@botpress/api 1.16.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.
- package/dist/index.js +419 -9
- package/dist/src/gen/admin/state.d.ts +168 -0
- package/dist/src/gen/files/state.d.ts +24 -0
- package/dist/src/gen/runtime/state.d.ts +24 -0
- package/dist/src/gen/state.d.ts +168 -0
- package/dist/src/gen/tables/state.d.ts +24 -0
- 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 +172 -3
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +25 -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 +25 -1
- package/src/gen/state.ts +172 -3
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +25 -1
package/dist/index.js
CHANGED
|
@@ -284126,7 +284126,7 @@ var state = {
|
|
|
284126
284126
|
"title": "Botpress API",
|
|
284127
284127
|
"description": "API for Botpress Cloud",
|
|
284128
284128
|
"server": "https://api.botpress.cloud",
|
|
284129
|
-
"version": "1.
|
|
284129
|
+
"version": "1.18.0",
|
|
284130
284130
|
"prefix": "v1"
|
|
284131
284131
|
},
|
|
284132
284132
|
"errors": [
|
|
@@ -285576,6 +285576,14 @@ var state = {
|
|
|
285576
285576
|
"additionalProperties": false
|
|
285577
285577
|
}
|
|
285578
285578
|
},
|
|
285579
|
+
"attributes": {
|
|
285580
|
+
"type": "object",
|
|
285581
|
+
"additionalProperties": {
|
|
285582
|
+
"type": "string",
|
|
285583
|
+
"maxLength": 200
|
|
285584
|
+
},
|
|
285585
|
+
"description": "Optional attributes"
|
|
285586
|
+
},
|
|
285579
285587
|
"dev": {
|
|
285580
285588
|
"type": "boolean",
|
|
285581
285589
|
"description": "Indicates if the integration is a development integration; Dev integrations run locally"
|
|
@@ -285865,6 +285873,14 @@ var state = {
|
|
|
285865
285873
|
"description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
|
|
285866
285874
|
"additionalProperties": false
|
|
285867
285875
|
},
|
|
285876
|
+
"attributes": {
|
|
285877
|
+
"type": "object",
|
|
285878
|
+
"additionalProperties": {
|
|
285879
|
+
"type": "string",
|
|
285880
|
+
"maxLength": 200
|
|
285881
|
+
},
|
|
285882
|
+
"description": "Optional attributes"
|
|
285883
|
+
},
|
|
285868
285884
|
"title": {
|
|
285869
285885
|
"type": "string",
|
|
285870
285886
|
"minLength": 1,
|
|
@@ -286220,6 +286236,14 @@ var state = {
|
|
|
286220
286236
|
"description": "Conversation object configuration",
|
|
286221
286237
|
"additionalProperties": false
|
|
286222
286238
|
},
|
|
286239
|
+
"attributes": {
|
|
286240
|
+
"type": "object",
|
|
286241
|
+
"additionalProperties": {
|
|
286242
|
+
"type": "string",
|
|
286243
|
+
"maxLength": 200
|
|
286244
|
+
},
|
|
286245
|
+
"description": "Optional attributes"
|
|
286246
|
+
},
|
|
286223
286247
|
"title": {
|
|
286224
286248
|
"type": "string",
|
|
286225
286249
|
"minLength": 1,
|
|
@@ -289225,6 +289249,14 @@ var state2 = {
|
|
|
289225
289249
|
"additionalProperties": false
|
|
289226
289250
|
}
|
|
289227
289251
|
},
|
|
289252
|
+
"attributes": {
|
|
289253
|
+
"type": "object",
|
|
289254
|
+
"additionalProperties": {
|
|
289255
|
+
"type": "string",
|
|
289256
|
+
"maxLength": 200
|
|
289257
|
+
},
|
|
289258
|
+
"description": "Optional attributes"
|
|
289259
|
+
},
|
|
289228
289260
|
"dev": {
|
|
289229
289261
|
"type": "boolean",
|
|
289230
289262
|
"description": "Indicates if the integration is a development integration; Dev integrations run locally"
|
|
@@ -289958,6 +289990,14 @@ var state2 = {
|
|
|
289958
289990
|
"additionalProperties": false
|
|
289959
289991
|
}
|
|
289960
289992
|
},
|
|
289993
|
+
"attributes": {
|
|
289994
|
+
"type": "object",
|
|
289995
|
+
"additionalProperties": {
|
|
289996
|
+
"type": "string",
|
|
289997
|
+
"maxLength": 200
|
|
289998
|
+
},
|
|
289999
|
+
"description": "Optional attributes"
|
|
290000
|
+
},
|
|
289961
290001
|
"dev": {
|
|
289962
290002
|
"type": "boolean",
|
|
289963
290003
|
"description": "Indicates if the integration is a development integration; Dev integrations run locally"
|
|
@@ -290530,6 +290570,14 @@ var state2 = {
|
|
|
290530
290570
|
"description": "Conversation object configuration",
|
|
290531
290571
|
"additionalProperties": false
|
|
290532
290572
|
},
|
|
290573
|
+
"attributes": {
|
|
290574
|
+
"type": "object",
|
|
290575
|
+
"additionalProperties": {
|
|
290576
|
+
"type": "string",
|
|
290577
|
+
"maxLength": 200
|
|
290578
|
+
},
|
|
290579
|
+
"description": "Optional attributes"
|
|
290580
|
+
},
|
|
290533
290581
|
"title": {
|
|
290534
290582
|
"type": "string",
|
|
290535
290583
|
"minLength": 1,
|
|
@@ -290920,6 +290968,14 @@ var state2 = {
|
|
|
290920
290968
|
"description": "Conversation object configuration",
|
|
290921
290969
|
"additionalProperties": false
|
|
290922
290970
|
},
|
|
290971
|
+
"attributes": {
|
|
290972
|
+
"type": "object",
|
|
290973
|
+
"additionalProperties": {
|
|
290974
|
+
"type": "string",
|
|
290975
|
+
"maxLength": 200
|
|
290976
|
+
},
|
|
290977
|
+
"description": "Optional attributes"
|
|
290978
|
+
},
|
|
290923
290979
|
"title": {
|
|
290924
290980
|
"type": "string",
|
|
290925
290981
|
"minLength": 1,
|
|
@@ -291370,6 +291426,14 @@ var state2 = {
|
|
|
291370
291426
|
"description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
|
|
291371
291427
|
"additionalProperties": false
|
|
291372
291428
|
},
|
|
291429
|
+
"attributes": {
|
|
291430
|
+
"type": "object",
|
|
291431
|
+
"additionalProperties": {
|
|
291432
|
+
"type": "string",
|
|
291433
|
+
"maxLength": 200
|
|
291434
|
+
},
|
|
291435
|
+
"description": "Optional attributes"
|
|
291436
|
+
},
|
|
291373
291437
|
"title": {
|
|
291374
291438
|
"type": "string",
|
|
291375
291439
|
"minLength": 1,
|
|
@@ -291660,6 +291724,14 @@ var state2 = {
|
|
|
291660
291724
|
"description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
|
|
291661
291725
|
"additionalProperties": false
|
|
291662
291726
|
},
|
|
291727
|
+
"attributes": {
|
|
291728
|
+
"type": "object",
|
|
291729
|
+
"additionalProperties": {
|
|
291730
|
+
"type": "string",
|
|
291731
|
+
"maxLength": 200
|
|
291732
|
+
},
|
|
291733
|
+
"description": "Optional attributes"
|
|
291734
|
+
},
|
|
291663
291735
|
"title": {
|
|
291664
291736
|
"type": "string",
|
|
291665
291737
|
"minLength": 1,
|
|
@@ -292011,7 +292083,7 @@ var state2 = {
|
|
|
292011
292083
|
"type": "string",
|
|
292012
292084
|
"maxLength": 500
|
|
292013
292085
|
},
|
|
292014
|
-
"description": "
|
|
292086
|
+
"description": "Optional attributes of the [Bot](#schema_bot)"
|
|
292015
292087
|
},
|
|
292016
292088
|
"code": {
|
|
292017
292089
|
"type": "string",
|
|
@@ -292123,7 +292195,7 @@ var state2 = {
|
|
|
292123
292195
|
"type": "string",
|
|
292124
292196
|
"maxLength": 500
|
|
292125
292197
|
},
|
|
292126
|
-
"description": "
|
|
292198
|
+
"description": "Optional attributes of the [Bot](#schema_bot)"
|
|
292127
292199
|
},
|
|
292128
292200
|
"blocked": {
|
|
292129
292201
|
"type": "boolean"
|
|
@@ -293690,6 +293762,33 @@ var state2 = {
|
|
|
293690
293762
|
}
|
|
293691
293763
|
}
|
|
293692
293764
|
},
|
|
293765
|
+
"unlinkSandboxedConversations": {
|
|
293766
|
+
"name": "unlinkSandboxedConversations",
|
|
293767
|
+
"description": "**EXPERIMENTAL** Unlink all sandboxed conversations for an integration installed in a bot",
|
|
293768
|
+
"method": "delete",
|
|
293769
|
+
"path": "/v1/admin/bots/{botId}/integrations/{integrationId}/sandboxed-conversations",
|
|
293770
|
+
"section": "bot",
|
|
293771
|
+
"parameters": {
|
|
293772
|
+
"botId": {
|
|
293773
|
+
"type": "string",
|
|
293774
|
+
"description": "Bot ID",
|
|
293775
|
+
"in": "path"
|
|
293776
|
+
},
|
|
293777
|
+
"integrationId": {
|
|
293778
|
+
"type": "string",
|
|
293779
|
+
"description": "Integration Version ID",
|
|
293780
|
+
"in": "path"
|
|
293781
|
+
}
|
|
293782
|
+
},
|
|
293783
|
+
"response": {
|
|
293784
|
+
"description": "Success",
|
|
293785
|
+
"schema": {
|
|
293786
|
+
"type": "object",
|
|
293787
|
+
"title": "unlinkSandboxedConversationsResponse",
|
|
293788
|
+
"additionalProperties": false
|
|
293789
|
+
}
|
|
293790
|
+
}
|
|
293791
|
+
},
|
|
293693
293792
|
"listBotApiKeys": {
|
|
293694
293793
|
"name": "listBotApiKeys",
|
|
293695
293794
|
"description": "List BAKs (Bot Api Keys) of a bot",
|
|
@@ -296082,6 +296181,14 @@ var state2 = {
|
|
|
296082
296181
|
"additionalProperties": false
|
|
296083
296182
|
}
|
|
296084
296183
|
},
|
|
296184
|
+
"attributes": {
|
|
296185
|
+
"type": "object",
|
|
296186
|
+
"additionalProperties": {
|
|
296187
|
+
"type": "string",
|
|
296188
|
+
"maxLength": 200
|
|
296189
|
+
},
|
|
296190
|
+
"description": "Optional attributes"
|
|
296191
|
+
},
|
|
296085
296192
|
"identifier": {
|
|
296086
296193
|
"type": "object",
|
|
296087
296194
|
"properties": {
|
|
@@ -296664,6 +296771,14 @@ var state2 = {
|
|
|
296664
296771
|
"additionalProperties": false
|
|
296665
296772
|
}
|
|
296666
296773
|
},
|
|
296774
|
+
"attributes": {
|
|
296775
|
+
"type": "object",
|
|
296776
|
+
"additionalProperties": {
|
|
296777
|
+
"type": "string",
|
|
296778
|
+
"maxLength": 200
|
|
296779
|
+
},
|
|
296780
|
+
"description": "Optional attributes"
|
|
296781
|
+
},
|
|
296667
296782
|
"identifier": {
|
|
296668
296783
|
"type": "object",
|
|
296669
296784
|
"properties": {
|
|
@@ -297520,6 +297635,15 @@ var state2 = {
|
|
|
297520
297635
|
},
|
|
297521
297636
|
"additionalProperties": false
|
|
297522
297637
|
},
|
|
297638
|
+
"attributes": {
|
|
297639
|
+
"type": "object",
|
|
297640
|
+
"additionalProperties": {
|
|
297641
|
+
"type": "string",
|
|
297642
|
+
"maxLength": 200,
|
|
297643
|
+
"nullable": true
|
|
297644
|
+
},
|
|
297645
|
+
"description": "Optional attributes. Set attributes to null to remove them"
|
|
297646
|
+
},
|
|
297523
297647
|
"secrets": {
|
|
297524
297648
|
"type": "object",
|
|
297525
297649
|
"additionalProperties": {
|
|
@@ -298119,6 +298243,15 @@ var state2 = {
|
|
|
298119
298243
|
},
|
|
298120
298244
|
"additionalProperties": false
|
|
298121
298245
|
},
|
|
298246
|
+
"attributes": {
|
|
298247
|
+
"type": "object",
|
|
298248
|
+
"additionalProperties": {
|
|
298249
|
+
"type": "string",
|
|
298250
|
+
"maxLength": 200,
|
|
298251
|
+
"nullable": true
|
|
298252
|
+
},
|
|
298253
|
+
"description": "Optional attributes. Set attributes to null to remove them"
|
|
298254
|
+
},
|
|
298122
298255
|
"secrets": {
|
|
298123
298256
|
"type": "object",
|
|
298124
298257
|
"additionalProperties": {
|
|
@@ -298856,6 +298989,14 @@ var state2 = {
|
|
|
298856
298989
|
"description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
|
|
298857
298990
|
"additionalProperties": false
|
|
298858
298991
|
},
|
|
298992
|
+
"attributes": {
|
|
298993
|
+
"type": "object",
|
|
298994
|
+
"additionalProperties": {
|
|
298995
|
+
"type": "string",
|
|
298996
|
+
"maxLength": 200
|
|
298997
|
+
},
|
|
298998
|
+
"description": "Optional attributes"
|
|
298999
|
+
},
|
|
298859
299000
|
"icon": {
|
|
298860
299001
|
"type": "string",
|
|
298861
299002
|
"description": "Base64 encoded svg of the interface icon. This icon is global to the interface each versions will be updated when this changes."
|
|
@@ -299175,6 +299316,15 @@ var state2 = {
|
|
|
299175
299316
|
"nullable": true,
|
|
299176
299317
|
"additionalProperties": false
|
|
299177
299318
|
},
|
|
299319
|
+
"attributes": {
|
|
299320
|
+
"type": "object",
|
|
299321
|
+
"additionalProperties": {
|
|
299322
|
+
"type": "string",
|
|
299323
|
+
"maxLength": 200,
|
|
299324
|
+
"nullable": true
|
|
299325
|
+
},
|
|
299326
|
+
"description": "Optional attributes. Set attributes to null to remove them"
|
|
299327
|
+
},
|
|
299178
299328
|
"icon": {
|
|
299179
299329
|
"type": "string",
|
|
299180
299330
|
"description": "Base64 encoded svg of the interface icon. This icon is global to the interface each versions will be updated when this changes."
|
|
@@ -299634,6 +299784,14 @@ var state2 = {
|
|
|
299634
299784
|
},
|
|
299635
299785
|
"additionalProperties": false
|
|
299636
299786
|
},
|
|
299787
|
+
"attributes": {
|
|
299788
|
+
"type": "object",
|
|
299789
|
+
"additionalProperties": {
|
|
299790
|
+
"type": "string",
|
|
299791
|
+
"maxLength": 200
|
|
299792
|
+
},
|
|
299793
|
+
"description": "Optional attributes"
|
|
299794
|
+
},
|
|
299637
299795
|
"code": {
|
|
299638
299796
|
"type": "object",
|
|
299639
299797
|
"properties": {
|
|
@@ -300044,6 +300202,15 @@ var state2 = {
|
|
|
300044
300202
|
},
|
|
300045
300203
|
"additionalProperties": false
|
|
300046
300204
|
},
|
|
300205
|
+
"attributes": {
|
|
300206
|
+
"type": "object",
|
|
300207
|
+
"additionalProperties": {
|
|
300208
|
+
"type": "string",
|
|
300209
|
+
"maxLength": 200,
|
|
300210
|
+
"nullable": true
|
|
300211
|
+
},
|
|
300212
|
+
"description": "Optional attributes. Set attributes to null to remove them"
|
|
300213
|
+
},
|
|
300047
300214
|
"code": {
|
|
300048
300215
|
"type": "object",
|
|
300049
300216
|
"properties": {
|
|
@@ -300809,7 +300976,7 @@ var state2 = {
|
|
|
300809
300976
|
"title": "Botpress API",
|
|
300810
300977
|
"description": "API for Botpress Cloud",
|
|
300811
300978
|
"server": "https://api.botpress.cloud",
|
|
300812
|
-
"version": "1.
|
|
300979
|
+
"version": "1.18.0",
|
|
300813
300980
|
"prefix": "v1"
|
|
300814
300981
|
},
|
|
300815
300982
|
"errors": [
|
|
@@ -301006,6 +301173,7 @@ var state2 = {
|
|
|
301006
301173
|
"createIntegrationShareableIdResponse": true,
|
|
301007
301174
|
"deleteIntegrationShareableIdResponse": true,
|
|
301008
301175
|
"getIntegrationShareableIdResponse": true,
|
|
301176
|
+
"unlinkSandboxedConversationsResponse": true,
|
|
301009
301177
|
"listBotApiKeysResponse": true,
|
|
301010
301178
|
"createBotApiKeyResponse": true,
|
|
301011
301179
|
"deleteBotApiKeyResponse": true,
|
|
@@ -302317,6 +302485,14 @@ var state2 = {
|
|
|
302317
302485
|
"additionalProperties": false
|
|
302318
302486
|
}
|
|
302319
302487
|
},
|
|
302488
|
+
"attributes": {
|
|
302489
|
+
"type": "object",
|
|
302490
|
+
"additionalProperties": {
|
|
302491
|
+
"type": "string",
|
|
302492
|
+
"maxLength": 200
|
|
302493
|
+
},
|
|
302494
|
+
"description": "Optional attributes"
|
|
302495
|
+
},
|
|
302320
302496
|
"dev": {
|
|
302321
302497
|
"type": "boolean",
|
|
302322
302498
|
"description": "Indicates if the integration is a development integration; Dev integrations run locally"
|
|
@@ -302606,6 +302782,14 @@ var state2 = {
|
|
|
302606
302782
|
"description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
|
|
302607
302783
|
"additionalProperties": false
|
|
302608
302784
|
},
|
|
302785
|
+
"attributes": {
|
|
302786
|
+
"type": "object",
|
|
302787
|
+
"additionalProperties": {
|
|
302788
|
+
"type": "string",
|
|
302789
|
+
"maxLength": 200
|
|
302790
|
+
},
|
|
302791
|
+
"description": "Optional attributes"
|
|
302792
|
+
},
|
|
302609
302793
|
"title": {
|
|
302610
302794
|
"type": "string",
|
|
302611
302795
|
"minLength": 1,
|
|
@@ -302961,6 +303145,14 @@ var state2 = {
|
|
|
302961
303145
|
"description": "Conversation object configuration",
|
|
302962
303146
|
"additionalProperties": false
|
|
302963
303147
|
},
|
|
303148
|
+
"attributes": {
|
|
303149
|
+
"type": "object",
|
|
303150
|
+
"additionalProperties": {
|
|
303151
|
+
"type": "string",
|
|
303152
|
+
"maxLength": 200
|
|
303153
|
+
},
|
|
303154
|
+
"description": "Optional attributes"
|
|
303155
|
+
},
|
|
302964
303156
|
"title": {
|
|
302965
303157
|
"type": "string",
|
|
302966
303158
|
"minLength": 1,
|
|
@@ -304599,6 +304791,7 @@ var state2 = {
|
|
|
304599
304791
|
"createIntegrationShareableId",
|
|
304600
304792
|
"deleteIntegrationShareableId",
|
|
304601
304793
|
"getIntegrationShareableId",
|
|
304794
|
+
"unlinkSandboxedConversations",
|
|
304602
304795
|
"listBotApiKeys",
|
|
304603
304796
|
"createBotApiKey",
|
|
304604
304797
|
"deleteBotApiKey"
|
|
@@ -306415,7 +306608,7 @@ var state3 = {
|
|
|
306415
306608
|
"title": "Botpress API",
|
|
306416
306609
|
"description": "API for Botpress Cloud",
|
|
306417
306610
|
"server": "https://api.botpress.cloud",
|
|
306418
|
-
"version": "1.
|
|
306611
|
+
"version": "1.18.0",
|
|
306419
306612
|
"prefix": "v1"
|
|
306420
306613
|
},
|
|
306421
306614
|
"errors": [
|
|
@@ -307818,6 +308011,14 @@ var state3 = {
|
|
|
307818
308011
|
"additionalProperties": false
|
|
307819
308012
|
}
|
|
307820
308013
|
},
|
|
308014
|
+
"attributes": {
|
|
308015
|
+
"type": "object",
|
|
308016
|
+
"additionalProperties": {
|
|
308017
|
+
"type": "string",
|
|
308018
|
+
"maxLength": 200
|
|
308019
|
+
},
|
|
308020
|
+
"description": "Optional attributes"
|
|
308021
|
+
},
|
|
307821
308022
|
"dev": {
|
|
307822
308023
|
"type": "boolean",
|
|
307823
308024
|
"description": "Indicates if the integration is a development integration; Dev integrations run locally"
|
|
@@ -308107,6 +308308,14 @@ var state3 = {
|
|
|
308107
308308
|
"description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
|
|
308108
308309
|
"additionalProperties": false
|
|
308109
308310
|
},
|
|
308311
|
+
"attributes": {
|
|
308312
|
+
"type": "object",
|
|
308313
|
+
"additionalProperties": {
|
|
308314
|
+
"type": "string",
|
|
308315
|
+
"maxLength": 200
|
|
308316
|
+
},
|
|
308317
|
+
"description": "Optional attributes"
|
|
308318
|
+
},
|
|
308110
308319
|
"title": {
|
|
308111
308320
|
"type": "string",
|
|
308112
308321
|
"minLength": 1,
|
|
@@ -308462,6 +308671,14 @@ var state3 = {
|
|
|
308462
308671
|
"description": "Conversation object configuration",
|
|
308463
308672
|
"additionalProperties": false
|
|
308464
308673
|
},
|
|
308674
|
+
"attributes": {
|
|
308675
|
+
"type": "object",
|
|
308676
|
+
"additionalProperties": {
|
|
308677
|
+
"type": "string",
|
|
308678
|
+
"maxLength": 200
|
|
308679
|
+
},
|
|
308680
|
+
"description": "Optional attributes"
|
|
308681
|
+
},
|
|
308465
308682
|
"title": {
|
|
308466
308683
|
"type": "string",
|
|
308467
308684
|
"minLength": 1,
|
|
@@ -311395,7 +311612,7 @@ var state4 = {
|
|
|
311395
311612
|
"title": "Botpress API",
|
|
311396
311613
|
"description": "API for Botpress Cloud",
|
|
311397
311614
|
"server": "https://api.botpress.cloud",
|
|
311398
|
-
"version": "1.
|
|
311615
|
+
"version": "1.18.0",
|
|
311399
311616
|
"prefix": "v1"
|
|
311400
311617
|
},
|
|
311401
311618
|
"errors": [
|
|
@@ -312805,6 +313022,14 @@ var state4 = {
|
|
|
312805
313022
|
"additionalProperties": false
|
|
312806
313023
|
}
|
|
312807
313024
|
},
|
|
313025
|
+
"attributes": {
|
|
313026
|
+
"type": "object",
|
|
313027
|
+
"additionalProperties": {
|
|
313028
|
+
"type": "string",
|
|
313029
|
+
"maxLength": 200
|
|
313030
|
+
},
|
|
313031
|
+
"description": "Optional attributes"
|
|
313032
|
+
},
|
|
312808
313033
|
"dev": {
|
|
312809
313034
|
"type": "boolean",
|
|
312810
313035
|
"description": "Indicates if the integration is a development integration; Dev integrations run locally"
|
|
@@ -313094,6 +313319,14 @@ var state4 = {
|
|
|
313094
313319
|
"description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
|
|
313095
313320
|
"additionalProperties": false
|
|
313096
313321
|
},
|
|
313322
|
+
"attributes": {
|
|
313323
|
+
"type": "object",
|
|
313324
|
+
"additionalProperties": {
|
|
313325
|
+
"type": "string",
|
|
313326
|
+
"maxLength": 200
|
|
313327
|
+
},
|
|
313328
|
+
"description": "Optional attributes"
|
|
313329
|
+
},
|
|
313097
313330
|
"title": {
|
|
313098
313331
|
"type": "string",
|
|
313099
313332
|
"minLength": 1,
|
|
@@ -313449,6 +313682,14 @@ var state4 = {
|
|
|
313449
313682
|
"description": "Conversation object configuration",
|
|
313450
313683
|
"additionalProperties": false
|
|
313451
313684
|
},
|
|
313685
|
+
"attributes": {
|
|
313686
|
+
"type": "object",
|
|
313687
|
+
"additionalProperties": {
|
|
313688
|
+
"type": "string",
|
|
313689
|
+
"maxLength": 200
|
|
313690
|
+
},
|
|
313691
|
+
"description": "Optional attributes"
|
|
313692
|
+
},
|
|
313452
313693
|
"title": {
|
|
313453
313694
|
"type": "string",
|
|
313454
313695
|
"minLength": 1,
|
|
@@ -319012,6 +319253,14 @@ var state5 = {
|
|
|
319012
319253
|
"additionalProperties": false
|
|
319013
319254
|
}
|
|
319014
319255
|
},
|
|
319256
|
+
"attributes": {
|
|
319257
|
+
"type": "object",
|
|
319258
|
+
"additionalProperties": {
|
|
319259
|
+
"type": "string",
|
|
319260
|
+
"maxLength": 200
|
|
319261
|
+
},
|
|
319262
|
+
"description": "Optional attributes"
|
|
319263
|
+
},
|
|
319015
319264
|
"dev": {
|
|
319016
319265
|
"type": "boolean",
|
|
319017
319266
|
"description": "Indicates if the integration is a development integration; Dev integrations run locally"
|
|
@@ -319745,6 +319994,14 @@ var state5 = {
|
|
|
319745
319994
|
"additionalProperties": false
|
|
319746
319995
|
}
|
|
319747
319996
|
},
|
|
319997
|
+
"attributes": {
|
|
319998
|
+
"type": "object",
|
|
319999
|
+
"additionalProperties": {
|
|
320000
|
+
"type": "string",
|
|
320001
|
+
"maxLength": 200
|
|
320002
|
+
},
|
|
320003
|
+
"description": "Optional attributes"
|
|
320004
|
+
},
|
|
319748
320005
|
"dev": {
|
|
319749
320006
|
"type": "boolean",
|
|
319750
320007
|
"description": "Indicates if the integration is a development integration; Dev integrations run locally"
|
|
@@ -320317,6 +320574,14 @@ var state5 = {
|
|
|
320317
320574
|
"description": "Conversation object configuration",
|
|
320318
320575
|
"additionalProperties": false
|
|
320319
320576
|
},
|
|
320577
|
+
"attributes": {
|
|
320578
|
+
"type": "object",
|
|
320579
|
+
"additionalProperties": {
|
|
320580
|
+
"type": "string",
|
|
320581
|
+
"maxLength": 200
|
|
320582
|
+
},
|
|
320583
|
+
"description": "Optional attributes"
|
|
320584
|
+
},
|
|
320320
320585
|
"title": {
|
|
320321
320586
|
"type": "string",
|
|
320322
320587
|
"minLength": 1,
|
|
@@ -320707,6 +320972,14 @@ var state5 = {
|
|
|
320707
320972
|
"description": "Conversation object configuration",
|
|
320708
320973
|
"additionalProperties": false
|
|
320709
320974
|
},
|
|
320975
|
+
"attributes": {
|
|
320976
|
+
"type": "object",
|
|
320977
|
+
"additionalProperties": {
|
|
320978
|
+
"type": "string",
|
|
320979
|
+
"maxLength": 200
|
|
320980
|
+
},
|
|
320981
|
+
"description": "Optional attributes"
|
|
320982
|
+
},
|
|
320710
320983
|
"title": {
|
|
320711
320984
|
"type": "string",
|
|
320712
320985
|
"minLength": 1,
|
|
@@ -321157,6 +321430,14 @@ var state5 = {
|
|
|
321157
321430
|
"description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
|
|
321158
321431
|
"additionalProperties": false
|
|
321159
321432
|
},
|
|
321433
|
+
"attributes": {
|
|
321434
|
+
"type": "object",
|
|
321435
|
+
"additionalProperties": {
|
|
321436
|
+
"type": "string",
|
|
321437
|
+
"maxLength": 200
|
|
321438
|
+
},
|
|
321439
|
+
"description": "Optional attributes"
|
|
321440
|
+
},
|
|
321160
321441
|
"title": {
|
|
321161
321442
|
"type": "string",
|
|
321162
321443
|
"minLength": 1,
|
|
@@ -321447,6 +321728,14 @@ var state5 = {
|
|
|
321447
321728
|
"description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
|
|
321448
321729
|
"additionalProperties": false
|
|
321449
321730
|
},
|
|
321731
|
+
"attributes": {
|
|
321732
|
+
"type": "object",
|
|
321733
|
+
"additionalProperties": {
|
|
321734
|
+
"type": "string",
|
|
321735
|
+
"maxLength": 200
|
|
321736
|
+
},
|
|
321737
|
+
"description": "Optional attributes"
|
|
321738
|
+
},
|
|
321450
321739
|
"title": {
|
|
321451
321740
|
"type": "string",
|
|
321452
321741
|
"minLength": 1,
|
|
@@ -321798,7 +322087,7 @@ var state5 = {
|
|
|
321798
322087
|
"type": "string",
|
|
321799
322088
|
"maxLength": 500
|
|
321800
322089
|
},
|
|
321801
|
-
"description": "
|
|
322090
|
+
"description": "Optional attributes of the [Bot](#schema_bot)"
|
|
321802
322091
|
},
|
|
321803
322092
|
"code": {
|
|
321804
322093
|
"type": "string",
|
|
@@ -321910,7 +322199,7 @@ var state5 = {
|
|
|
321910
322199
|
"type": "string",
|
|
321911
322200
|
"maxLength": 500
|
|
321912
322201
|
},
|
|
321913
|
-
"description": "
|
|
322202
|
+
"description": "Optional attributes of the [Bot](#schema_bot)"
|
|
321914
322203
|
},
|
|
321915
322204
|
"blocked": {
|
|
321916
322205
|
"type": "boolean"
|
|
@@ -323477,6 +323766,33 @@ var state5 = {
|
|
|
323477
323766
|
}
|
|
323478
323767
|
}
|
|
323479
323768
|
},
|
|
323769
|
+
"unlinkSandboxedConversations": {
|
|
323770
|
+
"name": "unlinkSandboxedConversations",
|
|
323771
|
+
"description": "**EXPERIMENTAL** Unlink all sandboxed conversations for an integration installed in a bot",
|
|
323772
|
+
"method": "delete",
|
|
323773
|
+
"path": "/v1/admin/bots/{botId}/integrations/{integrationId}/sandboxed-conversations",
|
|
323774
|
+
"section": "bot",
|
|
323775
|
+
"parameters": {
|
|
323776
|
+
"botId": {
|
|
323777
|
+
"type": "string",
|
|
323778
|
+
"description": "Bot ID",
|
|
323779
|
+
"in": "path"
|
|
323780
|
+
},
|
|
323781
|
+
"integrationId": {
|
|
323782
|
+
"type": "string",
|
|
323783
|
+
"description": "Integration Version ID",
|
|
323784
|
+
"in": "path"
|
|
323785
|
+
}
|
|
323786
|
+
},
|
|
323787
|
+
"response": {
|
|
323788
|
+
"description": "Success",
|
|
323789
|
+
"schema": {
|
|
323790
|
+
"type": "object",
|
|
323791
|
+
"title": "unlinkSandboxedConversationsResponse",
|
|
323792
|
+
"additionalProperties": false
|
|
323793
|
+
}
|
|
323794
|
+
}
|
|
323795
|
+
},
|
|
323480
323796
|
"listBotApiKeys": {
|
|
323481
323797
|
"name": "listBotApiKeys",
|
|
323482
323798
|
"description": "List BAKs (Bot Api Keys) of a bot",
|
|
@@ -325870,6 +326186,14 @@ var state5 = {
|
|
|
325870
326186
|
"additionalProperties": false
|
|
325871
326187
|
}
|
|
325872
326188
|
},
|
|
326189
|
+
"attributes": {
|
|
326190
|
+
"type": "object",
|
|
326191
|
+
"additionalProperties": {
|
|
326192
|
+
"type": "string",
|
|
326193
|
+
"maxLength": 200
|
|
326194
|
+
},
|
|
326195
|
+
"description": "Optional attributes"
|
|
326196
|
+
},
|
|
325873
326197
|
"identifier": {
|
|
325874
326198
|
"type": "object",
|
|
325875
326199
|
"properties": {
|
|
@@ -326452,6 +326776,14 @@ var state5 = {
|
|
|
326452
326776
|
"additionalProperties": false
|
|
326453
326777
|
}
|
|
326454
326778
|
},
|
|
326779
|
+
"attributes": {
|
|
326780
|
+
"type": "object",
|
|
326781
|
+
"additionalProperties": {
|
|
326782
|
+
"type": "string",
|
|
326783
|
+
"maxLength": 200
|
|
326784
|
+
},
|
|
326785
|
+
"description": "Optional attributes"
|
|
326786
|
+
},
|
|
326455
326787
|
"identifier": {
|
|
326456
326788
|
"type": "object",
|
|
326457
326789
|
"properties": {
|
|
@@ -327308,6 +327640,15 @@ var state5 = {
|
|
|
327308
327640
|
},
|
|
327309
327641
|
"additionalProperties": false
|
|
327310
327642
|
},
|
|
327643
|
+
"attributes": {
|
|
327644
|
+
"type": "object",
|
|
327645
|
+
"additionalProperties": {
|
|
327646
|
+
"type": "string",
|
|
327647
|
+
"maxLength": 200,
|
|
327648
|
+
"nullable": true
|
|
327649
|
+
},
|
|
327650
|
+
"description": "Optional attributes. Set attributes to null to remove them"
|
|
327651
|
+
},
|
|
327311
327652
|
"secrets": {
|
|
327312
327653
|
"type": "object",
|
|
327313
327654
|
"additionalProperties": {
|
|
@@ -327907,6 +328248,15 @@ var state5 = {
|
|
|
327907
328248
|
},
|
|
327908
328249
|
"additionalProperties": false
|
|
327909
328250
|
},
|
|
328251
|
+
"attributes": {
|
|
328252
|
+
"type": "object",
|
|
328253
|
+
"additionalProperties": {
|
|
328254
|
+
"type": "string",
|
|
328255
|
+
"maxLength": 200,
|
|
328256
|
+
"nullable": true
|
|
328257
|
+
},
|
|
328258
|
+
"description": "Optional attributes. Set attributes to null to remove them"
|
|
328259
|
+
},
|
|
327910
328260
|
"secrets": {
|
|
327911
328261
|
"type": "object",
|
|
327912
328262
|
"additionalProperties": {
|
|
@@ -328644,6 +328994,14 @@ var state5 = {
|
|
|
328644
328994
|
"description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
|
|
328645
328995
|
"additionalProperties": false
|
|
328646
328996
|
},
|
|
328997
|
+
"attributes": {
|
|
328998
|
+
"type": "object",
|
|
328999
|
+
"additionalProperties": {
|
|
329000
|
+
"type": "string",
|
|
329001
|
+
"maxLength": 200
|
|
329002
|
+
},
|
|
329003
|
+
"description": "Optional attributes"
|
|
329004
|
+
},
|
|
328647
329005
|
"icon": {
|
|
328648
329006
|
"type": "string",
|
|
328649
329007
|
"description": "Base64 encoded svg of the interface icon. This icon is global to the interface each versions will be updated when this changes."
|
|
@@ -328963,6 +329321,15 @@ var state5 = {
|
|
|
328963
329321
|
"nullable": true,
|
|
328964
329322
|
"additionalProperties": false
|
|
328965
329323
|
},
|
|
329324
|
+
"attributes": {
|
|
329325
|
+
"type": "object",
|
|
329326
|
+
"additionalProperties": {
|
|
329327
|
+
"type": "string",
|
|
329328
|
+
"maxLength": 200,
|
|
329329
|
+
"nullable": true
|
|
329330
|
+
},
|
|
329331
|
+
"description": "Optional attributes. Set attributes to null to remove them"
|
|
329332
|
+
},
|
|
328966
329333
|
"icon": {
|
|
328967
329334
|
"type": "string",
|
|
328968
329335
|
"description": "Base64 encoded svg of the interface icon. This icon is global to the interface each versions will be updated when this changes."
|
|
@@ -329422,6 +329789,14 @@ var state5 = {
|
|
|
329422
329789
|
},
|
|
329423
329790
|
"additionalProperties": false
|
|
329424
329791
|
},
|
|
329792
|
+
"attributes": {
|
|
329793
|
+
"type": "object",
|
|
329794
|
+
"additionalProperties": {
|
|
329795
|
+
"type": "string",
|
|
329796
|
+
"maxLength": 200
|
|
329797
|
+
},
|
|
329798
|
+
"description": "Optional attributes"
|
|
329799
|
+
},
|
|
329425
329800
|
"code": {
|
|
329426
329801
|
"type": "object",
|
|
329427
329802
|
"properties": {
|
|
@@ -329832,6 +330207,15 @@ var state5 = {
|
|
|
329832
330207
|
},
|
|
329833
330208
|
"additionalProperties": false
|
|
329834
330209
|
},
|
|
330210
|
+
"attributes": {
|
|
330211
|
+
"type": "object",
|
|
330212
|
+
"additionalProperties": {
|
|
330213
|
+
"type": "string",
|
|
330214
|
+
"maxLength": 200,
|
|
330215
|
+
"nullable": true
|
|
330216
|
+
},
|
|
330217
|
+
"description": "Optional attributes. Set attributes to null to remove them"
|
|
330218
|
+
},
|
|
329835
330219
|
"code": {
|
|
329836
330220
|
"type": "object",
|
|
329837
330221
|
"properties": {
|
|
@@ -333442,7 +333826,7 @@ var state5 = {
|
|
|
333442
333826
|
"title": "Botpress API",
|
|
333443
333827
|
"description": "API for Botpress Cloud",
|
|
333444
333828
|
"server": "https://api.botpress.cloud",
|
|
333445
|
-
"version": "1.
|
|
333829
|
+
"version": "1.18.0",
|
|
333446
333830
|
"prefix": "v1"
|
|
333447
333831
|
},
|
|
333448
333832
|
"errors": [
|
|
@@ -333724,6 +334108,7 @@ var state5 = {
|
|
|
333724
334108
|
"createIntegrationShareableIdResponse": true,
|
|
333725
334109
|
"deleteIntegrationShareableIdResponse": true,
|
|
333726
334110
|
"getIntegrationShareableIdResponse": true,
|
|
334111
|
+
"unlinkSandboxedConversationsResponse": true,
|
|
333727
334112
|
"listBotApiKeysResponse": true,
|
|
333728
334113
|
"createBotApiKeyResponse": true,
|
|
333729
334114
|
"deleteBotApiKeyResponse": true,
|
|
@@ -335067,6 +335452,14 @@ var state5 = {
|
|
|
335067
335452
|
"additionalProperties": false
|
|
335068
335453
|
}
|
|
335069
335454
|
},
|
|
335455
|
+
"attributes": {
|
|
335456
|
+
"type": "object",
|
|
335457
|
+
"additionalProperties": {
|
|
335458
|
+
"type": "string",
|
|
335459
|
+
"maxLength": 200
|
|
335460
|
+
},
|
|
335461
|
+
"description": "Optional attributes"
|
|
335462
|
+
},
|
|
335070
335463
|
"dev": {
|
|
335071
335464
|
"type": "boolean",
|
|
335072
335465
|
"description": "Indicates if the integration is a development integration; Dev integrations run locally"
|
|
@@ -335356,6 +335749,14 @@ var state5 = {
|
|
|
335356
335749
|
"description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
|
|
335357
335750
|
"additionalProperties": false
|
|
335358
335751
|
},
|
|
335752
|
+
"attributes": {
|
|
335753
|
+
"type": "object",
|
|
335754
|
+
"additionalProperties": {
|
|
335755
|
+
"type": "string",
|
|
335756
|
+
"maxLength": 200
|
|
335757
|
+
},
|
|
335758
|
+
"description": "Optional attributes"
|
|
335759
|
+
},
|
|
335359
335760
|
"title": {
|
|
335360
335761
|
"type": "string",
|
|
335361
335762
|
"minLength": 1,
|
|
@@ -335711,6 +336112,14 @@ var state5 = {
|
|
|
335711
336112
|
"description": "Conversation object configuration",
|
|
335712
336113
|
"additionalProperties": false
|
|
335713
336114
|
},
|
|
336115
|
+
"attributes": {
|
|
336116
|
+
"type": "object",
|
|
336117
|
+
"additionalProperties": {
|
|
336118
|
+
"type": "string",
|
|
336119
|
+
"maxLength": 200
|
|
336120
|
+
},
|
|
336121
|
+
"description": "Optional attributes"
|
|
336122
|
+
},
|
|
335714
336123
|
"title": {
|
|
335715
336124
|
"type": "string",
|
|
335716
336125
|
"minLength": 1,
|
|
@@ -337403,6 +337812,7 @@ var state5 = {
|
|
|
337403
337812
|
"createIntegrationShareableId",
|
|
337404
337813
|
"deleteIntegrationShareableId",
|
|
337405
337814
|
"getIntegrationShareableId",
|
|
337815
|
+
"unlinkSandboxedConversations",
|
|
337406
337816
|
"listBotApiKeys",
|
|
337407
337817
|
"createBotApiKey",
|
|
337408
337818
|
"deleteBotApiKey"
|