@almadar/integrations 2.26.0 → 2.27.0

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.d.ts CHANGED
@@ -523,7 +523,7 @@ declare function registeredHookProviders(env?: Record<string, string | undefined
523
523
  * - **Service account** (GOOGLE_DRIVE_SA_KEY, optional GOOGLE_DRIVE_SUBJECT
524
524
  * delegation) serves reads (list/get/share).
525
525
  * - **User OAuth** (GOOGLE_DRIVE_REFRESH_TOKEN + the app's OAUTH_CLIENT_ID/
526
- * SECRET, obtained once via `tools/scripts/drive-consent.mjs`) serves
526
+ * SECRET, obtained once via `scripts/drive-consent.mjs`) serves
527
527
  * WRITES (`uploadFile`/`createFolder`) when present — Google enforces zero
528
528
  * SA storage quota on personal accounts, so SA writes into a shared My
529
529
  * Drive folder are impossible; the user client also covers reads when no