@digdir/dialogporten-schema 1.28.3-920d749 → 1.29.0-e79dbfa

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.28.3-920d749",
3
+ "version": "1.29.0-e79dbfa",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "20"
@@ -6501,7 +6501,7 @@
6501
6501
  },
6502
6502
  "patch": {
6503
6503
  "description": "Patches a dialog aggregate with a RFC6902 JSON Patch document. The patch document must be a JSON array of RFC6902 operations.\nSee [https://tools.ietf.org/html/rfc6902](https://tools.ietf.org/html/rfc6902) for more information.\n \nOptimistic concurrency control is implemented using the If-Match header. Supply the Revision value from the GetDialog endpoint to ensure that the dialog is not modified/deleted by another request in the meantime.",
6504
- "operationId": "PatchDialogs_Patch",
6504
+ "operationId": "V1ServiceOwnerDialogsPatchDialog",
6505
6505
  "parameters": [
6506
6506
  {
6507
6507
  "in": "path",