@next-bricks/ai-portal 0.64.4 → 0.64.6
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 +9 -9
- package/dist/chunks/{4820.3f60d55c.js → 4820.d3be9b94.js} +2 -2
- package/dist/chunks/4820.d3be9b94.js.map +1 -0
- package/dist/chunks/{9271.24992b40.js → 9271.2786528c.js} +2 -2
- package/dist/chunks/9271.2786528c.js.map +1 -0
- package/dist/chunks/chat-panel.a3dafde9.js +2 -0
- package/dist/chunks/chat-panel.a3dafde9.js.map +1 -0
- package/dist/chunks/{main.0d63781a.js → main.87744001.js} +2 -2
- package/dist/chunks/{main.0d63781a.js.map → main.87744001.js.map} +1 -1
- package/dist/examples.json +3 -3
- package/dist/{index.682d62ca.js → index.00f609de.js} +2 -2
- package/dist/{index.682d62ca.js.map → index.00f609de.js.map} +1 -1
- package/dist/manifest.json +19 -19
- package/dist/types.json +500 -500
- package/package.json +2 -2
- package/dist/chunks/4820.3f60d55c.js.map +0 -1
- package/dist/chunks/9271.24992b40.js.map +0 -1
- package/dist/chunks/chat-panel.0735e831.js +0 -2
- package/dist/chunks/chat-panel.0735e831.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -1912,71 +1912,6 @@
|
|
|
1912
1912
|
}
|
|
1913
1913
|
}
|
|
1914
1914
|
},
|
|
1915
|
-
"ai-portal.set-chat-command": {
|
|
1916
|
-
"type": "provider",
|
|
1917
|
-
"params": [
|
|
1918
|
-
{
|
|
1919
|
-
"name": "command",
|
|
1920
|
-
"annotation": {
|
|
1921
|
-
"type": "union",
|
|
1922
|
-
"types": [
|
|
1923
|
-
{
|
|
1924
|
-
"type": "reference",
|
|
1925
|
-
"typeName": {
|
|
1926
|
-
"type": "identifier",
|
|
1927
|
-
"name": "ChatCommand"
|
|
1928
|
-
}
|
|
1929
|
-
},
|
|
1930
|
-
{
|
|
1931
|
-
"type": "keyword",
|
|
1932
|
-
"value": "null"
|
|
1933
|
-
}
|
|
1934
|
-
]
|
|
1935
|
-
}
|
|
1936
|
-
}
|
|
1937
|
-
],
|
|
1938
|
-
"returns": {
|
|
1939
|
-
"annotation": {
|
|
1940
|
-
"type": "keyword",
|
|
1941
|
-
"value": "void"
|
|
1942
|
-
}
|
|
1943
|
-
},
|
|
1944
|
-
"types": [
|
|
1945
|
-
{
|
|
1946
|
-
"type": "interface",
|
|
1947
|
-
"name": "ChatCommand",
|
|
1948
|
-
"body": [
|
|
1949
|
-
{
|
|
1950
|
-
"type": "propertySignature",
|
|
1951
|
-
"key": {
|
|
1952
|
-
"type": "identifier",
|
|
1953
|
-
"name": "command"
|
|
1954
|
-
},
|
|
1955
|
-
"annotation": {
|
|
1956
|
-
"type": "keyword",
|
|
1957
|
-
"value": "string"
|
|
1958
|
-
},
|
|
1959
|
-
"computed": false
|
|
1960
|
-
},
|
|
1961
|
-
{
|
|
1962
|
-
"type": "propertySignature",
|
|
1963
|
-
"key": {
|
|
1964
|
-
"type": "identifier",
|
|
1965
|
-
"name": "payload"
|
|
1966
|
-
},
|
|
1967
|
-
"annotation": {
|
|
1968
|
-
"type": "reference",
|
|
1969
|
-
"typeName": {
|
|
1970
|
-
"type": "identifier",
|
|
1971
|
-
"name": "CommandPayload"
|
|
1972
|
-
}
|
|
1973
|
-
},
|
|
1974
|
-
"computed": false
|
|
1975
|
-
}
|
|
1976
|
-
]
|
|
1977
|
-
}
|
|
1978
|
-
]
|
|
1979
|
-
},
|
|
1980
1915
|
"ai-portal.page-container": {
|
|
1981
1916
|
"properties": [
|
|
1982
1917
|
{
|
|
@@ -2156,6 +2091,71 @@
|
|
|
2156
2091
|
}
|
|
2157
2092
|
]
|
|
2158
2093
|
},
|
|
2094
|
+
"ai-portal.set-chat-command": {
|
|
2095
|
+
"type": "provider",
|
|
2096
|
+
"params": [
|
|
2097
|
+
{
|
|
2098
|
+
"name": "command",
|
|
2099
|
+
"annotation": {
|
|
2100
|
+
"type": "union",
|
|
2101
|
+
"types": [
|
|
2102
|
+
{
|
|
2103
|
+
"type": "reference",
|
|
2104
|
+
"typeName": {
|
|
2105
|
+
"type": "identifier",
|
|
2106
|
+
"name": "ChatCommand"
|
|
2107
|
+
}
|
|
2108
|
+
},
|
|
2109
|
+
{
|
|
2110
|
+
"type": "keyword",
|
|
2111
|
+
"value": "null"
|
|
2112
|
+
}
|
|
2113
|
+
]
|
|
2114
|
+
}
|
|
2115
|
+
}
|
|
2116
|
+
],
|
|
2117
|
+
"returns": {
|
|
2118
|
+
"annotation": {
|
|
2119
|
+
"type": "keyword",
|
|
2120
|
+
"value": "void"
|
|
2121
|
+
}
|
|
2122
|
+
},
|
|
2123
|
+
"types": [
|
|
2124
|
+
{
|
|
2125
|
+
"type": "interface",
|
|
2126
|
+
"name": "ChatCommand",
|
|
2127
|
+
"body": [
|
|
2128
|
+
{
|
|
2129
|
+
"type": "propertySignature",
|
|
2130
|
+
"key": {
|
|
2131
|
+
"type": "identifier",
|
|
2132
|
+
"name": "command"
|
|
2133
|
+
},
|
|
2134
|
+
"annotation": {
|
|
2135
|
+
"type": "keyword",
|
|
2136
|
+
"value": "string"
|
|
2137
|
+
},
|
|
2138
|
+
"computed": false
|
|
2139
|
+
},
|
|
2140
|
+
{
|
|
2141
|
+
"type": "propertySignature",
|
|
2142
|
+
"key": {
|
|
2143
|
+
"type": "identifier",
|
|
2144
|
+
"name": "payload"
|
|
2145
|
+
},
|
|
2146
|
+
"annotation": {
|
|
2147
|
+
"type": "reference",
|
|
2148
|
+
"typeName": {
|
|
2149
|
+
"type": "identifier",
|
|
2150
|
+
"name": "CommandPayload"
|
|
2151
|
+
}
|
|
2152
|
+
},
|
|
2153
|
+
"computed": false
|
|
2154
|
+
}
|
|
2155
|
+
]
|
|
2156
|
+
}
|
|
2157
|
+
]
|
|
2158
|
+
},
|
|
2159
2159
|
"ai-portal.elevo-logo": {
|
|
2160
2160
|
"properties": [],
|
|
2161
2161
|
"events": [],
|
|
@@ -3227,128 +3227,199 @@
|
|
|
3227
3227
|
}
|
|
3228
3228
|
]
|
|
3229
3229
|
},
|
|
3230
|
-
"ai-portal.
|
|
3230
|
+
"ai-portal.chat-input": {
|
|
3231
3231
|
"properties": [
|
|
3232
3232
|
{
|
|
3233
|
-
"name": "
|
|
3233
|
+
"name": "placeholder",
|
|
3234
3234
|
"annotation": {
|
|
3235
|
-
"type": "
|
|
3236
|
-
"
|
|
3237
|
-
"type": "reference",
|
|
3238
|
-
"typeName": {
|
|
3239
|
-
"type": "identifier",
|
|
3240
|
-
"name": "Conversation"
|
|
3241
|
-
}
|
|
3242
|
-
}
|
|
3235
|
+
"type": "keyword",
|
|
3236
|
+
"value": "string"
|
|
3243
3237
|
}
|
|
3244
3238
|
},
|
|
3245
3239
|
{
|
|
3246
|
-
"name": "
|
|
3240
|
+
"name": "autoFocus",
|
|
3247
3241
|
"annotation": {
|
|
3248
3242
|
"type": "keyword",
|
|
3249
|
-
"value": "
|
|
3243
|
+
"value": "boolean"
|
|
3250
3244
|
}
|
|
3251
3245
|
},
|
|
3252
3246
|
{
|
|
3253
|
-
"name": "
|
|
3247
|
+
"name": "submitDisabled",
|
|
3248
|
+
"annotation": {
|
|
3249
|
+
"type": "keyword",
|
|
3250
|
+
"value": "boolean"
|
|
3251
|
+
}
|
|
3252
|
+
},
|
|
3253
|
+
{
|
|
3254
|
+
"name": "supportsTerminate",
|
|
3255
|
+
"annotation": {
|
|
3256
|
+
"type": "keyword",
|
|
3257
|
+
"value": "boolean"
|
|
3258
|
+
}
|
|
3259
|
+
},
|
|
3260
|
+
{
|
|
3261
|
+
"name": "terminating",
|
|
3262
|
+
"annotation": {
|
|
3263
|
+
"type": "keyword",
|
|
3264
|
+
"value": "boolean"
|
|
3265
|
+
}
|
|
3266
|
+
},
|
|
3267
|
+
{
|
|
3268
|
+
"name": "autoFade",
|
|
3269
|
+
"annotation": {
|
|
3270
|
+
"type": "keyword",
|
|
3271
|
+
"value": "boolean"
|
|
3272
|
+
}
|
|
3273
|
+
},
|
|
3274
|
+
{
|
|
3275
|
+
"name": "uploadOptions",
|
|
3276
|
+
"annotation": {
|
|
3277
|
+
"type": "reference",
|
|
3278
|
+
"typeName": {
|
|
3279
|
+
"type": "identifier",
|
|
3280
|
+
"name": "UploadOptions"
|
|
3281
|
+
}
|
|
3282
|
+
}
|
|
3283
|
+
},
|
|
3284
|
+
{
|
|
3285
|
+
"name": "aiEmployees",
|
|
3254
3286
|
"annotation": {
|
|
3255
3287
|
"type": "array",
|
|
3256
3288
|
"elementType": {
|
|
3257
3289
|
"type": "reference",
|
|
3258
3290
|
"typeName": {
|
|
3259
3291
|
"type": "identifier",
|
|
3260
|
-
"name": "
|
|
3292
|
+
"name": "AIEmployee"
|
|
3261
3293
|
}
|
|
3262
3294
|
}
|
|
3263
3295
|
}
|
|
3264
3296
|
},
|
|
3265
3297
|
{
|
|
3266
|
-
"name": "
|
|
3298
|
+
"name": "commands",
|
|
3267
3299
|
"annotation": {
|
|
3268
3300
|
"type": "array",
|
|
3269
3301
|
"elementType": {
|
|
3270
3302
|
"type": "reference",
|
|
3271
3303
|
"typeName": {
|
|
3272
3304
|
"type": "identifier",
|
|
3273
|
-
"name": "
|
|
3305
|
+
"name": "Command"
|
|
3274
3306
|
}
|
|
3275
3307
|
}
|
|
3276
3308
|
}
|
|
3309
|
+
},
|
|
3310
|
+
{
|
|
3311
|
+
"name": "suggestionsPlacement",
|
|
3312
|
+
"annotation": {
|
|
3313
|
+
"type": "union",
|
|
3314
|
+
"types": [
|
|
3315
|
+
{
|
|
3316
|
+
"type": "jsLiteral",
|
|
3317
|
+
"value": "top"
|
|
3318
|
+
},
|
|
3319
|
+
{
|
|
3320
|
+
"type": "jsLiteral",
|
|
3321
|
+
"value": "bottom"
|
|
3322
|
+
}
|
|
3323
|
+
]
|
|
3324
|
+
}
|
|
3277
3325
|
}
|
|
3278
3326
|
],
|
|
3279
3327
|
"events": [
|
|
3280
3328
|
{
|
|
3281
|
-
"name": "
|
|
3329
|
+
"name": "message.submit",
|
|
3282
3330
|
"detail": {
|
|
3283
3331
|
"annotation": {
|
|
3284
|
-
"type": "
|
|
3285
|
-
"
|
|
3286
|
-
"type": "identifier",
|
|
3287
|
-
"name": "Conversation"
|
|
3288
|
-
}
|
|
3332
|
+
"type": "keyword",
|
|
3333
|
+
"value": "string"
|
|
3289
3334
|
}
|
|
3290
3335
|
}
|
|
3291
3336
|
},
|
|
3292
3337
|
{
|
|
3293
|
-
"name": "
|
|
3338
|
+
"name": "chat.submit",
|
|
3294
3339
|
"detail": {
|
|
3295
3340
|
"annotation": {
|
|
3296
3341
|
"type": "reference",
|
|
3297
3342
|
"typeName": {
|
|
3298
3343
|
"type": "identifier",
|
|
3299
|
-
"name": "
|
|
3344
|
+
"name": "ChatPayload"
|
|
3300
3345
|
}
|
|
3301
3346
|
}
|
|
3302
3347
|
}
|
|
3348
|
+
},
|
|
3349
|
+
{
|
|
3350
|
+
"name": "terminate",
|
|
3351
|
+
"detail": {
|
|
3352
|
+
"annotation": {
|
|
3353
|
+
"type": "keyword",
|
|
3354
|
+
"value": "void"
|
|
3355
|
+
}
|
|
3356
|
+
}
|
|
3357
|
+
}
|
|
3358
|
+
],
|
|
3359
|
+
"methods": [
|
|
3360
|
+
{
|
|
3361
|
+
"name": "setValue",
|
|
3362
|
+
"params": [
|
|
3363
|
+
{
|
|
3364
|
+
"name": "value",
|
|
3365
|
+
"annotation": {
|
|
3366
|
+
"type": "keyword",
|
|
3367
|
+
"value": "string"
|
|
3368
|
+
}
|
|
3369
|
+
}
|
|
3370
|
+
],
|
|
3371
|
+
"returns": {}
|
|
3303
3372
|
}
|
|
3304
3373
|
],
|
|
3305
|
-
"methods": [],
|
|
3306
3374
|
"types": [
|
|
3307
3375
|
{
|
|
3308
3376
|
"type": "interface",
|
|
3309
|
-
"name": "
|
|
3377
|
+
"name": "UploadOptions",
|
|
3310
3378
|
"body": [
|
|
3311
3379
|
{
|
|
3312
3380
|
"type": "propertySignature",
|
|
3313
3381
|
"key": {
|
|
3314
3382
|
"type": "identifier",
|
|
3315
|
-
"name": "
|
|
3383
|
+
"name": "enabled"
|
|
3316
3384
|
},
|
|
3317
3385
|
"annotation": {
|
|
3318
3386
|
"type": "keyword",
|
|
3319
|
-
"value": "
|
|
3387
|
+
"value": "boolean"
|
|
3320
3388
|
},
|
|
3389
|
+
"optional": true,
|
|
3321
3390
|
"computed": false
|
|
3322
3391
|
},
|
|
3323
3392
|
{
|
|
3324
3393
|
"type": "propertySignature",
|
|
3325
3394
|
"key": {
|
|
3326
3395
|
"type": "identifier",
|
|
3327
|
-
"name": "
|
|
3396
|
+
"name": "dragDisabled"
|
|
3328
3397
|
},
|
|
3329
3398
|
"annotation": {
|
|
3330
3399
|
"type": "keyword",
|
|
3331
|
-
"value": "
|
|
3400
|
+
"value": "boolean"
|
|
3332
3401
|
},
|
|
3402
|
+
"optional": true,
|
|
3333
3403
|
"computed": false
|
|
3334
3404
|
},
|
|
3335
3405
|
{
|
|
3336
3406
|
"type": "propertySignature",
|
|
3337
3407
|
"key": {
|
|
3338
3408
|
"type": "identifier",
|
|
3339
|
-
"name": "
|
|
3409
|
+
"name": "dragTips"
|
|
3340
3410
|
},
|
|
3341
3411
|
"annotation": {
|
|
3342
3412
|
"type": "keyword",
|
|
3343
|
-
"value": "
|
|
3413
|
+
"value": "string"
|
|
3344
3414
|
},
|
|
3415
|
+
"optional": true,
|
|
3345
3416
|
"computed": false
|
|
3346
3417
|
},
|
|
3347
3418
|
{
|
|
3348
3419
|
"type": "propertySignature",
|
|
3349
3420
|
"key": {
|
|
3350
3421
|
"type": "identifier",
|
|
3351
|
-
"name": "
|
|
3422
|
+
"name": "accept"
|
|
3352
3423
|
},
|
|
3353
3424
|
"annotation": {
|
|
3354
3425
|
"type": "keyword",
|
|
@@ -3361,7 +3432,34 @@
|
|
|
3361
3432
|
"type": "propertySignature",
|
|
3362
3433
|
"key": {
|
|
3363
3434
|
"type": "identifier",
|
|
3364
|
-
"name": "
|
|
3435
|
+
"name": "maxFiles"
|
|
3436
|
+
},
|
|
3437
|
+
"annotation": {
|
|
3438
|
+
"type": "keyword",
|
|
3439
|
+
"value": "number"
|
|
3440
|
+
},
|
|
3441
|
+
"optional": true,
|
|
3442
|
+
"computed": false
|
|
3443
|
+
},
|
|
3444
|
+
{
|
|
3445
|
+
"type": "propertySignature",
|
|
3446
|
+
"key": {
|
|
3447
|
+
"type": "identifier",
|
|
3448
|
+
"name": "maxSize"
|
|
3449
|
+
},
|
|
3450
|
+
"annotation": {
|
|
3451
|
+
"type": "keyword",
|
|
3452
|
+
"value": "number"
|
|
3453
|
+
},
|
|
3454
|
+
"optional": true,
|
|
3455
|
+
"computed": false,
|
|
3456
|
+
"description": "In bytes"
|
|
3457
|
+
},
|
|
3458
|
+
{
|
|
3459
|
+
"type": "propertySignature",
|
|
3460
|
+
"key": {
|
|
3461
|
+
"type": "identifier",
|
|
3462
|
+
"name": "readableAccept"
|
|
3365
3463
|
},
|
|
3366
3464
|
"annotation": {
|
|
3367
3465
|
"type": "keyword",
|
|
@@ -3374,7 +3472,7 @@
|
|
|
3374
3472
|
"type": "propertySignature",
|
|
3375
3473
|
"key": {
|
|
3376
3474
|
"type": "identifier",
|
|
3377
|
-
"name": "
|
|
3475
|
+
"name": "readableMaxSize"
|
|
3378
3476
|
},
|
|
3379
3477
|
"annotation": {
|
|
3380
3478
|
"type": "keyword",
|
|
@@ -3387,13 +3485,13 @@
|
|
|
3387
3485
|
},
|
|
3388
3486
|
{
|
|
3389
3487
|
"type": "interface",
|
|
3390
|
-
"name": "
|
|
3488
|
+
"name": "AIEmployee",
|
|
3391
3489
|
"body": [
|
|
3392
3490
|
{
|
|
3393
3491
|
"type": "propertySignature",
|
|
3394
3492
|
"key": {
|
|
3395
3493
|
"type": "identifier",
|
|
3396
|
-
"name": "
|
|
3494
|
+
"name": "employeeId"
|
|
3397
3495
|
},
|
|
3398
3496
|
"annotation": {
|
|
3399
3497
|
"type": "keyword",
|
|
@@ -3405,7 +3503,7 @@
|
|
|
3405
3503
|
"type": "propertySignature",
|
|
3406
3504
|
"key": {
|
|
3407
3505
|
"type": "identifier",
|
|
3408
|
-
"name": "
|
|
3506
|
+
"name": "name"
|
|
3409
3507
|
},
|
|
3410
3508
|
"annotation": {
|
|
3411
3509
|
"type": "keyword",
|
|
@@ -3417,36 +3515,208 @@
|
|
|
3417
3515
|
},
|
|
3418
3516
|
{
|
|
3419
3517
|
"type": "interface",
|
|
3420
|
-
"name": "
|
|
3518
|
+
"name": "Command",
|
|
3421
3519
|
"body": [
|
|
3422
3520
|
{
|
|
3423
3521
|
"type": "propertySignature",
|
|
3424
3522
|
"key": {
|
|
3425
3523
|
"type": "identifier",
|
|
3426
|
-
"name": "
|
|
3524
|
+
"name": "label"
|
|
3427
3525
|
},
|
|
3428
3526
|
"annotation": {
|
|
3429
|
-
"type": "
|
|
3430
|
-
"
|
|
3431
|
-
|
|
3432
|
-
|
|
3527
|
+
"type": "keyword",
|
|
3528
|
+
"value": "string"
|
|
3529
|
+
},
|
|
3530
|
+
"computed": false
|
|
3531
|
+
},
|
|
3532
|
+
{
|
|
3533
|
+
"type": "propertySignature",
|
|
3534
|
+
"key": {
|
|
3535
|
+
"type": "identifier",
|
|
3536
|
+
"name": "value"
|
|
3537
|
+
},
|
|
3538
|
+
"annotation": {
|
|
3539
|
+
"type": "keyword",
|
|
3540
|
+
"value": "string"
|
|
3541
|
+
},
|
|
3542
|
+
"computed": false
|
|
3543
|
+
},
|
|
3544
|
+
{
|
|
3545
|
+
"type": "propertySignature",
|
|
3546
|
+
"key": {
|
|
3547
|
+
"type": "identifier",
|
|
3548
|
+
"name": "groupKey"
|
|
3549
|
+
},
|
|
3550
|
+
"annotation": {
|
|
3551
|
+
"type": "keyword",
|
|
3552
|
+
"value": "string"
|
|
3553
|
+
},
|
|
3554
|
+
"optional": true,
|
|
3555
|
+
"computed": false
|
|
3556
|
+
},
|
|
3557
|
+
{
|
|
3558
|
+
"type": "propertySignature",
|
|
3559
|
+
"key": {
|
|
3560
|
+
"type": "identifier",
|
|
3561
|
+
"name": "groupLabel"
|
|
3562
|
+
},
|
|
3563
|
+
"annotation": {
|
|
3564
|
+
"type": "keyword",
|
|
3565
|
+
"value": "string"
|
|
3566
|
+
},
|
|
3567
|
+
"optional": true,
|
|
3568
|
+
"computed": false
|
|
3569
|
+
},
|
|
3570
|
+
{
|
|
3571
|
+
"type": "propertySignature",
|
|
3572
|
+
"key": {
|
|
3573
|
+
"type": "identifier",
|
|
3574
|
+
"name": "subCommands"
|
|
3575
|
+
},
|
|
3576
|
+
"annotation": {
|
|
3577
|
+
"type": "array",
|
|
3578
|
+
"elementType": {
|
|
3579
|
+
"type": "reference",
|
|
3580
|
+
"typeName": {
|
|
3581
|
+
"type": "identifier",
|
|
3582
|
+
"name": "Command"
|
|
3583
|
+
}
|
|
3433
3584
|
}
|
|
3434
3585
|
},
|
|
3586
|
+
"optional": true,
|
|
3435
3587
|
"computed": false
|
|
3436
3588
|
},
|
|
3437
3589
|
{
|
|
3438
3590
|
"type": "propertySignature",
|
|
3439
3591
|
"key": {
|
|
3440
3592
|
"type": "identifier",
|
|
3441
|
-
"name": "
|
|
3593
|
+
"name": "payload"
|
|
3442
3594
|
},
|
|
3443
3595
|
"annotation": {
|
|
3444
3596
|
"type": "reference",
|
|
3445
3597
|
"typeName": {
|
|
3446
3598
|
"type": "identifier",
|
|
3447
|
-
"name": "
|
|
3599
|
+
"name": "CommandPayload"
|
|
3600
|
+
}
|
|
3601
|
+
},
|
|
3602
|
+
"optional": true,
|
|
3603
|
+
"computed": false
|
|
3604
|
+
}
|
|
3605
|
+
]
|
|
3606
|
+
},
|
|
3607
|
+
{
|
|
3608
|
+
"type": "interface",
|
|
3609
|
+
"name": "ChatPayload",
|
|
3610
|
+
"body": [
|
|
3611
|
+
{
|
|
3612
|
+
"type": "propertySignature",
|
|
3613
|
+
"key": {
|
|
3614
|
+
"type": "identifier",
|
|
3615
|
+
"name": "content"
|
|
3616
|
+
},
|
|
3617
|
+
"annotation": {
|
|
3618
|
+
"type": "keyword",
|
|
3619
|
+
"value": "string"
|
|
3620
|
+
},
|
|
3621
|
+
"computed": false
|
|
3622
|
+
}
|
|
3623
|
+
],
|
|
3624
|
+
"extends": [
|
|
3625
|
+
{
|
|
3626
|
+
"type": "expressionWithTypeArguments",
|
|
3627
|
+
"expression": {
|
|
3628
|
+
"type": "identifier",
|
|
3629
|
+
"name": "ExtraChatPayload"
|
|
3630
|
+
}
|
|
3631
|
+
}
|
|
3632
|
+
]
|
|
3633
|
+
},
|
|
3634
|
+
{
|
|
3635
|
+
"type": "interface",
|
|
3636
|
+
"name": "ExtraChatPayload",
|
|
3637
|
+
"body": [
|
|
3638
|
+
{
|
|
3639
|
+
"type": "propertySignature",
|
|
3640
|
+
"key": {
|
|
3641
|
+
"type": "identifier",
|
|
3642
|
+
"name": "files"
|
|
3643
|
+
},
|
|
3644
|
+
"annotation": {
|
|
3645
|
+
"type": "array",
|
|
3646
|
+
"elementType": {
|
|
3647
|
+
"type": "reference",
|
|
3648
|
+
"typeName": {
|
|
3649
|
+
"type": "identifier",
|
|
3650
|
+
"name": "UploadFileInfo"
|
|
3651
|
+
}
|
|
3448
3652
|
}
|
|
3449
3653
|
},
|
|
3654
|
+
"optional": true,
|
|
3655
|
+
"computed": false
|
|
3656
|
+
},
|
|
3657
|
+
{
|
|
3658
|
+
"type": "propertySignature",
|
|
3659
|
+
"key": {
|
|
3660
|
+
"type": "identifier",
|
|
3661
|
+
"name": "cmd"
|
|
3662
|
+
},
|
|
3663
|
+
"annotation": {
|
|
3664
|
+
"type": "union",
|
|
3665
|
+
"types": [
|
|
3666
|
+
{
|
|
3667
|
+
"type": "reference",
|
|
3668
|
+
"typeName": {
|
|
3669
|
+
"type": "identifier",
|
|
3670
|
+
"name": "CommandPayload"
|
|
3671
|
+
}
|
|
3672
|
+
},
|
|
3673
|
+
{
|
|
3674
|
+
"type": "keyword",
|
|
3675
|
+
"value": "null"
|
|
3676
|
+
}
|
|
3677
|
+
]
|
|
3678
|
+
},
|
|
3679
|
+
"optional": true,
|
|
3680
|
+
"computed": false
|
|
3681
|
+
},
|
|
3682
|
+
{
|
|
3683
|
+
"type": "propertySignature",
|
|
3684
|
+
"key": {
|
|
3685
|
+
"type": "identifier",
|
|
3686
|
+
"name": "aiEmployeeId"
|
|
3687
|
+
},
|
|
3688
|
+
"annotation": {
|
|
3689
|
+
"type": "union",
|
|
3690
|
+
"types": [
|
|
3691
|
+
{
|
|
3692
|
+
"type": "keyword",
|
|
3693
|
+
"value": "string"
|
|
3694
|
+
},
|
|
3695
|
+
{
|
|
3696
|
+
"type": "keyword",
|
|
3697
|
+
"value": "null"
|
|
3698
|
+
}
|
|
3699
|
+
]
|
|
3700
|
+
},
|
|
3701
|
+
"optional": true,
|
|
3702
|
+
"computed": false
|
|
3703
|
+
}
|
|
3704
|
+
]
|
|
3705
|
+
},
|
|
3706
|
+
{
|
|
3707
|
+
"type": "interface",
|
|
3708
|
+
"name": "UploadFileInfo",
|
|
3709
|
+
"body": [
|
|
3710
|
+
{
|
|
3711
|
+
"type": "propertySignature",
|
|
3712
|
+
"key": {
|
|
3713
|
+
"type": "identifier",
|
|
3714
|
+
"name": "fileId"
|
|
3715
|
+
},
|
|
3716
|
+
"annotation": {
|
|
3717
|
+
"type": "keyword",
|
|
3718
|
+
"value": "string"
|
|
3719
|
+
},
|
|
3450
3720
|
"computed": false
|
|
3451
3721
|
}
|
|
3452
3722
|
]
|
|
@@ -4427,239 +4697,141 @@
|
|
|
4427
4697
|
}
|
|
4428
4698
|
]
|
|
4429
4699
|
},
|
|
4430
|
-
"ai-portal.
|
|
4700
|
+
"ai-portal.project-conversations": {
|
|
4431
4701
|
"properties": [
|
|
4432
4702
|
{
|
|
4433
|
-
"name": "
|
|
4703
|
+
"name": "list",
|
|
4434
4704
|
"annotation": {
|
|
4435
|
-
"type": "
|
|
4436
|
-
"
|
|
4705
|
+
"type": "array",
|
|
4706
|
+
"elementType": {
|
|
4707
|
+
"type": "reference",
|
|
4708
|
+
"typeName": {
|
|
4709
|
+
"type": "identifier",
|
|
4710
|
+
"name": "Conversation"
|
|
4711
|
+
}
|
|
4712
|
+
}
|
|
4437
4713
|
}
|
|
4438
4714
|
},
|
|
4439
4715
|
{
|
|
4440
|
-
"name": "
|
|
4716
|
+
"name": "urlTemplate",
|
|
4441
4717
|
"annotation": {
|
|
4442
4718
|
"type": "keyword",
|
|
4443
|
-
"value": "
|
|
4719
|
+
"value": "string"
|
|
4444
4720
|
}
|
|
4445
4721
|
},
|
|
4446
4722
|
{
|
|
4447
|
-
"name": "
|
|
4448
|
-
"annotation": {
|
|
4449
|
-
"type": "keyword",
|
|
4450
|
-
"value": "boolean"
|
|
4451
|
-
}
|
|
4452
|
-
},
|
|
4453
|
-
{
|
|
4454
|
-
"name": "supportsTerminate",
|
|
4455
|
-
"annotation": {
|
|
4456
|
-
"type": "keyword",
|
|
4457
|
-
"value": "boolean"
|
|
4458
|
-
}
|
|
4459
|
-
},
|
|
4460
|
-
{
|
|
4461
|
-
"name": "terminating",
|
|
4462
|
-
"annotation": {
|
|
4463
|
-
"type": "keyword",
|
|
4464
|
-
"value": "boolean"
|
|
4465
|
-
}
|
|
4466
|
-
},
|
|
4467
|
-
{
|
|
4468
|
-
"name": "autoFade",
|
|
4469
|
-
"annotation": {
|
|
4470
|
-
"type": "keyword",
|
|
4471
|
-
"value": "boolean"
|
|
4472
|
-
}
|
|
4473
|
-
},
|
|
4474
|
-
{
|
|
4475
|
-
"name": "uploadOptions",
|
|
4476
|
-
"annotation": {
|
|
4477
|
-
"type": "reference",
|
|
4478
|
-
"typeName": {
|
|
4479
|
-
"type": "identifier",
|
|
4480
|
-
"name": "UploadOptions"
|
|
4481
|
-
}
|
|
4482
|
-
}
|
|
4483
|
-
},
|
|
4484
|
-
{
|
|
4485
|
-
"name": "aiEmployees",
|
|
4723
|
+
"name": "actions",
|
|
4486
4724
|
"annotation": {
|
|
4487
4725
|
"type": "array",
|
|
4488
4726
|
"elementType": {
|
|
4489
4727
|
"type": "reference",
|
|
4490
4728
|
"typeName": {
|
|
4491
4729
|
"type": "identifier",
|
|
4492
|
-
"name": "
|
|
4730
|
+
"name": "ActionType"
|
|
4493
4731
|
}
|
|
4494
4732
|
}
|
|
4495
4733
|
}
|
|
4496
4734
|
},
|
|
4497
4735
|
{
|
|
4498
|
-
"name": "
|
|
4736
|
+
"name": "goals",
|
|
4499
4737
|
"annotation": {
|
|
4500
4738
|
"type": "array",
|
|
4501
4739
|
"elementType": {
|
|
4502
4740
|
"type": "reference",
|
|
4503
4741
|
"typeName": {
|
|
4504
4742
|
"type": "identifier",
|
|
4505
|
-
"name": "
|
|
4743
|
+
"name": "Goal"
|
|
4506
4744
|
}
|
|
4507
4745
|
}
|
|
4508
4746
|
}
|
|
4509
|
-
},
|
|
4510
|
-
{
|
|
4511
|
-
"name": "suggestionsPlacement",
|
|
4512
|
-
"annotation": {
|
|
4513
|
-
"type": "union",
|
|
4514
|
-
"types": [
|
|
4515
|
-
{
|
|
4516
|
-
"type": "jsLiteral",
|
|
4517
|
-
"value": "top"
|
|
4518
|
-
},
|
|
4519
|
-
{
|
|
4520
|
-
"type": "jsLiteral",
|
|
4521
|
-
"value": "bottom"
|
|
4522
|
-
}
|
|
4523
|
-
]
|
|
4524
|
-
}
|
|
4525
4747
|
}
|
|
4526
4748
|
],
|
|
4527
4749
|
"events": [
|
|
4528
4750
|
{
|
|
4529
|
-
"name": "
|
|
4530
|
-
"detail": {
|
|
4531
|
-
"annotation": {
|
|
4532
|
-
"type": "keyword",
|
|
4533
|
-
"value": "string"
|
|
4534
|
-
}
|
|
4535
|
-
}
|
|
4536
|
-
},
|
|
4537
|
-
{
|
|
4538
|
-
"name": "chat.submit",
|
|
4751
|
+
"name": "goal.click",
|
|
4539
4752
|
"detail": {
|
|
4540
4753
|
"annotation": {
|
|
4541
4754
|
"type": "reference",
|
|
4542
4755
|
"typeName": {
|
|
4543
4756
|
"type": "identifier",
|
|
4544
|
-
"name": "
|
|
4757
|
+
"name": "Conversation"
|
|
4545
4758
|
}
|
|
4546
4759
|
}
|
|
4547
4760
|
}
|
|
4548
4761
|
},
|
|
4549
4762
|
{
|
|
4550
|
-
"name": "
|
|
4763
|
+
"name": "action.click",
|
|
4551
4764
|
"detail": {
|
|
4552
4765
|
"annotation": {
|
|
4553
|
-
"type": "
|
|
4554
|
-
"
|
|
4555
|
-
|
|
4556
|
-
|
|
4557
|
-
}
|
|
4558
|
-
],
|
|
4559
|
-
"methods": [
|
|
4560
|
-
{
|
|
4561
|
-
"name": "setValue",
|
|
4562
|
-
"params": [
|
|
4563
|
-
{
|
|
4564
|
-
"name": "value",
|
|
4565
|
-
"annotation": {
|
|
4566
|
-
"type": "keyword",
|
|
4567
|
-
"value": "string"
|
|
4766
|
+
"type": "reference",
|
|
4767
|
+
"typeName": {
|
|
4768
|
+
"type": "identifier",
|
|
4769
|
+
"name": "ActionClickDetail"
|
|
4568
4770
|
}
|
|
4569
4771
|
}
|
|
4570
|
-
|
|
4571
|
-
"returns": {}
|
|
4772
|
+
}
|
|
4572
4773
|
}
|
|
4573
4774
|
],
|
|
4775
|
+
"methods": [],
|
|
4574
4776
|
"types": [
|
|
4575
4777
|
{
|
|
4576
4778
|
"type": "interface",
|
|
4577
|
-
"name": "
|
|
4779
|
+
"name": "Conversation",
|
|
4578
4780
|
"body": [
|
|
4579
4781
|
{
|
|
4580
4782
|
"type": "propertySignature",
|
|
4581
4783
|
"key": {
|
|
4582
4784
|
"type": "identifier",
|
|
4583
|
-
"name": "
|
|
4584
|
-
},
|
|
4585
|
-
"annotation": {
|
|
4586
|
-
"type": "keyword",
|
|
4587
|
-
"value": "boolean"
|
|
4588
|
-
},
|
|
4589
|
-
"optional": true,
|
|
4590
|
-
"computed": false
|
|
4591
|
-
},
|
|
4592
|
-
{
|
|
4593
|
-
"type": "propertySignature",
|
|
4594
|
-
"key": {
|
|
4595
|
-
"type": "identifier",
|
|
4596
|
-
"name": "dragDisabled"
|
|
4597
|
-
},
|
|
4598
|
-
"annotation": {
|
|
4599
|
-
"type": "keyword",
|
|
4600
|
-
"value": "boolean"
|
|
4601
|
-
},
|
|
4602
|
-
"optional": true,
|
|
4603
|
-
"computed": false
|
|
4604
|
-
},
|
|
4605
|
-
{
|
|
4606
|
-
"type": "propertySignature",
|
|
4607
|
-
"key": {
|
|
4608
|
-
"type": "identifier",
|
|
4609
|
-
"name": "dragTips"
|
|
4785
|
+
"name": "conversationId"
|
|
4610
4786
|
},
|
|
4611
4787
|
"annotation": {
|
|
4612
4788
|
"type": "keyword",
|
|
4613
4789
|
"value": "string"
|
|
4614
4790
|
},
|
|
4615
|
-
"optional": true,
|
|
4616
4791
|
"computed": false
|
|
4617
4792
|
},
|
|
4618
4793
|
{
|
|
4619
4794
|
"type": "propertySignature",
|
|
4620
4795
|
"key": {
|
|
4621
4796
|
"type": "identifier",
|
|
4622
|
-
"name": "
|
|
4797
|
+
"name": "title"
|
|
4623
4798
|
},
|
|
4624
4799
|
"annotation": {
|
|
4625
4800
|
"type": "keyword",
|
|
4626
4801
|
"value": "string"
|
|
4627
4802
|
},
|
|
4628
|
-
"optional": true,
|
|
4629
4803
|
"computed": false
|
|
4630
4804
|
},
|
|
4631
4805
|
{
|
|
4632
4806
|
"type": "propertySignature",
|
|
4633
4807
|
"key": {
|
|
4634
4808
|
"type": "identifier",
|
|
4635
|
-
"name": "
|
|
4809
|
+
"name": "startTime"
|
|
4636
4810
|
},
|
|
4637
4811
|
"annotation": {
|
|
4638
4812
|
"type": "keyword",
|
|
4639
4813
|
"value": "number"
|
|
4640
4814
|
},
|
|
4641
|
-
"optional": true,
|
|
4642
4815
|
"computed": false
|
|
4643
4816
|
},
|
|
4644
4817
|
{
|
|
4645
4818
|
"type": "propertySignature",
|
|
4646
4819
|
"key": {
|
|
4647
4820
|
"type": "identifier",
|
|
4648
|
-
"name": "
|
|
4821
|
+
"name": "description"
|
|
4649
4822
|
},
|
|
4650
4823
|
"annotation": {
|
|
4651
4824
|
"type": "keyword",
|
|
4652
|
-
"value": "
|
|
4825
|
+
"value": "string"
|
|
4653
4826
|
},
|
|
4654
4827
|
"optional": true,
|
|
4655
|
-
"computed": false
|
|
4656
|
-
"description": "In bytes"
|
|
4828
|
+
"computed": false
|
|
4657
4829
|
},
|
|
4658
4830
|
{
|
|
4659
4831
|
"type": "propertySignature",
|
|
4660
4832
|
"key": {
|
|
4661
4833
|
"type": "identifier",
|
|
4662
|
-
"name": "
|
|
4834
|
+
"name": "goalInstanceId"
|
|
4663
4835
|
},
|
|
4664
4836
|
"annotation": {
|
|
4665
4837
|
"type": "keyword",
|
|
@@ -4672,7 +4844,7 @@
|
|
|
4672
4844
|
"type": "propertySignature",
|
|
4673
4845
|
"key": {
|
|
4674
4846
|
"type": "identifier",
|
|
4675
|
-
"name": "
|
|
4847
|
+
"name": "username"
|
|
4676
4848
|
},
|
|
4677
4849
|
"annotation": {
|
|
4678
4850
|
"type": "keyword",
|
|
@@ -4685,13 +4857,13 @@
|
|
|
4685
4857
|
},
|
|
4686
4858
|
{
|
|
4687
4859
|
"type": "interface",
|
|
4688
|
-
"name": "
|
|
4860
|
+
"name": "Goal",
|
|
4689
4861
|
"body": [
|
|
4690
4862
|
{
|
|
4691
4863
|
"type": "propertySignature",
|
|
4692
4864
|
"key": {
|
|
4693
4865
|
"type": "identifier",
|
|
4694
|
-
"name": "
|
|
4866
|
+
"name": "instanceId"
|
|
4695
4867
|
},
|
|
4696
4868
|
"annotation": {
|
|
4697
4869
|
"type": "keyword",
|
|
@@ -4703,7 +4875,7 @@
|
|
|
4703
4875
|
"type": "propertySignature",
|
|
4704
4876
|
"key": {
|
|
4705
4877
|
"type": "identifier",
|
|
4706
|
-
"name": "
|
|
4878
|
+
"name": "title"
|
|
4707
4879
|
},
|
|
4708
4880
|
"annotation": {
|
|
4709
4881
|
"type": "keyword",
|
|
@@ -4715,208 +4887,36 @@
|
|
|
4715
4887
|
},
|
|
4716
4888
|
{
|
|
4717
4889
|
"type": "interface",
|
|
4718
|
-
"name": "
|
|
4890
|
+
"name": "ActionClickDetail",
|
|
4719
4891
|
"body": [
|
|
4720
4892
|
{
|
|
4721
4893
|
"type": "propertySignature",
|
|
4722
4894
|
"key": {
|
|
4723
4895
|
"type": "identifier",
|
|
4724
|
-
"name": "
|
|
4725
|
-
},
|
|
4726
|
-
"annotation": {
|
|
4727
|
-
"type": "keyword",
|
|
4728
|
-
"value": "string"
|
|
4729
|
-
},
|
|
4730
|
-
"computed": false
|
|
4731
|
-
},
|
|
4732
|
-
{
|
|
4733
|
-
"type": "propertySignature",
|
|
4734
|
-
"key": {
|
|
4735
|
-
"type": "identifier",
|
|
4736
|
-
"name": "value"
|
|
4737
|
-
},
|
|
4738
|
-
"annotation": {
|
|
4739
|
-
"type": "keyword",
|
|
4740
|
-
"value": "string"
|
|
4741
|
-
},
|
|
4742
|
-
"computed": false
|
|
4743
|
-
},
|
|
4744
|
-
{
|
|
4745
|
-
"type": "propertySignature",
|
|
4746
|
-
"key": {
|
|
4747
|
-
"type": "identifier",
|
|
4748
|
-
"name": "groupKey"
|
|
4749
|
-
},
|
|
4750
|
-
"annotation": {
|
|
4751
|
-
"type": "keyword",
|
|
4752
|
-
"value": "string"
|
|
4753
|
-
},
|
|
4754
|
-
"optional": true,
|
|
4755
|
-
"computed": false
|
|
4756
|
-
},
|
|
4757
|
-
{
|
|
4758
|
-
"type": "propertySignature",
|
|
4759
|
-
"key": {
|
|
4760
|
-
"type": "identifier",
|
|
4761
|
-
"name": "groupLabel"
|
|
4762
|
-
},
|
|
4763
|
-
"annotation": {
|
|
4764
|
-
"type": "keyword",
|
|
4765
|
-
"value": "string"
|
|
4766
|
-
},
|
|
4767
|
-
"optional": true,
|
|
4768
|
-
"computed": false
|
|
4769
|
-
},
|
|
4770
|
-
{
|
|
4771
|
-
"type": "propertySignature",
|
|
4772
|
-
"key": {
|
|
4773
|
-
"type": "identifier",
|
|
4774
|
-
"name": "subCommands"
|
|
4896
|
+
"name": "action"
|
|
4775
4897
|
},
|
|
4776
4898
|
"annotation": {
|
|
4777
|
-
"type": "
|
|
4778
|
-
"
|
|
4779
|
-
"type": "
|
|
4780
|
-
"
|
|
4781
|
-
"type": "identifier",
|
|
4782
|
-
"name": "Command"
|
|
4783
|
-
}
|
|
4899
|
+
"type": "reference",
|
|
4900
|
+
"typeName": {
|
|
4901
|
+
"type": "identifier",
|
|
4902
|
+
"name": "SimpleActionType"
|
|
4784
4903
|
}
|
|
4785
4904
|
},
|
|
4786
|
-
"optional": true,
|
|
4787
4905
|
"computed": false
|
|
4788
4906
|
},
|
|
4789
4907
|
{
|
|
4790
4908
|
"type": "propertySignature",
|
|
4791
4909
|
"key": {
|
|
4792
4910
|
"type": "identifier",
|
|
4793
|
-
"name": "
|
|
4911
|
+
"name": "item"
|
|
4794
4912
|
},
|
|
4795
4913
|
"annotation": {
|
|
4796
4914
|
"type": "reference",
|
|
4797
4915
|
"typeName": {
|
|
4798
4916
|
"type": "identifier",
|
|
4799
|
-
"name": "
|
|
4800
|
-
}
|
|
4801
|
-
},
|
|
4802
|
-
"optional": true,
|
|
4803
|
-
"computed": false
|
|
4804
|
-
}
|
|
4805
|
-
]
|
|
4806
|
-
},
|
|
4807
|
-
{
|
|
4808
|
-
"type": "interface",
|
|
4809
|
-
"name": "ChatPayload",
|
|
4810
|
-
"body": [
|
|
4811
|
-
{
|
|
4812
|
-
"type": "propertySignature",
|
|
4813
|
-
"key": {
|
|
4814
|
-
"type": "identifier",
|
|
4815
|
-
"name": "content"
|
|
4816
|
-
},
|
|
4817
|
-
"annotation": {
|
|
4818
|
-
"type": "keyword",
|
|
4819
|
-
"value": "string"
|
|
4820
|
-
},
|
|
4821
|
-
"computed": false
|
|
4822
|
-
}
|
|
4823
|
-
],
|
|
4824
|
-
"extends": [
|
|
4825
|
-
{
|
|
4826
|
-
"type": "expressionWithTypeArguments",
|
|
4827
|
-
"expression": {
|
|
4828
|
-
"type": "identifier",
|
|
4829
|
-
"name": "ExtraChatPayload"
|
|
4830
|
-
}
|
|
4831
|
-
}
|
|
4832
|
-
]
|
|
4833
|
-
},
|
|
4834
|
-
{
|
|
4835
|
-
"type": "interface",
|
|
4836
|
-
"name": "ExtraChatPayload",
|
|
4837
|
-
"body": [
|
|
4838
|
-
{
|
|
4839
|
-
"type": "propertySignature",
|
|
4840
|
-
"key": {
|
|
4841
|
-
"type": "identifier",
|
|
4842
|
-
"name": "files"
|
|
4843
|
-
},
|
|
4844
|
-
"annotation": {
|
|
4845
|
-
"type": "array",
|
|
4846
|
-
"elementType": {
|
|
4847
|
-
"type": "reference",
|
|
4848
|
-
"typeName": {
|
|
4849
|
-
"type": "identifier",
|
|
4850
|
-
"name": "UploadFileInfo"
|
|
4851
|
-
}
|
|
4917
|
+
"name": "Conversation"
|
|
4852
4918
|
}
|
|
4853
4919
|
},
|
|
4854
|
-
"optional": true,
|
|
4855
|
-
"computed": false
|
|
4856
|
-
},
|
|
4857
|
-
{
|
|
4858
|
-
"type": "propertySignature",
|
|
4859
|
-
"key": {
|
|
4860
|
-
"type": "identifier",
|
|
4861
|
-
"name": "cmd"
|
|
4862
|
-
},
|
|
4863
|
-
"annotation": {
|
|
4864
|
-
"type": "union",
|
|
4865
|
-
"types": [
|
|
4866
|
-
{
|
|
4867
|
-
"type": "reference",
|
|
4868
|
-
"typeName": {
|
|
4869
|
-
"type": "identifier",
|
|
4870
|
-
"name": "CommandPayload"
|
|
4871
|
-
}
|
|
4872
|
-
},
|
|
4873
|
-
{
|
|
4874
|
-
"type": "keyword",
|
|
4875
|
-
"value": "null"
|
|
4876
|
-
}
|
|
4877
|
-
]
|
|
4878
|
-
},
|
|
4879
|
-
"optional": true,
|
|
4880
|
-
"computed": false
|
|
4881
|
-
},
|
|
4882
|
-
{
|
|
4883
|
-
"type": "propertySignature",
|
|
4884
|
-
"key": {
|
|
4885
|
-
"type": "identifier",
|
|
4886
|
-
"name": "aiEmployeeId"
|
|
4887
|
-
},
|
|
4888
|
-
"annotation": {
|
|
4889
|
-
"type": "union",
|
|
4890
|
-
"types": [
|
|
4891
|
-
{
|
|
4892
|
-
"type": "keyword",
|
|
4893
|
-
"value": "string"
|
|
4894
|
-
},
|
|
4895
|
-
{
|
|
4896
|
-
"type": "keyword",
|
|
4897
|
-
"value": "null"
|
|
4898
|
-
}
|
|
4899
|
-
]
|
|
4900
|
-
},
|
|
4901
|
-
"optional": true,
|
|
4902
|
-
"computed": false
|
|
4903
|
-
}
|
|
4904
|
-
]
|
|
4905
|
-
},
|
|
4906
|
-
{
|
|
4907
|
-
"type": "interface",
|
|
4908
|
-
"name": "UploadFileInfo",
|
|
4909
|
-
"body": [
|
|
4910
|
-
{
|
|
4911
|
-
"type": "propertySignature",
|
|
4912
|
-
"key": {
|
|
4913
|
-
"type": "identifier",
|
|
4914
|
-
"name": "fileId"
|
|
4915
|
-
},
|
|
4916
|
-
"annotation": {
|
|
4917
|
-
"type": "keyword",
|
|
4918
|
-
"value": "string"
|
|
4919
|
-
},
|
|
4920
4920
|
"computed": false
|
|
4921
4921
|
}
|
|
4922
4922
|
]
|
|
@@ -5561,7 +5561,7 @@
|
|
|
5561
5561
|
}
|
|
5562
5562
|
]
|
|
5563
5563
|
},
|
|
5564
|
-
"ai-portal.notice-
|
|
5564
|
+
"ai-portal.notice-list": {
|
|
5565
5565
|
"properties": [
|
|
5566
5566
|
{
|
|
5567
5567
|
"name": "dataSource",
|
|
@@ -5576,16 +5576,6 @@
|
|
|
5576
5576
|
}
|
|
5577
5577
|
}
|
|
5578
5578
|
},
|
|
5579
|
-
{
|
|
5580
|
-
"name": "popoverPlacement",
|
|
5581
|
-
"annotation": {
|
|
5582
|
-
"type": "reference",
|
|
5583
|
-
"typeName": {
|
|
5584
|
-
"type": "identifier",
|
|
5585
|
-
"name": "Placement"
|
|
5586
|
-
}
|
|
5587
|
-
}
|
|
5588
|
-
},
|
|
5589
5579
|
{
|
|
5590
5580
|
"name": "emptyText",
|
|
5591
5581
|
"annotation": {
|
|
@@ -5593,13 +5583,6 @@
|
|
|
5593
5583
|
"value": "string"
|
|
5594
5584
|
}
|
|
5595
5585
|
},
|
|
5596
|
-
{
|
|
5597
|
-
"name": "notifyCenterUrl",
|
|
5598
|
-
"annotation": {
|
|
5599
|
-
"type": "keyword",
|
|
5600
|
-
"value": "string"
|
|
5601
|
-
}
|
|
5602
|
-
},
|
|
5603
5586
|
{
|
|
5604
5587
|
"name": "urlTemplate",
|
|
5605
5588
|
"annotation": {
|
|
@@ -5618,44 +5601,14 @@
|
|
|
5618
5601
|
}
|
|
5619
5602
|
},
|
|
5620
5603
|
{
|
|
5621
|
-
"name": "
|
|
5622
|
-
"annotation": {
|
|
5623
|
-
"type": "union",
|
|
5624
|
-
"types": [
|
|
5625
|
-
{
|
|
5626
|
-
"type": "keyword",
|
|
5627
|
-
"value": "string"
|
|
5628
|
-
},
|
|
5629
|
-
{
|
|
5630
|
-
"type": "keyword",
|
|
5631
|
-
"value": "number"
|
|
5632
|
-
}
|
|
5633
|
-
]
|
|
5634
|
-
}
|
|
5635
|
-
},
|
|
5636
|
-
{
|
|
5637
|
-
"name": "dropdownContentStyle",
|
|
5604
|
+
"name": "selectedIds",
|
|
5638
5605
|
"annotation": {
|
|
5639
|
-
"type": "
|
|
5640
|
-
"
|
|
5641
|
-
"type": "
|
|
5642
|
-
"
|
|
5643
|
-
"type": "identifier",
|
|
5644
|
-
"name": "React"
|
|
5645
|
-
},
|
|
5646
|
-
"right": {
|
|
5647
|
-
"type": "identifier",
|
|
5648
|
-
"name": "CSSProperties"
|
|
5649
|
-
}
|
|
5606
|
+
"type": "array",
|
|
5607
|
+
"elementType": {
|
|
5608
|
+
"type": "keyword",
|
|
5609
|
+
"value": "string"
|
|
5650
5610
|
}
|
|
5651
5611
|
}
|
|
5652
|
-
},
|
|
5653
|
-
{
|
|
5654
|
-
"name": "hideNotifyCenterButton",
|
|
5655
|
-
"annotation": {
|
|
5656
|
-
"type": "keyword",
|
|
5657
|
-
"value": "boolean"
|
|
5658
|
-
}
|
|
5659
5612
|
}
|
|
5660
5613
|
],
|
|
5661
5614
|
"events": [
|
|
@@ -5671,6 +5624,21 @@
|
|
|
5671
5624
|
}
|
|
5672
5625
|
}
|
|
5673
5626
|
},
|
|
5627
|
+
{
|
|
5628
|
+
"name": "mark.items.read",
|
|
5629
|
+
"detail": {
|
|
5630
|
+
"annotation": {
|
|
5631
|
+
"type": "array",
|
|
5632
|
+
"elementType": {
|
|
5633
|
+
"type": "reference",
|
|
5634
|
+
"typeName": {
|
|
5635
|
+
"type": "identifier",
|
|
5636
|
+
"name": "NoticeItem"
|
|
5637
|
+
}
|
|
5638
|
+
}
|
|
5639
|
+
}
|
|
5640
|
+
}
|
|
5641
|
+
},
|
|
5674
5642
|
{
|
|
5675
5643
|
"name": "mark.all.read",
|
|
5676
5644
|
"detail": {
|
|
@@ -5778,7 +5746,7 @@
|
|
|
5778
5746
|
}
|
|
5779
5747
|
]
|
|
5780
5748
|
},
|
|
5781
|
-
"ai-portal.notice-
|
|
5749
|
+
"ai-portal.notice-dropdown": {
|
|
5782
5750
|
"properties": [
|
|
5783
5751
|
{
|
|
5784
5752
|
"name": "dataSource",
|
|
@@ -5793,6 +5761,16 @@
|
|
|
5793
5761
|
}
|
|
5794
5762
|
}
|
|
5795
5763
|
},
|
|
5764
|
+
{
|
|
5765
|
+
"name": "popoverPlacement",
|
|
5766
|
+
"annotation": {
|
|
5767
|
+
"type": "reference",
|
|
5768
|
+
"typeName": {
|
|
5769
|
+
"type": "identifier",
|
|
5770
|
+
"name": "Placement"
|
|
5771
|
+
}
|
|
5772
|
+
}
|
|
5773
|
+
},
|
|
5796
5774
|
{
|
|
5797
5775
|
"name": "emptyText",
|
|
5798
5776
|
"annotation": {
|
|
@@ -5800,6 +5778,13 @@
|
|
|
5800
5778
|
"value": "string"
|
|
5801
5779
|
}
|
|
5802
5780
|
},
|
|
5781
|
+
{
|
|
5782
|
+
"name": "notifyCenterUrl",
|
|
5783
|
+
"annotation": {
|
|
5784
|
+
"type": "keyword",
|
|
5785
|
+
"value": "string"
|
|
5786
|
+
}
|
|
5787
|
+
},
|
|
5803
5788
|
{
|
|
5804
5789
|
"name": "urlTemplate",
|
|
5805
5790
|
"annotation": {
|
|
@@ -5818,14 +5803,44 @@
|
|
|
5818
5803
|
}
|
|
5819
5804
|
},
|
|
5820
5805
|
{
|
|
5821
|
-
"name": "
|
|
5806
|
+
"name": "dropdownMaxWidth",
|
|
5822
5807
|
"annotation": {
|
|
5823
|
-
"type": "
|
|
5824
|
-
"
|
|
5825
|
-
|
|
5826
|
-
|
|
5808
|
+
"type": "union",
|
|
5809
|
+
"types": [
|
|
5810
|
+
{
|
|
5811
|
+
"type": "keyword",
|
|
5812
|
+
"value": "string"
|
|
5813
|
+
},
|
|
5814
|
+
{
|
|
5815
|
+
"type": "keyword",
|
|
5816
|
+
"value": "number"
|
|
5817
|
+
}
|
|
5818
|
+
]
|
|
5819
|
+
}
|
|
5820
|
+
},
|
|
5821
|
+
{
|
|
5822
|
+
"name": "dropdownContentStyle",
|
|
5823
|
+
"annotation": {
|
|
5824
|
+
"type": "reference",
|
|
5825
|
+
"typeName": {
|
|
5826
|
+
"type": "qualifiedName",
|
|
5827
|
+
"left": {
|
|
5828
|
+
"type": "identifier",
|
|
5829
|
+
"name": "React"
|
|
5830
|
+
},
|
|
5831
|
+
"right": {
|
|
5832
|
+
"type": "identifier",
|
|
5833
|
+
"name": "CSSProperties"
|
|
5834
|
+
}
|
|
5827
5835
|
}
|
|
5828
5836
|
}
|
|
5837
|
+
},
|
|
5838
|
+
{
|
|
5839
|
+
"name": "hideNotifyCenterButton",
|
|
5840
|
+
"annotation": {
|
|
5841
|
+
"type": "keyword",
|
|
5842
|
+
"value": "boolean"
|
|
5843
|
+
}
|
|
5829
5844
|
}
|
|
5830
5845
|
],
|
|
5831
5846
|
"events": [
|
|
@@ -5841,21 +5856,6 @@
|
|
|
5841
5856
|
}
|
|
5842
5857
|
}
|
|
5843
5858
|
},
|
|
5844
|
-
{
|
|
5845
|
-
"name": "mark.items.read",
|
|
5846
|
-
"detail": {
|
|
5847
|
-
"annotation": {
|
|
5848
|
-
"type": "array",
|
|
5849
|
-
"elementType": {
|
|
5850
|
-
"type": "reference",
|
|
5851
|
-
"typeName": {
|
|
5852
|
-
"type": "identifier",
|
|
5853
|
-
"name": "NoticeItem"
|
|
5854
|
-
}
|
|
5855
|
-
}
|
|
5856
|
-
}
|
|
5857
|
-
}
|
|
5858
|
-
},
|
|
5859
5859
|
{
|
|
5860
5860
|
"name": "mark.all.read",
|
|
5861
5861
|
"detail": {
|