@botpress/api 0.18.3 → 0.18.4

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
@@ -5292,6 +5292,10 @@ export const state = {
5292
5292
  "type": "string",
5293
5293
  "nullable": true
5294
5294
  },
5295
+ "value": {
5296
+ "type": "string",
5297
+ "nullable": true
5298
+ },
5295
5299
  "action": {
5296
5300
  "type": "string",
5297
5301
  "enum": [
@@ -5313,7 +5317,8 @@ export const state = {
5313
5317
  "UPDATE_PAYMENT_METHOD",
5314
5318
  "UPDATE_WORKSPACE",
5315
5319
  "UPGRADE_WORKSPACE_PLAN",
5316
- "SET_SPENDING_LIMIT"
5320
+ "SET_SPENDING_LIMIT",
5321
+ "SET_AI_SPENDING_LIMIT"
5317
5322
  ]
5318
5323
  }
5319
5324
  },
@@ -7847,7 +7852,7 @@ export const state = {
7847
7852
  "title": "Botpress API",
7848
7853
  "description": "API for Botpress Cloud",
7849
7854
  "server": "https://api.botpress.cloud",
7850
- "version": "0.18.3",
7855
+ "version": "0.18.4",
7851
7856
  "prefix": "v1"
7852
7857
  },
7853
7858
  "errors": [