@botpress/api 1.40.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.
@@ -13993,7 +13993,7 @@ export const state = {
13993
13993
  "title": "Botpress API",
13994
13994
  "description": "API for Botpress Cloud",
13995
13995
  "server": "https://api.botpress.cloud",
13996
- "version": "1.40.0",
13996
+ "version": "1.42.0",
13997
13997
  "prefix": "v1"
13998
13998
  },
13999
13999
  "errors": [
@@ -16934,6 +16934,13 @@ export const state = {
16934
16934
  "type": "string"
16935
16935
  },
16936
16936
  "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."
16937
+ },
16938
+ "origin": {
16939
+ "type": "string",
16940
+ "enum": [
16941
+ "synthetic"
16942
+ ],
16943
+ "description": "Origin of the message (`synthetic`)."
16937
16944
  }
16938
16945
  },
16939
16946
  "required": [