@botpress/api 1.57.0 → 1.58.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 +53 -5
- package/dist/src/gen/files/state.d.ts +24 -0
- package/dist/src/gen/state.d.ts +24 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -286155,7 +286155,7 @@ var state = {
|
|
|
286155
286155
|
"title": "Botpress Runtime API",
|
|
286156
286156
|
"description": "API for Botpress Runtime",
|
|
286157
286157
|
"server": "https://api.botpress.cloud",
|
|
286158
|
-
"version": "1.
|
|
286158
|
+
"version": "1.58.0",
|
|
286159
286159
|
"prefix": "v1"
|
|
286160
286160
|
},
|
|
286161
286161
|
"defaultParameters": {
|
|
@@ -302453,7 +302453,7 @@ var state2 = {
|
|
|
302453
302453
|
"title": "Botpress Admin API",
|
|
302454
302454
|
"description": "API for Botpress Cloud Manager",
|
|
302455
302455
|
"server": "https://api.botpress.cloud",
|
|
302456
|
-
"version": "1.
|
|
302456
|
+
"version": "1.58.0",
|
|
302457
302457
|
"prefix": "v1"
|
|
302458
302458
|
},
|
|
302459
302459
|
"defaultParameters": {
|
|
@@ -305735,6 +305735,10 @@ var state3 = {
|
|
|
305735
305735
|
"name": {
|
|
305736
305736
|
"type": "string",
|
|
305737
305737
|
"description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration name.'
|
|
305738
|
+
},
|
|
305739
|
+
"alias": {
|
|
305740
|
+
"type": "string",
|
|
305741
|
+
"description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration instance alias.'
|
|
305738
305742
|
}
|
|
305739
305743
|
},
|
|
305740
305744
|
"required": [
|
|
@@ -306084,6 +306088,10 @@ var state3 = {
|
|
|
306084
306088
|
"name": {
|
|
306085
306089
|
"type": "string",
|
|
306086
306090
|
"description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration name.'
|
|
306091
|
+
},
|
|
306092
|
+
"alias": {
|
|
306093
|
+
"type": "string",
|
|
306094
|
+
"description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration instance alias.'
|
|
306087
306095
|
}
|
|
306088
306096
|
},
|
|
306089
306097
|
"required": [
|
|
@@ -306298,6 +306306,10 @@ var state3 = {
|
|
|
306298
306306
|
"name": {
|
|
306299
306307
|
"type": "string",
|
|
306300
306308
|
"description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration name.'
|
|
306309
|
+
},
|
|
306310
|
+
"alias": {
|
|
306311
|
+
"type": "string",
|
|
306312
|
+
"description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration instance alias.'
|
|
306301
306313
|
}
|
|
306302
306314
|
},
|
|
306303
306315
|
"required": [
|
|
@@ -306541,6 +306553,10 @@ var state3 = {
|
|
|
306541
306553
|
"name": {
|
|
306542
306554
|
"type": "string",
|
|
306543
306555
|
"description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration name.'
|
|
306556
|
+
},
|
|
306557
|
+
"alias": {
|
|
306558
|
+
"type": "string",
|
|
306559
|
+
"description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration instance alias.'
|
|
306544
306560
|
}
|
|
306545
306561
|
},
|
|
306546
306562
|
"required": [
|
|
@@ -306769,6 +306785,10 @@ var state3 = {
|
|
|
306769
306785
|
"name": {
|
|
306770
306786
|
"type": "string",
|
|
306771
306787
|
"description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration name.'
|
|
306788
|
+
},
|
|
306789
|
+
"alias": {
|
|
306790
|
+
"type": "string",
|
|
306791
|
+
"description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration instance alias.'
|
|
306772
306792
|
}
|
|
306773
306793
|
},
|
|
306774
306794
|
"required": [
|
|
@@ -307889,7 +307909,7 @@ var state3 = {
|
|
|
307889
307909
|
"title": "Botpress Files API",
|
|
307890
307910
|
"description": "API for Botpress Files",
|
|
307891
307911
|
"server": "https://api.botpress.cloud",
|
|
307892
|
-
"version": "1.
|
|
307912
|
+
"version": "1.58.0",
|
|
307893
307913
|
"prefix": "v1"
|
|
307894
307914
|
},
|
|
307895
307915
|
"defaultParameters": {
|
|
@@ -308195,6 +308215,10 @@ var state3 = {
|
|
|
308195
308215
|
"name": {
|
|
308196
308216
|
"type": "string",
|
|
308197
308217
|
"description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration name.'
|
|
308218
|
+
},
|
|
308219
|
+
"alias": {
|
|
308220
|
+
"type": "string",
|
|
308221
|
+
"description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration instance alias.'
|
|
308198
308222
|
}
|
|
308199
308223
|
},
|
|
308200
308224
|
"required": [
|
|
@@ -310170,7 +310194,7 @@ var state4 = {
|
|
|
310170
310194
|
"title": "Botpress Tables API",
|
|
310171
310195
|
"description": "API for Botpress Tables",
|
|
310172
310196
|
"server": "https://api.botpress.cloud",
|
|
310173
|
-
"version": "1.
|
|
310197
|
+
"version": "1.58.0",
|
|
310174
310198
|
"prefix": "v1"
|
|
310175
310199
|
},
|
|
310176
310200
|
"defaultParameters": {
|
|
@@ -328220,6 +328244,10 @@ var state5 = {
|
|
|
328220
328244
|
"name": {
|
|
328221
328245
|
"type": "string",
|
|
328222
328246
|
"description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration name.'
|
|
328247
|
+
},
|
|
328248
|
+
"alias": {
|
|
328249
|
+
"type": "string",
|
|
328250
|
+
"description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration instance alias.'
|
|
328223
328251
|
}
|
|
328224
328252
|
},
|
|
328225
328253
|
"required": [
|
|
@@ -328460,6 +328488,10 @@ var state5 = {
|
|
|
328460
328488
|
"name": {
|
|
328461
328489
|
"type": "string",
|
|
328462
328490
|
"description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration name.'
|
|
328491
|
+
},
|
|
328492
|
+
"alias": {
|
|
328493
|
+
"type": "string",
|
|
328494
|
+
"description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration instance alias.'
|
|
328463
328495
|
}
|
|
328464
328496
|
},
|
|
328465
328497
|
"required": [
|
|
@@ -328638,6 +328670,10 @@ var state5 = {
|
|
|
328638
328670
|
"name": {
|
|
328639
328671
|
"type": "string",
|
|
328640
328672
|
"description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration name.'
|
|
328673
|
+
},
|
|
328674
|
+
"alias": {
|
|
328675
|
+
"type": "string",
|
|
328676
|
+
"description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration instance alias.'
|
|
328641
328677
|
}
|
|
328642
328678
|
},
|
|
328643
328679
|
"required": [
|
|
@@ -328845,6 +328881,10 @@ var state5 = {
|
|
|
328845
328881
|
"name": {
|
|
328846
328882
|
"type": "string",
|
|
328847
328883
|
"description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration name.'
|
|
328884
|
+
},
|
|
328885
|
+
"alias": {
|
|
328886
|
+
"type": "string",
|
|
328887
|
+
"description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration instance alias.'
|
|
328848
328888
|
}
|
|
328849
328889
|
},
|
|
328850
328890
|
"required": [
|
|
@@ -329037,6 +329077,10 @@ var state5 = {
|
|
|
329037
329077
|
"name": {
|
|
329038
329078
|
"type": "string",
|
|
329039
329079
|
"description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration name.'
|
|
329080
|
+
},
|
|
329081
|
+
"alias": {
|
|
329082
|
+
"type": "string",
|
|
329083
|
+
"description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration instance alias.'
|
|
329040
329084
|
}
|
|
329041
329085
|
},
|
|
329042
329086
|
"required": [
|
|
@@ -331113,7 +331157,7 @@ var state5 = {
|
|
|
331113
331157
|
"title": "Botpress API",
|
|
331114
331158
|
"description": "API for Botpress Cloud",
|
|
331115
331159
|
"server": "https://api.botpress.cloud",
|
|
331116
|
-
"version": "1.
|
|
331160
|
+
"version": "1.58.0",
|
|
331117
331161
|
"prefix": "v1"
|
|
331118
331162
|
},
|
|
331119
331163
|
"errors": [
|
|
@@ -335088,6 +335132,10 @@ var state5 = {
|
|
|
335088
335132
|
"name": {
|
|
335089
335133
|
"type": "string",
|
|
335090
335134
|
"description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration name.'
|
|
335135
|
+
},
|
|
335136
|
+
"alias": {
|
|
335137
|
+
"type": "string",
|
|
335138
|
+
"description": 'This field is present if the `type` is "integration". If `type` is "integration", this is the integration instance alias.'
|
|
335091
335139
|
}
|
|
335092
335140
|
},
|
|
335093
335141
|
"required": [
|
|
@@ -268,6 +268,10 @@ export declare const state: {
|
|
|
268
268
|
type: "string";
|
|
269
269
|
description: string;
|
|
270
270
|
};
|
|
271
|
+
alias: {
|
|
272
|
+
type: "string";
|
|
273
|
+
description: string;
|
|
274
|
+
};
|
|
271
275
|
};
|
|
272
276
|
required: string[];
|
|
273
277
|
additionalProperties: false;
|
|
@@ -567,6 +571,10 @@ export declare const state: {
|
|
|
567
571
|
type: "string";
|
|
568
572
|
description: string;
|
|
569
573
|
};
|
|
574
|
+
alias: {
|
|
575
|
+
type: "string";
|
|
576
|
+
description: string;
|
|
577
|
+
};
|
|
570
578
|
};
|
|
571
579
|
required: string[];
|
|
572
580
|
};
|
|
@@ -742,6 +750,10 @@ export declare const state: {
|
|
|
742
750
|
type: "string";
|
|
743
751
|
description: string;
|
|
744
752
|
};
|
|
753
|
+
alias: {
|
|
754
|
+
type: "string";
|
|
755
|
+
description: string;
|
|
756
|
+
};
|
|
745
757
|
};
|
|
746
758
|
required: string[];
|
|
747
759
|
additionalProperties: false;
|
|
@@ -944,6 +956,10 @@ export declare const state: {
|
|
|
944
956
|
type: "string";
|
|
945
957
|
description: string;
|
|
946
958
|
};
|
|
959
|
+
alias: {
|
|
960
|
+
type: "string";
|
|
961
|
+
description: string;
|
|
962
|
+
};
|
|
947
963
|
};
|
|
948
964
|
required: string[];
|
|
949
965
|
additionalProperties: false;
|
|
@@ -1134,6 +1150,10 @@ export declare const state: {
|
|
|
1134
1150
|
type: "string";
|
|
1135
1151
|
description: string;
|
|
1136
1152
|
};
|
|
1153
|
+
alias: {
|
|
1154
|
+
type: "string";
|
|
1155
|
+
description: string;
|
|
1156
|
+
};
|
|
1137
1157
|
};
|
|
1138
1158
|
required: string[];
|
|
1139
1159
|
additionalProperties: false;
|
|
@@ -2333,6 +2353,10 @@ export declare const state: {
|
|
|
2333
2353
|
type: "string";
|
|
2334
2354
|
description: string;
|
|
2335
2355
|
};
|
|
2356
|
+
alias: {
|
|
2357
|
+
type: "string";
|
|
2358
|
+
description: string;
|
|
2359
|
+
};
|
|
2336
2360
|
};
|
|
2337
2361
|
required: string[];
|
|
2338
2362
|
additionalProperties: false;
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -15228,6 +15228,10 @@ export declare const state: {
|
|
|
15228
15228
|
type: "string";
|
|
15229
15229
|
description: string;
|
|
15230
15230
|
};
|
|
15231
|
+
alias: {
|
|
15232
|
+
type: "string";
|
|
15233
|
+
description: string;
|
|
15234
|
+
};
|
|
15231
15235
|
};
|
|
15232
15236
|
required: string[];
|
|
15233
15237
|
additionalProperties: false;
|
|
@@ -15418,6 +15422,10 @@ export declare const state: {
|
|
|
15418
15422
|
type: "string";
|
|
15419
15423
|
description: string;
|
|
15420
15424
|
};
|
|
15425
|
+
alias: {
|
|
15426
|
+
type: "string";
|
|
15427
|
+
description: string;
|
|
15428
|
+
};
|
|
15421
15429
|
};
|
|
15422
15430
|
required: string[];
|
|
15423
15431
|
};
|
|
@@ -15557,6 +15565,10 @@ export declare const state: {
|
|
|
15557
15565
|
type: "string";
|
|
15558
15566
|
description: string;
|
|
15559
15567
|
};
|
|
15568
|
+
alias: {
|
|
15569
|
+
type: "string";
|
|
15570
|
+
description: string;
|
|
15571
|
+
};
|
|
15560
15572
|
};
|
|
15561
15573
|
required: string[];
|
|
15562
15574
|
additionalProperties: false;
|
|
@@ -15723,6 +15735,10 @@ export declare const state: {
|
|
|
15723
15735
|
type: "string";
|
|
15724
15736
|
description: string;
|
|
15725
15737
|
};
|
|
15738
|
+
alias: {
|
|
15739
|
+
type: "string";
|
|
15740
|
+
description: string;
|
|
15741
|
+
};
|
|
15726
15742
|
};
|
|
15727
15743
|
required: string[];
|
|
15728
15744
|
additionalProperties: false;
|
|
@@ -15877,6 +15893,10 @@ export declare const state: {
|
|
|
15877
15893
|
type: "string";
|
|
15878
15894
|
description: string;
|
|
15879
15895
|
};
|
|
15896
|
+
alias: {
|
|
15897
|
+
type: "string";
|
|
15898
|
+
description: string;
|
|
15899
|
+
};
|
|
15880
15900
|
};
|
|
15881
15901
|
required: string[];
|
|
15882
15902
|
additionalProperties: false;
|
|
@@ -20965,6 +20985,10 @@ export declare const state: {
|
|
|
20965
20985
|
type: "string";
|
|
20966
20986
|
description: string;
|
|
20967
20987
|
};
|
|
20988
|
+
alias: {
|
|
20989
|
+
type: "string";
|
|
20990
|
+
description: string;
|
|
20991
|
+
};
|
|
20968
20992
|
};
|
|
20969
20993
|
required: string[];
|
|
20970
20994
|
additionalProperties: false;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@botpress/api",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.58.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
|
-
"@botpress/files-api": "0.18.0",
|
|
15
14
|
"@bpinternal/const": "0.3.9",
|
|
15
|
+
"@botpress/files-api": "0.18.0",
|
|
16
16
|
"@bpinternal/tables-api": "0.17.2"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|