yashim/chore: bump api hooks version to fix provider issue #639
Annotations
9 errors and 2 warnings
|
src/hooks/api/advertiser/p2p-advertiser/__tests__/useAdvertiserCreate.spec.ts#L43
Property 'is_schedule_available' is missing in type '{ advert_rates: null; balance_available: number; basic_verification: 1; blocked_by_count: number; buy_completion_rate: null; buy_orders_amount: string; buy_orders_count: number; buy_time_avg: null; ... 32 more ...; withdrawal_limit: null; }' but required in type 'P2PAdvertiserCreate'.
|
|
src/hooks/api/advertiser/p2p-advertiser/__tests__/useAdvertiserList.spec.ts#L30
Property 'is_schedule_available' is missing in type '{ is_blocked: 0; advert_rates: null; balance_available: number; basic_verification: 1; blocked_by_count: number; buy_completion_rate: null; buy_orders_amount: string; buy_orders_count: number; ... 33 more ...; withdrawal_limit: null; }' but required in type '{ advert_rates: number | null; basic_verification: 0 | 1; buy_completion_rate: number | null; buy_orders_amount: string; buy_orders_count: number; buy_time_avg: number | null; cancel_time_avg: number | null; ... 27 more ...; total_turnover: string; }'.
|
|
src/hooks/api/advertiser/p2p-advertiser/__tests__/useAdvertiserUpdate.spec.ts#L43
Property 'is_schedule_available' is missing in type '{ advert_rates: null; balance_available: number; basic_verification: 1; blocked_by_count: number; buy_completion_rate: null; buy_orders_amount: string; buy_orders_count: number; buy_time_avg: null; ... 32 more ...; withdrawal_limit: null; }' but required in type 'P2PAdvertiserUpdate'.
|
|
src/hooks/api/order-dispute/p2p-order-dispute/__tests__/useOrderDispute.spec.ts#L57
Property 'is_schedule_available' is missing in type '{ completed_orders_count: number; first_name: string; id: string; is_online: 1; last_name: string; last_online_time: number; loginid: string; name: string; rating_average: number; rating_count: number; recommended_average: number; recommended_count: number; total_completion_rate: number; }' but required in type 'AdvertiserDetails'.
|
|
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/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c, actions/github-script@ffc2c79a5b2490bd33e0a41c1de74b877714d736. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading