@nangohq/providers 0.55.0 → 0.56.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 +13 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/providers",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.56.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.56.0",
|
|
15
15
|
"vitest": "2.1.9"
|
|
16
16
|
},
|
|
17
17
|
"files": [
|
package/providers.yaml
CHANGED
|
@@ -553,7 +553,6 @@ apollo-oauth:
|
|
|
553
553
|
display_name: Apollo (OAuth)
|
|
554
554
|
categories:
|
|
555
555
|
- marketing
|
|
556
|
-
- popular
|
|
557
556
|
auth_mode: OAUTH2
|
|
558
557
|
authorization_url: https://app.apollo.io
|
|
559
558
|
token_url: https://app.apollo.io/api/v1/oauth/token
|
|
@@ -655,6 +654,7 @@ ashby:
|
|
|
655
654
|
display_name: Ashby
|
|
656
655
|
categories:
|
|
657
656
|
- ats
|
|
657
|
+
- popular
|
|
658
658
|
auth_mode: BASIC
|
|
659
659
|
proxy:
|
|
660
660
|
base_url: https://api.ashbyhq.com
|
|
@@ -2164,6 +2164,7 @@ confluence:
|
|
|
2164
2164
|
display_name: Confluence
|
|
2165
2165
|
categories:
|
|
2166
2166
|
- knowledge-base
|
|
2167
|
+
- popular
|
|
2167
2168
|
alias: jira
|
|
2168
2169
|
docs: https://docs.nango.dev/integrations/all/confluence
|
|
2169
2170
|
|
|
@@ -3069,8 +3070,10 @@ figma:
|
|
|
3069
3070
|
- productivity
|
|
3070
3071
|
auth_mode: OAUTH2
|
|
3071
3072
|
authorization_url: https://www.figma.com/oauth
|
|
3072
|
-
token_url: https://
|
|
3073
|
-
refresh_url: https://
|
|
3073
|
+
token_url: https://api.figma.com/v1/oauth/token
|
|
3074
|
+
refresh_url: https://api.figma.com/v1/oauth/refresh
|
|
3075
|
+
token_request_auth_method: basic
|
|
3076
|
+
scope_separator: ','
|
|
3074
3077
|
disable_pkce: true
|
|
3075
3078
|
proxy:
|
|
3076
3079
|
base_url: https://api.figma.com
|
|
@@ -3736,6 +3739,7 @@ gong-oauth:
|
|
|
3736
3739
|
- marketing
|
|
3737
3740
|
- productivity
|
|
3738
3741
|
- video
|
|
3742
|
+
- popular
|
|
3739
3743
|
authorization_url: https://app.gong.io/oauth2/authorize
|
|
3740
3744
|
token_url: https://app.gong.io/oauth2/generate-customer-token
|
|
3741
3745
|
token_response_metadata:
|
|
@@ -3918,7 +3922,7 @@ gorgias-basic:
|
|
|
3918
3922
|
categories:
|
|
3919
3923
|
- e-commerce
|
|
3920
3924
|
proxy:
|
|
3921
|
-
base_url: https://${connectionConfig.subdomain}.gorgias.com
|
|
3925
|
+
base_url: https://${connectionConfig.subdomain}.gorgias.com
|
|
3922
3926
|
docs: https://docs.nango.dev/integrations/all/gorgias-basic
|
|
3923
3927
|
docs_connect: https://docs.nango.dev/integrations/all/gorgias-basic/connect
|
|
3924
3928
|
credentials:
|
|
@@ -4329,6 +4333,7 @@ hibob-service-user:
|
|
|
4329
4333
|
display_name: Hibob Service User
|
|
4330
4334
|
categories:
|
|
4331
4335
|
- hr
|
|
4336
|
+
- popular
|
|
4332
4337
|
auth_mode: BASIC
|
|
4333
4338
|
proxy:
|
|
4334
4339
|
base_url: https://api.hibob.com
|
|
@@ -4497,6 +4502,7 @@ intercom:
|
|
|
4497
4502
|
display_name: Intercom
|
|
4498
4503
|
categories:
|
|
4499
4504
|
- marketing
|
|
4505
|
+
- popular
|
|
4500
4506
|
- support
|
|
4501
4507
|
- surveys
|
|
4502
4508
|
- ticketing
|
|
@@ -5804,7 +5810,6 @@ netsuite:
|
|
|
5804
5810
|
categories:
|
|
5805
5811
|
- accounting
|
|
5806
5812
|
- erp
|
|
5807
|
-
- popular
|
|
5808
5813
|
auth_mode: OAUTH2
|
|
5809
5814
|
authorization_url: https://${connectionConfig.accountId}.app.netsuite.com/app/login/oauth2/authorize.nl
|
|
5810
5815
|
authorization_params:
|
|
@@ -5832,6 +5837,7 @@ netsuite-tba:
|
|
|
5832
5837
|
categories:
|
|
5833
5838
|
- accounting
|
|
5834
5839
|
- erp
|
|
5840
|
+
- popular
|
|
5835
5841
|
docs: https://docs.nango.dev/integrations/all/netsuite-tba
|
|
5836
5842
|
|
|
5837
5843
|
next-cloud-ocs:
|
|
@@ -7009,6 +7015,7 @@ sage-intacct-oauth:
|
|
|
7009
7015
|
categories:
|
|
7010
7016
|
- accounting
|
|
7011
7017
|
- erp
|
|
7018
|
+
- popular
|
|
7012
7019
|
auth_mode: OAUTH2
|
|
7013
7020
|
authorization_url: https://api.intacct.com/ia/api/v1/oauth2/authorize
|
|
7014
7021
|
token_url: https://api.intacct.com/ia/api/v1/oauth2/token
|
|
@@ -8860,6 +8867,7 @@ workday:
|
|
|
8860
8867
|
display_name: Workday
|
|
8861
8868
|
categories:
|
|
8862
8869
|
- hr
|
|
8870
|
+
- popular
|
|
8863
8871
|
auth_mode: BASIC
|
|
8864
8872
|
proxy:
|
|
8865
8873
|
base_url: https://${connectionConfig.subdomain}.workday.com
|