@next-bricks/ai-portal 0.39.6 → 0.40.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.
Files changed (107) hide show
  1. package/dist/bricks.json +29 -16
  2. package/dist/chunks/3506.da6e43af.js +2 -0
  3. package/dist/chunks/3506.da6e43af.js.map +1 -0
  4. package/dist/chunks/3554.65e56ba5.js +2 -0
  5. package/dist/chunks/3554.65e56ba5.js.map +1 -0
  6. package/dist/chunks/{382.673901e0.js → 382.d2e3f46f.js} +2 -2
  7. package/dist/chunks/382.d2e3f46f.js.map +1 -0
  8. package/dist/chunks/453.e0c39d75.js +2 -0
  9. package/dist/chunks/453.e0c39d75.js.map +1 -0
  10. package/dist/chunks/{4837.ef36f6e2.js → 4837.e8c87fc9.js} +2 -2
  11. package/dist/chunks/{4837.ef36f6e2.js.map → 4837.e8c87fc9.js.map} +1 -1
  12. package/dist/chunks/6862.32630cc8.js +3 -0
  13. package/dist/chunks/6862.32630cc8.js.map +1 -0
  14. package/dist/chunks/7493.b181babb.js +2 -0
  15. package/dist/chunks/7493.b181babb.js.map +1 -0
  16. package/dist/chunks/7774.505f9191.js +2 -0
  17. package/dist/chunks/7774.505f9191.js.map +1 -0
  18. package/dist/chunks/8176.2a3975e1.js +2 -0
  19. package/dist/chunks/8176.2a3975e1.js.map +1 -0
  20. package/dist/chunks/9535.ff0f82a1.js +3 -0
  21. package/dist/chunks/9535.ff0f82a1.js.map +1 -0
  22. package/dist/chunks/{7218.13c19b72.js → 9599.ffd509c6.js} +2 -2
  23. package/dist/chunks/{7218.13c19b72.js.map → 9599.ffd509c6.js.map} +1 -1
  24. package/dist/chunks/activity-timeline.a7da73e9.js +2 -0
  25. package/dist/chunks/activity-timeline.a7da73e9.js.map +1 -0
  26. package/dist/chunks/chat-box.37df7bc1.js +2 -0
  27. package/dist/chunks/chat-box.37df7bc1.js.map +1 -0
  28. package/dist/chunks/chat-input.2bd1c748.js +3 -0
  29. package/dist/chunks/chat-input.2bd1c748.js.map +1 -0
  30. package/dist/chunks/goal-card-list.9866674c.js +3 -0
  31. package/dist/chunks/goal-card-list.9866674c.js.map +1 -0
  32. package/dist/chunks/main.1b2393f2.js +2 -0
  33. package/dist/chunks/{main.70faece8.js.map → main.1b2393f2.js.map} +1 -1
  34. package/dist/chunks/preview-container.fa54ae91.js +2 -0
  35. package/dist/chunks/preview-container.fa54ae91.js.map +1 -0
  36. package/dist/chunks/project-conversations.d4771579.js +3 -0
  37. package/dist/chunks/project-conversations.d4771579.js.map +1 -0
  38. package/dist/chunks/project-knowledges.e5845df3.js +3 -0
  39. package/dist/chunks/project-knowledges.e5845df3.js.LICENSE.txt +5 -0
  40. package/dist/chunks/project-knowledges.e5845df3.js.map +1 -0
  41. package/dist/examples.json +9 -3
  42. package/dist/index.890818f5.js +2 -0
  43. package/dist/index.890818f5.js.map +1 -0
  44. package/dist/manifest.json +208 -135
  45. package/dist/types.json +1112 -37
  46. package/dist-types/activity-timeline/i18n.d.ts +25 -0
  47. package/dist-types/activity-timeline/index.d.ts +16 -0
  48. package/dist-types/activity-timeline/index.spec.d.ts +1 -0
  49. package/dist-types/activity-timeline/interfaces.d.ts +85 -0
  50. package/dist-types/bootstrap.d.ts +2 -0
  51. package/dist-types/chat-box/index.d.ts +1 -5
  52. package/dist-types/chat-input/i18n.d.ts +15 -0
  53. package/dist-types/chat-input/index.d.ts +30 -0
  54. package/dist-types/chat-input/index.spec.d.ts +1 -0
  55. package/dist-types/chat-stream/useConversationStream.d.ts +0 -2
  56. package/dist-types/chat-stream/useTaskStream.d.ts +0 -1
  57. package/dist-types/cruise-canvas/NodeJob/NodeJob.d.ts +2 -1
  58. package/dist-types/cruise-canvas/interfaces.d.ts +3 -1
  59. package/dist-types/cruise-canvas/useConversationDetail.d.ts +1 -1
  60. package/dist-types/cruise-canvas/useTaskDetail.d.ts +1 -1
  61. package/dist-types/goal-card-list/CardItem/CardItem.d.ts +1 -1
  62. package/dist-types/project-conversations/index.d.ts +7 -1
  63. package/dist-types/project-knowledges/index.d.ts +4 -3
  64. package/dist-types/shared/ChatBox/ChatBox.d.ts +1 -2
  65. package/dist-types/shared/ChatBox/i18n.d.ts +2 -6
  66. package/dist-types/shared/RequestHumanAction/RequestHumanAction.d.ts +4 -0
  67. package/dist-types/shared/TaskContext.d.ts +1 -1
  68. package/dist-types/shared/bricks.d.ts +2 -0
  69. package/dist-types/shared/interfaces.d.ts +3 -3
  70. package/docs/activity-timeline.md +54 -0
  71. package/docs/chat-input.md +9 -0
  72. package/package.json +2 -2
  73. package/dist/chunks/1967.118ab1ff.js +0 -2
  74. package/dist/chunks/1967.118ab1ff.js.map +0 -1
  75. package/dist/chunks/3554.d27ba6a7.js +0 -2
  76. package/dist/chunks/3554.d27ba6a7.js.map +0 -1
  77. package/dist/chunks/382.673901e0.js.map +0 -1
  78. package/dist/chunks/453.bb828a7c.js +0 -2
  79. package/dist/chunks/453.bb828a7c.js.map +0 -1
  80. package/dist/chunks/4994.58c51a7a.js +0 -2
  81. package/dist/chunks/4994.58c51a7a.js.map +0 -1
  82. package/dist/chunks/6977.3f6d97bc.js +0 -3
  83. package/dist/chunks/6977.3f6d97bc.js.map +0 -1
  84. package/dist/chunks/71.d73556e8.js +0 -2
  85. package/dist/chunks/71.d73556e8.js.map +0 -1
  86. package/dist/chunks/7774.4418c30b.js +0 -2
  87. package/dist/chunks/7774.4418c30b.js.map +0 -1
  88. package/dist/chunks/8794.dc43f083.js +0 -3
  89. package/dist/chunks/8794.dc43f083.js.map +0 -1
  90. package/dist/chunks/chat-box.95d5030b.js +0 -2
  91. package/dist/chunks/chat-box.95d5030b.js.map +0 -1
  92. package/dist/chunks/goal-card-list.3808c3ae.js +0 -3
  93. package/dist/chunks/goal-card-list.3808c3ae.js.map +0 -1
  94. package/dist/chunks/main.70faece8.js +0 -2
  95. package/dist/chunks/preview-container.260a045a.js +0 -2
  96. package/dist/chunks/preview-container.260a045a.js.map +0 -1
  97. package/dist/chunks/project-conversations.972403a2.js +0 -3
  98. package/dist/chunks/project-conversations.972403a2.js.map +0 -1
  99. package/dist/chunks/project-knowledges.a65a0602.js +0 -3
  100. package/dist/chunks/project-knowledges.a65a0602.js.map +0 -1
  101. package/dist/index.910aa848.js +0 -2
  102. package/dist/index.910aa848.js.map +0 -1
  103. /package/dist/chunks/{6977.3f6d97bc.js.LICENSE.txt → 6862.32630cc8.js.LICENSE.txt} +0 -0
  104. /package/dist/chunks/{8794.dc43f083.js.LICENSE.txt → 9535.ff0f82a1.js.LICENSE.txt} +0 -0
  105. /package/dist/chunks/{goal-card-list.3808c3ae.js.LICENSE.txt → chat-input.2bd1c748.js.LICENSE.txt} +0 -0
  106. /package/dist/chunks/{project-conversations.972403a2.js.LICENSE.txt → goal-card-list.9866674c.js.LICENSE.txt} +0 -0
  107. /package/dist/chunks/{project-knowledges.a65a0602.js.LICENSE.txt → project-conversations.d4771579.js.LICENSE.txt} +0 -0
