@nangohq/providers 0.61.1 → 0.61.3

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 +59 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nangohq/providers",
3
- "version": "0.61.1",
3
+ "version": "0.61.3",
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.61.1",
14
+ "@nangohq/types": "0.61.3",
15
15
  "vitest": "3.1.2"
16
16
  },
17
17
  "files": [
package/providers.yaml CHANGED
@@ -5244,6 +5244,7 @@ hubspot:
5244
5244
  connection_configuration:
5245
5245
  - portalId
5246
5246
  post_connection_script: hubspotPostConnection
5247
+ pre_connection_deletion_script: hubspotPreConnectionDeletion
5247
5248
  webhook_routing_script: hubspotWebhookRouting
5248
5249
  proxy:
5249
5250
  retry:
@@ -5323,12 +5324,18 @@ instantly:
5323
5324
  auth_mode: API_KEY
5324
5325
  proxy:
5325
5326
  base_url: https://api.instantly.ai/api
5327
+ headers:
5328
+ authorization: Bearer ${apiKey}
5326
5329
  docs: https://docs.nango.dev/integrations/all/instantly
5330
+ docs_connect: https://docs.nango.dev/integrations/all/instantly/connect
5327
5331
  credentials:
5328
5332
  apiKey:
5329
5333
  type: string
5330
5334
  title: API Key
5331
5335
  description: The API key for your Instantly account
5336
+ pattern: '^[A-Za-z0-9._=-]+$'
5337
+ example: ZTQ****************************************QQ==
5338
+ doc_section: '#step-1-generate-an-api-key'
5332
5339
 
5333
5340
  instagram:
5334
5341
  display_name: Instagram
@@ -5359,6 +5366,7 @@ intercom:
5359
5366
  retry:
5360
5367
  at: 'x-ratelimit-reset'
5361
5368
  docs: https://docs.nango.dev/integrations/all/intercom
5369
+ pre_connection_deletion_script: intercomPreConnectionDeletion
5362
5370
 
5363
5371
  intuit:
5364
5372
  display_name: Intuit
@@ -8455,6 +8463,7 @@ rippling:
8455
8463
  proxy:
8456
8464
  headers:
8457
8465
  authorization: Bearer ${apiKey}
8466
+ user-agent: Node.js/20.12.2 (linux; x64)
8458
8467
  base_url: https://rest.ripplingapis.com
8459
8468
  docs: https://docs.nango.dev/integrations/all/rippling
8460
8469
  docs_connect: https://docs.nango.dev/integrations/all/rippling/connect
@@ -9354,6 +9363,7 @@ slack:
9354
9363
  cursor_name_in_request: cursor
9355
9364
  limit_name_in_request: limit
9356
9365
  webhook_routing_script: slackWebhookRouting
9366
+ pre_connection_deletion_script: slackPreConnectionDeletion
9357
9367
  docs: https://docs.nango.dev/integrations/all/slack
9358
9368
 
9359
9369
  smartlead-ai:
@@ -9732,11 +9742,13 @@ stripe-app-sandbox:
9732
9742
  refresh_params:
9733
9743
  grant_type: refresh_token
9734
9744
  docs: https://docs.nango.dev/integrations/all/stripe-app-sandbox
9745
+ docs_connect: https://docs.nango.dev/integrations/all/stripe-app-sandbox/connect
9735
9746
  connection_config:
9736
9747
  appDomain:
9737
9748
  type: string
9738
9749
  title: App Domain
9739
- description: The domain of your Stripe app
9750
+ description: The unique identifier Stripe assigns to your app instance
9751
+ doc_section: '#step-1-finding-your-app-domain'
9740
9752
 
9741
9753
  supabase:
9742
9754
  display_name: Supabase
@@ -10028,6 +10040,29 @@ trakstar-hire:
10028
10040
  default_value: ''
10029
10041
  hidden: true
10030
10042
 
10043
+ trafft:
10044
+ display_name: Trafft
10045
+ categories:
10046
+ - productivity
10047
+ auth_mode: OAUTH2_CC
10048
+ token_url: https://${connectionConfig.subdomain}.admin.trafft.com/api/v2/token
10049
+ token_params:
10050
+ grant_type: client_credentials
10051
+ proxy:
10052
+ base_url: https://${connectionConfig.subdomain}.admin.trafft.com/api
10053
+ docs: https://docs.nango.dev/integrations/all/trafft
10054
+ docs_connect: https://docs.nango.dev/integrations/all/trafft/connect
10055
+ connection_config:
10056
+ subdomain:
10057
+ type: string
10058
+ title: Subdomain
10059
+ description: The subdomain of your Trafft instance
10060
+ example: subdomain
10061
+ format: hostname
10062
+ prefix: https://
10063
+ suffix: .admin.trafft.com
10064
+ doc_section: '#step-1-access-api-settings'
10065
+
10031
10066
  tremendous:
10032
10067
  display_name: Tremendous
10033
10068
  categories:
@@ -10456,33 +10491,47 @@ ukg-pro:
10456
10491
  display_name: UKG Pro
10457
10492
  categories:
10458
10493
  - hr
10459
- auth_mode: API_KEY
10494
+ auth_mode: BASIC
10460
10495
  proxy:
10461
10496
  base_url: https://${connectionConfig.hostname}
10462
10497
  headers:
10463
- authorization: Bearer ${apiKey}
10498
+ content-type: application/json
10499
+ us-customer-api-key: ${connectionConfig.customerApiKey}
10464
10500
  verification:
10465
10501
  method: GET
10466
10502
  endpoints:
10467
- - /v1/user-details
10503
+ - /configuration/v1/earnings
10468
10504
  docs: https://docs.nango.dev/integrations/all/ukg-pro
10469
10505
  docs_connect: https://docs.nango.dev/integrations/all/ukg-pro/connect
10470
10506
  credentials:
10471
- apiKey:
10507
+ username:
10472
10508
  type: string
10473
- title: API Token
10474
- description: The API Token for your UKG Pro account
10475
- doc_section: '#step-1-creating-a-web-service-account'
10476
- pattern: '^[a-zA-Z0-9.]{50,}$'
10509
+ title: Service Account Username
10510
+ description: The username for your UKG Pro service account
10511
+ doc_section: '#step-2-creating-a-web-service-account'
10512
+ password:
10513
+ type: string
10514
+ title: Service Account Password
10515
+ description: The password generated for your UKG Pro service account
10516
+ doc_section: '#step-2-creating-a-web-service-account'
10517
+ secret: true
10477
10518
  connection_config:
10519
+ customerApiKey:
10520
+ type: string
10521
+ order: 2
10522
+ title: Customer API Key
10523
+ description: Your UKG Pro Customer API Key found in Service Account Administration
10524
+ doc_section: '#step-1-finding-your-customer-api-key'
10525
+ secret: true
10478
10526
  hostname:
10479
10527
  type: string
10528
+ order: 1
10480
10529
  title: Hostname
10481
10530
  description: The tenant URL of your UKG Pro instance
10482
10531
  format: hostname
10483
10532
  example: servicet.ultipro.com
10484
10533
  prefix: https://
10485
- doc_section: '#step-2-finding-your-service-endpoint'
10534
+ doc_section: '#step-3-finding-your-hostname'
10486
10535
 
10487
10536
  ukg-ready:
10488
10537
  display_name: UKG Ready