@digdir/dialogporten-schema 1.76.2-abd4484 → 1.79.0-1f44767

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.76.2-abd4484",
3
+ "version": "1.79.0-1f44767",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "22"
@@ -6052,6 +6052,7 @@
6052
6052
  },
6053
6053
  "/api/v1/enduser/dialogs/{dialogId}/context/labellog": {
6054
6054
  "get": {
6055
+ "description": "Gets the list of label assignment logs belonging to a dialog",
6055
6056
  "operationId": "V1EndUserEndUserContextQueriesSearchLabelAssignmentLogs_DialogLabelAssignmentLog",
6056
6057
  "parameters": [
6057
6058
  {
@@ -6076,13 +6077,13 @@
6076
6077
  }
6077
6078
  }
6078
6079
  },
6079
- "description": "Success"
6080
+ "description": "Successfully returned the dialog label assignment log list."
6080
6081
  },
6081
6082
  "401": {
6082
- "description": "Unauthorized"
6083
+ "description": "Missing or invalid authentication token. Requires a Maskinporten-token with the scope \u0022digdir:dialogporten\u0022."
6083
6084
  },
6084
6085
  "403": {
6085
- "description": "Forbidden"
6086
+ "description": "Unauthorized to get the supplied dialog (not owned by authenticated organization or has additional scope requirements defined in policy)."
6086
6087
  },
6087
6088
  "404": {
6088
6089
  "content": {
@@ -6092,10 +6093,10 @@
6092
6093
  }
6093
6094
  }
6094
6095
  },
6095
- "description": "Not Found"
6096
+ "description": "The given dialog ID was not found."
6096
6097
  },
6097
6098
  "410": {
6098
- "description": ""
6099
+ "description": "Entity with the given key(s) is removed."
6099
6100
  }
6100
6101
  },
6101
6102
  "security": [
@@ -6105,6 +6106,7 @@
6105
6106
  ]
6106
6107
  }
6107
6108
  ],
6109
+ "summary": "Gets a list of dialog label assignment logs",
6108
6110
  "tags": [
6109
6111
  "Enduser"
6110
6112
  ]
@@ -7877,7 +7879,7 @@
7877
7879
  ]
7878
7880
  }
7879
7881
  ],
7880
- "summary": "Retrieve service owner labels for a dialog",
7882
+ "summary": "Retrieve service owner labels for a dialog.",
7881
7883
  "tags": [
7882
7884
  "Serviceowner"
7883
7885
  ]
@@ -8637,4 +8639,4 @@
8637
8639
  }
8638
8640
  }
8639
8641
  }
8640
- }
8642
+ }