@next-bricks/ai-portal 0.58.3 → 0.58.5
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 +32 -32
- package/dist/chunks/{1488.d2c97a97.js → 1488.8388b745.js} +2 -2
- package/dist/chunks/1488.8388b745.js.map +1 -0
- package/dist/chunks/151.4739e5b9.js +2 -0
- package/dist/chunks/151.4739e5b9.js.map +1 -0
- package/dist/chunks/{2232.fa4338ad.js → 2232.c2811097.js} +2 -2
- package/dist/chunks/2232.c2811097.js.map +1 -0
- package/dist/chunks/9496.e3fa93a9.js +2 -0
- package/dist/chunks/9496.e3fa93a9.js.map +1 -0
- package/dist/chunks/{chat-stream.6ca6e5c4.js → chat-stream.da44fc66.js} +2 -2
- package/dist/chunks/chat-stream.da44fc66.js.map +1 -0
- package/dist/chunks/{main.17b51dc3.js → main.3c34d3e3.js} +2 -2
- package/dist/chunks/{main.17b51dc3.js.map → main.3c34d3e3.js.map} +1 -1
- package/dist/examples.json +20 -20
- package/dist/{index.fd3d8371.js → index.9c210ca2.js} +2 -2
- package/dist/{index.fd3d8371.js.map → index.9c210ca2.js.map} +1 -1
- package/dist/manifest.json +300 -300
- package/dist/types.json +494 -494
- package/dist-types/cruise-canvas/useLayout.d.ts +2 -1
- package/package.json +2 -2
- package/dist/chunks/1488.d2c97a97.js.map +0 -1
- package/dist/chunks/151.a5affad6.js +0 -2
- package/dist/chunks/151.a5affad6.js.map +0 -1
- package/dist/chunks/2232.fa4338ad.js.map +0 -1
- package/dist/chunks/9496.9bf2d483.js +0 -2
- package/dist/chunks/9496.9bf2d483.js.map +0 -1
- package/dist/chunks/chat-stream.6ca6e5c4.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -1,4 +1,82 @@
|
|
|
1
1
|
{
|
|
2
|
+
"ai-portal.icon-button": {
|
|
3
|
+
"properties": [
|
|
4
|
+
{
|
|
5
|
+
"name": "icon",
|
|
6
|
+
"annotation": {
|
|
7
|
+
"type": "reference",
|
|
8
|
+
"typeName": {
|
|
9
|
+
"type": "identifier",
|
|
10
|
+
"name": "GeneralIconProps"
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "tooltip",
|
|
16
|
+
"annotation": {
|
|
17
|
+
"type": "keyword",
|
|
18
|
+
"value": "string"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"name": "tooltipHoist",
|
|
23
|
+
"annotation": {
|
|
24
|
+
"type": "keyword",
|
|
25
|
+
"value": "boolean"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "disabled",
|
|
30
|
+
"annotation": {
|
|
31
|
+
"type": "keyword",
|
|
32
|
+
"value": "boolean"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "variant",
|
|
37
|
+
"annotation": {
|
|
38
|
+
"type": "reference",
|
|
39
|
+
"typeName": {
|
|
40
|
+
"type": "identifier",
|
|
41
|
+
"name": "IconButtonVariant"
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
"events": [],
|
|
47
|
+
"methods": [],
|
|
48
|
+
"types": [
|
|
49
|
+
{
|
|
50
|
+
"type": "typeAlias",
|
|
51
|
+
"name": "IconButtonVariant",
|
|
52
|
+
"annotation": {
|
|
53
|
+
"type": "union",
|
|
54
|
+
"types": [
|
|
55
|
+
{
|
|
56
|
+
"type": "jsLiteral",
|
|
57
|
+
"value": "default"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"type": "jsLiteral",
|
|
61
|
+
"value": "light"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"type": "jsLiteral",
|
|
65
|
+
"value": "mini"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"type": "jsLiteral",
|
|
69
|
+
"value": "mini-light"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"type": "jsLiteral",
|
|
73
|
+
"value": "bordered"
|
|
74
|
+
}
|
|
75
|
+
]
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
]
|
|
79
|
+
},
|
|
2
80
|
"ai-portal.home-container": {
|
|
3
81
|
"properties": [
|
|
4
82
|
{
|
|
@@ -116,84 +194,6 @@
|
|
|
116
194
|
"events": [],
|
|
117
195
|
"methods": []
|
|
118
196
|
},
|
|
119
|
-
"ai-portal.icon-button": {
|
|
120
|
-
"properties": [
|
|
121
|
-
{
|
|
122
|
-
"name": "icon",
|
|
123
|
-
"annotation": {
|
|
124
|
-
"type": "reference",
|
|
125
|
-
"typeName": {
|
|
126
|
-
"type": "identifier",
|
|
127
|
-
"name": "GeneralIconProps"
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
"name": "tooltip",
|
|
133
|
-
"annotation": {
|
|
134
|
-
"type": "keyword",
|
|
135
|
-
"value": "string"
|
|
136
|
-
}
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
"name": "tooltipHoist",
|
|
140
|
-
"annotation": {
|
|
141
|
-
"type": "keyword",
|
|
142
|
-
"value": "boolean"
|
|
143
|
-
}
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
"name": "disabled",
|
|
147
|
-
"annotation": {
|
|
148
|
-
"type": "keyword",
|
|
149
|
-
"value": "boolean"
|
|
150
|
-
}
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"name": "variant",
|
|
154
|
-
"annotation": {
|
|
155
|
-
"type": "reference",
|
|
156
|
-
"typeName": {
|
|
157
|
-
"type": "identifier",
|
|
158
|
-
"name": "IconButtonVariant"
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
],
|
|
163
|
-
"events": [],
|
|
164
|
-
"methods": [],
|
|
165
|
-
"types": [
|
|
166
|
-
{
|
|
167
|
-
"type": "typeAlias",
|
|
168
|
-
"name": "IconButtonVariant",
|
|
169
|
-
"annotation": {
|
|
170
|
-
"type": "union",
|
|
171
|
-
"types": [
|
|
172
|
-
{
|
|
173
|
-
"type": "jsLiteral",
|
|
174
|
-
"value": "default"
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"type": "jsLiteral",
|
|
178
|
-
"value": "light"
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
"type": "jsLiteral",
|
|
182
|
-
"value": "mini"
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"type": "jsLiteral",
|
|
186
|
-
"value": "mini-light"
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"type": "jsLiteral",
|
|
190
|
-
"value": "bordered"
|
|
191
|
-
}
|
|
192
|
-
]
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
]
|
|
196
|
-
},
|
|
197
197
|
"ai-portal.call-tool": {
|
|
198
198
|
"type": "provider",
|
|
199
199
|
"params": [
|
|
@@ -2657,33 +2657,6 @@
|
|
|
2657
2657
|
}
|
|
2658
2658
|
]
|
|
2659
2659
|
},
|
|
2660
|
-
"ai-portal.show-case": {
|
|
2661
|
-
"properties": [
|
|
2662
|
-
{
|
|
2663
|
-
"name": "caseTitle",
|
|
2664
|
-
"annotation": {
|
|
2665
|
-
"type": "keyword",
|
|
2666
|
-
"value": "string"
|
|
2667
|
-
}
|
|
2668
|
-
},
|
|
2669
|
-
{
|
|
2670
|
-
"name": "summary",
|
|
2671
|
-
"annotation": {
|
|
2672
|
-
"type": "keyword",
|
|
2673
|
-
"value": "string"
|
|
2674
|
-
}
|
|
2675
|
-
},
|
|
2676
|
-
{
|
|
2677
|
-
"name": "url",
|
|
2678
|
-
"annotation": {
|
|
2679
|
-
"type": "keyword",
|
|
2680
|
-
"value": "string"
|
|
2681
|
-
}
|
|
2682
|
-
}
|
|
2683
|
-
],
|
|
2684
|
-
"events": [],
|
|
2685
|
-
"methods": []
|
|
2686
|
-
},
|
|
2687
2660
|
"ai-portal.activity-timeline": {
|
|
2688
2661
|
"properties": [
|
|
2689
2662
|
{
|
|
@@ -3658,6 +3631,33 @@
|
|
|
3658
3631
|
}
|
|
3659
3632
|
]
|
|
3660
3633
|
},
|
|
3634
|
+
"ai-portal.show-case": {
|
|
3635
|
+
"properties": [
|
|
3636
|
+
{
|
|
3637
|
+
"name": "caseTitle",
|
|
3638
|
+
"annotation": {
|
|
3639
|
+
"type": "keyword",
|
|
3640
|
+
"value": "string"
|
|
3641
|
+
}
|
|
3642
|
+
},
|
|
3643
|
+
{
|
|
3644
|
+
"name": "summary",
|
|
3645
|
+
"annotation": {
|
|
3646
|
+
"type": "keyword",
|
|
3647
|
+
"value": "string"
|
|
3648
|
+
}
|
|
3649
|
+
},
|
|
3650
|
+
{
|
|
3651
|
+
"name": "url",
|
|
3652
|
+
"annotation": {
|
|
3653
|
+
"type": "keyword",
|
|
3654
|
+
"value": "string"
|
|
3655
|
+
}
|
|
3656
|
+
}
|
|
3657
|
+
],
|
|
3658
|
+
"events": [],
|
|
3659
|
+
"methods": []
|
|
3660
|
+
},
|
|
3661
3661
|
"ai-portal.flow-tabs": {
|
|
3662
3662
|
"properties": [
|
|
3663
3663
|
{
|
|
@@ -3729,7 +3729,7 @@
|
|
|
3729
3729
|
}
|
|
3730
3730
|
]
|
|
3731
3731
|
},
|
|
3732
|
-
"ai-portal.
|
|
3732
|
+
"ai-portal.stage-flow": {
|
|
3733
3733
|
"properties": [
|
|
3734
3734
|
{
|
|
3735
3735
|
"name": "spec",
|
|
@@ -3739,53 +3739,174 @@
|
|
|
3739
3739
|
"type": "reference",
|
|
3740
3740
|
"typeName": {
|
|
3741
3741
|
"type": "identifier",
|
|
3742
|
-
"name": "
|
|
3742
|
+
"name": "Stage"
|
|
3743
3743
|
}
|
|
3744
3744
|
}
|
|
3745
3745
|
}
|
|
3746
3746
|
},
|
|
3747
3747
|
{
|
|
3748
|
-
"name": "
|
|
3748
|
+
"name": "aiEmployees",
|
|
3749
3749
|
"annotation": {
|
|
3750
|
-
"type": "
|
|
3751
|
-
"
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
"
|
|
3755
|
-
|
|
3756
|
-
{
|
|
3757
|
-
"type": "keyword",
|
|
3758
|
-
"value": "null"
|
|
3750
|
+
"type": "array",
|
|
3751
|
+
"elementType": {
|
|
3752
|
+
"type": "reference",
|
|
3753
|
+
"typeName": {
|
|
3754
|
+
"type": "identifier",
|
|
3755
|
+
"name": "AIEmployee"
|
|
3759
3756
|
}
|
|
3760
|
-
|
|
3757
|
+
}
|
|
3758
|
+
}
|
|
3759
|
+
},
|
|
3760
|
+
{
|
|
3761
|
+
"name": "readOnly",
|
|
3762
|
+
"annotation": {
|
|
3763
|
+
"type": "keyword",
|
|
3764
|
+
"value": "boolean"
|
|
3761
3765
|
}
|
|
3762
3766
|
}
|
|
3763
3767
|
],
|
|
3764
3768
|
"events": [
|
|
3765
3769
|
{
|
|
3766
|
-
"name": "
|
|
3770
|
+
"name": "change",
|
|
3767
3771
|
"detail": {
|
|
3768
3772
|
"annotation": {
|
|
3769
|
-
"type": "
|
|
3770
|
-
"
|
|
3771
|
-
|
|
3772
|
-
|
|
3773
|
-
"
|
|
3774
|
-
|
|
3775
|
-
|
|
3776
|
-
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
|
|
3781
|
-
|
|
3782
|
-
|
|
3773
|
+
"type": "array",
|
|
3774
|
+
"elementType": {
|
|
3775
|
+
"type": "reference",
|
|
3776
|
+
"typeName": {
|
|
3777
|
+
"type": "identifier",
|
|
3778
|
+
"name": "Stage"
|
|
3779
|
+
}
|
|
3780
|
+
}
|
|
3781
|
+
}
|
|
3782
|
+
}
|
|
3783
|
+
},
|
|
3784
|
+
{
|
|
3785
|
+
"name": "add.activity",
|
|
3786
|
+
"detail": {
|
|
3787
|
+
"annotation": {
|
|
3788
|
+
"type": "typeLiteral",
|
|
3789
|
+
"members": [
|
|
3790
|
+
{
|
|
3791
|
+
"type": "propertySignature",
|
|
3792
|
+
"key": {
|
|
3793
|
+
"type": "identifier",
|
|
3794
|
+
"name": "stage"
|
|
3795
|
+
},
|
|
3796
|
+
"annotation": {
|
|
3797
|
+
"type": "reference",
|
|
3798
|
+
"typeName": {
|
|
3799
|
+
"type": "identifier",
|
|
3800
|
+
"name": "Stage"
|
|
3801
|
+
}
|
|
3802
|
+
},
|
|
3803
|
+
"computed": false
|
|
3804
|
+
}
|
|
3805
|
+
]
|
|
3806
|
+
}
|
|
3807
|
+
}
|
|
3808
|
+
},
|
|
3809
|
+
{
|
|
3810
|
+
"name": "edit.activity",
|
|
3811
|
+
"detail": {
|
|
3812
|
+
"annotation": {
|
|
3813
|
+
"type": "reference",
|
|
3814
|
+
"typeName": {
|
|
3815
|
+
"type": "identifier",
|
|
3816
|
+
"name": "EditActivityDetail"
|
|
3817
|
+
}
|
|
3818
|
+
}
|
|
3819
|
+
}
|
|
3820
|
+
}
|
|
3821
|
+
],
|
|
3822
|
+
"methods": [
|
|
3823
|
+
{
|
|
3824
|
+
"name": "addActivity",
|
|
3825
|
+
"params": [
|
|
3826
|
+
{
|
|
3827
|
+
"name": "stage",
|
|
3828
|
+
"annotation": {
|
|
3829
|
+
"type": "reference",
|
|
3830
|
+
"typeName": {
|
|
3831
|
+
"type": "identifier",
|
|
3832
|
+
"name": "Stage"
|
|
3833
|
+
}
|
|
3834
|
+
}
|
|
3835
|
+
},
|
|
3836
|
+
{
|
|
3837
|
+
"name": "activity",
|
|
3838
|
+
"annotation": {
|
|
3839
|
+
"type": "reference",
|
|
3840
|
+
"typeName": {
|
|
3841
|
+
"type": "identifier",
|
|
3842
|
+
"name": "FlowActivity"
|
|
3843
|
+
}
|
|
3844
|
+
}
|
|
3845
|
+
}
|
|
3846
|
+
],
|
|
3847
|
+
"returns": {}
|
|
3848
|
+
},
|
|
3849
|
+
{
|
|
3850
|
+
"name": "editActivity",
|
|
3851
|
+
"params": [
|
|
3852
|
+
{
|
|
3853
|
+
"name": "stage",
|
|
3854
|
+
"annotation": {
|
|
3855
|
+
"type": "reference",
|
|
3856
|
+
"typeName": {
|
|
3857
|
+
"type": "identifier",
|
|
3858
|
+
"name": "Stage"
|
|
3859
|
+
}
|
|
3860
|
+
}
|
|
3861
|
+
},
|
|
3862
|
+
{
|
|
3863
|
+
"name": "activity",
|
|
3864
|
+
"annotation": {
|
|
3865
|
+
"type": "reference",
|
|
3866
|
+
"typeName": {
|
|
3867
|
+
"type": "identifier",
|
|
3868
|
+
"name": "FlowActivity"
|
|
3869
|
+
}
|
|
3870
|
+
}
|
|
3871
|
+
},
|
|
3872
|
+
{
|
|
3873
|
+
"name": "activityIndex",
|
|
3874
|
+
"annotation": {
|
|
3875
|
+
"type": "keyword",
|
|
3876
|
+
"value": "number"
|
|
3877
|
+
}
|
|
3878
|
+
}
|
|
3879
|
+
],
|
|
3880
|
+
"returns": {}
|
|
3881
|
+
},
|
|
3882
|
+
{
|
|
3883
|
+
"name": "deleteActivity",
|
|
3884
|
+
"params": [
|
|
3885
|
+
{
|
|
3886
|
+
"name": "stage",
|
|
3887
|
+
"annotation": {
|
|
3888
|
+
"type": "reference",
|
|
3889
|
+
"typeName": {
|
|
3890
|
+
"type": "identifier",
|
|
3891
|
+
"name": "Stage"
|
|
3892
|
+
}
|
|
3893
|
+
}
|
|
3894
|
+
},
|
|
3895
|
+
{
|
|
3896
|
+
"name": "activityIndex",
|
|
3897
|
+
"annotation": {
|
|
3898
|
+
"type": "keyword",
|
|
3899
|
+
"value": "number"
|
|
3900
|
+
}
|
|
3901
|
+
}
|
|
3902
|
+
],
|
|
3903
|
+
"returns": {}
|
|
3904
|
+
}
|
|
3783
3905
|
],
|
|
3784
|
-
"methods": [],
|
|
3785
3906
|
"types": [
|
|
3786
3907
|
{
|
|
3787
3908
|
"type": "interface",
|
|
3788
|
-
"name": "
|
|
3909
|
+
"name": "Stage",
|
|
3789
3910
|
"body": [
|
|
3790
3911
|
{
|
|
3791
3912
|
"type": "propertySignature",
|
|
@@ -3840,7 +3961,7 @@
|
|
|
3840
3961
|
"type": "propertySignature",
|
|
3841
3962
|
"key": {
|
|
3842
3963
|
"type": "identifier",
|
|
3843
|
-
"name": "
|
|
3964
|
+
"name": "description"
|
|
3844
3965
|
},
|
|
3845
3966
|
"annotation": {
|
|
3846
3967
|
"type": "keyword",
|
|
@@ -3853,26 +3974,11 @@
|
|
|
3853
3974
|
"type": "propertySignature",
|
|
3854
3975
|
"key": {
|
|
3855
3976
|
"type": "identifier",
|
|
3856
|
-
"name": "
|
|
3977
|
+
"name": "aiEmployeeId"
|
|
3857
3978
|
},
|
|
3858
3979
|
"annotation": {
|
|
3859
|
-
"type": "
|
|
3860
|
-
"
|
|
3861
|
-
{
|
|
3862
|
-
"type": "reference",
|
|
3863
|
-
"typeName": {
|
|
3864
|
-
"type": "identifier",
|
|
3865
|
-
"name": "TaskState"
|
|
3866
|
-
}
|
|
3867
|
-
},
|
|
3868
|
-
{
|
|
3869
|
-
"type": "reference",
|
|
3870
|
-
"typeName": {
|
|
3871
|
-
"type": "identifier",
|
|
3872
|
-
"name": "JobState"
|
|
3873
|
-
}
|
|
3874
|
-
}
|
|
3875
|
-
]
|
|
3980
|
+
"type": "keyword",
|
|
3981
|
+
"value": "string"
|
|
3876
3982
|
},
|
|
3877
3983
|
"optional": true,
|
|
3878
3984
|
"computed": false
|
|
@@ -3881,11 +3987,11 @@
|
|
|
3881
3987
|
"type": "propertySignature",
|
|
3882
3988
|
"key": {
|
|
3883
3989
|
"type": "identifier",
|
|
3884
|
-
"name": "
|
|
3990
|
+
"name": "hilRules"
|
|
3885
3991
|
},
|
|
3886
3992
|
"annotation": {
|
|
3887
3993
|
"type": "keyword",
|
|
3888
|
-
"value": "
|
|
3994
|
+
"value": "string"
|
|
3889
3995
|
},
|
|
3890
3996
|
"optional": true,
|
|
3891
3997
|
"computed": false
|
|
@@ -3894,173 +4000,26 @@
|
|
|
3894
4000
|
"type": "propertySignature",
|
|
3895
4001
|
"key": {
|
|
3896
4002
|
"type": "identifier",
|
|
3897
|
-
"name": "
|
|
4003
|
+
"name": "hilUser"
|
|
3898
4004
|
},
|
|
3899
4005
|
"annotation": {
|
|
3900
4006
|
"type": "keyword",
|
|
3901
|
-
"value": "
|
|
4007
|
+
"value": "string"
|
|
3902
4008
|
},
|
|
3903
4009
|
"optional": true,
|
|
3904
4010
|
"computed": false
|
|
3905
4011
|
}
|
|
3906
4012
|
]
|
|
3907
|
-
}
|
|
3908
|
-
]
|
|
3909
|
-
},
|
|
3910
|
-
"ai-portal.notice-dropdown": {
|
|
3911
|
-
"properties": [
|
|
3912
|
-
{
|
|
3913
|
-
"name": "dataSource",
|
|
3914
|
-
"annotation": {
|
|
3915
|
-
"type": "array",
|
|
3916
|
-
"elementType": {
|
|
3917
|
-
"type": "reference",
|
|
3918
|
-
"typeName": {
|
|
3919
|
-
"type": "identifier",
|
|
3920
|
-
"name": "NoticeItem"
|
|
3921
|
-
}
|
|
3922
|
-
}
|
|
3923
|
-
}
|
|
3924
|
-
},
|
|
3925
|
-
{
|
|
3926
|
-
"name": "popoverPlacement",
|
|
3927
|
-
"annotation": {
|
|
3928
|
-
"type": "reference",
|
|
3929
|
-
"typeName": {
|
|
3930
|
-
"type": "identifier",
|
|
3931
|
-
"name": "Placement"
|
|
3932
|
-
}
|
|
3933
|
-
}
|
|
3934
|
-
},
|
|
3935
|
-
{
|
|
3936
|
-
"name": "emptyText",
|
|
3937
|
-
"annotation": {
|
|
3938
|
-
"type": "keyword",
|
|
3939
|
-
"value": "string"
|
|
3940
|
-
}
|
|
3941
|
-
},
|
|
3942
|
-
{
|
|
3943
|
-
"name": "notifyCenterUrl",
|
|
3944
|
-
"annotation": {
|
|
3945
|
-
"type": "keyword",
|
|
3946
|
-
"value": "string"
|
|
3947
|
-
}
|
|
3948
|
-
},
|
|
3949
|
-
{
|
|
3950
|
-
"name": "urlTemplate",
|
|
3951
|
-
"annotation": {
|
|
3952
|
-
"type": "keyword",
|
|
3953
|
-
"value": "string"
|
|
3954
|
-
}
|
|
3955
|
-
},
|
|
3956
|
-
{
|
|
3957
|
-
"name": "dropdownMaxWidth",
|
|
3958
|
-
"annotation": {
|
|
3959
|
-
"type": "union",
|
|
3960
|
-
"types": [
|
|
3961
|
-
{
|
|
3962
|
-
"type": "keyword",
|
|
3963
|
-
"value": "string"
|
|
3964
|
-
},
|
|
3965
|
-
{
|
|
3966
|
-
"type": "keyword",
|
|
3967
|
-
"value": "number"
|
|
3968
|
-
}
|
|
3969
|
-
]
|
|
3970
|
-
}
|
|
3971
|
-
},
|
|
3972
|
-
{
|
|
3973
|
-
"name": "dropdownContentStyle",
|
|
3974
|
-
"annotation": {
|
|
3975
|
-
"type": "reference",
|
|
3976
|
-
"typeName": {
|
|
3977
|
-
"type": "qualifiedName",
|
|
3978
|
-
"left": {
|
|
3979
|
-
"type": "identifier",
|
|
3980
|
-
"name": "React"
|
|
3981
|
-
},
|
|
3982
|
-
"right": {
|
|
3983
|
-
"type": "identifier",
|
|
3984
|
-
"name": "CSSProperties"
|
|
3985
|
-
}
|
|
3986
|
-
}
|
|
3987
|
-
}
|
|
3988
|
-
},
|
|
3989
|
-
{
|
|
3990
|
-
"name": "hideNotifyCenterButton",
|
|
3991
|
-
"annotation": {
|
|
3992
|
-
"type": "keyword",
|
|
3993
|
-
"value": "boolean"
|
|
3994
|
-
}
|
|
3995
|
-
}
|
|
3996
|
-
],
|
|
3997
|
-
"events": [
|
|
3998
|
-
{
|
|
3999
|
-
"name": "notice.click",
|
|
4000
|
-
"detail": {
|
|
4001
|
-
"annotation": {
|
|
4002
|
-
"type": "keyword",
|
|
4003
|
-
"value": "string"
|
|
4004
|
-
}
|
|
4005
|
-
}
|
|
4006
4013
|
},
|
|
4007
|
-
{
|
|
4008
|
-
"name": "mark.all.read",
|
|
4009
|
-
"detail": {
|
|
4010
|
-
"annotation": {
|
|
4011
|
-
"type": "keyword",
|
|
4012
|
-
"value": "void"
|
|
4013
|
-
}
|
|
4014
|
-
}
|
|
4015
|
-
}
|
|
4016
|
-
],
|
|
4017
|
-
"methods": [],
|
|
4018
|
-
"types": [
|
|
4019
4014
|
{
|
|
4020
4015
|
"type": "interface",
|
|
4021
|
-
"name": "
|
|
4016
|
+
"name": "AIEmployee",
|
|
4022
4017
|
"body": [
|
|
4023
4018
|
{
|
|
4024
4019
|
"type": "propertySignature",
|
|
4025
4020
|
"key": {
|
|
4026
4021
|
"type": "identifier",
|
|
4027
|
-
"name": "
|
|
4028
|
-
},
|
|
4029
|
-
"annotation": {
|
|
4030
|
-
"type": "keyword",
|
|
4031
|
-
"value": "string"
|
|
4032
|
-
},
|
|
4033
|
-
"computed": false
|
|
4034
|
-
},
|
|
4035
|
-
{
|
|
4036
|
-
"type": "propertySignature",
|
|
4037
|
-
"key": {
|
|
4038
|
-
"type": "identifier",
|
|
4039
|
-
"name": "type"
|
|
4040
|
-
},
|
|
4041
|
-
"annotation": {
|
|
4042
|
-
"type": "keyword",
|
|
4043
|
-
"value": "string"
|
|
4044
|
-
},
|
|
4045
|
-
"computed": false
|
|
4046
|
-
},
|
|
4047
|
-
{
|
|
4048
|
-
"type": "propertySignature",
|
|
4049
|
-
"key": {
|
|
4050
|
-
"type": "identifier",
|
|
4051
|
-
"name": "isUnread"
|
|
4052
|
-
},
|
|
4053
|
-
"annotation": {
|
|
4054
|
-
"type": "keyword",
|
|
4055
|
-
"value": "boolean"
|
|
4056
|
-
},
|
|
4057
|
-
"computed": false
|
|
4058
|
-
},
|
|
4059
|
-
{
|
|
4060
|
-
"type": "propertySignature",
|
|
4061
|
-
"key": {
|
|
4062
|
-
"type": "identifier",
|
|
4063
|
-
"name": "title"
|
|
4022
|
+
"name": "employeeId"
|
|
4064
4023
|
},
|
|
4065
4024
|
"annotation": {
|
|
4066
4025
|
"type": "keyword",
|
|
@@ -4072,7 +4031,7 @@
|
|
|
4072
4031
|
"type": "propertySignature",
|
|
4073
4032
|
"key": {
|
|
4074
4033
|
"type": "identifier",
|
|
4075
|
-
"name": "
|
|
4034
|
+
"name": "name"
|
|
4076
4035
|
},
|
|
4077
4036
|
"annotation": {
|
|
4078
4037
|
"type": "keyword",
|
|
@@ -4081,187 +4040,114 @@
|
|
|
4081
4040
|
"computed": false
|
|
4082
4041
|
}
|
|
4083
4042
|
]
|
|
4084
|
-
}
|
|
4085
|
-
]
|
|
4086
|
-
},
|
|
4087
|
-
"ai-portal.stage-flow": {
|
|
4088
|
-
"properties": [
|
|
4089
|
-
{
|
|
4090
|
-
"name": "spec",
|
|
4091
|
-
"annotation": {
|
|
4092
|
-
"type": "array",
|
|
4093
|
-
"elementType": {
|
|
4094
|
-
"type": "reference",
|
|
4095
|
-
"typeName": {
|
|
4096
|
-
"type": "identifier",
|
|
4097
|
-
"name": "Stage"
|
|
4098
|
-
}
|
|
4099
|
-
}
|
|
4100
|
-
}
|
|
4101
|
-
},
|
|
4102
|
-
{
|
|
4103
|
-
"name": "aiEmployees",
|
|
4104
|
-
"annotation": {
|
|
4105
|
-
"type": "array",
|
|
4106
|
-
"elementType": {
|
|
4107
|
-
"type": "reference",
|
|
4108
|
-
"typeName": {
|
|
4109
|
-
"type": "identifier",
|
|
4110
|
-
"name": "AIEmployee"
|
|
4111
|
-
}
|
|
4112
|
-
}
|
|
4113
|
-
}
|
|
4114
|
-
},
|
|
4115
|
-
{
|
|
4116
|
-
"name": "readOnly",
|
|
4117
|
-
"annotation": {
|
|
4118
|
-
"type": "keyword",
|
|
4119
|
-
"value": "boolean"
|
|
4120
|
-
}
|
|
4121
|
-
}
|
|
4122
|
-
],
|
|
4123
|
-
"events": [
|
|
4124
|
-
{
|
|
4125
|
-
"name": "change",
|
|
4126
|
-
"detail": {
|
|
4127
|
-
"annotation": {
|
|
4128
|
-
"type": "array",
|
|
4129
|
-
"elementType": {
|
|
4130
|
-
"type": "reference",
|
|
4131
|
-
"typeName": {
|
|
4132
|
-
"type": "identifier",
|
|
4133
|
-
"name": "Stage"
|
|
4134
|
-
}
|
|
4135
|
-
}
|
|
4136
|
-
}
|
|
4137
|
-
}
|
|
4138
|
-
},
|
|
4139
|
-
{
|
|
4140
|
-
"name": "add.activity",
|
|
4141
|
-
"detail": {
|
|
4142
|
-
"annotation": {
|
|
4143
|
-
"type": "typeLiteral",
|
|
4144
|
-
"members": [
|
|
4145
|
-
{
|
|
4146
|
-
"type": "propertySignature",
|
|
4147
|
-
"key": {
|
|
4148
|
-
"type": "identifier",
|
|
4149
|
-
"name": "stage"
|
|
4150
|
-
},
|
|
4151
|
-
"annotation": {
|
|
4152
|
-
"type": "reference",
|
|
4153
|
-
"typeName": {
|
|
4154
|
-
"type": "identifier",
|
|
4155
|
-
"name": "Stage"
|
|
4156
|
-
}
|
|
4157
|
-
},
|
|
4158
|
-
"computed": false
|
|
4159
|
-
}
|
|
4160
|
-
]
|
|
4161
|
-
}
|
|
4162
|
-
}
|
|
4163
4043
|
},
|
|
4164
4044
|
{
|
|
4165
|
-
"
|
|
4166
|
-
"
|
|
4167
|
-
|
|
4168
|
-
"type": "reference",
|
|
4169
|
-
"typeName": {
|
|
4170
|
-
"type": "identifier",
|
|
4171
|
-
"name": "EditActivityDetail"
|
|
4172
|
-
}
|
|
4173
|
-
}
|
|
4174
|
-
}
|
|
4175
|
-
}
|
|
4176
|
-
],
|
|
4177
|
-
"methods": [
|
|
4178
|
-
{
|
|
4179
|
-
"name": "addActivity",
|
|
4180
|
-
"params": [
|
|
4181
|
-
{
|
|
4182
|
-
"name": "stage",
|
|
4183
|
-
"annotation": {
|
|
4184
|
-
"type": "reference",
|
|
4185
|
-
"typeName": {
|
|
4186
|
-
"type": "identifier",
|
|
4187
|
-
"name": "Stage"
|
|
4188
|
-
}
|
|
4189
|
-
}
|
|
4190
|
-
},
|
|
4191
|
-
{
|
|
4192
|
-
"name": "activity",
|
|
4193
|
-
"annotation": {
|
|
4194
|
-
"type": "reference",
|
|
4195
|
-
"typeName": {
|
|
4196
|
-
"type": "identifier",
|
|
4197
|
-
"name": "FlowActivity"
|
|
4198
|
-
}
|
|
4199
|
-
}
|
|
4200
|
-
}
|
|
4201
|
-
],
|
|
4202
|
-
"returns": {}
|
|
4203
|
-
},
|
|
4204
|
-
{
|
|
4205
|
-
"name": "editActivity",
|
|
4206
|
-
"params": [
|
|
4045
|
+
"type": "interface",
|
|
4046
|
+
"name": "EditActivityDetail",
|
|
4047
|
+
"body": [
|
|
4207
4048
|
{
|
|
4208
|
-
"
|
|
4049
|
+
"type": "propertySignature",
|
|
4050
|
+
"key": {
|
|
4051
|
+
"type": "identifier",
|
|
4052
|
+
"name": "stage"
|
|
4053
|
+
},
|
|
4209
4054
|
"annotation": {
|
|
4210
4055
|
"type": "reference",
|
|
4211
4056
|
"typeName": {
|
|
4212
4057
|
"type": "identifier",
|
|
4213
4058
|
"name": "Stage"
|
|
4214
4059
|
}
|
|
4215
|
-
}
|
|
4216
|
-
|
|
4217
|
-
|
|
4218
|
-
"name": "activity",
|
|
4219
|
-
"annotation": {
|
|
4220
|
-
"type": "reference",
|
|
4221
|
-
"typeName": {
|
|
4222
|
-
"type": "identifier",
|
|
4223
|
-
"name": "FlowActivity"
|
|
4224
|
-
}
|
|
4225
|
-
}
|
|
4226
|
-
},
|
|
4227
|
-
{
|
|
4228
|
-
"name": "activityIndex",
|
|
4229
|
-
"annotation": {
|
|
4230
|
-
"type": "keyword",
|
|
4231
|
-
"value": "number"
|
|
4232
|
-
}
|
|
4233
|
-
}
|
|
4234
|
-
],
|
|
4235
|
-
"returns": {}
|
|
4236
|
-
},
|
|
4237
|
-
{
|
|
4238
|
-
"name": "deleteActivity",
|
|
4239
|
-
"params": [
|
|
4060
|
+
},
|
|
4061
|
+
"computed": false
|
|
4062
|
+
},
|
|
4240
4063
|
{
|
|
4241
|
-
"
|
|
4064
|
+
"type": "propertySignature",
|
|
4065
|
+
"key": {
|
|
4066
|
+
"type": "identifier",
|
|
4067
|
+
"name": "activity"
|
|
4068
|
+
},
|
|
4242
4069
|
"annotation": {
|
|
4243
4070
|
"type": "reference",
|
|
4244
4071
|
"typeName": {
|
|
4245
4072
|
"type": "identifier",
|
|
4246
|
-
"name": "
|
|
4073
|
+
"name": "FlowActivity"
|
|
4247
4074
|
}
|
|
4248
|
-
}
|
|
4075
|
+
},
|
|
4076
|
+
"computed": false
|
|
4249
4077
|
},
|
|
4250
4078
|
{
|
|
4251
|
-
"
|
|
4079
|
+
"type": "propertySignature",
|
|
4080
|
+
"key": {
|
|
4081
|
+
"type": "identifier",
|
|
4082
|
+
"name": "activityIndex"
|
|
4083
|
+
},
|
|
4252
4084
|
"annotation": {
|
|
4253
4085
|
"type": "keyword",
|
|
4254
4086
|
"value": "number"
|
|
4087
|
+
},
|
|
4088
|
+
"computed": false
|
|
4089
|
+
}
|
|
4090
|
+
]
|
|
4091
|
+
}
|
|
4092
|
+
]
|
|
4093
|
+
},
|
|
4094
|
+
"ai-portal.running-flow": {
|
|
4095
|
+
"properties": [
|
|
4096
|
+
{
|
|
4097
|
+
"name": "spec",
|
|
4098
|
+
"annotation": {
|
|
4099
|
+
"type": "array",
|
|
4100
|
+
"elementType": {
|
|
4101
|
+
"type": "reference",
|
|
4102
|
+
"typeName": {
|
|
4103
|
+
"type": "identifier",
|
|
4104
|
+
"name": "FlowStage"
|
|
4255
4105
|
}
|
|
4256
4106
|
}
|
|
4257
|
-
|
|
4258
|
-
|
|
4107
|
+
}
|
|
4108
|
+
},
|
|
4109
|
+
{
|
|
4110
|
+
"name": "activeActivityId",
|
|
4111
|
+
"annotation": {
|
|
4112
|
+
"type": "union",
|
|
4113
|
+
"types": [
|
|
4114
|
+
{
|
|
4115
|
+
"type": "keyword",
|
|
4116
|
+
"value": "string"
|
|
4117
|
+
},
|
|
4118
|
+
{
|
|
4119
|
+
"type": "keyword",
|
|
4120
|
+
"value": "null"
|
|
4121
|
+
}
|
|
4122
|
+
]
|
|
4123
|
+
}
|
|
4124
|
+
}
|
|
4125
|
+
],
|
|
4126
|
+
"events": [
|
|
4127
|
+
{
|
|
4128
|
+
"name": "active.change",
|
|
4129
|
+
"detail": {
|
|
4130
|
+
"annotation": {
|
|
4131
|
+
"type": "union",
|
|
4132
|
+
"types": [
|
|
4133
|
+
{
|
|
4134
|
+
"type": "keyword",
|
|
4135
|
+
"value": "string"
|
|
4136
|
+
},
|
|
4137
|
+
{
|
|
4138
|
+
"type": "keyword",
|
|
4139
|
+
"value": "null"
|
|
4140
|
+
}
|
|
4141
|
+
]
|
|
4142
|
+
}
|
|
4143
|
+
}
|
|
4259
4144
|
}
|
|
4260
4145
|
],
|
|
4146
|
+
"methods": [],
|
|
4261
4147
|
"types": [
|
|
4262
4148
|
{
|
|
4263
4149
|
"type": "interface",
|
|
4264
|
-
"name": "
|
|
4150
|
+
"name": "FlowStage",
|
|
4265
4151
|
"body": [
|
|
4266
4152
|
{
|
|
4267
4153
|
"type": "propertySignature",
|
|
@@ -4316,7 +4202,7 @@
|
|
|
4316
4202
|
"type": "propertySignature",
|
|
4317
4203
|
"key": {
|
|
4318
4204
|
"type": "identifier",
|
|
4319
|
-
"name": "
|
|
4205
|
+
"name": "taskId"
|
|
4320
4206
|
},
|
|
4321
4207
|
"annotation": {
|
|
4322
4208
|
"type": "keyword",
|
|
@@ -4329,11 +4215,26 @@
|
|
|
4329
4215
|
"type": "propertySignature",
|
|
4330
4216
|
"key": {
|
|
4331
4217
|
"type": "identifier",
|
|
4332
|
-
"name": "
|
|
4218
|
+
"name": "state"
|
|
4333
4219
|
},
|
|
4334
4220
|
"annotation": {
|
|
4335
|
-
"type": "
|
|
4336
|
-
"
|
|
4221
|
+
"type": "union",
|
|
4222
|
+
"types": [
|
|
4223
|
+
{
|
|
4224
|
+
"type": "reference",
|
|
4225
|
+
"typeName": {
|
|
4226
|
+
"type": "identifier",
|
|
4227
|
+
"name": "TaskState"
|
|
4228
|
+
}
|
|
4229
|
+
},
|
|
4230
|
+
{
|
|
4231
|
+
"type": "reference",
|
|
4232
|
+
"typeName": {
|
|
4233
|
+
"type": "identifier",
|
|
4234
|
+
"name": "JobState"
|
|
4235
|
+
}
|
|
4236
|
+
}
|
|
4237
|
+
]
|
|
4337
4238
|
},
|
|
4338
4239
|
"optional": true,
|
|
4339
4240
|
"computed": false
|
|
@@ -4342,11 +4243,11 @@
|
|
|
4342
4243
|
"type": "propertySignature",
|
|
4343
4244
|
"key": {
|
|
4344
4245
|
"type": "identifier",
|
|
4345
|
-
"name": "
|
|
4246
|
+
"name": "startTime"
|
|
4346
4247
|
},
|
|
4347
4248
|
"annotation": {
|
|
4348
4249
|
"type": "keyword",
|
|
4349
|
-
"value": "
|
|
4250
|
+
"value": "number"
|
|
4350
4251
|
},
|
|
4351
4252
|
"optional": true,
|
|
4352
4253
|
"computed": false
|
|
@@ -4355,26 +4256,137 @@
|
|
|
4355
4256
|
"type": "propertySignature",
|
|
4356
4257
|
"key": {
|
|
4357
4258
|
"type": "identifier",
|
|
4358
|
-
"name": "
|
|
4259
|
+
"name": "endTime"
|
|
4359
4260
|
},
|
|
4360
4261
|
"annotation": {
|
|
4361
4262
|
"type": "keyword",
|
|
4362
|
-
"value": "
|
|
4263
|
+
"value": "number"
|
|
4363
4264
|
},
|
|
4364
4265
|
"optional": true,
|
|
4365
4266
|
"computed": false
|
|
4366
4267
|
}
|
|
4367
4268
|
]
|
|
4269
|
+
}
|
|
4270
|
+
]
|
|
4271
|
+
},
|
|
4272
|
+
"ai-portal.notice-dropdown": {
|
|
4273
|
+
"properties": [
|
|
4274
|
+
{
|
|
4275
|
+
"name": "dataSource",
|
|
4276
|
+
"annotation": {
|
|
4277
|
+
"type": "array",
|
|
4278
|
+
"elementType": {
|
|
4279
|
+
"type": "reference",
|
|
4280
|
+
"typeName": {
|
|
4281
|
+
"type": "identifier",
|
|
4282
|
+
"name": "NoticeItem"
|
|
4283
|
+
}
|
|
4284
|
+
}
|
|
4285
|
+
}
|
|
4286
|
+
},
|
|
4287
|
+
{
|
|
4288
|
+
"name": "popoverPlacement",
|
|
4289
|
+
"annotation": {
|
|
4290
|
+
"type": "reference",
|
|
4291
|
+
"typeName": {
|
|
4292
|
+
"type": "identifier",
|
|
4293
|
+
"name": "Placement"
|
|
4294
|
+
}
|
|
4295
|
+
}
|
|
4296
|
+
},
|
|
4297
|
+
{
|
|
4298
|
+
"name": "emptyText",
|
|
4299
|
+
"annotation": {
|
|
4300
|
+
"type": "keyword",
|
|
4301
|
+
"value": "string"
|
|
4302
|
+
}
|
|
4303
|
+
},
|
|
4304
|
+
{
|
|
4305
|
+
"name": "notifyCenterUrl",
|
|
4306
|
+
"annotation": {
|
|
4307
|
+
"type": "keyword",
|
|
4308
|
+
"value": "string"
|
|
4309
|
+
}
|
|
4310
|
+
},
|
|
4311
|
+
{
|
|
4312
|
+
"name": "urlTemplate",
|
|
4313
|
+
"annotation": {
|
|
4314
|
+
"type": "keyword",
|
|
4315
|
+
"value": "string"
|
|
4316
|
+
}
|
|
4317
|
+
},
|
|
4318
|
+
{
|
|
4319
|
+
"name": "dropdownMaxWidth",
|
|
4320
|
+
"annotation": {
|
|
4321
|
+
"type": "union",
|
|
4322
|
+
"types": [
|
|
4323
|
+
{
|
|
4324
|
+
"type": "keyword",
|
|
4325
|
+
"value": "string"
|
|
4326
|
+
},
|
|
4327
|
+
{
|
|
4328
|
+
"type": "keyword",
|
|
4329
|
+
"value": "number"
|
|
4330
|
+
}
|
|
4331
|
+
]
|
|
4332
|
+
}
|
|
4333
|
+
},
|
|
4334
|
+
{
|
|
4335
|
+
"name": "dropdownContentStyle",
|
|
4336
|
+
"annotation": {
|
|
4337
|
+
"type": "reference",
|
|
4338
|
+
"typeName": {
|
|
4339
|
+
"type": "qualifiedName",
|
|
4340
|
+
"left": {
|
|
4341
|
+
"type": "identifier",
|
|
4342
|
+
"name": "React"
|
|
4343
|
+
},
|
|
4344
|
+
"right": {
|
|
4345
|
+
"type": "identifier",
|
|
4346
|
+
"name": "CSSProperties"
|
|
4347
|
+
}
|
|
4348
|
+
}
|
|
4349
|
+
}
|
|
4350
|
+
},
|
|
4351
|
+
{
|
|
4352
|
+
"name": "hideNotifyCenterButton",
|
|
4353
|
+
"annotation": {
|
|
4354
|
+
"type": "keyword",
|
|
4355
|
+
"value": "boolean"
|
|
4356
|
+
}
|
|
4357
|
+
}
|
|
4358
|
+
],
|
|
4359
|
+
"events": [
|
|
4360
|
+
{
|
|
4361
|
+
"name": "notice.click",
|
|
4362
|
+
"detail": {
|
|
4363
|
+
"annotation": {
|
|
4364
|
+
"type": "keyword",
|
|
4365
|
+
"value": "string"
|
|
4366
|
+
}
|
|
4367
|
+
}
|
|
4368
4368
|
},
|
|
4369
|
+
{
|
|
4370
|
+
"name": "mark.all.read",
|
|
4371
|
+
"detail": {
|
|
4372
|
+
"annotation": {
|
|
4373
|
+
"type": "keyword",
|
|
4374
|
+
"value": "void"
|
|
4375
|
+
}
|
|
4376
|
+
}
|
|
4377
|
+
}
|
|
4378
|
+
],
|
|
4379
|
+
"methods": [],
|
|
4380
|
+
"types": [
|
|
4369
4381
|
{
|
|
4370
4382
|
"type": "interface",
|
|
4371
|
-
"name": "
|
|
4383
|
+
"name": "NoticeItem",
|
|
4372
4384
|
"body": [
|
|
4373
4385
|
{
|
|
4374
4386
|
"type": "propertySignature",
|
|
4375
4387
|
"key": {
|
|
4376
4388
|
"type": "identifier",
|
|
4377
|
-
"name": "
|
|
4389
|
+
"name": "id"
|
|
4378
4390
|
},
|
|
4379
4391
|
"annotation": {
|
|
4380
4392
|
"type": "keyword",
|
|
@@ -4386,32 +4398,23 @@
|
|
|
4386
4398
|
"type": "propertySignature",
|
|
4387
4399
|
"key": {
|
|
4388
4400
|
"type": "identifier",
|
|
4389
|
-
"name": "
|
|
4401
|
+
"name": "type"
|
|
4390
4402
|
},
|
|
4391
4403
|
"annotation": {
|
|
4392
4404
|
"type": "keyword",
|
|
4393
4405
|
"value": "string"
|
|
4394
4406
|
},
|
|
4395
4407
|
"computed": false
|
|
4396
|
-
}
|
|
4397
|
-
]
|
|
4398
|
-
},
|
|
4399
|
-
{
|
|
4400
|
-
"type": "interface",
|
|
4401
|
-
"name": "EditActivityDetail",
|
|
4402
|
-
"body": [
|
|
4408
|
+
},
|
|
4403
4409
|
{
|
|
4404
4410
|
"type": "propertySignature",
|
|
4405
4411
|
"key": {
|
|
4406
4412
|
"type": "identifier",
|
|
4407
|
-
"name": "
|
|
4413
|
+
"name": "isUnread"
|
|
4408
4414
|
},
|
|
4409
4415
|
"annotation": {
|
|
4410
|
-
"type": "
|
|
4411
|
-
"
|
|
4412
|
-
"type": "identifier",
|
|
4413
|
-
"name": "Stage"
|
|
4414
|
-
}
|
|
4416
|
+
"type": "keyword",
|
|
4417
|
+
"value": "boolean"
|
|
4415
4418
|
},
|
|
4416
4419
|
"computed": false
|
|
4417
4420
|
},
|
|
@@ -4419,14 +4422,11 @@
|
|
|
4419
4422
|
"type": "propertySignature",
|
|
4420
4423
|
"key": {
|
|
4421
4424
|
"type": "identifier",
|
|
4422
|
-
"name": "
|
|
4425
|
+
"name": "title"
|
|
4423
4426
|
},
|
|
4424
4427
|
"annotation": {
|
|
4425
|
-
"type": "
|
|
4426
|
-
"
|
|
4427
|
-
"type": "identifier",
|
|
4428
|
-
"name": "FlowActivity"
|
|
4429
|
-
}
|
|
4428
|
+
"type": "keyword",
|
|
4429
|
+
"value": "string"
|
|
4430
4430
|
},
|
|
4431
4431
|
"computed": false
|
|
4432
4432
|
},
|
|
@@ -4434,11 +4434,11 @@
|
|
|
4434
4434
|
"type": "propertySignature",
|
|
4435
4435
|
"key": {
|
|
4436
4436
|
"type": "identifier",
|
|
4437
|
-
"name": "
|
|
4437
|
+
"name": "description"
|
|
4438
4438
|
},
|
|
4439
4439
|
"annotation": {
|
|
4440
4440
|
"type": "keyword",
|
|
4441
|
-
"value": "
|
|
4441
|
+
"value": "string"
|
|
4442
4442
|
},
|
|
4443
4443
|
"computed": false
|
|
4444
4444
|
}
|