@next-bricks/ai-portal 0.64.0 → 0.64.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/types.json CHANGED
@@ -1,17 +1,4 @@
1
1
  {
2
- "ai-portal.home-container": {
3
- "properties": [
4
- {
5
- "name": "sticky",
6
- "annotation": {
7
- "type": "keyword",
8
- "value": "boolean"
9
- }
10
- }
11
- ],
12
- "events": [],
13
- "methods": []
14
- },
15
2
  "ai-portal.stat-with-mini-chart": {
16
3
  "properties": [
17
4
  {
@@ -235,6 +222,198 @@
235
222
  }
236
223
  ]
237
224
  },
225
+ "ai-portal.home-container": {
226
+ "properties": [
227
+ {
228
+ "name": "sticky",
229
+ "annotation": {
230
+ "type": "keyword",
231
+ "value": "boolean"
232
+ }
233
+ }
234
+ ],
235
+ "events": [],
236
+ "methods": []
237
+ },
238
+ "ai-portal.page-container": {
239
+ "properties": [
240
+ {
241
+ "name": "pageTitle",
242
+ "annotation": {
243
+ "type": "keyword",
244
+ "value": "string"
245
+ }
246
+ },
247
+ {
248
+ "name": "breadcrumbs",
249
+ "annotation": {
250
+ "type": "array",
251
+ "elementType": {
252
+ "type": "reference",
253
+ "typeName": {
254
+ "type": "identifier",
255
+ "name": "Breadcrumb"
256
+ }
257
+ }
258
+ }
259
+ },
260
+ {
261
+ "name": "size",
262
+ "annotation": {
263
+ "type": "union",
264
+ "types": [
265
+ {
266
+ "type": "jsLiteral",
267
+ "value": "medium"
268
+ },
269
+ {
270
+ "type": "jsLiteral",
271
+ "value": "small"
272
+ },
273
+ {
274
+ "type": "jsLiteral",
275
+ "value": "full"
276
+ }
277
+ ]
278
+ }
279
+ },
280
+ {
281
+ "name": "variant",
282
+ "annotation": {
283
+ "type": "union",
284
+ "types": [
285
+ {
286
+ "type": "jsLiteral",
287
+ "value": "default"
288
+ },
289
+ {
290
+ "type": "jsLiteral",
291
+ "value": "form"
292
+ }
293
+ ]
294
+ }
295
+ },
296
+ {
297
+ "name": "sticky",
298
+ "annotation": {
299
+ "type": "keyword",
300
+ "value": "boolean"
301
+ }
302
+ },
303
+ {
304
+ "name": "textContent",
305
+ "annotation": {
306
+ "type": "keyword",
307
+ "value": "string"
308
+ }
309
+ }
310
+ ],
311
+ "events": [],
312
+ "methods": [],
313
+ "types": [
314
+ {
315
+ "type": "interface",
316
+ "name": "Breadcrumb",
317
+ "body": [
318
+ {
319
+ "type": "propertySignature",
320
+ "key": {
321
+ "type": "identifier",
322
+ "name": "text"
323
+ },
324
+ "annotation": {
325
+ "type": "keyword",
326
+ "value": "string"
327
+ },
328
+ "computed": false
329
+ },
330
+ {
331
+ "type": "propertySignature",
332
+ "key": {
333
+ "type": "identifier",
334
+ "name": "url"
335
+ },
336
+ "annotation": {
337
+ "type": "keyword",
338
+ "value": "string"
339
+ },
340
+ "computed": false
341
+ }
342
+ ]
343
+ }
344
+ ]
345
+ },
346
+ "ai-portal.tab-list": {
347
+ "properties": [
348
+ {
349
+ "name": "tabs",
350
+ "annotation": {
351
+ "type": "array",
352
+ "elementType": {
353
+ "type": "reference",
354
+ "typeName": {
355
+ "type": "identifier",
356
+ "name": "Tab"
357
+ }
358
+ }
359
+ }
360
+ },
361
+ {
362
+ "name": "activeTab",
363
+ "annotation": {
364
+ "type": "keyword",
365
+ "value": "string"
366
+ }
367
+ }
368
+ ],
369
+ "events": [
370
+ {
371
+ "name": "tab.click",
372
+ "detail": {
373
+ "annotation": {
374
+ "type": "reference",
375
+ "typeName": {
376
+ "type": "identifier",
377
+ "name": "Tab"
378
+ }
379
+ }
380
+ }
381
+ }
382
+ ],
383
+ "methods": [],
384
+ "types": [
385
+ {
386
+ "type": "interface",
387
+ "name": "Tab",
388
+ "body": [
389
+ {
390
+ "type": "propertySignature",
391
+ "key": {
392
+ "type": "identifier",
393
+ "name": "id"
394
+ },
395
+ "annotation": {
396
+ "type": "keyword",
397
+ "value": "string"
398
+ },
399
+ "computed": false
400
+ },
401
+ {
402
+ "type": "propertySignature",
403
+ "key": {
404
+ "type": "identifier",
405
+ "name": "label"
406
+ },
407
+ "annotation": {
408
+ "type": "keyword",
409
+ "value": "string"
410
+ },
411
+ "computed": false
412
+ }
413
+ ]
414
+ }
415
+ ]
416
+ },
238
417
  "ai-portal.call-tool": {
239
418
  "type": "provider",
240
419
  "params": [
@@ -1977,234 +2156,55 @@
1977
2156
  }
1978
2157
  ]
1979
2158
  },
1980
- "ai-portal.page-container": {
2159
+ "ai-portal.elevo-logo": {
2160
+ "properties": [],
2161
+ "events": [],
2162
+ "methods": []
2163
+ },
2164
+ "ai-portal.blank-state": {
1981
2165
  "properties": [
1982
2166
  {
1983
- "name": "pageTitle",
2167
+ "name": "illustration",
1984
2168
  "annotation": {
1985
- "type": "keyword",
1986
- "value": "string"
2169
+ "type": "reference",
2170
+ "typeName": {
2171
+ "type": "identifier",
2172
+ "name": "BlankStateIllustration"
2173
+ }
1987
2174
  }
1988
2175
  },
1989
2176
  {
1990
- "name": "breadcrumbs",
2177
+ "name": "description",
1991
2178
  "annotation": {
1992
- "type": "array",
1993
- "elementType": {
1994
- "type": "reference",
1995
- "typeName": {
1996
- "type": "identifier",
1997
- "name": "Breadcrumb"
1998
- }
1999
- }
2179
+ "type": "keyword",
2180
+ "value": "string"
2000
2181
  }
2001
- },
2182
+ }
2183
+ ],
2184
+ "events": [],
2185
+ "methods": [],
2186
+ "types": [
2002
2187
  {
2003
- "name": "size",
2188
+ "type": "typeAlias",
2189
+ "name": "BlankStateIllustration",
2004
2190
  "annotation": {
2005
2191
  "type": "union",
2006
2192
  "types": [
2007
2193
  {
2008
2194
  "type": "jsLiteral",
2009
- "value": "medium"
2195
+ "value": "goals"
2010
2196
  },
2011
2197
  {
2012
2198
  "type": "jsLiteral",
2013
- "value": "small"
2199
+ "value": "activities"
2014
2200
  },
2015
2201
  {
2016
2202
  "type": "jsLiteral",
2017
- "value": "full"
2018
- }
2019
- ]
2020
- }
2021
- },
2022
- {
2023
- "name": "variant",
2024
- "annotation": {
2025
- "type": "union",
2026
- "types": [
2027
- {
2028
- "type": "jsLiteral",
2029
- "value": "default"
2030
- },
2031
- {
2032
- "type": "jsLiteral",
2033
- "value": "form"
2034
- }
2035
- ]
2036
- }
2037
- },
2038
- {
2039
- "name": "sticky",
2040
- "annotation": {
2041
- "type": "keyword",
2042
- "value": "boolean"
2043
- }
2044
- },
2045
- {
2046
- "name": "textContent",
2047
- "annotation": {
2048
- "type": "keyword",
2049
- "value": "string"
2050
- }
2051
- }
2052
- ],
2053
- "events": [],
2054
- "methods": [],
2055
- "types": [
2056
- {
2057
- "type": "interface",
2058
- "name": "Breadcrumb",
2059
- "body": [
2060
- {
2061
- "type": "propertySignature",
2062
- "key": {
2063
- "type": "identifier",
2064
- "name": "text"
2065
- },
2066
- "annotation": {
2067
- "type": "keyword",
2068
- "value": "string"
2069
- },
2070
- "computed": false
2071
- },
2072
- {
2073
- "type": "propertySignature",
2074
- "key": {
2075
- "type": "identifier",
2076
- "name": "url"
2077
- },
2078
- "annotation": {
2079
- "type": "keyword",
2080
- "value": "string"
2081
- },
2082
- "computed": false
2083
- }
2084
- ]
2085
- }
2086
- ]
2087
- },
2088
- "ai-portal.tab-list": {
2089
- "properties": [
2090
- {
2091
- "name": "tabs",
2092
- "annotation": {
2093
- "type": "array",
2094
- "elementType": {
2095
- "type": "reference",
2096
- "typeName": {
2097
- "type": "identifier",
2098
- "name": "Tab"
2099
- }
2100
- }
2101
- }
2102
- },
2103
- {
2104
- "name": "activeTab",
2105
- "annotation": {
2106
- "type": "keyword",
2107
- "value": "string"
2108
- }
2109
- }
2110
- ],
2111
- "events": [
2112
- {
2113
- "name": "tab.click",
2114
- "detail": {
2115
- "annotation": {
2116
- "type": "reference",
2117
- "typeName": {
2118
- "type": "identifier",
2119
- "name": "Tab"
2120
- }
2121
- }
2122
- }
2123
- }
2124
- ],
2125
- "methods": [],
2126
- "types": [
2127
- {
2128
- "type": "interface",
2129
- "name": "Tab",
2130
- "body": [
2131
- {
2132
- "type": "propertySignature",
2133
- "key": {
2134
- "type": "identifier",
2135
- "name": "id"
2136
- },
2137
- "annotation": {
2138
- "type": "keyword",
2139
- "value": "string"
2140
- },
2141
- "computed": false
2142
- },
2143
- {
2144
- "type": "propertySignature",
2145
- "key": {
2146
- "type": "identifier",
2147
- "name": "label"
2148
- },
2149
- "annotation": {
2150
- "type": "keyword",
2151
- "value": "string"
2152
- },
2153
- "computed": false
2154
- }
2155
- ]
2156
- }
2157
- ]
2158
- },
2159
- "ai-portal.elevo-logo": {
2160
- "properties": [],
2161
- "events": [],
2162
- "methods": []
2163
- },
2164
- "ai-portal.blank-state": {
2165
- "properties": [
2166
- {
2167
- "name": "illustration",
2168
- "annotation": {
2169
- "type": "reference",
2170
- "typeName": {
2171
- "type": "identifier",
2172
- "name": "BlankStateIllustration"
2173
- }
2174
- }
2175
- },
2176
- {
2177
- "name": "description",
2178
- "annotation": {
2179
- "type": "keyword",
2180
- "value": "string"
2181
- }
2182
- }
2183
- ],
2184
- "events": [],
2185
- "methods": [],
2186
- "types": [
2187
- {
2188
- "type": "typeAlias",
2189
- "name": "BlankStateIllustration",
2190
- "annotation": {
2191
- "type": "union",
2192
- "types": [
2193
- {
2194
- "type": "jsLiteral",
2195
- "value": "goals"
2196
- },
2197
- {
2198
- "type": "jsLiteral",
2199
- "value": "activities"
2200
- },
2201
- {
2202
- "type": "jsLiteral",
2203
- "value": "collaboration-spaces"
2204
- },
2205
- {
2206
- "type": "jsLiteral",
2207
- "value": "serviceflows"
2203
+ "value": "collaboration-spaces"
2204
+ },
2205
+ {
2206
+ "type": "jsLiteral",
2207
+ "value": "serviceflows"
2208
2208
  }
2209
2209
  ]
2210
2210
  }
@@ -2920,30 +2920,23 @@
2920
2920
  }
2921
2921
  ]
2922
2922
  },
