chore: progress with sending messages #428
tests-and-checks.yml
on: push
Install deps, build required package, typecheck, lint and test
28s
Annotations
6 errors and 1 warning
|
Install deps, build required package, typecheck, lint and test:
packages/hypergraph-react/src/HypergraphAppContext.tsx#L475
Type '{ inboxId: string; isPublic: boolean; authPolicy: string; encryptionPublicKey: string; secretKey: string; messages: { plaintext: string; id: string; signature?: { readonly hex: string; readonly recovery: number; } | undefined; ... 4 more ...; createdAt: number; }[]; lastMessageClock: number; }[]' is not assignable to type 'SpaceInboxStorageEntry[]'.
|
|
Install deps, build required package, typecheck, lint and test:
packages/hypergraph-react/src/HypergraphAppContext.tsx#L613
Property 'lastMessageClock' is missing in type '{ readonly accountId: string; readonly signature: { readonly hex: string; readonly recovery: number; }; readonly inboxId: string; readonly encryptionPublicKey: string; readonly isPublic: boolean; readonly authPolicy: string; readonly messages: readonly { ...; }[]; }' but required in type 'AccountInboxStorageEntry'.
|
|
Install deps, build required package, typecheck, lint and test:
packages/hypergraph-react/src/HypergraphAppContext.tsx#L762
Property 'id' does not exist on type 'SpaceInboxStorageEntry'.
|
|
Install deps, build required package, typecheck, lint and test:
packages/hypergraph-react/src/HypergraphAppContext.tsx#L1007
Cannot find name 'sendSpaceInboxMessageForContext'. Did you mean 'getLatestSpaceInboxMessagesForContext'?
|
|
Install deps, build required package, typecheck, lint and test:
packages/hypergraph-react/src/HypergraphAppContext.tsx#L1012
Cannot find name 'sendAccountInboxMessageForContext'. Did you mean 'getLatestAccountInboxMessagesForContext'?
|
|
Install deps, build required package, typecheck, lint and test
Process completed with exit code 2.
|
|
Install deps, build required package, typecheck, lint and test
Could not determine node version from /home/runner/work/hypergraph/hypergraph/package.json. Falling back
|