@digdir/dialogporten-schema 1.111.0 → 1.111.1

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.111.0",
3
+ "version": "1.111.1",
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,