Skip to content

Commit 1ab14d4

Browse files
committed
fix: add missing request_id type to OauthTokenResponse
1 parent ede416a commit 1ab14d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api-endpoints.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11166,6 +11166,7 @@ export type OauthTokenResponse = {
1116611166
}
1116711167
| { type: "workspace"; workspace: true }
1116811168
duplicated_template_id: string | null
11169+
request_id: string
1116911170
}
1117011171

1117111172
export const oauthToken = {

0 commit comments

Comments
 (0)