@mittwald/api-client 4.421.0 → 4.422.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.
@@ -302,6 +302,10 @@ export declare namespace MittwaldAPIV3Next {
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>;
@@ -1294,6 +1298,10 @@ export declare namespace MittwaldAPIV3Next {
1294
1298
  type RequestData = InferredRequestData<typeof descriptors.mailDisableMailArchive>;
1295
1299
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailDisableMailArchive, TStatus>;
1296
1300
  }
1301
+ namespace MailGetMailRateLimit {
1302
+ type RequestData = InferredRequestData<typeof descriptors.mailGetMailRateLimit>;
1303
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailGetMailRateLimit, TStatus>;
1304
+ }
1297
1305
  namespace MailListBackupsForMailAddress {
1298
1306
  type RequestData = InferredRequestData<typeof descriptors.mailListBackupsForMailAddress>;
1299
1307
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListBackupsForMailAddress, TStatus>;
@@ -1302,6 +1310,10 @@ export declare namespace MittwaldAPIV3Next {
1302
1310
  type RequestData = InferredRequestData<typeof descriptors.mailListMailAddressesForUser>;
1303
1311
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListMailAddressesForUser, TStatus>;
1304
1312
  }
1313
+ namespace MailListMailRateLimits {
1314
+ type RequestData = InferredRequestData<typeof descriptors.mailListMailRateLimits>;
1315
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListMailRateLimits, TStatus>;
1316
+ }
1305
1317
  namespace MailListProjectMailSettings {
1306
1318
  type RequestData = InferredRequestData<typeof descriptors.mailListProjectMailSettings>;
1307
1319
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListProjectMailSettings, TStatus>;
@@ -1310,6 +1322,10 @@ export declare namespace MittwaldAPIV3Next {
1310
1322
  type RequestData = InferredRequestData<typeof descriptors.mailRecoverMailAddressEmails>;
1311
1323
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailRecoverMailAddressEmails, TStatus>;
1312
1324
  }
1325
+ namespace MailRequestMailAddressRateLimitChange {
1326
+ type RequestData = InferredRequestData<typeof descriptors.mailRequestMailAddressRateLimitChange>;
1327
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailRequestMailAddressRateLimitChange, TStatus>;
1328
+ }
1313
1329
  namespace MailUpdateDeliveryBoxDescription {
1314
1330
  type RequestData = InferredRequestData<typeof descriptors.mailUpdateDeliveryBoxDescription>;
1315
1331
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateDeliveryBoxDescription, TStatus>;
@@ -1870,22 +1886,6 @@ export declare namespace MittwaldAPIV3Next {
1870
1886
  type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
1871
1887
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
1872
1888
  }
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
- }
1889
1889
  }
1890
1890
  namespace Components {
1891
1891
  namespace Schemas {
@@ -2927,6 +2927,15 @@ export declare namespace MittwaldAPIV3Next {
2927
2927
  version: string;
2928
2928
  website?: string;
2929
2929
  }
2930
+ interface DeMittwaldContainerTemplateStatsListResponse {
2931
+ category?: string;
2932
+ templates?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsResponse[];
2933
+ }
2934
+ interface DeMittwaldContainerTemplateStatsResponse {
2935
+ id: string;
2936
+ installations: number;
2937
+ installations30Days: number;
2938
+ }
2930
2939
  interface DeMittwaldContainerTemplateTranslatedString {
2931
2940
  de: string;
2932
2941
  en: string;
@@ -4020,6 +4029,19 @@ export declare namespace MittwaldAPIV3Next {
4020
4029
  ownerContactIssues: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainmigrationOwnerContactIssue[];
4021
4030
  warnings?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainmigrationDomainMigrationWarning[];
4022
4031
  }
4032
+ /**
4033
+ * 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.
4034
+ */
4035
+ interface DeMittwaldDomainmigrationOwnerContactIssue {
4036
+ /**
4037
+ * The affected owner contact field, e.g. street, name, zip.
4038
+ */
4039
+ field: string;
4040
+ /**
4041
+ * Stable title of the violated contact-schema rule - a translation key for consumers. Absent for the general character validation, which has no such rule title (hence optional).
4042
+ */
4043
+ schemaTitle?: string;
4044
+ }
4023
4045
  interface DeMittwaldDomainmigrationSubdomain {
4024
4046
  dnsRecords: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainmigrationDNSRecord[];
4025
4047
  hostname: string;
@@ -5316,6 +5338,10 @@ export declare namespace MittwaldAPIV3Next {
5316
5338
  keepDays: number;
5317
5339
  relocateSensitivity?: number;
5318
5340
  }
5341
+ interface DeMittwaldMailsystemRateLimit {
5342
+ id: string;
5343
+ rateLimit: number;
5344
+ }
5319
5345
  interface DeMittwaldMarketplaceContractPartner {
5320
5346
  contractPartner: {
5321
5347
  address: MittwaldAPIV3Next.Components.Schemas.DeMittwaldCommonsAddress;
@@ -5931,6 +5957,57 @@ export declare namespace MittwaldAPIV3Next {
5931
5957
  template: MittwaldAPIV3Next.Components.Schemas.DeMittwaldArticleArticleTemplate;
5932
5958
  }
5933
5959
  type DeMittwaldPolicyPolicy = string;
5960
+ interface DeMittwaldActivitylogAppInstallationDatabaseLinked {
5961
+ changes: {
5962
+ after: {
5963
+ database: {};
5964
+ };
5965
+ before: {
5966
+ database: {} | null;
5967
+ };
5968
+ };
5969
+ name: "app.database-linked";
5970
+ parameters: {
5971
+ appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
5972
+ database: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
5973
+ };
5974
+ }
5975
+ interface DeMittwaldActivitylogAppInstallationDatabaseUnlinked {
5976
+ changes: {
5977
+ after: {
5978
+ database: {} | null;
5979
+ };
5980
+ before: {
5981
+ database: {};
5982
+ };
5983
+ };
5984
+ name: "app.database-unlinked";
5985
+ parameters: {
5986
+ appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
5987
+ database: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
5988
+ };
5989
+ }
5990
+ interface DeMittwaldActivitylogAppInstallationDeleted {
5991
+ changes: {};
5992
+ name: "app.deleted";
5993
+ parameters: {
5994
+ appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
5995
+ };
5996
+ }
5997
+ interface DeMittwaldActivitylogAppInstallationDescriptionSet {
5998
+ changes: {
5999
+ after?: {
6000
+ description: string;
6001
+ };
6002
+ before?: {
6003
+ description: string | null;
6004
+ };
6005
+ };
6006
+ name: "app.description-set";
6007
+ parameters: {
6008
+ appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6009
+ };
6010
+ }
5934
6011
  interface DeMittwaldActivitylogAppInstallationCopyRequested {
5935
6012
  name: "app.copy-requested";
5936
6013
  parameters: {
@@ -6090,6 +6167,18 @@ export declare namespace MittwaldAPIV3Next {
6090
6167
  name: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6091
6168
  };
6092
6169
  }
6170
+ interface DeMittwaldActivitylogDnsARecordSetManaged {
6171
+ changes: {
6172
+ after?: {
6173
+ aRecords: string;
6174
+ };
6175
+ before?: {};
6176
+ };
6177
+ name: "dns.a-record-set-managed";
6178
+ parameters: {
6179
+ domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6180
+ };
6181
+ }
6093
6182
  interface DeMittwaldActivitylogDnsARecordSet {
6094
6183
  changes: {
6095
6184
  after?: {
@@ -6134,6 +6223,32 @@ export declare namespace MittwaldAPIV3Next {
6134
6223
  domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6135
6224
  };
6136
6225
  }
6226
+ interface DeMittwaldActivitylogDnsDomainDeleted {
6227
+ changes: {};
6228
+ name: "dns.domain-deleted";
6229
+ parameters: {
6230
+ domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6231
+ };
6232
+ }
6233
+ interface DeMittwaldActivitylogDnsIngressDeleted {
6234
+ changes: {};
6235
+ name: "dns.ingress-deleted";
6236
+ parameters: {
6237
+ domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6238
+ };
6239
+ }
6240
+ interface DeMittwaldActivitylogDnsMxRecordSetManaged {
6241
+ changes: {
6242
+ after?: {
6243
+ mx: string;
6244
+ };
6245
+ before?: {};
6246
+ };
6247
+ name: "dns.mx-record-set-managed";
6248
+ parameters: {
6249
+ domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6250
+ };
6251
+ }
6137
6252
  interface DeMittwaldActivitylogDnsMxRecordSet {
6138
6253
  changes: {
6139
6254
  after?: {
@@ -6890,121 +7005,6 @@ export declare namespace MittwaldAPIV3Next {
6890
7005
  }
6891
7006
  type DeMittwaldVerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
6892
7007
  type DeMittwaldContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
6893
- interface DeMittwaldActivitylogDnsARecordSetManaged {
6894
- changes: {
6895
- after?: {
6896
- aRecords: string;
6897
- };
6898
- before?: {};
6899
- };
6900
- name: "dns.a-record-set-managed";
6901
- parameters: {
6902
- domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6903
- };
6904
- }
6905
- interface DeMittwaldActivitylogDnsDomainDeleted {
6906
- changes: {};
6907
- name: "dns.domain-deleted";
6908
- parameters: {
6909
- domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6910
- };
6911
- }
6912
- interface DeMittwaldActivitylogDnsIngressDeleted {
6913
- changes: {};
6914
- name: "dns.ingress-deleted";
6915
- parameters: {
6916
- domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6917
- };
6918
- }
6919
- interface DeMittwaldActivitylogDnsMxRecordSetManaged {
6920
- changes: {
6921
- after?: {
6922
- mx: string;
6923
- };
6924
- before?: {};
6925
- };
6926
- name: "dns.mx-record-set-managed";
6927
- parameters: {
6928
- domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6929
- };
6930
- }
6931
- interface DeMittwaldContainerTemplateStatsListResponse {
6932
- category?: string;
6933
- templates?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsResponse[];
6934
- }
6935
- interface DeMittwaldContainerTemplateStatsResponse {
6936
- id: string;
6937
- installations: number;
6938
- installations30Days: number;
6939
- }
6940
- interface DeMittwaldMailsystemRateLimit {
6941
- id: string;
6942
- rateLimit: number;
6943
- }
6944
- interface DeMittwaldActivitylogAppInstallationDatabaseLinked {
6945
- changes: {
6946
- after: {
6947
- database: {};
6948
- };
6949
- before: {
6950
- database: {} | null;
6951
- };
6952
- };
6953
- name: "app.database-linked";
6954
- parameters: {
6955
- appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6956
- database: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6957
- };
6958
- }
6959
- interface DeMittwaldActivitylogAppInstallationDatabaseUnlinked {
6960
- changes: {
6961
- after: {
6962
- database: {} | null;
6963
- };
6964
- before: {
6965
- database: {};
6966
- };
6967
- };
6968
- name: "app.database-unlinked";
6969
- parameters: {
6970
- appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6971
- database: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6972
- };
6973
- }
6974
- interface DeMittwaldActivitylogAppInstallationDeleted {
6975
- changes: {};
6976
- name: "app.deleted";
6977
- parameters: {
6978
- appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6979
- };
6980
- }
6981
- interface DeMittwaldActivitylogAppInstallationDescriptionSet {
6982
- changes: {
6983
- after?: {
6984
- description: string;
6985
- };
6986
- before?: {
6987
- description: string | null;
6988
- };
6989
- };
6990
- name: "app.description-set";
6991
- parameters: {
6992
- appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6993
- };
6994
- }
6995
- /**
6996
- * One invalid owner contact field behind an ownerContactInvalid issue. A consumer can show a generic 'owner contact invalid' message and append a field-/rule-specific hint via translation.
6997
- */
6998
- interface DeMittwaldDomainmigrationOwnerContactIssue {
6999
- /**
7000
- * The affected owner contact field, e.g. street, name, zip.
7001
- */
7002
- field: string;
7003
- /**
7004
- * Stable title of the violated contact-schema rule - a translation key for consumers. Absent for the general character validation, which has no such rule title (hence optional).
7005
- */
7006
- schemaTitle?: string;
7007
- }
7008
7008
  interface DeMittwaldCommonsAddress {
7009
7009
  street: string;
7010
7010
  houseNumber: string;
@@ -11194,6 +11194,77 @@ export declare namespace MittwaldAPIV3Next {
11194
11194
  }
11195
11195
  }
11196
11196
  }
11197
+ namespace V3NextContainerTemplatesTemplateIdAssetsAssetPath {
11198
+ namespace Get {
11199
+ namespace Parameters {
11200
+ type Path = {
11201
+ templateId: string;
11202
+ assetPath: string;
11203
+ };
11204
+ type Header = {};
11205
+ type Query = {};
11206
+ }
11207
+ namespace Responses {
11208
+ namespace $200 {
11209
+ namespace Content {
11210
+ type ImageJpeg = string;
11211
+ type ImagePng = string;
11212
+ type ImageSvgXml = string;
11213
+ type ImageWebp = string;
11214
+ }
11215
+ }
11216
+ namespace $400 {
11217
+ namespace Content {
11218
+ interface ApplicationJson {
11219
+ [k: string]: unknown;
11220
+ }
11221
+ }
11222
+ }
11223
+ namespace $403 {
11224
+ namespace Content {
11225
+ interface ApplicationJson {
11226
+ [k: string]: unknown;
11227
+ }
11228
+ }
11229
+ }
11230
+ namespace $404 {
11231
+ namespace Content {
11232
+ interface ApplicationJson {
11233
+ [k: string]: unknown;
11234
+ }
11235
+ }
11236
+ }
11237
+ namespace $429 {
11238
+ namespace Content {
11239
+ interface ApplicationJson {
11240
+ [k: string]: unknown;
11241
+ }
11242
+ }
11243
+ }
11244
+ namespace $500 {
11245
+ namespace Content {
11246
+ interface ApplicationJson {
11247
+ [k: string]: unknown;
11248
+ }
11249
+ }
11250
+ }
11251
+ namespace $503 {
11252
+ namespace Content {
11253
+ interface ApplicationJson {
11254
+ [k: string]: unknown;
11255
+ }
11256
+ }
11257
+ }
11258
+ namespace Default {
11259
+ namespace Content {
11260
+ interface ApplicationJson {
11261
+ [k: string]: unknown;
11262
+ }
11263
+ }
11264
+ }
11265
+ }
11266
+ }
11267
+ }
11197
11268
  namespace V3NextContainerTemplatesTemplateId {
11198
11269
  namespace Get {
11199
11270
  namespace Parameters {
@@ -11431,6 +11502,7 @@ export declare namespace MittwaldAPIV3Next {
11431
11502
  }
11432
11503
  }
11433
11504
  }
11505
+ namespace V3NextContainerTemplateStatistics { }
11434
11506
  namespace V3NextContainerTemplates {
11435
11507
  namespace Get {
11436
11508
  namespace Parameters {
@@ -17167,10 +17239,16 @@ export declare namespace MittwaldAPIV3Next {
17167
17239
  }
17168
17240
  namespace V3NextAppInstallationsAppInstallationIdActionsAction { }
17169
17241
  namespace V3NextAppinstallationsAppInstallationIdDatabases { }
17242
+ namespace V3NextContainerTemplatesTemplateIdIcon { }
17170
17243
  namespace V3NextActionsValidateContainerRegistryUri { }
17171
17244
  namespace V3NextRegistriesRegistryIdActionsValidateCredentials { }
17172
17245
  namespace V3NextContractsContractIdItemsContractItemIdNextTerminationDates { }
17173
17246
  namespace V3NextCustomersCustomerIdActionsLeave { }
17247
+ namespace V3NextMysqlDatabasesMysqlDatabaseIdDefaultCharset { }
17248
+ namespace V3NextMysqlDatabasesMysqlDatabaseIdDescription { }
17249
+ namespace V3NextMysqlUsersMysqlUserIdPassword { }
17250
+ namespace V3NextRedisDatabasesRedisDatabaseIdConfiguration { }
17251
+ namespace V3NextRedisDatabasesRedisDatabaseIdDescription { }
17174
17252
  namespace V3NextDnsZonesZoneIdRecordsetAcombinedCustom { }
17175
17253
  namespace V3NextDnsZonesZoneIdRecordsetAcombinedManagedIngress { }
17176
17254
  namespace V3NextDnsZonesZoneIdRecordsetCname { }
@@ -24224,6 +24302,45 @@ export declare namespace MittwaldAPIV3Next {
24224
24302
  }
24225
24303
  }
24226
24304
  }
24305
+ namespace V3NextMailRateLimitsMailRateLimitId {
24306
+ namespace Get {
24307
+ namespace Parameters {
24308
+ type Path = {
24309
+ mailRateLimitId: string;
24310
+ };
24311
+ type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
24312
+ type Query = {};
24313
+ }
24314
+ namespace Responses {
24315
+ namespace $200 {
24316
+ namespace Content {
24317
+ type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailsystemRateLimit;
24318
+ }
24319
+ }
24320
+ namespace $404 {
24321
+ namespace Content {
24322
+ interface ApplicationJson {
24323
+ [k: string]: unknown;
24324
+ }
24325
+ }
24326
+ }
24327
+ namespace $429 {
24328
+ namespace Content {
24329
+ interface ApplicationJson {
24330
+ [k: string]: unknown;
24331
+ }
24332
+ }
24333
+ }
24334
+ namespace Default {
24335
+ namespace Content {
24336
+ interface ApplicationJson {
24337
+ [k: string]: unknown;
24338
+ }
24339
+ }
24340
+ }
24341
+ }
24342
+ }
24343
+ }
24227
24344
  namespace V3NextMailAddressesMailAddressIdBackups {
24228
24345
  namespace Get {
24229
24346
  namespace Parameters {
@@ -24361,6 +24478,36 @@ export declare namespace MittwaldAPIV3Next {
24361
24478
  }
24362
24479
  }
24363
24480
  }
24481
+ namespace V3NextMailRateLimits {
24482
+ namespace Get {
24483
+ namespace Parameters {
24484
+ type Path = {};
24485
+ type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
24486
+ type Query = {};
24487
+ }
24488
+ namespace Responses {
24489
+ namespace $200 {
24490
+ namespace Content {
24491
+ type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailsystemRateLimit[];
24492
+ }
24493
+ }
24494
+ namespace $429 {
24495
+ namespace Content {
24496
+ interface ApplicationJson {
24497
+ [k: string]: unknown;
24498
+ }
24499
+ }
24500
+ }
24501
+ namespace Default {
24502
+ namespace Content {
24503
+ interface ApplicationJson {
24504
+ [k: string]: unknown;
24505
+ }
24506
+ }
24507
+ }
24508
+ }
24509
+ }
24510
+ }
24364
24511
  namespace V3NextProjectsProjectIdMailSettings {
24365
24512
  namespace Get {
24366
24513
  namespace Parameters {
@@ -24387,7 +24534,68 @@ export declare namespace MittwaldAPIV3Next {
24387
24534
  }
24388
24535
  }
24389
24536
  }
24390
- namespace $403 {
24537
+ namespace $403 {
24538
+ namespace Content {
24539
+ interface ApplicationJson {
24540
+ [k: string]: unknown;
24541
+ }
24542
+ }
24543
+ }
24544
+ namespace $404 {
24545
+ namespace Content {
24546
+ interface ApplicationJson {
24547
+ [k: string]: unknown;
24548
+ }
24549
+ }
24550
+ }
24551
+ namespace $429 {
24552
+ namespace Content {
24553
+ interface ApplicationJson {
24554
+ [k: string]: unknown;
24555
+ }
24556
+ }
24557
+ }
24558
+ namespace $500 {
24559
+ namespace Content {
24560
+ interface ApplicationJson {
24561
+ [k: string]: unknown;
24562
+ }
24563
+ }
24564
+ }
24565
+ namespace $503 {
24566
+ namespace Content {
24567
+ interface ApplicationJson {
24568
+ [k: string]: unknown;
24569
+ }
24570
+ }
24571
+ }
24572
+ namespace Default {
24573
+ namespace Content {
24574
+ interface ApplicationJson {
24575
+ [k: string]: unknown;
24576
+ }
24577
+ }
24578
+ }
24579
+ }
24580
+ }
24581
+ }
24582
+ namespace V3NextMailAddressesMailAddressIdBackupsBackupIdRecovery {
24583
+ namespace Post {
24584
+ namespace Parameters {
24585
+ type Path = {
24586
+ mailAddressId: string;
24587
+ backupId: string;
24588
+ };
24589
+ type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
24590
+ type Query = {};
24591
+ }
24592
+ namespace Responses {
24593
+ namespace $204 {
24594
+ namespace Content {
24595
+ type Empty = unknown;
24596
+ }
24597
+ }
24598
+ namespace $400 {
24391
24599
  namespace Content {
24392
24600
  interface ApplicationJson {
24393
24601
  [k: string]: unknown;
@@ -24408,20 +24616,6 @@ export declare namespace MittwaldAPIV3Next {
24408
24616
  }
24409
24617
  }
24410
24618
  }
24411
- namespace $500 {
24412
- namespace Content {
24413
- interface ApplicationJson {
24414
- [k: string]: unknown;
24415
- }
24416
- }
24417
- }
24418
- namespace $503 {
24419
- namespace Content {
24420
- interface ApplicationJson {
24421
- [k: string]: unknown;
24422
- }
24423
- }
24424
- }
24425
24619
  namespace Default {
24426
24620
  namespace Content {
24427
24621
  interface ApplicationJson {
@@ -24432,13 +24626,15 @@ export declare namespace MittwaldAPIV3Next {
24432
24626
  }
24433
24627
  }
24434
24628
  }
24435
- namespace V3NextMailAddressesMailAddressIdBackupsBackupIdRecovery {
24629
+ namespace V3NextMailAddressesMailAddressIdActionsRequestRateLimitChange {
24436
24630
  namespace Post {
24437
24631
  namespace Parameters {
24438
24632
  type Path = {
24439
24633
  mailAddressId: string;
24440
- backupId: string;
24441
24634
  };
24635
+ interface RequestBody {
24636
+ rateLimitId: string;
24637
+ }
24442
24638
  type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
24443
24639
  type Query = {};
24444
24640
  }
@@ -24455,6 +24651,13 @@ export declare namespace MittwaldAPIV3Next {
24455
24651
  }
24456
24652
  }
24457
24653
  }
24654
+ namespace $403 {
24655
+ namespace Content {
24656
+ interface ApplicationJson {
24657
+ [k: string]: unknown;
24658
+ }
24659
+ }
24660
+ }
24458
24661
  namespace $404 {
24459
24662
  namespace Content {
24460
24663
  interface ApplicationJson {
@@ -24469,6 +24672,20 @@ export declare namespace MittwaldAPIV3Next {
24469
24672
  }
24470
24673
  }
24471
24674
  }
24675
+ namespace $500 {
24676
+ namespace Content {
24677
+ interface ApplicationJson {
24678
+ [k: string]: unknown;
24679
+ }
24680
+ }
24681
+ }
24682
+ namespace $503 {
24683
+ namespace Content {
24684
+ interface ApplicationJson {
24685
+ [k: string]: unknown;
24686
+ }
24687
+ }
24688
+ }
24472
24689
  namespace Default {
24473
24690
  namespace Content {
24474
24691
  interface ApplicationJson {
@@ -31170,217 +31387,5 @@ export declare namespace MittwaldAPIV3Next {
31170
31387
  }
31171
31388
  }
31172
31389
  }
31173
- namespace V3NextContainerTemplateStatistics { }
31174
- namespace V3NextMailRateLimitsMailRateLimitId {
31175
- namespace Get {
31176
- namespace Parameters {
31177
- type Path = {
31178
- mailRateLimitId: string;
31179
- };
31180
- type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
31181
- type Query = {};
31182
- }
31183
- namespace Responses {
31184
- namespace $200 {
31185
- namespace Content {
31186
- type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailsystemRateLimit;
31187
- }
31188
- }
31189
- namespace $404 {
31190
- namespace Content {
31191
- interface ApplicationJson {
31192
- [k: string]: unknown;
31193
- }
31194
- }
31195
- }
31196
- namespace $429 {
31197
- namespace Content {
31198
- interface ApplicationJson {
31199
- [k: string]: unknown;
31200
- }
31201
- }
31202
- }
31203
- namespace Default {
31204
- namespace Content {
31205
- interface ApplicationJson {
31206
- [k: string]: unknown;
31207
- }
31208
- }
31209
- }
31210
- }
31211
- }
31212
- }
31213
- namespace V3NextMailRateLimits {
31214
- namespace Get {
31215
- namespace Parameters {
31216
- type Path = {};
31217
- type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
31218
- type Query = {};
31219
- }
31220
- namespace Responses {
31221
- namespace $200 {
31222
- namespace Content {
31223
- type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailsystemRateLimit[];
31224
- }
31225
- }
31226
- namespace $429 {
31227
- namespace Content {
31228
- interface ApplicationJson {
31229
- [k: string]: unknown;
31230
- }
31231
- }
31232
- }
31233
- namespace Default {
31234
- namespace Content {
31235
- interface ApplicationJson {
31236
- [k: string]: unknown;
31237
- }
31238
- }
31239
- }
31240
- }
31241
- }
31242
- }
31243
- namespace V3NextMailAddressesMailAddressIdActionsRequestRateLimitChange {
31244
- namespace Post {
31245
- namespace Parameters {
31246
- type Path = {
31247
- mailAddressId: string;
31248
- };
31249
- interface RequestBody {
31250
- rateLimitId: string;
31251
- }
31252
- type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
31253
- type Query = {};
31254
- }
31255
- namespace Responses {
31256
- namespace $204 {
31257
- namespace Content {
31258
- type Empty = unknown;
31259
- }
31260
- }
31261
- namespace $400 {
31262
- namespace Content {
31263
- interface ApplicationJson {
31264
- [k: string]: unknown;
31265
- }
31266
- }
31267
- }
31268
- namespace $403 {
31269
- namespace Content {
31270
- interface ApplicationJson {
31271
- [k: string]: unknown;
31272
- }
31273
- }
31274
- }
31275
- namespace $404 {
31276
- namespace Content {
31277
- interface ApplicationJson {
31278
- [k: string]: unknown;
31279
- }
31280
- }
31281
- }
31282
- namespace $429 {
31283
- namespace Content {
31284
- interface ApplicationJson {
31285
- [k: string]: unknown;
31286
- }
31287
- }
31288
- }
31289
- namespace $500 {
31290
- namespace Content {
31291
- interface ApplicationJson {
31292
- [k: string]: unknown;
31293
- }
31294
- }
31295
- }
31296
- namespace $503 {
31297
- namespace Content {
31298
- interface ApplicationJson {
31299
- [k: string]: unknown;
31300
- }
31301
- }
31302
- }
31303
- namespace Default {
31304
- namespace Content {
31305
- interface ApplicationJson {
31306
- [k: string]: unknown;
31307
- }
31308
- }
31309
- }
31310
- }
31311
- }
31312
- }
31313
- namespace V3NextContainerTemplatesTemplateIdAssetsAssetPath {
31314
- namespace Get {
31315
- namespace Parameters {
31316
- type Path = {
31317
- templateId: string;
31318
- assetPath: string;
31319
- };
31320
- type Header = {};
31321
- type Query = {};
31322
- }
31323
- namespace Responses {
31324
- namespace $200 {
31325
- namespace Content {
31326
- type ImageJpeg = string;
31327
- type ImagePng = string;
31328
- type ImageSvgXml = string;
31329
- type ImageWebp = string;
31330
- }
31331
- }
31332
- namespace $400 {
31333
- namespace Content {
31334
- interface ApplicationJson {
31335
- [k: string]: unknown;
31336
- }
31337
- }
31338
- }
31339
- namespace $403 {
31340
- namespace Content {
31341
- interface ApplicationJson {
31342
- [k: string]: unknown;
31343
- }
31344
- }
31345
- }
31346
- namespace $404 {
31347
- namespace Content {
31348
- interface ApplicationJson {
31349
- [k: string]: unknown;
31350
- }
31351
- }
31352
- }
31353
- namespace $429 {
31354
- namespace Content {
31355
- interface ApplicationJson {
31356
- [k: string]: unknown;
31357
- }
31358
- }
31359
- }
31360
- namespace $500 {
31361
- namespace Content {
31362
- interface ApplicationJson {
31363
- [k: string]: unknown;
31364
- }
31365
- }
31366
- }
31367
- namespace $503 {
31368
- namespace Content {
31369
- interface ApplicationJson {
31370
- [k: string]: unknown;
31371
- }
31372
- }
31373
- }
31374
- namespace Default {
31375
- namespace Content {
31376
- interface ApplicationJson {
31377
- [k: string]: unknown;
31378
- }
31379
- }
31380
- }
31381
- }
31382
- }
31383
- }
31384
- namespace V3NextContainerTemplatesTemplateIdIcon { }
31385
31390
  }
31386
31391
  }