@mittwald/api-client 4.429.1 → 4.430.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 -18
- package/dist/esm/generated/v2/descriptors.js +11 -53
- package/dist/esm/generated/v3-next/client-react.js +2 -2
- package/dist/esm/generated/v3-next/client.js +4 -18
- package/dist/esm/generated/v3-next/descriptors.js +11 -53
- 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 +142 -565
- package/dist/types/generated/v2/descriptors.d.ts +5 -19
- package/dist/types/generated/v2/types.d.ts +150 -521
- package/dist/types/generated/v3-next/client-react.d.ts +16 -16
- package/dist/types/generated/v3-next/client.d.ts +142 -565
- package/dist/types/generated/v3-next/descriptors.d.ts +5 -19
- package/dist/types/generated/v3-next/types.d.ts +150 -521
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -226,17 +226,13 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
226
226
|
type RequestData = InferredRequestData<typeof descriptors.backupGetProjectBackupDirectories>;
|
|
227
227
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupGetProjectBackupDirectories, TStatus>;
|
|
228
228
|
}
|
|
229
|
-
namespace BackupReplaceProjectBackupExpirationTime {
|
|
230
|
-
type RequestData = InferredRequestData<typeof descriptors.backupReplaceProjectBackupExpirationTime>;
|
|
231
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupReplaceProjectBackupExpirationTime, TStatus>;
|
|
232
|
-
}
|
|
233
229
|
namespace BackupRequestProjectBackupRestore {
|
|
234
230
|
type RequestData = InferredRequestData<typeof descriptors.backupRequestProjectBackupRestore>;
|
|
235
231
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupRequestProjectBackupRestore, TStatus>;
|
|
236
232
|
}
|
|
237
|
-
namespace
|
|
238
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
239
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
233
|
+
namespace ContainerAddTemplateComponent {
|
|
234
|
+
type RequestData = InferredRequestData<typeof descriptors.containerAddTemplateComponent>;
|
|
235
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerAddTemplateComponent, TStatus>;
|
|
240
236
|
}
|
|
241
237
|
namespace ContainerCallPullImageWebhookForService {
|
|
242
238
|
type RequestData = InferredRequestData<typeof descriptors.containerCallPullImageWebhookForService>;
|
|
@@ -350,10 +346,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
350
346
|
type RequestData = InferredRequestData<typeof descriptors.containerRotatePullImageWebhookForService>;
|
|
351
347
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerRotatePullImageWebhookForService, TStatus>;
|
|
352
348
|
}
|
|
353
|
-
namespace ContainerSetStackUpdateSchedule {
|
|
354
|
-
type RequestData = InferredRequestData<typeof descriptors.containerSetStackUpdateSchedule>;
|
|
355
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerSetStackUpdateSchedule, TStatus>;
|
|
356
|
-
}
|
|
357
349
|
namespace ContainerStartService {
|
|
358
350
|
type RequestData = InferredRequestData<typeof descriptors.containerStartService>;
|
|
359
351
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerStartService, TStatus>;
|
|
@@ -386,6 +378,10 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
386
378
|
type RequestData = InferredRequestData<typeof descriptors.contractGetBaseItemOfContract>;
|
|
387
379
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetBaseItemOfContract, TStatus>;
|
|
388
380
|
}
|
|
381
|
+
namespace ContractGetDetailOfContractByAiHosting {
|
|
382
|
+
type RequestData = InferredRequestData<typeof descriptors.contractGetDetailOfContractByAiHosting>;
|
|
383
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetDetailOfContractByAiHosting, TStatus>;
|
|
384
|
+
}
|
|
389
385
|
namespace ContractGetDetailOfContractByCertificate {
|
|
390
386
|
type RequestData = InferredRequestData<typeof descriptors.contractGetDetailOfContractByCertificate>;
|
|
391
387
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetDetailOfContractByCertificate, TStatus>;
|
|
@@ -1566,14 +1562,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
1566
1562
|
type RequestData = InferredRequestData<typeof descriptors.projectResendProjectInviteMail>;
|
|
1567
1563
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectResendProjectInviteMail, TStatus>;
|
|
1568
1564
|
}
|
|
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
1565
|
namespace RelocationCreateLegacyTariffChange {
|
|
1578
1566
|
type RequestData = InferredRequestData<typeof descriptors.relocationCreateLegacyTariffChange>;
|
|
1579
1567
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.relocationCreateLegacyTariffChange, TStatus>;
|
|
@@ -1674,14 +1662,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
1674
1662
|
type RequestData = InferredRequestData<typeof descriptors.storagespaceUpdateServerStatistics>;
|
|
1675
1663
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.storagespaceUpdateServerStatistics, TStatus>;
|
|
1676
1664
|
}
|
|
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
1665
|
namespace UserAddPhoneNumber {
|
|
1686
1666
|
type RequestData = InferredRequestData<typeof descriptors.userAddPhoneNumber>;
|
|
1687
1667
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userAddPhoneNumber, TStatus>;
|
|
@@ -1902,14 +1882,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
1902
1882
|
type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
|
|
1903
1883
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
|
|
1904
1884
|
}
|
|
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
1885
|
}
|
|
1914
1886
|
namespace Components {
|
|
1915
1887
|
namespace Schemas {
|
|
@@ -2219,6 +2191,21 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
2219
2191
|
kind: "mysql" | "redis";
|
|
2220
2192
|
purpose: "primary" | "cache" | "custom";
|
|
2221
2193
|
}
|
|
2194
|
+
/**
|
|
2195
|
+
* Desired change to a database linked to an AppInstallation. If the database given
|
|
2196
|
+
* as key is not linked yet it will be linked (`purpose` is required in this case).
|
|
2197
|
+
* For an already linked database the given `databaseUserIds` are set. If
|
|
2198
|
+
* `replacesDatabaseId` refers to a linked database, that database is replaced by
|
|
2199
|
+
* the database given as key.
|
|
2200
|
+
*
|
|
2201
|
+
*/
|
|
2202
|
+
interface DeMittwaldAppPatchLinkedDatabase {
|
|
2203
|
+
databaseUserIds?: {
|
|
2204
|
+
[k: string]: string;
|
|
2205
|
+
};
|
|
2206
|
+
purpose?: "primary" | "cache" | "custom";
|
|
2207
|
+
replacesDatabaseId?: string;
|
|
2208
|
+
}
|
|
2222
2209
|
/**
|
|
2223
2210
|
* RequestHandlerRequirement describes the necessary properties to internally resolve the request handler or process to start.
|
|
2224
2211
|
*/
|
|
@@ -2526,6 +2513,18 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
2526
2513
|
*/
|
|
2527
2514
|
priceInCents: number;
|
|
2528
2515
|
}
|
|
2516
|
+
interface DeMittwaldContainerAddTemplateComponent {
|
|
2517
|
+
templateConfig: {
|
|
2518
|
+
templateId: string;
|
|
2519
|
+
/**
|
|
2520
|
+
* Values for template user inputs. Missing optional values are filled from template defaults.
|
|
2521
|
+
*/
|
|
2522
|
+
userInputs?: {
|
|
2523
|
+
name: string;
|
|
2524
|
+
value: string;
|
|
2525
|
+
}[];
|
|
2526
|
+
};
|
|
2527
|
+
}
|
|
2529
2528
|
interface DeMittwaldContainerCreateRegistry {
|
|
2530
2529
|
credentials?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerSetRegistryCredentials;
|
|
2531
2530
|
description: string;
|
|
@@ -5577,7 +5576,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
5577
5576
|
severity: "success" | "info" | "warning" | "error";
|
|
5578
5577
|
type: string;
|
|
5579
5578
|
}
|
|
5580
|
-
type DeMittwaldMessagingNotificationStatus = "read";
|
|
5579
|
+
type DeMittwaldMessagingNotificationStatus = "read" | "unread";
|
|
5581
5580
|
interface DeMittwaldOrderAddons {
|
|
5582
5581
|
hidden?: boolean;
|
|
5583
5582
|
key: string;
|
|
@@ -6173,6 +6172,16 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6173
6172
|
name: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6174
6173
|
};
|
|
6175
6174
|
}
|
|
6175
|
+
interface DeMittwaldActivitylogDatabaseMysqlUserPasswordSet {
|
|
6176
|
+
changes: {};
|
|
6177
|
+
name: "database.mysql-user-password-set";
|
|
6178
|
+
parameters: {
|
|
6179
|
+
databaseDescription: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6180
|
+
databaseName: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogLinkedParameterProperty;
|
|
6181
|
+
description: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6182
|
+
name: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6183
|
+
};
|
|
6184
|
+
}
|
|
6176
6185
|
interface DeMittwaldActivitylogDatabaseMysqlUserUpdated {
|
|
6177
6186
|
changes: {
|
|
6178
6187
|
after?: {
|
|
@@ -6416,7 +6425,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6416
6425
|
name: string;
|
|
6417
6426
|
}
|
|
6418
6427
|
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;
|
|
6428
|
+
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
6429
|
aggregate: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAggregateReference;
|
|
6421
6430
|
dateTime: string;
|
|
6422
6431
|
/**
|
|
@@ -7034,18 +7043,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
7034
7043
|
}
|
|
7035
7044
|
type DeMittwaldVerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
7036
7045
|
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
7046
|
interface DeMittwaldCommonsAddress {
|
|
7050
7047
|
street: string;
|
|
7051
7048
|
houseNumber: string;
|
|
@@ -8367,6 +8364,14 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8367
8364
|
interface RequestBody {
|
|
8368
8365
|
appVersionId?: string;
|
|
8369
8366
|
customDocumentRoot?: string;
|
|
8367
|
+
/**
|
|
8368
|
+
* Desired changes to the databases linked to this AppInstallation, keyed by
|
|
8369
|
+
* database ID. Databases omitted from this object remain unchanged.
|
|
8370
|
+
*
|
|
8371
|
+
*/
|
|
8372
|
+
databases?: {
|
|
8373
|
+
[k: string]: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppPatchLinkedDatabase;
|
|
8374
|
+
};
|
|
8370
8375
|
description?: string;
|
|
8371
8376
|
systemSoftware?: {
|
|
8372
8377
|
[k: string]: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppDesiredSystemSoftware;
|
|
@@ -8383,6 +8388,13 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8383
8388
|
type Empty = unknown;
|
|
8384
8389
|
}
|
|
8385
8390
|
}
|
|
8391
|
+
namespace $400 {
|
|
8392
|
+
namespace Content {
|
|
8393
|
+
interface ApplicationJson {
|
|
8394
|
+
[k: string]: unknown;
|
|
8395
|
+
}
|
|
8396
|
+
}
|
|
8397
|
+
}
|
|
8386
8398
|
namespace $404 {
|
|
8387
8399
|
namespace Content {
|
|
8388
8400
|
interface ApplicationJson {
|
|
@@ -10005,18 +10017,14 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
10005
10017
|
}
|
|
10006
10018
|
}
|
|
10007
10019
|
}
|
|
10008
|
-
namespace
|
|
10009
|
-
|
|
10020
|
+
namespace V3NextProjectBackupsProjectBackupIdRestorePath { }
|
|
10021
|
+
namespace V3NextProjectBackupsProjectBackupIdRestore {
|
|
10022
|
+
namespace Post {
|
|
10010
10023
|
namespace Parameters {
|
|
10011
10024
|
type Path = {
|
|
10012
10025
|
projectBackupId: string;
|
|
10013
10026
|
};
|
|
10014
|
-
|
|
10015
|
-
/**
|
|
10016
|
-
* Time when to expire the Backup. Must be no more than one year in the future.
|
|
10017
|
-
*/
|
|
10018
|
-
expirationTime?: string;
|
|
10019
|
-
}
|
|
10027
|
+
type RequestBody = MittwaldAPIV3Next.Components.Schemas.DeMittwaldBackupProjectBackupRestoreRequest;
|
|
10020
10028
|
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
10021
10029
|
type Query = {};
|
|
10022
10030
|
}
|
|
@@ -10064,14 +10072,13 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
10064
10072
|
}
|
|
10065
10073
|
}
|
|
10066
10074
|
}
|
|
10067
|
-
namespace
|
|
10068
|
-
namespace V3NextProjectBackupsProjectBackupIdRestore {
|
|
10075
|
+
namespace V3NextStacksStackIdActionsAddTemplateComponent {
|
|
10069
10076
|
namespace Post {
|
|
10070
10077
|
namespace Parameters {
|
|
10071
10078
|
type Path = {
|
|
10072
|
-
|
|
10079
|
+
stackId: string;
|
|
10073
10080
|
};
|
|
10074
|
-
type RequestBody = MittwaldAPIV3Next.Components.Schemas.
|
|
10081
|
+
type RequestBody = MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerAddTemplateComponent;
|
|
10075
10082
|
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
10076
10083
|
type Query = {};
|
|
10077
10084
|
}
|
|
@@ -10102,66 +10109,28 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
10102
10109
|
}
|
|
10103
10110
|
}
|
|
10104
10111
|
}
|
|
10105
|
-
namespace $
|
|
10106
|
-
namespace Content {
|
|
10107
|
-
interface ApplicationJson {
|
|
10108
|
-
[k: string]: unknown;
|
|
10109
|
-
}
|
|
10110
|
-
}
|
|
10111
|
-
}
|
|
10112
|
-
namespace Default {
|
|
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 {
|
|
10112
|
+
namespace $409 {
|
|
10144
10113
|
namespace Content {
|
|
10145
10114
|
interface ApplicationJson {
|
|
10146
10115
|
[k: string]: unknown;
|
|
10147
10116
|
}
|
|
10148
10117
|
}
|
|
10149
10118
|
}
|
|
10150
|
-
namespace $
|
|
10119
|
+
namespace $412 {
|
|
10151
10120
|
namespace Content {
|
|
10152
10121
|
interface ApplicationJson {
|
|
10153
10122
|
[k: string]: unknown;
|
|
10154
10123
|
}
|
|
10155
10124
|
}
|
|
10156
10125
|
}
|
|
10157
|
-
namespace $
|
|
10126
|
+
namespace $429 {
|
|
10158
10127
|
namespace Content {
|
|
10159
10128
|
interface ApplicationJson {
|
|
10160
10129
|
[k: string]: unknown;
|
|
10161
10130
|
}
|
|
10162
10131
|
}
|
|
10163
10132
|
}
|
|
10164
|
-
namespace $
|
|
10133
|
+
namespace $500 {
|
|
10165
10134
|
namespace Content {
|
|
10166
10135
|
interface ApplicationJson {
|
|
10167
10136
|
[k: string]: unknown;
|
|
@@ -12003,82 +11972,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
12003
11972
|
}
|
|
12004
11973
|
}
|
|
12005
11974
|
}
|
|
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
11975
|
namespace V3NextStacksStackIdServicesServiceIdActionsStart {
|
|
12083
11976
|
namespace Post {
|
|
12084
11977
|
namespace Parameters {
|
|
@@ -12541,12 +12434,12 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
12541
12434
|
}
|
|
12542
12435
|
}
|
|
12543
12436
|
}
|
|
12544
|
-
namespace
|
|
12545
|
-
namespace V3NextCertificatesCertificateIdContract {
|
|
12437
|
+
namespace V3NextCustomersCustomerIdAiHostingsAiHostingIdContract {
|
|
12546
12438
|
namespace Get {
|
|
12547
12439
|
namespace Parameters {
|
|
12548
12440
|
type Path = {
|
|
12549
|
-
|
|
12441
|
+
customerId: string;
|
|
12442
|
+
aiHostingId: string;
|
|
12550
12443
|
};
|
|
12551
12444
|
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
12552
12445
|
type Query = {};
|
|
@@ -12588,11 +12481,11 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
12588
12481
|
}
|
|
12589
12482
|
}
|
|
12590
12483
|
}
|
|
12591
|
-
namespace
|
|
12484
|
+
namespace V3NextCertificatesCertificateIdContract {
|
|
12592
12485
|
namespace Get {
|
|
12593
12486
|
namespace Parameters {
|
|
12594
12487
|
type Path = {
|
|
12595
|
-
|
|
12488
|
+
certificateId: string;
|
|
12596
12489
|
};
|
|
12597
12490
|
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
12598
12491
|
type Query = {};
|
|
@@ -12634,11 +12527,11 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
12634
12527
|
}
|
|
12635
12528
|
}
|
|
12636
12529
|
}
|
|
12637
|
-
namespace
|
|
12530
|
+
namespace V3NextDomainsDomainIdContract {
|
|
12638
12531
|
namespace Get {
|
|
12639
12532
|
namespace Parameters {
|
|
12640
12533
|
type Path = {
|
|
12641
|
-
|
|
12534
|
+
domainId: string;
|
|
12642
12535
|
};
|
|
12643
12536
|
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
12644
12537
|
type Query = {};
|
|
@@ -12680,11 +12573,11 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
12680
12573
|
}
|
|
12681
12574
|
}
|
|
12682
12575
|
}
|
|
12683
|
-
namespace
|
|
12576
|
+
namespace V3NextCustomersCustomerIdLeadFyndrProfileContract {
|
|
12684
12577
|
namespace Get {
|
|
12685
12578
|
namespace Parameters {
|
|
12686
12579
|
type Path = {
|
|
12687
|
-
|
|
12580
|
+
customerId: string;
|
|
12688
12581
|
};
|
|
12689
12582
|
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
12690
12583
|
type Query = {};
|
|
@@ -12726,11 +12619,11 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
12726
12619
|
}
|
|
12727
12620
|
}
|
|
12728
12621
|
}
|
|
12729
|
-
namespace
|
|
12622
|
+
namespace V3NextLicensesLicenseIdContract {
|
|
12730
12623
|
namespace Get {
|
|
12731
12624
|
namespace Parameters {
|
|
12732
12625
|
type Path = {
|
|
12733
|
-
|
|
12626
|
+
licenseId: string;
|
|
12734
12627
|
};
|
|
12735
12628
|
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
12736
12629
|
type Query = {};
|
|
@@ -12772,11 +12665,11 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
12772
12665
|
}
|
|
12773
12666
|
}
|
|
12774
12667
|
}
|
|
12775
|
-
namespace
|
|
12668
|
+
namespace V3NextMailAddressesMailAddressIdContract {
|
|
12776
12669
|
namespace Get {
|
|
12777
12670
|
namespace Parameters {
|
|
12778
12671
|
type Path = {
|
|
12779
|
-
|
|
12672
|
+
mailAddressId: string;
|
|
12780
12673
|
};
|
|
12781
12674
|
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
12782
12675
|
type Query = {};
|
|
@@ -12818,11 +12711,11 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
12818
12711
|
}
|
|
12819
12712
|
}
|
|
12820
12713
|
}
|
|
12821
|
-
namespace
|
|
12714
|
+
namespace V3NextProjectsProjectIdContract {
|
|
12822
12715
|
namespace Get {
|
|
12823
12716
|
namespace Parameters {
|
|
12824
12717
|
type Path = {
|
|
12825
|
-
|
|
12718
|
+
projectId: string;
|
|
12826
12719
|
};
|
|
12827
12720
|
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
12828
12721
|
type Query = {};
|
|
@@ -12864,12 +12757,11 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
12864
12757
|
}
|
|
12865
12758
|
}
|
|
12866
12759
|
}
|
|
12867
|
-
namespace
|
|
12760
|
+
namespace V3NextServersServerIdContract {
|
|
12868
12761
|
namespace Get {
|
|
12869
12762
|
namespace Parameters {
|
|
12870
12763
|
type Path = {
|
|
12871
|
-
|
|
12872
|
-
contractItemId: string;
|
|
12764
|
+
serverId: string;
|
|
12873
12765
|
};
|
|
12874
12766
|
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
12875
12767
|
type Query = {};
|
|
@@ -12877,7 +12769,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
12877
12769
|
namespace Responses {
|
|
12878
12770
|
namespace $200 {
|
|
12879
12771
|
namespace Content {
|
|
12880
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.
|
|
12772
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContract;
|
|
12881
12773
|
}
|
|
12882
12774
|
}
|
|
12883
12775
|
namespace $400 {
|
|
@@ -12911,11 +12803,12 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
12911
12803
|
}
|
|
12912
12804
|
}
|
|
12913
12805
|
}
|
|
12914
|
-
namespace
|
|
12806
|
+
namespace V3NextContractsContractIdItemsContractItemId {
|
|
12915
12807
|
namespace Get {
|
|
12916
12808
|
namespace Parameters {
|
|
12917
12809
|
type Path = {
|
|
12918
12810
|
contractId: string;
|
|
12811
|
+
contractItemId: string;
|
|
12919
12812
|
};
|
|
12920
12813
|
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
12921
12814
|
type Query = {};
|
|
@@ -12923,7 +12816,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
12923
12816
|
namespace Responses {
|
|
12924
12817
|
namespace $200 {
|
|
12925
12818
|
namespace Content {
|
|
12926
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.
|
|
12819
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem;
|
|
12927
12820
|
}
|
|
12928
12821
|
}
|
|
12929
12822
|
namespace $400 {
|
|
@@ -12957,14 +12850,60 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
12957
12850
|
}
|
|
12958
12851
|
}
|
|
12959
12852
|
}
|
|
12960
|
-
namespace
|
|
12853
|
+
namespace V3NextContractsContractId {
|
|
12961
12854
|
namespace Get {
|
|
12962
12855
|
namespace Parameters {
|
|
12963
12856
|
type Path = {
|
|
12964
|
-
|
|
12857
|
+
contractId: string;
|
|
12965
12858
|
};
|
|
12966
12859
|
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
12967
|
-
type Query = {
|
|
12860
|
+
type Query = {};
|
|
12861
|
+
}
|
|
12862
|
+
namespace Responses {
|
|
12863
|
+
namespace $200 {
|
|
12864
|
+
namespace Content {
|
|
12865
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContract;
|
|
12866
|
+
}
|
|
12867
|
+
}
|
|
12868
|
+
namespace $400 {
|
|
12869
|
+
namespace Content {
|
|
12870
|
+
interface ApplicationJson {
|
|
12871
|
+
[k: string]: unknown;
|
|
12872
|
+
}
|
|
12873
|
+
}
|
|
12874
|
+
}
|
|
12875
|
+
namespace $404 {
|
|
12876
|
+
namespace Content {
|
|
12877
|
+
interface ApplicationJson {
|
|
12878
|
+
[k: string]: unknown;
|
|
12879
|
+
}
|
|
12880
|
+
}
|
|
12881
|
+
}
|
|
12882
|
+
namespace $429 {
|
|
12883
|
+
namespace Content {
|
|
12884
|
+
interface ApplicationJson {
|
|
12885
|
+
[k: string]: unknown;
|
|
12886
|
+
}
|
|
12887
|
+
}
|
|
12888
|
+
}
|
|
12889
|
+
namespace Default {
|
|
12890
|
+
namespace Content {
|
|
12891
|
+
interface ApplicationJson {
|
|
12892
|
+
[k: string]: unknown;
|
|
12893
|
+
}
|
|
12894
|
+
}
|
|
12895
|
+
}
|
|
12896
|
+
}
|
|
12897
|
+
}
|
|
12898
|
+
}
|
|
12899
|
+
namespace V3NextCustomersCustomerIdContracts {
|
|
12900
|
+
namespace Get {
|
|
12901
|
+
namespace Parameters {
|
|
12902
|
+
type Path = {
|
|
12903
|
+
customerId: string;
|
|
12904
|
+
};
|
|
12905
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
12906
|
+
type Query = {
|
|
12968
12907
|
limit?: number;
|
|
12969
12908
|
skip?: number;
|
|
12970
12909
|
page?: number;
|
|
@@ -17306,9 +17245,13 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
17306
17245
|
}
|
|
17307
17246
|
namespace V3NextAppInstallationsAppInstallationIdActionsAction { }
|
|
17308
17247
|
namespace V3NextAppinstallationsAppInstallationIdDatabases { }
|
|
17248
|
+
namespace V3NextProjectBackupsProjectBackupIdExpirationTime { }
|
|
17249
|
+
namespace V3NextProjectBackupsProjectBackupIdDescription { }
|
|
17309
17250
|
namespace V3NextContainerTemplatesTemplateIdIcon { }
|
|
17251
|
+
namespace V3NextStacksStackIdUpdateSchedule { }
|
|
17310
17252
|
namespace V3NextActionsValidateContainerRegistryUri { }
|
|
17311
17253
|
namespace V3NextRegistriesRegistryIdActionsValidateCredentials { }
|
|
17254
|
+
namespace V3NextCustomersCustomerIdAiHostingContract { }
|
|
17312
17255
|
namespace V3NextContractsContractIdItemsContractItemIdNextTerminationDates { }
|
|
17313
17256
|
namespace V3NextCustomersCustomerIdActionsLeave { }
|
|
17314
17257
|
namespace V3NextMysqlDatabasesMysqlDatabaseIdDefaultCharset { }
|
|
@@ -18027,6 +17970,10 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
18027
17970
|
}
|
|
18028
17971
|
}
|
|
18029
17972
|
namespace V3NextProjectsProjectIdLeave { }
|
|
17973
|
+
namespace V3NextProjectsProjectIdDescription { }
|
|
17974
|
+
namespace V3NextServersServerIdDescription { }
|
|
17975
|
+
namespace V3NextProjectsProjectIdStorageSpaceNotificationThreshold { }
|
|
17976
|
+
namespace V3NextServersServerIdStorageSpaceNotificationThreshold { }
|
|
18030
17977
|
namespace V3NextSignupEmail { }
|
|
18031
17978
|
namespace V3NextUsersSelfCredentialsToken { }
|
|
18032
17979
|
namespace V3NextSignupPasswordResetConfirm { }
|
|
@@ -27660,104 +27607,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
27660
27607
|
}
|
|
27661
27608
|
}
|
|
27662
27609
|
}
|
|
27663
|
-
namespace V3NextProjectsProjectIdDescription {
|
|
27664
|
-
namespace Patch {
|
|
27665
|
-
namespace Parameters {
|
|
27666
|
-
type Path = {
|
|
27667
|
-
projectId: string;
|
|
27668
|
-
};
|
|
27669
|
-
interface RequestBody {
|
|
27670
|
-
description: string;
|
|
27671
|
-
}
|
|
27672
|
-
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
27673
|
-
type Query = {};
|
|
27674
|
-
}
|
|
27675
|
-
namespace Responses {
|
|
27676
|
-
namespace $204 {
|
|
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 {
|
|
27689
|
-
namespace Content {
|
|
27690
|
-
interface ApplicationJson {
|
|
27691
|
-
[k: string]: unknown;
|
|
27692
|
-
}
|
|
27693
|
-
}
|
|
27694
|
-
}
|
|
27695
|
-
namespace $429 {
|
|
27696
|
-
namespace Content {
|
|
27697
|
-
interface ApplicationJson {
|
|
27698
|
-
[k: string]: unknown;
|
|
27699
|
-
}
|
|
27700
|
-
}
|
|
27701
|
-
}
|
|
27702
|
-
namespace Default {
|
|
27703
|
-
namespace Content {
|
|
27704
|
-
interface ApplicationJson {
|
|
27705
|
-
[k: string]: unknown;
|
|
27706
|
-
}
|
|
27707
|
-
}
|
|
27708
|
-
}
|
|
27709
|
-
}
|
|
27710
|
-
}
|
|
27711
|
-
}
|
|
27712
|
-
namespace V3NextServersServerIdDescription {
|
|
27713
|
-
namespace Patch {
|
|
27714
|
-
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
27610
|
namespace V3NextLegacyTariffChange {
|
|
27762
27611
|
namespace Post {
|
|
27763
27612
|
namespace Parameters {
|
|
@@ -28983,104 +28832,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
28983
28832
|
}
|
|
28984
28833
|
}
|
|
28985
28834
|
}
|
|
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
28835
|
namespace V3NextUsersUserIdPhone {
|
|
29085
28836
|
namespace Post {
|
|
29086
28837
|
namespace Parameters {
|
|
@@ -31642,127 +31393,5 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
31642
31393
|
}
|
|
31643
31394
|
}
|
|
31644
31395
|
}
|
|
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
31396
|
}
|
|
31768
31397
|
}
|