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