Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add strict types to sdk #1308

Merged
merged 30 commits into from
Feb 15, 2024
Merged

Add strict types to sdk #1308

merged 30 commits into from
Feb 15, 2024

Commits on Feb 10, 2024

  1. Enable strict mode

    longzheng committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    5f27c8f View commit details
    Browse the repository at this point in the history
  2. Add @types/node

    Remove @types/rimraf
    longzheng committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    ec73bf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b3da6f View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Add strict to sdk

    longzheng committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    fbacf9b View commit details
    Browse the repository at this point in the history
  2. Assert getItem

    longzheng committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    1f9c9e6 View commit details
    Browse the repository at this point in the history
  3. Fix types in SDK

    longzheng committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    b8fdedf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a95908 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    2c74e7c View commit details
    Browse the repository at this point in the history
  2. Fix types tsconfig

    longzheng committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    e595d0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fa0da7 View commit details
    Browse the repository at this point in the history
  4. Add build-sdk workflow

    longzheng committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    a878222 View commit details
    Browse the repository at this point in the history
  5. Set working directory

    longzheng committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    da22858 View commit details
    Browse the repository at this point in the history
  6. Assert not undefined

    longzheng committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    ae0a282 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa9ccf3 View commit details
    Browse the repository at this point in the history
  8. Remove optionals

    longzheng committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    327240f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    576b592 View commit details
    Browse the repository at this point in the history
  10. Use different type

    longzheng committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    997a861 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    907b4c2 View commit details
    Browse the repository at this point in the history
  12. Remove unused function

    longzheng committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    08e4e38 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    4397a6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b35bc26 View commit details
    Browse the repository at this point in the history
  3. Remove non-null asserts

    longzheng committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    e148073 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59a3df2 View commit details
    Browse the repository at this point in the history
  5. Get property isOptional from schema

    Use typedoc types
    longzheng committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    54ffeca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1da3f16 View commit details
    Browse the repository at this point in the history
  7. Type fixes

    longzheng committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    9a9941e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    48f2855 View commit details
    Browse the repository at this point in the history
  9. Fix type

    longzheng committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    ef3a276 View commit details
    Browse the repository at this point in the history
  10. Fix type

    longzheng committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    61d2b3b View commit details
    Browse the repository at this point in the history
  11. Revert change

    longzheng committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    9fa5fca View commit details
    Browse the repository at this point in the history