aeat.adapters.outbound.google package

Public re-exports for Google outbound adapter primitives.

This package boundary exposes OAuth records and scope constants from adapters.outbound.google._records, the Google auth error taxonomy from adapters.outbound.google._errors, and scoped document-link helpers from adapters.outbound.google._document_link_resolver. Google Sheets remains a one-way export mirror here, never an authority.

The Drive document-link helper follows the integration’s minimal-scope posture: drive.file links the app can reach are fetched as bytes for callers to store as encrypted evidence, while Gmail links, arbitrary URLs, and Drive files that need broader read scopes are refused instead of being stored as link-only evidence.

Major declarations:

See also

  • adapters.outbound.storage for the Google Drive storage mirror that owns remote ciphertext synchronisation.

  • domain.attachments for byte-bearing attachment records that consume resolved Drive document bytes.

Submodules