@next-bricks/ai-portal 0.58.13 → 0.58.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/dist/bricks.json +27 -27
  2. package/dist/chunks/151.a1330dd5.js +2 -0
  3. package/dist/chunks/151.a1330dd5.js.map +1 -0
  4. package/dist/chunks/2084.778e8126.js.map +1 -1
  5. package/dist/chunks/{2232.57f7b38c.js → 2232.db8e7b47.js} +2 -2
  6. package/dist/chunks/2232.db8e7b47.js.map +1 -0
  7. package/dist/chunks/5712.82a31234.js +2 -0
  8. package/dist/chunks/5712.82a31234.js.map +1 -0
  9. package/dist/chunks/9496.471f9fb9.js +2 -0
  10. package/dist/chunks/9496.471f9fb9.js.map +1 -0
  11. package/dist/chunks/{chat-box.82360f9a.js → chat-box.2f9b10eb.js} +2 -2
  12. package/dist/chunks/chat-box.2f9b10eb.js.map +1 -0
  13. package/dist/chunks/elevo-sidebar.0d1f76dd.js +3 -0
  14. package/dist/chunks/elevo-sidebar.0d1f76dd.js.map +1 -0
  15. package/dist/chunks/{goal-card-list.44c21cf2.js → goal-card-list.ca03d258.js} +3 -3
  16. package/dist/chunks/goal-card-list.ca03d258.js.map +1 -0
  17. package/dist/chunks/{main.5fc54860.js → main.8208534c.js} +2 -2
  18. package/dist/chunks/{main.5fc54860.js.map → main.8208534c.js.map} +1 -1
  19. package/dist/examples.json +19 -19
  20. package/dist/{index.a9ae68ac.js → index.cdd388a0.js} +2 -2
  21. package/dist/{index.a9ae68ac.js.map → index.cdd388a0.js.map} +1 -1
  22. package/dist/manifest.json +228 -228
  23. package/dist/types.json +941 -941
  24. package/dist-types/chat-box/index.d.ts +1 -0
  25. package/dist-types/elevo-sidebar/bricks.d.ts +3 -1
  26. package/dist-types/shared/TaskContext.d.ts +1 -0
  27. package/dist-types/shared/useHandleEscape.d.ts +2 -0
  28. package/dist-types/shared/useHandleEscape.spec.d.ts +1 -0
  29. package/package.json +2 -2
  30. package/dist/chunks/151.0550e056.js +0 -2
  31. package/dist/chunks/151.0550e056.js.map +0 -1
  32. package/dist/chunks/2232.57f7b38c.js.map +0 -1
  33. package/dist/chunks/6811.a67f5755.js +0 -2
  34. package/dist/chunks/6811.a67f5755.js.map +0 -1
  35. package/dist/chunks/9496.065a4fc5.js +0 -2
  36. package/dist/chunks/9496.065a4fc5.js.map +0 -1
  37. package/dist/chunks/chat-box.82360f9a.js.map +0 -1
  38. package/dist/chunks/elevo-sidebar.dcdcd0e4.js +0 -3
  39. package/dist/chunks/elevo-sidebar.dcdcd0e4.js.map +0 -1
  40. package/dist/chunks/goal-card-list.44c21cf2.js.map +0 -1
  41. /package/dist/chunks/{elevo-sidebar.dcdcd0e4.js.LICENSE.txt → elevo-sidebar.0d1f76dd.js.LICENSE.txt} +0 -0
  42. /package/dist/chunks/{goal-card-list.44c21cf2.js.LICENSE.txt → goal-card-list.ca03d258.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
  {
@@ -194,62 +181,6 @@
194
181
  }
195
182
  ]
196
183
  },
197
- "ai-portal.call-tool": {
198
- "type": "provider",
199
- "params": [
200
- {
201
- "name": "tool",
202
- "annotation": {
203
- "type": "reference",
204
- "typeName": {
205
- "type": "identifier",
206
- "name": "ToolInfo"
207
- }
208
- }
209
- },
210
- {
211
- "name": "params",
212
- "annotation": {
213
- "type": "reference",
214
- "typeName": {
215
- "type": "identifier",
216
- "name": "Record"
217
- },
218
- "typeParameters": {
219
- "type": "typeParameterInstantiation",
220
- "params": [
221
- {
222
- "type": "keyword",
223
- "value": "string"
224
- },
225
- {
226
- "type": "keyword",
227
- "value": "unknown"
228
- }
229
- ]
230
- }
231
- }
232
- }
233
- ],
234
- "returns": {
235
- "annotation": {
236
- "type": "reference",
237
- "typeName": {
238
- "type": "identifier",
239
- "name": "Promise"
240
- },
241
- "typeParameters": {
242
- "type": "typeParameterInstantiation",
243
- "params": [
244
- {
245
- "type": "keyword",
246
- "value": "unknown"
247
- }
248
- ]
249
- }
250
- }
251
- }
252
- },
253
184
  "ai-portal.save-request-store": {
254
185
  "type": "provider",
255
186
  "params": [
@@ -751,6 +682,62 @@
751
682
  }
752
683
  }
753
684
  },
685
+ "ai-portal.call-tool": {
686
+ "type": "provider",
687
+ "params": [
688
+ {
689
+ "name": "tool",
690
+ "annotation": {
691
+ "type": "reference",
692
+ "typeName": {
693
+ "type": "identifier",
694
+ "name": "ToolInfo"
695
+ }
696
+ }
697
+ },
698
+ {
699
+ "name": "params",
700
+ "annotation": {
701
+ "type": "reference",
702
+ "typeName": {
703
+ "type": "identifier",
704
+ "name": "Record"
705
+ },
706
+ "typeParameters": {
707
+ "type": "typeParameterInstantiation",
708
+ "params": [
709
+ {
710
+ "type": "keyword",
711
+ "value": "string"
712
+ },
713
+ {
714
+ "type": "keyword",
715
+ "value": "unknown"
716
+ }
717
+ ]
718
+ }
719
+ }
720
+ }
721
+ ],
722
+ "returns": {
723
+ "annotation": {
724
+ "type": "reference",
725
+ "typeName": {
726
+ "type": "identifier",
727
+ "name": "Promise"
728
+ },
729
+ "typeParameters": {
730
+ "type": "typeParameterInstantiation",
731
+ "params": [
732
+ {
733
+ "type": "keyword",
734
+ "value": "unknown"
735
+ }
736
+ ]
737
+ }
738
+ }
739
+ }
740
+ },
754
741
  "ai-portal.set-chat-command": {
755
742
  "type": "provider",
756
743
  "params": [
@@ -995,6 +982,19 @@
995
982
  }
996
983
  ]
997
984
  },
985
+ "ai-portal.home-container": {
986
+ "properties": [
987
+ {
988
+ "name": "sticky",
989
+ "annotation": {
990
+ "type": "keyword",
991
+ "value": "boolean"
992
+ }
993
+ }
994
+ ],
995
+ "events": [],
996
+ "methods": []
997
+ },
998
998
  "ai-portal.elevo-logo": {
999
999
  "properties": [],
1000
1000
  "events": [],
@@ -2292,274 +2292,340 @@
2292
2292
  }
2293
2293
  ]
2294
2294
  },
2295
- "ai-portal.activity-timeline": {
2295
+ "ai-portal.chat-input": {
2296
2296
  "properties": [
2297
2297
  {
2298
- "name": "list",
2298
+ "name": "placeholder",
2299
2299
  "annotation": {
2300
- "type": "array",
2301
- "elementType": {
2300
+ "type": "keyword",
2301
+ "value": "string"
2302
+ }
2303
+ },
2304
+ {
2305
+ "name": "autoFocus",
2306
+ "annotation": {
2307
+ "type": "keyword",
2308
+ "value": "boolean"
2309
+ }
2310
+ },
2311
+ {
2312
+ "name": "submitDisabled",
2313
+ "annotation": {
2314
+ "type": "keyword",
2315
+ "value": "boolean"
2316
+ }
2317
+ },
2318
+ {
2319
+ "name": "supportsTerminate",
2320
+ "annotation": {
2321
+ "type": "keyword",
2322
+ "value": "boolean"
2323
+ }
2324
+ },
2325
+ {
2326
+ "name": "terminating",
2327
+ "annotation": {
2328
+ "type": "keyword",
2329
+ "value": "boolean"
2330
+ }
2331
+ },
2332
+ {
2333
+ "name": "uploadOptions",
2334
+ "annotation": {
2335
+ "type": "reference",
2336
+ "typeName": {
2337
+ "type": "identifier",
2338
+ "name": "UploadOptions"
2339
+ }
2340
+ }
2341
+ }
2342
+ ],
2343
+ "events": [
2344
+ {
2345
+ "name": "message.submit",
2346
+ "detail": {
2347
+ "annotation": {
2348
+ "type": "keyword",
2349
+ "value": "string"
2350
+ }
2351
+ }
2352
+ },
2353
+ {
2354
+ "name": "chat.submit",
2355
+ "detail": {
2356
+ "annotation": {
2302
2357
  "type": "reference",
2303
2358
  "typeName": {
2304
2359
  "type": "identifier",
2305
- "name": "Activity"
2360
+ "name": "ChatPayload"
2306
2361
  }
2307
2362
  }
2308
2363
  }
2309
2364
  },
2310
2365
  {
2311
- "name": "chatUrlTemplate",
2312
- "annotation": {
2313
- "type": "keyword",
2314
- "value": "string"
2366
+ "name": "terminate",
2367
+ "detail": {
2368
+ "annotation": {
2369
+ "type": "keyword",
2370
+ "value": "void"
2371
+ }
2315
2372
  }
2316
2373
  }
2317
2374
  ],
2318
- "events": [],
2319
2375
  "methods": [],
2320
2376
  "types": [
2321
2377
  {
2322
- "type": "typeAlias",
2323
- "name": "Activity",
2324
- "annotation": {
2325
- "type": "union",
2326
- "types": [
2327
- {
2328
- "type": "reference",
2329
- "typeName": {
2330
- "type": "identifier",
2331
- "name": "ActivityOfCreateGoal"
2332
- }
2378
+ "type": "interface",
2379
+ "name": "UploadOptions",
2380
+ "body": [
2381
+ {
2382
+ "type": "propertySignature",
2383
+ "key": {
2384
+ "type": "identifier",
2385
+ "name": "enabled"
2333
2386
  },
2334
- {
2335
- "type": "reference",
2336
- "typeName": {
2337
- "type": "identifier",
2338
- "name": "ActivityOfEditGoal"
2339
- }
2387
+ "annotation": {
2388
+ "type": "keyword",
2389
+ "value": "boolean"
2340
2390
  },
2341
- {
2342
- "type": "reference",
2343
- "typeName": {
2344
- "type": "identifier",
2345
- "name": "ActivityOfDeleteGoal"
2346
- }
2391
+ "optional": true,
2392
+ "computed": false
2393
+ },
2394
+ {
2395
+ "type": "propertySignature",
2396
+ "key": {
2397
+ "type": "identifier",
2398
+ "name": "dragDisabled"
2347
2399
  },
2348
- {
2349
- "type": "reference",
2350
- "typeName": {
2351
- "type": "identifier",
2352
- "name": "ActivityOfDecomposeGoals"
2353
- }
2400
+ "annotation": {
2401
+ "type": "keyword",
2402
+ "value": "boolean"
2354
2403
  },
2355
- {
2356
- "type": "reference",
2357
- "typeName": {
2358
- "type": "identifier",
2359
- "name": "ActivityOfAlterOwner"
2360
- }
2404
+ "optional": true,
2405
+ "computed": false
2406
+ },
2407
+ {
2408
+ "type": "propertySignature",
2409
+ "key": {
2410
+ "type": "identifier",
2411
+ "name": "dragTips"
2361
2412
  },
2362
- {
2363
- "type": "reference",
2364
- "typeName": {
2365
- "type": "identifier",
2366
- "name": "ActivityOfAlterUser"
2367
- }
2413
+ "annotation": {
2414
+ "type": "keyword",
2415
+ "value": "string"
2368
2416
  },
2369
- {
2370
- "type": "reference",
2371
- "typeName": {
2372
- "type": "identifier",
2373
- "name": "ActivityOfAddComment"
2374
- }
2417
+ "optional": true,
2418
+ "computed": false
2419
+ },
2420
+ {
2421
+ "type": "propertySignature",
2422
+ "key": {
2423
+ "type": "identifier",
2424
+ "name": "accept"
2375
2425
  },
2376
- {
2377
- "type": "reference",
2378
- "typeName": {
2379
- "type": "identifier",
2380
- "name": "ActivityOfStartConversation"
2381
- }
2382
- }
2383
- ]
2384
- }
2385
- },
2386
- {
2387
- "type": "interface",
2388
- "name": "ActivityOfCreateGoal",
2389
- "body": [
2426
+ "annotation": {
2427
+ "type": "keyword",
2428
+ "value": "string"
2429
+ },
2430
+ "optional": true,
2431
+ "computed": false
2432
+ },
2390
2433
  {
2391
2434
  "type": "propertySignature",
2392
2435
  "key": {
2393
2436
  "type": "identifier",
2394
- "name": "action_type"
2437
+ "name": "maxFiles"
2395
2438
  },
2396
2439
  "annotation": {
2397
- "type": "jsLiteral",
2398
- "value": "create_goal"
2440
+ "type": "keyword",
2441
+ "value": "number"
2399
2442
  },
2443
+ "optional": true,
2400
2444
  "computed": false
2401
2445
  },
2402
2446
  {
2403
2447
  "type": "propertySignature",
2404
2448
  "key": {
2405
2449
  "type": "identifier",
2406
- "name": "metadata"
2450
+ "name": "maxSize"
2407
2451
  },
2408
2452
  "annotation": {
2409
- "type": "typeLiteral",
2410
- "members": [
2411
- {
2412
- "type": "propertySignature",
2413
- "key": {
2414
- "type": "identifier",
2415
- "name": "goal_title"
2416
- },
2417
- "annotation": {
2418
- "type": "keyword",
2419
- "value": "string"
2420
- },
2421
- "computed": false
2422
- },
2423
- {
2424
- "type": "propertySignature",
2425
- "key": {
2426
- "type": "identifier",
2427
- "name": "goal_description"
2428
- },
2429
- "annotation": {
2430
- "type": "keyword",
2431
- "value": "string"
2432
- },
2433
- "optional": true,
2434
- "computed": false
2435
- }
2436
- ]
2453
+ "type": "keyword",
2454
+ "value": "number"
2455
+ },
2456
+ "optional": true,
2457
+ "computed": false,
2458
+ "description": "In bytes"
2459
+ },
2460
+ {
2461
+ "type": "propertySignature",
2462
+ "key": {
2463
+ "type": "identifier",
2464
+ "name": "readableAccept"
2465
+ },
2466
+ "annotation": {
2467
+ "type": "keyword",
2468
+ "value": "string"
2437
2469
  },
2470
+ "optional": true,
2438
2471
  "computed": false
2439
- }
2440
- ],
2441
- "extends": [
2472
+ },
2442
2473
  {
2443
- "type": "expressionWithTypeArguments",
2444
- "expression": {
2474
+ "type": "propertySignature",
2475
+ "key": {
2445
2476
  "type": "identifier",
2446
- "name": "ActivityBase"
2447
- }
2477
+ "name": "readableMaxSize"
2478
+ },
2479
+ "annotation": {
2480
+ "type": "keyword",
2481
+ "value": "string"
2482
+ },
2483
+ "optional": true,
2484
+ "computed": false
2448
2485
  }
2449
2486
  ]
2450
2487
  },
2451
2488
  {
2452
2489
  "type": "interface",
2453
- "name": "ActivityBase",
2490
+ "name": "ChatPayload",
2454
2491
  "body": [
2455
2492
  {
2456
2493
  "type": "propertySignature",
2457
2494
  "key": {
2458
2495
  "type": "identifier",
2459
- "name": "user_id"
2496
+ "name": "content"
2460
2497
  },
2461
2498
  "annotation": {
2462
2499
  "type": "keyword",
2463
2500
  "value": "string"
2464
2501
  },
2465
2502
  "computed": false
2466
- },
2503
+ }
2504
+ ],
2505
+ "extends": [
2506
+ {
2507
+ "type": "expressionWithTypeArguments",
2508
+ "expression": {
2509
+ "type": "identifier",
2510
+ "name": "ExtraChatPayload"
2511
+ }
2512
+ }
2513
+ ]
2514
+ },
2515
+ {
2516
+ "type": "interface",
2517
+ "name": "ExtraChatPayload",
2518
+ "body": [
2467
2519
  {
2468
2520
  "type": "propertySignature",
2469
2521
  "key": {
2470
2522
  "type": "identifier",
2471
- "name": "user_name"
2523
+ "name": "files"
2472
2524
  },
2473
2525
  "annotation": {
2474
- "type": "keyword",
2475
- "value": "string"
2526
+ "type": "array",
2527
+ "elementType": {
2528
+ "type": "reference",
2529
+ "typeName": {
2530
+ "type": "identifier",
2531
+ "name": "UploadFileInfo"
2532
+ }
2533
+ }
2476
2534
  },
2535
+ "optional": true,
2477
2536
  "computed": false
2478
2537
  },
2479
2538
  {
2480
2539
  "type": "propertySignature",
2481
2540
  "key": {
2482
2541
  "type": "identifier",
2483
- "name": "time"
2542
+ "name": "cmd"
2484
2543
  },
2485
2544
  "annotation": {
2486
- "type": "keyword",
2487
- "value": "number"
2545
+ "type": "union",
2546
+ "types": [
2547
+ {
2548
+ "type": "reference",
2549
+ "typeName": {
2550
+ "type": "identifier",
2551
+ "name": "CommandPayload"
2552
+ }
2553
+ },
2554
+ {
2555
+ "type": "keyword",
2556
+ "value": "null"
2557
+ }
2558
+ ]
2488
2559
  },
2560
+ "optional": true,
2489
2561
  "computed": false
2490
2562
  },
2491
2563
  {
2492
2564
  "type": "propertySignature",
2493
2565
  "key": {
2494
2566
  "type": "identifier",
2495
- "name": "action_type"
2567
+ "name": "aiEmployeeId"
2496
2568
  },
2497
2569
  "annotation": {
2498
2570
  "type": "union",
2499
2571
  "types": [
2500
2572
  {
2501
- "type": "jsLiteral",
2502
- "value": "create_goal"
2503
- },
2504
- {
2505
- "type": "jsLiteral",
2506
- "value": "edit_goal"
2507
- },
2508
- {
2509
- "type": "jsLiteral",
2510
- "value": "delete_goal"
2511
- },
2512
- {
2513
- "type": "jsLiteral",
2514
- "value": "decompose_goals"
2515
- },
2516
- {
2517
- "type": "jsLiteral",
2518
- "value": "alter_owner"
2519
- },
2520
- {
2521
- "type": "jsLiteral",
2522
- "value": "alter_user"
2523
- },
2524
- {
2525
- "type": "jsLiteral",
2526
- "value": "add_comment"
2573
+ "type": "keyword",
2574
+ "value": "string"
2527
2575
  },
2528
2576
  {
2529
- "type": "jsLiteral",
2530
- "value": "start_conversation"
2577
+ "type": "keyword",
2578
+ "value": "null"
2531
2579
  }
2532
2580
  ]
2533
2581
  },
2582
+ "optional": true,
2534
2583
  "computed": false
2535
- },
2584
+ }
2585
+ ]
2586
+ },
2587
+ {
2588
+ "type": "interface",
2589
+ "name": "UploadFileInfo",
2590
+ "body": [
2536
2591
  {
2537
2592
  "type": "propertySignature",
2538
2593
  "key": {
2539
2594
  "type": "identifier",
2540
- "name": "metadata"
2595
+ "name": "fileId"
2541
2596
  },
2542
2597
  "annotation": {
2543
2598
  "type": "keyword",
2544
- "value": "unknown"
2599
+ "value": "string"
2545
2600
  },
2546
2601
  "computed": false
2547
2602
  }
2548
2603
  ]
2549
2604
  },
2605
+ {
2606
+ "type": "typeAlias",
2607
+ "name": "CommandPayload",
2608
+ "annotation": {
2609
+ "type": "reference",
2610
+ "typeName": {
2611
+ "type": "identifier",
2612
+ "name": "CommandPayloadServiceFlowStarting"
2613
+ }
2614
+ }
2615
+ },
2550
2616
  {
2551
2617
  "type": "interface",
2552
- "name": "ActivityOfEditGoal",
2618
+ "name": "CommandPayloadServiceFlowStarting",
2553
2619
  "body": [
2554
2620
  {
2555
2621
  "type": "propertySignature",
2556
2622
  "key": {
2557
2623
  "type": "identifier",
2558
- "name": "action_type"
2624
+ "name": "type"
2559
2625
  },
2560
2626
  "annotation": {
2561
2627
  "type": "jsLiteral",
2562
- "value": "edit_goal"
2628
+ "value": "serviceFlowStarting"
2563
2629
  },
2564
2630
  "computed": false
2565
2631
  },
@@ -2567,7 +2633,7 @@
2567
2633
  "type": "propertySignature",
2568
2634
  "key": {
2569
2635
  "type": "identifier",
2570
- "name": "metadata"
2636
+ "name": "serviceFlowStarting"
2571
2637
  },
2572
2638
  "annotation": {
2573
2639
  "type": "typeLiteral",
@@ -2576,38 +2642,11 @@
2576
2642
  "type": "propertySignature",
2577
2643
  "key": {
2578
2644
  "type": "identifier",
2579
- "name": "before"
2645
+ "name": "spaceInstanceId"
2580
2646
  },
2581
2647
  "annotation": {
2582
- "type": "typeLiteral",
2583
- "members": [
2584
- {
2585
- "type": "propertySignature",
2586
- "key": {
2587
- "type": "identifier",
2588
- "name": "title"
2589
- },
2590
- "annotation": {
2591
- "type": "keyword",
2592
- "value": "string"
2593
- },
2594
- "optional": true,
2595
- "computed": false
2596
- },
2597
- {
2598
- "type": "propertySignature",
2599
- "key": {
2600
- "type": "identifier",
2601
- "name": "description"
2602
- },
2603
- "annotation": {
2604
- "type": "keyword",
2605
- "value": "string"
2606
- },
2607
- "optional": true,
2608
- "computed": false
2609
- }
2610
- ]
2648
+ "type": "keyword",
2649
+ "value": "string"
2611
2650
  },
2612
2651
  "computed": false
2613
2652
  },
@@ -2615,59 +2654,143 @@
2615
2654
  "type": "propertySignature",
2616
2655
  "key": {
2617
2656
  "type": "identifier",
2618
- "name": "after"
2657
+ "name": "spaceName"
2619
2658
  },
2620
2659
  "annotation": {
2621
- "type": "typeLiteral",
2622
- "members": [
2623
- {
2624
- "type": "propertySignature",
2625
- "key": {
2626
- "type": "identifier",
2627
- "name": "title"
2628
- },
2629
- "annotation": {
2630
- "type": "keyword",
2631
- "value": "string"
2632
- },
2633
- "optional": true,
2634
- "computed": false
2635
- },
2636
- {
2637
- "type": "propertySignature",
2638
- "key": {
2639
- "type": "identifier",
2640
- "name": "description"
2641
- },
2642
- "annotation": {
2643
- "type": "keyword",
2644
- "value": "string"
2645
- },
2646
- "optional": true,
2647
- "computed": false
2648
- }
2649
- ]
2660
+ "type": "keyword",
2661
+ "value": "string"
2662
+ },
2663
+ "optional": true,
2664
+ "computed": false
2665
+ },
2666
+ {
2667
+ "type": "propertySignature",
2668
+ "key": {
2669
+ "type": "identifier",
2670
+ "name": "flowInstanceId"
2671
+ },
2672
+ "annotation": {
2673
+ "type": "keyword",
2674
+ "value": "string"
2675
+ },
2676
+ "optional": true,
2677
+ "computed": false
2678
+ },
2679
+ {
2680
+ "type": "propertySignature",
2681
+ "key": {
2682
+ "type": "identifier",
2683
+ "name": "flowName"
2684
+ },
2685
+ "annotation": {
2686
+ "type": "keyword",
2687
+ "value": "string"
2650
2688
  },
2689
+ "optional": true,
2651
2690
  "computed": false
2652
2691
  }
2653
2692
  ]
2654
2693
  },
2655
2694
  "computed": false
2656
2695
  }
2657
- ],
2658
- "extends": [
2659
- {
2660
- "type": "expressionWithTypeArguments",
2661
- "expression": {
2696
+ ]
2697
+ }
2698
+ ]
2699
+ },
2700
+ "ai-portal.activity-timeline": {
2701
+ "properties": [
2702
+ {
2703
+ "name": "list",
2704
+ "annotation": {
2705
+ "type": "array",
2706
+ "elementType": {
2707
+ "type": "reference",
2708
+ "typeName": {
2662
2709
  "type": "identifier",
2663
- "name": "ActivityBase"
2710
+ "name": "Activity"
2664
2711
  }
2665
2712
  }
2666
- ]
2713
+ }
2714
+ },
2715
+ {
2716
+ "name": "chatUrlTemplate",
2717
+ "annotation": {
2718
+ "type": "keyword",
2719
+ "value": "string"
2720
+ }
2721
+ }
2722
+ ],
2723
+ "events": [],
2724
+ "methods": [],
2725
+ "types": [
2726
+ {
2727
+ "type": "typeAlias",
2728
+ "name": "Activity",
2729
+ "annotation": {
2730
+ "type": "union",
2731
+ "types": [
2732
+ {
2733
+ "type": "reference",
2734
+ "typeName": {
2735
+ "type": "identifier",
2736
+ "name": "ActivityOfCreateGoal"
2737
+ }
2738
+ },
2739
+ {
2740
+ "type": "reference",
2741
+ "typeName": {
2742
+ "type": "identifier",
2743
+ "name": "ActivityOfEditGoal"
2744
+ }
2745
+ },
2746
+ {
2747
+ "type": "reference",
2748
+ "typeName": {
2749
+ "type": "identifier",
2750
+ "name": "ActivityOfDeleteGoal"
2751
+ }
2752
+ },
2753
+ {
2754
+ "type": "reference",
2755
+ "typeName": {
2756
+ "type": "identifier",
2757
+ "name": "ActivityOfDecomposeGoals"
2758
+ }
2759
+ },
2760
+ {
2761
+ "type": "reference",
2762
+ "typeName": {
2763
+ "type": "identifier",
2764
+ "name": "ActivityOfAlterOwner"
2765
+ }
2766
+ },
2767
+ {
2768
+ "type": "reference",
2769
+ "typeName": {
2770
+ "type": "identifier",
2771
+ "name": "ActivityOfAlterUser"
2772
+ }
2773
+ },
2774
+ {
2775
+ "type": "reference",
2776
+ "typeName": {
2777
+ "type": "identifier",
2778
+ "name": "ActivityOfAddComment"
2779
+ }
2780
+ },
2781
+ {
2782
+ "type": "reference",
2783
+ "typeName": {
2784
+ "type": "identifier",
2785
+ "name": "ActivityOfStartConversation"
2786
+ }
2787
+ }
2788
+ ]
2789
+ }
2667
2790
  },
2668
2791
  {
2669
2792
  "type": "interface",
2670
- "name": "ActivityOfDeleteGoal",
2793
+ "name": "ActivityOfCreateGoal",
2671
2794
  "body": [
2672
2795
  {
2673
2796
  "type": "propertySignature",
@@ -2677,7 +2800,7 @@
2677
2800
  },
2678
2801
  "annotation": {
2679
2802
  "type": "jsLiteral",
2680
- "value": "delete_goal"
2803
+ "value": "create_goal"
2681
2804
  },
2682
2805
  "computed": false
2683
2806
  },
@@ -2732,17 +2855,17 @@
2732
2855
  },
2733
2856
  {
2734
2857
  "type": "interface",
2735
- "name": "ActivityOfDecomposeGoals",
2858
+ "name": "ActivityBase",
2736
2859
  "body": [
2737
2860
  {
2738
2861
  "type": "propertySignature",
2739
2862
  "key": {
2740
2863
  "type": "identifier",
2741
- "name": "action_type"
2864
+ "name": "user_id"
2742
2865
  },
2743
2866
  "annotation": {
2744
- "type": "jsLiteral",
2745
- "value": "decompose_goals"
2867
+ "type": "keyword",
2868
+ "value": "string"
2746
2869
  },
2747
2870
  "computed": false
2748
2871
  },
@@ -2750,90 +2873,88 @@
2750
2873
  "type": "propertySignature",
2751
2874
  "key": {
2752
2875
  "type": "identifier",
2753
- "name": "metadata"
2876
+ "name": "user_name"
2754
2877
  },
2755
2878
  "annotation": {
2756
- "type": "typeLiteral",
2757
- "members": [
2879
+ "type": "keyword",
2880
+ "value": "string"
2881
+ },
2882
+ "computed": false
2883
+ },
2884
+ {
2885
+ "type": "propertySignature",
2886
+ "key": {
2887
+ "type": "identifier",
2888
+ "name": "time"
2889
+ },
2890
+ "annotation": {
2891
+ "type": "keyword",
2892
+ "value": "number"
2893
+ },
2894
+ "computed": false
2895
+ },
2896
+ {
2897
+ "type": "propertySignature",
2898
+ "key": {
2899
+ "type": "identifier",
2900
+ "name": "action_type"
2901
+ },
2902
+ "annotation": {
2903
+ "type": "union",
2904
+ "types": [
2758
2905
  {
2759
- "type": "propertySignature",
2760
- "key": {
2761
- "type": "identifier",
2762
- "name": "sub_goals_count"
2763
- },
2764
- "annotation": {
2765
- "type": "keyword",
2766
- "value": "number"
2767
- },
2768
- "computed": false
2906
+ "type": "jsLiteral",
2907
+ "value": "create_goal"
2769
2908
  },
2770
2909
  {
2771
- "type": "propertySignature",
2772
- "key": {
2773
- "type": "identifier",
2774
- "name": "sub_goals"
2775
- },
2776
- "annotation": {
2777
- "type": "reference",
2778
- "typeName": {
2779
- "type": "identifier",
2780
- "name": "Array"
2781
- },
2782
- "typeParameters": {
2783
- "type": "typeParameterInstantiation",
2784
- "params": [
2785
- {
2786
- "type": "typeLiteral",
2787
- "members": [
2788
- {
2789
- "type": "propertySignature",
2790
- "key": {
2791
- "type": "identifier",
2792
- "name": "sub_goal_id"
2793
- },
2794
- "annotation": {
2795
- "type": "keyword",
2796
- "value": "string"
2797
- },
2798
- "computed": false
2799
- },
2800
- {
2801
- "type": "propertySignature",
2802
- "key": {
2803
- "type": "identifier",
2804
- "name": "title"
2805
- },
2806
- "annotation": {
2807
- "type": "keyword",
2808
- "value": "string"
2809
- },
2810
- "computed": false
2811
- }
2812
- ]
2813
- }
2814
- ]
2815
- }
2816
- },
2817
- "computed": false
2910
+ "type": "jsLiteral",
2911
+ "value": "edit_goal"
2912
+ },
2913
+ {
2914
+ "type": "jsLiteral",
2915
+ "value": "delete_goal"
2916
+ },
2917
+ {
2918
+ "type": "jsLiteral",
2919
+ "value": "decompose_goals"
2920
+ },
2921
+ {
2922
+ "type": "jsLiteral",
2923
+ "value": "alter_owner"
2924
+ },
2925
+ {
2926
+ "type": "jsLiteral",
2927
+ "value": "alter_user"
2928
+ },
2929
+ {
2930
+ "type": "jsLiteral",
2931
+ "value": "add_comment"
2932
+ },
2933
+ {
2934
+ "type": "jsLiteral",
2935
+ "value": "start_conversation"
2818
2936
  }
2819
2937
  ]
2820
2938
  },
2821
2939
  "computed": false
2822
- }
2823
- ],
2824
- "extends": [
2940
+ },
2825
2941
  {
2826
- "type": "expressionWithTypeArguments",
2827
- "expression": {
2942
+ "type": "propertySignature",
2943
+ "key": {
2828
2944
  "type": "identifier",
2829
- "name": "ActivityBase"
2830
- }
2945
+ "name": "metadata"
2946
+ },
2947
+ "annotation": {
2948
+ "type": "keyword",
2949
+ "value": "unknown"
2950
+ },
2951
+ "computed": false
2831
2952
  }
2832
2953
  ]
2833
2954
  },
2834
2955
  {
2835
2956
  "type": "interface",
2836
- "name": "ActivityOfAlterOwner",
2957
+ "name": "ActivityOfEditGoal",
2837
2958
  "body": [
2838
2959
  {
2839
2960
  "type": "propertySignature",
@@ -2843,7 +2964,7 @@
2843
2964
  },
2844
2965
  "annotation": {
2845
2966
  "type": "jsLiteral",
2846
- "value": "alter_owner"
2967
+ "value": "edit_goal"
2847
2968
  },
2848
2969
  "computed": false
2849
2970
  },
@@ -2869,37 +2990,26 @@
2869
2990
  "type": "propertySignature",
2870
2991
  "key": {
2871
2992
  "type": "identifier",
2872
- "name": "owner"
2993
+ "name": "title"
2873
2994
  },
2874
2995
  "annotation": {
2875
- "type": "typeLiteral",
2876
- "members": [
2877
- {
2878
- "type": "propertySignature",
2879
- "key": {
2880
- "type": "identifier",
2881
- "name": "user_id"
2882
- },
2883
- "annotation": {
2884
- "type": "keyword",
2885
- "value": "string"
2886
- },
2887
- "computed": false
2888
- },
2889
- {
2890
- "type": "propertySignature",
2891
- "key": {
2892
- "type": "identifier",
2893
- "name": "user_name"
2894
- },
2895
- "annotation": {
2896
- "type": "keyword",
2897
- "value": "string"
2898
- },
2899
- "computed": false
2900
- }
2901
- ]
2996
+ "type": "keyword",
2997
+ "value": "string"
2998
+ },
2999
+ "optional": true,
3000
+ "computed": false
3001
+ },
3002
+ {
3003
+ "type": "propertySignature",
3004
+ "key": {
3005
+ "type": "identifier",
3006
+ "name": "description"
3007
+ },
3008
+ "annotation": {
3009
+ "type": "keyword",
3010
+ "value": "string"
2902
3011
  },
3012
+ "optional": true,
2903
3013
  "computed": false
2904
3014
  }
2905
3015
  ]
@@ -2919,37 +3029,26 @@
2919
3029
  "type": "propertySignature",
2920
3030
  "key": {
2921
3031
  "type": "identifier",
2922
- "name": "owner"
3032
+ "name": "title"
2923
3033
  },
2924
3034
  "annotation": {
2925
- "type": "typeLiteral",
2926
- "members": [
2927
- {
2928
- "type": "propertySignature",
2929
- "key": {
2930
- "type": "identifier",
2931
- "name": "user_id"
2932
- },
2933
- "annotation": {
2934
- "type": "keyword",
2935
- "value": "string"
2936
- },
2937
- "computed": false
2938
- },
2939
- {
2940
- "type": "propertySignature",
2941
- "key": {
2942
- "type": "identifier",
2943
- "name": "user_name"
2944
- },
2945
- "annotation": {
2946
- "type": "keyword",
2947
- "value": "string"
2948
- },
2949
- "computed": false
2950
- }
2951
- ]
3035
+ "type": "keyword",
3036
+ "value": "string"
3037
+ },
3038
+ "optional": true,
3039
+ "computed": false
3040
+ },
3041
+ {
3042
+ "type": "propertySignature",
3043
+ "key": {
3044
+ "type": "identifier",
3045
+ "name": "description"
3046
+ },
3047
+ "annotation": {
3048
+ "type": "keyword",
3049
+ "value": "string"
2952
3050
  },
3051
+ "optional": true,
2953
3052
  "computed": false
2954
3053
  }
2955
3054
  ]
@@ -2973,7 +3072,7 @@
2973
3072
  },
2974
3073
  {
2975
3074
  "type": "interface",
2976
- "name": "ActivityOfAlterUser",
3075
+ "name": "ActivityOfDeleteGoal",
2977
3076
  "body": [
2978
3077
  {
2979
3078
  "type": "propertySignature",
@@ -2983,7 +3082,7 @@
2983
3082
  },
2984
3083
  "annotation": {
2985
3084
  "type": "jsLiteral",
2986
- "value": "alter_user"
3085
+ "value": "delete_goal"
2987
3086
  },
2988
3087
  "computed": false
2989
3088
  },
@@ -3000,61 +3099,11 @@
3000
3099
  "type": "propertySignature",
3001
3100
  "key": {
3002
3101
  "type": "identifier",
3003
- "name": "before"
3102
+ "name": "goal_title"
3004
3103
  },
3005
3104
  "annotation": {
3006
- "type": "typeLiteral",
3007
- "members": [
3008
- {
3009
- "type": "propertySignature",
3010
- "key": {
3011
- "type": "identifier",
3012
- "name": "users"
3013
- },
3014
- "annotation": {
3015
- "type": "reference",
3016
- "typeName": {
3017
- "type": "identifier",
3018
- "name": "Array"
3019
- },
3020
- "typeParameters": {
3021
- "type": "typeParameterInstantiation",
3022
- "params": [
3023
- {
3024
- "type": "typeLiteral",
3025
- "members": [
3026
- {
3027
- "type": "propertySignature",
3028
- "key": {
3029
- "type": "identifier",
3030
- "name": "user_id"
3031
- },
3032
- "annotation": {
3033
- "type": "keyword",
3034
- "value": "string"
3035
- },
3036
- "computed": false
3037
- },
3038
- {
3039
- "type": "propertySignature",
3040
- "key": {
3041
- "type": "identifier",
3042
- "name": "user_name"
3043
- },
3044
- "annotation": {
3045
- "type": "keyword",
3046
- "value": "string"
3047
- },
3048
- "computed": false
3049
- }
3050
- ]
3051
- }
3052
- ]
3053
- }
3054
- },
3055
- "computed": false
3056
- }
3057
- ]
3105
+ "type": "keyword",
3106
+ "value": "string"
3058
3107
  },
3059
3108
  "computed": false
3060
3109
  },
@@ -3062,62 +3111,13 @@
3062
3111
  "type": "propertySignature",
3063
3112
  "key": {
3064
3113
  "type": "identifier",
3065
- "name": "after"
3114
+ "name": "goal_description"
3066
3115
  },
3067
3116
  "annotation": {
3068
- "type": "typeLiteral",
3069
- "members": [
3070
- {
3071
- "type": "propertySignature",
3072
- "key": {
3073
- "type": "identifier",
3074
- "name": "users"
3075
- },
3076
- "annotation": {
3077
- "type": "reference",
3078
- "typeName": {
3079
- "type": "identifier",
3080
- "name": "Array"
3081
- },
3082
- "typeParameters": {
3083
- "type": "typeParameterInstantiation",
3084
- "params": [
3085
- {
3086
- "type": "typeLiteral",
3087
- "members": [
3088
- {
3089
- "type": "propertySignature",
3090
- "key": {
3091
- "type": "identifier",
3092
- "name": "user_id"
3093
- },
3094
- "annotation": {
3095
- "type": "keyword",
3096
- "value": "string"
3097
- },
3098
- "computed": false
3099
- },
3100
- {
3101
- "type": "propertySignature",
3102
- "key": {
3103
- "type": "identifier",
3104
- "name": "user_name"
3105
- },
3106
- "annotation": {
3107
- "type": "keyword",
3108
- "value": "string"
3109
- },
3110
- "computed": false
3111
- }
3112
- ]
3113
- }
3114
- ]
3115
- }
3116
- },
3117
- "computed": false
3118
- }
3119
- ]
3117
+ "type": "keyword",
3118
+ "value": "string"
3120
3119
  },
3120
+ "optional": true,
3121
3121
  "computed": false
3122
3122
  }
3123
3123
  ]
@@ -3137,7 +3137,7 @@
3137
3137
  },
3138
3138
  {
3139
3139
  "type": "interface",
3140
- "name": "ActivityOfAddComment",
3140
+ "name": "ActivityOfDecomposeGoals",
3141
3141
  "body": [
3142
3142
  {
3143
3143
  "type": "propertySignature",
@@ -3147,7 +3147,7 @@
3147
3147
  },
3148
3148
  "annotation": {
3149
3149
  "type": "jsLiteral",
3150
- "value": "add_comment"
3150
+ "value": "decompose_goals"
3151
3151
  },
3152
3152
  "computed": false
3153
3153
  },
@@ -3164,11 +3164,60 @@
3164
3164
  "type": "propertySignature",
3165
3165
  "key": {
3166
3166
  "type": "identifier",
3167
- "name": "comment_content"
3167
+ "name": "sub_goals_count"
3168
3168
  },
3169
3169
  "annotation": {
3170
3170
  "type": "keyword",
3171
- "value": "string"
3171
+ "value": "number"
3172
+ },
3173
+ "computed": false
3174
+ },
3175
+ {
3176
+ "type": "propertySignature",
3177
+ "key": {
3178
+ "type": "identifier",
3179
+ "name": "sub_goals"
3180
+ },
3181
+ "annotation": {
3182
+ "type": "reference",
3183
+ "typeName": {
3184
+ "type": "identifier",
3185
+ "name": "Array"
3186
+ },
3187
+ "typeParameters": {
3188
+ "type": "typeParameterInstantiation",
3189
+ "params": [
3190
+ {
3191
+ "type": "typeLiteral",
3192
+ "members": [
3193
+ {
3194
+ "type": "propertySignature",
3195
+ "key": {
3196
+ "type": "identifier",
3197
+ "name": "sub_goal_id"
3198
+ },
3199
+ "annotation": {
3200
+ "type": "keyword",
3201
+ "value": "string"
3202
+ },
3203
+ "computed": false
3204
+ },
3205
+ {
3206
+ "type": "propertySignature",
3207
+ "key": {
3208
+ "type": "identifier",
3209
+ "name": "title"
3210
+ },
3211
+ "annotation": {
3212
+ "type": "keyword",
3213
+ "value": "string"
3214
+ },
3215
+ "computed": false
3216
+ }
3217
+ ]
3218
+ }
3219
+ ]
3220
+ }
3172
3221
  },
3173
3222
  "computed": false
3174
3223
  }
