Update api spec #637
Annotations
6 errors and 1 warning
Run yarn build:
__tests__/gen/api-calls-list_api_calls_for_user.test.ts#L4
Argument of type '{ limit: number; page_token: string; sort_by: "created_at_ascending"; }' is not assignable to parameter of type 'List_api_calls_for_user_params'.
|
Run yarn build:
__tests__/gen/payments-get_payment_balance_for_any_user.test.ts#L4
Argument of type '{}' is not assignable to parameter of type 'Get_payment_balance_for_any_user_params'.
|
Run yarn build:
__tests__/gen/payments-update_payment_balance_for_any_user.test.ts#L4
Argument of type '{ body: { monthly_credits_remaining: number; pre_pay_cash_remaining: number; pre_pay_credits_remaining: number; }; }' is not assignable to parameter of type 'Update_payment_balance_for_any_user_params'.
|
Run yarn build:
__tests__/gen/users-get_user.test.ts#L4
Argument of type '{}' is not assignable to parameter of type 'Get_user_params'.
|
Run yarn build:
__tests__/gen/users-get_user_extended.test.ts#L4
Argument of type '{}' is not assignable to parameter of type 'Get_user_extended_params'.
|
Run yarn build
Process completed with exit code 2.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading