integrate-sdk 0.9.61 → 0.9.62
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 +12 -0
- package/dist/integrations.js +12 -0
- package/dist/server.js +12 -0
- package/dist/src/integrations/granola.d.ts.map +1 -1
- package/dist/src/integrations/mercury.d.ts.map +1 -1
- package/dist/src/integrations/resend.d.ts.map +1 -1
- package/dist/src/integrations/tldraw.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12209,6 +12209,9 @@ function tldrawIntegration(options = {}) {
|
|
|
12209
12209
|
return {
|
|
12210
12210
|
id: "tldraw",
|
|
12211
12211
|
name: "tldraw",
|
|
12212
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/tldraw.png",
|
|
12213
|
+
description: "Create and manage tldraw collaborative whiteboards",
|
|
12214
|
+
category: "Productivity",
|
|
12212
12215
|
tools: [...TLDRAW_TOOLS],
|
|
12213
12216
|
authType: apiKey ? "apiKey" : undefined,
|
|
12214
12217
|
getHeaders: apiKey ? () => ({ Authorization: `Bearer ${apiKey}` }) : undefined
|
|
@@ -12275,6 +12278,9 @@ function granolaIntegration(options) {
|
|
|
12275
12278
|
return {
|
|
12276
12279
|
id: "granola",
|
|
12277
12280
|
name: "Granola",
|
|
12281
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/granola.png",
|
|
12282
|
+
description: "List and read Granola meeting notes and folders",
|
|
12283
|
+
category: "Productivity",
|
|
12278
12284
|
tools: [...GRANOLA_TOOLS],
|
|
12279
12285
|
authType: "apiKey",
|
|
12280
12286
|
getHeaders() {
|
|
@@ -12357,6 +12363,9 @@ function mercuryIntegration(options) {
|
|
|
12357
12363
|
return {
|
|
12358
12364
|
id: "mercury",
|
|
12359
12365
|
name: "Mercury",
|
|
12366
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/mercury.png",
|
|
12367
|
+
description: "Manage Mercury bank accounts, cards, and transactions",
|
|
12368
|
+
category: "Finance",
|
|
12360
12369
|
tools: [...MERCURY_TOOLS],
|
|
12361
12370
|
authType: "apiKey",
|
|
12362
12371
|
getHeaders() {
|
|
@@ -13225,6 +13234,9 @@ function resendIntegration(options = {}) {
|
|
|
13225
13234
|
return {
|
|
13226
13235
|
id: "resend",
|
|
13227
13236
|
name: "Resend",
|
|
13237
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/resend.png",
|
|
13238
|
+
description: "Send email and manage domains with the Resend API",
|
|
13239
|
+
category: "Communication",
|
|
13228
13240
|
tools: [...RESEND_TOOLS],
|
|
13229
13241
|
authType: "apiKey",
|
|
13230
13242
|
getHeaders() {
|
package/dist/integrations.js
CHANGED
|
@@ -12209,6 +12209,9 @@ function tldrawIntegration(options = {}) {
|
|
|
12209
12209
|
return {
|
|
12210
12210
|
id: "tldraw",
|
|
12211
12211
|
name: "tldraw",
|
|
12212
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/tldraw.png",
|
|
12213
|
+
description: "Create and manage tldraw collaborative whiteboards",
|
|
12214
|
+
category: "Productivity",
|
|
12212
12215
|
tools: [...TLDRAW_TOOLS],
|
|
12213
12216
|
authType: apiKey ? "apiKey" : undefined,
|
|
12214
12217
|
getHeaders: apiKey ? () => ({ Authorization: `Bearer ${apiKey}` }) : undefined
|
|
@@ -12275,6 +12278,9 @@ function granolaIntegration(options) {
|
|
|
12275
12278
|
return {
|
|
12276
12279
|
id: "granola",
|
|
12277
12280
|
name: "Granola",
|
|
12281
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/granola.png",
|
|
12282
|
+
description: "List and read Granola meeting notes and folders",
|
|
12283
|
+
category: "Productivity",
|
|
12278
12284
|
tools: [...GRANOLA_TOOLS],
|
|
12279
12285
|
authType: "apiKey",
|
|
12280
12286
|
getHeaders() {
|
|
@@ -12357,6 +12363,9 @@ function mercuryIntegration(options) {
|
|
|
12357
12363
|
return {
|
|
12358
12364
|
id: "mercury",
|
|
12359
12365
|
name: "Mercury",
|
|
12366
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/mercury.png",
|
|
12367
|
+
description: "Manage Mercury bank accounts, cards, and transactions",
|
|
12368
|
+
category: "Finance",
|
|
12360
12369
|
tools: [...MERCURY_TOOLS],
|
|
12361
12370
|
authType: "apiKey",
|
|
12362
12371
|
getHeaders() {
|
|
@@ -13225,6 +13234,9 @@ function resendIntegration(options = {}) {
|
|
|
13225
13234
|
return {
|
|
13226
13235
|
id: "resend",
|
|
13227
13236
|
name: "Resend",
|
|
13237
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/resend.png",
|
|
13238
|
+
description: "Send email and manage domains with the Resend API",
|
|
13239
|
+
category: "Communication",
|
|
13228
13240
|
tools: [...RESEND_TOOLS],
|
|
13229
13241
|
authType: "apiKey",
|
|
13230
13242
|
getHeaders() {
|
package/dist/server.js
CHANGED
|
@@ -13724,6 +13724,9 @@ function granolaIntegration(options) {
|
|
|
13724
13724
|
return {
|
|
13725
13725
|
id: "granola",
|
|
13726
13726
|
name: "Granola",
|
|
13727
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/granola.png",
|
|
13728
|
+
description: "List and read Granola meeting notes and folders",
|
|
13729
|
+
category: "Productivity",
|
|
13727
13730
|
tools: [...GRANOLA_TOOLS],
|
|
13728
13731
|
authType: "apiKey",
|
|
13729
13732
|
getHeaders() {
|
|
@@ -13806,6 +13809,9 @@ function mercuryIntegration(options) {
|
|
|
13806
13809
|
return {
|
|
13807
13810
|
id: "mercury",
|
|
13808
13811
|
name: "Mercury",
|
|
13812
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/mercury.png",
|
|
13813
|
+
description: "Manage Mercury bank accounts, cards, and transactions",
|
|
13814
|
+
category: "Finance",
|
|
13809
13815
|
tools: [...MERCURY_TOOLS],
|
|
13810
13816
|
authType: "apiKey",
|
|
13811
13817
|
getHeaders() {
|
|
@@ -14417,6 +14423,9 @@ function resendIntegration(options = {}) {
|
|
|
14417
14423
|
return {
|
|
14418
14424
|
id: "resend",
|
|
14419
14425
|
name: "Resend",
|
|
14426
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/resend.png",
|
|
14427
|
+
description: "Send email and manage domains with the Resend API",
|
|
14428
|
+
category: "Communication",
|
|
14420
14429
|
tools: [...RESEND_TOOLS],
|
|
14421
14430
|
authType: "apiKey",
|
|
14422
14431
|
getHeaders() {
|
|
@@ -14443,6 +14452,9 @@ function tldrawIntegration(options = {}) {
|
|
|
14443
14452
|
return {
|
|
14444
14453
|
id: "tldraw",
|
|
14445
14454
|
name: "tldraw",
|
|
14455
|
+
logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/tldraw.png",
|
|
14456
|
+
description: "Create and manage tldraw collaborative whiteboards",
|
|
14457
|
+
category: "Productivity",
|
|
14446
14458
|
tools: [...TLDRAW_TOOLS],
|
|
14447
14459
|
authType: apiKey ? "apiKey" : undefined,
|
|
14448
14460
|
getHeaders: apiKey ? () => ({ Authorization: `Bearer ${apiKey}` }) : undefined
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"granola.d.ts","sourceRoot":"","sources":["../../../src/integrations/granola.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAEjD,MAAM,WAAW,yBAAyB;IACxC,6CAA6C;IAC7C,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,QAAA,MAAM,aAAa,6EAIT,CAAC;AAEX,wBAAgB,kBAAkB,CAChC,OAAO,EAAE,yBAAyB,GACjC,cAAc,CAAC,SAAS,CAAC,
|
|
1
|
+
{"version":3,"file":"granola.d.ts","sourceRoot":"","sources":["../../../src/integrations/granola.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAEjD,MAAM,WAAW,yBAAyB;IACxC,6CAA6C;IAC7C,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,QAAA,MAAM,aAAa,6EAIT,CAAC;AAEX,wBAAgB,kBAAkB,CAChC,OAAO,EAAE,yBAAyB,GACjC,cAAc,CAAC,SAAS,CAAC,CAmB3B;AAED,MAAM,MAAM,YAAY,GAAG,OAAO,aAAa,CAAC,MAAM,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mercury.d.ts","sourceRoot":"","sources":["../../../src/integrations/mercury.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAEjD,MAAM,WAAW,yBAAyB;IACxC,6CAA6C;IAC7C,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,QAAA,MAAM,aAAa,owDAgET,CAAC;AAEX,wBAAgB,kBAAkB,CAChC,OAAO,EAAE,yBAAyB,GACjC,cAAc,CAAC,SAAS,CAAC,
|
|
1
|
+
{"version":3,"file":"mercury.d.ts","sourceRoot":"","sources":["../../../src/integrations/mercury.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAEjD,MAAM,WAAW,yBAAyB;IACxC,6CAA6C;IAC7C,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,QAAA,MAAM,aAAa,owDAgET,CAAC;AAEX,wBAAgB,kBAAkB,CAChC,OAAO,EAAE,yBAAyB,GACjC,cAAc,CAAC,SAAS,CAAC,CAmB3B;AAED,MAAM,MAAM,YAAY,GAAG,OAAO,aAAa,CAAC,MAAM,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resend.d.ts","sourceRoot":"","sources":["../../../src/integrations/resend.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAMjD,QAAA,MAAM,YAAY,yMASR,CAAC;AAEX,MAAM,WAAW,wBAAwB;IACvC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,iBAAiB,CAAC,OAAO,GAAE,wBAA6B,GAAG,cAAc,CAAC,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"resend.d.ts","sourceRoot":"","sources":["../../../src/integrations/resend.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAMjD,QAAA,MAAM,YAAY,yMASR,CAAC;AAEX,MAAM,WAAW,wBAAwB;IACvC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,iBAAiB,CAAC,OAAO,GAAE,wBAA6B,GAAG,cAAc,CAAC,QAAQ,CAAC,CAwBlG;AAED,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,CAAC,CAAC;AACxD,YAAY,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tldraw.d.ts","sourceRoot":"","sources":["../../../src/integrations/tldraw.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAGjD,QAAA,MAAM,YAAY,wJAMR,CAAC;AAEX,MAAM,WAAW,wBAAwB;IACvC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,iBAAiB,CAAC,OAAO,GAAE,wBAA6B,GAAG,cAAc,CAAC,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"tldraw.d.ts","sourceRoot":"","sources":["../../../src/integrations/tldraw.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAGjD,QAAA,MAAM,YAAY,wJAMR,CAAC;AAEX,MAAM,WAAW,wBAAwB;IACvC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,iBAAiB,CAAC,OAAO,GAAE,wBAA6B,GAAG,cAAc,CAAC,QAAQ,CAAC,CAYlG;AAED,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,CAAC,CAAC;AACxD,YAAY,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC"}
|