@mittwald/api-client 4.417.0 → 4.419.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 +11 -17
- package/dist/esm/generated/v2/descriptors.js +32 -50
- package/dist/esm/generated/v3-next/client.js +3 -9
- package/dist/esm/generated/v3-next/descriptors.js +8 -26
- 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 +281 -454
- package/dist/types/generated/v2/descriptors.d.ts +11 -17
- package/dist/types/generated/v2/types.d.ts +408 -565
- package/dist/types/generated/v3-next/client.d.ts +72 -245
- package/dist/types/generated/v3-next/descriptors.d.ts +3 -9
- package/dist/types/generated/v3-next/types.d.ts +58 -215
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -302,6 +302,10 @@ 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
|
+
}
|
|
305
309
|
namespace ContainerGetTemplate {
|
|
306
310
|
type RequestData = InferredRequestData<typeof descriptors.containerGetTemplate>;
|
|
307
311
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetTemplate, TStatus>;
|
|
@@ -730,14 +734,18 @@ export declare namespace MittwaldAPIV2 {
|
|
|
730
734
|
type RequestData = InferredRequestData<typeof descriptors.databaseGetMysqlUser>;
|
|
731
735
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseGetMysqlUser, TStatus>;
|
|
732
736
|
}
|
|
733
|
-
namespace
|
|
734
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
735
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
737
|
+
namespace DatabaseReplaceMysqlUser {
|
|
738
|
+
type RequestData = InferredRequestData<typeof descriptors.databaseReplaceMysqlUser>;
|
|
739
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseReplaceMysqlUser, TStatus>;
|
|
736
740
|
}
|
|
737
741
|
namespace DatabaseDeleteMysqlUser {
|
|
738
742
|
type RequestData = InferredRequestData<typeof descriptors.databaseDeleteMysqlUser>;
|
|
739
743
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseDeleteMysqlUser, TStatus>;
|
|
740
744
|
}
|
|
745
|
+
namespace DatabaseUpdateMysqlUser {
|
|
746
|
+
type RequestData = InferredRequestData<typeof descriptors.databaseUpdateMysqlUser>;
|
|
747
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseUpdateMysqlUser, TStatus>;
|
|
748
|
+
}
|
|
741
749
|
namespace DatabaseGetRedisDatabase {
|
|
742
750
|
type RequestData = InferredRequestData<typeof descriptors.databaseGetRedisDatabase>;
|
|
743
751
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseGetRedisDatabase, TStatus>;
|
|
@@ -774,26 +782,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
774
782
|
type RequestData = InferredRequestData<typeof descriptors.databaseListRedisVersions>;
|
|
775
783
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseListRedisVersions, TStatus>;
|
|
776
784
|
}
|
|
777
|
-
namespace DatabaseUpdateMysqlDatabaseDefaultCharset {
|
|
778
|
-
type RequestData = InferredRequestData<typeof descriptors.databaseUpdateMysqlDatabaseDefaultCharset>;
|
|
779
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseUpdateMysqlDatabaseDefaultCharset, TStatus>;
|
|
780
|
-
}
|
|
781
|
-
namespace DatabaseUpdateMysqlDatabaseDescription {
|
|
782
|
-
type RequestData = InferredRequestData<typeof descriptors.databaseUpdateMysqlDatabaseDescription>;
|
|
783
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseUpdateMysqlDatabaseDescription, TStatus>;
|
|
784
|
-
}
|
|
785
785
|
namespace DatabaseUpdateMysqlUserPassword {
|
|
786
786
|
type RequestData = InferredRequestData<typeof descriptors.databaseUpdateMysqlUserPassword>;
|
|
787
787
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseUpdateMysqlUserPassword, TStatus>;
|
|
788
788
|
}
|
|
789
|
-
namespace DatabaseUpdateRedisDatabaseConfiguration {
|
|
790
|
-
type RequestData = InferredRequestData<typeof descriptors.databaseUpdateRedisDatabaseConfiguration>;
|
|
791
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseUpdateRedisDatabaseConfiguration, TStatus>;
|
|
792
|
-
}
|
|
793
|
-
namespace DatabaseUpdateRedisDatabaseDescription {
|
|
794
|
-
type RequestData = InferredRequestData<typeof descriptors.databaseUpdateRedisDatabaseDescription>;
|
|
795
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseUpdateRedisDatabaseDescription, TStatus>;
|
|
796
|
-
}
|
|
797
789
|
namespace DomainListDomains {
|
|
798
790
|
type RequestData = InferredRequestData<typeof descriptors.domainListDomains>;
|
|
799
791
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListDomains, TStatus>;
|
|
@@ -1314,6 +1306,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1314
1306
|
type RequestData = InferredRequestData<typeof descriptors.mailDisableMailArchive>;
|
|
1315
1307
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailDisableMailArchive, TStatus>;
|
|
1316
1308
|
}
|
|
1309
|
+
namespace MailGetMailRateLimit {
|
|
1310
|
+
type RequestData = InferredRequestData<typeof descriptors.mailGetMailRateLimit>;
|
|
1311
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailGetMailRateLimit, TStatus>;
|
|
1312
|
+
}
|
|
1317
1313
|
namespace MailListBackupsForMailAddress {
|
|
1318
1314
|
type RequestData = InferredRequestData<typeof descriptors.mailListBackupsForMailAddress>;
|
|
1319
1315
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListBackupsForMailAddress, TStatus>;
|
|
@@ -1322,6 +1318,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1322
1318
|
type RequestData = InferredRequestData<typeof descriptors.mailListMailAddressesForUser>;
|
|
1323
1319
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListMailAddressesForUser, TStatus>;
|
|
1324
1320
|
}
|
|
1321
|
+
namespace MailListMailRateLimits {
|
|
1322
|
+
type RequestData = InferredRequestData<typeof descriptors.mailListMailRateLimits>;
|
|
1323
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListMailRateLimits, TStatus>;
|
|
1324
|
+
}
|
|
1325
1325
|
namespace MailListProjectMailSettings {
|
|
1326
1326
|
type RequestData = InferredRequestData<typeof descriptors.mailListProjectMailSettings>;
|
|
1327
1327
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListProjectMailSettings, TStatus>;
|
|
@@ -1330,6 +1330,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1330
1330
|
type RequestData = InferredRequestData<typeof descriptors.mailRecoverMailAddressEmails>;
|
|
1331
1331
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailRecoverMailAddressEmails, TStatus>;
|
|
1332
1332
|
}
|
|
1333
|
+
namespace MailRequestMailAddressRateLimitChange {
|
|
1334
|
+
type RequestData = InferredRequestData<typeof descriptors.mailRequestMailAddressRateLimitChange>;
|
|
1335
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailRequestMailAddressRateLimitChange, TStatus>;
|
|
1336
|
+
}
|
|
1333
1337
|
namespace MailUpdateDeliveryBoxDescription {
|
|
1334
1338
|
type RequestData = InferredRequestData<typeof descriptors.mailUpdateDeliveryBoxDescription>;
|
|
1335
1339
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateDeliveryBoxDescription, TStatus>;
|
|
@@ -1890,22 +1894,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1890
1894
|
type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
|
|
1891
1895
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
|
|
1892
1896
|
}
|
|
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
1897
|
}
|
|
1910
1898
|
namespace Components {
|
|
1911
1899
|
namespace Schemas {
|
|
@@ -2947,6 +2935,15 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2947
2935
|
version: string;
|
|
2948
2936
|
website?: string;
|
|
2949
2937
|
}
|
|
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
|
+
}
|
|
2950
2947
|
interface ContainerTemplateTranslatedString {
|
|
2951
2948
|
de: string;
|
|
2952
2949
|
en: string;
|
|
@@ -5332,6 +5329,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5332
5329
|
keepDays: number;
|
|
5333
5330
|
relocateSensitivity?: number;
|
|
5334
5331
|
}
|
|
5332
|
+
interface MailsystemRateLimit {
|
|
5333
|
+
id: string;
|
|
5334
|
+
rateLimit: number;
|
|
5335
|
+
}
|
|
5335
5336
|
interface MarketplaceContractPartner {
|
|
5336
5337
|
contractPartner: {
|
|
5337
5338
|
address: MittwaldAPIV2.Components.Schemas.CommonsAddress;
|
|
@@ -5947,6 +5948,57 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5947
5948
|
template: MittwaldAPIV2.Components.Schemas.ArticleArticleTemplate;
|
|
5948
5949
|
}
|
|
5949
5950
|
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
|
+
}
|
|
5950
6002
|
interface ActivitylogAppInstallationCopyRequested {
|
|
5951
6003
|
name: "app.copy-requested";
|
|
5952
6004
|
parameters: {
|
|
@@ -6106,6 +6158,18 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6106
6158
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6107
6159
|
};
|
|
6108
6160
|
}
|
|
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
|
+
}
|
|
6109
6173
|
interface ActivitylogDnsARecordSet {
|
|
6110
6174
|
changes: {
|
|
6111
6175
|
after?: {
|
|
@@ -6150,6 +6214,32 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6150
6214
|
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6151
6215
|
};
|
|
6152
6216
|
}
|
|
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
|
+
}
|
|
6153
6243
|
interface ActivitylogDnsMxRecordSet {
|
|
6154
6244
|
changes: {
|
|
6155
6245
|
after?: {
|
|
@@ -6906,108 +6996,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6906
6996
|
}
|
|
6907
6997
|
type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
6908
6998
|
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
|
-
}
|
|
7011
6999
|
/**
|
|
7012
7000
|
* 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.
|
|
7013
7001
|
*/
|
|
@@ -11222,11 +11210,12 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11222
11210
|
}
|
|
11223
11211
|
}
|
|
11224
11212
|
}
|
|
11225
|
-
namespace
|
|
11213
|
+
namespace V2ContainerTemplatesTemplateIdAssetsAssetPath {
|
|
11226
11214
|
namespace Get {
|
|
11227
11215
|
namespace Parameters {
|
|
11228
11216
|
type Path = {
|
|
11229
11217
|
templateId: string;
|
|
11218
|
+
assetPath: string;
|
|
11230
11219
|
};
|
|
11231
11220
|
type Header = {};
|
|
11232
11221
|
type Query = {};
|
|
@@ -11234,7 +11223,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11234
11223
|
namespace Responses {
|
|
11235
11224
|
namespace $200 {
|
|
11236
11225
|
namespace Content {
|
|
11237
|
-
type
|
|
11226
|
+
type ImageJpeg = string;
|
|
11227
|
+
type ImagePng = string;
|
|
11228
|
+
type ImageSvgXml = string;
|
|
11229
|
+
type ImageWebp = string;
|
|
11238
11230
|
}
|
|
11239
11231
|
}
|
|
11240
11232
|
namespace $400 {
|
|
@@ -11244,7 +11236,74 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11244
11236
|
}
|
|
11245
11237
|
}
|
|
11246
11238
|
}
|
|
11247
|
-
namespace $
|
|
11239
|
+
namespace $403 {
|
|
11240
|
+
namespace Content {
|
|
11241
|
+
interface ApplicationJson {
|
|
11242
|
+
[k: string]: unknown;
|
|
11243
|
+
}
|
|
11244
|
+
}
|
|
11245
|
+
}
|
|
11246
|
+
namespace $404 {
|
|
11247
|
+
namespace Content {
|
|
11248
|
+
interface ApplicationJson {
|
|
11249
|
+
[k: string]: unknown;
|
|
11250
|
+
}
|
|
11251
|
+
}
|
|
11252
|
+
}
|
|
11253
|
+
namespace $429 {
|
|
11254
|
+
namespace Content {
|
|
11255
|
+
interface ApplicationJson {
|
|
11256
|
+
[k: string]: unknown;
|
|
11257
|
+
}
|
|
11258
|
+
}
|
|
11259
|
+
}
|
|
11260
|
+
namespace $500 {
|
|
11261
|
+
namespace Content {
|
|
11262
|
+
interface ApplicationJson {
|
|
11263
|
+
[k: string]: unknown;
|
|
11264
|
+
}
|
|
11265
|
+
}
|
|
11266
|
+
}
|
|
11267
|
+
namespace $503 {
|
|
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 {
|
|
11248
11307
|
namespace Content {
|
|
11249
11308
|
interface ApplicationJson {
|
|
11250
11309
|
[k: string]: unknown;
|
|
@@ -11459,6 +11518,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11459
11518
|
}
|
|
11460
11519
|
}
|
|
11461
11520
|
}
|
|
11521
|
+
namespace V2ContainerTemplateStatistics { }
|
|
11462
11522
|
namespace V2ContainerTemplates {
|
|
11463
11523
|
namespace Get {
|
|
11464
11524
|
namespace Parameters {
|
|
@@ -16757,6 +16817,57 @@ export declare namespace MittwaldAPIV2 {
|
|
|
16757
16817
|
}
|
|
16758
16818
|
}
|
|
16759
16819
|
}
|
|
16820
|
+
namespace Patch {
|
|
16821
|
+
namespace Parameters {
|
|
16822
|
+
type Path = {
|
|
16823
|
+
mysqlUserId: string;
|
|
16824
|
+
};
|
|
16825
|
+
interface RequestBody {
|
|
16826
|
+
accessIpMask?: string;
|
|
16827
|
+
accessLevel?: "full" | "readonly";
|
|
16828
|
+
description?: string;
|
|
16829
|
+
externalAccess?: boolean;
|
|
16830
|
+
password?: string;
|
|
16831
|
+
}
|
|
16832
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
16833
|
+
type Query = {};
|
|
16834
|
+
}
|
|
16835
|
+
namespace Responses {
|
|
16836
|
+
namespace $204 {
|
|
16837
|
+
namespace Content {
|
|
16838
|
+
type Empty = unknown;
|
|
16839
|
+
}
|
|
16840
|
+
}
|
|
16841
|
+
namespace $400 {
|
|
16842
|
+
namespace Content {
|
|
16843
|
+
interface ApplicationJson {
|
|
16844
|
+
[k: string]: unknown;
|
|
16845
|
+
}
|
|
16846
|
+
}
|
|
16847
|
+
}
|
|
16848
|
+
namespace $404 {
|
|
16849
|
+
namespace Content {
|
|
16850
|
+
interface ApplicationJson {
|
|
16851
|
+
[k: string]: unknown;
|
|
16852
|
+
}
|
|
16853
|
+
}
|
|
16854
|
+
}
|
|
16855
|
+
namespace $429 {
|
|
16856
|
+
namespace Content {
|
|
16857
|
+
interface ApplicationJson {
|
|
16858
|
+
[k: string]: unknown;
|
|
16859
|
+
}
|
|
16860
|
+
}
|
|
16861
|
+
}
|
|
16862
|
+
namespace Default {
|
|
16863
|
+
namespace Content {
|
|
16864
|
+
interface ApplicationJson {
|
|
16865
|
+
[k: string]: unknown;
|
|
16866
|
+
}
|
|
16867
|
+
}
|
|
16868
|
+
}
|
|
16869
|
+
}
|
|
16870
|
+
}
|
|
16760
16871
|
}
|
|
16761
16872
|
namespace V2RedisDatabasesRedisDatabaseId {
|
|
16762
16873
|
namespace Get {
|
|
@@ -17194,104 +17305,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
17194
17305
|
}
|
|
17195
17306
|
}
|
|
17196
17307
|
}
|
|
17197
|
-
namespace V2MysqlDatabasesMysqlDatabaseIdDefaultCharset {
|
|
17198
|
-
namespace Patch {
|
|
17199
|
-
namespace Parameters {
|
|
17200
|
-
type Path = {
|
|
17201
|
-
mysqlDatabaseId: string;
|
|
17202
|
-
};
|
|
17203
|
-
interface RequestBody {
|
|
17204
|
-
characterSettings: MittwaldAPIV2.Components.Schemas.DatabaseCharacterSettings;
|
|
17205
|
-
}
|
|
17206
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
17207
|
-
type Query = {};
|
|
17208
|
-
}
|
|
17209
|
-
namespace Responses {
|
|
17210
|
-
namespace $204 {
|
|
17211
|
-
namespace Content {
|
|
17212
|
-
type Empty = unknown;
|
|
17213
|
-
}
|
|
17214
|
-
}
|
|
17215
|
-
namespace $400 {
|
|
17216
|
-
namespace Content {
|
|
17217
|
-
interface ApplicationJson {
|
|
17218
|
-
[k: string]: unknown;
|
|
17219
|
-
}
|
|
17220
|
-
}
|
|
17221
|
-
}
|
|
17222
|
-
namespace $404 {
|
|
17223
|
-
namespace Content {
|
|
17224
|
-
interface ApplicationJson {
|
|
17225
|
-
[k: string]: unknown;
|
|
17226
|
-
}
|
|
17227
|
-
}
|
|
17228
|
-
}
|
|
17229
|
-
namespace $429 {
|
|
17230
|
-
namespace Content {
|
|
17231
|
-
interface ApplicationJson {
|
|
17232
|
-
[k: string]: unknown;
|
|
17233
|
-
}
|
|
17234
|
-
}
|
|
17235
|
-
}
|
|
17236
|
-
namespace Default {
|
|
17237
|
-
namespace Content {
|
|
17238
|
-
interface ApplicationJson {
|
|
17239
|
-
[k: string]: unknown;
|
|
17240
|
-
}
|
|
17241
|
-
}
|
|
17242
|
-
}
|
|
17243
|
-
}
|
|
17244
|
-
}
|
|
17245
|
-
}
|
|
17246
|
-
namespace V2MysqlDatabasesMysqlDatabaseIdDescription {
|
|
17247
|
-
namespace Patch {
|
|
17248
|
-
namespace Parameters {
|
|
17249
|
-
type Path = {
|
|
17250
|
-
mysqlDatabaseId: string;
|
|
17251
|
-
};
|
|
17252
|
-
interface RequestBody {
|
|
17253
|
-
description: string;
|
|
17254
|
-
}
|
|
17255
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
17256
|
-
type Query = {};
|
|
17257
|
-
}
|
|
17258
|
-
namespace Responses {
|
|
17259
|
-
namespace $204 {
|
|
17260
|
-
namespace Content {
|
|
17261
|
-
type Empty = unknown;
|
|
17262
|
-
}
|
|
17263
|
-
}
|
|
17264
|
-
namespace $400 {
|
|
17265
|
-
namespace Content {
|
|
17266
|
-
interface ApplicationJson {
|
|
17267
|
-
[k: string]: unknown;
|
|
17268
|
-
}
|
|
17269
|
-
}
|
|
17270
|
-
}
|
|
17271
|
-
namespace $404 {
|
|
17272
|
-
namespace Content {
|
|
17273
|
-
interface ApplicationJson {
|
|
17274
|
-
[k: string]: unknown;
|
|
17275
|
-
}
|
|
17276
|
-
}
|
|
17277
|
-
}
|
|
17278
|
-
namespace $429 {
|
|
17279
|
-
namespace Content {
|
|
17280
|
-
interface ApplicationJson {
|
|
17281
|
-
[k: string]: unknown;
|
|
17282
|
-
}
|
|
17283
|
-
}
|
|
17284
|
-
}
|
|
17285
|
-
namespace Default {
|
|
17286
|
-
namespace Content {
|
|
17287
|
-
interface ApplicationJson {
|
|
17288
|
-
[k: string]: unknown;
|
|
17289
|
-
}
|
|
17290
|
-
}
|
|
17291
|
-
}
|
|
17292
|
-
}
|
|
17293
|
-
}
|
|
17294
|
-
}
|
|
17295
17308
|
namespace V2MysqlUsersMysqlUserIdPassword {
|
|
17296
17309
|
namespace Patch {
|
|
17297
17310
|
namespace Parameters {
|
|
@@ -17341,107 +17354,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
17341
17354
|
}
|
|
17342
17355
|
}
|
|
17343
17356
|
}
|
|
17344
|
-
namespace V2RedisDatabasesRedisDatabaseIdConfiguration {
|
|
17345
|
-
namespace Patch {
|
|
17346
|
-
namespace Parameters {
|
|
17347
|
-
type Path = {
|
|
17348
|
-
redisDatabaseId: string;
|
|
17349
|
-
};
|
|
17350
|
-
interface RequestBody {
|
|
17351
|
-
configuration?: MittwaldAPIV2.Components.Schemas.DatabaseRedisDatabaseConfiguration;
|
|
17352
|
-
}
|
|
17353
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
17354
|
-
type Query = {};
|
|
17355
|
-
}
|
|
17356
|
-
namespace Responses {
|
|
17357
|
-
namespace $204 {
|
|
17358
|
-
namespace Content {
|
|
17359
|
-
type Empty = unknown;
|
|
17360
|
-
}
|
|
17361
|
-
}
|
|
17362
|
-
namespace $400 {
|
|
17363
|
-
namespace Content {
|
|
17364
|
-
interface ApplicationJson {
|
|
17365
|
-
[k: string]: unknown;
|
|
17366
|
-
}
|
|
17367
|
-
}
|
|
17368
|
-
}
|
|
17369
|
-
namespace $404 {
|
|
17370
|
-
namespace Content {
|
|
17371
|
-
interface ApplicationJson {
|
|
17372
|
-
[k: string]: unknown;
|
|
17373
|
-
}
|
|
17374
|
-
}
|
|
17375
|
-
}
|
|
17376
|
-
namespace $429 {
|
|
17377
|
-
namespace Content {
|
|
17378
|
-
interface ApplicationJson {
|
|
17379
|
-
[k: string]: unknown;
|
|
17380
|
-
}
|
|
17381
|
-
}
|
|
17382
|
-
}
|
|
17383
|
-
namespace Default {
|
|
17384
|
-
namespace Content {
|
|
17385
|
-
interface ApplicationJson {
|
|
17386
|
-
[k: string]: unknown;
|
|
17387
|
-
}
|
|
17388
|
-
}
|
|
17389
|
-
}
|
|
17390
|
-
}
|
|
17391
|
-
}
|
|
17392
|
-
}
|
|
17393
|
-
namespace V2RedisDatabasesRedisDatabaseIdDescription {
|
|
17394
|
-
namespace Patch {
|
|
17395
|
-
namespace Parameters {
|
|
17396
|
-
type Path = {
|
|
17397
|
-
redisDatabaseId: string;
|
|
17398
|
-
};
|
|
17399
|
-
interface RequestBody {
|
|
17400
|
-
description: string;
|
|
17401
|
-
}
|
|
17402
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
17403
|
-
type Query = {};
|
|
17404
|
-
}
|
|
17405
|
-
namespace Responses {
|
|
17406
|
-
namespace $204 {
|
|
17407
|
-
namespace Content {
|
|
17408
|
-
type Empty = unknown;
|
|
17409
|
-
}
|
|
17410
|
-
}
|
|
17411
|
-
namespace $400 {
|
|
17412
|
-
namespace Content {
|
|
17413
|
-
interface ApplicationJson {
|
|
17414
|
-
[k: string]: unknown;
|
|
17415
|
-
}
|
|
17416
|
-
}
|
|
17417
|
-
}
|
|
17418
|
-
namespace $404 {
|
|
17419
|
-
namespace Content {
|
|
17420
|
-
interface ApplicationJson {
|
|
17421
|
-
[k: string]: unknown;
|
|
17422
|
-
}
|
|
17423
|
-
}
|
|
17424
|
-
}
|
|
17425
|
-
namespace $429 {
|
|
17426
|
-
namespace Content {
|
|
17427
|
-
interface ApplicationJson {
|
|
17428
|
-
[k: string]: unknown;
|
|
17429
|
-
}
|
|
17430
|
-
}
|
|
17431
|
-
}
|
|
17432
|
-
namespace Default {
|
|
17433
|
-
namespace Content {
|
|
17434
|
-
interface ApplicationJson {
|
|
17435
|
-
[k: string]: unknown;
|
|
17436
|
-
}
|
|
17437
|
-
}
|
|
17438
|
-
}
|
|
17439
|
-
}
|
|
17440
|
-
}
|
|
17441
|
-
}
|
|
17442
17357
|
namespace V2AppinstallationsAppInstallationIdActionsAction { }
|
|
17443
17358
|
namespace V2AppInstallationsAppInstallationIdActionsAction { }
|
|
17444
17359
|
namespace V2AppinstallationsAppInstallationIdDatabases { }
|
|
17360
|
+
namespace V2ContainerTemplatesTemplateIdIcon { }
|
|
17445
17361
|
namespace V2ActionsValidateContainerRegistryUri { }
|
|
17446
17362
|
namespace V2RegistriesRegistryIdActionsValidateCredentials { }
|
|
17447
17363
|
namespace V2ContractsContractIdItemsContractItemIdNextTerminationDates { }
|
|
@@ -24541,6 +24457,45 @@ export declare namespace MittwaldAPIV2 {
|
|
|
24541
24457
|
}
|
|
24542
24458
|
}
|
|
24543
24459
|
}
|
|
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
|
+
}
|
|
24544
24499
|
namespace V2MailAddressesMailAddressIdBackups {
|
|
24545
24500
|
namespace Get {
|
|
24546
24501
|
namespace Parameters {
|
|
@@ -24678,6 +24633,36 @@ export declare namespace MittwaldAPIV2 {
|
|
|
24678
24633
|
}
|
|
24679
24634
|
}
|
|
24680
24635
|
}
|
|
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
|
+
}
|
|
24681
24666
|
namespace V2ProjectsProjectIdMailsettings { }
|
|
24682
24667
|
namespace V2ProjectsProjectIdMailSettings {
|
|
24683
24668
|
namespace Get {
|
|
@@ -24705,7 +24690,68 @@ export declare namespace MittwaldAPIV2 {
|
|
|
24705
24690
|
}
|
|
24706
24691
|
}
|
|
24707
24692
|
}
|
|
24708
|
-
namespace $403 {
|
|
24693
|
+
namespace $403 {
|
|
24694
|
+
namespace Content {
|
|
24695
|
+
interface ApplicationJson {
|
|
24696
|
+
[k: string]: unknown;
|
|
24697
|
+
}
|
|
24698
|
+
}
|
|
24699
|
+
}
|
|
24700
|
+
namespace $404 {
|
|
24701
|
+
namespace Content {
|
|
24702
|
+
interface ApplicationJson {
|
|
24703
|
+
[k: string]: unknown;
|
|
24704
|
+
}
|
|
24705
|
+
}
|
|
24706
|
+
}
|
|
24707
|
+
namespace $429 {
|
|
24708
|
+
namespace Content {
|
|
24709
|
+
interface ApplicationJson {
|
|
24710
|
+
[k: string]: unknown;
|
|
24711
|
+
}
|
|
24712
|
+
}
|
|
24713
|
+
}
|
|
24714
|
+
namespace $500 {
|
|
24715
|
+
namespace Content {
|
|
24716
|
+
interface ApplicationJson {
|
|
24717
|
+
[k: string]: unknown;
|
|
24718
|
+
}
|
|
24719
|
+
}
|
|
24720
|
+
}
|
|
24721
|
+
namespace $503 {
|
|
24722
|
+
namespace Content {
|
|
24723
|
+
interface ApplicationJson {
|
|
24724
|
+
[k: string]: unknown;
|
|
24725
|
+
}
|
|
24726
|
+
}
|
|
24727
|
+
}
|
|
24728
|
+
namespace Default {
|
|
24729
|
+
namespace Content {
|
|
24730
|
+
interface ApplicationJson {
|
|
24731
|
+
[k: string]: unknown;
|
|
24732
|
+
}
|
|
24733
|
+
}
|
|
24734
|
+
}
|
|
24735
|
+
}
|
|
24736
|
+
}
|
|
24737
|
+
}
|
|
24738
|
+
namespace V2MailAddressesMailAddressIdBackupsBackupIdRecovery {
|
|
24739
|
+
namespace Post {
|
|
24740
|
+
namespace Parameters {
|
|
24741
|
+
type Path = {
|
|
24742
|
+
mailAddressId: string;
|
|
24743
|
+
backupId: string;
|
|
24744
|
+
};
|
|
24745
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
24746
|
+
type Query = {};
|
|
24747
|
+
}
|
|
24748
|
+
namespace Responses {
|
|
24749
|
+
namespace $204 {
|
|
24750
|
+
namespace Content {
|
|
24751
|
+
type Empty = unknown;
|
|
24752
|
+
}
|
|
24753
|
+
}
|
|
24754
|
+
namespace $400 {
|
|
24709
24755
|
namespace Content {
|
|
24710
24756
|
interface ApplicationJson {
|
|
24711
24757
|
[k: string]: unknown;
|
|
@@ -24726,20 +24772,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
24726
24772
|
}
|
|
24727
24773
|
}
|
|
24728
24774
|
}
|
|
24729
|
-
namespace $500 {
|
|
24730
|
-
namespace Content {
|
|
24731
|
-
interface ApplicationJson {
|
|
24732
|
-
[k: string]: unknown;
|
|
24733
|
-
}
|
|
24734
|
-
}
|
|
24735
|
-
}
|
|
24736
|
-
namespace $503 {
|
|
24737
|
-
namespace Content {
|
|
24738
|
-
interface ApplicationJson {
|
|
24739
|
-
[k: string]: unknown;
|
|
24740
|
-
}
|
|
24741
|
-
}
|
|
24742
|
-
}
|
|
24743
24775
|
namespace Default {
|
|
24744
24776
|
namespace Content {
|
|
24745
24777
|
interface ApplicationJson {
|
|
@@ -24750,13 +24782,15 @@ export declare namespace MittwaldAPIV2 {
|
|
|
24750
24782
|
}
|
|
24751
24783
|
}
|
|
24752
24784
|
}
|
|
24753
|
-
namespace
|
|
24785
|
+
namespace V2MailAddressesMailAddressIdActionsRequestRateLimitChange {
|
|
24754
24786
|
namespace Post {
|
|
24755
24787
|
namespace Parameters {
|
|
24756
24788
|
type Path = {
|
|
24757
24789
|
mailAddressId: string;
|
|
24758
|
-
backupId: string;
|
|
24759
24790
|
};
|
|
24791
|
+
interface RequestBody {
|
|
24792
|
+
rateLimitId: string;
|
|
24793
|
+
}
|
|
24760
24794
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
24761
24795
|
type Query = {};
|
|
24762
24796
|
}
|
|
@@ -24773,6 +24807,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
24773
24807
|
}
|
|
24774
24808
|
}
|
|
24775
24809
|
}
|
|
24810
|
+
namespace $403 {
|
|
24811
|
+
namespace Content {
|
|
24812
|
+
interface ApplicationJson {
|
|
24813
|
+
[k: string]: unknown;
|
|
24814
|
+
}
|
|
24815
|
+
}
|
|
24816
|
+
}
|
|
24776
24817
|
namespace $404 {
|
|
24777
24818
|
namespace Content {
|
|
24778
24819
|
interface ApplicationJson {
|
|
@@ -24787,6 +24828,20 @@ export declare namespace MittwaldAPIV2 {
|
|
|
24787
24828
|
}
|
|
24788
24829
|
}
|
|
24789
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
|
+
}
|
|
24790
24845
|
namespace Default {
|
|
24791
24846
|
namespace Content {
|
|
24792
24847
|
interface ApplicationJson {
|
|
@@ -31510,217 +31565,5 @@ export declare namespace MittwaldAPIV2 {
|
|
|
31510
31565
|
}
|
|
31511
31566
|
}
|
|
31512
31567
|
}
|
|
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 { }
|
|
31725
31568
|
}
|
|
31726
31569
|
}
|