feat: Implement dedicated login page and public/dashboard layouts, refactoring authentication flow and removing the todos page.
This commit is contained in:
116
packages/backend/convex/_generated/api.d.ts
vendored
116
packages/backend/convex/_generated/api.d.ts
vendored
@@ -352,10 +352,6 @@ export declare const components: {
|
||||
lastRequest?: null | number;
|
||||
};
|
||||
model: "rateLimit";
|
||||
}
|
||||
| {
|
||||
data: { count: number; key: string; lastRequest: number };
|
||||
model: "ratelimit";
|
||||
};
|
||||
onCreateHandle?: string;
|
||||
select?: Array<string>;
|
||||
@@ -733,32 +729,6 @@ export declare const components: {
|
||||
| Array<number>
|
||||
| null;
|
||||
}>;
|
||||
}
|
||||
| {
|
||||
model: "ratelimit";
|
||||
where?: Array<{
|
||||
connector?: "AND" | "OR";
|
||||
field: "key" | "count" | "lastRequest" | "_id";
|
||||
operator?:
|
||||
| "lt"
|
||||
| "lte"
|
||||
| "gt"
|
||||
| "gte"
|
||||
| "eq"
|
||||
| "in"
|
||||
| "not_in"
|
||||
| "ne"
|
||||
| "contains"
|
||||
| "starts_with"
|
||||
| "ends_with";
|
||||
value:
|
||||
| string
|
||||
| number
|
||||
| boolean
|
||||
| Array<string>
|
||||
| Array<number>
|
||||
| null;
|
||||
}>;
|
||||
};
|
||||
onDeleteHandle?: string;
|
||||
paginationOpts: {
|
||||
@@ -1143,32 +1113,6 @@ export declare const components: {
|
||||
| Array<number>
|
||||
| null;
|
||||
}>;
|
||||
}
|
||||
| {
|
||||
model: "ratelimit";
|
||||
where?: Array<{
|
||||
connector?: "AND" | "OR";
|
||||
field: "key" | "count" | "lastRequest" | "_id";
|
||||
operator?:
|
||||
| "lt"
|
||||
| "lte"
|
||||
| "gt"
|
||||
| "gte"
|
||||
| "eq"
|
||||
| "in"
|
||||
| "not_in"
|
||||
| "ne"
|
||||
| "contains"
|
||||
| "starts_with"
|
||||
| "ends_with";
|
||||
value:
|
||||
| string
|
||||
| number
|
||||
| boolean
|
||||
| Array<string>
|
||||
| Array<number>
|
||||
| null;
|
||||
}>;
|
||||
};
|
||||
onDeleteHandle?: string;
|
||||
},
|
||||
@@ -1190,8 +1134,7 @@ export declare const components: {
|
||||
| "oauthAccessToken"
|
||||
| "oauthConsent"
|
||||
| "jwks"
|
||||
| "rateLimit"
|
||||
| "ratelimit";
|
||||
| "rateLimit";
|
||||
offset?: number;
|
||||
paginationOpts: {
|
||||
cursor: string | null;
|
||||
@@ -1243,8 +1186,7 @@ export declare const components: {
|
||||
| "oauthAccessToken"
|
||||
| "oauthConsent"
|
||||
| "jwks"
|
||||
| "rateLimit"
|
||||
| "ratelimit";
|
||||
| "rateLimit";
|
||||
select?: Array<string>;
|
||||
where?: Array<{
|
||||
connector?: "AND" | "OR";
|
||||
@@ -1753,33 +1695,6 @@ export declare const components: {
|
||||
| Array<number>
|
||||
| null;
|
||||
}>;
|
||||
}
|
||||
| {
|
||||
model: "ratelimit";
|
||||
update: { count?: number; key?: string; lastRequest?: number };
|
||||
where?: Array<{
|
||||
connector?: "AND" | "OR";
|
||||
field: "key" | "count" | "lastRequest" | "_id";
|
||||
operator?:
|
||||
| "lt"
|
||||
| "lte"
|
||||
| "gt"
|
||||
| "gte"
|
||||
| "eq"
|
||||
| "in"
|
||||
| "not_in"
|
||||
| "ne"
|
||||
| "contains"
|
||||
| "starts_with"
|
||||
| "ends_with";
|
||||
value:
|
||||
| string
|
||||
| number
|
||||
| boolean
|
||||
| Array<string>
|
||||
| Array<number>
|
||||
| null;
|
||||
}>;
|
||||
};
|
||||
onUpdateHandle?: string;
|
||||
paginationOpts: {
|
||||
@@ -2268,33 +2183,6 @@ export declare const components: {
|
||||
| Array<number>
|
||||
| null;
|
||||
}>;
|
||||
}
|
||||
| {
|
||||
model: "ratelimit";
|
||||
update: { count?: number; key?: string; lastRequest?: number };
|
||||
where?: Array<{
|
||||
connector?: "AND" | "OR";
|
||||
field: "key" | "count" | "lastRequest" | "_id";
|
||||
operator?:
|
||||
| "lt"
|
||||
| "lte"
|
||||
| "gt"
|
||||
| "gte"
|
||||
| "eq"
|
||||
| "in"
|
||||
| "not_in"
|
||||
| "ne"
|
||||
| "contains"
|
||||
| "starts_with"
|
||||
| "ends_with";
|
||||
value:
|
||||
| string
|
||||
| number
|
||||
| boolean
|
||||
| Array<string>
|
||||
| Array<number>
|
||||
| null;
|
||||
}>;
|
||||
};
|
||||
onUpdateHandle?: string;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user