@digdir/dialogporten-schema 1.54.0-2458d6a → 1.54.0-8f382cd

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-2458d6a",
3
+ "version": "1.54.0-8f382cd",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "22"
@@ -5619,19 +5619,6 @@
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."
5635
5622
  }
5636
5623
  },
5637
5624
  "security": [
@@ -5694,10 +5681,7 @@
5694
5681
  }
5695
5682
  }
5696
5683
  },
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."
5684
+ "description": "The given dialog ID was not found or was deleted, or the given transmission ID was not found."
5701
5685
  }
5702
5686
  },
5703
5687
  "security": [
@@ -7284,7 +7268,7 @@
7284
7268
  }
7285
7269
  }
7286
7270
  },
7287
- "description": "The specified dialog ID or transmission ID was not found."
7271
+ "description": "The given dialog ID was not found or was deleted, or the given transmission ID was not found."
7288
7272
  },
7289
7273
  "410": {
7290
7274
  "description": "Entity with the given key(s) is removed."