@rspack/core 0.2.4 → 0.2.5

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.
Files changed (36) hide show
  1. package/dist/config/adapter.js +10 -3
  2. package/dist/config/adapter.js.map +1 -1
  3. package/dist/config/defaults.js +38 -10
  4. package/dist/config/defaults.js.map +1 -1
  5. package/dist/config/normalization.d.ts.map +1 -1
  6. package/dist/config/normalization.js +7 -2
  7. package/dist/config/normalization.js.map +1 -1
  8. package/dist/config/types.d.ts +10 -0
  9. package/dist/config/types.d.ts.map +1 -1
  10. package/dist/config/zod/builtins.d.ts +73 -0
  11. package/dist/config/zod/builtins.d.ts.map +1 -1
  12. package/dist/config/zod/builtins.js +18 -0
  13. package/dist/config/zod/builtins.js.map +1 -1
  14. package/dist/config/zod/entry.d.ts +3 -0
  15. package/dist/config/zod/entry.d.ts.map +1 -1
  16. package/dist/config/zod/entry.js +2 -1
  17. package/dist/config/zod/entry.js.map +1 -1
  18. package/dist/config/zod/index.d.ts +323 -35
  19. package/dist/config/zod/index.d.ts.map +1 -1
  20. package/dist/config/zod/output.d.ts +154 -21
  21. package/dist/config/zod/output.d.ts.map +1 -1
  22. package/dist/config/zod/output.js +57 -21
  23. package/dist/config/zod/output.js.map +1 -1
  24. package/dist/index.d.ts +2 -1
  25. package/dist/index.d.ts.map +1 -1
  26. package/dist/index.js +5 -3
  27. package/dist/index.js.map +1 -1
  28. package/dist/lib/LoaderOptionsPlugin.d.ts +16 -0
  29. package/dist/lib/LoaderOptionsPlugin.d.ts.map +1 -0
  30. package/dist/lib/LoaderOptionsPlugin.js +57 -0
  31. package/dist/lib/LoaderOptionsPlugin.js.map +1 -0
  32. package/dist/schemas/plugins/LoaderOptionsPlugin.check.d.ts +11 -0
  33. package/dist/schemas/plugins/LoaderOptionsPlugin.check.d.ts.map +1 -0
  34. package/dist/schemas/plugins/LoaderOptionsPlugin.check.js +51 -0
  35. package/dist/schemas/plugins/LoaderOptionsPlugin.check.js.map +1 -0
  36. package/package.json +7 -7
@@ -23,6 +23,24 @@ function builtins() {
23
23
  console.warn("warn: `builtins.postcss` is going to be deprecated and will be removed at 0.3. See details at https://github.com/web-infra-dev/rspack/issues/3452");
24
24
  return true;
25
25
  })
26
+ .optional(),
27
+ html: zod_1.z
28
+ .object({
29
+ title: zod_1.z.string().optional(),
30
+ filename: zod_1.z.string().optional(),
31
+ template: zod_1.z.string().optional(),
32
+ templateParameters: zod_1.z.record(zod_1.z.string()).optional(),
33
+ inject: zod_1.z.enum(["head", "body"]).optional(),
34
+ publicPathz: zod_1.z.string().optional(),
35
+ scriptLoading: zod_1.z.enum(["blocking", "defer", "module"]).optional(),
36
+ chunks: zod_1.z.string().array().optional(),
37
+ excludedChunks: zod_1.z.string().array().optional(),
38
+ sri: zod_1.z.enum(["sha256", "sha384", "sha512"]).optional(),
39
+ minify: zod_1.z.boolean().optional(),
40
+ favicon: zod_1.z.string().optional(),
41
+ meta: zod_1.z.record(zod_1.z.string().or(zod_1.z.record(zod_1.z.string()))).optional()
42
+ })
43
+ .array()
26
44
  .optional()
27
45
  });
28
46
  }
