@botpress/api 0.55.0 → 0.56.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 +25 -1
- package/dist/src/gen/state.d.ts +23 -0
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +25 -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.56.0",
|
|
13405
13421
|
"prefix": "v1"
|
|
13406
13422
|
},
|
|
13407
13423
|
"errors": [
|
|
@@ -14215,6 +14231,13 @@ export const state = {
|
|
|
14215
14231
|
},
|
|
14216
14232
|
"description": "Actions definition"
|
|
14217
14233
|
},
|
|
14234
|
+
"tags": {
|
|
14235
|
+
"type": "object",
|
|
14236
|
+
"additionalProperties": {
|
|
14237
|
+
"type": "string"
|
|
14238
|
+
},
|
|
14239
|
+
"description": "Tags of [Bot](#schema_bot)"
|
|
14240
|
+
},
|
|
14218
14241
|
"name": {
|
|
14219
14242
|
"type": "string",
|
|
14220
14243
|
"description": "Name of the [Bot](#schema_bot)"
|
|
@@ -14281,6 +14304,7 @@ export const state = {
|
|
|
14281
14304
|
"recurringEvents",
|
|
14282
14305
|
"subscriptions",
|
|
14283
14306
|
"actions",
|
|
14307
|
+
"tags",
|
|
14284
14308
|
"name",
|
|
14285
14309
|
"dev",
|
|
14286
14310
|
"alwaysAlive",
|