@botpress/api 0.15.1 → 0.15.3

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.
package/src/gen/state.ts CHANGED
@@ -3348,6 +3348,10 @@ export const state = {
3348
3348
  type: "string",
3349
3349
  enum: ["free", "premium"],
3350
3350
  },
3351
+ billingVersion: {
3352
+ type: "string",
3353
+ enum: ["v1", "v2"],
3354
+ },
3351
3355
  plan: {
3352
3356
  type: "string",
3353
3357
  enum: ["community", "team", "enterprise"],
@@ -3367,6 +3371,7 @@ export const state = {
3367
3371
  "updatedAt",
3368
3372
  "botCount",
3369
3373
  "accountType",
3374
+ "billingVersion",
3370
3375
  "plan",
3371
3376
  "blocked",
3372
3377
  "spendingLimit",
@@ -3420,6 +3425,10 @@ export const state = {
3420
3425
  type: "string",
3421
3426
  enum: ["free", "premium"],
3422
3427
  },
3428
+ billingVersion: {
3429
+ type: "string",
3430
+ enum: ["v1", "v2"],
3431
+ },
3423
3432
  plan: {
3424
3433
  type: "string",
3425
3434
  enum: ["community", "team", "enterprise"],
@@ -3439,6 +3448,7 @@ export const state = {
3439
3448
  "updatedAt",
3440
3449
  "botCount",
3441
3450
  "accountType",
3451
+ "billingVersion",
3442
3452
  "plan",
3443
3453
  "blocked",
3444
3454
  "spendingLimit",
@@ -3727,6 +3737,10 @@ export const state = {
3727
3737
  type: "string",
3728
3738
  enum: ["free", "premium"],
3729
3739
  },
3740
+ billingVersion: {
3741
+ type: "string",
3742
+ enum: ["v1", "v2"],
3743
+ },
3730
3744
  plan: {
3731
3745
  type: "string",
3732
3746
  enum: ["community", "team", "enterprise"],
@@ -3746,6 +3760,7 @@ export const state = {
3746
3760
  "updatedAt",
3747
3761
  "botCount",
3748
3762
  "accountType",
3763
+ "billingVersion",
3749
3764
  "plan",
3750
3765
  "blocked",
3751
3766
  "spendingLimit",
@@ -3804,6 +3819,10 @@ export const state = {
3804
3819
  type: "string",
3805
3820
  enum: ["free", "premium"],
3806
3821
  },
3822
+ billingVersion: {
3823
+ type: "string",
3824
+ enum: ["v1", "v2"],
3825
+ },
3807
3826
  plan: {
3808
3827
  type: "string",
3809
3828
  enum: ["community", "team", "enterprise"],
@@ -3823,6 +3842,7 @@ export const state = {
3823
3842
  "updatedAt",
3824
3843
  "botCount",
3825
3844
  "accountType",
3845
+ "billingVersion",
3826
3846
  "plan",
3827
3847
  "blocked",
3828
3848
  "spendingLimit",
@@ -3906,6 +3926,10 @@ export const state = {
3906
3926
  type: "string",
3907
3927
  enum: ["free", "premium"],
3908
3928
  },
3929
+ billingVersion: {
3930
+ type: "string",
3931
+ enum: ["v1", "v2"],
3932
+ },
3909
3933
  plan: {
3910
3934
  type: "string",
3911
3935
  enum: ["community", "team", "enterprise"],
@@ -3925,6 +3949,7 @@ export const state = {
3925
3949
  "updatedAt",
3926
3950
  "botCount",
3927
3951
  "accountType",
3952
+ "billingVersion",
3928
3953
  "plan",
3929
3954
  "blocked",
3930
3955
  "spendingLimit",
@@ -5660,7 +5685,7 @@ export const state = {
5660
5685
  title: "Botpress API",
5661
5686
  description: "API for Botpress Cloud",
5662
5687
  server: "https://api.botpress.cloud",
5663
- version: "0.15.1",
5688
+ version: "0.15.3",
5664
5689
  prefix: "v1",
5665
5690
  },
5666
5691
  errors: [
@@ -6732,6 +6757,10 @@ export const state = {
6732
6757
  type: "string",
6733
6758
  enum: ["free", "premium"],
6734
6759
  },
6760
+ billingVersion: {
6761
+ type: "string",
6762
+ enum: ["v1", "v2"],
6763
+ },
6735
6764
  plan: {
6736
6765
  type: "string",
6737
6766
  enum: ["community", "team", "enterprise"],
@@ -6751,6 +6780,7 @@ export const state = {
6751
6780
  "updatedAt",
6752
6781
  "botCount",
6753
6782
  "accountType",
6783
+ "billingVersion",
6754
6784
  "plan",
6755
6785
  "blocked",
6756
6786
  "spendingLimit",