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

fix: add missing request_id type to OauthTokenResponse #488

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MohammedEsafi
Copy link

@MohammedEsafi MohammedEsafi commented Feb 4, 2024

This pull request addresses the addition of a missing request_id type in the OauthTokenResponse TypeScript definition

Changes Made

Added TypeScript type definition for request_id in the OauthTokenResponse

Why are these changes introduced?

Fixes #487

Example Oauth Response

{
  "access_token": ...,
  "token_type": ...,
  "bot_id": ...,
  "workspace_name": "Mohammed Esafi",
  "workspace_icon": null,
  "workspace_id": ...,
  "owner": ...,
  "duplicated_template_id": ...,
  "request_id": "ae17caab-bad9-424f-98c7-e00daa2a1317"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing request_id type in OauthTokenResponse
1 participant