@next-bricks/ai-portal 0.58.13 → 0.58.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/types.json CHANGED
@@ -103,19 +103,6 @@
103
103
  "events": [],
104
104
  "methods": []
105
105
  },
106
- "ai-portal.home-container": {
107
- "properties": [
108
- {
109
- "name": "sticky",
110
- "annotation": {
111
- "type": "keyword",
112
- "value": "boolean"
113
- }
114
- }
115
- ],
116
- "events": [],
117
- "methods": []
118
- },
119
106
  "ai-portal.icon-button": {
120
107
  "properties": [
121
108
  {
@@ -194,6 +181,19 @@
194
181
  }
195
182
  ]
196
183
  },
184
+ "ai-portal.home-container": {
185
+ "properties": [
186
+ {
187
+ "name": "sticky",
188
+ "annotation": {
189
+ "type": "keyword",
190
+ "value": "boolean"
191
+ }
192
+ }
193
+ ],
194
+ "events": [],
195
+ "methods": []
196
+ },
197
197
  "ai-portal.call-tool": {
198
198
  "type": "provider",
199
199
  "params": [
@@ -2066,232 +2066,6 @@
2066
2066
  }
2067
2067
  ]
2068
2068
  },
2069
- "ai-portal.project-conversations": {
2070
- "properties": [
2071
- {
2072
- "name": "list",
2073
- "annotation": {
2074
- "type": "array",
2075
- "elementType": {
2076
- "type": "reference",
2077
- "typeName": {
2078
- "type": "identifier",
2079
- "name": "Conversation"
2080
- }
2081
- }
2082
- }
2083
- },
2084
- {
2085
- "name": "urlTemplate",
2086
- "annotation": {
2087
- "type": "keyword",
2088
- "value": "string"
2089
- }
2090
- },
2091
- {
2092
- "name": "actions",
2093
- "annotation": {
2094
- "type": "array",
2095
- "elementType": {
2096
- "type": "reference",
2097
- "typeName": {
2098
- "type": "identifier",
2099
- "name": "ActionType"
2100
- }
2101
- }
2102
- }
2103
- },
2104
- {
2105
- "name": "goals",
2106
- "annotation": {
2107
- "type": "array",
2108
- "elementType": {
2109
- "type": "reference",
2110
- "typeName": {
2111
- "type": "identifier",
2112
- "name": "Goal"
2113
- }
2114
- }
2115
- }
2116
- }
2117
- ],
2118
- "events": [
2119
- {
2120
- "name": "goal.click",
2121
- "detail": {
2122
- "annotation": {
2123
- "type": "reference",
2124
- "typeName": {
2125
- "type": "identifier",
2126
- "name": "Conversation"
2127
- }
2128
- }
2129
- }
2130
- },
2131
- {
2132
- "name": "action.click",
2133
- "detail": {
2134
- "annotation": {
2135
- "type": "reference",
2136
- "typeName": {
2137
- "type": "identifier",
2138
- "name": "ActionClickDetail"
2139
- }
2140
- }
2141
- }
2142
- }
2143
- ],
2144
- "methods": [],
2145
- "types": [
2146
- {
2147
- "type": "interface",
2148
- "name": "Conversation",
2149
- "body": [
2150
- {
2151
- "type": "propertySignature",
2152
- "key": {
2153
- "type": "identifier",
2154
- "name": "conversationId"
2155
- },
2156
- "annotation": {
2157
- "type": "keyword",
2158
- "value": "string"
2159
- },
2160
- "computed": false
2161
- },
2162
- {
2163
- "type": "propertySignature",
2164
- "key": {
2165
- "type": "identifier",
2166
- "name": "title"
2167
- },
2168
- "annotation": {
2169
- "type": "keyword",
2170
- "value": "string"
2171
- },
2172
- "computed": false
2173
- },
2174
- {
2175
- "type": "propertySignature",
2176
- "key": {
2177
- "type": "identifier",
2178
- "name": "startTime"
2179
- },
2180
- "annotation": {
2181
- "type": "keyword",
2182
- "value": "number"
2183
- },
2184
- "computed": false
2185
- },
2186
- {
2187
- "type": "propertySignature",
2188
- "key": {
2189
- "type": "identifier",
2190
- "name": "description"
2191
- },
2192
- "annotation": {
2193
- "type": "keyword",
2194
- "value": "string"
2195
- },
2196
- "optional": true,
2197
- "computed": false
2198
- },
2199
- {
2200
- "type": "propertySignature",
2201
- "key": {
2202
- "type": "identifier",
2203
- "name": "goalInstanceId"
2204
- },
2205
- "annotation": {
2206
- "type": "keyword",
2207
- "value": "string"
2208
- },
2209
- "optional": true,
2210
- "computed": false
2211
- },
2212
- {
2213
- "type": "propertySignature",
2214
- "key": {
2215
- "type": "identifier",
2216
- "name": "username"
2217
- },
2218
- "annotation": {
2219
- "type": "keyword",
2220
- "value": "string"
2221
- },
2222
- "optional": true,
2223
- "computed": false
2224
- }
2225
- ]
2226
- },
2227
- {
2228
- "type": "interface",
2229
- "name": "Goal",
2230
- "body": [
2231
- {
2232
- "type": "propertySignature",
2233
- "key": {
2234
- "type": "identifier",
2235
- "name": "instanceId"
2236
- },
2237
- "annotation": {
2238
- "type": "keyword",
2239
- "value": "string"
2240
- },
2241
- "computed": false
2242
- },
2243
- {
2244
- "type": "propertySignature",
2245
- "key": {
2246
- "type": "identifier",
2247
- "name": "title"
2248
- },
2249
- "annotation": {
2250
- "type": "keyword",
2251
- "value": "string"
2252
- },
2253
- "computed": false
2254
- }
2255
- ]
2256
- },
2257
- {
2258
- "type": "interface",
2259
- "name": "ActionClickDetail",
2260
- "body": [
2261
- {
2262
- "type": "propertySignature",
2263
- "key": {
2264
- "type": "identifier",
2265
- "name": "action"
2266
- },
2267
- "annotation": {
2268
- "type": "reference",
2269
- "typeName": {
2270
- "type": "identifier",
2271
- "name": "SimpleActionType"
2272
- }
2273
- },
2274
- "computed": false
2275
- },
2276
- {
2277
- "type": "propertySignature",
2278
- "key": {
2279
- "type": "identifier",
2280
- "name": "item"
2281
- },
2282
- "annotation": {
2283
- "type": "reference",
2284
- "typeName": {
2285
- "type": "identifier",
2286
- "name": "Conversation"
2287
- }
2288
- },
2289
- "computed": false
2290
- }
2291
- ]
2292
- }
2293
- ]
2294
- },
2295
2069
  "ai-portal.activity-timeline": {
2296
2070
  "properties": [
2297
2071
  {
@@ -3266,10 +3040,236 @@
3266
3040
  }
3267
3041
  ]
3268
3042
  },
