@mittwald/api-client 4.225.0 → 4.226.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.
@@ -589,6 +589,8 @@ export class MittwaldAPIV2Client extends ApiClientBase {
589
589
  getMailAddress: this.requestFunctionFactory(descriptors.mailGetMailAddress),
590
590
  /** Delete a MailAddress. */
591
591
  deleteMailAddress: this.requestFunctionFactory(descriptors.mailDeleteMailAddress),
592
+ /** Disable the mail-archive of a MailAddress. */
593
+ disableMailArchive: this.requestFunctionFactory(descriptors.mailDisableMailArchive),
592
594
  /** List backups belonging to a MailAddress. */
593
595
  listBackupsForMailAddress: this.requestFunctionFactory(descriptors.mailListBackupsForMailAddress),
594
596
  /** List mail settings of a Project. */
@@ -605,8 +607,6 @@ export class MittwaldAPIV2Client extends ApiClientBase {
605
607
  updateMailAddressCatchAll: this.requestFunctionFactory(descriptors.mailUpdateMailAddressCatchAll),
606
608
  /** Update a mail setting of a Project. */
607
609
  updateProjectMailSetting: this.requestFunctionFactory(descriptors.mailUpdateProjectMailSetting),
608
- /** Disable the mail-archive of a MailAddress. */
609
- disableMailArchive: this.requestFunctionFactory(descriptors.mailDisableMailArchive),
610
610
  };
611
611
  /** The notification API allows you to manage your notifications. */
612
612
  notification = {
@@ -1654,6 +1654,12 @@ export const mailDeleteMailAddress = {
1654
1654
  method: "DELETE",
1655
1655
  operationId: "mail-delete-mail-address",
1656
1656
  };
1657
+ /** Disable the mail-archive of a MailAddress. */
1658
+ export const mailDisableMailArchive = {
1659
+ path: "/v2/mail-addresses/{mailAddressId}/mail-archive",
1660
+ method: "DELETE",
1661
+ operationId: "mail-disable-mail-archive",
1662
+ };
1657
1663
  /** List backups belonging to a MailAddress. */
1658
1664
  export const mailListBackupsForMailAddress = {
1659
1665
  path: "/v2/mail-addresses/{mailAddressId}/backups",
@@ -2536,9 +2542,3 @@ export const verificationVerifyCompany = {
2536
2542
  method: "POST",
2537
2543
  operationId: "verification-verify-company",
2538
2544
  };
2539
- /** Disable the mail-archive of a MailAddress. */
2540
- export const mailDisableMailArchive = {
2541
- path: "/v2/mail-addresses/{mailAddressId}/mail-archive",
2542
- method: "DELETE",
2543
- operationId: "mail-disable-mail-archive",
2544
- };
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '4.224.1';
1
+ export const MittwaldAPIClientVersion = '4.225.0';
@@ -18346,6 +18346,66 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
18346
18346
  }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
18347
18347
  [x: string]: unknown;
18348
18348
  }, 503, "application/json">>>;
18349
+ /** Disable the mail-archive of a MailAddress. */
18350
+ disableMailArchive: (request: {
18351
+ mailAddressId: string;
18352
+ headers?: {
18353
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
18354
+ "x-access-token"?: string | undefined;
18355
+ } | undefined;
18356
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
18357
+ headers?: Partial<{
18358
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
18359
+ }>;
18360
+ } & {
18361
+ pathParameters: {
18362
+ mailAddressId: string;
18363
+ };
18364
+ } & {
18365
+ headers: {
18366
+ "x-access-token"?: string | undefined;
18367
+ } & Partial<{
18368
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
18369
+ }>;
18370
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
18371
+ [x: string]: unknown;
18372
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
18373
+ [x: string]: unknown;
18374
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
18375
+ [x: string]: unknown;
18376
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
18377
+ [x: string]: unknown;
18378
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
18379
+ [x: string]: unknown;
18380
+ }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
18381
+ [x: string]: unknown;
18382
+ }, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
18383
+ headers?: Partial<{
18384
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
18385
+ }>;
18386
+ } & {
18387
+ pathParameters: {
18388
+ mailAddressId: string;
18389
+ };
18390
+ } & {
18391
+ headers: {
18392
+ "x-access-token"?: string | undefined;
18393
+ } & Partial<{
18394
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
18395
+ }>;
18396
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
18397
+ [x: string]: unknown;
18398
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
18399
+ [x: string]: unknown;
18400
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
18401
+ [x: string]: unknown;
18402
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
18403
+ [x: string]: unknown;
18404
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
18405
+ [x: string]: unknown;
18406
+ }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
18407
+ [x: string]: unknown;
18408
+ }, 503, "application/json">>>;
18349
18409
  /** List backups belonging to a MailAddress. */
18350
18410
  listBackupsForMailAddress: (request: {
18351
18411
  mailAddressId: string;
@@ -18897,66 +18957,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
18897
18957
  }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
18898
18958
  [x: string]: unknown;
18899
18959
  }, 503, "application/json">>>;
18900
- /** Disable the mail-archive of a MailAddress. */
18901
- disableMailArchive: (request: {
18902
- mailAddressId: string;
18903
- headers?: {
18904
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
18905
- "x-access-token"?: string | undefined;
18906
- } | undefined;
18907
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
18908
- headers?: Partial<{
18909
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
18910
- }>;
18911
- } & {
18912
- pathParameters: {
18913
- mailAddressId: string;
18914
- };
18915
- } & {
18916
- headers: {
18917
- "x-access-token"?: string | undefined;
18918
- } & Partial<{
18919
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
18920
- }>;
18921
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
18922
- [x: string]: unknown;
18923
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
18924
- [x: string]: unknown;
18925
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
18926
- [x: string]: unknown;
18927
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
18928
- [x: string]: unknown;
18929
- }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
18930
- [x: string]: unknown;
18931
- }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
18932
- [x: string]: unknown;
18933
- }, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
18934
- headers?: Partial<{
18935
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
18936
- }>;
18937
- } & {
18938
- pathParameters: {
18939
- mailAddressId: string;
18940
- };
18941
- } & {
18942
- headers: {
18943
- "x-access-token"?: string | undefined;
18944
- } & Partial<{
18945
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
18946
- }>;
18947
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
18948
- [x: string]: unknown;
18949
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
18950
- [x: string]: unknown;
18951
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
18952
- [x: string]: unknown;
18953
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
18954
- [x: string]: unknown;
18955
- }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
18956
- [x: string]: unknown;
18957
- }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
18958
- [x: string]: unknown;
18959
- }, 503, "application/json">>>;
18960
18960
  };
18961
18961
  /** The notification API allows you to manage your notifications. */
18962
18962
  readonly notification: {
@@ -555,6 +555,8 @@ export declare const mailDeleteDeliveryBox: OpenAPIOperation<RequestType<Simplif
555
555
  export declare const mailGetMailAddress: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
556
556
  /** Delete a MailAddress. */
557
557
  export declare const mailDeleteMailAddress: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
558
+ /** Disable the mail-archive of a MailAddress. */
559
+ export declare const mailDisableMailArchive: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdMailArchive.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdMailArchive.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdMailArchive.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdMailArchive.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdMailArchive.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdMailArchive.Delete.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdMailArchive.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdMailArchive.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdMailArchive.Delete.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdMailArchive.Delete.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdMailArchive.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
558
560
  /** List backups belonging to a MailAddress. */
559
561
  export declare const mailListBackupsForMailAddress: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdBackups.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdBackups.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdBackups.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdBackups.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdBackups.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdBackups.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdBackups.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdBackups.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdBackups.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdBackups.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
560
562
  /** List mail settings of a Project. */
@@ -849,5 +851,3 @@ export declare const verificationDetectPhishingEmail: OpenAPIOperation<RequestTy
849
851
  export declare const verificationVerifyAddress: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$500.Content.Empty>, 500, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
850
852
  /** Check if a company exists. */
851
853
  export declare const verificationVerifyCompany: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$412.Content.Empty>, 412, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$500.Content.Empty>, 500, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
852
- /** Disable the mail-archive of a MailAddress. */
853
- export declare const mailDisableMailArchive: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdMailArchive.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdMailArchive.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdMailArchive.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdMailArchive.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdMailArchive.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdMailArchive.Delete.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdMailArchive.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdMailArchive.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdMailArchive.Delete.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdMailArchive.Delete.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdMailArchive.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
@@ -1106,6 +1106,10 @@ export declare namespace MittwaldAPIV2 {
1106
1106
  type RequestData = InferredRequestData<typeof descriptors.mailDeleteMailAddress>;
1107
1107
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailDeleteMailAddress, TStatus>;
1108
1108
  }
1109
+ namespace MailDisableMailArchive {
1110
+ type RequestData = InferredRequestData<typeof descriptors.mailDisableMailArchive>;
1111
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailDisableMailArchive, TStatus>;
1112
+ }
1109
1113
  namespace MailListBackupsForMailAddress {
1110
1114
  type RequestData = InferredRequestData<typeof descriptors.mailListBackupsForMailAddress>;
1111
1115
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListBackupsForMailAddress, TStatus>;
@@ -1694,10 +1698,6 @@ export declare namespace MittwaldAPIV2 {
1694
1698
  type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
1695
1699
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
1696
1700
  }
1697
- namespace MailDisableMailArchive {
1698
- type RequestData = InferredRequestData<typeof descriptors.mailDisableMailArchive>;
1699
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailDisableMailArchive, TStatus>;
1700
- }
1701
1701
  }
1702
1702
  namespace Components {
1703
1703
  namespace Schemas {
@@ -4457,6 +4457,19 @@ export declare namespace MittwaldAPIV2 {
4457
4457
  interface OrderMachineTypeSpec {
4458
4458
  machineType?: string;
4459
4459
  }
4460
+ interface OrderMailArchiveOrderPreviewResponse {
4461
+ feePrice: number;
4462
+ recurringPrice: number;
4463
+ totalPrice: number;
4464
+ }
4465
+ interface OrderMailArchiveOrderPreview {
4466
+ mailAddressId: string;
4467
+ syncExistingMails?: boolean;
4468
+ }
4469
+ interface OrderMailArchiveOrder {
4470
+ mailAddressId: string;
4471
+ syncExistingMails?: boolean;
4472
+ }
4460
4473
  interface OrderOrderItem {
4461
4474
  addons?: MittwaldAPIV2.Components.Schemas.OrderAddons[];
4462
4475
  articleId: string;
@@ -5280,19 +5293,6 @@ export declare namespace MittwaldAPIV2 {
5280
5293
  }
5281
5294
  type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
5282
5295
  type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
5283
- interface OrderMailArchiveOrder {
5284
- mailAddressId: string;
5285
- syncExistingMails?: boolean;
5286
- }
5287
- interface OrderMailArchiveOrderPreview {
5288
- mailAddressId: string;
5289
- syncExistingMails?: boolean;
5290
- }
5291
- interface OrderMailArchiveOrderPreviewResponse {
5292
- feePrice: number;
5293
- recurringPrice: number;
5294
- totalPrice: number;
5295
- }
5296
5296
  interface CommonsAddress {
5297
5297
  street: string;
5298
5298
  houseNumber: string;
@@ -19691,6 +19691,73 @@ export declare namespace MittwaldAPIV2 {
19691
19691
  }
19692
19692
  }
19693
19693
  }
19694
+ namespace V2MailAddressesMailAddressIdMailArchive {
19695
+ namespace Delete {
19696
+ namespace Parameters {
19697
+ type Path = {
19698
+ mailAddressId: string;
19699
+ };
19700
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
19701
+ type Query = {};
19702
+ }
19703
+ namespace Responses {
19704
+ namespace $204 {
19705
+ namespace Content {
19706
+ type Empty = unknown;
19707
+ }
19708
+ }
19709
+ namespace $400 {
19710
+ namespace Content {
19711
+ interface ApplicationJson {
19712
+ [k: string]: unknown;
19713
+ }
19714
+ }
19715
+ }
19716
+ namespace $403 {
19717
+ namespace Content {
19718
+ interface ApplicationJson {
19719
+ [k: string]: unknown;
19720
+ }
19721
+ }
19722
+ }
19723
+ namespace $404 {
19724
+ namespace Content {
19725
+ interface ApplicationJson {
19726
+ [k: string]: unknown;
19727
+ }
19728
+ }
19729
+ }
19730
+ namespace $429 {
19731
+ namespace Content {
19732
+ interface ApplicationJson {
19733
+ [k: string]: unknown;
19734
+ }
19735
+ }
19736
+ }
19737
+ namespace $500 {
19738
+ namespace Content {
19739
+ interface ApplicationJson {
19740
+ [k: string]: unknown;
19741
+ }
19742
+ }
19743
+ }
19744
+ namespace $503 {
19745
+ namespace Content {
19746
+ interface ApplicationJson {
19747
+ [k: string]: unknown;
19748
+ }
19749
+ }
19750
+ }
19751
+ namespace Default {
19752
+ namespace Content {
19753
+ interface ApplicationJson {
19754
+ [k: string]: unknown;
19755
+ }
19756
+ }
19757
+ }
19758
+ }
19759
+ }
19760
+ }
19694
19761
  namespace V2MailAddressesMailAddressIdBackups {
19695
19762
  namespace Get {
19696
19763
  namespace Parameters {
@@ -26823,72 +26890,5 @@ export declare namespace MittwaldAPIV2 {
26823
26890
  }
26824
26891
  }
26825
26892
  }
26826
- namespace V2MailAddressesMailAddressIdMailArchive {
26827
- namespace Delete {
26828
- namespace Parameters {
26829
- type Path = {
26830
- mailAddressId: string;
26831
- };
26832
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
26833
- type Query = {};
26834
- }
26835
- namespace Responses {
26836
- namespace $204 {
26837
- namespace Content {
26838
- type Empty = unknown;
26839
- }
26840
- }
26841
- namespace $400 {
26842
- namespace Content {
26843
- interface ApplicationJson {
26844
- [k: string]: unknown;
26845
- }
26846
- }
26847
- }
26848
- namespace $403 {
26849
- namespace Content {
26850
- interface ApplicationJson {
26851
- [k: string]: unknown;
26852
- }
26853
- }
26854
- }
26855
- namespace $404 {
26856
- namespace Content {
26857
- interface ApplicationJson {
26858
- [k: string]: unknown;
26859
- }
26860
- }
26861
- }
26862
- namespace $429 {
26863
- namespace Content {
26864
- interface ApplicationJson {
26865
- [k: string]: unknown;
26866
- }
26867
- }
26868
- }
26869
- namespace $500 {
26870
- namespace Content {
26871
- interface ApplicationJson {
26872
- [k: string]: unknown;
26873
- }
26874
- }
26875
- }
26876
- namespace $503 {
26877
- namespace Content {
26878
- interface ApplicationJson {
26879
- [k: string]: unknown;
26880
- }
26881
- }
26882
- }
26883
- namespace Default {
26884
- namespace Content {
26885
- interface ApplicationJson {
26886
- [k: string]: unknown;
26887
- }
26888
- }
26889
- }
26890
- }
26891
- }
26892
- }
26893
26893
  }
26894
26894
  }
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.224.1';
1
+ export declare const MittwaldAPIClientVersion = '4.225.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.225.0",
3
+ "version": "4.226.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",
@@ -80,5 +80,5 @@
80
80
  "optional": true
81
81
  }
82
82
  },
83
- "gitHead": "90a46fd43ef707277a7863a5df70de9ce5031873"
83
+ "gitHead": "1f8d16149b74c0178cbceebbf9a1bd025a50cb11"
84
84
  }