@mittwald/api-client 4.415.0 → 4.417.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 +8 -8
- package/dist/esm/generated/v2/descriptors.js +24 -24
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +28 -26
- package/dist/types/generated/v2/client.d.ts +170 -162
- package/dist/types/generated/v2/descriptors.d.ts +8 -8
- package/dist/types/generated/v2/types.d.ts +335 -333
- package/dist/types/generated/v3-next/client-react.d.ts +2 -0
- package/dist/types/generated/v3-next/client.d.ts +8 -0
- package/dist/types/generated/v3-next/types.d.ts +2 -0
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -302,10 +302,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
302
302
|
type RequestData = InferredRequestData<typeof descriptors.containerGetService>;
|
|
303
303
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetService, TStatus>;
|
|
304
304
|
}
|
|
305
|
-
namespace ContainerGetTemplateAsset {
|
|
306
|
-
type RequestData = InferredRequestData<typeof descriptors.containerGetTemplateAsset>;
|
|
307
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetTemplateAsset, TStatus>;
|
|
308
|
-
}
|
|
309
305
|
namespace ContainerGetTemplate {
|
|
310
306
|
type RequestData = InferredRequestData<typeof descriptors.containerGetTemplate>;
|
|
311
307
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetTemplate, TStatus>;
|
|
@@ -1318,10 +1314,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1318
1314
|
type RequestData = InferredRequestData<typeof descriptors.mailDisableMailArchive>;
|
|
1319
1315
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailDisableMailArchive, TStatus>;
|
|
1320
1316
|
}
|
|
1321
|
-
namespace MailGetMailRateLimit {
|
|
1322
|
-
type RequestData = InferredRequestData<typeof descriptors.mailGetMailRateLimit>;
|
|
1323
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailGetMailRateLimit, TStatus>;
|
|
1324
|
-
}
|
|
1325
1317
|
namespace MailListBackupsForMailAddress {
|
|
1326
1318
|
type RequestData = InferredRequestData<typeof descriptors.mailListBackupsForMailAddress>;
|
|
1327
1319
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListBackupsForMailAddress, TStatus>;
|
|
@@ -1330,10 +1322,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1330
1322
|
type RequestData = InferredRequestData<typeof descriptors.mailListMailAddressesForUser>;
|
|
1331
1323
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListMailAddressesForUser, TStatus>;
|
|
1332
1324
|
}
|
|
1333
|
-
namespace MailListMailRateLimits {
|
|
1334
|
-
type RequestData = InferredRequestData<typeof descriptors.mailListMailRateLimits>;
|
|
1335
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListMailRateLimits, TStatus>;
|
|
1336
|
-
}
|
|
1337
1325
|
namespace MailListProjectMailSettings {
|
|
1338
1326
|
type RequestData = InferredRequestData<typeof descriptors.mailListProjectMailSettings>;
|
|
1339
1327
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListProjectMailSettings, TStatus>;
|
|
@@ -1342,10 +1330,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1342
1330
|
type RequestData = InferredRequestData<typeof descriptors.mailRecoverMailAddressEmails>;
|
|
1343
1331
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailRecoverMailAddressEmails, TStatus>;
|
|
1344
1332
|
}
|
|
1345
|
-
namespace MailRequestMailAddressRateLimitChange {
|
|
1346
|
-
type RequestData = InferredRequestData<typeof descriptors.mailRequestMailAddressRateLimitChange>;
|
|
1347
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailRequestMailAddressRateLimitChange, TStatus>;
|
|
1348
|
-
}
|
|
1349
1333
|
namespace MailUpdateDeliveryBoxDescription {
|
|
1350
1334
|
type RequestData = InferredRequestData<typeof descriptors.mailUpdateDeliveryBoxDescription>;
|
|
1351
1335
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateDeliveryBoxDescription, TStatus>;
|
|
@@ -1906,6 +1890,22 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1906
1890
|
type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
|
|
1907
1891
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
|
|
1908
1892
|
}
|
|
1893
|
+
namespace MailGetMailRateLimit {
|
|
1894
|
+
type RequestData = InferredRequestData<typeof descriptors.mailGetMailRateLimit>;
|
|
1895
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailGetMailRateLimit, TStatus>;
|
|
1896
|
+
}
|
|
1897
|
+
namespace MailListMailRateLimits {
|
|
1898
|
+
type RequestData = InferredRequestData<typeof descriptors.mailListMailRateLimits>;
|
|
1899
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListMailRateLimits, TStatus>;
|
|
1900
|
+
}
|
|
1901
|
+
namespace MailRequestMailAddressRateLimitChange {
|
|
1902
|
+
type RequestData = InferredRequestData<typeof descriptors.mailRequestMailAddressRateLimitChange>;
|
|
1903
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailRequestMailAddressRateLimitChange, TStatus>;
|
|
1904
|
+
}
|
|
1905
|
+
namespace ContainerGetTemplateAsset {
|
|
1906
|
+
type RequestData = InferredRequestData<typeof descriptors.containerGetTemplateAsset>;
|
|
1907
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetTemplateAsset, TStatus>;
|
|
1908
|
+
}
|
|
1909
1909
|
}
|
|
1910
1910
|
namespace Components {
|
|
1911
1911
|
namespace Schemas {
|
|
@@ -2947,15 +2947,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2947
2947
|
version: string;
|
|
2948
2948
|
website?: string;
|
|
2949
2949
|
}
|
|
2950
|
-
interface ContainerTemplateStatsListResponse {
|
|
2951
|
-
category?: string;
|
|
2952
|
-
templates?: MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsResponse[];
|
|
2953
|
-
}
|
|
2954
|
-
interface ContainerTemplateStatsResponse {
|
|
2955
|
-
id: string;
|
|
2956
|
-
installations: number;
|
|
2957
|
-
installations30Days: number;
|
|
2958
|
-
}
|
|
2959
2950
|
interface ContainerTemplateTranslatedString {
|
|
2960
2951
|
de: string;
|
|
2961
2952
|
en: string;
|
|
@@ -4442,6 +4433,8 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4442
4433
|
published: boolean;
|
|
4443
4434
|
requestedChanges?: {
|
|
4444
4435
|
context?: MittwaldAPIV2.Components.Schemas.MarketplaceContext;
|
|
4436
|
+
purgeScopes?: boolean;
|
|
4437
|
+
purgeWebhookUrls?: boolean;
|
|
4445
4438
|
scopes?: string[];
|
|
4446
4439
|
webhookUrls?: MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | {};
|
|
4447
4440
|
};
|
|
@@ -5339,10 +5332,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5339
5332
|
keepDays: number;
|
|
5340
5333
|
relocateSensitivity?: number;
|
|
5341
5334
|
}
|
|
5342
|
-
interface MailsystemRateLimit {
|
|
5343
|
-
id: string;
|
|
5344
|
-
rateLimit: number;
|
|
5345
|
-
}
|
|
5346
5335
|
interface MarketplaceContractPartner {
|
|
5347
5336
|
contractPartner: {
|
|
5348
5337
|
address: MittwaldAPIV2.Components.Schemas.CommonsAddress;
|
|
@@ -5958,57 +5947,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5958
5947
|
template: MittwaldAPIV2.Components.Schemas.ArticleArticleTemplate;
|
|
5959
5948
|
}
|
|
5960
5949
|
type PolicyPolicy = string;
|
|
5961
|
-
interface ActivitylogAppInstallationDatabaseLinked {
|
|
5962
|
-
changes: {
|
|
5963
|
-
after: {
|
|
5964
|
-
database: {};
|
|
5965
|
-
};
|
|
5966
|
-
before: {
|
|
5967
|
-
database: {} | null;
|
|
5968
|
-
};
|
|
5969
|
-
};
|
|
5970
|
-
name: "app.database-linked";
|
|
5971
|
-
parameters: {
|
|
5972
|
-
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5973
|
-
database: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5974
|
-
};
|
|
5975
|
-
}
|
|
5976
|
-
interface ActivitylogAppInstallationDatabaseUnlinked {
|
|
5977
|
-
changes: {
|
|
5978
|
-
after: {
|
|
5979
|
-
database: {} | null;
|
|
5980
|
-
};
|
|
5981
|
-
before: {
|
|
5982
|
-
database: {};
|
|
5983
|
-
};
|
|
5984
|
-
};
|
|
5985
|
-
name: "app.database-unlinked";
|
|
5986
|
-
parameters: {
|
|
5987
|
-
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5988
|
-
database: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5989
|
-
};
|
|
5990
|
-
}
|
|
5991
|
-
interface ActivitylogAppInstallationDeleted {
|
|
5992
|
-
changes: {};
|
|
5993
|
-
name: "app.deleted";
|
|
5994
|
-
parameters: {
|
|
5995
|
-
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5996
|
-
};
|
|
5997
|
-
}
|
|
5998
|
-
interface ActivitylogAppInstallationDescriptionSet {
|
|
5999
|
-
changes: {
|
|
6000
|
-
after?: {
|
|
6001
|
-
description: string;
|
|
6002
|
-
};
|
|
6003
|
-
before?: {
|
|
6004
|
-
description: string | null;
|
|
6005
|
-
};
|
|
6006
|
-
};
|
|
6007
|
-
name: "app.description-set";
|
|
6008
|
-
parameters: {
|
|
6009
|
-
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6010
|
-
};
|
|
6011
|
-
}
|
|
6012
5950
|
interface ActivitylogAppInstallationCopyRequested {
|
|
6013
5951
|
name: "app.copy-requested";
|
|
6014
5952
|
parameters: {
|
|
@@ -6168,18 +6106,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6168
6106
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6169
6107
|
};
|
|
6170
6108
|
}
|
|
6171
|
-
interface ActivitylogDnsARecordSetManaged {
|
|
6172
|
-
changes: {
|
|
6173
|
-
after?: {
|
|
6174
|
-
aRecords: string;
|
|
6175
|
-
};
|
|
6176
|
-
before?: {};
|
|
6177
|
-
};
|
|
6178
|
-
name: "dns.a-record-set-managed";
|
|
6179
|
-
parameters: {
|
|
6180
|
-
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6181
|
-
};
|
|
6182
|
-
}
|
|
6183
6109
|
interface ActivitylogDnsARecordSet {
|
|
6184
6110
|
changes: {
|
|
6185
6111
|
after?: {
|
|
@@ -6224,32 +6150,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6224
6150
|
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6225
6151
|
};
|
|
6226
6152
|
}
|
|
6227
|
-
interface ActivitylogDnsDomainDeleted {
|
|
6228
|
-
changes: {};
|
|
6229
|
-
name: "dns.domain-deleted";
|
|
6230
|
-
parameters: {
|
|
6231
|
-
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6232
|
-
};
|
|
6233
|
-
}
|
|
6234
|
-
interface ActivitylogDnsIngressDeleted {
|
|
6235
|
-
changes: {};
|
|
6236
|
-
name: "dns.ingress-deleted";
|
|
6237
|
-
parameters: {
|
|
6238
|
-
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6239
|
-
};
|
|
6240
|
-
}
|
|
6241
|
-
interface ActivitylogDnsMxRecordSetManaged {
|
|
6242
|
-
changes: {
|
|
6243
|
-
after?: {
|
|
6244
|
-
mx: string;
|
|
6245
|
-
};
|
|
6246
|
-
before?: {};
|
|
6247
|
-
};
|
|
6248
|
-
name: "dns.mx-record-set-managed";
|
|
6249
|
-
parameters: {
|
|
6250
|
-
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6251
|
-
};
|
|
6252
|
-
}
|
|
6253
6153
|
interface ActivitylogDnsMxRecordSet {
|
|
6254
6154
|
changes: {
|
|
6255
6155
|
after?: {
|
|
@@ -7006,6 +6906,108 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7006
6906
|
}
|
|
7007
6907
|
type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
7008
6908
|
type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
|
|
6909
|
+
interface ActivitylogDnsARecordSetManaged {
|
|
6910
|
+
changes: {
|
|
6911
|
+
after?: {
|
|
6912
|
+
aRecords: string;
|
|
6913
|
+
};
|
|
6914
|
+
before?: {};
|
|
6915
|
+
};
|
|
6916
|
+
name: "dns.a-record-set-managed";
|
|
6917
|
+
parameters: {
|
|
6918
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6919
|
+
};
|
|
6920
|
+
}
|
|
6921
|
+
interface ActivitylogDnsDomainDeleted {
|
|
6922
|
+
changes: {};
|
|
6923
|
+
name: "dns.domain-deleted";
|
|
6924
|
+
parameters: {
|
|
6925
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6926
|
+
};
|
|
6927
|
+
}
|
|
6928
|
+
interface ActivitylogDnsIngressDeleted {
|
|
6929
|
+
changes: {};
|
|
6930
|
+
name: "dns.ingress-deleted";
|
|
6931
|
+
parameters: {
|
|
6932
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6933
|
+
};
|
|
6934
|
+
}
|
|
6935
|
+
interface ActivitylogDnsMxRecordSetManaged {
|
|
6936
|
+
changes: {
|
|
6937
|
+
after?: {
|
|
6938
|
+
mx: string;
|
|
6939
|
+
};
|
|
6940
|
+
before?: {};
|
|
6941
|
+
};
|
|
6942
|
+
name: "dns.mx-record-set-managed";
|
|
6943
|
+
parameters: {
|
|
6944
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6945
|
+
};
|
|
6946
|
+
}
|
|
6947
|
+
interface ContainerTemplateStatsResponse {
|
|
6948
|
+
id: string;
|
|
6949
|
+
installations: number;
|
|
6950
|
+
installations30Days: number;
|
|
6951
|
+
}
|
|
6952
|
+
interface ContainerTemplateStatsListResponse {
|
|
6953
|
+
category?: string;
|
|
6954
|
+
templates?: MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsResponse[];
|
|
6955
|
+
}
|
|
6956
|
+
interface MailsystemRateLimit {
|
|
6957
|
+
id: string;
|
|
6958
|
+
rateLimit: number;
|
|
6959
|
+
}
|
|
6960
|
+
interface ActivitylogAppInstallationDatabaseLinked {
|
|
6961
|
+
changes: {
|
|
6962
|
+
after: {
|
|
6963
|
+
database: {};
|
|
6964
|
+
};
|
|
6965
|
+
before: {
|
|
6966
|
+
database: {} | null;
|
|
6967
|
+
};
|
|
6968
|
+
};
|
|
6969
|
+
name: "app.database-linked";
|
|
6970
|
+
parameters: {
|
|
6971
|
+
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6972
|
+
database: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6973
|
+
};
|
|
6974
|
+
}
|
|
6975
|
+
interface ActivitylogAppInstallationDatabaseUnlinked {
|
|
6976
|
+
changes: {
|
|
6977
|
+
after: {
|
|
6978
|
+
database: {} | null;
|
|
6979
|
+
};
|
|
6980
|
+
before: {
|
|
6981
|
+
database: {};
|
|
6982
|
+
};
|
|
6983
|
+
};
|
|
6984
|
+
name: "app.database-unlinked";
|
|
6985
|
+
parameters: {
|
|
6986
|
+
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6987
|
+
database: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6988
|
+
};
|
|
6989
|
+
}
|
|
6990
|
+
interface ActivitylogAppInstallationDeleted {
|
|
6991
|
+
changes: {};
|
|
6992
|
+
name: "app.deleted";
|
|
6993
|
+
parameters: {
|
|
6994
|
+
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6995
|
+
};
|
|
6996
|
+
}
|
|
6997
|
+
interface ActivitylogAppInstallationDescriptionSet {
|
|
6998
|
+
changes: {
|
|
6999
|
+
after?: {
|
|
7000
|
+
description: string;
|
|
7001
|
+
};
|
|
7002
|
+
before?: {
|
|
7003
|
+
description: string | null;
|
|
7004
|
+
};
|
|
7005
|
+
};
|
|
7006
|
+
name: "app.description-set";
|
|
7007
|
+
parameters: {
|
|
7008
|
+
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
7009
|
+
};
|
|
7010
|
+
}
|
|
7009
7011
|
/**
|
|
7010
7012
|
* 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.
|
|
7011
7013
|
*/
|
|
@@ -11220,12 +11222,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11220
11222
|
}
|
|
11221
11223
|
}
|
|
11222
11224
|
}
|
|
11223
|
-
namespace
|
|
11225
|
+
namespace V2ContainerTemplatesTemplateId {
|
|
11224
11226
|
namespace Get {
|
|
11225
11227
|
namespace Parameters {
|
|
11226
11228
|
type Path = {
|
|
11227
11229
|
templateId: string;
|
|
11228
|
-
assetPath: string;
|
|
11229
11230
|
};
|
|
11230
11231
|
type Header = {};
|
|
11231
11232
|
type Query = {};
|
|
@@ -11233,10 +11234,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11233
11234
|
namespace Responses {
|
|
11234
11235
|
namespace $200 {
|
|
11235
11236
|
namespace Content {
|
|
11236
|
-
type
|
|
11237
|
-
type ImagePng = string;
|
|
11238
|
-
type ImageSvgXml = string;
|
|
11239
|
-
type ImageWebp = string;
|
|
11237
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerTemplate;
|
|
11240
11238
|
}
|
|
11241
11239
|
}
|
|
11242
11240
|
namespace $400 {
|
|
@@ -11246,13 +11244,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11246
11244
|
}
|
|
11247
11245
|
}
|
|
11248
11246
|
}
|
|
11249
|
-
namespace $403 {
|
|
11250
|
-
namespace Content {
|
|
11251
|
-
interface ApplicationJson {
|
|
11252
|
-
[k: string]: unknown;
|
|
11253
|
-
}
|
|
11254
|
-
}
|
|
11255
|
-
}
|
|
11256
11247
|
namespace $404 {
|
|
11257
11248
|
namespace Content {
|
|
11258
11249
|
interface ApplicationJson {
|
|
@@ -11274,67 +11265,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11274
11265
|
}
|
|
11275
11266
|
}
|
|
11276
11267
|
}
|
|
11277
|
-
namespace
|
|
11278
|
-
namespace Content {
|
|
11279
|
-
interface ApplicationJson {
|
|
11280
|
-
[k: string]: unknown;
|
|
11281
|
-
}
|
|
11282
|
-
}
|
|
11283
|
-
}
|
|
11284
|
-
namespace Default {
|
|
11285
|
-
namespace Content {
|
|
11286
|
-
interface ApplicationJson {
|
|
11287
|
-
[k: string]: unknown;
|
|
11288
|
-
}
|
|
11289
|
-
}
|
|
11290
|
-
}
|
|
11291
|
-
}
|
|
11292
|
-
}
|
|
11293
|
-
}
|
|
11294
|
-
namespace V2ContainerTemplatesTemplateId {
|
|
11295
|
-
namespace Get {
|
|
11296
|
-
namespace Parameters {
|
|
11297
|
-
type Path = {
|
|
11298
|
-
templateId: string;
|
|
11299
|
-
};
|
|
11300
|
-
type Header = {};
|
|
11301
|
-
type Query = {};
|
|
11302
|
-
}
|
|
11303
|
-
namespace Responses {
|
|
11304
|
-
namespace $200 {
|
|
11305
|
-
namespace Content {
|
|
11306
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerTemplate;
|
|
11307
|
-
}
|
|
11308
|
-
}
|
|
11309
|
-
namespace $400 {
|
|
11310
|
-
namespace Content {
|
|
11311
|
-
interface ApplicationJson {
|
|
11312
|
-
[k: string]: unknown;
|
|
11313
|
-
}
|
|
11314
|
-
}
|
|
11315
|
-
}
|
|
11316
|
-
namespace $404 {
|
|
11317
|
-
namespace Content {
|
|
11318
|
-
interface ApplicationJson {
|
|
11319
|
-
[k: string]: unknown;
|
|
11320
|
-
}
|
|
11321
|
-
}
|
|
11322
|
-
}
|
|
11323
|
-
namespace $429 {
|
|
11324
|
-
namespace Content {
|
|
11325
|
-
interface ApplicationJson {
|
|
11326
|
-
[k: string]: unknown;
|
|
11327
|
-
}
|
|
11328
|
-
}
|
|
11329
|
-
}
|
|
11330
|
-
namespace $500 {
|
|
11331
|
-
namespace Content {
|
|
11332
|
-
interface ApplicationJson {
|
|
11333
|
-
[k: string]: unknown;
|
|
11334
|
-
}
|
|
11335
|
-
}
|
|
11336
|
-
}
|
|
11337
|
-
namespace Default {
|
|
11268
|
+
namespace Default {
|
|
11338
11269
|
namespace Content {
|
|
11339
11270
|
interface ApplicationJson {
|
|
11340
11271
|
[k: string]: unknown;
|
|
@@ -11528,7 +11459,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11528
11459
|
}
|
|
11529
11460
|
}
|
|
11530
11461
|
}
|
|
11531
|
-
namespace V2ContainerTemplateStatistics { }
|
|
11532
11462
|
namespace V2ContainerTemplates {
|
|
11533
11463
|
namespace Get {
|
|
11534
11464
|
namespace Parameters {
|
|
@@ -17512,7 +17442,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
17512
17442
|
namespace V2AppinstallationsAppInstallationIdActionsAction { }
|
|
17513
17443
|
namespace V2AppInstallationsAppInstallationIdActionsAction { }
|
|
17514
17444
|
namespace V2AppinstallationsAppInstallationIdDatabases { }
|
|
17515
|
-
namespace V2ContainerTemplatesTemplateIdIcon { }
|
|
17516
17445
|
namespace V2ActionsValidateContainerRegistryUri { }
|
|
17517
17446
|
namespace V2RegistriesRegistryIdActionsValidateCredentials { }
|
|
17518
17447
|
namespace V2ContractsContractIdItemsContractItemIdNextTerminationDates { }
|
|
@@ -24612,45 +24541,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
24612
24541
|
}
|
|
24613
24542
|
}
|
|
24614
24543
|
}
|
|
24615
|
-
namespace V2MailRateLimitsMailRateLimitId {
|
|
24616
|
-
namespace Get {
|
|
24617
|
-
namespace Parameters {
|
|
24618
|
-
type Path = {
|
|
24619
|
-
mailRateLimitId: string;
|
|
24620
|
-
};
|
|
24621
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
24622
|
-
type Query = {};
|
|
24623
|
-
}
|
|
24624
|
-
namespace Responses {
|
|
24625
|
-
namespace $200 {
|
|
24626
|
-
namespace Content {
|
|
24627
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailsystemRateLimit;
|
|
24628
|
-
}
|
|
24629
|
-
}
|
|
24630
|
-
namespace $404 {
|
|
24631
|
-
namespace Content {
|
|
24632
|
-
interface ApplicationJson {
|
|
24633
|
-
[k: string]: unknown;
|
|
24634
|
-
}
|
|
24635
|
-
}
|
|
24636
|
-
}
|
|
24637
|
-
namespace $429 {
|
|
24638
|
-
namespace Content {
|
|
24639
|
-
interface ApplicationJson {
|
|
24640
|
-
[k: string]: unknown;
|
|
24641
|
-
}
|
|
24642
|
-
}
|
|
24643
|
-
}
|
|
24644
|
-
namespace Default {
|
|
24645
|
-
namespace Content {
|
|
24646
|
-
interface ApplicationJson {
|
|
24647
|
-
[k: string]: unknown;
|
|
24648
|
-
}
|
|
24649
|
-
}
|
|
24650
|
-
}
|
|
24651
|
-
}
|
|
24652
|
-
}
|
|
24653
|
-
}
|
|
24654
24544
|
namespace V2MailAddressesMailAddressIdBackups {
|
|
24655
24545
|
namespace Get {
|
|
24656
24546
|
namespace Parameters {
|
|
@@ -24788,36 +24678,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
24788
24678
|
}
|
|
24789
24679
|
}
|
|
24790
24680
|
}
|
|
24791
|
-
namespace V2MailRateLimits {
|
|
24792
|
-
namespace Get {
|
|
24793
|
-
namespace Parameters {
|
|
24794
|
-
type Path = {};
|
|
24795
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
24796
|
-
type Query = {};
|
|
24797
|
-
}
|
|
24798
|
-
namespace Responses {
|
|
24799
|
-
namespace $200 {
|
|
24800
|
-
namespace Content {
|
|
24801
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailsystemRateLimit[];
|
|
24802
|
-
}
|
|
24803
|
-
}
|
|
24804
|
-
namespace $429 {
|
|
24805
|
-
namespace Content {
|
|
24806
|
-
interface ApplicationJson {
|
|
24807
|
-
[k: string]: unknown;
|
|
24808
|
-
}
|
|
24809
|
-
}
|
|
24810
|
-
}
|
|
24811
|
-
namespace Default {
|
|
24812
|
-
namespace Content {
|
|
24813
|
-
interface ApplicationJson {
|
|
24814
|
-
[k: string]: unknown;
|
|
24815
|
-
}
|
|
24816
|
-
}
|
|
24817
|
-
}
|
|
24818
|
-
}
|
|
24819
|
-
}
|
|
24820
|
-
}
|
|
24821
24681
|
namespace V2ProjectsProjectIdMailsettings { }
|
|
24822
24682
|
namespace V2ProjectsProjectIdMailSettings {
|
|
24823
24683
|
namespace Get {
|
|
@@ -24937,76 +24797,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
24937
24797
|
}
|
|
24938
24798
|
}
|
|
24939
24799
|
}
|
|
24940
|
-
namespace V2MailAddressesMailAddressIdActionsRequestRateLimitChange {
|
|
24941
|
-
namespace Post {
|
|
24942
|
-
namespace Parameters {
|
|
24943
|
-
type Path = {
|
|
24944
|
-
mailAddressId: string;
|
|
24945
|
-
};
|
|
24946
|
-
interface RequestBody {
|
|
24947
|
-
rateLimitId: string;
|
|
24948
|
-
}
|
|
24949
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
24950
|
-
type Query = {};
|
|
24951
|
-
}
|
|
24952
|
-
namespace Responses {
|
|
24953
|
-
namespace $204 {
|
|
24954
|
-
namespace Content {
|
|
24955
|
-
type Empty = unknown;
|
|
24956
|
-
}
|
|
24957
|
-
}
|
|
24958
|
-
namespace $400 {
|
|
24959
|
-
namespace Content {
|
|
24960
|
-
interface ApplicationJson {
|
|
24961
|
-
[k: string]: unknown;
|
|
24962
|
-
}
|
|
24963
|
-
}
|
|
24964
|
-
}
|
|
24965
|
-
namespace $403 {
|
|
24966
|
-
namespace Content {
|
|
24967
|
-
interface ApplicationJson {
|
|
24968
|
-
[k: string]: unknown;
|
|
24969
|
-
}
|
|
24970
|
-
}
|
|
24971
|
-
}
|
|
24972
|
-
namespace $404 {
|
|
24973
|
-
namespace Content {
|
|
24974
|
-
interface ApplicationJson {
|
|
24975
|
-
[k: string]: unknown;
|
|
24976
|
-
}
|
|
24977
|
-
}
|
|
24978
|
-
}
|
|
24979
|
-
namespace $429 {
|
|
24980
|
-
namespace Content {
|
|
24981
|
-
interface ApplicationJson {
|
|
24982
|
-
[k: string]: unknown;
|
|
24983
|
-
}
|
|
24984
|
-
}
|
|
24985
|
-
}
|
|
24986
|
-
namespace $500 {
|
|
24987
|
-
namespace Content {
|
|
24988
|
-
interface ApplicationJson {
|
|
24989
|
-
[k: string]: unknown;
|
|
24990
|
-
}
|
|
24991
|
-
}
|
|
24992
|
-
}
|
|
24993
|
-
namespace $503 {
|
|
24994
|
-
namespace Content {
|
|
24995
|
-
interface ApplicationJson {
|
|
24996
|
-
[k: string]: unknown;
|
|
24997
|
-
}
|
|
24998
|
-
}
|
|
24999
|
-
}
|
|
25000
|
-
namespace Default {
|
|
25001
|
-
namespace Content {
|
|
25002
|
-
interface ApplicationJson {
|
|
25003
|
-
[k: string]: unknown;
|
|
25004
|
-
}
|
|
25005
|
-
}
|
|
25006
|
-
}
|
|
25007
|
-
}
|
|
25008
|
-
}
|
|
25009
|
-
}
|
|
25010
24800
|
namespace V2DeliveryBoxesDeliveryBoxIdDescription {
|
|
25011
24801
|
namespace Patch {
|
|
25012
24802
|
namespace Parameters {
|
|
@@ -31720,5 +31510,217 @@ export declare namespace MittwaldAPIV2 {
|
|
|
31720
31510
|
}
|
|
31721
31511
|
}
|
|
31722
31512
|
}
|
|
31513
|
+
namespace V2ContainerTemplateStatistics { }
|
|
31514
|
+
namespace V2MailRateLimitsMailRateLimitId {
|
|
31515
|
+
namespace Get {
|
|
31516
|
+
namespace Parameters {
|
|
31517
|
+
type Path = {
|
|
31518
|
+
mailRateLimitId: string;
|
|
31519
|
+
};
|
|
31520
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
31521
|
+
type Query = {};
|
|
31522
|
+
}
|
|
31523
|
+
namespace Responses {
|
|
31524
|
+
namespace $200 {
|
|
31525
|
+
namespace Content {
|
|
31526
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailsystemRateLimit;
|
|
31527
|
+
}
|
|
31528
|
+
}
|
|
31529
|
+
namespace $404 {
|
|
31530
|
+
namespace Content {
|
|
31531
|
+
interface ApplicationJson {
|
|
31532
|
+
[k: string]: unknown;
|
|
31533
|
+
}
|
|
31534
|
+
}
|
|
31535
|
+
}
|
|
31536
|
+
namespace $429 {
|
|
31537
|
+
namespace Content {
|
|
31538
|
+
interface ApplicationJson {
|
|
31539
|
+
[k: string]: unknown;
|
|
31540
|
+
}
|
|
31541
|
+
}
|
|
31542
|
+
}
|
|
31543
|
+
namespace Default {
|
|
31544
|
+
namespace Content {
|
|
31545
|
+
interface ApplicationJson {
|
|
31546
|
+
[k: string]: unknown;
|
|
31547
|
+
}
|
|
31548
|
+
}
|
|
31549
|
+
}
|
|
31550
|
+
}
|
|
31551
|
+
}
|
|
31552
|
+
}
|
|
31553
|
+
namespace V2MailRateLimits {
|
|
31554
|
+
namespace Get {
|
|
31555
|
+
namespace Parameters {
|
|
31556
|
+
type Path = {};
|
|
31557
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
31558
|
+
type Query = {};
|
|
31559
|
+
}
|
|
31560
|
+
namespace Responses {
|
|
31561
|
+
namespace $200 {
|
|
31562
|
+
namespace Content {
|
|
31563
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailsystemRateLimit[];
|
|
31564
|
+
}
|
|
31565
|
+
}
|
|
31566
|
+
namespace $429 {
|
|
31567
|
+
namespace Content {
|
|
31568
|
+
interface ApplicationJson {
|
|
31569
|
+
[k: string]: unknown;
|
|
31570
|
+
}
|
|
31571
|
+
}
|
|
31572
|
+
}
|
|
31573
|
+
namespace Default {
|
|
31574
|
+
namespace Content {
|
|
31575
|
+
interface ApplicationJson {
|
|
31576
|
+
[k: string]: unknown;
|
|
31577
|
+
}
|
|
31578
|
+
}
|
|
31579
|
+
}
|
|
31580
|
+
}
|
|
31581
|
+
}
|
|
31582
|
+
}
|
|
31583
|
+
namespace V2MailAddressesMailAddressIdActionsRequestRateLimitChange {
|
|
31584
|
+
namespace Post {
|
|
31585
|
+
namespace Parameters {
|
|
31586
|
+
type Path = {
|
|
31587
|
+
mailAddressId: string;
|
|
31588
|
+
};
|
|
31589
|
+
interface RequestBody {
|
|
31590
|
+
rateLimitId: string;
|
|
31591
|
+
}
|
|
31592
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
31593
|
+
type Query = {};
|
|
31594
|
+
}
|
|
31595
|
+
namespace Responses {
|
|
31596
|
+
namespace $204 {
|
|
31597
|
+
namespace Content {
|
|
31598
|
+
type Empty = unknown;
|
|
31599
|
+
}
|
|
31600
|
+
}
|
|
31601
|
+
namespace $400 {
|
|
31602
|
+
namespace Content {
|
|
31603
|
+
interface ApplicationJson {
|
|
31604
|
+
[k: string]: unknown;
|
|
31605
|
+
}
|
|
31606
|
+
}
|
|
31607
|
+
}
|
|
31608
|
+
namespace $403 {
|
|
31609
|
+
namespace Content {
|
|
31610
|
+
interface ApplicationJson {
|
|
31611
|
+
[k: string]: unknown;
|
|
31612
|
+
}
|
|
31613
|
+
}
|
|
31614
|
+
}
|
|
31615
|
+
namespace $404 {
|
|
31616
|
+
namespace Content {
|
|
31617
|
+
interface ApplicationJson {
|
|
31618
|
+
[k: string]: unknown;
|
|
31619
|
+
}
|
|
31620
|
+
}
|
|
31621
|
+
}
|
|
31622
|
+
namespace $429 {
|
|
31623
|
+
namespace Content {
|
|
31624
|
+
interface ApplicationJson {
|
|
31625
|
+
[k: string]: unknown;
|
|
31626
|
+
}
|
|
31627
|
+
}
|
|
31628
|
+
}
|
|
31629
|
+
namespace $500 {
|
|
31630
|
+
namespace Content {
|
|
31631
|
+
interface ApplicationJson {
|
|
31632
|
+
[k: string]: unknown;
|
|
31633
|
+
}
|
|
31634
|
+
}
|
|
31635
|
+
}
|
|
31636
|
+
namespace $503 {
|
|
31637
|
+
namespace Content {
|
|
31638
|
+
interface ApplicationJson {
|
|
31639
|
+
[k: string]: unknown;
|
|
31640
|
+
}
|
|
31641
|
+
}
|
|
31642
|
+
}
|
|
31643
|
+
namespace Default {
|
|
31644
|
+
namespace Content {
|
|
31645
|
+
interface ApplicationJson {
|
|
31646
|
+
[k: string]: unknown;
|
|
31647
|
+
}
|
|
31648
|
+
}
|
|
31649
|
+
}
|
|
31650
|
+
}
|
|
31651
|
+
}
|
|
31652
|
+
}
|
|
31653
|
+
namespace V2ContainerTemplatesTemplateIdAssetsAssetPath {
|
|
31654
|
+
namespace Get {
|
|
31655
|
+
namespace Parameters {
|
|
31656
|
+
type Path = {
|
|
31657
|
+
templateId: string;
|
|
31658
|
+
assetPath: string;
|
|
31659
|
+
};
|
|
31660
|
+
type Header = {};
|
|
31661
|
+
type Query = {};
|
|
31662
|
+
}
|
|
31663
|
+
namespace Responses {
|
|
31664
|
+
namespace $200 {
|
|
31665
|
+
namespace Content {
|
|
31666
|
+
type ImageJpeg = string;
|
|
31667
|
+
type ImagePng = string;
|
|
31668
|
+
type ImageSvgXml = string;
|
|
31669
|
+
type ImageWebp = string;
|
|
31670
|
+
}
|
|
31671
|
+
}
|
|
31672
|
+
namespace $400 {
|
|
31673
|
+
namespace Content {
|
|
31674
|
+
interface ApplicationJson {
|
|
31675
|
+
[k: string]: unknown;
|
|
31676
|
+
}
|
|
31677
|
+
}
|
|
31678
|
+
}
|
|
31679
|
+
namespace $403 {
|
|
31680
|
+
namespace Content {
|
|
31681
|
+
interface ApplicationJson {
|
|
31682
|
+
[k: string]: unknown;
|
|
31683
|
+
}
|
|
31684
|
+
}
|
|
31685
|
+
}
|
|
31686
|
+
namespace $404 {
|
|
31687
|
+
namespace Content {
|
|
31688
|
+
interface ApplicationJson {
|
|
31689
|
+
[k: string]: unknown;
|
|
31690
|
+
}
|
|
31691
|
+
}
|
|
31692
|
+
}
|
|
31693
|
+
namespace $429 {
|
|
31694
|
+
namespace Content {
|
|
31695
|
+
interface ApplicationJson {
|
|
31696
|
+
[k: string]: unknown;
|
|
31697
|
+
}
|
|
31698
|
+
}
|
|
31699
|
+
}
|
|
31700
|
+
namespace $500 {
|
|
31701
|
+
namespace Content {
|
|
31702
|
+
interface ApplicationJson {
|
|
31703
|
+
[k: string]: unknown;
|
|
31704
|
+
}
|
|
31705
|
+
}
|
|
31706
|
+
}
|
|
31707
|
+
namespace $503 {
|
|
31708
|
+
namespace Content {
|
|
31709
|
+
interface ApplicationJson {
|
|
31710
|
+
[k: string]: unknown;
|
|
31711
|
+
}
|
|
31712
|
+
}
|
|
31713
|
+
}
|
|
31714
|
+
namespace Default {
|
|
31715
|
+
namespace Content {
|
|
31716
|
+
interface ApplicationJson {
|
|
31717
|
+
[k: string]: unknown;
|
|
31718
|
+
}
|
|
31719
|
+
}
|
|
31720
|
+
}
|
|
31721
|
+
}
|
|
31722
|
+
}
|
|
31723
|
+
}
|
|
31724
|
+
namespace V2ContainerTemplatesTemplateIdIcon { }
|
|
31723
31725
|
}
|
|
31724
31726
|
}
|