@mittwald/api-client 3.0.23 → 3.0.24

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.
@@ -530,6 +530,10 @@ export declare module MittwaldAPIV2 {
530
530
  type RequestData = InferredRequestData<typeof descriptors.dnsZonesForProject>;
531
531
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsZonesForProject, TStatus>;
532
532
  }
533
+ namespace DomainUpdateDomainNameservers {
534
+ type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainNameservers>;
535
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainUpdateDomainNameservers, TStatus>;
536
+ }
533
537
  namespace DomainGetDomain {
534
538
  type RequestData = InferredRequestData<typeof descriptors.domainGetDomain>;
535
539
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetDomain, TStatus>;
@@ -542,6 +546,10 @@ export declare module MittwaldAPIV2 {
542
546
  type RequestData = InferredRequestData<typeof descriptors.domainGetScreenshotForDomain>;
543
547
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetScreenshotForDomain, TStatus>;
544
548
  }
549
+ namespace DomainGetDomainOwnership {
550
+ type RequestData = InferredRequestData<typeof descriptors.domainGetDomainOwnership>;
551
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetDomainOwnership, TStatus>;
552
+ }
545
553
  namespace DomainListDomainOwnerships {
546
554
  type RequestData = InferredRequestData<typeof descriptors.domainListDomainOwnerships>;
547
555
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListDomainOwnerships, TStatus>;
@@ -554,10 +562,6 @@ export declare module MittwaldAPIV2 {
554
562
  type RequestData = InferredRequestData<typeof descriptors.domainResendDomainEmail>;
555
563
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainResendDomainEmail, TStatus>;
556
564
  }
557
- namespace DomainGetSpecificDomainOwnership {
558
- type RequestData = InferredRequestData<typeof descriptors.domainGetSpecificDomainOwnership>;
559
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetSpecificDomainOwnership, TStatus>;
560
- }
561
565
  namespace DomainVerifyDomainOwnership {
562
566
  type RequestData = InferredRequestData<typeof descriptors.domainVerifyDomainOwnership>;
563
567
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainVerifyDomainOwnership, TStatus>;
@@ -1146,49 +1150,45 @@ export declare module MittwaldAPIV2 {
1146
1150
  type RequestData = InferredRequestData<typeof descriptors.userVerifyRegistration>;
1147
1151
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userVerifyRegistration, TStatus>;
1148
1152
  }
1149
- namespace DomainAbortDeclareProcess {
1150
- type RequestData = InferredRequestData<typeof descriptors.domainAbortDeclareProcess>;
1151
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainAbortDeclareProcess, TStatus>;
1153
+ namespace DomainAbortDomainDeclaration {
1154
+ type RequestData = InferredRequestData<typeof descriptors.domainAbortDomainDeclaration>;
1155
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainAbortDomainDeclaration, TStatus>;
1152
1156
  }
1153
- namespace DomainGetHandleFields {
1154
- type RequestData = InferredRequestData<typeof descriptors.domainGetHandleFields>;
1155
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetHandleFields, TStatus>;
1157
+ namespace DomainListTlds {
1158
+ type RequestData = InferredRequestData<typeof descriptors.domainListTlds>;
1159
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListTlds, TStatus>;
1156
1160
  }
1157
- namespace DomainGetSupportedTlds {
1158
- type RequestData = InferredRequestData<typeof descriptors.domainGetSupportedTlds>;
1159
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetSupportedTlds, TStatus>;
1161
+ namespace DomainListTldContactSchemas {
1162
+ type RequestData = InferredRequestData<typeof descriptors.domainListTldContactSchemas>;
1163
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListTldContactSchemas, TStatus>;
1160
1164
  }
1161
- namespace DomainCheckDomainAvailability {
1162
- type RequestData = InferredRequestData<typeof descriptors.domainCheckDomainAvailability>;
1163
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCheckDomainAvailability, TStatus>;
1165
+ namespace DomainUpdateDomainAuthCode {
1166
+ type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainAuthCode>;
1167
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainUpdateDomainAuthCode, TStatus>;
1164
1168
  }
1165
- namespace DomainCreateAuthcodeForDomain {
1166
- type RequestData = InferredRequestData<typeof descriptors.domainCreateAuthcodeForDomain>;
1167
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCreateAuthcodeForDomain, TStatus>;
1169
+ namespace DomainUpdateDomainContact {
1170
+ type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainContact>;
1171
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainUpdateDomainContact, TStatus>;
1168
1172
  }
1169
- namespace DomainCreateAuthcode2ForDomain {
1170
- type RequestData = InferredRequestData<typeof descriptors.domainCreateAuthcode2ForDomain>;
1171
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCreateAuthcode2ForDomain, TStatus>;
1173
+ namespace DomainUpdateDomainProjectId {
1174
+ type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainProjectId>;
1175
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainUpdateDomainProjectId, TStatus>;
1172
1176
  }
1173
- namespace DomainDeclareProcessChangeAuthcode {
1174
- type RequestData = InferredRequestData<typeof descriptors.domainDeclareProcessChangeAuthcode>;
1175
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainDeclareProcessChangeAuthcode, TStatus>;
1177
+ namespace DomainCreateDomainAuthCode {
1178
+ type RequestData = InferredRequestData<typeof descriptors.domainCreateDomainAuthCode>;
1179
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCreateDomainAuthCode, TStatus>;
1176
1180
  }
1177
- namespace DomainDeclareProcessChangeHandles {
1178
- type RequestData = InferredRequestData<typeof descriptors.domainDeclareProcessChangeHandles>;
1179
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainDeclareProcessChangeHandles, TStatus>;
1181
+ namespace DomainCreateDomainAuthCode2 {
1182
+ type RequestData = InferredRequestData<typeof descriptors.domainCreateDomainAuthCode2>;
1183
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCreateDomainAuthCode2, TStatus>;
1180
1184
  }
1181
- namespace DomainChangeOwnercOfDomain {
1182
- type RequestData = InferredRequestData<typeof descriptors.domainChangeOwnercOfDomain>;
1183
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainChangeOwnercOfDomain, TStatus>;
1185
+ namespace DomainCheckDomainRegistrability {
1186
+ type RequestData = InferredRequestData<typeof descriptors.domainCheckDomainRegistrability>;
1187
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCheckDomainRegistrability, TStatus>;
1184
1188
  }
1185
- namespace DomainChangeProjectOfDomain {
1186
- type RequestData = InferredRequestData<typeof descriptors.domainChangeProjectOfDomain>;
1187
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainChangeProjectOfDomain, TStatus>;
1188
- }
1189
- namespace DomainDeclareNameservers {
1190
- type RequestData = InferredRequestData<typeof descriptors.domainDeclareNameservers>;
1191
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainDeclareNameservers, TStatus>;
1189
+ namespace DomainCheckDomainRegistrabilityV2Deprecated {
1190
+ type RequestData = InferredRequestData<typeof descriptors.domainCheckDomainRegistrabilityV2Deprecated>;
1191
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCheckDomainRegistrabilityV2Deprecated, TStatus>;
1192
1192
  }
1193
1193
  }
1194
1194
  namespace Components {
@@ -1575,6 +1575,7 @@ export declare module MittwaldAPIV2 {
1575
1575
  articles: MittwaldAPIV2.Components.Schemas.ContractArticle[];
1576
1576
  contractPeriod: number;
1577
1577
  description: string;
1578
+ freeTrialDays: number;
1578
1579
  groupByProjectId?: string;
1579
1580
  invoicingPeriod: number;
1580
1581
  isActivated: boolean;
@@ -8227,6 +8228,57 @@ export declare module MittwaldAPIV2 {
8227
8228
  }
8228
8229
  }
8229
8230
  }
8231
+ namespace V2DomainsDomainIdHandlesOwnerc { }
8232
+ namespace V2DomainsDomainIdProjectId { }
8233
+ namespace V2DomainsDomainIdActionsCreateAuthcode { }
8234
+ namespace V2DomainsDomainIdActionsCreateAuthcode2 { }
8235
+ namespace V2DomainsDomainIdNameservers {
8236
+ namespace Patch {
8237
+ namespace Parameters {
8238
+ type Path = {
8239
+ domainId: string;
8240
+ };
8241
+ interface RequestBody {
8242
+ /**
8243
+ * @minItems 2
8244
+ */
8245
+ nameservers?: [string, string, ...string[]];
8246
+ }
8247
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
8248
+ type Query = {};
8249
+ }
8250
+ namespace Responses {
8251
+ namespace $204 {
8252
+ namespace Content {
8253
+ type Empty = unknown;
8254
+ }
8255
+ }
8256
+ namespace $400 {
8257
+ namespace Content {
8258
+ interface ApplicationJson {
8259
+ [k: string]: unknown;
8260
+ }
8261
+ }
8262
+ }
8263
+ namespace $404 {
8264
+ namespace Content {
8265
+ interface ApplicationJson {
8266
+ [k: string]: unknown;
8267
+ }
8268
+ }
8269
+ }
8270
+ namespace Default {
8271
+ namespace Content {
8272
+ interface ApplicationJson {
8273
+ [k: string]: unknown;
8274
+ }
8275
+ }
8276
+ }
8277
+ }
8278
+ }
8279
+ }
8280
+ namespace V2DomainsDomainIdDeclarationsAuthcode { }
8281
+ namespace V2DomainsDomainIdDeclarationsHandles { }
8230
8282
  namespace V2DomainsDomainId {
8231
8283
  namespace Get {
8232
8284
  namespace Parameters {
@@ -8272,7 +8324,7 @@ export declare module MittwaldAPIV2 {
8272
8324
  };
8273
8325
  interface RequestBody {
8274
8326
  /**
8275
- * If true, Domain is in grace period.
8327
+ * Only for .de Domains.
8276
8328
  */
8277
8329
  transit?: boolean;
8278
8330
  }
@@ -8349,11 +8401,11 @@ export declare module MittwaldAPIV2 {
8349
8401
  }
8350
8402
  }
8351
8403
  }
8352
- namespace V2ProjectsProjectIdDomainOwnerships {
8404
+ namespace V2DomainOwnershipsDomainOwnershipId {
8353
8405
  namespace Get {
8354
8406
  namespace Parameters {
8355
8407
  type Path = {
8356
- projectId: string;
8408
+ domainOwnershipId: string;
8357
8409
  };
8358
8410
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
8359
8411
  type Query = {};
@@ -8361,7 +8413,7 @@ export declare module MittwaldAPIV2 {
8361
8413
  namespace Responses {
8362
8414
  namespace $200 {
8363
8415
  namespace Content {
8364
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainDomainOwnership[];
8416
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainDomainOwnership;
8365
8417
  }
8366
8418
  }
8367
8419
  namespace $400 {
@@ -8371,6 +8423,13 @@ export declare module MittwaldAPIV2 {
8371
8423
  }
8372
8424
  }
8373
8425
  }
8426
+ namespace $404 {
8427
+ namespace Content {
8428
+ interface ApplicationJson {
8429
+ [k: string]: unknown;
8430
+ }
8431
+ }
8432
+ }
8374
8433
  namespace Default {
8375
8434
  namespace Content {
8376
8435
  interface ApplicationJson {
@@ -8381,23 +8440,19 @@ export declare module MittwaldAPIV2 {
8381
8440
  }
8382
8441
  }
8383
8442
  }
8384
- namespace V2ProjectsProjectIdDomains {
8443
+ namespace V2ProjectsProjectIdDomainOwnerships {
8385
8444
  namespace Get {
8386
8445
  namespace Parameters {
8387
8446
  type Path = {
8388
8447
  projectId: string;
8389
8448
  };
8390
8449
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
8391
- type Query = {
8392
- page?: number;
8393
- limit?: number;
8394
- domainSearchName?: string;
8395
- };
8450
+ type Query = {};
8396
8451
  }
8397
8452
  namespace Responses {
8398
8453
  namespace $200 {
8399
8454
  namespace Content {
8400
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainDomain[];
8455
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainDomainOwnership[];
8401
8456
  }
8402
8457
  }
8403
8458
  namespace $400 {
@@ -8417,22 +8472,23 @@ export declare module MittwaldAPIV2 {
8417
8472
  }
8418
8473
  }
8419
8474
  }
8420
- namespace V2DomainsDomainIdActionsResendEmail {
8421
- namespace Post {
8475
+ namespace V2ProjectsProjectIdDomains {
8476
+ namespace Get {
8422
8477
  namespace Parameters {
8423
8478
  type Path = {
8424
- domainId: string;
8479
+ projectId: string;
8425
8480
  };
8426
- interface RequestBody {
8427
- [k: string]: unknown;
8428
- }
8429
8481
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
8430
- type Query = {};
8482
+ type Query = {
8483
+ page?: number;
8484
+ limit?: number;
8485
+ domainSearchName?: string;
8486
+ };
8431
8487
  }
8432
8488
  namespace Responses {
8433
- namespace $204 {
8489
+ namespace $200 {
8434
8490
  namespace Content {
8435
- type Empty = unknown;
8491
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainDomain[];
8436
8492
  }
8437
8493
  }
8438
8494
  namespace $400 {
@@ -8442,13 +8498,6 @@ export declare module MittwaldAPIV2 {
8442
8498
  }
8443
8499
  }
8444
8500
  }
8445
- namespace $404 {
8446
- namespace Content {
8447
- interface ApplicationJson {
8448
- [k: string]: unknown;
8449
- }
8450
- }
8451
- }
8452
8501
  namespace Default {
8453
8502
  namespace Content {
8454
8503
  interface ApplicationJson {
@@ -8459,19 +8508,22 @@ export declare module MittwaldAPIV2 {
8459
8508
  }
8460
8509
  }
8461
8510
  }
8462
- namespace V2DomainOwnershipsDomainOwnershipId {
8463
- namespace Get {
8511
+ namespace V2DomainsDomainIdActionsResendEmail {
8512
+ namespace Post {
8464
8513
  namespace Parameters {
8465
8514
  type Path = {
8466
- domainOwnershipId: string;
8515
+ domainId: string;
8467
8516
  };
8517
+ interface RequestBody {
8518
+ [k: string]: unknown;
8519
+ }
8468
8520
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
8469
8521
  type Query = {};
8470
8522
  }
8471
8523
  namespace Responses {
8472
- namespace $200 {
8524
+ namespace $204 {
8473
8525
  namespace Content {
8474
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainDomainOwnership;
8526
+ type Empty = unknown;
8475
8527
  }
8476
8528
  }
8477
8529
  namespace $400 {
@@ -8497,6 +8549,8 @@ export declare module MittwaldAPIV2 {
8497
8549
  }
8498
8550
  }
8499
8551
  }
8552
+ }
8553
+ namespace V2DomainOwnershipsDomainOwnershipIdActionsVerify {
8500
8554
  namespace Post {
8501
8555
  namespace Parameters {
8502
8556
  type Path = {
@@ -14530,7 +14584,8 @@ export declare module MittwaldAPIV2 {
14530
14584
  }
14531
14585
  }
14532
14586
  }
14533
- namespace V2DomainsDomainIdDeclarations {
14587
+ namespace V2DomainsDomainIdDeclarations { }
14588
+ namespace V2DomainsDomainIdDeclaration {
14534
14589
  namespace Delete {
14535
14590
  namespace Parameters {
14536
14591
  type Path = {
@@ -14569,35 +14624,9 @@ export declare module MittwaldAPIV2 {
14569
14624
  }
14570
14625
  }
14571
14626
  }
14572
- namespace V2DomainsHandleSchemaDomainName {
14573
- namespace Get {
14574
- namespace Parameters {
14575
- type Path = {
14576
- domainName: string;
14577
- };
14578
- type Header = {};
14579
- type Query = {};
14580
- }
14581
- namespace Responses {
14582
- namespace $200 {
14583
- namespace Content {
14584
- interface ApplicationJson {
14585
- jsonSchemaAdminC?: {};
14586
- jsonSchemaOwnerC: {};
14587
- }
14588
- }
14589
- }
14590
- namespace Default {
14591
- namespace Content {
14592
- interface ApplicationJson {
14593
- [k: string]: unknown;
14594
- }
14595
- }
14596
- }
14597
- }
14598
- }
14599
- }
14600
- namespace V2DomainsSupportedTlds {
14627
+ namespace V2DomainsHandleSchemaDomainName { }
14628
+ namespace V2DomainsSupportedTlds { }
14629
+ namespace V2DomainTlds {
14601
14630
  namespace Get {
14602
14631
  namespace Parameters {
14603
14632
  type Path = {};
@@ -14620,13 +14649,12 @@ export declare module MittwaldAPIV2 {
14620
14649
  }
14621
14650
  }
14622
14651
  }
14623
- namespace V2Domains {
14624
- namespace Post {
14652
+ namespace V2DomainTldsTldContactSchemas {
14653
+ namespace Get {
14625
14654
  namespace Parameters {
14626
- type Path = {};
14627
- interface RequestBody {
14628
- domain: string;
14629
- }
14655
+ type Path = {
14656
+ tld: string;
14657
+ };
14630
14658
  type Header = {};
14631
14659
  type Query = {};
14632
14660
  }
@@ -14634,14 +14662,8 @@ export declare module MittwaldAPIV2 {
14634
14662
  namespace $200 {
14635
14663
  namespace Content {
14636
14664
  interface ApplicationJson {
14637
- available: boolean;
14638
- }
14639
- }
14640
- }
14641
- namespace $400 {
14642
- namespace Content {
14643
- interface ApplicationJson {
14644
- [k: string]: unknown;
14665
+ jsonSchemaAdminC?: {};
14666
+ jsonSchemaOwnerC: {};
14645
14667
  }
14646
14668
  }
14647
14669
  }
@@ -14655,23 +14677,24 @@ export declare module MittwaldAPIV2 {
14655
14677
  }
14656
14678
  }
14657
14679
  }
14658
- namespace V2DomainsDomainIdActionsCreateAuthcode {
14659
- namespace Post {
14680
+ namespace V2DomainsDomainIdAuthcode { }
14681
+ namespace V2DomainsDomainIdAuthCode {
14682
+ namespace Patch {
14660
14683
  namespace Parameters {
14661
14684
  type Path = {
14662
14685
  domainId: string;
14663
14686
  };
14664
14687
  interface RequestBody {
14665
- [k: string]: unknown;
14688
+ authCode: string;
14666
14689
  }
14667
14690
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
14668
14691
  type Query = {};
14669
14692
  }
14670
14693
  namespace Responses {
14671
- namespace $201 {
14694
+ namespace $200 {
14672
14695
  namespace Content {
14673
14696
  interface ApplicationJson {
14674
- authCode: string;
14697
+ [k: string]: unknown;
14675
14698
  }
14676
14699
  }
14677
14700
  }
@@ -14699,22 +14722,31 @@ export declare module MittwaldAPIV2 {
14699
14722
  }
14700
14723
  }
14701
14724
  }
14702
- namespace V2DomainsDomainIdActionsCreateAuthcode2 {
14703
- namespace Post {
14725
+ namespace V2DomainsDomainIdContactsContact {
14726
+ namespace Patch {
14704
14727
  namespace Parameters {
14705
14728
  type Path = {
14706
14729
  domainId: string;
14730
+ contact: "owner";
14707
14731
  };
14708
14732
  interface RequestBody {
14709
- [k: string]: unknown;
14733
+ /**
14734
+ * @minItems 1
14735
+ */
14736
+ contact: [
14737
+ MittwaldAPIV2.Components.Schemas.DomainHandleField,
14738
+ ...MittwaldAPIV2.Components.Schemas.DomainHandleField[]
14739
+ ];
14710
14740
  }
14711
14741
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
14712
14742
  type Query = {};
14713
14743
  }
14714
14744
  namespace Responses {
14715
- namespace $204 {
14745
+ namespace $200 {
14716
14746
  namespace Content {
14717
- type Empty = unknown;
14747
+ interface ApplicationJson {
14748
+ [k: string]: unknown;
14749
+ }
14718
14750
  }
14719
14751
  }
14720
14752
  namespace $400 {
@@ -14741,24 +14773,22 @@ export declare module MittwaldAPIV2 {
14741
14773
  }
14742
14774
  }
14743
14775
  }
14744
- namespace V2DomainsDomainIdDeclarationsAuthcode {
14745
- namespace Put {
14776
+ namespace V2DomainsDomainIdProjectId {
14777
+ namespace Patch {
14746
14778
  namespace Parameters {
14747
14779
  type Path = {
14748
14780
  domainId: string;
14749
14781
  };
14750
14782
  interface RequestBody {
14751
- authCode: string;
14783
+ projectId?: string;
14752
14784
  }
14753
14785
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
14754
14786
  type Query = {};
14755
14787
  }
14756
14788
  namespace Responses {
14757
- namespace $200 {
14789
+ namespace $204 {
14758
14790
  namespace Content {
14759
- interface ApplicationJson {
14760
- [k: string]: unknown;
14761
- }
14791
+ type Empty = unknown;
14762
14792
  }
14763
14793
  }
14764
14794
  namespace $400 {
@@ -14785,29 +14815,23 @@ export declare module MittwaldAPIV2 {
14785
14815
  }
14786
14816
  }
14787
14817
  }
14788
- namespace V2DomainsDomainIdDeclarationsHandles {
14789
- namespace Put {
14818
+ namespace V2DomainsDomainIdActionsAuthCode {
14819
+ namespace Post {
14790
14820
  namespace Parameters {
14791
14821
  type Path = {
14792
14822
  domainId: string;
14793
14823
  };
14794
14824
  interface RequestBody {
14795
- /**
14796
- * @minItems 1
14797
- */
14798
- ownerC: [
14799
- MittwaldAPIV2.Components.Schemas.DomainHandleField,
14800
- ...MittwaldAPIV2.Components.Schemas.DomainHandleField[]
14801
- ];
14825
+ [k: string]: unknown;
14802
14826
  }
14803
14827
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
14804
14828
  type Query = {};
14805
14829
  }
14806
14830
  namespace Responses {
14807
- namespace $200 {
14831
+ namespace $201 {
14808
14832
  namespace Content {
14809
14833
  interface ApplicationJson {
14810
- [k: string]: unknown;
14834
+ authCode: string;
14811
14835
  }
14812
14836
  }
14813
14837
  }
@@ -14835,30 +14859,22 @@ export declare module MittwaldAPIV2 {
14835
14859
  }
14836
14860
  }
14837
14861
  }
14838
- namespace V2DomainsDomainIdHandlesOwnerc {
14839
- namespace Put {
14862
+ namespace V2DomainsDomainIdActionsAuthCode2 {
14863
+ namespace Post {
14840
14864
  namespace Parameters {
14841
14865
  type Path = {
14842
14866
  domainId: string;
14843
14867
  };
14844
14868
  interface RequestBody {
14845
- /**
14846
- * @minItems 1
14847
- */
14848
- ownerC: [
14849
- MittwaldAPIV2.Components.Schemas.DomainHandleField,
14850
- ...MittwaldAPIV2.Components.Schemas.DomainHandleField[]
14851
- ];
14869
+ [k: string]: unknown;
14852
14870
  }
14853
14871
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
14854
14872
  type Query = {};
14855
14873
  }
14856
14874
  namespace Responses {
14857
- namespace $200 {
14875
+ namespace $204 {
14858
14876
  namespace Content {
14859
- interface ApplicationJson {
14860
- [k: string]: unknown;
14861
- }
14877
+ type Empty = unknown;
14862
14878
  }
14863
14879
  }
14864
14880
  namespace $400 {
@@ -14885,32 +14901,25 @@ export declare module MittwaldAPIV2 {
14885
14901
  }
14886
14902
  }
14887
14903
  }
14888
- namespace V2DomainsDomainIdProjectId {
14889
- namespace Put {
14904
+ namespace V2DomainRegistrable {
14905
+ namespace Post {
14890
14906
  namespace Parameters {
14891
- type Path = {
14892
- domainId: string;
14893
- };
14907
+ type Path = {};
14894
14908
  interface RequestBody {
14895
- projectId?: string;
14909
+ domain: string;
14896
14910
  }
14897
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
14911
+ type Header = {};
14898
14912
  type Query = {};
14899
14913
  }
14900
14914
  namespace Responses {
14901
- namespace $204 {
14902
- namespace Content {
14903
- type Empty = unknown;
14904
- }
14905
- }
14906
- namespace $400 {
14915
+ namespace $200 {
14907
14916
  namespace Content {
14908
14917
  interface ApplicationJson {
14909
- [k: string]: unknown;
14918
+ registrable: boolean;
14910
14919
  }
14911
14920
  }
14912
14921
  }
14913
- namespace $404 {
14922
+ namespace $400 {
14914
14923
  namespace Content {
14915
14924
  interface ApplicationJson {
14916
14925
  [k: string]: unknown;
@@ -14927,35 +14936,25 @@ export declare module MittwaldAPIV2 {
14927
14936
  }
14928
14937
  }
14929
14938
  }
14930
- namespace V2DomainsDomainIdNameservers {
14931
- namespace Put {
14939
+ namespace V2Domains {
14940
+ namespace Post {
14932
14941
  namespace Parameters {
14933
- type Path = {
14934
- domainId: string;
14935
- };
14942
+ type Path = {};
14936
14943
  interface RequestBody {
14937
- /**
14938
- * @minItems 2
14939
- */
14940
- nameservers?: [string, string, ...string[]];
14944
+ domain: string;
14941
14945
  }
14942
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
14946
+ type Header = {};
14943
14947
  type Query = {};
14944
14948
  }
14945
14949
  namespace Responses {
14946
- namespace $204 {
14947
- namespace Content {
14948
- type Empty = unknown;
14949
- }
14950
- }
14951
- namespace $400 {
14950
+ namespace $200 {
14952
14951
  namespace Content {
14953
14952
  interface ApplicationJson {
14954
- [k: string]: unknown;
14953
+ available: boolean;
14955
14954
  }
14956
14955
  }
14957
14956
  }
14958
- namespace $404 {
14957
+ namespace $400 {
14959
14958
  namespace Content {
14960
14959
  interface ApplicationJson {
14961
14960
  [k: string]: unknown;
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '3.0.23';
1
+ export declare const MittwaldAPIClientVersion = '3.0.24';