@botpress/api 1.26.0 → 1.27.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
@@ -284652,7 +284652,7 @@ var state = {
284652
284652
  "title": "Botpress API",
284653
284653
  "description": "API for Botpress Cloud",
284654
284654
  "server": "https://api.botpress.cloud",
284655
- "version": "1.26.0",
284655
+ "version": "1.27.0",
284656
284656
  "prefix": "v1"
284657
284657
  },
284658
284658
  "errors": [
@@ -293466,6 +293466,10 @@ var state2 = {
293466
293466
  "enabled": {
293467
293467
  "type": "boolean"
293468
293468
  },
293469
+ "integrationId": {
293470
+ "type": "string",
293471
+ "description": "Integration's definition ID. If defined, the record's key is treated as an alias for the integration instance."
293472
+ },
293469
293473
  "configurationType": {
293470
293474
  "type": "string",
293471
293475
  "nullable": true,
@@ -302203,7 +302207,7 @@ var state2 = {
302203
302207
  "title": "Botpress API",
302204
302208
  "description": "API for Botpress Cloud",
302205
302209
  "server": "https://api.botpress.cloud",
302206
- "version": "1.26.0",
302210
+ "version": "1.27.0",
302207
302211
  "prefix": "v1"
302208
302212
  },
302209
302213
  "errors": [
@@ -308020,7 +308024,7 @@ var state3 = {
308020
308024
  "title": "Botpress API",
308021
308025
  "description": "API for Botpress Cloud",
308022
308026
  "server": "https://api.botpress.cloud",
308023
- "version": "1.26.0",
308027
+ "version": "1.27.0",
308024
308028
  "prefix": "v1"
308025
308029
  },
308026
308030
  "errors": [
@@ -313066,7 +313070,7 @@ var state4 = {
313066
313070
  "title": "Botpress API",
313067
313071
  "description": "API for Botpress Cloud",
313068
313072
  "server": "https://api.botpress.cloud",
313069
- "version": "1.26.0",
313073
+ "version": "1.27.0",
313070
313074
  "prefix": "v1"
313071
313075
  },
313072
313076
  "errors": [
@@ -324396,6 +324400,10 @@ var state5 = {
324396
324400
  "enabled": {
324397
324401
  "type": "boolean"
324398
324402
  },
324403
+ "integrationId": {
324404
+ "type": "string",
324405
+ "description": "Integration's definition ID. If defined, the record's key is treated as an alias for the integration instance."
324406
+ },
324399
324407
  "configurationType": {
324400
324408
  "type": "string",
324401
324409
  "nullable": true,
@@ -336108,7 +336116,7 @@ var state5 = {
336108
336116
  "title": "Botpress API",
336109
336117
  "description": "API for Botpress Cloud",
336110
336118
  "server": "https://api.botpress.cloud",
336111
- "version": "1.26.0",
336119
+ "version": "1.27.0",
336112
336120
  "prefix": "v1"
336113
336121
  },
336114
336122
  "errors": [
@@ -4294,6 +4294,10 @@ export declare const state: {
4294
4294
  enabled: {
4295
4295
  type: "boolean";
4296
4296
  };
4297
+ integrationId: {
4298
+ type: "string";
4299
+ description: string;
4300
+ };
4297
4301
  configurationType: {
4298
4302
  type: "string";
4299
4303
  nullable: true;
@@ -6641,6 +6641,10 @@ export declare const state: {
6641
6641
  enabled: {
6642
6642
  type: "boolean";
6643
6643
  };
6644
+ integrationId: {
6645
+ type: "string";
6646
+ description: string;
6647
+ };
6644
6648
  configurationType: {
6645
6649
  type: "string";
6646
6650
  nullable: true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "1.26.0",
3
+ "version": "1.27.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {