@next-bricks/ai-portal 0.65.1 → 0.65.2

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.
Files changed (31) hide show
  1. package/dist/bricks.json +61 -61
  2. package/dist/chunks/{2742.19b8cbd2.js → 2742.f24782f8.js} +2 -2
  3. package/dist/chunks/2742.f24782f8.js.map +1 -0
  4. package/dist/chunks/4208.7ad3b395.js +2 -0
  5. package/dist/chunks/4208.7ad3b395.js.map +1 -0
  6. package/dist/chunks/7139.b585e5ea.js +2 -0
  7. package/dist/chunks/7139.b585e5ea.js.map +1 -0
  8. package/dist/chunks/7159.bd59ed3e.js +2 -0
  9. package/dist/chunks/7159.bd59ed3e.js.map +1 -0
  10. package/dist/chunks/chat-panel.bbb24c5a.js +2 -0
  11. package/dist/chunks/chat-panel.bbb24c5a.js.map +1 -0
  12. package/dist/chunks/{main.d8edfa91.js → main.51248f49.js} +2 -2
  13. package/dist/chunks/{main.d8edfa91.js.map → main.51248f49.js.map} +1 -1
  14. package/dist/examples.json +27 -27
  15. package/dist/{index.90d9f9da.js → index.16143768.js} +2 -2
  16. package/dist/{index.90d9f9da.js.map → index.16143768.js.map} +1 -1
  17. package/dist/manifest.json +381 -381
  18. package/dist/types.json +1751 -1751
  19. package/dist-types/chat-stream/StreamContext.d.ts +1 -0
  20. package/dist-types/chat-stream/interfaces.d.ts +0 -1
  21. package/dist-types/chat-stream/useAutoScroll.d.ts +1 -0
  22. package/package.json +2 -2
  23. package/dist/chunks/2742.19b8cbd2.js.map +0 -1
  24. package/dist/chunks/4208.9304234a.js +0 -2
  25. package/dist/chunks/4208.9304234a.js.map +0 -1
  26. package/dist/chunks/7139.80d52ac3.js +0 -2
  27. package/dist/chunks/7139.80d52ac3.js.map +0 -1
  28. package/dist/chunks/7159.2fdda135.js +0 -2
  29. package/dist/chunks/7159.2fdda135.js.map +0 -1
  30. package/dist/chunks/chat-panel.ca430fc7.js +0 -2
  31. package/dist/chunks/chat-panel.ca430fc7.js.map +0 -1
package/dist/types.json CHANGED
@@ -116,6 +116,125 @@
116
116
  "events": [],
117
117
  "methods": []
118
118
  },
119
+ "ai-portal.icon-button": {
120
+ "properties": [
121
+ {
122
+ "name": "icon",
123
+ "annotation": {
124
+ "type": "parenthesizedType",
125
+ "annotation": {
126
+ "type": "intersection",
127
+ "types": [
128
+ {
129
+ "type": "reference",
130
+ "typeName": {
131
+ "type": "identifier",
132
+ "name": "GeneralIconProps"
133
+ }
134
+ },
135
+ {
136
+ "type": "reference",
137
+ "typeName": {
138
+ "type": "identifier",
139
+ "name": "HTMLAttributes"
140
+ },
141
+ "typeParameters": {
142
+ "type": "typeParameterInstantiation",
143
+ "params": [
144
+ {
145
+ "type": "reference",
146
+ "typeName": {
147
+ "type": "identifier",
148
+ "name": "GeneralIcon"
149
+ }
150
+ }
151
+ ]
152
+ }
153
+ }
154
+ ]
155
+ }
156
+ }
157
+ },
158
+ {
159
+ "name": "tooltip",
160
+ "annotation": {
161
+ "type": "keyword",
162
+ "value": "string"
163
+ }
164
+ },
165
+ {
166
+ "name": "tooltipHoist",
167
+ "annotation": {
168
+ "type": "keyword",
169
+ "value": "boolean"
170
+ }
171
+ },
172
+ {
173
+ "name": "active",
174
+ "annotation": {
175
+ "type": "keyword",
176
+ "value": "boolean"
177
+ }
178
+ },
179
+ {
180
+ "name": "disabled",
181
+ "annotation": {
182
+ "type": "keyword",
183
+ "value": "boolean"
184
+ }
185
+ },
186
+ {
187
+ "name": "variant",
188
+ "annotation": {
189
+ "type": "reference",
190
+ "typeName": {
191
+ "type": "identifier",
192
+ "name": "IconButtonVariant"
193
+ }
194
+ }
195
+ },
196
+ {
197
+ "name": "reduceIconSize",
198
+ "annotation": {
199
+ "type": "keyword",
200
+ "value": "boolean"
201
+ }
202
+ }
203
+ ],
204
+ "events": [],
205
+ "methods": [],
206
+ "types": [
207
+ {
208
+ "type": "typeAlias",
209
+ "name": "IconButtonVariant",
210
+ "annotation": {
211
+ "type": "union",
212
+ "types": [
213
+ {
214
+ "type": "jsLiteral",
215
+ "value": "default"
216
+ },
217
+ {
218
+ "type": "jsLiteral",
219
+ "value": "light"
220
+ },
221
+ {
222
+ "type": "jsLiteral",
223
+ "value": "mini"
224
+ },
225
+ {
226
+ "type": "jsLiteral",
227
+ "value": "mini-light"
228
+ },
229
+ {
230
+ "type": "jsLiteral",
231
+ "value": "bordered"
232
+ }
233
+ ]
234
+ }
235
+ }
236
+ ]
237
+ },
119
238
  "ai-portal.call-tool": {
120
239
  "type": "provider",
121
240
  "params": [
@@ -2037,125 +2156,6 @@
2037
2156
  }
2038
2157
  ]
2039
2158
  },
2040
- "ai-portal.icon-button": {
2041
- "properties": [
2042
- {
2043
- "name": "icon",
2044
- "annotation": {
2045
- "type": "parenthesizedType",
2046
- "annotation": {
2047
- "type": "intersection",
2048
- "types": [
2049
- {
2050
- "type": "reference",
2051
- "typeName": {
2052
- "type": "identifier",
2053
- "name": "GeneralIconProps"
2054
- }
2055
- },
2056
- {
2057
- "type": "reference",
2058
- "typeName": {
2059
- "type": "identifier",
2060
- "name": "HTMLAttributes"
2061
- },
2062
- "typeParameters": {
2063
- "type": "typeParameterInstantiation",
2064
- "params": [
2065
- {
2066
- "type": "reference",
2067
- "typeName": {
2068
- "type": "identifier",
2069
- "name": "GeneralIcon"
2070
- }
2071
- }
2072
- ]
2073
- }
2074
- }
2075
- ]
2076
- }
2077
- }
2078
- },
2079
- {
2080
- "name": "tooltip",
2081
- "annotation": {
2082
- "type": "keyword",
2083
- "value": "string"
2084
- }
2085
- },
2086
- {
2087
- "name": "tooltipHoist",
2088
- "annotation": {
2089
- "type": "keyword",
2090
- "value": "boolean"
2091
- }
2092
- },
2093
- {
2094
- "name": "active",
2095
- "annotation": {
2096
- "type": "keyword",
2097
- "value": "boolean"
2098
- }
2099
- },
2100
- {
2101
- "name": "disabled",
2102
- "annotation": {
2103
- "type": "keyword",
2104
- "value": "boolean"
2105
- }
2106
- },
2107
- {
2108
- "name": "variant",
2109
- "annotation": {
2110
- "type": "reference",
2111
- "typeName": {
2112
- "type": "identifier",
2113
- "name": "IconButtonVariant"
2114
- }
2115
- }
2116
- },
2117
- {
2118
- "name": "reduceIconSize",
2119
- "annotation": {
2120
- "type": "keyword",
2121
- "value": "boolean"
2122
- }
2123
- }
2124
- ],
2125
- "events": [],
2126
- "methods": [],
2127
- "types": [
2128
- {
2129
- "type": "typeAlias",
2130
- "name": "IconButtonVariant",
2131
- "annotation": {
2132
- "type": "union",
2133
- "types": [
2134
- {
2135
- "type": "jsLiteral",
2136
- "value": "default"
2137
- },
2138
- {
2139
- "type": "jsLiteral",
2140
- "value": "light"
2141
- },
2142
- {
2143
- "type": "jsLiteral",
2144
- "value": "mini"
2145
- },
2146
- {
2147
- "type": "jsLiteral",
2148
- "value": "mini-light"
2149
- },
2150
- {
2151
- "type": "jsLiteral",
2152
- "value": "bordered"
2153
- }
2154
- ]
2155
- }
2156
- }
2157
- ]
2158
- },
2159
2159
  "ai-portal.elevo-logo": {
2160
2160
  "properties": [],
2161
2161
  "events": [],
@@ -2211,59 +2211,17 @@
2211
2211
  }
2212
2212
  ]
2213
2213
  },
