feat: upgrade xmtp #4050
ci.yaml
on: pull_request
Get Latest Tag
5s
call-reusable-workflow-PR
/
Build, Test and Deploy the Marketplace Interface
2m 56s
call-reusable-workflow-production
/
Build, Test and Deploy the Marketplace Interface
call-reusable-workflow-staging
/
Build, Test and Deploy the Marketplace Interface
call-reusable-workflow-testing
/
Build, Test and Deploy the Marketplace Interface
Create Job Summary
8s
Annotations
10 errors
|
call-reusable-workflow-PR / Build, Test and Deploy the Marketplace Interface:
src/components/modal/components/Chat/components/EscalateModal/steps/EscalateStepTwo.tsx#L466
Argument of type '{ bosonXmtp: BosonXmtpClient; addMessage: ((newMessageOrList: MessageDataWithInfo | MessageDataWithInfo[]) => Promise<...>) | undefined; onSentMessage: ((messageData: MessageData, uuid: string) => Promise<...>) | undefined; address: string; destinationAddress: string; newMessage: { ...; }; }' is not assignable to parameter of type '{ bosonXmtp: BosonXmtpClient; addMessage?: ((newMessageOrList: MessageDataWithInfo | MessageDataWithInfo[]) => Promise<...>) | undefined; onSentMessage?: ((messageData: MessageData, uuid: string) => Promise<...>) | undefined; destinationAddress: string; newMessage: MessageObject; }'.
|
|
call-reusable-workflow-PR / Build, Test and Deploy the Marketplace Interface:
src/components/modal/components/Chat/components/EscalateModal/steps/EscalateStepTwo.tsx#L527
Argument of type '{ bosonXmtp: BosonXmtpClient; addMessage: ((newMessageOrList: MessageDataWithInfo | MessageDataWithInfo[]) => Promise<...>) | undefined; onSentMessage: ((messageData: MessageData, uuid: string) => Promise<...>) | undefined; address: string; destinationAddress: string; newMessage: MessageObject; }' is not assignable to parameter of type '{ bosonXmtp: BosonXmtpClient; addMessage?: ((newMessageOrList: MessageDataWithInfo | MessageDataWithInfo[]) => Promise<...>) | undefined; onSentMessage?: ((messageData: MessageData, uuid: string) => Promise<...>) | undefined; destinationAddress: string; newMessage: MessageObject; }'.
|
|
call-reusable-workflow-PR / Build, Test and Deploy the Marketplace Interface:
src/components/modal/components/RetractDisputeModal.tsx#L155
Type 'bigint' is not assignable to type 'number'.
|
|
call-reusable-workflow-PR / Build, Test and Deploy the Marketplace Interface:
src/components/modal/components/RetractDisputeModal.tsx#L156
Property 'inboxId' does not exist on type 'BosonXmtpClient'.
|
|
call-reusable-workflow-PR / Build, Test and Deploy the Marketplace Interface:
src/lib/utils/hooks/chat/getThreadWorker.ts#L82
Argument of type '{ sentAfterNs: bigint; sentBeforeNs: bigint; }' is not assignable to parameter of type 'ListMessagesOptions'.
|
|
call-reusable-workflow-PR / Build, Test and Deploy the Marketplace Interface:
src/lib/utils/hooks/chat/useChatStatus.ts#L45
Property 'isXmtpEnabled' does not exist on type 'BosonXmtpClient'. Did you mean to access the static member 'BosonXmtpClient.isXmtpEnabled' instead?
|
|
call-reusable-workflow-PR / Build, Test and Deploy the Marketplace Interface:
src/lib/utils/hooks/chat/useChatStatus.ts#L46
Parameter 'isEnabled' implicitly has an 'any' type.
|
|
call-reusable-workflow-PR / Build, Test and Deploy the Marketplace Interface:
src/lib/utils/hooks/chat/useChatStatus.ts#L55
Parameter 'err' implicitly has an 'any' type.
|
|
call-reusable-workflow-PR / Build, Test and Deploy the Marketplace Interface:
src/pages/chat/components/Message.tsx#L136
Operator '/' cannot be applied to types 'number' and 'bigint'.
|
|
call-reusable-workflow-PR / Build, Test and Deploy the Marketplace Interface:
src/pages/chat/components/MessageSeparator.tsx#L61
Operator '/' cannot be applied to types 'number' and 'bigint'.
|