Skip to content

Commit

Permalink
revert #d5b08673
Browse files Browse the repository at this point in the history
  • Loading branch information
FleetAdmiralJakob committed Oct 23, 2024
1 parent 396e0d2 commit 42d73b5
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions convex/_generated/api.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* prettier-ignore-start */

/* eslint-disable */
/**
* Generated `api` utility.
Expand Down Expand Up @@ -64,3 +66,5 @@ export declare const internal: FilterApi<
typeof fullApi,
FunctionReference<any, "internal">
>;

/* prettier-ignore-end */
4 changes: 4 additions & 0 deletions convex/_generated/api.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* prettier-ignore-start */

/* eslint-disable */
/**
* Generated `api` utility.
Expand All @@ -20,3 +22,5 @@ import { anyApi } from "convex/server";
*/
export const api = anyApi;
export const internal = anyApi;

/* prettier-ignore-end */
4 changes: 4 additions & 0 deletions convex/_generated/dataModel.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* prettier-ignore-start */

/* eslint-disable */
/**
* Generated data model types.
Expand Down Expand Up @@ -58,3 +60,5 @@ export type Id<TableName extends TableNames | SystemTableNames> =
* `mutationGeneric` to make them type-safe.
*/
export type DataModel = DataModelFromSchemaDefinition<typeof schema>;

/* prettier-ignore-end */
4 changes: 4 additions & 0 deletions convex/_generated/server.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* prettier-ignore-start */

/* eslint-disable */
/**
* Generated utilities for implementing server-side Convex query and mutation functions.
Expand Down Expand Up @@ -140,3 +142,5 @@ export type DatabaseReader = GenericDatabaseReader<DataModel>;
* for the guarantees Convex provides your functions.
*/
export type DatabaseWriter = GenericDatabaseWriter<DataModel>;

/* prettier-ignore-end */
4 changes: 4 additions & 0 deletions convex/_generated/server.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* prettier-ignore-start */

/* eslint-disable */
/**
* Generated utilities for implementing server-side Convex query and mutation functions.
Expand Down Expand Up @@ -87,3 +89,5 @@ export const internalAction = internalActionGeneric;
* @returns The wrapped endpoint function. Route a URL path to this function in `convex/http.js`.
*/
export const httpAction = httpActionGeneric;

/* prettier-ignore-end */

0 comments on commit 42d73b5

Please sign in to comment.