@digdir/dialogporten-schema 1.54.0-8f382cd → 1.55.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.54.0-8f382cd",
3
+ "version": "1.55.0",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "22"
@@ -5619,6 +5619,19 @@
5619
5619
  },
5620
5620
  "403": {
5621
5621
  "description": "Unauthorized to get the supplied dialog (not owned by authenticated organization or has additional scope requirements defined in policy)."
5622
+ },
5623
+ "404": {
5624
+ "content": {
5625
+ "application/problem\u002Bjson": {
5626
+ "schema": {
5627
+ "$ref": "#/components/schemas/ProblemDetails"
5628
+ }
5629
+ }
5630
+ },
5631
+ "description": "The given dialog ID was not found."
5632
+ },
5633
+ "410": {
5634
+ "description": "Entity with the given key(s) is removed."
5622
5635
  }
5623
5636
  },
5624
5637
  "security": [
@@ -5681,7 +5694,10 @@
5681
5694
  }
5682
5695
  }
5683
5696
  },
5684
- "description": "The given dialog ID was not found or was deleted, or the given transmission ID was not found."
5697
+ "description": "The specified dialog ID or transmission ID was not found."
5698
+ },
5699
+ "410": {
5700
+ "description": "Entity with the given key(s) is removed."
5685
5701
  }
5686
5702
  },
5687
5703
  "security": [
@@ -7268,7 +7284,7 @@
7268
7284
  }
7269
7285
  }
7270
7286
  },
7271
- "description": "The given dialog ID was not found or was deleted, or the given transmission ID was not found."
7287
+ "description": "The specified dialog ID or transmission ID was not found."
7272
7288
  },
7273
7289
  "410": {
7274
7290
  "description": "Entity with the given key(s) is removed."