@nangohq/providers 0.58.7 → 0.59.0

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 +51 -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.0",
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.0",
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:
@@ -5131,6 +5177,8 @@ hubspot:
5131
5177
  post_connection_script: hubspotPostConnection
5132
5178
  webhook_routing_script: hubspotWebhookRouting
5133
5179
  proxy:
5180
+ retry:
5181
+ remaining: 'x-hubspot-ratelimit-remaining'
5134
5182
  base_url: https://api.hubapi.com
5135
5183
  decompress: true
5136
5184
  paginate:
@@ -5858,8 +5906,7 @@ lever:
5858
5906
  token_url: https://auth.lever.co/oauth/token
5859
5907
  authorization_params:
5860
5908
  response_type: code
5861
- prompt: consent
5862
- audience: https://api.lever.co/v1
5909
+ audience: https://api.lever.co/v1/
5863
5910
  proxy:
5864
5911
  base_url: https://api.lever.co
5865
5912
  docs: https://docs.nango.dev/integrations/all/lever
@@ -6339,10 +6386,10 @@ microsoft:
6339
6386
  disable_pkce: true
6340
6387
  default_scopes:
6341
6388
  - offline_access
6389
+ - .default
6342
6390
  authorization_params:
6343
6391
  response_type: code
6344
6392
  response_mode: query
6345
- prompt: consent
6346
6393
  token_params:
6347
6394
  grant_type: authorization_code
6348
6395
  refresh_params:
@@ -7138,7 +7185,7 @@ oracle-hcm:
7138
7185
  proxy:
7139
7186
  base_url: https://${connectionConfig.restServerUrl}
7140
7187
  headers:
7141
- content-type: application/vnd.oracle.adf.resourceitem+json | json_pp
7188
+ content-type: application/vnd.oracle.adf.resourceitem+json
7142
7189
  docs: https://docs.nango.dev/integrations/all/oracle-hcm
7143
7190
  docs_connect: https://docs.nango.dev/integrations/all/oracle-hcm/connect
7144
7191
  credentials: