@@ -132,7 +132,7 @@ export async function seed() {
132132 [ ITEM_IDS . authUsers ] : { quantity : PLAN_LIMITS . free . authUsers , repeat : "never" as const , expires : "when-purchase-expires" as const } ,
133133 [ ITEM_IDS . emailsPerMonth ] : { quantity : PLAN_LIMITS . free . emailsPerMonth , repeat : [ 1 , "month" ] as any , expires : "when-repeated" as const } ,
134134 [ ITEM_IDS . analyticsTimeoutSeconds ] : { quantity : PLAN_LIMITS . free . analyticsTimeoutSeconds , repeat : "never" as const , expires : "when-purchase-expires" as const } ,
135- [ ITEM_IDS . analyticsEvents ] : { quantity : PLAN_LIMITS . free . analyticsEvents , repeat : "never" as const , expires : "when-purchase-expires " as const } ,
135+ [ ITEM_IDS . analyticsEvents ] : { quantity : PLAN_LIMITS . free . analyticsEvents , repeat : [ 1 , "month" ] as any , expires : "when-repeated " as const } ,
136136 [ ITEM_IDS . sessionReplays ] : { quantity : PLAN_LIMITS . free . sessionReplays , repeat : [ 1 , "month" ] as any , expires : "when-repeated" as const } ,
137137 } ,
138138 } ,
@@ -154,7 +154,7 @@ export async function seed() {
154154 [ ITEM_IDS . authUsers ] : { quantity : PLAN_LIMITS . team . authUsers , repeat : "never" as const , expires : "when-purchase-expires" as const } ,
155155 [ ITEM_IDS . emailsPerMonth ] : { quantity : PLAN_LIMITS . team . emailsPerMonth , repeat : [ 1 , "month" ] as any , expires : "when-repeated" as const } ,
156156 [ ITEM_IDS . analyticsTimeoutSeconds ] : { quantity : PLAN_LIMITS . team . analyticsTimeoutSeconds , repeat : "never" as const , expires : "when-purchase-expires" as const } ,
157- [ ITEM_IDS . analyticsEvents ] : { quantity : PLAN_LIMITS . team . analyticsEvents , repeat : "never" as const , expires : "when-purchase-expires " as const } ,
157+ [ ITEM_IDS . analyticsEvents ] : { quantity : PLAN_LIMITS . team . analyticsEvents , repeat : [ 1 , "month" ] as any , expires : "when-repeated " as const } ,
158158 [ ITEM_IDS . sessionReplays ] : { quantity : PLAN_LIMITS . team . sessionReplays , repeat : [ 1 , "month" ] as any , expires : "when-repeated" as const } ,
159159 } ,
160160 } ,
@@ -176,7 +176,7 @@ export async function seed() {
176176 [ ITEM_IDS . authUsers ] : { quantity : PLAN_LIMITS . growth . authUsers , repeat : "never" as const , expires : "when-purchase-expires" as const } ,
177177 [ ITEM_IDS . emailsPerMonth ] : { quantity : PLAN_LIMITS . growth . emailsPerMonth , repeat : [ 1 , "month" ] as any , expires : "when-repeated" as const } ,
178178 [ ITEM_IDS . analyticsTimeoutSeconds ] : { quantity : PLAN_LIMITS . growth . analyticsTimeoutSeconds , repeat : "never" as const , expires : "when-purchase-expires" as const } ,
179- [ ITEM_IDS . analyticsEvents ] : { quantity : PLAN_LIMITS . growth . analyticsEvents , repeat : "never" as const , expires : "when-purchase-expires " as const } ,
179+ [ ITEM_IDS . analyticsEvents ] : { quantity : PLAN_LIMITS . growth . analyticsEvents , repeat : [ 1 , "month" ] as any , expires : "when-repeated " as const } ,
180180 [ ITEM_IDS . sessionReplays ] : { quantity : PLAN_LIMITS . growth . sessionReplays , repeat : [ 1 , "month" ] as any , expires : "when-repeated" as const } ,
181181 } ,
182182 } ,
0 commit comments