2214
- "ai-portal.sticky-container": {
2214
+ "ai-portal.elevo-card": {
2215
2215
  "properties": [
2216
2216
  {
2217
- "name": "variant",
2217
+ "name": "cardTitle",
2218
2218
  "annotation": {
2219
- "type": "reference",
2220
- "typeName": {
2221
- "type": "identifier",
2222
- "name": "StickyContainerVariant"
2223
- }
2219
+ "type": "keyword",
2220
+ "value": "string"
2224
2221
  }
2225
2222
  },
2226
2223
  {
2227
- "name": "textContent",
2228
- "annotation": {
2229
- "type": "keyword",
2230
- "value": "string"
2231
- }
2232
- }
2233
- ],
2234
- "events": [],
2235
- "methods": [],
2236
- "types": [
2237
- {
2238
- "type": "typeAlias",
2239
- "name": "StickyContainerVariant",
2240
- "annotation": {
2241
- "type": "union",
2242
- "types": [
2243
- {
2244
- "type": "jsLiteral",
2245
- "value": "default"
2246
- },
2247
- {
2248
- "type": "jsLiteral",
2249
- "value": "home"
2250
- }
2251
- ]
2252
- }
2253
- }
2254
- ]
2255
- },
2256
- "ai-portal.elevo-card": {
2257
- "properties": [
2258
- {
2259
- "name": "cardTitle",
2260
- "annotation": {
2261
- "type": "keyword",
2262
- "value": "string"
2263
- }
2264
- },
2265
- {
2266
- "name": "description",
2224
+ "name": "description",
2267
2225
  "annotation": {
2268
2226
  "type": "keyword",
2269
2227
  "value": "string"
@@ -2315,6 +2273,48 @@
2315
2273
  "events": [],
2316
2274
  "methods": []
2317
2275
  },
2276
+ "ai-portal.sticky-container": {
2277
+ "properties": [
2278
+ {
2279
+ "name": "variant",
2280
+ "annotation": {
2281
+ "type": "reference",
2282
+ "typeName": {
2283
+ "type": "identifier",
2284
+ "name": "StickyContainerVariant"
2285
+ }
2286
+ }
2287
+ },
2288
+ {
2289
+ "name": "textContent",
2290
+ "annotation": {
2291
+ "type": "keyword",
2292
+ "value": "string"
2293
+ }
2294
+ }
2295
+ ],
2296
+ "events": [],
2297
+ "methods": [],
2298
+ "types": [
2299
+ {
2300
+ "type": "typeAlias",
2301
+ "name": "StickyContainerVariant",
2302
+ "annotation": {
2303
+ "type": "union",
2304
+ "types": [
2305
+ {
2306
+ "type": "jsLiteral",
2307
+ "value": "default"
2308
+ },
2309
+ {
2310
+ "type": "jsLiteral",
2311
+ "value": "home"
2312
+ }
2313
+ ]
2314
+ }
2315
+ }
2316
+ ]
2317
+ },
2318
2318
  "ai-portal.project-knowledges": {
2319
2319
  "properties": [
2320
2320
  {
@@ -3089,76 +3089,130 @@
3089
3089
  }
3090
3090
  ]
3091
3091
  },
3092
- "ai-portal.action-buttons": {
3092
+ "ai-portal.preview-container": {
3093
3093
  "properties": [
3094
3094
  {
3095
- "name": "items",
3095
+ "name": "source",
3096
+ "annotation": {
3097
+ "type": "keyword",
3098
+ "value": "string"
3099
+ }
3100
+ },
3101
+ {
3102
+ "name": "url",
3103
+ "annotation": {
3104
+ "type": "keyword",
3105
+ "value": "string"
3106
+ }
3107
+ }
3108
+ ],
3109
+ "events": [],
3110
+ "methods": []
3111
+ },
3112
+ "ai-portal.activity-timeline": {
3113
+ "properties": [
3114
+ {
3115
+ "name": "list",
3096
3116
  "annotation": {
3097
3117
  "type": "array",
3098
3118
  "elementType": {
3099
3119
  "type": "reference",
3100
3120
  "typeName": {
3101
3121
  "type": "identifier",
3102
- "name": "ActionItem"
3122
+ "name": "Activity"
3103
3123
  }
3104
3124
  }
3105
3125
  }
3106
3126
  },
3107
3127
  {
3108
- "name": "activeKey",
3128
+ "name": "chatUrlTemplate",
3129
+ "annotation": {
3130
+ "type": "keyword",
3131
+ "value": "string"
3132
+ }
3133
+ }
3134
+ ],
3135
+ "events": [],
3136
+ "methods": [],
3137
+ "types": [
3138
+ {
3139
+ "type": "typeAlias",
3140
+ "name": "Activity",
3109
3141
  "annotation": {
3110
3142
  "type": "union",
3111
3143
  "types": [
3112
3144
  {
3113
- "type": "keyword",
3114
- "value": "string"
3145
+ "type": "reference",
3146
+ "typeName": {
3147
+ "type": "identifier",
3148
+ "name": "ActivityOfCreateGoal"
3149
+ }
3115
3150
  },
3116
3151
  {
3117
- "type": "keyword",
3118
- "value": "null"
3152
+ "type": "reference",
3153
+ "typeName": {
3154
+ "type": "identifier",
3155
+ "name": "ActivityOfEditGoal"
3156
+ }
3157
+ },
3158
+ {
3159
+ "type": "reference",
3160
+ "typeName": {
3161
+ "type": "identifier",
3162
+ "name": "ActivityOfDeleteGoal"
3163
+ }
3164
+ },
3165
+ {
3166
+ "type": "reference",
3167
+ "typeName": {
3168
+ "type": "identifier",
3169
+ "name": "ActivityOfDecomposeGoals"
3170
+ }
3171
+ },
3172
+ {
3173
+ "type": "reference",
3174
+ "typeName": {
3175
+ "type": "identifier",
3176
+ "name": "ActivityOfAlterOwner"
3177
+ }
3178
+ },
3179
+ {
3180
+ "type": "reference",
3181
+ "typeName": {
3182
+ "type": "identifier",
3183
+ "name": "ActivityOfAlterUser"
3184
+ }
3185
+ },
3186
+ {
3187
+ "type": "reference",
3188
+ "typeName": {
3189
+ "type": "identifier",
3190
+ "name": "ActivityOfAddComment"
3191
+ }
3192
+ },
3193
+ {
3194
+ "type": "reference",
3195
+ "typeName": {
3196
+ "type": "identifier",
3197
+ "name": "ActivityOfStartConversation"
3198
+ }
3119
3199
  }
3120
3200
  ]
3121
3201
  }
3122
- }
3123
- ],
3124
- "events": [
3125
- {
3126
- "name": "change",
3127
- "detail": {
3128
- "annotation": {
3129
- "type": "union",
3130
- "types": [
3131
- {
3132
- "type": "reference",
3133
- "typeName": {
3134
- "type": "identifier",
3135
- "name": "ActionItem"
3136
- }
3137
- },
3138
- {
3139
- "type": "keyword",
3140
- "value": "null"
3141
- }
3142
- ]
3143
- }
3144
- }
3145
- }
3146
- ],
3147
- "methods": [],
3148
- "types": [
3202
+ },
3149
3203
  {
3150
3204
  "type": "interface",
3151
- "name": "ActionItem",
3205
+ "name": "ActivityOfCreateGoal",
3152
3206
  "body": [
3153
3207
  {
3154
3208
  "type": "propertySignature",
3155
3209
  "key": {
3156
3210
  "type": "identifier",
3157
- "name": "text"
3211
+ "name": "action_type"
3158
3212
  },
3159
3213
  "annotation": {
3160
- "type": "keyword",
3161
- "value": "string"
3214
+ "type": "jsLiteral",
3215
+ "value": "create_goal"
3162
3216
  },
3163
3217
  "computed": false
3164
3218
  },
@@ -3166,153 +3220,60 @@
3166
3220
  "type": "propertySignature",
3167
3221
  "key": {
3168
3222
  "type": "identifier",
3169
- "name": "key"
3223
+ "name": "metadata"
3170
3224
  },
3171
3225
  "annotation": {
3172
- "type": "keyword",
3173
- "value": "string"
3226
+ "type": "typeLiteral",
3227
+ "members": [
3228
+ {
3229
+ "type": "propertySignature",
3230
+ "key": {
3231
+ "type": "identifier",
3232
+ "name": "goal_title"
3233
+ },
3234
+ "annotation": {
3235
+ "type": "keyword",
3236
+ "value": "string"
3237
+ },
3238
+ "computed": false
3239
+ },
3240
+ {
3241
+ "type": "propertySignature",
3242
+ "key": {
3243
+ "type": "identifier",
3244
+ "name": "goal_description"
3245
+ },
3246
+ "annotation": {
3247
+ "type": "keyword",
3248
+ "value": "string"
3249
+ },
3250
+ "optional": true,
3251
+ "computed": false
3252
+ }
3253
+ ]
3174
3254
  },
3175
3255
  "computed": false
3176
- },
3256
+ }
3257
+ ],
3258
+ "extends": [
3177
3259
  {
3178
- "type": "propertySignature",
3179
- "key": {
3260
+ "type": "expressionWithTypeArguments",
3261
+ "expression": {
3180
3262
  "type": "identifier",
3181
- "name": "icon"
3182
- },
3183
- "annotation": {
3184
- "type": "reference",
3185
- "typeName": {
3186
- "type": "identifier",
3187
- "name": "GeneralIconProps"
3188
- }
3189
- },
3190
- "optional": true,
3191
- "computed": false
3192
- },
3193
- {
3194
- "type": "propertySignature",
3195
- "key": {
3196
- "type": "identifier",
3197
- "name": "hidden"
3198
- },
3199
- "annotation": {
3200
- "type": "keyword",
3201
- "value": "boolean"
3202
- },
3203
- "optional": true,
3204
- "computed": false
3205
- }
3206
- ]
3207
- }
3208
- ]
3209
- },
3210
- "ai-portal.preview-container": {
3211
- "properties": [
3212
- {
3213
- "name": "source",
3214
- "annotation": {
3215
- "type": "keyword",
3216
- "value": "string"
3217
- }
3218
- },
3219
- {
3220
- "name": "url",
3221
- "annotation": {
3222
- "type": "keyword",
3223
- "value": "string"
3224
- }
3225
- }
3226
- ],
3227
- "events": [],
3228
- "methods": []
3229
- },
3230
- "ai-portal.project-conversations": {
3231
- "properties": [
3232
- {
3233
- "name": "list",
3234
- "annotation": {
3235
- "type": "array",
3236
- "elementType": {
3237
- "type": "reference",
3238
- "typeName": {
3239
- "type": "identifier",
3240
- "name": "Conversation"
3241
- }
3242
- }
3243
- }
3244
- },
3245
- {
3246
- "name": "urlTemplate",
3247
- "annotation": {
3248
- "type": "keyword",
3249
- "value": "string"
3250
- }
3251
- },
3252
- {
3253
- "name": "actions",
3254
- "annotation": {
3255
- "type": "array",
3256
- "elementType": {
3257
- "type": "reference",
3258
- "typeName": {
3259
- "type": "identifier",
3260
- "name": "ActionType"
3261
- }
3262
- }
3263
- }
3264
- },
3265
- {
3266
- "name": "goals",
3267
- "annotation": {
3268
- "type": "array",
3269
- "elementType": {
3270
- "type": "reference",
3271
- "typeName": {
3272
- "type": "identifier",
3273
- "name": "Goal"
3274
- }
3275
- }
3276
- }
3277
- }
3278
- ],
3279
- "events": [
3280
- {
3281
- "name": "goal.click",
3282
- "detail": {
3283
- "annotation": {
3284
- "type": "reference",
3285
- "typeName": {
3286
- "type": "identifier",
3287
- "name": "Conversation"
3263
+ "name": "ActivityBase"
3288
3264
  }
3289
3265
  }
3290
- }
3266
+ ]
3291
3267
  },
3292
- {
3293
- "name": "action.click",
3294
- "detail": {
3295
- "annotation": {
3296
- "type": "reference",
3297
- "typeName": {
3298
- "type": "identifier",
3299
- "name": "ActionClickDetail"
3300
- }
3301
- }
3302
- }
3303
- }
3304
- ],
3305
- "methods": [],
3306
- "types": [
3307
3268
  {
3308
3269
  "type": "interface",
3309
- "name": "Conversation",
3270
+ "name": "ActivityBase",
3310
3271
  "body": [
3311
3272
  {
3312
3273
  "type": "propertySignature",
3313
3274
  "key": {
3314
3275
  "type": "identifier",
3315
- "name": "conversationId"
3276
+ "name": "user_id"
3316
3277
  },
3317
3278
  "annotation": {
3318
3279
  "type": "keyword",
@@ -3324,7 +3285,7 @@
3324
3285
  "type": "propertySignature",
3325
3286
  "key": {
3326
3287
  "type": "identifier",
3327
- "name": "title"
3288
+ "name": "user_name"
3328
3289
  },
3329
3290
  "annotation": {
3330
3291
  "type": "keyword",
@@ -3336,7 +3297,7 @@
3336
3297
  "type": "propertySignature",
3337
3298
  "key": {
3338
3299
  "type": "identifier",
3339
- "name": "startTime"
3300
+ "name": "time"
3340
3301
  },
3341
3302
  "annotation": {
3342
3303
  "type": "keyword",
@@ -3348,56 +3309,44 @@
3348
3309
  "type": "propertySignature",
3349
3310
  "key": {
3350
3311
  "type": "identifier",
3351
- "name": "description"
3352
- },
3353
- "annotation": {
3354
- "type": "keyword",
3355
- "value": "string"
3356
- },
3357
- "optional": true,
3358
- "computed": false
3359
- },
3360
- {
3361
- "type": "propertySignature",
3362
- "key": {
3363
- "type": "identifier",
3364
- "name": "goalInstanceId"
3365
- },
3366
- "annotation": {
3367
- "type": "keyword",
3368
- "value": "string"
3369
- },
3370
- "optional": true,
3371
- "computed": false
3372
- },
3373
- {
3374
- "type": "propertySignature",
3375
- "key": {
3376
- "type": "identifier",
3377
- "name": "username"
3378
- },
3379
- "annotation": {
3380
- "type": "keyword",
3381
- "value": "string"
3382
- },
3383
- "optional": true,
3384
- "computed": false
3385
- }
3386
- ]
3387
- },
3388
- {
3389
- "type": "interface",
3390
- "name": "Goal",
3391
- "body": [
3392
- {
3393
- "type": "propertySignature",
3394
- "key": {
3395
- "type": "identifier",
3396
- "name": "instanceId"
3312
+ "name": "action_type"
3397
3313
  },
3398
3314
  "annotation": {
3399
- "type": "keyword",
3400
- "value": "string"
3315
+ "type": "union",
3316
+ "types": [
3317
+ {
3318
+ "type": "jsLiteral",
3319
+ "value": "create_goal"
3320
+ },
3321
+ {
3322
+ "type": "jsLiteral",
3323
+ "value": "edit_goal"
3324
+ },
3325
+ {
3326
+ "type": "jsLiteral",
3327
+ "value": "delete_goal"
3328
+ },
3329
+ {
3330
+ "type": "jsLiteral",
3331
+ "value": "decompose_goals"
3332
+ },
3333
+ {
3334
+ "type": "jsLiteral",
3335
+ "value": "alter_owner"
3336
+ },
3337
+ {
3338
+ "type": "jsLiteral",
3339
+ "value": "alter_user"
3340
+ },
3341
+ {
3342
+ "type": "jsLiteral",
3343
+ "value": "add_comment"
3344
+ },
3345
+ {
3346
+ "type": "jsLiteral",
3347
+ "value": "start_conversation"
3348
+ }
3349
+ ]
3401
3350
  },
3402
3351
  "computed": false
3403
3352
  },
@@ -3405,11 +3354,11 @@
3405
3354
  "type": "propertySignature",
3406
3355
  "key": {
3407
3356
  "type": "identifier",
3408
- "name": "title"
3357
+ "name": "metadata"
3409
3358
  },
3410
3359
  "annotation": {
3411
3360
  "type": "keyword",
3412
- "value": "string"
3361
+ "value": "unknown"
3413
3362
  },
3414
3363
  "computed": false
3415
3364
  }
@@ -3417,20 +3366,17 @@
3417
3366
  },
3418
3367
  {
3419
3368
  "type": "interface",
3420
- "name": "ActionClickDetail",
3369
+ "name": "ActivityOfEditGoal",
3421
3370
  "body": [
3422
3371
  {
3423
3372
  "type": "propertySignature",
3424
3373
  "key": {
3425
3374
  "type": "identifier",
3426
- "name": "action"
3375
+ "name": "action_type"
3427
3376
  },
3428
3377
  "annotation": {
3429
- "type": "reference",
3430
- "typeName": {
3431
- "type": "identifier",
3432
- "name": "SimpleActionType"
3433
- }
3378
+ "type": "jsLiteral",
3379
+ "value": "edit_goal"
3434
3380
  },
3435
3381
  "computed": false
3436
3382
  },
@@ -3438,115 +3384,107 @@
3438
3384
  "type": "propertySignature",
3439
3385
  "key": {
3440
3386
  "type": "identifier",
3441
- "name": "item"
3387
+ "name": "metadata"
3442
3388
  },
3443
3389
  "annotation": {
3444
- "type": "reference",
3445
- "typeName": {
3446
- "type": "identifier",
3447
- "name": "Conversation"
3448
- }
3449
- },
3450
- "computed": false
3451
- }
3452
- ]
3453
- }
3454
- ]
3455
- },
3456
- "ai-portal.activity-timeline": {
3457
- "properties": [
3458
- {
3459
- "name": "list",
3460
- "annotation": {
3461
- "type": "array",
3462
- "elementType": {
3463
- "type": "reference",
3464
- "typeName": {
3465
- "type": "identifier",
3466
- "name": "Activity"
3467
- }
3468
- }
3469
- }
3470
- },
3471
- {
3472
- "name": "chatUrlTemplate",
3473
- "annotation": {
3474
- "type": "keyword",
3475
- "value": "string"
3476
- }
3477
- }
3478
- ],
3479
- "events": [],
3480
- "methods": [],
3481
- "types": [
3482
- {
3483
- "type": "typeAlias",
3484
- "name": "Activity",
3485
- "annotation": {
3486
- "type": "union",
3487
- "types": [
3488
- {
3489
- "type": "reference",
3490
- "typeName": {
3491
- "type": "identifier",
3492
- "name": "ActivityOfCreateGoal"
3493
- }
3494
- },
3495
- {
3496
- "type": "reference",
3497
- "typeName": {
3498
- "type": "identifier",
3499
- "name": "ActivityOfEditGoal"
3500
- }
3501
- },
3502
- {
3503
- "type": "reference",
3504
- "typeName": {
3505
- "type": "identifier",
3506
- "name": "ActivityOfDeleteGoal"
3507
- }
3508
- },
3509
- {
3510
- "type": "reference",
3511
- "typeName": {
3512
- "type": "identifier",
3513
- "name": "ActivityOfDecomposeGoals"
3514
- }
3515
- },
3516
- {
3517
- "type": "reference",
3518
- "typeName": {
3519
- "type": "identifier",
3520
- "name": "ActivityOfAlterOwner"
3521
- }
3522
- },
3523
- {
3524
- "type": "reference",
3525
- "typeName": {
3526
- "type": "identifier",
3527
- "name": "ActivityOfAlterUser"
3528
- }
3529
- },
3530
- {
3531
- "type": "reference",
3532
- "typeName": {
3533
- "type": "identifier",
3534
- "name": "ActivityOfAddComment"
3535
- }
3390
+ "type": "typeLiteral",
3391
+ "members": [
3392
+ {
3393
+ "type": "propertySignature",
3394
+ "key": {
3395
+ "type": "identifier",
3396
+ "name": "before"
3397
+ },
3398
+ "annotation": {
3399
+ "type": "typeLiteral",
3400
+ "members": [
3401
+ {
3402
+ "type": "propertySignature",
3403
+ "key": {
3404
+ "type": "identifier",
3405
+ "name": "title"
3406
+ },
3407
+ "annotation": {
3408
+ "type": "keyword",
3409
+ "value": "string"
3410
+ },
3411
+ "optional": true,
3412
+ "computed": false
3413
+ },
3414
+ {
3415
+ "type": "propertySignature",
3416
+ "key": {
3417
+ "type": "identifier",
3418
+ "name": "description"
3419
+ },
3420
+ "annotation": {
3421
+ "type": "keyword",
3422
+ "value": "string"
3423
+ },
3424
+ "optional": true,
3425
+ "computed": false
3426
+ }
3427
+ ]
3428
+ },
3429
+ "computed": false
3430
+ },
3431
+ {
3432
+ "type": "propertySignature",
3433
+ "key": {
3434
+ "type": "identifier",
3435
+ "name": "after"
3436
+ },
3437
+ "annotation": {
3438
+ "type": "typeLiteral",
3439
+ "members": [
3440
+ {
3441
+ "type": "propertySignature",
3442
+ "key": {
3443
+ "type": "identifier",
3444
+ "name": "title"
3445
+ },
3446
+ "annotation": {
3447
+ "type": "keyword",
3448
+ "value": "string"
3449
+ },
3450
+ "optional": true,
3451
+ "computed": false
3452
+ },
3453
+ {
3454
+ "type": "propertySignature",
3455
+ "key": {
3456
+ "type": "identifier",
3457
+ "name": "description"
3458
+ },
3459
+ "annotation": {
3460
+ "type": "keyword",
3461
+ "value": "string"
3462
+ },
3463
+ "optional": true,
3464
+ "computed": false
3465
+ }
3466
+ ]
3467
+ },
3468
+ "computed": false
3469
+ }
3470
+ ]
3536
3471
  },
3537
- {
3538
- "type": "reference",
3539
- "typeName": {
3540
- "type": "identifier",
3541
- "name": "ActivityOfStartConversation"
3542
- }
3472
+ "computed": false
3473
+ }
3474
+ ],
3475
+ "extends": [
3476
+ {
3477
+ "type": "expressionWithTypeArguments",
3478
+ "expression": {
3479
+ "type": "identifier",
3480
+ "name": "ActivityBase"
3543
3481
  }
3544
- ]
3545
- }
3482
+ }
3483
+ ]
3546
3484
  },
3547
3485
  {
3548
3486
  "type": "interface",
3549
- "name": "ActivityOfCreateGoal",
3487
+ "name": "ActivityOfDeleteGoal",
3550
3488
  "body": [
3551
3489
  {
3552
3490
  "type": "propertySignature",
@@ -3556,7 +3494,7 @@
3556
3494
  },
3557
3495
  "annotation": {
3558
3496
  "type": "jsLiteral",
3559
- "value": "create_goal"
3497
+ "value": "delete_goal"
3560
3498
  },
3561
3499
  "computed": false
3562
3500
  },
@@ -3611,17 +3549,17 @@
3611
3549
  },
3612
3550
  {
3613
3551
  "type": "interface",
3614
- "name": "ActivityBase",
3552
+ "name": "ActivityOfDecomposeGoals",
3615
3553
  "body": [
3616
3554
  {
3617
3555
  "type": "propertySignature",
3618
3556
  "key": {
3619
3557
  "type": "identifier",
3620
- "name": "user_id"
3558
+ "name": "action_type"
3621
3559
  },
3622
3560
  "annotation": {
3623
- "type": "keyword",
3624
- "value": "string"
3561
+ "type": "jsLiteral",
3562
+ "value": "decompose_goals"
3625
3563
  },
3626
3564
  "computed": false
3627
3565
  },
@@ -3629,88 +3567,90 @@
3629
3567
  "type": "propertySignature",
3630
3568
  "key": {
3631
3569
  "type": "identifier",
3632
- "name": "user_name"
3570
+ "name": "metadata"
3633
3571
  },
3634
3572
  "annotation": {
3635
- "type": "keyword",
3636
- "value": "string"
3573
+ "type": "typeLiteral",
3574
+ "members": [
3575
+ {
3576
+ "type": "propertySignature",
3577
+ "key": {
3578
+ "type": "identifier",
3579
+ "name": "sub_goals_count"
3580
+ },
3581
+ "annotation": {
3582
+ "type": "keyword",
3583
+ "value": "number"
3584
+ },
3585
+ "computed": false
3586
+ },
3587
+ {
3588
+ "type": "propertySignature",
3589
+ "key": {
3590
+ "type": "identifier",
3591
+ "name": "sub_goals"
3592
+ },
3593
+ "annotation": {
3594
+ "type": "reference",
3595
+ "typeName": {
3596
+ "type": "identifier",
3597
+ "name": "Array"
3598
+ },
3599
+ "typeParameters": {
3600
+ "type": "typeParameterInstantiation",
3601
+ "params": [
3602
+ {
3603
+ "type": "typeLiteral",
3604
+ "members": [
3605
+ {
3606
+ "type": "propertySignature",
3607
+ "key": {
3608
+ "type": "identifier",
3609
+ "name": "sub_goal_id"
3610
+ },
3611
+ "annotation": {
3612
+ "type": "keyword",
3613
+ "value": "string"
3614
+ },
3615
+ "computed": false
3616
+ },
3617
+ {
3618
+ "type": "propertySignature",
3619
+ "key": {
3620
+ "type": "identifier",
3621
+ "name": "title"
3622
+ },
3623
+ "annotation": {
3624
+ "type": "keyword",
3625
+ "value": "string"
3626
+ },
3627
+ "computed": false
3628
+ }
3629
+ ]
3630
+ }
3631
+ ]
3632
+ }
3633
+ },
3634
+ "computed": false
3635
+ }
3636
+ ]
3637
3637
  },
3638
3638
  "computed": false
3639
- },
3639
+ }
3640
+ ],
3641
+ "extends": [
3640
3642
  {
3641
- "type": "propertySignature",
3642
- "key": {
3643
+ "type": "expressionWithTypeArguments",
3644
+ "expression": {
3643
3645
  "type": "identifier",
3644
- "name": "time"
3645
- },
3646
- "annotation": {
3647
- "type": "keyword",
3648
- "value": "number"
3649
- },
3650
- "computed": false
3651
- },
3652
- {
3653
- "type": "propertySignature",
3654
- "key": {
3655
- "type": "identifier",
3656
- "name": "action_type"
3657
- },
3658
- "annotation": {
3659
- "type": "union",
3660
- "types": [
3661
- {
3662
- "type": "jsLiteral",
3663
- "value": "create_goal"
3664
- },
3665
- {
3666
- "type": "jsLiteral",
3667
- "value": "edit_goal"
3668
- },
3669
- {
3670
- "type": "jsLiteral",
3671
- "value": "delete_goal"
3672
- },
3673
- {
3674
- "type": "jsLiteral",
3675
- "value": "decompose_goals"
3676
- },
3677
- {
3678
- "type": "jsLiteral",
3679
- "value": "alter_owner"
3680
- },
3681
- {
3682
- "type": "jsLiteral",
3683
- "value": "alter_user"
3684
- },
3685
- {
3686
- "type": "jsLiteral",
3687
- "value": "add_comment"
3688
- },
3689
- {
3690
- "type": "jsLiteral",
3691
- "value": "start_conversation"
3692
- }
3693
- ]
3694
- },
3695
- "computed": false
3696
- },
3697
- {
3698
- "type": "propertySignature",
3699
- "key": {
3700
- "type": "identifier",
3701
- "name": "metadata"
3702
- },
3703
- "annotation": {
3704
- "type": "keyword",
3705
- "value": "unknown"
3706
- },
3707
- "computed": false
3646
+ "name": "ActivityBase"
3647
+ }
3708
3648
  }
3709
3649
  ]
3710
3650
  },
3711
3651
  {
3712
3652
  "type": "interface",
3713
- "name": "ActivityOfEditGoal",
3653
+ "name": "ActivityOfAlterOwner",
3714
3654
  "body": [
3715
3655
  {
3716
3656
  "type": "propertySignature",
@@ -3720,7 +3660,7 @@
3720
3660
  },
3721
3661
  "annotation": {
3722
3662
  "type": "jsLiteral",
3723
- "value": "edit_goal"
3663
+ "value": "alter_owner"
3724
3664
  },
3725
3665
  "computed": false
3726
3666
  },
@@ -3746,26 +3686,37 @@
3746
3686
  "type": "propertySignature",
3747
3687
  "key": {
3748
3688
  "type": "identifier",
3749
- "name": "title"
3750
- },
3751
- "annotation": {
3752
- "type": "keyword",
3753
- "value": "string"
3754
- },
3755
- "optional": true,
3756
- "computed": false
3757
- },
3758
- {
3759
- "type": "propertySignature",
3760
- "key": {
3761
- "type": "identifier",
3762
- "name": "description"
3689
+ "name": "owner"
3763
3690
  },
3764
3691
  "annotation": {
3765
- "type": "keyword",
3766
- "value": "string"
3692
+ "type": "typeLiteral",
3693
+ "members": [
3694
+ {
3695
+ "type": "propertySignature",
3696
+ "key": {
3697
+ "type": "identifier",
3698
+ "name": "user_id"
3699
+ },
3700
+ "annotation": {
3701
+ "type": "keyword",
3702
+ "value": "string"
3703
+ },
3704
+ "computed": false
3705
+ },
3706
+ {
3707
+ "type": "propertySignature",
3708
+ "key": {
3709
+ "type": "identifier",
3710
+ "name": "user_name"
3711
+ },
3712
+ "annotation": {
3713
+ "type": "keyword",
3714
+ "value": "string"
3715
+ },
3716
+ "computed": false
3717
+ }
3718
+ ]
3767
3719
  },
3768
- "optional": true,
3769
3720
  "computed": false
3770
3721
  }
3771
3722
  ]
@@ -3785,26 +3736,37 @@
3785
3736
  "type": "propertySignature",
3786
3737
  "key": {
3787
3738
  "type": "identifier",
3788
- "name": "title"
3789
- },
3790
- "annotation": {
3791
- "type": "keyword",
3792
- "value": "string"
3793
- },
3794
- "optional": true,
3795
- "computed": false
3796
- },
3797
- {
3798
- "type": "propertySignature",
3799
- "key": {
3800
- "type": "identifier",
3801
- "name": "description"
3739
+ "name": "owner"
3802
3740
  },
3803
3741
  "annotation": {
3804
- "type": "keyword",
3805
- "value": "string"
3742
+ "type": "typeLiteral",
3743
+ "members": [
3744
+ {
3745
+ "type": "propertySignature",
3746
+ "key": {
3747
+ "type": "identifier",
3748
+ "name": "user_id"
3749
+ },
3750
+ "annotation": {
3751
+ "type": "keyword",
3752
+ "value": "string"
3753
+ },
3754
+ "computed": false
3755
+ },
3756
+ {
3757
+ "type": "propertySignature",
3758
+ "key": {
3759
+ "type": "identifier",
3760
+ "name": "user_name"
3761
+ },
3762
+ "annotation": {
3763
+ "type": "keyword",
3764
+ "value": "string"
3765
+ },
3766
+ "computed": false
3767
+ }
3768
+ ]
3806
3769
  },
3807
- "optional": true,
3808
3770
  "computed": false
3809
3771
  }
3810
3772
  ]
