@mittwald/api-client 4.182.0 → 4.183.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.181.0';
1
+ export const MittwaldAPIClientVersion = '4.182.0';
@@ -2297,7 +2297,7 @@ export declare namespace MittwaldAPIV2 {
2297
2297
  conversationId: string;
2298
2298
  shortId: string;
2299
2299
  }
2300
- type ConversationDepartment = "development" | "mail" | "accounting" | "cloudHosting" | "customerService" | "generic";
2300
+ type ConversationDepartment = "development" | "mail" | "accounting" | "cloudHosting" | "customerService" | "productManagement" | "generic";
2301
2301
  interface ConversationError {
2302
2302
  message: string;
2303
2303
  type: string;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.181.0';
1
+ export declare const MittwaldAPIClientVersion = '4.182.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.182.0",
3
+ "version": "4.183.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": "87cbc213a7d35f5498a3749405a71f985e187cac"
83
+ "gitHead": "6d41ee3e49c9621fe35605448dc4212a659a2822"
84
84
  }