@next-bricks/ai-portal 0.65.0 → 0.65.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.
Files changed (36) hide show
  1. package/dist/bricks.json +32 -32
  2. package/dist/chunks/{2742.670f78d2.js → 2742.19b8cbd2.js} +2 -2
  3. package/dist/chunks/2742.19b8cbd2.js.map +1 -0
  4. package/dist/chunks/4208.9304234a.js +2 -0
  5. package/dist/chunks/4208.9304234a.js.map +1 -0
  6. package/dist/chunks/7139.80d52ac3.js +2 -0
  7. package/dist/chunks/7139.80d52ac3.js.map +1 -0
  8. package/dist/chunks/7159.2fdda135.js +2 -0
  9. package/dist/chunks/7159.2fdda135.js.map +1 -0
  10. package/dist/chunks/chat-panel.ca430fc7.js +2 -0
  11. package/dist/chunks/chat-panel.ca430fc7.js.map +1 -0
  12. package/dist/chunks/{main.97d00f7b.js → main.d8edfa91.js} +2 -2
  13. package/dist/chunks/{main.97d00f7b.js.map → main.d8edfa91.js.map} +1 -1
  14. package/dist/examples.json +18 -18
  15. package/dist/index.90d9f9da.js +2 -0
  16. package/dist/{index.01059b82.js.map → index.90d9f9da.js.map} +1 -1
  17. package/dist/manifest.json +229 -229
  18. package/dist/types.json +997 -997
  19. package/dist-types/chat-stream/useConversationStream.d.ts +1 -0
  20. package/dist-types/shared/ActivityPlan/getStateIcon.d.ts +6 -0
  21. package/dist-types/shared/TaskContext.d.ts +4 -1
  22. package/dist-types/shared/getFlatChunks.d.ts +3 -1
  23. package/dist-types/shared/getOrderedNodes.d.ts +1 -4
  24. package/dist-types/shared/getTaskTree.d.ts +1 -1
  25. package/dist-types/shared/interfaces.d.ts +1 -1
  26. package/package.json +2 -2
  27. package/dist/chunks/2742.670f78d2.js.map +0 -1
  28. package/dist/chunks/4208.694d7deb.js +0 -2
  29. package/dist/chunks/4208.694d7deb.js.map +0 -1
  30. package/dist/chunks/7139.4195ba95.js +0 -2
  31. package/dist/chunks/7139.4195ba95.js.map +0 -1
  32. package/dist/chunks/7712.06a445a6.js +0 -2
  33. package/dist/chunks/7712.06a445a6.js.map +0 -1
  34. package/dist/chunks/chat-panel.313d3906.js +0 -2
  35. package/dist/chunks/chat-panel.313d3906.js.map +0 -1
  36. package/dist/index.01059b82.js +0 -2
package/dist/types.json CHANGED
@@ -116,125 +116,6 @@
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
- },
238
119
  "ai-portal.call-tool": {
239
120
  "type": "provider",
240
121
  "params": [
@@ -2156,6 +2037,125 @@
2156
2037
  }
2157
2038
  ]
2158
2039
  },
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": [],
@@ -3089,43 +3089,23 @@
3089
3089
  }
3090
3090
  ]
3091
3091
  },
3092
- "ai-portal.preview-container": {
3092
+ "ai-portal.action-buttons": {
3093
3093
  "properties": [
3094
3094
  {
3095
- "name": "source",
3095
+ "name": "items",
3096
3096
  "annotation": {
3097
- "type": "keyword",
3098
- "value": "string"
3097
+ "type": "array",
3098
+ "elementType": {
3099
+ "type": "reference",
3100
+ "typeName": {
3101
+ "type": "identifier",
3102
+ "name": "ActionItem"
3103
+ }
3104
+ }
3099
3105
  }
3100
3106
  },
3101
3107
  {
3102
- "name": "url",
3103
- "annotation": {
3104
- "type": "keyword",
3105
- "value": "string"
3106
- }
3107
- }
3108
- ],
3109
- "events": [],
3110
- "methods": []
3111
- },
3112
- "ai-portal.action-buttons": {
3113
- "properties": [
3114
- {
3115
- "name": "items",
3116
- "annotation": {
3117
- "type": "array",
3118
- "elementType": {
3119
- "type": "reference",
3120
- "typeName": {
3121
- "type": "identifier",
3122
- "name": "ActionItem"
3123
- }
3124
- }
3125
- }
3126
- },
3127
- {
3128
- "name": "activeKey",
3108
+ "name": "activeKey",
3129
3109
  "annotation": {
3130
3110
  "type": "union",
3131
3111
  "types": [
@@ -3227,6 +3207,26 @@
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
  {
@@ -4427,6 +4427,33 @@
4427
4427
  }
4428
4428
  ]
4429
4429
  },
4430
+ "ai-portal.show-case": {
4431
+ "properties": [
4432
+ {
4433
+ "name": "caseTitle",
4434
+ "annotation": {
4435
+ "type": "keyword",
4436
+ "value": "string"
4437
+ }
4438
+ },
4439
+ {
4440
+ "name": "summary",
4441
+ "annotation": {
4442
+ "type": "keyword",
4443
+ "value": "string"
4444
+ }
4445
+ },
4446
+ {
4447
+ "name": "url",
4448
+ "annotation": {
4449
+ "type": "keyword",
4450
+ "value": "string"
4451
+ }
4452
+ }
4453
+ ],
4454
+ "events": [],
4455
+ "methods": []
4456
+ },
4430
4457
  "ai-portal.chat-input": {
4431
4458
  "properties": [
4432
4459
  {
@@ -4923,33 +4950,6 @@
4923
4950
  }
4924
4951
  ]
4925
4952
  },
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
  {
@@ -5561,7 +5561,7 @@
5561
5561
  }
5562
5562
  ]
5563
5563
  },
5564
- "ai-portal.notice-list": {
5564
+ "ai-portal.notice-dropdown": {
5565
5565
  "properties": [
5566
5566
  {
5567
5567
  "name": "dataSource",
@@ -5576,6 +5576,16 @@
5576
5576
  }
5577
5577
  }
5578
5578
  },
5579
+ {
5580
+ "name": "popoverPlacement",
5581
+ "annotation": {
5582
+ "type": "reference",
5583
+ "typeName": {
5584
+ "type": "identifier",
5585
+ "name": "Placement"
5586
+ }
5587
+ }
5588
+ },
5579
5589
  {
5580
5590
  "name": "emptyText",
5581
5591
  "annotation": {
@@ -5583,6 +5593,13 @@
5583
5593
  "value": "string"
5584
5594
  }
5585
5595
  },
5596
+ {
5597
+ "name": "notifyCenterUrl",
5598
+ "annotation": {
5599
+ "type": "keyword",
5600
+ "value": "string"
5601
+ }
5602
+ },
5586
5603
  {
5587
5604
  "name": "urlTemplate",
5588
5605
  "annotation": {
@@ -5601,14 +5618,44 @@
5601
5618
  }
5602
5619
  },
5603
5620
  {
5604
- "name": "selectedIds",
5621
+ "name": "dropdownMaxWidth",
5605
5622
  "annotation": {
5606
- "type": "array",
5607
- "elementType": {
5608
- "type": "keyword",
5609
- "value": "string"
5623
+ "type": "union",
5624
+ "types": [
5625
+ {
5626
+ "type": "keyword",
5627
+ "value": "string"
5628
+ },
5629
+ {
5630
+ "type": "keyword",
5631
+ "value": "number"
5632
+ }
5633
+ ]
5634
+ }
5635
+ },
5636
+ {
5637
+ "name": "dropdownContentStyle",
5638
+ "annotation": {
5639
+ "type": "reference",
5640
+ "typeName": {
5641
+ "type": "qualifiedName",
5642
+ "left": {
5643
+ "type": "identifier",
5644
+ "name": "React"
5645
+ },
5646
+ "right": {
5647
+ "type": "identifier",
5648
+ "name": "CSSProperties"
5649
+ }
5610
5650
  }
5611
5651
  }
5652
+ },
5653
+ {
5654
+ "name": "hideNotifyCenterButton",
5655
+ "annotation": {
5656
+ "type": "keyword",
5657
+ "value": "boolean"
5658
+ }
5612
5659
  }
5613
5660
  ],
5614
5661
  "events": [
@@ -5624,21 +5671,6 @@
5624
5671
  }
5625
5672
  }
5626
5673
  },
5627
- {
5628
- "name": "mark.items.read",
5629
- "detail": {
5630
- "annotation": {
5631
- "type": "array",
5632
- "elementType": {
5633
- "type": "reference",
5634
- "typeName": {
5635
- "type": "identifier",
5636
- "name": "NoticeItem"
5637
- }
5638
- }
5639
- }
5640
- }
5641
- },
5642
5674
  {
5643
5675
  "name": "mark.all.read",
5644
5676
  "detail": {
@@ -5746,7 +5778,7 @@
5746
5778
  }
5747
5779
  ]
5748
5780
  },
