@botpress/api 1.68.0 → 1.70.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/dist/index.js +28 -10
- package/dist/src/gen/admin/state.d.ts +9 -0
- package/dist/src/gen/state.d.ts +9 -0
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -279363,7 +279363,7 @@ var state = {
|
|
|
279363
279363
|
"title": "Botpress Runtime API",
|
|
279364
279364
|
"description": "API for Botpress Runtime",
|
|
279365
279365
|
"server": "https://api.botpress.cloud",
|
|
279366
|
-
"version": "1.
|
|
279366
|
+
"version": "1.70.0",
|
|
279367
279367
|
"prefix": "v1"
|
|
279368
279368
|
},
|
|
279369
279369
|
"defaultParameters": {
|
|
@@ -285149,7 +285149,7 @@ var state2 = {
|
|
|
285149
285149
|
},
|
|
285150
285150
|
"url": {
|
|
285151
285151
|
"type": "string",
|
|
285152
|
-
"description": "URL of the [Bot](#schema_bot)
|
|
285152
|
+
"description": "URL of the [Bot](#schema_bot)"
|
|
285153
285153
|
},
|
|
285154
285154
|
"dev": {
|
|
285155
285155
|
"type": "boolean",
|
|
@@ -285226,7 +285226,8 @@ var state2 = {
|
|
|
285226
285226
|
"properties": {
|
|
285227
285227
|
"url": {
|
|
285228
285228
|
"type": "string",
|
|
285229
|
-
"description": "URL of the [Bot](#schema_bot)
|
|
285229
|
+
"description": "URL of the [Bot](#schema_bot)",
|
|
285230
|
+
"nullable": true
|
|
285230
285231
|
},
|
|
285231
285232
|
"authentication": {
|
|
285232
285233
|
"type": "string",
|
|
@@ -286453,6 +286454,10 @@ var state2 = {
|
|
|
286453
286454
|
"additionalProperties": true,
|
|
286454
286455
|
"description": "Input of the action"
|
|
286455
286456
|
},
|
|
286457
|
+
"inputTruncated": {
|
|
286458
|
+
"type": "boolean",
|
|
286459
|
+
"description": "Present if the length of the action's input exceeds 190 KB."
|
|
286460
|
+
},
|
|
286456
286461
|
"output": {
|
|
286457
286462
|
"type": "object",
|
|
286458
286463
|
"properties": {},
|
|
@@ -286460,6 +286465,10 @@ var state2 = {
|
|
|
286460
286465
|
"nullable": true,
|
|
286461
286466
|
"description": "Output of the action"
|
|
286462
286467
|
},
|
|
286468
|
+
"outputTruncated": {
|
|
286469
|
+
"type": "boolean",
|
|
286470
|
+
"description": "Present if the length of the action's output exceeds 190 KB."
|
|
286471
|
+
},
|
|
286463
286472
|
"status": {
|
|
286464
286473
|
"type": "string",
|
|
286465
286474
|
"enum": [
|
|
@@ -295777,7 +295786,7 @@ var state2 = {
|
|
|
295777
295786
|
"title": "Botpress Admin API",
|
|
295778
295787
|
"description": "API for Botpress Cloud Manager",
|
|
295779
295788
|
"server": "https://api.botpress.cloud",
|
|
295780
|
-
"version": "1.
|
|
295789
|
+
"version": "1.70.0",
|
|
295781
295790
|
"prefix": "v1"
|
|
295782
295791
|
},
|
|
295783
295792
|
"defaultParameters": {
|
|
@@ -301286,7 +301295,7 @@ var state3 = {
|
|
|
301286
301295
|
"title": "Botpress Files API",
|
|
301287
301296
|
"description": "API for Botpress Files",
|
|
301288
301297
|
"server": "https://api.botpress.cloud",
|
|
301289
|
-
"version": "1.
|
|
301298
|
+
"version": "1.70.0",
|
|
301290
301299
|
"prefix": "v1"
|
|
301291
301300
|
},
|
|
301292
301301
|
"defaultParameters": {
|
|
@@ -303582,7 +303591,7 @@ var state4 = {
|
|
|
303582
303591
|
"title": "Botpress Tables API",
|
|
303583
303592
|
"description": "API for Botpress Tables",
|
|
303584
303593
|
"server": "https://api.botpress.cloud",
|
|
303585
|
-
"version": "1.
|
|
303594
|
+
"version": "1.70.0",
|
|
303586
303595
|
"prefix": "v1"
|
|
303587
303596
|
},
|
|
303588
303597
|
"defaultParameters": {
|
|
@@ -312077,7 +312086,7 @@ var state5 = {
|
|
|
312077
312086
|
},
|
|
312078
312087
|
"url": {
|
|
312079
312088
|
"type": "string",
|
|
312080
|
-
"description": "URL of the [Bot](#schema_bot)
|
|
312089
|
+
"description": "URL of the [Bot](#schema_bot)"
|
|
312081
312090
|
},
|
|
312082
312091
|
"dev": {
|
|
312083
312092
|
"type": "boolean",
|
|
@@ -312129,7 +312138,8 @@ var state5 = {
|
|
|
312129
312138
|
"properties": {
|
|
312130
312139
|
"url": {
|
|
312131
312140
|
"type": "string",
|
|
312132
|
-
"description": "URL of the [Bot](#schema_bot)
|
|
312141
|
+
"description": "URL of the [Bot](#schema_bot)",
|
|
312142
|
+
"nullable": true
|
|
312133
312143
|
},
|
|
312134
312144
|
"authentication": {
|
|
312135
312145
|
"type": "string",
|
|
@@ -313260,6 +313270,10 @@ var state5 = {
|
|
|
313260
313270
|
"additionalProperties": true,
|
|
313261
313271
|
"description": "Input of the action"
|
|
313262
313272
|
},
|
|
313273
|
+
"inputTruncated": {
|
|
313274
|
+
"type": "boolean",
|
|
313275
|
+
"description": "Present if the length of the action's input exceeds 190 KB."
|
|
313276
|
+
},
|
|
313263
313277
|
"output": {
|
|
313264
313278
|
"type": "object",
|
|
313265
313279
|
"properties": {},
|
|
@@ -313267,6 +313281,10 @@ var state5 = {
|
|
|
313267
313281
|
"nullable": true,
|
|
313268
313282
|
"description": "Output of the action"
|
|
313269
313283
|
},
|
|
313284
|
+
"outputTruncated": {
|
|
313285
|
+
"type": "boolean",
|
|
313286
|
+
"description": "Present if the length of the action's output exceeds 190 KB."
|
|
313287
|
+
},
|
|
313270
313288
|
"status": {
|
|
313271
313289
|
"type": "string",
|
|
313272
313290
|
"enum": [
|
|
@@ -324983,7 +325001,7 @@ var state5 = {
|
|
|
324983
325001
|
"title": "Botpress API",
|
|
324984
325002
|
"description": "API for Botpress Cloud",
|
|
324985
325003
|
"server": "https://api.botpress.cloud",
|
|
324986
|
-
"version": "1.
|
|
325004
|
+
"version": "1.70.0",
|
|
324987
325005
|
"prefix": "v1"
|
|
324988
325006
|
},
|
|
324989
325007
|
"errors": [
|
|
@@ -330231,7 +330249,7 @@ var state6 = {
|
|
|
330231
330249
|
"title": "Botpress Billing Public API",
|
|
330232
330250
|
"description": "API for Botpress Billing",
|
|
330233
330251
|
"server": "https://api.botpress.cloud",
|
|
330234
|
-
"version": "1.
|
|
330252
|
+
"version": "1.70.0",
|
|
330235
330253
|
"prefix": "v2"
|
|
330236
330254
|
},
|
|
330237
330255
|
"defaultParameters": {
|
|
@@ -4273,6 +4273,7 @@ export declare const state: {
|
|
|
4273
4273
|
url: {
|
|
4274
4274
|
type: "string";
|
|
4275
4275
|
description: string;
|
|
4276
|
+
nullable: true;
|
|
4276
4277
|
};
|
|
4277
4278
|
authentication: {
|
|
4278
4279
|
type: "string";
|
|
@@ -5377,6 +5378,10 @@ export declare const state: {
|
|
|
5377
5378
|
additionalProperties: true;
|
|
5378
5379
|
description: string;
|
|
5379
5380
|
};
|
|
5381
|
+
inputTruncated: {
|
|
5382
|
+
type: "boolean";
|
|
5383
|
+
description: string;
|
|
5384
|
+
};
|
|
5380
5385
|
output: {
|
|
5381
5386
|
type: "object";
|
|
5382
5387
|
properties: {};
|
|
@@ -5384,6 +5389,10 @@ export declare const state: {
|
|
|
5384
5389
|
nullable: true;
|
|
5385
5390
|
description: string;
|
|
5386
5391
|
};
|
|
5392
|
+
outputTruncated: {
|
|
5393
|
+
type: "boolean";
|
|
5394
|
+
description: string;
|
|
5395
|
+
};
|
|
5387
5396
|
status: {
|
|
5388
5397
|
type: "string";
|
|
5389
5398
|
enum: string[];
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -6846,6 +6846,7 @@ export declare const state: {
|
|
|
6846
6846
|
url: {
|
|
6847
6847
|
type: "string";
|
|
6848
6848
|
description: string;
|
|
6849
|
+
nullable: true;
|
|
6849
6850
|
};
|
|
6850
6851
|
authentication: {
|
|
6851
6852
|
type: "string";
|
|
@@ -7854,6 +7855,10 @@ export declare const state: {
|
|
|
7854
7855
|
additionalProperties: true;
|
|
7855
7856
|
description: string;
|
|
7856
7857
|
};
|
|
7858
|
+
inputTruncated: {
|
|
7859
|
+
type: "boolean";
|
|
7860
|
+
description: string;
|
|
7861
|
+
};
|
|
7857
7862
|
output: {
|
|
7858
7863
|
type: "object";
|
|
7859
7864
|
properties: {};
|
|
@@ -7861,6 +7866,10 @@ export declare const state: {
|
|
|
7861
7866
|
nullable: true;
|
|
7862
7867
|
description: string;
|
|
7863
7868
|
};
|
|
7869
|
+
outputTruncated: {
|
|
7870
|
+
type: "boolean";
|
|
7871
|
+
description: string;
|
|
7872
|
+
};
|
|
7864
7873
|
status: {
|
|
7865
7874
|
type: "string";
|
|
7866
7875
|
enum: string[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@botpress/api",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.70.0",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/src/index.d.ts",
|
|
6
6
|
"devDependencies": {
|
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
"esbuild": "0.27.1",
|
|
9
9
|
"zod": "^3.24.4",
|
|
10
10
|
"typescript": "5.9.3",
|
|
11
|
-
"@botpress/bridge": "1.8.0",
|
|
12
11
|
"@botpress/cloud-manager": "0.2.0",
|
|
13
12
|
"@botpress/common": "0.5.0",
|
|
14
|
-
"@bpinternal/const": "0.4.1",
|
|
15
13
|
"@botpress/files-api": "0.18.0",
|
|
14
|
+
"@bpinternal/const": "0.4.1",
|
|
15
|
+
"@botpress/bridge": "1.8.0",
|
|
16
16
|
"@bpinternal/tables-api": "0.17.2",
|
|
17
17
|
"@botpress/smaug": "1.0.0"
|
|
18
18
|
},
|