@nangohq/providers 0.58.7 → 0.59.1

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 +81 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nangohq/providers",
3
- "version": "0.58.7",
3
+ "version": "0.59.1",
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.58.7",
14
+ "@nangohq/types": "0.59.1",
15
15
  "vitest": "3.1.2"
16
16
  },
17
17
  "files": [
package/providers.yaml CHANGED
@@ -2319,6 +2319,29 @@ codeclimate:
2319
2319
  title: API Key
2320
2320
  description: The API key for your Code Climate account
2321
2321
  doc_section: '#step-2-creating-an-api-key'
2322
+ codegen:
2323
+ display_name: Codegen
2324
+ categories:
2325
+ - dev-tools
2326
+ auth_mode: API_KEY
2327
+ proxy:
2328
+ base_url: https://api.codegen.com
2329
+ headers:
2330
+ authorization: Bearer ${apiKey}
2331
+ verification:
2332
+ method: GET
2333
+ endpoints:
2334
+ - /v1/organizations
2335
+ docs: https://docs.nango.dev/integrations/all/codegen
2336
+ docs_connect: https://docs.nango.dev/integrations/all/codegen/connect
2337
+ credentials:
2338
+ apiKey:
2339
+ type: string
2340
+ title: API Token
2341
+ description: The API Key for your Codegen account
2342
+ pattern: '^sk-[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$'
2343
+ example: 'sk-897bd628-de64-4018-8e3b-c6f717ca3e1d'
2344
+ doc_section: '#step-1-finding-your-api-key'
2322
2345
 
2323
2346
  commercetools:
2324
2347
  display_name: Commercetools
@@ -4099,6 +4122,29 @@ grammarly:
4099
4122
  - /v2/analytics/users
4100
4123
  docs: https://docs.nango.dev/integrations/all/grammarly
4101
4124
 
4125
+ grammarly-scim:
4126
+ display_name: Grammarly SCIM
4127
+ categories:
4128
+ - hr
4129
+ auth_mode: API_KEY
4130
+ proxy:
4131
+ base_url: https://sso.grammarly.com
4132
+ verification:
4133
+ method: GET
4134
+ endpoints:
4135
+ - /v2/scim/Users
4136
+ headers:
4137
+ authorization: Bearer ${apiKey}
4138
+ docs: https://docs.nango.dev/integrations/all/grammarly-scim
4139
+ docs_connect: https://docs.nango.dev/integrations/all/grammarly-scim/connect
4140
+ credentials:
4141
+ apiKey:
4142
+ type: string
4143
+ title: API Key
4144
+ description: The API Key for your Grammarly account
4145
+ doc_section: '#step-1-finding-grammarly-scim-credentials'
4146
+ example: 'Xk9t3HZbWqLp7AeGvM4sUdYjBnR2TfQxCVi81oNz'
4147
+
4102
4148
  guru:
4103
4149
  display_name: Guru
4104
4150
  categories:
@@ -4455,6 +4501,11 @@ google:
4455
4501
  access_type: offline
4456
4502
  prompt: consent
4457
4503
  proxy:
4504
+ retry:
4505
+ in_body:
4506
+ path: error.message
4507
+ value: /User-rate limit exceeded\. +Retry after (.+)/
4508
+ strategy: at
4458
4509
  base_url: https://www.googleapis.com
4459
4510
  paginate:
4460
4511
  type: cursor
@@ -5131,6 +5182,8 @@ hubspot:
5131
5182
  post_connection_script: hubspotPostConnection
5132
5183
  webhook_routing_script: hubspotWebhookRouting
5133
5184
  proxy:
5185
+ retry:
5186
+ remaining: 'x-hubspot-ratelimit-remaining'
5134
5187
  base_url: https://api.hubapi.com
5135
5188
  decompress: true
5136
5189
  paginate:
@@ -5858,8 +5911,7 @@ lever:
5858
5911
  token_url: https://auth.lever.co/oauth/token
5859
5912
  authorization_params:
5860
5913
  response_type: code
5861
- prompt: consent
5862
- audience: https://api.lever.co/v1
5914
+ audience: https://api.lever.co/v1/
5863
5915
  proxy:
5864
5916
  base_url: https://api.lever.co
5865
5917
  docs: https://docs.nango.dev/integrations/all/lever
@@ -6339,10 +6391,10 @@ microsoft:
6339
6391
  disable_pkce: true
6340
6392
  default_scopes:
6341
6393
  - offline_access
6394
+ - .default
6342
6395
  authorization_params:
6343
6396
  response_type: code
6344
6397
  response_mode: query
6345
- prompt: consent
6346
6398
  token_params:
6347
6399
  grant_type: authorization_code
6348
6400
  refresh_params:
@@ -7138,7 +7190,7 @@ oracle-hcm:
7138
7190
  proxy:
7139
7191
  base_url: https://${connectionConfig.restServerUrl}
7140
7192
  headers:
7141
- content-type: application/vnd.oracle.adf.resourceitem+json | json_pp
7193
+ content-type: application/vnd.oracle.adf.resourceitem+json
7142
7194
  docs: https://docs.nango.dev/integrations/all/oracle-hcm
7143
7195
  docs_connect: https://docs.nango.dev/integrations/all/oracle-hcm/connect
7144
7196
  credentials:
@@ -8042,6 +8094,30 @@ recharge:
8042
8094
  pattern: '^[a-zA-Z0-9_]+$'
8043
8095
  doc_section: '#step-1-generating-your-api-token'
8044
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
+
8045
8121
  reddit:
8046
8122
  display_name: Reddit
8047
8123
  categories:
@@ -9258,6 +9334,7 @@ spotify:
9258
9334
  proxy:
9259
9335
  base_url: https://api.spotify.com
9260
9336
  docs: https://docs.nango.dev/integrations/all/spotify
9337
+
9261
9338
  spotify-oauth2-cc:
9262
9339
  display_name: Spotify (Client Credentials)
9263
9340
  categories: