@digdir/dialogporten-schema 1.28.0 → 1.29.0-ca18a99
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 +172 -572
package/swagger.verified.json
CHANGED
|
@@ -211,6 +211,7 @@
|
|
|
211
211
|
"items": {
|
|
212
212
|
"$ref": "#/components/schemas/V1EndUserDialogsQueriesSearch_Dialog"
|
|
213
213
|
},
|
|
214
|
+
"nullable": true,
|
|
214
215
|
"type": "array"
|
|
215
216
|
},
|
|
216
217
|
"orderBy": {
|
|
@@ -239,6 +240,7 @@
|
|
|
239
240
|
"items": {
|
|
240
241
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsQueriesSearch_Dialog"
|
|
241
242
|
},
|
|
243
|
+
"nullable": true,
|
|
242
244
|
"type": "array"
|
|
243
245
|
},
|
|
244
246
|
"orderBy": {
|
|
@@ -260,6 +262,7 @@
|
|
|
260
262
|
"items": {
|
|
261
263
|
"$ref": "#/components/schemas/ProblemDetails_Error"
|
|
262
264
|
},
|
|
265
|
+
"nullable": true,
|
|
263
266
|
"type": "array"
|
|
264
267
|
},
|
|
265
268
|
"instance": {
|
|
@@ -320,6 +323,7 @@
|
|
|
320
323
|
"items": {
|
|
321
324
|
"$ref": "#/components/schemas/V1CommonLocalizations_Localization"
|
|
322
325
|
},
|
|
326
|
+
"nullable": true,
|
|
323
327
|
"type": "array"
|
|
324
328
|
}
|
|
325
329
|
},
|
|
@@ -340,6 +344,32 @@
|
|
|
340
344
|
},
|
|
341
345
|
"type": "object"
|
|
342
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
|
+
},
|
|
343
373
|
"V1EndUserDialogActivitiesQueriesGet_Activity": {
|
|
344
374
|
"additionalProperties": false,
|
|
345
375
|
"properties": {
|
|
@@ -352,6 +382,7 @@
|
|
|
352
382
|
"items": {
|
|
353
383
|
"$ref": "#/components/schemas/V1CommonLocalizations_Localization"
|
|
354
384
|
},
|
|
385
|
+
"nullable": true,
|
|
355
386
|
"type": "array"
|
|
356
387
|
},
|
|
357
388
|
"extendedType": {
|
|
@@ -364,7 +395,7 @@
|
|
|
364
395
|
"type": "string"
|
|
365
396
|
},
|
|
366
397
|
"performedBy": {
|
|
367
|
-
"$ref": "#/components/schemas/
|
|
398
|
+
"$ref": "#/components/schemas/V1EndUserCommonActors_Actor"
|
|
368
399
|
},
|
|
369
400
|
"transmissionId": {
|
|
370
401
|
"format": "guid",
|
|
@@ -377,27 +408,6 @@
|
|
|
377
408
|
},
|
|
378
409
|
"type": "object"
|
|
379
410
|
},
|
|
380
|
-
"V1EndUserDialogActivitiesQueriesGet_PerformedByActor": {
|
|
381
|
-
"additionalProperties": false,
|
|
382
|
-
"properties": {
|
|
383
|
-
"actorId": {
|
|
384
|
-
"nullable": true,
|
|
385
|
-
"type": "string"
|
|
386
|
-
},
|
|
387
|
-
"actorName": {
|
|
388
|
-
"nullable": true,
|
|
389
|
-
"type": "string"
|
|
390
|
-
},
|
|
391
|
-
"actorType": {
|
|
392
|
-
"$ref": "#/components/schemas/Actors_ActorType"
|
|
393
|
-
},
|
|
394
|
-
"id": {
|
|
395
|
-
"format": "guid",
|
|
396
|
-
"type": "string"
|
|
397
|
-
}
|
|
398
|
-
},
|
|
399
|
-
"type": "object"
|
|
400
|
-
},
|
|
401
411
|
"V1EndUserDialogActivitiesQueriesSearch_Activity": {
|
|
402
412
|
"additionalProperties": false,
|
|
403
413
|
"properties": {
|
|
@@ -443,19 +453,7 @@
|
|
|
443
453
|
"type": "string"
|
|
444
454
|
},
|
|
445
455
|
"performedBy": {
|
|
446
|
-
"$ref": "#/components/schemas/
|
|
447
|
-
}
|
|
448
|
-
},
|
|
449
|
-
"type": "object"
|
|
450
|
-
},
|
|
451
|
-
"V1EndUserDialogLabelAssignmentLogQueriesSearch_LabelAssignmentLogActor": {
|
|
452
|
-
"additionalProperties": false,
|
|
453
|
-
"properties": {
|
|
454
|
-
"actorId": {
|
|
455
|
-
"type": "string"
|
|
456
|
-
},
|
|
457
|
-
"actorName": {
|
|
458
|
-
"type": "string"
|
|
456
|
+
"$ref": "#/components/schemas/V1EndUserCommonActors_Actor"
|
|
459
457
|
}
|
|
460
458
|
},
|
|
461
459
|
"type": "object"
|
|
@@ -478,23 +476,7 @@
|
|
|
478
476
|
"type": "string"
|
|
479
477
|
},
|
|
480
478
|
"seenBy": {
|
|
481
|
-
"$ref": "#/components/schemas/
|
|
482
|
-
}
|
|
483
|
-
},
|
|
484
|
-
"type": "object"
|
|
485
|
-
},
|
|
486
|
-
"V1EndUserDialogSeenLogsQueriesGet_SeenLogSeenByActor": {
|
|
487
|
-
"additionalProperties": false,
|
|
488
|
-
"properties": {
|
|
489
|
-
"actorId": {
|
|
490
|
-
"type": "string"
|
|
491
|
-
},
|
|
492
|
-
"actorName": {
|
|
493
|
-
"type": "string"
|
|
494
|
-
},
|
|
495
|
-
"id": {
|
|
496
|
-
"format": "guid",
|
|
497
|
-
"type": "string"
|
|
479
|
+
"$ref": "#/components/schemas/V1EndUserCommonActors_Actor"
|
|
498
480
|
}
|
|
499
481
|
},
|
|
500
482
|
"type": "object"
|
|
@@ -517,23 +499,7 @@
|
|
|
517
499
|
"type": "string"
|
|
518
500
|
},
|
|
519
501
|
"seenBy": {
|
|
520
|
-
"$ref": "#/components/schemas/
|
|
521
|
-
}
|
|
522
|
-
},
|
|
523
|
-
"type": "object"
|
|
524
|
-
},
|
|
525
|
-
"V1EndUserDialogSeenLogsQueriesSearch_SeenLogSeenByActor": {
|
|
526
|
-
"additionalProperties": false,
|
|
527
|
-
"properties": {
|
|
528
|
-
"actorId": {
|
|
529
|
-
"type": "string"
|
|
530
|
-
},
|
|
531
|
-
"actorName": {
|
|
532
|
-
"type": "string"
|
|
533
|
-
},
|
|
534
|
-
"id": {
|
|
535
|
-
"format": "guid",
|
|
536
|
-
"type": "string"
|
|
502
|
+
"$ref": "#/components/schemas/V1EndUserCommonActors_Actor"
|
|
537
503
|
}
|
|
538
504
|
},
|
|
539
505
|
"type": "object"
|
|
@@ -604,6 +570,7 @@
|
|
|
604
570
|
"items": {
|
|
605
571
|
"$ref": "#/components/schemas/V1EndUserDialogsQueriesGet_DialogActivity"
|
|
606
572
|
},
|
|
573
|
+
"nullable": true,
|
|
607
574
|
"type": "array"
|
|
608
575
|
},
|
|
609
576
|
"apiActions": {
|
|
@@ -611,6 +578,7 @@
|
|
|
611
578
|
"items": {
|
|
612
579
|
"$ref": "#/components/schemas/V1EndUserDialogsQueriesGet_DialogApiAction"
|
|
613
580
|
},
|
|
581
|
+
"nullable": true,
|
|
614
582
|
"type": "array"
|
|
615
583
|
},
|
|
616
584
|
"attachments": {
|
|
@@ -618,6 +586,7 @@
|
|
|
618
586
|
"items": {
|
|
619
587
|
"$ref": "#/components/schemas/V1EndUserDialogsQueriesGet_DialogAttachment"
|
|
620
588
|
},
|
|
589
|
+
"nullable": true,
|
|
621
590
|
"type": "array"
|
|
622
591
|
},
|
|
623
592
|
"content": {
|
|
@@ -668,6 +637,7 @@
|
|
|
668
637
|
"items": {
|
|
669
638
|
"$ref": "#/components/schemas/V1EndUserDialogsQueriesGet_DialogGuiAction"
|
|
670
639
|
},
|
|
640
|
+
"nullable": true,
|
|
671
641
|
"type": "array"
|
|
672
642
|
},
|
|
673
643
|
"id": {
|
|
@@ -713,6 +683,7 @@
|
|
|
713
683
|
"items": {
|
|
714
684
|
"$ref": "#/components/schemas/V1EndUserDialogsQueriesGet_DialogSeenLog"
|
|
715
685
|
},
|
|
686
|
+
"nullable": true,
|
|
716
687
|
"type": "array"
|
|
717
688
|
},
|
|
718
689
|
"serviceResource": {
|
|
@@ -745,6 +716,7 @@
|
|
|
745
716
|
"items": {
|
|
746
717
|
"$ref": "#/components/schemas/V1EndUserDialogsQueriesGet_DialogTransmission"
|
|
747
718
|
},
|
|
719
|
+
"nullable": true,
|
|
748
720
|
"type": "array"
|
|
749
721
|
},
|
|
750
722
|
"updatedAt": {
|
|
@@ -770,6 +742,7 @@
|
|
|
770
742
|
"items": {
|
|
771
743
|
"$ref": "#/components/schemas/V1CommonLocalizations_Localization"
|
|
772
744
|
},
|
|
745
|
+
"nullable": true,
|
|
773
746
|
"type": "array"
|
|
774
747
|
},
|
|
775
748
|
"extendedType": {
|
|
@@ -787,7 +760,7 @@
|
|
|
787
760
|
"description": "The actor that performed the activity.",
|
|
788
761
|
"oneOf": [
|
|
789
762
|
{
|
|
790
|
-
"$ref": "#/components/schemas/
|
|
763
|
+
"$ref": "#/components/schemas/V1EndUserCommonActors_Actor"
|
|
791
764
|
}
|
|
792
765
|
]
|
|
793
766
|
},
|
|
@@ -808,30 +781,6 @@
|
|
|
808
781
|
},
|
|
809
782
|
"type": "object"
|
|
810
783
|
},
|
|
811
|
-
"V1EndUserDialogsQueriesGet_DialogActivityPerformedByActor": {
|
|
812
|
-
"additionalProperties": false,
|
|
813
|
-
"properties": {
|
|
814
|
-
"actorId": {
|
|
815
|
-
"description": "The identifier of the person or organization that performed the activity.\nMay be omitted if ActorType is \u0022ServiceOwner\u0022.",
|
|
816
|
-
"nullable": true,
|
|
817
|
-
"type": "string"
|
|
818
|
-
},
|
|
819
|
-
"actorName": {
|
|
820
|
-
"description": "The name of the person or organization that performed the activity.\nOnly set if the actor type is \u0022PartyRepresentative\u0022.",
|
|
821
|
-
"nullable": true,
|
|
822
|
-
"type": "string"
|
|
823
|
-
},
|
|
824
|
-
"actorType": {
|
|
825
|
-
"description": "The type of actor that performed the activity.",
|
|
826
|
-
"oneOf": [
|
|
827
|
-
{
|
|
828
|
-
"$ref": "#/components/schemas/Actors_ActorType"
|
|
829
|
-
}
|
|
830
|
-
]
|
|
831
|
-
}
|
|
832
|
-
},
|
|
833
|
-
"type": "object"
|
|
834
|
-
},
|
|
835
784
|
"V1EndUserDialogsQueriesGet_DialogApiAction": {
|
|
836
785
|
"additionalProperties": false,
|
|
837
786
|
"properties": {
|
|
@@ -851,6 +800,7 @@
|
|
|
851
800
|
"items": {
|
|
852
801
|
"$ref": "#/components/schemas/V1EndUserDialogsQueriesGet_DialogApiActionEndpoint"
|
|
853
802
|
},
|
|
803
|
+
"nullable": true,
|
|
854
804
|
"type": "array"
|
|
855
805
|
},
|
|
856
806
|
"id": {
|
|
@@ -931,6 +881,7 @@
|
|
|
931
881
|
"items": {
|
|
932
882
|
"$ref": "#/components/schemas/V1CommonLocalizations_Localization"
|
|
933
883
|
},
|
|
884
|
+
"nullable": true,
|
|
934
885
|
"type": "array"
|
|
935
886
|
},
|
|
936
887
|
"id": {
|
|
@@ -943,6 +894,7 @@
|
|
|
943
894
|
"items": {
|
|
944
895
|
"$ref": "#/components/schemas/V1EndUserDialogsQueriesGet_DialogAttachmentUrl"
|
|
945
896
|
},
|
|
897
|
+
"nullable": true,
|
|
946
898
|
"type": "array"
|
|
947
899
|
}
|
|
948
900
|
},
|
|
@@ -1034,6 +986,7 @@
|
|
|
1034
986
|
"items": {
|
|
1035
987
|
"$ref": "#/components/schemas/V1CommonLocalizations_Localization"
|
|
1036
988
|
},
|
|
989
|
+
"nullable": true,
|
|
1037
990
|
"type": "array"
|
|
1038
991
|
},
|
|
1039
992
|
"url": {
|
|
@@ -1071,28 +1024,13 @@
|
|
|
1071
1024
|
"description": "The actor that saw the dialog revision.",
|
|
1072
1025
|
"oneOf": [
|
|
1073
1026
|
{
|
|
1074
|
-
"$ref": "#/components/schemas/
|
|
1027
|
+
"$ref": "#/components/schemas/V1EndUserCommonActors_Actor"
|
|
1075
1028
|
}
|
|
1076
1029
|
]
|
|
1077
1030
|
}
|
|
1078
1031
|
},
|
|
1079
1032
|
"type": "object"
|
|
1080
1033
|
},
|
|
1081
|
-
"V1EndUserDialogsQueriesGet_DialogSeenLogSeenByActor": {
|
|
1082
|
-
"additionalProperties": false,
|
|
1083
|
-
"properties": {
|
|
1084
|
-
"actorId": {
|
|
1085
|
-
"description": "The identifier of the person/business that saw the dialog revision.",
|
|
1086
|
-
"example": "urn:altinn:person:identifier-no:01125512345\nurn:altinn:organization:identifier-no:912345678",
|
|
1087
|
-
"type": "string"
|
|
1088
|
-
},
|
|
1089
|
-
"actorName": {
|
|
1090
|
-
"description": "The natural name of the person/business that saw the dialog revision.",
|
|
1091
|
-
"type": "string"
|
|
1092
|
-
}
|
|
1093
|
-
},
|
|
1094
|
-
"type": "object"
|
|
1095
|
-
},
|
|
1096
1034
|
"V1EndUserDialogsQueriesGet_DialogTransmission": {
|
|
1097
1035
|
"additionalProperties": false,
|
|
1098
1036
|
"properties": {
|
|
@@ -1101,6 +1039,7 @@
|
|
|
1101
1039
|
"items": {
|
|
1102
1040
|
"$ref": "#/components/schemas/V1EndUserDialogsQueriesGet_DialogTransmissionAttachment"
|
|
1103
1041
|
},
|
|
1042
|
+
"nullable": true,
|
|
1104
1043
|
"type": "array"
|
|
1105
1044
|
},
|
|
1106
1045
|
"authorizationAttribute": {
|
|
@@ -1147,7 +1086,7 @@
|
|
|
1147
1086
|
"description": "The actor that sent the transmission.",
|
|
1148
1087
|
"oneOf": [
|
|
1149
1088
|
{
|
|
1150
|
-
"$ref": "#/components/schemas/
|
|
1089
|
+
"$ref": "#/components/schemas/V1EndUserCommonActors_Actor"
|
|
1151
1090
|
}
|
|
1152
1091
|
]
|
|
1153
1092
|
},
|
|
@@ -1170,6 +1109,7 @@
|
|
|
1170
1109
|
"items": {
|
|
1171
1110
|
"$ref": "#/components/schemas/V1CommonLocalizations_Localization"
|
|
1172
1111
|
},
|
|
1112
|
+
"nullable": true,
|
|
1173
1113
|
"type": "array"
|
|
1174
1114
|
},
|
|
1175
1115
|
"id": {
|
|
@@ -1182,6 +1122,7 @@
|
|
|
1182
1122
|
"items": {
|
|
1183
1123
|
"$ref": "#/components/schemas/V1EndUserDialogsQueriesGet_DialogTransmissionAttachmentUrl"
|
|
1184
1124
|
},
|
|
1125
|
+
"nullable": true,
|
|
1185
1126
|
"type": "array"
|
|
1186
1127
|
}
|
|
1187
1128
|
},
|
|
@@ -1244,30 +1185,6 @@
|
|
|
1244
1185
|
},
|
|
1245
1186
|
"type": "object"
|
|
1246
1187
|
},
|
|
1247
|
-
"V1EndUserDialogsQueriesGet_DialogTransmissionSenderActor": {
|
|
1248
|
-
"additionalProperties": false,
|
|
1249
|
-
"properties": {
|
|
1250
|
-
"actorId": {
|
|
1251
|
-
"description": "The identifier of the person or organization that sent the transmission.",
|
|
1252
|
-
"example": "urn:altinn:person:identifier-no:12018212345",
|
|
1253
|
-
"type": "string"
|
|
1254
|
-
},
|
|
1255
|
-
"actorName": {
|
|
1256
|
-
"description": "The name of the person or organization that sent the transmission.",
|
|
1257
|
-
"example": "Ola Nordmann",
|
|
1258
|
-
"type": "string"
|
|
1259
|
-
},
|
|
1260
|
-
"actorType": {
|
|
1261
|
-
"description": "The type of actor that sent the transmission.",
|
|
1262
|
-
"oneOf": [
|
|
1263
|
-
{
|
|
1264
|
-
"$ref": "#/components/schemas/Actors_ActorType"
|
|
1265
|
-
}
|
|
1266
|
-
]
|
|
1267
|
-
}
|
|
1268
|
-
},
|
|
1269
|
-
"type": "object"
|
|
1270
|
-
},
|
|
1271
1188
|
"V1EndUserDialogsQueriesSearch_Content": {
|
|
1272
1189
|
"additionalProperties": false,
|
|
1273
1190
|
"properties": {
|
|
@@ -1394,6 +1311,7 @@
|
|
|
1394
1311
|
"items": {
|
|
1395
1312
|
"$ref": "#/components/schemas/V1EndUserDialogsQueriesSearch_DialogSeenLog"
|
|
1396
1313
|
},
|
|
1314
|
+
"nullable": true,
|
|
1397
1315
|
"type": "array"
|
|
1398
1316
|
},
|
|
1399
1317
|
"serviceResource": {
|
|
@@ -1444,6 +1362,7 @@
|
|
|
1444
1362
|
"items": {
|
|
1445
1363
|
"$ref": "#/components/schemas/V1CommonLocalizations_Localization"
|
|
1446
1364
|
},
|
|
1365
|
+
"nullable": true,
|
|
1447
1366
|
"type": "array"
|
|
1448
1367
|
},
|
|
1449
1368
|
"extendedType": {
|
|
@@ -1461,7 +1380,7 @@
|
|
|
1461
1380
|
"description": "The actor that performed the activity.",
|
|
1462
1381
|
"oneOf": [
|
|
1463
1382
|
{
|
|
1464
|
-
"$ref": "#/components/schemas/
|
|
1383
|
+
"$ref": "#/components/schemas/V1EndUserCommonActors_Actor"
|
|
1465
1384
|
}
|
|
1466
1385
|
]
|
|
1467
1386
|
},
|
|
@@ -1482,30 +1401,6 @@
|
|
|
1482
1401
|
},
|
|
1483
1402
|
"type": "object"
|
|
1484
1403
|
},
|
|
1485
|
-
"V1EndUserDialogsQueriesSearch_DialogActivityPerformedByActor": {
|
|
1486
|
-
"additionalProperties": false,
|
|
1487
|
-
"properties": {
|
|
1488
|
-
"actorId": {
|
|
1489
|
-
"description": "The identifier of the person or organization that performed the activity.\nMay be omitted if ActorType is \u0022ServiceOwner\u0022.",
|
|
1490
|
-
"nullable": true,
|
|
1491
|
-
"type": "string"
|
|
1492
|
-
},
|
|
1493
|
-
"actorName": {
|
|
1494
|
-
"description": "The name of the person or organization that performed the activity.\nOnly set if the actor type is \u0022PartyRepresentative\u0022.",
|
|
1495
|
-
"nullable": true,
|
|
1496
|
-
"type": "string"
|
|
1497
|
-
},
|
|
1498
|
-
"actorType": {
|
|
1499
|
-
"description": "What type of actor performed the activity.",
|
|
1500
|
-
"oneOf": [
|
|
1501
|
-
{
|
|
1502
|
-
"$ref": "#/components/schemas/Actors_ActorType"
|
|
1503
|
-
}
|
|
1504
|
-
]
|
|
1505
|
-
}
|
|
1506
|
-
},
|
|
1507
|
-
"type": "object"
|
|
1508
|
-
},
|
|
1509
1404
|
"V1EndUserDialogsQueriesSearch_DialogSeenLog": {
|
|
1510
1405
|
"additionalProperties": false,
|
|
1511
1406
|
"properties": {
|
|
@@ -1532,28 +1427,13 @@
|
|
|
1532
1427
|
"description": "The actor that saw the dialog revision.",
|
|
1533
1428
|
"oneOf": [
|
|
1534
1429
|
{
|
|
1535
|
-
"$ref": "#/components/schemas/
|
|
1430
|
+
"$ref": "#/components/schemas/V1EndUserCommonActors_Actor"
|
|
1536
1431
|
}
|
|
1537
1432
|
]
|
|
1538
1433
|
}
|
|
1539
1434
|
},
|
|
1540
1435
|
"type": "object"
|
|
1541
1436
|
},
|
|
1542
|
-
"V1EndUserDialogsQueriesSearch_DialogSeenLogSeenByActor": {
|
|
1543
|
-
"additionalProperties": false,
|
|
1544
|
-
"properties": {
|
|
1545
|
-
"actorId": {
|
|
1546
|
-
"description": "The identifier of the person/business that saw the dialog revision.",
|
|
1547
|
-
"example": "urn:altinn:person:identifier-no:01125512345\nurn:altinn:organization:identifier-no:912345678",
|
|
1548
|
-
"type": "string"
|
|
1549
|
-
},
|
|
1550
|
-
"actorName": {
|
|
1551
|
-
"description": "The natural name of the person/business that saw the dialog revision.",
|
|
1552
|
-
"type": "string"
|
|
1553
|
-
}
|
|
1554
|
-
},
|
|
1555
|
-
"type": "object"
|
|
1556
|
-
},
|
|
1557
1437
|
"V1EndUserDialogSystemLabelsCommandsSet_SystemLabelCommand": {
|
|
1558
1438
|
"additionalProperties": false,
|
|
1559
1439
|
"properties": {
|
|
@@ -1576,6 +1456,7 @@
|
|
|
1576
1456
|
"items": {
|
|
1577
1457
|
"$ref": "#/components/schemas/V1CommonLocalizations_Localization"
|
|
1578
1458
|
},
|
|
1459
|
+
"nullable": true,
|
|
1579
1460
|
"type": "array"
|
|
1580
1461
|
},
|
|
1581
1462
|
"id": {
|
|
@@ -1588,6 +1469,7 @@
|
|
|
1588
1469
|
"items": {
|
|
1589
1470
|
"$ref": "#/components/schemas/V1EndUserDialogTransmissionsQueriesGet_AttachmentUrl"
|
|
1590
1471
|
},
|
|
1472
|
+
"nullable": true,
|
|
1591
1473
|
"type": "array"
|
|
1592
1474
|
}
|
|
1593
1475
|
},
|
|
@@ -1655,33 +1537,6 @@
|
|
|
1655
1537
|
},
|
|
1656
1538
|
"type": "object"
|
|
1657
1539
|
},
|
|
1658
|
-
"V1EndUserDialogTransmissionsQueriesGet_SenderActor": {
|
|
1659
|
-
"additionalProperties": false,
|
|
1660
|
-
"properties": {
|
|
1661
|
-
"actorId": {
|
|
1662
|
-
"description": "The identifier of the actor.",
|
|
1663
|
-
"type": "string"
|
|
1664
|
-
},
|
|
1665
|
-
"actorName": {
|
|
1666
|
-
"description": "The name of the actor.",
|
|
1667
|
-
"type": "string"
|
|
1668
|
-
},
|
|
1669
|
-
"actorType": {
|
|
1670
|
-
"description": "The type of the actor.",
|
|
1671
|
-
"oneOf": [
|
|
1672
|
-
{
|
|
1673
|
-
"$ref": "#/components/schemas/Actors_ActorType"
|
|
1674
|
-
}
|
|
1675
|
-
]
|
|
1676
|
-
},
|
|
1677
|
-
"id": {
|
|
1678
|
-
"description": "The unique identifier for the sender actor in UUIDv7 format.",
|
|
1679
|
-
"format": "guid",
|
|
1680
|
-
"type": "string"
|
|
1681
|
-
}
|
|
1682
|
-
},
|
|
1683
|
-
"type": "object"
|
|
1684
|
-
},
|
|
1685
1540
|
"V1EndUserDialogTransmissionsQueriesGet_Transmission": {
|
|
1686
1541
|
"additionalProperties": false,
|
|
1687
1542
|
"properties": {
|
|
@@ -1690,6 +1545,7 @@
|
|
|
1690
1545
|
"items": {
|
|
1691
1546
|
"$ref": "#/components/schemas/V1EndUserDialogTransmissionsQueriesGet_Attachment"
|
|
1692
1547
|
},
|
|
1548
|
+
"nullable": true,
|
|
1693
1549
|
"type": "array"
|
|
1694
1550
|
},
|
|
1695
1551
|
"authorizationAttribute": {
|
|
@@ -1741,7 +1597,7 @@
|
|
|
1741
1597
|
"description": "The sender actor information for the transmission.",
|
|
1742
1598
|
"oneOf": [
|
|
1743
1599
|
{
|
|
1744
|
-
"$ref": "#/components/schemas/
|
|
1600
|
+
"$ref": "#/components/schemas/V1EndUserCommonActors_Actor"
|
|
1745
1601
|
}
|
|
1746
1602
|
]
|
|
1747
1603
|
},
|
|
@@ -1764,6 +1620,7 @@
|
|
|
1764
1620
|
"items": {
|
|
1765
1621
|
"$ref": "#/components/schemas/V1CommonLocalizations_Localization"
|
|
1766
1622
|
},
|
|
1623
|
+
"nullable": true,
|
|
1767
1624
|
"type": "array"
|
|
1768
1625
|
},
|
|
1769
1626
|
"id": {
|
|
@@ -1776,6 +1633,7 @@
|
|
|
1776
1633
|
"items": {
|
|
1777
1634
|
"$ref": "#/components/schemas/V1EndUserDialogTransmissionsQueriesSearch_AttachmentUrl"
|
|
1778
1635
|
},
|
|
1636
|
+
"nullable": true,
|
|
1779
1637
|
"type": "array"
|
|
1780
1638
|
}
|
|
1781
1639
|
},
|
|
@@ -1843,33 +1701,6 @@
|
|
|
1843
1701
|
},
|
|
1844
1702
|
"type": "object"
|
|
1845
1703
|
},
|
|
1846
|
-
"V1EndUserDialogTransmissionsQueriesSearch_SenderActor": {
|
|
1847
|
-
"additionalProperties": false,
|
|
1848
|
-
"properties": {
|
|
1849
|
-
"actorId": {
|
|
1850
|
-
"description": "The identifier of the actor.",
|
|
1851
|
-
"type": "string"
|
|
1852
|
-
},
|
|
1853
|
-
"actorName": {
|
|
1854
|
-
"description": "The name of the actor.",
|
|
1855
|
-
"type": "string"
|
|
1856
|
-
},
|
|
1857
|
-
"actorType": {
|
|
1858
|
-
"description": "The type of the actor.",
|
|
1859
|
-
"oneOf": [
|
|
1860
|
-
{
|
|
1861
|
-
"$ref": "#/components/schemas/Actors_ActorType"
|
|
1862
|
-
}
|
|
1863
|
-
]
|
|
1864
|
-
},
|
|
1865
|
-
"id": {
|
|
1866
|
-
"description": "The unique identifier for the sender actor in UUIDv7 format.",
|
|
1867
|
-
"format": "guid",
|
|
1868
|
-
"type": "string"
|
|
1869
|
-
}
|
|
1870
|
-
},
|
|
1871
|
-
"type": "object"
|
|
1872
|
-
},
|
|
1873
1704
|
"V1EndUserDialogTransmissionsQueriesSearch_Transmission": {
|
|
1874
1705
|
"additionalProperties": false,
|
|
1875
1706
|
"properties": {
|
|
@@ -1878,6 +1709,7 @@
|
|
|
1878
1709
|
"items": {
|
|
1879
1710
|
"$ref": "#/components/schemas/V1EndUserDialogTransmissionsQueriesSearch_Attachment"
|
|
1880
1711
|
},
|
|
1712
|
+
"nullable": true,
|
|
1881
1713
|
"type": "array"
|
|
1882
1714
|
},
|
|
1883
1715
|
"authorizationAttribute": {
|
|
@@ -1929,7 +1761,7 @@
|
|
|
1929
1761
|
"description": "The sender actor information for the transmission.",
|
|
1930
1762
|
"oneOf": [
|
|
1931
1763
|
{
|
|
1932
|
-
"$ref": "#/components/schemas/
|
|
1764
|
+
"$ref": "#/components/schemas/V1EndUserCommonActors_Actor"
|
|
1933
1765
|
}
|
|
1934
1766
|
]
|
|
1935
1767
|
},
|
|
@@ -1991,11 +1823,38 @@
|
|
|
1991
1823
|
"items": {
|
|
1992
1824
|
"$ref": "#/components/schemas/V1EndUserPartiesQueriesGet_AuthorizedParty"
|
|
1993
1825
|
},
|
|
1826
|
+
"nullable": true,
|
|
1994
1827
|
"type": "array"
|
|
1995
1828
|
}
|
|
1996
1829
|
},
|
|
1997
1830
|
"type": "object"
|
|
1998
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
|
+
},
|
|
1999
1858
|
"V1ServiceOwnerDialogActivitiesCreate_ActivityRequest": {
|
|
2000
1859
|
"additionalProperties": false,
|
|
2001
1860
|
"properties": {
|
|
@@ -2010,6 +1869,7 @@
|
|
|
2010
1869
|
"items": {
|
|
2011
1870
|
"$ref": "#/components/schemas/V1CommonLocalizations_Localization"
|
|
2012
1871
|
},
|
|
1872
|
+
"nullable": true,
|
|
2013
1873
|
"type": "array"
|
|
2014
1874
|
},
|
|
2015
1875
|
"extendedType": {
|
|
@@ -2029,7 +1889,7 @@
|
|
|
2029
1889
|
"description": "The actor that performed the activity.",
|
|
2030
1890
|
"oneOf": [
|
|
2031
1891
|
{
|
|
2032
|
-
"$ref": "#/components/schemas/
|
|
1892
|
+
"$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
|
|
2033
1893
|
}
|
|
2034
1894
|
]
|
|
2035
1895
|
},
|
|
@@ -2067,6 +1927,7 @@
|
|
|
2067
1927
|
"items": {
|
|
2068
1928
|
"$ref": "#/components/schemas/V1CommonLocalizations_Localization"
|
|
2069
1929
|
},
|
|
1930
|
+
"nullable": true,
|
|
2070
1931
|
"type": "array"
|
|
2071
1932
|
},
|
|
2072
1933
|
"extendedType": {
|
|
@@ -2079,7 +1940,7 @@
|
|
|
2079
1940
|
"type": "string"
|
|
2080
1941
|
},
|
|
2081
1942
|
"performedBy": {
|
|
2082
|
-
"$ref": "#/components/schemas/
|
|
1943
|
+
"$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
|
|
2083
1944
|
},
|
|
2084
1945
|
"transmissionId": {
|
|
2085
1946
|
"format": "guid",
|
|
@@ -2092,27 +1953,6 @@
|
|
|
2092
1953
|
},
|
|
2093
1954
|
"type": "object"
|
|
2094
1955
|
},
|
|
2095
|
-
"V1ServiceOwnerDialogActivitiesQueriesGet_ActivityPerformedByActor": {
|
|
2096
|
-
"additionalProperties": false,
|
|
2097
|
-
"properties": {
|
|
2098
|
-
"actorId": {
|
|
2099
|
-
"nullable": true,
|
|
2100
|
-
"type": "string"
|
|
2101
|
-
},
|
|
2102
|
-
"actorName": {
|
|
2103
|
-
"nullable": true,
|
|
2104
|
-
"type": "string"
|
|
2105
|
-
},
|
|
2106
|
-
"actorType": {
|
|
2107
|
-
"$ref": "#/components/schemas/Actors_ActorType"
|
|
2108
|
-
},
|
|
2109
|
-
"id": {
|
|
2110
|
-
"format": "guid",
|
|
2111
|
-
"type": "string"
|
|
2112
|
-
}
|
|
2113
|
-
},
|
|
2114
|
-
"type": "object"
|
|
2115
|
-
},
|
|
2116
1956
|
"V1ServiceOwnerDialogActivitiesQueriesNotificationCondition_NotificationCondition": {
|
|
2117
1957
|
"additionalProperties": false,
|
|
2118
1958
|
"properties": {
|
|
@@ -2180,6 +2020,7 @@
|
|
|
2180
2020
|
"items": {
|
|
2181
2021
|
"$ref": "#/components/schemas/V1CommonLocalizations_Localization"
|
|
2182
2022
|
},
|
|
2023
|
+
"nullable": true,
|
|
2183
2024
|
"type": "array"
|
|
2184
2025
|
},
|
|
2185
2026
|
"extendedType": {
|
|
@@ -2199,7 +2040,7 @@
|
|
|
2199
2040
|
"description": "The actor that performed the activity.",
|
|
2200
2041
|
"oneOf": [
|
|
2201
2042
|
{
|
|
2202
|
-
"$ref": "#/components/schemas/
|
|
2043
|
+
"$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
|
|
2203
2044
|
}
|
|
2204
2045
|
]
|
|
2205
2046
|
},
|
|
@@ -2220,32 +2061,6 @@
|
|
|
2220
2061
|
},
|
|
2221
2062
|
"type": "object"
|
|
2222
2063
|
},
|
|
2223
|
-
"V1ServiceOwnerDialogsCommandsCreate_ActivityPerformedByActor": {
|
|
2224
|
-
"additionalProperties": false,
|
|
2225
|
-
"properties": {
|
|
2226
|
-
"actorId": {
|
|
2227
|
-
"description": "The identifier of the person or organization that performed the activity. Mutually exclusive with ActorName.\nMight be omitted if ActorType is \u0022ServiceOwner\u0022.",
|
|
2228
|
-
"example": "urn:altinn:person:identifier-no:12018212345",
|
|
2229
|
-
"nullable": true,
|
|
2230
|
-
"type": "string"
|
|
2231
|
-
},
|
|
2232
|
-
"actorName": {
|
|
2233
|
-
"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.",
|
|
2234
|
-
"example": "Ola Nordmann",
|
|
2235
|
-
"nullable": true,
|
|
2236
|
-
"type": "string"
|
|
2237
|
-
},
|
|
2238
|
-
"actorType": {
|
|
2239
|
-
"description": "What type of actor performed the activity.",
|
|
2240
|
-
"oneOf": [
|
|
2241
|
-
{
|
|
2242
|
-
"$ref": "#/components/schemas/Actors_ActorType"
|
|
2243
|
-
}
|
|
2244
|
-
]
|
|
2245
|
-
}
|
|
2246
|
-
},
|
|
2247
|
-
"type": "object"
|
|
2248
|
-
},
|
|
2249
2064
|
"V1ServiceOwnerDialogsCommandsCreate_ApiAction": {
|
|
2250
2065
|
"additionalProperties": false,
|
|
2251
2066
|
"properties": {
|
|
@@ -2265,6 +2080,7 @@
|
|
|
2265
2080
|
"items": {
|
|
2266
2081
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsCreate_ApiActionEndpoint"
|
|
2267
2082
|
},
|
|
2083
|
+
"nullable": true,
|
|
2268
2084
|
"type": "array"
|
|
2269
2085
|
}
|
|
2270
2086
|
},
|
|
@@ -2330,6 +2146,7 @@
|
|
|
2330
2146
|
"items": {
|
|
2331
2147
|
"$ref": "#/components/schemas/V1CommonLocalizations_Localization"
|
|
2332
2148
|
},
|
|
2149
|
+
"nullable": true,
|
|
2333
2150
|
"type": "array"
|
|
2334
2151
|
},
|
|
2335
2152
|
"urls": {
|
|
@@ -2337,6 +2154,7 @@
|
|
|
2337
2154
|
"items": {
|
|
2338
2155
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsCreate_AttachmentUrl"
|
|
2339
2156
|
},
|
|
2157
|
+
"nullable": true,
|
|
2340
2158
|
"type": "array"
|
|
2341
2159
|
}
|
|
2342
2160
|
},
|
|
@@ -2433,6 +2251,7 @@
|
|
|
2433
2251
|
"items": {
|
|
2434
2252
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsCreate_Activity"
|
|
2435
2253
|
},
|
|
2254
|
+
"nullable": true,
|
|
2436
2255
|
"type": "array"
|
|
2437
2256
|
},
|
|
2438
2257
|
"apiActions": {
|
|
@@ -2440,6 +2259,7 @@
|
|
|
2440
2259
|
"items": {
|
|
2441
2260
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsCreate_ApiAction"
|
|
2442
2261
|
},
|
|
2262
|
+
"nullable": true,
|
|
2443
2263
|
"type": "array"
|
|
2444
2264
|
},
|
|
2445
2265
|
"attachments": {
|
|
@@ -2447,6 +2267,7 @@
|
|
|
2447
2267
|
"items": {
|
|
2448
2268
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsCreate_Attachment"
|
|
2449
2269
|
},
|
|
2270
|
+
"nullable": true,
|
|
2450
2271
|
"type": "array"
|
|
2451
2272
|
},
|
|
2452
2273
|
"content": {
|
|
@@ -2492,6 +2313,7 @@
|
|
|
2492
2313
|
"items": {
|
|
2493
2314
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsCreate_GuiAction"
|
|
2494
2315
|
},
|
|
2316
|
+
"nullable": true,
|
|
2495
2317
|
"type": "array"
|
|
2496
2318
|
},
|
|
2497
2319
|
"id": {
|
|
@@ -2527,6 +2349,7 @@
|
|
|
2527
2349
|
"items": {
|
|
2528
2350
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsCreate_SearchTag"
|
|
2529
2351
|
},
|
|
2352
|
+
"nullable": true,
|
|
2530
2353
|
"type": "array"
|
|
2531
2354
|
},
|
|
2532
2355
|
"serviceResource": {
|
|
@@ -2556,6 +2379,7 @@
|
|
|
2556
2379
|
"items": {
|
|
2557
2380
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsCreate_Transmission"
|
|
2558
2381
|
},
|
|
2382
|
+
"nullable": true,
|
|
2559
2383
|
"type": "array"
|
|
2560
2384
|
},
|
|
2561
2385
|
"updatedAt": {
|
|
@@ -2621,6 +2445,7 @@
|
|
|
2621
2445
|
"items": {
|
|
2622
2446
|
"$ref": "#/components/schemas/V1CommonLocalizations_Localization"
|
|
2623
2447
|
},
|
|
2448
|
+
"nullable": true,
|
|
2624
2449
|
"type": "array"
|
|
2625
2450
|
},
|
|
2626
2451
|
"url": {
|
|
@@ -2650,6 +2475,7 @@
|
|
|
2650
2475
|
"items": {
|
|
2651
2476
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsCreate_TransmissionAttachment"
|
|
2652
2477
|
},
|
|
2478
|
+
"nullable": true,
|
|
2653
2479
|
"type": "array"
|
|
2654
2480
|
},
|
|
2655
2481
|
"authorizationAttribute": {
|
|
@@ -2694,7 +2520,7 @@
|
|
|
2694
2520
|
"description": "The actor that sent the transmission.",
|
|
2695
2521
|
"oneOf": [
|
|
2696
2522
|
{
|
|
2697
|
-
"$ref": "#/components/schemas/
|
|
2523
|
+
"$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
|
|
2698
2524
|
}
|
|
2699
2525
|
]
|
|
2700
2526
|
},
|
|
@@ -2717,6 +2543,7 @@
|
|
|
2717
2543
|
"items": {
|
|
2718
2544
|
"$ref": "#/components/schemas/V1CommonLocalizations_Localization"
|
|
2719
2545
|
},
|
|
2546
|
+
"nullable": true,
|
|
2720
2547
|
"type": "array"
|
|
2721
2548
|
},
|
|
2722
2549
|
"id": {
|
|
@@ -2731,6 +2558,7 @@
|
|
|
2731
2558
|
"items": {
|
|
2732
2559
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsCreate_TransmissionAttachmentUrl"
|
|
2733
2560
|
},
|
|
2561
|
+
"nullable": true,
|
|
2734
2562
|
"type": "array"
|
|
2735
2563
|
}
|
|
2736
2564
|
},
|
|
@@ -2774,44 +2602,18 @@
|
|
|
2774
2602
|
]
|
|
2775
2603
|
},
|
|
2776
2604
|
"summary": {
|
|
2777
|
-
"description": "The transmission summary.",
|
|
2778
|
-
"oneOf": [
|
|
2779
|
-
{
|
|
2780
|
-
"$ref": "#/components/schemas/V1CommonContent_ContentValue"
|
|
2781
|
-
}
|
|
2782
|
-
]
|
|
2783
|
-
},
|
|
2784
|
-
"title": {
|
|
2785
|
-
"description": "The transmission title. Must be text/plain.",
|
|
2786
|
-
"oneOf": [
|
|
2787
|
-
{
|
|
2788
|
-
"$ref": "#/components/schemas/V1CommonContent_ContentValue"
|
|
2789
|
-
}
|
|
2790
|
-
]
|
|
2791
|
-
}
|
|
2792
|
-
},
|
|
2793
|
-
"type": "object"
|
|
2794
|
-
},
|
|
2795
|
-
"V1ServiceOwnerDialogsCommandsCreate_TransmissionSenderActor": {
|
|
2796
|
-
"additionalProperties": false,
|
|
2797
|
-
"properties": {
|
|
2798
|
-
"actorId": {
|
|
2799
|
-
"description": "The identifier of the person or organization that sent the transmission. Mutually exclusive with ActorName.\nMight be omitted if ActorType is \u0022ServiceOwner\u0022.",
|
|
2800
|
-
"example": "urn:altinn:person:identifier-no:12018212345",
|
|
2801
|
-
"nullable": true,
|
|
2802
|
-
"type": "string"
|
|
2803
|
-
},
|
|
2804
|
-
"actorName": {
|
|
2805
|
-
"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.",
|
|
2806
|
-
"example": "Ola Nordmann",
|
|
2807
|
-
"nullable": true,
|
|
2808
|
-
"type": "string"
|
|
2605
|
+
"description": "The transmission summary.",
|
|
2606
|
+
"oneOf": [
|
|
2607
|
+
{
|
|
2608
|
+
"$ref": "#/components/schemas/V1CommonContent_ContentValue"
|
|
2609
|
+
}
|
|
2610
|
+
]
|
|
2809
2611
|
},
|
|
2810
|
-
"
|
|
2811
|
-
"description": "The
|
|
2612
|
+
"title": {
|
|
2613
|
+
"description": "The transmission title. Must be text/plain.",
|
|
2812
2614
|
"oneOf": [
|
|
2813
2615
|
{
|
|
2814
|
-
"$ref": "#/components/schemas/
|
|
2616
|
+
"$ref": "#/components/schemas/V1CommonContent_ContentValue"
|
|
2815
2617
|
}
|
|
2816
2618
|
]
|
|
2817
2619
|
}
|
|
@@ -2832,6 +2634,7 @@
|
|
|
2832
2634
|
"items": {
|
|
2833
2635
|
"$ref": "#/components/schemas/V1CommonLocalizations_Localization"
|
|
2834
2636
|
},
|
|
2637
|
+
"nullable": true,
|
|
2835
2638
|
"type": "array"
|
|
2836
2639
|
},
|
|
2837
2640
|
"extendedType": {
|
|
@@ -2851,7 +2654,7 @@
|
|
|
2851
2654
|
"description": "The actor that performed the activity.",
|
|
2852
2655
|
"oneOf": [
|
|
2853
2656
|
{
|
|
2854
|
-
"$ref": "#/components/schemas/
|
|
2657
|
+
"$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
|
|
2855
2658
|
}
|
|
2856
2659
|
]
|
|
2857
2660
|
},
|
|
@@ -2872,32 +2675,6 @@
|
|
|
2872
2675
|
},
|
|
2873
2676
|
"type": "object"
|
|
2874
2677
|
},
|
|
2875
|
-
"V1ServiceOwnerDialogsCommandsUpdate_ActivityPerformedByActor": {
|
|
2876
|
-
"additionalProperties": false,
|
|
2877
|
-
"properties": {
|
|
2878
|
-
"actorId": {
|
|
2879
|
-
"description": "The identifier of the person or organization that performed the activity. Mutually exclusive with ActorName.\nMight be omitted if ActorType is \u0022ServiceOwner\u0022.",
|
|
2880
|
-
"example": "urn:altinn:person:identifier-no:12018212345",
|
|
2881
|
-
"nullable": true,
|
|
2882
|
-
"type": "string"
|
|
2883
|
-
},
|
|
2884
|
-
"actorName": {
|
|
2885
|
-
"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.",
|
|
2886
|
-
"example": "Ola Nordmann",
|
|
2887
|
-
"nullable": true,
|
|
2888
|
-
"type": "string"
|
|
2889
|
-
},
|
|
2890
|
-
"actorType": {
|
|
2891
|
-
"description": "What type of actor performed the activity.",
|
|
2892
|
-
"oneOf": [
|
|
2893
|
-
{
|
|
2894
|
-
"$ref": "#/components/schemas/Actors_ActorType"
|
|
2895
|
-
}
|
|
2896
|
-
]
|
|
2897
|
-
}
|
|
2898
|
-
},
|
|
2899
|
-
"type": "object"
|
|
2900
|
-
},
|
|
2901
2678
|
"V1ServiceOwnerDialogsCommandsUpdate_ApiAction": {
|
|
2902
2679
|
"additionalProperties": false,
|
|
2903
2680
|
"properties": {
|
|
@@ -2917,6 +2694,7 @@
|
|
|
2917
2694
|
"items": {
|
|
2918
2695
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsUpdate_ApiActionEndpoint"
|
|
2919
2696
|
},
|
|
2697
|
+
"nullable": true,
|
|
2920
2698
|
"type": "array"
|
|
2921
2699
|
},
|
|
2922
2700
|
"id": {
|
|
@@ -2996,6 +2774,7 @@
|
|
|
2996
2774
|
"items": {
|
|
2997
2775
|
"$ref": "#/components/schemas/V1CommonLocalizations_Localization"
|
|
2998
2776
|
},
|
|
2777
|
+
"nullable": true,
|
|
2999
2778
|
"type": "array"
|
|
3000
2779
|
},
|
|
3001
2780
|
"id": {
|
|
@@ -3010,6 +2789,7 @@
|
|
|
3010
2789
|
"items": {
|
|
3011
2790
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsUpdate_AttachmentUrl"
|
|
3012
2791
|
},
|
|
2792
|
+
"nullable": true,
|
|
3013
2793
|
"type": "array"
|
|
3014
2794
|
}
|
|
3015
2795
|
},
|
|
@@ -3113,6 +2893,7 @@
|
|
|
3113
2893
|
"items": {
|
|
3114
2894
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsUpdate_Activity"
|
|
3115
2895
|
},
|
|
2896
|
+
"nullable": true,
|
|
3116
2897
|
"type": "array"
|
|
3117
2898
|
},
|
|
3118
2899
|
"apiActions": {
|
|
@@ -3120,6 +2901,7 @@
|
|
|
3120
2901
|
"items": {
|
|
3121
2902
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsUpdate_ApiAction"
|
|
3122
2903
|
},
|
|
2904
|
+
"nullable": true,
|
|
3123
2905
|
"type": "array"
|
|
3124
2906
|
},
|
|
3125
2907
|
"attachments": {
|
|
@@ -3127,6 +2909,7 @@
|
|
|
3127
2909
|
"items": {
|
|
3128
2910
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsUpdate_Attachment"
|
|
3129
2911
|
},
|
|
2912
|
+
"nullable": true,
|
|
3130
2913
|
"type": "array"
|
|
3131
2914
|
},
|
|
3132
2915
|
"content": {
|
|
@@ -3166,6 +2949,7 @@
|
|
|
3166
2949
|
"items": {
|
|
3167
2950
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsUpdate_GuiAction"
|
|
3168
2951
|
},
|
|
2952
|
+
"nullable": true,
|
|
3169
2953
|
"type": "array"
|
|
3170
2954
|
},
|
|
3171
2955
|
"progress": {
|
|
@@ -3179,6 +2963,7 @@
|
|
|
3179
2963
|
"items": {
|
|
3180
2964
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsUpdate_SearchTag"
|
|
3181
2965
|
},
|
|
2966
|
+
"nullable": true,
|
|
3182
2967
|
"type": "array"
|
|
3183
2968
|
},
|
|
3184
2969
|
"status": {
|
|
@@ -3194,6 +2979,7 @@
|
|
|
3194
2979
|
"items": {
|
|
3195
2980
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsUpdate_Transmission"
|
|
3196
2981
|
},
|
|
2982
|
+
"nullable": true,
|
|
3197
2983
|
"type": "array"
|
|
3198
2984
|
},
|
|
3199
2985
|
"visibleFrom": {
|
|
@@ -3260,6 +3046,7 @@
|
|
|
3260
3046
|
"items": {
|
|
3261
3047
|
"$ref": "#/components/schemas/V1CommonLocalizations_Localization"
|
|
3262
3048
|
},
|
|
3049
|
+
"nullable": true,
|
|
3263
3050
|
"type": "array"
|
|
3264
3051
|
},
|
|
3265
3052
|
"url": {
|
|
@@ -3289,6 +3076,7 @@
|
|
|
3289
3076
|
"items": {
|
|
3290
3077
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsUpdate_TransmissionAttachment"
|
|
3291
3078
|
},
|
|
3079
|
+
"nullable": true,
|
|
3292
3080
|
"type": "array"
|
|
3293
3081
|
},
|
|
3294
3082
|
"authorizationAttribute": {
|
|
@@ -3333,7 +3121,7 @@
|
|
|
3333
3121
|
"description": "The actor that sent the transmission.",
|
|
3334
3122
|
"oneOf": [
|
|
3335
3123
|
{
|
|
3336
|
-
"$ref": "#/components/schemas/
|
|
3124
|
+
"$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
|
|
3337
3125
|
}
|
|
3338
3126
|
]
|
|
3339
3127
|
},
|
|
@@ -3356,6 +3144,7 @@
|
|
|
3356
3144
|
"items": {
|
|
3357
3145
|
"$ref": "#/components/schemas/V1CommonLocalizations_Localization"
|
|
3358
3146
|
},
|
|
3147
|
+
"nullable": true,
|
|
3359
3148
|
"type": "array"
|
|
3360
3149
|
},
|
|
3361
3150
|
"id": {
|
|
@@ -3370,6 +3159,7 @@
|
|
|
3370
3159
|
"items": {
|
|
3371
3160
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsUpdate_TransmissionAttachmentUrl"
|
|
3372
3161
|
},
|
|
3162
|
+
"nullable": true,
|
|
3373
3163
|
"type": "array"
|
|
3374
3164
|
}
|
|
3375
3165
|
},
|
|
@@ -3431,32 +3221,6 @@
|
|
|
3431
3221
|
},
|
|
3432
3222
|
"type": "object"
|
|
3433
3223
|
},
|
|
3434
|
-
"V1ServiceOwnerDialogsCommandsUpdate_TransmissionSenderActor": {
|
|
3435
|
-
"additionalProperties": false,
|
|
3436
|
-
"properties": {
|
|
3437
|
-
"actorId": {
|
|
3438
|
-
"description": "The identifier of the person or organization that sent the transmission. Mutually exclusive with ActorName.\nMight be omitted if ActorType is \u0022ServiceOwner\u0022.",
|
|
3439
|
-
"example": "urn:altinn:person:identifier-no:12018212345",
|
|
3440
|
-
"nullable": true,
|
|
3441
|
-
"type": "string"
|
|
3442
|
-
},
|
|
3443
|
-
"actorName": {
|
|
3444
|
-
"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.",
|
|
3445
|
-
"example": "Ola Nordmann",
|
|
3446
|
-
"nullable": true,
|
|
3447
|
-
"type": "string"
|
|
3448
|
-
},
|
|
3449
|
-
"actorType": {
|
|
3450
|
-
"description": "The type of actor that sent the transmission.",
|
|
3451
|
-
"oneOf": [
|
|
3452
|
-
{
|
|
3453
|
-
"$ref": "#/components/schemas/Actors_ActorType"
|
|
3454
|
-
}
|
|
3455
|
-
]
|
|
3456
|
-
}
|
|
3457
|
-
},
|
|
3458
|
-
"type": "object"
|
|
3459
|
-
},
|
|
3460
3224
|
"V1ServiceOwnerDialogSeenLogsQueriesGet_SeenLog": {
|
|
3461
3225
|
"additionalProperties": false,
|
|
3462
3226
|
"properties": {
|
|
@@ -3473,39 +3237,7 @@
|
|
|
3473
3237
|
"type": "string"
|
|
3474
3238
|
},
|
|
3475
3239
|
"seenBy": {
|
|
3476
|
-
"$ref": "#/components/schemas/
|
|
3477
|
-
}
|
|
3478
|
-
},
|
|
3479
|
-
"type": "object"
|
|
3480
|
-
},
|
|
3481
|
-
"V1ServiceOwnerDialogSeenLogsQueriesGet_SeenLogSeenByActor": {
|
|
3482
|
-
"additionalProperties": false,
|
|
3483
|
-
"properties": {
|
|
3484
|
-
"actorId": {
|
|
3485
|
-
"type": "string"
|
|
3486
|
-
},
|
|
3487
|
-
"actorName": {
|
|
3488
|
-
"type": "string"
|
|
3489
|
-
},
|
|
3490
|
-
"id": {
|
|
3491
|
-
"format": "guid",
|
|
3492
|
-
"type": "string"
|
|
3493
|
-
}
|
|
3494
|
-
},
|
|
3495
|
-
"type": "object"
|
|
3496
|
-
},
|
|
3497
|
-
"V1ServiceOwnerDialogSeenLogsQueriesSearch_SeenByActor": {
|
|
3498
|
-
"additionalProperties": false,
|
|
3499
|
-
"properties": {
|
|
3500
|
-
"actorId": {
|
|
3501
|
-
"type": "string"
|
|
3502
|
-
},
|
|
3503
|
-
"actorName": {
|
|
3504
|
-
"type": "string"
|
|
3505
|
-
},
|
|
3506
|
-
"id": {
|
|
3507
|
-
"format": "guid",
|
|
3508
|
-
"type": "string"
|
|
3240
|
+
"$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
|
|
3509
3241
|
}
|
|
3510
3242
|
},
|
|
3511
3243
|
"type": "object"
|
|
@@ -3526,7 +3258,7 @@
|
|
|
3526
3258
|
"type": "string"
|
|
3527
3259
|
},
|
|
3528
3260
|
"seenBy": {
|
|
3529
|
-
"$ref": "#/components/schemas/
|
|
3261
|
+
"$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
|
|
3530
3262
|
}
|
|
3531
3263
|
},
|
|
3532
3264
|
"type": "object"
|
|
@@ -3597,6 +3329,7 @@
|
|
|
3597
3329
|
"items": {
|
|
3598
3330
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsQueriesGet_DialogActivity"
|
|
3599
3331
|
},
|
|
3332
|
+
"nullable": true,
|
|
3600
3333
|
"type": "array"
|
|
3601
3334
|
},
|
|
3602
3335
|
"apiActions": {
|
|
@@ -3604,6 +3337,7 @@
|
|
|
3604
3337
|
"items": {
|
|
3605
3338
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsQueriesGet_DialogApiAction"
|
|
3606
3339
|
},
|
|
3340
|
+
"nullable": true,
|
|
3607
3341
|
"type": "array"
|
|
3608
3342
|
},
|
|
3609
3343
|
"attachments": {
|
|
@@ -3611,6 +3345,7 @@
|
|
|
3611
3345
|
"items": {
|
|
3612
3346
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsQueriesGet_DialogAttachment"
|
|
3613
3347
|
},
|
|
3348
|
+
"nullable": true,
|
|
3614
3349
|
"type": "array"
|
|
3615
3350
|
},
|
|
3616
3351
|
"content": {
|
|
@@ -3662,6 +3397,7 @@
|
|
|
3662
3397
|
"items": {
|
|
3663
3398
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsQueriesGet_DialogGuiAction"
|
|
3664
3399
|
},
|
|
3400
|
+
"nullable": true,
|
|
3665
3401
|
"type": "array"
|
|
3666
3402
|
},
|
|
3667
3403
|
"id": {
|
|
@@ -3715,6 +3451,7 @@
|
|
|
3715
3451
|
"items": {
|
|
3716
3452
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsQueriesGet_DialogSeenLog"
|
|
3717
3453
|
},
|
|
3454
|
+
"nullable": true,
|
|
3718
3455
|
"type": "array"
|
|
3719
3456
|
},
|
|
3720
3457
|
"serviceResource": {
|
|
@@ -3747,6 +3484,7 @@
|
|
|
3747
3484
|
"items": {
|
|
3748
3485
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsQueriesGet_DialogTransmission"
|
|
3749
3486
|
},
|
|
3487
|
+
"nullable": true,
|
|
3750
3488
|
"type": "array"
|
|
3751
3489
|
},
|
|
3752
3490
|
"updatedAt": {
|
|
@@ -3779,6 +3517,7 @@
|
|
|
3779
3517
|
"items": {
|
|
3780
3518
|
"$ref": "#/components/schemas/V1CommonLocalizations_Localization"
|
|
3781
3519
|
},
|
|
3520
|
+
"nullable": true,
|
|
3782
3521
|
"type": "array"
|
|
3783
3522
|
},
|
|
3784
3523
|
"extendedType": {
|
|
@@ -3796,7 +3535,7 @@
|
|
|
3796
3535
|
"description": "The actor that performed the activity.",
|
|
3797
3536
|
"oneOf": [
|
|
3798
3537
|
{
|
|
3799
|
-
"$ref": "#/components/schemas/
|
|
3538
|
+
"$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
|
|
3800
3539
|
}
|
|
3801
3540
|
]
|
|
3802
3541
|
},
|
|
@@ -3817,30 +3556,6 @@
|
|
|
3817
3556
|
},
|
|
3818
3557
|
"type": "object"
|
|
3819
3558
|
},
|
|
3820
|
-
"V1ServiceOwnerDialogsQueriesGet_DialogActivityPerformedByActor": {
|
|
3821
|
-
"additionalProperties": false,
|
|
3822
|
-
"properties": {
|
|
3823
|
-
"actorId": {
|
|
3824
|
-
"description": "The identifier of the person or organization that performed the activity.\nMay be omitted if ActorType is \u0022ServiceOwner\u0022.",
|
|
3825
|
-
"nullable": true,
|
|
3826
|
-
"type": "string"
|
|
3827
|
-
},
|
|
3828
|
-
"actorName": {
|
|
3829
|
-
"description": "The name of the person or organization that performed the activity.\nOnly set if the actor type is \u0022PartyRepresentative\u0022.",
|
|
3830
|
-
"nullable": true,
|
|
3831
|
-
"type": "string"
|
|
3832
|
-
},
|
|
3833
|
-
"actorType": {
|
|
3834
|
-
"description": "What type of actor performed the activity.",
|
|
3835
|
-
"oneOf": [
|
|
3836
|
-
{
|
|
3837
|
-
"$ref": "#/components/schemas/Actors_ActorType"
|
|
3838
|
-
}
|
|
3839
|
-
]
|
|
3840
|
-
}
|
|
3841
|
-
},
|
|
3842
|
-
"type": "object"
|
|
3843
|
-
},
|
|
3844
3559
|
"V1ServiceOwnerDialogsQueriesGet_DialogApiAction": {
|
|
3845
3560
|
"additionalProperties": false,
|
|
3846
3561
|
"properties": {
|
|
@@ -3860,6 +3575,7 @@
|
|
|
3860
3575
|
"items": {
|
|
3861
3576
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsQueriesGet_DialogApiActionEndpoint"
|
|
3862
3577
|
},
|
|
3578
|
+
"nullable": true,
|
|
3863
3579
|
"type": "array"
|
|
3864
3580
|
},
|
|
3865
3581
|
"id": {
|
|
@@ -3940,6 +3656,7 @@
|
|
|
3940
3656
|
"items": {
|
|
3941
3657
|
"$ref": "#/components/schemas/V1CommonLocalizations_Localization"
|
|
3942
3658
|
},
|
|
3659
|
+
"nullable": true,
|
|
3943
3660
|
"type": "array"
|
|
3944
3661
|
},
|
|
3945
3662
|
"id": {
|
|
@@ -3952,6 +3669,7 @@
|
|
|
3952
3669
|
"items": {
|
|
3953
3670
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsQueriesGet_DialogAttachmentUrl"
|
|
3954
3671
|
},
|
|
3672
|
+
"nullable": true,
|
|
3955
3673
|
"type": "array"
|
|
3956
3674
|
}
|
|
3957
3675
|
},
|
|
@@ -4044,6 +3762,7 @@
|
|
|
4044
3762
|
"items": {
|
|
4045
3763
|
"$ref": "#/components/schemas/V1CommonLocalizations_Localization"
|
|
4046
3764
|
},
|
|
3765
|
+
"nullable": true,
|
|
4047
3766
|
"type": "array"
|
|
4048
3767
|
},
|
|
4049
3768
|
"url": {
|
|
@@ -4080,28 +3799,13 @@
|
|
|
4080
3799
|
"description": "The actor that saw the dialog revision.",
|
|
4081
3800
|
"oneOf": [
|
|
4082
3801
|
{
|
|
4083
|
-
"$ref": "#/components/schemas/
|
|
3802
|
+
"$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
|
|
4084
3803
|
}
|
|
4085
3804
|
]
|
|
4086
3805
|
}
|
|
4087
3806
|
},
|
|
4088
3807
|
"type": "object"
|
|
4089
3808
|
},
|
|
4090
|
-
"V1ServiceOwnerDialogsQueriesGet_DialogSeenLogSeenByActor": {
|
|
4091
|
-
"additionalProperties": false,
|
|
4092
|
-
"properties": {
|
|
4093
|
-
"actorId": {
|
|
4094
|
-
"description": "The identifier of the person/business that saw the dialog revision.",
|
|
4095
|
-
"example": "urn:altinn:person:identifier-no:01125512345\nurn:altinn:organization:identifier-no:912345678",
|
|
4096
|
-
"type": "string"
|
|
4097
|
-
},
|
|
4098
|
-
"actorName": {
|
|
4099
|
-
"description": "The natural name of the person/business that saw the dialog revision.",
|
|
4100
|
-
"type": "string"
|
|
4101
|
-
}
|
|
4102
|
-
},
|
|
4103
|
-
"type": "object"
|
|
4104
|
-
},
|
|
4105
3809
|
"V1ServiceOwnerDialogsQueriesGet_DialogTransmission": {
|
|
4106
3810
|
"additionalProperties": false,
|
|
4107
3811
|
"properties": {
|
|
@@ -4110,6 +3814,7 @@
|
|
|
4110
3814
|
"items": {
|
|
4111
3815
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsQueriesGet_DialogTransmissionAttachment"
|
|
4112
3816
|
},
|
|
3817
|
+
"nullable": true,
|
|
4113
3818
|
"type": "array"
|
|
4114
3819
|
},
|
|
4115
3820
|
"authorizationAttribute": {
|
|
@@ -4157,7 +3862,7 @@
|
|
|
4157
3862
|
"description": "The actor that sent the transmission.",
|
|
4158
3863
|
"oneOf": [
|
|
4159
3864
|
{
|
|
4160
|
-
"$ref": "#/components/schemas/
|
|
3865
|
+
"$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
|
|
4161
3866
|
}
|
|
4162
3867
|
]
|
|
4163
3868
|
},
|
|
@@ -4180,6 +3885,7 @@
|
|
|
4180
3885
|
"items": {
|
|
4181
3886
|
"$ref": "#/components/schemas/V1CommonLocalizations_Localization"
|
|
4182
3887
|
},
|
|
3888
|
+
"nullable": true,
|
|
4183
3889
|
"type": "array"
|
|
4184
3890
|
},
|
|
4185
3891
|
"id": {
|
|
@@ -4192,6 +3898,7 @@
|
|
|
4192
3898
|
"items": {
|
|
4193
3899
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsQueriesGet_DialogTransmissionAttachmentUrl"
|
|
4194
3900
|
},
|
|
3901
|
+
"nullable": true,
|
|
4195
3902
|
"type": "array"
|
|
4196
3903
|
}
|
|
4197
3904
|
},
|
|
@@ -4254,30 +3961,6 @@
|
|
|
4254
3961
|
},
|
|
4255
3962
|
"type": "object"
|
|
4256
3963
|
},
|
|
4257
|
-
"V1ServiceOwnerDialogsQueriesGet_DialogTransmissionSenderActor": {
|
|
4258
|
-
"additionalProperties": false,
|
|
4259
|
-
"properties": {
|
|
4260
|
-
"actorId": {
|
|
4261
|
-
"description": "The identifier of the person or organization that sent the transmission.",
|
|
4262
|
-
"example": "urn:altinn:person:identifier-no:12018212345",
|
|
4263
|
-
"type": "string"
|
|
4264
|
-
},
|
|
4265
|
-
"actorName": {
|
|
4266
|
-
"description": "The name of the person or organization that sent the transmission.",
|
|
4267
|
-
"example": "Ola Nordmann",
|
|
4268
|
-
"type": "string"
|
|
4269
|
-
},
|
|
4270
|
-
"actorType": {
|
|
4271
|
-
"description": "The type of actor that sent the transmission.",
|
|
4272
|
-
"oneOf": [
|
|
4273
|
-
{
|
|
4274
|
-
"$ref": "#/components/schemas/Actors_ActorType"
|
|
4275
|
-
}
|
|
4276
|
-
]
|
|
4277
|
-
}
|
|
4278
|
-
},
|
|
4279
|
-
"type": "object"
|
|
4280
|
-
},
|
|
4281
3964
|
"V1ServiceOwnerDialogsQueriesGet_SearchTag": {
|
|
4282
3965
|
"additionalProperties": false,
|
|
4283
3966
|
"properties": {
|
|
@@ -4420,6 +4103,7 @@
|
|
|
4420
4103
|
"items": {
|
|
4421
4104
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsQueriesSearch_DialogSeenLog"
|
|
4422
4105
|
},
|
|
4106
|
+
"nullable": true,
|
|
4423
4107
|
"type": "array"
|
|
4424
4108
|
},
|
|
4425
4109
|
"serviceResource": {
|
|
@@ -4476,6 +4160,7 @@
|
|
|
4476
4160
|
"items": {
|
|
4477
4161
|
"$ref": "#/components/schemas/V1CommonLocalizations_Localization"
|
|
4478
4162
|
},
|
|
4163
|
+
"nullable": true,
|
|
4479
4164
|
"type": "array"
|
|
4480
4165
|
},
|
|
4481
4166
|
"extendedType": {
|
|
@@ -4493,7 +4178,7 @@
|
|
|
4493
4178
|
"description": "The actor that performed the activity.",
|
|
4494
4179
|
"oneOf": [
|
|
4495
4180
|
{
|
|
4496
|
-
"$ref": "#/components/schemas/
|
|
4181
|
+
"$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
|
|
4497
4182
|
}
|
|
4498
4183
|
]
|
|
4499
4184
|
},
|
|
@@ -4514,30 +4199,6 @@
|
|
|
4514
4199
|
},
|
|
4515
4200
|
"type": "object"
|
|
4516
4201
|
},
|
|
4517
|
-
"V1ServiceOwnerDialogsQueriesSearch_DialogActivityPerformedByActor": {
|
|
4518
|
-
"additionalProperties": false,
|
|
4519
|
-
"properties": {
|
|
4520
|
-
"actorId": {
|
|
4521
|
-
"description": "The identifier of the person or organization that performed the activity.\nMay be omitted if ActorType is \u0022ServiceOwner\u0022.",
|
|
4522
|
-
"nullable": true,
|
|
4523
|
-
"type": "string"
|
|
4524
|
-
},
|
|
4525
|
-
"actorName": {
|
|
4526
|
-
"description": "The name of the person or organization that performed the activity.\nOnly set if the actor type is \u0022PartyRepresentative\u0022.",
|
|
4527
|
-
"nullable": true,
|
|
4528
|
-
"type": "string"
|
|
4529
|
-
},
|
|
4530
|
-
"actorType": {
|
|
4531
|
-
"description": "What type of actor performed the activity.",
|
|
4532
|
-
"oneOf": [
|
|
4533
|
-
{
|
|
4534
|
-
"$ref": "#/components/schemas/Actors_ActorType"
|
|
4535
|
-
}
|
|
4536
|
-
]
|
|
4537
|
-
}
|
|
4538
|
-
},
|
|
4539
|
-
"type": "object"
|
|
4540
|
-
},
|
|
4541
4202
|
"V1ServiceOwnerDialogsQueriesSearch_DialogSeenLog": {
|
|
4542
4203
|
"additionalProperties": false,
|
|
4543
4204
|
"properties": {
|
|
@@ -4564,28 +4225,13 @@
|
|
|
4564
4225
|
"description": "The actor that saw the dialog revision.",
|
|
4565
4226
|
"oneOf": [
|
|
4566
4227
|
{
|
|
4567
|
-
"$ref": "#/components/schemas/
|
|
4228
|
+
"$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
|
|
4568
4229
|
}
|
|
4569
4230
|
]
|
|
4570
4231
|
}
|
|
4571
4232
|
},
|
|
4572
4233
|
"type": "object"
|
|
4573
4234
|
},
|
|
4574
|
-
"V1ServiceOwnerDialogsQueriesSearch_DialogSeenLogSeenByActor": {
|
|
4575
|
-
"additionalProperties": false,
|
|
4576
|
-
"properties": {
|
|
4577
|
-
"actorId": {
|
|
4578
|
-
"description": "The identifier of the person/business that saw the dialog revision.",
|
|
4579
|
-
"example": "urn:altinn:person:identifier-no:01125512345\nurn:altinn:organization:identifier-no:912345678",
|
|
4580
|
-
"type": "string"
|
|
4581
|
-
},
|
|
4582
|
-
"actorName": {
|
|
4583
|
-
"description": "The natural name of the person/business that saw the dialog revision.",
|
|
4584
|
-
"type": "string"
|
|
4585
|
-
}
|
|
4586
|
-
},
|
|
4587
|
-
"type": "object"
|
|
4588
|
-
},
|
|
4589
4235
|
"V1ServiceOwnerDialogsUpdate_DialogRequest": {
|
|
4590
4236
|
"additionalProperties": false,
|
|
4591
4237
|
"properties": {
|
|
@@ -4603,6 +4249,7 @@
|
|
|
4603
4249
|
"items": {
|
|
4604
4250
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsUpdate_TransmissionAttachment"
|
|
4605
4251
|
},
|
|
4252
|
+
"nullable": true,
|
|
4606
4253
|
"type": "array"
|
|
4607
4254
|
},
|
|
4608
4255
|
"authorizationAttribute": {
|
|
@@ -4647,7 +4294,7 @@
|
|
|
4647
4294
|
"description": "The actor that sent the transmission.",
|
|
4648
4295
|
"oneOf": [
|
|
4649
4296
|
{
|
|
4650
|
-
"$ref": "#/components/schemas/
|
|
4297
|
+
"$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
|
|
4651
4298
|
}
|
|
4652
4299
|
]
|
|
4653
4300
|
},
|
|
@@ -4670,6 +4317,7 @@
|
|
|
4670
4317
|
"items": {
|
|
4671
4318
|
"$ref": "#/components/schemas/V1CommonLocalizations_Localization"
|
|
4672
4319
|
},
|
|
4320
|
+
"nullable": true,
|
|
4673
4321
|
"type": "array"
|
|
4674
4322
|
},
|
|
4675
4323
|
"id": {
|
|
@@ -4682,6 +4330,7 @@
|
|
|
4682
4330
|
"items": {
|
|
4683
4331
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogTransmissionsQueriesGet_AttachmentUrl"
|
|
4684
4332
|
},
|
|
4333
|
+
"nullable": true,
|
|
4685
4334
|
"type": "array"
|
|
4686
4335
|
}
|
|
4687
4336
|
},
|
|
@@ -4749,33 +4398,6 @@
|
|
|
4749
4398
|
},
|
|
4750
4399
|
"type": "object"
|
|
4751
4400
|
},
|
|
4752
|
-
"V1ServiceOwnerDialogTransmissionsQueriesGet_SenderActor": {
|
|
4753
|
-
"additionalProperties": false,
|
|
4754
|
-
"properties": {
|
|
4755
|
-
"actorId": {
|
|
4756
|
-
"description": "The identifier of the actor.",
|
|
4757
|
-
"type": "string"
|
|
4758
|
-
},
|
|
4759
|
-
"actorName": {
|
|
4760
|
-
"description": "The name of the actor.",
|
|
4761
|
-
"type": "string"
|
|
4762
|
-
},
|
|
4763
|
-
"actorType": {
|
|
4764
|
-
"description": "The type of the actor.",
|
|
4765
|
-
"oneOf": [
|
|
4766
|
-
{
|
|
4767
|
-
"$ref": "#/components/schemas/Actors_ActorType"
|
|
4768
|
-
}
|
|
4769
|
-
]
|
|
4770
|
-
},
|
|
4771
|
-
"id": {
|
|
4772
|
-
"description": "The unique identifier for the sender actor in UUIDv7 format.",
|
|
4773
|
-
"format": "guid",
|
|
4774
|
-
"type": "string"
|
|
4775
|
-
}
|
|
4776
|
-
},
|
|
4777
|
-
"type": "object"
|
|
4778
|
-
},
|
|
4779
4401
|
"V1ServiceOwnerDialogTransmissionsQueriesGet_Transmission": {
|
|
4780
4402
|
"additionalProperties": false,
|
|
4781
4403
|
"properties": {
|
|
@@ -4784,6 +4406,7 @@
|
|
|
4784
4406
|
"items": {
|
|
4785
4407
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogTransmissionsQueriesGet_Attachment"
|
|
4786
4408
|
},
|
|
4409
|
+
"nullable": true,
|
|
4787
4410
|
"type": "array"
|
|
4788
4411
|
},
|
|
4789
4412
|
"authorizationAttribute": {
|
|
@@ -4831,7 +4454,7 @@
|
|
|
4831
4454
|
"description": "The sender actor information for the transmission.",
|
|
4832
4455
|
"oneOf": [
|
|
4833
4456
|
{
|
|
4834
|
-
"$ref": "#/components/schemas/
|
|
4457
|
+
"$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
|
|
4835
4458
|
}
|
|
4836
4459
|
]
|
|
4837
4460
|
},
|
|
@@ -4854,6 +4477,7 @@
|
|
|
4854
4477
|
"items": {
|
|
4855
4478
|
"$ref": "#/components/schemas/V1CommonLocalizations_Localization"
|
|
4856
4479
|
},
|
|
4480
|
+
"nullable": true,
|
|
4857
4481
|
"type": "array"
|
|
4858
4482
|
},
|
|
4859
4483
|
"id": {
|
|
@@ -4866,6 +4490,7 @@
|
|
|
4866
4490
|
"items": {
|
|
4867
4491
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogTransmissionsQueriesSearch_AttachmentUrl"
|
|
4868
4492
|
},
|
|
4493
|
+
"nullable": true,
|
|
4869
4494
|
"type": "array"
|
|
4870
4495
|
}
|
|
4871
4496
|
},
|
|
@@ -4933,33 +4558,6 @@
|
|
|
4933
4558
|
},
|
|
4934
4559
|
"type": "object"
|
|
4935
4560
|
},
|
|
4936
|
-
"V1ServiceOwnerDialogTransmissionsQueriesSearch_SenderActor": {
|
|
4937
|
-
"additionalProperties": false,
|
|
4938
|
-
"properties": {
|
|
4939
|
-
"actorId": {
|
|
4940
|
-
"description": "The identifier of the actor.",
|
|
4941
|
-
"type": "string"
|
|
4942
|
-
},
|
|
4943
|
-
"actorName": {
|
|
4944
|
-
"description": "The name of the actor.",
|
|
4945
|
-
"type": "string"
|
|
4946
|
-
},
|
|
4947
|
-
"actorType": {
|
|
4948
|
-
"description": "The type of the actor.",
|
|
4949
|
-
"oneOf": [
|
|
4950
|
-
{
|
|
4951
|
-
"$ref": "#/components/schemas/Actors_ActorType"
|
|
4952
|
-
}
|
|
4953
|
-
]
|
|
4954
|
-
},
|
|
4955
|
-
"id": {
|
|
4956
|
-
"description": "The unique identifier for the sender actor in UUIDv7 format.",
|
|
4957
|
-
"format": "guid",
|
|
4958
|
-
"type": "string"
|
|
4959
|
-
}
|
|
4960
|
-
},
|
|
4961
|
-
"type": "object"
|
|
4962
|
-
},
|
|
4963
4561
|
"V1ServiceOwnerDialogTransmissionsQueriesSearch_Transmission": {
|
|
4964
4562
|
"additionalProperties": false,
|
|
4965
4563
|
"properties": {
|
|
@@ -4968,6 +4566,7 @@
|
|
|
4968
4566
|
"items": {
|
|
4969
4567
|
"$ref": "#/components/schemas/V1ServiceOwnerDialogTransmissionsQueriesSearch_Attachment"
|
|
4970
4568
|
},
|
|
4569
|
+
"nullable": true,
|
|
4971
4570
|
"type": "array"
|
|
4972
4571
|
},
|
|
4973
4572
|
"authorizationAttribute": {
|
|
@@ -5015,7 +4614,7 @@
|
|
|
5015
4614
|
"description": "The sender actor information for the transmission.",
|
|
5016
4615
|
"oneOf": [
|
|
5017
4616
|
{
|
|
5018
|
-
"$ref": "#/components/schemas/
|
|
4617
|
+
"$ref": "#/components/schemas/V1ServiceOwnerCommonActors_Actor"
|
|
5019
4618
|
}
|
|
5020
4619
|
]
|
|
5021
4620
|
},
|
|
@@ -5037,6 +4636,7 @@
|
|
|
5037
4636
|
"items": {
|
|
5038
4637
|
"$ref": "#/components/schemas/V1WellKnownJwksQueriesGet_Jwk"
|
|
5039
4638
|
},
|
|
4639
|
+
"nullable": true,
|
|
5040
4640
|
"type": "array"
|
|
5041
4641
|
}
|
|
5042
4642
|
},
|
|
@@ -6419,7 +6019,7 @@
|
|
|
6419
6019
|
},
|
|
6420
6020
|
"patch": {
|
|
6421
6021
|
"description": "Patches a dialog aggregate with a RFC6902 JSON Patch document. The patch document must be a JSON array of RFC6902 operations.\nSee [https://tools.ietf.org/html/rfc6902](https://tools.ietf.org/html/rfc6902) for more information.\n \nOptimistic concurrency control is implemented using the If-Match header. Supply the Revision value from the GetDialog endpoint to ensure that the dialog is not modified/deleted by another request in the meantime.",
|
|
6422
|
-
"operationId": "
|
|
6022
|
+
"operationId": "V1ServiceOwnerDialogsPatchDialog",
|
|
6423
6023
|
"parameters": [
|
|
6424
6024
|
{
|
|
6425
6025
|
"in": "path",
|
|
@@ -7455,4 +7055,4 @@
|
|
|
7455
7055
|
"url": "https://altinn-dev-api.azure-api.net/dialogporten"
|
|
7456
7056
|
}
|
|
7457
7057
|
]
|
|
7458
|
-
}
|
|
7058
|
+
}
|