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