UNPKG

@azure/communication-chat

Version:
40 lines 2.05 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 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 RetentionPolicyKind} that the service accepts. */ export var KnownRetentionPolicyKind; (function (KnownRetentionPolicyKind) { /** Thread retention policy based on thread creation date. */ KnownRetentionPolicyKind["ThreadCreationDate"] = "threadCreationDate"; /** No thread retention policy */ KnownRetentionPolicyKind["None"] = "none"; })(KnownRetentionPolicyKind || (KnownRetentionPolicyKind = {})); //# sourceMappingURL=index.js.map