5749
- "ai-portal.notice-dropdown": {
5781
+ "ai-portal.notice-list": {
5750
5782
  "properties": [
5751
5783
  {
5752
5784
  "name": "dataSource",
@@ -5761,16 +5793,6 @@
5761
5793
  }
5762
5794
  }
5763
5795
  },
5764
- {
5765
- "name": "popoverPlacement",
5766
- "annotation": {
5767
- "type": "reference",
5768
- "typeName": {
5769
- "type": "identifier",
5770
- "name": "Placement"
5771
- }
5772
- }
5773
- },
5774
5796
  {
5775
5797
  "name": "emptyText",
5776
5798
  "annotation": {
@@ -5778,13 +5800,6 @@
5778
5800
  "value": "string"
5779
5801
  }
5780
5802
  },
5781
- {
5782
- "name": "notifyCenterUrl",
5783
- "annotation": {
5784
- "type": "keyword",
5785
- "value": "string"
5786
- }
5787
- },
5788
5803
  {
5789
5804
  "name": "urlTemplate",
5790
5805
  "annotation": {
@@ -5803,44 +5818,14 @@
5803
5818
  }
5804
5819
  },
5805
5820
  {
5806
- "name": "dropdownMaxWidth",
5807
- "annotation": {
5808
- "type": "union",
5809
- "types": [
5810
- {
5811
- "type": "keyword",
5812
- "value": "string"
5813
- },
5814
- {
5815
- "type": "keyword",
5816
- "value": "number"
5817
- }
5818
- ]
5819
- }
5820
- },
5821
- {
5822
- "name": "dropdownContentStyle",
5821
+ "name": "selectedIds",
5823
5822
  "annotation": {
5824
- "type": "reference",
5825
- "typeName": {
5826
- "type": "qualifiedName",
5827
- "left": {
5828
- "type": "identifier",
5829
- "name": "React"
5830
- },
5831
- "right": {
5832
- "type": "identifier",
5833
- "name": "CSSProperties"
5834
- }
5823
+ "type": "array",
5824
+ "elementType": {
5825
+ "type": "keyword",
5826
+ "value": "string"
5835
5827
  }
5836
5828
  }
5837
- },
5838
- {
5839
- "name": "hideNotifyCenterButton",
5840
- "annotation": {
5841
- "type": "keyword",
5842
- "value": "boolean"
5843
- }
5844
5829
  }
5845
5830
  ],
5846
5831
  "events": [
@@ -5856,6 +5841,21 @@
5856
5841
  }
5857
5842
  }
5858
5843
  },
5844
+ {
5845
+ "name": "mark.items.read",
5846
+ "detail": {
5847
+ "annotation": {
5848
+ "type": "array",
5849
+ "elementType": {
5850
+ "type": "reference",
5851
+ "typeName": {
5852
+ "type": "identifier",
5853
+ "name": "NoticeItem"
5854
+ }
5855
+ }
5856
+ }
5857
+ }
5858
+ },
5859
5859
  {
5860
5860
  "name": "mark.all.read",
5861
5861
  "detail": {
@@ -6276,84 +6276,232 @@
6276
6276
  }
6277
6277
  ]
6278
6278
  },
