Skip to content

fix: API hooks

fix: API hooks #265

Triggered via pull request June 7, 2024 10:50
Status Failure
Total duration 40s
Artifacts

build-and-deploy-test.yml

on: pull_request_target
build_to_cloudflare_pages
31s
build_to_cloudflare_pages
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
build_to_cloudflare_pages: src/components/Modals/EmailLinkVerifiedModal/EmailLinkVerifiedModal.tsx#L30
Property 'amount' does not exist on type 'ExtendedOrderDetails'.
build_to_cloudflare_pages: src/components/Modals/EmailLinkVerifiedModal/EmailLinkVerifiedModal.tsx#L31
Property 'local_currency' does not exist on type 'ExtendedOrderDetails'.
build_to_cloudflare_pages: src/components/Modals/OrderDetailsConfirmModal/OrderDetailsConfirmModal.tsx#L33
Property 'local_currency' does not exist on type 'ExtendedOrderDetails'.
build_to_cloudflare_pages: src/components/ProfileContent/__tests__/ProfileContent.spec.tsx#L45
Property 'data' is missing in type '{}' but required in type 'TProfileContentProps'.
build_to_cloudflare_pages: src/components/ProfileContent/__tests__/ProfileContent.spec.tsx#L57
Property 'data' is missing in type '{}' but required in type 'TProfileContentProps'.
build_to_cloudflare_pages: src/components/ProfileContent/__tests__/ProfileContent.spec.tsx#L73
Property 'data' is missing in type '{}' but required in type 'TProfileContentProps'.
build_to_cloudflare_pages: src/hooks/custom-hooks/useExtendedOrderDetails.ts#L150
Property 'status' does not exist on type 'ExtendedOrderDetails'.
build_to_cloudflare_pages: src/hooks/custom-hooks/useIsAdvertiser.ts#L15
Property 'error' does not exist on type '{ code: string; message: string; }'.
build_to_cloudflare_pages: src/pages/buy-sell/screens/BuySellHeader/__tests__/BuySellHeader.spec.tsx#L78
Property 'searchValue' is missing in type '{ activeTab: string; list: { text: string; value: string; }[]; selectedCurrency: string; selectedPaymentMethods: never[]; setActiveTab: Mock<any, any, any>; setIsFilterModalOpen: Mock<any, any, any>; ... 6 more ...; sortDropdownValue: TSortByValues; }' but required in type 'TBuySellHeaderProps'.
build_to_cloudflare_pages: src/pages/buy-sell/screens/BuySellHeader/__tests__/BuySellHeader.spec.tsx#L89
Property 'searchValue' is missing in type '{ activeTab: string; list: { text: string; value: string; }[]; selectedCurrency: string; selectedPaymentMethods: never[]; setActiveTab: Mock<any, any, any>; setIsFilterModalOpen: Mock<any, any, any>; ... 6 more ...; sortDropdownValue: TSortByValues; }' but required in type 'TBuySellHeaderProps'.
build_to_cloudflare_pages
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c, actions/github-script@ffc2c79a5b2490bd33e0a41c1de74b877714d736. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build_to_cloudflare_pages
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/github-script@ffc2c79a5b2490bd33e0a41c1de74b877714d736. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/