Comparing version 0.12.0 to 0.12.1
@@ -131,2 +131,3 @@ import { z } from 'zod'; | ||
status: z.ZodOptional<z.ZodNativeEnum<typeof CampaignStatus>>; | ||
journeyId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>; | ||
}>, "strip", z.ZodTypeAny, { | ||
@@ -137,2 +138,3 @@ limit: number; | ||
status?: CampaignStatus | undefined; | ||
journeyId?: string | undefined; | ||
}, { | ||
@@ -143,2 +145,3 @@ name?: string | undefined; | ||
offset?: string | undefined; | ||
journeyId?: string | undefined; | ||
}>; | ||
@@ -145,0 +148,0 @@ export declare const searchCampaignsParamsSchema: z.ZodObject<{ |
@@ -40,2 +40,3 @@ "use strict"; | ||
status: zod_1.z.nativeEnum(CampaignStatus).optional(), | ||
journeyId: Id_1.idSchema.optional(), | ||
}); | ||
@@ -42,0 +43,0 @@ exports.searchCampaignsParamsSchema = zod_1.z.object({ workspaceId: Id_1.idSchema }); |
{ | ||
"name": "lz-schema", | ||
"version": "0.12.0", | ||
"version": "0.12.1", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
72126
2016