Skip to content

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"
}

@MohammedEsafi MohammedEsafi force-pushed the fix/missing-request-id-in-oauth-token-response branch 3 times, most recently from cedc393 to 1ab14d4 Compare October 8, 2024 11:26
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