@nangohq/providers 0.59.0 → 0.59.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.
- package/package.json +2 -2
- package/providers.yaml +30 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/providers",
|
|
3
|
-
"version": "0.59.
|
|
3
|
+
"version": "0.59.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.59.
|
|
14
|
+
"@nangohq/types": "0.59.2",
|
|
15
15
|
"vitest": "3.1.2"
|
|
16
16
|
},
|
|
17
17
|
"files": [
|
package/providers.yaml
CHANGED
|
@@ -4501,6 +4501,11 @@ google:
|
|
|
4501
4501
|
access_type: offline
|
|
4502
4502
|
prompt: consent
|
|
4503
4503
|
proxy:
|
|
4504
|
+
retry:
|
|
4505
|
+
in_body:
|
|
4506
|
+
path: error.message
|
|
4507
|
+
value: /User-rate limit exceeded\. +Retry after (.+)/
|
|
4508
|
+
strategy: at
|
|
4504
4509
|
base_url: https://www.googleapis.com
|
|
4505
4510
|
paginate:
|
|
4506
4511
|
type: cursor
|
|
@@ -8089,6 +8094,30 @@ recharge:
|
|
|
8089
8094
|
pattern: '^[a-zA-Z0-9_]+$'
|
|
8090
8095
|
doc_section: '#step-1-generating-your-api-token'
|
|
8091
8096
|
|
|
8097
|
+
recruiterflow:
|
|
8098
|
+
display_name: Recruiterflow
|
|
8099
|
+
categories:
|
|
8100
|
+
- hr
|
|
8101
|
+
auth_mode: API_KEY
|
|
8102
|
+
proxy:
|
|
8103
|
+
base_url: https://api.recruiterflow.com
|
|
8104
|
+
headers:
|
|
8105
|
+
rf-api-key: ${apiKey}
|
|
8106
|
+
verification:
|
|
8107
|
+
method: GET
|
|
8108
|
+
endpoints:
|
|
8109
|
+
- /api/external/user/list
|
|
8110
|
+
docs: https://docs.nango.dev/integrations/all/recruiterflow
|
|
8111
|
+
docs_connect: https://docs.nango.dev/integrations/all/recruiterflow/connect
|
|
8112
|
+
credentials:
|
|
8113
|
+
apiKey:
|
|
8114
|
+
type: string
|
|
8115
|
+
title: API Key
|
|
8116
|
+
description: The API Key for your Recruiterflow account
|
|
8117
|
+
doc_section: '#step-1-generating-your-api-key'
|
|
8118
|
+
example: 7b0c0d****************************
|
|
8119
|
+
pattern: '^[a-zA-Z0-9_]+$'
|
|
8120
|
+
|
|
8092
8121
|
reddit:
|
|
8093
8122
|
display_name: Reddit
|
|
8094
8123
|
categories:
|
|
@@ -9305,6 +9334,7 @@ spotify:
|
|
|
9305
9334
|
proxy:
|
|
9306
9335
|
base_url: https://api.spotify.com
|
|
9307
9336
|
docs: https://docs.nango.dev/integrations/all/spotify
|
|
9337
|
+
|
|
9308
9338
|
spotify-oauth2-cc:
|
|
9309
9339
|
display_name: Spotify (Client Credentials)
|
|
9310
9340
|
categories:
|