@@ -490,7 +490,7 @@ export type BatchPatch =
490
490
| MXRecord
491
491
| NAPTRRecord
492
492
| NSRecord
493
- | BatchPatch . DNSRecordsOpenpgpkeyRecord
493
+ | BatchPatch . Openpgpkey
494
494
| PTRRecord
495
495
| SMIMEARecord
496
496
| SRVRecord
@@ -501,7 +501,7 @@ export type BatchPatch =
501
501
| URIRecord ;
502
502
503
503
export namespace BatchPatch {
504
- export interface DNSRecordsOpenpgpkeyRecord {
504
+ export interface Openpgpkey {
505
505
/**
506
506
* Comments or notes about the DNS record. This field has no effect on DNS
507
507
* responses.
@@ -527,7 +527,7 @@ export namespace BatchPatch {
527
527
/**
528
528
* Settings for the DNS record.
529
529
*/
530
- settings ?: DNSRecordsOpenpgpkeyRecord . Settings ;
530
+ settings ?: Openpgpkey . Settings ;
531
531
532
532
/**
533
533
* Custom tags for the DNS record. This field has no effect on DNS responses.
@@ -547,7 +547,7 @@ export namespace BatchPatch {
547
547
type ?: 'OPENPGPKEY' ;
548
548
}
549
549
550
- export namespace DNSRecordsOpenpgpkeyRecord {
550
+ export namespace Openpgpkey {
551
551
/**
552
552
* Settings for the DNS record.
553
553
*/
@@ -584,7 +584,7 @@ export type BatchPatchParam =
584
584
| MXRecordParam
585
585
| NAPTRRecordParam
586
586
| NSRecordParam
587
- | BatchPatchParam . DNSRecordsOpenpgpkeyRecord
587
+ | BatchPatchParam . Openpgpkey
588
588
| PTRRecordParam
589
589
| SMIMEARecordParam
590
590
| SRVRecordParam
@@ -595,7 +595,7 @@ export type BatchPatchParam =
595
595
| URIRecordParam ;
596
596
597
597
export namespace BatchPatchParam {
598
- export interface DNSRecordsOpenpgpkeyRecord {
598
+ export interface Openpgpkey {
599
599
/**
600
600
* Comments or notes about the DNS record. This field has no effect on DNS
601
601
* responses.
@@ -621,7 +621,7 @@ export namespace BatchPatchParam {
621
621
/**
622
622
* Settings for the DNS record.
623
623
*/
624
- settings ?: DNSRecordsOpenpgpkeyRecord . Settings ;
624
+ settings ?: Openpgpkey . Settings ;
625
625
626
626
/**
627
627
* Custom tags for the DNS record. This field has no effect on DNS responses.
@@ -641,7 +641,7 @@ export namespace BatchPatchParam {
641
641
type ?: 'OPENPGPKEY' ;
642
642
}
643
643
644
- export namespace DNSRecordsOpenpgpkeyRecord {
644
+ export namespace Openpgpkey {
645
645
/**
646
646
* Settings for the DNS record.
647
647
*/
@@ -678,7 +678,7 @@ export type BatchPut =
678
678
| MXRecord
679
679
| NAPTRRecord
680
680
| NSRecord
681
- | BatchPut . DNSRecordsOpenpgpkeyRecord
681
+ | BatchPut . Openpgpkey
682
682
| PTRRecord
683
683
| SMIMEARecord
684
684
| SRVRecord
@@ -689,7 +689,7 @@ export type BatchPut =
689
689
| URIRecord ;
690
690
691
691
export namespace BatchPut {
692
- export interface DNSRecordsOpenpgpkeyRecord {
692
+ export interface Openpgpkey {
693
693
/**
694
694
* Comments or notes about the DNS record. This field has no effect on DNS
695
695
* responses.
@@ -715,7 +715,7 @@ export namespace BatchPut {
715
715
/**
716
716
* Settings for the DNS record.
717
717
*/
718
- settings ?: DNSRecordsOpenpgpkeyRecord . Settings ;
718
+ settings ?: Openpgpkey . Settings ;
719
719
720
720
/**
721
721
* Custom tags for the DNS record. This field has no effect on DNS responses.
@@ -735,7 +735,7 @@ export namespace BatchPut {
735
735
type ?: 'OPENPGPKEY' ;
736
736
}
737
737
738
- export namespace DNSRecordsOpenpgpkeyRecord {
738
+ export namespace Openpgpkey {
739
739
/**
740
740
* Settings for the DNS record.
741
741
*/
@@ -772,7 +772,7 @@ export type BatchPutParam =
772
772
| MXRecordParam
773
773
| NAPTRRecordParam
774
774
| NSRecordParam
775
- | BatchPutParam . DNSRecordsOpenpgpkeyRecord
775
+ | BatchPutParam . Openpgpkey
776
776
| PTRRecordParam
777
777
| SMIMEARecordParam
778
778
| SRVRecordParam
@@ -783,7 +783,7 @@ export type BatchPutParam =
783
783
| URIRecordParam ;
784
784
785
785
export namespace BatchPutParam {
786
- export interface DNSRecordsOpenpgpkeyRecord {
786
+ export interface Openpgpkey {
787
787
/**
788
788
* Comments or notes about the DNS record. This field has no effect on DNS
789
789
* responses.
@@ -809,7 +809,7 @@ export namespace BatchPutParam {
809
809
/**
810
810
* Settings for the DNS record.
811
811
*/
812
- settings ?: DNSRecordsOpenpgpkeyRecord . Settings ;
812
+ settings ?: Openpgpkey . Settings ;
813
813
814
814
/**
815
815
* Custom tags for the DNS record. This field has no effect on DNS responses.
@@ -829,7 +829,7 @@ export namespace BatchPutParam {
829
829
type ?: 'OPENPGPKEY' ;
830
830
}
831
831
832
- export namespace DNSRecordsOpenpgpkeyRecord {
832
+ export namespace Openpgpkey {
833
833
/**
834
834
* Settings for the DNS record.
835
835
*/
@@ -2877,7 +2877,7 @@ export type Record =
2877
2877
| MXRecord
2878
2878
| NAPTRRecord
2879
2879
| NSRecord
2880
- | Record . DNSRecordsOpenpgpkeyRecord
2880
+ | Record . Openpgpkey
2881
2881
| PTRRecord
2882
2882
| SMIMEARecord
2883
2883
| SRVRecord
@@ -2888,7 +2888,7 @@ export type Record =
2888
2888
| URIRecord ;
2889
2889
2890
2890
export namespace Record {
2891
- export interface DNSRecordsOpenpgpkeyRecord {
2891
+ export interface Openpgpkey {
2892
2892
/**
2893
2893
* Comments or notes about the DNS record. This field has no effect on DNS
2894
2894
* responses.
@@ -2914,7 +2914,7 @@ export namespace Record {
2914
2914
/**
2915
2915
* Settings for the DNS record.
2916
2916
*/
2917
- settings ?: DNSRecordsOpenpgpkeyRecord . Settings ;
2917
+ settings ?: Openpgpkey . Settings ;
2918
2918
2919
2919
/**
2920
2920
* Custom tags for the DNS record. This field has no effect on DNS responses.
@@ -2934,7 +2934,7 @@ export namespace Record {
2934
2934
type ?: 'OPENPGPKEY' ;
2935
2935
}
2936
2936
2937
- export namespace DNSRecordsOpenpgpkeyRecord {
2937
+ export namespace Openpgpkey {
2938
2938
/**
2939
2939
* Settings for the DNS record.
2940
2940
*/
@@ -2971,7 +2971,7 @@ export type RecordParam =
2971
2971
| MXRecordParam
2972
2972
| NAPTRRecordParam
2973
2973
| NSRecordParam
2974
- | RecordParam . DNSRecordsOpenpgpkeyRecord
2974
+ | RecordParam . Openpgpkey
2975
2975
| PTRRecordParam
2976
2976
| SMIMEARecordParam
2977
2977
| SRVRecordParam
@@ -2982,7 +2982,7 @@ export type RecordParam =
2982
2982
| URIRecordParam ;
2983
2983
2984
2984
export namespace RecordParam {
2985
- export interface DNSRecordsOpenpgpkeyRecord {
2985
+ export interface Openpgpkey {
2986
2986
/**
2987
2987
* Comments or notes about the DNS record. This field has no effect on DNS
2988
2988
* responses.
@@ -3008,7 +3008,7 @@ export namespace RecordParam {
3008
3008
/**
3009
3009
* Settings for the DNS record.
3010
3010
*/
3011
- settings ?: DNSRecordsOpenpgpkeyRecord . Settings ;
3011
+ settings ?: Openpgpkey . Settings ;
3012
3012
3013
3013
/**
3014
3014
* Custom tags for the DNS record. This field has no effect on DNS responses.
@@ -3028,7 +3028,7 @@ export namespace RecordParam {
3028
3028
type ?: 'OPENPGPKEY' ;
3029
3029
}
3030
3030
3031
- export namespace DNSRecordsOpenpgpkeyRecord {
3031
+ export namespace Openpgpkey {
3032
3032
/**
3033
3033
* Settings for the DNS record.
3034
3034
*/
@@ -3065,7 +3065,7 @@ export type RecordResponse =
3065
3065
| MXRecord
3066
3066
| NAPTRRecord
3067
3067
| NSRecord
3068
- | RecordResponse . DNSRecordsOpenpgpkeyRecord
3068
+ | RecordResponse . Openpgpkey
3069
3069
| PTRRecord
3070
3070
| SMIMEARecord
3071
3071
| SRVRecord
@@ -3076,7 +3076,7 @@ export type RecordResponse =
3076
3076
| URIRecord ;
3077
3077
3078
3078
export namespace RecordResponse {
3079
- export interface DNSRecordsOpenpgpkeyRecord {
3079
+ export interface Openpgpkey {
3080
3080
/**
3081
3081
* Comments or notes about the DNS record. This field has no effect on DNS
3082
3082
* responses.
@@ -3102,7 +3102,7 @@ export namespace RecordResponse {
3102
3102
/**
3103
3103
* Settings for the DNS record.
3104
3104
*/
3105
- settings ?: DNSRecordsOpenpgpkeyRecord . Settings ;
3105
+ settings ?: Openpgpkey . Settings ;
3106
3106
3107
3107
/**
3108
3108
* Custom tags for the DNS record. This field has no effect on DNS responses.
@@ -3122,7 +3122,7 @@ export namespace RecordResponse {
3122
3122
type ?: 'OPENPGPKEY' ;
3123
3123
}
3124
3124
3125
- export namespace DNSRecordsOpenpgpkeyRecord {
3125
+ export namespace Openpgpkey {
3126
3126
/**
3127
3127
* Settings for the DNS record.
3128
3128
*/
0 commit comments