@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/admin/state.ts
CHANGED
|
@@ -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",
|
|
@@ -9597,22 +9624,6 @@ export const state = {
|
|
|
9597
9624
|
"additionalProperties": false
|
|
9598
9625
|
}
|
|
9599
9626
|
},
|
|
9600
|
-
"sandbox": {
|
|
9601
|
-
"type": "object",
|
|
9602
|
-
"properties": {
|
|
9603
|
-
"identifierExtractScript": {
|
|
9604
|
-
"type": "string",
|
|
9605
|
-
"maxLength": 2000,
|
|
9606
|
-
"nullable": true
|
|
9607
|
-
},
|
|
9608
|
-
"messageExtractScript": {
|
|
9609
|
-
"type": "string",
|
|
9610
|
-
"maxLength": 2000,
|
|
9611
|
-
"nullable": true
|
|
9612
|
-
}
|
|
9613
|
-
},
|
|
9614
|
-
"additionalProperties": false
|
|
9615
|
-
},
|
|
9616
9627
|
"attributes": {
|
|
9617
9628
|
"type": "object",
|
|
9618
9629
|
"additionalProperties": {
|
|
@@ -10205,22 +10216,6 @@ export const state = {
|
|
|
10205
10216
|
"additionalProperties": false
|
|
10206
10217
|
}
|
|
10207
10218
|
},
|
|
10208
|
-
"sandbox": {
|
|
10209
|
-
"type": "object",
|
|
10210
|
-
"properties": {
|
|
10211
|
-
"identifierExtractScript": {
|
|
10212
|
-
"type": "string",
|
|
10213
|
-
"maxLength": 2000,
|
|
10214
|
-
"nullable": true
|
|
10215
|
-
},
|
|
10216
|
-
"messageExtractScript": {
|
|
10217
|
-
"type": "string",
|
|
10218
|
-
"maxLength": 2000,
|
|
10219
|
-
"nullable": true
|
|
10220
|
-
}
|
|
10221
|
-
},
|
|
10222
|
-
"additionalProperties": false
|
|
10223
|
-
},
|
|
10224
10219
|
"attributes": {
|
|
10225
10220
|
"type": "object",
|
|
10226
10221
|
"additionalProperties": {
|
|
@@ -12954,7 +12949,7 @@ export const state = {
|
|
|
12954
12949
|
"title": "Botpress API",
|
|
12955
12950
|
"description": "API for Botpress Cloud",
|
|
12956
12951
|
"server": "https://api.botpress.cloud",
|
|
12957
|
-
"version": "1.
|
|
12952
|
+
"version": "1.18.1",
|
|
12958
12953
|
"prefix": "v1"
|
|
12959
12954
|
},
|
|
12960
12955
|
"errors": [
|
|
@@ -13151,6 +13146,7 @@ export const state = {
|
|
|
13151
13146
|
"createIntegrationShareableIdResponse": true,
|
|
13152
13147
|
"deleteIntegrationShareableIdResponse": true,
|
|
13153
13148
|
"getIntegrationShareableIdResponse": true,
|
|
13149
|
+
"unlinkSandboxedConversationsResponse": true,
|
|
13154
13150
|
"listBotApiKeysResponse": true,
|
|
13155
13151
|
"createBotApiKeyResponse": true,
|
|
13156
13152
|
"deleteBotApiKeyResponse": true,
|
|
@@ -16768,6 +16764,7 @@ export const state = {
|
|
|
16768
16764
|
"createIntegrationShareableId",
|
|
16769
16765
|
"deleteIntegrationShareableId",
|
|
16770
16766
|
"getIntegrationShareableId",
|
|
16767
|
+
"unlinkSandboxedConversations",
|
|
16771
16768
|
"listBotApiKeys",
|
|
16772
16769
|
"createBotApiKey",
|
|
16773
16770
|
"deleteBotApiKey"
|