@next-bricks/ai-portal 0.58.5 → 0.58.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/types.json CHANGED
@@ -1,95 +1,4 @@
1
1
  {
2
- "ai-portal.icon-button": {
3
- "properties": [
4
- {
5
- "name": "icon",
6
- "annotation": {
7
- "type": "reference",
8
- "typeName": {
9
- "type": "identifier",
10
- "name": "GeneralIconProps"
11
- }
12
- }
13
- },
14
- {
15
- "name": "tooltip",
16
- "annotation": {
17
- "type": "keyword",
18
- "value": "string"
19
- }
20
- },
21
- {
22
- "name": "tooltipHoist",
23
- "annotation": {
24
- "type": "keyword",
25
- "value": "boolean"
26
- }
27
- },
28
- {
29
- "name": "disabled",
30
- "annotation": {
31
- "type": "keyword",
32
- "value": "boolean"
33
- }
34
- },
35
- {
36
- "name": "variant",
37
- "annotation": {
38
- "type": "reference",
39
- "typeName": {
40
- "type": "identifier",
41
- "name": "IconButtonVariant"
42
- }
43
- }
44
- }
45
- ],
46
- "events": [],
47
- "methods": [],
48
- "types": [
49
- {
50
- "type": "typeAlias",
51
- "name": "IconButtonVariant",
52
- "annotation": {
53
- "type": "union",
54
- "types": [
55
- {
56
- "type": "jsLiteral",
57
- "value": "default"
58
- },
59
- {
60
- "type": "jsLiteral",
61
- "value": "light"
62
- },
63
- {
64
- "type": "jsLiteral",
65
- "value": "mini"
66
- },
67
- {
68
- "type": "jsLiteral",
69
- "value": "mini-light"
70
- },
71
- {
72
- "type": "jsLiteral",
73
- "value": "bordered"
74
- }
75
- ]
76
- }
77
- }
78
- ]
79
- },
80
- "ai-portal.home-container": {
81
- "properties": [
82
- {
83
- "name": "sticky",
84
- "annotation": {
85
- "type": "keyword",
86
- "value": "boolean"
87
- }
88
- }
89
- ],
90
- "events": [],
91
- "methods": []
92
- },
93
2
  "ai-portal.stat-with-mini-chart": {
94
3
  "properties": [
95
4
  {
@@ -194,6 +103,84 @@
194
103
  "events": [],
195
104
  "methods": []
196
105
  },
106
+ "ai-portal.icon-button": {
107
+ "properties": [
108
+ {
109
+ "name": "icon",
110
+ "annotation": {
111
+ "type": "reference",
112
+ "typeName": {
113
+ "type": "identifier",
114
+ "name": "GeneralIconProps"
115
+ }
116
+ }
117
+ },
118
+ {
119
+ "name": "tooltip",
120
+ "annotation": {
121
+ "type": "keyword",
122
+ "value": "string"
123
+ }
124
+ },
125
+ {
126
+ "name": "tooltipHoist",
127
+ "annotation": {
128
+ "type": "keyword",
129
+ "value": "boolean"
130
+ }
131
+ },
132
+ {
133
+ "name": "disabled",
134
+ "annotation": {
135
+ "type": "keyword",
136
+ "value": "boolean"
137
+ }
138
+ },
139
+ {
140
+ "name": "variant",
141
+ "annotation": {
142
+ "type": "reference",
143
+ "typeName": {
144
+ "type": "identifier",
145
+ "name": "IconButtonVariant"
146
+ }
147
+ }
148
+ }
149
+ ],
150
+ "events": [],
151
+ "methods": [],
152
+ "types": [
153
+ {
154
+ "type": "typeAlias",
155
+ "name": "IconButtonVariant",
156
+ "annotation": {
157
+ "type": "union",
158
+ "types": [
159
+ {
160
+ "type": "jsLiteral",
161
+ "value": "default"
162
+ },
163
+ {
164
+ "type": "jsLiteral",
165
+ "value": "light"
166
+ },
167
+ {
168
+ "type": "jsLiteral",
169
+ "value": "mini"
170
+ },
171
+ {
172
+ "type": "jsLiteral",
173
+ "value": "mini-light"
174
+ },
175
+ {
176
+ "type": "jsLiteral",
177
+ "value": "bordered"
178
+ }
179
+ ]
180
+ }
181
+ }
182
+ ]
183
+ },
197
184
  "ai-portal.call-tool": {
198
185
  "type": "provider",
199
186
  "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": [],
@@ -1928,26 +1928,6 @@
1928
1928
  }
1929
1929
  ]
1930
1930
  },
1931
- "ai-portal.preview-container": {
1932
- "properties": [
1933
- {
1934
- "name": "source",
1935
- "annotation": {
1936
- "type": "keyword",
1937
- "value": "string"
1938
- }
1939
- },
1940
- {
1941
- "name": "url",
1942
- "annotation": {
1943
- "type": "keyword",
1944
- "value": "string"
1945
- }
1946
- }
1947
- ],
1948
- "events": [],
1949
- "methods": []
1950
- },
1951
1931
  "ai-portal.action-buttons": {
1952
1932
  "properties": [
1953
1933
  {
@@ -2066,6 +2046,26 @@
2066
2046
  }
2067
2047
  ]
2068
2048
  },
2049
+ "ai-portal.preview-container": {
2050
+ "properties": [
2051
+ {
2052
+ "name": "source",
2053
+ "annotation": {
2054
+ "type": "keyword",
2055
+ "value": "string"
2056
+ }
2057
+ },
2058
+ {
2059
+ "name": "url",
2060
+ "annotation": {
2061
+ "type": "keyword",
2062
+ "value": "string"
2063
+ }
2064
+ }
2065
+ ],
2066
+ "events": [],
2067
+ "methods": []
2068
+ },
2069
2069
  "ai-portal.project-conversations": {
2070
2070
  "properties": [
2071
2071
  {
@@ -2292,300 +2292,392 @@
2292
2292
  }
2293
2293
  ]
2294
2294
  },
2295
- "ai-portal.chat-input": {
2295
+ "ai-portal.activity-timeline": {
2296
2296
  "properties": [
2297
2297
  {
2298
- "name": "placeholder",
2299
- "annotation": {
2300
- "type": "keyword",
2301
- "value": "string"
2302
- }
2303
- },
2304
- {
2305
- "name": "autoFocus",
2298
+ "name": "list",
2306
2299
  "annotation": {
2307
- "type": "keyword",
2308
- "value": "boolean"
2300
+ "type": "array",
2301
+ "elementType": {
2302
+ "type": "reference",
2303
+ "typeName": {
2304
+ "type": "identifier",
2305
+ "name": "Activity"
2306
+ }
2307
+ }
2309
2308
  }
2310
2309
  },
2311
2310
  {
2312
- "name": "submitDisabled",
2311
+ "name": "chatUrlTemplate",
2313
2312
  "annotation": {
2314
2313
  "type": "keyword",
2315
- "value": "boolean"
2314
+ "value": "string"
2316
2315
  }
2317
- },
2316
+ }
2317
+ ],
2318
+ "events": [],
2319
+ "methods": [],
2320
+ "types": [
2318
2321
  {
2319
- "name": "supportsTerminate",
2322
+ "type": "typeAlias",
2323
+ "name": "Activity",
2320
2324
  "annotation": {
2321
- "type": "keyword",
2322
- "value": "boolean"
2323
- }
2324
- },
2325
- {
2326
- "name": "terminating",
2327
- "annotation": {
2328
- "type": "keyword",
2329
- "value": "boolean"
2325
+ "type": "union",
2326
+ "types": [
2327
+ {
2328
+ "type": "reference",
2329
+ "typeName": {
2330
+ "type": "identifier",
2331
+ "name": "ActivityOfCreateGoal"
2332
+ }
2333
+ },
2334
+ {
2335
+ "type": "reference",
2336
+ "typeName": {
2337
+ "type": "identifier",
2338
+ "name": "ActivityOfEditGoal"
2339
+ }
2340
+ },
2341
+ {
2342
+ "type": "reference",
2343
+ "typeName": {
2344
+ "type": "identifier",
2345
+ "name": "ActivityOfDeleteGoal"
2346
+ }
2347
+ },
2348
+ {
2349
+ "type": "reference",
2350
+ "typeName": {
2351
+ "type": "identifier",
2352
+ "name": "ActivityOfDecomposeGoals"
2353
+ }
2354
+ },
2355
+ {
2356
+ "type": "reference",
2357
+ "typeName": {
2358
+ "type": "identifier",
2359
+ "name": "ActivityOfAlterOwner"
2360
+ }
2361
+ },
2362
+ {
2363
+ "type": "reference",
2364
+ "typeName": {
2365
+ "type": "identifier",
2366
+ "name": "ActivityOfAlterUser"
2367
+ }
2368
+ },
2369
+ {
2370
+ "type": "reference",
2371
+ "typeName": {
2372
+ "type": "identifier",
2373
+ "name": "ActivityOfAddComment"
2374
+ }
2375
+ },
2376
+ {
2377
+ "type": "reference",
2378
+ "typeName": {
2379
+ "type": "identifier",
2380
+ "name": "ActivityOfStartConversation"
2381
+ }
2382
+ }
2383
+ ]
2330
2384
  }
2331
2385
  },
2332
2386
  {
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"
2387
+ "type": "interface",
2388
+ "name": "ActivityOfCreateGoal",
2389
+ "body": [
2390
+ {
2391
+ "type": "propertySignature",
2392
+ "key": {
2393
+ "type": "identifier",
2394
+ "name": "action_type"
2395
+ },
2396
+ "annotation": {
2397
+ "type": "jsLiteral",
2398
+ "value": "create_goal"
2399
+ },
2400
+ "computed": false
2401
+ },
2402
+ {
2403
+ "type": "propertySignature",
2404
+ "key": {
2405
+ "type": "identifier",
2406
+ "name": "metadata"
2407
+ },
2408
+ "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
+ ]
2437
+ },
2438
+ "computed": false
2350
2439
  }
2351
- }
2352
- },
2353
- {
2354
- "name": "chat.submit",
2355
- "detail": {
2356
- "annotation": {
2357
- "type": "reference",
2358
- "typeName": {
2440
+ ],
2441
+ "extends": [
2442
+ {
2443
+ "type": "expressionWithTypeArguments",
2444
+ "expression": {
2359
2445
  "type": "identifier",
2360
- "name": "ChatPayload"
2446
+ "name": "ActivityBase"
2361
2447
  }
2362
2448
  }
2363
- }
2449
+ ]
2364
2450
  },
2365
- {
2366
- "name": "terminate",
2367
- "detail": {
2368
- "annotation": {
2369
- "type": "keyword",
2370
- "value": "void"
2371
- }
2372
- }
2373
- }
2374
- ],
2375
- "methods": [],
2376
- "types": [
2377
2451
  {
2378
2452
  "type": "interface",
2379
- "name": "UploadOptions",
2453
+ "name": "ActivityBase",
2380
2454
  "body": [
2381
2455
  {
2382
2456
  "type": "propertySignature",
2383
2457
  "key": {
2384
2458
  "type": "identifier",
2385
- "name": "enabled"
2459
+ "name": "user_id"
2386
2460
  },
2387
2461
  "annotation": {
2388
2462
  "type": "keyword",
2389
- "value": "boolean"
2463
+ "value": "string"
2390
2464
  },
2391
- "optional": true,
2392
2465
  "computed": false
2393
2466
  },
2394
2467
  {
2395
2468
  "type": "propertySignature",
2396
2469
  "key": {
2397
2470
  "type": "identifier",
2398
- "name": "dragDisabled"
2471
+ "name": "user_name"
2399
2472
  },
2400
2473
  "annotation": {
2401
2474
  "type": "keyword",
2402
- "value": "boolean"
2475
+ "value": "string"
2403
2476
  },
2404
- "optional": true,
2405
2477
  "computed": false
2406
2478
  },
2407
2479
  {
2408
2480
  "type": "propertySignature",
2409
2481
  "key": {
2410
2482
  "type": "identifier",
2411
- "name": "dragTips"
2483
+ "name": "time"
2412
2484
  },
2413
2485
  "annotation": {
2414
2486
  "type": "keyword",
2415
- "value": "string"
2487
+ "value": "number"
2416
2488
  },
2417
- "optional": true,
2418
2489
  "computed": false
2419
2490
  },
2420
2491
  {
2421
2492
  "type": "propertySignature",
2422
2493
  "key": {
2423
2494
  "type": "identifier",
2424
- "name": "accept"
2495
+ "name": "action_type"
2425
2496
  },
2426
2497
  "annotation": {
2427
- "type": "keyword",
2428
- "value": "string"
2498
+ "type": "union",
2499
+ "types": [
2500
+ {
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"
2527
+ },
2528
+ {
2529
+ "type": "jsLiteral",
2530
+ "value": "start_conversation"
2531
+ }
2532
+ ]
2429
2533
  },
2430
- "optional": true,
2431
2534
  "computed": false
2432
2535
  },
2433
2536
  {
2434
2537
  "type": "propertySignature",
2435
2538
  "key": {
2436
2539
  "type": "identifier",
2437
- "name": "maxFiles"
2540
+ "name": "metadata"
2438
2541
  },
2439
2542
  "annotation": {
2440
2543
  "type": "keyword",
2441
- "value": "number"
2544
+ "value": "unknown"
2442
2545
  },
2443
- "optional": true,
2444
2546
  "computed": false
2445
2547
  }
2446
2548
  ]
2447
2549
  },
2448
2550
  {
2449
2551
  "type": "interface",
2450
- "name": "ChatPayload",
2552
+ "name": "ActivityOfEditGoal",
2451
2553
  "body": [
2452
2554
  {
2453
2555
  "type": "propertySignature",
2454
2556
  "key": {
2455
2557
  "type": "identifier",
2456
- "name": "content"
2558
+ "name": "action_type"
2457
2559
  },
2458
2560
  "annotation": {
2459
- "type": "keyword",
2460
- "value": "string"
2561
+ "type": "jsLiteral",
2562
+ "value": "edit_goal"
2461
2563
  },
2462
2564
  "computed": false
2463
- }
2464
- ],
2465
- "extends": [
2466
- {
2467
- "type": "expressionWithTypeArguments",
2468
- "expression": {
2469
- "type": "identifier",
2470
- "name": "ExtraChatPayload"
2471
- }
2472
- }
2473
- ]
2474
- },
2475
- {
2476
- "type": "interface",
2477
- "name": "ExtraChatPayload",
2478
- "body": [
2565
+ },
2479
2566
  {
2480
2567
  "type": "propertySignature",
2481
2568
  "key": {
2482
2569
  "type": "identifier",
2483
- "name": "files"
2570
+ "name": "metadata"
2484
2571
  },
2485
2572
  "annotation": {
2486
- "type": "array",
2487
- "elementType": {
2488
- "type": "reference",
2489
- "typeName": {
2490
- "type": "identifier",
2491
- "name": "UploadFileInfo"
2492
- }
2493
- }
2494
- },
2495
- "optional": true,
2496
- "computed": false
2497
- },
2498
- {
2499
- "type": "propertySignature",
2500
- "key": {
2501
- "type": "identifier",
2502
- "name": "cmd"
2503
- },
2504
- "annotation": {
2505
- "type": "union",
2506
- "types": [
2573
+ "type": "typeLiteral",
2574
+ "members": [
2507
2575
  {
2508
- "type": "reference",
2509
- "typeName": {
2576
+ "type": "propertySignature",
2577
+ "key": {
2510
2578
  "type": "identifier",
2511
- "name": "CommandPayload"
2512
- }
2513
- },
2514
- {
2515
- "type": "keyword",
2516
- "value": "null"
2517
- }
2518
- ]
2519
- },
2520
- "optional": true,
2521
- "computed": false
2522
- },
2523
- {
2524
- "type": "propertySignature",
2525
- "key": {
2526
- "type": "identifier",
2527
- "name": "aiEmployeeId"
2528
- },
2529
- "annotation": {
2530
- "type": "union",
2531
- "types": [
2532
- {
2533
- "type": "keyword",
2534
- "value": "string"
2579
+ "name": "before"
2580
+ },
2581
+ "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
+ ]
2611
+ },
2612
+ "computed": false
2535
2613
  },
2536
2614
  {
2537
- "type": "keyword",
2538
- "value": "null"
2615
+ "type": "propertySignature",
2616
+ "key": {
2617
+ "type": "identifier",
2618
+ "name": "after"
2619
+ },
2620
+ "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
+ ]
2650
+ },
2651
+ "computed": false
2539
2652
  }
2540
2653
  ]
2541
2654
  },
2542
- "optional": true,
2543
2655
  "computed": false
2544
2656
  }
2545
- ]
2546
- },
2547
- {
2548
- "type": "interface",
2549
- "name": "UploadFileInfo",
2550
- "body": [
2657
+ ],
2658
+ "extends": [
2551
2659
  {
2552
- "type": "propertySignature",
2553
- "key": {
2660
+ "type": "expressionWithTypeArguments",
2661
+ "expression": {
2554
2662
  "type": "identifier",
2555
- "name": "fileId"
2556
- },
2557
- "annotation": {
2558
- "type": "keyword",
2559
- "value": "string"
2560
- },
2561
- "computed": false
2663
+ "name": "ActivityBase"
2664
+ }
2562
2665
  }
2563
2666
  ]
2564
2667
  },
2565
- {
2566
- "type": "typeAlias",
2567
- "name": "CommandPayload",
2568
- "annotation": {
2569
- "type": "reference",
2570
- "typeName": {
2571
- "type": "identifier",
2572
- "name": "CommandPayloadServiceFlowStarting"
2573
- }
2574
- }
2575
- },
2576
2668
  {
2577
2669
  "type": "interface",
2578
- "name": "CommandPayloadServiceFlowStarting",
2670
+ "name": "ActivityOfDeleteGoal",
2579
2671
  "body": [
2580
2672
  {
2581
2673
  "type": "propertySignature",
2582
2674
  "key": {
2583
2675
  "type": "identifier",
2584
- "name": "type"
2676
+ "name": "action_type"
2585
2677
  },
2586
2678
  "annotation": {
2587
2679
  "type": "jsLiteral",
2588
- "value": "serviceFlowStarting"
2680
+ "value": "delete_goal"
2589
2681
  },
2590
2682
  "computed": false
2591
2683
  },
@@ -2593,7 +2685,7 @@
2593
2685
  "type": "propertySignature",
2594
2686
  "key": {
2595
2687
  "type": "identifier",
2596
- "name": "serviceFlowStarting"
2688
+ "name": "metadata"
2597
2689
  },
2598
2690
  "annotation": {
2599
2691
  "type": "typeLiteral",
@@ -2602,7 +2694,7 @@
2602
2694
  "type": "propertySignature",
2603
2695
  "key": {
2604
2696
  "type": "identifier",
2605
- "name": "spaceInstanceId"
2697
+ "name": "goal_title"
2606
2698
  },
2607
2699
  "annotation": {
2608
2700
  "type": "keyword",
@@ -2614,7 +2706,7 @@
2614
2706
  "type": "propertySignature",
2615
2707
  "key": {
2616
2708
  "type": "identifier",
2617
- "name": "spaceName"
2709
+ "name": "goal_description"
2618
2710
  },
2619
2711
  "annotation": {
2620
2712
  "type": "keyword",
@@ -2622,135 +2714,126 @@
2622
2714
  },
2623
2715
  "optional": true,
2624
2716
  "computed": false
2625
- },
2717
+ }
2718
+ ]
2719
+ },
2720
+ "computed": false
2721
+ }
2722
+ ],
2723
+ "extends": [
2724
+ {
2725
+ "type": "expressionWithTypeArguments",
2726
+ "expression": {
2727
+ "type": "identifier",
2728
+ "name": "ActivityBase"
2729
+ }
2730
+ }
2731
+ ]
2732
+ },
2733
+ {
2734
+ "type": "interface",
2735
+ "name": "ActivityOfDecomposeGoals",
2736
+ "body": [
2737
+ {
2738
+ "type": "propertySignature",
2739
+ "key": {
2740
+ "type": "identifier",
2741
+ "name": "action_type"
2742
+ },
2743
+ "annotation": {
2744
+ "type": "jsLiteral",
2745
+ "value": "decompose_goals"
2746
+ },
2747
+ "computed": false
2748
+ },
2749
+ {
2750
+ "type": "propertySignature",
2751
+ "key": {
2752
+ "type": "identifier",
2753
+ "name": "metadata"
2754
+ },
2755
+ "annotation": {
2756
+ "type": "typeLiteral",
2757
+ "members": [
2626
2758
  {
2627
2759
  "type": "propertySignature",
2628
2760
  "key": {
2629
2761
  "type": "identifier",
2630
- "name": "flowInstanceId"
2762
+ "name": "sub_goals_count"
2631
2763
  },
2632
2764
  "annotation": {
2633
2765
  "type": "keyword",
2634
- "value": "string"
2766
+ "value": "number"
2635
2767
  },
2636
- "optional": true,
2637
2768
  "computed": false
2638
2769
  },
2639
2770
  {
2640
2771
  "type": "propertySignature",
2641
2772
  "key": {
2642
2773
  "type": "identifier",
2643
- "name": "flowName"
2774
+ "name": "sub_goals"
2644
2775
  },
2645
2776
  "annotation": {
2646
- "type": "keyword",
2647
- "value": "string"
2648
- },
2649
- "optional": true,
2650
- "computed": false
2651
- }
2652
- ]
2653
- },
2654
- "computed": false
2655
- }
2656
- ]
2657
- }
2658
- ]
2659
- },
2660
- "ai-portal.activity-timeline": {
2661
- "properties": [
2662
- {
2663
- "name": "list",
2664
- "annotation": {
2665
- "type": "array",
2666
- "elementType": {
2667
- "type": "reference",
2668
- "typeName": {
2669
- "type": "identifier",
2670
- "name": "Activity"
2671
- }
2672
- }
2673
- }
2674
- },
2675
- {
2676
- "name": "chatUrlTemplate",
2677
- "annotation": {
2678
- "type": "keyword",
2679
- "value": "string"
2680
- }
2681
- }
2682
- ],
2683
- "events": [],
2684
- "methods": [],
2685
- "types": [
2686
- {
2687
- "type": "typeAlias",
2688
- "name": "Activity",
2689
- "annotation": {
2690
- "type": "union",
2691
- "types": [
2692
- {
2693
- "type": "reference",
2694
- "typeName": {
2695
- "type": "identifier",
2696
- "name": "ActivityOfCreateGoal"
2697
- }
2698
- },
2699
- {
2700
- "type": "reference",
2701
- "typeName": {
2702
- "type": "identifier",
2703
- "name": "ActivityOfEditGoal"
2704
- }
2705
- },
2706
- {
2707
- "type": "reference",
2708
- "typeName": {
2709
- "type": "identifier",
2710
- "name": "ActivityOfDeleteGoal"
2711
- }
2712
- },
2713
- {
2714
- "type": "reference",
2715
- "typeName": {
2716
- "type": "identifier",
2717
- "name": "ActivityOfDecomposeGoals"
2718
- }
2719
- },
2720
- {
2721
- "type": "reference",
2722
- "typeName": {
2723
- "type": "identifier",
2724
- "name": "ActivityOfAlterOwner"
2725
- }
2726
- },
2727
- {
2728
- "type": "reference",
2729
- "typeName": {
2730
- "type": "identifier",
2731
- "name": "ActivityOfAlterUser"
2732
- }
2733
- },
2734
- {
2735
- "type": "reference",
2736
- "typeName": {
2737
- "type": "identifier",
2738
- "name": "ActivityOfAddComment"
2739
- }
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
2818
+ }
2819
+ ]
2740
2820
  },
2741
- {
2742
- "type": "reference",
2743
- "typeName": {
2744
- "type": "identifier",
2745
- "name": "ActivityOfStartConversation"
2746
- }
2821
+ "computed": false
2822
+ }
2823
+ ],
2824
+ "extends": [
2825
+ {
2826
+ "type": "expressionWithTypeArguments",
2827
+ "expression": {
2828
+ "type": "identifier",
2829
+ "name": "ActivityBase"
2747
2830
  }
2748
- ]
2749
- }
2831
+ }
2832
+ ]
2750
2833
  },
