@mittwald/api-client 4.221.0 → 4.222.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.220.0';
1
+ export const MittwaldAPIClientVersion = '4.221.0';
@@ -2503,7 +2503,6 @@ export declare namespace MittwaldAPIV2 {
2503
2503
  * @maxItems 0
2504
2504
  */
2505
2505
  files?: [];
2506
- internal: boolean;
2507
2506
  messageContent: "relocation" | "call";
2508
2507
  messageId: string;
2509
2508
  meta: MittwaldAPIV2.Components.Schemas.ConversationServiceRequestRelocationPayload;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.220.0';
1
+ export declare const MittwaldAPIClientVersion = '4.221.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.221.0",
3
+ "version": "4.222.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": "6dcdaa288f2dd0360dc42ed30f80a8fb03230bba"
83
+ "gitHead": "ecae05c43a02ef4ccdc1643b536fa065cfa08aac"
84
84
  }