@almadar/integrations 2.26.0 → 2.28.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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/runtime/index.js.map +1 -1
- package/package.json +3 -3
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 `
|
|
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
|