2751
2834
  {
2752
2835
  "type": "interface",
2753
- "name": "ActivityOfCreateGoal",
2836
+ "name": "ActivityOfAlterOwner",
2754
2837
  "body": [
2755
2838
  {
2756
2839
  "type": "propertySignature",
@@ -2760,7 +2843,7 @@
2760
2843
  },
2761
2844
  "annotation": {
2762
2845
  "type": "jsLiteral",
2763
- "value": "create_goal"
2846
+ "value": "alter_owner"
2764
2847
  },
2765
2848
  "computed": false
2766
2849
  },
@@ -2777,11 +2860,49 @@
2777
2860
  "type": "propertySignature",
2778
2861
  "key": {
2779
2862
  "type": "identifier",
2780
- "name": "goal_title"
2863
+ "name": "before"
2781
2864
  },
2782
2865
  "annotation": {
2783
- "type": "keyword",
2784
- "value": "string"
2866
+ "type": "typeLiteral",
2867
+ "members": [
2868
+ {
2869
+ "type": "propertySignature",
2870
+ "key": {
2871
+ "type": "identifier",
2872
+ "name": "owner"
2873
+ },
2874
+ "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
+ ]
2902
+ },
2903
+ "computed": false
2904
+ }
2905
+ ]
2785
2906
  },
2786
2907
  "computed": false
2787
2908
  },
@@ -2789,13 +2910,50 @@
2789
2910
  "type": "propertySignature",
2790
2911
  "key": {
2791
2912
  "type": "identifier",
2792
- "name": "goal_description"
2913
+ "name": "after"
2793
2914
  },
2794
2915
  "annotation": {
2795
- "type": "keyword",
2796
- "value": "string"
2916
+ "type": "typeLiteral",
2917
+ "members": [
2918
+ {
2919
+ "type": "propertySignature",
2920
+ "key": {
2921
+ "type": "identifier",
2922
+ "name": "owner"
2923
+ },
2924
+ "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
+ ]
2952
+ },
2953
+ "computed": false
2954
+ }
2955
+ ]
2797
2956
  },
2798
- "optional": true,
2799
2957
  "computed": false
2800
2958
  }
2801
2959
  ]
@@ -2815,41 +2973,17 @@
2815
2973
  },
2816
2974
  {
2817
2975
  "type": "interface",
2818
- "name": "ActivityBase",
2976
+ "name": "ActivityOfAlterUser",
2819
2977
  "body": [
2820
2978
  {
2821
2979
  "type": "propertySignature",
2822
2980
  "key": {
2823
2981
  "type": "identifier",
2824
- "name": "user_id"
2825
- },
2826
- "annotation": {
2827
- "type": "keyword",
2828
- "value": "string"
2829
- },
2830
- "computed": false
2831
- },
2832
- {
2833
- "type": "propertySignature",
2834
- "key": {
2835
- "type": "identifier",
2836
- "name": "user_name"
2837
- },
2838
- "annotation": {
2839
- "type": "keyword",
2840
- "value": "string"
2841
- },
2842
- "computed": false
2843
- },
2844
- {
2845
- "type": "propertySignature",
2846
- "key": {
2847
- "type": "identifier",
2848
- "name": "time"
2982
+ "name": "action_type"
2849
2983
  },
2850
2984
  "annotation": {
2851
- "type": "keyword",
2852
- "value": "number"
2985
+ "type": "jsLiteral",
2986
+ "value": "alter_user"
2853
2987
  },
2854
2988
  "computed": false
2855
2989
  },
@@ -2857,86 +2991,11 @@
2857
2991
  "type": "propertySignature",
2858
2992
  "key": {
2859
2993
  "type": "identifier",
2860
- "name": "action_type"
2994
+ "name": "metadata"
2861
2995
  },
2862
2996
  "annotation": {
2863
- "type": "union",
2864
- "types": [
2865
- {
2866
- "type": "jsLiteral",
2867
- "value": "create_goal"
2868
- },
2869
- {
2870
- "type": "jsLiteral",
2871
- "value": "edit_goal"
2872
- },
2873
- {
2874
- "type": "jsLiteral",
2875
- "value": "delete_goal"
2876
- },
2877
- {
2878
- "type": "jsLiteral",
2879
- "value": "decompose_goals"
2880
- },
2881
- {
2882
- "type": "jsLiteral",
2883
- "value": "alter_owner"
2884
- },
2885
- {
2886
- "type": "jsLiteral",
2887
- "value": "alter_user"
2888
- },
2889
- {
2890
- "type": "jsLiteral",
2891
- "value": "add_comment"
2892
- },
2893
- {
2894
- "type": "jsLiteral",
2895
- "value": "start_conversation"
2896
- }
2897
- ]
2898
- },
2899
- "computed": false
2900
- },
2901
- {
2902
- "type": "propertySignature",
2903
- "key": {
2904
- "type": "identifier",
2905
- "name": "metadata"
2906
- },
2907
- "annotation": {
2908
- "type": "keyword",
2909
- "value": "unknown"
2910
- },
2911
- "computed": false
2912
- }
2913
- ]
2914
- },
2915
- {
2916
- "type": "interface",
2917
- "name": "ActivityOfEditGoal",
2918
- "body": [
2919
- {
2920
- "type": "propertySignature",
2921
- "key": {
2922
- "type": "identifier",
2923
- "name": "action_type"
2924
- },
2925
- "annotation": {
2926
- "type": "jsLiteral",
2927
- "value": "edit_goal"
2928
- },
2929
- "computed": false
2930
- },
2931
- {
2932
- "type": "propertySignature",
2933
- "key": {
2934
- "type": "identifier",
2935
- "name": "metadata"
2936
- },
2937
- "annotation": {
2938
- "type": "typeLiteral",
2939
- "members": [
2997
+ "type": "typeLiteral",
2998
+ "members": [
2940
2999
  {
2941
3000
  "type": "propertySignature",
2942
3001
  "key": {
@@ -2950,26 +3009,49 @@
2950
3009
  "type": "propertySignature",
2951
3010
  "key": {
2952
3011
  "type": "identifier",
2953
- "name": "title"
2954
- },
2955
- "annotation": {
2956
- "type": "keyword",
2957
- "value": "string"
2958
- },
2959
- "optional": true,
2960
- "computed": false
2961
- },
2962
- {
2963
- "type": "propertySignature",
2964
- "key": {
2965
- "type": "identifier",
2966
- "name": "description"
3012
+ "name": "users"
2967
3013
  },
2968
3014
  "annotation": {
2969
- "type": "keyword",
2970
- "value": "string"
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
+ }
2971
3054
  },
2972
- "optional": true,
2973
3055
  "computed": false
2974
3056
  }
2975
3057
  ]
@@ -2989,26 +3071,49 @@
2989
3071
  "type": "propertySignature",
2990
3072
  "key": {
2991
3073
  "type": "identifier",
2992
- "name": "title"
2993
- },
2994
- "annotation": {
2995
- "type": "keyword",
2996
- "value": "string"
2997
- },
2998
- "optional": true,
2999
- "computed": false
3000
- },
3001
- {
3002
- "type": "propertySignature",
3003
- "key": {
3004
- "type": "identifier",
3005
- "name": "description"
3074
+ "name": "users"
3006
3075
  },
3007
3076
  "annotation": {
3008
- "type": "keyword",
3009
- "value": "string"
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
+ }
3010
3116
  },
3011
- "optional": true,
3012
3117
  "computed": false
3013
3118
  }
3014
3119
  ]
@@ -3032,7 +3137,7 @@
3032
3137
  },
3033
3138
  {
3034
3139
  "type": "interface",
3035
- "name": "ActivityOfDeleteGoal",
3140
+ "name": "ActivityOfAddComment",
3036
3141
  "body": [
3037
3142
  {
3038
3143
  "type": "propertySignature",
@@ -3042,7 +3147,7 @@
3042
3147
  },
3043
3148
  "annotation": {
3044
3149
  "type": "jsLiteral",
3045
- "value": "delete_goal"
3150
+ "value": "add_comment"
3046
3151
  },
3047
3152
  "computed": false
3048
3153
  },
@@ -3059,25 +3164,12 @@
3059
3164
  "type": "propertySignature",
3060
3165
  "key": {
3061
3166
  "type": "identifier",
3062
- "name": "goal_title"
3063
- },
3064
- "annotation": {
3065
- "type": "keyword",
3066
- "value": "string"
3067
- },
3068
- "computed": false
3069
- },
3070
- {
3071
- "type": "propertySignature",
3072
- "key": {
3073
- "type": "identifier",
3074
- "name": "goal_description"
3167
+ "name": "comment_content"
3075
3168
  },
3076
3169
  "annotation": {
3077
3170
  "type": "keyword",
3078
3171
  "value": "string"
3079
3172
  },
3080
- "optional": true,
3081
3173
  "computed": false
3082
3174
  }
3083
3175
  ]
