@mittwald/api-client 4.181.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.180.0';
1
+ export const MittwaldAPIClientVersion = '4.182.0';
@@ -3931,6 +3931,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3931
3931
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
3932
3932
  }>;
3933
3933
  }, import("@mittwald/api-client-commons").Response<{
3934
+ reason?: string | undefined;
3934
3935
  valid: boolean;
3935
3936
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
3936
3937
  [x: string]: unknown;
@@ -3959,6 +3960,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3959
3960
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
3960
3961
  }>;
3961
3962
  }, import("@mittwald/api-client-commons").Response<{
3963
+ reason?: string | undefined;
3962
3964
  valid: boolean;
3963
3965
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
3964
3966
  [x: string]: unknown;
@@ -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;
@@ -8279,6 +8279,7 @@ export declare namespace MittwaldAPIV2 {
8279
8279
  namespace $200 {
8280
8280
  namespace Content {
8281
8281
  interface ApplicationJson {
8282
+ reason?: string;
8282
8283
  valid: boolean;
8283
8284
  }
8284
8285
  }
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.180.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.181.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": "2ba9ea38cf0d2cd9c073cf10edfdcfe3f060ad7c"
83
+ "gitHead": "6d41ee3e49c9621fe35605448dc4212a659a2822"
84
84
  }