@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 MittwaldAPIV3Next {
|
|
|
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 MittwaldAPIV3Next {
|
|
|
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 MittwaldAPIV3Next {
|
|
|
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 MittwaldAPIV3Next {
|
|
|
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 MittwaldAPIV3Next {
|
|
|
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 MittwaldAPIV3Next {
|
|
|
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 MittwaldAPIV3Next {
|
|
|
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 MittwaldAPIV3Next {
|
|
|
2927
2943
|
version: string;
|
|
2928
2944
|
website?: string;
|
|
2929
2945
|
}
|
|
2946
|
+
interface DeMittwaldContainerTemplateStatsListResponse {
|
|
2947
|
+
category?: string;
|
|
2948
|
+
templates?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsResponse[];
|
|
2949
|
+
}
|
|
2950
|
+
interface DeMittwaldContainerTemplateStatsResponse {
|
|
2951
|
+
id: string;
|
|
2952
|
+
installations: number;
|
|
2953
|
+
installations30Days: number;
|
|
2954
|
+
}
|
|
2930
2955
|
interface DeMittwaldContainerTemplateTranslatedString {
|
|
2931
2956
|
de: string;
|
|
2932
2957
|
en: string;
|
|
@@ -4020,6 +4045,19 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
4020
4045
|
ownerContactIssues: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainmigrationOwnerContactIssue[];
|
|
4021
4046
|
warnings?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainmigrationDomainMigrationWarning[];
|
|
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 DeMittwaldDomainmigrationOwnerContactIssue {
|
|
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 DeMittwaldDomainmigrationSubdomain {
|
|
4024
4062
|
dnsRecords: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainmigrationDNSRecord[];
|
|
4025
4063
|
hostname: string;
|
|
@@ -5316,6 +5354,10 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
5316
5354
|
keepDays: number;
|
|
5317
5355
|
relocateSensitivity?: number;
|
|
5318
5356
|
}
|
|
5357
|
+
interface DeMittwaldMailsystemRateLimit {
|
|
5358
|
+
id: string;
|
|
5359
|
+
rateLimit: number;
|
|
5360
|
+
}
|
|
5319
5361
|
interface DeMittwaldMarketplaceContractPartner {
|
|
5320
5362
|
contractPartner: {
|
|
5321
5363
|
address: MittwaldAPIV3Next.Components.Schemas.DeMittwaldCommonsAddress;
|
|
@@ -5931,6 +5973,57 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
5931
5973
|
template: MittwaldAPIV3Next.Components.Schemas.DeMittwaldArticleArticleTemplate;
|
|
5932
5974
|
}
|
|
5933
5975
|
type DeMittwaldPolicyPolicy = string;
|
|
5976
|
+
interface DeMittwaldActivitylogAppInstallationDatabaseLinked {
|
|
5977
|
+
changes: {
|
|
5978
|
+
after: {
|
|
5979
|
+
database: {};
|
|
5980
|
+
};
|
|
5981
|
+
before: {
|
|
5982
|
+
database: {} | null;
|
|
5983
|
+
};
|
|
5984
|
+
};
|
|
5985
|
+
name: "app.database-linked";
|
|
5986
|
+
parameters: {
|
|
5987
|
+
appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
5988
|
+
database: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
5989
|
+
};
|
|
5990
|
+
}
|
|
5991
|
+
interface DeMittwaldActivitylogAppInstallationDatabaseUnlinked {
|
|
5992
|
+
changes: {
|
|
5993
|
+
after: {
|
|
5994
|
+
database: {} | null;
|
|
5995
|
+
};
|
|
5996
|
+
before: {
|
|
5997
|
+
database: {};
|
|
5998
|
+
};
|
|
5999
|
+
};
|
|
6000
|
+
name: "app.database-unlinked";
|
|
6001
|
+
parameters: {
|
|
6002
|
+
appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6003
|
+
database: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6004
|
+
};
|
|
6005
|
+
}
|
|
6006
|
+
interface DeMittwaldActivitylogAppInstallationDeleted {
|
|
6007
|
+
changes: {};
|
|
6008
|
+
name: "app.deleted";
|
|
6009
|
+
parameters: {
|
|
6010
|
+
appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6011
|
+
};
|
|
6012
|
+
}
|
|
6013
|
+
interface DeMittwaldActivitylogAppInstallationDescriptionSet {
|
|
6014
|
+
changes: {
|
|
6015
|
+
after?: {
|
|
6016
|
+
description: string;
|
|
6017
|
+
};
|
|
6018
|
+
before?: {
|
|
6019
|
+
description: string | null;
|
|
6020
|
+
};
|
|
6021
|
+
};
|
|
6022
|
+
name: "app.description-set";
|
|
6023
|
+
parameters: {
|
|
6024
|
+
appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6025
|
+
};
|
|
6026
|
+
}
|
|
5934
6027
|
interface DeMittwaldActivitylogAppInstallationCopyRequested {
|
|
5935
6028
|
name: "app.copy-requested";
|
|
5936
6029
|
parameters: {
|
|
@@ -6090,6 +6183,18 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6090
6183
|
name: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6091
6184
|
};
|
|
6092
6185
|
}
|
|
6186
|
+
interface DeMittwaldActivitylogDnsARecordSetManaged {
|
|
6187
|
+
changes: {
|
|
6188
|
+
after?: {
|
|
6189
|
+
aRecords: string;
|
|
6190
|
+
};
|
|
6191
|
+
before?: {};
|
|
6192
|
+
};
|
|
6193
|
+
name: "dns.a-record-set-managed";
|
|
6194
|
+
parameters: {
|
|
6195
|
+
domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6196
|
+
};
|
|
6197
|
+
}
|
|
6093
6198
|
interface DeMittwaldActivitylogDnsARecordSet {
|
|
6094
6199
|
changes: {
|
|
6095
6200
|
after?: {
|
|
@@ -6134,6 +6239,32 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6134
6239
|
domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6135
6240
|
};
|
|
6136
6241
|
}
|
|
6242
|
+
interface DeMittwaldActivitylogDnsDomainDeleted {
|
|
6243
|
+
changes: {};
|
|
6244
|
+
name: "dns.domain-deleted";
|
|
6245
|
+
parameters: {
|
|
6246
|
+
domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6247
|
+
};
|
|
6248
|
+
}
|
|
6249
|
+
interface DeMittwaldActivitylogDnsIngressDeleted {
|
|
6250
|
+
changes: {};
|
|
6251
|
+
name: "dns.ingress-deleted";
|
|
6252
|
+
parameters: {
|
|
6253
|
+
domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6254
|
+
};
|
|
6255
|
+
}
|
|
6256
|
+
interface DeMittwaldActivitylogDnsMxRecordSetManaged {
|
|
6257
|
+
changes: {
|
|
6258
|
+
after?: {
|
|
6259
|
+
mx: string;
|
|
6260
|
+
};
|
|
6261
|
+
before?: {};
|
|
6262
|
+
};
|
|
6263
|
+
name: "dns.mx-record-set-managed";
|
|
6264
|
+
parameters: {
|
|
6265
|
+
domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6266
|
+
};
|
|
6267
|
+
}
|
|
6137
6268
|
interface DeMittwaldActivitylogDnsMxRecordSet {
|
|
6138
6269
|
changes: {
|
|
6139
6270
|
after?: {
|
|
@@ -6890,121 +7021,18 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6890
7021
|
}
|
|
6891
7022
|
type DeMittwaldVerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
6892
7023
|
type DeMittwaldContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
|
|
6893
|
-
interface
|
|
6894
|
-
|
|
6895
|
-
|
|
6896
|
-
|
|
6897
|
-
|
|
6898
|
-
|
|
6899
|
-
|
|
6900
|
-
|
|
6901
|
-
|
|
6902
|
-
|
|
6903
|
-
};
|
|
6904
|
-
}
|
|
6905
|
-
interface DeMittwaldActivitylogDnsDomainDeleted {
|
|
6906
|
-
changes: {};
|
|
6907
|
-
name: "dns.domain-deleted";
|
|
6908
|
-
parameters: {
|
|
6909
|
-
domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6910
|
-
};
|
|
6911
|
-
}
|
|
6912
|
-
interface DeMittwaldActivitylogDnsIngressDeleted {
|
|
6913
|
-
changes: {};
|
|
6914
|
-
name: "dns.ingress-deleted";
|
|
6915
|
-
parameters: {
|
|
6916
|
-
domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6917
|
-
};
|
|
6918
|
-
}
|
|
6919
|
-
interface DeMittwaldActivitylogDnsMxRecordSetManaged {
|
|
6920
|
-
changes: {
|
|
6921
|
-
after?: {
|
|
6922
|
-
mx: string;
|
|
6923
|
-
};
|
|
6924
|
-
before?: {};
|
|
6925
|
-
};
|
|
6926
|
-
name: "dns.mx-record-set-managed";
|
|
6927
|
-
parameters: {
|
|
6928
|
-
domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6929
|
-
};
|
|
6930
|
-
}
|
|
6931
|
-
interface DeMittwaldContainerTemplateStatsListResponse {
|
|
6932
|
-
category?: string;
|
|
6933
|
-
templates?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsResponse[];
|
|
6934
|
-
}
|
|
6935
|
-
interface DeMittwaldContainerTemplateStatsResponse {
|
|
6936
|
-
id: string;
|
|
6937
|
-
installations: number;
|
|
6938
|
-
installations30Days: number;
|
|
6939
|
-
}
|
|
6940
|
-
interface DeMittwaldMailsystemRateLimit {
|
|
6941
|
-
id: string;
|
|
6942
|
-
rateLimit: number;
|
|
6943
|
-
}
|
|
6944
|
-
interface DeMittwaldActivitylogAppInstallationDatabaseLinked {
|
|
6945
|
-
changes: {
|
|
6946
|
-
after: {
|
|
6947
|
-
database: {};
|
|
6948
|
-
};
|
|
6949
|
-
before: {
|
|
6950
|
-
database: {} | null;
|
|
6951
|
-
};
|
|
6952
|
-
};
|
|
6953
|
-
name: "app.database-linked";
|
|
6954
|
-
parameters: {
|
|
6955
|
-
appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6956
|
-
database: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6957
|
-
};
|
|
6958
|
-
}
|
|
6959
|
-
interface DeMittwaldActivitylogAppInstallationDatabaseUnlinked {
|
|
6960
|
-
changes: {
|
|
6961
|
-
after: {
|
|
6962
|
-
database: {} | null;
|
|
6963
|
-
};
|
|
6964
|
-
before: {
|
|
6965
|
-
database: {};
|
|
6966
|
-
};
|
|
6967
|
-
};
|
|
6968
|
-
name: "app.database-unlinked";
|
|
6969
|
-
parameters: {
|
|
6970
|
-
appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6971
|
-
database: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6972
|
-
};
|
|
6973
|
-
}
|
|
6974
|
-
interface DeMittwaldActivitylogAppInstallationDeleted {
|
|
6975
|
-
changes: {};
|
|
6976
|
-
name: "app.deleted";
|
|
6977
|
-
parameters: {
|
|
6978
|
-
appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6979
|
-
};
|
|
6980
|
-
}
|
|
6981
|
-
interface DeMittwaldActivitylogAppInstallationDescriptionSet {
|
|
6982
|
-
changes: {
|
|
6983
|
-
after?: {
|
|
6984
|
-
description: string;
|
|
6985
|
-
};
|
|
6986
|
-
before?: {
|
|
6987
|
-
description: string | null;
|
|
6988
|
-
};
|
|
6989
|
-
};
|
|
6990
|
-
name: "app.description-set";
|
|
6991
|
-
parameters: {
|
|
6992
|
-
appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
7024
|
+
interface DeMittwaldContainerAddTemplateComponent {
|
|
7025
|
+
templateConfig: {
|
|
7026
|
+
templateId: string;
|
|
7027
|
+
/**
|
|
7028
|
+
* Values for template user inputs. Missing optional values are filled from template defaults.
|
|
7029
|
+
*/
|
|
7030
|
+
userInputs?: {
|
|
7031
|
+
name: string;
|
|
7032
|
+
value: string;
|
|
7033
|
+
}[];
|
|
6993
7034
|
};
|
|
6994
7035
|
}
|
|
6995
|
-
/**
|
|
6996
|
-
* 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.
|
|
6997
|
-
*/
|
|
6998
|
-
interface DeMittwaldDomainmigrationOwnerContactIssue {
|
|
6999
|
-
/**
|
|
7000
|
-
* The affected owner contact field, e.g. street, name, zip.
|
|
7001
|
-
*/
|
|
7002
|
-
field: string;
|
|
7003
|
-
/**
|
|
7004
|
-
* 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).
|
|
7005
|
-
*/
|
|
7006
|
-
schemaTitle?: string;
|
|
7007
|
-
}
|
|
7008
7036
|
interface DeMittwaldCommonsAddress {
|
|
7009
7037
|
street: string;
|
|
7010
7038
|
houseNumber: string;
|
|
@@ -9626,32 +9654,85 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
9626
9654
|
namespace Patch {
|
|
9627
9655
|
namespace Parameters {
|
|
9628
9656
|
type Path = {
|
|
9629
|
-
projectBackupScheduleId: string;
|
|
9657
|
+
projectBackupScheduleId: string;
|
|
9658
|
+
};
|
|
9659
|
+
interface RequestBody {
|
|
9660
|
+
/**
|
|
9661
|
+
* Description of the ProjectBackupSchedule. Note that the description of isSystemBackup true items cannot be changed.
|
|
9662
|
+
*/
|
|
9663
|
+
description?: string;
|
|
9664
|
+
/**
|
|
9665
|
+
* 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.
|
|
9666
|
+
*/
|
|
9667
|
+
schedule?: string;
|
|
9668
|
+
/**
|
|
9669
|
+
* TTL of the BackupSchedule as a duration string. Must be at least 7d and no more than 365d.
|
|
9670
|
+
*/
|
|
9671
|
+
ttl?: string;
|
|
9672
|
+
}
|
|
9673
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
9674
|
+
type Query = {};
|
|
9675
|
+
}
|
|
9676
|
+
namespace Responses {
|
|
9677
|
+
namespace $204 {
|
|
9678
|
+
namespace Content {
|
|
9679
|
+
type Empty = unknown;
|
|
9680
|
+
}
|
|
9681
|
+
}
|
|
9682
|
+
namespace $400 {
|
|
9683
|
+
namespace Content {
|
|
9684
|
+
interface ApplicationJson {
|
|
9685
|
+
[k: string]: unknown;
|
|
9686
|
+
}
|
|
9687
|
+
}
|
|
9688
|
+
}
|
|
9689
|
+
namespace $404 {
|
|
9690
|
+
namespace Content {
|
|
9691
|
+
interface ApplicationJson {
|
|
9692
|
+
[k: string]: unknown;
|
|
9693
|
+
}
|
|
9694
|
+
}
|
|
9695
|
+
}
|
|
9696
|
+
namespace $412 {
|
|
9697
|
+
namespace Content {
|
|
9698
|
+
interface ApplicationJson {
|
|
9699
|
+
[k: string]: unknown;
|
|
9700
|
+
}
|
|
9701
|
+
}
|
|
9702
|
+
}
|
|
9703
|
+
namespace $429 {
|
|
9704
|
+
namespace Content {
|
|
9705
|
+
interface ApplicationJson {
|
|
9706
|
+
[k: string]: unknown;
|
|
9707
|
+
}
|
|
9708
|
+
}
|
|
9709
|
+
}
|
|
9710
|
+
namespace Default {
|
|
9711
|
+
namespace Content {
|
|
9712
|
+
interface ApplicationJson {
|
|
9713
|
+
[k: string]: unknown;
|
|
9714
|
+
}
|
|
9715
|
+
}
|
|
9716
|
+
}
|
|
9717
|
+
}
|
|
9718
|
+
}
|
|
9719
|
+
}
|
|
9720
|
+
namespace V3NextProjectBackupsProjectBackupId {
|
|
9721
|
+
namespace Get {
|
|
9722
|
+
namespace Parameters {
|
|
9723
|
+
type Path = {
|
|
9724
|
+
projectBackupId: string;
|
|
9630
9725
|
};
|
|
9631
|
-
interface RequestBody {
|
|
9632
|
-
/**
|
|
9633
|
-
* Description of the ProjectBackupSchedule. Note that the description of isSystemBackup true items cannot be changed.
|
|
9634
|
-
*/
|
|
9635
|
-
description?: string;
|
|
9636
|
-
/**
|
|
9637
|
-
* 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.
|
|
9638
|
-
*/
|
|
9639
|
-
schedule?: string;
|
|
9640
|
-
/**
|
|
9641
|
-
* TTL of the BackupSchedule as a duration string. Must be at least 7d and no more than 365d.
|
|
9642
|
-
*/
|
|
9643
|
-
ttl?: string;
|
|
9644
|
-
}
|
|
9645
9726
|
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
9646
9727
|
type Query = {};
|
|
9647
9728
|
}
|
|
9648
9729
|
namespace Responses {
|
|
9649
|
-
namespace $
|
|
9730
|
+
namespace $200 {
|
|
9650
9731
|
namespace Content {
|
|
9651
|
-
type
|
|
9732
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldBackupProjectBackup;
|
|
9652
9733
|
}
|
|
9653
9734
|
}
|
|
9654
|
-
namespace $
|
|
9735
|
+
namespace $403 {
|
|
9655
9736
|
namespace Content {
|
|
9656
9737
|
interface ApplicationJson {
|
|
9657
9738
|
[k: string]: unknown;
|
|
@@ -9665,13 +9746,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
9665
9746
|
}
|
|
9666
9747
|
}
|
|
9667
9748
|
}
|
|
9668
|
-
namespace $412 {
|
|
9669
|
-
namespace Content {
|
|
9670
|
-
interface ApplicationJson {
|
|
9671
|
-
[k: string]: unknown;
|
|
9672
|
-
}
|
|
9673
|
-
}
|
|
9674
|
-
}
|
|
9675
9749
|
namespace $429 {
|
|
9676
9750
|
namespace Content {
|
|
9677
9751
|
interface ApplicationJson {
|
|
@@ -9688,9 +9762,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
9688
9762
|
}
|
|
9689
9763
|
}
|
|
9690
9764
|
}
|
|
9691
|
-
|
|
9692
|
-
namespace V3NextProjectBackupsProjectBackupId {
|
|
9693
|
-
namespace Get {
|
|
9765
|
+
namespace Delete {
|
|
9694
9766
|
namespace Parameters {
|
|
9695
9767
|
type Path = {
|
|
9696
9768
|
projectBackupId: string;
|
|
@@ -9699,9 +9771,9 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
9699
9771
|
type Query = {};
|
|
9700
9772
|
}
|
|
9701
9773
|
namespace Responses {
|
|
9702
|
-
namespace $
|
|
9774
|
+
namespace $204 {
|
|
9703
9775
|
namespace Content {
|
|
9704
|
-
type
|
|
9776
|
+
type Empty = unknown;
|
|
9705
9777
|
}
|
|
9706
9778
|
}
|
|
9707
9779
|
namespace $403 {
|
|
@@ -9734,11 +9806,21 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
9734
9806
|
}
|
|
9735
9807
|
}
|
|
9736
9808
|
}
|
|
9737
|
-
namespace
|
|
9809
|
+
namespace Patch {
|
|
9738
9810
|
namespace Parameters {
|
|
9739
9811
|
type Path = {
|
|
9740
9812
|
projectBackupId: string;
|
|
9741
9813
|
};
|
|
9814
|
+
interface RequestBody {
|
|
9815
|
+
/**
|
|
9816
|
+
* Description of the ProjectBackup.
|
|
9817
|
+
*/
|
|
9818
|
+
description?: string;
|
|
9819
|
+
/**
|
|
9820
|
+
* Time when to expire the Backup. Must be no more than one year in the future.
|
|
9821
|
+
*/
|
|
9822
|
+
expirationTime?: string;
|
|
9823
|
+
}
|
|
9742
9824
|
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
9743
9825
|
type Query = {};
|
|
9744
9826
|
}
|
|
@@ -9748,6 +9830,13 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
9748
9830
|
type Empty = unknown;
|
|
9749
9831
|
}
|
|
9750
9832
|
}
|
|
9833
|
+
namespace $400 {
|
|
9834
|
+
namespace Content {
|
|
9835
|
+
interface ApplicationJson {
|
|
9836
|
+
[k: string]: unknown;
|
|
9837
|
+
}
|
|
9838
|
+
}
|
|
9839
|
+
}
|
|
9751
9840
|
namespace $403 {
|
|
9752
9841
|
namespace Content {
|
|
9753
9842
|
interface ApplicationJson {
|
|
@@ -11194,6 +11283,77 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
11194
11283
|
}
|
|
11195
11284
|
}
|
|
11196
11285
|
}
|
|
11286
|
+
namespace V3NextContainerTemplatesTemplateIdAssetsAssetPath {
|
|
11287
|
+
namespace Get {
|
|
11288
|
+
namespace Parameters {
|
|
11289
|
+
type Path = {
|
|
11290
|
+
templateId: string;
|
|
11291
|
+
assetPath: string;
|
|
11292
|
+
};
|
|
11293
|
+
type Header = {};
|
|
11294
|
+
type Query = {};
|
|
11295
|
+
}
|
|
11296
|
+
namespace Responses {
|
|
11297
|
+
namespace $200 {
|
|
11298
|
+
namespace Content {
|
|
11299
|
+
type ImageJpeg = string;
|
|
11300
|
+
type ImagePng = string;
|
|
11301
|
+
type ImageSvgXml = string;
|
|
11302
|
+
type ImageWebp = string;
|
|
11303
|
+
}
|
|
11304
|
+
}
|
|
11305
|
+
namespace $400 {
|
|
11306
|
+
namespace Content {
|
|
11307
|
+
interface ApplicationJson {
|
|
11308
|
+
[k: string]: unknown;
|
|
11309
|
+
}
|
|
11310
|
+
}
|
|
11311
|
+
}
|
|
11312
|
+
namespace $403 {
|
|
11313
|
+
namespace Content {
|
|
11314
|
+
interface ApplicationJson {
|
|
11315
|
+
[k: string]: unknown;
|
|
11316
|
+
}
|
|
11317
|
+
}
|
|
11318
|
+
}
|
|
11319
|
+
namespace $404 {
|
|
11320
|
+
namespace Content {
|
|
11321
|
+
interface ApplicationJson {
|
|
11322
|
+
[k: string]: unknown;
|
|
11323
|
+
}
|
|
11324
|
+
}
|
|
11325
|
+
}
|
|
11326
|
+
namespace $429 {
|
|
11327
|
+
namespace Content {
|
|
11328
|
+
interface ApplicationJson {
|
|
11329
|
+
[k: string]: unknown;
|
|
11330
|
+
}
|
|
11331
|
+
}
|
|
11332
|
+
}
|
|
11333
|
+
namespace $500 {
|
|
11334
|
+
namespace Content {
|
|
11335
|
+
interface ApplicationJson {
|
|
11336
|
+
[k: string]: unknown;
|
|
11337
|
+
}
|
|
11338
|
+
}
|
|
11339
|
+
}
|
|
11340
|
+
namespace $503 {
|
|
11341
|
+
namespace Content {
|
|
11342
|
+
interface ApplicationJson {
|
|
11343
|
+
[k: string]: unknown;
|
|
11344
|
+
}
|
|
11345
|
+
}
|
|
11346
|
+
}
|
|
11347
|
+
namespace Default {
|
|
11348
|
+
namespace Content {
|
|
11349
|
+
interface ApplicationJson {
|
|
11350
|
+
[k: string]: unknown;
|
|
11351
|
+
}
|
|
11352
|
+
}
|
|
11353
|
+
}
|
|
11354
|
+
}
|
|
11355
|
+
}
|
|
11356
|
+
}
|
|
11197
11357
|
namespace V3NextContainerTemplatesTemplateId {
|
|
11198
11358
|
namespace Get {
|
|
11199
11359
|
namespace Parameters {
|
|
@@ -11431,6 +11591,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
11431
11591
|
}
|
|
11432
11592
|
}
|
|
11433
11593
|
}
|
|
11594
|
+
namespace V3NextContainerTemplateStatistics { }
|
|
11434
11595
|
namespace V3NextContainerTemplates {
|
|
11435
11596
|
namespace Get {
|
|
11436
11597
|
namespace Parameters {
|
|
@@ -17167,10 +17328,16 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
17167
17328
|
}
|
|
17168
17329
|
namespace V3NextAppInstallationsAppInstallationIdActionsAction { }
|
|
17169
17330
|
namespace V3NextAppinstallationsAppInstallationIdDatabases { }
|
|
17331
|
+
namespace V3NextContainerTemplatesTemplateIdIcon { }
|
|
17170
17332
|
namespace V3NextActionsValidateContainerRegistryUri { }
|
|
17171
17333
|
namespace V3NextRegistriesRegistryIdActionsValidateCredentials { }
|
|
17172
17334
|
namespace V3NextContractsContractIdItemsContractItemIdNextTerminationDates { }
|
|
17173
17335
|
namespace V3NextCustomersCustomerIdActionsLeave { }
|
|
17336
|
+
namespace V3NextMysqlDatabasesMysqlDatabaseIdDefaultCharset { }
|
|
17337
|
+
namespace V3NextMysqlDatabasesMysqlDatabaseIdDescription { }
|
|
17338
|
+
namespace V3NextMysqlUsersMysqlUserIdPassword { }
|
|
17339
|
+
namespace V3NextRedisDatabasesRedisDatabaseIdConfiguration { }
|
|
17340
|
+
namespace V3NextRedisDatabasesRedisDatabaseIdDescription { }
|
|
17174
17341
|
namespace V3NextDnsZonesZoneIdRecordsetAcombinedCustom { }
|
|
17175
17342
|
namespace V3NextDnsZonesZoneIdRecordsetAcombinedManagedIngress { }
|
|
17176
17343
|
namespace V3NextDnsZonesZoneIdRecordsetCname { }
|
|
@@ -24224,6 +24391,45 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
24224
24391
|
}
|
|
24225
24392
|
}
|
|
24226
24393
|
}
|
|
24394
|
+
namespace V3NextMailRateLimitsMailRateLimitId {
|
|
24395
|
+
namespace Get {
|
|
24396
|
+
namespace Parameters {
|
|
24397
|
+
type Path = {
|
|
24398
|
+
mailRateLimitId: string;
|
|
24399
|
+
};
|
|
24400
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
24401
|
+
type Query = {};
|
|
24402
|
+
}
|
|
24403
|
+
namespace Responses {
|
|
24404
|
+
namespace $200 {
|
|
24405
|
+
namespace Content {
|
|
24406
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailsystemRateLimit;
|
|
24407
|
+
}
|
|
24408
|
+
}
|
|
24409
|
+
namespace $404 {
|
|
24410
|
+
namespace Content {
|
|
24411
|
+
interface ApplicationJson {
|
|
24412
|
+
[k: string]: unknown;
|
|
24413
|
+
}
|
|
24414
|
+
}
|
|
24415
|
+
}
|
|
24416
|
+
namespace $429 {
|
|
24417
|
+
namespace Content {
|
|
24418
|
+
interface ApplicationJson {
|
|
24419
|
+
[k: string]: unknown;
|
|
24420
|
+
}
|
|
24421
|
+
}
|
|
24422
|
+
}
|
|
24423
|
+
namespace Default {
|
|
24424
|
+
namespace Content {
|
|
24425
|
+
interface ApplicationJson {
|
|
24426
|
+
[k: string]: unknown;
|
|
24427
|
+
}
|
|
24428
|
+
}
|
|
24429
|
+
}
|
|
24430
|
+
}
|
|
24431
|
+
}
|
|
24432
|
+
}
|
|
24227
24433
|
namespace V3NextMailAddressesMailAddressIdBackups {
|
|
24228
24434
|
namespace Get {
|
|
24229
24435
|
namespace Parameters {
|
|
@@ -24361,6 +24567,36 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
24361
24567
|
}
|
|
24362
24568
|
}
|
|
24363
24569
|
}
|
|
24570
|
+
namespace V3NextMailRateLimits {
|
|
24571
|
+
namespace Get {
|
|
24572
|
+
namespace Parameters {
|
|
24573
|
+
type Path = {};
|
|
24574
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
24575
|
+
type Query = {};
|
|
24576
|
+
}
|
|
24577
|
+
namespace Responses {
|
|
24578
|
+
namespace $200 {
|
|
24579
|
+
namespace Content {
|
|
24580
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailsystemRateLimit[];
|
|
24581
|
+
}
|
|
24582
|
+
}
|
|
24583
|
+
namespace $429 {
|
|
24584
|
+
namespace Content {
|
|
24585
|
+
interface ApplicationJson {
|
|
24586
|
+
[k: string]: unknown;
|
|
24587
|
+
}
|
|
24588
|
+
}
|
|
24589
|
+
}
|
|
24590
|
+
namespace Default {
|
|
24591
|
+
namespace Content {
|
|
24592
|
+
interface ApplicationJson {
|
|
24593
|
+
[k: string]: unknown;
|
|
24594
|
+
}
|
|
24595
|
+
}
|
|
24596
|
+
}
|
|
24597
|
+
}
|
|
24598
|
+
}
|
|
24599
|
+
}
|
|
24364
24600
|
namespace V3NextProjectsProjectIdMailSettings {
|
|
24365
24601
|
namespace Get {
|
|
24366
24602
|
namespace Parameters {
|
|
@@ -24448,7 +24684,63 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
24448
24684
|
type Empty = unknown;
|
|
24449
24685
|
}
|
|
24450
24686
|
}
|
|
24451
|
-
namespace $400 {
|
|
24687
|
+
namespace $400 {
|
|
24688
|
+
namespace Content {
|
|
24689
|
+
interface ApplicationJson {
|
|
24690
|
+
[k: string]: unknown;
|
|
24691
|
+
}
|
|
24692
|
+
}
|
|
24693
|
+
}
|
|
24694
|
+
namespace $404 {
|
|
24695
|
+
namespace Content {
|
|
24696
|
+
interface ApplicationJson {
|
|
24697
|
+
[k: string]: unknown;
|
|
24698
|
+
}
|
|
24699
|
+
}
|
|
24700
|
+
}
|
|
24701
|
+
namespace $429 {
|
|
24702
|
+
namespace Content {
|
|
24703
|
+
interface ApplicationJson {
|
|
24704
|
+
[k: string]: unknown;
|
|
24705
|
+
}
|
|
24706
|
+
}
|
|
24707
|
+
}
|
|
24708
|
+
namespace Default {
|
|
24709
|
+
namespace Content {
|
|
24710
|
+
interface ApplicationJson {
|
|
24711
|
+
[k: string]: unknown;
|
|
24712
|
+
}
|
|
24713
|
+
}
|
|
24714
|
+
}
|
|
24715
|
+
}
|
|
24716
|
+
}
|
|
24717
|
+
}
|
|
24718
|
+
namespace V3NextMailAddressesMailAddressIdActionsRequestRateLimitChange {
|
|
24719
|
+
namespace Post {
|
|
24720
|
+
namespace Parameters {
|
|
24721
|
+
type Path = {
|
|
24722
|
+
mailAddressId: string;
|
|
24723
|
+
};
|
|
24724
|
+
interface RequestBody {
|
|
24725
|
+
rateLimitId: string;
|
|
24726
|
+
}
|
|
24727
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
24728
|
+
type Query = {};
|
|
24729
|
+
}
|
|
24730
|
+
namespace Responses {
|
|
24731
|
+
namespace $204 {
|
|
24732
|
+
namespace Content {
|
|
24733
|
+
type Empty = unknown;
|
|
24734
|
+
}
|
|
24735
|
+
}
|
|
24736
|
+
namespace $400 {
|
|
24737
|
+
namespace Content {
|
|
24738
|
+
interface ApplicationJson {
|
|
24739
|
+
[k: string]: unknown;
|
|
24740
|
+
}
|
|
24741
|
+
}
|
|
24742
|
+
}
|
|
24743
|
+
namespace $403 {
|
|
24452
24744
|
namespace Content {
|
|
24453
24745
|
interface ApplicationJson {
|
|
24454
24746
|
[k: string]: unknown;
|
|
@@ -24469,6 +24761,20 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
24469
24761
|
}
|
|
24470
24762
|
}
|
|
24471
24763
|
}
|
|
24764
|
+
namespace $500 {
|
|
24765
|
+
namespace Content {
|
|
24766
|
+
interface ApplicationJson {
|
|
24767
|
+
[k: string]: unknown;
|
|
24768
|
+
}
|
|
24769
|
+
}
|
|
24770
|
+
}
|
|
24771
|
+
namespace $503 {
|
|
24772
|
+
namespace Content {
|
|
24773
|
+
interface ApplicationJson {
|
|
24774
|
+
[k: string]: unknown;
|
|
24775
|
+
}
|
|
24776
|
+
}
|
|
24777
|
+
}
|
|
24472
24778
|
namespace Default {
|
|
24473
24779
|
namespace Content {
|
|
24474
24780
|
interface ApplicationJson {
|
|
@@ -28450,6 +28756,53 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
28450
28756
|
}
|
|
28451
28757
|
}
|
|
28452
28758
|
}
|
|
28759
|
+
namespace Patch {
|
|
28760
|
+
namespace Parameters {
|
|
28761
|
+
type Path = {
|
|
28762
|
+
projectId: string;
|
|
28763
|
+
};
|
|
28764
|
+
interface RequestBody {
|
|
28765
|
+
notificationThresholdInBytes?: number;
|
|
28766
|
+
}
|
|
28767
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
28768
|
+
type Query = {};
|
|
28769
|
+
}
|
|
28770
|
+
namespace Responses {
|
|
28771
|
+
namespace $204 {
|
|
28772
|
+
namespace Content {
|
|
28773
|
+
type Empty = unknown;
|
|
28774
|
+
}
|
|
28775
|
+
}
|
|
28776
|
+
namespace $403 {
|
|
28777
|
+
namespace Content {
|
|
28778
|
+
interface ApplicationJson {
|
|
28779
|
+
[k: string]: unknown;
|
|
28780
|
+
}
|
|
28781
|
+
}
|
|
28782
|
+
}
|
|
28783
|
+
namespace $429 {
|
|
28784
|
+
namespace Content {
|
|
28785
|
+
interface ApplicationJson {
|
|
28786
|
+
[k: string]: unknown;
|
|
28787
|
+
}
|
|
28788
|
+
}
|
|
28789
|
+
}
|
|
28790
|
+
namespace $500 {
|
|
28791
|
+
namespace Content {
|
|
28792
|
+
interface ApplicationJson {
|
|
28793
|
+
[k: string]: unknown;
|
|
28794
|
+
}
|
|
28795
|
+
}
|
|
28796
|
+
}
|
|
28797
|
+
namespace Default {
|
|
28798
|
+
namespace Content {
|
|
28799
|
+
interface ApplicationJson {
|
|
28800
|
+
[k: string]: unknown;
|
|
28801
|
+
}
|
|
28802
|
+
}
|
|
28803
|
+
}
|
|
28804
|
+
}
|
|
28805
|
+
}
|
|
28453
28806
|
}
|
|
28454
28807
|
namespace V3NextServersServerIdStorageSpaceStatistics {
|
|
28455
28808
|
namespace Get {
|
|
@@ -28510,6 +28863,53 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
28510
28863
|
}
|
|
28511
28864
|
}
|
|
28512
28865
|
}
|
|
28866
|
+
namespace Patch {
|
|
28867
|
+
namespace Parameters {
|
|
28868
|
+
type Path = {
|
|
28869
|
+
serverId: string;
|
|
28870
|
+
};
|
|
28871
|
+
interface RequestBody {
|
|
28872
|
+
notificationThresholdInBytes?: number;
|
|
28873
|
+
}
|
|
28874
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
28875
|
+
type Query = {};
|
|
28876
|
+
}
|
|
28877
|
+
namespace Responses {
|
|
28878
|
+
namespace $204 {
|
|
28879
|
+
namespace Content {
|
|
28880
|
+
type Empty = unknown;
|
|
28881
|
+
}
|
|
28882
|
+
}
|
|
28883
|
+
namespace $403 {
|
|
28884
|
+
namespace Content {
|
|
28885
|
+
interface ApplicationJson {
|
|
28886
|
+
[k: string]: unknown;
|
|
28887
|
+
}
|
|
28888
|
+
}
|
|
28889
|
+
}
|
|
28890
|
+
namespace $429 {
|
|
28891
|
+
namespace Content {
|
|
28892
|
+
interface ApplicationJson {
|
|
28893
|
+
[k: string]: unknown;
|
|
28894
|
+
}
|
|
28895
|
+
}
|
|
28896
|
+
}
|
|
28897
|
+
namespace $500 {
|
|
28898
|
+
namespace Content {
|
|
28899
|
+
interface ApplicationJson {
|
|
28900
|
+
[k: string]: unknown;
|
|
28901
|
+
}
|
|
28902
|
+
}
|
|
28903
|
+
}
|
|
28904
|
+
namespace Default {
|
|
28905
|
+
namespace Content {
|
|
28906
|
+
interface ApplicationJson {
|
|
28907
|
+
[k: string]: unknown;
|
|
28908
|
+
}
|
|
28909
|
+
}
|
|
28910
|
+
}
|
|
28911
|
+
}
|
|
28912
|
+
}
|
|
28513
28913
|
}
|
|
28514
28914
|
namespace V3NextProjectsProjectIdStorageSpaceNotificationThreshold {
|
|
28515
28915
|
namespace Put {
|
|
@@ -31170,85 +31570,13 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
31170
31570
|
}
|
|
31171
31571
|
}
|
|
31172
31572
|
}
|
|
31173
|
-
namespace
|
|
31174
|
-
namespace V3NextMailRateLimitsMailRateLimitId {
|
|
31175
|
-
namespace Get {
|
|
31176
|
-
namespace Parameters {
|
|
31177
|
-
type Path = {
|
|
31178
|
-
mailRateLimitId: string;
|
|
31179
|
-
};
|
|
31180
|
-
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
31181
|
-
type Query = {};
|
|
31182
|
-
}
|
|
31183
|
-
namespace Responses {
|
|
31184
|
-
namespace $200 {
|
|
31185
|
-
namespace Content {
|
|
31186
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailsystemRateLimit;
|
|
31187
|
-
}
|
|
31188
|
-
}
|
|
31189
|
-
namespace $404 {
|
|
31190
|
-
namespace Content {
|
|
31191
|
-
interface ApplicationJson {
|
|
31192
|
-
[k: string]: unknown;
|
|
31193
|
-
}
|
|
31194
|
-
}
|
|
31195
|
-
}
|
|
31196
|
-
namespace $429 {
|
|
31197
|
-
namespace Content {
|
|
31198
|
-
interface ApplicationJson {
|
|
31199
|
-
[k: string]: unknown;
|
|
31200
|
-
}
|
|
31201
|
-
}
|
|
31202
|
-
}
|
|
31203
|
-
namespace Default {
|
|
31204
|
-
namespace Content {
|
|
31205
|
-
interface ApplicationJson {
|
|
31206
|
-
[k: string]: unknown;
|
|
31207
|
-
}
|
|
31208
|
-
}
|
|
31209
|
-
}
|
|
31210
|
-
}
|
|
31211
|
-
}
|
|
31212
|
-
}
|
|
31213
|
-
namespace V3NextMailRateLimits {
|
|
31214
|
-
namespace Get {
|
|
31215
|
-
namespace Parameters {
|
|
31216
|
-
type Path = {};
|
|
31217
|
-
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
31218
|
-
type Query = {};
|
|
31219
|
-
}
|
|
31220
|
-
namespace Responses {
|
|
31221
|
-
namespace $200 {
|
|
31222
|
-
namespace Content {
|
|
31223
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailsystemRateLimit[];
|
|
31224
|
-
}
|
|
31225
|
-
}
|
|
31226
|
-
namespace $429 {
|
|
31227
|
-
namespace Content {
|
|
31228
|
-
interface ApplicationJson {
|
|
31229
|
-
[k: string]: unknown;
|
|
31230
|
-
}
|
|
31231
|
-
}
|
|
31232
|
-
}
|
|
31233
|
-
namespace Default {
|
|
31234
|
-
namespace Content {
|
|
31235
|
-
interface ApplicationJson {
|
|
31236
|
-
[k: string]: unknown;
|
|
31237
|
-
}
|
|
31238
|
-
}
|
|
31239
|
-
}
|
|
31240
|
-
}
|
|
31241
|
-
}
|
|
31242
|
-
}
|
|
31243
|
-
namespace V3NextMailAddressesMailAddressIdActionsRequestRateLimitChange {
|
|
31573
|
+
namespace V3NextStacksStackIdActionsAddTemplateComponent {
|
|
31244
31574
|
namespace Post {
|
|
31245
31575
|
namespace Parameters {
|
|
31246
31576
|
type Path = {
|
|
31247
|
-
|
|
31577
|
+
stackId: string;
|
|
31248
31578
|
};
|
|
31249
|
-
|
|
31250
|
-
rateLimitId: string;
|
|
31251
|
-
}
|
|
31579
|
+
type RequestBody = MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerAddTemplateComponent;
|
|
31252
31580
|
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
31253
31581
|
type Query = {};
|
|
31254
31582
|
}
|
|
@@ -31279,71 +31607,14 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
31279
31607
|
}
|
|
31280
31608
|
}
|
|
31281
31609
|
}
|
|
31282
|
-
namespace $
|
|
31283
|
-
namespace Content {
|
|
31284
|
-
interface ApplicationJson {
|
|
31285
|
-
[k: string]: unknown;
|
|
31286
|
-
}
|
|
31287
|
-
}
|
|
31288
|
-
}
|
|
31289
|
-
namespace $500 {
|
|
31290
|
-
namespace Content {
|
|
31291
|
-
interface ApplicationJson {
|
|
31292
|
-
[k: string]: unknown;
|
|
31293
|
-
}
|
|
31294
|
-
}
|
|
31295
|
-
}
|
|
31296
|
-
namespace $503 {
|
|
31297
|
-
namespace Content {
|
|
31298
|
-
interface ApplicationJson {
|
|
31299
|
-
[k: string]: unknown;
|
|
31300
|
-
}
|
|
31301
|
-
}
|
|
31302
|
-
}
|
|
31303
|
-
namespace Default {
|
|
31304
|
-
namespace Content {
|
|
31305
|
-
interface ApplicationJson {
|
|
31306
|
-
[k: string]: unknown;
|
|
31307
|
-
}
|
|
31308
|
-
}
|
|
31309
|
-
}
|
|
31310
|
-
}
|
|
31311
|
-
}
|
|
31312
|
-
}
|
|
31313
|
-
namespace V3NextContainerTemplatesTemplateIdAssetsAssetPath {
|
|
31314
|
-
namespace Get {
|
|
31315
|
-
namespace Parameters {
|
|
31316
|
-
type Path = {
|
|
31317
|
-
templateId: string;
|
|
31318
|
-
assetPath: string;
|
|
31319
|
-
};
|
|
31320
|
-
type Header = {};
|
|
31321
|
-
type Query = {};
|
|
31322
|
-
}
|
|
31323
|
-
namespace Responses {
|
|
31324
|
-
namespace $200 {
|
|
31325
|
-
namespace Content {
|
|
31326
|
-
type ImageJpeg = string;
|
|
31327
|
-
type ImagePng = string;
|
|
31328
|
-
type ImageSvgXml = string;
|
|
31329
|
-
type ImageWebp = string;
|
|
31330
|
-
}
|
|
31331
|
-
}
|
|
31332
|
-
namespace $400 {
|
|
31333
|
-
namespace Content {
|
|
31334
|
-
interface ApplicationJson {
|
|
31335
|
-
[k: string]: unknown;
|
|
31336
|
-
}
|
|
31337
|
-
}
|
|
31338
|
-
}
|
|
31339
|
-
namespace $403 {
|
|
31610
|
+
namespace $409 {
|
|
31340
31611
|
namespace Content {
|
|
31341
31612
|
interface ApplicationJson {
|
|
31342
31613
|
[k: string]: unknown;
|
|
31343
31614
|
}
|
|
31344
31615
|
}
|
|
31345
31616
|
}
|
|
31346
|
-
namespace $
|
|
31617
|
+
namespace $412 {
|
|
31347
31618
|
namespace Content {
|
|
31348
31619
|
interface ApplicationJson {
|
|
31349
31620
|
[k: string]: unknown;
|
|
@@ -31364,13 +31635,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
31364
31635
|
}
|
|
31365
31636
|
}
|
|
31366
31637
|
}
|
|
31367
|
-
namespace $503 {
|
|
31368
|
-
namespace Content {
|
|
31369
|
-
interface ApplicationJson {
|
|
31370
|
-
[k: string]: unknown;
|
|
31371
|
-
}
|
|
31372
|
-
}
|
|
31373
|
-
}
|
|
31374
31638
|
namespace Default {
|
|
31375
31639
|
namespace Content {
|
|
31376
31640
|
interface ApplicationJson {
|
|
@@ -31381,6 +31645,5 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
31381
31645
|
}
|
|
31382
31646
|
}
|
|
31383
31647
|
}
|
|
31384
|
-
namespace V3NextContainerTemplatesTemplateIdIcon { }
|
|
31385
31648
|
}
|
|
31386
31649
|
}
|