@digdir/dialogporten-schema 1.117.2 → 1.117.3

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.117.2",
3
+ "version": "1.117.3",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "24"
@@ -1945,7 +1945,8 @@
1945
1945
  "additionalProperties": false,
1946
1946
  "properties": {
1947
1947
  "content": {
1948
- "description": "The content of the dialog in search results.",
1948
+ "description": "The content of the dialog in search results. May be null for API-only dialogs, which are not required to have content.",
1949
+ "nullable": true,
1949
1950
  "oneOf": [
1950
1951
  {
1951
1952
  "$ref": "#/components/schemas/V1EndUserDialogsQueriesSearch_Content"