integrate-sdk 0.9.53-dev.0 → 0.9.53-dev.1

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/dist/index.js CHANGED
@@ -880,7 +880,7 @@ var INTEGRATION_LIBRARY_METADATA = {
880
880
  category: "Lifestyle"
881
881
  },
882
882
  google_home: {
883
- description: "Manage Google Home/Nest list devices, get device, execute device command, list structures, list rooms",
883
+ description: "Manage Google Home devices, structures, rooms, and device commands",
884
884
  category: "Lifestyle"
885
885
  },
886
886
  sonos: {
@@ -1028,7 +1028,7 @@ var INTEGRATION_LIBRARY_METADATA = {
1028
1028
  category: "Accounting"
1029
1029
  },
1030
1030
  sage: {
1031
- description: "Manage Sage Accounting get business, list contacts, create contact, list products, list sales invoices",
1031
+ description: "Manage Sage business details, contacts, products, and sales invoices",
1032
1032
  category: "Accounting"
1033
1033
  },
1034
1034
  freeagent: {
@@ -1068,7 +1068,7 @@ var INTEGRATION_LIBRARY_METADATA = {
1068
1068
  category: "Banking"
1069
1069
  },
1070
1070
  gocardless: {
1071
- description: "Manage GoCardless Bank Account Data list institutions, create requisition, get requisition, get account, get balances",
1071
+ description: "Manage GoCardless institutions, requisitions, accounts, balances, and transactions",
1072
1072
  category: "Banking"
1073
1073
  },
1074
1074
  google_ads: {
@@ -1165,7 +1165,7 @@ var INTEGRATION_LIBRARY_METADATA = {
1165
1165
  },
1166
1166
  calcom: {
1167
1167
  description: "Manage Cal.com bookings and schedules",
1168
- category: "Business"
1168
+ category: "Productivity"
1169
1169
  },
1170
1170
  canva: {
1171
1171
  description: "List and create Canva designs, manage folders, and export assets",
@@ -1280,8 +1280,8 @@ var INTEGRATION_LIBRARY_METADATA = {
1280
1280
  category: "Engineering"
1281
1281
  },
1282
1282
  ramp: {
1283
- description: "Manage Ramp corporate cards, bills, and spend",
1284
- category: "Business"
1283
+ description: "Manage Ramp corporate cards, bills, reimbursements, and spend controls",
1284
+ category: "Finance"
1285
1285
  },
1286
1286
  quickbooks: {
1287
1287
  description: "Manage QuickBooks Online accounting data, invoices, bills, payments, and reports",
@@ -1377,7 +1377,7 @@ var INTEGRATION_LIBRARY_METADATA = {
1377
1377
  },
1378
1378
  workos: {
1379
1379
  description: "Manage WorkOS organizations, users, directory sync, and AuthKit",
1380
- category: "Infrastructure"
1380
+ category: "Identity & Access"
1381
1381
  },
1382
1382
  whatsapp: {
1383
1383
  description: "Send WhatsApp messages and templates",
@@ -1461,7 +1461,7 @@ var INTEGRATION_LIBRARY_METADATA = {
1461
1461
  },
1462
1462
  clerk: {
1463
1463
  description: "Manage Clerk users, organizations, and authentication",
1464
- category: "Infrastructure"
1464
+ category: "Identity & Access"
1465
1465
  },
1466
1466
  clickup: {
1467
1467
  description: "Manage ClickUp tasks, lists, spaces, and workspaces",
@@ -1541,7 +1541,7 @@ var INTEGRATION_LIBRARY_METADATA = {
1541
1541
  },
1542
1542
  typeform: {
1543
1543
  description: "Create and manage Typeform surveys and responses",
1544
- category: "Business"
1544
+ category: "Productivity"
1545
1545
  },
1546
1546
  webflow: {
1547
1547
  description: "Manage Webflow sites, collections, and CMS content",
@@ -1549,7 +1549,7 @@ var INTEGRATION_LIBRARY_METADATA = {
1549
1549
  },
1550
1550
  workday: {
1551
1551
  description: "Read Workday HR data including workers, organizations, and pay",
1552
- category: "Business"
1552
+ category: "HR & Recruiting"
1553
1553
  },
1554
1554
  xero: {
1555
1555
  description: "Manage Xero invoices, contacts, and accounting data",
@@ -1557,7 +1557,7 @@ var INTEGRATION_LIBRARY_METADATA = {
1557
1557
  },
1558
1558
  zapier: {
1559
1559
  description: "Trigger and manage Zapier automation workflows",
1560
- category: "Engineering"
1560
+ category: "Productivity"
1561
1561
  }
1562
1562
  };
1563
1563
  function integrationLibraryPresentationFields(integration) {
@@ -7184,7 +7184,7 @@ function philipsHueIntegration(config = {}) {
7184
7184
  };
7185
7185
  }
7186
7186
  // src/integrations/google_home.ts
7187
- var logger56 = createLogger("Google Home/Nest");
7187
+ var logger56 = createLogger("Google Home");
7188
7188
  var GOOGLE_HOME_SCOPES = [
7189
7189
  "https://www.googleapis.com/auth/sdm.service"
7190
7190
  ];
@@ -7199,18 +7199,18 @@ function googleHomeIntegration(config = {}) {
7199
7199
  const oauth = { provider: "google_home", clientId: config.clientId ?? getEnv("GOOGLE_HOME_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("GOOGLE_HOME_CLIENT_SECRET"), scopes: config.scopes ?? [...GOOGLE_HOME_SCOPES], redirectUri: config.redirectUri, config };
7200
7200
  return {
7201
7201
  id: "google_home",
7202
- name: "Google Home/Nest",
7202
+ name: "Google Home",
7203
7203
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_home.png",
7204
- description: "Manage Google Home/Nest list devices, get device, execute device command, list structures, list rooms",
7204
+ description: "Manage Google Home devices, structures, rooms, and device commands",
7205
7205
  category: "Lifestyle",
7206
7206
  tools: [...GOOGLE_HOME_TOOLS],
7207
7207
  authType: "oauth",
7208
7208
  oauth,
7209
7209
  async onInit() {
7210
- logger56.debug("Google Home/Nest integration initialized");
7210
+ logger56.debug("Google Home integration initialized");
7211
7211
  },
7212
7212
  async onAfterConnect() {
7213
- logger56.debug("Google Home/Nest integration connected");
7213
+ logger56.debug("Google Home integration connected");
7214
7214
  }
7215
7215
  };
7216
7216
  }
@@ -8483,7 +8483,7 @@ function exactOnlineIntegration(config = {}) {
8483
8483
  };
8484
8484
  }
8485
8485
  // src/integrations/sage.ts
8486
- var logger93 = createLogger("Sage Accounting");
8486
+ var logger93 = createLogger("Sage");
8487
8487
  var SAGE_SCOPES = [
8488
8488
  "full_access"
8489
8489
  ];
@@ -8499,18 +8499,18 @@ function sageIntegration(config = {}) {
8499
8499
  const oauth = { provider: "sage", clientId: config.clientId ?? getEnv("SAGE_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("SAGE_CLIENT_SECRET"), scopes: config.scopes ?? [...SAGE_SCOPES], redirectUri: config.redirectUri, config };
8500
8500
  return {
8501
8501
  id: "sage",
8502
- name: "Sage Accounting",
8502
+ name: "Sage",
8503
8503
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/sage.png",
8504
- description: "Manage Sage Accounting get business, list contacts, create contact, list products, list sales invoices",
8504
+ description: "Manage Sage business details, contacts, products, and sales invoices",
8505
8505
  category: "Accounting",
8506
8506
  tools: [...SAGE_TOOLS],
8507
8507
  authType: "oauth",
8508
8508
  oauth,
8509
8509
  async onInit() {
8510
- logger93.debug("Sage Accounting integration initialized");
8510
+ logger93.debug("Sage integration initialized");
8511
8511
  },
8512
8512
  async onAfterConnect() {
8513
- logger93.debug("Sage Accounting integration connected");
8513
+ logger93.debug("Sage integration connected");
8514
8514
  }
8515
8515
  };
8516
8516
  }
@@ -8835,7 +8835,7 @@ function tinkIntegration(config = {}) {
8835
8835
  };
8836
8836
  }
8837
8837
  // src/integrations/gocardless.ts
8838
- var logger103 = createLogger("GoCardless Bank Account Data");
8838
+ var logger103 = createLogger("GoCardless");
8839
8839
  var GOCARDLESS_SCOPES = [
8840
8840
  "openid",
8841
8841
  "accounts",
@@ -8854,18 +8854,18 @@ function gocardlessIntegration(config = {}) {
8854
8854
  const oauth = { provider: "gocardless", clientId: config.clientId ?? getEnv("GOCARDLESS_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("GOCARDLESS_CLIENT_SECRET"), scopes: config.scopes ?? [...GOCARDLESS_SCOPES], redirectUri: config.redirectUri, config };
8855
8855
  return {
8856
8856
  id: "gocardless",
8857
- name: "GoCardless Bank Account Data",
8857
+ name: "GoCardless",
8858
8858
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/gocardless.png",
8859
- description: "Manage GoCardless Bank Account Data list institutions, create requisition, get requisition, get account, get balances",
8859
+ description: "Manage GoCardless institutions, requisitions, accounts, balances, and transactions",
8860
8860
  category: "Banking",
8861
8861
  tools: [...GOCARDLESS_TOOLS],
8862
8862
  authType: "oauth",
8863
8863
  oauth,
8864
8864
  async onInit() {
8865
- logger103.debug("GoCardless Bank Account Data integration initialized");
8865
+ logger103.debug("GoCardless integration initialized");
8866
8866
  },
8867
8867
  async onAfterConnect() {
8868
- logger103.debug("GoCardless Bank Account Data integration connected");
8868
+ logger103.debug("GoCardless integration connected");
8869
8869
  }
8870
8870
  };
8871
8871
  }
@@ -9580,7 +9580,7 @@ function astronomerIntegration(options = {}) {
9580
9580
  name: "Astronomer",
9581
9581
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/astronomer.png",
9582
9582
  description: "Manage Astro organizations, workspaces, deployments, clusters, and deploy history via the Astro API v1",
9583
- category: "Infrastructure",
9583
+ category: "Engineering",
9584
9584
  tools: [...ASTRONOMER_TOOLS],
9585
9585
  authType: "apiKey",
9586
9586
  getHeaders() {
@@ -9621,7 +9621,7 @@ function betterstackIntegration(options = {}) {
9621
9621
  name: "Better Stack",
9622
9622
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/betterstack.png",
9623
9623
  description: "Ingest and manage log sources, collectors, and metrics with Better Stack Logs (Logtail) Telemetry API",
9624
- category: "Infrastructure",
9624
+ category: "Engineering",
9625
9625
  tools: [...BETTERSTACK_TOOLS],
9626
9626
  authType: "apiKey",
9627
9627
  getHeaders() {
@@ -9871,6 +9871,8 @@ function rampIntegration(config = {}) {
9871
9871
  id: "ramp",
9872
9872
  name: "Ramp",
9873
9873
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/ramp.jpeg",
9874
+ description: "Manage Ramp corporate cards, bills, reimbursements, and spend controls",
9875
+ category: "Finance",
9874
9876
  tools: [...RAMP_TOOLS],
9875
9877
  oauth,
9876
9878
  async onInit(_client) {
@@ -11843,7 +11845,7 @@ function convexIntegration(options = {}) {
11843
11845
  name: "Convex",
11844
11846
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/convex.png",
11845
11847
  description: "Manage Convex projects, deployments, regions, classes, and environment variables",
11846
- category: "Infrastructure",
11848
+ category: "Engineering",
11847
11849
  tools: [...CONVEX_TOOLS],
11848
11850
  authType: "apiKey",
11849
11851
  getHeaders() {
@@ -12018,7 +12020,7 @@ function workosIntegration(options = {}) {
12018
12020
  name: "WorkOS",
12019
12021
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/workos.png",
12020
12022
  description: "Manage WorkOS organizations, AuthKit users, memberships, and directory sync",
12021
- category: "Infrastructure",
12023
+ category: "Identity & Access",
12022
12024
  tools: [...WORKOS_TOOLS],
12023
12025
  authType: "apiKey",
12024
12026
  getHeaders() {
@@ -12056,7 +12058,7 @@ function workdayIntegration(config = {}) {
12056
12058
  name: "Workday",
12057
12059
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/workday.png",
12058
12060
  description: "Query Workday workers via the tenant REST API",
12059
- category: "Business",
12061
+ category: "HR & Recruiting",
12060
12062
  tools: [...WORKDAY_TOOLS],
12061
12063
  oauth,
12062
12064
  async onInit(_client) {
@@ -12592,8 +12594,8 @@ function clerkIntegration(options = {}) {
12592
12594
  id: "clerk",
12593
12595
  name: "Clerk",
12594
12596
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/clerk.png",
12595
- description: "Manage Clerk users, organizations, and sessions via the Backend API",
12596
- category: "Business",
12597
+ description: "Manage Clerk users, organizations, sessions, and authentication settings",
12598
+ category: "Identity & Access",
12597
12599
  tools: [...CLERK_TOOLS],
12598
12600
  authType: "apiKey",
12599
12601
  getHeaders() {
@@ -880,7 +880,7 @@ var INTEGRATION_LIBRARY_METADATA = {
880
880
  category: "Lifestyle"
881
881
  },
882
882
  google_home: {
883
- description: "Manage Google Home/Nest list devices, get device, execute device command, list structures, list rooms",
883
+ description: "Manage Google Home devices, structures, rooms, and device commands",
884
884
  category: "Lifestyle"
885
885
  },
886
886
  sonos: {
@@ -1028,7 +1028,7 @@ var INTEGRATION_LIBRARY_METADATA = {
1028
1028
  category: "Accounting"
1029
1029
  },
1030
1030
  sage: {
1031
- description: "Manage Sage Accounting get business, list contacts, create contact, list products, list sales invoices",
1031
+ description: "Manage Sage business details, contacts, products, and sales invoices",
1032
1032
  category: "Accounting"
1033
1033
  },
1034
1034
  freeagent: {
@@ -1068,7 +1068,7 @@ var INTEGRATION_LIBRARY_METADATA = {
1068
1068
  category: "Banking"
1069
1069
  },
1070
1070
  gocardless: {
1071
- description: "Manage GoCardless Bank Account Data list institutions, create requisition, get requisition, get account, get balances",
1071
+ description: "Manage GoCardless institutions, requisitions, accounts, balances, and transactions",
1072
1072
  category: "Banking"
1073
1073
  },
1074
1074
  google_ads: {
@@ -1165,7 +1165,7 @@ var INTEGRATION_LIBRARY_METADATA = {
1165
1165
  },
1166
1166
  calcom: {
1167
1167
  description: "Manage Cal.com bookings and schedules",
1168
- category: "Business"
1168
+ category: "Productivity"
1169
1169
  },
1170
1170
  canva: {
1171
1171
  description: "List and create Canva designs, manage folders, and export assets",
@@ -1280,8 +1280,8 @@ var INTEGRATION_LIBRARY_METADATA = {
1280
1280
  category: "Engineering"
1281
1281
  },
1282
1282
  ramp: {
1283
- description: "Manage Ramp corporate cards, bills, and spend",
1284
- category: "Business"
1283
+ description: "Manage Ramp corporate cards, bills, reimbursements, and spend controls",
1284
+ category: "Finance"
1285
1285
  },
1286
1286
  quickbooks: {
1287
1287
  description: "Manage QuickBooks Online accounting data, invoices, bills, payments, and reports",
@@ -1377,7 +1377,7 @@ var INTEGRATION_LIBRARY_METADATA = {
1377
1377
  },
1378
1378
  workos: {
1379
1379
  description: "Manage WorkOS organizations, users, directory sync, and AuthKit",
1380
- category: "Infrastructure"
1380
+ category: "Identity & Access"
1381
1381
  },
1382
1382
  whatsapp: {
1383
1383
  description: "Send WhatsApp messages and templates",
@@ -1461,7 +1461,7 @@ var INTEGRATION_LIBRARY_METADATA = {
1461
1461
  },
1462
1462
  clerk: {
1463
1463
  description: "Manage Clerk users, organizations, and authentication",
1464
- category: "Infrastructure"
1464
+ category: "Identity & Access"
1465
1465
  },
1466
1466
  clickup: {
1467
1467
  description: "Manage ClickUp tasks, lists, spaces, and workspaces",
@@ -1541,7 +1541,7 @@ var INTEGRATION_LIBRARY_METADATA = {
1541
1541
  },
1542
1542
  typeform: {
1543
1543
  description: "Create and manage Typeform surveys and responses",
1544
- category: "Business"
1544
+ category: "Productivity"
1545
1545
  },
1546
1546
  webflow: {
1547
1547
  description: "Manage Webflow sites, collections, and CMS content",
@@ -1549,7 +1549,7 @@ var INTEGRATION_LIBRARY_METADATA = {
1549
1549
  },
1550
1550
  workday: {
1551
1551
  description: "Read Workday HR data including workers, organizations, and pay",
1552
- category: "Business"
1552
+ category: "HR & Recruiting"
1553
1553
  },
1554
1554
  xero: {
1555
1555
  description: "Manage Xero invoices, contacts, and accounting data",
@@ -1557,7 +1557,7 @@ var INTEGRATION_LIBRARY_METADATA = {
1557
1557
  },
1558
1558
  zapier: {
1559
1559
  description: "Trigger and manage Zapier automation workflows",
1560
- category: "Engineering"
1560
+ category: "Productivity"
1561
1561
  }
1562
1562
  };
1563
1563
  function integrationLibraryPresentationFields(integration) {
@@ -7184,7 +7184,7 @@ function philipsHueIntegration(config = {}) {
7184
7184
  };
7185
7185
  }
7186
7186
  // src/integrations/google_home.ts
7187
- var logger56 = createLogger("Google Home/Nest");
7187
+ var logger56 = createLogger("Google Home");
7188
7188
  var GOOGLE_HOME_SCOPES = [
7189
7189
  "https://www.googleapis.com/auth/sdm.service"
7190
7190
  ];
@@ -7199,18 +7199,18 @@ function googleHomeIntegration(config = {}) {
7199
7199
  const oauth = { provider: "google_home", clientId: config.clientId ?? getEnv("GOOGLE_HOME_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("GOOGLE_HOME_CLIENT_SECRET"), scopes: config.scopes ?? [...GOOGLE_HOME_SCOPES], redirectUri: config.redirectUri, config };
7200
7200
  return {
7201
7201
  id: "google_home",
7202
- name: "Google Home/Nest",
7202
+ name: "Google Home",
7203
7203
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/google_home.png",
7204
- description: "Manage Google Home/Nest list devices, get device, execute device command, list structures, list rooms",
7204
+ description: "Manage Google Home devices, structures, rooms, and device commands",
7205
7205
  category: "Lifestyle",
7206
7206
  tools: [...GOOGLE_HOME_TOOLS],
7207
7207
  authType: "oauth",
7208
7208
  oauth,
7209
7209
  async onInit() {
7210
- logger56.debug("Google Home/Nest integration initialized");
7210
+ logger56.debug("Google Home integration initialized");
7211
7211
  },
7212
7212
  async onAfterConnect() {
7213
- logger56.debug("Google Home/Nest integration connected");
7213
+ logger56.debug("Google Home integration connected");
7214
7214
  }
7215
7215
  };
7216
7216
  }
@@ -8483,7 +8483,7 @@ function exactOnlineIntegration(config = {}) {
8483
8483
  };
8484
8484
  }
8485
8485
  // src/integrations/sage.ts
8486
- var logger93 = createLogger("Sage Accounting");
8486
+ var logger93 = createLogger("Sage");
8487
8487
  var SAGE_SCOPES = [
8488
8488
  "full_access"
8489
8489
  ];
@@ -8499,18 +8499,18 @@ function sageIntegration(config = {}) {
8499
8499
  const oauth = { provider: "sage", clientId: config.clientId ?? getEnv("SAGE_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("SAGE_CLIENT_SECRET"), scopes: config.scopes ?? [...SAGE_SCOPES], redirectUri: config.redirectUri, config };
8500
8500
  return {
8501
8501
  id: "sage",
8502
- name: "Sage Accounting",
8502
+ name: "Sage",
8503
8503
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/sage.png",
8504
- description: "Manage Sage Accounting get business, list contacts, create contact, list products, list sales invoices",
8504
+ description: "Manage Sage business details, contacts, products, and sales invoices",
8505
8505
  category: "Accounting",
8506
8506
  tools: [...SAGE_TOOLS],
8507
8507
  authType: "oauth",
8508
8508
  oauth,
8509
8509
  async onInit() {
8510
- logger93.debug("Sage Accounting integration initialized");
8510
+ logger93.debug("Sage integration initialized");
8511
8511
  },
8512
8512
  async onAfterConnect() {
8513
- logger93.debug("Sage Accounting integration connected");
8513
+ logger93.debug("Sage integration connected");
8514
8514
  }
8515
8515
  };
8516
8516
  }
@@ -8835,7 +8835,7 @@ function tinkIntegration(config = {}) {
8835
8835
  };
8836
8836
  }
8837
8837
  // src/integrations/gocardless.ts
8838
- var logger103 = createLogger("GoCardless Bank Account Data");
8838
+ var logger103 = createLogger("GoCardless");
8839
8839
  var GOCARDLESS_SCOPES = [
8840
8840
  "openid",
8841
8841
  "accounts",
@@ -8854,18 +8854,18 @@ function gocardlessIntegration(config = {}) {
8854
8854
  const oauth = { provider: "gocardless", clientId: config.clientId ?? getEnv("GOCARDLESS_CLIENT_ID"), clientSecret: config.clientSecret ?? getEnv("GOCARDLESS_CLIENT_SECRET"), scopes: config.scopes ?? [...GOCARDLESS_SCOPES], redirectUri: config.redirectUri, config };
8855
8855
  return {
8856
8856
  id: "gocardless",
8857
- name: "GoCardless Bank Account Data",
8857
+ name: "GoCardless",
8858
8858
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/gocardless.png",
8859
- description: "Manage GoCardless Bank Account Data list institutions, create requisition, get requisition, get account, get balances",
8859
+ description: "Manage GoCardless institutions, requisitions, accounts, balances, and transactions",
8860
8860
  category: "Banking",
8861
8861
  tools: [...GOCARDLESS_TOOLS],
8862
8862
  authType: "oauth",
8863
8863
  oauth,
8864
8864
  async onInit() {
8865
- logger103.debug("GoCardless Bank Account Data integration initialized");
8865
+ logger103.debug("GoCardless integration initialized");
8866
8866
  },
8867
8867
  async onAfterConnect() {
8868
- logger103.debug("GoCardless Bank Account Data integration connected");
8868
+ logger103.debug("GoCardless integration connected");
8869
8869
  }
8870
8870
  };
8871
8871
  }
@@ -9580,7 +9580,7 @@ function astronomerIntegration(options = {}) {
9580
9580
  name: "Astronomer",
9581
9581
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/astronomer.png",
9582
9582
  description: "Manage Astro organizations, workspaces, deployments, clusters, and deploy history via the Astro API v1",
9583
- category: "Infrastructure",
9583
+ category: "Engineering",
9584
9584
  tools: [...ASTRONOMER_TOOLS],
9585
9585
  authType: "apiKey",
9586
9586
  getHeaders() {
@@ -9621,7 +9621,7 @@ function betterstackIntegration(options = {}) {
9621
9621
  name: "Better Stack",
9622
9622
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/betterstack.png",
9623
9623
  description: "Ingest and manage log sources, collectors, and metrics with Better Stack Logs (Logtail) Telemetry API",
9624
- category: "Infrastructure",
9624
+ category: "Engineering",
9625
9625
  tools: [...BETTERSTACK_TOOLS],
9626
9626
  authType: "apiKey",
9627
9627
  getHeaders() {
@@ -9871,6 +9871,8 @@ function rampIntegration(config = {}) {
9871
9871
  id: "ramp",
9872
9872
  name: "Ramp",
9873
9873
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/ramp.jpeg",
9874
+ description: "Manage Ramp corporate cards, bills, reimbursements, and spend controls",
9875
+ category: "Finance",
9874
9876
  tools: [...RAMP_TOOLS],
9875
9877
  oauth,
9876
9878
  async onInit(_client) {
@@ -11843,7 +11845,7 @@ function convexIntegration(options = {}) {
11843
11845
  name: "Convex",
11844
11846
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/convex.png",
11845
11847
  description: "Manage Convex projects, deployments, regions, classes, and environment variables",
11846
- category: "Infrastructure",
11848
+ category: "Engineering",
11847
11849
  tools: [...CONVEX_TOOLS],
11848
11850
  authType: "apiKey",
11849
11851
  getHeaders() {
@@ -12018,7 +12020,7 @@ function workosIntegration(options = {}) {
12018
12020
  name: "WorkOS",
12019
12021
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/workos.png",
12020
12022
  description: "Manage WorkOS organizations, AuthKit users, memberships, and directory sync",
12021
- category: "Infrastructure",
12023
+ category: "Identity & Access",
12022
12024
  tools: [...WORKOS_TOOLS],
12023
12025
  authType: "apiKey",
12024
12026
  getHeaders() {
@@ -12056,7 +12058,7 @@ function workdayIntegration(config = {}) {
12056
12058
  name: "Workday",
12057
12059
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/workday.png",
12058
12060
  description: "Query Workday workers via the tenant REST API",
12059
- category: "Business",
12061
+ category: "HR & Recruiting",
12060
12062
  tools: [...WORKDAY_TOOLS],
12061
12063
  oauth,
12062
12064
  async onInit(_client) {
@@ -12592,8 +12594,8 @@ function clerkIntegration(options = {}) {
12592
12594
  id: "clerk",
12593
12595
  name: "Clerk",
12594
12596
  logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/clerk.png",
12595
- description: "Manage Clerk users, organizations, and sessions via the Backend API",
12596
- category: "Business",
12597
+ description: "Manage Clerk users, organizations, sessions, and authentication settings",
12598
+ category: "Identity & Access",
12597
12599
  tools: [...CLERK_TOOLS],
12598
12600
  authType: "apiKey",
12599
12601
  getHeaders() {
package/dist/oauth.js CHANGED
@@ -94,7 +94,7 @@ var init_library_metadata = __esm(() => {
94
94
  category: "Lifestyle"
95
95
  },
96
96
  google_home: {
97
- description: "Manage Google Home/Nest list devices, get device, execute device command, list structures, list rooms",
97
+ description: "Manage Google Home devices, structures, rooms, and device commands",
98
98
  category: "Lifestyle"
99
99
  },
100
100
  sonos: {
@@ -242,7 +242,7 @@ var init_library_metadata = __esm(() => {
242
242
  category: "Accounting"
243
243
  },
244
244
  sage: {
245
- description: "Manage Sage Accounting get business, list contacts, create contact, list products, list sales invoices",
245
+ description: "Manage Sage business details, contacts, products, and sales invoices",
246
246
  category: "Accounting"
247
247
  },
248
248
  freeagent: {
@@ -282,7 +282,7 @@ var init_library_metadata = __esm(() => {
282
282
  category: "Banking"
283
283
  },
284
284
  gocardless: {
285
- description: "Manage GoCardless Bank Account Data list institutions, create requisition, get requisition, get account, get balances",
285
+ description: "Manage GoCardless institutions, requisitions, accounts, balances, and transactions",
286
286
  category: "Banking"
287
287
  },
288
288
  google_ads: {
@@ -379,7 +379,7 @@ var init_library_metadata = __esm(() => {
379
379
  },
380
380
  calcom: {
381
381
  description: "Manage Cal.com bookings and schedules",
382
- category: "Business"
382
+ category: "Productivity"
383
383
  },
384
384
  canva: {
385
385
  description: "List and create Canva designs, manage folders, and export assets",
@@ -494,8 +494,8 @@ var init_library_metadata = __esm(() => {
494
494
  category: "Engineering"
495
495
  },
496
496
  ramp: {
497
- description: "Manage Ramp corporate cards, bills, and spend",
498
- category: "Business"
497
+ description: "Manage Ramp corporate cards, bills, reimbursements, and spend controls",
498
+ category: "Finance"
499
499
  },
500
500
  quickbooks: {
501
501
  description: "Manage QuickBooks Online accounting data, invoices, bills, payments, and reports",
@@ -591,7 +591,7 @@ var init_library_metadata = __esm(() => {
591
591
  },
592
592
  workos: {
593
593
  description: "Manage WorkOS organizations, users, directory sync, and AuthKit",
594
- category: "Infrastructure"
594
+ category: "Identity & Access"
595
595
  },
596
596
  whatsapp: {
597
597
  description: "Send WhatsApp messages and templates",
@@ -675,7 +675,7 @@ var init_library_metadata = __esm(() => {
675
675
  },
676
676
  clerk: {
677
677
  description: "Manage Clerk users, organizations, and authentication",
678
- category: "Infrastructure"
678
+ category: "Identity & Access"
679
679
  },
680
680
  clickup: {
681
681
  description: "Manage ClickUp tasks, lists, spaces, and workspaces",
@@ -755,7 +755,7 @@ var init_library_metadata = __esm(() => {
755
755
  },
756
756
  typeform: {
757
757
  description: "Create and manage Typeform surveys and responses",
758
- category: "Business"
758
+ category: "Productivity"
759
759
  },
760
760
  webflow: {
761
761
  description: "Manage Webflow sites, collections, and CMS content",
@@ -763,7 +763,7 @@ var init_library_metadata = __esm(() => {
763
763
  },
764
764
  workday: {
765
765
  description: "Read Workday HR data including workers, organizations, and pay",
766
- category: "Business"
766
+ category: "HR & Recruiting"
767
767
  },
768
768
  xero: {
769
769
  description: "Manage Xero invoices, contacts, and accounting data",
@@ -771,7 +771,7 @@ var init_library_metadata = __esm(() => {
771
771
  },
772
772
  zapier: {
773
773
  description: "Trigger and manage Zapier automation workflows",
774
- category: "Engineering"
774
+ category: "Productivity"
775
775
  }
776
776
  };
777
777
  });