@digdir/dialogporten-schema 1.94.0 → 1.97.1-8bdeebb

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,9 +1,9 @@
1
1
  {
2
2
  "name": "@digdir/dialogporten-schema",
3
- "version": "1.94.0",
3
+ "version": "1.97.1-8bdeebb",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
- "node": "22"
6
+ "node": "24"
7
7
  },
8
8
  "author": "DigDir",
9
9
  "main": "src/index.js",
@@ -5611,6 +5611,15 @@
5611
5611
  "nullable": true,
5612
5612
  "type": "array"
5613
5613
  },
5614
+ "performedBy": {
5615
+ "description": "Optional actor metadata describing who performed the operation. Only available for admin-integrations when EndUserId is omitted.",
5616
+ "nullable": true,
5617
+ "oneOf": [
5618
+ {
5619
+ "$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
5620
+ }
5621
+ ]
5622
+ },
5614
5623
  "removeLabels": {
5615
5624
  "description": "List of system labels to remove from the target dialogs. If \u0027bin\u0027 or \u0027archive\u0027 is removed, the \u0027default\u0027 label will be added automatically unless \u0027bin\u0027 or \u0027archive\u0027 is also in the AddLabels list.",
5616
5625
  "items": {
@@ -5660,6 +5669,15 @@
5660
5669
  "nullable": true,
5661
5670
  "type": "array"
5662
5671
  },
5672
+ "performedBy": {
5673
+ "description": "Optional actor metadata describing who performed the change. Only available for admin-integrations when EnduserId is omitted.",
5674
+ "nullable": true,
5675
+ "oneOf": [
5676
+ {
5677
+ "$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
5678
+ }
5679
+ ]
5680
+ },
5663
5681
  "removeLabels": {
5664
5682
  "description": "List of system labels to remove from target dialogs. If \u0027bin\u0027 or \u0027archive\u0027 is removed, the \u0027default\u0027 label will be added automatically unless \u0027bin\u0027 or \u0027archive\u0027 is also in the AddLabels list.",
5665
5683
  "items": {
@@ -8452,8 +8470,8 @@
8452
8470
  {
8453
8471
  "in": "query",
8454
8472
  "name": "enduserId",
8455
- "required": true,
8456
8473
  "schema": {
8474
+ "nullable": true,
8457
8475
  "type": "string"
8458
8476
  }
8459
8477
  },
@@ -8946,8 +8964,8 @@
8946
8964
  {
8947
8965
  "in": "query",
8948
8966
  "name": "enduserId",
8949
- "required": true,
8950
8967
  "schema": {
8968
+ "nullable": true,
8951
8969
  "type": "string"
8952
8970
  }
8953
8971
  }
@@ -9018,4 +9036,4 @@
9018
9036
  }
9019
9037
  }
9020
9038
  }
9021
- }
9039
+ }