@digdir/dialogporten-schema 1.110.5-5acfe46 → 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 +1 -0
- package/src/index.js +1 -0
- package/swagger.verified.json +7 -0
package/package.json
CHANGED
package/schema.verified.graphql
CHANGED
|
@@ -276,6 +276,7 @@ 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!
|
package/src/index.js
CHANGED
|
@@ -276,6 +276,7 @@ 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!
|
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"
|