@next-bricks/ai-portal 0.70.0 → 0.70.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +42 -42
- package/dist/chunks/7202.a893b0e6.js.map +1 -1
- package/dist/chunks/action-buttons.68666920.js.map +1 -1
- package/dist/chunks/activity-timeline.96e7aaea.js.map +1 -1
- package/dist/chunks/ai-agents.cffd08a0.js.map +1 -1
- package/dist/chunks/ai-employees.267c3626.js.map +1 -1
- package/dist/chunks/blank-state.648eea95.js.map +1 -1
- package/dist/chunks/chat-input.444c80bb.js.map +1 -1
- package/dist/chunks/chat-panel-welcome.2f7c6c8b.js.map +1 -1
- package/dist/chunks/chat-panel.3160f2e8.js.map +1 -1
- package/dist/chunks/chat-stream.393c8241.js.map +1 -1
- package/dist/chunks/cruise-canvas.bfae3138.js.map +1 -1
- package/dist/chunks/dropdown-select.336442ba.js.map +1 -1
- package/dist/chunks/elevo-card.49b42ed0.js.map +1 -1
- package/dist/chunks/elevo-logo.25e3b889.js.map +1 -1
- package/dist/chunks/elevo-sidebar.a197a77f.js.map +1 -1
- package/dist/chunks/flow-tabs.ee1290c2.js.map +1 -1
- package/dist/chunks/goal-card-list.74ab5767.js.map +1 -1
- package/dist/chunks/home-container.f1829834.js.map +1 -1
- package/dist/chunks/icon-button.545ffb24.js.map +1 -1
- package/dist/chunks/mcp-tools.f132c502.js.map +1 -1
- package/dist/chunks/notice-dropdown.63cb2415.js.map +1 -1
- package/dist/chunks/page-container.2185f2e0.js.map +1 -1
- package/dist/chunks/preview-container.a0ca6e2f.js.map +1 -1
- package/dist/chunks/project-knowledges.51731410.js.map +1 -1
- package/dist/chunks/running-flow.37a428cf.js.map +1 -1
- package/dist/chunks/show-case.44e995fc.js.map +1 -1
- package/dist/chunks/show-cases.c3921ea0.js.map +1 -1
- package/dist/chunks/space-chat-guide.84f4a1e7.js.map +1 -1
- package/dist/chunks/space-logo.994f7a25.js.map +1 -1
- package/dist/chunks/space-workbench.8c064898.js.map +1 -1
- package/dist/chunks/stage-flow.9b6fad93.js.map +1 -1
- package/dist/chunks/stat-with-mini-chart.1509cf8c.js.map +1 -1
- package/dist/chunks/sticky-container.d3f7054e.js.map +1 -1
- package/dist/chunks/tab-list.ee97567f.js.map +1 -1
- package/dist/examples.json +52 -40
- package/dist/{index.8e0adc27.js → index.94998c36.js} +2 -2
- package/dist/{index.8e0adc27.js.map → index.94998c36.js.map} +1 -1
- package/dist/manifest.json +594 -313
- package/dist/types.json +796 -796
- package/dist-types/action-buttons/index.d.ts +10 -1
- package/dist-types/activity-timeline/index.d.ts +10 -1
- package/dist-types/ai-agents/index.d.ts +10 -1
- package/dist-types/ai-employees/index.d.ts +16 -1
- package/dist-types/blank-state/index.d.ts +10 -1
- package/dist-types/chat-input/index.d.ts +37 -1
- package/dist-types/chat-panel/index.d.ts +45 -3
- package/dist-types/chat-stream/index.d.ts +62 -1
- package/dist-types/cruise-canvas/index.d.ts +71 -1
- package/dist-types/dropdown-select/index.d.ts +3 -1
- package/dist-types/elevo-card/index.d.ts +5 -1
- package/dist-types/elevo-logo/index.d.ts +3 -1
- package/dist-types/elevo-sidebar/index.d.ts +19 -2
- package/dist-types/flow-tabs/index.d.ts +5 -1
- package/dist-types/gantt-chart/index.d.ts +3 -1
- package/dist-types/goal-card-list/index.d.ts +8 -1
- package/dist-types/home-container/index.d.ts +4 -1
- package/dist-types/icon-button/index.d.ts +4 -1
- package/dist-types/mcp-tools/index.d.ts +3 -1
- package/dist-types/page-container/index.d.ts +7 -0
- package/dist-types/preview-container/index.d.ts +4 -0
- package/dist-types/project-knowledges/index.d.ts +5 -0
- package/dist-types/running-flow/index.d.ts +3 -0
- package/dist-types/show-case/index.d.ts +5 -0
- package/dist-types/show-cases/index.d.ts +4 -0
- package/dist-types/space-workbench/chat-panel-welcome/index.d.ts +3 -0
- package/dist-types/space-workbench/index.d.ts +7 -0
- package/dist-types/space-workbench/space-chat-guide/index.d.ts +3 -0
- package/dist-types/space-workbench/space-logo/index.d.ts +1 -0
- package/dist-types/stage-flow/index.d.ts +21 -0
- package/dist-types/stat-with-mini-chart/index.d.ts +10 -0
- package/dist-types/sticky-container/index.d.ts +3 -0
- package/dist-types/tab-list/index.d.ts +4 -0
- package/docs/action-buttons.md +59 -10
- package/docs/action-buttons.react.md +80 -0
- package/docs/activity-timeline.md +51 -7
- package/docs/activity-timeline.react.md +109 -0
- package/docs/ai-agents.md +62 -2
- package/docs/ai-agents.react.md +73 -0
- package/docs/ai-employees.md +76 -2
- package/docs/ai-employees.react.md +106 -0
- package/docs/blank-state.md +62 -2
- package/docs/blank-state.react.md +77 -0
- package/docs/chat-box.md +134 -52
- package/docs/chat-box.react.md +142 -0
- package/docs/chat-input.md +117 -1
- package/docs/chat-input.react.md +117 -0
- package/docs/chat-panel-welcome.md +39 -0
- package/docs/chat-panel-welcome.react.md +41 -0
- package/docs/chat-panel.md +86 -3
- package/docs/chat-panel.react.md +109 -0
- package/docs/chat-stream.md +149 -2
- package/docs/chat-stream.react.md +155 -0
- package/docs/cruise-canvas.md +159 -0
- package/docs/cruise-canvas.react.md +159 -0
- package/docs/dropdown-select.md +37 -8
- package/docs/dropdown-select.react.md +144 -0
- package/docs/elevo-card.md +75 -1
- package/docs/elevo-card.react.md +104 -0
- package/docs/elevo-logo.md +13 -1
- package/docs/elevo-logo.react.md +27 -0
- package/docs/elevo-sidebar.md +150 -1
- package/docs/elevo-sidebar.react.md +149 -0
- package/docs/flow-tabs.md +97 -2
- package/docs/flow-tabs.react.md +102 -0
- package/docs/gantt-chart.md +101 -0
- package/docs/gantt-chart.react.md +125 -0
- package/docs/goal-card-list.md +149 -13
- package/docs/goal-card-list.react.md +185 -0
- package/docs/home-container.md +48 -2
- package/docs/home-container.react.md +51 -0
- package/docs/icon-button.md +128 -2
- package/docs/icon-button.react.md +120 -0
- package/docs/mcp-tools.md +105 -2
- package/docs/mcp-tools.react.md +117 -0
- package/docs/notice-dropdown.md +53 -10
- package/docs/notice-dropdown.react.md +167 -0
- package/docs/notice-list.md +53 -5
- package/docs/notice-list.react.md +121 -0
- package/docs/page-container.md +80 -3
- package/docs/page-container.react.md +83 -0
- package/docs/preview-container.md +22 -32
- package/docs/preview-container.react.md +71 -0
- package/docs/project-conversations.md +85 -4
- package/docs/project-conversations.react.md +110 -0
- package/docs/project-knowledges.md +73 -8
- package/docs/project-knowledges.react.md +85 -0
- package/docs/running-flow.md +57 -2
- package/docs/running-flow.react.md +90 -0
- package/docs/show-case.md +48 -3
- package/docs/show-case.react.md +60 -0
- package/docs/show-cases.md +52 -2
- package/docs/show-cases.react.md +92 -0
- package/docs/space-chat-guide.md +32 -0
- package/docs/space-chat-guide.react.md +39 -0
- package/docs/space-logo.md +53 -0
- package/docs/space-logo.react.md +46 -0
- package/docs/space-workbench.md +45 -2
- package/docs/space-workbench.react.md +102 -0
- package/docs/stage-flow.md +122 -26
- package/docs/stage-flow.react.md +112 -0
- package/docs/stat-with-mini-chart.md +64 -159
- package/docs/stat-with-mini-chart.react.md +113 -0
- package/docs/sticky-container.md +56 -3
- package/docs/sticky-container.react.md +60 -0
- package/docs/tab-list.md +74 -3
- package/docs/tab-list.react.md +73 -0
- package/package.json +2 -2
package/dist/types.json
CHANGED
|
@@ -12,6 +12,110 @@
|
|
|
12
12
|
"events": [],
|
|
13
13
|
"methods": []
|
|
14
14
|
},
|
|
15
|
+
"ai-portal.stat-with-mini-chart": {
|
|
16
|
+
"properties": [
|
|
17
|
+
{
|
|
18
|
+
"name": "label",
|
|
19
|
+
"annotation": {
|
|
20
|
+
"type": "keyword",
|
|
21
|
+
"value": "string"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "value",
|
|
26
|
+
"annotation": {
|
|
27
|
+
"type": "keyword",
|
|
28
|
+
"value": "string"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "size",
|
|
33
|
+
"annotation": {
|
|
34
|
+
"type": "union",
|
|
35
|
+
"types": [
|
|
36
|
+
{
|
|
37
|
+
"type": "jsLiteral",
|
|
38
|
+
"value": "medium"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"type": "jsLiteral",
|
|
42
|
+
"value": "small"
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "lineColor",
|
|
49
|
+
"annotation": {
|
|
50
|
+
"type": "keyword",
|
|
51
|
+
"value": "string"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "showArea",
|
|
56
|
+
"annotation": {
|
|
57
|
+
"type": "keyword",
|
|
58
|
+
"value": "boolean"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "min",
|
|
63
|
+
"annotation": {
|
|
64
|
+
"type": "keyword",
|
|
65
|
+
"value": "number"
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "max",
|
|
70
|
+
"annotation": {
|
|
71
|
+
"type": "keyword",
|
|
72
|
+
"value": "number"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "xField",
|
|
77
|
+
"annotation": {
|
|
78
|
+
"type": "keyword",
|
|
79
|
+
"value": "string"
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "yField",
|
|
84
|
+
"annotation": {
|
|
85
|
+
"type": "keyword",
|
|
86
|
+
"value": "string"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "data",
|
|
91
|
+
"annotation": {
|
|
92
|
+
"type": "array",
|
|
93
|
+
"elementType": {
|
|
94
|
+
"type": "reference",
|
|
95
|
+
"typeName": {
|
|
96
|
+
"type": "identifier",
|
|
97
|
+
"name": "Record"
|
|
98
|
+
},
|
|
99
|
+
"typeParameters": {
|
|
100
|
+
"type": "typeParameterInstantiation",
|
|
101
|
+
"params": [
|
|
102
|
+
{
|
|
103
|
+
"type": "keyword",
|
|
104
|
+
"value": "string"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"type": "keyword",
|
|
108
|
+
"value": "number"
|
|
109
|
+
}
|
|
110
|
+
]
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
],
|
|
116
|
+
"events": [],
|
|
117
|
+
"methods": []
|
|
118
|
+
},
|
|
15
119
|
"ai-portal.icon-button": {
|
|
16
120
|
"properties": [
|
|
17
121
|
{
|
|
@@ -2030,11 +2134,11 @@
|
|
|
2030
2134
|
}
|
|
2031
2135
|
}
|
|
2032
2136
|
},
|
|
2033
|
-
"ai-portal.set-chat-
|
|
2137
|
+
"ai-portal.set-chat-command": {
|
|
2034
2138
|
"type": "provider",
|
|
2035
2139
|
"params": [
|
|
2036
2140
|
{
|
|
2037
|
-
"name": "
|
|
2141
|
+
"name": "command",
|
|
2038
2142
|
"annotation": {
|
|
2039
2143
|
"type": "union",
|
|
2040
2144
|
"types": [
|
|
@@ -2042,7 +2146,7 @@
|
|
|
2042
2146
|
"type": "reference",
|
|
2043
2147
|
"typeName": {
|
|
2044
2148
|
"type": "identifier",
|
|
2045
|
-
"name": "
|
|
2149
|
+
"name": "ChatCommand"
|
|
2046
2150
|
}
|
|
2047
2151
|
},
|
|
2048
2152
|
{
|
|
@@ -2062,13 +2166,13 @@
|
|
|
2062
2166
|
"types": [
|
|
2063
2167
|
{
|
|
2064
2168
|
"type": "interface",
|
|
2065
|
-
"name": "
|
|
2169
|
+
"name": "ChatCommand",
|
|
2066
2170
|
"body": [
|
|
2067
2171
|
{
|
|
2068
2172
|
"type": "propertySignature",
|
|
2069
2173
|
"key": {
|
|
2070
2174
|
"type": "identifier",
|
|
2071
|
-
"name": "
|
|
2175
|
+
"name": "command"
|
|
2072
2176
|
},
|
|
2073
2177
|
"annotation": {
|
|
2074
2178
|
"type": "keyword",
|
|
@@ -2080,11 +2184,14 @@
|
|
|
2080
2184
|
"type": "propertySignature",
|
|
2081
2185
|
"key": {
|
|
2082
2186
|
"type": "identifier",
|
|
2083
|
-
"name": "
|
|
2187
|
+
"name": "payload"
|
|
2084
2188
|
},
|
|
2085
2189
|
"annotation": {
|
|
2086
|
-
"type": "
|
|
2087
|
-
"
|
|
2190
|
+
"type": "reference",
|
|
2191
|
+
"typeName": {
|
|
2192
|
+
"type": "identifier",
|
|
2193
|
+
"name": "CommandPayload"
|
|
2194
|
+
}
|
|
2088
2195
|
},
|
|
2089
2196
|
"computed": false
|
|
2090
2197
|
}
|
|
@@ -2092,11 +2199,11 @@
|
|
|
2092
2199
|
}
|
|
2093
2200
|
]
|
|
2094
2201
|
},
|
|
2095
|
-
"ai-portal.set-chat-
|
|
2202
|
+
"ai-portal.set-chat-mentioned-employee": {
|
|
2096
2203
|
"type": "provider",
|
|
2097
2204
|
"params": [
|
|
2098
2205
|
{
|
|
2099
|
-
"name": "
|
|
2206
|
+
"name": "chatMentionedEmployee",
|
|
2100
2207
|
"annotation": {
|
|
2101
2208
|
"type": "union",
|
|
2102
2209
|
"types": [
|
|
@@ -2104,7 +2211,7 @@
|
|
|
2104
2211
|
"type": "reference",
|
|
2105
2212
|
"typeName": {
|
|
2106
2213
|
"type": "identifier",
|
|
2107
|
-
"name": "
|
|
2214
|
+
"name": "ChatMentionedEmployee"
|
|
2108
2215
|
}
|
|
2109
2216
|
},
|
|
2110
2217
|
{
|
|
@@ -2124,13 +2231,13 @@
|
|
|
2124
2231
|
"types": [
|
|
2125
2232
|
{
|
|
2126
2233
|
"type": "interface",
|
|
2127
|
-
"name": "
|
|
2234
|
+
"name": "ChatMentionedEmployee",
|
|
2128
2235
|
"body": [
|
|
2129
2236
|
{
|
|
2130
2237
|
"type": "propertySignature",
|
|
2131
2238
|
"key": {
|
|
2132
2239
|
"type": "identifier",
|
|
2133
|
-
"name": "
|
|
2240
|
+
"name": "name"
|
|
2134
2241
|
},
|
|
2135
2242
|
"annotation": {
|
|
2136
2243
|
"type": "keyword",
|
|
@@ -2142,14 +2249,11 @@
|
|
|
2142
2249
|
"type": "propertySignature",
|
|
2143
2250
|
"key": {
|
|
2144
2251
|
"type": "identifier",
|
|
2145
|
-
"name": "
|
|
2252
|
+
"name": "employeeId"
|
|
2146
2253
|
},
|
|
2147
2254
|
"annotation": {
|
|
2148
|
-
"type": "
|
|
2149
|
-
"
|
|
2150
|
-
"type": "identifier",
|
|
2151
|
-
"name": "CommandPayload"
|
|
2152
|
-
}
|
|
2255
|
+
"type": "keyword",
|
|
2256
|
+
"value": "string"
|
|
2153
2257
|
},
|
|
2154
2258
|
"computed": false
|
|
2155
2259
|
}
|
|
@@ -2336,110 +2440,6 @@
|
|
|
2336
2440
|
}
|
|
2337
2441
|
]
|
|
2338
2442
|
},
|
|
2339
|
-
"ai-portal.stat-with-mini-chart": {
|
|
2340
|
-
"properties": [
|
|
2341
|
-
{
|
|
2342
|
-
"name": "label",
|
|
2343
|
-
"annotation": {
|
|
2344
|
-
"type": "keyword",
|
|
2345
|
-
"value": "string"
|
|
2346
|
-
}
|
|
2347
|
-
},
|
|
2348
|
-
{
|
|
2349
|
-
"name": "value",
|
|
2350
|
-
"annotation": {
|
|
2351
|
-
"type": "keyword",
|
|
2352
|
-
"value": "string"
|
|
2353
|
-
}
|
|
2354
|
-
},
|
|
2355
|
-
{
|
|
2356
|
-
"name": "size",
|
|
2357
|
-
"annotation": {
|
|
2358
|
-
"type": "union",
|
|
2359
|
-
"types": [
|
|
2360
|
-
{
|
|
2361
|
-
"type": "jsLiteral",
|
|
2362
|
-
"value": "medium"
|
|
2363
|
-
},
|
|
2364
|
-
{
|
|
2365
|
-
"type": "jsLiteral",
|
|
2366
|
-
"value": "small"
|
|
2367
|
-
}
|
|
2368
|
-
]
|
|
2369
|
-
}
|
|
2370
|
-
},
|
|
2371
|
-
{
|
|
2372
|
-
"name": "lineColor",
|
|
2373
|
-
"annotation": {
|
|
2374
|
-
"type": "keyword",
|
|
2375
|
-
"value": "string"
|
|
2376
|
-
}
|
|
2377
|
-
},
|
|
2378
|
-
{
|
|
2379
|
-
"name": "showArea",
|
|
2380
|
-
"annotation": {
|
|
2381
|
-
"type": "keyword",
|
|
2382
|
-
"value": "boolean"
|
|
2383
|
-
}
|
|
2384
|
-
},
|
|
2385
|
-
{
|
|
2386
|
-
"name": "min",
|
|
2387
|
-
"annotation": {
|
|
2388
|
-
"type": "keyword",
|
|
2389
|
-
"value": "number"
|
|
2390
|
-
}
|
|
2391
|
-
},
|
|
2392
|
-
{
|
|
2393
|
-
"name": "max",
|
|
2394
|
-
"annotation": {
|
|
2395
|
-
"type": "keyword",
|
|
2396
|
-
"value": "number"
|
|
2397
|
-
}
|
|
2398
|
-
},
|
|
2399
|
-
{
|
|
2400
|
-
"name": "xField",
|
|
2401
|
-
"annotation": {
|
|
2402
|
-
"type": "keyword",
|
|
2403
|
-
"value": "string"
|
|
2404
|
-
}
|
|
2405
|
-
},
|
|
2406
|
-
{
|
|
2407
|
-
"name": "yField",
|
|
2408
|
-
"annotation": {
|
|
2409
|
-
"type": "keyword",
|
|
2410
|
-
"value": "string"
|
|
2411
|
-
}
|
|
2412
|
-
},
|
|
2413
|
-
{
|
|
2414
|
-
"name": "data",
|
|
2415
|
-
"annotation": {
|
|
2416
|
-
"type": "array",
|
|
2417
|
-
"elementType": {
|
|
2418
|
-
"type": "reference",
|
|
2419
|
-
"typeName": {
|
|
2420
|
-
"type": "identifier",
|
|
2421
|
-
"name": "Record"
|
|
2422
|
-
},
|
|
2423
|
-
"typeParameters": {
|
|
2424
|
-
"type": "typeParameterInstantiation",
|
|
2425
|
-
"params": [
|
|
2426
|
-
{
|
|
2427
|
-
"type": "keyword",
|
|
2428
|
-
"value": "string"
|
|
2429
|
-
},
|
|
2430
|
-
{
|
|
2431
|
-
"type": "keyword",
|
|
2432
|
-
"value": "number"
|
|
2433
|
-
}
|
|
2434
|
-
]
|
|
2435
|
-
}
|
|
2436
|
-
}
|
|
2437
|
-
}
|
|
2438
|
-
}
|
|
2439
|
-
],
|
|
2440
|
-
"events": [],
|
|
2441
|
-
"methods": []
|
|
2442
|
-
},
|
|
2443
2443
|
"ai-portal.elevo-logo": {
|
|
2444
2444
|
"properties": [],
|
|
2445
2445
|
"events": [],
|
|
@@ -7862,232 +7862,84 @@
|
|
|
7862
7862
|
}
|
|
7863
7863
|
]
|
|
7864
7864
|
},
|
|
7865
|
-
"ai-portal.
|
|
7865
|
+
"ai-portal.chat-box": {
|
|
7866
7866
|
"properties": [
|
|
7867
7867
|
{
|
|
7868
|
-
"name": "
|
|
7868
|
+
"name": "disabled",
|
|
7869
7869
|
"annotation": {
|
|
7870
7870
|
"type": "keyword",
|
|
7871
|
-
"value": "
|
|
7871
|
+
"value": "boolean"
|
|
7872
7872
|
}
|
|
7873
7873
|
},
|
|
7874
7874
|
{
|
|
7875
|
-
"name": "
|
|
7876
|
-
"annotation": {
|
|
7877
|
-
"type": "union",
|
|
7878
|
-
"types": [
|
|
7879
|
-
{
|
|
7880
|
-
"type": "jsLiteral",
|
|
7881
|
-
"value": "default"
|
|
7882
|
-
},
|
|
7883
|
-
{
|
|
7884
|
-
"type": "jsLiteral",
|
|
7885
|
-
"value": "drawer"
|
|
7886
|
-
}
|
|
7887
|
-
]
|
|
7888
|
-
}
|
|
7889
|
-
},
|
|
7890
|
-
{
|
|
7891
|
-
"name": "logoUrl",
|
|
7892
|
-
"annotation": {
|
|
7893
|
-
"type": "keyword",
|
|
7894
|
-
"value": "string"
|
|
7895
|
-
}
|
|
7896
|
-
},
|
|
7897
|
-
{
|
|
7898
|
-
"name": "newChatUrl",
|
|
7899
|
-
"annotation": {
|
|
7900
|
-
"type": "keyword",
|
|
7901
|
-
"value": "string"
|
|
7902
|
-
}
|
|
7903
|
-
},
|
|
7904
|
-
{
|
|
7905
|
-
"name": "newChatLinkWhenCollapsed",
|
|
7906
|
-
"annotation": {
|
|
7907
|
-
"type": "keyword",
|
|
7908
|
-
"value": "boolean"
|
|
7909
|
-
}
|
|
7910
|
-
},
|
|
7911
|
-
{
|
|
7912
|
-
"name": "historyUrlTemplate",
|
|
7875
|
+
"name": "placeholder",
|
|
7913
7876
|
"annotation": {
|
|
7914
7877
|
"type": "keyword",
|
|
7915
7878
|
"value": "string"
|
|
7916
7879
|
}
|
|
7917
7880
|
},
|
|
7918
7881
|
{
|
|
7919
|
-
"name": "
|
|
7920
|
-
"annotation": {
|
|
7921
|
-
"type": "array",
|
|
7922
|
-
"elementType": {
|
|
7923
|
-
"type": "reference",
|
|
7924
|
-
"typeName": {
|
|
7925
|
-
"type": "identifier",
|
|
7926
|
-
"name": "ActionType"
|
|
7927
|
-
}
|
|
7928
|
-
}
|
|
7929
|
-
}
|
|
7930
|
-
},
|
|
7931
|
-
{
|
|
7932
|
-
"name": "showProjects",
|
|
7882
|
+
"name": "autoFocus",
|
|
7933
7883
|
"annotation": {
|
|
7934
7884
|
"type": "keyword",
|
|
7935
7885
|
"value": "boolean"
|
|
7936
7886
|
}
|
|
7937
7887
|
},
|
|
7938
7888
|
{
|
|
7939
|
-
"name": "
|
|
7940
|
-
"annotation": {
|
|
7941
|
-
"type": "keyword",
|
|
7942
|
-
"value": "string"
|
|
7943
|
-
}
|
|
7944
|
-
},
|
|
7945
|
-
{
|
|
7946
|
-
"name": "projectActions",
|
|
7947
|
-
"annotation": {
|
|
7948
|
-
"type": "array",
|
|
7949
|
-
"elementType": {
|
|
7950
|
-
"type": "reference",
|
|
7951
|
-
"typeName": {
|
|
7952
|
-
"type": "identifier",
|
|
7953
|
-
"name": "ActionType"
|
|
7954
|
-
}
|
|
7955
|
-
}
|
|
7956
|
-
}
|
|
7957
|
-
},
|
|
7958
|
-
{
|
|
7959
|
-
"name": "personalActions",
|
|
7960
|
-
"annotation": {
|
|
7961
|
-
"type": "array",
|
|
7962
|
-
"elementType": {
|
|
7963
|
-
"type": "reference",
|
|
7964
|
-
"typeName": {
|
|
7965
|
-
"type": "identifier",
|
|
7966
|
-
"name": "ActionType"
|
|
7967
|
-
}
|
|
7968
|
-
}
|
|
7969
|
-
}
|
|
7970
|
-
},
|
|
7971
|
-
{
|
|
7972
|
-
"name": "links",
|
|
7889
|
+
"name": "aiEmployees",
|
|
7973
7890
|
"annotation": {
|
|
7974
7891
|
"type": "array",
|
|
7975
7892
|
"elementType": {
|
|
7976
7893
|
"type": "reference",
|
|
7977
7894
|
"typeName": {
|
|
7978
7895
|
"type": "identifier",
|
|
7979
|
-
"name": "
|
|
7896
|
+
"name": "AIEmployee"
|
|
7980
7897
|
}
|
|
7981
7898
|
}
|
|
7982
7899
|
}
|
|
7983
7900
|
},
|
|
7984
7901
|
{
|
|
7985
|
-
"name": "
|
|
7986
|
-
"annotation": {
|
|
7987
|
-
"type": "keyword",
|
|
7988
|
-
"value": "boolean"
|
|
7989
|
-
}
|
|
7990
|
-
},
|
|
7991
|
-
{
|
|
7992
|
-
"name": "myLinks",
|
|
7902
|
+
"name": "commands",
|
|
7993
7903
|
"annotation": {
|
|
7994
7904
|
"type": "array",
|
|
7995
7905
|
"elementType": {
|
|
7996
7906
|
"type": "reference",
|
|
7997
7907
|
"typeName": {
|
|
7998
7908
|
"type": "identifier",
|
|
7999
|
-
"name": "
|
|
7909
|
+
"name": "Command"
|
|
8000
7910
|
}
|
|
8001
7911
|
}
|
|
8002
7912
|
}
|
|
8003
7913
|
},
|
|
8004
7914
|
{
|
|
8005
|
-
"name": "
|
|
8006
|
-
"annotation": {
|
|
8007
|
-
"type": "union",
|
|
8008
|
-
"types": [
|
|
8009
|
-
{
|
|
8010
|
-
"type": "jsLiteral",
|
|
8011
|
-
"value": "default"
|
|
8012
|
-
},
|
|
8013
|
-
{
|
|
8014
|
-
"type": "jsLiteral",
|
|
8015
|
-
"value": "space"
|
|
8016
|
-
}
|
|
8017
|
-
]
|
|
8018
|
-
}
|
|
8019
|
-
},
|
|
8020
|
-
{
|
|
8021
|
-
"name": "spaceNav",
|
|
7915
|
+
"name": "uploadOptions",
|
|
8022
7916
|
"annotation": {
|
|
8023
7917
|
"type": "reference",
|
|
8024
7918
|
"typeName": {
|
|
8025
7919
|
"type": "identifier",
|
|
8026
|
-
"name": "
|
|
7920
|
+
"name": "UploadOptions"
|
|
8027
7921
|
}
|
|
8028
7922
|
}
|
|
8029
7923
|
}
|
|
8030
7924
|
],
|
|
8031
7925
|
"events": [
|
|
8032
7926
|
{
|
|
8033
|
-
"name": "
|
|
8034
|
-
"detail": {
|
|
8035
|
-
"annotation": {
|
|
8036
|
-
"type": "keyword",
|
|
8037
|
-
"value": "void"
|
|
8038
|
-
}
|
|
8039
|
-
}
|
|
8040
|
-
},
|
|
8041
|
-
{
|
|
8042
|
-
"name": "action.click",
|
|
8043
|
-
"detail": {
|
|
8044
|
-
"annotation": {
|
|
8045
|
-
"type": "reference",
|
|
8046
|
-
"typeName": {
|
|
8047
|
-
"type": "identifier",
|
|
8048
|
-
"name": "ActionClickDetail"
|
|
8049
|
-
}
|
|
8050
|
-
}
|
|
8051
|
-
}
|
|
8052
|
-
},
|
|
8053
|
-
{
|
|
8054
|
-
"name": "project.action.click",
|
|
8055
|
-
"detail": {
|
|
8056
|
-
"annotation": {
|
|
8057
|
-
"type": "reference",
|
|
8058
|
-
"typeName": {
|
|
8059
|
-
"type": "identifier",
|
|
8060
|
-
"name": "ProjectActionClickDetail"
|
|
8061
|
-
}
|
|
8062
|
-
}
|
|
8063
|
-
}
|
|
8064
|
-
},
|
|
8065
|
-
{
|
|
8066
|
-
"name": "add.project",
|
|
8067
|
-
"detail": {
|
|
8068
|
-
"annotation": {
|
|
8069
|
-
"type": "keyword",
|
|
8070
|
-
"value": "void"
|
|
8071
|
-
}
|
|
8072
|
-
}
|
|
8073
|
-
},
|
|
8074
|
-
{
|
|
8075
|
-
"name": "add.serviceflow",
|
|
7927
|
+
"name": "message.submit",
|
|
8076
7928
|
"detail": {
|
|
8077
7929
|
"annotation": {
|
|
8078
7930
|
"type": "keyword",
|
|
8079
|
-
"value": "
|
|
7931
|
+
"value": "string"
|
|
8080
7932
|
}
|
|
8081
7933
|
}
|
|
8082
7934
|
},
|
|
8083
7935
|
{
|
|
8084
|
-
"name": "
|
|
7936
|
+
"name": "chat.submit",
|
|
8085
7937
|
"detail": {
|
|
8086
7938
|
"annotation": {
|
|
8087
7939
|
"type": "reference",
|
|
8088
7940
|
"typeName": {
|
|
8089
7941
|
"type": "identifier",
|
|
8090
|
-
"name": "
|
|
7942
|
+
"name": "ChatPayload"
|
|
8091
7943
|
}
|
|
8092
7944
|
}
|
|
8093
7945
|
}
|
|
@@ -8095,81 +7947,69 @@
|
|
|
8095
7947
|
],
|
|
8096
7948
|
"methods": [
|
|
8097
7949
|
{
|
|
8098
|
-
"name": "
|
|
7950
|
+
"name": "setValue",
|
|
8099
7951
|
"params": [
|
|
8100
7952
|
{
|
|
8101
|
-
"name": "
|
|
7953
|
+
"name": "value",
|
|
8102
7954
|
"annotation": {
|
|
8103
7955
|
"type": "keyword",
|
|
8104
|
-
"value": "
|
|
7956
|
+
"value": "string"
|
|
8105
7957
|
}
|
|
8106
7958
|
}
|
|
8107
7959
|
],
|
|
8108
7960
|
"returns": {}
|
|
8109
7961
|
},
|
|
8110
7962
|
{
|
|
8111
|
-
"name": "
|
|
7963
|
+
"name": "getValue",
|
|
8112
7964
|
"params": [],
|
|
8113
7965
|
"returns": {}
|
|
8114
7966
|
},
|
|
8115
7967
|
{
|
|
8116
|
-
"name": "
|
|
7968
|
+
"name": "focusOnInput",
|
|
8117
7969
|
"params": [],
|
|
8118
7970
|
"returns": {}
|
|
8119
|
-
}
|
|
7971
|
+
}
|
|
7972
|
+
],
|
|
7973
|
+
"types": [
|
|
8120
7974
|
{
|
|
8121
|
-
"
|
|
8122
|
-
"
|
|
7975
|
+
"type": "interface",
|
|
7976
|
+
"name": "AIEmployee",
|
|
7977
|
+
"body": [
|
|
8123
7978
|
{
|
|
8124
|
-
"
|
|
7979
|
+
"type": "propertySignature",
|
|
7980
|
+
"key": {
|
|
7981
|
+
"type": "identifier",
|
|
7982
|
+
"name": "employeeId"
|
|
7983
|
+
},
|
|
8125
7984
|
"annotation": {
|
|
8126
7985
|
"type": "keyword",
|
|
8127
7986
|
"value": "string"
|
|
8128
|
-
}
|
|
8129
|
-
|
|
8130
|
-
|
|
8131
|
-
"returns": {}
|
|
8132
|
-
},
|
|
8133
|
-
{
|
|
8134
|
-
"name": "addProject",
|
|
8135
|
-
"params": [
|
|
8136
|
-
{
|
|
8137
|
-
"name": "project",
|
|
8138
|
-
"annotation": {
|
|
8139
|
-
"type": "reference",
|
|
8140
|
-
"typeName": {
|
|
8141
|
-
"type": "identifier",
|
|
8142
|
-
"name": "Project"
|
|
8143
|
-
}
|
|
8144
|
-
}
|
|
8145
|
-
}
|
|
8146
|
-
],
|
|
8147
|
-
"returns": {}
|
|
8148
|
-
},
|
|
8149
|
-
{
|
|
8150
|
-
"name": "moveConversation",
|
|
8151
|
-
"params": [
|
|
7987
|
+
},
|
|
7988
|
+
"computed": false
|
|
7989
|
+
},
|
|
8152
7990
|
{
|
|
8153
|
-
"
|
|
7991
|
+
"type": "propertySignature",
|
|
7992
|
+
"key": {
|
|
7993
|
+
"type": "identifier",
|
|
7994
|
+
"name": "name"
|
|
7995
|
+
},
|
|
8154
7996
|
"annotation": {
|
|
8155
7997
|
"type": "keyword",
|
|
8156
7998
|
"value": "string"
|
|
8157
|
-
}
|
|
7999
|
+
},
|
|
8000
|
+
"computed": false
|
|
8158
8001
|
}
|
|
8159
|
-
]
|
|
8160
|
-
|
|
8161
|
-
}
|
|
8162
|
-
],
|
|
8163
|
-
"types": [
|
|
8002
|
+
]
|
|
8003
|
+
},
|
|
8164
8004
|
{
|
|
8165
8005
|
"type": "interface",
|
|
8166
|
-
"name": "
|
|
8006
|
+
"name": "Command",
|
|
8167
8007
|
"body": [
|
|
8168
8008
|
{
|
|
8169
8009
|
"type": "propertySignature",
|
|
8170
8010
|
"key": {
|
|
8171
8011
|
"type": "identifier",
|
|
8172
|
-
"name": "
|
|
8012
|
+
"name": "label"
|
|
8173
8013
|
},
|
|
8174
8014
|
"annotation": {
|
|
8175
8015
|
"type": "keyword",
|
|
@@ -8181,7 +8021,7 @@
|
|
|
8181
8021
|
"type": "propertySignature",
|
|
8182
8022
|
"key": {
|
|
8183
8023
|
"type": "identifier",
|
|
8184
|
-
"name": "
|
|
8024
|
+
"name": "value"
|
|
8185
8025
|
},
|
|
8186
8026
|
"annotation": {
|
|
8187
8027
|
"type": "keyword",
|
|
@@ -8193,14 +8033,11 @@
|
|
|
8193
8033
|
"type": "propertySignature",
|
|
8194
8034
|
"key": {
|
|
8195
8035
|
"type": "identifier",
|
|
8196
|
-
"name": "
|
|
8036
|
+
"name": "groupKey"
|
|
8197
8037
|
},
|
|
8198
8038
|
"annotation": {
|
|
8199
|
-
"type": "
|
|
8200
|
-
"
|
|
8201
|
-
"type": "identifier",
|
|
8202
|
-
"name": "GeneralIconProps"
|
|
8203
|
-
}
|
|
8039
|
+
"type": "keyword",
|
|
8040
|
+
"value": "string"
|
|
8204
8041
|
},
|
|
8205
8042
|
"optional": true,
|
|
8206
8043
|
"computed": false
|
|
@@ -8209,140 +8046,12 @@
|
|
|
8209
8046
|
"type": "propertySignature",
|
|
8210
8047
|
"key": {
|
|
8211
8048
|
"type": "identifier",
|
|
8212
|
-
"name": "
|
|
8213
|
-
},
|
|
8214
|
-
"annotation": {
|
|
8215
|
-
"type": "array",
|
|
8216
|
-
"elementType": {
|
|
8217
|
-
"type": "keyword",
|
|
8218
|
-
"value": "string"
|
|
8219
|
-
}
|
|
8220
|
-
},
|
|
8221
|
-
"optional": true,
|
|
8222
|
-
"computed": false
|
|
8223
|
-
}
|
|
8224
|
-
]
|
|
8225
|
-
},
|
|
8226
|
-
{
|
|
8227
|
-
"type": "interface",
|
|
8228
|
-
"name": "SpaceNavProps",
|
|
8229
|
-
"body": [
|
|
8230
|
-
{
|
|
8231
|
-
"type": "propertySignature",
|
|
8232
|
-
"key": {
|
|
8233
|
-
"type": "identifier",
|
|
8234
|
-
"name": "returnUrl"
|
|
8235
|
-
},
|
|
8236
|
-
"annotation": {
|
|
8237
|
-
"type": "keyword",
|
|
8238
|
-
"value": "string"
|
|
8239
|
-
},
|
|
8240
|
-
"computed": false
|
|
8241
|
-
},
|
|
8242
|
-
{
|
|
8243
|
-
"type": "propertySignature",
|
|
8244
|
-
"key": {
|
|
8245
|
-
"type": "identifier",
|
|
8246
|
-
"name": "introUrl"
|
|
8049
|
+
"name": "groupLabel"
|
|
8247
8050
|
},
|
|
8248
8051
|
"annotation": {
|
|
8249
8052
|
"type": "keyword",
|
|
8250
8053
|
"value": "string"
|
|
8251
8054
|
},
|
|
8252
|
-
"computed": false
|
|
8253
|
-
},
|
|
8254
|
-
{
|
|
8255
|
-
"type": "propertySignature",
|
|
8256
|
-
"key": {
|
|
8257
|
-
"type": "identifier",
|
|
8258
|
-
"name": "spaceDetail"
|
|
8259
|
-
},
|
|
8260
|
-
"annotation": {
|
|
8261
|
-
"type": "typeLiteral",
|
|
8262
|
-
"members": [
|
|
8263
|
-
{
|
|
8264
|
-
"type": "propertySignature",
|
|
8265
|
-
"key": {
|
|
8266
|
-
"type": "identifier",
|
|
8267
|
-
"name": "instanceId"
|
|
8268
|
-
},
|
|
8269
|
-
"annotation": {
|
|
8270
|
-
"type": "keyword",
|
|
8271
|
-
"value": "string"
|
|
8272
|
-
},
|
|
8273
|
-
"computed": false
|
|
8274
|
-
},
|
|
8275
|
-
{
|
|
8276
|
-
"type": "propertySignature",
|
|
8277
|
-
"key": {
|
|
8278
|
-
"type": "identifier",
|
|
8279
|
-
"name": "name"
|
|
8280
|
-
},
|
|
8281
|
-
"annotation": {
|
|
8282
|
-
"type": "keyword",
|
|
8283
|
-
"value": "string"
|
|
8284
|
-
},
|
|
8285
|
-
"computed": false
|
|
8286
|
-
},
|
|
8287
|
-
{
|
|
8288
|
-
"type": "propertySignature",
|
|
8289
|
-
"key": {
|
|
8290
|
-
"type": "identifier",
|
|
8291
|
-
"name": "icon"
|
|
8292
|
-
},
|
|
8293
|
-
"annotation": {
|
|
8294
|
-
"type": "intersection",
|
|
8295
|
-
"types": [
|
|
8296
|
-
{
|
|
8297
|
-
"type": "reference",
|
|
8298
|
-
"typeName": {
|
|
8299
|
-
"type": "identifier",
|
|
8300
|
-
"name": "GeneralIconProps"
|
|
8301
|
-
}
|
|
8302
|
-
},
|
|
8303
|
-
{
|
|
8304
|
-
"type": "typeLiteral",
|
|
8305
|
-
"members": [
|
|
8306
|
-
{
|
|
8307
|
-
"type": "propertySignature",
|
|
8308
|
-
"key": {
|
|
8309
|
-
"type": "identifier",
|
|
8310
|
-
"name": "color"
|
|
8311
|
-
},
|
|
8312
|
-
"annotation": {
|
|
8313
|
-
"type": "keyword",
|
|
8314
|
-
"value": "string"
|
|
8315
|
-
},
|
|
8316
|
-
"optional": true,
|
|
8317
|
-
"computed": false
|
|
8318
|
-
}
|
|
8319
|
-
]
|
|
8320
|
-
}
|
|
8321
|
-
]
|
|
8322
|
-
},
|
|
8323
|
-
"optional": true,
|
|
8324
|
-
"computed": false
|
|
8325
|
-
}
|
|
8326
|
-
]
|
|
8327
|
-
},
|
|
8328
|
-
"computed": false
|
|
8329
|
-
},
|
|
8330
|
-
{
|
|
8331
|
-
"type": "propertySignature",
|
|
8332
|
-
"key": {
|
|
8333
|
-
"type": "identifier",
|
|
8334
|
-
"name": "spaceObjects"
|
|
8335
|
-
},
|
|
8336
|
-
"annotation": {
|
|
8337
|
-
"type": "array",
|
|
8338
|
-
"elementType": {
|
|
8339
|
-
"type": "reference",
|
|
8340
|
-
"typeName": {
|
|
8341
|
-
"type": "identifier",
|
|
8342
|
-
"name": "SidebarLink"
|
|
8343
|
-
}
|
|
8344
|
-
}
|
|
8345
|
-
},
|
|
8346
8055
|
"optional": true,
|
|
8347
8056
|
"computed": false
|
|
8348
8057
|
},
|
|
@@ -8350,7 +8059,7 @@
|
|
|
8350
8059
|
"type": "propertySignature",
|
|
8351
8060
|
"key": {
|
|
8352
8061
|
"type": "identifier",
|
|
8353
|
-
"name": "
|
|
8062
|
+
"name": "subCommands"
|
|
8354
8063
|
},
|
|
8355
8064
|
"annotation": {
|
|
8356
8065
|
"type": "array",
|
|
@@ -8358,7 +8067,7 @@
|
|
|
8358
8067
|
"type": "reference",
|
|
8359
8068
|
"typeName": {
|
|
8360
8069
|
"type": "identifier",
|
|
8361
|
-
"name": "
|
|
8070
|
+
"name": "Command"
|
|
8362
8071
|
}
|
|
8363
8072
|
}
|
|
8364
8073
|
},
|
|
@@ -8369,16 +8078,13 @@
|
|
|
8369
8078
|
"type": "propertySignature",
|
|
8370
8079
|
"key": {
|
|
8371
8080
|
"type": "identifier",
|
|
8372
|
-
"name": "
|
|
8081
|
+
"name": "payload"
|
|
8373
8082
|
},
|
|
8374
8083
|
"annotation": {
|
|
8375
|
-
"type": "
|
|
8376
|
-
"
|
|
8377
|
-
"type": "
|
|
8378
|
-
"
|
|
8379
|
-
"type": "identifier",
|
|
8380
|
-
"name": "SidebarLink"
|
|
8381
|
-
}
|
|
8084
|
+
"type": "reference",
|
|
8085
|
+
"typeName": {
|
|
8086
|
+
"type": "identifier",
|
|
8087
|
+
"name": "CommandPayload"
|
|
8382
8088
|
}
|
|
8383
8089
|
},
|
|
8384
8090
|
"optional": true,
|
|
@@ -8388,324 +8094,253 @@
|
|
|
8388
8094
|
},
|
|
8389
8095
|
{
|
|
8390
8096
|
"type": "interface",
|
|
8391
|
-
"name": "
|
|
8097
|
+
"name": "UploadOptions",
|
|
8392
8098
|
"body": [
|
|
8393
8099
|
{
|
|
8394
8100
|
"type": "propertySignature",
|
|
8395
8101
|
"key": {
|
|
8396
8102
|
"type": "identifier",
|
|
8397
|
-
"name": "
|
|
8103
|
+
"name": "enabled"
|
|
8398
8104
|
},
|
|
8399
8105
|
"annotation": {
|
|
8400
|
-
"type": "
|
|
8401
|
-
"
|
|
8402
|
-
{
|
|
8403
|
-
"type": "reference",
|
|
8404
|
-
"typeName": {
|
|
8405
|
-
"type": "identifier",
|
|
8406
|
-
"name": "SimpleActionType"
|
|
8407
|
-
}
|
|
8408
|
-
},
|
|
8409
|
-
{
|
|
8410
|
-
"type": "typeLiteral",
|
|
8411
|
-
"members": [
|
|
8412
|
-
{
|
|
8413
|
-
"type": "propertySignature",
|
|
8414
|
-
"key": {
|
|
8415
|
-
"type": "identifier",
|
|
8416
|
-
"name": "project"
|
|
8417
|
-
},
|
|
8418
|
-
"annotation": {
|
|
8419
|
-
"type": "reference",
|
|
8420
|
-
"typeName": {
|
|
8421
|
-
"type": "identifier",
|
|
8422
|
-
"name": "Project"
|
|
8423
|
-
}
|
|
8424
|
-
},
|
|
8425
|
-
"optional": true,
|
|
8426
|
-
"computed": false
|
|
8427
|
-
}
|
|
8428
|
-
]
|
|
8429
|
-
}
|
|
8430
|
-
]
|
|
8106
|
+
"type": "keyword",
|
|
8107
|
+
"value": "boolean"
|
|
8431
8108
|
},
|
|
8109
|
+
"optional": true,
|
|
8432
8110
|
"computed": false
|
|
8433
8111
|
},
|
|
8434
8112
|
{
|
|
8435
8113
|
"type": "propertySignature",
|
|
8436
8114
|
"key": {
|
|
8437
8115
|
"type": "identifier",
|
|
8438
|
-
"name": "
|
|
8116
|
+
"name": "dragDisabled"
|
|
8439
8117
|
},
|
|
8440
8118
|
"annotation": {
|
|
8441
|
-
"type": "
|
|
8442
|
-
"
|
|
8443
|
-
"type": "identifier",
|
|
8444
|
-
"name": "HistoryItem"
|
|
8445
|
-
}
|
|
8119
|
+
"type": "keyword",
|
|
8120
|
+
"value": "boolean"
|
|
8446
8121
|
},
|
|
8122
|
+
"optional": true,
|
|
8447
8123
|
"computed": false
|
|
8448
8124
|
},
|
|
8449
8125
|
{
|
|
8450
8126
|
"type": "propertySignature",
|
|
8451
8127
|
"key": {
|
|
8452
8128
|
"type": "identifier",
|
|
8453
|
-
"name": "
|
|
8129
|
+
"name": "dragTips"
|
|
8454
8130
|
},
|
|
8455
8131
|
"annotation": {
|
|
8456
|
-
"type": "
|
|
8457
|
-
"
|
|
8458
|
-
"type": "identifier",
|
|
8459
|
-
"name": "Project"
|
|
8460
|
-
}
|
|
8132
|
+
"type": "keyword",
|
|
8133
|
+
"value": "string"
|
|
8461
8134
|
},
|
|
8462
8135
|
"optional": true,
|
|
8463
8136
|
"computed": false
|
|
8464
|
-
}
|
|
8465
|
-
]
|
|
8466
|
-
},
|
|
8467
|
-
{
|
|
8468
|
-
"type": "interface",
|
|
8469
|
-
"name": "Project",
|
|
8470
|
-
"body": [
|
|
8137
|
+
},
|
|
8471
8138
|
{
|
|
8472
8139
|
"type": "propertySignature",
|
|
8473
8140
|
"key": {
|
|
8474
8141
|
"type": "identifier",
|
|
8475
|
-
"name": "
|
|
8142
|
+
"name": "accept"
|
|
8476
8143
|
},
|
|
8477
8144
|
"annotation": {
|
|
8478
8145
|
"type": "keyword",
|
|
8479
8146
|
"value": "string"
|
|
8480
8147
|
},
|
|
8481
|
-
"
|
|
8482
|
-
"
|
|
8148
|
+
"optional": true,
|
|
8149
|
+
"computed": false
|
|
8483
8150
|
},
|
|
8484
8151
|
{
|
|
8485
8152
|
"type": "propertySignature",
|
|
8486
8153
|
"key": {
|
|
8487
8154
|
"type": "identifier",
|
|
8488
|
-
"name": "
|
|
8155
|
+
"name": "maxFiles"
|
|
8489
8156
|
},
|
|
8490
8157
|
"annotation": {
|
|
8491
8158
|
"type": "keyword",
|
|
8492
|
-
"value": "
|
|
8159
|
+
"value": "number"
|
|
8493
8160
|
},
|
|
8494
|
-
"
|
|
8495
|
-
"
|
|
8161
|
+
"optional": true,
|
|
8162
|
+
"computed": false
|
|
8496
8163
|
},
|
|
8497
8164
|
{
|
|
8498
8165
|
"type": "propertySignature",
|
|
8499
8166
|
"key": {
|
|
8500
8167
|
"type": "identifier",
|
|
8501
|
-
"name": "
|
|
8168
|
+
"name": "maxSize"
|
|
8502
8169
|
},
|
|
8503
8170
|
"annotation": {
|
|
8504
8171
|
"type": "keyword",
|
|
8505
|
-
"value": "
|
|
8172
|
+
"value": "number"
|
|
8506
8173
|
},
|
|
8174
|
+
"optional": true,
|
|
8507
8175
|
"computed": false,
|
|
8508
|
-
"description": "
|
|
8176
|
+
"description": "In bytes"
|
|
8509
8177
|
},
|
|
8510
8178
|
{
|
|
8511
8179
|
"type": "propertySignature",
|
|
8512
8180
|
"key": {
|
|
8513
8181
|
"type": "identifier",
|
|
8514
|
-
"name": "
|
|
8182
|
+
"name": "readableAccept"
|
|
8515
8183
|
},
|
|
8516
8184
|
"annotation": {
|
|
8517
|
-
"type": "
|
|
8518
|
-
"
|
|
8519
|
-
{
|
|
8520
|
-
"type": "jsLiteral",
|
|
8521
|
-
"value": "active"
|
|
8522
|
-
},
|
|
8523
|
-
{
|
|
8524
|
-
"type": "jsLiteral",
|
|
8525
|
-
"value": "inactive"
|
|
8526
|
-
}
|
|
8527
|
-
]
|
|
8185
|
+
"type": "keyword",
|
|
8186
|
+
"value": "string"
|
|
8528
8187
|
},
|
|
8529
|
-
"
|
|
8530
|
-
"
|
|
8188
|
+
"optional": true,
|
|
8189
|
+
"computed": false
|
|
8531
8190
|
},
|
|
8532
8191
|
{
|
|
8533
8192
|
"type": "propertySignature",
|
|
8534
8193
|
"key": {
|
|
8535
8194
|
"type": "identifier",
|
|
8536
|
-
"name": "
|
|
8195
|
+
"name": "readableMaxSize"
|
|
8537
8196
|
},
|
|
8538
8197
|
"annotation": {
|
|
8539
8198
|
"type": "keyword",
|
|
8540
8199
|
"value": "string"
|
|
8541
8200
|
},
|
|
8542
|
-
"
|
|
8543
|
-
"
|
|
8544
|
-
}
|
|
8545
|
-
|
|
8546
|
-
|
|
8547
|
-
|
|
8548
|
-
|
|
8549
|
-
|
|
8550
|
-
|
|
8551
|
-
"annotation": {
|
|
8552
|
-
"type": "keyword",
|
|
8553
|
-
"value": "string"
|
|
8554
|
-
},
|
|
8555
|
-
"computed": false,
|
|
8556
|
-
"description": "创建者"
|
|
8557
|
-
},
|
|
8558
|
-
{
|
|
8559
|
-
"type": "propertySignature",
|
|
8560
|
-
"key": {
|
|
8561
|
-
"type": "identifier",
|
|
8562
|
-
"name": "ctime"
|
|
8563
|
-
},
|
|
8564
|
-
"annotation": {
|
|
8565
|
-
"type": "keyword",
|
|
8566
|
-
"value": "string"
|
|
8567
|
-
},
|
|
8568
|
-
"computed": false,
|
|
8569
|
-
"description": "创建时间"
|
|
8570
|
-
},
|
|
8201
|
+
"optional": true,
|
|
8202
|
+
"computed": false
|
|
8203
|
+
}
|
|
8204
|
+
]
|
|
8205
|
+
},
|
|
8206
|
+
{
|
|
8207
|
+
"type": "interface",
|
|
8208
|
+
"name": "ChatPayload",
|
|
8209
|
+
"body": [
|
|
8571
8210
|
{
|
|
8572
8211
|
"type": "propertySignature",
|
|
8573
8212
|
"key": {
|
|
8574
8213
|
"type": "identifier",
|
|
8575
|
-
"name": "
|
|
8214
|
+
"name": "content"
|
|
8576
8215
|
},
|
|
8577
8216
|
"annotation": {
|
|
8578
8217
|
"type": "keyword",
|
|
8579
8218
|
"value": "string"
|
|
8580
8219
|
},
|
|
8581
|
-
"computed": false
|
|
8582
|
-
|
|
8583
|
-
|
|
8220
|
+
"computed": false
|
|
8221
|
+
}
|
|
8222
|
+
],
|
|
8223
|
+
"extends": [
|
|
8584
8224
|
{
|
|
8585
|
-
"type": "
|
|
8586
|
-
"
|
|
8225
|
+
"type": "expressionWithTypeArguments",
|
|
8226
|
+
"expression": {
|
|
8587
8227
|
"type": "identifier",
|
|
8588
|
-
"name": "
|
|
8589
|
-
}
|
|
8590
|
-
"annotation": {
|
|
8591
|
-
"type": "keyword",
|
|
8592
|
-
"value": "string"
|
|
8593
|
-
},
|
|
8594
|
-
"computed": false,
|
|
8595
|
-
"description": "修改者"
|
|
8228
|
+
"name": "ExtraChatPayload"
|
|
8229
|
+
}
|
|
8596
8230
|
}
|
|
8597
8231
|
]
|
|
8598
8232
|
},
|
|
8599
8233
|
{
|
|
8600
8234
|
"type": "interface",
|
|
8601
|
-
"name": "
|
|
8235
|
+
"name": "ExtraChatPayload",
|
|
8602
8236
|
"body": [
|
|
8603
8237
|
{
|
|
8604
8238
|
"type": "propertySignature",
|
|
8605
8239
|
"key": {
|
|
8606
8240
|
"type": "identifier",
|
|
8607
|
-
"name": "
|
|
8241
|
+
"name": "files"
|
|
8608
8242
|
},
|
|
8609
8243
|
"annotation": {
|
|
8610
|
-
"type": "
|
|
8611
|
-
"
|
|
8244
|
+
"type": "array",
|
|
8245
|
+
"elementType": {
|
|
8246
|
+
"type": "reference",
|
|
8247
|
+
"typeName": {
|
|
8248
|
+
"type": "identifier",
|
|
8249
|
+
"name": "UploadFileInfo"
|
|
8250
|
+
}
|
|
8251
|
+
}
|
|
8612
8252
|
},
|
|
8253
|
+
"optional": true,
|
|
8613
8254
|
"computed": false
|
|
8614
8255
|
},
|
|
8615
8256
|
{
|
|
8616
8257
|
"type": "propertySignature",
|
|
8617
8258
|
"key": {
|
|
8618
8259
|
"type": "identifier",
|
|
8619
|
-
"name": "
|
|
8260
|
+
"name": "cmd"
|
|
8620
8261
|
},
|
|
8621
8262
|
"annotation": {
|
|
8622
|
-
"type": "
|
|
8623
|
-
"
|
|
8263
|
+
"type": "union",
|
|
8264
|
+
"types": [
|
|
8265
|
+
{
|
|
8266
|
+
"type": "reference",
|
|
8267
|
+
"typeName": {
|
|
8268
|
+
"type": "identifier",
|
|
8269
|
+
"name": "CommandPayload"
|
|
8270
|
+
}
|
|
8271
|
+
},
|
|
8272
|
+
{
|
|
8273
|
+
"type": "keyword",
|
|
8274
|
+
"value": "null"
|
|
8275
|
+
}
|
|
8276
|
+
]
|
|
8624
8277
|
},
|
|
8278
|
+
"optional": true,
|
|
8625
8279
|
"computed": false
|
|
8626
8280
|
},
|
|
8627
8281
|
{
|
|
8628
8282
|
"type": "propertySignature",
|
|
8629
8283
|
"key": {
|
|
8630
8284
|
"type": "identifier",
|
|
8631
|
-
"name": "
|
|
8285
|
+
"name": "aiEmployeeId"
|
|
8632
8286
|
},
|
|
8633
8287
|
"annotation": {
|
|
8634
|
-
"type": "
|
|
8635
|
-
"
|
|
8288
|
+
"type": "union",
|
|
8289
|
+
"types": [
|
|
8290
|
+
{
|
|
8291
|
+
"type": "keyword",
|
|
8292
|
+
"value": "string"
|
|
8293
|
+
},
|
|
8294
|
+
{
|
|
8295
|
+
"type": "keyword",
|
|
8296
|
+
"value": "null"
|
|
8297
|
+
}
|
|
8298
|
+
]
|
|
8636
8299
|
},
|
|
8300
|
+
"optional": true,
|
|
8637
8301
|
"computed": false
|
|
8638
8302
|
},
|
|
8639
8303
|
{
|
|
8640
8304
|
"type": "propertySignature",
|
|
8641
8305
|
"key": {
|
|
8642
8306
|
"type": "identifier",
|
|
8643
|
-
"name": "
|
|
8307
|
+
"name": "agentId"
|
|
8644
8308
|
},
|
|
8645
8309
|
"annotation": {
|
|
8646
|
-
"type": "
|
|
8647
|
-
"
|
|
8648
|
-
"type": "identifier",
|
|
8649
|
-
"name": "ConversationState"
|
|
8650
|
-
}
|
|
8310
|
+
"type": "keyword",
|
|
8311
|
+
"value": "string"
|
|
8651
8312
|
},
|
|
8652
8313
|
"optional": true,
|
|
8653
8314
|
"computed": false
|
|
8654
|
-
}
|
|
8655
|
-
]
|
|
8656
|
-
},
|
|
8657
|
-
{
|
|
8658
|
-
"type": "interface",
|
|
8659
|
-
"name": "ProjectActionClickDetail",
|
|
8660
|
-
"body": [
|
|
8661
|
-
{
|
|
8662
|
-
"type": "propertySignature",
|
|
8663
|
-
"key": {
|
|
8664
|
-
"type": "identifier",
|
|
8665
|
-
"name": "action"
|
|
8666
|
-
},
|
|
8667
|
-
"annotation": {
|
|
8668
|
-
"type": "reference",
|
|
8669
|
-
"typeName": {
|
|
8670
|
-
"type": "identifier",
|
|
8671
|
-
"name": "SimpleActionType"
|
|
8672
|
-
}
|
|
8673
|
-
},
|
|
8674
|
-
"computed": false
|
|
8675
8315
|
},
|
|
8676
8316
|
{
|
|
8677
8317
|
"type": "propertySignature",
|
|
8678
8318
|
"key": {
|
|
8679
8319
|
"type": "identifier",
|
|
8680
|
-
"name": "
|
|
8320
|
+
"name": "spaceId"
|
|
8681
8321
|
},
|
|
8682
8322
|
"annotation": {
|
|
8683
|
-
"type": "
|
|
8684
|
-
"
|
|
8685
|
-
"type": "identifier",
|
|
8686
|
-
"name": "Project"
|
|
8687
|
-
}
|
|
8323
|
+
"type": "keyword",
|
|
8324
|
+
"value": "string"
|
|
8688
8325
|
},
|
|
8326
|
+
"optional": true,
|
|
8689
8327
|
"computed": false
|
|
8690
8328
|
}
|
|
8691
8329
|
]
|
|
8692
8330
|
},
|
|
8693
8331
|
{
|
|
8694
8332
|
"type": "interface",
|
|
8695
|
-
"name": "
|
|
8333
|
+
"name": "UploadFileInfo",
|
|
8696
8334
|
"body": [
|
|
8697
8335
|
{
|
|
8698
8336
|
"type": "propertySignature",
|
|
8699
8337
|
"key": {
|
|
8700
8338
|
"type": "identifier",
|
|
8701
|
-
"name": "
|
|
8339
|
+
"name": "fileId"
|
|
8702
8340
|
},
|
|
8703
8341
|
"annotation": {
|
|
8704
|
-
"type": "
|
|
8705
|
-
"
|
|
8706
|
-
"type": "identifier",
|
|
8707
|
-
"name": "SimpleActionType"
|
|
8708
|
-
}
|
|
8342
|
+
"type": "keyword",
|
|
8343
|
+
"value": "string"
|
|
8709
8344
|
},
|
|
8710
8345
|
"computed": false
|
|
8711
8346
|
}
|
|
@@ -8713,84 +8348,232 @@
|
|
|
8713
8348
|
}
|
|
8714
8349
|
]
|
|
8715
8350
|
},
|
|
8716
|
-
"ai-portal.
|
|
8351
|
+
"ai-portal.elevo-sidebar": {
|
|
8717
8352
|
"properties": [
|
|
8718
8353
|
{
|
|
8719
|
-
"name": "
|
|
8354
|
+
"name": "userInstanceId",
|
|
8355
|
+
"annotation": {
|
|
8356
|
+
"type": "keyword",
|
|
8357
|
+
"value": "string"
|
|
8358
|
+
}
|
|
8359
|
+
},
|
|
8360
|
+
{
|
|
8361
|
+
"name": "behavior",
|
|
8362
|
+
"annotation": {
|
|
8363
|
+
"type": "union",
|
|
8364
|
+
"types": [
|
|
8365
|
+
{
|
|
8366
|
+
"type": "jsLiteral",
|
|
8367
|
+
"value": "default"
|
|
8368
|
+
},
|
|
8369
|
+
{
|
|
8370
|
+
"type": "jsLiteral",
|
|
8371
|
+
"value": "drawer"
|
|
8372
|
+
}
|
|
8373
|
+
]
|
|
8374
|
+
}
|
|
8375
|
+
},
|
|
8376
|
+
{
|
|
8377
|
+
"name": "logoUrl",
|
|
8378
|
+
"annotation": {
|
|
8379
|
+
"type": "keyword",
|
|
8380
|
+
"value": "string"
|
|
8381
|
+
}
|
|
8382
|
+
},
|
|
8383
|
+
{
|
|
8384
|
+
"name": "newChatUrl",
|
|
8385
|
+
"annotation": {
|
|
8386
|
+
"type": "keyword",
|
|
8387
|
+
"value": "string"
|
|
8388
|
+
}
|
|
8389
|
+
},
|
|
8390
|
+
{
|
|
8391
|
+
"name": "newChatLinkWhenCollapsed",
|
|
8720
8392
|
"annotation": {
|
|
8721
8393
|
"type": "keyword",
|
|
8722
8394
|
"value": "boolean"
|
|
8723
8395
|
}
|
|
8724
8396
|
},
|
|
8725
8397
|
{
|
|
8726
|
-
"name": "
|
|
8398
|
+
"name": "historyUrlTemplate",
|
|
8727
8399
|
"annotation": {
|
|
8728
8400
|
"type": "keyword",
|
|
8729
8401
|
"value": "string"
|
|
8730
8402
|
}
|
|
8731
8403
|
},
|
|
8732
8404
|
{
|
|
8733
|
-
"name": "
|
|
8405
|
+
"name": "historyActions",
|
|
8406
|
+
"annotation": {
|
|
8407
|
+
"type": "array",
|
|
8408
|
+
"elementType": {
|
|
8409
|
+
"type": "reference",
|
|
8410
|
+
"typeName": {
|
|
8411
|
+
"type": "identifier",
|
|
8412
|
+
"name": "ActionType"
|
|
8413
|
+
}
|
|
8414
|
+
}
|
|
8415
|
+
}
|
|
8416
|
+
},
|
|
8417
|
+
{
|
|
8418
|
+
"name": "showProjects",
|
|
8734
8419
|
"annotation": {
|
|
8735
8420
|
"type": "keyword",
|
|
8736
8421
|
"value": "boolean"
|
|
8737
8422
|
}
|
|
8738
8423
|
},
|
|
8739
8424
|
{
|
|
8740
|
-
"name": "
|
|
8425
|
+
"name": "projectUrlTemplate",
|
|
8426
|
+
"annotation": {
|
|
8427
|
+
"type": "keyword",
|
|
8428
|
+
"value": "string"
|
|
8429
|
+
}
|
|
8430
|
+
},
|
|
8431
|
+
{
|
|
8432
|
+
"name": "projectActions",
|
|
8433
|
+
"annotation": {
|
|
8434
|
+
"type": "array",
|
|
8435
|
+
"elementType": {
|
|
8436
|
+
"type": "reference",
|
|
8437
|
+
"typeName": {
|
|
8438
|
+
"type": "identifier",
|
|
8439
|
+
"name": "ActionType"
|
|
8440
|
+
}
|
|
8441
|
+
}
|
|
8442
|
+
}
|
|
8443
|
+
},
|
|
8444
|
+
{
|
|
8445
|
+
"name": "personalActions",
|
|
8446
|
+
"annotation": {
|
|
8447
|
+
"type": "array",
|
|
8448
|
+
"elementType": {
|
|
8449
|
+
"type": "reference",
|
|
8450
|
+
"typeName": {
|
|
8451
|
+
"type": "identifier",
|
|
8452
|
+
"name": "ActionType"
|
|
8453
|
+
}
|
|
8454
|
+
}
|
|
8455
|
+
}
|
|
8456
|
+
},
|
|
8457
|
+
{
|
|
8458
|
+
"name": "links",
|
|
8741
8459
|
"annotation": {
|
|
8742
8460
|
"type": "array",
|
|
8743
8461
|
"elementType": {
|
|
8744
8462
|
"type": "reference",
|
|
8745
8463
|
"typeName": {
|
|
8746
8464
|
"type": "identifier",
|
|
8747
|
-
"name": "
|
|
8465
|
+
"name": "SidebarLink"
|
|
8466
|
+
}
|
|
8467
|
+
}
|
|
8468
|
+
}
|
|
8469
|
+
},
|
|
8470
|
+
{
|
|
8471
|
+
"name": "canAddProject",
|
|
8472
|
+
"annotation": {
|
|
8473
|
+
"type": "keyword",
|
|
8474
|
+
"value": "boolean"
|
|
8475
|
+
}
|
|
8476
|
+
},
|
|
8477
|
+
{
|
|
8478
|
+
"name": "myLinks",
|
|
8479
|
+
"annotation": {
|
|
8480
|
+
"type": "array",
|
|
8481
|
+
"elementType": {
|
|
8482
|
+
"type": "reference",
|
|
8483
|
+
"typeName": {
|
|
8484
|
+
"type": "identifier",
|
|
8485
|
+
"name": "SidebarLink"
|
|
8486
|
+
}
|
|
8487
|
+
}
|
|
8488
|
+
}
|
|
8489
|
+
},
|
|
8490
|
+
{
|
|
8491
|
+
"name": "scope",
|
|
8492
|
+
"annotation": {
|
|
8493
|
+
"type": "union",
|
|
8494
|
+
"types": [
|
|
8495
|
+
{
|
|
8496
|
+
"type": "jsLiteral",
|
|
8497
|
+
"value": "default"
|
|
8498
|
+
},
|
|
8499
|
+
{
|
|
8500
|
+
"type": "jsLiteral",
|
|
8501
|
+
"value": "space"
|
|
8502
|
+
}
|
|
8503
|
+
]
|
|
8504
|
+
}
|
|
8505
|
+
},
|
|
8506
|
+
{
|
|
8507
|
+
"name": "spaceNav",
|
|
8508
|
+
"annotation": {
|
|
8509
|
+
"type": "reference",
|
|
8510
|
+
"typeName": {
|
|
8511
|
+
"type": "identifier",
|
|
8512
|
+
"name": "SpaceNavProps"
|
|
8513
|
+
}
|
|
8514
|
+
}
|
|
8515
|
+
}
|
|
8516
|
+
],
|
|
8517
|
+
"events": [
|
|
8518
|
+
{
|
|
8519
|
+
"name": "logout",
|
|
8520
|
+
"detail": {
|
|
8521
|
+
"annotation": {
|
|
8522
|
+
"type": "keyword",
|
|
8523
|
+
"value": "void"
|
|
8524
|
+
}
|
|
8525
|
+
}
|
|
8526
|
+
},
|
|
8527
|
+
{
|
|
8528
|
+
"name": "action.click",
|
|
8529
|
+
"detail": {
|
|
8530
|
+
"annotation": {
|
|
8531
|
+
"type": "reference",
|
|
8532
|
+
"typeName": {
|
|
8533
|
+
"type": "identifier",
|
|
8534
|
+
"name": "ActionClickDetail"
|
|
8748
8535
|
}
|
|
8749
8536
|
}
|
|
8750
8537
|
}
|
|
8751
8538
|
},
|
|
8752
8539
|
{
|
|
8753
|
-
"name": "
|
|
8754
|
-
"
|
|
8755
|
-
"
|
|
8756
|
-
"elementType": {
|
|
8540
|
+
"name": "project.action.click",
|
|
8541
|
+
"detail": {
|
|
8542
|
+
"annotation": {
|
|
8757
8543
|
"type": "reference",
|
|
8758
8544
|
"typeName": {
|
|
8759
8545
|
"type": "identifier",
|
|
8760
|
-
"name": "
|
|
8546
|
+
"name": "ProjectActionClickDetail"
|
|
8761
8547
|
}
|
|
8762
8548
|
}
|
|
8763
8549
|
}
|
|
8764
8550
|
},
|
|
8765
8551
|
{
|
|
8766
|
-
"name": "
|
|
8767
|
-
"
|
|
8768
|
-
"
|
|
8769
|
-
|
|
8770
|
-
"
|
|
8771
|
-
"name": "UploadOptions"
|
|
8552
|
+
"name": "add.project",
|
|
8553
|
+
"detail": {
|
|
8554
|
+
"annotation": {
|
|
8555
|
+
"type": "keyword",
|
|
8556
|
+
"value": "void"
|
|
8772
8557
|
}
|
|
8773
8558
|
}
|
|
8774
|
-
}
|
|
8775
|
-
],
|
|
8776
|
-
"events": [
|
|
8559
|
+
},
|
|
8777
8560
|
{
|
|
8778
|
-
"name": "
|
|
8561
|
+
"name": "add.serviceflow",
|
|
8779
8562
|
"detail": {
|
|
8780
8563
|
"annotation": {
|
|
8781
8564
|
"type": "keyword",
|
|
8782
|
-
"value": "
|
|
8565
|
+
"value": "void"
|
|
8783
8566
|
}
|
|
8784
8567
|
}
|
|
8785
8568
|
},
|
|
8786
8569
|
{
|
|
8787
|
-
"name": "
|
|
8570
|
+
"name": "personal.action.click",
|
|
8788
8571
|
"detail": {
|
|
8789
8572
|
"annotation": {
|
|
8790
8573
|
"type": "reference",
|
|
8791
8574
|
"typeName": {
|
|
8792
8575
|
"type": "identifier",
|
|
8793
|
-
"name": "
|
|
8576
|
+
"name": "PersonalActionClickDetail"
|
|
8794
8577
|
}
|
|
8795
8578
|
}
|
|
8796
8579
|
}
|
|
@@ -8798,39 +8581,81 @@
|
|
|
8798
8581
|
],
|
|
8799
8582
|
"methods": [
|
|
8800
8583
|
{
|
|
8801
|
-
"name": "
|
|
8584
|
+
"name": "pullHistory",
|
|
8802
8585
|
"params": [
|
|
8803
8586
|
{
|
|
8804
|
-
"name": "
|
|
8587
|
+
"name": "delay",
|
|
8805
8588
|
"annotation": {
|
|
8806
8589
|
"type": "keyword",
|
|
8807
|
-
"value": "
|
|
8590
|
+
"value": "number"
|
|
8808
8591
|
}
|
|
8809
8592
|
}
|
|
8810
8593
|
],
|
|
8811
8594
|
"returns": {}
|
|
8812
8595
|
},
|
|
8813
8596
|
{
|
|
8814
|
-
"name": "
|
|
8597
|
+
"name": "open",
|
|
8815
8598
|
"params": [],
|
|
8816
8599
|
"returns": {}
|
|
8817
8600
|
},
|
|
8818
8601
|
{
|
|
8819
|
-
"name": "
|
|
8602
|
+
"name": "close",
|
|
8820
8603
|
"params": [],
|
|
8821
8604
|
"returns": {}
|
|
8605
|
+
},
|
|
8606
|
+
{
|
|
8607
|
+
"name": "removeProject",
|
|
8608
|
+
"params": [
|
|
8609
|
+
{
|
|
8610
|
+
"name": "projectId",
|
|
8611
|
+
"annotation": {
|
|
8612
|
+
"type": "keyword",
|
|
8613
|
+
"value": "string"
|
|
8614
|
+
}
|
|
8615
|
+
}
|
|
8616
|
+
],
|
|
8617
|
+
"returns": {}
|
|
8618
|
+
},
|
|
8619
|
+
{
|
|
8620
|
+
"name": "addProject",
|
|
8621
|
+
"params": [
|
|
8622
|
+
{
|
|
8623
|
+
"name": "project",
|
|
8624
|
+
"annotation": {
|
|
8625
|
+
"type": "reference",
|
|
8626
|
+
"typeName": {
|
|
8627
|
+
"type": "identifier",
|
|
8628
|
+
"name": "Project"
|
|
8629
|
+
}
|
|
8630
|
+
}
|
|
8631
|
+
}
|
|
8632
|
+
],
|
|
8633
|
+
"returns": {}
|
|
8634
|
+
},
|
|
8635
|
+
{
|
|
8636
|
+
"name": "moveConversation",
|
|
8637
|
+
"params": [
|
|
8638
|
+
{
|
|
8639
|
+
"name": "conversationId",
|
|
8640
|
+
"annotation": {
|
|
8641
|
+
"type": "keyword",
|
|
8642
|
+
"value": "string"
|
|
8643
|
+
}
|
|
8644
|
+
}
|
|
8645
|
+
],
|
|
8646
|
+
"returns": {}
|
|
8822
8647
|
}
|
|
8823
8648
|
],
|
|
8824
8649
|
"types": [
|
|
8825
8650
|
{
|
|
8826
8651
|
"type": "interface",
|
|
8827
|
-
"name": "
|
|
8652
|
+
"name": "SidebarLink",
|
|
8828
8653
|
"body": [
|
|
8829
8654
|
{
|
|
8830
8655
|
"type": "propertySignature",
|
|
8831
8656
|
"key": {
|
|
8832
8657
|
"type": "identifier",
|
|
8833
|
-
"name": "
|
|
8658
|
+
"name": "title"
|
|
8834
8659
|
},
|
|
8835
8660
|
"annotation": {
|
|
8836
8661
|
"type": "keyword",
|
|
@@ -8842,25 +8667,57 @@
|
|
|
8842
8667
|
"type": "propertySignature",
|
|
8843
8668
|
"key": {
|
|
8844
8669
|
"type": "identifier",
|
|
8845
|
-
"name": "
|
|
8670
|
+
"name": "url"
|
|
8846
8671
|
},
|
|
8847
8672
|
"annotation": {
|
|
8848
8673
|
"type": "keyword",
|
|
8849
8674
|
"value": "string"
|
|
8850
8675
|
},
|
|
8851
8676
|
"computed": false
|
|
8677
|
+
},
|
|
8678
|
+
{
|
|
8679
|
+
"type": "propertySignature",
|
|
8680
|
+
"key": {
|
|
8681
|
+
"type": "identifier",
|
|
8682
|
+
"name": "icon"
|
|
8683
|
+
},
|
|
8684
|
+
"annotation": {
|
|
8685
|
+
"type": "reference",
|
|
8686
|
+
"typeName": {
|
|
8687
|
+
"type": "identifier",
|
|
8688
|
+
"name": "GeneralIconProps"
|
|
8689
|
+
}
|
|
8690
|
+
},
|
|
8691
|
+
"optional": true,
|
|
8692
|
+
"computed": false
|
|
8693
|
+
},
|
|
8694
|
+
{
|
|
8695
|
+
"type": "propertySignature",
|
|
8696
|
+
"key": {
|
|
8697
|
+
"type": "identifier",
|
|
8698
|
+
"name": "activeIncludes"
|
|
8699
|
+
},
|
|
8700
|
+
"annotation": {
|
|
8701
|
+
"type": "array",
|
|
8702
|
+
"elementType": {
|
|
8703
|
+
"type": "keyword",
|
|
8704
|
+
"value": "string"
|
|
8705
|
+
}
|
|
8706
|
+
},
|
|
8707
|
+
"optional": true,
|
|
8708
|
+
"computed": false
|
|
8852
8709
|
}
|
|
8853
8710
|
]
|
|
8854
8711
|
},
|
|
8855
8712
|
{
|
|
8856
8713
|
"type": "interface",
|
|
8857
|
-
"name": "
|
|
8714
|
+
"name": "SpaceNavProps",
|
|
8858
8715
|
"body": [
|
|
8859
8716
|
{
|
|
8860
8717
|
"type": "propertySignature",
|
|
8861
8718
|
"key": {
|
|
8862
8719
|
"type": "identifier",
|
|
8863
|
-
"name": "
|
|
8720
|
+
"name": "returnUrl"
|
|
8864
8721
|
},
|
|
8865
8722
|
"annotation": {
|
|
8866
8723
|
"type": "keyword",
|
|
@@ -8872,7 +8729,7 @@
|
|
|
8872
8729
|
"type": "propertySignature",
|
|
8873
8730
|
"key": {
|
|
8874
8731
|
"type": "identifier",
|
|
8875
|
-
"name": "
|
|
8732
|
+
"name": "introUrl"
|
|
8876
8733
|
},
|
|
8877
8734
|
"annotation": {
|
|
8878
8735
|
"type": "keyword",
|
|
@@ -8884,58 +8741,208 @@
|
|
|
8884
8741
|
"type": "propertySignature",
|
|
8885
8742
|
"key": {
|
|
8886
8743
|
"type": "identifier",
|
|
8887
|
-
"name": "
|
|
8744
|
+
"name": "spaceDetail"
|
|
8888
8745
|
},
|
|
8889
8746
|
"annotation": {
|
|
8890
|
-
"type": "
|
|
8891
|
-
"
|
|
8747
|
+
"type": "typeLiteral",
|
|
8748
|
+
"members": [
|
|
8749
|
+
{
|
|
8750
|
+
"type": "propertySignature",
|
|
8751
|
+
"key": {
|
|
8752
|
+
"type": "identifier",
|
|
8753
|
+
"name": "instanceId"
|
|
8754
|
+
},
|
|
8755
|
+
"annotation": {
|
|
8756
|
+
"type": "keyword",
|
|
8757
|
+
"value": "string"
|
|
8758
|
+
},
|
|
8759
|
+
"computed": false
|
|
8760
|
+
},
|
|
8761
|
+
{
|
|
8762
|
+
"type": "propertySignature",
|
|
8763
|
+
"key": {
|
|
8764
|
+
"type": "identifier",
|
|
8765
|
+
"name": "name"
|
|
8766
|
+
},
|
|
8767
|
+
"annotation": {
|
|
8768
|
+
"type": "keyword",
|
|
8769
|
+
"value": "string"
|
|
8770
|
+
},
|
|
8771
|
+
"computed": false
|
|
8772
|
+
},
|
|
8773
|
+
{
|
|
8774
|
+
"type": "propertySignature",
|
|
8775
|
+
"key": {
|
|
8776
|
+
"type": "identifier",
|
|
8777
|
+
"name": "icon"
|
|
8778
|
+
},
|
|
8779
|
+
"annotation": {
|
|
8780
|
+
"type": "intersection",
|
|
8781
|
+
"types": [
|
|
8782
|
+
{
|
|
8783
|
+
"type": "reference",
|
|
8784
|
+
"typeName": {
|
|
8785
|
+
"type": "identifier",
|
|
8786
|
+
"name": "GeneralIconProps"
|
|
8787
|
+
}
|
|
8788
|
+
},
|
|
8789
|
+
{
|
|
8790
|
+
"type": "typeLiteral",
|
|
8791
|
+
"members": [
|
|
8792
|
+
{
|
|
8793
|
+
"type": "propertySignature",
|
|
8794
|
+
"key": {
|
|
8795
|
+
"type": "identifier",
|
|
8796
|
+
"name": "color"
|
|
8797
|
+
},
|
|
8798
|
+
"annotation": {
|
|
8799
|
+
"type": "keyword",
|
|
8800
|
+
"value": "string"
|
|
8801
|
+
},
|
|
8802
|
+
"optional": true,
|
|
8803
|
+
"computed": false
|
|
8804
|
+
}
|
|
8805
|
+
]
|
|
8806
|
+
}
|
|
8807
|
+
]
|
|
8808
|
+
},
|
|
8809
|
+
"optional": true,
|
|
8810
|
+
"computed": false
|
|
8811
|
+
}
|
|
8812
|
+
]
|
|
8813
|
+
},
|
|
8814
|
+
"computed": false
|
|
8815
|
+
},
|
|
8816
|
+
{
|
|
8817
|
+
"type": "propertySignature",
|
|
8818
|
+
"key": {
|
|
8819
|
+
"type": "identifier",
|
|
8820
|
+
"name": "spaceObjects"
|
|
8821
|
+
},
|
|
8822
|
+
"annotation": {
|
|
8823
|
+
"type": "array",
|
|
8824
|
+
"elementType": {
|
|
8825
|
+
"type": "reference",
|
|
8826
|
+
"typeName": {
|
|
8827
|
+
"type": "identifier",
|
|
8828
|
+
"name": "SidebarLink"
|
|
8829
|
+
}
|
|
8830
|
+
}
|
|
8831
|
+
},
|
|
8832
|
+
"optional": true,
|
|
8833
|
+
"computed": false
|
|
8834
|
+
},
|
|
8835
|
+
{
|
|
8836
|
+
"type": "propertySignature",
|
|
8837
|
+
"key": {
|
|
8838
|
+
"type": "identifier",
|
|
8839
|
+
"name": "spaceServiceflows"
|
|
8840
|
+
},
|
|
8841
|
+
"annotation": {
|
|
8842
|
+
"type": "array",
|
|
8843
|
+
"elementType": {
|
|
8844
|
+
"type": "reference",
|
|
8845
|
+
"typeName": {
|
|
8846
|
+
"type": "identifier",
|
|
8847
|
+
"name": "SidebarLink"
|
|
8848
|
+
}
|
|
8849
|
+
}
|
|
8850
|
+
},
|
|
8851
|
+
"optional": true,
|
|
8852
|
+
"computed": false
|
|
8853
|
+
},
|
|
8854
|
+
{
|
|
8855
|
+
"type": "propertySignature",
|
|
8856
|
+
"key": {
|
|
8857
|
+
"type": "identifier",
|
|
8858
|
+
"name": "spaceLinks"
|
|
8859
|
+
},
|
|
8860
|
+
"annotation": {
|
|
8861
|
+
"type": "array",
|
|
8862
|
+
"elementType": {
|
|
8863
|
+
"type": "reference",
|
|
8864
|
+
"typeName": {
|
|
8865
|
+
"type": "identifier",
|
|
8866
|
+
"name": "SidebarLink"
|
|
8867
|
+
}
|
|
8868
|
+
}
|
|
8892
8869
|
},
|
|
8893
8870
|
"optional": true,
|
|
8894
8871
|
"computed": false
|
|
8895
|
-
}
|
|
8872
|
+
}
|
|
8873
|
+
]
|
|
8874
|
+
},
|
|
8875
|
+
{
|
|
8876
|
+
"type": "interface",
|
|
8877
|
+
"name": "ActionClickDetail",
|
|
8878
|
+
"body": [
|
|
8896
8879
|
{
|
|
8897
8880
|
"type": "propertySignature",
|
|
8898
8881
|
"key": {
|
|
8899
8882
|
"type": "identifier",
|
|
8900
|
-
"name": "
|
|
8883
|
+
"name": "action"
|
|
8901
8884
|
},
|
|
8902
8885
|
"annotation": {
|
|
8903
|
-
"type": "
|
|
8904
|
-
"
|
|
8886
|
+
"type": "intersection",
|
|
8887
|
+
"types": [
|
|
8888
|
+
{
|
|
8889
|
+
"type": "reference",
|
|
8890
|
+
"typeName": {
|
|
8891
|
+
"type": "identifier",
|
|
8892
|
+
"name": "SimpleActionType"
|
|
8893
|
+
}
|
|
8894
|
+
},
|
|
8895
|
+
{
|
|
8896
|
+
"type": "typeLiteral",
|
|
8897
|
+
"members": [
|
|
8898
|
+
{
|
|
8899
|
+
"type": "propertySignature",
|
|
8900
|
+
"key": {
|
|
8901
|
+
"type": "identifier",
|
|
8902
|
+
"name": "project"
|
|
8903
|
+
},
|
|
8904
|
+
"annotation": {
|
|
8905
|
+
"type": "reference",
|
|
8906
|
+
"typeName": {
|
|
8907
|
+
"type": "identifier",
|
|
8908
|
+
"name": "Project"
|
|
8909
|
+
}
|
|
8910
|
+
},
|
|
8911
|
+
"optional": true,
|
|
8912
|
+
"computed": false
|
|
8913
|
+
}
|
|
8914
|
+
]
|
|
8915
|
+
}
|
|
8916
|
+
]
|
|
8905
8917
|
},
|
|
8906
|
-
"optional": true,
|
|
8907
8918
|
"computed": false
|
|
8908
8919
|
},
|
|
8909
8920
|
{
|
|
8910
8921
|
"type": "propertySignature",
|
|
8911
8922
|
"key": {
|
|
8912
8923
|
"type": "identifier",
|
|
8913
|
-
"name": "
|
|
8924
|
+
"name": "item"
|
|
8914
8925
|
},
|
|
8915
8926
|
"annotation": {
|
|
8916
|
-
"type": "
|
|
8917
|
-
"
|
|
8918
|
-
"type": "
|
|
8919
|
-
"
|
|
8920
|
-
"type": "identifier",
|
|
8921
|
-
"name": "Command"
|
|
8922
|
-
}
|
|
8927
|
+
"type": "reference",
|
|
8928
|
+
"typeName": {
|
|
8929
|
+
"type": "identifier",
|
|
8930
|
+
"name": "HistoryItem"
|
|
8923
8931
|
}
|
|
8924
8932
|
},
|
|
8925
|
-
"optional": true,
|
|
8926
8933
|
"computed": false
|
|
8927
8934
|
},
|
|
8928
8935
|
{
|
|
8929
8936
|
"type": "propertySignature",
|
|
8930
8937
|
"key": {
|
|
8931
8938
|
"type": "identifier",
|
|
8932
|
-
"name": "
|
|
8939
|
+
"name": "project"
|
|
8933
8940
|
},
|
|
8934
8941
|
"annotation": {
|
|
8935
8942
|
"type": "reference",
|
|
8936
8943
|
"typeName": {
|
|
8937
8944
|
"type": "identifier",
|
|
8938
|
-
"name": "
|
|
8945
|
+
"name": "Project"
|
|
8939
8946
|
}
|
|
8940
8947
|
},
|
|
8941
8948
|
"optional": true,
|
|
@@ -8945,253 +8952,246 @@
|
|
|
8945
8952
|
},
|
|
8946
8953
|
{
|
|
8947
8954
|
"type": "interface",
|
|
8948
|
-
"name": "
|
|
8955
|
+
"name": "Project",
|
|
8949
8956
|
"body": [
|
|
8950
8957
|
{
|
|
8951
8958
|
"type": "propertySignature",
|
|
8952
8959
|
"key": {
|
|
8953
8960
|
"type": "identifier",
|
|
8954
|
-
"name": "
|
|
8961
|
+
"name": "instanceId"
|
|
8955
8962
|
},
|
|
8956
8963
|
"annotation": {
|
|
8957
8964
|
"type": "keyword",
|
|
8958
|
-
"value": "
|
|
8965
|
+
"value": "string"
|
|
8959
8966
|
},
|
|
8960
|
-
"
|
|
8961
|
-
"
|
|
8967
|
+
"computed": false,
|
|
8968
|
+
"description": "实例ID"
|
|
8962
8969
|
},
|
|
8963
8970
|
{
|
|
8964
8971
|
"type": "propertySignature",
|
|
8965
8972
|
"key": {
|
|
8966
8973
|
"type": "identifier",
|
|
8967
|
-
"name": "
|
|
8974
|
+
"name": "name"
|
|
8968
8975
|
},
|
|
8969
8976
|
"annotation": {
|
|
8970
8977
|
"type": "keyword",
|
|
8971
|
-
"value": "
|
|
8978
|
+
"value": "string"
|
|
8972
8979
|
},
|
|
8973
|
-
"
|
|
8974
|
-
"
|
|
8980
|
+
"computed": false,
|
|
8981
|
+
"description": "项目名称"
|
|
8975
8982
|
},
|
|
8976
8983
|
{
|
|
8977
8984
|
"type": "propertySignature",
|
|
8978
8985
|
"key": {
|
|
8979
8986
|
"type": "identifier",
|
|
8980
|
-
"name": "
|
|
8987
|
+
"name": "description"
|
|
8981
8988
|
},
|
|
8982
8989
|
"annotation": {
|
|
8983
8990
|
"type": "keyword",
|
|
8984
8991
|
"value": "string"
|
|
8985
8992
|
},
|
|
8986
|
-
"
|
|
8987
|
-
"
|
|
8993
|
+
"computed": false,
|
|
8994
|
+
"description": "项目描述"
|
|
8988
8995
|
},
|
|
8989
8996
|
{
|
|
8990
8997
|
"type": "propertySignature",
|
|
8991
8998
|
"key": {
|
|
8992
8999
|
"type": "identifier",
|
|
8993
|
-
"name": "
|
|
9000
|
+
"name": "state"
|
|
9001
|
+
},
|
|
9002
|
+
"annotation": {
|
|
9003
|
+
"type": "union",
|
|
9004
|
+
"types": [
|
|
9005
|
+
{
|
|
9006
|
+
"type": "jsLiteral",
|
|
9007
|
+
"value": "active"
|
|
9008
|
+
},
|
|
9009
|
+
{
|
|
9010
|
+
"type": "jsLiteral",
|
|
9011
|
+
"value": "inactive"
|
|
9012
|
+
}
|
|
9013
|
+
]
|
|
9014
|
+
},
|
|
9015
|
+
"computed": false,
|
|
9016
|
+
"description": "状态"
|
|
9017
|
+
},
|
|
9018
|
+
{
|
|
9019
|
+
"type": "propertySignature",
|
|
9020
|
+
"key": {
|
|
9021
|
+
"type": "identifier",
|
|
9022
|
+
"name": "defaultAiEmployeeId"
|
|
8994
9023
|
},
|
|
8995
9024
|
"annotation": {
|
|
8996
9025
|
"type": "keyword",
|
|
8997
9026
|
"value": "string"
|
|
8998
9027
|
},
|
|
8999
|
-
"
|
|
9000
|
-
"
|
|
9028
|
+
"computed": false,
|
|
9029
|
+
"description": "默认数字人ID"
|
|
9001
9030
|
},
|
|
9002
9031
|
{
|
|
9003
9032
|
"type": "propertySignature",
|
|
9004
9033
|
"key": {
|
|
9005
9034
|
"type": "identifier",
|
|
9006
|
-
"name": "
|
|
9035
|
+
"name": "creator"
|
|
9007
9036
|
},
|
|
9008
9037
|
"annotation": {
|
|
9009
9038
|
"type": "keyword",
|
|
9010
|
-
"value": "
|
|
9039
|
+
"value": "string"
|
|
9011
9040
|
},
|
|
9012
|
-
"
|
|
9013
|
-
"
|
|
9041
|
+
"computed": false,
|
|
9042
|
+
"description": "创建者"
|
|
9014
9043
|
},
|
|
9015
9044
|
{
|
|
9016
9045
|
"type": "propertySignature",
|
|
9017
9046
|
"key": {
|
|
9018
9047
|
"type": "identifier",
|
|
9019
|
-
"name": "
|
|
9048
|
+
"name": "ctime"
|
|
9020
9049
|
},
|
|
9021
9050
|
"annotation": {
|
|
9022
9051
|
"type": "keyword",
|
|
9023
|
-
"value": "
|
|
9052
|
+
"value": "string"
|
|
9024
9053
|
},
|
|
9025
|
-
"optional": true,
|
|
9026
9054
|
"computed": false,
|
|
9027
|
-
"description": "
|
|
9055
|
+
"description": "创建时间"
|
|
9028
9056
|
},
|
|
9029
9057
|
{
|
|
9030
9058
|
"type": "propertySignature",
|
|
9031
9059
|
"key": {
|
|
9032
9060
|
"type": "identifier",
|
|
9033
|
-
"name": "
|
|
9061
|
+
"name": "mtime"
|
|
9034
9062
|
},
|
|
9035
9063
|
"annotation": {
|
|
9036
9064
|
"type": "keyword",
|
|
9037
9065
|
"value": "string"
|
|
9038
9066
|
},
|
|
9039
|
-
"
|
|
9040
|
-
"
|
|
9067
|
+
"computed": false,
|
|
9068
|
+
"description": "修改时间"
|
|
9041
9069
|
},
|
|
9042
9070
|
{
|
|
9043
9071
|
"type": "propertySignature",
|
|
9044
9072
|
"key": {
|
|
9045
9073
|
"type": "identifier",
|
|
9046
|
-
"name": "
|
|
9074
|
+
"name": "modifier"
|
|
9047
9075
|
},
|
|
9048
9076
|
"annotation": {
|
|
9049
9077
|
"type": "keyword",
|
|
9050
9078
|
"value": "string"
|
|
9051
9079
|
},
|
|
9052
|
-
"
|
|
9053
|
-
"
|
|
9080
|
+
"computed": false,
|
|
9081
|
+
"description": "修改者"
|
|
9054
9082
|
}
|
|
9055
9083
|
]
|
|
9056
9084
|
},
|
|
9057
9085
|
{
|
|
9058
9086
|
"type": "interface",
|
|
9059
|
-
"name": "
|
|
9087
|
+
"name": "HistoryItem",
|
|
9060
9088
|
"body": [
|
|
9061
9089
|
{
|
|
9062
9090
|
"type": "propertySignature",
|
|
9063
9091
|
"key": {
|
|
9064
9092
|
"type": "identifier",
|
|
9065
|
-
"name": "
|
|
9093
|
+
"name": "conversationId"
|
|
9066
9094
|
},
|
|
9067
9095
|
"annotation": {
|
|
9068
9096
|
"type": "keyword",
|
|
9069
9097
|
"value": "string"
|
|
9070
9098
|
},
|
|
9071
9099
|
"computed": false
|
|
9072
|
-
}
|
|
9073
|
-
],
|
|
9074
|
-
"extends": [
|
|
9075
|
-
{
|
|
9076
|
-
"type": "expressionWithTypeArguments",
|
|
9077
|
-
"expression": {
|
|
9078
|
-
"type": "identifier",
|
|
9079
|
-
"name": "ExtraChatPayload"
|
|
9080
|
-
}
|
|
9081
|
-
}
|
|
9082
|
-
]
|
|
9083
|
-
},
|
|
9084
|
-
{
|
|
9085
|
-
"type": "interface",
|
|
9086
|
-
"name": "ExtraChatPayload",
|
|
9087
|
-
"body": [
|
|
9100
|
+
},
|
|
9088
9101
|
{
|
|
9089
9102
|
"type": "propertySignature",
|
|
9090
9103
|
"key": {
|
|
9091
9104
|
"type": "identifier",
|
|
9092
|
-
"name": "
|
|
9105
|
+
"name": "title"
|
|
9093
9106
|
},
|
|
9094
9107
|
"annotation": {
|
|
9095
|
-
"type": "
|
|
9096
|
-
"
|
|
9097
|
-
"type": "reference",
|
|
9098
|
-
"typeName": {
|
|
9099
|
-
"type": "identifier",
|
|
9100
|
-
"name": "UploadFileInfo"
|
|
9101
|
-
}
|
|
9102
|
-
}
|
|
9108
|
+
"type": "keyword",
|
|
9109
|
+
"value": "string"
|
|
9103
9110
|
},
|
|
9104
|
-
"optional": true,
|
|
9105
9111
|
"computed": false
|
|
9106
9112
|
},
|
|
9107
9113
|
{
|
|
9108
9114
|
"type": "propertySignature",
|
|
9109
9115
|
"key": {
|
|
9110
9116
|
"type": "identifier",
|
|
9111
|
-
"name": "
|
|
9117
|
+
"name": "startTime"
|
|
9112
9118
|
},
|
|
9113
9119
|
"annotation": {
|
|
9114
|
-
"type": "
|
|
9115
|
-
"
|
|
9116
|
-
{
|
|
9117
|
-
"type": "reference",
|
|
9118
|
-
"typeName": {
|
|
9119
|
-
"type": "identifier",
|
|
9120
|
-
"name": "CommandPayload"
|
|
9121
|
-
}
|
|
9122
|
-
},
|
|
9123
|
-
{
|
|
9124
|
-
"type": "keyword",
|
|
9125
|
-
"value": "null"
|
|
9126
|
-
}
|
|
9127
|
-
]
|
|
9120
|
+
"type": "keyword",
|
|
9121
|
+
"value": "number"
|
|
9128
9122
|
},
|
|
9129
|
-
"optional": true,
|
|
9130
9123
|
"computed": false
|
|
9131
9124
|
},
|
|
9132
9125
|
{
|
|
9133
9126
|
"type": "propertySignature",
|
|
9134
9127
|
"key": {
|
|
9135
9128
|
"type": "identifier",
|
|
9136
|
-
"name": "
|
|
9129
|
+
"name": "state"
|
|
9137
9130
|
},
|
|
9138
9131
|
"annotation": {
|
|
9139
|
-
"type": "
|
|
9140
|
-
"
|
|
9141
|
-
|
|
9142
|
-
|
|
9143
|
-
|
|
9144
|
-
},
|
|
9145
|
-
{
|
|
9146
|
-
"type": "keyword",
|
|
9147
|
-
"value": "null"
|
|
9148
|
-
}
|
|
9149
|
-
]
|
|
9132
|
+
"type": "reference",
|
|
9133
|
+
"typeName": {
|
|
9134
|
+
"type": "identifier",
|
|
9135
|
+
"name": "ConversationState"
|
|
9136
|
+
}
|
|
9150
9137
|
},
|
|
9151
9138
|
"optional": true,
|
|
9152
9139
|
"computed": false
|
|
9153
|
-
}
|
|
9140
|
+
}
|
|
9141
|
+
]
|
|
9142
|
+
},
|
|
9143
|
+
{
|
|
9144
|
+
"type": "interface",
|
|
9145
|
+
"name": "ProjectActionClickDetail",
|
|
9146
|
+
"body": [
|
|
9154
9147
|
{
|
|
9155
9148
|
"type": "propertySignature",
|
|
9156
9149
|
"key": {
|
|
9157
9150
|
"type": "identifier",
|
|
9158
|
-
"name": "
|
|
9151
|
+
"name": "action"
|
|
9159
9152
|
},
|
|
9160
9153
|
"annotation": {
|
|
9161
|
-
"type": "
|
|
9162
|
-
"
|
|
9154
|
+
"type": "reference",
|
|
9155
|
+
"typeName": {
|
|
9156
|
+
"type": "identifier",
|
|
9157
|
+
"name": "SimpleActionType"
|
|
9158
|
+
}
|
|
9163
9159
|
},
|
|
9164
|
-
"optional": true,
|
|
9165
9160
|
"computed": false
|
|
9166
9161
|
},
|
|
9167
9162
|
{
|
|
9168
9163
|
"type": "propertySignature",
|
|
9169
9164
|
"key": {
|
|
9170
9165
|
"type": "identifier",
|
|
9171
|
-
"name": "
|
|
9166
|
+
"name": "project"
|
|
9172
9167
|
},
|
|
9173
9168
|
"annotation": {
|
|
9174
|
-
"type": "
|
|
9175
|
-
"
|
|
9169
|
+
"type": "reference",
|
|
9170
|
+
"typeName": {
|
|
9171
|
+
"type": "identifier",
|
|
9172
|
+
"name": "Project"
|
|
9173
|
+
}
|
|
9176
9174
|
},
|
|
9177
|
-
"optional": true,
|
|
9178
9175
|
"computed": false
|
|
9179
9176
|
}
|
|
9180
9177
|
]
|
|
9181
9178
|
},
|
|
9182
9179
|
{
|
|
9183
9180
|
"type": "interface",
|
|
9184
|
-
"name": "
|
|
9181
|
+
"name": "PersonalActionClickDetail",
|
|
9185
9182
|
"body": [
|
|
9186
9183
|
{
|
|
9187
9184
|
"type": "propertySignature",
|
|
9188
9185
|
"key": {
|
|
9189
9186
|
"type": "identifier",
|
|
9190
|
-
"name": "
|
|
9187
|
+
"name": "action"
|
|
9191
9188
|
},
|
|
9192
9189
|
"annotation": {
|
|
9193
|
-
"type": "
|
|
9194
|
-
"
|
|
9190
|
+
"type": "reference",
|
|
9191
|
+
"typeName": {
|
|
9192
|
+
"type": "identifier",
|
|
9193
|
+
"name": "SimpleActionType"
|
|
9194
|
+
}
|
|
9195
9195
|
},
|
|
9196
9196
|
"computed": false
|
|
9197
9197
|
}
|