Skip to content

feat: add properties for quoting #89

feat: add properties for quoting

feat: add properties for quoting #89

Triggered via pull request July 31, 2023 12:53
Status Failure
Total duration 1m 50s
Artifacts

lint-test-build.yaml

on: pull_request
openapi
19s
openapi
open-payments
1m 5s
open-payments
http-signature-utils
22s
http-signature-utils
all-pr-checks-passed
0s
all-pr-checks-passed
Fit to window
Zoom out
Zoom in

Annotations

5 errors
open-payments
Property 'sendAmount' does not exist on type '{ id: string; paymentPointer: string; receiver: string; receiveAmount: { value: string; assetCode: string; assetScale: number; }; maxSendAmount: { value: string; assetCode: string; assetScale: number; }; fees: { ...; }; expiresAt?: string | undefined; createdAt: string; }'.
open-payments
Property 'sendAmount' does not exist on type '{ id: string; paymentPointer: string; quoteId?: string | undefined; failed?: boolean | undefined; receiver: string; receiveAmount: { value: string; assetCode: string; assetScale: number; }; maxSendAmount: { ...; }; ... 4 more ...; updatedAt: string; }'.
open-payments
Type '{ id: string; paymentPointer: string; quoteId: string; failed: boolean; receiver: string; receiveAmount: { value: string; assetCode: string; assetScale: number; }; maxSendAmount?: { value: string; assetCode: string; assetScale: number; } | undefined; ... 5 more ...; sendAmount: { ...; }; }' is not assignable to type '{ id: string; paymentPointer: string; quoteId?: string | undefined; failed?: boolean | undefined; receiver: string; receiveAmount: { value: string; assetCode: string; assetScale: number; }; maxSendAmount: { ...; }; ... 4 more ...; updatedAt: string; }'.
open-payments
Type '{ id: string; paymentPointer: string; receiver: string; receiveAmount: { value: string; assetCode: string; assetScale: number; }; maxSendAmount?: { value: string; assetCode: string; assetScale: number; } | undefined; fees?: { ...; } | undefined; expiresAt: string; createdAt: string; sendAmount: { ...; }; }' is not assignable to type '{ id: string; paymentPointer: string; receiver: string; receiveAmount: { value: string; assetCode: string; assetScale: number; }; maxSendAmount: { value: string; assetCode: string; assetScale: number; }; fees: { ...; }; expiresAt?: string | undefined; createdAt: string; }'.
open-payments
Process completed with exit code 1.