@webstudio-is/sdk 0.224.0 → 0.226.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -172,10 +172,10 @@ declare const ProjectMeta: z.ZodObject<{
172
172
  faviconAssetId?: string | undefined;
173
173
  }>;
174
174
  export type ProjectMeta = z.infer<typeof ProjectMeta>;
175
- export declare const ProjectNewRedirectPath: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>, string, string>, string, string>, string, string>, z.ZodEffects<z.ZodString, string, string>]>;
175
+ export declare const ProjectNewRedirectPath: z.ZodEffects<z.ZodString, string, string>;
176
176
  export declare const PageRedirect: z.ZodObject<{
177
177
  old: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>, string, string>, string, string>, string, string>;
178
- new: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>, string, string>, string, string>, string, string>, z.ZodEffects<z.ZodString, string, string>]>;
178
+ new: z.ZodEffects<z.ZodString, string, string>;
179
179
  status: z.ZodOptional<z.ZodEnum<["301", "302"]>>;
180
180
  }, "strip", z.ZodTypeAny, {
181
181
  old: string;
@@ -222,7 +222,7 @@ export declare const Pages: z.ZodObject<{
222
222
  }>>;
223
223
  redirects: z.ZodOptional<z.ZodArray<z.ZodObject<{
224
224
  old: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>, string, string>, string, string>, string, string>;
225
- new: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>, string, string>, string, string>, string, string>, z.ZodEffects<z.ZodString, string, string>]>;
225
+ new: z.ZodEffects<z.ZodString, string, string>;
226
226
  status: z.ZodOptional<z.ZodEnum<["301", "302"]>>;
227
227
  }, "strip", z.ZodTypeAny, {
228
228
  old: string;