@nangohq/providers 0.69.9 → 0.69.10

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 +155 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nangohq/providers",
3
- "version": "0.69.9",
3
+ "version": "0.69.10",
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.69.9",
14
+ "@nangohq/types": "0.69.10",
15
15
  "vitest": "3.2.4"
16
16
  },
17
17
  "files": [
package/providers.yaml CHANGED
@@ -3163,6 +3163,7 @@ connectwise-psa:
3163
3163
  - support
3164
3164
  - ticketing
3165
3165
  auth_mode: BASIC
3166
+ webhook_routing_script: connectwisePsaWebhookRouting
3166
3167
  proxy:
3167
3168
  base_url: https://${connectionConfig.subdomain}.myconnectwise.net/v4_6_release/apis/3.0
3168
3169
  headers:
@@ -3202,6 +3203,8 @@ connectwise-psa-staging:
3202
3203
  - support
3203
3204
  - ticketing
3204
3205
  auth_mode: BASIC
3206
+ webhook_routing_script: connectwisePsaWebhookRouting
3207
+
3205
3208
  proxy:
3206
3209
  base_url: https://api-staging.connectwisedev.com/v4_6_release/apis/3.0
3207
3210
  headers:
@@ -5508,6 +5511,45 @@ gitlab:
5508
5511
  base_url: https://gitlab.com
5509
5512
  docs: https://nango.dev/docs/integrations/all/gitlab
5510
5513
 
5514
+ gitlab-pat:
5515
+ display_name: GitLab (Personal Access Token)
5516
+ categories:
5517
+ - dev-tools
5518
+ - ticketing
5519
+ auth_mode: API_KEY
5520
+ proxy:
5521
+ base_url: https://${connectionConfig.hostname}
5522
+ headers:
5523
+ private-token: ${apiKey}
5524
+ retry:
5525
+ at:
5526
+ - 'x-ratelimit-reset'
5527
+ verification:
5528
+ method: GET
5529
+ headers:
5530
+ content-type: application/json
5531
+ endpoints:
5532
+ - /api/v4/users
5533
+ docs: https://nango.dev/docs/integrations/all/gitlab-pat
5534
+ docs_connect: https://nango.dev/docs/integrations/all/gitlab-pat/connect
5535
+ credentials:
5536
+ apiKey:
5537
+ type: string
5538
+ title: Personal Access Token
5539
+ example: glpat-PMJoma_*******.***.***xwve
5540
+ pattern: '^glpat-[A-Za-z0-9._-]+$'
5541
+ description: The Personal Access Token for your GitLab account
5542
+ doc_section: '#step-2-creating-your-personal-access-token'
5543
+ connection_config:
5544
+ hostname:
5545
+ type: string
5546
+ title: Hostname
5547
+ description: The hostname of your Gitlab instance
5548
+ format: hostname
5549
+ example: gitlab.com
5550
+ doc_section: '#step-1-finding-your-hostname'
5551
+ order: 1
5552
+
5511
5553
  ghost-admin:
5512
5554
  display_name: Ghost (Admin API)
5513
5555
  categories:
@@ -6686,6 +6728,31 @@ instagram:
6686
6728
  base_url: https://graph.instagram.com
6687
6729
  docs: https://nango.dev/docs/integrations/all/instagram
6688
6730
 
6731
+ icypeas:
6732
+ display_name: Icypeas
6733
+ categories:
6734
+ - marketing
6735
+ - crm
6736
+ auth_mode: API_KEY
6737
+ proxy:
6738
+ base_url: https://app.icypeas.com/api
6739
+ headers:
6740
+ authorization: ${apiKey}
6741
+ verification:
6742
+ method: POST
6743
+ endpoints:
6744
+ - /email-search
6745
+ docs: https://nango.dev/docs/integrations/all/icypeas
6746
+ docs_connect: https://nango.dev/docs/integrations/all/icypeas/connect
6747
+ credentials:
6748
+ apiKey:
6749
+ type: string
6750
+ title: API Key
6751
+ description: The API Key for your Icypeas account
6752
+ example: ab84bc2056614635866e4a98c153d7a1ab30541032fd433793d402f2a5db2404
6753
+ pattern: '^[a-f0-9]{64}$'
6754
+ doc_section: '#step-1-finding-your-api-key'
6755
+
6689
6756
  itglue:
6690
6757
  display_name: IT Glue
6691
6758
  categories:
@@ -7590,6 +7657,31 @@ lattice:
7590
7657
  description: The API key for your Lattice account
7591
7658
  doc_section: '#step-1-finding-lattice-api-key'
7592
7659
 
7660
+ leadmagic:
7661
+ display_name: LeadMagic
7662
+ categories:
7663
+ - marketing
7664
+ - crm
7665
+ auth_mode: API_KEY
7666
+ proxy:
7667
+ base_url: https://api.leadmagic.io
7668
+ headers:
7669
+ x-api-key: ${apiKey}
7670
+ verification:
7671
+ method: GET
7672
+ endpoints:
7673
+ - /v1/credits
7674
+ docs: https://nango.dev/docs/integrations/all/leadmagic
7675
+ docs_connect: https://nango.dev/docs/integrations/all/leadmagic/connect
7676
+ credentials:
7677
+ apiKey:
7678
+ type: string
7679
+ title: API Key
7680
+ description: The API Key for your LeadMagic account
7681
+ example: 1e30029c105a89d36b76b879f01208d8
7682
+ pattern: '^[a-f0-9]{32}$'
7683
+ doc_section: '#step-1-finding-your-api-key'
7684
+
7593
7685
  lessonly:
7594
7686
  display_name: Lessonly
7595
7687
  categories:
@@ -8663,7 +8755,7 @@ momentum-io:
8663
8755
  verification:
8664
8756
  method: GET
8665
8757
  endpoints:
8666
- - /v1/meetings
8758
+ - /v1/meetings?from=1970-01-01T00:00:00.000Z&pageSize=1
8667
8759
  docs: https://nango.dev/docs/integrations/all/momentum-io
8668
8760
  docs_connect: https://nango.dev/docs/integrations/all/momentum-io/connect
8669
8761
  credentials:
@@ -10134,6 +10226,33 @@ prive:
10134
10226
  description: The API key for your Prive account
10135
10227
  doc_section: '#step-1-requesting-your-prive-api-key'
10136
10228
 
10229
+ prospeo:
10230
+ display_name: Prospeo
10231
+ categories:
10232
+ - crm
10233
+ - marketing
10234
+ auth_mode: API_KEY
10235
+ proxy:
10236
+ base_url: https://api.prospeo.io
10237
+ headers:
10238
+ x-key: ${apiKey}
10239
+ verification:
10240
+ method: POST
10241
+ headers:
10242
+ content-type: application/json
10243
+ endpoints:
10244
+ - /account-information
10245
+ docs: https://nango.dev/docs/integrations/all/prospeo
10246
+ docs_connect: https://nango.dev/docs/integrations/all/prospeo/connect
10247
+ credentials:
10248
+ apiKey:
10249
+ type: string
10250
+ title: API Key
10251
+ description: Your Prospeo API Key
10252
+ example: 65d2be5e227e447d8777d36f934c611c
10253
+ pattern: '^[a-f0-9]{32}$'
10254
+ doc_section: '#step-1-finding-your-api-key'
10255
+
10137
10256
  private-api-bearer:
10138
10257
  display_name: Private API (Bearer Auth)
10139
10258
  auth_mode: API_KEY
@@ -11782,7 +11901,7 @@ sharepoint-online-v1:
11782
11901
  doc_section: '#step-4-generating-your-client-assertion'
11783
11902
 
11784
11903
  shipstation:
11785
- display_name: Shipstation
11904
+ display_name: Shipstation (v1)
11786
11905
  categories:
11787
11906
  - e-commerce
11788
11907
  auth_mode: BASIC
@@ -11797,6 +11916,7 @@ shipstation:
11797
11916
  content-type: application/json
11798
11917
  endpoints:
11799
11918
  - /users
11919
+ webhook_routing_script: shipstationWebhookRouting
11800
11920
  docs: https://nango.dev/docs/integrations/all/shipstation
11801
11921
  docs_connect: https://nango.dev/docs/integrations/all/shipstation/connect
11802
11922
  credentials:
@@ -11804,15 +11924,47 @@ shipstation:
11804
11924
  type: string
11805
11925
  title: API Key
11806
11926
  description: Your ShipStation API key
11927
+ example: '0ff30856c5634da1b5ce1953fdaf3dcd'
11928
+ pattern: '^[a-f0-9]{32}$'
11807
11929
  doc_section: '#step-1-finding-shipstation-api-key-and-api-secret'
11808
11930
  password:
11809
11931
  type: string
11810
11932
  title: API Secret
11811
11933
  description: Your Shipstation API secret
11934
+ example: '17f1c62148b044c687f80e1060224a4e'
11935
+ pattern: '^[a-f0-9]{32}$'
11812
11936
  # https://www.shipstation.com/docs/api/requirements/#authentication
11813
11937
  # Shipstation is using basic auth with API key and secret
11814
11938
  doc_section: '#step-1-finding-shipstation-api-key-and-api-secret'
11815
11939
 
11940
+ shipstation-v2:
11941
+ display_name: Shipstation (v2)
11942
+ categories:
11943
+ - e-commerce
11944
+ auth_mode: API_KEY
11945
+ proxy:
11946
+ base_url: https://api.shipstation.com
11947
+ retry:
11948
+ after:
11949
+ - 'retry-after'
11950
+ headers:
11951
+ api-key: ${apiKey}
11952
+ verification:
11953
+ method: GET
11954
+ endpoints:
11955
+ - /v2/users?page_size=1
11956
+ webhook_routing_script: shipstationWebhookRouting
11957
+ docs: https://nango.dev/docs/integrations/all/shipstation-v2
11958
+ docs_connect: https://nango.dev/docs/integrations/all/shipstation-v2/connect
11959
+ credentials:
11960
+ apiKey:
11961
+ type: string
11962
+ title: API Key
11963
+ description: The API Key for your Shipstation account
11964
+ example: zEfcI+rouT0q1fjQWHBOYnsGYiax3rGDjtt3O5UhFIw
11965
+ pattern: '^[A-Za-z0-9+/]+={0,2}$'
11966
+ doc_section: '#step-1-generating-your-api-key'
11967
+
11816
11968
  shopify:
11817
11969
  display_name: Shopify (OAuth)
11818
11970
  categories:
@@ -14418,7 +14570,7 @@ zoho-recruit:
14418
14570
  categories:
14419
14571
  - ats
14420
14572
  proxy:
14421
- base_url: https://recruit.zoho.com/recruit
14573
+ base_url: https://recruit.zoho.${connectionConfig.extension}/recruit
14422
14574
  docs: https://nango.dev/docs/integrations/all/zoho-recruit
14423
14575
  docs_connect: https://nango.dev/docs/integrations/all/zoho-recruit/connect
14424
14576
  connection_config:
@@ -14429,7 +14581,6 @@ zoho-recruit:
14429
14581
  pattern: '^[a-z.]+$'
14430
14582
  prefix: https://recruit.zoho.
14431
14583
  example: com
14432
- optional: true
14433
14584
  suffix: /
14434
14585
 
14435
14586
  zoom: