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 09bbce3 commit 223cbf4
Show file tree
Hide file tree
Showing 11 changed files with 6,668 additions and 5,674 deletions.
3,698 changes: 1,849 additions & 1,849 deletions _dist/zod/_data.d.ts

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions _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 11:28:02 GMT
// This file was generated by scripts/generate-zod-combinedTypes.js at Sun, 11 Feb 2024 12:07:27 GMT
import { z } from "zod";
import { license } from "./license.js";
import { source } from "./source.js";
Expand All @@ -24,16 +24,16 @@ export const data = z.discriminatedUnion("type", [
relicGift,
skill,
]);
export const objectIndex = {
background,
condition,
divineIntercession,
domain,
event,
familiarAbility,
relicGift,
skill,
license,
source,
sourceGroup
export const schemaIndex = {
license: license.array().min(1).optional(),
source: source.array().min(1).optional(),
sourceGroup: sourceGroup.array().min(1).optional(),
background: background.array().min(1).optional(),
condition: condition.array().min(1).optional(),
divineIntercession: divineIntercession.array().min(1).optional(),
domain: domain.array().min(1).optional(),
event: event.array().min(1).optional(),
familiarAbility: familiarAbility.array().min(1).optional(),
relicGift: relicGift.array().min(1).optional(),
skill: skill.array().min(1).optional(),
};
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 11:28:04 GMT
// This file was generated by scripts/generate-zod-index.js at Sun, 11 Feb 2024 12:07:29 GMT
// .
export { content } from "./content.js";
export { license } from "./license.js";
Expand Down
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 11:28:02 GMT
// This file was generated by scripts/generate-zod-combinedTypes.js at Sun, 11 Feb 2024 12:07:27 GMT
import { z } from "zod";
import { background } from "./content/background.js";
import { condition } from "./content/condition.js";
Expand Down
Loading

0 comments on commit 223cbf4

Please sign in to comment.