Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

feat: [wip] add greenhouse connector #6

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

jatinsandilya
Copy link
Contributor

No description provided.

Copy link

vercel bot commented Apr 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
openint ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 22, 2024 11:44am

@jatinsandilya jatinsandilya changed the title feat: add greenhouse connector feat: [wip] add greenhouse connector Apr 24, 2024
@jatinsandilya jatinsandilya marked this pull request as ready for review April 24, 2024 08:01
@jatinsandilya jatinsandilya merged commit da24342 into main Apr 24, 2024
4 checks passed
Copy link
Contributor

@tonyxiao tonyxiao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

left a comment, looks good otherwise.


export const greenhouseSchema = {
name: z.literal('greenhouse'),
connectorConfig: z.object({apiKey: z.string()}),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be in resourceSettings rather than connectorConfig. ConnectorConfig would be for things that are on owned by our direct users (e.g. oauth client id & secrets) rather than end users (oauth access / refresh token)

@tonyxiao tonyxiao deleted the feat/add-greenhouse-connector branch April 24, 2024 15:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants