@digdir/dialogporten-schema 1.21.0-49c0d34 → 1.21.0-c7bfb07

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.21.0-49c0d34",
3
+ "version": "1.21.0-c7bfb07",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "20"
@@ -193,6 +193,7 @@ type SearchDialog {
193
193
  updatedAt: DateTime!
194
194
  dueAt: DateTime
195
195
  status: DialogStatus!
196
+ systemLabel: SystemLabel!
196
197
  latestActivity: Activity
197
198
  content: SearchContent!
198
199
  seenSinceLastUpdate: [SeenLog!]!
package/src/index.js CHANGED
@@ -193,6 +193,7 @@ type SearchDialog {
193
193
  updatedAt: DateTime!
194
194
  dueAt: DateTime
195
195
  status: DialogStatus!
196
+ systemLabel: SystemLabel!
196
197
  latestActivity: Activity
197
198
  content: SearchContent!
198
199
  seenSinceLastUpdate: [SeenLog!]!
@@ -231,7 +231,7 @@
231
231
  "type": "string"
232
232
  },
233
233
  "process": {
234
- "description": "Optional process identifier used to indicate a business process this dialog belongs to ",
234
+ "description": "Optional process identifier used to indicate a business process this dialog belongs to",
235
235
  "nullable": true,
236
236
  "type": "string"
237
237
  },
@@ -262,7 +262,7 @@
262
262
  ]
263
263
  },
264
264
  "systemLabel": {
265
- "description": "Set the system label of the dialog Migration purposes ",
265
+ "description": "Set the system label of the dialog Migration purposes",
266
266
  "nullable": true,
267
267
  "oneOf": [
268
268
  {
@@ -751,6 +751,13 @@
751
751
  },
752
752
  "type": "array"
753
753
  },
754
+ "id": {
755
+ "description": "A self-defined UUIDv7 may be provided to support idempotent creation of transmission attachments. If not provided, a new UUIDv7 will be generated.",
756
+ "example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
757
+ "format": "guid",
758
+ "nullable": true,
759
+ "type": "string"
760
+ },
754
761
  "urls": {
755
762
  "description": "The URLs associated with the attachment, each referring to a different representation of the attachment.",
756
763
  "items": {
@@ -4089,6 +4096,13 @@
4089
4096
  },
4090
4097
  "type": "array"
4091
4098
  },
4099
+ "id": {
4100
+ "description": "A self-defined UUIDv7 may be provided to support idempotent creation of transmission attachments. If not provided, a new UUIDv7 will be generated.",
4101
+ "example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
4102
+ "format": "guid",
4103
+ "nullable": true,
4104
+ "type": "string"
4105
+ },
4092
4106
  "urls": {
4093
4107
  "description": "The URLs associated with the attachment, each referring to a different representation of the attachment.",
4094
4108
  "items": {