@digdir/dialogporten-schema 1.75.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.75.0",
3
+ "version": "1.76.2-24de98c",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "22"
@@ -624,6 +624,7 @@ enum SystemLabel {
624
624
  BIN
625
625
  ARCHIVE
626
626
  MARKED_AS_UNOPENED
627
+ SENT
627
628
  }
628
629
 
629
630
  enum TransmissionType {
package/src/index.js CHANGED
@@ -624,6 +624,7 @@ enum SystemLabel {
624
624
  BIN
625
625
  ARCHIVE
626
626
  MARKED_AS_UNOPENED
627
+ SENT
627
628
  }
628
629
 
629
630
  enum TransmissionType {
@@ -32,14 +32,16 @@
32
32
  "Default",
33
33
  "Bin",
34
34
  "Archive",
35
- "MarkedAsUnopened"
35
+ "MarkedAsUnopened",
36
+ "Sent"
36
37
  ],
37
38
  "type": "string",
38
39
  "x-enumNames": [
39
40
  "Default",
40
41
  "Bin",
41
42
  "Archive",
42
- "MarkedAsUnopened"
43
+ "MarkedAsUnopened",
44
+ "Sent"
43
45
  ]
44
46
  },
45
47
  "DialogsEntities_DialogStatus": {
@@ -2567,6 +2569,7 @@
2567
2569
  },
2568
2570
  "status": {
2569
2571
  "description": "The aggregated status of the dialog.",
2572
+ "nullable": true,
2570
2573
  "oneOf": [
2571
2574
  {
2572
2575
  "$ref": "#/components/schemas/V1ServiceOwnerCommonDialogStatuses_DialogStatusInput"
@@ -6902,7 +6905,7 @@
6902
6905
  ]
6903
6906
  },
6904
6907
  "post": {
6905
- "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)",
6906
6909
  "operationId": "V1ServiceOwnerDialogsCommandsCreate_Dialog",
6907
6910
  "requestBody": {
6908
6911
  "content": {
@@ -8634,4 +8637,4 @@
8634
8637
  }
8635
8638
  }
8636
8639
  }
8637
- }
8640
+ }