@botpress/api 1.39.0 → 1.41.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.
@@ -2157,7 +2157,8 @@ export const state = {
2157
2157
  "type": "string",
2158
2158
  "enum": [
2159
2159
  "pending",
2160
- "in_progress"
2160
+ "in_progress",
2161
+ "listening"
2161
2162
  ]
2162
2163
  },
2163
2164
  "eventId": {
@@ -2465,7 +2466,8 @@ export const state = {
2465
2466
  "type": "string",
2466
2467
  "enum": [
2467
2468
  "pending",
2468
- "in_progress"
2469
+ "in_progress",
2470
+ "listening"
2469
2471
  ]
2470
2472
  },
2471
2473
  "eventId": {
@@ -2621,7 +2623,7 @@ export const state = {
2621
2623
  "title": "Botpress API",
2622
2624
  "description": "API for Botpress Cloud",
2623
2625
  "server": "https://api.botpress.cloud",
2624
- "version": "1.39.0",
2626
+ "version": "1.41.0",
2625
2627
  "prefix": "v1"
2626
2628
  },
2627
2629
  "errors": [
@@ -3015,7 +3017,7 @@ export const state = {
3015
3017
  ],
3016
3018
  "additionalProperties": false
3017
3019
  },
3018
- "description": "A mapping of integrations to their configuration"
3020
+ "description": "A mapping of integrations to their configuration. If the `x-multiple-integrations` header is present, this object is keyed by integration aliases. Otherwise, this object is keyed by integration ids."
3019
3021
  },
3020
3022
  "plugins": {
3021
3023
  "type": "object",
package/src/gen/state.ts CHANGED
@@ -2157,7 +2157,8 @@ export const state = {
2157
2157
  "type": "string",
2158
2158
  "enum": [
2159
2159
  "pending",
2160
- "in_progress"
2160
+ "in_progress",
2161
+ "listening"
2161
2162
  ]
2162
2163
  },
2163
2164
  "eventId": {
@@ -2465,7 +2466,8 @@ export const state = {
2465
2466
  "type": "string",
2466
2467
  "enum": [
2467
2468
  "pending",
2468
- "in_progress"
2469
+ "in_progress",
2470
+ "listening"
2469
2471
  ]
2470
2472
  },
2471
2473
  "eventId": {
@@ -19669,7 +19671,7 @@ export const state = {
19669
19671
  "title": "Botpress API",
19670
19672
  "description": "API for Botpress Cloud",
19671
19673
  "server": "https://api.botpress.cloud",
19672
- "version": "1.39.0",
19674
+ "version": "1.41.0",
19673
19675
  "prefix": "v1"
19674
19676
  },
19675
19677
  "errors": [
@@ -20253,7 +20255,7 @@ export const state = {
20253
20255
  ],
20254
20256
  "additionalProperties": false
20255
20257
  },
20256
- "description": "A mapping of integrations to their configuration"
20258
+ "description": "A mapping of integrations to their configuration. If the `x-multiple-integrations` header is present, this object is keyed by integration aliases. Otherwise, this object is keyed by integration ids."
20257
20259
  },
20258
20260
  "plugins": {
20259
20261
  "type": "object",