feat: re-export SDK model types and add item type aliases#17
Merged
mattapperson merged 3 commits intomainfrom Apr 9, 2026
Merged
feat: re-export SDK model types and add item type aliases#17mattapperson merged 3 commits intomainfrom
mattapperson merged 3 commits intomainfrom
Conversation
Consumers no longer need to depend on @openrouter/sdk directly to annotate variables with types used in this package's public API. - Re-export 28 SDK types (request/response, message, multimodal content, output items, error event) from the main entry point - Add user-friendly item type aliases (Item, AssistantMessageItem, CallFunctionToolItem, etc.) via new src/lib/item-types.ts
- Use OutputFunctionCallItem (output) instead of FunctionCallItem (input) for CallFunctionToolItem - Drop WithID from FunctionResultItem, FunctionProgressItem, and ErrorItem where it fabricated or narrowed id fields not matching runtime values - Document WithID convention and Item union non-exhaustiveness
9d05136 to
7bf56c8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
InputsUnion,OpenResponsesResult,EasyInputMessage,InputAudio,InputFile, etc.) so consumers don't need to install@openrouter/sdkseparately just to annotate their variablesItem,AssistantMessageItem,CallFunctionToolItem,ErrorItem, etc.) insrc/lib/item-types.tsthat provide user-friendly names over the raw SDK typesTest plan
pnpm run buildpasses (type-only exports, zero runtime impact)esm/index.d.ts