File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11export const JOBSTASH_BUNDLE_PRICING = {
22 starter : 0 ,
3- growth : 199 ,
4- pro : 399 ,
5- max : 599 ,
3+ growth : 29 ,
4+ pro : 49 ,
5+ max : 99 ,
66} ;
77
88export const VERI_BUNDLE_PRICING = {
9- lite : 49 ,
10- plus : 99 ,
11- elite : 149 ,
12- ultra : 229 ,
9+ lite : 19 ,
10+ plus : 29 ,
11+ elite : 39 ,
12+ ultra : 69 ,
1313} ;
1414
1515export const EXTRA_SEATS_PRICING = {
1616 starter : 0 ,
17- growth : 50 ,
17+ growth : 19 ,
1818 pro : 100 ,
1919 max : 150 ,
2020} ;
Original file line number Diff line number Diff line change @@ -9,25 +9,25 @@ export const JOBSTASH_QUOTA: {
99 starter : {
1010 veri : 10 ,
1111 stashPool : false ,
12- atsIntegration : true ,
12+ atsIntegration : false ,
1313 jobPromotions : 0 ,
1414 } ,
1515 growth : {
16- veri : 250 ,
16+ veri : 100 ,
1717 stashPool : true ,
18- atsIntegration : true ,
18+ atsIntegration : false ,
1919 jobPromotions : 0 ,
2020 } ,
2121 pro : {
2222 veri : 500 ,
2323 stashPool : true ,
24- atsIntegration : true ,
24+ atsIntegration : false ,
2525 jobPromotions : 1 ,
2626 } ,
2727 max : {
2828 veri : 1000 ,
2929 stashPool : true ,
30- atsIntegration : true ,
30+ atsIntegration : false ,
3131 jobPromotions : 2 ,
3232 } ,
3333} ;
You can’t perform that action at this time.
0 commit comments