@next-bricks/ai-portal 0.63.2 → 0.63.3

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/dist/types.json CHANGED
@@ -1,4 +1,121 @@
1
1
  {
2
+ "ai-portal.home-container": {
3
+ "properties": [
4
+ {
5
+ "name": "sticky",
6
+ "annotation": {
7
+ "type": "keyword",
8
+ "value": "boolean"
9
+ }
10
+ }
11
+ ],
12
+ "events": [],
13
+ "methods": []
14
+ },
15
+ "ai-portal.stat-with-mini-chart": {
16
+ "properties": [
17
+ {
18
+ "name": "label",
19
+ "annotation": {
20
+ "type": "keyword",
21
+ "value": "string"
22
+ }
23
+ },
24
+ {
25
+ "name": "value",
26
+ "annotation": {
27
+ "type": "keyword",
28
+ "value": "string"
29
+ }
30
+ },
31
+ {
32
+ "name": "size",
33
+ "annotation": {
34
+ "type": "union",
35
+ "types": [
36
+ {
37
+ "type": "jsLiteral",
38
+ "value": "medium"
39
+ },
40
+ {
41
+ "type": "jsLiteral",
42
+ "value": "small"
43
+ }
44
+ ]
45
+ }
46
+ },
47
+ {
48
+ "name": "lineColor",
49
+ "annotation": {
50
+ "type": "keyword",
51
+ "value": "string"
52
+ }
53
+ },
54
+ {
55
+ "name": "showArea",
56
+ "annotation": {
57
+ "type": "keyword",
58
+ "value": "boolean"
59
+ }
60
+ },
61
+ {
62
+ "name": "min",
63
+ "annotation": {
64
+ "type": "keyword",
65
+ "value": "number"
66
+ }
67
+ },
68
+ {
69
+ "name": "max",
70
+ "annotation": {
71
+ "type": "keyword",
72
+ "value": "number"
73
+ }
74
+ },
75
+ {
76
+ "name": "xField",
77
+ "annotation": {
78
+ "type": "keyword",
79
+ "value": "string"
80
+ }
81
+ },
82
+ {
83
+ "name": "yField",
84
+ "annotation": {
85
+ "type": "keyword",
86
+ "value": "string"
87
+ }
88
+ },
89
+ {
90
+ "name": "data",
91
+ "annotation": {
92
+ "type": "array",
93
+ "elementType": {
94
+ "type": "reference",
95
+ "typeName": {
96
+ "type": "identifier",
97
+ "name": "Record"
98
+ },
99
+ "typeParameters": {
100
+ "type": "typeParameterInstantiation",
101
+ "params": [
102
+ {
103
+ "type": "keyword",
104
+ "value": "string"
105
+ },
106
+ {
107
+ "type": "keyword",
108
+ "value": "number"
109
+ }
110
+ ]
111
+ }
112
+ }
113
+ }
114
+ }
115
+ ],
116
+ "events": [],
117
+ "methods": []
118
+ },
2
119
  "ai-portal.icon-button": {
3
120
  "properties": [
4
121
  {
@@ -1727,127 +1844,60 @@
1727
1844
  }
1728
1845
  ]
1729
1846
  },
1730
- "ai-portal.home-container": {
1731
- "properties": [
1732
- {
1733
- "name": "sticky",
1734
- "annotation": {
1735
- "type": "keyword",
1736
- "value": "boolean"
1737
- }
1738
- }
1739
- ],
1847
+ "ai-portal.elevo-logo": {
1848
+ "properties": [],
1740
1849
  "events": [],
1741
1850
  "methods": []
1742
1851
  },
1743
- "ai-portal.stat-with-mini-chart": {
1852
+ "ai-portal.blank-state": {
1744
1853
  "properties": [
1745
1854
  {
1746
- "name": "label",
1855
+ "name": "illustration",
1747
1856
  "annotation": {
1748
- "type": "keyword",
1749
- "value": "string"
1857
+ "type": "reference",
1858
+ "typeName": {
1859
+ "type": "identifier",
1860
+ "name": "BlankStateIllustration"
1861
+ }
1750
1862
  }
1751
1863
  },
1752
1864
  {
1753
- "name": "value",
1865
+ "name": "description",
1754
1866
  "annotation": {
1755
1867
  "type": "keyword",
1756
1868
  "value": "string"
1757
1869
  }
1758
- },
1870
+ }
1871
+ ],
1872
+ "events": [],
1873
+ "methods": [],
1874
+ "types": [
1759
1875
  {
1760
- "name": "size",
1876
+ "type": "typeAlias",
1877
+ "name": "BlankStateIllustration",
1761
1878
  "annotation": {
1762
1879
  "type": "union",
1763
1880
  "types": [
1764
1881
  {
1765
1882
  "type": "jsLiteral",
1766
- "value": "medium"
1883
+ "value": "goals"
1767
1884
  },
1768
1885
  {
1769
1886
  "type": "jsLiteral",
1770
- "value": "small"
1771
- }
1772
- ]
1773
- }
1774
- },
1775
- {
1776
- "name": "lineColor",
1777
- "annotation": {
1778
- "type": "keyword",
1779
- "value": "string"
1780
- }
1781
- },
1782
- {
1783
- "name": "showArea",
1784
- "annotation": {
1785
- "type": "keyword",
1786
- "value": "boolean"
1787
- }
1788
- },
1789
- {
1790
- "name": "min",
1791
- "annotation": {
1792
- "type": "keyword",
1793
- "value": "number"
1794
- }
1795
- },
1796
- {
1797
- "name": "max",
1798
- "annotation": {
1799
- "type": "keyword",
1800
- "value": "number"
1801
- }
1802
- },
1803
- {
1804
- "name": "xField",
1805
- "annotation": {
1806
- "type": "keyword",
1807
- "value": "string"
1808
- }
1809
- },
1810
- {
1811
- "name": "yField",
1812
- "annotation": {
1813
- "type": "keyword",
1814
- "value": "string"
1815
- }
1816
- },
1817
- {
1818
- "name": "data",
1819
- "annotation": {
1820
- "type": "array",
1821
- "elementType": {
1822
- "type": "reference",
1823
- "typeName": {
1824
- "type": "identifier",
1825
- "name": "Record"
1887
+ "value": "activities"
1826
1888
  },
1827
- "typeParameters": {
1828
- "type": "typeParameterInstantiation",
1829
- "params": [
1830
- {
1831
- "type": "keyword",
1832
- "value": "string"
1833
- },
1834
- {
1835
- "type": "keyword",
1836
- "value": "number"
1837
- }
1838
- ]
1889
+ {
1890
+ "type": "jsLiteral",
1891
+ "value": "collaboration-spaces"
1892
+ },
1893
+ {
1894
+ "type": "jsLiteral",
1895
+ "value": "serviceflows"
1839
1896
  }
1840
- }
1897
+ ]
1841
1898
  }
1842
1899
  }
1843
- ],
1844
- "events": [],
1845
- "methods": []
1846
- },
1847
- "ai-portal.elevo-logo": {
1848
- "properties": [],
1849
- "events": [],
1850
- "methods": []
1900
+ ]
1851
1901
  },
1852
1902
  "ai-portal.sticky-container": {
1853
1903
  "properties": [
@@ -1891,63 +1941,13 @@
1891
1941
  }
1892
1942
  ]
1893
1943
  },
1894
- "ai-portal.blank-state": {
1944
+ "ai-portal.elevo-card": {
1895
1945
  "properties": [
1896
1946
  {
1897
- "name": "illustration",
1947
+ "name": "cardTitle",
1898
1948
  "annotation": {
1899
- "type": "reference",
1900
- "typeName": {
1901
- "type": "identifier",
1902
- "name": "BlankStateIllustration"
1903
- }
1904
- }
1905
- },
1906
- {
1907
- "name": "description",
1908
- "annotation": {
1909
- "type": "keyword",
1910
- "value": "string"
1911
- }
1912
- }
1913
- ],
1914
- "events": [],
1915
- "methods": [],
1916
- "types": [
1917
- {
1918
- "type": "typeAlias",
1919
- "name": "BlankStateIllustration",
1920
- "annotation": {
1921
- "type": "union",
1922
- "types": [
1923
- {
1924
- "type": "jsLiteral",
1925
- "value": "goals"
1926
- },
1927
- {
1928
- "type": "jsLiteral",
1929
- "value": "activities"
1930
- },
1931
- {
1932
- "type": "jsLiteral",
1933
- "value": "collaboration-spaces"
1934
- },
1935
- {
1936
- "type": "jsLiteral",
1937
- "value": "serviceflows"
1938
- }
1939
- ]
1940
- }
1941
- }
1942
- ]
1943
- },
1944
- "ai-portal.elevo-card": {
1945
- "properties": [
1946
- {
1947
- "name": "cardTitle",
1948
- "annotation": {
1949
- "type": "keyword",
1950
- "value": "string"
1949
+ "type": "keyword",
1950
+ "value": "string"
1951
1951
  }
1952
1952
  },
1953
1953
  {
@@ -2915,7 +2915,7 @@
2915
2915
  }
2916
2916
  ]
2917
2917
  },
2918
- "ai-portal.project-conversations": {
2918
+ "ai-portal.activity-timeline": {
2919
2919
  "properties": [
2920
2920
  {
2921
2921
  "name": "list",
@@ -2925,86 +2925,100 @@
2925
2925
  "type": "reference",
2926
2926
  "typeName": {
2927
2927
  "type": "identifier",
2928
- "name": "Conversation"
2928
+ "name": "Activity"
2929
2929
  }
2930
2930
  }
2931
2931
  }
2932
2932
  },
2933
2933
  {
2934
- "name": "urlTemplate",
2934
+ "name": "chatUrlTemplate",
2935
2935
  "annotation": {
2936
2936
  "type": "keyword",
2937
2937
  "value": "string"
2938
2938
  }
2939
- },
2940
- {
2941
- "name": "actions",
2942
- "annotation": {
2943
- "type": "array",
2944
- "elementType": {
2945
- "type": "reference",
2946
- "typeName": {
2947
- "type": "identifier",
2948
- "name": "ActionType"
2949
- }
2950
- }
2951
- }
2952
- },
2953
- {
2954
- "name": "goals",
2955
- "annotation": {
2956
- "type": "array",
2957
- "elementType": {
2958
- "type": "reference",
2959
- "typeName": {
2960
- "type": "identifier",
2961
- "name": "Goal"
2962
- }
2963
- }
2964
- }
2965
2939
  }
2966
2940
  ],
2967
- "events": [
2941
+ "events": [],
2942
+ "methods": [],
2943
+ "types": [
2968
2944
  {
2969
- "name": "goal.click",
2970
- "detail": {
2971
- "annotation": {
2972
- "type": "reference",
2973
- "typeName": {
2974
- "type": "identifier",
2975
- "name": "Conversation"
2945
+ "type": "typeAlias",
2946
+ "name": "Activity",
2947
+ "annotation": {
2948
+ "type": "union",
2949
+ "types": [
2950
+ {
2951
+ "type": "reference",
2952
+ "typeName": {
2953
+ "type": "identifier",
2954
+ "name": "ActivityOfCreateGoal"
2955
+ }
2956
+ },
2957
+ {
2958
+ "type": "reference",
2959
+ "typeName": {
2960
+ "type": "identifier",
2961
+ "name": "ActivityOfEditGoal"
2962
+ }
2963
+ },
2964
+ {
2965
+ "type": "reference",
2966
+ "typeName": {
2967
+ "type": "identifier",
2968
+ "name": "ActivityOfDeleteGoal"
2969
+ }
2970
+ },
2971
+ {
2972
+ "type": "reference",
2973
+ "typeName": {
2974
+ "type": "identifier",
2975
+ "name": "ActivityOfDecomposeGoals"
2976
+ }
2977
+ },
2978
+ {
2979
+ "type": "reference",
2980
+ "typeName": {
2981
+ "type": "identifier",
2982
+ "name": "ActivityOfAlterOwner"
2983
+ }
2984
+ },
2985
+ {
2986
+ "type": "reference",
2987
+ "typeName": {
2988
+ "type": "identifier",
2989
+ "name": "ActivityOfAlterUser"
2990
+ }
2991
+ },
2992
+ {
2993
+ "type": "reference",
2994
+ "typeName": {
2995
+ "type": "identifier",
2996
+ "name": "ActivityOfAddComment"
2997
+ }
2998
+ },
2999
+ {
3000
+ "type": "reference",
3001
+ "typeName": {
3002
+ "type": "identifier",
3003
+ "name": "ActivityOfStartConversation"
3004
+ }
2976
3005
  }
2977
- }
3006
+ ]
2978
3007
  }
2979
3008
  },
2980
- {
2981
- "name": "action.click",
2982
- "detail": {
2983
- "annotation": {
2984
- "type": "reference",
2985
- "typeName": {
2986
- "type": "identifier",
2987
- "name": "ActionClickDetail"
2988
- }
2989
- }
2990
- }
2991
- }
2992
- ],
2993
- "methods": [],
2994
- "types": [
2995
3009
  {
2996
3010
  "type": "interface",
2997
- "name": "Conversation",
3011
+ "name": "ActivityOfCreateGoal",
2998
3012
  "body": [
2999
3013
  {
3000
3014
  "type": "propertySignature",
3001
3015
  "key": {
3002
3016
  "type": "identifier",
3003
- "name": "conversationId"
3017
+ "name": "action_type"
3004
3018
  },
3005
3019
  "annotation": {
3006
- "type": "keyword",
3007
- "value": "string"
3020
+ "type": "jsLiteral",
3021
+ "value": "create_goal"
3008
3022
  },
3009
3023
  "computed": false
3010
3024
  },
@@ -3012,92 +3026,145 @@
3012
3026
  "type": "propertySignature",
3013
3027
  "key": {
3014
3028
  "type": "identifier",
3015
- "name": "title"
3029
+ "name": "metadata"
3016
3030
  },
3017
3031
  "annotation": {
3018
- "type": "keyword",
3019
- "value": "string"
3032
+ "type": "typeLiteral",
3033
+ "members": [
3034
+ {
3035
+ "type": "propertySignature",
3036
+ "key": {
3037
+ "type": "identifier",
3038
+ "name": "goal_title"
3039
+ },
3040
+ "annotation": {
3041
+ "type": "keyword",
3042
+ "value": "string"
3043
+ },
3044
+ "computed": false
3045
+ },
3046
+ {
3047
+ "type": "propertySignature",
3048
+ "key": {
3049
+ "type": "identifier",
3050
+ "name": "goal_description"
3051
+ },
3052
+ "annotation": {
3053
+ "type": "keyword",
3054
+ "value": "string"
3055
+ },
3056
+ "optional": true,
3057
+ "computed": false
3058
+ }
3059
+ ]
3020
3060
  },
3021
3061
  "computed": false
3022
- },
3062
+ }
3063
+ ],
3064
+ "extends": [
3023
3065
  {
3024
- "type": "propertySignature",
3025
- "key": {
3066
+ "type": "expressionWithTypeArguments",
3067
+ "expression": {
3026
3068
  "type": "identifier",
3027
- "name": "startTime"
3028
- },
3029
- "annotation": {
3030
- "type": "keyword",
3031
- "value": "number"
3032
- },
3033
- "computed": false
3034
- },
3069
+ "name": "ActivityBase"
3070
+ }
3071
+ }
3072
+ ]
3073
+ },
3074
+ {
3075
+ "type": "interface",
3076
+ "name": "ActivityBase",
3077
+ "body": [
3035
3078
  {
3036
3079
  "type": "propertySignature",
3037
3080
  "key": {
3038
3081
  "type": "identifier",
3039
- "name": "description"
3082
+ "name": "user_id"
3040
3083
  },
3041
3084
  "annotation": {
3042
3085
  "type": "keyword",
3043
3086
  "value": "string"
3044
3087
  },
3045
- "optional": true,
3046
3088
  "computed": false
3047
3089
  },
3048
3090
  {
3049
3091
  "type": "propertySignature",
3050
3092
  "key": {
3051
3093
  "type": "identifier",
3052
- "name": "goalInstanceId"
3094
+ "name": "user_name"
3053
3095
  },
3054
3096
  "annotation": {
3055
3097
  "type": "keyword",
3056
3098
  "value": "string"
3057
3099
  },
3058
- "optional": true,
3059
3100
  "computed": false
3060
3101
  },
3061
3102
  {
3062
3103
  "type": "propertySignature",
3063
3104
  "key": {
3064
3105
  "type": "identifier",
3065
- "name": "username"
3106
+ "name": "time"
3066
3107
  },
3067
3108
  "annotation": {
3068
3109
  "type": "keyword",
3069
- "value": "string"
3110
+ "value": "number"
3070
3111
  },
3071
- "optional": true,
3072
3112
  "computed": false
3073
- }
3074
- ]
3075
- },
3076
- {
3077
- "type": "interface",
3078
- "name": "Goal",
3079
- "body": [
3113
+ },
3080
3114
  {
3081
3115
  "type": "propertySignature",
3082
3116
  "key": {
3083
3117
  "type": "identifier",
3084
- "name": "instanceId"
3118
+ "name": "action_type"
3085
3119
  },
3086
3120
  "annotation": {
3087
- "type": "keyword",
3088
- "value": "string"
3089
- },
3090
- "computed": false
3091
- },
3092
- {
3093
- "type": "propertySignature",
3094
- "key": {
3121
+ "type": "union",
3122
+ "types": [
3123
+ {
3124
+ "type": "jsLiteral",
3125
+ "value": "create_goal"
3126
+ },
3127
+ {
3128
+ "type": "jsLiteral",
3129
+ "value": "edit_goal"
3130
+ },
3131
+ {
3132
+ "type": "jsLiteral",
3133
+ "value": "delete_goal"
3134
+ },
3135
+ {
3136
+ "type": "jsLiteral",
3137
+ "value": "decompose_goals"
3138
+ },
3139
+ {
3140
+ "type": "jsLiteral",
3141
+ "value": "alter_owner"
3142
+ },
3143
+ {
3144
+ "type": "jsLiteral",
3145
+ "value": "alter_user"
3146
+ },
3147
+ {
3148
+ "type": "jsLiteral",
3149
+ "value": "add_comment"
3150
+ },
3151
+ {
3152
+ "type": "jsLiteral",
3153
+ "value": "start_conversation"
3154
+ }
3155
+ ]
3156
+ },
3157
+ "computed": false
3158
+ },
3159
+ {
3160
+ "type": "propertySignature",
3161
+ "key": {
3095
3162
  "type": "identifier",
3096
- "name": "title"
3163
+ "name": "metadata"
3097
3164
  },
3098
3165
  "annotation": {
3099
3166
  "type": "keyword",
3100
- "value": "string"
3167
+ "value": "unknown"
3101
3168
  },
3102
3169
  "computed": false
3103
3170
  }
@@ -3105,20 +3172,17 @@
3105
3172
  },
3106
3173
  {
3107
3174
  "type": "interface",
3108
- "name": "ActionClickDetail",
3175
+ "name": "ActivityOfEditGoal",
3109
3176
  "body": [
3110
3177
  {
3111
3178
  "type": "propertySignature",
3112
3179
  "key": {
3113
3180
  "type": "identifier",
3114
- "name": "action"
3181
+ "name": "action_type"
3115
3182
  },
3116
3183
  "annotation": {
3117
- "type": "reference",
3118
- "typeName": {
3119
- "type": "identifier",
3120
- "name": "SimpleActionType"
3121
- }
3184
+ "type": "jsLiteral",
3185
+ "value": "edit_goal"
3122
3186
  },
3123
3187
  "computed": false
3124
3188
  },
@@ -3126,269 +3190,182 @@
3126
3190
  "type": "propertySignature",
3127
3191
  "key": {
3128
3192
  "type": "identifier",
3129
- "name": "item"
3193
+ "name": "metadata"
3130
3194
  },
3131
3195
  "annotation": {
3132
- "type": "reference",
3133
- "typeName": {
3134
- "type": "identifier",
3135
- "name": "Conversation"
3136
- }
3196
+ "type": "typeLiteral",
3197
+ "members": [
3198
+ {
3199
+ "type": "propertySignature",
3200
+ "key": {
3201
+ "type": "identifier",
3202
+ "name": "before"
3203
+ },
3204
+ "annotation": {
3205
+ "type": "typeLiteral",
3206
+ "members": [
3207
+ {
3208
+ "type": "propertySignature",
3209
+ "key": {
3210
+ "type": "identifier",
3211
+ "name": "title"
3212
+ },
3213
+ "annotation": {
3214
+ "type": "keyword",
3215
+ "value": "string"
3216
+ },
3217
+ "optional": true,
3218
+ "computed": false
3219
+ },
3220
+ {
3221
+ "type": "propertySignature",
3222
+ "key": {
3223
+ "type": "identifier",
3224
+ "name": "description"
3225
+ },
3226
+ "annotation": {
3227
+ "type": "keyword",
3228
+ "value": "string"
3229
+ },
3230
+ "optional": true,
3231
+ "computed": false
3232
+ }
3233
+ ]
3234
+ },
3235
+ "computed": false
3236
+ },
3237
+ {
3238
+ "type": "propertySignature",
3239
+ "key": {
3240
+ "type": "identifier",
3241
+ "name": "after"
3242
+ },
3243
+ "annotation": {
3244
+ "type": "typeLiteral",
3245
+ "members": [
3246
+ {
3247
+ "type": "propertySignature",
3248
+ "key": {
3249
+ "type": "identifier",
3250
+ "name": "title"
3251
+ },
3252
+ "annotation": {
3253
+ "type": "keyword",
3254
+ "value": "string"
3255
+ },
3256
+ "optional": true,
3257
+ "computed": false
3258
+ },
3259
+ {
3260
+ "type": "propertySignature",
3261
+ "key": {
3262
+ "type": "identifier",
3263
+ "name": "description"
3264
+ },
3265
+ "annotation": {
3266
+ "type": "keyword",
3267
+ "value": "string"
3268
+ },
3269
+ "optional": true,
3270
+ "computed": false
3271
+ }
3272
+ ]
3273
+ },
3274
+ "computed": false
3275
+ }
3276
+ ]
3137
3277
  },
3138
3278
  "computed": false
3139
3279
  }
3140
- ]
3141
- }
3142
- ]
3143
- },
3144
- "ai-portal.chat-input": {
3145
- "properties": [
3146
- {
3147
- "name": "placeholder",
3148
- "annotation": {
3149
- "type": "keyword",
3150
- "value": "string"
3151
- }
3152
- },
3153
- {
3154
- "name": "autoFocus",
3155
- "annotation": {
3156
- "type": "keyword",
3157
- "value": "boolean"
3158
- }
3159
- },
3160
- {
3161
- "name": "submitDisabled",
3162
- "annotation": {
3163
- "type": "keyword",
3164
- "value": "boolean"
3165
- }
3166
- },
3167
- {
3168
- "name": "supportsTerminate",
3169
- "annotation": {
3170
- "type": "keyword",
3171
- "value": "boolean"
3172
- }
3173
- },
3174
- {
3175
- "name": "terminating",
3176
- "annotation": {
3177
- "type": "keyword",
3178
- "value": "boolean"
3179
- }
3180
- },
3181
- {
3182
- "name": "uploadOptions",
3183
- "annotation": {
3184
- "type": "reference",
3185
- "typeName": {
3186
- "type": "identifier",
3187
- "name": "UploadOptions"
3188
- }
3189
- }
3190
- },
3191
- {
3192
- "name": "aiEmployees",
3193
- "annotation": {
3194
- "type": "array",
3195
- "elementType": {
3196
- "type": "reference",
3197
- "typeName": {
3280
+ ],
3281
+ "extends": [
3282
+ {
3283
+ "type": "expressionWithTypeArguments",
3284
+ "expression": {
3198
3285
  "type": "identifier",
3199
- "name": "AIEmployee"
3286
+ "name": "ActivityBase"
3200
3287
  }
3201
3288
  }
3202
- }
3289
+ ]
3203
3290
  },
3204
3291
  {
3205
- "name": "commands",
3206
- "annotation": {
3207
- "type": "array",
3208
- "elementType": {
3209
- "type": "reference",
3210
- "typeName": {
3292
+ "type": "interface",
3293
+ "name": "ActivityOfDeleteGoal",
3294
+ "body": [
3295
+ {
3296
+ "type": "propertySignature",
3297
+ "key": {
3211
3298
  "type": "identifier",
3212
- "name": "Command"
3213
- }
3214
- }
3215
- }
3216
- },
3217
- {
3218
- "name": "suggestionsPlacement",
3219
- "annotation": {
3220
- "type": "union",
3221
- "types": [
3222
- {
3223
- "type": "jsLiteral",
3224
- "value": "top"
3299
+ "name": "action_type"
3225
3300
  },
3226
- {
3301
+ "annotation": {
3227
3302
  "type": "jsLiteral",
3228
- "value": "bottom"
3229
- }
3230
- ]
3231
- }
3232
- }
3233
- ],
3234
- "events": [
3235
- {
3236
- "name": "message.submit",
3237
- "detail": {
3238
- "annotation": {
3239
- "type": "keyword",
3240
- "value": "string"
3241
- }
3242
- }
3243
- },
3244
- {
3245
- "name": "chat.submit",
3246
- "detail": {
3247
- "annotation": {
3248
- "type": "reference",
3249
- "typeName": {
3250
- "type": "identifier",
3251
- "name": "ChatPayload"
3252
- }
3253
- }
3254
- }
3255
- },
3256
- {
3257
- "name": "terminate",
3258
- "detail": {
3259
- "annotation": {
3260
- "type": "keyword",
3261
- "value": "void"
3262
- }
3263
- }
3264
- }
3265
- ],
3266
- "methods": [],
3267
- "types": [
3268
- {
3269
- "type": "interface",
3270
- "name": "UploadOptions",
3271
- "body": [
3272
- {
3273
- "type": "propertySignature",
3274
- "key": {
3275
- "type": "identifier",
3276
- "name": "enabled"
3277
- },
3278
- "annotation": {
3279
- "type": "keyword",
3280
- "value": "boolean"
3281
- },
3282
- "optional": true,
3283
- "computed": false
3284
- },
3285
- {
3286
- "type": "propertySignature",
3287
- "key": {
3288
- "type": "identifier",
3289
- "name": "dragDisabled"
3290
- },
3291
- "annotation": {
3292
- "type": "keyword",
3293
- "value": "boolean"
3294
- },
3295
- "optional": true,
3296
- "computed": false
3297
- },
3298
- {
3299
- "type": "propertySignature",
3300
- "key": {
3301
- "type": "identifier",
3302
- "name": "dragTips"
3303
- },
3304
- "annotation": {
3305
- "type": "keyword",
3306
- "value": "string"
3307
- },
3308
- "optional": true,
3309
- "computed": false
3310
- },
3311
- {
3312
- "type": "propertySignature",
3313
- "key": {
3314
- "type": "identifier",
3315
- "name": "accept"
3316
- },
3317
- "annotation": {
3318
- "type": "keyword",
3319
- "value": "string"
3320
- },
3321
- "optional": true,
3322
- "computed": false
3323
- },
3324
- {
3325
- "type": "propertySignature",
3326
- "key": {
3327
- "type": "identifier",
3328
- "name": "maxFiles"
3329
- },
3330
- "annotation": {
3331
- "type": "keyword",
3332
- "value": "number"
3303
+ "value": "delete_goal"
3333
3304
  },
3334
- "optional": true,
3335
3305
  "computed": false
3336
3306
  },
3337
3307
  {
3338
3308
  "type": "propertySignature",
3339
3309
  "key": {
3340
3310
  "type": "identifier",
3341
- "name": "maxSize"
3342
- },
3343
- "annotation": {
3344
- "type": "keyword",
3345
- "value": "number"
3346
- },
3347
- "optional": true,
3348
- "computed": false,
3349
- "description": "In bytes"
3350
- },
3351
- {
3352
- "type": "propertySignature",
3353
- "key": {
3354
- "type": "identifier",
3355
- "name": "readableAccept"
3311
+ "name": "metadata"
3356
3312
  },
3357
3313
  "annotation": {
3358
- "type": "keyword",
3359
- "value": "string"
3314
+ "type": "typeLiteral",
3315
+ "members": [
3316
+ {
3317
+ "type": "propertySignature",
3318
+ "key": {
3319
+ "type": "identifier",
3320
+ "name": "goal_title"
3321
+ },
3322
+ "annotation": {
3323
+ "type": "keyword",
3324
+ "value": "string"
3325
+ },
3326
+ "computed": false
3327
+ },
3328
+ {
3329
+ "type": "propertySignature",
3330
+ "key": {
3331
+ "type": "identifier",
3332
+ "name": "goal_description"
3333
+ },
3334
+ "annotation": {
3335
+ "type": "keyword",
3336
+ "value": "string"
3337
+ },
3338
+ "optional": true,
3339
+ "computed": false
3340
+ }
3341
+ ]
3360
3342
  },
3361
- "optional": true,
3362
3343
  "computed": false
3363
- },
3344
+ }
3345
+ ],
3346
+ "extends": [
3364
3347
  {
3365
- "type": "propertySignature",
3366
- "key": {
3348
+ "type": "expressionWithTypeArguments",
3349
+ "expression": {
3367
3350
  "type": "identifier",
3368
- "name": "readableMaxSize"
3369
- },
3370
- "annotation": {
3371
- "type": "keyword",
3372
- "value": "string"
3373
- },
3374
- "optional": true,
3375
- "computed": false
3351
+ "name": "ActivityBase"
3352
+ }
3376
3353
  }
3377
3354
  ]
3378
3355
  },
3379
3356
  {
3380
3357
  "type": "interface",
3381
- "name": "AIEmployee",
3358
+ "name": "ActivityOfDecomposeGoals",
3382
3359
  "body": [
3383
3360
  {
3384
3361
  "type": "propertySignature",
3385
3362
  "key": {
3386
3363
  "type": "identifier",
3387
- "name": "employeeId"
3364
+ "name": "action_type"
3388
3365
  },
3389
3366
  "annotation": {
3390
- "type": "keyword",
3391
- "value": "string"
3367
+ "type": "jsLiteral",
3368
+ "value": "decompose_goals"
3392
3369
  },
3393
3370
  "computed": false
3394
3371
  },
@@ -3396,29 +3373,100 @@
3396
3373
  "type": "propertySignature",
3397
3374
  "key": {
3398
3375
  "type": "identifier",
3399
- "name": "name"
3376
+ "name": "metadata"
3400
3377
  },
3401
3378
  "annotation": {
3402
- "type": "keyword",
3403
- "value": "string"
3379
+ "type": "typeLiteral",
3380
+ "members": [
3381
+ {
3382
+ "type": "propertySignature",
3383
+ "key": {
3384
+ "type": "identifier",
3385
+ "name": "sub_goals_count"
3386
+ },
3387
+ "annotation": {
3388
+ "type": "keyword",
3389
+ "value": "number"
3390
+ },
3391
+ "computed": false
3392
+ },
3393
+ {
3394
+ "type": "propertySignature",
3395
+ "key": {
3396
+ "type": "identifier",
3397
+ "name": "sub_goals"
3398
+ },
3399
+ "annotation": {
3400
+ "type": "reference",
3401
+ "typeName": {
3402
+ "type": "identifier",
3403
+ "name": "Array"
3404
+ },
3405
+ "typeParameters": {
3406
+ "type": "typeParameterInstantiation",
3407
+ "params": [
3408
+ {
3409
+ "type": "typeLiteral",
3410
+ "members": [
3411
+ {
3412
+ "type": "propertySignature",
3413
+ "key": {
3414
+ "type": "identifier",
3415
+ "name": "sub_goal_id"
3416
+ },
3417
+ "annotation": {
3418
+ "type": "keyword",
3419
+ "value": "string"
3420
+ },
3421
+ "computed": false
3422
+ },
3423
+ {
3424
+ "type": "propertySignature",
3425
+ "key": {
3426
+ "type": "identifier",
3427
+ "name": "title"
3428
+ },
3429
+ "annotation": {
3430
+ "type": "keyword",
3431
+ "value": "string"
3432
+ },
3433
+ "computed": false
3434
+ }
3435
+ ]
3436
+ }
3437
+ ]
3438
+ }
3439
+ },
3440
+ "computed": false
3441
+ }
3442
+ ]
3404
3443
  },
3405
3444
  "computed": false
3406
3445
  }
3446
+ ],
3447
+ "extends": [
3448
+ {
3449
+ "type": "expressionWithTypeArguments",
3450
+ "expression": {
3451
+ "type": "identifier",
3452
+ "name": "ActivityBase"
3453
+ }
3454
+ }
3407
3455
  ]
3408
3456
  },
3409
3457
  {
3410
3458
  "type": "interface",
3411
- "name": "Command",
3459
+ "name": "ActivityOfAlterOwner",
3412
3460
  "body": [
3413
3461
  {
3414
3462
  "type": "propertySignature",
3415
3463
  "key": {
3416
3464
  "type": "identifier",
3417
- "name": "label"
3465
+ "name": "action_type"
3418
3466
  },
3419
3467
  "annotation": {
3420
- "type": "keyword",
3421
- "value": "string"
3468
+ "type": "jsLiteral",
3469
+ "value": "alter_owner"
3422
3470
  },
3423
3471
  "computed": false
3424
3472
  },
@@ -3426,90 +3474,112 @@
3426
3474
  "type": "propertySignature",
3427
3475
  "key": {
3428
3476
  "type": "identifier",
3429
- "name": "value"
3477
+ "name": "metadata"
3430
3478
  },
3431
3479
  "annotation": {
3432
- "type": "keyword",
3433
- "value": "string"
3434
- },
3435
- "computed": false
3436
- },
3437
- {
3438
- "type": "propertySignature",
3439
- "key": {
3440
- "type": "identifier",
3441
- "name": "groupKey"
3442
- },
3443
- "annotation": {
3444
- "type": "keyword",
3445
- "value": "string"
3446
- },
3447
- "optional": true,
3448
- "computed": false
3449
- },
3450
- {
3451
- "type": "propertySignature",
3452
- "key": {
3453
- "type": "identifier",
3454
- "name": "groupLabel"
3455
- },
3456
- "annotation": {
3457
- "type": "keyword",
3458
- "value": "string"
3459
- },
3460
- "optional": true,
3461
- "computed": false
3462
- },
3463
- {
3464
- "type": "propertySignature",
3465
- "key": {
3466
- "type": "identifier",
3467
- "name": "subCommands"
3468
- },
3469
- "annotation": {
3470
- "type": "array",
3471
- "elementType": {
3472
- "type": "reference",
3473
- "typeName": {
3474
- "type": "identifier",
3475
- "name": "Command"
3480
+ "type": "typeLiteral",
3481
+ "members": [
3482
+ {
3483
+ "type": "propertySignature",
3484
+ "key": {
3485
+ "type": "identifier",
3486
+ "name": "before"
3487
+ },
3488
+ "annotation": {
3489
+ "type": "typeLiteral",
3490
+ "members": [
3491
+ {
3492
+ "type": "propertySignature",
3493
+ "key": {
3494
+ "type": "identifier",
3495
+ "name": "owner"
3496
+ },
3497
+ "annotation": {
3498
+ "type": "typeLiteral",
3499
+ "members": [
3500
+ {
3501
+ "type": "propertySignature",
3502
+ "key": {
3503
+ "type": "identifier",
3504
+ "name": "user_id"
3505
+ },
3506
+ "annotation": {
3507
+ "type": "keyword",
3508
+ "value": "string"
3509
+ },
3510
+ "computed": false
3511
+ },
3512
+ {
3513
+ "type": "propertySignature",
3514
+ "key": {
3515
+ "type": "identifier",
3516
+ "name": "user_name"
3517
+ },
3518
+ "annotation": {
3519
+ "type": "keyword",
3520
+ "value": "string"
3521
+ },
3522
+ "computed": false
3523
+ }
3524
+ ]
3525
+ },
3526
+ "computed": false
3527
+ }
3528
+ ]
3529
+ },
3530
+ "computed": false
3531
+ },
3532
+ {
3533
+ "type": "propertySignature",
3534
+ "key": {
3535
+ "type": "identifier",
3536
+ "name": "after"
3537
+ },
3538
+ "annotation": {
3539
+ "type": "typeLiteral",
3540
+ "members": [
3541
+ {
3542
+ "type": "propertySignature",
3543
+ "key": {
3544
+ "type": "identifier",
3545
+ "name": "owner"
3546
+ },
3547
+ "annotation": {
3548
+ "type": "typeLiteral",
3549
+ "members": [
3550
+ {
3551
+ "type": "propertySignature",
3552
+ "key": {
3553
+ "type": "identifier",
3554
+ "name": "user_id"
3555
+ },
3556
+ "annotation": {
3557
+ "type": "keyword",
3558
+ "value": "string"
3559
+ },
3560
+ "computed": false
3561
+ },
3562
+ {
3563
+ "type": "propertySignature",
3564
+ "key": {
3565
+ "type": "identifier",
3566
+ "name": "user_name"
3567
+ },
3568
+ "annotation": {
3569
+ "type": "keyword",
3570
+ "value": "string"
3571
+ },
3572
+ "computed": false
3573
+ }
3574
+ ]
3575
+ },
3576
+ "computed": false
3577
+ }
3578
+ ]
3579
+ },
3580
+ "computed": false
3476
3581
  }
3477
- }
3478
- },
3479
- "optional": true,
3480
- "computed": false
3481
- },
3482
- {
3483
- "type": "propertySignature",
3484
- "key": {
3485
- "type": "identifier",
3486
- "name": "payload"
3487
- },
3488
- "annotation": {
3489
- "type": "reference",
3490
- "typeName": {
3491
- "type": "identifier",
3492
- "name": "CommandPayload"
3493
- }
3494
- },
3495
- "optional": true,
3496
- "computed": false
3497
- }
3498
- ]
3499
- },
3500
- {
3501
- "type": "interface",
3502
- "name": "ChatPayload",
3503
- "body": [
3504
- {
3505
- "type": "propertySignature",
3506
- "key": {
3507
- "type": "identifier",
3508
- "name": "content"
3509
- },
3510
- "annotation": {
3511
- "type": "keyword",
3512
- "value": "string"
3582
+ ]
3513
3583
  },
3514
3584
  "computed": false
3515
3585
  }
@@ -3519,197 +3589,178 @@
3519
3589
  "type": "expressionWithTypeArguments",
3520
3590
  "expression": {
3521
3591
  "type": "identifier",
3522
- "name": "ExtraChatPayload"
3592
+ "name": "ActivityBase"
3523
3593
  }
3524
3594
  }
3525
3595
  ]
3526
3596
  },
3527
3597
  {
3528
3598
  "type": "interface",
3529
- "name": "ExtraChatPayload",
3599
+ "name": "ActivityOfAlterUser",
3530
3600
  "body": [
3531
3601
  {
3532
3602
  "type": "propertySignature",
3533
3603
  "key": {
3534
3604
  "type": "identifier",
3535
- "name": "files"
3605
+ "name": "action_type"
3536
3606
  },
3537
3607
  "annotation": {
3538
- "type": "array",
3539
- "elementType": {
3540
- "type": "reference",
3541
- "typeName": {
3542
- "type": "identifier",
3543
- "name": "UploadFileInfo"
3544
- }
3545
- }
3608
+ "type": "jsLiteral",
3609
+ "value": "alter_user"
3546
3610
  },
3547
- "optional": true,
3548
3611
  "computed": false
3549
3612
  },
3550
3613
  {
3551
3614
  "type": "propertySignature",
3552
3615
  "key": {
3553
3616
  "type": "identifier",
3554
- "name": "cmd"
3617
+ "name": "metadata"
3555
3618
  },
3556
3619
  "annotation": {
3557
- "type": "union",
3558
- "types": [
3620
+ "type": "typeLiteral",
3621
+ "members": [
3559
3622
  {
3560
- "type": "reference",
3561
- "typeName": {
3623
+ "type": "propertySignature",
3624
+ "key": {
3562
3625
  "type": "identifier",
3563
- "name": "CommandPayload"
3564
- }
3565
- },
3566
- {
3567
- "type": "keyword",
3568
- "value": "null"
3569
- }
3570
- ]
3571
- },
3572
- "optional": true,
3573
- "computed": false
3574
- },
3575
- {
3576
- "type": "propertySignature",
3577
- "key": {
3578
- "type": "identifier",
3579
- "name": "aiEmployeeId"
3580
- },
3581
- "annotation": {
3582
- "type": "union",
3583
- "types": [
3584
- {
3585
- "type": "keyword",
3586
- "value": "string"
3587
- },
3588
- {
3589
- "type": "keyword",
3590
- "value": "null"
3591
- }
3592
- ]
3593
- },
3594
- "optional": true,
3595
- "computed": false
3596
- }
3597
- ]
3598
- },
3599
- {
3600
- "type": "interface",
3601
- "name": "UploadFileInfo",
3602
- "body": [
3603
- {
3604
- "type": "propertySignature",
3605
- "key": {
3606
- "type": "identifier",
3607
- "name": "fileId"
3608
- },
3609
- "annotation": {
3610
- "type": "keyword",
3611
- "value": "string"
3612
- },
3613
- "computed": false
3614
- }
3615
- ]
3616
- }
3617
- ]
3618
- },
3619
- "ai-portal.activity-timeline": {
3620
- "properties": [
3621
- {
3622
- "name": "list",
3623
- "annotation": {
3624
- "type": "array",
3625
- "elementType": {
3626
- "type": "reference",
3627
- "typeName": {
3626
+ "name": "before"
3627
+ },
3628
+ "annotation": {
3629
+ "type": "typeLiteral",
3630
+ "members": [
3631
+ {
3632
+ "type": "propertySignature",
3633
+ "key": {
3634
+ "type": "identifier",
3635
+ "name": "users"
3636
+ },
3637
+ "annotation": {
3638
+ "type": "reference",
3639
+ "typeName": {
3640
+ "type": "identifier",
3641
+ "name": "Array"
3642
+ },
3643
+ "typeParameters": {
3644
+ "type": "typeParameterInstantiation",
3645
+ "params": [
3646
+ {
3647
+ "type": "typeLiteral",
3648
+ "members": [
3649
+ {
3650
+ "type": "propertySignature",
3651
+ "key": {
3652
+ "type": "identifier",
3653
+ "name": "user_id"
3654
+ },
3655
+ "annotation": {
3656
+ "type": "keyword",
3657
+ "value": "string"
3658
+ },
3659
+ "computed": false
3660
+ },
3661
+ {
3662
+ "type": "propertySignature",
3663
+ "key": {
3664
+ "type": "identifier",
3665
+ "name": "user_name"
3666
+ },
3667
+ "annotation": {
3668
+ "type": "keyword",
3669
+ "value": "string"
3670
+ },
3671
+ "computed": false
3672
+ }
3673
+ ]
3674
+ }
3675
+ ]
3676
+ }
3677
+ },
3678
+ "computed": false
3679
+ }
3680
+ ]
3681
+ },
3682
+ "computed": false
3683
+ },
3684
+ {
3685
+ "type": "propertySignature",
3686
+ "key": {
3687
+ "type": "identifier",
3688
+ "name": "after"
3689
+ },
3690
+ "annotation": {
3691
+ "type": "typeLiteral",
3692
+ "members": [
3693
+ {
3694
+ "type": "propertySignature",
3695
+ "key": {
3696
+ "type": "identifier",
3697
+ "name": "users"
3698
+ },
3699
+ "annotation": {
3700
+ "type": "reference",
3701
+ "typeName": {
3702
+ "type": "identifier",
3703
+ "name": "Array"
3704
+ },
3705
+ "typeParameters": {
3706
+ "type": "typeParameterInstantiation",
3707
+ "params": [
3708
+ {
3709
+ "type": "typeLiteral",
3710
+ "members": [
3711
+ {
3712
+ "type": "propertySignature",
3713
+ "key": {
3714
+ "type": "identifier",
3715
+ "name": "user_id"
3716
+ },
3717
+ "annotation": {
3718
+ "type": "keyword",
3719
+ "value": "string"
3720
+ },
3721
+ "computed": false
3722
+ },
3723
+ {
3724
+ "type": "propertySignature",
3725
+ "key": {
3726
+ "type": "identifier",
3727
+ "name": "user_name"
3728
+ },
3729
+ "annotation": {
3730
+ "type": "keyword",
3731
+ "value": "string"
3732
+ },
3733
+ "computed": false
3734
+ }
3735
+ ]
3736
+ }
3737
+ ]
3738
+ }
3739
+ },
3740
+ "computed": false
3741
+ }
3742
+ ]
3743
+ },
3744
+ "computed": false
3745
+ }
3746
+ ]
3747
+ },
3748
+ "computed": false
3749
+ }
3750
+ ],
3751
+ "extends": [
3752
+ {
3753
+ "type": "expressionWithTypeArguments",
3754
+ "expression": {
3628
3755
  "type": "identifier",
3629
- "name": "Activity"
3756
+ "name": "ActivityBase"
3630
3757
  }
3631
3758
  }
3632
- }
3633
- },
3634
- {
3635
- "name": "chatUrlTemplate",
3636
- "annotation": {
3637
- "type": "keyword",
3638
- "value": "string"
3639
- }
3640
- }
3641
- ],
3642
- "events": [],
3643
- "methods": [],
3644
- "types": [
3645
- {
3646
- "type": "typeAlias",
3647
- "name": "Activity",
3648
- "annotation": {
3649
- "type": "union",
3650
- "types": [
3651
- {
3652
- "type": "reference",
3653
- "typeName": {
3654
- "type": "identifier",
3655
- "name": "ActivityOfCreateGoal"
3656
- }
3657
- },
3658
- {
3659
- "type": "reference",
3660
- "typeName": {
3661
- "type": "identifier",
3662
- "name": "ActivityOfEditGoal"
3663
- }
3664
- },
3665
- {
3666
- "type": "reference",
3667
- "typeName": {
3668
- "type": "identifier",
3669
- "name": "ActivityOfDeleteGoal"
3670
- }
3671
- },
3672
- {
3673
- "type": "reference",
3674
- "typeName": {
3675
- "type": "identifier",
3676
- "name": "ActivityOfDecomposeGoals"
3677
- }
3678
- },
3679
- {
3680
- "type": "reference",
3681
- "typeName": {
3682
- "type": "identifier",
3683
- "name": "ActivityOfAlterOwner"
3684
- }
3685
- },
3686
- {
3687
- "type": "reference",
3688
- "typeName": {
3689
- "type": "identifier",
3690
- "name": "ActivityOfAlterUser"
3691
- }
3692
- },
3693
- {
3694
- "type": "reference",
3695
- "typeName": {
3696
- "type": "identifier",
3697
- "name": "ActivityOfAddComment"
3698
- }
3699
- },
3700
- {
3701
- "type": "reference",
3702
- "typeName": {
3703
- "type": "identifier",
3704
- "name": "ActivityOfStartConversation"
3705
- }
3706
- }
3707
- ]
3708
- }
3759
+ ]
3709
3760
  },
3710
3761
  {
3711
3762
  "type": "interface",
3712
- "name": "ActivityOfCreateGoal",
3763
+ "name": "ActivityOfAddComment",
3713
3764
  "body": [
3714
3765
  {
3715
3766
  "type": "propertySignature",
@@ -3719,7 +3770,7 @@
3719
3770
  },
3720
3771
  "annotation": {
3721
3772
  "type": "jsLiteral",
3722
- "value": "create_goal"
3773
+ "value": "add_comment"
3723
3774
  },
3724
3775
  "computed": false
3725
3776
  },
@@ -3736,25 +3787,12 @@
3736
3787
  "type": "propertySignature",
3737
3788
  "key": {
3738
3789
  "type": "identifier",
3739
- "name": "goal_title"
3740
- },
3741
- "annotation": {
3742
- "type": "keyword",
3743
- "value": "string"
3744
- },
3745
- "computed": false
3746
- },
3747
- {
3748
- "type": "propertySignature",
3749
- "key": {
3750
- "type": "identifier",
3751
- "name": "goal_description"
3790
+ "name": "comment_content"
3752
3791
  },
3753
3792
  "annotation": {
3754
3793
  "type": "keyword",
3755
3794
  "value": "string"
3756
3795
  },
3757
- "optional": true,
3758
3796
  "computed": false
3759
3797
  }
3760
3798
  ]
@@ -3774,17 +3812,17 @@
3774
3812
  },
3775
3813
  {
3776
3814
  "type": "interface",
3777
- "name": "ActivityBase",
3815
+ "name": "ActivityOfStartConversation",
3778
3816
  "body": [
3779
3817
  {
3780
3818
  "type": "propertySignature",
3781
3819
  "key": {
3782
3820
  "type": "identifier",
3783
- "name": "user_id"
3821
+ "name": "action_type"
3784
3822
  },
3785
3823
  "annotation": {
3786
- "type": "keyword",
3787
- "value": "string"
3824
+ "type": "jsLiteral",
3825
+ "value": "start_conversation"
3788
3826
  },
3789
3827
  "computed": false
3790
3828
  },
@@ -3792,106 +3830,7 @@
3792
3830
  "type": "propertySignature",
3793
3831
  "key": {
3794
3832
  "type": "identifier",
3795
- "name": "user_name"
3796
- },
3797
- "annotation": {
3798
- "type": "keyword",
3799
- "value": "string"
3800
- },
3801
- "computed": false
3802
- },
3803
- {
3804
- "type": "propertySignature",
3805
- "key": {
3806
- "type": "identifier",
3807
- "name": "time"
3808
- },
3809
- "annotation": {
3810
- "type": "keyword",
3811
- "value": "number"
3812
- },
3813
- "computed": false
3814
- },
3815
- {
3816
- "type": "propertySignature",
3817
- "key": {
3818
- "type": "identifier",
3819
- "name": "action_type"
3820
- },
3821
- "annotation": {
3822
- "type": "union",
3823
- "types": [
3824
- {
3825
- "type": "jsLiteral",
3826
- "value": "create_goal"
3827
- },
3828
- {
3829
- "type": "jsLiteral",
3830
- "value": "edit_goal"
3831
- },
3832
- {
3833
- "type": "jsLiteral",
3834
- "value": "delete_goal"
3835
- },
3836
- {
3837
- "type": "jsLiteral",
3838
- "value": "decompose_goals"
3839
- },
3840
- {
3841
- "type": "jsLiteral",
3842
- "value": "alter_owner"
3843
- },
3844
- {
3845
- "type": "jsLiteral",
3846
- "value": "alter_user"
3847
- },
3848
- {
3849
- "type": "jsLiteral",
3850
- "value": "add_comment"
3851
- },
3852
- {
3853
- "type": "jsLiteral",
3854
- "value": "start_conversation"
3855
- }
3856
- ]
3857
- },
3858
- "computed": false
3859
- },
3860
- {
3861
- "type": "propertySignature",
3862
- "key": {
3863
- "type": "identifier",
3864
- "name": "metadata"
3865
- },
3866
- "annotation": {
3867
- "type": "keyword",
3868
- "value": "unknown"
3869
- },
3870
- "computed": false
3871
- }
3872
- ]
3873
- },
3874
- {
3875
- "type": "interface",
3876
- "name": "ActivityOfEditGoal",
3877
- "body": [
3878
- {
3879
- "type": "propertySignature",
3880
- "key": {
3881
- "type": "identifier",
3882
- "name": "action_type"
3883
- },
3884
- "annotation": {
3885
- "type": "jsLiteral",
3886
- "value": "edit_goal"
3887
- },
3888
- "computed": false
3889
- },
3890
- {
3891
- "type": "propertySignature",
3892
- "key": {
3893
- "type": "identifier",
3894
- "name": "metadata"
3833
+ "name": "metadata"
3895
3834
  },
3896
3835
  "annotation": {
3897
3836
  "type": "typeLiteral",
@@ -3900,38 +3839,11 @@
3900
3839
  "type": "propertySignature",
3901
3840
  "key": {
3902
3841
  "type": "identifier",
3903
- "name": "before"
3842
+ "name": "conversation_id"
3904
3843
  },
3905
3844
  "annotation": {
3906
- "type": "typeLiteral",
3907
- "members": [
3908
- {
3909
- "type": "propertySignature",
3910
- "key": {
3911
- "type": "identifier",
3912
- "name": "title"
3913
- },
3914
- "annotation": {
3915
- "type": "keyword",
3916
- "value": "string"
3917
- },
3918
- "optional": true,
3919
- "computed": false
3920
- },
3921
- {
3922
- "type": "propertySignature",
3923
- "key": {
3924
- "type": "identifier",
3925
- "name": "description"
3926
- },
3927
- "annotation": {
3928
- "type": "keyword",
3929
- "value": "string"
3930
- },
3931
- "optional": true,
3932
- "computed": false
3933
- }
3934
- ]
3845
+ "type": "keyword",
3846
+ "value": "string"
3935
3847
  },
3936
3848
  "computed": false
3937
3849
  },
@@ -3939,86 +3851,7 @@
3939
3851
  "type": "propertySignature",
3940
3852
  "key": {
3941
3853
  "type": "identifier",
3942
- "name": "after"
3943
- },
3944
- "annotation": {
3945
- "type": "typeLiteral",
3946
- "members": [
3947
- {
3948
- "type": "propertySignature",
3949
- "key": {
3950
- "type": "identifier",
3951
- "name": "title"
3952
- },
3953
- "annotation": {
3954
- "type": "keyword",
3955
- "value": "string"
3956
- },
3957
- "optional": true,
3958
- "computed": false
3959
- },
3960
- {
3961
- "type": "propertySignature",
3962
- "key": {
3963
- "type": "identifier",
3964
- "name": "description"
3965
- },
3966
- "annotation": {
3967
- "type": "keyword",
3968
- "value": "string"
3969
- },
3970
- "optional": true,
3971
- "computed": false
3972
- }
3973
- ]
3974
- },
3975
- "computed": false
3976
- }
3977
- ]
3978
- },
3979
- "computed": false
3980
- }
3981
- ],
3982
- "extends": [
3983
- {
3984
- "type": "expressionWithTypeArguments",
3985
- "expression": {
3986
- "type": "identifier",
3987
- "name": "ActivityBase"
3988
- }
3989
- }
3990
- ]
3991
- },
3992
- {
3993
- "type": "interface",
3994
- "name": "ActivityOfDeleteGoal",
3995
- "body": [
3996
- {
3997
- "type": "propertySignature",
3998
- "key": {
3999
- "type": "identifier",
4000
- "name": "action_type"
4001
- },
4002
- "annotation": {
4003
- "type": "jsLiteral",
4004
- "value": "delete_goal"
4005
- },
4006
- "computed": false
4007
- },
4008
- {
4009
- "type": "propertySignature",
4010
- "key": {
4011
- "type": "identifier",
4012
- "name": "metadata"
4013
- },
4014
- "annotation": {
4015
- "type": "typeLiteral",
4016
- "members": [
4017
- {
4018
- "type": "propertySignature",
4019
- "key": {
4020
- "type": "identifier",
4021
- "name": "goal_title"
3854
+ "name": "conversation_title"
4022
3855
  },
4023
3856
  "annotation": {
4024
3857
  "type": "keyword",
@@ -4030,7 +3863,7 @@
4030
3863
  "type": "propertySignature",
4031
3864
  "key": {
4032
3865
  "type": "identifier",
4033
- "name": "goal_description"
3866
+ "name": "conversation_description"
4034
3867
  },
4035
3868
  "annotation": {
4036
3869
  "type": "keyword",
@@ -4053,121 +3886,99 @@
4053
3886
  }
4054
3887
  }
4055
3888
  ]
3889
+ }
3890
+ ]
3891
+ },
3892
+ "ai-portal.project-conversations": {
3893
+ "properties": [
3894
+ {
3895
+ "name": "list",
3896
+ "annotation": {
3897
+ "type": "array",
3898
+ "elementType": {
3899
+ "type": "reference",
3900
+ "typeName": {
3901
+ "type": "identifier",
3902
+ "name": "Conversation"
3903
+ }
3904
+ }
3905
+ }
4056
3906
  },
4057
3907
  {
4058
- "type": "interface",
4059
- "name": "ActivityOfDecomposeGoals",
4060
- "body": [
4061
- {
4062
- "type": "propertySignature",
4063
- "key": {
3908
+ "name": "urlTemplate",
3909
+ "annotation": {
3910
+ "type": "keyword",
3911
+ "value": "string"
3912
+ }
3913
+ },
3914
+ {
3915
+ "name": "actions",
3916
+ "annotation": {
3917
+ "type": "array",
3918
+ "elementType": {
3919
+ "type": "reference",
3920
+ "typeName": {
4064
3921
  "type": "identifier",
4065
- "name": "action_type"
4066
- },
4067
- "annotation": {
4068
- "type": "jsLiteral",
4069
- "value": "decompose_goals"
4070
- },
4071
- "computed": false
4072
- },
4073
- {
4074
- "type": "propertySignature",
4075
- "key": {
3922
+ "name": "ActionType"
3923
+ }
3924
+ }
3925
+ }
3926
+ },
3927
+ {
3928
+ "name": "goals",
3929
+ "annotation": {
3930
+ "type": "array",
3931
+ "elementType": {
3932
+ "type": "reference",
3933
+ "typeName": {
4076
3934
  "type": "identifier",
4077
- "name": "metadata"
4078
- },
4079
- "annotation": {
4080
- "type": "typeLiteral",
4081
- "members": [
4082
- {
4083
- "type": "propertySignature",
4084
- "key": {
4085
- "type": "identifier",
4086
- "name": "sub_goals_count"
4087
- },
4088
- "annotation": {
4089
- "type": "keyword",
4090
- "value": "number"
4091
- },
4092
- "computed": false
4093
- },
4094
- {
4095
- "type": "propertySignature",
4096
- "key": {
4097
- "type": "identifier",
4098
- "name": "sub_goals"
4099
- },
4100
- "annotation": {
4101
- "type": "reference",
4102
- "typeName": {
4103
- "type": "identifier",
4104
- "name": "Array"
4105
- },
4106
- "typeParameters": {
4107
- "type": "typeParameterInstantiation",
4108
- "params": [
4109
- {
4110
- "type": "typeLiteral",
4111
- "members": [
4112
- {
4113
- "type": "propertySignature",
4114
- "key": {
4115
- "type": "identifier",
4116
- "name": "sub_goal_id"
4117
- },
4118
- "annotation": {
4119
- "type": "keyword",
4120
- "value": "string"
4121
- },
4122
- "computed": false
4123
- },
4124
- {
4125
- "type": "propertySignature",
4126
- "key": {
4127
- "type": "identifier",
4128
- "name": "title"
4129
- },
4130
- "annotation": {
4131
- "type": "keyword",
4132
- "value": "string"
4133
- },
4134
- "computed": false
4135
- }
4136
- ]
4137
- }
4138
- ]
4139
- }
4140
- },
4141
- "computed": false
4142
- }
4143
- ]
4144
- },
4145
- "computed": false
3935
+ "name": "Goal"
3936
+ }
4146
3937
  }
4147
- ],
4148
- "extends": [
4149
- {
4150
- "type": "expressionWithTypeArguments",
4151
- "expression": {
3938
+ }
3939
+ }
3940
+ ],
3941
+ "events": [
3942
+ {
3943
+ "name": "goal.click",
3944
+ "detail": {
3945
+ "annotation": {
3946
+ "type": "reference",
3947
+ "typeName": {
4152
3948
  "type": "identifier",
4153
- "name": "ActivityBase"
3949
+ "name": "Conversation"
4154
3950
  }
4155
3951
  }
4156
- ]
3952
+ }
4157
3953
  },
3954
+ {
3955
+ "name": "action.click",
3956
+ "detail": {
3957
+ "annotation": {
3958
+ "type": "reference",
3959
+ "typeName": {
3960
+ "type": "identifier",
3961
+ "name": "ActionClickDetail"
3962
+ }
3963
+ }
3964
+ }
3965
+ }
3966
+ ],
3967
+ "methods": [],
3968
+ "types": [
4158
3969
  {
4159
3970
  "type": "interface",
4160
- "name": "ActivityOfAlterOwner",
3971
+ "name": "Conversation",
4161
3972
  "body": [
4162
3973
  {
4163
3974
  "type": "propertySignature",
4164
3975
  "key": {
4165
3976
  "type": "identifier",
4166
- "name": "action_type"
3977
+ "name": "conversationId"
4167
3978
  },
4168
3979
  "annotation": {
4169
- "type": "jsLiteral",
4170
- "value": "alter_owner"
3980
+ "type": "keyword",
3981
+ "value": "string"
4171
3982
  },
4172
3983
  "computed": false
4173
3984
  },
@@ -4175,139 +3986,23 @@
4175
3986
  "type": "propertySignature",
4176
3987
  "key": {
4177
3988
  "type": "identifier",
4178
- "name": "metadata"
3989
+ "name": "title"
4179
3990
  },
4180
3991
  "annotation": {
4181
- "type": "typeLiteral",
4182
- "members": [
4183
- {
4184
- "type": "propertySignature",
4185
- "key": {
4186
- "type": "identifier",
4187
- "name": "before"
4188
- },
4189
- "annotation": {
4190
- "type": "typeLiteral",
4191
- "members": [
4192
- {
4193
- "type": "propertySignature",
4194
- "key": {
4195
- "type": "identifier",
4196
- "name": "owner"
4197
- },
4198
- "annotation": {
4199
- "type": "typeLiteral",
4200
- "members": [
4201
- {
4202
- "type": "propertySignature",
4203
- "key": {
4204
- "type": "identifier",
4205
- "name": "user_id"
4206
- },
4207
- "annotation": {
4208
- "type": "keyword",
4209
- "value": "string"
4210
- },
4211
- "computed": false
4212
- },
4213
- {
4214
- "type": "propertySignature",
4215
- "key": {
4216
- "type": "identifier",
4217
- "name": "user_name"
4218
- },
4219
- "annotation": {
4220
- "type": "keyword",
4221
- "value": "string"
4222
- },
4223
- "computed": false
4224
- }
4225
- ]
4226
- },
4227
- "computed": false
4228
- }
4229
- ]
4230
- },
4231
- "computed": false
4232
- },
4233
- {
4234
- "type": "propertySignature",
4235
- "key": {
4236
- "type": "identifier",
4237
- "name": "after"
4238
- },
4239
- "annotation": {
4240
- "type": "typeLiteral",
4241
- "members": [
4242
- {
4243
- "type": "propertySignature",
4244
- "key": {
4245
- "type": "identifier",
4246
- "name": "owner"
4247
- },
4248
- "annotation": {
4249
- "type": "typeLiteral",
4250
- "members": [
4251
- {
4252
- "type": "propertySignature",
4253
- "key": {
4254
- "type": "identifier",
4255
- "name": "user_id"
4256
- },
4257
- "annotation": {
4258
- "type": "keyword",
4259
- "value": "string"
4260
- },
4261
- "computed": false
4262
- },
4263
- {
4264
- "type": "propertySignature",
4265
- "key": {
4266
- "type": "identifier",
4267
- "name": "user_name"
4268
- },
4269
- "annotation": {
4270
- "type": "keyword",
4271
- "value": "string"
4272
- },
4273
- "computed": false
4274
- }
4275
- ]
4276
- },
4277
- "computed": false
4278
- }
4279
- ]
4280
- },
4281
- "computed": false
4282
- }
4283
- ]
3992
+ "type": "keyword",
3993
+ "value": "string"
4284
3994
  },
4285
3995
  "computed": false
4286
- }
4287
- ],
4288
- "extends": [
4289
- {
4290
- "type": "expressionWithTypeArguments",
4291
- "expression": {
4292
- "type": "identifier",
4293
- "name": "ActivityBase"
4294
- }
4295
- }
4296
- ]
4297
- },
4298
- {
4299
- "type": "interface",
4300
- "name": "ActivityOfAlterUser",
4301
- "body": [
3996
+ },
4302
3997
  {
4303
3998
  "type": "propertySignature",
4304
3999
  "key": {
4305
4000
  "type": "identifier",
4306
- "name": "action_type"
4001
+ "name": "startTime"
4307
4002
  },
4308
4003
  "annotation": {
4309
- "type": "jsLiteral",
4310
- "value": "alter_user"
4004
+ "type": "keyword",
4005
+ "value": "number"
4311
4006
  },
4312
4007
  "computed": false
4313
4008
  },
@@ -4315,188 +4010,480 @@
4315
4010
  "type": "propertySignature",
4316
4011
  "key": {
4317
4012
  "type": "identifier",
4318
- "name": "metadata"
4013
+ "name": "description"
4014
+ },
4015
+ "annotation": {
4016
+ "type": "keyword",
4017
+ "value": "string"
4018
+ },
4019
+ "optional": true,
4020
+ "computed": false
4021
+ },
4022
+ {
4023
+ "type": "propertySignature",
4024
+ "key": {
4025
+ "type": "identifier",
4026
+ "name": "goalInstanceId"
4027
+ },
4028
+ "annotation": {
4029
+ "type": "keyword",
4030
+ "value": "string"
4031
+ },
4032
+ "optional": true,
4033
+ "computed": false
4034
+ },
4035
+ {
4036
+ "type": "propertySignature",
4037
+ "key": {
4038
+ "type": "identifier",
4039
+ "name": "username"
4040
+ },
4041
+ "annotation": {
4042
+ "type": "keyword",
4043
+ "value": "string"
4044
+ },
4045
+ "optional": true,
4046
+ "computed": false
4047
+ }
4048
+ ]
4049
+ },
4050
+ {
4051
+ "type": "interface",
4052
+ "name": "Goal",
4053
+ "body": [
4054
+ {
4055
+ "type": "propertySignature",
4056
+ "key": {
4057
+ "type": "identifier",
4058
+ "name": "instanceId"
4059
+ },
4060
+ "annotation": {
4061
+ "type": "keyword",
4062
+ "value": "string"
4063
+ },
4064
+ "computed": false
4065
+ },
4066
+ {
4067
+ "type": "propertySignature",
4068
+ "key": {
4069
+ "type": "identifier",
4070
+ "name": "title"
4071
+ },
4072
+ "annotation": {
4073
+ "type": "keyword",
4074
+ "value": "string"
4075
+ },
4076
+ "computed": false
4077
+ }
4078
+ ]
4079
+ },
4080
+ {
4081
+ "type": "interface",
4082
+ "name": "ActionClickDetail",
4083
+ "body": [
4084
+ {
4085
+ "type": "propertySignature",
4086
+ "key": {
4087
+ "type": "identifier",
4088
+ "name": "action"
4089
+ },
4090
+ "annotation": {
4091
+ "type": "reference",
4092
+ "typeName": {
4093
+ "type": "identifier",
4094
+ "name": "SimpleActionType"
4095
+ }
4096
+ },
4097
+ "computed": false
4098
+ },
4099
+ {
4100
+ "type": "propertySignature",
4101
+ "key": {
4102
+ "type": "identifier",
4103
+ "name": "item"
4104
+ },
4105
+ "annotation": {
4106
+ "type": "reference",
4107
+ "typeName": {
4108
+ "type": "identifier",
4109
+ "name": "Conversation"
4110
+ }
4111
+ },
4112
+ "computed": false
4113
+ }
4114
+ ]
4115
+ }
4116
+ ]
4117
+ },
4118
+ "ai-portal.chat-input": {
4119
+ "properties": [
4120
+ {
4121
+ "name": "placeholder",
4122
+ "annotation": {
4123
+ "type": "keyword",
4124
+ "value": "string"
4125
+ }
4126
+ },
4127
+ {
4128
+ "name": "autoFocus",
4129
+ "annotation": {
4130
+ "type": "keyword",
4131
+ "value": "boolean"
4132
+ }
4133
+ },
4134
+ {
4135
+ "name": "submitDisabled",
4136
+ "annotation": {
4137
+ "type": "keyword",
4138
+ "value": "boolean"
4139
+ }
4140
+ },
4141
+ {
4142
+ "name": "supportsTerminate",
4143
+ "annotation": {
4144
+ "type": "keyword",
4145
+ "value": "boolean"
4146
+ }
4147
+ },
4148
+ {
4149
+ "name": "terminating",
4150
+ "annotation": {
4151
+ "type": "keyword",
4152
+ "value": "boolean"
4153
+ }
4154
+ },
4155
+ {
4156
+ "name": "uploadOptions",
4157
+ "annotation": {
4158
+ "type": "reference",
4159
+ "typeName": {
4160
+ "type": "identifier",
4161
+ "name": "UploadOptions"
4162
+ }
4163
+ }
4164
+ },
4165
+ {
4166
+ "name": "aiEmployees",
4167
+ "annotation": {
4168
+ "type": "array",
4169
+ "elementType": {
4170
+ "type": "reference",
4171
+ "typeName": {
4172
+ "type": "identifier",
4173
+ "name": "AIEmployee"
4174
+ }
4175
+ }
4176
+ }
4177
+ },
4178
+ {
4179
+ "name": "commands",
4180
+ "annotation": {
4181
+ "type": "array",
4182
+ "elementType": {
4183
+ "type": "reference",
4184
+ "typeName": {
4185
+ "type": "identifier",
4186
+ "name": "Command"
4187
+ }
4188
+ }
4189
+ }
4190
+ },
4191
+ {
4192
+ "name": "suggestionsPlacement",
4193
+ "annotation": {
4194
+ "type": "union",
4195
+ "types": [
4196
+ {
4197
+ "type": "jsLiteral",
4198
+ "value": "top"
4199
+ },
4200
+ {
4201
+ "type": "jsLiteral",
4202
+ "value": "bottom"
4203
+ }
4204
+ ]
4205
+ }
4206
+ }
4207
+ ],
4208
+ "events": [
4209
+ {
4210
+ "name": "message.submit",
4211
+ "detail": {
4212
+ "annotation": {
4213
+ "type": "keyword",
4214
+ "value": "string"
4215
+ }
4216
+ }
4217
+ },
4218
+ {
4219
+ "name": "chat.submit",
4220
+ "detail": {
4221
+ "annotation": {
4222
+ "type": "reference",
4223
+ "typeName": {
4224
+ "type": "identifier",
4225
+ "name": "ChatPayload"
4226
+ }
4227
+ }
4228
+ }
4229
+ },
4230
+ {
4231
+ "name": "terminate",
4232
+ "detail": {
4233
+ "annotation": {
4234
+ "type": "keyword",
4235
+ "value": "void"
4236
+ }
4237
+ }
4238
+ }
4239
+ ],
4240
+ "methods": [],
4241
+ "types": [
4242
+ {
4243
+ "type": "interface",
4244
+ "name": "UploadOptions",
4245
+ "body": [
4246
+ {
4247
+ "type": "propertySignature",
4248
+ "key": {
4249
+ "type": "identifier",
4250
+ "name": "enabled"
4251
+ },
4252
+ "annotation": {
4253
+ "type": "keyword",
4254
+ "value": "boolean"
4255
+ },
4256
+ "optional": true,
4257
+ "computed": false
4258
+ },
4259
+ {
4260
+ "type": "propertySignature",
4261
+ "key": {
4262
+ "type": "identifier",
4263
+ "name": "dragDisabled"
4264
+ },
4265
+ "annotation": {
4266
+ "type": "keyword",
4267
+ "value": "boolean"
4268
+ },
4269
+ "optional": true,
4270
+ "computed": false
4271
+ },
4272
+ {
4273
+ "type": "propertySignature",
4274
+ "key": {
4275
+ "type": "identifier",
4276
+ "name": "dragTips"
4277
+ },
4278
+ "annotation": {
4279
+ "type": "keyword",
4280
+ "value": "string"
4281
+ },
4282
+ "optional": true,
4283
+ "computed": false
4284
+ },
4285
+ {
4286
+ "type": "propertySignature",
4287
+ "key": {
4288
+ "type": "identifier",
4289
+ "name": "accept"
4290
+ },
4291
+ "annotation": {
4292
+ "type": "keyword",
4293
+ "value": "string"
4294
+ },
4295
+ "optional": true,
4296
+ "computed": false
4297
+ },
4298
+ {
4299
+ "type": "propertySignature",
4300
+ "key": {
4301
+ "type": "identifier",
4302
+ "name": "maxFiles"
4303
+ },
4304
+ "annotation": {
4305
+ "type": "keyword",
4306
+ "value": "number"
4307
+ },
4308
+ "optional": true,
4309
+ "computed": false
4310
+ },
4311
+ {
4312
+ "type": "propertySignature",
4313
+ "key": {
4314
+ "type": "identifier",
4315
+ "name": "maxSize"
4316
+ },
4317
+ "annotation": {
4318
+ "type": "keyword",
4319
+ "value": "number"
4320
+ },
4321
+ "optional": true,
4322
+ "computed": false,
4323
+ "description": "In bytes"
4324
+ },
4325
+ {
4326
+ "type": "propertySignature",
4327
+ "key": {
4328
+ "type": "identifier",
4329
+ "name": "readableAccept"
4319
4330
  },
4320
4331
  "annotation": {
4321
- "type": "typeLiteral",
4322
- "members": [
4323
- {
4324
- "type": "propertySignature",
4325
- "key": {
4326
- "type": "identifier",
4327
- "name": "before"
4328
- },
4329
- "annotation": {
4330
- "type": "typeLiteral",
4331
- "members": [
4332
- {
4333
- "type": "propertySignature",
4334
- "key": {
4335
- "type": "identifier",
4336
- "name": "users"
4337
- },
4338
- "annotation": {
4339
- "type": "reference",
4340
- "typeName": {
4341
- "type": "identifier",
4342
- "name": "Array"
4343
- },
4344
- "typeParameters": {
4345
- "type": "typeParameterInstantiation",
4346
- "params": [
4347
- {
4348
- "type": "typeLiteral",
4349
- "members": [
4350
- {
4351
- "type": "propertySignature",
4352
- "key": {
4353
- "type": "identifier",
4354
- "name": "user_id"
4355
- },
4356
- "annotation": {
4357
- "type": "keyword",
4358
- "value": "string"
4359
- },
4360
- "computed": false
4361
- },
4362
- {
4363
- "type": "propertySignature",
4364
- "key": {
4365
- "type": "identifier",
4366
- "name": "user_name"
4367
- },
4368
- "annotation": {
4369
- "type": "keyword",
4370
- "value": "string"
4371
- },
4372
- "computed": false
4373
- }
4374
- ]
4375
- }
4376
- ]
4377
- }
4378
- },
4379
- "computed": false
4380
- }
4381
- ]
4382
- },
4383
- "computed": false
4384
- },
4385
- {
4386
- "type": "propertySignature",
4387
- "key": {
4388
- "type": "identifier",
4389
- "name": "after"
4390
- },
4391
- "annotation": {
4392
- "type": "typeLiteral",
4393
- "members": [
4394
- {
4395
- "type": "propertySignature",
4396
- "key": {
4397
- "type": "identifier",
4398
- "name": "users"
4399
- },
4400
- "annotation": {
4401
- "type": "reference",
4402
- "typeName": {
4403
- "type": "identifier",
4404
- "name": "Array"
4405
- },
4406
- "typeParameters": {
4407
- "type": "typeParameterInstantiation",
4408
- "params": [
4409
- {
4410
- "type": "typeLiteral",
4411
- "members": [
4412
- {
4413
- "type": "propertySignature",
4414
- "key": {
4415
- "type": "identifier",
4416
- "name": "user_id"
4417
- },
4418
- "annotation": {
4419
- "type": "keyword",
4420
- "value": "string"
4421
- },
4422
- "computed": false
4423
- },
4424
- {
4425
- "type": "propertySignature",
4426
- "key": {
4427
- "type": "identifier",
4428
- "name": "user_name"
4429
- },
4430
- "annotation": {
4431
- "type": "keyword",
4432
- "value": "string"
4433
- },
4434
- "computed": false
4435
- }
4436
- ]
4437
- }
4438
- ]
4439
- }
4440
- },
4441
- "computed": false
4442
- }
4443
- ]
4444
- },
4445
- "computed": false
4446
- }
4447
- ]
4332
+ "type": "keyword",
4333
+ "value": "string"
4334
+ },
4335
+ "optional": true,
4336
+ "computed": false
4337
+ },
4338
+ {
4339
+ "type": "propertySignature",
4340
+ "key": {
4341
+ "type": "identifier",
4342
+ "name": "readableMaxSize"
4343
+ },
4344
+ "annotation": {
4345
+ "type": "keyword",
4346
+ "value": "string"
4448
4347
  },
4348
+ "optional": true,
4449
4349
  "computed": false
4450
4350
  }
4451
- ],
4452
- "extends": [
4351
+ ]
4352
+ },
4353
+ {
4354
+ "type": "interface",
4355
+ "name": "AIEmployee",
4356
+ "body": [
4453
4357
  {
4454
- "type": "expressionWithTypeArguments",
4455
- "expression": {
4358
+ "type": "propertySignature",
4359
+ "key": {
4456
4360
  "type": "identifier",
4457
- "name": "ActivityBase"
4458
- }
4361
+ "name": "employeeId"
4362
+ },
4363
+ "annotation": {
4364
+ "type": "keyword",
4365
+ "value": "string"
4366
+ },
4367
+ "computed": false
4368
+ },
4369
+ {
4370
+ "type": "propertySignature",
4371
+ "key": {
4372
+ "type": "identifier",
4373
+ "name": "name"
4374
+ },
4375
+ "annotation": {
4376
+ "type": "keyword",
4377
+ "value": "string"
4378
+ },
4379
+ "computed": false
4459
4380
  }
4460
4381
  ]
4461
4382
  },
4462
4383
  {
4463
4384
  "type": "interface",
4464
- "name": "ActivityOfAddComment",
4385
+ "name": "Command",
4465
4386
  "body": [
4466
4387
  {
4467
4388
  "type": "propertySignature",
4468
4389
  "key": {
4469
4390
  "type": "identifier",
4470
- "name": "action_type"
4391
+ "name": "label"
4392
+ },
4393
+ "annotation": {
4394
+ "type": "keyword",
4395
+ "value": "string"
4396
+ },
4397
+ "computed": false
4398
+ },
4399
+ {
4400
+ "type": "propertySignature",
4401
+ "key": {
4402
+ "type": "identifier",
4403
+ "name": "value"
4404
+ },
4405
+ "annotation": {
4406
+ "type": "keyword",
4407
+ "value": "string"
4408
+ },
4409
+ "computed": false
4410
+ },
4411
+ {
4412
+ "type": "propertySignature",
4413
+ "key": {
4414
+ "type": "identifier",
4415
+ "name": "groupKey"
4416
+ },
4417
+ "annotation": {
4418
+ "type": "keyword",
4419
+ "value": "string"
4420
+ },
4421
+ "optional": true,
4422
+ "computed": false
4423
+ },
4424
+ {
4425
+ "type": "propertySignature",
4426
+ "key": {
4427
+ "type": "identifier",
4428
+ "name": "groupLabel"
4429
+ },
4430
+ "annotation": {
4431
+ "type": "keyword",
4432
+ "value": "string"
4433
+ },
4434
+ "optional": true,
4435
+ "computed": false
4436
+ },
4437
+ {
4438
+ "type": "propertySignature",
4439
+ "key": {
4440
+ "type": "identifier",
4441
+ "name": "subCommands"
4442
+ },
4443
+ "annotation": {
4444
+ "type": "array",
4445
+ "elementType": {
4446
+ "type": "reference",
4447
+ "typeName": {
4448
+ "type": "identifier",
4449
+ "name": "Command"
4450
+ }
4451
+ }
4452
+ },
4453
+ "optional": true,
4454
+ "computed": false
4455
+ },
4456
+ {
4457
+ "type": "propertySignature",
4458
+ "key": {
4459
+ "type": "identifier",
4460
+ "name": "payload"
4471
4461
  },
4472
4462
  "annotation": {
4473
- "type": "jsLiteral",
4474
- "value": "add_comment"
4463
+ "type": "reference",
4464
+ "typeName": {
4465
+ "type": "identifier",
4466
+ "name": "CommandPayload"
4467
+ }
4475
4468
  },
4469
+ "optional": true,
4476
4470
  "computed": false
4477
- },
4471
+ }
4472
+ ]
4473
+ },
4474
+ {
4475
+ "type": "interface",
4476
+ "name": "ChatPayload",
4477
+ "body": [
4478
4478
  {
4479
4479
  "type": "propertySignature",
4480
4480
  "key": {
4481
4481
  "type": "identifier",
4482
- "name": "metadata"
4482
+ "name": "content"
4483
4483
  },
4484
4484
  "annotation": {
4485
- "type": "typeLiteral",
4486
- "members": [
4487
- {
4488
- "type": "propertySignature",
4489
- "key": {
4490
- "type": "identifier",
4491
- "name": "comment_content"
4492
- },
4493
- "annotation": {
4494
- "type": "keyword",
4495
- "value": "string"
4496
- },
4497
- "computed": false
4498
- }
4499
- ]
4485
+ "type": "keyword",
4486
+ "value": "string"
4500
4487
  },
4501
4488
  "computed": false
4502
4489
  }
@@ -4506,85 +4493,98 @@
4506
4493
  "type": "expressionWithTypeArguments",
4507
4494
  "expression": {
4508
4495
  "type": "identifier",
4509
- "name": "ActivityBase"
4496
+ "name": "ExtraChatPayload"
4510
4497
  }
4511
4498
  }
4512
4499
  ]
4513
4500
  },
4514
4501
  {
4515
4502
  "type": "interface",
4516
- "name": "ActivityOfStartConversation",
4503
+ "name": "ExtraChatPayload",
4517
4504
  "body": [
4518
4505
  {
4519
4506
  "type": "propertySignature",
4520
4507
  "key": {
4521
4508
  "type": "identifier",
4522
- "name": "action_type"
4509
+ "name": "files"
4523
4510
  },
4524
4511
  "annotation": {
4525
- "type": "jsLiteral",
4526
- "value": "start_conversation"
4512
+ "type": "array",
4513
+ "elementType": {
4514
+ "type": "reference",
4515
+ "typeName": {
4516
+ "type": "identifier",
4517
+ "name": "UploadFileInfo"
4518
+ }
4519
+ }
4527
4520
  },
4521
+ "optional": true,
4528
4522
  "computed": false
4529
4523
  },
4530
4524
  {
4531
4525
  "type": "propertySignature",
4532
4526
  "key": {
4533
4527
  "type": "identifier",
4534
- "name": "metadata"
4528
+ "name": "cmd"
4535
4529
  },
4536
4530
  "annotation": {
4537
- "type": "typeLiteral",
4538
- "members": [
4531
+ "type": "union",
4532
+ "types": [
4539
4533
  {
4540
- "type": "propertySignature",
4541
- "key": {
4534
+ "type": "reference",
4535
+ "typeName": {
4542
4536
  "type": "identifier",
4543
- "name": "conversation_id"
4544
- },
4545
- "annotation": {
4546
- "type": "keyword",
4547
- "value": "string"
4548
- },
4549
- "computed": false
4537
+ "name": "CommandPayload"
4538
+ }
4550
4539
  },
4551
4540
  {
4552
- "type": "propertySignature",
4553
- "key": {
4554
- "type": "identifier",
4555
- "name": "conversation_title"
4556
- },
4557
- "annotation": {
4558
- "type": "keyword",
4559
- "value": "string"
4560
- },
4561
- "computed": false
4541
+ "type": "keyword",
4542
+ "value": "null"
4543
+ }
4544
+ ]
4545
+ },
4546
+ "optional": true,
4547
+ "computed": false
4548
+ },
4549
+ {
4550
+ "type": "propertySignature",
4551
+ "key": {
4552
+ "type": "identifier",
4553
+ "name": "aiEmployeeId"
4554
+ },
4555
+ "annotation": {
4556
+ "type": "union",
4557
+ "types": [
4558
+ {
4559
+ "type": "keyword",
4560
+ "value": "string"
4562
4561
  },
4563
4562
  {
4564
- "type": "propertySignature",
4565
- "key": {
4566
- "type": "identifier",
4567
- "name": "conversation_description"
4568
- },
4569
- "annotation": {
4570
- "type": "keyword",
4571
- "value": "string"
4572
- },
4573
- "optional": true,
4574
- "computed": false
4563
+ "type": "keyword",
4564
+ "value": "null"
4575
4565
  }
4576
4566
  ]
4577
4567
  },
4568
+ "optional": true,
4578
4569
  "computed": false
4579
4570
  }
4580
- ],
4581
- "extends": [
4571
+ ]
4572
+ },
4573
+ {
4574
+ "type": "interface",
4575
+ "name": "UploadFileInfo",
4576
+ "body": [
4582
4577
  {
4583
- "type": "expressionWithTypeArguments",
4584
- "expression": {
4578
+ "type": "propertySignature",
4579
+ "key": {
4585
4580
  "type": "identifier",
4586
- "name": "ActivityBase"
4587
- }
4581
+ "name": "fileId"
4582
+ },
4583
+ "annotation": {
4584
+ "type": "keyword",
4585
+ "value": "string"
4586
+ },
4587
+ "computed": false
4588
4588
  }
4589
4589
  ]
4590
4590
  }
@@ -4617,77 +4617,6 @@
4617
4617
  "events": [],
4618
4618
  "methods": []
4619
4619
  },
4620
- "ai-portal.flow-tabs": {
4621
- "properties": [
4622
- {
4623
- "name": "tabs",
4624
- "annotation": {
4625
- "type": "array",
4626
- "elementType": {
4627
- "type": "reference",
4628
- "typeName": {
4629
- "type": "identifier",
4630
- "name": "Tab"
4631
- }
4632
- }
4633
- }
4634
- },
4635
- {
4636
- "name": "activeTab",
4637
- "annotation": {
4638
- "type": "keyword",
4639
- "value": "string"
4640
- }
4641
- }
4642
- ],
4643
- "events": [
4644
- {
4645
- "name": "tab.click",
4646
- "detail": {
4647
- "annotation": {
4648
- "type": "reference",
4649
- "typeName": {
4650
- "type": "identifier",
4651
- "name": "Tab"
4652
- }
4653
- }
4654
- }
4655
- }
4656
- ],
4657
- "methods": [],
4658
- "types": [
4659
- {
4660
- "type": "interface",
4661
- "name": "Tab",
4662
- "body": [
4663
- {
4664
- "type": "propertySignature",
4665
- "key": {
4666
- "type": "identifier",
4667
- "name": "id"
4668
- },
4669
- "annotation": {
4670
- "type": "keyword",
4671
- "value": "string"
4672
- },
4673
- "computed": false
4674
- },
4675
- {
4676
- "type": "propertySignature",
4677
- "key": {
4678
- "type": "identifier",
4679
- "name": "label"
4680
- },
4681
- "annotation": {
4682
- "type": "keyword",
4683
- "value": "string"
4684
- },
4685
- "computed": false
4686
- }
4687
- ]
4688
- }
4689
- ]
4690
- },
4691
4620
  "ai-portal.stage-flow": {
4692
4621
  "properties": [
4693
4622
  {
@@ -5202,33 +5131,104 @@
5202
5131
  "type": "propertySignature",
5203
5132
  "key": {
5204
5133
  "type": "identifier",
5205
- "name": "startTime"
5134
+ "name": "startTime"
5135
+ },
5136
+ "annotation": {
5137
+ "type": "keyword",
5138
+ "value": "number"
5139
+ },
5140
+ "optional": true,
5141
+ "computed": false
5142
+ },
5143
+ {
5144
+ "type": "propertySignature",
5145
+ "key": {
5146
+ "type": "identifier",
5147
+ "name": "endTime"
5148
+ },
5149
+ "annotation": {
5150
+ "type": "keyword",
5151
+ "value": "number"
5152
+ },
5153
+ "optional": true,
5154
+ "computed": false
5155
+ }
5156
+ ]
5157
+ }
5158
+ ]
5159
+ },
5160
+ "ai-portal.flow-tabs": {
5161
+ "properties": [
5162
+ {
5163
+ "name": "tabs",
5164
+ "annotation": {
5165
+ "type": "array",
5166
+ "elementType": {
5167
+ "type": "reference",
5168
+ "typeName": {
5169
+ "type": "identifier",
5170
+ "name": "Tab"
5171
+ }
5172
+ }
5173
+ }
5174
+ },
5175
+ {
5176
+ "name": "activeTab",
5177
+ "annotation": {
5178
+ "type": "keyword",
5179
+ "value": "string"
5180
+ }
5181
+ }
5182
+ ],
5183
+ "events": [
5184
+ {
5185
+ "name": "tab.click",
5186
+ "detail": {
5187
+ "annotation": {
5188
+ "type": "reference",
5189
+ "typeName": {
5190
+ "type": "identifier",
5191
+ "name": "Tab"
5192
+ }
5193
+ }
5194
+ }
5195
+ }
5196
+ ],
5197
+ "methods": [],
5198
+ "types": [
5199
+ {
5200
+ "type": "interface",
5201
+ "name": "Tab",
5202
+ "body": [
5203
+ {
5204
+ "type": "propertySignature",
5205
+ "key": {
5206
+ "type": "identifier",
5207
+ "name": "id"
5206
5208
  },
5207
5209
  "annotation": {
5208
5210
  "type": "keyword",
5209
- "value": "number"
5211
+ "value": "string"
5210
5212
  },
5211
- "optional": true,
5212
5213
  "computed": false
5213
5214
  },
5214
5215
  {
5215
5216
  "type": "propertySignature",
5216
5217
  "key": {
5217
5218
  "type": "identifier",
5218
- "name": "endTime"
5219
+ "name": "label"
5219
5220
  },
5220
5221
  "annotation": {
5221
5222
  "type": "keyword",
5222
- "value": "number"
5223
+ "value": "string"
5223
5224
  },
5224
- "optional": true,
5225
5225
  "computed": false
5226
5226
  }
5227
5227
  ]
5228
5228
  }
5229
5229
  ]
5230
5230
  },