@@ -3097,7 +3189,7 @@
3097
3189
  },
3098
3190
  {
3099
3191
  "type": "interface",
3100
- "name": "ActivityOfDecomposeGoals",
3192
+ "name": "ActivityOfStartConversation",
3101
3193
  "body": [
3102
3194
  {
3103
3195
  "type": "propertySignature",
@@ -3107,7 +3199,7 @@
3107
3199
  },
3108
3200
  "annotation": {
3109
3201
  "type": "jsLiteral",
3110
- "value": "decompose_goals"
3202
+ "value": "start_conversation"
3111
3203
  },
3112
3204
  "computed": false
3113
3205
  },
@@ -3124,11 +3216,11 @@
3124
3216
  "type": "propertySignature",
3125
3217
  "key": {
3126
3218
  "type": "identifier",
3127
- "name": "sub_goals_count"
3219
+ "name": "conversation_id"
3128
3220
  },
3129
3221
  "annotation": {
3130
3222
  "type": "keyword",
3131
- "value": "number"
3223
+ "value": "string"
3132
3224
  },
3133
3225
  "computed": false
3134
3226
  },
@@ -3136,55 +3228,31 @@
3136
3228
  "type": "propertySignature",
3137
3229
  "key": {
3138
3230
  "type": "identifier",
3139
- "name": "sub_goals"
3231
+ "name": "conversation_title"
3140
3232
  },
3141
3233
  "annotation": {
3142
- "type": "reference",
3143
- "typeName": {
3144
- "type": "identifier",
3145
- "name": "Array"
3146
- },
3147
- "typeParameters": {
3148
- "type": "typeParameterInstantiation",
3149
- "params": [
3150
- {
3151
- "type": "typeLiteral",
3152
- "members": [
3153
- {
3154
- "type": "propertySignature",
3155
- "key": {
3156
- "type": "identifier",
3157
- "name": "sub_goal_id"
3158
- },
3159
- "annotation": {
3160
- "type": "keyword",
3161
- "value": "string"
3162
- },
3163
- "computed": false
3164
- },
3165
- {
3166
- "type": "propertySignature",
3167
- "key": {
3168
- "type": "identifier",
3169
- "name": "title"
3170
- },
3171
- "annotation": {
3172
- "type": "keyword",
3173
- "value": "string"
3174
- },
3175
- "computed": false
3176
- }
3177
- ]
3178
- }
3179
- ]
3180
- }
3234
+ "type": "keyword",
3235
+ "value": "string"
3181
3236
  },
3182
3237
  "computed": false
3183
- }
3184
- ]
3185
- },
3186
- "computed": false
3187
- }
3238
+ },
3239
+ {
3240
+ "type": "propertySignature",
3241
+ "key": {
3242
+ "type": "identifier",
3243
+ "name": "conversation_description"
3244
+ },
3245
+ "annotation": {
3246
+ "type": "keyword",
3247
+ "value": "string"
3248
+ },
3249
+ "optional": true,
3250
+ "computed": false
3251
+ }
3252
+ ]
3253
+ },
3254
+ "computed": false
3255
+ }
3188
3256
  ],
3189
3257
  "extends": [
3190
3258
  {
@@ -3195,231 +3263,324 @@
3195
3263
  }
3196
3264
  }
3197
3265
  ]
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
+ },
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
+ }
3198
3338
  },