@@ -3828,7 +3790,7 @@
3828
3790
  },
3829
3791
  {
3830
3792
  "type": "interface",
3831
- "name": "ActivityOfDeleteGoal",
3793
+ "name": "ActivityOfAlterUser",
3832
3794
  "body": [
3833
3795
  {
3834
3796
  "type": "propertySignature",
@@ -3838,7 +3800,7 @@
3838
3800
  },
3839
3801
  "annotation": {
3840
3802
  "type": "jsLiteral",
3841
- "value": "delete_goal"
3803
+ "value": "alter_user"
3842
3804
  },
3843
3805
  "computed": false
3844
3806
  },
@@ -3855,11 +3817,61 @@
3855
3817
  "type": "propertySignature",
3856
3818
  "key": {
3857
3819
  "type": "identifier",
3858
- "name": "goal_title"
3820
+ "name": "before"
3859
3821
  },
3860
3822
  "annotation": {
3861
- "type": "keyword",
3862
- "value": "string"
3823
+ "type": "typeLiteral",
3824
+ "members": [
3825
+ {
3826
+ "type": "propertySignature",
3827
+ "key": {
3828
+ "type": "identifier",
3829
+ "name": "users"
3830
+ },
3831
+ "annotation": {
3832
+ "type": "reference",
3833
+ "typeName": {
3834
+ "type": "identifier",
3835
+ "name": "Array"
3836
+ },
3837
+ "typeParameters": {
3838
+ "type": "typeParameterInstantiation",
3839
+ "params": [
3840
+ {
3841
+ "type": "typeLiteral",
3842
+ "members": [
3843
+ {
3844
+ "type": "propertySignature",
3845
+ "key": {
3846
+ "type": "identifier",
3847
+ "name": "user_id"
3848
+ },
3849
+ "annotation": {
3850
+ "type": "keyword",
3851
+ "value": "string"
3852
+ },
3853
+ "computed": false
3854
+ },
3855
+ {
3856
+ "type": "propertySignature",
3857
+ "key": {
3858
+ "type": "identifier",
3859
+ "name": "user_name"
3860
+ },
3861
+ "annotation": {
3862
+ "type": "keyword",
3863
+ "value": "string"
3864
+ },
3865
+ "computed": false
3866
+ }
3867
+ ]
3868
+ }
3869
+ ]
3870
+ }
3871
+ },
3872
+ "computed": false
3873
+ }
3874
+ ]
3863
3875
  },
3864
3876
  "computed": false
3865
3877
  },
@@ -3867,113 +3879,61 @@
3867
3879
  "type": "propertySignature",
3868
3880
  "key": {
3869
3881
  "type": "identifier",
3870
- "name": "goal_description"
3882
+ "name": "after"
3871
3883
  },
3872
3884
  "annotation": {
3873
- "type": "keyword",
3874
- "value": "string"
3875
- },
3876
- "optional": true,
3877
- "computed": false
3878
- }
3879
- ]
3880
- },
3881
- "computed": false
3882
- }
3883
- ],
3884
- "extends": [
3885
- {
3886
- "type": "expressionWithTypeArguments",
3887
- "expression": {
3888
- "type": "identifier",
3889
- "name": "ActivityBase"
3890
- }
3891
- }
3892
- ]
3893
- },
3894
- {
3895
- "type": "interface",
3896
- "name": "ActivityOfDecomposeGoals",
3897
- "body": [
3898
- {
3899
- "type": "propertySignature",
3900
- "key": {
3901
- "type": "identifier",
3902
- "name": "action_type"
3903
- },
3904
- "annotation": {
3905
- "type": "jsLiteral",
3906
- "value": "decompose_goals"
3907
- },
3908
- "computed": false
3909
- },
3910
- {
3911
- "type": "propertySignature",
3912
- "key": {
3913
- "type": "identifier",
3914
- "name": "metadata"
3915
- },
3916
- "annotation": {
3917
- "type": "typeLiteral",
3918
- "members": [
3919
- {
3920
- "type": "propertySignature",
3921
- "key": {
3922
- "type": "identifier",
3923
- "name": "sub_goals_count"
3924
- },
3925
- "annotation": {
3926
- "type": "keyword",
3927
- "value": "number"
3928
- },
3929
- "computed": false
3930
- },
3931
- {
3932
- "type": "propertySignature",
3933
- "key": {
3934
- "type": "identifier",
3935
- "name": "sub_goals"
3936
- },
3937
- "annotation": {
3938
- "type": "reference",
3939
- "typeName": {
3940
- "type": "identifier",
3941
- "name": "Array"
3942
- },
3943
- "typeParameters": {
3944
- "type": "typeParameterInstantiation",
3945
- "params": [
3946
- {
3947
- "type": "typeLiteral",
3948
- "members": [
3949
- {
3950
- "type": "propertySignature",
3951
- "key": {
3952
- "type": "identifier",
3953
- "name": "sub_goal_id"
3954
- },
3955
- "annotation": {
3956
- "type": "keyword",
3957
- "value": "string"
3958
- },
3959
- "computed": false
3960
- },
3961
- {
3962
- "type": "propertySignature",
3963
- "key": {
3964
- "type": "identifier",
3965
- "name": "title"
3966
- },
3967
- "annotation": {
3968
- "type": "keyword",
3969
- "value": "string"
3970
- },
3971
- "computed": false
3972
- }
3973
- ]
3974
- }
3975
- ]
3976
- }
3885
+ "type": "typeLiteral",
3886
+ "members": [
3887
+ {
3888
+ "type": "propertySignature",
3889
+ "key": {
3890
+ "type": "identifier",
3891
+ "name": "users"
3892
+ },
3893
+ "annotation": {
3894
+ "type": "reference",
3895
+ "typeName": {
3896
+ "type": "identifier",
3897
+ "name": "Array"
3898
+ },
3899
+ "typeParameters": {
3900
+ "type": "typeParameterInstantiation",
3901
+ "params": [
3902
+ {
3903
+ "type": "typeLiteral",
3904
+ "members": [
3905
+ {
3906
+ "type": "propertySignature",
3907
+ "key": {
3908
+ "type": "identifier",
3909
+ "name": "user_id"
3910
+ },
3911
+ "annotation": {
3912
+ "type": "keyword",
3913
+ "value": "string"
3914
+ },
3915
+ "computed": false
3916
+ },
3917
+ {
3918
+ "type": "propertySignature",
3919
+ "key": {
3920
+ "type": "identifier",
3921
+ "name": "user_name"
3922
+ },
3923
+ "annotation": {
3924
+ "type": "keyword",
3925
+ "value": "string"
3926
+ },
3927
+ "computed": false
3928
+ }
3929
+ ]
3930
+ }
3931
+ ]
3932
+ }
3933
+ },
3934
+ "computed": false
3935
+ }
3936
+ ]
3977
3937
  },
3978
3938
  "computed": false
3979
3939
  }
@@ -3994,7 +3954,7 @@
3994
3954
  },
3995
3955
  {
3996
3956
  "type": "interface",
3997
- "name": "ActivityOfAlterOwner",
3957
+ "name": "ActivityOfAddComment",
3998
3958
  "body": [
3999
3959
  {
4000
3960
  "type": "propertySignature",
@@ -4004,7 +3964,7 @@
4004
3964
  },
4005
3965
  "annotation": {
4006
3966
  "type": "jsLiteral",
4007
- "value": "alter_owner"
3967
+ "value": "add_comment"
4008
3968
  },
4009
3969
  "computed": false
4010
3970
  },
@@ -4021,99 +3981,11 @@
4021
3981
  "type": "propertySignature",
4022
3982
  "key": {
4023
3983
  "type": "identifier",
4024
- "name": "before"
4025
- },
4026
- "annotation": {
4027
- "type": "typeLiteral",
4028
- "members": [
4029
- {
4030
- "type": "propertySignature",
4031
- "key": {
4032
- "type": "identifier",
4033
- "name": "owner"
4034
- },
4035
- "annotation": {
4036
- "type": "typeLiteral",
4037
- "members": [
4038
- {
4039
- "type": "propertySignature",
4040
- "key": {
4041
- "type": "identifier",
4042
- "name": "user_id"
4043
- },
4044
- "annotation": {
4045
- "type": "keyword",
4046
- "value": "string"
4047
- },
4048
- "computed": false
4049
- },
4050
- {
4051
- "type": "propertySignature",
4052
- "key": {
4053
- "type": "identifier",
4054
- "name": "user_name"
4055
- },
4056
- "annotation": {
4057
- "type": "keyword",
4058
- "value": "string"
4059
- },
4060
- "computed": false
4061
- }
4062
- ]
4063
- },
4064
- "computed": false
4065
- }
4066
- ]
4067
- },
4068
- "computed": false
4069
- },
4070
- {
4071
- "type": "propertySignature",
4072
- "key": {
4073
- "type": "identifier",
4074
- "name": "after"
3984
+ "name": "comment_content"
4075
3985
  },
4076
3986
  "annotation": {
4077
- "type": "typeLiteral",
4078
- "members": [
4079
- {
4080
- "type": "propertySignature",
4081
- "key": {
4082
- "type": "identifier",
4083
- "name": "owner"
4084
- },
4085
- "annotation": {
4086
- "type": "typeLiteral",
4087
- "members": [
4088
- {
4089
- "type": "propertySignature",
4090
- "key": {
4091
- "type": "identifier",
4092
- "name": "user_id"
4093
- },
4094
- "annotation": {
4095
- "type": "keyword",
4096
- "value": "string"
4097
- },
4098
- "computed": false
4099
- },
4100
- {
4101
- "type": "propertySignature",
4102
- "key": {
4103
- "type": "identifier",
4104
- "name": "user_name"
4105
- },
4106
- "annotation": {
4107
- "type": "keyword",
4108
- "value": "string"
4109
- },
4110
- "computed": false
4111
- }
4112
- ]
4113
- },
4114
- "computed": false
4115
- }
4116
- ]
3987
+ "type": "keyword",
3988
+ "value": "string"
4117
3989
  },
4118
3990
  "computed": false
4119
3991
  }
@@ -4134,7 +4006,7 @@
4134
4006
  },
4135
4007
  {
4136
4008
  "type": "interface",
4137
- "name": "ActivityOfAlterUser",
4009
+ "name": "ActivityOfStartConversation",
4138
4010
  "body": [
4139
4011
  {
4140
4012
  "type": "propertySignature",
@@ -4144,7 +4016,7 @@
4144
4016
  },
4145
4017
  "annotation": {
4146
4018
  "type": "jsLiteral",
4147
- "value": "alter_user"
4019
+ "value": "start_conversation"
4148
4020
  },
4149
4021
  "computed": false
4150
4022
  },
@@ -4161,61 +4033,11 @@
4161
4033
  "type": "propertySignature",
4162
4034
  "key": {
4163
4035
  "type": "identifier",
4164
- "name": "before"
4036
+ "name": "conversation_id"
4165
4037
  },
4166
4038
  "annotation": {
4167
- "type": "typeLiteral",
4168
- "members": [
4169
- {
4170
- "type": "propertySignature",
4171
- "key": {
4172
- "type": "identifier",
4173
- "name": "users"
4174
- },
4175
- "annotation": {
4176
- "type": "reference",
4177
- "typeName": {
4178
- "type": "identifier",
4179
- "name": "Array"
4180
- },
4181
- "typeParameters": {
4182
- "type": "typeParameterInstantiation",
4183
- "params": [
4184
- {
4185
- "type": "typeLiteral",
4186
- "members": [
4187
- {
4188
- "type": "propertySignature",
4189
- "key": {
4190
- "type": "identifier",
4191
- "name": "user_id"
4192
- },
4193
- "annotation": {
4194
- "type": "keyword",
4195
- "value": "string"
4196
- },
4197
- "computed": false
4198
- },
4199
- {
4200
- "type": "propertySignature",
4201
- "key": {
4202
- "type": "identifier",
4203
- "name": "user_name"
4204
- },
4205
- "annotation": {
4206
- "type": "keyword",
4207
- "value": "string"
4208
- },
4209
- "computed": false
4210
- }
4211
- ]
4212
- }
4213
- ]
4214
- }
4215
- },
4216
- "computed": false
4217
- }
4218
- ]
4039
+ "type": "keyword",
4040
+ "value": "string"
4219
4041
  },
4220
4042
  "computed": false
4221
4043
  },
@@ -4223,62 +4045,25 @@
4223
4045
  "type": "propertySignature",
4224
4046
  "key": {
4225
4047
  "type": "identifier",
4226
- "name": "after"
4048
+ "name": "conversation_title"
4227
4049
  },
4228
4050
  "annotation": {
4229
- "type": "typeLiteral",
4230
- "members": [
4231
- {
4232
- "type": "propertySignature",
4233
- "key": {
4234
- "type": "identifier",
4235
- "name": "users"
4236
- },
4237
- "annotation": {
4238
- "type": "reference",
4239
- "typeName": {
4240
- "type": "identifier",
4241
- "name": "Array"
4242
- },
4243
- "typeParameters": {
4244
- "type": "typeParameterInstantiation",
4245
- "params": [
4246
- {
4247
- "type": "typeLiteral",
4248
- "members": [
4249
- {
4250
- "type": "propertySignature",
4251
- "key": {
4252
- "type": "identifier",
4253
- "name": "user_id"
4254
- },
4255
- "annotation": {
4256
- "type": "keyword",
4257
- "value": "string"
4258
- },
4259
- "computed": false
4260
- },
4261
- {
4262
- "type": "propertySignature",
4263
- "key": {
4264
- "type": "identifier",
4265
- "name": "user_name"
4266
- },
4267
- "annotation": {
4268
- "type": "keyword",
4269
- "value": "string"
4270
- },
4271
- "computed": false
4272
- }
4273
- ]
4274
- }
4275
- ]
4276
- }
4277
- },
4278
- "computed": false
4279
- }
4280
- ]
4051
+ "type": "keyword",
4052
+ "value": "string"
4053
+ },
4054
+ "computed": false
4055
+ },
4056
+ {
4057
+ "type": "propertySignature",
4058
+ "key": {
4059
+ "type": "identifier",
4060
+ "name": "conversation_description"
4061
+ },
4062
+ "annotation": {
4063
+ "type": "keyword",
4064
+ "value": "string"
4281
4065
  },
4066
+ "optional": true,
4282
4067
  "computed": false
4283
4068
  }
4284
4069
  ]
@@ -4295,20 +4080,79 @@
4295
4080
  }
4296
4081
  }
4297
4082
  ]
4083
+ }
4084
+ ]
4085
+ },
4086
+ "ai-portal.action-buttons": {
4087
+ "properties": [
4088
+ {
4089
+ "name": "items",
4090
+ "annotation": {
4091
+ "type": "array",
4092
+ "elementType": {
4093
+ "type": "reference",
4094
+ "typeName": {
4095
+ "type": "identifier",
4096
+ "name": "ActionItem"
4097
+ }
4098
+ }
4099
+ }
4298
4100
  },
4101
+ {
4102
+ "name": "activeKey",
4103
+ "annotation": {
4104
+ "type": "union",
4105
+ "types": [
4106
+ {
4107
+ "type": "keyword",
4108
+ "value": "string"
4109
+ },
4110
+ {
4111
+ "type": "keyword",
4112
+ "value": "null"
4113
+ }
4114
+ ]
4115
+ }
4116
+ }
4117
+ ],
4118
+ "events": [
4119
+ {
4120
+ "name": "change",
4121
+ "detail": {
4122
+ "annotation": {
4123
+ "type": "union",
4124
+ "types": [
4125
+ {
4126
+ "type": "reference",
4127
+ "typeName": {
4128
+ "type": "identifier",
4129
+ "name": "ActionItem"
4130
+ }
4131
+ },
4132
+ {
4133
+ "type": "keyword",
4134
+ "value": "null"
4135
+ }
4136
+ ]
4137
+ }
4138
+ }
4139
+ }
4140
+ ],
4141
+ "methods": [],
4142
+ "types": [
4299
4143
  {
4300
4144
  "type": "interface",
4301
- "name": "ActivityOfAddComment",
4145
+ "name": "ActionItem",
4302
4146
  "body": [
4303
4147
  {
4304
4148
  "type": "propertySignature",
4305
4149
  "key": {
4306
4150
  "type": "identifier",
4307
- "name": "action_type"
4151
+ "name": "text"
4308
4152
  },
4309
4153
  "annotation": {
4310
- "type": "jsLiteral",
4311
- "value": "add_comment"
4154
+ "type": "keyword",
4155
+ "value": "string"
4312
4156
  },
4313
4157
  "computed": false
4314
4158
  },
@@ -4316,143 +4160,272 @@
4316
4160
  "type": "propertySignature",
4317
4161
  "key": {
4318
4162
  "type": "identifier",
4319
- "name": "metadata"
4163
+ "name": "key"
4320
4164
  },
4321
4165
  "annotation": {
4322
- "type": "typeLiteral",
4323
- "members": [
4324
- {
4325
- "type": "propertySignature",
4326
- "key": {
4327
- "type": "identifier",
4328
- "name": "comment_content"
4329
- },
4330
- "annotation": {
4331
- "type": "keyword",
4332
- "value": "string"
4333
- },
4334
- "computed": false
4335
- }
4336
- ]
4166
+ "type": "keyword",
4167
+ "value": "string"
4337
4168
  },
4338
4169
  "computed": false
4339
- }
4340
- ],
4341
- "extends": [
4342
- {
4343
- "type": "expressionWithTypeArguments",
4344
- "expression": {
4345
- "type": "identifier",
4346
- "name": "ActivityBase"
4347
- }
4348
- }
4349
- ]
4350
- },
4351
- {
4352
- "type": "interface",
4353
- "name": "ActivityOfStartConversation",
4354
- "body": [
4170
+ },
4355
4171
  {
4356
4172
  "type": "propertySignature",
4357
4173
  "key": {
4358
4174
  "type": "identifier",
4359
- "name": "action_type"
4175
+ "name": "icon"
4360
4176
  },
4361
4177
  "annotation": {
4362
- "type": "jsLiteral",
4363
- "value": "start_conversation"
4178
+ "type": "reference",
4179
+ "typeName": {
4180
+ "type": "identifier",
4181
+ "name": "GeneralIconProps"
4182
+ }
4364
4183
  },
4184
+ "optional": true,
4365
4185
  "computed": false
4366
4186
  },
4367
4187
  {
4368
4188
  "type": "propertySignature",
4369
4189
  "key": {
4370
4190
  "type": "identifier",
4371
- "name": "metadata"
4191
+ "name": "hidden"
4372
4192
  },
4373
4193
  "annotation": {
4374
- "type": "typeLiteral",
4375
- "members": [
4376
- {
4377
- "type": "propertySignature",
4378
- "key": {
4379
- "type": "identifier",
4380
- "name": "conversation_id"
4381
- },
4382
- "annotation": {
4383
- "type": "keyword",
4384
- "value": "string"
4385
- },
4386
- "computed": false
4387
- },
4388
- {
4389
- "type": "propertySignature",
4390
- "key": {
4391
- "type": "identifier",
4392
- "name": "conversation_title"
4393
- },
4394
- "annotation": {
4395
- "type": "keyword",
4396
- "value": "string"
4397
- },
4398
- "computed": false
4399
- },
4400
- {
4401
- "type": "propertySignature",
4402
- "key": {
4403
- "type": "identifier",
4404
- "name": "conversation_description"
4405
- },
4406
- "annotation": {
4407
- "type": "keyword",
4408
- "value": "string"
4409
- },
4410
- "optional": true,
4411
- "computed": false
4412
- }
4413
- ]
4194
+ "type": "keyword",
4195
+ "value": "boolean"
4414
4196
  },
4197
+ "optional": true,
4415
4198
  "computed": false
4416
4199
  }
4417
- ],
4418
- "extends": [
4419
- {
4420
- "type": "expressionWithTypeArguments",
4421
- "expression": {
4422
- "type": "identifier",
4423
- "name": "ActivityBase"
4424
- }
4425
- }
4426
4200
  ]
4427
4201
  }
4428
4202
  ]
4429
4203
  },
