@mittwald/api-client 4.169.0 → 4.170.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.168.0';
1
+ export const MittwaldAPIClientVersion = '4.169.0';
@@ -2300,6 +2300,13 @@ export declare namespace MittwaldAPIV2 {
2300
2300
  message: string;
2301
2301
  type: string;
2302
2302
  }
2303
+ interface ConversationDeletedFile {
2304
+ deletionDate: string;
2305
+ id: string;
2306
+ name: string;
2307
+ status: "deleted";
2308
+ type: string;
2309
+ }
2303
2310
  interface ConversationRequestedFile {
2304
2311
  id: string;
2305
2312
  status: "requested";
@@ -5000,13 +5007,6 @@ export declare namespace MittwaldAPIV2 {
5000
5007
  name: string;
5001
5008
  value: string;
5002
5009
  }
5003
- interface ConversationDeletedFile {
5004
- deletionDate: string;
5005
- id: string;
5006
- name: string;
5007
- status: "deleted";
5008
- type: string;
5009
- }
5010
5010
  interface CommonsAddress {
5011
5011
  street: string;
5012
5012
  houseNumber: string;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.168.0';
1
+ export declare const MittwaldAPIClientVersion = '4.169.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.169.0",
3
+ "version": "4.170.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": "a2598f559a3f2af8159b0c764ac3b90c60e243b2"
83
+ "gitHead": "19e854038e0b53440426f2f252df8708bf2f53b5"
84
84
  }