@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.
@@ -1868,7 +1868,7 @@ export const state = {
1868
1868
  "title": "Botpress API",
1869
1869
  "description": "API for Botpress Cloud",
1870
1870
  "server": "https://api.botpress.cloud",
1871
- "version": "1.40.0",
1871
+ "version": "1.42.0",
1872
1872
  "prefix": "v1"
1873
1873
  },
1874
1874
  "errors": [
@@ -4691,6 +4691,13 @@ export const state = {
4691
4691
  "type": "string"
4692
4692
  },
4693
4693
  "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."
4694
+ },
4695
+ "origin": {
4696
+ "type": "string",
4697
+ "enum": [
4698
+ "synthetic"
4699
+ ],
4700
+ "description": "Origin of the message (`synthetic`)."
4694
4701
  }
4695
4702
  },
4696
4703
  "required": [