@botpress/api 1.35.1 → 1.35.2
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 +25 -5
- package/dist/src/gen/admin/state.d.ts +10 -0
- package/dist/src/gen/state.d.ts +10 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +11 -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 +1 -1
- package/src/gen/state.ts +11 -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.35.
|
|
2
|
+
> @botpress/api@1.35.2 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.35.
|
|
37
|
+
> @botpress/api@1.35.2 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.35.
|
|
41
|
+
> @botpress/api@1.35.2 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.35.
|
|
45
|
+
> @botpress/api@1.35.2 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 887ms
|
package/dist/index.js
CHANGED
|
@@ -285333,7 +285333,7 @@ var state = {
|
|
|
285333
285333
|
"title": "Botpress API",
|
|
285334
285334
|
"description": "API for Botpress Cloud",
|
|
285335
285335
|
"server": "https://api.botpress.cloud",
|
|
285336
|
-
"version": "1.35.
|
|
285336
|
+
"version": "1.35.2",
|
|
285337
285337
|
"prefix": "v1"
|
|
285338
285338
|
},
|
|
285339
285339
|
"errors": [
|
|
@@ -294347,6 +294347,10 @@ var state2 = {
|
|
|
294347
294347
|
"items": {
|
|
294348
294348
|
"type": "string"
|
|
294349
294349
|
}
|
|
294350
|
+
},
|
|
294351
|
+
"shouldMergePlugins": {
|
|
294352
|
+
"type": "boolean",
|
|
294353
|
+
"description": "UNUSED. Please ignore this field. It will be removed in the near future."
|
|
294350
294354
|
}
|
|
294351
294355
|
},
|
|
294352
294356
|
"title": "updateBotBody",
|
|
@@ -294539,6 +294543,12 @@ var state2 = {
|
|
|
294539
294543
|
"type": "string",
|
|
294540
294544
|
"description": "Bot ID",
|
|
294541
294545
|
"in": "path"
|
|
294546
|
+
},
|
|
294547
|
+
"shouldMergePlugins": {
|
|
294548
|
+
"in": "query",
|
|
294549
|
+
"type": "boolean",
|
|
294550
|
+
"required": false,
|
|
294551
|
+
"description": "UNUSED. Please ignore this field. It will be removed in the near future."
|
|
294542
294552
|
}
|
|
294543
294553
|
},
|
|
294544
294554
|
"response": {
|
|
@@ -303237,7 +303247,7 @@ var state2 = {
|
|
|
303237
303247
|
"title": "Botpress API",
|
|
303238
303248
|
"description": "API for Botpress Cloud",
|
|
303239
303249
|
"server": "https://api.botpress.cloud",
|
|
303240
|
-
"version": "1.35.
|
|
303250
|
+
"version": "1.35.2",
|
|
303241
303251
|
"prefix": "v1"
|
|
303242
303252
|
},
|
|
303243
303253
|
"errors": [
|
|
@@ -309110,7 +309120,7 @@ var state3 = {
|
|
|
309110
309120
|
"title": "Botpress API",
|
|
309111
309121
|
"description": "API for Botpress Cloud",
|
|
309112
309122
|
"server": "https://api.botpress.cloud",
|
|
309113
|
-
"version": "1.35.
|
|
309123
|
+
"version": "1.35.2",
|
|
309114
309124
|
"prefix": "v1"
|
|
309115
309125
|
},
|
|
309116
309126
|
"errors": [
|
|
@@ -314194,7 +314204,7 @@ var state4 = {
|
|
|
314194
314204
|
"title": "Botpress API",
|
|
314195
314205
|
"description": "API for Botpress Cloud",
|
|
314196
314206
|
"server": "https://api.botpress.cloud",
|
|
314197
|
-
"version": "1.35.
|
|
314207
|
+
"version": "1.35.2",
|
|
314198
314208
|
"prefix": "v1"
|
|
314199
314209
|
},
|
|
314200
314210
|
"errors": [
|
|
@@ -325732,6 +325742,10 @@ var state5 = {
|
|
|
325732
325742
|
"items": {
|
|
325733
325743
|
"type": "string"
|
|
325734
325744
|
}
|
|
325745
|
+
},
|
|
325746
|
+
"shouldMergePlugins": {
|
|
325747
|
+
"type": "boolean",
|
|
325748
|
+
"description": "UNUSED. Please ignore this field. It will be removed in the near future."
|
|
325735
325749
|
}
|
|
325736
325750
|
},
|
|
325737
325751
|
"title": "updateBotBody",
|
|
@@ -325924,6 +325938,12 @@ var state5 = {
|
|
|
325924
325938
|
"type": "string",
|
|
325925
325939
|
"description": "Bot ID",
|
|
325926
325940
|
"in": "path"
|
|
325941
|
+
},
|
|
325942
|
+
"shouldMergePlugins": {
|
|
325943
|
+
"in": "query",
|
|
325944
|
+
"type": "boolean",
|
|
325945
|
+
"required": false,
|
|
325946
|
+
"description": "UNUSED. Please ignore this field. It will be removed in the near future."
|
|
325927
325947
|
}
|
|
325928
325948
|
},
|
|
325929
325949
|
"response": {
|
|
@@ -337605,7 +337625,7 @@ var state5 = {
|
|
|
337605
337625
|
"title": "Botpress API",
|
|
337606
337626
|
"description": "API for Botpress Cloud",
|
|
337607
337627
|
"server": "https://api.botpress.cloud",
|
|
337608
|
-
"version": "1.35.
|
|
337628
|
+
"version": "1.35.2",
|
|
337609
337629
|
"prefix": "v1"
|
|
337610
337630
|
},
|
|
337611
337631
|
"errors": [
|
|
@@ -4433,6 +4433,10 @@ export declare const state: {
|
|
|
4433
4433
|
type: "string";
|
|
4434
4434
|
};
|
|
4435
4435
|
};
|
|
4436
|
+
shouldMergePlugins: {
|
|
4437
|
+
type: "boolean";
|
|
4438
|
+
description: string;
|
|
4439
|
+
};
|
|
4436
4440
|
};
|
|
4437
4441
|
title: string;
|
|
4438
4442
|
additionalProperties: false;
|
|
@@ -4606,6 +4610,12 @@ export declare const state: {
|
|
|
4606
4610
|
description: string;
|
|
4607
4611
|
in: "path";
|
|
4608
4612
|
};
|
|
4613
|
+
shouldMergePlugins: {
|
|
4614
|
+
in: "query";
|
|
4615
|
+
type: "boolean";
|
|
4616
|
+
required: false;
|
|
4617
|
+
description: string;
|
|
4618
|
+
};
|
|
4609
4619
|
};
|
|
4610
4620
|
response: {
|
|
4611
4621
|
description: string;
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -6788,6 +6788,10 @@ export declare const state: {
|
|
|
6788
6788
|
type: "string";
|
|
6789
6789
|
};
|
|
6790
6790
|
};
|
|
6791
|
+
shouldMergePlugins: {
|
|
6792
|
+
type: "boolean";
|
|
6793
|
+
description: string;
|
|
6794
|
+
};
|
|
6791
6795
|
};
|
|
6792
6796
|
title: string;
|
|
6793
6797
|
additionalProperties: false;
|
|
@@ -6961,6 +6965,12 @@ export declare const state: {
|
|
|
6961
6965
|
description: string;
|
|
6962
6966
|
in: "path";
|
|
6963
6967
|
};
|
|
6968
|
+
shouldMergePlugins: {
|
|
6969
|
+
in: "query";
|
|
6970
|
+
type: "boolean";
|
|
6971
|
+
required: false;
|
|
6972
|
+
description: string;
|
|
6973
|
+
};
|
|
6964
6974
|
};
|
|
6965
6975
|
response: {
|
|
6966
6976
|
description: string;
|