4430
- "ai-portal.show-case": {
4204
+ "ai-portal.project-conversations": {
4431
4205
  "properties": [
4432
4206
  {
4433
- "name": "caseTitle",
4207
+ "name": "list",
4434
4208
  "annotation": {
4435
- "type": "keyword",
4436
- "value": "string"
4209
+ "type": "array",
4210
+ "elementType": {
4211
+ "type": "reference",
4212
+ "typeName": {
4213
+ "type": "identifier",
4214
+ "name": "Conversation"
4215
+ }
4216
+ }
4437
4217
  }
4438
4218
  },
4439
4219
  {
4440
- "name": "summary",
4220
+ "name": "urlTemplate",
4441
4221
  "annotation": {
4442
4222
  "type": "keyword",
4443
4223
  "value": "string"
4444
4224
  }
4445
4225
  },
4446
4226
  {
4447
- "name": "url",
4227
+ "name": "actions",
4448
4228
  "annotation": {
4449
- "type": "keyword",
4450
- "value": "string"
4229
+ "type": "array",
4230
+ "elementType": {
4231
+ "type": "reference",
4232
+ "typeName": {
4233
+ "type": "identifier",
4234
+ "name": "ActionType"
4235
+ }
4236
+ }
4237
+ }
4238
+ },
4239
+ {
4240
+ "name": "goals",
4241
+ "annotation": {
4242
+ "type": "array",
4243
+ "elementType": {
4244
+ "type": "reference",
4245
+ "typeName": {
4246
+ "type": "identifier",
4247
+ "name": "Goal"
4248
+ }
4249
+ }
4451
4250
  }
4452
4251
  }
4453
4252
  ],
4454
- "events": [],
4455
- "methods": []
4253
+ "events": [
4254
+ {
4255
+ "name": "goal.click",
4256
+ "detail": {
4257
+ "annotation": {
4258
+ "type": "reference",
4259
+ "typeName": {
4260
+ "type": "identifier",
4261
+ "name": "Conversation"
4262
+ }
4263
+ }
4264
+ }
4265
+ },
4266
+ {
4267
+ "name": "action.click",
4268
+ "detail": {
4269
+ "annotation": {
4270
+ "type": "reference",
4271
+ "typeName": {
4272
+ "type": "identifier",
4273
+ "name": "ActionClickDetail"
4274
+ }
4275
+ }
4276
+ }
4277
+ }
4278
+ ],
4279
+ "methods": [],
4280
+ "types": [
4281
+ {
4282
+ "type": "interface",
4283
+ "name": "Conversation",
4284
+ "body": [
4285
+ {
4286
+ "type": "propertySignature",
4287
+ "key": {
4288
+ "type": "identifier",
4289
+ "name": "conversationId"
4290
+ },
4291
+ "annotation": {
4292
+ "type": "keyword",
4293
+ "value": "string"
4294
+ },
4295
+ "computed": false
4296
+ },
4297
+ {
4298
+ "type": "propertySignature",
4299
+ "key": {
4300
+ "type": "identifier",
4301
+ "name": "title"
4302
+ },
4303
+ "annotation": {
4304
+ "type": "keyword",
4305
+ "value": "string"
4306
+ },
4307
+ "computed": false
4308
+ },
4309
+ {
4310
+ "type": "propertySignature",
4311
+ "key": {
4312
+ "type": "identifier",
4313
+ "name": "startTime"
4314
+ },
4315
+ "annotation": {
4316
+ "type": "keyword",
4317
+ "value": "number"
4318
+ },
4319
+ "computed": false
4320
+ },
4321
+ {
4322
+ "type": "propertySignature",
4323
+ "key": {
4324
+ "type": "identifier",
4325
+ "name": "description"
4326
+ },
4327
+ "annotation": {
4328
+ "type": "keyword",
4329
+ "value": "string"
4330
+ },
4331
+ "optional": true,
4332
+ "computed": false
4333
+ },
4334
+ {
4335
+ "type": "propertySignature",
4336
+ "key": {
4337
+ "type": "identifier",
4338
+ "name": "goalInstanceId"
4339
+ },
4340
+ "annotation": {
4341
+ "type": "keyword",
4342
+ "value": "string"
4343
+ },
4344
+ "optional": true,
4345
+ "computed": false
4346
+ },
4347
+ {
4348
+ "type": "propertySignature",
4349
+ "key": {
4350
+ "type": "identifier",
4351
+ "name": "username"
4352
+ },
4353
+ "annotation": {
4354
+ "type": "keyword",
4355
+ "value": "string"
4356
+ },
4357
+ "optional": true,
4358
+ "computed": false
4359
+ }
4360
+ ]
4361
+ },
4362
+ {
4363
+ "type": "interface",
4364
+ "name": "Goal",
4365
+ "body": [
4366
+ {
4367
+ "type": "propertySignature",
4368
+ "key": {
4369
+ "type": "identifier",
4370
+ "name": "instanceId"
4371
+ },
4372
+ "annotation": {
4373
+ "type": "keyword",
4374
+ "value": "string"
4375
+ },
4376
+ "computed": false
4377
+ },
4378
+ {
4379
+ "type": "propertySignature",
4380
+ "key": {
4381
+ "type": "identifier",
4382
+ "name": "title"
4383
+ },
4384
+ "annotation": {
4385
+ "type": "keyword",
4386
+ "value": "string"
4387
+ },
4388
+ "computed": false
4389
+ }
4390
+ ]
4391
+ },
4392
+ {
4393
+ "type": "interface",
4394
+ "name": "ActionClickDetail",
4395
+ "body": [
4396
+ {
4397
+ "type": "propertySignature",
4398
+ "key": {
4399
+ "type": "identifier",
4400
+ "name": "action"
4401
+ },
4402
+ "annotation": {
4403
+ "type": "reference",
4404
+ "typeName": {
4405
+ "type": "identifier",
4406
+ "name": "SimpleActionType"
4407
+ }
4408
+ },
4409
+ "computed": false
4410
+ },
4411
+ {
4412
+ "type": "propertySignature",
4413
+ "key": {
4414
+ "type": "identifier",
4415
+ "name": "item"
4416
+ },
4417
+ "annotation": {
4418
+ "type": "reference",
4419
+ "typeName": {
4420
+ "type": "identifier",
4421
+ "name": "Conversation"
4422
+ }
4423
+ },
4424
+ "computed": false
4425
+ }
4426
+ ]
4427
+ }
4428
+ ]
4456
4429
  },
4457
4430
  "ai-portal.chat-input": {
4458
4431
  "properties": [
@@ -4950,6 +4923,33 @@
4950
4923
  }
4951
4924
  ]
4952
4925
  },
4926
+ "ai-portal.show-case": {
4927
+ "properties": [
4928
+ {
4929
+ "name": "caseTitle",
4930
+ "annotation": {
4931
+ "type": "keyword",
4932
+ "value": "string"
4933
+ }
4934
+ },
4935
+ {
4936
+ "name": "summary",
4937
+ "annotation": {
4938
+ "type": "keyword",
4939
+ "value": "string"
4940
+ }
4941
+ },
4942
+ {
4943
+ "name": "url",
4944
+ "annotation": {
4945
+ "type": "keyword",
4946
+ "value": "string"
4947
+ }
4948
+ }
4949
+ ],
4950
+ "events": [],
4951
+ "methods": []
4952
+ },
4953
4953
  "ai-portal.flow-tabs": {
4954
4954
  "properties": [
4955
4955
  {
@@ -6276,232 +6276,84 @@
6276
6276
  }
6277
6277
  ]
6278
6278
  },
