@botpress/api 0.41.1 → 0.41.3

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
@@ -7085,7 +7085,8 @@ export const state = {
7085
7085
  "UPDATE_PAYMENT_METHOD",
7086
7086
  "UPDATE_WORKSPACE",
7087
7087
  "SET_SPENDING_LIMIT",
7088
- "SET_AI_SPENDING_LIMIT"
7088
+ "SET_AI_SPENDING_LIMIT",
7089
+ "UPDATE_WORKSPACE_BILLING_READONLY"
7089
7090
  ]
7090
7091
  }
7091
7092
  },
@@ -10459,7 +10460,8 @@ export const state = {
10459
10460
  "type": {
10460
10461
  "type": "string",
10461
10462
  "enum": [
10462
- "chunk"
10463
+ "chunk",
10464
+ "summary"
10463
10465
  ],
10464
10466
  "description": "The type of passage"
10465
10467
  },
@@ -10593,7 +10595,8 @@ export const state = {
10593
10595
  "type": {
10594
10596
  "type": "string",
10595
10597
  "enum": [
10596
- "chunk"
10598
+ "chunk",
10599
+ "summary"
10597
10600
  ],
10598
10601
  "description": "The type of passage"
10599
10602
  },
@@ -11550,7 +11553,7 @@ export const state = {
11550
11553
  "title": "Botpress API",
11551
11554
  "description": "API for Botpress Cloud",
11552
11555
  "server": "https://api.botpress.cloud",
11553
- "version": "0.41.1",
11556
+ "version": "0.41.3",
11554
11557
  "prefix": "v1"
11555
11558
  },
11556
11559
  "errors": [