5231
- "ai-portal.notice-dropdown": {
5231
+ "ai-portal.notice-list": {
5232
5232
  "properties": [
5233
5233
  {
5234
5234
  "name": "dataSource",
@@ -5243,16 +5243,6 @@
5243
5243
  }
5244
5244
  }
5245
5245
  },
5246
- {
5247
- "name": "popoverPlacement",
5248
- "annotation": {
5249
- "type": "reference",
5250
- "typeName": {
5251
- "type": "identifier",
5252
- "name": "Placement"
5253
- }
5254
- }
5255
- },
5256
5246
  {
5257
5247
  "name": "emptyText",
5258
5248
  "annotation": {
@@ -5260,13 +5250,6 @@
5260
5250
  "value": "string"
5261
5251
  }
5262
5252
  },
5263
- {
5264
- "name": "notifyCenterUrl",
5265
- "annotation": {
5266
- "type": "keyword",
5267
- "value": "string"
5268
- }
5269
- },
5270
5253
  {
5271
5254
  "name": "urlTemplate",
5272
5255
  "annotation": {
@@ -5285,44 +5268,14 @@
5285
5268
  }
5286
5269
  },
5287
5270
  {
5288
- "name": "dropdownMaxWidth",
5289
- "annotation": {
5290
- "type": "union",
5291
- "types": [
5292
- {
5293
- "type": "keyword",
5294
- "value": "string"
5295
- },
5296
- {
5297
- "type": "keyword",
5298
- "value": "number"
5299
- }
5300
- ]
5301
- }
5302
- },
5303
- {
5304
- "name": "dropdownContentStyle",
5271
+ "name": "selectedIds",
5305
5272
  "annotation": {
5306
- "type": "reference",
5307
- "typeName": {
5308
- "type": "qualifiedName",
5309
- "left": {
5310
- "type": "identifier",
5311
- "name": "React"
5312
- },
5313
- "right": {
5314
- "type": "identifier",
5315
- "name": "CSSProperties"
5316
- }
5273
+ "type": "array",
5274
+ "elementType": {
5275
+ "type": "keyword",
5276
+ "value": "string"
5317
5277
  }
5318
5278
  }
5319
- },
5320
- {
5321
- "name": "hideNotifyCenterButton",
5322
- "annotation": {
5323
- "type": "keyword",
5324
- "value": "boolean"
5325
- }
5326
5279
  }
5327
5280
  ],
5328
5281
  "events": [
@@ -5338,6 +5291,21 @@
5338
5291
  }
5339
5292
  }
