@botpress/api 1.42.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.
@@ -2635,7 +2635,7 @@ export const state = {
2635
2635
  "title": "Botpress API",
2636
2636
  "description": "API for Botpress Cloud",
2637
2637
  "server": "https://api.botpress.cloud",
2638
- "version": "1.42.0",
2638
+ "version": "1.43.0",
2639
2639
  "prefix": "v1"
2640
2640
  },
2641
2641
  "errors": [
@@ -4927,6 +4927,10 @@ export const state = {
4927
4927
  },
4928
4928
  "handle": {
4929
4929
  "type": "string"
4930
+ },
4931
+ "activeTrialId": {
4932
+ "type": "string",
4933
+ "nullable": true
4930
4934
  }
4931
4935
  },
4932
4936
  "required": [
@@ -4939,7 +4943,8 @@ export const state = {
4939
4943
  "billingVersion",
4940
4944
  "plan",
4941
4945
  "blocked",
4942
- "spendingLimit"
4946
+ "spendingLimit",
4947
+ "activeTrialId"
4943
4948
  ],
4944
4949
  "additionalProperties": false
4945
4950
  }
package/src/gen/state.ts CHANGED
@@ -9734,6 +9734,10 @@ export const state = {
9734
9734
  },
9735
9735
  "handle": {
9736
9736
  "type": "string"
9737
+ },
9738
+ "activeTrialId": {
9739
+ "type": "string",
9740
+ "nullable": true
9737
9741
  }
9738
9742
  },
9739
9743
  "required": [
@@ -9746,7 +9750,8 @@ export const state = {
9746
9750
  "billingVersion",
9747
9751
  "plan",
9748
9752
  "blocked",
9749
- "spendingLimit"
9753
+ "spendingLimit",
9754
+ "activeTrialId"
9750
9755
  ],
9751
9756
  "title": "createWorkspaceResponse",
9752
9757
  "additionalProperties": false
@@ -9916,6 +9921,10 @@ export const state = {
9916
9921
  },
9917
9922
  "handle": {
9918
9923
  "type": "string"
9924
+ },
9925
+ "activeTrialId": {
9926
+ "type": "string",
9927
+ "nullable": true
9919
9928
  }
9920
9929
  },
9921
9930
  "required": [
@@ -9928,7 +9937,8 @@ export const state = {
9928
9937
  "billingVersion",
9929
9938
  "plan",
9930
9939
  "blocked",
9931
- "spendingLimit"
9940
+ "spendingLimit",
9941
+ "activeTrialId"
9932
9942
  ],
9933
9943
  "title": "getWorkspaceResponse",
9934
9944
  "additionalProperties": false
@@ -10431,6 +10441,10 @@ export const state = {
10431
10441
  },
10432
10442
  "handle": {
10433
10443
  "type": "string"
10444
+ },
10445
+ "activeTrialId": {
10446
+ "type": "string",
10447
+ "nullable": true
10434
10448
  }
10435
10449
  },
10436
10450
  "required": [
@@ -10443,7 +10457,8 @@ export const state = {
10443
10457
  "billingVersion",
10444
10458
  "plan",
10445
10459
  "blocked",
10446
- "spendingLimit"
10460
+ "spendingLimit",
10461
+ "activeTrialId"
10447
10462
  ],
10448
10463
  "title": "updateWorkspaceResponse",
10449
10464
  "additionalProperties": false
@@ -10607,6 +10622,10 @@ export const state = {
10607
10622
  },
10608
10623
  "handle": {
10609
10624
  "type": "string"
10625
+ },
10626
+ "activeTrialId": {
10627
+ "type": "string",
10628
+ "nullable": true
10610
10629
  }
10611
10630
  },
10612
10631
  "required": [
@@ -10619,7 +10638,8 @@ export const state = {
10619
10638
  "billingVersion",
10620
10639
  "plan",
10621
10640
  "blocked",
10622
- "spendingLimit"
10641
+ "spendingLimit",
10642
+ "activeTrialId"
10623
10643
  ],
10624
10644
  "title": "updateWorkspaceResponse"
10625
10645
  }
@@ -19683,7 +19703,7 @@ export const state = {
19683
19703
  "title": "Botpress API",
19684
19704
  "description": "API for Botpress Cloud",
19685
19705
  "server": "https://api.botpress.cloud",
19686
- "version": "1.42.0",
19706
+ "version": "1.43.0",
19687
19707
  "prefix": "v1"
19688
19708
  },
19689
19709
  "errors": [
@@ -22165,6 +22185,10 @@ export const state = {
22165
22185
  },
22166
22186
  "handle": {
22167
22187
  "type": "string"
22188
+ },
22189
+ "activeTrialId": {
22190
+ "type": "string",
22191
+ "nullable": true
22168
22192
  }
22169
22193
  },
22170
22194
  "required": [
@@ -22177,7 +22201,8 @@ export const state = {
22177
22201
  "billingVersion",
22178
22202
  "plan",
22179
22203
  "blocked",
22180
- "spendingLimit"
22204
+ "spendingLimit",
22205
+ "activeTrialId"
22181
22206
  ],
22182
22207
  "title": "updateWorkspaceResponse",
22183
22208
  "additionalProperties": false