@digdir/dialogporten-schema 1.110.5-5acfe46 → 1.110.5-7f10efb

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-7f10efb",
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"
@@ -6728,6 +6735,16 @@
6728
6735
  },
6729
6736
  "type": "object"
6730
6737
  },
6738
+ "V1ServiceOwnerServiceOwnerContextQueriesGetServiceOwnerLabels_ServiceOwnerLabel": {
6739
+ "additionalProperties": false,
6740
+ "properties": {
6741
+ "value": {
6742
+ "description": "A label value.",
6743
+ "type": "string"
6744
+ }
6745
+ },
6746
+ "type": "object"
6747
+ },
6731
6748
  "V1WellKnownJwksQueriesGet_Jwk": {
6732
6749
  "additionalProperties": false,
6733
6750
  "properties": {
@@ -10046,6 +10063,16 @@
10046
10063
  ],
10047
10064
  "responses": {
10048
10065
  "200": {
10066
+ "content": {
10067
+ "application/json": {
10068
+ "schema": {
10069
+ "items": {
10070
+ "$ref": "#/components/schemas/V1ServiceOwnerServiceOwnerContextQueriesGetServiceOwnerLabels_ServiceOwnerLabel"
10071
+ },
10072
+ "type": "array"
10073
+ }
10074
+ }
10075
+ },
10049
10076
  "description": "Successfully retrieved the service owner labels."
10050
10077
  },
10051
10078
  "401": {
@@ -11297,4 +11324,4 @@
11297
11324
  }
11298
11325
  }
11299
11326
  }
11300
- }
11327
+ }