@digdir/dialogporten-schema 1.71.0-c4a880c → 1.72.1-67e26b5

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.71.0-c4a880c",
3
+ "version": "1.72.1-67e26b5",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "22"
@@ -243,10 +243,13 @@ type SearchDialog {
243
243
  precedingProcess: String
244
244
  guiAttachmentCount: Int
245
245
  extendedStatus: String
246
+ externalReference: String
246
247
  createdAt: DateTime!
247
248
  updatedAt: DateTime!
249
+ contentUpdatedAt: DateTime!
248
250
  dueAt: DateTime
249
251
  status: DialogStatus!
252
+ hasUnopenedContent: Boolean!
250
253
  "Indicates if this dialog is intended for API consumption only and should not be shown in frontends aimed at humans"
251
254
  isApiOnly: Boolean!
252
255
  latestActivity: Activity
package/src/index.js CHANGED
@@ -243,10 +243,13 @@ type SearchDialog {
243
243
  precedingProcess: String
244
244
  guiAttachmentCount: Int
245
245
  extendedStatus: String
246
+ externalReference: String
246
247
  createdAt: DateTime!
247
248
  updatedAt: DateTime!
249
+ contentUpdatedAt: DateTime!
248
250
  dueAt: DateTime
249
251
  status: DialogStatus!
252
+ hasUnopenedContent: Boolean!
250
253
  "Indicates if this dialog is intended for API consumption only and should not be shown in frontends aimed at humans"
251
254
  isApiOnly: Boolean!
252
255
  latestActivity: Activity