UNPKG

@checkfirst/nestjs-outlook

Version:

An opinionated NestJS module for Microsoft Outlook integration that provides easy access to Microsoft Graph API for emails, calendars, and more.

10 lines 504 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LifecycleEventType = void 0; var LifecycleEventType; (function (LifecycleEventType) { LifecycleEventType["REAUTHORIZATION_REQUIRED"] = "reauthorizationRequired"; LifecycleEventType["SUBSCRIPTION_REMOVED"] = "subscriptionRemoved"; LifecycleEventType["MISSED"] = "missed"; })(LifecycleEventType || (exports.LifecycleEventType = LifecycleEventType = {})); //# sourceMappingURL=lifecycle-event-types.enum.js.map