@mittwald/api-client 4.421.0 → 4.424.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 +6 -6
- package/dist/esm/generated/v2/client.js +16 -8
- package/dist/esm/generated/v2/descriptors.js +46 -22
- package/dist/esm/generated/v3-next/client-react.js +6 -6
- package/dist/esm/generated/v3-next/client.js +16 -8
- package/dist/esm/generated/v3-next/descriptors.js +46 -22
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +26 -26
- package/dist/types/generated/v2/client.d.ts +420 -143
- package/dist/types/generated/v2/descriptors.d.ts +16 -8
- package/dist/types/generated/v2/types.d.ts +565 -302
- package/dist/types/generated/v3-next/client-react.d.ts +26 -26
- package/dist/types/generated/v3-next/client.d.ts +420 -143
- package/dist/types/generated/v3-next/descriptors.d.ts +16 -8
- package/dist/types/generated/v3-next/types.d.ts +565 -302
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -214,6 +214,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
214
214
|
type RequestData = InferredRequestData<typeof descriptors.backupDeleteProjectBackup>;
|
|
215
215
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupDeleteProjectBackup, TStatus>;
|
|
216
216
|
}
|
|
217
|
+
namespace BackupUpdateProjectBackup {
|
|
218
|
+
type RequestData = InferredRequestData<typeof descriptors.backupUpdateProjectBackup>;
|
|
219
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupUpdateProjectBackup, TStatus>;
|
|
220
|
+
}
|
|
217
221
|
namespace BackupGetProjectBackupDatabaseDumps {
|
|
218
222
|
type RequestData = InferredRequestData<typeof descriptors.backupGetProjectBackupDatabaseDumps>;
|
|
219
223
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupGetProjectBackupDatabaseDumps, TStatus>;
|
|
@@ -302,6 +306,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
302
306
|
type RequestData = InferredRequestData<typeof descriptors.containerGetService>;
|
|
303
307
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetService, TStatus>;
|
|
304
308
|
}
|
|
309
|
+
namespace ContainerGetTemplateAsset {
|
|
310
|
+
type RequestData = InferredRequestData<typeof descriptors.containerGetTemplateAsset>;
|
|
311
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetTemplateAsset, TStatus>;
|
|
312
|
+
}
|
|
305
313
|
namespace ContainerGetTemplate {
|
|
306
314
|
type RequestData = InferredRequestData<typeof descriptors.containerGetTemplate>;
|
|
307
315
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetTemplate, TStatus>;
|
|
@@ -1294,6 +1302,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1294
1302
|
type RequestData = InferredRequestData<typeof descriptors.mailDisableMailArchive>;
|
|
1295
1303
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailDisableMailArchive, TStatus>;
|
|
1296
1304
|
}
|
|
1305
|
+
namespace MailGetMailRateLimit {
|
|
1306
|
+
type RequestData = InferredRequestData<typeof descriptors.mailGetMailRateLimit>;
|
|
1307
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailGetMailRateLimit, TStatus>;
|
|
1308
|
+
}
|
|
1297
1309
|
namespace MailListBackupsForMailAddress {
|
|
1298
1310
|
type RequestData = InferredRequestData<typeof descriptors.mailListBackupsForMailAddress>;
|
|
1299
1311
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListBackupsForMailAddress, TStatus>;
|
|
@@ -1302,6 +1314,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1302
1314
|
type RequestData = InferredRequestData<typeof descriptors.mailListMailAddressesForUser>;
|
|
1303
1315
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListMailAddressesForUser, TStatus>;
|
|
1304
1316
|
}
|
|
1317
|
+
namespace MailListMailRateLimits {
|
|
1318
|
+
type RequestData = InferredRequestData<typeof descriptors.mailListMailRateLimits>;
|
|
1319
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListMailRateLimits, TStatus>;
|
|
1320
|
+
}
|
|
1305
1321
|
namespace MailListProjectMailSettings {
|
|
1306
1322
|
type RequestData = InferredRequestData<typeof descriptors.mailListProjectMailSettings>;
|
|
1307
1323
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListProjectMailSettings, TStatus>;
|
|
@@ -1310,6 +1326,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1310
1326
|
type RequestData = InferredRequestData<typeof descriptors.mailRecoverMailAddressEmails>;
|
|
1311
1327
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailRecoverMailAddressEmails, TStatus>;
|
|
1312
1328
|
}
|
|
1329
|
+
namespace MailRequestMailAddressRateLimitChange {
|
|
1330
|
+
type RequestData = InferredRequestData<typeof descriptors.mailRequestMailAddressRateLimitChange>;
|
|
1331
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailRequestMailAddressRateLimitChange, TStatus>;
|
|
1332
|
+
}
|
|
1313
1333
|
namespace MailUpdateDeliveryBoxDescription {
|
|
1314
1334
|
type RequestData = InferredRequestData<typeof descriptors.mailUpdateDeliveryBoxDescription>;
|
|
1315
1335
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateDeliveryBoxDescription, TStatus>;
|
|
@@ -1638,10 +1658,18 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1638
1658
|
type RequestData = InferredRequestData<typeof descriptors.storagespaceGetProjectStatistics>;
|
|
1639
1659
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.storagespaceGetProjectStatistics, TStatus>;
|
|
1640
1660
|
}
|
|
1661
|
+
namespace StoragespaceUpdateProjectStatistics {
|
|
1662
|
+
type RequestData = InferredRequestData<typeof descriptors.storagespaceUpdateProjectStatistics>;
|
|
1663
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.storagespaceUpdateProjectStatistics, TStatus>;
|
|
1664
|
+
}
|
|
1641
1665
|
namespace StoragespaceGetServerStatistics {
|
|
1642
1666
|
type RequestData = InferredRequestData<typeof descriptors.storagespaceGetServerStatistics>;
|
|
1643
1667
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.storagespaceGetServerStatistics, TStatus>;
|
|
1644
1668
|
}
|
|
1669
|
+
namespace StoragespaceUpdateServerStatistics {
|
|
1670
|
+
type RequestData = InferredRequestData<typeof descriptors.storagespaceUpdateServerStatistics>;
|
|
1671
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.storagespaceUpdateServerStatistics, TStatus>;
|
|
1672
|
+
}
|
|
1645
1673
|
namespace StoragespaceReplaceProjectNotificationThreshold {
|
|
1646
1674
|
type RequestData = InferredRequestData<typeof descriptors.storagespaceReplaceProjectNotificationThreshold>;
|
|
1647
1675
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.storagespaceReplaceProjectNotificationThreshold, TStatus>;
|
|
@@ -1870,21 +1898,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1870
1898
|
type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
|
|
1871
1899
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
|
|
1872
1900
|
}
|
|
1873
|
-
namespace
|
|
1874
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
1875
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
1876
|
-
}
|
|
1877
|
-
namespace MailListMailRateLimits {
|
|
1878
|
-
type RequestData = InferredRequestData<typeof descriptors.mailListMailRateLimits>;
|
|
1879
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListMailRateLimits, TStatus>;
|
|
1880
|
-
}
|
|
1881
|
-
namespace MailRequestMailAddressRateLimitChange {
|
|
1882
|
-
type RequestData = InferredRequestData<typeof descriptors.mailRequestMailAddressRateLimitChange>;
|
|
1883
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailRequestMailAddressRateLimitChange, TStatus>;
|
|
1884
|
-
}
|
|
1885
|
-
namespace ContainerGetTemplateAsset {
|
|
1886
|
-
type RequestData = InferredRequestData<typeof descriptors.containerGetTemplateAsset>;
|
|
1887
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetTemplateAsset, TStatus>;
|
|
1901
|
+
namespace ContainerAddTemplateComponent {
|
|
1902
|
+
type RequestData = InferredRequestData<typeof descriptors.containerAddTemplateComponent>;
|
|
1903
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerAddTemplateComponent, TStatus>;
|
|
1888
1904
|
}
|
|
1889
1905
|
}
|
|
1890
1906
|
namespace Components {
|
|
@@ -2927,6 +2943,15 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2927
2943
|
version: string;
|
|
2928
2944
|
website?: string;
|
|
2929
2945
|
}
|
|
2946
|
+
interface ContainerTemplateStatsListResponse {
|
|
2947
|
+
category?: string;
|
|
2948
|
+
templates?: MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsResponse[];
|
|
2949
|
+
}
|
|
2950
|
+
interface ContainerTemplateStatsResponse {
|
|
2951
|
+
id: string;
|
|
2952
|
+
installations: number;
|
|
2953
|
+
installations30Days: number;
|
|
2954
|
+
}
|
|
2930
2955
|
interface ContainerTemplateTranslatedString {
|
|
2931
2956
|
de: string;
|
|
2932
2957
|
en: string;
|
|
@@ -4020,6 +4045,19 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4020
4045
|
ownerContactIssues: MittwaldAPIV2.Components.Schemas.DomainmigrationOwnerContactIssue[];
|
|
4021
4046
|
warnings?: MittwaldAPIV2.Components.Schemas.DomainmigrationDomainMigrationWarning[];
|
|
4022
4047
|
}
|
|
4048
|
+
/**
|
|
4049
|
+
* One invalid owner contact field behind an ownerContactInvalid issue. A consumer can show a generic 'owner contact invalid' message and append a field-/rule-specific hint via translation.
|
|
4050
|
+
*/
|
|
4051
|
+
interface DomainmigrationOwnerContactIssue {
|
|
4052
|
+
/**
|
|
4053
|
+
* The affected owner contact field, e.g. street, name, zip.
|
|
4054
|
+
*/
|
|
4055
|
+
field: string;
|
|
4056
|
+
/**
|
|
4057
|
+
* Stable title of the violated contact-schema rule - a translation key for consumers. Absent for the general character validation, which has no such rule title (hence optional).
|
|
4058
|
+
*/
|
|
4059
|
+
schemaTitle?: string;
|
|
4060
|
+
}
|
|
4023
4061
|
interface DomainmigrationSubdomain {
|
|
4024
4062
|
dnsRecords: MittwaldAPIV2.Components.Schemas.DomainmigrationDNSRecord[];
|
|
4025
4063
|
hostname: string;
|
|
@@ -5312,6 +5350,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5312
5350
|
keepDays: number;
|
|
5313
5351
|
relocateSensitivity?: number;
|
|
5314
5352
|
}
|
|
5353
|
+
interface MailsystemRateLimit {
|
|
5354
|
+
id: string;
|
|
5355
|
+
rateLimit: number;
|
|
5356
|
+
}
|
|
5315
5357
|
interface MarketplaceContractPartner {
|
|
5316
5358
|
contractPartner: {
|
|
5317
5359
|
address: MittwaldAPIV2.Components.Schemas.CommonsAddress;
|
|
@@ -5927,6 +5969,57 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5927
5969
|
template: MittwaldAPIV2.Components.Schemas.ArticleArticleTemplate;
|
|
5928
5970
|
}
|
|
5929
5971
|
type PolicyPolicy = string;
|
|
5972
|
+
interface ActivitylogAppInstallationDatabaseLinked {
|
|
5973
|
+
changes: {
|
|
5974
|
+
after: {
|
|
5975
|
+
database: {};
|
|
5976
|
+
};
|
|
5977
|
+
before: {
|
|
5978
|
+
database: {} | null;
|
|
5979
|
+
};
|
|
5980
|
+
};
|
|
5981
|
+
name: "app.database-linked";
|
|
5982
|
+
parameters: {
|
|
5983
|
+
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5984
|
+
database: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5985
|
+
};
|
|
5986
|
+
}
|
|
5987
|
+
interface ActivitylogAppInstallationDatabaseUnlinked {
|
|
5988
|
+
changes: {
|
|
5989
|
+
after: {
|
|
5990
|
+
database: {} | null;
|
|
5991
|
+
};
|
|
5992
|
+
before: {
|
|
5993
|
+
database: {};
|
|
5994
|
+
};
|
|
5995
|
+
};
|
|
5996
|
+
name: "app.database-unlinked";
|
|
5997
|
+
parameters: {
|
|
5998
|
+
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5999
|
+
database: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6000
|
+
};
|
|
6001
|
+
}
|
|
6002
|
+
interface ActivitylogAppInstallationDeleted {
|
|
6003
|
+
changes: {};
|
|
6004
|
+
name: "app.deleted";
|
|
6005
|
+
parameters: {
|
|
6006
|
+
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6007
|
+
};
|
|
6008
|
+
}
|
|
6009
|
+
interface ActivitylogAppInstallationDescriptionSet {
|
|
6010
|
+
changes: {
|
|
6011
|
+
after?: {
|
|
6012
|
+
description: string;
|
|
6013
|
+
};
|
|
6014
|
+
before?: {
|
|
6015
|
+
description: string | null;
|
|
6016
|
+
};
|
|
6017
|
+
};
|
|
6018
|
+
name: "app.description-set";
|
|
6019
|
+
parameters: {
|
|
6020
|
+
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6021
|
+
};
|
|
6022
|
+
}
|
|
5930
6023
|
interface ActivitylogAppInstallationCopyRequested {
|
|
5931
6024
|
name: "app.copy-requested";
|
|
5932
6025
|
parameters: {
|
|
@@ -6086,6 +6179,18 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6086
6179
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6087
6180
|
};
|
|
6088
6181
|
}
|
|
6182
|
+
interface ActivitylogDnsARecordSetManaged {
|
|
6183
|
+
changes: {
|
|
6184
|
+
after?: {
|
|
6185
|
+
aRecords: string;
|
|
6186
|
+
};
|
|
6187
|
+
before?: {};
|
|
6188
|
+
};
|
|
6189
|
+
name: "dns.a-record-set-managed";
|
|
6190
|
+
parameters: {
|
|
6191
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6192
|
+
};
|
|
6193
|
+
}
|
|
6089
6194
|
interface ActivitylogDnsARecordSet {
|
|
6090
6195
|
changes: {
|
|
6091
6196
|
after?: {
|
|
@@ -6130,6 +6235,32 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6130
6235
|
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6131
6236
|
};
|
|
6132
6237
|
}
|
|
6238
|
+
interface ActivitylogDnsDomainDeleted {
|
|
6239
|
+
changes: {};
|
|
6240
|
+
name: "dns.domain-deleted";
|
|
6241
|
+
parameters: {
|
|
6242
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6243
|
+
};
|
|
6244
|
+
}
|
|
6245
|
+
interface ActivitylogDnsIngressDeleted {
|
|
6246
|
+
changes: {};
|
|
6247
|
+
name: "dns.ingress-deleted";
|
|
6248
|
+
parameters: {
|
|
6249
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6250
|
+
};
|
|
6251
|
+
}
|
|
6252
|
+
interface ActivitylogDnsMxRecordSetManaged {
|
|
6253
|
+
changes: {
|
|
6254
|
+
after?: {
|
|
6255
|
+
mx: string;
|
|
6256
|
+
};
|
|
6257
|
+
before?: {};
|
|
6258
|
+
};
|
|
6259
|
+
name: "dns.mx-record-set-managed";
|
|
6260
|
+
parameters: {
|
|
6261
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6262
|
+
};
|
|
6263
|
+
}
|
|
6133
6264
|
interface ActivitylogDnsMxRecordSet {
|
|
6134
6265
|
changes: {
|
|
6135
6266
|
after?: {
|
|
@@ -6886,121 +7017,18 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6886
7017
|
}
|
|
6887
7018
|
type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
6888
7019
|
type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
|
|
6889
|
-
interface
|
|
6890
|
-
|
|
6891
|
-
|
|
6892
|
-
|
|
6893
|
-
|
|
6894
|
-
|
|
6895
|
-
|
|
6896
|
-
|
|
6897
|
-
|
|
6898
|
-
|
|
6899
|
-
};
|
|
6900
|
-
}
|
|
6901
|
-
interface ActivitylogDnsDomainDeleted {
|
|
6902
|
-
changes: {};
|
|
6903
|
-
name: "dns.domain-deleted";
|
|
6904
|
-
parameters: {
|
|
6905
|
-
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6906
|
-
};
|
|
6907
|
-
}
|
|
6908
|
-
interface ActivitylogDnsIngressDeleted {
|
|
6909
|
-
changes: {};
|
|
6910
|
-
name: "dns.ingress-deleted";
|
|
6911
|
-
parameters: {
|
|
6912
|
-
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6913
|
-
};
|
|
6914
|
-
}
|
|
6915
|
-
interface ActivitylogDnsMxRecordSetManaged {
|
|
6916
|
-
changes: {
|
|
6917
|
-
after?: {
|
|
6918
|
-
mx: string;
|
|
6919
|
-
};
|
|
6920
|
-
before?: {};
|
|
6921
|
-
};
|
|
6922
|
-
name: "dns.mx-record-set-managed";
|
|
6923
|
-
parameters: {
|
|
6924
|
-
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6925
|
-
};
|
|
6926
|
-
}
|
|
6927
|
-
interface ContainerTemplateStatsListResponse {
|
|
6928
|
-
category?: string;
|
|
6929
|
-
templates?: MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsResponse[];
|
|
6930
|
-
}
|
|
6931
|
-
interface ContainerTemplateStatsResponse {
|
|
6932
|
-
id: string;
|
|
6933
|
-
installations: number;
|
|
6934
|
-
installations30Days: number;
|
|
6935
|
-
}
|
|
6936
|
-
interface MailsystemRateLimit {
|
|
6937
|
-
id: string;
|
|
6938
|
-
rateLimit: number;
|
|
6939
|
-
}
|
|
6940
|
-
interface ActivitylogAppInstallationDatabaseLinked {
|
|
6941
|
-
changes: {
|
|
6942
|
-
after: {
|
|
6943
|
-
database: {};
|
|
6944
|
-
};
|
|
6945
|
-
before: {
|
|
6946
|
-
database: {} | null;
|
|
6947
|
-
};
|
|
6948
|
-
};
|
|
6949
|
-
name: "app.database-linked";
|
|
6950
|
-
parameters: {
|
|
6951
|
-
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6952
|
-
database: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6953
|
-
};
|
|
6954
|
-
}
|
|
6955
|
-
interface ActivitylogAppInstallationDatabaseUnlinked {
|
|
6956
|
-
changes: {
|
|
6957
|
-
after: {
|
|
6958
|
-
database: {} | null;
|
|
6959
|
-
};
|
|
6960
|
-
before: {
|
|
6961
|
-
database: {};
|
|
6962
|
-
};
|
|
6963
|
-
};
|
|
6964
|
-
name: "app.database-unlinked";
|
|
6965
|
-
parameters: {
|
|
6966
|
-
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6967
|
-
database: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6968
|
-
};
|
|
6969
|
-
}
|
|
6970
|
-
interface ActivitylogAppInstallationDescriptionSet {
|
|
6971
|
-
changes: {
|
|
6972
|
-
after?: {
|
|
6973
|
-
description: string;
|
|
6974
|
-
};
|
|
6975
|
-
before?: {
|
|
6976
|
-
description: string | null;
|
|
6977
|
-
};
|
|
6978
|
-
};
|
|
6979
|
-
name: "app.description-set";
|
|
6980
|
-
parameters: {
|
|
6981
|
-
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6982
|
-
};
|
|
6983
|
-
}
|
|
6984
|
-
interface ActivitylogAppInstallationDeleted {
|
|
6985
|
-
changes: {};
|
|
6986
|
-
name: "app.deleted";
|
|
6987
|
-
parameters: {
|
|
6988
|
-
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
7020
|
+
interface ContainerAddTemplateComponent {
|
|
7021
|
+
templateConfig: {
|
|
7022
|
+
templateId: string;
|
|
7023
|
+
/**
|
|
7024
|
+
* Values for template user inputs. Missing optional values are filled from template defaults.
|
|
7025
|
+
*/
|
|
7026
|
+
userInputs?: {
|
|
7027
|
+
name: string;
|
|
7028
|
+
value: string;
|
|
7029
|
+
}[];
|
|
6989
7030
|
};
|
|
6990
7031
|
}
|
|
6991
|
-
/**
|
|
6992
|
-
* One invalid owner contact field behind an ownerContactInvalid issue. A consumer can show a generic 'owner contact invalid' message and append a field-/rule-specific hint via translation.
|
|
6993
|
-
*/
|
|
6994
|
-
interface DomainmigrationOwnerContactIssue {
|
|
6995
|
-
/**
|
|
6996
|
-
* The affected owner contact field, e.g. street, name, zip.
|
|
6997
|
-
*/
|
|
6998
|
-
field: string;
|
|
6999
|
-
/**
|
|
7000
|
-
* Stable title of the violated contact-schema rule - a translation key for consumers. Absent for the general character validation, which has no such rule title (hence optional).
|
|
7001
|
-
*/
|
|
7002
|
-
schemaTitle?: string;
|
|
7003
|
-
}
|
|
7004
7032
|
interface CommonsAddress {
|
|
7005
7033
|
street: string;
|
|
7006
7034
|
houseNumber: string;
|
|
@@ -9634,32 +9662,85 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9634
9662
|
namespace Patch {
|
|
9635
9663
|
namespace Parameters {
|
|
9636
9664
|
type Path = {
|
|
9637
|
-
projectBackupScheduleId: string;
|
|
9665
|
+
projectBackupScheduleId: string;
|
|
9666
|
+
};
|
|
9667
|
+
interface RequestBody {
|
|
9668
|
+
/**
|
|
9669
|
+
* Description of the ProjectBackupSchedule. Note that the description of isSystemBackup true items cannot be changed.
|
|
9670
|
+
*/
|
|
9671
|
+
description?: string;
|
|
9672
|
+
/**
|
|
9673
|
+
* Execution schedule in crontab notation. Note that the schedule of isSystemBackup true items must be daily once. For all other schedules the interval must not be more frequent than hourly.
|
|
9674
|
+
*/
|
|
9675
|
+
schedule?: string;
|
|
9676
|
+
/**
|
|
9677
|
+
* TTL of the BackupSchedule as a duration string. Must be at least 7d and no more than 365d.
|
|
9678
|
+
*/
|
|
9679
|
+
ttl?: string;
|
|
9680
|
+
}
|
|
9681
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9682
|
+
type Query = {};
|
|
9683
|
+
}
|
|
9684
|
+
namespace Responses {
|
|
9685
|
+
namespace $204 {
|
|
9686
|
+
namespace Content {
|
|
9687
|
+
type Empty = unknown;
|
|
9688
|
+
}
|
|
9689
|
+
}
|
|
9690
|
+
namespace $400 {
|
|
9691
|
+
namespace Content {
|
|
9692
|
+
interface ApplicationJson {
|
|
9693
|
+
[k: string]: unknown;
|
|
9694
|
+
}
|
|
9695
|
+
}
|
|
9696
|
+
}
|
|
9697
|
+
namespace $404 {
|
|
9698
|
+
namespace Content {
|
|
9699
|
+
interface ApplicationJson {
|
|
9700
|
+
[k: string]: unknown;
|
|
9701
|
+
}
|
|
9702
|
+
}
|
|
9703
|
+
}
|
|
9704
|
+
namespace $412 {
|
|
9705
|
+
namespace Content {
|
|
9706
|
+
interface ApplicationJson {
|
|
9707
|
+
[k: string]: unknown;
|
|
9708
|
+
}
|
|
9709
|
+
}
|
|
9710
|
+
}
|
|
9711
|
+
namespace $429 {
|
|
9712
|
+
namespace Content {
|
|
9713
|
+
interface ApplicationJson {
|
|
9714
|
+
[k: string]: unknown;
|
|
9715
|
+
}
|
|
9716
|
+
}
|
|
9717
|
+
}
|
|
9718
|
+
namespace Default {
|
|
9719
|
+
namespace Content {
|
|
9720
|
+
interface ApplicationJson {
|
|
9721
|
+
[k: string]: unknown;
|
|
9722
|
+
}
|
|
9723
|
+
}
|
|
9724
|
+
}
|
|
9725
|
+
}
|
|
9726
|
+
}
|
|
9727
|
+
}
|
|
9728
|
+
namespace V2ProjectBackupsProjectBackupId {
|
|
9729
|
+
namespace Get {
|
|
9730
|
+
namespace Parameters {
|
|
9731
|
+
type Path = {
|
|
9732
|
+
projectBackupId: string;
|
|
9638
9733
|
};
|
|
9639
|
-
interface RequestBody {
|
|
9640
|
-
/**
|
|
9641
|
-
* Description of the ProjectBackupSchedule. Note that the description of isSystemBackup true items cannot be changed.
|
|
9642
|
-
*/
|
|
9643
|
-
description?: string;
|
|
9644
|
-
/**
|
|
9645
|
-
* Execution schedule in crontab notation. Note that the schedule of isSystemBackup true items must be daily once. For all other schedules the interval must not be more frequent than hourly.
|
|
9646
|
-
*/
|
|
9647
|
-
schedule?: string;
|
|
9648
|
-
/**
|
|
9649
|
-
* TTL of the BackupSchedule as a duration string. Must be at least 7d and no more than 365d.
|
|
9650
|
-
*/
|
|
9651
|
-
ttl?: string;
|
|
9652
|
-
}
|
|
9653
9734
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9654
9735
|
type Query = {};
|
|
9655
9736
|
}
|
|
9656
9737
|
namespace Responses {
|
|
9657
|
-
namespace $
|
|
9738
|
+
namespace $200 {
|
|
9658
9739
|
namespace Content {
|
|
9659
|
-
type
|
|
9740
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.BackupProjectBackup;
|
|
9660
9741
|
}
|
|
9661
9742
|
}
|
|
9662
|
-
namespace $
|
|
9743
|
+
namespace $403 {
|
|
9663
9744
|
namespace Content {
|
|
9664
9745
|
interface ApplicationJson {
|
|
9665
9746
|
[k: string]: unknown;
|
|
@@ -9673,13 +9754,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9673
9754
|
}
|
|
9674
9755
|
}
|
|
9675
9756
|
}
|
|
9676
|
-
namespace $412 {
|
|
9677
|
-
namespace Content {
|
|
9678
|
-
interface ApplicationJson {
|
|
9679
|
-
[k: string]: unknown;
|
|
9680
|
-
}
|
|
9681
|
-
}
|
|
9682
|
-
}
|
|
9683
9757
|
namespace $429 {
|
|
9684
9758
|
namespace Content {
|
|
9685
9759
|
interface ApplicationJson {
|
|
@@ -9696,9 +9770,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9696
9770
|
}
|
|
9697
9771
|
}
|
|
9698
9772
|
}
|
|
9699
|
-
|
|
9700
|
-
namespace V2ProjectBackupsProjectBackupId {
|
|
9701
|
-
namespace Get {
|
|
9773
|
+
namespace Delete {
|
|
9702
9774
|
namespace Parameters {
|
|
9703
9775
|
type Path = {
|
|
9704
9776
|
projectBackupId: string;
|
|
@@ -9707,9 +9779,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9707
9779
|
type Query = {};
|
|
9708
9780
|
}
|
|
9709
9781
|
namespace Responses {
|
|
9710
|
-
namespace $
|
|
9782
|
+
namespace $204 {
|
|
9711
9783
|
namespace Content {
|
|
9712
|
-
type
|
|
9784
|
+
type Empty = unknown;
|
|
9713
9785
|
}
|
|
9714
9786
|
}
|
|
9715
9787
|
namespace $403 {
|
|
@@ -9742,11 +9814,21 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9742
9814
|
}
|
|
9743
9815
|
}
|
|
9744
9816
|
}
|
|
9745
|
-
namespace
|
|
9817
|
+
namespace Patch {
|
|
9746
9818
|
namespace Parameters {
|
|
9747
9819
|
type Path = {
|
|
9748
9820
|
projectBackupId: string;
|
|
9749
9821
|
};
|
|
9822
|
+
interface RequestBody {
|
|
9823
|
+
/**
|
|
9824
|
+
* Description of the ProjectBackup.
|
|
9825
|
+
*/
|
|
9826
|
+
description?: string;
|
|
9827
|
+
/**
|
|
9828
|
+
* Time when to expire the Backup. Must be no more than one year in the future.
|
|
9829
|
+
*/
|
|
9830
|
+
expirationTime?: string;
|
|
9831
|
+
}
|
|
9750
9832
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9751
9833
|
type Query = {};
|
|
9752
9834
|
}
|
|
@@ -9756,6 +9838,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9756
9838
|
type Empty = unknown;
|
|
9757
9839
|
}
|
|
9758
9840
|
}
|
|
9841
|
+
namespace $400 {
|
|
9842
|
+
namespace Content {
|
|
9843
|
+
interface ApplicationJson {
|
|
9844
|
+
[k: string]: unknown;
|
|
9845
|
+
}
|
|
9846
|
+
}
|
|
9847
|
+
}
|
|
9759
9848
|
namespace $403 {
|
|
9760
9849
|
namespace Content {
|
|
9761
9850
|
interface ApplicationJson {
|
|
@@ -11202,6 +11291,77 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11202
11291
|
}
|
|
11203
11292
|
}
|
|
11204
11293
|
}
|
|
11294
|
+
namespace V2ContainerTemplatesTemplateIdAssetsAssetPath {
|
|
11295
|
+
namespace Get {
|
|
11296
|
+
namespace Parameters {
|
|
11297
|
+
type Path = {
|
|
11298
|
+
templateId: string;
|
|
11299
|
+
assetPath: string;
|
|
11300
|
+
};
|
|
11301
|
+
type Header = {};
|
|
11302
|
+
type Query = {};
|
|
11303
|
+
}
|
|
11304
|
+
namespace Responses {
|
|
11305
|
+
namespace $200 {
|
|
11306
|
+
namespace Content {
|
|
11307
|
+
type ImageJpeg = string;
|
|
11308
|
+
type ImagePng = string;
|
|
11309
|
+
type ImageSvgXml = string;
|
|
11310
|
+
type ImageWebp = string;
|
|
11311
|
+
}
|
|
11312
|
+
}
|
|
11313
|
+
namespace $400 {
|
|
11314
|
+
namespace Content {
|
|
11315
|
+
interface ApplicationJson {
|
|
11316
|
+
[k: string]: unknown;
|
|
11317
|
+
}
|
|
11318
|
+
}
|
|
11319
|
+
}
|
|
11320
|
+
namespace $403 {
|
|
11321
|
+
namespace Content {
|
|
11322
|
+
interface ApplicationJson {
|
|
11323
|
+
[k: string]: unknown;
|
|
11324
|
+
}
|
|
11325
|
+
}
|
|
11326
|
+
}
|
|
11327
|
+
namespace $404 {
|
|
11328
|
+
namespace Content {
|
|
11329
|
+
interface ApplicationJson {
|
|
11330
|
+
[k: string]: unknown;
|
|
11331
|
+
}
|
|
11332
|
+
}
|
|
11333
|
+
}
|
|
11334
|
+
namespace $429 {
|
|
11335
|
+
namespace Content {
|
|
11336
|
+
interface ApplicationJson {
|
|
11337
|
+
[k: string]: unknown;
|
|
11338
|
+
}
|
|
11339
|
+
}
|
|
11340
|
+
}
|
|
11341
|
+
namespace $500 {
|
|
11342
|
+
namespace Content {
|
|
11343
|
+
interface ApplicationJson {
|
|
11344
|
+
[k: string]: unknown;
|
|
11345
|
+
}
|
|
11346
|
+
}
|
|
11347
|
+
}
|
|
11348
|
+
namespace $503 {
|
|
11349
|
+
namespace Content {
|
|
11350
|
+
interface ApplicationJson {
|
|
11351
|
+
[k: string]: unknown;
|
|
11352
|
+
}
|
|
11353
|
+
}
|
|
11354
|
+
}
|
|
11355
|
+
namespace Default {
|
|
11356
|
+
namespace Content {
|
|
11357
|
+
interface ApplicationJson {
|
|
11358
|
+
[k: string]: unknown;
|
|
11359
|
+
}
|
|
11360
|
+
}
|
|
11361
|
+
}
|
|
11362
|
+
}
|
|
11363
|
+
}
|
|
11364
|
+
}
|
|
11205
11365
|
namespace V2ContainerTemplatesTemplateId {
|
|
11206
11366
|
namespace Get {
|
|
11207
11367
|
namespace Parameters {
|
|
@@ -11439,6 +11599,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11439
11599
|
}
|
|
11440
11600
|
}
|
|
11441
11601
|
}
|
|
11602
|
+
namespace V2ContainerTemplateStatistics { }
|
|
11442
11603
|
namespace V2ContainerTemplates {
|
|
11443
11604
|
namespace Get {
|
|
11444
11605
|
namespace Parameters {
|
|
@@ -17178,11 +17339,17 @@ export declare namespace MittwaldAPIV2 {
|
|
|
17178
17339
|
namespace V2AppinstallationsAppInstallationIdActionsAction { }
|
|
17179
17340
|
namespace V2AppInstallationsAppInstallationIdActionsAction { }
|
|
17180
17341
|
namespace V2AppinstallationsAppInstallationIdDatabases { }
|
|
17342
|
+
namespace V2ContainerTemplatesTemplateIdIcon { }
|
|
17181
17343
|
namespace V2ActionsValidateContainerRegistryUri { }
|
|
17182
17344
|
namespace V2RegistriesRegistryIdActionsValidateCredentials { }
|
|
17183
17345
|
namespace V2ContractsContractIdItemsContractItemIdNextTerminationDates { }
|
|
17184
17346
|
namespace V2CustomerCustomerIdActionsLeave { }
|
|
17185
17347
|
namespace V2CustomersCustomerIdActionsLeave { }
|
|
17348
|
+
namespace V2MysqlDatabasesMysqlDatabaseIdDefaultCharset { }
|
|
17349
|
+
namespace V2MysqlDatabasesMysqlDatabaseIdDescription { }
|
|
17350
|
+
namespace V2MysqlUsersMysqlUserIdPassword { }
|
|
17351
|
+
namespace V2RedisDatabasesRedisDatabaseIdConfiguration { }
|
|
17352
|
+
namespace V2RedisDatabasesRedisDatabaseIdDescription { }
|
|
17186
17353
|
namespace V2DnsZonesZoneIdRecordsetAcombinedCustom { }
|
|
17187
17354
|
namespace V2DnsZonesZoneIdRecordsetAcombinedManagedIngress { }
|
|
17188
17355
|
namespace V2DnsZonesZoneIdRecordsetCname { }
|
|
@@ -24277,6 +24444,45 @@ export declare namespace MittwaldAPIV2 {
|
|
|
24277
24444
|
}
|
|
24278
24445
|
}
|
|
24279
24446
|
}
|
|
24447
|
+
namespace V2MailRateLimitsMailRateLimitId {
|
|
24448
|
+
namespace Get {
|
|
24449
|
+
namespace Parameters {
|
|
24450
|
+
type Path = {
|
|
24451
|
+
mailRateLimitId: string;
|
|
24452
|
+
};
|
|
24453
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
24454
|
+
type Query = {};
|
|
24455
|
+
}
|
|
24456
|
+
namespace Responses {
|
|
24457
|
+
namespace $200 {
|
|
24458
|
+
namespace Content {
|
|
24459
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailsystemRateLimit;
|
|
24460
|
+
}
|
|
24461
|
+
}
|
|
24462
|
+
namespace $404 {
|
|
24463
|
+
namespace Content {
|
|
24464
|
+
interface ApplicationJson {
|
|
24465
|
+
[k: string]: unknown;
|
|
24466
|
+
}
|
|
24467
|
+
}
|
|
24468
|
+
}
|
|
24469
|
+
namespace $429 {
|
|
24470
|
+
namespace Content {
|
|
24471
|
+
interface ApplicationJson {
|
|
24472
|
+
[k: string]: unknown;
|
|
24473
|
+
}
|
|
24474
|
+
}
|
|
24475
|
+
}
|
|
24476
|
+
namespace Default {
|
|
24477
|
+
namespace Content {
|
|
24478
|
+
interface ApplicationJson {
|
|
24479
|
+
[k: string]: unknown;
|
|
24480
|
+
}
|
|
24481
|
+
}
|
|
24482
|
+
}
|
|
24483
|
+
}
|
|
24484
|
+
}
|
|
24485
|
+
}
|
|
24280
24486
|
namespace V2MailAddressesMailAddressIdBackups {
|
|
24281
24487
|
namespace Get {
|
|
24282
24488
|
namespace Parameters {
|
|
@@ -24414,6 +24620,36 @@ export declare namespace MittwaldAPIV2 {
|
|
|
24414
24620
|
}
|
|
24415
24621
|
}
|
|
24416
24622
|
}
|
|
24623
|
+
namespace V2MailRateLimits {
|
|
24624
|
+
namespace Get {
|
|
24625
|
+
namespace Parameters {
|
|
24626
|
+
type Path = {};
|
|
24627
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
24628
|
+
type Query = {};
|
|
24629
|
+
}
|
|
24630
|
+
namespace Responses {
|
|
24631
|
+
namespace $200 {
|
|
24632
|
+
namespace Content {
|
|
24633
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailsystemRateLimit[];
|
|
24634
|
+
}
|
|
24635
|
+
}
|
|
24636
|
+
namespace $429 {
|
|
24637
|
+
namespace Content {
|
|
24638
|
+
interface ApplicationJson {
|
|
24639
|
+
[k: string]: unknown;
|
|
24640
|
+
}
|
|
24641
|
+
}
|
|
24642
|
+
}
|
|
24643
|
+
namespace Default {
|
|
24644
|
+
namespace Content {
|
|
24645
|
+
interface ApplicationJson {
|
|
24646
|
+
[k: string]: unknown;
|
|
24647
|
+
}
|
|
24648
|
+
}
|
|
24649
|
+
}
|
|
24650
|
+
}
|
|
24651
|
+
}
|
|
24652
|
+
}
|
|
24417
24653
|
namespace V2ProjectsProjectIdMailsettings { }
|
|
24418
24654
|
namespace V2ProjectsProjectIdMailSettings {
|
|
24419
24655
|
namespace Get {
|
|
@@ -24502,7 +24738,63 @@ export declare namespace MittwaldAPIV2 {
|
|
|
24502
24738
|
type Empty = unknown;
|
|
24503
24739
|
}
|
|
24504
24740
|
}
|
|
24505
|
-
namespace $400 {
|
|
24741
|
+
namespace $400 {
|
|
24742
|
+
namespace Content {
|
|
24743
|
+
interface ApplicationJson {
|
|
24744
|
+
[k: string]: unknown;
|
|
24745
|
+
}
|
|
24746
|
+
}
|
|
24747
|
+
}
|
|
24748
|
+
namespace $404 {
|
|
24749
|
+
namespace Content {
|
|
24750
|
+
interface ApplicationJson {
|
|
24751
|
+
[k: string]: unknown;
|
|
24752
|
+
}
|
|
24753
|
+
}
|
|
24754
|
+
}
|
|
24755
|
+
namespace $429 {
|
|
24756
|
+
namespace Content {
|
|
24757
|
+
interface ApplicationJson {
|
|
24758
|
+
[k: string]: unknown;
|
|
24759
|
+
}
|
|
24760
|
+
}
|
|
24761
|
+
}
|
|
24762
|
+
namespace Default {
|
|
24763
|
+
namespace Content {
|
|
24764
|
+
interface ApplicationJson {
|
|
24765
|
+
[k: string]: unknown;
|
|
24766
|
+
}
|
|
24767
|
+
}
|
|
24768
|
+
}
|
|
24769
|
+
}
|
|
24770
|
+
}
|
|
24771
|
+
}
|
|
24772
|
+
namespace V2MailAddressesMailAddressIdActionsRequestRateLimitChange {
|
|
24773
|
+
namespace Post {
|
|
24774
|
+
namespace Parameters {
|
|
24775
|
+
type Path = {
|
|
24776
|
+
mailAddressId: string;
|
|
24777
|
+
};
|
|
24778
|
+
interface RequestBody {
|
|
24779
|
+
rateLimitId: string;
|
|
24780
|
+
}
|
|
24781
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
24782
|
+
type Query = {};
|
|
24783
|
+
}
|
|
24784
|
+
namespace Responses {
|
|
24785
|
+
namespace $204 {
|
|
24786
|
+
namespace Content {
|
|
24787
|
+
type Empty = unknown;
|
|
24788
|
+
}
|
|
24789
|
+
}
|
|
24790
|
+
namespace $400 {
|
|
24791
|
+
namespace Content {
|
|
24792
|
+
interface ApplicationJson {
|
|
24793
|
+
[k: string]: unknown;
|
|
24794
|
+
}
|
|
24795
|
+
}
|
|
24796
|
+
}
|
|
24797
|
+
namespace $403 {
|
|
24506
24798
|
namespace Content {
|
|
24507
24799
|
interface ApplicationJson {
|
|
24508
24800
|
[k: string]: unknown;
|
|
@@ -24523,6 +24815,20 @@ export declare namespace MittwaldAPIV2 {
|
|
|
24523
24815
|
}
|
|
24524
24816
|
}
|
|
24525
24817
|
}
|
|
24818
|
+
namespace $500 {
|
|
24819
|
+
namespace Content {
|
|
24820
|
+
interface ApplicationJson {
|
|
24821
|
+
[k: string]: unknown;
|
|
24822
|
+
}
|
|
24823
|
+
}
|
|
24824
|
+
}
|
|
24825
|
+
namespace $503 {
|
|
24826
|
+
namespace Content {
|
|
24827
|
+
interface ApplicationJson {
|
|
24828
|
+
[k: string]: unknown;
|
|
24829
|
+
}
|
|
24830
|
+
}
|
|
24831
|
+
}
|
|
24526
24832
|
namespace Default {
|
|
24527
24833
|
namespace Content {
|
|
24528
24834
|
interface ApplicationJson {
|
|
@@ -28514,6 +28820,53 @@ export declare namespace MittwaldAPIV2 {
|
|
|
28514
28820
|
}
|
|
28515
28821
|
}
|
|
28516
28822
|
}
|
|
28823
|
+
namespace Patch {
|
|
28824
|
+
namespace Parameters {
|
|
28825
|
+
type Path = {
|
|
28826
|
+
projectId: string;
|
|
28827
|
+
};
|
|
28828
|
+
interface RequestBody {
|
|
28829
|
+
notificationThresholdInBytes?: number;
|
|
28830
|
+
}
|
|
28831
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
28832
|
+
type Query = {};
|
|
28833
|
+
}
|
|
28834
|
+
namespace Responses {
|
|
28835
|
+
namespace $204 {
|
|
28836
|
+
namespace Content {
|
|
28837
|
+
type Empty = unknown;
|
|
28838
|
+
}
|
|
28839
|
+
}
|
|
28840
|
+
namespace $403 {
|
|
28841
|
+
namespace Content {
|
|
28842
|
+
interface ApplicationJson {
|
|
28843
|
+
[k: string]: unknown;
|
|
28844
|
+
}
|
|
28845
|
+
}
|
|
28846
|
+
}
|
|
28847
|
+
namespace $429 {
|
|
28848
|
+
namespace Content {
|
|
28849
|
+
interface ApplicationJson {
|
|
28850
|
+
[k: string]: unknown;
|
|
28851
|
+
}
|
|
28852
|
+
}
|
|
28853
|
+
}
|
|
28854
|
+
namespace $500 {
|
|
28855
|
+
namespace Content {
|
|
28856
|
+
interface ApplicationJson {
|
|
28857
|
+
[k: string]: unknown;
|
|
28858
|
+
}
|
|
28859
|
+
}
|
|
28860
|
+
}
|
|
28861
|
+
namespace Default {
|
|
28862
|
+
namespace Content {
|
|
28863
|
+
interface ApplicationJson {
|
|
28864
|
+
[k: string]: unknown;
|
|
28865
|
+
}
|
|
28866
|
+
}
|
|
28867
|
+
}
|
|
28868
|
+
}
|
|
28869
|
+
}
|
|
28517
28870
|
}
|
|
28518
28871
|
namespace V2ServersServerIdStorageSpaceStatistics {
|
|
28519
28872
|
namespace Get {
|
|
@@ -28574,6 +28927,53 @@ export declare namespace MittwaldAPIV2 {
|
|
|
28574
28927
|
}
|
|
28575
28928
|
}
|
|
28576
28929
|
}
|
|
28930
|
+
namespace Patch {
|
|
28931
|
+
namespace Parameters {
|
|
28932
|
+
type Path = {
|
|
28933
|
+
serverId: string;
|
|
28934
|
+
};
|
|
28935
|
+
interface RequestBody {
|
|
28936
|
+
notificationThresholdInBytes?: number;
|
|
28937
|
+
}
|
|
28938
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
28939
|
+
type Query = {};
|
|
28940
|
+
}
|
|
28941
|
+
namespace Responses {
|
|
28942
|
+
namespace $204 {
|
|
28943
|
+
namespace Content {
|
|
28944
|
+
type Empty = unknown;
|
|
28945
|
+
}
|
|
28946
|
+
}
|
|
28947
|
+
namespace $403 {
|
|
28948
|
+
namespace Content {
|
|
28949
|
+
interface ApplicationJson {
|
|
28950
|
+
[k: string]: unknown;
|
|
28951
|
+
}
|
|
28952
|
+
}
|
|
28953
|
+
}
|
|
28954
|
+
namespace $429 {
|
|
28955
|
+
namespace Content {
|
|
28956
|
+
interface ApplicationJson {
|
|
28957
|
+
[k: string]: unknown;
|
|
28958
|
+
}
|
|
28959
|
+
}
|
|
28960
|
+
}
|
|
28961
|
+
namespace $500 {
|
|
28962
|
+
namespace Content {
|
|
28963
|
+
interface ApplicationJson {
|
|
28964
|
+
[k: string]: unknown;
|
|
28965
|
+
}
|
|
28966
|
+
}
|
|
28967
|
+
}
|
|
28968
|
+
namespace Default {
|
|
28969
|
+
namespace Content {
|
|
28970
|
+
interface ApplicationJson {
|
|
28971
|
+
[k: string]: unknown;
|
|
28972
|
+
}
|
|
28973
|
+
}
|
|
28974
|
+
}
|
|
28975
|
+
}
|
|
28976
|
+
}
|
|
28577
28977
|
}
|
|
28578
28978
|
namespace V2ProjectsProjectIdStorageSpaceNotificationThreshold {
|
|
28579
28979
|
namespace Put {
|
|
@@ -31246,85 +31646,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
31246
31646
|
}
|
|
31247
31647
|
}
|
|
31248
31648
|
}
|
|
31249
|
-
namespace
|
|
31250
|
-
namespace V2MailRateLimitsMailRateLimitId {
|
|
31251
|
-
namespace Get {
|
|
31252
|
-
namespace Parameters {
|
|
31253
|
-
type Path = {
|
|
31254
|
-
mailRateLimitId: string;
|
|
31255
|
-
};
|
|
31256
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
31257
|
-
type Query = {};
|
|
31258
|
-
}
|
|
31259
|
-
namespace Responses {
|
|
31260
|
-
namespace $200 {
|
|
31261
|
-
namespace Content {
|
|
31262
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailsystemRateLimit;
|
|
31263
|
-
}
|
|
31264
|
-
}
|
|
31265
|
-
namespace $404 {
|
|
31266
|
-
namespace Content {
|
|
31267
|
-
interface ApplicationJson {
|
|
31268
|
-
[k: string]: unknown;
|
|
31269
|
-
}
|
|
31270
|
-
}
|
|
31271
|
-
}
|
|
31272
|
-
namespace $429 {
|
|
31273
|
-
namespace Content {
|
|
31274
|
-
interface ApplicationJson {
|
|
31275
|
-
[k: string]: unknown;
|
|
31276
|
-
}
|
|
31277
|
-
}
|
|
31278
|
-
}
|
|
31279
|
-
namespace Default {
|
|
31280
|
-
namespace Content {
|
|
31281
|
-
interface ApplicationJson {
|
|
31282
|
-
[k: string]: unknown;
|
|
31283
|
-
}
|
|
31284
|
-
}
|
|
31285
|
-
}
|
|
31286
|
-
}
|
|
31287
|
-
}
|
|
31288
|
-
}
|
|
31289
|
-
namespace V2MailRateLimits {
|
|
31290
|
-
namespace Get {
|
|
31291
|
-
namespace Parameters {
|
|
31292
|
-
type Path = {};
|
|
31293
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
31294
|
-
type Query = {};
|
|
31295
|
-
}
|
|
31296
|
-
namespace Responses {
|
|
31297
|
-
namespace $200 {
|
|
31298
|
-
namespace Content {
|
|
31299
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailsystemRateLimit[];
|
|
31300
|
-
}
|
|
31301
|
-
}
|
|
31302
|
-
namespace $429 {
|
|
31303
|
-
namespace Content {
|
|
31304
|
-
interface ApplicationJson {
|
|
31305
|
-
[k: string]: unknown;
|
|
31306
|
-
}
|
|
31307
|
-
}
|
|
31308
|
-
}
|
|
31309
|
-
namespace Default {
|
|
31310
|
-
namespace Content {
|
|
31311
|
-
interface ApplicationJson {
|
|
31312
|
-
[k: string]: unknown;
|
|
31313
|
-
}
|
|
31314
|
-
}
|
|
31315
|
-
}
|
|
31316
|
-
}
|
|
31317
|
-
}
|
|
31318
|
-
}
|
|
31319
|
-
namespace V2MailAddressesMailAddressIdActionsRequestRateLimitChange {
|
|
31649
|
+
namespace V2StacksStackIdActionsAddTemplateComponent {
|
|
31320
31650
|
namespace Post {
|
|
31321
31651
|
namespace Parameters {
|
|
31322
31652
|
type Path = {
|
|
31323
|
-
|
|
31653
|
+
stackId: string;
|
|
31324
31654
|
};
|
|
31325
|
-
|
|
31326
|
-
rateLimitId: string;
|
|
31327
|
-
}
|
|
31655
|
+
type RequestBody = MittwaldAPIV2.Components.Schemas.ContainerAddTemplateComponent;
|
|
31328
31656
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
31329
31657
|
type Query = {};
|
|
31330
31658
|
}
|
|
@@ -31355,71 +31683,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
31355
31683
|
}
|
|
31356
31684
|
}
|
|
31357
31685
|
}
|
|
31358
|
-
namespace $
|
|
31359
|
-
namespace Content {
|
|
31360
|
-
interface ApplicationJson {
|
|
31361
|
-
[k: string]: unknown;
|
|
31362
|
-
}
|
|
31363
|
-
}
|
|
31364
|
-
}
|
|
31365
|
-
namespace $500 {
|
|
31366
|
-
namespace Content {
|
|
31367
|
-
interface ApplicationJson {
|
|
31368
|
-
[k: string]: unknown;
|
|
31369
|
-
}
|
|
31370
|
-
}
|
|
31371
|
-
}
|
|
31372
|
-
namespace $503 {
|
|
31373
|
-
namespace Content {
|
|
31374
|
-
interface ApplicationJson {
|
|
31375
|
-
[k: string]: unknown;
|
|
31376
|
-
}
|
|
31377
|
-
}
|
|
31378
|
-
}
|
|
31379
|
-
namespace Default {
|
|
31380
|
-
namespace Content {
|
|
31381
|
-
interface ApplicationJson {
|
|
31382
|
-
[k: string]: unknown;
|
|
31383
|
-
}
|
|
31384
|
-
}
|
|
31385
|
-
}
|
|
31386
|
-
}
|
|
31387
|
-
}
|
|
31388
|
-
}
|
|
31389
|
-
namespace V2ContainerTemplatesTemplateIdAssetsAssetPath {
|
|
31390
|
-
namespace Get {
|
|
31391
|
-
namespace Parameters {
|
|
31392
|
-
type Path = {
|
|
31393
|
-
templateId: string;
|
|
31394
|
-
assetPath: string;
|
|
31395
|
-
};
|
|
31396
|
-
type Header = {};
|
|
31397
|
-
type Query = {};
|
|
31398
|
-
}
|
|
31399
|
-
namespace Responses {
|
|
31400
|
-
namespace $200 {
|
|
31401
|
-
namespace Content {
|
|
31402
|
-
type ImageJpeg = string;
|
|
31403
|
-
type ImagePng = string;
|
|
31404
|
-
type ImageSvgXml = string;
|
|
31405
|
-
type ImageWebp = string;
|
|
31406
|
-
}
|
|
31407
|
-
}
|
|
31408
|
-
namespace $400 {
|
|
31409
|
-
namespace Content {
|
|
31410
|
-
interface ApplicationJson {
|
|
31411
|
-
[k: string]: unknown;
|
|
31412
|
-
}
|
|
31413
|
-
}
|
|
31414
|
-
}
|
|
31415
|
-
namespace $403 {
|
|
31686
|
+
namespace $409 {
|
|
31416
31687
|
namespace Content {
|
|
31417
31688
|
interface ApplicationJson {
|
|
31418
31689
|
[k: string]: unknown;
|
|
31419
31690
|
}
|
|
31420
31691
|
}
|
|
31421
31692
|
}
|
|
31422
|
-
namespace $
|
|
31693
|
+
namespace $412 {
|
|
31423
31694
|
namespace Content {
|
|
31424
31695
|
interface ApplicationJson {
|
|
31425
31696
|
[k: string]: unknown;
|
|
@@ -31440,13 +31711,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
31440
31711
|
}
|
|
31441
31712
|
}
|
|
31442
31713
|
}
|
|
31443
|
-
namespace $503 {
|
|
31444
|
-
namespace Content {
|
|
31445
|
-
interface ApplicationJson {
|
|
31446
|
-
[k: string]: unknown;
|
|
31447
|
-
}
|
|
31448
|
-
}
|
|
31449
|
-
}
|
|
31450
31714
|
namespace Default {
|
|
31451
31715
|
namespace Content {
|
|
31452
31716
|
interface ApplicationJson {
|
|
@@ -31457,6 +31721,5 @@ export declare namespace MittwaldAPIV2 {
|
|
|
31457
31721
|
}
|
|
31458
31722
|
}
|
|
31459
31723
|
}
|
|
31460
|
-
namespace V2ContainerTemplatesTemplateIdIcon { }
|
|
31461
31724
|
}
|
|
31462
31725
|
}
|