@botpress/api 0.78.0 → 0.79.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
@@ -291436,7 +291436,8 @@ var state = {
291436
291436
  "type": "object",
291437
291437
  "additionalProperties": {
291438
291438
  "type": "string",
291439
- "maxLength": 2e4
291439
+ "maxLength": 2e4,
291440
+ "nullable": true
291440
291441
  },
291441
291442
  "description": "Secrets are integration-wide values available in the code via environment variables formatted with a SECRET_ prefix followed by your secret name. A secret name must respect SCREAMING_SNAKE casing."
291442
291443
  },
@@ -292001,7 +292002,8 @@ var state = {
292001
292002
  "type": "object",
292002
292003
  "additionalProperties": {
292003
292004
  "type": "string",
292004
- "maxLength": 2e4
292005
+ "maxLength": 2e4,
292006
+ "nullable": true
292005
292007
  },
292006
292008
  "description": "Secrets are integration-wide values available in the code via environment variables formatted with a SECRET_ prefix followed by your secret name. A secret name must respect SCREAMING_SNAKE casing."
292007
292009
  },
@@ -298008,7 +298010,7 @@ var state = {
298008
298010
  "title": "Botpress API",
298009
298011
  "description": "API for Botpress Cloud",
298010
298012
  "server": "https://api.botpress.cloud",
298011
- "version": "0.78.0",
298013
+ "version": "0.79.0",
298012
298014
  "prefix": "v1"
298013
298015
  },
298014
298016
  "errors": [
@@ -7718,6 +7718,7 @@ export declare const state: {
7718
7718
  additionalProperties: {
7719
7719
  type: "string";
7720
7720
  maxLength: number;
7721
+ nullable: true;
7721
7722
  };
7722
7723
  description: string;
7723
7724
  };
@@ -8240,6 +8241,7 @@ export declare const state: {
8240
8241
  additionalProperties: {
8241
8242
  type: "string";
8242
8243
  maxLength: number;
8244
+ nullable: true;
8243
8245
  };
8244
8246
  description: string;
8245
8247
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.78.0",
3
+ "version": "0.79.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {