@digdir/dialogporten-schema 1.53.0 → 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.53.0",
3
+ "version": "1.54.0-8f382cd",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "22"
@@ -5230,6 +5230,16 @@
5230
5230
  },
5231
5231
  "403": {
5232
5232
  "description": "Unauthorized to get the supplied dialog (not owned by authenticated organization or has additional scope requirements defined in policy)."
5233
+ },
5234
+ "404": {
5235
+ "content": {
5236
+ "application/problem\u002Bjson": {
5237
+ "schema": {
5238
+ "$ref": "#/components/schemas/ProblemDetails"
5239
+ }
5240
+ }
5241
+ },
5242
+ "description": "The given dialog ID was not found."
5233
5243
  }
5234
5244
  },
5235
5245
  "security": [
@@ -5292,7 +5302,7 @@
5292
5302
  }
5293
5303
  }
5294
5304
  },
5295
- "description": "The given dialog ID was not found or was deleted, or the given activity ID was not found."
5305
+ "description": "The specified dialog ID or activity ID was not found."
5296
5306
  }
5297
5307
  },
5298
5308
  "security": [
@@ -5801,7 +5811,7 @@
5801
5811
  "style": "form"
5802
5812
  },
5803
5813
  {
5804
- "description": "If set to \u0027include\u0027, the result will include both deleted and non-deleted dialogs\nIf set to \u0027exclude\u0027, the result will only include non-deleted dialogs\nIf set to \u0027only\u0027, the result will only include deleted dialogs",
5814
+ "description": "If set to \u0027include\u0027, the result will include both deleted and non-deleted dialogs. If set to \u0027exclude\u0027, the result will only include non-deleted dialogs. If set to \u0027only\u0027, the result will only include deleted dialogs",
5805
5815
  "in": "query",
5806
5816
  "name": "deleted",
5807
5817
  "schema": {
@@ -6302,6 +6312,16 @@
6302
6312
  },
6303
6313
  "description": "The given dialog ID was not found or is deleted"
6304
6314
  },
6315
+ "410": {
6316
+ "content": {
6317
+ "application/json": {
6318
+ "schema": {
6319
+ "$ref": "#/components/schemas/ProblemDetails"
6320
+ }
6321
+ }
6322
+ },
6323
+ "description": "The dialog with the given key is removed"
6324
+ },
6305
6325
  "412": {
6306
6326
  "content": {
6307
6327
  "application/json": {
@@ -6684,6 +6704,16 @@
6684
6704
  },
6685
6705
  "403": {
6686
6706
  "description": "Unauthorized to get the supplied dialog (not owned by authenticated organization or has additional scope requirements defined in policy)."
6707
+ },
6708
+ "404": {
6709
+ "content": {
6710
+ "application/problem\u002Bjson": {
6711
+ "schema": {
6712
+ "$ref": "#/components/schemas/ProblemDetails"
6713
+ }
6714
+ }
6715
+ },
6716
+ "description": "The given dialog ID was not found."
6687
6717
  }
6688
6718
  },
6689
6719
  "security": [
@@ -6866,7 +6896,7 @@
6866
6896
  }
6867
6897
  }
6868
6898
  },
6869
- "description": "The given dialog ID was not found or was deleted, or the given activity ID was not found."
6899
+ "description": "The specified dialog ID or activity ID was not found."
6870
6900
  },
6871
6901
  "410": {
6872
6902
  "description": "Entity with the given key(s) is removed."
@@ -7258,7 +7288,7 @@
7258
7288
  },
7259
7289
  "servers": [
7260
7290
  {
7261
- "url": "https://altinn-dev-api.azure-api.net/dialogporten"
7291
+ "url": "https://localhost:7214/"
7262
7292
  }
7263
7293
  ]
7264
- }
7294
+ }