@botpress/api 0.40.0 → 0.40.2

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",
@@ -288216,17 +288217,12 @@ var state = {
288216
288217
  "schema": {
288217
288218
  "type": "object",
288218
288219
  "properties": {
288219
- "id": {
288220
- "type": "string",
288221
- "description": "ID of the invoice."
288222
- },
288223
288220
  "total": {
288224
288221
  "type": "number",
288225
288222
  "description": "Total amount to pay of the invoice."
288226
288223
  }
288227
288224
  },
288228
288225
  "required": [
288229
- "id",
288230
288226
  "total"
288231
288227
  ],
288232
288228
  "title": "getUpcomingInvoiceResponse",
@@ -293931,7 +293927,7 @@ var state = {
293931
293927
  "title": "Botpress API",
293932
293928
  "description": "API for Botpress Cloud",
293933
293929
  "server": "https://api.botpress.cloud",
293934
- "version": "0.40.0",
293930
+ "version": "0.40.2",
293935
293931
  "prefix": "v1"
293936
293932
  },
293937
293933
  "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: {
@@ -4996,10 +4997,6 @@ export declare const state: {
4996
4997
  schema: {
4997
4998
  type: "object";
4998
4999
  properties: {
4999
- id: {
5000
- type: "string";
5001
- description: string;
5002
- };
5003
5000
  total: {
5004
5001
  type: "number";
5005
5002
  description: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.40.0",
3
+ "version": "0.40.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {