From 96d0ff5790cc0bc9b8b9aa3da5fb3f3a6fb985fc Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Tue, 3 Dec 2024 18:38:30 +0000 Subject: [PATCH] chore(integration-templates): Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/fe1184f19c3f580a309f7135699adf788e76695a by Khaliq. Commit message: fix(lever): more cleanup of endpoints (#134) --- packages/shared/flows.yaml | 84 ++++++++++++++++++++------------------ 1 file changed, 44 insertions(+), 40 deletions(-) diff --git a/packages/shared/flows.yaml b/packages/shared/flows.yaml index 7b50e46fb5..ea52fd3d4e 100644 --- a/packages/shared/flows.yaml +++ b/packages/shared/flows.yaml @@ -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: @@ -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: @@ -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: @@ -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: @@ -5938,7 +5939,7 @@ integrations: sync_type: full endpoint: method: GET - path: /opportunities/interviewers + path: /opportunities/interviews group: Opportunities scopes: - interviews:read:admin @@ -5951,7 +5952,7 @@ integrations: sync_type: full endpoint: method: GET - path: /opportunities-notes + path: /notes group: Notes scopes: - notes:read:admin @@ -5964,7 +5965,7 @@ integrations: sync_type: full endpoint: method: GET - path: /opportunities/offers + path: /offers group: Offers scopes: - offers:write:admin @@ -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: @@ -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: @@ -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: @@ -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: @@ -6574,7 +6576,7 @@ integrations: sync_type: full endpoint: method: GET - path: /opportunities/interviewers + path: /opportunities/interviews group: Opportunities scopes: - interviews:read:admin @@ -6587,7 +6589,7 @@ integrations: sync_type: full endpoint: method: GET - path: /opportunities-notes + path: /notes group: Notes scopes: - notes:read:admin @@ -6600,7 +6602,7 @@ integrations: sync_type: full endpoint: method: GET - path: /opportunities/offers + path: /offers group: Offers scopes: - offers:write:admin @@ -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: @@ -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: @@ -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: @@ -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: @@ -7210,7 +7213,7 @@ integrations: sync_type: full endpoint: method: GET - path: /opportunities/interviewers + path: /opportunities/interviews group: Opportunities scopes: - interviews:read:admin @@ -7223,7 +7226,7 @@ integrations: sync_type: full endpoint: method: GET - path: /opportunities-notes + path: /notes group: Notes scopes: - notes:read:admin @@ -7236,7 +7239,7 @@ integrations: sync_type: full endpoint: method: GET - path: /opportunities/offers + path: /offers group: Offers scopes: - offers:write:admin @@ -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: @@ -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: @@ -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: @@ -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: @@ -7846,7 +7850,7 @@ integrations: sync_type: full endpoint: method: GET - path: /opportunities/interviewers + path: /opportunities/interviews group: Opportunities scopes: - interviews:read:admin @@ -7859,7 +7863,7 @@ integrations: sync_type: full endpoint: method: GET - path: /opportunities-notes + path: /notes group: Notes scopes: - notes:read:admin @@ -7872,7 +7876,7 @@ integrations: sync_type: full endpoint: method: GET - path: /opportunities/offers + path: /offers group: Offers scopes: - offers:write:admin