Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: workos/workos-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.79.3
Choose a base ref
...
head repository: workos/workos-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.80.0
Choose a head ref
  • 3 commits
  • 20 files changed
  • 2 contributors

Commits on Jan 2, 2026

  1. Add Invitation Resent Event Interfaces (#1433)

    ## Description
    
    - Introduced `InvitationResentEvent` and `InvitationResentEventResponse`
    interfaces to handle the 'invitation.resent' event.
    - Updated the `Event` and `EventResponse` types to include the new event
    interfaces.
    - Modified the `deserializeEvent` function to support the new event
    type.
    
    ## Documentation
    
    Does this require changes to the WorkOS Docs? E.g. the [API
    Reference](https://workos.com/docs/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.
    kevinmitch14 authored Jan 2, 2026
    Configuration menu
    Copy the full SHA
    4149430 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2026

  1. Add api keys management api methods (#1434)

    ## Description
    
    This PR adds methods for new API key management API endpoints that we
    recently added.
    - `organizations.listOrganizationApiKeys` (`GET
    /organizations/:id/api_keys`)
    - `organizations.createOrganizationApiKey` (`POST
    /organizations/:id/api_keys`)
      - `apiKeys.deleteApiKey` (`DELETE /api_keys/:id`)
    
    ## Documentation
    
    Does this require changes to the WorkOS Docs? E.g. the [API
    Reference](https://workos.com/docs/reference) or code snippets need
    updates.
    
    ```
    [x] Yes
    ```
    
    If yes, link a related docs PR and add a docs maintainer as a reviewer.
    Their approval is required.
    stanleyphu authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    fc9f6fe View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2026

  1. v7.80.0 (#1436)

    ## Description
    
    Includes:
    - #1434 
    - #1433
    stanleyphu authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    18f60f5 View commit details
    Browse the repository at this point in the history
Loading