@@ -28,9 +28,24 @@ export const plansConfig: Record<string, PlanConfig> = {
28
28
] ,
29
29
minPollingInterval : 900 ,
30
30
} ,
31
- prod_NYG90VSEfU0TfQ : {
31
+ prod_NbsBYZA9BxFF7r : {
32
32
key : 'starter' ,
33
33
name : 'Starter' ,
34
+ maxOperations : 30000 ,
35
+ priceId : 'price_1MqeRZFrRlOZNZ9xl2OQmgP2' ,
36
+ price : { monthly : 9 , annually : 9 * 12 } ,
37
+ features : [
38
+ '30,000 operations per month' ,
39
+ '25 active workflows' ,
40
+ '10 blockchain listeners' ,
41
+ '5 minutes polling interval' ,
42
+ 'Execute workflows on error' ,
43
+ ] ,
44
+ minPollingInterval : 300 ,
45
+ } ,
46
+ prod_NYG90VSEfU0TfQ : {
47
+ key : 'core' ,
48
+ name : 'Core' ,
34
49
maxOperations : 1e5 ,
35
50
priceId : 'price_1Mn9dEFrRlOZNZ9xzskkpkvH' ,
36
51
price : { monthly : 29 , annually : 29 * 12 } ,
@@ -91,6 +106,10 @@ export const plansConfig: Record<string, PlanConfig> = {
91
106
// Plans on Stripe test mode
92
107
if ( process . env . NODE_ENV === 'development' ) {
93
108
// starter
109
+ plansConfig [ 'prod_NbsFKhWJ6PMBpx' ] = plansConfig [ 'prod_NbsBYZA9BxFF7r' ]
110
+ plansConfig [ 'prod_NbsFKhWJ6PMBpx' ] . priceId = 'price_1MqeVIFrRlOZNZ9x9wEp6W2G'
111
+ delete plansConfig [ 'prod_NbsBYZA9BxFF7r' ]
112
+ // core
94
113
plansConfig [ 'prod_NXQOvZowLlwuaH' ] = plansConfig [ 'prod_NYG90VSEfU0TfQ' ]
95
114
plansConfig [ 'prod_NXQOvZowLlwuaH' ] . priceId = 'price_1MmLXfFrRlOZNZ9xynfzzKnP'
96
115
delete plansConfig [ 'prod_NYG90VSEfU0TfQ' ]
0 commit comments