@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.
@@ -735,6 +735,12 @@ export const state = {
735
735
  },
736
736
  "description": "Schedule the Message to be sent at a specific time. Either dateTime or delay must be provided.",
737
737
  "additionalProperties": false
738
+ },
739
+ "origin": {
740
+ "type": "string",
741
+ "enum": [
742
+ "synthetic"
743
+ ]
738
744
  }
739
745
  },
740
746
  "required": [
@@ -825,6 +831,12 @@ export const state = {
825
831
  "description": "Schedule the Message to be sent at a specific time. Either dateTime or delay must be provided.",
826
832
  "additionalProperties": false
827
833
  },
834
+ "origin": {
835
+ "type": "string",
836
+ "enum": [
837
+ "synthetic"
838
+ ]
839
+ },
828
840
  "discriminateByTags": {
829
841
  "type": "array",
830
842
  "items": {
@@ -2623,7 +2635,7 @@ export const state = {
2623
2635
  "title": "Botpress API",
2624
2636
  "description": "API for Botpress Cloud",
2625
2637
  "server": "https://api.botpress.cloud",
2626
- "version": "1.41.0",
2638
+ "version": "1.42.0",
2627
2639
  "prefix": "v1"
2628
2640
  },
2629
2641
  "errors": [
@@ -5491,6 +5503,13 @@ export const state = {
5491
5503
  "type": "string"
5492
5504
  },
5493
5505
  "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."
5506
+ },
5507
+ "origin": {
5508
+ "type": "string",
5509
+ "enum": [
5510
+ "synthetic"
5511
+ ],
5512
+ "description": "Origin of the message (`synthetic`)."
5494
5513
  }
5495
5514
  },
5496
5515
  "required": [
package/src/gen/state.ts CHANGED
@@ -735,6 +735,12 @@ export const state = {
735
735
  },
736
736
  "description": "Schedule the Message to be sent at a specific time. Either dateTime or delay must be provided.",
737
737
  "additionalProperties": false
738
+ },
739
+ "origin": {
740
+ "type": "string",
741
+ "enum": [
742
+ "synthetic"
743
+ ]
738
744
  }
739
745
  },
740
746
  "required": [
@@ -825,6 +831,12 @@ export const state = {
825
831
  "description": "Schedule the Message to be sent at a specific time. Either dateTime or delay must be provided.",
826
832
  "additionalProperties": false
827
833
  },
834
+ "origin": {
835
+ "type": "string",
836
+ "enum": [
837
+ "synthetic"
838
+ ]
839
+ },
828
840
  "discriminateByTags": {
829
841
  "type": "array",
830
842
  "items": {
@@ -19671,7 +19683,7 @@ export const state = {
19671
19683
  "title": "Botpress API",
19672
19684
  "description": "API for Botpress Cloud",
19673
19685
  "server": "https://api.botpress.cloud",
19674
- "version": "1.41.0",
19686
+ "version": "1.42.0",
19675
19687
  "prefix": "v1"
19676
19688
  },
19677
19689
  "errors": [
@@ -22731,6 +22743,13 @@ export const state = {
22731
22743
  "type": "string"
22732
22744
  },
22733
22745
  "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."
22746
+ },
22747
+ "origin": {
22748
+ "type": "string",
22749
+ "enum": [
22750
+ "synthetic"
22751
+ ],
22752
+ "description": "Origin of the message (`synthetic`)."
22734
22753
  }
22735
22754
  },
22736
22755
  "required": [