package/dist/types.json CHANGED
@@ -584,6 +584,18 @@
584
584
  }
585
585
  }
586
586
  }
587
+ },
588
+ {
589
+ "name": "item.click",
590
+ "detail": {
591
+ "annotation": {
592
+ "type": "reference",
593
+ "typeName": {
594
+ "type": "identifier",
595
+ "name": "Knowledge"
596
+ }
597
+ }
598
+ }
587
599
  }
588
600
  ],
589
601
  "methods": [],
@@ -596,7 +608,7 @@
596
608
  "type": "propertySignature",
597
609
  "key": {
598
610
  "type": "identifier",
599
- "name": "knowledgeId"
611
+ "name": "instanceId"
600
612
  },
601
613
  "annotation": {
602
614
  "type": "keyword",
@@ -608,12 +620,25 @@
608
620
  "type": "propertySignature",
609
621
  "key": {
610
622
  "type": "identifier",
611
- "name": "title"
623
+ "name": "name"
624
+ },
625
+ "annotation": {
626
+ "type": "keyword",
627
+ "value": "string"
628
+ },
629
+ "computed": false
630
+ },
631
+ {
632
+ "type": "propertySignature",
633
+ "key": {
634
+ "type": "identifier",
635
+ "name": "description"
612
636
  },
613
637
  "annotation": {
614
638
  "type": "keyword",
615
639
  "value": "string"
616
640
  },
641
+ "optional": true,
617
642
  "computed": false
618
643
  },
619
644
  {
@@ -632,7 +657,7 @@
632
657
  "type": "propertySignature",
633
658
  "key": {
634
659
  "type": "identifier",
635
- "name": "description"
660
+ "name": "user"
636
661
  },
637
662
  "annotation": {
638
663
  "type": "keyword",
@@ -1581,6 +1606,19 @@
1581
1606
  }
1582
1607
  }
1583
1608
  }
1609
+ },
1610
+ {
1611
+ "name": "goals",
1612
+ "annotation": {
1613
+ "type": "array",
1614
+ "elementType": {
1615
+ "type": "reference",
1616
+ "typeName": {
1617
+ "type": "identifier",
1618
+ "name": "Goal"
1619
+ }
1620
+ }
1621
+ }
1584
1622
  }
1585
1623
  ],
