@mittwald/api-client 4.343.0 → 4.344.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.342.0';
1
+ export const MittwaldAPIClientVersion = '4.343.0';
@@ -3063,18 +3063,10 @@ export declare namespace MittwaldAPIV2 {
3063
3063
  };
3064
3064
  userId: string;
3065
3065
  }
3066
- interface ConversationServiceRequest {
3067
- conversationId: string;
3068
- createdAt: string;
3069
- /**
3070
- * @maxItems 0
3071
- */
3072
- files?: [];
3066
+ type ConversationServiceRequest = MittwaldAPIV2.Components.Schemas.ConversationGenericServiceRequest & {
3073
3067
  messageContent: "relocation" | "call";
3074
- messageId: string;
3075
3068
  meta: MittwaldAPIV2.Components.Schemas.ConversationServiceRequestRelocationPayload;
3076
- type: "SERVICE_REQUEST";
3077
- }
3069
+ };
3078
3070
  type ConversationShareableAggregateReference = {
3079
3071
  aggregate: "user";
3080
3072
  domain: "user";
@@ -6132,6 +6124,16 @@ export declare namespace MittwaldAPIV2 {
6132
6124
  }
6133
6125
  type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
6134
6126
  type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
6127
+ interface ConversationGenericServiceRequest {
6128
+ conversationId: string;
6129
+ createdAt: string;
6130
+ /**
6131
+ * @maxItems 0
6132
+ */
6133
+ files?: [];
6134
+ messageId: string;
6135
+ type: "SERVICE_REQUEST";
6136
+ }
6135
6137
  interface CommonsAddress {
6136
6138
  street: string;
6137
6139
  houseNumber: string;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.342.0';
1
+ export declare const MittwaldAPIClientVersion = '4.343.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.343.0",
3
+ "version": "4.344.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.343.0",
49
+ "@mittwald/api-client-commons": "^4.344.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.343.0",
53
+ "@mittwald/api-code-generator": "^4.344.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": "e35132b921d3728452b1b9e25560667278894a44"
83
+ "gitHead": "2b09a88a993a5265b346b93d50d79f8db7e3dbff"
84
84
  }