fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

test: update snapshots

Lubos 3e3a2dcf 34c9a921

+1 -1
+1 -1
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/tsconfig-node16-sdk/client/client.gen.ts
··· 84 84 data: getValidRequestBody(opts), 85 85 headers: opts.headers as RawAxiosRequestHeaders, 86 86 // let `paramsSerializer()` handle query params if it exists 87 - params: !opts.paramsSerializer ? opts.query : undefined, 87 + params: opts.paramsSerializer ? opts.query : undefined, 88 88 url, 89 89 }); 90 90