1586
1624
  "events": [
@@ -1631,23 +1669,797 @@
1631
1669
  "type": "propertySignature",
1632
1670
  "key": {
1633
1671
  "type": "identifier",
1634
- "name": "title"
1672
+ "name": "title"
1673
+ },
1674
+ "annotation": {
1675
+ "type": "keyword",
1676
+ "value": "string"
1677
+ },
1678
+ "computed": false
1679
+ },
1680
+ {
1681
+ "type": "propertySignature",
1682
+ "key": {
1683
+ "type": "identifier",
1684
+ "name": "startTime"
1685
+ },
1686
+ "annotation": {
1687
+ "type": "keyword",
1688
+ "value": "number"
1689
+ },
1690
+ "computed": false
1691
+ },
1692
+ {
1693
+ "type": "propertySignature",
1694
+ "key": {
1695
+ "type": "identifier",
1696
+ "name": "description"
1697
+ },
1698
+ "annotation": {
1699
+ "type": "keyword",
1700
+ "value": "string"
1701
+ },
1702
+ "optional": true,
1703
+ "computed": false
1704
+ },
1705
+ {
1706
+ "type": "propertySignature",
1707
+ "key": {
1708
+ "type": "identifier",
1709
+ "name": "goalInstanceId"
1710
+ },
1711
+ "annotation": {
1712
+ "type": "keyword",
1713
+ "value": "string"
1714
+ },
1715
+ "optional": true,
1716
+ "computed": false
1717
+ },
1718
+ {
1719
+ "type": "propertySignature",
1720
+ "key": {
1721
+ "type": "identifier",
1722
+ "name": "username"
1723
+ },
1724
+ "annotation": {
1725
+ "type": "keyword",
1726
+ "value": "string"
1727
+ },
1728
+ "optional": true,
1729
+ "computed": false
1730
+ }
1731
+ ]
1732
+ },
1733
+ {
1734
+ "type": "interface",
1735
+ "name": "Goal",
1736
+ "body": [
1737
+ {
1738
+ "type": "propertySignature",
1739
+ "key": {
1740
+ "type": "identifier",
1741
+ "name": "instanceId"
1742
+ },
1743
+ "annotation": {
1744
+ "type": "keyword",
1745
+ "value": "string"
1746
+ },
1747
+ "computed": false
1748
+ },
1749
+ {
1750
+ "type": "propertySignature",
1751
+ "key": {
1752
+ "type": "identifier",
1753
+ "name": "title"
1754
+ },
1755
+ "annotation": {
1756
+ "type": "keyword",
1757
+ "value": "string"
1758
+ },
1759
+ "computed": false
1760
+ }
1761
+ ]
1762
+ },
1763
+ {
1764
+ "type": "interface",
1765
+ "name": "ActionClickDetail",
1766
+ "body": [
1767
+ {
1768
+ "type": "propertySignature",
1769
+ "key": {
1770
+ "type": "identifier",
1771
+ "name": "action"
1772
+ },
1773
+ "annotation": {
1774
+ "type": "reference",
1775
+ "typeName": {
1776
+ "type": "identifier",
1777
+ "name": "SimpleActionType"
1778
+ }
1779
+ },
1780
+ "computed": false
1781
+ },
1782
+ {
1783
+ "type": "propertySignature",
1784
+ "key": {
1785
+ "type": "identifier",
1786
+ "name": "item"
1787
+ },
1788
+ "annotation": {
1789
+ "type": "reference",
1790
+ "typeName": {
1791
+ "type": "identifier",
1792
+ "name": "Conversation"
1793
+ }
1794
+ },
1795
+ "computed": false
1796
+ }
1797
+ ]
1798
+ }
1799
+ ]
1800
+ },
1801
+ "ai-portal.activity-timeline": {
1802
+ "properties": [
1803
+ {
1804
+ "name": "list",
1805
+ "annotation": {
1806
+ "type": "array",
1807
+ "elementType": {
1808
+ "type": "reference",
1809
+ "typeName": {
1810
+ "type": "identifier",
1811
+ "name": "Activity"
1812
+ }
1813
+ }
1814
+ }
1815
+ },
1816
+ {
1817
+ "name": "chatUrlTemplate",
1818
+ "annotation": {
1819
+ "type": "keyword",
1820
+ "value": "string"
1821
+ }
1822
+ }
1823
+ ],
1824
+ "events": [],
1825
+ "methods": [],
1826
+ "types": [
1827
+ {
1828
+ "type": "typeAlias",
1829
+ "name": "Activity",
1830
+ "annotation": {
1831
+ "type": "union",
1832
+ "types": [
1833
+ {
1834
+ "type": "reference",
1835
+ "typeName": {
1836
+ "type": "identifier",
1837
+ "name": "ActivityOfCreateGoal"
1838
+ }
1839
+ },
1840
+ {
1841
+ "type": "reference",
1842
+ "typeName": {
1843
+ "type": "identifier",
1844
+ "name": "ActivityOfEditGoal"
1845
+ }
1846
+ },
1847
+ {
1848
+ "type": "reference",
1849
+ "typeName": {
1850
+ "type": "identifier",
1851
+ "name": "ActivityOfDeleteGoal"
1852
+ }
1853
+ },
1854
+ {
1855
+ "type": "reference",
1856
+ "typeName": {
1857
+ "type": "identifier",
1858
+ "name": "ActivityOfDecomposeGoals"
1859
+ }
1860
+ },
1861
+ {
1862
+ "type": "reference",
1863
+ "typeName": {
1864
+ "type": "identifier",
1865
+ "name": "ActivityOfAlterOwner"
1866
+ }
1867
+ },
1868
+ {
1869
+ "type": "reference",
1870
+ "typeName": {
1871
+ "type": "identifier",
1872
+ "name": "ActivityOfAlterUser"
1873
+ }
1874
+ },
1875
+ {
1876
+ "type": "reference",
1877
+ "typeName": {
1878
+ "type": "identifier",
1879
+ "name": "ActivityOfAddComment"
1880
+ }
1881
+ },
1882
+ {
1883
+ "type": "reference",
1884
+ "typeName": {
1885
+ "type": "identifier",
1886
+ "name": "ActivityOfStartConversation"
1887
+ }
1888
+ }
1889
+ ]
1890
+ }
1891
+ },
1892
+ {
1893
+ "type": "interface",
1894
+ "name": "ActivityOfCreateGoal",
1895
+ "body": [
1896
+ {
1897
+ "type": "propertySignature",
1898
+ "key": {
1899
+ "type": "identifier",
1900
+ "name": "action_type"
1901
+ },
1902
+ "annotation": {
1903
+ "type": "jsLiteral",
1904
+ "value": "create_goal"
1905
+ },
1906
+ "computed": false
1907
+ },
1908
+ {
1909
+ "type": "propertySignature",
1910
+ "key": {
1911
+ "type": "identifier",
1912
+ "name": "metadata"
1913
+ },
1914
+ "annotation": {
1915
+ "type": "typeLiteral",
1916
+ "members": [
1917
+ {
1918
+ "type": "propertySignature",
1919
+ "key": {
1920
+ "type": "identifier",
1921
+ "name": "goal_title"
1922
+ },
1923
+ "annotation": {
1924
+ "type": "keyword",
1925
+ "value": "string"
1926
+ },
1927
+ "computed": false
1928
+ },
1929
+ {
1930
+ "type": "propertySignature",
1931
+ "key": {
1932
+ "type": "identifier",
1933
+ "name": "goal_description"
1934
+ },
1935
+ "annotation": {
1936
+ "type": "keyword",
1937
+ "value": "string"
1938
+ },
1939
+ "optional": true,
1940
+ "computed": false
1941
+ }
1942
+ ]
1943
+ },
1944
+ "computed": false
1945
+ }
1946
+ ],
1947
+ "extends": [
1948
+ {
1949
+ "type": "expressionWithTypeArguments",
1950
+ "expression": {
1951
+ "type": "identifier",
1952
+ "name": "ActivityBase"
1953
+ }
1954
+ }
1955
+ ]
1956
+ },
1957
+ {
1958
+ "type": "interface",
1959
+ "name": "ActivityBase",
1960
+ "body": [
1961
+ {
1962
+ "type": "propertySignature",
1963
+ "key": {
1964
+ "type": "identifier",
1965
+ "name": "user_id"
1966
+ },
1967
+ "annotation": {
1968
+ "type": "keyword",
1969
+ "value": "string"
1970
+ },
1971
+ "computed": false
1972
+ },
1973
+ {
1974
+ "type": "propertySignature",
1975
+ "key": {
1976
+ "type": "identifier",
1977
+ "name": "user_name"
1978
+ },
1979
+ "annotation": {
1980
+ "type": "keyword",
1981
+ "value": "string"
1982
+ },
1983
+ "computed": false
1984
+ },
1985
+ {
1986
+ "type": "propertySignature",
1987
+ "key": {
1988
+ "type": "identifier",
1989
+ "name": "time"
1990
+ },
1991
+ "annotation": {
1992
+ "type": "keyword",
1993
+ "value": "number"
1994
+ },
1995
+ "computed": false
1996
+ },
1997
+ {
1998
+ "type": "propertySignature",
1999
+ "key": {
2000
+ "type": "identifier",
2001
+ "name": "action_type"
2002
+ },
2003
+ "annotation": {
2004
+ "type": "union",
2005
+ "types": [
2006
+ {
2007
+ "type": "jsLiteral",
2008
+ "value": "create_goal"
2009
+ },
2010
+ {
2011
+ "type": "jsLiteral",
2012
+ "value": "edit_goal"
2013
+ },
2014
+ {
2015
+ "type": "jsLiteral",
2016
+ "value": "delete_goal"
2017
+ },
2018
+ {
2019
+ "type": "jsLiteral",
2020
+ "value": "decompose_goals"
2021
+ },
2022
+ {
2023
+ "type": "jsLiteral",
2024
+ "value": "alter_owner"
2025
+ },
2026
+ {
2027
+ "type": "jsLiteral",
2028
+ "value": "alter_user"
2029
+ },
2030
+ {
2031
+ "type": "jsLiteral",
2032
+ "value": "add_comment"
2033
+ },
2034
+ {
2035
+ "type": "jsLiteral",
2036
+ "value": "start_conversation"
2037
+ }
2038
+ ]
2039
+ },
2040
+ "computed": false
2041
+ },
2042
+ {
2043
+ "type": "propertySignature",
2044
+ "key": {
2045
+ "type": "identifier",
2046
+ "name": "metadata"
2047
+ },
2048
+ "annotation": {
2049
+ "type": "keyword",
2050
+ "value": "unknown"
2051
+ },
2052
+ "computed": false
2053
+ }
2054
+ ]
2055
+ },
2056
+ {
2057
+ "type": "interface",
2058
+ "name": "ActivityOfEditGoal",
2059
+ "body": [
2060
+ {
2061
+ "type": "propertySignature",
2062
+ "key": {
2063
+ "type": "identifier",
2064
+ "name": "action_type"
2065
+ },
2066
+ "annotation": {
2067
+ "type": "jsLiteral",
2068
+ "value": "edit_goal"
2069
+ },
2070
+ "computed": false
2071
+ },
2072
+ {
2073
+ "type": "propertySignature",
2074
+ "key": {
2075
+ "type": "identifier",
2076
+ "name": "metadata"
2077
+ },
2078
+ "annotation": {
2079
+ "type": "typeLiteral",
2080
+ "members": [
2081
+ {
2082
+ "type": "propertySignature",
2083
+ "key": {
2084
+ "type": "identifier",
2085
+ "name": "before"
2086
+ },
2087
+ "annotation": {
2088
+ "type": "typeLiteral",
2089
+ "members": [
2090
+ {
2091
+ "type": "propertySignature",
2092
+ "key": {
2093
+ "type": "identifier",
2094
+ "name": "title"
2095
+ },
2096
+ "annotation": {
2097
+ "type": "keyword",
2098
+ "value": "string"
2099
+ },
2100
+ "computed": false
2101
+ },
2102
+ {
2103
+ "type": "propertySignature",
2104
+ "key": {
2105
+ "type": "identifier",
2106
+ "name": "description"
2107
+ },
2108
+ "annotation": {
2109
+ "type": "keyword",
2110
+ "value": "string"
2111
+ },
2112
+ "computed": false
2113
+ }
2114
+ ]
2115
+ },
2116
+ "computed": false
2117
+ },
2118
+ {
2119
+ "type": "propertySignature",
2120
+ "key": {
2121
+ "type": "identifier",
2122
+ "name": "after"
2123
+ },
2124
+ "annotation": {
2125
+ "type": "typeLiteral",
2126
+ "members": [
2127
+ {
2128
+ "type": "propertySignature",
2129
+ "key": {
2130
+ "type": "identifier",
2131
+ "name": "title"
2132
+ },
2133
+ "annotation": {
2134
+ "type": "keyword",
2135
+ "value": "string"
2136
+ },
2137
+ "computed": false
2138
+ },
2139
+ {
2140
+ "type": "propertySignature",
2141
+ "key": {
2142
+ "type": "identifier",
2143
+ "name": "description"
2144
+ },
2145
+ "annotation": {
2146
+ "type": "keyword",
2147
+ "value": "string"
2148
+ },
2149
+ "computed": false
2150
+ }
2151
+ ]
2152
+ },
2153
+ "computed": false
2154
+ }
2155
+ ]
2156
+ },
2157
+ "computed": false
2158
+ }
2159
+ ],
2160
+ "extends": [
2161
+ {
2162
+ "type": "expressionWithTypeArguments",
2163
+ "expression": {
2164
+ "type": "identifier",
2165
+ "name": "ActivityBase"
2166
+ }
2167
+ }
2168
+ ]
2169
+ },
2170
+ {
2171
+ "type": "interface",
2172
+ "name": "ActivityOfDeleteGoal",
2173
+ "body": [
2174
+ {
2175
+ "type": "propertySignature",
2176
+ "key": {
2177
+ "type": "identifier",
2178
+ "name": "action_type"
2179
+ },
2180
+ "annotation": {
2181
+ "type": "jsLiteral",
2182
+ "value": "delete_goal"
2183
+ },
2184
+ "computed": false
2185
+ },
2186
+ {
2187
+ "type": "propertySignature",
2188
+ "key": {
2189
+ "type": "identifier",
2190
+ "name": "metadata"
2191
+ },
2192
+ "annotation": {
2193
+ "type": "typeLiteral",
2194
+ "members": [
2195
+ {
2196
+ "type": "propertySignature",
2197
+ "key": {
2198
+ "type": "identifier",
2199
+ "name": "goal_title"
2200
+ },
2201
+ "annotation": {
2202
+ "type": "keyword",
2203
+ "value": "string"
2204
+ },
2205
+ "computed": false
2206
+ },
2207
+ {
2208
+ "type": "propertySignature",
2209
+ "key": {
2210
+ "type": "identifier",
2211
+ "name": "goal_description"
2212
+ },
2213
+ "annotation": {
2214
+ "type": "keyword",
2215
+ "value": "string"
2216
+ },
2217
+ "optional": true,
2218
+ "computed": false
2219
+ }
2220
+ ]
2221
+ },
2222
+ "computed": false
2223
+ }
2224
+ ],
2225
+ "extends": [
2226
+ {
2227
+ "type": "expressionWithTypeArguments",
2228
+ "expression": {
2229
+ "type": "identifier",
2230
+ "name": "ActivityBase"
2231
+ }
2232
+ }
2233
+ ]
2234
+ },
2235
+ {
2236
+ "type": "interface",
2237
+ "name": "ActivityOfDecomposeGoals",
2238
+ "body": [
2239
+ {
2240
+ "type": "propertySignature",
2241
+ "key": {
2242
+ "type": "identifier",
2243
+ "name": "action_type"
2244
+ },
2245
+ "annotation": {
2246
+ "type": "jsLiteral",
2247
+ "value": "decompose_goals"
2248
+ },
2249
+ "computed": false
2250
+ },
2251
+ {
2252
+ "type": "propertySignature",
2253
+ "key": {
2254
+ "type": "identifier",
2255
+ "name": "metadata"
2256
+ },
2257
+ "annotation": {
2258
+ "type": "typeLiteral",
2259
+ "members": [
2260
+ {
2261
+ "type": "propertySignature",
2262
+ "key": {
2263
+ "type": "identifier",
2264
+ "name": "sub_goals_count"
2265
+ },
2266
+ "annotation": {
2267
+ "type": "keyword",
2268
+ "value": "number"
2269
+ },
2270
+ "computed": false
2271
+ },
2272
+ {
2273
+ "type": "propertySignature",
2274
+ "key": {
2275
+ "type": "identifier",
2276
+ "name": "sub_goals"
2277
+ },
2278
+ "annotation": {
2279
+ "type": "reference",
2280
+ "typeName": {
2281
+ "type": "identifier",
2282
+ "name": "Array"
2283
+ },
2284
+ "typeParameters": {
2285
+ "type": "typeParameterInstantiation",
2286
+ "params": [
2287
+ {
2288
+ "type": "typeLiteral",
2289
+ "members": [
2290
+ {
2291
+ "type": "propertySignature",
2292
+ "key": {
2293
+ "type": "identifier",
2294
+ "name": "sub_goal_id"
2295
+ },
2296
+ "annotation": {
2297
+ "type": "keyword",
2298
+ "value": "string"
2299
+ },
2300
+ "computed": false
2301
+ },
2302
+ {
2303
+ "type": "propertySignature",
2304
+ "key": {
2305
+ "type": "identifier",
2306
+ "name": "title"
2307
+ },
2308
+ "annotation": {
2309
+ "type": "keyword",
2310
+ "value": "string"
2311
+ },
2312
+ "computed": false
2313
+ }
2314
+ ]
2315
+ }
2316
+ ]
2317
+ }
2318
+ },
2319
+ "computed": false
2320
+ }
2321
+ ]
2322
+ },
2323
+ "computed": false
2324
+ }
2325
+ ],
2326
+ "extends": [
2327
+ {
2328
+ "type": "expressionWithTypeArguments",
2329
+ "expression": {
2330
+ "type": "identifier",
2331
+ "name": "ActivityBase"
2332
+ }
2333
+ }
2334
+ ]
2335
+ },
2336
+ {
2337
+ "type": "interface",
2338
+ "name": "ActivityOfAlterOwner",
2339
+ "body": [
2340
+ {
2341
+ "type": "propertySignature",
2342
+ "key": {
2343
+ "type": "identifier",
2344
+ "name": "action_type"
2345
+ },
2346
+ "annotation": {
2347
+ "type": "jsLiteral",
2348
+ "value": "alter_owner"
2349
+ },
2350
+ "computed": false
2351
+ },
2352
+ {
2353
+ "type": "propertySignature",
2354
+ "key": {
2355
+ "type": "identifier",
2356
+ "name": "metadata"
1635
2357
  },
1636
2358
  "annotation": {
1637
- "type": "keyword",
1638
- "value": "string"
2359
+ "type": "typeLiteral",
2360
+ "members": [
2361
+ {
2362
+ "type": "propertySignature",
2363
+ "key": {
2364
+ "type": "identifier",
2365
+ "name": "before"
2366
+ },
2367
+ "annotation": {
2368
+ "type": "typeLiteral",
2369
+ "members": [
2370
+ {
2371
+ "type": "propertySignature",
2372
+ "key": {
2373
+ "type": "identifier",
2374
+ "name": "user_id"
2375
+ },
2376
+ "annotation": {
2377
+ "type": "keyword",
2378
+ "value": "string"
2379
+ },
2380
+ "computed": false
2381
+ },
2382
+ {
2383
+ "type": "propertySignature",
2384
+ "key": {
2385
+ "type": "identifier",
2386
+ "name": "user_name"
2387
+ },
2388
+ "annotation": {
2389
+ "type": "keyword",
2390
+ "value": "string"
2391
+ },
2392
+ "computed": false
2393
+ }
2394
+ ]
2395
+ },
2396
+ "computed": false
2397
+ },
2398
+ {
2399
+ "type": "propertySignature",
2400
+ "key": {
2401
+ "type": "identifier",
2402
+ "name": "after"
2403
+ },
2404
+ "annotation": {
2405
+ "type": "typeLiteral",
2406
+ "members": [
2407
+ {
2408
+ "type": "propertySignature",
2409
+ "key": {
2410
+ "type": "identifier",
2411
+ "name": "user_id"
2412
+ },
2413
+ "annotation": {
2414
+ "type": "keyword",
2415
+ "value": "string"
2416
+ },
2417
+ "computed": false
2418
+ },
2419
+ {
2420
+ "type": "propertySignature",
2421
+ "key": {
2422
+ "type": "identifier",
2423
+ "name": "user_name"
2424
+ },
2425
+ "annotation": {
2426
+ "type": "keyword",
2427
+ "value": "string"
2428
+ },
2429
+ "computed": false
2430
+ }
2431
+ ]
2432
+ },
2433
+ "computed": false
2434
+ }
2435
+ ]
1639
2436
  },
1640
2437
  "computed": false
1641
- },
2438
+ }
2439
+ ],
2440
+ "extends": [
2441
+ {
2442
+ "type": "expressionWithTypeArguments",
2443
+ "expression": {
2444
+ "type": "identifier",
2445
+ "name": "ActivityBase"
2446
+ }
2447
+ }
2448
+ ]
2449
+ },
2450
+ {
2451
+ "type": "interface",
2452
+ "name": "ActivityOfAlterUser",
2453
+ "body": [
1642
2454
  {
1643
2455
  "type": "propertySignature",
1644
2456
  "key": {
1645
2457
  "type": "identifier",
1646
- "name": "startTime"
2458
+ "name": "action_type"
1647
2459
  },
1648
2460
  "annotation": {
1649
- "type": "keyword",
1650
- "value": "number"
2461
+ "type": "jsLiteral",
2462
+ "value": "alter_user"
1651
2463
  },
1652
2464
  "computed": false
1653
2465
  },
@@ -1655,59 +2467,189 @@
1655
2467
  "type": "propertySignature",
1656
2468
  "key": {
1657
2469
  "type": "identifier",
1658
- "name": "description"
2470
+ "name": "metadata"
1659
2471
  },
1660
2472
  "annotation": {
1661
- "type": "keyword",
1662
- "value": "string"
2473
+ "type": "typeLiteral",
2474
+ "members": [
2475
+ {
2476
+ "type": "propertySignature",
2477
+ "key": {
2478
+ "type": "identifier",
2479
+ "name": "before"
2480
+ },
2481
+ "annotation": {
2482
+ "type": "reference",
2483
+ "typeName": {
2484
+ "type": "identifier",
2485
+ "name": "Array"
2486
+ },
2487
+ "typeParameters": {
2488
+ "type": "typeParameterInstantiation",
2489
+ "params": [
2490
+ {
2491
+ "type": "typeLiteral",
2492
+ "members": [
2493
+ {
2494
+ "type": "propertySignature",
2495
+ "key": {
2496
+ "type": "identifier",
2497
+ "name": "user_id"
2498
+ },
2499
+ "annotation": {
2500
+ "type": "keyword",
2501
+ "value": "string"
2502
+ },
2503
+ "computed": false
2504
+ },
2505
+ {
2506
+ "type": "propertySignature",
2507
+ "key": {
2508
+ "type": "identifier",
2509
+ "name": "user_name"
2510
+ },
2511
+ "annotation": {
2512
+ "type": "keyword",
2513
+ "value": "string"
2514
+ },
2515
+ "computed": false
2516
+ }
2517
+ ]
2518
+ }
2519
+ ]
2520
+ }
2521
+ },
2522
+ "computed": false
2523
+ },
2524
+ {
2525
+ "type": "propertySignature",
2526
+ "key": {
2527
+ "type": "identifier",
2528
+ "name": "after"
2529
+ },
2530
+ "annotation": {
2531
+ "type": "reference",
2532
+ "typeName": {
2533
+ "type": "identifier",
2534
+ "name": "Array"
2535
+ },
2536
+ "typeParameters": {
2537
+ "type": "typeParameterInstantiation",
2538
+ "params": [
2539
+ {
2540
+ "type": "typeLiteral",
2541
+ "members": [
2542
+ {
2543
+ "type": "propertySignature",
2544
+ "key": {
2545
+ "type": "identifier",
2546
+ "name": "user_id"
2547
+ },
2548
+ "annotation": {
2549
+ "type": "keyword",
2550
+ "value": "string"
2551
+ },
2552
+ "computed": false
2553
+ },
2554
+ {
2555
+ "type": "propertySignature",
2556
+ "key": {
2557
+ "type": "identifier",
2558
+ "name": "user_name"
2559
+ },
2560
+ "annotation": {
2561
+ "type": "keyword",
2562
+ "value": "string"
2563
+ },
2564
+ "computed": false
2565
+ }
2566
+ ]
2567
+ }
2568
+ ]
2569
+ }
2570
+ },
2571
+ "computed": false
2572
+ }
2573
+ ]
1663
2574
  },
1664
- "optional": true,
1665
2575
  "computed": false
1666
- },
2576
+ }
2577
+ ],
2578
+ "extends": [
2579
+ {
2580
+ "type": "expressionWithTypeArguments",
2581
+ "expression": {
2582
+ "type": "identifier",
2583
+ "name": "ActivityBase"
2584
+ }
2585
+ }
2586
+ ]
2587
+ },
2588
+ {
2589
+ "type": "interface",
2590
+ "name": "ActivityOfAddComment",
2591
+ "body": [
1667
2592
  {
1668
2593
  "type": "propertySignature",
1669
2594
  "key": {
1670
2595
  "type": "identifier",
1671
- "name": "goal"
2596
+ "name": "action_type"
1672
2597
  },
1673
2598
  "annotation": {
1674
- "type": "keyword",
1675
- "value": "string"
2599
+ "type": "jsLiteral",
2600
+ "value": "add_comment"
1676
2601
  },
1677
- "optional": true,
1678
2602
  "computed": false
1679
2603
  },
1680
2604
  {
1681
2605
  "type": "propertySignature",
1682
2606
  "key": {
1683
2607
  "type": "identifier",
1684
- "name": "username"
2608
+ "name": "metadata"
1685
2609
  },
1686
2610
  "annotation": {
1687
- "type": "keyword",
1688
- "value": "string"
2611
+ "type": "typeLiteral",
2612
+ "members": [
2613
+ {
2614
+ "type": "propertySignature",
2615
+ "key": {
2616
+ "type": "identifier",
2617
+ "name": "comment_content"
2618
+ },
2619
+ "annotation": {
2620
+ "type": "keyword",
2621
+ "value": "string"
2622
+ },
2623
+ "computed": false
2624
+ }
2625
+ ]
1689
2626
  },
1690
- "optional": true,
1691
2627
  "computed": false
1692
2628
  }
2629
+ ],
2630
+ "extends": [
2631
+ {
2632
+ "type": "expressionWithTypeArguments",
2633
+ "expression": {
2634
+ "type": "identifier",
2635
+ "name": "ActivityBase"
2636
+ }
2637
+ }
1693
2638
  ]
1694
2639
  },
