@digdir/dialogporten-schema 1.71.0-c4a880c → 1.72.0-e4ab490

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.0-e4ab490",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "22"
@@ -247,6 +247,7 @@ type SearchDialog {
247
247
  updatedAt: DateTime!
248
248
  dueAt: DateTime
249
249
  status: DialogStatus!
250
+ hasUnopenedContent: Boolean!
250
251
  "Indicates if this dialog is intended for API consumption only and should not be shown in frontends aimed at humans"
251
252
  isApiOnly: Boolean!
252
253
  latestActivity: Activity
package/src/index.js CHANGED
@@ -247,6 +247,7 @@ type SearchDialog {
247
247
  updatedAt: DateTime!
248
248
  dueAt: DateTime
249
249
  status: DialogStatus!
250
+ hasUnopenedContent: Boolean!
250
251
  "Indicates if this dialog is intended for API consumption only and should not be shown in frontends aimed at humans"
251
252
  isApiOnly: Boolean!
252
253
  latestActivity: Activity