Skip to content

Conversation

@ajworkos
Copy link
Contributor

Description

Includes #1324

Documentation

Does this require changes to the WorkOS Docs? E.g. the API Reference or code snippets need updates.

[ ] Yes

If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.

@ajworkos ajworkos requested a review from a team as a code owner July 31, 2025 19:58
@ajworkos ajworkos requested a review from mthadley July 31, 2025 19:58
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Greptile Summary

This PR bumps the WorkOS Node.js SDK version from 7.62.1 to 7.63.0. The version update reflects the inclusion of changes from issue #1324, which involved renaming the deleteOrganizationDomain method to delete in the organizationDomains namespace to maintain consistency with other service methods across the SDK.

The changes are minimal and focused:

  • Updated the VERSION constant in src/workos.ts from '7.62.1' to '7.63.0'
  • Updated the version field in package.json from "7.62.1" to "7.63.0"

This naming standardization aligns with the established pattern used throughout the SDK where service methods use simple action names (get, create, delete) rather than verbose resource-specific names. The organizationDomains service now follows the same convention as other services like Organizations and UserManagement, improving developer experience through consistent API surface design.

Confidence score: 5/5

  • This is an extremely safe version bump with no functional changes or security concerns
  • The confidence score is high because this is a standard semantic versioning update with no code logic modifications
  • No files need additional attention - both changes are straightforward version updates

2 files reviewed, no comments

Edit Code Review Bot Settings | Greptile

@ajworkos ajworkos merged commit dec50d3 into main Jul 31, 2025
5 checks passed
@ajworkos ajworkos deleted the v7.63.0 branch July 31, 2025 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants