@@ -161,14 +161,14 @@ const PLANS_DATA: SubscriptionResponse = {
161161 type : 'feature' ,
162162 feature_id : 'events' ,
163163 feature_type : 'single_use' ,
164- included_usage : 25_000 ,
164+ included_usage : 10_000 ,
165165 interval : 'month' ,
166166 reset_usage_when_enabled : true ,
167167 display : {
168- primary_text : '25 ,000 events' ,
168+ primary_text : '10 ,000 events' ,
169169 } ,
170- primary_text : '25 ,000 events' ,
171- primaryText : '25 ,000 events' ,
170+ primary_text : '10 ,000 events' ,
171+ primaryText : '10 ,000 events' ,
172172 } ,
173173 {
174174 type : 'feature' ,
@@ -195,25 +195,25 @@ const PLANS_DATA: SubscriptionResponse = {
195195 name : 'Pro' ,
196196 is_add_on : false ,
197197 price : {
198- primary_text : '$9 .99' ,
198+ primary_text : '$29 .99' ,
199199 secondary_text : 'per month' ,
200200 type : 'price' ,
201201 feature_id : null ,
202202 interval : 'month' ,
203- price : 9 .99,
203+ price : 29 .99,
204204 display : {
205- primary_text : '$9 .99' ,
205+ primary_text : '$29 .99' ,
206206 secondary_text : 'month' ,
207207 } ,
208- primaryText : '$9 .99' ,
208+ primaryText : '$29 .99' ,
209209 secondaryText : 'per month' ,
210210 } ,
211211 items : [
212212 {
213213 type : 'priced_feature' ,
214214 feature_id : 'events' ,
215215 feature_type : 'single_use' ,
216- included_usage : 50_000 ,
216+ included_usage : 500_000 ,
217217 interval : 'month' ,
218218 price : null ,
219219 tiers : [
@@ -293,25 +293,25 @@ const PLANS_DATA: SubscriptionResponse = {
293293 name : 'Scale' ,
294294 is_add_on : false ,
295295 price : {
296- primary_text : '$24 .99' ,
296+ primary_text : '$99 .99' ,
297297 secondary_text : 'per month' ,
298298 type : 'price' ,
299299 feature_id : null ,
300300 interval : 'month' ,
301- price : 24 .99,
301+ price : 99 .99,
302302 display : {
303- primary_text : '$24 .99' ,
303+ primary_text : '$99 .99' ,
304304 secondary_text : 'month' ,
305305 } ,
306- primaryText : '$24 .99' ,
306+ primaryText : '$99 .99' ,
307307 secondaryText : 'per month' ,
308308 } ,
309309 items : [
310310 {
311311 type : 'priced_feature' ,
312312 feature_id : 'events' ,
313313 feature_type : 'single_use' ,
314- included_usage : 250_000 ,
314+ included_usage : 3_000_000 ,
315315 interval : 'month' ,
316316 price : null ,
317317 tiers : [
@@ -340,26 +340,26 @@ const PLANS_DATA: SubscriptionResponse = {
340340 billing_units : 1 ,
341341 reset_usage_when_enabled : false ,
342342 display : {
343- primary_text : '250 ,000 events' ,
343+ primary_text : '3,000 ,000 events' ,
344344 secondary_text : 'Then tiered pricing from $0.00001/event' ,
345345 } ,
346- primary_text : '250 ,000 events included' ,
346+ primary_text : '3,000 ,000 events included' ,
347347 secondary_text : 'Then tiered pricing from $0.00001/event' ,
348- primaryText : '250 ,000 events included' ,
348+ primaryText : '3,000 ,000 events included' ,
349349 secondaryText : 'Then tiered pricing from $0.00001/event' ,
350350 } ,
351351 {
352352 type : 'feature' ,
353353 feature_id : 'assistant_message' ,
354354 feature_type : 'single_use' ,
355- included_usage : 250 ,
355+ included_usage : 1000 ,
356356 interval : 'day' ,
357357 reset_usage_when_enabled : true ,
358358 display : {
359- primary_text : '250 assistant messages' ,
359+ primary_text : '1,000 assistant messages' ,
360360 } ,
361- primary_text : '250 assistant messages' ,
362- primaryText : '250 assistant messages' ,
361+ primary_text : '1,000 assistant messages' ,
362+ primaryText : '1,000 assistant messages' ,
363363 } ,
364364 {
365365 type : 'feature' ,
0 commit comments