@digdir/dialogporten-schema 1.29.0-e79dbfa → 1.30.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 +1 -1
- package/swagger.verified.json +79 -561
package/package.json
CHANGED
package/swagger.verified.json
CHANGED
|
@@ -344,6 +344,32 @@
|
|
|
344
344
|
},
|
|
345
345
|
"type": "object"
|
|
346
346
|
},
|
|
347
|
+
"V1EndUserCommonActors_Actor": {
|
|
348
|
+
"additionalProperties": false,
|
|
349
|
+
"properties": {
|
|
350
|
+
"actorId": {
|
|
351
|
+
"description": "The identifier of the person or organization that sent the transmission. Mutually exclusive with ActorName.\nMight be omitted if ActorType is \u0022ServiceOwner\u0022.",
|
|
352
|
+
"example": "urn:altinn:person:identifier-no:12018212345",
|
|
353
|
+
"nullable": true,
|
|
354
|
+
"type": "string"
|
|
355
|
+
},
|
|
356
|
+
"actorName": {
|
|
357
|
+
"description": "Specifies the name of the entity that sent the transmission. Mutually exclusive with ActorId. If ActorId\nis supplied, the name will be automatically populated from the name registries.",
|
|
358
|
+
"example": "Ola Nordmann",
|
|
359
|
+
"nullable": true,
|
|
360
|
+
"type": "string"
|
|
361
|
+
},
|
|
362
|
+
"actorType": {
|
|
363
|
+
"description": "The type of actor that sent the transmission.",
|
|
364
|
+
"oneOf": [
|
|
365
|
+
{
|
|
366
|
+
"$ref": "#/components/schemas/Actors_ActorType"
|
|
367
|
+
}
|
|
368
|
+
]
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
|
+
"type": "object"
|
|
372
|
+
},
|
|
347
373
|
"V1EndUserDialogActivitiesQueriesGet_Activity": {
|
|
348
374
|
"additionalProperties": false,
|
|
349
375
|
"properties": {
|
|
@@ -369,7 +395,7 @@
|
|
|
369
395
|
"type": "string"
|
|
370
396
|
},
|
|
371
397
|
"performedBy": {
|
|
372
|
-
"$ref": "#/components/schemas/
|
|
398
|
+
"$ref": "#/components/schemas/V1EndUserCommonActors_Actor"
|
|
373
399
|
},
|
|
374
400
|
"transmissionId": {
|
|
375
401
|
"format": "guid",
|
|
@@ -382,27 +408,6 @@
|
|
|
382
408
|
},
|
|
383
409
|
"type": "object"
|
|
384
410
|
},
|
|
385
|
-
"V1EndUserDialogActivitiesQueriesGet_PerformedByActor": {
|
|
386
|
-
"additionalProperties": false,
|
|
387
|
-
"properties": {
|
|
388
|
-
"actorId": {
|
|
389
|
-
"nullable": true,
|
|
390
|
-
"type": "string"
|
|
391
|
-
},
|
|
392
|
-
"actorName": {
|
|
393
|
-
"nullable": true,
|
|
394
|
-
"type": "string"
|
|
395
|
-
},
|
|
396
|
-
"actorType": {
|
|
397
|
-
"$ref": "#/components/schemas/Actors_ActorType"
|
|
398
|
-
},
|
|
399
|
-
"id": {
|
|
400
|
-
"format": "guid",
|
|
401
|
-
"type": "string"
|
|
402
|
-
}
|
|
403
|
-
},
|
|
404
|
-
"type": "object"
|
|
405
|
-
},
|
|
406
411
|
"V1EndUserDialogActivitiesQueriesSearch_Activity": {
|
|
407
412
|
"additionalProperties": false,
|
|
408
413
|
"properties": {
|
|
@@ -448,19 +453,7 @@
|
|
|
448
453
|
"type": "string"
|
|
449
454
|
},
|
|
450
455
|
"performedBy": {
|
|
451
|
-
"$ref": "#/components/schemas/
|
|
452
|
-
}
|
|
453
|
-
},
|
|
454
|
-
"type": "object"
|
|
455
|
-
},
|
|
456
|
-
"V1EndUserDialogLabelAssignmentLogQueriesSearch_LabelAssignmentLogActor": {
|
|
457
|
-
"additionalProperties": false,
|
|
458
|
-
"properties": {
|
|
459
|
-
"actorId": {
|
|
460
|
-
"type": "string"
|
|
461
|
-
},
|
|
462
|
-
"actorName": {
|
|
463
|
-
"type": "string"
|
|
456
|
+
"$ref": "#/components/schemas/V1EndUserCommonActors_Actor"
|
|
464
457
|
}
|
|
465
458
|
},
|
|
466
459
|
"type": "object"
|
|
@@ -483,23 +476,7 @@
|
|
|
483
476
|
"type": "string"
|
|
484
477
|
},
|
|
485
478
|
"seenBy": {
|
|
486
|
-
"$ref": "#/components/schemas/
|
|
487
|
-
}
|
|
488
|
-
},
|
|
489
|
-
"type": "object"
|
|
490
|
-
},
|
|
491
|
-
"V1EndUserDialogSeenLogsQueriesGet_SeenLogSeenByActor": {
|
|
492
|
-
"additionalProperties": false,
|
|
493
|
-
"properties": {
|
|
494
|
-
"actorId": {
|
|
495
|
-
"type": "string"
|
|
496
|
-
},
|
|
497
|
-
"actorName": {
|
|
498
|
-
"type": "string"
|
|
499
|
-
},
|
|
500
|
-
"id": {
|
|
501
|
-
"format": "guid",
|
|
502
|
-
"type": "string"
|
|
479
|
+
"$ref": "#/components/schemas/V1EndUserCommonActors_Actor"
|
|
503
480
|
}
|
|
504
481
|
},
|
|
505
482
|
"type": "object"
|
|
@@ -522,23 +499,7 @@
|
|
|
522
499
|
"type": "string"
|
|
523
500
|
},
|
|
524
501
|
"seenBy": {
|
|
525
|
-
"$ref": "#/components/schemas/
|
|
526
|
-
}
|
|
527
|
-
},
|
|
528
|
-
"type": "object"
|
|
529
|
-
},
|
|
530
|
-
"V1EndUserDialogSeenLogsQueriesSearch_SeenLogSeenByActor": {
|
|
531
|
-
"additionalProperties": false,
|
|
532
|
-
"properties": {
|
|
533
|
-
"actorId": {
|
|
534
|
-
"type": "string"
|
|
535
|
-
},
|
|
536
|
-
"actorName": {
|
|
537
|
-
"type": "string"
|
|
538
|
-
},
|
|
539
|
-
"id": {
|
|
540
|
-
"format": "guid",
|
|
541
|
-
"type": "string"
|
|
502
|
+
"$ref": "#/components/schemas/V1EndUserCommonActors_Actor"
|
|
542
503
|
}
|
|
543
504
|
},
|
|
544
505
|
"type": "object"
|
|
@@ -799,7 +760,7 @@
|
|
|
799
760
|
"description": "The actor that performed the activity.",
|
|
800
761
|
"oneOf": [
|
|
801
762
|
{
|
|
802
|
-
"$ref": "#/components/schemas/
|
|
763
|
+
"$ref": "#/components/schemas/V1EndUserCommonActors_Actor"
|
|
803
764
|
}
|
|
804
765
|
]
|
|
805
766
|
},
|
|
@@ -820,30 +781,6 @@
|
|
|
820
781
|
},
|
|
821
782
|
"type": "object"
|
|
822
783
|
},
|
|
823
|
-
"V1EndUserDialogsQueriesGet_DialogActivityPerformedByActor": {
|
|
824
|
-
"additionalProperties": false,
|
|
825
|
-
"properties": {
|
|
826
|
-
"actorId": {
|
|
827
|
-
"description": "The identifier of the person or organization that performed the activity.\nMay be omitted if ActorType is \u0022ServiceOwner\u0022.",
|
|
828
|
-
"nullable": true,
|
|
829
|
-
"type": "string"
|
|
830
|
-
},
|
|
831
|
-
"actorName": {
|
|
832
|
-
"description": "The name of the person or organization that performed the activity.\nOnly set if the actor type is \u0022PartyRepresentative\u0022.",
|
|
833
|
-
"nullable": true,
|
|
834
|
-
"type": "string"
|
|
835
|
-
},
|
|
836
|
-
"actorType": {
|
|
837
|
-
"description": "The type of actor that performed the activity.",
|
|
838
|
-
"oneOf": [
|
|
839
|
-
{
|
|
840
|
-
"$ref": "#/components/schemas/Actors_ActorType"
|
|
841
|
-
}
|
|
842
|
-
]
|
|
843
|
-
}
|
|
844
|
-
},
|
|
845
|
-
"type": "object"
|
|
846
|
-
},
|
|
847
784
|
"V1EndUserDialogsQueriesGet_DialogApiAction": {
|
|
848
785
|
"additionalProperties": false,
|
|
849
786
|
"properties": {
|
|
@@ -1087,28 +1024,13 @@
|
|
|
1087
1024
|
"description": "The actor that saw the dialog revision.",
|
|
1088
1025
|
"oneOf": [
|
|
1089
1026
|
{
|
|
1090
|
-
"$ref": "#/components/schemas/
|
|
1027
|
+
"$ref": "#/components/schemas/V1EndUserCommonActors_Actor"
|
|
1091
1028
|
}
|
|
1092
1029
|
]
|
|
1093
1030
|
}
|
|
1094
1031
|
},
|
|
1095
1032
|
"type": "object"
|
|
1096
1033
|
},
|
|
1097
|
-
"V1EndUserDialogsQueriesGet_DialogSeenLogSeenByActor": {
|
|
1098
|
-
"additionalProperties": false,
|
|
1099
|
-
"properties": {
|
|
1100
|
-
"actorId": {
|
|
1101
|
-
"description": "The identifier of the person/business that saw the dialog revision.",
|
|
1102
|
-
"example": "urn:altinn:person:identifier-no:01125512345\nurn:altinn:organization:identifier-no:912345678",
|
|
1103
|
-
"type": "string"
|
|
1104
|
-
},
|
|
1105
|
-
"actorName": {
|
|
1106
|
-
"description": "The natural name of the person/business that saw the dialog revision.",
|
|
1107
|
-
"type": "string"
|
|
1108
|
-
}
|
|
1109
|
-
},
|
|
1110
|
-
"type": "object"
|
|
1111
|
-
},
|
|
1112
1034
|
"V1EndUserDialogsQueriesGet_DialogTransmission": {
|
|
1113
1035
|
"additionalProperties": false,
|
|
1114
1036
|
"properties": {
|
|
@@ -1164,7 +1086,7 @@
|
|
|
1164
1086
|
"description": "The actor that sent the transmission.",
|
|
1165
1087
|
"oneOf": [
|
|
1166
1088
|
{
|
|
1167
|
-
"$ref": "#/components/schemas/
|
|
1089
|
+
"$ref": "#/components/schemas/V1EndUserCommonActors_Actor"
|
|
1168
1090
|
}
|
|
1169
1091
|
]
|
|
1170
1092
|
},
|
|
@@ -1263,30 +1185,6 @@
|
|
|
1263
1185
|
},
|
|
1264
1186
|
"type": "object"
|
|
1265
1187
|
},
|
|
1266
|
-
"V1EndUserDialogsQueriesGet_DialogTransmissionSenderActor": {
|
|
1267
|
-
"additionalProperties": false,
|
|
1268
|
-
"properties": {
|
|
1269
|
-
"actorId": {
|
|
1270
|
-
"description": "The identifier of the person or organization that sent the transmission.",
|
|
1271
|
-
"example": "urn:altinn:person:identifier-no:12018212345",
|
|
1272
|
-
"type": "string"
|
|
1273
|
-
},
|
|
1274
|
-
"actorName": {
|
|
1275
|
-
"description": "The name of the person or organization that sent the transmission.",
|
|
1276
|
-
"example": "Ola Nordmann",
|
|
1277
|
-
"type": "string"
|
|
1278
|
-
},
|
|
1279
|
-
"actorType": {
|
|
1280
|
-
"description": "The type of actor that sent the transmission.",
|
|
1281
|
-
"oneOf": [
|
|
1282
|
-
{
|
|
1283
|
-
"$ref": "#/components/schemas/Actors_ActorType"
|
|
1284
|
-
}
|
|
1285
|
-
]
|
|
1286
|
-
}
|
|
1287
|
-
},
|
|
1288
|
-
"type": "object"
|
|
1289
|
-
},
|
|
1290
1188
|
"V1EndUserDialogsQueriesSearch_Content": {
|
|
1291
1189
|
"additionalProperties": false,
|
|
1292
1190
|
"properties": {
|
|
@@ -1482,7 +1380,7 @@
|
|
|
1482
1380
|
"description": "The actor that performed the activity.",
|
|
1483
1381
|
"oneOf": [
|
|
1484
1382
|
{
|
|
1485
|
-
"$ref": "#/components/schemas/
|
|
1383
|
+
"$ref": "#/components/schemas/V1EndUserCommonActors_Actor"
|
|
1486
1384
|
}
|
|
1487
1385
|
]
|
|
1488
1386
|
},
|
|
@@ -1503,30 +1401,6 @@
|
|
|
1503
1401
|
},
|
|
1504
1402
|
"type": "object"
|
|
1505
1403
|
},
|
|
1506
|
-
"V1EndUserDialogsQueriesSearch_DialogActivityPerformedByActor": {
|
|
1507
|
-
"additionalProperties": false,
|
|
1508
|
-
"properties": {
|
|
1509
|
-
"actorId": {
|
|
1510
|
-
"description": "The identifier of the person or organization that performed the activity.\nMay be omitted if ActorType is \u0022ServiceOwner\u0022.",
|
|
1511
|
-
"nullable": true,
|
|
1512
|
-
"type": "string"
|
|
1513
|
-
},
|
|
1514
|
-
"actorName": {
|
|
1515
|
-
"description": "The name of the person or organization that performed the activity.\nOnly set if the actor type is \u0022PartyRepresentative\u0022.",
|
|
1516
|
-
"nullable": true,
|
|
1517
|
-
"type": "string"
|
|
1518
|
-
},
|
|
1519
|
-
"actorType": {
|
|
1520
|
-
"description": "What type of actor performed the activity.",
|
|
1521
|
-
"oneOf": [
|
|
1522
|
-
{
|
|
1523
|
-
"$ref": "#/components/schemas/Actors_ActorType"
|
|
1524
|
-
}
|
|
1525
|
-
]
|
|
1526
|
-
}
|
|
1527
|
-
},
|
|
1528
|
-
"type": "object"
|
|
1529
|
-
},
|
|
1530
1404
|
"V1EndUserDialogsQueriesSearch_DialogSeenLog": {
|
|
1531
1405
|
"additionalProperties": false,
|
|
1532
1406
|
"properties": {
|
|
@@ -1553,28 +1427,13 @@
|
|
|
1553
1427
|
"description": "The actor that saw the dialog revision.",
|
|
1554
1428
|
"oneOf": [
|
|
1555
1429
|
{
|
|
1556
|
-
"$ref": "#/components/schemas/
|
|
1430
|
+
"$ref": "#/components/schemas/V1EndUserCommonActors_Actor"
|
|
1557
1431
|
}
|
|
1558
1432
|
]
|
|
1559
1433
|
}
|
|
1560
1434
|
},
|
|
1561
1435
|
"type": "object"
|
|
1562
1436
|
},
|
|
1563
|
-
"V1EndUserDialogsQueriesSearch_DialogSeenLogSeenByActor": {
|
|
1564
|
-
"additionalProperties": false,
|
|
1565
|
-
"properties": {
|
|
1566
|
-
"actorId": {
|
|
1567
|
-
"description": "The identifier of the person/business that saw the dialog revision.",
|
|
1568
|
-
"example": "urn:altinn:person:identifier-no:01125512345\nurn:altinn:organization:identifier-no:912345678",
|
|
1569
|
-
"type": "string"
|
|
1570
|
-
},
|
|
1571
|
-
"actorName": {
|
|
1572
|
-
"description": "The natural name of the person/business that saw the dialog revision.",
|
|
1573
|
-
"type": "string"
|
|
1574
|
-
}
|
|
1575
|
-
},
|
|
1576
|
-
"type": "object"
|
|
1577
|
-
},
|
|
1578
1437
|
"V1EndUserDialogSystemLabelsCommandsSet_SystemLabelCommand": {
|
|
1579
1438
|
"additionalProperties": false,
|
|
1580
1439
|
"properties": {
|
|
@@ -1678,33 +1537,6 @@
|
|
|
1678
1537
|
},
|
|
1679
1538
|
"type": "object"
|
|
1680
1539
|
},
|
|
1681
|
-
"V1EndUserDialogTransmissionsQueriesGet_SenderActor": {
|
|
1682
|
-
"additionalProperties": false,
|
|
1683
|
-
"properties": {
|
|
1684
|
-
"actorId": {
|
|
1685
|
-
"description": "The identifier of the actor.",
|
|
1686
|
-
"type": "string"
|
|
1687
|
-
},
|
|
1688
|
-
"actorName": {
|
|
1689
|
-
"description": "The name of the actor.",
|
|
1690
|
-
"type": "string"
|
|
1691
|
-
},
|
|
1692
|
-
"actorType": {
|
|
1693
|
-
"description": "The type of the actor.",
|
|
1694
|
-
"oneOf": [
|
|
1695
|
-
{
|
|
1696
|
-
"$ref": "#/components/schemas/Actors_ActorType"
|
|
1697
|
-
}
|
|
1698
|
-
]
|
|
1699
|
-
},
|
|
1700
|
-
"id": {
|
|
1701
|
-
"description": "The unique identifier for the sender actor in UUIDv7 format.",
|
|
1702
|
-
"format": "guid",
|
|
1703
|
-
"type": "string"
|
|
1704
|
-
}
|
|
1705
|
-
},
|
|
1706
|
-
"type": "object"
|
|
1707
|
-
},
|
|
1708
1540
|
"V1EndUserDialogTransmissionsQueriesGet_Transmission": {
|
|
1709
1541
|
"additionalProperties": false,
|
|
1710
1542
|
"properties": {
|
|
@@ -1765,7 +1597,7 @@
|
|
|
1765
1597
|
"description": "The sender actor information for the transmission.",
|
|
1766
1598
|
"oneOf": [
|
|
1767
1599
|
{
|
|
1768
|
-
"$ref": "#/components/schemas/
|
|
1600
|
+
"$ref": "#/components/schemas/V1EndUserCommonActors_Actor"
|
|
1769
1601
|
}
|
|
1770
1602
|
]
|
|
1771
1603
|
},
|
|
@@ -1869,33 +1701,6 @@
|
|
|
1869
1701
|
},
|
|
1870
1702
|
"type": "object"
|
|
1871
1703
|
},
|
|
1872
|
-
"V1EndUserDialogTransmissionsQueriesSearch_SenderActor": {
|
|
1873
|
-
"additionalProperties": false,
|
|
1874
|
-
"properties": {
|
|
1875
|
-
"actorId": {
|
|
1876
|
-
"description": "The identifier of the actor.",
|
|
1877
|
-
"type": "string"
|
|
1878
|
-
},
|
|
1879
|
-
"actorName": {
|
|
1880
|
-
"description": "The name of the actor.",
|
|
1881
|
-
"type": "string"
|
|
1882
|
-
},
|
|
1883
|
-
"actorType": {
|
|
1884
|
-
"description": "The type of the actor.",
|
|
1885
|
-
"oneOf": [
|
|
1886
|
-
{
|
|
1887
|
-
"$ref": "#/components/schemas/Actors_ActorType"
|
|
1888
|
-
}
|
|
1889
|
-
]
|
|
1890
|
-
},
|
|
1891
|
-
"id": {
|
|
1892
|
-
"description": "The unique identifier for the sender actor in UUIDv7 format.",
|
|
1893
|
-
"format": "guid",
|
|
1894
|
-
"type": "string"
|
|
1895
|
-
}
|
|
1896
|
-
},
|
|
1897
|
-
"type": "object"
|
|
1898
|
-
},
|
|
1899
1704
|
"V1EndUserDialogTransmissionsQueriesSearch_Transmission": {
|
|
1900
1705
|
"additionalProperties": false,
|
|
1901
1706
|
"properties": {
|
|
@@ -1956,7 +1761,7 @@
|
|
|
1956
1761
|
"description": "The sender actor information for the transmission.",
|
|
1957
1762
|
"oneOf": [
|
|
1958
1763
|
{
|
|
1959
|
-
"$ref": "#/components/schemas/
|
|
1764
|
+
"$ref": "#/components/schemas/V1EndUserCommonActors_Actor"
|
|
1960
1765
|
}
|
|
1961
1766
|
]
|
|
1962
1767
|
},
|
|
@@ -2024,6 +1829,32 @@
|
|
|
2024
1829
|
},
|
|
2025
1830
|
"type": "object"
|
|
2026
1831
|
},
|
|
1832
|
+
"V1ServiceOwnerCommonActors_Actor": {
|
|
1833
|
+
"additionalProperties": false,
|
|
1834
|
+
"properties": {
|
|
1835
|
+
"actorId": {
|
|
1836
|
+
"description": "The identifier of the person or organization that sent the transmission. Mutually exclusive with ActorName.\nMight be omitted if ActorType is \u0022ServiceOwner\u0022.",
|
|
1837
|
+
"example": "urn:altinn:person:identifier-no:12018212345",
|
|
1838
|
+
"nullable": true,
|
|
1839
|
+
"type": "string"
|
|
1840
|
+
},
|
|
1841
|
+
"actorName": {
|
|
1842
|
+
"description": "Specifies the name of the entity that sent the transmission. Mutually exclusive with ActorId. If ActorId\nis supplied, the name will be automatically populated from the name registries.",
|
|
1843
|
+
"example": "Ola Nordmann",
|
|
1844
|
+
"nullable": true,
|
|
1845
|
+
"type": "string"
|
|
1846
|
+
},
|
|
1847
|
+
"actorType": {
|
|
1848
|
+
"description": "The type of actor that sent the transmission.",
|
|
1849
|
+
"oneOf": [
|
|
1850
|
+
{
|
|
1851
|
+
"$ref": "#/components/schemas/Actors_ActorType"
|
|
1852
|
+
}
|
|
1853
|
+
]
|
|
1854
|
+
}
|
|
1855
|
+
},
|
|
1856
|
+
"type": "object"
|
|
1857
|
+
},
|
|
2027
1858
|
"V1ServiceOwnerDialogActivitiesCreate_ActivityRequest": {
|
|
2028
1859
|
"additionalProperties": false,
|
|
2029
1860
|
"properties": {
|
|
@@ -2058,7 +1889,7 @@
|
|
|
2058
1889
|
"description": "The actor that performed the activity.",
|
|
2059
1890
|
"oneOf": [
|
|
2060
1891
|
{
|
|
2061
|
-
"$ref": "#/components/schemas/
|
|
1892
|
+
"$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
|
|
2062
1893
|
}
|
|
2063
1894
|
]
|
|
2064
1895
|
},
|
|
@@ -2109,7 +1940,7 @@
|
|
|
2109
1940
|
"type": "string"
|
|
2110
1941
|
},
|
|
2111
1942
|
"performedBy": {
|
|
2112
|
-
"$ref": "#/components/schemas/
|
|
1943
|
+
"$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
|
|
2113
1944
|
},
|
|
2114
1945
|
"transmissionId": {
|
|
2115
1946
|
"format": "guid",
|
|
@@ -2122,27 +1953,6 @@
|
|
|
2122
1953
|
},
|
|
2123
1954
|
"type": "object"
|
|
2124
1955
|
},
|
|
2125
|
-
"V1ServiceOwnerDialogActivitiesQueriesGet_ActivityPerformedByActor": {
|
|
2126
|
-
"additionalProperties": false,
|
|
2127
|
-
"properties": {
|
|
2128
|
-
"actorId": {
|
|
2129
|
-
"nullable": true,
|
|
2130
|
-
"type": "string"
|
|
2131
|
-
},
|
|
2132
|
-
"actorName": {
|
|
2133
|
-
"nullable": true,
|
|
2134
|
-
"type": "string"
|
|
2135
|
-
},
|
|
2136
|
-
"actorType": {
|
|
2137
|
-
"$ref": "#/components/schemas/Actors_ActorType"
|
|
2138
|
-
},
|
|
2139
|
-
"id": {
|
|
2140
|
-
"format": "guid",
|
|
2141
|
-
"type": "string"
|
|
2142
|
-
}
|
|
2143
|
-
},
|
|
2144
|
-
"type": "object"
|
|
2145
|
-
},
|
|
2146
1956
|
"V1ServiceOwnerDialogActivitiesQueriesNotificationCondition_NotificationCondition": {
|
|
2147
1957
|
"additionalProperties": false,
|
|
2148
1958
|
"properties": {
|
|
@@ -2230,7 +2040,7 @@
|
|
|
2230
2040
|
"description": "The actor that performed the activity.",
|
|
2231
2041
|
"oneOf": [
|
|
2232
2042
|
{
|
|
2233
|
-
"$ref": "#/components/schemas/
|
|
2043
|
+
"$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
|
|
2234
2044
|
}
|
|
2235
2045
|
]
|
|
2236
2046
|
},
|
|
@@ -2251,32 +2061,6 @@
|
|
|
2251
2061
|
},
|
|
2252
2062
|
"type": "object"
|
|
2253
2063
|
},
|
|
2254
|
-
"V1ServiceOwnerDialogsCommandsCreate_ActivityPerformedByActor": {
|
|
2255
|
-
"additionalProperties": false,
|
|
2256
|
-
"properties": {
|
|
2257
|
-
"actorId": {
|
|
2258
|
-
"description": "The identifier of the person or organization that performed the activity. Mutually exclusive with ActorName.\nMight be omitted if ActorType is \u0022ServiceOwner\u0022.",
|
|
2259
|
-
"example": "urn:altinn:person:identifier-no:12018212345",
|
|
2260
|
-
"nullable": true,
|
|
2261
|
-
"type": "string"
|
|
2262
|
-
},
|
|
2263
|
-
"actorName": {
|
|
2264
|
-
"description": "Specifies the name of the entity that performed the activity. Mutually exclusive with ActorId. If ActorId\nis supplied, the name will be automatically populated from the name registries.",
|
|
2265
|
-
"example": "Ola Nordmann",
|
|
2266
|
-
"nullable": true,
|
|
2267
|
-
"type": "string"
|
|
2268
|
-
},
|
|
2269
|
-
"actorType": {
|
|
2270
|
-
"description": "What type of actor performed the activity.",
|
|
2271
|
-
"oneOf": [
|
|
2272
|
-
{
|
|
2273
|
-
"$ref": "#/components/schemas/Actors_ActorType"
|
|
2274
|
-
}
|
|
2275
|
-
]
|
|
2276
|
-
}
|
|
2277
|
-
},
|
|
2278
|
-
"type": "object"
|
|
2279
|
-
},
|
|
2280
2064
|
"V1ServiceOwnerDialogsCommandsCreate_ApiAction": {
|
|
2281
2065
|
"additionalProperties": false,
|
|
2282
2066
|
"properties": {
|
|
@@ -2736,7 +2520,7 @@
|
|
|
2736
2520
|
"description": "The actor that sent the transmission.",
|
|
2737
2521
|
"oneOf": [
|
|
2738
2522
|
{
|
|
2739
|
-
"$ref": "#/components/schemas/
|
|
2523
|
+
"$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
|
|
2740
2524
|
}
|
|
2741
2525
|
]
|
|
2742
2526
|
},
|
|
@@ -2836,32 +2620,6 @@
|
|
|
2836
2620
|
},
|
|
2837
2621
|
"type": "object"
|
|
2838
2622
|
},
|
|
2839
|
-
"V1ServiceOwnerDialogsCommandsCreate_TransmissionSenderActor": {
|
|
2840
|
-
"additionalProperties": false,
|
|
2841
|
-
"properties": {
|
|
2842
|
-
"actorId": {
|
|
2843
|
-
"description": "The identifier of the person or organization that sent the transmission. Mutually exclusive with ActorName.\nMight be omitted if ActorType is \u0022ServiceOwner\u0022.",
|
|
2844
|
-
"example": "urn:altinn:person:identifier-no:12018212345",
|
|
2845
|
-
"nullable": true,
|
|
2846
|
-
"type": "string"
|
|
2847
|
-
},
|
|
2848
|
-
"actorName": {
|
|
2849
|
-
"description": "Specifies the name of the entity that sent the transmission. Mutually exclusive with ActorId. If ActorId\nis supplied, the name will be automatically populated from the name registries.",
|
|
2850
|
-
"example": "Ola Nordmann",
|
|
2851
|
-
"nullable": true,
|
|
2852
|
-
"type": "string"
|
|
2853
|
-
},
|
|
2854
|
-
"actorType": {
|
|
2855
|
-
"description": "The type of actor that sent the transmission.",
|
|
2856
|
-
"oneOf": [
|
|
2857
|
-
{
|
|
2858
|
-
"$ref": "#/components/schemas/Actors_ActorType"
|
|
2859
|
-
}
|
|
2860
|
-
]
|
|
2861
|
-
}
|
|
2862
|
-
},
|
|
2863
|
-
"type": "object"
|
|
2864
|
-
},
|
|
2865
2623
|
"V1ServiceOwnerDialogsCommandsUpdate_Activity": {
|
|
2866
2624
|
"additionalProperties": false,
|
|
2867
2625
|
"properties": {
|
|
@@ -2896,7 +2654,7 @@
|
|
|
2896
2654
|
"description": "The actor that performed the activity.",
|
|
2897
2655
|
"oneOf": [
|
|
2898
2656
|
{
|
|
2899
|
-
"$ref": "#/components/schemas/
|
|
2657
|
+
"$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
|
|
2900
2658
|
}
|
|
2901
2659
|
]
|
|
2902
2660
|
},
|
|
@@ -2917,32 +2675,6 @@
|
|
|
2917
2675
|
},
|
|
2918
2676
|
"type": "object"
|
|
2919
2677
|
},
|
|
2920
|
-
"V1ServiceOwnerDialogsCommandsUpdate_ActivityPerformedByActor": {
|
|
2921
|
-
"additionalProperties": false,
|
|
2922
|
-
"properties": {
|
|
2923
|
-
"actorId": {
|
|
2924
|
-
"description": "The identifier of the person or organization that performed the activity. Mutually exclusive with ActorName.\nMight be omitted if ActorType is \u0022ServiceOwner\u0022.",
|
|
2925
|
-
"example": "urn:altinn:person:identifier-no:12018212345",
|
|
2926
|
-
"nullable": true,
|
|
2927
|
-
"type": "string"
|
|
2928
|
-
},
|
|
2929
|
-
"actorName": {
|
|
2930
|
-
"description": "Specifies the name of the entity that performed the activity. Mutually exclusive with ActorId. If ActorId\nis supplied, the name will be automatically populated from the name registries.",
|
|
2931
|
-
"example": "Ola Nordmann",
|
|
2932
|
-
"nullable": true,
|
|
2933
|
-
"type": "string"
|
|
2934
|
-
},
|
|
2935
|
-
"actorType": {
|
|
2936
|
-
"description": "What type of actor performed the activity.",
|
|
2937
|
-
"oneOf": [
|
|
2938
|
-
{
|
|
2939
|
-
"$ref": "#/components/schemas/Actors_ActorType"
|
|
2940
|
-
}
|
|
2941
|
-
]
|
|
2942
|
-
}
|
|
2943
|
-
},
|
|
2944
|
-
"type": "object"
|
|
2945
|
-
},
|
|
2946
2678
|
"V1ServiceOwnerDialogsCommandsUpdate_ApiAction": {
|
|
2947
2679
|
"additionalProperties": false,
|
|
2948
2680
|
"properties": {
|
|
@@ -3389,7 +3121,7 @@
|
|
|
3389
3121
|
"description": "The actor that sent the transmission.",
|
|
3390
3122
|
"oneOf": [
|
|
3391
3123
|
{
|
|
3392
|
-
"$ref": "#/components/schemas/
|
|
3124
|
+
"$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
|
|
3393
3125
|
}
|
|
3394
3126
|
]
|
|
3395
3127
|
},
|
|
@@ -3489,32 +3221,6 @@
|
|
|
3489
3221
|
},
|
|
3490
3222
|
"type": "object"
|
|
3491
3223
|
},
|
|
3492
|
-
"V1ServiceOwnerDialogsCommandsUpdate_TransmissionSenderActor": {
|
|
3493
|
-
"additionalProperties": false,
|
|
3494
|
-
"properties": {
|
|
3495
|
-
"actorId": {
|
|
3496
|
-
"description": "The identifier of the person or organization that sent the transmission. Mutually exclusive with ActorName.\nMight be omitted if ActorType is \u0022ServiceOwner\u0022.",
|
|
3497
|
-
"example": "urn:altinn:person:identifier-no:12018212345",
|
|
3498
|
-
"nullable": true,
|
|
3499
|
-
"type": "string"
|
|
3500
|
-
},
|
|
3501
|
-
"actorName": {
|
|
3502
|
-
"description": "Specifies the name of the entity that sent the transmission. Mutually exclusive with ActorId. If ActorId\nis supplied, the name will be automatically populated from the name registries.",
|
|
3503
|
-
"example": "Ola Nordmann",
|
|
3504
|
-
"nullable": true,
|
|
3505
|
-
"type": "string"
|
|
3506
|
-
},
|
|
3507
|
-
"actorType": {
|
|
3508
|
-
"description": "The type of actor that sent the transmission.",
|
|
3509
|
-
"oneOf": [
|
|
3510
|
-
{
|
|
3511
|
-
"$ref": "#/components/schemas/Actors_ActorType"
|
|
3512
|
-
}
|
|
3513
|
-
]
|
|
3514
|
-
}
|
|
3515
|
-
},
|
|
3516
|
-
"type": "object"
|
|
3517
|
-
},
|
|
3518
3224
|
"V1ServiceOwnerDialogSeenLogsQueriesGet_SeenLog": {
|
|
3519
3225
|
"additionalProperties": false,
|
|
3520
3226
|
"properties": {
|
|
@@ -3531,39 +3237,7 @@
|
|
|
3531
3237
|
"type": "string"
|
|
3532
3238
|
},
|
|
3533
3239
|
"seenBy": {
|
|
3534
|
-
"$ref": "#/components/schemas/
|
|
3535
|
-
}
|
|
3536
|
-
},
|
|
3537
|
-
"type": "object"
|
|
3538
|
-
},
|
|
3539
|
-
"V1ServiceOwnerDialogSeenLogsQueriesGet_SeenLogSeenByActor": {
|
|
3540
|
-
"additionalProperties": false,
|
|
3541
|
-
"properties": {
|
|
3542
|
-
"actorId": {
|
|
3543
|
-
"type": "string"
|
|
3544
|
-
},
|
|
3545
|
-
"actorName": {
|
|
3546
|
-
"type": "string"
|
|
3547
|
-
},
|
|
3548
|
-
"id": {
|
|
3549
|
-
"format": "guid",
|
|
3550
|
-
"type": "string"
|
|
3551
|
-
}
|
|
3552
|
-
},
|
|
3553
|
-
"type": "object"
|
|
3554
|
-
},
|
|
3555
|
-
"V1ServiceOwnerDialogSeenLogsQueriesSearch_SeenByActor": {
|
|
3556
|
-
"additionalProperties": false,
|
|
3557
|
-
"properties": {
|
|
3558
|
-
"actorId": {
|
|
3559
|
-
"type": "string"
|
|
3560
|
-
},
|
|
3561
|
-
"actorName": {
|
|
3562
|
-
"type": "string"
|
|
3563
|
-
},
|
|
3564
|
-
"id": {
|
|
3565
|
-
"format": "guid",
|
|
3566
|
-
"type": "string"
|
|
3240
|
+
"$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
|
|
3567
3241
|
}
|
|
3568
3242
|
},
|
|
3569
3243
|
"type": "object"
|
|
@@ -3584,7 +3258,7 @@
|
|
|
3584
3258
|
"type": "string"
|
|
3585
3259
|
},
|
|
3586
3260
|
"seenBy": {
|
|
3587
|
-
"$ref": "#/components/schemas/
|
|
3261
|
+
"$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
|
|
3588
3262
|
}
|
|
3589
3263
|
},
|
|
3590
3264
|
"type": "object"
|
|
@@ -3861,7 +3535,7 @@
|
|
|
3861
3535
|
"description": "The actor that performed the activity.",
|
|
3862
3536
|
"oneOf": [
|
|
3863
3537
|
{
|
|
3864
|
-
"$ref": "#/components/schemas/
|
|
3538
|
+
"$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
|
|
3865
3539
|
}
|
|
3866
3540
|
]
|
|
3867
3541
|
},
|
|
@@ -3882,30 +3556,6 @@
|
|
|
3882
3556
|
},
|
|
3883
3557
|
"type": "object"
|
|
3884
3558
|
},
|
|
3885
|
-
"V1ServiceOwnerDialogsQueriesGet_DialogActivityPerformedByActor": {
|
|
3886
|
-
"additionalProperties": false,
|
|
3887
|
-
"properties": {
|
|
3888
|
-
"actorId": {
|
|
3889
|
-
"description": "The identifier of the person or organization that performed the activity.\nMay be omitted if ActorType is \u0022ServiceOwner\u0022.",
|
|
3890
|
-
"nullable": true,
|
|
3891
|
-
"type": "string"
|
|
3892
|
-
},
|
|
3893
|
-
"actorName": {
|
|
3894
|
-
"description": "The name of the person or organization that performed the activity.\nOnly set if the actor type is \u0022PartyRepresentative\u0022.",
|
|
3895
|
-
"nullable": true,
|
|
3896
|
-
"type": "string"
|
|
3897
|
-
},
|
|
3898
|
-
"actorType": {
|
|
3899
|
-
"description": "What type of actor performed the activity.",
|
|
3900
|
-
"oneOf": [
|
|
3901
|
-
{
|
|
3902
|
-
"$ref": "#/components/schemas/Actors_ActorType"
|
|
3903
|
-
}
|
|
3904
|
-
]
|
|
3905
|
-
}
|
|
3906
|
-
},
|
|
3907
|
-
"type": "object"
|
|
3908
|
-
},
|
|
3909
3559
|
"V1ServiceOwnerDialogsQueriesGet_DialogApiAction": {
|
|
3910
3560
|
"additionalProperties": false,
|
|
3911
3561
|
"properties": {
|
|
@@ -4149,28 +3799,13 @@
|
|
|
4149
3799
|
"description": "The actor that saw the dialog revision.",
|
|
4150
3800
|
"oneOf": [
|
|
4151
3801
|
{
|
|
4152
|
-
"$ref": "#/components/schemas/
|
|
3802
|
+
"$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
|
|
4153
3803
|
}
|
|
4154
3804
|
]
|
|
4155
3805
|
}
|
|
4156
3806
|
},
|
|
4157
3807
|
"type": "object"
|
|
4158
3808
|
},
|
|
4159
|
-
"V1ServiceOwnerDialogsQueriesGet_DialogSeenLogSeenByActor": {
|
|
4160
|
-
"additionalProperties": false,
|
|
4161
|
-
"properties": {
|
|
4162
|
-
"actorId": {
|
|
4163
|
-
"description": "The identifier of the person/business that saw the dialog revision.",
|
|
4164
|
-
"example": "urn:altinn:person:identifier-no:01125512345\nurn:altinn:organization:identifier-no:912345678",
|
|
4165
|
-
"type": "string"
|
|
4166
|
-
},
|
|
4167
|
-
"actorName": {
|
|
4168
|
-
"description": "The natural name of the person/business that saw the dialog revision.",
|
|
4169
|
-
"type": "string"
|
|
4170
|
-
}
|
|
4171
|
-
},
|
|
4172
|
-
"type": "object"
|
|
4173
|
-
},
|
|
4174
3809
|
"V1ServiceOwnerDialogsQueriesGet_DialogTransmission": {
|
|
4175
3810
|
"additionalProperties": false,
|
|
4176
3811
|
"properties": {
|
|
@@ -4227,7 +3862,7 @@
|
|
|
4227
3862
|
"description": "The actor that sent the transmission.",
|
|
4228
3863
|
"oneOf": [
|
|
4229
3864
|
{
|
|
4230
|
-
"$ref": "#/components/schemas/
|
|
3865
|
+
"$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
|
|
4231
3866
|
}
|
|
4232
3867
|
]
|
|
4233
3868
|
},
|
|
@@ -4326,30 +3961,6 @@
|
|
|
4326
3961
|
},
|
|
4327
3962
|
"type": "object"
|
|
4328
3963
|
},
|
|
4329
|
-
"V1ServiceOwnerDialogsQueriesGet_DialogTransmissionSenderActor": {
|
|
4330
|
-
"additionalProperties": false,
|
|
4331
|
-
"properties": {
|
|
4332
|
-
"actorId": {
|
|
4333
|
-
"description": "The identifier of the person or organization that sent the transmission.",
|
|
4334
|
-
"example": "urn:altinn:person:identifier-no:12018212345",
|
|
4335
|
-
"type": "string"
|
|
4336
|
-
},
|
|
4337
|
-
"actorName": {
|
|
4338
|
-
"description": "The name of the person or organization that sent the transmission.",
|
|
4339
|
-
"example": "Ola Nordmann",
|
|
4340
|
-
"type": "string"
|
|
4341
|
-
},
|
|
4342
|
-
"actorType": {
|
|
4343
|
-
"description": "The type of actor that sent the transmission.",
|
|
4344
|
-
"oneOf": [
|
|
4345
|
-
{
|
|
4346
|
-
"$ref": "#/components/schemas/Actors_ActorType"
|
|
4347
|
-
}
|
|
4348
|
-
]
|
|
4349
|
-
}
|
|
4350
|
-
},
|
|
4351
|
-
"type": "object"
|
|
4352
|
-
},
|
|
4353
3964
|
"V1ServiceOwnerDialogsQueriesGet_SearchTag": {
|
|
4354
3965
|
"additionalProperties": false,
|
|
4355
3966
|
"properties": {
|
|
@@ -4567,7 +4178,7 @@
|
|
|
4567
4178
|
"description": "The actor that performed the activity.",
|
|
4568
4179
|
"oneOf": [
|
|
4569
4180
|
{
|
|
4570
|
-
"$ref": "#/components/schemas/
|
|
4181
|
+
"$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
|
|
4571
4182
|
}
|
|
4572
4183
|
]
|
|
4573
4184
|
},
|
|
@@ -4588,30 +4199,6 @@
|
|
|
4588
4199
|
},
|
|
4589
4200
|
"type": "object"
|
|
4590
4201
|
},
|
|
4591
|
-
"V1ServiceOwnerDialogsQueriesSearch_DialogActivityPerformedByActor": {
|
|
4592
|
-
"additionalProperties": false,
|
|
4593
|
-
"properties": {
|
|
4594
|
-
"actorId": {
|
|
4595
|
-
"description": "The identifier of the person or organization that performed the activity.\nMay be omitted if ActorType is \u0022ServiceOwner\u0022.",
|
|
4596
|
-
"nullable": true,
|
|
4597
|
-
"type": "string"
|
|
4598
|
-
},
|
|
4599
|
-
"actorName": {
|
|
4600
|
-
"description": "The name of the person or organization that performed the activity.\nOnly set if the actor type is \u0022PartyRepresentative\u0022.",
|
|
4601
|
-
"nullable": true,
|
|
4602
|
-
"type": "string"
|
|
4603
|
-
},
|
|
4604
|
-
"actorType": {
|
|
4605
|
-
"description": "What type of actor performed the activity.",
|
|
4606
|
-
"oneOf": [
|
|
4607
|
-
{
|
|
4608
|
-
"$ref": "#/components/schemas/Actors_ActorType"
|
|
4609
|
-
}
|
|
4610
|
-
]
|
|
4611
|
-
}
|
|
4612
|
-
},
|
|
4613
|
-
"type": "object"
|
|
4614
|
-
},
|
|
4615
4202
|
"V1ServiceOwnerDialogsQueriesSearch_DialogSeenLog": {
|
|
4616
4203
|
"additionalProperties": false,
|
|
4617
4204
|
"properties": {
|
|
@@ -4638,28 +4225,13 @@
|
|
|
4638
4225
|
"description": "The actor that saw the dialog revision.",
|
|
4639
4226
|
"oneOf": [
|
|
4640
4227
|
{
|
|
4641
|
-
"$ref": "#/components/schemas/
|
|
4228
|
+
"$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
|
|
4642
4229
|
}
|
|
4643
4230
|
]
|
|
4644
4231
|
}
|
|
4645
4232
|
},
|
|
4646
4233
|
"type": "object"
|
|
4647
4234
|
},
|
|
4648
|
-
"V1ServiceOwnerDialogsQueriesSearch_DialogSeenLogSeenByActor": {
|
|
4649
|
-
"additionalProperties": false,
|
|
4650
|
-
"properties": {
|
|
4651
|
-
"actorId": {
|
|
4652
|
-
"description": "The identifier of the person/business that saw the dialog revision.",
|
|
4653
|
-
"example": "urn:altinn:person:identifier-no:01125512345\nurn:altinn:organization:identifier-no:912345678",
|
|
4654
|
-
"type": "string"
|
|
4655
|
-
},
|
|
4656
|
-
"actorName": {
|
|
4657
|
-
"description": "The natural name of the person/business that saw the dialog revision.",
|
|
4658
|
-
"type": "string"
|
|
4659
|
-
}
|
|
4660
|
-
},
|
|
4661
|
-
"type": "object"
|
|
4662
|
-
},
|
|
4663
4235
|
"V1ServiceOwnerDialogsUpdate_DialogRequest": {
|
|
4664
4236
|
"additionalProperties": false,
|
|
4665
4237
|
"properties": {
|
|
@@ -4722,7 +4294,7 @@
|
|
|
4722
4294
|
"description": "The actor that sent the transmission.",
|
|
4723
4295
|
"oneOf": [
|
|
4724
4296
|
{
|
|
4725
|
-
"$ref": "#/components/schemas/
|
|
4297
|
+
"$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
|
|
4726
4298
|
}
|
|
4727
4299
|
]
|
|
4728
4300
|
},
|
|
@@ -4826,33 +4398,6 @@
|
|
|
4826
4398
|
},
|
|
4827
4399
|
"type": "object"
|
|
4828
4400
|
},
|
|
4829
|
-
"V1ServiceOwnerDialogTransmissionsQueriesGet_SenderActor": {
|
|
4830
|
-
"additionalProperties": false,
|
|
4831
|
-
"properties": {
|
|
4832
|
-
"actorId": {
|
|
4833
|
-
"description": "The identifier of the actor.",
|
|
4834
|
-
"type": "string"
|
|
4835
|
-
},
|
|
4836
|
-
"actorName": {
|
|
4837
|
-
"description": "The name of the actor.",
|
|
4838
|
-
"type": "string"
|
|
4839
|
-
},
|
|
4840
|
-
"actorType": {
|
|
4841
|
-
"description": "The type of the actor.",
|
|
4842
|
-
"oneOf": [
|
|
4843
|
-
{
|
|
4844
|
-
"$ref": "#/components/schemas/Actors_ActorType"
|
|
4845
|
-
}
|
|
4846
|
-
]
|
|
4847
|
-
},
|
|
4848
|
-
"id": {
|
|
4849
|
-
"description": "The unique identifier for the sender actor in UUIDv7 format.",
|
|
4850
|
-
"format": "guid",
|
|
4851
|
-
"type": "string"
|
|
4852
|
-
}
|
|
4853
|
-
},
|
|
4854
|
-
"type": "object"
|
|
4855
|
-
},
|
|
4856
4401
|
"V1ServiceOwnerDialogTransmissionsQueriesGet_Transmission": {
|
|
4857
4402
|
"additionalProperties": false,
|
|
4858
4403
|
"properties": {
|
|
@@ -4909,7 +4454,7 @@
|
|
|
4909
4454
|
"description": "The sender actor information for the transmission.",
|
|
4910
4455
|
"oneOf": [
|
|
4911
4456
|
{
|
|
4912
|
-
"$ref": "#/components/schemas/
|
|
4457
|
+
"$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
|
|
4913
4458
|
}
|
|
4914
4459
|
]
|
|
4915
4460
|
},
|
|
@@ -5013,33 +4558,6 @@
|
|
|
5013
4558
|
},
|
|
5014
4559
|
"type": "object"
|
|
5015
4560
|
},
|
|
5016
|
-
"V1ServiceOwnerDialogTransmissionsQueriesSearch_SenderActor": {
|
|
5017
|
-
"additionalProperties": false,
|
|
5018
|
-
"properties": {
|
|
5019
|
-
"actorId": {
|
|
5020
|
-
"description": "The identifier of the actor.",
|
|
5021
|
-
"type": "string"
|
|
5022
|
-
},
|
|
5023
|
-
"actorName": {
|
|
5024
|
-
"description": "The name of the actor.",
|
|
5025
|
-
"type": "string"
|
|
5026
|
-
},
|
|
5027
|
-
"actorType": {
|
|
5028
|
-
"description": "The type of the actor.",
|
|
5029
|
-
"oneOf": [
|
|
5030
|
-
{
|
|
5031
|
-
"$ref": "#/components/schemas/Actors_ActorType"
|
|
5032
|
-
}
|
|
5033
|
-
]
|
|
5034
|
-
},
|
|
5035
|
-
"id": {
|
|
5036
|
-
"description": "The unique identifier for the sender actor in UUIDv7 format.",
|
|
5037
|
-
"format": "guid",
|
|
5038
|
-
"type": "string"
|
|
5039
|
-
}
|
|
5040
|
-
},
|
|
5041
|
-
"type": "object"
|
|
5042
|
-
},
|
|
5043
4561
|
"V1ServiceOwnerDialogTransmissionsQueriesSearch_Transmission": {
|
|
5044
4562
|
"additionalProperties": false,
|
|
5045
4563
|
"properties": {
|
|
@@ -5096,7 +4614,7 @@
|
|
|
5096
4614
|
"description": "The sender actor information for the transmission.",
|
|
5097
4615
|
"oneOf": [
|
|
5098
4616
|
{
|
|
5099
|
-
"$ref": "#/components/schemas/
|
|
4617
|
+
"$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
|
|
5100
4618
|
}
|
|
5101
4619
|
]
|
|
5102
4620
|
},
|