@mittwald/api-client 0.0.0-development-e648af3-20251016 → 0.0.0-development-3821954-20251017

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.
@@ -90,14 +90,14 @@ export declare namespace MittwaldAPIV2 {
90
90
  type RequestData = InferredRequestData<typeof descriptors.appRetrieveStatus>;
91
91
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appRetrieveStatus, TStatus>;
92
92
  }
93
- namespace AppSetDatabaseUsers {
94
- type RequestData = InferredRequestData<typeof descriptors.appSetDatabaseUsers>;
95
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appSetDatabaseUsers, TStatus>;
96
- }
97
93
  namespace AppUnlinkDatabase {
98
94
  type RequestData = InferredRequestData<typeof descriptors.appUnlinkDatabase>;
99
95
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appUnlinkDatabase, TStatus>;
100
96
  }
97
+ namespace AppSetDatabaseUsers {
98
+ type RequestData = InferredRequestData<typeof descriptors.appSetDatabaseUsers>;
99
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appSetDatabaseUsers, TStatus>;
100
+ }
101
101
  namespace ArticleGetArticle {
102
102
  type RequestData = InferredRequestData<typeof descriptors.articleGetArticle>;
103
103
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.articleGetArticle, TStatus>;
@@ -150,14 +150,6 @@ export declare namespace MittwaldAPIV2 {
150
150
  type RequestData = InferredRequestData<typeof descriptors.backupDeleteProjectBackup>;
151
151
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupDeleteProjectBackup, TStatus>;
152
152
  }
153
- namespace BackupGetProjectBackupDirectories {
154
- type RequestData = InferredRequestData<typeof descriptors.backupGetProjectBackupDirectories>;
155
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupGetProjectBackupDirectories, TStatus>;
156
- }
157
- namespace BackupRequestProjectBackupRestorePath {
158
- type RequestData = InferredRequestData<typeof descriptors.backupRequestProjectBackupRestorePath>;
159
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupRequestProjectBackupRestorePath, TStatus>;
160
- }
161
153
  namespace BackupUpdateProjectBackupDescription {
162
154
  type RequestData = InferredRequestData<typeof descriptors.backupUpdateProjectBackupDescription>;
163
155
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupUpdateProjectBackupDescription, TStatus>;
@@ -1146,22 +1138,6 @@ export declare namespace MittwaldAPIV2 {
1146
1138
  type RequestData = InferredRequestData<typeof descriptors.mailListProjectMailSettings>;
1147
1139
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListProjectMailSettings, TStatus>;
1148
1140
  }
1149
- namespace MailMigrationCheckMigrationIsPossible {
1150
- type RequestData = InferredRequestData<typeof descriptors.mailMigrationCheckMigrationIsPossible>;
1151
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailMigrationCheckMigrationIsPossible, TStatus>;
1152
- }
1153
- namespace MailMigrationGetMigration {
1154
- type RequestData = InferredRequestData<typeof descriptors.mailMigrationGetMigration>;
1155
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailMigrationGetMigration, TStatus>;
1156
- }
1157
- namespace MailMigrationListMigrations {
1158
- type RequestData = InferredRequestData<typeof descriptors.mailMigrationListMigrations>;
1159
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailMigrationListMigrations, TStatus>;
1160
- }
1161
- namespace MailMigrationRequestMailMigration {
1162
- type RequestData = InferredRequestData<typeof descriptors.mailMigrationRequestMailMigration>;
1163
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailMigrationRequestMailMigration, TStatus>;
1164
- }
1165
1141
  namespace MailRecoverMailAddressEmails {
1166
1142
  type RequestData = InferredRequestData<typeof descriptors.mailRecoverMailAddressEmails>;
1167
1143
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailRecoverMailAddressEmails, TStatus>;
@@ -1426,6 +1402,10 @@ export declare namespace MittwaldAPIV2 {
1426
1402
  type RequestData = InferredRequestData<typeof descriptors.relocationCreateRelocation>;
1427
1403
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.relocationCreateRelocation, TStatus>;
1428
1404
  }
1405
+ namespace ServicetokenAuthenticateService {
1406
+ type RequestData = InferredRequestData<typeof descriptors.servicetokenAuthenticateService>;
1407
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.servicetokenAuthenticateService, TStatus>;
1408
+ }
1429
1409
  namespace SftpUserListSftpUsers {
1430
1410
  type RequestData = InferredRequestData<typeof descriptors.sftpUserListSftpUsers>;
1431
1411
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.sftpUserListSftpUsers, TStatus>;
@@ -1502,10 +1482,6 @@ export declare namespace MittwaldAPIV2 {
1502
1482
  type RequestData = InferredRequestData<typeof descriptors.sslListCertificates>;
1503
1483
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.sslListCertificates, TStatus>;
1504
1484
  }
1505
- namespace SslSetCertificateRequestCertificate {
1506
- type RequestData = InferredRequestData<typeof descriptors.sslSetCertificateRequestCertificate>;
1507
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.sslSetCertificateRequestCertificate, TStatus>;
1508
- }
1509
1485
  namespace StoragespaceGetProjectStatistics {
1510
1486
  type RequestData = InferredRequestData<typeof descriptors.storagespaceGetProjectStatistics>;
1511
1487
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.storagespaceGetProjectStatistics, TStatus>;
@@ -2001,7 +1977,6 @@ export declare namespace MittwaldAPIV2 {
2001
1977
  current?: string;
2002
1978
  desired: string;
2003
1979
  }
2004
- type BackupRestorePathPhase = "running" | "completed";
2005
1980
  type BackupBackupSortOrder = "oldestFirst" | "newestFirst";
2006
1981
  interface BackupBackupTemplate {
2007
1982
  expirationTime: string;
@@ -2025,7 +2000,6 @@ export declare namespace MittwaldAPIV2 {
2025
2000
  parentId?: string;
2026
2001
  projectId: string;
2027
2002
  requestedAt: string;
2028
- restorePath?: MittwaldAPIV2.Components.Schemas.BackupProjectBackupRestorePath;
2029
2003
  status: string;
2030
2004
  }
2031
2005
  interface BackupProjectBackupExport {
@@ -2036,35 +2010,6 @@ export declare namespace MittwaldAPIV2 {
2036
2010
  sha256Checksum?: string;
2037
2011
  withPassword: boolean;
2038
2012
  }
2039
- interface BackupProjectBackupPath {
2040
- absolutePath: string;
2041
- isDirectory?: boolean;
2042
- isExecutable?: boolean;
2043
- isFile?: boolean;
2044
- isSymlink?: boolean;
2045
- items?: MittwaldAPIV2.Components.Schemas.BackupProjectBackupPath[];
2046
- name: string;
2047
- size: number;
2048
- target?: string;
2049
- }
2050
- interface BackupProjectBackupRestorePathRequest {
2051
- /**
2052
- * Whether to clear the target path before restoring. If true, existing files in the target path will be deleted before the restore. If false, existing files will be kept and may be overwritten if they exist in the backup.
2053
- */
2054
- clearTargetPath?: boolean;
2055
- sourcePath: string;
2056
- /**
2057
- * Target path where the source path should be restored to. If not set, the target path will be determined to equal the origin source. The target path should always be a folder, no files allowed here.
2058
- */
2059
- targetPath?: string;
2060
- }
2061
- interface BackupProjectBackupRestorePath {
2062
- clearTargetPath: boolean;
2063
- determinedTargetPath: string;
2064
- phase: MittwaldAPIV2.Components.Schemas.BackupRestorePathPhase;
2065
- sourcePath: string;
2066
- targetPath?: string;
2067
- }
2068
2013
  interface BackupProjectBackupSchedule {
2069
2014
  createdAt?: string;
2070
2015
  /**
@@ -2131,10 +2076,6 @@ export declare namespace MittwaldAPIV2 {
2131
2076
  *
2132
2077
  */
2133
2078
  descriptionChangeType?: "FEATURE_SET_MODIFIED" | "FEATURE_SET_UNCHANGED";
2134
- /**
2135
- * stop extension variant from being booked
2136
- */
2137
- isBookingStopped?: boolean;
2138
2079
  /**
2139
2080
  * Key that needs to be unique in Variant.
2140
2081
  */
@@ -3358,7 +3299,7 @@ export declare namespace MittwaldAPIV2 {
3358
3299
  domain: string;
3359
3300
  id: string;
3360
3301
  };
3361
- chargeability: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability;
3302
+ chargeability?: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability;
3362
3303
  consentedScopes: string[];
3363
3304
  contributorId: string;
3364
3305
  contributorName: string;
@@ -3378,7 +3319,6 @@ export declare namespace MittwaldAPIV2 {
3378
3319
  interface MarketplaceExtensionInstanceChargeability {
3379
3320
  isChargeable: boolean;
3380
3321
  reasons: {
3381
- isNonChargeableCustomer: boolean;
3382
3322
  isOwnExtension: boolean;
3383
3323
  };
3384
3324
  }
@@ -5654,6 +5594,7 @@ export declare namespace MittwaldAPIV2 {
5654
5594
  }
5655
5595
  }
5656
5596
  namespace Paths {
5597
+ namespace V2AppinstallationsAppInstallationIdActionsAction { }
5657
5598
  namespace V2AppInstallationsAppInstallationIdActionsAction {
5658
5599
  namespace Post {
5659
5600
  namespace Parameters {
@@ -5733,6 +5674,7 @@ export declare namespace MittwaldAPIV2 {
5733
5674
  }
5734
5675
  }
5735
5676
  }
5677
+ namespace V2AppinstallationsAppInstallationId { }
5736
5678
  namespace V2AppInstallationsAppInstallationId {
5737
5679
  namespace Get {
5738
5680
  namespace Parameters {
@@ -5947,6 +5889,7 @@ export declare namespace MittwaldAPIV2 {
5947
5889
  }
5948
5890
  }
5949
5891
  }
5892
+ namespace V2AppinstallationsAppInstallationIdMissingDependencies { }
5950
5893
  namespace V2AppInstallationsAppInstallationIdMissingDependencies {
5951
5894
  namespace Get {
5952
5895
  namespace Parameters {
@@ -5991,6 +5934,7 @@ export declare namespace MittwaldAPIV2 {
5991
5934
  }
5992
5935
  }
5993
5936
  }
5937
+ namespace V2SystemsoftwaresSystemSoftwareId { }
5994
5938
  namespace V2SystemSoftwaresSystemSoftwareId {
5995
5939
  namespace Get {
5996
5940
  namespace Parameters {
@@ -6030,6 +5974,8 @@ export declare namespace MittwaldAPIV2 {
6030
5974
  }
6031
5975
  }
6032
5976
  }
5977
+ namespace V2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId { }
5978
+ namespace V2SystemSoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId { }
6033
5979
  namespace V2SystemSoftwaresSystemSoftwareIdVersionsSystemSoftwareVersionId {
6034
5980
  namespace Get {
6035
5981
  namespace Parameters {
@@ -6159,6 +6105,7 @@ export declare namespace MittwaldAPIV2 {
6159
6105
  }
6160
6106
  }
6161
6107
  }
6108
+ namespace V2ProjectsProjectIdAppinstallations { }
6162
6109
  namespace V2ProjectsProjectIdAppInstallations {
6163
6110
  namespace Get {
6164
6111
  namespace Parameters {
@@ -6318,6 +6265,7 @@ export declare namespace MittwaldAPIV2 {
6318
6265
  }
6319
6266
  }
6320
6267
  }
6268
+ namespace V2Systemsoftwares { }
6321
6269
  namespace V2SystemSoftwares {
6322
6270
  namespace Get {
6323
6271
  namespace Parameters {
@@ -6352,6 +6300,8 @@ export declare namespace MittwaldAPIV2 {
6352
6300
  }
6353
6301
  }
6354
6302
  }
6303
+ namespace V2SystemSoftwareSystemSoftwareIdVersions { }
6304
+ namespace V2SystemsoftwareSystemSoftwareIdVersions { }
6355
6305
  namespace V2SystemSoftwaresSystemSoftwareIdVersions {
6356
6306
  namespace Get {
6357
6307
  namespace Parameters {
@@ -6482,6 +6432,7 @@ export declare namespace MittwaldAPIV2 {
6482
6432
  }
6483
6433
  }
6484
6434
  }
6435
+ namespace V2AppinstallationsAppInstallationIdActionsCopy { }
6485
6436
  namespace V2AppInstallationsAppInstallationIdActionsCopy {
6486
6437
  namespace Post {
6487
6438
  namespace Parameters {
@@ -6528,6 +6479,7 @@ export declare namespace MittwaldAPIV2 {
6528
6479
  }
6529
6480
  }
6530
6481
  }
6482
+ namespace V2AppinstallationsAppInstallationIdStatus { }
6531
6483
  namespace V2AppInstallationsAppInstallationIdStatus {
6532
6484
  namespace Get {
6533
6485
  namespace Parameters {
@@ -6567,18 +6519,13 @@ export declare namespace MittwaldAPIV2 {
6567
6519
  }
6568
6520
  }
6569
6521
  }
6570
- namespace V2AppInstallationsAppInstallationIdDatabasesDatabaseIdUsers {
6571
- namespace Put {
6522
+ namespace V2AppInstallationsAppInstallationIdDatabasesDatabaseId {
6523
+ namespace Delete {
6572
6524
  namespace Parameters {
6573
6525
  type Path = {
6574
6526
  appInstallationId: string;
6575
6527
  databaseId: string;
6576
6528
  };
6577
- interface RequestBody {
6578
- databaseUserIds: {
6579
- [k: string]: string;
6580
- };
6581
- }
6582
6529
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
6583
6530
  type Query = {};
6584
6531
  }
@@ -6612,13 +6559,19 @@ export declare namespace MittwaldAPIV2 {
6612
6559
  }
6613
6560
  }
6614
6561
  }
6615
- namespace V2AppInstallationsAppInstallationIdDatabasesDatabaseId {
6616
- namespace Delete {
6562
+ namespace V2AppinstallationsAppInstallationIdDatabasesDatabaseId { }
6563
+ namespace V2AppInstallationsAppInstallationIdDatabasesDatabaseIdUsers {
6564
+ namespace Put {
6617
6565
  namespace Parameters {
6618
6566
  type Path = {
6619
6567
  appInstallationId: string;
6620
6568
  databaseId: string;
6621
6569
  };
6570
+ interface RequestBody {
6571
+ databaseUserIds: {
6572
+ [k: string]: string;
6573
+ };
6574
+ }
6622
6575
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
6623
6576
  type Query = {};
6624
6577
  }
@@ -7268,122 +7221,6 @@ export declare namespace MittwaldAPIV2 {
7268
7221
  }
7269
7222
  }
7270
7223
  }
7271
- namespace V2ProjectBackupsProjectBackupIdPath {
7272
- namespace Get {
7273
- namespace Parameters {
7274
- type Path = {
7275
- projectBackupId: string;
7276
- };
7277
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
7278
- type Query = {
7279
- directory?: string;
7280
- };
7281
- }
7282
- namespace Responses {
7283
- namespace $200 {
7284
- namespace Content {
7285
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.BackupProjectBackupPath;
7286
- }
7287
- }
7288
- namespace $403 {
7289
- namespace Content {
7290
- interface ApplicationJson {
7291
- [k: string]: unknown;
7292
- }
7293
- }
7294
- }
7295
- namespace $404 {
7296
- namespace Content {
7297
- interface ApplicationJson {
7298
- [k: string]: unknown;
7299
- }
7300
- }
7301
- }
7302
- namespace $429 {
7303
- namespace Content {
7304
- interface ApplicationJson {
7305
- [k: string]: unknown;
7306
- }
7307
- }
7308
- }
7309
- namespace $502 {
7310
- namespace Content {
7311
- interface ApplicationJson {
7312
- [k: string]: unknown;
7313
- }
7314
- }
7315
- }
7316
- namespace $503 {
7317
- namespace Content {
7318
- interface ApplicationJson {
7319
- [k: string]: unknown;
7320
- }
7321
- }
7322
- }
7323
- namespace Default {
7324
- namespace Content {
7325
- interface ApplicationJson {
7326
- [k: string]: unknown;
7327
- }
7328
- }
7329
- }
7330
- }
7331
- }
7332
- }
7333
- namespace V2ProjectBackupsProjectBackupIdRestorePath {
7334
- namespace Post {
7335
- namespace Parameters {
7336
- type Path = {
7337
- projectBackupId: string;
7338
- };
7339
- type RequestBody = MittwaldAPIV2.Components.Schemas.BackupProjectBackupRestorePathRequest;
7340
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
7341
- type Query = {};
7342
- }
7343
- namespace Responses {
7344
- namespace $204 {
7345
- namespace Content {
7346
- type Empty = unknown;
7347
- }
7348
- }
7349
- namespace $400 {
7350
- namespace Content {
7351
- interface ApplicationJson {
7352
- [k: string]: unknown;
7353
- }
7354
- }
7355
- }
7356
- namespace $403 {
7357
- namespace Content {
7358
- interface ApplicationJson {
7359
- [k: string]: unknown;
7360
- }
7361
- }
7362
- }
7363
- namespace $404 {
7364
- namespace Content {
7365
- interface ApplicationJson {
7366
- [k: string]: unknown;
7367
- }
7368
- }
7369
- }
7370
- namespace $429 {
7371
- namespace Content {
7372
- interface ApplicationJson {
7373
- [k: string]: unknown;
7374
- }
7375
- }
7376
- }
7377
- namespace Default {
7378
- namespace Content {
7379
- interface ApplicationJson {
7380
- [k: string]: unknown;
7381
- }
7382
- }
7383
- }
7384
- }
7385
- }
7386
- }
7387
7224
  namespace V2ProjectBackupsProjectBackupIdDescription {
7388
7225
  namespace Patch {
7389
7226
  namespace Parameters {
@@ -11780,6 +11617,7 @@ export declare namespace MittwaldAPIV2 {
11780
11617
  }
11781
11618
  }
11782
11619
  }
11620
+ namespace V2CustomerCustomerIdInvites { }
11783
11621
  namespace V2CustomersCustomerIdInvites {
11784
11622
  namespace Get {
11785
11623
  namespace Parameters {
@@ -14080,6 +13918,7 @@ export declare namespace MittwaldAPIV2 {
14080
13918
  }
14081
13919
  namespace V2AppinstallationsAppInstallationIdDatabases { }
14082
13920
  namespace V2ContractsContractIdItemsContractItemIdNextTerminationDates { }
13921
+ namespace V2CustomerCustomerIdActionsLeave { }
14083
13922
  namespace V2CustomersCustomerIdActionsLeave { }
14084
13923
  namespace V2DnsZonesZoneIdRecordsetAcombinedCustom { }
14085
13924
  namespace V2DnsZonesZoneIdRecordsetAcombinedManagedIngress { }
@@ -14308,6 +14147,7 @@ export declare namespace MittwaldAPIV2 {
14308
14147
  namespace V2MailaddressesIdAddress { }
14309
14148
  namespace V2ProjectsProjectIdMailsettingsBlacklist { }
14310
14149
  namespace V2ProjectsProjectIdMailsettingsWhitelist { }
14150
+ namespace V2MailaddressesMailAddressIdAutoResponder { }
14311
14151
  namespace V2MailAddressesMailAddressIdAutoresponder {
14312
14152
  namespace Patch {
14313
14153
  namespace Parameters {
@@ -14383,7 +14223,9 @@ export declare namespace MittwaldAPIV2 {
14383
14223
  }
14384
14224
  }
14385
14225
  }
14226
+ namespace V2MailaddressesMailAddressIdCatchAll { }
14386
14227
  namespace V2MailAddressesMailAddressIdCatchall { }
14228
+ namespace V2MailaddressesMailAddressIdForwardaddresses { }
14387
14229
  namespace V2MailAddressesMailAddressIdForwardAddresses {
14388
14230
  namespace Patch {
14389
14231
  namespace Parameters {
@@ -14454,6 +14296,7 @@ export declare namespace MittwaldAPIV2 {
14454
14296
  }
14455
14297
  }
14456
14298
  }
14299
+ namespace V2MailaddressesMailAddressIdPassword { }
14457
14300
  namespace V2MailAddressesMailAddressIdPassword {
14458
14301
  namespace Patch {
14459
14302
  namespace Parameters {
@@ -14524,6 +14367,7 @@ export declare namespace MittwaldAPIV2 {
14524
14367
  }
14525
14368
  }
14526
14369
  }
14370
+ namespace V2MailaddressesMailAddressIdQuota { }
14527
14371
  namespace V2MailAddressesMailAddressIdQuota {
14528
14372
  namespace Patch {
14529
14373
  namespace Parameters {
@@ -14597,6 +14441,7 @@ export declare namespace MittwaldAPIV2 {
14597
14441
  }
14598
14442
  }
14599
14443
  }
14444
+ namespace V2MailaddressesMailAddressIdSpamprotection { }
14600
14445
  namespace V2MailAddressesMailAddressIdSpamProtection {
14601
14446
  namespace Patch {
14602
14447
  namespace Parameters {
@@ -14725,6 +14570,7 @@ export declare namespace MittwaldAPIV2 {
14725
14570
  namespace V2SignupTokenApiApiTokenId { }
14726
14571
  namespace V2SignupSshSshKeyId { }
14727
14572
  namespace V2SignupMfa { }
14573
+ namespace V2SignupProfile { }
14728
14574
  namespace V2UsersSelfPersonalInformation {
14729
14575
  namespace Put {
14730
14576
  namespace Parameters {
@@ -14776,8 +14622,8 @@ export declare namespace MittwaldAPIV2 {
14776
14622
  namespace V2User { }
14777
14623
  namespace V2SignupSessions { }
14778
14624
  namespace V2SignupSessionsTokenId { }
14779
- namespace V2SignupProfile { }
14780
14625
  namespace V2SignupEmailVerify { }
14626
+ namespace V2DnsZones { }
14781
14627
  namespace V2DnsZones {
14782
14628
  namespace Post {
14783
14629
  namespace Parameters {
@@ -14821,6 +14667,7 @@ export declare namespace MittwaldAPIV2 {
14821
14667
  }
14822
14668
  }
14823
14669
  }
14670
+ namespace V2DnsZonesDnsZoneId { }
14824
14671
  namespace V2DnsZonesDnsZoneId {
14825
14672
  namespace Get {
14826
14673
  namespace Parameters {
@@ -14936,6 +14783,7 @@ export declare namespace MittwaldAPIV2 {
14936
14783
  }
14937
14784
  }
14938
14785
  }
14786
+ namespace V2ProjectsProjectIdDnsZones { }
14939
14787
  namespace V2ProjectsProjectIdDnsZones {
14940
14788
  namespace Get {
14941
14789
  namespace Parameters {
@@ -15074,6 +14922,7 @@ export declare namespace MittwaldAPIV2 {
15074
14922
  }
15075
14923
  }
15076
14924
  }
14925
+ namespace V2DomainsDomainIdDeclarations { }
15077
14926
  namespace V2DomainsDomainIdDeclaration {
15078
14927
  namespace Delete {
15079
14928
  namespace Parameters {
@@ -15206,6 +15055,7 @@ export declare namespace MittwaldAPIV2 {
15206
15055
  }
15207
15056
  }
15208
15057
  }
15058
+ namespace V2DomainsDomainIdActionsCreateAuthcode { }
15209
15059
  namespace V2DomainsDomainIdActionsAuthCode {
15210
15060
  namespace Post {
15211
15061
  namespace Parameters {
@@ -15438,6 +15288,7 @@ export declare namespace MittwaldAPIV2 {
15438
15288
  }
15439
15289
  }
15440
15290
  }
15291
+ namespace V2DomainsSupportedTlds { }
15441
15292
  namespace V2DomainTlds {
15442
15293
  namespace Get {
15443
15294
  namespace Parameters {
@@ -15569,6 +15420,7 @@ export declare namespace MittwaldAPIV2 {
15569
15420
  }
15570
15421
  }
15571
15422
  }
15423
+ namespace V2DomainsDomainIdAuthcode { }
15572
15424
  namespace V2DomainsDomainIdAuthCode {
15573
15425
  namespace Patch {
15574
15426
  namespace Parameters {
@@ -17033,6 +16885,7 @@ export declare namespace MittwaldAPIV2 {
17033
16885
  }
17034
16886
  }
17035
16887
  }
16888
+ namespace V2WebhookPublicKeysSerial { }
17036
16889
  namespace V2PublicKeysSerial {
17037
16890
  namespace Get {
17038
16891
  namespace Parameters {
@@ -18834,6 +18687,8 @@ export declare namespace MittwaldAPIV2 {
18834
18687
  }
18835
18688
  }
18836
18689
  }
18690
+ namespace ExperimentalV2CustomersCustomerIdLeadFyndrProfileRequest { }
18691
+ namespace V2ExperimentalCustomersCustomerIdLeadFyndrProfileRequest { }
18837
18692
  namespace V2CustomersCustomerIdLeadFyndrProfileRequest {
18838
18693
  namespace Get {
18839
18694
  namespace Parameters {
@@ -18950,6 +18805,8 @@ export declare namespace MittwaldAPIV2 {
18950
18805
  }
18951
18806
  }
18952
18807
  }
18808
+ namespace ExperimentalV2CustomersCustomerIdUnlockedLeadsExport { }
18809
+ namespace V2ExperimentalCustomersCustomerIdUnlockedLeadsExport { }
18953
18810
  namespace V2CustomersCustomerIdUnlockedLeadsExport {
18954
18811
  namespace Post {
18955
18812
  namespace Parameters {
@@ -19030,6 +18887,8 @@ export declare namespace MittwaldAPIV2 {
19030
18887
  }
19031
18888
  }
19032
18889
  }
18890
+ namespace ExperimentalV2Cities { }
18891
+ namespace V2ExperimentalCities { }
19033
18892
  namespace V2Cities {
19034
18893
  namespace Get {
19035
18894
  namespace Parameters {
@@ -19083,6 +18942,8 @@ export declare namespace MittwaldAPIV2 {
19083
18942
  }
19084
18943
  }
19085
18944
  }
18945
+ namespace ExperimentalV2CustomersCustomerIdLeadFyndrProfileTariff { }
18946
+ namespace V2ExperimentalCustomersCustomerIdLeadFyndrProfileTariff { }
19086
18947
  namespace V2CustomersCustomerIdLeadFyndrProfileTariff {
19087
18948
  namespace Get {
19088
18949
  namespace Parameters {
@@ -19136,6 +18997,8 @@ export declare namespace MittwaldAPIV2 {
19136
18997
  }
19137
18998
  }
19138
18999
  }
19000
+ namespace ExperimentalV2CustomersCustomerIdLeadFyndrProfile { }
19001
+ namespace V2ExperimentalCustomersCustomerIdLeadFyndrProfile { }
19139
19002
  namespace V2CustomersCustomerIdLeadFyndrProfile {
19140
19003
  namespace Get {
19141
19004
  namespace Parameters {
@@ -19191,6 +19054,8 @@ export declare namespace MittwaldAPIV2 {
19191
19054
  }
19192
19055
  }
19193
19056
  }
19057
+ namespace ExperimentalV2CustomersCustomerIdLeadsLeadId { }
19058
+ namespace V2ExperimentalCustomersCustomerIdLeadsLeadId { }
19194
19059
  namespace V2CustomersCustomerIdLeadsLeadId {
19195
19060
  namespace Get {
19196
19061
  namespace Parameters {
@@ -19245,6 +19110,8 @@ export declare namespace MittwaldAPIV2 {
19245
19110
  }
19246
19111
  }
19247
19112
  }
19113
+ namespace ExperimentalV2CustomersCustomerIdUnlockedLeadsExports { }
19114
+ namespace V2ExperimentalCustomersCustomerIdUnlockedLeadsExports { }
19248
19115
  namespace V2CustomersCustomerIdUnlockedLeadsExports {
19249
19116
  namespace Get {
19250
19117
  namespace Parameters {
@@ -19304,6 +19171,8 @@ export declare namespace MittwaldAPIV2 {
19304
19171
  }
19305
19172
  }
19306
19173
  }
19174
+ namespace ExperimentalV2CustomersCustomerIdUnlockedLeadsLeadId { }
19175
+ namespace V2ExperimentalCustomersCustomerIdUnlockedLeadsLeadId { }
19307
19176
  namespace V2CustomersCustomerIdUnlockedLeadsLeadId {
19308
19177
  namespace Get {
19309
19178
  namespace Parameters {
@@ -19412,6 +19281,8 @@ export declare namespace MittwaldAPIV2 {
19412
19281
  }
19413
19282
  }
19414
19283
  }
19284
+ namespace ExperimentalV2CustomersCustomerIdLeads { }
19285
+ namespace V2ExperimentalCustomersCustomerIdLeads { }
19415
19286
  namespace V2CustomersCustomerIdLeads {
19416
19287
  namespace Get {
19417
19288
  namespace Parameters {
@@ -19475,6 +19346,8 @@ export declare namespace MittwaldAPIV2 {
19475
19346
  }
19476
19347
  }
19477
19348
  }
19349
+ namespace ExperimentalV2CustomersCustomerIdUnlockedLeads { }
19350
+ namespace V2ExperimentalCustomersCustomerIdUnlockedLeads { }
19478
19351
  namespace V2CustomersCustomerIdUnlockedLeads {
19479
19352
  namespace Get {
19480
19353
  namespace Parameters {
@@ -19553,6 +19426,8 @@ export declare namespace MittwaldAPIV2 {
19553
19426
  }
19554
19427
  }
19555
19428
  }
19429
+ namespace ExperimentalV2CustomersCustomerIdUnlockedLeadsLeadIdReservation { }
19430
+ namespace V2ExperimentalCustomersCustomerIdUnlockedLeadsLeadIdReservation { }
19556
19431
  namespace V2CustomersCustomerIdUnlockedLeadsLeadIdReservation {
19557
19432
  namespace Post {
19558
19433
  namespace Parameters {
@@ -19677,6 +19552,7 @@ export declare namespace MittwaldAPIV2 {
19677
19552
  }
19678
19553
  }
19679
19554
  }
19555
+ namespace V2ProjectsProjectIdDeliveryboxes { }
19680
19556
  namespace V2ProjectsProjectIdDeliveryBoxes {
19681
19557
  namespace Get {
19682
19558
  namespace Parameters {
@@ -19820,6 +19696,7 @@ export declare namespace MittwaldAPIV2 {
19820
19696
  }
19821
19697
  }
19822
19698
  }
19699
+ namespace V2ProjectsProjectIdMailaddresses { }
19823
19700
  namespace V2ProjectsProjectIdMailAddresses {
19824
19701
  namespace Get {
19825
19702
  namespace Parameters {
@@ -19966,6 +19843,7 @@ export declare namespace MittwaldAPIV2 {
19966
19843
  }
19967
19844
  }
19968
19845
  }
19846
+ namespace V2DeliveryboxesDeliveryBoxId { }
19969
19847
  namespace V2DeliveryBoxesDeliveryBoxId {
19970
19848
  namespace Get {
19971
19849
  namespace Parameters {
@@ -20098,6 +19976,7 @@ export declare namespace MittwaldAPIV2 {
20098
19976
  }
20099
19977
  }
20100
19978
  }
19979
+ namespace V2MailaddressesMailAddressId { }
20101
19980
  namespace V2MailAddressesMailAddressId {
20102
19981
  namespace Get {
20103
19982
  namespace Parameters {
@@ -20357,6 +20236,7 @@ export declare namespace MittwaldAPIV2 {
20357
20236
  }
20358
20237
  }
20359
20238
  }
20239
+ namespace V2ProjectsProjectIdMailsettings { }
20360
20240
  namespace V2ProjectsProjectIdMailSettings {
20361
20241
  namespace Get {
20362
20242
  namespace Parameters {
@@ -20428,174 +20308,6 @@ export declare namespace MittwaldAPIV2 {
20428
20308
  }
20429
20309
  }
20430
20310
  }
20431
- namespace V2MailMigrationsActionsPossibilityCheck {
20432
- namespace Post {
20433
- namespace Parameters {
20434
- type Path = {};
20435
- interface RequestBody {
20436
- sourceLegacyProjectId: string;
20437
- targetProjectId: string;
20438
- }
20439
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken & MittwaldAPIV2.Components.SecuritySchemes.CommonsLegacyBearerAuthentication;
20440
- type Query = {};
20441
- }
20442
- namespace Responses {
20443
- namespace $200 {
20444
- namespace Content {
20445
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailmigrationCheckMigrationIsPossibleErrorResponse;
20446
- }
20447
- }
20448
- namespace $400 {
20449
- namespace Content {
20450
- interface ApplicationJson {
20451
- [k: string]: unknown;
20452
- }
20453
- }
20454
- }
20455
- namespace $429 {
20456
- namespace Content {
20457
- interface ApplicationJson {
20458
- [k: string]: unknown;
20459
- }
20460
- }
20461
- }
20462
- namespace Default {
20463
- namespace Content {
20464
- interface ApplicationJson {
20465
- [k: string]: unknown;
20466
- }
20467
- }
20468
- }
20469
- }
20470
- }
20471
- }
20472
- namespace V2MailMigrationsMigrationId {
20473
- namespace Get {
20474
- namespace Parameters {
20475
- type Path = {
20476
- migrationId: string;
20477
- };
20478
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
20479
- type Query = {};
20480
- }
20481
- namespace Responses {
20482
- namespace $200 {
20483
- namespace Content {
20484
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailmigrationMigration;
20485
- }
20486
- }
20487
- namespace $400 {
20488
- namespace Content {
20489
- interface ApplicationJson {
20490
- [k: string]: unknown;
20491
- }
20492
- }
20493
- }
20494
- namespace $429 {
20495
- namespace Content {
20496
- interface ApplicationJson {
20497
- [k: string]: unknown;
20498
- }
20499
- }
20500
- }
20501
- namespace Default {
20502
- namespace Content {
20503
- interface ApplicationJson {
20504
- [k: string]: unknown;
20505
- }
20506
- }
20507
- }
20508
- }
20509
- }
20510
- }
20511
- namespace V2MailMigrations {
20512
- namespace Get {
20513
- namespace Parameters {
20514
- type Path = {};
20515
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken & MittwaldAPIV2.Components.SecuritySchemes.CommonsLegacyBearerAuthentication;
20516
- type Query = {
20517
- pAccountName?: string;
20518
- projectId?: string;
20519
- };
20520
- }
20521
- namespace Responses {
20522
- namespace $200 {
20523
- namespace Content {
20524
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailmigrationMigration[];
20525
- }
20526
- }
20527
- namespace $400 {
20528
- namespace Content {
20529
- interface ApplicationJson {
20530
- [k: string]: unknown;
20531
- }
20532
- }
20533
- }
20534
- namespace $429 {
20535
- namespace Content {
20536
- interface ApplicationJson {
20537
- [k: string]: unknown;
20538
- }
20539
- }
20540
- }
20541
- namespace Default {
20542
- namespace Content {
20543
- interface ApplicationJson {
20544
- [k: string]: unknown;
20545
- }
20546
- }
20547
- }
20548
- }
20549
- }
20550
- }
20551
- namespace V2MailMigrationsActionsRequest {
20552
- namespace Post {
20553
- namespace Parameters {
20554
- type Path = {};
20555
- interface RequestBody {
20556
- sourceLegacyProjectId: string;
20557
- targetProjectId: string;
20558
- }
20559
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken & MittwaldAPIV2.Components.SecuritySchemes.CommonsLegacyBearerAuthentication;
20560
- type Query = {};
20561
- }
20562
- namespace Responses {
20563
- namespace $204 {
20564
- namespace Content {
20565
- type Empty = unknown;
20566
- }
20567
- }
20568
- namespace $400 {
20569
- namespace Content {
20570
- interface ApplicationJson {
20571
- [k: string]: unknown;
20572
- }
20573
- }
20574
- }
20575
- namespace $412 {
20576
- namespace Content {
20577
- interface ApplicationJson {
20578
- [k: string]: unknown;
20579
- }
20580
- }
20581
- }
20582
- namespace $429 {
20583
- namespace Content {
20584
- interface ApplicationJson {
20585
- [k: string]: unknown;
20586
- }
20587
- }
20588
- }
20589
- namespace Default {
20590
- namespace Content {
20591
- interface ApplicationJson {
20592
- [k: string]: unknown;
20593
- }
20594
- }
20595
- }
20596
- }
20597
- }
20598
- }
20599
20311
  namespace V2MailAddressesMailAddressIdBackupsBackupIdRecovery {
20600
20312
  namespace Post {
20601
20313
  namespace Parameters {
@@ -21209,6 +20921,7 @@ export declare namespace MittwaldAPIV2 {
21209
20921
  }
21210
20922
  }
21211
20923
  }
20924
+ namespace V2NotificationsUnreadCounts { }
21212
20925
  namespace V2NotificationUnreadCounts {
21213
20926
  namespace Get {
21214
20927
  namespace Parameters {
@@ -21716,6 +21429,7 @@ export declare namespace MittwaldAPIV2 {
21716
21429
  }
21717
21430
  }
21718
21431
  }
21432
+ namespace V2Pageinsights { }
21719
21433
  namespace V2PageInsights {
21720
21434
  namespace Get {
21721
21435
  namespace Parameters {
@@ -21831,6 +21545,7 @@ export declare namespace MittwaldAPIV2 {
21831
21545
  }
21832
21546
  }
21833
21547
  }
21548
+ namespace V2ProjectsProjectIdPageinsights { }
21834
21549
  namespace V2ProjectsProjectIdPageInsights {
21835
21550
  namespace Get {
21836
21551
  namespace Parameters {
@@ -22155,6 +21870,7 @@ export declare namespace MittwaldAPIV2 {
22155
21870
  }
22156
21871
  }
22157
21872
  }
21873
+ namespace V2ProjectProjectIdInvites { }
22158
21874
  namespace V2ProjectsProjectIdInvites {
22159
21875
  namespace Get {
22160
21876
  namespace Parameters {
@@ -22807,6 +22523,7 @@ export declare namespace MittwaldAPIV2 {
22807
22523
  }
22808
22524
  }
22809
22525
  }
22526
+ namespace V2ProjectsProjectIdFilesystemDirectories { }
22810
22527
  namespace V2ProjectsProjectIdFilesystemDirectories {
22811
22528
  namespace Get {
22812
22529
  namespace Parameters {
@@ -22874,6 +22591,7 @@ export declare namespace MittwaldAPIV2 {
22874
22591
  }
22875
22592
  }
22876
22593
  }
22594
+ namespace V2ProjectsProjectIdFilesystemUsagesDisk { }
22877
22595
  namespace V2ProjectsProjectIdFilesystemDiskUsage {
22878
22596
  namespace Get {
22879
22597
  namespace Parameters {
@@ -22936,6 +22654,7 @@ export declare namespace MittwaldAPIV2 {
22936
22654
  }
22937
22655
  }
22938
22656
  }
22657
+ namespace V2ProjectsProjectIdFilesystemFilesRaw { }
22939
22658
  namespace V2ProjectsProjectIdFilesystemFileContent {
22940
22659
  namespace Get {
22941
22660
  namespace Parameters {
@@ -23052,6 +22771,7 @@ export declare namespace MittwaldAPIV2 {
23052
22771
  }
23053
22772
  }
23054
22773
  }
22774
+ namespace V2ProjectsProjectIdFilesystemFiles { }
23055
22775
  namespace V2ProjectsProjectIdFilesystemFiles {
23056
22776
  namespace Get {
23057
22777
  namespace Parameters {
@@ -23935,6 +23655,53 @@ export declare namespace MittwaldAPIV2 {
23935
23655
  }
23936
23656
  }
23937
23657
  }
23658
+ namespace V2ServiceAccessKeyIdActionsAuthenticate { }
23659
+ namespace V2ServicesAccessKeyIdActionsAuthenticate {
23660
+ namespace Post {
23661
+ namespace Parameters {
23662
+ type Path = {
23663
+ accessKeyId: string;
23664
+ };
23665
+ interface RequestBody {
23666
+ secretAccessKey: string;
23667
+ }
23668
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23669
+ type Query = {};
23670
+ }
23671
+ namespace Responses {
23672
+ namespace $200 {
23673
+ namespace Content {
23674
+ interface ApplicationJson {
23675
+ accessToken: {
23676
+ id: string;
23677
+ jwtClaims: {
23678
+ exp: string;
23679
+ iat: string;
23680
+ iss: string;
23681
+ sub: string;
23682
+ };
23683
+ publicToken: string;
23684
+ };
23685
+ }
23686
+ }
23687
+ }
23688
+ namespace $429 {
23689
+ namespace Content {
23690
+ interface ApplicationJson {
23691
+ [k: string]: unknown;
23692
+ }
23693
+ }
23694
+ }
23695
+ namespace Default {
23696
+ namespace Content {
23697
+ interface ApplicationJson {
23698
+ [k: string]: unknown;
23699
+ }
23700
+ }
23701
+ }
23702
+ }
23703
+ }
23704
+ }
23938
23705
  namespace V2ProjectsProjectIdSftpUsers {
23939
23706
  namespace Get {
23940
23707
  namespace Parameters {
@@ -24177,6 +23944,7 @@ export declare namespace MittwaldAPIV2 {
24177
23944
  }
24178
23945
  }
24179
23946
  }
23947
+ namespace V2ProjectProjectIdSftpUsers { }
24180
23948
  namespace V2ProjectsProjectIdSshUsers {
24181
23949
  namespace Get {
24182
23950
  namespace Parameters {
@@ -24409,6 +24177,7 @@ export declare namespace MittwaldAPIV2 {
24409
24177
  }
24410
24178
  }
24411
24179
  }
24180
+ namespace V2SshusersSshUserId { }
24412
24181
  namespace V2CertificatesCertificateIdActionsCheckReplaceCertificate {
24413
24182
  namespace Post {
24414
24183
  namespace Parameters {
@@ -24779,62 +24548,6 @@ export declare namespace MittwaldAPIV2 {
24779
24548
  }
24780
24549
  }
24781
24550
  }
24782
- namespace V2CertificateRequestsCertificateRequestIdCertificate {
24783
- namespace Patch {
24784
- namespace Parameters {
24785
- type Path = {
24786
- certificateRequestId: string;
24787
- };
24788
- interface RequestBody {
24789
- certificate: string;
24790
- }
24791
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
24792
- type Query = {};
24793
- }
24794
- namespace Responses {
24795
- namespace $204 {
24796
- namespace Content {
24797
- type Empty = unknown;
24798
- }
24799
- }
24800
- namespace $400 {
24801
- namespace Content {
24802
- interface ApplicationJson {
24803
- [k: string]: unknown;
24804
- }
24805
- }
24806
- }
24807
- namespace $404 {
24808
- namespace Content {
24809
- interface ApplicationJson {
24810
- [k: string]: unknown;
24811
- }
24812
- }
24813
- }
24814
- namespace $412 {
24815
- namespace Content {
24816
- interface ApplicationJson {
24817
- [k: string]: unknown;
24818
- }
24819
- }
24820
- }
24821
- namespace $429 {
24822
- namespace Content {
24823
- interface ApplicationJson {
24824
- [k: string]: unknown;
24825
- }
24826
- }
24827
- }
24828
- namespace Default {
24829
- namespace Content {
24830
- interface ApplicationJson {
24831
- [k: string]: unknown;
24832
- }
24833
- }
24834
- }
24835
- }
24836
- }
24837
- }
24838
24551
  namespace V2ProjectsProjectIdStorageSpaceStatistics {
24839
24552
  namespace Get {
24840
24553
  namespace Parameters {
@@ -25146,6 +24859,7 @@ export declare namespace MittwaldAPIV2 {
25146
24859
  }
25147
24860
  }
25148
24861
  }
24862
+ namespace V2SignupAuthenticationMfa { }
25149
24863
  namespace V2AuthenticateMfa {
25150
24864
  namespace Post {
25151
24865
  namespace Parameters {
@@ -25215,6 +24929,7 @@ export declare namespace MittwaldAPIV2 {
25215
24929
  }
25216
24930
  }
25217
24931
  }
24932
+ namespace V2SignupAuthentication { }
25218
24933
  namespace V2Authenticate {
25219
24934
  namespace Post {
25220
24935
  namespace Parameters {
@@ -25260,7 +24975,9 @@ export declare namespace MittwaldAPIV2 {
25260
24975
  }
25261
24976
  namespace $400 {
25262
24977
  namespace Content {
25263
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors | MittwaldAPIV2.Components.Schemas.CommonsError;
24978
+ interface ApplicationJson {
24979
+ [k: string]: unknown;
24980
+ }
25264
24981
  }
25265
24982
  }
25266
24983
  namespace $401 {
@@ -25417,6 +25134,7 @@ export declare namespace MittwaldAPIV2 {
25417
25134
  }
25418
25135
  }
25419
25136
  }
25137
+ namespace V2SignupPassword { }
25420
25138
  namespace V2UsersSelfCredentialsPassword {
25421
25139
  namespace Put {
25422
25140
  namespace Parameters {
@@ -25484,6 +25202,7 @@ export declare namespace MittwaldAPIV2 {
25484
25202
  }
25485
25203
  }
25486
25204
  }
25205
+ namespace V2SignupTokenCheck { }
25487
25206
  namespace V2UsersSelfCredentialsToken {
25488
25207
  namespace Post {
25489
25208
  namespace Parameters {
@@ -25519,6 +25238,7 @@ export declare namespace MittwaldAPIV2 {
25519
25238
  }
25520
25239
  }
25521
25240
  }
25241
+ namespace V2SignupMfaConfirm { }
25522
25242
  namespace V2UsersSelfCredentialsMfa {
25523
25243
  namespace Get {
25524
25244
  namespace Parameters {
@@ -25772,6 +25492,7 @@ export declare namespace MittwaldAPIV2 {
25772
25492
  }
25773
25493
  }
25774
25494
  }
25495
+ namespace V2SignupTokenApi { }
25775
25496
  namespace V2UsersSelfApiTokens {
25776
25497
  namespace Get {
25777
25498
  namespace Parameters {
@@ -25923,6 +25644,7 @@ export declare namespace MittwaldAPIV2 {
25923
25644
  }
25924
25645
  }
25925
25646
  }
25647
+ namespace V2SignupSsh { }
25926
25648
  namespace V2UsersSelfSshKeys {
25927
25649
  namespace Get {
25928
25650
  namespace Parameters {
@@ -27045,6 +26767,7 @@ export declare namespace MittwaldAPIV2 {
27045
26767
  }
27046
26768
  }
27047
26769
  }
26770
+ namespace V2SignupRegistration { }
27048
26771
  namespace V2Register {
27049
26772
  namespace Post {
27050
26773
  namespace Parameters {
@@ -27248,6 +26971,9 @@ export declare namespace MittwaldAPIV2 {
27248
26971
  }
27249
26972
  }
27250
26973
  }
26974
+ namespace V2SignupMfaResetRecoverycodes { }
26975
+ namespace V2SignupSupportcode { }
26976
+ namespace V2SignupSupportcodes { }
27251
26977
  namespace V2UsersSelfCredentialsSupportCode {
27252
26978
  namespace Get {
27253
26979
  namespace Parameters {
@@ -27341,6 +27067,7 @@ export declare namespace MittwaldAPIV2 {
27341
27067
  }
27342
27068
  }
27343
27069
  }
27070
+ namespace V2UsersUserIdPhoneVerify { }
27344
27071
  namespace V2UsersUserIdActionsVerifyPhone {
27345
27072
  namespace Post {
27346
27073
  namespace Parameters {
@@ -27398,6 +27125,7 @@ export declare namespace MittwaldAPIV2 {
27398
27125
  }
27399
27126
  }
27400
27127
  }
27128
+ namespace V2SignupRegistrationVerification { }
27401
27129
  namespace V2VerifyRegistration {
27402
27130
  namespace Post {
27403
27131
  namespace Parameters {