Skip to content

Commit d70990b

Browse files
committed
Updating prices for products
1 parent 3e48181 commit d70990b

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

src/shared/constants/pricing.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
export 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

88
export 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

1515
export const EXTRA_SEATS_PRICING = {
1616
starter: 0,
17-
growth: 50,
17+
growth: 19,
1818
pro: 100,
1919
max: 150,
2020
};

src/shared/constants/quota.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
};

0 commit comments

Comments
 (0)