Commit 4d4e0d7
authored
[fern-autoversion] chore: remove User-Agent header from default client options
Remove the hardcoded `User-Agent` header (`@vapi-ai/server-sdk/2.0.0`)
from the default headers set in `normalizeClientOptions`. The remaining
Fern runtime headers (`X-Fern-Language`, `X-Fern-SDK-Name`,
`X-Fern-Runtime`, `X-Fern-Runtime-Version`) are unaffected.
Key changes:
- Remove `User-Agent` header from the default headers object in `BaseClient.ts`
- Add `.fern/replay.lock`, `.fern/replay.yml`, and `.gitattributes` to `.fernignore`
🌿 Generated with Fern1 parent 966d965 commit 4d4e0d7
4 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments