UNPKG

@azure/eventgrid

Version:

An isomorphic client library for the Azure Event Grid service.

634 lines 38 kB
/* * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is regenerated. */ /** Known values of {@link StorageBlobAccessTier} that the service accepts. */ export var KnownStorageBlobAccessTier; (function (KnownStorageBlobAccessTier) { /** The blob is in access tier Hot */ KnownStorageBlobAccessTier["Hot"] = "Hot"; /** The blob is in access tier Cool */ KnownStorageBlobAccessTier["Cool"] = "Cool"; /** The blob is in access tier Cold */ KnownStorageBlobAccessTier["Cold"] = "Cold"; /** The blob is in access tier Archive */ KnownStorageBlobAccessTier["Archive"] = "Archive"; /** The blob is in access tier Default(Inferred) */ KnownStorageBlobAccessTier["Default"] = "Default"; })(KnownStorageBlobAccessTier || (KnownStorageBlobAccessTier = {})); /** Known values of {@link StorageLifecycleCompletionStatus} that the service accepts. */ export var KnownStorageLifecycleCompletionStatus; (function (KnownStorageLifecycleCompletionStatus) { /** Completed */ KnownStorageLifecycleCompletionStatus["Completed"] = "Completed"; /** CompletedWithError */ KnownStorageLifecycleCompletionStatus["CompletedWithError"] = "CompletedWithError"; /** Incomplete */ KnownStorageLifecycleCompletionStatus["Incomplete"] = "Incomplete"; })(KnownStorageLifecycleCompletionStatus || (KnownStorageLifecycleCompletionStatus = {})); /** Known values of {@link StorageTaskCompletedStatus} that the service accepts. */ export var KnownStorageTaskCompletedStatus; (function (KnownStorageTaskCompletedStatus) { /** Succeeded */ KnownStorageTaskCompletedStatus["Succeeded"] = "Succeeded"; /** Failed */ KnownStorageTaskCompletedStatus["Failed"] = "Failed"; })(KnownStorageTaskCompletedStatus || (KnownStorageTaskCompletedStatus = {})); /** Known values of {@link StorageTaskAssignmentCompletedStatus} that the service accepts. */ export var KnownStorageTaskAssignmentCompletedStatus; (function (KnownStorageTaskAssignmentCompletedStatus) { /** Succeeded */ KnownStorageTaskAssignmentCompletedStatus["Succeeded"] = "Succeeded"; /** Failed */ KnownStorageTaskAssignmentCompletedStatus["Failed"] = "Failed"; })(KnownStorageTaskAssignmentCompletedStatus || (KnownStorageTaskAssignmentCompletedStatus = {})); /** Known values of {@link EventGridMqttClientState} that the service accepts. */ export var KnownEventGridMqttClientState; (function (KnownEventGridMqttClientState) { /** Enabled */ KnownEventGridMqttClientState["Enabled"] = "Enabled"; /** Disabled */ KnownEventGridMqttClientState["Disabled"] = "Disabled"; })(KnownEventGridMqttClientState || (KnownEventGridMqttClientState = {})); /** Known values of {@link EventGridMqttClientDisconnectionReason} that the service accepts. */ export var KnownEventGridMqttClientDisconnectionReason; (function (KnownEventGridMqttClientDisconnectionReason) { /** The client got disconnected for any authentication reasons (for example, certificate expired, client got disabled, or client configuration changed). */ KnownEventGridMqttClientDisconnectionReason["ClientAuthenticationError"] = "ClientAuthenticationError"; /** The client got disconnected for any authorization reasons (for example, because of a change in the configuration of topic spaces, permission bindings, or client groups). */ KnownEventGridMqttClientDisconnectionReason["ClientAuthorizationError"] = "ClientAuthorizationError"; /** The client sent a bad request or used one of the unsupported features that resulted in a connection termination by the service. */ KnownEventGridMqttClientDisconnectionReason["ClientError"] = "ClientError"; /** The client initiates a graceful disconnect through a DISCONNECT packet for MQTT or a close frame for MQTT over WebSocket. */ KnownEventGridMqttClientDisconnectionReason["ClientInitiatedDisconnect"] = "ClientInitiatedDisconnect"; /** The client-server connection is lost. (EXCHANGE ONLINE PROTECTION). */ KnownEventGridMqttClientDisconnectionReason["ConnectionLost"] = "ConnectionLost"; /** The client's IP address is blocked by IP filter or Private links configuration. */ KnownEventGridMqttClientDisconnectionReason["IpForbidden"] = "IpForbidden"; /** The client exceeded one or more of the throttling limits that resulted in a connection termination by the service. */ KnownEventGridMqttClientDisconnectionReason["QuotaExceeded"] = "QuotaExceeded"; /** The connection got terminated due to an unexpected server error. */ KnownEventGridMqttClientDisconnectionReason["ServerError"] = "ServerError"; /** The server initiates a graceful disconnect for any operational reason. */ KnownEventGridMqttClientDisconnectionReason["ServerInitiatedDisconnect"] = "ServerInitiatedDisconnect"; /** The client's queue for unacknowledged QoS1 messages reached its limit, which resulted in a connection termination by the server. */ KnownEventGridMqttClientDisconnectionReason["SessionOverflow"] = "SessionOverflow"; /** The client reconnected with the same authentication name, which resulted in the termination of the previous connection. */ KnownEventGridMqttClientDisconnectionReason["SessionTakenOver"] = "SessionTakenOver"; })(KnownEventGridMqttClientDisconnectionReason || (KnownEventGridMqttClientDisconnectionReason = {})); /** Known values of {@link DataBoxStageName} that the service accepts. */ export var KnownDataBoxStageName; (function (KnownDataBoxStageName) { /** Copy has started */ KnownDataBoxStageName["CopyStarted"] = "CopyStarted"; /** Copy has completed */ KnownDataBoxStageName["CopyCompleted"] = "CopyCompleted"; /** Order has been completed */ KnownDataBoxStageName["OrderCompleted"] = "OrderCompleted"; })(KnownDataBoxStageName || (KnownDataBoxStageName = {})); /** Known values of {@link AppAction} that the service accepts. */ export var KnownAppAction; (function (KnownAppAction) { /** Web app was restarted. */ KnownAppAction["Restarted"] = "Restarted"; /** Web app was stopped. */ KnownAppAction["Stopped"] = "Stopped"; /** There was an operation to change app setting on the web app. */ KnownAppAction["ChangedAppSettings"] = "ChangedAppSettings"; /** The job has started. */ KnownAppAction["Started"] = "Started"; /** The job has completed. */ KnownAppAction["Completed"] = "Completed"; /** The job has failed to complete. */ KnownAppAction["Failed"] = "Failed"; })(KnownAppAction || (KnownAppAction = {})); /** Known values of {@link StampKind} that the service accepts. */ export var KnownStampKind; (function (KnownStampKind) { /** App Service Plan is running on a public stamp. */ KnownStampKind["Public"] = "Public"; /** App Service Plan is running on an App Service Environment V1. */ KnownStampKind["AseV1"] = "AseV1"; /** App Service Plan is running on an App Service Environment V2. */ KnownStampKind["AseV2"] = "AseV2"; })(KnownStampKind || (KnownStampKind = {})); /** Known values of {@link AppServicePlanAction} that the service accepts. */ export var KnownAppServicePlanAction; (function (KnownAppServicePlanAction) { /** App Service plan is being updated. */ KnownAppServicePlanAction["Updated"] = "Updated"; })(KnownAppServicePlanAction || (KnownAppServicePlanAction = {})); /** Known values of {@link AsyncStatus} that the service accepts. */ export var KnownAsyncStatus; (function (KnownAsyncStatus) { /** Async operation has started. */ KnownAsyncStatus["Started"] = "Started"; /** Async operation has completed. */ KnownAsyncStatus["Completed"] = "Completed"; /** Async operation failed to complete. */ KnownAsyncStatus["Failed"] = "Failed"; })(KnownAsyncStatus || (KnownAsyncStatus = {})); /** Known values of {@link CommunicationIdentifierModelKind} that the service accepts. */ export var KnownCommunicationIdentifierModelKind; (function (KnownCommunicationIdentifierModelKind) { /** Unknown */ KnownCommunicationIdentifierModelKind["Unknown"] = "unknown"; /** CommunicationUser */ KnownCommunicationIdentifierModelKind["CommunicationUser"] = "communicationUser"; /** PhoneNumber */ KnownCommunicationIdentifierModelKind["PhoneNumber"] = "phoneNumber"; /** MicrosoftTeamsUser */ KnownCommunicationIdentifierModelKind["MicrosoftTeamsUser"] = "microsoftTeamsUser"; /** MicrosoftTeamsApp */ KnownCommunicationIdentifierModelKind["MicrosoftTeamsApp"] = "microsoftTeamsApp"; })(KnownCommunicationIdentifierModelKind || (KnownCommunicationIdentifierModelKind = {})); /** Known values of {@link CommunicationCloudEnvironmentModel} that the service accepts. */ export var KnownCommunicationCloudEnvironmentModel; (function (KnownCommunicationCloudEnvironmentModel) { /** Public */ KnownCommunicationCloudEnvironmentModel["Public"] = "public"; /** Dod */ KnownCommunicationCloudEnvironmentModel["Dod"] = "dod"; /** Gcch */ KnownCommunicationCloudEnvironmentModel["Gcch"] = "gcch"; })(KnownCommunicationCloudEnvironmentModel || (KnownCommunicationCloudEnvironmentModel = {})); /** Known values of {@link AcsRouterLabelOperator} that the service accepts. */ export var KnownAcsRouterLabelOperator; (function (KnownAcsRouterLabelOperator) { /** = */ KnownAcsRouterLabelOperator["Equal"] = "Equal"; /** != */ KnownAcsRouterLabelOperator["NotEqual"] = "NotEqual"; /** > */ KnownAcsRouterLabelOperator["Greater"] = "Greater"; /** < */ KnownAcsRouterLabelOperator["Less"] = "Less"; /** >= */ KnownAcsRouterLabelOperator["GreaterThanOrEqual"] = "GreaterThanOrEqual"; /** <= */ KnownAcsRouterLabelOperator["LessThanOrEqual"] = "LessThanOrEqual"; })(KnownAcsRouterLabelOperator || (KnownAcsRouterLabelOperator = {})); /** Known values of {@link AcsRouterWorkerSelectorState} that the service accepts. */ export var KnownAcsRouterWorkerSelectorState; (function (KnownAcsRouterWorkerSelectorState) { /** Router Job Worker Selector is Active */ KnownAcsRouterWorkerSelectorState["Active"] = "active"; /** Router Job Worker Selector has Expire */ KnownAcsRouterWorkerSelectorState["Expired"] = "expired"; })(KnownAcsRouterWorkerSelectorState || (KnownAcsRouterWorkerSelectorState = {})); /** Known values of {@link AcsRouterJobStatus} that the service accepts. */ export var KnownAcsRouterJobStatus; (function (KnownAcsRouterJobStatus) { /** PendingClassification */ KnownAcsRouterJobStatus["PendingClassification"] = "PendingClassification"; /** Queued */ KnownAcsRouterJobStatus["Queued"] = "Queued"; /** Assigned */ KnownAcsRouterJobStatus["Assigned"] = "Assigned"; /** Completed */ KnownAcsRouterJobStatus["Completed"] = "Completed"; /** Closed */ KnownAcsRouterJobStatus["Closed"] = "Closed"; /** Cancelled */ KnownAcsRouterJobStatus["Cancelled"] = "Cancelled"; /** ClassificationFailed */ KnownAcsRouterJobStatus["ClassificationFailed"] = "ClassificationFailed"; /** Created */ KnownAcsRouterJobStatus["Created"] = "Created"; /** PendingSchedule */ KnownAcsRouterJobStatus["PendingSchedule"] = "PendingSchedule"; /** Scheduled */ KnownAcsRouterJobStatus["Scheduled"] = "Scheduled"; /** ScheduleFailed */ KnownAcsRouterJobStatus["ScheduleFailed"] = "ScheduleFailed"; /** WaitingForActivation */ KnownAcsRouterJobStatus["WaitingForActivation"] = "WaitingForActivation"; })(KnownAcsRouterJobStatus || (KnownAcsRouterJobStatus = {})); /** Known values of {@link AcsRouterUpdatedWorkerProperty} that the service accepts. */ export var KnownAcsRouterUpdatedWorkerProperty; (function (KnownAcsRouterUpdatedWorkerProperty) { /** AvailableForOffers */ KnownAcsRouterUpdatedWorkerProperty["AvailableForOffers"] = "AvailableForOffers"; /** TotalCapacity */ KnownAcsRouterUpdatedWorkerProperty["TotalCapacity"] = "TotalCapacity"; /** QueueAssignments */ KnownAcsRouterUpdatedWorkerProperty["QueueAssignments"] = "QueueAssignments"; /** Labels */ KnownAcsRouterUpdatedWorkerProperty["Labels"] = "Labels"; /** Tags */ KnownAcsRouterUpdatedWorkerProperty["Tags"] = "Tags"; /** ChannelConfigurations */ KnownAcsRouterUpdatedWorkerProperty["ChannelConfigurations"] = "ChannelConfigurations"; })(KnownAcsRouterUpdatedWorkerProperty || (KnownAcsRouterUpdatedWorkerProperty = {})); /** Known values of {@link RecordingContentType} that the service accepts. */ export var KnownRecordingContentType; (function (KnownRecordingContentType) { /** AudioVideo */ KnownRecordingContentType["AudioVideo"] = "AudioVideo"; /** Audio */ KnownRecordingContentType["Audio"] = "Audio"; })(KnownRecordingContentType || (KnownRecordingContentType = {})); /** Known values of {@link RecordingChannelType} that the service accepts. */ export var KnownRecordingChannelType; (function (KnownRecordingChannelType) { /** Mixed */ KnownRecordingChannelType["Mixed"] = "Mixed"; /** Unmixed */ KnownRecordingChannelType["Unmixed"] = "Unmixed"; })(KnownRecordingChannelType || (KnownRecordingChannelType = {})); /** Known values of {@link RecordingFormatType} that the service accepts. */ export var KnownRecordingFormatType; (function (KnownRecordingFormatType) { /** Wav */ KnownRecordingFormatType["Wav"] = "Wav"; /** Mp3 */ KnownRecordingFormatType["Mp3"] = "Mp3"; /** Mp4 */ KnownRecordingFormatType["Mp4"] = "Mp4"; })(KnownRecordingFormatType || (KnownRecordingFormatType = {})); /** Known values of {@link AcsEmailDeliveryReportStatus} that the service accepts. */ export var KnownAcsEmailDeliveryReportStatus; (function (KnownAcsEmailDeliveryReportStatus) { /** Hard bounce detected while sending the email */ KnownAcsEmailDeliveryReportStatus["Bounced"] = "Bounced"; /** The email was delivered */ KnownAcsEmailDeliveryReportStatus["Delivered"] = "Delivered"; /** The email failed to be delivered */ KnownAcsEmailDeliveryReportStatus["Failed"] = "Failed"; /** The message was identified spam and was rejected or blocked (not quarantined). */ KnownAcsEmailDeliveryReportStatus["FilteredSpam"] = "FilteredSpam"; /** The message was quarantined (as spam, bulk mail, or phishing). For more information, see Quarantined email messages in EOP (EXCHANGE ONLINE PROTECTION). */ KnownAcsEmailDeliveryReportStatus["Quarantined"] = "Quarantined"; /** The email was suppressed */ KnownAcsEmailDeliveryReportStatus["Suppressed"] = "Suppressed"; })(KnownAcsEmailDeliveryReportStatus || (KnownAcsEmailDeliveryReportStatus = {})); /** Known values of {@link AcsUserEngagement} that the service accepts. */ export var KnownAcsUserEngagement; (function (KnownAcsUserEngagement) { /** View */ KnownAcsUserEngagement["View"] = "view"; /** Click */ KnownAcsUserEngagement["Click"] = "click"; })(KnownAcsUserEngagement || (KnownAcsUserEngagement = {})); /** Known values of {@link AcsMessageChannelKind} that the service accepts. */ export var KnownAcsMessageChannelKind; (function (KnownAcsMessageChannelKind) { /** Updated message channel type is Whatsapp */ KnownAcsMessageChannelKind["Whatsapp"] = "whatsapp"; })(KnownAcsMessageChannelKind || (KnownAcsMessageChannelKind = {})); /** Known values of {@link AcsInteractiveReplyKind} that the service accepts. */ export var KnownAcsInteractiveReplyKind; (function (KnownAcsInteractiveReplyKind) { /** Messaged interactive reply type is ButtonReply */ KnownAcsInteractiveReplyKind["ButtonReply"] = "buttonReply"; /** Messaged interactive reply type is ListReply */ KnownAcsInteractiveReplyKind["ListReply"] = "listReply"; /** Messaged interactive reply type is Unknown */ KnownAcsInteractiveReplyKind["Unknown"] = "unknown"; })(KnownAcsInteractiveReplyKind || (KnownAcsInteractiveReplyKind = {})); /** Known values of {@link AcsMessageDeliveryStatus} that the service accepts. */ export var KnownAcsMessageDeliveryStatus; (function (KnownAcsMessageDeliveryStatus) { /** Read */ KnownAcsMessageDeliveryStatus["Read"] = "read"; /** Delivered */ KnownAcsMessageDeliveryStatus["Delivered"] = "delivered"; /** Failed */ KnownAcsMessageDeliveryStatus["Failed"] = "failed"; /** Sent */ KnownAcsMessageDeliveryStatus["Sent"] = "sent"; /** Warning */ KnownAcsMessageDeliveryStatus["Warning"] = "warning"; /** Unknown */ KnownAcsMessageDeliveryStatus["Unknown"] = "unknown"; })(KnownAcsMessageDeliveryStatus || (KnownAcsMessageDeliveryStatus = {})); /** Known values of {@link HealthcareFhirResourceType} that the service accepts. */ export var KnownHealthcareFhirResourceType; (function (KnownHealthcareFhirResourceType) { /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Account"] = "Account"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["ActivityDefinition"] = "ActivityDefinition"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["AdverseEvent"] = "AdverseEvent"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["AllergyIntolerance"] = "AllergyIntolerance"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Appointment"] = "Appointment"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["AppointmentResponse"] = "AppointmentResponse"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["AuditEvent"] = "AuditEvent"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Basic"] = "Basic"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Binary"] = "Binary"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["BiologicallyDerivedProduct"] = "BiologicallyDerivedProduct"; /** The FHIR resource type defined in STU3. */ KnownHealthcareFhirResourceType["BodySite"] = "BodySite"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["BodyStructure"] = "BodyStructure"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Bundle"] = "Bundle"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["CapabilityStatement"] = "CapabilityStatement"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["CarePlan"] = "CarePlan"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["CareTeam"] = "CareTeam"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["CatalogEntry"] = "CatalogEntry"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["ChargeItem"] = "ChargeItem"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["ChargeItemDefinition"] = "ChargeItemDefinition"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Claim"] = "Claim"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["ClaimResponse"] = "ClaimResponse"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["ClinicalImpression"] = "ClinicalImpression"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["CodeSystem"] = "CodeSystem"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Communication"] = "Communication"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["CommunicationRequest"] = "CommunicationRequest"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["CompartmentDefinition"] = "CompartmentDefinition"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Composition"] = "Composition"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["ConceptMap"] = "ConceptMap"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Condition"] = "Condition"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Consent"] = "Consent"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Contract"] = "Contract"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Coverage"] = "Coverage"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["CoverageEligibilityRequest"] = "CoverageEligibilityRequest"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["CoverageEligibilityResponse"] = "CoverageEligibilityResponse"; /** The FHIR resource type defined in STU3. */ KnownHealthcareFhirResourceType["DataElement"] = "DataElement"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["DetectedIssue"] = "DetectedIssue"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Device"] = "Device"; /** The FHIR resource type defined in STU3. */ KnownHealthcareFhirResourceType["DeviceComponent"] = "DeviceComponent"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["DeviceDefinition"] = "DeviceDefinition"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["DeviceMetric"] = "DeviceMetric"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["DeviceRequest"] = "DeviceRequest"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["DeviceUseStatement"] = "DeviceUseStatement"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["DiagnosticReport"] = "DiagnosticReport"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["DocumentManifest"] = "DocumentManifest"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["DocumentReference"] = "DocumentReference"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["DomainResource"] = "DomainResource"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["EffectEvidenceSynthesis"] = "EffectEvidenceSynthesis"; /** The FHIR resource type defined in STU3. */ KnownHealthcareFhirResourceType["EligibilityRequest"] = "EligibilityRequest"; /** The FHIR resource type defined in STU3. */ KnownHealthcareFhirResourceType["EligibilityResponse"] = "EligibilityResponse"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Encounter"] = "Encounter"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Endpoint"] = "Endpoint"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["EnrollmentRequest"] = "EnrollmentRequest"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["EnrollmentResponse"] = "EnrollmentResponse"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["EpisodeOfCare"] = "EpisodeOfCare"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["EventDefinition"] = "EventDefinition"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["Evidence"] = "Evidence"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["EvidenceVariable"] = "EvidenceVariable"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["ExampleScenario"] = "ExampleScenario"; /** The FHIR resource type defined in STU3. */ KnownHealthcareFhirResourceType["ExpansionProfile"] = "ExpansionProfile"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["ExplanationOfBenefit"] = "ExplanationOfBenefit"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["FamilyMemberHistory"] = "FamilyMemberHistory"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Flag"] = "Flag"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Goal"] = "Goal"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["GraphDefinition"] = "GraphDefinition"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Group"] = "Group"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["GuidanceResponse"] = "GuidanceResponse"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["HealthcareService"] = "HealthcareService"; /** The FHIR resource type defined in STU3. */ KnownHealthcareFhirResourceType["ImagingManifest"] = "ImagingManifest"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["ImagingStudy"] = "ImagingStudy"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Immunization"] = "Immunization"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["ImmunizationEvaluation"] = "ImmunizationEvaluation"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["ImmunizationRecommendation"] = "ImmunizationRecommendation"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["ImplementationGuide"] = "ImplementationGuide"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["InsurancePlan"] = "InsurancePlan"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["Invoice"] = "Invoice"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Library"] = "Library"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Linkage"] = "Linkage"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["List"] = "List"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Location"] = "Location"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Measure"] = "Measure"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["MeasureReport"] = "MeasureReport"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Media"] = "Media"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Medication"] = "Medication"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["MedicationAdministration"] = "MedicationAdministration"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["MedicationDispense"] = "MedicationDispense"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["MedicationKnowledge"] = "MedicationKnowledge"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["MedicationRequest"] = "MedicationRequest"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["MedicationStatement"] = "MedicationStatement"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["MedicinalProduct"] = "MedicinalProduct"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["MedicinalProductAuthorization"] = "MedicinalProductAuthorization"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["MedicinalProductContraindication"] = "MedicinalProductContraindication"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["MedicinalProductIndication"] = "MedicinalProductIndication"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["MedicinalProductIngredient"] = "MedicinalProductIngredient"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["MedicinalProductInteraction"] = "MedicinalProductInteraction"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["MedicinalProductManufactured"] = "MedicinalProductManufactured"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["MedicinalProductPackaged"] = "MedicinalProductPackaged"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["MedicinalProductPharmaceutical"] = "MedicinalProductPharmaceutical"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["MedicinalProductUndesirableEffect"] = "MedicinalProductUndesirableEffect"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["MessageDefinition"] = "MessageDefinition"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["MessageHeader"] = "MessageHeader"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["MolecularSequence"] = "MolecularSequence"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["NamingSystem"] = "NamingSystem"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["NutritionOrder"] = "NutritionOrder"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Observation"] = "Observation"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["ObservationDefinition"] = "ObservationDefinition"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["OperationDefinition"] = "OperationDefinition"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["OperationOutcome"] = "OperationOutcome"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Organization"] = "Organization"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["OrganizationAffiliation"] = "OrganizationAffiliation"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Parameters"] = "Parameters"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Patient"] = "Patient"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["PaymentNotice"] = "PaymentNotice"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["PaymentReconciliation"] = "PaymentReconciliation"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Person"] = "Person"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["PlanDefinition"] = "PlanDefinition"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Practitioner"] = "Practitioner"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["PractitionerRole"] = "PractitionerRole"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Procedure"] = "Procedure"; /** The FHIR resource type defined in STU3. */ KnownHealthcareFhirResourceType["ProcedureRequest"] = "ProcedureRequest"; /** The FHIR resource type defined in STU3. */ KnownHealthcareFhirResourceType["ProcessRequest"] = "ProcessRequest"; /** The FHIR resource type defined in STU3. */ KnownHealthcareFhirResourceType["ProcessResponse"] = "ProcessResponse"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Provenance"] = "Provenance"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Questionnaire"] = "Questionnaire"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["QuestionnaireResponse"] = "QuestionnaireResponse"; /** The FHIR resource type defined in STU3. */ KnownHealthcareFhirResourceType["ReferralRequest"] = "ReferralRequest"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["RelatedPerson"] = "RelatedPerson"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["RequestGroup"] = "RequestGroup"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["ResearchDefinition"] = "ResearchDefinition"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["ResearchElementDefinition"] = "ResearchElementDefinition"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["ResearchStudy"] = "ResearchStudy"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["ResearchSubject"] = "ResearchSubject"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Resource"] = "Resource"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["RiskAssessment"] = "RiskAssessment"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["RiskEvidenceSynthesis"] = "RiskEvidenceSynthesis"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Schedule"] = "Schedule"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["SearchParameter"] = "SearchParameter"; /** The FHIR resource type defined in STU3. */ KnownHealthcareFhirResourceType["Sequence"] = "Sequence"; /** The FHIR resource type defined in STU3. */ KnownHealthcareFhirResourceType["ServiceDefinition"] = "ServiceDefinition"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["ServiceRequest"] = "ServiceRequest"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Slot"] = "Slot"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Specimen"] = "Specimen"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["SpecimenDefinition"] = "SpecimenDefinition"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["StructureDefinition"] = "StructureDefinition"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["StructureMap"] = "StructureMap"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Subscription"] = "Subscription"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Substance"] = "Substance"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["SubstanceNucleicAcid"] = "SubstanceNucleicAcid"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["SubstancePolymer"] = "SubstancePolymer"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["SubstanceProtein"] = "SubstanceProtein"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["SubstanceReferenceInformation"] = "SubstanceReferenceInformation"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["SubstanceSourceMaterial"] = "SubstanceSourceMaterial"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["SubstanceSpecification"] = "SubstanceSpecification"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["SupplyDelivery"] = "SupplyDelivery"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["SupplyRequest"] = "SupplyRequest"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["Task"] = "Task"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["TerminologyCapabilities"] = "TerminologyCapabilities"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["TestReport"] = "TestReport"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["TestScript"] = "TestScript"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["ValueSet"] = "ValueSet"; /** The FHIR resource type defined in R4. */ KnownHealthcareFhirResourceType["VerificationResult"] = "VerificationResult"; /** The FHIR resource type defined in STU3 and R4. */ KnownHealthcareFhirResourceType["VisionPrescription"] = "VisionPrescription"; })(KnownHealthcareFhirResourceType || (KnownHealthcareFhirResourceType = {})); //# sourceMappingURL=index.js.map