@digdir/dialogporten-schema 1.110.0 → 1.110.5-5acfe46

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.110.0",
3
+ "version": "1.110.5-5acfe46",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "24"
@@ -282,7 +282,6 @@ type DialogLookup {
282
282
  }
283
283
 
284
284
  type DialogLookupAuthorizationEvidence {
285
- minimumAuthenticationLevel: Int!
286
285
  currentAuthenticationLevel: Int!
287
286
  viaRole: Boolean!
288
287
  viaAccessPackage: Boolean!
@@ -318,6 +317,7 @@ type DialogLookupServiceOwner {
318
317
  type DialogLookupServiceResource {
319
318
  id: String!
320
319
  isDelegable: Boolean!
320
+ minimumAuthenticationLevel: Int!
321
321
  name: [Localization!]!
322
322
  }
323
323
 
@@ -800,4 +800,4 @@ scalar DateTime @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time"
800
800
 
801
801
  scalar URL @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc3986")
802
802
 
803
- scalar UUID @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc4122")
803
+ scalar UUID @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc4122")
package/src/index.js CHANGED
@@ -282,7 +282,6 @@ type DialogLookup {
282
282
  }
283
283
 
284
284
  type DialogLookupAuthorizationEvidence {
285
- minimumAuthenticationLevel: Int!
286
285
  currentAuthenticationLevel: Int!
287
286
  viaRole: Boolean!
288
287
  viaAccessPackage: Boolean!
@@ -318,6 +317,7 @@ type DialogLookupServiceOwner {
318
317
  type DialogLookupServiceResource {
319
318
  id: String!
320
319
  isDelegable: Boolean!
320
+ minimumAuthenticationLevel: Int!
321
321
  name: [Localization!]!
322
322
  }
323
323
 
@@ -523,10 +523,6 @@
523
523
  "nullable": true,
524
524
  "type": "array"
525
525
  },
526
- "minimumAuthenticationLevel": {
527
- "format": "int32",
528
- "type": "integer"
529
- },
530
526
  "viaAccessPackage": {
531
527
  "type": "boolean"
532
528
  },
@@ -598,6 +594,10 @@
598
594
  "isDelegable": {
599
595
  "type": "boolean"
600
596
  },
597
+ "minimumAuthenticationLevel": {
598
+ "format": "int32",
599
+ "type": "integer"
600
+ },
601
601
  "name": {
602
602
  "items": {
603
603
  "$ref": "#/components/schemas/V1CommonLocalizations_Localization"
@@ -11297,4 +11297,4 @@
11297
11297
  }
11298
11298
  }
11299
11299
  }
11300
- }
11300
+ }