@nangohq/providers 0.67.1 → 0.67.3
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 +24 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/providers",
|
|
3
|
-
"version": "0.67.
|
|
3
|
+
"version": "0.67.3",
|
|
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.
|
|
14
|
+
"@nangohq/types": "0.67.3",
|
|
15
15
|
"vitest": "3.2.4"
|
|
16
16
|
},
|
|
17
17
|
"files": [
|
package/providers.yaml
CHANGED
|
@@ -285,6 +285,9 @@ aircall-basic:
|
|
|
285
285
|
auth_mode: BASIC
|
|
286
286
|
proxy:
|
|
287
287
|
base_url: https://api.aircall.io
|
|
288
|
+
retry:
|
|
289
|
+
at:
|
|
290
|
+
- 'x-aircallapi-reset'
|
|
288
291
|
verification:
|
|
289
292
|
method: GET
|
|
290
293
|
endpoints:
|
|
@@ -8366,6 +8369,27 @@ paypal-sandbox:
|
|
|
8366
8369
|
base_url: https://api-m.sandbox.paypal.com
|
|
8367
8370
|
docs: https://docs.nango.dev/integrations/all/paypal-sandbox
|
|
8368
8371
|
|
|
8372
|
+
pax8:
|
|
8373
|
+
display_name: Pax8
|
|
8374
|
+
categories:
|
|
8375
|
+
- other
|
|
8376
|
+
auth_mode: OAUTH2_CC
|
|
8377
|
+
body_format: json
|
|
8378
|
+
token_url: https://api.pax8.com/v1/token
|
|
8379
|
+
token_params:
|
|
8380
|
+
grant_type: client_credentials
|
|
8381
|
+
audience: ${connectionConfig.audience} || https://api.pax8.com
|
|
8382
|
+
proxy:
|
|
8383
|
+
base_url: https://api.pax8.com
|
|
8384
|
+
docs: https://docs.nango.dev/integrations/all/pax8
|
|
8385
|
+
docs_connect: https://docs.nango.dev/integrations/all/pax8/connect
|
|
8386
|
+
connection_config:
|
|
8387
|
+
audience:
|
|
8388
|
+
type: string
|
|
8389
|
+
title: ''
|
|
8390
|
+
description: ''
|
|
8391
|
+
automated: true
|
|
8392
|
+
|
|
8369
8393
|
pendo:
|
|
8370
8394
|
display_name: Pendo
|
|
8371
8395
|
categories:
|