2923
- "ai-portal.dropdown-select": {
2923
+ "ai-portal.action-buttons": {
2924
2924
  "properties": [
2925
2925
  {
2926
- "name": "value",
2927
- "annotation": {
2928
- "type": "keyword",
2929
- "value": "string"
2930
- }
2931
- },
2932
- {
2933
- "name": "options",
2926
+ "name": "items",
2934
2927
  "annotation": {
2935
2928
  "type": "array",
2936
2929
  "elementType": {
2937
2930
  "type": "reference",
2938
2931
  "typeName": {
2939
2932
  "type": "identifier",
2940
- "name": "DropdownOptions"
2933
+ "name": "ActionItem"
2941
2934
  }
2942
2935
  }
2943
2936
  }
2944
2937
  },
2945
2938
  {
2946
- "name": "labelMaxWidth",
2939
+ "name": "activeKey",
2947
2940
  "annotation": {
2948
2941
  "type": "union",
2949
2942
  "types": [
@@ -2953,91 +2946,58 @@
2953
2946
  },
2954
2947
  {
2955
2948
  "type": "keyword",
2956
- "value": "number"
2949
+ "value": "null"
2957
2950
  }
2958
2951
  ]
2959
2952
  }
2960
- },
2961
- {
2962
- "name": "loading",
2963
- "annotation": {
2964
- "type": "keyword",
2965
- "value": "boolean"
2966
- }
2967
- },
2953
+ }
2954
+ ],
2955
+ "events": [
2968
2956
  {
2969
- "name": "searchPlaceholder",
2970
- "annotation": {
2971
- "type": "keyword",
2972
- "value": "string"
2957
+ "name": "change",
2958
+ "detail": {
2959
+ "annotation": {
2960
+ "type": "union",
2961
+ "types": [
2962
+ {
2963
+ "type": "reference",
2964
+ "typeName": {
2965
+ "type": "identifier",
2966
+ "name": "ActionItem"
2967
+ }
2968
+ },
2969
+ {
2970
+ "type": "keyword",
2971
+ "value": "null"
2972
+ }
2973
+ ]
2974
+ }
2973
2975
  }
2974
- },
2976
+ }
2977
+ ],
2978
+ "methods": [],
2979
+ "types": [
2975
2980
  {
2976
- "name": "dropdownContentStyle",
2977
- "annotation": {
2978
- "type": "reference",
2979
- "typeName": {
2980
- "type": "qualifiedName",
2981
- "left": {
2981
+ "type": "interface",
2982
+ "name": "ActionItem",
2983
+ "body": [
2984
+ {
2985
+ "type": "propertySignature",
2986
+ "key": {
2982
2987
  "type": "identifier",
2983
- "name": "React"
2988
+ "name": "text"
2984
2989
  },
2985
- "right": {
2986
- "type": "identifier",
2987
- "name": "CSSProperties"
2988
- }
2989
- }
2990
- }
2991
- },
2992
- {
2993
- "name": "dropdownMaxWidth",
2994
- "annotation": {
2995
- "type": "union",
2996
- "types": [
2997
- {
2990
+ "annotation": {
2998
2991
  "type": "keyword",
2999
2992
  "value": "string"
3000
2993
  },
3001
- {
3002
- "type": "keyword",
3003
- "value": "number"
3004
- }
3005
- ]
3006
- }
3007
- },
3008
- {
3009
- "name": "showSearch",
3010
- "annotation": {
3011
- "type": "keyword",
3012
- "value": "boolean"
3013
- }
3014
- }
3015
- ],
3016
- "events": [
3017
- {
3018
- "name": "change",
3019
- "detail": {
3020
- "annotation": {
3021
- "type": "reference",
3022
- "typeName": {
3023
- "type": "identifier",
3024
- "name": "DropdownOptions"
3025
- }
3026
- }
3027
- }
3028
- }
3029
- ],
3030
- "methods": [],
3031
- "types": [
3032
- {
3033
- "type": "interface",
3034
- "name": "DropdownOptions",
3035
- "body": [
2994
+ "computed": false
2995
+ },
3036
2996
  {
3037
2997
  "type": "propertySignature",
3038
2998
  "key": {
3039
2999
  "type": "identifier",
3040
- "name": "label"
3000
+ "name": "key"
3041
3001
  },
3042
3002
  "annotation": {
3043
3003
  "type": "keyword",
@@ -3049,19 +3009,23 @@
3049
3009
  "type": "propertySignature",
3050
3010
  "key": {
3051
3011
  "type": "identifier",
3052
- "name": "value"
3012
+ "name": "icon"
3053
3013
  },
3054
3014
  "annotation": {
3055
- "type": "keyword",
3056
- "value": "string"
3015
+ "type": "reference",
3016
+ "typeName": {
3017
+ "type": "identifier",
3018
+ "name": "GeneralIconProps"
3019
+ }
3057
3020
  },
3021
+ "optional": true,
3058
3022
  "computed": false
3059
3023
  },
3060
3024
  {
3061
3025
  "type": "propertySignature",
3062
3026
  "key": {
3063
3027
  "type": "identifier",
3064
- "name": "disabled"
3028
+ "name": "hidden"
3065
3029
  },
3066
3030
  "annotation": {
3067
3031
  "type": "keyword",
@@ -3069,63 +3033,82 @@
3069
3033
  },
3070
3034
  "optional": true,
3071
3035
  "computed": false
3072
- },
3073
- {
3074
- "type": "indexSignature",
3075
- "parameter": {
3076
- "type": "identifier",
3077
- "name": "key",
3078
- "annotation": {
3079
- "type": "keyword",
3080
- "value": "string"
3081
- }
3082
- },
3083
- "annotation": {
3084
- "type": "keyword",
3085
- "value": "unknown"
3086
- }
3087
3036
  }
3088
3037
  ]
3089
3038
  }
3090
3039
  ]
3091
3040
  },
3092
- "ai-portal.preview-container": {
3041
+ "ai-portal.dropdown-select": {
3093
3042
  "properties": [
3094
3043
  {
3095
- "name": "source",
3044
+ "name": "value",
3096
3045
  "annotation": {
3097
3046
  "type": "keyword",
3098
3047
  "value": "string"
3099
3048
  }
3100
3049
  },
3101
3050
  {
3102
- "name": "url",
3051
+ "name": "options",
3052
+ "annotation": {
3053
+ "type": "array",
3054
+ "elementType": {
3055
+ "type": "reference",
3056
+ "typeName": {
3057
+ "type": "identifier",
3058
+ "name": "DropdownOptions"
3059
+ }
3060
+ }
3061
+ }
3062
+ },
3063
+ {
3064
+ "name": "labelMaxWidth",
3065
+ "annotation": {
3066
+ "type": "union",
3067
+ "types": [
3068
+ {
3069
+ "type": "keyword",
3070
+ "value": "string"
3071
+ },
3072
+ {
3073
+ "type": "keyword",
3074
+ "value": "number"
3075
+ }
3076
+ ]
3077
+ }
3078
+ },
3079
+ {
3080
+ "name": "loading",
3081
+ "annotation": {
3082
+ "type": "keyword",
3083
+ "value": "boolean"
3084
+ }
3085
+ },
3086
+ {
3087
+ "name": "searchPlaceholder",
3103
3088
  "annotation": {
3104
3089
  "type": "keyword",
3105
3090
  "value": "string"
3106
3091
  }
3107
- }
3108
- ],
3109
- "events": [],
3110
- "methods": []
3111
- },
3112
- "ai-portal.action-buttons": {
3113
- "properties": [
3092
+ },
3114
3093
  {
3115
- "name": "items",
3094
+ "name": "dropdownContentStyle",
3116
3095
  "annotation": {
3117
- "type": "array",
3118
- "elementType": {
3119
- "type": "reference",
3120
- "typeName": {
3096
+ "type": "reference",
3097
+ "typeName": {
3098
+ "type": "qualifiedName",
3099
+ "left": {
3121
3100
  "type": "identifier",
3122
- "name": "ActionItem"
3101
+ "name": "React"
3102
+ },
3103
+ "right": {
3104
+ "type": "identifier",
3105
+ "name": "CSSProperties"
3123
3106
  }
3124
3107
  }
3125
3108
  }
3126
3109
  },
3127
3110
  {
3128
- "name": "activeKey",
3111
+ "name": "dropdownMaxWidth",
3129
3112
  "annotation": {
3130
3113
  "type": "union",
3131
3114
  "types": [
@@ -3135,10 +3118,17 @@
3135
3118
  },
3136
3119
  {
3137
3120
  "type": "keyword",
3138
- "value": "null"
3121
+ "value": "number"
3139
3122
  }
3140
3123
  ]
3141
3124
  }
3125
+ },
3126
+ {
3127
+ "name": "showSearch",
3128
+ "annotation": {
3129
+ "type": "keyword",
3130
+ "value": "boolean"
3131
+ }
3142
3132
  }
3143
3133
  ],
3144
3134
  "events": [
@@ -3146,20 +3136,11 @@
3146
3136
  "name": "change",
3147
3137
  "detail": {
3148
3138
  "annotation": {
3149
- "type": "union",
3150
- "types": [
3151
- {
3152
- "type": "reference",
3153
- "typeName": {
3154
- "type": "identifier",
3155
- "name": "ActionItem"
3156
- }
3157
- },
3158
- {
3159
- "type": "keyword",
3160
- "value": "null"
3161
- }
3162
- ]
3139
+ "type": "reference",
3140
+ "typeName": {
3141
+ "type": "identifier",
3142
+ "name": "DropdownOptions"
3143
+ }
3163
3144
  }
3164
3145
  }
3165
3146
  }
@@ -3168,13 +3149,13 @@
3168
3149
  "types": [
3169
3150
  {
3170
3151
  "type": "interface",
3171
- "name": "ActionItem",
3152
+ "name": "DropdownOptions",
3172
3153
  "body": [
3173
3154
  {
3174
3155
  "type": "propertySignature",
3175
3156
  "key": {
3176
3157
  "type": "identifier",
3177
- "name": "text"
3158
+ "name": "label"
3178
3159
  },
3179
3160
  "annotation": {
3180
3161
  "type": "keyword",
@@ -3186,7 +3167,7 @@
3186
3167
  "type": "propertySignature",
3187
3168
  "key": {
3188
3169
  "type": "identifier",
3189
- "name": "key"
3170
+ "name": "value"
3190
3171
  },
3191
3172
  "annotation": {
3192
3173
  "type": "keyword",
@@ -3198,35 +3179,54 @@
3198
3179
  "type": "propertySignature",
3199
3180
  "key": {
3200
3181
  "type": "identifier",
3201
- "name": "icon"
3182
+ "name": "disabled"
3202
3183
  },
3203
3184
  "annotation": {
3204
- "type": "reference",
3205
- "typeName": {
3206
- "type": "identifier",
3207
- "name": "GeneralIconProps"
3208
- }
3185
+ "type": "keyword",
3186
+ "value": "boolean"
3209
3187
  },
3210
3188
  "optional": true,
3211
3189
  "computed": false
3212
3190
  },
3213
3191
  {
3214
- "type": "propertySignature",
3215
- "key": {
3192
+ "type": "indexSignature",
3193
+ "parameter": {
3216
3194
  "type": "identifier",
3217
- "name": "hidden"
3195
+ "name": "key",
3196
+ "annotation": {
3197
+ "type": "keyword",
3198
+ "value": "string"
3199
+ }
3218
3200
  },
3219
3201
  "annotation": {
3220
3202
  "type": "keyword",
3221
- "value": "boolean"
3222
- },
3223
- "optional": true,
3224
- "computed": false
3203
+ "value": "unknown"
3204
+ }
3225
3205
  }
3226
3206
  ]
3227
3207
  }
3228
3208
  ]
3229
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
3230
  "ai-portal.project-conversations": {
3231
3231
  "properties": [
3232
3232
  {
@@ -4950,111 +4950,40 @@
4950
4950
  "events": [],
4951
4951
  "methods": []
4952
4952
  },
4953
- "ai-portal.flow-tabs": {
4953
+ "ai-portal.stage-flow": {
4954
4954
  "properties": [
4955
4955
  {
4956
- "name": "tabs",
4956
+ "name": "spec",
4957
4957
  "annotation": {
4958
4958
  "type": "array",
4959
4959
  "elementType": {
4960
4960
  "type": "reference",
4961
4961
  "typeName": {
4962
4962
  "type": "identifier",
4963
- "name": "Tab"
4963
+ "name": "Stage"
4964
4964
  }
4965
4965
  }
4966
4966
  }
4967
4967
  },
4968
4968
  {
4969
- "name": "activeTab",
4969
+ "name": "aiEmployees",
4970
4970
  "annotation": {
4971
- "type": "keyword",
4972
- "value": "string"
4973
- }
4974
- }
4975
- ],
4976
- "events": [
4977
- {
4978
- "name": "tab.click",
4979
- "detail": {
4980
- "annotation": {
4971
+ "type": "array",
4972
+ "elementType": {
4981
4973
  "type": "reference",
4982
4974
  "typeName": {
4983
4975
  "type": "identifier",
4984
- "name": "Tab"
4976
+ "name": "AIEmployee"
4985
4977
  }
4986
4978
  }
4987
4979
  }
4988
- }
4989
- ],
4990
- "methods": [],
4991
- "types": [
4992
- {
4993
- "type": "interface",
4994
- "name": "Tab",
4995
- "body": [
4996
- {
4997
- "type": "propertySignature",
4998
- "key": {
4999
- "type": "identifier",
5000
- "name": "id"
5001
- },
5002
- "annotation": {
5003
- "type": "keyword",
5004
- "value": "string"
5005
- },
5006
- "computed": false
5007
- },
5008
- {
5009
- "type": "propertySignature",
5010
- "key": {
5011
- "type": "identifier",
5012
- "name": "label"
5013
- },
5014
- "annotation": {
5015
- "type": "keyword",
5016
- "value": "string"
5017
- },
5018
- "computed": false
5019
- }
5020
- ]
5021
- }
5022
- ]
5023
- },
5024
- "ai-portal.stage-flow": {
5025
- "properties": [
5026
- {
5027
- "name": "spec",
5028
- "annotation": {
5029
- "type": "array",
5030
- "elementType": {
5031
- "type": "reference",
5032
- "typeName": {
5033
- "type": "identifier",
5034
- "name": "Stage"
5035
- }
5036
- }
5037
- }
5038
- },
5039
- {
5040
- "name": "aiEmployees",
5041
- "annotation": {
5042
- "type": "array",
5043
- "elementType": {
5044
- "type": "reference",
5045
- "typeName": {
5046
- "type": "identifier",
5047
- "name": "AIEmployee"
5048
- }
5049
- }
5050
- }
5051
- },
5052
- {
5053
- "name": "readOnly",
5054
- "annotation": {
5055
- "type": "keyword",
5056
- "value": "boolean"
5057
- }
4980
+ },
4981
+ {
4982
+ "name": "readOnly",
4983
+ "annotation": {
4984
+ "type": "keyword",
4985
+ "value": "boolean"
4986
+ }
5058
4987
  }
5059
4988
  ],
5060
4989
  "events": [
@@ -5383,6 +5312,77 @@
5383
5312
  }
5384
5313
  ]
5385
5314
  },
5315
+ "ai-portal.flow-tabs": {
5316
+ "properties": [
5317
+ {
5318
+ "name": "tabs",
5319
+ "annotation": {
5320
+ "type": "array",
5321
+ "elementType": {
5322
+ "type": "reference",
5323
+ "typeName": {
5324
+ "type": "identifier",
5325
+ "name": "Tab"
5326
+ }
5327
+ }
5328
+ }
5329
+ },
5330
+ {
5331
+ "name": "activeTab",
5332
+ "annotation": {
5333
+ "type": "keyword",
5334
+ "value": "string"
5335
+ }
5336
+ }
5337
+ ],
5338
+ "events": [
5339
+ {
5340
+ "name": "tab.click",
5341
+ "detail": {
5342
+ "annotation": {
5343
+ "type": "reference",
5344
+ "typeName": {
5345
+ "type": "identifier",
5346
+ "name": "Tab"
5347
+ }
5348
+ }
5349
+ }
5350
+ }
5351
+ ],
5352
+ "methods": [],
5353
+ "types": [
5354
+ {
5355
+ "type": "interface",
5356
+ "name": "Tab",
5357
+ "body": [
5358
+ {
5359
+ "type": "propertySignature",
5360
+ "key": {
5361
+ "type": "identifier",
5362
+ "name": "id"
5363
+ },
5364
+ "annotation": {
5365
+ "type": "keyword",
5366
+ "value": "string"
5367
+ },
5368
+ "computed": false
5369
+ },
5370
+ {
5371
+ "type": "propertySignature",
5372
+ "key": {
5373
+ "type": "identifier",
5374
+ "name": "label"
5375
+ },
5376
+ "annotation": {
5377
+ "type": "keyword",
5378
+ "value": "string"
5379
+ },
5380
+ "computed": false
5381
+ }
5382
+ ]
5383
+ }
5384
+ ]
5385
+ },
5386
5386
  "ai-portal.running-flow": {
5387
5387
  "properties": [
5388
5388
  {
@@ -6417,166 +6417,314 @@
6417
6417
  }
6418
6418
  ]
6419
6419
  },
6420
- "ai-portal.chat-box": {
6420
+ "ai-portal.elevo-sidebar": {
6421
6421
  "properties": [
6422
6422
  {
6423
- "name": "disabled",
6423
+ "name": "userInstanceId",
6424
6424
  "annotation": {
6425
6425
  "type": "keyword",
6426
- "value": "boolean"
6426
+ "value": "string"
6427
6427
  }
6428
6428
  },
6429
6429
  {
6430
- "name": "placeholder",
6430
+ "name": "behavior",
6431
+ "annotation": {
6432
+ "type": "union",
6433
+ "types": [
6434
+ {
6435
+ "type": "jsLiteral",
6436
+ "value": "default"
6437
+ },
6438
+ {
6439
+ "type": "jsLiteral",
6440
+ "value": "drawer"
6441
+ }
6442
+ ]
6443
+ }
6444
+ },
6445
+ {
6446
+ "name": "logoUrl",
6431
6447
  "annotation": {
6432
6448
  "type": "keyword",
6433
6449
  "value": "string"
6434
6450
  }
6435
6451
  },
6436
6452
  {
6437
- "name": "autoFocus",
6453
+ "name": "newChatUrl",
6454
+ "annotation": {
6455
+ "type": "keyword",
6456
+ "value": "string"
6457
+ }
6458
+ },
6459
+ {
6460
+ "name": "newChatLinkWhenCollapsed",
6438
6461
  "annotation": {
6439
6462
  "type": "keyword",
6440
6463
  "value": "boolean"
6441
6464
  }
6442
6465
  },
6443
6466
  {
6444
- "name": "aiEmployees",
6467
+ "name": "historyUrlTemplate",
6468
+ "annotation": {
6469
+ "type": "keyword",
6470
+ "value": "string"
6471
+ }
6472
+ },
6473
+ {
6474
+ "name": "historyActions",
6445
6475
  "annotation": {
6446
6476
  "type": "array",
6447
6477
  "elementType": {
6448
6478
  "type": "reference",
6449
6479
  "typeName": {
6450
6480
  "type": "identifier",
6451
- "name": "AIEmployee"
6481
+ "name": "ActionType"
6452
6482
  }
6453
6483
  }
6454
6484
  }
6455
6485
  },
6456
6486
  {
6457
- "name": "commands",
6487
+ "name": "showProjects",
6488
+ "annotation": {
6489
+ "type": "keyword",
6490
+ "value": "boolean"
6491
+ }
6492
+ },
6493
+ {
6494
+ "name": "projectUrlTemplate",
6495
+ "annotation": {
6496
+ "type": "keyword",
6497
+ "value": "string"
6498
+ }
6499
+ },
6500
+ {
6501
+ "name": "projectActions",
6458
6502
  "annotation": {
6459
6503
  "type": "array",
6460
6504
  "elementType": {
6461
6505
  "type": "reference",
6462
6506
  "typeName": {
6463
6507
  "type": "identifier",
6464
- "name": "Command"
6508
+ "name": "ActionType"
6465
6509
  }
6466
6510
  }
6467
6511
  }
6468
6512
  },
6469
6513
  {
6470
- "name": "uploadOptions",
6514
+ "name": "personalActions",
6471
6515
  "annotation": {
6472
- "type": "reference",
6473
- "typeName": {
6474
- "type": "identifier",
6475
- "name": "UploadOptions"
6516
+ "type": "array",
6517
+ "elementType": {
6518
+ "type": "reference",
6519
+ "typeName": {
6520
+ "type": "identifier",
6521
+ "name": "ActionType"
6522
+ }
6476
6523
  }
6477
6524
  }
6478
- }
6479
- ],
6480
- "events": [
6525
+ },
6481
6526
  {
6482
- "name": "message.submit",
6483
- "detail": {
6484
- "annotation": {
6485
- "type": "keyword",
6486
- "value": "string"
6527
+ "name": "links",
6528
+ "annotation": {
6529
+ "type": "array",
6530
+ "elementType": {
6531
+ "type": "reference",
6532
+ "typeName": {
6533
+ "type": "identifier",
6534
+ "name": "SidebarLink"
6535
+ }
6487
6536
  }
6488
6537
  }
6489
6538
  },
6490
6539
  {
6491
- "name": "chat.submit",
6492
- "detail": {
6493
- "annotation": {
6540
+ "name": "canAddProject",
6541
+ "annotation": {
6542
+ "type": "keyword",
6543
+ "value": "boolean"
6544
+ }
6545
+ },
6546
+ {
6547
+ "name": "myLinks",
6548
+ "annotation": {
6549
+ "type": "array",
6550
+ "elementType": {
6494
6551
  "type": "reference",
6495
6552
  "typeName": {
6496
6553
  "type": "identifier",
6497
- "name": "ChatPayload"
6554
+ "name": "SidebarLink"
6498
6555
  }
6499
6556
  }
6500
6557
  }
6501
- }
6502
- ],
6503
- "methods": [
6558
+ },
6504
6559
  {
6505
- "name": "setValue",
6506
- "params": [
6507
- {
6508
- "name": "value",
6560
+ "name": "scope",
6561
+ "annotation": {
6562
+ "type": "union",
6563
+ "types": [
6564
+ {
6565
+ "type": "jsLiteral",
6566
+ "value": "default"
6567
+ },
6568
+ {
6569
+ "type": "jsLiteral",
6570
+ "value": "space"
6571
+ }
6572
+ ]
6573
+ }
6574
+ },
6575
+ {
6576
+ "name": "spaceNav",
6577
+ "annotation": {
6578
+ "type": "reference",
6579
+ "typeName": {
6580
+ "type": "identifier",
6581
+ "name": "SpaceNavProps"
6582
+ }
6583
+ }
6584
+ }
6585
+ ],
6586
+ "events": [
6587
+ {
6588
+ "name": "logout",
6589
+ "detail": {
6590
+ "annotation": {
6591
+ "type": "keyword",
6592
+ "value": "void"
6593
+ }
6594
+ }
6595
+ },
6596
+ {
6597
+ "name": "action.click",
6598
+ "detail": {
6599
+ "annotation": {
6600
+ "type": "reference",
6601
+ "typeName": {
6602
+ "type": "identifier",
6603
+ "name": "ActionClickDetail"
6604
+ }
6605
+ }
6606
+ }
6607
+ },
6608
+ {
6609
+ "name": "project.action.click",
6610
+ "detail": {
6611
+ "annotation": {
6612
+ "type": "reference",
6613
+ "typeName": {
6614
+ "type": "identifier",
6615
+ "name": "ProjectActionClickDetail"
6616
+ }
6617
+ }
6618
+ }
6619
+ },
6620
+ {
6621
+ "name": "add.project",
6622
+ "detail": {
6623
+ "annotation": {
6624
+ "type": "keyword",
6625
+ "value": "void"
6626
+ }
6627
+ }
6628
+ },
6629
+ {
6630
+ "name": "add.serviceflow",
6631
+ "detail": {
6632
+ "annotation": {
6633
+ "type": "keyword",
6634
+ "value": "void"
6635
+ }
6636
+ }
6637
+ },
6638
+ {
6639
+ "name": "personal.action.click",
6640
+ "detail": {
6641
+ "annotation": {
6642
+ "type": "reference",
6643
+ "typeName": {
6644
+ "type": "identifier",
6645
+ "name": "PersonalActionClickDetail"
6646
+ }
6647
+ }
6648
+ }
6649
+ }
6650
+ ],
6651
+ "methods": [
6652
+ {
6653
+ "name": "pullHistory",
6654
+ "params": [
6655
+ {
6656
+ "name": "delay",
6509
6657
  "annotation": {
6510
6658
  "type": "keyword",
6511
- "value": "string"
6659
+ "value": "number"
6512
6660
  }
6513
6661
  }
6514
6662
  ],
6515
6663
  "returns": {}
6516
6664
  },
6517
6665
  {
6518
- "name": "getValue",
6666
+ "name": "open",
6519
6667
  "params": [],
6520
6668
  "returns": {}
6521
6669
  },
6522
6670
  {
6523
- "name": "focusOnInput",
6671
+ "name": "close",
6524
6672
  "params": [],
6525
6673
  "returns": {}
6526
- }
6527
- ],
6528
- "types": [
6674
+ },
6529
6675
  {
6530
- "type": "interface",
6531
- "name": "AIEmployee",
6532
- "body": [
6676
+ "name": "removeProject",
6677
+ "params": [
6533
6678
  {
6534
- "type": "propertySignature",
6535
- "key": {
6536
- "type": "identifier",
6537
- "name": "employeeId"
6538
- },
6679
+ "name": "projectId",
6539
6680
  "annotation": {
6540
6681
  "type": "keyword",
6541
6682
  "value": "string"
6542
- },
6543
- "computed": false
6544
- },
6683
+ }
6684
+ }
6685
+ ],
6686
+ "returns": {}
6687
+ },
6688
+ {
6689
+ "name": "addProject",
6690
+ "params": [
6545
6691
  {
6546
- "type": "propertySignature",
6547
- "key": {
6548
- "type": "identifier",
6549
- "name": "name"
6550
- },
6692
+ "name": "project",
6551
6693
  "annotation": {
6552
- "type": "keyword",
6553
- "value": "string"
6554
- },
6555
- "computed": false
6694
+ "type": "reference",
6695
+ "typeName": {
6696
+ "type": "identifier",
6697
+ "name": "Project"
6698
+ }
6699
+ }
6556
6700
  }
6557
- ]
6701
+ ],
6702
+ "returns": {}
6558
6703
  },
6559
6704
  {
6560
- "type": "interface",
6561
- "name": "Command",
6562
- "body": [
6705
+ "name": "moveConversation",
6706
+ "params": [
6563
6707
  {
6564
- "type": "propertySignature",
6565
- "key": {
6566
- "type": "identifier",
6567
- "name": "label"
6568
- },
6708
+ "name": "conversationId",
6569
6709
  "annotation": {
6570
6710
  "type": "keyword",
6571
6711
  "value": "string"
6572
- },
6573
- "computed": false
6574
- },
6712
+ }
6713
+ }
6714
+ ],
6715
+ "returns": {}
6716
+ }
6717
+ ],
6718
+ "types": [
6719
+ {
6720
+ "type": "interface",
6721
+ "name": "SidebarLink",
6722
+ "body": [
6575
6723
  {
6576
6724
  "type": "propertySignature",
6577
6725
  "key": {
6578
6726
  "type": "identifier",
6579
- "name": "value"
6727
+ "name": "title"
6580
6728
  },
6581
6729
  "annotation": {
6582
6730
  "type": "keyword",
@@ -6588,24 +6736,26 @@
6588
6736
  "type": "propertySignature",
6589
6737
  "key": {
6590
6738
  "type": "identifier",
6591
- "name": "groupKey"
6739
+ "name": "url"
6592
6740
  },
6593
6741
  "annotation": {
6594
6742
  "type": "keyword",
6595
6743
  "value": "string"
6596
6744
  },
6597
- "optional": true,
6598
6745
  "computed": false
6599
6746
  },
6600
6747
  {
6601
6748
  "type": "propertySignature",
6602
6749
  "key": {
6603
6750
  "type": "identifier",
6604
- "name": "groupLabel"
6751
+ "name": "icon"
6605
6752
  },
6606
6753
  "annotation": {
6607
- "type": "keyword",
6608
- "value": "string"
6754
+ "type": "reference",
6755
+ "typeName": {
6756
+ "type": "identifier",
6757
+ "name": "GeneralIconProps"
6758
+ }
6609
6759
  },
6610
6760
  "optional": true,
6611
6761
  "computed": false
@@ -6614,32 +6764,13 @@
6614
6764
  "type": "propertySignature",
6615
6765
  "key": {
6616
6766
  "type": "identifier",
6617
- "name": "subCommands"
6767
+ "name": "activeIncludes"
6618
6768
  },
6619
6769
  "annotation": {
6620
6770
  "type": "array",
6621
6771
  "elementType": {
6622
- "type": "reference",
6623
- "typeName": {
6624
- "type": "identifier",
6625
- "name": "Command"
6626
- }
6627
- }
6628
- },
6629
- "optional": true,
6630
- "computed": false
6631
- },
6632
- {
6633
- "type": "propertySignature",
6634
- "key": {
6635
- "type": "identifier",
6636
- "name": "payload"
6637
- },
6638
- "annotation": {
6639
- "type": "reference",
6640
- "typeName": {
6641
- "type": "identifier",
6642
- "name": "CommandPayload"
6772
+ "type": "keyword",
6773
+ "value": "string"
6643
6774
  }
6644
6775
  },
6645
6776
  "optional": true,
@@ -6649,96 +6780,123 @@
6649
6780
  },
6650
6781
  {
6651
6782
  "type": "interface",
6652
- "name": "UploadOptions",
6783
+ "name": "SpaceNavProps",
6653
6784
  "body": [
6654
6785
  {
6655
6786
  "type": "propertySignature",
6656
6787
  "key": {
6657
6788
  "type": "identifier",
6658
- "name": "enabled"
6659
- },
6660
- "annotation": {
6661
- "type": "keyword",
6662
- "value": "boolean"
6663
- },
6664
- "optional": true,
6665
- "computed": false
6666
- },
6667
- {
6668
- "type": "propertySignature",
6669
- "key": {
6670
- "type": "identifier",
6671
- "name": "dragDisabled"
6672
- },
6673
- "annotation": {
6674
- "type": "keyword",
6675
- "value": "boolean"
6676
- },
6677
- "optional": true,
6678
- "computed": false
6679
- },
6680
- {
6681
- "type": "propertySignature",
6682
- "key": {
6683
- "type": "identifier",
6684
- "name": "dragTips"
6789
+ "name": "returnUrl"
6685
6790
  },
6686
6791
  "annotation": {
6687
6792
  "type": "keyword",
6688
6793
  "value": "string"
6689
6794
  },
6690
- "optional": true,
6691
6795
  "computed": false
6692
6796
  },
6693
6797
  {
6694
6798
  "type": "propertySignature",
6695
6799
  "key": {
6696
6800
  "type": "identifier",
6697
- "name": "accept"
6801
+ "name": "introUrl"
6698
6802
  },
6699
6803
  "annotation": {
6700
6804
  "type": "keyword",
6701
6805
  "value": "string"
6702
6806
  },
6703
- "optional": true,
6704
6807
  "computed": false
6705
6808
  },
6706
6809
  {
6707
6810
  "type": "propertySignature",
6708
6811
  "key": {
6709
6812
  "type": "identifier",
6710
- "name": "maxFiles"
6813
+ "name": "spaceDetail"
6711
6814
  },
6712
6815
  "annotation": {
6713
- "type": "keyword",
6714
- "value": "number"
6715
- },
6716
- "optional": true,
6717
- "computed": false
6718
- },
6719
- {
6720
- "type": "propertySignature",
6721
- "key": {
6722
- "type": "identifier",
6723
- "name": "maxSize"
6724
- },
6725
- "annotation": {
6726
- "type": "keyword",
6727
- "value": "number"
6816
+ "type": "typeLiteral",
6817
+ "members": [
6818
+ {
6819
+ "type": "propertySignature",
6820
+ "key": {
6821
+ "type": "identifier",
6822
+ "name": "instanceId"
6823
+ },
6824
+ "annotation": {
6825
+ "type": "keyword",
6826
+ "value": "string"
6827
+ },
6828
+ "computed": false
6829
+ },
6830
+ {
6831
+ "type": "propertySignature",
6832
+ "key": {
6833
+ "type": "identifier",
6834
+ "name": "name"
6835
+ },
6836
+ "annotation": {
6837
+ "type": "keyword",
6838
+ "value": "string"
6839
+ },
6840
+ "computed": false
6841
+ },
6842
+ {
6843
+ "type": "propertySignature",
6844
+ "key": {
6845
+ "type": "identifier",
6846
+ "name": "icon"
6847
+ },
6848
+ "annotation": {
6849
+ "type": "intersection",
6850
+ "types": [
6851
+ {
6852
+ "type": "reference",
6853
+ "typeName": {
6854
+ "type": "identifier",
6855
+ "name": "GeneralIconProps"
6856
+ }
6857
+ },
6858
+ {
6859
+ "type": "typeLiteral",
6860
+ "members": [
6861
+ {
6862
+ "type": "propertySignature",
6863
+ "key": {
6864
+ "type": "identifier",
6865
+ "name": "color"
6866
+ },
6867
+ "annotation": {
6868
+ "type": "keyword",
6869
+ "value": "string"
6870
+ },
6871
+ "optional": true,
6872
+ "computed": false
6873
+ }
6874
+ ]
6875
+ }
6876
+ ]
6877
+ },
6878
+ "optional": true,
6879
+ "computed": false
6880
+ }
6881
+ ]
6728
6882
  },
6729
- "optional": true,
6730
- "computed": false,
6731
- "description": "In bytes"
6883
+ "computed": false
6732
6884
  },
6733
6885
  {
6734
6886
  "type": "propertySignature",
6735
6887
  "key": {
6736
6888
  "type": "identifier",
6737
- "name": "readableAccept"
6889
+ "name": "spaceObjects"
6738
6890
  },
6739
6891
  "annotation": {
6740
- "type": "keyword",
6741
- "value": "string"
6892
+ "type": "array",
6893
+ "elementType": {
6894
+ "type": "reference",
6895
+ "typeName": {
6896
+ "type": "identifier",
6897
+ "name": "SidebarLink"
6898
+ }
6899
+ }
6742
6900
  },
6743
6901
  "optional": true,
6744
6902
  "computed": false
@@ -6747,53 +6905,26 @@
6747
6905
  "type": "propertySignature",
6748
6906
  "key": {
6749
6907
  "type": "identifier",
6750
- "name": "readableMaxSize"
6908
+ "name": "spaceServiceflows"
6751
6909
  },
6752
6910
  "annotation": {
6753
- "type": "keyword",
6754
- "value": "string"
6911
+ "type": "array",
6912
+ "elementType": {
6913
+ "type": "reference",
6914
+ "typeName": {
6915
+ "type": "identifier",
6916
+ "name": "SidebarLink"
6917
+ }
6918
+ }
6755
6919
  },
6756
6920
  "optional": true,
6757
6921
  "computed": false
6758
- }
6759
- ]
6760
- },
6761
- {
6762
- "type": "interface",
6763
- "name": "ChatPayload",
6764
- "body": [
6765
- {
6766
- "type": "propertySignature",
6767
- "key": {
6768
- "type": "identifier",
6769
- "name": "content"
6770
- },
6771
- "annotation": {
6772
- "type": "keyword",
6773
- "value": "string"
6774
- },
6775
- "computed": false
6776
- }
6777
- ],
6778
- "extends": [
6779
- {
6780
- "type": "expressionWithTypeArguments",
6781
- "expression": {
6782
- "type": "identifier",
6783
- "name": "ExtraChatPayload"
6784
- }
6785
- }
6786
- ]
6787
- },
6788
- {
6789
- "type": "interface",
6790
- "name": "ExtraChatPayload",
6791
- "body": [
6922
+ },
6792
6923
  {
6793
6924
  "type": "propertySignature",
6794
6925
  "key": {
6795
6926
  "type": "identifier",
6796
- "name": "files"
6927
+ "name": "spaceLinks"
6797
6928
  },
6798
6929
  "annotation": {
6799
6930
  "type": "array",
@@ -6801,56 +6932,87 @@
6801
6932
  "type": "reference",
6802
6933
  "typeName": {
6803
6934
  "type": "identifier",
6804
- "name": "UploadFileInfo"
6935
+ "name": "SidebarLink"
6805
6936
  }
6806
6937
  }
6807
6938
  },
6808
6939
  "optional": true,
6809
6940
  "computed": false
6810
- },
6941
+ }
6942
+ ]
6943
+ },
6944
+ {
6945
+ "type": "interface",
6946
+ "name": "ActionClickDetail",
6947
+ "body": [
6811
6948
  {
6812
6949
  "type": "propertySignature",
6813
6950
  "key": {
6814
6951
  "type": "identifier",
6815
- "name": "cmd"
6952
+ "name": "action"
6816
6953
  },
6817
6954
  "annotation": {
6818
- "type": "union",
6955
+ "type": "intersection",
6819
6956
  "types": [
6820
6957
  {
6821
6958
  "type": "reference",
6822
6959
  "typeName": {
6823
6960
  "type": "identifier",
6824
- "name": "CommandPayload"
6961
+ "name": "SimpleActionType"
6825
6962
  }
6826
6963
  },
6827
6964
  {
6828
- "type": "keyword",
6829
- "value": "null"
6965
+ "type": "typeLiteral",
6966
+ "members": [
6967
+ {
6968
+ "type": "propertySignature",
6969
+ "key": {
6970
+ "type": "identifier",
6971
+ "name": "project"
6972
+ },
6973
+ "annotation": {
6974
+ "type": "reference",
6975
+ "typeName": {
6976
+ "type": "identifier",
6977
+ "name": "Project"
6978
+ }
6979
+ },
6980
+ "optional": true,
6981
+ "computed": false
6982
+ }
6983
+ ]
6830
6984
  }
6831
6985
  ]
6832
6986
  },
6833
- "optional": true,
6834
6987
  "computed": false
6835
6988
  },
6836
6989
  {
6837
6990
  "type": "propertySignature",
6838
6991
  "key": {
6839
6992
  "type": "identifier",
6840
- "name": "aiEmployeeId"
6993
+ "name": "item"
6841
6994
  },
6842
6995
  "annotation": {
6843
- "type": "union",
6844
- "types": [
6845
- {
6846
- "type": "keyword",
6847
- "value": "string"
6848
- },
6849
- {
6850
- "type": "keyword",
6851
- "value": "null"
6852
- }
6853
- ]
6996
+ "type": "reference",
6997
+ "typeName": {
6998
+ "type": "identifier",
6999
+ "name": "HistoryItem"
7000
+ }
7001
+ },
7002
+ "computed": false
7003
+ },
7004
+ {
7005
+ "type": "propertySignature",
7006
+ "key": {
7007
+ "type": "identifier",
7008
+ "name": "project"
7009
+ },
7010
+ "annotation": {
7011
+ "type": "reference",
7012
+ "typeName": {
7013
+ "type": "identifier",
7014
+ "name": "Project"
7015
+ }
6854
7016
  },
6855
7017
  "optional": true,
6856
7018
  "computed": false
@@ -6859,486 +7021,149 @@
6859
7021
  },
6860
7022
  {
6861
7023
  "type": "interface",
6862
- "name": "UploadFileInfo",
7024
+ "name": "Project",
6863
7025
  "body": [
6864
7026
  {
6865
7027
  "type": "propertySignature",
6866
7028
  "key": {
6867
7029
  "type": "identifier",
6868
- "name": "fileId"
7030
+ "name": "instanceId"
6869
7031
  },
6870
7032
  "annotation": {
6871
7033
  "type": "keyword",
6872
7034
  "value": "string"
6873
7035
  },
6874
- "computed": false
6875
- }
6876
- ]
6877
- }
6878
- ]
6879
- },
6880
- "ai-portal.elevo-sidebar": {
6881
- "properties": [
6882
- {
6883
- "name": "userInstanceId",
6884
- "annotation": {
6885
- "type": "keyword",
6886
- "value": "string"
6887
- }
6888
- },
6889
- {
6890
- "name": "behavior",
6891
- "annotation": {
6892
- "type": "union",
6893
- "types": [
6894
- {
6895
- "type": "jsLiteral",
6896
- "value": "default"
7036
+ "computed": false,
7037
+ "description": "实例ID"
7038
+ },
7039
+ {
7040
+ "type": "propertySignature",
7041
+ "key": {
7042
+ "type": "identifier",
7043
+ "name": "name"
6897
7044
  },
6898
- {
6899
- "type": "jsLiteral",
6900
- "value": "drawer"
6901
- }
6902
- ]
6903
- }
6904
- },
6905
- {
6906
- "name": "logoUrl",
6907
- "annotation": {
6908
- "type": "keyword",
6909
- "value": "string"
6910
- }
6911
- },
6912
- {
6913
- "name": "newChatUrl",
6914
- "annotation": {
6915
- "type": "keyword",
6916
- "value": "string"
6917
- }
6918
- },
6919
- {
6920
- "name": "newChatLinkWhenCollapsed",
6921
- "annotation": {
6922
- "type": "keyword",
6923
- "value": "boolean"
6924
- }
6925
- },
6926
- {
6927
- "name": "historyUrlTemplate",
6928
- "annotation": {
6929
- "type": "keyword",
6930
- "value": "string"
6931
- }
6932
- },
6933
- {
6934
- "name": "historyActions",
6935
- "annotation": {
6936
- "type": "array",
6937
- "elementType": {
6938
- "type": "reference",
6939
- "typeName": {
6940
- "type": "identifier",
6941
- "name": "ActionType"
6942
- }
6943
- }
6944
- }
6945
- },
6946
- {
6947
- "name": "showProjects",
6948
- "annotation": {
6949
- "type": "keyword",
6950
- "value": "boolean"
6951
- }
6952
- },
6953
- {
6954
- "name": "projectUrlTemplate",
6955
- "annotation": {
6956
- "type": "keyword",
6957
- "value": "string"
6958
- }
6959
- },
6960
- {
6961
- "name": "projectActions",
6962
- "annotation": {
6963
- "type": "array",
6964
- "elementType": {
6965
- "type": "reference",
6966
- "typeName": {
6967
- "type": "identifier",
6968
- "name": "ActionType"
6969
- }
6970
- }
6971
- }
6972
- },
6973
- {
6974
- "name": "personalActions",
6975
- "annotation": {
6976
- "type": "array",
6977
- "elementType": {
6978
- "type": "reference",
6979
- "typeName": {
6980
- "type": "identifier",
6981
- "name": "ActionType"
6982
- }
6983
- }
6984
- }
6985
- },
6986
- {
6987
- "name": "links",
6988
- "annotation": {
6989
- "type": "array",
6990
- "elementType": {
6991
- "type": "reference",
6992
- "typeName": {
6993
- "type": "identifier",
6994
- "name": "SidebarLink"
6995
- }
6996
- }
6997
- }
6998
- },
6999
- {
7000
- "name": "canAddProject",
7001
- "annotation": {
7002
- "type": "keyword",
7003
- "value": "boolean"
7004
- }
7005
- },
7006
- {
7007
- "name": "myLinks",
7008
- "annotation": {
7009
- "type": "array",
7010
- "elementType": {
7011
- "type": "reference",
7012
- "typeName": {
7013
- "type": "identifier",
7014
- "name": "SidebarLink"
7015
- }
7016
- }
7017
- }
7018
- },
7019
- {
7020
- "name": "scope",
7021
- "annotation": {
7022
- "type": "union",
7023
- "types": [
7024
- {
7025
- "type": "jsLiteral",
7026
- "value": "default"
7027
- },
7028
- {
7029
- "type": "jsLiteral",
7030
- "value": "space"
7031
- }
7032
- ]
7033
- }
7034
- },
7035
- {
7036
- "name": "spaceNav",
7037
- "annotation": {
7038
- "type": "reference",
7039
- "typeName": {
7040
- "type": "identifier",
7041
- "name": "SpaceNavProps"
7042
- }
7043
- }
7044
- }
7045
- ],
7046
- "events": [
7047
- {
7048
- "name": "logout",
7049
- "detail": {
7050
- "annotation": {
7051
- "type": "keyword",
7052
- "value": "void"
7053
- }
7054
- }
7055
- },
7056
- {
7057
- "name": "action.click",
7058
- "detail": {
7059
- "annotation": {
7060
- "type": "reference",
7061
- "typeName": {
7062
- "type": "identifier",
7063
- "name": "ActionClickDetail"
7064
- }
7065
- }
7066
- }
7067
- },
7068
- {
7069
- "name": "project.action.click",
7070
- "detail": {
7071
- "annotation": {
7072
- "type": "reference",
7073
- "typeName": {
7074
- "type": "identifier",
7075
- "name": "ProjectActionClickDetail"
7076
- }
7077
- }
7078
- }
7079
- },
7080
- {
7081
- "name": "add.project",
7082
- "detail": {
7083
- "annotation": {
7084
- "type": "keyword",
7085
- "value": "void"
7086
- }
7087
- }
7088
- },
7089
- {
7090
- "name": "add.serviceflow",
7091
- "detail": {
7092
- "annotation": {
7093
- "type": "keyword",
7094
- "value": "void"
7095
- }
7096
- }
7097
- },
7098
- {
7099
- "name": "personal.action.click",
7100
- "detail": {
7101
- "annotation": {
7102
- "type": "reference",
7103
- "typeName": {
7104
- "type": "identifier",
7105
- "name": "PersonalActionClickDetail"
7106
- }
7107
- }
7108
- }
7109
- }
7110
- ],
7111
- "methods": [
7112
- {
7113
- "name": "pullHistory",
7114
- "params": [
7115
- {
7116
- "name": "delay",
7117
- "annotation": {
7118
- "type": "keyword",
7119
- "value": "number"
7120
- }
7121
- }
7122
- ],
7123
- "returns": {}
7124
- },
7125
- {
7126
- "name": "open",
7127
- "params": [],
7128
- "returns": {}
7129
- },
7130
- {
7131
- "name": "close",
7132
- "params": [],
7133
- "returns": {}
7134
- },
7135
- {
7136
- "name": "removeProject",
7137
- "params": [
7138
- {
7139
- "name": "projectId",
7140
7045
  "annotation": {
7141
7046
  "type": "keyword",
7142
7047
  "value": "string"
7143
- }
7144
- }
7145
- ],
7146
- "returns": {}
7147
- },
7148
- {
7149
- "name": "addProject",
7150
- "params": [
7151
- {
7152
- "name": "project",
7153
- "annotation": {
7154
- "type": "reference",
7155
- "typeName": {
7156
- "type": "identifier",
7157
- "name": "Project"
7158
- }
7159
- }
7160
- }
7161
- ],
7162
- "returns": {}
7163
- },
7164
- {
7165
- "name": "moveConversation",
7166
- "params": [
7167
- {
7168
- "name": "conversationId",
7169
- "annotation": {
7170
- "type": "keyword",
7171
- "value": "string"
7172
- }
7173
- }
7174
- ],
7175
- "returns": {}
7176
- }
7177
- ],
7178
- "types": [
7179
- {
7180
- "type": "interface",
7181
- "name": "SidebarLink",
7182
- "body": [
7183
- {
7184
- "type": "propertySignature",
7185
- "key": {
7186
- "type": "identifier",
7187
- "name": "title"
7188
7048
  },
7189
- "annotation": {
7190
- "type": "keyword",
7191
- "value": "string"
7192
- },
7193
- "computed": false
7049
+ "computed": false,
7050
+ "description": "项目名称"
7194
7051
  },
7195
7052
  {
7196
7053
  "type": "propertySignature",
7197
7054
  "key": {
7198
7055
  "type": "identifier",
7199
- "name": "url"
7056
+ "name": "description"
7200
7057
  },
7201
7058
  "annotation": {
7202
7059
  "type": "keyword",
7203
7060
  "value": "string"
7204
7061
  },
7205
- "computed": false
7062
+ "computed": false,
7063
+ "description": "项目描述"
7206
7064
  },
7207
7065
  {
7208
7066
  "type": "propertySignature",
7209
7067
  "key": {
7210
7068
  "type": "identifier",
7211
- "name": "icon"
7069
+ "name": "state"
7212
7070
  },
7213
7071
  "annotation": {
7214
- "type": "reference",
7215
- "typeName": {
7216
- "type": "identifier",
7217
- "name": "GeneralIconProps"
7218
- }
7072
+ "type": "union",
7073
+ "types": [
7074
+ {
7075
+ "type": "jsLiteral",
7076
+ "value": "active"
7077
+ },
7078
+ {
7079
+ "type": "jsLiteral",
7080
+ "value": "inactive"
7081
+ }
7082
+ ]
7219
7083
  },
7220
- "optional": true,
7221
- "computed": false
7084
+ "computed": false,
7085
+ "description": "状态"
7222
7086
  },
7223
7087
  {
7224
7088
  "type": "propertySignature",
7225
7089
  "key": {
7226
7090
  "type": "identifier",
7227
- "name": "activeIncludes"
7091
+ "name": "defaultAiEmployeeId"
7228
7092
  },
7229
7093
  "annotation": {
7230
- "type": "array",
7231
- "elementType": {
7232
- "type": "keyword",
7233
- "value": "string"
7234
- }
7094
+ "type": "keyword",
7095
+ "value": "string"
7235
7096
  },
7236
- "optional": true,
7237
- "computed": false
7238
- }
7239
- ]
7240
- },
7241
- {
7242
- "type": "interface",
7243
- "name": "SpaceNavProps",
7244
- "body": [
7097
+ "computed": false,
7098
+ "description": "默认数字人ID"
7099
+ },
7245
7100
  {
7246
7101
  "type": "propertySignature",
7247
7102
  "key": {
7248
7103
  "type": "identifier",
7249
- "name": "returnUrl"
7104
+ "name": "creator"
7250
7105
  },
7251
7106
  "annotation": {
7252
7107
  "type": "keyword",
7253
7108
  "value": "string"
7254
7109
  },
7255
- "computed": false
7110
+ "computed": false,
7111
+ "description": "创建者"
7256
7112
  },
7257
7113
  {
7258
7114
  "type": "propertySignature",
7259
7115
  "key": {
7260
7116
  "type": "identifier",
7261
- "name": "introUrl"
7117
+ "name": "ctime"
7262
7118
  },
7263
7119
  "annotation": {
7264
7120
  "type": "keyword",
7265
7121
  "value": "string"
7266
7122
  },
7267
- "computed": false
7123
+ "computed": false,
7124
+ "description": "创建时间"
7268
7125
  },
7269
7126
  {
7270
7127
  "type": "propertySignature",
7271
7128
  "key": {
7272
7129
  "type": "identifier",
7273
- "name": "spaceDetail"
7130
+ "name": "mtime"
7274
7131
  },
7275
7132
  "annotation": {
7276
- "type": "typeLiteral",
7277
- "members": [
7278
- {
7279
- "type": "propertySignature",
7280
- "key": {
7281
- "type": "identifier",
7282
- "name": "instanceId"
7283
- },
7284
- "annotation": {
7285
- "type": "keyword",
7286
- "value": "string"
7287
- },
7288
- "computed": false
7289
- },
7290
- {
7291
- "type": "propertySignature",
7292
- "key": {
7293
- "type": "identifier",
7294
- "name": "name"
7295
- },
7296
- "annotation": {
7297
- "type": "keyword",
7298
- "value": "string"
7299
- },
7300
- "computed": false
7301
- },
7302
- {
7303
- "type": "propertySignature",
7304
- "key": {
7305
- "type": "identifier",
7306
- "name": "icon"
7307
- },
7308
- "annotation": {
7309
- "type": "intersection",
7310
- "types": [
7311
- {
7312
- "type": "reference",
7313
- "typeName": {
7314
- "type": "identifier",
7315
- "name": "GeneralIconProps"
7316
- }
7317
- },
7318
- {
7319
- "type": "typeLiteral",
7320
- "members": [
7321
- {
7322
- "type": "propertySignature",
7323
- "key": {
7324
- "type": "identifier",
7325
- "name": "color"
7326
- },
7327
- "annotation": {
7328
- "type": "keyword",
7329
- "value": "string"
7330
- },
7331
- "optional": true,
7332
- "computed": false
7333
- }
7334
- ]
7335
- }
7336
- ]
7337
- },
7338
- "optional": true,
7339
- "computed": false
7340
- }
7341
- ]
7133
+ "type": "keyword",
7134
+ "value": "string"
7135
+ },
7136
+ "computed": false,
7137
+ "description": "修改时间"
7138
+ },
7139
+ {
7140
+ "type": "propertySignature",
7141
+ "key": {
7142
+ "type": "identifier",
7143
+ "name": "modifier"
7144
+ },
7145
+ "annotation": {
7146
+ "type": "keyword",
7147
+ "value": "string"
7148
+ },
7149
+ "computed": false,
7150
+ "description": "修改者"
7151
+ }
7152
+ ]
7153
+ },
7154
+ {
7155
+ "type": "interface",
7156
+ "name": "HistoryItem",
7157
+ "body": [
7158
+ {
7159
+ "type": "propertySignature",
7160
+ "key": {
7161
+ "type": "identifier",
7162
+ "name": "conversationId"
7163
+ },
7164
+ "annotation": {
7165
+ "type": "keyword",
7166
+ "value": "string"
7342
7167
  },
7343
7168
  "computed": false
7344
7169
  },
@@ -7346,54 +7171,37 @@
7346
7171
  "type": "propertySignature",
7347
7172
  "key": {
7348
7173
  "type": "identifier",
7349
- "name": "spaceObjects"
7174
+ "name": "title"
7350
7175
  },
7351
7176
  "annotation": {
7352
- "type": "array",
7353
- "elementType": {
7354
- "type": "reference",
7355
- "typeName": {
7356
- "type": "identifier",
7357
- "name": "SidebarLink"
7358
- }
7359
- }
7177
+ "type": "keyword",
7178
+ "value": "string"
7360
7179
  },
7361
- "optional": true,
7362
7180
  "computed": false
7363
7181
  },
7364
7182
  {
7365
7183
  "type": "propertySignature",
7366
7184
  "key": {
7367
7185
  "type": "identifier",
7368
- "name": "spaceServiceflows"
7186
+ "name": "startTime"
7369
7187
  },
7370
7188
  "annotation": {
7371
- "type": "array",
7372
- "elementType": {
7373
- "type": "reference",
7374
- "typeName": {
7375
- "type": "identifier",
7376
- "name": "SidebarLink"
7377
- }
7378
- }
7189
+ "type": "keyword",
7190
+ "value": "number"
7379
7191
  },
7380
- "optional": true,
7381
7192
  "computed": false
7382
7193
  },
7383
7194
  {
7384
7195
  "type": "propertySignature",
7385
7196
  "key": {
7386
7197
  "type": "identifier",
7387
- "name": "spaceLinks"
7198
+ "name": "state"
7388
7199
  },
7389
7200
  "annotation": {
7390
- "type": "array",
7391
- "elementType": {
7392
- "type": "reference",
7393
- "typeName": {
7394
- "type": "identifier",
7395
- "name": "SidebarLink"
7396
- }
7201
+ "type": "reference",
7202
+ "typeName": {
7203
+ "type": "identifier",
7204
+ "name": "ConversationState"
7397
7205
  }
7398
7206
  },
7399
7207
  "optional": true,
@@ -7403,7 +7211,7 @@
7403
7211
  },
7404
7212
  {
7405
7213
  "type": "interface",
7406
- "name": "ActionClickDetail",
7214
+ "name": "ProjectActionClickDetail",
7407
7215
  "body": [
7408
7216
  {
7409
7217
  "type": "propertySignature",
@@ -7412,37 +7220,11 @@
7412
7220
  "name": "action"
7413
7221
  },
7414
7222
  "annotation": {
7415
- "type": "intersection",
7416
- "types": [
7417
- {
7418
- "type": "reference",
7419
- "typeName": {
7420
- "type": "identifier",
7421
- "name": "SimpleActionType"
7422
- }
7423
- },
7424
- {
7425
- "type": "typeLiteral",
7426
- "members": [
7427
- {
7428
- "type": "propertySignature",
7429
- "key": {
7430
- "type": "identifier",
7431
- "name": "project"
7432
- },
7433
- "annotation": {
7434
- "type": "reference",
7435
- "typeName": {
7436
- "type": "identifier",
7437
- "name": "Project"
7438
- }
7439
- },
7440
- "optional": true,
7441
- "computed": false
7442
- }
7443
- ]
7444
- }
7445
- ]
7223
+ "type": "reference",
7224
+ "typeName": {
7225
+ "type": "identifier",
7226
+ "name": "SimpleActionType"
7227
+ }
7446
7228
  },
7447
7229
  "computed": false
7448
7230
  },
@@ -7450,277 +7232,495 @@
7450
7232
  "type": "propertySignature",
7451
7233
  "key": {
7452
7234
  "type": "identifier",
7453
- "name": "item"
7235
+ "name": "project"
7454
7236
  },
7455
7237
  "annotation": {
7456
7238
  "type": "reference",
7457
7239
  "typeName": {
7458
7240
  "type": "identifier",
7459
- "name": "HistoryItem"
7241
+ "name": "Project"
7242
+ }
7243
+ },
7244
+ "computed": false
7245
+ }
7246
+ ]
7247
+ },
7248
+ {
7249
+ "type": "interface",
7250
+ "name": "PersonalActionClickDetail",
7251
+ "body": [
7252
+ {
7253
+ "type": "propertySignature",
7254
+ "key": {
7255
+ "type": "identifier",
7256
+ "name": "action"
7257
+ },
7258
+ "annotation": {
7259
+ "type": "reference",
7260
+ "typeName": {
7261
+ "type": "identifier",
7262
+ "name": "SimpleActionType"
7460
7263
  }
7461
7264
  },
7462
7265
  "computed": false
7266
+ }
7267
+ ]
7268
+ }
7269
+ ]
7270
+ },
7271
+ "ai-portal.chat-box": {
7272
+ "properties": [
7273
+ {
7274
+ "name": "disabled",
7275
+ "annotation": {
7276
+ "type": "keyword",
7277
+ "value": "boolean"
7278
+ }
7279
+ },
7280
+ {
7281
+ "name": "placeholder",
7282
+ "annotation": {
7283
+ "type": "keyword",
7284
+ "value": "string"
7285
+ }
7286
+ },
7287
+ {
7288
+ "name": "autoFocus",
7289
+ "annotation": {
7290
+ "type": "keyword",
7291
+ "value": "boolean"
7292
+ }
7293
+ },
7294
+ {
7295
+ "name": "aiEmployees",
7296
+ "annotation": {
7297
+ "type": "array",
7298
+ "elementType": {
7299
+ "type": "reference",
7300
+ "typeName": {
7301
+ "type": "identifier",
7302
+ "name": "AIEmployee"
7303
+ }
7304
+ }
7305
+ }
7306
+ },
7307
+ {
7308
+ "name": "commands",
7309
+ "annotation": {
7310
+ "type": "array",
7311
+ "elementType": {
7312
+ "type": "reference",
7313
+ "typeName": {
7314
+ "type": "identifier",
7315
+ "name": "Command"
7316
+ }
7317
+ }
7318
+ }
7319
+ },
7320
+ {
7321
+ "name": "uploadOptions",
7322
+ "annotation": {
7323
+ "type": "reference",
7324
+ "typeName": {
7325
+ "type": "identifier",
7326
+ "name": "UploadOptions"
7327
+ }
7328
+ }
7329
+ }
7330
+ ],
7331
+ "events": [
7332
+ {
7333
+ "name": "message.submit",
7334
+ "detail": {
7335
+ "annotation": {
7336
+ "type": "keyword",
7337
+ "value": "string"
7338
+ }
7339
+ }
7340
+ },
7341
+ {
7342
+ "name": "chat.submit",
7343
+ "detail": {
7344
+ "annotation": {
7345
+ "type": "reference",
7346
+ "typeName": {
7347
+ "type": "identifier",
7348
+ "name": "ChatPayload"
7349
+ }
7350
+ }
7351
+ }
7352
+ }
7353
+ ],
7354
+ "methods": [
7355
+ {
7356
+ "name": "setValue",
7357
+ "params": [
7358
+ {
7359
+ "name": "value",
7360
+ "annotation": {
7361
+ "type": "keyword",
7362
+ "value": "string"
7363
+ }
7364
+ }
7365
+ ],
7366
+ "returns": {}
7367
+ },
7368
+ {
7369
+ "name": "getValue",
7370
+ "params": [],
7371
+ "returns": {}
7372
+ },
7373
+ {
7374
+ "name": "focusOnInput",
7375
+ "params": [],
7376
+ "returns": {}
7377
+ }
7378
+ ],
7379
+ "types": [
7380
+ {
7381
+ "type": "interface",
7382
+ "name": "AIEmployee",
7383
+ "body": [
7384
+ {
7385
+ "type": "propertySignature",
7386
+ "key": {
7387
+ "type": "identifier",
7388
+ "name": "employeeId"
7389
+ },
7390
+ "annotation": {
7391
+ "type": "keyword",
7392
+ "value": "string"
7393
+ },
7394
+ "computed": false
7463
7395
  },
7464
7396
  {
7465
7397
  "type": "propertySignature",
7466
7398
  "key": {
7467
7399
  "type": "identifier",
7468
- "name": "project"
7400
+ "name": "name"
7469
7401
  },
7470
7402
  "annotation": {
7471
- "type": "reference",
7472
- "typeName": {
7473
- "type": "identifier",
7474
- "name": "Project"
7475
- }
7403
+ "type": "keyword",
7404
+ "value": "string"
7476
7405
  },
7477
- "optional": true,
7478
7406
  "computed": false
7479
7407
  }
7480
7408
  ]
7481
7409
  },
7482
7410
  {
7483
7411
  "type": "interface",
7484
- "name": "Project",
7412
+ "name": "Command",
7485
7413
  "body": [
7486
7414
  {
7487
7415
  "type": "propertySignature",
7488
7416
  "key": {
7489
7417
  "type": "identifier",
7490
- "name": "instanceId"
7418
+ "name": "label"
7491
7419
  },
7492
7420
  "annotation": {
7493
7421
  "type": "keyword",
7494
7422
  "value": "string"
7495
7423
  },
7496
- "computed": false,
7497
- "description": "实例ID"
7424
+ "computed": false
7498
7425
  },
7499
7426
  {
7500
7427
  "type": "propertySignature",
7501
7428
  "key": {
7502
7429
  "type": "identifier",
7503
- "name": "name"
7430
+ "name": "value"
7504
7431
  },
7505
7432
  "annotation": {
7506
7433
  "type": "keyword",
7507
7434
  "value": "string"
7508
7435
  },
7509
- "computed": false,
7510
- "description": "项目名称"
7436
+ "computed": false
7511
7437
  },
7512
7438
  {
7513
7439
  "type": "propertySignature",
7514
7440
  "key": {
7515
7441
  "type": "identifier",
7516
- "name": "description"
7442
+ "name": "groupKey"
7517
7443
  },
7518
7444
  "annotation": {
7519
7445
  "type": "keyword",
7520
7446
  "value": "string"
7521
7447
  },
7522
- "computed": false,
7523
- "description": "项目描述"
7448
+ "optional": true,
7449
+ "computed": false
7524
7450
  },
7525
7451
  {
7526
7452
  "type": "propertySignature",
7527
7453
  "key": {
7528
7454
  "type": "identifier",
7529
- "name": "state"
7455
+ "name": "groupLabel"
7530
7456
  },
7531
7457
  "annotation": {
7532
- "type": "union",
7533
- "types": [
7534
- {
7535
- "type": "jsLiteral",
7536
- "value": "active"
7537
- },
7538
- {
7539
- "type": "jsLiteral",
7540
- "value": "inactive"
7458
+ "type": "keyword",
7459
+ "value": "string"
7460
+ },
7461
+ "optional": true,
7462
+ "computed": false
7463
+ },
7464
+ {
7465
+ "type": "propertySignature",
7466
+ "key": {
7467
+ "type": "identifier",
7468
+ "name": "subCommands"
7469
+ },
7470
+ "annotation": {
7471
+ "type": "array",
7472
+ "elementType": {
7473
+ "type": "reference",
7474
+ "typeName": {
7475
+ "type": "identifier",
7476
+ "name": "Command"
7541
7477
  }
7542
- ]
7478
+ }
7543
7479
  },
7544
- "computed": false,
7545
- "description": "状态"
7480
+ "optional": true,
7481
+ "computed": false
7546
7482
  },
7547
7483
  {
7548
7484
  "type": "propertySignature",
7549
7485
  "key": {
7550
7486
  "type": "identifier",
7551
- "name": "defaultAiEmployeeId"
7487
+ "name": "payload"
7488
+ },
7489
+ "annotation": {
7490
+ "type": "reference",
7491
+ "typeName": {
7492
+ "type": "identifier",
7493
+ "name": "CommandPayload"
7494
+ }
7495
+ },
7496
+ "optional": true,
7497
+ "computed": false
7498
+ }
7499
+ ]
7500
+ },
7501
+ {
7502
+ "type": "interface",
7503
+ "name": "UploadOptions",
7504
+ "body": [
7505
+ {
7506
+ "type": "propertySignature",
7507
+ "key": {
7508
+ "type": "identifier",
7509
+ "name": "enabled"
7552
7510
  },
7553
7511
  "annotation": {
7554
7512
  "type": "keyword",
7555
- "value": "string"
7513
+ "value": "boolean"
7556
7514
  },
7557
- "computed": false,
7558
- "description": "默认数字人ID"
7515
+ "optional": true,
7516
+ "computed": false
7559
7517
  },
7560
7518
  {
7561
7519
  "type": "propertySignature",
7562
7520
  "key": {
7563
7521
  "type": "identifier",
7564
- "name": "creator"
7522
+ "name": "dragDisabled"
7565
7523
  },
7566
7524
  "annotation": {
7567
7525
  "type": "keyword",
7568
- "value": "string"
7526
+ "value": "boolean"
7569
7527
  },
7570
- "computed": false,
7571
- "description": "创建者"
7528
+ "optional": true,
7529
+ "computed": false
7572
7530
  },
7573
7531
  {
7574
7532
  "type": "propertySignature",
7575
7533
  "key": {
7576
7534
  "type": "identifier",
7577
- "name": "ctime"
7535
+ "name": "dragTips"
7578
7536
  },
7579
7537
  "annotation": {
7580
7538
  "type": "keyword",
7581
7539
  "value": "string"
7582
7540
  },
7583
- "computed": false,
7584
- "description": "创建时间"
7541
+ "optional": true,
7542
+ "computed": false
7585
7543
  },
7586
7544
  {
7587
7545
  "type": "propertySignature",
7588
7546
  "key": {
7589
7547
  "type": "identifier",
7590
- "name": "mtime"
7548
+ "name": "accept"
7591
7549
  },
7592
7550
  "annotation": {
7593
7551
  "type": "keyword",
7594
7552
  "value": "string"
7595
7553
  },
7596
- "computed": false,
7597
- "description": "修改时间"
7554
+ "optional": true,
7555
+ "computed": false
7598
7556
  },
7599
7557
  {
7600
7558
  "type": "propertySignature",
7601
7559
  "key": {
7602
7560
  "type": "identifier",
7603
- "name": "modifier"
7561
+ "name": "maxFiles"
7604
7562
  },
7605
7563
  "annotation": {
7606
7564
  "type": "keyword",
7607
- "value": "string"
7565
+ "value": "number"
7608
7566
  },
7609
- "computed": false,
7610
- "description": "修改者"
7611
- }
7612
- ]
7613
- },
7614
- {
7615
- "type": "interface",
7616
- "name": "HistoryItem",
7617
- "body": [
7567
+ "optional": true,
7568
+ "computed": false
7569
+ },
7618
7570
  {
7619
7571
  "type": "propertySignature",
7620
7572
  "key": {
7621
7573
  "type": "identifier",
7622
- "name": "conversationId"
7574
+ "name": "maxSize"
7623
7575
  },
7624
7576
  "annotation": {
7625
7577
  "type": "keyword",
7626
- "value": "string"
7578
+ "value": "number"
7627
7579
  },
7628
- "computed": false
7580
+ "optional": true,
7581
+ "computed": false,
7582
+ "description": "In bytes"
7629
7583
  },
7630
7584
  {
7631
7585
  "type": "propertySignature",
7632
7586
  "key": {
7633
7587
  "type": "identifier",
7634
- "name": "title"
7588
+ "name": "readableAccept"
7635
7589
  },
7636
7590
  "annotation": {
7637
7591
  "type": "keyword",
7638
7592
  "value": "string"
7639
7593
  },
7594
+ "optional": true,
7640
7595
  "computed": false
7641
7596
  },
7642
7597
  {
7643
7598
  "type": "propertySignature",
7644
7599
  "key": {
7645
7600
  "type": "identifier",
7646
- "name": "startTime"
7601
+ "name": "readableMaxSize"
7647
7602
  },
7648
7603
  "annotation": {
7649
7604
  "type": "keyword",
7650
- "value": "number"
7605
+ "value": "string"
7651
7606
  },
7607
+ "optional": true,
7652
7608
  "computed": false
7653
- },
7609
+ }
7610
+ ]
7611
+ },
7612
+ {
7613
+ "type": "interface",
7614
+ "name": "ChatPayload",
7615
+ "body": [
7654
7616
  {
7655
7617
  "type": "propertySignature",
7656
7618
  "key": {
7657
7619
  "type": "identifier",
7658
- "name": "state"
7620
+ "name": "content"
7659
7621
  },
7660
7622
  "annotation": {
7661
- "type": "reference",
7662
- "typeName": {
7663
- "type": "identifier",
7664
- "name": "ConversationState"
7665
- }
7623
+ "type": "keyword",
7624
+ "value": "string"
7666
7625
  },
7667
- "optional": true,
7668
7626
  "computed": false
7669
7627
  }
7628
+ ],
7629
+ "extends": [
7630
+ {
7631
+ "type": "expressionWithTypeArguments",
7632
+ "expression": {
7633
+ "type": "identifier",
7634
+ "name": "ExtraChatPayload"
7635
+ }
7636
+ }
7670
7637
  ]
7671
7638
  },
7672
7639
  {
7673
7640
  "type": "interface",
7674
- "name": "ProjectActionClickDetail",
7641
+ "name": "ExtraChatPayload",
7675
7642
  "body": [
7676
7643
  {
7677
7644
  "type": "propertySignature",
7678
7645
  "key": {
7679
7646
  "type": "identifier",
7680
- "name": "action"
7647
+ "name": "files"
7681
7648
  },
7682
7649
  "annotation": {
7683
- "type": "reference",
7684
- "typeName": {
7685
- "type": "identifier",
7686
- "name": "SimpleActionType"
7650
+ "type": "array",
7651
+ "elementType": {
7652
+ "type": "reference",
7653
+ "typeName": {
7654
+ "type": "identifier",
7655
+ "name": "UploadFileInfo"
7656
+ }
7687
7657
  }
7688
7658
  },
7659
+ "optional": true,
7689
7660
  "computed": false
7690
7661
  },
7691
7662
  {
7692
7663
  "type": "propertySignature",
7693
7664
  "key": {
7694
7665
  "type": "identifier",
7695
- "name": "project"
7666
+ "name": "cmd"
7696
7667
  },
7697
7668
  "annotation": {
7698
- "type": "reference",
7699
- "typeName": {
7700
- "type": "identifier",
7701
- "name": "Project"
7702
- }
7669
+ "type": "union",
7670
+ "types": [
7671
+ {
7672
+ "type": "reference",
7673
+ "typeName": {
7674
+ "type": "identifier",
7675
+ "name": "CommandPayload"
7676
+ }
7677
+ },
7678
+ {
7679
+ "type": "keyword",
7680
+ "value": "null"
7681
+ }
7682
+ ]
7683
+ },
7684
+ "optional": true,
7685
+ "computed": false
7686
+ },
7687
+ {
7688
+ "type": "propertySignature",
7689
+ "key": {
7690
+ "type": "identifier",
7691
+ "name": "aiEmployeeId"
7692
+ },
7693
+ "annotation": {
7694
+ "type": "union",
7695
+ "types": [
7696
+ {
7697
+ "type": "keyword",
7698
+ "value": "string"
7699
+ },
7700
+ {
7701
+ "type": "keyword",
7702
+ "value": "null"
7703
+ }
7704
+ ]
7703
7705
  },
7706
+ "optional": true,
7704
7707
  "computed": false
7705
7708
  }
7706
7709
  ]
7707
7710
  },
7708
7711
  {
7709
7712
  "type": "interface",
7710
- "name": "PersonalActionClickDetail",
7713
+ "name": "UploadFileInfo",
7711
7714
  "body": [
7712
7715
  {
7713
7716
  "type": "propertySignature",
7714
7717
  "key": {
7715
7718
  "type": "identifier",
7716
- "name": "action"
7719
+ "name": "fileId"
7717
7720
  },
7718
7721
  "annotation": {
7719
- "type": "reference",
7720
- "typeName": {
7721
- "type": "identifier",
7722
- "name": "SimpleActionType"
7723
- }
7722
+ "type": "keyword",
7723
+ "value": "string"
7724
7724
  },
7725
7725
  "computed": false
7726
7726
  }
@@ -10795,6 +10795,13 @@
10795
10795
  }
10796
10796
  ]
10797
10797
  }
10798
+ },
10799
+ {
10800
+ "name": "maskClosable",
10801
+ "annotation": {
10802
+ "type": "keyword",
10803
+ "value": "boolean"
10804
+ }
10798
10805
  }
10799
10806
  ],
10800
10807
  "events": [],