Open MohammedEsafi opened 9 months ago
This pull request addresses the addition of a missing request_id type in the OauthTokenResponse TypeScript definition
request_id
OauthTokenResponse
Added TypeScript type definition for request_id in the OauthTokenResponse
Fixes #487
{ "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" }
This pull request addresses the addition of a missing
request_id
type in theOauthTokenResponse
TypeScript definitionChanges Made
Added TypeScript type definition for
request_id
in theOauthTokenResponse
Why are these changes introduced?
Fixes #487
Example Oauth Response