@mittwald/api-client 3.0.24 → 3.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -490,45 +490,45 @@ export declare module MittwaldAPIV2 {
490
490
  type RequestData = InferredRequestData<typeof descriptors.newsletterSubscribeUser>;
491
491
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.newsletterSubscribeUser, TStatus>;
492
492
  }
493
- namespace DnsRecordASetCustom {
494
- type RequestData = InferredRequestData<typeof descriptors.dnsRecordAsetCustom>;
495
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsRecordAsetCustom, TStatus>;
493
+ namespace DnsCreateDnsZone {
494
+ type RequestData = InferredRequestData<typeof descriptors.dnsCreateDnsZone>;
495
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsCreateDnsZone, TStatus>;
496
496
  }
497
- namespace DnsRecordASetManagedByIngress {
498
- type RequestData = InferredRequestData<typeof descriptors.dnsRecordAsetManagedByIngress>;
499
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsRecordAsetManagedByIngress, TStatus>;
497
+ namespace DnsGetDnsZone {
498
+ type RequestData = InferredRequestData<typeof descriptors.dnsGetDnsZone>;
499
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsGetDnsZone, TStatus>;
500
500
  }
501
- namespace DnsRecordCnameSet {
502
- type RequestData = InferredRequestData<typeof descriptors.dnsRecordCnameSet>;
503
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsRecordCnameSet, TStatus>;
501
+ namespace DnsDeleteDnsZone {
502
+ type RequestData = InferredRequestData<typeof descriptors.dnsDeleteDnsZone>;
503
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsDeleteDnsZone, TStatus>;
504
504
  }
505
- namespace DnsRecordMxSetCustom {
506
- type RequestData = InferredRequestData<typeof descriptors.dnsRecordMxSetCustom>;
507
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsRecordMxSetCustom, TStatus>;
505
+ namespace DnsListDnsZones {
506
+ type RequestData = InferredRequestData<typeof descriptors.dnsListDnsZones>;
507
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsListDnsZones, TStatus>;
508
508
  }
509
- namespace DnsRecordMxSetManaged {
510
- type RequestData = InferredRequestData<typeof descriptors.dnsRecordMxSetManaged>;
511
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsRecordMxSetManaged, TStatus>;
509
+ namespace DnsSetRecordSetManaged {
510
+ type RequestData = InferredRequestData<typeof descriptors.dnsSetRecordSetManaged>;
511
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsSetRecordSetManaged, TStatus>;
512
512
  }
513
- namespace DnsRecordSrvSet {
514
- type RequestData = InferredRequestData<typeof descriptors.dnsRecordSrvSet>;
515
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsRecordSrvSet, TStatus>;
513
+ namespace DnsUpdateRecordSet {
514
+ type RequestData = InferredRequestData<typeof descriptors.dnsUpdateRecordSet>;
515
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsUpdateRecordSet, TStatus>;
516
516
  }
517
- namespace DnsRecordTxtSet {
518
- type RequestData = InferredRequestData<typeof descriptors.dnsRecordTxtSet>;
519
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsRecordTxtSet, TStatus>;
517
+ namespace DomainAbortDomainDeclaration {
518
+ type RequestData = InferredRequestData<typeof descriptors.domainAbortDomainDeclaration>;
519
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainAbortDomainDeclaration, TStatus>;
520
520
  }
521
- namespace DnsSubZoneCreate {
522
- type RequestData = InferredRequestData<typeof descriptors.dnsSubZoneCreate>;
523
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsSubZoneCreate, TStatus>;
521
+ namespace DomainCheckDomainRegistrability {
522
+ type RequestData = InferredRequestData<typeof descriptors.domainCheckDomainRegistrability>;
523
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCheckDomainRegistrability, TStatus>;
524
524
  }
525
- namespace DnsZoneGetSpecific {
526
- type RequestData = InferredRequestData<typeof descriptors.dnsZoneGetSpecific>;
527
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsZoneGetSpecific, TStatus>;
525
+ namespace DomainCreateDomainAuthCode2 {
526
+ type RequestData = InferredRequestData<typeof descriptors.domainCreateDomainAuthCode2>;
527
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCreateDomainAuthCode2, TStatus>;
528
528
  }
529
- namespace DnsZonesForProject {
530
- type RequestData = InferredRequestData<typeof descriptors.dnsZonesForProject>;
531
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsZonesForProject, TStatus>;
529
+ namespace DomainCreateDomainAuthCode {
530
+ type RequestData = InferredRequestData<typeof descriptors.domainCreateDomainAuthCode>;
531
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCreateDomainAuthCode, TStatus>;
532
532
  }
533
533
  namespace DomainUpdateDomainNameservers {
534
534
  type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainNameservers>;
@@ -542,14 +542,14 @@ export declare module MittwaldAPIV2 {
542
542
  type RequestData = InferredRequestData<typeof descriptors.domainDeleteDomain>;
543
543
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainDeleteDomain, TStatus>;
544
544
  }
545
- namespace DomainGetScreenshotForDomain {
546
- type RequestData = InferredRequestData<typeof descriptors.domainGetScreenshotForDomain>;
547
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetScreenshotForDomain, TStatus>;
548
- }
549
545
  namespace DomainGetDomainOwnership {
550
546
  type RequestData = InferredRequestData<typeof descriptors.domainGetDomainOwnership>;
551
547
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetDomainOwnership, TStatus>;
552
548
  }
549
+ namespace DomainGetScreenshotForDomain {
550
+ type RequestData = InferredRequestData<typeof descriptors.domainGetScreenshotForDomain>;
551
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetScreenshotForDomain, TStatus>;
552
+ }
553
553
  namespace DomainListDomainOwnerships {
554
554
  type RequestData = InferredRequestData<typeof descriptors.domainListDomainOwnerships>;
555
555
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListDomainOwnerships, TStatus>;
@@ -558,10 +558,30 @@ export declare module MittwaldAPIV2 {
558
558
  type RequestData = InferredRequestData<typeof descriptors.domainListDomains>;
559
559
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListDomains, TStatus>;
560
560
  }
561
+ namespace DomainListTldContactSchemas {
562
+ type RequestData = InferredRequestData<typeof descriptors.domainListTldContactSchemas>;
563
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListTldContactSchemas, TStatus>;
564
+ }
565
+ namespace DomainListTlds {
566
+ type RequestData = InferredRequestData<typeof descriptors.domainListTlds>;
567
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListTlds, TStatus>;
568
+ }
561
569
  namespace DomainResendDomainEmail {
562
570
  type RequestData = InferredRequestData<typeof descriptors.domainResendDomainEmail>;
563
571
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainResendDomainEmail, TStatus>;
564
572
  }
573
+ namespace DomainUpdateDomainAuthCode {
574
+ type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainAuthCode>;
575
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainUpdateDomainAuthCode, TStatus>;
576
+ }
577
+ namespace DomainUpdateDomainContact {
578
+ type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainContact>;
579
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainUpdateDomainContact, TStatus>;
580
+ }
581
+ namespace DomainUpdateDomainProjectId {
582
+ type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainProjectId>;
583
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainUpdateDomainProjectId, TStatus>;
584
+ }
565
585
  namespace DomainVerifyDomainOwnership {
566
586
  type RequestData = InferredRequestData<typeof descriptors.domainVerifyDomainOwnership>;
567
587
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainVerifyDomainOwnership, TStatus>;
@@ -1150,46 +1170,6 @@ export declare module MittwaldAPIV2 {
1150
1170
  type RequestData = InferredRequestData<typeof descriptors.userVerifyRegistration>;
1151
1171
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userVerifyRegistration, TStatus>;
1152
1172
  }
1153
- namespace DomainAbortDomainDeclaration {
1154
- type RequestData = InferredRequestData<typeof descriptors.domainAbortDomainDeclaration>;
1155
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainAbortDomainDeclaration, TStatus>;
1156
- }
1157
- namespace DomainListTlds {
1158
- type RequestData = InferredRequestData<typeof descriptors.domainListTlds>;
1159
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListTlds, TStatus>;
1160
- }
1161
- namespace DomainListTldContactSchemas {
1162
- type RequestData = InferredRequestData<typeof descriptors.domainListTldContactSchemas>;
1163
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListTldContactSchemas, TStatus>;
1164
- }
1165
- namespace DomainUpdateDomainAuthCode {
1166
- type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainAuthCode>;
1167
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainUpdateDomainAuthCode, TStatus>;
1168
- }
1169
- namespace DomainUpdateDomainContact {
1170
- type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainContact>;
1171
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainUpdateDomainContact, TStatus>;
1172
- }
1173
- namespace DomainUpdateDomainProjectId {
1174
- type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainProjectId>;
1175
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainUpdateDomainProjectId, TStatus>;
1176
- }
1177
- namespace DomainCreateDomainAuthCode {
1178
- type RequestData = InferredRequestData<typeof descriptors.domainCreateDomainAuthCode>;
1179
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCreateDomainAuthCode, TStatus>;
1180
- }
1181
- namespace DomainCreateDomainAuthCode2 {
1182
- type RequestData = InferredRequestData<typeof descriptors.domainCreateDomainAuthCode2>;
1183
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCreateDomainAuthCode2, TStatus>;
1184
- }
1185
- namespace DomainCheckDomainRegistrability {
1186
- type RequestData = InferredRequestData<typeof descriptors.domainCheckDomainRegistrability>;
1187
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCheckDomainRegistrability, TStatus>;
1188
- }
1189
- namespace DomainCheckDomainRegistrabilityV2Deprecated {
1190
- type RequestData = InferredRequestData<typeof descriptors.domainCheckDomainRegistrabilityV2Deprecated>;
1191
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCheckDomainRegistrabilityV2Deprecated, TStatus>;
1192
- }
1193
1173
  }
1194
1174
  namespace Components {
1195
1175
  namespace Schemas {
@@ -7893,20 +7873,24 @@ export declare module MittwaldAPIV2 {
7893
7873
  namespace V2SignupSessionsTokenId { }
7894
7874
  namespace V2SignupProfile { }
7895
7875
  namespace V2SignupEmailVerify { }
7896
- namespace V2DnsZonesZoneIdRecordsetAcombinedCustom {
7897
- namespace Put {
7876
+ namespace V2DnsZones { }
7877
+ namespace V2DnsZones {
7878
+ namespace Post {
7898
7879
  namespace Parameters {
7899
- type Path = {
7900
- zoneId: string;
7901
- };
7902
- type RequestBody = MittwaldAPIV2.Components.Schemas.DnsRecordUnset | MittwaldAPIV2.Components.Schemas.DnsCombinedACustom;
7880
+ type Path = {};
7881
+ interface RequestBody {
7882
+ name: string;
7883
+ parentZoneId: string;
7884
+ }
7903
7885
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
7904
7886
  type Query = {};
7905
7887
  }
7906
7888
  namespace Responses {
7907
- namespace $204 {
7889
+ namespace $201 {
7908
7890
  namespace Content {
7909
- type Empty = unknown;
7891
+ interface ApplicationJson {
7892
+ id: string;
7893
+ }
7910
7894
  }
7911
7895
  }
7912
7896
  namespace $400 {
@@ -7926,23 +7910,20 @@ export declare module MittwaldAPIV2 {
7926
7910
  }
7927
7911
  }
7928
7912
  }
7929
- namespace V2DnsZonesZoneIdRecordsetAcombinedManagedIngress {
7930
- namespace Post {
7913
+ namespace V2DnsZonesDnsZoneId { }
7914
+ namespace V2DnsZonesDnsZoneId {
7915
+ namespace Get {
7931
7916
  namespace Parameters {
7932
7917
  type Path = {
7933
- zoneId: string;
7918
+ dnsZoneId: string;
7934
7919
  };
7935
- interface RequestBody {
7936
- }
7937
7920
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
7938
7921
  type Query = {};
7939
7922
  }
7940
7923
  namespace Responses {
7941
- namespace $204 {
7924
+ namespace $200 {
7942
7925
  namespace Content {
7943
- interface ApplicationJson {
7944
- ingressId: string;
7945
- }
7926
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.DnsZone;
7946
7927
  }
7947
7928
  }
7948
7929
  namespace $400 {
@@ -7961,19 +7942,16 @@ export declare module MittwaldAPIV2 {
7961
7942
  }
7962
7943
  }
7963
7944
  }
7964
- }
7965
- namespace V2DnsZonesZoneIdRecordsetCname {
7966
- namespace Put {
7945
+ namespace Delete {
7967
7946
  namespace Parameters {
7968
7947
  type Path = {
7969
- zoneId: string;
7948
+ dnsZoneId: string;
7970
7949
  };
7971
- type RequestBody = MittwaldAPIV2.Components.Schemas.DnsRecordUnset | MittwaldAPIV2.Components.Schemas.DnsRecordCNAMEComponent;
7972
7950
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
7973
7951
  type Query = {};
7974
7952
  }
7975
7953
  namespace Responses {
7976
- namespace $204 {
7954
+ namespace $200 {
7977
7955
  namespace Content {
7978
7956
  type Empty = unknown;
7979
7957
  }
@@ -7995,20 +7973,20 @@ export declare module MittwaldAPIV2 {
7995
7973
  }
7996
7974
  }
7997
7975
  }
7998
- namespace V2DnsZonesZoneIdRecordsetMxCustom {
7999
- namespace Put {
7976
+ namespace V2ProjectsProjectIdDnsZones { }
7977
+ namespace V2ProjectsProjectIdDnsZones {
7978
+ namespace Get {
8000
7979
  namespace Parameters {
8001
7980
  type Path = {
8002
- zoneId: string;
7981
+ projectId: string;
8003
7982
  };
8004
- type RequestBody = MittwaldAPIV2.Components.Schemas.DnsRecordUnset | MittwaldAPIV2.Components.Schemas.DnsRecordMXCustom;
8005
7983
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
8006
7984
  type Query = {};
8007
7985
  }
8008
7986
  namespace Responses {
8009
- namespace $204 {
7987
+ namespace $200 {
8010
7988
  namespace Content {
8011
- type Empty = unknown;
7989
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.DnsZone[];
8012
7990
  }
8013
7991
  }
8014
7992
  namespace $400 {
@@ -8028,11 +8006,19 @@ export declare module MittwaldAPIV2 {
8028
8006
  }
8029
8007
  }
8030
8008
  }
8031
- namespace V2DnsZonesZoneIdRecordsetMxManaged {
8009
+ namespace V2DnsZonesZoneIdRecordsetAcombinedCustom { }
8010
+ namespace V2DnsZonesZoneIdRecordsetAcombinedManagedIngress { }
8011
+ namespace V2DnsZonesZoneIdRecordsetCname { }
8012
+ namespace V2DnsZonesZoneIdRecordsetMxCustom { }
8013
+ namespace V2DnsZonesZoneIdRecordsetMxManaged { }
8014
+ namespace V2DnsZonesZoneIdRecordsetSrv { }
8015
+ namespace V2DnsZonesZoneIdRecordsetTxt { }
8016
+ namespace V2DnsZonesDnsZoneIdRecordSetsRecordSetActionsSetManaged {
8032
8017
  namespace Post {
8033
8018
  namespace Parameters {
8034
8019
  type Path = {
8035
- zoneId: string;
8020
+ dnsZoneId: string;
8021
+ recordSet: "a" | "mx";
8036
8022
  };
8037
8023
  interface RequestBody {
8038
8024
  }
@@ -8042,7 +8028,9 @@ export declare module MittwaldAPIV2 {
8042
8028
  namespace Responses {
8043
8029
  namespace $204 {
8044
8030
  namespace Content {
8045
- type Empty = unknown;
8031
+ interface ApplicationJson {
8032
+ ingressId?: string;
8033
+ }
8046
8034
  }
8047
8035
  }
8048
8036
  namespace $400 {
@@ -8062,13 +8050,14 @@ export declare module MittwaldAPIV2 {
8062
8050
  }
8063
8051
  }
8064
8052
  }
8065
- namespace V2DnsZonesZoneIdRecordsetSrv {
8053
+ namespace V2DnsZonesDnsZoneIdRecordSetsRecordSet {
8066
8054
  namespace Put {
8067
8055
  namespace Parameters {
8068
8056
  type Path = {
8069
- zoneId: string;
8057
+ dnsZoneId: string;
8058
+ recordSet: "a" | "mx" | "txt" | "srv" | "cname";
8070
8059
  };
8071
- type RequestBody = MittwaldAPIV2.Components.Schemas.DnsRecordUnset | MittwaldAPIV2.Components.Schemas.DnsRecordSRVComponent;
8060
+ type RequestBody = MittwaldAPIV2.Components.Schemas.DnsRecordUnset | MittwaldAPIV2.Components.Schemas.DnsCombinedACustom | MittwaldAPIV2.Components.Schemas.DnsRecordMXCustom | MittwaldAPIV2.Components.Schemas.DnsRecordTXTComponent | MittwaldAPIV2.Components.Schemas.DnsRecordSRVComponent | MittwaldAPIV2.Components.Schemas.DnsRecordCNAMEComponent;
8072
8061
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
8073
8062
  type Query = {};
8074
8063
  }
@@ -8095,13 +8084,13 @@ export declare module MittwaldAPIV2 {
8095
8084
  }
8096
8085
  }
8097
8086
  }
8098
- namespace V2DnsZonesZoneIdRecordsetTxt {
8099
- namespace Put {
8087
+ namespace V2DomainsDomainIdDeclarations { }
8088
+ namespace V2DomainsDomainIdDeclaration {
8089
+ namespace Delete {
8100
8090
  namespace Parameters {
8101
8091
  type Path = {
8102
- zoneId: string;
8092
+ domainId: string;
8103
8093
  };
8104
- type RequestBody = MittwaldAPIV2.Components.Schemas.DnsRecordUnset | MittwaldAPIV2.Components.Schemas.DnsRecordTXTComponent;
8105
8094
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
8106
8095
  type Query = {};
8107
8096
  }
@@ -8118,6 +8107,13 @@ export declare module MittwaldAPIV2 {
8118
8107
  }
8119
8108
  }
8120
8109
  }
8110
+ namespace $404 {
8111
+ namespace Content {
8112
+ interface ApplicationJson {
8113
+ [k: string]: unknown;
8114
+ }
8115
+ }
8116
+ }
8121
8117
  namespace Default {
8122
8118
  namespace Content {
8123
8119
  interface ApplicationJson {
@@ -8128,22 +8124,23 @@ export declare module MittwaldAPIV2 {
8128
8124
  }
8129
8125
  }
8130
8126
  }
8131
- namespace V2DnsZones {
8127
+ namespace V2DomainsDomainIdHandlesOwnerc { }
8128
+ namespace V2DomainsDomainIdProjectId { }
8129
+ namespace V2DomainRegistrable {
8132
8130
  namespace Post {
8133
8131
  namespace Parameters {
8134
8132
  type Path = {};
8135
8133
  interface RequestBody {
8136
- name: string;
8137
- parentZoneId: string;
8134
+ domain: string;
8138
8135
  }
8139
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
8136
+ type Header = {};
8140
8137
  type Query = {};
8141
8138
  }
8142
8139
  namespace Responses {
8143
- namespace $201 {
8140
+ namespace $200 {
8144
8141
  namespace Content {
8145
8142
  interface ApplicationJson {
8146
- id: string;
8143
+ registrable: boolean;
8147
8144
  }
8148
8145
  }
8149
8146
  }
@@ -8164,19 +8161,24 @@ export declare module MittwaldAPIV2 {
8164
8161
  }
8165
8162
  }
8166
8163
  }
8167
- namespace V2DnsZonesZoneId {
8168
- namespace Get {
8164
+ namespace V2Domains { }
8165
+ namespace V2DomainsDomainIdActionsCreateAuthcode2 { }
8166
+ namespace V2DomainsDomainIdActionsAuthCode2 {
8167
+ namespace Post {
8169
8168
  namespace Parameters {
8170
8169
  type Path = {
8171
- zoneId: string;
8170
+ domainId: string;
8172
8171
  };
8172
+ interface RequestBody {
8173
+ [k: string]: unknown;
8174
+ }
8173
8175
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
8174
8176
  type Query = {};
8175
8177
  }
8176
8178
  namespace Responses {
8177
- namespace $200 {
8179
+ namespace $204 {
8178
8180
  namespace Content {
8179
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.DnsZone;
8181
+ type Empty = unknown;
8180
8182
  }
8181
8183
  }
8182
8184
  namespace $400 {
@@ -8186,6 +8188,13 @@ export declare module MittwaldAPIV2 {
8186
8188
  }
8187
8189
  }
8188
8190
  }
8191
+ namespace $404 {
8192
+ namespace Content {
8193
+ interface ApplicationJson {
8194
+ [k: string]: unknown;
8195
+ }
8196
+ }
8197
+ }
8189
8198
  namespace Default {
8190
8199
  namespace Content {
8191
8200
  interface ApplicationJson {
@@ -8196,19 +8205,25 @@ export declare module MittwaldAPIV2 {
8196
8205
  }
8197
8206
  }
8198
8207
  }
8199
- namespace V2ProjectsProjectIdDnsZones {
8200
- namespace Get {
8208
+ namespace V2DomainsDomainIdActionsCreateAuthcode { }
8209
+ namespace V2DomainsDomainIdActionsAuthCode {
8210
+ namespace Post {
8201
8211
  namespace Parameters {
8202
8212
  type Path = {
8203
- projectId: string;
8213
+ domainId: string;
8204
8214
  };
8215
+ interface RequestBody {
8216
+ [k: string]: unknown;
8217
+ }
8205
8218
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
8206
8219
  type Query = {};
8207
8220
  }
8208
8221
  namespace Responses {
8209
- namespace $200 {
8222
+ namespace $201 {
8210
8223
  namespace Content {
8211
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.DnsZone[];
8224
+ interface ApplicationJson {
8225
+ authCode: string;
8226
+ }
8212
8227
  }
8213
8228
  }
8214
8229
  namespace $400 {
@@ -8218,6 +8233,13 @@ export declare module MittwaldAPIV2 {
8218
8233
  }
8219
8234
  }
8220
8235
  }
8236
+ namespace $404 {
8237
+ namespace Content {
8238
+ interface ApplicationJson {
8239
+ [k: string]: unknown;
8240
+ }
8241
+ }
8242
+ }
8221
8243
  namespace Default {
8222
8244
  namespace Content {
8223
8245
  interface ApplicationJson {
@@ -8228,10 +8250,6 @@ export declare module MittwaldAPIV2 {
8228
8250
  }
8229
8251
  }
8230
8252
  }
8231
- namespace V2DomainsDomainIdHandlesOwnerc { }
8232
- namespace V2DomainsDomainIdProjectId { }
8233
- namespace V2DomainsDomainIdActionsCreateAuthcode { }
8234
- namespace V2DomainsDomainIdActionsCreateAuthcode2 { }
8235
8253
  namespace V2DomainsDomainIdNameservers {
8236
8254
  namespace Patch {
8237
8255
  namespace Parameters {
@@ -8363,24 +8381,25 @@ export declare module MittwaldAPIV2 {
8363
8381
  }
8364
8382
  }
8365
8383
  }
8366
- namespace V2DomainsDomainIdScreenshotsNewest {
8384
+ namespace V2DomainOwnershipsDomainOwnershipId {
8367
8385
  namespace Get {
8368
8386
  namespace Parameters {
8369
8387
  type Path = {
8370
- domainId: string;
8388
+ domainOwnershipId: string;
8371
8389
  };
8372
- interface RequestBody {
8373
- domainName: string;
8374
- path: string;
8375
- }
8376
8390
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
8377
8391
  type Query = {};
8378
8392
  }
8379
8393
  namespace Responses {
8380
8394
  namespace $200 {
8395
+ namespace Content {
8396
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainDomainOwnership;
8397
+ }
8398
+ }
8399
+ namespace $400 {
8381
8400
  namespace Content {
8382
8401
  interface ApplicationJson {
8383
- references?: string[];
8402
+ [k: string]: unknown;
8384
8403
  }
8385
8404
  }
8386
8405
  }
@@ -8401,25 +8420,25 @@ export declare module MittwaldAPIV2 {
8401
8420
  }
8402
8421
  }
8403
8422
  }
8404
- namespace V2DomainOwnershipsDomainOwnershipId {
8423
+ namespace V2DomainsHandleSchemaDomainName { }
8424
+ namespace V2DomainsDomainIdScreenshotsNewest {
8405
8425
  namespace Get {
8406
8426
  namespace Parameters {
8407
8427
  type Path = {
8408
- domainOwnershipId: string;
8428
+ domainId: string;
8409
8429
  };
8430
+ interface RequestBody {
8431
+ domainName: string;
8432
+ path: string;
8433
+ }
8410
8434
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
8411
8435
  type Query = {};
8412
8436
  }
8413
8437
  namespace Responses {
8414
8438
  namespace $200 {
8415
- namespace Content {
8416
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainDomainOwnership;
8417
- }
8418
- }
8419
- namespace $400 {
8420
8439
  namespace Content {
8421
8440
  interface ApplicationJson {
8422
- [k: string]: unknown;
8441
+ references?: string[];
8423
8442
  }
8424
8443
  }
8425
8444
  }
@@ -8508,35 +8527,21 @@ export declare module MittwaldAPIV2 {
8508
8527
  }
8509
8528
  }
8510
8529
  }
8511
- namespace V2DomainsDomainIdActionsResendEmail {
8512
- namespace Post {
8530
+ namespace V2DomainTldsTldContactSchemas {
8531
+ namespace Get {
8513
8532
  namespace Parameters {
8514
8533
  type Path = {
8515
- domainId: string;
8534
+ tld: string;
8516
8535
  };
8517
- interface RequestBody {
8518
- [k: string]: unknown;
8519
- }
8520
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
8536
+ type Header = {};
8521
8537
  type Query = {};
8522
8538
  }
8523
8539
  namespace Responses {
8524
- namespace $204 {
8525
- namespace Content {
8526
- type Empty = unknown;
8527
- }
8528
- }
8529
- namespace $400 {
8530
- namespace Content {
8531
- interface ApplicationJson {
8532
- [k: string]: unknown;
8533
- }
8534
- }
8535
- }
8536
- namespace $404 {
8540
+ namespace $200 {
8537
8541
  namespace Content {
8538
8542
  interface ApplicationJson {
8539
- [k: string]: unknown;
8543
+ jsonSchemaAdminC?: {};
8544
+ jsonSchemaOwnerC: {};
8540
8545
  }
8541
8546
  }
8542
8547
  }
@@ -8550,12 +8555,216 @@ export declare module MittwaldAPIV2 {
8550
8555
  }
8551
8556
  }
8552
8557
  }
8553
- namespace V2DomainOwnershipsDomainOwnershipIdActionsVerify {
8554
- namespace Post {
8558
+ namespace V2DomainsSupportedTlds { }
8559
+ namespace V2DomainTlds {
8560
+ namespace Get {
8555
8561
  namespace Parameters {
8556
- type Path = {
8557
- domainOwnershipId: string;
8558
- };
8562
+ type Path = {};
8563
+ type Header = {};
8564
+ type Query = {};
8565
+ }
8566
+ namespace Responses {
8567
+ namespace $200 {
8568
+ namespace Content {
8569
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainTopLevel[];
8570
+ }
8571
+ }
8572
+ namespace Default {
8573
+ namespace Content {
8574
+ interface ApplicationJson {
8575
+ [k: string]: unknown;
8576
+ }
8577
+ }
8578
+ }
8579
+ }
8580
+ }
8581
+ }
8582
+ namespace V2DomainsDomainIdActionsResendEmail {
8583
+ namespace Post {
8584
+ namespace Parameters {
8585
+ type Path = {
8586
+ domainId: string;
8587
+ };
8588
+ interface RequestBody {
8589
+ [k: string]: unknown;
8590
+ }
8591
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
8592
+ type Query = {};
8593
+ }
8594
+ namespace Responses {
8595
+ namespace $204 {
8596
+ namespace Content {
8597
+ type Empty = unknown;
8598
+ }
8599
+ }
8600
+ namespace $400 {
8601
+ namespace Content {
8602
+ interface ApplicationJson {
8603
+ [k: string]: unknown;
8604
+ }
8605
+ }
8606
+ }
8607
+ namespace $404 {
8608
+ namespace Content {
8609
+ interface ApplicationJson {
8610
+ [k: string]: unknown;
8611
+ }
8612
+ }
8613
+ }
8614
+ namespace Default {
8615
+ namespace Content {
8616
+ interface ApplicationJson {
8617
+ [k: string]: unknown;
8618
+ }
8619
+ }
8620
+ }
8621
+ }
8622
+ }
8623
+ }
8624
+ namespace V2DomainsDomainIdAuthcode { }
8625
+ namespace V2DomainsDomainIdAuthCode {
8626
+ namespace Patch {
8627
+ namespace Parameters {
8628
+ type Path = {
8629
+ domainId: string;
8630
+ };
8631
+ interface RequestBody {
8632
+ authCode: string;
8633
+ }
8634
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
8635
+ type Query = {};
8636
+ }
8637
+ namespace Responses {
8638
+ namespace $200 {
8639
+ namespace Content {
8640
+ interface ApplicationJson {
8641
+ [k: string]: unknown;
8642
+ }
8643
+ }
8644
+ }
8645
+ namespace $400 {
8646
+ namespace Content {
8647
+ interface ApplicationJson {
8648
+ [k: string]: unknown;
8649
+ }
8650
+ }
8651
+ }
8652
+ namespace $404 {
8653
+ namespace Content {
8654
+ interface ApplicationJson {
8655
+ [k: string]: unknown;
8656
+ }
8657
+ }
8658
+ }
8659
+ namespace Default {
8660
+ namespace Content {
8661
+ interface ApplicationJson {
8662
+ [k: string]: unknown;
8663
+ }
8664
+ }
8665
+ }
8666
+ }
8667
+ }
8668
+ }
8669
+ namespace V2DomainsDomainIdContactsContact {
8670
+ namespace Patch {
8671
+ namespace Parameters {
8672
+ type Path = {
8673
+ domainId: string;
8674
+ contact: "owner";
8675
+ };
8676
+ interface RequestBody {
8677
+ /**
8678
+ * @minItems 1
8679
+ */
8680
+ contact: [
8681
+ MittwaldAPIV2.Components.Schemas.DomainHandleField,
8682
+ ...MittwaldAPIV2.Components.Schemas.DomainHandleField[]
8683
+ ];
8684
+ }
8685
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
8686
+ type Query = {};
8687
+ }
8688
+ namespace Responses {
8689
+ namespace $200 {
8690
+ namespace Content {
8691
+ interface ApplicationJson {
8692
+ [k: string]: unknown;
8693
+ }
8694
+ }
8695
+ }
8696
+ namespace $400 {
8697
+ namespace Content {
8698
+ interface ApplicationJson {
8699
+ [k: string]: unknown;
8700
+ }
8701
+ }
8702
+ }
8703
+ namespace $404 {
8704
+ namespace Content {
8705
+ interface ApplicationJson {
8706
+ [k: string]: unknown;
8707
+ }
8708
+ }
8709
+ }
8710
+ namespace Default {
8711
+ namespace Content {
8712
+ interface ApplicationJson {
8713
+ [k: string]: unknown;
8714
+ }
8715
+ }
8716
+ }
8717
+ }
8718
+ }
8719
+ }
8720
+ namespace V2DomainsDomainIdProjectId {
8721
+ namespace Patch {
8722
+ namespace Parameters {
8723
+ type Path = {
8724
+ domainId: string;
8725
+ };
8726
+ interface RequestBody {
8727
+ projectId?: string;
8728
+ }
8729
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
8730
+ type Query = {};
8731
+ }
8732
+ namespace Responses {
8733
+ namespace $204 {
8734
+ namespace Content {
8735
+ type Empty = unknown;
8736
+ }
8737
+ }
8738
+ namespace $400 {
8739
+ namespace Content {
8740
+ interface ApplicationJson {
8741
+ [k: string]: unknown;
8742
+ }
8743
+ }
8744
+ }
8745
+ namespace $404 {
8746
+ namespace Content {
8747
+ interface ApplicationJson {
8748
+ [k: string]: unknown;
8749
+ }
8750
+ }
8751
+ }
8752
+ namespace Default {
8753
+ namespace Content {
8754
+ interface ApplicationJson {
8755
+ [k: string]: unknown;
8756
+ }
8757
+ }
8758
+ }
8759
+ }
8760
+ }
8761
+ }
8762
+ namespace V2DomainOwnershipsDomainOwnershipIdActionsVerify {
8763
+ namespace Post {
8764
+ namespace Parameters {
8765
+ type Path = {
8766
+ domainOwnershipId: string;
8767
+ };
8559
8768
  interface RequestBody {
8560
8769
  [k: string]: unknown;
8561
8770
  }
@@ -14584,392 +14793,5 @@ export declare module MittwaldAPIV2 {
14584
14793
  }
14585
14794
  }
14586
14795
  }
14587
- namespace V2DomainsDomainIdDeclarations { }
14588
- namespace V2DomainsDomainIdDeclaration {
14589
- namespace Delete {
14590
- namespace Parameters {
14591
- type Path = {
14592
- domainId: string;
14593
- };
14594
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
14595
- type Query = {};
14596
- }
14597
- namespace Responses {
14598
- namespace $204 {
14599
- namespace Content {
14600
- type Empty = unknown;
14601
- }
14602
- }
14603
- namespace $400 {
14604
- namespace Content {
14605
- interface ApplicationJson {
14606
- [k: string]: unknown;
14607
- }
14608
- }
14609
- }
14610
- namespace $404 {
14611
- namespace Content {
14612
- interface ApplicationJson {
14613
- [k: string]: unknown;
14614
- }
14615
- }
14616
- }
14617
- namespace Default {
14618
- namespace Content {
14619
- interface ApplicationJson {
14620
- [k: string]: unknown;
14621
- }
14622
- }
14623
- }
14624
- }
14625
- }
14626
- }
14627
- namespace V2DomainsHandleSchemaDomainName { }
14628
- namespace V2DomainsSupportedTlds { }
14629
- namespace V2DomainTlds {
14630
- namespace Get {
14631
- namespace Parameters {
14632
- type Path = {};
14633
- type Header = {};
14634
- type Query = {};
14635
- }
14636
- namespace Responses {
14637
- namespace $200 {
14638
- namespace Content {
14639
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainTopLevel[];
14640
- }
14641
- }
14642
- namespace Default {
14643
- namespace Content {
14644
- interface ApplicationJson {
14645
- [k: string]: unknown;
14646
- }
14647
- }
14648
- }
14649
- }
14650
- }
14651
- }
14652
- namespace V2DomainTldsTldContactSchemas {
14653
- namespace Get {
14654
- namespace Parameters {
14655
- type Path = {
14656
- tld: string;
14657
- };
14658
- type Header = {};
14659
- type Query = {};
14660
- }
14661
- namespace Responses {
14662
- namespace $200 {
14663
- namespace Content {
14664
- interface ApplicationJson {
14665
- jsonSchemaAdminC?: {};
14666
- jsonSchemaOwnerC: {};
14667
- }
14668
- }
14669
- }
14670
- namespace Default {
14671
- namespace Content {
14672
- interface ApplicationJson {
14673
- [k: string]: unknown;
14674
- }
14675
- }
14676
- }
14677
- }
14678
- }
14679
- }
14680
- namespace V2DomainsDomainIdAuthcode { }
14681
- namespace V2DomainsDomainIdAuthCode {
14682
- namespace Patch {
14683
- namespace Parameters {
14684
- type Path = {
14685
- domainId: string;
14686
- };
14687
- interface RequestBody {
14688
- authCode: string;
14689
- }
14690
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
14691
- type Query = {};
14692
- }
14693
- namespace Responses {
14694
- namespace $200 {
14695
- namespace Content {
14696
- interface ApplicationJson {
14697
- [k: string]: unknown;
14698
- }
14699
- }
14700
- }
14701
- namespace $400 {
14702
- namespace Content {
14703
- interface ApplicationJson {
14704
- [k: string]: unknown;
14705
- }
14706
- }
14707
- }
14708
- namespace $404 {
14709
- namespace Content {
14710
- interface ApplicationJson {
14711
- [k: string]: unknown;
14712
- }
14713
- }
14714
- }
14715
- namespace Default {
14716
- namespace Content {
14717
- interface ApplicationJson {
14718
- [k: string]: unknown;
14719
- }
14720
- }
14721
- }
14722
- }
14723
- }
14724
- }
14725
- namespace V2DomainsDomainIdContactsContact {
14726
- namespace Patch {
14727
- namespace Parameters {
14728
- type Path = {
14729
- domainId: string;
14730
- contact: "owner";
14731
- };
14732
- interface RequestBody {
14733
- /**
14734
- * @minItems 1
14735
- */
14736
- contact: [
14737
- MittwaldAPIV2.Components.Schemas.DomainHandleField,
14738
- ...MittwaldAPIV2.Components.Schemas.DomainHandleField[]
14739
- ];
14740
- }
14741
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
14742
- type Query = {};
14743
- }
14744
- namespace Responses {
14745
- namespace $200 {
14746
- namespace Content {
14747
- interface ApplicationJson {
14748
- [k: string]: unknown;
14749
- }
14750
- }
14751
- }
14752
- namespace $400 {
14753
- namespace Content {
14754
- interface ApplicationJson {
14755
- [k: string]: unknown;
14756
- }
14757
- }
14758
- }
14759
- namespace $404 {
14760
- namespace Content {
14761
- interface ApplicationJson {
14762
- [k: string]: unknown;
14763
- }
14764
- }
14765
- }
14766
- namespace Default {
14767
- namespace Content {
14768
- interface ApplicationJson {
14769
- [k: string]: unknown;
14770
- }
14771
- }
14772
- }
14773
- }
14774
- }
14775
- }
14776
- namespace V2DomainsDomainIdProjectId {
14777
- namespace Patch {
14778
- namespace Parameters {
14779
- type Path = {
14780
- domainId: string;
14781
- };
14782
- interface RequestBody {
14783
- projectId?: string;
14784
- }
14785
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
14786
- type Query = {};
14787
- }
14788
- namespace Responses {
14789
- namespace $204 {
14790
- namespace Content {
14791
- type Empty = unknown;
14792
- }
14793
- }
14794
- namespace $400 {
14795
- namespace Content {
14796
- interface ApplicationJson {
14797
- [k: string]: unknown;
14798
- }
14799
- }
14800
- }
14801
- namespace $404 {
14802
- namespace Content {
14803
- interface ApplicationJson {
14804
- [k: string]: unknown;
14805
- }
14806
- }
14807
- }
14808
- namespace Default {
14809
- namespace Content {
14810
- interface ApplicationJson {
14811
- [k: string]: unknown;
14812
- }
14813
- }
14814
- }
14815
- }
14816
- }
14817
- }
14818
- namespace V2DomainsDomainIdActionsAuthCode {
14819
- namespace Post {
14820
- namespace Parameters {
14821
- type Path = {
14822
- domainId: string;
14823
- };
14824
- interface RequestBody {
14825
- [k: string]: unknown;
14826
- }
14827
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
14828
- type Query = {};
14829
- }
14830
- namespace Responses {
14831
- namespace $201 {
14832
- namespace Content {
14833
- interface ApplicationJson {
14834
- authCode: string;
14835
- }
14836
- }
14837
- }
14838
- namespace $400 {
14839
- namespace Content {
14840
- interface ApplicationJson {
14841
- [k: string]: unknown;
14842
- }
14843
- }
14844
- }
14845
- namespace $404 {
14846
- namespace Content {
14847
- interface ApplicationJson {
14848
- [k: string]: unknown;
14849
- }
14850
- }
14851
- }
14852
- namespace Default {
14853
- namespace Content {
14854
- interface ApplicationJson {
14855
- [k: string]: unknown;
14856
- }
14857
- }
14858
- }
14859
- }
14860
- }
14861
- }
14862
- namespace V2DomainsDomainIdActionsAuthCode2 {
14863
- namespace Post {
14864
- namespace Parameters {
14865
- type Path = {
14866
- domainId: string;
14867
- };
14868
- interface RequestBody {
14869
- [k: string]: unknown;
14870
- }
14871
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
14872
- type Query = {};
14873
- }
14874
- namespace Responses {
14875
- namespace $204 {
14876
- namespace Content {
14877
- type Empty = unknown;
14878
- }
14879
- }
14880
- namespace $400 {
14881
- namespace Content {
14882
- interface ApplicationJson {
14883
- [k: string]: unknown;
14884
- }
14885
- }
14886
- }
14887
- namespace $404 {
14888
- namespace Content {
14889
- interface ApplicationJson {
14890
- [k: string]: unknown;
14891
- }
14892
- }
14893
- }
14894
- namespace Default {
14895
- namespace Content {
14896
- interface ApplicationJson {
14897
- [k: string]: unknown;
14898
- }
14899
- }
14900
- }
14901
- }
14902
- }
14903
- }
14904
- namespace V2DomainRegistrable {
14905
- namespace Post {
14906
- namespace Parameters {
14907
- type Path = {};
14908
- interface RequestBody {
14909
- domain: string;
14910
- }
14911
- type Header = {};
14912
- type Query = {};
14913
- }
14914
- namespace Responses {
14915
- namespace $200 {
14916
- namespace Content {
14917
- interface ApplicationJson {
14918
- registrable: boolean;
14919
- }
14920
- }
14921
- }
14922
- namespace $400 {
14923
- namespace Content {
14924
- interface ApplicationJson {
14925
- [k: string]: unknown;
14926
- }
14927
- }
14928
- }
14929
- namespace Default {
14930
- namespace Content {
14931
- interface ApplicationJson {
14932
- [k: string]: unknown;
14933
- }
14934
- }
14935
- }
14936
- }
14937
- }
14938
- }
14939
- namespace V2Domains {
14940
- namespace Post {
14941
- namespace Parameters {
14942
- type Path = {};
14943
- interface RequestBody {
14944
- domain: string;
14945
- }
14946
- type Header = {};
14947
- type Query = {};
14948
- }
14949
- namespace Responses {
14950
- namespace $200 {
14951
- namespace Content {
14952
- interface ApplicationJson {
14953
- available: boolean;
14954
- }
14955
- }
14956
- }
14957
- namespace $400 {
14958
- namespace Content {
14959
- interface ApplicationJson {
14960
- [k: string]: unknown;
14961
- }
14962
- }
14963
- }
14964
- namespace Default {
14965
- namespace Content {
14966
- interface ApplicationJson {
14967
- [k: string]: unknown;
14968
- }
14969
- }
14970
- }
14971
- }
14972
- }
14973
- }
14974
14796
  }
14975
14797
  }