UNPKG

@microsoft/agents-copilotstudio-client

Version:

Microsoft Copilot Studio Client for JavaScript. Copilot Studio Client.

82 lines 2.09 kB
"use strict"; /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.PowerPlatformCloud = void 0; /** * Enum representing different Power Platform cloud environments. */ var PowerPlatformCloud; (function (PowerPlatformCloud) { /** * Unknown cloud environment. */ PowerPlatformCloud["Unknown"] = "Unknown"; /** * Experimental cloud environment. */ PowerPlatformCloud["Exp"] = "Exp"; /** * Development cloud environment. */ PowerPlatformCloud["Dev"] = "Dev"; /** * Test cloud environment. */ PowerPlatformCloud["Test"] = "Test"; /** * Pre-production cloud environment. */ PowerPlatformCloud["Preprod"] = "Preprod"; /** * First release cloud environment. */ PowerPlatformCloud["FirstRelease"] = "FirstRelease"; /** * Production cloud environment. */ PowerPlatformCloud["Prod"] = "Prod"; /** * Government cloud environment. */ PowerPlatformCloud["Gov"] = "Gov"; /** * High security cloud environment. */ PowerPlatformCloud["High"] = "High"; /** * Department of Defense cloud environment. */ PowerPlatformCloud["DoD"] = "DoD"; /** * Mooncake cloud environment. */ PowerPlatformCloud["Mooncake"] = "Mooncake"; /** * Ex cloud environment. */ PowerPlatformCloud["Ex"] = "Ex"; /** * Rx cloud environment. */ PowerPlatformCloud["Rx"] = "Rx"; /** * Private cloud environment. */ PowerPlatformCloud["Prv"] = "Prv"; /** * Local cloud environment. */ PowerPlatformCloud["Local"] = "Local"; /** * French government cloud environment. */ PowerPlatformCloud["GovFR"] = "GovFR"; /** * Other cloud environment. */ PowerPlatformCloud["Other"] = "Other"; })(PowerPlatformCloud || (exports.PowerPlatformCloud = PowerPlatformCloud = {})); //# sourceMappingURL=powerPlatformCloud.js.map