1695
2640
  {
1696
2641
  "type": "interface",
1697
- "name": "ActionClickDetail",
2642
+ "name": "ActivityOfStartConversation",
1698
2643
  "body": [
1699
2644
  {
1700
2645
  "type": "propertySignature",
1701
2646
  "key": {
1702
2647
  "type": "identifier",
1703
- "name": "action"
2648
+ "name": "action_type"
1704
2649
  },
1705
2650
  "annotation": {
1706
- "type": "reference",
1707
- "typeName": {
1708
- "type": "identifier",
1709
- "name": "SimpleActionType"
1710
- }
2651
+ "type": "jsLiteral",
2652
+ "value": "start_conversation"
1711
2653
  },
1712
2654
  "computed": false
1713
2655
  },
@@ -1715,21 +2657,125 @@
1715
2657
  "type": "propertySignature",
1716
2658
  "key": {
1717
2659
  "type": "identifier",
1718
- "name": "item"
2660
+ "name": "metadata"
1719
2661
  },
1720
2662
  "annotation": {
1721
- "type": "reference",
1722
- "typeName": {
1723
- "type": "identifier",
1724
- "name": "Conversation"
1725
- }
2663
+ "type": "typeLiteral",
2664
+ "members": [
2665
+ {
2666
+ "type": "propertySignature",
2667
+ "key": {
2668
+ "type": "identifier",
2669
+ "name": "conversation_id"
2670
+ },
2671
+ "annotation": {
2672
+ "type": "keyword",
2673
+ "value": "string"
2674
+ },
2675
+ "computed": false
2676
+ },
2677
+ {
2678
+ "type": "propertySignature",
2679
+ "key": {
2680
+ "type": "identifier",
2681
+ "name": "conversation_title"
2682
+ },
2683
+ "annotation": {
2684
+ "type": "keyword",
2685
+ "value": "string"
2686
+ },
2687
+ "computed": false
2688
+ },
2689
+ {
2690
+ "type": "propertySignature",
2691
+ "key": {
2692
+ "type": "identifier",
2693
+ "name": "conversation_description"
2694
+ },
2695
+ "annotation": {
2696
+ "type": "keyword",
2697
+ "value": "string"
2698
+ },
2699
+ "optional": true,
2700
+ "computed": false
2701
+ }
2702
+ ]
1726
2703
  },
1727
2704
  "computed": false
1728
2705
  }
2706
+ ],
2707
+ "extends": [
2708
+ {
2709
+ "type": "expressionWithTypeArguments",
2710
+ "expression": {
2711
+ "type": "identifier",
2712
+ "name": "ActivityBase"
2713
+ }
2714
+ }
1729
2715
  ]
