@botpress/api 0.23.0 → 0.24.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
@@ -587,6 +587,11 @@ export const state = {
587
587
  "in": "query",
588
588
  "type": "string",
589
589
  "description": "Filter by message id"
590
+ },
591
+ "status": {
592
+ "in": "query",
593
+ "type": "string",
594
+ "description": "Filter by status. Allowed values: pending, ignored, processed, failed."
590
595
  }
591
596
  },
592
597
  "response": {
@@ -9547,7 +9552,7 @@ export const state = {
9547
9552
  "title": "Botpress API",
9548
9553
  "description": "API for Botpress Cloud",
9549
9554
  "server": "https://api.botpress.cloud",
9550
- "version": "0.23.0",
9555
+ "version": "0.24.0",
9551
9556
  "prefix": "v1"
9552
9557
  },
9553
9558
  "errors": [