@digdir/dialogporten-schema 1.79.7-5f58832 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digdir/dialogporten-schema",
3
- "version": "1.79.7-5f58832",
3
+ "version": "1.80.2-c3af05c",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "22"
@@ -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."