@nangohq/providers 0.69.49 → 0.70.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.
package/providers.yaml CHANGED
@@ -1954,23 +1954,25 @@ aws:
1954
1954
  connection_config:
1955
1955
  subdomain:
1956
1956
  type: string
1957
- title: AWS Domain
1958
- description: The subdomain of your AWS account
1957
+ title: Cognito Domain Prefix
1958
+ description: The prefix of your Cognito User Pool domain.
1959
1959
  pattern: '^[a-z0-9_-]+$'
1960
- example: domain
1961
- suffix: .amazoncognito.com
1960
+ example: my-app-pool
1962
1961
  prefix: https://
1962
+ suffix: .auth
1963
1963
  extension:
1964
1964
  type: string
1965
- title: Domain Extension
1966
- description: The domain extension of your AWS account
1967
- example: com
1968
- pattern: '^[a-z.]+$'
1965
+ title: Cognito Region
1966
+ description: The AWS region where your Cognito User Pool is hosted.
1967
+ example: eu-north-1
1968
+ pattern: '^[a-z0-9-]+$'
1969
+ prefix: auth.
1970
+ suffix: .amazoncognito.com
1969
1971
  apiSubdomain:
1970
1972
  type: string
1971
- title: API Subdomain
1972
- description: The API subdomain to the API you want to connect to
1973
- example: idp.us-east-2
1973
+ title: Cognito API Subdomain
1974
+ description: The Cognito API subdomain.
1975
+ example: idp.eu-north-1
1974
1976
  pattern: '^[a-z0-9.-]+$'
1975
1977
  suffix: .amazonaws.com
1976
1978
  prefix: https://cognito-
@@ -4791,28 +4793,29 @@ datadog:
4791
4793
  retry:
4792
4794
  after:
4793
4795
  - 'x-ratelimit-reset'
4794
- docs: https://nango.dev/docs/integrations/all/datadog
4795
- docs_connect: https://nango.dev/docs/integrations/all/datadog/connect
4796
+ docs: https://nango.dev/docs/api-integrations/datadog
4797
+ docs_connect: https://nango.dev/docs/api-integrations/datadog/connect
4796
4798
  connection_config:
4797
4799
  siteParameter:
4798
4800
  type: string
4799
4801
  title: Site Parameter
4800
- description: The site parameter to datadog
4802
+ description: The site parameter to datadog.
4801
4803
  pattern: '^(us[35]\.)?(ap1\.)?(datadoghq\.(com|eu)|ddog-gov\.com)$'
4802
4804
  example: 'us5.datadoghq.com'
4805
+ order: 1
4803
4806
  doc_section: '#step-1-finding-your-datadog-domain'
4804
4807
  applicationKey:
4805
4808
  type: string
4806
4809
  title: Application Key
4807
- description: The application key required for read data access
4808
- pattern: '^[a-f0-9]{40}$'
4810
+ description: The application key required for read data access.
4811
+ pattern: '^[A-Za-z0-9_]+$'
4809
4812
  example: '5d8a7b3f2dc8bce1b234e7f1a1ac54728dbf9e4a7'
4810
4813
  doc_section: '#step-3-datadog-application-key'
4811
4814
  credentials:
4812
4815
  apiKey:
4813
4816
  type: string
4814
4817
  title: API Key
4815
- description: The API key for your Datadog account
4818
+ description: The API key for your Datadog account.
4816
4819
  pattern: '^[a-f0-9]{32}$'
4817
4820
  example: '4f3c12efb9659a0b5c123b568745dbf9'
4818
4821
  doc_section: '#step-2-datadog-api-key'
@@ -5444,6 +5447,43 @@ drata:
5444
5447
  title: API Key
5445
5448
  description: Your Drata API key
5446
5449
 
5450
+ cisco-duo-admin:
5451
+ display_name: Cisco Duo Admin API
5452
+ categories:
5453
+ - other
5454
+ auth_mode: BASIC
5455
+ proxy:
5456
+ base_url: https://${connectionConfig.hostname}
5457
+ headers:
5458
+ date: '${now:ddd, DD MMM YYYY HH:mm:ss ZZ}'
5459
+ authorization: "Basic ${base64(${credentials.username}:${hmacSha1Hex(${now:ddd, DD MMM YYYY HH:mm:ss ZZ}\n${method}\n${connectionConfig.hostname}\n${path}\n${params}, ${credentials.password})})}"
5460
+ retry:
5461
+ after:
5462
+ - 'retry-after'
5463
+ docs: https://nango.dev/docs/api-integrations/cisco-duo-admin
5464
+ docs_connect: https://nango.dev/docs/api-integrations/cisco-duo-admin/connect
5465
+ connection_config:
5466
+ hostname:
5467
+ type: string
5468
+ title: API Hostname
5469
+ description: Your Duo API hostname.
5470
+ example: api-xxxxxxxx.duosecurity.com
5471
+ pattern: 'api-[a-z0-9]+\.duosecurity\.com'
5472
+ order: 1
5473
+ credentials:
5474
+ username:
5475
+ type: string
5476
+ title: Integration Key
5477
+ description: Your Duo application's integration key.
5478
+ example: DIWJ8X6**********TQ1
5479
+ pattern: 'DI[A-Z0-9]{18}'
5480
+ password:
5481
+ type: string
5482
+ title: Secret Key
5483
+ description: Your Duo application's secret key.
5484
+ example: Zh5eGm**************************zLJ4Ep
5485
+ pattern: '[A-Za-z0-9]{40}'
5486
+
5447
5487
  contactout:
5448
5488
  display_name: ContactOut
5449
5489
  categories:
@@ -10336,6 +10376,35 @@ listrak:
10336
10376
  secret: true
10337
10377
  doc_section: '#step-1-create-api-credentials'
10338
10378
 
10379
+ lob:
10380
+ display_name: Lob
10381
+ categories:
10382
+ - marketing
10383
+ auth_mode: BASIC
10384
+ proxy:
10385
+ base_url: https://api.lob.com
10386
+ verification:
10387
+ method: GET
10388
+ endpoints:
10389
+ - /v1/addresses
10390
+ docs: https://nango.dev/docs/api-integrations/lob
10391
+ docs_connect: https://nango.dev/docs/api-integrations/lob/connect
10392
+ credentials:
10393
+ username:
10394
+ type: string
10395
+ title: Secret API Key
10396
+ description: Your Lob Secret API Key.
10397
+ secret: true
10398
+ example: 'test_0dc8d***************************5b0cc'
10399
+ pattern: '^(test|live)_[a-f0-9]{35}$'
10400
+ doc_section: '#step-1-getting-your-secret-api-key'
10401
+ password:
10402
+ type: string
10403
+ title: ''
10404
+ description: ''
10405
+ default_value: ''
10406
+ hidden: true
10407
+
10339
10408
  make:
10340
10409
  display_name: Make
10341
10410
  categories:
@@ -13791,6 +13860,37 @@ quickbase:
13791
13860
  example: bb_aa_xxxxxx_xxxxxxxxxxxxxxxxx
13792
13861
  doc_section: '#step-2-finding-your-user-token'
13793
13862
 
13863
+ qualia:
13864
+ display_name: Qualia
13865
+ categories:
13866
+ - legal
13867
+ auth_mode: BASIC
13868
+ proxy:
13869
+ base_url: https://${connectionConfig.subdomain}.qualia.io/api
13870
+ docs: https://nango.dev/docs/api-integrations/qualia
13871
+ docs_connect: https://nango.dev/docs/api-integrations/qualia/connect
13872
+ connection_config:
13873
+ subdomain:
13874
+ type: string
13875
+ title: Subdomain
13876
+ description: The subdomain of the Qualia platform you want to connect to.
13877
+ pattern: '^[a-z0-9-]+$'
13878
+ example: connect
13879
+ order: 1
13880
+ doc_section: '#step-1-finding-your-subdomain'
13881
+ credentials:
13882
+ username:
13883
+ type: string
13884
+ title: Username
13885
+ description: Your Qualia organization username.
13886
+ doc_section: '#step-2-finding-your-api-key'
13887
+ password:
13888
+ type: string
13889
+ title: Password
13890
+ description: Your Qualia API password.
13891
+ secret: true
13892
+ doc_section: '#step-2-finding-your-api-key'
13893
+
13794
13894
  quickbooks:
13795
13895
  display_name: Quickbooks
13796
13896
  categories:
@@ -14845,9 +14945,9 @@ salesforce-jwt:
14845
14945
  typ: JWT
14846
14946
  payload:
14847
14947
  iss: ${credentials.clientId}
14848
- aud: https://${credentials.authorizationUrl}
14948
+ aud: https://${connectionConfig.authorizationUrl}
14849
14949
  sub: ${credentials.username}
14850
- token_url: https://login.salesforce.com/services/oauth2/token
14950
+ token_url: https://${connectionConfig.authorizationUrl}/services/oauth2/token
14851
14951
  token_params:
14852
14952
  grant_type: urn:ietf:params:oauth:grant-type:jwt-bearer
14853
14953
  assertion: ${token}
@@ -14860,6 +14960,14 @@ salesforce-jwt:
14860
14960
  token_expires_in_ms: 0
14861
14961
  docs: https://nango.dev/docs/api-integrations/salesforce-jwt
14862
14962
  docs_connect: https://nango.dev/docs/api-integrations/salesforce-jwt/connect
14963
+ connection_config:
14964
+ authorizationUrl:
14965
+ type: string
14966
+ title: Authorization Server URL
14967
+ description: Your Salesforce authorization server URL.
14968
+ format: hostname
14969
+ example: 'login.salesforce.com'
14970
+ doc_section: '#step-5-finding-the-authorization-server-url'
14863
14971
  credentials:
14864
14972
  clientId:
14865
14973
  type: string
@@ -14887,13 +14995,6 @@ salesforce-jwt:
14887
14995
  description: The private key that matches the certificate you uploaded to the Connected App.
14888
14996
  example: '-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA\n-----END PRIVATE KEY-----'
14889
14997
  doc_section: '#step-1-create-a-private-key-and-self-signed-digital-certificate'
14890
- authorizationUrl:
14891
- type: string
14892
- title: Authorization Server URL
14893
- description: Your Salesforce authorization server URL.
14894
- format: hostname
14895
- example: 'login.salesforce.com'
14896
- doc_section: '#step-5-finding-the-authorization-server-url'
14897
14998
 
14898
14999
  salesforce-sandbox:
14899
15000
  display_name: Salesforce (Sandbox)
@@ -16763,8 +16864,9 @@ streak:
16763
16864
  headers:
16764
16865
  content-type: application/json
16765
16866
  accept: application/json
16766
- docs: https://nango.dev/docs/integrations/all/streak
16767
- docs_connect: https://nango.dev/docs/integrations/all/streak/connect
16867
+ webhook_routing_script: streakWebhookRouting
16868
+ docs: https://nango.dev/docs/api-integrations/streak
16869
+ docs_connect: https://nango.dev/docs/api-integrations/streak/connect
16768
16870
  credentials:
16769
16871
  username:
16770
16872
  type: string