@digdir/dialogporten-schema 1.10.0 → 1.11.0-161c42b
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/schema.verified.graphql +1 -0
- package/src/index.js +1 -0
- package/swagger.verified.json +524 -435
package/package.json
CHANGED
package/schema.verified.graphql
CHANGED
package/src/index.js
CHANGED
package/swagger.verified.json
CHANGED
|
@@ -260,126 +260,6 @@
|
|
|
260
260
|
]
|
|
261
261
|
}
|
|
262
262
|
},
|
|
263
|
-
"/api/v1/serviceowner/dialogs/{dialogId}/seenlog": {
|
|
264
|
-
"get": {
|
|
265
|
-
"tags": [
|
|
266
|
-
"Serviceowner"
|
|
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).",
|
|
270
|
-
"operationId": "SearchDialogSeenLogSO",
|
|
271
|
-
"parameters": [
|
|
272
|
-
{
|
|
273
|
-
"name": "dialogId",
|
|
274
|
-
"in": "path",
|
|
275
|
-
"required": true,
|
|
276
|
-
"schema": {
|
|
277
|
-
"type": "string",
|
|
278
|
-
"format": "guid"
|
|
279
|
-
}
|
|
280
|
-
}
|
|
281
|
-
],
|
|
282
|
-
"responses": {
|
|
283
|
-
"401": {
|
|
284
|
-
"description": "Unauthorized"
|
|
285
|
-
},
|
|
286
|
-
"403": {
|
|
287
|
-
"description": "Forbidden"
|
|
288
|
-
},
|
|
289
|
-
"200": {
|
|
290
|
-
"description": "Successfully returned the dialog seen log record.",
|
|
291
|
-
"content": {
|
|
292
|
-
"application/json": {
|
|
293
|
-
"schema": {
|
|
294
|
-
"type": "array",
|
|
295
|
-
"items": {
|
|
296
|
-
"$ref": "#/components/schemas/SearchDialogSeenLogDtoSO"
|
|
297
|
-
}
|
|
298
|
-
}
|
|
299
|
-
}
|
|
300
|
-
}
|
|
301
|
-
},
|
|
302
|
-
"404": {
|
|
303
|
-
"description": "Not Found",
|
|
304
|
-
"content": {
|
|
305
|
-
"application/problem+json": {
|
|
306
|
-
"schema": {
|
|
307
|
-
"$ref": "#/components/schemas/ProblemDetails"
|
|
308
|
-
}
|
|
309
|
-
}
|
|
310
|
-
}
|
|
311
|
-
}
|
|
312
|
-
},
|
|
313
|
-
"security": [
|
|
314
|
-
{
|
|
315
|
-
"JWTBearerAuth": []
|
|
316
|
-
}
|
|
317
|
-
]
|
|
318
|
-
}
|
|
319
|
-
},
|
|
320
|
-
"/api/v1/serviceowner/dialogs/{dialogId}/seenlog/{seenLogId}": {
|
|
321
|
-
"get": {
|
|
322
|
-
"tags": [
|
|
323
|
-
"Serviceowner"
|
|
324
|
-
],
|
|
325
|
-
"summary": "Gets a single dialog seen log record",
|
|
326
|
-
"description": "Gets a single dialog seen log record. For more information see the documentation (link TBD).",
|
|
327
|
-
"operationId": "GetDialogSeenLogSO",
|
|
328
|
-
"parameters": [
|
|
329
|
-
{
|
|
330
|
-
"name": "dialogId",
|
|
331
|
-
"in": "path",
|
|
332
|
-
"required": true,
|
|
333
|
-
"schema": {
|
|
334
|
-
"type": "string",
|
|
335
|
-
"format": "guid"
|
|
336
|
-
}
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
"name": "seenLogId",
|
|
340
|
-
"in": "path",
|
|
341
|
-
"required": true,
|
|
342
|
-
"schema": {
|
|
343
|
-
"type": "string",
|
|
344
|
-
"format": "guid"
|
|
345
|
-
}
|
|
346
|
-
}
|
|
347
|
-
],
|
|
348
|
-
"responses": {
|
|
349
|
-
"401": {
|
|
350
|
-
"description": "Unauthorized"
|
|
351
|
-
},
|
|
352
|
-
"403": {
|
|
353
|
-
"description": "Forbidden"
|
|
354
|
-
},
|
|
355
|
-
"200": {
|
|
356
|
-
"description": "Successfully returned the dialog seen log record.",
|
|
357
|
-
"content": {
|
|
358
|
-
"application/json": {
|
|
359
|
-
"schema": {
|
|
360
|
-
"$ref": "#/components/schemas/GetDialogSeenLogDtoSO"
|
|
361
|
-
}
|
|
362
|
-
}
|
|
363
|
-
}
|
|
364
|
-
},
|
|
365
|
-
"404": {
|
|
366
|
-
"description": "Not Found",
|
|
367
|
-
"content": {
|
|
368
|
-
"application/problem+json": {
|
|
369
|
-
"schema": {
|
|
370
|
-
"$ref": "#/components/schemas/ProblemDetails"
|
|
371
|
-
}
|
|
372
|
-
}
|
|
373
|
-
}
|
|
374
|
-
}
|
|
375
|
-
},
|
|
376
|
-
"security": [
|
|
377
|
-
{
|
|
378
|
-
"JWTBearerAuth": []
|
|
379
|
-
}
|
|
380
|
-
]
|
|
381
|
-
}
|
|
382
|
-
},
|
|
383
263
|
"/api/v1/serviceowner/dialogs/{dialogId}": {
|
|
384
264
|
"put": {
|
|
385
265
|
"tags": [
|
|
@@ -413,11 +293,7 @@
|
|
|
413
293
|
"content": {
|
|
414
294
|
"application/json": {
|
|
415
295
|
"schema": {
|
|
416
|
-
"
|
|
417
|
-
{
|
|
418
|
-
"$ref": "#/components/schemas/UpdateDialogDto"
|
|
419
|
-
}
|
|
420
|
-
]
|
|
296
|
+
"$ref": "#/components/schemas/UpdateDialogDto"
|
|
421
297
|
},
|
|
422
298
|
"example": {
|
|
423
299
|
"Progress": 42,
|
|
@@ -1204,6 +1080,126 @@
|
|
|
1204
1080
|
]
|
|
1205
1081
|
}
|
|
1206
1082
|
},
|
|
1083
|
+
"/api/v1/serviceowner/dialogs/{dialogId}/seenlog": {
|
|
1084
|
+
"get": {
|
|
1085
|
+
"tags": [
|
|
1086
|
+
"Serviceowner"
|
|
1087
|
+
],
|
|
1088
|
+
"summary": "Gets all seen log records for a dialog",
|
|
1089
|
+
"description": "Gets all seen log records for a dialog. For more information see the documentation (link TBD).",
|
|
1090
|
+
"operationId": "SearchDialogSeenLogSO",
|
|
1091
|
+
"parameters": [
|
|
1092
|
+
{
|
|
1093
|
+
"name": "dialogId",
|
|
1094
|
+
"in": "path",
|
|
1095
|
+
"required": true,
|
|
1096
|
+
"schema": {
|
|
1097
|
+
"type": "string",
|
|
1098
|
+
"format": "guid"
|
|
1099
|
+
}
|
|
1100
|
+
}
|
|
1101
|
+
],
|
|
1102
|
+
"responses": {
|
|
1103
|
+
"401": {
|
|
1104
|
+
"description": "Unauthorized"
|
|
1105
|
+
},
|
|
1106
|
+
"403": {
|
|
1107
|
+
"description": "Forbidden"
|
|
1108
|
+
},
|
|
1109
|
+
"200": {
|
|
1110
|
+
"description": "Successfully returned the dialog seen log records.",
|
|
1111
|
+
"content": {
|
|
1112
|
+
"application/json": {
|
|
1113
|
+
"schema": {
|
|
1114
|
+
"type": "array",
|
|
1115
|
+
"items": {
|
|
1116
|
+
"$ref": "#/components/schemas/SearchDialogSeenLogDtoSO"
|
|
1117
|
+
}
|
|
1118
|
+
}
|
|
1119
|
+
}
|
|
1120
|
+
}
|
|
1121
|
+
},
|
|
1122
|
+
"404": {
|
|
1123
|
+
"description": "Not Found",
|
|
1124
|
+
"content": {
|
|
1125
|
+
"application/problem+json": {
|
|
1126
|
+
"schema": {
|
|
1127
|
+
"$ref": "#/components/schemas/ProblemDetails"
|
|
1128
|
+
}
|
|
1129
|
+
}
|
|
1130
|
+
}
|
|
1131
|
+
}
|
|
1132
|
+
},
|
|
1133
|
+
"security": [
|
|
1134
|
+
{
|
|
1135
|
+
"JWTBearerAuth": []
|
|
1136
|
+
}
|
|
1137
|
+
]
|
|
1138
|
+
}
|
|
1139
|
+
},
|
|
1140
|
+
"/api/v1/serviceowner/dialogs/{dialogId}/seenlog/{seenLogId}": {
|
|
1141
|
+
"get": {
|
|
1142
|
+
"tags": [
|
|
1143
|
+
"Serviceowner"
|
|
1144
|
+
],
|
|
1145
|
+
"summary": "Gets a single dialog seen log record",
|
|
1146
|
+
"description": "Gets a single dialog seen log record. For more information see the documentation (link TBD).",
|
|
1147
|
+
"operationId": "GetDialogSeenLogSO",
|
|
1148
|
+
"parameters": [
|
|
1149
|
+
{
|
|
1150
|
+
"name": "dialogId",
|
|
1151
|
+
"in": "path",
|
|
1152
|
+
"required": true,
|
|
1153
|
+
"schema": {
|
|
1154
|
+
"type": "string",
|
|
1155
|
+
"format": "guid"
|
|
1156
|
+
}
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"name": "seenLogId",
|
|
1160
|
+
"in": "path",
|
|
1161
|
+
"required": true,
|
|
1162
|
+
"schema": {
|
|
1163
|
+
"type": "string",
|
|
1164
|
+
"format": "guid"
|
|
1165
|
+
}
|
|
1166
|
+
}
|
|
1167
|
+
],
|
|
1168
|
+
"responses": {
|
|
1169
|
+
"401": {
|
|
1170
|
+
"description": "Unauthorized"
|
|
1171
|
+
},
|
|
1172
|
+
"403": {
|
|
1173
|
+
"description": "Forbidden"
|
|
1174
|
+
},
|
|
1175
|
+
"200": {
|
|
1176
|
+
"description": "Successfully returned the dialog seen log record.",
|
|
1177
|
+
"content": {
|
|
1178
|
+
"application/json": {
|
|
1179
|
+
"schema": {
|
|
1180
|
+
"$ref": "#/components/schemas/GetDialogSeenLogDtoSO"
|
|
1181
|
+
}
|
|
1182
|
+
}
|
|
1183
|
+
}
|
|
1184
|
+
},
|
|
1185
|
+
"404": {
|
|
1186
|
+
"description": "Not Found",
|
|
1187
|
+
"content": {
|
|
1188
|
+
"application/problem+json": {
|
|
1189
|
+
"schema": {
|
|
1190
|
+
"$ref": "#/components/schemas/ProblemDetails"
|
|
1191
|
+
}
|
|
1192
|
+
}
|
|
1193
|
+
}
|
|
1194
|
+
}
|
|
1195
|
+
},
|
|
1196
|
+
"security": [
|
|
1197
|
+
{
|
|
1198
|
+
"JWTBearerAuth": []
|
|
1199
|
+
}
|
|
1200
|
+
]
|
|
1201
|
+
}
|
|
1202
|
+
},
|
|
1207
1203
|
"/api/v1/serviceowner/dialogs/{dialogId}/activities": {
|
|
1208
1204
|
"get": {
|
|
1209
1205
|
"tags": [
|
|
@@ -1354,14 +1350,14 @@
|
|
|
1354
1350
|
]
|
|
1355
1351
|
}
|
|
1356
1352
|
},
|
|
1357
|
-
"/api/v1/serviceowner/dialogs/{dialogId}/
|
|
1353
|
+
"/api/v1/serviceowner/dialogs/{dialogId}/notification-condition": {
|
|
1358
1354
|
"get": {
|
|
1359
1355
|
"tags": [
|
|
1360
1356
|
"Serviceowner"
|
|
1361
1357
|
],
|
|
1362
|
-
"summary": "
|
|
1363
|
-
"description": "
|
|
1364
|
-
"operationId": "
|
|
1358
|
+
"summary": "Returns a boolean value based on conditions used to determine if a notification is to be sent.",
|
|
1359
|
+
"description": "Used by Altinn Notification only. Takes a dialogId and returns a boolean value based on conditions used to determine if a notification is to be sent.",
|
|
1360
|
+
"operationId": "GetDialogActivityNotificationConditionSO",
|
|
1365
1361
|
"parameters": [
|
|
1366
1362
|
{
|
|
1367
1363
|
"name": "dialogId",
|
|
@@ -1373,17 +1369,95 @@
|
|
|
1373
1369
|
}
|
|
1374
1370
|
},
|
|
1375
1371
|
{
|
|
1376
|
-
"name": "
|
|
1377
|
-
"in": "
|
|
1372
|
+
"name": "conditionType",
|
|
1373
|
+
"in": "query",
|
|
1378
1374
|
"required": true,
|
|
1379
1375
|
"schema": {
|
|
1380
|
-
"
|
|
1381
|
-
|
|
1376
|
+
"allOf": [
|
|
1377
|
+
{
|
|
1378
|
+
"$ref": "#/components/schemas/NotificationConditionType"
|
|
1379
|
+
}
|
|
1380
|
+
]
|
|
1382
1381
|
}
|
|
1383
|
-
}
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"name": "activityType",
|
|
1385
|
+
"in": "query",
|
|
1386
|
+
"required": true,
|
|
1387
|
+
"schema": {
|
|
1388
|
+
"allOf": [
|
|
1389
|
+
{
|
|
1390
|
+
"$ref": "#/components/schemas/DialogActivityType_Values"
|
|
1391
|
+
}
|
|
1392
|
+
]
|
|
1393
|
+
}
|
|
1394
|
+
},
|
|
1395
|
+
{
|
|
1396
|
+
"name": "transmissionId",
|
|
1397
|
+
"in": "query",
|
|
1398
|
+
"schema": {
|
|
1399
|
+
"type": "string",
|
|
1400
|
+
"format": "guid",
|
|
1401
|
+
"nullable": true
|
|
1402
|
+
}
|
|
1403
|
+
}
|
|
1404
|
+
],
|
|
1405
|
+
"responses": {
|
|
1406
|
+
"200": {
|
|
1407
|
+
"description": "Successfully returned the notification determination.",
|
|
1408
|
+
"content": {
|
|
1409
|
+
"text/plain": {
|
|
1410
|
+
"schema": {}
|
|
1411
|
+
},
|
|
1412
|
+
"application/json": {
|
|
1413
|
+
"schema": {}
|
|
1414
|
+
}
|
|
1415
|
+
}
|
|
1416
|
+
},
|
|
1417
|
+
"401": {
|
|
1418
|
+
"description": "Missing or invalid authentication token. Requires a Maskinporten-token with the scope \"altinn:system/notifications.condition.check\"."
|
|
1419
|
+
},
|
|
1420
|
+
"403": {
|
|
1421
|
+
"description": "Forbidden"
|
|
1422
|
+
}
|
|
1423
|
+
},
|
|
1424
|
+
"security": [
|
|
1425
|
+
{
|
|
1426
|
+
"JWTBearerAuth": []
|
|
1427
|
+
}
|
|
1428
|
+
]
|
|
1429
|
+
}
|
|
1430
|
+
},
|
|
1431
|
+
"/api/v1/serviceowner/dialogs/{dialogId}/activities/{activityId}": {
|
|
1432
|
+
"get": {
|
|
1433
|
+
"tags": [
|
|
1434
|
+
"Serviceowner"
|
|
1435
|
+
],
|
|
1436
|
+
"summary": "Gets a single dialog activity",
|
|
1437
|
+
"description": "Gets a single activity belonging to a dialog. For more information see the documentation (link TBD).",
|
|
1438
|
+
"operationId": "GetDialogActivitySO",
|
|
1439
|
+
"parameters": [
|
|
1440
|
+
{
|
|
1441
|
+
"name": "dialogId",
|
|
1442
|
+
"in": "path",
|
|
1443
|
+
"required": true,
|
|
1444
|
+
"schema": {
|
|
1445
|
+
"type": "string",
|
|
1446
|
+
"format": "guid"
|
|
1447
|
+
}
|
|
1448
|
+
},
|
|
1449
|
+
{
|
|
1450
|
+
"name": "activityId",
|
|
1451
|
+
"in": "path",
|
|
1452
|
+
"required": true,
|
|
1453
|
+
"schema": {
|
|
1454
|
+
"type": "string",
|
|
1455
|
+
"format": "guid"
|
|
1456
|
+
}
|
|
1457
|
+
}
|
|
1458
|
+
],
|
|
1459
|
+
"responses": {
|
|
1460
|
+
"401": {
|
|
1387
1461
|
"description": "Missing or invalid authentication token. Requires a Maskinporten-token with the scope \"digdir:dialogporten.serviceprovider\"."
|
|
1388
1462
|
},
|
|
1389
1463
|
"403": {
|
|
@@ -1547,126 +1621,6 @@
|
|
|
1547
1621
|
]
|
|
1548
1622
|
}
|
|
1549
1623
|
},
|
|
1550
|
-
"/api/v1/enduser/dialogs/{dialogId}/seenlog": {
|
|
1551
|
-
"get": {
|
|
1552
|
-
"tags": [
|
|
1553
|
-
"Enduser"
|
|
1554
|
-
],
|
|
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).",
|
|
1557
|
-
"operationId": "SearchDialogSeenLog",
|
|
1558
|
-
"parameters": [
|
|
1559
|
-
{
|
|
1560
|
-
"name": "dialogId",
|
|
1561
|
-
"in": "path",
|
|
1562
|
-
"required": true,
|
|
1563
|
-
"schema": {
|
|
1564
|
-
"type": "string",
|
|
1565
|
-
"format": "guid"
|
|
1566
|
-
}
|
|
1567
|
-
}
|
|
1568
|
-
],
|
|
1569
|
-
"responses": {
|
|
1570
|
-
"401": {
|
|
1571
|
-
"description": "Missing or invalid authentication token. Requires a Maskinporten-token with the scope \"digdir:dialogporten\"."
|
|
1572
|
-
},
|
|
1573
|
-
"403": {
|
|
1574
|
-
"description": "Forbidden"
|
|
1575
|
-
},
|
|
1576
|
-
"200": {
|
|
1577
|
-
"description": "Successfully returned the dialog seen log record.",
|
|
1578
|
-
"content": {
|
|
1579
|
-
"application/json": {
|
|
1580
|
-
"schema": {
|
|
1581
|
-
"type": "array",
|
|
1582
|
-
"items": {
|
|
1583
|
-
"$ref": "#/components/schemas/SearchDialogSeenLogDto"
|
|
1584
|
-
}
|
|
1585
|
-
}
|
|
1586
|
-
}
|
|
1587
|
-
}
|
|
1588
|
-
},
|
|
1589
|
-
"404": {
|
|
1590
|
-
"description": "Not Found",
|
|
1591
|
-
"content": {
|
|
1592
|
-
"application/problem+json": {
|
|
1593
|
-
"schema": {
|
|
1594
|
-
"$ref": "#/components/schemas/ProblemDetails"
|
|
1595
|
-
}
|
|
1596
|
-
}
|
|
1597
|
-
}
|
|
1598
|
-
}
|
|
1599
|
-
},
|
|
1600
|
-
"security": [
|
|
1601
|
-
{
|
|
1602
|
-
"JWTBearerAuth": []
|
|
1603
|
-
}
|
|
1604
|
-
]
|
|
1605
|
-
}
|
|
1606
|
-
},
|
|
1607
|
-
"/api/v1/enduser/dialogs/{dialogId}/seenlog/{seenLogId}": {
|
|
1608
|
-
"get": {
|
|
1609
|
-
"tags": [
|
|
1610
|
-
"Enduser"
|
|
1611
|
-
],
|
|
1612
|
-
"summary": "Gets a single dialog seen log record",
|
|
1613
|
-
"description": "Gets a single dialog seen log record. For more information see the documentation (link TBD).",
|
|
1614
|
-
"operationId": "GetDialogSeenLog",
|
|
1615
|
-
"parameters": [
|
|
1616
|
-
{
|
|
1617
|
-
"name": "dialogId",
|
|
1618
|
-
"in": "path",
|
|
1619
|
-
"required": true,
|
|
1620
|
-
"schema": {
|
|
1621
|
-
"type": "string",
|
|
1622
|
-
"format": "guid"
|
|
1623
|
-
}
|
|
1624
|
-
},
|
|
1625
|
-
{
|
|
1626
|
-
"name": "seenLogId",
|
|
1627
|
-
"in": "path",
|
|
1628
|
-
"required": true,
|
|
1629
|
-
"schema": {
|
|
1630
|
-
"type": "string",
|
|
1631
|
-
"format": "guid"
|
|
1632
|
-
}
|
|
1633
|
-
}
|
|
1634
|
-
],
|
|
1635
|
-
"responses": {
|
|
1636
|
-
"401": {
|
|
1637
|
-
"description": "Missing or invalid authentication token. Requires a Maskinporten-token with the scope \"digdir:dialogporten\"."
|
|
1638
|
-
},
|
|
1639
|
-
"403": {
|
|
1640
|
-
"description": "Forbidden"
|
|
1641
|
-
},
|
|
1642
|
-
"200": {
|
|
1643
|
-
"description": "Successfully returned the dialog seen log record.",
|
|
1644
|
-
"content": {
|
|
1645
|
-
"application/json": {
|
|
1646
|
-
"schema": {
|
|
1647
|
-
"$ref": "#/components/schemas/GetDialogSeenLogDto"
|
|
1648
|
-
}
|
|
1649
|
-
}
|
|
1650
|
-
}
|
|
1651
|
-
},
|
|
1652
|
-
"404": {
|
|
1653
|
-
"description": "Not Found",
|
|
1654
|
-
"content": {
|
|
1655
|
-
"application/problem+json": {
|
|
1656
|
-
"schema": {
|
|
1657
|
-
"$ref": "#/components/schemas/ProblemDetails"
|
|
1658
|
-
}
|
|
1659
|
-
}
|
|
1660
|
-
}
|
|
1661
|
-
}
|
|
1662
|
-
},
|
|
1663
|
-
"security": [
|
|
1664
|
-
{
|
|
1665
|
-
"JWTBearerAuth": []
|
|
1666
|
-
}
|
|
1667
|
-
]
|
|
1668
|
-
}
|
|
1669
|
-
},
|
|
1670
1624
|
"/api/v1/enduser/dialogs": {
|
|
1671
1625
|
"get": {
|
|
1672
1626
|
"tags": [
|
|
@@ -1945,6 +1899,126 @@
|
|
|
1945
1899
|
]
|
|
1946
1900
|
}
|
|
1947
1901
|
},
|
|
1902
|
+
"/api/v1/enduser/dialogs/{dialogId}/seenlog": {
|
|
1903
|
+
"get": {
|
|
1904
|
+
"tags": [
|
|
1905
|
+
"Enduser"
|
|
1906
|
+
],
|
|
1907
|
+
"summary": "Gets all seen log records for a dialog",
|
|
1908
|
+
"description": "Gets all seen log records for a dialog. For more information see the documentation (link TBD).",
|
|
1909
|
+
"operationId": "SearchDialogSeenLog",
|
|
1910
|
+
"parameters": [
|
|
1911
|
+
{
|
|
1912
|
+
"name": "dialogId",
|
|
1913
|
+
"in": "path",
|
|
1914
|
+
"required": true,
|
|
1915
|
+
"schema": {
|
|
1916
|
+
"type": "string",
|
|
1917
|
+
"format": "guid"
|
|
1918
|
+
}
|
|
1919
|
+
}
|
|
1920
|
+
],
|
|
1921
|
+
"responses": {
|
|
1922
|
+
"401": {
|
|
1923
|
+
"description": "Missing or invalid authentication token. Requires a Maskinporten-token with the scope \"digdir:dialogporten\"."
|
|
1924
|
+
},
|
|
1925
|
+
"403": {
|
|
1926
|
+
"description": "Forbidden"
|
|
1927
|
+
},
|
|
1928
|
+
"200": {
|
|
1929
|
+
"description": "Successfully returned the dialog seen log records.",
|
|
1930
|
+
"content": {
|
|
1931
|
+
"application/json": {
|
|
1932
|
+
"schema": {
|
|
1933
|
+
"type": "array",
|
|
1934
|
+
"items": {
|
|
1935
|
+
"$ref": "#/components/schemas/SearchDialogSeenLogDto"
|
|
1936
|
+
}
|
|
1937
|
+
}
|
|
1938
|
+
}
|
|
1939
|
+
}
|
|
1940
|
+
},
|
|
1941
|
+
"404": {
|
|
1942
|
+
"description": "Not Found",
|
|
1943
|
+
"content": {
|
|
1944
|
+
"application/problem+json": {
|
|
1945
|
+
"schema": {
|
|
1946
|
+
"$ref": "#/components/schemas/ProblemDetails"
|
|
1947
|
+
}
|
|
1948
|
+
}
|
|
1949
|
+
}
|
|
1950
|
+
}
|
|
1951
|
+
},
|
|
1952
|
+
"security": [
|
|
1953
|
+
{
|
|
1954
|
+
"JWTBearerAuth": []
|
|
1955
|
+
}
|
|
1956
|
+
]
|
|
1957
|
+
}
|
|
1958
|
+
},
|
|
1959
|
+
"/api/v1/enduser/dialogs/{dialogId}/seenlog/{seenLogId}": {
|
|
1960
|
+
"get": {
|
|
1961
|
+
"tags": [
|
|
1962
|
+
"Enduser"
|
|
1963
|
+
],
|
|
1964
|
+
"summary": "Gets a single dialog seen log record",
|
|
1965
|
+
"description": "Gets a single dialog seen log record. For more information see the documentation (link TBD).",
|
|
1966
|
+
"operationId": "GetDialogSeenLog",
|
|
1967
|
+
"parameters": [
|
|
1968
|
+
{
|
|
1969
|
+
"name": "dialogId",
|
|
1970
|
+
"in": "path",
|
|
1971
|
+
"required": true,
|
|
1972
|
+
"schema": {
|
|
1973
|
+
"type": "string",
|
|
1974
|
+
"format": "guid"
|
|
1975
|
+
}
|
|
1976
|
+
},
|
|
1977
|
+
{
|
|
1978
|
+
"name": "seenLogId",
|
|
1979
|
+
"in": "path",
|
|
1980
|
+
"required": true,
|
|
1981
|
+
"schema": {
|
|
1982
|
+
"type": "string",
|
|
1983
|
+
"format": "guid"
|
|
1984
|
+
}
|
|
1985
|
+
}
|
|
1986
|
+
],
|
|
1987
|
+
"responses": {
|
|
1988
|
+
"401": {
|
|
1989
|
+
"description": "Missing or invalid authentication token. Requires a Maskinporten-token with the scope \"digdir:dialogporten\"."
|
|
1990
|
+
},
|
|
1991
|
+
"403": {
|
|
1992
|
+
"description": "Forbidden"
|
|
1993
|
+
},
|
|
1994
|
+
"200": {
|
|
1995
|
+
"description": "Successfully returned the dialog seen log record.",
|
|
1996
|
+
"content": {
|
|
1997
|
+
"application/json": {
|
|
1998
|
+
"schema": {
|
|
1999
|
+
"$ref": "#/components/schemas/GetDialogSeenLogDto"
|
|
2000
|
+
}
|
|
2001
|
+
}
|
|
2002
|
+
}
|
|
2003
|
+
},
|
|
2004
|
+
"404": {
|
|
2005
|
+
"description": "Not Found",
|
|
2006
|
+
"content": {
|
|
2007
|
+
"application/problem+json": {
|
|
2008
|
+
"schema": {
|
|
2009
|
+
"$ref": "#/components/schemas/ProblemDetails"
|
|
2010
|
+
}
|
|
2011
|
+
}
|
|
2012
|
+
}
|
|
2013
|
+
}
|
|
2014
|
+
},
|
|
2015
|
+
"security": [
|
|
2016
|
+
{
|
|
2017
|
+
"JWTBearerAuth": []
|
|
2018
|
+
}
|
|
2019
|
+
]
|
|
2020
|
+
}
|
|
2021
|
+
},
|
|
1948
2022
|
"/api/v1/enduser/dialogs/{dialogId}/activities": {
|
|
1949
2023
|
"get": {
|
|
1950
2024
|
"tags": [
|
|
@@ -2228,7 +2302,7 @@
|
|
|
2228
2302
|
"additionalProperties": false,
|
|
2229
2303
|
"properties": {
|
|
2230
2304
|
"actorType": {
|
|
2231
|
-
"$ref": "#/components/schemas/
|
|
2305
|
+
"$ref": "#/components/schemas/ActorType_Values"
|
|
2232
2306
|
},
|
|
2233
2307
|
"actorName": {
|
|
2234
2308
|
"type": "string"
|
|
@@ -2238,7 +2312,7 @@
|
|
|
2238
2312
|
}
|
|
2239
2313
|
}
|
|
2240
2314
|
},
|
|
2241
|
-
"
|
|
2315
|
+
"ActorType_Values": {
|
|
2242
2316
|
"type": "string",
|
|
2243
2317
|
"description": "",
|
|
2244
2318
|
"x-enumNames": [
|
|
@@ -2334,92 +2408,18 @@
|
|
|
2334
2408
|
}
|
|
2335
2409
|
}
|
|
2336
2410
|
},
|
|
2337
|
-
"AttachmentUrlConsumerType_Values": {
|
|
2338
|
-
"type": "string",
|
|
2339
|
-
"description": "",
|
|
2340
|
-
"x-enumNames": [
|
|
2341
|
-
"Gui",
|
|
2342
|
-
"Api"
|
|
2343
|
-
],
|
|
2344
|
-
"enum": [
|
|
2345
|
-
"Gui",
|
|
2346
|
-
"Api"
|
|
2347
|
-
]
|
|
2348
|
-
},
|
|
2349
|
-
"SearchDialogSeenLogDtoSO": {
|
|
2350
|
-
"type": "object",
|
|
2351
|
-
"additionalProperties": false,
|
|
2352
|
-
"properties": {
|
|
2353
|
-
"id": {
|
|
2354
|
-
"type": "string",
|
|
2355
|
-
"format": "guid"
|
|
2356
|
-
},
|
|
2357
|
-
"seenAt": {
|
|
2358
|
-
"type": "string",
|
|
2359
|
-
"format": "date-time"
|
|
2360
|
-
},
|
|
2361
|
-
"seenBy": {
|
|
2362
|
-
"$ref": "#/components/schemas/SearchDialogDialogSeenLogSeenByActorDtoSO"
|
|
2363
|
-
},
|
|
2364
|
-
"isViaServiceOwner": {
|
|
2365
|
-
"type": "boolean",
|
|
2366
|
-
"nullable": true
|
|
2367
|
-
}
|
|
2368
|
-
}
|
|
2369
|
-
},
|
|
2370
|
-
"SearchDialogDialogSeenLogSeenByActorDtoSO": {
|
|
2371
|
-
"type": "object",
|
|
2372
|
-
"additionalProperties": false,
|
|
2373
|
-
"properties": {
|
|
2374
|
-
"id": {
|
|
2375
|
-
"type": "string",
|
|
2376
|
-
"format": "guid"
|
|
2377
|
-
},
|
|
2378
|
-
"actorName": {
|
|
2379
|
-
"type": "string"
|
|
2380
|
-
},
|
|
2381
|
-
"actorId": {
|
|
2382
|
-
"type": "string"
|
|
2383
|
-
}
|
|
2384
|
-
}
|
|
2385
|
-
},
|
|
2386
|
-
"GetDialogSeenLogDtoSO": {
|
|
2387
|
-
"type": "object",
|
|
2388
|
-
"additionalProperties": false,
|
|
2389
|
-
"properties": {
|
|
2390
|
-
"id": {
|
|
2391
|
-
"type": "string",
|
|
2392
|
-
"format": "guid"
|
|
2393
|
-
},
|
|
2394
|
-
"seenAt": {
|
|
2395
|
-
"type": "string",
|
|
2396
|
-
"format": "date-time"
|
|
2397
|
-
},
|
|
2398
|
-
"seenBy": {
|
|
2399
|
-
"$ref": "#/components/schemas/GetDialogSeenLogSeenByActorDtoSO"
|
|
2400
|
-
},
|
|
2401
|
-
"isViaServiceOwner": {
|
|
2402
|
-
"type": "boolean",
|
|
2403
|
-
"nullable": true
|
|
2404
|
-
}
|
|
2405
|
-
}
|
|
2406
|
-
},
|
|
2407
|
-
"GetDialogSeenLogSeenByActorDtoSO": {
|
|
2408
|
-
"type": "object",
|
|
2409
|
-
"additionalProperties": false,
|
|
2410
|
-
"properties": {
|
|
2411
|
-
"id": {
|
|
2412
|
-
"type": "string",
|
|
2413
|
-
"format": "guid"
|
|
2414
|
-
},
|
|
2415
|
-
"actorName": {
|
|
2416
|
-
"type": "string"
|
|
2417
|
-
},
|
|
2418
|
-
"actorId": {
|
|
2419
|
-
"type": "string"
|
|
2420
|
-
}
|
|
2421
|
-
}
|
|
2422
|
-
},
|
|
2411
|
+
"AttachmentUrlConsumerType_Values": {
|
|
2412
|
+
"type": "string",
|
|
2413
|
+
"description": "",
|
|
2414
|
+
"x-enumNames": [
|
|
2415
|
+
"Gui",
|
|
2416
|
+
"Api"
|
|
2417
|
+
],
|
|
2418
|
+
"enum": [
|
|
2419
|
+
"Gui",
|
|
2420
|
+
"Api"
|
|
2421
|
+
]
|
|
2422
|
+
},
|
|
2423
2423
|
"UpdateDialogRequest": {
|
|
2424
2424
|
"type": "object",
|
|
2425
2425
|
"additionalProperties": false,
|
|
@@ -2892,7 +2892,7 @@
|
|
|
2892
2892
|
"additionalProperties": false,
|
|
2893
2893
|
"properties": {
|
|
2894
2894
|
"actorType": {
|
|
2895
|
-
"$ref": "#/components/schemas/
|
|
2895
|
+
"$ref": "#/components/schemas/ActorType_Values"
|
|
2896
2896
|
},
|
|
2897
2897
|
"actorName": {
|
|
2898
2898
|
"type": "string",
|
|
@@ -3055,7 +3055,7 @@
|
|
|
3055
3055
|
"format": "guid"
|
|
3056
3056
|
},
|
|
3057
3057
|
"actorType": {
|
|
3058
|
-
"$ref": "#/components/schemas/
|
|
3058
|
+
"$ref": "#/components/schemas/ActorType_Values"
|
|
3059
3059
|
},
|
|
3060
3060
|
"actorName": {
|
|
3061
3061
|
"type": "string",
|
|
@@ -3080,7 +3080,7 @@
|
|
|
3080
3080
|
"format": "date-time"
|
|
3081
3081
|
},
|
|
3082
3082
|
"seenBy": {
|
|
3083
|
-
"$ref": "#/components/schemas/
|
|
3083
|
+
"$ref": "#/components/schemas/SearchDialogDialogSeenLogSeenByActorDtoSO"
|
|
3084
3084
|
},
|
|
3085
3085
|
"isViaServiceOwner": {
|
|
3086
3086
|
"type": "boolean",
|
|
@@ -3091,7 +3091,7 @@
|
|
|
3091
3091
|
}
|
|
3092
3092
|
}
|
|
3093
3093
|
},
|
|
3094
|
-
"
|
|
3094
|
+
"SearchDialogDialogSeenLogSeenByActorDtoSO": {
|
|
3095
3095
|
"type": "object",
|
|
3096
3096
|
"additionalProperties": false,
|
|
3097
3097
|
"properties": {
|
|
@@ -3400,7 +3400,7 @@
|
|
|
3400
3400
|
"format": "guid"
|
|
3401
3401
|
},
|
|
3402
3402
|
"actorType": {
|
|
3403
|
-
"$ref": "#/components/schemas/
|
|
3403
|
+
"$ref": "#/components/schemas/ActorType_Values"
|
|
3404
3404
|
},
|
|
3405
3405
|
"actorName": {
|
|
3406
3406
|
"type": "string"
|
|
@@ -3626,7 +3626,7 @@
|
|
|
3626
3626
|
"format": "guid"
|
|
3627
3627
|
},
|
|
3628
3628
|
"actorType": {
|
|
3629
|
-
"$ref": "#/components/schemas/
|
|
3629
|
+
"$ref": "#/components/schemas/ActorType_Values"
|
|
3630
3630
|
},
|
|
3631
3631
|
"actorName": {
|
|
3632
3632
|
"type": "string",
|
|
@@ -3903,7 +3903,7 @@
|
|
|
3903
3903
|
"additionalProperties": false,
|
|
3904
3904
|
"properties": {
|
|
3905
3905
|
"actorType": {
|
|
3906
|
-
"$ref": "#/components/schemas/
|
|
3906
|
+
"$ref": "#/components/schemas/ActorType_Values"
|
|
3907
3907
|
},
|
|
3908
3908
|
"actorName": {
|
|
3909
3909
|
"type": "string"
|
|
@@ -4116,7 +4116,7 @@
|
|
|
4116
4116
|
"additionalProperties": false,
|
|
4117
4117
|
"properties": {
|
|
4118
4118
|
"actorType": {
|
|
4119
|
-
"$ref": "#/components/schemas/
|
|
4119
|
+
"$ref": "#/components/schemas/ActorType_Values"
|
|
4120
4120
|
},
|
|
4121
4121
|
"actorName": {
|
|
4122
4122
|
"type": "string",
|
|
@@ -4128,6 +4128,80 @@
|
|
|
4128
4128
|
}
|
|
4129
4129
|
}
|
|
4130
4130
|
},
|
|
4131
|
+
"SearchDialogSeenLogDtoSO": {
|
|
4132
|
+
"type": "object",
|
|
4133
|
+
"additionalProperties": false,
|
|
4134
|
+
"properties": {
|
|
4135
|
+
"id": {
|
|
4136
|
+
"type": "string",
|
|
4137
|
+
"format": "guid"
|
|
4138
|
+
},
|
|
4139
|
+
"seenAt": {
|
|
4140
|
+
"type": "string",
|
|
4141
|
+
"format": "date-time"
|
|
4142
|
+
},
|
|
4143
|
+
"seenBy": {
|
|
4144
|
+
"$ref": "#/components/schemas/SearchDialogDialogSeenLogSeenByActorDtoSO2"
|
|
4145
|
+
},
|
|
4146
|
+
"isViaServiceOwner": {
|
|
4147
|
+
"type": "boolean",
|
|
4148
|
+
"nullable": true
|
|
4149
|
+
}
|
|
4150
|
+
}
|
|
4151
|
+
},
|
|
4152
|
+
"SearchDialogDialogSeenLogSeenByActorDtoSO2": {
|
|
4153
|
+
"type": "object",
|
|
4154
|
+
"additionalProperties": false,
|
|
4155
|
+
"properties": {
|
|
4156
|
+
"id": {
|
|
4157
|
+
"type": "string",
|
|
4158
|
+
"format": "guid"
|
|
4159
|
+
},
|
|
4160
|
+
"actorName": {
|
|
4161
|
+
"type": "string"
|
|
4162
|
+
},
|
|
4163
|
+
"actorId": {
|
|
4164
|
+
"type": "string"
|
|
4165
|
+
}
|
|
4166
|
+
}
|
|
4167
|
+
},
|
|
4168
|
+
"GetDialogSeenLogDtoSO": {
|
|
4169
|
+
"type": "object",
|
|
4170
|
+
"additionalProperties": false,
|
|
4171
|
+
"properties": {
|
|
4172
|
+
"id": {
|
|
4173
|
+
"type": "string",
|
|
4174
|
+
"format": "guid"
|
|
4175
|
+
},
|
|
4176
|
+
"seenAt": {
|
|
4177
|
+
"type": "string",
|
|
4178
|
+
"format": "date-time"
|
|
4179
|
+
},
|
|
4180
|
+
"seenBy": {
|
|
4181
|
+
"$ref": "#/components/schemas/GetDialogSeenLogSeenByActorDtoSO"
|
|
4182
|
+
},
|
|
4183
|
+
"isViaServiceOwner": {
|
|
4184
|
+
"type": "boolean",
|
|
4185
|
+
"nullable": true
|
|
4186
|
+
}
|
|
4187
|
+
}
|
|
4188
|
+
},
|
|
4189
|
+
"GetDialogSeenLogSeenByActorDtoSO": {
|
|
4190
|
+
"type": "object",
|
|
4191
|
+
"additionalProperties": false,
|
|
4192
|
+
"properties": {
|
|
4193
|
+
"id": {
|
|
4194
|
+
"type": "string",
|
|
4195
|
+
"format": "guid"
|
|
4196
|
+
},
|
|
4197
|
+
"actorName": {
|
|
4198
|
+
"type": "string"
|
|
4199
|
+
},
|
|
4200
|
+
"actorId": {
|
|
4201
|
+
"type": "string"
|
|
4202
|
+
}
|
|
4203
|
+
}
|
|
4204
|
+
},
|
|
4131
4205
|
"CreateDialogActivityRequest": {
|
|
4132
4206
|
"type": "object",
|
|
4133
4207
|
"additionalProperties": false,
|
|
@@ -4171,6 +4245,18 @@
|
|
|
4171
4245
|
}
|
|
4172
4246
|
}
|
|
4173
4247
|
},
|
|
4248
|
+
"NotificationConditionType": {
|
|
4249
|
+
"type": "string",
|
|
4250
|
+
"description": "",
|
|
4251
|
+
"x-enumNames": [
|
|
4252
|
+
"NotExists",
|
|
4253
|
+
"Exists"
|
|
4254
|
+
],
|
|
4255
|
+
"enum": [
|
|
4256
|
+
"NotExists",
|
|
4257
|
+
"Exists"
|
|
4258
|
+
]
|
|
4259
|
+
},
|
|
4174
4260
|
"GetPartiesDto": {
|
|
4175
4261
|
"type": "object",
|
|
4176
4262
|
"additionalProperties": false,
|
|
@@ -4202,6 +4288,9 @@
|
|
|
4202
4288
|
"hasKeyRole": {
|
|
4203
4289
|
"type": "boolean"
|
|
4204
4290
|
},
|
|
4291
|
+
"isCurrentEndUser": {
|
|
4292
|
+
"type": "boolean"
|
|
4293
|
+
},
|
|
4205
4294
|
"isMainAdministrator": {
|
|
4206
4295
|
"type": "boolean"
|
|
4207
4296
|
},
|
|
@@ -4220,84 +4309,6 @@
|
|
|
4220
4309
|
}
|
|
4221
4310
|
}
|
|
4222
4311
|
},
|
|
4223
|
-
"SearchDialogSeenLogDto": {
|
|
4224
|
-
"type": "object",
|
|
4225
|
-
"additionalProperties": false,
|
|
4226
|
-
"properties": {
|
|
4227
|
-
"id": {
|
|
4228
|
-
"type": "string",
|
|
4229
|
-
"format": "guid"
|
|
4230
|
-
},
|
|
4231
|
-
"seenAt": {
|
|
4232
|
-
"type": "string",
|
|
4233
|
-
"format": "date-time"
|
|
4234
|
-
},
|
|
4235
|
-
"seenBy": {
|
|
4236
|
-
"$ref": "#/components/schemas/SearchDialogSeenLogSeenByActorDto"
|
|
4237
|
-
},
|
|
4238
|
-
"isViaServiceOwner": {
|
|
4239
|
-
"type": "boolean"
|
|
4240
|
-
},
|
|
4241
|
-
"isCurrentEndUser": {
|
|
4242
|
-
"type": "boolean"
|
|
4243
|
-
}
|
|
4244
|
-
}
|
|
4245
|
-
},
|
|
4246
|
-
"SearchDialogSeenLogSeenByActorDto": {
|
|
4247
|
-
"type": "object",
|
|
4248
|
-
"additionalProperties": false,
|
|
4249
|
-
"properties": {
|
|
4250
|
-
"id": {
|
|
4251
|
-
"type": "string",
|
|
4252
|
-
"format": "guid"
|
|
4253
|
-
},
|
|
4254
|
-
"actorName": {
|
|
4255
|
-
"type": "string"
|
|
4256
|
-
},
|
|
4257
|
-
"actorId": {
|
|
4258
|
-
"type": "string"
|
|
4259
|
-
}
|
|
4260
|
-
}
|
|
4261
|
-
},
|
|
4262
|
-
"GetDialogSeenLogDto": {
|
|
4263
|
-
"type": "object",
|
|
4264
|
-
"additionalProperties": false,
|
|
4265
|
-
"properties": {
|
|
4266
|
-
"id": {
|
|
4267
|
-
"type": "string",
|
|
4268
|
-
"format": "guid"
|
|
4269
|
-
},
|
|
4270
|
-
"seenAt": {
|
|
4271
|
-
"type": "string",
|
|
4272
|
-
"format": "date-time"
|
|
4273
|
-
},
|
|
4274
|
-
"seenBy": {
|
|
4275
|
-
"$ref": "#/components/schemas/GetDialogSeenLogSeenByActorDto"
|
|
4276
|
-
},
|
|
4277
|
-
"isViaServiceOwner": {
|
|
4278
|
-
"type": "boolean"
|
|
4279
|
-
},
|
|
4280
|
-
"isCurrentEndUser": {
|
|
4281
|
-
"type": "boolean"
|
|
4282
|
-
}
|
|
4283
|
-
}
|
|
4284
|
-
},
|
|
4285
|
-
"GetDialogSeenLogSeenByActorDto": {
|
|
4286
|
-
"type": "object",
|
|
4287
|
-
"additionalProperties": false,
|
|
4288
|
-
"properties": {
|
|
4289
|
-
"id": {
|
|
4290
|
-
"type": "string",
|
|
4291
|
-
"format": "guid"
|
|
4292
|
-
},
|
|
4293
|
-
"actorName": {
|
|
4294
|
-
"type": "string"
|
|
4295
|
-
},
|
|
4296
|
-
"actorId": {
|
|
4297
|
-
"type": "string"
|
|
4298
|
-
}
|
|
4299
|
-
}
|
|
4300
|
-
},
|
|
4301
4312
|
"PaginatedListOfSearchDialogDto": {
|
|
4302
4313
|
"type": "object",
|
|
4303
4314
|
"additionalProperties": false,
|
|
@@ -4440,7 +4451,7 @@
|
|
|
4440
4451
|
"format": "guid"
|
|
4441
4452
|
},
|
|
4442
4453
|
"actorType": {
|
|
4443
|
-
"$ref": "#/components/schemas/
|
|
4454
|
+
"$ref": "#/components/schemas/ActorType_Values"
|
|
4444
4455
|
},
|
|
4445
4456
|
"actorName": {
|
|
4446
4457
|
"type": "string",
|
|
@@ -4769,7 +4780,7 @@
|
|
|
4769
4780
|
"format": "guid"
|
|
4770
4781
|
},
|
|
4771
4782
|
"actorType": {
|
|
4772
|
-
"$ref": "#/components/schemas/
|
|
4783
|
+
"$ref": "#/components/schemas/ActorType_Values"
|
|
4773
4784
|
},
|
|
4774
4785
|
"actorName": {
|
|
4775
4786
|
"type": "string"
|
|
@@ -5001,7 +5012,7 @@
|
|
|
5001
5012
|
"format": "guid"
|
|
5002
5013
|
},
|
|
5003
5014
|
"actorType": {
|
|
5004
|
-
"$ref": "#/components/schemas/
|
|
5015
|
+
"$ref": "#/components/schemas/ActorType_Values"
|
|
5005
5016
|
},
|
|
5006
5017
|
"actorName": {
|
|
5007
5018
|
"type": "string",
|
|
@@ -5053,6 +5064,84 @@
|
|
|
5053
5064
|
}
|
|
5054
5065
|
}
|
|
5055
5066
|
},
|
|
5067
|
+
"SearchDialogSeenLogDto": {
|
|
5068
|
+
"type": "object",
|
|
5069
|
+
"additionalProperties": false,
|
|
5070
|
+
"properties": {
|
|
5071
|
+
"id": {
|
|
5072
|
+
"type": "string",
|
|
5073
|
+
"format": "guid"
|
|
5074
|
+
},
|
|
5075
|
+
"seenAt": {
|
|
5076
|
+
"type": "string",
|
|
5077
|
+
"format": "date-time"
|
|
5078
|
+
},
|
|
5079
|
+
"seenBy": {
|
|
5080
|
+
"$ref": "#/components/schemas/SearchDialogSeenLogSeenByActorDto"
|
|
5081
|
+
},
|
|
5082
|
+
"isViaServiceOwner": {
|
|
5083
|
+
"type": "boolean"
|
|
5084
|
+
},
|
|
5085
|
+
"isCurrentEndUser": {
|
|
5086
|
+
"type": "boolean"
|
|
5087
|
+
}
|
|
5088
|
+
}
|
|
5089
|
+
},
|
|
5090
|
+
"SearchDialogSeenLogSeenByActorDto": {
|
|
5091
|
+
"type": "object",
|
|
5092
|
+
"additionalProperties": false,
|
|
5093
|
+
"properties": {
|
|
5094
|
+
"id": {
|
|
5095
|
+
"type": "string",
|
|
5096
|
+
"format": "guid"
|
|
5097
|
+
},
|
|
5098
|
+
"actorName": {
|
|
5099
|
+
"type": "string"
|
|
5100
|
+
},
|
|
5101
|
+
"actorId": {
|
|
5102
|
+
"type": "string"
|
|
5103
|
+
}
|
|
5104
|
+
}
|
|
5105
|
+
},
|
|
5106
|
+
"GetDialogSeenLogDto": {
|
|
5107
|
+
"type": "object",
|
|
5108
|
+
"additionalProperties": false,
|
|
5109
|
+
"properties": {
|
|
5110
|
+
"id": {
|
|
5111
|
+
"type": "string",
|
|
5112
|
+
"format": "guid"
|
|
5113
|
+
},
|
|
5114
|
+
"seenAt": {
|
|
5115
|
+
"type": "string",
|
|
5116
|
+
"format": "date-time"
|
|
5117
|
+
},
|
|
5118
|
+
"seenBy": {
|
|
5119
|
+
"$ref": "#/components/schemas/GetDialogSeenLogSeenByActorDto"
|
|
5120
|
+
},
|
|
5121
|
+
"isViaServiceOwner": {
|
|
5122
|
+
"type": "boolean"
|
|
5123
|
+
},
|
|
5124
|
+
"isCurrentEndUser": {
|
|
5125
|
+
"type": "boolean"
|
|
5126
|
+
}
|
|
5127
|
+
}
|
|
5128
|
+
},
|
|
5129
|
+
"GetDialogSeenLogSeenByActorDto": {
|
|
5130
|
+
"type": "object",
|
|
5131
|
+
"additionalProperties": false,
|
|
5132
|
+
"properties": {
|
|
5133
|
+
"id": {
|
|
5134
|
+
"type": "string",
|
|
5135
|
+
"format": "guid"
|
|
5136
|
+
},
|
|
5137
|
+
"actorName": {
|
|
5138
|
+
"type": "string"
|
|
5139
|
+
},
|
|
5140
|
+
"actorId": {
|
|
5141
|
+
"type": "string"
|
|
5142
|
+
}
|
|
5143
|
+
}
|
|
5144
|
+
},
|
|
5056
5145
|
"Operation": {
|
|
5057
5146
|
"type": "object",
|
|
5058
5147
|
"additionalProperties": false,
|
|
@@ -5109,4 +5198,4 @@
|
|
|
5109
5198
|
}
|
|
5110
5199
|
}
|
|
5111
5200
|
}
|
|
5112
|
-
}
|
|
5201
|
+
}
|