@@ -1428,10 +1428,29 @@ def create(
1428
1428
| Literal ["TLSA" ]
1429
1429
| Literal ["URI" ],
1430
1430
comment : str | NotGiven = NOT_GIVEN ,
1431
- content : str | str | str | str | NotGiven = NOT_GIVEN ,
1431
+ content : str | NotGiven = NOT_GIVEN ,
1432
1432
proxied : bool | NotGiven = NOT_GIVEN ,
1433
1433
settings : record_create_params .ARecordSettings
1434
+ | record_create_params .AAAARecordSettings
1434
1435
| record_create_params .CNAMERecordSettings
1436
+ | record_create_params .MXRecordSettings
1437
+ | record_create_params .NSRecordSettings
1438
+ | record_create_params .DNSRecordsOpenpgpkeyRecordSettings
1439
+ | record_create_params .PTRRecordSettings
1440
+ | record_create_params .TXTRecordSettings
1441
+ | record_create_params .CAARecordSettings
1442
+ | record_create_params .CERTRecordSettings
1443
+ | record_create_params .DNSKEYRecordSettings
1444
+ | record_create_params .DSRecordSettings
1445
+ | record_create_params .HTTPSRecordSettings
1446
+ | record_create_params .LOCRecordSettings
1447
+ | record_create_params .NAPTRRecordSettings
1448
+ | record_create_params .SMIMEARecordSettings
1449
+ | record_create_params .SRVRecordSettings
1450
+ | record_create_params .SSHFPRecordSettings
1451
+ | record_create_params .SVCBRecordSettings
1452
+ | record_create_params .TLSARecordSettings
1453
+ | record_create_params .URIRecordSettings
1435
1454
| NotGiven = NOT_GIVEN ,
1436
1455
tags : SequenceNotStr [RecordTags ] | NotGiven = NOT_GIVEN ,
1437
1456
priority : float | NotGiven = NOT_GIVEN ,
@@ -1445,6 +1464,8 @@ def create(
1445
1464
| record_create_params .SMIMEARecordData
1446
1465
| record_create_params .SRVRecordData
1447
1466
| record_create_params .SSHFPRecordData
1467
+ | record_create_params .SVCBRecordData
1468
+ | record_create_params .TLSARecordData
1448
1469
| record_create_params .URIRecordData
1449
1470
| NotGiven = NOT_GIVEN ,
1450
1471
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -2917,10 +2938,29 @@ def update(
2917
2938
| Literal ["TLSA" ]
2918
2939
| Literal ["URI" ],
2919
2940
comment : str | NotGiven = NOT_GIVEN ,
2920
- content : str | str | str | str | NotGiven = NOT_GIVEN ,
2941
+ content : str | NotGiven = NOT_GIVEN ,
2921
2942
proxied : bool | NotGiven = NOT_GIVEN ,
2922
2943
settings : record_update_params .ARecordSettings
2944
+ | record_update_params .AAAARecordSettings
2923
2945
| record_update_params .CNAMERecordSettings
2946
+ | record_update_params .MXRecordSettings
2947
+ | record_update_params .NSRecordSettings
2948
+ | record_update_params .DNSRecordsOpenpgpkeyRecordSettings
2949
+ | record_update_params .PTRRecordSettings
2950
+ | record_update_params .TXTRecordSettings
2951
+ | record_update_params .CAARecordSettings
2952
+ | record_update_params .CERTRecordSettings
2953
+ | record_update_params .DNSKEYRecordSettings
2954
+ | record_update_params .DSRecordSettings
2955
+ | record_update_params .HTTPSRecordSettings
2956
+ | record_update_params .LOCRecordSettings
2957
+ | record_update_params .NAPTRRecordSettings
2958
+ | record_update_params .SMIMEARecordSettings
2959
+ | record_update_params .SRVRecordSettings
2960
+ | record_update_params .SSHFPRecordSettings
2961
+ | record_update_params .SVCBRecordSettings
2962
+ | record_update_params .TLSARecordSettings
2963
+ | record_update_params .URIRecordSettings
2924
2964
| NotGiven = NOT_GIVEN ,
2925
2965
tags : SequenceNotStr [RecordTags ] | NotGiven = NOT_GIVEN ,
2926
2966
priority : float | NotGiven = NOT_GIVEN ,
@@ -2934,6 +2974,8 @@ def update(
2934
2974
| record_update_params .SMIMEARecordData
2935
2975
| record_update_params .SRVRecordData
2936
2976
| record_update_params .SSHFPRecordData
2977
+ | record_update_params .SVCBRecordData
2978
+ | record_update_params .TLSARecordData
2937
2979
| record_update_params .URIRecordData
2938
2980
| NotGiven = NOT_GIVEN ,
2939
2981
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -4642,9 +4684,30 @@ def edit(
4642
4684
| Literal ["TLSA" ]
4643
4685
| Literal ["URI" ],
4644
4686
comment : str | NotGiven = NOT_GIVEN ,
4645
- content : str | str | str | str | NotGiven = NOT_GIVEN ,
4687
+ content : str | NotGiven = NOT_GIVEN ,
4646
4688
proxied : bool | NotGiven = NOT_GIVEN ,
4647
- settings : record_edit_params .ARecordSettings | record_edit_params .CNAMERecordSettings | NotGiven = NOT_GIVEN ,
4689
+ settings : record_edit_params .ARecordSettings
4690
+ | record_edit_params .AAAARecordSettings
4691
+ | record_edit_params .CNAMERecordSettings
4692
+ | record_edit_params .MXRecordSettings
4693
+ | record_edit_params .NSRecordSettings
4694
+ | record_edit_params .DNSRecordsOpenpgpkeyRecordSettings
4695
+ | record_edit_params .PTRRecordSettings
4696
+ | record_edit_params .TXTRecordSettings
4697
+ | record_edit_params .CAARecordSettings
4698
+ | record_edit_params .CERTRecordSettings
4699
+ | record_edit_params .DNSKEYRecordSettings
4700
+ | record_edit_params .DSRecordSettings
4701
+ | record_edit_params .HTTPSRecordSettings
4702
+ | record_edit_params .LOCRecordSettings
4703
+ | record_edit_params .NAPTRRecordSettings
4704
+ | record_edit_params .SMIMEARecordSettings
4705
+ | record_edit_params .SRVRecordSettings
4706
+ | record_edit_params .SSHFPRecordSettings
4707
+ | record_edit_params .SVCBRecordSettings
4708
+ | record_edit_params .TLSARecordSettings
4709
+ | record_edit_params .URIRecordSettings
4710
+ | NotGiven = NOT_GIVEN ,
4648
4711
tags : SequenceNotStr [RecordTags ] | NotGiven = NOT_GIVEN ,
4649
4712
priority : float | NotGiven = NOT_GIVEN ,
4650
4713
data : record_edit_params .CAARecordData
@@ -4657,6 +4720,8 @@ def edit(
4657
4720
| record_edit_params .SMIMEARecordData
4658
4721
| record_edit_params .SRVRecordData
4659
4722
| record_edit_params .SSHFPRecordData
4723
+ | record_edit_params .SVCBRecordData
4724
+ | record_edit_params .TLSARecordData
4660
4725
| record_edit_params .URIRecordData
4661
4726
| NotGiven = NOT_GIVEN ,
4662
4727
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -6290,10 +6355,29 @@ async def create(
6290
6355
| Literal ["TLSA" ]
6291
6356
| Literal ["URI" ],
6292
6357
comment : str | NotGiven = NOT_GIVEN ,
6293
- content : str | str | str | str | NotGiven = NOT_GIVEN ,
6358
+ content : str | NotGiven = NOT_GIVEN ,
6294
6359
proxied : bool | NotGiven = NOT_GIVEN ,
6295
6360
settings : record_create_params .ARecordSettings
6361
+ | record_create_params .AAAARecordSettings
6296
6362
| record_create_params .CNAMERecordSettings
6363
+ | record_create_params .MXRecordSettings
6364
+ | record_create_params .NSRecordSettings
6365
+ | record_create_params .DNSRecordsOpenpgpkeyRecordSettings
6366
+ | record_create_params .PTRRecordSettings
6367
+ | record_create_params .TXTRecordSettings
6368
+ | record_create_params .CAARecordSettings
6369
+ | record_create_params .CERTRecordSettings
6370
+ | record_create_params .DNSKEYRecordSettings
6371
+ | record_create_params .DSRecordSettings
6372
+ | record_create_params .HTTPSRecordSettings
6373
+ | record_create_params .LOCRecordSettings
6374
+ | record_create_params .NAPTRRecordSettings
6375
+ | record_create_params .SMIMEARecordSettings
6376
+ | record_create_params .SRVRecordSettings
6377
+ | record_create_params .SSHFPRecordSettings
6378
+ | record_create_params .SVCBRecordSettings
6379
+ | record_create_params .TLSARecordSettings
6380
+ | record_create_params .URIRecordSettings
6297
6381
| NotGiven = NOT_GIVEN ,
6298
6382
tags : SequenceNotStr [RecordTags ] | NotGiven = NOT_GIVEN ,
6299
6383
priority : float | NotGiven = NOT_GIVEN ,
@@ -6307,6 +6391,8 @@ async def create(
6307
6391
| record_create_params .SMIMEARecordData
6308
6392
| record_create_params .SRVRecordData
6309
6393
| record_create_params .SSHFPRecordData
6394
+ | record_create_params .SVCBRecordData
6395
+ | record_create_params .TLSARecordData
6310
6396
| record_create_params .URIRecordData
6311
6397
| NotGiven = NOT_GIVEN ,
6312
6398
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -7779,10 +7865,29 @@ async def update(
7779
7865
| Literal ["TLSA" ]
7780
7866
| Literal ["URI" ],
7781
7867
comment : str | NotGiven = NOT_GIVEN ,
7782
- content : str | str | str | str | NotGiven = NOT_GIVEN ,
7868
+ content : str | NotGiven = NOT_GIVEN ,
7783
7869
proxied : bool | NotGiven = NOT_GIVEN ,
7784
7870
settings : record_update_params .ARecordSettings
7871
+ | record_update_params .AAAARecordSettings
7785
7872
| record_update_params .CNAMERecordSettings
7873
+ | record_update_params .MXRecordSettings
7874
+ | record_update_params .NSRecordSettings
7875
+ | record_update_params .DNSRecordsOpenpgpkeyRecordSettings
7876
+ | record_update_params .PTRRecordSettings
7877
+ | record_update_params .TXTRecordSettings
7878
+ | record_update_params .CAARecordSettings
7879
+ | record_update_params .CERTRecordSettings
7880
+ | record_update_params .DNSKEYRecordSettings
7881
+ | record_update_params .DSRecordSettings
7882
+ | record_update_params .HTTPSRecordSettings
7883
+ | record_update_params .LOCRecordSettings
7884
+ | record_update_params .NAPTRRecordSettings
7885
+ | record_update_params .SMIMEARecordSettings
7886
+ | record_update_params .SRVRecordSettings
7887
+ | record_update_params .SSHFPRecordSettings
7888
+ | record_update_params .SVCBRecordSettings
7889
+ | record_update_params .TLSARecordSettings
7890
+ | record_update_params .URIRecordSettings
7786
7891
| NotGiven = NOT_GIVEN ,
7787
7892
tags : SequenceNotStr [RecordTags ] | NotGiven = NOT_GIVEN ,
7788
7893
priority : float | NotGiven = NOT_GIVEN ,
@@ -7796,6 +7901,8 @@ async def update(
7796
7901
| record_update_params .SMIMEARecordData
7797
7902
| record_update_params .SRVRecordData
7798
7903
| record_update_params .SSHFPRecordData
7904
+ | record_update_params .SVCBRecordData
7905
+ | record_update_params .TLSARecordData
7799
7906
| record_update_params .URIRecordData
7800
7907
| NotGiven = NOT_GIVEN ,
7801
7908
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -9504,9 +9611,30 @@ async def edit(
9504
9611
| Literal ["TLSA" ]
9505
9612
| Literal ["URI" ],
9506
9613
comment : str | NotGiven = NOT_GIVEN ,
9507
- content : str | str | str | str | NotGiven = NOT_GIVEN ,
9614
+ content : str | NotGiven = NOT_GIVEN ,
9508
9615
proxied : bool | NotGiven = NOT_GIVEN ,
9509
- settings : record_edit_params .ARecordSettings | record_edit_params .CNAMERecordSettings | NotGiven = NOT_GIVEN ,
9616
+ settings : record_edit_params .ARecordSettings
9617
+ | record_edit_params .AAAARecordSettings
9618
+ | record_edit_params .CNAMERecordSettings
9619
+ | record_edit_params .MXRecordSettings
9620
+ | record_edit_params .NSRecordSettings
9621
+ | record_edit_params .DNSRecordsOpenpgpkeyRecordSettings
9622
+ | record_edit_params .PTRRecordSettings
9623
+ | record_edit_params .TXTRecordSettings
9624
+ | record_edit_params .CAARecordSettings
9625
+ | record_edit_params .CERTRecordSettings
9626
+ | record_edit_params .DNSKEYRecordSettings
9627
+ | record_edit_params .DSRecordSettings
9628
+ | record_edit_params .HTTPSRecordSettings
9629
+ | record_edit_params .LOCRecordSettings
9630
+ | record_edit_params .NAPTRRecordSettings
9631
+ | record_edit_params .SMIMEARecordSettings
9632
+ | record_edit_params .SRVRecordSettings
9633
+ | record_edit_params .SSHFPRecordSettings
9634
+ | record_edit_params .SVCBRecordSettings
9635
+ | record_edit_params .TLSARecordSettings
9636
+ | record_edit_params .URIRecordSettings
9637
+ | NotGiven = NOT_GIVEN ,
9510
9638
tags : SequenceNotStr [RecordTags ] | NotGiven = NOT_GIVEN ,
9511
9639
priority : float | NotGiven = NOT_GIVEN ,
9512
9640
data : record_edit_params .CAARecordData
@@ -9519,6 +9647,8 @@ async def edit(
9519
9647
| record_edit_params .SMIMEARecordData
9520
9648
| record_edit_params .SRVRecordData
9521
9649
| record_edit_params .SSHFPRecordData
9650
+ | record_edit_params .SVCBRecordData
9651
+ | record_edit_params .TLSARecordData
9522
9652
| record_edit_params .URIRecordData
9523
9653
| NotGiven = NOT_GIVEN ,
9524
9654
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
0 commit comments