@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digdir/dialogporten-schema",
3
- "version": "1.110.5-5acfe46",
3
+ "version": "1.110.5-79f98db",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "24"
@@ -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!
@@ -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"