@nangohq/providers 0.48.4 → 0.50.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.
- package/package.json +2 -2
- package/providers.yaml +19 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/providers",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.50.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.
|
|
14
|
+
"@nangohq/types": "0.49.0",
|
|
15
15
|
"vitest": "2.1.8"
|
|
16
16
|
},
|
|
17
17
|
"files": [
|
package/providers.yaml
CHANGED
|
@@ -5747,6 +5747,25 @@ posthog:
|
|
|
5747
5747
|
description: The API key for your PostHog account
|
|
5748
5748
|
doc_section: '#step-1-finding-your-posthog-api-key'
|
|
5749
5749
|
|
|
5750
|
+
prive:
|
|
5751
|
+
display_name: Prive
|
|
5752
|
+
categories:
|
|
5753
|
+
- e-commerce
|
|
5754
|
+
auth_mode: API_KEY
|
|
5755
|
+
proxy:
|
|
5756
|
+
headers:
|
|
5757
|
+
authorization: Bearer ${apiKey}
|
|
5758
|
+
content-type: application/json
|
|
5759
|
+
base_url: https://subs.api.tryprive.com
|
|
5760
|
+
docs: https://docs.nango.dev/integrations/all/prive
|
|
5761
|
+
docs_connect: https://docs.nango.dev/integrations/all/prive/connect
|
|
5762
|
+
credentials:
|
|
5763
|
+
apiKey:
|
|
5764
|
+
type: string
|
|
5765
|
+
title: API Key
|
|
5766
|
+
description: The API key for your Prive account
|
|
5767
|
+
doc_section: '#step-1-requesting-your-prive-api-key'
|
|
5768
|
+
|
|
5750
5769
|
productboard:
|
|
5751
5770
|
display_name: Productboard
|
|
5752
5771
|
categories:
|