Skip to content

Sync with OpenAPI definition#384

Closed
github-actions[bot] wants to merge 35 commits intomainfrom
automated/open-api
Closed

Sync with OpenAPI definition#384
github-actions[bot] wants to merge 35 commits intomainfrom
automated/open-api

Conversation

@github-actions
Copy link
Contributor

🔄 OpenAPI Sync

The OpenAPI definition in the API has been updated. This PR automatically:

  • Downloads the latest OpenAPI specification
  • Regenerates TypeScript types
  • Updates SDK method signatures if needed

What's Changed

See the file changes below for specific updates to the API types and methods.

⚠️ Please review carefully for any breaking changes in the API.

jdalton and others added 30 commits September 27, 2025 16:00
Types-only files should not be included in coverage metrics as they
contain no runtime code to test.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Adds complete test coverage for quota utility error scenarios:
- File loading failures with proper error propagation
- Invalid JSON parsing with clear error messages
- Method validation errors for missing methods

Achieves 100% coverage for quota-utils.ts and improves overall
test coverage to meet project quality standards.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Adds specific tests to improve branch coverage for socket-sdk-class.ts:
- SyntaxError handling without originalResponse property
- Empty responseText scenarios with proper fallbacks
- ResponseError handling in sendApi non-throwing mode
- Edge cases for regex pattern matching

Increases branch coverage from 96.44% to 96.92%, exceeding the
required 96.6% threshold while maintaining 100% statement coverage.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Updates dev dependencies:
- @types/node: 24.4.0 → 24.5.2
- @typescript-eslint/eslint-plugin: added 8.44.1
- eslint-plugin-n: 17.22.0 → 17.23.1

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Update tsconfig.check.json to use proper glob pattern for dist imports.
This allows type checking to resolve test imports from ../dist/* to ./src/*
without requiring build output to exist.
@github-actions github-actions bot requested a review from alxhotel as a code owner September 30, 2025 07:36
@github-actions github-actions bot added dependencies Pull requests that update a dependency file automated labels Sep 30, 2025
@jdalton jdalton closed this Sep 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant