@nangohq/providers 0.57.2 → 0.57.4
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 +45 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/providers",
|
|
3
|
-
"version": "0.57.
|
|
3
|
+
"version": "0.57.4",
|
|
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.57.
|
|
14
|
+
"@nangohq/types": "0.57.4",
|
|
15
15
|
"vitest": "2.1.9"
|
|
16
16
|
},
|
|
17
17
|
"files": [
|
package/providers.yaml
CHANGED
|
@@ -1189,6 +1189,7 @@ bitdefender:
|
|
|
1189
1189
|
base_url: ${connectionConfig.ACCESS_URL}
|
|
1190
1190
|
retry:
|
|
1191
1191
|
after: 'retry-after'
|
|
1192
|
+
credentials_verification_script: bitdefenderCredentialsVerification
|
|
1192
1193
|
docs: https://docs.nango.dev/integrations/all/bitdefender
|
|
1193
1194
|
docs_connect: https://docs.nango.dev/integrations/all/bitdefender/connect
|
|
1194
1195
|
credentials:
|
|
@@ -3753,23 +3754,30 @@ guru-scim:
|
|
|
3753
3754
|
display_name: Guru (SCIM)
|
|
3754
3755
|
categories:
|
|
3755
3756
|
- knowledge-base
|
|
3756
|
-
auth_mode:
|
|
3757
|
+
auth_mode: BASIC
|
|
3757
3758
|
proxy:
|
|
3758
3759
|
base_url: https://api.getguru.com/api/scim
|
|
3759
3760
|
headers:
|
|
3760
|
-
|
|
3761
|
+
content-type: application/scim+json
|
|
3761
3762
|
verification:
|
|
3762
3763
|
method: GET
|
|
3763
3764
|
endpoints:
|
|
3764
3765
|
- /v2/Users
|
|
3766
|
+
headers:
|
|
3767
|
+
content-type: application/scim+json
|
|
3765
3768
|
docs: https://docs.nango.dev/integrations/all/guru-scim
|
|
3766
3769
|
docs_connect: https://docs.nango.dev/integrations/all/guru-scim/connect
|
|
3767
3770
|
credentials:
|
|
3768
|
-
|
|
3771
|
+
username:
|
|
3772
|
+
type: string
|
|
3773
|
+
title: SCIM Username
|
|
3774
|
+
description: The SCIM username for your Guru account
|
|
3775
|
+
doc_section: '#step-1-finding-guru-scim-credentials'
|
|
3776
|
+
password:
|
|
3769
3777
|
type: string
|
|
3770
|
-
title:
|
|
3771
|
-
description: The SCIM
|
|
3772
|
-
doc_section: '#step-1-finding-guru-
|
|
3778
|
+
title: SCIM Token
|
|
3779
|
+
description: The SCIM token for your Guru account
|
|
3780
|
+
doc_section: '#step-1-finding-guru-scim-credentials'
|
|
3773
3781
|
|
|
3774
3782
|
github:
|
|
3775
3783
|
display_name: GitHub (User OAuth)
|
|
@@ -8107,7 +8115,7 @@ shopify-api-key:
|
|
|
8107
8115
|
title: API Access Token
|
|
8108
8116
|
description: The API access token generated
|
|
8109
8117
|
example: shpat_***************c03266f
|
|
8110
|
-
pattern: '^
|
|
8118
|
+
pattern: '^(shpat|shpca|shppa)_[a-f0-9]{32}$'
|
|
8111
8119
|
doc_section: '#step-2-generating-your-api-access-token'
|
|
8112
8120
|
|
|
8113
8121
|
shopify-scim:
|
|
@@ -8670,6 +8678,36 @@ thrivecart-api-key:
|
|
|
8670
8678
|
example: 'ASYDV5S8-0BSO1SH2-4BH5PO7U-YF8SV3CZ'
|
|
8671
8679
|
pattern: '^[A-Z0-9]{8}-[A-Z0-9]{10}-[A-Z0-9]{8}-[A-Z0-9]{8}$'
|
|
8672
8680
|
|
|
8681
|
+
trakstar-hire:
|
|
8682
|
+
display_name: Trakstar Hire
|
|
8683
|
+
categories:
|
|
8684
|
+
- ats
|
|
8685
|
+
auth_mode: BASIC
|
|
8686
|
+
proxy:
|
|
8687
|
+
base_url: https://api.recruiterbox.com
|
|
8688
|
+
verification:
|
|
8689
|
+
method: GET
|
|
8690
|
+
endpoints:
|
|
8691
|
+
- /v2/openings
|
|
8692
|
+
headers:
|
|
8693
|
+
content-type: application/json
|
|
8694
|
+
docs: https://docs.nango.dev/integrations/all/trakstar-hire
|
|
8695
|
+
docs_connect: https://docs.nango.dev/integrations/all/trakstar-hire/connect
|
|
8696
|
+
credentials:
|
|
8697
|
+
username:
|
|
8698
|
+
type: string
|
|
8699
|
+
title: API Key
|
|
8700
|
+
description: Your Trakstar API Key
|
|
8701
|
+
pattern: '^[a-f0-9]+$'
|
|
8702
|
+
example: a3f8b92c4d6e715f0a1b3c4d5e6f7890
|
|
8703
|
+
doc_section: '#step-1-generating-your-api-key'
|
|
8704
|
+
password:
|
|
8705
|
+
type: string
|
|
8706
|
+
title: ''
|
|
8707
|
+
description: ''
|
|
8708
|
+
default_value: ''
|
|
8709
|
+
hidden: true
|
|
8710
|
+
|
|
8673
8711
|
tremendous:
|
|
8674
8712
|
display_name: Tremendous
|
|
8675
8713
|
categories:
|