@mittwald/api-client 0.0.0-development-64a6f01-20260504 → 0.0.0-development-e8f2771-20260612

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.
@@ -66,6 +66,10 @@ export declare namespace MittwaldAPIV2 {
66
66
  type RequestData = InferredRequestData<typeof descriptors.aiHostingProjectGetUsage>;
67
67
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingProjectGetUsage, TStatus>;
68
68
  }
69
+ namespace AiHostingProjectLinkContainer {
70
+ type RequestData = InferredRequestData<typeof descriptors.aiHostingProjectLinkContainer>;
71
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingProjectLinkContainer, TStatus>;
72
+ }
69
73
  namespace AppGetApp {
70
74
  type RequestData = InferredRequestData<typeof descriptors.appGetApp>;
71
75
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appGetApp, TStatus>;
@@ -210,9 +214,9 @@ export declare namespace MittwaldAPIV2 {
210
214
  type RequestData = InferredRequestData<typeof descriptors.backupDeleteProjectBackup>;
211
215
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupDeleteProjectBackup, TStatus>;
212
216
  }
213
- namespace BackupGetProjectBackupDatabaseDumpsV2Experimental {
214
- type RequestData = InferredRequestData<typeof descriptors.backupGetProjectBackupDatabaseDumpsV2Experimental>;
215
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupGetProjectBackupDatabaseDumpsV2Experimental, TStatus>;
217
+ namespace BackupGetProjectBackupDatabaseDumps {
218
+ type RequestData = InferredRequestData<typeof descriptors.backupGetProjectBackupDatabaseDumps>;
219
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupGetProjectBackupDatabaseDumps, TStatus>;
216
220
  }
217
221
  namespace BackupGetProjectBackupDirectories {
218
222
  type RequestData = InferredRequestData<typeof descriptors.backupGetProjectBackupDirectories>;
@@ -222,9 +226,9 @@ export declare namespace MittwaldAPIV2 {
222
226
  type RequestData = InferredRequestData<typeof descriptors.backupReplaceProjectBackupExpirationTime>;
223
227
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupReplaceProjectBackupExpirationTime, TStatus>;
224
228
  }
225
- namespace BackupRequestProjectBackupRestoreV2Experimental {
226
- type RequestData = InferredRequestData<typeof descriptors.backupRequestProjectBackupRestoreV2Experimental>;
227
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupRequestProjectBackupRestoreV2Experimental, TStatus>;
229
+ namespace BackupRequestProjectBackupRestore {
230
+ type RequestData = InferredRequestData<typeof descriptors.backupRequestProjectBackupRestore>;
231
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupRequestProjectBackupRestore, TStatus>;
228
232
  }
229
233
  namespace BackupUpdateProjectBackupDescription {
230
234
  type RequestData = InferredRequestData<typeof descriptors.backupUpdateProjectBackupDescription>;
@@ -722,6 +726,10 @@ export declare namespace MittwaldAPIV2 {
722
726
  type RequestData = InferredRequestData<typeof descriptors.databaseDeleteMysqlDatabase>;
723
727
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseDeleteMysqlDatabase, TStatus>;
724
728
  }
729
+ namespace DatabasePatchMysqlDatabase {
730
+ type RequestData = InferredRequestData<typeof descriptors.databasePatchMysqlDatabase>;
731
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databasePatchMysqlDatabase, TStatus>;
732
+ }
725
733
  namespace DatabaseGetMysqlUser {
726
734
  type RequestData = InferredRequestData<typeof descriptors.databaseGetMysqlUser>;
727
735
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseGetMysqlUser, TStatus>;
@@ -742,6 +750,10 @@ export declare namespace MittwaldAPIV2 {
742
750
  type RequestData = InferredRequestData<typeof descriptors.databaseDeleteRedisDatabase>;
743
751
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseDeleteRedisDatabase, TStatus>;
744
752
  }
753
+ namespace DatabasePatchRedisDatabase {
754
+ type RequestData = InferredRequestData<typeof descriptors.databasePatchRedisDatabase>;
755
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databasePatchRedisDatabase, TStatus>;
756
+ }
745
757
  namespace DatabaseDisableMysqlUser {
746
758
  type RequestData = InferredRequestData<typeof descriptors.databaseDisableMysqlUser>;
747
759
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseDisableMysqlUser, TStatus>;
@@ -894,10 +906,18 @@ export declare namespace MittwaldAPIV2 {
894
906
  type RequestData = InferredRequestData<typeof descriptors.domainDeleteDomain>;
895
907
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainDeleteDomain, TStatus>;
896
908
  }
909
+ namespace DomainGetContactVerification {
910
+ type RequestData = InferredRequestData<typeof descriptors.domainGetContactVerification>;
911
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetContactVerification, TStatus>;
912
+ }
897
913
  namespace DomainGetLatestScreenshot {
898
914
  type RequestData = InferredRequestData<typeof descriptors.domainGetLatestScreenshot>;
899
915
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetLatestScreenshot, TStatus>;
900
916
  }
917
+ namespace DomainListContactVerifications {
918
+ type RequestData = InferredRequestData<typeof descriptors.domainListContactVerifications>;
919
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListContactVerifications, TStatus>;
920
+ }
901
921
  namespace DomainListTldContactSchemas {
902
922
  type RequestData = InferredRequestData<typeof descriptors.domainListTldContactSchemas>;
903
923
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListTldContactSchemas, TStatus>;
@@ -910,13 +930,21 @@ export declare namespace MittwaldAPIV2 {
910
930
  type RequestData = InferredRequestData<typeof descriptors.domainMigrationCheckMigrationIsPossible>;
911
931
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainMigrationCheckMigrationIsPossible, TStatus>;
912
932
  }
913
- namespace DomainMigrationListMigrations {
914
- type RequestData = InferredRequestData<typeof descriptors.domainMigrationListMigrations>;
915
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainMigrationListMigrations, TStatus>;
933
+ namespace DomainMigrationListMigrationsByPAccount {
934
+ type RequestData = InferredRequestData<typeof descriptors.domainMigrationListMigrationsByPaccount>;
935
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainMigrationListMigrationsByPaccount, TStatus>;
936
+ }
937
+ namespace DomainMigrationListMigrationsByProjectId {
938
+ type RequestData = InferredRequestData<typeof descriptors.domainMigrationListMigrationsByProjectId>;
939
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainMigrationListMigrationsByProjectId, TStatus>;
916
940
  }
917
- namespace DomainMigrationRequestDomainMigration {
918
- type RequestData = InferredRequestData<typeof descriptors.domainMigrationRequestDomainMigration>;
919
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainMigrationRequestDomainMigration, TStatus>;
941
+ namespace DomainMigrationOrderDomainMigration {
942
+ type RequestData = InferredRequestData<typeof descriptors.domainMigrationOrderDomainMigration>;
943
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainMigrationOrderDomainMigration, TStatus>;
944
+ }
945
+ namespace DomainResendContactVerificationEmail {
946
+ type RequestData = InferredRequestData<typeof descriptors.domainResendContactVerificationEmail>;
947
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainResendContactVerificationEmail, TStatus>;
920
948
  }
921
949
  namespace DomainResendDomainEmail {
922
950
  type RequestData = InferredRequestData<typeof descriptors.domainResendDomainEmail>;
@@ -1066,6 +1094,10 @@ export declare namespace MittwaldAPIV2 {
1066
1094
  type RequestData = InferredRequestData<typeof descriptors.extensionInvalidateExtensionSecret>;
1067
1095
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionInvalidateExtensionSecret, TStatus>;
1068
1096
  }
1097
+ namespace ExtensionListAllExtensionInstanceWebhookExecutions {
1098
+ type RequestData = InferredRequestData<typeof descriptors.extensionListAllExtensionInstanceWebhookExecutions>;
1099
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionListAllExtensionInstanceWebhookExecutions, TStatus>;
1100
+ }
1069
1101
  namespace ExtensionListContributors {
1070
1102
  type RequestData = InferredRequestData<typeof descriptors.extensionListContributors>;
1071
1103
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionListContributors, TStatus>;
@@ -1698,10 +1730,6 @@ export declare namespace MittwaldAPIV2 {
1698
1730
  type RequestData = InferredRequestData<typeof descriptors.userChangePassword>;
1699
1731
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userChangePassword, TStatus>;
1700
1732
  }
1701
- namespace UserCheckToken {
1702
- type RequestData = InferredRequestData<typeof descriptors.userCheckToken>;
1703
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userCheckToken, TStatus>;
1704
- }
1705
1733
  namespace UserGetMfaStatus {
1706
1734
  type RequestData = InferredRequestData<typeof descriptors.userGetMfaStatus>;
1707
1735
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userGetMfaStatus, TStatus>;
@@ -1770,6 +1798,10 @@ export declare namespace MittwaldAPIV2 {
1770
1798
  type RequestData = InferredRequestData<typeof descriptors.userDeleteUser>;
1771
1799
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userDeleteUser, TStatus>;
1772
1800
  }
1801
+ namespace UserGetCurrentSessionStatus {
1802
+ type RequestData = InferredRequestData<typeof descriptors.userGetCurrentSessionStatus>;
1803
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userGetCurrentSessionStatus, TStatus>;
1804
+ }
1773
1805
  namespace UserGetPasswordUpdatedAt {
1774
1806
  type RequestData = InferredRequestData<typeof descriptors.userGetPasswordUpdatedAt>;
1775
1807
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userGetPasswordUpdatedAt, TStatus>;
@@ -1886,18 +1918,6 @@ export declare namespace MittwaldAPIV2 {
1886
1918
  type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
1887
1919
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
1888
1920
  }
1889
- namespace DomainGetContactVerification {
1890
- type RequestData = InferredRequestData<typeof descriptors.domainGetContactVerification>;
1891
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetContactVerification, TStatus>;
1892
- }
1893
- namespace DomainListContactVerifications {
1894
- type RequestData = InferredRequestData<typeof descriptors.domainListContactVerifications>;
1895
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListContactVerifications, TStatus>;
1896
- }
1897
- namespace DomainResendContactVerificationEmail {
1898
- type RequestData = InferredRequestData<typeof descriptors.domainResendContactVerificationEmail>;
1899
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainResendContactVerificationEmail, TStatus>;
1900
- }
1901
1921
  }
1902
1922
  namespace Components {
1903
1923
  namespace Schemas {
@@ -1912,9 +1932,22 @@ export declare namespace MittwaldAPIV2 {
1912
1932
  activeAt: string;
1913
1933
  displayName: string;
1914
1934
  docLink: string;
1935
+ label?: "lts" | "stable" | "experimental" | "legacy stable" | "preview";
1915
1936
  name: string;
1916
1937
  removalAt?: string;
1938
+ /**
1939
+ * This model was replaced by this value.
1940
+ */
1941
+ replacedBy?: string;
1942
+ /**
1943
+ * @deprecated
1944
+ * This Field is deprecated. You can use replacesModelNames.
1945
+ */
1917
1946
  replacesModelName?: string;
1947
+ /**
1948
+ * List of models which were replaced by this model.
1949
+ */
1950
+ replacesModelNames: string[];
1918
1951
  status: MittwaldAPIV2.Components.Schemas.AihostingDetailedModelStatus;
1919
1952
  termsOfServiceLink: string;
1920
1953
  tokenFactor: number;
@@ -1948,6 +1981,7 @@ export declare namespace MittwaldAPIV2 {
1948
1981
  interface AihostingModel {
1949
1982
  displayName: string;
1950
1983
  docLink: string;
1984
+ label?: "lts" | "stable" | "experimental" | "legacy stable" | "preview";
1951
1985
  name: string;
1952
1986
  termsOfServiceLink: string;
1953
1987
  tokenFactor: number;
@@ -1981,9 +2015,22 @@ export declare namespace MittwaldAPIV2 {
1981
2015
  activeAt: string;
1982
2016
  displayName: string;
1983
2017
  docLink: string;
2018
+ label?: "lts" | "stable" | "experimental" | "legacy stable" | "preview";
1984
2019
  name: string;
1985
2020
  removalAt?: string;
2021
+ /**
2022
+ * This model was replaced by this value.
2023
+ */
2024
+ replacedBy?: string;
2025
+ /**
2026
+ * @deprecated
2027
+ * This Field is deprecated. You can use replacesModelNames.
2028
+ */
1986
2029
  replacesModelName?: string;
2030
+ /**
2031
+ * List of models which were replaced by this model.
2032
+ */
2033
+ replacesModelNames: string[];
1987
2034
  status: MittwaldAPIV2.Components.Schemas.AihostingDetailedModelStatus;
1988
2035
  termsOfServiceLink: string;
1989
2036
  tokenFactor: number;
@@ -1999,6 +2046,7 @@ export declare namespace MittwaldAPIV2 {
1999
2046
  planLimit: number;
2000
2047
  used: number;
2001
2048
  }
2049
+ type AppAppInstallationSortOrder = "newestFirst" | "oldestFirst" | "sortByPhpVersionAsc" | "sortByPhpVersionDesc";
2002
2050
  /**
2003
2051
  * An Action is a string that describes a runtime concerning action which can be executed on an AppInstallation or an App can be capable of.
2004
2052
  */
@@ -2067,6 +2115,7 @@ export declare namespace MittwaldAPIV2 {
2067
2115
  deletionRequested?: boolean;
2068
2116
  description: string;
2069
2117
  disabled: boolean;
2118
+ hostname?: string;
2070
2119
  id: string;
2071
2120
  installationPath: string;
2072
2121
  /**
@@ -2078,6 +2127,10 @@ export declare namespace MittwaldAPIV2 {
2078
2127
  [k: string]: MittwaldAPIV2.Components.Schemas.AppLockPurpose;
2079
2128
  };
2080
2129
  phase: MittwaldAPIV2.Components.Schemas.AppPhase;
2130
+ ports?: {
2131
+ name?: string;
2132
+ port?: number;
2133
+ }[];
2081
2134
  projectDescription: string;
2082
2135
  projectId: string;
2083
2136
  screenshotId?: string;
@@ -2261,6 +2314,9 @@ export declare namespace MittwaldAPIV2 {
2261
2314
  interface AppVersionStatus {
2262
2315
  current?: string;
2263
2316
  desired: string;
2317
+ lastChangeBy?: string;
2318
+ lastChangedAt?: string;
2319
+ previous?: string;
2264
2320
  }
2265
2321
  type BackupBackupSortOrder = "oldestFirst" | "newestFirst";
2266
2322
  interface BackupBackupTemplate {
@@ -2805,7 +2861,7 @@ export declare namespace MittwaldAPIV2 {
2805
2861
  */
2806
2862
  volumes?: string[];
2807
2863
  }
2808
- type ContainerServiceStatus = "running" | "stopped" | "error" | "creating" | "starting";
2864
+ type ContainerServiceStatus = "running" | "stopped" | "error" | "creating" | "starting" | "stopping";
2809
2865
  interface ContainerSetRegistryCredentials {
2810
2866
  /**
2811
2867
  * Your registry password or access token.
@@ -2979,6 +3035,7 @@ export declare namespace MittwaldAPIV2 {
2979
3035
  value: number;
2980
3036
  }
2981
3037
  interface ContractTariffChange {
3038
+ isForced?: boolean;
2982
3039
  newArticles: MittwaldAPIV2.Components.Schemas.ContractArticle[];
2983
3040
  scheduledAtDate: string;
2984
3041
  scheduledByUserId?: string;
@@ -3146,6 +3203,10 @@ export declare namespace MittwaldAPIV2 {
3146
3203
  messageId: string;
3147
3204
  type: "SERVICE_REQUEST";
3148
3205
  }
3206
+ interface ConversationServiceRequestMailSendLimitIncreasePayload {
3207
+ mailAddressId: string;
3208
+ rateLimitId: string;
3209
+ }
3149
3210
  interface ConversationServiceRequestRelocationPayload {
3150
3211
  contact: {
3151
3212
  email: string;
@@ -3191,8 +3252,8 @@ export declare namespace MittwaldAPIV2 {
3191
3252
  userId: string;
3192
3253
  }
3193
3254
  type ConversationServiceRequest = MittwaldAPIV2.Components.Schemas.ConversationGenericServiceRequest & {
3194
- messageContent: "relocation" | "call";
3195
- meta: MittwaldAPIV2.Components.Schemas.ConversationServiceRequestRelocationPayload;
3255
+ messageContent: "relocation" | "call" | "mailSendLimitIncrease";
3256
+ meta: MittwaldAPIV2.Components.Schemas.ConversationServiceRequestRelocationPayload | MittwaldAPIV2.Components.Schemas.ConversationServiceRequestMailSendLimitIncreasePayload;
3196
3257
  };
3197
3258
  type ConversationShareableAggregateReference = {
3198
3259
  aggregate: "user";
@@ -3797,6 +3858,25 @@ export declare namespace MittwaldAPIV2 {
3797
3858
  interface DomainAuthCode2 {
3798
3859
  expires: string;
3799
3860
  }
3861
+ interface DomainContactVerificationAddressData {
3862
+ type: "address";
3863
+ value: string;
3864
+ }
3865
+ interface DomainContactVerificationEmailData {
3866
+ emailVerificationDeadline?: string;
3867
+ lastEmailSentDate?: string;
3868
+ type: "email";
3869
+ value: string;
3870
+ }
3871
+ interface DomainContactVerificationNameData {
3872
+ type: "name";
3873
+ value: string;
3874
+ }
3875
+ interface DomainContactVerification {
3876
+ id: string;
3877
+ status: MittwaldAPIV2.Components.Schemas.DomainContactVerificationStatus;
3878
+ typeData: MittwaldAPIV2.Components.Schemas.DomainContactVerificationAddressData | MittwaldAPIV2.Components.Schemas.DomainContactVerificationEmailData | MittwaldAPIV2.Components.Schemas.DomainContactVerificationNameData;
3879
+ }
3800
3880
  interface DomainCreateDomainHandleData {
3801
3881
  adminC?: MittwaldAPIV2.Components.Schemas.DomainHandleField[];
3802
3882
  ownerC: MittwaldAPIV2.Components.Schemas.DomainHandleField[];
@@ -3833,11 +3913,28 @@ export declare namespace MittwaldAPIV2 {
3833
3913
  desired?: MittwaldAPIV2.Components.Schemas.DomainHandleData;
3834
3914
  }
3835
3915
  interface DomainmigrationMigration {
3836
- domains: string[];
3837
- finished: boolean;
3916
+ createdAt?: string;
3917
+ domains: {
3918
+ coabData?: {
3919
+ dnsRecords?: MittwaldAPIV2.Components.Schemas.DomainmigrationDNSRecord[];
3920
+ handleData?: {
3921
+ handleFields?: {
3922
+ name: string;
3923
+ value: string;
3924
+ }[];
3925
+ handleRef?: string;
3926
+ };
3927
+ nameservers?: string[];
3928
+ subdomains?: MittwaldAPIV2.Components.Schemas.DomainmigrationSubdomain[];
3929
+ };
3930
+ domain: string;
3931
+ domainId: string;
3932
+ state: "pending" | "succeeded" | "failed";
3933
+ }[];
3934
+ finishedAt?: string;
3838
3935
  id: string;
3839
- sourceCoabProjectId: string;
3840
- targetNexusProjectId: string;
3936
+ pAccount: string;
3937
+ projectId: string;
3841
3938
  }
3842
3939
  interface DomainmigrationCheckMigrationResponse {
3843
3940
  allDomainsMigratable: boolean;
@@ -3846,6 +3943,7 @@ export declare namespace MittwaldAPIV2 {
3846
3943
  generallyPossible: boolean;
3847
3944
  }
3848
3945
  interface DomainmigrationDNSRecord {
3946
+ name?: string;
3849
3947
  ttl: number;
3850
3948
  type: MittwaldAPIV2.Components.Schemas.DomainmigrationDNSRecordType;
3851
3949
  value: string;
@@ -3911,6 +4009,8 @@ export declare namespace MittwaldAPIV2 {
3911
4009
  transferAuthentication: MittwaldAPIV2.Components.Schemas.DomainTransferAuthentication;
3912
4010
  }
3913
4011
  type DomainTransferAuthentication = "unspecified" | "code" | "email" | "push";
4012
+ type DomainContactVerificationStatus = "created" | "pending" | "completed" | "failed";
4013
+ type DomainContactVerificationType = "name" | "address" | "email";
3914
4014
  interface MarketplaceAggregateReference {
3915
4015
  aggregate: "project" | "customer";
3916
4016
  domain: "project" | "customer";
@@ -4126,9 +4226,11 @@ export declare namespace MittwaldAPIV2 {
4126
4226
  [k: string]: MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
4127
4227
  };
4128
4228
  id: string;
4229
+ nextScheduledWebhookExecution?: string;
4129
4230
  pendingInstallation: boolean;
4130
4231
  pendingRemoval: boolean;
4131
4232
  variantKey?: string;
4233
+ webhookExecutionHalted: boolean;
4132
4234
  }
4133
4235
  interface MarketplaceExtensionInstanceChargeability {
4134
4236
  isChargeable: boolean;
@@ -4149,6 +4251,16 @@ export declare namespace MittwaldAPIV2 {
4149
4251
  removalIsPending: boolean;
4150
4252
  webhooksAreHalted: boolean;
4151
4253
  }
4254
+ interface MarketplaceExtensionInstanceWebhookExecution {
4255
+ attempts: number;
4256
+ contributorId: string;
4257
+ extensionId: string;
4258
+ extensionInstanceId: string;
4259
+ id: string;
4260
+ kind: "extensionAddedToContext" | "instanceUpdated" | "secretRotated" | "instanceRemovedFromContext";
4261
+ nextScheduledExecution?: string;
4262
+ state: "running" | "queued" | "halted" | "failed" | "successful";
4263
+ }
4152
4264
  interface MarketplaceExtensionSecret {
4153
4265
  secretId: string;
4154
4266
  usableUntil?: string;
@@ -5446,6 +5558,24 @@ export declare namespace MittwaldAPIV2 {
5446
5558
  ram?: number;
5447
5559
  vcpu?: number;
5448
5560
  }
5561
+ interface OrderInternalProjectHostingOrder {
5562
+ articleId: string;
5563
+ customerId: string;
5564
+ description: string;
5565
+ diskspaceInGiB: number;
5566
+ promotionCode?: string;
5567
+ recommendationCode?: string;
5568
+ useFreeTrial?: boolean;
5569
+ }
5570
+ interface OrderInternalServerOrder {
5571
+ articleId: string;
5572
+ customerId: string;
5573
+ description: string;
5574
+ diskspaceInGiB: number;
5575
+ promotionCode?: string;
5576
+ recommendationCode?: string;
5577
+ useFreeTrial?: boolean;
5578
+ }
5449
5579
  interface OrderLeadFyndrOrderPreview {
5450
5580
  reservationLimit: number;
5451
5581
  unlockLimit: number;
@@ -5695,6 +5825,299 @@ export declare namespace MittwaldAPIV2 {
5695
5825
  template: MittwaldAPIV2.Components.Schemas.ArticleArticleTemplate;
5696
5826
  }
5697
5827
  type PolicyPolicy = string;
5828
+ interface ActivitylogAppInstallationCopyRequested {
5829
+ changes: {
5830
+ after?: {
5831
+ appId: string;
5832
+ sourceAppInstallationId: string;
5833
+ };
5834
+ before?: {
5835
+ appId?: string | null;
5836
+ sourceAppInstallationId?: string | null;
5837
+ };
5838
+ };
5839
+ name: "app.copy-requested";
5840
+ }
5841
+ interface ActivitylogAppInstallationDesiredSystemSoftwareSet {
5842
+ changes: {
5843
+ after?: {
5844
+ software: string;
5845
+ softwareVersion: string;
5846
+ updatePolicy: "UPDATE_POLICY_UNSPECIFIED" | "UPDATE_POLICY_NONE" | "UPDATE_POLICY_INHERITED_FROM_APP" | "UPDATE_POLICY_PATCH_LEVEL" | "UPDATE_POLICY_ALL";
5847
+ };
5848
+ before?: {
5849
+ software?: string;
5850
+ softwareVersion?: string;
5851
+ updatePolicy?: "UPDATE_POLICY_UNSPECIFIED" | "UPDATE_POLICY_NONE" | "UPDATE_POLICY_INHERITED_FROM_APP" | "UPDATE_POLICY_PATCH_LEVEL" | "UPDATE_POLICY_ALL";
5852
+ };
5853
+ };
5854
+ name: "app.systemsoftware-set" | "app.systemsoftware-deleted";
5855
+ parameters?: {
5856
+ software: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
5857
+ version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
5858
+ };
5859
+ }
5860
+ interface ActivitylogAppInstallationAppVersionSet {
5861
+ changes: {
5862
+ after?: {
5863
+ appId: string;
5864
+ appVersionId: string;
5865
+ };
5866
+ before?: {
5867
+ appId?: string | null;
5868
+ appVersionId?: string | null;
5869
+ };
5870
+ };
5871
+ name: "app.version-set";
5872
+ }
5873
+ interface ActivitylogDatabaseCreated {
5874
+ changes: {
5875
+ after?: {
5876
+ description: string;
5877
+ name: string;
5878
+ version: string;
5879
+ };
5880
+ before?: {
5881
+ description?: string | null;
5882
+ name?: string | null;
5883
+ version?: string | null;
5884
+ };
5885
+ };
5886
+ name: "database.mysql-created" | "database.redis-created";
5887
+ parameters: {
5888
+ name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
5889
+ version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
5890
+ };
5891
+ }
5892
+ interface ActivitylogDatabaseDeleted {
5893
+ changes: {};
5894
+ name: "database.mysql-deleted" | "database.redis-deleted";
5895
+ parameters: {
5896
+ name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
5897
+ };
5898
+ }
5899
+ interface ActivitylogDatabaseDescriptionSet {
5900
+ changes: {
5901
+ after?: {
5902
+ description: string;
5903
+ };
5904
+ before?: {
5905
+ description: string | null;
5906
+ };
5907
+ };
5908
+ name: "database.mysql-description-set" | "database.redis-description-set";
5909
+ parameters: {
5910
+ name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
5911
+ };
5912
+ }
5913
+ interface ActivitylogDatabaseMysqlNameSet {
5914
+ changes: {
5915
+ after?: {
5916
+ name: string;
5917
+ };
5918
+ before?: {
5919
+ name: string | null;
5920
+ };
5921
+ };
5922
+ name: "database.mysql-name-set";
5923
+ parameters: {
5924
+ name: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
5925
+ };
5926
+ }
5927
+ interface ActivitylogDatabaseMysqlUserCreated {
5928
+ changes: {
5929
+ after?: {
5930
+ description: string;
5931
+ externalAccess: boolean;
5932
+ name: string;
5933
+ permissions: {};
5934
+ };
5935
+ before?: {
5936
+ description?: string | null;
5937
+ externalAccess?: boolean | null;
5938
+ name?: string | null;
5939
+ permissions?: {} | null;
5940
+ };
5941
+ };
5942
+ name: "database.mysql-user-created";
5943
+ parameters: {
5944
+ databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
5945
+ name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
5946
+ };
5947
+ }
5948
+ interface ActivitylogDatabaseMysqlUserDeleted {
5949
+ changes: {};
5950
+ name: "database.mysql-user-deleted";
5951
+ parameters: {
5952
+ databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
5953
+ name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
5954
+ };
5955
+ }
5956
+ interface ActivitylogDatabaseMysqlUserUpdated {
5957
+ changes: {
5958
+ after?: {
5959
+ description: string;
5960
+ externalAccess: boolean;
5961
+ permissions: {};
5962
+ };
5963
+ before?: {
5964
+ description: string | null;
5965
+ externalAccess: boolean | null;
5966
+ permissions: {};
5967
+ };
5968
+ };
5969
+ name: "database.mysql-user-updated";
5970
+ parameters: {
5971
+ databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
5972
+ name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
5973
+ };
5974
+ }
5975
+ interface ActivitylogDatabaseVersionSet {
5976
+ changes: {
5977
+ after?: {
5978
+ version: string;
5979
+ };
5980
+ before?: {
5981
+ version: string;
5982
+ };
5983
+ };
5984
+ name: "database.mysql-version-set" | "database.redis-version-set";
5985
+ parameters: {
5986
+ name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
5987
+ version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
5988
+ };
5989
+ }
5990
+ interface ActivitylogDnsARecordSet {
5991
+ changes: {
5992
+ after?: {
5993
+ aRecords: string[];
5994
+ aaaaRecords: string[];
5995
+ };
5996
+ before?: {
5997
+ aRecords: string[];
5998
+ aaaaRecords: string[];
5999
+ };
6000
+ };
6001
+ name: "dns.a-record-set";
6002
+ parameters: {
6003
+ domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6004
+ };
6005
+ }
6006
+ interface ActivitylogDnsCaaRecordSet {
6007
+ changes: {
6008
+ after?: {
6009
+ caa: {}[];
6010
+ };
6011
+ before?: {
6012
+ caa: {}[];
6013
+ };
6014
+ };
6015
+ name: "dns.caa-record-set";
6016
+ parameters: {
6017
+ domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6018
+ };
6019
+ }
6020
+ interface ActivitylogDnsCnameRecordSet {
6021
+ changes: {
6022
+ after?: {
6023
+ cname: string;
6024
+ };
6025
+ before?: {
6026
+ cname: string;
6027
+ };
6028
+ };
6029
+ name: "dns.cname-record-set";
6030
+ parameters: {
6031
+ domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6032
+ };
6033
+ }
6034
+ interface ActivitylogDnsMxRecordSet {
6035
+ changes: {
6036
+ after?: {
6037
+ mx: {}[];
6038
+ };
6039
+ before?: {
6040
+ mx: {}[];
6041
+ };
6042
+ };
6043
+ name: "dns.mx-record-set";
6044
+ parameters: {
6045
+ domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6046
+ };
6047
+ }
6048
+ interface ActivitylogDnsSrvRecordSet {
6049
+ changes: {
6050
+ after?: {
6051
+ srv: {}[];
6052
+ };
6053
+ before?: {
6054
+ srv: {}[];
6055
+ };
6056
+ };
6057
+ name: "dns.srv-record-set";
6058
+ parameters: {
6059
+ domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6060
+ };
6061
+ }
6062
+ interface ActivitylogDnsTxtRecordSet {
6063
+ changes: {
6064
+ after?: {
6065
+ txt: string[];
6066
+ };
6067
+ before?: {
6068
+ txt: string[];
6069
+ };
6070
+ };
6071
+ name: "dns.txt-record-set";
6072
+ parameters: {
6073
+ domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6074
+ };
6075
+ }
6076
+ interface ActivitylogDnsZoneCreated {
6077
+ changes: {
6078
+ after?: {
6079
+ domain: string;
6080
+ };
6081
+ before?: {
6082
+ domain: string | null;
6083
+ };
6084
+ };
6085
+ name: "dns.zone-created";
6086
+ parameters: {
6087
+ domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6088
+ };
6089
+ }
6090
+ interface ActivitylogDnsZoneDeleted {
6091
+ changes: {};
6092
+ name: "dns.zone-deleted";
6093
+ parameters: {
6094
+ domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6095
+ };
6096
+ }
6097
+ /**
6098
+ * Fallback when no matching action is found
6099
+ */
6100
+ interface ActivitylogGenericAction {
6101
+ changes: {
6102
+ [k: string]: {
6103
+ after?: {
6104
+ [k: string]: unknown;
6105
+ };
6106
+ before?: {
6107
+ [k: string]: unknown;
6108
+ };
6109
+ };
6110
+ };
6111
+ name: string;
6112
+ parameters: {
6113
+ [k: string]: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6114
+ };
6115
+ }
6116
+ interface ActivitylogAggregateReference {
6117
+ aggregate: string;
6118
+ domain: string;
6119
+ id: string;
6120
+ }
5698
6121
  interface ProjectAvatarRules {
5699
6122
  maxSizeInKB: number;
5700
6123
  mimeTypes: string[];
@@ -5748,11 +6171,32 @@ export declare namespace MittwaldAPIV2 {
5748
6171
  memory?: string;
5749
6172
  storage: string;
5750
6173
  }
6174
+ interface ActivitylogLinkedParameterProperty {
6175
+ aggregate: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
6176
+ name: string;
6177
+ }
6178
+ interface ActivitylogLogEntry {
6179
+ action: MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCnameRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsSrvRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCaaRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsTxtRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDescriptionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlNameSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationCopyRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationAppVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV2.Components.Schemas.ActivitylogGenericAction;
6180
+ aggregate: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
6181
+ dateTime: string;
6182
+ /**
6183
+ * Null or empty object. If set, the action was executed by an mittwald employee.
6184
+ */
6185
+ impersonator?: {};
6186
+ user?: {
6187
+ id: string;
6188
+ type: "user" | "extension";
6189
+ };
6190
+ }
5751
6191
  interface ProjectMachineType {
5752
6192
  cpu: string;
5753
6193
  memory: string;
5754
6194
  name: string;
5755
6195
  }
6196
+ interface ActivitylogParameterProperty {
6197
+ aggregate?: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
6198
+ name: string;
6199
+ }
5756
6200
  type ProjectDisableReason = "maliciousCode" | "illegalContent" | "maliciousConduct" | "suspended";
5757
6201
  type ProjectProjectFeature = "redis" | "node" | "container";
5758
6202
  type ProjectProjectStatus = "pending" | "ready" | "preparingForVolumeMigration" | "migratingVolume" | "error" | "disabled";
@@ -6173,6 +6617,7 @@ export declare namespace MittwaldAPIV2 {
6173
6617
  }
6174
6618
  interface UserCustomerMembership {
6175
6619
  expiresAt?: string;
6620
+ id: string;
6176
6621
  memberSince: string;
6177
6622
  role: "owner" | "member" | "accountant";
6178
6623
  }
@@ -6185,9 +6630,10 @@ export declare namespace MittwaldAPIV2 {
6185
6630
  }
6186
6631
  interface UserProjectMembership {
6187
6632
  expiresAt?: string;
6633
+ id?: string;
6188
6634
  inherited: boolean;
6189
6635
  memberSince: string;
6190
- role: "owner" | "emailadmin" | "external";
6636
+ role: "owner" | "emailadmin" | "external" | "id";
6191
6637
  }
6192
6638
  interface UserUser {
6193
6639
  avatarRef?: string;
@@ -6311,27 +6757,6 @@ export declare namespace MittwaldAPIV2 {
6311
6757
  }
6312
6758
  type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
6313
6759
  type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
6314
- interface DomainContactVerification {
6315
- id: string;
6316
- status: MittwaldAPIV2.Components.Schemas.DomainContactVerificationStatus;
6317
- typeData: MittwaldAPIV2.Components.Schemas.DomainContactVerificationAddressData | MittwaldAPIV2.Components.Schemas.DomainContactVerificationEmailData | MittwaldAPIV2.Components.Schemas.DomainContactVerificationNameData;
6318
- }
6319
- interface DomainContactVerificationAddressData {
6320
- type: "address";
6321
- value: string;
6322
- }
6323
- interface DomainContactVerificationEmailData {
6324
- emailVerificationDeadline?: string;
6325
- lastEmailSentDate?: string;
6326
- type: "email";
6327
- value: string;
6328
- }
6329
- interface DomainContactVerificationNameData {
6330
- type: "name";
6331
- value: string;
6332
- }
6333
- type DomainContactVerificationStatus = "created" | "pending" | "completed" | "failed";
6334
- type DomainContactVerificationType = "name" | "address" | "email";
6335
6760
  interface CommonsAddress {
6336
6761
  street: string;
6337
6762
  houseNumber: string;
@@ -7458,14 +7883,80 @@ export declare namespace MittwaldAPIV2 {
7458
7883
  }
7459
7884
  }
7460
7885
  }
7461
- namespace V2AppsAppId {
7462
- namespace Get {
7886
+ namespace V2ProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer {
7887
+ namespace Post {
7463
7888
  namespace Parameters {
7464
7889
  type Path = {
7465
- appId: string;
7890
+ projectId: string;
7891
+ keyId: string;
7466
7892
  };
7467
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
7468
- type Query = {};
7893
+ interface RequestBody {
7894
+ containerId: string;
7895
+ ingressId: string;
7896
+ stackId: string;
7897
+ }
7898
+ type Header = {};
7899
+ type Query = {};
7900
+ }
7901
+ namespace Responses {
7902
+ namespace $204 {
7903
+ namespace Content {
7904
+ type Empty = unknown;
7905
+ }
7906
+ }
7907
+ namespace $400 {
7908
+ namespace Content {
7909
+ interface ApplicationJson {
7910
+ [k: string]: unknown;
7911
+ }
7912
+ }
7913
+ }
7914
+ namespace $403 {
7915
+ namespace Content {
7916
+ interface ApplicationJson {
7917
+ [k: string]: unknown;
7918
+ }
7919
+ }
7920
+ }
7921
+ namespace $404 {
7922
+ namespace Content {
7923
+ interface ApplicationJson {
7924
+ [k: string]: unknown;
7925
+ }
7926
+ }
7927
+ }
7928
+ namespace $412 {
7929
+ namespace Content {
7930
+ interface ApplicationJson {
7931
+ [k: string]: unknown;
7932
+ }
7933
+ }
7934
+ }
7935
+ namespace $429 {
7936
+ namespace Content {
7937
+ interface ApplicationJson {
7938
+ [k: string]: unknown;
7939
+ }
7940
+ }
7941
+ }
7942
+ namespace Default {
7943
+ namespace Content {
7944
+ interface ApplicationJson {
7945
+ [k: string]: unknown;
7946
+ }
7947
+ }
7948
+ }
7949
+ }
7950
+ }
7951
+ }
7952
+ namespace V2AppsAppId {
7953
+ namespace Get {
7954
+ namespace Parameters {
7955
+ type Path = {
7956
+ appId: string;
7957
+ };
7958
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
7959
+ type Query = {};
7469
7960
  }
7470
7961
  namespace Responses {
7471
7962
  namespace $200 {
@@ -7895,6 +8386,7 @@ export declare namespace MittwaldAPIV2 {
7895
8386
  type Query = {
7896
8387
  appIds?: string[];
7897
8388
  searchTerm?: string;
8389
+ sortOrder?: MittwaldAPIV2.Components.Schemas.AppAppInstallationSortOrder;
7898
8390
  limit?: number;
7899
8391
  skip?: number;
7900
8392
  page?: number;
@@ -7933,6 +8425,7 @@ export declare namespace MittwaldAPIV2 {
7933
8425
  type Query = {
7934
8426
  appIds?: string[];
7935
8427
  searchTerm?: string;
8428
+ sortOrder?: MittwaldAPIV2.Components.Schemas.AppAppInstallationSortOrder;
7936
8429
  limit?: number;
7937
8430
  skip?: number;
7938
8431
  page?: number;
@@ -8257,6 +8750,7 @@ export declare namespace MittwaldAPIV2 {
8257
8750
  };
8258
8751
  interface RequestBody {
8259
8752
  description: string;
8753
+ domain?: string;
8260
8754
  installationPath?: string;
8261
8755
  targetProjectId?: string;
8262
8756
  }
@@ -8649,11 +9143,11 @@ export declare namespace MittwaldAPIV2 {
8649
9143
  */
8650
9144
  description?: string;
8651
9145
  /**
8652
- * Execution schedule in crontab notation.
9146
+ * Execution schedule in crontab notation. The backup interval must not be more frequent than hourly.
8653
9147
  */
8654
9148
  schedule: string;
8655
9149
  /**
8656
- * TTL of the BackupSchedule as time string.
9150
+ * TTL of the BackupSchedule as a duration string. Must be at least 7d and no more than 365d.
8657
9151
  */
8658
9152
  ttl: string;
8659
9153
  }
@@ -8709,6 +9203,7 @@ export declare namespace MittwaldAPIV2 {
8709
9203
  withExportsOnly?: boolean;
8710
9204
  sortOrder?: MittwaldAPIV2.Components.Schemas.BackupBackupSortOrder;
8711
9205
  runningRestoresOnly?: boolean;
9206
+ runningBackupsOnly?: boolean;
8712
9207
  limit?: number;
8713
9208
  skip?: number;
8714
9209
  page?: number;
@@ -8747,7 +9242,7 @@ export declare namespace MittwaldAPIV2 {
8747
9242
  */
8748
9243
  description?: string;
8749
9244
  /**
8750
- * Time when to expire the Backup.
9245
+ * Time when to expire the Backup. Must be at least 7 days and no more than one year in the future.
8751
9246
  */
8752
9247
  expirationTime: string;
8753
9248
  }
@@ -8891,11 +9386,11 @@ export declare namespace MittwaldAPIV2 {
8891
9386
  */
8892
9387
  description?: string;
8893
9388
  /**
8894
- * Execution schedule in crontab notation. Note that the schedule of isSystemBackup true items must be daily once.
9389
+ * Execution schedule in crontab notation. Note that the schedule of isSystemBackup true items must be daily once. For all other schedules the interval must not be more frequent than hourly.
8895
9390
  */
8896
9391
  schedule?: string;
8897
9392
  /**
8898
- * TTL of the ProjectBackupSchedule as time string.
9393
+ * TTL of the BackupSchedule as a duration string. Must be at least 7d and no more than 365d.
8899
9394
  */
8900
9395
  ttl?: string;
8901
9396
  }
@@ -9168,7 +9663,7 @@ export declare namespace MittwaldAPIV2 {
9168
9663
  };
9169
9664
  interface RequestBody {
9170
9665
  /**
9171
- * Time when to expire the Backup.
9666
+ * Time when to expire the Backup. Must be no more than one year in the future.
9172
9667
  */
9173
9668
  expirationTime?: string;
9174
9669
  }
@@ -12326,7 +12821,9 @@ export declare namespace MittwaldAPIV2 {
12326
12821
  }
12327
12822
  namespace $412 {
12328
12823
  namespace Content {
12329
- type Empty = unknown;
12824
+ interface ApplicationJson {
12825
+ [k: string]: unknown;
12826
+ }
12330
12827
  }
12331
12828
  }
12332
12829
  namespace $429 {
@@ -13068,6 +13565,7 @@ export declare namespace MittwaldAPIV2 {
13068
13565
  interface RequestBody {
13069
13566
  categoryId?: string;
13070
13567
  mainUserId?: string;
13568
+ messageContent?: string;
13071
13569
  notificationRoles?: MittwaldAPIV2.Components.Schemas.ConversationNotificationRole[];
13072
13570
  relatedTo?: MittwaldAPIV2.Components.Schemas.ConversationRelatedAggregateReference;
13073
13571
  sharedWith?: MittwaldAPIV2.Components.Schemas.ConversationShareableAggregateReference;
@@ -14281,6 +14779,7 @@ export declare namespace MittwaldAPIV2 {
14281
14779
  type Query = {
14282
14780
  limit?: number;
14283
14781
  skip?: number;
14782
+ searchTerm?: string;
14284
14783
  };
14285
14784
  }
14286
14785
  namespace Responses {
@@ -15215,6 +15714,7 @@ export declare namespace MittwaldAPIV2 {
15215
15714
  skip?: number;
15216
15715
  hasExpiry?: boolean;
15217
15716
  role?: MittwaldAPIV2.Components.Schemas.MembershipCustomerRoles;
15717
+ searchTerm?: string;
15218
15718
  };
15219
15719
  }
15220
15720
  namespace Responses {
@@ -15849,6 +16349,55 @@ export declare namespace MittwaldAPIV2 {
15849
16349
  }
15850
16350
  }
15851
16351
  }
16352
+ namespace Patch {
16353
+ namespace Parameters {
16354
+ type Path = {
16355
+ mysqlDatabaseId: string;
16356
+ };
16357
+ interface RequestBody {
16358
+ characterSettings?: MittwaldAPIV2.Components.Schemas.DatabaseCharacterSettings;
16359
+ description?: string;
16360
+ version?: string;
16361
+ }
16362
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
16363
+ type Query = {};
16364
+ }
16365
+ namespace Responses {
16366
+ namespace $204 {
16367
+ namespace Content {
16368
+ type Empty = unknown;
16369
+ }
16370
+ }
16371
+ namespace $400 {
16372
+ namespace Content {
16373
+ interface ApplicationJson {
16374
+ [k: string]: unknown;
16375
+ }
16376
+ }
16377
+ }
16378
+ namespace $404 {
16379
+ namespace Content {
16380
+ interface ApplicationJson {
16381
+ [k: string]: unknown;
16382
+ }
16383
+ }
16384
+ }
16385
+ namespace $429 {
16386
+ namespace Content {
16387
+ interface ApplicationJson {
16388
+ [k: string]: unknown;
16389
+ }
16390
+ }
16391
+ }
16392
+ namespace Default {
16393
+ namespace Content {
16394
+ interface ApplicationJson {
16395
+ [k: string]: unknown;
16396
+ }
16397
+ }
16398
+ }
16399
+ }
16400
+ }
15852
16401
  }
15853
16402
  namespace V2MysqlUsersMysqlUserId {
15854
16403
  namespace Get {
@@ -16100,6 +16649,55 @@ export declare namespace MittwaldAPIV2 {
16100
16649
  }
16101
16650
  }
16102
16651
  }
16652
+ namespace Patch {
16653
+ namespace Parameters {
16654
+ type Path = {
16655
+ redisDatabaseId: string;
16656
+ };
16657
+ interface RequestBody {
16658
+ configuration?: MittwaldAPIV2.Components.Schemas.DatabaseRedisDatabaseConfiguration;
16659
+ description?: string;
16660
+ version?: string;
16661
+ }
16662
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
16663
+ type Query = {};
16664
+ }
16665
+ namespace Responses {
16666
+ namespace $204 {
16667
+ namespace Content {
16668
+ type Empty = unknown;
16669
+ }
16670
+ }
16671
+ namespace $400 {
16672
+ namespace Content {
16673
+ interface ApplicationJson {
16674
+ [k: string]: unknown;
16675
+ }
16676
+ }
16677
+ }
16678
+ namespace $404 {
16679
+ namespace Content {
16680
+ interface ApplicationJson {
16681
+ [k: string]: unknown;
16682
+ }
16683
+ }
16684
+ }
16685
+ namespace $429 {
16686
+ namespace Content {
16687
+ interface ApplicationJson {
16688
+ [k: string]: unknown;
16689
+ }
16690
+ }
16691
+ }
16692
+ namespace Default {
16693
+ namespace Content {
16694
+ interface ApplicationJson {
16695
+ [k: string]: unknown;
16696
+ }
16697
+ }
16698
+ }
16699
+ }
16700
+ }
16103
16701
  }
16104
16702
  namespace V2MysqlUsersMysqlUserIdActionsDisable {
16105
16703
  namespace Post {
@@ -17340,6 +17938,7 @@ export declare namespace MittwaldAPIV2 {
17340
17938
  }
17341
17939
  namespace V2ProjectsProjectIdLeave { }
17342
17940
  namespace V2SignupEmail { }
17941
+ namespace V2UsersSelfCredentialsToken { }
17343
17942
  namespace V2SignupPasswordResetConfirm { }
17344
17943
  namespace V2UsersSelfIssues { }
17345
17944
  namespace V2SignupTokenApiApiTokenId { }
@@ -18081,6 +18680,52 @@ export declare namespace MittwaldAPIV2 {
18081
18680
  }
18082
18681
  }
18083
18682
  }
18683
+ namespace V2ContactVerificationsContactVerificationId {
18684
+ namespace Get {
18685
+ namespace Parameters {
18686
+ type Path = {
18687
+ contactVerificationId: string;
18688
+ };
18689
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
18690
+ type Query = {};
18691
+ }
18692
+ namespace Responses {
18693
+ namespace $200 {
18694
+ namespace Content {
18695
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainContactVerification;
18696
+ }
18697
+ }
18698
+ namespace $400 {
18699
+ namespace Content {
18700
+ interface ApplicationJson {
18701
+ [k: string]: unknown;
18702
+ }
18703
+ }
18704
+ }
18705
+ namespace $404 {
18706
+ namespace Content {
18707
+ interface ApplicationJson {
18708
+ [k: string]: unknown;
18709
+ }
18710
+ }
18711
+ }
18712
+ namespace $429 {
18713
+ namespace Content {
18714
+ interface ApplicationJson {
18715
+ [k: string]: unknown;
18716
+ }
18717
+ }
18718
+ }
18719
+ namespace Default {
18720
+ namespace Content {
18721
+ interface ApplicationJson {
18722
+ [k: string]: unknown;
18723
+ }
18724
+ }
18725
+ }
18726
+ }
18727
+ }
18728
+ }
18084
18729
  namespace V2DomainsLatestScreenshot {
18085
18730
  namespace Get {
18086
18731
  namespace Parameters {
@@ -18122,6 +18767,46 @@ export declare namespace MittwaldAPIV2 {
18122
18767
  }
18123
18768
  }
18124
18769
  }
18770
+ namespace V2ContactVerifications {
18771
+ namespace Get {
18772
+ namespace Parameters {
18773
+ type Path = {};
18774
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
18775
+ type Query = {
18776
+ value?: string;
18777
+ type?: MittwaldAPIV2.Components.Schemas.DomainContactVerificationType;
18778
+ };
18779
+ }
18780
+ namespace Responses {
18781
+ namespace $200 {
18782
+ namespace Content {
18783
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainContactVerification[];
18784
+ }
18785
+ }
18786
+ namespace $400 {
18787
+ namespace Content {
18788
+ interface ApplicationJson {
18789
+ [k: string]: unknown;
18790
+ }
18791
+ }
18792
+ }
18793
+ namespace $429 {
18794
+ namespace Content {
18795
+ interface ApplicationJson {
18796
+ [k: string]: unknown;
18797
+ }
18798
+ }
18799
+ }
18800
+ namespace Default {
18801
+ namespace Content {
18802
+ interface ApplicationJson {
18803
+ [k: string]: unknown;
18804
+ }
18805
+ }
18806
+ }
18807
+ }
18808
+ }
18809
+ }
18125
18810
  namespace V2DomainTldsTldContactSchemas {
18126
18811
  namespace Get {
18127
18812
  namespace Parameters {
@@ -18192,8 +18877,14 @@ export declare namespace MittwaldAPIV2 {
18192
18877
  namespace Parameters {
18193
18878
  type Path = {};
18194
18879
  interface RequestBody {
18195
- sourceLegacyProjectId: string;
18196
- targetProjectId: string;
18880
+ /**
18881
+ * Name of the pAccount in customer center to migrate domains from.
18882
+ */
18883
+ pAccount: string;
18884
+ /**
18885
+ * ID of the Project to migrate the domains into.
18886
+ */
18887
+ projectId: string;
18197
18888
  }
18198
18889
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken & MittwaldAPIV2.Components.SecuritySchemes.CommonsLegacyBearerAuthentication;
18199
18890
  type Query = {};
@@ -18228,14 +18919,53 @@ export declare namespace MittwaldAPIV2 {
18228
18919
  }
18229
18920
  }
18230
18921
  }
18231
- namespace V2DomainMigrations {
18922
+ namespace V2PAccountsPAccountDomainMigrations {
18232
18923
  namespace Get {
18233
18924
  namespace Parameters {
18234
- type Path = {};
18925
+ type Path = {
18926
+ pAccount: string;
18927
+ };
18235
18928
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsLegacyBearerAuthentication;
18236
- type Query = {
18237
- pAccountName: string;
18929
+ type Query = {};
18930
+ }
18931
+ namespace Responses {
18932
+ namespace $200 {
18933
+ namespace Content {
18934
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainmigrationMigration[];
18935
+ }
18936
+ }
18937
+ namespace $400 {
18938
+ namespace Content {
18939
+ interface ApplicationJson {
18940
+ [k: string]: unknown;
18941
+ }
18942
+ }
18943
+ }
18944
+ namespace $429 {
18945
+ namespace Content {
18946
+ interface ApplicationJson {
18947
+ [k: string]: unknown;
18948
+ }
18949
+ }
18950
+ }
18951
+ namespace Default {
18952
+ namespace Content {
18953
+ interface ApplicationJson {
18954
+ [k: string]: unknown;
18955
+ }
18956
+ }
18957
+ }
18958
+ }
18959
+ }
18960
+ }
18961
+ namespace V2ProjectsProjectIdDomainMigrations {
18962
+ namespace Get {
18963
+ namespace Parameters {
18964
+ type Path = {
18965
+ projectId: string;
18238
18966
  };
18967
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
18968
+ type Query = {};
18239
18969
  }
18240
18970
  namespace Responses {
18241
18971
  namespace $200 {
@@ -18267,14 +18997,20 @@ export declare namespace MittwaldAPIV2 {
18267
18997
  }
18268
18998
  }
18269
18999
  }
18270
- namespace V2DomainMigrationsActionsRequest {
19000
+ namespace V2DomainMigrations {
18271
19001
  namespace Post {
18272
19002
  namespace Parameters {
18273
19003
  type Path = {};
18274
19004
  interface RequestBody {
18275
19005
  domains: string[];
18276
- sourceLegacyProjectId: string;
18277
- targetProjectId: string;
19006
+ /**
19007
+ * Name of the pAccount in customer center to migrate domains from.
19008
+ */
19009
+ pAccount: string;
19010
+ /**
19011
+ * ID of the Project to migrate the domains into.
19012
+ */
19013
+ projectId: string;
18278
19014
  }
18279
19015
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken & MittwaldAPIV2.Components.SecuritySchemes.CommonsLegacyBearerAuthentication;
18280
19016
  type Query = {};
@@ -18316,6 +19052,52 @@ export declare namespace MittwaldAPIV2 {
18316
19052
  }
18317
19053
  }
18318
19054
  }
19055
+ namespace V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail {
19056
+ namespace Post {
19057
+ namespace Parameters {
19058
+ type Path = {
19059
+ contactVerificationId: string;
19060
+ };
19061
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
19062
+ type Query = {};
19063
+ }
19064
+ namespace Responses {
19065
+ namespace $204 {
19066
+ namespace Content {
19067
+ type Empty = unknown;
19068
+ }
19069
+ }
19070
+ namespace $400 {
19071
+ namespace Content {
19072
+ interface ApplicationJson {
19073
+ [k: string]: unknown;
19074
+ }
19075
+ }
19076
+ }
19077
+ namespace $412 {
19078
+ namespace Content {
19079
+ interface ApplicationJson {
19080
+ [k: string]: unknown;
19081
+ }
19082
+ }
19083
+ }
19084
+ namespace $429 {
19085
+ namespace Content {
19086
+ interface ApplicationJson {
19087
+ [k: string]: unknown;
19088
+ }
19089
+ }
19090
+ }
19091
+ namespace Default {
19092
+ namespace Content {
19093
+ interface ApplicationJson {
19094
+ [k: string]: unknown;
19095
+ }
19096
+ }
19097
+ }
19098
+ }
19099
+ }
19100
+ }
18319
19101
  namespace V2DomainsDomainIdActionsResendEmail {
18320
19102
  namespace Post {
18321
19103
  namespace Parameters {
@@ -20097,27 +20879,67 @@ export declare namespace MittwaldAPIV2 {
20097
20879
  type Empty = unknown;
20098
20880
  }
20099
20881
  }
20100
- namespace $400 {
20882
+ namespace $400 {
20883
+ namespace Content {
20884
+ interface ApplicationJson {
20885
+ [k: string]: unknown;
20886
+ }
20887
+ }
20888
+ }
20889
+ namespace $404 {
20890
+ namespace Content {
20891
+ interface ApplicationJson {
20892
+ [k: string]: unknown;
20893
+ }
20894
+ }
20895
+ }
20896
+ namespace $412 {
20101
20897
  namespace Content {
20102
20898
  interface ApplicationJson {
20103
20899
  [k: string]: unknown;
20104
20900
  }
20105
20901
  }
20106
20902
  }
20107
- namespace $404 {
20903
+ namespace $429 {
20108
20904
  namespace Content {
20109
20905
  interface ApplicationJson {
20110
20906
  [k: string]: unknown;
20111
20907
  }
20112
20908
  }
20113
20909
  }
20114
- namespace $412 {
20910
+ namespace Default {
20115
20911
  namespace Content {
20116
20912
  interface ApplicationJson {
20117
20913
  [k: string]: unknown;
20118
20914
  }
20119
20915
  }
20120
20916
  }
20917
+ }
20918
+ }
20919
+ }
20920
+ namespace V2ContributorsContributorIdWebhookExecutions {
20921
+ namespace Get {
20922
+ namespace Parameters {
20923
+ type Path = {
20924
+ contributorId: string;
20925
+ };
20926
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
20927
+ type Query = {
20928
+ extensionId?: string;
20929
+ extensionInstanceId?: string;
20930
+ limit?: number;
20931
+ skip?: number;
20932
+ page?: number;
20933
+ sort?: ("attempts" | "nextScheduledExecution")[];
20934
+ order?: ("asc" | "desc")[];
20935
+ };
20936
+ }
20937
+ namespace Responses {
20938
+ namespace $200 {
20939
+ namespace Content {
20940
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceWebhookExecution[];
20941
+ }
20942
+ }
20121
20943
  namespace $429 {
20122
20944
  namespace Content {
20123
20945
  interface ApplicationJson {
@@ -25319,6 +26141,7 @@ export declare namespace MittwaldAPIV2 {
25319
26141
  type Query = {
25320
26142
  limit?: number;
25321
26143
  skip?: number;
26144
+ searchTerm?: string;
25322
26145
  };
25323
26146
  }
25324
26147
  namespace Responses {
@@ -26420,6 +27243,7 @@ export declare namespace MittwaldAPIV2 {
26420
27243
  isInherited?: boolean;
26421
27244
  role?: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
26422
27245
  hasMfa?: boolean;
27246
+ searchTerm?: string;
26423
27247
  };
26424
27248
  }
26425
27249
  namespace Responses {
@@ -28217,7 +29041,9 @@ export declare namespace MittwaldAPIV2 {
28217
29041
  password: string;
28218
29042
  }
28219
29043
  type Header = {};
28220
- type Query = {};
29044
+ type Query = {
29045
+ cookieOnly?: boolean;
29046
+ };
28221
29047
  }
28222
29048
  namespace Responses {
28223
29049
  namespace $200 {
@@ -28238,6 +29064,11 @@ export declare namespace MittwaldAPIV2 {
28238
29064
  }
28239
29065
  }
28240
29066
  }
29067
+ namespace $204 {
29068
+ namespace Content {
29069
+ type Empty = unknown;
29070
+ }
29071
+ }
28241
29072
  namespace $400 {
28242
29073
  namespace Content {
28243
29074
  type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors;
@@ -28293,15 +29124,15 @@ export declare namespace MittwaldAPIV2 {
28293
29124
  /**
28294
29125
  * The expiration date of the token.
28295
29126
  */
28296
- expires?: string;
29127
+ expires: string;
28297
29128
  /**
28298
29129
  * Refresh token to refresh your access token even after it has expired.
28299
29130
  */
28300
- refreshToken?: string;
29131
+ refreshToken: string;
28301
29132
  /**
28302
29133
  * Public token to identify yourself against the api gateway.
28303
29134
  */
28304
- token?: string;
29135
+ token: string;
28305
29136
  }
28306
29137
  }
28307
29138
  }
@@ -28312,6 +29143,11 @@ export declare namespace MittwaldAPIV2 {
28312
29143
  }
28313
29144
  }
28314
29145
  }
29146
+ namespace $204 {
29147
+ namespace Content {
29148
+ type Empty = unknown;
29149
+ }
29150
+ }
28315
29151
  namespace $400 {
28316
29152
  namespace Content {
28317
29153
  type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors | MittwaldAPIV2.Components.Schemas.CommonsError;
@@ -28319,7 +29155,7 @@ export declare namespace MittwaldAPIV2 {
28319
29155
  }
28320
29156
  namespace $401 {
28321
29157
  namespace Content {
28322
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors;
29158
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors | MittwaldAPIV2.Components.Schemas.CommonsError;
28323
29159
  }
28324
29160
  }
28325
29161
  namespace $429 {
@@ -28542,41 +29378,6 @@ export declare namespace MittwaldAPIV2 {
28542
29378
  }
28543
29379
  }
28544
29380
  }
28545
- namespace V2UsersSelfCredentialsToken {
28546
- namespace Post {
28547
- namespace Parameters {
28548
- type Path = {};
28549
- interface RequestBody {
28550
- }
28551
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
28552
- type Query = {};
28553
- }
28554
- namespace Responses {
28555
- namespace $200 {
28556
- namespace Content {
28557
- interface ApplicationJson {
28558
- id: string;
28559
- publicToken: string;
28560
- }
28561
- }
28562
- }
28563
- namespace $429 {
28564
- namespace Content {
28565
- interface ApplicationJson {
28566
- [k: string]: unknown;
28567
- }
28568
- }
28569
- }
28570
- namespace Default {
28571
- namespace Content {
28572
- interface ApplicationJson {
28573
- [k: string]: unknown;
28574
- }
28575
- }
28576
- }
28577
- }
28578
- }
28579
- }
28580
29381
  namespace V2UsersSelfCredentialsMfa {
28581
29382
  namespace Get {
28582
29383
  namespace Parameters {
@@ -29342,6 +30143,53 @@ export declare namespace MittwaldAPIV2 {
29342
30143
  }
29343
30144
  }
29344
30145
  }
30146
+ namespace V2UsersSelfSessionsCurrentStatus {
30147
+ namespace Get {
30148
+ namespace Parameters {
30149
+ type Path = {};
30150
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
30151
+ type Query = {};
30152
+ }
30153
+ namespace Responses {
30154
+ namespace $200 {
30155
+ namespace Content {
30156
+ interface ApplicationJson {
30157
+ /**
30158
+ * Whether the executing user is an employee.
30159
+ */
30160
+ isEmployee: boolean;
30161
+ /**
30162
+ * Whether the current session is an impersonation.
30163
+ */
30164
+ isImpersonated: boolean;
30165
+ /**
30166
+ * The ID of the token currently in use.
30167
+ */
30168
+ tokenId: string;
30169
+ /**
30170
+ * ID of the executing user.
30171
+ */
30172
+ userId: string;
30173
+ }
30174
+ }
30175
+ }
30176
+ namespace $429 {
30177
+ namespace Content {
30178
+ interface ApplicationJson {
30179
+ [k: string]: unknown;
30180
+ }
30181
+ }
30182
+ }
30183
+ namespace Default {
30184
+ namespace Content {
30185
+ interface ApplicationJson {
30186
+ [k: string]: unknown;
30187
+ }
30188
+ }
30189
+ }
30190
+ }
30191
+ }
30192
+ }
29345
30193
  namespace V2UsersSelfCredentialsPasswordUpdatedAt {
29346
30194
  namespace Get {
29347
30195
  namespace Parameters {
@@ -30637,137 +31485,5 @@ export declare namespace MittwaldAPIV2 {
30637
31485
  }
30638
31486
  }
30639
31487
  }
30640
- namespace V2ContactVerificationsContactVerificationId {
30641
- namespace Get {
30642
- namespace Parameters {
30643
- type Path = {
30644
- contactVerificationId: string;
30645
- };
30646
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
30647
- type Query = {};
30648
- }
30649
- namespace Responses {
30650
- namespace $200 {
30651
- namespace Content {
30652
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainContactVerification;
30653
- }
30654
- }
30655
- namespace $400 {
30656
- namespace Content {
30657
- interface ApplicationJson {
30658
- [k: string]: unknown;
30659
- }
30660
- }
30661
- }
30662
- namespace $404 {
30663
- namespace Content {
30664
- interface ApplicationJson {
30665
- [k: string]: unknown;
30666
- }
30667
- }
30668
- }
30669
- namespace $429 {
30670
- namespace Content {
30671
- interface ApplicationJson {
30672
- [k: string]: unknown;
30673
- }
30674
- }
30675
- }
30676
- namespace Default {
30677
- namespace Content {
30678
- interface ApplicationJson {
30679
- [k: string]: unknown;
30680
- }
30681
- }
30682
- }
30683
- }
30684
- }
30685
- }
30686
- namespace V2ContactVerifications {
30687
- namespace Get {
30688
- namespace Parameters {
30689
- type Path = {};
30690
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
30691
- type Query = {
30692
- value?: string;
30693
- type?: MittwaldAPIV2.Components.Schemas.DomainContactVerificationType;
30694
- };
30695
- }
30696
- namespace Responses {
30697
- namespace $200 {
30698
- namespace Content {
30699
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainContactVerification[];
30700
- }
30701
- }
30702
- namespace $400 {
30703
- namespace Content {
30704
- interface ApplicationJson {
30705
- [k: string]: unknown;
30706
- }
30707
- }
30708
- }
30709
- namespace $429 {
30710
- namespace Content {
30711
- interface ApplicationJson {
30712
- [k: string]: unknown;
30713
- }
30714
- }
30715
- }
30716
- namespace Default {
30717
- namespace Content {
30718
- interface ApplicationJson {
30719
- [k: string]: unknown;
30720
- }
30721
- }
30722
- }
30723
- }
30724
- }
30725
- }
30726
- namespace V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail {
30727
- namespace Post {
30728
- namespace Parameters {
30729
- type Path = {
30730
- contactVerificationId: string;
30731
- };
30732
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
30733
- type Query = {};
30734
- }
30735
- namespace Responses {
30736
- namespace $204 {
30737
- namespace Content {
30738
- type Empty = unknown;
30739
- }
30740
- }
30741
- namespace $400 {
30742
- namespace Content {
30743
- interface ApplicationJson {
30744
- [k: string]: unknown;
30745
- }
30746
- }
30747
- }
30748
- namespace $412 {
30749
- namespace Content {
30750
- interface ApplicationJson {
30751
- [k: string]: unknown;
30752
- }
30753
- }
30754
- }
30755
- namespace $429 {
30756
- namespace Content {
30757
- interface ApplicationJson {
30758
- [k: string]: unknown;
30759
- }
30760
- }
30761
- }
30762
- namespace Default {
30763
- namespace Content {
30764
- interface ApplicationJson {
30765
- [k: string]: unknown;
30766
- }
30767
- }
30768
- }
30769
- }
30770
- }
30771
- }
30772
31488
  }
30773
31489
  }