Skip to content

Commit 9224642

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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" | "select" | "multiselect";
103+
Type: "text" | "number" | "boolean" | "date" | "url" | "select" | "multiselect";
104104
ValuePayload: {
105105
value: Record<string, never>;
106106
};

0 commit comments

Comments
 (0)