@mittwald/api-client 4.413.0 → 4.415.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,10 +302,6 @@ 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 ContainerGetTemplateIcon {
306
- type RequestData = InferredRequestData<typeof descriptors.containerGetTemplateIcon>;
307
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetTemplateIcon, 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>;
@@ -1894,10 +1890,6 @@ export declare namespace MittwaldAPIV3Next {
1894
1890
  type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
1895
1891
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
1896
1892
  }
1897
- namespace ContainerListTemplateStatistics {
1898
- type RequestData = InferredRequestData<typeof descriptors.containerListTemplateStatistics>;
1899
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListTemplateStatistics, TStatus>;
1900
- }
1901
1893
  namespace MailGetMailRateLimit {
1902
1894
  type RequestData = InferredRequestData<typeof descriptors.mailGetMailRateLimit>;
1903
1895
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailGetMailRateLimit, TStatus>;
@@ -1910,6 +1902,10 @@ export declare namespace MittwaldAPIV3Next {
1910
1902
  type RequestData = InferredRequestData<typeof descriptors.mailRequestMailAddressRateLimitChange>;
1911
1903
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailRequestMailAddressRateLimitChange, TStatus>;
1912
1904
  }
1905
+ namespace ContainerGetTemplateAsset {
1906
+ type RequestData = InferredRequestData<typeof descriptors.containerGetTemplateAsset>;
1907
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetTemplateAsset, TStatus>;
1908
+ }
1913
1909
  }
1914
1910
  namespace Components {
1915
1911
  namespace Schemas {
@@ -2930,6 +2926,11 @@ export declare namespace MittwaldAPIV3Next {
2930
2926
  manifestVersion: string;
2931
2927
  name: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
2932
2928
  repository?: string;
2929
+ screenshots?: {
2930
+ bg: string;
2931
+ screenshot: string;
2932
+ text: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
2933
+ }[];
2933
2934
  supportLink?: string;
2934
2935
  tagline: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
2935
2936
  userInputs?: {
@@ -3992,8 +3993,9 @@ export declare namespace MittwaldAPIV3Next {
3992
3993
  * * `insufficientState`: the COAB data is incomplete (e.g. missing registrar, price or owner) or the domain is still reserved at the registry.
3993
3994
  * * `contractDateOutOfRange`: the COAB contract's next-period date is in the past or more than two years in the future.
3994
3995
  * * `invalidDomainName`: the COAB domain name does not match the `idn-naked-domain` format we accept.
3996
+ * * `ownerContactInvalid`: the domain's owner contact data (Inhaberdaten) failed validation at the registry/domain-service (invalid characters, or a TLD-specific contact-schema rule such as no consecutive whitespaces), so the migration is rejected. `ownerContactIssues` on the domain carries the affected field(s)/rule(s).
3995
3997
  */
3996
- type DeMittwaldDomainmigrationDomainNotMigratableReason = "needEpp" | "tldNotSupported" | "tldNotMigratable" | "premiumDomain" | "registrarNotSupported" | "notOrderable" | "insufficientState" | "contractDateOutOfRange" | "invalidDomainName";
3998
+ type DeMittwaldDomainmigrationDomainNotMigratableReason = "needEpp" | "tldNotSupported" | "tldNotMigratable" | "premiumDomain" | "registrarNotSupported" | "notOrderable" | "insufficientState" | "contractDateOutOfRange" | "invalidDomainName" | "ownerContactInvalid";
3997
3999
  /**
3998
4000
  * A non-migratable-domain failure: one selected domain cannot be migrated. type is always domainNotMigratable, path is the affected domain, and context.reason carries the typed reason code.
3999
4001
  */
@@ -4035,6 +4037,7 @@ export declare namespace MittwaldAPIV3Next {
4035
4037
  hostname: string;
4036
4038
  issues: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainmigrationDomainNotMigratableReason[];
4037
4039
  migratable: false;
4040
+ ownerContactIssues: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainmigrationOwnerContactIssue[];
4038
4041
  warnings?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainmigrationDomainMigrationWarning[];
4039
4042
  }
4040
4043
  interface DeMittwaldDomainmigrationSubdomain {
@@ -6047,21 +6050,6 @@ export declare namespace MittwaldAPIV3Next {
6047
6050
  name: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6048
6051
  };
6049
6052
  }
6050
- interface DeMittwaldActivitylogDatabaseMysqlNameSet {
6051
- changes: {
6052
- after?: {
6053
- name: string;
6054
- };
6055
- before?: {
6056
- name: string | null;
6057
- };
6058
- };
6059
- name: "database.mysql-name-set";
6060
- parameters: {
6061
- description: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6062
- name: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogLinkedParameterProperty;
6063
- };
6064
- }
6065
6053
  interface DeMittwaldActivitylogDatabaseMysqlUserCreated {
6066
6054
  changes: {
6067
6055
  after?: {
@@ -6120,31 +6108,15 @@ export declare namespace MittwaldAPIV3Next {
6120
6108
  name: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6121
6109
  };
6122
6110
  }
6123
- interface DeMittwaldActivitylogDatabaseVersionSet {
6124
- changes: {
6125
- after?: {
6126
- version: string;
6127
- };
6128
- before?: {
6129
- version: string;
6130
- };
6131
- };
6132
- name: "database.mysql-version-set" | "database.redis-version-set";
6133
- parameters: {
6134
- description: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6135
- name: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6136
- version: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6137
- };
6138
- }
6139
6111
  interface DeMittwaldActivitylogDnsARecordSet {
6140
6112
  changes: {
6141
6113
  after?: {
6142
- aRecords: string[];
6143
- aaaaRecords: string[];
6114
+ aRecords?: string[];
6115
+ aaaaRecords?: string[];
6144
6116
  };
6145
6117
  before?: {
6146
- aRecords: string[];
6147
- aaaaRecords: string[];
6118
+ aRecords?: string[];
6119
+ aaaaRecords?: string[];
6148
6120
  };
6149
6121
  };
6150
6122
  name: "dns.a-record-set";
@@ -6318,7 +6290,7 @@ export declare namespace MittwaldAPIV3Next {
6318
6290
  name: string;
6319
6291
  }
6320
6292
  interface DeMittwaldActivitylogLogEntry {
6321
- action: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsDomainDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsIngressDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsZoneCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsZoneDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsCnameRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsSrvRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsCaaRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsTxtRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsARecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsARecordSetManaged | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsMxRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsMxRecordSetManaged | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseDescriptionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseVersionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlNameSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationRequested | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationCopyRequested | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationAppVersionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDesiredSystemSoftwareDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogGenericAction;
6293
+ action: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsDomainDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsIngressDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsZoneCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsZoneDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsCnameRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsSrvRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsCaaRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsTxtRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsARecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsARecordSetManaged | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsMxRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsMxRecordSetManaged | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseDescriptionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationRequested | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationCopyRequested | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDescriptionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDatabaseLinked | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDatabaseUnlinked | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationAppVersionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDesiredSystemSoftwareDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogGenericAction;
6322
6294
  aggregate: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAggregateReference;
6323
6295
  dateTime: string;
6324
6296
  /**
@@ -6939,9 +6911,7 @@ export declare namespace MittwaldAPIV3Next {
6939
6911
  interface DeMittwaldActivitylogDnsARecordSetManaged {
6940
6912
  changes: {
6941
6913
  after?: {
6942
- aRecords: {
6943
- managedByIngressId: string;
6944
- };
6914
+ aRecords: string;
6945
6915
  };
6946
6916
  before?: {};
6947
6917
  };
@@ -6967,9 +6937,7 @@ export declare namespace MittwaldAPIV3Next {
6967
6937
  interface DeMittwaldActivitylogDnsMxRecordSetManaged {
6968
6938
  changes: {
6969
6939
  after?: {
6970
- mx: {
6971
- managed: boolean;
6972
- };
6940
+ mx: string;
6973
6941
  };
6974
6942
  before?: {};
6975
6943
  };
@@ -6978,19 +6946,83 @@ export declare namespace MittwaldAPIV3Next {
6978
6946
  domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6979
6947
  };
6980
6948
  }
6949
+ interface DeMittwaldContainerTemplateStatsListResponse {
6950
+ category?: string;
6951
+ templates?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsResponse[];
6952
+ }
6981
6953
  interface DeMittwaldContainerTemplateStatsResponse {
6982
6954
  id: string;
6983
6955
  installations: number;
6984
6956
  installations30Days: number;
6985
6957
  }
6986
- interface DeMittwaldContainerTemplateStatsListResponse {
6987
- category?: string;
6988
- templates?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsResponse[];
6989
- }
6990
6958
  interface DeMittwaldMailsystemRateLimit {
6991
6959
  id: string;
6992
6960
  rateLimit: number;
6993
6961
  }
6962
+ interface DeMittwaldActivitylogAppInstallationDatabaseLinked {
6963
+ changes: {
6964
+ after: {
6965
+ database: {};
6966
+ };
6967
+ before: {
6968
+ database: {} | null;
6969
+ };
6970
+ };
6971
+ name: "app.database-linked";
6972
+ parameters: {
6973
+ appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6974
+ database: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6975
+ };
6976
+ }
6977
+ interface DeMittwaldActivitylogAppInstallationDatabaseUnlinked {
6978
+ changes: {
6979
+ after: {
6980
+ database: {} | null;
6981
+ };
6982
+ before: {
6983
+ database: {};
6984
+ };
6985
+ };
6986
+ name: "app.database-unlinked";
6987
+ parameters: {
6988
+ appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6989
+ database: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6990
+ };
6991
+ }
6992
+ interface DeMittwaldActivitylogAppInstallationDeleted {
6993
+ changes: {};
6994
+ name: "app.deleted";
6995
+ parameters: {
6996
+ appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6997
+ };
6998
+ }
6999
+ interface DeMittwaldActivitylogAppInstallationDescriptionSet {
7000
+ changes: {
7001
+ after?: {
7002
+ description: string;
7003
+ };
7004
+ before?: {
7005
+ description: string | null;
7006
+ };
7007
+ };
7008
+ name: "app.description-set";
7009
+ parameters: {
7010
+ appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
7011
+ };
7012
+ }
7013
+ /**
7014
+ * 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.
7015
+ */
7016
+ interface DeMittwaldDomainmigrationOwnerContactIssue {
7017
+ /**
7018
+ * The affected owner contact field, e.g. street, name, zip.
7019
+ */
7020
+ field: string;
7021
+ /**
7022
+ * 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).
7023
+ */
7024
+ schemaTitle?: string;
7025
+ }
6994
7026
  interface DeMittwaldCommonsAddress {
6995
7027
  street: string;
6996
7028
  houseNumber: string;
@@ -11180,76 +11212,6 @@ export declare namespace MittwaldAPIV3Next {
11180
11212
  }
11181
11213
  }
11182
11214
  }
11183
- namespace V3NextContainerTemplatesTemplateIdIcon {
11184
- namespace Get {
11185
- namespace Parameters {
11186
- type Path = {
11187
- templateId: string;
11188
- };
11189
- type Header = {};
11190
- type Query = {};
11191
- }
11192
- namespace Responses {
11193
- namespace $200 {
11194
- namespace Content {
11195
- type ApplicationOctetStream = string;
11196
- type ImageJpeg = string;
11197
- type ImagePng = string;
11198
- type ImageSvgXml = string;
11199
- }
11200
- }
11201
- namespace $400 {
11202
- namespace Content {
11203
- interface ApplicationJson {
11204
- [k: string]: unknown;
11205
- }
11206
- }
11207
- }
11208
- namespace $403 {
11209
- namespace Content {
11210
- interface ApplicationJson {
11211
- [k: string]: unknown;
11212
- }
11213
- }
11214
- }
11215
- namespace $404 {
11216
- namespace Content {
11217
- interface ApplicationJson {
11218
- [k: string]: unknown;
11219
- }
11220
- }
11221
- }
11222
- namespace $429 {
11223
- namespace Content {
11224
- interface ApplicationJson {
11225
- [k: string]: unknown;
11226
- }
11227
- }
11228
- }
11229
- namespace $500 {
11230
- namespace Content {
11231
- interface ApplicationJson {
11232
- [k: string]: unknown;
11233
- }
11234
- }
11235
- }
11236
- namespace $503 {
11237
- namespace Content {
11238
- interface ApplicationJson {
11239
- [k: string]: unknown;
11240
- }
11241
- }
11242
- }
11243
- namespace Default {
11244
- namespace Content {
11245
- interface ApplicationJson {
11246
- [k: string]: unknown;
11247
- }
11248
- }
11249
- }
11250
- }
11251
- }
11252
- }
11253
11215
  namespace V3NextContainerTemplatesTemplateId {
11254
11216
  namespace Get {
11255
11217
  namespace Parameters {
@@ -11496,6 +11458,7 @@ export declare namespace MittwaldAPIV3Next {
11496
11458
  category?: string;
11497
11459
  searchTerm?: string;
11498
11460
  type?: "component" | "standalone";
11461
+ sortOrder?: "trend30days" | "trendAll";
11499
11462
  limit?: number;
11500
11463
  skip?: number;
11501
11464
  page?: number;
@@ -31469,44 +31432,60 @@ export declare namespace MittwaldAPIV3Next {
31469
31432
  }
31470
31433
  }
31471
31434
  }
31472
- namespace V3NextContainerTemplateStatistics {
31435
+ namespace V3NextContainerTemplateStatistics { }
31436
+ namespace V3NextMailRateLimitsMailRateLimitId {
31473
31437
  namespace Get {
31474
31438
  namespace Parameters {
31475
- type Path = {};
31476
- type Header = {};
31477
- type Query = {
31478
- templateId?: string;
31479
- category?: string;
31439
+ type Path = {
31440
+ mailRateLimitId: string;
31480
31441
  };
31442
+ type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
31443
+ type Query = {};
31481
31444
  }
31482
31445
  namespace Responses {
31483
31446
  namespace $200 {
31484
31447
  namespace Content {
31485
- type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsListResponse;
31448
+ type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailsystemRateLimit;
31486
31449
  }
31487
31450
  }
31488
- namespace $400 {
31451
+ namespace $404 {
31489
31452
  namespace Content {
31490
31453
  interface ApplicationJson {
31491
31454
  [k: string]: unknown;
31492
31455
  }
31493
31456
  }
31494
31457
  }
31495
- namespace $404 {
31458
+ namespace $429 {
31496
31459
  namespace Content {
31497
31460
  interface ApplicationJson {
31498
31461
  [k: string]: unknown;
31499
31462
  }
31500
31463
  }
31501
31464
  }
31502
- namespace $429 {
31465
+ namespace Default {
31503
31466
  namespace Content {
31504
31467
  interface ApplicationJson {
31505
31468
  [k: string]: unknown;
31506
31469
  }
31507
31470
  }
31508
31471
  }
31509
- namespace $500 {
31472
+ }
31473
+ }
31474
+ }
31475
+ namespace V3NextMailRateLimits {
31476
+ namespace Get {
31477
+ namespace Parameters {
31478
+ type Path = {};
31479
+ type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
31480
+ type Query = {};
31481
+ }
31482
+ namespace Responses {
31483
+ namespace $200 {
31484
+ namespace Content {
31485
+ type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailsystemRateLimit[];
31486
+ }
31487
+ }
31488
+ namespace $429 {
31510
31489
  namespace Content {
31511
31490
  interface ApplicationJson {
31512
31491
  [k: string]: unknown;
@@ -31523,59 +31502,60 @@ export declare namespace MittwaldAPIV3Next {
31523
31502
  }
31524
31503
  }
31525
31504
  }
31526
- namespace V3NextMailRateLimitsMailRateLimitId {
31527
- namespace Get {
31505
+ namespace V3NextMailAddressesMailAddressIdActionsRequestRateLimitChange {
31506
+ namespace Post {
31528
31507
  namespace Parameters {
31529
31508
  type Path = {
31530
- mailRateLimitId: string;
31509
+ mailAddressId: string;
31531
31510
  };
31511
+ interface RequestBody {
31512
+ rateLimitId: string;
31513
+ }
31532
31514
  type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
31533
31515
  type Query = {};
31534
31516
  }
31535
31517
  namespace Responses {
31536
- namespace $200 {
31518
+ namespace $204 {
31537
31519
  namespace Content {
31538
- type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailsystemRateLimit;
31520
+ type Empty = unknown;
31539
31521
  }
31540
31522
  }
31541
- namespace $404 {
31523
+ namespace $400 {
31542
31524
  namespace Content {
31543
31525
  interface ApplicationJson {
31544
31526
  [k: string]: unknown;
31545
31527
  }
31546
31528
  }
31547
31529
  }
31548
- namespace $429 {
31530
+ namespace $403 {
31549
31531
  namespace Content {
31550
31532
  interface ApplicationJson {
31551
31533
  [k: string]: unknown;
31552
31534
  }
31553
31535
  }
31554
31536
  }
31555
- namespace Default {
31537
+ namespace $404 {
31556
31538
  namespace Content {
31557
31539
  interface ApplicationJson {
31558
31540
  [k: string]: unknown;
31559
31541
  }
31560
31542
  }
31561
31543
  }
31562
- }
31563
- }
31564
- }
31565
- namespace V3NextMailRateLimits {
31566
- namespace Get {
31567
- namespace Parameters {
31568
- type Path = {};
31569
- type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
31570
- type Query = {};
31571
- }
31572
- namespace Responses {
31573
- namespace $200 {
31544
+ namespace $429 {
31574
31545
  namespace Content {
31575
- type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailsystemRateLimit[];
31546
+ interface ApplicationJson {
31547
+ [k: string]: unknown;
31548
+ }
31576
31549
  }
31577
31550
  }
31578
- namespace $429 {
31551
+ namespace $500 {
31552
+ namespace Content {
31553
+ interface ApplicationJson {
31554
+ [k: string]: unknown;
31555
+ }
31556
+ }
31557
+ }
31558
+ namespace $503 {
31579
31559
  namespace Content {
31580
31560
  interface ApplicationJson {
31581
31561
  [k: string]: unknown;
@@ -31592,22 +31572,23 @@ export declare namespace MittwaldAPIV3Next {
31592
31572
  }
31593
31573
  }
31594
31574
  }
31595
- namespace V3NextMailAddressesMailAddressIdActionsRequestRateLimitChange {
31596
- namespace Post {
31575
+ namespace V3NextContainerTemplatesTemplateIdAssetsAssetPath {
31576
+ namespace Get {
31597
31577
  namespace Parameters {
31598
31578
  type Path = {
31599
- mailAddressId: string;
31579
+ templateId: string;
31580
+ assetPath: string;
31600
31581
  };
31601
- interface RequestBody {
31602
- rateLimitId: string;
31603
- }
31604
- type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
31582
+ type Header = {};
31605
31583
  type Query = {};
31606
31584
  }
31607
31585
  namespace Responses {
31608
- namespace $204 {
31586
+ namespace $200 {
31609
31587
  namespace Content {
31610
- type Empty = unknown;
31588
+ type ImageJpeg = string;
31589
+ type ImagePng = string;
31590
+ type ImageSvgXml = string;
31591
+ type ImageWebp = string;
31611
31592
  }
31612
31593
  }
31613
31594
  namespace $400 {
@@ -31662,5 +31643,6 @@ export declare namespace MittwaldAPIV3Next {
31662
31643
  }
31663
31644
  }
31664
31645
  }
31646
+ namespace V3NextContainerTemplatesTemplateIdIcon { }
31665
31647
  }
31666
31648
  }
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.412.0';
1
+ export declare const MittwaldAPIClientVersion = '4.414.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.413.0",
3
+ "version": "4.415.0",
4
4
  "author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
5
5
  "type": "module",
6
6
  "description": "Auto-generated client for the mittwald API",
@@ -72,11 +72,11 @@
72
72
  "test:compile": "run tsc --noEmit"
73
73
  },
74
74
  "dependencies": {
75
- "@mittwald/api-client-commons": "^4.413.0",
75
+ "@mittwald/api-client-commons": "^4.415.0",
76
76
  "browser-or-node": "^3.0.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@mittwald/api-code-generator": "^4.413.0",
79
+ "@mittwald/api-code-generator": "^4.415.0",
80
80
  "@mittwald/react-use-promise": "^2.6.2",
81
81
  "@types/node": "^22.18.11",
82
82
  "@types/react": "^18.3.26",
@@ -106,5 +106,5 @@
106
106
  "optional": true
107
107
  }
108
108
  },
109
- "gitHead": "56a7071e9b064e8e8f3227d7f8eed19c8b638115"
109
+ "gitHead": "0ede486ea82c679fac8d617dadf1ed70c2a19b49"
110
110
  }