6279
- "ai-portal.elevo-sidebar": {
6279
+ "ai-portal.chat-box": {
6280
6280
  "properties": [
6281
6281
  {
6282
- "name": "userInstanceId",
6282
+ "name": "disabled",
6283
6283
  "annotation": {
6284
6284
  "type": "keyword",
6285
- "value": "string"
6285
+ "value": "boolean"
6286
6286
  }
6287
6287
  },
6288
6288
  {
6289
- "name": "behavior",
6290
- "annotation": {
6291
- "type": "union",
6292
- "types": [
6293
- {
6294
- "type": "jsLiteral",
6295
- "value": "default"
6296
- },
6297
- {
6298
- "type": "jsLiteral",
6299
- "value": "drawer"
6300
- }
6301
- ]
6302
- }
6303
- },
6304
- {
6305
- "name": "logoUrl",
6306
- "annotation": {
6307
- "type": "keyword",
6308
- "value": "string"
6309
- }
6310
- },
6311
- {
6312
- "name": "newChatUrl",
6313
- "annotation": {
6314
- "type": "keyword",
6315
- "value": "string"
6316
- }
6317
- },
6318
- {
6319
- "name": "newChatLinkWhenCollapsed",
6320
- "annotation": {
6321
- "type": "keyword",
6322
- "value": "boolean"
6323
- }
6324
- },
6325
- {
6326
- "name": "historyUrlTemplate",
6289
+ "name": "placeholder",
6327
6290
  "annotation": {
6328
6291
  "type": "keyword",
6329
6292
  "value": "string"
6330
6293
  }
6331
6294
  },
6332
6295
  {
6333
- "name": "historyActions",
6334
- "annotation": {
6335
- "type": "array",
6336
- "elementType": {
6337
- "type": "reference",
6338
- "typeName": {
6339
- "type": "identifier",
6340
- "name": "ActionType"
6341
- }
6342
- }
6343
- }
6344
- },
6345
- {
6346
- "name": "showProjects",
6296
+ "name": "autoFocus",
6347
6297
  "annotation": {
6348
6298
  "type": "keyword",
6349
6299
  "value": "boolean"
6350
6300
  }
6351
6301
  },
6352
6302
  {
6353
- "name": "projectUrlTemplate",
6354
- "annotation": {
6355
- "type": "keyword",
6356
- "value": "string"
6357
- }
6358
- },
6359
- {
6360
- "name": "projectActions",
6361
- "annotation": {
6362
- "type": "array",
6363
- "elementType": {
6364
- "type": "reference",
6365
- "typeName": {
6366
- "type": "identifier",
6367
- "name": "ActionType"
6368
- }
6369
- }
6370
- }
6371
- },
6372
- {
6373
- "name": "personalActions",
6374
- "annotation": {
6375
- "type": "array",
6376
- "elementType": {
6377
- "type": "reference",
6378
- "typeName": {
6379
- "type": "identifier",
6380
- "name": "ActionType"
6381
- }
6382
- }
6383
- }
6384
- },
6385
- {
6386
- "name": "links",
6303
+ "name": "aiEmployees",
6387
6304
  "annotation": {
6388
6305
  "type": "array",
6389
6306
  "elementType": {
6390
6307
  "type": "reference",
6391
6308
  "typeName": {
6392
6309
  "type": "identifier",
6393
- "name": "SidebarLink"
6310
+ "name": "AIEmployee"
6394
6311
  }
6395
6312
  }
6396
6313
  }
6397
6314
  },
6398
6315
  {
6399
- "name": "canAddProject",
6400
- "annotation": {
6401
- "type": "keyword",
6402
- "value": "boolean"
6403
- }
6404
- },
6405
- {
6406
- "name": "myLinks",
6316
+ "name": "commands",
6407
6317
  "annotation": {
6408
6318
  "type": "array",
6409
6319
  "elementType": {
6410
6320
  "type": "reference",
6411
6321
  "typeName": {
6412
6322
  "type": "identifier",
6413
- "name": "SidebarLink"
6323
+ "name": "Command"
6414
6324
  }
6415
6325
  }
6416
6326
  }
6417
6327
  },
6418
6328
  {
6419
- "name": "scope",
6420
- "annotation": {
6421
- "type": "union",
6422
- "types": [
6423
- {
6424
- "type": "jsLiteral",
6425
- "value": "default"
6426
- },
6427
- {
6428
- "type": "jsLiteral",
6429
- "value": "space"
6430
- }
6431
- ]
6432
- }
6433
- },
6434
- {
6435
- "name": "spaceNav",
6329
+ "name": "uploadOptions",
6436
6330
  "annotation": {
6437
6331
  "type": "reference",
6438
6332
  "typeName": {
6439
6333
  "type": "identifier",
6440
- "name": "SpaceNavProps"
6334
+ "name": "UploadOptions"
6441
6335
  }
6442
6336
  }
6443
6337
  }
6444
6338
  ],
6445
6339
  "events": [
6446
6340
  {
6447
- "name": "logout",
6448
- "detail": {
6449
- "annotation": {
6450
- "type": "keyword",
6451
- "value": "void"
6452
- }
6453
- }
6454
- },
6455
- {
6456
- "name": "action.click",
6457
- "detail": {
6458
- "annotation": {
6459
- "type": "reference",
6460
- "typeName": {
6461
- "type": "identifier",
6462
- "name": "ActionClickDetail"
6463
- }
6464
- }
6465
- }
6466
- },
6467
- {
6468
- "name": "project.action.click",
6469
- "detail": {
6470
- "annotation": {
6471
- "type": "reference",
6472
- "typeName": {
6473
- "type": "identifier",
6474
- "name": "ProjectActionClickDetail"
6475
- }
6476
- }
6477
- }
6478
- },
6479
- {
6480
- "name": "add.project",
6481
- "detail": {
6482
- "annotation": {
6483
- "type": "keyword",
6484
- "value": "void"
6485
- }
6486
- }
6487
- },
6488
- {
6489
- "name": "add.serviceflow",
6341
+ "name": "message.submit",
6490
6342
  "detail": {
6491
6343
  "annotation": {
6492
6344
  "type": "keyword",
6493
- "value": "void"
6345
+ "value": "string"
6494
6346
  }
6495
6347
  }
6496
6348
  },
6497
6349
  {
6498
- "name": "personal.action.click",
6350
+ "name": "chat.submit",
6499
6351
  "detail": {
6500
6352
  "annotation": {
6501
6353
  "type": "reference",
6502
6354
  "typeName": {
6503
6355
  "type": "identifier",
6504
- "name": "PersonalActionClickDetail"
6356
+ "name": "ChatPayload"
6505
6357
  }
6506
6358
  }
6507
6359
  }
@@ -6509,81 +6361,69 @@
6509
6361
  ],
6510
6362
  "methods": [
6511
6363
  {
6512
- "name": "pullHistory",
6364
+ "name": "setValue",
6513
6365
  "params": [
6514
6366
  {
6515
- "name": "delay",
6367
+ "name": "value",
6516
6368
  "annotation": {
6517
6369
  "type": "keyword",
6518
- "value": "number"
6370
+ "value": "string"
6519
6371
  }
6520
6372
  }
6521
6373
  ],
6522
6374
  "returns": {}
6523
6375
  },
6524
6376
  {
6525
- "name": "open",
6377
+ "name": "getValue",
6526
6378
  "params": [],
6527
6379
  "returns": {}
6528
6380
  },
6529
6381
  {
6530
- "name": "close",
6382
+ "name": "focusOnInput",
6531
6383
  "params": [],
6532
6384
  "returns": {}
6533
- },
6385
+ }
6386
+ ],
6387
+ "types": [
6534
6388
  {
6535
- "name": "removeProject",
6536
- "params": [
6389
+ "type": "interface",
6390
+ "name": "AIEmployee",
6391
+ "body": [
6537
6392
  {
6538
- "name": "projectId",
6393
+ "type": "propertySignature",
6394
+ "key": {
6395
+ "type": "identifier",
6396
+ "name": "employeeId"
6397
+ },
6539
6398
  "annotation": {
6540
6399
  "type": "keyword",
6541
6400
  "value": "string"
6542
- }
6543
- }
6544
- ],
6545
- "returns": {}
6546
- },
6547
- {
6548
- "name": "addProject",
6549
- "params": [
6550
- {
6551
- "name": "project",
6552
- "annotation": {
6553
- "type": "reference",
6554
- "typeName": {
6555
- "type": "identifier",
6556
- "name": "Project"
6557
- }
6558
- }
6559
- }
6560
- ],
6561
- "returns": {}
6562
- },
6563
- {
6564
- "name": "moveConversation",
6565
- "params": [
6401
+ },
6402
+ "computed": false
6403
+ },
6566
6404
  {
6567
- "name": "conversationId",
6405
+ "type": "propertySignature",
6406
+ "key": {
6407
+ "type": "identifier",
6408
+ "name": "name"
6409
+ },
6568
6410
  "annotation": {
6569
6411
  "type": "keyword",
6570
6412
  "value": "string"
6571
- }
6413
+ },
6414
+ "computed": false
6572
6415
  }
6573
- ],
6574
- "returns": {}
6575
- }
6576
- ],
6577
- "types": [
6416
+ ]
6417
+ },
6578
6418
  {
6579
6419
  "type": "interface",
6580
- "name": "SidebarLink",
6420
+ "name": "Command",
6581
6421
  "body": [
6582
6422
  {
6583
6423
  "type": "propertySignature",
6584
6424
  "key": {
6585
6425
  "type": "identifier",
6586
- "name": "title"
6426
+ "name": "label"
6587
6427
  },
6588
6428
  "annotation": {
6589
6429
  "type": "keyword",
@@ -6595,7 +6435,7 @@
6595
6435
  "type": "propertySignature",
6596
6436
  "key": {
6597
6437
  "type": "identifier",
6598
- "name": "url"
6438
+ "name": "value"
6599
6439
  },
6600
6440
  "annotation": {
6601
6441
  "type": "keyword",
@@ -6607,14 +6447,11 @@
6607
6447
  "type": "propertySignature",
6608
6448
  "key": {
6609
6449
  "type": "identifier",
6610
- "name": "icon"
6450
+ "name": "groupKey"
6611
6451
  },
6612
6452
  "annotation": {
6613
- "type": "reference",
6614
- "typeName": {
6615
- "type": "identifier",
6616
- "name": "GeneralIconProps"
6617
- }
6453
+ "type": "keyword",
6454
+ "value": "string"
6618
6455
  },
6619
6456
  "optional": true,
6620
6457
  "computed": false
@@ -6623,140 +6460,12 @@
6623
6460
  "type": "propertySignature",
6624
6461
  "key": {
6625
6462
  "type": "identifier",
6626
- "name": "activeIncludes"
6627
- },
6628
- "annotation": {
6629
- "type": "array",
6630
- "elementType": {
6631
- "type": "keyword",
6632
- "value": "string"
6633
- }
6634
- },
6635
- "optional": true,
6636
- "computed": false
6637
- }
6638
- ]
6639
- },
6640
- {
6641
- "type": "interface",
6642
- "name": "SpaceNavProps",
6643
- "body": [
6644
- {
6645
- "type": "propertySignature",
6646
- "key": {
6647
- "type": "identifier",
6648
- "name": "returnUrl"
6649
- },
6650
- "annotation": {
6651
- "type": "keyword",
6652
- "value": "string"
6653
- },
6654
- "computed": false
6655
- },
6656
- {
6657
- "type": "propertySignature",
6658
- "key": {
6659
- "type": "identifier",
6660
- "name": "introUrl"
6463
+ "name": "groupLabel"
6661
6464
  },
6662
6465
  "annotation": {
6663
6466
  "type": "keyword",
6664
6467
  "value": "string"
6665
6468
  },
6666
- "computed": false
6667
- },
6668
- {
6669
- "type": "propertySignature",
6670
- "key": {
6671
- "type": "identifier",
6672
- "name": "spaceDetail"
6673
- },
6674
- "annotation": {
6675
- "type": "typeLiteral",
6676
- "members": [
6677
- {
6678
- "type": "propertySignature",
6679
- "key": {
6680
- "type": "identifier",
6681
- "name": "instanceId"
6682
- },
6683
- "annotation": {
6684
- "type": "keyword",
6685
- "value": "string"
6686
- },
6687
- "computed": false
6688
- },
6689
- {
6690
- "type": "propertySignature",
6691
- "key": {
6692
- "type": "identifier",
6693
- "name": "name"
6694
- },
6695
- "annotation": {
6696
- "type": "keyword",
6697
- "value": "string"
6698
- },
6699
- "computed": false
6700
- },
6701
- {
6702
- "type": "propertySignature",
6703
- "key": {
6704
- "type": "identifier",
6705
- "name": "icon"
6706
- },
6707
- "annotation": {
6708
- "type": "intersection",
6709
- "types": [
6710
- {
6711
- "type": "reference",
6712
- "typeName": {
6713
- "type": "identifier",
6714
- "name": "GeneralIconProps"
6715
- }
6716
- },
6717
- {
6718
- "type": "typeLiteral",
6719
- "members": [
6720
- {
6721
- "type": "propertySignature",
6722
- "key": {
6723
- "type": "identifier",
6724
- "name": "color"
6725
- },
6726
- "annotation": {
6727
- "type": "keyword",
6728
- "value": "string"
6729
- },
6730
- "optional": true,
6731
- "computed": false
6732
- }
6733
- ]
6734
- }
6735
- ]
6736
- },
6737
- "optional": true,
6738
- "computed": false
6739
- }
6740
- ]
6741
- },
6742
- "computed": false
6743
- },
6744
- {
6745
- "type": "propertySignature",
6746
- "key": {
6747
- "type": "identifier",
6748
- "name": "spaceObjects"
6749
- },
6750
- "annotation": {
6751
- "type": "array",
6752
- "elementType": {
6753
- "type": "reference",
6754
- "typeName": {
6755
- "type": "identifier",
6756
- "name": "SidebarLink"
6757
- }
6758
- }
6759
- },
6760
6469
  "optional": true,
6761
6470
  "computed": false
6762
6471
  },
@@ -6764,7 +6473,7 @@
6764
6473
  "type": "propertySignature",
6765
6474
  "key": {
6766
6475
  "type": "identifier",
6767
- "name": "spaceServiceflows"
6476
+ "name": "subCommands"
6768
6477
  },
6769
6478
  "annotation": {
6770
6479
  "type": "array",
@@ -6772,7 +6481,7 @@
6772
6481
  "type": "reference",
6773
6482
  "typeName": {
6774
6483
  "type": "identifier",
6775
- "name": "SidebarLink"
6484
+ "name": "Command"
6776
6485
  }
6777
6486
  }
6778
6487
  },
@@ -6783,16 +6492,13 @@
6783
6492
  "type": "propertySignature",
6784
6493
  "key": {
6785
6494
  "type": "identifier",
6786
- "name": "spaceLinks"
6495
+ "name": "payload"
6787
6496
  },
6788
6497
  "annotation": {
6789
- "type": "array",
6790
- "elementType": {
6791
- "type": "reference",
6792
- "typeName": {
6793
- "type": "identifier",
6794
- "name": "SidebarLink"
6795
- }
6498
+ "type": "reference",
6499
+ "typeName": {
6500
+ "type": "identifier",
6501
+ "name": "CommandPayload"
6796
6502
  }
6797
6503
  },
6798
6504
  "optional": true,
@@ -6802,324 +6508,227 @@
6802
6508
  },
6803
6509
  {
6804
6510
  "type": "interface",
6805
- "name": "ActionClickDetail",
6511
+ "name": "UploadOptions",
6806
6512
  "body": [
6807
6513
  {
6808
6514
  "type": "propertySignature",
6809
6515
  "key": {
6810
6516
  "type": "identifier",
6811
- "name": "action"
6812
- },
6813
- "annotation": {
6814
- "type": "intersection",
6815
- "types": [
6816
- {
6817
- "type": "reference",
6818
- "typeName": {
6819
- "type": "identifier",
6820
- "name": "SimpleActionType"
6821
- }
6822
- },
6823
- {
6824
- "type": "typeLiteral",
6825
- "members": [
6826
- {
6827
- "type": "propertySignature",
6828
- "key": {
6829
- "type": "identifier",
6830
- "name": "project"
6831
- },
6832
- "annotation": {
6833
- "type": "reference",
6834
- "typeName": {
6835
- "type": "identifier",
6836
- "name": "Project"
6837
- }
6838
- },
6839
- "optional": true,
6840
- "computed": false
6841
- }
6842
- ]
6843
- }
6844
- ]
6845
- },
6846
- "computed": false
6847
- },
6848
- {
6849
- "type": "propertySignature",
6850
- "key": {
6851
- "type": "identifier",
6852
- "name": "item"
6517
+ "name": "enabled"
6853
6518
  },
6854
6519
  "annotation": {
6855
- "type": "reference",
6856
- "typeName": {
6857
- "type": "identifier",
6858
- "name": "HistoryItem"
6859
- }
6520
+ "type": "keyword",
6521
+ "value": "boolean"
6860
6522
  },
6523
+ "optional": true,
6861
6524
  "computed": false
6862
6525
  },
6863
6526
  {
6864
6527
  "type": "propertySignature",
6865
6528
  "key": {
6866
6529
  "type": "identifier",
6867
- "name": "project"
6530
+ "name": "dragDisabled"
6868
6531
  },
6869
6532
  "annotation": {
6870
- "type": "reference",
6871
- "typeName": {
6872
- "type": "identifier",
6873
- "name": "Project"
6874
- }
6533
+ "type": "keyword",
6534
+ "value": "boolean"
6875
6535
  },
6876
6536
  "optional": true,
6877
6537
  "computed": false
6878
- }
6879
- ]
6880
- },
6881
- {
6882
- "type": "interface",
6883
- "name": "Project",
6884
- "body": [
6538
+ },
6885
6539
  {
6886
6540
  "type": "propertySignature",
6887
6541
  "key": {
6888
6542
  "type": "identifier",
6889
- "name": "instanceId"
6543
+ "name": "dragTips"
6890
6544
  },
6891
6545
  "annotation": {
6892
6546
  "type": "keyword",
6893
6547
  "value": "string"
6894
6548
  },
6895
- "computed": false,
6896
- "description": "实例ID"
6549
+ "optional": true,
6550
+ "computed": false
6897
6551
  },
6898
6552
  {
6899
6553
  "type": "propertySignature",
6900
6554
  "key": {
6901
6555
  "type": "identifier",
6902
- "name": "name"
6556
+ "name": "accept"
6903
6557
  },
6904
6558
  "annotation": {
6905
6559
  "type": "keyword",
6906
6560
  "value": "string"
6907
6561
  },
6908
- "computed": false,
6909
- "description": "项目名称"
6562
+ "optional": true,
6563
+ "computed": false
6910
6564
  },
6911
6565
  {
6912
6566
  "type": "propertySignature",
6913
6567
  "key": {
6914
6568
  "type": "identifier",
6915
- "name": "description"
6569
+ "name": "maxFiles"
6916
6570
  },
6917
6571
  "annotation": {
6918
6572
  "type": "keyword",
6919
- "value": "string"
6573
+ "value": "number"
6920
6574
  },
6921
- "computed": false,
6922
- "description": "项目描述"
6575
+ "optional": true,
6576
+ "computed": false
6923
6577
  },
6924
6578
  {
6925
6579
  "type": "propertySignature",
6926
6580
  "key": {
6927
6581
  "type": "identifier",
6928
- "name": "state"
6582
+ "name": "maxSize"
6929
6583
  },
6930
6584
  "annotation": {
6931
- "type": "union",
6932
- "types": [
6933
- {
6934
- "type": "jsLiteral",
6935
- "value": "active"
6936
- },
6937
- {
6938
- "type": "jsLiteral",
6939
- "value": "inactive"
6940
- }
6941
- ]
6585
+ "type": "keyword",
6586
+ "value": "number"
6942
6587
  },
6588
+ "optional": true,
6943
6589
  "computed": false,
6944
- "description": "状态"
6590
+ "description": "In bytes"
6945
6591
  },
6946
6592
  {
6947
6593
  "type": "propertySignature",
6948
6594
  "key": {
6949
6595
  "type": "identifier",
6950
- "name": "defaultAiEmployeeId"
6596
+ "name": "readableAccept"
6951
6597
  },
6952
6598
  "annotation": {
6953
6599
  "type": "keyword",
6954
6600
  "value": "string"
6955
6601
  },
6956
- "computed": false,
6957
- "description": "默认数字人ID"
6602
+ "optional": true,
6603
+ "computed": false
6958
6604
  },
6959
6605
  {
6960
6606
  "type": "propertySignature",
6961
6607
  "key": {
6962
6608
  "type": "identifier",
6963
- "name": "creator"
6609
+ "name": "readableMaxSize"
6964
6610
  },
6965
6611
  "annotation": {
6966
6612
  "type": "keyword",
6967
6613
  "value": "string"
6968
6614
  },
6969
- "computed": false,
6970
- "description": "创建者"
6971
- },
6972
- {
6973
- "type": "propertySignature",
6974
- "key": {
6975
- "type": "identifier",
6976
- "name": "ctime"
6977
- },
6978
- "annotation": {
6979
- "type": "keyword",
6980
- "value": "string"
6981
- },
6982
- "computed": false,
6983
- "description": "创建时间"
6984
- },
6985
- {
6986
- "type": "propertySignature",
6987
- "key": {
6988
- "type": "identifier",
6989
- "name": "mtime"
6990
- },
6991
- "annotation": {
6992
- "type": "keyword",
6993
- "value": "string"
6994
- },
6995
- "computed": false,
6996
- "description": "修改时间"
6997
- },
6998
- {
6999
- "type": "propertySignature",
7000
- "key": {
7001
- "type": "identifier",
7002
- "name": "modifier"
7003
- },
7004
- "annotation": {
7005
- "type": "keyword",
7006
- "value": "string"
7007
- },
7008
- "computed": false,
7009
- "description": "修改者"
6615
+ "optional": true,
6616
+ "computed": false
7010
6617
  }
7011
6618
  ]
7012
6619
  },
7013
6620
  {
7014
6621
  "type": "interface",
7015
- "name": "HistoryItem",
6622
+ "name": "ChatPayload",
7016
6623
  "body": [
7017
6624
  {
7018
6625
  "type": "propertySignature",
7019
6626
  "key": {
7020
6627
  "type": "identifier",
7021
- "name": "conversationId"
7022
- },
7023
- "annotation": {
7024
- "type": "keyword",
7025
- "value": "string"
7026
- },
7027
- "computed": false
7028
- },
7029
- {
7030
- "type": "propertySignature",
7031
- "key": {
7032
- "type": "identifier",
7033
- "name": "title"
6628
+ "name": "content"
7034
6629
  },
7035
6630
  "annotation": {
7036
6631
  "type": "keyword",
7037
6632
  "value": "string"
7038
6633
  },
7039
6634
  "computed": false
7040
- },
6635
+ }
6636
+ ],
6637
+ "extends": [
7041
6638
  {
7042
- "type": "propertySignature",
7043
- "key": {
6639
+ "type": "expressionWithTypeArguments",
6640
+ "expression": {
7044
6641
  "type": "identifier",
7045
- "name": "startTime"
7046
- },
7047
- "annotation": {
7048
- "type": "keyword",
7049
- "value": "number"
7050
- },
7051
- "computed": false
7052
- },
6642
+ "name": "ExtraChatPayload"
6643
+ }
6644
+ }
6645
+ ]
6646
+ },
6647
+ {
6648
+ "type": "interface",
6649
+ "name": "ExtraChatPayload",
6650
+ "body": [
7053
6651
  {
7054
6652
  "type": "propertySignature",
7055
6653
  "key": {
7056
6654
  "type": "identifier",
7057
- "name": "state"
6655
+ "name": "files"
7058
6656
  },
7059
6657
  "annotation": {
7060
- "type": "reference",
7061
- "typeName": {
7062
- "type": "identifier",
7063
- "name": "ConversationState"
6658
+ "type": "array",
6659
+ "elementType": {
6660
+ "type": "reference",
6661
+ "typeName": {
6662
+ "type": "identifier",
6663
+ "name": "UploadFileInfo"
6664
+ }
7064
6665
  }
7065
6666
  },
7066
6667
  "optional": true,
7067
6668
  "computed": false
7068
- }
7069
- ]
7070
- },
7071
- {
7072
- "type": "interface",
7073
- "name": "ProjectActionClickDetail",
7074
- "body": [
6669
+ },
7075
6670
  {
7076
6671
  "type": "propertySignature",
7077
6672
  "key": {
7078
6673
  "type": "identifier",
7079
- "name": "action"
6674
+ "name": "cmd"
7080
6675
  },
7081
6676
  "annotation": {
7082
- "type": "reference",
7083
- "typeName": {
7084
- "type": "identifier",
7085
- "name": "SimpleActionType"
7086
- }
6677
+ "type": "union",
6678
+ "types": [
6679
+ {
6680
+ "type": "reference",
6681
+ "typeName": {
6682
+ "type": "identifier",
6683
+ "name": "CommandPayload"
6684
+ }
6685
+ },
6686
+ {
6687
+ "type": "keyword",
6688
+ "value": "null"
6689
+ }
6690
+ ]
7087
6691
  },
6692
+ "optional": true,
7088
6693
  "computed": false
7089
6694
  },
7090
6695
  {
7091
6696
  "type": "propertySignature",
7092
6697
  "key": {
7093
6698
  "type": "identifier",
7094
- "name": "project"
6699
+ "name": "aiEmployeeId"
7095
6700
  },
7096
6701
  "annotation": {
7097
- "type": "reference",
7098
- "typeName": {
7099
- "type": "identifier",
7100
- "name": "Project"
7101
- }
6702
+ "type": "union",
6703
+ "types": [
6704
+ {
6705
+ "type": "keyword",
6706
+ "value": "string"
6707
+ },
6708
+ {
6709
+ "type": "keyword",
6710
+ "value": "null"
6711
+ }
6712
+ ]
7102
6713
  },
6714
+ "optional": true,
7103
6715
  "computed": false
7104
6716
  }
7105
6717
  ]
7106
6718
  },
