@valbuild/shared 0.92.0 → 0.93.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -754,6 +754,7 @@ export declare const Api: {
|
|
|
754
754
|
query: {
|
|
755
755
|
validate_sources: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<string, string[]>> & z.ZodType<"true" | "false", string[], z.core.$ZodTypeInternals<"true" | "false", string[]>>, z.ZodTransform<boolean, "true" | "false">>>;
|
|
756
756
|
validate_binary_files: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<string, string[]>> & z.ZodType<"true" | "false", string[], z.core.$ZodTypeInternals<"true" | "false", string[]>>, z.ZodTransform<boolean, "true" | "false">>>;
|
|
757
|
+
exclude_patches: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<string, string[]>> & z.ZodType<"true" | "false", string[], z.core.$ZodTypeInternals<"true" | "false", string[]>>, z.ZodTransform<boolean, "true" | "false">>>;
|
|
757
758
|
};
|
|
758
759
|
cookies: {
|
|
759
760
|
val_session: z.ZodOptional<z.ZodString>;
|
|
@@ -1774,7 +1774,8 @@ var Api = {
|
|
|
1774
1774
|
path: zod.z.string().optional(),
|
|
1775
1775
|
query: {
|
|
1776
1776
|
validate_sources: onlyOneBooleanQueryParam.optional(),
|
|
1777
|
-
validate_binary_files: onlyOneBooleanQueryParam.optional()
|
|
1777
|
+
validate_binary_files: onlyOneBooleanQueryParam.optional(),
|
|
1778
|
+
exclude_patches: onlyOneBooleanQueryParam.optional()
|
|
1778
1779
|
},
|
|
1779
1780
|
cookies: {
|
|
1780
1781
|
val_session: zod.z.string().optional()
|
|
@@ -1774,7 +1774,8 @@ var Api = {
|
|
|
1774
1774
|
path: zod.z.string().optional(),
|
|
1775
1775
|
query: {
|
|
1776
1776
|
validate_sources: onlyOneBooleanQueryParam.optional(),
|
|
1777
|
-
validate_binary_files: onlyOneBooleanQueryParam.optional()
|
|
1777
|
+
validate_binary_files: onlyOneBooleanQueryParam.optional(),
|
|
1778
|
+
exclude_patches: onlyOneBooleanQueryParam.optional()
|
|
1778
1779
|
},
|
|
1779
1780
|
cookies: {
|
|
1780
1781
|
val_session: zod.z.string().optional()
|
|
@@ -1770,7 +1770,8 @@ var Api = {
|
|
|
1770
1770
|
path: z.string().optional(),
|
|
1771
1771
|
query: {
|
|
1772
1772
|
validate_sources: onlyOneBooleanQueryParam.optional(),
|
|
1773
|
-
validate_binary_files: onlyOneBooleanQueryParam.optional()
|
|
1773
|
+
validate_binary_files: onlyOneBooleanQueryParam.optional(),
|
|
1774
|
+
exclude_patches: onlyOneBooleanQueryParam.optional()
|
|
1774
1775
|
},
|
|
1775
1776
|
cookies: {
|
|
1776
1777
|
val_session: z.string().optional()
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@valbuild/shared",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.93.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Val shared types and utilities",
|
|
6
6
|
"repository": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"zod": "^4.3.5",
|
|
33
33
|
"zod-validation-error": "^5.0.0",
|
|
34
|
-
"@valbuild/core": "0.
|
|
34
|
+
"@valbuild/core": "0.93.0"
|
|
35
35
|
},
|
|
36
36
|
"files": [
|
|
37
37
|
"dist",
|