@mittwald/api-client 4.429.1 → 4.431.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/generated/v2/client-react.js +2 -2
- package/dist/esm/generated/v2/client.js +4 -26
- package/dist/esm/generated/v2/descriptors.js +11 -77
- package/dist/esm/generated/v3-next/client-react.js +2 -2
- package/dist/esm/generated/v3-next/client.js +4 -26
- package/dist/esm/generated/v3-next/descriptors.js +11 -77
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +16 -16
- package/dist/types/generated/v2/client.d.ts +163 -851
- package/dist/types/generated/v2/descriptors.d.ts +5 -27
- package/dist/types/generated/v2/types.d.ts +151 -746
- package/dist/types/generated/v3-next/client-react.d.ts +16 -16
- package/dist/types/generated/v3-next/client.d.ts +163 -851
- package/dist/types/generated/v3-next/descriptors.d.ts +5 -27
- package/dist/types/generated/v3-next/types.d.ts +151 -745
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -106,10 +106,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
106
106
|
type RequestData = InferredRequestData<typeof descriptors.appGetSystemsoftwareversion>;
|
|
107
107
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appGetSystemsoftwareversion, TStatus>;
|
|
108
108
|
}
|
|
109
|
-
namespace AppLinkDatabase {
|
|
110
|
-
type RequestData = InferredRequestData<typeof descriptors.appLinkDatabase>;
|
|
111
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appLinkDatabase, TStatus>;
|
|
112
|
-
}
|
|
113
109
|
namespace AppListAppinstallationsForUser {
|
|
114
110
|
type RequestData = InferredRequestData<typeof descriptors.appListAppinstallationsForUser>;
|
|
115
111
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appListAppinstallationsForUser, TStatus>;
|
|
@@ -142,10 +138,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
142
138
|
type RequestData = InferredRequestData<typeof descriptors.appListUpdateCandidatesForAppversion>;
|
|
143
139
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appListUpdateCandidatesForAppversion, TStatus>;
|
|
144
140
|
}
|
|
145
|
-
namespace AppReplaceDatabase {
|
|
146
|
-
type RequestData = InferredRequestData<typeof descriptors.appReplaceDatabase>;
|
|
147
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appReplaceDatabase, TStatus>;
|
|
148
|
-
}
|
|
149
141
|
namespace AppRequestAppinstallationCopy {
|
|
150
142
|
type RequestData = InferredRequestData<typeof descriptors.appRequestAppinstallationCopy>;
|
|
151
143
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appRequestAppinstallationCopy, TStatus>;
|
|
@@ -154,10 +146,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
154
146
|
type RequestData = InferredRequestData<typeof descriptors.appRetrieveStatus>;
|
|
155
147
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appRetrieveStatus, TStatus>;
|
|
156
148
|
}
|
|
157
|
-
namespace AppSetDatabaseUsers {
|
|
158
|
-
type RequestData = InferredRequestData<typeof descriptors.appSetDatabaseUsers>;
|
|
159
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appSetDatabaseUsers, TStatus>;
|
|
160
|
-
}
|
|
161
149
|
namespace AppUnlinkDatabase {
|
|
162
150
|
type RequestData = InferredRequestData<typeof descriptors.appUnlinkDatabase>;
|
|
163
151
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appUnlinkDatabase, TStatus>;
|
|
@@ -226,17 +214,13 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
226
214
|
type RequestData = InferredRequestData<typeof descriptors.backupGetProjectBackupDirectories>;
|
|
227
215
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupGetProjectBackupDirectories, TStatus>;
|
|
228
216
|
}
|
|
229
|
-
namespace BackupReplaceProjectBackupExpirationTime {
|
|
230
|
-
type RequestData = InferredRequestData<typeof descriptors.backupReplaceProjectBackupExpirationTime>;
|
|
231
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupReplaceProjectBackupExpirationTime, TStatus>;
|
|
232
|
-
}
|
|
233
217
|
namespace BackupRequestProjectBackupRestore {
|
|
234
218
|
type RequestData = InferredRequestData<typeof descriptors.backupRequestProjectBackupRestore>;
|
|
235
219
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupRequestProjectBackupRestore, TStatus>;
|
|
236
220
|
}
|
|
237
|
-
namespace
|
|
238
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
239
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
221
|
+
namespace ContainerAddTemplateComponent {
|
|
222
|
+
type RequestData = InferredRequestData<typeof descriptors.containerAddTemplateComponent>;
|
|
223
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerAddTemplateComponent, TStatus>;
|
|
240
224
|
}
|
|
241
225
|
namespace ContainerCallPullImageWebhookForService {
|
|
242
226
|
type RequestData = InferredRequestData<typeof descriptors.containerCallPullImageWebhookForService>;
|
|
@@ -350,10 +334,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
350
334
|
type RequestData = InferredRequestData<typeof descriptors.containerRotatePullImageWebhookForService>;
|
|
351
335
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerRotatePullImageWebhookForService, TStatus>;
|
|
352
336
|
}
|
|
353
|
-
namespace ContainerSetStackUpdateSchedule {
|
|
354
|
-
type RequestData = InferredRequestData<typeof descriptors.containerSetStackUpdateSchedule>;
|
|
355
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerSetStackUpdateSchedule, TStatus>;
|
|
356
|
-
}
|
|
357
337
|
namespace ContainerStartService {
|
|
358
338
|
type RequestData = InferredRequestData<typeof descriptors.containerStartService>;
|
|
359
339
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerStartService, TStatus>;
|
|
@@ -386,6 +366,10 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
386
366
|
type RequestData = InferredRequestData<typeof descriptors.contractGetBaseItemOfContract>;
|
|
387
367
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetBaseItemOfContract, TStatus>;
|
|
388
368
|
}
|
|
369
|
+
namespace ContractGetDetailOfContractByAiHosting {
|
|
370
|
+
type RequestData = InferredRequestData<typeof descriptors.contractGetDetailOfContractByAiHosting>;
|
|
371
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetDetailOfContractByAiHosting, TStatus>;
|
|
372
|
+
}
|
|
389
373
|
namespace ContractGetDetailOfContractByCertificate {
|
|
390
374
|
type RequestData = InferredRequestData<typeof descriptors.contractGetDetailOfContractByCertificate>;
|
|
391
375
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetDetailOfContractByCertificate, TStatus>;
|
|
@@ -586,10 +570,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
586
570
|
type RequestData = InferredRequestData<typeof descriptors.cronjobGetExecution>;
|
|
587
571
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.cronjobGetExecution, TStatus>;
|
|
588
572
|
}
|
|
589
|
-
namespace CronjobReplaceCronjobAppInstallationId {
|
|
590
|
-
type RequestData = InferredRequestData<typeof descriptors.cronjobReplaceCronjobAppInstallationId>;
|
|
591
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.cronjobReplaceCronjobAppInstallationId, TStatus>;
|
|
592
|
-
}
|
|
593
573
|
namespace CustomerAcceptCustomerInvite {
|
|
594
574
|
type RequestData = InferredRequestData<typeof descriptors.customerAcceptCustomerInvite>;
|
|
595
575
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerAcceptCustomerInvite, TStatus>;
|
|
@@ -1566,14 +1546,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
1566
1546
|
type RequestData = InferredRequestData<typeof descriptors.projectResendProjectInviteMail>;
|
|
1567
1547
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectResendProjectInviteMail, TStatus>;
|
|
1568
1548
|
}
|
|
1569
|
-
namespace ProjectUpdateProjectDescription {
|
|
1570
|
-
type RequestData = InferredRequestData<typeof descriptors.projectUpdateProjectDescription>;
|
|
1571
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectUpdateProjectDescription, TStatus>;
|
|
1572
|
-
}
|
|
1573
|
-
namespace ProjectUpdateServerDescription {
|
|
1574
|
-
type RequestData = InferredRequestData<typeof descriptors.projectUpdateServerDescription>;
|
|
1575
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectUpdateServerDescription, TStatus>;
|
|
1576
|
-
}
|
|
1577
1549
|
namespace RelocationCreateLegacyTariffChange {
|
|
1578
1550
|
type RequestData = InferredRequestData<typeof descriptors.relocationCreateLegacyTariffChange>;
|
|
1579
1551
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.relocationCreateLegacyTariffChange, TStatus>;
|
|
@@ -1674,14 +1646,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
1674
1646
|
type RequestData = InferredRequestData<typeof descriptors.storagespaceUpdateServerStatistics>;
|
|
1675
1647
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.storagespaceUpdateServerStatistics, TStatus>;
|
|
1676
1648
|
}
|
|
1677
|
-
namespace StoragespaceReplaceProjectNotificationThreshold {
|
|
1678
|
-
type RequestData = InferredRequestData<typeof descriptors.storagespaceReplaceProjectNotificationThreshold>;
|
|
1679
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.storagespaceReplaceProjectNotificationThreshold, TStatus>;
|
|
1680
|
-
}
|
|
1681
|
-
namespace StoragespaceReplaceServerNotificationThreshold {
|
|
1682
|
-
type RequestData = InferredRequestData<typeof descriptors.storagespaceReplaceServerNotificationThreshold>;
|
|
1683
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.storagespaceReplaceServerNotificationThreshold, TStatus>;
|
|
1684
|
-
}
|
|
1685
1649
|
namespace UserAddPhoneNumber {
|
|
1686
1650
|
type RequestData = InferredRequestData<typeof descriptors.userAddPhoneNumber>;
|
|
1687
1651
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userAddPhoneNumber, TStatus>;
|
|
@@ -1902,14 +1866,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
1902
1866
|
type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
|
|
1903
1867
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
|
|
1904
1868
|
}
|
|
1905
|
-
namespace ContainerAddTemplateComponent {
|
|
1906
|
-
type RequestData = InferredRequestData<typeof descriptors.containerAddTemplateComponent>;
|
|
1907
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerAddTemplateComponent, TStatus>;
|
|
1908
|
-
}
|
|
1909
|
-
namespace ContractGetDetailOfContractByAiHosting {
|
|
1910
|
-
type RequestData = InferredRequestData<typeof descriptors.contractGetDetailOfContractByAiHosting>;
|
|
1911
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetDetailOfContractByAiHosting, TStatus>;
|
|
1912
|
-
}
|
|
1913
1869
|
}
|
|
1914
1870
|
namespace Components {
|
|
1915
1871
|
namespace Schemas {
|
|
@@ -2219,6 +2175,21 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
2219
2175
|
kind: "mysql" | "redis";
|
|
2220
2176
|
purpose: "primary" | "cache" | "custom";
|
|
2221
2177
|
}
|
|
2178
|
+
/**
|
|
2179
|
+
* Desired change to a database linked to an AppInstallation. If the database given
|
|
2180
|
+
* as key is not linked yet it will be linked (`purpose` is required in this case).
|
|
2181
|
+
* For an already linked database the given `databaseUserIds` are set. If
|
|
2182
|
+
* `replacesDatabaseId` refers to a linked database, that database is replaced by
|
|
2183
|
+
* the database given as key.
|
|
2184
|
+
*
|
|
2185
|
+
*/
|
|
2186
|
+
interface DeMittwaldAppPatchLinkedDatabase {
|
|
2187
|
+
databaseUserIds?: {
|
|
2188
|
+
[k: string]: string;
|
|
2189
|
+
};
|
|
2190
|
+
purpose?: "primary" | "cache" | "custom";
|
|
2191
|
+
replacesDatabaseId?: string;
|
|
2192
|
+
}
|
|
2222
2193
|
/**
|
|
2223
2194
|
* RequestHandlerRequirement describes the necessary properties to internally resolve the request handler or process to start.
|
|
2224
2195
|
*/
|
|
@@ -2526,6 +2497,18 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
2526
2497
|
*/
|
|
2527
2498
|
priceInCents: number;
|
|
2528
2499
|
}
|
|
2500
|
+
interface DeMittwaldContainerAddTemplateComponent {
|
|
2501
|
+
templateConfig: {
|
|
2502
|
+
templateId: string;
|
|
2503
|
+
/**
|
|
2504
|
+
* Values for template user inputs. Missing optional values are filled from template defaults.
|
|
2505
|
+
*/
|
|
2506
|
+
userInputs?: {
|
|
2507
|
+
name: string;
|
|
2508
|
+
value: string;
|
|
2509
|
+
}[];
|
|
2510
|
+
};
|
|
2511
|
+
}
|
|
2529
2512
|
interface DeMittwaldContainerCreateRegistry {
|
|
2530
2513
|
credentials?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerSetRegistryCredentials;
|
|
2531
2514
|
description: string;
|
|
@@ -5577,7 +5560,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
5577
5560
|
severity: "success" | "info" | "warning" | "error";
|
|
5578
5561
|
type: string;
|
|
5579
5562
|
}
|
|
5580
|
-
type DeMittwaldMessagingNotificationStatus = "read";
|
|
5563
|
+
type DeMittwaldMessagingNotificationStatus = "read" | "unread";
|
|
5581
5564
|
interface DeMittwaldOrderAddons {
|
|
5582
5565
|
hidden?: boolean;
|
|
5583
5566
|
key: string;
|
|
@@ -6173,6 +6156,16 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6173
6156
|
name: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6174
6157
|
};
|
|
6175
6158
|
}
|
|
6159
|
+
interface DeMittwaldActivitylogDatabaseMysqlUserPasswordSet {
|
|
6160
|
+
changes: {};
|
|
6161
|
+
name: "database.mysql-user-password-set";
|
|
6162
|
+
parameters: {
|
|
6163
|
+
databaseDescription: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6164
|
+
databaseName: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogLinkedParameterProperty;
|
|
6165
|
+
description: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6166
|
+
name: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6167
|
+
};
|
|
6168
|
+
}
|
|
6176
6169
|
interface DeMittwaldActivitylogDatabaseMysqlUserUpdated {
|
|
6177
6170
|
changes: {
|
|
6178
6171
|
after?: {
|
|
@@ -6416,7 +6409,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6416
6409
|
name: string;
|
|
6417
6410
|
}
|
|
6418
6411
|
interface DeMittwaldActivitylogLogEntry {
|
|
6419
|
-
action: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsDomainDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsIngressDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsZoneCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsZoneDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsCnameRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsSrvRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsCaaRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsTxtRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsARecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsARecordSetManaged | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsMxRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsMxRecordSetManaged | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseDescriptionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationRequested | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationCopyRequested | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDescriptionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDatabaseLinked | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDatabaseUnlinked | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationAppVersionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDesiredSystemSoftwareDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogGenericAction;
|
|
6412
|
+
action: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsDomainDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsIngressDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsZoneCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsZoneDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsCnameRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsSrvRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsCaaRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsTxtRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsARecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsARecordSetManaged | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsMxRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsMxRecordSetManaged | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseDescriptionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserPasswordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationRequested | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationCopyRequested | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDescriptionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDatabaseLinked | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDatabaseUnlinked | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationAppVersionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDesiredSystemSoftwareDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogGenericAction;
|
|
6420
6413
|
aggregate: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAggregateReference;
|
|
6421
6414
|
dateTime: string;
|
|
6422
6415
|
/**
|
|
@@ -7034,18 +7027,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
7034
7027
|
}
|
|
7035
7028
|
type DeMittwaldVerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
7036
7029
|
type DeMittwaldContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
|
|
7037
|
-
interface DeMittwaldContainerAddTemplateComponent {
|
|
7038
|
-
templateConfig: {
|
|
7039
|
-
templateId: string;
|
|
7040
|
-
/**
|
|
7041
|
-
* Values for template user inputs. Missing optional values are filled from template defaults.
|
|
7042
|
-
*/
|
|
7043
|
-
userInputs?: {
|
|
7044
|
-
name: string;
|
|
7045
|
-
value: string;
|
|
7046
|
-
}[];
|
|
7047
|
-
};
|
|
7048
|
-
}
|
|
7049
7030
|
interface DeMittwaldCommonsAddress {
|
|
7050
7031
|
street: string;
|
|
7051
7032
|
houseNumber: string;
|
|
@@ -8367,6 +8348,14 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8367
8348
|
interface RequestBody {
|
|
8368
8349
|
appVersionId?: string;
|
|
8369
8350
|
customDocumentRoot?: string;
|
|
8351
|
+
/**
|
|
8352
|
+
* Desired changes to the databases linked to this AppInstallation, keyed by
|
|
8353
|
+
* database ID. Databases omitted from this object remain unchanged.
|
|
8354
|
+
*
|
|
8355
|
+
*/
|
|
8356
|
+
databases?: {
|
|
8357
|
+
[k: string]: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppPatchLinkedDatabase;
|
|
8358
|
+
};
|
|
8370
8359
|
description?: string;
|
|
8371
8360
|
systemSoftware?: {
|
|
8372
8361
|
[k: string]: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppDesiredSystemSoftware;
|
|
@@ -8383,6 +8372,13 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8383
8372
|
type Empty = unknown;
|
|
8384
8373
|
}
|
|
8385
8374
|
}
|
|
8375
|
+
namespace $400 {
|
|
8376
|
+
namespace Content {
|
|
8377
|
+
interface ApplicationJson {
|
|
8378
|
+
[k: string]: unknown;
|
|
8379
|
+
}
|
|
8380
|
+
}
|
|
8381
|
+
}
|
|
8386
8382
|
namespace $404 {
|
|
8387
8383
|
namespace Content {
|
|
8388
8384
|
interface ApplicationJson {
|
|
@@ -8611,59 +8607,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8611
8607
|
}
|
|
8612
8608
|
}
|
|
8613
8609
|
}
|
|
8614
|
-
namespace V3NextAppInstallationsAppInstallationIdDatabase {
|
|
8615
|
-
namespace Patch {
|
|
8616
|
-
namespace Parameters {
|
|
8617
|
-
type Path = {
|
|
8618
|
-
appInstallationId: string;
|
|
8619
|
-
};
|
|
8620
|
-
interface RequestBody {
|
|
8621
|
-
databaseId: string;
|
|
8622
|
-
databaseUserIds?: {
|
|
8623
|
-
[k: string]: string;
|
|
8624
|
-
};
|
|
8625
|
-
purpose: "primary" | "cache" | "custom";
|
|
8626
|
-
}
|
|
8627
|
-
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
8628
|
-
type Query = {};
|
|
8629
|
-
}
|
|
8630
|
-
namespace Responses {
|
|
8631
|
-
namespace $204 {
|
|
8632
|
-
namespace Content {
|
|
8633
|
-
type Empty = unknown;
|
|
8634
|
-
}
|
|
8635
|
-
}
|
|
8636
|
-
namespace $400 {
|
|
8637
|
-
namespace Content {
|
|
8638
|
-
interface ApplicationJson {
|
|
8639
|
-
[k: string]: unknown;
|
|
8640
|
-
}
|
|
8641
|
-
}
|
|
8642
|
-
}
|
|
8643
|
-
namespace $404 {
|
|
8644
|
-
namespace Content {
|
|
8645
|
-
interface ApplicationJson {
|
|
8646
|
-
[k: string]: unknown;
|
|
8647
|
-
}
|
|
8648
|
-
}
|
|
8649
|
-
}
|
|
8650
|
-
namespace $429 {
|
|
8651
|
-
namespace Content {
|
|
8652
|
-
interface ApplicationJson {
|
|
8653
|
-
[k: string]: unknown;
|
|
8654
|
-
}
|
|
8655
|
-
}
|
|
8656
|
-
}
|
|
8657
|
-
namespace Default {
|
|
8658
|
-
namespace Content {
|
|
8659
|
-
interface ApplicationJson {
|
|
8660
|
-
[k: string]: unknown;
|
|
8661
|
-
}
|
|
8662
|
-
}
|
|
8663
|
-
}
|
|
8664
|
-
}
|
|
8665
|
-
}
|
|
8666
|
-
}
|
|
8610
|
+
namespace V3NextAppInstallationsAppInstallationIdDatabase { }
|
|
8667
8611
|
namespace V3NextAppInstallations {
|
|
8668
8612
|
namespace Get {
|
|
8669
8613
|
namespace Parameters {
|
|
@@ -8969,68 +8913,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8969
8913
|
}
|
|
8970
8914
|
}
|
|
8971
8915
|
}
|
|
8972
|
-
namespace V3NextAppInstallationsAppInstallationIdDatabaseReplace {
|
|
8973
|
-
namespace Patch {
|
|
8974
|
-
namespace Parameters {
|
|
8975
|
-
type Path = {
|
|
8976
|
-
appInstallationId: string;
|
|
8977
|
-
};
|
|
8978
|
-
interface RequestBody {
|
|
8979
|
-
/**
|
|
8980
|
-
* The IDs of the users of the database you want the old database to be replaced with.
|
|
8981
|
-
*/
|
|
8982
|
-
databaseUserIds?: {
|
|
8983
|
-
[k: string]: string;
|
|
8984
|
-
};
|
|
8985
|
-
/**
|
|
8986
|
-
* The ID of the database you want the old database to be replaced with.
|
|
8987
|
-
*/
|
|
8988
|
-
newDatabaseId: string;
|
|
8989
|
-
/**
|
|
8990
|
-
* The ID of the database you want to be replaced.
|
|
8991
|
-
*/
|
|
8992
|
-
oldDatabaseId: string;
|
|
8993
|
-
}
|
|
8994
|
-
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
8995
|
-
type Query = {};
|
|
8996
|
-
}
|
|
8997
|
-
namespace Responses {
|
|
8998
|
-
namespace $204 {
|
|
8999
|
-
namespace Content {
|
|
9000
|
-
type Empty = unknown;
|
|
9001
|
-
}
|
|
9002
|
-
}
|
|
9003
|
-
namespace $400 {
|
|
9004
|
-
namespace Content {
|
|
9005
|
-
interface ApplicationJson {
|
|
9006
|
-
[k: string]: unknown;
|
|
9007
|
-
}
|
|
9008
|
-
}
|
|
9009
|
-
}
|
|
9010
|
-
namespace $404 {
|
|
9011
|
-
namespace Content {
|
|
9012
|
-
interface ApplicationJson {
|
|
9013
|
-
[k: string]: unknown;
|
|
9014
|
-
}
|
|
9015
|
-
}
|
|
9016
|
-
}
|
|
9017
|
-
namespace $429 {
|
|
9018
|
-
namespace Content {
|
|
9019
|
-
interface ApplicationJson {
|
|
9020
|
-
[k: string]: unknown;
|
|
9021
|
-
}
|
|
9022
|
-
}
|
|
9023
|
-
}
|
|
9024
|
-
namespace Default {
|
|
9025
|
-
namespace Content {
|
|
9026
|
-
interface ApplicationJson {
|
|
9027
|
-
[k: string]: unknown;
|
|
9028
|
-
}
|
|
9029
|
-
}
|
|
9030
|
-
}
|
|
9031
|
-
}
|
|
9032
|
-
}
|
|
9033
|
-
}
|
|
9034
8916
|
namespace V3NextAppInstallationsAppInstallationIdActionsCopy {
|
|
9035
8917
|
namespace Post {
|
|
9036
8918
|
namespace Parameters {
|
|
@@ -9117,51 +8999,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
9117
8999
|
}
|
|
9118
9000
|
}
|
|
9119
9001
|
}
|
|
9120
|
-
namespace V3NextAppInstallationsAppInstallationIdDatabasesDatabaseIdUsers {
|
|
9121
|
-
namespace Put {
|
|
9122
|
-
namespace Parameters {
|
|
9123
|
-
type Path = {
|
|
9124
|
-
appInstallationId: string;
|
|
9125
|
-
databaseId: string;
|
|
9126
|
-
};
|
|
9127
|
-
interface RequestBody {
|
|
9128
|
-
databaseUserIds: {
|
|
9129
|
-
[k: string]: string;
|
|
9130
|
-
};
|
|
9131
|
-
}
|
|
9132
|
-
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
9133
|
-
type Query = {};
|
|
9134
|
-
}
|
|
9135
|
-
namespace Responses {
|
|
9136
|
-
namespace $204 {
|
|
9137
|
-
namespace Content {
|
|
9138
|
-
type Empty = unknown;
|
|
9139
|
-
}
|
|
9140
|
-
}
|
|
9141
|
-
namespace $404 {
|
|
9142
|
-
namespace Content {
|
|
9143
|
-
interface ApplicationJson {
|
|
9144
|
-
[k: string]: unknown;
|
|
9145
|
-
}
|
|
9146
|
-
}
|
|
9147
|
-
}
|
|
9148
|
-
namespace $429 {
|
|
9149
|
-
namespace Content {
|
|
9150
|
-
interface ApplicationJson {
|
|
9151
|
-
[k: string]: unknown;
|
|
9152
|
-
}
|
|
9153
|
-
}
|
|
9154
|
-
}
|
|
9155
|
-
namespace Default {
|
|
9156
|
-
namespace Content {
|
|
9157
|
-
interface ApplicationJson {
|
|
9158
|
-
[k: string]: unknown;
|
|
9159
|
-
}
|
|
9160
|
-
}
|
|
9161
|
-
}
|
|
9162
|
-
}
|
|
9163
|
-
}
|
|
9164
|
-
}
|
|
9002
|
+
namespace V3NextAppInstallationsAppInstallationIdDatabasesDatabaseIdUsers { }
|
|
9165
9003
|
namespace V3NextAppInstallationsAppInstallationIdDatabasesDatabaseId {
|
|
9166
9004
|
namespace Delete {
|
|
9167
9005
|
namespace Parameters {
|
|
@@ -10005,18 +9843,14 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
10005
9843
|
}
|
|
10006
9844
|
}
|
|
10007
9845
|
}
|
|
10008
|
-
namespace
|
|
10009
|
-
|
|
9846
|
+
namespace V3NextProjectBackupsProjectBackupIdRestorePath { }
|
|
9847
|
+
namespace V3NextProjectBackupsProjectBackupIdRestore {
|
|
9848
|
+
namespace Post {
|
|
10010
9849
|
namespace Parameters {
|
|
10011
9850
|
type Path = {
|
|
10012
9851
|
projectBackupId: string;
|
|
10013
9852
|
};
|
|
10014
|
-
|
|
10015
|
-
/**
|
|
10016
|
-
* Time when to expire the Backup. Must be no more than one year in the future.
|
|
10017
|
-
*/
|
|
10018
|
-
expirationTime?: string;
|
|
10019
|
-
}
|
|
9853
|
+
type RequestBody = MittwaldAPIV3Next.Components.Schemas.DeMittwaldBackupProjectBackupRestoreRequest;
|
|
10020
9854
|
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
10021
9855
|
type Query = {};
|
|
10022
9856
|
}
|
|
@@ -10064,14 +9898,13 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
10064
9898
|
}
|
|
10065
9899
|
}
|
|
10066
9900
|
}
|
|
10067
|
-
namespace
|
|
10068
|
-
namespace V3NextProjectBackupsProjectBackupIdRestore {
|
|
9901
|
+
namespace V3NextStacksStackIdActionsAddTemplateComponent {
|
|
10069
9902
|
namespace Post {
|
|
10070
9903
|
namespace Parameters {
|
|
10071
9904
|
type Path = {
|
|
10072
|
-
|
|
9905
|
+
stackId: string;
|
|
10073
9906
|
};
|
|
10074
|
-
type RequestBody = MittwaldAPIV3Next.Components.Schemas.
|
|
9907
|
+
type RequestBody = MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerAddTemplateComponent;
|
|
10075
9908
|
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
10076
9909
|
type Query = {};
|
|
10077
9910
|
}
|
|
@@ -10102,6 +9935,20 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
10102
9935
|
}
|
|
10103
9936
|
}
|
|
10104
9937
|
}
|
|
9938
|
+
namespace $409 {
|
|
9939
|
+
namespace Content {
|
|
9940
|
+
interface ApplicationJson {
|
|
9941
|
+
[k: string]: unknown;
|
|
9942
|
+
}
|
|
9943
|
+
}
|
|
9944
|
+
}
|
|
9945
|
+
namespace $412 {
|
|
9946
|
+
namespace Content {
|
|
9947
|
+
interface ApplicationJson {
|
|
9948
|
+
[k: string]: unknown;
|
|
9949
|
+
}
|
|
9950
|
+
}
|
|
9951
|
+
}
|
|
10105
9952
|
namespace $429 {
|
|
10106
9953
|
namespace Content {
|
|
10107
9954
|
interface ApplicationJson {
|
|
@@ -10109,59 +9956,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
10109
9956
|
}
|
|
10110
9957
|
}
|
|
10111
9958
|
}
|
|
10112
|
-
namespace
|
|
10113
|
-
namespace Content {
|
|
10114
|
-
interface ApplicationJson {
|
|
10115
|
-
[k: string]: unknown;
|
|
10116
|
-
}
|
|
10117
|
-
}
|
|
10118
|
-
}
|
|
10119
|
-
}
|
|
10120
|
-
}
|
|
10121
|
-
}
|
|
10122
|
-
namespace V3NextProjectBackupsProjectBackupIdDescription {
|
|
10123
|
-
namespace Patch {
|
|
10124
|
-
namespace Parameters {
|
|
10125
|
-
type Path = {
|
|
10126
|
-
projectBackupId: string;
|
|
10127
|
-
};
|
|
10128
|
-
interface RequestBody {
|
|
10129
|
-
/**
|
|
10130
|
-
* Description of the ProjectBackup.
|
|
10131
|
-
*/
|
|
10132
|
-
description?: string;
|
|
10133
|
-
}
|
|
10134
|
-
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
10135
|
-
type Query = {};
|
|
10136
|
-
}
|
|
10137
|
-
namespace Responses {
|
|
10138
|
-
namespace $204 {
|
|
10139
|
-
namespace Content {
|
|
10140
|
-
type Empty = unknown;
|
|
10141
|
-
}
|
|
10142
|
-
}
|
|
10143
|
-
namespace $400 {
|
|
10144
|
-
namespace Content {
|
|
10145
|
-
interface ApplicationJson {
|
|
10146
|
-
[k: string]: unknown;
|
|
10147
|
-
}
|
|
10148
|
-
}
|
|
10149
|
-
}
|
|
10150
|
-
namespace $403 {
|
|
10151
|
-
namespace Content {
|
|
10152
|
-
interface ApplicationJson {
|
|
10153
|
-
[k: string]: unknown;
|
|
10154
|
-
}
|
|
10155
|
-
}
|
|
10156
|
-
}
|
|
10157
|
-
namespace $404 {
|
|
10158
|
-
namespace Content {
|
|
10159
|
-
interface ApplicationJson {
|
|
10160
|
-
[k: string]: unknown;
|
|
10161
|
-
}
|
|
10162
|
-
}
|
|
10163
|
-
}
|
|
10164
|
-
namespace $429 {
|
|
9959
|
+
namespace $500 {
|
|
10165
9960
|
namespace Content {
|
|
10166
9961
|
interface ApplicationJson {
|
|
10167
9962
|
[k: string]: unknown;
|
|
@@ -12003,82 +11798,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
12003
11798
|
}
|
|
12004
11799
|
}
|
|
12005
11800
|
}
|
|
12006
|
-
namespace V3NextStacksStackIdUpdateSchedule {
|
|
12007
|
-
namespace Put {
|
|
12008
|
-
namespace Parameters {
|
|
12009
|
-
type Path = {
|
|
12010
|
-
stackId: string;
|
|
12011
|
-
};
|
|
12012
|
-
interface RequestBody {
|
|
12013
|
-
updateSchedule?: {
|
|
12014
|
-
cron: string;
|
|
12015
|
-
/**
|
|
12016
|
-
* Valid timezones can be retrieved via GET /v2/time-zones
|
|
12017
|
-
*/
|
|
12018
|
-
timezone?: string;
|
|
12019
|
-
};
|
|
12020
|
-
}
|
|
12021
|
-
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
12022
|
-
type Query = {};
|
|
12023
|
-
}
|
|
12024
|
-
namespace Responses {
|
|
12025
|
-
namespace $204 {
|
|
12026
|
-
namespace Content {
|
|
12027
|
-
type Empty = unknown;
|
|
12028
|
-
}
|
|
12029
|
-
}
|
|
12030
|
-
namespace $400 {
|
|
12031
|
-
namespace Content {
|
|
12032
|
-
interface ApplicationJson {
|
|
12033
|
-
[k: string]: unknown;
|
|
12034
|
-
}
|
|
12035
|
-
}
|
|
12036
|
-
}
|
|
12037
|
-
namespace $403 {
|
|
12038
|
-
namespace Content {
|
|
12039
|
-
interface ApplicationJson {
|
|
12040
|
-
[k: string]: unknown;
|
|
12041
|
-
}
|
|
12042
|
-
}
|
|
12043
|
-
}
|
|
12044
|
-
namespace $404 {
|
|
12045
|
-
namespace Content {
|
|
12046
|
-
interface ApplicationJson {
|
|
12047
|
-
[k: string]: unknown;
|
|
12048
|
-
}
|
|
12049
|
-
}
|
|
12050
|
-
}
|
|
12051
|
-
namespace $412 {
|
|
12052
|
-
namespace Content {
|
|
12053
|
-
interface ApplicationJson {
|
|
12054
|
-
[k: string]: unknown;
|
|
12055
|
-
}
|
|
12056
|
-
}
|
|
12057
|
-
}
|
|
12058
|
-
namespace $429 {
|
|
12059
|
-
namespace Content {
|
|
12060
|
-
interface ApplicationJson {
|
|
12061
|
-
[k: string]: unknown;
|
|
12062
|
-
}
|
|
12063
|
-
}
|
|
12064
|
-
}
|
|
12065
|
-
namespace $500 {
|
|
12066
|
-
namespace Content {
|
|
12067
|
-
interface ApplicationJson {
|
|
12068
|
-
[k: string]: unknown;
|
|
12069
|
-
}
|
|
12070
|
-
}
|
|
12071
|
-
}
|
|
12072
|
-
namespace Default {
|
|
12073
|
-
namespace Content {
|
|
12074
|
-
interface ApplicationJson {
|
|
12075
|
-
[k: string]: unknown;
|
|
12076
|
-
}
|
|
12077
|
-
}
|
|
12078
|
-
}
|
|
12079
|
-
}
|
|
12080
|
-
}
|
|
12081
|
-
}
|
|
12082
11801
|
namespace V3NextStacksStackIdServicesServiceIdActionsStart {
|
|
12083
11802
|
namespace Post {
|
|
12084
11803
|
namespace Parameters {
|
|
@@ -12541,7 +12260,53 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
12541
12260
|
}
|
|
12542
12261
|
}
|
|
12543
12262
|
}
|
|
12544
|
-
namespace
|
|
12263
|
+
namespace V3NextCustomersCustomerIdAiHostingsAiHostingIdContract {
|
|
12264
|
+
namespace Get {
|
|
12265
|
+
namespace Parameters {
|
|
12266
|
+
type Path = {
|
|
12267
|
+
customerId: string;
|
|
12268
|
+
aiHostingId: string;
|
|
12269
|
+
};
|
|
12270
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
12271
|
+
type Query = {};
|
|
12272
|
+
}
|
|
12273
|
+
namespace Responses {
|
|
12274
|
+
namespace $200 {
|
|
12275
|
+
namespace Content {
|
|
12276
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContract;
|
|
12277
|
+
}
|
|
12278
|
+
}
|
|
12279
|
+
namespace $400 {
|
|
12280
|
+
namespace Content {
|
|
12281
|
+
interface ApplicationJson {
|
|
12282
|
+
[k: string]: unknown;
|
|
12283
|
+
}
|
|
12284
|
+
}
|
|
12285
|
+
}
|
|
12286
|
+
namespace $404 {
|
|
12287
|
+
namespace Content {
|
|
12288
|
+
interface ApplicationJson {
|
|
12289
|
+
[k: string]: unknown;
|
|
12290
|
+
}
|
|
12291
|
+
}
|
|
12292
|
+
}
|
|
12293
|
+
namespace $429 {
|
|
12294
|
+
namespace Content {
|
|
12295
|
+
interface ApplicationJson {
|
|
12296
|
+
[k: string]: unknown;
|
|
12297
|
+
}
|
|
12298
|
+
}
|
|
12299
|
+
}
|
|
12300
|
+
namespace Default {
|
|
12301
|
+
namespace Content {
|
|
12302
|
+
interface ApplicationJson {
|
|
12303
|
+
[k: string]: unknown;
|
|
12304
|
+
}
|
|
12305
|
+
}
|
|
12306
|
+
}
|
|
12307
|
+
}
|
|
12308
|
+
}
|
|
12309
|
+
}
|
|
12545
12310
|
namespace V3NextCertificatesCertificateIdContract {
|
|
12546
12311
|
namespace Get {
|
|
12547
12312
|
namespace Parameters {
|
|
@@ -14989,55 +14754,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
14989
14754
|
}
|
|
14990
14755
|
}
|
|
14991
14756
|
}
|
|
14992
|
-
namespace V3NextCronjobsCronjobIdAppInstallationId {
|
|
14993
|
-
namespace Put {
|
|
14994
|
-
namespace Parameters {
|
|
14995
|
-
type Path = {
|
|
14996
|
-
cronjobId: string;
|
|
14997
|
-
};
|
|
14998
|
-
interface RequestBody {
|
|
14999
|
-
appInstallationId: string;
|
|
15000
|
-
}
|
|
15001
|
-
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
15002
|
-
type Query = {};
|
|
15003
|
-
}
|
|
15004
|
-
namespace Responses {
|
|
15005
|
-
namespace $204 {
|
|
15006
|
-
namespace Content {
|
|
15007
|
-
type Empty = unknown;
|
|
15008
|
-
}
|
|
15009
|
-
}
|
|
15010
|
-
namespace $400 {
|
|
15011
|
-
namespace Content {
|
|
15012
|
-
interface ApplicationJson {
|
|
15013
|
-
[k: string]: unknown;
|
|
15014
|
-
}
|
|
15015
|
-
}
|
|
15016
|
-
}
|
|
15017
|
-
namespace $412 {
|
|
15018
|
-
namespace Content {
|
|
15019
|
-
interface ApplicationJson {
|
|
15020
|
-
[k: string]: unknown;
|
|
15021
|
-
}
|
|
15022
|
-
}
|
|
15023
|
-
}
|
|
15024
|
-
namespace $429 {
|
|
15025
|
-
namespace Content {
|
|
15026
|
-
interface ApplicationJson {
|
|
15027
|
-
[k: string]: unknown;
|
|
15028
|
-
}
|
|
15029
|
-
}
|
|
15030
|
-
}
|
|
15031
|
-
namespace Default {
|
|
15032
|
-
namespace Content {
|
|
15033
|
-
interface ApplicationJson {
|
|
15034
|
-
[k: string]: unknown;
|
|
15035
|
-
}
|
|
15036
|
-
}
|
|
15037
|
-
}
|
|
15038
|
-
}
|
|
15039
|
-
}
|
|
15040
|
-
}
|
|
15041
14757
|
namespace V3NextCustomerInvitesCustomerInviteIdActionsAccept {
|
|
15042
14758
|
namespace Post {
|
|
15043
14759
|
namespace Parameters {
|
|
@@ -17306,9 +17022,13 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
17306
17022
|
}
|
|
17307
17023
|
namespace V3NextAppInstallationsAppInstallationIdActionsAction { }
|
|
17308
17024
|
namespace V3NextAppinstallationsAppInstallationIdDatabases { }
|
|
17025
|
+
namespace V3NextProjectBackupsProjectBackupIdExpirationTime { }
|
|
17026
|
+
namespace V3NextProjectBackupsProjectBackupIdDescription { }
|
|
17309
17027
|
namespace V3NextContainerTemplatesTemplateIdIcon { }
|
|
17028
|
+
namespace V3NextStacksStackIdUpdateSchedule { }
|
|
17310
17029
|
namespace V3NextActionsValidateContainerRegistryUri { }
|
|
17311
17030
|
namespace V3NextRegistriesRegistryIdActionsValidateCredentials { }
|
|
17031
|
+
namespace V3NextCustomersCustomerIdAiHostingContract { }
|
|
17312
17032
|
namespace V3NextContractsContractIdItemsContractItemIdNextTerminationDates { }
|
|
17313
17033
|
namespace V3NextCustomersCustomerIdActionsLeave { }
|
|
17314
17034
|
namespace V3NextMysqlDatabasesMysqlDatabaseIdDefaultCharset { }
|
|
@@ -18027,6 +17747,10 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
18027
17747
|
}
|
|
18028
17748
|
}
|
|
18029
17749
|
namespace V3NextProjectsProjectIdLeave { }
|
|
17750
|
+
namespace V3NextProjectsProjectIdDescription { }
|
|
17751
|
+
namespace V3NextServersServerIdDescription { }
|
|
17752
|
+
namespace V3NextProjectsProjectIdStorageSpaceNotificationThreshold { }
|
|
17753
|
+
namespace V3NextServersServerIdStorageSpaceNotificationThreshold { }
|
|
18030
17754
|
namespace V3NextSignupEmail { }
|
|
18031
17755
|
namespace V3NextUsersSelfCredentialsToken { }
|
|
18032
17756
|
namespace V3NextSignupPasswordResetConfirm { }
|
|
@@ -27660,35 +27384,22 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
27660
27384
|
}
|
|
27661
27385
|
}
|
|
27662
27386
|
}
|
|
27663
|
-
namespace
|
|
27664
|
-
namespace
|
|
27387
|
+
namespace V3NextLegacyTariffChange {
|
|
27388
|
+
namespace Post {
|
|
27665
27389
|
namespace Parameters {
|
|
27666
|
-
type Path = {
|
|
27667
|
-
projectId: string;
|
|
27668
|
-
};
|
|
27390
|
+
type Path = {};
|
|
27669
27391
|
interface RequestBody {
|
|
27670
|
-
|
|
27392
|
+
pAccount: string;
|
|
27393
|
+
targetTariff: string;
|
|
27671
27394
|
}
|
|
27672
|
-
type Header = {}
|
|
27395
|
+
type Header = {};
|
|
27673
27396
|
type Query = {};
|
|
27674
27397
|
}
|
|
27675
27398
|
namespace Responses {
|
|
27676
|
-
namespace $
|
|
27677
|
-
namespace Content {
|
|
27678
|
-
type Empty = unknown;
|
|
27679
|
-
}
|
|
27680
|
-
}
|
|
27681
|
-
namespace $400 {
|
|
27682
|
-
namespace Content {
|
|
27683
|
-
interface ApplicationJson {
|
|
27684
|
-
[k: string]: unknown;
|
|
27685
|
-
}
|
|
27686
|
-
}
|
|
27687
|
-
}
|
|
27688
|
-
namespace $403 {
|
|
27399
|
+
namespace $201 {
|
|
27689
27400
|
namespace Content {
|
|
27690
27401
|
interface ApplicationJson {
|
|
27691
|
-
|
|
27402
|
+
messageId: string;
|
|
27692
27403
|
}
|
|
27693
27404
|
}
|
|
27694
27405
|
}
|
|
@@ -27709,95 +27420,10 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
27709
27420
|
}
|
|
27710
27421
|
}
|
|
27711
27422
|
}
|
|
27712
|
-
namespace
|
|
27713
|
-
namespace
|
|
27423
|
+
namespace V3NextRelocation {
|
|
27424
|
+
namespace Post {
|
|
27714
27425
|
namespace Parameters {
|
|
27715
|
-
type Path = {
|
|
27716
|
-
serverId: string;
|
|
27717
|
-
};
|
|
27718
|
-
interface RequestBody {
|
|
27719
|
-
description: string;
|
|
27720
|
-
}
|
|
27721
|
-
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
27722
|
-
type Query = {};
|
|
27723
|
-
}
|
|
27724
|
-
namespace Responses {
|
|
27725
|
-
namespace $204 {
|
|
27726
|
-
namespace Content {
|
|
27727
|
-
type Empty = unknown;
|
|
27728
|
-
}
|
|
27729
|
-
}
|
|
27730
|
-
namespace $400 {
|
|
27731
|
-
namespace Content {
|
|
27732
|
-
interface ApplicationJson {
|
|
27733
|
-
[k: string]: unknown;
|
|
27734
|
-
}
|
|
27735
|
-
}
|
|
27736
|
-
}
|
|
27737
|
-
namespace $403 {
|
|
27738
|
-
namespace Content {
|
|
27739
|
-
interface ApplicationJson {
|
|
27740
|
-
[k: string]: unknown;
|
|
27741
|
-
}
|
|
27742
|
-
}
|
|
27743
|
-
}
|
|
27744
|
-
namespace $429 {
|
|
27745
|
-
namespace Content {
|
|
27746
|
-
interface ApplicationJson {
|
|
27747
|
-
[k: string]: unknown;
|
|
27748
|
-
}
|
|
27749
|
-
}
|
|
27750
|
-
}
|
|
27751
|
-
namespace Default {
|
|
27752
|
-
namespace Content {
|
|
27753
|
-
interface ApplicationJson {
|
|
27754
|
-
[k: string]: unknown;
|
|
27755
|
-
}
|
|
27756
|
-
}
|
|
27757
|
-
}
|
|
27758
|
-
}
|
|
27759
|
-
}
|
|
27760
|
-
}
|
|
27761
|
-
namespace V3NextLegacyTariffChange {
|
|
27762
|
-
namespace Post {
|
|
27763
|
-
namespace Parameters {
|
|
27764
|
-
type Path = {};
|
|
27765
|
-
interface RequestBody {
|
|
27766
|
-
pAccount: string;
|
|
27767
|
-
targetTariff: string;
|
|
27768
|
-
}
|
|
27769
|
-
type Header = {};
|
|
27770
|
-
type Query = {};
|
|
27771
|
-
}
|
|
27772
|
-
namespace Responses {
|
|
27773
|
-
namespace $201 {
|
|
27774
|
-
namespace Content {
|
|
27775
|
-
interface ApplicationJson {
|
|
27776
|
-
messageId: string;
|
|
27777
|
-
}
|
|
27778
|
-
}
|
|
27779
|
-
}
|
|
27780
|
-
namespace $429 {
|
|
27781
|
-
namespace Content {
|
|
27782
|
-
interface ApplicationJson {
|
|
27783
|
-
[k: string]: unknown;
|
|
27784
|
-
}
|
|
27785
|
-
}
|
|
27786
|
-
}
|
|
27787
|
-
namespace Default {
|
|
27788
|
-
namespace Content {
|
|
27789
|
-
interface ApplicationJson {
|
|
27790
|
-
[k: string]: unknown;
|
|
27791
|
-
}
|
|
27792
|
-
}
|
|
27793
|
-
}
|
|
27794
|
-
}
|
|
27795
|
-
}
|
|
27796
|
-
}
|
|
27797
|
-
namespace V3NextRelocation {
|
|
27798
|
-
namespace Post {
|
|
27799
|
-
namespace Parameters {
|
|
27800
|
-
type Path = {};
|
|
27426
|
+
type Path = {};
|
|
27801
27427
|
interface RequestBody {
|
|
27802
27428
|
additionalServices: {
|
|
27803
27429
|
dataCompare: "default" | "additionalCompare";
|
|
@@ -28983,104 +28609,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
28983
28609
|
}
|
|
28984
28610
|
}
|
|
28985
28611
|
}
|
|
28986
|
-
namespace V3NextProjectsProjectIdStorageSpaceNotificationThreshold {
|
|
28987
|
-
namespace Put {
|
|
28988
|
-
namespace Parameters {
|
|
28989
|
-
type Path = {
|
|
28990
|
-
projectId: string;
|
|
28991
|
-
};
|
|
28992
|
-
interface RequestBody {
|
|
28993
|
-
notificationThresholdInBytes?: number;
|
|
28994
|
-
}
|
|
28995
|
-
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
28996
|
-
type Query = {};
|
|
28997
|
-
}
|
|
28998
|
-
namespace Responses {
|
|
28999
|
-
namespace $204 {
|
|
29000
|
-
namespace Content {
|
|
29001
|
-
type Empty = unknown;
|
|
29002
|
-
}
|
|
29003
|
-
}
|
|
29004
|
-
namespace $403 {
|
|
29005
|
-
namespace Content {
|
|
29006
|
-
interface ApplicationJson {
|
|
29007
|
-
[k: string]: unknown;
|
|
29008
|
-
}
|
|
29009
|
-
}
|
|
29010
|
-
}
|
|
29011
|
-
namespace $429 {
|
|
29012
|
-
namespace Content {
|
|
29013
|
-
interface ApplicationJson {
|
|
29014
|
-
[k: string]: unknown;
|
|
29015
|
-
}
|
|
29016
|
-
}
|
|
29017
|
-
}
|
|
29018
|
-
namespace $500 {
|
|
29019
|
-
namespace Content {
|
|
29020
|
-
interface ApplicationJson {
|
|
29021
|
-
[k: string]: unknown;
|
|
29022
|
-
}
|
|
29023
|
-
}
|
|
29024
|
-
}
|
|
29025
|
-
namespace Default {
|
|
29026
|
-
namespace Content {
|
|
29027
|
-
interface ApplicationJson {
|
|
29028
|
-
[k: string]: unknown;
|
|
29029
|
-
}
|
|
29030
|
-
}
|
|
29031
|
-
}
|
|
29032
|
-
}
|
|
29033
|
-
}
|
|
29034
|
-
}
|
|
29035
|
-
namespace V3NextServersServerIdStorageSpaceNotificationThreshold {
|
|
29036
|
-
namespace Put {
|
|
29037
|
-
namespace Parameters {
|
|
29038
|
-
type Path = {
|
|
29039
|
-
serverId: string;
|
|
29040
|
-
};
|
|
29041
|
-
interface RequestBody {
|
|
29042
|
-
notificationThresholdInBytes?: number;
|
|
29043
|
-
}
|
|
29044
|
-
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
29045
|
-
type Query = {};
|
|
29046
|
-
}
|
|
29047
|
-
namespace Responses {
|
|
29048
|
-
namespace $204 {
|
|
29049
|
-
namespace Content {
|
|
29050
|
-
type Empty = unknown;
|
|
29051
|
-
}
|
|
29052
|
-
}
|
|
29053
|
-
namespace $403 {
|
|
29054
|
-
namespace Content {
|
|
29055
|
-
interface ApplicationJson {
|
|
29056
|
-
[k: string]: unknown;
|
|
29057
|
-
}
|
|
29058
|
-
}
|
|
29059
|
-
}
|
|
29060
|
-
namespace $429 {
|
|
29061
|
-
namespace Content {
|
|
29062
|
-
interface ApplicationJson {
|
|
29063
|
-
[k: string]: unknown;
|
|
29064
|
-
}
|
|
29065
|
-
}
|
|
29066
|
-
}
|
|
29067
|
-
namespace $500 {
|
|
29068
|
-
namespace Content {
|
|
29069
|
-
interface ApplicationJson {
|
|
29070
|
-
[k: string]: unknown;
|
|
29071
|
-
}
|
|
29072
|
-
}
|
|
29073
|
-
}
|
|
29074
|
-
namespace Default {
|
|
29075
|
-
namespace Content {
|
|
29076
|
-
interface ApplicationJson {
|
|
29077
|
-
[k: string]: unknown;
|
|
29078
|
-
}
|
|
29079
|
-
}
|
|
29080
|
-
}
|
|
29081
|
-
}
|
|
29082
|
-
}
|
|
29083
|
-
}
|
|
29084
28612
|
namespace V3NextUsersUserIdPhone {
|
|
29085
28613
|
namespace Post {
|
|
29086
28614
|
namespace Parameters {
|
|
@@ -31642,127 +31170,5 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
31642
31170
|
}
|
|
31643
31171
|
}
|
|
31644
31172
|
}
|
|
31645
|
-
namespace V3NextStacksStackIdActionsAddTemplateComponent {
|
|
31646
|
-
namespace Post {
|
|
31647
|
-
namespace Parameters {
|
|
31648
|
-
type Path = {
|
|
31649
|
-
stackId: string;
|
|
31650
|
-
};
|
|
31651
|
-
type RequestBody = MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerAddTemplateComponent;
|
|
31652
|
-
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
31653
|
-
type Query = {};
|
|
31654
|
-
}
|
|
31655
|
-
namespace Responses {
|
|
31656
|
-
namespace $204 {
|
|
31657
|
-
namespace Content {
|
|
31658
|
-
type Empty = unknown;
|
|
31659
|
-
}
|
|
31660
|
-
}
|
|
31661
|
-
namespace $400 {
|
|
31662
|
-
namespace Content {
|
|
31663
|
-
interface ApplicationJson {
|
|
31664
|
-
[k: string]: unknown;
|
|
31665
|
-
}
|
|
31666
|
-
}
|
|
31667
|
-
}
|
|
31668
|
-
namespace $403 {
|
|
31669
|
-
namespace Content {
|
|
31670
|
-
interface ApplicationJson {
|
|
31671
|
-
[k: string]: unknown;
|
|
31672
|
-
}
|
|
31673
|
-
}
|
|
31674
|
-
}
|
|
31675
|
-
namespace $404 {
|
|
31676
|
-
namespace Content {
|
|
31677
|
-
interface ApplicationJson {
|
|
31678
|
-
[k: string]: unknown;
|
|
31679
|
-
}
|
|
31680
|
-
}
|
|
31681
|
-
}
|
|
31682
|
-
namespace $409 {
|
|
31683
|
-
namespace Content {
|
|
31684
|
-
interface ApplicationJson {
|
|
31685
|
-
[k: string]: unknown;
|
|
31686
|
-
}
|
|
31687
|
-
}
|
|
31688
|
-
}
|
|
31689
|
-
namespace $412 {
|
|
31690
|
-
namespace Content {
|
|
31691
|
-
interface ApplicationJson {
|
|
31692
|
-
[k: string]: unknown;
|
|
31693
|
-
}
|
|
31694
|
-
}
|
|
31695
|
-
}
|
|
31696
|
-
namespace $429 {
|
|
31697
|
-
namespace Content {
|
|
31698
|
-
interface ApplicationJson {
|
|
31699
|
-
[k: string]: unknown;
|
|
31700
|
-
}
|
|
31701
|
-
}
|
|
31702
|
-
}
|
|
31703
|
-
namespace $500 {
|
|
31704
|
-
namespace Content {
|
|
31705
|
-
interface ApplicationJson {
|
|
31706
|
-
[k: string]: unknown;
|
|
31707
|
-
}
|
|
31708
|
-
}
|
|
31709
|
-
}
|
|
31710
|
-
namespace Default {
|
|
31711
|
-
namespace Content {
|
|
31712
|
-
interface ApplicationJson {
|
|
31713
|
-
[k: string]: unknown;
|
|
31714
|
-
}
|
|
31715
|
-
}
|
|
31716
|
-
}
|
|
31717
|
-
}
|
|
31718
|
-
}
|
|
31719
|
-
}
|
|
31720
|
-
namespace V3NextCustomersCustomerIdAiHostingsAiHostingIdContract {
|
|
31721
|
-
namespace Get {
|
|
31722
|
-
namespace Parameters {
|
|
31723
|
-
type Path = {
|
|
31724
|
-
customerId: string;
|
|
31725
|
-
aiHostingId: string;
|
|
31726
|
-
};
|
|
31727
|
-
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
31728
|
-
type Query = {};
|
|
31729
|
-
}
|
|
31730
|
-
namespace Responses {
|
|
31731
|
-
namespace $200 {
|
|
31732
|
-
namespace Content {
|
|
31733
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContract;
|
|
31734
|
-
}
|
|
31735
|
-
}
|
|
31736
|
-
namespace $400 {
|
|
31737
|
-
namespace Content {
|
|
31738
|
-
interface ApplicationJson {
|
|
31739
|
-
[k: string]: unknown;
|
|
31740
|
-
}
|
|
31741
|
-
}
|
|
31742
|
-
}
|
|
31743
|
-
namespace $404 {
|
|
31744
|
-
namespace Content {
|
|
31745
|
-
interface ApplicationJson {
|
|
31746
|
-
[k: string]: unknown;
|
|
31747
|
-
}
|
|
31748
|
-
}
|
|
31749
|
-
}
|
|
31750
|
-
namespace $429 {
|
|
31751
|
-
namespace Content {
|
|
31752
|
-
interface ApplicationJson {
|
|
31753
|
-
[k: string]: unknown;
|
|
31754
|
-
}
|
|
31755
|
-
}
|
|
31756
|
-
}
|
|
31757
|
-
namespace Default {
|
|
31758
|
-
namespace Content {
|
|
31759
|
-
interface ApplicationJson {
|
|
31760
|
-
[k: string]: unknown;
|
|
31761
|
-
}
|
|
31762
|
-
}
|
|
31763
|
-
}
|
|
31764
|
-
}
|
|
31765
|
-
}
|
|
31766
|
-
}
|
|
31767
31173
|
}
|
|
31768
31174
|
}
|