@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 +1 -1
- package/schema.verified.graphql +1 -0
- package/src/index.js +1 -0
package/package.json
CHANGED
package/schema.verified.graphql
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
|
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
|