File tree
36 files changed
+14910
-4063
lines changed- .changeset
- src
- tests
- __snapshots__
- spec
- another-query-params/__snapshots__
- axios/__snapshots__
- axiosSingleHttpClient/__snapshots__
- custom-extensions/__snapshots__
- defaultAsSuccess/__snapshots__
- defaultResponse/__snapshots__
- deprecated/__snapshots__
- discriminator/__snapshots__
- dot-path-params/__snapshots__
- enumNamesAsValues/__snapshots__
- extractRequestBody/__snapshots__
- extractRequestParams/__snapshots__
- extractResponseBody/__snapshots__
- extractResponseError/__snapshots__
- js/__snapshots__
- jsAxios/__snapshots__
- moduleNameFirstTag/__snapshots__
- moduleNameIndex/__snapshots__
- on-insert-path-param/__snapshots__
- patch/__snapshots__
- responses/__snapshots__
- singleHttpClient/__snapshots__
- sortTypes/__snapshots__
- sortTypes-false/__snapshots__
- typeSuffixPrefix/__snapshots__
- unionEnums/__snapshots__
- types
36 files changed
+14910
-4063
lines changedDiff for: .changeset/twelve-plants-invent.md
+5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Diff for: README.md
-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
108 | 108 |
| |
109 | 109 |
| |
110 | 110 |
| |
111 |
| - | |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 |
| - | |
118 | 111 |
| |
119 | 112 |
| |
120 | 113 |
| |
|
Diff for: package.json
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| 46 | + | |
| 47 | + | |
46 | 48 |
| |
47 | 49 |
| |
48 | 50 |
| |
49 | 51 |
| |
50 |
| - | |
51 | 52 |
| |
52 | 53 |
| |
53 | 54 |
| |
54 | 55 |
| |
55 |
| - | |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
|
Diff for: src/code-formatter.ts
+16-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
2 | 4 |
| |
3 | 5 |
| |
4 | 6 |
| |
| |||
34 | 36 |
| |
35 | 37 |
| |
36 | 38 |
| |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
43 | 49 |
| |
44 | 50 |
| |
45 | 51 |
| |
46 | 52 |
| |
47 |
| - | |
| 53 | + | |
48 | 54 |
| |
49 | 55 |
| |
50 | 56 |
| |
51 | 57 |
| |
52 |
| - | |
53 |
| - | |
| 58 | + | |
| 59 | + | |
54 | 60 |
| |
55 | 61 |
| |
56 | 62 |
| |
|
Diff for: src/configuration.ts
-24
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 | 1 |
| |
3 | 2 |
| |
4 | 3 |
| |
| |||
87 | 86 |
| |
88 | 87 |
| |
89 | 88 |
| |
90 |
| - | |
91 | 89 |
| |
92 | 90 |
| |
93 | 91 |
| |
| |||
390 | 388 |
| |
391 | 389 |
| |
392 | 390 |
| |
393 |
| - | |
394 | 391 |
| |
395 | 392 |
| |
396 | 393 |
| |
| |||
405 | 402 |
| |
406 | 403 |
| |
407 | 404 |
| |
408 |
| - | |
409 |
| - | |
410 |
| - | |
411 |
| - | |
412 | 405 |
| |
413 | 406 |
| |
414 | 407 |
| |
| |||
430 | 423 |
| |
431 | 424 |
| |
432 | 425 |
| |
433 |
| - | |
434 |
| - | |
435 |
| - | |
436 |
| - | |
437 |
| - | |
438 |
| - | |
439 |
| - | |
440 |
| - | |
441 |
| - | |
442 |
| - | |
443 |
| - | |
444 |
| - | |
445 |
| - | |
446 |
| - | |
447 |
| - | |
448 |
| - | |
449 |
| - |
Diff for: src/constants.ts
-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 | 24 |
| |
32 | 25 |
| |
33 | 26 |
| |
|
0 commit comments