@botpress/api 1.41.0 → 1.42.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 +64 -5
- package/dist/src/gen/admin/state.d.ts +5 -0
- package/dist/src/gen/files/state.d.ts +5 -0
- package/dist/src/gen/runtime/state.d.ts +13 -0
- package/dist/src/gen/state.d.ts +13 -0
- package/dist/src/gen/tables/state.d.ts +5 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +8 -1
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +8 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +20 -1
- package/src/gen/state.ts +20 -1
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +8 -1
package/src/gen/tables/state.ts
CHANGED
|
@@ -1216,7 +1216,7 @@ export const state = {
|
|
|
1216
1216
|
"title": "Botpress API",
|
|
1217
1217
|
"description": "API for Botpress Cloud",
|
|
1218
1218
|
"server": "https://api.botpress.cloud",
|
|
1219
|
-
"version": "1.
|
|
1219
|
+
"version": "1.42.0",
|
|
1220
1220
|
"prefix": "v1"
|
|
1221
1221
|
},
|
|
1222
1222
|
"errors": [
|
|
@@ -4046,6 +4046,13 @@ export const state = {
|
|
|
4046
4046
|
"type": "string"
|
|
4047
4047
|
},
|
|
4048
4048
|
"description": "Set of [Tags](/docs/developers/concepts/tags) that you can attach to a [Conversation](#schema_conversation). The set of [Tags](/docs/developers/concepts/tags) available on a [Conversation](#schema_conversation) is restricted by the list of [Tags](/docs/developers/concepts/tags) defined previously by the [Bot](#schema_bot). Individual keys can be unset by posting an empty value to them."
|
|
4049
|
+
},
|
|
4050
|
+
"origin": {
|
|
4051
|
+
"type": "string",
|
|
4052
|
+
"enum": [
|
|
4053
|
+
"synthetic"
|
|
4054
|
+
],
|
|
4055
|
+
"description": "Origin of the message (`synthetic`)."
|
|
4049
4056
|
}
|
|
4050
4057
|
},
|
|
4051
4058
|
"required": [
|