@digdir/dialogporten-schema 1.63.0 → 1.65.1-a2678de
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 +1 -1
- package/swagger.verified.json +87 -83
package/package.json
CHANGED
package/swagger.verified.json
CHANGED
|
@@ -1482,14 +1482,9 @@
|
|
|
1482
1482
|
},
|
|
1483
1483
|
"type": "object"
|
|
1484
1484
|
},
|
|
1485
|
-
"
|
|
1485
|
+
"V1EndUserDialogSystemLabelsSet_SetDialogSystemLabelRequest": {
|
|
1486
1486
|
"additionalProperties": false,
|
|
1487
1487
|
"properties": {
|
|
1488
|
-
"ifMatchDialogRevision": {
|
|
1489
|
-
"format": "guid",
|
|
1490
|
-
"nullable": true,
|
|
1491
|
-
"type": "string"
|
|
1492
|
-
},
|
|
1493
1488
|
"label": {
|
|
1494
1489
|
"$ref": "#/components/schemas/DialogEndUserContextsEntities_SystemLabel"
|
|
1495
1490
|
}
|
|
@@ -2475,7 +2470,7 @@
|
|
|
2475
2470
|
]
|
|
2476
2471
|
},
|
|
2477
2472
|
"systemLabel": {
|
|
2478
|
-
"description": "Set the system label of the dialog
|
|
2473
|
+
"description": "Set the system label of the dialog.",
|
|
2479
2474
|
"nullable": true,
|
|
2480
2475
|
"oneOf": [
|
|
2481
2476
|
{
|
|
@@ -5404,7 +5399,7 @@
|
|
|
5404
5399
|
]
|
|
5405
5400
|
}
|
|
5406
5401
|
},
|
|
5407
|
-
"/api/v1/enduser/dialogs/{dialogId}/labellog": {
|
|
5402
|
+
"/api/v1/enduser/dialogs/{dialogId}/context/labellog": {
|
|
5408
5403
|
"get": {
|
|
5409
5404
|
"operationId": "V1EndUserDialogLabelAssignmentLogsSearch_DialogLabelAssignmentLog",
|
|
5410
5405
|
"parameters": [
|
|
@@ -5464,10 +5459,9 @@
|
|
|
5464
5459
|
]
|
|
5465
5460
|
}
|
|
5466
5461
|
},
|
|
5467
|
-
"/api/v1/enduser/dialogs/{dialogId}/
|
|
5468
|
-
"
|
|
5469
|
-
"
|
|
5470
|
-
"operationId": "V1EndUserDialogSeenLogsSearch_DialogSeenLog",
|
|
5462
|
+
"/api/v1/enduser/dialogs/{dialogId}/context/systemlabels": {
|
|
5463
|
+
"put": {
|
|
5464
|
+
"operationId": "V1EndUserDialogSystemLabelsSet_SetDialogSystemLabel",
|
|
5471
5465
|
"parameters": [
|
|
5472
5466
|
{
|
|
5473
5467
|
"in": "path",
|
|
@@ -5477,24 +5471,46 @@
|
|
|
5477
5471
|
"format": "guid",
|
|
5478
5472
|
"type": "string"
|
|
5479
5473
|
}
|
|
5474
|
+
},
|
|
5475
|
+
{
|
|
5476
|
+
"in": "header",
|
|
5477
|
+
"name": "if-Match",
|
|
5478
|
+
"schema": {
|
|
5479
|
+
"format": "guid",
|
|
5480
|
+
"nullable": true,
|
|
5481
|
+
"type": "string"
|
|
5482
|
+
}
|
|
5480
5483
|
}
|
|
5481
5484
|
],
|
|
5485
|
+
"requestBody": {
|
|
5486
|
+
"content": {
|
|
5487
|
+
"application/json": {
|
|
5488
|
+
"schema": {
|
|
5489
|
+
"$ref": "#/components/schemas/V1EndUserDialogSystemLabelsSet_SetDialogSystemLabelRequest"
|
|
5490
|
+
}
|
|
5491
|
+
}
|
|
5492
|
+
},
|
|
5493
|
+
"description": "",
|
|
5494
|
+
"required": true,
|
|
5495
|
+
"x-name": "SetDialogSystemLabelRequest",
|
|
5496
|
+
"x-position": 1
|
|
5497
|
+
},
|
|
5482
5498
|
"responses": {
|
|
5483
|
-
"
|
|
5499
|
+
"204": {
|
|
5500
|
+
"description": "No Content"
|
|
5501
|
+
},
|
|
5502
|
+
"400": {
|
|
5484
5503
|
"content": {
|
|
5485
|
-
"application/
|
|
5504
|
+
"application/problem\u002Bjson": {
|
|
5486
5505
|
"schema": {
|
|
5487
|
-
"
|
|
5488
|
-
"$ref": "#/components/schemas/V1EndUserDialogSeenLogsQueriesSearch_SeenLog"
|
|
5489
|
-
},
|
|
5490
|
-
"type": "array"
|
|
5506
|
+
"$ref": "#/components/schemas/ProblemDetails"
|
|
5491
5507
|
}
|
|
5492
5508
|
}
|
|
5493
5509
|
},
|
|
5494
|
-
"description": "
|
|
5510
|
+
"description": "Bad Request"
|
|
5495
5511
|
},
|
|
5496
5512
|
"401": {
|
|
5497
|
-
"description": "
|
|
5513
|
+
"description": "Unauthorized"
|
|
5498
5514
|
},
|
|
5499
5515
|
"403": {
|
|
5500
5516
|
"description": "Forbidden"
|
|
@@ -5508,6 +5524,29 @@
|
|
|
5508
5524
|
}
|
|
5509
5525
|
},
|
|
5510
5526
|
"description": "Not Found"
|
|
5527
|
+
},
|
|
5528
|
+
"410": {
|
|
5529
|
+
"description": ""
|
|
5530
|
+
},
|
|
5531
|
+
"412": {
|
|
5532
|
+
"content": {
|
|
5533
|
+
"application/problem\u002Bjson": {
|
|
5534
|
+
"schema": {
|
|
5535
|
+
"$ref": "#/components/schemas/ProblemDetails"
|
|
5536
|
+
}
|
|
5537
|
+
}
|
|
5538
|
+
},
|
|
5539
|
+
"description": ""
|
|
5540
|
+
},
|
|
5541
|
+
"422": {
|
|
5542
|
+
"content": {
|
|
5543
|
+
"application/problem\u002Bjson": {
|
|
5544
|
+
"schema": {
|
|
5545
|
+
"$ref": "#/components/schemas/ProblemDetails"
|
|
5546
|
+
}
|
|
5547
|
+
}
|
|
5548
|
+
},
|
|
5549
|
+
"description": ""
|
|
5511
5550
|
}
|
|
5512
5551
|
},
|
|
5513
5552
|
"security": [
|
|
@@ -5517,16 +5556,15 @@
|
|
|
5517
5556
|
]
|
|
5518
5557
|
}
|
|
5519
5558
|
],
|
|
5520
|
-
"summary": "Gets all seen log records for a dialog",
|
|
5521
5559
|
"tags": [
|
|
5522
5560
|
"Enduser"
|
|
5523
5561
|
]
|
|
5524
5562
|
}
|
|
5525
5563
|
},
|
|
5526
|
-
"/api/v1/enduser/dialogs/{dialogId}/seenlog
|
|
5564
|
+
"/api/v1/enduser/dialogs/{dialogId}/seenlog": {
|
|
5527
5565
|
"get": {
|
|
5528
|
-
"description": "Gets
|
|
5529
|
-
"operationId": "
|
|
5566
|
+
"description": "Gets all seen log records for a dialog.",
|
|
5567
|
+
"operationId": "V1EndUserDialogSeenLogsSearch_DialogSeenLog",
|
|
5530
5568
|
"parameters": [
|
|
5531
5569
|
{
|
|
5532
5570
|
"in": "path",
|
|
@@ -5536,15 +5574,6 @@
|
|
|
5536
5574
|
"format": "guid",
|
|
5537
5575
|
"type": "string"
|
|
5538
5576
|
}
|
|
5539
|
-
},
|
|
5540
|
-
{
|
|
5541
|
-
"in": "path",
|
|
5542
|
-
"name": "seenLogId",
|
|
5543
|
-
"required": true,
|
|
5544
|
-
"schema": {
|
|
5545
|
-
"format": "guid",
|
|
5546
|
-
"type": "string"
|
|
5547
|
-
}
|
|
5548
5577
|
}
|
|
5549
5578
|
],
|
|
5550
5579
|
"responses": {
|
|
@@ -5552,11 +5581,14 @@
|
|
|
5552
5581
|
"content": {
|
|
5553
5582
|
"application/json": {
|
|
5554
5583
|
"schema": {
|
|
5555
|
-
"
|
|
5584
|
+
"items": {
|
|
5585
|
+
"$ref": "#/components/schemas/V1EndUserDialogSeenLogsQueriesSearch_SeenLog"
|
|
5586
|
+
},
|
|
5587
|
+
"type": "array"
|
|
5556
5588
|
}
|
|
5557
5589
|
}
|
|
5558
5590
|
},
|
|
5559
|
-
"description": "Successfully returned the dialog seen log
|
|
5591
|
+
"description": "Successfully returned the dialog seen log records."
|
|
5560
5592
|
},
|
|
5561
5593
|
"401": {
|
|
5562
5594
|
"description": "Missing or invalid authentication token. Requires a Maskinporten-token with the scope \u0022digdir:dialogporten\u0022."
|
|
@@ -5582,15 +5614,16 @@
|
|
|
5582
5614
|
]
|
|
5583
5615
|
}
|
|
5584
5616
|
],
|
|
5585
|
-
"summary": "Gets
|
|
5617
|
+
"summary": "Gets all seen log records for a dialog",
|
|
5586
5618
|
"tags": [
|
|
5587
5619
|
"Enduser"
|
|
5588
5620
|
]
|
|
5589
5621
|
}
|
|
5590
5622
|
},
|
|
5591
|
-
"/api/v1/enduser/dialogs/{dialogId}/
|
|
5592
|
-
"
|
|
5593
|
-
"
|
|
5623
|
+
"/api/v1/enduser/dialogs/{dialogId}/seenlog/{seenLogId}": {
|
|
5624
|
+
"get": {
|
|
5625
|
+
"description": "Gets a single dialog seen log record.",
|
|
5626
|
+
"operationId": "V1EndUserDialogSeenLogsGet_DialogSeenLog",
|
|
5594
5627
|
"parameters": [
|
|
5595
5628
|
{
|
|
5596
5629
|
"in": "path",
|
|
@@ -5600,37 +5633,30 @@
|
|
|
5600
5633
|
"format": "guid",
|
|
5601
5634
|
"type": "string"
|
|
5602
5635
|
}
|
|
5636
|
+
},
|
|
5637
|
+
{
|
|
5638
|
+
"in": "path",
|
|
5639
|
+
"name": "seenLogId",
|
|
5640
|
+
"required": true,
|
|
5641
|
+
"schema": {
|
|
5642
|
+
"format": "guid",
|
|
5643
|
+
"type": "string"
|
|
5644
|
+
}
|
|
5603
5645
|
}
|
|
5604
5646
|
],
|
|
5605
|
-
"requestBody": {
|
|
5606
|
-
"content": {
|
|
5607
|
-
"application/json": {
|
|
5608
|
-
"schema": {
|
|
5609
|
-
"$ref": "#/components/schemas/V1EndUserDialogSystemLabelsCommandsSet_SystemLabelCommand"
|
|
5610
|
-
}
|
|
5611
|
-
}
|
|
5612
|
-
},
|
|
5613
|
-
"description": "",
|
|
5614
|
-
"required": true,
|
|
5615
|
-
"x-name": "SystemLabelCommand",
|
|
5616
|
-
"x-position": 1
|
|
5617
|
-
},
|
|
5618
5647
|
"responses": {
|
|
5619
|
-
"
|
|
5620
|
-
"description": "No Content"
|
|
5621
|
-
},
|
|
5622
|
-
"400": {
|
|
5648
|
+
"200": {
|
|
5623
5649
|
"content": {
|
|
5624
|
-
"application/
|
|
5650
|
+
"application/json": {
|
|
5625
5651
|
"schema": {
|
|
5626
|
-
"$ref": "#/components/schemas/
|
|
5652
|
+
"$ref": "#/components/schemas/V1EndUserDialogSeenLogsQueriesGet_SeenLog"
|
|
5627
5653
|
}
|
|
5628
5654
|
}
|
|
5629
5655
|
},
|
|
5630
|
-
"description": "
|
|
5656
|
+
"description": "Successfully returned the dialog seen log record."
|
|
5631
5657
|
},
|
|
5632
5658
|
"401": {
|
|
5633
|
-
"description": "
|
|
5659
|
+
"description": "Missing or invalid authentication token. Requires a Maskinporten-token with the scope \u0022digdir:dialogporten\u0022."
|
|
5634
5660
|
},
|
|
5635
5661
|
"403": {
|
|
5636
5662
|
"description": "Forbidden"
|
|
@@ -5644,29 +5670,6 @@
|
|
|
5644
5670
|
}
|
|
5645
5671
|
},
|
|
5646
5672
|
"description": "Not Found"
|
|
5647
|
-
},
|
|
5648
|
-
"410": {
|
|
5649
|
-
"description": ""
|
|
5650
|
-
},
|
|
5651
|
-
"412": {
|
|
5652
|
-
"content": {
|
|
5653
|
-
"application/problem\u002Bjson": {
|
|
5654
|
-
"schema": {
|
|
5655
|
-
"$ref": "#/components/schemas/ProblemDetails"
|
|
5656
|
-
}
|
|
5657
|
-
}
|
|
5658
|
-
},
|
|
5659
|
-
"description": ""
|
|
5660
|
-
},
|
|
5661
|
-
"422": {
|
|
5662
|
-
"content": {
|
|
5663
|
-
"application/problem\u002Bjson": {
|
|
5664
|
-
"schema": {
|
|
5665
|
-
"$ref": "#/components/schemas/ProblemDetails"
|
|
5666
|
-
}
|
|
5667
|
-
}
|
|
5668
|
-
},
|
|
5669
|
-
"description": ""
|
|
5670
5673
|
}
|
|
5671
5674
|
},
|
|
5672
5675
|
"security": [
|
|
@@ -5676,6 +5679,7 @@
|
|
|
5676
5679
|
]
|
|
5677
5680
|
}
|
|
5678
5681
|
],
|
|
5682
|
+
"summary": "Gets a single dialog seen log record",
|
|
5679
5683
|
"tags": [
|
|
5680
5684
|
"Enduser"
|
|
5681
5685
|
]
|