@digdir/dialogporten-schema 1.10.0 → 1.11.0

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.10.0",
3
+ "version": "1.11.0",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "20"
@@ -265,8 +265,8 @@
265
265
  "tags": [
266
266
  "Serviceowner"
267
267
  ],
268
- "summary": "Gets a single dialog seen log record",
269
- "description": "Gets a single dialog seen log record. For more information see the documentation (link TBD).",
268
+ "summary": "Gets all seen log records for a dialog",
269
+ "description": "Gets all seen log records for a dialog. For more information see the documentation (link TBD).",
270
270
  "operationId": "SearchDialogSeenLogSO",
271
271
  "parameters": [
272
272
  {
@@ -287,7 +287,7 @@
287
287
  "description": "Forbidden"
288
288
  },
289
289
  "200": {
290
- "description": "Successfully returned the dialog seen log record.",
290
+ "description": "Successfully returned the dialog seen log records.",
291
291
  "content": {
292
292
  "application/json": {
293
293
  "schema": {
@@ -413,11 +413,7 @@
413
413
  "content": {
414
414
  "application/json": {
415
415
  "schema": {
416
- "oneOf": [
417
- {
418
- "$ref": "#/components/schemas/UpdateDialogDto"
419
- }
420
- ]
416
+ "$ref": "#/components/schemas/UpdateDialogDto"
421
417
  },
422
418
  "example": {
423
419
  "Progress": 42,
@@ -1552,8 +1548,8 @@
1552
1548
  "tags": [
1553
1549
  "Enduser"
1554
1550
  ],
1555
- "summary": "Gets a single dialog seen log record",
1556
- "description": "Gets a single dialog seen log record. For more information see the documentation (link TBD).",
1551
+ "summary": "Gets all seen log records for a dialog",
1552
+ "description": "Gets all seen log records for a dialog. For more information see the documentation (link TBD).",
1557
1553
  "operationId": "SearchDialogSeenLog",
1558
1554
  "parameters": [
1559
1555
  {
@@ -1574,7 +1570,7 @@
1574
1570
  "description": "Forbidden"
1575
1571
  },
1576
1572
  "200": {
1577
- "description": "Successfully returned the dialog seen log record.",
1573
+ "description": "Successfully returned the dialog seen log records.",
1578
1574
  "content": {
1579
1575
  "application/json": {
1580
1576
  "schema": {