@botpress/api 1.17.0 → 1.18.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.
@@ -2604,7 +2604,7 @@ export const state = {
2604
2604
  "title": "Botpress API",
2605
2605
  "description": "API for Botpress Cloud",
2606
2606
  "server": "https://api.botpress.cloud",
2607
- "version": "1.17.0",
2607
+ "version": "1.18.0",
2608
2608
  "prefix": "v1"
2609
2609
  },
2610
2610
  "errors": [
package/src/gen/state.ts CHANGED
@@ -8361,6 +8361,33 @@ export const state = {
8361
8361
  }
8362
8362
  }
8363
8363
  },
8364
+ "unlinkSandboxedConversations": {
8365
+ "name": "unlinkSandboxedConversations",
8366
+ "description": "**EXPERIMENTAL** Unlink all sandboxed conversations for an integration installed in a bot",
8367
+ "method": "delete",
8368
+ "path": "/v1/admin/bots/{botId}/integrations/{integrationId}/sandboxed-conversations",
8369
+ "section": "bot",
8370
+ "parameters": {
8371
+ "botId": {
8372
+ "type": "string",
8373
+ "description": "Bot ID",
8374
+ "in": "path"
8375
+ },
8376
+ "integrationId": {
8377
+ "type": "string",
8378
+ "description": "Integration Version ID",
8379
+ "in": "path"
8380
+ }
8381
+ },
8382
+ "response": {
8383
+ "description": "Success",
8384
+ "schema": {
8385
+ "type": "object",
8386
+ "title": "unlinkSandboxedConversationsResponse",
8387
+ "additionalProperties": false
8388
+ }
8389
+ }
8390
+ },
8364
8391
  "listBotApiKeys": {
8365
8392
  "name": "listBotApiKeys",
8366
8393
  "description": "List BAKs (Bot Api Keys) of a bot",
@@ -18394,7 +18421,7 @@ export const state = {
18394
18421
  "title": "Botpress API",
18395
18422
  "description": "API for Botpress Cloud",
18396
18423
  "server": "https://api.botpress.cloud",
18397
- "version": "1.17.0",
18424
+ "version": "1.18.0",
18398
18425
  "prefix": "v1"
18399
18426
  },
18400
18427
  "errors": [
@@ -18676,6 +18703,7 @@ export const state = {
18676
18703
  "createIntegrationShareableIdResponse": true,
18677
18704
  "deleteIntegrationShareableIdResponse": true,
18678
18705
  "getIntegrationShareableIdResponse": true,
18706
+ "unlinkSandboxedConversationsResponse": true,
18679
18707
  "listBotApiKeysResponse": true,
18680
18708
  "createBotApiKeyResponse": true,
18681
18709
  "deleteBotApiKeyResponse": true,
@@ -22379,6 +22407,7 @@ export const state = {
22379
22407
  "createIntegrationShareableId",
22380
22408
  "deleteIntegrationShareableId",
22381
22409
  "getIntegrationShareableId",
22410
+ "unlinkSandboxedConversations",
22382
22411
  "listBotApiKeys",
22383
22412
  "createBotApiKey",
22384
22413
  "deleteBotApiKey"