Skip to content

feat: upgrade xmtp #4050

feat: upgrade xmtp

feat: upgrade xmtp #4050

Triggered via pull request April 23, 2025 12:29
Status Failure
Total duration 3m 36s
Artifacts

ci.yaml

on: pull_request
Get Latest Tag
5s
Get Latest Tag
call-reusable-workflow-PR  /  Build, Test and Deploy the Marketplace Interface
2m 56s
call-reusable-workflow-PR / Build, Test and Deploy the Marketplace Interface
call-reusable-workflow-production  /  Build, Test and Deploy the Marketplace Interface
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-staging / Build, Test and Deploy the Marketplace Interface
call-reusable-workflow-testing  /  Build, Test and Deploy the Marketplace Interface
call-reusable-workflow-testing / Build, Test and Deploy the Marketplace Interface
Create Job Summary
8s
Create Job Summary
Fit to window
Zoom out
Zoom in

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/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/pages/chat/components/Message.tsx#L136
Operator '/' cannot be applied to types 'number' and 'bigint'.