@next-bricks/ai-portal 0.60.2 → 0.61.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +21 -20
- package/dist/chunks/{1480.0de951a3.js → 1480.a7ffdf61.js} +2 -2
- package/dist/chunks/1480.a7ffdf61.js.map +1 -0
- package/dist/chunks/{2232.085b8abd.js → 2232.06e10f13.js} +2 -2
- package/dist/chunks/2232.06e10f13.js.map +1 -0
- package/dist/chunks/{5712.827c2e04.js → 5712.6b8e0a77.js} +2 -2
- package/dist/chunks/5712.6b8e0a77.js.map +1 -0
- package/dist/chunks/9164.34a6f72c.js +2 -0
- package/dist/chunks/9164.34a6f72c.js.map +1 -0
- package/dist/chunks/9271.24992b40.js +2 -0
- package/dist/chunks/9271.24992b40.js.map +1 -0
- package/dist/chunks/chat-box.3a31adcd.js +3 -0
- package/dist/chunks/chat-box.3a31adcd.js.map +1 -0
- package/dist/chunks/chat-input.8d663f4e.js +3 -0
- package/dist/chunks/chat-input.8d663f4e.js.LICENSE.txt +1 -0
- package/dist/chunks/chat-input.8d663f4e.js.map +1 -0
- package/dist/chunks/chat-stream.d3cde350.js +2 -0
- package/dist/chunks/chat-stream.d3cde350.js.map +1 -0
- package/dist/chunks/cruise-canvas.c1a7bc9f.js +2 -0
- package/dist/chunks/cruise-canvas.c1a7bc9f.js.map +1 -0
- package/dist/chunks/{main.65f1d0be.js → main.08d6c690.js} +2 -2
- package/dist/chunks/{main.65f1d0be.js.map → main.08d6c690.js.map} +1 -1
- package/dist/examples.json +14 -14
- package/dist/{index.9833ba26.js → index.5a41efb9.js} +2 -2
- package/dist/{index.9833ba26.js.map → index.5a41efb9.js.map} +1 -1
- package/dist/manifest.json +161 -125
- package/dist/types.json +2878 -962
- package/dist-types/chat-box/index.d.ts +3 -10
- package/dist-types/chat-input/i18n.d.ts +3 -1
- package/dist-types/chat-input/index.d.ts +16 -1
- package/dist-types/chat-stream/ChatStream.d.ts +1 -1
- package/dist-types/chat-stream/index.d.ts +5 -0
- package/dist-types/cruise-canvas/CruiseCanvas.d.ts +1 -1
- package/dist-types/cruise-canvas/index.d.ts +5 -0
- package/dist-types/shared/ChatCompletions/useChatCompletions.d.ts +65 -0
- package/dist-types/shared/TaskContext.d.ts +3 -0
- package/dist-types/shared/interfaces.d.ts +40 -2
- package/package.json +2 -2
- package/dist/chunks/1480.0de951a3.js.map +0 -1
- package/dist/chunks/2232.085b8abd.js.map +0 -1
- package/dist/chunks/2324.a4a90c77.js +0 -2
- package/dist/chunks/2324.a4a90c77.js.map +0 -1
- package/dist/chunks/5712.827c2e04.js.map +0 -1
- package/dist/chunks/6792.03e66697.js +0 -2
- package/dist/chunks/6792.03e66697.js.map +0 -1
- package/dist/chunks/chat-box.ca4c62c9.js +0 -3
- package/dist/chunks/chat-box.ca4c62c9.js.map +0 -1
- package/dist/chunks/chat-input.e999f79c.js +0 -2
- package/dist/chunks/chat-input.e999f79c.js.map +0 -1
- package/dist/chunks/chat-stream.8d8dc5a0.js +0 -2
- package/dist/chunks/chat-stream.8d8dc5a0.js.map +0 -1
- package/dist/chunks/cruise-canvas.4a0692fb.js +0 -2
- package/dist/chunks/cruise-canvas.4a0692fb.js.map +0 -1
- /package/dist/chunks/{chat-box.ca4c62c9.js.LICENSE.txt → chat-box.3a31adcd.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,17 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"ai-portal.home-container": {
|
|
3
|
-
"properties": [
|
|
4
|
-
{
|
|
5
|
-
"name": "sticky",
|
|
6
|
-
"annotation": {
|
|
7
|
-
"type": "keyword",
|
|
8
|
-
"value": "boolean"
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
],
|
|
12
|
-
"events": [],
|
|
13
|
-
"methods": []
|
|
14
|
-
},
|
|
15
2
|
"ai-portal.stat-with-mini-chart": {
|
|
16
3
|
"properties": [
|
|
17
4
|
{
|
|
@@ -411,16 +398,49 @@
|
|
|
411
398
|
"type": "typeAlias",
|
|
412
399
|
"name": "CommandPayload",
|
|
413
400
|
"annotation": {
|
|
414
|
-
"type": "
|
|
415
|
-
"
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
401
|
+
"type": "union",
|
|
402
|
+
"types": [
|
|
403
|
+
{
|
|
404
|
+
"type": "reference",
|
|
405
|
+
"typeName": {
|
|
406
|
+
"type": "identifier",
|
|
407
|
+
"name": "CommandPayloadServiceFlowStart"
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"type": "reference",
|
|
412
|
+
"typeName": {
|
|
413
|
+
"type": "identifier",
|
|
414
|
+
"name": "CommandPayloadServiceFlowCreate"
|
|
415
|
+
}
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"type": "reference",
|
|
419
|
+
"typeName": {
|
|
420
|
+
"type": "identifier",
|
|
421
|
+
"name": "CommandPayloadServiceFlowEdit"
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"type": "reference",
|
|
426
|
+
"typeName": {
|
|
427
|
+
"type": "identifier",
|
|
428
|
+
"name": "CommandPayloadGoalPlan"
|
|
429
|
+
}
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"type": "reference",
|
|
433
|
+
"typeName": {
|
|
434
|
+
"type": "identifier",
|
|
435
|
+
"name": "LegacyCommandPayloadServiceFlowStarting"
|
|
436
|
+
}
|
|
437
|
+
}
|
|
438
|
+
]
|
|
419
439
|
}
|
|
420
440
|
},
|
|
421
441
|
{
|
|
422
442
|
"type": "interface",
|
|
423
|
-
"name": "
|
|
443
|
+
"name": "CommandPayloadServiceFlowStart",
|
|
424
444
|
"body": [
|
|
425
445
|
{
|
|
426
446
|
"type": "propertySignature",
|
|
@@ -430,7 +450,7 @@
|
|
|
430
450
|
},
|
|
431
451
|
"annotation": {
|
|
432
452
|
"type": "jsLiteral",
|
|
433
|
-
"value": "
|
|
453
|
+
"value": "serviceflow-start"
|
|
434
454
|
},
|
|
435
455
|
"computed": false
|
|
436
456
|
},
|
|
@@ -438,7 +458,7 @@
|
|
|
438
458
|
"type": "propertySignature",
|
|
439
459
|
"key": {
|
|
440
460
|
"type": "identifier",
|
|
441
|
-
"name": "
|
|
461
|
+
"name": "payload"
|
|
442
462
|
},
|
|
443
463
|
"annotation": {
|
|
444
464
|
"type": "typeLiteral",
|
|
@@ -498,41 +518,26 @@
|
|
|
498
518
|
},
|
|
499
519
|
"computed": false
|
|
500
520
|
}
|
|
501
|
-
]
|
|
502
|
-
|
|
503
|
-
]
|
|
504
|
-
},
|
|
505
|
-
"ai-portal.load-request-store": {
|
|
506
|
-
"type": "provider",
|
|
507
|
-
"params": [],
|
|
508
|
-
"returns": {
|
|
509
|
-
"annotation": {
|
|
510
|
-
"type": "union",
|
|
511
|
-
"types": [
|
|
521
|
+
],
|
|
522
|
+
"extends": [
|
|
512
523
|
{
|
|
513
|
-
"type": "
|
|
514
|
-
"
|
|
524
|
+
"type": "expressionWithTypeArguments",
|
|
525
|
+
"expression": {
|
|
515
526
|
"type": "identifier",
|
|
516
|
-
"name": "
|
|
527
|
+
"name": "BaseCommandPayload"
|
|
517
528
|
}
|
|
518
|
-
},
|
|
519
|
-
{
|
|
520
|
-
"type": "keyword",
|
|
521
|
-
"value": "null"
|
|
522
529
|
}
|
|
523
530
|
]
|
|
524
|
-
}
|
|
525
|
-
},
|
|
526
|
-
"types": [
|
|
531
|
+
},
|
|
527
532
|
{
|
|
528
533
|
"type": "interface",
|
|
529
|
-
"name": "
|
|
534
|
+
"name": "BaseCommandPayload",
|
|
530
535
|
"body": [
|
|
531
536
|
{
|
|
532
537
|
"type": "propertySignature",
|
|
533
538
|
"key": {
|
|
534
539
|
"type": "identifier",
|
|
535
|
-
"name": "
|
|
540
|
+
"name": "type"
|
|
536
541
|
},
|
|
537
542
|
"annotation": {
|
|
538
543
|
"type": "keyword",
|
|
@@ -544,129 +549,85 @@
|
|
|
544
549
|
"type": "propertySignature",
|
|
545
550
|
"key": {
|
|
546
551
|
"type": "identifier",
|
|
547
|
-
"name": "
|
|
552
|
+
"name": "payload"
|
|
548
553
|
},
|
|
549
554
|
"annotation": {
|
|
550
555
|
"type": "keyword",
|
|
551
|
-
"value": "
|
|
556
|
+
"value": "unknown"
|
|
552
557
|
},
|
|
558
|
+
"optional": true,
|
|
553
559
|
"computed": false
|
|
554
560
|
}
|
|
555
|
-
],
|
|
556
|
-
"extends": [
|
|
557
|
-
{
|
|
558
|
-
"type": "expressionWithTypeArguments",
|
|
559
|
-
"expression": {
|
|
560
|
-
"type": "identifier",
|
|
561
|
-
"name": "ExtraChatPayload"
|
|
562
|
-
}
|
|
563
|
-
}
|
|
564
561
|
]
|
|
565
562
|
},
|
|
566
563
|
{
|
|
567
564
|
"type": "interface",
|
|
568
|
-
"name": "
|
|
565
|
+
"name": "CommandPayloadServiceFlowCreate",
|
|
569
566
|
"body": [
|
|
570
567
|
{
|
|
571
568
|
"type": "propertySignature",
|
|
572
569
|
"key": {
|
|
573
570
|
"type": "identifier",
|
|
574
|
-
"name": "
|
|
571
|
+
"name": "type"
|
|
575
572
|
},
|
|
576
573
|
"annotation": {
|
|
577
|
-
"type": "
|
|
578
|
-
"
|
|
579
|
-
"type": "reference",
|
|
580
|
-
"typeName": {
|
|
581
|
-
"type": "identifier",
|
|
582
|
-
"name": "UploadFileInfo"
|
|
583
|
-
}
|
|
584
|
-
}
|
|
574
|
+
"type": "jsLiteral",
|
|
575
|
+
"value": "serviceflow-create"
|
|
585
576
|
},
|
|
586
|
-
"optional": true,
|
|
587
577
|
"computed": false
|
|
588
578
|
},
|
|
589
579
|
{
|
|
590
580
|
"type": "propertySignature",
|
|
591
581
|
"key": {
|
|
592
582
|
"type": "identifier",
|
|
593
|
-
"name": "
|
|
583
|
+
"name": "payload"
|
|
594
584
|
},
|
|
595
585
|
"annotation": {
|
|
596
|
-
"type": "
|
|
597
|
-
"
|
|
586
|
+
"type": "typeLiteral",
|
|
587
|
+
"members": [
|
|
598
588
|
{
|
|
599
|
-
"type": "
|
|
600
|
-
"
|
|
589
|
+
"type": "propertySignature",
|
|
590
|
+
"key": {
|
|
601
591
|
"type": "identifier",
|
|
602
|
-
"name": "
|
|
603
|
-
}
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
]
|
|
610
|
-
},
|
|
611
|
-
"optional": true,
|
|
612
|
-
"computed": false
|
|
613
|
-
},
|
|
614
|
-
{
|
|
615
|
-
"type": "propertySignature",
|
|
616
|
-
"key": {
|
|
617
|
-
"type": "identifier",
|
|
618
|
-
"name": "aiEmployeeId"
|
|
619
|
-
},
|
|
620
|
-
"annotation": {
|
|
621
|
-
"type": "union",
|
|
622
|
-
"types": [
|
|
623
|
-
{
|
|
624
|
-
"type": "keyword",
|
|
625
|
-
"value": "string"
|
|
592
|
+
"name": "spaceInstanceId"
|
|
593
|
+
},
|
|
594
|
+
"annotation": {
|
|
595
|
+
"type": "keyword",
|
|
596
|
+
"value": "string"
|
|
597
|
+
},
|
|
598
|
+
"computed": false
|
|
626
599
|
},
|
|
627
600
|
{
|
|
628
|
-
"type": "
|
|
629
|
-
"
|
|
601
|
+
"type": "propertySignature",
|
|
602
|
+
"key": {
|
|
603
|
+
"type": "identifier",
|
|
604
|
+
"name": "spaceName"
|
|
605
|
+
},
|
|
606
|
+
"annotation": {
|
|
607
|
+
"type": "keyword",
|
|
608
|
+
"value": "string"
|
|
609
|
+
},
|
|
610
|
+
"optional": true,
|
|
611
|
+
"computed": false
|
|
630
612
|
}
|
|
631
613
|
]
|
|
632
614
|
},
|
|
633
|
-
"optional": true,
|
|
634
615
|
"computed": false
|
|
635
616
|
}
|
|
636
|
-
]
|
|
637
|
-
|
|
638
|
-
{
|
|
639
|
-
"type": "interface",
|
|
640
|
-
"name": "UploadFileInfo",
|
|
641
|
-
"body": [
|
|
617
|
+
],
|
|
618
|
+
"extends": [
|
|
642
619
|
{
|
|
643
|
-
"type": "
|
|
644
|
-
"
|
|
620
|
+
"type": "expressionWithTypeArguments",
|
|
621
|
+
"expression": {
|
|
645
622
|
"type": "identifier",
|
|
646
|
-
"name": "
|
|
647
|
-
}
|
|
648
|
-
"annotation": {
|
|
649
|
-
"type": "keyword",
|
|
650
|
-
"value": "string"
|
|
651
|
-
},
|
|
652
|
-
"computed": false
|
|
623
|
+
"name": "BaseCommandPayload"
|
|
624
|
+
}
|
|
653
625
|
}
|
|
654
626
|
]
|
|
655
627
|
},
|
|
656
|
-
{
|
|
657
|
-
"type": "typeAlias",
|
|
658
|
-
"name": "CommandPayload",
|
|
659
|
-
"annotation": {
|
|
660
|
-
"type": "reference",
|
|
661
|
-
"typeName": {
|
|
662
|
-
"type": "identifier",
|
|
663
|
-
"name": "CommandPayloadServiceFlowStarting"
|
|
664
|
-
}
|
|
665
|
-
}
|
|
666
|
-
},
|
|
667
628
|
{
|
|
668
629
|
"type": "interface",
|
|
669
|
-
"name": "
|
|
630
|
+
"name": "CommandPayloadServiceFlowEdit",
|
|
670
631
|
"body": [
|
|
671
632
|
{
|
|
672
633
|
"type": "propertySignature",
|
|
@@ -676,7 +637,7 @@
|
|
|
676
637
|
},
|
|
677
638
|
"annotation": {
|
|
678
639
|
"type": "jsLiteral",
|
|
679
|
-
"value": "
|
|
640
|
+
"value": "serviceflow-edit"
|
|
680
641
|
},
|
|
681
642
|
"computed": false
|
|
682
643
|
},
|
|
@@ -684,7 +645,7 @@
|
|
|
684
645
|
"type": "propertySignature",
|
|
685
646
|
"key": {
|
|
686
647
|
"type": "identifier",
|
|
687
|
-
"name": "
|
|
648
|
+
"name": "payload"
|
|
688
649
|
},
|
|
689
650
|
"annotation": {
|
|
690
651
|
"type": "typeLiteral",
|
|
@@ -724,7 +685,6 @@
|
|
|
724
685
|
"type": "keyword",
|
|
725
686
|
"value": "string"
|
|
726
687
|
},
|
|
727
|
-
"optional": true,
|
|
728
688
|
"computed": false
|
|
729
689
|
},
|
|
730
690
|
{
|
|
@@ -744,63 +704,30 @@
|
|
|
744
704
|
},
|
|
745
705
|
"computed": false
|
|
746
706
|
}
|
|
747
|
-
]
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
"returns": {
|
|
755
|
-
"annotation": {
|
|
756
|
-
"type": "keyword",
|
|
757
|
-
"value": "void"
|
|
758
|
-
}
|
|
759
|
-
}
|
|
760
|
-
},
|
|
761
|
-
"ai-portal.set-chat-command": {
|
|
762
|
-
"type": "provider",
|
|
763
|
-
"params": [
|
|
764
|
-
{
|
|
765
|
-
"name": "command",
|
|
766
|
-
"annotation": {
|
|
767
|
-
"type": "union",
|
|
768
|
-
"types": [
|
|
769
|
-
{
|
|
770
|
-
"type": "reference",
|
|
771
|
-
"typeName": {
|
|
772
|
-
"type": "identifier",
|
|
773
|
-
"name": "ChatCommand"
|
|
774
|
-
}
|
|
775
|
-
},
|
|
776
|
-
{
|
|
777
|
-
"type": "keyword",
|
|
778
|
-
"value": "null"
|
|
707
|
+
],
|
|
708
|
+
"extends": [
|
|
709
|
+
{
|
|
710
|
+
"type": "expressionWithTypeArguments",
|
|
711
|
+
"expression": {
|
|
712
|
+
"type": "identifier",
|
|
713
|
+
"name": "BaseCommandPayload"
|
|
779
714
|
}
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
}
|
|
783
|
-
],
|
|
784
|
-
"returns": {
|
|
785
|
-
"annotation": {
|
|
786
|
-
"type": "keyword",
|
|
787
|
-
"value": "void"
|
|
788
|
-
}
|
|
789
|
-
},
|
|
790
|
-
"types": [
|
|
715
|
+
}
|
|
716
|
+
]
|
|
717
|
+
},
|
|
791
718
|
{
|
|
792
719
|
"type": "interface",
|
|
793
|
-
"name": "
|
|
720
|
+
"name": "CommandPayloadGoalPlan",
|
|
794
721
|
"body": [
|
|
795
722
|
{
|
|
796
723
|
"type": "propertySignature",
|
|
797
724
|
"key": {
|
|
798
725
|
"type": "identifier",
|
|
799
|
-
"name": "
|
|
726
|
+
"name": "type"
|
|
800
727
|
},
|
|
801
728
|
"annotation": {
|
|
802
|
-
"type": "
|
|
803
|
-
"value": "
|
|
729
|
+
"type": "jsLiteral",
|
|
730
|
+
"value": "goal-plan"
|
|
804
731
|
},
|
|
805
732
|
"computed": false
|
|
806
733
|
},
|
|
@@ -811,107 +738,74 @@
|
|
|
811
738
|
"name": "payload"
|
|
812
739
|
},
|
|
813
740
|
"annotation": {
|
|
814
|
-
"type": "
|
|
815
|
-
"
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
741
|
+
"type": "typeLiteral",
|
|
742
|
+
"members": [
|
|
743
|
+
{
|
|
744
|
+
"type": "propertySignature",
|
|
745
|
+
"key": {
|
|
746
|
+
"type": "identifier",
|
|
747
|
+
"name": "goalId"
|
|
748
|
+
},
|
|
749
|
+
"annotation": {
|
|
750
|
+
"type": "keyword",
|
|
751
|
+
"value": "string"
|
|
752
|
+
},
|
|
753
|
+
"computed": false
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"type": "propertySignature",
|
|
757
|
+
"key": {
|
|
758
|
+
"type": "identifier",
|
|
759
|
+
"name": "goalName"
|
|
760
|
+
},
|
|
761
|
+
"annotation": {
|
|
762
|
+
"type": "keyword",
|
|
763
|
+
"value": "string"
|
|
764
|
+
},
|
|
765
|
+
"optional": true,
|
|
766
|
+
"computed": false
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"type": "propertySignature",
|
|
770
|
+
"key": {
|
|
771
|
+
"type": "identifier",
|
|
772
|
+
"name": "description"
|
|
773
|
+
},
|
|
774
|
+
"annotation": {
|
|
775
|
+
"type": "keyword",
|
|
776
|
+
"value": "string"
|
|
777
|
+
},
|
|
778
|
+
"optional": true,
|
|
779
|
+
"computed": false
|
|
780
|
+
}
|
|
781
|
+
]
|
|
819
782
|
},
|
|
820
783
|
"computed": false
|
|
821
784
|
}
|
|
822
|
-
]
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
"properties": [
|
|
828
|
-
{
|
|
829
|
-
"name": "pageTitle",
|
|
830
|
-
"annotation": {
|
|
831
|
-
"type": "keyword",
|
|
832
|
-
"value": "string"
|
|
833
|
-
}
|
|
834
|
-
},
|
|
835
|
-
{
|
|
836
|
-
"name": "breadcrumbs",
|
|
837
|
-
"annotation": {
|
|
838
|
-
"type": "array",
|
|
839
|
-
"elementType": {
|
|
840
|
-
"type": "reference",
|
|
841
|
-
"typeName": {
|
|
785
|
+
],
|
|
786
|
+
"extends": [
|
|
787
|
+
{
|
|
788
|
+
"type": "expressionWithTypeArguments",
|
|
789
|
+
"expression": {
|
|
842
790
|
"type": "identifier",
|
|
843
|
-
"name": "
|
|
791
|
+
"name": "BaseCommandPayload"
|
|
844
792
|
}
|
|
845
793
|
}
|
|
846
|
-
|
|
847
|
-
},
|
|
848
|
-
{
|
|
849
|
-
"name": "size",
|
|
850
|
-
"annotation": {
|
|
851
|
-
"type": "union",
|
|
852
|
-
"types": [
|
|
853
|
-
{
|
|
854
|
-
"type": "jsLiteral",
|
|
855
|
-
"value": "medium"
|
|
856
|
-
},
|
|
857
|
-
{
|
|
858
|
-
"type": "jsLiteral",
|
|
859
|
-
"value": "small"
|
|
860
|
-
},
|
|
861
|
-
{
|
|
862
|
-
"type": "jsLiteral",
|
|
863
|
-
"value": "full"
|
|
864
|
-
}
|
|
865
|
-
]
|
|
866
|
-
}
|
|
867
|
-
},
|
|
868
|
-
{
|
|
869
|
-
"name": "variant",
|
|
870
|
-
"annotation": {
|
|
871
|
-
"type": "union",
|
|
872
|
-
"types": [
|
|
873
|
-
{
|
|
874
|
-
"type": "jsLiteral",
|
|
875
|
-
"value": "default"
|
|
876
|
-
},
|
|
877
|
-
{
|
|
878
|
-
"type": "jsLiteral",
|
|
879
|
-
"value": "form"
|
|
880
|
-
}
|
|
881
|
-
]
|
|
882
|
-
}
|
|
883
|
-
},
|
|
884
|
-
{
|
|
885
|
-
"name": "sticky",
|
|
886
|
-
"annotation": {
|
|
887
|
-
"type": "keyword",
|
|
888
|
-
"value": "boolean"
|
|
889
|
-
}
|
|
794
|
+
]
|
|
890
795
|
},
|
|
891
|
-
{
|
|
892
|
-
"name": "textContent",
|
|
893
|
-
"annotation": {
|
|
894
|
-
"type": "keyword",
|
|
895
|
-
"value": "string"
|
|
896
|
-
}
|
|
897
|
-
}
|
|
898
|
-
],
|
|
899
|
-
"events": [],
|
|
900
|
-
"methods": [],
|
|
901
|
-
"types": [
|
|
902
796
|
{
|
|
903
797
|
"type": "interface",
|
|
904
|
-
"name": "
|
|
798
|
+
"name": "LegacyCommandPayloadServiceFlowStarting",
|
|
905
799
|
"body": [
|
|
906
800
|
{
|
|
907
801
|
"type": "propertySignature",
|
|
908
802
|
"key": {
|
|
909
803
|
"type": "identifier",
|
|
910
|
-
"name": "
|
|
804
|
+
"name": "type"
|
|
911
805
|
},
|
|
912
806
|
"annotation": {
|
|
913
|
-
"type": "
|
|
914
|
-
"value": "
|
|
807
|
+
"type": "jsLiteral",
|
|
808
|
+
"value": "serviceFlowStarting"
|
|
915
809
|
},
|
|
916
810
|
"computed": false
|
|
917
811
|
},
|
|
@@ -919,11 +813,63 @@
|
|
|
919
813
|
"type": "propertySignature",
|
|
920
814
|
"key": {
|
|
921
815
|
"type": "identifier",
|
|
922
|
-
"name": "
|
|
816
|
+
"name": "serviceFlowStarting"
|
|
923
817
|
},
|
|
924
818
|
"annotation": {
|
|
925
|
-
"type": "
|
|
926
|
-
"
|
|
819
|
+
"type": "typeLiteral",
|
|
820
|
+
"members": [
|
|
821
|
+
{
|
|
822
|
+
"type": "propertySignature",
|
|
823
|
+
"key": {
|
|
824
|
+
"type": "identifier",
|
|
825
|
+
"name": "spaceInstanceId"
|
|
826
|
+
},
|
|
827
|
+
"annotation": {
|
|
828
|
+
"type": "keyword",
|
|
829
|
+
"value": "string"
|
|
830
|
+
},
|
|
831
|
+
"computed": false
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"type": "propertySignature",
|
|
835
|
+
"key": {
|
|
836
|
+
"type": "identifier",
|
|
837
|
+
"name": "spaceName"
|
|
838
|
+
},
|
|
839
|
+
"annotation": {
|
|
840
|
+
"type": "keyword",
|
|
841
|
+
"value": "string"
|
|
842
|
+
},
|
|
843
|
+
"optional": true,
|
|
844
|
+
"computed": false
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"type": "propertySignature",
|
|
848
|
+
"key": {
|
|
849
|
+
"type": "identifier",
|
|
850
|
+
"name": "flowInstanceId"
|
|
851
|
+
},
|
|
852
|
+
"annotation": {
|
|
853
|
+
"type": "keyword",
|
|
854
|
+
"value": "string"
|
|
855
|
+
},
|
|
856
|
+
"optional": true,
|
|
857
|
+
"computed": false
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"type": "propertySignature",
|
|
861
|
+
"key": {
|
|
862
|
+
"type": "identifier",
|
|
863
|
+
"name": "flowName"
|
|
864
|
+
},
|
|
865
|
+
"annotation": {
|
|
866
|
+
"type": "keyword",
|
|
867
|
+
"value": "string"
|
|
868
|
+
},
|
|
869
|
+
"optional": true,
|
|
870
|
+
"computed": false
|
|
871
|
+
}
|
|
872
|
+
]
|
|
927
873
|
},
|
|
928
874
|
"computed": false
|
|
929
875
|
}
|
|
@@ -931,54 +877,37 @@
|
|
|
931
877
|
}
|
|
932
878
|
]
|
|
933
879
|
},
|
|
934
|
-
"ai-portal.
|
|
935
|
-
"
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
"typeName": {
|
|
943
|
-
"type": "identifier",
|
|
944
|
-
"name": "Tab"
|
|
945
|
-
}
|
|
946
|
-
}
|
|
947
|
-
}
|
|
948
|
-
},
|
|
949
|
-
{
|
|
950
|
-
"name": "activeTab",
|
|
951
|
-
"annotation": {
|
|
952
|
-
"type": "keyword",
|
|
953
|
-
"value": "string"
|
|
954
|
-
}
|
|
955
|
-
}
|
|
956
|
-
],
|
|
957
|
-
"events": [
|
|
958
|
-
{
|
|
959
|
-
"name": "tab.click",
|
|
960
|
-
"detail": {
|
|
961
|
-
"annotation": {
|
|
880
|
+
"ai-portal.load-request-store": {
|
|
881
|
+
"type": "provider",
|
|
882
|
+
"params": [],
|
|
883
|
+
"returns": {
|
|
884
|
+
"annotation": {
|
|
885
|
+
"type": "union",
|
|
886
|
+
"types": [
|
|
887
|
+
{
|
|
962
888
|
"type": "reference",
|
|
963
889
|
"typeName": {
|
|
964
890
|
"type": "identifier",
|
|
965
|
-
"name": "
|
|
891
|
+
"name": "RequestStore"
|
|
966
892
|
}
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"type": "keyword",
|
|
896
|
+
"value": "null"
|
|
967
897
|
}
|
|
968
|
-
|
|
898
|
+
]
|
|
969
899
|
}
|
|
970
|
-
|
|
971
|
-
"methods": [],
|
|
900
|
+
},
|
|
972
901
|
"types": [
|
|
973
902
|
{
|
|
974
903
|
"type": "interface",
|
|
975
|
-
"name": "
|
|
904
|
+
"name": "RequestStore",
|
|
976
905
|
"body": [
|
|
977
906
|
{
|
|
978
907
|
"type": "propertySignature",
|
|
979
908
|
"key": {
|
|
980
909
|
"type": "identifier",
|
|
981
|
-
"name": "
|
|
910
|
+
"name": "conversationId"
|
|
982
911
|
},
|
|
983
912
|
"annotation": {
|
|
984
913
|
"type": "keyword",
|
|
@@ -990,7 +919,7 @@
|
|
|
990
919
|
"type": "propertySignature",
|
|
991
920
|
"key": {
|
|
992
921
|
"type": "identifier",
|
|
993
|
-
"name": "
|
|
922
|
+
"name": "content"
|
|
994
923
|
},
|
|
995
924
|
"annotation": {
|
|
996
925
|
"type": "keyword",
|
|
@@ -998,11 +927,858 @@
|
|
|
998
927
|
},
|
|
999
928
|
"computed": false
|
|
1000
929
|
}
|
|
930
|
+
],
|
|
931
|
+
"extends": [
|
|
932
|
+
{
|
|
933
|
+
"type": "expressionWithTypeArguments",
|
|
934
|
+
"expression": {
|
|
935
|
+
"type": "identifier",
|
|
936
|
+
"name": "ExtraChatPayload"
|
|
937
|
+
}
|
|
938
|
+
}
|
|
1001
939
|
]
|
|
1002
|
-
}
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"type": "interface",
|
|
943
|
+
"name": "ExtraChatPayload",
|
|
944
|
+
"body": [
|
|
945
|
+
{
|
|
946
|
+
"type": "propertySignature",
|
|
947
|
+
"key": {
|
|
948
|
+
"type": "identifier",
|
|
949
|
+
"name": "files"
|
|
950
|
+
},
|
|
951
|
+
"annotation": {
|
|
952
|
+
"type": "array",
|
|
953
|
+
"elementType": {
|
|
954
|
+
"type": "reference",
|
|
955
|
+
"typeName": {
|
|
956
|
+
"type": "identifier",
|
|
957
|
+
"name": "UploadFileInfo"
|
|
958
|
+
}
|
|
959
|
+
}
|
|
960
|
+
},
|
|
961
|
+
"optional": true,
|
|
962
|
+
"computed": false
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"type": "propertySignature",
|
|
966
|
+
"key": {
|
|
967
|
+
"type": "identifier",
|
|
968
|
+
"name": "cmd"
|
|
969
|
+
},
|
|
970
|
+
"annotation": {
|
|
971
|
+
"type": "union",
|
|
972
|
+
"types": [
|
|
973
|
+
{
|
|
974
|
+
"type": "reference",
|
|
975
|
+
"typeName": {
|
|
976
|
+
"type": "identifier",
|
|
977
|
+
"name": "CommandPayload"
|
|
978
|
+
}
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
"type": "keyword",
|
|
982
|
+
"value": "null"
|
|
983
|
+
}
|
|
984
|
+
]
|
|
985
|
+
},
|
|
986
|
+
"optional": true,
|
|
987
|
+
"computed": false
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"type": "propertySignature",
|
|
991
|
+
"key": {
|
|
992
|
+
"type": "identifier",
|
|
993
|
+
"name": "aiEmployeeId"
|
|
994
|
+
},
|
|
995
|
+
"annotation": {
|
|
996
|
+
"type": "union",
|
|
997
|
+
"types": [
|
|
998
|
+
{
|
|
999
|
+
"type": "keyword",
|
|
1000
|
+
"value": "string"
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"type": "keyword",
|
|
1004
|
+
"value": "null"
|
|
1005
|
+
}
|
|
1006
|
+
]
|
|
1007
|
+
},
|
|
1008
|
+
"optional": true,
|
|
1009
|
+
"computed": false
|
|
1010
|
+
}
|
|
1011
|
+
]
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"type": "interface",
|
|
1015
|
+
"name": "UploadFileInfo",
|
|
1016
|
+
"body": [
|
|
1017
|
+
{
|
|
1018
|
+
"type": "propertySignature",
|
|
1019
|
+
"key": {
|
|
1020
|
+
"type": "identifier",
|
|
1021
|
+
"name": "fileId"
|
|
1022
|
+
},
|
|
1023
|
+
"annotation": {
|
|
1024
|
+
"type": "keyword",
|
|
1025
|
+
"value": "string"
|
|
1026
|
+
},
|
|
1027
|
+
"computed": false
|
|
1028
|
+
}
|
|
1029
|
+
]
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
"type": "typeAlias",
|
|
1033
|
+
"name": "CommandPayload",
|
|
1034
|
+
"annotation": {
|
|
1035
|
+
"type": "union",
|
|
1036
|
+
"types": [
|
|
1037
|
+
{
|
|
1038
|
+
"type": "reference",
|
|
1039
|
+
"typeName": {
|
|
1040
|
+
"type": "identifier",
|
|
1041
|
+
"name": "CommandPayloadServiceFlowStart"
|
|
1042
|
+
}
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"type": "reference",
|
|
1046
|
+
"typeName": {
|
|
1047
|
+
"type": "identifier",
|
|
1048
|
+
"name": "CommandPayloadServiceFlowCreate"
|
|
1049
|
+
}
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
"type": "reference",
|
|
1053
|
+
"typeName": {
|
|
1054
|
+
"type": "identifier",
|
|
1055
|
+
"name": "CommandPayloadServiceFlowEdit"
|
|
1056
|
+
}
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"type": "reference",
|
|
1060
|
+
"typeName": {
|
|
1061
|
+
"type": "identifier",
|
|
1062
|
+
"name": "CommandPayloadGoalPlan"
|
|
1063
|
+
}
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
"type": "reference",
|
|
1067
|
+
"typeName": {
|
|
1068
|
+
"type": "identifier",
|
|
1069
|
+
"name": "LegacyCommandPayloadServiceFlowStarting"
|
|
1070
|
+
}
|
|
1071
|
+
}
|
|
1072
|
+
]
|
|
1073
|
+
}
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
"type": "interface",
|
|
1077
|
+
"name": "CommandPayloadServiceFlowStart",
|
|
1078
|
+
"body": [
|
|
1079
|
+
{
|
|
1080
|
+
"type": "propertySignature",
|
|
1081
|
+
"key": {
|
|
1082
|
+
"type": "identifier",
|
|
1083
|
+
"name": "type"
|
|
1084
|
+
},
|
|
1085
|
+
"annotation": {
|
|
1086
|
+
"type": "jsLiteral",
|
|
1087
|
+
"value": "serviceflow-start"
|
|
1088
|
+
},
|
|
1089
|
+
"computed": false
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"type": "propertySignature",
|
|
1093
|
+
"key": {
|
|
1094
|
+
"type": "identifier",
|
|
1095
|
+
"name": "payload"
|
|
1096
|
+
},
|
|
1097
|
+
"annotation": {
|
|
1098
|
+
"type": "typeLiteral",
|
|
1099
|
+
"members": [
|
|
1100
|
+
{
|
|
1101
|
+
"type": "propertySignature",
|
|
1102
|
+
"key": {
|
|
1103
|
+
"type": "identifier",
|
|
1104
|
+
"name": "spaceInstanceId"
|
|
1105
|
+
},
|
|
1106
|
+
"annotation": {
|
|
1107
|
+
"type": "keyword",
|
|
1108
|
+
"value": "string"
|
|
1109
|
+
},
|
|
1110
|
+
"computed": false
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"type": "propertySignature",
|
|
1114
|
+
"key": {
|
|
1115
|
+
"type": "identifier",
|
|
1116
|
+
"name": "spaceName"
|
|
1117
|
+
},
|
|
1118
|
+
"annotation": {
|
|
1119
|
+
"type": "keyword",
|
|
1120
|
+
"value": "string"
|
|
1121
|
+
},
|
|
1122
|
+
"optional": true,
|
|
1123
|
+
"computed": false
|
|
1124
|
+
},
|
|
1125
|
+
{
|
|
1126
|
+
"type": "propertySignature",
|
|
1127
|
+
"key": {
|
|
1128
|
+
"type": "identifier",
|
|
1129
|
+
"name": "flowInstanceId"
|
|
1130
|
+
},
|
|
1131
|
+
"annotation": {
|
|
1132
|
+
"type": "keyword",
|
|
1133
|
+
"value": "string"
|
|
1134
|
+
},
|
|
1135
|
+
"optional": true,
|
|
1136
|
+
"computed": false
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"type": "propertySignature",
|
|
1140
|
+
"key": {
|
|
1141
|
+
"type": "identifier",
|
|
1142
|
+
"name": "flowName"
|
|
1143
|
+
},
|
|
1144
|
+
"annotation": {
|
|
1145
|
+
"type": "keyword",
|
|
1146
|
+
"value": "string"
|
|
1147
|
+
},
|
|
1148
|
+
"optional": true,
|
|
1149
|
+
"computed": false
|
|
1150
|
+
}
|
|
1151
|
+
]
|
|
1152
|
+
},
|
|
1153
|
+
"computed": false
|
|
1154
|
+
}
|
|
1155
|
+
],
|
|
1156
|
+
"extends": [
|
|
1157
|
+
{
|
|
1158
|
+
"type": "expressionWithTypeArguments",
|
|
1159
|
+
"expression": {
|
|
1160
|
+
"type": "identifier",
|
|
1161
|
+
"name": "BaseCommandPayload"
|
|
1162
|
+
}
|
|
1163
|
+
}
|
|
1164
|
+
]
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
"type": "interface",
|
|
1168
|
+
"name": "BaseCommandPayload",
|
|
1169
|
+
"body": [
|
|
1170
|
+
{
|
|
1171
|
+
"type": "propertySignature",
|
|
1172
|
+
"key": {
|
|
1173
|
+
"type": "identifier",
|
|
1174
|
+
"name": "type"
|
|
1175
|
+
},
|
|
1176
|
+
"annotation": {
|
|
1177
|
+
"type": "keyword",
|
|
1178
|
+
"value": "string"
|
|
1179
|
+
},
|
|
1180
|
+
"computed": false
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"type": "propertySignature",
|
|
1184
|
+
"key": {
|
|
1185
|
+
"type": "identifier",
|
|
1186
|
+
"name": "payload"
|
|
1187
|
+
},
|
|
1188
|
+
"annotation": {
|
|
1189
|
+
"type": "keyword",
|
|
1190
|
+
"value": "unknown"
|
|
1191
|
+
},
|
|
1192
|
+
"optional": true,
|
|
1193
|
+
"computed": false
|
|
1194
|
+
}
|
|
1195
|
+
]
|
|
1196
|
+
},
|
|
1197
|
+
{
|
|
1198
|
+
"type": "interface",
|
|
1199
|
+
"name": "CommandPayloadServiceFlowCreate",
|
|
1200
|
+
"body": [
|
|
1201
|
+
{
|
|
1202
|
+
"type": "propertySignature",
|
|
1203
|
+
"key": {
|
|
1204
|
+
"type": "identifier",
|
|
1205
|
+
"name": "type"
|
|
1206
|
+
},
|
|
1207
|
+
"annotation": {
|
|
1208
|
+
"type": "jsLiteral",
|
|
1209
|
+
"value": "serviceflow-create"
|
|
1210
|
+
},
|
|
1211
|
+
"computed": false
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
"type": "propertySignature",
|
|
1215
|
+
"key": {
|
|
1216
|
+
"type": "identifier",
|
|
1217
|
+
"name": "payload"
|
|
1218
|
+
},
|
|
1219
|
+
"annotation": {
|
|
1220
|
+
"type": "typeLiteral",
|
|
1221
|
+
"members": [
|
|
1222
|
+
{
|
|
1223
|
+
"type": "propertySignature",
|
|
1224
|
+
"key": {
|
|
1225
|
+
"type": "identifier",
|
|
1226
|
+
"name": "spaceInstanceId"
|
|
1227
|
+
},
|
|
1228
|
+
"annotation": {
|
|
1229
|
+
"type": "keyword",
|
|
1230
|
+
"value": "string"
|
|
1231
|
+
},
|
|
1232
|
+
"computed": false
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"type": "propertySignature",
|
|
1236
|
+
"key": {
|
|
1237
|
+
"type": "identifier",
|
|
1238
|
+
"name": "spaceName"
|
|
1239
|
+
},
|
|
1240
|
+
"annotation": {
|
|
1241
|
+
"type": "keyword",
|
|
1242
|
+
"value": "string"
|
|
1243
|
+
},
|
|
1244
|
+
"optional": true,
|
|
1245
|
+
"computed": false
|
|
1246
|
+
}
|
|
1247
|
+
]
|
|
1248
|
+
},
|
|
1249
|
+
"computed": false
|
|
1250
|
+
}
|
|
1251
|
+
],
|
|
1252
|
+
"extends": [
|
|
1253
|
+
{
|
|
1254
|
+
"type": "expressionWithTypeArguments",
|
|
1255
|
+
"expression": {
|
|
1256
|
+
"type": "identifier",
|
|
1257
|
+
"name": "BaseCommandPayload"
|
|
1258
|
+
}
|
|
1259
|
+
}
|
|
1260
|
+
]
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
"type": "interface",
|
|
1264
|
+
"name": "CommandPayloadServiceFlowEdit",
|
|
1265
|
+
"body": [
|
|
1266
|
+
{
|
|
1267
|
+
"type": "propertySignature",
|
|
1268
|
+
"key": {
|
|
1269
|
+
"type": "identifier",
|
|
1270
|
+
"name": "type"
|
|
1271
|
+
},
|
|
1272
|
+
"annotation": {
|
|
1273
|
+
"type": "jsLiteral",
|
|
1274
|
+
"value": "serviceflow-edit"
|
|
1275
|
+
},
|
|
1276
|
+
"computed": false
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
"type": "propertySignature",
|
|
1280
|
+
"key": {
|
|
1281
|
+
"type": "identifier",
|
|
1282
|
+
"name": "payload"
|
|
1283
|
+
},
|
|
1284
|
+
"annotation": {
|
|
1285
|
+
"type": "typeLiteral",
|
|
1286
|
+
"members": [
|
|
1287
|
+
{
|
|
1288
|
+
"type": "propertySignature",
|
|
1289
|
+
"key": {
|
|
1290
|
+
"type": "identifier",
|
|
1291
|
+
"name": "spaceInstanceId"
|
|
1292
|
+
},
|
|
1293
|
+
"annotation": {
|
|
1294
|
+
"type": "keyword",
|
|
1295
|
+
"value": "string"
|
|
1296
|
+
},
|
|
1297
|
+
"computed": false
|
|
1298
|
+
},
|
|
1299
|
+
{
|
|
1300
|
+
"type": "propertySignature",
|
|
1301
|
+
"key": {
|
|
1302
|
+
"type": "identifier",
|
|
1303
|
+
"name": "spaceName"
|
|
1304
|
+
},
|
|
1305
|
+
"annotation": {
|
|
1306
|
+
"type": "keyword",
|
|
1307
|
+
"value": "string"
|
|
1308
|
+
},
|
|
1309
|
+
"optional": true,
|
|
1310
|
+
"computed": false
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"type": "propertySignature",
|
|
1314
|
+
"key": {
|
|
1315
|
+
"type": "identifier",
|
|
1316
|
+
"name": "flowInstanceId"
|
|
1317
|
+
},
|
|
1318
|
+
"annotation": {
|
|
1319
|
+
"type": "keyword",
|
|
1320
|
+
"value": "string"
|
|
1321
|
+
},
|
|
1322
|
+
"computed": false
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"type": "propertySignature",
|
|
1326
|
+
"key": {
|
|
1327
|
+
"type": "identifier",
|
|
1328
|
+
"name": "flowName"
|
|
1329
|
+
},
|
|
1330
|
+
"annotation": {
|
|
1331
|
+
"type": "keyword",
|
|
1332
|
+
"value": "string"
|
|
1333
|
+
},
|
|
1334
|
+
"optional": true,
|
|
1335
|
+
"computed": false
|
|
1336
|
+
}
|
|
1337
|
+
]
|
|
1338
|
+
},
|
|
1339
|
+
"computed": false
|
|
1340
|
+
}
|
|
1341
|
+
],
|
|
1342
|
+
"extends": [
|
|
1343
|
+
{
|
|
1344
|
+
"type": "expressionWithTypeArguments",
|
|
1345
|
+
"expression": {
|
|
1346
|
+
"type": "identifier",
|
|
1347
|
+
"name": "BaseCommandPayload"
|
|
1348
|
+
}
|
|
1349
|
+
}
|
|
1350
|
+
]
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"type": "interface",
|
|
1354
|
+
"name": "CommandPayloadGoalPlan",
|
|
1355
|
+
"body": [
|
|
1356
|
+
{
|
|
1357
|
+
"type": "propertySignature",
|
|
1358
|
+
"key": {
|
|
1359
|
+
"type": "identifier",
|
|
1360
|
+
"name": "type"
|
|
1361
|
+
},
|
|
1362
|
+
"annotation": {
|
|
1363
|
+
"type": "jsLiteral",
|
|
1364
|
+
"value": "goal-plan"
|
|
1365
|
+
},
|
|
1366
|
+
"computed": false
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"type": "propertySignature",
|
|
1370
|
+
"key": {
|
|
1371
|
+
"type": "identifier",
|
|
1372
|
+
"name": "payload"
|
|
1373
|
+
},
|
|
1374
|
+
"annotation": {
|
|
1375
|
+
"type": "typeLiteral",
|
|
1376
|
+
"members": [
|
|
1377
|
+
{
|
|
1378
|
+
"type": "propertySignature",
|
|
1379
|
+
"key": {
|
|
1380
|
+
"type": "identifier",
|
|
1381
|
+
"name": "goalId"
|
|
1382
|
+
},
|
|
1383
|
+
"annotation": {
|
|
1384
|
+
"type": "keyword",
|
|
1385
|
+
"value": "string"
|
|
1386
|
+
},
|
|
1387
|
+
"computed": false
|
|
1388
|
+
},
|
|
1389
|
+
{
|
|
1390
|
+
"type": "propertySignature",
|
|
1391
|
+
"key": {
|
|
1392
|
+
"type": "identifier",
|
|
1393
|
+
"name": "goalName"
|
|
1394
|
+
},
|
|
1395
|
+
"annotation": {
|
|
1396
|
+
"type": "keyword",
|
|
1397
|
+
"value": "string"
|
|
1398
|
+
},
|
|
1399
|
+
"optional": true,
|
|
1400
|
+
"computed": false
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
"type": "propertySignature",
|
|
1404
|
+
"key": {
|
|
1405
|
+
"type": "identifier",
|
|
1406
|
+
"name": "description"
|
|
1407
|
+
},
|
|
1408
|
+
"annotation": {
|
|
1409
|
+
"type": "keyword",
|
|
1410
|
+
"value": "string"
|
|
1411
|
+
},
|
|
1412
|
+
"optional": true,
|
|
1413
|
+
"computed": false
|
|
1414
|
+
}
|
|
1415
|
+
]
|
|
1416
|
+
},
|
|
1417
|
+
"computed": false
|
|
1418
|
+
}
|
|
1419
|
+
],
|
|
1420
|
+
"extends": [
|
|
1421
|
+
{
|
|
1422
|
+
"type": "expressionWithTypeArguments",
|
|
1423
|
+
"expression": {
|
|
1424
|
+
"type": "identifier",
|
|
1425
|
+
"name": "BaseCommandPayload"
|
|
1426
|
+
}
|
|
1427
|
+
}
|
|
1428
|
+
]
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"type": "interface",
|
|
1432
|
+
"name": "LegacyCommandPayloadServiceFlowStarting",
|
|
1433
|
+
"body": [
|
|
1434
|
+
{
|
|
1435
|
+
"type": "propertySignature",
|
|
1436
|
+
"key": {
|
|
1437
|
+
"type": "identifier",
|
|
1438
|
+
"name": "type"
|
|
1439
|
+
},
|
|
1440
|
+
"annotation": {
|
|
1441
|
+
"type": "jsLiteral",
|
|
1442
|
+
"value": "serviceFlowStarting"
|
|
1443
|
+
},
|
|
1444
|
+
"computed": false
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
"type": "propertySignature",
|
|
1448
|
+
"key": {
|
|
1449
|
+
"type": "identifier",
|
|
1450
|
+
"name": "serviceFlowStarting"
|
|
1451
|
+
},
|
|
1452
|
+
"annotation": {
|
|
1453
|
+
"type": "typeLiteral",
|
|
1454
|
+
"members": [
|
|
1455
|
+
{
|
|
1456
|
+
"type": "propertySignature",
|
|
1457
|
+
"key": {
|
|
1458
|
+
"type": "identifier",
|
|
1459
|
+
"name": "spaceInstanceId"
|
|
1460
|
+
},
|
|
1461
|
+
"annotation": {
|
|
1462
|
+
"type": "keyword",
|
|
1463
|
+
"value": "string"
|
|
1464
|
+
},
|
|
1465
|
+
"computed": false
|
|
1466
|
+
},
|
|
1467
|
+
{
|
|
1468
|
+
"type": "propertySignature",
|
|
1469
|
+
"key": {
|
|
1470
|
+
"type": "identifier",
|
|
1471
|
+
"name": "spaceName"
|
|
1472
|
+
},
|
|
1473
|
+
"annotation": {
|
|
1474
|
+
"type": "keyword",
|
|
1475
|
+
"value": "string"
|
|
1476
|
+
},
|
|
1477
|
+
"optional": true,
|
|
1478
|
+
"computed": false
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
"type": "propertySignature",
|
|
1482
|
+
"key": {
|
|
1483
|
+
"type": "identifier",
|
|
1484
|
+
"name": "flowInstanceId"
|
|
1485
|
+
},
|
|
1486
|
+
"annotation": {
|
|
1487
|
+
"type": "keyword",
|
|
1488
|
+
"value": "string"
|
|
1489
|
+
},
|
|
1490
|
+
"optional": true,
|
|
1491
|
+
"computed": false
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
"type": "propertySignature",
|
|
1495
|
+
"key": {
|
|
1496
|
+
"type": "identifier",
|
|
1497
|
+
"name": "flowName"
|
|
1498
|
+
},
|
|
1499
|
+
"annotation": {
|
|
1500
|
+
"type": "keyword",
|
|
1501
|
+
"value": "string"
|
|
1502
|
+
},
|
|
1503
|
+
"optional": true,
|
|
1504
|
+
"computed": false
|
|
1505
|
+
}
|
|
1506
|
+
]
|
|
1507
|
+
},
|
|
1508
|
+
"computed": false
|
|
1509
|
+
}
|
|
1510
|
+
]
|
|
1511
|
+
}
|
|
1512
|
+
]
|
|
1513
|
+
},
|
|
1514
|
+
"ai-portal.clear-request-store": {
|
|
1515
|
+
"type": "provider",
|
|
1516
|
+
"params": [],
|
|
1517
|
+
"returns": {
|
|
1518
|
+
"annotation": {
|
|
1519
|
+
"type": "keyword",
|
|
1520
|
+
"value": "void"
|
|
1521
|
+
}
|
|
1522
|
+
}
|
|
1523
|
+
},
|
|
1524
|
+
"ai-portal.page-container": {
|
|
1525
|
+
"properties": [
|
|
1526
|
+
{
|
|
1527
|
+
"name": "pageTitle",
|
|
1528
|
+
"annotation": {
|
|
1529
|
+
"type": "keyword",
|
|
1530
|
+
"value": "string"
|
|
1531
|
+
}
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
"name": "breadcrumbs",
|
|
1535
|
+
"annotation": {
|
|
1536
|
+
"type": "array",
|
|
1537
|
+
"elementType": {
|
|
1538
|
+
"type": "reference",
|
|
1539
|
+
"typeName": {
|
|
1540
|
+
"type": "identifier",
|
|
1541
|
+
"name": "Breadcrumb"
|
|
1542
|
+
}
|
|
1543
|
+
}
|
|
1544
|
+
}
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
"name": "size",
|
|
1548
|
+
"annotation": {
|
|
1549
|
+
"type": "union",
|
|
1550
|
+
"types": [
|
|
1551
|
+
{
|
|
1552
|
+
"type": "jsLiteral",
|
|
1553
|
+
"value": "medium"
|
|
1554
|
+
},
|
|
1555
|
+
{
|
|
1556
|
+
"type": "jsLiteral",
|
|
1557
|
+
"value": "small"
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"type": "jsLiteral",
|
|
1561
|
+
"value": "full"
|
|
1562
|
+
}
|
|
1563
|
+
]
|
|
1564
|
+
}
|
|
1565
|
+
},
|
|
1566
|
+
{
|
|
1567
|
+
"name": "variant",
|
|
1568
|
+
"annotation": {
|
|
1569
|
+
"type": "union",
|
|
1570
|
+
"types": [
|
|
1571
|
+
{
|
|
1572
|
+
"type": "jsLiteral",
|
|
1573
|
+
"value": "default"
|
|
1574
|
+
},
|
|
1575
|
+
{
|
|
1576
|
+
"type": "jsLiteral",
|
|
1577
|
+
"value": "form"
|
|
1578
|
+
}
|
|
1579
|
+
]
|
|
1580
|
+
}
|
|
1581
|
+
},
|
|
1582
|
+
{
|
|
1583
|
+
"name": "sticky",
|
|
1584
|
+
"annotation": {
|
|
1585
|
+
"type": "keyword",
|
|
1586
|
+
"value": "boolean"
|
|
1587
|
+
}
|
|
1588
|
+
},
|
|
1589
|
+
{
|
|
1590
|
+
"name": "textContent",
|
|
1591
|
+
"annotation": {
|
|
1592
|
+
"type": "keyword",
|
|
1593
|
+
"value": "string"
|
|
1594
|
+
}
|
|
1595
|
+
}
|
|
1596
|
+
],
|
|
1597
|
+
"events": [],
|
|
1598
|
+
"methods": [],
|
|
1599
|
+
"types": [
|
|
1600
|
+
{
|
|
1601
|
+
"type": "interface",
|
|
1602
|
+
"name": "Breadcrumb",
|
|
1603
|
+
"body": [
|
|
1604
|
+
{
|
|
1605
|
+
"type": "propertySignature",
|
|
1606
|
+
"key": {
|
|
1607
|
+
"type": "identifier",
|
|
1608
|
+
"name": "text"
|
|
1609
|
+
},
|
|
1610
|
+
"annotation": {
|
|
1611
|
+
"type": "keyword",
|
|
1612
|
+
"value": "string"
|
|
1613
|
+
},
|
|
1614
|
+
"computed": false
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
"type": "propertySignature",
|
|
1618
|
+
"key": {
|
|
1619
|
+
"type": "identifier",
|
|
1620
|
+
"name": "url"
|
|
1621
|
+
},
|
|
1622
|
+
"annotation": {
|
|
1623
|
+
"type": "keyword",
|
|
1624
|
+
"value": "string"
|
|
1625
|
+
},
|
|
1626
|
+
"computed": false
|
|
1627
|
+
}
|
|
1628
|
+
]
|
|
1629
|
+
}
|
|
1630
|
+
]
|
|
1631
|
+
},
|
|
1632
|
+
"ai-portal.set-chat-command": {
|
|
1633
|
+
"type": "provider",
|
|
1634
|
+
"params": [
|
|
1635
|
+
{
|
|
1636
|
+
"name": "command",
|
|
1637
|
+
"annotation": {
|
|
1638
|
+
"type": "union",
|
|
1639
|
+
"types": [
|
|
1640
|
+
{
|
|
1641
|
+
"type": "reference",
|
|
1642
|
+
"typeName": {
|
|
1643
|
+
"type": "identifier",
|
|
1644
|
+
"name": "ChatCommand"
|
|
1645
|
+
}
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
"type": "keyword",
|
|
1649
|
+
"value": "null"
|
|
1650
|
+
}
|
|
1651
|
+
]
|
|
1652
|
+
}
|
|
1653
|
+
}
|
|
1654
|
+
],
|
|
1655
|
+
"returns": {
|
|
1656
|
+
"annotation": {
|
|
1657
|
+
"type": "keyword",
|
|
1658
|
+
"value": "void"
|
|
1659
|
+
}
|
|
1660
|
+
},
|
|
1661
|
+
"types": [
|
|
1662
|
+
{
|
|
1663
|
+
"type": "interface",
|
|
1664
|
+
"name": "ChatCommand",
|
|
1665
|
+
"body": [
|
|
1666
|
+
{
|
|
1667
|
+
"type": "propertySignature",
|
|
1668
|
+
"key": {
|
|
1669
|
+
"type": "identifier",
|
|
1670
|
+
"name": "command"
|
|
1671
|
+
},
|
|
1672
|
+
"annotation": {
|
|
1673
|
+
"type": "keyword",
|
|
1674
|
+
"value": "string"
|
|
1675
|
+
},
|
|
1676
|
+
"computed": false
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"type": "propertySignature",
|
|
1680
|
+
"key": {
|
|
1681
|
+
"type": "identifier",
|
|
1682
|
+
"name": "payload"
|
|
1683
|
+
},
|
|
1684
|
+
"annotation": {
|
|
1685
|
+
"type": "reference",
|
|
1686
|
+
"typeName": {
|
|
1687
|
+
"type": "identifier",
|
|
1688
|
+
"name": "CommandPayload"
|
|
1689
|
+
}
|
|
1690
|
+
},
|
|
1691
|
+
"computed": false
|
|
1692
|
+
}
|
|
1693
|
+
]
|
|
1694
|
+
}
|
|
1695
|
+
]
|
|
1696
|
+
},
|
|
1697
|
+
"ai-portal.tab-list": {
|
|
1698
|
+
"properties": [
|
|
1699
|
+
{
|
|
1700
|
+
"name": "tabs",
|
|
1701
|
+
"annotation": {
|
|
1702
|
+
"type": "array",
|
|
1703
|
+
"elementType": {
|
|
1704
|
+
"type": "reference",
|
|
1705
|
+
"typeName": {
|
|
1706
|
+
"type": "identifier",
|
|
1707
|
+
"name": "Tab"
|
|
1708
|
+
}
|
|
1709
|
+
}
|
|
1710
|
+
}
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
"name": "activeTab",
|
|
1714
|
+
"annotation": {
|
|
1715
|
+
"type": "keyword",
|
|
1716
|
+
"value": "string"
|
|
1717
|
+
}
|
|
1718
|
+
}
|
|
1719
|
+
],
|
|
1720
|
+
"events": [
|
|
1721
|
+
{
|
|
1722
|
+
"name": "tab.click",
|
|
1723
|
+
"detail": {
|
|
1724
|
+
"annotation": {
|
|
1725
|
+
"type": "reference",
|
|
1726
|
+
"typeName": {
|
|
1727
|
+
"type": "identifier",
|
|
1728
|
+
"name": "Tab"
|
|
1729
|
+
}
|
|
1730
|
+
}
|
|
1731
|
+
}
|
|
1732
|
+
}
|
|
1733
|
+
],
|
|
1734
|
+
"methods": [],
|
|
1735
|
+
"types": [
|
|
1736
|
+
{
|
|
1737
|
+
"type": "interface",
|
|
1738
|
+
"name": "Tab",
|
|
1739
|
+
"body": [
|
|
1740
|
+
{
|
|
1741
|
+
"type": "propertySignature",
|
|
1742
|
+
"key": {
|
|
1743
|
+
"type": "identifier",
|
|
1744
|
+
"name": "id"
|
|
1745
|
+
},
|
|
1746
|
+
"annotation": {
|
|
1747
|
+
"type": "keyword",
|
|
1748
|
+
"value": "string"
|
|
1749
|
+
},
|
|
1750
|
+
"computed": false
|
|
1751
|
+
},
|
|
1752
|
+
{
|
|
1753
|
+
"type": "propertySignature",
|
|
1754
|
+
"key": {
|
|
1755
|
+
"type": "identifier",
|
|
1756
|
+
"name": "label"
|
|
1757
|
+
},
|
|
1758
|
+
"annotation": {
|
|
1759
|
+
"type": "keyword",
|
|
1760
|
+
"value": "string"
|
|
1761
|
+
},
|
|
1762
|
+
"computed": false
|
|
1763
|
+
}
|
|
1764
|
+
]
|
|
1765
|
+
}
|
|
1766
|
+
]
|
|
1767
|
+
},
|
|
1768
|
+
"ai-portal.home-container": {
|
|
1769
|
+
"properties": [
|
|
1770
|
+
{
|
|
1771
|
+
"name": "sticky",
|
|
1772
|
+
"annotation": {
|
|
1773
|
+
"type": "keyword",
|
|
1774
|
+
"value": "boolean"
|
|
1775
|
+
}
|
|
1776
|
+
}
|
|
1777
|
+
],
|
|
1778
|
+
"events": [],
|
|
1779
|
+
"methods": []
|
|
1780
|
+
},
|
|
1781
|
+
"ai-portal.elevo-logo": {
|
|
1006
1782
|
"properties": [],
|
|
1007
1783
|
"events": [],
|
|
1008
1784
|
"methods": []
|
|
@@ -1331,7 +2107,7 @@
|
|
|
1331
2107
|
}
|
|
1332
2108
|
]
|
|
1333
2109
|
},
|
|
1334
|
-
"ai-portal.
|
|
2110
|
+
"ai-portal.mcp-tools": {
|
|
1335
2111
|
"properties": [
|
|
1336
2112
|
{
|
|
1337
2113
|
"name": "list",
|
|
@@ -1341,13 +2117,13 @@
|
|
|
1341
2117
|
"type": "reference",
|
|
1342
2118
|
"typeName": {
|
|
1343
2119
|
"type": "identifier",
|
|
1344
|
-
"name": "
|
|
2120
|
+
"name": "McpTool"
|
|
1345
2121
|
}
|
|
1346
2122
|
}
|
|
1347
2123
|
}
|
|
1348
2124
|
},
|
|
1349
2125
|
{
|
|
1350
|
-
"name": "
|
|
2126
|
+
"name": "stickyTop",
|
|
1351
2127
|
"annotation": {
|
|
1352
2128
|
"type": "keyword",
|
|
1353
2129
|
"value": "number"
|
|
@@ -1359,13 +2135,13 @@
|
|
|
1359
2135
|
"types": [
|
|
1360
2136
|
{
|
|
1361
2137
|
"type": "interface",
|
|
1362
|
-
"name": "
|
|
2138
|
+
"name": "McpTool",
|
|
1363
2139
|
"body": [
|
|
1364
2140
|
{
|
|
1365
2141
|
"type": "propertySignature",
|
|
1366
2142
|
"key": {
|
|
1367
2143
|
"type": "identifier",
|
|
1368
|
-
"name": "
|
|
2144
|
+
"name": "name"
|
|
1369
2145
|
},
|
|
1370
2146
|
"annotation": {
|
|
1371
2147
|
"type": "keyword",
|
|
@@ -1389,7 +2165,7 @@
|
|
|
1389
2165
|
"type": "propertySignature",
|
|
1390
2166
|
"key": {
|
|
1391
2167
|
"type": "identifier",
|
|
1392
|
-
"name": "
|
|
2168
|
+
"name": "description"
|
|
1393
2169
|
},
|
|
1394
2170
|
"annotation": {
|
|
1395
2171
|
"type": "keyword",
|
|
@@ -1401,7 +2177,44 @@
|
|
|
1401
2177
|
"type": "propertySignature",
|
|
1402
2178
|
"key": {
|
|
1403
2179
|
"type": "identifier",
|
|
1404
|
-
"name": "
|
|
2180
|
+
"name": "icon"
|
|
2181
|
+
},
|
|
2182
|
+
"annotation": {
|
|
2183
|
+
"type": "reference",
|
|
2184
|
+
"typeName": {
|
|
2185
|
+
"type": "identifier",
|
|
2186
|
+
"name": "GeneralIconProps"
|
|
2187
|
+
}
|
|
2188
|
+
},
|
|
2189
|
+
"optional": true,
|
|
2190
|
+
"computed": false
|
|
2191
|
+
},
|
|
2192
|
+
{
|
|
2193
|
+
"type": "propertySignature",
|
|
2194
|
+
"key": {
|
|
2195
|
+
"type": "identifier",
|
|
2196
|
+
"name": "server"
|
|
2197
|
+
},
|
|
2198
|
+
"annotation": {
|
|
2199
|
+
"type": "reference",
|
|
2200
|
+
"typeName": {
|
|
2201
|
+
"type": "identifier",
|
|
2202
|
+
"name": "McpServer"
|
|
2203
|
+
}
|
|
2204
|
+
},
|
|
2205
|
+
"computed": false
|
|
2206
|
+
}
|
|
2207
|
+
]
|
|
2208
|
+
},
|
|
2209
|
+
{
|
|
2210
|
+
"type": "interface",
|
|
2211
|
+
"name": "McpServer",
|
|
2212
|
+
"body": [
|
|
2213
|
+
{
|
|
2214
|
+
"type": "propertySignature",
|
|
2215
|
+
"key": {
|
|
2216
|
+
"type": "identifier",
|
|
2217
|
+
"name": "id"
|
|
1405
2218
|
},
|
|
1406
2219
|
"annotation": {
|
|
1407
2220
|
"type": "keyword",
|
|
@@ -1413,20 +2226,19 @@
|
|
|
1413
2226
|
"type": "propertySignature",
|
|
1414
2227
|
"key": {
|
|
1415
2228
|
"type": "identifier",
|
|
1416
|
-
"name": "
|
|
2229
|
+
"name": "name"
|
|
1417
2230
|
},
|
|
1418
2231
|
"annotation": {
|
|
1419
2232
|
"type": "keyword",
|
|
1420
2233
|
"value": "string"
|
|
1421
2234
|
},
|
|
1422
|
-
"optional": true,
|
|
1423
2235
|
"computed": false
|
|
1424
2236
|
}
|
|
1425
2237
|
]
|
|
1426
2238
|
}
|
|
1427
2239
|
]
|
|
1428
2240
|
},
|
|
1429
|
-
"ai-portal.
|
|
2241
|
+
"ai-portal.show-cases": {
|
|
1430
2242
|
"properties": [
|
|
1431
2243
|
{
|
|
1432
2244
|
"name": "list",
|
|
@@ -1436,13 +2248,13 @@
|
|
|
1436
2248
|
"type": "reference",
|
|
1437
2249
|
"typeName": {
|
|
1438
2250
|
"type": "identifier",
|
|
1439
|
-
"name": "
|
|
2251
|
+
"name": "ShowCaseType"
|
|
1440
2252
|
}
|
|
1441
2253
|
}
|
|
1442
2254
|
}
|
|
1443
2255
|
},
|
|
1444
2256
|
{
|
|
1445
|
-
"name": "
|
|
2257
|
+
"name": "limit",
|
|
1446
2258
|
"annotation": {
|
|
1447
2259
|
"type": "keyword",
|
|
1448
2260
|
"value": "number"
|
|
@@ -1454,13 +2266,13 @@
|
|
|
1454
2266
|
"types": [
|
|
1455
2267
|
{
|
|
1456
2268
|
"type": "interface",
|
|
1457
|
-
"name": "
|
|
2269
|
+
"name": "ShowCaseType",
|
|
1458
2270
|
"body": [
|
|
1459
2271
|
{
|
|
1460
2272
|
"type": "propertySignature",
|
|
1461
2273
|
"key": {
|
|
1462
2274
|
"type": "identifier",
|
|
1463
|
-
"name": "
|
|
2275
|
+
"name": "conversationId"
|
|
1464
2276
|
},
|
|
1465
2277
|
"annotation": {
|
|
1466
2278
|
"type": "keyword",
|
|
@@ -1484,7 +2296,7 @@
|
|
|
1484
2296
|
"type": "propertySignature",
|
|
1485
2297
|
"key": {
|
|
1486
2298
|
"type": "identifier",
|
|
1487
|
-
"name": "
|
|
2299
|
+
"name": "summary"
|
|
1488
2300
|
},
|
|
1489
2301
|
"annotation": {
|
|
1490
2302
|
"type": "keyword",
|
|
@@ -1496,44 +2308,7 @@
|
|
|
1496
2308
|
"type": "propertySignature",
|
|
1497
2309
|
"key": {
|
|
1498
2310
|
"type": "identifier",
|
|
1499
|
-
"name": "
|
|
1500
|
-
},
|
|
1501
|
-
"annotation": {
|
|
1502
|
-
"type": "reference",
|
|
1503
|
-
"typeName": {
|
|
1504
|
-
"type": "identifier",
|
|
1505
|
-
"name": "GeneralIconProps"
|
|
1506
|
-
}
|
|
1507
|
-
},
|
|
1508
|
-
"optional": true,
|
|
1509
|
-
"computed": false
|
|
1510
|
-
},
|
|
1511
|
-
{
|
|
1512
|
-
"type": "propertySignature",
|
|
1513
|
-
"key": {
|
|
1514
|
-
"type": "identifier",
|
|
1515
|
-
"name": "server"
|
|
1516
|
-
},
|
|
1517
|
-
"annotation": {
|
|
1518
|
-
"type": "reference",
|
|
1519
|
-
"typeName": {
|
|
1520
|
-
"type": "identifier",
|
|
1521
|
-
"name": "McpServer"
|
|
1522
|
-
}
|
|
1523
|
-
},
|
|
1524
|
-
"computed": false
|
|
1525
|
-
}
|
|
1526
|
-
]
|
|
1527
|
-
},
|
|
1528
|
-
{
|
|
1529
|
-
"type": "interface",
|
|
1530
|
-
"name": "McpServer",
|
|
1531
|
-
"body": [
|
|
1532
|
-
{
|
|
1533
|
-
"type": "propertySignature",
|
|
1534
|
-
"key": {
|
|
1535
|
-
"type": "identifier",
|
|
1536
|
-
"name": "id"
|
|
2311
|
+
"name": "scenario"
|
|
1537
2312
|
},
|
|
1538
2313
|
"annotation": {
|
|
1539
2314
|
"type": "keyword",
|
|
@@ -1545,12 +2320,13 @@
|
|
|
1545
2320
|
"type": "propertySignature",
|
|
1546
2321
|
"key": {
|
|
1547
2322
|
"type": "identifier",
|
|
1548
|
-
"name": "
|
|
2323
|
+
"name": "url"
|
|
1549
2324
|
},
|
|
1550
2325
|
"annotation": {
|
|
1551
2326
|
"type": "keyword",
|
|
1552
2327
|
"value": "string"
|
|
1553
2328
|
},
|
|
2329
|
+
"optional": true,
|
|
1554
2330
|
"computed": false
|
|
1555
2331
|
}
|
|
1556
2332
|
]
|
|
@@ -1955,291 +2731,72 @@
|
|
|
1955
2731
|
"events": [],
|
|
1956
2732
|
"methods": []
|
|
1957
2733
|
},
|
|
1958
|
-
"ai-portal.action-buttons": {
|
|
1959
|
-
"properties": [
|
|
1960
|
-
{
|
|
1961
|
-
"name": "items",
|
|
1962
|
-
"annotation": {
|
|
1963
|
-
"type": "array",
|
|
1964
|
-
"elementType": {
|
|
1965
|
-
"type": "reference",
|
|
1966
|
-
"typeName": {
|
|
1967
|
-
"type": "identifier",
|
|
1968
|
-
"name": "ActionItem"
|
|
1969
|
-
}
|
|
1970
|
-
}
|
|
1971
|
-
}
|
|
1972
|
-
},
|
|
1973
|
-
{
|
|
1974
|
-
"name": "activeKey",
|
|
1975
|
-
"annotation": {
|
|
1976
|
-
"type": "union",
|
|
1977
|
-
"types": [
|
|
1978
|
-
{
|
|
1979
|
-
"type": "keyword",
|
|
1980
|
-
"value": "string"
|
|
1981
|
-
},
|
|
1982
|
-
{
|
|
1983
|
-
"type": "keyword",
|
|
1984
|
-
"value": "null"
|
|
1985
|
-
}
|
|
1986
|
-
]
|
|
1987
|
-
}
|
|
1988
|
-
}
|
|
1989
|
-
],
|
|
1990
|
-
"events": [
|
|
1991
|
-
{
|
|
1992
|
-
"name": "change",
|
|
1993
|
-
"detail": {
|
|
1994
|
-
"annotation": {
|
|
1995
|
-
"type": "union",
|
|
1996
|
-
"types": [
|
|
1997
|
-
{
|
|
1998
|
-
"type": "reference",
|
|
1999
|
-
"typeName": {
|
|
2000
|
-
"type": "identifier",
|
|
2001
|
-
"name": "ActionItem"
|
|
2002
|
-
}
|
|
2003
|
-
},
|
|
2004
|
-
{
|
|
2005
|
-
"type": "keyword",
|
|
2006
|
-
"value": "null"
|
|
2007
|
-
}
|
|
2008
|
-
]
|
|
2009
|
-
}
|
|
2010
|
-
}
|
|
2011
|
-
}
|
|
2012
|
-
],
|
|
2013
|
-
"methods": [],
|
|
2014
|
-
"types": [
|
|
2015
|
-
{
|
|
2016
|
-
"type": "interface",
|
|
2017
|
-
"name": "ActionItem",
|
|
2018
|
-
"body": [
|
|
2019
|
-
{
|
|
2020
|
-
"type": "propertySignature",
|
|
2021
|
-
"key": {
|
|
2022
|
-
"type": "identifier",
|
|
2023
|
-
"name": "text"
|
|
2024
|
-
},
|
|
2025
|
-
"annotation": {
|
|
2026
|
-
"type": "keyword",
|
|
2027
|
-
"value": "string"
|
|
2028
|
-
},
|
|
2029
|
-
"computed": false
|
|
2030
|
-
},
|
|
2031
|
-
{
|
|
2032
|
-
"type": "propertySignature",
|
|
2033
|
-
"key": {
|
|
2034
|
-
"type": "identifier",
|
|
2035
|
-
"name": "key"
|
|
2036
|
-
},
|
|
2037
|
-
"annotation": {
|
|
2038
|
-
"type": "keyword",
|
|
2039
|
-
"value": "string"
|
|
2040
|
-
},
|
|
2041
|
-
"computed": false
|
|
2042
|
-
},
|
|
2043
|
-
{
|
|
2044
|
-
"type": "propertySignature",
|
|
2045
|
-
"key": {
|
|
2046
|
-
"type": "identifier",
|
|
2047
|
-
"name": "icon"
|
|
2048
|
-
},
|
|
2049
|
-
"annotation": {
|
|
2050
|
-
"type": "reference",
|
|
2051
|
-
"typeName": {
|
|
2052
|
-
"type": "identifier",
|
|
2053
|
-
"name": "GeneralIconProps"
|
|
2054
|
-
}
|
|
2055
|
-
},
|
|
2056
|
-
"optional": true,
|
|
2057
|
-
"computed": false
|
|
2058
|
-
},
|
|
2059
|
-
{
|
|
2060
|
-
"type": "propertySignature",
|
|
2061
|
-
"key": {
|
|
2062
|
-
"type": "identifier",
|
|
2063
|
-
"name": "hidden"
|
|
2064
|
-
},
|
|
2065
|
-
"annotation": {
|
|
2066
|
-
"type": "keyword",
|
|
2067
|
-
"value": "boolean"
|
|
2068
|
-
},
|
|
2069
|
-
"optional": true,
|
|
2070
|
-
"computed": false
|
|
2071
|
-
}
|
|
2072
|
-
]
|
|
2073
|
-
}
|
|
2074
|
-
]
|
|
2075
|
-
},
|
|
2076
|
-
"ai-portal.project-conversations": {
|
|
2077
|
-
"properties": [
|
|
2078
|
-
{
|
|
2079
|
-
"name": "list",
|
|
2080
|
-
"annotation": {
|
|
2081
|
-
"type": "array",
|
|
2082
|
-
"elementType": {
|
|
2083
|
-
"type": "reference",
|
|
2084
|
-
"typeName": {
|
|
2085
|
-
"type": "identifier",
|
|
2086
|
-
"name": "Conversation"
|
|
2087
|
-
}
|
|
2088
|
-
}
|
|
2089
|
-
}
|
|
2090
|
-
},
|
|
2091
|
-
{
|
|
2092
|
-
"name": "urlTemplate",
|
|
2093
|
-
"annotation": {
|
|
2094
|
-
"type": "keyword",
|
|
2095
|
-
"value": "string"
|
|
2096
|
-
}
|
|
2097
|
-
},
|
|
2098
|
-
{
|
|
2099
|
-
"name": "actions",
|
|
2100
|
-
"annotation": {
|
|
2101
|
-
"type": "array",
|
|
2102
|
-
"elementType": {
|
|
2103
|
-
"type": "reference",
|
|
2104
|
-
"typeName": {
|
|
2105
|
-
"type": "identifier",
|
|
2106
|
-
"name": "ActionType"
|
|
2107
|
-
}
|
|
2108
|
-
}
|
|
2109
|
-
}
|
|
2110
|
-
},
|
|
2111
|
-
{
|
|
2112
|
-
"name": "goals",
|
|
2113
|
-
"annotation": {
|
|
2114
|
-
"type": "array",
|
|
2115
|
-
"elementType": {
|
|
2116
|
-
"type": "reference",
|
|
2117
|
-
"typeName": {
|
|
2118
|
-
"type": "identifier",
|
|
2119
|
-
"name": "Goal"
|
|
2120
|
-
}
|
|
2121
|
-
}
|
|
2122
|
-
}
|
|
2123
|
-
}
|
|
2124
|
-
],
|
|
2125
|
-
"events": [
|
|
2126
|
-
{
|
|
2127
|
-
"name": "goal.click",
|
|
2128
|
-
"detail": {
|
|
2129
|
-
"annotation": {
|
|
2130
|
-
"type": "reference",
|
|
2131
|
-
"typeName": {
|
|
2132
|
-
"type": "identifier",
|
|
2133
|
-
"name": "Conversation"
|
|
2134
|
-
}
|
|
2135
|
-
}
|
|
2136
|
-
}
|
|
2137
|
-
},
|
|
2138
|
-
{
|
|
2139
|
-
"name": "action.click",
|
|
2140
|
-
"detail": {
|
|
2141
|
-
"annotation": {
|
|
2142
|
-
"type": "reference",
|
|
2143
|
-
"typeName": {
|
|
2144
|
-
"type": "identifier",
|
|
2145
|
-
"name": "ActionClickDetail"
|
|
2146
|
-
}
|
|
2147
|
-
}
|
|
2148
|
-
}
|
|
2149
|
-
}
|
|
2150
|
-
],
|
|
2151
|
-
"methods": [],
|
|
2152
|
-
"types": [
|
|
2153
|
-
{
|
|
2154
|
-
"type": "interface",
|
|
2155
|
-
"name": "Conversation",
|
|
2156
|
-
"body": [
|
|
2157
|
-
{
|
|
2158
|
-
"type": "propertySignature",
|
|
2159
|
-
"key": {
|
|
2160
|
-
"type": "identifier",
|
|
2161
|
-
"name": "conversationId"
|
|
2162
|
-
},
|
|
2163
|
-
"annotation": {
|
|
2164
|
-
"type": "keyword",
|
|
2165
|
-
"value": "string"
|
|
2166
|
-
},
|
|
2167
|
-
"computed": false
|
|
2168
|
-
},
|
|
2169
|
-
{
|
|
2170
|
-
"type": "propertySignature",
|
|
2171
|
-
"key": {
|
|
2172
|
-
"type": "identifier",
|
|
2173
|
-
"name": "title"
|
|
2174
|
-
},
|
|
2175
|
-
"annotation": {
|
|
2176
|
-
"type": "keyword",
|
|
2177
|
-
"value": "string"
|
|
2178
|
-
},
|
|
2179
|
-
"computed": false
|
|
2180
|
-
},
|
|
2181
|
-
{
|
|
2182
|
-
"type": "propertySignature",
|
|
2183
|
-
"key": {
|
|
2184
|
-
"type": "identifier",
|
|
2185
|
-
"name": "startTime"
|
|
2186
|
-
},
|
|
2187
|
-
"annotation": {
|
|
2188
|
-
"type": "keyword",
|
|
2189
|
-
"value": "number"
|
|
2190
|
-
},
|
|
2191
|
-
"computed": false
|
|
2192
|
-
},
|
|
2193
|
-
{
|
|
2194
|
-
"type": "propertySignature",
|
|
2195
|
-
"key": {
|
|
2196
|
-
"type": "identifier",
|
|
2197
|
-
"name": "description"
|
|
2198
|
-
},
|
|
2199
|
-
"annotation": {
|
|
2200
|
-
"type": "keyword",
|
|
2201
|
-
"value": "string"
|
|
2202
|
-
},
|
|
2203
|
-
"optional": true,
|
|
2204
|
-
"computed": false
|
|
2205
|
-
},
|
|
2206
|
-
{
|
|
2207
|
-
"type": "propertySignature",
|
|
2208
|
-
"key": {
|
|
2734
|
+
"ai-portal.action-buttons": {
|
|
2735
|
+
"properties": [
|
|
2736
|
+
{
|
|
2737
|
+
"name": "items",
|
|
2738
|
+
"annotation": {
|
|
2739
|
+
"type": "array",
|
|
2740
|
+
"elementType": {
|
|
2741
|
+
"type": "reference",
|
|
2742
|
+
"typeName": {
|
|
2209
2743
|
"type": "identifier",
|
|
2210
|
-
"name": "
|
|
2211
|
-
}
|
|
2212
|
-
|
|
2744
|
+
"name": "ActionItem"
|
|
2745
|
+
}
|
|
2746
|
+
}
|
|
2747
|
+
}
|
|
2748
|
+
},
|
|
2749
|
+
{
|
|
2750
|
+
"name": "activeKey",
|
|
2751
|
+
"annotation": {
|
|
2752
|
+
"type": "union",
|
|
2753
|
+
"types": [
|
|
2754
|
+
{
|
|
2213
2755
|
"type": "keyword",
|
|
2214
2756
|
"value": "string"
|
|
2215
2757
|
},
|
|
2216
|
-
|
|
2217
|
-
"computed": false
|
|
2218
|
-
},
|
|
2219
|
-
{
|
|
2220
|
-
"type": "propertySignature",
|
|
2221
|
-
"key": {
|
|
2222
|
-
"type": "identifier",
|
|
2223
|
-
"name": "username"
|
|
2224
|
-
},
|
|
2225
|
-
"annotation": {
|
|
2758
|
+
{
|
|
2226
2759
|
"type": "keyword",
|
|
2227
|
-
"value": "
|
|
2228
|
-
}
|
|
2229
|
-
|
|
2230
|
-
|
|
2760
|
+
"value": "null"
|
|
2761
|
+
}
|
|
2762
|
+
]
|
|
2763
|
+
}
|
|
2764
|
+
}
|
|
2765
|
+
],
|
|
2766
|
+
"events": [
|
|
2767
|
+
{
|
|
2768
|
+
"name": "change",
|
|
2769
|
+
"detail": {
|
|
2770
|
+
"annotation": {
|
|
2771
|
+
"type": "union",
|
|
2772
|
+
"types": [
|
|
2773
|
+
{
|
|
2774
|
+
"type": "reference",
|
|
2775
|
+
"typeName": {
|
|
2776
|
+
"type": "identifier",
|
|
2777
|
+
"name": "ActionItem"
|
|
2778
|
+
}
|
|
2779
|
+
},
|
|
2780
|
+
{
|
|
2781
|
+
"type": "keyword",
|
|
2782
|
+
"value": "null"
|
|
2783
|
+
}
|
|
2784
|
+
]
|
|
2231
2785
|
}
|
|
2232
|
-
|
|
2233
|
-
}
|
|
2786
|
+
}
|
|
2787
|
+
}
|
|
2788
|
+
],
|
|
2789
|
+
"methods": [],
|
|
2790
|
+
"types": [
|
|
2234
2791
|
{
|
|
2235
2792
|
"type": "interface",
|
|
2236
|
-
"name": "
|
|
2793
|
+
"name": "ActionItem",
|
|
2237
2794
|
"body": [
|
|
2238
2795
|
{
|
|
2239
2796
|
"type": "propertySignature",
|
|
2240
2797
|
"key": {
|
|
2241
2798
|
"type": "identifier",
|
|
2242
|
-
"name": "
|
|
2799
|
+
"name": "text"
|
|
2243
2800
|
},
|
|
2244
2801
|
"annotation": {
|
|
2245
2802
|
"type": "keyword",
|
|
@@ -2251,48 +2808,41 @@
|
|
|
2251
2808
|
"type": "propertySignature",
|
|
2252
2809
|
"key": {
|
|
2253
2810
|
"type": "identifier",
|
|
2254
|
-
"name": "
|
|
2811
|
+
"name": "key"
|
|
2255
2812
|
},
|
|
2256
2813
|
"annotation": {
|
|
2257
2814
|
"type": "keyword",
|
|
2258
2815
|
"value": "string"
|
|
2259
2816
|
},
|
|
2260
2817
|
"computed": false
|
|
2261
|
-
}
|
|
2262
|
-
]
|
|
2263
|
-
},
|
|
2264
|
-
{
|
|
2265
|
-
"type": "interface",
|
|
2266
|
-
"name": "ActionClickDetail",
|
|
2267
|
-
"body": [
|
|
2818
|
+
},
|
|
2268
2819
|
{
|
|
2269
2820
|
"type": "propertySignature",
|
|
2270
2821
|
"key": {
|
|
2271
2822
|
"type": "identifier",
|
|
2272
|
-
"name": "
|
|
2823
|
+
"name": "icon"
|
|
2273
2824
|
},
|
|
2274
2825
|
"annotation": {
|
|
2275
2826
|
"type": "reference",
|
|
2276
2827
|
"typeName": {
|
|
2277
2828
|
"type": "identifier",
|
|
2278
|
-
"name": "
|
|
2829
|
+
"name": "GeneralIconProps"
|
|
2279
2830
|
}
|
|
2280
2831
|
},
|
|
2832
|
+
"optional": true,
|
|
2281
2833
|
"computed": false
|
|
2282
2834
|
},
|
|
2283
2835
|
{
|
|
2284
2836
|
"type": "propertySignature",
|
|
2285
2837
|
"key": {
|
|
2286
2838
|
"type": "identifier",
|
|
2287
|
-
"name": "
|
|
2839
|
+
"name": "hidden"
|
|
2288
2840
|
},
|
|
2289
2841
|
"annotation": {
|
|
2290
|
-
"type": "
|
|
2291
|
-
"
|
|
2292
|
-
"type": "identifier",
|
|
2293
|
-
"name": "Conversation"
|
|
2294
|
-
}
|
|
2842
|
+
"type": "keyword",
|
|
2843
|
+
"value": "boolean"
|
|
2295
2844
|
},
|
|
2845
|
+
"optional": true,
|
|
2296
2846
|
"computed": false
|
|
2297
2847
|
}
|
|
2298
2848
|
]
|
|
@@ -3319,6 +3869,48 @@
|
|
|
3319
3869
|
"name": "UploadOptions"
|
|
3320
3870
|
}
|
|
3321
3871
|
}
|
|
3872
|
+
},
|
|
3873
|
+
{
|
|
3874
|
+
"name": "aiEmployees",
|
|
3875
|
+
"annotation": {
|
|
3876
|
+
"type": "array",
|
|
3877
|
+
"elementType": {
|
|
3878
|
+
"type": "reference",
|
|
3879
|
+
"typeName": {
|
|
3880
|
+
"type": "identifier",
|
|
3881
|
+
"name": "AIEmployee"
|
|
3882
|
+
}
|
|
3883
|
+
}
|
|
3884
|
+
}
|
|
3885
|
+
},
|
|
3886
|
+
{
|
|
3887
|
+
"name": "commands",
|
|
3888
|
+
"annotation": {
|
|
3889
|
+
"type": "array",
|
|
3890
|
+
"elementType": {
|
|
3891
|
+
"type": "reference",
|
|
3892
|
+
"typeName": {
|
|
3893
|
+
"type": "identifier",
|
|
3894
|
+
"name": "Command"
|
|
3895
|
+
}
|
|
3896
|
+
}
|
|
3897
|
+
}
|
|
3898
|
+
},
|
|
3899
|
+
{
|
|
3900
|
+
"name": "suggestionsPlacement",
|
|
3901
|
+
"annotation": {
|
|
3902
|
+
"type": "union",
|
|
3903
|
+
"types": [
|
|
3904
|
+
{
|
|
3905
|
+
"type": "jsLiteral",
|
|
3906
|
+
"value": "top"
|
|
3907
|
+
},
|
|
3908
|
+
{
|
|
3909
|
+
"type": "jsLiteral",
|
|
3910
|
+
"value": "bottom"
|
|
3911
|
+
}
|
|
3912
|
+
]
|
|
3913
|
+
}
|
|
3322
3914
|
}
|
|
3323
3915
|
],
|
|
3324
3916
|
"events": [
|
|
@@ -3466,6 +4058,127 @@
|
|
|
3466
4058
|
}
|
|
3467
4059
|
]
|
|
3468
4060
|
},
|
|
4061
|
+
{
|
|
4062
|
+
"type": "interface",
|
|
4063
|
+
"name": "AIEmployee",
|
|
4064
|
+
"body": [
|
|
4065
|
+
{
|
|
4066
|
+
"type": "propertySignature",
|
|
4067
|
+
"key": {
|
|
4068
|
+
"type": "identifier",
|
|
4069
|
+
"name": "employeeId"
|
|
4070
|
+
},
|
|
4071
|
+
"annotation": {
|
|
4072
|
+
"type": "keyword",
|
|
4073
|
+
"value": "string"
|
|
4074
|
+
},
|
|
4075
|
+
"computed": false
|
|
4076
|
+
},
|
|
4077
|
+
{
|
|
4078
|
+
"type": "propertySignature",
|
|
4079
|
+
"key": {
|
|
4080
|
+
"type": "identifier",
|
|
4081
|
+
"name": "name"
|
|
4082
|
+
},
|
|
4083
|
+
"annotation": {
|
|
4084
|
+
"type": "keyword",
|
|
4085
|
+
"value": "string"
|
|
4086
|
+
},
|
|
4087
|
+
"computed": false
|
|
4088
|
+
}
|
|
4089
|
+
]
|
|
4090
|
+
},
|
|
4091
|
+
{
|
|
4092
|
+
"type": "interface",
|
|
4093
|
+
"name": "Command",
|
|
4094
|
+
"body": [
|
|
4095
|
+
{
|
|
4096
|
+
"type": "propertySignature",
|
|
4097
|
+
"key": {
|
|
4098
|
+
"type": "identifier",
|
|
4099
|
+
"name": "label"
|
|
4100
|
+
},
|
|
4101
|
+
"annotation": {
|
|
4102
|
+
"type": "keyword",
|
|
4103
|
+
"value": "string"
|
|
4104
|
+
},
|
|
4105
|
+
"computed": false
|
|
4106
|
+
},
|
|
4107
|
+
{
|
|
4108
|
+
"type": "propertySignature",
|
|
4109
|
+
"key": {
|
|
4110
|
+
"type": "identifier",
|
|
4111
|
+
"name": "value"
|
|
4112
|
+
},
|
|
4113
|
+
"annotation": {
|
|
4114
|
+
"type": "keyword",
|
|
4115
|
+
"value": "string"
|
|
4116
|
+
},
|
|
4117
|
+
"computed": false
|
|
4118
|
+
},
|
|
4119
|
+
{
|
|
4120
|
+
"type": "propertySignature",
|
|
4121
|
+
"key": {
|
|
4122
|
+
"type": "identifier",
|
|
4123
|
+
"name": "groupKey"
|
|
4124
|
+
},
|
|
4125
|
+
"annotation": {
|
|
4126
|
+
"type": "keyword",
|
|
4127
|
+
"value": "string"
|
|
4128
|
+
},
|
|
4129
|
+
"optional": true,
|
|
4130
|
+
"computed": false
|
|
4131
|
+
},
|
|
4132
|
+
{
|
|
4133
|
+
"type": "propertySignature",
|
|
4134
|
+
"key": {
|
|
4135
|
+
"type": "identifier",
|
|
4136
|
+
"name": "groupLabel"
|
|
4137
|
+
},
|
|
4138
|
+
"annotation": {
|
|
4139
|
+
"type": "keyword",
|
|
4140
|
+
"value": "string"
|
|
4141
|
+
},
|
|
4142
|
+
"optional": true,
|
|
4143
|
+
"computed": false
|
|
4144
|
+
},
|
|
4145
|
+
{
|
|
4146
|
+
"type": "propertySignature",
|
|
4147
|
+
"key": {
|
|
4148
|
+
"type": "identifier",
|
|
4149
|
+
"name": "subCommands"
|
|
4150
|
+
},
|
|
4151
|
+
"annotation": {
|
|
4152
|
+
"type": "array",
|
|
4153
|
+
"elementType": {
|
|
4154
|
+
"type": "reference",
|
|
4155
|
+
"typeName": {
|
|
4156
|
+
"type": "identifier",
|
|
4157
|
+
"name": "Command"
|
|
4158
|
+
}
|
|
4159
|
+
}
|
|
4160
|
+
},
|
|
4161
|
+
"optional": true,
|
|
4162
|
+
"computed": false
|
|
4163
|
+
},
|
|
4164
|
+
{
|
|
4165
|
+
"type": "propertySignature",
|
|
4166
|
+
"key": {
|
|
4167
|
+
"type": "identifier",
|
|
4168
|
+
"name": "payload"
|
|
4169
|
+
},
|
|
4170
|
+
"annotation": {
|
|
4171
|
+
"type": "reference",
|
|
4172
|
+
"typeName": {
|
|
4173
|
+
"type": "identifier",
|
|
4174
|
+
"name": "CommandPayload"
|
|
4175
|
+
}
|
|
4176
|
+
},
|
|
4177
|
+
"optional": true,
|
|
4178
|
+
"computed": false
|
|
4179
|
+
}
|
|
4180
|
+
]
|
|
4181
|
+
},
|
|
3469
4182
|
{
|
|
3470
4183
|
"type": "interface",
|
|
3471
4184
|
"name": "ChatPayload",
|
|
@@ -3582,31 +4295,99 @@
|
|
|
3582
4295
|
"computed": false
|
|
3583
4296
|
}
|
|
3584
4297
|
]
|
|
4298
|
+
}
|
|
4299
|
+
]
|
|
4300
|
+
},
|
|
4301
|
+
"ai-portal.project-conversations": {
|
|
4302
|
+
"properties": [
|
|
4303
|
+
{
|
|
4304
|
+
"name": "list",
|
|
4305
|
+
"annotation": {
|
|
4306
|
+
"type": "array",
|
|
4307
|
+
"elementType": {
|
|
4308
|
+
"type": "reference",
|
|
4309
|
+
"typeName": {
|
|
4310
|
+
"type": "identifier",
|
|
4311
|
+
"name": "Conversation"
|
|
4312
|
+
}
|
|
4313
|
+
}
|
|
4314
|
+
}
|
|
3585
4315
|
},
|
|
3586
4316
|
{
|
|
3587
|
-
"
|
|
3588
|
-
"name": "CommandPayload",
|
|
4317
|
+
"name": "urlTemplate",
|
|
3589
4318
|
"annotation": {
|
|
3590
|
-
"type": "
|
|
3591
|
-
"
|
|
3592
|
-
|
|
3593
|
-
|
|
4319
|
+
"type": "keyword",
|
|
4320
|
+
"value": "string"
|
|
4321
|
+
}
|
|
4322
|
+
},
|
|
4323
|
+
{
|
|
4324
|
+
"name": "actions",
|
|
4325
|
+
"annotation": {
|
|
4326
|
+
"type": "array",
|
|
4327
|
+
"elementType": {
|
|
4328
|
+
"type": "reference",
|
|
4329
|
+
"typeName": {
|
|
4330
|
+
"type": "identifier",
|
|
4331
|
+
"name": "ActionType"
|
|
4332
|
+
}
|
|
4333
|
+
}
|
|
4334
|
+
}
|
|
4335
|
+
},
|
|
4336
|
+
{
|
|
4337
|
+
"name": "goals",
|
|
4338
|
+
"annotation": {
|
|
4339
|
+
"type": "array",
|
|
4340
|
+
"elementType": {
|
|
4341
|
+
"type": "reference",
|
|
4342
|
+
"typeName": {
|
|
4343
|
+
"type": "identifier",
|
|
4344
|
+
"name": "Goal"
|
|
4345
|
+
}
|
|
4346
|
+
}
|
|
4347
|
+
}
|
|
4348
|
+
}
|
|
4349
|
+
],
|
|
4350
|
+
"events": [
|
|
4351
|
+
{
|
|
4352
|
+
"name": "goal.click",
|
|
4353
|
+
"detail": {
|
|
4354
|
+
"annotation": {
|
|
4355
|
+
"type": "reference",
|
|
4356
|
+
"typeName": {
|
|
4357
|
+
"type": "identifier",
|
|
4358
|
+
"name": "Conversation"
|
|
4359
|
+
}
|
|
3594
4360
|
}
|
|
3595
4361
|
}
|
|
3596
4362
|
},
|
|
4363
|
+
{
|
|
4364
|
+
"name": "action.click",
|
|
4365
|
+
"detail": {
|
|
4366
|
+
"annotation": {
|
|
4367
|
+
"type": "reference",
|
|
4368
|
+
"typeName": {
|
|
4369
|
+
"type": "identifier",
|
|
4370
|
+
"name": "ActionClickDetail"
|
|
4371
|
+
}
|
|
4372
|
+
}
|
|
4373
|
+
}
|
|
4374
|
+
}
|
|
4375
|
+
],
|
|
4376
|
+
"methods": [],
|
|
4377
|
+
"types": [
|
|
3597
4378
|
{
|
|
3598
4379
|
"type": "interface",
|
|
3599
|
-
"name": "
|
|
4380
|
+
"name": "Conversation",
|
|
3600
4381
|
"body": [
|
|
3601
4382
|
{
|
|
3602
4383
|
"type": "propertySignature",
|
|
3603
4384
|
"key": {
|
|
3604
4385
|
"type": "identifier",
|
|
3605
|
-
"name": "
|
|
4386
|
+
"name": "conversationId"
|
|
3606
4387
|
},
|
|
3607
4388
|
"annotation": {
|
|
3608
|
-
"type": "
|
|
3609
|
-
"value": "
|
|
4389
|
+
"type": "keyword",
|
|
4390
|
+
"value": "string"
|
|
3610
4391
|
},
|
|
3611
4392
|
"computed": false
|
|
3612
4393
|
},
|
|
@@ -3614,63 +4395,128 @@
|
|
|
3614
4395
|
"type": "propertySignature",
|
|
3615
4396
|
"key": {
|
|
3616
4397
|
"type": "identifier",
|
|
3617
|
-
"name": "
|
|
4398
|
+
"name": "title"
|
|
3618
4399
|
},
|
|
3619
4400
|
"annotation": {
|
|
3620
|
-
"type": "
|
|
3621
|
-
"
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
|
|
3671
|
-
|
|
3672
|
-
|
|
3673
|
-
|
|
4401
|
+
"type": "keyword",
|
|
4402
|
+
"value": "string"
|
|
4403
|
+
},
|
|
4404
|
+
"computed": false
|
|
4405
|
+
},
|
|
4406
|
+
{
|
|
4407
|
+
"type": "propertySignature",
|
|
4408
|
+
"key": {
|
|
4409
|
+
"type": "identifier",
|
|
4410
|
+
"name": "startTime"
|
|
4411
|
+
},
|
|
4412
|
+
"annotation": {
|
|
4413
|
+
"type": "keyword",
|
|
4414
|
+
"value": "number"
|
|
4415
|
+
},
|
|
4416
|
+
"computed": false
|
|
4417
|
+
},
|
|
4418
|
+
{
|
|
4419
|
+
"type": "propertySignature",
|
|
4420
|
+
"key": {
|
|
4421
|
+
"type": "identifier",
|
|
4422
|
+
"name": "description"
|
|
4423
|
+
},
|
|
4424
|
+
"annotation": {
|
|
4425
|
+
"type": "keyword",
|
|
4426
|
+
"value": "string"
|
|
4427
|
+
},
|
|
4428
|
+
"optional": true,
|
|
4429
|
+
"computed": false
|
|
4430
|
+
},
|
|
4431
|
+
{
|
|
4432
|
+
"type": "propertySignature",
|
|
4433
|
+
"key": {
|
|
4434
|
+
"type": "identifier",
|
|
4435
|
+
"name": "goalInstanceId"
|
|
4436
|
+
},
|
|
4437
|
+
"annotation": {
|
|
4438
|
+
"type": "keyword",
|
|
4439
|
+
"value": "string"
|
|
4440
|
+
},
|
|
4441
|
+
"optional": true,
|
|
4442
|
+
"computed": false
|
|
4443
|
+
},
|
|
4444
|
+
{
|
|
4445
|
+
"type": "propertySignature",
|
|
4446
|
+
"key": {
|
|
4447
|
+
"type": "identifier",
|
|
4448
|
+
"name": "username"
|
|
4449
|
+
},
|
|
4450
|
+
"annotation": {
|
|
4451
|
+
"type": "keyword",
|
|
4452
|
+
"value": "string"
|
|
4453
|
+
},
|
|
4454
|
+
"optional": true,
|
|
4455
|
+
"computed": false
|
|
4456
|
+
}
|
|
4457
|
+
]
|
|
4458
|
+
},
|
|
4459
|
+
{
|
|
4460
|
+
"type": "interface",
|
|
4461
|
+
"name": "Goal",
|
|
4462
|
+
"body": [
|
|
4463
|
+
{
|
|
4464
|
+
"type": "propertySignature",
|
|
4465
|
+
"key": {
|
|
4466
|
+
"type": "identifier",
|
|
4467
|
+
"name": "instanceId"
|
|
4468
|
+
},
|
|
4469
|
+
"annotation": {
|
|
4470
|
+
"type": "keyword",
|
|
4471
|
+
"value": "string"
|
|
4472
|
+
},
|
|
4473
|
+
"computed": false
|
|
4474
|
+
},
|
|
4475
|
+
{
|
|
4476
|
+
"type": "propertySignature",
|
|
4477
|
+
"key": {
|
|
4478
|
+
"type": "identifier",
|
|
4479
|
+
"name": "title"
|
|
4480
|
+
},
|
|
4481
|
+
"annotation": {
|
|
4482
|
+
"type": "keyword",
|
|
4483
|
+
"value": "string"
|
|
4484
|
+
},
|
|
4485
|
+
"computed": false
|
|
4486
|
+
}
|
|
4487
|
+
]
|
|
4488
|
+
},
|
|
4489
|
+
{
|
|
4490
|
+
"type": "interface",
|
|
4491
|
+
"name": "ActionClickDetail",
|
|
4492
|
+
"body": [
|
|
4493
|
+
{
|
|
4494
|
+
"type": "propertySignature",
|
|
4495
|
+
"key": {
|
|
4496
|
+
"type": "identifier",
|
|
4497
|
+
"name": "action"
|
|
4498
|
+
},
|
|
4499
|
+
"annotation": {
|
|
4500
|
+
"type": "reference",
|
|
4501
|
+
"typeName": {
|
|
4502
|
+
"type": "identifier",
|
|
4503
|
+
"name": "SimpleActionType"
|
|
4504
|
+
}
|
|
4505
|
+
},
|
|
4506
|
+
"computed": false
|
|
4507
|
+
},
|
|
4508
|
+
{
|
|
4509
|
+
"type": "propertySignature",
|
|
4510
|
+
"key": {
|
|
4511
|
+
"type": "identifier",
|
|
4512
|
+
"name": "item"
|
|
4513
|
+
},
|
|
4514
|
+
"annotation": {
|
|
4515
|
+
"type": "reference",
|
|
4516
|
+
"typeName": {
|
|
4517
|
+
"type": "identifier",
|
|
4518
|
+
"name": "Conversation"
|
|
4519
|
+
}
|
|
3674
4520
|
},
|
|
3675
4521
|
"computed": false
|
|
3676
4522
|
}
|
|
@@ -6400,6 +7246,32 @@
|
|
|
6400
7246
|
"value": "boolean"
|
|
6401
7247
|
}
|
|
6402
7248
|
},
|
|
7249
|
+
{
|
|
7250
|
+
"name": "aiEmployees",
|
|
7251
|
+
"annotation": {
|
|
7252
|
+
"type": "array",
|
|
7253
|
+
"elementType": {
|
|
7254
|
+
"type": "reference",
|
|
7255
|
+
"typeName": {
|
|
7256
|
+
"type": "identifier",
|
|
7257
|
+
"name": "AIEmployee"
|
|
7258
|
+
}
|
|
7259
|
+
}
|
|
7260
|
+
}
|
|
7261
|
+
},
|
|
7262
|
+
{
|
|
7263
|
+
"name": "commands",
|
|
7264
|
+
"annotation": {
|
|
7265
|
+
"type": "array",
|
|
7266
|
+
"elementType": {
|
|
7267
|
+
"type": "reference",
|
|
7268
|
+
"typeName": {
|
|
7269
|
+
"type": "identifier",
|
|
7270
|
+
"name": "Command"
|
|
7271
|
+
}
|
|
7272
|
+
}
|
|
7273
|
+
}
|
|
7274
|
+
},
|
|
6403
7275
|
{
|
|
6404
7276
|
"name": "uploadOptions",
|
|
6405
7277
|
"annotation": {
|
|
@@ -6439,84 +7311,444 @@
|
|
|
6439
7311
|
"type": "identifier",
|
|
6440
7312
|
"name": "FeedbackDetail"
|
|
6441
7313
|
}
|
|
6442
|
-
}
|
|
6443
|
-
}
|
|
6444
|
-
},
|
|
6445
|
-
{
|
|
6446
|
-
"name": "feedback.on.view",
|
|
6447
|
-
"detail": {
|
|
6448
|
-
"annotation": {
|
|
6449
|
-
"type": "keyword",
|
|
6450
|
-
"value": "string"
|
|
6451
|
-
}
|
|
7314
|
+
}
|
|
7315
|
+
}
|
|
7316
|
+
},
|
|
7317
|
+
{
|
|
7318
|
+
"name": "feedback.on.view",
|
|
7319
|
+
"detail": {
|
|
7320
|
+
"annotation": {
|
|
7321
|
+
"type": "keyword",
|
|
7322
|
+
"value": "string"
|
|
7323
|
+
}
|
|
7324
|
+
}
|
|
7325
|
+
},
|
|
7326
|
+
{
|
|
7327
|
+
"name": "ui.switch",
|
|
7328
|
+
"detail": {
|
|
7329
|
+
"annotation": {
|
|
7330
|
+
"type": "jsLiteral",
|
|
7331
|
+
"value": "chat"
|
|
7332
|
+
}
|
|
7333
|
+
}
|
|
7334
|
+
},
|
|
7335
|
+
{
|
|
7336
|
+
"name": "detail.change",
|
|
7337
|
+
"detail": {
|
|
7338
|
+
"annotation": {
|
|
7339
|
+
"type": "reference",
|
|
7340
|
+
"typeName": {
|
|
7341
|
+
"type": "identifier",
|
|
7342
|
+
"name": "ConversationDetail"
|
|
7343
|
+
}
|
|
7344
|
+
}
|
|
7345
|
+
}
|
|
7346
|
+
}
|
|
7347
|
+
],
|
|
7348
|
+
"methods": [
|
|
7349
|
+
{
|
|
7350
|
+
"name": "resumed",
|
|
7351
|
+
"params": [],
|
|
7352
|
+
"returns": {}
|
|
7353
|
+
},
|
|
7354
|
+
{
|
|
7355
|
+
"name": "feedbackSubmitDone",
|
|
7356
|
+
"params": [],
|
|
7357
|
+
"returns": {}
|
|
7358
|
+
},
|
|
7359
|
+
{
|
|
7360
|
+
"name": "feedbackSubmitFailed",
|
|
7361
|
+
"params": [],
|
|
7362
|
+
"returns": {}
|
|
7363
|
+
},
|
|
7364
|
+
{
|
|
7365
|
+
"name": "feedbackOnViewDone",
|
|
7366
|
+
"params": [
|
|
7367
|
+
{
|
|
7368
|
+
"name": "viewId",
|
|
7369
|
+
"annotation": {
|
|
7370
|
+
"type": "keyword",
|
|
7371
|
+
"value": "string"
|
|
7372
|
+
}
|
|
7373
|
+
}
|
|
7374
|
+
],
|
|
7375
|
+
"returns": {}
|
|
7376
|
+
}
|
|
7377
|
+
],
|
|
7378
|
+
"types": [
|
|
7379
|
+
{
|
|
7380
|
+
"type": "interface",
|
|
7381
|
+
"name": "RequestStore",
|
|
7382
|
+
"body": [
|
|
7383
|
+
{
|
|
7384
|
+
"type": "propertySignature",
|
|
7385
|
+
"key": {
|
|
7386
|
+
"type": "identifier",
|
|
7387
|
+
"name": "conversationId"
|
|
7388
|
+
},
|
|
7389
|
+
"annotation": {
|
|
7390
|
+
"type": "keyword",
|
|
7391
|
+
"value": "string"
|
|
7392
|
+
},
|
|
7393
|
+
"computed": false
|
|
7394
|
+
},
|
|
7395
|
+
{
|
|
7396
|
+
"type": "propertySignature",
|
|
7397
|
+
"key": {
|
|
7398
|
+
"type": "identifier",
|
|
7399
|
+
"name": "content"
|
|
7400
|
+
},
|
|
7401
|
+
"annotation": {
|
|
7402
|
+
"type": "keyword",
|
|
7403
|
+
"value": "string"
|
|
7404
|
+
},
|
|
7405
|
+
"computed": false
|
|
7406
|
+
}
|
|
7407
|
+
],
|
|
7408
|
+
"extends": [
|
|
7409
|
+
{
|
|
7410
|
+
"type": "expressionWithTypeArguments",
|
|
7411
|
+
"expression": {
|
|
7412
|
+
"type": "identifier",
|
|
7413
|
+
"name": "ExtraChatPayload"
|
|
7414
|
+
}
|
|
7415
|
+
}
|
|
7416
|
+
]
|
|
7417
|
+
},
|
|
7418
|
+
{
|
|
7419
|
+
"type": "interface",
|
|
7420
|
+
"name": "ExtraChatPayload",
|
|
7421
|
+
"body": [
|
|
7422
|
+
{
|
|
7423
|
+
"type": "propertySignature",
|
|
7424
|
+
"key": {
|
|
7425
|
+
"type": "identifier",
|
|
7426
|
+
"name": "files"
|
|
7427
|
+
},
|
|
7428
|
+
"annotation": {
|
|
7429
|
+
"type": "array",
|
|
7430
|
+
"elementType": {
|
|
7431
|
+
"type": "reference",
|
|
7432
|
+
"typeName": {
|
|
7433
|
+
"type": "identifier",
|
|
7434
|
+
"name": "UploadFileInfo"
|
|
7435
|
+
}
|
|
7436
|
+
}
|
|
7437
|
+
},
|
|
7438
|
+
"optional": true,
|
|
7439
|
+
"computed": false
|
|
7440
|
+
},
|
|
7441
|
+
{
|
|
7442
|
+
"type": "propertySignature",
|
|
7443
|
+
"key": {
|
|
7444
|
+
"type": "identifier",
|
|
7445
|
+
"name": "cmd"
|
|
7446
|
+
},
|
|
7447
|
+
"annotation": {
|
|
7448
|
+
"type": "union",
|
|
7449
|
+
"types": [
|
|
7450
|
+
{
|
|
7451
|
+
"type": "reference",
|
|
7452
|
+
"typeName": {
|
|
7453
|
+
"type": "identifier",
|
|
7454
|
+
"name": "CommandPayload"
|
|
7455
|
+
}
|
|
7456
|
+
},
|
|
7457
|
+
{
|
|
7458
|
+
"type": "keyword",
|
|
7459
|
+
"value": "null"
|
|
7460
|
+
}
|
|
7461
|
+
]
|
|
7462
|
+
},
|
|
7463
|
+
"optional": true,
|
|
7464
|
+
"computed": false
|
|
7465
|
+
},
|
|
7466
|
+
{
|
|
7467
|
+
"type": "propertySignature",
|
|
7468
|
+
"key": {
|
|
7469
|
+
"type": "identifier",
|
|
7470
|
+
"name": "aiEmployeeId"
|
|
7471
|
+
},
|
|
7472
|
+
"annotation": {
|
|
7473
|
+
"type": "union",
|
|
7474
|
+
"types": [
|
|
7475
|
+
{
|
|
7476
|
+
"type": "keyword",
|
|
7477
|
+
"value": "string"
|
|
7478
|
+
},
|
|
7479
|
+
{
|
|
7480
|
+
"type": "keyword",
|
|
7481
|
+
"value": "null"
|
|
7482
|
+
}
|
|
7483
|
+
]
|
|
7484
|
+
},
|
|
7485
|
+
"optional": true,
|
|
7486
|
+
"computed": false
|
|
7487
|
+
}
|
|
7488
|
+
]
|
|
7489
|
+
},
|
|
7490
|
+
{
|
|
7491
|
+
"type": "interface",
|
|
7492
|
+
"name": "UploadFileInfo",
|
|
7493
|
+
"body": [
|
|
7494
|
+
{
|
|
7495
|
+
"type": "propertySignature",
|
|
7496
|
+
"key": {
|
|
7497
|
+
"type": "identifier",
|
|
7498
|
+
"name": "fileId"
|
|
7499
|
+
},
|
|
7500
|
+
"annotation": {
|
|
7501
|
+
"type": "keyword",
|
|
7502
|
+
"value": "string"
|
|
7503
|
+
},
|
|
7504
|
+
"computed": false
|
|
7505
|
+
}
|
|
7506
|
+
]
|
|
7507
|
+
},
|
|
7508
|
+
{
|
|
7509
|
+
"type": "typeAlias",
|
|
7510
|
+
"name": "CommandPayload",
|
|
7511
|
+
"annotation": {
|
|
7512
|
+
"type": "union",
|
|
7513
|
+
"types": [
|
|
7514
|
+
{
|
|
7515
|
+
"type": "reference",
|
|
7516
|
+
"typeName": {
|
|
7517
|
+
"type": "identifier",
|
|
7518
|
+
"name": "CommandPayloadServiceFlowStart"
|
|
7519
|
+
}
|
|
7520
|
+
},
|
|
7521
|
+
{
|
|
7522
|
+
"type": "reference",
|
|
7523
|
+
"typeName": {
|
|
7524
|
+
"type": "identifier",
|
|
7525
|
+
"name": "CommandPayloadServiceFlowCreate"
|
|
7526
|
+
}
|
|
7527
|
+
},
|
|
7528
|
+
{
|
|
7529
|
+
"type": "reference",
|
|
7530
|
+
"typeName": {
|
|
7531
|
+
"type": "identifier",
|
|
7532
|
+
"name": "CommandPayloadServiceFlowEdit"
|
|
7533
|
+
}
|
|
7534
|
+
},
|
|
7535
|
+
{
|
|
7536
|
+
"type": "reference",
|
|
7537
|
+
"typeName": {
|
|
7538
|
+
"type": "identifier",
|
|
7539
|
+
"name": "CommandPayloadGoalPlan"
|
|
7540
|
+
}
|
|
7541
|
+
},
|
|
7542
|
+
{
|
|
7543
|
+
"type": "reference",
|
|
7544
|
+
"typeName": {
|
|
7545
|
+
"type": "identifier",
|
|
7546
|
+
"name": "LegacyCommandPayloadServiceFlowStarting"
|
|
7547
|
+
}
|
|
7548
|
+
}
|
|
7549
|
+
]
|
|
6452
7550
|
}
|
|
6453
7551
|
},
|
|
6454
7552
|
{
|
|
6455
|
-
"
|
|
6456
|
-
"
|
|
6457
|
-
|
|
6458
|
-
|
|
6459
|
-
"
|
|
7553
|
+
"type": "interface",
|
|
7554
|
+
"name": "CommandPayloadServiceFlowStart",
|
|
7555
|
+
"body": [
|
|
7556
|
+
{
|
|
7557
|
+
"type": "propertySignature",
|
|
7558
|
+
"key": {
|
|
7559
|
+
"type": "identifier",
|
|
7560
|
+
"name": "type"
|
|
7561
|
+
},
|
|
7562
|
+
"annotation": {
|
|
7563
|
+
"type": "jsLiteral",
|
|
7564
|
+
"value": "serviceflow-start"
|
|
7565
|
+
},
|
|
7566
|
+
"computed": false
|
|
7567
|
+
},
|
|
7568
|
+
{
|
|
7569
|
+
"type": "propertySignature",
|
|
7570
|
+
"key": {
|
|
7571
|
+
"type": "identifier",
|
|
7572
|
+
"name": "payload"
|
|
7573
|
+
},
|
|
7574
|
+
"annotation": {
|
|
7575
|
+
"type": "typeLiteral",
|
|
7576
|
+
"members": [
|
|
7577
|
+
{
|
|
7578
|
+
"type": "propertySignature",
|
|
7579
|
+
"key": {
|
|
7580
|
+
"type": "identifier",
|
|
7581
|
+
"name": "spaceInstanceId"
|
|
7582
|
+
},
|
|
7583
|
+
"annotation": {
|
|
7584
|
+
"type": "keyword",
|
|
7585
|
+
"value": "string"
|
|
7586
|
+
},
|
|
7587
|
+
"computed": false
|
|
7588
|
+
},
|
|
7589
|
+
{
|
|
7590
|
+
"type": "propertySignature",
|
|
7591
|
+
"key": {
|
|
7592
|
+
"type": "identifier",
|
|
7593
|
+
"name": "spaceName"
|
|
7594
|
+
},
|
|
7595
|
+
"annotation": {
|
|
7596
|
+
"type": "keyword",
|
|
7597
|
+
"value": "string"
|
|
7598
|
+
},
|
|
7599
|
+
"optional": true,
|
|
7600
|
+
"computed": false
|
|
7601
|
+
},
|
|
7602
|
+
{
|
|
7603
|
+
"type": "propertySignature",
|
|
7604
|
+
"key": {
|
|
7605
|
+
"type": "identifier",
|
|
7606
|
+
"name": "flowInstanceId"
|
|
7607
|
+
},
|
|
7608
|
+
"annotation": {
|
|
7609
|
+
"type": "keyword",
|
|
7610
|
+
"value": "string"
|
|
7611
|
+
},
|
|
7612
|
+
"optional": true,
|
|
7613
|
+
"computed": false
|
|
7614
|
+
},
|
|
7615
|
+
{
|
|
7616
|
+
"type": "propertySignature",
|
|
7617
|
+
"key": {
|
|
7618
|
+
"type": "identifier",
|
|
7619
|
+
"name": "flowName"
|
|
7620
|
+
},
|
|
7621
|
+
"annotation": {
|
|
7622
|
+
"type": "keyword",
|
|
7623
|
+
"value": "string"
|
|
7624
|
+
},
|
|
7625
|
+
"optional": true,
|
|
7626
|
+
"computed": false
|
|
7627
|
+
}
|
|
7628
|
+
]
|
|
7629
|
+
},
|
|
7630
|
+
"computed": false
|
|
6460
7631
|
}
|
|
6461
|
-
|
|
6462
|
-
|
|
6463
|
-
|
|
6464
|
-
|
|
6465
|
-
|
|
6466
|
-
"annotation": {
|
|
6467
|
-
"type": "reference",
|
|
6468
|
-
"typeName": {
|
|
7632
|
+
],
|
|
7633
|
+
"extends": [
|
|
7634
|
+
{
|
|
7635
|
+
"type": "expressionWithTypeArguments",
|
|
7636
|
+
"expression": {
|
|
6469
7637
|
"type": "identifier",
|
|
6470
|
-
"name": "
|
|
7638
|
+
"name": "BaseCommandPayload"
|
|
6471
7639
|
}
|
|
6472
7640
|
}
|
|
6473
|
-
|
|
6474
|
-
}
|
|
6475
|
-
],
|
|
6476
|
-
"methods": [
|
|
6477
|
-
{
|
|
6478
|
-
"name": "resumed",
|
|
6479
|
-
"params": [],
|
|
6480
|
-
"returns": {}
|
|
6481
|
-
},
|
|
6482
|
-
{
|
|
6483
|
-
"name": "feedbackSubmitDone",
|
|
6484
|
-
"params": [],
|
|
6485
|
-
"returns": {}
|
|
6486
|
-
},
|
|
6487
|
-
{
|
|
6488
|
-
"name": "feedbackSubmitFailed",
|
|
6489
|
-
"params": [],
|
|
6490
|
-
"returns": {}
|
|
7641
|
+
]
|
|
6491
7642
|
},
|
|
6492
7643
|
{
|
|
6493
|
-
"
|
|
6494
|
-
"
|
|
7644
|
+
"type": "interface",
|
|
7645
|
+
"name": "BaseCommandPayload",
|
|
7646
|
+
"body": [
|
|
6495
7647
|
{
|
|
6496
|
-
"
|
|
7648
|
+
"type": "propertySignature",
|
|
7649
|
+
"key": {
|
|
7650
|
+
"type": "identifier",
|
|
7651
|
+
"name": "type"
|
|
7652
|
+
},
|
|
6497
7653
|
"annotation": {
|
|
6498
7654
|
"type": "keyword",
|
|
6499
7655
|
"value": "string"
|
|
6500
|
-
}
|
|
7656
|
+
},
|
|
7657
|
+
"computed": false
|
|
7658
|
+
},
|
|
7659
|
+
{
|
|
7660
|
+
"type": "propertySignature",
|
|
7661
|
+
"key": {
|
|
7662
|
+
"type": "identifier",
|
|
7663
|
+
"name": "payload"
|
|
7664
|
+
},
|
|
7665
|
+
"annotation": {
|
|
7666
|
+
"type": "keyword",
|
|
7667
|
+
"value": "unknown"
|
|
7668
|
+
},
|
|
7669
|
+
"optional": true,
|
|
7670
|
+
"computed": false
|
|
7671
|
+
}
|
|
7672
|
+
]
|
|
7673
|
+
},
|
|
7674
|
+
{
|
|
7675
|
+
"type": "interface",
|
|
7676
|
+
"name": "CommandPayloadServiceFlowCreate",
|
|
7677
|
+
"body": [
|
|
7678
|
+
{
|
|
7679
|
+
"type": "propertySignature",
|
|
7680
|
+
"key": {
|
|
7681
|
+
"type": "identifier",
|
|
7682
|
+
"name": "type"
|
|
7683
|
+
},
|
|
7684
|
+
"annotation": {
|
|
7685
|
+
"type": "jsLiteral",
|
|
7686
|
+
"value": "serviceflow-create"
|
|
7687
|
+
},
|
|
7688
|
+
"computed": false
|
|
7689
|
+
},
|
|
7690
|
+
{
|
|
7691
|
+
"type": "propertySignature",
|
|
7692
|
+
"key": {
|
|
7693
|
+
"type": "identifier",
|
|
7694
|
+
"name": "payload"
|
|
7695
|
+
},
|
|
7696
|
+
"annotation": {
|
|
7697
|
+
"type": "typeLiteral",
|
|
7698
|
+
"members": [
|
|
7699
|
+
{
|
|
7700
|
+
"type": "propertySignature",
|
|
7701
|
+
"key": {
|
|
7702
|
+
"type": "identifier",
|
|
7703
|
+
"name": "spaceInstanceId"
|
|
7704
|
+
},
|
|
7705
|
+
"annotation": {
|
|
7706
|
+
"type": "keyword",
|
|
7707
|
+
"value": "string"
|
|
7708
|
+
},
|
|
7709
|
+
"computed": false
|
|
7710
|
+
},
|
|
7711
|
+
{
|
|
7712
|
+
"type": "propertySignature",
|
|
7713
|
+
"key": {
|
|
7714
|
+
"type": "identifier",
|
|
7715
|
+
"name": "spaceName"
|
|
7716
|
+
},
|
|
7717
|
+
"annotation": {
|
|
7718
|
+
"type": "keyword",
|
|
7719
|
+
"value": "string"
|
|
7720
|
+
},
|
|
7721
|
+
"optional": true,
|
|
7722
|
+
"computed": false
|
|
7723
|
+
}
|
|
7724
|
+
]
|
|
7725
|
+
},
|
|
7726
|
+
"computed": false
|
|
6501
7727
|
}
|
|
6502
7728
|
],
|
|
6503
|
-
"
|
|
6504
|
-
|
|
6505
|
-
|
|
6506
|
-
|
|
7729
|
+
"extends": [
|
|
7730
|
+
{
|
|
7731
|
+
"type": "expressionWithTypeArguments",
|
|
7732
|
+
"expression": {
|
|
7733
|
+
"type": "identifier",
|
|
7734
|
+
"name": "BaseCommandPayload"
|
|
7735
|
+
}
|
|
7736
|
+
}
|
|
7737
|
+
]
|
|
7738
|
+
},
|
|
6507
7739
|
{
|
|
6508
7740
|
"type": "interface",
|
|
6509
|
-
"name": "
|
|
7741
|
+
"name": "CommandPayloadServiceFlowEdit",
|
|
6510
7742
|
"body": [
|
|
6511
7743
|
{
|
|
6512
7744
|
"type": "propertySignature",
|
|
6513
7745
|
"key": {
|
|
6514
7746
|
"type": "identifier",
|
|
6515
|
-
"name": "
|
|
7747
|
+
"name": "type"
|
|
6516
7748
|
},
|
|
6517
7749
|
"annotation": {
|
|
6518
|
-
"type": "
|
|
6519
|
-
"value": "
|
|
7750
|
+
"type": "jsLiteral",
|
|
7751
|
+
"value": "serviceflow-edit"
|
|
6520
7752
|
},
|
|
6521
7753
|
"computed": false
|
|
6522
7754
|
},
|
|
@@ -6524,11 +7756,62 @@
|
|
|
6524
7756
|
"type": "propertySignature",
|
|
6525
7757
|
"key": {
|
|
6526
7758
|
"type": "identifier",
|
|
6527
|
-
"name": "
|
|
7759
|
+
"name": "payload"
|
|
6528
7760
|
},
|
|
6529
7761
|
"annotation": {
|
|
6530
|
-
"type": "
|
|
6531
|
-
"
|
|
7762
|
+
"type": "typeLiteral",
|
|
7763
|
+
"members": [
|
|
7764
|
+
{
|
|
7765
|
+
"type": "propertySignature",
|
|
7766
|
+
"key": {
|
|
7767
|
+
"type": "identifier",
|
|
7768
|
+
"name": "spaceInstanceId"
|
|
7769
|
+
},
|
|
7770
|
+
"annotation": {
|
|
7771
|
+
"type": "keyword",
|
|
7772
|
+
"value": "string"
|
|
7773
|
+
},
|
|
7774
|
+
"computed": false
|
|
7775
|
+
},
|
|
7776
|
+
{
|
|
7777
|
+
"type": "propertySignature",
|
|
7778
|
+
"key": {
|
|
7779
|
+
"type": "identifier",
|
|
7780
|
+
"name": "spaceName"
|
|
7781
|
+
},
|
|
7782
|
+
"annotation": {
|
|
7783
|
+
"type": "keyword",
|
|
7784
|
+
"value": "string"
|
|
7785
|
+
},
|
|
7786
|
+
"optional": true,
|
|
7787
|
+
"computed": false
|
|
7788
|
+
},
|
|
7789
|
+
{
|
|
7790
|
+
"type": "propertySignature",
|
|
7791
|
+
"key": {
|
|
7792
|
+
"type": "identifier",
|
|
7793
|
+
"name": "flowInstanceId"
|
|
7794
|
+
},
|
|
7795
|
+
"annotation": {
|
|
7796
|
+
"type": "keyword",
|
|
7797
|
+
"value": "string"
|
|
7798
|
+
},
|
|
7799
|
+
"computed": false
|
|
7800
|
+
},
|
|
7801
|
+
{
|
|
7802
|
+
"type": "propertySignature",
|
|
7803
|
+
"key": {
|
|
7804
|
+
"type": "identifier",
|
|
7805
|
+
"name": "flowName"
|
|
7806
|
+
},
|
|
7807
|
+
"annotation": {
|
|
7808
|
+
"type": "keyword",
|
|
7809
|
+
"value": "string"
|
|
7810
|
+
},
|
|
7811
|
+
"optional": true,
|
|
7812
|
+
"computed": false
|
|
7813
|
+
}
|
|
7814
|
+
]
|
|
6532
7815
|
},
|
|
6533
7816
|
"computed": false
|
|
6534
7817
|
}
|
|
@@ -6538,115 +7821,92 @@
|
|
|
6538
7821
|
"type": "expressionWithTypeArguments",
|
|
6539
7822
|
"expression": {
|
|
6540
7823
|
"type": "identifier",
|
|
6541
|
-
"name": "
|
|
7824
|
+
"name": "BaseCommandPayload"
|
|
6542
7825
|
}
|
|
6543
7826
|
}
|
|
6544
7827
|
]
|
|
6545
7828
|
},
|
|
6546
7829
|
{
|
|
6547
7830
|
"type": "interface",
|
|
6548
|
-
"name": "
|
|
7831
|
+
"name": "CommandPayloadGoalPlan",
|
|
6549
7832
|
"body": [
|
|
6550
7833
|
{
|
|
6551
7834
|
"type": "propertySignature",
|
|
6552
7835
|
"key": {
|
|
6553
7836
|
"type": "identifier",
|
|
6554
|
-
"name": "
|
|
7837
|
+
"name": "type"
|
|
6555
7838
|
},
|
|
6556
7839
|
"annotation": {
|
|
6557
|
-
"type": "
|
|
6558
|
-
"
|
|
6559
|
-
"type": "reference",
|
|
6560
|
-
"typeName": {
|
|
6561
|
-
"type": "identifier",
|
|
6562
|
-
"name": "UploadFileInfo"
|
|
6563
|
-
}
|
|
6564
|
-
}
|
|
7840
|
+
"type": "jsLiteral",
|
|
7841
|
+
"value": "goal-plan"
|
|
6565
7842
|
},
|
|
6566
|
-
"optional": true,
|
|
6567
7843
|
"computed": false
|
|
6568
7844
|
},
|
|
6569
7845
|
{
|
|
6570
7846
|
"type": "propertySignature",
|
|
6571
7847
|
"key": {
|
|
6572
7848
|
"type": "identifier",
|
|
6573
|
-
"name": "
|
|
7849
|
+
"name": "payload"
|
|
6574
7850
|
},
|
|
6575
7851
|
"annotation": {
|
|
6576
|
-
"type": "
|
|
6577
|
-
"
|
|
7852
|
+
"type": "typeLiteral",
|
|
7853
|
+
"members": [
|
|
6578
7854
|
{
|
|
6579
|
-
"type": "
|
|
6580
|
-
"
|
|
7855
|
+
"type": "propertySignature",
|
|
7856
|
+
"key": {
|
|
6581
7857
|
"type": "identifier",
|
|
6582
|
-
"name": "
|
|
6583
|
-
}
|
|
7858
|
+
"name": "goalId"
|
|
7859
|
+
},
|
|
7860
|
+
"annotation": {
|
|
7861
|
+
"type": "keyword",
|
|
7862
|
+
"value": "string"
|
|
7863
|
+
},
|
|
7864
|
+
"computed": false
|
|
6584
7865
|
},
|
|
6585
7866
|
{
|
|
6586
|
-
"type": "
|
|
6587
|
-
"
|
|
6588
|
-
|
|
6589
|
-
|
|
6590
|
-
|
|
6591
|
-
|
|
6592
|
-
|
|
6593
|
-
|
|
6594
|
-
|
|
6595
|
-
|
|
6596
|
-
|
|
6597
|
-
"type": "identifier",
|
|
6598
|
-
"name": "aiEmployeeId"
|
|
6599
|
-
},
|
|
6600
|
-
"annotation": {
|
|
6601
|
-
"type": "union",
|
|
6602
|
-
"types": [
|
|
6603
|
-
{
|
|
6604
|
-
"type": "keyword",
|
|
6605
|
-
"value": "string"
|
|
7867
|
+
"type": "propertySignature",
|
|
7868
|
+
"key": {
|
|
7869
|
+
"type": "identifier",
|
|
7870
|
+
"name": "goalName"
|
|
7871
|
+
},
|
|
7872
|
+
"annotation": {
|
|
7873
|
+
"type": "keyword",
|
|
7874
|
+
"value": "string"
|
|
7875
|
+
},
|
|
7876
|
+
"optional": true,
|
|
7877
|
+
"computed": false
|
|
6606
7878
|
},
|
|
6607
7879
|
{
|
|
6608
|
-
"type": "
|
|
6609
|
-
"
|
|
7880
|
+
"type": "propertySignature",
|
|
7881
|
+
"key": {
|
|
7882
|
+
"type": "identifier",
|
|
7883
|
+
"name": "description"
|
|
7884
|
+
},
|
|
7885
|
+
"annotation": {
|
|
7886
|
+
"type": "keyword",
|
|
7887
|
+
"value": "string"
|
|
7888
|
+
},
|
|
7889
|
+
"optional": true,
|
|
7890
|
+
"computed": false
|
|
6610
7891
|
}
|
|
6611
7892
|
]
|
|
6612
7893
|
},
|
|
6613
|
-
"optional": true,
|
|
6614
7894
|
"computed": false
|
|
6615
7895
|
}
|
|
6616
|
-
]
|
|
6617
|
-
|
|
6618
|
-
{
|
|
6619
|
-
"type": "interface",
|
|
6620
|
-
"name": "UploadFileInfo",
|
|
6621
|
-
"body": [
|
|
7896
|
+
],
|
|
7897
|
+
"extends": [
|
|
6622
7898
|
{
|
|
6623
|
-
"type": "
|
|
6624
|
-
"
|
|
7899
|
+
"type": "expressionWithTypeArguments",
|
|
7900
|
+
"expression": {
|
|
6625
7901
|
"type": "identifier",
|
|
6626
|
-
"name": "
|
|
6627
|
-
}
|
|
6628
|
-
"annotation": {
|
|
6629
|
-
"type": "keyword",
|
|
6630
|
-
"value": "string"
|
|
6631
|
-
},
|
|
6632
|
-
"computed": false
|
|
7902
|
+
"name": "BaseCommandPayload"
|
|
7903
|
+
}
|
|
6633
7904
|
}
|
|
6634
7905
|
]
|
|
6635
7906
|
},
|
|
6636
|
-
{
|
|
6637
|
-
"type": "typeAlias",
|
|
6638
|
-
"name": "CommandPayload",
|
|
6639
|
-
"annotation": {
|
|
6640
|
-
"type": "reference",
|
|
6641
|
-
"typeName": {
|
|
6642
|
-
"type": "identifier",
|
|
6643
|
-
"name": "CommandPayloadServiceFlowStarting"
|
|
6644
|
-
}
|
|
6645
|
-
}
|
|
6646
|
-
},
|
|
6647
7907
|
{
|
|
6648
7908
|
"type": "interface",
|
|
6649
|
-
"name": "
|
|
7909
|
+
"name": "LegacyCommandPayloadServiceFlowStarting",
|
|
6650
7910
|
"body": [
|
|
6651
7911
|
{
|
|
6652
7912
|
"type": "propertySignature",
|
|
@@ -6825,11 +8085,132 @@
|
|
|
6825
8085
|
"type": "propertySignature",
|
|
6826
8086
|
"key": {
|
|
6827
8087
|
"type": "identifier",
|
|
6828
|
-
"name": "url"
|
|
8088
|
+
"name": "url"
|
|
8089
|
+
},
|
|
8090
|
+
"annotation": {
|
|
8091
|
+
"type": "keyword",
|
|
8092
|
+
"value": "string"
|
|
8093
|
+
},
|
|
8094
|
+
"optional": true,
|
|
8095
|
+
"computed": false
|
|
8096
|
+
}
|
|
8097
|
+
]
|
|
8098
|
+
},
|
|
8099
|
+
{
|
|
8100
|
+
"type": "interface",
|
|
8101
|
+
"name": "AIEmployee",
|
|
8102
|
+
"body": [
|
|
8103
|
+
{
|
|
8104
|
+
"type": "propertySignature",
|
|
8105
|
+
"key": {
|
|
8106
|
+
"type": "identifier",
|
|
8107
|
+
"name": "employeeId"
|
|
8108
|
+
},
|
|
8109
|
+
"annotation": {
|
|
8110
|
+
"type": "keyword",
|
|
8111
|
+
"value": "string"
|
|
8112
|
+
},
|
|
8113
|
+
"computed": false
|
|
8114
|
+
},
|
|
8115
|
+
{
|
|
8116
|
+
"type": "propertySignature",
|
|
8117
|
+
"key": {
|
|
8118
|
+
"type": "identifier",
|
|
8119
|
+
"name": "name"
|
|
8120
|
+
},
|
|
8121
|
+
"annotation": {
|
|
8122
|
+
"type": "keyword",
|
|
8123
|
+
"value": "string"
|
|
8124
|
+
},
|
|
8125
|
+
"computed": false
|
|
8126
|
+
}
|
|
8127
|
+
]
|
|
8128
|
+
},
|
|
8129
|
+
{
|
|
8130
|
+
"type": "interface",
|
|
8131
|
+
"name": "Command",
|
|
8132
|
+
"body": [
|
|
8133
|
+
{
|
|
8134
|
+
"type": "propertySignature",
|
|
8135
|
+
"key": {
|
|
8136
|
+
"type": "identifier",
|
|
8137
|
+
"name": "label"
|
|
8138
|
+
},
|
|
8139
|
+
"annotation": {
|
|
8140
|
+
"type": "keyword",
|
|
8141
|
+
"value": "string"
|
|
8142
|
+
},
|
|
8143
|
+
"computed": false
|
|
8144
|
+
},
|
|
8145
|
+
{
|
|
8146
|
+
"type": "propertySignature",
|
|
8147
|
+
"key": {
|
|
8148
|
+
"type": "identifier",
|
|
8149
|
+
"name": "value"
|
|
8150
|
+
},
|
|
8151
|
+
"annotation": {
|
|
8152
|
+
"type": "keyword",
|
|
8153
|
+
"value": "string"
|
|
8154
|
+
},
|
|
8155
|
+
"computed": false
|
|
8156
|
+
},
|
|
8157
|
+
{
|
|
8158
|
+
"type": "propertySignature",
|
|
8159
|
+
"key": {
|
|
8160
|
+
"type": "identifier",
|
|
8161
|
+
"name": "groupKey"
|
|
8162
|
+
},
|
|
8163
|
+
"annotation": {
|
|
8164
|
+
"type": "keyword",
|
|
8165
|
+
"value": "string"
|
|
8166
|
+
},
|
|
8167
|
+
"optional": true,
|
|
8168
|
+
"computed": false
|
|
8169
|
+
},
|
|
8170
|
+
{
|
|
8171
|
+
"type": "propertySignature",
|
|
8172
|
+
"key": {
|
|
8173
|
+
"type": "identifier",
|
|
8174
|
+
"name": "groupLabel"
|
|
8175
|
+
},
|
|
8176
|
+
"annotation": {
|
|
8177
|
+
"type": "keyword",
|
|
8178
|
+
"value": "string"
|
|
8179
|
+
},
|
|
8180
|
+
"optional": true,
|
|
8181
|
+
"computed": false
|
|
8182
|
+
},
|
|
8183
|
+
{
|
|
8184
|
+
"type": "propertySignature",
|
|
8185
|
+
"key": {
|
|
8186
|
+
"type": "identifier",
|
|
8187
|
+
"name": "subCommands"
|
|
8188
|
+
},
|
|
8189
|
+
"annotation": {
|
|
8190
|
+
"type": "array",
|
|
8191
|
+
"elementType": {
|
|
8192
|
+
"type": "reference",
|
|
8193
|
+
"typeName": {
|
|
8194
|
+
"type": "identifier",
|
|
8195
|
+
"name": "Command"
|
|
8196
|
+
}
|
|
8197
|
+
}
|
|
8198
|
+
},
|
|
8199
|
+
"optional": true,
|
|
8200
|
+
"computed": false
|
|
8201
|
+
},
|
|
8202
|
+
{
|
|
8203
|
+
"type": "propertySignature",
|
|
8204
|
+
"key": {
|
|
8205
|
+
"type": "identifier",
|
|
8206
|
+
"name": "payload"
|
|
6829
8207
|
},
|
|
6830
8208
|
"annotation": {
|
|
6831
|
-
"type": "
|
|
6832
|
-
"
|
|
8209
|
+
"type": "reference",
|
|
8210
|
+
"typeName": {
|
|
8211
|
+
"type": "identifier",
|
|
8212
|
+
"name": "CommandPayload"
|
|
8213
|
+
}
|
|
6833
8214
|
},
|
|
6834
8215
|
"optional": true,
|
|
6835
8216
|
"computed": false
|
|
@@ -7163,6 +8544,32 @@
|
|
|
7163
8544
|
"value": "string"
|
|
7164
8545
|
}
|
|
7165
8546
|
},
|
|
8547
|
+
{
|
|
8548
|
+
"name": "aiEmployees",
|
|
8549
|
+
"annotation": {
|
|
8550
|
+
"type": "array",
|
|
8551
|
+
"elementType": {
|
|
8552
|
+
"type": "reference",
|
|
8553
|
+
"typeName": {
|
|
8554
|
+
"type": "identifier",
|
|
8555
|
+
"name": "AIEmployee"
|
|
8556
|
+
}
|
|
8557
|
+
}
|
|
8558
|
+
}
|
|
8559
|
+
},
|
|
8560
|
+
{
|
|
8561
|
+
"name": "commands",
|
|
8562
|
+
"annotation": {
|
|
8563
|
+
"type": "array",
|
|
8564
|
+
"elementType": {
|
|
8565
|
+
"type": "reference",
|
|
8566
|
+
"typeName": {
|
|
8567
|
+
"type": "identifier",
|
|
8568
|
+
"name": "Command"
|
|
8569
|
+
}
|
|
8570
|
+
}
|
|
8571
|
+
}
|
|
8572
|
+
},
|
|
7166
8573
|
{
|
|
7167
8574
|
"name": "uploadOptions",
|
|
7168
8575
|
"annotation": {
|
|
@@ -7215,80 +8622,440 @@
|
|
|
7215
8622
|
}
|
|
7216
8623
|
},
|
|
7217
8624
|
{
|
|
7218
|
-
"name": "ui.switch",
|
|
7219
|
-
"detail": {
|
|
7220
|
-
"annotation": {
|
|
7221
|
-
"type": "jsLiteral",
|
|
7222
|
-
"value": "canvas"
|
|
8625
|
+
"name": "ui.switch",
|
|
8626
|
+
"detail": {
|
|
8627
|
+
"annotation": {
|
|
8628
|
+
"type": "jsLiteral",
|
|
8629
|
+
"value": "canvas"
|
|
8630
|
+
}
|
|
8631
|
+
}
|
|
8632
|
+
},
|
|
8633
|
+
{
|
|
8634
|
+
"name": "detail.change",
|
|
8635
|
+
"detail": {
|
|
8636
|
+
"annotation": {
|
|
8637
|
+
"type": "reference",
|
|
8638
|
+
"typeName": {
|
|
8639
|
+
"type": "identifier",
|
|
8640
|
+
"name": "ConversationDetail"
|
|
8641
|
+
}
|
|
8642
|
+
}
|
|
8643
|
+
}
|
|
8644
|
+
},
|
|
8645
|
+
{
|
|
8646
|
+
"name": "split.change",
|
|
8647
|
+
"detail": {
|
|
8648
|
+
"annotation": {
|
|
8649
|
+
"type": "keyword",
|
|
8650
|
+
"value": "boolean"
|
|
8651
|
+
}
|
|
8652
|
+
}
|
|
8653
|
+
}
|
|
8654
|
+
],
|
|
8655
|
+
"methods": [
|
|
8656
|
+
{
|
|
8657
|
+
"name": "resumed",
|
|
8658
|
+
"params": [],
|
|
8659
|
+
"returns": {}
|
|
8660
|
+
},
|
|
8661
|
+
{
|
|
8662
|
+
"name": "feedbackSubmitDone",
|
|
8663
|
+
"params": [],
|
|
8664
|
+
"returns": {}
|
|
8665
|
+
},
|
|
8666
|
+
{
|
|
8667
|
+
"name": "feedbackSubmitFailed",
|
|
8668
|
+
"params": [],
|
|
8669
|
+
"returns": {}
|
|
8670
|
+
},
|
|
8671
|
+
{
|
|
8672
|
+
"name": "feedbackOnViewDone",
|
|
8673
|
+
"params": [
|
|
8674
|
+
{
|
|
8675
|
+
"name": "viewId",
|
|
8676
|
+
"annotation": {
|
|
8677
|
+
"type": "keyword",
|
|
8678
|
+
"value": "string"
|
|
8679
|
+
}
|
|
8680
|
+
}
|
|
8681
|
+
],
|
|
8682
|
+
"returns": {}
|
|
8683
|
+
}
|
|
8684
|
+
],
|
|
8685
|
+
"types": [
|
|
8686
|
+
{
|
|
8687
|
+
"type": "interface",
|
|
8688
|
+
"name": "RequestStore",
|
|
8689
|
+
"body": [
|
|
8690
|
+
{
|
|
8691
|
+
"type": "propertySignature",
|
|
8692
|
+
"key": {
|
|
8693
|
+
"type": "identifier",
|
|
8694
|
+
"name": "conversationId"
|
|
8695
|
+
},
|
|
8696
|
+
"annotation": {
|
|
8697
|
+
"type": "keyword",
|
|
8698
|
+
"value": "string"
|
|
8699
|
+
},
|
|
8700
|
+
"computed": false
|
|
8701
|
+
},
|
|
8702
|
+
{
|
|
8703
|
+
"type": "propertySignature",
|
|
8704
|
+
"key": {
|
|
8705
|
+
"type": "identifier",
|
|
8706
|
+
"name": "content"
|
|
8707
|
+
},
|
|
8708
|
+
"annotation": {
|
|
8709
|
+
"type": "keyword",
|
|
8710
|
+
"value": "string"
|
|
8711
|
+
},
|
|
8712
|
+
"computed": false
|
|
8713
|
+
}
|
|
8714
|
+
],
|
|
8715
|
+
"extends": [
|
|
8716
|
+
{
|
|
8717
|
+
"type": "expressionWithTypeArguments",
|
|
8718
|
+
"expression": {
|
|
8719
|
+
"type": "identifier",
|
|
8720
|
+
"name": "ExtraChatPayload"
|
|
8721
|
+
}
|
|
8722
|
+
}
|
|
8723
|
+
]
|
|
8724
|
+
},
|
|
8725
|
+
{
|
|
8726
|
+
"type": "interface",
|
|
8727
|
+
"name": "ExtraChatPayload",
|
|
8728
|
+
"body": [
|
|
8729
|
+
{
|
|
8730
|
+
"type": "propertySignature",
|
|
8731
|
+
"key": {
|
|
8732
|
+
"type": "identifier",
|
|
8733
|
+
"name": "files"
|
|
8734
|
+
},
|
|
8735
|
+
"annotation": {
|
|
8736
|
+
"type": "array",
|
|
8737
|
+
"elementType": {
|
|
8738
|
+
"type": "reference",
|
|
8739
|
+
"typeName": {
|
|
8740
|
+
"type": "identifier",
|
|
8741
|
+
"name": "UploadFileInfo"
|
|
8742
|
+
}
|
|
8743
|
+
}
|
|
8744
|
+
},
|
|
8745
|
+
"optional": true,
|
|
8746
|
+
"computed": false
|
|
8747
|
+
},
|
|
8748
|
+
{
|
|
8749
|
+
"type": "propertySignature",
|
|
8750
|
+
"key": {
|
|
8751
|
+
"type": "identifier",
|
|
8752
|
+
"name": "cmd"
|
|
8753
|
+
},
|
|
8754
|
+
"annotation": {
|
|
8755
|
+
"type": "union",
|
|
8756
|
+
"types": [
|
|
8757
|
+
{
|
|
8758
|
+
"type": "reference",
|
|
8759
|
+
"typeName": {
|
|
8760
|
+
"type": "identifier",
|
|
8761
|
+
"name": "CommandPayload"
|
|
8762
|
+
}
|
|
8763
|
+
},
|
|
8764
|
+
{
|
|
8765
|
+
"type": "keyword",
|
|
8766
|
+
"value": "null"
|
|
8767
|
+
}
|
|
8768
|
+
]
|
|
8769
|
+
},
|
|
8770
|
+
"optional": true,
|
|
8771
|
+
"computed": false
|
|
8772
|
+
},
|
|
8773
|
+
{
|
|
8774
|
+
"type": "propertySignature",
|
|
8775
|
+
"key": {
|
|
8776
|
+
"type": "identifier",
|
|
8777
|
+
"name": "aiEmployeeId"
|
|
8778
|
+
},
|
|
8779
|
+
"annotation": {
|
|
8780
|
+
"type": "union",
|
|
8781
|
+
"types": [
|
|
8782
|
+
{
|
|
8783
|
+
"type": "keyword",
|
|
8784
|
+
"value": "string"
|
|
8785
|
+
},
|
|
8786
|
+
{
|
|
8787
|
+
"type": "keyword",
|
|
8788
|
+
"value": "null"
|
|
8789
|
+
}
|
|
8790
|
+
]
|
|
8791
|
+
},
|
|
8792
|
+
"optional": true,
|
|
8793
|
+
"computed": false
|
|
8794
|
+
}
|
|
8795
|
+
]
|
|
8796
|
+
},
|
|
8797
|
+
{
|
|
8798
|
+
"type": "interface",
|
|
8799
|
+
"name": "UploadFileInfo",
|
|
8800
|
+
"body": [
|
|
8801
|
+
{
|
|
8802
|
+
"type": "propertySignature",
|
|
8803
|
+
"key": {
|
|
8804
|
+
"type": "identifier",
|
|
8805
|
+
"name": "fileId"
|
|
8806
|
+
},
|
|
8807
|
+
"annotation": {
|
|
8808
|
+
"type": "keyword",
|
|
8809
|
+
"value": "string"
|
|
8810
|
+
},
|
|
8811
|
+
"computed": false
|
|
8812
|
+
}
|
|
8813
|
+
]
|
|
8814
|
+
},
|
|
8815
|
+
{
|
|
8816
|
+
"type": "typeAlias",
|
|
8817
|
+
"name": "CommandPayload",
|
|
8818
|
+
"annotation": {
|
|
8819
|
+
"type": "union",
|
|
8820
|
+
"types": [
|
|
8821
|
+
{
|
|
8822
|
+
"type": "reference",
|
|
8823
|
+
"typeName": {
|
|
8824
|
+
"type": "identifier",
|
|
8825
|
+
"name": "CommandPayloadServiceFlowStart"
|
|
8826
|
+
}
|
|
8827
|
+
},
|
|
8828
|
+
{
|
|
8829
|
+
"type": "reference",
|
|
8830
|
+
"typeName": {
|
|
8831
|
+
"type": "identifier",
|
|
8832
|
+
"name": "CommandPayloadServiceFlowCreate"
|
|
8833
|
+
}
|
|
8834
|
+
},
|
|
8835
|
+
{
|
|
8836
|
+
"type": "reference",
|
|
8837
|
+
"typeName": {
|
|
8838
|
+
"type": "identifier",
|
|
8839
|
+
"name": "CommandPayloadServiceFlowEdit"
|
|
8840
|
+
}
|
|
8841
|
+
},
|
|
8842
|
+
{
|
|
8843
|
+
"type": "reference",
|
|
8844
|
+
"typeName": {
|
|
8845
|
+
"type": "identifier",
|
|
8846
|
+
"name": "CommandPayloadGoalPlan"
|
|
8847
|
+
}
|
|
8848
|
+
},
|
|
8849
|
+
{
|
|
8850
|
+
"type": "reference",
|
|
8851
|
+
"typeName": {
|
|
8852
|
+
"type": "identifier",
|
|
8853
|
+
"name": "LegacyCommandPayloadServiceFlowStarting"
|
|
8854
|
+
}
|
|
8855
|
+
}
|
|
8856
|
+
]
|
|
8857
|
+
}
|
|
8858
|
+
},
|
|
8859
|
+
{
|
|
8860
|
+
"type": "interface",
|
|
8861
|
+
"name": "CommandPayloadServiceFlowStart",
|
|
8862
|
+
"body": [
|
|
8863
|
+
{
|
|
8864
|
+
"type": "propertySignature",
|
|
8865
|
+
"key": {
|
|
8866
|
+
"type": "identifier",
|
|
8867
|
+
"name": "type"
|
|
8868
|
+
},
|
|
8869
|
+
"annotation": {
|
|
8870
|
+
"type": "jsLiteral",
|
|
8871
|
+
"value": "serviceflow-start"
|
|
8872
|
+
},
|
|
8873
|
+
"computed": false
|
|
8874
|
+
},
|
|
8875
|
+
{
|
|
8876
|
+
"type": "propertySignature",
|
|
8877
|
+
"key": {
|
|
8878
|
+
"type": "identifier",
|
|
8879
|
+
"name": "payload"
|
|
8880
|
+
},
|
|
8881
|
+
"annotation": {
|
|
8882
|
+
"type": "typeLiteral",
|
|
8883
|
+
"members": [
|
|
8884
|
+
{
|
|
8885
|
+
"type": "propertySignature",
|
|
8886
|
+
"key": {
|
|
8887
|
+
"type": "identifier",
|
|
8888
|
+
"name": "spaceInstanceId"
|
|
8889
|
+
},
|
|
8890
|
+
"annotation": {
|
|
8891
|
+
"type": "keyword",
|
|
8892
|
+
"value": "string"
|
|
8893
|
+
},
|
|
8894
|
+
"computed": false
|
|
8895
|
+
},
|
|
8896
|
+
{
|
|
8897
|
+
"type": "propertySignature",
|
|
8898
|
+
"key": {
|
|
8899
|
+
"type": "identifier",
|
|
8900
|
+
"name": "spaceName"
|
|
8901
|
+
},
|
|
8902
|
+
"annotation": {
|
|
8903
|
+
"type": "keyword",
|
|
8904
|
+
"value": "string"
|
|
8905
|
+
},
|
|
8906
|
+
"optional": true,
|
|
8907
|
+
"computed": false
|
|
8908
|
+
},
|
|
8909
|
+
{
|
|
8910
|
+
"type": "propertySignature",
|
|
8911
|
+
"key": {
|
|
8912
|
+
"type": "identifier",
|
|
8913
|
+
"name": "flowInstanceId"
|
|
8914
|
+
},
|
|
8915
|
+
"annotation": {
|
|
8916
|
+
"type": "keyword",
|
|
8917
|
+
"value": "string"
|
|
8918
|
+
},
|
|
8919
|
+
"optional": true,
|
|
8920
|
+
"computed": false
|
|
8921
|
+
},
|
|
8922
|
+
{
|
|
8923
|
+
"type": "propertySignature",
|
|
8924
|
+
"key": {
|
|
8925
|
+
"type": "identifier",
|
|
8926
|
+
"name": "flowName"
|
|
8927
|
+
},
|
|
8928
|
+
"annotation": {
|
|
8929
|
+
"type": "keyword",
|
|
8930
|
+
"value": "string"
|
|
8931
|
+
},
|
|
8932
|
+
"optional": true,
|
|
8933
|
+
"computed": false
|
|
8934
|
+
}
|
|
8935
|
+
]
|
|
8936
|
+
},
|
|
8937
|
+
"computed": false
|
|
7223
8938
|
}
|
|
7224
|
-
|
|
7225
|
-
|
|
7226
|
-
|
|
7227
|
-
|
|
7228
|
-
|
|
7229
|
-
"annotation": {
|
|
7230
|
-
"type": "reference",
|
|
7231
|
-
"typeName": {
|
|
8939
|
+
],
|
|
8940
|
+
"extends": [
|
|
8941
|
+
{
|
|
8942
|
+
"type": "expressionWithTypeArguments",
|
|
8943
|
+
"expression": {
|
|
7232
8944
|
"type": "identifier",
|
|
7233
|
-
"name": "
|
|
8945
|
+
"name": "BaseCommandPayload"
|
|
7234
8946
|
}
|
|
7235
8947
|
}
|
|
7236
|
-
|
|
8948
|
+
]
|
|
7237
8949
|
},
|
|
7238
8950
|
{
|
|
7239
|
-
"
|
|
7240
|
-
"
|
|
7241
|
-
|
|
7242
|
-
|
|
7243
|
-
"
|
|
8951
|
+
"type": "interface",
|
|
8952
|
+
"name": "BaseCommandPayload",
|
|
8953
|
+
"body": [
|
|
8954
|
+
{
|
|
8955
|
+
"type": "propertySignature",
|
|
8956
|
+
"key": {
|
|
8957
|
+
"type": "identifier",
|
|
8958
|
+
"name": "type"
|
|
8959
|
+
},
|
|
8960
|
+
"annotation": {
|
|
8961
|
+
"type": "keyword",
|
|
8962
|
+
"value": "string"
|
|
8963
|
+
},
|
|
8964
|
+
"computed": false
|
|
8965
|
+
},
|
|
8966
|
+
{
|
|
8967
|
+
"type": "propertySignature",
|
|
8968
|
+
"key": {
|
|
8969
|
+
"type": "identifier",
|
|
8970
|
+
"name": "payload"
|
|
8971
|
+
},
|
|
8972
|
+
"annotation": {
|
|
8973
|
+
"type": "keyword",
|
|
8974
|
+
"value": "unknown"
|
|
8975
|
+
},
|
|
8976
|
+
"optional": true,
|
|
8977
|
+
"computed": false
|
|
7244
8978
|
}
|
|
7245
|
-
|
|
7246
|
-
}
|
|
7247
|
-
],
|
|
7248
|
-
"methods": [
|
|
7249
|
-
{
|
|
7250
|
-
"name": "resumed",
|
|
7251
|
-
"params": [],
|
|
7252
|
-
"returns": {}
|
|
7253
|
-
},
|
|
7254
|
-
{
|
|
7255
|
-
"name": "feedbackSubmitDone",
|
|
7256
|
-
"params": [],
|
|
7257
|
-
"returns": {}
|
|
7258
|
-
},
|
|
7259
|
-
{
|
|
7260
|
-
"name": "feedbackSubmitFailed",
|
|
7261
|
-
"params": [],
|
|
7262
|
-
"returns": {}
|
|
8979
|
+
]
|
|
7263
8980
|
},
|
|
7264
8981
|
{
|
|
7265
|
-
"
|
|
7266
|
-
"
|
|
8982
|
+
"type": "interface",
|
|
8983
|
+
"name": "CommandPayloadServiceFlowCreate",
|
|
8984
|
+
"body": [
|
|
7267
8985
|
{
|
|
7268
|
-
"
|
|
8986
|
+
"type": "propertySignature",
|
|
8987
|
+
"key": {
|
|
8988
|
+
"type": "identifier",
|
|
8989
|
+
"name": "type"
|
|
8990
|
+
},
|
|
7269
8991
|
"annotation": {
|
|
7270
|
-
"type": "
|
|
7271
|
-
"value": "
|
|
7272
|
-
}
|
|
8992
|
+
"type": "jsLiteral",
|
|
8993
|
+
"value": "serviceflow-create"
|
|
8994
|
+
},
|
|
8995
|
+
"computed": false
|
|
8996
|
+
},
|
|
8997
|
+
{
|
|
8998
|
+
"type": "propertySignature",
|
|
8999
|
+
"key": {
|
|
9000
|
+
"type": "identifier",
|
|
9001
|
+
"name": "payload"
|
|
9002
|
+
},
|
|
9003
|
+
"annotation": {
|
|
9004
|
+
"type": "typeLiteral",
|
|
9005
|
+
"members": [
|
|
9006
|
+
{
|
|
9007
|
+
"type": "propertySignature",
|
|
9008
|
+
"key": {
|
|
9009
|
+
"type": "identifier",
|
|
9010
|
+
"name": "spaceInstanceId"
|
|
9011
|
+
},
|
|
9012
|
+
"annotation": {
|
|
9013
|
+
"type": "keyword",
|
|
9014
|
+
"value": "string"
|
|
9015
|
+
},
|
|
9016
|
+
"computed": false
|
|
9017
|
+
},
|
|
9018
|
+
{
|
|
9019
|
+
"type": "propertySignature",
|
|
9020
|
+
"key": {
|
|
9021
|
+
"type": "identifier",
|
|
9022
|
+
"name": "spaceName"
|
|
9023
|
+
},
|
|
9024
|
+
"annotation": {
|
|
9025
|
+
"type": "keyword",
|
|
9026
|
+
"value": "string"
|
|
9027
|
+
},
|
|
9028
|
+
"optional": true,
|
|
9029
|
+
"computed": false
|
|
9030
|
+
}
|
|
9031
|
+
]
|
|
9032
|
+
},
|
|
9033
|
+
"computed": false
|
|
7273
9034
|
}
|
|
7274
9035
|
],
|
|
7275
|
-
"
|
|
7276
|
-
|
|
7277
|
-
|
|
7278
|
-
|
|
9036
|
+
"extends": [
|
|
9037
|
+
{
|
|
9038
|
+
"type": "expressionWithTypeArguments",
|
|
9039
|
+
"expression": {
|
|
9040
|
+
"type": "identifier",
|
|
9041
|
+
"name": "BaseCommandPayload"
|
|
9042
|
+
}
|
|
9043
|
+
}
|
|
9044
|
+
]
|
|
9045
|
+
},
|
|
7279
9046
|
{
|
|
7280
9047
|
"type": "interface",
|
|
7281
|
-
"name": "
|
|
9048
|
+
"name": "CommandPayloadServiceFlowEdit",
|
|
7282
9049
|
"body": [
|
|
7283
9050
|
{
|
|
7284
9051
|
"type": "propertySignature",
|
|
7285
9052
|
"key": {
|
|
7286
9053
|
"type": "identifier",
|
|
7287
|
-
"name": "
|
|
9054
|
+
"name": "type"
|
|
7288
9055
|
},
|
|
7289
9056
|
"annotation": {
|
|
7290
|
-
"type": "
|
|
7291
|
-
"value": "
|
|
9057
|
+
"type": "jsLiteral",
|
|
9058
|
+
"value": "serviceflow-edit"
|
|
7292
9059
|
},
|
|
7293
9060
|
"computed": false
|
|
7294
9061
|
},
|
|
@@ -7296,11 +9063,62 @@
|
|
|
7296
9063
|
"type": "propertySignature",
|
|
7297
9064
|
"key": {
|
|
7298
9065
|
"type": "identifier",
|
|
7299
|
-
"name": "
|
|
9066
|
+
"name": "payload"
|
|
7300
9067
|
},
|
|
7301
9068
|
"annotation": {
|
|
7302
|
-
"type": "
|
|
7303
|
-
"
|
|
9069
|
+
"type": "typeLiteral",
|
|
9070
|
+
"members": [
|
|
9071
|
+
{
|
|
9072
|
+
"type": "propertySignature",
|
|
9073
|
+
"key": {
|
|
9074
|
+
"type": "identifier",
|
|
9075
|
+
"name": "spaceInstanceId"
|
|
9076
|
+
},
|
|
9077
|
+
"annotation": {
|
|
9078
|
+
"type": "keyword",
|
|
9079
|
+
"value": "string"
|
|
9080
|
+
},
|
|
9081
|
+
"computed": false
|
|
9082
|
+
},
|
|
9083
|
+
{
|
|
9084
|
+
"type": "propertySignature",
|
|
9085
|
+
"key": {
|
|
9086
|
+
"type": "identifier",
|
|
9087
|
+
"name": "spaceName"
|
|
9088
|
+
},
|
|
9089
|
+
"annotation": {
|
|
9090
|
+
"type": "keyword",
|
|
9091
|
+
"value": "string"
|
|
9092
|
+
},
|
|
9093
|
+
"optional": true,
|
|
9094
|
+
"computed": false
|
|
9095
|
+
},
|
|
9096
|
+
{
|
|
9097
|
+
"type": "propertySignature",
|
|
9098
|
+
"key": {
|
|
9099
|
+
"type": "identifier",
|
|
9100
|
+
"name": "flowInstanceId"
|
|
9101
|
+
},
|
|
9102
|
+
"annotation": {
|
|
9103
|
+
"type": "keyword",
|
|
9104
|
+
"value": "string"
|
|
9105
|
+
},
|
|
9106
|
+
"computed": false
|
|
9107
|
+
},
|
|
9108
|
+
{
|
|
9109
|
+
"type": "propertySignature",
|
|
9110
|
+
"key": {
|
|
9111
|
+
"type": "identifier",
|
|
9112
|
+
"name": "flowName"
|
|
9113
|
+
},
|
|
9114
|
+
"annotation": {
|
|
9115
|
+
"type": "keyword",
|
|
9116
|
+
"value": "string"
|
|
9117
|
+
},
|
|
9118
|
+
"optional": true,
|
|
9119
|
+
"computed": false
|
|
9120
|
+
}
|
|
9121
|
+
]
|
|
7304
9122
|
},
|
|
7305
9123
|
"computed": false
|
|
7306
9124
|
}
|
|
@@ -7310,115 +9128,92 @@
|
|
|
7310
9128
|
"type": "expressionWithTypeArguments",
|
|
7311
9129
|
"expression": {
|
|
7312
9130
|
"type": "identifier",
|
|
7313
|
-
"name": "
|
|
9131
|
+
"name": "BaseCommandPayload"
|
|
7314
9132
|
}
|
|
7315
9133
|
}
|
|
7316
9134
|
]
|
|
7317
9135
|
},
|
|
7318
9136
|
{
|
|
7319
9137
|
"type": "interface",
|
|
7320
|
-
"name": "
|
|
9138
|
+
"name": "CommandPayloadGoalPlan",
|
|
7321
9139
|
"body": [
|
|
7322
9140
|
{
|
|
7323
9141
|
"type": "propertySignature",
|
|
7324
9142
|
"key": {
|
|
7325
9143
|
"type": "identifier",
|
|
7326
|
-
"name": "
|
|
9144
|
+
"name": "type"
|
|
7327
9145
|
},
|
|
7328
9146
|
"annotation": {
|
|
7329
|
-
"type": "
|
|
7330
|
-
"
|
|
7331
|
-
"type": "reference",
|
|
7332
|
-
"typeName": {
|
|
7333
|
-
"type": "identifier",
|
|
7334
|
-
"name": "UploadFileInfo"
|
|
7335
|
-
}
|
|
7336
|
-
}
|
|
9147
|
+
"type": "jsLiteral",
|
|
9148
|
+
"value": "goal-plan"
|
|
7337
9149
|
},
|
|
7338
|
-
"optional": true,
|
|
7339
9150
|
"computed": false
|
|
7340
9151
|
},
|
|
7341
9152
|
{
|
|
7342
9153
|
"type": "propertySignature",
|
|
7343
9154
|
"key": {
|
|
7344
9155
|
"type": "identifier",
|
|
7345
|
-
"name": "
|
|
9156
|
+
"name": "payload"
|
|
7346
9157
|
},
|
|
7347
9158
|
"annotation": {
|
|
7348
|
-
"type": "
|
|
7349
|
-
"
|
|
9159
|
+
"type": "typeLiteral",
|
|
9160
|
+
"members": [
|
|
7350
9161
|
{
|
|
7351
|
-
"type": "
|
|
7352
|
-
"
|
|
9162
|
+
"type": "propertySignature",
|
|
9163
|
+
"key": {
|
|
7353
9164
|
"type": "identifier",
|
|
7354
|
-
"name": "
|
|
7355
|
-
}
|
|
9165
|
+
"name": "goalId"
|
|
9166
|
+
},
|
|
9167
|
+
"annotation": {
|
|
9168
|
+
"type": "keyword",
|
|
9169
|
+
"value": "string"
|
|
9170
|
+
},
|
|
9171
|
+
"computed": false
|
|
7356
9172
|
},
|
|
7357
9173
|
{
|
|
7358
|
-
"type": "
|
|
7359
|
-
"
|
|
7360
|
-
|
|
7361
|
-
|
|
7362
|
-
|
|
7363
|
-
|
|
7364
|
-
|
|
7365
|
-
|
|
7366
|
-
|
|
7367
|
-
|
|
7368
|
-
|
|
7369
|
-
"type": "identifier",
|
|
7370
|
-
"name": "aiEmployeeId"
|
|
7371
|
-
},
|
|
7372
|
-
"annotation": {
|
|
7373
|
-
"type": "union",
|
|
7374
|
-
"types": [
|
|
7375
|
-
{
|
|
7376
|
-
"type": "keyword",
|
|
7377
|
-
"value": "string"
|
|
9174
|
+
"type": "propertySignature",
|
|
9175
|
+
"key": {
|
|
9176
|
+
"type": "identifier",
|
|
9177
|
+
"name": "goalName"
|
|
9178
|
+
},
|
|
9179
|
+
"annotation": {
|
|
9180
|
+
"type": "keyword",
|
|
9181
|
+
"value": "string"
|
|
9182
|
+
},
|
|
9183
|
+
"optional": true,
|
|
9184
|
+
"computed": false
|
|
7378
9185
|
},
|
|
7379
9186
|
{
|
|
7380
|
-
"type": "
|
|
7381
|
-
"
|
|
9187
|
+
"type": "propertySignature",
|
|
9188
|
+
"key": {
|
|
9189
|
+
"type": "identifier",
|
|
9190
|
+
"name": "description"
|
|
9191
|
+
},
|
|
9192
|
+
"annotation": {
|
|
9193
|
+
"type": "keyword",
|
|
9194
|
+
"value": "string"
|
|
9195
|
+
},
|
|
9196
|
+
"optional": true,
|
|
9197
|
+
"computed": false
|
|
7382
9198
|
}
|
|
7383
9199
|
]
|
|
7384
9200
|
},
|
|
7385
|
-
"optional": true,
|
|
7386
9201
|
"computed": false
|
|
7387
9202
|
}
|
|
7388
|
-
]
|
|
7389
|
-
|
|
7390
|
-
{
|
|
7391
|
-
"type": "interface",
|
|
7392
|
-
"name": "UploadFileInfo",
|
|
7393
|
-
"body": [
|
|
9203
|
+
],
|
|
9204
|
+
"extends": [
|
|
7394
9205
|
{
|
|
7395
|
-
"type": "
|
|
7396
|
-
"
|
|
9206
|
+
"type": "expressionWithTypeArguments",
|
|
9207
|
+
"expression": {
|
|
7397
9208
|
"type": "identifier",
|
|
7398
|
-
"name": "
|
|
7399
|
-
}
|
|
7400
|
-
"annotation": {
|
|
7401
|
-
"type": "keyword",
|
|
7402
|
-
"value": "string"
|
|
7403
|
-
},
|
|
7404
|
-
"computed": false
|
|
9209
|
+
"name": "BaseCommandPayload"
|
|
9210
|
+
}
|
|
7405
9211
|
}
|
|
7406
9212
|
]
|
|
7407
9213
|
},
|
|
7408
|
-
{
|
|
7409
|
-
"type": "typeAlias",
|
|
7410
|
-
"name": "CommandPayload",
|
|
7411
|
-
"annotation": {
|
|
7412
|
-
"type": "reference",
|
|
7413
|
-
"typeName": {
|
|
7414
|
-
"type": "identifier",
|
|
7415
|
-
"name": "CommandPayloadServiceFlowStarting"
|
|
7416
|
-
}
|
|
7417
|
-
}
|
|
7418
|
-
},
|
|
7419
9214
|
{
|
|
7420
9215
|
"type": "interface",
|
|
7421
|
-
"name": "
|
|
9216
|
+
"name": "LegacyCommandPayloadServiceFlowStarting",
|
|
7422
9217
|
"body": [
|
|
7423
9218
|
{
|
|
7424
9219
|
"type": "propertySignature",
|
|
@@ -7608,6 +9403,127 @@
|
|
|
7608
9403
|
}
|
|
7609
9404
|
]
|
|
7610
9405
|
},
|
|
9406
|
+
{
|
|
9407
|
+
"type": "interface",
|
|
9408
|
+
"name": "AIEmployee",
|
|
9409
|
+
"body": [
|
|
9410
|
+
{
|
|
9411
|
+
"type": "propertySignature",
|
|
9412
|
+
"key": {
|
|
9413
|
+
"type": "identifier",
|
|
9414
|
+
"name": "employeeId"
|
|
9415
|
+
},
|
|
9416
|
+
"annotation": {
|
|
9417
|
+
"type": "keyword",
|
|
9418
|
+
"value": "string"
|
|
9419
|
+
},
|
|
9420
|
+
"computed": false
|
|
9421
|
+
},
|
|
9422
|
+
{
|
|
9423
|
+
"type": "propertySignature",
|
|
9424
|
+
"key": {
|
|
9425
|
+
"type": "identifier",
|
|
9426
|
+
"name": "name"
|
|
9427
|
+
},
|
|
9428
|
+
"annotation": {
|
|
9429
|
+
"type": "keyword",
|
|
9430
|
+
"value": "string"
|
|
9431
|
+
},
|
|
9432
|
+
"computed": false
|
|
9433
|
+
}
|
|
9434
|
+
]
|
|
9435
|
+
},
|
|
9436
|
+
{
|
|
9437
|
+
"type": "interface",
|
|
9438
|
+
"name": "Command",
|
|
9439
|
+
"body": [
|
|
9440
|
+
{
|
|
9441
|
+
"type": "propertySignature",
|
|
9442
|
+
"key": {
|
|
9443
|
+
"type": "identifier",
|
|
9444
|
+
"name": "label"
|
|
9445
|
+
},
|
|
9446
|
+
"annotation": {
|
|
9447
|
+
"type": "keyword",
|
|
9448
|
+
"value": "string"
|
|
9449
|
+
},
|
|
9450
|
+
"computed": false
|
|
9451
|
+
},
|
|
9452
|
+
{
|
|
9453
|
+
"type": "propertySignature",
|
|
9454
|
+
"key": {
|
|
9455
|
+
"type": "identifier",
|
|
9456
|
+
"name": "value"
|
|
9457
|
+
},
|
|
9458
|
+
"annotation": {
|
|
9459
|
+
"type": "keyword",
|
|
9460
|
+
"value": "string"
|
|
9461
|
+
},
|
|
9462
|
+
"computed": false
|
|
9463
|
+
},
|
|
9464
|
+
{
|
|
9465
|
+
"type": "propertySignature",
|
|
9466
|
+
"key": {
|
|
9467
|
+
"type": "identifier",
|
|
9468
|
+
"name": "groupKey"
|
|
9469
|
+
},
|
|
9470
|
+
"annotation": {
|
|
9471
|
+
"type": "keyword",
|
|
9472
|
+
"value": "string"
|
|
9473
|
+
},
|
|
9474
|
+
"optional": true,
|
|
9475
|
+
"computed": false
|
|
9476
|
+
},
|
|
9477
|
+
{
|
|
9478
|
+
"type": "propertySignature",
|
|
9479
|
+
"key": {
|
|
9480
|
+
"type": "identifier",
|
|
9481
|
+
"name": "groupLabel"
|
|
9482
|
+
},
|
|
9483
|
+
"annotation": {
|
|
9484
|
+
"type": "keyword",
|
|
9485
|
+
"value": "string"
|
|
9486
|
+
},
|
|
9487
|
+
"optional": true,
|
|
9488
|
+
"computed": false
|
|
9489
|
+
},
|
|
9490
|
+
{
|
|
9491
|
+
"type": "propertySignature",
|
|
9492
|
+
"key": {
|
|
9493
|
+
"type": "identifier",
|
|
9494
|
+
"name": "subCommands"
|
|
9495
|
+
},
|
|
9496
|
+
"annotation": {
|
|
9497
|
+
"type": "array",
|
|
9498
|
+
"elementType": {
|
|
9499
|
+
"type": "reference",
|
|
9500
|
+
"typeName": {
|
|
9501
|
+
"type": "identifier",
|
|
9502
|
+
"name": "Command"
|
|
9503
|
+
}
|
|
9504
|
+
}
|
|
9505
|
+
},
|
|
9506
|
+
"optional": true,
|
|
9507
|
+
"computed": false
|
|
9508
|
+
},
|
|
9509
|
+
{
|
|
9510
|
+
"type": "propertySignature",
|
|
9511
|
+
"key": {
|
|
9512
|
+
"type": "identifier",
|
|
9513
|
+
"name": "payload"
|
|
9514
|
+
},
|
|
9515
|
+
"annotation": {
|
|
9516
|
+
"type": "reference",
|
|
9517
|
+
"typeName": {
|
|
9518
|
+
"type": "identifier",
|
|
9519
|
+
"name": "CommandPayload"
|
|
9520
|
+
}
|
|
9521
|
+
},
|
|
9522
|
+
"optional": true,
|
|
9523
|
+
"computed": false
|
|
9524
|
+
}
|
|
9525
|
+
]
|
|
9526
|
+
},
|
|
7611
9527
|
{
|
|
7612
9528
|
"type": "interface",
|
|
7613
9529
|
"name": "UploadOptions",
|