7107
6719
  {
7108
6720
  "type": "interface",
7109
- "name": "PersonalActionClickDetail",
6721
+ "name": "UploadFileInfo",
7110
6722
  "body": [
7111
6723
  {
7112
6724
  "type": "propertySignature",
7113
6725
  "key": {
7114
6726
  "type": "identifier",
7115
- "name": "action"
6727
+ "name": "fileId"
7116
6728
  },
7117
6729
  "annotation": {
7118
- "type": "reference",
7119
- "typeName": {
7120
- "type": "identifier",
7121
- "name": "SimpleActionType"
7122
- }
6730
+ "type": "keyword",
6731
+ "value": "string"
7123
6732
  },
7124
6733
  "computed": false
7125
6734
  }
@@ -7127,128 +6736,587 @@
7127
6736
  }
7128
6737
  ]
7129
6738
  },
7130
- "ai-portal.chat-box": {
6739
+ "ai-portal.elevo-sidebar": {
7131
6740
  "properties": [
7132
6741
  {
7133
- "name": "disabled",
6742
+ "name": "userInstanceId",
7134
6743
  "annotation": {
7135
6744
  "type": "keyword",
7136
- "value": "boolean"
6745
+ "value": "string"
7137
6746
  }
7138
6747
  },
7139
6748
  {
7140
- "name": "placeholder",
6749
+ "name": "behavior",
6750
+ "annotation": {
6751
+ "type": "union",
6752
+ "types": [
6753
+ {
6754
+ "type": "jsLiteral",
6755
+ "value": "default"
6756
+ },
6757
+ {
6758
+ "type": "jsLiteral",
6759
+ "value": "drawer"
6760
+ }
6761
+ ]
6762
+ }
6763
+ },
6764
+ {
6765
+ "name": "logoUrl",
7141
6766
  "annotation": {
7142
6767
  "type": "keyword",
7143
6768
  "value": "string"
7144
6769
  }
7145
6770
  },
7146
6771
  {
7147
- "name": "autoFocus",
6772
+ "name": "newChatUrl",
6773
+ "annotation": {
6774
+ "type": "keyword",
6775
+ "value": "string"
6776
+ }
6777
+ },
6778
+ {
6779
+ "name": "newChatLinkWhenCollapsed",
7148
6780
  "annotation": {
7149
6781
  "type": "keyword",
7150
6782
  "value": "boolean"
7151
6783
  }
7152
6784
  },
7153
6785
  {
7154
- "name": "aiEmployees",
6786
+ "name": "historyUrlTemplate",
6787
+ "annotation": {
6788
+ "type": "keyword",
6789
+ "value": "string"
6790
+ }
6791
+ },
6792
+ {
6793
+ "name": "historyActions",
7155
6794
  "annotation": {
7156
6795
  "type": "array",
7157
6796
  "elementType": {
7158
6797
  "type": "reference",
7159
6798
  "typeName": {
7160
6799
  "type": "identifier",
7161
- "name": "AIEmployee"
6800
+ "name": "ActionType"
7162
6801
  }
7163
6802
  }
7164
6803
  }
7165
6804
  },
7166
6805
  {
7167
- "name": "commands",
6806
+ "name": "showProjects",
6807
+ "annotation": {
6808
+ "type": "keyword",
6809
+ "value": "boolean"
6810
+ }
6811
+ },
6812
+ {
6813
+ "name": "projectUrlTemplate",
6814
+ "annotation": {
6815
+ "type": "keyword",
6816
+ "value": "string"
6817
+ }
6818
+ },
6819
+ {
6820
+ "name": "projectActions",
7168
6821
  "annotation": {
7169
6822
  "type": "array",
7170
6823
  "elementType": {
7171
6824
  "type": "reference",
7172
6825
  "typeName": {
7173
6826
  "type": "identifier",
7174
- "name": "Command"
6827
+ "name": "ActionType"
7175
6828
  }
7176
6829
  }
7177
6830
  }
7178
6831
  },
7179
6832
  {
7180
- "name": "uploadOptions",
6833
+ "name": "personalActions",
7181
6834
  "annotation": {
7182
- "type": "reference",
7183
- "typeName": {
7184
- "type": "identifier",
7185
- "name": "UploadOptions"
7186
- }
7187
- }
7188
- }
7189
- ],
7190
- "events": [
7191
- {
7192
- "name": "message.submit",
7193
- "detail": {
7194
- "annotation": {
7195
- "type": "keyword",
7196
- "value": "string"
6835
+ "type": "array",
6836
+ "elementType": {
6837
+ "type": "reference",
6838
+ "typeName": {
6839
+ "type": "identifier",
6840
+ "name": "ActionType"
6841
+ }
7197
6842
  }
7198
6843
  }
7199
6844
  },
7200
6845
  {
7201
- "name": "chat.submit",
7202
- "detail": {
7203
- "annotation": {
6846
+ "name": "links",
6847
+ "annotation": {
6848
+ "type": "array",
6849
+ "elementType": {
7204
6850
  "type": "reference",
7205
6851
  "typeName": {
7206
6852
  "type": "identifier",
7207
- "name": "ChatPayload"
6853
+ "name": "SidebarLink"
7208
6854
  }
7209
6855
  }
7210
6856
  }
7211
- }
7212
- ],
7213
- "methods": [
6857
+ },
7214
6858
  {
7215
- "name": "setValue",
6859
+ "name": "canAddProject",
6860
+ "annotation": {
6861
+ "type": "keyword",
6862
+ "value": "boolean"
6863
+ }
6864
+ },
6865
+ {
6866
+ "name": "myLinks",
6867
+ "annotation": {
6868
+ "type": "array",
6869
+ "elementType": {
6870
+ "type": "reference",
6871
+ "typeName": {
6872
+ "type": "identifier",
6873
+ "name": "SidebarLink"
6874
+ }
6875
+ }
6876
+ }
6877
+ },
6878
+ {
6879
+ "name": "scope",
6880
+ "annotation": {
6881
+ "type": "union",
6882
+ "types": [
6883
+ {
6884
+ "type": "jsLiteral",
6885
+ "value": "default"
6886
+ },
6887
+ {
6888
+ "type": "jsLiteral",
6889
+ "value": "space"
6890
+ }
6891
+ ]
6892
+ }
6893
+ },
6894
+ {
6895
+ "name": "spaceNav",
6896
+ "annotation": {
6897
+ "type": "reference",
6898
+ "typeName": {
6899
+ "type": "identifier",
6900
+ "name": "SpaceNavProps"
6901
+ }
6902
+ }
6903
+ }
6904
+ ],
6905
+ "events": [
6906
+ {
6907
+ "name": "logout",
6908
+ "detail": {
6909
+ "annotation": {
6910
+ "type": "keyword",
6911
+ "value": "void"
6912
+ }
6913
+ }
6914
+ },
6915
+ {
6916
+ "name": "action.click",
6917
+ "detail": {
6918
+ "annotation": {
6919
+ "type": "reference",
6920
+ "typeName": {
6921
+ "type": "identifier",
6922
+ "name": "ActionClickDetail"
6923
+ }
6924
+ }
6925
+ }
6926
+ },
6927
+ {
6928
+ "name": "project.action.click",
6929
+ "detail": {
6930
+ "annotation": {
6931
+ "type": "reference",
6932
+ "typeName": {
6933
+ "type": "identifier",
6934
+ "name": "ProjectActionClickDetail"
6935
+ }
6936
+ }
6937
+ }
6938
+ },
6939
+ {
6940
+ "name": "add.project",
6941
+ "detail": {
6942
+ "annotation": {
6943
+ "type": "keyword",
6944
+ "value": "void"
6945
+ }
6946
+ }
6947
+ },
6948
+ {
6949
+ "name": "add.serviceflow",
6950
+ "detail": {
6951
+ "annotation": {
6952
+ "type": "keyword",
6953
+ "value": "void"
6954
+ }
6955
+ }
6956
+ },
6957
+ {
6958
+ "name": "personal.action.click",
6959
+ "detail": {
6960
+ "annotation": {
6961
+ "type": "reference",
6962
+ "typeName": {
6963
+ "type": "identifier",
6964
+ "name": "PersonalActionClickDetail"
6965
+ }
6966
+ }
6967
+ }
6968
+ }
6969
+ ],
6970
+ "methods": [
6971
+ {
6972
+ "name": "pullHistory",
7216
6973
  "params": [
7217
6974
  {
7218
- "name": "value",
6975
+ "name": "delay",
7219
6976
  "annotation": {
7220
6977
  "type": "keyword",
7221
- "value": "string"
6978
+ "value": "number"
7222
6979
  }
7223
6980
  }
7224
6981
  ],
7225
6982
  "returns": {}
7226
6983
  },
7227
6984
  {
7228
- "name": "getValue",
6985
+ "name": "open",
7229
6986
  "params": [],
7230
6987
  "returns": {}
7231
6988
  },
7232
6989
  {
7233
- "name": "focusOnInput",
6990
+ "name": "close",
7234
6991
  "params": [],
7235
6992
  "returns": {}
6993
+ },
6994
+ {
6995
+ "name": "removeProject",
6996
+ "params": [
6997
+ {
6998
+ "name": "projectId",
6999
+ "annotation": {
7000
+ "type": "keyword",
7001
+ "value": "string"
7002
+ }
7003
+ }
7004
+ ],
7005
+ "returns": {}
7006
+ },
7007
+ {
7008
+ "name": "addProject",
7009
+ "params": [
7010
+ {
7011
+ "name": "project",
7012
+ "annotation": {
7013
+ "type": "reference",
7014
+ "typeName": {
7015
+ "type": "identifier",
7016
+ "name": "Project"
7017
+ }
7018
+ }
7019
+ }
7020
+ ],
7021
+ "returns": {}
7022
+ },
7023
+ {
7024
+ "name": "moveConversation",
7025
+ "params": [
7026
+ {
7027
+ "name": "conversationId",
7028
+ "annotation": {
7029
+ "type": "keyword",
7030
+ "value": "string"
7031
+ }
7032
+ }
7033
+ ],
7034
+ "returns": {}
7236
7035
  }
7237
7036
  ],
7238
7037
  "types": [
7239
7038
  {
7240
7039
  "type": "interface",
7241
- "name": "AIEmployee",
7040
+ "name": "SidebarLink",
7041
+ "body": [
7042
+ {
7043
+ "type": "propertySignature",
7044
+ "key": {
7045
+ "type": "identifier",
7046
+ "name": "title"
7047
+ },
7048
+ "annotation": {
7049
+ "type": "keyword",
7050
+ "value": "string"
7051
+ },
7052
+ "computed": false
7053
+ },
7054
+ {
7055
+ "type": "propertySignature",
7056
+ "key": {
7057
+ "type": "identifier",
7058
+ "name": "url"
7059
+ },
7060
+ "annotation": {
7061
+ "type": "keyword",
7062
+ "value": "string"
7063
+ },
7064
+ "computed": false
7065
+ },
7066
+ {
7067
+ "type": "propertySignature",
7068
+ "key": {
7069
+ "type": "identifier",
7070
+ "name": "icon"
7071
+ },
7072
+ "annotation": {
7073
+ "type": "reference",
7074
+ "typeName": {
7075
+ "type": "identifier",
7076
+ "name": "GeneralIconProps"
7077
+ }
7078
+ },
7079
+ "optional": true,
7080
+ "computed": false
7081
+ },
7082
+ {
7083
+ "type": "propertySignature",
7084
+ "key": {
7085
+ "type": "identifier",
7086
+ "name": "activeIncludes"
7087
+ },
7088
+ "annotation": {
7089
+ "type": "array",
7090
+ "elementType": {
7091
+ "type": "keyword",
7092
+ "value": "string"
7093
+ }
7094
+ },
7095
+ "optional": true,
7096
+ "computed": false
7097
+ }
7098
+ ]
7099
+ },
7100
+ {
7101
+ "type": "interface",
7102
+ "name": "SpaceNavProps",
7242
7103
  "body": [
7243
7104
  {
7244
7105
  "type": "propertySignature",
7245
7106
  "key": {
7246
7107
  "type": "identifier",
7247
- "name": "employeeId"
7108
+ "name": "returnUrl"
7109
+ },
7110
+ "annotation": {
7111
+ "type": "keyword",
7112
+ "value": "string"
7113
+ },
7114
+ "computed": false
7115
+ },
7116
+ {
7117
+ "type": "propertySignature",
7118
+ "key": {
7119
+ "type": "identifier",
7120
+ "name": "introUrl"
7121
+ },
7122
+ "annotation": {
7123
+ "type": "keyword",
7124
+ "value": "string"
7125
+ },
7126
+ "computed": false
7127
+ },
7128
+ {
7129
+ "type": "propertySignature",
7130
+ "key": {
7131
+ "type": "identifier",
7132
+ "name": "spaceDetail"
7133
+ },
7134
+ "annotation": {
7135
+ "type": "typeLiteral",
7136
+ "members": [
7137
+ {
7138
+ "type": "propertySignature",
7139
+ "key": {
7140
+ "type": "identifier",
7141
+ "name": "instanceId"
7142
+ },
7143
+ "annotation": {
7144
+ "type": "keyword",
7145
+ "value": "string"
7146
+ },
7147
+ "computed": false
7148
+ },
7149
+ {
7150
+ "type": "propertySignature",
7151
+ "key": {
7152
+ "type": "identifier",
7153
+ "name": "name"
7154
+ },
7155
+ "annotation": {
7156
+ "type": "keyword",
7157
+ "value": "string"
7158
+ },
7159
+ "computed": false
7160
+ },
7161
+ {
7162
+ "type": "propertySignature",
7163
+ "key": {
7164
+ "type": "identifier",
7165
+ "name": "icon"
7166
+ },
7167
+ "annotation": {
7168
+ "type": "intersection",
7169
+ "types": [
7170
+ {
7171
+ "type": "reference",
7172
+ "typeName": {
7173
+ "type": "identifier",
7174
+ "name": "GeneralIconProps"
7175
+ }
7176
+ },
7177
+ {
7178
+ "type": "typeLiteral",
7179
+ "members": [
7180
+ {
7181
+ "type": "propertySignature",
7182
+ "key": {
7183
+ "type": "identifier",
7184
+ "name": "color"
7185
+ },
7186
+ "annotation": {
7187
+ "type": "keyword",
7188
+ "value": "string"
7189
+ },
7190
+ "optional": true,
7191
+ "computed": false
7192
+ }
7193
+ ]
7194
+ }
7195
+ ]
7196
+ },
7197
+ "optional": true,
7198
+ "computed": false
7199
+ }
7200
+ ]
7201
+ },
7202
+ "computed": false
7203
+ },
7204
+ {
7205
+ "type": "propertySignature",
7206
+ "key": {
7207
+ "type": "identifier",
7208
+ "name": "spaceObjects"
7209
+ },
7210
+ "annotation": {
7211
+ "type": "array",
7212
+ "elementType": {
7213
+ "type": "reference",
7214
+ "typeName": {
7215
+ "type": "identifier",
7216
+ "name": "SidebarLink"
7217
+ }
7218
+ }
7219
+ },
7220
+ "optional": true,
7221
+ "computed": false
7222
+ },
7223
+ {
7224
+ "type": "propertySignature",
7225
+ "key": {
7226
+ "type": "identifier",
7227
+ "name": "spaceServiceflows"
7228
+ },
7229
+ "annotation": {
7230
+ "type": "array",
7231
+ "elementType": {
7232
+ "type": "reference",
7233
+ "typeName": {
7234
+ "type": "identifier",
7235
+ "name": "SidebarLink"
7236
+ }
7237
+ }
7238
+ },
7239
+ "optional": true,
7240
+ "computed": false
7241
+ },
7242
+ {
7243
+ "type": "propertySignature",
7244
+ "key": {
7245
+ "type": "identifier",
7246
+ "name": "spaceLinks"
7247
+ },
7248
+ "annotation": {
7249
+ "type": "array",
7250
+ "elementType": {
7251
+ "type": "reference",
7252
+ "typeName": {
7253
+ "type": "identifier",
7254
+ "name": "SidebarLink"
7255
+ }
7256
+ }
7257
+ },
7258
+ "optional": true,
7259
+ "computed": false
7260
+ }
7261
+ ]
7262
+ },
7263
+ {
7264
+ "type": "interface",
7265
+ "name": "ActionClickDetail",
7266
+ "body": [
7267
+ {
7268
+ "type": "propertySignature",
7269
+ "key": {
7270
+ "type": "identifier",
7271
+ "name": "action"
7272
+ },
7273
+ "annotation": {
7274
+ "type": "intersection",
7275
+ "types": [
7276
+ {
7277
+ "type": "reference",
7278
+ "typeName": {
7279
+ "type": "identifier",
7280
+ "name": "SimpleActionType"
7281
+ }
7282
+ },
7283
+ {
7284
+ "type": "typeLiteral",
7285
+ "members": [
7286
+ {
7287
+ "type": "propertySignature",
7288
+ "key": {
7289
+ "type": "identifier",
7290
+ "name": "project"
7291
+ },
7292
+ "annotation": {
7293
+ "type": "reference",
7294
+ "typeName": {
7295
+ "type": "identifier",
7296
+ "name": "Project"
7297
+ }
7298
+ },
7299
+ "optional": true,
7300
+ "computed": false
7301
+ }
7302
+ ]
7303
+ }
7304
+ ]
7305
+ },
7306
+ "computed": false
7307
+ },
7308
+ {
7309
+ "type": "propertySignature",
7310
+ "key": {
7311
+ "type": "identifier",
7312
+ "name": "item"
7248
7313
  },
7249
7314
  "annotation": {
7250
- "type": "keyword",
7251
- "value": "string"
7315
+ "type": "reference",
7316
+ "typeName": {
7317
+ "type": "identifier",
7318
+ "name": "HistoryItem"
7319
+ }
7252
7320
  },
7253
7321
  "computed": false
7254
7322
  },
@@ -7256,330 +7324,262 @@
7256
7324
  "type": "propertySignature",
7257
7325
  "key": {
7258
7326
  "type": "identifier",
7259
- "name": "name"
7327
+ "name": "project"
7260
7328
  },
7261
7329
  "annotation": {
7262
- "type": "keyword",
7263
- "value": "string"
7330
+ "type": "reference",
7331
+ "typeName": {
7332
+ "type": "identifier",
7333
+ "name": "Project"
7334
+ }
7264
7335
  },
7336
+ "optional": true,
7265
7337
  "computed": false
7266
7338
  }
7267
7339
  ]
7268
7340
  },
7269
7341
  {
7270
7342
  "type": "interface",
7271
- "name": "Command",
7343
+ "name": "Project",
7272
7344
  "body": [
7273
7345
  {
7274
7346
  "type": "propertySignature",
7275
7347
  "key": {
7276
7348
  "type": "identifier",
7277
- "name": "label"
7278
- },
7279
- "annotation": {
7280
- "type": "keyword",
7281
- "value": "string"
7282
- },
7283
- "computed": false
7284
- },
7285
- {
7286
- "type": "propertySignature",
7287
- "key": {
7288
- "type": "identifier",
7289
- "name": "value"
7349
+ "name": "instanceId"
7290
7350
  },
7291
7351
  "annotation": {
7292
7352
  "type": "keyword",
7293
7353
  "value": "string"
7294
7354
  },
7295
- "computed": false
7355
+ "computed": false,
7356
+ "description": "实例ID"
7296
7357
  },
7297
7358
  {
7298
7359
  "type": "propertySignature",
7299
7360
  "key": {
7300
7361
  "type": "identifier",
7301
- "name": "groupKey"
7362
+ "name": "name"
7302
7363
  },
7303
7364
  "annotation": {
7304
7365
  "type": "keyword",
7305
7366
  "value": "string"
7306
7367
  },
7307
- "optional": true,
7308
- "computed": false
7368
+ "computed": false,
7369
+ "description": "项目名称"
7309
7370
  },
7310
7371
  {
7311
7372
  "type": "propertySignature",
7312
7373
  "key": {
7313
7374
  "type": "identifier",
7314
- "name": "groupLabel"
7375
+ "name": "description"
7315
7376
  },
7316
7377
  "annotation": {
7317
7378
  "type": "keyword",
7318
7379
  "value": "string"
7319
7380
  },
7320
- "optional": true,
7321
- "computed": false
7381
+ "computed": false,
7382
+ "description": "项目描述"
7322
7383
  },
7323
7384
  {
7324
7385
  "type": "propertySignature",
7325
7386
  "key": {
7326
7387
  "type": "identifier",
7327
- "name": "subCommands"
7388
+ "name": "state"
7328
7389
  },
7329
7390
  "annotation": {
7330
- "type": "array",
7331
- "elementType": {
7332
- "type": "reference",
7333
- "typeName": {
7334
- "type": "identifier",
7335
- "name": "Command"
7391
+ "type": "union",
7392
+ "types": [
7393
+ {
7394
+ "type": "jsLiteral",
7395
+ "value": "active"
7396
+ },
7397
+ {
7398
+ "type": "jsLiteral",
7399
+ "value": "inactive"
7336
7400
  }
7337
- }
7401
+ ]
7338
7402
  },
7339
- "optional": true,
7340
- "computed": false
7403
+ "computed": false,
7404
+ "description": "状态"
7341
7405
  },
7342
7406
  {
7343
7407
  "type": "propertySignature",
7344
7408
  "key": {
7345
7409
  "type": "identifier",
7346
- "name": "payload"
7347
- },
7348
- "annotation": {
7349
- "type": "reference",
7350
- "typeName": {
7351
- "type": "identifier",
7352
- "name": "CommandPayload"
7353
- }
7354
- },
7355
- "optional": true,
7356
- "computed": false
7357
- }
7358
- ]
7359
- },
7360
- {
7361
- "type": "interface",
7362
- "name": "UploadOptions",
7363
- "body": [
7364
- {
7365
- "type": "propertySignature",
7366
- "key": {
7367
- "type": "identifier",
7368
- "name": "enabled"
7410
+ "name": "defaultAiEmployeeId"
7369
7411
  },
7370
7412
  "annotation": {
7371
7413
  "type": "keyword",
7372
- "value": "boolean"
7414
+ "value": "string"
7373
7415
  },
7374
- "optional": true,
7375
- "computed": false
7416
+ "computed": false,
7417
+ "description": "默认数字人ID"
7376
7418
  },
7377
7419
  {
7378
7420
  "type": "propertySignature",
7379
7421
  "key": {
7380
7422
  "type": "identifier",
7381
- "name": "dragDisabled"
7423
+ "name": "creator"
7382
7424
  },
7383
7425
  "annotation": {
7384
7426
  "type": "keyword",
7385
- "value": "boolean"
7427
+ "value": "string"
7386
7428
  },
7387
- "optional": true,
7388
- "computed": false
7429
+ "computed": false,
7430
+ "description": "创建者"
7389
7431
  },
7390
7432
  {
7391
7433
  "type": "propertySignature",
7392
7434
  "key": {
7393
7435
  "type": "identifier",
7394
- "name": "dragTips"
7436
+ "name": "ctime"
7395
7437
  },
7396
7438
  "annotation": {
7397
7439
  "type": "keyword",
7398
7440
  "value": "string"
7399
7441
  },
7400
- "optional": true,
7401
- "computed": false
7442
+ "computed": false,
7443
+ "description": "创建时间"
7402
7444
  },
7403
7445
  {
7404
7446
  "type": "propertySignature",
7405
7447
  "key": {
7406
7448
  "type": "identifier",
7407
- "name": "accept"
7449
+ "name": "mtime"
7408
7450
  },
7409
7451
  "annotation": {
7410
7452
  "type": "keyword",
7411
7453
  "value": "string"
7412
7454
  },
7413
- "optional": true,
7414
- "computed": false
7455
+ "computed": false,
7456
+ "description": "修改时间"
7415
7457
  },
7416
7458
  {
7417
7459
  "type": "propertySignature",
7418
7460
  "key": {
7419
7461
  "type": "identifier",
7420
- "name": "maxFiles"
7462
+ "name": "modifier"
7421
7463
  },
7422
7464
  "annotation": {
7423
7465
  "type": "keyword",
7424
- "value": "number"
7466
+ "value": "string"
7425
7467
  },
7426
- "optional": true,
7427
- "computed": false
7428
- },
7468
+ "computed": false,
7469
+ "description": "修改者"
7470
+ }
7471
+ ]
7472
+ },
7473
+ {
7474
+ "type": "interface",
7475
+ "name": "HistoryItem",
7476
+ "body": [
7429
7477
  {
7430
7478
  "type": "propertySignature",
7431
7479
  "key": {
7432
7480
  "type": "identifier",
7433
- "name": "maxSize"
7481
+ "name": "conversationId"
7434
7482
  },
7435
7483
  "annotation": {
7436
7484
  "type": "keyword",
7437
- "value": "number"
7485
+ "value": "string"
7438
7486
  },
7439
- "optional": true,
7440
- "computed": false,
7441
- "description": "In bytes"
7487
+ "computed": false
7442
7488
  },
7443
7489
  {
7444
7490
  "type": "propertySignature",
7445
7491
  "key": {
7446
7492
  "type": "identifier",
7447
- "name": "readableAccept"
7493
+ "name": "title"
7448
7494
  },
7449
7495
  "annotation": {
7450
7496
  "type": "keyword",
7451
7497
  "value": "string"
7452
7498
  },
7453
- "optional": true,
7454
7499
  "computed": false
7455
7500
  },
7456
7501
  {
7457
7502
  "type": "propertySignature",
7458
7503
  "key": {
7459
7504
  "type": "identifier",
7460
- "name": "readableMaxSize"
7505
+ "name": "startTime"
7461
7506
  },
7462
7507
  "annotation": {
7463
7508
  "type": "keyword",
7464
- "value": "string"
7509
+ "value": "number"
7465
7510
  },
7466
- "optional": true,
7467
7511
  "computed": false
7468
- }
7469
- ]
7470
- },
7471
- {
7472
- "type": "interface",
7473
- "name": "ChatPayload",
7474
- "body": [
7512
+ },
7475
7513
  {
7476
7514
  "type": "propertySignature",
7477
7515
  "key": {
7478
7516
  "type": "identifier",
7479
- "name": "content"
7517
+ "name": "state"
7480
7518
  },
7481
7519
  "annotation": {
7482
- "type": "keyword",
7483
- "value": "string"
7520
+ "type": "reference",
7521
+ "typeName": {
7522
+ "type": "identifier",
7523
+ "name": "ConversationState"
7524
+ }
7484
7525
  },
7526
+ "optional": true,
7485
7527
  "computed": false
7486
7528
  }
7487
- ],
7488
- "extends": [
7489
- {
7490
- "type": "expressionWithTypeArguments",
7491
- "expression": {
7492
- "type": "identifier",
7493
- "name": "ExtraChatPayload"
7494
- }
7495
- }
7496
7529
  ]
7497
7530
  },
7498
7531
  {
7499
7532
  "type": "interface",
7500
- "name": "ExtraChatPayload",
7533
+ "name": "ProjectActionClickDetail",
7501
7534
  "body": [
7502
7535
  {
7503
7536
  "type": "propertySignature",
7504
7537
  "key": {
7505
7538
  "type": "identifier",
7506
- "name": "files"
7539
+ "name": "action"
7507
7540
  },
7508
7541
  "annotation": {
7509
- "type": "array",
7510
- "elementType": {
7511
- "type": "reference",
7512
- "typeName": {
7513
- "type": "identifier",
7514
- "name": "UploadFileInfo"
7515
- }
7542
+ "type": "reference",
7543
+ "typeName": {
7544
+ "type": "identifier",
7545
+ "name": "SimpleActionType"
7516
7546
  }
7517
7547
  },
7518
- "optional": true,
7519
- "computed": false
7520
- },
7521
- {
7522
- "type": "propertySignature",
7523
- "key": {
7524
- "type": "identifier",
7525
- "name": "cmd"
7526
- },
7527
- "annotation": {
7528
- "type": "union",
7529
- "types": [
7530
- {
7531
- "type": "reference",
7532
- "typeName": {
7533
- "type": "identifier",
7534
- "name": "CommandPayload"
7535
- }
7536
- },
7537
- {
7538
- "type": "keyword",
7539
- "value": "null"
7540
- }
7541
- ]
7542
- },
7543
- "optional": true,
7544
7548
  "computed": false
7545
7549
  },
7546
7550
  {
7547
7551
  "type": "propertySignature",
7548
7552
  "key": {
7549
7553
  "type": "identifier",
7550
- "name": "aiEmployeeId"
7554
+ "name": "project"
7551
7555
  },
7552
7556
  "annotation": {
7553
- "type": "union",
7554
- "types": [
7555
- {
7556
- "type": "keyword",
7557
- "value": "string"
7558
- },
7559
- {
7560
- "type": "keyword",
7561
- "value": "null"
7562
- }
7563
- ]
7557
+ "type": "reference",
7558
+ "typeName": {
7559
+ "type": "identifier",
7560
+ "name": "Project"
7561
+ }
7564
7562
  },
7565
- "optional": true,
7566
7563
  "computed": false
7567
7564
  }
7568
7565
  ]
7569
7566
  },
7570
7567
  {
7571
7568
  "type": "interface",
7572
- "name": "UploadFileInfo",
7569
+ "name": "PersonalActionClickDetail",
7573
7570
  "body": [
7574
7571
  {
7575
7572
  "type": "propertySignature",
7576
7573
  "key": {
7577
7574
  "type": "identifier",
7578
- "name": "fileId"
7575
+ "name": "action"
7579
7576
  },
7580
7577
  "annotation": {
7581
- "type": "keyword",
7582
- "value": "string"
7578
+ "type": "reference",
7579
+ "typeName": {
7580
+ "type": "identifier",
7581
+ "name": "SimpleActionType"
7582
+ }
7583
7583
  },
7584
7584
  "computed": false
7585
7585
  }