@mittwald/api-client 4.419.0 → 4.421.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 -12
- package/dist/esm/generated/v2/descriptors.js +24 -36
- package/dist/esm/generated/v3-next/client.js +0 -4
- package/dist/esm/generated/v3-next/descriptors.js +0 -12
- 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 +162 -289
- package/dist/types/generated/v2/descriptors.d.ts +8 -12
- package/dist/types/generated/v2/types.d.ts +333 -440
- package/dist/types/generated/v3-next/client.d.ts +0 -127
- package/dist/types/generated/v3-next/descriptors.d.ts +0 -4
- package/dist/types/generated/v3-next/types.d.ts +0 -107
- 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>;
|
|
@@ -734,10 +730,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
734
730
|
type RequestData = InferredRequestData<typeof descriptors.databaseGetMysqlUser>;
|
|
735
731
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseGetMysqlUser, TStatus>;
|
|
736
732
|
}
|
|
737
|
-
namespace DatabaseReplaceMysqlUser {
|
|
738
|
-
type RequestData = InferredRequestData<typeof descriptors.databaseReplaceMysqlUser>;
|
|
739
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseReplaceMysqlUser, TStatus>;
|
|
740
|
-
}
|
|
741
733
|
namespace DatabaseDeleteMysqlUser {
|
|
742
734
|
type RequestData = InferredRequestData<typeof descriptors.databaseDeleteMysqlUser>;
|
|
743
735
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseDeleteMysqlUser, TStatus>;
|
|
@@ -782,10 +774,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
782
774
|
type RequestData = InferredRequestData<typeof descriptors.databaseListRedisVersions>;
|
|
783
775
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseListRedisVersions, TStatus>;
|
|
784
776
|
}
|
|
785
|
-
namespace DatabaseUpdateMysqlUserPassword {
|
|
786
|
-
type RequestData = InferredRequestData<typeof descriptors.databaseUpdateMysqlUserPassword>;
|
|
787
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseUpdateMysqlUserPassword, TStatus>;
|
|
788
|
-
}
|
|
789
777
|
namespace DomainListDomains {
|
|
790
778
|
type RequestData = InferredRequestData<typeof descriptors.domainListDomains>;
|
|
791
779
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListDomains, TStatus>;
|
|
@@ -1306,10 +1294,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1306
1294
|
type RequestData = InferredRequestData<typeof descriptors.mailDisableMailArchive>;
|
|
1307
1295
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailDisableMailArchive, TStatus>;
|
|
1308
1296
|
}
|
|
1309
|
-
namespace MailGetMailRateLimit {
|
|
1310
|
-
type RequestData = InferredRequestData<typeof descriptors.mailGetMailRateLimit>;
|
|
1311
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailGetMailRateLimit, TStatus>;
|
|
1312
|
-
}
|
|
1313
1297
|
namespace MailListBackupsForMailAddress {
|
|
1314
1298
|
type RequestData = InferredRequestData<typeof descriptors.mailListBackupsForMailAddress>;
|
|
1315
1299
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListBackupsForMailAddress, TStatus>;
|
|
@@ -1318,10 +1302,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1318
1302
|
type RequestData = InferredRequestData<typeof descriptors.mailListMailAddressesForUser>;
|
|
1319
1303
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListMailAddressesForUser, TStatus>;
|
|
1320
1304
|
}
|
|
1321
|
-
namespace MailListMailRateLimits {
|
|
1322
|
-
type RequestData = InferredRequestData<typeof descriptors.mailListMailRateLimits>;
|
|
1323
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListMailRateLimits, TStatus>;
|
|
1324
|
-
}
|
|
1325
1305
|
namespace MailListProjectMailSettings {
|
|
1326
1306
|
type RequestData = InferredRequestData<typeof descriptors.mailListProjectMailSettings>;
|
|
1327
1307
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListProjectMailSettings, TStatus>;
|
|
@@ -1330,10 +1310,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1330
1310
|
type RequestData = InferredRequestData<typeof descriptors.mailRecoverMailAddressEmails>;
|
|
1331
1311
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailRecoverMailAddressEmails, TStatus>;
|
|
1332
1312
|
}
|
|
1333
|
-
namespace MailRequestMailAddressRateLimitChange {
|
|
1334
|
-
type RequestData = InferredRequestData<typeof descriptors.mailRequestMailAddressRateLimitChange>;
|
|
1335
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailRequestMailAddressRateLimitChange, TStatus>;
|
|
1336
|
-
}
|
|
1337
1313
|
namespace MailUpdateDeliveryBoxDescription {
|
|
1338
1314
|
type RequestData = InferredRequestData<typeof descriptors.mailUpdateDeliveryBoxDescription>;
|
|
1339
1315
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateDeliveryBoxDescription, TStatus>;
|
|
@@ -1894,6 +1870,22 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1894
1870
|
type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
|
|
1895
1871
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
|
|
1896
1872
|
}
|
|
1873
|
+
namespace MailGetMailRateLimit {
|
|
1874
|
+
type RequestData = InferredRequestData<typeof descriptors.mailGetMailRateLimit>;
|
|
1875
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailGetMailRateLimit, TStatus>;
|
|
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>;
|
|
1888
|
+
}
|
|
1897
1889
|
}
|
|
1898
1890
|
namespace Components {
|
|
1899
1891
|
namespace Schemas {
|
|
@@ -2935,15 +2927,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2935
2927
|
version: string;
|
|
2936
2928
|
website?: string;
|
|
2937
2929
|
}
|
|
2938
|
-
interface ContainerTemplateStatsListResponse {
|
|
2939
|
-
category?: string;
|
|
2940
|
-
templates?: MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsResponse[];
|
|
2941
|
-
}
|
|
2942
|
-
interface ContainerTemplateStatsResponse {
|
|
2943
|
-
id: string;
|
|
2944
|
-
installations: number;
|
|
2945
|
-
installations30Days: number;
|
|
2946
|
-
}
|
|
2947
2930
|
interface ContainerTemplateTranslatedString {
|
|
2948
2931
|
de: string;
|
|
2949
2932
|
en: string;
|
|
@@ -5329,10 +5312,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5329
5312
|
keepDays: number;
|
|
5330
5313
|
relocateSensitivity?: number;
|
|
5331
5314
|
}
|
|
5332
|
-
interface MailsystemRateLimit {
|
|
5333
|
-
id: string;
|
|
5334
|
-
rateLimit: number;
|
|
5335
|
-
}
|
|
5336
5315
|
interface MarketplaceContractPartner {
|
|
5337
5316
|
contractPartner: {
|
|
5338
5317
|
address: MittwaldAPIV2.Components.Schemas.CommonsAddress;
|
|
@@ -5948,57 +5927,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5948
5927
|
template: MittwaldAPIV2.Components.Schemas.ArticleArticleTemplate;
|
|
5949
5928
|
}
|
|
5950
5929
|
type PolicyPolicy = string;
|
|
5951
|
-
interface ActivitylogAppInstallationDatabaseLinked {
|
|
5952
|
-
changes: {
|
|
5953
|
-
after: {
|
|
5954
|
-
database: {};
|
|
5955
|
-
};
|
|
5956
|
-
before: {
|
|
5957
|
-
database: {} | null;
|
|
5958
|
-
};
|
|
5959
|
-
};
|
|
5960
|
-
name: "app.database-linked";
|
|
5961
|
-
parameters: {
|
|
5962
|
-
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5963
|
-
database: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5964
|
-
};
|
|
5965
|
-
}
|
|
5966
|
-
interface ActivitylogAppInstallationDatabaseUnlinked {
|
|
5967
|
-
changes: {
|
|
5968
|
-
after: {
|
|
5969
|
-
database: {} | null;
|
|
5970
|
-
};
|
|
5971
|
-
before: {
|
|
5972
|
-
database: {};
|
|
5973
|
-
};
|
|
5974
|
-
};
|
|
5975
|
-
name: "app.database-unlinked";
|
|
5976
|
-
parameters: {
|
|
5977
|
-
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5978
|
-
database: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5979
|
-
};
|
|
5980
|
-
}
|
|
5981
|
-
interface ActivitylogAppInstallationDeleted {
|
|
5982
|
-
changes: {};
|
|
5983
|
-
name: "app.deleted";
|
|
5984
|
-
parameters: {
|
|
5985
|
-
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5986
|
-
};
|
|
5987
|
-
}
|
|
5988
|
-
interface ActivitylogAppInstallationDescriptionSet {
|
|
5989
|
-
changes: {
|
|
5990
|
-
after?: {
|
|
5991
|
-
description: string;
|
|
5992
|
-
};
|
|
5993
|
-
before?: {
|
|
5994
|
-
description: string | null;
|
|
5995
|
-
};
|
|
5996
|
-
};
|
|
5997
|
-
name: "app.description-set";
|
|
5998
|
-
parameters: {
|
|
5999
|
-
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6000
|
-
};
|
|
6001
|
-
}
|
|
6002
5930
|
interface ActivitylogAppInstallationCopyRequested {
|
|
6003
5931
|
name: "app.copy-requested";
|
|
6004
5932
|
parameters: {
|
|
@@ -6158,18 +6086,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6158
6086
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6159
6087
|
};
|
|
6160
6088
|
}
|
|
6161
|
-
interface ActivitylogDnsARecordSetManaged {
|
|
6162
|
-
changes: {
|
|
6163
|
-
after?: {
|
|
6164
|
-
aRecords: string;
|
|
6165
|
-
};
|
|
6166
|
-
before?: {};
|
|
6167
|
-
};
|
|
6168
|
-
name: "dns.a-record-set-managed";
|
|
6169
|
-
parameters: {
|
|
6170
|
-
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6171
|
-
};
|
|
6172
|
-
}
|
|
6173
6089
|
interface ActivitylogDnsARecordSet {
|
|
6174
6090
|
changes: {
|
|
6175
6091
|
after?: {
|
|
@@ -6214,32 +6130,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6214
6130
|
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6215
6131
|
};
|
|
6216
6132
|
}
|
|
6217
|
-
interface ActivitylogDnsDomainDeleted {
|
|
6218
|
-
changes: {};
|
|
6219
|
-
name: "dns.domain-deleted";
|
|
6220
|
-
parameters: {
|
|
6221
|
-
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6222
|
-
};
|
|
6223
|
-
}
|
|
6224
|
-
interface ActivitylogDnsIngressDeleted {
|
|
6225
|
-
changes: {};
|
|
6226
|
-
name: "dns.ingress-deleted";
|
|
6227
|
-
parameters: {
|
|
6228
|
-
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6229
|
-
};
|
|
6230
|
-
}
|
|
6231
|
-
interface ActivitylogDnsMxRecordSetManaged {
|
|
6232
|
-
changes: {
|
|
6233
|
-
after?: {
|
|
6234
|
-
mx: string;
|
|
6235
|
-
};
|
|
6236
|
-
before?: {};
|
|
6237
|
-
};
|
|
6238
|
-
name: "dns.mx-record-set-managed";
|
|
6239
|
-
parameters: {
|
|
6240
|
-
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6241
|
-
};
|
|
6242
|
-
}
|
|
6243
6133
|
interface ActivitylogDnsMxRecordSet {
|
|
6244
6134
|
changes: {
|
|
6245
6135
|
after?: {
|
|
@@ -6996,6 +6886,108 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6996
6886
|
}
|
|
6997
6887
|
type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
6998
6888
|
type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
|
|
6889
|
+
interface ActivitylogDnsARecordSetManaged {
|
|
6890
|
+
changes: {
|
|
6891
|
+
after?: {
|
|
6892
|
+
aRecords: string;
|
|
6893
|
+
};
|
|
6894
|
+
before?: {};
|
|
6895
|
+
};
|
|
6896
|
+
name: "dns.a-record-set-managed";
|
|
6897
|
+
parameters: {
|
|
6898
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
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;
|
|
6989
|
+
};
|
|
6990
|
+
}
|
|
6999
6991
|
/**
|
|
7000
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.
|
|
7001
6993
|
*/
|
|
@@ -11210,12 +11202,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11210
11202
|
}
|
|
11211
11203
|
}
|
|
11212
11204
|
}
|
|
11213
|
-
namespace
|
|
11205
|
+
namespace V2ContainerTemplatesTemplateId {
|
|
11214
11206
|
namespace Get {
|
|
11215
11207
|
namespace Parameters {
|
|
11216
11208
|
type Path = {
|
|
11217
11209
|
templateId: string;
|
|
11218
|
-
assetPath: string;
|
|
11219
11210
|
};
|
|
11220
11211
|
type Header = {};
|
|
11221
11212
|
type Query = {};
|
|
@@ -11223,10 +11214,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11223
11214
|
namespace Responses {
|
|
11224
11215
|
namespace $200 {
|
|
11225
11216
|
namespace Content {
|
|
11226
|
-
type
|
|
11227
|
-
type ImagePng = string;
|
|
11228
|
-
type ImageSvgXml = string;
|
|
11229
|
-
type ImageWebp = string;
|
|
11217
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerTemplate;
|
|
11230
11218
|
}
|
|
11231
11219
|
}
|
|
11232
11220
|
namespace $400 {
|
|
@@ -11236,13 +11224,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11236
11224
|
}
|
|
11237
11225
|
}
|
|
11238
11226
|
}
|
|
11239
|
-
namespace $403 {
|
|
11240
|
-
namespace Content {
|
|
11241
|
-
interface ApplicationJson {
|
|
11242
|
-
[k: string]: unknown;
|
|
11243
|
-
}
|
|
11244
|
-
}
|
|
11245
|
-
}
|
|
11246
11227
|
namespace $404 {
|
|
11247
11228
|
namespace Content {
|
|
11248
11229
|
interface ApplicationJson {
|
|
@@ -11264,67 +11245,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11264
11245
|
}
|
|
11265
11246
|
}
|
|
11266
11247
|
}
|
|
11267
|
-
namespace
|
|
11268
|
-
namespace Content {
|
|
11269
|
-
interface ApplicationJson {
|
|
11270
|
-
[k: string]: unknown;
|
|
11271
|
-
}
|
|
11272
|
-
}
|
|
11273
|
-
}
|
|
11274
|
-
namespace Default {
|
|
11275
|
-
namespace Content {
|
|
11276
|
-
interface ApplicationJson {
|
|
11277
|
-
[k: string]: unknown;
|
|
11278
|
-
}
|
|
11279
|
-
}
|
|
11280
|
-
}
|
|
11281
|
-
}
|
|
11282
|
-
}
|
|
11283
|
-
}
|
|
11284
|
-
namespace V2ContainerTemplatesTemplateId {
|
|
11285
|
-
namespace Get {
|
|
11286
|
-
namespace Parameters {
|
|
11287
|
-
type Path = {
|
|
11288
|
-
templateId: string;
|
|
11289
|
-
};
|
|
11290
|
-
type Header = {};
|
|
11291
|
-
type Query = {};
|
|
11292
|
-
}
|
|
11293
|
-
namespace Responses {
|
|
11294
|
-
namespace $200 {
|
|
11295
|
-
namespace Content {
|
|
11296
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerTemplate;
|
|
11297
|
-
}
|
|
11298
|
-
}
|
|
11299
|
-
namespace $400 {
|
|
11300
|
-
namespace Content {
|
|
11301
|
-
interface ApplicationJson {
|
|
11302
|
-
[k: string]: unknown;
|
|
11303
|
-
}
|
|
11304
|
-
}
|
|
11305
|
-
}
|
|
11306
|
-
namespace $404 {
|
|
11307
|
-
namespace Content {
|
|
11308
|
-
interface ApplicationJson {
|
|
11309
|
-
[k: string]: unknown;
|
|
11310
|
-
}
|
|
11311
|
-
}
|
|
11312
|
-
}
|
|
11313
|
-
namespace $429 {
|
|
11314
|
-
namespace Content {
|
|
11315
|
-
interface ApplicationJson {
|
|
11316
|
-
[k: string]: unknown;
|
|
11317
|
-
}
|
|
11318
|
-
}
|
|
11319
|
-
}
|
|
11320
|
-
namespace $500 {
|
|
11321
|
-
namespace Content {
|
|
11322
|
-
interface ApplicationJson {
|
|
11323
|
-
[k: string]: unknown;
|
|
11324
|
-
}
|
|
11325
|
-
}
|
|
11326
|
-
}
|
|
11327
|
-
namespace Default {
|
|
11248
|
+
namespace Default {
|
|
11328
11249
|
namespace Content {
|
|
11329
11250
|
interface ApplicationJson {
|
|
11330
11251
|
[k: string]: unknown;
|
|
@@ -11518,7 +11439,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11518
11439
|
}
|
|
11519
11440
|
}
|
|
11520
11441
|
}
|
|
11521
|
-
namespace V2ContainerTemplateStatistics { }
|
|
11522
11442
|
namespace V2ContainerTemplates {
|
|
11523
11443
|
namespace Get {
|
|
11524
11444
|
namespace Parameters {
|
|
@@ -16723,56 +16643,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
16723
16643
|
}
|
|
16724
16644
|
}
|
|
16725
16645
|
}
|
|
16726
|
-
namespace Put {
|
|
16727
|
-
namespace Parameters {
|
|
16728
|
-
type Path = {
|
|
16729
|
-
mysqlUserId: string;
|
|
16730
|
-
};
|
|
16731
|
-
interface RequestBody {
|
|
16732
|
-
accessIpMask?: string;
|
|
16733
|
-
accessLevel: "full" | "readonly";
|
|
16734
|
-
description: string;
|
|
16735
|
-
externalAccess?: boolean;
|
|
16736
|
-
}
|
|
16737
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
16738
|
-
type Query = {};
|
|
16739
|
-
}
|
|
16740
|
-
namespace Responses {
|
|
16741
|
-
namespace $204 {
|
|
16742
|
-
namespace Content {
|
|
16743
|
-
type Empty = unknown;
|
|
16744
|
-
}
|
|
16745
|
-
}
|
|
16746
|
-
namespace $400 {
|
|
16747
|
-
namespace Content {
|
|
16748
|
-
interface ApplicationJson {
|
|
16749
|
-
[k: string]: unknown;
|
|
16750
|
-
}
|
|
16751
|
-
}
|
|
16752
|
-
}
|
|
16753
|
-
namespace $404 {
|
|
16754
|
-
namespace Content {
|
|
16755
|
-
interface ApplicationJson {
|
|
16756
|
-
[k: string]: unknown;
|
|
16757
|
-
}
|
|
16758
|
-
}
|
|
16759
|
-
}
|
|
16760
|
-
namespace $429 {
|
|
16761
|
-
namespace Content {
|
|
16762
|
-
interface ApplicationJson {
|
|
16763
|
-
[k: string]: unknown;
|
|
16764
|
-
}
|
|
16765
|
-
}
|
|
16766
|
-
}
|
|
16767
|
-
namespace Default {
|
|
16768
|
-
namespace Content {
|
|
16769
|
-
interface ApplicationJson {
|
|
16770
|
-
[k: string]: unknown;
|
|
16771
|
-
}
|
|
16772
|
-
}
|
|
16773
|
-
}
|
|
16774
|
-
}
|
|
16775
|
-
}
|
|
16776
16646
|
namespace Delete {
|
|
16777
16647
|
namespace Parameters {
|
|
16778
16648
|
type Path = {
|
|
@@ -17305,59 +17175,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
17305
17175
|
}
|
|
17306
17176
|
}
|
|
17307
17177
|
}
|
|
17308
|
-
namespace V2MysqlUsersMysqlUserIdPassword {
|
|
17309
|
-
namespace Patch {
|
|
17310
|
-
namespace Parameters {
|
|
17311
|
-
type Path = {
|
|
17312
|
-
mysqlUserId: string;
|
|
17313
|
-
};
|
|
17314
|
-
interface RequestBody {
|
|
17315
|
-
password: string;
|
|
17316
|
-
}
|
|
17317
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
17318
|
-
type Query = {};
|
|
17319
|
-
}
|
|
17320
|
-
namespace Responses {
|
|
17321
|
-
namespace $204 {
|
|
17322
|
-
namespace Content {
|
|
17323
|
-
type Empty = unknown;
|
|
17324
|
-
}
|
|
17325
|
-
}
|
|
17326
|
-
namespace $400 {
|
|
17327
|
-
namespace Content {
|
|
17328
|
-
interface ApplicationJson {
|
|
17329
|
-
[k: string]: unknown;
|
|
17330
|
-
}
|
|
17331
|
-
}
|
|
17332
|
-
}
|
|
17333
|
-
namespace $404 {
|
|
17334
|
-
namespace Content {
|
|
17335
|
-
interface ApplicationJson {
|
|
17336
|
-
[k: string]: unknown;
|
|
17337
|
-
}
|
|
17338
|
-
}
|
|
17339
|
-
}
|
|
17340
|
-
namespace $429 {
|
|
17341
|
-
namespace Content {
|
|
17342
|
-
interface ApplicationJson {
|
|
17343
|
-
[k: string]: unknown;
|
|
17344
|
-
}
|
|
17345
|
-
}
|
|
17346
|
-
}
|
|
17347
|
-
namespace Default {
|
|
17348
|
-
namespace Content {
|
|
17349
|
-
interface ApplicationJson {
|
|
17350
|
-
[k: string]: unknown;
|
|
17351
|
-
}
|
|
17352
|
-
}
|
|
17353
|
-
}
|
|
17354
|
-
}
|
|
17355
|
-
}
|
|
17356
|
-
}
|
|
17357
17178
|
namespace V2AppinstallationsAppInstallationIdActionsAction { }
|
|
17358
17179
|
namespace V2AppInstallationsAppInstallationIdActionsAction { }
|
|
17359
17180
|
namespace V2AppinstallationsAppInstallationIdDatabases { }
|
|
17360
|
-
namespace V2ContainerTemplatesTemplateIdIcon { }
|
|
17361
17181
|
namespace V2ActionsValidateContainerRegistryUri { }
|
|
17362
17182
|
namespace V2RegistriesRegistryIdActionsValidateCredentials { }
|
|
17363
17183
|
namespace V2ContractsContractIdItemsContractItemIdNextTerminationDates { }
|
|
@@ -24457,45 +24277,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
24457
24277
|
}
|
|
24458
24278
|
}
|
|
24459
24279
|
}
|
|
24460
|
-
namespace V2MailRateLimitsMailRateLimitId {
|
|
24461
|
-
namespace Get {
|
|
24462
|
-
namespace Parameters {
|
|
24463
|
-
type Path = {
|
|
24464
|
-
mailRateLimitId: string;
|
|
24465
|
-
};
|
|
24466
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
24467
|
-
type Query = {};
|
|
24468
|
-
}
|
|
24469
|
-
namespace Responses {
|
|
24470
|
-
namespace $200 {
|
|
24471
|
-
namespace Content {
|
|
24472
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailsystemRateLimit;
|
|
24473
|
-
}
|
|
24474
|
-
}
|
|
24475
|
-
namespace $404 {
|
|
24476
|
-
namespace Content {
|
|
24477
|
-
interface ApplicationJson {
|
|
24478
|
-
[k: string]: unknown;
|
|
24479
|
-
}
|
|
24480
|
-
}
|
|
24481
|
-
}
|
|
24482
|
-
namespace $429 {
|
|
24483
|
-
namespace Content {
|
|
24484
|
-
interface ApplicationJson {
|
|
24485
|
-
[k: string]: unknown;
|
|
24486
|
-
}
|
|
24487
|
-
}
|
|
24488
|
-
}
|
|
24489
|
-
namespace Default {
|
|
24490
|
-
namespace Content {
|
|
24491
|
-
interface ApplicationJson {
|
|
24492
|
-
[k: string]: unknown;
|
|
24493
|
-
}
|
|
24494
|
-
}
|
|
24495
|
-
}
|
|
24496
|
-
}
|
|
24497
|
-
}
|
|
24498
|
-
}
|
|
24499
24280
|
namespace V2MailAddressesMailAddressIdBackups {
|
|
24500
24281
|
namespace Get {
|
|
24501
24282
|
namespace Parameters {
|
|
@@ -24633,36 +24414,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
24633
24414
|
}
|
|
24634
24415
|
}
|
|
24635
24416
|
}
|
|
24636
|
-
namespace V2MailRateLimits {
|
|
24637
|
-
namespace Get {
|
|
24638
|
-
namespace Parameters {
|
|
24639
|
-
type Path = {};
|
|
24640
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
24641
|
-
type Query = {};
|
|
24642
|
-
}
|
|
24643
|
-
namespace Responses {
|
|
24644
|
-
namespace $200 {
|
|
24645
|
-
namespace Content {
|
|
24646
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailsystemRateLimit[];
|
|
24647
|
-
}
|
|
24648
|
-
}
|
|
24649
|
-
namespace $429 {
|
|
24650
|
-
namespace Content {
|
|
24651
|
-
interface ApplicationJson {
|
|
24652
|
-
[k: string]: unknown;
|
|
24653
|
-
}
|
|
24654
|
-
}
|
|
24655
|
-
}
|
|
24656
|
-
namespace Default {
|
|
24657
|
-
namespace Content {
|
|
24658
|
-
interface ApplicationJson {
|
|
24659
|
-
[k: string]: unknown;
|
|
24660
|
-
}
|
|
24661
|
-
}
|
|
24662
|
-
}
|
|
24663
|
-
}
|
|
24664
|
-
}
|
|
24665
|
-
}
|
|
24666
24417
|
namespace V2ProjectsProjectIdMailsettings { }
|
|
24667
24418
|
namespace V2ProjectsProjectIdMailSettings {
|
|
24668
24419
|
namespace Get {
|
|
@@ -24782,76 +24533,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
24782
24533
|
}
|
|
24783
24534
|
}
|
|
24784
24535
|
}
|
|
24785
|
-
namespace V2MailAddressesMailAddressIdActionsRequestRateLimitChange {
|
|
24786
|
-
namespace Post {
|
|
24787
|
-
namespace Parameters {
|
|
24788
|
-
type Path = {
|
|
24789
|
-
mailAddressId: string;
|
|
24790
|
-
};
|
|
24791
|
-
interface RequestBody {
|
|
24792
|
-
rateLimitId: string;
|
|
24793
|
-
}
|
|
24794
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
24795
|
-
type Query = {};
|
|
24796
|
-
}
|
|
24797
|
-
namespace Responses {
|
|
24798
|
-
namespace $204 {
|
|
24799
|
-
namespace Content {
|
|
24800
|
-
type Empty = unknown;
|
|
24801
|
-
}
|
|
24802
|
-
}
|
|
24803
|
-
namespace $400 {
|
|
24804
|
-
namespace Content {
|
|
24805
|
-
interface ApplicationJson {
|
|
24806
|
-
[k: string]: unknown;
|
|
24807
|
-
}
|
|
24808
|
-
}
|
|
24809
|
-
}
|
|
24810
|
-
namespace $403 {
|
|
24811
|
-
namespace Content {
|
|
24812
|
-
interface ApplicationJson {
|
|
24813
|
-
[k: string]: unknown;
|
|
24814
|
-
}
|
|
24815
|
-
}
|
|
24816
|
-
}
|
|
24817
|
-
namespace $404 {
|
|
24818
|
-
namespace Content {
|
|
24819
|
-
interface ApplicationJson {
|
|
24820
|
-
[k: string]: unknown;
|
|
24821
|
-
}
|
|
24822
|
-
}
|
|
24823
|
-
}
|
|
24824
|
-
namespace $429 {
|
|
24825
|
-
namespace Content {
|
|
24826
|
-
interface ApplicationJson {
|
|
24827
|
-
[k: string]: unknown;
|
|
24828
|
-
}
|
|
24829
|
-
}
|
|
24830
|
-
}
|
|
24831
|
-
namespace $500 {
|
|
24832
|
-
namespace Content {
|
|
24833
|
-
interface ApplicationJson {
|
|
24834
|
-
[k: string]: unknown;
|
|
24835
|
-
}
|
|
24836
|
-
}
|
|
24837
|
-
}
|
|
24838
|
-
namespace $503 {
|
|
24839
|
-
namespace Content {
|
|
24840
|
-
interface ApplicationJson {
|
|
24841
|
-
[k: string]: unknown;
|
|
24842
|
-
}
|
|
24843
|
-
}
|
|
24844
|
-
}
|
|
24845
|
-
namespace Default {
|
|
24846
|
-
namespace Content {
|
|
24847
|
-
interface ApplicationJson {
|
|
24848
|
-
[k: string]: unknown;
|
|
24849
|
-
}
|
|
24850
|
-
}
|
|
24851
|
-
}
|
|
24852
|
-
}
|
|
24853
|
-
}
|
|
24854
|
-
}
|
|
24855
24536
|
namespace V2DeliveryBoxesDeliveryBoxIdDescription {
|
|
24856
24537
|
namespace Patch {
|
|
24857
24538
|
namespace Parameters {
|
|
@@ -31565,5 +31246,217 @@ export declare namespace MittwaldAPIV2 {
|
|
|
31565
31246
|
}
|
|
31566
31247
|
}
|
|
31567
31248
|
}
|
|
31249
|
+
namespace V2ContainerTemplateStatistics { }
|
|
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 {
|
|
31320
|
+
namespace Post {
|
|
31321
|
+
namespace Parameters {
|
|
31322
|
+
type Path = {
|
|
31323
|
+
mailAddressId: string;
|
|
31324
|
+
};
|
|
31325
|
+
interface RequestBody {
|
|
31326
|
+
rateLimitId: string;
|
|
31327
|
+
}
|
|
31328
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
31329
|
+
type Query = {};
|
|
31330
|
+
}
|
|
31331
|
+
namespace Responses {
|
|
31332
|
+
namespace $204 {
|
|
31333
|
+
namespace Content {
|
|
31334
|
+
type Empty = unknown;
|
|
31335
|
+
}
|
|
31336
|
+
}
|
|
31337
|
+
namespace $400 {
|
|
31338
|
+
namespace Content {
|
|
31339
|
+
interface ApplicationJson {
|
|
31340
|
+
[k: string]: unknown;
|
|
31341
|
+
}
|
|
31342
|
+
}
|
|
31343
|
+
}
|
|
31344
|
+
namespace $403 {
|
|
31345
|
+
namespace Content {
|
|
31346
|
+
interface ApplicationJson {
|
|
31347
|
+
[k: string]: unknown;
|
|
31348
|
+
}
|
|
31349
|
+
}
|
|
31350
|
+
}
|
|
31351
|
+
namespace $404 {
|
|
31352
|
+
namespace Content {
|
|
31353
|
+
interface ApplicationJson {
|
|
31354
|
+
[k: string]: unknown;
|
|
31355
|
+
}
|
|
31356
|
+
}
|
|
31357
|
+
}
|
|
31358
|
+
namespace $429 {
|
|
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 {
|
|
31416
|
+
namespace Content {
|
|
31417
|
+
interface ApplicationJson {
|
|
31418
|
+
[k: string]: unknown;
|
|
31419
|
+
}
|
|
31420
|
+
}
|
|
31421
|
+
}
|
|
31422
|
+
namespace $404 {
|
|
31423
|
+
namespace Content {
|
|
31424
|
+
interface ApplicationJson {
|
|
31425
|
+
[k: string]: unknown;
|
|
31426
|
+
}
|
|
31427
|
+
}
|
|
31428
|
+
}
|
|
31429
|
+
namespace $429 {
|
|
31430
|
+
namespace Content {
|
|
31431
|
+
interface ApplicationJson {
|
|
31432
|
+
[k: string]: unknown;
|
|
31433
|
+
}
|
|
31434
|
+
}
|
|
31435
|
+
}
|
|
31436
|
+
namespace $500 {
|
|
31437
|
+
namespace Content {
|
|
31438
|
+
interface ApplicationJson {
|
|
31439
|
+
[k: string]: unknown;
|
|
31440
|
+
}
|
|
31441
|
+
}
|
|
31442
|
+
}
|
|
31443
|
+
namespace $503 {
|
|
31444
|
+
namespace Content {
|
|
31445
|
+
interface ApplicationJson {
|
|
31446
|
+
[k: string]: unknown;
|
|
31447
|
+
}
|
|
31448
|
+
}
|
|
31449
|
+
}
|
|
31450
|
+
namespace Default {
|
|
31451
|
+
namespace Content {
|
|
31452
|
+
interface ApplicationJson {
|
|
31453
|
+
[k: string]: unknown;
|
|
31454
|
+
}
|
|
31455
|
+
}
|
|
31456
|
+
}
|
|
31457
|
+
}
|
|
31458
|
+
}
|
|
31459
|
+
}
|
|
31460
|
+
namespace V2ContainerTemplatesTemplateIdIcon { }
|
|
31568
31461
|
}
|
|
31569
31462
|
}
|