UNPKG

@azure/eventgrid-system-events

Version:

An isomorphic client library for the Azure Event Grid service.

5 lines 949 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. export { KnownCommunicationIdentifierModelKind, KnownCommunicationCloudEnvironmentModel, KnownRecordingContentType, KnownRecordingChannelType, KnownRecordingFormatType, KnownAcsEmailDeliveryReportStatus, KnownAcsUserEngagement, KnownAcsRouterLabelOperator, KnownAcsRouterWorkerSelectorState, KnownAcsRouterJobStatus, KnownAcsRouterUpdatedWorkerProperty, KnownAcsMessageDeliveryStatus, KnownAcsMessageChannelKind, KnownAcsInteractiveReplyKind, KnownDataBoxStageName, KnownHealthcareFhirResourceType, KnownStorageBlobAccessTier, KnownStorageTaskCompletedStatus, KnownStorageTaskAssignmentCompletedStatus, KnownAppAction, KnownStampKind, KnownAppServicePlanAction, KnownAsyncStatus, KnownEventGridMqttClientState, KnownEventGridMqttClientDisconnectionReason, } from "./cadl-generated/index.js"; export { isSystemEvent } from "./predicates.js"; //# sourceMappingURL=index.js.map