3269
- "ai-portal.chat-input": {
3043
+ "ai-portal.project-conversations": {
3270
3044
  "properties": [
3271
3045
  {
3272
- "name": "placeholder",
3046
+ "name": "list",
3047
+ "annotation": {
3048
+ "type": "array",
3049
+ "elementType": {
3050
+ "type": "reference",
3051
+ "typeName": {
3052
+ "type": "identifier",
3053
+ "name": "Conversation"
3054
+ }
3055
+ }
3056
+ }
3057
+ },
3058
+ {
3059
+ "name": "urlTemplate",
3060
+ "annotation": {
3061
+ "type": "keyword",
3062
+ "value": "string"
3063
+ }
3064
+ },
3065
+ {
3066
+ "name": "actions",
3067
+ "annotation": {
3068
+ "type": "array",
3069
+ "elementType": {
3070
+ "type": "reference",
3071
+ "typeName": {
3072
+ "type": "identifier",
3073
+ "name": "ActionType"
3074
+ }
3075
+ }
3076
+ }
3077
+ },
3078
+ {
3079
+ "name": "goals",
3080
+ "annotation": {
3081
+ "type": "array",
3082
+ "elementType": {
3083
+ "type": "reference",
3084
+ "typeName": {
3085
+ "type": "identifier",
3086
+ "name": "Goal"
3087
+ }
3088
+ }
3089
+ }
3090
+ }
3091
+ ],
3092
+ "events": [
3093
+ {
3094
+ "name": "goal.click",
3095
+ "detail": {
3096
+ "annotation": {
3097
+ "type": "reference",
3098
+ "typeName": {
3099
+ "type": "identifier",
3100
+ "name": "Conversation"
3101
+ }
3102
+ }
3103
+ }
3104
+ },
3105
+ {
3106
+ "name": "action.click",
3107
+ "detail": {
3108
+ "annotation": {
3109
+ "type": "reference",
3110
+ "typeName": {
3111
+ "type": "identifier",
3112
+ "name": "ActionClickDetail"
3113
+ }
3114
+ }
3115
+ }
3116
+ }
3117
+ ],
3118
+ "methods": [],
3119
+ "types": [
3120
+ {
3121
+ "type": "interface",
3122
+ "name": "Conversation",
3123
+ "body": [
3124
+ {
3125
+ "type": "propertySignature",
3126
+ "key": {
3127
+ "type": "identifier",
3128
+ "name": "conversationId"
3129
+ },
3130
+ "annotation": {
3131
+ "type": "keyword",
3132
+ "value": "string"
3133
+ },
3134
+ "computed": false
3135
+ },
3136
+ {
3137
+ "type": "propertySignature",
3138
+ "key": {
3139
+ "type": "identifier",
3140
+ "name": "title"
3141
+ },
3142
+ "annotation": {
3143
+ "type": "keyword",
3144
+ "value": "string"
3145
+ },
3146
+ "computed": false
3147
+ },
3148
+ {
3149
+ "type": "propertySignature",
3150
+ "key": {
3151
+ "type": "identifier",
3152
+ "name": "startTime"
3153
+ },
3154
+ "annotation": {
3155
+ "type": "keyword",
3156
+ "value": "number"
3157
+ },
3158
+ "computed": false
3159
+ },
3160
+ {
3161
+ "type": "propertySignature",
3162
+ "key": {
3163
+ "type": "identifier",
3164
+ "name": "description"
3165
+ },
3166
+ "annotation": {
3167
+ "type": "keyword",
3168
+ "value": "string"
3169
+ },
3170
+ "optional": true,
3171
+ "computed": false
3172
+ },
3173
+ {
3174
+ "type": "propertySignature",
3175
+ "key": {
3176
+ "type": "identifier",
3177
+ "name": "goalInstanceId"
3178
+ },
3179
+ "annotation": {
3180
+ "type": "keyword",
3181
+ "value": "string"
3182
+ },
3183
+ "optional": true,
3184
+ "computed": false
3185
+ },
3186
+ {
3187
+ "type": "propertySignature",
3188
+ "key": {
3189
+ "type": "identifier",
3190
+ "name": "username"
3191
+ },
3192
+ "annotation": {
3193
+ "type": "keyword",
3194
+ "value": "string"
3195
+ },
3196
+ "optional": true,
3197
+ "computed": false
3198
+ }
3199
+ ]
3200
+ },
3201
+ {
3202
+ "type": "interface",
3203
+ "name": "Goal",
3204
+ "body": [
3205
+ {
3206
+ "type": "propertySignature",
3207
+ "key": {
3208
+ "type": "identifier",
3209
+ "name": "instanceId"
3210
+ },
3211
+ "annotation": {
3212
+ "type": "keyword",
3213
+ "value": "string"
3214
+ },
3215
+ "computed": false
3216
+ },
3217
+ {
3218
+ "type": "propertySignature",
3219
+ "key": {
3220
+ "type": "identifier",
3221
+ "name": "title"
3222
+ },
3223
+ "annotation": {
3224
+ "type": "keyword",
3225
+ "value": "string"
3226
+ },
3227
+ "computed": false
3228
+ }
3229
+ ]
3230
+ },
3231
+ {
3232
+ "type": "interface",
3233
+ "name": "ActionClickDetail",
3234
+ "body": [
3235
+ {
3236
+ "type": "propertySignature",
3237
+ "key": {
3238
+ "type": "identifier",
3239
+ "name": "action"
3240
+ },
3241
+ "annotation": {
3242
+ "type": "reference",
3243
+ "typeName": {
3244
+ "type": "identifier",
3245
+ "name": "SimpleActionType"
3246
+ }
3247
+ },
3248
+ "computed": false
3249
+ },
3250
+ {
3251
+ "type": "propertySignature",
3252
+ "key": {
3253
+ "type": "identifier",
3254
+ "name": "item"
3255
+ },
3256
+ "annotation": {
3257
+ "type": "reference",
3258
+ "typeName": {
3259
+ "type": "identifier",
3260
+ "name": "Conversation"
3261
+ }
3262
+ },
3263
+ "computed": false
3264
+ }
3265
+ ]
3266
+ }
3267
+ ]
3268
+ },
3269
+ "ai-portal.chat-input": {
3270
+ "properties": [
3271
+ {
3272
+ "name": "placeholder",
3273
3273
  "annotation": {
3274
3274
  "type": "keyword",
3275
3275
  "value": "string"
@@ -3671,6 +3671,104 @@
3671
3671
  }
3672
3672
  ]
3673
3673
  },
3674
+ "ai-portal.show-case": {
3675
+ "properties": [
3676
+ {
3677
+ "name": "caseTitle",
3678
+ "annotation": {
3679
+ "type": "keyword",
3680
+ "value": "string"
3681
+ }
3682
+ },
3683
+ {
3684
+ "name": "summary",
3685
+ "annotation": {
3686
+ "type": "keyword",
3687
+ "value": "string"
3688
+ }
3689
+ },
3690
+ {
3691
+ "name": "url",
3692
+ "annotation": {
3693
+ "type": "keyword",
3694
+ "value": "string"
3695
+ }
3696
+ }
3697
+ ],
3698
+ "events": [],
3699
+ "methods": []
3700
+ },
3701
+ "ai-portal.flow-tabs": {
3702
+ "properties": [
3703
+ {
3704
+ "name": "tabs",
3705
+ "annotation": {
3706
+ "type": "array",
3707
+ "elementType": {
3708
+ "type": "reference",
3709
+ "typeName": {
3710
+ "type": "identifier",
3711
+ "name": "Tab"
3712
+ }
3713
+ }
3714
+ }
3715
+ },
3716
+ {
3717
+ "name": "activeTab",
3718
+ "annotation": {
3719
+ "type": "keyword",
3720
+ "value": "string"
3721
+ }
3722
+ }
3723
+ ],
3724
+ "events": [
3725
+ {
3726
+ "name": "tab.click",
3727
+ "detail": {
3728
+ "annotation": {
3729
+ "type": "reference",
3730
+ "typeName": {
3731
+ "type": "identifier",
3732
+ "name": "Tab"
3733
+ }
3734
+ }
3735
+ }
3736
+ }
3737
+ ],
3738
+ "methods": [],
3739
+ "types": [
3740
+ {
3741
+ "type": "interface",
3742
+ "name": "Tab",
3743
+ "body": [
3744
+ {
3745
+ "type": "propertySignature",
3746
+ "key": {
3747
+ "type": "identifier",
3748
+ "name": "id"
3749
+ },
3750
+ "annotation": {
3751
+ "type": "keyword",
3752
+ "value": "string"
3753
+ },
3754
+ "computed": false
3755
+ },
3756
+ {
3757
+ "type": "propertySignature",
3758
+ "key": {
3759
+ "type": "identifier",
3760
+ "name": "label"
3761
+ },
3762
+ "annotation": {
3763
+ "type": "keyword",
3764
+ "value": "string"
3765
+ },
3766
+ "computed": false
3767
+ }
3768
+ ]
3769
+ }
3770
+ ]
3771
+ },
3674
3772
  "ai-portal.stage-flow": {
3675
3773
  "properties": [
3676
3774
  {
@@ -4033,104 +4131,6 @@
4033
4131
  }
4034
4132
  ]
4035
4133
  },
4036
- "ai-portal.show-case": {
4037
- "properties": [
4038
- {
4039
- "name": "caseTitle",
4040
- "annotation": {
4041
- "type": "keyword",
4042
- "value": "string"
4043
- }
4044
- },
4045
- {
4046
- "name": "summary",
4047
- "annotation": {
4048
- "type": "keyword",
4049
- "value": "string"
4050
- }
4051
- },
4052
- {
4053
- "name": "url",
4054
- "annotation": {
4055
- "type": "keyword",
4056
- "value": "string"
4057
- }
4058
- }
4059
- ],
4060
- "events": [],
4061
- "methods": []
4062
- },
4063
- "ai-portal.flow-tabs": {
4064
- "properties": [
4065
- {
4066
- "name": "tabs",
4067
- "annotation": {
4068
- "type": "array",
4069
- "elementType": {
4070
- "type": "reference",
4071
- "typeName": {
4072
- "type": "identifier",
4073
- "name": "Tab"
4074
- }
4075
- }
4076
- }
4077
- },
4078
- {
4079
- "name": "activeTab",
4080
- "annotation": {
4081
- "type": "keyword",
4082
- "value": "string"
4083
- }
4084
- }
4085
- ],
4086
- "events": [
4087
- {
4088
- "name": "tab.click",
4089
- "detail": {
4090
- "annotation": {
4091
- "type": "reference",
4092
- "typeName": {
4093
- "type": "identifier",
4094
- "name": "Tab"
4095
- }
4096
- }
4097
- }
4098
- }
4099
- ],
4100
- "methods": [],
4101
- "types": [
4102
- {
4103
- "type": "interface",
4104
- "name": "Tab",
4105
- "body": [
4106
- {
4107
- "type": "propertySignature",
4108
- "key": {
4109
- "type": "identifier",
4110
- "name": "id"
4111
- },
4112
- "annotation": {
4113
- "type": "keyword",
4114
- "value": "string"
4115
- },
4116
- "computed": false
4117
- },
4118
- {
4119
- "type": "propertySignature",
4120
- "key": {
4121
- "type": "identifier",
4122
- "name": "label"
4123
- },
4124
- "annotation": {
4125
- "type": "keyword",
4126
- "value": "string"
4127
- },
4128
- "computed": false
4129
- }
4130
- ]
4131
- }
4132
- ]
4133
- },
4134
4134
  "ai-portal.running-flow": {
4135
4135
  "properties": [
4136
4136
  {