@nangohq/providers 0.63.0 → 0.63.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.
- package/package.json +2 -2
- package/providers.yaml +12 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/providers",
|
|
3
|
-
"version": "0.63.
|
|
3
|
+
"version": "0.63.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.63.
|
|
14
|
+
"@nangohq/types": "0.63.1",
|
|
15
15
|
"vitest": "3.1.2"
|
|
16
16
|
},
|
|
17
17
|
"files": [
|
package/providers.yaml
CHANGED
|
@@ -871,6 +871,9 @@ attio:
|
|
|
871
871
|
base_url: https://api.attio.com
|
|
872
872
|
retry:
|
|
873
873
|
after: 'retry-after'
|
|
874
|
+
post_connection_script: attioPostConnection
|
|
875
|
+
webhook_routing_script: attioWebhookRouting
|
|
876
|
+
webhook_user_defined_secret: true
|
|
874
877
|
docs: https://docs.nango.dev/integrations/all/attio
|
|
875
878
|
|
|
876
879
|
auth0:
|
|
@@ -3785,13 +3788,13 @@ figma-scim:
|
|
|
3785
3788
|
- productivity
|
|
3786
3789
|
auth_mode: API_KEY
|
|
3787
3790
|
proxy:
|
|
3788
|
-
base_url: https://${connectionConfig.host}/scim
|
|
3791
|
+
base_url: https://${connectionConfig.host}/scim/v2/${connectionConfig.tenantId}
|
|
3789
3792
|
headers:
|
|
3790
3793
|
authorization: Bearer ${apiKey}
|
|
3791
3794
|
verification:
|
|
3792
3795
|
method: GET
|
|
3793
3796
|
endpoints:
|
|
3794
|
-
- /
|
|
3797
|
+
- /Users
|
|
3795
3798
|
docs: https://docs.nango.dev/integrations/all/figma-scim
|
|
3796
3799
|
docs_connect: https://docs.nango.dev/integrations/all/figma-scim/connect
|
|
3797
3800
|
credentials:
|
|
@@ -4794,6 +4797,13 @@ google-play:
|
|
|
4794
4797
|
base_url: https://play.googleapis.com
|
|
4795
4798
|
docs: https://docs.nango.dev/integrations/all/google-play
|
|
4796
4799
|
|
|
4800
|
+
google-cloud-storage:
|
|
4801
|
+
display_name: Google Cloud Storage
|
|
4802
|
+
alias: google
|
|
4803
|
+
categories:
|
|
4804
|
+
- storage
|
|
4805
|
+
docs: https://docs.nango.dev/integrations/all/google-cloud-storage
|
|
4806
|
+
|
|
4797
4807
|
gorgias:
|
|
4798
4808
|
display_name: Gorgias
|
|
4799
4809
|
categories:
|