FRE-651: CEO coordination notes for founder bio/headshot assets

This commit is contained in:
2026-04-26 07:41:45 -04:00
parent 3d5ff8650c
commit 5f4eb60a98
476 changed files with 67971 additions and 125 deletions

20
node_modules/@clerk/backend/dist/internal.d.ts generated vendored Normal file
View File

@@ -0,0 +1,20 @@
export { constants } from './constants';
export { createRedirect } from './createRedirect';
export type { RedirectFun } from './createRedirect';
export type { CreateAuthenticateRequestOptions } from './tokens/factory';
export { createAuthenticateRequest } from './tokens/factory';
export { debugRequestState } from './tokens/request';
export type { AuthenticateRequestOptions, OrganizationSyncOptions, InferAuthObjectFromToken, InferAuthObjectFromTokenArray, GetAuthFn, AuthOptions, GetAuthFnNoRequest, } from './tokens/types';
export { TokenType } from './tokens/tokenTypes';
export type { SessionTokenType, MachineTokenType } from './tokens/tokenTypes';
export type { SignedInAuthObjectOptions, SignedInAuthObject, SignedOutAuthObject, AuthenticatedMachineObject, UnauthenticatedMachineObject, } from './tokens/authObjects';
export { makeAuthObjectSerializable, signedOutAuthObject, signedInAuthObject, authenticatedMachineObject, unauthenticatedMachineObject, invalidTokenAuthObject, getAuthObjectFromJwt, getAuthObjectForAcceptedToken, } from './tokens/authObjects';
export { AuthStatus, createBootstrapSignedOutState } from './tokens/authStatus';
export type { RequestState, SignedInState, SignedOutState, AuthenticatedState, UnauthenticatedState, } from './tokens/authStatus';
export { decorateObjectWithResources, stripPrivateDataFromObject } from './util/decorateObjectWithResources';
export { createClerkRequest } from './tokens/clerkRequest';
export type { ClerkRequest } from './tokens/clerkRequest';
export { reverificationError, reverificationErrorResponse } from '@clerk/shared/authorization-errors';
export { verifyMachineAuthToken } from './tokens/verify';
export { isMachineTokenByPrefix, isTokenTypeAccepted, isMachineToken } from './tokens/machine';
//# sourceMappingURL=internal.d.ts.map