SYMBOL INDEX (87 symbols across 26 files) FILE: packages/connect-query-core/src/call-unary-method.ts function callUnaryMethod (line 28) | async function callUnaryMethod< FILE: packages/connect-query-core/src/connect-query-key.test.ts method stream (line 42) | async stream() { method unary (line 45) | async unary() { type Key (line 110) | type Key = MessagePageParamKey< type Key (line 119) | type Key = MessagePageParamKey<{ type Key (line 131) | type Key = MessagePageParamKey>; FILE: packages/connect-query-core/src/connect-query-key.ts type SharedConnectQueryOptions (line 30) | type SharedConnectQueryOptions = { type InfiniteConnectQueryKey (line 55) | type InfiniteConnectQueryKey = type KeyParamsForMethod (line 110) | type KeyParamsForMethod = { type KeyParamsForService (line 141) | type KeyParamsForService = { function createConnectQueryKey (line 221) | function createConnectQueryKey< function createHeadersKey (line 275) | function createHeadersKey(headers: HeadersInit): Record { FILE: packages/connect-query-core/src/create-infinite-query-options.ts type InfiniteQueryOptions (line 47) | interface InfiniteQueryOptions< type InfiniteQueryOptionsWithSkipToken (line 70) | interface InfiniteQueryOptionsWithSkipToken< type ConnectInfiniteQueryOptions (line 81) | interface ConnectInfiniteQueryOptions< function createUnaryInfiniteQueryFn (line 97) | function createUnaryInfiniteQueryFn< function createInfiniteQueryOptions (line 177) | function createInfiniteQueryOptions< FILE: packages/connect-query-core/src/create-query-options.ts type QueryOptions (line 34) | interface QueryOptions { type QueryOptionsWithSkipToken (line 40) | interface QueryOptionsWithSkipToken function createUnaryQueryFn (line 45) | function createUnaryQueryFn( function createQueryOptions (line 103) | function createQueryOptions< FILE: packages/connect-query-core/src/message-key.ts function createMessageKey (line 43) | function createMessageKey< function scalarKey (line 60) | function scalarKey(value: unknown): unknown { function listKey (line 73) | function listKey(list: ReflectList): unknown[] { function mapKey (line 86) | function mapKey(map: ReflectMap): Record { function messageKey (line 107) | function messageKey( FILE: packages/connect-query-core/src/page-param-key.ts type StringKeyOf (line 17) | type StringKeyOf = Exclude, keyof Message>; type PrevDepth (line 18) | type PrevDepth = [never, 0, 1, 2, 3, 4, 5]; type CanDescend (line 20) | type CanDescend = T extends readonly unknown[] type MessagePageParamPathString (line 26) | type MessagePageParamPathString = Depth ext... type MessagePageParamKey (line 45) | type MessagePageParamKey = MessagePageParamPathString; type DotPathValue (line 47) | type DotPathValue = P extends `${infer Head}.${infe... type MessagePageParamValue (line 58) | type MessagePageParamValue< type RootKey (line 63) | type RootKey = K extends `${infer Head}.${string}` type MessageInitWithPageParam (line 72) | type MessageInitWithPageParam> = T & function pageParamPathSegments (line 75) | function pageParamPathSegments( function getValueAtPath (line 81) | function getValueAtPath( function setValueAtPath (line 100) | function setValueAtPath( FILE: packages/connect-query-core/src/structural-sharing.ts function createStructuralSharing (line 27) | function createStructuralSharing( FILE: packages/connect-query-core/src/transport-key.ts type TransportWithStaticKey (line 22) | interface TransportWithStaticKey extends Transport { function createTransportKey (line 32) | function createTransportKey(transport: TransportWithStaticKey): string { function addStaticKeyToTransport (line 49) | function addStaticKeyToTransport( FILE: packages/connect-query-core/src/utils.ts function assert (line 26) | function assert(condition: boolean, message: string): asserts condition { type ConnectUpdater (line 56) | type ConnectUpdater = FILE: packages/connect-query/src/use-infinite-query.ts type UseInfiniteQueryOptions (line 48) | type UseInfiniteQueryOptions< function useInfiniteQuery (line 72) | function useInfiniteQuery< type UseSuspenseInfiniteQueryOptions (line 106) | type UseSuspenseInfiniteQueryOptions< function useSuspenseInfiniteQuery (line 130) | function useSuspenseInfiniteQuery< FILE: packages/connect-query/src/use-mutation.ts type UseMutationOptions (line 35) | type UseMutationOptions< function useMutation (line 52) | function useMutation< FILE: packages/connect-query/src/use-query.ts type UseQueryOptions (line 43) | type UseQueryOptions< function useQuery (line 62) | function useQuery< type UseSuspenseQueryOptions (line 84) | type UseSuspenseQueryOptions< function useSuspenseQuery (line 104) | function useSuspenseQuery< FILE: packages/examples/react/basic/src/datum.tsx type DatumProps (line 27) | interface DatumProps { FILE: packages/examples/react/basic/src/gen/eliza_pb.ts type SayRequest (line 34) | type SayRequest = Message<"connectrpc.eliza.v1.SayRequest"> & { type SayResponse (line 53) | type SayResponse = Message<"connectrpc.eliza.v1.SayResponse"> & { FILE: packages/examples/react/basic/src/main.tsx function App (line 31) | function App({ transport }: { transport?: Transport }) { FILE: packages/protoc-gen-connect-query/src/utils.ts type PluginInit (line 20) | type PluginInit = Required[0]>; FILE: packages/test-utils/src/gen/bigint_pb.ts type CountRequest (line 34) | type CountRequest = Message<"CountRequest"> & { type CountResponse (line 51) | type CountResponse = Message<"CountResponse"> & { FILE: packages/test-utils/src/gen/eliza_pb.ts type SayRequest (line 34) | type SayRequest = Message<"connectrpc.eliza.v1.SayRequest"> & { type SayResponse (line 53) | type SayResponse = Message<"connectrpc.eliza.v1.SayResponse"> & { FILE: packages/test-utils/src/gen/list_pb.ts type ListRequest (line 32) | type ListRequest = Message<"ListRequest"> & { type ListResponse (line 54) | type ListResponse = Message<"ListResponse"> & { type NestedListRequest (line 76) | type NestedListRequest = Message<"NestedListRequest"> & { type NestedListRequest_Nested (line 93) | type NestedListRequest_Nested = Message<"NestedListRequest.Nested"> & { type NestedListResponse (line 115) | type NestedListResponse = Message<"NestedListResponse"> & { type NestedListResponse_Nested (line 137) | type NestedListResponse_Nested = Message<"NestedListResponse.Nested"> & { FILE: packages/test-utils/src/gen/proto2_pb.ts type Proto2Message (line 32) | type Proto2Message = Message<"test.Proto2Message"> & { FILE: packages/test-utils/src/gen/proto3_pb.ts type Proto3Message (line 34) | type Proto3Message = Message<"test.Proto3Message"> & { type Proto3Enum (line 138) | enum Proto3Enum { FILE: scripts/gh-diffcheck.js function gitUncommitted (line 31) | function gitUncommitted() { FILE: scripts/release.js function npmPublish (line 37) | function npmPublish() { function gitUncommitted (line 51) | function gitUncommitted() { function determinePublishTag (line 65) | function determinePublishTag(version) { FILE: scripts/set-workspace-version.js function readWorkspaces (line 99) | function readWorkspaces(rootPackagePath) { function updatePackageDep (line 120) | function updatePackageDep(pkg, depName, toVersion) { function formatLog (line 171) | function formatLog(log) { function readPackage (line 197) | function readPackage(path) { function readLockfile (line 231) | function readLockfile(path) { function findLockPackage (line 253) | function findLockPackage(lock, packageName) { function readRootPackage (line 285) | function readRootPackage(path) { function writeJson (line 303) | function writeJson(path, json) { FILE: scripts/utils.js function findWorkspaceVersion (line 24) | function findWorkspaceVersion(packagesDir) {