@mittwald/api-client 4.257.0 → 4.258.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.256.0';
1
+ export const MittwaldAPIClientVersion = '4.257.0';
@@ -2568,6 +2568,12 @@ export declare namespace MittwaldAPIV2 {
2568
2568
  status: "uploaded";
2569
2569
  type: string;
2570
2570
  }
2571
+ interface ConversationGroup {
2572
+ acronym?: string;
2573
+ id: string;
2574
+ isDefaultGroup?: boolean;
2575
+ name: string;
2576
+ }
2571
2577
  interface ConversationMessage {
2572
2578
  conversationId: string;
2573
2579
  createdAt: string;
@@ -5483,12 +5489,6 @@ export declare namespace MittwaldAPIV2 {
5483
5489
  }
5484
5490
  type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
5485
5491
  type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
5486
- interface ConversationGroup {
5487
- acronym?: string;
5488
- id: string;
5489
- isDefaultGroup?: boolean;
5490
- name: string;
5491
- }
5492
5492
  interface CommonsAddress {
5493
5493
  street: string;
5494
5494
  houseNumber: string;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.256.0';
1
+ export declare const MittwaldAPIClientVersion = '4.257.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.257.0",
3
+ "version": "4.258.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",
@@ -46,11 +46,11 @@
46
46
  "test:compile": "run tsc --noEmit"
47
47
  },
48
48
  "dependencies": {
49
- "@mittwald/api-client-commons": "^4.257.0",
49
+ "@mittwald/api-client-commons": "^4.258.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.257.0",
53
+ "@mittwald/api-code-generator": "^4.258.0",
54
54
  "@mittwald/react-use-promise": "^2.6.2",
55
55
  "@types/node": "^22.18.11",
56
56
  "@types/react": "^18.3.26",
@@ -80,5 +80,5 @@
80
80
  "optional": true
81
81
  }
82
82
  },
83
- "gitHead": "ab12f6cde2acbd2e43df618bfe4c4365dcd495a9"
83
+ "gitHead": "75ec85d08c46314b4cc1b26c5764aec0e6488bdb"
84
84
  }