Skip to content

Commit 089bdcb

Browse files
Copilotmrlubos
andcommitted
test: update snapshots with credentials property
Co-authored-by: mrlubos <[email protected]>
1 parent c19afbf commit 089bdcb

File tree

10 files changed

+10
-0
lines changed

10 files changed

+10
-0
lines changed

packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-ofetch/base-url-false/client/utils.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ export const buildOfetchOptions = (
322322
({
323323
agent: opts.agent as OfetchOptions['agent'],
324324
body,
325+
credentials: opts.credentials as OfetchOptions['credentials'],
325326
dispatcher: opts.dispatcher as OfetchOptions['dispatcher'],
326327
headers: opts.headers as Headers,
327328
ignoreResponseError:

packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-ofetch/base-url-number/client/utils.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ export const buildOfetchOptions = (
322322
({
323323
agent: opts.agent as OfetchOptions['agent'],
324324
body,
325+
credentials: opts.credentials as OfetchOptions['credentials'],
325326
dispatcher: opts.dispatcher as OfetchOptions['dispatcher'],
326327
headers: opts.headers as Headers,
327328
ignoreResponseError:

packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-ofetch/base-url-strict/client/utils.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ export const buildOfetchOptions = (
322322
({
323323
agent: opts.agent as OfetchOptions['agent'],
324324
body,
325+
credentials: opts.credentials as OfetchOptions['credentials'],
325326
dispatcher: opts.dispatcher as OfetchOptions['dispatcher'],
326327
headers: opts.headers as Headers,
327328
ignoreResponseError:

packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-ofetch/base-url-string/client/utils.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ export const buildOfetchOptions = (
322322
({
323323
agent: opts.agent as OfetchOptions['agent'],
324324
body,
325+
credentials: opts.credentials as OfetchOptions['credentials'],
325326
dispatcher: opts.dispatcher as OfetchOptions['dispatcher'],
326327
headers: opts.headers as Headers,
327328
ignoreResponseError:

packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-ofetch/clean-false/client/utils.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ export const buildOfetchOptions = (
322322
({
323323
agent: opts.agent as OfetchOptions['agent'],
324324
body,
325+
credentials: opts.credentials as OfetchOptions['credentials'],
325326
dispatcher: opts.dispatcher as OfetchOptions['dispatcher'],
326327
headers: opts.headers as Headers,
327328
ignoreResponseError:

packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-ofetch/default/client/utils.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ export const buildOfetchOptions = (
322322
({
323323
agent: opts.agent as OfetchOptions['agent'],
324324
body,
325+
credentials: opts.credentials as OfetchOptions['credentials'],
325326
dispatcher: opts.dispatcher as OfetchOptions['dispatcher'],
326327
headers: opts.headers as Headers,
327328
ignoreResponseError:

packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-ofetch/sdk-client-optional/client/utils.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ export const buildOfetchOptions = (
322322
({
323323
agent: opts.agent as OfetchOptions['agent'],
324324
body,
325+
credentials: opts.credentials as OfetchOptions['credentials'],
325326
dispatcher: opts.dispatcher as OfetchOptions['dispatcher'],
326327
headers: opts.headers as Headers,
327328
ignoreResponseError:

packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-ofetch/sdk-client-required/client/utils.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ export const buildOfetchOptions = (
322322
({
323323
agent: opts.agent as OfetchOptions['agent'],
324324
body,
325+
credentials: opts.credentials as OfetchOptions['credentials'],
325326
dispatcher: opts.dispatcher as OfetchOptions['dispatcher'],
326327
headers: opts.headers as Headers,
327328
ignoreResponseError:

packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-ofetch/tsconfig-nodenext-sdk/client/utils.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ export const buildOfetchOptions = (
322322
({
323323
agent: opts.agent as OfetchOptions['agent'],
324324
body,
325+
credentials: opts.credentials as OfetchOptions['credentials'],
325326
dispatcher: opts.dispatcher as OfetchOptions['dispatcher'],
326327
headers: opts.headers as Headers,
327328
ignoreResponseError:

packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/sse-ofetch/client/utils.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ export const buildOfetchOptions = (
322322
({
323323
agent: opts.agent as OfetchOptions['agent'],
324324
body,
325+
credentials: opts.credentials as OfetchOptions['credentials'],
325326
dispatcher: opts.dispatcher as OfetchOptions['dispatcher'],
326327
headers: opts.headers as Headers,
327328
ignoreResponseError:

0 commit comments

Comments
 (0)