@@ -1 +1 @@
1
- {"version":3,"file":"builtins.js","sourceRoot":"","sources":["../../../src/config/zod/builtins.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,SAAgB,QAAQ;IACvB,kGAAkG;IAClG,OAAO,OAAC,CAAC,MAAM,CAAC;QACf,OAAO,EAAE,OAAC;aACR,YAAY,CAAC;YACb,OAAO,EAAE,OAAC;iBACR,YAAY,CAAC;gBACb,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;gBAChC,aAAa,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;gBACpC,iBAAiB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;gBAChD,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;gBACvC,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;gBAC/B,UAAU,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;gBAClC,aAAa,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;aACpC,CAAC;iBACD,QAAQ,EAAE;SACZ,CAAC;aACD,MAAM,CAAC,GAAG,EAAE;YACZ,OAAO,CAAC,IAAI,CACX,mJAAmJ,CACnJ,CAAC;YACF,OAAO,IAAI,CAAC;QACb,CAAC,CAAC;aACD,QAAQ,EAAE;KACZ,CAAC,CAAC;AACJ,CAAC;AAzBD,4BAyBC"}
1
+ {"version":3,"file":"builtins.js","sourceRoot":"","sources":["../../../src/config/zod/builtins.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,SAAgB,QAAQ;IACvB,kGAAkG;IAClG,OAAO,OAAC,CAAC,MAAM,CAAC;QACf,OAAO,EAAE,OAAC;aACR,YAAY,CAAC;YACb,OAAO,EAAE,OAAC;iBACR,YAAY,CAAC;gBACb,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;gBAChC,aAAa,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;gBACpC,iBAAiB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;gBAChD,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;gBACvC,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;gBAC/B,UAAU,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;gBAClC,aAAa,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;aACpC,CAAC;iBACD,QAAQ,EAAE;SACZ,CAAC;aACD,MAAM,CAAC,GAAG,EAAE;YACZ,OAAO,CAAC,IAAI,CACX,mJAAmJ,CACnJ,CAAC;YACF,OAAO,IAAI,CAAC;QACb,CAAC,CAAC;aACD,QAAQ,EAAE;QACZ,IAAI,EAAE,OAAC;aACL,MAAM,CAAC;YACP,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;YAC5B,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;YAC/B,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;YAC/B,kBAAkB,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;YACnD,MAAM,EAAE,OAAC,CAAC,IAAI,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,QAAQ,EAAE;YAC3C,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;YAClC,aAAa,EAAE,OAAC,CAAC,IAAI,CAAC,CAAC,UAAU,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC,CAAC,QAAQ,EAAE;YACjE,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;YACrC,cAAc,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;YAC7C,GAAG,EAAE,OAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,QAAQ,EAAE,QAAQ,CAAC,CAAC,CAAC,QAAQ,EAAE;YACtD,MAAM,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;YAC9B,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;YAC9B,IAAI,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,EAAE,CAAC,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE;SAC9D,CAAC;aACD,KAAK,EAAE;aACP,QAAQ,EAAE;KACZ,CAAC,CAAC;AACJ,CAAC;AA3CD,4BA2CC"}
@@ -7,6 +7,7 @@ export declare function entry(): z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodArray
7
7
  chunkLoading: z.ZodUnion<[z.ZodLiteral<false>, z.ZodOptional<z.ZodUnion<[z.ZodEnum<["jsonp", "require", "async-node", "import", "import-scripts"]>, z.ZodString]>>]>;
8
8
  asyncChunks: z.ZodOptional<z.ZodBoolean>;
9
9
  wasmLoading: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodEnum<["fetch-streaming", "fetch", "async-node"]>]>>;
10
+ filename: z.ZodOptional<z.ZodString>;
10
11
  }, "strict", z.ZodTypeAny, {
11
12
  import: (string | string[]) & (string | string[] | undefined);
12
13
  runtime?: string | false | undefined;
@@ -15,6 +16,7 @@ export declare function entry(): z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodArray
15
16
  chunkLoading?: string | false | undefined;
16
17
  asyncChunks?: boolean | undefined;
17
18
  wasmLoading?: false | "async-node" | "fetch-streaming" | "fetch" | undefined;
19
+ filename?: string | undefined;
18
20
  }, {
19
21
  import: (string | string[]) & (string | string[] | undefined);
20
22
  runtime?: string | false | undefined;
@@ -23,5 +25,6 @@ export declare function entry(): z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodArray
23
25
  chunkLoading?: string | false | undefined;
24
26
  asyncChunks?: boolean | undefined;
25
27
  wasmLoading?: false | "async-node" | "fetch-streaming" | "fetch" | undefined;
28
+ filename?: string | undefined;
26
29
  }>]>>]>;
27
30
  //# sourceMappingURL=entry.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"entry.d.ts","sourceRoot":"","sources":["../../../src/config/zod/entry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAiCxB,wBAAgB,KAAK;;;;;;;;;;;;;;;;;;;;;;;;QAEpB"}
1
+ {"version":3,"file":"entry.d.ts","sourceRoot":"","sources":["../../../src/config/zod/entry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAkCxB,wBAAgB,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;QAEpB"}
@@ -24,7 +24,8 @@ const entryDescription = zod_1.z
24
24
  wasmLoading: zod_1.z
25
25
  .literal(false)
26
26
  .or(zod_1.z.enum(["fetch-streaming", "fetch", "async-node"]))
27
- .optional()
27
+ .optional(),
28
+ filename: (0, output_1.filename)().optional()
28
29
  })
29
30
  .strict();
30
31
  const entryObject = zod_1.z.record(entryItem.or(entryDescription));
@@ -1 +1 @@
1
- {"version":3,"file":"entry.js","sourceRoot":"","sources":["../../../src/config/zod/entry.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,qCAAsC;AAEtC,MAAM,SAAS,GAAG,OAAC;KACjB,MAAM,EAAE;KACR,GAAG,CAAC,CAAC,CAAC;KACN,QAAQ,CAAC,kEAAkE,CAAC;KAC5E,EAAE,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,KAAK,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;AAEvC,MAAM,gBAAgB,GAAG,OAAC;KACxB,MAAM,CAAC;IACP,MAAM,EAAE,SAAS;IACjB,OAAO,EAAE,OAAC,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE;IAC1D,UAAU,EAAE,IAAA,mBAAU,GAAE,CAAC,QAAQ,EAAE;IACnC,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,YAAY,EAAE,OAAC;SACb,OAAO,CAAC,KAAK,CAAC;SACd,EAAE,CACF,OAAC;SACC,IAAI,CAAC,CAAC,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,QAAQ,EAAE,gBAAgB,CAAC,CAAC;SACpE,EAAE,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC;SACd,QAAQ,EAAE,CACZ;IACF,WAAW,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACnC,WAAW,EAAE,OAAC;SACZ,OAAO,CAAC,KAAK,CAAC;SACd,EAAE,CAAC,OAAC,CAAC,IAAI,CAAC,CAAC,iBAAiB,EAAE,OAAO,EAAE,YAAY,CAAC,CAAC,CAAC;SACtD,QAAQ,EAAE;CACZ,CAAC;KACD,MAAM,EAAE,CAAC;AAEX,MAAM,WAAW,GAAG,OAAC,CAAC,MAAM,CAAC,SAAS,CAAC,EAAE,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAE7D,SAAgB,KAAK;IACpB,OAAO,SAAS,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC;AAClC,CAAC;AAFD,sBAEC"}
1
+ {"version":3,"file":"entry.js","sourceRoot":"","sources":["../../../src/config/zod/entry.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,qCAAgD;AAEhD,MAAM,SAAS,GAAG,OAAC;KACjB,MAAM,EAAE;KACR,GAAG,CAAC,CAAC,CAAC;KACN,QAAQ,CAAC,kEAAkE,CAAC;KAC5E,EAAE,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,KAAK,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;AAEvC,MAAM,gBAAgB,GAAG,OAAC;KACxB,MAAM,CAAC;IACP,MAAM,EAAE,SAAS;IACjB,OAAO,EAAE,OAAC,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE;IAC1D,UAAU,EAAE,IAAA,mBAAU,GAAE,CAAC,QAAQ,EAAE;IACnC,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,YAAY,EAAE,OAAC;SACb,OAAO,CAAC,KAAK,CAAC;SACd,EAAE,CACF,OAAC;SACC,IAAI,CAAC,CAAC,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,QAAQ,EAAE,gBAAgB,CAAC,CAAC;SACpE,EAAE,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC;SACd,QAAQ,EAAE,CACZ;IACF,WAAW,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACnC,WAAW,EAAE,OAAC;SACZ,OAAO,CAAC,KAAK,CAAC;SACd,EAAE,CAAC,OAAC,CAAC,IAAI,CAAC,CAAC,iBAAiB,EAAE,OAAO,EAAE,YAAY,CAAC,CAAC,CAAC;SACtD,QAAQ,EAAE;IACZ,QAAQ,EAAE,IAAA,iBAAQ,GAAE,CAAC,QAAQ,EAAE;CAC/B,CAAC;KACD,MAAM,EAAE,CAAC;AAEX,MAAM,WAAW,GAAG,OAAC,CAAC,MAAM,CAAC,SAAS,CAAC,EAAE,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAE7D,SAAgB,KAAK;IACpB,OAAO,SAAS,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC;AAClC,CAAC;AAFD,sBAEC"}
@@ -10,6 +10,7 @@ export declare function configSchema(): z.ZodObject<{
10
10
  chunkLoading: z.ZodUnion<[z.ZodLiteral<false>, z.ZodOptional<z.ZodUnion<[z.ZodEnum<["jsonp", "require", "async-node", "import", "import-scripts"]>, z.ZodString]>>]>;
11
11
  asyncChunks: z.ZodOptional<z.ZodBoolean>;
12
12
  wasmLoading: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodEnum<["fetch-streaming", "fetch", "async-node"]>]>>;
13
+ filename: z.ZodOptional<z.ZodString>;
13
14
  }, "strict", z.ZodTypeAny, {
14
15
  import: (string | string[]) & (string | string[] | undefined);
15
16
  runtime?: string | false | undefined;
@@ -18,6 +19,7 @@ export declare function configSchema(): z.ZodObject<{
18
19
  chunkLoading?: string | false | undefined;
19
20
  asyncChunks?: boolean | undefined;
20
21
  wasmLoading?: false | "async-node" | "fetch-streaming" | "fetch" | undefined;
22
+ filename?: string | undefined;
21
23
  }, {
22
24
  import: (string | string[]) & (string | string[] | undefined);
23
25
  runtime?: string | false | undefined;
@@ -26,6 +28,7 @@ export declare function configSchema(): z.ZodObject<{
26
28
  chunkLoading?: string | false | undefined;
27
29
  asyncChunks?: boolean | undefined;
28
30
  wasmLoading?: false | "async-node" | "fetch-streaming" | "fetch" | undefined;
31
+ filename?: string | undefined;
29
32
  }>]>>]>>;
30
33
  experiments: z.ZodOptional<z.ZodObject<{
31
34
  asyncWebAssembly: z.ZodOptional<z.ZodBoolean>;
@@ -617,14 +620,98 @@ export declare function configSchema(): z.ZodObject<{
617
620
  libraryTarget: z.ZodOptional<z.ZodEnum<["...", "var", "module", "assign", "assign-properties", "this", "window", "self", "global", "commonjs", "commonjs2", "commonjs-module", "commonjs-static", "amd", "amd-require", "umd", "umd2", "jsonp", "system"]>>;
618
621
  hashFunction: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodFunction<z.ZodTuple<[], z.ZodUnknown>, z.ZodUnknown>]>>;
619
622
  module: z.ZodOptional<z.ZodAny>;
620
- strictModuleErrorHandling: z.ZodOptional<z.ZodAny>;
621
- umdNamedDefine: z.ZodOptional<z.ZodAny>;
622
- chunkLoadingGlobal: z.ZodOptional<z.ZodAny>;
623
- trustedTypes: z.ZodOptional<z.ZodAny>;
624
- hashDigest: z.ZodOptional<z.ZodAny>;
625
- hashDigestLength: z.ZodOptional<z.ZodAny>;
626
- library: z.ZodOptional<z.ZodAny>;
623
+ strictModuleErrorHandling: z.ZodOptional<z.ZodBoolean>;
624
+ umdNamedDefine: z.ZodOptional<z.ZodBoolean>;
625
+ chunkLoadingGlobal: z.ZodOptional<z.ZodString>;
626
+ trustedTypes: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<true>, z.ZodString]>, z.ZodObject<{
627
+ policyName: z.ZodOptional<z.ZodString>;
628
+ }, "strict", z.ZodTypeAny, {
629
+ policyName?: string | undefined;
630
+ }, {
631
+ policyName?: string | undefined;
632
+ }>]>>;
633
+ hashDigest: z.ZodOptional<z.ZodString>;
634
+ hashDigestLength: z.ZodOptional<z.ZodNumber>;
635
+ library: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
636
+ amd: z.ZodOptional<z.ZodString>;
637
+ commonjs: z.ZodOptional<z.ZodString>;
638
+ root: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
639
+ }, "strict", z.ZodTypeAny, {
640
+ amd?: string | undefined;
641
+ commonjs?: string | undefined;
642
+ root?: string | string[] | undefined;
643
+ }, {
644
+ amd?: string | undefined;
645
+ commonjs?: string | undefined;
646
+ root?: string | string[] | undefined;
647
+ }>]>, z.ZodObject<{
648
+ auxiliaryComment: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
649
+ amd: z.ZodOptional<z.ZodString>;
650
+ commonjs: z.ZodOptional<z.ZodString>;
651
+ commonjs2: z.ZodOptional<z.ZodString>;
652
+ root: z.ZodOptional<z.ZodString>;
653
+ }, "strict", z.ZodTypeAny, {
654
+ amd?: string | undefined;
655
+ commonjs?: string | undefined;
656
+ commonjs2?: string | undefined;
657
+ root?: string | undefined;
658
+ }, {
659
+ amd?: string | undefined;
660
+ commonjs?: string | undefined;
661
+ commonjs2?: string | undefined;
662
+ root?: string | undefined;
663
+ }>]>>;
664
+ export: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodString]>>;
665
+ name: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
666
+ amd: z.ZodOptional<z.ZodString>;
667
+ commonjs: z.ZodOptional<z.ZodString>;
668
+ root: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
669
+ }, "strict", z.ZodTypeAny, {
670
+ amd?: string | undefined;
671
+ commonjs?: string | undefined;
672
+ root?: string | string[] | undefined;
673
+ }, {
674
+ amd?: string | undefined;
675
+ commonjs?: string | undefined;
676
+ root?: string | string[] | undefined;
677
+ }>]>>;
678
+ type: z.ZodOptional<z.ZodEnum<["...", "var", "module", "assign", "assign-properties", "this", "window", "self", "global", "commonjs", "commonjs2", "commonjs-module", "commonjs-static", "amd", "amd-require", "umd", "umd2", "jsonp", "system"]>>;
679
+ umdNamedDefine: z.ZodOptional<z.ZodBoolean>;
680
+ }, "strict", z.ZodTypeAny, {
681
+ auxiliaryComment?: string | {
682
+ amd?: string | undefined;
683
+ commonjs?: string | undefined;
684
+ commonjs2?: string | undefined;
685
+ root?: string | undefined;
686
+ } | undefined;
687
+ export?: string | string[] | undefined;
688
+ name?: string | string[] | {
689
+ amd?: string | undefined;
690
+ commonjs?: string | undefined;
691
+ root?: string | string[] | undefined;
692
+ } | undefined;
693
+ type?: "..." | "jsonp" | "var" | "module" | "assign" | "assign-properties" | "this" | "window" | "self" | "global" | "commonjs" | "commonjs2" | "commonjs-module" | "commonjs-static" | "amd" | "amd-require" | "umd" | "umd2" | "system" | undefined;
694
+ umdNamedDefine?: boolean | undefined;
695
+ }, {
696
+ auxiliaryComment?: string | {
697
+ amd?: string | undefined;
698
+ commonjs?: string | undefined;
699
+ commonjs2?: string | undefined;
700
+ root?: string | undefined;
701
+ } | undefined;
702
+ export?: string | string[] | undefined;
703
+ name?: string | string[] | {
704
+ amd?: string | undefined;
705
+ commonjs?: string | undefined;
706
+ root?: string | string[] | undefined;
707
+ } | undefined;
708
+ type?: "..." | "jsonp" | "var" | "module" | "assign" | "assign-properties" | "this" | "window" | "self" | "global" | "commonjs" | "commonjs2" | "commonjs-module" | "commonjs-static" | "amd" | "amd-require" | "umd" | "umd2" | "system" | undefined;
709
+ umdNamedDefine?: boolean | undefined;
710
+ }>]>>;
627
711
  asyncChunks: z.ZodOptional<z.ZodBoolean>;