@@ -3189,7 +3238,7 @@
3189
3238
  },
3190
3239
  {
3191
3240
  "type": "interface",
3192
- "name": "ActivityOfStartConversation",
3241
+ "name": "ActivityOfAlterOwner",
3193
3242
  "body": [
3194
3243
  {
3195
3244
  "type": "propertySignature",
@@ -3199,7 +3248,7 @@
3199
3248
  },
3200
3249
  "annotation": {
3201
3250
  "type": "jsLiteral",
3202
- "value": "start_conversation"
3251
+ "value": "alter_owner"
3203
3252
  },
3204
3253
  "computed": false
3205
3254
  },
@@ -3216,23 +3265,49 @@
3216
3265
  "type": "propertySignature",
3217
3266
  "key": {
3218
3267
  "type": "identifier",
3219
- "name": "conversation_id"
3220
- },
3221
- "annotation": {
3222
- "type": "keyword",
3223
- "value": "string"
3224
- },
3225
- "computed": false
3226
- },
3227
- {
3228
- "type": "propertySignature",
3229
- "key": {
3230
- "type": "identifier",
3231
- "name": "conversation_title"
3268
+ "name": "before"
3232
3269
  },
3233
3270
  "annotation": {
3234
- "type": "keyword",
3235
- "value": "string"
3271
+ "type": "typeLiteral",
3272
+ "members": [
3273
+ {
3274
+ "type": "propertySignature",
3275
+ "key": {
3276
+ "type": "identifier",
3277
+ "name": "owner"
3278
+ },
3279
+ "annotation": {
3280
+ "type": "typeLiteral",
3281
+ "members": [
3282
+ {
3283
+ "type": "propertySignature",
3284
+ "key": {
3285
+ "type": "identifier",
3286
+ "name": "user_id"
3287
+ },
3288
+ "annotation": {
3289
+ "type": "keyword",
3290
+ "value": "string"
3291
+ },
3292
+ "computed": false
3293
+ },
3294
+ {
3295
+ "type": "propertySignature",
3296
+ "key": {
3297
+ "type": "identifier",
3298
+ "name": "user_name"
3299
+ },
3300
+ "annotation": {
3301
+ "type": "keyword",
3302
+ "value": "string"
3303
+ },
3304
+ "computed": false
3305
+ }
3306
+ ]
3307
+ },
3308
+ "computed": false
3309
+ }
3310
+ ]
3236
3311
  },
3237
3312
  "computed": false
3238
3313
  },
@@ -3240,13 +3315,50 @@
3240
3315
  "type": "propertySignature",
3241
3316
  "key": {
3242
3317
  "type": "identifier",
3243
- "name": "conversation_description"
3318
+ "name": "after"
3244
3319
  },
3245
3320
  "annotation": {
3246
- "type": "keyword",
3247
- "value": "string"
3321
+ "type": "typeLiteral",
3322
+ "members": [
3323
+ {
3324
+ "type": "propertySignature",
3325
+ "key": {
3326
+ "type": "identifier",
3327
+ "name": "owner"
3328
+ },
3329
+ "annotation": {
3330
+ "type": "typeLiteral",
3331
+ "members": [
3332
+ {
3333
+ "type": "propertySignature",
3334
+ "key": {
3335
+ "type": "identifier",
3336
+ "name": "user_id"
3337
+ },
3338
+ "annotation": {
3339
+ "type": "keyword",
3340
+ "value": "string"
3341
+ },
3342
+ "computed": false
3343
+ },
3344
+ {
3345
+ "type": "propertySignature",
3346
+ "key": {
3347
+ "type": "identifier",
3348
+ "name": "user_name"
3349
+ },
3350
+ "annotation": {
3351
+ "type": "keyword",
3352
+ "value": "string"
3353
+ },
3354
+ "computed": false
3355
+ }
3356
+ ]
3357
+ },
3358
+ "computed": false
3359
+ }
3360
+ ]
3248
3361
  },
