@digdir/dialogporten-schema 1.72.0-e4ab490 → 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.72.0-e4ab490",
3
+ "version": "1.72.1-67e26b5",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "22"
@@ -243,8 +243,10 @@ 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!
250
252
  hasUnopenedContent: Boolean!
package/src/index.js CHANGED
@@ -243,8 +243,10 @@ 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!
250
252
  hasUnopenedContent: Boolean!