Skip to content

Commit cd28d1e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/openapi/openapi-full.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ export type components = {
276276
};
277277
};
278278
/** @enum {string} */
279-
Type: "text" | "number" | "boolean" | "date" | "url" | "select" | "multiselect";
279+
Type: "text" | "number" | "boolean" | "date" | "url" | "email" | "select" | "multiselect";
280280
ValuePayload: {
281281
value: Record<string, never>;
282282
};

0 commit comments

Comments
 (0)