6279
- "ai-portal.chat-box": {
6279
+ "ai-portal.elevo-sidebar": {
6280
6280
  "properties": [
6281
6281
  {
6282
- "name": "disabled",
6282
+ "name": "userInstanceId",
6283
6283
  "annotation": {
6284
6284
  "type": "keyword",
6285
- "value": "boolean"
6285
+ "value": "string"
6286
6286
  }
6287
6287
  },
6288
6288
  {
6289
- "name": "placeholder",
6289
+ "name": "behavior",
6290
6290
  "annotation": {
6291
- "type": "keyword",
6292
- "value": "string"
6291
+ "type": "union",
6292
+ "types": [
6293
+ {
6294
+ "type": "jsLiteral",
6295
+ "value": "default"
6296
+ },
6297
+ {
6298
+ "type": "jsLiteral",
6299
+ "value": "drawer"
6300
+ }
6301
+ ]
6293
6302
  }
6294
6303
  },
6295
6304
  {
6296
- "name": "autoFocus",
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",
6297
6320
  "annotation": {
6298
6321
  "type": "keyword",
6299
6322
  "value": "boolean"
6300
6323
  }
6301
6324
  },
6302
6325
  {
6303
- "name": "aiEmployees",
6326
+ "name": "historyUrlTemplate",
6327
+ "annotation": {
6328
+ "type": "keyword",
6329
+ "value": "string"
6330
+ }
6331
+ },
6332
+ {
6333
+ "name": "historyActions",
6304
6334
  "annotation": {
6305
6335
  "type": "array",
6306
6336
  "elementType": {
6307
6337
  "type": "reference",
6308
6338
  "typeName": {
6309
6339
  "type": "identifier",
6310
- "name": "AIEmployee"
6340
+ "name": "ActionType"
6311
6341
  }
6312
6342
  }
6313
6343
  }
6314
6344
  },
6315
6345
  {
6316
- "name": "commands",
6346
+ "name": "showProjects",
6347
+ "annotation": {
6348
+ "type": "keyword",
6349
+ "value": "boolean"
6350
+ }
6351
+ },
6352
+ {
6353
+ "name": "projectUrlTemplate",
6354
+ "annotation": {
6355
+ "type": "keyword",
6356
+ "value": "string"
6357
+ }
6358
+ },
6359
+ {
6360
+ "name": "projectActions",
6317
6361
  "annotation": {
6318
6362
  "type": "array",
6319
6363
  "elementType": {
6320
6364
  "type": "reference",
6321
6365
  "typeName": {
6322
6366
  "type": "identifier",
6323
- "name": "Command"
6367
+ "name": "ActionType"
6324
6368
  }
6325
6369
  }
6326
6370
  }
6327
6371
  },
6328
6372
  {
6329
- "name": "uploadOptions",
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",
6387
+ "annotation": {
6388
+ "type": "array",
6389
+ "elementType": {
6390
+ "type": "reference",
6391
+ "typeName": {
6392
+ "type": "identifier",
6393
+ "name": "SidebarLink"
6394
+ }
6395
+ }
6396
+ }
6397
+ },
6398
+ {
6399
+ "name": "canAddProject",
6400
+ "annotation": {
6401
+ "type": "keyword",
6402
+ "value": "boolean"
6403
+ }
6404
+ },
6405
+ {
6406
+ "name": "myLinks",
6407
+ "annotation": {
6408
+ "type": "array",
6409
+ "elementType": {
6410
+ "type": "reference",
6411
+ "typeName": {
6412
+ "type": "identifier",
6413
+ "name": "SidebarLink"
6414
+ }
6415
+ }
6416
+ }
6417
+ },
6418
+ {
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",
6330
6436
  "annotation": {
6331
6437
  "type": "reference",
6332
6438
  "typeName": {
6333
6439
  "type": "identifier",
6334
- "name": "UploadOptions"
6440
+ "name": "SpaceNavProps"
6335
6441
  }
6336
6442
  }
6337
6443
  }
6338
6444
  ],
6339
6445
  "events": [
6340
6446
  {
6341
- "name": "message.submit",
6447
+ "name": "logout",
6342
6448
  "detail": {
6343
6449
  "annotation": {
6344
6450
  "type": "keyword",
6345
- "value": "string"
6451
+ "value": "void"
6346
6452
  }
6347
6453
  }
6348
6454
  },
6349
6455
  {
6350
- "name": "chat.submit",
6456
+ "name": "action.click",
6351
6457
  "detail": {
6352
6458
  "annotation": {
6353
6459
  "type": "reference",
6354
6460
  "typeName": {
6355
6461
  "type": "identifier",
6356
- "name": "ChatPayload"
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",
6490
+ "detail": {
6491
+ "annotation": {
6492
+ "type": "keyword",
6493
+ "value": "void"
6494
+ }
6495
+ }
6496
+ },
6497
+ {
6498
+ "name": "personal.action.click",
6499
+ "detail": {
6500
+ "annotation": {
6501
+ "type": "reference",
6502
+ "typeName": {
6503
+ "type": "identifier",
6504
+ "name": "PersonalActionClickDetail"
6357
6505
  }
6358
6506
  }
6359
6507
  }
@@ -6361,69 +6509,81 @@
6361
6509
  ],
6362
6510
  "methods": [
6363
6511
  {
6364
- "name": "setValue",
6512
+ "name": "pullHistory",
6365
6513
  "params": [
6366
6514
  {
6367
- "name": "value",
6515
+ "name": "delay",
6368
6516
  "annotation": {
6369
6517
  "type": "keyword",
6370
- "value": "string"
6518
+ "value": "number"
6371
6519
  }
6372
6520
  }
6373
6521
  ],
6374
6522
  "returns": {}
6375
6523
  },
6376
6524
  {
6377
- "name": "getValue",
6525
+ "name": "open",
6378
6526
  "params": [],
6379
6527
  "returns": {}
6380
6528
  },
6381
6529
  {
6382
- "name": "focusOnInput",
6530
+ "name": "close",
6383
6531
  "params": [],
6384
6532
  "returns": {}
6385
- }
6386
- ],
6387
- "types": [
6533
+ },
6388
6534
  {
6389
- "type": "interface",
6390
- "name": "AIEmployee",
6391
- "body": [
6535
+ "name": "removeProject",
6536
+ "params": [
6392
6537
  {
6393
- "type": "propertySignature",
6394
- "key": {
6395
- "type": "identifier",
6396
- "name": "employeeId"
6397
- },
6538
+ "name": "projectId",
6398
6539
  "annotation": {
6399
6540
  "type": "keyword",
6400
6541
  "value": "string"
6401
- },
6402
- "computed": false
6403
- },
6542
+ }
6543
+ }
6544
+ ],
6545
+ "returns": {}
6546
+ },
6547
+ {
6548
+ "name": "addProject",
6549
+ "params": [
6404
6550
  {
6405
- "type": "propertySignature",
6406
- "key": {
6407
- "type": "identifier",
6408
- "name": "name"
6409
- },
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": [
6566
+ {
6567
+ "name": "conversationId",
6410
6568
  "annotation": {
6411
6569
  "type": "keyword",
6412
6570
  "value": "string"
6413
- },
6414
- "computed": false
6571
+ }
6415
6572
  }
6416
- ]
6417
- },
6573
+ ],
6574
+ "returns": {}
6575
+ }
6576
+ ],
6577
+ "types": [
6418
6578
  {
6419
6579
  "type": "interface",
6420
- "name": "Command",
6580
+ "name": "SidebarLink",
6421
6581
  "body": [
6422
6582
  {
6423
6583
  "type": "propertySignature",
6424
6584
  "key": {
6425
6585
  "type": "identifier",
6426
- "name": "label"
6586
+ "name": "title"
6427
6587
  },
6428
6588
  "annotation": {
6429
6589
  "type": "keyword",
@@ -6435,7 +6595,7 @@
6435
6595
  "type": "propertySignature",
6436
6596
  "key": {
6437
6597
  "type": "identifier",
6438
- "name": "value"
6598
+ "name": "url"
6439
6599
  },
6440
6600
  "annotation": {
6441
6601
  "type": "keyword",
@@ -6447,11 +6607,14 @@
6447
6607
  "type": "propertySignature",
6448
6608
  "key": {
6449
6609
  "type": "identifier",
6450
- "name": "groupKey"
6610
+ "name": "icon"
6451
6611
  },
6452
6612
  "annotation": {
6453
- "type": "keyword",
6454
- "value": "string"
6613
+ "type": "reference",
6614
+ "typeName": {
6615
+ "type": "identifier",
6616
+ "name": "GeneralIconProps"
6617
+ }
6455
6618
  },
6456
6619
  "optional": true,
6457
6620
  "computed": false
@@ -6460,12 +6623,140 @@
6460
6623
  "type": "propertySignature",
6461
6624
  "key": {
6462
6625
  "type": "identifier",
6463
- "name": "groupLabel"
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"
6464
6661
  },
6465
6662
  "annotation": {
6466
6663
  "type": "keyword",
6467
6664
  "value": "string"
6468
6665
  },
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
+ },
6469
6760
  "optional": true,
6470
6761
  "computed": false
6471
6762
  },
@@ -6473,7 +6764,7 @@
6473
6764
  "type": "propertySignature",
6474
6765
  "key": {
6475
6766
  "type": "identifier",
6476
- "name": "subCommands"
6767
+ "name": "spaceServiceflows"
6477
6768
  },
6478
6769
  "annotation": {
6479
6770
  "type": "array",
@@ -6481,7 +6772,7 @@
6481
6772
  "type": "reference",
6482
6773
  "typeName": {
6483
6774
  "type": "identifier",
6484
- "name": "Command"
6775
+ "name": "SidebarLink"
6485
6776
  }
6486
6777
  }
6487
6778
  },
@@ -6492,13 +6783,16 @@
6492
6783
  "type": "propertySignature",
6493
6784
  "key": {
6494
6785
  "type": "identifier",
6495
- "name": "payload"
6786
+ "name": "spaceLinks"
6496
6787
  },
6497
6788
  "annotation": {
6498
- "type": "reference",
6499
- "typeName": {
6500
- "type": "identifier",
6501
- "name": "CommandPayload"
6789
+ "type": "array",
6790
+ "elementType": {
6791
+ "type": "reference",
6792
+ "typeName": {
6793
+ "type": "identifier",
6794
+ "name": "SidebarLink"
6795
+ }
6502
6796
  }
6503
6797
  },
6504
6798
  "optional": true,
@@ -6508,208 +6802,266 @@
6508
6802
  },
6509
6803
  {
6510
6804
  "type": "interface",
6511
- "name": "UploadOptions",
6805
+ "name": "ActionClickDetail",
6512
6806
  "body": [
6513
6807
  {
6514
6808
  "type": "propertySignature",
6515
6809
  "key": {
6516
6810
  "type": "identifier",
6517
- "name": "enabled"
6811
+ "name": "action"
6518
6812
  },
6519
6813
  "annotation": {
6520
- "type": "keyword",
6521
- "value": "boolean"
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
+ ]
6522
6845
  },
6523
- "optional": true,
6524
6846
  "computed": false
6525
6847
  },
6526
6848
  {
6527
6849
  "type": "propertySignature",
6528
6850
  "key": {
6529
6851
  "type": "identifier",
6530
- "name": "dragDisabled"
6852
+ "name": "item"
6531
6853
  },
6532
6854
  "annotation": {
6533
- "type": "keyword",
6534
- "value": "boolean"
6855
+ "type": "reference",
6856
+ "typeName": {
6857
+ "type": "identifier",
6858
+ "name": "HistoryItem"
6859
+ }
6535
6860
  },
6536
- "optional": true,
6537
6861
  "computed": false
6538
6862
  },
6539
6863
  {
6540
6864
  "type": "propertySignature",
6541
6865
  "key": {
6542
6866
  "type": "identifier",
6543
- "name": "dragTips"
6867
+ "name": "project"
6544
6868
  },
6545
6869
  "annotation": {
6546
- "type": "keyword",
6547
- "value": "string"
6870
+ "type": "reference",
6871
+ "typeName": {
6872
+ "type": "identifier",
6873
+ "name": "Project"
6874
+ }
6548
6875
  },
6549
6876
  "optional": true,
6550
6877
  "computed": false
6551
- },
6878
+ }
6879
+ ]
6880
+ },
6881
+ {
6882
+ "type": "interface",
6883
+ "name": "Project",
6884
+ "body": [
6552
6885
  {
6553
6886
  "type": "propertySignature",
6554
6887
  "key": {
6555
6888
  "type": "identifier",
6556
- "name": "accept"
6889
+ "name": "instanceId"
6557
6890
  },
6558
6891
  "annotation": {
6559
6892
  "type": "keyword",
6560
6893
  "value": "string"
6561
6894
  },
6562
- "optional": true,
6563
- "computed": false
6895
+ "computed": false,
6896
+ "description": "实例ID"
6564
6897
  },
6565
6898
  {
6566
6899
  "type": "propertySignature",
6567
6900
  "key": {
6568
6901
  "type": "identifier",
6569
- "name": "maxFiles"
6902
+ "name": "name"
6570
6903
  },
6571
6904
  "annotation": {
6572
6905
  "type": "keyword",
6573
- "value": "number"
6906
+ "value": "string"
6574
6907
  },
6575
- "optional": true,
6576
- "computed": false
6908
+ "computed": false,
6909
+ "description": "项目名称"
6577
6910
  },
6578
6911
  {
6579
6912
  "type": "propertySignature",
6580
6913
  "key": {
6581
6914
  "type": "identifier",
6582
- "name": "maxSize"
6915
+ "name": "description"
6583
6916
  },
6584
6917
  "annotation": {
6585
6918
  "type": "keyword",
6586
- "value": "number"
6919
+ "value": "string"
6587
6920
  },
6588
- "optional": true,
6589
6921
  "computed": false,
6590
- "description": "In bytes"
6922
+ "description": "项目描述"
6591
6923
  },
6592
6924
  {
6593
6925
  "type": "propertySignature",
6594
6926
  "key": {
6595
6927
  "type": "identifier",
6596
- "name": "readableAccept"
6928
+ "name": "state"
6597
6929
  },
6598
6930
  "annotation": {
6599
- "type": "keyword",
6600
- "value": "string"
6931
+ "type": "union",
6932
+ "types": [
6933
+ {
6934
+ "type": "jsLiteral",
6935
+ "value": "active"
6936
+ },
6937
+ {
6938
+ "type": "jsLiteral",
6939
+ "value": "inactive"
6940
+ }
6941
+ ]
6601
6942
  },
6602
- "optional": true,
6603
- "computed": false
6943
+ "computed": false,
6944
+ "description": "状态"
6604
6945
  },
6605
6946
  {
6606
6947
  "type": "propertySignature",
6607
6948
  "key": {
6608
6949
  "type": "identifier",
6609
- "name": "readableMaxSize"
6950
+ "name": "defaultAiEmployeeId"
6610
6951
  },
6611
6952
  "annotation": {
6612
6953
  "type": "keyword",
6613
6954
  "value": "string"
6614
6955
  },
6615
- "optional": true,
6616
- "computed": false
6617
- }
6618
- ]
6619
- },
6620
- {
6621
- "type": "interface",
6622
- "name": "ChatPayload",
6623
- "body": [
6956
+ "computed": false,
6957
+ "description": "默认数字人ID"
6958
+ },
6624
6959
  {
6625
6960
  "type": "propertySignature",
6626
6961
  "key": {
6627
6962
  "type": "identifier",
6628
- "name": "content"
6963
+ "name": "creator"
6629
6964
  },
6630
6965
  "annotation": {
6631
6966
  "type": "keyword",
6632
6967
  "value": "string"
6633
6968
  },
6634
- "computed": false
6635
- }
6636
- ],
6637
- "extends": [
6969
+ "computed": false,
6970
+ "description": "创建者"
6971
+ },
6638
6972
  {
6639
- "type": "expressionWithTypeArguments",
6640
- "expression": {
6973
+ "type": "propertySignature",
6974
+ "key": {
6641
6975
  "type": "identifier",
6642
- "name": "ExtraChatPayload"
6643
- }
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": "修改者"
6644
7010
  }
6645
7011
  ]
6646
7012
  },
6647
7013
  {
6648
7014
  "type": "interface",
6649
- "name": "ExtraChatPayload",
7015
+ "name": "HistoryItem",
6650
7016
  "body": [
6651
7017
  {
6652
7018
  "type": "propertySignature",
6653
7019
  "key": {
6654
7020
  "type": "identifier",
6655
- "name": "files"
7021
+ "name": "conversationId"
6656
7022
  },
6657
7023
  "annotation": {
6658
- "type": "array",
6659
- "elementType": {
6660
- "type": "reference",
6661
- "typeName": {
6662
- "type": "identifier",
6663
- "name": "UploadFileInfo"
6664
- }
6665
- }
7024
+ "type": "keyword",
7025
+ "value": "string"
6666
7026
  },
6667
- "optional": true,
6668
7027
  "computed": false
6669
7028
  },
6670
7029
  {
6671
7030
  "type": "propertySignature",
6672
7031
  "key": {
6673
7032
  "type": "identifier",
6674
- "name": "cmd"
7033
+ "name": "title"
6675
7034
  },
6676
7035
  "annotation": {
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
- ]
7036
+ "type": "keyword",
7037
+ "value": "string"
6691
7038
  },
6692
- "optional": true,
6693
7039
  "computed": false
6694
7040
  },
6695
7041
  {
6696
7042
  "type": "propertySignature",
6697
7043
  "key": {
6698
7044
  "type": "identifier",
6699
- "name": "aiEmployeeId"
7045
+ "name": "startTime"
6700
7046
  },
6701
7047
  "annotation": {
6702
- "type": "union",
6703
- "types": [
6704
- {
6705
- "type": "keyword",
6706
- "value": "string"
6707
- },
6708
- {
6709
- "type": "keyword",
6710
- "value": "null"
6711
- }
6712
- ]
7048
+ "type": "keyword",
7049
+ "value": "number"
7050
+ },
7051
+ "computed": false
7052
+ },
7053
+ {
7054
+ "type": "propertySignature",
7055
+ "key": {
7056
+ "type": "identifier",
7057
+ "name": "state"
7058
+ },
7059
+ "annotation": {
7060
+ "type": "reference",
7061
+ "typeName": {
7062
+ "type": "identifier",
7063
+ "name": "ConversationState"
7064
+ }
6713
7065
  },
6714
7066
  "optional": true,
6715
7067
  "computed": false
@@ -6718,17 +7070,56 @@
6718
7070
  },
6719
7071
  {
6720
7072
  "type": "interface",
6721
- "name": "UploadFileInfo",
7073
+ "name": "ProjectActionClickDetail",
6722
7074
  "body": [
6723
7075
  {
6724
7076
  "type": "propertySignature",
6725
7077
  "key": {
6726
7078
  "type": "identifier",
6727
- "name": "fileId"
7079
+ "name": "action"
6728
7080
  },
6729
7081
  "annotation": {
6730
- "type": "keyword",
6731
- "value": "string"
7082
+ "type": "reference",
7083
+ "typeName": {
7084
+ "type": "identifier",
7085
+ "name": "SimpleActionType"
7086
+ }
7087
+ },
7088
+ "computed": false
7089
+ },
7090
+ {
7091
+ "type": "propertySignature",
7092
+ "key": {
7093
+ "type": "identifier",
7094
+ "name": "project"
7095
+ },
7096
+ "annotation": {
7097
+ "type": "reference",
7098
+ "typeName": {
7099
+ "type": "identifier",
7100
+ "name": "Project"
7101
+ }
7102
+ },
7103
+ "computed": false
7104
+ }
7105
+ ]
7106
+ },
7107
+ {
7108
+ "type": "interface",
7109
+ "name": "PersonalActionClickDetail",
7110
+ "body": [
7111
+ {
7112
+ "type": "propertySignature",
7113
+ "key": {
7114
+ "type": "identifier",
7115
+ "name": "action"
7116
+ },
7117
+ "annotation": {
7118
+ "type": "reference",
7119
+ "typeName": {
7120
+ "type": "identifier",
7121
+ "name": "SimpleActionType"
7122
+ }
6732
7123
  },
6733
7124
  "computed": false
6734
7125
  }
@@ -6736,587 +7127,128 @@
6736
7127
  }
6737
7128
  ]
6738
7129
  },
6739
- "ai-portal.elevo-sidebar": {
7130
+ "ai-portal.chat-box": {
6740
7131
  "properties": [
6741
7132
  {
6742
- "name": "userInstanceId",
6743
- "annotation": {
6744
- "type": "keyword",
6745
- "value": "string"
6746
- }
6747
- },
6748
- {
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",
7133
+ "name": "disabled",
6766
7134
  "annotation": {
6767
7135
  "type": "keyword",
6768
- "value": "string"
7136
+ "value": "boolean"
6769
7137
  }
6770
7138
  },
6771
7139
  {
6772
- "name": "newChatUrl",
7140
+ "name": "placeholder",
6773
7141
  "annotation": {
6774
7142
  "type": "keyword",
6775
7143
  "value": "string"
6776
7144
  }
6777
7145
  },
6778
7146
  {
6779
- "name": "newChatLinkWhenCollapsed",
7147
+ "name": "autoFocus",
6780
7148
  "annotation": {
6781
7149
  "type": "keyword",
6782
7150
  "value": "boolean"
6783
7151
  }
6784
7152
  },
6785
7153
  {
6786
- "name": "historyUrlTemplate",
7154
+ "name": "aiEmployees",
6787
7155
  "annotation": {
6788
- "type": "keyword",
6789
- "value": "string"
7156
+ "type": "array",
7157
+ "elementType": {
7158
+ "type": "reference",
7159
+ "typeName": {
7160
+ "type": "identifier",
7161
+ "name": "AIEmployee"
7162
+ }
7163
+ }
6790
7164
  }
6791
7165
  },
6792
7166
  {
6793
- "name": "historyActions",
7167
+ "name": "commands",
6794
7168
  "annotation": {
6795
7169
  "type": "array",
6796
7170
  "elementType": {
6797
7171
  "type": "reference",
6798
7172
  "typeName": {
6799
7173
  "type": "identifier",
6800
- "name": "ActionType"
7174
+ "name": "Command"
6801
7175
  }
6802
7176
  }
6803
7177
  }
6804
7178
  },
6805
7179
  {
6806
- "name": "showProjects",
7180
+ "name": "uploadOptions",
6807
7181
  "annotation": {
6808
- "type": "keyword",
6809
- "value": "boolean"
7182
+ "type": "reference",
7183
+ "typeName": {
7184
+ "type": "identifier",
7185
+ "name": "UploadOptions"
7186
+ }
6810
7187
  }
6811
- },
7188
+ }
7189
+ ],
7190
+ "events": [
6812
7191
  {
6813
- "name": "projectUrlTemplate",
6814
- "annotation": {
6815
- "type": "keyword",
6816
- "value": "string"
7192
+ "name": "message.submit",
7193
+ "detail": {
7194
+ "annotation": {
7195
+ "type": "keyword",
7196
+ "value": "string"
7197
+ }
6817
7198
  }
6818
7199
  },
6819
7200
  {
6820
- "name": "projectActions",
6821
- "annotation": {
6822
- "type": "array",
6823
- "elementType": {
7201
+ "name": "chat.submit",
7202
+ "detail": {
7203
+ "annotation": {
6824
7204
  "type": "reference",
6825
7205
  "typeName": {
6826
7206
  "type": "identifier",
6827
- "name": "ActionType"
7207
+ "name": "ChatPayload"
6828
7208
  }
6829
7209
  }
6830
7210
  }
6831
- },
7211
+ }
7212
+ ],
7213
+ "methods": [
6832
7214
  {
6833
- "name": "personalActions",
6834
- "annotation": {
6835
- "type": "array",
6836
- "elementType": {
6837
- "type": "reference",
6838
- "typeName": {
6839
- "type": "identifier",
6840
- "name": "ActionType"
6841
- }
6842
- }
6843
- }
6844
- },
6845
- {
6846
- "name": "links",
6847
- "annotation": {
6848
- "type": "array",
6849
- "elementType": {
6850
- "type": "reference",
6851
- "typeName": {
6852
- "type": "identifier",
6853
- "name": "SidebarLink"
6854
- }
6855
- }
6856
- }
6857
- },
6858
- {
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",
7215
+ "name": "setValue",
6973
7216
  "params": [
6974
7217
  {
6975
- "name": "delay",
7218
+ "name": "value",
6976
7219
  "annotation": {
6977
7220
  "type": "keyword",
6978
- "value": "number"
7221
+ "value": "string"
6979
7222
  }
6980
7223
  }
6981
7224
  ],
6982
7225
  "returns": {}
6983
7226
  },
6984
7227
  {
6985
- "name": "open",
7228
+ "name": "getValue",
6986
7229
  "params": [],
6987
7230
  "returns": {}
6988
7231
  },
6989
7232
  {
6990
- "name": "close",
7233
+ "name": "focusOnInput",
6991
7234
  "params": [],
6992
7235
  "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": {}
7035
7236
  }
7036
7237
  ],
7037
7238
  "types": [
7038
7239
  {
7039
- "type": "interface",
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",
7103
- "body": [
7104
- {
7105
- "type": "propertySignature",
7106
- "key": {
7107
- "type": "identifier",
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
- },
7240
+ "type": "interface",
7241
+ "name": "AIEmployee",
7242
+ "body": [
7308
7243
  {
7309
7244
  "type": "propertySignature",
7310
7245
  "key": {
7311
7246
  "type": "identifier",
7312
- "name": "item"
7247
+ "name": "employeeId"
7313
7248
  },
7314
7249
  "annotation": {
7315
- "type": "reference",
7316
- "typeName": {
7317
- "type": "identifier",
7318
- "name": "HistoryItem"
7319
- }
7250
+ "type": "keyword",
7251
+ "value": "string"
7320
7252
  },
7321
7253
  "computed": false
7322
7254
  },
@@ -7324,262 +7256,330 @@
7324
7256
  "type": "propertySignature",
7325
7257
  "key": {
7326
7258
  "type": "identifier",
7327
- "name": "project"
7259
+ "name": "name"
7328
7260
  },
7329
7261
  "annotation": {
7330
- "type": "reference",
7331
- "typeName": {
7332
- "type": "identifier",
7333
- "name": "Project"
7334
- }
7262
+ "type": "keyword",
7263
+ "value": "string"
7335
7264
  },
7336
- "optional": true,
7337
7265
  "computed": false
7338
7266
  }
7339
7267
  ]
7340
7268
  },
7341
7269
  {
7342
7270
  "type": "interface",
7343
- "name": "Project",
7271
+ "name": "Command",
7344
7272
  "body": [
7345
7273
  {
7346
7274
  "type": "propertySignature",
7347
7275
  "key": {
7348
7276
  "type": "identifier",
7349
- "name": "instanceId"
7277
+ "name": "label"
7350
7278
  },
7351
7279
  "annotation": {
7352
7280
  "type": "keyword",
7353
7281
  "value": "string"
7354
7282
  },
7355
- "computed": false,
7356
- "description": "实例ID"
7283
+ "computed": false
7357
7284
  },
7358
7285
  {
7359
7286
  "type": "propertySignature",
7360
7287
  "key": {
7361
7288
  "type": "identifier",
7362
- "name": "name"
7289
+ "name": "value"
7363
7290
  },
7364
7291
  "annotation": {
7365
7292
  "type": "keyword",
7366
7293
  "value": "string"
7367
7294
  },
7368
- "computed": false,
7369
- "description": "项目名称"
7295
+ "computed": false
7370
7296
  },
7371
7297
  {
7372
7298
  "type": "propertySignature",
7373
7299
  "key": {
7374
7300
  "type": "identifier",
7375
- "name": "description"
7301
+ "name": "groupKey"
7376
7302
  },
7377
7303
  "annotation": {
7378
7304
  "type": "keyword",
7379
7305
  "value": "string"
7380
7306
  },
7381
- "computed": false,
7382
- "description": "项目描述"
7307
+ "optional": true,
7308
+ "computed": false
7383
7309
  },
7384
7310
  {
7385
7311
  "type": "propertySignature",
7386
7312
  "key": {
7387
7313
  "type": "identifier",
7388
- "name": "state"
7314
+ "name": "groupLabel"
7389
7315
  },
7390
7316
  "annotation": {
7391
- "type": "union",
7392
- "types": [
7393
- {
7394
- "type": "jsLiteral",
7395
- "value": "active"
7396
- },
7397
- {
7398
- "type": "jsLiteral",
7399
- "value": "inactive"
7317
+ "type": "keyword",
7318
+ "value": "string"
7319
+ },
7320
+ "optional": true,
7321
+ "computed": false
7322
+ },
7323
+ {
7324
+ "type": "propertySignature",
7325
+ "key": {
7326
+ "type": "identifier",
7327
+ "name": "subCommands"
7328
+ },
7329
+ "annotation": {
7330
+ "type": "array",
7331
+ "elementType": {
7332
+ "type": "reference",
7333
+ "typeName": {
7334
+ "type": "identifier",
7335
+ "name": "Command"
7400
7336
  }
7401
- ]
7337
+ }
7402
7338
  },
7403
- "computed": false,
7404
- "description": "状态"
7339
+ "optional": true,
7340
+ "computed": false
7405
7341
  },
7406
7342
  {
7407
7343
  "type": "propertySignature",
7408
7344
  "key": {
7409
7345
  "type": "identifier",
7410
- "name": "defaultAiEmployeeId"
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"
7411
7369
  },
7412
7370
  "annotation": {
7413
7371
  "type": "keyword",
7414
- "value": "string"
7372
+ "value": "boolean"
7415
7373
  },
7416
- "computed": false,
7417
- "description": "默认数字人ID"
7374
+ "optional": true,
7375
+ "computed": false
7418
7376
  },
7419
7377
  {
7420
7378
  "type": "propertySignature",
7421
7379
  "key": {
7422
7380
  "type": "identifier",
7423
- "name": "creator"
7381
+ "name": "dragDisabled"
7424
7382
  },
7425
7383
  "annotation": {
7426
7384
  "type": "keyword",
7427
- "value": "string"
7385
+ "value": "boolean"
7428
7386
  },
7429
- "computed": false,
7430
- "description": "创建者"
7387
+ "optional": true,
7388
+ "computed": false
7431
7389
  },
7432
7390
  {
7433
7391
  "type": "propertySignature",
7434
7392
  "key": {
7435
7393
  "type": "identifier",
7436
- "name": "ctime"
7394
+ "name": "dragTips"
7437
7395
  },
7438
7396
  "annotation": {
7439
7397
  "type": "keyword",
7440
7398
  "value": "string"
7441
7399
  },
7442
- "computed": false,
7443
- "description": "创建时间"
7400
+ "optional": true,
7401
+ "computed": false
7444
7402
  },
7445
7403
  {
7446
7404
  "type": "propertySignature",
7447
7405
  "key": {
7448
7406
  "type": "identifier",
7449
- "name": "mtime"
7407
+ "name": "accept"
7450
7408
  },
7451
7409
  "annotation": {
7452
7410
  "type": "keyword",
7453
7411
  "value": "string"
7454
7412
  },
7455
- "computed": false,
7456
- "description": "修改时间"
7413
+ "optional": true,
7414
+ "computed": false
7457
7415
  },
7458
7416
  {
7459
7417
  "type": "propertySignature",
7460
7418
  "key": {
7461
7419
  "type": "identifier",
7462
- "name": "modifier"
7420
+ "name": "maxFiles"
7463
7421
  },
7464
7422
  "annotation": {
7465
7423
  "type": "keyword",
7466
- "value": "string"
7424
+ "value": "number"
7467
7425
  },
7468
- "computed": false,
7469
- "description": "修改者"
7470
- }
7471
- ]
7472
- },
7473
- {
7474
- "type": "interface",
7475
- "name": "HistoryItem",
7476
- "body": [
7426
+ "optional": true,
7427
+ "computed": false
7428
+ },
7477
7429
  {
7478
7430
  "type": "propertySignature",
7479
7431
  "key": {
7480
7432
  "type": "identifier",
7481
- "name": "conversationId"
7433
+ "name": "maxSize"
7482
7434
  },
7483
7435
  "annotation": {
7484
7436
  "type": "keyword",
7485
- "value": "string"
7437
+ "value": "number"
7486
7438
  },
7487
- "computed": false
7439
+ "optional": true,
7440
+ "computed": false,
7441
+ "description": "In bytes"
7488
7442
  },
7489
7443
  {
7490
7444
  "type": "propertySignature",
7491
7445
  "key": {
7492
7446
  "type": "identifier",
7493
- "name": "title"
7447
+ "name": "readableAccept"
7494
7448
  },
7495
7449
  "annotation": {
7496
7450
  "type": "keyword",
7497
7451
  "value": "string"
7498
7452
  },
7453
+ "optional": true,
7499
7454
  "computed": false
7500
7455
  },
7501
7456
  {
7502
7457
  "type": "propertySignature",
7503
7458
  "key": {
7504
7459
  "type": "identifier",
7505
- "name": "startTime"
7460
+ "name": "readableMaxSize"
7506
7461
  },
7507
7462
  "annotation": {
7508
7463
  "type": "keyword",
7509
- "value": "number"
7464
+ "value": "string"
7510
7465
  },
7466
+ "optional": true,
7511
7467
  "computed": false
7512
- },
7468
+ }
7469
+ ]
7470
+ },
7471
+ {
7472
+ "type": "interface",
7473
+ "name": "ChatPayload",
7474
+ "body": [
7513
7475
  {
7514
7476
  "type": "propertySignature",
7515
7477
  "key": {
7516
7478
  "type": "identifier",
7517
- "name": "state"
7479
+ "name": "content"
7518
7480
  },
7519
7481
  "annotation": {
7520
- "type": "reference",
7521
- "typeName": {
7522
- "type": "identifier",
7523
- "name": "ConversationState"
7524
- }
7482
+ "type": "keyword",
7483
+ "value": "string"
7525
7484
  },
7526
- "optional": true,
7527
7485
  "computed": false
7528
7486
  }
7487
+ ],
7488
+ "extends": [
7489
+ {
7490
+ "type": "expressionWithTypeArguments",
7491
+ "expression": {
7492
+ "type": "identifier",
7493
+ "name": "ExtraChatPayload"
7494
+ }
7495
+ }
7529
7496
  ]
7530
7497
  },
7531
7498
  {
7532
7499
  "type": "interface",
7533
- "name": "ProjectActionClickDetail",
7500
+ "name": "ExtraChatPayload",
7534
7501
  "body": [
7535
7502
  {
7536
7503
  "type": "propertySignature",
7537
7504
  "key": {
7538
7505
  "type": "identifier",
7539
- "name": "action"
7506
+ "name": "files"
7540
7507
  },
7541
7508
  "annotation": {
7542
- "type": "reference",
7543
- "typeName": {
7544
- "type": "identifier",
7545
- "name": "SimpleActionType"
7509
+ "type": "array",
7510
+ "elementType": {
7511
+ "type": "reference",
7512
+ "typeName": {
7513
+ "type": "identifier",
7514
+ "name": "UploadFileInfo"
7515
+ }
7546
7516
  }
7547
7517
  },
7518
+ "optional": true,
7548
7519
  "computed": false
7549
7520
  },
7550
7521
  {
7551
7522
  "type": "propertySignature",
7552
7523
  "key": {
7553
7524
  "type": "identifier",
7554
- "name": "project"
7525
+ "name": "cmd"
7555
7526
  },
7556
7527
  "annotation": {
7557
- "type": "reference",
7558
- "typeName": {
7559
- "type": "identifier",
7560
- "name": "Project"
7561
- }
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
+ "computed": false
7545
+ },
7546
+ {
7547
+ "type": "propertySignature",
7548
+ "key": {
7549
+ "type": "identifier",
7550
+ "name": "aiEmployeeId"
7551
+ },
7552
+ "annotation": {
7553
+ "type": "union",
7554
+ "types": [
7555
+ {
7556
+ "type": "keyword",
7557
+ "value": "string"
7558
+ },
7559
+ {
7560
+ "type": "keyword",
7561
+ "value": "null"
7562
+ }
7563
+ ]
7562
7564
  },
7565
+ "optional": true,
7563
7566
  "computed": false
7564
7567
  }
7565
7568
  ]
7566
7569
  },
7567
7570
  {
7568
7571
  "type": "interface",
7569
- "name": "PersonalActionClickDetail",
7572
+ "name": "UploadFileInfo",
7570
7573
  "body": [
7571
7574
  {
7572
7575
  "type": "propertySignature",
7573
7576
  "key": {
7574
7577
  "type": "identifier",
7575
- "name": "action"
7578
+ "name": "fileId"
7576
7579
  },
7577
7580
  "annotation": {
7578
- "type": "reference",
7579
- "typeName": {
7580
- "type": "identifier",
7581
- "name": "SimpleActionType"
7582
- }
7581
+ "type": "keyword",
7582
+ "value": "string"
7583
7583
  },
7584
7584
  "computed": false
7585
7585
  }