@botpress/api 0.48.0 → 0.48.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
@@ -283462,13 +283462,11 @@ var state = {
283462
283462
  "type": "string",
283463
283463
  "maxLength": 200,
283464
283464
  "description": "Unique identifier of the integration that was installed on the bot"
283465
- },
283466
- "configuration": {
283467
- "type": "object",
283468
- "additionalProperties": true,
283469
- "description": "Configuration fields to update for the integration"
283470
283465
  }
283471
283466
  },
283467
+ "required": [
283468
+ "identifier"
283469
+ ],
283472
283470
  "title": "configureIntegrationBody",
283473
283471
  "additionalProperties": false
283474
283472
  }
@@ -294041,7 +294039,7 @@ var state = {
294041
294039
  "title": "Botpress API",
294042
294040
  "description": "API for Botpress Cloud",
294043
294041
  "server": "https://api.botpress.cloud",
294044
- "version": "0.48.0",
294042
+ "version": "0.48.1",
294045
294043
  "prefix": "v1"
294046
294044
  },
294047
294045
  "errors": [
@@ -1568,12 +1568,8 @@ export declare const state: {
1568
1568
  maxLength: number;
1569
1569
  description: string;
1570
1570
  };
1571
- configuration: {
1572
- type: "object";
1573
- additionalProperties: true;
1574
- description: string;
1575
- };
1576
1571
  };
1572
+ required: string[];
1577
1573
  title: string;
1578
1574
  additionalProperties: false;
1579
1575
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.48.0",
3
+ "version": "0.48.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {