@botpress/api 1.17.0 → 1.18.1
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/dist/index.js +63 -69
- package/dist/src/gen/admin/state.d.ts +28 -32
- package/dist/src/gen/state.d.ts +28 -32
- package/package.json +1 -1
- package/src/gen/admin/metadata.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +30 -33
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +1 -1
- package/src/gen/metadata.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +1 -1
- package/src/gen/state.ts +30 -33
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +1 -1
package/src/gen/runtime/state.ts
CHANGED
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",
|
|
@@ -12192,22 +12219,6 @@ export const state = {
|
|
|
12192
12219
|
"additionalProperties": false
|
|
12193
12220
|
}
|
|
12194
12221
|
},
|
|
12195
|
-
"sandbox": {
|
|
12196
|
-
"type": "object",
|
|
12197
|
-
"properties": {
|
|
12198
|
-
"identifierExtractScript": {
|
|
12199
|
-
"type": "string",
|
|
12200
|
-
"maxLength": 2000,
|
|
12201
|
-
"nullable": true
|
|
12202
|
-
},
|
|
12203
|
-
"messageExtractScript": {
|
|
12204
|
-
"type": "string",
|
|
12205
|
-
"maxLength": 2000,
|
|
12206
|
-
"nullable": true
|
|
12207
|
-
}
|
|
12208
|
-
},
|
|
12209
|
-
"additionalProperties": false
|
|
12210
|
-
},
|
|
12211
12222
|
"attributes": {
|
|
12212
12223
|
"type": "object",
|
|
12213
12224
|
"additionalProperties": {
|
|
@@ -12800,22 +12811,6 @@ export const state = {
|
|
|
12800
12811
|
"additionalProperties": false
|
|
12801
12812
|
}
|
|
12802
12813
|
},
|
|
12803
|
-
"sandbox": {
|
|
12804
|
-
"type": "object",
|
|
12805
|
-
"properties": {
|
|
12806
|
-
"identifierExtractScript": {
|
|
12807
|
-
"type": "string",
|
|
12808
|
-
"maxLength": 2000,
|
|
12809
|
-
"nullable": true
|
|
12810
|
-
},
|
|
12811
|
-
"messageExtractScript": {
|
|
12812
|
-
"type": "string",
|
|
12813
|
-
"maxLength": 2000,
|
|
12814
|
-
"nullable": true
|
|
12815
|
-
}
|
|
12816
|
-
},
|
|
12817
|
-
"additionalProperties": false
|
|
12818
|
-
},
|
|
12819
12814
|
"attributes": {
|
|
12820
12815
|
"type": "object",
|
|
12821
12816
|
"additionalProperties": {
|
|
@@ -18394,7 +18389,7 @@ export const state = {
|
|
|
18394
18389
|
"title": "Botpress API",
|
|
18395
18390
|
"description": "API for Botpress Cloud",
|
|
18396
18391
|
"server": "https://api.botpress.cloud",
|
|
18397
|
-
"version": "1.
|
|
18392
|
+
"version": "1.18.1",
|
|
18398
18393
|
"prefix": "v1"
|
|
18399
18394
|
},
|
|
18400
18395
|
"errors": [
|
|
@@ -18676,6 +18671,7 @@ export const state = {
|
|
|
18676
18671
|
"createIntegrationShareableIdResponse": true,
|
|
18677
18672
|
"deleteIntegrationShareableIdResponse": true,
|
|
18678
18673
|
"getIntegrationShareableIdResponse": true,
|
|
18674
|
+
"unlinkSandboxedConversationsResponse": true,
|
|
18679
18675
|
"listBotApiKeysResponse": true,
|
|
18680
18676
|
"createBotApiKeyResponse": true,
|
|
18681
18677
|
"deleteBotApiKeyResponse": true,
|
|
@@ -22379,6 +22375,7 @@ export const state = {
|
|
|
22379
22375
|
"createIntegrationShareableId",
|
|
22380
22376
|
"deleteIntegrationShareableId",
|
|
22381
22377
|
"getIntegrationShareableId",
|
|
22378
|
+
"unlinkSandboxedConversations",
|
|
22382
22379
|
"listBotApiKeys",
|
|
22383
22380
|
"createBotApiKey",
|
|
22384
22381
|
"deleteBotApiKey"
|