5340
5293
  },
5294
+ {
5295
+ "name": "mark.items.read",
5296
+ "detail": {
5297
+ "annotation": {
5298
+ "type": "array",
5299
+ "elementType": {
5300
+ "type": "reference",
5301
+ "typeName": {
5302
+ "type": "identifier",
5303
+ "name": "NoticeItem"
5304
+ }
5305
+ }
5306
+ }
5307
+ }
5308
+ },
5341
5309
  {
5342
5310
  "name": "mark.all.read",
5343
5311
  "detail": {
@@ -5445,7 +5413,7 @@
5445
5413
  }
5446
5414
  ]
5447
5415
  },
5448
- "ai-portal.notice-list": {
5416
+ "ai-portal.notice-dropdown": {
5449
5417
  "properties": [
5450
5418
  {
5451
5419
  "name": "dataSource",
@@ -5460,6 +5428,16 @@
5460
5428
  }
5461
5429
  }
5462
5430
  },
5431
+ {
5432
+ "name": "popoverPlacement",
5433
+ "annotation": {
5434
+ "type": "reference",
5435
+ "typeName": {
5436
+ "type": "identifier",
5437
+ "name": "Placement"
5438
+ }
5439
+ }
5440
+ },
5463
5441
  {
5464
5442
  "name": "emptyText",
5465
5443
  "annotation": {
@@ -5467,6 +5445,13 @@
5467
5445
  "value": "string"
5468
5446
  }
5469
5447
  },
5448
+ {
5449
+ "name": "notifyCenterUrl",
5450
+ "annotation": {
5451
+ "type": "keyword",
5452
+ "value": "string"
5453
+ }
5454
+ },
5470
5455
  {
5471
5456
  "name": "urlTemplate",
5472
5457
  "annotation": {
@@ -5485,14 +5470,44 @@
5485
5470
  }
5486
5471
  },
5487
5472
  {
5488
- "name": "selectedIds",
5473
+ "name": "dropdownMaxWidth",
5489
5474
  "annotation": {
5490
- "type": "array",
5491
- "elementType": {
5492
- "type": "keyword",
5493
- "value": "string"
5475
+ "type": "union",
5476
+ "types": [
5477
+ {
5478
+ "type": "keyword",
5479
+ "value": "string"
5480
+ },
5481
+ {
5482
+ "type": "keyword",
5483
+ "value": "number"
5484
+ }
5485
+ ]
5486
+ }
5487
+ },
5488
+ {
5489
+ "name": "dropdownContentStyle",
5490
+ "annotation": {
5491
+ "type": "reference",
5492
+ "typeName": {
5493
+ "type": "qualifiedName",
5494
+ "left": {
5495
+ "type": "identifier",
5496
+ "name": "React"
5497
+ },
5498
+ "right": {
5499
+ "type": "identifier",
5500
+ "name": "CSSProperties"
5501
+ }
5494
5502
  }
5495
5503
  }
5504
+ },
5505
+ {
5506
+ "name": "hideNotifyCenterButton",
5507
+ "annotation": {
5508
+ "type": "keyword",
5509
+ "value": "boolean"
5510
+ }
5496
5511
  }
5497
5512
  ],
5498
5513
  "events": [
@@ -5508,21 +5523,6 @@
5508
5523
  }
5509
5524
  }
