Commit 02cb5fd
committed
build(spec): bump TypeSpec to 1.13.0-dev and drop #10677 workaround
Both upstream fixes are now in the @typespec/openapi3 prerelease line:
- microsoft/typespec#10677 (auth scheme models leaking into
components.schemas) - move basicAuth/bearerAuth/openId back into
`namespace LibreGraph` and drop the workaround comments.
- microsoft/typespec#10656 (uniqueItems lost on operation parameters)
- already wired up in source via `@TypeSpec.JsonSchema.uniqueItems`,
now actually takes effect, so the generated TS axios client params
flip from `Array<EnumX>` back to `Set<EnumX>` for $select / $expand /
$orderby (matching the original v1.0.yaml surface).
Pinning to explicit dev versions rather than the `next` dist-tag
because npm resolves a bare "next" specifier against `latest` for
prerelease tags.1 parent 099e4ac commit 02cb5fd
4 files changed
Lines changed: 132 additions & 119 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 7 | + | |
18 | 8 | | |
19 | 9 | | |
20 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
0 commit comments