@digdir/dialogporten-schema 1.79.8 → 1.80.2-c3af05c
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 +2 -0
- package/src/index.js +2 -0
package/package.json
CHANGED
package/schema.verified.graphql
CHANGED
|
@@ -475,6 +475,8 @@ input SearchDialogInput {
|
|
|
475
475
|
externalReference: String
|
|
476
476
|
"Filter by status"
|
|
477
477
|
status: [DialogStatus!]
|
|
478
|
+
"Filter by process"
|
|
479
|
+
process: String
|
|
478
480
|
"Filter by system label"
|
|
479
481
|
systemLabel: [SystemLabel!]
|
|
480
482
|
"Whether to exclude API-only dialogs from the results. Defaults to false."
|
package/src/index.js
CHANGED
|
@@ -475,6 +475,8 @@ input SearchDialogInput {
|
|
|
475
475
|
externalReference: String
|
|
476
476
|
"Filter by status"
|
|
477
477
|
status: [DialogStatus!]
|
|
478
|
+
"Filter by process"
|
|
479
|
+
process: String
|
|
478
480
|
"Filter by system label"
|
|
479
481
|
systemLabel: [SystemLabel!]
|
|
480
482
|
"Whether to exclude API-only dialogs from the results. Defaults to false."
|