@botpress/api 1.1.0 → 1.2.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 CHANGED
@@ -284643,7 +284643,7 @@ var state = {
284643
284643
  "title": "Botpress API",
284644
284644
  "description": "API for Botpress Cloud",
284645
284645
  "server": "https://api.botpress.cloud",
284646
- "version": "1.1.0",
284646
+ "version": "1.2.0",
284647
284647
  "prefix": "v1"
284648
284648
  },
284649
284649
  "errors": [
@@ -299013,7 +299013,7 @@ var state2 = {
299013
299013
  "title": "Botpress API",
299014
299014
  "description": "API for Botpress Cloud",
299015
299015
  "server": "https://api.botpress.cloud",
299016
- "version": "1.1.0",
299016
+ "version": "1.2.0",
299017
299017
  "prefix": "v1"
299018
299018
  },
299019
299019
  "errors": [
@@ -302880,6 +302880,13 @@ var state3 = {
302880
302880
  },
302881
302881
  "additionalProperties": false
302882
302882
  },
302883
+ "stack": {
302884
+ "type": "string",
302885
+ "enum": [
302886
+ "realtime-v1"
302887
+ ],
302888
+ "description": "Internal setting, cannot be set manually."
302889
+ },
302883
302890
  "vision": {
302884
302891
  "type": "object",
302885
302892
  "properties": {
@@ -304302,7 +304309,7 @@ var state3 = {
304302
304309
  "title": "Botpress API",
304303
304310
  "description": "API for Botpress Cloud",
304304
304311
  "server": "https://api.botpress.cloud",
304305
- "version": "1.1.0",
304312
+ "version": "1.2.0",
304306
304313
  "prefix": "v1"
304307
304314
  },
304308
304315
  "errors": [
@@ -309093,7 +309100,7 @@ var state4 = {
309093
309100
  "title": "Botpress API",
309094
309101
  "description": "API for Botpress Cloud",
309095
309102
  "server": "https://api.botpress.cloud",
309096
- "version": "1.1.0",
309103
+ "version": "1.2.0",
309097
309104
  "prefix": "v1"
309098
309105
  },
309099
309106
  "errors": [
@@ -326092,6 +326099,13 @@ var state5 = {
326092
326099
  },
326093
326100
  "additionalProperties": false
326094
326101
  },
326102
+ "stack": {
326103
+ "type": "string",
326104
+ "enum": [
326105
+ "realtime-v1"
326106
+ ],
326107
+ "description": "Internal setting, cannot be set manually."
326108
+ },
326095
326109
  "vision": {
326096
326110
  "type": "object",
326097
326111
  "properties": {
@@ -328720,7 +328734,7 @@ var state5 = {
328720
328734
  "title": "Botpress API",
328721
328735
  "description": "API for Botpress Cloud",
328722
328736
  "server": "https://api.botpress.cloud",
328723
- "version": "1.1.0",
328737
+ "version": "1.2.0",
328724
328738
  "prefix": "v1"
328725
328739
  },
328726
328740
  "errors": [
@@ -110,6 +110,11 @@ export declare const state: {
110
110
  };
111
111
  additionalProperties: false;
112
112
  };
113
+ stack: {
114
+ type: "string";
115
+ enum: string[];
116
+ description: string;
117
+ };
113
118
  vision: {
114
119
  type: "object";
115
120
  properties: {
@@ -11870,6 +11870,11 @@ export declare const state: {
11870
11870
  };
11871
11871
  additionalProperties: false;
11872
11872
  };
11873
+ stack: {
11874
+ type: "string";
11875
+ enum: string[];
11876
+ description: string;
11877
+ };
11873
11878
  vision: {
11874
11879
  type: "object";
11875
11880
  properties: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {