@apteva/integrations 0.3.61 → 0.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apteva/integrations",
3
- "version": "0.3.61",
3
+ "version": "0.3.62",
4
4
  "description": "Local integrations, connections, and webhooks for Apteva. Self-contained app templates, OAuth engine, and trigger provider.",
5
5
  "author": "Apteva <hello@apteva.com>",
6
6
  "license": "Elastic-2.0",
@@ -298,8 +298,8 @@
298
298
  },
299
299
  "include_storage_info": {
300
300
  "type": "boolean",
301
- "default": false,
302
- "description": "Include storage bucket info and full URLs"
301
+ "default": true,
302
+ "description": "Include storage bucket info and the full public/CDN URLs for each file. Enabled by default — disable only if you need a minimal response and will fetch files individually."
303
303
  },
304
304
  "include_thumbnails": {
305
305
  "type": "boolean",