3339
+ {
3340
+ "name": "terminate",
3341
+ "detail": {
3342
+ "annotation": {
3343
+ "type": "keyword",
3344
+ "value": "void"
3345
+ }
3346
+ }
3347
+ }
3348
+ ],
3349
+ "methods": [],
3350
+ "types": [
3199
3351
  {
3200
3352
  "type": "interface",
3201
- "name": "ActivityOfAlterOwner",
3353
+ "name": "UploadOptions",
3202
3354
  "body": [
3203
3355
  {
3204
3356
  "type": "propertySignature",
3205
3357
  "key": {
3206
3358
  "type": "identifier",
3207
- "name": "action_type"
3359
+ "name": "enabled"
3208
3360
  },
3209
3361
  "annotation": {
3210
- "type": "jsLiteral",
3211
- "value": "alter_owner"
3362
+ "type": "keyword",
3363
+ "value": "boolean"
3212
3364
  },
3365
+ "optional": true,
3213
3366
  "computed": false
3214
3367
  },
3215
3368
  {
3216
3369
  "type": "propertySignature",
3217
3370
  "key": {
3218
3371
  "type": "identifier",
3219
- "name": "metadata"
3372
+ "name": "dragDisabled"
3220
3373
  },
3221
3374
  "annotation": {
3222
- "type": "typeLiteral",
3223
- "members": [
3224
- {
3225
- "type": "propertySignature",
3226
- "key": {
3227
- "type": "identifier",
3228
- "name": "before"
3229
- },
3230
- "annotation": {
3231
- "type": "typeLiteral",
3232
- "members": [
3233
- {
3234
- "type": "propertySignature",
3235
- "key": {
3236
- "type": "identifier",
3237
- "name": "owner"
3238
- },
3239
- "annotation": {
3240
- "type": "typeLiteral",
3241
- "members": [
3242
- {
3243
- "type": "propertySignature",
3244
- "key": {
3245
- "type": "identifier",
3246
- "name": "user_id"
3247
- },
3248
- "annotation": {
3249
- "type": "keyword",
3250
- "value": "string"
3251
- },
3252
- "computed": false
3253
- },
3254
- {
3255
- "type": "propertySignature",
3256
- "key": {
3257
- "type": "identifier",
3258
- "name": "user_name"
3259
- },
3260
- "annotation": {
3261
- "type": "keyword",
3262
- "value": "string"
3263
- },
3264
- "computed": false
3265
- }
3266
- ]
3267
- },
3268
- "computed": false
3269
- }
3270
- ]
3271
- },
3272
- "computed": false
3273
- },
3274
- {
3275
- "type": "propertySignature",
3276
- "key": {
3277
- "type": "identifier",
3278
- "name": "after"
3279
- },
3280
- "annotation": {
3281
- "type": "typeLiteral",
3282
- "members": [
3283
- {
3284
- "type": "propertySignature",
3285
- "key": {
3286
- "type": "identifier",
3287
- "name": "owner"
3288
- },
3289
- "annotation": {
3290
- "type": "typeLiteral",
3291
- "members": [
3292
- {
3293
- "type": "propertySignature",
3294
- "key": {
3295
- "type": "identifier",
3296
- "name": "user_id"
3297
- },
3298
- "annotation": {
3299
- "type": "keyword",
3300
- "value": "string"
3301
- },
3302
- "computed": false
3303
- },
3304
- {
3305
- "type": "propertySignature",
3306
- "key": {
3307
- "type": "identifier",
3308
- "name": "user_name"
3309
- },
3310
- "annotation": {
3311
- "type": "keyword",
3312
- "value": "string"
3313
- },
3314
- "computed": false
3315
- }
3316
- ]
3317
- },
3318
- "computed": false
3319
- }
3320
- ]
3321
- },
3322
- "computed": false
3323
- }
3324
- ]
3375
+ "type": "keyword",
3376
+ "value": "boolean"
3325
3377
  },
3378
+ "optional": true,
3326
3379
  "computed": false
3327
- }
3328
- ],
3329
- "extends": [
3380
+ },
3330
3381
  {
3331
- "type": "expressionWithTypeArguments",
3332
- "expression": {
3382
+ "type": "propertySignature",
3383
+ "key": {
3333
3384
  "type": "identifier",
3334
- "name": "ActivityBase"
3335
- }
3336
- }
3337
- ]
3338
- },
3339
- {
3340
- "type": "interface",
3341
- "name": "ActivityOfAlterUser",
3342
- "body": [
3385
+ "name": "dragTips"
3386
+ },
3387
+ "annotation": {
3388
+ "type": "keyword",
3389
+ "value": "string"
3390
+ },
3391
+ "optional": true,
3392
+ "computed": false
3393
+ },
3343
3394
  {
3344
3395
  "type": "propertySignature",
3345
3396
  "key": {
3346
3397
  "type": "identifier",
3347
- "name": "action_type"
3398
+ "name": "accept"
3348
3399
  },
3349
3400
  "annotation": {
3350
- "type": "jsLiteral",
3351
- "value": "alter_user"
3401
+ "type": "keyword",
3402
+ "value": "string"
3352
3403
  },
3404
+ "optional": true,
3353
3405
  "computed": false
3354
3406
  },
3355
3407
  {
3356
3408
  "type": "propertySignature",
3357
3409
  "key": {
3358
3410
  "type": "identifier",
3359
- "name": "metadata"
3411
+ "name": "maxFiles"
3360
3412
  },
3361
3413
  "annotation": {
3362
- "type": "typeLiteral",
3363
- "members": [
3414
+ "type": "keyword",
3415
+ "value": "number"
3416
+ },
3417
+ "optional": true,
3418
+ "computed": false
3419
+ }
3420
+ ]
3421
+ },
3422
+ {
3423
+ "type": "interface",
3424
+ "name": "ChatPayload",
3425
+ "body": [
3426
+ {
3427
+ "type": "propertySignature",
3428
+ "key": {
3429
+ "type": "identifier",
3430
+ "name": "content"
3431
+ },
3432
+ "annotation": {
3433
+ "type": "keyword",
3434
+ "value": "string"
3435
+ },
3436
+ "computed": false
3437
+ }
3438
+ ],
3439
+ "extends": [
3440
+ {
3441
+ "type": "expressionWithTypeArguments",
3442
+ "expression": {
3443
+ "type": "identifier",
3444
+ "name": "ExtraChatPayload"
3445
+ }
3446
+ }
3447
+ ]
3448
+ },
3449
+ {
3450
+ "type": "interface",
3451
+ "name": "ExtraChatPayload",
3452
+ "body": [
3453
+ {
3454
+ "type": "propertySignature",
3455
+ "key": {
3456
+ "type": "identifier",
3457
+ "name": "files"
3458
+ },
3459
+ "annotation": {
3460
+ "type": "array",
3461
+ "elementType": {
3462
+ "type": "reference",
3463
+ "typeName": {
3464
+ "type": "identifier",
3465
+ "name": "UploadFileInfo"
3466
+ }
3467
+ }
3468
+ },
3469
+ "optional": true,
3470
+ "computed": false
3471
+ },
3472
+ {
3473
+ "type": "propertySignature",
3474
+ "key": {
3475
+ "type": "identifier",
3476
+ "name": "cmd"
3477
+ },
3478
+ "annotation": {
3479
+ "type": "union",
3480
+ "types": [
3481
+ {
3482
+ "type": "reference",
3483
+ "typeName": {
3484
+ "type": "identifier",
3485
+ "name": "CommandPayload"
3486
+ }
3487
+ },
3488
+ {
3489
+ "type": "keyword",
3490
+ "value": "null"
3491
+ }
3492
+ ]
3493
+ },
3494
+ "optional": true,
3495
+ "computed": false
3496
+ },
3497
+ {
3498
+ "type": "propertySignature",
3499
+ "key": {
3500
+ "type": "identifier",
3501
+ "name": "aiEmployeeId"
3502
+ },
3503
+ "annotation": {
3504
+ "type": "union",
3505
+ "types": [
3506
+ {
3507
+ "type": "keyword",
3508
+ "value": "string"
3509
+ },
3510
+ {
3511
+ "type": "keyword",
3512
+ "value": "null"
3513
+ }
3514
+ ]
3515
+ },
3516
+ "optional": true,
3517
+ "computed": false
3518
+ }
3519
+ ]
3520
+ },
3521
+ {
3522
+ "type": "interface",
3523
+ "name": "UploadFileInfo",
3524
+ "body": [
3525
+ {
3526
+ "type": "propertySignature",
3527
+ "key": {
3528
+ "type": "identifier",
3529
+ "name": "fileId"
3530
+ },
3531
+ "annotation": {
3532
+ "type": "keyword",
3533
+ "value": "string"
3534
+ },
3535
+ "computed": false
3536
+ }
3537
+ ]
3538
+ },
3539
+ {
3540
+ "type": "typeAlias",
3541
+ "name": "CommandPayload",
3542
+ "annotation": {
3543
+ "type": "reference",
3544
+ "typeName": {
3545
+ "type": "identifier",
3546
+ "name": "CommandPayloadServiceFlowStarting"
3547
+ }
3548
+ }
3549
+ },
3550
+ {
3551
+ "type": "interface",
3552
+ "name": "CommandPayloadServiceFlowStarting",
3553
+ "body": [
3554
+ {
3555
+ "type": "propertySignature",
3556
+ "key": {
3557
+ "type": "identifier",
3558
+ "name": "type"
3559
+ },
3560
+ "annotation": {
3561
+ "type": "jsLiteral",
3562
+ "value": "serviceFlowStarting"
3563
+ },
3564
+ "computed": false
3565
+ },
3566
+ {
3567
+ "type": "propertySignature",
3568
+ "key": {
3569
+ "type": "identifier",
3570
+ "name": "serviceFlowStarting"
3571
+ },
3572
+ "annotation": {
3573
+ "type": "typeLiteral",
3574
+ "members": [
3364
3575
  {
3365
3576
  "type": "propertySignature",
3366
3577
  "key": {
3367
3578
  "type": "identifier",
3368
- "name": "before"
3579
+ "name": "spaceInstanceId"
3369
3580
  },
3370
3581
  "annotation": {
3371
- "type": "typeLiteral",
3372
- "members": [
3373
- {
3374
- "type": "propertySignature",
3375
- "key": {
3376
- "type": "identifier",
3377
- "name": "users"
3378
- },
3379
- "annotation": {
3380
- "type": "reference",
3381
- "typeName": {
3382
- "type": "identifier",
3383
- "name": "Array"
3384
- },
3385
- "typeParameters": {
3386
- "type": "typeParameterInstantiation",
3387
- "params": [
3388
- {
3389
- "type": "typeLiteral",
3390
- "members": [
3391
- {
3392
- "type": "propertySignature",
3393
- "key": {
3394
- "type": "identifier",
3395
- "name": "user_id"
3396
- },
3397
- "annotation": {
3398
- "type": "keyword",
3399
- "value": "string"
3400
- },
3401
- "computed": false
3402
- },
3403
- {
3404
- "type": "propertySignature",
3405
- "key": {
3406
- "type": "identifier",
3407
- "name": "user_name"
3408
- },
3409
- "annotation": {
3410
- "type": "keyword",
3411
- "value": "string"
3412
- },
3413
- "computed": false
3414
- }
3415
- ]
3416
- }
3417
- ]
3418
- }
3419
- },
3420
- "computed": false
3421
- }
3422
- ]
3582
+ "type": "keyword",
3583
+ "value": "string"
3423
3584
  },
3424
3585
  "computed": false
3425
3586
  },
@@ -3427,92 +3588,214 @@
3427
3588
  "type": "propertySignature",
3428
3589
  "key": {
3429
3590
  "type": "identifier",
3430
- "name": "after"
3591
+ "name": "spaceName"
3431
3592
  },
3432
3593
  "annotation": {
3433
- "type": "typeLiteral",
3434
- "members": [
3435
- {
3436
- "type": "propertySignature",
3437
- "key": {
3438
- "type": "identifier",
3439
- "name": "users"
3440
- },
3441
- "annotation": {
3442
- "type": "reference",
3443
- "typeName": {
3444
- "type": "identifier",
3445
- "name": "Array"
3446
- },
3447
- "typeParameters": {
3448
- "type": "typeParameterInstantiation",
3449
- "params": [
3450
- {
3451
- "type": "typeLiteral",
3452
- "members": [
3453
- {
3454
- "type": "propertySignature",
3455
- "key": {
3456
- "type": "identifier",
3457
- "name": "user_id"
3458
- },
3459
- "annotation": {
3460
- "type": "keyword",
3461
- "value": "string"
3462
- },
3463
- "computed": false
3464
- },
3465
- {
3466
- "type": "propertySignature",
3467
- "key": {
3468
- "type": "identifier",
3469
- "name": "user_name"
3470
- },
3471
- "annotation": {
3472
- "type": "keyword",
3473
- "value": "string"
3474
- },
3475
- "computed": false
3476
- }
3477
- ]
3478
- }
3479
- ]
3480
- }
3481
- },
3482
- "computed": false
3483
- }
3484
- ]
3594
+ "type": "keyword",
3595
+ "value": "string"
3596
+ },
3597
+ "optional": true,
3598
+ "computed": false
3599
+ },
3600
+ {
3601
+ "type": "propertySignature",
3602
+ "key": {
3603
+ "type": "identifier",
3604
+ "name": "flowInstanceId"
3605
+ },
3606
+ "annotation": {
3607
+ "type": "keyword",
3608
+ "value": "string"
3485
3609
  },
3610
+ "optional": true,
3611
+ "computed": false
3612
+ },
3613
+ {
3614
+ "type": "propertySignature",
3615
+ "key": {
3616
+ "type": "identifier",
3617
+ "name": "flowName"
3618
+ },
3619
+ "annotation": {
3620
+ "type": "keyword",
3621
+ "value": "string"
3622
+ },
3623
+ "optional": true,
3486
3624
  "computed": false
3487
3625
  }
3488
3626
  ]
3489
3627
  },
3490
3628
  "computed": false
3491
3629
  }
3492
- ],
3493
- "extends": [
3494
- {
3495
- "type": "expressionWithTypeArguments",
3496
- "expression": {
3630
+ ]
3631
+ }
3632
+ ]
3633
+ },
3634
+ "ai-portal.show-case": {
3635
+ "properties": [
3636
+ {
3637
+ "name": "caseTitle",
3638
+ "annotation": {
3639
+ "type": "keyword",
3640
+ "value": "string"
3641
+ }
3642
+ },
3643
+ {
3644
+ "name": "summary",
3645
+ "annotation": {
3646
+ "type": "keyword",
3647
+ "value": "string"
3648
+ }
3649
+ },
3650
+ {
3651
+ "name": "url",
3652
+ "annotation": {
3653
+ "type": "keyword",
3654
+ "value": "string"
3655
+ }
3656
+ }
3657
+ ],
3658
+ "events": [],
3659
+ "methods": []
3660
+ },
3661
+ "ai-portal.flow-tabs": {
3662
+ "properties": [
3663
+ {
3664
+ "name": "tabs",
3665
+ "annotation": {
3666
+ "type": "array",
3667
+ "elementType": {
3668
+ "type": "reference",
3669
+ "typeName": {
3670
+ "type": "identifier",
3671
+ "name": "Tab"
3672
+ }
3673
+ }
3674
+ }
3675
+ },
3676
+ {
3677
+ "name": "activeTab",
3678
+ "annotation": {
3679
+ "type": "keyword",
3680
+ "value": "string"
3681
+ }
3682
+ }
3683
+ ],
3684
+ "events": [
3685
+ {
3686
+ "name": "tab.click",
3687
+ "detail": {
3688
+ "annotation": {
3689
+ "type": "reference",
3690
+ "typeName": {
3691
+ "type": "identifier",
3692
+ "name": "Tab"
3693
+ }
3694
+ }
3695
+ }
3696
+ }
3697
+ ],
3698
+ "methods": [],
3699
+ "types": [
3700
+ {
3701
+ "type": "interface",
3702
+ "name": "Tab",
3703
+ "body": [
3704
+ {
3705
+ "type": "propertySignature",
3706
+ "key": {
3707
+ "type": "identifier",
3708
+ "name": "id"
3709
+ },
3710
+ "annotation": {
3711
+ "type": "keyword",
3712
+ "value": "string"
3713
+ },
3714
+ "computed": false
3715
+ },
3716
+ {
3717
+ "type": "propertySignature",
3718
+ "key": {
3719
+ "type": "identifier",
3720
+ "name": "label"
3721
+ },
3722
+ "annotation": {
3723
+ "type": "keyword",
3724
+ "value": "string"
3725
+ },
3726
+ "computed": false
3727
+ }
3728
+ ]
3729
+ }
3730
+ ]
3731
+ },
3732
+ "ai-portal.running-flow": {
3733
+ "properties": [
3734
+ {
3735
+ "name": "spec",
3736
+ "annotation": {
3737
+ "type": "array",
3738
+ "elementType": {
3739
+ "type": "reference",
3740
+ "typeName": {
3497
3741
  "type": "identifier",
3498
- "name": "ActivityBase"
3742
+ "name": "FlowStage"
3499
3743
  }
3500
3744
  }
3501
- ]
3745
+ }
3502
3746
  },
3747
+ {
3748
+ "name": "activeActivityId",
3749
+ "annotation": {
3750
+ "type": "union",
3751
+ "types": [
3752
+ {
3753
+ "type": "keyword",
3754
+ "value": "string"
3755
+ },
3756
+ {
3757
+ "type": "keyword",
3758
+ "value": "null"
3759
+ }
3760
+ ]
3761
+ }
3762
+ }
3763
+ ],
3764
+ "events": [
3765
+ {
3766
+ "name": "active.change",
3767
+ "detail": {
3768
+ "annotation": {
3769
+ "type": "union",
3770
+ "types": [
3771
+ {
3772
+ "type": "keyword",
3773
+ "value": "string"
3774
+ },
3775
+ {
3776
+ "type": "keyword",
3777
+ "value": "null"
3778
+ }
3779
+ ]
3780
+ }
3781
+ }
3782
+ }
3783
+ ],
3784
+ "methods": [],
3785
+ "types": [
3503
3786
  {
3504
3787
  "type": "interface",
3505
- "name": "ActivityOfAddComment",
3788
+ "name": "FlowStage",
3506
3789
  "body": [
3507
3790
  {
3508
3791
  "type": "propertySignature",
3509
3792
  "key": {
3510
3793
  "type": "identifier",
3511
- "name": "action_type"
3794
+ "name": "name"
3512
3795
  },
3513
3796
  "annotation": {
3514
- "type": "jsLiteral",
3515
- "value": "add_comment"
3797
+ "type": "keyword",
3798
+ "value": "string"
3516
3799
  },
3517
3800
  "computed": false
3518
3801
  },
@@ -3520,51 +3803,36 @@
3520
3803
  "type": "propertySignature",
3521
3804
  "key": {
3522
3805
  "type": "identifier",
3523
- "name": "metadata"
3806
+ "name": "serviceFlowActivities"
3524
3807
  },
3525
3808
  "annotation": {
3526
- "type": "typeLiteral",
3527
- "members": [
3528
- {
3529
- "type": "propertySignature",
3530
- "key": {
3531
- "type": "identifier",
3532
- "name": "comment_content"
3533
- },
3534
- "annotation": {
3535
- "type": "keyword",
3536
- "value": "string"
3537
- },
3538
- "computed": false
3809
+ "type": "array",
3810
+ "elementType": {
3811
+ "type": "reference",
3812
+ "typeName": {
3813
+ "type": "identifier",
3814
+ "name": "FlowActivity"
3539
3815
  }
3540
- ]
3816
+ }
3541
3817
  },
3818
+ "optional": true,
3542
3819
  "computed": false
3543
3820
  }
3544
- ],
3545
- "extends": [
3546
- {
3547
- "type": "expressionWithTypeArguments",
3548
- "expression": {
3549
- "type": "identifier",
3550
- "name": "ActivityBase"
3551
- }
3552
- }
3553
3821
  ]
3554
3822
  },
3555
3823
  {
3556
3824
  "type": "interface",
3557
- "name": "ActivityOfStartConversation",
3825
+ "name": "FlowActivity",
3558
3826
  "body": [
3559
3827
  {
3560
3828
  "type": "propertySignature",
3561
3829
  "key": {
3562
3830
  "type": "identifier",
3563
- "name": "action_type"
3831
+ "name": "name"
3564
3832
  },
3565
3833
  "annotation": {
3566
- "type": "jsLiteral",
3567
- "value": "start_conversation"
3834
+ "type": "keyword",
3835
+ "value": "string"
3568
3836
  },
3569
3837
  "computed": false
3570
3838
  },
@@ -3572,125 +3840,176 @@
3572
3840
  "type": "propertySignature",
3573
3841
  "key": {
3574
3842
  "type": "identifier",
3575
- "name": "metadata"
3843
+ "name": "taskId"
3576
3844
  },
3577
3845
  "annotation": {
3578
- "type": "typeLiteral",
3579
- "members": [
3580
- {
3581
- "type": "propertySignature",
3582
- "key": {
3583
- "type": "identifier",
3584
- "name": "conversation_id"
3585
- },
3586
- "annotation": {
3587
- "type": "keyword",
3588
- "value": "string"
3589
- },
3590
- "computed": false
3591
- },
3846
+ "type": "keyword",
3847
+ "value": "string"
3848
+ },
3849
+ "optional": true,
3850
+ "computed": false
3851
+ },
3852
+ {
3853
+ "type": "propertySignature",
3854
+ "key": {
3855
+ "type": "identifier",
3856
+ "name": "state"
3857
+ },
3858
+ "annotation": {
3859
+ "type": "union",
3860
+ "types": [
3592
3861
  {
3593
- "type": "propertySignature",
3594
- "key": {
3862
+ "type": "reference",
3863
+ "typeName": {
3595
3864
  "type": "identifier",
3596
- "name": "conversation_title"
3597
- },
3598
- "annotation": {
3599
- "type": "keyword",
3600
- "value": "string"
3601
- },
3602
- "computed": false
3865
+ "name": "TaskState"
3866
+ }
3603
3867
  },
3604
3868
  {
3605
- "type": "propertySignature",
3606
- "key": {
3869
+ "type": "reference",
3870
+ "typeName": {
3607
3871
  "type": "identifier",
3608
- "name": "conversation_description"
3609
- },
3610
- "annotation": {
3611
- "type": "keyword",
3612
- "value": "string"
3613
- },
3614
- "optional": true,
3615
- "computed": false
3872
+ "name": "JobState"
3873
+ }
3616
3874
  }
3617
3875
  ]
3618
3876
  },
3877
+ "optional": true,
3619
3878
  "computed": false
3620
- }
3621
- ],
3622
- "extends": [
3879
+ },
3623
3880
  {
3624
- "type": "expressionWithTypeArguments",
3625
- "expression": {
3881
+ "type": "propertySignature",
3882
+ "key": {
3626
3883
  "type": "identifier",
3627
- "name": "ActivityBase"
3628
- }
3884
+ "name": "startTime"
3885
+ },
3886
+ "annotation": {
3887
+ "type": "keyword",
3888
+ "value": "number"
3889
+ },
3890
+ "optional": true,
3891
+ "computed": false
3892
+ },
3893
+ {
3894
+ "type": "propertySignature",
3895
+ "key": {
3896
+ "type": "identifier",
3897
+ "name": "endTime"
3898
+ },
3899
+ "annotation": {
3900
+ "type": "keyword",
3901
+ "value": "number"
3902
+ },
3903
+ "optional": true,
3904
+ "computed": false
3629
3905
  }
3630
3906
  ]
3631
3907
  }
