@mittwald/api-client 4.218.0 → 4.220.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.219.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: {
@@ -3803,6 +3803,7 @@ export declare namespace MittwaldAPIV2 {
3803
3803
  companyType: string[];
3804
3804
  coreProduct: string[];
3805
3805
  name?: string;
3806
+ phoneNumbers: string[];
3806
3807
  targetGroup: string[];
3807
3808
  websiteType: string[];
3808
3809
  };
@@ -4787,6 +4788,10 @@ export declare namespace MittwaldAPIV2 {
4787
4788
  domainOwnerData?: string;
4788
4789
  name: string;
4789
4790
  }
4791
+ interface DirectusEmailInbox {
4792
+ email: string;
4793
+ password: string;
4794
+ }
4790
4795
  interface ScreenshotTarget {
4791
4796
  domain: string;
4792
4797
  path?: string;
@@ -23000,6 +23005,10 @@ export declare namespace MittwaldAPIV2 {
23000
23005
  * List of domains which should be transferred (when allDomains is not checked).
23001
23006
  */
23002
23007
  domains?: MittwaldAPIV2.Components.Schemas.DirectusDomain[];
23008
+ /**
23009
+ * List of email inboxes which should be transferred.
23010
+ */
23011
+ emailInboxes?: MittwaldAPIV2.Components.Schemas.DirectusEmailInbox[];
23003
23012
  /**
23004
23013
  * Anything our customer service needs to know for the relocation process.
23005
23014
  */
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.217.0';
1
+ export declare const MittwaldAPIClientVersion = '4.219.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.220.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": "94c9bb081997e5b789a65925b5897b2b835780ce"
84
84
  }