@digdir/dialogporten-schema 1.53.0 → 1.54.0-2458d6a

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-2458d6a",
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": [
@@ -5609,6 +5619,19 @@
5609
5619
  },
5610
5620
  "403": {
5611
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."
5612
5635
  }
5613
5636
  },
5614
5637
  "security": [
@@ -5671,7 +5694,10 @@
5671
5694
  }
5672
5695
  }
5673
5696
  },
5674
- "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."
5675
5701
  }
5676
5702
  },
5677
5703
  "security": [
@@ -5801,7 +5827,7 @@
5801
5827
  "style": "form"
5802
5828
  },
5803
5829
  {
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",
5830
+ "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
5831
  "in": "query",
5806
5832
  "name": "deleted",
5807
5833
  "schema": {
@@ -6302,6 +6328,16 @@
6302
6328
  },
6303
6329
  "description": "The given dialog ID was not found or is deleted"
6304
6330
  },
6331
+ "410": {
6332
+ "content": {
6333
+ "application/json": {
6334
+ "schema": {
6335
+ "$ref": "#/components/schemas/ProblemDetails"
6336
+ }
6337
+ }
6338
+ },
6339
+ "description": "The dialog with the given key is removed"
6340
+ },
6305
6341
  "412": {
6306
6342
  "content": {
6307
6343
  "application/json": {
@@ -6684,6 +6720,16 @@
6684
6720
  },
6685
6721
  "403": {
6686
6722
  "description": "Unauthorized to get the supplied dialog (not owned by authenticated organization or has additional scope requirements defined in policy)."
6723
+ },
6724
+ "404": {
6725
+ "content": {
6726
+ "application/problem\u002Bjson": {
6727
+ "schema": {
6728
+ "$ref": "#/components/schemas/ProblemDetails"
6729
+ }
6730
+ }
6731
+ },
6732
+ "description": "The given dialog ID was not found."
6687
6733
  }
6688
6734
  },
6689
6735
  "security": [
@@ -6866,7 +6912,7 @@
6866
6912
  }
6867
6913
  }
6868
6914
  },
6869
- "description": "The given dialog ID was not found or was deleted, or the given activity ID was not found."
6915
+ "description": "The specified dialog ID or activity ID was not found."
6870
6916
  },
6871
6917
  "410": {
6872
6918
  "description": "Entity with the given key(s) is removed."
@@ -7238,7 +7284,7 @@
7238
7284
  }
7239
7285
  }
7240
7286
  },
7241
- "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."
7242
7288
  },
7243
7289
  "410": {
7244
7290
  "description": "Entity with the given key(s) is removed."
@@ -7258,7 +7304,7 @@
7258
7304
  },
7259
7305
  "servers": [
7260
7306
  {
7261
- "url": "https://altinn-dev-api.azure-api.net/dialogporten"
7307
+ "url": "https://localhost:7214/"
7262
7308
  }
7263
7309
  ]
7264
- }
7310
+ }