Skip to content

Commit 7707123

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/openapi/openapi-administration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ export type components = {
193193
};
194194
};
195195
/** @enum {string} */
196-
Type: "text" | "number" | "boolean" | "date" | "url" | "select" | "multiselect";
196+
Type: "text" | "number" | "boolean" | "date" | "url" | "email" | "select" | "multiselect";
197197
ValuePayload: {
198198
value: Record<string, never>;
199199
};

0 commit comments

Comments
 (0)