@digdir/dialogporten-schema 1.22.0 → 1.23.1-cd4473d

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.
@@ -70,7 +70,6 @@
70
70
  "properties": {
71
71
  "mediaType": {
72
72
  "description": "Media type of the content (plaintext, Markdown). Can also indicate that the content is embeddable.",
73
- "example": "text/plain\ntext/markdown\napplication/vnd.dialogporten.frontchannelembed",
74
73
  "type": "string"
75
74
  },
76
75
  "value": {
@@ -121,12 +120,6 @@
121
120
  }
122
121
  ]
123
122
  },
124
- "relatedActivityId": {
125
- "description": "The related activity identifier, if applicable. Must be present in the request body.",
126
- "format": "guid",
127
- "nullable": true,
128
- "type": "string"
129
- },
130
123
  "transmissionId": {
131
124
  "description": "If the activity is related to a particular transmission, this field will contain the transmission identifier.\nMust be present in the request body.",
132
125
  "format": "guid",
@@ -297,7 +290,7 @@
297
290
  "additionalProperties": false,
298
291
  "properties": {
299
292
  "additionalInfo": {
300
- "description": "Additional information about the dialog, this may contain Markdown.",
293
+ "description": "Additional information about the dialog.\nSupported media types: text/plain, text/markdown",
301
294
  "nullable": true,
302
295
  "oneOf": [
303
296
  {
@@ -306,7 +299,7 @@
306
299
  ]
307
300
  },
308
301
  "extendedStatus": {
309
- "description": "Used as the human-readable label used to describe the \u0022ExtendedStatus\u0022 field. Must be text/plain.",
302
+ "description": "Used as the human-readable label used to describe the \u0022ExtendedStatus\u0022 field.\nSupported media types: text/plain",
310
303
  "nullable": true,
311
304
  "oneOf": [
312
305
  {
@@ -315,7 +308,7 @@
315
308
  ]
316
309
  },
317
310
  "mainContentReference": {
318
- "description": "Front-channel embedded content. Used to dynamically embed content in the frontend from an external URL.",
311
+ "description": "Front-channel embedded content. Used to dynamically embed content in the frontend from an external URL.\nSupported media types: application/vnd.dialogporten.frontchannelembed\u002Bjson;type=markdown",
319
312
  "nullable": true,
320
313
  "oneOf": [
321
314
  {
@@ -324,7 +317,7 @@
324
317
  ]
325
318
  },
326
319
  "senderName": {
327
- "description": "Overridden sender name. If not supplied, assume \u0022org\u0022 as the sender name. Must be text/plain if supplied.",
320
+ "description": "Overridden sender name. If not supplied, assume \u0022org\u0022 as the sender name. Must be text/plain if supplied.\nSupported media types: text/plain",
328
321
  "nullable": true,
329
322
  "oneOf": [
330
323
  {
@@ -333,7 +326,7 @@
333
326
  ]
334
327
  },
335
328
  "summary": {
336
- "description": "A short summary of the dialog and its current state. Must be text/plain.",
329
+ "description": "A short summary of the dialog and its current state.\nSupported media types: text/plain",
337
330
  "oneOf": [
338
331
  {
339
332
  "$ref": "#/components/schemas/ContentValueDto"
@@ -341,7 +334,7 @@
341
334
  ]
342
335
  },
343
336
  "title": {
344
- "description": "The title of the dialog. Must be text/plain.",
337
+ "description": "The title of the dialog.\nSupported media types: text/plain",
345
338
  "oneOf": [
346
339
  {
347
340
  "$ref": "#/components/schemas/ContentValueDto"
@@ -388,12 +381,6 @@
388
381
  }
389
382
  ]
390
383
  },
391
- "relatedActivityId": {
392
- "description": "The related activity identifier, if applicable. Must be present in the request body.",
393
- "format": "guid",
394
- "nullable": true,
395
- "type": "string"
396
- },
397
384
  "transmissionId": {
398
385
  "description": "If the activity is related to a particular transmission, this field will contain the transmission identifier.\nMust be present in the request body.",
399
386
  "format": "guid",
@@ -940,6 +927,127 @@
940
927
  "Correction"
941
928
  ]
942
929
  },
930
+ "GetDialogActivityDto": {
931
+ "additionalProperties": false,
932
+ "properties": {
933
+ "createdAt": {
934
+ "format": "date-time",
935
+ "nullable": true,
936
+ "type": "string"
937
+ },
938
+ "description": {
939
+ "items": {
940
+ "$ref": "#/components/schemas/LocalizationDto"
941
+ },
942
+ "type": "array"
943
+ },
944
+ "extendedType": {
945
+ "format": "uri",
946
+ "nullable": true,
947
+ "type": "string"
948
+ },
949
+ "id": {
950
+ "format": "guid",
951
+ "type": "string"
952
+ },
953
+ "performedBy": {
954
+ "$ref": "#/components/schemas/GetDialogActivityPerformedByActorDto"
955
+ },
956
+ "transmissionId": {
957
+ "format": "guid",
958
+ "nullable": true,
959
+ "type": "string"
960
+ },
961
+ "type": {
962
+ "$ref": "#/components/schemas/DialogActivityType_Values"
963
+ }
964
+ },
965
+ "type": "object"
966
+ },
967
+ "GetDialogActivityDtoSO": {
968
+ "additionalProperties": false,
969
+ "properties": {
970
+ "createdAt": {
971
+ "format": "date-time",
972
+ "nullable": true,
973
+ "type": "string"
974
+ },
975
+ "deletedAt": {
976
+ "format": "date-time",
977
+ "nullable": true,
978
+ "type": "string"
979
+ },
980
+ "description": {
981
+ "items": {
982
+ "$ref": "#/components/schemas/LocalizationDto"
983
+ },
984
+ "type": "array"
985
+ },
986
+ "extendedType": {
987
+ "format": "uri",
988
+ "nullable": true,
989
+ "type": "string"
990
+ },
991
+ "id": {
992
+ "format": "guid",
993
+ "type": "string"
994
+ },
995
+ "performedBy": {
996
+ "$ref": "#/components/schemas/GetDialogActivityPerformedByActorDtoSO"
997
+ },
998
+ "transmissionId": {
999
+ "format": "guid",
1000
+ "nullable": true,
1001
+ "type": "string"
1002
+ },
1003
+ "type": {
1004
+ "$ref": "#/components/schemas/DialogActivityType_Values"
1005
+ }
1006
+ },
1007
+ "type": "object"
1008
+ },
1009
+ "GetDialogActivityPerformedByActorDto": {
1010
+ "additionalProperties": false,
1011
+ "properties": {
1012
+ "actorId": {
1013
+ "nullable": true,
1014
+ "type": "string"
1015
+ },
1016
+ "actorName": {
1017
+ "nullable": true,
1018
+ "type": "string"
1019
+ },
1020
+ "actorType": {
1021
+ "$ref": "#/components/schemas/ActorType_Values"
1022
+ },
1023
+ "id": {
1024
+ "format": "guid",
1025
+ "type": "string"
1026
+ }
1027
+ },
1028
+ "type": "object"
1029
+ },
1030
+ "GetDialogActivityPerformedByActorDtoSO": {
1031
+ "additionalProperties": false,
1032
+ "properties": {
1033
+ "actorId": {
1034
+ "nullable": true,
1035
+ "type": "string"
1036
+ },
1037
+ "actorName": {
1038
+ "nullable": true,
1039
+ "type": "string"
1040
+ },
1041
+ "actorType": {
1042
+ "$ref": "#/components/schemas/ActorType_Values"
1043
+ },
1044
+ "id": {
1045
+ "format": "guid",
1046
+ "type": "string"
1047
+ }
1048
+ },
1049
+ "type": "object"
1050
+ },
943
1051
  "GetDialogContentDto": {
944
1052
  "additionalProperties": false,
945
1053
  "properties": {
@@ -1091,12 +1199,6 @@
1091
1199
  }
1092
1200
  ]
1093
1201
  },
1094
- "relatedActivityId": {
1095
- "description": "The related activity identifier, if applicable. Must be present in the current dialog.",
1096
- "format": "guid",
1097
- "nullable": true,
1098
- "type": "string"
1099
- },
1100
1202
  "transmissionId": {
1101
1203
  "description": "If the activity is related to a particular transmission, this field will contain the transmission identifier.",
1102
1204
  "format": "guid",
@@ -1149,12 +1251,6 @@
1149
1251
  }
1150
1252
  ]
1151
1253
  },
1152
- "relatedActivityId": {
1153
- "description": "The related activity identifier, if applicable. Must be present in the current dialog.",
1154
- "format": "guid",
1155
- "nullable": true,
1156
- "type": "string"
1157
- },
1158
1254
  "transmissionId": {
1159
1255
  "description": "If the activity is related to a particular transmission, this field will contain the transmission identifier.",
1160
1256
  "format": "guid",
@@ -1742,6 +1838,108 @@
1742
1838
  },
1743
1839
  "type": "object"
1744
1840
  },
1841
+ "GetDialogDialogTransmissionAttachmentDto": {
1842
+ "additionalProperties": false,
1843
+ "properties": {
1844
+ "displayName": {
1845
+ "description": "The display name of the attachment that should be used in GUIs.",
1846
+ "items": {
1847
+ "$ref": "#/components/schemas/LocalizationDto"
1848
+ },
1849
+ "type": "array"
1850
+ },
1851
+ "id": {
1852
+ "description": "The unique identifier for the attachment in UUIDv7 format.",
1853
+ "format": "guid",
1854
+ "type": "string"
1855
+ },
1856
+ "urls": {
1857
+ "description": "The URLs associated with the attachment, each referring to a different representation of the attachment.",
1858
+ "items": {
1859
+ "$ref": "#/components/schemas/GetDialogDialogTransmissionAttachmentUrlDto"
1860
+ },
1861
+ "type": "array"
1862
+ }
1863
+ },
1864
+ "type": "object"
1865
+ },
1866
+ "GetDialogDialogTransmissionAttachmentDtoSO": {
1867
+ "additionalProperties": false,
1868
+ "properties": {
1869
+ "displayName": {
1870
+ "description": "The display name of the attachment that should be used in GUIs.",
1871
+ "items": {
1872
+ "$ref": "#/components/schemas/LocalizationDto"
1873
+ },
1874
+ "type": "array"
1875
+ },
1876
+ "id": {
1877
+ "description": "The unique identifier for the attachment in UUIDv7 format.",
1878
+ "format": "guid",
1879
+ "type": "string"
1880
+ },
1881
+ "urls": {
1882
+ "description": "The URLs associated with the attachment, each referring to a different representation of the attachment.",
1883
+ "items": {
1884
+ "$ref": "#/components/schemas/GetDialogDialogTransmissionAttachmentUrlDtoSO"
1885
+ },
1886
+ "type": "array"
1887
+ }
1888
+ },
1889
+ "type": "object"
1890
+ },
1891
+ "GetDialogDialogTransmissionAttachmentUrlDto": {
1892
+ "additionalProperties": false,
1893
+ "properties": {
1894
+ "consumerType": {
1895
+ "description": "The type of consumer the URL is intended for.",
1896
+ "oneOf": [
1897
+ {
1898
+ "$ref": "#/components/schemas/AttachmentUrlConsumerType_Values"
1899
+ }
1900
+ ]
1901
+ },
1902
+ "mediaType": {
1903
+ "description": "The media type of the attachment.",
1904
+ "example": "application/pdf\napplication/zip",
1905
+ "nullable": true,
1906
+ "type": "string"
1907
+ },
1908
+ "url": {
1909
+ "description": "The fully qualified URL of the attachment. Will be set to \u0022urn:dialogporten:unauthorized\u0022 if the user is\nnot authorized to access the transmission.",
1910
+ "example": "https://someendpoint.com/someattachment.pdf\nurn:dialogporten:unauthorized",
1911
+ "format": "uri",
1912
+ "type": "string"
1913
+ }
1914
+ },
1915
+ "type": "object"
1916
+ },
1917
+ "GetDialogDialogTransmissionAttachmentUrlDtoSO": {
1918
+ "additionalProperties": false,
1919
+ "properties": {
1920
+ "consumerType": {
1921
+ "description": "The type of consumer the URL is intended for.",
1922
+ "oneOf": [
1923
+ {
1924
+ "$ref": "#/components/schemas/AttachmentUrlConsumerType_Values"
1925
+ }
1926
+ ]
1927
+ },
1928
+ "mediaType": {
1929
+ "description": "The media type of the attachment.",
1930
+ "example": "application/pdf\napplication/zip",
1931
+ "nullable": true,
1932
+ "type": "string"
1933
+ },
1934
+ "url": {
1935
+ "description": "The fully qualified URL of the attachment. Will be set to \u0022urn:dialogporten:unauthorized\u0022 if the user is\nnot authorized to access the transmission.",
1936
+ "example": "https://someendpoint.com/someattachment.pdf\nurn:dialogporten:unauthorized",
1937
+ "format": "uri",
1938
+ "type": "string"
1939
+ }
1940
+ },
1941
+ "type": "object"
1942
+ },
1745
1943
  "GetDialogDialogTransmissionContentDto": {
1746
1944
  "additionalProperties": false,
1747
1945
  "properties": {
@@ -1792,7 +1990,7 @@
1792
1990
  "attachments": {
1793
1991
  "description": "The transmission-level attachments",
1794
1992
  "items": {
1795
- "$ref": "#/components/schemas/GetDialogTransmissionAttachmentDto"
1993
+ "$ref": "#/components/schemas/GetDialogDialogTransmissionAttachmentDto"
1796
1994
  },
1797
1995
  "type": "array"
1798
1996
  },
@@ -1861,7 +2059,7 @@
1861
2059
  "attachments": {
1862
2060
  "description": "The transmission-level attachments",
1863
2061
  "items": {
1864
- "$ref": "#/components/schemas/GetDialogTransmissionAttachmentDtoSO"
2062
+ "$ref": "#/components/schemas/GetDialogDialogTransmissionAttachmentDtoSO"
1865
2063
  },
1866
2064
  "type": "array"
1867
2065
  },
@@ -2456,6 +2654,11 @@
2456
2654
  }
2457
2655
  ]
2458
2656
  },
2657
+ "id": {
2658
+ "description": "The unique identifier for the attachment URL in UUIDv7 format.",
2659
+ "format": "guid",
2660
+ "type": "string"
2661
+ },
2459
2662
  "mediaType": {
2460
2663
  "description": "The media type of the attachment.",
2461
2664
  "example": "application/pdf\napplication/zip",
@@ -2482,6 +2685,11 @@
2482
2685
  }
2483
2686
  ]
2484
2687
  },
2688
+ "id": {
2689
+ "description": "The unique identifier for the attachment URL in UUIDv7 format.",
2690
+ "format": "guid",
2691
+ "type": "string"
2692
+ },
2485
2693
  "mediaType": {
2486
2694
  "description": "The media type of the attachment.",
2487
2695
  "example": "application/pdf\napplication/zip",
@@ -2497,23 +2705,265 @@
2497
2705
  },
2498
2706
  "type": "object"
2499
2707
  },
2500
- "GetJwksDto": {
2501
- "additionalProperties": false,
2502
- "properties": {
2503
- "keys": {
2504
- "items": {
2505
- "$ref": "#/components/schemas/Jwk"
2506
- },
2507
- "type": "array"
2508
- }
2509
- },
2510
- "type": "object"
2511
- },
2512
- "GetOauthAuthorizationServerDto": {
2708
+ "GetDialogTransmissionContentDto": {
2513
2709
  "additionalProperties": false,
2514
2710
  "properties": {
2515
- "issuer": {
2516
- "type": "string"
2711
+ "summary": {
2712
+ "description": "The summary of the content.",
2713
+ "oneOf": [
2714
+ {
2715
+ "$ref": "#/components/schemas/ContentValueDto"
2716
+ }
2717
+ ]
2718
+ },
2719
+ "title": {
2720
+ "description": "The title of the content.",
2721
+ "oneOf": [
2722
+ {
2723
+ "$ref": "#/components/schemas/ContentValueDto"
2724
+ }
2725
+ ]
2726
+ }
2727
+ },
2728
+ "type": "object"
2729
+ },
2730
+ "GetDialogTransmissionContentDtoSO": {
2731
+ "additionalProperties": false,
2732
+ "properties": {
2733
+ "summary": {
2734
+ "description": "The summary of the content.",
2735
+ "oneOf": [
2736
+ {
2737
+ "$ref": "#/components/schemas/ContentValueDto"
2738
+ }
2739
+ ]
2740
+ },
2741
+ "title": {
2742
+ "description": "The title of the content.",
2743
+ "oneOf": [
2744
+ {
2745
+ "$ref": "#/components/schemas/ContentValueDto"
2746
+ }
2747
+ ]
2748
+ }
2749
+ },
2750
+ "type": "object"
2751
+ },
2752
+ "GetDialogTransmissionDto": {
2753
+ "additionalProperties": false,
2754
+ "properties": {
2755
+ "attachments": {
2756
+ "description": "The attachments associated with the transmission.",
2757
+ "items": {
2758
+ "$ref": "#/components/schemas/GetDialogTransmissionAttachmentDto"
2759
+ },
2760
+ "type": "array"
2761
+ },
2762
+ "authorizationAttribute": {
2763
+ "description": "The authorization attribute associated with the transmission.",
2764
+ "nullable": true,
2765
+ "type": "string"
2766
+ },
2767
+ "content": {
2768
+ "description": "The content of the transmission.",
2769
+ "oneOf": [
2770
+ {
2771
+ "$ref": "#/components/schemas/GetDialogTransmissionContentDto"
2772
+ }
2773
+ ]
2774
+ },
2775
+ "createdAt": {
2776
+ "description": "The date and time when the transmission was created.",
2777
+ "format": "date-time",
2778
+ "type": "string"
2779
+ },
2780
+ "deletedAt": {
2781
+ "description": "The date and time when the transmission was deleted, if applicable.",
2782
+ "format": "date-time",
2783
+ "nullable": true,
2784
+ "type": "string"
2785
+ },
2786
+ "extendedType": {
2787
+ "description": "The extended type URI for the transmission.",
2788
+ "format": "uri",
2789
+ "nullable": true,
2790
+ "type": "string"
2791
+ },
2792
+ "id": {
2793
+ "description": "The unique identifier for the transmission in UUIDv7 format.",
2794
+ "format": "guid",
2795
+ "type": "string"
2796
+ },
2797
+ "isAuthorized": {
2798
+ "description": "Flag indicating if the authenticated user is authorized for this transmission. If not, embedded content and\nthe attachments will not be available",
2799
+ "type": "boolean"
2800
+ },
2801
+ "relatedTransmissionId": {
2802
+ "description": "The unique identifier for the related transmission, if any.",
2803
+ "format": "guid",
2804
+ "nullable": true,
2805
+ "type": "string"
2806
+ },
2807
+ "sender": {
2808
+ "description": "The sender actor information for the transmission.",
2809
+ "oneOf": [
2810
+ {
2811
+ "$ref": "#/components/schemas/GetDialogTransmissionSenderActorDto"
2812
+ }
2813
+ ]
2814
+ },
2815
+ "type": {
2816
+ "description": "The type of the transmission.",
2817
+ "oneOf": [
2818
+ {
2819
+ "$ref": "#/components/schemas/DialogTransmissionType_Values"
2820
+ }
2821
+ ]
2822
+ }
2823
+ },
2824
+ "type": "object"
2825
+ },
2826
+ "GetDialogTransmissionDtoSO": {
2827
+ "additionalProperties": false,
2828
+ "properties": {
2829
+ "attachments": {
2830
+ "description": "The attachments associated with the transmission.",
2831
+ "items": {
2832
+ "$ref": "#/components/schemas/GetDialogTransmissionAttachmentDtoSO"
2833
+ },
2834
+ "type": "array"
2835
+ },
2836
+ "authorizationAttribute": {
2837
+ "description": "The authorization attribute associated with the transmission.",
2838
+ "nullable": true,
2839
+ "type": "string"
2840
+ },
2841
+ "content": {
2842
+ "description": "The content of the transmission.",
2843
+ "oneOf": [
2844
+ {
2845
+ "$ref": "#/components/schemas/GetDialogTransmissionContentDtoSO"
2846
+ }
2847
+ ]
2848
+ },
2849
+ "createdAt": {
2850
+ "description": "The date and time when the transmission was created.",
2851
+ "format": "date-time",
2852
+ "type": "string"
2853
+ },
2854
+ "deletedAt": {
2855
+ "description": "The date and time when the transmission was deleted, if applicable.",
2856
+ "format": "date-time",
2857
+ "nullable": true,
2858
+ "type": "string"
2859
+ },
2860
+ "extendedType": {
2861
+ "description": "The extended type URI for the transmission.",
2862
+ "format": "uri",
2863
+ "nullable": true,
2864
+ "type": "string"
2865
+ },
2866
+ "id": {
2867
+ "description": "The unique identifier for the transmission in UUIDv7 format.",
2868
+ "format": "guid",
2869
+ "type": "string"
2870
+ },
2871
+ "relatedTransmissionId": {
2872
+ "description": "The unique identifier for the related transmission, if any.",
2873
+ "format": "guid",
2874
+ "nullable": true,
2875
+ "type": "string"
2876
+ },
2877
+ "sender": {
2878
+ "description": "The sender actor information for the transmission.",
2879
+ "oneOf": [
2880
+ {
2881
+ "$ref": "#/components/schemas/GetDialogTransmissionSenderActorDtoSO"
2882
+ }
2883
+ ]
2884
+ },
2885
+ "type": {
2886
+ "description": "The type of the transmission.",
2887
+ "oneOf": [
2888
+ {
2889
+ "$ref": "#/components/schemas/DialogTransmissionType_Values"
2890
+ }
2891
+ ]
2892
+ }
2893
+ },
2894
+ "type": "object"
2895
+ },
2896
+ "GetDialogTransmissionSenderActorDto": {
2897
+ "additionalProperties": false,
2898
+ "properties": {
2899
+ "actorId": {
2900
+ "description": "The identifier of the actor.",
2901
+ "type": "string"
2902
+ },
2903
+ "actorName": {
2904
+ "description": "The name of the actor.",
2905
+ "type": "string"
2906
+ },
2907
+ "actorType": {
2908
+ "description": "The type of the actor.",
2909
+ "oneOf": [
2910
+ {
2911
+ "$ref": "#/components/schemas/ActorType_Values"
2912
+ }
2913
+ ]
2914
+ },
2915
+ "id": {
2916
+ "description": "The unique identifier for the sender actor in UUIDv7 format.",
2917
+ "format": "guid",
2918
+ "type": "string"
2919
+ }
2920
+ },
2921
+ "type": "object"
2922
+ },
2923
+ "GetDialogTransmissionSenderActorDtoSO": {
2924
+ "additionalProperties": false,
2925
+ "properties": {
2926
+ "actorId": {
2927
+ "description": "The identifier of the actor.",
2928
+ "type": "string"
2929
+ },
2930
+ "actorName": {
2931
+ "description": "The name of the actor.",
2932
+ "type": "string"
2933
+ },
2934
+ "actorType": {
2935
+ "description": "The type of the actor.",
2936
+ "oneOf": [
2937
+ {
2938
+ "$ref": "#/components/schemas/ActorType_Values"
2939
+ }
2940
+ ]
2941
+ },
2942
+ "id": {
2943
+ "description": "The unique identifier for the sender actor in UUIDv7 format.",
2944
+ "format": "guid",
2945
+ "type": "string"
2946
+ }
2947
+ },
2948
+ "type": "object"
2949
+ },
2950
+ "GetJwksDto": {
2951
+ "additionalProperties": false,
2952
+ "properties": {
2953
+ "keys": {
2954
+ "items": {
2955
+ "$ref": "#/components/schemas/Jwk"
2956
+ },
2957
+ "type": "array"
2958
+ }
2959
+ },
2960
+ "type": "object"
2961
+ },
2962
+ "GetOauthAuthorizationServerDto": {
2963
+ "additionalProperties": false,
2964
+ "properties": {
2965
+ "issuer": {
2966
+ "type": "string"
2517
2967
  },
2518
2968
  "jwks_uri": {
2519
2969
  "type": "string"
@@ -2610,6 +3060,15 @@
2610
3060
  },
2611
3061
  "type": "object"
2612
3062
  },
3063
+ "NotificationConditionDto": {
3064
+ "additionalProperties": false,
3065
+ "properties": {
3066
+ "sendNotification": {
3067
+ "type": "boolean"
3068
+ }
3069
+ },
3070
+ "type": "object"
3071
+ },
2613
3072
  "NotificationConditionType": {
2614
3073
  "description": "",
2615
3074
  "enum": [
@@ -2784,6 +3243,69 @@
2784
3243
  },
2785
3244
  "type": "object"
2786
3245
  },
3246
+ "SearchDialogActivityDto": {
3247
+ "additionalProperties": false,
3248
+ "properties": {
3249
+ "createdAt": {
3250
+ "format": "date-time",
3251
+ "type": "string"
3252
+ },
3253
+ "extendedType": {
3254
+ "format": "uri",
3255
+ "nullable": true,
3256
+ "type": "string"
3257
+ },
3258
+ "id": {
3259
+ "format": "guid",
3260
+ "type": "string"
3261
+ },
3262
+ "seenByEndUserIdHash": {
3263
+ "nullable": true,
3264
+ "type": "string"
3265
+ },
3266
+ "transmissionId": {
3267
+ "format": "guid",
3268
+ "nullable": true,
3269
+ "type": "string"
3270
+ },
3271
+ "type": {
3272
+ "$ref": "#/components/schemas/DialogActivityType_Values"
3273
+ }
3274
+ },
3275
+ "type": "object"
3276
+ },
3277
+ "SearchDialogActivityDtoSO": {
3278
+ "additionalProperties": false,
3279
+ "properties": {
3280
+ "createdAt": {
3281
+ "format": "date-time",
3282
+ "type": "string"
3283
+ },
3284
+ "deletedAt": {
3285
+ "format": "date-time",
3286
+ "nullable": true,
3287
+ "type": "string"
3288
+ },
3289
+ "extendedType": {
3290
+ "format": "uri",
3291
+ "nullable": true,
3292
+ "type": "string"
3293
+ },
3294
+ "id": {
3295
+ "format": "guid",
3296
+ "type": "string"
3297
+ },
3298
+ "transmissionId": {
3299
+ "format": "guid",
3300
+ "nullable": true,
3301
+ "type": "string"
3302
+ },
3303
+ "type": {
3304
+ "$ref": "#/components/schemas/DialogActivityType_Values"
3305
+ }
3306
+ },
3307
+ "type": "object"
3308
+ },
2787
3309
  "SearchDialogContentDto": {
2788
3310
  "additionalProperties": false,
2789
3311
  "properties": {
@@ -2899,12 +3421,6 @@
2899
3421
  }
2900
3422
  ]
2901
3423
  },
2902
- "relatedActivityId": {
2903
- "description": "The related activity identifier, if applicable. Must be present in the current dialog.",
2904
- "format": "guid",
2905
- "nullable": true,
2906
- "type": "string"
2907
- },
2908
3424
  "transmissionId": {
2909
3425
  "description": "If the activity is related to a particular transmission, this field will contain the transmission identifier.",
2910
3426
  "format": "guid",
@@ -2957,12 +3473,6 @@
2957
3473
  }
2958
3474
  ]
2959
3475
  },
2960
- "relatedActivityId": {
2961
- "description": "The related activity identifier, if applicable. Must be present in the current dialog.",
2962
- "format": "guid",
2963
- "nullable": true,
2964
- "type": "string"
2965
- },
2966
3476
  "transmissionId": {
2967
3477
  "description": "If the activity is related to a particular transmission, this field will contain the transmission identifier.",
2968
3478
  "format": "guid",
@@ -3232,187 +3742,431 @@
3232
3742
  }
3233
3743
  ]
3234
3744
  },
3235
- "updatedAt": {
3236
- "description": "The date and time when the dialog was last updated.",
3237
- "example": "2022-12-31T23:59:59Z",
3238
- "format": "date-time",
3745
+ "updatedAt": {
3746
+ "description": "The date and time when the dialog was last updated.",
3747
+ "example": "2022-12-31T23:59:59Z",
3748
+ "format": "date-time",
3749
+ "type": "string"
3750
+ }
3751
+ },
3752
+ "type": "object"
3753
+ },
3754
+ "SearchDialogDtoSO": {
3755
+ "additionalProperties": false,
3756
+ "properties": {
3757
+ "content": {
3758
+ "description": "The content of the dialog in search results",
3759
+ "oneOf": [
3760
+ {
3761
+ "$ref": "#/components/schemas/SearchDialogContentDtoSO"
3762
+ }
3763
+ ]
3764
+ },
3765
+ "createdAt": {
3766
+ "description": "The date and time when the dialog was created.",
3767
+ "example": "2022-12-31T23:59:59Z",
3768
+ "format": "date-time",
3769
+ "type": "string"
3770
+ },
3771
+ "dueAt": {
3772
+ "description": "The due date for the dialog. This is the last date when the dialog is expected to be completed.",
3773
+ "example": "2022-12-31T23:59:59Z",
3774
+ "format": "date-time",
3775
+ "nullable": true,
3776
+ "type": "string"
3777
+ },
3778
+ "extendedStatus": {
3779
+ "description": "Arbitrary string with a service-specific indicator of status, typically used to indicate a fine-grained state of\nthe dialog to further specify the \u0022status\u0022 enum.\n \nRefer to the service-specific documentation provided by the service owner for details on the possible values (if\nin use).",
3780
+ "nullable": true,
3781
+ "type": "string"
3782
+ },
3783
+ "guiAttachmentCount": {
3784
+ "description": "The number of attachments in the dialog made available for browser-based frontends.",
3785
+ "format": "int32",
3786
+ "nullable": true,
3787
+ "type": "integer"
3788
+ },
3789
+ "id": {
3790
+ "description": "The unique identifier for the dialog in UUIDv7 format.",
3791
+ "example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
3792
+ "format": "guid",
3793
+ "type": "string"
3794
+ },
3795
+ "latestActivity": {
3796
+ "description": "The latest entry in the dialog\u0027s activity log.",
3797
+ "nullable": true,
3798
+ "oneOf": [
3799
+ {
3800
+ "$ref": "#/components/schemas/SearchDialogDialogActivityDtoSO"
3801
+ }
3802
+ ]
3803
+ },
3804
+ "org": {
3805
+ "description": "The service owner code representing the organization (service owner) related to this dialog.",
3806
+ "example": "ske",
3807
+ "type": "string"
3808
+ },
3809
+ "party": {
3810
+ "description": "The party code representing the organization or person that the dialog belongs to in URN format",
3811
+ "example": "urn:altinn:person:identifier-no:01125512345\nurn:altinn:organization:identifier-no:912345678",
3812
+ "type": "string"
3813
+ },
3814
+ "precedingProcess": {
3815
+ "description": "Optional preceding process identifier to indicate the business process that preceded the process indicated in the \u0022Process\u0022 field. Cannot be set without also \u0022Process\u0022 being set.",
3816
+ "nullable": true,
3817
+ "type": "string"
3818
+ },
3819
+ "process": {
3820
+ "description": "Optional process identifier used to indicate a business process this dialog belongs to",
3821
+ "nullable": true,
3822
+ "type": "string"
3823
+ },
3824
+ "progress": {
3825
+ "description": "Advisory indicator of progress, represented as 1-100 percentage value. 100% representing a dialog that has come\nto a natural completion (successful or not).",
3826
+ "format": "int32",
3827
+ "nullable": true,
3828
+ "type": "integer"
3829
+ },
3830
+ "revision": {
3831
+ "description": "The unique identifier for the revision in UUIDv4 format.",
3832
+ "example": "a312cb9c-7632-43c2-aa38-69b06aed56ca",
3833
+ "format": "guid",
3834
+ "type": "string"
3835
+ },
3836
+ "seenSinceLastUpdate": {
3837
+ "description": "The list of seen log entries for the dialog newer than the dialog ChangedAt date.",
3838
+ "items": {
3839
+ "$ref": "#/components/schemas/SearchDialogDialogSeenLogDtoSO"
3840
+ },
3841
+ "type": "array"
3842
+ },
3843
+ "serviceResource": {
3844
+ "description": "The service identifier for the service that the dialog is related to in URN-format.\nThis corresponds to a service resource in the Altinn Resource Registry.",
3845
+ "example": "urn:altinn:resource:some-service-identifier",
3846
+ "type": "string"
3847
+ },
3848
+ "serviceResourceType": {
3849
+ "description": "The ServiceResource type, as defined in Altinn Resource Registry (see ResourceType)",
3850
+ "type": "string"
3851
+ },
3852
+ "status": {
3853
+ "description": "The aggregated status of the dialog.",
3854
+ "oneOf": [
3855
+ {
3856
+ "$ref": "#/components/schemas/DialogStatus_Values"
3857
+ }
3858
+ ]
3859
+ },
3860
+ "systemLabel": {
3861
+ "description": "Current display state.",
3862
+ "oneOf": [
3863
+ {
3864
+ "$ref": "#/components/schemas/SystemLabel_Values"
3865
+ }
3866
+ ]
3867
+ },
3868
+ "updatedAt": {
3869
+ "description": "The date and time when the dialog was last updated.",
3870
+ "example": "2022-12-31T23:59:59Z",
3871
+ "format": "date-time",
3872
+ "type": "string"
3873
+ },
3874
+ "visibleFrom": {
3875
+ "description": "The timestamp when the dialog will be made visible for authorized end users.",
3876
+ "format": "date-time",
3877
+ "nullable": true,
3878
+ "type": "string"
3879
+ }
3880
+ },
3881
+ "type": "object"
3882
+ },
3883
+ "SearchDialogLabelAssignmentLogDto": {
3884
+ "additionalProperties": false,
3885
+ "properties": {
3886
+ "action": {
3887
+ "type": "string"
3888
+ },
3889
+ "createdAt": {
3890
+ "format": "date-time",
3891
+ "type": "string"
3892
+ },
3893
+ "name": {
3894
+ "type": "string"
3895
+ },
3896
+ "performedBy": {
3897
+ "$ref": "#/components/schemas/LabelAssignmentLogActorDto"
3898
+ }
3899
+ },
3900
+ "type": "object"
3901
+ },
3902
+ "SearchDialogSeenLogDto": {
3903
+ "additionalProperties": false,
3904
+ "properties": {
3905
+ "id": {
3906
+ "format": "guid",
3907
+ "type": "string"
3908
+ },
3909
+ "isCurrentEndUser": {
3910
+ "type": "boolean"
3911
+ },
3912
+ "isViaServiceOwner": {
3913
+ "type": "boolean"
3914
+ },
3915
+ "seenAt": {
3916
+ "format": "date-time",
3917
+ "type": "string"
3918
+ },
3919
+ "seenBy": {
3920
+ "$ref": "#/components/schemas/SearchDialogSeenLogSeenByActorDto"
3921
+ }
3922
+ },
3923
+ "type": "object"
3924
+ },
3925
+ "SearchDialogSeenLogSeenByActorDto": {
3926
+ "additionalProperties": false,
3927
+ "properties": {
3928
+ "actorId": {
3929
+ "type": "string"
3930
+ },
3931
+ "actorName": {
3932
+ "type": "string"
3933
+ },
3934
+ "id": {
3935
+ "format": "guid",
3936
+ "type": "string"
3937
+ }
3938
+ },
3939
+ "type": "object"
3940
+ },
3941
+ "SearchDialogTransmissionAttachmentDto": {
3942
+ "additionalProperties": false,
3943
+ "properties": {
3944
+ "displayName": {
3945
+ "items": {
3946
+ "$ref": "#/components/schemas/LocalizationDto"
3947
+ },
3948
+ "type": "array"
3949
+ },
3950
+ "id": {
3951
+ "format": "guid",
3952
+ "type": "string"
3953
+ },
3954
+ "urls": {
3955
+ "items": {
3956
+ "$ref": "#/components/schemas/SearchDialogTransmissionAttachmentUrlDto"
3957
+ },
3958
+ "type": "array"
3959
+ }
3960
+ },
3961
+ "type": "object"
3962
+ },
3963
+ "SearchDialogTransmissionAttachmentDtoSO": {
3964
+ "additionalProperties": false,
3965
+ "properties": {
3966
+ "displayName": {
3967
+ "items": {
3968
+ "$ref": "#/components/schemas/LocalizationDto"
3969
+ },
3970
+ "type": "array"
3971
+ },
3972
+ "id": {
3973
+ "format": "guid",
3974
+ "type": "string"
3975
+ },
3976
+ "urls": {
3977
+ "items": {
3978
+ "$ref": "#/components/schemas/SearchDialogTransmissionAttachmentUrlDtoSO"
3979
+ },
3980
+ "type": "array"
3981
+ }
3982
+ },
3983
+ "type": "object"
3984
+ },
3985
+ "SearchDialogTransmissionAttachmentUrlDto": {
3986
+ "additionalProperties": false,
3987
+ "properties": {
3988
+ "consumerType": {
3989
+ "$ref": "#/components/schemas/AttachmentUrlConsumerType_Values"
3990
+ },
3991
+ "id": {
3992
+ "format": "guid",
3993
+ "type": "string"
3994
+ },
3995
+ "mediaType": {
3996
+ "nullable": true,
3997
+ "type": "string"
3998
+ },
3999
+ "url": {
4000
+ "format": "uri",
3239
4001
  "type": "string"
3240
4002
  }
3241
4003
  },
3242
4004
  "type": "object"
3243
4005
  },
