@digdir/dialogporten-schema 1.115.2 → 1.115.5

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.115.2",
3
+ "version": "1.115.5",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "24"
@@ -247,6 +247,11 @@ type DialogByIdDeleted implements DialogByIdError {
247
247
  message: String!
248
248
  }
249
249
 
250
+ type DialogByIdExpired implements DialogByIdError {
251
+ message: String!
252
+ expiredAt: DateTime!
253
+ }
254
+
250
255
  type DialogByIdForbidden implements DialogByIdError {
251
256
  message: String!
252
257
  }
@@ -807,4 +812,4 @@ scalar DateTime @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time"
807
812
 
808
813
  scalar URL @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc3986")
809
814
 
810
- scalar UUID @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc4122")
815
+ scalar UUID @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc4122")
package/src/index.js CHANGED
@@ -247,6 +247,11 @@ type DialogByIdDeleted implements DialogByIdError {
247
247
  message: String!
248
248
  }
249
249
 
250
+ type DialogByIdExpired implements DialogByIdError {
251
+ message: String!
252
+ expiredAt: DateTime!
253
+ }
254
+
250
255
  type DialogByIdForbidden implements DialogByIdError {
251
256
  message: String!
252
257
  }
@@ -8810,9 +8810,6 @@
8810
8810
  }
8811
8811
  }
8812
8812
  },
8813
- "204": {
8814
- "description": "No Content"
8815
- },
8816
8813
  "400": {
8817
8814
  "content": {
8818
8815
  "application/problem\u002Bjson": {
@@ -9884,9 +9881,6 @@
9884
9881
  }
9885
9882
  }
9886
9883
  },
9887
- "204": {
9888
- "description": "No Content"
9889
- },
9890
9884
  "400": {
9891
9885
  "content": {
9892
9886
  "application/problem\u002Bjson": {
@@ -10800,9 +10794,6 @@
10800
10794
  }
10801
10795
  }
10802
10796
  },
10803
- "204": {
10804
- "description": "No Content"
10805
- },
10806
10797
  "400": {
10807
10798
  "content": {
10808
10799
  "application/problem\u002Bjson": {