@digdir/dialogporten-schema 1.106.2-bfcc35e → 1.107.0

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.106.2-bfcc35e",
3
+ "version": "1.107.0",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "24"
@@ -315,6 +315,7 @@ type DialogLookupServiceOwner {
315
315
 
316
316
  type DialogLookupServiceResource {
317
317
  id: String!
318
+ isDelegable: Boolean!
318
319
  name: [Localization!]!
319
320
  }
320
321
 
package/src/index.js CHANGED
@@ -315,6 +315,7 @@ type DialogLookupServiceOwner {
315
315
 
316
316
  type DialogLookupServiceResource {
317
317
  id: String!
318
+ isDelegable: Boolean!
318
319
  name: [Localization!]!
319
320
  }
320
321
 
@@ -587,6 +587,9 @@
587
587
  "id": {
588
588
  "type": "string"
589
589
  },
590
+ "isDelegable": {
591
+ "type": "boolean"
592
+ },
590
593
  "name": {
591
594
  "items": {
592
595
  "$ref": "#/components/schemas/V1CommonLocalizations_Localization"
@@ -10935,4 +10938,4 @@
10935
10938
  }
10936
10939
  }
10937
10940
  }
10938
- }
10941
+ }