@nangohq/providers 0.58.3 → 0.58.5

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 +186 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nangohq/providers",
3
- "version": "0.58.3",
3
+ "version": "0.58.5",
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.58.3",
14
+ "@nangohq/types": "0.58.5",
15
15
  "vitest": "3.1.1"
16
16
  },
17
17
  "files": [
package/providers.yaml CHANGED
@@ -4004,10 +4004,14 @@ ghost-admin:
4004
4004
  - design
4005
4005
  - cms
4006
4006
  auth_mode: JWT
4007
+ signature:
4008
+ protocol: HMAC
4007
4009
  token:
4010
+ signing_key: ${credentials.privateKey.secret}
4008
4011
  expires_in_ms: 300000
4009
- headers:
4012
+ header:
4010
4013
  alg: HS256
4014
+ kid: ${credentials.privateKey.id}
4011
4015
  payload:
4012
4016
  aud: /admin/
4013
4017
  proxy:
@@ -4028,12 +4032,21 @@ ghost-admin:
4028
4032
  description: The domain of your Ghost Admin which can be different from your main domain
4029
4033
  example: 'mock.ghost.io'
4030
4034
  pattern: '^([a-z0-9_-]+\.|)(ghost\.io|[a-z0-9_-]+\.[a-z]{2,})$'
4035
+ order: 1
4031
4036
  version:
4032
4037
  type: string
4033
4038
  title: API Version
4034
4039
  description: The version of the Ghost Admin API to use
4035
4040
  example: 'v3.0'
4036
4041
  pattern: '^v\d+\.\d+$'
4042
+ order: 2
4043
+ credentials:
4044
+ privateKey:
4045
+ type: string
4046
+ title: API Key
4047
+ description: The private key for your Ghost account
4048
+ pattern: '^[a-fA-F0-9]{24}:[a-fA-F0-9]{64}$'
4049
+ example: 1234567890abcdef12345678:abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890
4037
4050
 
4038
4051
  ghost-content:
4039
4052
  display_name: Ghost (Content API)
@@ -7628,6 +7641,32 @@ rippling-shop-app:
7628
7641
  description: ''
7629
7642
  automated: true
7630
7643
 
7644
+ rock-gym-pro:
7645
+ display_name: Rock Gym Pro
7646
+ categories:
7647
+ - crm
7648
+ auth_mode: BASIC
7649
+ proxy:
7650
+ base_url: https://api.rockgympro.com
7651
+ verification:
7652
+ method: GET
7653
+ endpoints:
7654
+ - /v1/ping
7655
+ paginate:
7656
+ type: offset
7657
+ offset_name_in_request: page
7658
+ limit_name_in_request: limit
7659
+ docs: https://docs.nango.dev/integrations/all/rock-gym-pro
7660
+ credentials:
7661
+ username:
7662
+ type: string
7663
+ title: API Username
7664
+ description: Your Rock Gym Pro API username
7665
+ password:
7666
+ type: string
7667
+ title: API Password
7668
+ description: Your Rock Gym Pro API password
7669
+
7631
7670
  segment:
7632
7671
  display_name: Segment
7633
7672
  categories:
@@ -8278,6 +8317,33 @@ shopify-api-key:
8278
8317
  pattern: '^(shpat|shpca|shppa)_[a-f0-9]{32}$'
8279
8318
  doc_section: '#step-2-generating-your-api-access-token'
8280
8319
 
8320
+ shopify-partner:
8321
+ display_name: Shopify Partner
8322
+ categories:
8323
+ - e-commerce
8324
+ auth_mode: API_KEY
8325
+ proxy:
8326
+ base_url: https://partners.shopify.com/${connectionConfig.partnerId}/api/
8327
+ headers:
8328
+ x-shopify-access-token: ${apiKey}
8329
+ content-type: application/json
8330
+ verification:
8331
+ method: POST
8332
+ endpoints:
8333
+ - 2025-04/graphql.json
8334
+ docs: https://docs.nango.dev/integrations/all/shopify-partner
8335
+ docs_connect: https://docs.nango.dev/integrations/all/shopify-partner/connect
8336
+ credentials:
8337
+ apiKey:
8338
+ type: string
8339
+ title: Partner Access Token
8340
+ description: The access token for your Shopify Partner account
8341
+ connection_config:
8342
+ partnerId:
8343
+ type: string
8344
+ title: Partner ID
8345
+ description: Your Shopify Partner ID
8346
+
8281
8347
  shopify-scim:
8282
8348
  display_name: Shopify (SCIM API)
8283
8349
  categories:
@@ -8342,6 +8408,8 @@ slack:
8342
8408
  - team.id
8343
8409
  proxy:
8344
8410
  base_url: https://slack.com/api
8411
+ retry:
8412
+ after: 'retry-after'
8345
8413
  paginate:
8346
8414
  type: cursor
8347
8415
  cursor_path_in_response: response_metadata.next_cursor
@@ -8350,6 +8418,33 @@ slack:
8350
8418
  webhook_routing_script: slackWebhookRouting
8351
8419
  docs: https://docs.nango.dev/integrations/all/slack
8352
8420
 
8421
+ smartlead-ai:
8422
+ display_name: Smartlead.ai
8423
+ categories:
8424
+ - communication
8425
+ - marketing
8426
+ auth_mode: API_KEY
8427
+ proxy:
8428
+ base_url: https://server.smartlead.ai/api
8429
+ retry:
8430
+ after: x-ratelimit-reset
8431
+ query:
8432
+ api_key: ${apiKey}
8433
+ verification:
8434
+ method: GET
8435
+ endpoints:
8436
+ - /v1/client
8437
+ docs: https://docs.nango.dev/integrations/all/smartlead-ai
8438
+ docs_connect: https://docs.nango.dev/integrations/all/smartlead-ai/connect
8439
+ credentials:
8440
+ apiKey:
8441
+ type: string
8442
+ title: API Key
8443
+ description: The API key for your Smartlead.ai account
8444
+ pattern: '^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}_[a-zA-Z0-9]+$'
8445
+ example: 12345678-1234-1234-1234-123456789012_abcdefg
8446
+ doc_section: '#step-1-generating-your-api-key'
8447
+
8353
8448
  smartrecruiters-api-key:
8354
8449
  display_name: Smartrecruiters
8355
8450
  auth_mode: API_KEY
@@ -8418,6 +8513,75 @@ snowflake:
8418
8513
  format: hostname
8419
8514
  prefix: https://
8420
8515
 
8516
+ snowflake-jwt:
8517
+ display_name: Snowflake (JWT)
8518
+ categories:
8519
+ - dev-tools
8520
+ auth_mode: JWT
8521
+ signature:
8522
+ protocol: RSA
8523
+ token:
8524
+ signing_key: ${credentials.privateKey}
8525
+ expires_in_ms: 3600000
8526
+ header:
8527
+ alg: RS256
8528
+ typ: JWT
8529
+ payload:
8530
+ iss: ${credentials.accountIdentifier}.${credentials.userName}.${credentials.fingerprint}
8531
+ sub: ${credentials.accountIdentifier}.${credentials.userName}
8532
+ proxy:
8533
+ headers:
8534
+ accept: application/json
8535
+ authorization: Bearer ${accessToken}
8536
+ x-snowflake-authorization-token-type: KEYPAIR_JWT
8537
+ base_url: https://${connectionConfig.subdomain}.snowflakecomputing.com
8538
+ verification:
8539
+ method: POST
8540
+ endpoints:
8541
+ - /api/v2/statements
8542
+ data: { 'statement': 'SELECT CURRENT_TIMESTAMP' }
8543
+ headers:
8544
+ x-snowflake-authorization-token-type: KEYPAIR_JWT
8545
+ docs: https://docs.nango.dev/integrations/all/snowflake-jwt
8546
+ docs_connect: https://docs.nango.dev/integrations/all/snowflake-jwt/connect
8547
+ connection_config:
8548
+ subdomain:
8549
+ type: string
8550
+ title: Subdomain
8551
+ description: The subdomain for your Snowflake instance
8552
+ example: KXOPMLU-RE00572
8553
+ order: 1
8554
+ doc_section: '#step-1-finding-your-subdomain'
8555
+ credentials:
8556
+ accountIdentifier:
8557
+ type: string
8558
+ title: Account Identifier
8559
+ description: The unique identifier for your Snowflake account.
8560
+ example: KXOPMLU-RE00572
8561
+ doc_section: '#step-2-finding-your-account-identifier'
8562
+ userName:
8563
+ type: string
8564
+ title: User Name
8565
+ description: The username for your Snowflake account used for authentication
8566
+ example: MYUSER
8567
+ doc_section: '#step-3-finding-your-user-name'
8568
+ privateKey:
8569
+ type: string
8570
+ title: Private Key
8571
+ description: The private key associated with your Snowflake account for JWT authentication
8572
+ example: -----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA\n-----END PRIVATE KEY-----
8573
+ pattern: '^-----BEGIN PRIVATE KEY-----\s*([A-Za-z0-9+/=\s]+)\s*-----END PRIVATE KEY-----$'
8574
+ secret: true
8575
+ doc_section: '#step-4-generating-your-private-key'
8576
+ fingerprint:
8577
+ type: string
8578
+ title: Fingerprint
8579
+ description: SHA-256 fingerprint of the public key uploaded to your Snowflake user
8580
+ example: SHA256:Zc9FB6P5bGsYa4WWCMsr3+PxUWr2F2HUdK/2XG5JQjg=
8581
+ pattern: '^SHA256:[A-Za-z0-9+/]{43}[A-Za-z0-9+/=]$'
8582
+ secret: true
8583
+ doc_section: '#step-5-finding-your-fingerprint'
8584
+
8421
8585
  splitwise:
8422
8586
  display_name: Splitwise
8423
8587
  categories:
@@ -9609,31 +9773,37 @@ workday:
9609
9773
  - popular
9610
9774
  auth_mode: BASIC
9611
9775
  proxy:
9612
- base_url: https://${connectionConfig.subdomain}.workday.com
9776
+ base_url: https://${connectionConfig.hostname}/ccx/service/${connectionConfig.tenant}
9613
9777
  docs: https://docs.nango.dev/integrations/all/workday
9614
9778
  docs_connect: https://docs.nango.dev/integrations/all/workday/connect
9615
9779
  connection_config:
9616
- subdomain:
9780
+ hostname:
9617
9781
  type: string
9618
- title: Workday Domain
9619
- description: The subdomain of your Workday account
9620
- pattern: '^[a-z0-9_-]+$'
9621
- example: domain
9622
- suffix: .workday.com
9782
+ title: Hostname
9783
+ description: The hostname of your Workday account
9784
+ format: hostname
9785
+ example: wd3-impl-services1.workday.com
9623
9786
  prefix: https://
9787
+ order: 1
9788
+ doc_section: '#step-1-finding-your-hostname'
9789
+ tenant:
9790
+ type: string
9791
+ title: Tenant
9792
+ description: The tenant of your Workday account
9793
+ example: yourtenant
9794
+ order: 2
9795
+ doc_section: '#step-2-finding-your-tenant'
9624
9796
  credentials:
9625
9797
  username:
9626
9798
  type: string
9627
- title: Client ID
9628
- description: Workday Client ID
9629
- doc_section: '#step-2-find-your-workday-client-id-and-client-secret'
9799
+ title: Username
9800
+ description: Workday API Username
9801
+ doc_section: '#step-4-generating-your-username'
9630
9802
  password:
9631
9803
  type: string
9632
- title: Client Secret
9633
- description: Workday Client Secret
9634
- doc_section: '#step-2-find-your-workday-client-id-and-client-secret'
9635
- # https://community.workday.com/sites/default/files/file-hosting/productionapi/index.html
9636
- # Workday is using basic auth with client ID and client secret as username and password
9804
+ title: Password
9805
+ description: Workday API Password
9806
+ doc_section: '#step-5-finding-your-password'
9637
9807
 
9638
9808
  wrike:
9639
9809
  display_name: Wrike