@next-bricks/ai-portal 0.63.6 → 0.64.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 +49 -49
- package/dist/chunks/{4208.f9256bec.js → 4208.9bc0e6c6.js} +2 -2
- package/dist/chunks/4208.9bc0e6c6.js.map +1 -0
- package/dist/chunks/4820.95bda425.js +2 -0
- package/dist/chunks/4820.95bda425.js.map +1 -0
- package/dist/chunks/{chat-box.aa5fd1e3.js → chat-box.3ae83b4f.js} +3 -3
- package/dist/chunks/chat-box.3ae83b4f.js.map +1 -0
- package/dist/chunks/chat-input.e913e9ed.js +3 -0
- package/dist/chunks/chat-input.e913e9ed.js.map +1 -0
- package/dist/chunks/chat-panel.d451898f.js +2 -0
- package/dist/chunks/chat-panel.d451898f.js.map +1 -0
- package/dist/chunks/main.cc3dd9a1.js +2 -0
- package/dist/chunks/{main.ae8bf1bb.js.map → main.cc3dd9a1.js.map} +1 -1
- package/dist/examples.json +16 -16
- package/dist/index.5b0a4eb5.js +2 -0
- package/dist/index.5b0a4eb5.js.map +1 -0
- package/dist/manifest.json +480 -455
- package/dist/types.json +1567 -737
- package/dist-types/chat-input/index.d.ts +1 -0
- package/dist-types/chat-panel/index.d.ts +11 -0
- package/dist-types/jsx.d.ts +5 -1
- package/dist-types/shared/interfaces.d.ts +16 -1
- package/package.json +2 -2
- package/dist/chunks/4208.f9256bec.js.map +0 -1
- package/dist/chunks/4820.2f5fb327.js +0 -2
- package/dist/chunks/4820.2f5fb327.js.map +0 -1
- package/dist/chunks/chat-box.aa5fd1e3.js.map +0 -1
- package/dist/chunks/chat-input.eb5871d4.js +0 -3
- package/dist/chunks/chat-input.eb5871d4.js.map +0 -1
- package/dist/chunks/chat-panel.d783204f.js +0 -2
- package/dist/chunks/chat-panel.d783204f.js.map +0 -1
- package/dist/chunks/main.ae8bf1bb.js +0 -2
- package/dist/index.49603b89.js +0 -2
- package/dist/index.49603b89.js.map +0 -1
- /package/dist/chunks/{chat-box.aa5fd1e3.js.LICENSE.txt → chat-box.3ae83b4f.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{chat-input.eb5871d4.js.LICENSE.txt → chat-input.e913e9ed.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,4 +1,121 @@
|
|
|
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
|
+
"ai-portal.stat-with-mini-chart": {
|
|
16
|
+
"properties": [
|
|
17
|
+
{
|
|
18
|
+
"name": "label",
|
|
19
|
+
"annotation": {
|
|
20
|
+
"type": "keyword",
|
|
21
|
+
"value": "string"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "value",
|
|
26
|
+
"annotation": {
|
|
27
|
+
"type": "keyword",
|
|
28
|
+
"value": "string"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "size",
|
|
33
|
+
"annotation": {
|
|
34
|
+
"type": "union",
|
|
35
|
+
"types": [
|
|
36
|
+
{
|
|
37
|
+
"type": "jsLiteral",
|
|
38
|
+
"value": "medium"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"type": "jsLiteral",
|
|
42
|
+
"value": "small"
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "lineColor",
|
|
49
|
+
"annotation": {
|
|
50
|
+
"type": "keyword",
|
|
51
|
+
"value": "string"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "showArea",
|
|
56
|
+
"annotation": {
|
|
57
|
+
"type": "keyword",
|
|
58
|
+
"value": "boolean"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "min",
|
|
63
|
+
"annotation": {
|
|
64
|
+
"type": "keyword",
|
|
65
|
+
"value": "number"
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "max",
|
|
70
|
+
"annotation": {
|
|
71
|
+
"type": "keyword",
|
|
72
|
+
"value": "number"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "xField",
|
|
77
|
+
"annotation": {
|
|
78
|
+
"type": "keyword",
|
|
79
|
+
"value": "string"
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "yField",
|
|
84
|
+
"annotation": {
|
|
85
|
+
"type": "keyword",
|
|
86
|
+
"value": "string"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "data",
|
|
91
|
+
"annotation": {
|
|
92
|
+
"type": "array",
|
|
93
|
+
"elementType": {
|
|
94
|
+
"type": "reference",
|
|
95
|
+
"typeName": {
|
|
96
|
+
"type": "identifier",
|
|
97
|
+
"name": "Record"
|
|
98
|
+
},
|
|
99
|
+
"typeParameters": {
|
|
100
|
+
"type": "typeParameterInstantiation",
|
|
101
|
+
"params": [
|
|
102
|
+
{
|
|
103
|
+
"type": "keyword",
|
|
104
|
+
"value": "string"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"type": "keyword",
|
|
108
|
+
"value": "number"
|
|
109
|
+
}
|
|
110
|
+
]
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
],
|
|
116
|
+
"events": [],
|
|
117
|
+
"methods": []
|
|
118
|
+
},
|
|
2
119
|
"ai-portal.icon-button": {
|
|
3
120
|
"properties": [
|
|
4
121
|
{
|
|
@@ -118,110 +235,6 @@
|
|
|
118
235
|
}
|
|
119
236
|
]
|
|
120
237
|
},
|
|
121
|
-
"ai-portal.stat-with-mini-chart": {
|
|
122
|
-
"properties": [
|
|
123
|
-
{
|
|
124
|
-
"name": "label",
|
|
125
|
-
"annotation": {
|
|
126
|
-
"type": "keyword",
|
|
127
|
-
"value": "string"
|
|
128
|
-
}
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"name": "value",
|
|
132
|
-
"annotation": {
|
|
133
|
-
"type": "keyword",
|
|
134
|
-
"value": "string"
|
|
135
|
-
}
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"name": "size",
|
|
139
|
-
"annotation": {
|
|
140
|
-
"type": "union",
|
|
141
|
-
"types": [
|
|
142
|
-
{
|
|
143
|
-
"type": "jsLiteral",
|
|
144
|
-
"value": "medium"
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"type": "jsLiteral",
|
|
148
|
-
"value": "small"
|
|
149
|
-
}
|
|
150
|
-
]
|
|
151
|
-
}
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
"name": "lineColor",
|
|
155
|
-
"annotation": {
|
|
156
|
-
"type": "keyword",
|
|
157
|
-
"value": "string"
|
|
158
|
-
}
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"name": "showArea",
|
|
162
|
-
"annotation": {
|
|
163
|
-
"type": "keyword",
|
|
164
|
-
"value": "boolean"
|
|
165
|
-
}
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"name": "min",
|
|
169
|
-
"annotation": {
|
|
170
|
-
"type": "keyword",
|
|
171
|
-
"value": "number"
|
|
172
|
-
}
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
"name": "max",
|
|
176
|
-
"annotation": {
|
|
177
|
-
"type": "keyword",
|
|
178
|
-
"value": "number"
|
|
179
|
-
}
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
"name": "xField",
|
|
183
|
-
"annotation": {
|
|
184
|
-
"type": "keyword",
|
|
185
|
-
"value": "string"
|
|
186
|
-
}
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"name": "yField",
|
|
190
|
-
"annotation": {
|
|
191
|
-
"type": "keyword",
|
|
192
|
-
"value": "string"
|
|
193
|
-
}
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
"name": "data",
|
|
197
|
-
"annotation": {
|
|
198
|
-
"type": "array",
|
|
199
|
-
"elementType": {
|
|
200
|
-
"type": "reference",
|
|
201
|
-
"typeName": {
|
|
202
|
-
"type": "identifier",
|
|
203
|
-
"name": "Record"
|
|
204
|
-
},
|
|
205
|
-
"typeParameters": {
|
|
206
|
-
"type": "typeParameterInstantiation",
|
|
207
|
-
"params": [
|
|
208
|
-
{
|
|
209
|
-
"type": "keyword",
|
|
210
|
-
"value": "string"
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"type": "keyword",
|
|
214
|
-
"value": "number"
|
|
215
|
-
}
|
|
216
|
-
]
|
|
217
|
-
}
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
],
|
|
222
|
-
"events": [],
|
|
223
|
-
"methods": []
|
|
224
|
-
},
|
|
225
238
|
"ai-portal.call-tool": {
|
|
226
239
|
"type": "provider",
|
|
227
240
|
"params": [
|
|
@@ -477,6 +490,20 @@
|
|
|
477
490
|
"name": "CommandPayloadGoalPlan"
|
|
478
491
|
}
|
|
479
492
|
},
|
|
493
|
+
{
|
|
494
|
+
"type": "reference",
|
|
495
|
+
"typeName": {
|
|
496
|
+
"type": "identifier",
|
|
497
|
+
"name": "CommandPayloadBusinessObjectManagement"
|
|
498
|
+
}
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"type": "reference",
|
|
502
|
+
"typeName": {
|
|
503
|
+
"type": "identifier",
|
|
504
|
+
"name": "CommandPayloadBusinessInstanceManagement"
|
|
505
|
+
}
|
|
506
|
+
},
|
|
480
507
|
{
|
|
481
508
|
"type": "reference",
|
|
482
509
|
"typeName": {
|
|
@@ -844,7 +871,7 @@
|
|
|
844
871
|
},
|
|
845
872
|
{
|
|
846
873
|
"type": "interface",
|
|
847
|
-
"name": "
|
|
874
|
+
"name": "CommandPayloadBusinessObjectManagement",
|
|
848
875
|
"body": [
|
|
849
876
|
{
|
|
850
877
|
"type": "propertySignature",
|
|
@@ -854,7 +881,7 @@
|
|
|
854
881
|
},
|
|
855
882
|
"annotation": {
|
|
856
883
|
"type": "jsLiteral",
|
|
857
|
-
"value": "
|
|
884
|
+
"value": "serviceObject-createOrEdit"
|
|
858
885
|
},
|
|
859
886
|
"computed": false
|
|
860
887
|
},
|
|
@@ -862,7 +889,7 @@
|
|
|
862
889
|
"type": "propertySignature",
|
|
863
890
|
"key": {
|
|
864
891
|
"type": "identifier",
|
|
865
|
-
"name": "
|
|
892
|
+
"name": "payload"
|
|
866
893
|
},
|
|
867
894
|
"annotation": {
|
|
868
895
|
"type": "typeLiteral",
|
|
@@ -877,27 +904,13 @@
|
|
|
877
904
|
"type": "keyword",
|
|
878
905
|
"value": "string"
|
|
879
906
|
},
|
|
880
|
-
"optional": true,
|
|
881
|
-
"computed": false
|
|
882
|
-
},
|
|
883
|
-
{
|
|
884
|
-
"type": "propertySignature",
|
|
885
|
-
"key": {
|
|
886
|
-
"type": "identifier",
|
|
887
|
-
"name": "spaceName"
|
|
888
|
-
},
|
|
889
|
-
"annotation": {
|
|
890
|
-
"type": "keyword",
|
|
891
|
-
"value": "string"
|
|
892
|
-
},
|
|
893
|
-
"optional": true,
|
|
894
907
|
"computed": false
|
|
895
908
|
},
|
|
896
909
|
{
|
|
897
910
|
"type": "propertySignature",
|
|
898
911
|
"key": {
|
|
899
912
|
"type": "identifier",
|
|
900
|
-
"name": "
|
|
913
|
+
"name": "serviceObjectId"
|
|
901
914
|
},
|
|
902
915
|
"annotation": {
|
|
903
916
|
"type": "keyword",
|
|
@@ -905,10 +918,166 @@
|
|
|
905
918
|
},
|
|
906
919
|
"optional": true,
|
|
907
920
|
"computed": false
|
|
908
|
-
}
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
921
|
+
}
|
|
922
|
+
]
|
|
923
|
+
},
|
|
924
|
+
"computed": false
|
|
925
|
+
}
|
|
926
|
+
],
|
|
927
|
+
"extends": [
|
|
928
|
+
{
|
|
929
|
+
"type": "expressionWithTypeArguments",
|
|
930
|
+
"expression": {
|
|
931
|
+
"type": "identifier",
|
|
932
|
+
"name": "BaseCommandPayload"
|
|
933
|
+
}
|
|
934
|
+
}
|
|
935
|
+
]
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"type": "interface",
|
|
939
|
+
"name": "CommandPayloadBusinessInstanceManagement",
|
|
940
|
+
"body": [
|
|
941
|
+
{
|
|
942
|
+
"type": "propertySignature",
|
|
943
|
+
"key": {
|
|
944
|
+
"type": "identifier",
|
|
945
|
+
"name": "type"
|
|
946
|
+
},
|
|
947
|
+
"annotation": {
|
|
948
|
+
"type": "jsLiteral",
|
|
949
|
+
"value": "serviceObjectInstance-createOrEdit"
|
|
950
|
+
},
|
|
951
|
+
"computed": false
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"type": "propertySignature",
|
|
955
|
+
"key": {
|
|
956
|
+
"type": "identifier",
|
|
957
|
+
"name": "payload"
|
|
958
|
+
},
|
|
959
|
+
"annotation": {
|
|
960
|
+
"type": "typeLiteral",
|
|
961
|
+
"members": [
|
|
962
|
+
{
|
|
963
|
+
"type": "propertySignature",
|
|
964
|
+
"key": {
|
|
965
|
+
"type": "identifier",
|
|
966
|
+
"name": "spaceInstanceId"
|
|
967
|
+
},
|
|
968
|
+
"annotation": {
|
|
969
|
+
"type": "keyword",
|
|
970
|
+
"value": "string"
|
|
971
|
+
},
|
|
972
|
+
"computed": false
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"type": "propertySignature",
|
|
976
|
+
"key": {
|
|
977
|
+
"type": "identifier",
|
|
978
|
+
"name": "serviceObjectId"
|
|
979
|
+
},
|
|
980
|
+
"annotation": {
|
|
981
|
+
"type": "keyword",
|
|
982
|
+
"value": "string"
|
|
983
|
+
},
|
|
984
|
+
"computed": false
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
"type": "propertySignature",
|
|
988
|
+
"key": {
|
|
989
|
+
"type": "identifier",
|
|
990
|
+
"name": "instanceId"
|
|
991
|
+
},
|
|
992
|
+
"annotation": {
|
|
993
|
+
"type": "keyword",
|
|
994
|
+
"value": "string"
|
|
995
|
+
},
|
|
996
|
+
"optional": true,
|
|
997
|
+
"computed": false
|
|
998
|
+
}
|
|
999
|
+
]
|
|
1000
|
+
},
|
|
1001
|
+
"computed": false
|
|
1002
|
+
}
|
|
1003
|
+
],
|
|
1004
|
+
"extends": [
|
|
1005
|
+
{
|
|
1006
|
+
"type": "expressionWithTypeArguments",
|
|
1007
|
+
"expression": {
|
|
1008
|
+
"type": "identifier",
|
|
1009
|
+
"name": "BaseCommandPayload"
|
|
1010
|
+
}
|
|
1011
|
+
}
|
|
1012
|
+
]
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"type": "interface",
|
|
1016
|
+
"name": "LegacyCommandPayloadServiceFlowStarting",
|
|
1017
|
+
"body": [
|
|
1018
|
+
{
|
|
1019
|
+
"type": "propertySignature",
|
|
1020
|
+
"key": {
|
|
1021
|
+
"type": "identifier",
|
|
1022
|
+
"name": "type"
|
|
1023
|
+
},
|
|
1024
|
+
"annotation": {
|
|
1025
|
+
"type": "jsLiteral",
|
|
1026
|
+
"value": "serviceFlowStarting"
|
|
1027
|
+
},
|
|
1028
|
+
"computed": false
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
"type": "propertySignature",
|
|
1032
|
+
"key": {
|
|
1033
|
+
"type": "identifier",
|
|
1034
|
+
"name": "serviceFlowStarting"
|
|
1035
|
+
},
|
|
1036
|
+
"annotation": {
|
|
1037
|
+
"type": "typeLiteral",
|
|
1038
|
+
"members": [
|
|
1039
|
+
{
|
|
1040
|
+
"type": "propertySignature",
|
|
1041
|
+
"key": {
|
|
1042
|
+
"type": "identifier",
|
|
1043
|
+
"name": "spaceInstanceId"
|
|
1044
|
+
},
|
|
1045
|
+
"annotation": {
|
|
1046
|
+
"type": "keyword",
|
|
1047
|
+
"value": "string"
|
|
1048
|
+
},
|
|
1049
|
+
"optional": true,
|
|
1050
|
+
"computed": false
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
"type": "propertySignature",
|
|
1054
|
+
"key": {
|
|
1055
|
+
"type": "identifier",
|
|
1056
|
+
"name": "spaceName"
|
|
1057
|
+
},
|
|
1058
|
+
"annotation": {
|
|
1059
|
+
"type": "keyword",
|
|
1060
|
+
"value": "string"
|
|
1061
|
+
},
|
|
1062
|
+
"optional": true,
|
|
1063
|
+
"computed": false
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
"type": "propertySignature",
|
|
1067
|
+
"key": {
|
|
1068
|
+
"type": "identifier",
|
|
1069
|
+
"name": "flowInstanceId"
|
|
1070
|
+
},
|
|
1071
|
+
"annotation": {
|
|
1072
|
+
"type": "keyword",
|
|
1073
|
+
"value": "string"
|
|
1074
|
+
},
|
|
1075
|
+
"optional": true,
|
|
1076
|
+
"computed": false
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"type": "propertySignature",
|
|
1080
|
+
"key": {
|
|
912
1081
|
"type": "identifier",
|
|
913
1082
|
"name": "flowName"
|
|
914
1083
|
},
|
|
@@ -1127,6 +1296,20 @@
|
|
|
1127
1296
|
"name": "CommandPayloadGoalPlan"
|
|
1128
1297
|
}
|
|
1129
1298
|
},
|
|
1299
|
+
{
|
|
1300
|
+
"type": "reference",
|
|
1301
|
+
"typeName": {
|
|
1302
|
+
"type": "identifier",
|
|
1303
|
+
"name": "CommandPayloadBusinessObjectManagement"
|
|
1304
|
+
}
|
|
1305
|
+
},
|
|
1306
|
+
{
|
|
1307
|
+
"type": "reference",
|
|
1308
|
+
"typeName": {
|
|
1309
|
+
"type": "identifier",
|
|
1310
|
+
"name": "CommandPayloadBusinessInstanceManagement"
|
|
1311
|
+
}
|
|
1312
|
+
},
|
|
1130
1313
|
{
|
|
1131
1314
|
"type": "reference",
|
|
1132
1315
|
"typeName": {
|
|
@@ -1494,7 +1677,7 @@
|
|
|
1494
1677
|
},
|
|
1495
1678
|
{
|
|
1496
1679
|
"type": "interface",
|
|
1497
|
-
"name": "
|
|
1680
|
+
"name": "CommandPayloadBusinessObjectManagement",
|
|
1498
1681
|
"body": [
|
|
1499
1682
|
{
|
|
1500
1683
|
"type": "propertySignature",
|
|
@@ -1504,7 +1687,7 @@
|
|
|
1504
1687
|
},
|
|
1505
1688
|
"annotation": {
|
|
1506
1689
|
"type": "jsLiteral",
|
|
1507
|
-
"value": "
|
|
1690
|
+
"value": "serviceObject-createOrEdit"
|
|
1508
1691
|
},
|
|
1509
1692
|
"computed": false
|
|
1510
1693
|
},
|
|
@@ -1512,7 +1695,7 @@
|
|
|
1512
1695
|
"type": "propertySignature",
|
|
1513
1696
|
"key": {
|
|
1514
1697
|
"type": "identifier",
|
|
1515
|
-
"name": "
|
|
1698
|
+
"name": "payload"
|
|
1516
1699
|
},
|
|
1517
1700
|
"annotation": {
|
|
1518
1701
|
"type": "typeLiteral",
|
|
@@ -1527,14 +1710,13 @@
|
|
|
1527
1710
|
"type": "keyword",
|
|
1528
1711
|
"value": "string"
|
|
1529
1712
|
},
|
|
1530
|
-
"optional": true,
|
|
1531
1713
|
"computed": false
|
|
1532
1714
|
},
|
|
1533
1715
|
{
|
|
1534
1716
|
"type": "propertySignature",
|
|
1535
1717
|
"key": {
|
|
1536
1718
|
"type": "identifier",
|
|
1537
|
-
"name": "
|
|
1719
|
+
"name": "serviceObjectId"
|
|
1538
1720
|
},
|
|
1539
1721
|
"annotation": {
|
|
1540
1722
|
"type": "keyword",
|
|
@@ -1542,25 +1724,76 @@
|
|
|
1542
1724
|
},
|
|
1543
1725
|
"optional": true,
|
|
1544
1726
|
"computed": false
|
|
1727
|
+
}
|
|
1728
|
+
]
|
|
1729
|
+
},
|
|
1730
|
+
"computed": false
|
|
1731
|
+
}
|
|
1732
|
+
],
|
|
1733
|
+
"extends": [
|
|
1734
|
+
{
|
|
1735
|
+
"type": "expressionWithTypeArguments",
|
|
1736
|
+
"expression": {
|
|
1737
|
+
"type": "identifier",
|
|
1738
|
+
"name": "BaseCommandPayload"
|
|
1739
|
+
}
|
|
1740
|
+
}
|
|
1741
|
+
]
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"type": "interface",
|
|
1745
|
+
"name": "CommandPayloadBusinessInstanceManagement",
|
|
1746
|
+
"body": [
|
|
1747
|
+
{
|
|
1748
|
+
"type": "propertySignature",
|
|
1749
|
+
"key": {
|
|
1750
|
+
"type": "identifier",
|
|
1751
|
+
"name": "type"
|
|
1752
|
+
},
|
|
1753
|
+
"annotation": {
|
|
1754
|
+
"type": "jsLiteral",
|
|
1755
|
+
"value": "serviceObjectInstance-createOrEdit"
|
|
1756
|
+
},
|
|
1757
|
+
"computed": false
|
|
1758
|
+
},
|
|
1759
|
+
{
|
|
1760
|
+
"type": "propertySignature",
|
|
1761
|
+
"key": {
|
|
1762
|
+
"type": "identifier",
|
|
1763
|
+
"name": "payload"
|
|
1764
|
+
},
|
|
1765
|
+
"annotation": {
|
|
1766
|
+
"type": "typeLiteral",
|
|
1767
|
+
"members": [
|
|
1768
|
+
{
|
|
1769
|
+
"type": "propertySignature",
|
|
1770
|
+
"key": {
|
|
1771
|
+
"type": "identifier",
|
|
1772
|
+
"name": "spaceInstanceId"
|
|
1773
|
+
},
|
|
1774
|
+
"annotation": {
|
|
1775
|
+
"type": "keyword",
|
|
1776
|
+
"value": "string"
|
|
1777
|
+
},
|
|
1778
|
+
"computed": false
|
|
1545
1779
|
},
|
|
1546
1780
|
{
|
|
1547
1781
|
"type": "propertySignature",
|
|
1548
1782
|
"key": {
|
|
1549
1783
|
"type": "identifier",
|
|
1550
|
-
"name": "
|
|
1784
|
+
"name": "serviceObjectId"
|
|
1551
1785
|
},
|
|
1552
1786
|
"annotation": {
|
|
1553
1787
|
"type": "keyword",
|
|
1554
1788
|
"value": "string"
|
|
1555
1789
|
},
|
|
1556
|
-
"optional": true,
|
|
1557
1790
|
"computed": false
|
|
1558
1791
|
},
|
|
1559
1792
|
{
|
|
1560
1793
|
"type": "propertySignature",
|
|
1561
1794
|
"key": {
|
|
1562
1795
|
"type": "identifier",
|
|
1563
|
-
"name": "
|
|
1796
|
+
"name": "instanceId"
|
|
1564
1797
|
},
|
|
1565
1798
|
"annotation": {
|
|
1566
1799
|
"type": "keyword",
|
|
@@ -1573,25 +1806,117 @@
|
|
|
1573
1806
|
},
|
|
1574
1807
|
"computed": false
|
|
1575
1808
|
}
|
|
1809
|
+
],
|
|
1810
|
+
"extends": [
|
|
1811
|
+
{
|
|
1812
|
+
"type": "expressionWithTypeArguments",
|
|
1813
|
+
"expression": {
|
|
1814
|
+
"type": "identifier",
|
|
1815
|
+
"name": "BaseCommandPayload"
|
|
1816
|
+
}
|
|
1817
|
+
}
|
|
1576
1818
|
]
|
|
1577
|
-
}
|
|
1578
|
-
]
|
|
1579
|
-
},
|
|
1580
|
-
"ai-portal.clear-request-store": {
|
|
1581
|
-
"type": "provider",
|
|
1582
|
-
"params": [],
|
|
1583
|
-
"returns": {
|
|
1584
|
-
"annotation": {
|
|
1585
|
-
"type": "keyword",
|
|
1586
|
-
"value": "void"
|
|
1587
|
-
}
|
|
1588
|
-
}
|
|
1589
|
-
},
|
|
1590
|
-
"ai-portal.set-chat-command": {
|
|
1591
|
-
"type": "provider",
|
|
1592
|
-
"params": [
|
|
1819
|
+
},
|
|
1593
1820
|
{
|
|
1594
|
-
"
|
|
1821
|
+
"type": "interface",
|
|
1822
|
+
"name": "LegacyCommandPayloadServiceFlowStarting",
|
|
1823
|
+
"body": [
|
|
1824
|
+
{
|
|
1825
|
+
"type": "propertySignature",
|
|
1826
|
+
"key": {
|
|
1827
|
+
"type": "identifier",
|
|
1828
|
+
"name": "type"
|
|
1829
|
+
},
|
|
1830
|
+
"annotation": {
|
|
1831
|
+
"type": "jsLiteral",
|
|
1832
|
+
"value": "serviceFlowStarting"
|
|
1833
|
+
},
|
|
1834
|
+
"computed": false
|
|
1835
|
+
},
|
|
1836
|
+
{
|
|
1837
|
+
"type": "propertySignature",
|
|
1838
|
+
"key": {
|
|
1839
|
+
"type": "identifier",
|
|
1840
|
+
"name": "serviceFlowStarting"
|
|
1841
|
+
},
|
|
1842
|
+
"annotation": {
|
|
1843
|
+
"type": "typeLiteral",
|
|
1844
|
+
"members": [
|
|
1845
|
+
{
|
|
1846
|
+
"type": "propertySignature",
|
|
1847
|
+
"key": {
|
|
1848
|
+
"type": "identifier",
|
|
1849
|
+
"name": "spaceInstanceId"
|
|
1850
|
+
},
|
|
1851
|
+
"annotation": {
|
|
1852
|
+
"type": "keyword",
|
|
1853
|
+
"value": "string"
|
|
1854
|
+
},
|
|
1855
|
+
"optional": true,
|
|
1856
|
+
"computed": false
|
|
1857
|
+
},
|
|
1858
|
+
{
|
|
1859
|
+
"type": "propertySignature",
|
|
1860
|
+
"key": {
|
|
1861
|
+
"type": "identifier",
|
|
1862
|
+
"name": "spaceName"
|
|
1863
|
+
},
|
|
1864
|
+
"annotation": {
|
|
1865
|
+
"type": "keyword",
|
|
1866
|
+
"value": "string"
|
|
1867
|
+
},
|
|
1868
|
+
"optional": true,
|
|
1869
|
+
"computed": false
|
|
1870
|
+
},
|
|
1871
|
+
{
|
|
1872
|
+
"type": "propertySignature",
|
|
1873
|
+
"key": {
|
|
1874
|
+
"type": "identifier",
|
|
1875
|
+
"name": "flowInstanceId"
|
|
1876
|
+
},
|
|
1877
|
+
"annotation": {
|
|
1878
|
+
"type": "keyword",
|
|
1879
|
+
"value": "string"
|
|
1880
|
+
},
|
|
1881
|
+
"optional": true,
|
|
1882
|
+
"computed": false
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
"type": "propertySignature",
|
|
1886
|
+
"key": {
|
|
1887
|
+
"type": "identifier",
|
|
1888
|
+
"name": "flowName"
|
|
1889
|
+
},
|
|
1890
|
+
"annotation": {
|
|
1891
|
+
"type": "keyword",
|
|
1892
|
+
"value": "string"
|
|
1893
|
+
},
|
|
1894
|
+
"optional": true,
|
|
1895
|
+
"computed": false
|
|
1896
|
+
}
|
|
1897
|
+
]
|
|
1898
|
+
},
|
|
1899
|
+
"computed": false
|
|
1900
|
+
}
|
|
1901
|
+
]
|
|
1902
|
+
}
|
|
1903
|
+
]
|
|
1904
|
+
},
|
|
1905
|
+
"ai-portal.clear-request-store": {
|
|
1906
|
+
"type": "provider",
|
|
1907
|
+
"params": [],
|
|
1908
|
+
"returns": {
|
|
1909
|
+
"annotation": {
|
|
1910
|
+
"type": "keyword",
|
|
1911
|
+
"value": "void"
|
|
1912
|
+
}
|
|
1913
|
+
}
|
|
1914
|
+
},
|
|
1915
|
+
"ai-portal.set-chat-command": {
|
|
1916
|
+
"type": "provider",
|
|
1917
|
+
"params": [
|
|
1918
|
+
{
|
|
1919
|
+
"name": "command",
|
|
1595
1920
|
"annotation": {
|
|
1596
1921
|
"type": "union",
|
|
1597
1922
|
"types": [
|
|
@@ -1831,19 +2156,6 @@
|
|
|
1831
2156
|
}
|
|
1832
2157
|
]
|
|
1833
2158
|
},
|
|
1834
|
-
"ai-portal.home-container": {
|
|
1835
|
-
"properties": [
|
|
1836
|
-
{
|
|
1837
|
-
"name": "sticky",
|
|
1838
|
-
"annotation": {
|
|
1839
|
-
"type": "keyword",
|
|
1840
|
-
"value": "boolean"
|
|
1841
|
-
}
|
|
1842
|
-
}
|
|
1843
|
-
],
|
|
1844
|
-
"events": [],
|
|
1845
|
-
"methods": []
|
|
1846
|
-
},
|
|
1847
2159
|
"ai-portal.elevo-logo": {
|
|
1848
2160
|
"properties": [],
|
|
1849
2161
|
"events": [],
|
|
@@ -2399,7 +2711,7 @@
|
|
|
2399
2711
|
}
|
|
2400
2712
|
]
|
|
2401
2713
|
},
|
|
2402
|
-
"ai-portal.ai-
|
|
2714
|
+
"ai-portal.ai-employees": {
|
|
2403
2715
|
"properties": [
|
|
2404
2716
|
{
|
|
2405
2717
|
"name": "list",
|
|
@@ -2409,11 +2721,21 @@
|
|
|
2409
2721
|
"type": "reference",
|
|
2410
2722
|
"typeName": {
|
|
2411
2723
|
"type": "identifier",
|
|
2412
|
-
"name": "
|
|
2724
|
+
"name": "Employee"
|
|
2413
2725
|
}
|
|
2414
2726
|
}
|
|
2415
2727
|
}
|
|
2416
2728
|
},
|
|
2729
|
+
{
|
|
2730
|
+
"name": "industries",
|
|
2731
|
+
"annotation": {
|
|
2732
|
+
"type": "array",
|
|
2733
|
+
"elementType": {
|
|
2734
|
+
"type": "keyword",
|
|
2735
|
+
"value": "string"
|
|
2736
|
+
}
|
|
2737
|
+
}
|
|
2738
|
+
},
|
|
2417
2739
|
{
|
|
2418
2740
|
"name": "urlTemplate",
|
|
2419
2741
|
"annotation": {
|
|
@@ -2422,10 +2744,10 @@
|
|
|
2422
2744
|
}
|
|
2423
2745
|
},
|
|
2424
2746
|
{
|
|
2425
|
-
"name": "
|
|
2747
|
+
"name": "stickyTop",
|
|
2426
2748
|
"annotation": {
|
|
2427
2749
|
"type": "keyword",
|
|
2428
|
-
"value": "
|
|
2750
|
+
"value": "number"
|
|
2429
2751
|
}
|
|
2430
2752
|
}
|
|
2431
2753
|
],
|
|
@@ -2434,7 +2756,7 @@
|
|
|
2434
2756
|
"types": [
|
|
2435
2757
|
{
|
|
2436
2758
|
"type": "interface",
|
|
2437
|
-
"name": "
|
|
2759
|
+
"name": "Employee",
|
|
2438
2760
|
"body": [
|
|
2439
2761
|
{
|
|
2440
2762
|
"type": "propertySignature",
|
|
@@ -2452,7 +2774,7 @@
|
|
|
2452
2774
|
"type": "propertySignature",
|
|
2453
2775
|
"key": {
|
|
2454
2776
|
"type": "identifier",
|
|
2455
|
-
"name": "
|
|
2777
|
+
"name": "industry"
|
|
2456
2778
|
},
|
|
2457
2779
|
"annotation": {
|
|
2458
2780
|
"type": "keyword",
|
|
@@ -2464,30 +2786,35 @@
|
|
|
2464
2786
|
"type": "propertySignature",
|
|
2465
2787
|
"key": {
|
|
2466
2788
|
"type": "identifier",
|
|
2467
|
-
"name": "
|
|
2789
|
+
"name": "role"
|
|
2468
2790
|
},
|
|
2469
2791
|
"annotation": {
|
|
2470
|
-
"type": "
|
|
2471
|
-
"
|
|
2472
|
-
"type": "identifier",
|
|
2473
|
-
"name": "GeneralIconProps"
|
|
2474
|
-
}
|
|
2792
|
+
"type": "keyword",
|
|
2793
|
+
"value": "string"
|
|
2475
2794
|
},
|
|
2476
|
-
"optional": true,
|
|
2477
2795
|
"computed": false
|
|
2478
2796
|
},
|
|
2479
2797
|
{
|
|
2480
2798
|
"type": "propertySignature",
|
|
2481
2799
|
"key": {
|
|
2482
2800
|
"type": "identifier",
|
|
2483
|
-
"name": "
|
|
2801
|
+
"name": "description"
|
|
2484
2802
|
},
|
|
2485
2803
|
"annotation": {
|
|
2486
|
-
"type": "
|
|
2487
|
-
"
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2804
|
+
"type": "keyword",
|
|
2805
|
+
"value": "string"
|
|
2806
|
+
},
|
|
2807
|
+
"computed": false
|
|
2808
|
+
},
|
|
2809
|
+
{
|
|
2810
|
+
"type": "propertySignature",
|
|
2811
|
+
"key": {
|
|
2812
|
+
"type": "identifier",
|
|
2813
|
+
"name": "avatar"
|
|
2814
|
+
},
|
|
2815
|
+
"annotation": {
|
|
2816
|
+
"type": "keyword",
|
|
2817
|
+
"value": "string"
|
|
2491
2818
|
},
|
|
2492
2819
|
"optional": true,
|
|
2493
2820
|
"computed": false
|
|
@@ -2496,7 +2823,7 @@
|
|
|
2496
2823
|
}
|
|
2497
2824
|
]
|
|
2498
2825
|
},
|
|
2499
|
-
"ai-portal.ai-
|
|
2826
|
+
"ai-portal.ai-agents": {
|
|
2500
2827
|
"properties": [
|
|
2501
2828
|
{
|
|
2502
2829
|
"name": "list",
|
|
@@ -2506,21 +2833,11 @@
|
|
|
2506
2833
|
"type": "reference",
|
|
2507
2834
|
"typeName": {
|
|
2508
2835
|
"type": "identifier",
|
|
2509
|
-
"name": "
|
|
2836
|
+
"name": "Agent"
|
|
2510
2837
|
}
|
|
2511
2838
|
}
|
|
2512
2839
|
}
|
|
2513
2840
|
},
|
|
2514
|
-
{
|
|
2515
|
-
"name": "industries",
|
|
2516
|
-
"annotation": {
|
|
2517
|
-
"type": "array",
|
|
2518
|
-
"elementType": {
|
|
2519
|
-
"type": "keyword",
|
|
2520
|
-
"value": "string"
|
|
2521
|
-
}
|
|
2522
|
-
}
|
|
2523
|
-
},
|
|
2524
2841
|
{
|
|
2525
2842
|
"name": "urlTemplate",
|
|
2526
2843
|
"annotation": {
|
|
@@ -2529,10 +2846,10 @@
|
|
|
2529
2846
|
}
|
|
2530
2847
|
},
|
|
2531
2848
|
{
|
|
2532
|
-
"name": "
|
|
2849
|
+
"name": "withContainer",
|
|
2533
2850
|
"annotation": {
|
|
2534
2851
|
"type": "keyword",
|
|
2535
|
-
"value": "
|
|
2852
|
+
"value": "boolean"
|
|
2536
2853
|
}
|
|
2537
2854
|
}
|
|
2538
2855
|
],
|
|
@@ -2541,7 +2858,7 @@
|
|
|
2541
2858
|
"types": [
|
|
2542
2859
|
{
|
|
2543
2860
|
"type": "interface",
|
|
2544
|
-
"name": "
|
|
2861
|
+
"name": "Agent",
|
|
2545
2862
|
"body": [
|
|
2546
2863
|
{
|
|
2547
2864
|
"type": "propertySignature",
|
|
@@ -2559,19 +2876,7 @@
|
|
|
2559
2876
|
"type": "propertySignature",
|
|
2560
2877
|
"key": {
|
|
2561
2878
|
"type": "identifier",
|
|
2562
|
-
"name": "
|
|
2563
|
-
},
|
|
2564
|
-
"annotation": {
|
|
2565
|
-
"type": "keyword",
|
|
2566
|
-
"value": "string"
|
|
2567
|
-
},
|
|
2568
|
-
"computed": false
|
|
2569
|
-
},
|
|
2570
|
-
{
|
|
2571
|
-
"type": "propertySignature",
|
|
2572
|
-
"key": {
|
|
2573
|
-
"type": "identifier",
|
|
2574
|
-
"name": "role"
|
|
2879
|
+
"name": "description"
|
|
2575
2880
|
},
|
|
2576
2881
|
"annotation": {
|
|
2577
2882
|
"type": "keyword",
|
|
@@ -2583,23 +2888,30 @@
|
|
|
2583
2888
|
"type": "propertySignature",
|
|
2584
2889
|
"key": {
|
|
2585
2890
|
"type": "identifier",
|
|
2586
|
-
"name": "
|
|
2891
|
+
"name": "icon"
|
|
2587
2892
|
},
|
|
2588
2893
|
"annotation": {
|
|
2589
|
-
"type": "
|
|
2590
|
-
"
|
|
2894
|
+
"type": "reference",
|
|
2895
|
+
"typeName": {
|
|
2896
|
+
"type": "identifier",
|
|
2897
|
+
"name": "GeneralIconProps"
|
|
2898
|
+
}
|
|
2591
2899
|
},
|
|
2900
|
+
"optional": true,
|
|
2592
2901
|
"computed": false
|
|
2593
2902
|
},
|
|
2594
2903
|
{
|
|
2595
2904
|
"type": "propertySignature",
|
|
2596
2905
|
"key": {
|
|
2597
2906
|
"type": "identifier",
|
|
2598
|
-
"name": "
|
|
2907
|
+
"name": "tags"
|
|
2599
2908
|
},
|
|
2600
2909
|
"annotation": {
|
|
2601
|
-
"type": "
|
|
2602
|
-
"
|
|
2910
|
+
"type": "array",
|
|
2911
|
+
"elementType": {
|
|
2912
|
+
"type": "keyword",
|
|
2913
|
+
"value": "string"
|
|
2914
|
+
}
|
|
2603
2915
|
},
|
|
2604
2916
|
"optional": true,
|
|
2605
2917
|
"computed": false
|
|
@@ -2797,44 +3109,162 @@
|
|
|
2797
3109
|
"events": [],
|
|
2798
3110
|
"methods": []
|
|
2799
3111
|
},
|
|
2800
|
-
"ai-portal.
|
|
3112
|
+
"ai-portal.action-buttons": {
|
|
2801
3113
|
"properties": [
|
|
2802
3114
|
{
|
|
2803
|
-
"name": "
|
|
3115
|
+
"name": "items",
|
|
2804
3116
|
"annotation": {
|
|
2805
3117
|
"type": "array",
|
|
2806
3118
|
"elementType": {
|
|
2807
3119
|
"type": "reference",
|
|
2808
3120
|
"typeName": {
|
|
2809
3121
|
"type": "identifier",
|
|
2810
|
-
"name": "
|
|
3122
|
+
"name": "ActionItem"
|
|
2811
3123
|
}
|
|
2812
3124
|
}
|
|
2813
3125
|
}
|
|
2814
3126
|
},
|
|
2815
3127
|
{
|
|
2816
|
-
"name": "
|
|
2817
|
-
"annotation": {
|
|
2818
|
-
"type": "keyword",
|
|
2819
|
-
"value": "string"
|
|
2820
|
-
}
|
|
2821
|
-
},
|
|
2822
|
-
{
|
|
2823
|
-
"name": "actions",
|
|
3128
|
+
"name": "activeKey",
|
|
2824
3129
|
"annotation": {
|
|
2825
|
-
"type": "
|
|
2826
|
-
"
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
"
|
|
2830
|
-
|
|
3130
|
+
"type": "union",
|
|
3131
|
+
"types": [
|
|
3132
|
+
{
|
|
3133
|
+
"type": "keyword",
|
|
3134
|
+
"value": "string"
|
|
3135
|
+
},
|
|
3136
|
+
{
|
|
3137
|
+
"type": "keyword",
|
|
3138
|
+
"value": "null"
|
|
2831
3139
|
}
|
|
2832
|
-
|
|
3140
|
+
]
|
|
2833
3141
|
}
|
|
2834
|
-
}
|
|
3142
|
+
}
|
|
3143
|
+
],
|
|
3144
|
+
"events": [
|
|
2835
3145
|
{
|
|
2836
|
-
"name": "
|
|
2837
|
-
"
|
|
3146
|
+
"name": "change",
|
|
3147
|
+
"detail": {
|
|
3148
|
+
"annotation": {
|
|
3149
|
+
"type": "union",
|
|
3150
|
+
"types": [
|
|
3151
|
+
{
|
|
3152
|
+
"type": "reference",
|
|
3153
|
+
"typeName": {
|
|
3154
|
+
"type": "identifier",
|
|
3155
|
+
"name": "ActionItem"
|
|
3156
|
+
}
|
|
3157
|
+
},
|
|
3158
|
+
{
|
|
3159
|
+
"type": "keyword",
|
|
3160
|
+
"value": "null"
|
|
3161
|
+
}
|
|
3162
|
+
]
|
|
3163
|
+
}
|
|
3164
|
+
}
|
|
3165
|
+
}
|
|
3166
|
+
],
|
|
3167
|
+
"methods": [],
|
|
3168
|
+
"types": [
|
|
3169
|
+
{
|
|
3170
|
+
"type": "interface",
|
|
3171
|
+
"name": "ActionItem",
|
|
3172
|
+
"body": [
|
|
3173
|
+
{
|
|
3174
|
+
"type": "propertySignature",
|
|
3175
|
+
"key": {
|
|
3176
|
+
"type": "identifier",
|
|
3177
|
+
"name": "text"
|
|
3178
|
+
},
|
|
3179
|
+
"annotation": {
|
|
3180
|
+
"type": "keyword",
|
|
3181
|
+
"value": "string"
|
|
3182
|
+
},
|
|
3183
|
+
"computed": false
|
|
3184
|
+
},
|
|
3185
|
+
{
|
|
3186
|
+
"type": "propertySignature",
|
|
3187
|
+
"key": {
|
|
3188
|
+
"type": "identifier",
|
|
3189
|
+
"name": "key"
|
|
3190
|
+
},
|
|
3191
|
+
"annotation": {
|
|
3192
|
+
"type": "keyword",
|
|
3193
|
+
"value": "string"
|
|
3194
|
+
},
|
|
3195
|
+
"computed": false
|
|
3196
|
+
},
|
|
3197
|
+
{
|
|
3198
|
+
"type": "propertySignature",
|
|
3199
|
+
"key": {
|
|
3200
|
+
"type": "identifier",
|
|
3201
|
+
"name": "icon"
|
|
3202
|
+
},
|
|
3203
|
+
"annotation": {
|
|
3204
|
+
"type": "reference",
|
|
3205
|
+
"typeName": {
|
|
3206
|
+
"type": "identifier",
|
|
3207
|
+
"name": "GeneralIconProps"
|
|
3208
|
+
}
|
|
3209
|
+
},
|
|
3210
|
+
"optional": true,
|
|
3211
|
+
"computed": false
|
|
3212
|
+
},
|
|
3213
|
+
{
|
|
3214
|
+
"type": "propertySignature",
|
|
3215
|
+
"key": {
|
|
3216
|
+
"type": "identifier",
|
|
3217
|
+
"name": "hidden"
|
|
3218
|
+
},
|
|
3219
|
+
"annotation": {
|
|
3220
|
+
"type": "keyword",
|
|
3221
|
+
"value": "boolean"
|
|
3222
|
+
},
|
|
3223
|
+
"optional": true,
|
|
3224
|
+
"computed": false
|
|
3225
|
+
}
|
|
3226
|
+
]
|
|
3227
|
+
}
|
|
3228
|
+
]
|
|
3229
|
+
},
|
|
3230
|
+
"ai-portal.project-conversations": {
|
|
3231
|
+
"properties": [
|
|
3232
|
+
{
|
|
3233
|
+
"name": "list",
|
|
3234
|
+
"annotation": {
|
|
3235
|
+
"type": "array",
|
|
3236
|
+
"elementType": {
|
|
3237
|
+
"type": "reference",
|
|
3238
|
+
"typeName": {
|
|
3239
|
+
"type": "identifier",
|
|
3240
|
+
"name": "Conversation"
|
|
3241
|
+
}
|
|
3242
|
+
}
|
|
3243
|
+
}
|
|
3244
|
+
},
|
|
3245
|
+
{
|
|
3246
|
+
"name": "urlTemplate",
|
|
3247
|
+
"annotation": {
|
|
3248
|
+
"type": "keyword",
|
|
3249
|
+
"value": "string"
|
|
3250
|
+
}
|
|
3251
|
+
},
|
|
3252
|
+
{
|
|
3253
|
+
"name": "actions",
|
|
3254
|
+
"annotation": {
|
|
3255
|
+
"type": "array",
|
|
3256
|
+
"elementType": {
|
|
3257
|
+
"type": "reference",
|
|
3258
|
+
"typeName": {
|
|
3259
|
+
"type": "identifier",
|
|
3260
|
+
"name": "ActionType"
|
|
3261
|
+
}
|
|
3262
|
+
}
|
|
3263
|
+
}
|
|
3264
|
+
},
|
|
3265
|
+
{
|
|
3266
|
+
"name": "goals",
|
|
3267
|
+
"annotation": {
|
|
2838
3268
|
"type": "array",
|
|
2839
3269
|
"elementType": {
|
|
2840
3270
|
"type": "reference",
|
|
@@ -3023,124 +3453,6 @@
|
|
|
3023
3453
|
}
|
|
3024
3454
|
]
|
|
3025
3455
|
},
|
|
3026
|
-
"ai-portal.action-buttons": {
|
|
3027
|
-
"properties": [
|
|
3028
|
-
{
|
|
3029
|
-
"name": "items",
|
|
3030
|
-
"annotation": {
|
|
3031
|
-
"type": "array",
|
|
3032
|
-
"elementType": {
|
|
3033
|
-
"type": "reference",
|
|
3034
|
-
"typeName": {
|
|
3035
|
-
"type": "identifier",
|
|
3036
|
-
"name": "ActionItem"
|
|
3037
|
-
}
|
|
3038
|
-
}
|
|
3039
|
-
}
|
|
3040
|
-
},
|
|
3041
|
-
{
|
|
3042
|
-
"name": "activeKey",
|
|
3043
|
-
"annotation": {
|
|
3044
|
-
"type": "union",
|
|
3045
|
-
"types": [
|
|
3046
|
-
{
|
|
3047
|
-
"type": "keyword",
|
|
3048
|
-
"value": "string"
|
|
3049
|
-
},
|
|
3050
|
-
{
|
|
3051
|
-
"type": "keyword",
|
|
3052
|
-
"value": "null"
|
|
3053
|
-
}
|
|
3054
|
-
]
|
|
3055
|
-
}
|
|
3056
|
-
}
|
|
3057
|
-
],
|
|
3058
|
-
"events": [
|
|
3059
|
-
{
|
|
3060
|
-
"name": "change",
|
|
3061
|
-
"detail": {
|
|
3062
|
-
"annotation": {
|
|
3063
|
-
"type": "union",
|
|
3064
|
-
"types": [
|
|
3065
|
-
{
|
|
3066
|
-
"type": "reference",
|
|
3067
|
-
"typeName": {
|
|
3068
|
-
"type": "identifier",
|
|
3069
|
-
"name": "ActionItem"
|
|
3070
|
-
}
|
|
3071
|
-
},
|
|
3072
|
-
{
|
|
3073
|
-
"type": "keyword",
|
|
3074
|
-
"value": "null"
|
|
3075
|
-
}
|
|
3076
|
-
]
|
|
3077
|
-
}
|
|
3078
|
-
}
|
|
3079
|
-
}
|
|
3080
|
-
],
|
|
3081
|
-
"methods": [],
|
|
3082
|
-
"types": [
|
|
3083
|
-
{
|
|
3084
|
-
"type": "interface",
|
|
3085
|
-
"name": "ActionItem",
|
|
3086
|
-
"body": [
|
|
3087
|
-
{
|
|
3088
|
-
"type": "propertySignature",
|
|
3089
|
-
"key": {
|
|
3090
|
-
"type": "identifier",
|
|
3091
|
-
"name": "text"
|
|
3092
|
-
},
|
|
3093
|
-
"annotation": {
|
|
3094
|
-
"type": "keyword",
|
|
3095
|
-
"value": "string"
|
|
3096
|
-
},
|
|
3097
|
-
"computed": false
|
|
3098
|
-
},
|
|
3099
|
-
{
|
|
3100
|
-
"type": "propertySignature",
|
|
3101
|
-
"key": {
|
|
3102
|
-
"type": "identifier",
|
|
3103
|
-
"name": "key"
|
|
3104
|
-
},
|
|
3105
|
-
"annotation": {
|
|
3106
|
-
"type": "keyword",
|
|
3107
|
-
"value": "string"
|
|
3108
|
-
},
|
|
3109
|
-
"computed": false
|
|
3110
|
-
},
|
|
3111
|
-
{
|
|
3112
|
-
"type": "propertySignature",
|
|
3113
|
-
"key": {
|
|
3114
|
-
"type": "identifier",
|
|
3115
|
-
"name": "icon"
|
|
3116
|
-
},
|
|
3117
|
-
"annotation": {
|
|
3118
|
-
"type": "reference",
|
|
3119
|
-
"typeName": {
|
|
3120
|
-
"type": "identifier",
|
|
3121
|
-
"name": "GeneralIconProps"
|
|
3122
|
-
}
|
|
3123
|
-
},
|
|
3124
|
-
"optional": true,
|
|
3125
|
-
"computed": false
|
|
3126
|
-
},
|
|
3127
|
-
{
|
|
3128
|
-
"type": "propertySignature",
|
|
3129
|
-
"key": {
|
|
3130
|
-
"type": "identifier",
|
|
3131
|
-
"name": "hidden"
|
|
3132
|
-
},
|
|
3133
|
-
"annotation": {
|
|
3134
|
-
"type": "keyword",
|
|
3135
|
-
"value": "boolean"
|
|
3136
|
-
},
|
|
3137
|
-
"optional": true,
|
|
3138
|
-
"computed": false
|
|
3139
|
-
}
|
|
3140
|
-
]
|
|
3141
|
-
}
|
|
3142
|
-
]
|
|
3143
|
-
},
|
|
3144
3456
|
"ai-portal.activity-timeline": {
|
|
3145
3457
|
"properties": [
|
|
3146
3458
|
{
|
|
@@ -4244,7 +4556,21 @@
|
|
|
4244
4556
|
}
|
|
4245
4557
|
}
|
|
4246
4558
|
],
|
|
4247
|
-
"methods": [
|
|
4559
|
+
"methods": [
|
|
4560
|
+
{
|
|
4561
|
+
"name": "setValue",
|
|
4562
|
+
"params": [
|
|
4563
|
+
{
|
|
4564
|
+
"name": "value",
|
|
4565
|
+
"annotation": {
|
|
4566
|
+
"type": "keyword",
|
|
4567
|
+
"value": "string"
|
|
4568
|
+
}
|
|
4569
|
+
}
|
|
4570
|
+
],
|
|
4571
|
+
"returns": {}
|
|
4572
|
+
}
|
|
4573
|
+
],
|
|
4248
4574
|
"types": [
|
|
4249
4575
|
{
|
|
4250
4576
|
"type": "interface",
|
|
@@ -4695,223 +5021,6 @@
|
|
|
4695
5021
|
}
|
|
4696
5022
|
]
|
|
4697
5023
|
},
|
|
4698
|
-
"ai-portal.notice-dropdown": {
|
|
4699
|
-
"properties": [
|
|
4700
|
-
{
|
|
4701
|
-
"name": "dataSource",
|
|
4702
|
-
"annotation": {
|
|
4703
|
-
"type": "array",
|
|
4704
|
-
"elementType": {
|
|
4705
|
-
"type": "reference",
|
|
4706
|
-
"typeName": {
|
|
4707
|
-
"type": "identifier",
|
|
4708
|
-
"name": "NoticeItem"
|
|
4709
|
-
}
|
|
4710
|
-
}
|
|
4711
|
-
}
|
|
4712
|
-
},
|
|
4713
|
-
{
|
|
4714
|
-
"name": "popoverPlacement",
|
|
4715
|
-
"annotation": {
|
|
4716
|
-
"type": "reference",
|
|
4717
|
-
"typeName": {
|
|
4718
|
-
"type": "identifier",
|
|
4719
|
-
"name": "Placement"
|
|
4720
|
-
}
|
|
4721
|
-
}
|
|
4722
|
-
},
|
|
4723
|
-
{
|
|
4724
|
-
"name": "emptyText",
|
|
4725
|
-
"annotation": {
|
|
4726
|
-
"type": "keyword",
|
|
4727
|
-
"value": "string"
|
|
4728
|
-
}
|
|
4729
|
-
},
|
|
4730
|
-
{
|
|
4731
|
-
"name": "notifyCenterUrl",
|
|
4732
|
-
"annotation": {
|
|
4733
|
-
"type": "keyword",
|
|
4734
|
-
"value": "string"
|
|
4735
|
-
}
|
|
4736
|
-
},
|
|
4737
|
-
{
|
|
4738
|
-
"name": "urlTemplate",
|
|
4739
|
-
"annotation": {
|
|
4740
|
-
"type": "keyword",
|
|
4741
|
-
"value": "string"
|
|
4742
|
-
}
|
|
4743
|
-
},
|
|
4744
|
-
{
|
|
4745
|
-
"name": "urlTarget",
|
|
4746
|
-
"annotation": {
|
|
4747
|
-
"type": "reference",
|
|
4748
|
-
"typeName": {
|
|
4749
|
-
"type": "identifier",
|
|
4750
|
-
"name": "Target"
|
|
4751
|
-
}
|
|
4752
|
-
}
|
|
4753
|
-
},
|
|
4754
|
-
{
|
|
4755
|
-
"name": "dropdownMaxWidth",
|
|
4756
|
-
"annotation": {
|
|
4757
|
-
"type": "union",
|
|
4758
|
-
"types": [
|
|
4759
|
-
{
|
|
4760
|
-
"type": "keyword",
|
|
4761
|
-
"value": "string"
|
|
4762
|
-
},
|
|
4763
|
-
{
|
|
4764
|
-
"type": "keyword",
|
|
4765
|
-
"value": "number"
|
|
4766
|
-
}
|
|
4767
|
-
]
|
|
4768
|
-
}
|
|
4769
|
-
},
|
|
4770
|
-
{
|
|
4771
|
-
"name": "dropdownContentStyle",
|
|
4772
|
-
"annotation": {
|
|
4773
|
-
"type": "reference",
|
|
4774
|
-
"typeName": {
|
|
4775
|
-
"type": "qualifiedName",
|
|
4776
|
-
"left": {
|
|
4777
|
-
"type": "identifier",
|
|
4778
|
-
"name": "React"
|
|
4779
|
-
},
|
|
4780
|
-
"right": {
|
|
4781
|
-
"type": "identifier",
|
|
4782
|
-
"name": "CSSProperties"
|
|
4783
|
-
}
|
|
4784
|
-
}
|
|
4785
|
-
}
|
|
4786
|
-
},
|
|
4787
|
-
{
|
|
4788
|
-
"name": "hideNotifyCenterButton",
|
|
4789
|
-
"annotation": {
|
|
4790
|
-
"type": "keyword",
|
|
4791
|
-
"value": "boolean"
|
|
4792
|
-
}
|
|
4793
|
-
}
|
|
4794
|
-
],
|
|
4795
|
-
"events": [
|
|
4796
|
-
{
|
|
4797
|
-
"name": "notice.click",
|
|
4798
|
-
"detail": {
|
|
4799
|
-
"annotation": {
|
|
4800
|
-
"type": "reference",
|
|
4801
|
-
"typeName": {
|
|
4802
|
-
"type": "identifier",
|
|
4803
|
-
"name": "NoticeItem"
|
|
4804
|
-
}
|
|
4805
|
-
}
|
|
4806
|
-
}
|
|
4807
|
-
},
|
|
4808
|
-
{
|
|
4809
|
-
"name": "mark.all.read",
|
|
4810
|
-
"detail": {
|
|
4811
|
-
"annotation": {
|
|
4812
|
-
"type": "keyword",
|
|
4813
|
-
"value": "void"
|
|
4814
|
-
}
|
|
4815
|
-
}
|
|
4816
|
-
}
|
|
4817
|
-
],
|
|
4818
|
-
"methods": [],
|
|
4819
|
-
"types": [
|
|
4820
|
-
{
|
|
4821
|
-
"type": "interface",
|
|
4822
|
-
"name": "NoticeItem",
|
|
4823
|
-
"body": [
|
|
4824
|
-
{
|
|
4825
|
-
"type": "propertySignature",
|
|
4826
|
-
"key": {
|
|
4827
|
-
"type": "identifier",
|
|
4828
|
-
"name": "id"
|
|
4829
|
-
},
|
|
4830
|
-
"annotation": {
|
|
4831
|
-
"type": "keyword",
|
|
4832
|
-
"value": "string"
|
|
4833
|
-
},
|
|
4834
|
-
"computed": false
|
|
4835
|
-
},
|
|
4836
|
-
{
|
|
4837
|
-
"type": "propertySignature",
|
|
4838
|
-
"key": {
|
|
4839
|
-
"type": "identifier",
|
|
4840
|
-
"name": "type"
|
|
4841
|
-
},
|
|
4842
|
-
"annotation": {
|
|
4843
|
-
"type": "keyword",
|
|
4844
|
-
"value": "string"
|
|
4845
|
-
},
|
|
4846
|
-
"computed": false
|
|
4847
|
-
},
|
|
4848
|
-
{
|
|
4849
|
-
"type": "propertySignature",
|
|
4850
|
-
"key": {
|
|
4851
|
-
"type": "identifier",
|
|
4852
|
-
"name": "isRead"
|
|
4853
|
-
},
|
|
4854
|
-
"annotation": {
|
|
4855
|
-
"type": "keyword",
|
|
4856
|
-
"value": "boolean"
|
|
4857
|
-
},
|
|
4858
|
-
"computed": false
|
|
4859
|
-
},
|
|
4860
|
-
{
|
|
4861
|
-
"type": "propertySignature",
|
|
4862
|
-
"key": {
|
|
4863
|
-
"type": "identifier",
|
|
4864
|
-
"name": "title"
|
|
4865
|
-
},
|
|
4866
|
-
"annotation": {
|
|
4867
|
-
"type": "keyword",
|
|
4868
|
-
"value": "string"
|
|
4869
|
-
},
|
|
4870
|
-
"computed": false
|
|
4871
|
-
},
|
|
4872
|
-
{
|
|
4873
|
-
"type": "propertySignature",
|
|
4874
|
-
"key": {
|
|
4875
|
-
"type": "identifier",
|
|
4876
|
-
"name": "description"
|
|
4877
|
-
},
|
|
4878
|
-
"annotation": {
|
|
4879
|
-
"type": "keyword",
|
|
4880
|
-
"value": "string"
|
|
4881
|
-
},
|
|
4882
|
-
"optional": true,
|
|
4883
|
-
"computed": false
|
|
4884
|
-
},
|
|
4885
|
-
{
|
|
4886
|
-
"type": "propertySignature",
|
|
4887
|
-
"key": {
|
|
4888
|
-
"type": "identifier",
|
|
4889
|
-
"name": "time"
|
|
4890
|
-
},
|
|
4891
|
-
"annotation": {
|
|
4892
|
-
"type": "keyword",
|
|
4893
|
-
"value": "number"
|
|
4894
|
-
},
|
|
4895
|
-
"computed": false
|
|
4896
|
-
},
|
|
4897
|
-
{
|
|
4898
|
-
"type": "propertySignature",
|
|
4899
|
-
"key": {
|
|
4900
|
-
"type": "identifier",
|
|
4901
|
-
"name": "url"
|
|
4902
|
-
},
|
|
4903
|
-
"annotation": {
|
|
4904
|
-
"type": "keyword",
|
|
4905
|
-
"value": "string"
|
|
4906
|
-
},
|
|
4907
|
-
"optional": true,
|
|
4908
|
-
"computed": false,
|
|
4909
|
-
"description": "单个消息详情链接,优先级高于 urlTemplate"
|
|
4910
|
-
}
|
|
4911
|
-
]
|
|
4912
|
-
}
|
|
4913
|
-
]
|
|
4914
|
-
},
|
|
4915
5024
|
"ai-portal.stage-flow": {
|
|
4916
5025
|
"properties": [
|
|
4917
5026
|
{
|
|
@@ -5351,33 +5460,266 @@
|
|
|
5351
5460
|
"name": "serviceFlowActivities"
|
|
5352
5461
|
},
|
|
5353
5462
|
"annotation": {
|
|
5354
|
-
"type": "array",
|
|
5355
|
-
"elementType": {
|
|
5356
|
-
"type": "reference",
|
|
5357
|
-
"typeName": {
|
|
5358
|
-
"type": "identifier",
|
|
5359
|
-
"name": "FlowActivity"
|
|
5360
|
-
}
|
|
5361
|
-
}
|
|
5463
|
+
"type": "array",
|
|
5464
|
+
"elementType": {
|
|
5465
|
+
"type": "reference",
|
|
5466
|
+
"typeName": {
|
|
5467
|
+
"type": "identifier",
|
|
5468
|
+
"name": "FlowActivity"
|
|
5469
|
+
}
|
|
5470
|
+
}
|
|
5471
|
+
},
|
|
5472
|
+
"optional": true,
|
|
5473
|
+
"computed": false
|
|
5474
|
+
}
|
|
5475
|
+
]
|
|
5476
|
+
},
|
|
5477
|
+
{
|
|
5478
|
+
"type": "interface",
|
|
5479
|
+
"name": "FlowActivity",
|
|
5480
|
+
"body": [
|
|
5481
|
+
{
|
|
5482
|
+
"type": "propertySignature",
|
|
5483
|
+
"key": {
|
|
5484
|
+
"type": "identifier",
|
|
5485
|
+
"name": "name"
|
|
5486
|
+
},
|
|
5487
|
+
"annotation": {
|
|
5488
|
+
"type": "keyword",
|
|
5489
|
+
"value": "string"
|
|
5490
|
+
},
|
|
5491
|
+
"computed": false
|
|
5492
|
+
},
|
|
5493
|
+
{
|
|
5494
|
+
"type": "propertySignature",
|
|
5495
|
+
"key": {
|
|
5496
|
+
"type": "identifier",
|
|
5497
|
+
"name": "taskId"
|
|
5498
|
+
},
|
|
5499
|
+
"annotation": {
|
|
5500
|
+
"type": "keyword",
|
|
5501
|
+
"value": "string"
|
|
5502
|
+
},
|
|
5503
|
+
"optional": true,
|
|
5504
|
+
"computed": false
|
|
5505
|
+
},
|
|
5506
|
+
{
|
|
5507
|
+
"type": "propertySignature",
|
|
5508
|
+
"key": {
|
|
5509
|
+
"type": "identifier",
|
|
5510
|
+
"name": "state"
|
|
5511
|
+
},
|
|
5512
|
+
"annotation": {
|
|
5513
|
+
"type": "union",
|
|
5514
|
+
"types": [
|
|
5515
|
+
{
|
|
5516
|
+
"type": "reference",
|
|
5517
|
+
"typeName": {
|
|
5518
|
+
"type": "identifier",
|
|
5519
|
+
"name": "TaskState"
|
|
5520
|
+
}
|
|
5521
|
+
},
|
|
5522
|
+
{
|
|
5523
|
+
"type": "reference",
|
|
5524
|
+
"typeName": {
|
|
5525
|
+
"type": "identifier",
|
|
5526
|
+
"name": "JobState"
|
|
5527
|
+
}
|
|
5528
|
+
}
|
|
5529
|
+
]
|
|
5530
|
+
},
|
|
5531
|
+
"optional": true,
|
|
5532
|
+
"computed": false
|
|
5533
|
+
},
|
|
5534
|
+
{
|
|
5535
|
+
"type": "propertySignature",
|
|
5536
|
+
"key": {
|
|
5537
|
+
"type": "identifier",
|
|
5538
|
+
"name": "startTime"
|
|
5539
|
+
},
|
|
5540
|
+
"annotation": {
|
|
5541
|
+
"type": "keyword",
|
|
5542
|
+
"value": "number"
|
|
5543
|
+
},
|
|
5544
|
+
"optional": true,
|
|
5545
|
+
"computed": false
|
|
5546
|
+
},
|
|
5547
|
+
{
|
|
5548
|
+
"type": "propertySignature",
|
|
5549
|
+
"key": {
|
|
5550
|
+
"type": "identifier",
|
|
5551
|
+
"name": "endTime"
|
|
5552
|
+
},
|
|
5553
|
+
"annotation": {
|
|
5554
|
+
"type": "keyword",
|
|
5555
|
+
"value": "number"
|
|
5556
|
+
},
|
|
5557
|
+
"optional": true,
|
|
5558
|
+
"computed": false
|
|
5559
|
+
}
|
|
5560
|
+
]
|
|
5561
|
+
}
|
|
5562
|
+
]
|
|
5563
|
+
},
|
|
5564
|
+
"ai-portal.notice-dropdown": {
|
|
5565
|
+
"properties": [
|
|
5566
|
+
{
|
|
5567
|
+
"name": "dataSource",
|
|
5568
|
+
"annotation": {
|
|
5569
|
+
"type": "array",
|
|
5570
|
+
"elementType": {
|
|
5571
|
+
"type": "reference",
|
|
5572
|
+
"typeName": {
|
|
5573
|
+
"type": "identifier",
|
|
5574
|
+
"name": "NoticeItem"
|
|
5575
|
+
}
|
|
5576
|
+
}
|
|
5577
|
+
}
|
|
5578
|
+
},
|
|
5579
|
+
{
|
|
5580
|
+
"name": "popoverPlacement",
|
|
5581
|
+
"annotation": {
|
|
5582
|
+
"type": "reference",
|
|
5583
|
+
"typeName": {
|
|
5584
|
+
"type": "identifier",
|
|
5585
|
+
"name": "Placement"
|
|
5586
|
+
}
|
|
5587
|
+
}
|
|
5588
|
+
},
|
|
5589
|
+
{
|
|
5590
|
+
"name": "emptyText",
|
|
5591
|
+
"annotation": {
|
|
5592
|
+
"type": "keyword",
|
|
5593
|
+
"value": "string"
|
|
5594
|
+
}
|
|
5595
|
+
},
|
|
5596
|
+
{
|
|
5597
|
+
"name": "notifyCenterUrl",
|
|
5598
|
+
"annotation": {
|
|
5599
|
+
"type": "keyword",
|
|
5600
|
+
"value": "string"
|
|
5601
|
+
}
|
|
5602
|
+
},
|
|
5603
|
+
{
|
|
5604
|
+
"name": "urlTemplate",
|
|
5605
|
+
"annotation": {
|
|
5606
|
+
"type": "keyword",
|
|
5607
|
+
"value": "string"
|
|
5608
|
+
}
|
|
5609
|
+
},
|
|
5610
|
+
{
|
|
5611
|
+
"name": "urlTarget",
|
|
5612
|
+
"annotation": {
|
|
5613
|
+
"type": "reference",
|
|
5614
|
+
"typeName": {
|
|
5615
|
+
"type": "identifier",
|
|
5616
|
+
"name": "Target"
|
|
5617
|
+
}
|
|
5618
|
+
}
|
|
5619
|
+
},
|
|
5620
|
+
{
|
|
5621
|
+
"name": "dropdownMaxWidth",
|
|
5622
|
+
"annotation": {
|
|
5623
|
+
"type": "union",
|
|
5624
|
+
"types": [
|
|
5625
|
+
{
|
|
5626
|
+
"type": "keyword",
|
|
5627
|
+
"value": "string"
|
|
5628
|
+
},
|
|
5629
|
+
{
|
|
5630
|
+
"type": "keyword",
|
|
5631
|
+
"value": "number"
|
|
5632
|
+
}
|
|
5633
|
+
]
|
|
5634
|
+
}
|
|
5635
|
+
},
|
|
5636
|
+
{
|
|
5637
|
+
"name": "dropdownContentStyle",
|
|
5638
|
+
"annotation": {
|
|
5639
|
+
"type": "reference",
|
|
5640
|
+
"typeName": {
|
|
5641
|
+
"type": "qualifiedName",
|
|
5642
|
+
"left": {
|
|
5643
|
+
"type": "identifier",
|
|
5644
|
+
"name": "React"
|
|
5645
|
+
},
|
|
5646
|
+
"right": {
|
|
5647
|
+
"type": "identifier",
|
|
5648
|
+
"name": "CSSProperties"
|
|
5649
|
+
}
|
|
5650
|
+
}
|
|
5651
|
+
}
|
|
5652
|
+
},
|
|
5653
|
+
{
|
|
5654
|
+
"name": "hideNotifyCenterButton",
|
|
5655
|
+
"annotation": {
|
|
5656
|
+
"type": "keyword",
|
|
5657
|
+
"value": "boolean"
|
|
5658
|
+
}
|
|
5659
|
+
}
|
|
5660
|
+
],
|
|
5661
|
+
"events": [
|
|
5662
|
+
{
|
|
5663
|
+
"name": "notice.click",
|
|
5664
|
+
"detail": {
|
|
5665
|
+
"annotation": {
|
|
5666
|
+
"type": "reference",
|
|
5667
|
+
"typeName": {
|
|
5668
|
+
"type": "identifier",
|
|
5669
|
+
"name": "NoticeItem"
|
|
5670
|
+
}
|
|
5671
|
+
}
|
|
5672
|
+
}
|
|
5673
|
+
},
|
|
5674
|
+
{
|
|
5675
|
+
"name": "mark.all.read",
|
|
5676
|
+
"detail": {
|
|
5677
|
+
"annotation": {
|
|
5678
|
+
"type": "keyword",
|
|
5679
|
+
"value": "void"
|
|
5680
|
+
}
|
|
5681
|
+
}
|
|
5682
|
+
}
|
|
5683
|
+
],
|
|
5684
|
+
"methods": [],
|
|
5685
|
+
"types": [
|
|
5686
|
+
{
|
|
5687
|
+
"type": "interface",
|
|
5688
|
+
"name": "NoticeItem",
|
|
5689
|
+
"body": [
|
|
5690
|
+
{
|
|
5691
|
+
"type": "propertySignature",
|
|
5692
|
+
"key": {
|
|
5693
|
+
"type": "identifier",
|
|
5694
|
+
"name": "id"
|
|
5695
|
+
},
|
|
5696
|
+
"annotation": {
|
|
5697
|
+
"type": "keyword",
|
|
5698
|
+
"value": "string"
|
|
5699
|
+
},
|
|
5700
|
+
"computed": false
|
|
5701
|
+
},
|
|
5702
|
+
{
|
|
5703
|
+
"type": "propertySignature",
|
|
5704
|
+
"key": {
|
|
5705
|
+
"type": "identifier",
|
|
5706
|
+
"name": "type"
|
|
5707
|
+
},
|
|
5708
|
+
"annotation": {
|
|
5709
|
+
"type": "keyword",
|
|
5710
|
+
"value": "string"
|
|
5362
5711
|
},
|
|
5363
|
-
"optional": true,
|
|
5364
5712
|
"computed": false
|
|
5365
|
-
}
|
|
5366
|
-
]
|
|
5367
|
-
},
|
|
5368
|
-
{
|
|
5369
|
-
"type": "interface",
|
|
5370
|
-
"name": "FlowActivity",
|
|
5371
|
-
"body": [
|
|
5713
|
+
},
|
|
5372
5714
|
{
|
|
5373
5715
|
"type": "propertySignature",
|
|
5374
5716
|
"key": {
|
|
5375
5717
|
"type": "identifier",
|
|
5376
|
-
"name": "
|
|
5718
|
+
"name": "isRead"
|
|
5377
5719
|
},
|
|
5378
5720
|
"annotation": {
|
|
5379
5721
|
"type": "keyword",
|
|
5380
|
-
"value": "
|
|
5722
|
+
"value": "boolean"
|
|
5381
5723
|
},
|
|
5382
5724
|
"computed": false
|
|
5383
5725
|
},
|
|
@@ -5385,39 +5727,23 @@
|
|
|
5385
5727
|
"type": "propertySignature",
|
|
5386
5728
|
"key": {
|
|
5387
5729
|
"type": "identifier",
|
|
5388
|
-
"name": "
|
|
5730
|
+
"name": "title"
|
|
5389
5731
|
},
|
|
5390
5732
|
"annotation": {
|
|
5391
5733
|
"type": "keyword",
|
|
5392
5734
|
"value": "string"
|
|
5393
5735
|
},
|
|
5394
|
-
"optional": true,
|
|
5395
5736
|
"computed": false
|
|
5396
5737
|
},
|
|
5397
5738
|
{
|
|
5398
5739
|
"type": "propertySignature",
|
|
5399
5740
|
"key": {
|
|
5400
5741
|
"type": "identifier",
|
|
5401
|
-
"name": "
|
|
5742
|
+
"name": "description"
|
|
5402
5743
|
},
|
|
5403
5744
|
"annotation": {
|
|
5404
|
-
"type": "
|
|
5405
|
-
"
|
|
5406
|
-
{
|
|
5407
|
-
"type": "reference",
|
|
5408
|
-
"typeName": {
|
|
5409
|
-
"type": "identifier",
|
|
5410
|
-
"name": "TaskState"
|
|
5411
|
-
}
|
|
5412
|
-
},
|
|
5413
|
-
{
|
|
5414
|
-
"type": "reference",
|
|
5415
|
-
"typeName": {
|
|
5416
|
-
"type": "identifier",
|
|
5417
|
-
"name": "JobState"
|
|
5418
|
-
}
|
|
5419
|
-
}
|
|
5420
|
-
]
|
|
5745
|
+
"type": "keyword",
|
|
5746
|
+
"value": "string"
|
|
5421
5747
|
},
|
|
5422
5748
|
"optional": true,
|
|
5423
5749
|
"computed": false
|
|
@@ -5426,27 +5752,27 @@
|
|
|
5426
5752
|
"type": "propertySignature",
|
|
5427
5753
|
"key": {
|
|
5428
5754
|
"type": "identifier",
|
|
5429
|
-
"name": "
|
|
5755
|
+
"name": "time"
|
|
5430
5756
|
},
|
|
5431
5757
|
"annotation": {
|
|
5432
5758
|
"type": "keyword",
|
|
5433
5759
|
"value": "number"
|
|
5434
5760
|
},
|
|
5435
|
-
"optional": true,
|
|
5436
5761
|
"computed": false
|
|
5437
5762
|
},
|
|
5438
5763
|
{
|
|
5439
5764
|
"type": "propertySignature",
|
|
5440
5765
|
"key": {
|
|
5441
5766
|
"type": "identifier",
|
|
5442
|
-
"name": "
|
|
5767
|
+
"name": "url"
|
|
5443
5768
|
},
|
|
5444
5769
|
"annotation": {
|
|
5445
5770
|
"type": "keyword",
|
|
5446
|
-
"value": "
|
|
5771
|
+
"value": "string"
|
|
5447
5772
|
},
|
|
5448
5773
|
"optional": true,
|
|
5449
|
-
"computed": false
|
|
5774
|
+
"computed": false,
|
|
5775
|
+
"description": "单个消息详情链接,优先级高于 urlTemplate"
|
|
5450
5776
|
}
|
|
5451
5777
|
]
|
|
5452
5778
|
}
|
|
@@ -7866,6 +8192,20 @@
|
|
|
7866
8192
|
"name": "CommandPayloadGoalPlan"
|
|
7867
8193
|
}
|
|
7868
8194
|
},
|
|
8195
|
+
{
|
|
8196
|
+
"type": "reference",
|
|
8197
|
+
"typeName": {
|
|
8198
|
+
"type": "identifier",
|
|
8199
|
+
"name": "CommandPayloadBusinessObjectManagement"
|
|
8200
|
+
}
|
|
8201
|
+
},
|
|
8202
|
+
{
|
|
8203
|
+
"type": "reference",
|
|
8204
|
+
"typeName": {
|
|
8205
|
+
"type": "identifier",
|
|
8206
|
+
"name": "CommandPayloadBusinessInstanceManagement"
|
|
8207
|
+
}
|
|
8208
|
+
},
|
|
7869
8209
|
{
|
|
7870
8210
|
"type": "reference",
|
|
7871
8211
|
"typeName": {
|
|
@@ -7888,7 +8228,194 @@
|
|
|
7888
8228
|
},
|
|
7889
8229
|
"annotation": {
|
|
7890
8230
|
"type": "jsLiteral",
|
|
7891
|
-
"value": "serviceflow-start"
|
|
8231
|
+
"value": "serviceflow-start"
|
|
8232
|
+
},
|
|
8233
|
+
"computed": false
|
|
8234
|
+
},
|
|
8235
|
+
{
|
|
8236
|
+
"type": "propertySignature",
|
|
8237
|
+
"key": {
|
|
8238
|
+
"type": "identifier",
|
|
8239
|
+
"name": "payload"
|
|
8240
|
+
},
|
|
8241
|
+
"annotation": {
|
|
8242
|
+
"type": "typeLiteral",
|
|
8243
|
+
"members": [
|
|
8244
|
+
{
|
|
8245
|
+
"type": "propertySignature",
|
|
8246
|
+
"key": {
|
|
8247
|
+
"type": "identifier",
|
|
8248
|
+
"name": "spaceInstanceId"
|
|
8249
|
+
},
|
|
8250
|
+
"annotation": {
|
|
8251
|
+
"type": "keyword",
|
|
8252
|
+
"value": "string"
|
|
8253
|
+
},
|
|
8254
|
+
"computed": false
|
|
8255
|
+
},
|
|
8256
|
+
{
|
|
8257
|
+
"type": "propertySignature",
|
|
8258
|
+
"key": {
|
|
8259
|
+
"type": "identifier",
|
|
8260
|
+
"name": "spaceName"
|
|
8261
|
+
},
|
|
8262
|
+
"annotation": {
|
|
8263
|
+
"type": "keyword",
|
|
8264
|
+
"value": "string"
|
|
8265
|
+
},
|
|
8266
|
+
"optional": true,
|
|
8267
|
+
"computed": false
|
|
8268
|
+
},
|
|
8269
|
+
{
|
|
8270
|
+
"type": "propertySignature",
|
|
8271
|
+
"key": {
|
|
8272
|
+
"type": "identifier",
|
|
8273
|
+
"name": "flowInstanceId"
|
|
8274
|
+
},
|
|
8275
|
+
"annotation": {
|
|
8276
|
+
"type": "keyword",
|
|
8277
|
+
"value": "string"
|
|
8278
|
+
},
|
|
8279
|
+
"optional": true,
|
|
8280
|
+
"computed": false
|
|
8281
|
+
},
|
|
8282
|
+
{
|
|
8283
|
+
"type": "propertySignature",
|
|
8284
|
+
"key": {
|
|
8285
|
+
"type": "identifier",
|
|
8286
|
+
"name": "flowName"
|
|
8287
|
+
},
|
|
8288
|
+
"annotation": {
|
|
8289
|
+
"type": "keyword",
|
|
8290
|
+
"value": "string"
|
|
8291
|
+
},
|
|
8292
|
+
"optional": true,
|
|
8293
|
+
"computed": false
|
|
8294
|
+
}
|
|
8295
|
+
]
|
|
8296
|
+
},
|
|
8297
|
+
"computed": false
|
|
8298
|
+
}
|
|
8299
|
+
],
|
|
8300
|
+
"extends": [
|
|
8301
|
+
{
|
|
8302
|
+
"type": "expressionWithTypeArguments",
|
|
8303
|
+
"expression": {
|
|
8304
|
+
"type": "identifier",
|
|
8305
|
+
"name": "BaseCommandPayload"
|
|
8306
|
+
}
|
|
8307
|
+
}
|
|
8308
|
+
]
|
|
8309
|
+
},
|
|
8310
|
+
{
|
|
8311
|
+
"type": "interface",
|
|
8312
|
+
"name": "BaseCommandPayload",
|
|
8313
|
+
"body": [
|
|
8314
|
+
{
|
|
8315
|
+
"type": "propertySignature",
|
|
8316
|
+
"key": {
|
|
8317
|
+
"type": "identifier",
|
|
8318
|
+
"name": "type"
|
|
8319
|
+
},
|
|
8320
|
+
"annotation": {
|
|
8321
|
+
"type": "keyword",
|
|
8322
|
+
"value": "string"
|
|
8323
|
+
},
|
|
8324
|
+
"computed": false
|
|
8325
|
+
},
|
|
8326
|
+
{
|
|
8327
|
+
"type": "propertySignature",
|
|
8328
|
+
"key": {
|
|
8329
|
+
"type": "identifier",
|
|
8330
|
+
"name": "payload"
|
|
8331
|
+
},
|
|
8332
|
+
"annotation": {
|
|
8333
|
+
"type": "keyword",
|
|
8334
|
+
"value": "unknown"
|
|
8335
|
+
},
|
|
8336
|
+
"optional": true,
|
|
8337
|
+
"computed": false
|
|
8338
|
+
}
|
|
8339
|
+
]
|
|
8340
|
+
},
|
|
8341
|
+
{
|
|
8342
|
+
"type": "interface",
|
|
8343
|
+
"name": "CommandPayloadServiceFlowCreate",
|
|
8344
|
+
"body": [
|
|
8345
|
+
{
|
|
8346
|
+
"type": "propertySignature",
|
|
8347
|
+
"key": {
|
|
8348
|
+
"type": "identifier",
|
|
8349
|
+
"name": "type"
|
|
8350
|
+
},
|
|
8351
|
+
"annotation": {
|
|
8352
|
+
"type": "jsLiteral",
|
|
8353
|
+
"value": "serviceflow-create"
|
|
8354
|
+
},
|
|
8355
|
+
"computed": false
|
|
8356
|
+
},
|
|
8357
|
+
{
|
|
8358
|
+
"type": "propertySignature",
|
|
8359
|
+
"key": {
|
|
8360
|
+
"type": "identifier",
|
|
8361
|
+
"name": "payload"
|
|
8362
|
+
},
|
|
8363
|
+
"annotation": {
|
|
8364
|
+
"type": "typeLiteral",
|
|
8365
|
+
"members": [
|
|
8366
|
+
{
|
|
8367
|
+
"type": "propertySignature",
|
|
8368
|
+
"key": {
|
|
8369
|
+
"type": "identifier",
|
|
8370
|
+
"name": "spaceInstanceId"
|
|
8371
|
+
},
|
|
8372
|
+
"annotation": {
|
|
8373
|
+
"type": "keyword",
|
|
8374
|
+
"value": "string"
|
|
8375
|
+
},
|
|
8376
|
+
"computed": false
|
|
8377
|
+
},
|
|
8378
|
+
{
|
|
8379
|
+
"type": "propertySignature",
|
|
8380
|
+
"key": {
|
|
8381
|
+
"type": "identifier",
|
|
8382
|
+
"name": "spaceName"
|
|
8383
|
+
},
|
|
8384
|
+
"annotation": {
|
|
8385
|
+
"type": "keyword",
|
|
8386
|
+
"value": "string"
|
|
8387
|
+
},
|
|
8388
|
+
"optional": true,
|
|
8389
|
+
"computed": false
|
|
8390
|
+
}
|
|
8391
|
+
]
|
|
8392
|
+
},
|
|
8393
|
+
"computed": false
|
|
8394
|
+
}
|
|
8395
|
+
],
|
|
8396
|
+
"extends": [
|
|
8397
|
+
{
|
|
8398
|
+
"type": "expressionWithTypeArguments",
|
|
8399
|
+
"expression": {
|
|
8400
|
+
"type": "identifier",
|
|
8401
|
+
"name": "BaseCommandPayload"
|
|
8402
|
+
}
|
|
8403
|
+
}
|
|
8404
|
+
]
|
|
8405
|
+
},
|
|
8406
|
+
{
|
|
8407
|
+
"type": "interface",
|
|
8408
|
+
"name": "CommandPayloadServiceFlowEdit",
|
|
8409
|
+
"body": [
|
|
8410
|
+
{
|
|
8411
|
+
"type": "propertySignature",
|
|
8412
|
+
"key": {
|
|
8413
|
+
"type": "identifier",
|
|
8414
|
+
"name": "type"
|
|
8415
|
+
},
|
|
8416
|
+
"annotation": {
|
|
8417
|
+
"type": "jsLiteral",
|
|
8418
|
+
"value": "serviceflow-edit"
|
|
7892
8419
|
},
|
|
7893
8420
|
"computed": false
|
|
7894
8421
|
},
|
|
@@ -7936,7 +8463,6 @@
|
|
|
7936
8463
|
"type": "keyword",
|
|
7937
8464
|
"value": "string"
|
|
7938
8465
|
},
|
|
7939
|
-
"optional": true,
|
|
7940
8466
|
"computed": false
|
|
7941
8467
|
},
|
|
7942
8468
|
{
|
|
@@ -7969,38 +8495,7 @@
|
|
|
7969
8495
|
},
|
|
7970
8496
|
{
|
|
7971
8497
|
"type": "interface",
|
|
7972
|
-
"name": "
|
|
7973
|
-
"body": [
|
|
7974
|
-
{
|
|
7975
|
-
"type": "propertySignature",
|
|
7976
|
-
"key": {
|
|
7977
|
-
"type": "identifier",
|
|
7978
|
-
"name": "type"
|
|
7979
|
-
},
|
|
7980
|
-
"annotation": {
|
|
7981
|
-
"type": "keyword",
|
|
7982
|
-
"value": "string"
|
|
7983
|
-
},
|
|
7984
|
-
"computed": false
|
|
7985
|
-
},
|
|
7986
|
-
{
|
|
7987
|
-
"type": "propertySignature",
|
|
7988
|
-
"key": {
|
|
7989
|
-
"type": "identifier",
|
|
7990
|
-
"name": "payload"
|
|
7991
|
-
},
|
|
7992
|
-
"annotation": {
|
|
7993
|
-
"type": "keyword",
|
|
7994
|
-
"value": "unknown"
|
|
7995
|
-
},
|
|
7996
|
-
"optional": true,
|
|
7997
|
-
"computed": false
|
|
7998
|
-
}
|
|
7999
|
-
]
|
|
8000
|
-
},
|
|
8001
|
-
{
|
|
8002
|
-
"type": "interface",
|
|
8003
|
-
"name": "CommandPayloadServiceFlowCreate",
|
|
8498
|
+
"name": "CommandPayloadGoalPlan",
|
|
8004
8499
|
"body": [
|
|
8005
8500
|
{
|
|
8006
8501
|
"type": "propertySignature",
|
|
@@ -8010,7 +8505,7 @@
|
|
|
8010
8505
|
},
|
|
8011
8506
|
"annotation": {
|
|
8012
8507
|
"type": "jsLiteral",
|
|
8013
|
-
"value": "
|
|
8508
|
+
"value": "goal-plan"
|
|
8014
8509
|
},
|
|
8015
8510
|
"computed": false
|
|
8016
8511
|
},
|
|
@@ -8027,7 +8522,7 @@
|
|
|
8027
8522
|
"type": "propertySignature",
|
|
8028
8523
|
"key": {
|
|
8029
8524
|
"type": "identifier",
|
|
8030
|
-
"name": "
|
|
8525
|
+
"name": "goalId"
|
|
8031
8526
|
},
|
|
8032
8527
|
"annotation": {
|
|
8033
8528
|
"type": "keyword",
|
|
@@ -8039,7 +8534,20 @@
|
|
|
8039
8534
|
"type": "propertySignature",
|
|
8040
8535
|
"key": {
|
|
8041
8536
|
"type": "identifier",
|
|
8042
|
-
"name": "
|
|
8537
|
+
"name": "goalName"
|
|
8538
|
+
},
|
|
8539
|
+
"annotation": {
|
|
8540
|
+
"type": "keyword",
|
|
8541
|
+
"value": "string"
|
|
8542
|
+
},
|
|
8543
|
+
"optional": true,
|
|
8544
|
+
"computed": false
|
|
8545
|
+
},
|
|
8546
|
+
{
|
|
8547
|
+
"type": "propertySignature",
|
|
8548
|
+
"key": {
|
|
8549
|
+
"type": "identifier",
|
|
8550
|
+
"name": "description"
|
|
8043
8551
|
},
|
|
8044
8552
|
"annotation": {
|
|
8045
8553
|
"type": "keyword",
|
|
@@ -8065,7 +8573,7 @@
|
|
|
8065
8573
|
},
|
|
8066
8574
|
{
|
|
8067
8575
|
"type": "interface",
|
|
8068
|
-
"name": "
|
|
8576
|
+
"name": "CommandPayloadBusinessObjectManagement",
|
|
8069
8577
|
"body": [
|
|
8070
8578
|
{
|
|
8071
8579
|
"type": "propertySignature",
|
|
@@ -8075,7 +8583,7 @@
|
|
|
8075
8583
|
},
|
|
8076
8584
|
"annotation": {
|
|
8077
8585
|
"type": "jsLiteral",
|
|
8078
|
-
"value": "
|
|
8586
|
+
"value": "serviceObject-createOrEdit"
|
|
8079
8587
|
},
|
|
8080
8588
|
"computed": false
|
|
8081
8589
|
},
|
|
@@ -8104,32 +8612,7 @@
|
|
|
8104
8612
|
"type": "propertySignature",
|
|
8105
8613
|
"key": {
|
|
8106
8614
|
"type": "identifier",
|
|
8107
|
-
"name": "
|
|
8108
|
-
},
|
|
8109
|
-
"annotation": {
|
|
8110
|
-
"type": "keyword",
|
|
8111
|
-
"value": "string"
|
|
8112
|
-
},
|
|
8113
|
-
"optional": true,
|
|
8114
|
-
"computed": false
|
|
8115
|
-
},
|
|
8116
|
-
{
|
|
8117
|
-
"type": "propertySignature",
|
|
8118
|
-
"key": {
|
|
8119
|
-
"type": "identifier",
|
|
8120
|
-
"name": "flowInstanceId"
|
|
8121
|
-
},
|
|
8122
|
-
"annotation": {
|
|
8123
|
-
"type": "keyword",
|
|
8124
|
-
"value": "string"
|
|
8125
|
-
},
|
|
8126
|
-
"computed": false
|
|
8127
|
-
},
|
|
8128
|
-
{
|
|
8129
|
-
"type": "propertySignature",
|
|
8130
|
-
"key": {
|
|
8131
|
-
"type": "identifier",
|
|
8132
|
-
"name": "flowName"
|
|
8615
|
+
"name": "serviceObjectId"
|
|
8133
8616
|
},
|
|
8134
8617
|
"annotation": {
|
|
8135
8618
|
"type": "keyword",
|
|
@@ -8155,7 +8638,7 @@
|
|
|
8155
8638
|
},
|
|
8156
8639
|
{
|
|
8157
8640
|
"type": "interface",
|
|
8158
|
-
"name": "
|
|
8641
|
+
"name": "CommandPayloadBusinessInstanceManagement",
|
|
8159
8642
|
"body": [
|
|
8160
8643
|
{
|
|
8161
8644
|
"type": "propertySignature",
|
|
@@ -8165,7 +8648,7 @@
|
|
|
8165
8648
|
},
|
|
8166
8649
|
"annotation": {
|
|
8167
8650
|
"type": "jsLiteral",
|
|
8168
|
-
"value": "
|
|
8651
|
+
"value": "serviceObjectInstance-createOrEdit"
|
|
8169
8652
|
},
|
|
8170
8653
|
"computed": false
|
|
8171
8654
|
},
|
|
@@ -8182,7 +8665,7 @@
|
|
|
8182
8665
|
"type": "propertySignature",
|
|
8183
8666
|
"key": {
|
|
8184
8667
|
"type": "identifier",
|
|
8185
|
-
"name": "
|
|
8668
|
+
"name": "spaceInstanceId"
|
|
8186
8669
|
},
|
|
8187
8670
|
"annotation": {
|
|
8188
8671
|
"type": "keyword",
|
|
@@ -8194,20 +8677,19 @@
|
|
|
8194
8677
|
"type": "propertySignature",
|
|
8195
8678
|
"key": {
|
|
8196
8679
|
"type": "identifier",
|
|
8197
|
-
"name": "
|
|
8680
|
+
"name": "serviceObjectId"
|
|
8198
8681
|
},
|
|
8199
8682
|
"annotation": {
|
|
8200
8683
|
"type": "keyword",
|
|
8201
8684
|
"value": "string"
|
|
8202
8685
|
},
|
|
8203
|
-
"optional": true,
|
|
8204
8686
|
"computed": false
|
|
8205
8687
|
},
|
|
8206
8688
|
{
|
|
8207
8689
|
"type": "propertySignature",
|
|
8208
8690
|
"key": {
|
|
8209
8691
|
"type": "identifier",
|
|
8210
|
-
"name": "
|
|
8692
|
+
"name": "instanceId"
|
|
8211
8693
|
},
|
|
8212
8694
|
"annotation": {
|
|
8213
8695
|
"type": "keyword",
|
|
@@ -9201,6 +9683,20 @@
|
|
|
9201
9683
|
"name": "CommandPayloadGoalPlan"
|
|
9202
9684
|
}
|
|
9203
9685
|
},
|
|
9686
|
+
{
|
|
9687
|
+
"type": "reference",
|
|
9688
|
+
"typeName": {
|
|
9689
|
+
"type": "identifier",
|
|
9690
|
+
"name": "CommandPayloadBusinessObjectManagement"
|
|
9691
|
+
}
|
|
9692
|
+
},
|
|
9693
|
+
{
|
|
9694
|
+
"type": "reference",
|
|
9695
|
+
"typeName": {
|
|
9696
|
+
"type": "identifier",
|
|
9697
|
+
"name": "CommandPayloadBusinessInstanceManagement"
|
|
9698
|
+
}
|
|
9699
|
+
},
|
|
9204
9700
|
{
|
|
9205
9701
|
"type": "reference",
|
|
9206
9702
|
"typeName": {
|
|
@@ -9317,25 +9813,180 @@
|
|
|
9317
9813
|
"value": "string"
|
|
9318
9814
|
},
|
|
9319
9815
|
"computed": false
|
|
9320
|
-
},
|
|
9816
|
+
},
|
|
9817
|
+
{
|
|
9818
|
+
"type": "propertySignature",
|
|
9819
|
+
"key": {
|
|
9820
|
+
"type": "identifier",
|
|
9821
|
+
"name": "payload"
|
|
9822
|
+
},
|
|
9823
|
+
"annotation": {
|
|
9824
|
+
"type": "keyword",
|
|
9825
|
+
"value": "unknown"
|
|
9826
|
+
},
|
|
9827
|
+
"optional": true,
|
|
9828
|
+
"computed": false
|
|
9829
|
+
}
|
|
9830
|
+
]
|
|
9831
|
+
},
|
|
9832
|
+
{
|
|
9833
|
+
"type": "interface",
|
|
9834
|
+
"name": "CommandPayloadServiceFlowCreate",
|
|
9835
|
+
"body": [
|
|
9836
|
+
{
|
|
9837
|
+
"type": "propertySignature",
|
|
9838
|
+
"key": {
|
|
9839
|
+
"type": "identifier",
|
|
9840
|
+
"name": "type"
|
|
9841
|
+
},
|
|
9842
|
+
"annotation": {
|
|
9843
|
+
"type": "jsLiteral",
|
|
9844
|
+
"value": "serviceflow-create"
|
|
9845
|
+
},
|
|
9846
|
+
"computed": false
|
|
9847
|
+
},
|
|
9848
|
+
{
|
|
9849
|
+
"type": "propertySignature",
|
|
9850
|
+
"key": {
|
|
9851
|
+
"type": "identifier",
|
|
9852
|
+
"name": "payload"
|
|
9853
|
+
},
|
|
9854
|
+
"annotation": {
|
|
9855
|
+
"type": "typeLiteral",
|
|
9856
|
+
"members": [
|
|
9857
|
+
{
|
|
9858
|
+
"type": "propertySignature",
|
|
9859
|
+
"key": {
|
|
9860
|
+
"type": "identifier",
|
|
9861
|
+
"name": "spaceInstanceId"
|
|
9862
|
+
},
|
|
9863
|
+
"annotation": {
|
|
9864
|
+
"type": "keyword",
|
|
9865
|
+
"value": "string"
|
|
9866
|
+
},
|
|
9867
|
+
"computed": false
|
|
9868
|
+
},
|
|
9869
|
+
{
|
|
9870
|
+
"type": "propertySignature",
|
|
9871
|
+
"key": {
|
|
9872
|
+
"type": "identifier",
|
|
9873
|
+
"name": "spaceName"
|
|
9874
|
+
},
|
|
9875
|
+
"annotation": {
|
|
9876
|
+
"type": "keyword",
|
|
9877
|
+
"value": "string"
|
|
9878
|
+
},
|
|
9879
|
+
"optional": true,
|
|
9880
|
+
"computed": false
|
|
9881
|
+
}
|
|
9882
|
+
]
|
|
9883
|
+
},
|
|
9884
|
+
"computed": false
|
|
9885
|
+
}
|
|
9886
|
+
],
|
|
9887
|
+
"extends": [
|
|
9888
|
+
{
|
|
9889
|
+
"type": "expressionWithTypeArguments",
|
|
9890
|
+
"expression": {
|
|
9891
|
+
"type": "identifier",
|
|
9892
|
+
"name": "BaseCommandPayload"
|
|
9893
|
+
}
|
|
9894
|
+
}
|
|
9895
|
+
]
|
|
9896
|
+
},
|
|
9897
|
+
{
|
|
9898
|
+
"type": "interface",
|
|
9899
|
+
"name": "CommandPayloadServiceFlowEdit",
|
|
9900
|
+
"body": [
|
|
9901
|
+
{
|
|
9902
|
+
"type": "propertySignature",
|
|
9903
|
+
"key": {
|
|
9904
|
+
"type": "identifier",
|
|
9905
|
+
"name": "type"
|
|
9906
|
+
},
|
|
9907
|
+
"annotation": {
|
|
9908
|
+
"type": "jsLiteral",
|
|
9909
|
+
"value": "serviceflow-edit"
|
|
9910
|
+
},
|
|
9911
|
+
"computed": false
|
|
9912
|
+
},
|
|
9913
|
+
{
|
|
9914
|
+
"type": "propertySignature",
|
|
9915
|
+
"key": {
|
|
9916
|
+
"type": "identifier",
|
|
9917
|
+
"name": "payload"
|
|
9918
|
+
},
|
|
9919
|
+
"annotation": {
|
|
9920
|
+
"type": "typeLiteral",
|
|
9921
|
+
"members": [
|
|
9922
|
+
{
|
|
9923
|
+
"type": "propertySignature",
|
|
9924
|
+
"key": {
|
|
9925
|
+
"type": "identifier",
|
|
9926
|
+
"name": "spaceInstanceId"
|
|
9927
|
+
},
|
|
9928
|
+
"annotation": {
|
|
9929
|
+
"type": "keyword",
|
|
9930
|
+
"value": "string"
|
|
9931
|
+
},
|
|
9932
|
+
"computed": false
|
|
9933
|
+
},
|
|
9934
|
+
{
|
|
9935
|
+
"type": "propertySignature",
|
|
9936
|
+
"key": {
|
|
9937
|
+
"type": "identifier",
|
|
9938
|
+
"name": "spaceName"
|
|
9939
|
+
},
|
|
9940
|
+
"annotation": {
|
|
9941
|
+
"type": "keyword",
|
|
9942
|
+
"value": "string"
|
|
9943
|
+
},
|
|
9944
|
+
"optional": true,
|
|
9945
|
+
"computed": false
|
|
9946
|
+
},
|
|
9947
|
+
{
|
|
9948
|
+
"type": "propertySignature",
|
|
9949
|
+
"key": {
|
|
9950
|
+
"type": "identifier",
|
|
9951
|
+
"name": "flowInstanceId"
|
|
9952
|
+
},
|
|
9953
|
+
"annotation": {
|
|
9954
|
+
"type": "keyword",
|
|
9955
|
+
"value": "string"
|
|
9956
|
+
},
|
|
9957
|
+
"computed": false
|
|
9958
|
+
},
|
|
9959
|
+
{
|
|
9960
|
+
"type": "propertySignature",
|
|
9961
|
+
"key": {
|
|
9962
|
+
"type": "identifier",
|
|
9963
|
+
"name": "flowName"
|
|
9964
|
+
},
|
|
9965
|
+
"annotation": {
|
|
9966
|
+
"type": "keyword",
|
|
9967
|
+
"value": "string"
|
|
9968
|
+
},
|
|
9969
|
+
"optional": true,
|
|
9970
|
+
"computed": false
|
|
9971
|
+
}
|
|
9972
|
+
]
|
|
9973
|
+
},
|
|
9974
|
+
"computed": false
|
|
9975
|
+
}
|
|
9976
|
+
],
|
|
9977
|
+
"extends": [
|
|
9321
9978
|
{
|
|
9322
|
-
"type": "
|
|
9323
|
-
"
|
|
9979
|
+
"type": "expressionWithTypeArguments",
|
|
9980
|
+
"expression": {
|
|
9324
9981
|
"type": "identifier",
|
|
9325
|
-
"name": "
|
|
9326
|
-
}
|
|
9327
|
-
"annotation": {
|
|
9328
|
-
"type": "keyword",
|
|
9329
|
-
"value": "unknown"
|
|
9330
|
-
},
|
|
9331
|
-
"optional": true,
|
|
9332
|
-
"computed": false
|
|
9982
|
+
"name": "BaseCommandPayload"
|
|
9983
|
+
}
|
|
9333
9984
|
}
|
|
9334
9985
|
]
|
|
9335
9986
|
},
|
|
9336
9987
|
{
|
|
9337
9988
|
"type": "interface",
|
|
9338
|
-
"name": "
|
|
9989
|
+
"name": "CommandPayloadGoalPlan",
|
|
9339
9990
|
"body": [
|
|
9340
9991
|
{
|
|
9341
9992
|
"type": "propertySignature",
|
|
@@ -9345,7 +9996,7 @@
|
|
|
9345
9996
|
},
|
|
9346
9997
|
"annotation": {
|
|
9347
9998
|
"type": "jsLiteral",
|
|
9348
|
-
"value": "
|
|
9999
|
+
"value": "goal-plan"
|
|
9349
10000
|
},
|
|
9350
10001
|
"computed": false
|
|
9351
10002
|
},
|
|
@@ -9362,7 +10013,7 @@
|
|
|
9362
10013
|
"type": "propertySignature",
|
|
9363
10014
|
"key": {
|
|
9364
10015
|
"type": "identifier",
|
|
9365
|
-
"name": "
|
|
10016
|
+
"name": "goalId"
|
|
9366
10017
|
},
|
|
9367
10018
|
"annotation": {
|
|
9368
10019
|
"type": "keyword",
|
|
@@ -9374,7 +10025,20 @@
|
|
|
9374
10025
|
"type": "propertySignature",
|
|
9375
10026
|
"key": {
|
|
9376
10027
|
"type": "identifier",
|
|
9377
|
-
"name": "
|
|
10028
|
+
"name": "goalName"
|
|
10029
|
+
},
|
|
10030
|
+
"annotation": {
|
|
10031
|
+
"type": "keyword",
|
|
10032
|
+
"value": "string"
|
|
10033
|
+
},
|
|
10034
|
+
"optional": true,
|
|
10035
|
+
"computed": false
|
|
10036
|
+
},
|
|
10037
|
+
{
|
|
10038
|
+
"type": "propertySignature",
|
|
10039
|
+
"key": {
|
|
10040
|
+
"type": "identifier",
|
|
10041
|
+
"name": "description"
|
|
9378
10042
|
},
|
|
9379
10043
|
"annotation": {
|
|
9380
10044
|
"type": "keyword",
|
|
@@ -9400,7 +10064,7 @@
|
|
|
9400
10064
|
},
|
|
9401
10065
|
{
|
|
9402
10066
|
"type": "interface",
|
|
9403
|
-
"name": "
|
|
10067
|
+
"name": "CommandPayloadBusinessObjectManagement",
|
|
9404
10068
|
"body": [
|
|
9405
10069
|
{
|
|
9406
10070
|
"type": "propertySignature",
|
|
@@ -9410,7 +10074,7 @@
|
|
|
9410
10074
|
},
|
|
9411
10075
|
"annotation": {
|
|
9412
10076
|
"type": "jsLiteral",
|
|
9413
|
-
"value": "
|
|
10077
|
+
"value": "serviceObject-createOrEdit"
|
|
9414
10078
|
},
|
|
9415
10079
|
"computed": false
|
|
9416
10080
|
},
|
|
@@ -9439,32 +10103,7 @@
|
|
|
9439
10103
|
"type": "propertySignature",
|
|
9440
10104
|
"key": {
|
|
9441
10105
|
"type": "identifier",
|
|
9442
|
-
"name": "
|
|
9443
|
-
},
|
|
9444
|
-
"annotation": {
|
|
9445
|
-
"type": "keyword",
|
|
9446
|
-
"value": "string"
|
|
9447
|
-
},
|
|
9448
|
-
"optional": true,
|
|
9449
|
-
"computed": false
|
|
9450
|
-
},
|
|
9451
|
-
{
|
|
9452
|
-
"type": "propertySignature",
|
|
9453
|
-
"key": {
|
|
9454
|
-
"type": "identifier",
|
|
9455
|
-
"name": "flowInstanceId"
|
|
9456
|
-
},
|
|
9457
|
-
"annotation": {
|
|
9458
|
-
"type": "keyword",
|
|
9459
|
-
"value": "string"
|
|
9460
|
-
},
|
|
9461
|
-
"computed": false
|
|
9462
|
-
},
|
|
9463
|
-
{
|
|
9464
|
-
"type": "propertySignature",
|
|
9465
|
-
"key": {
|
|
9466
|
-
"type": "identifier",
|
|
9467
|
-
"name": "flowName"
|
|
10106
|
+
"name": "serviceObjectId"
|
|
9468
10107
|
},
|
|
9469
10108
|
"annotation": {
|
|
9470
10109
|
"type": "keyword",
|
|
@@ -9490,7 +10129,7 @@
|
|
|
9490
10129
|
},
|
|
9491
10130
|
{
|
|
9492
10131
|
"type": "interface",
|
|
9493
|
-
"name": "
|
|
10132
|
+
"name": "CommandPayloadBusinessInstanceManagement",
|
|
9494
10133
|
"body": [
|
|
9495
10134
|
{
|
|
9496
10135
|
"type": "propertySignature",
|
|
@@ -9500,7 +10139,7 @@
|
|
|
9500
10139
|
},
|
|
9501
10140
|
"annotation": {
|
|
9502
10141
|
"type": "jsLiteral",
|
|
9503
|
-
"value": "
|
|
10142
|
+
"value": "serviceObjectInstance-createOrEdit"
|
|
9504
10143
|
},
|
|
9505
10144
|
"computed": false
|
|
9506
10145
|
},
|
|
@@ -9517,7 +10156,7 @@
|
|
|
9517
10156
|
"type": "propertySignature",
|
|
9518
10157
|
"key": {
|
|
9519
10158
|
"type": "identifier",
|
|
9520
|
-
"name": "
|
|
10159
|
+
"name": "spaceInstanceId"
|
|
9521
10160
|
},
|
|
9522
10161
|
"annotation": {
|
|
9523
10162
|
"type": "keyword",
|
|
@@ -9529,20 +10168,19 @@
|
|
|
9529
10168
|
"type": "propertySignature",
|
|
9530
10169
|
"key": {
|
|
9531
10170
|
"type": "identifier",
|
|
9532
|
-
"name": "
|
|
10171
|
+
"name": "serviceObjectId"
|
|
9533
10172
|
},
|
|
9534
10173
|
"annotation": {
|
|
9535
10174
|
"type": "keyword",
|
|
9536
10175
|
"value": "string"
|
|
9537
10176
|
},
|
|
9538
|
-
"optional": true,
|
|
9539
10177
|
"computed": false
|
|
9540
10178
|
},
|
|
9541
10179
|
{
|
|
9542
10180
|
"type": "propertySignature",
|
|
9543
10181
|
"key": {
|
|
9544
10182
|
"type": "identifier",
|
|
9545
|
-
"name": "
|
|
10183
|
+
"name": "instanceId"
|
|
9546
10184
|
},
|
|
9547
10185
|
"annotation": {
|
|
9548
10186
|
"type": "keyword",
|
|
@@ -10134,6 +10772,29 @@
|
|
|
10134
10772
|
"name": "UploadOptions"
|
|
10135
10773
|
}
|
|
10136
10774
|
}
|
|
10775
|
+
},
|
|
10776
|
+
{
|
|
10777
|
+
"name": "help",
|
|
10778
|
+
"annotation": {
|
|
10779
|
+
"type": "typeLiteral",
|
|
10780
|
+
"members": [
|
|
10781
|
+
{
|
|
10782
|
+
"type": "propertySignature",
|
|
10783
|
+
"key": {
|
|
10784
|
+
"type": "identifier",
|
|
10785
|
+
"name": "useBrick"
|
|
10786
|
+
},
|
|
10787
|
+
"annotation": {
|
|
10788
|
+
"type": "reference",
|
|
10789
|
+
"typeName": {
|
|
10790
|
+
"type": "identifier",
|
|
10791
|
+
"name": "UseBrickConf"
|
|
10792
|
+
}
|
|
10793
|
+
},
|
|
10794
|
+
"computed": false
|
|
10795
|
+
}
|
|
10796
|
+
]
|
|
10797
|
+
}
|
|
10137
10798
|
}
|
|
10138
10799
|
],
|
|
10139
10800
|
"events": [],
|
|
@@ -10148,6 +10809,19 @@
|
|
|
10148
10809
|
"params": [],
|
|
10149
10810
|
"returns": {}
|
|
10150
10811
|
},
|
|
10812
|
+
{
|
|
10813
|
+
"name": "setInputValue",
|
|
10814
|
+
"params": [
|
|
10815
|
+
{
|
|
10816
|
+
"name": "content",
|
|
10817
|
+
"annotation": {
|
|
10818
|
+
"type": "keyword",
|
|
10819
|
+
"value": "string"
|
|
10820
|
+
}
|
|
10821
|
+
}
|
|
10822
|
+
],
|
|
10823
|
+
"returns": {}
|
|
10824
|
+
},
|
|
10151
10825
|
{
|
|
10152
10826
|
"name": "send",
|
|
10153
10827
|
"params": [
|
|
@@ -10216,6 +10890,20 @@
|
|
|
10216
10890
|
"name": "CommandPayloadGoalPlan"
|
|
10217
10891
|
}
|
|
10218
10892
|
},
|
|
10893
|
+
{
|
|
10894
|
+
"type": "reference",
|
|
10895
|
+
"typeName": {
|
|
10896
|
+
"type": "identifier",
|
|
10897
|
+
"name": "CommandPayloadBusinessObjectManagement"
|
|
10898
|
+
}
|
|
10899
|
+
},
|
|
10900
|
+
{
|
|
10901
|
+
"type": "reference",
|
|
10902
|
+
"typeName": {
|
|
10903
|
+
"type": "identifier",
|
|
10904
|
+
"name": "CommandPayloadBusinessInstanceManagement"
|
|
10905
|
+
}
|
|
10906
|
+
},
|
|
10219
10907
|
{
|
|
10220
10908
|
"type": "reference",
|
|
10221
10909
|
"typeName": {
|
|
@@ -10581,6 +11269,148 @@
|
|
|
10581
11269
|
}
|
|
10582
11270
|
]
|
|
10583
11271
|
},
|
|
11272
|
+
{
|
|
11273
|
+
"type": "interface",
|
|
11274
|
+
"name": "CommandPayloadBusinessObjectManagement",
|
|
11275
|
+
"body": [
|
|
11276
|
+
{
|
|
11277
|
+
"type": "propertySignature",
|
|
11278
|
+
"key": {
|
|
11279
|
+
"type": "identifier",
|
|
11280
|
+
"name": "type"
|
|
11281
|
+
},
|
|
11282
|
+
"annotation": {
|
|
11283
|
+
"type": "jsLiteral",
|
|
11284
|
+
"value": "serviceObject-createOrEdit"
|
|
11285
|
+
},
|
|
11286
|
+
"computed": false
|
|
11287
|
+
},
|
|
11288
|
+
{
|
|
11289
|
+
"type": "propertySignature",
|
|
11290
|
+
"key": {
|
|
11291
|
+
"type": "identifier",
|
|
11292
|
+
"name": "payload"
|
|
11293
|
+
},
|
|
11294
|
+
"annotation": {
|
|
11295
|
+
"type": "typeLiteral",
|
|
11296
|
+
"members": [
|
|
11297
|
+
{
|
|
11298
|
+
"type": "propertySignature",
|
|
11299
|
+
"key": {
|
|
11300
|
+
"type": "identifier",
|
|
11301
|
+
"name": "spaceInstanceId"
|
|
11302
|
+
},
|
|
11303
|
+
"annotation": {
|
|
11304
|
+
"type": "keyword",
|
|
11305
|
+
"value": "string"
|
|
11306
|
+
},
|
|
11307
|
+
"computed": false
|
|
11308
|
+
},
|
|
11309
|
+
{
|
|
11310
|
+
"type": "propertySignature",
|
|
11311
|
+
"key": {
|
|
11312
|
+
"type": "identifier",
|
|
11313
|
+
"name": "serviceObjectId"
|
|
11314
|
+
},
|
|
11315
|
+
"annotation": {
|
|
11316
|
+
"type": "keyword",
|
|
11317
|
+
"value": "string"
|
|
11318
|
+
},
|
|
11319
|
+
"optional": true,
|
|
11320
|
+
"computed": false
|
|
11321
|
+
}
|
|
11322
|
+
]
|
|
11323
|
+
},
|
|
11324
|
+
"computed": false
|
|
11325
|
+
}
|
|
11326
|
+
],
|
|
11327
|
+
"extends": [
|
|
11328
|
+
{
|
|
11329
|
+
"type": "expressionWithTypeArguments",
|
|
11330
|
+
"expression": {
|
|
11331
|
+
"type": "identifier",
|
|
11332
|
+
"name": "BaseCommandPayload"
|
|
11333
|
+
}
|
|
11334
|
+
}
|
|
11335
|
+
]
|
|
11336
|
+
},
|
|
11337
|
+
{
|
|
11338
|
+
"type": "interface",
|
|
11339
|
+
"name": "CommandPayloadBusinessInstanceManagement",
|
|
11340
|
+
"body": [
|
|
11341
|
+
{
|
|
11342
|
+
"type": "propertySignature",
|
|
11343
|
+
"key": {
|
|
11344
|
+
"type": "identifier",
|
|
11345
|
+
"name": "type"
|
|
11346
|
+
},
|
|
11347
|
+
"annotation": {
|
|
11348
|
+
"type": "jsLiteral",
|
|
11349
|
+
"value": "serviceObjectInstance-createOrEdit"
|
|
11350
|
+
},
|
|
11351
|
+
"computed": false
|
|
11352
|
+
},
|
|
11353
|
+
{
|
|
11354
|
+
"type": "propertySignature",
|
|
11355
|
+
"key": {
|
|
11356
|
+
"type": "identifier",
|
|
11357
|
+
"name": "payload"
|
|
11358
|
+
},
|
|
11359
|
+
"annotation": {
|
|
11360
|
+
"type": "typeLiteral",
|
|
11361
|
+
"members": [
|
|
11362
|
+
{
|
|
11363
|
+
"type": "propertySignature",
|
|
11364
|
+
"key": {
|
|
11365
|
+
"type": "identifier",
|
|
11366
|
+
"name": "spaceInstanceId"
|
|
11367
|
+
},
|
|
11368
|
+
"annotation": {
|
|
11369
|
+
"type": "keyword",
|
|
11370
|
+
"value": "string"
|
|
11371
|
+
},
|
|
11372
|
+
"computed": false
|
|
11373
|
+
},
|
|
11374
|
+
{
|
|
11375
|
+
"type": "propertySignature",
|
|
11376
|
+
"key": {
|
|
11377
|
+
"type": "identifier",
|
|
11378
|
+
"name": "serviceObjectId"
|
|
11379
|
+
},
|
|
11380
|
+
"annotation": {
|
|
11381
|
+
"type": "keyword",
|
|
11382
|
+
"value": "string"
|
|
11383
|
+
},
|
|
11384
|
+
"computed": false
|
|
11385
|
+
},
|
|
11386
|
+
{
|
|
11387
|
+
"type": "propertySignature",
|
|
11388
|
+
"key": {
|
|
11389
|
+
"type": "identifier",
|
|
11390
|
+
"name": "instanceId"
|
|
11391
|
+
},
|
|
11392
|
+
"annotation": {
|
|
11393
|
+
"type": "keyword",
|
|
11394
|
+
"value": "string"
|
|
11395
|
+
},
|
|
11396
|
+
"optional": true,
|
|
11397
|
+
"computed": false
|
|
11398
|
+
}
|
|
11399
|
+
]
|
|
11400
|
+
},
|
|
11401
|
+
"computed": false
|
|
11402
|
+
}
|
|
11403
|
+
],
|
|
11404
|
+
"extends": [
|
|
11405
|
+
{
|
|
11406
|
+
"type": "expressionWithTypeArguments",
|
|
11407
|
+
"expression": {
|
|
11408
|
+
"type": "identifier",
|
|
11409
|
+
"name": "BaseCommandPayload"
|
|
11410
|
+
}
|
|
11411
|
+
}
|
|
11412
|
+
]
|
|
11413
|
+
},
|
|
10584
11414
|
{
|
|
10585
11415
|
"type": "interface",
|
|
10586
11416
|
"name": "LegacyCommandPayloadServiceFlowStarting",
|