@botpress/api 1.6.0 → 1.8.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 +403 -19
- package/dist/src/gen/admin/state.d.ts +146 -3
- package/dist/src/gen/files/state.d.ts +32 -0
- package/dist/src/gen/runtime/state.d.ts +33 -0
- package/dist/src/gen/state.d.ts +147 -3
- package/dist/src/gen/tables/state.d.ts +32 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +150 -7
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +33 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +35 -2
- package/src/gen/state.ts +152 -8
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +33 -1
package/dist/index.js
CHANGED
|
@@ -283789,6 +283789,7 @@ var state = {
|
|
|
283789
283789
|
"identifier": {
|
|
283790
283790
|
"type": "string",
|
|
283791
283791
|
"maxLength": 200,
|
|
283792
|
+
"nullable": true,
|
|
283792
283793
|
"description": "Unique identifier of the integration that was installed on the bot"
|
|
283793
283794
|
},
|
|
283794
283795
|
"scheduleRegisterCall": {
|
|
@@ -283813,7 +283814,7 @@ var state = {
|
|
|
283813
283814
|
"additionalProperties": false
|
|
283814
283815
|
},
|
|
283815
283816
|
"nullable": true,
|
|
283816
|
-
"description": "Sandbox identifiers for the integration. Setting this to null will remove all sandbox identifiers. Setting an individual
|
|
283817
|
+
"description": "**EXPERIMENTAL** Sandbox identifiers for the integration. Setting this to null will remove all sandbox identifiers. Setting an individual sandbox identifier to null will remove that sandbox identifier. This is an experimental feature meant to be used by specific integrations."
|
|
283817
283818
|
}
|
|
283818
283819
|
},
|
|
283819
283820
|
"title": "configureIntegrationBody",
|
|
@@ -284643,7 +284644,7 @@ var state = {
|
|
|
284643
284644
|
"title": "Botpress API",
|
|
284644
284645
|
"description": "API for Botpress Cloud",
|
|
284645
284646
|
"server": "https://api.botpress.cloud",
|
|
284646
|
-
"version": "1.
|
|
284647
|
+
"version": "1.8.0",
|
|
284647
284648
|
"prefix": "v1"
|
|
284648
284649
|
},
|
|
284649
284650
|
"errors": [
|
|
@@ -285305,6 +285306,14 @@ var state = {
|
|
|
285305
285306
|
"schema"
|
|
285306
285307
|
],
|
|
285307
285308
|
"additionalProperties": false
|
|
285309
|
+
},
|
|
285310
|
+
"attributes": {
|
|
285311
|
+
"type": "object",
|
|
285312
|
+
"additionalProperties": {
|
|
285313
|
+
"type": "string",
|
|
285314
|
+
"maxLength": 200
|
|
285315
|
+
},
|
|
285316
|
+
"description": "Optional attributes"
|
|
285308
285317
|
}
|
|
285309
285318
|
},
|
|
285310
285319
|
"required": [
|
|
@@ -285881,6 +285890,14 @@ var state = {
|
|
|
285881
285890
|
"schema"
|
|
285882
285891
|
],
|
|
285883
285892
|
"additionalProperties": false
|
|
285893
|
+
},
|
|
285894
|
+
"attributes": {
|
|
285895
|
+
"type": "object",
|
|
285896
|
+
"additionalProperties": {
|
|
285897
|
+
"type": "string",
|
|
285898
|
+
"maxLength": 200
|
|
285899
|
+
},
|
|
285900
|
+
"description": "Optional attributes"
|
|
285884
285901
|
}
|
|
285885
285902
|
},
|
|
285886
285903
|
"required": [
|
|
@@ -286176,6 +286193,14 @@ var state = {
|
|
|
286176
286193
|
"schema"
|
|
286177
286194
|
],
|
|
286178
286195
|
"additionalProperties": false
|
|
286196
|
+
},
|
|
286197
|
+
"attributes": {
|
|
286198
|
+
"type": "object",
|
|
286199
|
+
"additionalProperties": {
|
|
286200
|
+
"type": "string",
|
|
286201
|
+
"maxLength": 200
|
|
286202
|
+
},
|
|
286203
|
+
"description": "Optional attributes"
|
|
286179
286204
|
}
|
|
286180
286205
|
},
|
|
286181
286206
|
"required": [
|
|
@@ -286421,6 +286446,14 @@ var state = {
|
|
|
286421
286446
|
"schema"
|
|
286422
286447
|
],
|
|
286423
286448
|
"additionalProperties": false
|
|
286449
|
+
},
|
|
286450
|
+
"attributes": {
|
|
286451
|
+
"type": "object",
|
|
286452
|
+
"additionalProperties": {
|
|
286453
|
+
"type": "string",
|
|
286454
|
+
"maxLength": 200
|
|
286455
|
+
},
|
|
286456
|
+
"description": "Optional attributes"
|
|
286424
286457
|
}
|
|
286425
286458
|
},
|
|
286426
286459
|
"required": [
|
|
@@ -289454,6 +289487,14 @@ var state2 = {
|
|
|
289454
289487
|
"schema"
|
|
289455
289488
|
],
|
|
289456
289489
|
"additionalProperties": false
|
|
289490
|
+
},
|
|
289491
|
+
"attributes": {
|
|
289492
|
+
"type": "object",
|
|
289493
|
+
"additionalProperties": {
|
|
289494
|
+
"type": "string",
|
|
289495
|
+
"maxLength": 200
|
|
289496
|
+
},
|
|
289497
|
+
"description": "Optional attributes"
|
|
289457
289498
|
}
|
|
289458
289499
|
},
|
|
289459
289500
|
"required": [
|
|
@@ -290171,6 +290212,14 @@ var state2 = {
|
|
|
290171
290212
|
"schema"
|
|
290172
290213
|
],
|
|
290173
290214
|
"additionalProperties": false
|
|
290215
|
+
},
|
|
290216
|
+
"attributes": {
|
|
290217
|
+
"type": "object",
|
|
290218
|
+
"additionalProperties": {
|
|
290219
|
+
"type": "string",
|
|
290220
|
+
"maxLength": 200
|
|
290221
|
+
},
|
|
290222
|
+
"description": "Optional attributes"
|
|
290174
290223
|
}
|
|
290175
290224
|
},
|
|
290176
290225
|
"required": [
|
|
@@ -290683,6 +290732,14 @@ var state2 = {
|
|
|
290683
290732
|
"schema"
|
|
290684
290733
|
],
|
|
290685
290734
|
"additionalProperties": false
|
|
290735
|
+
},
|
|
290736
|
+
"attributes": {
|
|
290737
|
+
"type": "object",
|
|
290738
|
+
"additionalProperties": {
|
|
290739
|
+
"type": "string",
|
|
290740
|
+
"maxLength": 200
|
|
290741
|
+
},
|
|
290742
|
+
"description": "Optional attributes"
|
|
290686
290743
|
}
|
|
290687
290744
|
},
|
|
290688
290745
|
"required": [
|
|
@@ -291057,6 +291114,14 @@ var state2 = {
|
|
|
291057
291114
|
"schema"
|
|
291058
291115
|
],
|
|
291059
291116
|
"additionalProperties": false
|
|
291117
|
+
},
|
|
291118
|
+
"attributes": {
|
|
291119
|
+
"type": "object",
|
|
291120
|
+
"additionalProperties": {
|
|
291121
|
+
"type": "string",
|
|
291122
|
+
"maxLength": 200
|
|
291123
|
+
},
|
|
291124
|
+
"description": "Optional attributes"
|
|
291060
291125
|
}
|
|
291061
291126
|
},
|
|
291062
291127
|
"required": [
|
|
@@ -291460,6 +291525,14 @@ var state2 = {
|
|
|
291460
291525
|
"schema"
|
|
291461
291526
|
],
|
|
291462
291527
|
"additionalProperties": false
|
|
291528
|
+
},
|
|
291529
|
+
"attributes": {
|
|
291530
|
+
"type": "object",
|
|
291531
|
+
"additionalProperties": {
|
|
291532
|
+
"type": "string",
|
|
291533
|
+
"maxLength": 200
|
|
291534
|
+
},
|
|
291535
|
+
"description": "Optional attributes"
|
|
291463
291536
|
}
|
|
291464
291537
|
},
|
|
291465
291538
|
"required": [
|
|
@@ -291847,6 +291920,14 @@ var state2 = {
|
|
|
291847
291920
|
"schema"
|
|
291848
291921
|
],
|
|
291849
291922
|
"additionalProperties": false
|
|
291923
|
+
},
|
|
291924
|
+
"attributes": {
|
|
291925
|
+
"type": "object",
|
|
291926
|
+
"additionalProperties": {
|
|
291927
|
+
"type": "string",
|
|
291928
|
+
"maxLength": 200
|
|
291929
|
+
},
|
|
291930
|
+
"description": "Optional attributes"
|
|
291850
291931
|
}
|
|
291851
291932
|
},
|
|
291852
291933
|
"required": [
|
|
@@ -293089,7 +293170,7 @@ var state2 = {
|
|
|
293089
293170
|
},
|
|
293090
293171
|
"createIntegrationShareableId": {
|
|
293091
293172
|
"name": "createIntegrationShareableId",
|
|
293092
|
-
"description": "
|
|
293173
|
+
"description": "**EXPERIMENTAL** Generate a shareable ID for an integration installed in a bot. This ID is meant to identify the crossover of a bot and an integration version, just like the webhook ID, but in a human-readable format. It is used for the integrations channel sandbox feature.",
|
|
293093
293174
|
"method": "post",
|
|
293094
293175
|
"path": "/v1/admin/bots/{botId}/integrations/{integrationId}/shareable-id",
|
|
293095
293176
|
"section": "bot",
|
|
@@ -293132,7 +293213,7 @@ var state2 = {
|
|
|
293132
293213
|
},
|
|
293133
293214
|
"deleteIntegrationShareableId": {
|
|
293134
293215
|
"name": "deleteIntegrationShareableId",
|
|
293135
|
-
"description": "
|
|
293216
|
+
"description": "**EXPERIMENTAL** Delete a shareable ID for an integration installed in a bot. This ID is meant to identify the crossover of a bot and an integration version, just like the webhook ID, but in a human-readable format. It is used for the integrations channel sandbox feature.",
|
|
293136
293217
|
"method": "delete",
|
|
293137
293218
|
"path": "/v1/admin/bots/{botId}/integrations/{integrationId}/shareable-id",
|
|
293138
293219
|
"section": "bot",
|
|
@@ -293159,7 +293240,7 @@ var state2 = {
|
|
|
293159
293240
|
},
|
|
293160
293241
|
"getIntegrationShareableId": {
|
|
293161
293242
|
"name": "getIntegrationShareableId",
|
|
293162
|
-
"description": "
|
|
293243
|
+
"description": "**EXPERIMENTAL** Get an existing shareable ID for an integration installed in a bot. This ID is meant to identify the crossover of a bot and an integration version, just like the webhook ID, but in a human-readable format. It is used for the integrations channel sandbox feature.",
|
|
293163
293244
|
"method": "get",
|
|
293164
293245
|
"path": "/v1/admin/bots/{botId}/integrations/{integrationId}/shareable-id",
|
|
293165
293246
|
"section": "bot",
|
|
@@ -295535,6 +295616,14 @@ var state2 = {
|
|
|
295535
295616
|
"schema"
|
|
295536
295617
|
],
|
|
295537
295618
|
"additionalProperties": false
|
|
295619
|
+
},
|
|
295620
|
+
"attributes": {
|
|
295621
|
+
"type": "object",
|
|
295622
|
+
"additionalProperties": {
|
|
295623
|
+
"type": "string",
|
|
295624
|
+
"maxLength": 200
|
|
295625
|
+
},
|
|
295626
|
+
"description": "Optional attributes"
|
|
295538
295627
|
}
|
|
295539
295628
|
},
|
|
295540
295629
|
"required": [
|
|
@@ -296101,6 +296190,14 @@ var state2 = {
|
|
|
296101
296190
|
"schema"
|
|
296102
296191
|
],
|
|
296103
296192
|
"additionalProperties": false
|
|
296193
|
+
},
|
|
296194
|
+
"attributes": {
|
|
296195
|
+
"type": "object",
|
|
296196
|
+
"additionalProperties": {
|
|
296197
|
+
"type": "string",
|
|
296198
|
+
"maxLength": 200
|
|
296199
|
+
},
|
|
296200
|
+
"description": "Optional attributes"
|
|
296104
296201
|
}
|
|
296105
296202
|
},
|
|
296106
296203
|
"required": [
|
|
@@ -296734,13 +296831,21 @@ var state2 = {
|
|
|
296734
296831
|
"schema"
|
|
296735
296832
|
],
|
|
296736
296833
|
"additionalProperties": false
|
|
296834
|
+
},
|
|
296835
|
+
"attributes": {
|
|
296836
|
+
"type": "object",
|
|
296837
|
+
"additionalProperties": {
|
|
296838
|
+
"type": "string",
|
|
296839
|
+
"maxLength": 200,
|
|
296840
|
+
"nullable": true
|
|
296841
|
+
},
|
|
296842
|
+
"description": "Optional attributes. Set attributes to null to remove them"
|
|
296737
296843
|
}
|
|
296738
296844
|
},
|
|
296739
296845
|
"required": [
|
|
296740
296846
|
"input",
|
|
296741
296847
|
"output"
|
|
296742
296848
|
],
|
|
296743
|
-
"description": "Action definition",
|
|
296744
296849
|
"nullable": true,
|
|
296745
296850
|
"additionalProperties": false
|
|
296746
296851
|
}
|
|
@@ -297317,13 +297422,21 @@ var state2 = {
|
|
|
297317
297422
|
"schema"
|
|
297318
297423
|
],
|
|
297319
297424
|
"additionalProperties": false
|
|
297425
|
+
},
|
|
297426
|
+
"attributes": {
|
|
297427
|
+
"type": "object",
|
|
297428
|
+
"additionalProperties": {
|
|
297429
|
+
"type": "string",
|
|
297430
|
+
"maxLength": 200,
|
|
297431
|
+
"nullable": true
|
|
297432
|
+
},
|
|
297433
|
+
"description": "Optional attributes. Set attributes to null to remove them"
|
|
297320
297434
|
}
|
|
297321
297435
|
},
|
|
297322
297436
|
"required": [
|
|
297323
297437
|
"input",
|
|
297324
297438
|
"output"
|
|
297325
297439
|
],
|
|
297326
|
-
"description": "Action definition",
|
|
297327
297440
|
"nullable": true,
|
|
297328
297441
|
"additionalProperties": false
|
|
297329
297442
|
}
|
|
@@ -298208,6 +298321,14 @@ var state2 = {
|
|
|
298208
298321
|
"schema"
|
|
298209
298322
|
],
|
|
298210
298323
|
"additionalProperties": false
|
|
298324
|
+
},
|
|
298325
|
+
"attributes": {
|
|
298326
|
+
"type": "object",
|
|
298327
|
+
"additionalProperties": {
|
|
298328
|
+
"type": "string",
|
|
298329
|
+
"maxLength": 200
|
|
298330
|
+
},
|
|
298331
|
+
"description": "Optional attributes"
|
|
298211
298332
|
}
|
|
298212
298333
|
},
|
|
298213
298334
|
"required": [
|
|
@@ -298487,13 +298608,20 @@ var state2 = {
|
|
|
298487
298608
|
"schema"
|
|
298488
298609
|
],
|
|
298489
298610
|
"additionalProperties": false
|
|
298611
|
+
},
|
|
298612
|
+
"attributes": {
|
|
298613
|
+
"type": "object",
|
|
298614
|
+
"additionalProperties": {
|
|
298615
|
+
"type": "string",
|
|
298616
|
+
"maxLength": 200,
|
|
298617
|
+
"nullable": true
|
|
298618
|
+
}
|
|
298490
298619
|
}
|
|
298491
298620
|
},
|
|
298492
298621
|
"required": [
|
|
298493
298622
|
"input",
|
|
298494
298623
|
"output"
|
|
298495
298624
|
],
|
|
298496
|
-
"description": "Action definition",
|
|
298497
298625
|
"nullable": true,
|
|
298498
298626
|
"additionalProperties": false
|
|
298499
298627
|
}
|
|
@@ -298837,6 +298965,14 @@ var state2 = {
|
|
|
298837
298965
|
"schema"
|
|
298838
298966
|
],
|
|
298839
298967
|
"additionalProperties": false
|
|
298968
|
+
},
|
|
298969
|
+
"attributes": {
|
|
298970
|
+
"type": "object",
|
|
298971
|
+
"additionalProperties": {
|
|
298972
|
+
"type": "string",
|
|
298973
|
+
"maxLength": 200
|
|
298974
|
+
},
|
|
298975
|
+
"description": "Optional attributes"
|
|
298840
298976
|
}
|
|
298841
298977
|
},
|
|
298842
298978
|
"required": [
|
|
@@ -299228,6 +299364,14 @@ var state2 = {
|
|
|
299228
299364
|
"schema"
|
|
299229
299365
|
],
|
|
299230
299366
|
"additionalProperties": false
|
|
299367
|
+
},
|
|
299368
|
+
"attributes": {
|
|
299369
|
+
"type": "object",
|
|
299370
|
+
"additionalProperties": {
|
|
299371
|
+
"type": "string",
|
|
299372
|
+
"maxLength": 200
|
|
299373
|
+
},
|
|
299374
|
+
"description": "Optional attributes"
|
|
299231
299375
|
}
|
|
299232
299376
|
},
|
|
299233
299377
|
"required": [
|
|
@@ -300072,7 +300216,7 @@ var state2 = {
|
|
|
300072
300216
|
"title": "Botpress API",
|
|
300073
300217
|
"description": "API for Botpress Cloud",
|
|
300074
300218
|
"server": "https://api.botpress.cloud",
|
|
300075
|
-
"version": "1.
|
|
300219
|
+
"version": "1.8.0",
|
|
300076
300220
|
"prefix": "v1"
|
|
300077
300221
|
},
|
|
300078
300222
|
"errors": [
|
|
@@ -300789,6 +300933,14 @@ var state2 = {
|
|
|
300789
300933
|
"schema"
|
|
300790
300934
|
],
|
|
300791
300935
|
"additionalProperties": false
|
|
300936
|
+
},
|
|
300937
|
+
"attributes": {
|
|
300938
|
+
"type": "object",
|
|
300939
|
+
"additionalProperties": {
|
|
300940
|
+
"type": "string",
|
|
300941
|
+
"maxLength": 200
|
|
300942
|
+
},
|
|
300943
|
+
"description": "Optional attributes"
|
|
300792
300944
|
}
|
|
300793
300945
|
},
|
|
300794
300946
|
"required": [
|
|
@@ -301365,6 +301517,14 @@ var state2 = {
|
|
|
301365
301517
|
"schema"
|
|
301366
301518
|
],
|
|
301367
301519
|
"additionalProperties": false
|
|
301520
|
+
},
|
|
301521
|
+
"attributes": {
|
|
301522
|
+
"type": "object",
|
|
301523
|
+
"additionalProperties": {
|
|
301524
|
+
"type": "string",
|
|
301525
|
+
"maxLength": 200
|
|
301526
|
+
},
|
|
301527
|
+
"description": "Optional attributes"
|
|
301368
301528
|
}
|
|
301369
301529
|
},
|
|
301370
301530
|
"required": [
|
|
@@ -301660,6 +301820,14 @@ var state2 = {
|
|
|
301660
301820
|
"schema"
|
|
301661
301821
|
],
|
|
301662
301822
|
"additionalProperties": false
|
|
301823
|
+
},
|
|
301824
|
+
"attributes": {
|
|
301825
|
+
"type": "object",
|
|
301826
|
+
"additionalProperties": {
|
|
301827
|
+
"type": "string",
|
|
301828
|
+
"maxLength": 200
|
|
301829
|
+
},
|
|
301830
|
+
"description": "Optional attributes"
|
|
301663
301831
|
}
|
|
301664
301832
|
},
|
|
301665
301833
|
"required": [
|
|
@@ -301905,6 +302073,14 @@ var state2 = {
|
|
|
301905
302073
|
"schema"
|
|
301906
302074
|
],
|
|
301907
302075
|
"additionalProperties": false
|
|
302076
|
+
},
|
|
302077
|
+
"attributes": {
|
|
302078
|
+
"type": "object",
|
|
302079
|
+
"additionalProperties": {
|
|
302080
|
+
"type": "string",
|
|
302081
|
+
"maxLength": 200
|
|
302082
|
+
},
|
|
302083
|
+
"description": "Optional attributes"
|
|
301908
302084
|
}
|
|
301909
302085
|
},
|
|
301910
302086
|
"required": [
|
|
@@ -305420,7 +305596,7 @@ var state3 = {
|
|
|
305420
305596
|
"title": "Botpress API",
|
|
305421
305597
|
"description": "API for Botpress Cloud",
|
|
305422
305598
|
"server": "https://api.botpress.cloud",
|
|
305423
|
-
"version": "1.
|
|
305599
|
+
"version": "1.8.0",
|
|
305424
305600
|
"prefix": "v1"
|
|
305425
305601
|
},
|
|
305426
305602
|
"errors": [
|
|
@@ -306033,6 +306209,14 @@ var state3 = {
|
|
|
306033
306209
|
"schema"
|
|
306034
306210
|
],
|
|
306035
306211
|
"additionalProperties": false
|
|
306212
|
+
},
|
|
306213
|
+
"attributes": {
|
|
306214
|
+
"type": "object",
|
|
306215
|
+
"additionalProperties": {
|
|
306216
|
+
"type": "string",
|
|
306217
|
+
"maxLength": 200
|
|
306218
|
+
},
|
|
306219
|
+
"description": "Optional attributes"
|
|
306036
306220
|
}
|
|
306037
306221
|
},
|
|
306038
306222
|
"required": [
|
|
@@ -306609,6 +306793,14 @@ var state3 = {
|
|
|
306609
306793
|
"schema"
|
|
306610
306794
|
],
|
|
306611
306795
|
"additionalProperties": false
|
|
306796
|
+
},
|
|
306797
|
+
"attributes": {
|
|
306798
|
+
"type": "object",
|
|
306799
|
+
"additionalProperties": {
|
|
306800
|
+
"type": "string",
|
|
306801
|
+
"maxLength": 200
|
|
306802
|
+
},
|
|
306803
|
+
"description": "Optional attributes"
|
|
306612
306804
|
}
|
|
306613
306805
|
},
|
|
306614
306806
|
"required": [
|
|
@@ -306904,6 +307096,14 @@ var state3 = {
|
|
|
306904
307096
|
"schema"
|
|
306905
307097
|
],
|
|
306906
307098
|
"additionalProperties": false
|
|
307099
|
+
},
|
|
307100
|
+
"attributes": {
|
|
307101
|
+
"type": "object",
|
|
307102
|
+
"additionalProperties": {
|
|
307103
|
+
"type": "string",
|
|
307104
|
+
"maxLength": 200
|
|
307105
|
+
},
|
|
307106
|
+
"description": "Optional attributes"
|
|
306907
307107
|
}
|
|
306908
307108
|
},
|
|
306909
307109
|
"required": [
|
|
@@ -307149,6 +307349,14 @@ var state3 = {
|
|
|
307149
307349
|
"schema"
|
|
307150
307350
|
],
|
|
307151
307351
|
"additionalProperties": false
|
|
307352
|
+
},
|
|
307353
|
+
"attributes": {
|
|
307354
|
+
"type": "object",
|
|
307355
|
+
"additionalProperties": {
|
|
307356
|
+
"type": "string",
|
|
307357
|
+
"maxLength": 200
|
|
307358
|
+
},
|
|
307359
|
+
"description": "Optional attributes"
|
|
307152
307360
|
}
|
|
307153
307361
|
},
|
|
307154
307362
|
"required": [
|
|
@@ -310215,7 +310423,7 @@ var state4 = {
|
|
|
310215
310423
|
"title": "Botpress API",
|
|
310216
310424
|
"description": "API for Botpress Cloud",
|
|
310217
310425
|
"server": "https://api.botpress.cloud",
|
|
310218
|
-
"version": "1.
|
|
310426
|
+
"version": "1.8.0",
|
|
310219
310427
|
"prefix": "v1"
|
|
310220
310428
|
},
|
|
310221
310429
|
"errors": [
|
|
@@ -310837,6 +311045,14 @@ var state4 = {
|
|
|
310837
311045
|
"schema"
|
|
310838
311046
|
],
|
|
310839
311047
|
"additionalProperties": false
|
|
311048
|
+
},
|
|
311049
|
+
"attributes": {
|
|
311050
|
+
"type": "object",
|
|
311051
|
+
"additionalProperties": {
|
|
311052
|
+
"type": "string",
|
|
311053
|
+
"maxLength": 200
|
|
311054
|
+
},
|
|
311055
|
+
"description": "Optional attributes"
|
|
310840
311056
|
}
|
|
310841
311057
|
},
|
|
310842
311058
|
"required": [
|
|
@@ -311413,6 +311629,14 @@ var state4 = {
|
|
|
311413
311629
|
"schema"
|
|
311414
311630
|
],
|
|
311415
311631
|
"additionalProperties": false
|
|
311632
|
+
},
|
|
311633
|
+
"attributes": {
|
|
311634
|
+
"type": "object",
|
|
311635
|
+
"additionalProperties": {
|
|
311636
|
+
"type": "string",
|
|
311637
|
+
"maxLength": 200
|
|
311638
|
+
},
|
|
311639
|
+
"description": "Optional attributes"
|
|
311416
311640
|
}
|
|
311417
311641
|
},
|
|
311418
311642
|
"required": [
|
|
@@ -311708,6 +311932,14 @@ var state4 = {
|
|
|
311708
311932
|
"schema"
|
|
311709
311933
|
],
|
|
311710
311934
|
"additionalProperties": false
|
|
311935
|
+
},
|
|
311936
|
+
"attributes": {
|
|
311937
|
+
"type": "object",
|
|
311938
|
+
"additionalProperties": {
|
|
311939
|
+
"type": "string",
|
|
311940
|
+
"maxLength": 200
|
|
311941
|
+
},
|
|
311942
|
+
"description": "Optional attributes"
|
|
311711
311943
|
}
|
|
311712
311944
|
},
|
|
311713
311945
|
"required": [
|
|
@@ -311953,6 +312185,14 @@ var state4 = {
|
|
|
311953
312185
|
"schema"
|
|
311954
312186
|
],
|
|
311955
312187
|
"additionalProperties": false
|
|
312188
|
+
},
|
|
312189
|
+
"attributes": {
|
|
312190
|
+
"type": "object",
|
|
312191
|
+
"additionalProperties": {
|
|
312192
|
+
"type": "string",
|
|
312193
|
+
"maxLength": 200
|
|
312194
|
+
},
|
|
312195
|
+
"description": "Optional attributes"
|
|
311956
312196
|
}
|
|
311957
312197
|
},
|
|
311958
312198
|
"required": [
|
|
@@ -315555,6 +315795,7 @@ var state5 = {
|
|
|
315555
315795
|
"identifier": {
|
|
315556
315796
|
"type": "string",
|
|
315557
315797
|
"maxLength": 200,
|
|
315798
|
+
"nullable": true,
|
|
315558
315799
|
"description": "Unique identifier of the integration that was installed on the bot"
|
|
315559
315800
|
},
|
|
315560
315801
|
"scheduleRegisterCall": {
|
|
@@ -315579,7 +315820,7 @@ var state5 = {
|
|
|
315579
315820
|
"additionalProperties": false
|
|
315580
315821
|
},
|
|
315581
315822
|
"nullable": true,
|
|
315582
|
-
"description": "Sandbox identifiers for the integration. Setting this to null will remove all sandbox identifiers. Setting an individual
|
|
315823
|
+
"description": "**EXPERIMENTAL** Sandbox identifiers for the integration. Setting this to null will remove all sandbox identifiers. Setting an individual sandbox identifier to null will remove that sandbox identifier. This is an experimental feature meant to be used by specific integrations."
|
|
315583
315824
|
}
|
|
315584
315825
|
},
|
|
315585
315826
|
"title": "configureIntegrationBody",
|
|
@@ -317547,6 +317788,14 @@ var state5 = {
|
|
|
317547
317788
|
"schema"
|
|
317548
317789
|
],
|
|
317549
317790
|
"additionalProperties": false
|
|
317791
|
+
},
|
|
317792
|
+
"attributes": {
|
|
317793
|
+
"type": "object",
|
|
317794
|
+
"additionalProperties": {
|
|
317795
|
+
"type": "string",
|
|
317796
|
+
"maxLength": 200
|
|
317797
|
+
},
|
|
317798
|
+
"description": "Optional attributes"
|
|
317550
317799
|
}
|
|
317551
317800
|
},
|
|
317552
317801
|
"required": [
|
|
@@ -318264,6 +318513,14 @@ var state5 = {
|
|
|
318264
318513
|
"schema"
|
|
318265
318514
|
],
|
|
318266
318515
|
"additionalProperties": false
|
|
318516
|
+
},
|
|
318517
|
+
"attributes": {
|
|
318518
|
+
"type": "object",
|
|
318519
|
+
"additionalProperties": {
|
|
318520
|
+
"type": "string",
|
|
318521
|
+
"maxLength": 200
|
|
318522
|
+
},
|
|
318523
|
+
"description": "Optional attributes"
|
|
318267
318524
|
}
|
|
318268
318525
|
},
|
|
318269
318526
|
"required": [
|
|
@@ -318776,6 +319033,14 @@ var state5 = {
|
|
|
318776
319033
|
"schema"
|
|
318777
319034
|
],
|
|
318778
319035
|
"additionalProperties": false
|
|
319036
|
+
},
|
|
319037
|
+
"attributes": {
|
|
319038
|
+
"type": "object",
|
|
319039
|
+
"additionalProperties": {
|
|
319040
|
+
"type": "string",
|
|
319041
|
+
"maxLength": 200
|
|
319042
|
+
},
|
|
319043
|
+
"description": "Optional attributes"
|
|
318779
319044
|
}
|
|
318780
319045
|
},
|
|
318781
319046
|
"required": [
|
|
@@ -319150,6 +319415,14 @@ var state5 = {
|
|
|
319150
319415
|
"schema"
|
|
319151
319416
|
],
|
|
319152
319417
|
"additionalProperties": false
|
|
319418
|
+
},
|
|
319419
|
+
"attributes": {
|
|
319420
|
+
"type": "object",
|
|
319421
|
+
"additionalProperties": {
|
|
319422
|
+
"type": "string",
|
|
319423
|
+
"maxLength": 200
|
|
319424
|
+
},
|
|
319425
|
+
"description": "Optional attributes"
|
|
319153
319426
|
}
|
|
319154
319427
|
},
|
|
319155
319428
|
"required": [
|
|
@@ -319553,6 +319826,14 @@ var state5 = {
|
|
|
319553
319826
|
"schema"
|
|
319554
319827
|
],
|
|
319555
319828
|
"additionalProperties": false
|
|
319829
|
+
},
|
|
319830
|
+
"attributes": {
|
|
319831
|
+
"type": "object",
|
|
319832
|
+
"additionalProperties": {
|
|
319833
|
+
"type": "string",
|
|
319834
|
+
"maxLength": 200
|
|
319835
|
+
},
|
|
319836
|
+
"description": "Optional attributes"
|
|
319556
319837
|
}
|
|
319557
319838
|
},
|
|
319558
319839
|
"required": [
|
|
@@ -319940,6 +320221,14 @@ var state5 = {
|
|
|
319940
320221
|
"schema"
|
|
319941
320222
|
],
|
|
319942
320223
|
"additionalProperties": false
|
|
320224
|
+
},
|
|
320225
|
+
"attributes": {
|
|
320226
|
+
"type": "object",
|
|
320227
|
+
"additionalProperties": {
|
|
320228
|
+
"type": "string",
|
|
320229
|
+
"maxLength": 200
|
|
320230
|
+
},
|
|
320231
|
+
"description": "Optional attributes"
|
|
319943
320232
|
}
|
|
319944
320233
|
},
|
|
319945
320234
|
"required": [
|
|
@@ -321182,7 +321471,7 @@ var state5 = {
|
|
|
321182
321471
|
},
|
|
321183
321472
|
"createIntegrationShareableId": {
|
|
321184
321473
|
"name": "createIntegrationShareableId",
|
|
321185
|
-
"description": "
|
|
321474
|
+
"description": "**EXPERIMENTAL** Generate a shareable ID for an integration installed in a bot. This ID is meant to identify the crossover of a bot and an integration version, just like the webhook ID, but in a human-readable format. It is used for the integrations channel sandbox feature.",
|
|
321186
321475
|
"method": "post",
|
|
321187
321476
|
"path": "/v1/admin/bots/{botId}/integrations/{integrationId}/shareable-id",
|
|
321188
321477
|
"section": "bot",
|
|
@@ -321225,7 +321514,7 @@ var state5 = {
|
|
|
321225
321514
|
},
|
|
321226
321515
|
"deleteIntegrationShareableId": {
|
|
321227
321516
|
"name": "deleteIntegrationShareableId",
|
|
321228
|
-
"description": "
|
|
321517
|
+
"description": "**EXPERIMENTAL** Delete a shareable ID for an integration installed in a bot. This ID is meant to identify the crossover of a bot and an integration version, just like the webhook ID, but in a human-readable format. It is used for the integrations channel sandbox feature.",
|
|
321229
321518
|
"method": "delete",
|
|
321230
321519
|
"path": "/v1/admin/bots/{botId}/integrations/{integrationId}/shareable-id",
|
|
321231
321520
|
"section": "bot",
|
|
@@ -321252,7 +321541,7 @@ var state5 = {
|
|
|
321252
321541
|
},
|
|
321253
321542
|
"getIntegrationShareableId": {
|
|
321254
321543
|
"name": "getIntegrationShareableId",
|
|
321255
|
-
"description": "
|
|
321544
|
+
"description": "**EXPERIMENTAL** Get an existing shareable ID for an integration installed in a bot. This ID is meant to identify the crossover of a bot and an integration version, just like the webhook ID, but in a human-readable format. It is used for the integrations channel sandbox feature.",
|
|
321256
321545
|
"method": "get",
|
|
321257
321546
|
"path": "/v1/admin/bots/{botId}/integrations/{integrationId}/shareable-id",
|
|
321258
321547
|
"section": "bot",
|
|
@@ -323629,6 +323918,14 @@ var state5 = {
|
|
|
323629
323918
|
"schema"
|
|
323630
323919
|
],
|
|
323631
323920
|
"additionalProperties": false
|
|
323921
|
+
},
|
|
323922
|
+
"attributes": {
|
|
323923
|
+
"type": "object",
|
|
323924
|
+
"additionalProperties": {
|
|
323925
|
+
"type": "string",
|
|
323926
|
+
"maxLength": 200
|
|
323927
|
+
},
|
|
323928
|
+
"description": "Optional attributes"
|
|
323632
323929
|
}
|
|
323633
323930
|
},
|
|
323634
323931
|
"required": [
|
|
@@ -324195,6 +324492,14 @@ var state5 = {
|
|
|
324195
324492
|
"schema"
|
|
324196
324493
|
],
|
|
324197
324494
|
"additionalProperties": false
|
|
324495
|
+
},
|
|
324496
|
+
"attributes": {
|
|
324497
|
+
"type": "object",
|
|
324498
|
+
"additionalProperties": {
|
|
324499
|
+
"type": "string",
|
|
324500
|
+
"maxLength": 200
|
|
324501
|
+
},
|
|
324502
|
+
"description": "Optional attributes"
|
|
324198
324503
|
}
|
|
324199
324504
|
},
|
|
324200
324505
|
"required": [
|
|
@@ -324828,13 +325133,21 @@ var state5 = {
|
|
|
324828
325133
|
"schema"
|
|
324829
325134
|
],
|
|
324830
325135
|
"additionalProperties": false
|
|
325136
|
+
},
|
|
325137
|
+
"attributes": {
|
|
325138
|
+
"type": "object",
|
|
325139
|
+
"additionalProperties": {
|
|
325140
|
+
"type": "string",
|
|
325141
|
+
"maxLength": 200,
|
|
325142
|
+
"nullable": true
|
|
325143
|
+
},
|
|
325144
|
+
"description": "Optional attributes. Set attributes to null to remove them"
|
|
324831
325145
|
}
|
|
324832
325146
|
},
|
|
324833
325147
|
"required": [
|
|
324834
325148
|
"input",
|
|
324835
325149
|
"output"
|
|
324836
325150
|
],
|
|
324837
|
-
"description": "Action definition",
|
|
324838
325151
|
"nullable": true,
|
|
324839
325152
|
"additionalProperties": false
|
|
324840
325153
|
}
|
|
@@ -325411,13 +325724,21 @@ var state5 = {
|
|
|
325411
325724
|
"schema"
|
|
325412
325725
|
],
|
|
325413
325726
|
"additionalProperties": false
|
|
325727
|
+
},
|
|
325728
|
+
"attributes": {
|
|
325729
|
+
"type": "object",
|
|
325730
|
+
"additionalProperties": {
|
|
325731
|
+
"type": "string",
|
|
325732
|
+
"maxLength": 200,
|
|
325733
|
+
"nullable": true
|
|
325734
|
+
},
|
|
325735
|
+
"description": "Optional attributes. Set attributes to null to remove them"
|
|
325414
325736
|
}
|
|
325415
325737
|
},
|
|
325416
325738
|
"required": [
|
|
325417
325739
|
"input",
|
|
325418
325740
|
"output"
|
|
325419
325741
|
],
|
|
325420
|
-
"description": "Action definition",
|
|
325421
325742
|
"nullable": true,
|
|
325422
325743
|
"additionalProperties": false
|
|
325423
325744
|
}
|
|
@@ -326302,6 +326623,14 @@ var state5 = {
|
|
|
326302
326623
|
"schema"
|
|
326303
326624
|
],
|
|
326304
326625
|
"additionalProperties": false
|
|
326626
|
+
},
|
|
326627
|
+
"attributes": {
|
|
326628
|
+
"type": "object",
|
|
326629
|
+
"additionalProperties": {
|
|
326630
|
+
"type": "string",
|
|
326631
|
+
"maxLength": 200
|
|
326632
|
+
},
|
|
326633
|
+
"description": "Optional attributes"
|
|
326305
326634
|
}
|
|
326306
326635
|
},
|
|
326307
326636
|
"required": [
|
|
@@ -326581,13 +326910,20 @@ var state5 = {
|
|
|
326581
326910
|
"schema"
|
|
326582
326911
|
],
|
|
326583
326912
|
"additionalProperties": false
|
|
326913
|
+
},
|
|
326914
|
+
"attributes": {
|
|
326915
|
+
"type": "object",
|
|
326916
|
+
"additionalProperties": {
|
|
326917
|
+
"type": "string",
|
|
326918
|
+
"maxLength": 200,
|
|
326919
|
+
"nullable": true
|
|
326920
|
+
}
|
|
326584
326921
|
}
|
|
326585
326922
|
},
|
|
326586
326923
|
"required": [
|
|
326587
326924
|
"input",
|
|
326588
326925
|
"output"
|
|
326589
326926
|
],
|
|
326590
|
-
"description": "Action definition",
|
|
326591
326927
|
"nullable": true,
|
|
326592
326928
|
"additionalProperties": false
|
|
326593
326929
|
}
|
|
@@ -326931,6 +327267,14 @@ var state5 = {
|
|
|
326931
327267
|
"schema"
|
|
326932
327268
|
],
|
|
326933
327269
|
"additionalProperties": false
|
|
327270
|
+
},
|
|
327271
|
+
"attributes": {
|
|
327272
|
+
"type": "object",
|
|
327273
|
+
"additionalProperties": {
|
|
327274
|
+
"type": "string",
|
|
327275
|
+
"maxLength": 200
|
|
327276
|
+
},
|
|
327277
|
+
"description": "Optional attributes"
|
|
326934
327278
|
}
|
|
326935
327279
|
},
|
|
326936
327280
|
"required": [
|
|
@@ -327322,6 +327666,14 @@ var state5 = {
|
|
|
327322
327666
|
"schema"
|
|
327323
327667
|
],
|
|
327324
327668
|
"additionalProperties": false
|
|
327669
|
+
},
|
|
327670
|
+
"attributes": {
|
|
327671
|
+
"type": "object",
|
|
327672
|
+
"additionalProperties": {
|
|
327673
|
+
"type": "string",
|
|
327674
|
+
"maxLength": 200
|
|
327675
|
+
},
|
|
327676
|
+
"description": "Optional attributes"
|
|
327325
327677
|
}
|
|
327326
327678
|
},
|
|
327327
327679
|
"required": [
|
|
@@ -330941,7 +331293,7 @@ var state5 = {
|
|
|
330941
331293
|
"title": "Botpress API",
|
|
330942
331294
|
"description": "API for Botpress Cloud",
|
|
330943
331295
|
"server": "https://api.botpress.cloud",
|
|
330944
|
-
"version": "1.
|
|
331296
|
+
"version": "1.8.0",
|
|
330945
331297
|
"prefix": "v1"
|
|
330946
331298
|
},
|
|
330947
331299
|
"errors": [
|
|
@@ -331773,6 +332125,14 @@ var state5 = {
|
|
|
331773
332125
|
"schema"
|
|
331774
332126
|
],
|
|
331775
332127
|
"additionalProperties": false
|
|
332128
|
+
},
|
|
332129
|
+
"attributes": {
|
|
332130
|
+
"type": "object",
|
|
332131
|
+
"additionalProperties": {
|
|
332132
|
+
"type": "string",
|
|
332133
|
+
"maxLength": 200
|
|
332134
|
+
},
|
|
332135
|
+
"description": "Optional attributes"
|
|
331776
332136
|
}
|
|
331777
332137
|
},
|
|
331778
332138
|
"required": [
|
|
@@ -332349,6 +332709,14 @@ var state5 = {
|
|
|
332349
332709
|
"schema"
|
|
332350
332710
|
],
|
|
332351
332711
|
"additionalProperties": false
|
|
332712
|
+
},
|
|
332713
|
+
"attributes": {
|
|
332714
|
+
"type": "object",
|
|
332715
|
+
"additionalProperties": {
|
|
332716
|
+
"type": "string",
|
|
332717
|
+
"maxLength": 200
|
|
332718
|
+
},
|
|
332719
|
+
"description": "Optional attributes"
|
|
332352
332720
|
}
|
|
332353
332721
|
},
|
|
332354
332722
|
"required": [
|
|
@@ -332644,6 +333012,14 @@ var state5 = {
|
|
|
332644
333012
|
"schema"
|
|
332645
333013
|
],
|
|
332646
333014
|
"additionalProperties": false
|
|
333015
|
+
},
|
|
333016
|
+
"attributes": {
|
|
333017
|
+
"type": "object",
|
|
333018
|
+
"additionalProperties": {
|
|
333019
|
+
"type": "string",
|
|
333020
|
+
"maxLength": 200
|
|
333021
|
+
},
|
|
333022
|
+
"description": "Optional attributes"
|
|
332647
333023
|
}
|
|
332648
333024
|
},
|
|
332649
333025
|
"required": [
|
|
@@ -332889,6 +333265,14 @@ var state5 = {
|
|
|
332889
333265
|
"schema"
|
|
332890
333266
|
],
|
|
332891
333267
|
"additionalProperties": false
|
|
333268
|
+
},
|
|
333269
|
+
"attributes": {
|
|
333270
|
+
"type": "object",
|
|
333271
|
+
"additionalProperties": {
|
|
333272
|
+
"type": "string",
|
|
333273
|
+
"maxLength": 200
|
|
333274
|
+
},
|
|
333275
|
+
"description": "Optional attributes"
|
|
332892
333276
|
}
|
|
332893
333277
|
},
|
|
332894
333278
|
"required": [
|