@digdir/dialogporten-schema 1.74.0 → 1.75.0-339ffad

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