Skip to content

Commit

Permalink
chore(internal): codegen related update (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Jan 9, 2025
1 parent f3b74b8 commit 497ad50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ await client.apps.create(
This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) conventions, though certain backwards-incompatible changes may be released as minor versions:

1. Changes that only affect static types, without breaking runtime behavior.
2. Changes to library internals which are technically public but not intended or documented for external use. _(Please open a GitHub issue to let us know if you are relying on such internals)_.
2. Changes to library internals which are technically public but not intended or documented for external use. _(Please open a GitHub issue to let us know if you are relying on such internals.)_
3. Changes that we do not expect to impact the vast majority of users in practice.

We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience.
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const environments = {
local: 'http://localhost:8000',
};
type Environment = keyof typeof environments;

export interface ClientOptions {
/**
* Defaults to process.env['HONCHO_API_KEY'].
Expand Down

0 comments on commit 497ad50

Please sign in to comment.