@digdir/dialogporten-schema 1.110.5-79f98db → 1.111.0-18f9052

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-79f98db",
3
+ "version": "1.111.0-18f9052",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "24"
@@ -2207,6 +2207,13 @@
2207
2207
  "format": "date-time",
2208
2208
  "type": "string"
2209
2209
  },
2210
+ "description": {
2211
+ "items": {
2212
+ "$ref": "#/components/schemas/V1CommonLocalizations_Localization"
2213
+ },
2214
+ "nullable": true,
2215
+ "type": "array"
2216
+ },
2210
2217
  "extendedType": {
2211
2218
  "format": "uri",
2212
2219
  "nullable": true,
@@ -2216,10 +2223,6 @@
2216
2223
  "format": "guid",
2217
2224
  "type": "string"
2218
2225
  },
2219
- "seenByEndUserIdHash": {
2220
- "nullable": true,
2221
- "type": "string"
2222
- },
2223
2226
  "transmissionId": {
2224
2227
  "format": "guid",
2225
2228
  "nullable": true,
@@ -6735,6 +6738,16 @@
6735
6738
  },
6736
6739
  "type": "object"
6737
6740
  },
6741
+ "V1ServiceOwnerServiceOwnerContextQueriesGetServiceOwnerLabels_ServiceOwnerLabel": {
6742
+ "additionalProperties": false,
6743
+ "properties": {
6744
+ "value": {
6745
+ "description": "A label value.",
6746
+ "type": "string"
6747
+ }
6748
+ },
6749
+ "type": "object"
6750
+ },
6738
6751
  "V1WellKnownJwksQueriesGet_Jwk": {
6739
6752
  "additionalProperties": false,
6740
6753
  "properties": {
@@ -10053,6 +10066,16 @@
10053
10066
  ],
10054
10067
  "responses": {
10055
10068
  "200": {
10069
+ "content": {
10070
+ "application/json": {
10071
+ "schema": {
10072
+ "items": {
10073
+ "$ref": "#/components/schemas/V1ServiceOwnerServiceOwnerContextQueriesGetServiceOwnerLabels_ServiceOwnerLabel"
10074
+ },
10075
+ "type": "array"
10076
+ }
10077
+ }
10078
+ },
10056
10079
  "description": "Successfully retrieved the service owner labels."
10057
10080
  },
10058
10081
  "401": {
@@ -11304,4 +11327,4 @@
11304
11327
  }
11305
11328
  }
11306
11329
  }
11307
- }
11330
+ }