( authToken: string )
| 441 | }; |
| 442 | |
| 443 | export const createLinkAuthToken = async ( |
| 444 | authToken: string |
| 445 | ): Promise<ApiResult<CreateLinkAuthTokenResponse>> => { |
| 446 | return defaultClient.createLinkAuthToken(authToken); |
| 447 | }; |
| 448 | |
| 449 | export const checkout = async ( |
| 450 | cosId: string, |
no test coverage detected
searching dependent graphs…