Skip to content

Commit

Permalink
chore(integration-templates): Automated commit updating flows.yaml ba…
Browse files Browse the repository at this point in the history
…sed on changes in NangoHQ/integration-templates@fe1184f by Khaliq. Commit message: fix(lever): more cleanup of endpoints (#134)
  • Loading branch information
github-actions[bot] committed Dec 3, 2024
1 parent 564a703 commit 96d0ff5
Showing 1 changed file with 44 additions and 40 deletions.
84 changes: 44 additions & 40 deletions packages/shared/flows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5751,7 +5751,7 @@ integrations:
actions:
create-note:
description: |
Action to create a note and add it to a candidate profile in Lever
Action to create a note and add it to an opportunity.
output: LeverOpportunityNote
input: LeverCreateNoteInput
endpoint:
Expand All @@ -5762,8 +5762,9 @@ integrations:
- notes:write:admin
version: 1.0.0
create-opportunity:
description: |
Action to create candidates and opportunities in Lever
description: >
Create an opportunity and optionally candidates associated with the
opportunity
output: LeverOpportunity
input: LeverCreateOpportunityInput
endpoint:
Expand Down Expand Up @@ -5864,7 +5865,7 @@ integrations:
version: 1.0.0
update-opportunity-archived:
description: |
Update the tags in an opportunity
Update the archived state of an opportunity
output: SuccessResponse
input: ArchiveOpportunity
endpoint:
Expand All @@ -5888,14 +5889,14 @@ integrations:
output: ReturnObjUpdateOpportunity
input: UpdateOpportunity
endpoint:
method: POST
path: /opportunity/update
method: PATCH
path: /opportunities
group: Opportunities
syncs:
opportunities:
runs: every 6 hours
description: |
Fetches a list of all pipeline opportunities for contacts in Lever
Fetches al opportunities
output: LeverOpportunity
sync_type: incremental
endpoint:
Expand Down Expand Up @@ -5938,7 +5939,7 @@ integrations:
sync_type: full
endpoint:
method: GET
path: /opportunities/interviewers
path: /opportunities/interviews
group: Opportunities
scopes:
- interviews:read:admin
Expand All @@ -5951,7 +5952,7 @@ integrations:
sync_type: full
endpoint:
method: GET
path: /opportunities-notes
path: /notes
group: Notes
scopes:
- notes:read:admin
Expand All @@ -5964,7 +5965,7 @@ integrations:
sync_type: full
endpoint:
method: GET
path: /opportunities/offers
path: /offers
group: Offers
scopes:
- offers:write:admin
Expand Down Expand Up @@ -6387,7 +6388,7 @@ integrations:
actions:
create-note:
description: |
Action to create a note and add it to a candidate profile in Lever
Action to create a note and add it to an opportunity.
output: LeverOpportunityNote
input: LeverCreateNoteInput
endpoint:
Expand All @@ -6398,8 +6399,9 @@ integrations:
- notes:write:admin
version: 1.0.0
create-opportunity:
description: |
Action to create candidates and opportunities in Lever
description: >
Create an opportunity and optionally candidates associated with the
opportunity
output: LeverOpportunity
input: LeverCreateOpportunityInput
endpoint:
Expand Down Expand Up @@ -6500,7 +6502,7 @@ integrations:
version: 1.0.0
update-opportunity-archived:
description: |
Update the tags in an opportunity
Update the archived state of an opportunity
output: SuccessResponse
input: ArchiveOpportunity
endpoint:
Expand All @@ -6524,14 +6526,14 @@ integrations:
output: ReturnObjUpdateOpportunity
input: UpdateOpportunity
endpoint:
method: POST
path: /opportunity/update
method: PATCH
path: /opportunities
group: Opportunities
syncs:
opportunities:
runs: every 6 hours
description: |
Fetches a list of all pipeline opportunities for contacts in Lever
Fetches al opportunities
output: LeverOpportunity
sync_type: incremental
endpoint:
Expand Down Expand Up @@ -6574,7 +6576,7 @@ integrations:
sync_type: full
endpoint:
method: GET
path: /opportunities/interviewers
path: /opportunities/interviews
group: Opportunities
scopes:
- interviews:read:admin
Expand All @@ -6587,7 +6589,7 @@ integrations:
sync_type: full
endpoint:
method: GET
path: /opportunities-notes
path: /notes
group: Notes
scopes:
- notes:read:admin
Expand All @@ -6600,7 +6602,7 @@ integrations:
sync_type: full
endpoint:
method: GET
path: /opportunities/offers
path: /offers
group: Offers
scopes:
- offers:write:admin
Expand Down Expand Up @@ -7023,7 +7025,7 @@ integrations:
actions:
create-note:
description: |
Action to create a note and add it to a candidate profile in Lever
Action to create a note and add it to an opportunity.
output: LeverOpportunityNote
input: LeverCreateNoteInput
endpoint:
Expand All @@ -7034,8 +7036,9 @@ integrations:
- notes:write:admin
version: 1.0.0
create-opportunity:
description: |
Action to create candidates and opportunities in Lever
description: >
Create an opportunity and optionally candidates associated with the
opportunity
output: LeverOpportunity
input: LeverCreateOpportunityInput
endpoint:
Expand Down Expand Up @@ -7136,7 +7139,7 @@ integrations:
version: 1.0.0
update-opportunity-archived:
description: |
Update the tags in an opportunity
Update the archived state of an opportunity
output: SuccessResponse
input: ArchiveOpportunity
endpoint:
Expand All @@ -7160,14 +7163,14 @@ integrations:
output: ReturnObjUpdateOpportunity
input: UpdateOpportunity
endpoint:
method: POST
path: /opportunity/update
method: PATCH
path: /opportunities
group: Opportunities
syncs:
opportunities:
runs: every 6 hours
description: |
Fetches a list of all pipeline opportunities for contacts in Lever
Fetches al opportunities
output: LeverOpportunity
sync_type: incremental
endpoint:
Expand Down Expand Up @@ -7210,7 +7213,7 @@ integrations:
sync_type: full
endpoint:
method: GET
path: /opportunities/interviewers
path: /opportunities/interviews
group: Opportunities
scopes:
- interviews:read:admin
Expand All @@ -7223,7 +7226,7 @@ integrations:
sync_type: full
endpoint:
method: GET
path: /opportunities-notes
path: /notes
group: Notes
scopes:
- notes:read:admin
Expand All @@ -7236,7 +7239,7 @@ integrations:
sync_type: full
endpoint:
method: GET
path: /opportunities/offers
path: /offers
group: Offers
scopes:
- offers:write:admin
Expand Down Expand Up @@ -7659,7 +7662,7 @@ integrations:
actions:
create-note:
description: |
Action to create a note and add it to a candidate profile in Lever
Action to create a note and add it to an opportunity.
output: LeverOpportunityNote
input: LeverCreateNoteInput
endpoint:
Expand All @@ -7670,8 +7673,9 @@ integrations:
- notes:write:admin
version: 1.0.0
create-opportunity:
description: |
Action to create candidates and opportunities in Lever
description: >
Create an opportunity and optionally candidates associated with the
opportunity
output: LeverOpportunity
input: LeverCreateOpportunityInput
endpoint:
Expand Down Expand Up @@ -7772,7 +7776,7 @@ integrations:
version: 1.0.0
update-opportunity-archived:
description: |
Update the tags in an opportunity
Update the archived state of an opportunity
output: SuccessResponse
input: ArchiveOpportunity
endpoint:
Expand All @@ -7796,14 +7800,14 @@ integrations:
output: ReturnObjUpdateOpportunity
input: UpdateOpportunity
endpoint:
method: POST
path: /opportunity/update
method: PATCH
path: /opportunities
group: Opportunities
syncs:
opportunities:
runs: every 6 hours
description: |
Fetches a list of all pipeline opportunities for contacts in Lever
Fetches al opportunities
output: LeverOpportunity
sync_type: incremental
endpoint:
Expand Down Expand Up @@ -7846,7 +7850,7 @@ integrations:
sync_type: full
endpoint:
method: GET
path: /opportunities/interviewers
path: /opportunities/interviews
group: Opportunities
scopes:
- interviews:read:admin
Expand All @@ -7859,7 +7863,7 @@ integrations:
sync_type: full
endpoint:
method: GET
path: /opportunities-notes
path: /notes
group: Notes
scopes:
- notes:read:admin
Expand All @@ -7872,7 +7876,7 @@ integrations:
sync_type: full
endpoint:
method: GET
path: /opportunities/offers
path: /offers
group: Offers
scopes:
- offers:write:admin
Expand Down

0 comments on commit 96d0ff5

Please sign in to comment.