Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
MrVauxs committed Feb 11, 2024
1 parent 45fb607 commit 33183c5
Show file tree
Hide file tree
Showing 19 changed files with 117 additions and 4,834 deletions.
24 changes: 12 additions & 12 deletions _dist/zod/_data.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1389,6 +1389,7 @@ export declare const data: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
aliases?: string[] | undefined;
specifier?: string | undefined;
}>;
tags: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
reference: z.ZodOptional<z.ZodObject<{
type: z.ZodEnum<["reprint", "variant", "replacement", "extension"]>;
target: z.ZodObject<{
Expand Down Expand Up @@ -1491,7 +1492,6 @@ export declare const data: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
value?: string | number | boolean | any[] | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
}[] | undefined;
}>>;
tags: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
type: z.ZodLiteral<"divineIntercession">;
data: z.ZodEffects<z.ZodObject<{
preamble: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
Expand Down Expand Up @@ -1666,6 +1666,7 @@ export declare const data: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
aliases?: string[] | undefined;
specifier?: string | undefined;
};
tags?: {} | undefined;
reference?: {
type: "variant" | "reprint" | "replacement" | "extension";
target: {
Expand All @@ -1682,7 +1683,6 @@ export declare const data: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
value?: string | number | boolean | any[] | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
}[] | undefined;
} | undefined;
tags?: {} | undefined;
}, {
type: "divineIntercession";
data: {
Expand Down Expand Up @@ -1717,6 +1717,7 @@ export declare const data: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
aliases?: string[] | undefined;
specifier?: string | undefined;
};
tags?: {} | undefined;
reference?: {
type: "variant" | "reprint" | "replacement" | "extension";
target: {
Expand All @@ -1733,7 +1734,6 @@ export declare const data: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
value?: string | number | boolean | any[] | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
}[] | undefined;
} | undefined;
tags?: {} | undefined;
}>, z.ZodObject<{
source: z.ZodObject<{
ID: z.ZodEffects<z.ZodString, string, string>;
Expand All @@ -1758,6 +1758,7 @@ export declare const data: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
aliases?: string[] | undefined;
specifier?: string | undefined;
}>;
tags: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
reference: z.ZodOptional<z.ZodObject<{
type: z.ZodEnum<["reprint", "variant", "replacement", "extension"]>;
target: z.ZodObject<{
Expand Down Expand Up @@ -1860,7 +1861,6 @@ export declare const data: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
value?: string | number | boolean | any[] | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
}[] | undefined;
}>>;
tags: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
type: z.ZodLiteral<"domain">;
data: z.ZodObject<{
preamble: z.ZodOptional<z.ZodString>;
Expand Down Expand Up @@ -1995,6 +1995,7 @@ export declare const data: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
aliases?: string[] | undefined;
specifier?: string | undefined;
};
tags?: {} | undefined;
reference?: {
type: "variant" | "reprint" | "replacement" | "extension";
target: {
Expand All @@ -2011,7 +2012,6 @@ export declare const data: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
value?: string | number | boolean | any[] | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
}[] | undefined;
} | undefined;
tags?: {} | undefined;
}, {
type: "domain";
data: {
Expand Down Expand Up @@ -2046,6 +2046,7 @@ export declare const data: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
aliases?: string[] | undefined;
specifier?: string | undefined;
};
tags?: {} | undefined;
reference?: {
type: "variant" | "reprint" | "replacement" | "extension";
target: {
Expand All @@ -2062,7 +2063,6 @@ export declare const data: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
value?: string | number | boolean | any[] | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
}[] | undefined;
} | undefined;
tags?: {} | undefined;
}>, z.ZodObject<{
source: z.ZodObject<{
ID: z.ZodEffects<z.ZodString, string, string>;
Expand All @@ -2087,6 +2087,7 @@ export declare const data: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
aliases?: string[] | undefined;
specifier?: string | undefined;
}>;
tags: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
reference: z.ZodOptional<z.ZodObject<{
type: z.ZodEnum<["reprint", "variant", "replacement", "extension"]>;
target: z.ZodObject<{
Expand Down Expand Up @@ -2189,7 +2190,6 @@ export declare const data: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
value?: string | number | boolean | any[] | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
}[] | undefined;
}>>;
tags: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
type: z.ZodLiteral<"event">;
data: z.ZodObject<{
level: z.ZodNumber;
Expand Down Expand Up @@ -2300,6 +2300,7 @@ export declare const data: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
aliases?: string[] | undefined;
specifier?: string | undefined;
};
tags?: {} | undefined;
reference?: {
type: "variant" | "reprint" | "replacement" | "extension";
target: {
Expand All @@ -2316,7 +2317,6 @@ export declare const data: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
value?: string | number | boolean | any[] | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
}[] | undefined;
} | undefined;
tags?: {} | undefined;
}, {
type: "event";
data: {
Expand Down Expand Up @@ -2344,6 +2344,7 @@ export declare const data: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
aliases?: string[] | undefined;
specifier?: string | undefined;
};
tags?: {} | undefined;
reference?: {
type: "variant" | "reprint" | "replacement" | "extension";
target: {
Expand All @@ -2360,7 +2361,6 @@ export declare const data: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
value?: string | number | boolean | any[] | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
}[] | undefined;
} | undefined;
tags?: {} | undefined;
}>, z.ZodObject<{
source: z.ZodObject<{
ID: z.ZodEffects<z.ZodString, string, string>;
Expand Down Expand Up @@ -3119,6 +3119,7 @@ export declare const data: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
aliases?: string[] | undefined;
specifier?: string | undefined;
}>;
tags: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
reference: z.ZodOptional<z.ZodObject<{
type: z.ZodEnum<["reprint", "variant", "replacement", "extension"]>;
target: z.ZodObject<{
Expand Down Expand Up @@ -3221,7 +3222,6 @@ export declare const data: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
value?: string | number | boolean | any[] | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
}[] | undefined;
}>>;
tags: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
type: z.ZodLiteral<"skill">;
data: z.ZodObject<{
entries: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
Expand Down Expand Up @@ -3256,6 +3256,7 @@ export declare const data: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
aliases?: string[] | undefined;
specifier?: string | undefined;
};
tags?: {} | undefined;
reference?: {
type: "variant" | "reprint" | "replacement" | "extension";
target: {
Expand All @@ -3272,7 +3273,6 @@ export declare const data: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
value?: string | number | boolean | any[] | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
}[] | undefined;
} | undefined;
tags?: {} | undefined;
}, {
type: "skill";
data: {
Expand All @@ -3289,6 +3289,7 @@ export declare const data: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
aliases?: string[] | undefined;
specifier?: string | undefined;
};
tags?: {} | undefined;
reference?: {
type: "variant" | "reprint" | "replacement" | "extension";
target: {
Expand All @@ -3305,5 +3306,4 @@ export declare const data: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
value?: string | number | boolean | any[] | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
}[] | undefined;
} | undefined;
tags?: {} | undefined;
}>]>;
2 changes: 1 addition & 1 deletion _dist/zod/_data.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was generated by scripts/generate-zod-combinedTypes.js at Sun, 11 Feb 2024 03:24:02 GMT
// This file was generated by scripts/generate-zod-combinedTypes.js at Sun, 11 Feb 2024 08:14:09 GMT
import { z } from "zod";
import { license } from "./license.js";
import { source } from "./source.js";
Expand Down
2 changes: 1 addition & 1 deletion _dist/zod/_index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was generated by scripts/generate-zod-index.js at Sun, 11 Feb 2024 03:24:03 GMT
// This file was generated by scripts/generate-zod-index.js at Sun, 11 Feb 2024 08:14:10 GMT
// .
export { content } from "./content.js";
export { license } from "./license.js";
Expand Down
24 changes: 12 additions & 12 deletions _dist/zod/_statblock.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,7 @@ export declare const statblock: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
aliases?: string[] | undefined;
specifier?: string | undefined;
}>;
tags: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
reference: z.ZodOptional<z.ZodObject<{
type: z.ZodEnum<["reprint", "variant", "replacement", "extension"]>;
target: z.ZodObject<{
Expand Down Expand Up @@ -1033,7 +1034,6 @@ export declare const statblock: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
value?: string | number | boolean | any[] | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
}[] | undefined;
}>>;
tags: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
type: z.ZodLiteral<"divineIntercession">;
data: z.ZodEffects<z.ZodObject<{
preamble: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
Expand Down Expand Up @@ -1208,6 +1208,7 @@ export declare const statblock: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
aliases?: string[] | undefined;
specifier?: string | undefined;
};
tags?: {} | undefined;
reference?: {
type: "variant" | "reprint" | "replacement" | "extension";
target: {
Expand All @@ -1224,7 +1225,6 @@ export declare const statblock: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
value?: string | number | boolean | any[] | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
}[] | undefined;
} | undefined;
tags?: {} | undefined;
}, {
type: "divineIntercession";
data: {
Expand Down Expand Up @@ -1259,6 +1259,7 @@ export declare const statblock: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
aliases?: string[] | undefined;
specifier?: string | undefined;
};
tags?: {} | undefined;
reference?: {
type: "variant" | "reprint" | "replacement" | "extension";
target: {
Expand All @@ -1275,7 +1276,6 @@ export declare const statblock: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
value?: string | number | boolean | any[] | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
}[] | undefined;
} | undefined;
tags?: {} | undefined;
}>, z.ZodObject<{
source: z.ZodObject<{
ID: z.ZodEffects<z.ZodString, string, string>;
Expand All @@ -1300,6 +1300,7 @@ export declare const statblock: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
aliases?: string[] | undefined;
specifier?: string | undefined;
}>;
tags: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
reference: z.ZodOptional<z.ZodObject<{
type: z.ZodEnum<["reprint", "variant", "replacement", "extension"]>;
target: z.ZodObject<{
Expand Down Expand Up @@ -1402,7 +1403,6 @@ export declare const statblock: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
value?: string | number | boolean | any[] | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
}[] | undefined;
}>>;
tags: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
type: z.ZodLiteral<"domain">;
data: z.ZodObject<{
preamble: z.ZodOptional<z.ZodString>;
Expand Down Expand Up @@ -1537,6 +1537,7 @@ export declare const statblock: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
aliases?: string[] | undefined;
specifier?: string | undefined;
};
tags?: {} | undefined;
reference?: {
type: "variant" | "reprint" | "replacement" | "extension";
target: {
Expand All @@ -1553,7 +1554,6 @@ export declare const statblock: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
value?: string | number | boolean | any[] | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
}[] | undefined;
} | undefined;
tags?: {} | undefined;
}, {
type: "domain";
data: {
Expand Down Expand Up @@ -1588,6 +1588,7 @@ export declare const statblock: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
aliases?: string[] | undefined;
specifier?: string | undefined;
};
tags?: {} | undefined;
reference?: {
type: "variant" | "reprint" | "replacement" | "extension";
target: {
Expand All @@ -1604,7 +1605,6 @@ export declare const statblock: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
value?: string | number | boolean | any[] | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
}[] | undefined;
} | undefined;
tags?: {} | undefined;
}>, z.ZodObject<{
source: z.ZodObject<{
ID: z.ZodEffects<z.ZodString, string, string>;
Expand All @@ -1629,6 +1629,7 @@ export declare const statblock: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
aliases?: string[] | undefined;
specifier?: string | undefined;
}>;
tags: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
reference: z.ZodOptional<z.ZodObject<{
type: z.ZodEnum<["reprint", "variant", "replacement", "extension"]>;
target: z.ZodObject<{
Expand Down Expand Up @@ -1731,7 +1732,6 @@ export declare const statblock: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
value?: string | number | boolean | any[] | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
}[] | undefined;
}>>;
tags: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
type: z.ZodLiteral<"event">;
data: z.ZodObject<{
level: z.ZodNumber;
Expand Down Expand Up @@ -1842,6 +1842,7 @@ export declare const statblock: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
aliases?: string[] | undefined;
specifier?: string | undefined;
};
tags?: {} | undefined;
reference?: {
type: "variant" | "reprint" | "replacement" | "extension";
target: {
Expand All @@ -1858,7 +1859,6 @@ export declare const statblock: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
value?: string | number | boolean | any[] | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
}[] | undefined;
} | undefined;
tags?: {} | undefined;
}, {
type: "event";
data: {
Expand Down Expand Up @@ -1886,6 +1886,7 @@ export declare const statblock: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
aliases?: string[] | undefined;
specifier?: string | undefined;
};
tags?: {} | undefined;
reference?: {
type: "variant" | "reprint" | "replacement" | "extension";
target: {
Expand All @@ -1902,7 +1903,6 @@ export declare const statblock: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
value?: string | number | boolean | any[] | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
}[] | undefined;
} | undefined;
tags?: {} | undefined;
}>, z.ZodObject<{
source: z.ZodObject<{
ID: z.ZodEffects<z.ZodString, string, string>;
Expand Down Expand Up @@ -2661,6 +2661,7 @@ export declare const statblock: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
aliases?: string[] | undefined;
specifier?: string | undefined;
}>;
tags: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
reference: z.ZodOptional<z.ZodObject<{
type: z.ZodEnum<["reprint", "variant", "replacement", "extension"]>;
target: z.ZodObject<{
Expand Down Expand Up @@ -2763,7 +2764,6 @@ export declare const statblock: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
value?: string | number | boolean | any[] | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
}[] | undefined;
}>>;
tags: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
type: z.ZodLiteral<"skill">;
data: z.ZodObject<{
entries: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
Expand Down Expand Up @@ -2798,6 +2798,7 @@ export declare const statblock: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
aliases?: string[] | undefined;
specifier?: string | undefined;
};
tags?: {} | undefined;
reference?: {
type: "variant" | "reprint" | "replacement" | "extension";
target: {
Expand All @@ -2814,7 +2815,6 @@ export declare const statblock: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
value?: string | number | boolean | any[] | z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
}[] | undefined;
} | undefined;
tags?: {} | undefined;
}, {
type: "skill";
data: {
Expand All @@ -2831,6 +2831,7 @@ export declare const statblock: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
aliases?: string[] | undefined;
specifier?: string | undefined;
};
tags?: {} | undefined;
reference?: {
type: "variant" | "reprint" | "replacement" | "extension";
target: {
Expand All @@ -2847,5 +2848,4 @@ export declare const statblock: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
value?: string | number | boolean | any[] | z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
}[] | undefined;
} | undefined;
tags?: {} | undefined;
}>]>;
2 changes: 1 addition & 1 deletion _dist/zod/_statblock.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was generated by scripts/generate-zod-combinedTypes.js at Sun, 11 Feb 2024 03:24:02 GMT
// This file was generated by scripts/generate-zod-combinedTypes.js at Sun, 11 Feb 2024 08:14:09 GMT
import { z } from "zod";
import { background } from "./content/background.js";
import { condition } from "./content/condition.js";
Expand Down
Loading

0 comments on commit 33183c5

Please sign in to comment.