@nangohq/providers 0.69.0 → 0.69.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/providers.yaml +27 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nangohq/providers",
3
- "version": "0.69.0",
3
+ "version": "0.69.2",
4
4
  "description": "Nango's providers.yaml and getters",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -11,7 +11,7 @@
11
11
  "js-yaml": "4.1.0"
12
12
  },
13
13
  "devDependencies": {
14
- "@nangohq/types": "0.69.0",
14
+ "@nangohq/types": "0.69.2",
15
15
  "vitest": "3.2.4"
16
16
  },
17
17
  "files": [
package/providers.yaml CHANGED
@@ -4693,6 +4693,33 @@ float:
4693
4693
  description: The details of your app
4694
4694
  automated: true
4695
4695
 
4696
+ folk:
4697
+ display_name: Folk
4698
+ categories:
4699
+ - crm
4700
+ auth_mode: API_KEY
4701
+ proxy:
4702
+ base_url: https://api.folk.app
4703
+ headers:
4704
+ authorization: Bearer ${apiKey}
4705
+ retry:
4706
+ after:
4707
+ - 'retry-after'
4708
+ verification:
4709
+ method: GET
4710
+ endpoints:
4711
+ - /v1/users/me
4712
+ docs: https://docs.nango.dev/integrations/all/folk
4713
+ docs_connect: https://docs.nango.dev/integrations/all/folk/connect
4714
+ credentials:
4715
+ apiKey:
4716
+ type: string
4717
+ title: API Key
4718
+ description: The API Key for your Folk account
4719
+ example: 'FOLKLrHVSoYB6TaAF39aNGtEpEi3oxuo'
4720
+ pattern: '^FOLK[a-zA-Z0-9]+$'
4721
+ doc_section: '#step-1-generating-your-api-key'
4722
+
4696
4723
  fortnox:
4697
4724
  display_name: Fortnox
4698
4725
  categories: