Merge develop into Main #33
Merged
lucasvinhas merged 159 commits intomainfrom Feb 25, 2026
Merged
Conversation
Resolve conflicts by combining: - Typed environment configuration (SDK-20) - Result pattern for error handling (main)
Merge main into feature branch
* docs: update README with work in progress note and launch timeline * chore: enhance release workflow to build and publish packages conditionally Updated the GitHub Actions workflow to include conditional steps for building and publishing packages only when there are no changesets. Added steps for creating GitHub releases and tagging versions based on package.json files. * chore: update release workflow to configure npm registry for OIDC Added a step to set up the npm registry configuration for OIDC in the release workflow, ensuring proper publishing of packages when there are no changesets. * chore: update release workflow to install latest npm version for OIDC support Modified the release workflow to install the latest version of npm and removed the explicit npm registry configuration step, ensuring compatibility with OIDC during package publishing. * chore: modify release workflow to conditionally publish packages based on version Updated the release workflow to check the package version before publishing. If the version includes a pre-release tag, it publishes with the 'dev' tag; otherwise, it publishes normally. This ensures proper version handling during the release process. * chore: add repository metadata to package.json files for api and contracts Included repository information in the package.json files for both the api and contracts packages, specifying the git type, URL, and directory. This enhances package metadata for better integration and visibility. * chore: bump version to 0.1.0-dev.1 in package.json for contracts * chore: add testing changeset for minor version updates in api and contracts * chore: version packages (#17) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * chore: update version to 0.1.0 in package.json for api * chore: refactor release workflow to publish all packages conditionally Updated the release workflow to publish all packages in the 'packages' directory, checking for existing published versions and using the appropriate tag for pre-release versions. This enhances the publishing process by ensuring only new versions are published and improves overall efficiency. * chore: enhance httpClient to include Oak-Version in headers Refactored the httpClient to automatically include the Oak-Version header in all requests, utilizing the version from package.json or an environment variable. Updated unit tests to verify the correct headers are sent, ensuring consistency across API calls. * test: add fallback mechanism for Oak-Version in httpClient tests Implemented a new test case to verify that the httpClient correctly falls back to using 'unknown' for the Oak-Version header when both the environment variable and package.json are unavailable. This enhances the robustness of the httpClient by ensuring it handles versioning gracefully in edge cases. * chore: add changeset for Oak-Version header enhancement in httpClient --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
feat: add typed environment configuration and @SandboxOnly decorator
refactor(api): centralize Result-based errors in httpClient
Feat: updated types of request and response
feat: updated unit test for refund service
…ensure correct response structure
…ate, and list functionalities, ensuring proper handling of existing customers
…improved test execution
…stomer setup and error handling
…ned state by default
… reset access token on 401 errors
…update documentation to clarify usage
… clarify bank account setup requirements
…me examples for clarity
… resolve or create customer IDs, and update configuration module exports
…nput and improve logging
… ID dynamically and improving logging output
…ne customer ID resolution, and enhance logging
…customer ID resolution, and improve logging
…rted and redirect to add-bank-account.js for bank account setup
… ID resolution and updating logging steps
…improving customer ID resolution, and updating logging steps
…ance customer ID resolution, and improve logging for payment methods and webhooks
…y customer creation, enhance logging, and streamline setup verification
…ritical issues and enhancing code quality
…d focus on outstanding priorities
Fixed issues reported by Opus
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 50beb12622
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Sync/main into develop
fahmidareem3
approved these changes
Feb 25, 2026
andrefelizardo
approved these changes
Feb 25, 2026
Collaborator
andrefelizardo
left a comment
There was a problem hiding this comment.
I trust you. I didn't check all the files.
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.
No description provided.