3249
- "optional": true,
3250
3362
  "computed": false
3251
3363
  }
3252
3364
  ]
@@ -3263,215 +3375,157 @@
3263
3375
  }
3264
3376
  }
3265
3377
  ]
3266
- }
3267
- ]
3268
- },
3269
- "ai-portal.chat-input": {
3270
- "properties": [
3271
- {
3272
- "name": "placeholder",
3273
- "annotation": {
3274
- "type": "keyword",
3275
- "value": "string"
3276
- }
3277
- },
3278
- {
3279
- "name": "autoFocus",
3280
- "annotation": {
3281
- "type": "keyword",
3282
- "value": "boolean"
3283
- }
3284
- },
3285
- {
3286
- "name": "submitDisabled",
3287
- "annotation": {
3288
- "type": "keyword",
3289
- "value": "boolean"
3290
- }
3291
- },
3292
- {
3293
- "name": "supportsTerminate",
3294
- "annotation": {
3295
- "type": "keyword",
3296
- "value": "boolean"
3297
- }
3298
- },
3299
- {
3300
- "name": "terminating",
3301
- "annotation": {
3302
- "type": "keyword",
3303
- "value": "boolean"
3304
- }
3305
3378
  },
3306
- {
3307
- "name": "uploadOptions",
3308
- "annotation": {
3309
- "type": "reference",
3310
- "typeName": {
3311
- "type": "identifier",
3312
- "name": "UploadOptions"
3313
- }
3314
- }
3315
- }
3316
- ],
3317
- "events": [
3318
- {
3319
- "name": "message.submit",
3320
- "detail": {
3321
- "annotation": {
3322
- "type": "keyword",
3323
- "value": "string"
3324
- }
3325
- }
3326
- },
3327
- {
3328
- "name": "chat.submit",
3329
- "detail": {
3330
- "annotation": {
3331
- "type": "reference",
3332
- "typeName": {
3333
- "type": "identifier",
3334
- "name": "ChatPayload"
3335
- }
3336
- }
3337
- }
3338
- },
3339
- {
3340
- "name": "terminate",
3341
- "detail": {
3342
- "annotation": {
3343
- "type": "keyword",
3344
- "value": "void"
3345
- }
3346
- }
3347
- }
3348
- ],
3349
- "methods": [],
3350
- "types": [
3351
3379
  {
3352
3380
  "type": "interface",
3353
- "name": "UploadOptions",
3381
+ "name": "ActivityOfAlterUser",
3354
3382
  "body": [
3355
3383
  {
3356
3384
  "type": "propertySignature",
3357
3385
  "key": {
3358
3386
  "type": "identifier",
3359
- "name": "enabled"
3360
- },
3361
- "annotation": {
3362
- "type": "keyword",
3363
- "value": "boolean"
3364
- },
3365
- "optional": true,
3366
- "computed": false
3367
- },
3368
- {
3369
- "type": "propertySignature",
3370
- "key": {
3371
- "type": "identifier",
3372
- "name": "dragDisabled"
3373
- },
3374
- "annotation": {
3375
- "type": "keyword",
3376
- "value": "boolean"
3377
- },
3378
- "optional": true,
3379
- "computed": false
3380
- },
3381
- {
3382
- "type": "propertySignature",
3383
- "key": {
3384
- "type": "identifier",
3385
- "name": "dragTips"
3386
- },
3387
- "annotation": {
3388
- "type": "keyword",
3389
- "value": "string"
3390
- },
3391
- "optional": true,
3392
- "computed": false
3393
- },
3394
- {
3395
- "type": "propertySignature",
3396
- "key": {
3397
- "type": "identifier",
3398
- "name": "accept"
3399
- },
3400
- "annotation": {
3401
- "type": "keyword",
3402
- "value": "string"
3403
- },
3404
- "optional": true,
3405
- "computed": false
3406
- },
3407
- {
3408
- "type": "propertySignature",
3409
- "key": {
3410
- "type": "identifier",
3411
- "name": "maxFiles"
3412
- },
3413
- "annotation": {
3414
- "type": "keyword",
3415
- "value": "number"
3416
- },
3417
- "optional": true,
3418
- "computed": false
3419
- },
3420
- {
3421
- "type": "propertySignature",
3422
- "key": {
3423
- "type": "identifier",
3424
- "name": "maxSize"
3425
- },
3426
- "annotation": {
3427
- "type": "keyword",
3428
- "value": "number"
3429
- },
3430
- "optional": true,
3431
- "computed": false,
3432
- "description": "In bytes"
3433
- },
3434
- {
3435
- "type": "propertySignature",
3436
- "key": {
3437
- "type": "identifier",
3438
- "name": "readableAccept"
3387
+ "name": "action_type"
3439
3388
  },
3440
3389
  "annotation": {
3441
- "type": "keyword",
3442
- "value": "string"
3390
+ "type": "jsLiteral",
3391
+ "value": "alter_user"
3443
3392
  },
3444
- "optional": true,
3445
3393
  "computed": false
3446
3394
  },
3447
3395
  {
3448
3396
  "type": "propertySignature",
3449
3397
  "key": {
3450
3398
  "type": "identifier",
3451
- "name": "readableMaxSize"
3452
- },
3453
- "annotation": {
3454
- "type": "keyword",
3455
- "value": "string"
3456
- },
3457
- "optional": true,
3458
- "computed": false
3459
- }
3460
- ]
3461
- },
3462
- {
3463
- "type": "interface",
3464
- "name": "ChatPayload",
3465
- "body": [
3466
- {
3467
- "type": "propertySignature",
3468
- "key": {
3469
- "type": "identifier",
3470
- "name": "content"
3399
+ "name": "metadata"
3471
3400
  },
3472
3401
  "annotation": {
3473
- "type": "keyword",
3474
- "value": "string"
3402
+ "type": "typeLiteral",
3403
+ "members": [
3404
+ {
3405
+ "type": "propertySignature",
3406
+ "key": {
3407
+ "type": "identifier",
3408
+ "name": "before"
3409
+ },
3410
+ "annotation": {
3411
+ "type": "typeLiteral",
3412
+ "members": [
3413
+ {
3414
+ "type": "propertySignature",
3415
+ "key": {
3416
+ "type": "identifier",
3417
+ "name": "users"
3418
+ },
3419
+ "annotation": {
3420
+ "type": "reference",
3421
+ "typeName": {
3422
+ "type": "identifier",
3423
+ "name": "Array"
3424
+ },
3425
+ "typeParameters": {
3426
+ "type": "typeParameterInstantiation",
3427
+ "params": [
3428
+ {
3429
+ "type": "typeLiteral",
3430
+ "members": [
3431
+ {
3432
+ "type": "propertySignature",
3433
+ "key": {
3434
+ "type": "identifier",
3435
+ "name": "user_id"
3436
+ },
3437
+ "annotation": {
3438
+ "type": "keyword",
3439
+ "value": "string"
3440
+ },
3441
+ "computed": false
3442
+ },
3443
+ {
3444
+ "type": "propertySignature",
3445
+ "key": {
3446
+ "type": "identifier",
3447
+ "name": "user_name"
3448
+ },
3449
+ "annotation": {
3450
+ "type": "keyword",
3451
+ "value": "string"
3452
+ },
3453
+ "computed": false
3454
+ }
3455
+ ]
3456
+ }
3457
+ ]
3458
+ }
3459
+ },
3460
+ "computed": false
3461
+ }
3462
+ ]
3463
+ },
3464
+ "computed": false
3465
+ },
3466
+ {
3467
+ "type": "propertySignature",
3468
+ "key": {
3469
+ "type": "identifier",
3470
+ "name": "after"
3471
+ },
3472
+ "annotation": {
3473
+ "type": "typeLiteral",
3474
+ "members": [
3475
+ {
3476
+ "type": "propertySignature",
3477
+ "key": {
3478
+ "type": "identifier",
3479
+ "name": "users"
3480
+ },
3481
+ "annotation": {
3482
+ "type": "reference",
3483
+ "typeName": {
3484
+ "type": "identifier",
3485
+ "name": "Array"
3486
+ },
3487
+ "typeParameters": {
3488
+ "type": "typeParameterInstantiation",
3489
+ "params": [
3490
+ {
3491
+ "type": "typeLiteral",
3492
+ "members": [
3493
+ {
3494
+ "type": "propertySignature",
3495
+ "key": {
3496
+ "type": "identifier",
3497
+ "name": "user_id"
3498
+ },
3499
+ "annotation": {
3500
+ "type": "keyword",
3501
+ "value": "string"
3502
+ },
3503
+ "computed": false
3504
+ },
3505
+ {
3506
+ "type": "propertySignature",
3507
+ "key": {
3508
+ "type": "identifier",
3509
+ "name": "user_name"
3510
+ },
3511
+ "annotation": {
3512
+ "type": "keyword",
3513
+ "value": "string"
3514
+ },
3515
+ "computed": false
3516
+ }
3517
+ ]
3518
+ }
3519
+ ]
3520
+ }
3521
+ },
3522
+ "computed": false
3523
+ }
3524
+ ]
3525
+ },
3526
+ "computed": false
3527
+ }
3528
+ ]
3475
3529
  },
3476
3530
  "computed": false
3477
3531
  }
@@ -3481,125 +3535,76 @@
3481
3535
  "type": "expressionWithTypeArguments",
3482
3536
  "expression": {
3483
3537
  "type": "identifier",
3484
- "name": "ExtraChatPayload"
3538
+ "name": "ActivityBase"
3485
3539
  }
3486
3540
  }
3487
3541
  ]
3488
3542
  },
3489
3543
  {
3490
3544
  "type": "interface",
3491
- "name": "ExtraChatPayload",
3545
+ "name": "ActivityOfAddComment",
3492
3546
  "body": [
3493
3547
  {
3494
3548
  "type": "propertySignature",
3495
3549
  "key": {
3496
3550
  "type": "identifier",
3497
- "name": "files"
3551
+ "name": "action_type"
3498
3552
  },
3499
3553
  "annotation": {
3500
- "type": "array",
3501
- "elementType": {
3502
- "type": "reference",
3503
- "typeName": {
3504
- "type": "identifier",
3505
- "name": "UploadFileInfo"
3506
- }
3507
- }
3554
+ "type": "jsLiteral",
3555
+ "value": "add_comment"
3508
3556
  },
3509
- "optional": true,
3510
3557
  "computed": false
3511
3558
  },
3512
3559
  {
3513
3560
  "type": "propertySignature",
3514
3561
  "key": {
3515
3562
  "type": "identifier",
3516
- "name": "cmd"
3563
+ "name": "metadata"
3517
3564
  },
3518
3565
  "annotation": {
3519
- "type": "union",
3520
- "types": [
3566
+ "type": "typeLiteral",
3567
+ "members": [
3521
3568
  {
3522
- "type": "reference",
3523
- "typeName": {
3569
+ "type": "propertySignature",
3570
+ "key": {
3524
3571
  "type": "identifier",
3525
- "name": "CommandPayload"
3526
- }
3527
- },
3528
- {
3529
- "type": "keyword",
3530
- "value": "null"
3531
- }
3532
- ]
3533
- },
3534
- "optional": true,
3535
- "computed": false
3536
- },
3537
- {
3538
- "type": "propertySignature",
3539
- "key": {
3540
- "type": "identifier",
3541
- "name": "aiEmployeeId"
3542
- },
3543
- "annotation": {
3544
- "type": "union",
3545
- "types": [
3546
- {
3547
- "type": "keyword",
3548
- "value": "string"
3549
- },
3550
- {
3551
- "type": "keyword",
3552
- "value": "null"
3553
- }
3554
- ]
3555
- },
3556
- "optional": true,
3557
- "computed": false
3558
- }
3559
- ]
3560
- },
3561
- {
3562
- "type": "interface",
3563
- "name": "UploadFileInfo",
3564
- "body": [
3565
- {
3566
- "type": "propertySignature",
3567
- "key": {
3568
- "type": "identifier",
3569
- "name": "fileId"
3570
- },
3571
- "annotation": {
3572
- "type": "keyword",
3573
- "value": "string"
3572
+ "name": "comment_content"
3573
+ },
3574
+ "annotation": {
3575
+ "type": "keyword",
3576
+ "value": "string"
3577
+ },
3578
+ "computed": false
3579
+ }
3580
+ ]
3574
3581
  },
3575
3582
  "computed": false
3576
3583
  }
3577
- ]
3578
- },
3579
- {
3580
- "type": "typeAlias",
3581
- "name": "CommandPayload",
3582
- "annotation": {
3583
- "type": "reference",
3584
- "typeName": {
3585
- "type": "identifier",
3586
- "name": "CommandPayloadServiceFlowStarting"
3584
+ ],
3585
+ "extends": [
3586
+ {
3587
+ "type": "expressionWithTypeArguments",
3588
+ "expression": {
3589
+ "type": "identifier",
3590
+ "name": "ActivityBase"
3591
+ }
3587
3592
  }
3588
- }
3593
+ ]
3589
3594
  },