712
+ workerChunkLoading: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodEnum<["jsonp", "import-scripts", "require", "async-node", "import"]>, z.ZodString]>]>>;
713
+ workerWasmLoading: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodEnum<["...", "fetch-streaming", "fetch", "async-node"]>]>>;
714
+ workerPublicPath: z.ZodOptional<z.ZodString>;
628
715
  }, "strict", z.ZodTypeAny, {
629
716
  iife?: boolean | undefined;
630
717
  clean?: boolean | undefined;
@@ -660,14 +747,38 @@ export declare function configSchema(): z.ZodObject<{
660
747
  libraryTarget?: "..." | "jsonp" | "var" | "module" | "assign" | "assign-properties" | "this" | "window" | "self" | "global" | "commonjs" | "commonjs2" | "commonjs-module" | "commonjs-static" | "amd" | "amd-require" | "umd" | "umd2" | "system" | undefined;
661
748
  hashFunction?: string | ((...args: unknown[]) => unknown) | undefined;
662
749
  module?: any;
663
- strictModuleErrorHandling?: any;
664
- umdNamedDefine?: any;
665
- chunkLoadingGlobal?: any;
666
- trustedTypes?: any;
667
- hashDigest?: any;
668
- hashDigestLength?: any;
669
- library?: any;
750
+ strictModuleErrorHandling?: boolean | undefined;
751
+ umdNamedDefine?: boolean | undefined;
752
+ chunkLoadingGlobal?: string | undefined;
753
+ trustedTypes?: string | true | {
754
+ policyName?: string | undefined;
755
+ } | undefined;
756
+ hashDigest?: string | undefined;
757
+ hashDigestLength?: number | undefined;
758
+ library?: string | string[] | {
759
+ amd?: string | undefined;
760
+ commonjs?: string | undefined;
761
+ root?: string | string[] | undefined;
762
+ } | {
763
+ auxiliaryComment?: string | {
764
+ amd?: string | undefined;
765
+ commonjs?: string | undefined;
766
+ commonjs2?: string | undefined;
767
+ root?: string | undefined;
768
+ } | undefined;
769
+ export?: string | string[] | undefined;
770
+ name?: string | string[] | {
771
+ amd?: string | undefined;
772
+ commonjs?: string | undefined;
773
+ root?: string | string[] | undefined;
774
+ } | undefined;
775
+ type?: "..." | "jsonp" | "var" | "module" | "assign" | "assign-properties" | "this" | "window" | "self" | "global" | "commonjs" | "commonjs2" | "commonjs-module" | "commonjs-static" | "amd" | "amd-require" | "umd" | "umd2" | "system" | undefined;
776
+ umdNamedDefine?: boolean | undefined;
777
+ } | undefined;
670
778
  asyncChunks?: boolean | undefined;
779
+ workerChunkLoading?: string | false | undefined;
780
+ workerWasmLoading?: false | "..." | "async-node" | "fetch-streaming" | "fetch" | undefined;
781
+ workerPublicPath?: string | undefined;
671
782
  }, {
672
783
  iife?: boolean | undefined;
673
784
  clean?: boolean | undefined;
@@ -703,14 +814,38 @@ export declare function configSchema(): z.ZodObject<{
703
814
  libraryTarget?: "..." | "jsonp" | "var" | "module" | "assign" | "assign-properties" | "this" | "window" | "self" | "global" | "commonjs" | "commonjs2" | "commonjs-module" | "commonjs-static" | "amd" | "amd-require" | "umd" | "umd2" | "system" | undefined;
704
815
  hashFunction?: string | ((...args: unknown[]) => unknown) | undefined;
705
816
  module?: any;
706
- strictModuleErrorHandling?: any;
707
- umdNamedDefine?: any;
708
- chunkLoadingGlobal?: any;
709
- trustedTypes?: any;
710
- hashDigest?: any;
711
- hashDigestLength?: any;
712
- library?: any;
817
+ strictModuleErrorHandling?: boolean | undefined;
818
+ umdNamedDefine?: boolean | undefined;
819
+ chunkLoadingGlobal?: string | undefined;
820
+ trustedTypes?: string | true | {
821
+ policyName?: string | undefined;
822
+ } | undefined;
823
+ hashDigest?: string | undefined;
824
+ hashDigestLength?: number | undefined;
825
+ library?: string | string[] | {
826
+ amd?: string | undefined;
827
+ commonjs?: string | undefined;
828
+ root?: string | string[] | undefined;
829
+ } | {
830
+ auxiliaryComment?: string | {
831
+ amd?: string | undefined;
832
+ commonjs?: string | undefined;
833
+ commonjs2?: string | undefined;
834
+ root?: string | undefined;
835
+ } | undefined;
836
+ export?: string | string[] | undefined;
837
+ name?: string | string[] | {
838
+ amd?: string | undefined;
839
+ commonjs?: string | undefined;
840
+ root?: string | string[] | undefined;
841
+ } | undefined;
842
+ type?: "..." | "jsonp" | "var" | "module" | "assign" | "assign-properties" | "this" | "window" | "self" | "global" | "commonjs" | "commonjs2" | "commonjs-module" | "commonjs-static" | "amd" | "amd-require" | "umd" | "umd2" | "system" | undefined;
843
+ umdNamedDefine?: boolean | undefined;
844
+ } | undefined;
713
845
  asyncChunks?: boolean | undefined;
846
+ workerChunkLoading?: string | false | undefined;
847
+ workerWasmLoading?: false | "..." | "async-node" | "fetch-streaming" | "fetch" | undefined;
848
+ workerPublicPath?: string | undefined;
714
849
  }>>;
715
850
  builtins: z.ZodOptional<z.ZodObject<{
716
851
  postcss: z.ZodOptional<z.ZodEffects<z.ZodObject<{
@@ -780,6 +915,49 @@ export declare function configSchema(): z.ZodObject<{
780
915
  minPixelValue?: number | undefined;
781
916
  } | undefined;
782
917
  }>>;
918
+ html: z.ZodOptional<z.ZodArray<z.ZodObject<{
919
+ title: z.ZodOptional<z.ZodString>;
920
+ filename: z.ZodOptional<z.ZodString>;
921
+ template: z.ZodOptional<z.ZodString>;
922
+ templateParameters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
923
+ inject: z.ZodOptional<z.ZodEnum<["head", "body"]>>;
924
+ publicPathz: z.ZodOptional<z.ZodString>;
925
+ scriptLoading: z.ZodOptional<z.ZodEnum<["blocking", "defer", "module"]>>;
926
+ chunks: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
927
+ excludedChunks: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
928
+ sri: z.ZodOptional<z.ZodEnum<["sha256", "sha384", "sha512"]>>;
929
+ minify: z.ZodOptional<z.ZodBoolean>;
930
+ favicon: z.ZodOptional<z.ZodString>;
931
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>>>;
932
+ }, "strip", z.ZodTypeAny, {
933
+ title?: string | undefined;
934
+ filename?: string | undefined;
935
+ template?: string | undefined;
936
+ templateParameters?: Record<string, string> | undefined;
937
+ inject?: "head" | "body" | undefined;
938
+ publicPathz?: string | undefined;
939
+ scriptLoading?: "module" | "blocking" | "defer" | undefined;
940
+ chunks?: string[] | undefined;
941
+ excludedChunks?: string[] | undefined;
942
+ sri?: "sha256" | "sha384" | "sha512" | undefined;
943
+ minify?: boolean | undefined;
944
+ favicon?: string | undefined;
945
+ meta?: Record<string, string | Record<string, string>> | undefined;
946
+ }, {
947
+ title?: string | undefined;
948
+ filename?: string | undefined;
949
+ template?: string | undefined;
950
+ templateParameters?: Record<string, string> | undefined;
951
+ inject?: "head" | "body" | undefined;
952
+ publicPathz?: string | undefined;
953
+ scriptLoading?: "module" | "blocking" | "defer" | undefined;
954
+ chunks?: string[] | undefined;
955
+ excludedChunks?: string[] | undefined;
956
+ sri?: "sha256" | "sha384" | "sha512" | undefined;
957
+ minify?: boolean | undefined;
958
+ favicon?: string | undefined;
959
+ meta?: Record<string, string | Record<string, string>> | undefined;
960
+ }>, "many">>;
783
961
  }, "strip", z.ZodTypeAny, {
784
962
  postcss?: {
785
963
  pxtorem?: {
@@ -792,6 +970,21 @@ export declare function configSchema(): z.ZodObject<{
792
970
  minPixelValue?: number | undefined;
793
971
  } | undefined;
794
972
  } | undefined;
973
+ html?: {
974
+ title?: string | undefined;
975
+ filename?: string | undefined;
976
+ template?: string | undefined;
977
+ templateParameters?: Record<string, string> | undefined;
978
+ inject?: "head" | "body" | undefined;
979
+ publicPathz?: string | undefined;
980
+ scriptLoading?: "module" | "blocking" | "defer" | undefined;
981
+ chunks?: string[] | undefined;
982
+ excludedChunks?: string[] | undefined;
983
+ sri?: "sha256" | "sha384" | "sha512" | undefined;
984
+ minify?: boolean | undefined;
985
+ favicon?: string | undefined;
986
+ meta?: Record<string, string | Record<string, string>> | undefined;
987
+ }[] | undefined;
795
988
  }, {
796
989
  postcss?: {
797
990
  pxtorem?: {
@@ -804,6 +997,21 @@ export declare function configSchema(): z.ZodObject<{
804
997
  minPixelValue?: number | undefined;
805
998
  } | undefined;
806
999
  } | undefined;
1000
+ html?: {
1001
+ title?: string | undefined;
1002
+ filename?: string | undefined;
1003
+ template?: string | undefined;
1004
+ templateParameters?: Record<string, string> | undefined;
1005
+ inject?: "head" | "body" | undefined;
1006
+ publicPathz?: string | undefined;
1007
+ scriptLoading?: "module" | "blocking" | "defer" | undefined;
1008
+ chunks?: string[] | undefined;
1009
+ excludedChunks?: string[] | undefined;
1010
+ sri?: "sha256" | "sha384" | "sha512" | undefined;
1011
+ minify?: boolean | undefined;
1012
+ favicon?: string | undefined;
1013
+ meta?: Record<string, string | Record<string, string>> | undefined;
1014
+ }[] | undefined;
807
1015
  }>>;
808
1016
  module: z.ZodOptional<z.ZodAny>;
809
1017
  }, "strict", z.ZodTypeAny, {
@@ -817,6 +1025,7 @@ export declare function configSchema(): z.ZodObject<{
817
1025
  chunkLoading?: string | false | undefined;
818
1026
  asyncChunks?: boolean | undefined;
819
1027
  wasmLoading?: false | "async-node" | "fetch-streaming" | "fetch" | undefined;
1028
+ filename?: string | undefined;
820
1029
  }> | undefined;
821
1030
  experiments?: {
822
1031
  asyncWebAssembly?: boolean | undefined;
@@ -1016,14 +1225,38 @@ export declare function configSchema(): z.ZodObject<{
1016
1225
  libraryTarget?: "..." | "jsonp" | "var" | "module" | "assign" | "assign-properties" | "this" | "window" | "self" | "global" | "commonjs" | "commonjs2" | "commonjs-module" | "commonjs-static" | "amd" | "amd-require" | "umd" | "umd2" | "system" | undefined;
1017
1226
  hashFunction?: string | ((...args: unknown[]) => unknown) | undefined;
1018
1227
  module?: any;
1019
- strictModuleErrorHandling?: any;
1020
- umdNamedDefine?: any;
1021
- chunkLoadingGlobal?: any;
1022
- trustedTypes?: any;
1023
- hashDigest?: any;
1024
- hashDigestLength?: any;
1025
- library?: any;
1228
+ strictModuleErrorHandling?: boolean | undefined;
1229
+ umdNamedDefine?: boolean | undefined;
1230
+ chunkLoadingGlobal?: string | undefined;
1231
+ trustedTypes?: string | true | {
1232
+ policyName?: string | undefined;
1233
+ } | undefined;
1234
+ hashDigest?: string | undefined;
1235
+ hashDigestLength?: number | undefined;
1236
+ library?: string | string[] | {
1237
+ amd?: string | undefined;
1238
+ commonjs?: string | undefined;
1239
+ root?: string | string[] | undefined;
1240
+ } | {
1241
+ auxiliaryComment?: string | {
1242
+ amd?: string | undefined;
1243
+ commonjs?: string | undefined;
1244
+ commonjs2?: string | undefined;
1245
+ root?: string | undefined;
1246
+ } | undefined;
1247
+ export?: string | string[] | undefined;
1248
+ name?: string | string[] | {
1249
+ amd?: string | undefined;
1250
+ commonjs?: string | undefined;
1251
+ root?: string | string[] | undefined;
1252
+ } | undefined;
1253
+ type?: "..." | "jsonp" | "var" | "module" | "assign" | "assign-properties" | "this" | "window" | "self" | "global" | "commonjs" | "commonjs2" | "commonjs-module" | "commonjs-static" | "amd" | "amd-require" | "umd" | "umd2" | "system" | undefined;
1254
+ umdNamedDefine?: boolean | undefined;
1255
+ } | undefined;
1026
1256
  asyncChunks?: boolean | undefined;
1257
+ workerChunkLoading?: string | false | undefined;
1258
+ workerWasmLoading?: false | "..." | "async-node" | "fetch-streaming" | "fetch" | undefined;
1259
+ workerPublicPath?: string | undefined;
1027
1260
  } | undefined;
1028
1261
  builtins?: {
1029
1262
  postcss?: {
@@ -1037,6 +1270,21 @@ export declare function configSchema(): z.ZodObject<{
1037
1270
  minPixelValue?: number | undefined;
1038
1271
  } | undefined;
1039
1272
  } | undefined;
1273
+ html?: {
1274
+ title?: string | undefined;
1275
+ filename?: string | undefined;
1276
+ template?: string | undefined;
1277
+ templateParameters?: Record<string, string> | undefined;
1278
+ inject?: "head" | "body" | undefined;
1279
+ publicPathz?: string | undefined;
1280
+ scriptLoading?: "module" | "blocking" | "defer" | undefined;
1281
+ chunks?: string[] | undefined;
1282
+ excludedChunks?: string[] | undefined;
1283
+ sri?: "sha256" | "sha384" | "sha512" | undefined;
1284
+ minify?: boolean | undefined;
1285
+ favicon?: string | undefined;
1286
+ meta?: Record<string, string | Record<string, string>> | undefined;
1287
+ }[] | undefined;
1040
1288
  } | undefined;
1041
1289
  module?: any;
1042
1290
  }, {
@@ -1050,6 +1298,7 @@ export declare function configSchema(): z.ZodObject<{
1050
1298
  chunkLoading?: string | false | undefined;
1051
1299
  asyncChunks?: boolean | undefined;
1052
1300
  wasmLoading?: false | "async-node" | "fetch-streaming" | "fetch" | undefined;
1301
+ filename?: string | undefined;
1053
1302
  }> | undefined;
1054
1303
  experiments?: {
1055
1304
  asyncWebAssembly?: boolean | undefined;
@@ -1249,14 +1498,38 @@ export declare function configSchema(): z.ZodObject<{
1249
1498
  libraryTarget?: "..." | "jsonp" | "var" | "module" | "assign" | "assign-properties" | "this" | "window" | "self" | "global" | "commonjs" | "commonjs2" | "commonjs-module" | "commonjs-static" | "amd" | "amd-require" | "umd" | "umd2" | "system" | undefined;
1250
1499
  hashFunction?: string | ((...args: unknown[]) => unknown) | undefined;
1251
1500
  module?: any;
1252
- strictModuleErrorHandling?: any;
1253
- umdNamedDefine?: any;
1254
- chunkLoadingGlobal?: any;
1255
- trustedTypes?: any;
1256
- hashDigest?: any;
1257
- hashDigestLength?: any;
1258
- library?: any;
1501
+ strictModuleErrorHandling?: boolean | undefined;
1502
+ umdNamedDefine?: boolean | undefined;
1503
+ chunkLoadingGlobal?: string | undefined;
1504
+ trustedTypes?: string | true | {
1505
+ policyName?: string | undefined;
1506
+ } | undefined;
1507
+ hashDigest?: string | undefined;
1508
+ hashDigestLength?: number | undefined;
1509
+ library?: string | string[] | {
1510
+ amd?: string | undefined;
1511
+ commonjs?: string | undefined;
1512
+ root?: string | string[] | undefined;
1513
+ } | {
1514
+ auxiliaryComment?: string | {
1515
+ amd?: string | undefined;
1516
+ commonjs?: string | undefined;
1517
+ commonjs2?: string | undefined;
1518
+ root?: string | undefined;
1519
+ } | undefined;
1520
+ export?: string | string[] | undefined;
1521
+ name?: string | string[] | {
1522
+ amd?: string | undefined;
1523
+ commonjs?: string | undefined;
1524
+ root?: string | string[] | undefined;
1525
+ } | undefined;
1526
+ type?: "..." | "jsonp" | "var" | "module" | "assign" | "assign-properties" | "this" | "window" | "self" | "global" | "commonjs" | "commonjs2" | "commonjs-module" | "commonjs-static" | "amd" | "amd-require" | "umd" | "umd2" | "system" | undefined;
1527
+ umdNamedDefine?: boolean | undefined;
1528
+ } | undefined;
1259
1529
  asyncChunks?: boolean | undefined;
1530
+ workerChunkLoading?: string | false | undefined;
1531
+ workerWasmLoading?: false | "..." | "async-node" | "fetch-streaming" | "fetch" | undefined;
1532
+ workerPublicPath?: string | undefined;
1260
1533
  } | undefined;
1261
1534
  builtins?: {
1262
1535
  postcss?: {
@@ -1270,6 +1543,21 @@ export declare function configSchema(): z.ZodObject<{
1270
1543
  minPixelValue?: number | undefined;
1271
1544
  } | undefined;
1272
1545
  } | undefined;
1546
+ html?: {
1547
+ title?: string | undefined;
1548
+ filename?: string | undefined;
1549
+ template?: string | undefined;
1550
+ templateParameters?: Record<string, string> | undefined;
1551
+ inject?: "head" | "body" | undefined;
1552
+ publicPathz?: string | undefined;
1553
+ scriptLoading?: "module" | "blocking" | "defer" | undefined;
1554
+ chunks?: string[] | undefined;
1555
+ excludedChunks?: string[] | undefined;
1556
+ sri?: "sha256" | "sha384" | "sha512" | undefined;
1557
+ minify?: boolean | undefined;
1558
+ favicon?: string | undefined;
1559
+ meta?: Record<string, string | Record<string, string>> | undefined;
1560
+ }[] | undefined;
1273
1561
  } | undefined;
1274
1562
  module?: any;
1275
1563
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/config/zod/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAmBxB,wBAAgB,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiC3B"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/config/zod/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAmBxB,wBAAgB,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiC3B"}