integrate-sdk 0.9.30-dev.0 → 0.9.30-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
@@ -5152,6 +5152,9 @@ function dropboxIntegration(options = {}) {
5152
5152
  return {
5153
5153
  id: "dropbox",
5154
5154
  name: "Dropbox",
5155
+ logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/dropbox.png",
5156
+ description: "Manage Dropbox files, folders, and sharing",
5157
+ category: "Storage",
5155
5158
  tools: [...DROPBOX_TOOLS],
5156
5159
  authType: "oauth",
5157
5160
  oauth,
package/dist/server.js CHANGED
@@ -6038,6 +6038,9 @@ function dropboxIntegration(options = {}) {
6038
6038
  return {
6039
6039
  id: "dropbox",
6040
6040
  name: "Dropbox",
6041
+ logoUrl: "https://wdvtnli2jn3texa6.public.blob.vercel-storage.com/dropbox.png",
6042
+ description: "Manage Dropbox files, folders, and sharing",
6043
+ category: "Storage",
6041
6044
  tools: [...DROPBOX_TOOLS],
6042
6045
  authType: "oauth",
6043
6046
  oauth,
@@ -1 +1 @@
1
- {"version":3,"file":"dropbox.d.ts","sourceRoot":"","sources":["../../../src/integrations/dropbox.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAM9D,MAAM,WAAW,yBAAyB;IACxC,sEAAsE;IACtE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,8EAA8E;IAC9E,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,+DAA+D;IAC/D,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,+DAA+D;IAC/D,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,yBAAyB;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,QAAA,MAAM,aAAa,kbAiBT,CAAC;AAEX,wBAAgB,kBAAkB,CAChC,OAAO,GAAE,yBAA8B,GACtC,cAAc,CAAC,SAAS,CAAC,CAiC3B;AAED,MAAM,MAAM,YAAY,GAAG,OAAO,aAAa,CAAC,MAAM,CAAC,CAAC"}
1
+ {"version":3,"file":"dropbox.d.ts","sourceRoot":"","sources":["../../../src/integrations/dropbox.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAe,MAAM,YAAY,CAAC;AAM9D,MAAM,WAAW,yBAAyB;IACxC,sEAAsE;IACtE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,8EAA8E;IAC9E,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,+DAA+D;IAC/D,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,+DAA+D;IAC/D,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,yBAAyB;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,QAAA,MAAM,aAAa,kbAiBT,CAAC;AAEX,wBAAgB,kBAAkB,CAChC,OAAO,GAAE,yBAA8B,GACtC,cAAc,CAAC,SAAS,CAAC,CAoC3B;AAED,MAAM,MAAM,YAAY,GAAG,OAAO,aAAa,CAAC,MAAM,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "integrate-sdk",
3
- "version": "0.9.30-dev.0",
3
+ "version": "0.9.30-dev.1",
4
4
  "description": "Type-safe 3rd party integration SDK for the Integrate MCP server",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",