@azure/web-pubsub
Version:
Azure client library for Azure Web PubSub
24 lines • 1.01 kB
JavaScript
/*
* 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 WebPubSubClientType} that the service accepts. */
export var KnownWebPubSubClientType;
(function (KnownWebPubSubClientType) {
/** Default */
KnownWebPubSubClientType["Default"] = "Default";
/** Mqtt */
KnownWebPubSubClientType["Mqtt"] = "MQTT";
})(KnownWebPubSubClientType || (KnownWebPubSubClientType = {}));
/** Known values of {@link WebPubSubPermission} that the service accepts. */
export var KnownWebPubSubPermission;
(function (KnownWebPubSubPermission) {
/** SendToGroup */
KnownWebPubSubPermission["SendToGroup"] = "sendToGroup";
/** JoinLeaveGroup */
KnownWebPubSubPermission["JoinLeaveGroup"] = "joinLeaveGroup";
})(KnownWebPubSubPermission || (KnownWebPubSubPermission = {}));
//# sourceMappingURL=index.js.map