Skip to content

Commit

Permalink
fix: Hosea/ext 211 clean up salesforce templates (#94)
Browse files Browse the repository at this point in the history
## Describe your changes

## Issue ticket number and link
EXT-211
https://linear.app/nango/issue/EXT-211/clean-up-salesforce-templates

## Checklist before requesting a review (skip if just adding/editing
APIs & templates)
- [ ] I added tests, otherwise the reason is:
- [ ] External API requests have `retries`
- [ ] Pagination is used where appropriate
- [ ] The built in `nango.paginate` call is used instead of a `while
(true)` loop
- [ ] Third party requests are NOT parallelized (this can cause issues
with rate limits)
- [ ] If a sync requires metadata the `nango.yaml` has `auto_start:
false`
- [ ] If the sync is a `full` sync then `track_deletes: true` is set
  • Loading branch information
mungaihosea authored Nov 4, 2024
1 parent 03428dc commit 51404c0
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 179 deletions.
8 changes: 0 additions & 8 deletions flows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6699,14 +6699,6 @@ integrations:
- api
endpoint: GET /leads
version: 1.0.0
deals:
runs: every hour
description: |
Fetches a list of deals from salesforce
output: Deal
sync_type: incremental
version: 1.0.1
endpoint: GET /deals
articles:
runs: every day
description: |
Expand Down
1 change: 0 additions & 1 deletion integrations/salesforce/mocks/deals/Deal/batchDelete.json

This file was deleted.

50 changes: 0 additions & 50 deletions integrations/salesforce/mocks/deals/Deal/batchSave.json

This file was deleted.

8 changes: 0 additions & 8 deletions integrations/salesforce/nango.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,14 +151,6 @@ integrations:
- api
endpoint: GET /leads
version: 1.0.0
deals:
runs: every hour
description: |
Fetches a list of deals from salesforce
output: Deal
sync_type: incremental
version: 1.0.1
endpoint: GET /deals
articles:
runs: every day
description: |
Expand Down
59 changes: 0 additions & 59 deletions integrations/salesforce/syncs/deals.ts

This file was deleted.

53 changes: 0 additions & 53 deletions integrations/salesforce/tests/salesforce-deals.test.ts

This file was deleted.

0 comments on commit 51404c0

Please sign in to comment.