From b3ef5683f0dc12df2485b69a8911fba55e3e3c56 Mon Sep 17 00:00:00 2001 From: babayaga Date: Wed, 12 Mar 2025 08:57:03 +0100 Subject: [PATCH] component:content --- packages/commons/dist/component.d.ts | 1732 +++++++++++++------------- packages/commons/dist/component.js | 9 +- packages/commons/src/component.ts | 8 +- 3 files changed, 896 insertions(+), 853 deletions(-) diff --git a/packages/commons/dist/component.d.ts b/packages/commons/dist/component.d.ts index b7f77e89..2ab7c5d3 100644 --- a/packages/commons/dist/component.d.ts +++ b/packages/commons/dist/component.d.ts @@ -33,10 +33,10 @@ export declare const ImageMetaSchema: z.ZodObject<{ orientation: z.ZodNumber; exif: z.ZodAny; }, "strip", z.ZodTypeAny, { - height?: number; - width?: number; exif?: any; format?: string; + width?: number; + height?: number; space?: string; channels?: number; depth?: string; @@ -48,10 +48,10 @@ export declare const ImageMetaSchema: z.ZodObject<{ hasAlpha?: boolean; orientation?: number; }, { - height?: number; - width?: number; exif?: any; format?: string; + width?: number; + height?: number; space?: string; channels?: number; depth?: string; @@ -71,15 +71,15 @@ export declare const CADMetaSchema: z.ZodObject<{ model: z.ZodOptional; html: z.ZodOptional; }, "strip", z.ZodTypeAny, { - name?: string; file?: string; + name?: string; configuration?: string; step?: string; model?: string; html?: string; }, { - name?: string; file?: string; + name?: string; configuration?: string; step?: string; model?: string; @@ -148,6 +148,14 @@ export declare const AssetImageSchema: z.ZodObject<{ gps?: any; }>>; }, "strip", z.ZodTypeAny, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -157,16 +165,16 @@ export declare const AssetImageSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -176,15 +184,7 @@ export declare const AssetImageSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }>; export declare const GalleryConfig: z.ZodObject<{ glob: z.ZodArray; @@ -216,18 +216,27 @@ export declare const ContentSchema: z.ZodObject<{ highlights: z.ZodOptional; specs: z.ZodOptional; license: z.ZodOptional; + resources: z.ZodOptional; + readme: z.ZodOptional; + shared: z.ZodOptional; }, "strip", z.ZodTypeAny, { body?: string; features?: string; highlights?: string; specs?: string; license?: string; + resources?: string; + readme?: string; + shared?: string; }, { body?: string; features?: string; highlights?: string; specs?: string; license?: string; + resources?: string; + readme?: string; + shared?: string; }>; export declare const VersionSchema: z.ZodObject<{ version: z.ZodOptional; @@ -279,6 +288,14 @@ export declare const AssetsSchema: z.ZodObject<{ gps?: any; }>>; }, "strip", z.ZodTypeAny, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -288,16 +305,16 @@ export declare const AssetsSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -307,15 +324,7 @@ export declare const AssetsSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }>, "many">>; renderings: z.ZodOptional; @@ -347,6 +356,14 @@ export declare const AssetsSchema: z.ZodObject<{ gps?: any; }>>; }, "strip", z.ZodTypeAny, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -356,16 +373,16 @@ export declare const AssetsSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -375,15 +392,7 @@ export declare const AssetsSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }>, "many">>; components: z.ZodOptional; @@ -415,6 +424,14 @@ export declare const AssetsSchema: z.ZodObject<{ gps?: any; }>>; }, "strip", z.ZodTypeAny, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -424,16 +441,16 @@ export declare const AssetsSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -443,15 +460,7 @@ export declare const AssetsSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }>, "many">>; configurations: z.ZodOptional; @@ -483,6 +492,14 @@ export declare const AssetsSchema: z.ZodObject<{ gps?: any; }>>; }, "strip", z.ZodTypeAny, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -492,16 +509,16 @@ export declare const AssetsSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -511,15 +528,7 @@ export declare const AssetsSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }>, "many">>; showcase: z.ZodOptional; @@ -551,6 +560,14 @@ export declare const AssetsSchema: z.ZodObject<{ gps?: any; }>>; }, "strip", z.ZodTypeAny, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -560,16 +577,16 @@ export declare const AssetsSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -579,15 +596,7 @@ export declare const AssetsSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }>, "many">>; samples: z.ZodOptional; @@ -619,6 +628,14 @@ export declare const AssetsSchema: z.ZodObject<{ gps?: any; }>>; }, "strip", z.ZodTypeAny, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -628,16 +645,16 @@ export declare const AssetsSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -647,18 +664,18 @@ export declare const AssetsSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }>, "many">>; }, "strip", z.ZodTypeAny, { gallery?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -668,17 +685,17 @@ export declare const AssetsSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; renderings?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -688,17 +705,17 @@ export declare const AssetsSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; components?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -708,17 +725,17 @@ export declare const AssetsSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; configurations?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -728,17 +745,17 @@ export declare const AssetsSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; showcase?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -748,17 +765,17 @@ export declare const AssetsSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; samples?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -768,18 +785,18 @@ export declare const AssetsSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; }, { gallery?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -789,17 +806,17 @@ export declare const AssetsSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; renderings?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -809,17 +826,17 @@ export declare const AssetsSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; components?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -829,17 +846,17 @@ export declare const AssetsSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; configurations?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -849,17 +866,17 @@ export declare const AssetsSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; showcase?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -869,17 +886,17 @@ export declare const AssetsSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; samples?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -889,15 +906,7 @@ export declare const AssetsSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; }>; export declare const ProductionSchema: z.ZodObject<{ @@ -928,7 +937,7 @@ export declare const ProductionSchema: z.ZodObject<{ url?: string; }[]; }>; -export declare const ComponentConfigSchema: z.ZodObject<{ +export declare const ComponentConfigSchema: z.ZodObject; code: z.ZodString; price: z.ZodOptional; @@ -1012,6 +1021,14 @@ export declare const ComponentConfigSchema: z.ZodObject<{ gps?: any; }>>; }, "strip", z.ZodTypeAny, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -1021,16 +1038,16 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -1040,15 +1057,7 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }>>; name: z.ZodString; flags: z.ZodOptional; @@ -1061,15 +1070,15 @@ export declare const ComponentConfigSchema: z.ZodObject<{ model: z.ZodOptional; html: z.ZodOptional; }, "strip", z.ZodTypeAny, { - name?: string; file?: string; + name?: string; configuration?: string; step?: string; model?: string; html?: string; }, { - name?: string; file?: string; + name?: string; configuration?: string; step?: string; model?: string; @@ -1142,6 +1151,14 @@ export declare const ComponentConfigSchema: z.ZodObject<{ gps?: any; }>>; }, "strip", z.ZodTypeAny, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -1151,16 +1168,16 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -1170,15 +1187,7 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }>, "many">>; renderings: z.ZodOptional; @@ -1210,6 +1219,14 @@ export declare const ComponentConfigSchema: z.ZodObject<{ gps?: any; }>>; }, "strip", z.ZodTypeAny, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -1219,16 +1236,16 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -1238,15 +1255,7 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }>, "many">>; components: z.ZodOptional; @@ -1278,6 +1287,14 @@ export declare const ComponentConfigSchema: z.ZodObject<{ gps?: any; }>>; }, "strip", z.ZodTypeAny, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -1287,16 +1304,16 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -1306,15 +1323,7 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }>, "many">>; configurations: z.ZodOptional; @@ -1346,6 +1355,14 @@ export declare const ComponentConfigSchema: z.ZodObject<{ gps?: any; }>>; }, "strip", z.ZodTypeAny, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -1355,16 +1372,16 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -1374,15 +1391,7 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }>, "many">>; showcase: z.ZodOptional; @@ -1414,6 +1423,14 @@ export declare const ComponentConfigSchema: z.ZodObject<{ gps?: any; }>>; }, "strip", z.ZodTypeAny, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -1423,16 +1440,16 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -1442,15 +1459,7 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }>, "many">>; samples: z.ZodOptional; @@ -1482,6 +1491,14 @@ export declare const ComponentConfigSchema: z.ZodObject<{ gps?: any; }>>; }, "strip", z.ZodTypeAny, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -1491,16 +1508,16 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -1510,18 +1527,18 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }>, "many">>; }, "strip", z.ZodTypeAny, { gallery?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -1531,17 +1548,17 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; renderings?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -1551,17 +1568,17 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; components?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -1571,17 +1588,17 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; configurations?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -1591,17 +1608,17 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; showcase?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -1611,17 +1628,17 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; samples?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -1631,18 +1648,18 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; }, { gallery?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -1652,17 +1669,17 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; renderings?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -1672,17 +1689,17 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; components?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -1692,17 +1709,17 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; configurations?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -1712,17 +1729,17 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; showcase?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -1732,17 +1749,17 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; samples?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -1752,15 +1769,7 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; }>>; resources: z.ZodDefault>; score: z.ZodOptional; -}, "passthrough", z.ZodTypeAny, z.objectOutputType<{ +}, { + body: z.ZodOptional; + features: z.ZodOptional; + highlights: z.ZodOptional; + specs: z.ZodOptional; + license: z.ZodOptional; + resources: z.ZodOptional; + readme: z.ZodOptional; + shared: z.ZodOptional; +}>, "passthrough", z.ZodTypeAny, z.objectOutputType; code: z.ZodString; price: z.ZodOptional; @@ -1919,6 +1937,14 @@ export declare const ComponentConfigSchema: z.ZodObject<{ gps?: any; }>>; }, "strip", z.ZodTypeAny, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -1928,16 +1954,16 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -1947,15 +1973,7 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }>>; name: z.ZodString; flags: z.ZodOptional; @@ -1968,15 +1986,15 @@ export declare const ComponentConfigSchema: z.ZodObject<{ model: z.ZodOptional; html: z.ZodOptional; }, "strip", z.ZodTypeAny, { - name?: string; file?: string; + name?: string; configuration?: string; step?: string; model?: string; html?: string; }, { - name?: string; file?: string; + name?: string; configuration?: string; step?: string; model?: string; @@ -2049,6 +2067,14 @@ export declare const ComponentConfigSchema: z.ZodObject<{ gps?: any; }>>; }, "strip", z.ZodTypeAny, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -2058,16 +2084,16 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -2077,15 +2103,7 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }>, "many">>; renderings: z.ZodOptional; @@ -2117,6 +2135,14 @@ export declare const ComponentConfigSchema: z.ZodObject<{ gps?: any; }>>; }, "strip", z.ZodTypeAny, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -2126,16 +2152,16 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -2145,15 +2171,7 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }>, "many">>; components: z.ZodOptional; @@ -2185,6 +2203,14 @@ export declare const ComponentConfigSchema: z.ZodObject<{ gps?: any; }>>; }, "strip", z.ZodTypeAny, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -2194,16 +2220,16 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -2213,15 +2239,7 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }>, "many">>; configurations: z.ZodOptional; @@ -2253,6 +2271,14 @@ export declare const ComponentConfigSchema: z.ZodObject<{ gps?: any; }>>; }, "strip", z.ZodTypeAny, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -2262,16 +2288,16 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -2281,15 +2307,7 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }>, "many">>; showcase: z.ZodOptional; @@ -2321,6 +2339,14 @@ export declare const ComponentConfigSchema: z.ZodObject<{ gps?: any; }>>; }, "strip", z.ZodTypeAny, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -2330,16 +2356,16 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -2349,15 +2375,7 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }>, "many">>; samples: z.ZodOptional; @@ -2389,6 +2407,14 @@ export declare const ComponentConfigSchema: z.ZodObject<{ gps?: any; }>>; }, "strip", z.ZodTypeAny, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -2398,16 +2424,16 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -2417,18 +2443,18 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }>, "many">>; }, "strip", z.ZodTypeAny, { gallery?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -2438,17 +2464,17 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; renderings?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -2458,17 +2484,17 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; components?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -2478,17 +2504,17 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; configurations?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -2498,17 +2524,17 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; showcase?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -2518,17 +2544,17 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; samples?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -2538,18 +2564,18 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; }, { gallery?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -2559,17 +2585,17 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; renderings?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -2579,17 +2605,17 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; components?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -2599,17 +2625,17 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; configurations?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -2619,17 +2645,17 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; showcase?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -2639,17 +2665,17 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; samples?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -2659,15 +2685,7 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; }>>; resources: z.ZodDefault>; score: z.ZodOptional; -}, z.ZodTypeAny, "passthrough">, z.objectInputType<{ +}, { + body: z.ZodOptional; + features: z.ZodOptional; + highlights: z.ZodOptional; + specs: z.ZodOptional; + license: z.ZodOptional; + resources: z.ZodOptional; + readme: z.ZodOptional; + shared: z.ZodOptional; +}>, z.ZodTypeAny, "passthrough">, z.objectInputType; code: z.ZodString; price: z.ZodOptional; @@ -2826,6 +2853,14 @@ export declare const ComponentConfigSchema: z.ZodObject<{ gps?: any; }>>; }, "strip", z.ZodTypeAny, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -2835,16 +2870,16 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -2854,15 +2889,7 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }>>; name: z.ZodString; flags: z.ZodOptional; @@ -2875,15 +2902,15 @@ export declare const ComponentConfigSchema: z.ZodObject<{ model: z.ZodOptional; html: z.ZodOptional; }, "strip", z.ZodTypeAny, { - name?: string; file?: string; + name?: string; configuration?: string; step?: string; model?: string; html?: string; }, { - name?: string; file?: string; + name?: string; configuration?: string; step?: string; model?: string; @@ -2956,6 +2983,14 @@ export declare const ComponentConfigSchema: z.ZodObject<{ gps?: any; }>>; }, "strip", z.ZodTypeAny, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -2965,16 +3000,16 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -2984,15 +3019,7 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }>, "many">>; renderings: z.ZodOptional; @@ -3024,6 +3051,14 @@ export declare const ComponentConfigSchema: z.ZodObject<{ gps?: any; }>>; }, "strip", z.ZodTypeAny, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -3033,16 +3068,16 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -3052,15 +3087,7 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }>, "many">>; components: z.ZodOptional; @@ -3092,6 +3119,14 @@ export declare const ComponentConfigSchema: z.ZodObject<{ gps?: any; }>>; }, "strip", z.ZodTypeAny, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -3101,16 +3136,16 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -3120,15 +3155,7 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }>, "many">>; configurations: z.ZodOptional; @@ -3160,6 +3187,14 @@ export declare const ComponentConfigSchema: z.ZodObject<{ gps?: any; }>>; }, "strip", z.ZodTypeAny, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -3169,16 +3204,16 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -3188,15 +3223,7 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }>, "many">>; showcase: z.ZodOptional; @@ -3228,6 +3255,14 @@ export declare const ComponentConfigSchema: z.ZodObject<{ gps?: any; }>>; }, "strip", z.ZodTypeAny, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -3237,16 +3272,16 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -3256,15 +3291,7 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }>, "many">>; samples: z.ZodOptional; @@ -3296,6 +3323,14 @@ export declare const ComponentConfigSchema: z.ZodObject<{ gps?: any; }>>; }, "strip", z.ZodTypeAny, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -3305,16 +3340,16 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }, { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -3324,18 +3359,18 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }>, "many">>; }, "strip", z.ZodTypeAny, { gallery?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -3345,17 +3380,17 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; renderings?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -3365,17 +3400,17 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; components?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -3385,17 +3420,17 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; configurations?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -3405,17 +3440,17 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; showcase?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -3425,17 +3460,17 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; samples?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -3445,18 +3480,18 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; }, { gallery?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -3466,17 +3501,17 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; renderings?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -3486,17 +3521,17 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; components?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -3506,17 +3541,17 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; configurations?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -3526,17 +3561,17 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; showcase?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -3546,17 +3581,17 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; samples?: { + exif?: { + file?: any; + jfif?: any; + exif?: any; + gps?: any; + }; + width?: number; + height?: number; name?: string; url?: string; thumb?: string; @@ -3566,15 +3601,7 @@ export declare const ComponentConfigSchema: z.ZodObject<{ description?: string; alt?: string; title?: string; - height?: number; - width?: number; order?: number; - exif?: { - file?: any; - jfif?: any; - exif?: any; - gps?: any; - }; }[]; }>>; resources: z.ZodDefault>; score: z.ZodOptional; -}, z.ZodTypeAny, "passthrough">>; +}, { + body: z.ZodOptional; + features: z.ZodOptional; + highlights: z.ZodOptional; + specs: z.ZodOptional; + license: z.ZodOptional; + resources: z.ZodOptional; + readme: z.ZodOptional; + shared: z.ZodOptional; +}>, z.ZodTypeAny, "passthrough">>; export type IComponentConfig = z.infer; export type ICADNodeSchema = z.infer; export interface IComponentNode { diff --git a/packages/commons/dist/component.js b/packages/commons/dist/component.js index ade9c5e9..be21e40d 100644 --- a/packages/commons/dist/component.js +++ b/packages/commons/dist/component.js @@ -117,7 +117,10 @@ export const ContentSchema = z.object({ features: z.string().optional(), highlights: z.string().optional(), specs: z.string().optional(), - license: z.string().optional() + license: z.string().optional(), + resources: z.string().optional(), + readme: z.string().optional(), + shared: z.string().optional() }); export const VersionSchema = z.object({ version: z.string().optional(), @@ -219,5 +222,5 @@ export const ComponentConfigSchema = z.object({ product_dimensions: z.string().optional(), production: ProductionSchema.optional(), score: z.number().optional() -}).passthrough(); -//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2NvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssSUFBSSxNQUFNLE1BQU0sQ0FBQTtBQUM1QixPQUFPLEVBQUUsQ0FBQyxFQUFFLE1BQU0sS0FBSyxDQUFBO0FBQ3ZCLE9BQU8sWUFBWSxNQUFNLGVBQWUsQ0FBQTtBQUN4QyxPQUFPLEVBQUUsNkJBQTZCLEVBQUUsdUJBQXVCLEVBQUUsMkJBQTJCLEVBQUUsY0FBYyxFQUFFLFlBQVksRUFBRSxNQUFNLGFBQWEsQ0FBQTtBQUMvSSxPQUFPLEVBQUUsYUFBYSxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQTtBQUN6RCxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sZ0JBQWdCLENBQUE7QUFDeEMsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLGFBQWEsQ0FBQTtBQUUzQyxNQUFNLFdBQVcsR0FBRywwQkFBMEIsQ0FBQTtBQUU5QyxNQUFNLFVBQVUsR0FBRyxDQUFDLEtBQWUsRUFBRSxPQUFPLEVBQUUsRUFBRTtJQUM1QyxLQUFLLEdBQUcsS0FBSyxDQUFDLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLENBQUE7SUFDcEMsT0FBTyxLQUFLLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxFQUFFLEVBQUU7UUFDbkIsTUFBTSxJQUFJLEdBQUcsT0FBTyxDQUFDLE9BQU8sQ0FBQyxJQUFJLEVBQUUsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFBO1FBQzdDLE9BQU87WUFDSCxHQUFHLEVBQUUsYUFBYSxDQUFDLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLEVBQUUsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDO1lBQy9ELElBQUksRUFBRSxhQUFhLENBQUMsR0FBRyxPQUFPLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxRQUFR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RCxNQUFNLENBQUMsTUFBTSxZQUFZLEdBQUcsQ0FBQyxDQUFDLE1BQU0sQ0FBQztJQUNqQyxJQUFJLEVBQUUsQ0FBQyxDQUFDLE1BQU0sRUFBRTtJQUNoQixHQUFHLEVBQUUsQ0FBQyxDQUFDLE1BQU0sRUFBRTtDQUNsQixDQUFDLENBQUE7QUFFRixNQUFNLENBQUMsTUFBTSxhQUFhLEdBQUcsQ0FBQyxDQUFDLE1BQU0sQ0FBQztJQUNsQyxJQUFJLEVBQUUsQ0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtJQUMzQixRQUFRLEVBQUUsQ0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtJQUMvQixVQUFVLEVBQUUsQ0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtJQUNqQyxLQUFLLEVBQUUsQ0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtJQUM1QixPQUFPLEVBQUUsQ0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtDQUNqQyxDQUFDLENBQUE7QUFFRixNQUFNLENBQUMsTUFBTSxhQUFhLEdBQUcsQ0FBQyxDQUFDLE1BQU0sQ0FBQztJQUNsQyxPQUFPLEVBQUUsQ0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtJQUM5QixFQUFFLEVBQUUsQ0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtJQUN6QixJQUFJLEVBQUUsQ0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtJQUMzQixNQUFNLEVBQUUsQ0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtJQUM3QixLQUFLLEVBQUUsQ0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtDQUMvQixDQUFDLENBQUE7QUFFRixNQUFNLENBQUMsTUFBTSxZQUFZLEdBQUcsQ0FBQyxDQUFDLE1BQU0sQ0FBQztJQUNqQyxPQUFPLEVBQUUsQ0FBQyxDQUFDLEtBQUssQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDLFFBQVEsRUFBRTtJQUM3QyxVQUFV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 \ No newline at end of file +}).merge(ContentSchema).passthrough(); +//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2NvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssSUFBSSxNQUFNLE1BQU0sQ0FBQTtBQUM1QixPQUFPLEVBQUUsQ0FBQyxFQUFFLE1BQU0sS0FBSyxDQUFBO0FBQ3ZCLE9BQU8sWUFBWSxNQUFNLGVBQWUsQ0FBQTtBQUN4QyxPQUFPLEVBQUUsNkJBQTZCLEVBQUUsdUJBQXVCLEVBQUUsMkJBQTJCLEVBQUUsY0FBYyxFQUFFLFlBQVksRUFBRSxNQUFNLGFBQWEsQ0FBQTtBQUMvSSxPQUFPLEVBQUUsYUFBYSxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQTtBQUN6RCxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sZ0JBQWdCLENBQUE7QUFDeEMsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLGFBQWEsQ0FBQTtBQUUzQyxNQUFNLFdBQVcsR0FBRywwQkFBMEIsQ0FBQTtBQUU5QyxNQUFNLFVBQVUsR0FBRyxDQUFDLEtBQWUsRUFBRSxPQUFPLEVBQUUsRUFBRTtJQUM1QyxLQUFLLEdBQUcsS0FBSyxDQUFDLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLENBQUE7SUFDcEMsT0FBTyxLQUFLLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxFQUFFLEVBQUU7UUFDbkIsTUFBTSxJQUFJLEdBQUcsT0FBTyxDQUFDLE9BQU8sQ0FBQyxJQUFJLEVBQUUsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFBO1FBQzdDLE9BQU87WUFDSCxHQUFHLEVBQUUsYUFBYSxDQUFDLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLEVBQUUsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDO1lBQy9ELElBQUksRUFBRSxhQUFhLENBQUMsR0FBRyxPQUFPLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxRQUFR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RCxNQUFNLENBQUMsTUFBTSxZQUFZLEdBQUcsQ0FBQyxDQUFDLE1BQU0sQ0FBQztJQUNqQyxJQUFJLEVBQUUsQ0FBQyxDQUFDLE1BQU0sRUFBRTtJQUNoQixHQUFHLEVBQUUsQ0FBQyxDQUFDLE1BQU0sRUFBRTtDQUNsQixDQUFDLENBQUE7QUFHRixNQUFNLENBQUMsTUFBTSxhQUFhLEdBQUcsQ0FBQyxDQUFDLE1BQU0sQ0FBQztJQUNsQyxJQUFJLEVBQUUsQ0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtJQUMzQixRQUFRLEVBQUUsQ0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtJQUMvQixVQUFVLEVBQUUsQ0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtJQUNqQyxLQUFLLEVBQUUsQ0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtJQUM1QixPQUFPLEVBQUUsQ0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtJQUM5QixTQUFTLEVBQUUsQ0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtJQUNoQyxNQUFNLEVBQUUsQ0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtJQUM3QixNQUFNLEVBQUUsQ0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtDQUNoQyxDQUFDLENBQUE7QUFFRixNQUFNLENBQUMsTUFBTSxhQUFhLEdBQUcsQ0FBQyxDQUFDLE1BQU0sQ0FBQztJQUNsQyxPQUFPLEVBQUUsQ0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtJQUM5QixFQUFFLEVBQUUsQ0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtJQUN6QixJQUFJLEVBQUUsQ0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtJQUMzQixNQUFNLEVBQUUsQ0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtJQUM3QixLQUFLLEVBQUUsQ0FBQyxDQUFDLE1BQU0sRUFBRSxD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 \ No newline at end of file diff --git a/packages/commons/src/component.ts b/packages/commons/src/component.ts index f9b50dbb..97d92acd 100644 --- a/packages/commons/src/component.ts +++ b/packages/commons/src/component.ts @@ -131,12 +131,16 @@ export const AuthorSchema = z.object({ url: z.string(), }) + export const ContentSchema = z.object({ body: z.string().optional(), features: z.string().optional(), highlights: z.string().optional(), specs: z.string().optional(), - license: z.string().optional() + license: z.string().optional(), + resources: z.string().optional(), + readme: z.string().optional(), + shared: z.string().optional() }) export const VersionSchema = z.object({ @@ -252,7 +256,7 @@ export const ComponentConfigSchema = z.object({ product_dimensions: z.string().optional(), production: ProductionSchema.optional(), score: z.number().optional() -}).passthrough() +}).merge(ContentSchema).passthrough() export type IComponentConfig = z.infer export type ICADNodeSchema = z.infer