Skip to content

Commit

Permalink
adding missing keys
Browse files Browse the repository at this point in the history
  • Loading branch information
pellicceama committed Dec 4, 2024
1 parent 045f2c5 commit b93ec70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sdks/sdk-openint/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ export type OpenIntSDKTypes = SDKTypes<
openintTypes,
Omit<ClientOptions, 'headers'> & {
headers: {
/** organization auth */
'x-apikey'?: string
/** Bearer token, for end user auth */
authorization?: `Bearer ${string}`
/** For passthrough and resource specific api */
'x-resource-id'?: string
/** Alternative ways to pass the resource id, works in case there is a single connector */
Expand Down

0 comments on commit b93ec70

Please sign in to comment.