@nangohq/providers 0.59.13 → 0.60.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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/providers.yaml +89 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nangohq/providers",
3
- "version": "0.59.13",
3
+ "version": "0.60.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.59.13",
14
+ "@nangohq/types": "0.60.0",
15
15
  "vitest": "3.1.2"
16
16
  },
17
17
  "files": [
package/providers.yaml CHANGED
@@ -7886,6 +7886,7 @@ posthog:
7886
7886
  title: API Key
7887
7887
  description: The API key for your PostHog account
7888
7888
  doc_section: '#step-1-finding-your-posthog-api-key'
7889
+
7889
7890
  prive:
7890
7891
  display_name: Prive
7891
7892
  categories:
@@ -7905,6 +7906,26 @@ prive:
7905
7906
  description: The API key for your Prive account
7906
7907
  doc_section: '#step-1-requesting-your-prive-api-key'
7907
7908
 
7909
+ precisefp:
7910
+ display_name: PreciseFP
7911
+ categories:
7912
+ - crm
7913
+ - productivity
7914
+ auth_mode: OAUTH2
7915
+ authorization_url: https://app.precisefp.com/oauth/authorize
7916
+ token_url: https://app.precisefp.com/oauth/token
7917
+ authorization_params:
7918
+ response_type: code
7919
+ scope: '*'
7920
+ token_params:
7921
+ grant_type: authorization_code
7922
+ refresh_params:
7923
+ grant_type: refresh_token
7924
+ authorization_method: header
7925
+ proxy:
7926
+ base_url: https://app.precisefp.com
7927
+ docs: https://docs.nango.dev/integrations/all/precisefp
7928
+
7908
7929
  productboard:
7909
7930
  display_name: Productboard
7910
7931
  categories:
@@ -10368,6 +10389,74 @@ ukg-pro-wfm:
10368
10389
  example: wfm
10369
10390
  doc_section: '#step-1-finding-your-tenant-url-and-tenant-name'
10370
10391
 
10392
+ ukg-pro:
10393
+ display_name: UKG Pro
10394
+ categories:
10395
+ - hr
10396
+ auth_mode: API_KEY
10397
+ proxy:
10398
+ base_url: https://${connectionConfig.hostname}
10399
+ headers:
10400
+ authorization: Bearer ${apiKey}
10401
+ verification:
10402
+ method: GET
10403
+ endpoints:
10404
+ - /v1/user-details
10405
+ docs: https://docs.nango.dev/integrations/all/ukg-pro
10406
+ docs_connect: https://docs.nango.dev/integrations/all/ukg-pro/connect
10407
+ credentials:
10408
+ apiKey:
10409
+ type: string
10410
+ title: API Token
10411
+ description: The API Token for your UKG Pro account
10412
+ doc_section: '#step-1-creating-a-web-service-account'
10413
+ pattern: '^[a-zA-Z0-9.]{50,}$'
10414
+ connection_config:
10415
+ hostname:
10416
+ type: string
10417
+ title: Hostname
10418
+ description: The tenant URL of your UKG Pro instance
10419
+ format: hostname
10420
+ example: servicet.ultipro.com
10421
+ prefix: https://
10422
+ doc_section: '#step-2-finding-your-service-endpoint'
10423
+
10424
+ ukg-ready:
10425
+ display_name: UKG Ready
10426
+ categories:
10427
+ - hr
10428
+ auth_mode: OAUTH2
10429
+ authorization_url: https://${connectionConfig.hostname}/api/v2/client/tokens
10430
+ token_url: https://${connectionConfig.hostname}/api/v2/client/tokens
10431
+ scope_separator: ' '
10432
+ authorization_params:
10433
+ response_type: code
10434
+ audience: https://${connectionConfig.hostname}/api
10435
+ realm: ${connectionConfig.tenantName}
10436
+ token_params:
10437
+ grant_type: authorization_code
10438
+ refresh_params:
10439
+ grant_type: refresh_token
10440
+ proxy:
10441
+ base_url: https://${connectionConfig.hostname}
10442
+ docs: https://docs.nango.dev/integrations/all/ukg-ready
10443
+ docs_connect: https://docs.nango.dev/integrations/all/ukg-ready/connect
10444
+ connection_config:
10445
+ hostname:
10446
+ type: string
10447
+ title: Tenant URL
10448
+ description: The tenant URL of your UKG Ready instance
10449
+ format: hostname
10450
+ example: wfm.us1.ukg.com
10451
+ suffix: /api
10452
+ prefix: https://
10453
+ doc_section: '#step-1-finding-your-tenant-url-and-tenant-name'
10454
+ tenantName:
10455
+ type: string
10456
+ title: Tenant Name
10457
+ description: The tenant name of your UKG Ready instance
10458
+ example: wfm
10459
+ doc_section: '#step-1-finding-your-tenant-url-and-tenant-name'
10371
10460
  unanet:
10372
10461
  display_name: Unanet
10373
10462
  categories: