@digdir/dialogporten-schema 1.76.0 → 1.76.2-24de98c

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.76.0",
3
+ "version": "1.76.2-24de98c",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "22"
@@ -2569,6 +2569,7 @@
2569
2569
  },
2570
2570
  "status": {
2571
2571
  "description": "The aggregated status of the dialog.",
2572
+ "nullable": true,
2572
2573
  "oneOf": [
2573
2574
  {
2574
2575
  "$ref": "#/components/schemas/V1ServiceOwnerCommonDialogStatuses_DialogStatusInput"
@@ -6904,7 +6905,7 @@
6904
6905
  ]
6905
6906
  },
6906
6907
  "post": {
6907
- "description": "The dialog is created with the given configuration.\n\nFor detailed information on validation rules, see [the source for CreateDialogCommandValidator](https://github.com/altinn/dialogporten/blob/main/src/Digdir.Domain.Dialogporten.Application/Features/V1/ServiceOwner/Dialogs/Commands/Create/CreateDialogCommandValidator.cs)",
6908
+ "description": "The dialog is created with the given configuration.\n\nFor detailed information on validation rules, see [the source for create dialog validators](https://github.com/Altinn/dialogporten/tree/main/src/Digdir.Domain.Dialogporten.Application/Features/V1/ServiceOwner/Dialogs/Commands/Create/Validators)",
6908
6909
  "operationId": "V1ServiceOwnerDialogsCommandsCreate_Dialog",
6909
6910
  "requestBody": {
6910
6911
  "content": {
@@ -8636,4 +8637,4 @@
8636
8637
  }
8637
8638
  }
8638
8639
  }
8639
- }
8640
+ }