defined product updated action
This commit is contained in:
@@ -3,6 +3,7 @@ export enum AuthType {
|
||||
PublicKey = "public_key",
|
||||
Dashboard = "dashboard",
|
||||
Stripe = "stripe",
|
||||
Unknown = "unknown",
|
||||
}
|
||||
|
||||
export enum ActionType {
|
||||
|
||||
@@ -83,7 +83,7 @@ export const FullCusProductSchema = CusProductSchema.extend({
|
||||
}),
|
||||
),
|
||||
|
||||
customer: CustomerSchema,
|
||||
customer: CustomerSchema.optional(),
|
||||
product: ProductSchema,
|
||||
free_trial: FreeTrialSchema.nullish(),
|
||||
is_custom: z.boolean().default(false),
|
||||
|
||||
Reference in New Issue
Block a user