5510
5525
  },
5511
- {
5512
- "name": "mark.items.read",
5513
- "detail": {
5514
- "annotation": {
5515
- "type": "array",
5516
- "elementType": {
5517
- "type": "reference",
5518
- "typeName": {
5519
- "type": "identifier",
5520
- "name": "NoticeItem"
5521
- }
5522
- }
5523
- }
5524
- }
5525
- },
5526
5526
  {
5527
5527
  "name": "mark.all.read",
5528
5528
  "detail": {
@@ -7356,7 +7356,7 @@
7356
7356
  }
7357
7357
  ]
7358
7358
  },
7359
- "ai-portal.cruise-canvas": {
7359
+ "ai-portal.chat-stream": {
7360
7360
  "properties": [
7361
7361
  {
7362
7362
  "name": "conversationId",
@@ -7421,13 +7421,6 @@
7421
7421
  }
7422
7422
  }
7423
7423
  },
7424
- {
7425
- "name": "showHiddenJobs",
7426
- "annotation": {
7427
- "type": "keyword",
7428
- "value": "boolean"
7429
- }
7430
- },
7431
7424
  {
7432
7425
  "name": "showHumanActions",
7433
7426
  "annotation": {
@@ -7470,13 +7463,6 @@
7470
7463
  "value": "boolean"
7471
7464
  }
7472
7465
  },
7473
- {
7474
- "name": "showJsxEditor",
7475
- "annotation": {
7476
- "type": "keyword",
7477
- "value": "boolean"
7478
- }
7479
- },
7480
7466
  {
7481
7467
  "name": "previewUrlTemplate",
7482
7468
  "annotation": {
@@ -7517,13 +7503,6 @@
7517
7503
  "value": "string"
7518
7504
  }
7519
7505
  },
7520
- {
7521
- "name": "separateInstructions",
7522
- "annotation": {
7523
- "type": "keyword",
7524
- "value": "boolean"
7525
- }
7526
- },
7527
7506
  {
7528
7507
  "name": "aiEmployees",
7529
7508
  "annotation": {
@@ -7606,7 +7585,7 @@
7606
7585
  "detail": {
7607
7586
  "annotation": {
7608
7587
  "type": "jsLiteral",
7609
- "value": "chat"
7588
+ "value": "canvas"
7610
7589
  }
7611
7590
  }
7612
7591
  },
@@ -7621,6 +7600,15 @@
7621
7600
  }
7622
7601
  }
7623
7602
  }
7603
+ },
7604
+ {
7605
+ "name": "split.change",
7606
+ "detail": {
7607
+ "annotation": {
7608
+ "type": "keyword",
7609
+ "value": "boolean"
7610
+ }
7611
+ }
7624
7612
  }
7625
7613
  ],
7626
7614
  "methods": [
@@ -8691,7 +8679,7 @@
8691
8679
  }
8692
8680
  ]
8693
8681
  },
8694
- "ai-portal.chat-stream": {
8682
+ "ai-portal.cruise-canvas": {
8695
8683
  "properties": [
8696
8684
  {
8697
8685
  "name": "conversationId",
@@ -8756,6 +8744,13 @@
8756
8744
  }
8757
8745
  }
8758
8746
  },
8747
+ {
8748
+ "name": "showHiddenJobs",
8749
+ "annotation": {
8750
+ "type": "keyword",
8751
+ "value": "boolean"
8752
+ }
8753
+ },
8759
8754
  {
8760
8755
  "name": "showHumanActions",
8761
8756
  "annotation": {
@@ -8798,6 +8793,13 @@
8798
8793
  "value": "boolean"
8799
8794
  }
8800
8795
  },
8796
+ {
8797
+ "name": "showJsxEditor",
8798
+ "annotation": {
8799
+ "type": "keyword",
8800
+ "value": "boolean"
8801
+ }
8802
+ },
8801
8803
  {
8802
8804
  "name": "previewUrlTemplate",
8803
8805
  "annotation": {
@@ -8838,6 +8840,13 @@
8838
8840
  "value": "string"
8839
8841
  }
8840
8842
  },
8843
+ {
8844
+ "name": "separateInstructions",
8845
+ "annotation": {
8846
+ "type": "keyword",
8847
+ "value": "boolean"
8848
+ }
8849
+ },
8841
8850
  {
8842
8851
  "name": "aiEmployees",
8843
8852
  "annotation": {
@@ -8920,7 +8929,7 @@
8920
8929
  "detail": {
8921
8930
  "annotation": {
8922
8931
  "type": "jsLiteral",
8923
- "value": "canvas"
8932
+ "value": "chat"
8924
8933
  }
8925
8934
  }
8926
8935
  },
@@ -8935,15 +8944,6 @@
8935
8944
  }
8936
8945
  }
8937
8946
  }
8938
- },
8939
- {
8940
- "name": "split.change",
8941
- "detail": {
8942
- "annotation": {
8943
- "type": "keyword",
8944
- "value": "boolean"
8945
- }
8946
- }
8947
8947
  }
8948
8948
  ],
8949
8949
  "methods": [