@mittwald/api-client 4.217.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.216.0';
1
+ export const MittwaldAPIClientVersion = '4.218.0';
@@ -921,6 +921,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
921
921
  } | undefined;
922
922
  queryParameters?: {
923
923
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
924
+ search?: string | undefined;
924
925
  limit?: number | undefined;
925
926
  skip?: number | undefined;
926
927
  page?: number | undefined;
@@ -6751,6 +6751,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6751
6751
  } | undefined;
6752
6752
  queryParameters?: {
6753
6753
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6754
+ search?: string | undefined;
6754
6755
  limit?: number | undefined;
6755
6756
  skip?: number | undefined;
6756
6757
  page?: number | undefined;
@@ -6767,6 +6768,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6767
6768
  };
6768
6769
  } & {
6769
6770
  queryParameters: {
6771
+ search?: string | undefined;
6770
6772
  limit?: number | undefined;
6771
6773
  skip?: number | undefined;
6772
6774
  page?: number | undefined;
@@ -6809,6 +6811,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6809
6811
  };
6810
6812
  } & {
6811
6813
  queryParameters: {
6814
+ search?: string | undefined;
6812
6815
  limit?: number | undefined;
6813
6816
  skip?: number | undefined;
6814
6817
  page?: number | undefined;
@@ -26617,6 +26620,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
26617
26620
  };
26618
26621
  allDomains?: boolean | undefined;
26619
26622
  domains?: import("./types.js").MittwaldAPIV2.Components.Schemas.DirectusDomain[] | undefined;
26623
+ emailInboxes?: import("./types.js").MittwaldAPIV2.Components.Schemas.DirectusEmailInbox[] | undefined;
26620
26624
  notes?: string | undefined;
26621
26625
  userId?: string | undefined;
26622
26626
  };
@@ -26638,6 +26642,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
26638
26642
  phoneNumber?: string;
26639
26643
  };
26640
26644
  domains?: import("./types.js").MittwaldAPIV2.Components.Schemas.DirectusDomain[] | undefined;
26645
+ emailInboxes?: import("./types.js").MittwaldAPIV2.Components.Schemas.DirectusEmailInbox[] | undefined;
26641
26646
  notes?: string | undefined;
26642
26647
  prices: {
26643
26648
  positions: {
@@ -26684,6 +26689,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
26684
26689
  phoneNumber?: string;
26685
26690
  };
26686
26691
  domains?: import("./types.js").MittwaldAPIV2.Components.Schemas.DirectusDomain[] | undefined;
26692
+ emailInboxes?: import("./types.js").MittwaldAPIV2.Components.Schemas.DirectusEmailInbox[] | undefined;
26687
26693
  notes?: string | undefined;
26688
26694
  prices: {
26689
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;
@@ -9771,6 +9775,7 @@ export declare namespace MittwaldAPIV2 {
9771
9775
  };
9772
9776
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
9773
9777
  type Query = {
9778
+ search?: string;
9774
9779
  limit?: number;
9775
9780
  skip?: number;
9776
9781
  page?: number;
@@ -22999,6 +23004,10 @@ export declare namespace MittwaldAPIV2 {
22999
23004
  * List of domains which should be transferred (when allDomains is not checked).
23000
23005
  */
23001
23006
  domains?: MittwaldAPIV2.Components.Schemas.DirectusDomain[];
23007
+ /**
23008
+ * List of email inboxes which should be transferred.
23009
+ */
23010
+ emailInboxes?: MittwaldAPIV2.Components.Schemas.DirectusEmailInbox[];
23002
23011
  /**
23003
23012
  * Anything our customer service needs to know for the relocation process.
23004
23013
  */
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.216.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.217.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": "198ad83d177d9fa57a944f5723e32eddba4db023"
83
+ "gitHead": "9d77d8513db94cbd508c551a63a60590ba162ca9"
84
84
  }