@nangohq/providers 0.69.35 → 0.69.36
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 +84 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/providers",
|
|
3
|
-
"version": "0.69.
|
|
3
|
+
"version": "0.69.36",
|
|
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.36",
|
|
20
20
|
"vitest": "3.2.4"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
package/providers.yaml
CHANGED
|
@@ -6198,6 +6198,30 @@ front:
|
|
|
6198
6198
|
link_path_in_response_body: _pagination.next
|
|
6199
6199
|
docs: https://nango.dev/docs/integrations/all/front
|
|
6200
6200
|
|
|
6201
|
+
fullenrich:
|
|
6202
|
+
display_name: FullEnrich
|
|
6203
|
+
categories:
|
|
6204
|
+
- crm
|
|
6205
|
+
auth_mode: API_KEY
|
|
6206
|
+
proxy:
|
|
6207
|
+
base_url: https://app.fullenrich.com/api
|
|
6208
|
+
headers:
|
|
6209
|
+
authorization: Bearer ${apiKey}
|
|
6210
|
+
verification:
|
|
6211
|
+
method: GET
|
|
6212
|
+
endpoints:
|
|
6213
|
+
- /v2/account/credits
|
|
6214
|
+
docs: https://nango.dev/docs/api-integrations/fullenrich
|
|
6215
|
+
docs_connect: https://nango.dev/docs/api-integrations/fullenrich/connect
|
|
6216
|
+
credentials:
|
|
6217
|
+
apiKey:
|
|
6218
|
+
type: string
|
|
6219
|
+
title: API Key
|
|
6220
|
+
description: Your FullEnrich API key.
|
|
6221
|
+
example: 123e4567-e89b-12d3-a456-426614174000
|
|
6222
|
+
format: uuid
|
|
6223
|
+
doc_section: '#step-1-getting-your-api-key'
|
|
6224
|
+
|
|
6201
6225
|
gainsight-cc:
|
|
6202
6226
|
display_name: Gainsight CC
|
|
6203
6227
|
categories:
|
|
@@ -12336,6 +12360,27 @@ productboard:
|
|
|
12336
12360
|
base_url: https://api.productboard.com
|
|
12337
12361
|
docs: https://nango.dev/docs/integrations/all/productboard
|
|
12338
12362
|
|
|
12363
|
+
printful:
|
|
12364
|
+
display_name: Printful
|
|
12365
|
+
categories:
|
|
12366
|
+
- e-commerce
|
|
12367
|
+
auth_mode: OAUTH2
|
|
12368
|
+
authorization_url: https://www.printful.com/oauth/authorize
|
|
12369
|
+
token_url: https://www.printful.com/oauth/token
|
|
12370
|
+
disable_pkce: true
|
|
12371
|
+
authorization_url_replacements:
|
|
12372
|
+
redirect_uri: redirect_url
|
|
12373
|
+
authorization_params:
|
|
12374
|
+
response_type: code
|
|
12375
|
+
token_params:
|
|
12376
|
+
grant_type: authorization_code
|
|
12377
|
+
refresh_params:
|
|
12378
|
+
grant_type: refresh_token
|
|
12379
|
+
proxy:
|
|
12380
|
+
base_url: https://api.printful.com
|
|
12381
|
+
docs: https://nango.dev/docs/api-integrations/printful
|
|
12382
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/printful/how-to-register-your-own-printful-oauth-app
|
|
12383
|
+
|
|
12339
12384
|
procore:
|
|
12340
12385
|
display_name: Procore
|
|
12341
12386
|
categories:
|
|
@@ -15785,6 +15830,45 @@ tsheetsteam:
|
|
|
15785
15830
|
base_url: https://rest.tsheets.com/api/v1
|
|
15786
15831
|
docs: https://nango.dev/docs/integrations/all/tsheetsteam
|
|
15787
15832
|
|
|
15833
|
+
timify:
|
|
15834
|
+
display_name: Timify
|
|
15835
|
+
categories:
|
|
15836
|
+
- productivity
|
|
15837
|
+
auth_mode: TWO_STEP
|
|
15838
|
+
body_format: json
|
|
15839
|
+
token_url: https://api.timify.com/v1/auth/token
|
|
15840
|
+
token_params:
|
|
15841
|
+
appid: ${credentials.appId}
|
|
15842
|
+
appsecret: ${credentials.appSecret}
|
|
15843
|
+
refresh_token_params:
|
|
15844
|
+
refreshToken: ${refresh_token}
|
|
15845
|
+
token_headers:
|
|
15846
|
+
content-type: application/json
|
|
15847
|
+
accept: application/json
|
|
15848
|
+
token_response:
|
|
15849
|
+
token: accessToken
|
|
15850
|
+
token_expiration: expires
|
|
15851
|
+
token_expiration_strategy: expireIn
|
|
15852
|
+
refresh_token: refreshToken
|
|
15853
|
+
proxy:
|
|
15854
|
+
base_url: https://api.timify.com
|
|
15855
|
+
headers:
|
|
15856
|
+
authorization: ${accessToken}
|
|
15857
|
+
docs: https://nango.dev/docs/api-integrations/timify
|
|
15858
|
+
docs_connect: https://nango.dev/docs/api-integrations/timify/connect
|
|
15859
|
+
credentials:
|
|
15860
|
+
appId:
|
|
15861
|
+
type: string
|
|
15862
|
+
title: App ID
|
|
15863
|
+
description: Your Timify app ID
|
|
15864
|
+
doc_section: '#step-2-getting-your-credentials'
|
|
15865
|
+
appSecret:
|
|
15866
|
+
type: string
|
|
15867
|
+
title: App Secret
|
|
15868
|
+
description: Your Timify app secret
|
|
15869
|
+
secret: true
|
|
15870
|
+
doc_section: '#step-2-getting-your-credentials'
|
|
15871
|
+
|
|
15788
15872
|
todoist:
|
|
15789
15873
|
display_name: Todoist
|
|
15790
15874
|
categories:
|