3632
3908
  ]
3633
3909
  },
3634
- "ai-portal.show-case": {
3910
+ "ai-portal.notice-dropdown": {
3635
3911
  "properties": [
3636
3912
  {
3637
- "name": "caseTitle",
3913
+ "name": "dataSource",
3914
+ "annotation": {
3915
+ "type": "array",
3916
+ "elementType": {
3917
+ "type": "reference",
3918
+ "typeName": {
3919
+ "type": "identifier",
3920
+ "name": "NoticeItem"
3921
+ }
3922
+ }
3923
+ }
3924
+ },
3925
+ {
3926
+ "name": "popoverPlacement",
3927
+ "annotation": {
3928
+ "type": "reference",
3929
+ "typeName": {
3930
+ "type": "identifier",
3931
+ "name": "Placement"
3932
+ }
3933
+ }
3934
+ },
3935
+ {
3936
+ "name": "emptyText",
3638
3937
  "annotation": {
3639
3938
  "type": "keyword",
3640
3939
  "value": "string"
3641
3940
  }
3642
3941
  },
3643
3942
  {
3644
- "name": "summary",
3943
+ "name": "notifyCenterUrl",
3645
3944
  "annotation": {
3646
3945
  "type": "keyword",
3647
3946
  "value": "string"
3648
3947
  }
3649
3948
  },
3650
3949
  {
3651
- "name": "url",
3950
+ "name": "urlTemplate",
3652
3951
  "annotation": {
3653
3952
  "type": "keyword",
3654
3953
  "value": "string"
3655
3954
  }
3656
- }
3657
- ],
3658
- "events": [],
3659
- "methods": []
3660
- },
3661
- "ai-portal.flow-tabs": {
3662
- "properties": [
3955
+ },
3663
3956
  {
3664
- "name": "tabs",
3957
+ "name": "dropdownMaxWidth",
3958
+ "annotation": {
3959
+ "type": "union",
3960
+ "types": [
3961
+ {
3962
+ "type": "keyword",
3963
+ "value": "string"
3964
+ },
3965
+ {
3966
+ "type": "keyword",
3967
+ "value": "number"
3968
+ }
3969
+ ]
3970
+ }
3971
+ },
3972
+ {
3973
+ "name": "dropdownContentStyle",
3665
3974
  "annotation": {
3666
- "type": "array",
3667
- "elementType": {
3668
- "type": "reference",
3669
- "typeName": {
3975
+ "type": "reference",
3976
+ "typeName": {
3977
+ "type": "qualifiedName",
3978
+ "left": {
3670
3979
  "type": "identifier",
3671
- "name": "Tab"
3980
+ "name": "React"
3981
+ },
3982
+ "right": {
3983
+ "type": "identifier",
3984
+ "name": "CSSProperties"
3672
3985
  }
3673
3986
  }
3674
3987
  }
3675
3988
  },
3676
3989
  {
3677
- "name": "activeTab",
3990
+ "name": "hideNotifyCenterButton",
3678
3991
  "annotation": {
3679
3992
  "type": "keyword",
3680
- "value": "string"
3993
+ "value": "boolean"
3681
3994
  }
3682
3995
  }
3683
3996
  ],
3684
3997
  "events": [
3685
3998
  {
3686
- "name": "tab.click",
3999
+ "name": "notice.click",
3687
4000
  "detail": {
3688
4001
  "annotation": {
3689
- "type": "reference",
3690
- "typeName": {
3691
- "type": "identifier",
3692
- "name": "Tab"
3693
- }
4002
+ "type": "keyword",
4003
+ "value": "string"
4004
+ }
4005
+ }
4006
+ },
4007
+ {
4008
+ "name": "mark.all.read",
4009
+ "detail": {
4010
+ "annotation": {
4011
+ "type": "keyword",
4012
+ "value": "void"
3694
4013
  }
3695
4014
  }
3696
4015
  }
@@ -3699,7 +4018,7 @@
3699
4018
  "types": [
3700
4019
  {
3701
4020
  "type": "interface",
3702
- "name": "Tab",
4021
+ "name": "NoticeItem",
3703
4022
  "body": [
3704
4023
  {
3705
4024
  "type": "propertySignature",
@@ -3717,7 +4036,43 @@
3717
4036
  "type": "propertySignature",
3718
4037
  "key": {
3719
4038
  "type": "identifier",
3720
- "name": "label"
4039
+ "name": "type"
4040
+ },
4041
+ "annotation": {
4042
+ "type": "keyword",
4043
+ "value": "string"
4044
+ },
4045
+ "computed": false
4046
+ },
4047
+ {
4048
+ "type": "propertySignature",
4049
+ "key": {
4050
+ "type": "identifier",
4051
+ "name": "isUnread"
4052
+ },
4053
+ "annotation": {
4054
+ "type": "keyword",
4055
+ "value": "boolean"
4056
+ },
4057
+ "computed": false
4058
+ },
4059
+ {
4060
+ "type": "propertySignature",
4061
+ "key": {
4062
+ "type": "identifier",
4063
+ "name": "title"
4064
+ },
4065
+ "annotation": {
4066
+ "type": "keyword",
4067
+ "value": "string"
4068
+ },
4069
+ "computed": false
4070
+ },
4071
+ {
4072
+ "type": "propertySignature",
4073
+ "key": {
4074
+ "type": "identifier",
4075
+ "name": "description"
3721
4076
  },
3722
4077
  "annotation": {
3723
4078
  "type": "keyword",
@@ -3881,273 +4236,32 @@
3881
4236
  },
3882
4237
  {
3883
4238
  "name": "deleteActivity",
3884
- "params": [
3885
- {
3886
- "name": "stage",
3887
- "annotation": {
3888
- "type": "reference",
3889
- "typeName": {
3890
- "type": "identifier",
3891
- "name": "Stage"
3892
- }
3893
- }
3894
- },
3895
- {
3896
- "name": "activityIndex",
3897
- "annotation": {
3898
- "type": "keyword",
3899
- "value": "number"
3900
- }
3901
- }
3902
- ],
3903
- "returns": {}
3904
- }
3905
- ],
3906
- "types": [
3907
- {
3908
- "type": "interface",
3909
- "name": "Stage",
3910
- "body": [
3911
- {
3912
- "type": "propertySignature",
3913
- "key": {
3914
- "type": "identifier",
3915
- "name": "name"
3916
- },
3917
- "annotation": {
3918
- "type": "keyword",
3919
- "value": "string"
3920
- },
3921
- "computed": false
3922
- },
3923
- {
3924
- "type": "propertySignature",
3925
- "key": {
3926
- "type": "identifier",
3927
- "name": "serviceFlowActivities"
3928
- },
3929
- "annotation": {
3930
- "type": "array",
3931
- "elementType": {
3932
- "type": "reference",
3933
- "typeName": {
3934
- "type": "identifier",
3935
- "name": "FlowActivity"
3936
- }
3937
- }
3938
- },
3939
- "optional": true,
3940
- "computed": false
3941
- }
3942
- ]
3943
- },
3944
- {
3945
- "type": "interface",
3946
- "name": "FlowActivity",
3947
- "body": [
3948
- {
3949
- "type": "propertySignature",
3950
- "key": {
3951
- "type": "identifier",
3952
- "name": "name"
3953
- },
3954
- "annotation": {
3955
- "type": "keyword",
3956
- "value": "string"
3957
- },
3958
- "computed": false
3959
- },
3960
- {
3961
- "type": "propertySignature",
3962
- "key": {
3963
- "type": "identifier",
3964
- "name": "description"
3965
- },
3966
- "annotation": {
3967
- "type": "keyword",
3968
- "value": "string"
3969
- },
3970
- "optional": true,
3971
- "computed": false
3972
- },
3973
- {
3974
- "type": "propertySignature",
3975
- "key": {
3976
- "type": "identifier",
3977
- "name": "aiEmployeeId"
3978
- },
3979
- "annotation": {
3980
- "type": "keyword",
3981
- "value": "string"
3982
- },
3983
- "optional": true,
3984
- "computed": false
3985
- },
3986
- {
3987
- "type": "propertySignature",
3988
- "key": {
3989
- "type": "identifier",
3990
- "name": "hilRules"
3991
- },
3992
- "annotation": {
3993
- "type": "keyword",
3994
- "value": "string"
3995
- },
3996
- "optional": true,
3997
- "computed": false
3998
- },
3999
- {
4000
- "type": "propertySignature",
4001
- "key": {
4002
- "type": "identifier",
4003
- "name": "hilUser"
4004
- },
4005
- "annotation": {
4006
- "type": "keyword",
4007
- "value": "string"
4008
- },
4009
- "optional": true,
4010
- "computed": false
4011
- }
4012
- ]
4013
- },
4014
- {
4015
- "type": "interface",
4016
- "name": "AIEmployee",
4017
- "body": [
4018
- {
4019
- "type": "propertySignature",
4020
- "key": {
4021
- "type": "identifier",
4022
- "name": "employeeId"
4023
- },
4024
- "annotation": {
4025
- "type": "keyword",
4026
- "value": "string"
4027
- },
4028
- "computed": false
4029
- },
4030
- {
4031
- "type": "propertySignature",
4032
- "key": {
4033
- "type": "identifier",
4034
- "name": "name"
4035
- },
4036
- "annotation": {
4037
- "type": "keyword",
4038
- "value": "string"
4039
- },
4040
- "computed": false
4041
- }
4042
- ]
4043
- },
4044
- {
4045
- "type": "interface",
4046
- "name": "EditActivityDetail",
4047
- "body": [
4048
- {
4049
- "type": "propertySignature",
4050
- "key": {
4051
- "type": "identifier",
4052
- "name": "stage"
4053
- },
4054
- "annotation": {
4055
- "type": "reference",
4056
- "typeName": {
4057
- "type": "identifier",
4058
- "name": "Stage"
4059
- }
4060
- },
4061
- "computed": false
4062
- },
4239
+ "params": [
4063
4240
  {
4064
- "type": "propertySignature",
4065
- "key": {
4066
- "type": "identifier",
4067
- "name": "activity"
4068
- },
4241
+ "name": "stage",
4069
4242
  "annotation": {
4070
4243
  "type": "reference",
4071
4244
  "typeName": {
4072
4245
  "type": "identifier",
4073
- "name": "FlowActivity"
4246
+ "name": "Stage"
4074
4247
  }
4075
- },
4076
- "computed": false
4248
+ }
4077
4249
  },
4078
4250
  {
4079
- "type": "propertySignature",
4080
- "key": {
4081
- "type": "identifier",
4082
- "name": "activityIndex"
4083
- },
4251
+ "name": "activityIndex",
4084
4252
  "annotation": {
4085
4253
  "type": "keyword",
4086
4254
  "value": "number"
4087
- },
4088
- "computed": false
4089
- }
4090
- ]
4091
- }
4092
- ]
4093
- },
4094
- "ai-portal.running-flow": {
4095
- "properties": [
4096
- {
4097
- "name": "spec",
4098
- "annotation": {
4099
- "type": "array",
4100
- "elementType": {
4101
- "type": "reference",
4102
- "typeName": {
4103
- "type": "identifier",
4104
- "name": "FlowStage"
4105
- }
4106
- }
4107
- }
4108
- },
4109
- {
4110
- "name": "activeActivityId",
4111
- "annotation": {
4112
- "type": "union",
4113
- "types": [
4114
- {
4115
- "type": "keyword",
4116
- "value": "string"
4117
- },
4118
- {
4119
- "type": "keyword",
4120
- "value": "null"
4121
4255
  }
4122
- ]
4123
- }
4124
- }
4125
- ],
4126
- "events": [
4127
- {
4128
- "name": "active.change",
4129
- "detail": {
4130
- "annotation": {
4131
- "type": "union",
4132
- "types": [
4133
- {
4134
- "type": "keyword",
4135
- "value": "string"
4136
- },
4137
- {
4138
- "type": "keyword",
4139
- "value": "null"
4140
- }
4141
- ]
4142
4256
  }
4143
- }
4257
+ ],
4258
+ "returns": {}
4144
4259
  }
4145
4260
  ],
4146
- "methods": [],
4147
4261
  "types": [
4148
4262
  {
4149
4263
  "type": "interface",
4150
- "name": "FlowStage",
4264
+ "name": "Stage",
4151
4265
  "body": [
4152
4266
  {
4153
4267
  "type": "propertySignature",
@@ -4202,7 +4316,7 @@
4202
4316
  "type": "propertySignature",
4203
4317
  "key": {
4204
4318
  "type": "identifier",
4205
- "name": "taskId"
4319
+ "name": "description"
4206
4320
  },
4207
4321
  "annotation": {
4208
4322
  "type": "keyword",
@@ -4215,26 +4329,11 @@
4215
4329
  "type": "propertySignature",
4216
4330
  "key": {
4217
4331
  "type": "identifier",
4218
- "name": "state"
4332
+ "name": "aiEmployeeId"
4219
4333
  },
4220
4334
  "annotation": {
4221
- "type": "union",
4222
- "types": [
4223
- {
4224
- "type": "reference",
4225
- "typeName": {
4226
- "type": "identifier",
4227
- "name": "TaskState"
4228
- }
4229
- },
4230
- {
4231
- "type": "reference",
4232
- "typeName": {
4233
- "type": "identifier",
4234
- "name": "JobState"
4235
- }
4236
- }
4237
- ]
4335
+ "type": "keyword",
4336
+ "value": "string"
4238
4337
  },
4239
4338
  "optional": true,
4240
4339
  "computed": false
@@ -4243,11 +4342,11 @@
4243
4342
  "type": "propertySignature",
4244
4343
  "key": {
4245
4344
  "type": "identifier",
4246
- "name": "startTime"
4345
+ "name": "hilRules"
4247
4346
  },
4248
4347
  "annotation": {
4249
4348
  "type": "keyword",
4250
- "value": "number"
4349
+ "value": "string"
4251
4350
  },
4252
4351
  "optional": true,
4253
4352
  "computed": false
@@ -4256,137 +4355,26 @@
4256
4355
  "type": "propertySignature",
4257
4356
  "key": {
4258
4357
  "type": "identifier",
4259
- "name": "endTime"
4358
+ "name": "hilUser"
4260
4359
  },
4261
4360
  "annotation": {
4262
4361
  "type": "keyword",
4263
- "value": "number"
4362
+ "value": "string"
4264
4363
  },
4265
4364
  "optional": true,
4266
4365
  "computed": false
4267
4366
  }
4268
4367
  ]
4269
- }
4270
- ]
4271
- },
4272
- "ai-portal.notice-dropdown": {
4273
- "properties": [
4274
- {
4275
- "name": "dataSource",
4276
- "annotation": {
4277
- "type": "array",
4278
- "elementType": {
4279
- "type": "reference",
4280
- "typeName": {
4281
- "type": "identifier",
4282
- "name": "NoticeItem"
4283
- }
4284
- }
4285
- }
4286
- },
4287
- {
4288
- "name": "popoverPlacement",
4289
- "annotation": {
4290
- "type": "reference",
4291
- "typeName": {
4292
- "type": "identifier",
4293
- "name": "Placement"
4294
- }
4295
- }
4296
- },
4297
- {
4298
- "name": "emptyText",
4299
- "annotation": {
4300
- "type": "keyword",
4301
- "value": "string"
4302
- }
4303
- },
4304
- {
4305
- "name": "notifyCenterUrl",
4306
- "annotation": {
4307
- "type": "keyword",
4308
- "value": "string"
4309
- }
4310
- },
4311
- {
4312
- "name": "urlTemplate",
4313
- "annotation": {
4314
- "type": "keyword",
4315
- "value": "string"
4316
- }
4317
- },
4318
- {
4319
- "name": "dropdownMaxWidth",
4320
- "annotation": {
4321
- "type": "union",
4322
- "types": [
4323
- {
4324
- "type": "keyword",
4325
- "value": "string"
4326
- },
4327
- {
4328
- "type": "keyword",
4329
- "value": "number"
4330
- }
4331
- ]
4332
- }
4333
- },
4334
- {
4335
- "name": "dropdownContentStyle",
4336
- "annotation": {
4337
- "type": "reference",
4338
- "typeName": {
4339
- "type": "qualifiedName",
4340
- "left": {
4341
- "type": "identifier",
4342
- "name": "React"
4343
- },
4344
- "right": {
4345
- "type": "identifier",
4346
- "name": "CSSProperties"
4347
- }
4348
- }
4349
- }
4350
- },
4351
- {
4352
- "name": "hideNotifyCenterButton",
4353
- "annotation": {
4354
- "type": "keyword",
4355
- "value": "boolean"
4356
- }
4357
- }
4358
- ],
4359
- "events": [
4360
- {
4361
- "name": "notice.click",
4362
- "detail": {
4363
- "annotation": {
4364
- "type": "keyword",
4365
- "value": "string"
4366
- }
4367
- }
4368
4368
  },
4369
- {
4370
- "name": "mark.all.read",
4371
- "detail": {
4372
- "annotation": {
4373
- "type": "keyword",
4374
- "value": "void"
4375
- }
4376
- }
4377
- }
4378
- ],
4379
- "methods": [],
4380
- "types": [
4381
4369
  {
4382
4370
  "type": "interface",
4383
- "name": "NoticeItem",
4371
+ "name": "AIEmployee",
4384
4372
  "body": [
4385
4373
  {
4386
4374
  "type": "propertySignature",
4387
4375
  "key": {
4388
4376
  "type": "identifier",
4389
- "name": "id"
4377
+ "name": "employeeId"
4390
4378
  },
4391
4379
  "annotation": {
4392
4380
  "type": "keyword",
@@ -4398,23 +4386,32 @@
4398
4386
  "type": "propertySignature",
4399
4387
  "key": {
4400
4388
  "type": "identifier",
4401
- "name": "type"
4389
+ "name": "name"
4402
4390
  },
4403
4391
  "annotation": {
4404
4392
  "type": "keyword",
4405
4393
  "value": "string"
4406
4394
  },
4407
4395
  "computed": false
4408
- },
4396
+ }
4397
+ ]
4398
+ },
4399
+ {
4400
+ "type": "interface",
4401
+ "name": "EditActivityDetail",
4402
+ "body": [
4409
4403
  {
4410
4404
  "type": "propertySignature",
4411
4405
  "key": {
4412
4406
  "type": "identifier",
4413
- "name": "isUnread"
4407
+ "name": "stage"
4414
4408
  },
4415
4409
  "annotation": {
4416
- "type": "keyword",
4417
- "value": "boolean"
4410
+ "type": "reference",
4411
+ "typeName": {
4412
+ "type": "identifier",
4413
+ "name": "Stage"
4414
+ }
4418
4415
  },
4419
4416
  "computed": false
4420
4417
  },
@@ -4422,11 +4419,14 @@
4422
4419
  "type": "propertySignature",
4423
4420
  "key": {
4424
4421
  "type": "identifier",
4425
- "name": "title"
4422
+ "name": "activity"
4426
4423
  },
4427
4424
  "annotation": {
4428
- "type": "keyword",
4429
- "value": "string"
4425
+ "type": "reference",
4426
+ "typeName": {
4427
+ "type": "identifier",
4428
+ "name": "FlowActivity"
4429
+ }
4430
4430
  },
4431
4431
  "computed": false
4432
4432
  },
@@ -4434,11 +4434,11 @@
4434
4434
  "type": "propertySignature",
4435
4435
  "key": {
4436
4436
  "type": "identifier",
4437
- "name": "description"
4437
+ "name": "activityIndex"
4438
4438
  },
4439
4439
  "annotation": {
4440
4440
  "type": "keyword",
4441
- "value": "string"
4441
+ "value": "number"
4442
4442
  },
4443
4443
  "computed": false
4444
4444
  }