@mittwald/api-client 4.429.0 → 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 MittwaldAPIV2 {
|
|
|
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 MittwaldAPIV2 {
|
|
|
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 MittwaldAPIV2 {
|
|
|
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 MittwaldAPIV2 {
|
|
|
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 MittwaldAPIV2 {
|
|
|
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 MittwaldAPIV2 {
|
|
|
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 MittwaldAPIV2 {
|
|
|
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 AppPatchLinkedDatabase {
|
|
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 MittwaldAPIV2 {
|
|
|
2526
2513
|
*/
|
|
2527
2514
|
priceInCents: number;
|
|
2528
2515
|
}
|
|
2516
|
+
interface ContainerAddTemplateComponent {
|
|
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 ContainerCreateRegistry {
|
|
2530
2529
|
credentials?: MittwaldAPIV2.Components.Schemas.ContainerSetRegistryCredentials;
|
|
2531
2530
|
description: string;
|
|
@@ -5573,7 +5572,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5573
5572
|
severity: "success" | "info" | "warning" | "error";
|
|
5574
5573
|
type: string;
|
|
5575
5574
|
}
|
|
5576
|
-
type MessagingNotificationStatus = "read";
|
|
5575
|
+
type MessagingNotificationStatus = "read" | "unread";
|
|
5577
5576
|
interface OrderAddons {
|
|
5578
5577
|
hidden?: boolean;
|
|
5579
5578
|
key: string;
|
|
@@ -6169,6 +6168,16 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6169
6168
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6170
6169
|
};
|
|
6171
6170
|
}
|
|
6171
|
+
interface ActivitylogDatabaseMysqlUserPasswordSet {
|
|
6172
|
+
changes: {};
|
|
6173
|
+
name: "database.mysql-user-password-set";
|
|
6174
|
+
parameters: {
|
|
6175
|
+
databaseDescription: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6176
|
+
databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
6177
|
+
description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6178
|
+
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6179
|
+
};
|
|
6180
|
+
}
|
|
6172
6181
|
interface ActivitylogDatabaseMysqlUserUpdated {
|
|
6173
6182
|
changes: {
|
|
6174
6183
|
after?: {
|
|
@@ -6412,7 +6421,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6412
6421
|
name: string;
|
|
6413
6422
|
}
|
|
6414
6423
|
interface ActivitylogLogEntry {
|
|
6415
|
-
action: MittwaldAPIV2.Components.Schemas.ActivitylogDnsDomainDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsIngressDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCnameRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsSrvRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCaaRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsTxtRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSetManaged | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSetManaged | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDescriptionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationCopyRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDescriptionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDatabaseLinked | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDatabaseUnlinked | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationAppVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogGenericAction;
|
|
6424
|
+
action: MittwaldAPIV2.Components.Schemas.ActivitylogDnsDomainDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsIngressDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCnameRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsSrvRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCaaRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsTxtRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSetManaged | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSetManaged | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDescriptionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserPasswordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationCopyRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDescriptionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDatabaseLinked | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDatabaseUnlinked | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationAppVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogGenericAction;
|
|
6416
6425
|
aggregate: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
|
|
6417
6426
|
dateTime: string;
|
|
6418
6427
|
/**
|
|
@@ -7030,18 +7039,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7030
7039
|
}
|
|
7031
7040
|
type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
7032
7041
|
type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
|
|
7033
|
-
interface ContainerAddTemplateComponent {
|
|
7034
|
-
templateConfig: {
|
|
7035
|
-
templateId: string;
|
|
7036
|
-
/**
|
|
7037
|
-
* Values for template user inputs. Missing optional values are filled from template defaults.
|
|
7038
|
-
*/
|
|
7039
|
-
userInputs?: {
|
|
7040
|
-
name: string;
|
|
7041
|
-
value: string;
|
|
7042
|
-
}[];
|
|
7043
|
-
};
|
|
7044
|
-
}
|
|
7045
7042
|
interface CommonsAddress {
|
|
7046
7043
|
street: string;
|
|
7047
7044
|
houseNumber: string;
|
|
@@ -8364,6 +8361,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8364
8361
|
interface RequestBody {
|
|
8365
8362
|
appVersionId?: string;
|
|
8366
8363
|
customDocumentRoot?: string;
|
|
8364
|
+
/**
|
|
8365
|
+
* Desired changes to the databases linked to this AppInstallation, keyed by
|
|
8366
|
+
* database ID. Databases omitted from this object remain unchanged.
|
|
8367
|
+
*
|
|
8368
|
+
*/
|
|
8369
|
+
databases?: {
|
|
8370
|
+
[k: string]: MittwaldAPIV2.Components.Schemas.AppPatchLinkedDatabase;
|
|
8371
|
+
};
|
|
8367
8372
|
description?: string;
|
|
8368
8373
|
systemSoftware?: {
|
|
8369
8374
|
[k: string]: MittwaldAPIV2.Components.Schemas.AppDesiredSystemSoftware;
|
|
@@ -8380,6 +8385,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8380
8385
|
type Empty = unknown;
|
|
8381
8386
|
}
|
|
8382
8387
|
}
|
|
8388
|
+
namespace $400 {
|
|
8389
|
+
namespace Content {
|
|
8390
|
+
interface ApplicationJson {
|
|
8391
|
+
[k: string]: unknown;
|
|
8392
|
+
}
|
|
8393
|
+
}
|
|
8394
|
+
}
|
|
8383
8395
|
namespace $404 {
|
|
8384
8396
|
namespace Content {
|
|
8385
8397
|
interface ApplicationJson {
|
|
@@ -10013,18 +10025,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10013
10025
|
}
|
|
10014
10026
|
}
|
|
10015
10027
|
}
|
|
10016
|
-
namespace
|
|
10017
|
-
|
|
10028
|
+
namespace V2ProjectBackupsProjectBackupIdRestorePath { }
|
|
10029
|
+
namespace V2ProjectBackupsProjectBackupIdRestore {
|
|
10030
|
+
namespace Post {
|
|
10018
10031
|
namespace Parameters {
|
|
10019
10032
|
type Path = {
|
|
10020
10033
|
projectBackupId: string;
|
|
10021
10034
|
};
|
|
10022
|
-
|
|
10023
|
-
/**
|
|
10024
|
-
* Time when to expire the Backup. Must be no more than one year in the future.
|
|
10025
|
-
*/
|
|
10026
|
-
expirationTime?: string;
|
|
10027
|
-
}
|
|
10035
|
+
type RequestBody = MittwaldAPIV2.Components.Schemas.BackupProjectBackupRestoreRequest;
|
|
10028
10036
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10029
10037
|
type Query = {};
|
|
10030
10038
|
}
|
|
@@ -10072,14 +10080,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10072
10080
|
}
|
|
10073
10081
|
}
|
|
10074
10082
|
}
|
|
10075
|
-
namespace
|
|
10076
|
-
namespace V2ProjectBackupsProjectBackupIdRestore {
|
|
10083
|
+
namespace V2StacksStackIdActionsAddTemplateComponent {
|
|
10077
10084
|
namespace Post {
|
|
10078
10085
|
namespace Parameters {
|
|
10079
10086
|
type Path = {
|
|
10080
|
-
|
|
10087
|
+
stackId: string;
|
|
10081
10088
|
};
|
|
10082
|
-
type RequestBody = MittwaldAPIV2.Components.Schemas.
|
|
10089
|
+
type RequestBody = MittwaldAPIV2.Components.Schemas.ContainerAddTemplateComponent;
|
|
10083
10090
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10084
10091
|
type Query = {};
|
|
10085
10092
|
}
|
|
@@ -10110,66 +10117,28 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10110
10117
|
}
|
|
10111
10118
|
}
|
|
10112
10119
|
}
|
|
10113
|
-
namespace $
|
|
10114
|
-
namespace Content {
|
|
10115
|
-
interface ApplicationJson {
|
|
10116
|
-
[k: string]: unknown;
|
|
10117
|
-
}
|
|
10118
|
-
}
|
|
10119
|
-
}
|
|
10120
|
-
namespace Default {
|
|
10121
|
-
namespace Content {
|
|
10122
|
-
interface ApplicationJson {
|
|
10123
|
-
[k: string]: unknown;
|
|
10124
|
-
}
|
|
10125
|
-
}
|
|
10126
|
-
}
|
|
10127
|
-
}
|
|
10128
|
-
}
|
|
10129
|
-
}
|
|
10130
|
-
namespace V2ProjectBackupsProjectBackupIdDescription {
|
|
10131
|
-
namespace Patch {
|
|
10132
|
-
namespace Parameters {
|
|
10133
|
-
type Path = {
|
|
10134
|
-
projectBackupId: string;
|
|
10135
|
-
};
|
|
10136
|
-
interface RequestBody {
|
|
10137
|
-
/**
|
|
10138
|
-
* Description of the ProjectBackup.
|
|
10139
|
-
*/
|
|
10140
|
-
description?: string;
|
|
10141
|
-
}
|
|
10142
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10143
|
-
type Query = {};
|
|
10144
|
-
}
|
|
10145
|
-
namespace Responses {
|
|
10146
|
-
namespace $204 {
|
|
10147
|
-
namespace Content {
|
|
10148
|
-
type Empty = unknown;
|
|
10149
|
-
}
|
|
10150
|
-
}
|
|
10151
|
-
namespace $400 {
|
|
10120
|
+
namespace $409 {
|
|
10152
10121
|
namespace Content {
|
|
10153
10122
|
interface ApplicationJson {
|
|
10154
10123
|
[k: string]: unknown;
|
|
10155
10124
|
}
|
|
10156
10125
|
}
|
|
10157
10126
|
}
|
|
10158
|
-
namespace $
|
|
10127
|
+
namespace $412 {
|
|
10159
10128
|
namespace Content {
|
|
10160
10129
|
interface ApplicationJson {
|
|
10161
10130
|
[k: string]: unknown;
|
|
10162
10131
|
}
|
|
10163
10132
|
}
|
|
10164
10133
|
}
|
|
10165
|
-
namespace $
|
|
10134
|
+
namespace $429 {
|
|
10166
10135
|
namespace Content {
|
|
10167
10136
|
interface ApplicationJson {
|
|
10168
10137
|
[k: string]: unknown;
|
|
10169
10138
|
}
|
|
10170
10139
|
}
|
|
10171
10140
|
}
|
|
10172
|
-
namespace $
|
|
10141
|
+
namespace $500 {
|
|
10173
10142
|
namespace Content {
|
|
10174
10143
|
interface ApplicationJson {
|
|
10175
10144
|
[k: string]: unknown;
|
|
@@ -12011,82 +11980,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12011
11980
|
}
|
|
12012
11981
|
}
|
|
12013
11982
|
}
|
|
12014
|
-
namespace V2StacksStackIdUpdateSchedule {
|
|
12015
|
-
namespace Put {
|
|
12016
|
-
namespace Parameters {
|
|
12017
|
-
type Path = {
|
|
12018
|
-
stackId: string;
|
|
12019
|
-
};
|
|
12020
|
-
interface RequestBody {
|
|
12021
|
-
updateSchedule?: {
|
|
12022
|
-
cron: string;
|
|
12023
|
-
/**
|
|
12024
|
-
* Valid timezones can be retrieved via GET /v2/time-zones
|
|
12025
|
-
*/
|
|
12026
|
-
timezone?: string;
|
|
12027
|
-
};
|
|
12028
|
-
}
|
|
12029
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12030
|
-
type Query = {};
|
|
12031
|
-
}
|
|
12032
|
-
namespace Responses {
|
|
12033
|
-
namespace $204 {
|
|
12034
|
-
namespace Content {
|
|
12035
|
-
type Empty = unknown;
|
|
12036
|
-
}
|
|
12037
|
-
}
|
|
12038
|
-
namespace $400 {
|
|
12039
|
-
namespace Content {
|
|
12040
|
-
interface ApplicationJson {
|
|
12041
|
-
[k: string]: unknown;
|
|
12042
|
-
}
|
|
12043
|
-
}
|
|
12044
|
-
}
|
|
12045
|
-
namespace $403 {
|
|
12046
|
-
namespace Content {
|
|
12047
|
-
interface ApplicationJson {
|
|
12048
|
-
[k: string]: unknown;
|
|
12049
|
-
}
|
|
12050
|
-
}
|
|
12051
|
-
}
|
|
12052
|
-
namespace $404 {
|
|
12053
|
-
namespace Content {
|
|
12054
|
-
interface ApplicationJson {
|
|
12055
|
-
[k: string]: unknown;
|
|
12056
|
-
}
|
|
12057
|
-
}
|
|
12058
|
-
}
|
|
12059
|
-
namespace $412 {
|
|
12060
|
-
namespace Content {
|
|
12061
|
-
interface ApplicationJson {
|
|
12062
|
-
[k: string]: unknown;
|
|
12063
|
-
}
|
|
12064
|
-
}
|
|
12065
|
-
}
|
|
12066
|
-
namespace $429 {
|
|
12067
|
-
namespace Content {
|
|
12068
|
-
interface ApplicationJson {
|
|
12069
|
-
[k: string]: unknown;
|
|
12070
|
-
}
|
|
12071
|
-
}
|
|
12072
|
-
}
|
|
12073
|
-
namespace $500 {
|
|
12074
|
-
namespace Content {
|
|
12075
|
-
interface ApplicationJson {
|
|
12076
|
-
[k: string]: unknown;
|
|
12077
|
-
}
|
|
12078
|
-
}
|
|
12079
|
-
}
|
|
12080
|
-
namespace Default {
|
|
12081
|
-
namespace Content {
|
|
12082
|
-
interface ApplicationJson {
|
|
12083
|
-
[k: string]: unknown;
|
|
12084
|
-
}
|
|
12085
|
-
}
|
|
12086
|
-
}
|
|
12087
|
-
}
|
|
12088
|
-
}
|
|
12089
|
-
}
|
|
12090
11983
|
namespace V2StacksStackIdServicesServiceIdActionsStart {
|
|
12091
11984
|
namespace Post {
|
|
12092
11985
|
namespace Parameters {
|
|
@@ -12549,12 +12442,12 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12549
12442
|
}
|
|
12550
12443
|
}
|
|
12551
12444
|
}
|
|
12552
|
-
namespace
|
|
12553
|
-
namespace V2CertificatesCertificateIdContract {
|
|
12445
|
+
namespace V2CustomersCustomerIdAiHostingsAiHostingIdContract {
|
|
12554
12446
|
namespace Get {
|
|
12555
12447
|
namespace Parameters {
|
|
12556
12448
|
type Path = {
|
|
12557
|
-
|
|
12449
|
+
customerId: string;
|
|
12450
|
+
aiHostingId: string;
|
|
12558
12451
|
};
|
|
12559
12452
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12560
12453
|
type Query = {};
|
|
@@ -12596,11 +12489,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12596
12489
|
}
|
|
12597
12490
|
}
|
|
12598
12491
|
}
|
|
12599
|
-
namespace
|
|
12492
|
+
namespace V2CertificatesCertificateIdContract {
|
|
12600
12493
|
namespace Get {
|
|
12601
12494
|
namespace Parameters {
|
|
12602
12495
|
type Path = {
|
|
12603
|
-
|
|
12496
|
+
certificateId: string;
|
|
12604
12497
|
};
|
|
12605
12498
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12606
12499
|
type Query = {};
|
|
@@ -12642,11 +12535,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12642
12535
|
}
|
|
12643
12536
|
}
|
|
12644
12537
|
}
|
|
12645
|
-
namespace
|
|
12538
|
+
namespace V2DomainsDomainIdContract {
|
|
12646
12539
|
namespace Get {
|
|
12647
12540
|
namespace Parameters {
|
|
12648
12541
|
type Path = {
|
|
12649
|
-
|
|
12542
|
+
domainId: string;
|
|
12650
12543
|
};
|
|
12651
12544
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12652
12545
|
type Query = {};
|
|
@@ -12688,11 +12581,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12688
12581
|
}
|
|
12689
12582
|
}
|
|
12690
12583
|
}
|
|
12691
|
-
namespace
|
|
12584
|
+
namespace V2CustomersCustomerIdLeadFyndrProfileContract {
|
|
12692
12585
|
namespace Get {
|
|
12693
12586
|
namespace Parameters {
|
|
12694
12587
|
type Path = {
|
|
12695
|
-
|
|
12588
|
+
customerId: string;
|
|
12696
12589
|
};
|
|
12697
12590
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12698
12591
|
type Query = {};
|
|
@@ -12734,11 +12627,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12734
12627
|
}
|
|
12735
12628
|
}
|
|
12736
12629
|
}
|
|
12737
|
-
namespace
|
|
12630
|
+
namespace V2LicensesLicenseIdContract {
|
|
12738
12631
|
namespace Get {
|
|
12739
12632
|
namespace Parameters {
|
|
12740
12633
|
type Path = {
|
|
12741
|
-
|
|
12634
|
+
licenseId: string;
|
|
12742
12635
|
};
|
|
12743
12636
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12744
12637
|
type Query = {};
|
|
@@ -12780,11 +12673,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12780
12673
|
}
|
|
12781
12674
|
}
|
|
12782
12675
|
}
|
|
12783
|
-
namespace
|
|
12676
|
+
namespace V2MailAddressesMailAddressIdContract {
|
|
12784
12677
|
namespace Get {
|
|
12785
12678
|
namespace Parameters {
|
|
12786
12679
|
type Path = {
|
|
12787
|
-
|
|
12680
|
+
mailAddressId: string;
|
|
12788
12681
|
};
|
|
12789
12682
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12790
12683
|
type Query = {};
|
|
@@ -12826,11 +12719,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12826
12719
|
}
|
|
12827
12720
|
}
|
|
12828
12721
|
}
|
|
12829
|
-
namespace
|
|
12722
|
+
namespace V2ProjectsProjectIdContract {
|
|
12830
12723
|
namespace Get {
|
|
12831
12724
|
namespace Parameters {
|
|
12832
12725
|
type Path = {
|
|
12833
|
-
|
|
12726
|
+
projectId: string;
|
|
12834
12727
|
};
|
|
12835
12728
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12836
12729
|
type Query = {};
|
|
@@ -12872,12 +12765,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12872
12765
|
}
|
|
12873
12766
|
}
|
|
12874
12767
|
}
|
|
12875
|
-
namespace
|
|
12768
|
+
namespace V2ServersServerIdContract {
|
|
12876
12769
|
namespace Get {
|
|
12877
12770
|
namespace Parameters {
|
|
12878
12771
|
type Path = {
|
|
12879
|
-
|
|
12880
|
-
contractItemId: string;
|
|
12772
|
+
serverId: string;
|
|
12881
12773
|
};
|
|
12882
12774
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12883
12775
|
type Query = {};
|
|
@@ -12885,7 +12777,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12885
12777
|
namespace Responses {
|
|
12886
12778
|
namespace $200 {
|
|
12887
12779
|
namespace Content {
|
|
12888
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
12780
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContractContract;
|
|
12889
12781
|
}
|
|
12890
12782
|
}
|
|
12891
12783
|
namespace $400 {
|
|
@@ -12919,11 +12811,12 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12919
12811
|
}
|
|
12920
12812
|
}
|
|
12921
12813
|
}
|
|
12922
|
-
namespace
|
|
12814
|
+
namespace V2ContractsContractIdItemsContractItemId {
|
|
12923
12815
|
namespace Get {
|
|
12924
12816
|
namespace Parameters {
|
|
12925
12817
|
type Path = {
|
|
12926
12818
|
contractId: string;
|
|
12819
|
+
contractItemId: string;
|
|
12927
12820
|
};
|
|
12928
12821
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12929
12822
|
type Query = {};
|
|
@@ -12931,7 +12824,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12931
12824
|
namespace Responses {
|
|
12932
12825
|
namespace $200 {
|
|
12933
12826
|
namespace Content {
|
|
12934
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
12827
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContractContractItem;
|
|
12935
12828
|
}
|
|
12936
12829
|
}
|
|
12937
12830
|
namespace $400 {
|
|
@@ -12965,14 +12858,60 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12965
12858
|
}
|
|
12966
12859
|
}
|
|
12967
12860
|
}
|
|
12968
|
-
namespace
|
|
12861
|
+
namespace V2ContractsContractId {
|
|
12969
12862
|
namespace Get {
|
|
12970
12863
|
namespace Parameters {
|
|
12971
12864
|
type Path = {
|
|
12972
|
-
|
|
12865
|
+
contractId: string;
|
|
12973
12866
|
};
|
|
12974
12867
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12975
|
-
type Query = {
|
|
12868
|
+
type Query = {};
|
|
12869
|
+
}
|
|
12870
|
+
namespace Responses {
|
|
12871
|
+
namespace $200 {
|
|
12872
|
+
namespace Content {
|
|
12873
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContractContract;
|
|
12874
|
+
}
|
|
12875
|
+
}
|
|
12876
|
+
namespace $400 {
|
|
12877
|
+
namespace Content {
|
|
12878
|
+
interface ApplicationJson {
|
|
12879
|
+
[k: string]: unknown;
|
|
12880
|
+
}
|
|
12881
|
+
}
|
|
12882
|
+
}
|
|
12883
|
+
namespace $404 {
|
|
12884
|
+
namespace Content {
|
|
12885
|
+
interface ApplicationJson {
|
|
12886
|
+
[k: string]: unknown;
|
|
12887
|
+
}
|
|
12888
|
+
}
|
|
12889
|
+
}
|
|
12890
|
+
namespace $429 {
|
|
12891
|
+
namespace Content {
|
|
12892
|
+
interface ApplicationJson {
|
|
12893
|
+
[k: string]: unknown;
|
|
12894
|
+
}
|
|
12895
|
+
}
|
|
12896
|
+
}
|
|
12897
|
+
namespace Default {
|
|
12898
|
+
namespace Content {
|
|
12899
|
+
interface ApplicationJson {
|
|
12900
|
+
[k: string]: unknown;
|
|
12901
|
+
}
|
|
12902
|
+
}
|
|
12903
|
+
}
|
|
12904
|
+
}
|
|
12905
|
+
}
|
|
12906
|
+
}
|
|
12907
|
+
namespace V2CustomersCustomerIdContracts {
|
|
12908
|
+
namespace Get {
|
|
12909
|
+
namespace Parameters {
|
|
12910
|
+
type Path = {
|
|
12911
|
+
customerId: string;
|
|
12912
|
+
};
|
|
12913
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12914
|
+
type Query = {
|
|
12976
12915
|
limit?: number;
|
|
12977
12916
|
skip?: number;
|
|
12978
12917
|
page?: number;
|
|
@@ -17317,9 +17256,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
17317
17256
|
namespace V2AppinstallationsAppInstallationIdActionsAction { }
|
|
17318
17257
|
namespace V2AppInstallationsAppInstallationIdActionsAction { }
|
|
17319
17258
|
namespace V2AppinstallationsAppInstallationIdDatabases { }
|
|
17259
|
+
namespace V2ProjectBackupsProjectBackupIdExpirationTime { }
|
|
17260
|
+
namespace V2ProjectBackupsProjectBackupIdDescription { }
|
|
17320
17261
|
namespace V2ContainerTemplatesTemplateIdIcon { }
|
|
17262
|
+
namespace V2StacksStackIdUpdateSchedule { }
|
|
17321
17263
|
namespace V2ActionsValidateContainerRegistryUri { }
|
|
17322
17264
|
namespace V2RegistriesRegistryIdActionsValidateCredentials { }
|
|
17265
|
+
namespace V2CustomersCustomerIdAiHostingContract { }
|
|
17323
17266
|
namespace V2ContractsContractIdItemsContractItemIdNextTerminationDates { }
|
|
17324
17267
|
namespace V2CustomerCustomerIdActionsLeave { }
|
|
17325
17268
|
namespace V2CustomersCustomerIdActionsLeave { }
|
|
@@ -18045,6 +17988,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
18045
17988
|
}
|
|
18046
17989
|
}
|
|
18047
17990
|
namespace V2ProjectsProjectIdLeave { }
|
|
17991
|
+
namespace V2ProjectsProjectIdDescription { }
|
|
17992
|
+
namespace V2ServersServerIdDescription { }
|
|
17993
|
+
namespace V2ProjectsProjectIdStorageSpaceNotificationThreshold { }
|
|
17994
|
+
namespace V2ServersServerIdStorageSpaceNotificationThreshold { }
|
|
18048
17995
|
namespace V2SignupEmail { }
|
|
18049
17996
|
namespace V2SignupTokenCheck { }
|
|
18050
17997
|
namespace V2UsersSelfCredentialsToken { }
|
|
@@ -27722,104 +27669,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
27722
27669
|
}
|
|
27723
27670
|
}
|
|
27724
27671
|
}
|
|
27725
|
-
namespace V2ProjectsProjectIdDescription {
|
|
27726
|
-
namespace Patch {
|
|
27727
|
-
namespace Parameters {
|
|
27728
|
-
type Path = {
|
|
27729
|
-
projectId: string;
|
|
27730
|
-
};
|
|
27731
|
-
interface RequestBody {
|
|
27732
|
-
description: string;
|
|
27733
|
-
}
|
|
27734
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
27735
|
-
type Query = {};
|
|
27736
|
-
}
|
|
27737
|
-
namespace Responses {
|
|
27738
|
-
namespace $204 {
|
|
27739
|
-
namespace Content {
|
|
27740
|
-
type Empty = unknown;
|
|
27741
|
-
}
|
|
27742
|
-
}
|
|
27743
|
-
namespace $400 {
|
|
27744
|
-
namespace Content {
|
|
27745
|
-
interface ApplicationJson {
|
|
27746
|
-
[k: string]: unknown;
|
|
27747
|
-
}
|
|
27748
|
-
}
|
|
27749
|
-
}
|
|
27750
|
-
namespace $403 {
|
|
27751
|
-
namespace Content {
|
|
27752
|
-
interface ApplicationJson {
|
|
27753
|
-
[k: string]: unknown;
|
|
27754
|
-
}
|
|
27755
|
-
}
|
|
27756
|
-
}
|
|
27757
|
-
namespace $429 {
|
|
27758
|
-
namespace Content {
|
|
27759
|
-
interface ApplicationJson {
|
|
27760
|
-
[k: string]: unknown;
|
|
27761
|
-
}
|
|
27762
|
-
}
|
|
27763
|
-
}
|
|
27764
|
-
namespace Default {
|
|
27765
|
-
namespace Content {
|
|
27766
|
-
interface ApplicationJson {
|
|
27767
|
-
[k: string]: unknown;
|
|
27768
|
-
}
|
|
27769
|
-
}
|
|
27770
|
-
}
|
|
27771
|
-
}
|
|
27772
|
-
}
|
|
27773
|
-
}
|
|
27774
|
-
namespace V2ServersServerIdDescription {
|
|
27775
|
-
namespace Patch {
|
|
27776
|
-
namespace Parameters {
|
|
27777
|
-
type Path = {
|
|
27778
|
-
serverId: string;
|
|
27779
|
-
};
|
|
27780
|
-
interface RequestBody {
|
|
27781
|
-
description: string;
|
|
27782
|
-
}
|
|
27783
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
27784
|
-
type Query = {};
|
|
27785
|
-
}
|
|
27786
|
-
namespace Responses {
|
|
27787
|
-
namespace $204 {
|
|
27788
|
-
namespace Content {
|
|
27789
|
-
type Empty = unknown;
|
|
27790
|
-
}
|
|
27791
|
-
}
|
|
27792
|
-
namespace $400 {
|
|
27793
|
-
namespace Content {
|
|
27794
|
-
interface ApplicationJson {
|
|
27795
|
-
[k: string]: unknown;
|
|
27796
|
-
}
|
|
27797
|
-
}
|
|
27798
|
-
}
|
|
27799
|
-
namespace $403 {
|
|
27800
|
-
namespace Content {
|
|
27801
|
-
interface ApplicationJson {
|
|
27802
|
-
[k: string]: unknown;
|
|
27803
|
-
}
|
|
27804
|
-
}
|
|
27805
|
-
}
|
|
27806
|
-
namespace $429 {
|
|
27807
|
-
namespace Content {
|
|
27808
|
-
interface ApplicationJson {
|
|
27809
|
-
[k: string]: unknown;
|
|
27810
|
-
}
|
|
27811
|
-
}
|
|
27812
|
-
}
|
|
27813
|
-
namespace Default {
|
|
27814
|
-
namespace Content {
|
|
27815
|
-
interface ApplicationJson {
|
|
27816
|
-
[k: string]: unknown;
|
|
27817
|
-
}
|
|
27818
|
-
}
|
|
27819
|
-
}
|
|
27820
|
-
}
|
|
27821
|
-
}
|
|
27822
|
-
}
|
|
27823
27672
|
namespace V2LegacyTariffChange {
|
|
27824
27673
|
namespace Post {
|
|
27825
27674
|
namespace Parameters {
|
|
@@ -29047,104 +28896,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
29047
28896
|
}
|
|
29048
28897
|
}
|
|
29049
28898
|
}
|
|
29050
|
-
namespace V2ProjectsProjectIdStorageSpaceNotificationThreshold {
|
|
29051
|
-
namespace Put {
|
|
29052
|
-
namespace Parameters {
|
|
29053
|
-
type Path = {
|
|
29054
|
-
projectId: string;
|
|
29055
|
-
};
|
|
29056
|
-
interface RequestBody {
|
|
29057
|
-
notificationThresholdInBytes?: number;
|
|
29058
|
-
}
|
|
29059
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
29060
|
-
type Query = {};
|
|
29061
|
-
}
|
|
29062
|
-
namespace Responses {
|
|
29063
|
-
namespace $204 {
|
|
29064
|
-
namespace Content {
|
|
29065
|
-
type Empty = unknown;
|
|
29066
|
-
}
|
|
29067
|
-
}
|
|
29068
|
-
namespace $403 {
|
|
29069
|
-
namespace Content {
|
|
29070
|
-
interface ApplicationJson {
|
|
29071
|
-
[k: string]: unknown;
|
|
29072
|
-
}
|
|
29073
|
-
}
|
|
29074
|
-
}
|
|
29075
|
-
namespace $429 {
|
|
29076
|
-
namespace Content {
|
|
29077
|
-
interface ApplicationJson {
|
|
29078
|
-
[k: string]: unknown;
|
|
29079
|
-
}
|
|
29080
|
-
}
|
|
29081
|
-
}
|
|
29082
|
-
namespace $500 {
|
|
29083
|
-
namespace Content {
|
|
29084
|
-
interface ApplicationJson {
|
|
29085
|
-
[k: string]: unknown;
|
|
29086
|
-
}
|
|
29087
|
-
}
|
|
29088
|
-
}
|
|
29089
|
-
namespace Default {
|
|
29090
|
-
namespace Content {
|
|
29091
|
-
interface ApplicationJson {
|
|
29092
|
-
[k: string]: unknown;
|
|
29093
|
-
}
|
|
29094
|
-
}
|
|
29095
|
-
}
|
|
29096
|
-
}
|
|
29097
|
-
}
|
|
29098
|
-
}
|
|
29099
|
-
namespace V2ServersServerIdStorageSpaceNotificationThreshold {
|
|
29100
|
-
namespace Put {
|
|
29101
|
-
namespace Parameters {
|
|
29102
|
-
type Path = {
|
|
29103
|
-
serverId: string;
|
|
29104
|
-
};
|
|
29105
|
-
interface RequestBody {
|
|
29106
|
-
notificationThresholdInBytes?: number;
|
|
29107
|
-
}
|
|
29108
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
29109
|
-
type Query = {};
|
|
29110
|
-
}
|
|
29111
|
-
namespace Responses {
|
|
29112
|
-
namespace $204 {
|
|
29113
|
-
namespace Content {
|
|
29114
|
-
type Empty = unknown;
|
|
29115
|
-
}
|
|
29116
|
-
}
|
|
29117
|
-
namespace $403 {
|
|
29118
|
-
namespace Content {
|
|
29119
|
-
interface ApplicationJson {
|
|
29120
|
-
[k: string]: unknown;
|
|
29121
|
-
}
|
|
29122
|
-
}
|
|
29123
|
-
}
|
|
29124
|
-
namespace $429 {
|
|
29125
|
-
namespace Content {
|
|
29126
|
-
interface ApplicationJson {
|
|
29127
|
-
[k: string]: unknown;
|
|
29128
|
-
}
|
|
29129
|
-
}
|
|
29130
|
-
}
|
|
29131
|
-
namespace $500 {
|
|
29132
|
-
namespace Content {
|
|
29133
|
-
interface ApplicationJson {
|
|
29134
|
-
[k: string]: unknown;
|
|
29135
|
-
}
|
|
29136
|
-
}
|
|
29137
|
-
}
|
|
29138
|
-
namespace Default {
|
|
29139
|
-
namespace Content {
|
|
29140
|
-
interface ApplicationJson {
|
|
29141
|
-
[k: string]: unknown;
|
|
29142
|
-
}
|
|
29143
|
-
}
|
|
29144
|
-
}
|
|
29145
|
-
}
|
|
29146
|
-
}
|
|
29147
|
-
}
|
|
29148
28899
|
namespace V2UsersUserIdPhone {
|
|
29149
28900
|
namespace Post {
|
|
29150
28901
|
namespace Parameters {
|
|
@@ -31718,127 +31469,5 @@ export declare namespace MittwaldAPIV2 {
|
|
|
31718
31469
|
}
|
|
31719
31470
|
}
|
|
31720
31471
|
}
|
|
31721
|
-
namespace V2StacksStackIdActionsAddTemplateComponent {
|
|
31722
|
-
namespace Post {
|
|
31723
|
-
namespace Parameters {
|
|
31724
|
-
type Path = {
|
|
31725
|
-
stackId: string;
|
|
31726
|
-
};
|
|
31727
|
-
type RequestBody = MittwaldAPIV2.Components.Schemas.ContainerAddTemplateComponent;
|
|
31728
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
31729
|
-
type Query = {};
|
|
31730
|
-
}
|
|
31731
|
-
namespace Responses {
|
|
31732
|
-
namespace $204 {
|
|
31733
|
-
namespace Content {
|
|
31734
|
-
type Empty = unknown;
|
|
31735
|
-
}
|
|
31736
|
-
}
|
|
31737
|
-
namespace $400 {
|
|
31738
|
-
namespace Content {
|
|
31739
|
-
interface ApplicationJson {
|
|
31740
|
-
[k: string]: unknown;
|
|
31741
|
-
}
|
|
31742
|
-
}
|
|
31743
|
-
}
|
|
31744
|
-
namespace $403 {
|
|
31745
|
-
namespace Content {
|
|
31746
|
-
interface ApplicationJson {
|
|
31747
|
-
[k: string]: unknown;
|
|
31748
|
-
}
|
|
31749
|
-
}
|
|
31750
|
-
}
|
|
31751
|
-
namespace $404 {
|
|
31752
|
-
namespace Content {
|
|
31753
|
-
interface ApplicationJson {
|
|
31754
|
-
[k: string]: unknown;
|
|
31755
|
-
}
|
|
31756
|
-
}
|
|
31757
|
-
}
|
|
31758
|
-
namespace $409 {
|
|
31759
|
-
namespace Content {
|
|
31760
|
-
interface ApplicationJson {
|
|
31761
|
-
[k: string]: unknown;
|
|
31762
|
-
}
|
|
31763
|
-
}
|
|
31764
|
-
}
|
|
31765
|
-
namespace $412 {
|
|
31766
|
-
namespace Content {
|
|
31767
|
-
interface ApplicationJson {
|
|
31768
|
-
[k: string]: unknown;
|
|
31769
|
-
}
|
|
31770
|
-
}
|
|
31771
|
-
}
|
|
31772
|
-
namespace $429 {
|
|
31773
|
-
namespace Content {
|
|
31774
|
-
interface ApplicationJson {
|
|
31775
|
-
[k: string]: unknown;
|
|
31776
|
-
}
|
|
31777
|
-
}
|
|
31778
|
-
}
|
|
31779
|
-
namespace $500 {
|
|
31780
|
-
namespace Content {
|
|
31781
|
-
interface ApplicationJson {
|
|
31782
|
-
[k: string]: unknown;
|
|
31783
|
-
}
|
|
31784
|
-
}
|
|
31785
|
-
}
|
|
31786
|
-
namespace Default {
|
|
31787
|
-
namespace Content {
|
|
31788
|
-
interface ApplicationJson {
|
|
31789
|
-
[k: string]: unknown;
|
|
31790
|
-
}
|
|
31791
|
-
}
|
|
31792
|
-
}
|
|
31793
|
-
}
|
|
31794
|
-
}
|
|
31795
|
-
}
|
|
31796
|
-
namespace V2CustomersCustomerIdAiHostingsAiHostingIdContract {
|
|
31797
|
-
namespace Get {
|
|
31798
|
-
namespace Parameters {
|
|
31799
|
-
type Path = {
|
|
31800
|
-
customerId: string;
|
|
31801
|
-
aiHostingId: string;
|
|
31802
|
-
};
|
|
31803
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
31804
|
-
type Query = {};
|
|
31805
|
-
}
|
|
31806
|
-
namespace Responses {
|
|
31807
|
-
namespace $200 {
|
|
31808
|
-
namespace Content {
|
|
31809
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContractContract;
|
|
31810
|
-
}
|
|
31811
|
-
}
|
|
31812
|
-
namespace $400 {
|
|
31813
|
-
namespace Content {
|
|
31814
|
-
interface ApplicationJson {
|
|
31815
|
-
[k: string]: unknown;
|
|
31816
|
-
}
|
|
31817
|
-
}
|
|
31818
|
-
}
|
|
31819
|
-
namespace $404 {
|
|
31820
|
-
namespace Content {
|
|
31821
|
-
interface ApplicationJson {
|
|
31822
|
-
[k: string]: unknown;
|
|
31823
|
-
}
|
|
31824
|
-
}
|
|
31825
|
-
}
|
|
31826
|
-
namespace $429 {
|
|
31827
|
-
namespace Content {
|
|
31828
|
-
interface ApplicationJson {
|
|
31829
|
-
[k: string]: unknown;
|
|
31830
|
-
}
|
|
31831
|
-
}
|
|
31832
|
-
}
|
|
31833
|
-
namespace Default {
|
|
31834
|
-
namespace Content {
|
|
31835
|
-
interface ApplicationJson {
|
|
31836
|
-
[k: string]: unknown;
|
|
31837
|
-
}
|
|
31838
|
-
}
|
|
31839
|
-
}
|
|
31840
|
-
}
|
|
31841
|
-
}
|
|
31842
|
-
}
|
|
31843
31472
|
}
|
|
31844
31473
|
}
|