3590
3595
  {
3591
3596
  "type": "interface",
3592
- "name": "CommandPayloadServiceFlowStarting",
3597
+ "name": "ActivityOfStartConversation",
3593
3598
  "body": [
3594
3599
  {
3595
3600
  "type": "propertySignature",
3596
3601
  "key": {
3597
3602
  "type": "identifier",
3598
- "name": "type"
3603
+ "name": "action_type"
3599
3604
  },
3600
3605
  "annotation": {
3601
3606
  "type": "jsLiteral",
3602
- "value": "serviceFlowStarting"
3607
+ "value": "start_conversation"
3603
3608
  },
3604
3609
  "computed": false
3605
3610
  },
@@ -3607,7 +3612,7 @@
3607
3612
  "type": "propertySignature",
3608
3613
  "key": {
3609
3614
  "type": "identifier",
3610
- "name": "serviceFlowStarting"
3615
+ "name": "metadata"
3611
3616
  },
3612
3617
  "annotation": {
3613
3618
  "type": "typeLiteral",
@@ -3616,45 +3621,31 @@
3616
3621
  "type": "propertySignature",
3617
3622
  "key": {
3618
3623
  "type": "identifier",
3619
- "name": "spaceInstanceId"
3620
- },
3621
- "annotation": {
3622
- "type": "keyword",
3623
- "value": "string"
3624
- },
3625
- "computed": false
3626
- },
3627
- {
3628
- "type": "propertySignature",
3629
- "key": {
3630
- "type": "identifier",
3631
- "name": "spaceName"
3624
+ "name": "conversation_id"
3632
3625
  },
3633
3626
  "annotation": {
3634
3627
  "type": "keyword",
3635
3628
  "value": "string"
3636
3629
  },
3637
- "optional": true,
3638
3630
  "computed": false
3639
3631
  },
3640
3632
  {
3641
3633
  "type": "propertySignature",
3642
3634
  "key": {
3643
3635
  "type": "identifier",
3644
- "name": "flowInstanceId"
3636
+ "name": "conversation_title"
3645
3637
  },
3646
3638
  "annotation": {
3647
3639
  "type": "keyword",
3648
3640
  "value": "string"
3649
3641
  },
3650
- "optional": true,
3651
3642
  "computed": false
3652
3643
  },
3653
3644
  {
3654
3645
  "type": "propertySignature",
3655
3646
  "key": {
3656
3647
  "type": "identifier",
3657
- "name": "flowName"
3648
+ "name": "conversation_description"
3658
3649
  },
3659
3650
  "annotation": {
3660
3651
  "type": "keyword",
@@ -3667,6 +3658,113 @@
3667
3658
  },
3668
3659
  "computed": false
3669
3660
  }
3661
+ ],
3662
+ "extends": [
3663
+ {
3664
+ "type": "expressionWithTypeArguments",
3665
+ "expression": {
3666
+ "type": "identifier",
3667
+ "name": "ActivityBase"
3668
+ }
3669
+ }
3670
+ ]
3671
+ }
3672
+ ]
3673
+ },
3674
+ "ai-portal.show-case": {
3675
+ "properties": [
3676
+ {
3677
+ "name": "caseTitle",
3678
+ "annotation": {
3679
+ "type": "keyword",
3680
+ "value": "string"
3681
+ }
3682
+ },
3683
+ {
3684
+ "name": "summary",
3685
+ "annotation": {
3686
+ "type": "keyword",
3687
+ "value": "string"
3688
+ }
3689
+ },
3690
+ {
3691
+ "name": "url",
3692
+ "annotation": {
3693
+ "type": "keyword",
3694
+ "value": "string"
3695
+ }
3696
+ }
3697
+ ],
3698
+ "events": [],
3699
+ "methods": []
3700
+ },
3701
+ "ai-portal.flow-tabs": {
3702
+ "properties": [
3703
+ {
3704
+ "name": "tabs",
3705
+ "annotation": {
3706
+ "type": "array",
3707
+ "elementType": {
3708
+ "type": "reference",
3709
+ "typeName": {
3710
+ "type": "identifier",
3711
+ "name": "Tab"
3712
+ }
3713
+ }
3714
+ }
3715
+ },
3716
+ {
3717
+ "name": "activeTab",
3718
+ "annotation": {
3719
+ "type": "keyword",
3720
+ "value": "string"
3721
+ }
3722
+ }
3723
+ ],
3724
+ "events": [
3725
+ {
3726
+ "name": "tab.click",
3727
+ "detail": {
3728
+ "annotation": {
3729
+ "type": "reference",
3730
+ "typeName": {
3731
+ "type": "identifier",
3732
+ "name": "Tab"
3733
+ }
3734
+ }
3735
+ }
3736
+ }
3737
+ ],
3738
+ "methods": [],
3739
+ "types": [
3740
+ {
3741
+ "type": "interface",
3742
+ "name": "Tab",
3743
+ "body": [
3744
+ {
3745
+ "type": "propertySignature",
3746
+ "key": {
3747
+ "type": "identifier",
3748
+ "name": "id"
3749
+ },
3750
+ "annotation": {
3751
+ "type": "keyword",
3752
+ "value": "string"
3753
+ },
3754
+ "computed": false
3755
+ },
3756
+ {
3757
+ "type": "propertySignature",
3758
+ "key": {
3759
+ "type": "identifier",
3760
+ "name": "label"
3761
+ },
3762
+ "annotation": {
3763
+ "type": "keyword",
3764
+ "value": "string"
3765
+ },
3766
+ "computed": false
3767
+ }
3670
3768
  ]
3671
3769
  }
3672
3770
  ]
@@ -4033,104 +4131,6 @@
4033
4131
  }
