@mittwald/api-client 4.94.0 → 4.95.0

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.
@@ -506,6 +506,42 @@ export declare namespace MittwaldAPIV2 {
506
506
  type RequestData = InferredRequestData<typeof descriptors.databaseUpdateRedisDatabaseDescription>;
507
507
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseUpdateRedisDatabaseDescription, TStatus>;
508
508
  }
509
+ namespace DomainListDomains {
510
+ type RequestData = InferredRequestData<typeof descriptors.domainListDomains>;
511
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListDomains, TStatus>;
512
+ }
513
+ namespace DomainUpdateDomainNameservers {
514
+ type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainNameservers>;
515
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainUpdateDomainNameservers, TStatus>;
516
+ }
517
+ namespace IngressUpdateIngressPaths {
518
+ type RequestData = InferredRequestData<typeof descriptors.ingressUpdateIngressPaths>;
519
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.ingressUpdateIngressPaths, TStatus>;
520
+ }
521
+ namespace IngressUpdateIngressTls {
522
+ type RequestData = InferredRequestData<typeof descriptors.ingressUpdateIngressTls>;
523
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.ingressUpdateIngressTls, TStatus>;
524
+ }
525
+ namespace MailUpdateMailAddressAutoresponder {
526
+ type RequestData = InferredRequestData<typeof descriptors.mailUpdateMailAddressAutoresponder>;
527
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateMailAddressAutoresponder, TStatus>;
528
+ }
529
+ namespace MailUpdateMailAddressForwardAddresses {
530
+ type RequestData = InferredRequestData<typeof descriptors.mailUpdateMailAddressForwardAddresses>;
531
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateMailAddressForwardAddresses, TStatus>;
532
+ }
533
+ namespace MailUpdateMailAddressPassword {
534
+ type RequestData = InferredRequestData<typeof descriptors.mailUpdateMailAddressPassword>;
535
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateMailAddressPassword, TStatus>;
536
+ }
537
+ namespace MailUpdateMailAddressQuota {
538
+ type RequestData = InferredRequestData<typeof descriptors.mailUpdateMailAddressQuota>;
539
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateMailAddressQuota, TStatus>;
540
+ }
541
+ namespace MailUpdateMailAddressSpamProtection {
542
+ type RequestData = InferredRequestData<typeof descriptors.mailUpdateMailAddressSpamProtection>;
543
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateMailAddressSpamProtection, TStatus>;
544
+ }
509
545
  namespace NewsletterSubscribeUser {
510
546
  type RequestData = InferredRequestData<typeof descriptors.newsletterSubscribeUser>;
511
547
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.newsletterSubscribeUser, TStatus>;
@@ -562,10 +598,6 @@ export declare namespace MittwaldAPIV2 {
562
598
  type RequestData = InferredRequestData<typeof descriptors.domainGetLatestScreenshot>;
563
599
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetLatestScreenshot, TStatus>;
564
600
  }
565
- namespace DomainListDomains {
566
- type RequestData = InferredRequestData<typeof descriptors.domainListDomains>;
567
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListDomains, TStatus>;
568
- }
569
601
  namespace DomainListTldContactSchemas {
570
602
  type RequestData = InferredRequestData<typeof descriptors.domainListTldContactSchemas>;
571
603
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListTldContactSchemas, TStatus>;
@@ -590,10 +622,6 @@ export declare namespace MittwaldAPIV2 {
590
622
  type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainContact>;
591
623
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainUpdateDomainContact, TStatus>;
592
624
  }
593
- namespace DomainUpdateDomainNameservers {
594
- type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainNameservers>;
595
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainUpdateDomainNameservers, TStatus>;
596
- }
597
625
  namespace DomainUpdateDomainProjectId {
598
626
  type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainProjectId>;
599
627
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainUpdateDomainProjectId, TStatus>;
@@ -718,18 +746,10 @@ export declare namespace MittwaldAPIV2 {
718
746
  type RequestData = InferredRequestData<typeof descriptors.ingressListIngressesCompatibleWithCertificate>;
719
747
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.ingressListIngressesCompatibleWithCertificate, TStatus>;
720
748
  }
721
- namespace IngressUpdateIngressPaths {
722
- type RequestData = InferredRequestData<typeof descriptors.ingressUpdateIngressPaths>;
723
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.ingressUpdateIngressPaths, TStatus>;
724
- }
725
749
  namespace IngressRequestIngressAcmeCertificateIssuance {
726
750
  type RequestData = InferredRequestData<typeof descriptors.ingressRequestIngressAcmeCertificateIssuance>;
727
751
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.ingressRequestIngressAcmeCertificateIssuance, TStatus>;
728
752
  }
729
- namespace IngressUpdateIngressTls {
730
- type RequestData = InferredRequestData<typeof descriptors.ingressUpdateIngressTls>;
731
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.ingressUpdateIngressTls, TStatus>;
732
- }
733
753
  namespace InvoiceDetail {
734
754
  type RequestData = InferredRequestData<typeof descriptors.invoiceDetail>;
735
755
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.invoiceDetail, TStatus>;
@@ -798,30 +818,10 @@ export declare namespace MittwaldAPIV2 {
798
818
  type RequestData = InferredRequestData<typeof descriptors.mailUpdateMailAddressAddress>;
799
819
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateMailAddressAddress, TStatus>;
800
820
  }
801
- namespace MailUpdateMailAddressAutoresponder {
802
- type RequestData = InferredRequestData<typeof descriptors.mailUpdateMailAddressAutoresponder>;
803
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateMailAddressAutoresponder, TStatus>;
804
- }
805
821
  namespace MailUpdateMailAddressCatchAll {
806
822
  type RequestData = InferredRequestData<typeof descriptors.mailUpdateMailAddressCatchAll>;
807
823
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateMailAddressCatchAll, TStatus>;
808
824
  }
809
- namespace MailUpdateMailAddressForwardAddresses {
810
- type RequestData = InferredRequestData<typeof descriptors.mailUpdateMailAddressForwardAddresses>;
811
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateMailAddressForwardAddresses, TStatus>;
812
- }
813
- namespace MailUpdateMailAddressPassword {
814
- type RequestData = InferredRequestData<typeof descriptors.mailUpdateMailAddressPassword>;
815
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateMailAddressPassword, TStatus>;
816
- }
817
- namespace MailUpdateMailAddressQuota {
818
- type RequestData = InferredRequestData<typeof descriptors.mailUpdateMailAddressQuota>;
819
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateMailAddressQuota, TStatus>;
820
- }
821
- namespace MailUpdateMailAddressSpamProtection {
822
- type RequestData = InferredRequestData<typeof descriptors.mailUpdateMailAddressSpamProtection>;
823
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateMailAddressSpamProtection, TStatus>;
824
- }
825
825
  namespace MailUpdateProjectMailSetting {
826
826
  type RequestData = InferredRequestData<typeof descriptors.mailUpdateProjectMailSetting>;
827
827
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateProjectMailSetting, TStatus>;
@@ -10148,29 +10148,25 @@ export declare namespace MittwaldAPIV2 {
10148
10148
  namespace V2AppinstallationsAppInstallationIdDatabases { }
10149
10149
  namespace V2CustomerCustomerIdActionsLeave { }
10150
10150
  namespace V2CustomersCustomerIdActionsLeave { }
10151
- namespace V2DomainsDomainIdScreenshotsNewest { }
10152
- namespace V2FileTokenRulesToken { }
10153
- namespace V2FileTypeRulesName { }
10154
- namespace V2CustomersCustomerIdInvoicesInvoiceId { }
10155
- namespace V2NewsletterSubscriptions {
10156
- namespace Post {
10151
+ namespace V2DomainsDomainIdHandlesOwnerc { }
10152
+ namespace V2DomainsDomainIdProjectId { }
10153
+ namespace V2Domains {
10154
+ namespace Get {
10157
10155
  namespace Parameters {
10158
10156
  type Path = {};
10159
- interface RequestBody {
10160
- firstName?: string;
10161
- lastName?: string;
10162
- }
10163
10157
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
10164
- type Query = {};
10158
+ type Query = {
10159
+ projectId?: string;
10160
+ page?: number;
10161
+ limit?: number;
10162
+ domainSearchName?: string;
10163
+ contactHash?: string;
10164
+ };
10165
10165
  }
10166
10166
  namespace Responses {
10167
10167
  namespace $200 {
10168
10168
  namespace Content {
10169
- interface ApplicationJson {
10170
- active: boolean;
10171
- email: string;
10172
- registered: boolean;
10173
- }
10169
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainDomain[];
10174
10170
  }
10175
10171
  }
10176
10172
  namespace $400 {
@@ -10197,49 +10193,35 @@ export declare namespace MittwaldAPIV2 {
10197
10193
  }
10198
10194
  }
10199
10195
  }
10200
- namespace V2ProjectsProjectIdLeave { }
10201
- namespace V2SignupEmail { }
10202
- namespace V2SignupPasswordResetConfirm { }
10203
- namespace V2UsersSelfIssues { }
10204
- namespace V2SignupTokenApiApiTokenId { }
10205
- namespace V2SignupSshSshKeyId { }
10206
- namespace V2SignupMfa { }
10207
- namespace V2SignupPasswordReset { }
10208
- namespace V2SignupLogout { }
10209
- namespace V2SignupEmailResend { }
10210
- namespace V2UserUserIdAvatar { }
10211
- namespace V2UserFeedback { }
10212
- namespace V2UserIssues { }
10213
- namespace V2UserUserId { }
10214
- namespace V2UserSettings { }
10215
- namespace V2UserUserIdPhone { }
10216
- namespace V2UserUserIdPhoneVerify { }
10217
- namespace V2User { }
10218
- namespace V2SignupSessions { }
10219
- namespace V2SignupSessionsTokenId { }
10220
- namespace V2SignupProfile { }
10221
- namespace V2SignupEmailVerify { }
10222
- namespace V2DnsZones { }
10223
- namespace V2DnsZones {
10224
- namespace Post {
10196
+ namespace V2DomainsDomainIdNameservers {
10197
+ namespace Patch {
10225
10198
  namespace Parameters {
10226
- type Path = {};
10199
+ type Path = {
10200
+ domainId: string;
10201
+ };
10227
10202
  interface RequestBody {
10228
- name: string;
10229
- parentZoneId: string;
10203
+ /**
10204
+ * @minItems 2
10205
+ */
10206
+ nameservers?: [string, string, ...string[]];
10230
10207
  }
10231
10208
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
10232
10209
  type Query = {};
10233
10210
  }
10234
10211
  namespace Responses {
10235
- namespace $201 {
10212
+ namespace $204 {
10213
+ namespace Content {
10214
+ type Empty = unknown;
10215
+ }
10216
+ }
10217
+ namespace $400 {
10236
10218
  namespace Content {
10237
10219
  interface ApplicationJson {
10238
- id: string;
10220
+ [k: string]: unknown;
10239
10221
  }
10240
10222
  }
10241
10223
  }
10242
- namespace $400 {
10224
+ namespace $404 {
10243
10225
  namespace Content {
10244
10226
  interface ApplicationJson {
10245
10227
  [k: string]: unknown;
@@ -10263,23 +10245,31 @@ export declare namespace MittwaldAPIV2 {
10263
10245
  }
10264
10246
  }
10265
10247
  }
10266
- namespace V2DnsZonesDnsZoneId { }
10267
- namespace V2DnsZonesDnsZoneId {
10268
- namespace Get {
10248
+ namespace V2DomainsDomainIdDeclarationsAuthcode { }
10249
+ namespace V2DomainsDomainIdDeclarationsHandles { }
10250
+ namespace V2DomainsHandleSchemaDomainName { }
10251
+ namespace V2DomainsDomainIdScreenshotsNewest { }
10252
+ namespace V2ProjectsProjectIdDomains { }
10253
+ namespace V2FileTokenRulesToken { }
10254
+ namespace V2FileTypeRulesName { }
10255
+ namespace V2ProjectsProjectIdIngresses { }
10256
+ namespace V2IngressesIngressIdPaths {
10257
+ namespace Patch {
10269
10258
  namespace Parameters {
10270
10259
  type Path = {
10271
- dnsZoneId: string;
10260
+ ingressId: string;
10272
10261
  };
10262
+ type RequestBody = MittwaldAPIV2.Components.Schemas.IngressPath[];
10273
10263
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
10274
10264
  type Query = {};
10275
10265
  }
10276
10266
  namespace Responses {
10277
- namespace $200 {
10267
+ namespace $204 {
10278
10268
  namespace Content {
10279
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.DnsZone;
10269
+ type Empty = unknown;
10280
10270
  }
10281
10271
  }
10282
- namespace $400 {
10272
+ namespace $404 {
10283
10273
  namespace Content {
10284
10274
  interface ApplicationJson {
10285
10275
  [k: string]: unknown;
@@ -10302,61 +10292,53 @@ export declare namespace MittwaldAPIV2 {
10302
10292
  }
10303
10293
  }
10304
10294
  }
10305
- namespace Delete {
10295
+ }
10296
+ namespace V2IngressesIngressIdTls {
10297
+ namespace Patch {
10306
10298
  namespace Parameters {
10307
10299
  type Path = {
10308
- dnsZoneId: string;
10300
+ ingressId: string;
10301
+ };
10302
+ type RequestBody = {
10303
+ acme: boolean;
10304
+ /**
10305
+ * @deprecated
10306
+ * Was added by mistake. Never did anything.
10307
+ */
10308
+ isCreated?: boolean;
10309
+ /**
10310
+ * @deprecated
10311
+ * Was added by mistake. Never did anything.
10312
+ */
10313
+ requestDeadline?: string;
10314
+ } | {
10315
+ certificateId: string;
10309
10316
  };
10310
10317
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
10311
10318
  type Query = {};
10312
10319
  }
10313
10320
  namespace Responses {
10314
10321
  namespace $200 {
10315
- namespace Content {
10316
- type Empty = unknown;
10317
- }
10318
- }
10319
- namespace $400 {
10320
10322
  namespace Content {
10321
10323
  interface ApplicationJson {
10322
- [k: string]: unknown;
10323
10324
  }
10324
10325
  }
10325
10326
  }
10326
- namespace $429 {
10327
+ namespace $403 {
10327
10328
  namespace Content {
10328
10329
  interface ApplicationJson {
10329
10330
  [k: string]: unknown;
10330
10331
  }
10331
10332
  }
10332
10333
  }
10333
- namespace Default {
10334
+ namespace $404 {
10334
10335
  namespace Content {
10335
10336
  interface ApplicationJson {
10336
10337
  [k: string]: unknown;
10337
10338
  }
10338
10339
  }
10339
10340
  }
10340
- }
10341
- }
10342
- }
10343
- namespace V2ProjectsProjectIdDnsZones { }
10344
- namespace V2ProjectsProjectIdDnsZones {
10345
- namespace Get {
10346
- namespace Parameters {
10347
- type Path = {
10348
- projectId: string;
10349
- };
10350
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
10351
- type Query = {};
10352
- }
10353
- namespace Responses {
10354
- namespace $200 {
10355
- namespace Content {
10356
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.DnsZone[];
10357
- }
10358
- }
10359
- namespace $400 {
10341
+ namespace $412 {
10360
10342
  namespace Content {
10361
10343
  interface ApplicationJson {
10362
10344
  [k: string]: unknown;
@@ -10380,21 +10362,26 @@ export declare namespace MittwaldAPIV2 {
10380
10362
  }
10381
10363
  }
10382
10364
  }
10383
- namespace V2DnsZonesZoneIdRecordsetAcombinedCustom { }
10384
- namespace V2DnsZonesZoneIdRecordsetAcombinedManagedIngress { }
10385
- namespace V2DnsZonesZoneIdRecordsetCname { }
10386
- namespace V2DnsZonesZoneIdRecordsetMxCustom { }
10387
- namespace V2DnsZonesZoneIdRecordsetMxManaged { }
10388
- namespace V2DnsZonesZoneIdRecordsetSrv { }
10389
- namespace V2DnsZonesZoneIdRecordsetTxt { }
10390
- namespace V2DnsZonesDnsZoneIdRecordSetsRecordSetActionsSetManaged {
10391
- namespace Post {
10365
+ namespace V2CustomersCustomerIdInvoicesInvoiceId { }
10366
+ namespace V2DeliveryboxesIdDescription { }
10367
+ namespace V2DeliveryboxesIdPassword { }
10368
+ namespace V2MailaddressesIdAddress { }
10369
+ namespace V2ProjectsProjectIdMailsettingsBlacklist { }
10370
+ namespace V2ProjectsProjectIdMailsettingsWhitelist { }
10371
+ namespace V2MailaddressesMailAddressIdAutoResponder { }
10372
+ namespace V2MailAddressesMailAddressIdAutoresponder {
10373
+ namespace Patch {
10392
10374
  namespace Parameters {
10393
10375
  type Path = {
10394
- dnsZoneId: string;
10395
- recordSet: "a" | "mx";
10376
+ mailAddressId: string;
10396
10377
  };
10397
10378
  interface RequestBody {
10379
+ autoResponder: {
10380
+ active: boolean;
10381
+ expiresAt?: string;
10382
+ message: string;
10383
+ startsAt?: string;
10384
+ };
10398
10385
  }
10399
10386
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
10400
10387
  type Query = {};
@@ -10402,9 +10389,7 @@ export declare namespace MittwaldAPIV2 {
10402
10389
  namespace Responses {
10403
10390
  namespace $204 {
10404
10391
  namespace Content {
10405
- interface ApplicationJson {
10406
- ingressId?: string;
10407
- }
10392
+ type Empty = unknown;
10408
10393
  }
10409
10394
  }
10410
10395
  namespace $400 {
@@ -10414,14 +10399,616 @@ export declare namespace MittwaldAPIV2 {
10414
10399
  }
10415
10400
  }
10416
10401
  }
10417
- namespace $429 {
10402
+ namespace $403 {
10418
10403
  namespace Content {
10419
10404
  interface ApplicationJson {
10420
10405
  [k: string]: unknown;
10421
10406
  }
10422
10407
  }
10423
10408
  }
10424
- namespace Default {
10409
+ namespace $404 {
10410
+ namespace Content {
10411
+ interface ApplicationJson {
10412
+ [k: string]: unknown;
10413
+ }
10414
+ }
10415
+ }
10416
+ namespace $429 {
10417
+ namespace Content {
10418
+ interface ApplicationJson {
10419
+ [k: string]: unknown;
10420
+ }
10421
+ }
10422
+ }
10423
+ namespace $500 {
10424
+ namespace Content {
10425
+ interface ApplicationJson {
10426
+ [k: string]: unknown;
10427
+ }
10428
+ }
10429
+ }
10430
+ namespace $503 {
10431
+ namespace Content {
10432
+ interface ApplicationJson {
10433
+ [k: string]: unknown;
10434
+ }
10435
+ }
10436
+ }
10437
+ namespace Default {
10438
+ namespace Content {
10439
+ interface ApplicationJson {
10440
+ [k: string]: unknown;
10441
+ }
10442
+ }
10443
+ }
10444
+ }
10445
+ }
10446
+ }
10447
+ namespace V2MailaddressesMailAddressIdCatchAll { }
10448
+ namespace V2MailAddressesMailAddressIdCatchall { }
10449
+ namespace V2MailaddressesMailAddressIdForwardaddresses { }
10450
+ namespace V2MailAddressesMailAddressIdForwardAddresses {
10451
+ namespace Patch {
10452
+ namespace Parameters {
10453
+ type Path = {
10454
+ mailAddressId: string;
10455
+ };
10456
+ interface RequestBody {
10457
+ forwardAddresses: string[];
10458
+ }
10459
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
10460
+ type Query = {};
10461
+ }
10462
+ namespace Responses {
10463
+ namespace $204 {
10464
+ namespace Content {
10465
+ type Empty = unknown;
10466
+ }
10467
+ }
10468
+ namespace $400 {
10469
+ namespace Content {
10470
+ interface ApplicationJson {
10471
+ [k: string]: unknown;
10472
+ }
10473
+ }
10474
+ }
10475
+ namespace $403 {
10476
+ namespace Content {
10477
+ interface ApplicationJson {
10478
+ [k: string]: unknown;
10479
+ }
10480
+ }
10481
+ }
10482
+ namespace $404 {
10483
+ namespace Content {
10484
+ interface ApplicationJson {
10485
+ [k: string]: unknown;
10486
+ }
10487
+ }
10488
+ }
10489
+ namespace $429 {
10490
+ namespace Content {
10491
+ interface ApplicationJson {
10492
+ [k: string]: unknown;
10493
+ }
10494
+ }
10495
+ }
10496
+ namespace $500 {
10497
+ namespace Content {
10498
+ interface ApplicationJson {
10499
+ [k: string]: unknown;
10500
+ }
10501
+ }
10502
+ }
10503
+ namespace $503 {
10504
+ namespace Content {
10505
+ interface ApplicationJson {
10506
+ [k: string]: unknown;
10507
+ }
10508
+ }
10509
+ }
10510
+ namespace Default {
10511
+ namespace Content {
10512
+ interface ApplicationJson {
10513
+ [k: string]: unknown;
10514
+ }
10515
+ }
10516
+ }
10517
+ }
10518
+ }
10519
+ }
10520
+ namespace V2MailaddressesMailAddressIdPassword { }
10521
+ namespace V2MailAddressesMailAddressIdPassword {
10522
+ namespace Patch {
10523
+ namespace Parameters {
10524
+ type Path = {
10525
+ mailAddressId: string;
10526
+ };
10527
+ interface RequestBody {
10528
+ password: string;
10529
+ }
10530
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
10531
+ type Query = {};
10532
+ }
10533
+ namespace Responses {
10534
+ namespace $204 {
10535
+ namespace Content {
10536
+ type Empty = unknown;
10537
+ }
10538
+ }
10539
+ namespace $400 {
10540
+ namespace Content {
10541
+ interface ApplicationJson {
10542
+ [k: string]: unknown;
10543
+ }
10544
+ }
10545
+ }
10546
+ namespace $403 {
10547
+ namespace Content {
10548
+ interface ApplicationJson {
10549
+ [k: string]: unknown;
10550
+ }
10551
+ }
10552
+ }
10553
+ namespace $404 {
10554
+ namespace Content {
10555
+ interface ApplicationJson {
10556
+ [k: string]: unknown;
10557
+ }
10558
+ }
10559
+ }
10560
+ namespace $429 {
10561
+ namespace Content {
10562
+ interface ApplicationJson {
10563
+ [k: string]: unknown;
10564
+ }
10565
+ }
10566
+ }
10567
+ namespace $500 {
10568
+ namespace Content {
10569
+ interface ApplicationJson {
10570
+ [k: string]: unknown;
10571
+ }
10572
+ }
10573
+ }
10574
+ namespace $503 {
10575
+ namespace Content {
10576
+ interface ApplicationJson {
10577
+ [k: string]: unknown;
10578
+ }
10579
+ }
10580
+ }
10581
+ namespace Default {
10582
+ namespace Content {
10583
+ interface ApplicationJson {
10584
+ [k: string]: unknown;
10585
+ }
10586
+ }
10587
+ }
10588
+ }
10589
+ }
10590
+ }
10591
+ namespace V2MailaddressesMailAddressIdQuota { }
10592
+ namespace V2MailAddressesMailAddressIdQuota {
10593
+ namespace Patch {
10594
+ namespace Parameters {
10595
+ type Path = {
10596
+ mailAddressId: string;
10597
+ };
10598
+ interface RequestBody {
10599
+ /**
10600
+ * 2 GB
10601
+ */
10602
+ quotaInBytes: number;
10603
+ }
10604
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
10605
+ type Query = {};
10606
+ }
10607
+ namespace Responses {
10608
+ namespace $204 {
10609
+ namespace Content {
10610
+ type Empty = unknown;
10611
+ }
10612
+ }
10613
+ namespace $400 {
10614
+ namespace Content {
10615
+ interface ApplicationJson {
10616
+ [k: string]: unknown;
10617
+ }
10618
+ }
10619
+ }
10620
+ namespace $403 {
10621
+ namespace Content {
10622
+ interface ApplicationJson {
10623
+ [k: string]: unknown;
10624
+ }
10625
+ }
10626
+ }
10627
+ namespace $404 {
10628
+ namespace Content {
10629
+ interface ApplicationJson {
10630
+ [k: string]: unknown;
10631
+ }
10632
+ }
10633
+ }
10634
+ namespace $429 {
10635
+ namespace Content {
10636
+ interface ApplicationJson {
10637
+ [k: string]: unknown;
10638
+ }
10639
+ }
10640
+ }
10641
+ namespace $500 {
10642
+ namespace Content {
10643
+ interface ApplicationJson {
10644
+ [k: string]: unknown;
10645
+ }
10646
+ }
10647
+ }
10648
+ namespace $503 {
10649
+ namespace Content {
10650
+ interface ApplicationJson {
10651
+ [k: string]: unknown;
10652
+ }
10653
+ }
10654
+ }
10655
+ namespace Default {
10656
+ namespace Content {
10657
+ interface ApplicationJson {
10658
+ [k: string]: unknown;
10659
+ }
10660
+ }
10661
+ }
10662
+ }
10663
+ }
10664
+ }
10665
+ namespace V2MailaddressesMailAddressIdSpamprotection { }
10666
+ namespace V2MailAddressesMailAddressIdSpamProtection {
10667
+ namespace Patch {
10668
+ namespace Parameters {
10669
+ type Path = {
10670
+ mailAddressId: string;
10671
+ };
10672
+ interface RequestBody {
10673
+ spamProtection: {
10674
+ active: boolean;
10675
+ autoDeleteSpam: boolean;
10676
+ folder: "inbox" | "spam";
10677
+ relocationMinSpamScore: number;
10678
+ };
10679
+ }
10680
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
10681
+ type Query = {};
10682
+ }
10683
+ namespace Responses {
10684
+ namespace $204 {
10685
+ namespace Content {
10686
+ type Empty = unknown;
10687
+ }
10688
+ }
10689
+ namespace $400 {
10690
+ namespace Content {
10691
+ interface ApplicationJson {
10692
+ [k: string]: unknown;
10693
+ }
10694
+ }
10695
+ }
10696
+ namespace $403 {
10697
+ namespace Content {
10698
+ interface ApplicationJson {
10699
+ [k: string]: unknown;
10700
+ }
10701
+ }
10702
+ }
10703
+ namespace $404 {
10704
+ namespace Content {
10705
+ interface ApplicationJson {
10706
+ [k: string]: unknown;
10707
+ }
10708
+ }
10709
+ }
10710
+ namespace $429 {
10711
+ namespace Content {
10712
+ interface ApplicationJson {
10713
+ [k: string]: unknown;
10714
+ }
10715
+ }
10716
+ }
10717
+ namespace $500 {
10718
+ namespace Content {
10719
+ interface ApplicationJson {
10720
+ [k: string]: unknown;
10721
+ }
10722
+ }
10723
+ }
10724
+ namespace $503 {
10725
+ namespace Content {
10726
+ interface ApplicationJson {
10727
+ [k: string]: unknown;
10728
+ }
10729
+ }
10730
+ }
10731
+ namespace Default {
10732
+ namespace Content {
10733
+ interface ApplicationJson {
10734
+ [k: string]: unknown;
10735
+ }
10736
+ }
10737
+ }
10738
+ }
10739
+ }
10740
+ }
10741
+ namespace V2ProjectsProjectIdMailSettingsSetting { }
10742
+ namespace V2NewsletterSubscriptions {
10743
+ namespace Post {
10744
+ namespace Parameters {
10745
+ type Path = {};
10746
+ interface RequestBody {
10747
+ firstName?: string;
10748
+ lastName?: string;
10749
+ }
10750
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
10751
+ type Query = {};
10752
+ }
10753
+ namespace Responses {
10754
+ namespace $200 {
10755
+ namespace Content {
10756
+ interface ApplicationJson {
10757
+ active: boolean;
10758
+ email: string;
10759
+ registered: boolean;
10760
+ }
10761
+ }
10762
+ }
10763
+ namespace $400 {
10764
+ namespace Content {
10765
+ interface ApplicationJson {
10766
+ [k: string]: unknown;
10767
+ }
10768
+ }
10769
+ }
10770
+ namespace $429 {
10771
+ namespace Content {
10772
+ interface ApplicationJson {
10773
+ [k: string]: unknown;
10774
+ }
10775
+ }
10776
+ }
10777
+ namespace Default {
10778
+ namespace Content {
10779
+ interface ApplicationJson {
10780
+ [k: string]: unknown;
10781
+ }
10782
+ }
10783
+ }
10784
+ }
10785
+ }
10786
+ }
10787
+ namespace V2ProjectsProjectIdLeave { }
10788
+ namespace V2SignupEmail { }
10789
+ namespace V2SignupPasswordResetConfirm { }
10790
+ namespace V2UsersSelfIssues { }
10791
+ namespace V2SignupTokenApiApiTokenId { }
10792
+ namespace V2SignupSshSshKeyId { }
10793
+ namespace V2SignupMfa { }
10794
+ namespace V2SignupPasswordReset { }
10795
+ namespace V2SignupLogout { }
10796
+ namespace V2SignupEmailResend { }
10797
+ namespace V2UserUserIdAvatar { }
10798
+ namespace V2UserFeedback { }
10799
+ namespace V2UserIssues { }
10800
+ namespace V2UserUserId { }
10801
+ namespace V2UserSettings { }
10802
+ namespace V2UserUserIdPhone { }
10803
+ namespace V2UserUserIdPhoneVerify { }
10804
+ namespace V2User { }
10805
+ namespace V2SignupSessions { }
10806
+ namespace V2SignupSessionsTokenId { }
10807
+ namespace V2SignupProfile { }
10808
+ namespace V2SignupEmailVerify { }
10809
+ namespace V2DnsZones { }
10810
+ namespace V2DnsZones {
10811
+ namespace Post {
10812
+ namespace Parameters {
10813
+ type Path = {};
10814
+ interface RequestBody {
10815
+ name: string;
10816
+ parentZoneId: string;
10817
+ }
10818
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
10819
+ type Query = {};
10820
+ }
10821
+ namespace Responses {
10822
+ namespace $201 {
10823
+ namespace Content {
10824
+ interface ApplicationJson {
10825
+ id: string;
10826
+ }
10827
+ }
10828
+ }
10829
+ namespace $400 {
10830
+ namespace Content {
10831
+ interface ApplicationJson {
10832
+ [k: string]: unknown;
10833
+ }
10834
+ }
10835
+ }
10836
+ namespace $429 {
10837
+ namespace Content {
10838
+ interface ApplicationJson {
10839
+ [k: string]: unknown;
10840
+ }
10841
+ }
10842
+ }
10843
+ namespace Default {
10844
+ namespace Content {
10845
+ interface ApplicationJson {
10846
+ [k: string]: unknown;
10847
+ }
10848
+ }
10849
+ }
10850
+ }
10851
+ }
10852
+ }
10853
+ namespace V2DnsZonesDnsZoneId { }
10854
+ namespace V2DnsZonesDnsZoneId {
10855
+ namespace Get {
10856
+ namespace Parameters {
10857
+ type Path = {
10858
+ dnsZoneId: string;
10859
+ };
10860
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
10861
+ type Query = {};
10862
+ }
10863
+ namespace Responses {
10864
+ namespace $200 {
10865
+ namespace Content {
10866
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.DnsZone;
10867
+ }
10868
+ }
10869
+ namespace $400 {
10870
+ namespace Content {
10871
+ interface ApplicationJson {
10872
+ [k: string]: unknown;
10873
+ }
10874
+ }
10875
+ }
10876
+ namespace $429 {
10877
+ namespace Content {
10878
+ interface ApplicationJson {
10879
+ [k: string]: unknown;
10880
+ }
10881
+ }
10882
+ }
10883
+ namespace Default {
10884
+ namespace Content {
10885
+ interface ApplicationJson {
10886
+ [k: string]: unknown;
10887
+ }
10888
+ }
10889
+ }
10890
+ }
10891
+ }
10892
+ namespace Delete {
10893
+ namespace Parameters {
10894
+ type Path = {
10895
+ dnsZoneId: string;
10896
+ };
10897
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
10898
+ type Query = {};
10899
+ }
10900
+ namespace Responses {
10901
+ namespace $200 {
10902
+ namespace Content {
10903
+ type Empty = unknown;
10904
+ }
10905
+ }
10906
+ namespace $400 {
10907
+ namespace Content {
10908
+ interface ApplicationJson {
10909
+ [k: string]: unknown;
10910
+ }
10911
+ }
10912
+ }
10913
+ namespace $429 {
10914
+ namespace Content {
10915
+ interface ApplicationJson {
10916
+ [k: string]: unknown;
10917
+ }
10918
+ }
10919
+ }
10920
+ namespace Default {
10921
+ namespace Content {
10922
+ interface ApplicationJson {
10923
+ [k: string]: unknown;
10924
+ }
10925
+ }
10926
+ }
10927
+ }
10928
+ }
10929
+ }
10930
+ namespace V2ProjectsProjectIdDnsZones { }
10931
+ namespace V2ProjectsProjectIdDnsZones {
10932
+ namespace Get {
10933
+ namespace Parameters {
10934
+ type Path = {
10935
+ projectId: string;
10936
+ };
10937
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
10938
+ type Query = {};
10939
+ }
10940
+ namespace Responses {
10941
+ namespace $200 {
10942
+ namespace Content {
10943
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.DnsZone[];
10944
+ }
10945
+ }
10946
+ namespace $400 {
10947
+ namespace Content {
10948
+ interface ApplicationJson {
10949
+ [k: string]: unknown;
10950
+ }
10951
+ }
10952
+ }
10953
+ namespace $429 {
10954
+ namespace Content {
10955
+ interface ApplicationJson {
10956
+ [k: string]: unknown;
10957
+ }
10958
+ }
10959
+ }
10960
+ namespace Default {
10961
+ namespace Content {
10962
+ interface ApplicationJson {
10963
+ [k: string]: unknown;
10964
+ }
10965
+ }
10966
+ }
10967
+ }
10968
+ }
10969
+ }
10970
+ namespace V2DnsZonesZoneIdRecordsetAcombinedCustom { }
10971
+ namespace V2DnsZonesZoneIdRecordsetAcombinedManagedIngress { }
10972
+ namespace V2DnsZonesZoneIdRecordsetCname { }
10973
+ namespace V2DnsZonesZoneIdRecordsetMxCustom { }
10974
+ namespace V2DnsZonesZoneIdRecordsetMxManaged { }
10975
+ namespace V2DnsZonesZoneIdRecordsetSrv { }
10976
+ namespace V2DnsZonesZoneIdRecordsetTxt { }
10977
+ namespace V2DnsZonesDnsZoneIdRecordSetsRecordSetActionsSetManaged {
10978
+ namespace Post {
10979
+ namespace Parameters {
10980
+ type Path = {
10981
+ dnsZoneId: string;
10982
+ recordSet: "a" | "mx";
10983
+ };
10984
+ interface RequestBody {
10985
+ }
10986
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
10987
+ type Query = {};
10988
+ }
10989
+ namespace Responses {
10990
+ namespace $204 {
10991
+ namespace Content {
10992
+ interface ApplicationJson {
10993
+ ingressId?: string;
10994
+ }
10995
+ }
10996
+ }
10997
+ namespace $400 {
10998
+ namespace Content {
10999
+ interface ApplicationJson {
11000
+ [k: string]: unknown;
11001
+ }
11002
+ }
11003
+ }
11004
+ namespace $429 {
11005
+ namespace Content {
11006
+ interface ApplicationJson {
11007
+ [k: string]: unknown;
11008
+ }
11009
+ }
11010
+ }
11011
+ namespace Default {
10425
11012
  namespace Content {
10426
11013
  interface ApplicationJson {
10427
11014
  [k: string]: unknown;
@@ -10803,49 +11390,6 @@ export declare namespace MittwaldAPIV2 {
10803
11390
  }
10804
11391
  }
10805
11392
  }
10806
- namespace V2Domains {
10807
- namespace Get {
10808
- namespace Parameters {
10809
- type Path = {};
10810
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
10811
- type Query = {
10812
- projectId?: string;
10813
- page?: number;
10814
- limit?: number;
10815
- domainSearchName?: string;
10816
- contactHash?: string;
10817
- };
10818
- }
10819
- namespace Responses {
10820
- namespace $200 {
10821
- namespace Content {
10822
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainDomain[];
10823
- }
10824
- }
10825
- namespace $400 {
10826
- namespace Content {
10827
- interface ApplicationJson {
10828
- [k: string]: unknown;
10829
- }
10830
- }
10831
- }
10832
- namespace $429 {
10833
- namespace Content {
10834
- interface ApplicationJson {
10835
- [k: string]: unknown;
10836
- }
10837
- }
10838
- }
10839
- namespace Default {
10840
- namespace Content {
10841
- interface ApplicationJson {
10842
- [k: string]: unknown;
10843
- }
10844
- }
10845
- }
10846
- }
10847
- }
10848
- }
10849
11393
  namespace V2DomainTldsTldContactSchemas {
10850
11394
  namespace Get {
10851
11395
  namespace Parameters {
@@ -11076,72 +11620,20 @@ export declare namespace MittwaldAPIV2 {
11076
11620
  /**
11077
11621
  * @minItems 1
11078
11622
  */
11079
- contact: [
11080
- MittwaldAPIV2.Components.Schemas.DomainHandleField,
11081
- ...MittwaldAPIV2.Components.Schemas.DomainHandleField[]
11082
- ];
11083
- }
11084
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
11085
- type Query = {};
11086
- }
11087
- namespace Responses {
11088
- namespace $200 {
11089
- namespace Content {
11090
- interface ApplicationJson {
11091
- [k: string]: unknown;
11092
- }
11093
- }
11094
- }
11095
- namespace $400 {
11096
- namespace Content {
11097
- interface ApplicationJson {
11098
- [k: string]: unknown;
11099
- }
11100
- }
11101
- }
11102
- namespace $404 {
11103
- namespace Content {
11104
- interface ApplicationJson {
11105
- [k: string]: unknown;
11106
- }
11107
- }
11108
- }
11109
- namespace $429 {
11110
- namespace Content {
11111
- interface ApplicationJson {
11112
- [k: string]: unknown;
11113
- }
11114
- }
11115
- }
11116
- namespace Default {
11117
- namespace Content {
11118
- interface ApplicationJson {
11119
- [k: string]: unknown;
11120
- }
11121
- }
11122
- }
11123
- }
11124
- }
11125
- }
11126
- namespace V2DomainsDomainIdNameservers {
11127
- namespace Patch {
11128
- namespace Parameters {
11129
- type Path = {
11130
- domainId: string;
11131
- };
11132
- interface RequestBody {
11133
- /**
11134
- * @minItems 2
11135
- */
11136
- nameservers?: [string, string, ...string[]];
11623
+ contact: [
11624
+ MittwaldAPIV2.Components.Schemas.DomainHandleField,
11625
+ ...MittwaldAPIV2.Components.Schemas.DomainHandleField[]
11626
+ ];
11137
11627
  }
11138
11628
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
11139
11629
  type Query = {};
11140
11630
  }
11141
11631
  namespace Responses {
11142
- namespace $204 {
11632
+ namespace $200 {
11143
11633
  namespace Content {
11144
- type Empty = unknown;
11634
+ interface ApplicationJson {
11635
+ [k: string]: unknown;
11636
+ }
11145
11637
  }
11146
11638
  }
11147
11639
  namespace $400 {
@@ -11976,267 +12468,14 @@ export declare namespace MittwaldAPIV2 {
11976
12468
  [k: string]: unknown;
11977
12469
  }
11978
12470
  type Header = {
11979
- Token: string;
11980
- };
11981
- type Query = {};
11982
- }
11983
- namespace Responses {
11984
- namespace $201 {
11985
- namespace Content {
11986
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileMeta;
11987
- }
11988
- }
11989
- namespace $400 {
11990
- namespace Content {
11991
- interface ApplicationJson {
11992
- [k: string]: unknown;
11993
- }
11994
- }
11995
- }
11996
- namespace $401 {
11997
- namespace Content {
11998
- interface ApplicationJson {
11999
- [k: string]: unknown;
12000
- }
12001
- }
12002
- }
12003
- namespace $406 {
12004
- namespace Content {
12005
- interface ApplicationJson {
12006
- [k: string]: unknown;
12007
- }
12008
- }
12009
- }
12010
- namespace $422 {
12011
- namespace Content {
12012
- interface ApplicationJson {
12013
- [k: string]: unknown;
12014
- }
12015
- }
12016
- }
12017
- namespace $429 {
12018
- namespace Content {
12019
- interface ApplicationJson {
12020
- [k: string]: unknown;
12021
- }
12022
- }
12023
- }
12024
- namespace $500 {
12025
- namespace Content {
12026
- interface ApplicationJson {
12027
- [k: string]: unknown;
12028
- }
12029
- }
12030
- }
12031
- namespace Default {
12032
- namespace Content {
12033
- interface ApplicationJson {
12034
- [k: string]: unknown;
12035
- }
12036
- }
12037
- }
12038
- }
12039
- }
12040
- }
12041
- namespace V2FilesFileIdMeta {
12042
- namespace Get {
12043
- namespace Parameters {
12044
- type Path = {
12045
- fileId: string;
12046
- };
12047
- type Header = {
12048
- Token?: string;
12049
- };
12050
- type Query = {
12051
- token?: string;
12052
- };
12053
- }
12054
- namespace Responses {
12055
- namespace $200 {
12056
- namespace Content {
12057
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileMeta;
12058
- }
12059
- }
12060
- namespace $400 {
12061
- namespace Content {
12062
- interface ApplicationJson {
12063
- [k: string]: unknown;
12064
- }
12065
- }
12066
- }
12067
- namespace $401 {
12068
- namespace Content {
12069
- interface ApplicationJson {
12070
- [k: string]: unknown;
12071
- }
12072
- }
12073
- }
12074
- namespace $403 {
12075
- namespace Content {
12076
- interface ApplicationJson {
12077
- [k: string]: unknown;
12078
- }
12079
- }
12080
- }
12081
- namespace $404 {
12082
- namespace Content {
12083
- interface ApplicationJson {
12084
- [k: string]: unknown;
12085
- }
12086
- }
12087
- }
12088
- namespace $422 {
12089
- namespace Content {
12090
- interface ApplicationJson {
12091
- [k: string]: unknown;
12092
- }
12093
- }
12094
- }
12095
- namespace $429 {
12096
- namespace Content {
12097
- interface ApplicationJson {
12098
- [k: string]: unknown;
12099
- }
12100
- }
12101
- }
12102
- namespace $500 {
12103
- namespace Content {
12104
- interface ApplicationJson {
12105
- [k: string]: unknown;
12106
- }
12107
- }
12108
- }
12109
- namespace Default {
12110
- namespace Content {
12111
- interface ApplicationJson {
12112
- [k: string]: unknown;
12113
- }
12114
- }
12115
- }
12116
- }
12117
- }
12118
- }
12119
- namespace V2FileUploadTokensFileUploadTokenRules {
12120
- namespace Get {
12121
- namespace Parameters {
12122
- type Path = {
12123
- fileUploadToken: string;
12124
- };
12125
- type Header = {};
12126
- type Query = {};
12127
- }
12128
- namespace Responses {
12129
- namespace $200 {
12130
- namespace Content {
12131
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileUploadRules;
12132
- }
12133
- }
12134
- namespace $400 {
12135
- namespace Content {
12136
- interface ApplicationJson {
12137
- [k: string]: unknown;
12138
- }
12139
- }
12140
- }
12141
- namespace $404 {
12142
- namespace Content {
12143
- interface ApplicationJson {
12144
- [k: string]: unknown;
12145
- }
12146
- }
12147
- }
12148
- namespace $429 {
12149
- namespace Content {
12150
- interface ApplicationJson {
12151
- [k: string]: unknown;
12152
- }
12153
- }
12154
- }
12155
- namespace $500 {
12156
- namespace Content {
12157
- interface ApplicationJson {
12158
- [k: string]: unknown;
12159
- }
12160
- }
12161
- }
12162
- namespace Default {
12163
- namespace Content {
12164
- interface ApplicationJson {
12165
- [k: string]: unknown;
12166
- }
12167
- }
12168
- }
12169
- }
12170
- }
12171
- }
12172
- namespace V2FileUploadTypesFileUploadTypeRules {
12173
- namespace Get {
12174
- namespace Parameters {
12175
- type Path = {
12176
- fileUploadType: "avatar" | "conversation";
12177
- };
12178
- type Header = {};
12179
- type Query = {};
12180
- }
12181
- namespace Responses {
12182
- namespace $200 {
12183
- namespace Content {
12184
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileUploadRules;
12185
- }
12186
- }
12187
- namespace $400 {
12188
- namespace Content {
12189
- interface ApplicationJson {
12190
- [k: string]: unknown;
12191
- }
12192
- }
12193
- }
12194
- namespace $404 {
12195
- namespace Content {
12196
- interface ApplicationJson {
12197
- [k: string]: unknown;
12198
- }
12199
- }
12200
- }
12201
- namespace $500 {
12202
- namespace Content {
12203
- interface ApplicationJson {
12204
- [k: string]: unknown;
12205
- }
12206
- }
12207
- }
12208
- namespace Default {
12209
- namespace Content {
12210
- interface ApplicationJson {
12211
- [k: string]: unknown;
12212
- }
12213
- }
12214
- }
12215
- }
12216
- }
12217
- }
12218
- namespace V2FilesFileId {
12219
- namespace Get {
12220
- namespace Parameters {
12221
- type Path = {
12222
- fileId: string;
12223
- };
12224
- type Header = {
12225
- Accept?: "application/octet-stream" | "text/plain;base64";
12226
- "Content-Disposition"?: "inline" | "attachment";
12227
- Token?: string;
12228
- };
12229
- type Query = {
12230
- accept?: "application/octet-stream" | "text/plain;base64";
12231
- "content-disposition"?: "inline" | "attachment";
12232
- token?: string;
12471
+ Token: string;
12233
12472
  };
12473
+ type Query = {};
12234
12474
  }
12235
12475
  namespace Responses {
12236
- namespace $200 {
12476
+ namespace $201 {
12237
12477
  namespace Content {
12238
- type ApplicationOctetStream = string;
12239
- type TextPlainBase64 = string;
12478
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileMeta;
12240
12479
  }
12241
12480
  }
12242
12481
  namespace $400 {
@@ -12253,14 +12492,7 @@ export declare namespace MittwaldAPIV2 {
12253
12492
  }
12254
12493
  }
12255
12494
  }
12256
- namespace $403 {
12257
- namespace Content {
12258
- interface ApplicationJson {
12259
- [k: string]: unknown;
12260
- }
12261
- }
12262
- }
12263
- namespace $404 {
12495
+ namespace $406 {
12264
12496
  namespace Content {
12265
12497
  interface ApplicationJson {
12266
12498
  [k: string]: unknown;
@@ -12298,29 +12530,23 @@ export declare namespace MittwaldAPIV2 {
12298
12530
  }
12299
12531
  }
12300
12532
  }
12301
- namespace V2FilesFileIdFileName {
12533
+ namespace V2FilesFileIdMeta {
12302
12534
  namespace Get {
12303
12535
  namespace Parameters {
12304
12536
  type Path = {
12305
12537
  fileId: string;
12306
- fileName: string;
12307
12538
  };
12308
12539
  type Header = {
12309
- Accept?: "application/octet-stream" | "text/plain;base64";
12310
- "Content-Disposition"?: "inline" | "attachment";
12311
12540
  Token?: string;
12312
12541
  };
12313
12542
  type Query = {
12314
- accept?: "application/octet-stream" | "text/plain;base64";
12315
- "content-disposition"?: "inline" | "attachment";
12316
12543
  token?: string;
12317
12544
  };
12318
12545
  }
12319
12546
  namespace Responses {
12320
12547
  namespace $200 {
12321
12548
  namespace Content {
12322
- type ApplicationOctetStream = string;
12323
- type TextPlainBase64 = string;
12549
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileMeta;
12324
12550
  }
12325
12551
  }
12326
12552
  namespace $400 {
@@ -12382,79 +12608,43 @@ export declare namespace MittwaldAPIV2 {
12382
12608
  }
12383
12609
  }
12384
12610
  }
12385
- namespace V2Ingresses {
12611
+ namespace V2FileUploadTokensFileUploadTokenRules {
12386
12612
  namespace Get {
12387
12613
  namespace Parameters {
12388
- type Path = {};
12389
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
12390
- type Query = {
12391
- projectId?: string;
12392
- certificateId?: string;
12393
- limit?: number;
12394
- skip?: number;
12395
- page?: number;
12614
+ type Path = {
12615
+ fileUploadToken: string;
12396
12616
  };
12617
+ type Header = {};
12618
+ type Query = {};
12397
12619
  }
12398
12620
  namespace Responses {
12399
12621
  namespace $200 {
12400
12622
  namespace Content {
12401
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.IngressIngress[];
12402
- }
12403
- }
12404
- namespace $404 {
12405
- namespace Content {
12406
- interface ApplicationJson {
12407
- [k: string]: unknown;
12408
- }
12623
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileUploadRules;
12409
12624
  }
12410
12625
  }
12411
- namespace $429 {
12626
+ namespace $400 {
12412
12627
  namespace Content {
12413
12628
  interface ApplicationJson {
12414
12629
  [k: string]: unknown;
12415
12630
  }
12416
12631
  }
12417
12632
  }
12418
- namespace Default {
12633
+ namespace $404 {
12419
12634
  namespace Content {
12420
12635
  interface ApplicationJson {
12421
12636
  [k: string]: unknown;
12422
12637
  }
12423
12638
  }
12424
12639
  }
12425
- }
12426
- }
12427
- namespace Post {
12428
- namespace Parameters {
12429
- type Path = {};
12430
- interface RequestBody {
12431
- hostname: string;
12432
- /**
12433
- * A list of paths. The default path `/` is always present and cannot be removed.
12434
- */
12435
- paths: MittwaldAPIV2.Components.Schemas.IngressPath[];
12436
- projectId: string;
12437
- }
12438
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
12439
- type Query = {};
12440
- }
12441
- namespace Responses {
12442
- namespace $201 {
12443
- namespace Content {
12444
- interface ApplicationJson {
12445
- id: string;
12446
- ownership: MittwaldAPIV2.Components.Schemas.IngressOwnership;
12447
- }
12448
- }
12449
- }
12450
- namespace $404 {
12640
+ namespace $429 {
12451
12641
  namespace Content {
12452
12642
  interface ApplicationJson {
12453
12643
  [k: string]: unknown;
12454
12644
  }
12455
12645
  }
12456
12646
  }
12457
- namespace $429 {
12647
+ namespace $500 {
12458
12648
  namespace Content {
12459
12649
  interface ApplicationJson {
12460
12650
  [k: string]: unknown;
@@ -12471,19 +12661,26 @@ export declare namespace MittwaldAPIV2 {
12471
12661
  }
12472
12662
  }
12473
12663
  }
12474
- namespace V2IngressesIngressId {
12664
+ namespace V2FileUploadTypesFileUploadTypeRules {
12475
12665
  namespace Get {
12476
12666
  namespace Parameters {
12477
12667
  type Path = {
12478
- ingressId: string;
12668
+ fileUploadType: "avatar" | "conversation";
12479
12669
  };
12480
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
12670
+ type Header = {};
12481
12671
  type Query = {};
12482
12672
  }
12483
12673
  namespace Responses {
12484
12674
  namespace $200 {
12485
12675
  namespace Content {
12486
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.IngressIngress;
12676
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileUploadRules;
12677
+ }
12678
+ }
12679
+ namespace $400 {
12680
+ namespace Content {
12681
+ interface ApplicationJson {
12682
+ [k: string]: unknown;
12683
+ }
12487
12684
  }
12488
12685
  }
12489
12686
  namespace $404 {
@@ -12493,7 +12690,7 @@ export declare namespace MittwaldAPIV2 {
12493
12690
  }
12494
12691
  }
12495
12692
  }
12496
- namespace $429 {
12693
+ namespace $500 {
12497
12694
  namespace Content {
12498
12695
  interface ApplicationJson {
12499
12696
  [k: string]: unknown;
@@ -12509,82 +12706,74 @@ export declare namespace MittwaldAPIV2 {
12509
12706
  }
12510
12707
  }
12511
12708
  }
12512
- namespace Delete {
12709
+ }
12710
+ namespace V2FilesFileId {
12711
+ namespace Get {
12513
12712
  namespace Parameters {
12514
12713
  type Path = {
12515
- ingressId: string;
12714
+ fileId: string;
12715
+ };
12716
+ type Header = {
12717
+ Accept?: "application/octet-stream" | "text/plain;base64";
12718
+ "Content-Disposition"?: "inline" | "attachment";
12719
+ Token?: string;
12720
+ };
12721
+ type Query = {
12722
+ accept?: "application/octet-stream" | "text/plain;base64";
12723
+ "content-disposition"?: "inline" | "attachment";
12724
+ token?: string;
12516
12725
  };
12517
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
12518
- type Query = {};
12519
12726
  }
12520
12727
  namespace Responses {
12521
- namespace $204 {
12728
+ namespace $200 {
12522
12729
  namespace Content {
12523
- type Empty = unknown;
12730
+ type ApplicationOctetStream = string;
12731
+ type TextPlainBase64 = string;
12524
12732
  }
12525
12733
  }
12526
- namespace $404 {
12734
+ namespace $400 {
12527
12735
  namespace Content {
12528
12736
  interface ApplicationJson {
12529
12737
  [k: string]: unknown;
12530
12738
  }
12531
12739
  }
12532
12740
  }
12533
- namespace $429 {
12741
+ namespace $401 {
12534
12742
  namespace Content {
12535
12743
  interface ApplicationJson {
12536
12744
  [k: string]: unknown;
12537
12745
  }
12538
12746
  }
12539
12747
  }
12540
- namespace Default {
12748
+ namespace $403 {
12541
12749
  namespace Content {
12542
12750
  interface ApplicationJson {
12543
12751
  [k: string]: unknown;
12544
12752
  }
12545
12753
  }
12546
12754
  }
12547
- }
12548
- }
12549
- }
12550
- namespace V2IngressesIngressIdActionsVerifyOwnership {
12551
- namespace Post {
12552
- namespace Parameters {
12553
- type Path = {
12554
- ingressId: string;
12555
- };
12556
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
12557
- type Query = {};
12558
- }
12559
- namespace Responses {
12560
- namespace $200 {
12561
- namespace Content {
12562
- interface ApplicationJson {
12563
- }
12564
- }
12565
- }
12566
- namespace $400 {
12755
+ namespace $404 {
12567
12756
  namespace Content {
12568
12757
  interface ApplicationJson {
12569
12758
  [k: string]: unknown;
12570
12759
  }
12571
12760
  }
12572
12761
  }
12573
- namespace $404 {
12762
+ namespace $422 {
12574
12763
  namespace Content {
12575
12764
  interface ApplicationJson {
12576
12765
  [k: string]: unknown;
12577
12766
  }
12578
12767
  }
12579
12768
  }
12580
- namespace $412 {
12769
+ namespace $429 {
12581
12770
  namespace Content {
12582
12771
  interface ApplicationJson {
12583
12772
  [k: string]: unknown;
12584
12773
  }
12585
12774
  }
12586
12775
  }
12587
- namespace $429 {
12776
+ namespace $500 {
12588
12777
  namespace Content {
12589
12778
  interface ApplicationJson {
12590
12779
  [k: string]: unknown;
@@ -12601,28 +12790,29 @@ export declare namespace MittwaldAPIV2 {
12601
12790
  }
12602
12791
  }
12603
12792
  }
12604
- namespace V2ActionsListIngressesCompatibleWithCertificate {
12605
- namespace Post {
12793
+ namespace V2FilesFileIdFileName {
12794
+ namespace Get {
12606
12795
  namespace Parameters {
12607
- type Path = {};
12608
- interface RequestBody {
12609
- /**
12610
- * PEM-encoded certificate. Linebreaks have to be escaped with
12611
- * .
12612
- */
12613
- certificate: string;
12614
- /**
12615
- * The projects UUID.
12616
- */
12617
- projectId: string;
12618
- }
12619
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
12620
- type Query = {};
12796
+ type Path = {
12797
+ fileId: string;
12798
+ fileName: string;
12799
+ };
12800
+ type Header = {
12801
+ Accept?: "application/octet-stream" | "text/plain;base64";
12802
+ "Content-Disposition"?: "inline" | "attachment";
12803
+ Token?: string;
12804
+ };
12805
+ type Query = {
12806
+ accept?: "application/octet-stream" | "text/plain;base64";
12807
+ "content-disposition"?: "inline" | "attachment";
12808
+ token?: string;
12809
+ };
12621
12810
  }
12622
12811
  namespace Responses {
12623
12812
  namespace $200 {
12624
12813
  namespace Content {
12625
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.IngressIngress[];
12814
+ type ApplicationOctetStream = string;
12815
+ type TextPlainBase64 = string;
12626
12816
  }
12627
12817
  }
12628
12818
  namespace $400 {
@@ -12632,55 +12822,42 @@ export declare namespace MittwaldAPIV2 {
12632
12822
  }
12633
12823
  }
12634
12824
  }
12635
- namespace $404 {
12825
+ namespace $401 {
12636
12826
  namespace Content {
12637
12827
  interface ApplicationJson {
12638
12828
  [k: string]: unknown;
12639
12829
  }
12640
12830
  }
12641
12831
  }
12642
- namespace $429 {
12832
+ namespace $403 {
12643
12833
  namespace Content {
12644
12834
  interface ApplicationJson {
12645
12835
  [k: string]: unknown;
12646
12836
  }
12647
12837
  }
12648
12838
  }
12649
- namespace Default {
12839
+ namespace $404 {
12650
12840
  namespace Content {
12651
12841
  interface ApplicationJson {
12652
12842
  [k: string]: unknown;
12653
12843
  }
12654
12844
  }
12655
12845
  }
12656
- }
12657
- }
12658
- }
12659
- namespace V2ProjectsProjectIdIngresses { }
12660
- namespace V2IngressesIngressIdPaths {
12661
- namespace Patch {
12662
- namespace Parameters {
12663
- type Path = {
12664
- ingressId: string;
12665
- };
12666
- type RequestBody = MittwaldAPIV2.Components.Schemas.IngressPath[];
12667
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
12668
- type Query = {};
12669
- }
12670
- namespace Responses {
12671
- namespace $204 {
12846
+ namespace $422 {
12672
12847
  namespace Content {
12673
- type Empty = unknown;
12848
+ interface ApplicationJson {
12849
+ [k: string]: unknown;
12850
+ }
12674
12851
  }
12675
12852
  }
12676
- namespace $404 {
12853
+ namespace $429 {
12677
12854
  namespace Content {
12678
12855
  interface ApplicationJson {
12679
12856
  [k: string]: unknown;
12680
12857
  }
12681
12858
  }
12682
12859
  }
12683
- namespace $429 {
12860
+ namespace $500 {
12684
12861
  namespace Content {
12685
12862
  interface ApplicationJson {
12686
12863
  [k: string]: unknown;
@@ -12697,26 +12874,23 @@ export declare namespace MittwaldAPIV2 {
12697
12874
  }
12698
12875
  }
12699
12876
  }
12700
- namespace V2IngressesIngressIdActionsRequestAcmeCertificateIssuance {
12701
- namespace Post {
12877
+ namespace V2Ingresses {
12878
+ namespace Get {
12702
12879
  namespace Parameters {
12703
- type Path = {
12704
- ingressId: string;
12705
- };
12880
+ type Path = {};
12706
12881
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
12707
- type Query = {};
12882
+ type Query = {
12883
+ projectId?: string;
12884
+ certificateId?: string;
12885
+ limit?: number;
12886
+ skip?: number;
12887
+ page?: number;
12888
+ };
12708
12889
  }
12709
12890
  namespace Responses {
12710
- namespace $204 {
12711
- namespace Content {
12712
- type Empty = unknown;
12713
- }
12714
- }
12715
- namespace $400 {
12891
+ namespace $200 {
12716
12892
  namespace Content {
12717
- interface ApplicationJson {
12718
- [k: string]: unknown;
12719
- }
12893
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.IngressIngress[];
12720
12894
  }
12721
12895
  }
12722
12896
  namespace $404 {
@@ -12742,42 +12916,26 @@ export declare namespace MittwaldAPIV2 {
12742
12916
  }
12743
12917
  }
12744
12918
  }
12745
- }
12746
- namespace V2IngressesIngressIdTls {
12747
- namespace Patch {
12919
+ namespace Post {
12748
12920
  namespace Parameters {
12749
- type Path = {
12750
- ingressId: string;
12751
- };
12752
- type RequestBody = {
12753
- acme: boolean;
12754
- /**
12755
- * @deprecated
12756
- * Was added by mistake. Never did anything.
12757
- */
12758
- isCreated?: boolean;
12921
+ type Path = {};
12922
+ interface RequestBody {
12923
+ hostname: string;
12759
12924
  /**
12760
- * @deprecated
12761
- * Was added by mistake. Never did anything.
12925
+ * A list of paths. The default path `/` is always present and cannot be removed.
12762
12926
  */
12763
- requestDeadline?: string;
12764
- } | {
12765
- certificateId: string;
12766
- };
12927
+ paths: MittwaldAPIV2.Components.Schemas.IngressPath[];
12928
+ projectId: string;
12929
+ }
12767
12930
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
12768
12931
  type Query = {};
12769
12932
  }
12770
12933
  namespace Responses {
12771
- namespace $200 {
12772
- namespace Content {
12773
- interface ApplicationJson {
12774
- }
12775
- }
12776
- }
12777
- namespace $403 {
12934
+ namespace $201 {
12778
12935
  namespace Content {
12779
12936
  interface ApplicationJson {
12780
- [k: string]: unknown;
12937
+ id: string;
12938
+ ownership: MittwaldAPIV2.Components.Schemas.IngressOwnership;
12781
12939
  }
12782
12940
  }
12783
12941
  }
@@ -12788,13 +12946,6 @@ export declare namespace MittwaldAPIV2 {
12788
12946
  }
12789
12947
  }
12790
12948
  }
12791
- namespace $412 {
12792
- namespace Content {
12793
- interface ApplicationJson {
12794
- [k: string]: unknown;
12795
- }
12796
- }
12797
- }
12798
12949
  namespace $429 {
12799
12950
  namespace Content {
12800
12951
  interface ApplicationJson {
@@ -12812,11 +12963,11 @@ export declare namespace MittwaldAPIV2 {
12812
12963
  }
12813
12964
  }
12814
12965
  }
12815
- namespace V2InvoicesInvoiceId {
12966
+ namespace V2IngressesIngressId {
12816
12967
  namespace Get {
12817
12968
  namespace Parameters {
12818
12969
  type Path = {
12819
- invoiceId: string;
12970
+ ingressId: string;
12820
12971
  };
12821
12972
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
12822
12973
  type Query = {};
@@ -12824,14 +12975,7 @@ export declare namespace MittwaldAPIV2 {
12824
12975
  namespace Responses {
12825
12976
  namespace $200 {
12826
12977
  namespace Content {
12827
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.InvoiceInvoice;
12828
- }
12829
- }
12830
- namespace $400 {
12831
- namespace Content {
12832
- interface ApplicationJson {
12833
- [k: string]: unknown;
12834
- }
12978
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.IngressIngress;
12835
12979
  }
12836
12980
  }
12837
12981
  namespace $404 {
@@ -12857,27 +13001,18 @@ export declare namespace MittwaldAPIV2 {
12857
13001
  }
12858
13002
  }
12859
13003
  }
12860
- }
12861
- namespace V2CustomersCustomerIdInvoiceSettings {
12862
- namespace Get {
13004
+ namespace Delete {
12863
13005
  namespace Parameters {
12864
13006
  type Path = {
12865
- customerId: string;
13007
+ ingressId: string;
12866
13008
  };
12867
13009
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
12868
13010
  type Query = {};
12869
13011
  }
12870
13012
  namespace Responses {
12871
- namespace $200 {
12872
- namespace Content {
12873
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.InvoiceInvoiceSettings;
12874
- }
12875
- }
12876
- namespace $400 {
13013
+ namespace $204 {
12877
13014
  namespace Content {
12878
- interface ApplicationJson {
12879
- [k: string]: unknown;
12880
- }
13015
+ type Empty = unknown;
12881
13016
  }
12882
13017
  }
12883
13018
  namespace $404 {
@@ -12903,27 +13038,21 @@ export declare namespace MittwaldAPIV2 {
12903
13038
  }
12904
13039
  }
12905
13040
  }
12906
- namespace Put {
13041
+ }
13042
+ namespace V2IngressesIngressIdActionsVerifyOwnership {
13043
+ namespace Post {
12907
13044
  namespace Parameters {
12908
13045
  type Path = {
12909
- customerId: string;
13046
+ ingressId: string;
12910
13047
  };
12911
- interface RequestBody {
12912
- additionalEmailRecipients?: string[];
12913
- invoicePeriod: number;
12914
- paymentSettings: MittwaldAPIV2.Components.Schemas.InvoicePaymentSettings;
12915
- printedInvoices?: boolean;
12916
- recipient?: MittwaldAPIV2.Components.Schemas.InvoiceRecipient;
12917
- recipientSameAsOwner?: boolean;
12918
- targetDay?: number;
12919
- }
12920
13048
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
12921
13049
  type Query = {};
12922
13050
  }
12923
13051
  namespace Responses {
12924
13052
  namespace $200 {
12925
13053
  namespace Content {
12926
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.InvoiceInvoiceSettings;
13054
+ interface ApplicationJson {
13055
+ }
12927
13056
  }
12928
13057
  }
12929
13058
  namespace $400 {
@@ -12940,6 +13069,13 @@ export declare namespace MittwaldAPIV2 {
12940
13069
  }
12941
13070
  }
12942
13071
  }
13072
+ namespace $412 {
13073
+ namespace Content {
13074
+ interface ApplicationJson {
13075
+ [k: string]: unknown;
13076
+ }
13077
+ }
13078
+ }
12943
13079
  namespace $429 {
12944
13080
  namespace Content {
12945
13081
  interface ApplicationJson {
@@ -12957,23 +13093,28 @@ export declare namespace MittwaldAPIV2 {
12957
13093
  }
12958
13094
  }
12959
13095
  }
12960
- namespace V2CustomersCustomerIdInvoicesInvoiceIdFileAccessToken {
12961
- namespace Get {
13096
+ namespace V2ActionsListIngressesCompatibleWithCertificate {
13097
+ namespace Post {
12962
13098
  namespace Parameters {
12963
- type Path = {
12964
- customerId: string;
12965
- invoiceId: string;
12966
- };
13099
+ type Path = {};
13100
+ interface RequestBody {
13101
+ /**
13102
+ * PEM-encoded certificate. Linebreaks have to be escaped with
13103
+ * .
13104
+ */
13105
+ certificate: string;
13106
+ /**
13107
+ * The projects UUID.
13108
+ */
13109
+ projectId: string;
13110
+ }
12967
13111
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
12968
13112
  type Query = {};
12969
13113
  }
12970
13114
  namespace Responses {
12971
13115
  namespace $200 {
12972
13116
  namespace Content {
12973
- interface ApplicationJson {
12974
- accessToken: string;
12975
- expiresAt: string;
12976
- }
13117
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.IngressIngress[];
12977
13118
  }
12978
13119
  }
12979
13120
  namespace $400 {
@@ -13007,24 +13148,19 @@ export declare namespace MittwaldAPIV2 {
13007
13148
  }
13008
13149
  }
13009
13150
  }
13010
- namespace V2CustomersCustomerIdInvoices {
13011
- namespace Get {
13151
+ namespace V2IngressesIngressIdActionsRequestAcmeCertificateIssuance {
13152
+ namespace Post {
13012
13153
  namespace Parameters {
13013
13154
  type Path = {
13014
- customerId: string;
13155
+ ingressId: string;
13015
13156
  };
13016
13157
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
13017
- type Query = {
13018
- invoiceTypes?: ("REGULAR" | "REISSUE" | "CORRECTION" | "CANCELLATION")[];
13019
- limit?: number;
13020
- skip?: number;
13021
- page?: number;
13022
- };
13158
+ type Query = {};
13023
13159
  }
13024
13160
  namespace Responses {
13025
- namespace $200 {
13161
+ namespace $204 {
13026
13162
  namespace Content {
13027
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.InvoiceInvoice[];
13163
+ type Empty = unknown;
13028
13164
  }
13029
13165
  }
13030
13166
  namespace $400 {
@@ -13058,25 +13194,19 @@ export declare namespace MittwaldAPIV2 {
13058
13194
  }
13059
13195
  }
13060
13196
  }
13061
- namespace V2ProjectsProjectIdDeliveryboxes { }
13062
- namespace V2ProjectsProjectIdDeliveryBoxes {
13197
+ namespace V2InvoicesInvoiceId {
13063
13198
  namespace Get {
13064
13199
  namespace Parameters {
13065
13200
  type Path = {
13066
- projectId: string;
13201
+ invoiceId: string;
13067
13202
  };
13068
13203
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
13069
- type Query = {
13070
- search?: string;
13071
- limit?: number;
13072
- skip?: number;
13073
- page?: number;
13074
- };
13204
+ type Query = {};
13075
13205
  }
13076
13206
  namespace Responses {
13077
13207
  namespace $200 {
13078
13208
  namespace Content {
13079
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailDeliverybox[];
13209
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.InvoiceInvoice;
13080
13210
  }
13081
13211
  }
13082
13212
  namespace $400 {
@@ -13086,13 +13216,6 @@ export declare namespace MittwaldAPIV2 {
13086
13216
  }
13087
13217
  }
13088
13218
  }
13089
- namespace $403 {
13090
- namespace Content {
13091
- interface ApplicationJson {
13092
- [k: string]: unknown;
13093
- }
13094
- }
13095
- }
13096
13219
  namespace $404 {
13097
13220
  namespace Content {
13098
13221
  interface ApplicationJson {
@@ -13107,20 +13230,6 @@ export declare namespace MittwaldAPIV2 {
13107
13230
  }
13108
13231
  }
13109
13232
  }
13110
- namespace $500 {
13111
- namespace Content {
13112
- interface ApplicationJson {
13113
- [k: string]: unknown;
13114
- }
13115
- }
13116
- }
13117
- namespace $503 {
13118
- namespace Content {
13119
- interface ApplicationJson {
13120
- [k: string]: unknown;
13121
- }
13122
- }
13123
- }
13124
13233
  namespace Default {
13125
13234
  namespace Content {
13126
13235
  interface ApplicationJson {
@@ -13130,24 +13239,20 @@ export declare namespace MittwaldAPIV2 {
13130
13239
  }
13131
13240
  }
13132
13241
  }
13133
- namespace Post {
13242
+ }
13243
+ namespace V2CustomersCustomerIdInvoiceSettings {
13244
+ namespace Get {
13134
13245
  namespace Parameters {
13135
13246
  type Path = {
13136
- projectId: string;
13247
+ customerId: string;
13137
13248
  };
13138
- interface RequestBody {
13139
- description: string;
13140
- password: string;
13141
- }
13142
13249
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
13143
13250
  type Query = {};
13144
13251
  }
13145
13252
  namespace Responses {
13146
- namespace $201 {
13253
+ namespace $200 {
13147
13254
  namespace Content {
13148
- interface ApplicationJson {
13149
- id: string;
13150
- }
13255
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.InvoiceInvoiceSettings;
13151
13256
  }
13152
13257
  }
13153
13258
  namespace $400 {
@@ -13157,13 +13262,6 @@ export declare namespace MittwaldAPIV2 {
13157
13262
  }
13158
13263
  }
13159
13264
  }
13160
- namespace $403 {
13161
- namespace Content {
13162
- interface ApplicationJson {
13163
- [k: string]: unknown;
13164
- }
13165
- }
13166
- }
13167
13265
  namespace $404 {
13168
13266
  namespace Content {
13169
13267
  interface ApplicationJson {
@@ -13178,20 +13276,6 @@ export declare namespace MittwaldAPIV2 {
13178
13276
  }
13179
13277
  }
13180
13278
  }
13181
- namespace $500 {
13182
- namespace Content {
13183
- interface ApplicationJson {
13184
- [k: string]: unknown;
13185
- }
13186
- }
13187
- }
13188
- namespace $503 {
13189
- namespace Content {
13190
- interface ApplicationJson {
13191
- [k: string]: unknown;
13192
- }
13193
- }
13194
- }
13195
13279
  namespace Default {
13196
13280
  namespace Content {
13197
13281
  interface ApplicationJson {
@@ -13201,64 +13285,44 @@ export declare namespace MittwaldAPIV2 {
13201
13285
  }
13202
13286
  }
13203
13287
  }
13204
- }
13205
- namespace V2ProjectsProjectIdMailaddresses { }
13206
- namespace V2ProjectsProjectIdMailAddresses {
13207
- namespace Get {
13288
+ namespace Put {
13208
13289
  namespace Parameters {
13209
13290
  type Path = {
13210
- projectId: string;
13211
- };
13212
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
13213
- type Query = {
13214
- search?: string;
13215
- limit?: number;
13216
- skip?: number;
13217
- page?: number;
13291
+ customerId: string;
13218
13292
  };
13219
- }
13220
- namespace Responses {
13221
- namespace $200 {
13222
- namespace Content {
13223
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress[];
13224
- }
13225
- }
13226
- namespace $400 {
13227
- namespace Content {
13228
- interface ApplicationJson {
13229
- [k: string]: unknown;
13230
- }
13231
- }
13232
- }
13233
- namespace $403 {
13234
- namespace Content {
13235
- interface ApplicationJson {
13236
- [k: string]: unknown;
13237
- }
13238
- }
13293
+ interface RequestBody {
13294
+ additionalEmailRecipients?: string[];
13295
+ invoicePeriod: number;
13296
+ paymentSettings: MittwaldAPIV2.Components.Schemas.InvoicePaymentSettings;
13297
+ printedInvoices?: boolean;
13298
+ recipient?: MittwaldAPIV2.Components.Schemas.InvoiceRecipient;
13299
+ recipientSameAsOwner?: boolean;
13300
+ targetDay?: number;
13239
13301
  }
13240
- namespace $404 {
13302
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
13303
+ type Query = {};
13304
+ }
13305
+ namespace Responses {
13306
+ namespace $200 {
13241
13307
  namespace Content {
13242
- interface ApplicationJson {
13243
- [k: string]: unknown;
13244
- }
13308
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.InvoiceInvoiceSettings;
13245
13309
  }
13246
13310
  }
13247
- namespace $429 {
13311
+ namespace $400 {
13248
13312
  namespace Content {
13249
13313
  interface ApplicationJson {
13250
13314
  [k: string]: unknown;
13251
13315
  }
13252
13316
  }
13253
13317
  }
13254
- namespace $500 {
13318
+ namespace $404 {
13255
13319
  namespace Content {
13256
13320
  interface ApplicationJson {
13257
13321
  [k: string]: unknown;
13258
13322
  }
13259
13323
  }
13260
13324
  }
13261
- namespace $503 {
13325
+ namespace $429 {
13262
13326
  namespace Content {
13263
13327
  interface ApplicationJson {
13264
13328
  [k: string]: unknown;
@@ -13274,20 +13338,23 @@ export declare namespace MittwaldAPIV2 {
13274
13338
  }
13275
13339
  }
13276
13340
  }
13277
- namespace Post {
13341
+ }
13342
+ namespace V2CustomersCustomerIdInvoicesInvoiceIdFileAccessToken {
13343
+ namespace Get {
13278
13344
  namespace Parameters {
13279
13345
  type Path = {
13280
- projectId: string;
13346
+ customerId: string;
13347
+ invoiceId: string;
13281
13348
  };
13282
- type RequestBody = MittwaldAPIV2.Components.Schemas.MailCreateForwardAddress | MittwaldAPIV2.Components.Schemas.MailCreateMailAddress;
13283
13349
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
13284
13350
  type Query = {};
13285
13351
  }
13286
13352
  namespace Responses {
13287
- namespace $201 {
13353
+ namespace $200 {
13288
13354
  namespace Content {
13289
13355
  interface ApplicationJson {
13290
- id: string;
13356
+ accessToken: string;
13357
+ expiresAt: string;
13291
13358
  }
13292
13359
  }
13293
13360
  }
@@ -13298,13 +13365,6 @@ export declare namespace MittwaldAPIV2 {
13298
13365
  }
13299
13366
  }
13300
13367
  }
13301
- namespace $403 {
13302
- namespace Content {
13303
- interface ApplicationJson {
13304
- [k: string]: unknown;
13305
- }
13306
- }
13307
- }
13308
13368
  namespace $404 {
13309
13369
  namespace Content {
13310
13370
  interface ApplicationJson {
@@ -13319,20 +13379,6 @@ export declare namespace MittwaldAPIV2 {
13319
13379
  }
13320
13380
  }
13321
13381
  }
13322
- namespace $500 {
13323
- namespace Content {
13324
- interface ApplicationJson {
13325
- [k: string]: unknown;
13326
- }
13327
- }
13328
- }
13329
- namespace $503 {
13330
- namespace Content {
13331
- interface ApplicationJson {
13332
- [k: string]: unknown;
13333
- }
13334
- }
13335
- }
13336
13382
  namespace Default {
13337
13383
  namespace Content {
13338
13384
  interface ApplicationJson {
@@ -13343,20 +13389,24 @@ export declare namespace MittwaldAPIV2 {
13343
13389
  }
13344
13390
  }
13345
13391
  }
13346
- namespace V2DeliveryboxesDeliveryBoxId { }
13347
- namespace V2DeliveryBoxesDeliveryBoxId {
13392
+ namespace V2CustomersCustomerIdInvoices {
13348
13393
  namespace Get {
13349
13394
  namespace Parameters {
13350
13395
  type Path = {
13351
- deliveryBoxId: string;
13396
+ customerId: string;
13352
13397
  };
13353
13398
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
13354
- type Query = {};
13399
+ type Query = {
13400
+ invoiceTypes?: ("REGULAR" | "REISSUE" | "CORRECTION" | "CANCELLATION")[];
13401
+ limit?: number;
13402
+ skip?: number;
13403
+ page?: number;
13404
+ };
13355
13405
  }
13356
13406
  namespace Responses {
13357
13407
  namespace $200 {
13358
13408
  namespace Content {
13359
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailDeliverybox;
13409
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.InvoiceInvoice[];
13360
13410
  }
13361
13411
  }
13362
13412
  namespace $400 {
@@ -13366,13 +13416,6 @@ export declare namespace MittwaldAPIV2 {
13366
13416
  }
13367
13417
  }
13368
13418
  }
13369
- namespace $403 {
13370
- namespace Content {
13371
- interface ApplicationJson {
13372
- [k: string]: unknown;
13373
- }
13374
- }
13375
- }
13376
13419
  namespace $404 {
13377
13420
  namespace Content {
13378
13421
  interface ApplicationJson {
@@ -13387,20 +13430,6 @@ export declare namespace MittwaldAPIV2 {
13387
13430
  }
13388
13431
  }
13389
13432
  }
13390
- namespace $500 {
13391
- namespace Content {
13392
- interface ApplicationJson {
13393
- [k: string]: unknown;
13394
- }
13395
- }
13396
- }
13397
- namespace $503 {
13398
- namespace Content {
13399
- interface ApplicationJson {
13400
- [k: string]: unknown;
13401
- }
13402
- }
13403
- }
13404
13433
  namespace Default {
13405
13434
  namespace Content {
13406
13435
  interface ApplicationJson {
@@ -13410,18 +13439,26 @@ export declare namespace MittwaldAPIV2 {
13410
13439
  }
13411
13440
  }
13412
13441
  }
13413
- namespace Delete {
13442
+ }
13443
+ namespace V2ProjectsProjectIdDeliveryboxes { }
13444
+ namespace V2ProjectsProjectIdDeliveryBoxes {
13445
+ namespace Get {
13414
13446
  namespace Parameters {
13415
13447
  type Path = {
13416
- deliveryBoxId: string;
13448
+ projectId: string;
13417
13449
  };
13418
13450
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
13419
- type Query = {};
13451
+ type Query = {
13452
+ search?: string;
13453
+ limit?: number;
13454
+ skip?: number;
13455
+ page?: number;
13456
+ };
13420
13457
  }
13421
13458
  namespace Responses {
13422
- namespace $204 {
13459
+ namespace $200 {
13423
13460
  namespace Content {
13424
- type Empty = unknown;
13461
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailDeliverybox[];
13425
13462
  }
13426
13463
  }
13427
13464
  namespace $400 {
@@ -13475,21 +13512,24 @@ export declare namespace MittwaldAPIV2 {
13475
13512
  }
13476
13513
  }
13477
13514
  }
13478
- }
13479
- namespace V2MailaddressesMailAddressId { }
13480
- namespace V2MailAddressesMailAddressId {
13481
- namespace Get {
13515
+ namespace Post {
13482
13516
  namespace Parameters {
13483
13517
  type Path = {
13484
- mailAddressId: string;
13518
+ projectId: string;
13485
13519
  };
13520
+ interface RequestBody {
13521
+ description: string;
13522
+ password: string;
13523
+ }
13486
13524
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
13487
13525
  type Query = {};
13488
13526
  }
13489
13527
  namespace Responses {
13490
- namespace $200 {
13528
+ namespace $201 {
13491
13529
  namespace Content {
13492
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress;
13530
+ interface ApplicationJson {
13531
+ id: string;
13532
+ }
13493
13533
  }
13494
13534
  }
13495
13535
  namespace $400 {
@@ -13543,18 +13583,26 @@ export declare namespace MittwaldAPIV2 {
13543
13583
  }
13544
13584
  }
13545
13585
  }
13546
- namespace Delete {
13586
+ }
13587
+ namespace V2ProjectsProjectIdMailaddresses { }
13588
+ namespace V2ProjectsProjectIdMailAddresses {
13589
+ namespace Get {
13547
13590
  namespace Parameters {
13548
13591
  type Path = {
13549
- mailAddressId: string;
13592
+ projectId: string;
13550
13593
  };
13551
13594
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
13552
- type Query = {};
13595
+ type Query = {
13596
+ search?: string;
13597
+ limit?: number;
13598
+ skip?: number;
13599
+ page?: number;
13600
+ };
13553
13601
  }
13554
13602
  namespace Responses {
13555
- namespace $204 {
13603
+ namespace $200 {
13556
13604
  namespace Content {
13557
- type Empty = unknown;
13605
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress[];
13558
13606
  }
13559
13607
  }
13560
13608
  namespace $400 {
@@ -13608,26 +13656,20 @@ export declare namespace MittwaldAPIV2 {
13608
13656
  }
13609
13657
  }
13610
13658
  }
13611
- }
13612
- namespace V2DeliveryboxesIdDescription { }
13613
- namespace V2DeliveryboxesIdPassword { }
13614
- namespace V2ProjectsProjectIdMailsettings { }
13615
- namespace V2ProjectsProjectIdMailSettings {
13616
- namespace Get {
13659
+ namespace Post {
13617
13660
  namespace Parameters {
13618
13661
  type Path = {
13619
13662
  projectId: string;
13620
13663
  };
13664
+ type RequestBody = MittwaldAPIV2.Components.Schemas.MailCreateForwardAddress | MittwaldAPIV2.Components.Schemas.MailCreateMailAddress;
13621
13665
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
13622
13666
  type Query = {};
13623
13667
  }
13624
13668
  namespace Responses {
13625
- namespace $200 {
13669
+ namespace $201 {
13626
13670
  namespace Content {
13627
13671
  interface ApplicationJson {
13628
- blacklist: string[];
13629
- projectId: string;
13630
- whitelist: string[];
13672
+ id: string;
13631
13673
  }
13632
13674
  }
13633
13675
  }
@@ -13683,25 +13725,20 @@ export declare namespace MittwaldAPIV2 {
13683
13725
  }
13684
13726
  }
13685
13727
  }
13686
- namespace V2MailaddressesIdAddress { }
13687
- namespace V2ProjectsProjectIdMailsettingsBlacklist { }
13688
- namespace V2ProjectsProjectIdMailsettingsWhitelist { }
13689
- namespace V2DeliveryBoxesDeliveryBoxIdDescription {
13690
- namespace Patch {
13728
+ namespace V2DeliveryboxesDeliveryBoxId { }
13729
+ namespace V2DeliveryBoxesDeliveryBoxId {
13730
+ namespace Get {
13691
13731
  namespace Parameters {
13692
13732
  type Path = {
13693
13733
  deliveryBoxId: string;
13694
13734
  };
13695
- interface RequestBody {
13696
- description: string;
13697
- }
13698
13735
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
13699
13736
  type Query = {};
13700
13737
  }
13701
13738
  namespace Responses {
13702
- namespace $204 {
13739
+ namespace $200 {
13703
13740
  namespace Content {
13704
- type Empty = unknown;
13741
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailDeliverybox;
13705
13742
  }
13706
13743
  }
13707
13744
  namespace $400 {
@@ -13755,16 +13792,11 @@ export declare namespace MittwaldAPIV2 {
13755
13792
  }
13756
13793
  }
13757
13794
  }
13758
- }
13759
- namespace V2DeliveryBoxesDeliveryBoxIdPassword {
13760
- namespace Patch {
13795
+ namespace Delete {
13761
13796
  namespace Parameters {
13762
13797
  type Path = {
13763
13798
  deliveryBoxId: string;
13764
13799
  };
13765
- interface RequestBody {
13766
- password: string;
13767
- }
13768
13800
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
13769
13801
  type Query = {};
13770
13802
  }
@@ -13826,22 +13858,20 @@ export declare namespace MittwaldAPIV2 {
13826
13858
  }
13827
13859
  }
13828
13860
  }
13829
- namespace V2MailAddressesMailAddressIdAddress {
13830
- namespace Patch {
13861
+ namespace V2MailaddressesMailAddressId { }
13862
+ namespace V2MailAddressesMailAddressId {
13863
+ namespace Get {
13831
13864
  namespace Parameters {
13832
13865
  type Path = {
13833
13866
  mailAddressId: string;
13834
13867
  };
13835
- interface RequestBody {
13836
- address: string;
13837
- }
13838
13868
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
13839
13869
  type Query = {};
13840
13870
  }
13841
13871
  namespace Responses {
13842
- namespace $204 {
13872
+ namespace $200 {
13843
13873
  namespace Content {
13844
- type Empty = unknown;
13874
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress;
13845
13875
  }
13846
13876
  }
13847
13877
  namespace $400 {
@@ -13895,21 +13925,11 @@ export declare namespace MittwaldAPIV2 {
13895
13925
  }
13896
13926
  }
13897
13927
  }
13898
- }
13899
- namespace V2MailAddressesMailAddressIdAutoresponder {
13900
- namespace Patch {
13928
+ namespace Delete {
13901
13929
  namespace Parameters {
13902
13930
  type Path = {
13903
13931
  mailAddressId: string;
13904
13932
  };
13905
- interface RequestBody {
13906
- autoResponder: {
13907
- active: boolean;
13908
- expiresAt?: string;
13909
- message: string;
13910
- startsAt?: string;
13911
- };
13912
- }
13913
13933
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
13914
13934
  type Query = {};
13915
13935
  }
@@ -13971,23 +13991,24 @@ export declare namespace MittwaldAPIV2 {
13971
13991
  }
13972
13992
  }
13973
13993
  }
13974
- namespace V2MailaddressesMailAddressIdAutoResponder { }
13975
- namespace V2MailAddressesMailAddressIdCatchAll {
13976
- namespace Patch {
13994
+ namespace V2ProjectsProjectIdMailsettings { }
13995
+ namespace V2ProjectsProjectIdMailSettings {
13996
+ namespace Get {
13977
13997
  namespace Parameters {
13978
13998
  type Path = {
13979
- mailAddressId: string;
13999
+ projectId: string;
13980
14000
  };
13981
- interface RequestBody {
13982
- active: boolean;
13983
- }
13984
14001
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
13985
14002
  type Query = {};
13986
14003
  }
13987
14004
  namespace Responses {
13988
- namespace $204 {
14005
+ namespace $200 {
13989
14006
  namespace Content {
13990
- type Empty = unknown;
14007
+ interface ApplicationJson {
14008
+ blacklist: string[];
14009
+ projectId: string;
14010
+ whitelist: string[];
14011
+ }
13991
14012
  }
13992
14013
  }
13993
14014
  namespace $400 {
@@ -14042,16 +14063,14 @@ export declare namespace MittwaldAPIV2 {
14042
14063
  }
14043
14064
  }
14044
14065
  }
14045
- namespace V2MailaddressesMailAddressIdCatchAll { }
14046
- namespace V2MailAddressesMailAddressIdCatchall { }
14047
- namespace V2MailAddressesMailAddressIdForwardAddresses {
14066
+ namespace V2DeliveryBoxesDeliveryBoxIdDescription {
14048
14067
  namespace Patch {
14049
14068
  namespace Parameters {
14050
14069
  type Path = {
14051
- mailAddressId: string;
14070
+ deliveryBoxId: string;
14052
14071
  };
14053
14072
  interface RequestBody {
14054
- forwardAddresses: string[];
14073
+ description: string;
14055
14074
  }
14056
14075
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
14057
14076
  type Query = {};
@@ -14114,12 +14133,11 @@ export declare namespace MittwaldAPIV2 {
14114
14133
  }
14115
14134
  }
14116
14135
  }
14117
- namespace V2MailaddressesMailAddressIdForwardaddresses { }
14118
- namespace V2MailAddressesMailAddressIdPassword {
14136
+ namespace V2DeliveryBoxesDeliveryBoxIdPassword {
14119
14137
  namespace Patch {
14120
14138
  namespace Parameters {
14121
14139
  type Path = {
14122
- mailAddressId: string;
14140
+ deliveryBoxId: string;
14123
14141
  };
14124
14142
  interface RequestBody {
14125
14143
  password: string;
@@ -14185,18 +14203,14 @@ export declare namespace MittwaldAPIV2 {
14185
14203
  }
14186
14204
  }
14187
14205
  }
14188
- namespace V2MailaddressesMailAddressIdPassword { }
14189
- namespace V2MailAddressesMailAddressIdQuota {
14206
+ namespace V2MailAddressesMailAddressIdAddress {
14190
14207
  namespace Patch {
14191
14208
  namespace Parameters {
14192
14209
  type Path = {
14193
14210
  mailAddressId: string;
14194
14211
  };
14195
14212
  interface RequestBody {
14196
- /**
14197
- * 2 GB
14198
- */
14199
- quotaInBytes: number;
14213
+ address: string;
14200
14214
  }
14201
14215
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
14202
14216
  type Query = {};
@@ -14259,20 +14273,14 @@ export declare namespace MittwaldAPIV2 {
14259
14273
  }
14260
14274
  }
14261
14275
  }
14262
- namespace V2MailaddressesMailAddressIdQuota { }
14263
- namespace V2MailAddressesMailAddressIdSpamProtection {
14276
+ namespace V2MailAddressesMailAddressIdCatchAll {
14264
14277
  namespace Patch {
14265
14278
  namespace Parameters {
14266
14279
  type Path = {
14267
14280
  mailAddressId: string;
14268
14281
  };
14269
14282
  interface RequestBody {
14270
- spamProtection: {
14271
- active: boolean;
14272
- autoDeleteSpam: boolean;
14273
- folder: "inbox" | "spam";
14274
- relocationMinSpamScore: number;
14275
- };
14283
+ active: boolean;
14276
14284
  }
14277
14285
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
14278
14286
  type Query = {};
@@ -14335,7 +14343,6 @@ export declare namespace MittwaldAPIV2 {
14335
14343
  }
14336
14344
  }
14337
14345
  }
14338
- namespace V2MailaddressesMailAddressIdSpamprotection { }
14339
14346
  namespace V2ProjectsProjectIdMailSettingsMailSetting {
14340
14347
  namespace Patch {
14341
14348
  namespace Parameters {
@@ -14409,7 +14416,6 @@ export declare namespace MittwaldAPIV2 {
14409
14416
  }
14410
14417
  }
14411
14418
  }
14412
- namespace V2ProjectsProjectIdMailSettingsSetting { }
14413
14419
  namespace V2NewsletterSubscriptionsSelf {
14414
14420
  namespace Get {
14415
14421
  namespace Parameters {
@@ -20574,11 +20580,5 @@ export declare namespace MittwaldAPIV2 {
20574
20580
  }
20575
20581
  }
20576
20582
  }
20577
- namespace V2ProjectsProjectIdDomains { }
20578
- namespace V2DomainsHandleSchemaDomainName { }
20579
- namespace V2DomainsDomainIdDeclarationsAuthcode { }
20580
- namespace V2DomainsDomainIdDeclarationsHandles { }
20581
- namespace V2DomainsDomainIdHandlesOwnerc { }
20582
- namespace V2DomainsDomainIdProjectId { }
20583
20583
  }
20584
20584
  }