@botpress/api 1.53.1 → 1.54.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 +69 -5
- package/dist/src/gen/admin/state.d.ts +32 -0
- package/dist/src/gen/state.d.ts +32 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -286135,7 +286135,7 @@ var state = {
|
|
|
286135
286135
|
"title": "Botpress Runtime API",
|
|
286136
286136
|
"description": "API for Botpress Runtime",
|
|
286137
286137
|
"server": "https://api.botpress.cloud",
|
|
286138
|
-
"version": "1.
|
|
286138
|
+
"version": "1.54.0",
|
|
286139
286139
|
"prefix": "v1"
|
|
286140
286140
|
},
|
|
286141
286141
|
"defaultParameters": {
|
|
@@ -297282,6 +297282,10 @@ var state2 = {
|
|
|
297282
297282
|
},
|
|
297283
297283
|
"description": "**EXPERIMENTAL** Extra integration operations that should be sent or not to the integration instances. The key is the operation name."
|
|
297284
297284
|
},
|
|
297285
|
+
"sdkVersion": {
|
|
297286
|
+
"type": "string",
|
|
297287
|
+
"maxLength": 200
|
|
297288
|
+
},
|
|
297285
297289
|
"secrets": {
|
|
297286
297290
|
"type": "object",
|
|
297287
297291
|
"additionalProperties": {
|
|
@@ -297914,6 +297918,10 @@ var state2 = {
|
|
|
297914
297918
|
},
|
|
297915
297919
|
"description": "**EXPERIMENTAL** Extra integration operations that should be sent or not to the integration instances. The key is the operation name."
|
|
297916
297920
|
},
|
|
297921
|
+
"sdkVersion": {
|
|
297922
|
+
"type": "string",
|
|
297923
|
+
"maxLength": 200
|
|
297924
|
+
},
|
|
297917
297925
|
"secrets": {
|
|
297918
297926
|
"type": "object",
|
|
297919
297927
|
"additionalProperties": {
|
|
@@ -298131,6 +298139,10 @@ var state2 = {
|
|
|
298131
298139
|
},
|
|
298132
298140
|
"description": "**EXPERIMENTAL** Extra integration operations that should be sent or not to the integration instances. The key is the operation name."
|
|
298133
298141
|
},
|
|
298142
|
+
"sdkVersion": {
|
|
298143
|
+
"type": "string",
|
|
298144
|
+
"maxLength": 200
|
|
298145
|
+
},
|
|
298134
298146
|
"channels": {
|
|
298135
298147
|
"type": "object",
|
|
298136
298148
|
"additionalProperties": {
|
|
@@ -298768,6 +298780,10 @@ var state2 = {
|
|
|
298768
298780
|
},
|
|
298769
298781
|
"description": "**EXPERIMENTAL** Extra integration operations that should be sent or not to the integration instances. The key is the operation name."
|
|
298770
298782
|
},
|
|
298783
|
+
"sdkVersion": {
|
|
298784
|
+
"type": "string",
|
|
298785
|
+
"maxLength": 200
|
|
298786
|
+
},
|
|
298771
298787
|
"channels": {
|
|
298772
298788
|
"type": "object",
|
|
298773
298789
|
"additionalProperties": {
|
|
@@ -300071,6 +300087,10 @@ var state2 = {
|
|
|
300071
300087
|
},
|
|
300072
300088
|
"description": "Optional attributes"
|
|
300073
300089
|
},
|
|
300090
|
+
"sdkVersion": {
|
|
300091
|
+
"type": "string",
|
|
300092
|
+
"maxLength": 200
|
|
300093
|
+
},
|
|
300074
300094
|
"icon": {
|
|
300075
300095
|
"type": "string",
|
|
300076
300096
|
"description": "Base64 encoded svg of the interface icon. This icon is global to the interface each versions will be updated when this changes."
|
|
@@ -300435,6 +300455,10 @@ var state2 = {
|
|
|
300435
300455
|
},
|
|
300436
300456
|
"description": "Optional attributes. Set attributes to null to remove them"
|
|
300437
300457
|
},
|
|
300458
|
+
"sdkVersion": {
|
|
300459
|
+
"type": "string",
|
|
300460
|
+
"maxLength": 200
|
|
300461
|
+
},
|
|
300438
300462
|
"icon": {
|
|
300439
300463
|
"type": "string",
|
|
300440
300464
|
"description": "Base64 encoded svg of the interface icon. This icon is global to the interface each versions will be updated when this changes."
|
|
@@ -300903,6 +300927,10 @@ var state2 = {
|
|
|
300903
300927
|
},
|
|
300904
300928
|
"description": "Optional attributes"
|
|
300905
300929
|
},
|
|
300930
|
+
"sdkVersion": {
|
|
300931
|
+
"type": "string",
|
|
300932
|
+
"maxLength": 200
|
|
300933
|
+
},
|
|
300906
300934
|
"code": {
|
|
300907
300935
|
"type": "object",
|
|
300908
300936
|
"properties": {
|
|
@@ -301436,6 +301464,10 @@ var state2 = {
|
|
|
301436
301464
|
},
|
|
301437
301465
|
"description": "Optional attributes. Set attributes to null to remove them"
|
|
301438
301466
|
},
|
|
301467
|
+
"sdkVersion": {
|
|
301468
|
+
"type": "string",
|
|
301469
|
+
"maxLength": 200
|
|
301470
|
+
},
|
|
301439
301471
|
"code": {
|
|
301440
301472
|
"type": "object",
|
|
301441
301473
|
"properties": {
|
|
@@ -302391,7 +302423,7 @@ var state2 = {
|
|
|
302391
302423
|
"title": "Botpress Admin API",
|
|
302392
302424
|
"description": "API for Botpress Cloud Manager",
|
|
302393
302425
|
"server": "https://api.botpress.cloud",
|
|
302394
|
-
"version": "1.
|
|
302426
|
+
"version": "1.54.0",
|
|
302395
302427
|
"prefix": "v1"
|
|
302396
302428
|
},
|
|
302397
302429
|
"defaultParameters": {
|
|
@@ -307818,7 +307850,7 @@ var state3 = {
|
|
|
307818
307850
|
"title": "Botpress Files API",
|
|
307819
307851
|
"description": "API for Botpress Files",
|
|
307820
307852
|
"server": "https://api.botpress.cloud",
|
|
307821
|
-
"version": "1.
|
|
307853
|
+
"version": "1.54.0",
|
|
307822
307854
|
"prefix": "v1"
|
|
307823
307855
|
},
|
|
307824
307856
|
"defaultParameters": {
|
|
@@ -310076,7 +310108,7 @@ var state4 = {
|
|
|
310076
310108
|
"title": "Botpress Tables API",
|
|
310077
310109
|
"description": "API for Botpress Tables",
|
|
310078
310110
|
"server": "https://api.botpress.cloud",
|
|
310079
|
-
"version": "1.
|
|
310111
|
+
"version": "1.54.0",
|
|
310080
310112
|
"prefix": "v1"
|
|
310081
310113
|
},
|
|
310082
310114
|
"defaultParameters": {
|
|
@@ -323031,6 +323063,10 @@ var state5 = {
|
|
|
323031
323063
|
},
|
|
323032
323064
|
"description": "**EXPERIMENTAL** Extra integration operations that should be sent or not to the integration instances. The key is the operation name."
|
|
323033
323065
|
},
|
|
323066
|
+
"sdkVersion": {
|
|
323067
|
+
"type": "string",
|
|
323068
|
+
"maxLength": 200
|
|
323069
|
+
},
|
|
323034
323070
|
"secrets": {
|
|
323035
323071
|
"type": "object",
|
|
323036
323072
|
"additionalProperties": {
|
|
@@ -323650,6 +323686,10 @@ var state5 = {
|
|
|
323650
323686
|
},
|
|
323651
323687
|
"description": "**EXPERIMENTAL** Extra integration operations that should be sent or not to the integration instances. The key is the operation name."
|
|
323652
323688
|
},
|
|
323689
|
+
"sdkVersion": {
|
|
323690
|
+
"type": "string",
|
|
323691
|
+
"maxLength": 200
|
|
323692
|
+
},
|
|
323653
323693
|
"secrets": {
|
|
323654
323694
|
"type": "object",
|
|
323655
323695
|
"additionalProperties": {
|
|
@@ -323842,6 +323882,10 @@ var state5 = {
|
|
|
323842
323882
|
},
|
|
323843
323883
|
"description": "**EXPERIMENTAL** Extra integration operations that should be sent or not to the integration instances. The key is the operation name."
|
|
323844
323884
|
},
|
|
323885
|
+
"sdkVersion": {
|
|
323886
|
+
"type": "string",
|
|
323887
|
+
"maxLength": 200
|
|
323888
|
+
},
|
|
323845
323889
|
"channels": {
|
|
323846
323890
|
"type": "object",
|
|
323847
323891
|
"additionalProperties": {
|
|
@@ -324467,6 +324511,10 @@ var state5 = {
|
|
|
324467
324511
|
},
|
|
324468
324512
|
"description": "**EXPERIMENTAL** Extra integration operations that should be sent or not to the integration instances. The key is the operation name."
|
|
324469
324513
|
},
|
|
324514
|
+
"sdkVersion": {
|
|
324515
|
+
"type": "string",
|
|
324516
|
+
"maxLength": 200
|
|
324517
|
+
},
|
|
324470
324518
|
"channels": {
|
|
324471
324519
|
"type": "object",
|
|
324472
324520
|
"additionalProperties": {
|
|
@@ -325684,6 +325732,10 @@ var state5 = {
|
|
|
325684
325732
|
},
|
|
325685
325733
|
"description": "Optional attributes"
|
|
325686
325734
|
},
|
|
325735
|
+
"sdkVersion": {
|
|
325736
|
+
"type": "string",
|
|
325737
|
+
"maxLength": 200
|
|
325738
|
+
},
|
|
325687
325739
|
"icon": {
|
|
325688
325740
|
"type": "string",
|
|
325689
325741
|
"description": "Base64 encoded svg of the interface icon. This icon is global to the interface each versions will be updated when this changes."
|
|
@@ -326012,6 +326064,10 @@ var state5 = {
|
|
|
326012
326064
|
},
|
|
326013
326065
|
"description": "Optional attributes. Set attributes to null to remove them"
|
|
326014
326066
|
},
|
|
326067
|
+
"sdkVersion": {
|
|
326068
|
+
"type": "string",
|
|
326069
|
+
"maxLength": 200
|
|
326070
|
+
},
|
|
326015
326071
|
"icon": {
|
|
326016
326072
|
"type": "string",
|
|
326017
326073
|
"description": "Base64 encoded svg of the interface icon. This icon is global to the interface each versions will be updated when this changes."
|
|
@@ -326443,6 +326499,10 @@ var state5 = {
|
|
|
326443
326499
|
},
|
|
326444
326500
|
"description": "Optional attributes"
|
|
326445
326501
|
},
|
|
326502
|
+
"sdkVersion": {
|
|
326503
|
+
"type": "string",
|
|
326504
|
+
"maxLength": 200
|
|
326505
|
+
},
|
|
326446
326506
|
"code": {
|
|
326447
326507
|
"type": "object",
|
|
326448
326508
|
"properties": {
|
|
@@ -326928,6 +326988,10 @@ var state5 = {
|
|
|
326928
326988
|
},
|
|
326929
326989
|
"description": "Optional attributes. Set attributes to null to remove them"
|
|
326930
326990
|
},
|
|
326991
|
+
"sdkVersion": {
|
|
326992
|
+
"type": "string",
|
|
326993
|
+
"maxLength": 200
|
|
326994
|
+
},
|
|
326931
326995
|
"code": {
|
|
326932
326996
|
"type": "object",
|
|
326933
326997
|
"properties": {
|
|
@@ -330921,7 +330985,7 @@ var state5 = {
|
|
|
330921
330985
|
"title": "Botpress API",
|
|
330922
330986
|
"description": "API for Botpress Cloud",
|
|
330923
330987
|
"server": "https://api.botpress.cloud",
|
|
330924
|
-
"version": "1.
|
|
330988
|
+
"version": "1.54.0",
|
|
330925
330989
|
"prefix": "v1"
|
|
330926
330990
|
},
|
|
330927
330991
|
"errors": [
|
|
@@ -8908,6 +8908,10 @@ export declare const state: {
|
|
|
8908
8908
|
};
|
|
8909
8909
|
description: string;
|
|
8910
8910
|
};
|
|
8911
|
+
sdkVersion: {
|
|
8912
|
+
type: "string";
|
|
8913
|
+
maxLength: number;
|
|
8914
|
+
};
|
|
8911
8915
|
secrets: {
|
|
8912
8916
|
type: "object";
|
|
8913
8917
|
additionalProperties: {
|
|
@@ -9489,6 +9493,10 @@ export declare const state: {
|
|
|
9489
9493
|
};
|
|
9490
9494
|
description: string;
|
|
9491
9495
|
};
|
|
9496
|
+
sdkVersion: {
|
|
9497
|
+
type: "string";
|
|
9498
|
+
maxLength: number;
|
|
9499
|
+
};
|
|
9492
9500
|
secrets: {
|
|
9493
9501
|
type: "object";
|
|
9494
9502
|
additionalProperties: {
|
|
@@ -9695,6 +9703,10 @@ export declare const state: {
|
|
|
9695
9703
|
};
|
|
9696
9704
|
description: string;
|
|
9697
9705
|
};
|
|
9706
|
+
sdkVersion: {
|
|
9707
|
+
type: "string";
|
|
9708
|
+
maxLength: number;
|
|
9709
|
+
};
|
|
9698
9710
|
channels: {
|
|
9699
9711
|
type: "object";
|
|
9700
9712
|
additionalProperties: {
|
|
@@ -10286,6 +10298,10 @@ export declare const state: {
|
|
|
10286
10298
|
};
|
|
10287
10299
|
description: string;
|
|
10288
10300
|
};
|
|
10301
|
+
sdkVersion: {
|
|
10302
|
+
type: "string";
|
|
10303
|
+
maxLength: number;
|
|
10304
|
+
};
|
|
10289
10305
|
channels: {
|
|
10290
10306
|
type: "object";
|
|
10291
10307
|
additionalProperties: {
|
|
@@ -11462,6 +11478,10 @@ export declare const state: {
|
|
|
11462
11478
|
};
|
|
11463
11479
|
description: string;
|
|
11464
11480
|
};
|
|
11481
|
+
sdkVersion: {
|
|
11482
|
+
type: "string";
|
|
11483
|
+
maxLength: number;
|
|
11484
|
+
};
|
|
11465
11485
|
icon: {
|
|
11466
11486
|
type: "string";
|
|
11467
11487
|
description: string;
|
|
@@ -11801,6 +11821,10 @@ export declare const state: {
|
|
|
11801
11821
|
};
|
|
11802
11822
|
description: string;
|
|
11803
11823
|
};
|
|
11824
|
+
sdkVersion: {
|
|
11825
|
+
type: "string";
|
|
11826
|
+
maxLength: number;
|
|
11827
|
+
};
|
|
11804
11828
|
icon: {
|
|
11805
11829
|
type: "string";
|
|
11806
11830
|
description: string;
|
|
@@ -12230,6 +12254,10 @@ export declare const state: {
|
|
|
12230
12254
|
};
|
|
12231
12255
|
description: string;
|
|
12232
12256
|
};
|
|
12257
|
+
sdkVersion: {
|
|
12258
|
+
type: "string";
|
|
12259
|
+
maxLength: number;
|
|
12260
|
+
};
|
|
12233
12261
|
code: {
|
|
12234
12262
|
type: "object";
|
|
12235
12263
|
properties: {
|
|
@@ -12721,6 +12749,10 @@ export declare const state: {
|
|
|
12721
12749
|
};
|
|
12722
12750
|
description: string;
|
|
12723
12751
|
};
|
|
12752
|
+
sdkVersion: {
|
|
12753
|
+
type: "string";
|
|
12754
|
+
maxLength: number;
|
|
12755
|
+
};
|
|
12724
12756
|
code: {
|
|
12725
12757
|
type: "object";
|
|
12726
12758
|
properties: {
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -10646,6 +10646,10 @@ export declare const state: {
|
|
|
10646
10646
|
};
|
|
10647
10647
|
description: string;
|
|
10648
10648
|
};
|
|
10649
|
+
sdkVersion: {
|
|
10650
|
+
type: "string";
|
|
10651
|
+
maxLength: number;
|
|
10652
|
+
};
|
|
10649
10653
|
secrets: {
|
|
10650
10654
|
type: "object";
|
|
10651
10655
|
additionalProperties: {
|
|
@@ -11214,6 +11218,10 @@ export declare const state: {
|
|
|
11214
11218
|
};
|
|
11215
11219
|
description: string;
|
|
11216
11220
|
};
|
|
11221
|
+
sdkVersion: {
|
|
11222
|
+
type: "string";
|
|
11223
|
+
maxLength: number;
|
|
11224
|
+
};
|
|
11217
11225
|
secrets: {
|
|
11218
11226
|
type: "object";
|
|
11219
11227
|
additionalProperties: {
|
|
@@ -11395,6 +11403,10 @@ export declare const state: {
|
|
|
11395
11403
|
};
|
|
11396
11404
|
description: string;
|
|
11397
11405
|
};
|
|
11406
|
+
sdkVersion: {
|
|
11407
|
+
type: "string";
|
|
11408
|
+
maxLength: number;
|
|
11409
|
+
};
|
|
11398
11410
|
channels: {
|
|
11399
11411
|
type: "object";
|
|
11400
11412
|
additionalProperties: {
|
|
@@ -11974,6 +11986,10 @@ export declare const state: {
|
|
|
11974
11986
|
};
|
|
11975
11987
|
description: string;
|
|
11976
11988
|
};
|
|
11989
|
+
sdkVersion: {
|
|
11990
|
+
type: "string";
|
|
11991
|
+
maxLength: number;
|
|
11992
|
+
};
|
|
11977
11993
|
channels: {
|
|
11978
11994
|
type: "object";
|
|
11979
11995
|
additionalProperties: {
|
|
@@ -13064,6 +13080,10 @@ export declare const state: {
|
|
|
13064
13080
|
};
|
|
13065
13081
|
description: string;
|
|
13066
13082
|
};
|
|
13083
|
+
sdkVersion: {
|
|
13084
|
+
type: "string";
|
|
13085
|
+
maxLength: number;
|
|
13086
|
+
};
|
|
13067
13087
|
icon: {
|
|
13068
13088
|
type: "string";
|
|
13069
13089
|
description: string;
|
|
@@ -13367,6 +13387,10 @@ export declare const state: {
|
|
|
13367
13387
|
};
|
|
13368
13388
|
description: string;
|
|
13369
13389
|
};
|
|
13390
|
+
sdkVersion: {
|
|
13391
|
+
type: "string";
|
|
13392
|
+
maxLength: number;
|
|
13393
|
+
};
|
|
13370
13394
|
icon: {
|
|
13371
13395
|
type: "string";
|
|
13372
13396
|
description: string;
|
|
@@ -13759,6 +13783,10 @@ export declare const state: {
|
|
|
13759
13783
|
};
|
|
13760
13784
|
description: string;
|
|
13761
13785
|
};
|
|
13786
|
+
sdkVersion: {
|
|
13787
|
+
type: "string";
|
|
13788
|
+
maxLength: number;
|
|
13789
|
+
};
|
|
13762
13790
|
code: {
|
|
13763
13791
|
type: "object";
|
|
13764
13792
|
properties: {
|
|
@@ -14202,6 +14230,10 @@ export declare const state: {
|
|
|
14202
14230
|
};
|
|
14203
14231
|
description: string;
|
|
14204
14232
|
};
|
|
14233
|
+
sdkVersion: {
|
|
14234
|
+
type: "string";
|
|
14235
|
+
maxLength: number;
|
|
14236
|
+
};
|
|
14205
14237
|
code: {
|
|
14206
14238
|
type: "object";
|
|
14207
14239
|
properties: {
|