@digdir/dialogporten-schema 1.75.0 → 1.76.0

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.0",
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": {