3244
- "SearchDialogDtoSO": {
4006
+ "SearchDialogTransmissionAttachmentUrlDtoSO": {
3245
4007
  "additionalProperties": false,
3246
4008
  "properties": {
3247
- "content": {
3248
- "description": "The content of the dialog in search results",
3249
- "oneOf": [
3250
- {
3251
- "$ref": "#/components/schemas/SearchDialogContentDtoSO"
3252
- }
3253
- ]
4009
+ "consumerType": {
4010
+ "$ref": "#/components/schemas/AttachmentUrlConsumerType_Values"
3254
4011
  },
3255
- "createdAt": {
3256
- "description": "The date and time when the dialog was created.",
3257
- "example": "2022-12-31T23:59:59Z",
3258
- "format": "date-time",
4012
+ "id": {
4013
+ "format": "guid",
3259
4014
  "type": "string"
3260
4015
  },
3261
- "dueAt": {
3262
- "description": "The due date for the dialog. This is the last date when the dialog is expected to be completed.",
3263
- "example": "2022-12-31T23:59:59Z",
3264
- "format": "date-time",
4016
+ "mediaType": {
3265
4017
  "nullable": true,
3266
4018
  "type": "string"
3267
4019
  },
3268
- "extendedStatus": {
3269
- "description": "Arbitrary string with a service-specific indicator of status, typically used to indicate a fine-grained state of\nthe dialog to further specify the \u0022status\u0022 enum.\n \nRefer to the service-specific documentation provided by the service owner for details on the possible values (if\nin use).",
3270
- "nullable": true,
4020
+ "url": {
4021
+ "format": "uri",
3271
4022
  "type": "string"
4023
+ }
4024
+ },
4025
+ "type": "object"
4026
+ },
4027
+ "SearchDialogTransmissionContentDto": {
4028
+ "additionalProperties": false,
4029
+ "properties": {
4030
+ "summary": {
4031
+ "$ref": "#/components/schemas/ContentValueDto"
3272
4032
  },
3273
- "guiAttachmentCount": {
3274
- "description": "The number of attachments in the dialog made available for browser-based frontends.",
3275
- "format": "int32",
3276
- "nullable": true,
3277
- "type": "integer"
4033
+ "title": {
4034
+ "$ref": "#/components/schemas/ContentValueDto"
4035
+ }
4036
+ },
4037
+ "type": "object"
4038
+ },
4039
+ "SearchDialogTransmissionContentDtoSO": {
4040
+ "additionalProperties": false,
4041
+ "properties": {
4042
+ "summary": {
4043
+ "$ref": "#/components/schemas/ContentValueDto"
3278
4044
  },
3279
- "id": {
3280
- "description": "The unique identifier for the dialog in UUIDv7 format.",
3281
- "example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
3282
- "format": "guid",
3283
- "type": "string"
4045
+ "title": {
4046
+ "$ref": "#/components/schemas/ContentValueDto"
4047
+ }
4048
+ },
4049
+ "type": "object"
4050
+ },
4051
+ "SearchDialogTransmissionDto": {
4052
+ "additionalProperties": false,
4053
+ "properties": {
4054
+ "attachments": {
4055
+ "items": {
4056
+ "$ref": "#/components/schemas/SearchDialogTransmissionAttachmentDto"
4057
+ },
4058
+ "type": "array"
3284
4059
  },
3285
- "latestActivity": {
3286
- "description": "The latest entry in the dialog\u0027s activity log.",
4060
+ "authorizationAttribute": {
3287
4061
  "nullable": true,
3288
- "oneOf": [
3289
- {
3290
- "$ref": "#/components/schemas/SearchDialogDialogActivityDtoSO"
3291
- }
3292
- ]
3293
- },
3294
- "org": {
3295
- "description": "The service owner code representing the organization (service owner) related to this dialog.",
3296
- "example": "ske",
3297
4062
  "type": "string"
3298
4063
  },
3299
- "party": {
3300
- "description": "The party code representing the organization or person that the dialog belongs to in URN format",
3301
- "example": "urn:altinn:person:identifier-no:01125512345\nurn:altinn:organization:identifier-no:912345678",
4064
+ "content": {
4065
+ "$ref": "#/components/schemas/SearchDialogTransmissionContentDto"
4066
+ },
4067
+ "createdAt": {
4068
+ "format": "date-time",
3302
4069
  "type": "string"
3303
4070
  },
3304
- "precedingProcess": {
3305
- "description": "Optional preceding process identifier to indicate the business process that preceded the process indicated in the \u0022Process\u0022 field. Cannot be set without also \u0022Process\u0022 being set.",
4071
+ "deletedAt": {
4072
+ "format": "date-time",
3306
4073
  "nullable": true,
3307
4074
  "type": "string"
3308
4075
  },
3309
- "process": {
3310
- "description": "Optional process identifier used to indicate a business process this dialog belongs to",
4076
+ "extendedType": {
4077
+ "format": "uri",
3311
4078
  "nullable": true,
3312
4079
  "type": "string"
3313
4080
  },
3314
- "progress": {
3315
- "description": "Advisory indicator of progress, represented as 1-100 percentage value. 100% representing a dialog that has come\nto a natural completion (successful or not).",
3316
- "format": "int32",
3317
- "nullable": true,
3318
- "type": "integer"
4081
+ "id": {
4082
+ "format": "guid",
4083
+ "type": "string"
3319
4084
  },
3320
- "revision": {
3321
- "description": "The unique identifier for the revision in UUIDv4 format.",
3322
- "example": "a312cb9c-7632-43c2-aa38-69b06aed56ca",
4085
+ "isAuthorized": {
4086
+ "type": "boolean"
4087
+ },
4088
+ "relatedTransmissionId": {
3323
4089
  "format": "guid",
4090
+ "nullable": true,
3324
4091
  "type": "string"
3325
4092
  },
3326
- "seenSinceLastUpdate": {
3327
- "description": "The list of seen log entries for the dialog newer than the dialog ChangedAt date.",
4093
+ "sender": {
4094
+ "$ref": "#/components/schemas/SearchDialogTransmissionSenderActorDto"
4095
+ },
4096
+ "type": {
4097
+ "$ref": "#/components/schemas/DialogTransmissionType_Values"
4098
+ }
4099
+ },
4100
+ "type": "object"
4101
+ },
4102
+ "SearchDialogTransmissionDtoSO": {
4103
+ "additionalProperties": false,
4104
+ "properties": {
4105
+ "attachments": {
3328
4106
  "items": {
3329
- "$ref": "#/components/schemas/SearchDialogDialogSeenLogDtoSO"
4107
+ "$ref": "#/components/schemas/SearchDialogTransmissionAttachmentDtoSO"
3330
4108
  },
3331
4109
  "type": "array"
3332
4110
  },
3333
- "serviceResource": {
3334
- "description": "The service identifier for the service that the dialog is related to in URN-format.\nThis corresponds to a service resource in the Altinn Resource Registry.",
3335
- "example": "urn:altinn:resource:some-service-identifier",
3336
- "type": "string"
3337
- },
3338
- "serviceResourceType": {
3339
- "description": "The ServiceResource type, as defined in Altinn Resource Registry (see ResourceType)",
4111
+ "authorizationAttribute": {
4112
+ "nullable": true,
3340
4113
  "type": "string"
3341
4114
  },
3342
- "status": {
3343
- "description": "The aggregated status of the dialog.",
3344
- "oneOf": [
3345
- {
3346
- "$ref": "#/components/schemas/DialogStatus_Values"
3347
- }
3348
- ]
3349
- },
3350
- "systemLabel": {
3351
- "description": "Current display state.",
3352
- "oneOf": [
3353
- {
3354
- "$ref": "#/components/schemas/SystemLabel_Values"
3355
- }
3356
- ]
4115
+ "content": {
4116
+ "$ref": "#/components/schemas/SearchDialogTransmissionContentDtoSO"
3357
4117
  },
3358
- "updatedAt": {
3359
- "description": "The date and time when the dialog was last updated.",
3360
- "example": "2022-12-31T23:59:59Z",
4118
+ "createdAt": {
3361
4119
  "format": "date-time",
3362
4120
  "type": "string"
3363
4121
  },
3364
- "visibleFrom": {
3365
- "description": "The timestamp when the dialog will be made visible for authorized end users.",
4122
+ "deletedAt": {
3366
4123
  "format": "date-time",
3367
4124
  "nullable": true,
3368
4125
  "type": "string"
3369
- }
3370
- },
3371
- "type": "object"
3372
- },
3373
- "SearchDialogLabelAssignmentLogDto": {
3374
- "additionalProperties": false,
3375
- "properties": {
3376
- "action": {
4126
+ },
4127
+ "extendedType": {
4128
+ "format": "uri",
4129
+ "nullable": true,
3377
4130
  "type": "string"
3378
4131
  },
3379
- "createdAt": {
3380
- "format": "date-time",
4132
+ "id": {
4133
+ "format": "guid",
3381
4134
  "type": "string"
3382
4135
  },
3383
- "name": {
4136
+ "relatedTransmissionId": {
4137
+ "format": "guid",
4138
+ "nullable": true,
3384
4139
  "type": "string"
3385
4140
  },
3386
- "performedBy": {
3387
- "$ref": "#/components/schemas/LabelAssignmentLogActorDto"
4141
+ "sender": {
4142
+ "$ref": "#/components/schemas/SearchDialogTransmissionSenderActorDtoSO"
4143
+ },
4144
+ "type": {
4145
+ "$ref": "#/components/schemas/DialogTransmissionType_Values"
3388
4146
  }
3389
4147
  },
3390
4148
  "type": "object"
3391
4149
  },
3392
- "SearchDialogSeenLogDto": {
4150
+ "SearchDialogTransmissionSenderActorDto": {
3393
4151
  "additionalProperties": false,
3394
4152
  "properties": {
3395
- "id": {
3396
- "format": "guid",
4153
+ "actorId": {
3397
4154
  "type": "string"
3398
4155
  },
3399
- "isCurrentEndUser": {
3400
- "type": "boolean"
4156
+ "actorName": {
4157
+ "type": "string"
3401
4158
  },
3402
- "isViaServiceOwner": {
3403
- "type": "boolean"
4159
+ "actorType": {
4160
+ "$ref": "#/components/schemas/ActorType_Values"
3404
4161
  },
3405
- "seenAt": {
3406
- "format": "date-time",
4162
+ "id": {
4163
+ "format": "guid",
3407
4164
  "type": "string"
3408
- },
3409
- "seenBy": {
3410
- "$ref": "#/components/schemas/SearchDialogSeenLogSeenByActorDto"
3411
4165
  }
3412
4166
  },
3413
4167
  "type": "object"
3414
4168
  },
3415
- "SearchDialogSeenLogSeenByActorDto": {
4169
+ "SearchDialogTransmissionSenderActorDtoSO": {
3416
4170
  "additionalProperties": false,
3417
4171
  "properties": {
3418
4172
  "actorId": {
@@ -3421,6 +4175,9 @@
3421
4175
  "actorName": {
3422
4176
  "type": "string"
3423
4177
  },
4178
+ "actorType": {
4179
+ "$ref": "#/components/schemas/ActorType_Values"
4180
+ },
3424
4181
  "id": {
3425
4182
  "format": "guid",
3426
4183
  "type": "string"
@@ -3588,12 +4345,6 @@
3588
4345
  }
3589
4346
  ]
3590
4347
  },
3591
- "relatedActivityId": {
3592
- "description": "The related activity identifier, if applicable. Must be present in the request body.",
3593
- "format": "guid",
3594
- "nullable": true,
3595
- "type": "string"
3596
- },
3597
4348
  "transmissionId": {
3598
4349
  "description": "If the activity is related to a particular transmission, this field will contain the transmission identifier.\nMust be present in the request body.",
3599
4350
  "format": "guid",
@@ -4518,10 +5269,12 @@
4518
5269
  "200": {
4519
5270
  "content": {
4520
5271
  "application/json": {
4521
- "schema": {}
4522
- },
4523
- "text/plain": {
4524
- "schema": {}
5272
+ "schema": {
5273
+ "items": {
5274
+ "$ref": "#/components/schemas/SearchDialogActivityDto"
5275
+ },
5276
+ "type": "array"
5277
+ }
4525
5278
  }
4526
5279
  },
4527
5280
  "description": "Successfully returned the dialog activity list."
@@ -4570,6 +5323,13 @@
4570
5323
  ],
4571
5324
  "responses": {
4572
5325
  "200": {
5326
+ "content": {
5327
+ "application/json": {
5328
+ "schema": {
5329
+ "$ref": "#/components/schemas/GetDialogActivityDto"
5330
+ }
5331
+ }
5332
+ },
4573
5333
  "description": "Successfully returned the dialog activity."
4574
5334
  },
4575
5335
  "401": {
@@ -4872,7 +5632,7 @@
4872
5632
  "/api/v1/enduser/dialogs/{dialogId}/transmissions": {
4873
5633
  "get": {
4874
5634
  "description": "Gets the list of transmissions belonging to a dialog",
4875
- "operationId": "GetDialogTransmissionListEU",
5635
+ "operationId": "GetDialogTransmissionList",
4876
5636
  "parameters": [
4877
5637
  {
4878
5638
  "in": "path",
@@ -4888,10 +5648,12 @@
4888
5648
  "200": {
4889
5649
  "content": {
4890
5650
  "application/json": {
4891
- "schema": {}
4892
- },
4893
- "text/plain": {
4894
- "schema": {}
5651
+ "schema": {
5652
+ "items": {
5653
+ "$ref": "#/components/schemas/SearchDialogTransmissionDto"
5654
+ },
5655
+ "type": "array"
5656
+ }
4895
5657
  }
4896
5658
  },
4897
5659
  "description": "Successfully returned the dialog transmission list."
@@ -4917,7 +5679,7 @@
4917
5679
  "/api/v1/enduser/dialogs/{dialogId}/transmissions/{transmissionId}": {
4918
5680
  "get": {
4919
5681
  "description": "Gets a single transmission belonging to a dialog. For more information see the documentation (link TBD).",
4920
- "operationId": "GetDialogTransmissionEU",
5682
+ "operationId": "GetDialogTransmission",
4921
5683
  "parameters": [
4922
5684
  {
4923
5685
  "in": "path",
@@ -4940,6 +5702,13 @@
4940
5702
  ],
4941
5703
  "responses": {
4942
5704
  "200": {
5705
+ "content": {
5706
+ "application/json": {
5707
+ "schema": {
5708
+ "$ref": "#/components/schemas/GetDialogTransmissionDto"
5709
+ }
5710
+ }
5711
+ },
4943
5712
  "description": "Successfully returned the dialog transmission."
4944
5713
  },
4945
5714
  "401": {
@@ -5608,7 +6377,6 @@
5608
6377
  "ActorName": null,
5609
6378
  "ActorType": 2
5610
6379
  },
5611
- "RelatedActivityId": null,
5612
6380
  "TransmissionId": null,
5613
6381
  "Type": 3
5614
6382
  }
@@ -5910,10 +6678,9 @@
5910
6678
  "200": {
5911
6679
  "content": {
5912
6680
  "application/json": {
5913
- "schema": {}
5914
- },
5915
- "text/plain": {
5916
- "schema": {}
6681
+ "schema": {
6682
+ "$ref": "#/components/schemas/NotificationConditionDto"
6683
+ }
5917
6684
  }
5918
6685
  },
5919
6686
  "description": "Successfully returned the notification determination."
@@ -5955,10 +6722,12 @@
5955
6722
  "200": {
5956
6723
  "content": {
5957
6724
  "application/json": {
5958
- "schema": {}
5959
- },
5960
- "text/plain": {
5961
- "schema": {}
6725
+ "schema": {
6726
+ "items": {
6727
+ "$ref": "#/components/schemas/SearchDialogActivityDtoSO"
6728
+ },
6729
+ "type": "array"
6730
+ }
5962
6731
  }
5963
6732
  },
5964
6733
  "description": "Successfully returned the dialog activity list."
@@ -6112,6 +6881,13 @@
6112
6881
  ],
6113
6882
  "responses": {
6114
6883
  "200": {
6884
+ "content": {
6885
+ "application/json": {
6886
+ "schema": {
6887
+ "$ref": "#/components/schemas/GetDialogActivityDtoSO"
6888
+ }
6889
+ }
6890
+ },
6115
6891
  "description": "Successfully returned the dialog activity."
6116
6892
  },
6117
6893
  "401": {
@@ -6281,10 +7057,12 @@
6281
7057
  "200": {
6282
7058
  "content": {
6283
7059
  "application/json": {
6284
- "schema": {}
6285
- },
6286
- "text/plain": {
6287
- "schema": {}
7060
+ "schema": {
7061
+ "items": {
7062
+ "$ref": "#/components/schemas/SearchDialogTransmissionDtoSO"
7063
+ },
7064
+ "type": "array"
7065
+ }
6288
7066
  }
6289
7067
  },
6290
7068
  "description": "Successfully returned the dialog transmission list."
@@ -6438,6 +7216,13 @@
6438
7216
  ],
6439
7217
  "responses": {
6440
7218
  "200": {
7219
+ "content": {
7220
+ "application/json": {
7221
+ "schema": {
7222
+ "$ref": "#/components/schemas/GetDialogTransmissionDtoSO"
7223
+ }
7224
+ }
7225
+ },
6441
7226
  "description": "Successfully returned the dialog transmission."
6442
7227
  },
6443
7228
  "401": {