Skip to content

Commit ac51c3a

Browse files
committed
yarn test-all(update-snapshots)
Signed-off-by: Sora Morimoto <[email protected]>
1 parent ef9b7e8 commit ac51c3a

File tree

96 files changed

+194
-198
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+194
-198
lines changed

tests/generated/v2.0/adafruit.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ export class HttpClient<SecurityDataType = unknown> {
272272
property instanceof Blob
273273
? property
274274
: typeof property === "object" && property !== null
275-
? JSON.stringify(property)
276-
: `${property}`,
275+
? JSON.stringify(property)
276+
: `${property}`,
277277
);
278278
return formData;
279279
}, new FormData()),

tests/generated/v2.0/another-example.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ export class HttpClient<SecurityDataType = unknown> {
248248
property instanceof Blob
249249
? property
250250
: typeof property === "object" && property !== null
251-
? JSON.stringify(property)
252-
: `${property}`,
251+
? JSON.stringify(property)
252+
: `${property}`,
253253
);
254254
return formData;
255255
}, new FormData()),

tests/generated/v2.0/another-schema.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ export class HttpClient<SecurityDataType = unknown> {
136136
property instanceof Blob
137137
? property
138138
: typeof property === "object" && property !== null
139-
? JSON.stringify(property)
140-
: `${property}`,
139+
? JSON.stringify(property)
140+
: `${property}`,
141141
);
142142
return formData;
143143
}, new FormData()),

tests/generated/v2.0/api-with-examples.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ export class HttpClient<SecurityDataType = unknown> {
115115
property instanceof Blob
116116
? property
117117
: typeof property === "object" && property !== null
118-
? JSON.stringify(property)
119-
: `${property}`,
118+
? JSON.stringify(property)
119+
: `${property}`,
120120
);
121121
return formData;
122122
}, new FormData()),

tests/generated/v2.0/authentiq.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ export class HttpClient<SecurityDataType = unknown> {
155155
property instanceof Blob
156156
? property
157157
: typeof property === "object" && property !== null
158-
? JSON.stringify(property)
159-
: `${property}`,
158+
? JSON.stringify(property)
159+
: `${property}`,
160160
);
161161
return formData;
162162
}, new FormData()),

tests/generated/v2.0/enums.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ export class HttpClient<SecurityDataType = unknown> {
174174
property instanceof Blob
175175
? property
176176
: typeof property === "object" && property !== null
177-
? JSON.stringify(property)
178-
: `${property}`,
177+
? JSON.stringify(property)
178+
: `${property}`,
179179
);
180180
return formData;
181181
}, new FormData()),

tests/generated/v2.0/example1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ export class HttpClient<SecurityDataType = unknown> {
152152
property instanceof Blob
153153
? property
154154
: typeof property === "object" && property !== null
155-
? JSON.stringify(property)
156-
: `${property}`,
155+
? JSON.stringify(property)
156+
: `${property}`,
157157
);
158158
return formData;
159159
}, new FormData()),

tests/generated/v2.0/file-formdata-example.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ export class HttpClient<SecurityDataType = unknown> {
115115
property instanceof Blob
116116
? property
117117
: typeof property === "object" && property !== null
118-
? JSON.stringify(property)
119-
: `${property}`,
118+
? JSON.stringify(property)
119+
: `${property}`,
120120
);
121121
return formData;
122122
}, new FormData()),

tests/generated/v2.0/furkot-example.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ export class HttpClient<SecurityDataType = unknown> {
188188
property instanceof Blob
189189
? property
190190
: typeof property === "object" && property !== null
191-
? JSON.stringify(property)
192-
: `${property}`,
191+
? JSON.stringify(property)
192+
: `${property}`,
193193
);
194194
return formData;
195195
}, new FormData()),

tests/generated/v2.0/giphy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,8 @@ export class HttpClient<SecurityDataType = unknown> {
372372
property instanceof Blob
373373
? property
374374
: typeof property === "object" && property !== null
375-
? JSON.stringify(property)
376-
: `${property}`,
375+
? JSON.stringify(property)
376+
: `${property}`,
377377
);
378378
return formData;
379379
}, new FormData()),

0 commit comments

Comments
 (0)