adpa-enterprise-framework-automation
Version:
Modular, standards-compliant Node.js/TypeScript automation framework for enterprise requirements, project, and data management. Provides CLI and API for BABOK v3, PMBOK 7th Edition, and DMBOK 2.0 (in progress). Production-ready Express.js API with TypeSpe
15 lines • 479 B
JavaScript
/**
* SharePoint Integration Type Definitions
* Part of ADPA (Automated Document Processing Assistant) v2.1.3
*
* Defines TypeScript interfaces and types for SharePoint integration
* with Microsoft Graph API and Microsoft 365 ecosystem.
*
* Features:
* - OAuth 2.0 and Service Principal authentication
* - Microsoft Graph API integration
* - SharePoint document library management
* - Enterprise security and compliance
*/
export {};
//# sourceMappingURL=types.js.map