@nangohq/providers 0.67.1 → 0.67.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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/providers.yaml +21 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nangohq/providers",
3
- "version": "0.67.1",
3
+ "version": "0.67.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.67.1",
14
+ "@nangohq/types": "0.67.2",
15
15
  "vitest": "3.2.4"
16
16
  },
17
17
  "files": [
package/providers.yaml CHANGED
@@ -8366,6 +8366,27 @@ paypal-sandbox:
8366
8366
  base_url: https://api-m.sandbox.paypal.com
8367
8367
  docs: https://docs.nango.dev/integrations/all/paypal-sandbox
8368
8368
 
8369
+ pax8:
8370
+ display_name: Pax8
8371
+ categories:
8372
+ - other
8373
+ auth_mode: OAUTH2_CC
8374
+ body_format: json
8375
+ token_url: https://api.pax8.com/v1/token
8376
+ token_params:
8377
+ grant_type: client_credentials
8378
+ audience: ${connectionConfig.audience} || https://api.pax8.com
8379
+ proxy:
8380
+ base_url: https://api.pax8.com
8381
+ docs: https://docs.nango.dev/integrations/all/pax8
8382
+ docs_connect: https://docs.nango.dev/integrations/all/pax8/connect
8383
+ connection_config:
8384
+ audience:
8385
+ type: string
8386
+ title: ''
8387
+ description: ''
8388
+ automated: true
8389
+
8369
8390
  pendo:
8370
8391
  display_name: Pendo
8371
8392
  categories: