@mittwald/api-client 4.218.0 → 4.219.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.
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '4.217.0';
1
+ export const MittwaldAPIClientVersion = '4.218.0';
@@ -26620,6 +26620,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
26620
26620
  };
26621
26621
  allDomains?: boolean | undefined;
26622
26622
  domains?: import("./types.js").MittwaldAPIV2.Components.Schemas.DirectusDomain[] | undefined;
26623
+ emailInboxes?: import("./types.js").MittwaldAPIV2.Components.Schemas.DirectusEmailInbox[] | undefined;
26623
26624
  notes?: string | undefined;
26624
26625
  userId?: string | undefined;
26625
26626
  };
@@ -26641,6 +26642,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
26641
26642
  phoneNumber?: string;
26642
26643
  };
26643
26644
  domains?: import("./types.js").MittwaldAPIV2.Components.Schemas.DirectusDomain[] | undefined;
26645
+ emailInboxes?: import("./types.js").MittwaldAPIV2.Components.Schemas.DirectusEmailInbox[] | undefined;
26644
26646
  notes?: string | undefined;
26645
26647
  prices: {
26646
26648
  positions: {
@@ -26687,6 +26689,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
26687
26689
  phoneNumber?: string;
26688
26690
  };
26689
26691
  domains?: import("./types.js").MittwaldAPIV2.Components.Schemas.DirectusDomain[] | undefined;
26692
+ emailInboxes?: import("./types.js").MittwaldAPIV2.Components.Schemas.DirectusEmailInbox[] | undefined;
26690
26693
  notes?: string | undefined;
26691
26694
  prices: {
26692
26695
  positions: {
@@ -4787,6 +4787,10 @@ export declare namespace MittwaldAPIV2 {
4787
4787
  domainOwnerData?: string;
4788
4788
  name: string;
4789
4789
  }
4790
+ interface DirectusEmailInbox {
4791
+ email: string;
4792
+ password: string;
4793
+ }
4790
4794
  interface ScreenshotTarget {
4791
4795
  domain: string;
4792
4796
  path?: string;
@@ -23000,6 +23004,10 @@ export declare namespace MittwaldAPIV2 {
23000
23004
  * List of domains which should be transferred (when allDomains is not checked).
23001
23005
  */
23002
23006
  domains?: MittwaldAPIV2.Components.Schemas.DirectusDomain[];
23007
+ /**
23008
+ * List of email inboxes which should be transferred.
23009
+ */
23010
+ emailInboxes?: MittwaldAPIV2.Components.Schemas.DirectusEmailInbox[];
23003
23011
  /**
23004
23012
  * Anything our customer service needs to know for the relocation process.
23005
23013
  */
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.217.0';
1
+ export declare const MittwaldAPIClientVersion = '4.218.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.218.0",
3
+ "version": "4.219.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": "d10cf3aff287ba0a301ea91ffb1d1ffd679dbac9"
83
+ "gitHead": "9d77d8513db94cbd508c551a63a60590ba162ca9"
84
84
  }