@botpress/api 1.34.0 → 1.35.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 +29 -29
- package/dist/src/gen/admin/state.d.ts +4 -4
- package/dist/src/gen/state.d.ts +4 -4
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +13 -13
- 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 +13 -13
- 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.35.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.35.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.35.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.35.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 924ms
|
package/dist/index.js
CHANGED
|
@@ -285334,7 +285334,7 @@ var state = {
|
|
|
285334
285334
|
"title": "Botpress API",
|
|
285335
285335
|
"description": "API for Botpress Cloud",
|
|
285336
285336
|
"server": "https://api.botpress.cloud",
|
|
285337
|
-
"version": "1.
|
|
285337
|
+
"version": "1.35.0",
|
|
285338
285338
|
"prefix": "v1"
|
|
285339
285339
|
},
|
|
285340
285340
|
"errors": [
|
|
@@ -290736,7 +290736,7 @@ var state2 = {
|
|
|
290736
290736
|
},
|
|
290737
290737
|
"version": {
|
|
290738
290738
|
"type": "string",
|
|
290739
|
-
"description": 'Integration version. Either a semver version or
|
|
290739
|
+
"description": 'Integration version. Either a semver version, semver version range, or the constant string "latest"',
|
|
290740
290740
|
"in": "path"
|
|
290741
290741
|
}
|
|
290742
290742
|
},
|
|
@@ -292412,7 +292412,7 @@ var state2 = {
|
|
|
292412
292412
|
},
|
|
292413
292413
|
"version": {
|
|
292414
292414
|
"type": "string",
|
|
292415
|
-
"description":
|
|
292415
|
+
"description": 'Plugin version. Either a semver version, semver version range, or the constant string "latest"',
|
|
292416
292416
|
"in": "path"
|
|
292417
292417
|
}
|
|
292418
292418
|
},
|
|
@@ -293265,7 +293265,7 @@ var state2 = {
|
|
|
293265
293265
|
},
|
|
293266
293266
|
"version": {
|
|
293267
293267
|
"type": "string",
|
|
293268
|
-
"description":
|
|
293268
|
+
"description": 'Interface version. Either a semver version, semver version range, or the constant string "latest"',
|
|
293269
293269
|
"in": "path"
|
|
293270
293270
|
}
|
|
293271
293271
|
},
|
|
@@ -300936,7 +300936,7 @@ var state2 = {
|
|
|
300936
300936
|
},
|
|
300937
300937
|
"version": {
|
|
300938
300938
|
"type": "string",
|
|
300939
|
-
"description": 'Integration version. Either a semver version or
|
|
300939
|
+
"description": 'Integration version. Either a semver version, semver version range, or the constant string "latest"',
|
|
300940
300940
|
"in": "path"
|
|
300941
300941
|
}
|
|
300942
300942
|
},
|
|
@@ -301311,14 +301311,14 @@ var state2 = {
|
|
|
301311
301311
|
"path": "/v1/admin/interfaces/{name}/{version}",
|
|
301312
301312
|
"parameters": {
|
|
301313
301313
|
"name": {
|
|
301314
|
-
"in": "path",
|
|
301315
301314
|
"type": "string",
|
|
301316
|
-
"description": "Interface
|
|
301315
|
+
"description": "Interface Name",
|
|
301316
|
+
"in": "path"
|
|
301317
301317
|
},
|
|
301318
301318
|
"version": {
|
|
301319
|
-
"in": "path",
|
|
301320
301319
|
"type": "string",
|
|
301321
|
-
"description":
|
|
301320
|
+
"description": 'Interface version. Either a semver version, semver version range, or the constant string "latest"',
|
|
301321
|
+
"in": "path"
|
|
301322
301322
|
}
|
|
301323
301323
|
},
|
|
301324
301324
|
"section": "interface",
|
|
@@ -302169,14 +302169,14 @@ var state2 = {
|
|
|
302169
302169
|
"path": "/v1/admin/plugins/{name}/{version}",
|
|
302170
302170
|
"parameters": {
|
|
302171
302171
|
"name": {
|
|
302172
|
-
"in": "path",
|
|
302173
302172
|
"type": "string",
|
|
302174
|
-
"description": "Plugin
|
|
302173
|
+
"description": "Plugin Name",
|
|
302174
|
+
"in": "path"
|
|
302175
302175
|
},
|
|
302176
302176
|
"version": {
|
|
302177
|
-
"in": "path",
|
|
302178
302177
|
"type": "string",
|
|
302179
|
-
"description":
|
|
302178
|
+
"description": 'Plugin version. Either a semver version, semver version range, or the constant string "latest"',
|
|
302179
|
+
"in": "path"
|
|
302180
302180
|
}
|
|
302181
302181
|
},
|
|
302182
302182
|
"section": "plugin",
|
|
@@ -303248,7 +303248,7 @@ var state2 = {
|
|
|
303248
303248
|
"title": "Botpress API",
|
|
303249
303249
|
"description": "API for Botpress Cloud",
|
|
303250
303250
|
"server": "https://api.botpress.cloud",
|
|
303251
|
-
"version": "1.
|
|
303251
|
+
"version": "1.35.0",
|
|
303252
303252
|
"prefix": "v1"
|
|
303253
303253
|
},
|
|
303254
303254
|
"errors": [
|
|
@@ -309121,7 +309121,7 @@ var state3 = {
|
|
|
309121
309121
|
"title": "Botpress API",
|
|
309122
309122
|
"description": "API for Botpress Cloud",
|
|
309123
309123
|
"server": "https://api.botpress.cloud",
|
|
309124
|
-
"version": "1.
|
|
309124
|
+
"version": "1.35.0",
|
|
309125
309125
|
"prefix": "v1"
|
|
309126
309126
|
},
|
|
309127
309127
|
"errors": [
|
|
@@ -314205,7 +314205,7 @@ var state4 = {
|
|
|
314205
314205
|
"title": "Botpress API",
|
|
314206
314206
|
"description": "API for Botpress Cloud",
|
|
314207
314207
|
"server": "https://api.botpress.cloud",
|
|
314208
|
-
"version": "1.
|
|
314208
|
+
"version": "1.35.0",
|
|
314209
314209
|
"prefix": "v1"
|
|
314210
314210
|
},
|
|
314211
314211
|
"errors": [
|
|
@@ -322131,7 +322131,7 @@ var state5 = {
|
|
|
322131
322131
|
},
|
|
322132
322132
|
"version": {
|
|
322133
322133
|
"type": "string",
|
|
322134
|
-
"description": 'Integration version. Either a semver version or
|
|
322134
|
+
"description": 'Integration version. Either a semver version, semver version range, or the constant string "latest"',
|
|
322135
322135
|
"in": "path"
|
|
322136
322136
|
}
|
|
322137
322137
|
},
|
|
@@ -323807,7 +323807,7 @@ var state5 = {
|
|
|
323807
323807
|
},
|
|
323808
323808
|
"version": {
|
|
323809
323809
|
"type": "string",
|
|
323810
|
-
"description":
|
|
323810
|
+
"description": 'Plugin version. Either a semver version, semver version range, or the constant string "latest"',
|
|
323811
323811
|
"in": "path"
|
|
323812
323812
|
}
|
|
323813
323813
|
},
|
|
@@ -324660,7 +324660,7 @@ var state5 = {
|
|
|
324660
324660
|
},
|
|
324661
324661
|
"version": {
|
|
324662
324662
|
"type": "string",
|
|
324663
|
-
"description":
|
|
324663
|
+
"description": 'Interface version. Either a semver version, semver version range, or the constant string "latest"',
|
|
324664
324664
|
"in": "path"
|
|
324665
324665
|
}
|
|
324666
324666
|
},
|
|
@@ -332332,7 +332332,7 @@ var state5 = {
|
|
|
332332
332332
|
},
|
|
332333
332333
|
"version": {
|
|
332334
332334
|
"type": "string",
|
|
332335
|
-
"description": 'Integration version. Either a semver version or
|
|
332335
|
+
"description": 'Integration version. Either a semver version, semver version range, or the constant string "latest"',
|
|
332336
332336
|
"in": "path"
|
|
332337
332337
|
}
|
|
332338
332338
|
},
|
|
@@ -332707,14 +332707,14 @@ var state5 = {
|
|
|
332707
332707
|
"path": "/v1/admin/interfaces/{name}/{version}",
|
|
332708
332708
|
"parameters": {
|
|
332709
332709
|
"name": {
|
|
332710
|
-
"in": "path",
|
|
332711
332710
|
"type": "string",
|
|
332712
|
-
"description": "Interface
|
|
332711
|
+
"description": "Interface Name",
|
|
332712
|
+
"in": "path"
|
|
332713
332713
|
},
|
|
332714
332714
|
"version": {
|
|
332715
|
-
"in": "path",
|
|
332716
332715
|
"type": "string",
|
|
332717
|
-
"description":
|
|
332716
|
+
"description": 'Interface version. Either a semver version, semver version range, or the constant string "latest"',
|
|
332717
|
+
"in": "path"
|
|
332718
332718
|
}
|
|
332719
332719
|
},
|
|
332720
332720
|
"section": "interface",
|
|
@@ -333565,14 +333565,14 @@ var state5 = {
|
|
|
333565
333565
|
"path": "/v1/admin/plugins/{name}/{version}",
|
|
333566
333566
|
"parameters": {
|
|
333567
333567
|
"name": {
|
|
333568
|
-
"in": "path",
|
|
333569
333568
|
"type": "string",
|
|
333570
|
-
"description": "Plugin
|
|
333569
|
+
"description": "Plugin Name",
|
|
333570
|
+
"in": "path"
|
|
333571
333571
|
},
|
|
333572
333572
|
"version": {
|
|
333573
|
-
"in": "path",
|
|
333574
333573
|
"type": "string",
|
|
333575
|
-
"description":
|
|
333574
|
+
"description": 'Plugin version. Either a semver version, semver version range, or the constant string "latest"',
|
|
333575
|
+
"in": "path"
|
|
333576
333576
|
}
|
|
333577
333577
|
},
|
|
333578
333578
|
"section": "plugin",
|
|
@@ -337626,7 +337626,7 @@ var state5 = {
|
|
|
337626
337626
|
"title": "Botpress API",
|
|
337627
337627
|
"description": "API for Botpress Cloud",
|
|
337628
337628
|
"server": "https://api.botpress.cloud",
|
|
337629
|
-
"version": "1.
|
|
337629
|
+
"version": "1.35.0",
|
|
337630
337630
|
"prefix": "v1"
|
|
337631
337631
|
},
|
|
337632
337632
|
"errors": [
|
|
@@ -10581,14 +10581,14 @@ export declare const state: {
|
|
|
10581
10581
|
path: string;
|
|
10582
10582
|
parameters: {
|
|
10583
10583
|
name: {
|
|
10584
|
-
in: "path";
|
|
10585
10584
|
type: "string";
|
|
10586
10585
|
description: string;
|
|
10586
|
+
in: "path";
|
|
10587
10587
|
};
|
|
10588
10588
|
version: {
|
|
10589
|
-
in: "path";
|
|
10590
10589
|
type: "string";
|
|
10591
10590
|
description: string;
|
|
10591
|
+
in: "path";
|
|
10592
10592
|
};
|
|
10593
10593
|
};
|
|
10594
10594
|
section: "interface";
|
|
@@ -11365,14 +11365,14 @@ export declare const state: {
|
|
|
11365
11365
|
path: string;
|
|
11366
11366
|
parameters: {
|
|
11367
11367
|
name: {
|
|
11368
|
-
in: "path";
|
|
11369
11368
|
type: "string";
|
|
11370
11369
|
description: string;
|
|
11370
|
+
in: "path";
|
|
11371
11371
|
};
|
|
11372
11372
|
version: {
|
|
11373
|
-
in: "path";
|
|
11374
11373
|
type: "string";
|
|
11375
11374
|
description: string;
|
|
11375
|
+
in: "path";
|
|
11376
11376
|
};
|
|
11377
11377
|
};
|
|
11378
11378
|
section: "plugin";
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -12937,14 +12937,14 @@ export declare const state: {
|
|
|
12937
12937
|
path: string;
|
|
12938
12938
|
parameters: {
|
|
12939
12939
|
name: {
|
|
12940
|
-
in: "path";
|
|
12941
12940
|
type: "string";
|
|
12942
12941
|
description: string;
|
|
12942
|
+
in: "path";
|
|
12943
12943
|
};
|
|
12944
12944
|
version: {
|
|
12945
|
-
in: "path";
|
|
12946
12945
|
type: "string";
|
|
12947
12946
|
description: string;
|
|
12947
|
+
in: "path";
|
|
12948
12948
|
};
|
|
12949
12949
|
};
|
|
12950
12950
|
section: "interface";
|
|
@@ -13721,14 +13721,14 @@ export declare const state: {
|
|
|
13721
13721
|
path: string;
|
|
13722
13722
|
parameters: {
|
|
13723
13723
|
name: {
|
|
13724
|
-
in: "path";
|
|
13725
13724
|
type: "string";
|
|
13726
13725
|
description: string;
|
|
13726
|
+
in: "path";
|
|
13727
13727
|
};
|
|
13728
13728
|
version: {
|
|
13729
|
-
in: "path";
|
|
13730
13729
|
type: "string";
|
|
13731
13730
|
description: string;
|
|
13731
|
+
in: "path";
|
|
13732
13732
|
};
|
|
13733
13733
|
};
|
|
13734
13734
|
section: "plugin";
|