@digdir/dialogporten-schema 1.110.0 → 1.110.5-79f98db
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 +3 -2
- package/src/index.js +2 -1
- package/swagger.verified.json +12 -5
package/package.json
CHANGED
package/schema.verified.graphql
CHANGED
|
@@ -276,13 +276,13 @@ type DialogLookup {
|
|
|
276
276
|
dialogId: UUID!
|
|
277
277
|
instanceRef: String!
|
|
278
278
|
party: String!
|
|
279
|
+
title: [Localization!]!
|
|
279
280
|
serviceResource: DialogLookupServiceResource!
|
|
280
281
|
serviceOwner: DialogLookupServiceOwner!
|
|
281
282
|
authorizationEvidence: DialogLookupAuthorizationEvidence!
|
|
282
283
|
}
|
|
283
284
|
|
|
284
285
|
type DialogLookupAuthorizationEvidence {
|
|
285
|
-
minimumAuthenticationLevel: Int!
|
|
286
286
|
currentAuthenticationLevel: Int!
|
|
287
287
|
viaRole: Boolean!
|
|
288
288
|
viaAccessPackage: Boolean!
|
|
@@ -318,6 +318,7 @@ type DialogLookupServiceOwner {
|
|
|
318
318
|
type DialogLookupServiceResource {
|
|
319
319
|
id: String!
|
|
320
320
|
isDelegable: Boolean!
|
|
321
|
+
minimumAuthenticationLevel: Int!
|
|
321
322
|
name: [Localization!]!
|
|
322
323
|
}
|
|
323
324
|
|
|
@@ -800,4 +801,4 @@ scalar DateTime @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time"
|
|
|
800
801
|
|
|
801
802
|
scalar URL @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc3986")
|
|
802
803
|
|
|
803
|
-
scalar UUID @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc4122")
|
|
804
|
+
scalar UUID @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc4122")
|
package/src/index.js
CHANGED
|
@@ -276,13 +276,13 @@ type DialogLookup {
|
|
|
276
276
|
dialogId: UUID!
|
|
277
277
|
instanceRef: String!
|
|
278
278
|
party: String!
|
|
279
|
+
title: [Localization!]!
|
|
279
280
|
serviceResource: DialogLookupServiceResource!
|
|
280
281
|
serviceOwner: DialogLookupServiceOwner!
|
|
281
282
|
authorizationEvidence: DialogLookupAuthorizationEvidence!
|
|
282
283
|
}
|
|
283
284
|
|
|
284
285
|
type DialogLookupAuthorizationEvidence {
|
|
285
|
-
minimumAuthenticationLevel: Int!
|
|
286
286
|
currentAuthenticationLevel: Int!
|
|
287
287
|
viaRole: Boolean!
|
|
288
288
|
viaAccessPackage: Boolean!
|
|
@@ -318,6 +318,7 @@ type DialogLookupServiceOwner {
|
|
|
318
318
|
type DialogLookupServiceResource {
|
|
319
319
|
id: String!
|
|
320
320
|
isDelegable: Boolean!
|
|
321
|
+
minimumAuthenticationLevel: Int!
|
|
321
322
|
name: [Localization!]!
|
|
322
323
|
}
|
|
323
324
|
|
package/swagger.verified.json
CHANGED
|
@@ -505,6 +505,13 @@
|
|
|
505
505
|
},
|
|
506
506
|
"serviceResource": {
|
|
507
507
|
"$ref": "#/components/schemas/V1CommonIdentifierLookup_IdentifierLookupServiceResource"
|
|
508
|
+
},
|
|
509
|
+
"title": {
|
|
510
|
+
"items": {
|
|
511
|
+
"$ref": "#/components/schemas/V1CommonLocalizations_Localization"
|
|
512
|
+
},
|
|
513
|
+
"nullable": true,
|
|
514
|
+
"type": "array"
|
|
508
515
|
}
|
|
509
516
|
},
|
|
510
517
|
"type": "object"
|
|
@@ -523,10 +530,6 @@
|
|
|
523
530
|
"nullable": true,
|
|
524
531
|
"type": "array"
|
|
525
532
|
},
|
|
526
|
-
"minimumAuthenticationLevel": {
|
|
527
|
-
"format": "int32",
|
|
528
|
-
"type": "integer"
|
|
529
|
-
},
|
|
530
533
|
"viaAccessPackage": {
|
|
531
534
|
"type": "boolean"
|
|
532
535
|
},
|
|
@@ -598,6 +601,10 @@
|
|
|
598
601
|
"isDelegable": {
|
|
599
602
|
"type": "boolean"
|
|
600
603
|
},
|
|
604
|
+
"minimumAuthenticationLevel": {
|
|
605
|
+
"format": "int32",
|
|
606
|
+
"type": "integer"
|
|
607
|
+
},
|
|
601
608
|
"name": {
|
|
602
609
|
"items": {
|
|
603
610
|
"$ref": "#/components/schemas/V1CommonLocalizations_Localization"
|
|
@@ -11297,4 +11304,4 @@
|
|
|
11297
11304
|
}
|
|
11298
11305
|
}
|
|
11299
11306
|
}
|
|
11300
|
-
}
|
|
11307
|
+
}
|