@botpress/api 0.76.0 → 0.77.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/src/gen/state.ts CHANGED
@@ -6481,6 +6481,18 @@ export const state = {
6481
6481
  "subscription"
6482
6482
  ],
6483
6483
  "description": "Type of the line item."
6484
+ },
6485
+ "periodStart": {
6486
+ "type": "string",
6487
+ "format": "date",
6488
+ "description": "Start date of the line item period.",
6489
+ "nullable": true
6490
+ },
6491
+ "periodEnd": {
6492
+ "type": "string",
6493
+ "format": "date",
6494
+ "description": "End date of the line item period.",
6495
+ "nullable": true
6484
6496
  }
6485
6497
  },
6486
6498
  "required": [
@@ -6490,7 +6502,9 @@ export const state = {
6490
6502
  "currency",
6491
6503
  "pricePerUnitInCents",
6492
6504
  "quantity",
6493
- "type"
6505
+ "type",
6506
+ "periodStart",
6507
+ "periodEnd"
6494
6508
  ]
6495
6509
  },
6496
6510
  "description": "List of items included in the invoice."
@@ -15374,7 +15388,7 @@ export const state = {
15374
15388
  "title": "Botpress API",
15375
15389
  "description": "API for Botpress Cloud",
15376
15390
  "server": "https://api.botpress.cloud",
15377
- "version": "0.76.0",
15391
+ "version": "0.77.0",
15378
15392
  "prefix": "v1"
15379
15393
  },
15380
15394
  "errors": [