@mittwald/api-client 4.138.0 → 4.139.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.
@@ -543,7 +543,7 @@ export class MittwaldAPIV2Client extends ApiClientBase {
543
543
  updateDeliveryBoxPassword: this.requestFunctionFactory(descriptors.mailUpdateDeliveryBoxPassword),
544
544
  /** Update a MailAddress. */
545
545
  updateMailAddressAddress: this.requestFunctionFactory(descriptors.mailUpdateMailAddressAddress),
546
- /** Update the catchall of a MailAddress. */
546
+ /** Update the catch-all of a MailAddress. */
547
547
  updateMailAddressCatchAll: this.requestFunctionFactory(descriptors.mailUpdateMailAddressCatchAll),
548
548
  /** Update a mail setting of a Project. */
549
549
  updateProjectMailSetting: this.requestFunctionFactory(descriptors.mailUpdateProjectMailSetting),
@@ -1456,7 +1456,7 @@ export const mailUpdateMailAddressAddress = {
1456
1456
  method: "PATCH",
1457
1457
  operationId: "mail-update-mail-address-address",
1458
1458
  };
1459
- /** Update the catchall of a MailAddress. */
1459
+ /** Update the catch-all of a MailAddress. */
1460
1460
  export const mailUpdateMailAddressCatchAll = {
1461
1461
  path: "/v2/mail-addresses/{mailAddressId}/catch-all",
1462
1462
  method: "PATCH",
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '4.137.0';
1
+ export const MittwaldAPIClientVersion = '4.138.0';
@@ -1885,9 +1885,14 @@ declare const buildMailApi: (baseClient: MittwaldAPIV2Client) => {
1885
1885
  queryParameters?: {
1886
1886
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1887
1887
  search?: string | undefined;
1888
+ forwardAddress?: boolean | undefined;
1889
+ catchAll?: boolean | undefined;
1890
+ autoResponder?: boolean | undefined;
1888
1891
  limit?: number | undefined;
1889
1892
  skip?: number | undefined;
1890
1893
  page?: number | undefined;
1894
+ sort?: ("address.domain" | "address.local" | "updatedAt" | "projectId" | "mailbox.quota" | "mailbox.name")[] | undefined;
1895
+ order?: ("asc" | "desc")[] | undefined;
1891
1896
  } | undefined;
1892
1897
  }) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.MailMailAddress[]>;
1893
1898
  /** Get a DeliveryBox. */
@@ -15797,9 +15797,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
15797
15797
  queryParameters?: {
15798
15798
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
15799
15799
  search?: string | undefined;
15800
+ forwardAddress?: boolean | undefined;
15801
+ catchAll?: boolean | undefined;
15802
+ autoResponder?: boolean | undefined;
15800
15803
  limit?: number | undefined;
15801
15804
  skip?: number | undefined;
15802
15805
  page?: number | undefined;
15806
+ sort?: ("address.domain" | "address.local" | "updatedAt" | "projectId" | "mailbox.quota" | "mailbox.name")[] | undefined;
15807
+ order?: ("asc" | "desc")[] | undefined;
15803
15808
  } | undefined;
15804
15809
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
15805
15810
  headers?: Partial<{
@@ -15812,9 +15817,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
15812
15817
  } & {
15813
15818
  queryParameters: {
15814
15819
  search?: string | undefined;
15820
+ forwardAddress?: boolean | undefined;
15821
+ catchAll?: boolean | undefined;
15822
+ autoResponder?: boolean | undefined;
15815
15823
  limit?: number | undefined;
15816
15824
  skip?: number | undefined;
15817
15825
  page?: number | undefined;
15826
+ sort?: ("address.domain" | "address.local" | "updatedAt" | "projectId" | "mailbox.quota" | "mailbox.name")[] | undefined;
15827
+ order?: ("asc" | "desc")[] | undefined;
15818
15828
  } & Partial<{
15819
15829
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
15820
15830
  }>;
@@ -15847,9 +15857,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
15847
15857
  } & {
15848
15858
  queryParameters: {
15849
15859
  search?: string | undefined;
15860
+ forwardAddress?: boolean | undefined;
15861
+ catchAll?: boolean | undefined;
15862
+ autoResponder?: boolean | undefined;
15850
15863
  limit?: number | undefined;
15851
15864
  skip?: number | undefined;
15852
15865
  page?: number | undefined;
15866
+ sort?: ("address.domain" | "address.local" | "updatedAt" | "projectId" | "mailbox.quota" | "mailbox.name")[] | undefined;
15867
+ order?: ("asc" | "desc")[] | undefined;
15853
15868
  } & Partial<{
15854
15869
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
15855
15870
  }>;
@@ -16590,7 +16605,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
16590
16605
  }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
16591
16606
  [x: string]: unknown;
16592
16607
  }, 503, "application/json">>>;
16593
- /** Update the catchall of a MailAddress. */
16608
+ /** Update the catch-all of a MailAddress. */
16594
16609
  updateMailAddressCatchAll: (request: {
16595
16610
  data: {
16596
16611
  active: boolean;
@@ -489,7 +489,7 @@ export declare const mailUpdateDeliveryBoxDescription: OpenAPIOperation<RequestT
489
489
  export declare const mailUpdateDeliveryBoxPassword: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DeliveryBoxesDeliveryBoxIdPassword.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
490
490
  /** Update a MailAddress. */
491
491
  export declare const mailUpdateMailAddressAddress: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdAddress.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
492
- /** Update the catchall of a MailAddress. */
492
+ /** Update the catch-all of a MailAddress. */
493
493
  export declare const mailUpdateMailAddressCatchAll: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchAll.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchAll.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchAll.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchAll.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchAll.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchAll.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchAll.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchAll.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchAll.Patch.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchAll.Patch.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchAll.Patch.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdCatchAll.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
494
494
  /** Update a mail setting of a Project. */
495
495
  export declare const mailUpdateProjectMailSetting: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
@@ -16619,9 +16619,14 @@ export declare namespace MittwaldAPIV2 {
16619
16619
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
16620
16620
  type Query = {
16621
16621
  search?: string;
16622
+ forwardAddress?: boolean;
16623
+ catchAll?: boolean;
16624
+ autoResponder?: boolean;
16622
16625
  limit?: number;
16623
16626
  skip?: number;
16624
16627
  page?: number;
16628
+ sort?: ("address.domain" | "address.local" | "updatedAt" | "projectId" | "mailbox.quota" | "mailbox.name")[];
16629
+ order?: ("asc" | "desc")[];
16625
16630
  };
16626
16631
  }
16627
16632
  namespace Responses {
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.137.0';
1
+ export declare const MittwaldAPIClientVersion = '4.138.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.138.0",
3
+ "version": "4.139.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": "dd83e9d860ba3cd16f3aeefc81061929383c67c8"
83
+ "gitHead": "85afb325014968a4963a81ec129c8324269ed98c"
84
84
  }