Skip to content

Commit 09bb229

Browse files
committed
chore(email): regenerate openapi.ts types with email type
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent f73d628 commit 09bb229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/openapi/openapi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export type components = {
100100
itemsperpage?: string;
101101
};
102102
/** @enum {string} */
103-
Type: "text" | "number" | "boolean" | "date" | "url" | "select" | "multiselect";
103+
Type: "text" | "number" | "boolean" | "date" | "url" | "email" | "select" | "multiselect";
104104
ValuePayload: {
105105
value: Record<string, never>;
106106
};

0 commit comments

Comments
 (0)