@next-bricks/ai-portal 0.65.2 → 0.65.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +54 -57
- package/dist/chunks/{2742.f24782f8.js → 2742.3340a00e.js} +2 -2
- package/dist/chunks/2742.3340a00e.js.map +1 -0
- package/dist/chunks/3186.81f0a2f0.js +2 -0
- package/dist/chunks/3186.81f0a2f0.js.map +1 -0
- package/dist/chunks/4208.002ac189.js +2 -0
- package/dist/chunks/4208.002ac189.js.map +1 -0
- package/dist/chunks/4577.66294512.js +2 -0
- package/dist/chunks/4577.66294512.js.map +1 -0
- package/dist/chunks/4864.03882076.js +2 -0
- package/dist/chunks/4864.03882076.js.map +1 -0
- package/dist/chunks/5452.e451b025.js +2 -0
- package/dist/chunks/5452.e451b025.js.map +1 -0
- package/dist/chunks/{6450.ade6ef3e.js → 6450.9e9165f9.js} +2 -2
- package/dist/chunks/{6450.ade6ef3e.js.map → 6450.9e9165f9.js.map} +1 -1
- package/dist/chunks/{9515.468a8527.js → 9515.b58eb80e.js} +2 -2
- package/dist/chunks/9515.b58eb80e.js.map +1 -0
- package/dist/chunks/{9525.9e5140be.js → 9525.a53ee2a7.js} +3 -3
- package/dist/chunks/{9525.9e5140be.js.map → 9525.a53ee2a7.js.map} +1 -1
- package/dist/chunks/chat-panel.e8afa537.js +2 -0
- package/dist/chunks/chat-panel.e8afa537.js.map +1 -0
- package/dist/chunks/{chat-stream.90aa7647.js → chat-stream.cef88ead.js} +2 -2
- package/dist/chunks/{chat-stream.90aa7647.js.map → chat-stream.cef88ead.js.map} +1 -1
- package/dist/chunks/{main.51248f49.js → main.abe54caf.js} +2 -2
- package/dist/chunks/{main.51248f49.js.map → main.abe54caf.js.map} +1 -1
- package/dist/chunks/running-flow.37a428cf.js +3 -0
- package/dist/chunks/running-flow.37a428cf.js.map +1 -0
- package/dist/examples.json +23 -23
- package/dist/index.d03181ae.js +2 -0
- package/dist/{index.16143768.js.map → index.d03181ae.js.map} +1 -1
- package/dist/manifest.json +316 -320
- package/dist/types.json +1646 -1671
- package/dist-types/chat-stream/Aside/TaskApp/TaskApp.d.ts +6 -0
- package/dist-types/chat-stream/interfaces.d.ts +6 -1
- package/dist-types/chat-stream/useConversationStream.d.ts +7 -2
- package/dist-types/running-flow/index.d.ts +2 -4
- package/dist-types/shared/ActivityPlan/PlanStateIcon.d.ts +7 -0
- package/dist-types/shared/ActivityPlan/i18n.d.ts +2 -1
- package/dist-types/shared/AskUser/AskUser.d.ts +6 -0
- package/dist-types/shared/AskUserTag/AskUserTag.d.ts +7 -0
- package/dist-types/shared/ChatBox/ChatBox.d.ts +3 -1
- package/dist-types/shared/TaskContext.d.ts +2 -0
- package/dist-types/shared/bricks.d.ts +0 -2
- package/dist-types/shared/getFlatChunks.d.ts +11 -2
- package/dist-types/shared/interfaces.d.ts +7 -2
- package/dist-types/shared/useFulfilledActiveDetail.d.ts +2 -2
- package/package.json +2 -2
- package/dist/chunks/2742.f24782f8.js.map +0 -1
- package/dist/chunks/3186.5c0ff6ad.js +0 -2
- package/dist/chunks/3186.5c0ff6ad.js.map +0 -1
- package/dist/chunks/4208.7ad3b395.js +0 -2
- package/dist/chunks/4208.7ad3b395.js.map +0 -1
- package/dist/chunks/5452.a5594a29.js +0 -2
- package/dist/chunks/5452.a5594a29.js.map +0 -1
- package/dist/chunks/7139.b585e5ea.js +0 -2
- package/dist/chunks/7139.b585e5ea.js.map +0 -1
- package/dist/chunks/7159.bd59ed3e.js +0 -2
- package/dist/chunks/7159.bd59ed3e.js.map +0 -1
- package/dist/chunks/9515.468a8527.js.map +0 -1
- package/dist/chunks/chat-panel.bbb24c5a.js +0 -2
- package/dist/chunks/chat-panel.bbb24c5a.js.map +0 -1
- package/dist/chunks/running-flow.4b117f11.js +0 -3
- package/dist/chunks/running-flow.4b117f11.js.map +0 -1
- package/dist/index.16143768.js +0 -2
- package/dist-types/shared/ActivityPlan/getStateIcon.d.ts +0 -6
- /package/dist/chunks/{9525.9e5140be.js.LICENSE.txt → 9525.a53ee2a7.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{running-flow.4b117f11.js.LICENSE.txt → running-flow.37a428cf.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -103,19 +103,6 @@
|
|
|
103
103
|
"events": [],
|
|
104
104
|
"methods": []
|
|
105
105
|
},
|
|
106
|
-
"ai-portal.home-container": {
|
|
107
|
-
"properties": [
|
|
108
|
-
{
|
|
109
|
-
"name": "sticky",
|
|
110
|
-
"annotation": {
|
|
111
|
-
"type": "keyword",
|
|
112
|
-
"value": "boolean"
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
],
|
|
116
|
-
"events": [],
|
|
117
|
-
"methods": []
|
|
118
|
-
},
|
|
119
106
|
"ai-portal.icon-button": {
|
|
120
107
|
"properties": [
|
|
121
108
|
{
|
|
@@ -235,6 +222,19 @@
|
|
|
235
222
|
}
|
|
236
223
|
]
|
|
237
224
|
},
|
|
225
|
+
"ai-portal.home-container": {
|
|
226
|
+
"properties": [
|
|
227
|
+
{
|
|
228
|
+
"name": "sticky",
|
|
229
|
+
"annotation": {
|
|
230
|
+
"type": "keyword",
|
|
231
|
+
"value": "boolean"
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
],
|
|
235
|
+
"events": [],
|
|
236
|
+
"methods": []
|
|
237
|
+
},
|
|
238
238
|
"ai-portal.call-tool": {
|
|
239
239
|
"type": "provider",
|
|
240
240
|
"params": [
|
|
@@ -2211,6 +2211,48 @@
|
|
|
2211
2211
|
}
|
|
2212
2212
|
]
|
|
2213
2213
|
},
|
|
2214
|
+
"ai-portal.sticky-container": {
|
|
2215
|
+
"properties": [
|
|
2216
|
+
{
|
|
2217
|
+
"name": "variant",
|
|
2218
|
+
"annotation": {
|
|
2219
|
+
"type": "reference",
|
|
2220
|
+
"typeName": {
|
|
2221
|
+
"type": "identifier",
|
|
2222
|
+
"name": "StickyContainerVariant"
|
|
2223
|
+
}
|
|
2224
|
+
}
|
|
2225
|
+
},
|
|
2226
|
+
{
|
|
2227
|
+
"name": "textContent",
|
|
2228
|
+
"annotation": {
|
|
2229
|
+
"type": "keyword",
|
|
2230
|
+
"value": "string"
|
|
2231
|
+
}
|
|
2232
|
+
}
|
|
2233
|
+
],
|
|
2234
|
+
"events": [],
|
|
2235
|
+
"methods": [],
|
|
2236
|
+
"types": [
|
|
2237
|
+
{
|
|
2238
|
+
"type": "typeAlias",
|
|
2239
|
+
"name": "StickyContainerVariant",
|
|
2240
|
+
"annotation": {
|
|
2241
|
+
"type": "union",
|
|
2242
|
+
"types": [
|
|
2243
|
+
{
|
|
2244
|
+
"type": "jsLiteral",
|
|
2245
|
+
"value": "default"
|
|
2246
|
+
},
|
|
2247
|
+
{
|
|
2248
|
+
"type": "jsLiteral",
|
|
2249
|
+
"value": "home"
|
|
2250
|
+
}
|
|
2251
|
+
]
|
|
2252
|
+
}
|
|
2253
|
+
}
|
|
2254
|
+
]
|
|
2255
|
+
},
|
|
2214
2256
|
"ai-portal.elevo-card": {
|
|
2215
2257
|
"properties": [
|
|
2216
2258
|
{
|
|
@@ -2273,48 +2315,6 @@
|
|
|
2273
2315
|
"events": [],
|
|
2274
2316
|
"methods": []
|
|
2275
2317
|
},
|
|
2276
|
-
"ai-portal.sticky-container": {
|
|
2277
|
-
"properties": [
|
|
2278
|
-
{
|
|
2279
|
-
"name": "variant",
|
|
2280
|
-
"annotation": {
|
|
2281
|
-
"type": "reference",
|
|
2282
|
-
"typeName": {
|
|
2283
|
-
"type": "identifier",
|
|
2284
|
-
"name": "StickyContainerVariant"
|
|
2285
|
-
}
|
|
2286
|
-
}
|
|
2287
|
-
},
|
|
2288
|
-
{
|
|
2289
|
-
"name": "textContent",
|
|
2290
|
-
"annotation": {
|
|
2291
|
-
"type": "keyword",
|
|
2292
|
-
"value": "string"
|
|
2293
|
-
}
|
|
2294
|
-
}
|
|
2295
|
-
],
|
|
2296
|
-
"events": [],
|
|
2297
|
-
"methods": [],
|
|
2298
|
-
"types": [
|
|
2299
|
-
{
|
|
2300
|
-
"type": "typeAlias",
|
|
2301
|
-
"name": "StickyContainerVariant",
|
|
2302
|
-
"annotation": {
|
|
2303
|
-
"type": "union",
|
|
2304
|
-
"types": [
|
|
2305
|
-
{
|
|
2306
|
-
"type": "jsLiteral",
|
|
2307
|
-
"value": "default"
|
|
2308
|
-
},
|
|
2309
|
-
{
|
|
2310
|
-
"type": "jsLiteral",
|
|
2311
|
-
"value": "home"
|
|
2312
|
-
}
|
|
2313
|
-
]
|
|
2314
|
-
}
|
|
2315
|
-
}
|
|
2316
|
-
]
|
|
2317
|
-
},
|
|
2318
2318
|
"ai-portal.project-knowledges": {
|
|
2319
2319
|
"properties": [
|
|
2320
2320
|
{
|
|
@@ -3109,110 +3109,76 @@
|
|
|
3109
3109
|
"events": [],
|
|
3110
3110
|
"methods": []
|
|
3111
3111
|
},
|
|
3112
|
-
"ai-portal.
|
|
3112
|
+
"ai-portal.action-buttons": {
|
|
3113
3113
|
"properties": [
|
|
3114
3114
|
{
|
|
3115
|
-
"name": "
|
|
3115
|
+
"name": "items",
|
|
3116
3116
|
"annotation": {
|
|
3117
3117
|
"type": "array",
|
|
3118
3118
|
"elementType": {
|
|
3119
3119
|
"type": "reference",
|
|
3120
3120
|
"typeName": {
|
|
3121
3121
|
"type": "identifier",
|
|
3122
|
-
"name": "
|
|
3122
|
+
"name": "ActionItem"
|
|
3123
3123
|
}
|
|
3124
3124
|
}
|
|
3125
3125
|
}
|
|
3126
3126
|
},
|
|
3127
3127
|
{
|
|
3128
|
-
"name": "
|
|
3129
|
-
"annotation": {
|
|
3130
|
-
"type": "keyword",
|
|
3131
|
-
"value": "string"
|
|
3132
|
-
}
|
|
3133
|
-
}
|
|
3134
|
-
],
|
|
3135
|
-
"events": [],
|
|
3136
|
-
"methods": [],
|
|
3137
|
-
"types": [
|
|
3138
|
-
{
|
|
3139
|
-
"type": "typeAlias",
|
|
3140
|
-
"name": "Activity",
|
|
3128
|
+
"name": "activeKey",
|
|
3141
3129
|
"annotation": {
|
|
3142
3130
|
"type": "union",
|
|
3143
3131
|
"types": [
|
|
3144
3132
|
{
|
|
3145
|
-
"type": "
|
|
3146
|
-
"
|
|
3147
|
-
"type": "identifier",
|
|
3148
|
-
"name": "ActivityOfCreateGoal"
|
|
3149
|
-
}
|
|
3150
|
-
},
|
|
3151
|
-
{
|
|
3152
|
-
"type": "reference",
|
|
3153
|
-
"typeName": {
|
|
3154
|
-
"type": "identifier",
|
|
3155
|
-
"name": "ActivityOfEditGoal"
|
|
3156
|
-
}
|
|
3157
|
-
},
|
|
3158
|
-
{
|
|
3159
|
-
"type": "reference",
|
|
3160
|
-
"typeName": {
|
|
3161
|
-
"type": "identifier",
|
|
3162
|
-
"name": "ActivityOfDeleteGoal"
|
|
3163
|
-
}
|
|
3164
|
-
},
|
|
3165
|
-
{
|
|
3166
|
-
"type": "reference",
|
|
3167
|
-
"typeName": {
|
|
3168
|
-
"type": "identifier",
|
|
3169
|
-
"name": "ActivityOfDecomposeGoals"
|
|
3170
|
-
}
|
|
3171
|
-
},
|
|
3172
|
-
{
|
|
3173
|
-
"type": "reference",
|
|
3174
|
-
"typeName": {
|
|
3175
|
-
"type": "identifier",
|
|
3176
|
-
"name": "ActivityOfAlterOwner"
|
|
3177
|
-
}
|
|
3178
|
-
},
|
|
3179
|
-
{
|
|
3180
|
-
"type": "reference",
|
|
3181
|
-
"typeName": {
|
|
3182
|
-
"type": "identifier",
|
|
3183
|
-
"name": "ActivityOfAlterUser"
|
|
3184
|
-
}
|
|
3185
|
-
},
|
|
3186
|
-
{
|
|
3187
|
-
"type": "reference",
|
|
3188
|
-
"typeName": {
|
|
3189
|
-
"type": "identifier",
|
|
3190
|
-
"name": "ActivityOfAddComment"
|
|
3191
|
-
}
|
|
3133
|
+
"type": "keyword",
|
|
3134
|
+
"value": "string"
|
|
3192
3135
|
},
|
|
3193
3136
|
{
|
|
3194
|
-
"type": "
|
|
3195
|
-
"
|
|
3196
|
-
"type": "identifier",
|
|
3197
|
-
"name": "ActivityOfStartConversation"
|
|
3198
|
-
}
|
|
3137
|
+
"type": "keyword",
|
|
3138
|
+
"value": "null"
|
|
3199
3139
|
}
|
|
3200
3140
|
]
|
|
3201
3141
|
}
|
|
3202
|
-
}
|
|
3142
|
+
}
|
|
3143
|
+
],
|
|
3144
|
+
"events": [
|
|
3145
|
+
{
|
|
3146
|
+
"name": "change",
|
|
3147
|
+
"detail": {
|
|
3148
|
+
"annotation": {
|
|
3149
|
+
"type": "union",
|
|
3150
|
+
"types": [
|
|
3151
|
+
{
|
|
3152
|
+
"type": "reference",
|
|
3153
|
+
"typeName": {
|
|
3154
|
+
"type": "identifier",
|
|
3155
|
+
"name": "ActionItem"
|
|
3156
|
+
}
|
|
3157
|
+
},
|
|
3158
|
+
{
|
|
3159
|
+
"type": "keyword",
|
|
3160
|
+
"value": "null"
|
|
3161
|
+
}
|
|
3162
|
+
]
|
|
3163
|
+
}
|
|
3164
|
+
}
|
|
3165
|
+
}
|
|
3166
|
+
],
|
|
3167
|
+
"methods": [],
|
|
3168
|
+
"types": [
|
|
3203
3169
|
{
|
|
3204
3170
|
"type": "interface",
|
|
3205
|
-
"name": "
|
|
3171
|
+
"name": "ActionItem",
|
|
3206
3172
|
"body": [
|
|
3207
3173
|
{
|
|
3208
3174
|
"type": "propertySignature",
|
|
3209
3175
|
"key": {
|
|
3210
3176
|
"type": "identifier",
|
|
3211
|
-
"name": "
|
|
3177
|
+
"name": "text"
|
|
3212
3178
|
},
|
|
3213
3179
|
"annotation": {
|
|
3214
|
-
"type": "
|
|
3215
|
-
"value": "
|
|
3180
|
+
"type": "keyword",
|
|
3181
|
+
"value": "string"
|
|
3216
3182
|
},
|
|
3217
3183
|
"computed": false
|
|
3218
3184
|
},
|
|
@@ -3220,60 +3186,133 @@
|
|
|
3220
3186
|
"type": "propertySignature",
|
|
3221
3187
|
"key": {
|
|
3222
3188
|
"type": "identifier",
|
|
3223
|
-
"name": "
|
|
3189
|
+
"name": "key"
|
|
3224
3190
|
},
|
|
3225
3191
|
"annotation": {
|
|
3226
|
-
"type": "
|
|
3227
|
-
"
|
|
3228
|
-
{
|
|
3229
|
-
"type": "propertySignature",
|
|
3230
|
-
"key": {
|
|
3231
|
-
"type": "identifier",
|
|
3232
|
-
"name": "goal_title"
|
|
3233
|
-
},
|
|
3234
|
-
"annotation": {
|
|
3235
|
-
"type": "keyword",
|
|
3236
|
-
"value": "string"
|
|
3237
|
-
},
|
|
3238
|
-
"computed": false
|
|
3239
|
-
},
|
|
3240
|
-
{
|
|
3241
|
-
"type": "propertySignature",
|
|
3242
|
-
"key": {
|
|
3243
|
-
"type": "identifier",
|
|
3244
|
-
"name": "goal_description"
|
|
3245
|
-
},
|
|
3246
|
-
"annotation": {
|
|
3247
|
-
"type": "keyword",
|
|
3248
|
-
"value": "string"
|
|
3249
|
-
},
|
|
3250
|
-
"optional": true,
|
|
3251
|
-
"computed": false
|
|
3252
|
-
}
|
|
3253
|
-
]
|
|
3192
|
+
"type": "keyword",
|
|
3193
|
+
"value": "string"
|
|
3254
3194
|
},
|
|
3255
3195
|
"computed": false
|
|
3256
|
-
}
|
|
3257
|
-
],
|
|
3258
|
-
"extends": [
|
|
3196
|
+
},
|
|
3259
3197
|
{
|
|
3260
|
-
"type": "
|
|
3261
|
-
"
|
|
3198
|
+
"type": "propertySignature",
|
|
3199
|
+
"key": {
|
|
3262
3200
|
"type": "identifier",
|
|
3263
|
-
"name": "
|
|
3264
|
-
}
|
|
3201
|
+
"name": "icon"
|
|
3202
|
+
},
|
|
3203
|
+
"annotation": {
|
|
3204
|
+
"type": "reference",
|
|
3205
|
+
"typeName": {
|
|
3206
|
+
"type": "identifier",
|
|
3207
|
+
"name": "GeneralIconProps"
|
|
3208
|
+
}
|
|
3209
|
+
},
|
|
3210
|
+
"optional": true,
|
|
3211
|
+
"computed": false
|
|
3212
|
+
},
|
|
3213
|
+
{
|
|
3214
|
+
"type": "propertySignature",
|
|
3215
|
+
"key": {
|
|
3216
|
+
"type": "identifier",
|
|
3217
|
+
"name": "hidden"
|
|
3218
|
+
},
|
|
3219
|
+
"annotation": {
|
|
3220
|
+
"type": "keyword",
|
|
3221
|
+
"value": "boolean"
|
|
3222
|
+
},
|
|
3223
|
+
"optional": true,
|
|
3224
|
+
"computed": false
|
|
3265
3225
|
}
|
|
3266
3226
|
]
|
|
3227
|
+
}
|
|
3228
|
+
]
|
|
3229
|
+
},
|
|
3230
|
+
"ai-portal.project-conversations": {
|
|
3231
|
+
"properties": [
|
|
3232
|
+
{
|
|
3233
|
+
"name": "list",
|
|
3234
|
+
"annotation": {
|
|
3235
|
+
"type": "array",
|
|
3236
|
+
"elementType": {
|
|
3237
|
+
"type": "reference",
|
|
3238
|
+
"typeName": {
|
|
3239
|
+
"type": "identifier",
|
|
3240
|
+
"name": "Conversation"
|
|
3241
|
+
}
|
|
3242
|
+
}
|
|
3243
|
+
}
|
|
3244
|
+
},
|
|
3245
|
+
{
|
|
3246
|
+
"name": "urlTemplate",
|
|
3247
|
+
"annotation": {
|
|
3248
|
+
"type": "keyword",
|
|
3249
|
+
"value": "string"
|
|
3250
|
+
}
|
|
3251
|
+
},
|
|
3252
|
+
{
|
|
3253
|
+
"name": "actions",
|
|
3254
|
+
"annotation": {
|
|
3255
|
+
"type": "array",
|
|
3256
|
+
"elementType": {
|
|
3257
|
+
"type": "reference",
|
|
3258
|
+
"typeName": {
|
|
3259
|
+
"type": "identifier",
|
|
3260
|
+
"name": "ActionType"
|
|
3261
|
+
}
|
|
3262
|
+
}
|
|
3263
|
+
}
|
|
3264
|
+
},
|
|
3265
|
+
{
|
|
3266
|
+
"name": "goals",
|
|
3267
|
+
"annotation": {
|
|
3268
|
+
"type": "array",
|
|
3269
|
+
"elementType": {
|
|
3270
|
+
"type": "reference",
|
|
3271
|
+
"typeName": {
|
|
3272
|
+
"type": "identifier",
|
|
3273
|
+
"name": "Goal"
|
|
3274
|
+
}
|
|
3275
|
+
}
|
|
3276
|
+
}
|
|
3277
|
+
}
|
|
3278
|
+
],
|
|
3279
|
+
"events": [
|
|
3280
|
+
{
|
|
3281
|
+
"name": "goal.click",
|
|
3282
|
+
"detail": {
|
|
3283
|
+
"annotation": {
|
|
3284
|
+
"type": "reference",
|
|
3285
|
+
"typeName": {
|
|
3286
|
+
"type": "identifier",
|
|
3287
|
+
"name": "Conversation"
|
|
3288
|
+
}
|
|
3289
|
+
}
|
|
3290
|
+
}
|
|
3267
3291
|
},
|
|
3292
|
+
{
|
|
3293
|
+
"name": "action.click",
|
|
3294
|
+
"detail": {
|
|
3295
|
+
"annotation": {
|
|
3296
|
+
"type": "reference",
|
|
3297
|
+
"typeName": {
|
|
3298
|
+
"type": "identifier",
|
|
3299
|
+
"name": "ActionClickDetail"
|
|
3300
|
+
}
|
|
3301
|
+
}
|
|
3302
|
+
}
|
|
3303
|
+
}
|
|
3304
|
+
],
|
|
3305
|
+
"methods": [],
|
|
3306
|
+
"types": [
|
|
3268
3307
|
{
|
|
3269
3308
|
"type": "interface",
|
|
3270
|
-
"name": "
|
|
3309
|
+
"name": "Conversation",
|
|
3271
3310
|
"body": [
|
|
3272
3311
|
{
|
|
3273
3312
|
"type": "propertySignature",
|
|
3274
3313
|
"key": {
|
|
3275
3314
|
"type": "identifier",
|
|
3276
|
-
"name": "
|
|
3315
|
+
"name": "conversationId"
|
|
3277
3316
|
},
|
|
3278
3317
|
"annotation": {
|
|
3279
3318
|
"type": "keyword",
|
|
@@ -3285,7 +3324,7 @@
|
|
|
3285
3324
|
"type": "propertySignature",
|
|
3286
3325
|
"key": {
|
|
3287
3326
|
"type": "identifier",
|
|
3288
|
-
"name": "
|
|
3327
|
+
"name": "title"
|
|
3289
3328
|
},
|
|
3290
3329
|
"annotation": {
|
|
3291
3330
|
"type": "keyword",
|
|
@@ -3297,7 +3336,7 @@
|
|
|
3297
3336
|
"type": "propertySignature",
|
|
3298
3337
|
"key": {
|
|
3299
3338
|
"type": "identifier",
|
|
3300
|
-
"name": "
|
|
3339
|
+
"name": "startTime"
|
|
3301
3340
|
},
|
|
3302
3341
|
"annotation": {
|
|
3303
3342
|
"type": "keyword",
|
|
@@ -3309,74 +3348,56 @@
|
|
|
3309
3348
|
"type": "propertySignature",
|
|
3310
3349
|
"key": {
|
|
3311
3350
|
"type": "identifier",
|
|
3312
|
-
"name": "
|
|
3351
|
+
"name": "description"
|
|
3313
3352
|
},
|
|
3314
3353
|
"annotation": {
|
|
3315
|
-
"type": "
|
|
3316
|
-
"
|
|
3317
|
-
{
|
|
3318
|
-
"type": "jsLiteral",
|
|
3319
|
-
"value": "create_goal"
|
|
3320
|
-
},
|
|
3321
|
-
{
|
|
3322
|
-
"type": "jsLiteral",
|
|
3323
|
-
"value": "edit_goal"
|
|
3324
|
-
},
|
|
3325
|
-
{
|
|
3326
|
-
"type": "jsLiteral",
|
|
3327
|
-
"value": "delete_goal"
|
|
3328
|
-
},
|
|
3329
|
-
{
|
|
3330
|
-
"type": "jsLiteral",
|
|
3331
|
-
"value": "decompose_goals"
|
|
3332
|
-
},
|
|
3333
|
-
{
|
|
3334
|
-
"type": "jsLiteral",
|
|
3335
|
-
"value": "alter_owner"
|
|
3336
|
-
},
|
|
3337
|
-
{
|
|
3338
|
-
"type": "jsLiteral",
|
|
3339
|
-
"value": "alter_user"
|
|
3340
|
-
},
|
|
3341
|
-
{
|
|
3342
|
-
"type": "jsLiteral",
|
|
3343
|
-
"value": "add_comment"
|
|
3344
|
-
},
|
|
3345
|
-
{
|
|
3346
|
-
"type": "jsLiteral",
|
|
3347
|
-
"value": "start_conversation"
|
|
3348
|
-
}
|
|
3349
|
-
]
|
|
3354
|
+
"type": "keyword",
|
|
3355
|
+
"value": "string"
|
|
3350
3356
|
},
|
|
3357
|
+
"optional": true,
|
|
3351
3358
|
"computed": false
|
|
3352
3359
|
},
|
|
3353
3360
|
{
|
|
3354
3361
|
"type": "propertySignature",
|
|
3355
3362
|
"key": {
|
|
3356
3363
|
"type": "identifier",
|
|
3357
|
-
"name": "
|
|
3364
|
+
"name": "goalInstanceId"
|
|
3358
3365
|
},
|
|
3359
3366
|
"annotation": {
|
|
3360
3367
|
"type": "keyword",
|
|
3361
|
-
"value": "
|
|
3368
|
+
"value": "string"
|
|
3369
|
+
},
|
|
3370
|
+
"optional": true,
|
|
3371
|
+
"computed": false
|
|
3372
|
+
},
|
|
3373
|
+
{
|
|
3374
|
+
"type": "propertySignature",
|
|
3375
|
+
"key": {
|
|
3376
|
+
"type": "identifier",
|
|
3377
|
+
"name": "username"
|
|
3378
|
+
},
|
|
3379
|
+
"annotation": {
|
|
3380
|
+
"type": "keyword",
|
|
3381
|
+
"value": "string"
|
|
3362
3382
|
},
|
|
3383
|
+
"optional": true,
|
|
3363
3384
|
"computed": false
|
|
3364
3385
|
}
|
|
3365
3386
|
]
|
|
3366
3387
|
},
|
|
3367
3388
|
{
|
|
3368
3389
|
"type": "interface",
|
|
3369
|
-
"name": "
|
|
3390
|
+
"name": "Goal",
|
|
3370
3391
|
"body": [
|
|
3371
3392
|
{
|
|
3372
3393
|
"type": "propertySignature",
|
|
3373
3394
|
"key": {
|
|
3374
3395
|
"type": "identifier",
|
|
3375
|
-
"name": "
|
|
3396
|
+
"name": "instanceId"
|
|
3376
3397
|
},
|
|
3377
3398
|
"annotation": {
|
|
3378
|
-
"type": "
|
|
3379
|
-
"value": "
|
|
3399
|
+
"type": "keyword",
|
|
3400
|
+
"value": "string"
|
|
3380
3401
|
},
|
|
3381
3402
|
"computed": false
|
|
3382
3403
|
},
|
|
@@ -3384,107 +3405,148 @@
|
|
|
3384
3405
|
"type": "propertySignature",
|
|
3385
3406
|
"key": {
|
|
3386
3407
|
"type": "identifier",
|
|
3387
|
-
"name": "
|
|
3408
|
+
"name": "title"
|
|
3388
3409
|
},
|
|
3389
3410
|
"annotation": {
|
|
3390
|
-
"type": "
|
|
3391
|
-
"
|
|
3392
|
-
{
|
|
3393
|
-
"type": "propertySignature",
|
|
3394
|
-
"key": {
|
|
3395
|
-
"type": "identifier",
|
|
3396
|
-
"name": "before"
|
|
3397
|
-
},
|
|
3398
|
-
"annotation": {
|
|
3399
|
-
"type": "typeLiteral",
|
|
3400
|
-
"members": [
|
|
3401
|
-
{
|
|
3402
|
-
"type": "propertySignature",
|
|
3403
|
-
"key": {
|
|
3404
|
-
"type": "identifier",
|
|
3405
|
-
"name": "title"
|
|
3406
|
-
},
|
|
3407
|
-
"annotation": {
|
|
3408
|
-
"type": "keyword",
|
|
3409
|
-
"value": "string"
|
|
3410
|
-
},
|
|
3411
|
-
"optional": true,
|
|
3412
|
-
"computed": false
|
|
3413
|
-
},
|
|
3414
|
-
{
|
|
3415
|
-
"type": "propertySignature",
|
|
3416
|
-
"key": {
|
|
3417
|
-
"type": "identifier",
|
|
3418
|
-
"name": "description"
|
|
3419
|
-
},
|
|
3420
|
-
"annotation": {
|
|
3421
|
-
"type": "keyword",
|
|
3422
|
-
"value": "string"
|
|
3423
|
-
},
|
|
3424
|
-
"optional": true,
|
|
3425
|
-
"computed": false
|
|
3426
|
-
}
|
|
3427
|
-
]
|
|
3428
|
-
},
|
|
3429
|
-
"computed": false
|
|
3430
|
-
},
|
|
3431
|
-
{
|
|
3432
|
-
"type": "propertySignature",
|
|
3433
|
-
"key": {
|
|
3434
|
-
"type": "identifier",
|
|
3435
|
-
"name": "after"
|
|
3436
|
-
},
|
|
3437
|
-
"annotation": {
|
|
3438
|
-
"type": "typeLiteral",
|
|
3439
|
-
"members": [
|
|
3440
|
-
{
|
|
3441
|
-
"type": "propertySignature",
|
|
3442
|
-
"key": {
|
|
3443
|
-
"type": "identifier",
|
|
3444
|
-
"name": "title"
|
|
3445
|
-
},
|
|
3446
|
-
"annotation": {
|
|
3447
|
-
"type": "keyword",
|
|
3448
|
-
"value": "string"
|
|
3449
|
-
},
|
|
3450
|
-
"optional": true,
|
|
3451
|
-
"computed": false
|
|
3452
|
-
},
|
|
3453
|
-
{
|
|
3454
|
-
"type": "propertySignature",
|
|
3455
|
-
"key": {
|
|
3456
|
-
"type": "identifier",
|
|
3457
|
-
"name": "description"
|
|
3458
|
-
},
|
|
3459
|
-
"annotation": {
|
|
3460
|
-
"type": "keyword",
|
|
3461
|
-
"value": "string"
|
|
3462
|
-
},
|
|
3463
|
-
"optional": true,
|
|
3464
|
-
"computed": false
|
|
3465
|
-
}
|
|
3466
|
-
]
|
|
3467
|
-
},
|
|
3468
|
-
"computed": false
|
|
3469
|
-
}
|
|
3470
|
-
]
|
|
3411
|
+
"type": "keyword",
|
|
3412
|
+
"value": "string"
|
|
3471
3413
|
},
|
|
3472
3414
|
"computed": false
|
|
3473
3415
|
}
|
|
3474
|
-
]
|
|
3475
|
-
|
|
3416
|
+
]
|
|
3417
|
+
},
|
|
3418
|
+
{
|
|
3419
|
+
"type": "interface",
|
|
3420
|
+
"name": "ActionClickDetail",
|
|
3421
|
+
"body": [
|
|
3476
3422
|
{
|
|
3477
|
-
"type": "
|
|
3478
|
-
"
|
|
3423
|
+
"type": "propertySignature",
|
|
3424
|
+
"key": {
|
|
3479
3425
|
"type": "identifier",
|
|
3480
|
-
"name": "
|
|
3481
|
-
}
|
|
3426
|
+
"name": "action"
|
|
3427
|
+
},
|
|
3428
|
+
"annotation": {
|
|
3429
|
+
"type": "reference",
|
|
3430
|
+
"typeName": {
|
|
3431
|
+
"type": "identifier",
|
|
3432
|
+
"name": "SimpleActionType"
|
|
3433
|
+
}
|
|
3434
|
+
},
|
|
3435
|
+
"computed": false
|
|
3436
|
+
},
|
|
3437
|
+
{
|
|
3438
|
+
"type": "propertySignature",
|
|
3439
|
+
"key": {
|
|
3440
|
+
"type": "identifier",
|
|
3441
|
+
"name": "item"
|
|
3442
|
+
},
|
|
3443
|
+
"annotation": {
|
|
3444
|
+
"type": "reference",
|
|
3445
|
+
"typeName": {
|
|
3446
|
+
"type": "identifier",
|
|
3447
|
+
"name": "Conversation"
|
|
3448
|
+
}
|
|
3449
|
+
},
|
|
3450
|
+
"computed": false
|
|
3482
3451
|
}
|
|
3483
3452
|
]
|
|
3453
|
+
}
|
|
3454
|
+
]
|
|
3455
|
+
},
|
|
3456
|
+
"ai-portal.activity-timeline": {
|
|
3457
|
+
"properties": [
|
|
3458
|
+
{
|
|
3459
|
+
"name": "list",
|
|
3460
|
+
"annotation": {
|
|
3461
|
+
"type": "array",
|
|
3462
|
+
"elementType": {
|
|
3463
|
+
"type": "reference",
|
|
3464
|
+
"typeName": {
|
|
3465
|
+
"type": "identifier",
|
|
3466
|
+
"name": "Activity"
|
|
3467
|
+
}
|
|
3468
|
+
}
|
|
3469
|
+
}
|
|
3470
|
+
},
|
|
3471
|
+
{
|
|
3472
|
+
"name": "chatUrlTemplate",
|
|
3473
|
+
"annotation": {
|
|
3474
|
+
"type": "keyword",
|
|
3475
|
+
"value": "string"
|
|
3476
|
+
}
|
|
3477
|
+
}
|
|
3478
|
+
],
|
|
3479
|
+
"events": [],
|
|
3480
|
+
"methods": [],
|
|
3481
|
+
"types": [
|
|
3482
|
+
{
|
|
3483
|
+
"type": "typeAlias",
|
|
3484
|
+
"name": "Activity",
|
|
3485
|
+
"annotation": {
|
|
3486
|
+
"type": "union",
|
|
3487
|
+
"types": [
|
|
3488
|
+
{
|
|
3489
|
+
"type": "reference",
|
|
3490
|
+
"typeName": {
|
|
3491
|
+
"type": "identifier",
|
|
3492
|
+
"name": "ActivityOfCreateGoal"
|
|
3493
|
+
}
|
|
3494
|
+
},
|
|
3495
|
+
{
|
|
3496
|
+
"type": "reference",
|
|
3497
|
+
"typeName": {
|
|
3498
|
+
"type": "identifier",
|
|
3499
|
+
"name": "ActivityOfEditGoal"
|
|
3500
|
+
}
|
|
3501
|
+
},
|
|
3502
|
+
{
|
|
3503
|
+
"type": "reference",
|
|
3504
|
+
"typeName": {
|
|
3505
|
+
"type": "identifier",
|
|
3506
|
+
"name": "ActivityOfDeleteGoal"
|
|
3507
|
+
}
|
|
3508
|
+
},
|
|
3509
|
+
{
|
|
3510
|
+
"type": "reference",
|
|
3511
|
+
"typeName": {
|
|
3512
|
+
"type": "identifier",
|
|
3513
|
+
"name": "ActivityOfDecomposeGoals"
|
|
3514
|
+
}
|
|
3515
|
+
},
|
|
3516
|
+
{
|
|
3517
|
+
"type": "reference",
|
|
3518
|
+
"typeName": {
|
|
3519
|
+
"type": "identifier",
|
|
3520
|
+
"name": "ActivityOfAlterOwner"
|
|
3521
|
+
}
|
|
3522
|
+
},
|
|
3523
|
+
{
|
|
3524
|
+
"type": "reference",
|
|
3525
|
+
"typeName": {
|
|
3526
|
+
"type": "identifier",
|
|
3527
|
+
"name": "ActivityOfAlterUser"
|
|
3528
|
+
}
|
|
3529
|
+
},
|
|
3530
|
+
{
|
|
3531
|
+
"type": "reference",
|
|
3532
|
+
"typeName": {
|
|
3533
|
+
"type": "identifier",
|
|
3534
|
+
"name": "ActivityOfAddComment"
|
|
3535
|
+
}
|
|
3536
|
+
},
|
|
3537
|
+
{
|
|
3538
|
+
"type": "reference",
|
|
3539
|
+
"typeName": {
|
|
3540
|
+
"type": "identifier",
|
|
3541
|
+
"name": "ActivityOfStartConversation"
|
|
3542
|
+
}
|
|
3543
|
+
}
|
|
3544
|
+
]
|
|
3545
|
+
}
|
|
3484
3546
|
},
|
|
3485
3547
|
{
|
|
3486
3548
|
"type": "interface",
|
|
3487
|
-
"name": "
|
|
3549
|
+
"name": "ActivityOfCreateGoal",
|
|
3488
3550
|
"body": [
|
|
3489
3551
|
{
|
|
3490
3552
|
"type": "propertySignature",
|
|
@@ -3494,7 +3556,7 @@
|
|
|
3494
3556
|
},
|
|
3495
3557
|
"annotation": {
|
|
3496
3558
|
"type": "jsLiteral",
|
|
3497
|
-
"value": "
|
|
3559
|
+
"value": "create_goal"
|
|
3498
3560
|
},
|
|
3499
3561
|
"computed": false
|
|
3500
3562
|
},
|
|
@@ -3549,17 +3611,17 @@
|
|
|
3549
3611
|
},
|
|
3550
3612
|
{
|
|
3551
3613
|
"type": "interface",
|
|
3552
|
-
"name": "
|
|
3614
|
+
"name": "ActivityBase",
|
|
3553
3615
|
"body": [
|
|
3554
3616
|
{
|
|
3555
3617
|
"type": "propertySignature",
|
|
3556
3618
|
"key": {
|
|
3557
3619
|
"type": "identifier",
|
|
3558
|
-
"name": "
|
|
3620
|
+
"name": "user_id"
|
|
3559
3621
|
},
|
|
3560
3622
|
"annotation": {
|
|
3561
|
-
"type": "
|
|
3562
|
-
"value": "
|
|
3623
|
+
"type": "keyword",
|
|
3624
|
+
"value": "string"
|
|
3563
3625
|
},
|
|
3564
3626
|
"computed": false
|
|
3565
3627
|
},
|
|
@@ -3567,100 +3629,23 @@
|
|
|
3567
3629
|
"type": "propertySignature",
|
|
3568
3630
|
"key": {
|
|
3569
3631
|
"type": "identifier",
|
|
3570
|
-
"name": "
|
|
3632
|
+
"name": "user_name"
|
|
3571
3633
|
},
|
|
3572
3634
|
"annotation": {
|
|
3573
|
-
"type": "
|
|
3574
|
-
"
|
|
3575
|
-
{
|
|
3576
|
-
"type": "propertySignature",
|
|
3577
|
-
"key": {
|
|
3578
|
-
"type": "identifier",
|
|
3579
|
-
"name": "sub_goals_count"
|
|
3580
|
-
},
|
|
3581
|
-
"annotation": {
|
|
3582
|
-
"type": "keyword",
|
|
3583
|
-
"value": "number"
|
|
3584
|
-
},
|
|
3585
|
-
"computed": false
|
|
3586
|
-
},
|
|
3587
|
-
{
|
|
3588
|
-
"type": "propertySignature",
|
|
3589
|
-
"key": {
|
|
3590
|
-
"type": "identifier",
|
|
3591
|
-
"name": "sub_goals"
|
|
3592
|
-
},
|
|
3593
|
-
"annotation": {
|
|
3594
|
-
"type": "reference",
|
|
3595
|
-
"typeName": {
|
|
3596
|
-
"type": "identifier",
|
|
3597
|
-
"name": "Array"
|
|
3598
|
-
},
|
|
3599
|
-
"typeParameters": {
|
|
3600
|
-
"type": "typeParameterInstantiation",
|
|
3601
|
-
"params": [
|
|
3602
|
-
{
|
|
3603
|
-
"type": "typeLiteral",
|
|
3604
|
-
"members": [
|
|
3605
|
-
{
|
|
3606
|
-
"type": "propertySignature",
|
|
3607
|
-
"key": {
|
|
3608
|
-
"type": "identifier",
|
|
3609
|
-
"name": "sub_goal_id"
|
|
3610
|
-
},
|
|
3611
|
-
"annotation": {
|
|
3612
|
-
"type": "keyword",
|
|
3613
|
-
"value": "string"
|
|
3614
|
-
},
|
|
3615
|
-
"computed": false
|
|
3616
|
-
},
|
|
3617
|
-
{
|
|
3618
|
-
"type": "propertySignature",
|
|
3619
|
-
"key": {
|
|
3620
|
-
"type": "identifier",
|
|
3621
|
-
"name": "title"
|
|
3622
|
-
},
|
|
3623
|
-
"annotation": {
|
|
3624
|
-
"type": "keyword",
|
|
3625
|
-
"value": "string"
|
|
3626
|
-
},
|
|
3627
|
-
"computed": false
|
|
3628
|
-
}
|
|
3629
|
-
]
|
|
3630
|
-
}
|
|
3631
|
-
]
|
|
3632
|
-
}
|
|
3633
|
-
},
|
|
3634
|
-
"computed": false
|
|
3635
|
-
}
|
|
3636
|
-
]
|
|
3635
|
+
"type": "keyword",
|
|
3636
|
+
"value": "string"
|
|
3637
3637
|
},
|
|
3638
3638
|
"computed": false
|
|
3639
|
-
}
|
|
3640
|
-
],
|
|
3641
|
-
"extends": [
|
|
3642
|
-
{
|
|
3643
|
-
"type": "expressionWithTypeArguments",
|
|
3644
|
-
"expression": {
|
|
3645
|
-
"type": "identifier",
|
|
3646
|
-
"name": "ActivityBase"
|
|
3647
|
-
}
|
|
3648
|
-
}
|
|
3649
|
-
]
|
|
3650
|
-
},
|
|
3651
|
-
{
|
|
3652
|
-
"type": "interface",
|
|
3653
|
-
"name": "ActivityOfAlterOwner",
|
|
3654
|
-
"body": [
|
|
3639
|
+
},
|
|
3655
3640
|
{
|
|
3656
3641
|
"type": "propertySignature",
|
|
3657
3642
|
"key": {
|
|
3658
3643
|
"type": "identifier",
|
|
3659
|
-
"name": "
|
|
3644
|
+
"name": "time"
|
|
3660
3645
|
},
|
|
3661
3646
|
"annotation": {
|
|
3662
|
-
"type": "
|
|
3663
|
-
"value": "
|
|
3647
|
+
"type": "keyword",
|
|
3648
|
+
"value": "number"
|
|
3664
3649
|
},
|
|
3665
3650
|
"computed": false
|
|
3666
3651
|
},
|
|
@@ -3668,13 +3653,88 @@
|
|
|
3668
3653
|
"type": "propertySignature",
|
|
3669
3654
|
"key": {
|
|
3670
3655
|
"type": "identifier",
|
|
3671
|
-
"name": "
|
|
3656
|
+
"name": "action_type"
|
|
3672
3657
|
},
|
|
3673
3658
|
"annotation": {
|
|
3674
|
-
"type": "
|
|
3675
|
-
"
|
|
3659
|
+
"type": "union",
|
|
3660
|
+
"types": [
|
|
3676
3661
|
{
|
|
3677
|
-
"type": "
|
|
3662
|
+
"type": "jsLiteral",
|
|
3663
|
+
"value": "create_goal"
|
|
3664
|
+
},
|
|
3665
|
+
{
|
|
3666
|
+
"type": "jsLiteral",
|
|
3667
|
+
"value": "edit_goal"
|
|
3668
|
+
},
|
|
3669
|
+
{
|
|
3670
|
+
"type": "jsLiteral",
|
|
3671
|
+
"value": "delete_goal"
|
|
3672
|
+
},
|
|
3673
|
+
{
|
|
3674
|
+
"type": "jsLiteral",
|
|
3675
|
+
"value": "decompose_goals"
|
|
3676
|
+
},
|
|
3677
|
+
{
|
|
3678
|
+
"type": "jsLiteral",
|
|
3679
|
+
"value": "alter_owner"
|
|
3680
|
+
},
|
|
3681
|
+
{
|
|
3682
|
+
"type": "jsLiteral",
|
|
3683
|
+
"value": "alter_user"
|
|
3684
|
+
},
|
|
3685
|
+
{
|
|
3686
|
+
"type": "jsLiteral",
|
|
3687
|
+
"value": "add_comment"
|
|
3688
|
+
},
|
|
3689
|
+
{
|
|
3690
|
+
"type": "jsLiteral",
|
|
3691
|
+
"value": "start_conversation"
|
|
3692
|
+
}
|
|
3693
|
+
]
|
|
3694
|
+
},
|
|
3695
|
+
"computed": false
|
|
3696
|
+
},
|
|
3697
|
+
{
|
|
3698
|
+
"type": "propertySignature",
|
|
3699
|
+
"key": {
|
|
3700
|
+
"type": "identifier",
|
|
3701
|
+
"name": "metadata"
|
|
3702
|
+
},
|
|
3703
|
+
"annotation": {
|
|
3704
|
+
"type": "keyword",
|
|
3705
|
+
"value": "unknown"
|
|
3706
|
+
},
|
|
3707
|
+
"computed": false
|
|
3708
|
+
}
|
|
3709
|
+
]
|
|
3710
|
+
},
|
|
3711
|
+
{
|
|
3712
|
+
"type": "interface",
|
|
3713
|
+
"name": "ActivityOfEditGoal",
|
|
3714
|
+
"body": [
|
|
3715
|
+
{
|
|
3716
|
+
"type": "propertySignature",
|
|
3717
|
+
"key": {
|
|
3718
|
+
"type": "identifier",
|
|
3719
|
+
"name": "action_type"
|
|
3720
|
+
},
|
|
3721
|
+
"annotation": {
|
|
3722
|
+
"type": "jsLiteral",
|
|
3723
|
+
"value": "edit_goal"
|
|
3724
|
+
},
|
|
3725
|
+
"computed": false
|
|
3726
|
+
},
|
|
3727
|
+
{
|
|
3728
|
+
"type": "propertySignature",
|
|
3729
|
+
"key": {
|
|
3730
|
+
"type": "identifier",
|
|
3731
|
+
"name": "metadata"
|
|
3732
|
+
},
|
|
3733
|
+
"annotation": {
|
|
3734
|
+
"type": "typeLiteral",
|
|
3735
|
+
"members": [
|
|
3736
|
+
{
|
|
3737
|
+
"type": "propertySignature",
|
|
3678
3738
|
"key": {
|
|
3679
3739
|
"type": "identifier",
|
|
3680
3740
|
"name": "before"
|
|
@@ -3686,37 +3746,26 @@
|
|
|
3686
3746
|
"type": "propertySignature",
|
|
3687
3747
|
"key": {
|
|
3688
3748
|
"type": "identifier",
|
|
3689
|
-
"name": "
|
|
3749
|
+
"name": "title"
|
|
3690
3750
|
},
|
|
3691
3751
|
"annotation": {
|
|
3692
|
-
"type": "
|
|
3693
|
-
"
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
|
|
3707
|
-
"type": "propertySignature",
|
|
3708
|
-
"key": {
|
|
3709
|
-
"type": "identifier",
|
|
3710
|
-
"name": "user_name"
|
|
3711
|
-
},
|
|
3712
|
-
"annotation": {
|
|
3713
|
-
"type": "keyword",
|
|
3714
|
-
"value": "string"
|
|
3715
|
-
},
|
|
3716
|
-
"computed": false
|
|
3717
|
-
}
|
|
3718
|
-
]
|
|
3752
|
+
"type": "keyword",
|
|
3753
|
+
"value": "string"
|
|
3754
|
+
},
|
|
3755
|
+
"optional": true,
|
|
3756
|
+
"computed": false
|
|
3757
|
+
},
|
|
3758
|
+
{
|
|
3759
|
+
"type": "propertySignature",
|
|
3760
|
+
"key": {
|
|
3761
|
+
"type": "identifier",
|
|
3762
|
+
"name": "description"
|
|
3763
|
+
},
|
|
3764
|
+
"annotation": {
|
|
3765
|
+
"type": "keyword",
|
|
3766
|
+
"value": "string"
|
|
3719
3767
|
},
|
|
3768
|
+
"optional": true,
|
|
3720
3769
|
"computed": false
|
|
3721
3770
|
}
|
|
3722
3771
|
]
|
|
@@ -3736,37 +3785,26 @@
|
|
|
3736
3785
|
"type": "propertySignature",
|
|
3737
3786
|
"key": {
|
|
3738
3787
|
"type": "identifier",
|
|
3739
|
-
"name": "
|
|
3788
|
+
"name": "title"
|
|
3740
3789
|
},
|
|
3741
3790
|
"annotation": {
|
|
3742
|
-
"type": "
|
|
3743
|
-
"
|
|
3744
|
-
|
|
3745
|
-
|
|
3746
|
-
|
|
3747
|
-
|
|
3748
|
-
|
|
3749
|
-
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
"type": "propertySignature",
|
|
3758
|
-
"key": {
|
|
3759
|
-
"type": "identifier",
|
|
3760
|
-
"name": "user_name"
|
|
3761
|
-
},
|
|
3762
|
-
"annotation": {
|
|
3763
|
-
"type": "keyword",
|
|
3764
|
-
"value": "string"
|
|
3765
|
-
},
|
|
3766
|
-
"computed": false
|
|
3767
|
-
}
|
|
3768
|
-
]
|
|
3791
|
+
"type": "keyword",
|
|
3792
|
+
"value": "string"
|
|
3793
|
+
},
|
|
3794
|
+
"optional": true,
|
|
3795
|
+
"computed": false
|
|
3796
|
+
},
|
|
3797
|
+
{
|
|
3798
|
+
"type": "propertySignature",
|
|
3799
|
+
"key": {
|
|
3800
|
+
"type": "identifier",
|
|
3801
|
+
"name": "description"
|
|
3802
|
+
},
|
|
3803
|
+
"annotation": {
|
|
3804
|
+
"type": "keyword",
|
|
3805
|
+
"value": "string"
|
|
3769
3806
|
},
|
|
3807
|
+
"optional": true,
|
|
3770
3808
|
"computed": false
|
|
3771
3809
|
}
|
|
3772
3810
|
]
|
|
@@ -3790,7 +3828,7 @@
|
|
|
3790
3828
|
},
|
|
3791
3829
|
{
|
|
3792
3830
|
"type": "interface",
|
|
3793
|
-
"name": "
|
|
3831
|
+
"name": "ActivityOfDeleteGoal",
|
|
3794
3832
|
"body": [
|
|
3795
3833
|
{
|
|
3796
3834
|
"type": "propertySignature",
|
|
@@ -3800,7 +3838,7 @@
|
|
|
3800
3838
|
},
|
|
3801
3839
|
"annotation": {
|
|
3802
3840
|
"type": "jsLiteral",
|
|
3803
|
-
"value": "
|
|
3841
|
+
"value": "delete_goal"
|
|
3804
3842
|
},
|
|
3805
3843
|
"computed": false
|
|
3806
3844
|
},
|
|
@@ -3817,61 +3855,11 @@
|
|
|
3817
3855
|
"type": "propertySignature",
|
|
3818
3856
|
"key": {
|
|
3819
3857
|
"type": "identifier",
|
|
3820
|
-
"name": "
|
|
3858
|
+
"name": "goal_title"
|
|
3821
3859
|
},
|
|
3822
3860
|
"annotation": {
|
|
3823
|
-
"type": "
|
|
3824
|
-
"
|
|
3825
|
-
{
|
|
3826
|
-
"type": "propertySignature",
|
|
3827
|
-
"key": {
|
|
3828
|
-
"type": "identifier",
|
|
3829
|
-
"name": "users"
|
|
3830
|
-
},
|
|
3831
|
-
"annotation": {
|
|
3832
|
-
"type": "reference",
|
|
3833
|
-
"typeName": {
|
|
3834
|
-
"type": "identifier",
|
|
3835
|
-
"name": "Array"
|
|
3836
|
-
},
|
|
3837
|
-
"typeParameters": {
|
|
3838
|
-
"type": "typeParameterInstantiation",
|
|
3839
|
-
"params": [
|
|
3840
|
-
{
|
|
3841
|
-
"type": "typeLiteral",
|
|
3842
|
-
"members": [
|
|
3843
|
-
{
|
|
3844
|
-
"type": "propertySignature",
|
|
3845
|
-
"key": {
|
|
3846
|
-
"type": "identifier",
|
|
3847
|
-
"name": "user_id"
|
|
3848
|
-
},
|
|
3849
|
-
"annotation": {
|
|
3850
|
-
"type": "keyword",
|
|
3851
|
-
"value": "string"
|
|
3852
|
-
},
|
|
3853
|
-
"computed": false
|
|
3854
|
-
},
|
|
3855
|
-
{
|
|
3856
|
-
"type": "propertySignature",
|
|
3857
|
-
"key": {
|
|
3858
|
-
"type": "identifier",
|
|
3859
|
-
"name": "user_name"
|
|
3860
|
-
},
|
|
3861
|
-
"annotation": {
|
|
3862
|
-
"type": "keyword",
|
|
3863
|
-
"value": "string"
|
|
3864
|
-
},
|
|
3865
|
-
"computed": false
|
|
3866
|
-
}
|
|
3867
|
-
]
|
|
3868
|
-
}
|
|
3869
|
-
]
|
|
3870
|
-
}
|
|
3871
|
-
},
|
|
3872
|
-
"computed": false
|
|
3873
|
-
}
|
|
3874
|
-
]
|
|
3861
|
+
"type": "keyword",
|
|
3862
|
+
"value": "string"
|
|
3875
3863
|
},
|
|
3876
3864
|
"computed": false
|
|
3877
3865
|
},
|
|
@@ -3879,62 +3867,13 @@
|
|
|
3879
3867
|
"type": "propertySignature",
|
|
3880
3868
|
"key": {
|
|
3881
3869
|
"type": "identifier",
|
|
3882
|
-
"name": "
|
|
3870
|
+
"name": "goal_description"
|
|
3883
3871
|
},
|
|
3884
3872
|
"annotation": {
|
|
3885
|
-
"type": "
|
|
3886
|
-
"
|
|
3887
|
-
{
|
|
3888
|
-
"type": "propertySignature",
|
|
3889
|
-
"key": {
|
|
3890
|
-
"type": "identifier",
|
|
3891
|
-
"name": "users"
|
|
3892
|
-
},
|
|
3893
|
-
"annotation": {
|
|
3894
|
-
"type": "reference",
|
|
3895
|
-
"typeName": {
|
|
3896
|
-
"type": "identifier",
|
|
3897
|
-
"name": "Array"
|
|
3898
|
-
},
|
|
3899
|
-
"typeParameters": {
|
|
3900
|
-
"type": "typeParameterInstantiation",
|
|
3901
|
-
"params": [
|
|
3902
|
-
{
|
|
3903
|
-
"type": "typeLiteral",
|
|
3904
|
-
"members": [
|
|
3905
|
-
{
|
|
3906
|
-
"type": "propertySignature",
|
|
3907
|
-
"key": {
|
|
3908
|
-
"type": "identifier",
|
|
3909
|
-
"name": "user_id"
|
|
3910
|
-
},
|
|
3911
|
-
"annotation": {
|
|
3912
|
-
"type": "keyword",
|
|
3913
|
-
"value": "string"
|
|
3914
|
-
},
|
|
3915
|
-
"computed": false
|
|
3916
|
-
},
|
|
3917
|
-
{
|
|
3918
|
-
"type": "propertySignature",
|
|
3919
|
-
"key": {
|
|
3920
|
-
"type": "identifier",
|
|
3921
|
-
"name": "user_name"
|
|
3922
|
-
},
|
|
3923
|
-
"annotation": {
|
|
3924
|
-
"type": "keyword",
|
|
3925
|
-
"value": "string"
|
|
3926
|
-
},
|
|
3927
|
-
"computed": false
|
|
3928
|
-
}
|
|
3929
|
-
]
|
|
3930
|
-
}
|
|
3931
|
-
]
|
|
3932
|
-
}
|
|
3933
|
-
},
|
|
3934
|
-
"computed": false
|
|
3935
|
-
}
|
|
3936
|
-
]
|
|
3873
|
+
"type": "keyword",
|
|
3874
|
+
"value": "string"
|
|
3937
3875
|
},
|
|
3876
|
+
"optional": true,
|
|
3938
3877
|
"computed": false
|
|
3939
3878
|
}
|
|
3940
3879
|
]
|
|
@@ -3954,7 +3893,7 @@
|
|
|
3954
3893
|
},
|
|
3955
3894
|
{
|
|
3956
3895
|
"type": "interface",
|
|
3957
|
-
"name": "
|
|
3896
|
+
"name": "ActivityOfDecomposeGoals",
|
|
3958
3897
|
"body": [
|
|
3959
3898
|
{
|
|
3960
3899
|
"type": "propertySignature",
|
|
@@ -3964,7 +3903,7 @@
|
|
|
3964
3903
|
},
|
|
3965
3904
|
"annotation": {
|
|
3966
3905
|
"type": "jsLiteral",
|
|
3967
|
-
"value": "
|
|
3906
|
+
"value": "decompose_goals"
|
|
3968
3907
|
},
|
|
3969
3908
|
"computed": false
|
|
3970
3909
|
},
|
|
@@ -3981,11 +3920,60 @@
|
|
|
3981
3920
|
"type": "propertySignature",
|
|
3982
3921
|
"key": {
|
|
3983
3922
|
"type": "identifier",
|
|
3984
|
-
"name": "
|
|
3923
|
+
"name": "sub_goals_count"
|
|
3985
3924
|
},
|
|
3986
3925
|
"annotation": {
|
|
3987
3926
|
"type": "keyword",
|
|
3988
|
-
"value": "
|
|
3927
|
+
"value": "number"
|
|
3928
|
+
},
|
|
3929
|
+
"computed": false
|
|
3930
|
+
},
|
|
3931
|
+
{
|
|
3932
|
+
"type": "propertySignature",
|
|
3933
|
+
"key": {
|
|
3934
|
+
"type": "identifier",
|
|
3935
|
+
"name": "sub_goals"
|
|
3936
|
+
},
|
|
3937
|
+
"annotation": {
|
|
3938
|
+
"type": "reference",
|
|
3939
|
+
"typeName": {
|
|
3940
|
+
"type": "identifier",
|
|
3941
|
+
"name": "Array"
|
|
3942
|
+
},
|
|
3943
|
+
"typeParameters": {
|
|
3944
|
+
"type": "typeParameterInstantiation",
|
|
3945
|
+
"params": [
|
|
3946
|
+
{
|
|
3947
|
+
"type": "typeLiteral",
|
|
3948
|
+
"members": [
|
|
3949
|
+
{
|
|
3950
|
+
"type": "propertySignature",
|
|
3951
|
+
"key": {
|
|
3952
|
+
"type": "identifier",
|
|
3953
|
+
"name": "sub_goal_id"
|
|
3954
|
+
},
|
|
3955
|
+
"annotation": {
|
|
3956
|
+
"type": "keyword",
|
|
3957
|
+
"value": "string"
|
|
3958
|
+
},
|
|
3959
|
+
"computed": false
|
|
3960
|
+
},
|
|
3961
|
+
{
|
|
3962
|
+
"type": "propertySignature",
|
|
3963
|
+
"key": {
|
|
3964
|
+
"type": "identifier",
|
|
3965
|
+
"name": "title"
|
|
3966
|
+
},
|
|
3967
|
+
"annotation": {
|
|
3968
|
+
"type": "keyword",
|
|
3969
|
+
"value": "string"
|
|
3970
|
+
},
|
|
3971
|
+
"computed": false
|
|
3972
|
+
}
|
|
3973
|
+
]
|
|
3974
|
+
}
|
|
3975
|
+
]
|
|
3976
|
+
}
|
|
3989
3977
|
},
|
|
3990
3978
|
"computed": false
|
|
3991
3979
|
}
|
|
@@ -4006,7 +3994,7 @@
|
|
|
4006
3994
|
},
|
|
4007
3995
|
{
|
|
4008
3996
|
"type": "interface",
|
|
4009
|
-
"name": "
|
|
3997
|
+
"name": "ActivityOfAlterOwner",
|
|
4010
3998
|
"body": [
|
|
4011
3999
|
{
|
|
4012
4000
|
"type": "propertySignature",
|
|
@@ -4016,7 +4004,7 @@
|
|
|
4016
4004
|
},
|
|
4017
4005
|
"annotation": {
|
|
4018
4006
|
"type": "jsLiteral",
|
|
4019
|
-
"value": "
|
|
4007
|
+
"value": "alter_owner"
|
|
4020
4008
|
},
|
|
4021
4009
|
"computed": false
|
|
4022
4010
|
},
|
|
@@ -4033,23 +4021,49 @@
|
|
|
4033
4021
|
"type": "propertySignature",
|
|
4034
4022
|
"key": {
|
|
4035
4023
|
"type": "identifier",
|
|
4036
|
-
"name": "
|
|
4037
|
-
},
|
|
4038
|
-
"annotation": {
|
|
4039
|
-
"type": "keyword",
|
|
4040
|
-
"value": "string"
|
|
4041
|
-
},
|
|
4042
|
-
"computed": false
|
|
4043
|
-
},
|
|
4044
|
-
{
|
|
4045
|
-
"type": "propertySignature",
|
|
4046
|
-
"key": {
|
|
4047
|
-
"type": "identifier",
|
|
4048
|
-
"name": "conversation_title"
|
|
4024
|
+
"name": "before"
|
|
4049
4025
|
},
|
|
4050
4026
|
"annotation": {
|
|
4051
|
-
"type": "
|
|
4052
|
-
"
|
|
4027
|
+
"type": "typeLiteral",
|
|
4028
|
+
"members": [
|
|
4029
|
+
{
|
|
4030
|
+
"type": "propertySignature",
|
|
4031
|
+
"key": {
|
|
4032
|
+
"type": "identifier",
|
|
4033
|
+
"name": "owner"
|
|
4034
|
+
},
|
|
4035
|
+
"annotation": {
|
|
4036
|
+
"type": "typeLiteral",
|
|
4037
|
+
"members": [
|
|
4038
|
+
{
|
|
4039
|
+
"type": "propertySignature",
|
|
4040
|
+
"key": {
|
|
4041
|
+
"type": "identifier",
|
|
4042
|
+
"name": "user_id"
|
|
4043
|
+
},
|
|
4044
|
+
"annotation": {
|
|
4045
|
+
"type": "keyword",
|
|
4046
|
+
"value": "string"
|
|
4047
|
+
},
|
|
4048
|
+
"computed": false
|
|
4049
|
+
},
|
|
4050
|
+
{
|
|
4051
|
+
"type": "propertySignature",
|
|
4052
|
+
"key": {
|
|
4053
|
+
"type": "identifier",
|
|
4054
|
+
"name": "user_name"
|
|
4055
|
+
},
|
|
4056
|
+
"annotation": {
|
|
4057
|
+
"type": "keyword",
|
|
4058
|
+
"value": "string"
|
|
4059
|
+
},
|
|
4060
|
+
"computed": false
|
|
4061
|
+
}
|
|
4062
|
+
]
|
|
4063
|
+
},
|
|
4064
|
+
"computed": false
|
|
4065
|
+
}
|
|
4066
|
+
]
|
|
4053
4067
|
},
|
|
4054
4068
|
"computed": false
|
|
4055
4069
|
},
|
|
@@ -4057,13 +4071,50 @@
|
|
|
4057
4071
|
"type": "propertySignature",
|
|
4058
4072
|
"key": {
|
|
4059
4073
|
"type": "identifier",
|
|
4060
|
-
"name": "
|
|
4074
|
+
"name": "after"
|
|
4061
4075
|
},
|
|
4062
4076
|
"annotation": {
|
|
4063
|
-
"type": "
|
|
4064
|
-
"
|
|
4077
|
+
"type": "typeLiteral",
|
|
4078
|
+
"members": [
|
|
4079
|
+
{
|
|
4080
|
+
"type": "propertySignature",
|
|
4081
|
+
"key": {
|
|
4082
|
+
"type": "identifier",
|
|
4083
|
+
"name": "owner"
|
|
4084
|
+
},
|
|
4085
|
+
"annotation": {
|
|
4086
|
+
"type": "typeLiteral",
|
|
4087
|
+
"members": [
|
|
4088
|
+
{
|
|
4089
|
+
"type": "propertySignature",
|
|
4090
|
+
"key": {
|
|
4091
|
+
"type": "identifier",
|
|
4092
|
+
"name": "user_id"
|
|
4093
|
+
},
|
|
4094
|
+
"annotation": {
|
|
4095
|
+
"type": "keyword",
|
|
4096
|
+
"value": "string"
|
|
4097
|
+
},
|
|
4098
|
+
"computed": false
|
|
4099
|
+
},
|
|
4100
|
+
{
|
|
4101
|
+
"type": "propertySignature",
|
|
4102
|
+
"key": {
|
|
4103
|
+
"type": "identifier",
|
|
4104
|
+
"name": "user_name"
|
|
4105
|
+
},
|
|
4106
|
+
"annotation": {
|
|
4107
|
+
"type": "keyword",
|
|
4108
|
+
"value": "string"
|
|
4109
|
+
},
|
|
4110
|
+
"computed": false
|
|
4111
|
+
}
|
|
4112
|
+
]
|
|
4113
|
+
},
|
|
4114
|
+
"computed": false
|
|
4115
|
+
}
|
|
4116
|
+
]
|
|
4065
4117
|
},
|
|
4066
|
-
"optional": true,
|
|
4067
4118
|
"computed": false
|
|
4068
4119
|
}
|
|
4069
4120
|
]
|
|
@@ -4080,79 +4131,20 @@
|
|
|
4080
4131
|
}
|
|
4081
4132
|
}
|
|
4082
4133
|
]
|
|
4083
|
-
}
|
|
4084
|
-
]
|
|
4085
|
-
},
|
|
4086
|
-
"ai-portal.action-buttons": {
|
|
4087
|
-
"properties": [
|
|
4088
|
-
{
|
|
4089
|
-
"name": "items",
|
|
4090
|
-
"annotation": {
|
|
4091
|
-
"type": "array",
|
|
4092
|
-
"elementType": {
|
|
4093
|
-
"type": "reference",
|
|
4094
|
-
"typeName": {
|
|
4095
|
-
"type": "identifier",
|
|
4096
|
-
"name": "ActionItem"
|
|
4097
|
-
}
|
|
4098
|
-
}
|
|
4099
|
-
}
|
|
4100
4134
|
},
|
|
4101
|
-
{
|
|
4102
|
-
"name": "activeKey",
|
|
4103
|
-
"annotation": {
|
|
4104
|
-
"type": "union",
|
|
4105
|
-
"types": [
|
|
4106
|
-
{
|
|
4107
|
-
"type": "keyword",
|
|
4108
|
-
"value": "string"
|
|
4109
|
-
},
|
|
4110
|
-
{
|
|
4111
|
-
"type": "keyword",
|
|
4112
|
-
"value": "null"
|
|
4113
|
-
}
|
|
4114
|
-
]
|
|
4115
|
-
}
|
|
4116
|
-
}
|
|
4117
|
-
],
|
|
4118
|
-
"events": [
|
|
4119
|
-
{
|
|
4120
|
-
"name": "change",
|
|
4121
|
-
"detail": {
|
|
4122
|
-
"annotation": {
|
|
4123
|
-
"type": "union",
|
|
4124
|
-
"types": [
|
|
4125
|
-
{
|
|
4126
|
-
"type": "reference",
|
|
4127
|
-
"typeName": {
|
|
4128
|
-
"type": "identifier",
|
|
4129
|
-
"name": "ActionItem"
|
|
4130
|
-
}
|
|
4131
|
-
},
|
|
4132
|
-
{
|
|
4133
|
-
"type": "keyword",
|
|
4134
|
-
"value": "null"
|
|
4135
|
-
}
|
|
4136
|
-
]
|
|
4137
|
-
}
|
|
4138
|
-
}
|
|
4139
|
-
}
|
|
4140
|
-
],
|
|
4141
|
-
"methods": [],
|
|
4142
|
-
"types": [
|
|
4143
4135
|
{
|
|
4144
4136
|
"type": "interface",
|
|
4145
|
-
"name": "
|
|
4137
|
+
"name": "ActivityOfAlterUser",
|
|
4146
4138
|
"body": [
|
|
4147
4139
|
{
|
|
4148
4140
|
"type": "propertySignature",
|
|
4149
4141
|
"key": {
|
|
4150
4142
|
"type": "identifier",
|
|
4151
|
-
"name": "
|
|
4143
|
+
"name": "action_type"
|
|
4152
4144
|
},
|
|
4153
4145
|
"annotation": {
|
|
4154
|
-
"type": "
|
|
4155
|
-
"value": "
|
|
4146
|
+
"type": "jsLiteral",
|
|
4147
|
+
"value": "alter_user"
|
|
4156
4148
|
},
|
|
4157
4149
|
"computed": false
|
|
4158
4150
|
},
|
|
@@ -4160,218 +4152,215 @@
|
|
|
4160
4152
|
"type": "propertySignature",
|
|
4161
4153
|
"key": {
|
|
4162
4154
|
"type": "identifier",
|
|
4163
|
-
"name": "
|
|
4164
|
-
},
|
|
4165
|
-
"annotation": {
|
|
4166
|
-
"type": "keyword",
|
|
4167
|
-
"value": "string"
|
|
4168
|
-
},
|
|
4169
|
-
"computed": false
|
|
4170
|
-
},
|
|
4171
|
-
{
|
|
4172
|
-
"type": "propertySignature",
|
|
4173
|
-
"key": {
|
|
4174
|
-
"type": "identifier",
|
|
4175
|
-
"name": "icon"
|
|
4176
|
-
},
|
|
4177
|
-
"annotation": {
|
|
4178
|
-
"type": "reference",
|
|
4179
|
-
"typeName": {
|
|
4180
|
-
"type": "identifier",
|
|
4181
|
-
"name": "GeneralIconProps"
|
|
4182
|
-
}
|
|
4183
|
-
},
|
|
4184
|
-
"optional": true,
|
|
4185
|
-
"computed": false
|
|
4186
|
-
},
|
|
4187
|
-
{
|
|
4188
|
-
"type": "propertySignature",
|
|
4189
|
-
"key": {
|
|
4190
|
-
"type": "identifier",
|
|
4191
|
-
"name": "hidden"
|
|
4155
|
+
"name": "metadata"
|
|
4192
4156
|
},
|
|
4193
4157
|
"annotation": {
|
|
4194
|
-
"type": "
|
|
4195
|
-
"
|
|
4158
|
+
"type": "typeLiteral",
|
|
4159
|
+
"members": [
|
|
4160
|
+
{
|
|
4161
|
+
"type": "propertySignature",
|
|
4162
|
+
"key": {
|
|
4163
|
+
"type": "identifier",
|
|
4164
|
+
"name": "before"
|
|
4165
|
+
},
|
|
4166
|
+
"annotation": {
|
|
4167
|
+
"type": "typeLiteral",
|
|
4168
|
+
"members": [
|
|
4169
|
+
{
|
|
4170
|
+
"type": "propertySignature",
|
|
4171
|
+
"key": {
|
|
4172
|
+
"type": "identifier",
|
|
4173
|
+
"name": "users"
|
|
4174
|
+
},
|
|
4175
|
+
"annotation": {
|
|
4176
|
+
"type": "reference",
|
|
4177
|
+
"typeName": {
|
|
4178
|
+
"type": "identifier",
|
|
4179
|
+
"name": "Array"
|
|
4180
|
+
},
|
|
4181
|
+
"typeParameters": {
|
|
4182
|
+
"type": "typeParameterInstantiation",
|
|
4183
|
+
"params": [
|
|
4184
|
+
{
|
|
4185
|
+
"type": "typeLiteral",
|
|
4186
|
+
"members": [
|
|
4187
|
+
{
|
|
4188
|
+
"type": "propertySignature",
|
|
4189
|
+
"key": {
|
|
4190
|
+
"type": "identifier",
|
|
4191
|
+
"name": "user_id"
|
|
4192
|
+
},
|
|
4193
|
+
"annotation": {
|
|
4194
|
+
"type": "keyword",
|
|
4195
|
+
"value": "string"
|
|
4196
|
+
},
|
|
4197
|
+
"computed": false
|
|
4198
|
+
},
|
|
4199
|
+
{
|
|
4200
|
+
"type": "propertySignature",
|
|
4201
|
+
"key": {
|
|
4202
|
+
"type": "identifier",
|
|
4203
|
+
"name": "user_name"
|
|
4204
|
+
},
|
|
4205
|
+
"annotation": {
|
|
4206
|
+
"type": "keyword",
|
|
4207
|
+
"value": "string"
|
|
4208
|
+
},
|
|
4209
|
+
"computed": false
|
|
4210
|
+
}
|
|
4211
|
+
]
|
|
4212
|
+
}
|
|
4213
|
+
]
|
|
4214
|
+
}
|
|
4215
|
+
},
|
|
4216
|
+
"computed": false
|
|
4217
|
+
}
|
|
4218
|
+
]
|
|
4219
|
+
},
|
|
4220
|
+
"computed": false
|
|
4221
|
+
},
|
|
4222
|
+
{
|
|
4223
|
+
"type": "propertySignature",
|
|
4224
|
+
"key": {
|
|
4225
|
+
"type": "identifier",
|
|
4226
|
+
"name": "after"
|
|
4227
|
+
},
|
|
4228
|
+
"annotation": {
|
|
4229
|
+
"type": "typeLiteral",
|
|
4230
|
+
"members": [
|
|
4231
|
+
{
|
|
4232
|
+
"type": "propertySignature",
|
|
4233
|
+
"key": {
|
|
4234
|
+
"type": "identifier",
|
|
4235
|
+
"name": "users"
|
|
4236
|
+
},
|
|
4237
|
+
"annotation": {
|
|
4238
|
+
"type": "reference",
|
|
4239
|
+
"typeName": {
|
|
4240
|
+
"type": "identifier",
|
|
4241
|
+
"name": "Array"
|
|
4242
|
+
},
|
|
4243
|
+
"typeParameters": {
|
|
4244
|
+
"type": "typeParameterInstantiation",
|
|
4245
|
+
"params": [
|
|
4246
|
+
{
|
|
4247
|
+
"type": "typeLiteral",
|
|
4248
|
+
"members": [
|
|
4249
|
+
{
|
|
4250
|
+
"type": "propertySignature",
|
|
4251
|
+
"key": {
|
|
4252
|
+
"type": "identifier",
|
|
4253
|
+
"name": "user_id"
|
|
4254
|
+
},
|
|
4255
|
+
"annotation": {
|
|
4256
|
+
"type": "keyword",
|
|
4257
|
+
"value": "string"
|
|
4258
|
+
},
|
|
4259
|
+
"computed": false
|
|
4260
|
+
},
|
|
4261
|
+
{
|
|
4262
|
+
"type": "propertySignature",
|
|
4263
|
+
"key": {
|
|
4264
|
+
"type": "identifier",
|
|
4265
|
+
"name": "user_name"
|
|
4266
|
+
},
|
|
4267
|
+
"annotation": {
|
|
4268
|
+
"type": "keyword",
|
|
4269
|
+
"value": "string"
|
|
4270
|
+
},
|
|
4271
|
+
"computed": false
|
|
4272
|
+
}
|
|
4273
|
+
]
|
|
4274
|
+
}
|
|
4275
|
+
]
|
|
4276
|
+
}
|
|
4277
|
+
},
|
|
4278
|
+
"computed": false
|
|
4279
|
+
}
|
|
4280
|
+
]
|
|
4281
|
+
},
|
|
4282
|
+
"computed": false
|
|
4283
|
+
}
|
|
4284
|
+
]
|
|
4196
4285
|
},
|
|
4197
|
-
"optional": true,
|
|
4198
4286
|
"computed": false
|
|
4199
4287
|
}
|
|
4200
|
-
]
|
|
4201
|
-
|
|
4202
|
-
|
|
4203
|
-
|
|
4204
|
-
|
|
4205
|
-
"properties": [
|
|
4206
|
-
{
|
|
4207
|
-
"name": "list",
|
|
4208
|
-
"annotation": {
|
|
4209
|
-
"type": "array",
|
|
4210
|
-
"elementType": {
|
|
4211
|
-
"type": "reference",
|
|
4212
|
-
"typeName": {
|
|
4213
|
-
"type": "identifier",
|
|
4214
|
-
"name": "Conversation"
|
|
4215
|
-
}
|
|
4216
|
-
}
|
|
4217
|
-
}
|
|
4218
|
-
},
|
|
4219
|
-
{
|
|
4220
|
-
"name": "urlTemplate",
|
|
4221
|
-
"annotation": {
|
|
4222
|
-
"type": "keyword",
|
|
4223
|
-
"value": "string"
|
|
4224
|
-
}
|
|
4225
|
-
},
|
|
4226
|
-
{
|
|
4227
|
-
"name": "actions",
|
|
4228
|
-
"annotation": {
|
|
4229
|
-
"type": "array",
|
|
4230
|
-
"elementType": {
|
|
4231
|
-
"type": "reference",
|
|
4232
|
-
"typeName": {
|
|
4233
|
-
"type": "identifier",
|
|
4234
|
-
"name": "ActionType"
|
|
4235
|
-
}
|
|
4236
|
-
}
|
|
4237
|
-
}
|
|
4238
|
-
},
|
|
4239
|
-
{
|
|
4240
|
-
"name": "goals",
|
|
4241
|
-
"annotation": {
|
|
4242
|
-
"type": "array",
|
|
4243
|
-
"elementType": {
|
|
4244
|
-
"type": "reference",
|
|
4245
|
-
"typeName": {
|
|
4246
|
-
"type": "identifier",
|
|
4247
|
-
"name": "Goal"
|
|
4248
|
-
}
|
|
4249
|
-
}
|
|
4250
|
-
}
|
|
4251
|
-
}
|
|
4252
|
-
],
|
|
4253
|
-
"events": [
|
|
4254
|
-
{
|
|
4255
|
-
"name": "goal.click",
|
|
4256
|
-
"detail": {
|
|
4257
|
-
"annotation": {
|
|
4258
|
-
"type": "reference",
|
|
4259
|
-
"typeName": {
|
|
4288
|
+
],
|
|
4289
|
+
"extends": [
|
|
4290
|
+
{
|
|
4291
|
+
"type": "expressionWithTypeArguments",
|
|
4292
|
+
"expression": {
|
|
4260
4293
|
"type": "identifier",
|
|
4261
|
-
"name": "
|
|
4294
|
+
"name": "ActivityBase"
|
|
4262
4295
|
}
|
|
4263
4296
|
}
|
|
4264
|
-
|
|
4297
|
+
]
|
|
4265
4298
|
},
|
|
4266
|
-
{
|
|
4267
|
-
"name": "action.click",
|
|
4268
|
-
"detail": {
|
|
4269
|
-
"annotation": {
|
|
4270
|
-
"type": "reference",
|
|
4271
|
-
"typeName": {
|
|
4272
|
-
"type": "identifier",
|
|
4273
|
-
"name": "ActionClickDetail"
|
|
4274
|
-
}
|
|
4275
|
-
}
|
|
4276
|
-
}
|
|
4277
|
-
}
|
|
4278
|
-
],
|
|
4279
|
-
"methods": [],
|
|
4280
|
-
"types": [
|
|
4281
4299
|
{
|
|
4282
4300
|
"type": "interface",
|
|
4283
|
-
"name": "
|
|
4301
|
+
"name": "ActivityOfAddComment",
|
|
4284
4302
|
"body": [
|
|
4285
4303
|
{
|
|
4286
4304
|
"type": "propertySignature",
|
|
4287
4305
|
"key": {
|
|
4288
4306
|
"type": "identifier",
|
|
4289
|
-
"name": "
|
|
4290
|
-
},
|
|
4291
|
-
"annotation": {
|
|
4292
|
-
"type": "keyword",
|
|
4293
|
-
"value": "string"
|
|
4294
|
-
},
|
|
4295
|
-
"computed": false
|
|
4296
|
-
},
|
|
4297
|
-
{
|
|
4298
|
-
"type": "propertySignature",
|
|
4299
|
-
"key": {
|
|
4300
|
-
"type": "identifier",
|
|
4301
|
-
"name": "title"
|
|
4302
|
-
},
|
|
4303
|
-
"annotation": {
|
|
4304
|
-
"type": "keyword",
|
|
4305
|
-
"value": "string"
|
|
4306
|
-
},
|
|
4307
|
-
"computed": false
|
|
4308
|
-
},
|
|
4309
|
-
{
|
|
4310
|
-
"type": "propertySignature",
|
|
4311
|
-
"key": {
|
|
4312
|
-
"type": "identifier",
|
|
4313
|
-
"name": "startTime"
|
|
4314
|
-
},
|
|
4315
|
-
"annotation": {
|
|
4316
|
-
"type": "keyword",
|
|
4317
|
-
"value": "number"
|
|
4318
|
-
},
|
|
4319
|
-
"computed": false
|
|
4320
|
-
},
|
|
4321
|
-
{
|
|
4322
|
-
"type": "propertySignature",
|
|
4323
|
-
"key": {
|
|
4324
|
-
"type": "identifier",
|
|
4325
|
-
"name": "description"
|
|
4307
|
+
"name": "action_type"
|
|
4326
4308
|
},
|
|
4327
4309
|
"annotation": {
|
|
4328
|
-
"type": "
|
|
4329
|
-
"value": "
|
|
4310
|
+
"type": "jsLiteral",
|
|
4311
|
+
"value": "add_comment"
|
|
4330
4312
|
},
|
|
4331
|
-
"optional": true,
|
|
4332
4313
|
"computed": false
|
|
4333
4314
|
},
|
|
4334
4315
|
{
|
|
4335
4316
|
"type": "propertySignature",
|
|
4336
4317
|
"key": {
|
|
4337
4318
|
"type": "identifier",
|
|
4338
|
-
"name": "
|
|
4319
|
+
"name": "metadata"
|
|
4339
4320
|
},
|
|
4340
4321
|
"annotation": {
|
|
4341
|
-
"type": "
|
|
4342
|
-
"
|
|
4322
|
+
"type": "typeLiteral",
|
|
4323
|
+
"members": [
|
|
4324
|
+
{
|
|
4325
|
+
"type": "propertySignature",
|
|
4326
|
+
"key": {
|
|
4327
|
+
"type": "identifier",
|
|
4328
|
+
"name": "comment_content"
|
|
4329
|
+
},
|
|
4330
|
+
"annotation": {
|
|
4331
|
+
"type": "keyword",
|
|
4332
|
+
"value": "string"
|
|
4333
|
+
},
|
|
4334
|
+
"computed": false
|
|
4335
|
+
}
|
|
4336
|
+
]
|
|
4343
4337
|
},
|
|
4344
|
-
"optional": true,
|
|
4345
4338
|
"computed": false
|
|
4346
|
-
}
|
|
4339
|
+
}
|
|
4340
|
+
],
|
|
4341
|
+
"extends": [
|
|
4347
4342
|
{
|
|
4348
|
-
"type": "
|
|
4349
|
-
"
|
|
4343
|
+
"type": "expressionWithTypeArguments",
|
|
4344
|
+
"expression": {
|
|
4350
4345
|
"type": "identifier",
|
|
4351
|
-
"name": "
|
|
4352
|
-
}
|
|
4353
|
-
"annotation": {
|
|
4354
|
-
"type": "keyword",
|
|
4355
|
-
"value": "string"
|
|
4356
|
-
},
|
|
4357
|
-
"optional": true,
|
|
4358
|
-
"computed": false
|
|
4346
|
+
"name": "ActivityBase"
|
|
4347
|
+
}
|
|
4359
4348
|
}
|
|
4360
4349
|
]
|
|
4361
4350
|
},
|
|
4362
4351
|
{
|
|
4363
4352
|
"type": "interface",
|
|
4364
|
-
"name": "
|
|
4353
|
+
"name": "ActivityOfStartConversation",
|
|
4365
4354
|
"body": [
|
|
4366
4355
|
{
|
|
4367
4356
|
"type": "propertySignature",
|
|
4368
4357
|
"key": {
|
|
4369
4358
|
"type": "identifier",
|
|
4370
|
-
"name": "
|
|
4359
|
+
"name": "action_type"
|
|
4371
4360
|
},
|
|
4372
4361
|
"annotation": {
|
|
4373
|
-
"type": "
|
|
4374
|
-
"value": "
|
|
4362
|
+
"type": "jsLiteral",
|
|
4363
|
+
"value": "start_conversation"
|
|
4375
4364
|
},
|
|
4376
4365
|
"computed": false
|
|
4377
4366
|
},
|
|
@@ -4379,54 +4368,92 @@
|
|
|
4379
4368
|
"type": "propertySignature",
|
|
4380
4369
|
"key": {
|
|
4381
4370
|
"type": "identifier",
|
|
4382
|
-
"name": "
|
|
4371
|
+
"name": "metadata"
|
|
4383
4372
|
},
|
|
4384
4373
|
"annotation": {
|
|
4385
|
-
"type": "
|
|
4386
|
-
"
|
|
4374
|
+
"type": "typeLiteral",
|
|
4375
|
+
"members": [
|
|
4376
|
+
{
|
|
4377
|
+
"type": "propertySignature",
|
|
4378
|
+
"key": {
|
|
4379
|
+
"type": "identifier",
|
|
4380
|
+
"name": "conversation_id"
|
|
4381
|
+
},
|
|
4382
|
+
"annotation": {
|
|
4383
|
+
"type": "keyword",
|
|
4384
|
+
"value": "string"
|
|
4385
|
+
},
|
|
4386
|
+
"computed": false
|
|
4387
|
+
},
|
|
4388
|
+
{
|
|
4389
|
+
"type": "propertySignature",
|
|
4390
|
+
"key": {
|
|
4391
|
+
"type": "identifier",
|
|
4392
|
+
"name": "conversation_title"
|
|
4393
|
+
},
|
|
4394
|
+
"annotation": {
|
|
4395
|
+
"type": "keyword",
|
|
4396
|
+
"value": "string"
|
|
4397
|
+
},
|
|
4398
|
+
"computed": false
|
|
4399
|
+
},
|
|
4400
|
+
{
|
|
4401
|
+
"type": "propertySignature",
|
|
4402
|
+
"key": {
|
|
4403
|
+
"type": "identifier",
|
|
4404
|
+
"name": "conversation_description"
|
|
4405
|
+
},
|
|
4406
|
+
"annotation": {
|
|
4407
|
+
"type": "keyword",
|
|
4408
|
+
"value": "string"
|
|
4409
|
+
},
|
|
4410
|
+
"optional": true,
|
|
4411
|
+
"computed": false
|
|
4412
|
+
}
|
|
4413
|
+
]
|
|
4387
4414
|
},
|
|
4388
4415
|
"computed": false
|
|
4389
4416
|
}
|
|
4390
|
-
]
|
|
4391
|
-
|
|
4392
|
-
{
|
|
4393
|
-
"type": "interface",
|
|
4394
|
-
"name": "ActionClickDetail",
|
|
4395
|
-
"body": [
|
|
4396
|
-
{
|
|
4397
|
-
"type": "propertySignature",
|
|
4398
|
-
"key": {
|
|
4399
|
-
"type": "identifier",
|
|
4400
|
-
"name": "action"
|
|
4401
|
-
},
|
|
4402
|
-
"annotation": {
|
|
4403
|
-
"type": "reference",
|
|
4404
|
-
"typeName": {
|
|
4405
|
-
"type": "identifier",
|
|
4406
|
-
"name": "SimpleActionType"
|
|
4407
|
-
}
|
|
4408
|
-
},
|
|
4409
|
-
"computed": false
|
|
4410
|
-
},
|
|
4417
|
+
],
|
|
4418
|
+
"extends": [
|
|
4411
4419
|
{
|
|
4412
|
-
"type": "
|
|
4413
|
-
"
|
|
4420
|
+
"type": "expressionWithTypeArguments",
|
|
4421
|
+
"expression": {
|
|
4414
4422
|
"type": "identifier",
|
|
4415
|
-
"name": "
|
|
4416
|
-
}
|
|
4417
|
-
"annotation": {
|
|
4418
|
-
"type": "reference",
|
|
4419
|
-
"typeName": {
|
|
4420
|
-
"type": "identifier",
|
|
4421
|
-
"name": "Conversation"
|
|
4422
|
-
}
|
|
4423
|
-
},
|
|
4424
|
-
"computed": false
|
|
4423
|
+
"name": "ActivityBase"
|
|
4424
|
+
}
|
|
4425
4425
|
}
|
|
4426
4426
|
]
|
|
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
|
{
|
|
@@ -5383,54 +5383,29 @@
|
|
|
5383
5383
|
}
|
|
5384
5384
|
]
|
|
5385
5385
|
},
|
|
5386
|
-
"ai-portal.running-flow": {
|
|
5387
|
-
"properties": [
|
|
5388
|
-
{
|
|
5389
|
-
"name": "spec",
|
|
5390
|
-
"annotation": {
|
|
5391
|
-
"type": "array",
|
|
5392
|
-
"elementType": {
|
|
5393
|
-
"type": "reference",
|
|
5394
|
-
"typeName": {
|
|
5395
|
-
"type": "identifier",
|
|
5396
|
-
"name": "FlowStage"
|
|
5397
|
-
}
|
|
5398
|
-
}
|
|
5399
|
-
}
|
|
5400
|
-
},
|
|
5401
|
-
{
|
|
5402
|
-
"name": "activeActivityId",
|
|
5403
|
-
"annotation": {
|
|
5404
|
-
"type": "union",
|
|
5405
|
-
"types": [
|
|
5406
|
-
{
|
|
5407
|
-
"type": "keyword",
|
|
5408
|
-
"value": "string"
|
|
5409
|
-
},
|
|
5410
|
-
{
|
|
5411
|
-
"type": "keyword",
|
|
5412
|
-
"value": "null"
|
|
5386
|
+
"ai-portal.running-flow": {
|
|
5387
|
+
"properties": [
|
|
5388
|
+
{
|
|
5389
|
+
"name": "spec",
|
|
5390
|
+
"annotation": {
|
|
5391
|
+
"type": "array",
|
|
5392
|
+
"elementType": {
|
|
5393
|
+
"type": "reference",
|
|
5394
|
+
"typeName": {
|
|
5395
|
+
"type": "identifier",
|
|
5396
|
+
"name": "FlowStage"
|
|
5413
5397
|
}
|
|
5414
|
-
|
|
5398
|
+
}
|
|
5415
5399
|
}
|
|
5416
5400
|
}
|
|
5417
5401
|
],
|
|
5418
5402
|
"events": [
|
|
5419
5403
|
{
|
|
5420
|
-
"name": "
|
|
5404
|
+
"name": "activity.click",
|
|
5421
5405
|
"detail": {
|
|
5422
5406
|
"annotation": {
|
|
5423
|
-
"type": "
|
|
5424
|
-
"
|
|
5425
|
-
{
|
|
5426
|
-
"type": "keyword",
|
|
5427
|
-
"value": "string"
|
|
5428
|
-
},
|
|
5429
|
-
{
|
|
5430
|
-
"type": "keyword",
|
|
5431
|
-
"value": "null"
|
|
5432
|
-
}
|
|
5433
|
-
]
|
|
5407
|
+
"type": "keyword",
|
|
5408
|
+
"value": "string"
|
|
5434
5409
|
}
|
|
5435
5410
|
}
|
|
5436
5411
|
}
|
|
@@ -5832,262 +5807,51 @@
|
|
|
5832
5807
|
{
|
|
5833
5808
|
"name": "notice.click",
|
|
5834
5809
|
"detail": {
|
|
5835
|
-
"annotation": {
|
|
5836
|
-
"type": "reference",
|
|
5837
|
-
"typeName": {
|
|
5838
|
-
"type": "identifier",
|
|
5839
|
-
"name": "NoticeItem"
|
|
5840
|
-
}
|
|
5841
|
-
}
|
|
5842
|
-
}
|
|
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
|
-
{
|
|
5860
|
-
"name": "mark.all.read",
|
|
5861
|
-
"detail": {
|
|
5862
|
-
"annotation": {
|
|
5863
|
-
"type": "keyword",
|
|
5864
|
-
"value": "void"
|
|
5865
|
-
}
|
|
5866
|
-
}
|
|
5867
|
-
}
|
|
5868
|
-
],
|
|
5869
|
-
"methods": [],
|
|
5870
|
-
"types": [
|
|
5871
|
-
{
|
|
5872
|
-
"type": "interface",
|
|
5873
|
-
"name": "NoticeItem",
|
|
5874
|
-
"body": [
|
|
5875
|
-
{
|
|
5876
|
-
"type": "propertySignature",
|
|
5877
|
-
"key": {
|
|
5878
|
-
"type": "identifier",
|
|
5879
|
-
"name": "id"
|
|
5880
|
-
},
|
|
5881
|
-
"annotation": {
|
|
5882
|
-
"type": "keyword",
|
|
5883
|
-
"value": "string"
|
|
5884
|
-
},
|
|
5885
|
-
"computed": false
|
|
5886
|
-
},
|
|
5887
|
-
{
|
|
5888
|
-
"type": "propertySignature",
|
|
5889
|
-
"key": {
|
|
5890
|
-
"type": "identifier",
|
|
5891
|
-
"name": "type"
|
|
5892
|
-
},
|
|
5893
|
-
"annotation": {
|
|
5894
|
-
"type": "keyword",
|
|
5895
|
-
"value": "string"
|
|
5896
|
-
},
|
|
5897
|
-
"computed": false
|
|
5898
|
-
},
|
|
5899
|
-
{
|
|
5900
|
-
"type": "propertySignature",
|
|
5901
|
-
"key": {
|
|
5902
|
-
"type": "identifier",
|
|
5903
|
-
"name": "isRead"
|
|
5904
|
-
},
|
|
5905
|
-
"annotation": {
|
|
5906
|
-
"type": "keyword",
|
|
5907
|
-
"value": "boolean"
|
|
5908
|
-
},
|
|
5909
|
-
"computed": false
|
|
5910
|
-
},
|
|
5911
|
-
{
|
|
5912
|
-
"type": "propertySignature",
|
|
5913
|
-
"key": {
|
|
5914
|
-
"type": "identifier",
|
|
5915
|
-
"name": "title"
|
|
5916
|
-
},
|
|
5917
|
-
"annotation": {
|
|
5918
|
-
"type": "keyword",
|
|
5919
|
-
"value": "string"
|
|
5920
|
-
},
|
|
5921
|
-
"computed": false
|
|
5922
|
-
},
|
|
5923
|
-
{
|
|
5924
|
-
"type": "propertySignature",
|
|
5925
|
-
"key": {
|
|
5926
|
-
"type": "identifier",
|
|
5927
|
-
"name": "description"
|
|
5928
|
-
},
|
|
5929
|
-
"annotation": {
|
|
5930
|
-
"type": "keyword",
|
|
5931
|
-
"value": "string"
|
|
5932
|
-
},
|
|
5933
|
-
"optional": true,
|
|
5934
|
-
"computed": false
|
|
5935
|
-
},
|
|
5936
|
-
{
|
|
5937
|
-
"type": "propertySignature",
|
|
5938
|
-
"key": {
|
|
5939
|
-
"type": "identifier",
|
|
5940
|
-
"name": "time"
|
|
5941
|
-
},
|
|
5942
|
-
"annotation": {
|
|
5943
|
-
"type": "keyword",
|
|
5944
|
-
"value": "number"
|
|
5945
|
-
},
|
|
5946
|
-
"computed": false
|
|
5947
|
-
},
|
|
5948
|
-
{
|
|
5949
|
-
"type": "propertySignature",
|
|
5950
|
-
"key": {
|
|
5951
|
-
"type": "identifier",
|
|
5952
|
-
"name": "url"
|
|
5953
|
-
},
|
|
5954
|
-
"annotation": {
|
|
5955
|
-
"type": "keyword",
|
|
5956
|
-
"value": "string"
|
|
5957
|
-
},
|
|
5958
|
-
"optional": true,
|
|
5959
|
-
"computed": false,
|
|
5960
|
-
"description": "单个消息详情链接,优先级高于 urlTemplate"
|
|
5961
|
-
}
|
|
5962
|
-
]
|
|
5963
|
-
}
|
|
5964
|
-
]
|
|
5965
|
-
},
|
|
5966
|
-
"ai-portal.goal-card-list": {
|
|
5967
|
-
"properties": [
|
|
5968
|
-
{
|
|
5969
|
-
"name": "goalList",
|
|
5970
|
-
"annotation": {
|
|
5971
|
-
"type": "array",
|
|
5972
|
-
"elementType": {
|
|
5973
|
-
"type": "reference",
|
|
5974
|
-
"typeName": {
|
|
5975
|
-
"type": "identifier",
|
|
5976
|
-
"name": "GoalItem"
|
|
5977
|
-
}
|
|
5978
|
-
}
|
|
5979
|
-
}
|
|
5980
|
-
},
|
|
5981
|
-
{
|
|
5982
|
-
"name": "cardStyle",
|
|
5983
|
-
"annotation": {
|
|
5984
|
-
"type": "reference",
|
|
5985
|
-
"typeName": {
|
|
5986
|
-
"type": "qualifiedName",
|
|
5987
|
-
"left": {
|
|
5988
|
-
"type": "identifier",
|
|
5989
|
-
"name": "React"
|
|
5990
|
-
},
|
|
5991
|
-
"right": {
|
|
5992
|
-
"type": "identifier",
|
|
5993
|
-
"name": "CSSProperties"
|
|
5994
|
-
}
|
|
5995
|
-
}
|
|
5996
|
-
}
|
|
5997
|
-
},
|
|
5998
|
-
{
|
|
5999
|
-
"name": "activeKey",
|
|
6000
|
-
"annotation": {
|
|
6001
|
-
"type": "keyword",
|
|
6002
|
-
"value": "string"
|
|
6003
|
-
}
|
|
6004
|
-
}
|
|
6005
|
-
],
|
|
6006
|
-
"events": [
|
|
6007
|
-
{
|
|
6008
|
-
"name": "item.click",
|
|
6009
|
-
"detail": {
|
|
6010
|
-
"annotation": {
|
|
6011
|
-
"type": "reference",
|
|
6012
|
-
"typeName": {
|
|
6013
|
-
"type": "identifier",
|
|
6014
|
-
"name": "GoalItem"
|
|
6015
|
-
}
|
|
6016
|
-
}
|
|
6017
|
-
}
|
|
6018
|
-
},
|
|
6019
|
-
{
|
|
6020
|
-
"name": "item.status.change",
|
|
6021
|
-
"detail": {
|
|
6022
|
-
"annotation": {
|
|
6023
|
-
"type": "reference",
|
|
6024
|
-
"typeName": {
|
|
6025
|
-
"type": "identifier",
|
|
6026
|
-
"name": "GoalItem"
|
|
6027
|
-
}
|
|
6028
|
-
}
|
|
6029
|
-
}
|
|
6030
|
-
},
|
|
6031
|
-
{
|
|
6032
|
-
"name": "item.title.change",
|
|
6033
|
-
"detail": {
|
|
6034
|
-
"annotation": {
|
|
6035
|
-
"type": "reference",
|
|
6036
|
-
"typeName": {
|
|
6037
|
-
"type": "identifier",
|
|
6038
|
-
"name": "GoalItem"
|
|
6039
|
-
}
|
|
6040
|
-
}
|
|
6041
|
-
}
|
|
6042
|
-
},
|
|
6043
|
-
{
|
|
6044
|
-
"name": "item.new.chat",
|
|
6045
|
-
"detail": {
|
|
6046
|
-
"annotation": {
|
|
6047
|
-
"type": "reference",
|
|
6048
|
-
"typeName": {
|
|
6049
|
-
"type": "identifier",
|
|
6050
|
-
"name": "GoalItem"
|
|
6051
|
-
}
|
|
6052
|
-
}
|
|
6053
|
-
}
|
|
6054
|
-
}
|
|
6055
|
-
],
|
|
6056
|
-
"methods": [
|
|
6057
|
-
{
|
|
6058
|
-
"name": "appendChildDone",
|
|
6059
|
-
"params": [
|
|
6060
|
-
{
|
|
6061
|
-
"name": "pendingId",
|
|
6062
|
-
"annotation": {
|
|
6063
|
-
"type": "keyword",
|
|
6064
|
-
"value": "string"
|
|
5810
|
+
"annotation": {
|
|
5811
|
+
"type": "reference",
|
|
5812
|
+
"typeName": {
|
|
5813
|
+
"type": "identifier",
|
|
5814
|
+
"name": "NoticeItem"
|
|
6065
5815
|
}
|
|
6066
|
-
}
|
|
6067
|
-
|
|
6068
|
-
|
|
6069
|
-
|
|
5816
|
+
}
|
|
5817
|
+
}
|
|
5818
|
+
},
|
|
5819
|
+
{
|
|
5820
|
+
"name": "mark.items.read",
|
|
5821
|
+
"detail": {
|
|
5822
|
+
"annotation": {
|
|
5823
|
+
"type": "array",
|
|
5824
|
+
"elementType": {
|
|
6070
5825
|
"type": "reference",
|
|
6071
5826
|
"typeName": {
|
|
6072
5827
|
"type": "identifier",
|
|
6073
|
-
"name": "
|
|
5828
|
+
"name": "NoticeItem"
|
|
6074
5829
|
}
|
|
6075
5830
|
}
|
|
6076
5831
|
}
|
|
6077
|
-
|
|
6078
|
-
|
|
5832
|
+
}
|
|
5833
|
+
},
|
|
5834
|
+
{
|
|
5835
|
+
"name": "mark.all.read",
|
|
5836
|
+
"detail": {
|
|
5837
|
+
"annotation": {
|
|
5838
|
+
"type": "keyword",
|
|
5839
|
+
"value": "void"
|
|
5840
|
+
}
|
|
5841
|
+
}
|
|
6079
5842
|
}
|
|
6080
5843
|
],
|
|
5844
|
+
"methods": [],
|
|
6081
5845
|
"types": [
|
|
6082
5846
|
{
|
|
6083
5847
|
"type": "interface",
|
|
6084
|
-
"name": "
|
|
5848
|
+
"name": "NoticeItem",
|
|
6085
5849
|
"body": [
|
|
6086
5850
|
{
|
|
6087
5851
|
"type": "propertySignature",
|
|
6088
5852
|
"key": {
|
|
6089
5853
|
"type": "identifier",
|
|
6090
|
-
"name": "
|
|
5854
|
+
"name": "id"
|
|
6091
5855
|
},
|
|
6092
5856
|
"annotation": {
|
|
6093
5857
|
"type": "keyword",
|
|
@@ -6099,39 +5863,23 @@
|
|
|
6099
5863
|
"type": "propertySignature",
|
|
6100
5864
|
"key": {
|
|
6101
5865
|
"type": "identifier",
|
|
6102
|
-
"name": "
|
|
5866
|
+
"name": "type"
|
|
6103
5867
|
},
|
|
6104
5868
|
"annotation": {
|
|
6105
5869
|
"type": "keyword",
|
|
6106
5870
|
"value": "string"
|
|
6107
5871
|
},
|
|
6108
|
-
"optional": true,
|
|
6109
|
-
"computed": false
|
|
6110
|
-
},
|
|
6111
|
-
{
|
|
6112
|
-
"type": "propertySignature",
|
|
6113
|
-
"key": {
|
|
6114
|
-
"type": "identifier",
|
|
6115
|
-
"name": "state"
|
|
6116
|
-
},
|
|
6117
|
-
"annotation": {
|
|
6118
|
-
"type": "reference",
|
|
6119
|
-
"typeName": {
|
|
6120
|
-
"type": "identifier",
|
|
6121
|
-
"name": "GoalState"
|
|
6122
|
-
}
|
|
6123
|
-
},
|
|
6124
5872
|
"computed": false
|
|
6125
5873
|
},
|
|
6126
5874
|
{
|
|
6127
5875
|
"type": "propertySignature",
|
|
6128
5876
|
"key": {
|
|
6129
5877
|
"type": "identifier",
|
|
6130
|
-
"name": "
|
|
5878
|
+
"name": "isRead"
|
|
6131
5879
|
},
|
|
6132
5880
|
"annotation": {
|
|
6133
5881
|
"type": "keyword",
|
|
6134
|
-
"value": "
|
|
5882
|
+
"value": "boolean"
|
|
6135
5883
|
},
|
|
6136
5884
|
"computed": false
|
|
6137
5885
|
},
|
|
@@ -6139,67 +5887,32 @@
|
|
|
6139
5887
|
"type": "propertySignature",
|
|
6140
5888
|
"key": {
|
|
6141
5889
|
"type": "identifier",
|
|
6142
|
-
"name": "
|
|
5890
|
+
"name": "title"
|
|
6143
5891
|
},
|
|
6144
5892
|
"annotation": {
|
|
6145
5893
|
"type": "keyword",
|
|
6146
|
-
"value": "
|
|
6147
|
-
},
|
|
6148
|
-
"optional": true,
|
|
6149
|
-
"computed": false
|
|
6150
|
-
},
|
|
6151
|
-
{
|
|
6152
|
-
"type": "propertySignature",
|
|
6153
|
-
"key": {
|
|
6154
|
-
"type": "identifier",
|
|
6155
|
-
"name": "owner"
|
|
6156
|
-
},
|
|
6157
|
-
"annotation": {
|
|
6158
|
-
"type": "reference",
|
|
6159
|
-
"typeName": {
|
|
6160
|
-
"type": "identifier",
|
|
6161
|
-
"name": "GoalMember"
|
|
6162
|
-
}
|
|
6163
|
-
},
|
|
6164
|
-
"optional": true,
|
|
6165
|
-
"computed": false
|
|
6166
|
-
},
|
|
6167
|
-
{
|
|
6168
|
-
"type": "propertySignature",
|
|
6169
|
-
"key": {
|
|
6170
|
-
"type": "identifier",
|
|
6171
|
-
"name": "users"
|
|
6172
|
-
},
|
|
6173
|
-
"annotation": {
|
|
6174
|
-
"type": "array",
|
|
6175
|
-
"elementType": {
|
|
6176
|
-
"type": "reference",
|
|
6177
|
-
"typeName": {
|
|
6178
|
-
"type": "identifier",
|
|
6179
|
-
"name": "GoalMember"
|
|
6180
|
-
}
|
|
6181
|
-
}
|
|
5894
|
+
"value": "string"
|
|
6182
5895
|
},
|
|
6183
|
-
"optional": true,
|
|
6184
5896
|
"computed": false
|
|
6185
5897
|
},
|
|
6186
5898
|
{
|
|
6187
5899
|
"type": "propertySignature",
|
|
6188
5900
|
"key": {
|
|
6189
5901
|
"type": "identifier",
|
|
6190
|
-
"name": "
|
|
5902
|
+
"name": "description"
|
|
6191
5903
|
},
|
|
6192
5904
|
"annotation": {
|
|
6193
5905
|
"type": "keyword",
|
|
6194
5906
|
"value": "string"
|
|
6195
5907
|
},
|
|
5908
|
+
"optional": true,
|
|
6196
5909
|
"computed": false
|
|
6197
5910
|
},
|
|
6198
5911
|
{
|
|
6199
5912
|
"type": "propertySignature",
|
|
6200
5913
|
"key": {
|
|
6201
5914
|
"type": "identifier",
|
|
6202
|
-
"name": "
|
|
5915
|
+
"name": "time"
|
|
6203
5916
|
},
|
|
6204
5917
|
"annotation": {
|
|
6205
5918
|
"type": "keyword",
|
|
@@ -6211,149 +5924,105 @@
|
|
|
6211
5924
|
"type": "propertySignature",
|
|
6212
5925
|
"key": {
|
|
6213
5926
|
"type": "identifier",
|
|
6214
|
-
"name": "
|
|
6215
|
-
},
|
|
6216
|
-
"annotation": {
|
|
6217
|
-
"type": "keyword",
|
|
6218
|
-
"value": "boolean"
|
|
6219
|
-
},
|
|
6220
|
-
"optional": true,
|
|
6221
|
-
"computed": false
|
|
6222
|
-
},
|
|
6223
|
-
{
|
|
6224
|
-
"type": "propertySignature",
|
|
6225
|
-
"key": {
|
|
6226
|
-
"type": "identifier",
|
|
6227
|
-
"name": "pendingParentId"
|
|
5927
|
+
"name": "url"
|
|
6228
5928
|
},
|
|
6229
5929
|
"annotation": {
|
|
6230
5930
|
"type": "keyword",
|
|
6231
5931
|
"value": "string"
|
|
6232
5932
|
},
|
|
6233
5933
|
"optional": true,
|
|
6234
|
-
"computed": false
|
|
6235
|
-
|
|
6236
|
-
]
|
|
6237
|
-
},
|
|
6238
|
-
{
|
|
6239
|
-
"type": "typeAlias",
|
|
6240
|
-
"name": "GoalState",
|
|
6241
|
-
"annotation": {
|
|
6242
|
-
"type": "union",
|
|
6243
|
-
"types": [
|
|
6244
|
-
{
|
|
6245
|
-
"type": "jsLiteral",
|
|
6246
|
-
"value": "ready"
|
|
6247
|
-
},
|
|
6248
|
-
{
|
|
6249
|
-
"type": "jsLiteral",
|
|
6250
|
-
"value": "working"
|
|
6251
|
-
},
|
|
6252
|
-
{
|
|
6253
|
-
"type": "jsLiteral",
|
|
6254
|
-
"value": "completed"
|
|
6255
|
-
}
|
|
6256
|
-
]
|
|
6257
|
-
}
|
|
6258
|
-
},
|
|
6259
|
-
{
|
|
6260
|
-
"type": "interface",
|
|
6261
|
-
"name": "GoalMember",
|
|
6262
|
-
"body": [
|
|
6263
|
-
{
|
|
6264
|
-
"type": "propertySignature",
|
|
6265
|
-
"key": {
|
|
6266
|
-
"type": "identifier",
|
|
6267
|
-
"name": "instanceId"
|
|
6268
|
-
},
|
|
6269
|
-
"annotation": {
|
|
6270
|
-
"type": "keyword",
|
|
6271
|
-
"value": "string"
|
|
6272
|
-
},
|
|
6273
|
-
"computed": false
|
|
5934
|
+
"computed": false,
|
|
5935
|
+
"description": "单个消息详情链接,优先级高于 urlTemplate"
|
|
6274
5936
|
}
|
|
6275
5937
|
]
|
|
6276
5938
|
}
|
|
6277
5939
|
]
|
|
6278
5940
|
},
|
|
6279
|
-
"ai-portal.
|
|
5941
|
+
"ai-portal.goal-card-list": {
|
|
6280
5942
|
"properties": [
|
|
6281
5943
|
{
|
|
6282
|
-
"name": "
|
|
5944
|
+
"name": "goalList",
|
|
6283
5945
|
"annotation": {
|
|
6284
|
-
"type": "
|
|
6285
|
-
"
|
|
5946
|
+
"type": "array",
|
|
5947
|
+
"elementType": {
|
|
5948
|
+
"type": "reference",
|
|
5949
|
+
"typeName": {
|
|
5950
|
+
"type": "identifier",
|
|
5951
|
+
"name": "GoalItem"
|
|
5952
|
+
}
|
|
5953
|
+
}
|
|
6286
5954
|
}
|
|
6287
5955
|
},
|
|
6288
5956
|
{
|
|
6289
|
-
"name": "
|
|
5957
|
+
"name": "cardStyle",
|
|
6290
5958
|
"annotation": {
|
|
6291
|
-
"type": "
|
|
6292
|
-
"
|
|
5959
|
+
"type": "reference",
|
|
5960
|
+
"typeName": {
|
|
5961
|
+
"type": "qualifiedName",
|
|
5962
|
+
"left": {
|
|
5963
|
+
"type": "identifier",
|
|
5964
|
+
"name": "React"
|
|
5965
|
+
},
|
|
5966
|
+
"right": {
|
|
5967
|
+
"type": "identifier",
|
|
5968
|
+
"name": "CSSProperties"
|
|
5969
|
+
}
|
|
5970
|
+
}
|
|
6293
5971
|
}
|
|
6294
5972
|
},
|
|
6295
5973
|
{
|
|
6296
|
-
"name": "
|
|
5974
|
+
"name": "activeKey",
|
|
6297
5975
|
"annotation": {
|
|
6298
5976
|
"type": "keyword",
|
|
6299
|
-
"value": "
|
|
5977
|
+
"value": "string"
|
|
6300
5978
|
}
|
|
6301
|
-
}
|
|
5979
|
+
}
|
|
5980
|
+
],
|
|
5981
|
+
"events": [
|
|
6302
5982
|
{
|
|
6303
|
-
"name": "
|
|
6304
|
-
"
|
|
6305
|
-
"
|
|
6306
|
-
"elementType": {
|
|
5983
|
+
"name": "item.click",
|
|
5984
|
+
"detail": {
|
|
5985
|
+
"annotation": {
|
|
6307
5986
|
"type": "reference",
|
|
6308
5987
|
"typeName": {
|
|
6309
5988
|
"type": "identifier",
|
|
6310
|
-
"name": "
|
|
5989
|
+
"name": "GoalItem"
|
|
6311
5990
|
}
|
|
6312
5991
|
}
|
|
6313
5992
|
}
|
|
6314
5993
|
},
|
|
6315
5994
|
{
|
|
6316
|
-
"name": "
|
|
6317
|
-
"
|
|
6318
|
-
"
|
|
6319
|
-
"elementType": {
|
|
5995
|
+
"name": "item.status.change",
|
|
5996
|
+
"detail": {
|
|
5997
|
+
"annotation": {
|
|
6320
5998
|
"type": "reference",
|
|
6321
5999
|
"typeName": {
|
|
6322
6000
|
"type": "identifier",
|
|
6323
|
-
"name": "
|
|
6001
|
+
"name": "GoalItem"
|
|
6324
6002
|
}
|
|
6325
6003
|
}
|
|
6326
6004
|
}
|
|
6327
6005
|
},
|
|
6328
6006
|
{
|
|
6329
|
-
"name": "
|
|
6330
|
-
"annotation": {
|
|
6331
|
-
"type": "reference",
|
|
6332
|
-
"typeName": {
|
|
6333
|
-
"type": "identifier",
|
|
6334
|
-
"name": "UploadOptions"
|
|
6335
|
-
}
|
|
6336
|
-
}
|
|
6337
|
-
}
|
|
6338
|
-
],
|
|
6339
|
-
"events": [
|
|
6340
|
-
{
|
|
6341
|
-
"name": "message.submit",
|
|
6007
|
+
"name": "item.title.change",
|
|
6342
6008
|
"detail": {
|
|
6343
6009
|
"annotation": {
|
|
6344
|
-
"type": "
|
|
6345
|
-
"
|
|
6010
|
+
"type": "reference",
|
|
6011
|
+
"typeName": {
|
|
6012
|
+
"type": "identifier",
|
|
6013
|
+
"name": "GoalItem"
|
|
6014
|
+
}
|
|
6346
6015
|
}
|
|
6347
6016
|
}
|
|
6348
6017
|
},
|
|
6349
6018
|
{
|
|
6350
|
-
"name": "chat
|
|
6019
|
+
"name": "item.new.chat",
|
|
6351
6020
|
"detail": {
|
|
6352
6021
|
"annotation": {
|
|
6353
6022
|
"type": "reference",
|
|
6354
6023
|
"typeName": {
|
|
6355
6024
|
"type": "identifier",
|
|
6356
|
-
"name": "
|
|
6025
|
+
"name": "GoalItem"
|
|
6357
6026
|
}
|
|
6358
6027
|
}
|
|
6359
6028
|
}
|
|
@@ -6361,39 +6030,39 @@
|
|
|
6361
6030
|
],
|
|
6362
6031
|
"methods": [
|
|
6363
6032
|
{
|
|
6364
|
-
"name": "
|
|
6033
|
+
"name": "appendChildDone",
|
|
6365
6034
|
"params": [
|
|
6366
6035
|
{
|
|
6367
|
-
"name": "
|
|
6036
|
+
"name": "pendingId",
|
|
6368
6037
|
"annotation": {
|
|
6369
6038
|
"type": "keyword",
|
|
6370
6039
|
"value": "string"
|
|
6371
6040
|
}
|
|
6041
|
+
},
|
|
6042
|
+
{
|
|
6043
|
+
"name": "newItem",
|
|
6044
|
+
"annotation": {
|
|
6045
|
+
"type": "reference",
|
|
6046
|
+
"typeName": {
|
|
6047
|
+
"type": "identifier",
|
|
6048
|
+
"name": "GoalItem"
|
|
6049
|
+
}
|
|
6050
|
+
}
|
|
6372
6051
|
}
|
|
6373
6052
|
],
|
|
6374
6053
|
"returns": {}
|
|
6375
|
-
},
|
|
6376
|
-
{
|
|
6377
|
-
"name": "getValue",
|
|
6378
|
-
"params": [],
|
|
6379
|
-
"returns": {}
|
|
6380
|
-
},
|
|
6381
|
-
{
|
|
6382
|
-
"name": "focusOnInput",
|
|
6383
|
-
"params": [],
|
|
6384
|
-
"returns": {}
|
|
6385
6054
|
}
|
|
6386
6055
|
],
|
|
6387
6056
|
"types": [
|
|
6388
6057
|
{
|
|
6389
6058
|
"type": "interface",
|
|
6390
|
-
"name": "
|
|
6059
|
+
"name": "GoalItem",
|
|
6391
6060
|
"body": [
|
|
6392
6061
|
{
|
|
6393
6062
|
"type": "propertySignature",
|
|
6394
6063
|
"key": {
|
|
6395
6064
|
"type": "identifier",
|
|
6396
|
-
"name": "
|
|
6065
|
+
"name": "title"
|
|
6397
6066
|
},
|
|
6398
6067
|
"annotation": {
|
|
6399
6068
|
"type": "keyword",
|
|
@@ -6405,29 +6074,27 @@
|
|
|
6405
6074
|
"type": "propertySignature",
|
|
6406
6075
|
"key": {
|
|
6407
6076
|
"type": "identifier",
|
|
6408
|
-
"name": "
|
|
6077
|
+
"name": "description"
|
|
6409
6078
|
},
|
|
6410
6079
|
"annotation": {
|
|
6411
6080
|
"type": "keyword",
|
|
6412
6081
|
"value": "string"
|
|
6413
6082
|
},
|
|
6083
|
+
"optional": true,
|
|
6414
6084
|
"computed": false
|
|
6415
|
-
}
|
|
6416
|
-
]
|
|
6417
|
-
},
|
|
6418
|
-
{
|
|
6419
|
-
"type": "interface",
|
|
6420
|
-
"name": "Command",
|
|
6421
|
-
"body": [
|
|
6085
|
+
},
|
|
6422
6086
|
{
|
|
6423
6087
|
"type": "propertySignature",
|
|
6424
6088
|
"key": {
|
|
6425
6089
|
"type": "identifier",
|
|
6426
|
-
"name": "
|
|
6090
|
+
"name": "state"
|
|
6427
6091
|
},
|
|
6428
6092
|
"annotation": {
|
|
6429
|
-
"type": "
|
|
6430
|
-
"
|
|
6093
|
+
"type": "reference",
|
|
6094
|
+
"typeName": {
|
|
6095
|
+
"type": "identifier",
|
|
6096
|
+
"name": "GoalState"
|
|
6097
|
+
}
|
|
6431
6098
|
},
|
|
6432
6099
|
"computed": false
|
|
6433
6100
|
},
|
|
@@ -6435,11 +6102,11 @@
|
|
|
6435
6102
|
"type": "propertySignature",
|
|
6436
6103
|
"key": {
|
|
6437
6104
|
"type": "identifier",
|
|
6438
|
-
"name": "
|
|
6105
|
+
"name": "id"
|
|
6439
6106
|
},
|
|
6440
6107
|
"annotation": {
|
|
6441
6108
|
"type": "keyword",
|
|
6442
|
-
"value": "
|
|
6109
|
+
"value": "number"
|
|
6443
6110
|
},
|
|
6444
6111
|
"computed": false
|
|
6445
6112
|
},
|
|
@@ -6447,11 +6114,11 @@
|
|
|
6447
6114
|
"type": "propertySignature",
|
|
6448
6115
|
"key": {
|
|
6449
6116
|
"type": "identifier",
|
|
6450
|
-
"name": "
|
|
6117
|
+
"name": "conversations"
|
|
6451
6118
|
},
|
|
6452
6119
|
"annotation": {
|
|
6453
6120
|
"type": "keyword",
|
|
6454
|
-
"value": "
|
|
6121
|
+
"value": "number"
|
|
6455
6122
|
},
|
|
6456
6123
|
"optional": true,
|
|
6457
6124
|
"computed": false
|
|
@@ -6460,11 +6127,14 @@
|
|
|
6460
6127
|
"type": "propertySignature",
|
|
6461
6128
|
"key": {
|
|
6462
6129
|
"type": "identifier",
|
|
6463
|
-
"name": "
|
|
6130
|
+
"name": "owner"
|
|
6464
6131
|
},
|
|
6465
6132
|
"annotation": {
|
|
6466
|
-
"type": "
|
|
6467
|
-
"
|
|
6133
|
+
"type": "reference",
|
|
6134
|
+
"typeName": {
|
|
6135
|
+
"type": "identifier",
|
|
6136
|
+
"name": "GoalMember"
|
|
6137
|
+
}
|
|
6468
6138
|
},
|
|
6469
6139
|
"optional": true,
|
|
6470
6140
|
"computed": false
|
|
@@ -6473,7 +6143,7 @@
|
|
|
6473
6143
|
"type": "propertySignature",
|
|
6474
6144
|
"key": {
|
|
6475
6145
|
"type": "identifier",
|
|
6476
|
-
"name": "
|
|
6146
|
+
"name": "users"
|
|
6477
6147
|
},
|
|
6478
6148
|
"annotation": {
|
|
6479
6149
|
"type": "array",
|
|
@@ -6481,7 +6151,7 @@
|
|
|
6481
6151
|
"type": "reference",
|
|
6482
6152
|
"typeName": {
|
|
6483
6153
|
"type": "identifier",
|
|
6484
|
-
"name": "
|
|
6154
|
+
"name": "GoalMember"
|
|
6485
6155
|
}
|
|
6486
6156
|
}
|
|
6487
6157
|
},
|
|
@@ -6492,112 +6162,35 @@
|
|
|
6492
6162
|
"type": "propertySignature",
|
|
6493
6163
|
"key": {
|
|
6494
6164
|
"type": "identifier",
|
|
6495
|
-
"name": "
|
|
6496
|
-
},
|
|
6497
|
-
"annotation": {
|
|
6498
|
-
"type": "reference",
|
|
6499
|
-
"typeName": {
|
|
6500
|
-
"type": "identifier",
|
|
6501
|
-
"name": "CommandPayload"
|
|
6502
|
-
}
|
|
6503
|
-
},
|
|
6504
|
-
"optional": true,
|
|
6505
|
-
"computed": false
|
|
6506
|
-
}
|
|
6507
|
-
]
|
|
6508
|
-
},
|
|
6509
|
-
{
|
|
6510
|
-
"type": "interface",
|
|
6511
|
-
"name": "UploadOptions",
|
|
6512
|
-
"body": [
|
|
6513
|
-
{
|
|
6514
|
-
"type": "propertySignature",
|
|
6515
|
-
"key": {
|
|
6516
|
-
"type": "identifier",
|
|
6517
|
-
"name": "enabled"
|
|
6518
|
-
},
|
|
6519
|
-
"annotation": {
|
|
6520
|
-
"type": "keyword",
|
|
6521
|
-
"value": "boolean"
|
|
6522
|
-
},
|
|
6523
|
-
"optional": true,
|
|
6524
|
-
"computed": false
|
|
6525
|
-
},
|
|
6526
|
-
{
|
|
6527
|
-
"type": "propertySignature",
|
|
6528
|
-
"key": {
|
|
6529
|
-
"type": "identifier",
|
|
6530
|
-
"name": "dragDisabled"
|
|
6531
|
-
},
|
|
6532
|
-
"annotation": {
|
|
6533
|
-
"type": "keyword",
|
|
6534
|
-
"value": "boolean"
|
|
6535
|
-
},
|
|
6536
|
-
"optional": true,
|
|
6537
|
-
"computed": false
|
|
6538
|
-
},
|
|
6539
|
-
{
|
|
6540
|
-
"type": "propertySignature",
|
|
6541
|
-
"key": {
|
|
6542
|
-
"type": "identifier",
|
|
6543
|
-
"name": "dragTips"
|
|
6544
|
-
},
|
|
6545
|
-
"annotation": {
|
|
6546
|
-
"type": "keyword",
|
|
6547
|
-
"value": "string"
|
|
6548
|
-
},
|
|
6549
|
-
"optional": true,
|
|
6550
|
-
"computed": false
|
|
6551
|
-
},
|
|
6552
|
-
{
|
|
6553
|
-
"type": "propertySignature",
|
|
6554
|
-
"key": {
|
|
6555
|
-
"type": "identifier",
|
|
6556
|
-
"name": "accept"
|
|
6165
|
+
"name": "instanceId"
|
|
6557
6166
|
},
|
|
6558
6167
|
"annotation": {
|
|
6559
6168
|
"type": "keyword",
|
|
6560
6169
|
"value": "string"
|
|
6561
6170
|
},
|
|
6562
|
-
"optional": true,
|
|
6563
6171
|
"computed": false
|
|
6564
6172
|
},
|
|
6565
6173
|
{
|
|
6566
6174
|
"type": "propertySignature",
|
|
6567
6175
|
"key": {
|
|
6568
6176
|
"type": "identifier",
|
|
6569
|
-
"name": "
|
|
6177
|
+
"name": "level"
|
|
6570
6178
|
},
|
|
6571
6179
|
"annotation": {
|
|
6572
6180
|
"type": "keyword",
|
|
6573
6181
|
"value": "number"
|
|
6574
6182
|
},
|
|
6575
|
-
"optional": true,
|
|
6576
6183
|
"computed": false
|
|
6577
6184
|
},
|
|
6578
6185
|
{
|
|
6579
6186
|
"type": "propertySignature",
|
|
6580
6187
|
"key": {
|
|
6581
6188
|
"type": "identifier",
|
|
6582
|
-
"name": "
|
|
6583
|
-
},
|
|
6584
|
-
"annotation": {
|
|
6585
|
-
"type": "keyword",
|
|
6586
|
-
"value": "number"
|
|
6587
|
-
},
|
|
6588
|
-
"optional": true,
|
|
6589
|
-
"computed": false,
|
|
6590
|
-
"description": "In bytes"
|
|
6591
|
-
},
|
|
6592
|
-
{
|
|
6593
|
-
"type": "propertySignature",
|
|
6594
|
-
"key": {
|
|
6595
|
-
"type": "identifier",
|
|
6596
|
-
"name": "readableAccept"
|
|
6189
|
+
"name": "pending"
|
|
6597
6190
|
},
|
|
6598
6191
|
"annotation": {
|
|
6599
6192
|
"type": "keyword",
|
|
6600
|
-
"value": "
|
|
6193
|
+
"value": "boolean"
|
|
6601
6194
|
},
|
|
6602
6195
|
"optional": true,
|
|
6603
6196
|
"computed": false
|
|
@@ -6606,7 +6199,7 @@
|
|
|
6606
6199
|
"type": "propertySignature",
|
|
6607
6200
|
"key": {
|
|
6608
6201
|
"type": "identifier",
|
|
6609
|
-
"name": "
|
|
6202
|
+
"name": "pendingParentId"
|
|
6610
6203
|
},
|
|
6611
6204
|
"annotation": {
|
|
6612
6205
|
"type": "keyword",
|
|
@@ -6618,113 +6211,35 @@
|
|
|
6618
6211
|
]
|
|
6619
6212
|
},
|
|
6620
6213
|
{
|
|
6621
|
-
"type": "
|
|
6622
|
-
"name": "
|
|
6623
|
-
"
|
|
6624
|
-
|
|
6625
|
-
|
|
6626
|
-
|
|
6627
|
-
"type": "
|
|
6628
|
-
"
|
|
6214
|
+
"type": "typeAlias",
|
|
6215
|
+
"name": "GoalState",
|
|
6216
|
+
"annotation": {
|
|
6217
|
+
"type": "union",
|
|
6218
|
+
"types": [
|
|
6219
|
+
{
|
|
6220
|
+
"type": "jsLiteral",
|
|
6221
|
+
"value": "ready"
|
|
6629
6222
|
},
|
|
6630
|
-
|
|
6631
|
-
"type": "
|
|
6632
|
-
"value": "
|
|
6223
|
+
{
|
|
6224
|
+
"type": "jsLiteral",
|
|
6225
|
+
"value": "working"
|
|
6633
6226
|
},
|
|
6634
|
-
|
|
6635
|
-
|
|
6636
|
-
|
|
6637
|
-
"extends": [
|
|
6638
|
-
{
|
|
6639
|
-
"type": "expressionWithTypeArguments",
|
|
6640
|
-
"expression": {
|
|
6641
|
-
"type": "identifier",
|
|
6642
|
-
"name": "ExtraChatPayload"
|
|
6227
|
+
{
|
|
6228
|
+
"type": "jsLiteral",
|
|
6229
|
+
"value": "completed"
|
|
6643
6230
|
}
|
|
6644
|
-
|
|
6645
|
-
|
|
6646
|
-
},
|
|
6647
|
-
{
|
|
6648
|
-
"type": "interface",
|
|
6649
|
-
"name": "ExtraChatPayload",
|
|
6650
|
-
"body": [
|
|
6651
|
-
{
|
|
6652
|
-
"type": "propertySignature",
|
|
6653
|
-
"key": {
|
|
6654
|
-
"type": "identifier",
|
|
6655
|
-
"name": "files"
|
|
6656
|
-
},
|
|
6657
|
-
"annotation": {
|
|
6658
|
-
"type": "array",
|
|
6659
|
-
"elementType": {
|
|
6660
|
-
"type": "reference",
|
|
6661
|
-
"typeName": {
|
|
6662
|
-
"type": "identifier",
|
|
6663
|
-
"name": "UploadFileInfo"
|
|
6664
|
-
}
|
|
6665
|
-
}
|
|
6666
|
-
},
|
|
6667
|
-
"optional": true,
|
|
6668
|
-
"computed": false
|
|
6669
|
-
},
|
|
6670
|
-
{
|
|
6671
|
-
"type": "propertySignature",
|
|
6672
|
-
"key": {
|
|
6673
|
-
"type": "identifier",
|
|
6674
|
-
"name": "cmd"
|
|
6675
|
-
},
|
|
6676
|
-
"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
|
-
]
|
|
6691
|
-
},
|
|
6692
|
-
"optional": true,
|
|
6693
|
-
"computed": false
|
|
6694
|
-
},
|
|
6695
|
-
{
|
|
6696
|
-
"type": "propertySignature",
|
|
6697
|
-
"key": {
|
|
6698
|
-
"type": "identifier",
|
|
6699
|
-
"name": "aiEmployeeId"
|
|
6700
|
-
},
|
|
6701
|
-
"annotation": {
|
|
6702
|
-
"type": "union",
|
|
6703
|
-
"types": [
|
|
6704
|
-
{
|
|
6705
|
-
"type": "keyword",
|
|
6706
|
-
"value": "string"
|
|
6707
|
-
},
|
|
6708
|
-
{
|
|
6709
|
-
"type": "keyword",
|
|
6710
|
-
"value": "null"
|
|
6711
|
-
}
|
|
6712
|
-
]
|
|
6713
|
-
},
|
|
6714
|
-
"optional": true,
|
|
6715
|
-
"computed": false
|
|
6716
|
-
}
|
|
6717
|
-
]
|
|
6231
|
+
]
|
|
6232
|
+
}
|
|
6718
6233
|
},
|
|
6719
6234
|
{
|
|
6720
6235
|
"type": "interface",
|
|
6721
|
-
"name": "
|
|
6236
|
+
"name": "GoalMember",
|
|
6722
6237
|
"body": [
|
|
6723
6238
|
{
|
|
6724
6239
|
"type": "propertySignature",
|
|
6725
6240
|
"key": {
|
|
6726
6241
|
"type": "identifier",
|
|
6727
|
-
"name": "
|
|
6242
|
+
"name": "instanceId"
|
|
6728
6243
|
},
|
|
6729
6244
|
"annotation": {
|
|
6730
6245
|
"type": "keyword",
|
|
@@ -7205,54 +6720,322 @@
|
|
|
7205
6720
|
"type": "propertySignature",
|
|
7206
6721
|
"key": {
|
|
7207
6722
|
"type": "identifier",
|
|
7208
|
-
"name": "spaceObjects"
|
|
6723
|
+
"name": "spaceObjects"
|
|
6724
|
+
},
|
|
6725
|
+
"annotation": {
|
|
6726
|
+
"type": "array",
|
|
6727
|
+
"elementType": {
|
|
6728
|
+
"type": "reference",
|
|
6729
|
+
"typeName": {
|
|
6730
|
+
"type": "identifier",
|
|
6731
|
+
"name": "SidebarLink"
|
|
6732
|
+
}
|
|
6733
|
+
}
|
|
6734
|
+
},
|
|
6735
|
+
"optional": true,
|
|
6736
|
+
"computed": false
|
|
6737
|
+
},
|
|
6738
|
+
{
|
|
6739
|
+
"type": "propertySignature",
|
|
6740
|
+
"key": {
|
|
6741
|
+
"type": "identifier",
|
|
6742
|
+
"name": "spaceServiceflows"
|
|
6743
|
+
},
|
|
6744
|
+
"annotation": {
|
|
6745
|
+
"type": "array",
|
|
6746
|
+
"elementType": {
|
|
6747
|
+
"type": "reference",
|
|
6748
|
+
"typeName": {
|
|
6749
|
+
"type": "identifier",
|
|
6750
|
+
"name": "SidebarLink"
|
|
6751
|
+
}
|
|
6752
|
+
}
|
|
6753
|
+
},
|
|
6754
|
+
"optional": true,
|
|
6755
|
+
"computed": false
|
|
6756
|
+
},
|
|
6757
|
+
{
|
|
6758
|
+
"type": "propertySignature",
|
|
6759
|
+
"key": {
|
|
6760
|
+
"type": "identifier",
|
|
6761
|
+
"name": "spaceLinks"
|
|
6762
|
+
},
|
|
6763
|
+
"annotation": {
|
|
6764
|
+
"type": "array",
|
|
6765
|
+
"elementType": {
|
|
6766
|
+
"type": "reference",
|
|
6767
|
+
"typeName": {
|
|
6768
|
+
"type": "identifier",
|
|
6769
|
+
"name": "SidebarLink"
|
|
6770
|
+
}
|
|
6771
|
+
}
|
|
6772
|
+
},
|
|
6773
|
+
"optional": true,
|
|
6774
|
+
"computed": false
|
|
6775
|
+
}
|
|
6776
|
+
]
|
|
6777
|
+
},
|
|
6778
|
+
{
|
|
6779
|
+
"type": "interface",
|
|
6780
|
+
"name": "ActionClickDetail",
|
|
6781
|
+
"body": [
|
|
6782
|
+
{
|
|
6783
|
+
"type": "propertySignature",
|
|
6784
|
+
"key": {
|
|
6785
|
+
"type": "identifier",
|
|
6786
|
+
"name": "action"
|
|
6787
|
+
},
|
|
6788
|
+
"annotation": {
|
|
6789
|
+
"type": "intersection",
|
|
6790
|
+
"types": [
|
|
6791
|
+
{
|
|
6792
|
+
"type": "reference",
|
|
6793
|
+
"typeName": {
|
|
6794
|
+
"type": "identifier",
|
|
6795
|
+
"name": "SimpleActionType"
|
|
6796
|
+
}
|
|
6797
|
+
},
|
|
6798
|
+
{
|
|
6799
|
+
"type": "typeLiteral",
|
|
6800
|
+
"members": [
|
|
6801
|
+
{
|
|
6802
|
+
"type": "propertySignature",
|
|
6803
|
+
"key": {
|
|
6804
|
+
"type": "identifier",
|
|
6805
|
+
"name": "project"
|
|
6806
|
+
},
|
|
6807
|
+
"annotation": {
|
|
6808
|
+
"type": "reference",
|
|
6809
|
+
"typeName": {
|
|
6810
|
+
"type": "identifier",
|
|
6811
|
+
"name": "Project"
|
|
6812
|
+
}
|
|
6813
|
+
},
|
|
6814
|
+
"optional": true,
|
|
6815
|
+
"computed": false
|
|
6816
|
+
}
|
|
6817
|
+
]
|
|
6818
|
+
}
|
|
6819
|
+
]
|
|
6820
|
+
},
|
|
6821
|
+
"computed": false
|
|
6822
|
+
},
|
|
6823
|
+
{
|
|
6824
|
+
"type": "propertySignature",
|
|
6825
|
+
"key": {
|
|
6826
|
+
"type": "identifier",
|
|
6827
|
+
"name": "item"
|
|
6828
|
+
},
|
|
6829
|
+
"annotation": {
|
|
6830
|
+
"type": "reference",
|
|
6831
|
+
"typeName": {
|
|
6832
|
+
"type": "identifier",
|
|
6833
|
+
"name": "HistoryItem"
|
|
6834
|
+
}
|
|
6835
|
+
},
|
|
6836
|
+
"computed": false
|
|
6837
|
+
},
|
|
6838
|
+
{
|
|
6839
|
+
"type": "propertySignature",
|
|
6840
|
+
"key": {
|
|
6841
|
+
"type": "identifier",
|
|
6842
|
+
"name": "project"
|
|
6843
|
+
},
|
|
6844
|
+
"annotation": {
|
|
6845
|
+
"type": "reference",
|
|
6846
|
+
"typeName": {
|
|
6847
|
+
"type": "identifier",
|
|
6848
|
+
"name": "Project"
|
|
6849
|
+
}
|
|
6850
|
+
},
|
|
6851
|
+
"optional": true,
|
|
6852
|
+
"computed": false
|
|
6853
|
+
}
|
|
6854
|
+
]
|
|
6855
|
+
},
|
|
6856
|
+
{
|
|
6857
|
+
"type": "interface",
|
|
6858
|
+
"name": "Project",
|
|
6859
|
+
"body": [
|
|
6860
|
+
{
|
|
6861
|
+
"type": "propertySignature",
|
|
6862
|
+
"key": {
|
|
6863
|
+
"type": "identifier",
|
|
6864
|
+
"name": "instanceId"
|
|
6865
|
+
},
|
|
6866
|
+
"annotation": {
|
|
6867
|
+
"type": "keyword",
|
|
6868
|
+
"value": "string"
|
|
6869
|
+
},
|
|
6870
|
+
"computed": false,
|
|
6871
|
+
"description": "实例ID"
|
|
6872
|
+
},
|
|
6873
|
+
{
|
|
6874
|
+
"type": "propertySignature",
|
|
6875
|
+
"key": {
|
|
6876
|
+
"type": "identifier",
|
|
6877
|
+
"name": "name"
|
|
6878
|
+
},
|
|
6879
|
+
"annotation": {
|
|
6880
|
+
"type": "keyword",
|
|
6881
|
+
"value": "string"
|
|
6882
|
+
},
|
|
6883
|
+
"computed": false,
|
|
6884
|
+
"description": "项目名称"
|
|
6885
|
+
},
|
|
6886
|
+
{
|
|
6887
|
+
"type": "propertySignature",
|
|
6888
|
+
"key": {
|
|
6889
|
+
"type": "identifier",
|
|
6890
|
+
"name": "description"
|
|
6891
|
+
},
|
|
6892
|
+
"annotation": {
|
|
6893
|
+
"type": "keyword",
|
|
6894
|
+
"value": "string"
|
|
6895
|
+
},
|
|
6896
|
+
"computed": false,
|
|
6897
|
+
"description": "项目描述"
|
|
6898
|
+
},
|
|
6899
|
+
{
|
|
6900
|
+
"type": "propertySignature",
|
|
6901
|
+
"key": {
|
|
6902
|
+
"type": "identifier",
|
|
6903
|
+
"name": "state"
|
|
6904
|
+
},
|
|
6905
|
+
"annotation": {
|
|
6906
|
+
"type": "union",
|
|
6907
|
+
"types": [
|
|
6908
|
+
{
|
|
6909
|
+
"type": "jsLiteral",
|
|
6910
|
+
"value": "active"
|
|
6911
|
+
},
|
|
6912
|
+
{
|
|
6913
|
+
"type": "jsLiteral",
|
|
6914
|
+
"value": "inactive"
|
|
6915
|
+
}
|
|
6916
|
+
]
|
|
6917
|
+
},
|
|
6918
|
+
"computed": false,
|
|
6919
|
+
"description": "状态"
|
|
6920
|
+
},
|
|
6921
|
+
{
|
|
6922
|
+
"type": "propertySignature",
|
|
6923
|
+
"key": {
|
|
6924
|
+
"type": "identifier",
|
|
6925
|
+
"name": "defaultAiEmployeeId"
|
|
6926
|
+
},
|
|
6927
|
+
"annotation": {
|
|
6928
|
+
"type": "keyword",
|
|
6929
|
+
"value": "string"
|
|
6930
|
+
},
|
|
6931
|
+
"computed": false,
|
|
6932
|
+
"description": "默认数字人ID"
|
|
6933
|
+
},
|
|
6934
|
+
{
|
|
6935
|
+
"type": "propertySignature",
|
|
6936
|
+
"key": {
|
|
6937
|
+
"type": "identifier",
|
|
6938
|
+
"name": "creator"
|
|
6939
|
+
},
|
|
6940
|
+
"annotation": {
|
|
6941
|
+
"type": "keyword",
|
|
6942
|
+
"value": "string"
|
|
6943
|
+
},
|
|
6944
|
+
"computed": false,
|
|
6945
|
+
"description": "创建者"
|
|
6946
|
+
},
|
|
6947
|
+
{
|
|
6948
|
+
"type": "propertySignature",
|
|
6949
|
+
"key": {
|
|
6950
|
+
"type": "identifier",
|
|
6951
|
+
"name": "ctime"
|
|
6952
|
+
},
|
|
6953
|
+
"annotation": {
|
|
6954
|
+
"type": "keyword",
|
|
6955
|
+
"value": "string"
|
|
6956
|
+
},
|
|
6957
|
+
"computed": false,
|
|
6958
|
+
"description": "创建时间"
|
|
6959
|
+
},
|
|
6960
|
+
{
|
|
6961
|
+
"type": "propertySignature",
|
|
6962
|
+
"key": {
|
|
6963
|
+
"type": "identifier",
|
|
6964
|
+
"name": "mtime"
|
|
6965
|
+
},
|
|
6966
|
+
"annotation": {
|
|
6967
|
+
"type": "keyword",
|
|
6968
|
+
"value": "string"
|
|
6969
|
+
},
|
|
6970
|
+
"computed": false,
|
|
6971
|
+
"description": "修改时间"
|
|
6972
|
+
},
|
|
6973
|
+
{
|
|
6974
|
+
"type": "propertySignature",
|
|
6975
|
+
"key": {
|
|
6976
|
+
"type": "identifier",
|
|
6977
|
+
"name": "modifier"
|
|
6978
|
+
},
|
|
6979
|
+
"annotation": {
|
|
6980
|
+
"type": "keyword",
|
|
6981
|
+
"value": "string"
|
|
6982
|
+
},
|
|
6983
|
+
"computed": false,
|
|
6984
|
+
"description": "修改者"
|
|
6985
|
+
}
|
|
6986
|
+
]
|
|
6987
|
+
},
|
|
6988
|
+
{
|
|
6989
|
+
"type": "interface",
|
|
6990
|
+
"name": "HistoryItem",
|
|
6991
|
+
"body": [
|
|
6992
|
+
{
|
|
6993
|
+
"type": "propertySignature",
|
|
6994
|
+
"key": {
|
|
6995
|
+
"type": "identifier",
|
|
6996
|
+
"name": "conversationId"
|
|
6997
|
+
},
|
|
6998
|
+
"annotation": {
|
|
6999
|
+
"type": "keyword",
|
|
7000
|
+
"value": "string"
|
|
7001
|
+
},
|
|
7002
|
+
"computed": false
|
|
7003
|
+
},
|
|
7004
|
+
{
|
|
7005
|
+
"type": "propertySignature",
|
|
7006
|
+
"key": {
|
|
7007
|
+
"type": "identifier",
|
|
7008
|
+
"name": "title"
|
|
7209
7009
|
},
|
|
7210
7010
|
"annotation": {
|
|
7211
|
-
"type": "
|
|
7212
|
-
"
|
|
7213
|
-
"type": "reference",
|
|
7214
|
-
"typeName": {
|
|
7215
|
-
"type": "identifier",
|
|
7216
|
-
"name": "SidebarLink"
|
|
7217
|
-
}
|
|
7218
|
-
}
|
|
7011
|
+
"type": "keyword",
|
|
7012
|
+
"value": "string"
|
|
7219
7013
|
},
|
|
7220
|
-
"optional": true,
|
|
7221
7014
|
"computed": false
|
|
7222
7015
|
},
|
|
7223
7016
|
{
|
|
7224
7017
|
"type": "propertySignature",
|
|
7225
7018
|
"key": {
|
|
7226
7019
|
"type": "identifier",
|
|
7227
|
-
"name": "
|
|
7020
|
+
"name": "startTime"
|
|
7228
7021
|
},
|
|
7229
7022
|
"annotation": {
|
|
7230
|
-
"type": "
|
|
7231
|
-
"
|
|
7232
|
-
"type": "reference",
|
|
7233
|
-
"typeName": {
|
|
7234
|
-
"type": "identifier",
|
|
7235
|
-
"name": "SidebarLink"
|
|
7236
|
-
}
|
|
7237
|
-
}
|
|
7023
|
+
"type": "keyword",
|
|
7024
|
+
"value": "number"
|
|
7238
7025
|
},
|
|
7239
|
-
"optional": true,
|
|
7240
7026
|
"computed": false
|
|
7241
7027
|
},
|
|
7242
7028
|
{
|
|
7243
7029
|
"type": "propertySignature",
|
|
7244
7030
|
"key": {
|
|
7245
7031
|
"type": "identifier",
|
|
7246
|
-
"name": "
|
|
7032
|
+
"name": "state"
|
|
7247
7033
|
},
|
|
7248
7034
|
"annotation": {
|
|
7249
|
-
"type": "
|
|
7250
|
-
"
|
|
7251
|
-
"type": "
|
|
7252
|
-
"
|
|
7253
|
-
"type": "identifier",
|
|
7254
|
-
"name": "SidebarLink"
|
|
7255
|
-
}
|
|
7035
|
+
"type": "reference",
|
|
7036
|
+
"typeName": {
|
|
7037
|
+
"type": "identifier",
|
|
7038
|
+
"name": "ConversationState"
|
|
7256
7039
|
}
|
|
7257
7040
|
},
|
|
7258
7041
|
"optional": true,
|
|
@@ -7262,7 +7045,7 @@
|
|
|
7262
7045
|
},
|
|
7263
7046
|
{
|
|
7264
7047
|
"type": "interface",
|
|
7265
|
-
"name": "
|
|
7048
|
+
"name": "ProjectActionClickDetail",
|
|
7266
7049
|
"body": [
|
|
7267
7050
|
{
|
|
7268
7051
|
"type": "propertySignature",
|
|
@@ -7271,37 +7054,11 @@
|
|
|
7271
7054
|
"name": "action"
|
|
7272
7055
|
},
|
|
7273
7056
|
"annotation": {
|
|
7274
|
-
"type": "
|
|
7275
|
-
"
|
|
7276
|
-
|
|
7277
|
-
|
|
7278
|
-
|
|
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
|
-
]
|
|
7057
|
+
"type": "reference",
|
|
7058
|
+
"typeName": {
|
|
7059
|
+
"type": "identifier",
|
|
7060
|
+
"name": "SimpleActionType"
|
|
7061
|
+
}
|
|
7305
7062
|
},
|
|
7306
7063
|
"computed": false
|
|
7307
7064
|
},
|
|
@@ -7309,14 +7066,164 @@
|
|
|
7309
7066
|
"type": "propertySignature",
|
|
7310
7067
|
"key": {
|
|
7311
7068
|
"type": "identifier",
|
|
7312
|
-
"name": "
|
|
7069
|
+
"name": "project"
|
|
7070
|
+
},
|
|
7071
|
+
"annotation": {
|
|
7072
|
+
"type": "reference",
|
|
7073
|
+
"typeName": {
|
|
7074
|
+
"type": "identifier",
|
|
7075
|
+
"name": "Project"
|
|
7076
|
+
}
|
|
7077
|
+
},
|
|
7078
|
+
"computed": false
|
|
7079
|
+
}
|
|
7080
|
+
]
|
|
7081
|
+
},
|
|
7082
|
+
{
|
|
7083
|
+
"type": "interface",
|
|
7084
|
+
"name": "PersonalActionClickDetail",
|
|
7085
|
+
"body": [
|
|
7086
|
+
{
|
|
7087
|
+
"type": "propertySignature",
|
|
7088
|
+
"key": {
|
|
7089
|
+
"type": "identifier",
|
|
7090
|
+
"name": "action"
|
|
7091
|
+
},
|
|
7092
|
+
"annotation": {
|
|
7093
|
+
"type": "reference",
|
|
7094
|
+
"typeName": {
|
|
7095
|
+
"type": "identifier",
|
|
7096
|
+
"name": "SimpleActionType"
|
|
7097
|
+
}
|
|
7098
|
+
},
|
|
7099
|
+
"computed": false
|
|
7100
|
+
}
|
|
7101
|
+
]
|
|
7102
|
+
}
|
|
7103
|
+
]
|
|
7104
|
+
},
|
|
7105
|
+
"ai-portal.chat-box": {
|
|
7106
|
+
"properties": [
|
|
7107
|
+
{
|
|
7108
|
+
"name": "disabled",
|
|
7109
|
+
"annotation": {
|
|
7110
|
+
"type": "keyword",
|
|
7111
|
+
"value": "boolean"
|
|
7112
|
+
}
|
|
7113
|
+
},
|
|
7114
|
+
{
|
|
7115
|
+
"name": "placeholder",
|
|
7116
|
+
"annotation": {
|
|
7117
|
+
"type": "keyword",
|
|
7118
|
+
"value": "string"
|
|
7119
|
+
}
|
|
7120
|
+
},
|
|
7121
|
+
{
|
|
7122
|
+
"name": "autoFocus",
|
|
7123
|
+
"annotation": {
|
|
7124
|
+
"type": "keyword",
|
|
7125
|
+
"value": "boolean"
|
|
7126
|
+
}
|
|
7127
|
+
},
|
|
7128
|
+
{
|
|
7129
|
+
"name": "aiEmployees",
|
|
7130
|
+
"annotation": {
|
|
7131
|
+
"type": "array",
|
|
7132
|
+
"elementType": {
|
|
7133
|
+
"type": "reference",
|
|
7134
|
+
"typeName": {
|
|
7135
|
+
"type": "identifier",
|
|
7136
|
+
"name": "AIEmployee"
|
|
7137
|
+
}
|
|
7138
|
+
}
|
|
7139
|
+
}
|
|
7140
|
+
},
|
|
7141
|
+
{
|
|
7142
|
+
"name": "commands",
|
|
7143
|
+
"annotation": {
|
|
7144
|
+
"type": "array",
|
|
7145
|
+
"elementType": {
|
|
7146
|
+
"type": "reference",
|
|
7147
|
+
"typeName": {
|
|
7148
|
+
"type": "identifier",
|
|
7149
|
+
"name": "Command"
|
|
7150
|
+
}
|
|
7151
|
+
}
|
|
7152
|
+
}
|
|
7153
|
+
},
|
|
7154
|
+
{
|
|
7155
|
+
"name": "uploadOptions",
|
|
7156
|
+
"annotation": {
|
|
7157
|
+
"type": "reference",
|
|
7158
|
+
"typeName": {
|
|
7159
|
+
"type": "identifier",
|
|
7160
|
+
"name": "UploadOptions"
|
|
7161
|
+
}
|
|
7162
|
+
}
|
|
7163
|
+
}
|
|
7164
|
+
],
|
|
7165
|
+
"events": [
|
|
7166
|
+
{
|
|
7167
|
+
"name": "message.submit",
|
|
7168
|
+
"detail": {
|
|
7169
|
+
"annotation": {
|
|
7170
|
+
"type": "keyword",
|
|
7171
|
+
"value": "string"
|
|
7172
|
+
}
|
|
7173
|
+
}
|
|
7174
|
+
},
|
|
7175
|
+
{
|
|
7176
|
+
"name": "chat.submit",
|
|
7177
|
+
"detail": {
|
|
7178
|
+
"annotation": {
|
|
7179
|
+
"type": "reference",
|
|
7180
|
+
"typeName": {
|
|
7181
|
+
"type": "identifier",
|
|
7182
|
+
"name": "ChatPayload"
|
|
7183
|
+
}
|
|
7184
|
+
}
|
|
7185
|
+
}
|
|
7186
|
+
}
|
|
7187
|
+
],
|
|
7188
|
+
"methods": [
|
|
7189
|
+
{
|
|
7190
|
+
"name": "setValue",
|
|
7191
|
+
"params": [
|
|
7192
|
+
{
|
|
7193
|
+
"name": "value",
|
|
7194
|
+
"annotation": {
|
|
7195
|
+
"type": "keyword",
|
|
7196
|
+
"value": "string"
|
|
7197
|
+
}
|
|
7198
|
+
}
|
|
7199
|
+
],
|
|
7200
|
+
"returns": {}
|
|
7201
|
+
},
|
|
7202
|
+
{
|
|
7203
|
+
"name": "getValue",
|
|
7204
|
+
"params": [],
|
|
7205
|
+
"returns": {}
|
|
7206
|
+
},
|
|
7207
|
+
{
|
|
7208
|
+
"name": "focusOnInput",
|
|
7209
|
+
"params": [],
|
|
7210
|
+
"returns": {}
|
|
7211
|
+
}
|
|
7212
|
+
],
|
|
7213
|
+
"types": [
|
|
7214
|
+
{
|
|
7215
|
+
"type": "interface",
|
|
7216
|
+
"name": "AIEmployee",
|
|
7217
|
+
"body": [
|
|
7218
|
+
{
|
|
7219
|
+
"type": "propertySignature",
|
|
7220
|
+
"key": {
|
|
7221
|
+
"type": "identifier",
|
|
7222
|
+
"name": "employeeId"
|
|
7313
7223
|
},
|
|
7314
7224
|
"annotation": {
|
|
7315
|
-
"type": "
|
|
7316
|
-
"
|
|
7317
|
-
"type": "identifier",
|
|
7318
|
-
"name": "HistoryItem"
|
|
7319
|
-
}
|
|
7225
|
+
"type": "keyword",
|
|
7226
|
+
"value": "string"
|
|
7320
7227
|
},
|
|
7321
7228
|
"computed": false
|
|
7322
7229
|
},
|
|
@@ -7324,262 +7231,330 @@
|
|
|
7324
7231
|
"type": "propertySignature",
|
|
7325
7232
|
"key": {
|
|
7326
7233
|
"type": "identifier",
|
|
7327
|
-
"name": "
|
|
7234
|
+
"name": "name"
|
|
7328
7235
|
},
|
|
7329
7236
|
"annotation": {
|
|
7330
|
-
"type": "
|
|
7331
|
-
"
|
|
7332
|
-
"type": "identifier",
|
|
7333
|
-
"name": "Project"
|
|
7334
|
-
}
|
|
7237
|
+
"type": "keyword",
|
|
7238
|
+
"value": "string"
|
|
7335
7239
|
},
|
|
7336
|
-
"optional": true,
|
|
7337
7240
|
"computed": false
|
|
7338
7241
|
}
|
|
7339
7242
|
]
|
|
7340
7243
|
},
|
|
7341
7244
|
{
|
|
7342
7245
|
"type": "interface",
|
|
7343
|
-
"name": "
|
|
7246
|
+
"name": "Command",
|
|
7344
7247
|
"body": [
|
|
7345
7248
|
{
|
|
7346
7249
|
"type": "propertySignature",
|
|
7347
7250
|
"key": {
|
|
7348
7251
|
"type": "identifier",
|
|
7349
|
-
"name": "
|
|
7252
|
+
"name": "label"
|
|
7350
7253
|
},
|
|
7351
7254
|
"annotation": {
|
|
7352
7255
|
"type": "keyword",
|
|
7353
7256
|
"value": "string"
|
|
7354
7257
|
},
|
|
7355
|
-
"computed": false
|
|
7356
|
-
"description": "实例ID"
|
|
7258
|
+
"computed": false
|
|
7357
7259
|
},
|
|
7358
7260
|
{
|
|
7359
7261
|
"type": "propertySignature",
|
|
7360
7262
|
"key": {
|
|
7361
7263
|
"type": "identifier",
|
|
7362
|
-
"name": "
|
|
7264
|
+
"name": "value"
|
|
7363
7265
|
},
|
|
7364
7266
|
"annotation": {
|
|
7365
7267
|
"type": "keyword",
|
|
7366
7268
|
"value": "string"
|
|
7367
7269
|
},
|
|
7368
|
-
"computed": false
|
|
7369
|
-
"description": "项目名称"
|
|
7270
|
+
"computed": false
|
|
7370
7271
|
},
|
|
7371
7272
|
{
|
|
7372
7273
|
"type": "propertySignature",
|
|
7373
7274
|
"key": {
|
|
7374
7275
|
"type": "identifier",
|
|
7375
|
-
"name": "
|
|
7276
|
+
"name": "groupKey"
|
|
7376
7277
|
},
|
|
7377
7278
|
"annotation": {
|
|
7378
7279
|
"type": "keyword",
|
|
7379
7280
|
"value": "string"
|
|
7380
7281
|
},
|
|
7381
|
-
"
|
|
7382
|
-
"
|
|
7282
|
+
"optional": true,
|
|
7283
|
+
"computed": false
|
|
7383
7284
|
},
|
|
7384
7285
|
{
|
|
7385
7286
|
"type": "propertySignature",
|
|
7386
7287
|
"key": {
|
|
7387
7288
|
"type": "identifier",
|
|
7388
|
-
"name": "
|
|
7289
|
+
"name": "groupLabel"
|
|
7389
7290
|
},
|
|
7390
7291
|
"annotation": {
|
|
7391
|
-
"type": "
|
|
7392
|
-
"
|
|
7393
|
-
|
|
7394
|
-
|
|
7395
|
-
|
|
7396
|
-
|
|
7397
|
-
|
|
7398
|
-
|
|
7399
|
-
|
|
7292
|
+
"type": "keyword",
|
|
7293
|
+
"value": "string"
|
|
7294
|
+
},
|
|
7295
|
+
"optional": true,
|
|
7296
|
+
"computed": false
|
|
7297
|
+
},
|
|
7298
|
+
{
|
|
7299
|
+
"type": "propertySignature",
|
|
7300
|
+
"key": {
|
|
7301
|
+
"type": "identifier",
|
|
7302
|
+
"name": "subCommands"
|
|
7303
|
+
},
|
|
7304
|
+
"annotation": {
|
|
7305
|
+
"type": "array",
|
|
7306
|
+
"elementType": {
|
|
7307
|
+
"type": "reference",
|
|
7308
|
+
"typeName": {
|
|
7309
|
+
"type": "identifier",
|
|
7310
|
+
"name": "Command"
|
|
7400
7311
|
}
|
|
7401
|
-
|
|
7312
|
+
}
|
|
7402
7313
|
},
|
|
7403
|
-
"
|
|
7404
|
-
"
|
|
7314
|
+
"optional": true,
|
|
7315
|
+
"computed": false
|
|
7405
7316
|
},
|
|
7406
7317
|
{
|
|
7407
7318
|
"type": "propertySignature",
|
|
7408
7319
|
"key": {
|
|
7409
7320
|
"type": "identifier",
|
|
7410
|
-
"name": "
|
|
7321
|
+
"name": "payload"
|
|
7322
|
+
},
|
|
7323
|
+
"annotation": {
|
|
7324
|
+
"type": "reference",
|
|
7325
|
+
"typeName": {
|
|
7326
|
+
"type": "identifier",
|
|
7327
|
+
"name": "CommandPayload"
|
|
7328
|
+
}
|
|
7329
|
+
},
|
|
7330
|
+
"optional": true,
|
|
7331
|
+
"computed": false
|
|
7332
|
+
}
|
|
7333
|
+
]
|
|
7334
|
+
},
|
|
7335
|
+
{
|
|
7336
|
+
"type": "interface",
|
|
7337
|
+
"name": "UploadOptions",
|
|
7338
|
+
"body": [
|
|
7339
|
+
{
|
|
7340
|
+
"type": "propertySignature",
|
|
7341
|
+
"key": {
|
|
7342
|
+
"type": "identifier",
|
|
7343
|
+
"name": "enabled"
|
|
7411
7344
|
},
|
|
7412
7345
|
"annotation": {
|
|
7413
7346
|
"type": "keyword",
|
|
7414
|
-
"value": "
|
|
7347
|
+
"value": "boolean"
|
|
7415
7348
|
},
|
|
7416
|
-
"
|
|
7417
|
-
"
|
|
7349
|
+
"optional": true,
|
|
7350
|
+
"computed": false
|
|
7418
7351
|
},
|
|
7419
7352
|
{
|
|
7420
7353
|
"type": "propertySignature",
|
|
7421
7354
|
"key": {
|
|
7422
7355
|
"type": "identifier",
|
|
7423
|
-
"name": "
|
|
7356
|
+
"name": "dragDisabled"
|
|
7424
7357
|
},
|
|
7425
7358
|
"annotation": {
|
|
7426
7359
|
"type": "keyword",
|
|
7427
|
-
"value": "
|
|
7360
|
+
"value": "boolean"
|
|
7428
7361
|
},
|
|
7429
|
-
"
|
|
7430
|
-
"
|
|
7362
|
+
"optional": true,
|
|
7363
|
+
"computed": false
|
|
7431
7364
|
},
|
|
7432
7365
|
{
|
|
7433
7366
|
"type": "propertySignature",
|
|
7434
7367
|
"key": {
|
|
7435
7368
|
"type": "identifier",
|
|
7436
|
-
"name": "
|
|
7369
|
+
"name": "dragTips"
|
|
7437
7370
|
},
|
|
7438
7371
|
"annotation": {
|
|
7439
7372
|
"type": "keyword",
|
|
7440
7373
|
"value": "string"
|
|
7441
7374
|
},
|
|
7442
|
-
"
|
|
7443
|
-
"
|
|
7375
|
+
"optional": true,
|
|
7376
|
+
"computed": false
|
|
7444
7377
|
},
|
|
7445
7378
|
{
|
|
7446
7379
|
"type": "propertySignature",
|
|
7447
7380
|
"key": {
|
|
7448
7381
|
"type": "identifier",
|
|
7449
|
-
"name": "
|
|
7382
|
+
"name": "accept"
|
|
7450
7383
|
},
|
|
7451
7384
|
"annotation": {
|
|
7452
7385
|
"type": "keyword",
|
|
7453
7386
|
"value": "string"
|
|
7454
7387
|
},
|
|
7455
|
-
"
|
|
7456
|
-
"
|
|
7388
|
+
"optional": true,
|
|
7389
|
+
"computed": false
|
|
7457
7390
|
},
|
|
7458
7391
|
{
|
|
7459
7392
|
"type": "propertySignature",
|
|
7460
7393
|
"key": {
|
|
7461
7394
|
"type": "identifier",
|
|
7462
|
-
"name": "
|
|
7395
|
+
"name": "maxFiles"
|
|
7463
7396
|
},
|
|
7464
7397
|
"annotation": {
|
|
7465
7398
|
"type": "keyword",
|
|
7466
|
-
"value": "
|
|
7399
|
+
"value": "number"
|
|
7467
7400
|
},
|
|
7468
|
-
"
|
|
7469
|
-
"
|
|
7470
|
-
}
|
|
7471
|
-
]
|
|
7472
|
-
},
|
|
7473
|
-
{
|
|
7474
|
-
"type": "interface",
|
|
7475
|
-
"name": "HistoryItem",
|
|
7476
|
-
"body": [
|
|
7401
|
+
"optional": true,
|
|
7402
|
+
"computed": false
|
|
7403
|
+
},
|
|
7477
7404
|
{
|
|
7478
7405
|
"type": "propertySignature",
|
|
7479
7406
|
"key": {
|
|
7480
7407
|
"type": "identifier",
|
|
7481
|
-
"name": "
|
|
7408
|
+
"name": "maxSize"
|
|
7482
7409
|
},
|
|
7483
7410
|
"annotation": {
|
|
7484
7411
|
"type": "keyword",
|
|
7485
|
-
"value": "
|
|
7412
|
+
"value": "number"
|
|
7486
7413
|
},
|
|
7487
|
-
"
|
|
7414
|
+
"optional": true,
|
|
7415
|
+
"computed": false,
|
|
7416
|
+
"description": "In bytes"
|
|
7488
7417
|
},
|
|
7489
7418
|
{
|
|
7490
7419
|
"type": "propertySignature",
|
|
7491
7420
|
"key": {
|
|
7492
7421
|
"type": "identifier",
|
|
7493
|
-
"name": "
|
|
7422
|
+
"name": "readableAccept"
|
|
7494
7423
|
},
|
|
7495
7424
|
"annotation": {
|
|
7496
7425
|
"type": "keyword",
|
|
7497
7426
|
"value": "string"
|
|
7498
7427
|
},
|
|
7428
|
+
"optional": true,
|
|
7499
7429
|
"computed": false
|
|
7500
7430
|
},
|
|
7501
7431
|
{
|
|
7502
7432
|
"type": "propertySignature",
|
|
7503
7433
|
"key": {
|
|
7504
7434
|
"type": "identifier",
|
|
7505
|
-
"name": "
|
|
7435
|
+
"name": "readableMaxSize"
|
|
7506
7436
|
},
|
|
7507
7437
|
"annotation": {
|
|
7508
7438
|
"type": "keyword",
|
|
7509
|
-
"value": "
|
|
7439
|
+
"value": "string"
|
|
7510
7440
|
},
|
|
7441
|
+
"optional": true,
|
|
7511
7442
|
"computed": false
|
|
7512
|
-
}
|
|
7443
|
+
}
|
|
7444
|
+
]
|
|
7445
|
+
},
|
|
7446
|
+
{
|
|
7447
|
+
"type": "interface",
|
|
7448
|
+
"name": "ChatPayload",
|
|
7449
|
+
"body": [
|
|
7513
7450
|
{
|
|
7514
7451
|
"type": "propertySignature",
|
|
7515
7452
|
"key": {
|
|
7516
7453
|
"type": "identifier",
|
|
7517
|
-
"name": "
|
|
7454
|
+
"name": "content"
|
|
7518
7455
|
},
|
|
7519
7456
|
"annotation": {
|
|
7520
|
-
"type": "
|
|
7521
|
-
"
|
|
7522
|
-
"type": "identifier",
|
|
7523
|
-
"name": "ConversationState"
|
|
7524
|
-
}
|
|
7457
|
+
"type": "keyword",
|
|
7458
|
+
"value": "string"
|
|
7525
7459
|
},
|
|
7526
|
-
"optional": true,
|
|
7527
7460
|
"computed": false
|
|
7528
7461
|
}
|
|
7462
|
+
],
|
|
7463
|
+
"extends": [
|
|
7464
|
+
{
|
|
7465
|
+
"type": "expressionWithTypeArguments",
|
|
7466
|
+
"expression": {
|
|
7467
|
+
"type": "identifier",
|
|
7468
|
+
"name": "ExtraChatPayload"
|
|
7469
|
+
}
|
|
7470
|
+
}
|
|
7529
7471
|
]
|
|
7530
7472
|
},
|
|
7531
7473
|
{
|
|
7532
7474
|
"type": "interface",
|
|
7533
|
-
"name": "
|
|
7475
|
+
"name": "ExtraChatPayload",
|
|
7534
7476
|
"body": [
|
|
7535
7477
|
{
|
|
7536
7478
|
"type": "propertySignature",
|
|
7537
7479
|
"key": {
|
|
7538
7480
|
"type": "identifier",
|
|
7539
|
-
"name": "
|
|
7481
|
+
"name": "files"
|
|
7540
7482
|
},
|
|
7541
7483
|
"annotation": {
|
|
7542
|
-
"type": "
|
|
7543
|
-
"
|
|
7544
|
-
"type": "
|
|
7545
|
-
"
|
|
7484
|
+
"type": "array",
|
|
7485
|
+
"elementType": {
|
|
7486
|
+
"type": "reference",
|
|
7487
|
+
"typeName": {
|
|
7488
|
+
"type": "identifier",
|
|
7489
|
+
"name": "UploadFileInfo"
|
|
7490
|
+
}
|
|
7546
7491
|
}
|
|
7547
7492
|
},
|
|
7493
|
+
"optional": true,
|
|
7548
7494
|
"computed": false
|
|
7549
7495
|
},
|
|
7550
7496
|
{
|
|
7551
7497
|
"type": "propertySignature",
|
|
7552
7498
|
"key": {
|
|
7553
7499
|
"type": "identifier",
|
|
7554
|
-
"name": "
|
|
7500
|
+
"name": "cmd"
|
|
7555
7501
|
},
|
|
7556
7502
|
"annotation": {
|
|
7557
|
-
"type": "
|
|
7558
|
-
"
|
|
7559
|
-
|
|
7560
|
-
|
|
7561
|
-
|
|
7503
|
+
"type": "union",
|
|
7504
|
+
"types": [
|
|
7505
|
+
{
|
|
7506
|
+
"type": "reference",
|
|
7507
|
+
"typeName": {
|
|
7508
|
+
"type": "identifier",
|
|
7509
|
+
"name": "CommandPayload"
|
|
7510
|
+
}
|
|
7511
|
+
},
|
|
7512
|
+
{
|
|
7513
|
+
"type": "keyword",
|
|
7514
|
+
"value": "null"
|
|
7515
|
+
}
|
|
7516
|
+
]
|
|
7517
|
+
},
|
|
7518
|
+
"optional": true,
|
|
7519
|
+
"computed": false
|
|
7520
|
+
},
|
|
7521
|
+
{
|
|
7522
|
+
"type": "propertySignature",
|
|
7523
|
+
"key": {
|
|
7524
|
+
"type": "identifier",
|
|
7525
|
+
"name": "aiEmployeeId"
|
|
7526
|
+
},
|
|
7527
|
+
"annotation": {
|
|
7528
|
+
"type": "union",
|
|
7529
|
+
"types": [
|
|
7530
|
+
{
|
|
7531
|
+
"type": "keyword",
|
|
7532
|
+
"value": "string"
|
|
7533
|
+
},
|
|
7534
|
+
{
|
|
7535
|
+
"type": "keyword",
|
|
7536
|
+
"value": "null"
|
|
7537
|
+
}
|
|
7538
|
+
]
|
|
7562
7539
|
},
|
|
7540
|
+
"optional": true,
|
|
7563
7541
|
"computed": false
|
|
7564
7542
|
}
|
|
7565
7543
|
]
|
|
7566
7544
|
},
|
|
7567
7545
|
{
|
|
7568
7546
|
"type": "interface",
|
|
7569
|
-
"name": "
|
|
7547
|
+
"name": "UploadFileInfo",
|
|
7570
7548
|
"body": [
|
|
7571
7549
|
{
|
|
7572
7550
|
"type": "propertySignature",
|
|
7573
7551
|
"key": {
|
|
7574
7552
|
"type": "identifier",
|
|
7575
|
-
"name": "
|
|
7553
|
+
"name": "fileId"
|
|
7576
7554
|
},
|
|
7577
7555
|
"annotation": {
|
|
7578
|
-
"type": "
|
|
7579
|
-
"
|
|
7580
|
-
"type": "identifier",
|
|
7581
|
-
"name": "SimpleActionType"
|
|
7582
|
-
}
|
|
7556
|
+
"type": "keyword",
|
|
7557
|
+
"value": "string"
|
|
7583
7558
|
},
|
|
7584
7559
|
"computed": false
|
|
7585
7560
|
}
|