@botpress/api 1.18.0 → 1.18.1

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
@@ -284126,7 +284126,7 @@ var state = {
284126
284126
  "title": "Botpress API",
284127
284127
  "description": "API for Botpress Cloud",
284128
284128
  "server": "https://api.botpress.cloud",
284129
- "version": "1.18.0",
284129
+ "version": "1.18.1",
284130
284130
  "prefix": "v1"
284131
284131
  },
284132
284132
  "errors": [
@@ -297619,22 +297619,6 @@ var state2 = {
297619
297619
  "additionalProperties": false
297620
297620
  }
297621
297621
  },
297622
- "sandbox": {
297623
- "type": "object",
297624
- "properties": {
297625
- "identifierExtractScript": {
297626
- "type": "string",
297627
- "maxLength": 2e3,
297628
- "nullable": true
297629
- },
297630
- "messageExtractScript": {
297631
- "type": "string",
297632
- "maxLength": 2e3,
297633
- "nullable": true
297634
- }
297635
- },
297636
- "additionalProperties": false
297637
- },
297638
297622
  "attributes": {
297639
297623
  "type": "object",
297640
297624
  "additionalProperties": {
@@ -298227,22 +298211,6 @@ var state2 = {
298227
298211
  "additionalProperties": false
298228
298212
  }
298229
298213
  },
298230
- "sandbox": {
298231
- "type": "object",
298232
- "properties": {
298233
- "identifierExtractScript": {
298234
- "type": "string",
298235
- "maxLength": 2e3,
298236
- "nullable": true
298237
- },
298238
- "messageExtractScript": {
298239
- "type": "string",
298240
- "maxLength": 2e3,
298241
- "nullable": true
298242
- }
298243
- },
298244
- "additionalProperties": false
298245
- },
298246
298214
  "attributes": {
298247
298215
  "type": "object",
298248
298216
  "additionalProperties": {
@@ -300976,7 +300944,7 @@ var state2 = {
300976
300944
  "title": "Botpress API",
300977
300945
  "description": "API for Botpress Cloud",
300978
300946
  "server": "https://api.botpress.cloud",
300979
- "version": "1.18.0",
300947
+ "version": "1.18.1",
300980
300948
  "prefix": "v1"
300981
300949
  },
300982
300950
  "errors": [
@@ -306608,7 +306576,7 @@ var state3 = {
306608
306576
  "title": "Botpress API",
306609
306577
  "description": "API for Botpress Cloud",
306610
306578
  "server": "https://api.botpress.cloud",
306611
- "version": "1.18.0",
306579
+ "version": "1.18.1",
306612
306580
  "prefix": "v1"
306613
306581
  },
306614
306582
  "errors": [
@@ -311612,7 +311580,7 @@ var state4 = {
311612
311580
  "title": "Botpress API",
311613
311581
  "description": "API for Botpress Cloud",
311614
311582
  "server": "https://api.botpress.cloud",
311615
- "version": "1.18.0",
311583
+ "version": "1.18.1",
311616
311584
  "prefix": "v1"
311617
311585
  },
311618
311586
  "errors": [
@@ -327624,22 +327592,6 @@ var state5 = {
327624
327592
  "additionalProperties": false
327625
327593
  }
327626
327594
  },
327627
- "sandbox": {
327628
- "type": "object",
327629
- "properties": {
327630
- "identifierExtractScript": {
327631
- "type": "string",
327632
- "maxLength": 2e3,
327633
- "nullable": true
327634
- },
327635
- "messageExtractScript": {
327636
- "type": "string",
327637
- "maxLength": 2e3,
327638
- "nullable": true
327639
- }
327640
- },
327641
- "additionalProperties": false
327642
- },
327643
327595
  "attributes": {
327644
327596
  "type": "object",
327645
327597
  "additionalProperties": {
@@ -328232,22 +328184,6 @@ var state5 = {
328232
328184
  "additionalProperties": false
328233
328185
  }
328234
328186
  },
328235
- "sandbox": {
328236
- "type": "object",
328237
- "properties": {
328238
- "identifierExtractScript": {
328239
- "type": "string",
328240
- "maxLength": 2e3,
328241
- "nullable": true
328242
- },
328243
- "messageExtractScript": {
328244
- "type": "string",
328245
- "maxLength": 2e3,
328246
- "nullable": true
328247
- }
328248
- },
328249
- "additionalProperties": false
328250
- },
328251
328187
  "attributes": {
328252
328188
  "type": "object",
328253
328189
  "additionalProperties": {
@@ -333826,7 +333762,7 @@ var state5 = {
333826
333762
  "title": "Botpress API",
333827
333763
  "description": "API for Botpress Cloud",
333828
333764
  "server": "https://api.botpress.cloud",
333829
- "version": "1.18.0",
333765
+ "version": "1.18.1",
333830
333766
  "prefix": "v1"
333831
333767
  },
333832
333768
  "errors": [
@@ -8419,22 +8419,6 @@ export declare const state: {
8419
8419
  additionalProperties: false;
8420
8420
  };
8421
8421
  };
8422
- sandbox: {
8423
- type: "object";
8424
- properties: {
8425
- identifierExtractScript: {
8426
- type: "string";
8427
- maxLength: number;
8428
- nullable: true;
8429
- };
8430
- messageExtractScript: {
8431
- type: "string";
8432
- maxLength: number;
8433
- nullable: true;
8434
- };
8435
- };
8436
- additionalProperties: false;
8437
- };
8438
8422
  attributes: {
8439
8423
  type: "object";
8440
8424
  additionalProperties: {
@@ -8989,22 +8973,6 @@ export declare const state: {
8989
8973
  additionalProperties: false;
8990
8974
  };
8991
8975
  };
8992
- sandbox: {
8993
- type: "object";
8994
- properties: {
8995
- identifierExtractScript: {
8996
- type: "string";
8997
- maxLength: number;
8998
- nullable: true;
8999
- };
9000
- messageExtractScript: {
9001
- type: "string";
9002
- maxLength: number;
9003
- nullable: true;
9004
- };
9005
- };
9006
- additionalProperties: false;
9007
- };
9008
8976
  attributes: {
9009
8977
  type: "object";
9010
8978
  additionalProperties: {
@@ -10769,22 +10769,6 @@ export declare const state: {
10769
10769
  additionalProperties: false;
10770
10770
  };
10771
10771
  };
10772
- sandbox: {
10773
- type: "object";
10774
- properties: {
10775
- identifierExtractScript: {
10776
- type: "string";
10777
- maxLength: number;
10778
- nullable: true;
10779
- };
10780
- messageExtractScript: {
10781
- type: "string";
10782
- maxLength: number;
10783
- nullable: true;
10784
- };
10785
- };
10786
- additionalProperties: false;
10787
- };
10788
10772
  attributes: {
10789
10773
  type: "object";
10790
10774
  additionalProperties: {
@@ -11339,22 +11323,6 @@ export declare const state: {
11339
11323
  additionalProperties: false;
11340
11324
  };
11341
11325
  };
11342
- sandbox: {
11343
- type: "object";
11344
- properties: {
11345
- identifierExtractScript: {
11346
- type: "string";
11347
- maxLength: number;
11348
- nullable: true;
11349
- };
11350
- messageExtractScript: {
11351
- type: "string";
11352
- maxLength: number;
11353
- nullable: true;
11354
- };
11355
- };
11356
- additionalProperties: false;
11357
- };
11358
11326
  attributes: {
11359
11327
  type: "object";
11360
11328
  additionalProperties: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "1.18.0",
3
+ "version": "1.18.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {