@nangohq/providers 0.53.1 → 0.53.2

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/providers.yaml +114 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nangohq/providers",
3
- "version": "0.53.1",
3
+ "version": "0.53.2",
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.53.1",
14
+ "@nangohq/types": "0.53.2",
15
15
  "vitest": "2.1.9"
16
16
  },
17
17
  "files": [
package/providers.yaml CHANGED
@@ -212,7 +212,20 @@ aircall-basic:
212
212
  response_path: results
213
213
  docs_connect: https://docs.nango.dev/integrations/all/aircall-basic/connect
214
214
  docs: https://docs.nango.dev/integrations/all/aircall-basic
215
-
215
+ credentials:
216
+ username:
217
+ type: string
218
+ title: API ID
219
+ description: The Application ID (API ID) for your Aircall account
220
+ pattern: '^[a-zA-Z0-9_-]+$'
221
+ doc_section: '#step-1-finding-your-admin-api-key-api-token-and-application-id-api-id'
222
+ password:
223
+ type: string
224
+ title: API Token
225
+ description: The Admin API Key (API Token) for your Aircall account
226
+ pattern: '^[a-zA-Z0-9_-]+$'
227
+ secret: true
228
+ doc_section: '#step-1-finding-your-admin-api-key-api-token-and-application-id-api-id'
216
229
  airtable:
217
230
  display_name: Airtable
218
231
  categories:
@@ -1106,6 +1119,15 @@ booking-com:
1106
1119
  example: secure-supply|supply
1107
1120
  suffix: -xml.booking.com
1108
1121
  prefix: https://
1122
+ credentials:
1123
+ username:
1124
+ type: string
1125
+ title: Machine Account Username
1126
+ description: The username for your Booking.com machine account
1127
+ password:
1128
+ type: string
1129
+ title: Machine Account Password
1130
+ description: The password for your Booking.com machine account
1109
1131
 
1110
1132
  braintree:
1111
1133
  display_name: Braintree
@@ -1549,6 +1571,21 @@ chargebee:
1549
1571
  example: domain
1550
1572
  suffix: .chargebee.com
1551
1573
  prefix: https://
1574
+ credentials:
1575
+ username:
1576
+ type: string
1577
+ title: API Key
1578
+ description: The API key for your Chargebee account
1579
+ pattern: '^[a-zA-Z0-9_-]+$'
1580
+ secret: true
1581
+ password:
1582
+ type: string
1583
+ title: Password
1584
+ description: Password
1585
+ # https://apidocs.chargebee.com/docs/api/auth?lang=curl
1586
+ # Chargebee is using basic auth with an api key
1587
+ default_value: ''
1588
+ hidden: true
1552
1589
 
1553
1590
  chattermill:
1554
1591
  display_name: Chattermill
@@ -1933,6 +1970,15 @@ connectwise-psa:
1933
1970
  type: string
1934
1971
  title: Client ID
1935
1972
  description: The Client ID assigned to your integration
1973
+ credentials:
1974
+ username:
1975
+ type: string
1976
+ title: Username
1977
+ description: The ConnectWise PSA CompanyId followed by either the Public Key, Integrator Username, or MemberId
1978
+ password:
1979
+ type: string
1980
+ title: Password
1981
+ description: Your ConnectWise PSA private key, integrator password, or member hash
1936
1982
 
1937
1983
  connectwise-psa-staging:
1938
1984
  display_name: ConnectWise PSA (Staging)
@@ -2559,6 +2605,15 @@ e-conomic:
2559
2605
  headers:
2560
2606
  content-type: application/json
2561
2607
  docs: https://docs.nango.dev/integrations/all/e-conomic
2608
+ credentials:
2609
+ username:
2610
+ type: string
2611
+ title: Private Token
2612
+ description: The Private Token for your e-conomic account
2613
+ password:
2614
+ type: string
2615
+ title: Agreement Grant Token
2616
+ description: The Agreement Grant Token for your e-conomic account
2562
2617
 
2563
2618
  egnyte:
2564
2619
  display_name: Egnyte
@@ -2696,6 +2751,17 @@ evaluagent:
2696
2751
  description: The region of your EvaluAgent account
2697
2752
  example: eu
2698
2753
  pattern: '^[a-z]+$'
2754
+ credentials:
2755
+ username:
2756
+ type: string
2757
+ title: Access Key Id
2758
+ description: The Access Key ID for your EvaluAgent account
2759
+ pattern: '^[a-zA-Z0-9-]+$'
2760
+ password:
2761
+ type: string
2762
+ title: Secret Key
2763
+ description: The Secret Key for your EvaluAgent account
2764
+ pattern: '^[a-zA-Z0-9-]+$'
2699
2765
 
2700
2766
  eventbrite:
2701
2767
  display_name: Eventbrite
@@ -3294,6 +3360,22 @@ guru:
3294
3360
  example: 123e4567-e89b-12d3-a456-426614174000
3295
3361
  doc_section: '#step-2-generating-your-user-collection-token'
3296
3362
 
3363
+ guru-scim:
3364
+ display_name: Guru (SCIM)
3365
+ categories:
3366
+ - knowledge-base
3367
+ auth_mode: API_KEY
3368
+ proxy:
3369
+ base_url: https://api.getguru.com/api/scim
3370
+ docs: https://docs.nango.dev/integrations/all/guru-scim
3371
+ docs_connect: https://docs.nango.dev/integrations/all/guru-scim/connect
3372
+ credentials:
3373
+ apiKey:
3374
+ type: string
3375
+ title: Guru API Token
3376
+ description: The SCIM API token for your Guru account
3377
+ doc_section: '#step-1-finding-guru-api-token'
3378
+
3297
3379
  github:
3298
3380
  display_name: GitHub (User OAuth)
3299
3381
  categories:
@@ -4319,6 +4401,36 @@ jira-data-center:
4319
4401
  pattern: '^https://[a-z0-9.-]+.atlassian.net$'
4320
4402
  example: https://foobar.atlassian.net
4321
4403
 
4404
+ jira-data-center-api-key:
4405
+ display_name: Jira Data Center (API Key)
4406
+ categories:
4407
+ - productivity
4408
+ - ticketing
4409
+ auth_mode: API_KEY
4410
+ proxy:
4411
+ base_url: ${connectionConfig.baseUrl}
4412
+ retry:
4413
+ after: 'retry-after'
4414
+ headers:
4415
+ authorization: Bearer ${apiKey}
4416
+ docs: https://docs.nango.dev/integrations/all/jira-data-center-api-key
4417
+ docs_connect: https://docs.nango.dev/integrations/all/jira-data-center-api-key/connect
4418
+ connection_config:
4419
+ baseUrl:
4420
+ type: string
4421
+ title: Instance Base Url
4422
+ description: The base Url for your Jira Data Center instance
4423
+ pattern: '^(https?:\/\/)?[a-zA-Z0-9.-]+(:\d+)?$'
4424
+ example: https://foobar.atlassian.net
4425
+ doc_section: '#step-1-finding-your-instance-base-url'
4426
+ order: 1
4427
+ credentials:
4428
+ apiKey:
4429
+ type: string
4430
+ title: API Key
4431
+ description: The API key for your Jira Data Center
4432
+ doc_section: '#step-2-generating-your-api-key'
4433
+
4322
4434
  jotform:
4323
4435
  display_name: Jotform
4324
4436
  categories:
@@ -7111,7 +7223,7 @@ shortcut:
7111
7223
  shortcut-token: ${apiKey}
7112
7224
  verification:
7113
7225
  method: GET
7114
- endpoint: /v3/member
7226
+ endpoint: /api/v3/member
7115
7227
  docs: https://docs.nango.dev/integrations/all/shortcut
7116
7228
  credentials:
7117
7229
  apiKey: