@botpress/api 1.50.0 → 1.51.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/.turbo/turbo-openapi.log +5 -5
- package/dist/index.js +788 -178
- package/dist/src/gen/admin/state.d.ts +42 -0
- package/dist/src/gen/files/state.d.ts +10 -0
- package/dist/src/gen/runtime/state.d.ts +34 -0
- package/dist/src/gen/state.d.ts +100 -0
- package/dist/src/gen/tables/state.d.ts +14 -0
- package/package.json +2 -2
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +161 -35
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +40 -10
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +128 -26
- package/src/gen/state.ts +382 -82
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +56 -14
package/src/gen/admin/state.ts
CHANGED
|
@@ -109,6 +109,9 @@ export const state = {
|
|
|
109
109
|
"additionalProperties": false
|
|
110
110
|
}
|
|
111
111
|
},
|
|
112
|
+
"tags": [
|
|
113
|
+
"documented"
|
|
114
|
+
],
|
|
112
115
|
"parameters": {}
|
|
113
116
|
},
|
|
114
117
|
"updateAccount": {
|
|
@@ -186,6 +189,9 @@ export const state = {
|
|
|
186
189
|
"additionalProperties": false
|
|
187
190
|
}
|
|
188
191
|
},
|
|
192
|
+
"tags": [
|
|
193
|
+
"documented"
|
|
194
|
+
],
|
|
189
195
|
"parameters": {}
|
|
190
196
|
},
|
|
191
197
|
"deleteAccount": {
|
|
@@ -683,7 +689,10 @@ export const state = {
|
|
|
683
689
|
"title": "listPublicIntegrationsResponse",
|
|
684
690
|
"additionalProperties": false
|
|
685
691
|
}
|
|
686
|
-
}
|
|
692
|
+
},
|
|
693
|
+
"tags": [
|
|
694
|
+
"documented"
|
|
695
|
+
]
|
|
687
696
|
},
|
|
688
697
|
"getPublicIntegrationById": {
|
|
689
698
|
"name": "getPublicIntegrationById",
|
|
@@ -1434,7 +1443,10 @@ export const state = {
|
|
|
1434
1443
|
"title": "getPublicIntegrationByIdResponse",
|
|
1435
1444
|
"additionalProperties": false
|
|
1436
1445
|
}
|
|
1437
|
-
}
|
|
1446
|
+
},
|
|
1447
|
+
"tags": [
|
|
1448
|
+
"documented"
|
|
1449
|
+
]
|
|
1438
1450
|
},
|
|
1439
1451
|
"getPublicIntegration": {
|
|
1440
1452
|
"name": "getPublicIntegration",
|
|
@@ -2190,7 +2202,10 @@ export const state = {
|
|
|
2190
2202
|
"title": "getPublicIntegrationResponse",
|
|
2191
2203
|
"additionalProperties": false
|
|
2192
2204
|
}
|
|
2193
|
-
}
|
|
2205
|
+
},
|
|
2206
|
+
"tags": [
|
|
2207
|
+
"documented"
|
|
2208
|
+
]
|
|
2194
2209
|
},
|
|
2195
2210
|
"listPublicPlugins": {
|
|
2196
2211
|
"name": "listPublicPlugins",
|
|
@@ -4622,6 +4637,9 @@ export const state = {
|
|
|
4622
4637
|
"additionalProperties": false
|
|
4623
4638
|
}
|
|
4624
4639
|
},
|
|
4640
|
+
"tags": [
|
|
4641
|
+
"documented"
|
|
4642
|
+
],
|
|
4625
4643
|
"parameters": {}
|
|
4626
4644
|
},
|
|
4627
4645
|
"updateBot": {
|
|
@@ -5118,7 +5136,10 @@ export const state = {
|
|
|
5118
5136
|
"title": "updateBotResponse",
|
|
5119
5137
|
"additionalProperties": false
|
|
5120
5138
|
}
|
|
5121
|
-
}
|
|
5139
|
+
},
|
|
5140
|
+
"tags": [
|
|
5141
|
+
"documented"
|
|
5142
|
+
]
|
|
5122
5143
|
},
|
|
5123
5144
|
"transferBot": {
|
|
5124
5145
|
"name": "transferBot",
|
|
@@ -5276,7 +5297,10 @@ export const state = {
|
|
|
5276
5297
|
"title": "listBotsResponse",
|
|
5277
5298
|
"additionalProperties": false
|
|
5278
5299
|
}
|
|
5279
|
-
}
|
|
5300
|
+
},
|
|
5301
|
+
"tags": [
|
|
5302
|
+
"documented"
|
|
5303
|
+
]
|
|
5280
5304
|
},
|
|
5281
5305
|
"getBot": {
|
|
5282
5306
|
"name": "getBot",
|
|
@@ -5312,7 +5336,10 @@ export const state = {
|
|
|
5312
5336
|
"title": "getBotResponse",
|
|
5313
5337
|
"additionalProperties": false
|
|
5314
5338
|
}
|
|
5315
|
-
}
|
|
5339
|
+
},
|
|
5340
|
+
"tags": [
|
|
5341
|
+
"documented"
|
|
5342
|
+
]
|
|
5316
5343
|
},
|
|
5317
5344
|
"deleteBot": {
|
|
5318
5345
|
"name": "deleteBot",
|
|
@@ -5334,7 +5361,10 @@ export const state = {
|
|
|
5334
5361
|
"title": "deleteBotResponse",
|
|
5335
5362
|
"additionalProperties": false
|
|
5336
5363
|
}
|
|
5337
|
-
}
|
|
5364
|
+
},
|
|
5365
|
+
"tags": [
|
|
5366
|
+
"documented"
|
|
5367
|
+
]
|
|
5338
5368
|
},
|
|
5339
5369
|
"getBotLogs": {
|
|
5340
5370
|
"name": "getBotLogs",
|
|
@@ -5443,7 +5473,10 @@ export const state = {
|
|
|
5443
5473
|
"title": "getBotLogsResponse",
|
|
5444
5474
|
"additionalProperties": false
|
|
5445
5475
|
}
|
|
5446
|
-
}
|
|
5476
|
+
},
|
|
5477
|
+
"tags": [
|
|
5478
|
+
"documented"
|
|
5479
|
+
]
|
|
5447
5480
|
},
|
|
5448
5481
|
"getBotWebchat": {
|
|
5449
5482
|
"name": "getBotWebchat",
|
|
@@ -5690,7 +5723,10 @@ export const state = {
|
|
|
5690
5723
|
"title": "getBotAnalyticsResponse",
|
|
5691
5724
|
"additionalProperties": false
|
|
5692
5725
|
}
|
|
5693
|
-
}
|
|
5726
|
+
},
|
|
5727
|
+
"tags": [
|
|
5728
|
+
"documented"
|
|
5729
|
+
]
|
|
5694
5730
|
},
|
|
5695
5731
|
"listActionRuns": {
|
|
5696
5732
|
"name": "listActionRuns",
|
|
@@ -5909,7 +5945,10 @@ export const state = {
|
|
|
5909
5945
|
"title": "getBotIssueResponse",
|
|
5910
5946
|
"additionalProperties": false
|
|
5911
5947
|
}
|
|
5912
|
-
}
|
|
5948
|
+
},
|
|
5949
|
+
"tags": [
|
|
5950
|
+
"documented"
|
|
5951
|
+
]
|
|
5913
5952
|
},
|
|
5914
5953
|
"listBotIssues": {
|
|
5915
5954
|
"name": "listBotIssues",
|
|
@@ -6025,7 +6064,10 @@ export const state = {
|
|
|
6025
6064
|
"title": "listBotIssuesResponse",
|
|
6026
6065
|
"additionalProperties": false
|
|
6027
6066
|
}
|
|
6028
|
-
}
|
|
6067
|
+
},
|
|
6068
|
+
"tags": [
|
|
6069
|
+
"documented"
|
|
6070
|
+
]
|
|
6029
6071
|
},
|
|
6030
6072
|
"deleteBotIssue": {
|
|
6031
6073
|
"name": "deleteBotIssue",
|
|
@@ -6052,7 +6094,10 @@ export const state = {
|
|
|
6052
6094
|
"title": "deleteBotIssueResponse",
|
|
6053
6095
|
"additionalProperties": false
|
|
6054
6096
|
}
|
|
6055
|
-
}
|
|
6097
|
+
},
|
|
6098
|
+
"tags": [
|
|
6099
|
+
"documented"
|
|
6100
|
+
]
|
|
6056
6101
|
},
|
|
6057
6102
|
"listBotIssueEvents": {
|
|
6058
6103
|
"name": "listBotIssueEvents",
|
|
@@ -6121,7 +6166,10 @@ export const state = {
|
|
|
6121
6166
|
"title": "listBotIssueEventsResponse",
|
|
6122
6167
|
"additionalProperties": false
|
|
6123
6168
|
}
|
|
6124
|
-
}
|
|
6169
|
+
},
|
|
6170
|
+
"tags": [
|
|
6171
|
+
"documented"
|
|
6172
|
+
]
|
|
6125
6173
|
},
|
|
6126
6174
|
"listBotVersions": {
|
|
6127
6175
|
"name": "listBotVersions",
|
|
@@ -6417,7 +6465,10 @@ export const state = {
|
|
|
6417
6465
|
"title": "createIntegrationShareableIdResponse",
|
|
6418
6466
|
"additionalProperties": false
|
|
6419
6467
|
}
|
|
6420
|
-
}
|
|
6468
|
+
},
|
|
6469
|
+
"tags": [
|
|
6470
|
+
"experimental"
|
|
6471
|
+
]
|
|
6421
6472
|
},
|
|
6422
6473
|
"deleteIntegrationShareableId": {
|
|
6423
6474
|
"name": "deleteIntegrationShareableId",
|
|
@@ -6449,7 +6500,10 @@ export const state = {
|
|
|
6449
6500
|
"title": "deleteIntegrationShareableIdResponse",
|
|
6450
6501
|
"additionalProperties": false
|
|
6451
6502
|
}
|
|
6452
|
-
}
|
|
6503
|
+
},
|
|
6504
|
+
"tags": [
|
|
6505
|
+
"experimental"
|
|
6506
|
+
]
|
|
6453
6507
|
},
|
|
6454
6508
|
"getIntegrationShareableId": {
|
|
6455
6509
|
"name": "getIntegrationShareableId",
|
|
@@ -6493,7 +6547,10 @@ export const state = {
|
|
|
6493
6547
|
"title": "getIntegrationShareableIdResponse",
|
|
6494
6548
|
"additionalProperties": false
|
|
6495
6549
|
}
|
|
6496
|
-
}
|
|
6550
|
+
},
|
|
6551
|
+
"tags": [
|
|
6552
|
+
"experimental"
|
|
6553
|
+
]
|
|
6497
6554
|
},
|
|
6498
6555
|
"unlinkSandboxedConversations": {
|
|
6499
6556
|
"name": "unlinkSandboxedConversations",
|
|
@@ -6525,7 +6582,10 @@ export const state = {
|
|
|
6525
6582
|
"title": "unlinkSandboxedConversationsResponse",
|
|
6526
6583
|
"additionalProperties": false
|
|
6527
6584
|
}
|
|
6528
|
-
}
|
|
6585
|
+
},
|
|
6586
|
+
"tags": [
|
|
6587
|
+
"experimental"
|
|
6588
|
+
]
|
|
6529
6589
|
},
|
|
6530
6590
|
"listBotApiKeys": {
|
|
6531
6591
|
"name": "listBotApiKeys",
|
|
@@ -7180,6 +7240,9 @@ export const state = {
|
|
|
7180
7240
|
"additionalProperties": false
|
|
7181
7241
|
}
|
|
7182
7242
|
},
|
|
7243
|
+
"tags": [
|
|
7244
|
+
"documented"
|
|
7245
|
+
],
|
|
7183
7246
|
"parameters": {}
|
|
7184
7247
|
},
|
|
7185
7248
|
"getPublicWorkspace": {
|
|
@@ -7252,7 +7315,10 @@ export const state = {
|
|
|
7252
7315
|
"title": "getPublicWorkspaceResponse",
|
|
7253
7316
|
"additionalProperties": false
|
|
7254
7317
|
}
|
|
7255
|
-
}
|
|
7318
|
+
},
|
|
7319
|
+
"tags": [
|
|
7320
|
+
"documented"
|
|
7321
|
+
]
|
|
7256
7322
|
},
|
|
7257
7323
|
"getWorkspace": {
|
|
7258
7324
|
"name": "getWorkspace",
|
|
@@ -7366,7 +7432,10 @@ export const state = {
|
|
|
7366
7432
|
"title": "getWorkspaceResponse",
|
|
7367
7433
|
"additionalProperties": false
|
|
7368
7434
|
}
|
|
7369
|
-
}
|
|
7435
|
+
},
|
|
7436
|
+
"tags": [
|
|
7437
|
+
"documented"
|
|
7438
|
+
]
|
|
7370
7439
|
},
|
|
7371
7440
|
"listWorkspaceUsages": {
|
|
7372
7441
|
"name": "listWorkspaceUsages",
|
|
@@ -7886,7 +7955,10 @@ export const state = {
|
|
|
7886
7955
|
"title": "updateWorkspaceResponse",
|
|
7887
7956
|
"additionalProperties": false
|
|
7888
7957
|
}
|
|
7889
|
-
}
|
|
7958
|
+
},
|
|
7959
|
+
"tags": [
|
|
7960
|
+
"documented"
|
|
7961
|
+
]
|
|
7890
7962
|
},
|
|
7891
7963
|
"checkHandleAvailability": {
|
|
7892
7964
|
"name": "checkHandleAvailability",
|
|
@@ -8085,7 +8157,10 @@ export const state = {
|
|
|
8085
8157
|
"title": "listWorkspacesResponse",
|
|
8086
8158
|
"additionalProperties": false
|
|
8087
8159
|
}
|
|
8088
|
-
}
|
|
8160
|
+
},
|
|
8161
|
+
"tags": [
|
|
8162
|
+
"documented"
|
|
8163
|
+
]
|
|
8089
8164
|
},
|
|
8090
8165
|
"listPublicWorkspaces": {
|
|
8091
8166
|
"name": "listPublicWorkspaces",
|
|
@@ -8192,7 +8267,10 @@ export const state = {
|
|
|
8192
8267
|
"title": "listPublicWorkspacesResponse",
|
|
8193
8268
|
"additionalProperties": false
|
|
8194
8269
|
}
|
|
8195
|
-
}
|
|
8270
|
+
},
|
|
8271
|
+
"tags": [
|
|
8272
|
+
"documented"
|
|
8273
|
+
]
|
|
8196
8274
|
},
|
|
8197
8275
|
"deleteWorkspace": {
|
|
8198
8276
|
"name": "deleteWorkspace",
|
|
@@ -8217,7 +8295,10 @@ export const state = {
|
|
|
8217
8295
|
"title": "deleteWorkspaceResponse",
|
|
8218
8296
|
"additionalProperties": false
|
|
8219
8297
|
}
|
|
8220
|
-
}
|
|
8298
|
+
},
|
|
8299
|
+
"tags": [
|
|
8300
|
+
"documented"
|
|
8301
|
+
]
|
|
8221
8302
|
},
|
|
8222
8303
|
"getAuditRecords": {
|
|
8223
8304
|
"name": "getAuditRecords",
|
|
@@ -8332,7 +8413,10 @@ export const state = {
|
|
|
8332
8413
|
"title": "getAuditRecordsResponse",
|
|
8333
8414
|
"additionalProperties": false
|
|
8334
8415
|
}
|
|
8335
|
-
}
|
|
8416
|
+
},
|
|
8417
|
+
"tags": [
|
|
8418
|
+
"documented"
|
|
8419
|
+
]
|
|
8336
8420
|
},
|
|
8337
8421
|
"setWorkspacePreference": {
|
|
8338
8422
|
"name": "setWorkspacePreference",
|
|
@@ -8481,7 +8565,10 @@ export const state = {
|
|
|
8481
8565
|
"title": "listWorkspaceMembersResponse",
|
|
8482
8566
|
"additionalProperties": false
|
|
8483
8567
|
}
|
|
8484
|
-
}
|
|
8568
|
+
},
|
|
8569
|
+
"tags": [
|
|
8570
|
+
"documented"
|
|
8571
|
+
]
|
|
8485
8572
|
},
|
|
8486
8573
|
"getWorkspaceMember": {
|
|
8487
8574
|
"name": "getWorkspaceMember",
|
|
@@ -8536,6 +8623,9 @@ export const state = {
|
|
|
8536
8623
|
"additionalProperties": false
|
|
8537
8624
|
}
|
|
8538
8625
|
},
|
|
8626
|
+
"tags": [
|
|
8627
|
+
"documented"
|
|
8628
|
+
],
|
|
8539
8629
|
"parameters": {}
|
|
8540
8630
|
},
|
|
8541
8631
|
"deleteWorkspaceMember": {
|
|
@@ -8558,7 +8648,10 @@ export const state = {
|
|
|
8558
8648
|
"title": "deleteWorkspaceMemberResponse",
|
|
8559
8649
|
"additionalProperties": false
|
|
8560
8650
|
}
|
|
8561
|
-
}
|
|
8651
|
+
},
|
|
8652
|
+
"tags": [
|
|
8653
|
+
"documented"
|
|
8654
|
+
]
|
|
8562
8655
|
},
|
|
8563
8656
|
"createWorkspaceMember": {
|
|
8564
8657
|
"name": "createWorkspaceMember",
|
|
@@ -8642,6 +8735,9 @@ export const state = {
|
|
|
8642
8735
|
"additionalProperties": false
|
|
8643
8736
|
}
|
|
8644
8737
|
},
|
|
8738
|
+
"tags": [
|
|
8739
|
+
"documented"
|
|
8740
|
+
],
|
|
8645
8741
|
"parameters": {}
|
|
8646
8742
|
},
|
|
8647
8743
|
"updateWorkspaceMember": {
|
|
@@ -8724,7 +8820,10 @@ export const state = {
|
|
|
8724
8820
|
"title": "updateWorkspaceMemberResponse",
|
|
8725
8821
|
"additionalProperties": false
|
|
8726
8822
|
}
|
|
8727
|
-
}
|
|
8823
|
+
},
|
|
8824
|
+
"tags": [
|
|
8825
|
+
"documented"
|
|
8826
|
+
]
|
|
8728
8827
|
},
|
|
8729
8828
|
"listIntegrationApiKeys": {
|
|
8730
8829
|
"name": "listIntegrationApiKeys",
|
|
@@ -9470,6 +9569,9 @@ export const state = {
|
|
|
9470
9569
|
"additionalProperties": false
|
|
9471
9570
|
}
|
|
9472
9571
|
},
|
|
9572
|
+
"tags": [
|
|
9573
|
+
"documented"
|
|
9574
|
+
],
|
|
9473
9575
|
"parameters": {}
|
|
9474
9576
|
},
|
|
9475
9577
|
"validateIntegrationCreation": {
|
|
@@ -10078,6 +10180,9 @@ export const state = {
|
|
|
10078
10180
|
"additionalProperties": false
|
|
10079
10181
|
}
|
|
10080
10182
|
},
|
|
10183
|
+
"tags": [
|
|
10184
|
+
"documented"
|
|
10185
|
+
],
|
|
10081
10186
|
"parameters": {}
|
|
10082
10187
|
},
|
|
10083
10188
|
"updateIntegration": {
|
|
@@ -10700,7 +10805,10 @@ export const state = {
|
|
|
10700
10805
|
"title": "updateIntegrationResponse",
|
|
10701
10806
|
"additionalProperties": false
|
|
10702
10807
|
}
|
|
10703
|
-
}
|
|
10808
|
+
},
|
|
10809
|
+
"tags": [
|
|
10810
|
+
"documented"
|
|
10811
|
+
]
|
|
10704
10812
|
},
|
|
10705
10813
|
"validateIntegrationUpdate": {
|
|
10706
10814
|
"name": "validateIntegrationUpdate",
|
|
@@ -11314,7 +11422,10 @@ export const state = {
|
|
|
11314
11422
|
"title": "validateIntegrationUpdateResponse",
|
|
11315
11423
|
"additionalProperties": false
|
|
11316
11424
|
}
|
|
11317
|
-
}
|
|
11425
|
+
},
|
|
11426
|
+
"tags": [
|
|
11427
|
+
"documented"
|
|
11428
|
+
]
|
|
11318
11429
|
},
|
|
11319
11430
|
"listIntegrations": {
|
|
11320
11431
|
"name": "listIntegrations",
|
|
@@ -11574,7 +11685,10 @@ export const state = {
|
|
|
11574
11685
|
"title": "listIntegrationsResponse",
|
|
11575
11686
|
"additionalProperties": false
|
|
11576
11687
|
}
|
|
11577
|
-
}
|
|
11688
|
+
},
|
|
11689
|
+
"tags": [
|
|
11690
|
+
"documented"
|
|
11691
|
+
]
|
|
11578
11692
|
},
|
|
11579
11693
|
"getIntegration": {
|
|
11580
11694
|
"name": "getIntegration",
|
|
@@ -11604,7 +11718,10 @@ export const state = {
|
|
|
11604
11718
|
"title": "getIntegrationResponse",
|
|
11605
11719
|
"additionalProperties": false
|
|
11606
11720
|
}
|
|
11607
|
-
}
|
|
11721
|
+
},
|
|
11722
|
+
"tags": [
|
|
11723
|
+
"documented"
|
|
11724
|
+
]
|
|
11608
11725
|
},
|
|
11609
11726
|
"getIntegrationLogs": {
|
|
11610
11727
|
"name": "getIntegrationLogs",
|
|
@@ -11707,7 +11824,10 @@ export const state = {
|
|
|
11707
11824
|
"title": "getIntegrationLogsResponse",
|
|
11708
11825
|
"additionalProperties": false
|
|
11709
11826
|
}
|
|
11710
|
-
}
|
|
11827
|
+
},
|
|
11828
|
+
"tags": [
|
|
11829
|
+
"documented"
|
|
11830
|
+
]
|
|
11711
11831
|
},
|
|
11712
11832
|
"getIntegrationByName": {
|
|
11713
11833
|
"name": "getIntegrationByName",
|
|
@@ -11742,7 +11862,10 @@ export const state = {
|
|
|
11742
11862
|
"title": "getIntegrationByNameResponse",
|
|
11743
11863
|
"additionalProperties": false
|
|
11744
11864
|
}
|
|
11745
|
-
}
|
|
11865
|
+
},
|
|
11866
|
+
"tags": [
|
|
11867
|
+
"documented"
|
|
11868
|
+
]
|
|
11746
11869
|
},
|
|
11747
11870
|
"deleteIntegration": {
|
|
11748
11871
|
"name": "deleteIntegration",
|
|
@@ -11764,7 +11887,10 @@ export const state = {
|
|
|
11764
11887
|
"title": "deleteIntegrationResponse",
|
|
11765
11888
|
"additionalProperties": false
|
|
11766
11889
|
}
|
|
11767
|
-
}
|
|
11890
|
+
},
|
|
11891
|
+
"tags": [
|
|
11892
|
+
"documented"
|
|
11893
|
+
]
|
|
11768
11894
|
},
|
|
11769
11895
|
"requestIntegrationVerification": {
|
|
11770
11896
|
"name": "requestIntegrationVerification",
|
|
@@ -14063,7 +14189,7 @@ export const state = {
|
|
|
14063
14189
|
"title": "Botpress Admin API",
|
|
14064
14190
|
"description": "API for Botpress Cloud Manager",
|
|
14065
14191
|
"server": "https://api.botpress.cloud",
|
|
14066
|
-
"version": "1.
|
|
14192
|
+
"version": "1.51.0",
|
|
14067
14193
|
"prefix": "v1"
|
|
14068
14194
|
},
|
|
14069
14195
|
"errors": [
|