@botpress/api 1.46.1 → 1.47.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 +45 -5
- package/dist/src/gen/admin/state.d.ts +20 -0
- package/dist/src/gen/state.d.ts +20 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +21 -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 +21 -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.47.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.47.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.47.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.47.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 927ms
|
package/dist/index.js
CHANGED
|
@@ -285106,7 +285106,7 @@ var state = {
|
|
|
285106
285106
|
"title": "Botpress API",
|
|
285107
285107
|
"description": "API for Botpress Cloud",
|
|
285108
285108
|
"server": "https://api.botpress.cloud",
|
|
285109
|
-
"version": "1.
|
|
285109
|
+
"version": "1.47.0",
|
|
285110
285110
|
"prefix": "v1"
|
|
285111
285111
|
},
|
|
285112
285112
|
"errors": [
|
|
@@ -295494,6 +295494,11 @@ var state2 = {
|
|
|
295494
295494
|
"type": "string",
|
|
295495
295495
|
"description": "Integration Version ID",
|
|
295496
295496
|
"in": "path"
|
|
295497
|
+
},
|
|
295498
|
+
"integrationInstanceAlias": {
|
|
295499
|
+
"in": "query",
|
|
295500
|
+
"type": "string",
|
|
295501
|
+
"description": "Integration instance alias. If provided, integrationId is ignored."
|
|
295497
295502
|
}
|
|
295498
295503
|
},
|
|
295499
295504
|
"requestBody": {
|
|
@@ -295537,6 +295542,11 @@ var state2 = {
|
|
|
295537
295542
|
"type": "string",
|
|
295538
295543
|
"description": "Integration Version ID",
|
|
295539
295544
|
"in": "path"
|
|
295545
|
+
},
|
|
295546
|
+
"integrationInstanceAlias": {
|
|
295547
|
+
"in": "query",
|
|
295548
|
+
"type": "string",
|
|
295549
|
+
"description": "Integration instance alias. If provided, integrationId is ignored."
|
|
295540
295550
|
}
|
|
295541
295551
|
},
|
|
295542
295552
|
"response": {
|
|
@@ -295564,6 +295574,11 @@ var state2 = {
|
|
|
295564
295574
|
"type": "string",
|
|
295565
295575
|
"description": "Integration Version ID",
|
|
295566
295576
|
"in": "path"
|
|
295577
|
+
},
|
|
295578
|
+
"integrationInstanceAlias": {
|
|
295579
|
+
"in": "query",
|
|
295580
|
+
"type": "string",
|
|
295581
|
+
"description": "Integration instance alias. If provided, integrationId is ignored."
|
|
295567
295582
|
}
|
|
295568
295583
|
},
|
|
295569
295584
|
"response": {
|
|
@@ -295603,6 +295618,11 @@ var state2 = {
|
|
|
295603
295618
|
"type": "string",
|
|
295604
295619
|
"description": "Integration Version ID",
|
|
295605
295620
|
"in": "path"
|
|
295621
|
+
},
|
|
295622
|
+
"integrationInstanceAlias": {
|
|
295623
|
+
"in": "query",
|
|
295624
|
+
"type": "string",
|
|
295625
|
+
"description": "Integration instance alias. If provided, integrationId is ignored."
|
|
295606
295626
|
}
|
|
295607
295627
|
},
|
|
295608
295628
|
"response": {
|
|
@@ -303150,7 +303170,7 @@ var state2 = {
|
|
|
303150
303170
|
"title": "Botpress API",
|
|
303151
303171
|
"description": "API for Botpress Cloud",
|
|
303152
303172
|
"server": "https://api.botpress.cloud",
|
|
303153
|
-
"version": "1.
|
|
303173
|
+
"version": "1.47.0",
|
|
303154
303174
|
"prefix": "v1"
|
|
303155
303175
|
},
|
|
303156
303176
|
"errors": [
|
|
@@ -309157,7 +309177,7 @@ var state3 = {
|
|
|
309157
309177
|
"title": "Botpress API",
|
|
309158
309178
|
"description": "API for Botpress Cloud",
|
|
309159
309179
|
"server": "https://api.botpress.cloud",
|
|
309160
|
-
"version": "1.
|
|
309180
|
+
"version": "1.47.0",
|
|
309161
309181
|
"prefix": "v1"
|
|
309162
309182
|
},
|
|
309163
309183
|
"errors": [
|
|
@@ -314300,7 +314320,7 @@ var state4 = {
|
|
|
314300
314320
|
"title": "Botpress API",
|
|
314301
314321
|
"description": "API for Botpress Cloud",
|
|
314302
314322
|
"server": "https://api.botpress.cloud",
|
|
314303
|
-
"version": "1.
|
|
314323
|
+
"version": "1.47.0",
|
|
314304
314324
|
"prefix": "v1"
|
|
314305
314325
|
},
|
|
314306
314326
|
"errors": [
|
|
@@ -327245,6 +327265,11 @@ var state5 = {
|
|
|
327245
327265
|
"type": "string",
|
|
327246
327266
|
"description": "Integration Version ID",
|
|
327247
327267
|
"in": "path"
|
|
327268
|
+
},
|
|
327269
|
+
"integrationInstanceAlias": {
|
|
327270
|
+
"in": "query",
|
|
327271
|
+
"type": "string",
|
|
327272
|
+
"description": "Integration instance alias. If provided, integrationId is ignored."
|
|
327248
327273
|
}
|
|
327249
327274
|
},
|
|
327250
327275
|
"requestBody": {
|
|
@@ -327288,6 +327313,11 @@ var state5 = {
|
|
|
327288
327313
|
"type": "string",
|
|
327289
327314
|
"description": "Integration Version ID",
|
|
327290
327315
|
"in": "path"
|
|
327316
|
+
},
|
|
327317
|
+
"integrationInstanceAlias": {
|
|
327318
|
+
"in": "query",
|
|
327319
|
+
"type": "string",
|
|
327320
|
+
"description": "Integration instance alias. If provided, integrationId is ignored."
|
|
327291
327321
|
}
|
|
327292
327322
|
},
|
|
327293
327323
|
"response": {
|
|
@@ -327315,6 +327345,11 @@ var state5 = {
|
|
|
327315
327345
|
"type": "string",
|
|
327316
327346
|
"description": "Integration Version ID",
|
|
327317
327347
|
"in": "path"
|
|
327348
|
+
},
|
|
327349
|
+
"integrationInstanceAlias": {
|
|
327350
|
+
"in": "query",
|
|
327351
|
+
"type": "string",
|
|
327352
|
+
"description": "Integration instance alias. If provided, integrationId is ignored."
|
|
327318
327353
|
}
|
|
327319
327354
|
},
|
|
327320
327355
|
"response": {
|
|
@@ -327354,6 +327389,11 @@ var state5 = {
|
|
|
327354
327389
|
"type": "string",
|
|
327355
327390
|
"description": "Integration Version ID",
|
|
327356
327391
|
"in": "path"
|
|
327392
|
+
},
|
|
327393
|
+
"integrationInstanceAlias": {
|
|
327394
|
+
"in": "query",
|
|
327395
|
+
"type": "string",
|
|
327396
|
+
"description": "Integration instance alias. If provided, integrationId is ignored."
|
|
327357
327397
|
}
|
|
327358
327398
|
},
|
|
327359
327399
|
"response": {
|
|
@@ -337973,7 +338013,7 @@ var state5 = {
|
|
|
337973
338013
|
"title": "Botpress API",
|
|
337974
338014
|
"description": "API for Botpress Cloud",
|
|
337975
338015
|
"server": "https://api.botpress.cloud",
|
|
337976
|
-
"version": "1.
|
|
338016
|
+
"version": "1.47.0",
|
|
337977
338017
|
"prefix": "v1"
|
|
337978
338018
|
},
|
|
337979
338019
|
"errors": [
|
|
@@ -5598,6 +5598,11 @@ export declare const state: {
|
|
|
5598
5598
|
description: string;
|
|
5599
5599
|
in: "path";
|
|
5600
5600
|
};
|
|
5601
|
+
integrationInstanceAlias: {
|
|
5602
|
+
in: "query";
|
|
5603
|
+
type: "string";
|
|
5604
|
+
description: string;
|
|
5605
|
+
};
|
|
5601
5606
|
};
|
|
5602
5607
|
requestBody: {
|
|
5603
5608
|
description: string;
|
|
@@ -5639,6 +5644,11 @@ export declare const state: {
|
|
|
5639
5644
|
description: string;
|
|
5640
5645
|
in: "path";
|
|
5641
5646
|
};
|
|
5647
|
+
integrationInstanceAlias: {
|
|
5648
|
+
in: "query";
|
|
5649
|
+
type: "string";
|
|
5650
|
+
description: string;
|
|
5651
|
+
};
|
|
5642
5652
|
};
|
|
5643
5653
|
response: {
|
|
5644
5654
|
description: string;
|
|
@@ -5666,6 +5676,11 @@ export declare const state: {
|
|
|
5666
5676
|
description: string;
|
|
5667
5677
|
in: "path";
|
|
5668
5678
|
};
|
|
5679
|
+
integrationInstanceAlias: {
|
|
5680
|
+
in: "query";
|
|
5681
|
+
type: "string";
|
|
5682
|
+
description: string;
|
|
5683
|
+
};
|
|
5669
5684
|
};
|
|
5670
5685
|
response: {
|
|
5671
5686
|
description: string;
|
|
@@ -5702,6 +5717,11 @@ export declare const state: {
|
|
|
5702
5717
|
description: string;
|
|
5703
5718
|
in: "path";
|
|
5704
5719
|
};
|
|
5720
|
+
integrationInstanceAlias: {
|
|
5721
|
+
in: "query";
|
|
5722
|
+
type: "string";
|
|
5723
|
+
description: string;
|
|
5724
|
+
};
|
|
5705
5725
|
};
|
|
5706
5726
|
response: {
|
|
5707
5727
|
description: string;
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -7977,6 +7977,11 @@ export declare const state: {
|
|
|
7977
7977
|
description: string;
|
|
7978
7978
|
in: "path";
|
|
7979
7979
|
};
|
|
7980
|
+
integrationInstanceAlias: {
|
|
7981
|
+
in: "query";
|
|
7982
|
+
type: "string";
|
|
7983
|
+
description: string;
|
|
7984
|
+
};
|
|
7980
7985
|
};
|
|
7981
7986
|
requestBody: {
|
|
7982
7987
|
description: string;
|
|
@@ -8018,6 +8023,11 @@ export declare const state: {
|
|
|
8018
8023
|
description: string;
|
|
8019
8024
|
in: "path";
|
|
8020
8025
|
};
|
|
8026
|
+
integrationInstanceAlias: {
|
|
8027
|
+
in: "query";
|
|
8028
|
+
type: "string";
|
|
8029
|
+
description: string;
|
|
8030
|
+
};
|
|
8021
8031
|
};
|
|
8022
8032
|
response: {
|
|
8023
8033
|
description: string;
|
|
@@ -8045,6 +8055,11 @@ export declare const state: {
|
|
|
8045
8055
|
description: string;
|
|
8046
8056
|
in: "path";
|
|
8047
8057
|
};
|
|
8058
|
+
integrationInstanceAlias: {
|
|
8059
|
+
in: "query";
|
|
8060
|
+
type: "string";
|
|
8061
|
+
description: string;
|
|
8062
|
+
};
|
|
8048
8063
|
};
|
|
8049
8064
|
response: {
|
|
8050
8065
|
description: string;
|
|
@@ -8081,6 +8096,11 @@ export declare const state: {
|
|
|
8081
8096
|
description: string;
|
|
8082
8097
|
in: "path";
|
|
8083
8098
|
};
|
|
8099
|
+
integrationInstanceAlias: {
|
|
8100
|
+
in: "query";
|
|
8101
|
+
type: "string";
|
|
8102
|
+
description: string;
|
|
8103
|
+
};
|
|
8084
8104
|
};
|
|
8085
8105
|
response: {
|
|
8086
8106
|
description: string;
|