@mittwald/api-client 4.219.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.218.0';
1
+ export const MittwaldAPIClientVersion = '4.219.0';
@@ -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
  };
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.218.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.219.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": "9d77d8513db94cbd508c551a63a60590ba162ca9"
83
+ "gitHead": "94c9bb081997e5b789a65925b5897b2b835780ce"
84
84
  }