@nangohq/providers 0.69.44 → 0.69.45
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.
- package/package.json +2 -2
- package/providers.yaml +66 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/providers",
|
|
3
|
-
"version": "0.69.
|
|
3
|
+
"version": "0.69.45",
|
|
4
4
|
"description": "Nango's providers.yaml and getters",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"js-yaml": "4.1.1"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@nangohq/types": "0.69.
|
|
19
|
+
"@nangohq/types": "0.69.45",
|
|
20
20
|
"vitest": "3.2.4"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
package/providers.yaml
CHANGED
|
@@ -1644,7 +1644,7 @@ avanan:
|
|
|
1644
1644
|
x-av-sig: '${sha256Hex(${base64(${random}${credentials.appId}${now:YYYY-MM-DDTHH:mm:ss}${credentials.secretKey})})}'
|
|
1645
1645
|
token_response:
|
|
1646
1646
|
token: ''
|
|
1647
|
-
token_expires_in_ms:
|
|
1647
|
+
token_expires_in_ms: 3_600_000
|
|
1648
1648
|
proxy:
|
|
1649
1649
|
base_url: https://${connectionConfig.subdomain}.avanan.net
|
|
1650
1650
|
headers:
|
|
@@ -16536,6 +16536,35 @@ trigify-io-mcp:
|
|
|
16536
16536
|
accept: application/json,text/event-stream
|
|
16537
16537
|
docs: https://nango.dev/docs/api-integrations/trigify-io-mcp
|
|
16538
16538
|
|
|
16539
|
+
triple-whale:
|
|
16540
|
+
display_name: Triple Whale
|
|
16541
|
+
categories:
|
|
16542
|
+
- analytics
|
|
16543
|
+
- marketing
|
|
16544
|
+
auth_mode: API_KEY
|
|
16545
|
+
proxy:
|
|
16546
|
+
base_url: https://api.triplewhale.com
|
|
16547
|
+
headers:
|
|
16548
|
+
x-api-key: ${apiKey}
|
|
16549
|
+
accept: application/json
|
|
16550
|
+
verification:
|
|
16551
|
+
method: GET
|
|
16552
|
+
headers:
|
|
16553
|
+
accept: application/json
|
|
16554
|
+
content-type: application/json
|
|
16555
|
+
endpoints:
|
|
16556
|
+
- /api/v2/users/api-keys/me
|
|
16557
|
+
docs: https://nango.dev/docs/api-integrations/triple-whale
|
|
16558
|
+
docs_connect: https://nango.dev/docs/api-integrations/triple-whale/connect
|
|
16559
|
+
credentials:
|
|
16560
|
+
apiKey:
|
|
16561
|
+
type: string
|
|
16562
|
+
title: API Key
|
|
16563
|
+
description: Your Triple Whale API key.
|
|
16564
|
+
example: 5ab87915-2deb-429c-a1e2-8b0495900f45
|
|
16565
|
+
format: uuid
|
|
16566
|
+
doc_section: '#step-1-generating-your-api-key'
|
|
16567
|
+
|
|
16539
16568
|
tsheetsteam:
|
|
16540
16569
|
display_name: TSheets
|
|
16541
16570
|
categories:
|
|
@@ -16903,6 +16932,36 @@ typefully:
|
|
|
16903
16932
|
title: API Key
|
|
16904
16933
|
description: The API key for your Typefully account
|
|
16905
16934
|
|
|
16935
|
+
typefully-v2:
|
|
16936
|
+
display_name: Typefully (API v2)
|
|
16937
|
+
categories:
|
|
16938
|
+
- analytics
|
|
16939
|
+
- communication
|
|
16940
|
+
- social
|
|
16941
|
+
auth_mode: API_KEY
|
|
16942
|
+
proxy:
|
|
16943
|
+
base_url: https://api.typefully.com
|
|
16944
|
+
headers:
|
|
16945
|
+
authorization: Bearer ${apiKey}
|
|
16946
|
+
verification:
|
|
16947
|
+
method: GET
|
|
16948
|
+
endpoints:
|
|
16949
|
+
- /v2/me
|
|
16950
|
+
retry:
|
|
16951
|
+
at:
|
|
16952
|
+
- 'x-ratelimit-user-reset'
|
|
16953
|
+
- 'x-ratelimit-socialset-reset'
|
|
16954
|
+
docs: https://nango.dev/docs/api-integrations/typefully-v2
|
|
16955
|
+
docs_connect: https://nango.dev/docs/api-integrations/typefully-v2/connect
|
|
16956
|
+
credentials:
|
|
16957
|
+
apiKey:
|
|
16958
|
+
type: string
|
|
16959
|
+
title: API Key
|
|
16960
|
+
description: Your Typefully v2 API key.
|
|
16961
|
+
example: 'aNVlyR********************YxeIDz'
|
|
16962
|
+
pattern: '^[A-Za-z0-9]{32}$'
|
|
16963
|
+
doc_section: '#step-1-generating-your-api-key'
|
|
16964
|
+
|
|
16906
16965
|
uber:
|
|
16907
16966
|
display_name: Uber
|
|
16908
16967
|
auth_mode: OAUTH2
|
|
@@ -17214,16 +17273,16 @@ vercel:
|
|
|
17214
17273
|
content-type: application/json
|
|
17215
17274
|
endpoints:
|
|
17216
17275
|
- /v2/user
|
|
17217
|
-
docs: https://nango.dev/docs/integrations/
|
|
17218
|
-
docs_connect: https://nango.dev/docs/integrations/
|
|
17276
|
+
docs: https://nango.dev/docs/api-integrations/vercel
|
|
17277
|
+
docs_connect: https://nango.dev/docs/api-integrations/vercel/connect
|
|
17219
17278
|
credentials:
|
|
17220
17279
|
apiKey:
|
|
17221
17280
|
type: string
|
|
17222
17281
|
title: Token
|
|
17223
|
-
description: The Token for your Vercel account
|
|
17224
|
-
pattern: '^[A-Za-z0-9]
|
|
17225
|
-
example: '
|
|
17226
|
-
doc_section: '#step-1-finding-your-
|
|
17282
|
+
description: The Token for your Vercel account.
|
|
17283
|
+
pattern: '^vcp_[A-Za-z0-9]+$'
|
|
17284
|
+
example: 'vcp_6ppUxFRd****r1sc53a'
|
|
17285
|
+
doc_section: '#step-1-finding-your-token'
|
|
17227
17286
|
|
|
17228
17287
|
vimeo:
|
|
17229
17288
|
display_name: Vimeo (OAuth)
|