Skip to content

fix(typescript): export OutcomeType alias - #2083

Open
nightcityblade wants to merge 1 commit into
pmxt-dev:mainfrom
nightcityblade:fix/issue-2075
Open

fix(typescript): export OutcomeType alias#2083
nightcityblade wants to merge 1 commit into
pmxt-dev:mainfrom
nightcityblade:fix/issue-2075

Conversation

@nightcityblade

Copy link
Copy Markdown

Fixes #2075

Summary

  • export a reusable TypeScript OutcomeType alias matching the Python SDK
  • use the alias for both market outcome filter fields
  • add a focused test covering the public type export and filter compatibility

Testing

  • npm --workspace=pmxtjs test -- --runInBand (94 passed)
  • npm --workspace=pmxtjs run build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SDK drift: Python exports a named OutcomeType literal alias; TypeScript inlines the same union with no equivalent name

1 participant