@botpress/api 1.35.2 → 1.37.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 +299 -159
- package/dist/src/gen/admin/state.d.ts +102 -66
- package/dist/src/gen/files/state.d.ts +39 -0
- package/dist/src/gen/state.d.ts +141 -66
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +103 -75
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +46 -4
- 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 +148 -78
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +1 -1
package/.turbo/turbo-openapi.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @botpress/api@1.
|
|
2
|
+
> @botpress/api@1.37.0 openapi /home/runner/work/skynet/skynet/packages/public-api
|
|
3
3
|
> es-node openapi/generator.ts && pnpm run build
|
|
4
4
|
|
|
5
5
|
Generating openapi content
|
|
@@ -34,18 +34,18 @@ Saving openapi.json file
|
|
|
34
34
|
|
|
35
35
|
info: Exit with code {"category":"system","code":0,"label":"Shutdown"}
|
|
36
36
|
|
|
37
|
-
> @botpress/api@1.
|
|
37
|
+
> @botpress/api@1.37.0 build /home/runner/work/skynet/skynet/packages/public-api
|
|
38
38
|
> pnpm run build:type && pnpm run build:impl
|
|
39
39
|
|
|
40
40
|
|
|
41
|
-
> @botpress/api@1.
|
|
41
|
+
> @botpress/api@1.37.0 build:type /home/runner/work/skynet/skynet/packages/public-api
|
|
42
42
|
> tsc -p tsconfig.package.json --emitDeclarationOnly
|
|
43
43
|
|
|
44
44
|
|
|
45
|
-
> @botpress/api@1.
|
|
45
|
+
> @botpress/api@1.37.0 build:impl /home/runner/work/skynet/skynet/packages/public-api
|
|
46
46
|
> esbuild --bundle --platform=node --outfile=dist/index.js src/index.ts
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
dist/index.js 14.1mb ⚠️
|
|
50
50
|
|
|
51
|
-
⚡ Done in
|
|
51
|
+
⚡ Done in 920ms
|
package/dist/index.js
CHANGED
|
@@ -285333,7 +285333,7 @@ var state = {
|
|
|
285333
285333
|
"title": "Botpress API",
|
|
285334
285334
|
"description": "API for Botpress Cloud",
|
|
285335
285335
|
"server": "https://api.botpress.cloud",
|
|
285336
|
-
"version": "1.
|
|
285336
|
+
"version": "1.37.0",
|
|
285337
285337
|
"prefix": "v1"
|
|
285338
285338
|
},
|
|
285339
285339
|
"errors": [
|
|
@@ -301974,42 +301974,6 @@ var state2 = {
|
|
|
301974
301974
|
"description": "Conversation object configuration",
|
|
301975
301975
|
"additionalProperties": false
|
|
301976
301976
|
},
|
|
301977
|
-
"dependencies": {
|
|
301978
|
-
"type": "object",
|
|
301979
|
-
"properties": {
|
|
301980
|
-
"interfaces": {
|
|
301981
|
-
"type": "object",
|
|
301982
|
-
"additionalProperties": {
|
|
301983
|
-
"type": "object",
|
|
301984
|
-
"properties": {
|
|
301985
|
-
"id": {
|
|
301986
|
-
"type": "string"
|
|
301987
|
-
}
|
|
301988
|
-
},
|
|
301989
|
-
"required": [
|
|
301990
|
-
"id"
|
|
301991
|
-
],
|
|
301992
|
-
"additionalProperties": false
|
|
301993
|
-
}
|
|
301994
|
-
},
|
|
301995
|
-
"integrations": {
|
|
301996
|
-
"type": "object",
|
|
301997
|
-
"additionalProperties": {
|
|
301998
|
-
"type": "object",
|
|
301999
|
-
"properties": {
|
|
302000
|
-
"id": {
|
|
302001
|
-
"type": "string"
|
|
302002
|
-
}
|
|
302003
|
-
},
|
|
302004
|
-
"required": [
|
|
302005
|
-
"id"
|
|
302006
|
-
],
|
|
302007
|
-
"additionalProperties": false
|
|
302008
|
-
}
|
|
302009
|
-
}
|
|
302010
|
-
},
|
|
302011
|
-
"additionalProperties": false
|
|
302012
|
-
},
|
|
302013
301977
|
"attributes": {
|
|
302014
301978
|
"type": "object",
|
|
302015
301979
|
"additionalProperties": {
|
|
@@ -302058,6 +302022,56 @@ var state2 = {
|
|
|
302058
302022
|
"public": {
|
|
302059
302023
|
"type": "boolean",
|
|
302060
302024
|
"description": "Indicates if the plugin is public. Public plugins are available to all and cannot be updated without creating a new version."
|
|
302025
|
+
},
|
|
302026
|
+
"dependencies": {
|
|
302027
|
+
"type": "object",
|
|
302028
|
+
"properties": {
|
|
302029
|
+
"interfaces": {
|
|
302030
|
+
"type": "object",
|
|
302031
|
+
"additionalProperties": {
|
|
302032
|
+
"type": "object",
|
|
302033
|
+
"properties": {
|
|
302034
|
+
"id": {
|
|
302035
|
+
"type": "string",
|
|
302036
|
+
"description": 'Id of the interface. If provided, "name" and "version" are ignored'
|
|
302037
|
+
},
|
|
302038
|
+
"name": {
|
|
302039
|
+
"type": "string",
|
|
302040
|
+
"description": "Name of the interface"
|
|
302041
|
+
},
|
|
302042
|
+
"version": {
|
|
302043
|
+
"type": "string",
|
|
302044
|
+
"description": "Version of the interface. Accepts semver versions and version ranges"
|
|
302045
|
+
}
|
|
302046
|
+
},
|
|
302047
|
+
"additionalProperties": false
|
|
302048
|
+
},
|
|
302049
|
+
"description": "Mapping of interface aliases to interface references"
|
|
302050
|
+
},
|
|
302051
|
+
"integrations": {
|
|
302052
|
+
"type": "object",
|
|
302053
|
+
"additionalProperties": {
|
|
302054
|
+
"type": "object",
|
|
302055
|
+
"properties": {
|
|
302056
|
+
"id": {
|
|
302057
|
+
"type": "string",
|
|
302058
|
+
"description": 'Id of the integration. If provided, "name" and "version" are ignored'
|
|
302059
|
+
},
|
|
302060
|
+
"name": {
|
|
302061
|
+
"type": "string",
|
|
302062
|
+
"description": "Name of the integration"
|
|
302063
|
+
},
|
|
302064
|
+
"version": {
|
|
302065
|
+
"type": "string",
|
|
302066
|
+
"description": "Version of the integration. Accepts semver versions and version ranges"
|
|
302067
|
+
}
|
|
302068
|
+
},
|
|
302069
|
+
"additionalProperties": false
|
|
302070
|
+
},
|
|
302071
|
+
"description": "Mapping of integration aliases to integration references"
|
|
302072
|
+
}
|
|
302073
|
+
},
|
|
302074
|
+
"additionalProperties": false
|
|
302061
302075
|
}
|
|
302062
302076
|
},
|
|
302063
302077
|
"required": [
|
|
@@ -302434,44 +302448,6 @@ var state2 = {
|
|
|
302434
302448
|
],
|
|
302435
302449
|
"additionalProperties": false
|
|
302436
302450
|
},
|
|
302437
|
-
"dependencies": {
|
|
302438
|
-
"type": "object",
|
|
302439
|
-
"properties": {
|
|
302440
|
-
"interfaces": {
|
|
302441
|
-
"type": "object",
|
|
302442
|
-
"additionalProperties": {
|
|
302443
|
-
"type": "object",
|
|
302444
|
-
"properties": {
|
|
302445
|
-
"id": {
|
|
302446
|
-
"type": "string"
|
|
302447
|
-
}
|
|
302448
|
-
},
|
|
302449
|
-
"required": [
|
|
302450
|
-
"id"
|
|
302451
|
-
],
|
|
302452
|
-
"nullable": true,
|
|
302453
|
-
"additionalProperties": false
|
|
302454
|
-
}
|
|
302455
|
-
},
|
|
302456
|
-
"integrations": {
|
|
302457
|
-
"type": "object",
|
|
302458
|
-
"additionalProperties": {
|
|
302459
|
-
"type": "object",
|
|
302460
|
-
"properties": {
|
|
302461
|
-
"id": {
|
|
302462
|
-
"type": "string"
|
|
302463
|
-
}
|
|
302464
|
-
},
|
|
302465
|
-
"required": [
|
|
302466
|
-
"id"
|
|
302467
|
-
],
|
|
302468
|
-
"nullable": true,
|
|
302469
|
-
"additionalProperties": false
|
|
302470
|
-
}
|
|
302471
|
-
}
|
|
302472
|
-
},
|
|
302473
|
-
"additionalProperties": false
|
|
302474
|
-
},
|
|
302475
302451
|
"attributes": {
|
|
302476
302452
|
"type": "object",
|
|
302477
302453
|
"additionalProperties": {
|
|
@@ -302517,6 +302493,58 @@ var state2 = {
|
|
|
302517
302493
|
"public": {
|
|
302518
302494
|
"type": "boolean",
|
|
302519
302495
|
"description": "Indicates if the plugin is public. Public plugins are available to all and cannot be updated without creating a new version."
|
|
302496
|
+
},
|
|
302497
|
+
"dependencies": {
|
|
302498
|
+
"type": "object",
|
|
302499
|
+
"properties": {
|
|
302500
|
+
"interfaces": {
|
|
302501
|
+
"type": "object",
|
|
302502
|
+
"additionalProperties": {
|
|
302503
|
+
"type": "object",
|
|
302504
|
+
"properties": {
|
|
302505
|
+
"id": {
|
|
302506
|
+
"type": "string",
|
|
302507
|
+
"description": 'Id of the interface. If provided, "name" and "version" are ignored'
|
|
302508
|
+
},
|
|
302509
|
+
"name": {
|
|
302510
|
+
"type": "string",
|
|
302511
|
+
"description": "Name of the interface"
|
|
302512
|
+
},
|
|
302513
|
+
"version": {
|
|
302514
|
+
"type": "string",
|
|
302515
|
+
"description": "Version of the interface. Accepts semver versions and version ranges"
|
|
302516
|
+
}
|
|
302517
|
+
},
|
|
302518
|
+
"nullable": true,
|
|
302519
|
+
"additionalProperties": false
|
|
302520
|
+
},
|
|
302521
|
+
"description": "Mapping of interface aliases to interface references"
|
|
302522
|
+
},
|
|
302523
|
+
"integrations": {
|
|
302524
|
+
"type": "object",
|
|
302525
|
+
"additionalProperties": {
|
|
302526
|
+
"type": "object",
|
|
302527
|
+
"properties": {
|
|
302528
|
+
"id": {
|
|
302529
|
+
"type": "string",
|
|
302530
|
+
"description": 'Id of the integration. If provided, "name" and "version" are ignored'
|
|
302531
|
+
},
|
|
302532
|
+
"name": {
|
|
302533
|
+
"type": "string",
|
|
302534
|
+
"description": "Name of the integration"
|
|
302535
|
+
},
|
|
302536
|
+
"version": {
|
|
302537
|
+
"type": "string",
|
|
302538
|
+
"description": "Version of the integration. Accepts semver versions and version ranges"
|
|
302539
|
+
}
|
|
302540
|
+
},
|
|
302541
|
+
"nullable": true,
|
|
302542
|
+
"additionalProperties": false
|
|
302543
|
+
},
|
|
302544
|
+
"description": "Mapping of integration aliases to integration references"
|
|
302545
|
+
}
|
|
302546
|
+
},
|
|
302547
|
+
"additionalProperties": false
|
|
302520
302548
|
}
|
|
302521
302549
|
},
|
|
302522
302550
|
"title": "updatePluginBody",
|
|
@@ -303247,7 +303275,7 @@ var state2 = {
|
|
|
303247
303275
|
"title": "Botpress API",
|
|
303248
303276
|
"description": "API for Botpress Cloud",
|
|
303249
303277
|
"server": "https://api.botpress.cloud",
|
|
303250
|
-
"version": "1.
|
|
303278
|
+
"version": "1.37.0",
|
|
303251
303279
|
"prefix": "v1"
|
|
303252
303280
|
},
|
|
303253
303281
|
"errors": [
|
|
@@ -308923,6 +308951,12 @@ var state3 = {
|
|
|
308923
308951
|
"name": {
|
|
308924
308952
|
"type": "string",
|
|
308925
308953
|
"description": "Name of the knowledge base."
|
|
308954
|
+
},
|
|
308955
|
+
"tags": {
|
|
308956
|
+
"type": "object",
|
|
308957
|
+
"additionalProperties": {
|
|
308958
|
+
"type": "string"
|
|
308959
|
+
}
|
|
308926
308960
|
}
|
|
308927
308961
|
},
|
|
308928
308962
|
"required": [
|
|
@@ -308949,11 +308983,18 @@ var state3 = {
|
|
|
308949
308983
|
"name": {
|
|
308950
308984
|
"type": "string",
|
|
308951
308985
|
"description": "Name of the knowledge base."
|
|
308986
|
+
},
|
|
308987
|
+
"tags": {
|
|
308988
|
+
"type": "object",
|
|
308989
|
+
"additionalProperties": {
|
|
308990
|
+
"type": "string"
|
|
308991
|
+
}
|
|
308952
308992
|
}
|
|
308953
308993
|
},
|
|
308954
308994
|
"required": [
|
|
308955
308995
|
"id",
|
|
308956
|
-
"name"
|
|
308996
|
+
"name",
|
|
308997
|
+
"tags"
|
|
308957
308998
|
],
|
|
308958
308999
|
"additionalProperties": false
|
|
308959
309000
|
}
|
|
@@ -309010,6 +309051,15 @@ var state3 = {
|
|
|
309010
309051
|
"name": {
|
|
309011
309052
|
"type": "string",
|
|
309012
309053
|
"description": "New name of the knowledge base."
|
|
309054
|
+
},
|
|
309055
|
+
"tags": {
|
|
309056
|
+
"type": "object",
|
|
309057
|
+
"additionalProperties": {
|
|
309058
|
+
"type": "string",
|
|
309059
|
+
"maxLength": 1e3,
|
|
309060
|
+
"nullable": true
|
|
309061
|
+
},
|
|
309062
|
+
"description": "The knowledge base tags to update as an object of key-value pairs with `string` (text) values. Omit to keep existing tags intact. Any existing tags not included will be preserved. New tags will be added. To delete a tag, set its value to `null`."
|
|
309013
309063
|
}
|
|
309014
309064
|
},
|
|
309015
309065
|
"required": [
|
|
@@ -309035,11 +309085,18 @@ var state3 = {
|
|
|
309035
309085
|
"name": {
|
|
309036
309086
|
"type": "string",
|
|
309037
309087
|
"description": "Name of the knowledge base."
|
|
309088
|
+
},
|
|
309089
|
+
"tags": {
|
|
309090
|
+
"type": "object",
|
|
309091
|
+
"additionalProperties": {
|
|
309092
|
+
"type": "string"
|
|
309093
|
+
}
|
|
309038
309094
|
}
|
|
309039
309095
|
},
|
|
309040
309096
|
"required": [
|
|
309041
309097
|
"id",
|
|
309042
|
-
"name"
|
|
309098
|
+
"name",
|
|
309099
|
+
"tags"
|
|
309043
309100
|
],
|
|
309044
309101
|
"additionalProperties": false
|
|
309045
309102
|
}
|
|
@@ -309063,6 +309120,12 @@ var state3 = {
|
|
|
309063
309120
|
"in": "query",
|
|
309064
309121
|
"description": "Provide the `meta.nextToken` value provided in the last API response to retrieve the next page of results",
|
|
309065
309122
|
"type": "string"
|
|
309123
|
+
},
|
|
309124
|
+
"tags": {
|
|
309125
|
+
"in": "query",
|
|
309126
|
+
"description": "Filter files by tags. Tags should be passed as a URL-encoded JSON object of key-value pairs that must be present in the tags of a file. An array of multiple string values for the same key are treated as an OR condition. To exclude a value, express it as an object with a nested `not` key with the string or string-array value(s) to exclude.",
|
|
309127
|
+
"type": "object",
|
|
309128
|
+
"schema": {}
|
|
309066
309129
|
}
|
|
309067
309130
|
},
|
|
309068
309131
|
"response": {
|
|
@@ -309086,12 +309149,19 @@ var state3 = {
|
|
|
309086
309149
|
"createdAt": {
|
|
309087
309150
|
"type": "string",
|
|
309088
309151
|
"description": "Knowledge base creation timestamp in ISO 8601 format"
|
|
309152
|
+
},
|
|
309153
|
+
"tags": {
|
|
309154
|
+
"type": "object",
|
|
309155
|
+
"additionalProperties": {
|
|
309156
|
+
"type": "string"
|
|
309157
|
+
}
|
|
309089
309158
|
}
|
|
309090
309159
|
},
|
|
309091
309160
|
"required": [
|
|
309092
309161
|
"id",
|
|
309093
309162
|
"name",
|
|
309094
|
-
"createdAt"
|
|
309163
|
+
"createdAt",
|
|
309164
|
+
"tags"
|
|
309095
309165
|
]
|
|
309096
309166
|
}
|
|
309097
309167
|
},
|
|
@@ -309120,7 +309190,7 @@ var state3 = {
|
|
|
309120
309190
|
"title": "Botpress API",
|
|
309121
309191
|
"description": "API for Botpress Cloud",
|
|
309122
309192
|
"server": "https://api.botpress.cloud",
|
|
309123
|
-
"version": "1.
|
|
309193
|
+
"version": "1.37.0",
|
|
309124
309194
|
"prefix": "v1"
|
|
309125
309195
|
},
|
|
309126
309196
|
"errors": [
|
|
@@ -314204,7 +314274,7 @@ var state4 = {
|
|
|
314204
314274
|
"title": "Botpress API",
|
|
314205
314275
|
"description": "API for Botpress Cloud",
|
|
314206
314276
|
"server": "https://api.botpress.cloud",
|
|
314207
|
-
"version": "1.
|
|
314277
|
+
"version": "1.37.0",
|
|
314208
314278
|
"prefix": "v1"
|
|
314209
314279
|
},
|
|
314210
314280
|
"errors": [
|
|
@@ -333370,42 +333440,6 @@ var state5 = {
|
|
|
333370
333440
|
"description": "Conversation object configuration",
|
|
333371
333441
|
"additionalProperties": false
|
|
333372
333442
|
},
|
|
333373
|
-
"dependencies": {
|
|
333374
|
-
"type": "object",
|
|
333375
|
-
"properties": {
|
|
333376
|
-
"interfaces": {
|
|
333377
|
-
"type": "object",
|
|
333378
|
-
"additionalProperties": {
|
|
333379
|
-
"type": "object",
|
|
333380
|
-
"properties": {
|
|
333381
|
-
"id": {
|
|
333382
|
-
"type": "string"
|
|
333383
|
-
}
|
|
333384
|
-
},
|
|
333385
|
-
"required": [
|
|
333386
|
-
"id"
|
|
333387
|
-
],
|
|
333388
|
-
"additionalProperties": false
|
|
333389
|
-
}
|
|
333390
|
-
},
|
|
333391
|
-
"integrations": {
|
|
333392
|
-
"type": "object",
|
|
333393
|
-
"additionalProperties": {
|
|
333394
|
-
"type": "object",
|
|
333395
|
-
"properties": {
|
|
333396
|
-
"id": {
|
|
333397
|
-
"type": "string"
|
|
333398
|
-
}
|
|
333399
|
-
},
|
|
333400
|
-
"required": [
|
|
333401
|
-
"id"
|
|
333402
|
-
],
|
|
333403
|
-
"additionalProperties": false
|
|
333404
|
-
}
|
|
333405
|
-
}
|
|
333406
|
-
},
|
|
333407
|
-
"additionalProperties": false
|
|
333408
|
-
},
|
|
333409
333443
|
"attributes": {
|
|
333410
333444
|
"type": "object",
|
|
333411
333445
|
"additionalProperties": {
|
|
@@ -333454,6 +333488,56 @@ var state5 = {
|
|
|
333454
333488
|
"public": {
|
|
333455
333489
|
"type": "boolean",
|
|
333456
333490
|
"description": "Indicates if the plugin is public. Public plugins are available to all and cannot be updated without creating a new version."
|
|
333491
|
+
},
|
|
333492
|
+
"dependencies": {
|
|
333493
|
+
"type": "object",
|
|
333494
|
+
"properties": {
|
|
333495
|
+
"interfaces": {
|
|
333496
|
+
"type": "object",
|
|
333497
|
+
"additionalProperties": {
|
|
333498
|
+
"type": "object",
|
|
333499
|
+
"properties": {
|
|
333500
|
+
"id": {
|
|
333501
|
+
"type": "string",
|
|
333502
|
+
"description": 'Id of the interface. If provided, "name" and "version" are ignored'
|
|
333503
|
+
},
|
|
333504
|
+
"name": {
|
|
333505
|
+
"type": "string",
|
|
333506
|
+
"description": "Name of the interface"
|
|
333507
|
+
},
|
|
333508
|
+
"version": {
|
|
333509
|
+
"type": "string",
|
|
333510
|
+
"description": "Version of the interface. Accepts semver versions and version ranges"
|
|
333511
|
+
}
|
|
333512
|
+
},
|
|
333513
|
+
"additionalProperties": false
|
|
333514
|
+
},
|
|
333515
|
+
"description": "Mapping of interface aliases to interface references"
|
|
333516
|
+
},
|
|
333517
|
+
"integrations": {
|
|
333518
|
+
"type": "object",
|
|
333519
|
+
"additionalProperties": {
|
|
333520
|
+
"type": "object",
|
|
333521
|
+
"properties": {
|
|
333522
|
+
"id": {
|
|
333523
|
+
"type": "string",
|
|
333524
|
+
"description": 'Id of the integration. If provided, "name" and "version" are ignored'
|
|
333525
|
+
},
|
|
333526
|
+
"name": {
|
|
333527
|
+
"type": "string",
|
|
333528
|
+
"description": "Name of the integration"
|
|
333529
|
+
},
|
|
333530
|
+
"version": {
|
|
333531
|
+
"type": "string",
|
|
333532
|
+
"description": "Version of the integration. Accepts semver versions and version ranges"
|
|
333533
|
+
}
|
|
333534
|
+
},
|
|
333535
|
+
"additionalProperties": false
|
|
333536
|
+
},
|
|
333537
|
+
"description": "Mapping of integration aliases to integration references"
|
|
333538
|
+
}
|
|
333539
|
+
},
|
|
333540
|
+
"additionalProperties": false
|
|
333457
333541
|
}
|
|
333458
333542
|
},
|
|
333459
333543
|
"required": [
|
|
@@ -333830,44 +333914,6 @@ var state5 = {
|
|
|
333830
333914
|
],
|
|
333831
333915
|
"additionalProperties": false
|
|
333832
333916
|
},
|
|
333833
|
-
"dependencies": {
|
|
333834
|
-
"type": "object",
|
|
333835
|
-
"properties": {
|
|
333836
|
-
"interfaces": {
|
|
333837
|
-
"type": "object",
|
|
333838
|
-
"additionalProperties": {
|
|
333839
|
-
"type": "object",
|
|
333840
|
-
"properties": {
|
|
333841
|
-
"id": {
|
|
333842
|
-
"type": "string"
|
|
333843
|
-
}
|
|
333844
|
-
},
|
|
333845
|
-
"required": [
|
|
333846
|
-
"id"
|
|
333847
|
-
],
|
|
333848
|
-
"nullable": true,
|
|
333849
|
-
"additionalProperties": false
|
|
333850
|
-
}
|
|
333851
|
-
},
|
|
333852
|
-
"integrations": {
|
|
333853
|
-
"type": "object",
|
|
333854
|
-
"additionalProperties": {
|
|
333855
|
-
"type": "object",
|
|
333856
|
-
"properties": {
|
|
333857
|
-
"id": {
|
|
333858
|
-
"type": "string"
|
|
333859
|
-
}
|
|
333860
|
-
},
|
|
333861
|
-
"required": [
|
|
333862
|
-
"id"
|
|
333863
|
-
],
|
|
333864
|
-
"nullable": true,
|
|
333865
|
-
"additionalProperties": false
|
|
333866
|
-
}
|
|
333867
|
-
}
|
|
333868
|
-
},
|
|
333869
|
-
"additionalProperties": false
|
|
333870
|
-
},
|
|
333871
333917
|
"attributes": {
|
|
333872
333918
|
"type": "object",
|
|
333873
333919
|
"additionalProperties": {
|
|
@@ -333913,6 +333959,58 @@ var state5 = {
|
|
|
333913
333959
|
"public": {
|
|
333914
333960
|
"type": "boolean",
|
|
333915
333961
|
"description": "Indicates if the plugin is public. Public plugins are available to all and cannot be updated without creating a new version."
|
|
333962
|
+
},
|
|
333963
|
+
"dependencies": {
|
|
333964
|
+
"type": "object",
|
|
333965
|
+
"properties": {
|
|
333966
|
+
"interfaces": {
|
|
333967
|
+
"type": "object",
|
|
333968
|
+
"additionalProperties": {
|
|
333969
|
+
"type": "object",
|
|
333970
|
+
"properties": {
|
|
333971
|
+
"id": {
|
|
333972
|
+
"type": "string",
|
|
333973
|
+
"description": 'Id of the interface. If provided, "name" and "version" are ignored'
|
|
333974
|
+
},
|
|
333975
|
+
"name": {
|
|
333976
|
+
"type": "string",
|
|
333977
|
+
"description": "Name of the interface"
|
|
333978
|
+
},
|
|
333979
|
+
"version": {
|
|
333980
|
+
"type": "string",
|
|
333981
|
+
"description": "Version of the interface. Accepts semver versions and version ranges"
|
|
333982
|
+
}
|
|
333983
|
+
},
|
|
333984
|
+
"nullable": true,
|
|
333985
|
+
"additionalProperties": false
|
|
333986
|
+
},
|
|
333987
|
+
"description": "Mapping of interface aliases to interface references"
|
|
333988
|
+
},
|
|
333989
|
+
"integrations": {
|
|
333990
|
+
"type": "object",
|
|
333991
|
+
"additionalProperties": {
|
|
333992
|
+
"type": "object",
|
|
333993
|
+
"properties": {
|
|
333994
|
+
"id": {
|
|
333995
|
+
"type": "string",
|
|
333996
|
+
"description": 'Id of the integration. If provided, "name" and "version" are ignored'
|
|
333997
|
+
},
|
|
333998
|
+
"name": {
|
|
333999
|
+
"type": "string",
|
|
334000
|
+
"description": "Name of the integration"
|
|
334001
|
+
},
|
|
334002
|
+
"version": {
|
|
334003
|
+
"type": "string",
|
|
334004
|
+
"description": "Version of the integration. Accepts semver versions and version ranges"
|
|
334005
|
+
}
|
|
334006
|
+
},
|
|
334007
|
+
"nullable": true,
|
|
334008
|
+
"additionalProperties": false
|
|
334009
|
+
},
|
|
334010
|
+
"description": "Mapping of integration aliases to integration references"
|
|
334011
|
+
}
|
|
334012
|
+
},
|
|
334013
|
+
"additionalProperties": false
|
|
333916
334014
|
}
|
|
333917
334015
|
},
|
|
333918
334016
|
"title": "updatePluginBody",
|
|
@@ -336222,6 +336320,12 @@ var state5 = {
|
|
|
336222
336320
|
"name": {
|
|
336223
336321
|
"type": "string",
|
|
336224
336322
|
"description": "Name of the knowledge base."
|
|
336323
|
+
},
|
|
336324
|
+
"tags": {
|
|
336325
|
+
"type": "object",
|
|
336326
|
+
"additionalProperties": {
|
|
336327
|
+
"type": "string"
|
|
336328
|
+
}
|
|
336225
336329
|
}
|
|
336226
336330
|
},
|
|
336227
336331
|
"required": [
|
|
@@ -336248,11 +336352,18 @@ var state5 = {
|
|
|
336248
336352
|
"name": {
|
|
336249
336353
|
"type": "string",
|
|
336250
336354
|
"description": "Name of the knowledge base."
|
|
336355
|
+
},
|
|
336356
|
+
"tags": {
|
|
336357
|
+
"type": "object",
|
|
336358
|
+
"additionalProperties": {
|
|
336359
|
+
"type": "string"
|
|
336360
|
+
}
|
|
336251
336361
|
}
|
|
336252
336362
|
},
|
|
336253
336363
|
"required": [
|
|
336254
336364
|
"id",
|
|
336255
|
-
"name"
|
|
336365
|
+
"name",
|
|
336366
|
+
"tags"
|
|
336256
336367
|
],
|
|
336257
336368
|
"additionalProperties": false
|
|
336258
336369
|
}
|
|
@@ -336309,6 +336420,15 @@ var state5 = {
|
|
|
336309
336420
|
"name": {
|
|
336310
336421
|
"type": "string",
|
|
336311
336422
|
"description": "New name of the knowledge base."
|
|
336423
|
+
},
|
|
336424
|
+
"tags": {
|
|
336425
|
+
"type": "object",
|
|
336426
|
+
"additionalProperties": {
|
|
336427
|
+
"type": "string",
|
|
336428
|
+
"maxLength": 1e3,
|
|
336429
|
+
"nullable": true
|
|
336430
|
+
},
|
|
336431
|
+
"description": "The knowledge base tags to update as an object of key-value pairs with `string` (text) values. Omit to keep existing tags intact. Any existing tags not included will be preserved. New tags will be added. To delete a tag, set its value to `null`."
|
|
336312
336432
|
}
|
|
336313
336433
|
},
|
|
336314
336434
|
"required": [
|
|
@@ -336334,11 +336454,18 @@ var state5 = {
|
|
|
336334
336454
|
"name": {
|
|
336335
336455
|
"type": "string",
|
|
336336
336456
|
"description": "Name of the knowledge base."
|
|
336457
|
+
},
|
|
336458
|
+
"tags": {
|
|
336459
|
+
"type": "object",
|
|
336460
|
+
"additionalProperties": {
|
|
336461
|
+
"type": "string"
|
|
336462
|
+
}
|
|
336337
336463
|
}
|
|
336338
336464
|
},
|
|
336339
336465
|
"required": [
|
|
336340
336466
|
"id",
|
|
336341
|
-
"name"
|
|
336467
|
+
"name",
|
|
336468
|
+
"tags"
|
|
336342
336469
|
],
|
|
336343
336470
|
"additionalProperties": false
|
|
336344
336471
|
}
|
|
@@ -336362,6 +336489,12 @@ var state5 = {
|
|
|
336362
336489
|
"in": "query",
|
|
336363
336490
|
"description": "Provide the `meta.nextToken` value provided in the last API response to retrieve the next page of results",
|
|
336364
336491
|
"type": "string"
|
|
336492
|
+
},
|
|
336493
|
+
"tags": {
|
|
336494
|
+
"in": "query",
|
|
336495
|
+
"description": "Filter files by tags. Tags should be passed as a URL-encoded JSON object of key-value pairs that must be present in the tags of a file. An array of multiple string values for the same key are treated as an OR condition. To exclude a value, express it as an object with a nested `not` key with the string or string-array value(s) to exclude.",
|
|
336496
|
+
"type": "object",
|
|
336497
|
+
"schema": {}
|
|
336365
336498
|
}
|
|
336366
336499
|
},
|
|
336367
336500
|
"response": {
|
|
@@ -336385,12 +336518,19 @@ var state5 = {
|
|
|
336385
336518
|
"createdAt": {
|
|
336386
336519
|
"type": "string",
|
|
336387
336520
|
"description": "Knowledge base creation timestamp in ISO 8601 format"
|
|
336521
|
+
},
|
|
336522
|
+
"tags": {
|
|
336523
|
+
"type": "object",
|
|
336524
|
+
"additionalProperties": {
|
|
336525
|
+
"type": "string"
|
|
336526
|
+
}
|
|
336388
336527
|
}
|
|
336389
336528
|
},
|
|
336390
336529
|
"required": [
|
|
336391
336530
|
"id",
|
|
336392
336531
|
"name",
|
|
336393
|
-
"createdAt"
|
|
336532
|
+
"createdAt",
|
|
336533
|
+
"tags"
|
|
336394
336534
|
]
|
|
336395
336535
|
}
|
|
336396
336536
|
},
|
|
@@ -337625,7 +337765,7 @@ var state5 = {
|
|
|
337625
337765
|
"title": "Botpress API",
|
|
337626
337766
|
"description": "API for Botpress Cloud",
|
|
337627
337767
|
"server": "https://api.botpress.cloud",
|
|
337628
|
-
"version": "1.
|
|
337768
|
+
"version": "1.37.0",
|
|
337629
337769
|
"prefix": "v1"
|
|
337630
337770
|
},
|
|
337631
337771
|
"errors": [
|