@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.
@@ -5767,6 +5767,33 @@ export const state = {
5767
5767
  }
5768
5768
  }
5769
5769
  },
5770
+ "unlinkSandboxedConversations": {
5771
+ "name": "unlinkSandboxedConversations",
5772
+ "description": "**EXPERIMENTAL** Unlink all sandboxed conversations for an integration installed in a bot",
5773
+ "method": "delete",
5774
+ "path": "/v1/admin/bots/{botId}/integrations/{integrationId}/sandboxed-conversations",
5775
+ "section": "bot",
5776
+ "parameters": {
5777
+ "botId": {
5778
+ "type": "string",
5779
+ "description": "Bot ID",
5780
+ "in": "path"
5781
+ },
5782
+ "integrationId": {
5783
+ "type": "string",
5784
+ "description": "Integration Version ID",
5785
+ "in": "path"
5786
+ }
5787
+ },
5788
+ "response": {
5789
+ "description": "Success",
5790
+ "schema": {
5791
+ "type": "object",
5792
+ "title": "unlinkSandboxedConversationsResponse",
5793
+ "additionalProperties": false
5794
+ }
5795
+ }
5796
+ },
5770
5797
  "listBotApiKeys": {
5771
5798
  "name": "listBotApiKeys",
5772
5799
  "description": "List BAKs (Bot Api Keys) of a bot",
@@ -12954,7 +12981,7 @@ export const state = {
12954
12981
  "title": "Botpress API",
12955
12982
  "description": "API for Botpress Cloud",
12956
12983
  "server": "https://api.botpress.cloud",
12957
- "version": "1.17.0",
12984
+ "version": "1.18.0",
12958
12985
  "prefix": "v1"
12959
12986
  },
12960
12987
  "errors": [
@@ -13151,6 +13178,7 @@ export const state = {
13151
13178
  "createIntegrationShareableIdResponse": true,
13152
13179
  "deleteIntegrationShareableIdResponse": true,
13153
13180
  "getIntegrationShareableIdResponse": true,
13181
+ "unlinkSandboxedConversationsResponse": true,
13154
13182
  "listBotApiKeysResponse": true,
13155
13183
  "createBotApiKeyResponse": true,
13156
13184
  "deleteBotApiKeyResponse": true,
@@ -16768,6 +16796,7 @@ export const state = {
16768
16796
  "createIntegrationShareableId",
16769
16797
  "deleteIntegrationShareableId",
16770
16798
  "getIntegrationShareableId",
16799
+ "unlinkSandboxedConversations",
16771
16800
  "listBotApiKeys",
16772
16801
  "createBotApiKey",
16773
16802
  "deleteBotApiKey"