@digdir/dialogporten-schema 1.73.6-1a37a02 → 1.74.0-8e99313

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.73.6-1a37a02",
3
+ "version": "1.74.0-8e99313",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "22"
@@ -623,6 +623,7 @@ enum SystemLabel {
623
623
  DEFAULT
624
624
  BIN
625
625
  ARCHIVE
626
+ MARKED_AS_UNOPENED
626
627
  }
627
628
 
628
629
  enum TransmissionType {
@@ -655,4 +656,4 @@ scalar DateTime @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time"
655
656
 
656
657
  scalar URL @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc3986")
657
658
 
658
- scalar UUID @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc4122")
659
+ scalar UUID @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc4122")
package/src/index.js CHANGED
@@ -623,6 +623,7 @@ enum SystemLabel {
623
623
  DEFAULT
624
624
  BIN
625
625
  ARCHIVE
626
+ MARKED_AS_UNOPENED
626
627
  }
627
628
 
628
629
  enum TransmissionType {
@@ -31,13 +31,15 @@
31
31
  "enum": [
32
32
  "Default",
33
33
  "Bin",
34
- "Archive"
34
+ "Archive",
35
+ "MarkedAsUnopened"
35
36
  ],
36
37
  "type": "string",
37
38
  "x-enumNames": [
38
39
  "Default",
39
40
  "Bin",
40
- "Archive"
41
+ "Archive",
42
+ "MarkedAsUnopened"
41
43
  ]
42
44
  },
43
45
  "DialogsEntities_DialogStatus": {
@@ -8632,4 +8634,4 @@
8632
8634
  }
8633
8635
  }
8634
8636
  }
8635
- }
8637
+ }