@botpress/api 0.67.1 → 0.68.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 +35 -44
- package/dist/src/gen/state.d.ts +30 -36
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +35 -44
package/dist/index.js
CHANGED
|
@@ -292533,24 +292533,6 @@ var state = {
|
|
|
292533
292533
|
"description": "Conversation object configuration",
|
|
292534
292534
|
"additionalProperties": false
|
|
292535
292535
|
},
|
|
292536
|
-
"code": {
|
|
292537
|
-
"type": "object",
|
|
292538
|
-
"properties": {
|
|
292539
|
-
"node": {
|
|
292540
|
-
"type": "string",
|
|
292541
|
-
"description": "Code of plugin bundled for Node.JS"
|
|
292542
|
-
},
|
|
292543
|
-
"browser": {
|
|
292544
|
-
"type": "string",
|
|
292545
|
-
"description": "Code of plugin bundled for the browser"
|
|
292546
|
-
}
|
|
292547
|
-
},
|
|
292548
|
-
"required": [
|
|
292549
|
-
"node",
|
|
292550
|
-
"browser"
|
|
292551
|
-
],
|
|
292552
|
-
"additionalProperties": false
|
|
292553
|
-
},
|
|
292554
292536
|
"dependencies": {
|
|
292555
292537
|
"type": "object",
|
|
292556
292538
|
"properties": {
|
|
@@ -292586,6 +292568,24 @@ var state = {
|
|
|
292586
292568
|
}
|
|
292587
292569
|
},
|
|
292588
292570
|
"additionalProperties": false
|
|
292571
|
+
},
|
|
292572
|
+
"code": {
|
|
292573
|
+
"type": "object",
|
|
292574
|
+
"properties": {
|
|
292575
|
+
"node": {
|
|
292576
|
+
"type": "string",
|
|
292577
|
+
"description": "Code of plugin bundled for Node.JS"
|
|
292578
|
+
},
|
|
292579
|
+
"browser": {
|
|
292580
|
+
"type": "string",
|
|
292581
|
+
"description": "Code of plugin bundled for the browser"
|
|
292582
|
+
}
|
|
292583
|
+
},
|
|
292584
|
+
"required": [
|
|
292585
|
+
"node",
|
|
292586
|
+
"browser"
|
|
292587
|
+
],
|
|
292588
|
+
"additionalProperties": false
|
|
292589
292589
|
}
|
|
292590
292590
|
},
|
|
292591
292591
|
"required": [
|
|
@@ -292902,24 +292902,6 @@ var state = {
|
|
|
292902
292902
|
],
|
|
292903
292903
|
"additionalProperties": false
|
|
292904
292904
|
},
|
|
292905
|
-
"code": {
|
|
292906
|
-
"type": "object",
|
|
292907
|
-
"properties": {
|
|
292908
|
-
"node": {
|
|
292909
|
-
"type": "string",
|
|
292910
|
-
"description": "Code of plugin bundled for Node.JS"
|
|
292911
|
-
},
|
|
292912
|
-
"browser": {
|
|
292913
|
-
"type": "string",
|
|
292914
|
-
"description": "Code of plugin bundled for the browser"
|
|
292915
|
-
}
|
|
292916
|
-
},
|
|
292917
|
-
"required": [
|
|
292918
|
-
"node",
|
|
292919
|
-
"browser"
|
|
292920
|
-
],
|
|
292921
|
-
"additionalProperties": false
|
|
292922
|
-
},
|
|
292923
292905
|
"dependencies": {
|
|
292924
292906
|
"type": "object",
|
|
292925
292907
|
"properties": {
|
|
@@ -292957,6 +292939,20 @@ var state = {
|
|
|
292957
292939
|
}
|
|
292958
292940
|
},
|
|
292959
292941
|
"additionalProperties": false
|
|
292942
|
+
},
|
|
292943
|
+
"code": {
|
|
292944
|
+
"type": "object",
|
|
292945
|
+
"properties": {
|
|
292946
|
+
"node": {
|
|
292947
|
+
"type": "string",
|
|
292948
|
+
"description": "Code of plugin bundled for Node.JS"
|
|
292949
|
+
},
|
|
292950
|
+
"browser": {
|
|
292951
|
+
"type": "string",
|
|
292952
|
+
"description": "Code of plugin bundled for the browser"
|
|
292953
|
+
}
|
|
292954
|
+
},
|
|
292955
|
+
"additionalProperties": false
|
|
292960
292956
|
}
|
|
292961
292957
|
},
|
|
292962
292958
|
"title": "updatePluginBody",
|
|
@@ -293094,15 +293090,10 @@ var state = {
|
|
|
293094
293090
|
"path": "/v1/admin/plugins/{id}/code/{platform}",
|
|
293095
293091
|
"section": "plugin",
|
|
293096
293092
|
"parameters": {
|
|
293097
|
-
"nextToken": {
|
|
293098
|
-
"in": "query",
|
|
293099
|
-
"description": "Provide the `meta.nextToken` value provided in the last API response to retrieve the next page of results",
|
|
293100
|
-
"type": "string"
|
|
293101
|
-
},
|
|
293102
293093
|
"id": {
|
|
293103
|
-
"in": "path",
|
|
293104
293094
|
"type": "string",
|
|
293105
|
-
"description": "
|
|
293095
|
+
"description": "Bot ID",
|
|
293096
|
+
"in": "path"
|
|
293106
293097
|
},
|
|
293107
293098
|
"platform": {
|
|
293108
293099
|
"in": "path",
|
|
@@ -296134,7 +296125,7 @@ var state = {
|
|
|
296134
296125
|
"title": "Botpress API",
|
|
296135
296126
|
"description": "API for Botpress Cloud",
|
|
296136
296127
|
"server": "https://api.botpress.cloud",
|
|
296137
|
-
"version": "0.
|
|
296128
|
+
"version": "0.68.0",
|
|
296138
296129
|
"prefix": "v1"
|
|
296139
296130
|
},
|
|
296140
296131
|
"errors": [
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -9267,21 +9267,6 @@ export declare const state: {
|
|
|
9267
9267
|
description: string;
|
|
9268
9268
|
additionalProperties: false;
|
|
9269
9269
|
};
|
|
9270
|
-
code: {
|
|
9271
|
-
type: "object";
|
|
9272
|
-
properties: {
|
|
9273
|
-
node: {
|
|
9274
|
-
type: "string";
|
|
9275
|
-
description: string;
|
|
9276
|
-
};
|
|
9277
|
-
browser: {
|
|
9278
|
-
type: "string";
|
|
9279
|
-
description: string;
|
|
9280
|
-
};
|
|
9281
|
-
};
|
|
9282
|
-
required: string[];
|
|
9283
|
-
additionalProperties: false;
|
|
9284
|
-
};
|
|
9285
9270
|
dependencies: {
|
|
9286
9271
|
type: "object";
|
|
9287
9272
|
properties: {
|
|
@@ -9314,6 +9299,21 @@ export declare const state: {
|
|
|
9314
9299
|
};
|
|
9315
9300
|
additionalProperties: false;
|
|
9316
9301
|
};
|
|
9302
|
+
code: {
|
|
9303
|
+
type: "object";
|
|
9304
|
+
properties: {
|
|
9305
|
+
node: {
|
|
9306
|
+
type: "string";
|
|
9307
|
+
description: string;
|
|
9308
|
+
};
|
|
9309
|
+
browser: {
|
|
9310
|
+
type: "string";
|
|
9311
|
+
description: string;
|
|
9312
|
+
};
|
|
9313
|
+
};
|
|
9314
|
+
required: string[];
|
|
9315
|
+
additionalProperties: false;
|
|
9316
|
+
};
|
|
9317
9317
|
};
|
|
9318
9318
|
required: string[];
|
|
9319
9319
|
title: string;
|
|
@@ -9596,21 +9596,6 @@ export declare const state: {
|
|
|
9596
9596
|
required: string[];
|
|
9597
9597
|
additionalProperties: false;
|
|
9598
9598
|
};
|
|
9599
|
-
code: {
|
|
9600
|
-
type: "object";
|
|
9601
|
-
properties: {
|
|
9602
|
-
node: {
|
|
9603
|
-
type: "string";
|
|
9604
|
-
description: string;
|
|
9605
|
-
};
|
|
9606
|
-
browser: {
|
|
9607
|
-
type: "string";
|
|
9608
|
-
description: string;
|
|
9609
|
-
};
|
|
9610
|
-
};
|
|
9611
|
-
required: string[];
|
|
9612
|
-
additionalProperties: false;
|
|
9613
|
-
};
|
|
9614
9599
|
dependencies: {
|
|
9615
9600
|
type: "object";
|
|
9616
9601
|
properties: {
|
|
@@ -9645,6 +9630,20 @@ export declare const state: {
|
|
|
9645
9630
|
};
|
|
9646
9631
|
additionalProperties: false;
|
|
9647
9632
|
};
|
|
9633
|
+
code: {
|
|
9634
|
+
type: "object";
|
|
9635
|
+
properties: {
|
|
9636
|
+
node: {
|
|
9637
|
+
type: "string";
|
|
9638
|
+
description: string;
|
|
9639
|
+
};
|
|
9640
|
+
browser: {
|
|
9641
|
+
type: "string";
|
|
9642
|
+
description: string;
|
|
9643
|
+
};
|
|
9644
|
+
};
|
|
9645
|
+
additionalProperties: false;
|
|
9646
|
+
};
|
|
9648
9647
|
};
|
|
9649
9648
|
title: string;
|
|
9650
9649
|
additionalProperties: false;
|
|
@@ -9770,15 +9769,10 @@ export declare const state: {
|
|
|
9770
9769
|
path: string;
|
|
9771
9770
|
section: "plugin";
|
|
9772
9771
|
parameters: {
|
|
9773
|
-
nextToken: {
|
|
9774
|
-
in: "query";
|
|
9775
|
-
description: string;
|
|
9776
|
-
type: "string";
|
|
9777
|
-
};
|
|
9778
9772
|
id: {
|
|
9779
|
-
in: "path";
|
|
9780
9773
|
type: "string";
|
|
9781
9774
|
description: string;
|
|
9775
|
+
in: "path";
|
|
9782
9776
|
};
|
|
9783
9777
|
platform: {
|
|
9784
9778
|
in: "path";
|