@botpress/api 1.68.0 → 1.69.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 +22 -6
- package/dist/src/gen/admin/state.d.ts +8 -0
- package/dist/src/gen/state.d.ts +8 -0
- package/package.json +2 -2
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.69.0",
|
|
279367
279367
|
"prefix": "v1"
|
|
279368
279368
|
},
|
|
279369
279369
|
"defaultParameters": {
|
|
@@ -286453,6 +286453,10 @@ var state2 = {
|
|
|
286453
286453
|
"additionalProperties": true,
|
|
286454
286454
|
"description": "Input of the action"
|
|
286455
286455
|
},
|
|
286456
|
+
"inputTruncated": {
|
|
286457
|
+
"type": "boolean",
|
|
286458
|
+
"description": "Present if the length of the action's input exceeds 190 KB."
|
|
286459
|
+
},
|
|
286456
286460
|
"output": {
|
|
286457
286461
|
"type": "object",
|
|
286458
286462
|
"properties": {},
|
|
@@ -286460,6 +286464,10 @@ var state2 = {
|
|
|
286460
286464
|
"nullable": true,
|
|
286461
286465
|
"description": "Output of the action"
|
|
286462
286466
|
},
|
|
286467
|
+
"outputTruncated": {
|
|
286468
|
+
"type": "boolean",
|
|
286469
|
+
"description": "Present if the length of the action's output exceeds 190 KB."
|
|
286470
|
+
},
|
|
286463
286471
|
"status": {
|
|
286464
286472
|
"type": "string",
|
|
286465
286473
|
"enum": [
|
|
@@ -295777,7 +295785,7 @@ var state2 = {
|
|
|
295777
295785
|
"title": "Botpress Admin API",
|
|
295778
295786
|
"description": "API for Botpress Cloud Manager",
|
|
295779
295787
|
"server": "https://api.botpress.cloud",
|
|
295780
|
-
"version": "1.
|
|
295788
|
+
"version": "1.69.0",
|
|
295781
295789
|
"prefix": "v1"
|
|
295782
295790
|
},
|
|
295783
295791
|
"defaultParameters": {
|
|
@@ -301286,7 +301294,7 @@ var state3 = {
|
|
|
301286
301294
|
"title": "Botpress Files API",
|
|
301287
301295
|
"description": "API for Botpress Files",
|
|
301288
301296
|
"server": "https://api.botpress.cloud",
|
|
301289
|
-
"version": "1.
|
|
301297
|
+
"version": "1.69.0",
|
|
301290
301298
|
"prefix": "v1"
|
|
301291
301299
|
},
|
|
301292
301300
|
"defaultParameters": {
|
|
@@ -303582,7 +303590,7 @@ var state4 = {
|
|
|
303582
303590
|
"title": "Botpress Tables API",
|
|
303583
303591
|
"description": "API for Botpress Tables",
|
|
303584
303592
|
"server": "https://api.botpress.cloud",
|
|
303585
|
-
"version": "1.
|
|
303593
|
+
"version": "1.69.0",
|
|
303586
303594
|
"prefix": "v1"
|
|
303587
303595
|
},
|
|
303588
303596
|
"defaultParameters": {
|
|
@@ -313260,6 +313268,10 @@ var state5 = {
|
|
|
313260
313268
|
"additionalProperties": true,
|
|
313261
313269
|
"description": "Input of the action"
|
|
313262
313270
|
},
|
|
313271
|
+
"inputTruncated": {
|
|
313272
|
+
"type": "boolean",
|
|
313273
|
+
"description": "Present if the length of the action's input exceeds 190 KB."
|
|
313274
|
+
},
|
|
313263
313275
|
"output": {
|
|
313264
313276
|
"type": "object",
|
|
313265
313277
|
"properties": {},
|
|
@@ -313267,6 +313279,10 @@ var state5 = {
|
|
|
313267
313279
|
"nullable": true,
|
|
313268
313280
|
"description": "Output of the action"
|
|
313269
313281
|
},
|
|
313282
|
+
"outputTruncated": {
|
|
313283
|
+
"type": "boolean",
|
|
313284
|
+
"description": "Present if the length of the action's output exceeds 190 KB."
|
|
313285
|
+
},
|
|
313270
313286
|
"status": {
|
|
313271
313287
|
"type": "string",
|
|
313272
313288
|
"enum": [
|
|
@@ -324983,7 +324999,7 @@ var state5 = {
|
|
|
324983
324999
|
"title": "Botpress API",
|
|
324984
325000
|
"description": "API for Botpress Cloud",
|
|
324985
325001
|
"server": "https://api.botpress.cloud",
|
|
324986
|
-
"version": "1.
|
|
325002
|
+
"version": "1.69.0",
|
|
324987
325003
|
"prefix": "v1"
|
|
324988
325004
|
},
|
|
324989
325005
|
"errors": [
|
|
@@ -330231,7 +330247,7 @@ var state6 = {
|
|
|
330231
330247
|
"title": "Botpress Billing Public API",
|
|
330232
330248
|
"description": "API for Botpress Billing",
|
|
330233
330249
|
"server": "https://api.botpress.cloud",
|
|
330234
|
-
"version": "1.
|
|
330250
|
+
"version": "1.69.0",
|
|
330235
330251
|
"prefix": "v2"
|
|
330236
330252
|
},
|
|
330237
330253
|
"defaultParameters": {
|
|
@@ -5377,6 +5377,10 @@ export declare const state: {
|
|
|
5377
5377
|
additionalProperties: true;
|
|
5378
5378
|
description: string;
|
|
5379
5379
|
};
|
|
5380
|
+
inputTruncated: {
|
|
5381
|
+
type: "boolean";
|
|
5382
|
+
description: string;
|
|
5383
|
+
};
|
|
5380
5384
|
output: {
|
|
5381
5385
|
type: "object";
|
|
5382
5386
|
properties: {};
|
|
@@ -5384,6 +5388,10 @@ export declare const state: {
|
|
|
5384
5388
|
nullable: true;
|
|
5385
5389
|
description: string;
|
|
5386
5390
|
};
|
|
5391
|
+
outputTruncated: {
|
|
5392
|
+
type: "boolean";
|
|
5393
|
+
description: string;
|
|
5394
|
+
};
|
|
5387
5395
|
status: {
|
|
5388
5396
|
type: "string";
|
|
5389
5397
|
enum: string[];
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -7854,6 +7854,10 @@ export declare const state: {
|
|
|
7854
7854
|
additionalProperties: true;
|
|
7855
7855
|
description: string;
|
|
7856
7856
|
};
|
|
7857
|
+
inputTruncated: {
|
|
7858
|
+
type: "boolean";
|
|
7859
|
+
description: string;
|
|
7860
|
+
};
|
|
7857
7861
|
output: {
|
|
7858
7862
|
type: "object";
|
|
7859
7863
|
properties: {};
|
|
@@ -7861,6 +7865,10 @@ export declare const state: {
|
|
|
7861
7865
|
nullable: true;
|
|
7862
7866
|
description: string;
|
|
7863
7867
|
};
|
|
7868
|
+
outputTruncated: {
|
|
7869
|
+
type: "boolean";
|
|
7870
|
+
description: string;
|
|
7871
|
+
};
|
|
7864
7872
|
status: {
|
|
7865
7873
|
type: "string";
|
|
7866
7874
|
enum: string[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@botpress/api",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.69.0",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/src/index.d.ts",
|
|
6
6
|
"devDependencies": {
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"@botpress/bridge": "1.8.0",
|
|
12
12
|
"@botpress/cloud-manager": "0.2.0",
|
|
13
13
|
"@botpress/common": "0.5.0",
|
|
14
|
-
"@bpinternal/const": "0.4.1",
|
|
15
14
|
"@botpress/files-api": "0.18.0",
|
|
15
|
+
"@bpinternal/const": "0.4.1",
|
|
16
16
|
"@bpinternal/tables-api": "0.17.2",
|
|
17
17
|
"@botpress/smaug": "1.0.0"
|
|
18
18
|
},
|