@digdir/dialogporten-schema 1.40.0 → 1.40.1-6f16935

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.40.0",
3
+ "version": "1.40.1-6f16935",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "20"
@@ -5919,6 +5919,16 @@
5919
5919
  "204": {
5920
5920
  "description": "The dialog aggregate was deleted successfully."
5921
5921
  },
5922
+ "400": {
5923
+ "content": {
5924
+ "application/problem\u002Bjson": {
5925
+ "schema": {
5926
+ "$ref": "#/components/schemas/ProblemDetails"
5927
+ }
5928
+ }
5929
+ },
5930
+ "description": "Validation error occured. See problem details for a list of errors."
5931
+ },
5922
5932
  "401": {
5923
5933
  "description": "Missing or invalid authentication token. Requires a Maskinporten-token with the scope \u0022digdir:dialogporten.serviceprovider\u0022."
5924
5934
  },
@@ -5935,6 +5945,9 @@
5935
5945
  },
5936
5946
  "description": "The given dialog ID was not found or is already deleted."
5937
5947
  },
5948
+ "410": {
5949
+ "description": "Entity with the given key(s) is removed."
5950
+ },
5938
5951
  "412": {
5939
5952
  "content": {
5940
5953
  "application/problem\u002Bjson": {
@@ -6183,6 +6196,9 @@
6183
6196
  },
6184
6197
  "description": "The given dialog ID was not found or is already deleted."
6185
6198
  },
6199
+ "410": {
6200
+ "description": "Entity with the given key(s) is removed."
6201
+ },
6186
6202
  "412": {
6187
6203
  "content": {
6188
6204
  "application/problem\u002Bjson": {
@@ -6478,6 +6494,9 @@
6478
6494
  },
6479
6495
  "description": "The given dialog ID was not found or is already deleted."
6480
6496
  },
6497
+ "410": {
6498
+ "description": "Entity with the given key(s) is removed."
6499
+ },
6481
6500
  "412": {
6482
6501
  "content": {
6483
6502
  "application/problem\u002Bjson": {
@@ -6820,6 +6839,9 @@
6820
6839
  },
6821
6840
  "description": "The given dialog ID was not found or is already deleted."
6822
6841
  },
6842
+ "410": {
6843
+ "description": "Entity with the given key(s) is removed."
6844
+ },
6823
6845
  "412": {
6824
6846
  "content": {
6825
6847
  "application/problem\u002Bjson": {