@nangohq/providers 0.67.4 → 0.67.6

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 +87 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nangohq/providers",
3
- "version": "0.67.4",
3
+ "version": "0.67.6",
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.67.4",
14
+ "@nangohq/types": "0.67.6",
15
15
  "vitest": "3.2.4"
16
16
  },
17
17
  "files": [
package/providers.yaml CHANGED
@@ -5189,6 +5189,15 @@ google-cloud-storage:
5189
5189
  - storage
5190
5190
  docs: https://docs.nango.dev/integrations/all/google-cloud-storage
5191
5191
 
5192
+ google-workspace-admin:
5193
+ display_name: Google Workspace Admin
5194
+ alias: google
5195
+ categories:
5196
+ - productivity
5197
+ proxy:
5198
+ base_url: https://admin.googleapis.com
5199
+ docs: https://docs.nango.dev/integrations/all/google-workspace-admin
5200
+
5192
5201
  gorgias:
5193
5202
  display_name: Gorgias
5194
5203
  categories:
@@ -12457,11 +12466,31 @@ zoho-books:
12457
12466
  display_name: Zoho Books
12458
12467
  alias: zoho
12459
12468
  docs: https://docs.nango.dev/integrations/all/zoho-books
12469
+ docs_connect: https://docs.nango.dev/integrations/all/zoho-books/connect
12470
+ connection_config:
12471
+ extension:
12472
+ type: string
12473
+ title: Domain Extension
12474
+ description: The domain extension of your Zoho Books account
12475
+ pattern: '^[a-z.]+$'
12476
+ prefix: https://books.zoho.
12477
+ example: com
12478
+ suffix: /
12460
12479
 
12461
12480
  zoho-crm:
12462
12481
  display_name: Zoho CRM
12463
12482
  alias: zoho
12464
12483
  docs: https://docs.nango.dev/integrations/all/zoho-crm
12484
+ docs_connect: https://docs.nango.dev/integrations/all/zoho-crm/connect
12485
+ connection_config:
12486
+ extension:
12487
+ type: string
12488
+ title: Domain Extension
12489
+ description: The domain extension of your Zoho CRM account
12490
+ pattern: '^[a-z.]+$'
12491
+ prefix: https://crm.zoho.
12492
+ example: com
12493
+ suffix: /
12465
12494
 
12466
12495
  zoho-calendar:
12467
12496
  display_name: Zoho Calendar
@@ -12476,7 +12505,7 @@ zoho-calendar:
12476
12505
  extension:
12477
12506
  type: string
12478
12507
  title: Domain Extension
12479
- description: The domain extension of your Zoho Calendar
12508
+ description: The domain extension of your Zoho Calendar account
12480
12509
  pattern: '^[a-z.]+$'
12481
12510
  prefix: https://calendar.zoho.
12482
12511
  example: com
@@ -12488,7 +12517,19 @@ zoho-desk:
12488
12517
  - support
12489
12518
  - ticketing
12490
12519
  alias: zoho
12520
+ proxy:
12521
+ base_url: https://desk.zoho.com/api
12491
12522
  docs: https://docs.nango.dev/integrations/all/zoho-desk
12523
+ docs_connect: https://docs.nango.dev/integrations/all/zoho-desk/connect
12524
+ connection_config:
12525
+ extension:
12526
+ type: string
12527
+ title: Domain Extension
12528
+ description: The domain extension of your Zoho Desk account
12529
+ pattern: '^[a-z.]+$'
12530
+ prefix: https://desk.zoho.
12531
+ example: com
12532
+ suffix: /
12492
12533
 
12493
12534
  zoho-inventory:
12494
12535
  display_name: Zoho Inventory
@@ -12496,6 +12537,16 @@ zoho-inventory:
12496
12537
  - e-commerce
12497
12538
  alias: zoho
12498
12539
  docs: https://docs.nango.dev/integrations/all/zoho-inventory
12540
+ docs_connect: https://docs.nango.dev/integrations/all/zoho-inventory/connect
12541
+ connection_config:
12542
+ extension:
12543
+ type: string
12544
+ title: Domain Extension
12545
+ description: The domain extension of your Zoho Inventory account
12546
+ pattern: '^[a-z.]+$'
12547
+ prefix: https://inventory.zoho.
12548
+ example: com
12549
+ suffix: /
12499
12550
 
12500
12551
  zoho-invoice:
12501
12552
  display_name: Zoho Invoice
@@ -12503,6 +12554,16 @@ zoho-invoice:
12503
12554
  - invoicing
12504
12555
  alias: zoho
12505
12556
  docs: https://docs.nango.dev/integrations/all/zoho-invoice
12557
+ docs_connect: https://docs.nango.dev/integrations/all/zoho-invoice/connect
12558
+ connection_config:
12559
+ extension:
12560
+ type: string
12561
+ title: Domain Extension
12562
+ description: The domain extension of your Zoho Invoice account
12563
+ pattern: '^[a-z.]+$'
12564
+ prefix: https://invoice.zoho.
12565
+ example: com
12566
+ suffix: /
12506
12567
 
12507
12568
  zoho-mail:
12508
12569
  display_name: Zoho Mail
@@ -12513,17 +12574,31 @@ zoho-mail:
12513
12574
  proxy:
12514
12575
  base_url: https://mail.zoho.${connectionConfig.extension}
12515
12576
  docs: https://docs.nango.dev/integrations/all/zoho-mail
12577
+ docs_connect: https://docs.nango.dev/integrations/all/zoho-mail/connect
12516
12578
  connection_config:
12517
12579
  extension:
12518
12580
  type: string
12519
12581
  title: Domain Extension
12520
- description: The domain extension of your Zoho account
12582
+ description: The domain extension of your Zoho Mail account
12521
12583
  pattern: '^[a-z.]+$'
12584
+ prefix: https://mail.zoho.
12585
+ example: com
12586
+ suffix: /
12522
12587
 
12523
12588
  zoho-bigin:
12524
12589
  display_name: Zoho Bigin
12525
12590
  alias: zoho
12526
12591
  docs: https://docs.nango.dev/integrations/all/zoho-bigin
12592
+ docs_connect: https://docs.nango.dev/integrations/all/zoho-bigin/connect
12593
+ connection_config:
12594
+ extension:
12595
+ type: string
12596
+ title: Domain Extension
12597
+ description: The domain extension of your Zoho Bigin account
12598
+ pattern: '^[a-z.]+$'
12599
+ prefix: https://bigin.zoho.
12600
+ example: com
12601
+ suffix: /
12527
12602
 
12528
12603
  zoho-people:
12529
12604
  display_name: Zoho People
@@ -12533,6 +12608,16 @@ zoho-people:
12533
12608
  proxy:
12534
12609
  base_url: https://people.zoho.com
12535
12610
  docs: https://docs.nango.dev/integrations/all/zoho-people
12611
+ docs_connect: https://docs.nango.dev/integrations/all/zoho-people/connect
12612
+ connection_config:
12613
+ extension:
12614
+ type: string
12615
+ title: Domain Extension
12616
+ description: The domain extension of your Zoho People account
12617
+ pattern: '^[a-z.]+$'
12618
+ prefix: https://people.zoho.
12619
+ example: com
12620
+ suffix: /
12536
12621
 
12537
12622
  zoom:
12538
12623
  display_name: Zoom