@nangohq/providers 0.69.32 → 0.69.34
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 +103 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/providers",
|
|
3
|
-
"version": "0.69.
|
|
3
|
+
"version": "0.69.34",
|
|
4
4
|
"description": "Nango's providers.yaml and getters",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"js-yaml": "4.1.1"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@nangohq/types": "0.69.
|
|
19
|
+
"@nangohq/types": "0.69.34",
|
|
20
20
|
"vitest": "3.2.4"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
package/providers.yaml
CHANGED
|
@@ -1422,6 +1422,33 @@ atlassian-service-account-oauth2:
|
|
|
1422
1422
|
secret: true
|
|
1423
1423
|
doc_section: '#step-1-creating-oauth-client-credentials'
|
|
1424
1424
|
|
|
1425
|
+
attention:
|
|
1426
|
+
display_name: Attention
|
|
1427
|
+
categories:
|
|
1428
|
+
- productivity
|
|
1429
|
+
auth_mode: API_KEY
|
|
1430
|
+
proxy:
|
|
1431
|
+
base_url: https://api.attention.tech
|
|
1432
|
+
headers:
|
|
1433
|
+
authorization: Bearer ${apiKey}
|
|
1434
|
+
content-type: application/json
|
|
1435
|
+
verification:
|
|
1436
|
+
method: GET
|
|
1437
|
+
headers:
|
|
1438
|
+
content-type: application/json
|
|
1439
|
+
endpoints:
|
|
1440
|
+
- /v2/conversations?size=1
|
|
1441
|
+
docs: https://nango.dev/docs/api-integrations/attention
|
|
1442
|
+
docs_connect: https://nango.dev/docs/api-integrations/attention/connect
|
|
1443
|
+
credentials:
|
|
1444
|
+
apiKey:
|
|
1445
|
+
type: string
|
|
1446
|
+
title: API Key
|
|
1447
|
+
description: Your Attention API key.
|
|
1448
|
+
example: eyJhbGciOi***.eyJzdWIiOi***.xxxxxxxxxxxx
|
|
1449
|
+
pattern: '^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$'
|
|
1450
|
+
doc_section: '#step-1-obtaining-your-api-key'
|
|
1451
|
+
|
|
1425
1452
|
attio:
|
|
1426
1453
|
display_name: Attio
|
|
1427
1454
|
categories:
|
|
@@ -6783,6 +6810,31 @@ gong-oauth:
|
|
|
6783
6810
|
automated: true
|
|
6784
6811
|
pattern: '^https?://.*$'
|
|
6785
6812
|
|
|
6813
|
+
glyphic:
|
|
6814
|
+
display_name: Glyphic
|
|
6815
|
+
categories:
|
|
6816
|
+
- communication
|
|
6817
|
+
auth_mode: API_KEY
|
|
6818
|
+
proxy:
|
|
6819
|
+
base_url: https://api.glyphic.ai
|
|
6820
|
+
headers:
|
|
6821
|
+
x-api-key: ${apiKey}
|
|
6822
|
+
content-type: application/json
|
|
6823
|
+
verification:
|
|
6824
|
+
method: GET
|
|
6825
|
+
headers:
|
|
6826
|
+
content-type: application/json
|
|
6827
|
+
endpoints:
|
|
6828
|
+
- /v1/test/ping
|
|
6829
|
+
docs: https://nango.dev/docs/api-integrations/glyphic
|
|
6830
|
+
docs_connect: https://nango.dev/docs/api-integrations/glyphic/connect
|
|
6831
|
+
credentials:
|
|
6832
|
+
apiKey:
|
|
6833
|
+
type: string
|
|
6834
|
+
title: API Key
|
|
6835
|
+
description: Your Glyphic API key
|
|
6836
|
+
doc_section: '#step-1-getting-your-api-key'
|
|
6837
|
+
|
|
6786
6838
|
google:
|
|
6787
6839
|
display_name: Google
|
|
6788
6840
|
categories:
|
|
@@ -10489,6 +10541,27 @@ ninjaone-rmm:
|
|
|
10489
10541
|
docs: https://nango.dev/docs/integrations/all/ninjaone-rmm
|
|
10490
10542
|
docs_connect: https://nango.dev/docs/integrations/all/ninjaone-rmm/connect
|
|
10491
10543
|
|
|
10544
|
+
ninjaone-rmm-oauth2:
|
|
10545
|
+
display_name: NinjaOne RMM (OAuth2)
|
|
10546
|
+
categories:
|
|
10547
|
+
- support
|
|
10548
|
+
auth_mode: OAUTH2
|
|
10549
|
+
authorization_url: https://app.ninjarmm.com/ws/oauth/authorize
|
|
10550
|
+
token_url: https://app.ninjarmm.com/ws/oauth/token
|
|
10551
|
+
authorization_params:
|
|
10552
|
+
response_type: code
|
|
10553
|
+
token_params:
|
|
10554
|
+
grant_type: authorization_code
|
|
10555
|
+
refresh_params:
|
|
10556
|
+
grant_type: refresh_token
|
|
10557
|
+
scope_separator: ' '
|
|
10558
|
+
default_scopes:
|
|
10559
|
+
- offline_access
|
|
10560
|
+
proxy:
|
|
10561
|
+
base_url: https://app.ninjarmm.com
|
|
10562
|
+
docs: https://nango.dev/docs/api-integrations/ninjaone-rmm-oauth2
|
|
10563
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/ninjaone-rmm-oauth2/how-to-register-your-own-ninjaone-rmm-api-oauth-app
|
|
10564
|
+
|
|
10492
10565
|
nocrm:
|
|
10493
10566
|
display_name: nocrm.io
|
|
10494
10567
|
categories:
|
|
@@ -11024,6 +11097,33 @@ oracle-cloud-identity:
|
|
|
11024
11097
|
order: 1
|
|
11025
11098
|
doc_section: '#step-1-finding-your-service-instance'
|
|
11026
11099
|
|
|
11100
|
+
ordinal:
|
|
11101
|
+
display_name: Ordinal
|
|
11102
|
+
categories:
|
|
11103
|
+
- productivity
|
|
11104
|
+
auth_mode: API_KEY
|
|
11105
|
+
proxy:
|
|
11106
|
+
base_url: https://app.tryordinal.com/api
|
|
11107
|
+
headers:
|
|
11108
|
+
authorization: Bearer ${apiKey}
|
|
11109
|
+
content-type: application/json
|
|
11110
|
+
verification:
|
|
11111
|
+
method: GET
|
|
11112
|
+
headers:
|
|
11113
|
+
content-type: application/json
|
|
11114
|
+
endpoints:
|
|
11115
|
+
- /v1/workspace
|
|
11116
|
+
docs: https://nango.dev/docs/api-integrations/ordinal
|
|
11117
|
+
docs_connect: https://nango.dev/docs/api-integrations/ordinal/connect
|
|
11118
|
+
credentials:
|
|
11119
|
+
apiKey:
|
|
11120
|
+
type: string
|
|
11121
|
+
title: API Key
|
|
11122
|
+
description: Your Ordinal API key.
|
|
11123
|
+
example: ord_*************
|
|
11124
|
+
pattern: '^ord_[A-Za-z0-9-_]+$'
|
|
11125
|
+
doc_section: '#step-1-generating-your-api-key'
|
|
11126
|
+
|
|
11027
11127
|
ory:
|
|
11028
11128
|
display_name: Ory
|
|
11029
11129
|
categories:
|
|
@@ -12349,7 +12449,7 @@ quickbooks:
|
|
|
12349
12449
|
title: Quickbooks Realm ID
|
|
12350
12450
|
optional: true
|
|
12351
12451
|
description: The realmId of your quickbooks company
|
|
12352
|
-
pattern: '^\d{
|
|
12452
|
+
pattern: '^\d{10,19}$'
|
|
12353
12453
|
example: '9341453474484455'
|
|
12354
12454
|
doc_section: '#step-1-finding-your-realm-id'
|
|
12355
12455
|
|
|
@@ -12369,7 +12469,7 @@ quickbooks-sandbox:
|
|
|
12369
12469
|
title: Quickbooks Realm ID
|
|
12370
12470
|
optional: true
|
|
12371
12471
|
description: The realmId of your quickbooks sandbox company
|
|
12372
|
-
pattern: '^\d{
|
|
12472
|
+
pattern: '^\d{10,19}$'
|
|
12373
12473
|
example: '9341453474484455'
|
|
12374
12474
|
doc_section: '#step-1-finding-your-realm-id'
|
|
12375
12475
|
|
|
@@ -13744,6 +13844,7 @@ schwab:
|
|
|
13744
13844
|
authorization_url: https://api.schwabapi.com/v1/oauth/authorize
|
|
13745
13845
|
token_url: https://api.schwabapi.com/v1/oauth/token
|
|
13746
13846
|
token_request_auth_method: basic
|
|
13847
|
+
disable_pkce: true
|
|
13747
13848
|
authorization_params:
|
|
13748
13849
|
response_type: code
|
|
13749
13850
|
token_params:
|