@botpress/api 1.41.0 → 1.43.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.43.0",
2627
2639
  "prefix": "v1"
2628
2640
  },
2629
2641
  "errors": [
@@ -4915,6 +4927,10 @@ export const state = {
4915
4927
  },
4916
4928
  "handle": {
4917
4929
  "type": "string"
4930
+ },
4931
+ "activeTrialId": {
4932
+ "type": "string",
4933
+ "nullable": true
4918
4934
  }
4919
4935
  },
4920
4936
  "required": [
@@ -4927,7 +4943,8 @@ export const state = {
4927
4943
  "billingVersion",
4928
4944
  "plan",
4929
4945
  "blocked",
4930
- "spendingLimit"
4946
+ "spendingLimit",
4947
+ "activeTrialId"
4931
4948
  ],
4932
4949
  "additionalProperties": false
4933
4950
  }
@@ -5491,6 +5508,13 @@ export const state = {
5491
5508
  "type": "string"
5492
5509
  },
5493
5510
  "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."
5511
+ },
5512
+ "origin": {
5513
+ "type": "string",
5514
+ "enum": [
5515
+ "synthetic"
5516
+ ],
5517
+ "description": "Origin of the message (`synthetic`)."
5494
5518
  }
5495
5519
  },
5496
5520
  "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": {
@@ -9722,6 +9734,10 @@ export const state = {
9722
9734
  },
9723
9735
  "handle": {
9724
9736
  "type": "string"
9737
+ },
9738
+ "activeTrialId": {
9739
+ "type": "string",
9740
+ "nullable": true
9725
9741
  }
9726
9742
  },
9727
9743
  "required": [
@@ -9734,7 +9750,8 @@ export const state = {
9734
9750
  "billingVersion",
9735
9751
  "plan",
9736
9752
  "blocked",
9737
- "spendingLimit"
9753
+ "spendingLimit",
9754
+ "activeTrialId"
9738
9755
  ],
9739
9756
  "title": "createWorkspaceResponse",
9740
9757
  "additionalProperties": false
@@ -9904,6 +9921,10 @@ export const state = {
9904
9921
  },
9905
9922
  "handle": {
9906
9923
  "type": "string"
9924
+ },
9925
+ "activeTrialId": {
9926
+ "type": "string",
9927
+ "nullable": true
9907
9928
  }
9908
9929
  },
9909
9930
  "required": [
@@ -9916,7 +9937,8 @@ export const state = {
9916
9937
  "billingVersion",
9917
9938
  "plan",
9918
9939
  "blocked",
9919
- "spendingLimit"
9940
+ "spendingLimit",
9941
+ "activeTrialId"
9920
9942
  ],
9921
9943
  "title": "getWorkspaceResponse",
9922
9944
  "additionalProperties": false
@@ -10419,6 +10441,10 @@ export const state = {
10419
10441
  },
10420
10442
  "handle": {
10421
10443
  "type": "string"
10444
+ },
10445
+ "activeTrialId": {
10446
+ "type": "string",
10447
+ "nullable": true
10422
10448
  }
10423
10449
  },
10424
10450
  "required": [
@@ -10431,7 +10457,8 @@ export const state = {
10431
10457
  "billingVersion",
10432
10458
  "plan",
10433
10459
  "blocked",
10434
- "spendingLimit"
10460
+ "spendingLimit",
10461
+ "activeTrialId"
10435
10462
  ],
10436
10463
  "title": "updateWorkspaceResponse",
10437
10464
  "additionalProperties": false
@@ -10595,6 +10622,10 @@ export const state = {
10595
10622
  },
10596
10623
  "handle": {
10597
10624
  "type": "string"
10625
+ },
10626
+ "activeTrialId": {
10627
+ "type": "string",
10628
+ "nullable": true
10598
10629
  }
10599
10630
  },
10600
10631
  "required": [
@@ -10607,7 +10638,8 @@ export const state = {
10607
10638
  "billingVersion",
10608
10639
  "plan",
10609
10640
  "blocked",
10610
- "spendingLimit"
10641
+ "spendingLimit",
10642
+ "activeTrialId"
10611
10643
  ],
10612
10644
  "title": "updateWorkspaceResponse"
10613
10645
  }
@@ -19671,7 +19703,7 @@ export const state = {
19671
19703
  "title": "Botpress API",
19672
19704
  "description": "API for Botpress Cloud",
19673
19705
  "server": "https://api.botpress.cloud",
19674
- "version": "1.41.0",
19706
+ "version": "1.43.0",
19675
19707
  "prefix": "v1"
19676
19708
  },
19677
19709
  "errors": [
@@ -22153,6 +22185,10 @@ export const state = {
22153
22185
  },
22154
22186
  "handle": {
22155
22187
  "type": "string"
22188
+ },
22189
+ "activeTrialId": {
22190
+ "type": "string",
22191
+ "nullable": true
22156
22192
  }
22157
22193
  },
22158
22194
  "required": [
@@ -22165,7 +22201,8 @@ export const state = {
22165
22201
  "billingVersion",
22166
22202
  "plan",
22167
22203
  "blocked",
22168
- "spendingLimit"
22204
+ "spendingLimit",
22205
+ "activeTrialId"
22169
22206
  ],
22170
22207
  "title": "updateWorkspaceResponse",
22171
22208
  "additionalProperties": false
@@ -22731,6 +22768,13 @@ export const state = {
22731
22768
  "type": "string"
22732
22769
  },
22733
22770
  "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."
22771
+ },
22772
+ "origin": {
22773
+ "type": "string",
22774
+ "enum": [
22775
+ "synthetic"
22776
+ ],
22777
+ "description": "Origin of the message (`synthetic`)."
22734
22778
  }
22735
22779
  },
22736
22780
  "required": [