@botpress/api 0.40.0 → 0.40.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
@@ -287001,7 +287001,8 @@ var state = {
287001
287001
  },
287002
287002
  "configurationType": {
287003
287003
  "type": "string",
287004
- "description": "Integration's configuration type. Default if not provided"
287004
+ "nullable": true,
287005
+ "description": "Integration's configuration type. Set to default if null."
287005
287006
  },
287006
287007
  "configuration": {
287007
287008
  "type": "object",
@@ -293931,7 +293932,7 @@ var state = {
293931
293932
  "title": "Botpress API",
293932
293933
  "description": "API for Botpress Cloud",
293933
293934
  "server": "https://api.botpress.cloud",
293934
- "version": "0.40.0",
293935
+ "version": "0.40.1",
293935
293936
  "prefix": "v1"
293936
293937
  },
293937
293938
  "errors": [
@@ -3938,6 +3938,7 @@ export declare const state: {
3938
3938
  };
3939
3939
  configurationType: {
3940
3940
  type: "string";
3941
+ nullable: true;
3941
3942
  description: string;
3942
3943
  };
3943
3944
  configuration: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.40.0",
3
+ "version": "0.40.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {