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