Skip to content
Merged
6 changes: 6 additions & 0 deletions convex/_generated/api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import type * as downloads from "../downloads.js";
import type * as emailsNode from "../emailsNode.js";
import type * as featuredArtifacts from "../featuredArtifacts.js";
import type * as featuredIntelligence from "../featuredIntelligence.js";
import type * as featuredSelections from "../featuredSelections.js";
import type * as functions from "../functions.js";
import type * as githubAccountAgeBackfill from "../githubAccountAgeBackfill.js";
import type * as githubIdentity from "../githubIdentity.js";
Expand All @@ -42,6 +43,7 @@ import type * as httpApiV1 from "../httpApiV1.js";
import type * as httpApiV1_catalogFeedV1 from "../httpApiV1/catalogFeedV1.js";
import type * as httpApiV1_contentRightsV1 from "../httpApiV1/contentRightsV1.js";
import type * as httpApiV1_docsSessionV1 from "../httpApiV1/docsSessionV1.js";
import type * as httpApiV1_featuredV1 from "../httpApiV1/featuredV1.js";
import type * as httpApiV1_packagePublishRecoveryV1 from "../httpApiV1/packagePublishRecoveryV1.js";
import type * as httpApiV1_packagesV1 from "../httpApiV1/packagesV1.js";
import type * as httpApiV1_promotionsV1 from "../httpApiV1/promotionsV1.js";
Expand Down Expand Up @@ -90,6 +92,7 @@ import type * as lib_embeddings from "../lib/embeddings.js";
import type * as lib_experimentalClaws from "../lib/experimentalClaws.js";
import type * as lib_featuredIntelligence from "../lib/featuredIntelligence.js";
import type * as lib_featuredPolicy from "../lib/featuredPolicy.js";
import type * as lib_featuredSelections from "../lib/featuredSelections.js";
import type * as lib_githubAccount from "../lib/githubAccount.js";
import type * as lib_githubActionsOidc from "../lib/githubActionsOidc.js";
import type * as lib_githubAuth from "../lib/githubAuth.js";
Expand Down Expand Up @@ -282,6 +285,7 @@ declare const fullApi: ApiFromModules<{
emailsNode: typeof emailsNode;
featuredArtifacts: typeof featuredArtifacts;
featuredIntelligence: typeof featuredIntelligence;
featuredSelections: typeof featuredSelections;
functions: typeof functions;
githubAccountAgeBackfill: typeof githubAccountAgeBackfill;
githubIdentity: typeof githubIdentity;
Expand All @@ -296,6 +300,7 @@ declare const fullApi: ApiFromModules<{
"httpApiV1/catalogFeedV1": typeof httpApiV1_catalogFeedV1;
"httpApiV1/contentRightsV1": typeof httpApiV1_contentRightsV1;
"httpApiV1/docsSessionV1": typeof httpApiV1_docsSessionV1;
"httpApiV1/featuredV1": typeof httpApiV1_featuredV1;
"httpApiV1/packagePublishRecoveryV1": typeof httpApiV1_packagePublishRecoveryV1;
"httpApiV1/packagesV1": typeof httpApiV1_packagesV1;
"httpApiV1/promotionsV1": typeof httpApiV1_promotionsV1;
Expand Down Expand Up @@ -344,6 +349,7 @@ declare const fullApi: ApiFromModules<{
"lib/experimentalClaws": typeof lib_experimentalClaws;
"lib/featuredIntelligence": typeof lib_featuredIntelligence;
"lib/featuredPolicy": typeof lib_featuredPolicy;
"lib/featuredSelections": typeof lib_featuredSelections;
"lib/githubAccount": typeof lib_githubAccount;
"lib/githubActionsOidc": typeof lib_githubActionsOidc;
"lib/githubAuth": typeof lib_githubAuth;
Expand Down
Loading
Loading