4034
4132
  ]
4035
4133
  },
4036
- "ai-portal.show-case": {
4037
- "properties": [
4038
- {
4039
- "name": "caseTitle",
4040
- "annotation": {
4041
- "type": "keyword",
4042
- "value": "string"
4043
- }
4044
- },
4045
- {
4046
- "name": "summary",
4047
- "annotation": {
4048
- "type": "keyword",
4049
- "value": "string"
4050
- }
4051
- },
4052
- {
4053
- "name": "url",
4054
- "annotation": {
4055
- "type": "keyword",
4056
- "value": "string"
4057
- }
4058
- }
4059
- ],
4060
- "events": [],
4061
- "methods": []
4062
- },
4063
- "ai-portal.flow-tabs": {
4064
- "properties": [
4065
- {
4066
- "name": "tabs",
4067
- "annotation": {
4068
- "type": "array",
4069
- "elementType": {
4070
- "type": "reference",
4071
- "typeName": {
4072
- "type": "identifier",
4073
- "name": "Tab"
4074
- }
4075
- }
4076
- }
4077
- },
4078
- {
4079
- "name": "activeTab",
4080
- "annotation": {
4081
- "type": "keyword",
4082
- "value": "string"
4083
- }
4084
- }
4085
- ],
4086
- "events": [
4087
- {
4088
- "name": "tab.click",
4089
- "detail": {
4090
- "annotation": {
4091
- "type": "reference",
4092
- "typeName": {
4093
- "type": "identifier",
4094
- "name": "Tab"
4095
- }
4096
- }
4097
- }
4098
- }
4099
- ],
4100
- "methods": [],
4101
- "types": [
4102
- {
4103
- "type": "interface",
4104
- "name": "Tab",
4105
- "body": [
4106
- {
4107
- "type": "propertySignature",
4108
- "key": {
4109
- "type": "identifier",
4110
- "name": "id"
4111
- },
4112
- "annotation": {
4113
- "type": "keyword",
4114
- "value": "string"
4115
- },
4116
- "computed": false
4117
- },
4118
- {
4119
- "type": "propertySignature",
4120
- "key": {
4121
- "type": "identifier",
4122
- "name": "label"
4123
- },
4124
- "annotation": {
4125
- "type": "keyword",
4126
- "value": "string"
4127
- },
4128
- "computed": false
4129
- }
4130
- ]
4131
- }
4132
- ]
4133
- },
4134
4134
  "ai-portal.running-flow": {
4135
4135
  "properties": [
4136
4136
  {