@digdir/dialogporten-schema 1.45.1 → 1.46.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digdir/dialogporten-schema",
3
- "version": "1.45.1",
3
+ "version": "1.46.0",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "22"
@@ -2268,7 +2268,7 @@
2268
2268
  },
2269
2269
  "type": "object"
2270
2270
  },
2271
- "V1ServiceOwnerDialogsCommandsCreate_DialogCommand": {
2271
+ "V1ServiceOwnerDialogsCommandsCreate_Dialog": {
2272
2272
  "additionalProperties": false,
2273
2273
  "properties": {
2274
2274
  "activities": {
@@ -3253,6 +3253,15 @@
3253
3253
  },
3254
3254
  "type": "object"
3255
3255
  },
3256
+ "V1ServiceOwnerDialogsCreate_DialogRequest": {
3257
+ "additionalProperties": false,
3258
+ "properties": {
3259
+ "dto": {
3260
+ "$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsCreate_Dialog"
3261
+ }
3262
+ },
3263
+ "type": "object"
3264
+ },
3256
3265
  "V1ServiceOwnerDialogSeenLogsQueriesGet_SeenLog": {
3257
3266
  "additionalProperties": false,
3258
3267
  "properties": {
@@ -5864,14 +5873,12 @@
5864
5873
  "content": {
5865
5874
  "application/json": {
5866
5875
  "schema": {
5867
- "$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsCreate_DialogCommand"
5876
+ "$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsCreate_Dialog"
5868
5877
  }
5869
5878
  }
5870
5879
  },
5871
- "description": "",
5872
5880
  "required": true,
5873
- "x-name": "CreateDialogCommand",
5874
- "x-position": 1
5881
+ "x-name": "dto"
5875
5882
  },
5876
5883
  "responses": {
5877
5884
  "201": {