1730
2716
  }
1731
2717
  ]
1732
2718
  },
2719
+ "ai-portal.chat-input": {
2720
+ "properties": [
2721
+ {
2722
+ "name": "placeholder",
2723
+ "annotation": {
2724
+ "type": "keyword",
2725
+ "value": "string"
2726
+ }
2727
+ },
2728
+ {
2729
+ "name": "autoFocus",
2730
+ "annotation": {
2731
+ "type": "keyword",
2732
+ "value": "boolean"
2733
+ }
2734
+ },
2735
+ {
2736
+ "name": "submitDisabled",
2737
+ "annotation": {
2738
+ "type": "keyword",
2739
+ "value": "boolean"
2740
+ }
2741
+ },
2742
+ {
2743
+ "name": "supportsTerminate",
2744
+ "annotation": {
2745
+ "type": "keyword",
2746
+ "value": "boolean"
2747
+ }
2748
+ },
2749
+ {
2750
+ "name": "terminating",
2751
+ "annotation": {
2752
+ "type": "keyword",
2753
+ "value": "boolean"
2754
+ }
2755
+ }
2756
+ ],
2757
+ "events": [
2758
+ {
2759
+ "name": "message.submit",
2760
+ "detail": {
2761
+ "annotation": {
2762
+ "type": "keyword",
2763
+ "value": "string"
2764
+ }
2765
+ }
2766
+ },
2767
+ {
2768
+ "name": "terminate",
2769
+ "detail": {
2770
+ "annotation": {
2771
+ "type": "keyword",
2772
+ "value": "void"
2773
+ }
2774
+ }
2775
+ }
2776
+ ],
2777
+ "methods": []
2778
+ },
1733
2779
  "ai-portal.elevo-sidebar": {
1734
2780
  "properties": [
1735
2781
  {
@@ -2599,7 +3645,7 @@
2599
3645
  "type": "propertySignature",
2600
3646
  "key": {
2601
3647
  "type": "identifier",
2602
- "name": "leader"
3648
+ "name": "owner"
2603
3649
  },
2604
3650
  "annotation": {
2605
3651
  "type": "reference",
@@ -3404,6 +4450,35 @@
3404
4450
  },
3405
4451
  "optional": true,
3406
4452
  "computed": false
4453
+ },
4454
+ {
4455
+ "type": "propertySignature",
4456
+ "key": {
4457
+ "type": "identifier",
4458
+ "name": "requestHumanAction"
4459
+ },
4460
+ "annotation": {
4461
+ "type": "reference",
4462
+ "typeName": {
4463
+ "type": "identifier",
4464
+ "name": "HumanAction"
4465
+ }
4466
+ },
4467
+ "optional": true,
4468
+ "computed": false
4469
+ },
4470
+ {
4471
+ "type": "propertySignature",
4472
+ "key": {
4473
+ "type": "identifier",
4474
+ "name": "humanAction"
4475
+ },
4476
+ "annotation": {
4477
+ "type": "keyword",
4478
+ "value": "string"
4479
+ },
4480
+ "optional": true,
4481
+ "computed": false
3407
4482
  }
3408
4483
  ]
3409
4484
  },