@botpress/api 0.55.0 → 0.57.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 +30 -1
- package/dist/src/gen/state.d.ts +27 -0
- package/package.json +1 -1
- package/src/gen/metadata.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +30 -1
package/src/gen/state.ts
CHANGED
|
@@ -4710,6 +4710,14 @@ export const state = {
|
|
|
4710
4710
|
},
|
|
4711
4711
|
"additionalProperties": false
|
|
4712
4712
|
},
|
|
4713
|
+
"tags": {
|
|
4714
|
+
"type": "object",
|
|
4715
|
+
"additionalProperties": {
|
|
4716
|
+
"type": "string",
|
|
4717
|
+
"maxLength": 500
|
|
4718
|
+
},
|
|
4719
|
+
"description": "Tags of the [Bot](#schema_bot)"
|
|
4720
|
+
},
|
|
4713
4721
|
"code": {
|
|
4714
4722
|
"type": "string",
|
|
4715
4723
|
"description": "JavaScript code of the bot"
|
|
@@ -4814,6 +4822,14 @@ export const state = {
|
|
|
4814
4822
|
},
|
|
4815
4823
|
"additionalProperties": false
|
|
4816
4824
|
},
|
|
4825
|
+
"tags": {
|
|
4826
|
+
"type": "object",
|
|
4827
|
+
"additionalProperties": {
|
|
4828
|
+
"type": "string",
|
|
4829
|
+
"maxLength": 500
|
|
4830
|
+
},
|
|
4831
|
+
"description": "Tags of the [Bot](#schema_bot)"
|
|
4832
|
+
},
|
|
4817
4833
|
"blocked": {
|
|
4818
4834
|
"type": "boolean"
|
|
4819
4835
|
},
|
|
@@ -13401,7 +13417,7 @@ export const state = {
|
|
|
13401
13417
|
"title": "Botpress API",
|
|
13402
13418
|
"description": "API for Botpress Cloud",
|
|
13403
13419
|
"server": "https://api.botpress.cloud",
|
|
13404
|
-
"version": "0.
|
|
13420
|
+
"version": "0.57.0",
|
|
13405
13421
|
"prefix": "v1"
|
|
13406
13422
|
},
|
|
13407
13423
|
"errors": [
|
|
@@ -13524,6 +13540,11 @@ export const state = {
|
|
|
13524
13540
|
"status": 400,
|
|
13525
13541
|
"type": "BreakingChanges",
|
|
13526
13542
|
"description": "Request payload contains breaking changes which is not allowed for this resource without a version increment."
|
|
13543
|
+
},
|
|
13544
|
+
{
|
|
13545
|
+
"status": 502,
|
|
13546
|
+
"type": "UpstreamProvider",
|
|
13547
|
+
"description": "The upstream provider returned an error or is currently unavailable."
|
|
13527
13548
|
}
|
|
13528
13549
|
],
|
|
13529
13550
|
"refs": {
|
|
@@ -14215,6 +14236,13 @@ export const state = {
|
|
|
14215
14236
|
},
|
|
14216
14237
|
"description": "Actions definition"
|
|
14217
14238
|
},
|
|
14239
|
+
"tags": {
|
|
14240
|
+
"type": "object",
|
|
14241
|
+
"additionalProperties": {
|
|
14242
|
+
"type": "string"
|
|
14243
|
+
},
|
|
14244
|
+
"description": "Tags of [Bot](#schema_bot)"
|
|
14245
|
+
},
|
|
14218
14246
|
"name": {
|
|
14219
14247
|
"type": "string",
|
|
14220
14248
|
"description": "Name of the [Bot](#schema_bot)"
|
|
@@ -14281,6 +14309,7 @@ export const state = {
|
|
|
14281
14309
|
"recurringEvents",
|
|
14282
14310
|
"subscriptions",
|
|
14283
14311
|
"actions",
|
|
14312
|
+
"tags",
|
|
14284
14313
|
"name",
|
|
14285
14314
|
"dev",
|
|
14286
14315
|
"alwaysAlive",
|