@botpress/api 1.30.0 → 1.31.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/.turbo/turbo-openapi.log +5 -5
- package/dist/index.js +21 -5
- package/dist/src/gen/runtime/state.d.ts +8 -0
- package/dist/src/gen/state.d.ts +8 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +1 -1
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +9 -1
- package/src/gen/state.ts +9 -1
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +1 -1
package/.turbo/turbo-openapi.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @botpress/api@1.
|
|
2
|
+
> @botpress/api@1.31.0 openapi /home/runner/work/skynet/skynet/packages/public-api
|
|
3
3
|
> es-node openapi/generator.ts && pnpm run build
|
|
4
4
|
|
|
5
5
|
Generating openapi content
|
|
@@ -34,18 +34,18 @@ Saving openapi.json file
|
|
|
34
34
|
|
|
35
35
|
info: Exit with code {"category":"system","code":0,"label":"Shutdown"}
|
|
36
36
|
|
|
37
|
-
> @botpress/api@1.
|
|
37
|
+
> @botpress/api@1.31.0 build /home/runner/work/skynet/skynet/packages/public-api
|
|
38
38
|
> pnpm run build:type && pnpm run build:impl
|
|
39
39
|
|
|
40
40
|
|
|
41
|
-
> @botpress/api@1.
|
|
41
|
+
> @botpress/api@1.31.0 build:type /home/runner/work/skynet/skynet/packages/public-api
|
|
42
42
|
> tsc -p tsconfig.package.json --emitDeclarationOnly
|
|
43
43
|
|
|
44
44
|
|
|
45
|
-
> @botpress/api@1.
|
|
45
|
+
> @botpress/api@1.31.0 build:impl /home/runner/work/skynet/skynet/packages/public-api
|
|
46
46
|
> esbuild --bundle --platform=node --outfile=dist/index.js src/index.ts
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
dist/index.js 14.1mb ⚠️
|
|
50
50
|
|
|
51
|
-
⚡ Done in
|
|
51
|
+
⚡ Done in 913ms
|
package/dist/index.js
CHANGED
|
@@ -285184,6 +285184,14 @@ var state = {
|
|
|
285184
285184
|
"eventId": {
|
|
285185
285185
|
"type": "string",
|
|
285186
285186
|
"description": "Event id must be specified if the workflow is created with the status in_progress"
|
|
285187
|
+
},
|
|
285188
|
+
"discriminateByTags": {
|
|
285189
|
+
"type": "array",
|
|
285190
|
+
"items": {
|
|
285191
|
+
"type": "string",
|
|
285192
|
+
"maxLength": 500
|
|
285193
|
+
},
|
|
285194
|
+
"description": 'Optional list of tag names to use for strict matching when looking up existing workflows. If provided, all specified tags must match exactly for a workflow to be considered a match. For example, with an existing workflow whose tags are {"foo": "a", "bar": "b", baz: "c"}: Without this parameter, ALL tags must match exactly. With ["bar","baz"], all listed tags must match their values, and other tags are not considered.'
|
|
285187
285195
|
}
|
|
285188
285196
|
},
|
|
285189
285197
|
"required": [
|
|
@@ -285326,7 +285334,7 @@ var state = {
|
|
|
285326
285334
|
"title": "Botpress API",
|
|
285327
285335
|
"description": "API for Botpress Cloud",
|
|
285328
285336
|
"server": "https://api.botpress.cloud",
|
|
285329
|
-
"version": "1.
|
|
285337
|
+
"version": "1.31.0",
|
|
285330
285338
|
"prefix": "v1"
|
|
285331
285339
|
},
|
|
285332
285340
|
"errors": [
|
|
@@ -303037,7 +303045,7 @@ var state2 = {
|
|
|
303037
303045
|
"title": "Botpress API",
|
|
303038
303046
|
"description": "API for Botpress Cloud",
|
|
303039
303047
|
"server": "https://api.botpress.cloud",
|
|
303040
|
-
"version": "1.
|
|
303048
|
+
"version": "1.31.0",
|
|
303041
303049
|
"prefix": "v1"
|
|
303042
303050
|
},
|
|
303043
303051
|
"errors": [
|
|
@@ -308875,7 +308883,7 @@ var state3 = {
|
|
|
308875
308883
|
"title": "Botpress API",
|
|
308876
308884
|
"description": "API for Botpress Cloud",
|
|
308877
308885
|
"server": "https://api.botpress.cloud",
|
|
308878
|
-
"version": "1.
|
|
308886
|
+
"version": "1.31.0",
|
|
308879
308887
|
"prefix": "v1"
|
|
308880
308888
|
},
|
|
308881
308889
|
"errors": [
|
|
@@ -313937,7 +313945,7 @@ var state4 = {
|
|
|
313937
313945
|
"title": "Botpress API",
|
|
313938
313946
|
"description": "API for Botpress Cloud",
|
|
313939
313947
|
"server": "https://api.botpress.cloud",
|
|
313940
|
-
"version": "1.
|
|
313948
|
+
"version": "1.31.0",
|
|
313941
313949
|
"prefix": "v1"
|
|
313942
313950
|
},
|
|
313943
313951
|
"errors": [
|
|
@@ -320248,6 +320256,14 @@ var state5 = {
|
|
|
320248
320256
|
"eventId": {
|
|
320249
320257
|
"type": "string",
|
|
320250
320258
|
"description": "Event id must be specified if the workflow is created with the status in_progress"
|
|
320259
|
+
},
|
|
320260
|
+
"discriminateByTags": {
|
|
320261
|
+
"type": "array",
|
|
320262
|
+
"items": {
|
|
320263
|
+
"type": "string",
|
|
320264
|
+
"maxLength": 500
|
|
320265
|
+
},
|
|
320266
|
+
"description": 'Optional list of tag names to use for strict matching when looking up existing workflows. If provided, all specified tags must match exactly for a workflow to be considered a match. For example, with an existing workflow whose tags are {"foo": "a", "bar": "b", baz: "c"}: Without this parameter, ALL tags must match exactly. With ["bar","baz"], all listed tags must match their values, and other tags are not considered.'
|
|
320251
320267
|
}
|
|
320252
320268
|
},
|
|
320253
320269
|
"required": [
|
|
@@ -337139,7 +337155,7 @@ var state5 = {
|
|
|
337139
337155
|
"title": "Botpress API",
|
|
337140
337156
|
"description": "API for Botpress Cloud",
|
|
337141
337157
|
"server": "https://api.botpress.cloud",
|
|
337142
|
-
"version": "1.
|
|
337158
|
+
"version": "1.31.0",
|
|
337143
337159
|
"prefix": "v1"
|
|
337144
337160
|
},
|
|
337145
337161
|
"errors": [
|
|
@@ -2230,6 +2230,14 @@ export declare const state: {
|
|
|
2230
2230
|
type: "string";
|
|
2231
2231
|
description: string;
|
|
2232
2232
|
};
|
|
2233
|
+
discriminateByTags: {
|
|
2234
|
+
type: "array";
|
|
2235
|
+
items: {
|
|
2236
|
+
type: "string";
|
|
2237
|
+
maxLength: number;
|
|
2238
|
+
};
|
|
2239
|
+
description: string;
|
|
2240
|
+
};
|
|
2233
2241
|
};
|
|
2234
2242
|
required: string[];
|
|
2235
2243
|
title: string;
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -2230,6 +2230,14 @@ export declare const state: {
|
|
|
2230
2230
|
type: "string";
|
|
2231
2231
|
description: string;
|
|
2232
2232
|
};
|
|
2233
|
+
discriminateByTags: {
|
|
2234
|
+
type: "array";
|
|
2235
|
+
items: {
|
|
2236
|
+
type: "string";
|
|
2237
|
+
maxLength: number;
|
|
2238
|
+
};
|
|
2239
|
+
description: string;
|
|
2240
|
+
};
|
|
2233
2241
|
};
|
|
2234
2242
|
required: string[];
|
|
2235
2243
|
title: string;
|