@azure/arm-cognitiveservices 5.2.0 → 7.0.0-alpha.20211202.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/{LICENSE.txt → LICENSE} +2 -2
- package/README.md +72 -77
- package/dist/index.js +4800 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/cognitiveServicesManagementClient.d.ts +42 -0
- package/dist-esm/src/cognitiveServicesManagementClient.d.ts.map +1 -0
- package/dist-esm/src/cognitiveServicesManagementClient.js +133 -0
- package/dist-esm/src/cognitiveServicesManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1310 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +128 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +68 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1474 -738
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +26 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +199 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/accounts.d.ts +138 -0
- package/dist-esm/src/operations/accounts.d.ts.map +1 -0
- package/dist-esm/src/operations/accounts.js +628 -0
- package/dist-esm/src/operations/accounts.js.map +1 -0
- package/dist-esm/src/operations/commitmentPlans.d.ts +76 -0
- package/dist-esm/src/operations/commitmentPlans.d.ts.map +1 -0
- package/dist-esm/src/operations/commitmentPlans.js +293 -0
- package/dist-esm/src/operations/commitmentPlans.js.map +1 -0
- package/dist-esm/src/operations/commitmentTiers.d.ts +35 -0
- package/dist-esm/src/operations/commitmentTiers.d.ts.map +1 -0
- package/dist-esm/src/operations/commitmentTiers.js +132 -0
- package/dist-esm/src/operations/commitmentTiers.js.map +1 -0
- package/dist-esm/src/operations/deletedAccounts.d.ts +57 -0
- package/dist-esm/src/operations/deletedAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/deletedAccounts.js +232 -0
- package/dist-esm/src/operations/deletedAccounts.js.map +1 -0
- package/dist-esm/src/operations/deployments.d.ts +81 -0
- package/dist-esm/src/operations/deployments.d.ts.map +1 -0
- package/dist-esm/src/operations/deployments.js +331 -0
- package/dist-esm/src/operations/deployments.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +4 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +17 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +70 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +271 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +20 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +53 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/resourceSkus.d.ts +32 -0
- package/dist-esm/src/operations/resourceSkus.d.ts.map +1 -0
- package/dist-esm/src/operations/resourceSkus.js +124 -0
- package/dist-esm/src/operations/resourceSkus.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts +102 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts +51 -0
- package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/commitmentPlans.js +9 -0
- package/dist-esm/src/operationsInterfaces/commitmentPlans.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/commitmentTiers.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/commitmentTiers.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/commitmentTiers.js +9 -0
- package/dist-esm/src/operationsInterfaces/commitmentTiers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts +36 -0
- package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/deletedAccounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/deployments.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/deployments.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/deployments.js +9 -0
- package/dist-esm/src/operationsInterfaces/deployments.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +17 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +62 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/resourceSkus.js +9 -0
- package/dist-esm/src/operationsInterfaces/resourceSkus.js.map +1 -0
- package/dist-esm/test/cognitiveservices_examples.d.ts +4 -0
- package/dist-esm/test/cognitiveservices_examples.d.ts.map +1 -0
- package/dist-esm/test/cognitiveservices_examples.js +127 -0
- package/dist-esm/test/cognitiveservices_examples.js.map +1 -0
- package/package.json +65 -21
- package/review/arm-cognitiveservices.api.md +1150 -0
- package/rollup.config.js +181 -30
- package/src/cognitiveServicesManagementClient.ts +163 -142
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1223 -1103
- package/src/models/mappers.ts +1513 -736
- package/src/models/parameters.ts +162 -47
- package/src/operations/accounts.ts +610 -495
- package/src/operations/commitmentPlans.ts +394 -0
- package/src/operations/commitmentTiers.ts +158 -0
- package/src/operations/deletedAccounts.ts +298 -0
- package/src/operations/deployments.ts +464 -0
- package/src/operations/index.ts +7 -5
- package/src/operations/operations.ts +91 -77
- package/src/operations/privateEndpointConnections.ts +281 -134
- package/src/operations/privateLinkResources.ts +40 -55
- package/src/operations/resourceSkus.ts +96 -80
- package/src/operationsInterfaces/accounts.ts +195 -0
- package/src/operationsInterfaces/commitmentPlans.ts +93 -0
- package/src/operationsInterfaces/commitmentTiers.ts +24 -0
- package/src/operationsInterfaces/deletedAccounts.ts +68 -0
- package/src/operationsInterfaces/deployments.ts +109 -0
- package/{esm/operations/index.js → src/operationsInterfaces/index.ts} +8 -6
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +115 -0
- package/src/operationsInterfaces/privateLinkResources.ts +27 -0
- package/src/operationsInterfaces/resourceSkus.ts +22 -0
- package/tsconfig.json +3 -3
- package/types/arm-cognitiveservices.d.ts +1860 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-cognitiveservices.js +0 -2719
- package/dist/arm-cognitiveservices.js.map +0 -1
- package/dist/arm-cognitiveservices.min.js +0 -1
- package/dist/arm-cognitiveservices.min.js.map +0 -1
- package/esm/cognitiveServicesManagementClient.d.ts +0 -70
- package/esm/cognitiveServicesManagementClient.d.ts.map +0 -1
- package/esm/cognitiveServicesManagementClient.js +0 -116
- package/esm/cognitiveServicesManagementClient.js.map +0 -1
- package/esm/cognitiveServicesManagementClientContext.d.ts +0 -16
- package/esm/cognitiveServicesManagementClientContext.d.ts.map +0 -1
- package/esm/cognitiveServicesManagementClientContext.js +0 -56
- package/esm/cognitiveServicesManagementClientContext.js.map +0 -1
- package/esm/models/accountsMappers.d.ts +0 -2
- package/esm/models/accountsMappers.d.ts.map +0 -1
- package/esm/models/accountsMappers.js +0 -9
- package/esm/models/accountsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -1277
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -50
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -11
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -119
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/resourceSkusMappers.d.ts +0 -2
- package/esm/models/resourceSkusMappers.d.ts.map +0 -1
- package/esm/models/resourceSkusMappers.js +0 -9
- package/esm/models/resourceSkusMappers.js.map +0 -1
- package/esm/operations/accounts.d.ts +0 -260
- package/esm/operations/accounts.d.ts.map +0 -1
- package/esm/operations/accounts.js +0 -411
- package/esm/operations/accounts.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -77
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -99
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -131
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -34
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -58
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/resourceSkus.d.ts +0 -46
- package/esm/operations/resourceSkus.d.ts.map +0 -1
- package/esm/operations/resourceSkus.js +0 -80
- package/esm/operations/resourceSkus.js.map +0 -1
- package/src/cognitiveServicesManagementClientContext.ts +0 -62
- package/src/models/accountsMappers.ts +0 -44
- package/src/models/operationsMappers.ts +0 -14
- package/src/models/privateEndpointConnectionsMappers.ts +0 -35
- package/src/models/privateLinkResourcesMappers.ts +0 -36
- package/src/models/resourceSkusMappers.ts +0 -15
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"arm-cognitiveservices.js","sources":["../node_modules/tslib/tslib.es6.js","../src/models/index.ts","../src/models/mappers.ts","../src/models/parameters.ts","../src/models/accountsMappers.ts","../src/operations/accounts.ts","../src/models/resourceSkusMappers.ts","../src/operations/resourceSkus.ts","../src/models/operationsMappers.ts","../src/operations/operations.ts","../src/models/privateEndpointConnectionsMappers.ts","../src/operations/privateEndpointConnections.ts","../src/models/privateLinkResourcesMappers.ts","../src/operations/privateLinkResources.ts","../src/cognitiveServicesManagementClientContext.ts","../src/cognitiveServicesManagementClient.ts"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { BaseResource, CloudError, AzureServiceClientOptions } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport { BaseResource, CloudError };\n\n/**\n * The SKU of the cognitive services account.\n */\nexport interface Sku {\n /**\n * Gets or sets the sku name. Required for account creation, optional for update.\n */\n name: string;\n /**\n * Gets the sku tier. This is based on the SKU name. Possible values include: 'Free', 'Standard',\n * 'Premium'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tier?: SkuTier;\n}\n\n/**\n * SkuCapability indicates the capability of a certain feature.\n */\nexport interface SkuCapability {\n /**\n * The name of the SkuCapability.\n */\n name?: string;\n /**\n * The value of the SkuCapability.\n */\n value?: string;\n}\n\n/**\n * A rule governing the accessibility from a specific ip address or ip range.\n */\nexport interface IpRule {\n /**\n * An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or\n * '124.56.78.0/24' (all addresses that start with 124.56.78).\n */\n value: string;\n}\n\n/**\n * A rule governing the accessibility from a specific virtual network.\n */\nexport interface VirtualNetworkRule {\n /**\n * Full resource id of a vnet subnet, such as\n * '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'.\n */\n id: string;\n /**\n * Gets the state of virtual network rule.\n */\n state?: string;\n /**\n * Ignore missing vnet service endpoint or not.\n */\n ignoreMissingVnetServiceEndpoint?: boolean;\n}\n\n/**\n * A set of rules governing the network accessibility.\n */\nexport interface NetworkRuleSet {\n /**\n * The default action when no rule from ipRules and from virtualNetworkRules match. This is only\n * used after the bypass property has been evaluated. Possible values include: 'Allow', 'Deny'\n */\n defaultAction?: NetworkRuleAction;\n /**\n * The list of IP address rules.\n */\n ipRules?: IpRule[];\n /**\n * The list of virtual network rules.\n */\n virtualNetworkRules?: VirtualNetworkRule[];\n}\n\n/**\n * Properties to configure keyVault Properties\n */\nexport interface KeyVaultProperties {\n /**\n * Name of the Key from KeyVault\n */\n keyName?: string;\n /**\n * Version of the Key from KeyVault\n */\n keyVersion?: string;\n /**\n * Uri of KeyVault\n */\n keyVaultUri?: string;\n}\n\n/**\n * Properties to configure Encryption\n */\nexport interface Encryption {\n /**\n * Properties of KeyVault\n */\n keyVaultProperties?: KeyVaultProperties;\n /**\n * Enumerates the possible value of keySource for Encryption. Possible values include:\n * 'Microsoft.CognitiveServices', 'Microsoft.KeyVault'. Default value: 'Microsoft.KeyVault'.\n */\n keySource?: KeySource;\n}\n\n/**\n * The user owned storage for Cognitive Services account.\n */\nexport interface UserOwnedStorage {\n /**\n * Full resource id of a Microsoft.Storage resource.\n */\n resourceId?: string;\n}\n\n/**\n * The Private Endpoint resource.\n */\nexport interface PrivateEndpoint {\n /**\n * The ARM identifier for Private Endpoint\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n}\n\n/**\n * A collection of information about the state of the connection between service consumer and\n * provider.\n */\nexport interface PrivateLinkServiceConnectionState {\n /**\n * Indicates whether the connection has been Approved/Rejected/Removed by the owner of the\n * service. Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'\n */\n status?: PrivateEndpointServiceConnectionStatus;\n /**\n * The reason for approval/rejection of the connection.\n */\n description?: string;\n /**\n * A message indicating if changes on the service provider require any updates on the consumer.\n */\n actionRequired?: string;\n}\n\n/**\n * Properties of the PrivateEndpointConnectProperties.\n */\nexport interface PrivateEndpointConnectionProperties {\n /**\n * The resource of private end point.\n */\n privateEndpoint?: PrivateEndpoint;\n /**\n * A collection of information about the state of the connection between service consumer and\n * provider.\n */\n privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;\n /**\n * The private link resource group ids.\n */\n groupIds?: string[];\n}\n\n/**\n * An interface representing Resource.\n */\nexport interface Resource extends BaseResource {\n /**\n * Fully qualified resource Id for the resource. Ex -\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The name of the resource\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The type of the resource. Ex- Microsoft.Compute/virtualMachines or\n * Microsoft.Storage/storageAccounts.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n}\n\n/**\n * The Private Endpoint Connection resource.\n */\nexport interface PrivateEndpointConnection extends Resource {\n /**\n * Resource properties.\n */\n properties?: PrivateEndpointConnectionProperties;\n}\n\n/**\n * The api properties for special APIs.\n */\nexport interface CognitiveServicesAccountApiProperties {\n /**\n * (QnAMaker Only) The runtime endpoint of QnAMaker.\n */\n qnaRuntimeEndpoint?: string;\n /**\n * (Bing Search Only) The flag to enable statistics of Bing Search.\n */\n statisticsEnabled?: boolean;\n /**\n * (Personalization Only) The flag to enable statistics of Bing Search.\n */\n eventHubConnectionString?: string;\n /**\n * (Personalization Only) The storage account connection string.\n */\n storageAccountConnectionString?: string;\n}\n\n/**\n * Properties of Cognitive Services account.\n */\nexport interface CognitiveServicesAccountProperties {\n /**\n * Gets the status of the cognitive services account at the time the operation was called.\n * Possible values include: 'Creating', 'ResolvingDNS', 'Moving', 'Deleting', 'Succeeded',\n * 'Failed'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Endpoint of the created account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly endpoint?: string;\n /**\n * The internal identifier.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly internalId?: string;\n /**\n * Gets the capabilities of the cognitive services account. Each item indicates the capability of\n * a specific feature. The values are read-only and for reference only.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly capabilities?: SkuCapability[];\n /**\n * Optional subdomain name used for token-based authentication.\n */\n customSubDomainName?: string;\n /**\n * A collection of rules governing the accessibility from specific network locations.\n */\n networkAcls?: NetworkRuleSet;\n /**\n * The encryption properties for this resource.\n */\n encryption?: Encryption;\n /**\n * The storage accounts for this resource.\n */\n userOwnedStorage?: UserOwnedStorage[];\n /**\n * The private endpoint connection associated with the Cognitive Services account.\n */\n privateEndpointConnections?: PrivateEndpointConnection[];\n /**\n * Whether or not public endpoint access is allowed for this account. Value is optional but if\n * passed in, must be 'Enabled' or 'Disabled'. Possible values include: 'Enabled', 'Disabled'\n */\n publicNetworkAccess?: PublicNetworkAccess;\n /**\n * The api properties for special APIs.\n */\n apiProperties?: CognitiveServicesAccountApiProperties;\n}\n\n/**\n * User-assigned managed identity.\n */\nexport interface UserAssignedIdentity {\n /**\n * Azure Active Directory principal ID associated with this Identity.\n */\n principalId?: string;\n /**\n * Client App Id associated with this identity.\n */\n clientId?: string;\n}\n\n/**\n * Managed service identity.\n */\nexport interface Identity {\n /**\n * Type of managed service identity. Possible values include: 'None', 'SystemAssigned',\n * 'UserAssigned'\n */\n type?: IdentityType;\n /**\n * Tenant of managed service identity.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tenantId?: string;\n /**\n * Principal Id of managed service identity.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly principalId?: string;\n /**\n * The list of user assigned identities associated with the resource. The user identity\n * dictionary key references will be ARM resource ids in the form:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}\n */\n userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };\n}\n\n/**\n * Cognitive Services Account is an Azure resource representing the provisioned account, its type,\n * location and SKU.\n */\nexport interface CognitiveServicesAccount extends BaseResource {\n /**\n * Entity Tag\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly etag?: string;\n /**\n * The id of the created account\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The Kind of the resource.\n */\n kind?: string;\n /**\n * The location of the resource\n */\n location?: string;\n /**\n * The name of the created account\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Properties of Cognitive Services account.\n */\n properties?: CognitiveServicesAccountProperties;\n /**\n * The SKU of Cognitive Services account.\n */\n sku?: Sku;\n /**\n * Gets or sets a list of key value pairs that describe the resource. These tags can be used in\n * viewing and grouping this resource (across resource groups). A maximum of 15 tags can be\n * provided for a resource. Each tag must have a key no greater than 128 characters and value no\n * greater than 256 characters.\n */\n tags?: { [propertyName: string]: string };\n /**\n * Resource type\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * The identity of Cognitive Services account.\n */\n identity?: Identity;\n}\n\n/**\n * The access keys for the cognitive services account.\n */\nexport interface CognitiveServicesAccountKeys {\n /**\n * Gets the value of key 1.\n */\n key1?: string;\n /**\n * Gets the value of key 2.\n */\n key2?: string;\n}\n\n/**\n * Regenerate key parameters.\n */\nexport interface RegenerateKeyParameters {\n /**\n * key name to generate (Key1|Key2). Possible values include: 'Key1', 'Key2'\n */\n keyName: KeyName;\n}\n\n/**\n * Cognitive Services resource type and SKU.\n */\nexport interface CognitiveServicesResourceAndSku {\n /**\n * Resource Namespace and Type\n */\n resourceType?: string;\n /**\n * The SKU of Cognitive Services account.\n */\n sku?: Sku;\n}\n\n/**\n * The list of cognitive services accounts operation response.\n */\nexport interface CognitiveServicesAccountEnumerateSkusResult {\n /**\n * Gets the list of Cognitive Services accounts and their properties.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly value?: CognitiveServicesResourceAndSku[];\n}\n\n/**\n * A metric name.\n */\nexport interface MetricName {\n /**\n * The name of the metric.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly value?: string;\n /**\n * The friendly name of the metric.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly localizedValue?: string;\n}\n\n/**\n * The usage data for a usage request.\n */\nexport interface Usage {\n /**\n * The unit of the metric. Possible values include: 'Count', 'Bytes', 'Seconds', 'Percent',\n * 'CountPerSecond', 'BytesPerSecond', 'Milliseconds'\n */\n unit?: UnitType;\n /**\n * The name information for the metric.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: MetricName;\n /**\n * The quota period used to summarize the usage values.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly quotaPeriod?: string;\n /**\n * Maximum value for this metric.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly limit?: number;\n /**\n * Current value for this metric.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly currentValue?: number;\n /**\n * Next reset time for current quota.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextResetTime?: string;\n /**\n * Cognitive Services account quota usage status. Possible values include: 'Included', 'Blocked',\n * 'InOverage', 'Unknown'\n */\n status?: QuotaUsageStatus;\n}\n\n/**\n * The response to a list usage request.\n */\nexport interface UsagesResult {\n /**\n * The list of usages for Cognitive Service account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly value?: Usage[];\n}\n\n/**\n * Cognitive Services error body.\n */\nexport interface ErrorBody {\n /**\n * error code\n */\n code: string;\n /**\n * error message\n */\n message: string;\n}\n\n/**\n * Cognitive Services error object.\n */\nexport interface ErrorModel {\n /**\n * The error body.\n */\n error?: ErrorBody;\n}\n\n/**\n * The operation supported by Cognitive Services.\n */\nexport interface OperationDisplayInfo {\n /**\n * The description of the operation.\n */\n description?: string;\n /**\n * The action that users can perform, based on their permission level.\n */\n operation?: string;\n /**\n * Service provider: Microsoft Cognitive Services.\n */\n provider?: string;\n /**\n * Resource on which the operation is performed.\n */\n resource?: string;\n}\n\n/**\n * The operation supported by Cognitive Services.\n */\nexport interface OperationEntity {\n /**\n * Operation name: {provider}/{resource}/{operation}.\n */\n name?: string;\n /**\n * The operation supported by Cognitive Services.\n */\n display?: OperationDisplayInfo;\n /**\n * The origin of the operation.\n */\n origin?: string;\n /**\n * Additional properties.\n */\n properties?: any;\n}\n\n/**\n * Check SKU availability parameter.\n */\nexport interface CheckSkuAvailabilityParameter {\n /**\n * The SKU of the resource.\n */\n skus: string[];\n /**\n * The Kind of the resource.\n */\n kind: string;\n /**\n * The Type of the resource.\n */\n type: string;\n}\n\n/**\n * Check SKU availability result.\n */\nexport interface CheckSkuAvailabilityResult {\n /**\n * The Kind of the resource.\n */\n kind?: string;\n /**\n * The Type of the resource.\n */\n type?: string;\n /**\n * The SKU of Cognitive Services account.\n */\n skuName?: string;\n /**\n * Indicates the given SKU is available or not.\n */\n skuAvailable?: boolean;\n /**\n * Reason why the SKU is not available.\n */\n reason?: string;\n /**\n * Additional error message.\n */\n message?: string;\n}\n\n/**\n * Check SKU availability result list.\n */\nexport interface CheckSkuAvailabilityResultList {\n /**\n * Check SKU availability result list.\n */\n value?: CheckSkuAvailabilityResult[];\n}\n\n/**\n * Check Domain availability parameter.\n */\nexport interface CheckDomainAvailabilityParameter {\n /**\n * The subdomain name to use.\n */\n subdomainName: string;\n /**\n * The Type of the resource.\n */\n type: string;\n}\n\n/**\n * Check Domain availability result.\n */\nexport interface CheckDomainAvailabilityResult {\n /**\n * Indicates the given SKU is available or not.\n */\n isSubdomainAvailable?: boolean;\n /**\n * Reason why the SKU is not available.\n */\n reason?: string;\n /**\n * The subdomain name to use.\n */\n subdomainName?: string;\n /**\n * The Type of the resource.\n */\n type?: string;\n}\n\n/**\n * An interface representing ResourceSkuRestrictionInfo.\n */\nexport interface ResourceSkuRestrictionInfo {\n /**\n * Locations where the SKU is restricted\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly locations?: string[];\n /**\n * List of availability zones where the SKU is restricted.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly zones?: string[];\n}\n\n/**\n * Describes restrictions of a SKU.\n */\nexport interface ResourceSkuRestrictions {\n /**\n * The type of restrictions. Possible values include: 'Location', 'Zone'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: ResourceSkuRestrictionsType;\n /**\n * The value of restrictions. If the restriction type is set to location. This would be different\n * locations where the SKU is restricted.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly values?: string[];\n /**\n * The information about the restriction where the SKU cannot be used.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly restrictionInfo?: ResourceSkuRestrictionInfo;\n /**\n * The reason for restriction. Possible values include: 'QuotaId', 'NotAvailableForSubscription'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly reasonCode?: ResourceSkuRestrictionsReasonCode;\n}\n\n/**\n * Describes an available Cognitive Services SKU.\n */\nexport interface ResourceSku {\n /**\n * The type of resource the SKU applies to.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly resourceType?: string;\n /**\n * The name of SKU.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Specifies the tier of Cognitive Services account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tier?: string;\n /**\n * The Kind of resources that are supported in this SKU.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly kind?: string;\n /**\n * The set of locations that the SKU is available.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly locations?: string[];\n /**\n * The restrictions because of which SKU cannot be used. This is empty if there are no\n * restrictions.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly restrictions?: ResourceSkuRestrictions[];\n}\n\n/**\n * Properties of a private link resource.\n */\nexport interface PrivateLinkResourceProperties {\n /**\n * The private link resource group id.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly groupId?: string;\n /**\n * The private link resource display name.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly displayName?: string;\n /**\n * The private link resource required member names.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly requiredMembers?: string[];\n /**\n * The private link resource Private link DNS zone name.\n */\n requiredZoneNames?: string[];\n}\n\n/**\n * A private link resource\n */\nexport interface PrivateLinkResource extends Resource {\n /**\n * Resource properties.\n */\n properties?: PrivateLinkResourceProperties;\n}\n\n/**\n * A list of private link resources\n */\nexport interface PrivateLinkResourceListResult {\n /**\n * Array of private link resources\n */\n value?: PrivateLinkResource[];\n}\n\n/**\n * The resource model definition for a ARM proxy resource. It will have everything other than\n * required location and tags\n */\nexport interface ProxyResource extends Resource {\n}\n\n/**\n * The resource model definition for a ARM tracked top level resource\n */\nexport interface TrackedResource extends Resource {\n /**\n * Resource tags.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The geo-location where the resource lives\n */\n location: string;\n}\n\n/**\n * The resource model definition for a Azure Resource Manager resource with an etag.\n */\nexport interface AzureEntityResource extends Resource {\n /**\n * Resource Etag.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly etag?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface AccountsGetUsagesOptionalParams extends msRest.RequestOptionsBase {\n /**\n * An OData filter expression that describes a subset of usages to return. The supported\n * parameter is name.value (name of the metric, can have an or of multiple names).\n */\n filter?: string;\n}\n\n/**\n * An interface representing CognitiveServicesManagementClientOptions.\n */\nexport interface CognitiveServicesManagementClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * @interface\n * The list of cognitive services accounts operation response.\n * @extends Array<CognitiveServicesAccount>\n */\nexport interface CognitiveServicesAccountListResult extends Array<CognitiveServicesAccount> {\n /**\n * The link used to get the next page of accounts.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The Get Skus operation response.\n * @extends Array<ResourceSku>\n */\nexport interface ResourceSkusResult extends Array<ResourceSku> {\n /**\n * The uri to fetch the next page of Skus.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The list of cognitive services accounts operation response.\n * @extends Array<OperationEntity>\n */\nexport interface OperationEntityListResult extends Array<OperationEntity> {\n /**\n * The link used to get the next page of operations.\n */\n nextLink?: string;\n}\n\n/**\n * Defines values for SkuTier.\n * Possible values include: 'Free', 'Standard', 'Premium'\n * @readonly\n * @enum {string}\n */\nexport type SkuTier = 'Free' | 'Standard' | 'Premium';\n\n/**\n * Defines values for ProvisioningState.\n * Possible values include: 'Creating', 'ResolvingDNS', 'Moving', 'Deleting', 'Succeeded', 'Failed'\n * @readonly\n * @enum {string}\n */\nexport type ProvisioningState = 'Creating' | 'ResolvingDNS' | 'Moving' | 'Deleting' | 'Succeeded' | 'Failed';\n\n/**\n * Defines values for NetworkRuleAction.\n * Possible values include: 'Allow', 'Deny'\n * @readonly\n * @enum {string}\n */\nexport type NetworkRuleAction = 'Allow' | 'Deny';\n\n/**\n * Defines values for KeySource.\n * Possible values include: 'Microsoft.CognitiveServices', 'Microsoft.KeyVault'\n * @readonly\n * @enum {string}\n */\nexport type KeySource = 'Microsoft.CognitiveServices' | 'Microsoft.KeyVault';\n\n/**\n * Defines values for PrivateEndpointServiceConnectionStatus.\n * Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'\n * @readonly\n * @enum {string}\n */\nexport type PrivateEndpointServiceConnectionStatus = 'Pending' | 'Approved' | 'Rejected' | 'Disconnected';\n\n/**\n * Defines values for PublicNetworkAccess.\n * Possible values include: 'Enabled', 'Disabled'\n * @readonly\n * @enum {string}\n */\nexport type PublicNetworkAccess = 'Enabled' | 'Disabled';\n\n/**\n * Defines values for IdentityType.\n * Possible values include: 'None', 'SystemAssigned', 'UserAssigned'\n * @readonly\n * @enum {string}\n */\nexport type IdentityType = 'None' | 'SystemAssigned' | 'UserAssigned';\n\n/**\n * Defines values for KeyName.\n * Possible values include: 'Key1', 'Key2'\n * @readonly\n * @enum {string}\n */\nexport type KeyName = 'Key1' | 'Key2';\n\n/**\n * Defines values for UnitType.\n * Possible values include: 'Count', 'Bytes', 'Seconds', 'Percent', 'CountPerSecond',\n * 'BytesPerSecond', 'Milliseconds'\n * @readonly\n * @enum {string}\n */\nexport type UnitType = 'Count' | 'Bytes' | 'Seconds' | 'Percent' | 'CountPerSecond' | 'BytesPerSecond' | 'Milliseconds';\n\n/**\n * Defines values for QuotaUsageStatus.\n * Possible values include: 'Included', 'Blocked', 'InOverage', 'Unknown'\n * @readonly\n * @enum {string}\n */\nexport type QuotaUsageStatus = 'Included' | 'Blocked' | 'InOverage' | 'Unknown';\n\n/**\n * Defines values for ResourceSkuRestrictionsType.\n * Possible values include: 'Location', 'Zone'\n * @readonly\n * @enum {string}\n */\nexport type ResourceSkuRestrictionsType = 'Location' | 'Zone';\n\n/**\n * Defines values for ResourceSkuRestrictionsReasonCode.\n * Possible values include: 'QuotaId', 'NotAvailableForSubscription'\n * @readonly\n * @enum {string}\n */\nexport type ResourceSkuRestrictionsReasonCode = 'QuotaId' | 'NotAvailableForSubscription';\n\n/**\n * Contains response data for the create operation.\n */\nexport type AccountsCreateResponse = CognitiveServicesAccount & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CognitiveServicesAccount;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type AccountsUpdateResponse = CognitiveServicesAccount & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CognitiveServicesAccount;\n };\n};\n\n/**\n * Contains response data for the getProperties operation.\n */\nexport type AccountsGetPropertiesResponse = CognitiveServicesAccount & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CognitiveServicesAccount;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type AccountsListByResourceGroupResponse = CognitiveServicesAccountListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CognitiveServicesAccountListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type AccountsListResponse = CognitiveServicesAccountListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CognitiveServicesAccountListResult;\n };\n};\n\n/**\n * Contains response data for the listKeys operation.\n */\nexport type AccountsListKeysResponse = CognitiveServicesAccountKeys & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CognitiveServicesAccountKeys;\n };\n};\n\n/**\n * Contains response data for the regenerateKey operation.\n */\nexport type AccountsRegenerateKeyResponse = CognitiveServicesAccountKeys & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CognitiveServicesAccountKeys;\n };\n};\n\n/**\n * Contains response data for the listSkus operation.\n */\nexport type AccountsListSkusResponse = CognitiveServicesAccountEnumerateSkusResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CognitiveServicesAccountEnumerateSkusResult;\n };\n};\n\n/**\n * Contains response data for the getUsages operation.\n */\nexport type AccountsGetUsagesResponse = UsagesResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: UsagesResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroupNext operation.\n */\nexport type AccountsListByResourceGroupNextResponse = CognitiveServicesAccountListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CognitiveServicesAccountListResult;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type AccountsListNextResponse = CognitiveServicesAccountListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CognitiveServicesAccountListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type ResourceSkusListResponse = ResourceSkusResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ResourceSkusResult;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type ResourceSkusListNextResponse = ResourceSkusResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ResourceSkusResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type OperationsListResponse = OperationEntityListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationEntityListResult;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type OperationsListNextResponse = OperationEntityListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationEntityListResult;\n };\n};\n\n/**\n * Contains response data for the checkSkuAvailability operation.\n */\nexport type CheckSkuAvailabilityResponse = CheckSkuAvailabilityResultList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CheckSkuAvailabilityResultList;\n };\n};\n\n/**\n * Contains response data for the checkDomainAvailability operation.\n */\nexport type CheckDomainAvailabilityResponse = CheckDomainAvailabilityResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CheckDomainAvailabilityResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: PrivateEndpointConnection;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: PrivateEndpointConnection;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type PrivateLinkResourcesListResponse = PrivateLinkResourceListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: PrivateLinkResourceListResult;\n };\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { CloudErrorMapper, BaseResourceMapper } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const CloudError = CloudErrorMapper;\nexport const BaseResource = BaseResourceMapper;\n\nexport const Sku: msRest.CompositeMapper = {\n serializedName: \"Sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n tier: {\n readOnly: true,\n serializedName: \"tier\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Free\",\n \"Standard\",\n \"Premium\"\n ]\n }\n }\n }\n }\n};\n\nexport const SkuCapability: msRest.CompositeMapper = {\n serializedName: \"SkuCapability\",\n type: {\n name: \"Composite\",\n className: \"SkuCapability\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IpRule: msRest.CompositeMapper = {\n serializedName: \"IpRule\",\n type: {\n name: \"Composite\",\n className: \"IpRule\",\n modelProperties: {\n value: {\n required: true,\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualNetworkRule: msRest.CompositeMapper = {\n serializedName: \"VirtualNetworkRule\",\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkRule\",\n modelProperties: {\n id: {\n required: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n state: {\n serializedName: \"state\",\n type: {\n name: \"String\"\n }\n },\n ignoreMissingVnetServiceEndpoint: {\n serializedName: \"ignoreMissingVnetServiceEndpoint\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const NetworkRuleSet: msRest.CompositeMapper = {\n serializedName: \"NetworkRuleSet\",\n type: {\n name: \"Composite\",\n className: \"NetworkRuleSet\",\n modelProperties: {\n defaultAction: {\n serializedName: \"defaultAction\",\n type: {\n name: \"String\"\n }\n },\n ipRules: {\n serializedName: \"ipRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IpRule\"\n }\n }\n }\n },\n virtualNetworkRules: {\n serializedName: \"virtualNetworkRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkRule\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const KeyVaultProperties: msRest.CompositeMapper = {\n serializedName: \"KeyVaultProperties\",\n type: {\n name: \"Composite\",\n className: \"KeyVaultProperties\",\n modelProperties: {\n keyName: {\n serializedName: \"keyName\",\n type: {\n name: \"String\"\n }\n },\n keyVersion: {\n serializedName: \"keyVersion\",\n type: {\n name: \"String\"\n }\n },\n keyVaultUri: {\n serializedName: \"keyVaultUri\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Encryption: msRest.CompositeMapper = {\n serializedName: \"Encryption\",\n type: {\n name: \"Composite\",\n className: \"Encryption\",\n modelProperties: {\n keyVaultProperties: {\n serializedName: \"keyVaultProperties\",\n type: {\n name: \"Composite\",\n className: \"KeyVaultProperties\"\n }\n },\n keySource: {\n serializedName: \"keySource\",\n defaultValue: 'Microsoft.KeyVault',\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UserOwnedStorage: msRest.CompositeMapper = {\n serializedName: \"UserOwnedStorage\",\n type: {\n name: \"Composite\",\n className: \"UserOwnedStorage\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpoint: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkServiceConnectionState: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n actionRequired: {\n serializedName: \"actionRequired\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnectionProperties: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointConnectionProperties\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionProperties\",\n modelProperties: {\n privateEndpoint: {\n serializedName: \"privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\"\n }\n },\n privateLinkServiceConnectionState: {\n required: true,\n serializedName: \"privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\"\n }\n },\n groupIds: {\n serializedName: \"groupIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Resource: msRest.CompositeMapper = {\n serializedName: \"Resource\",\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnection: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointConnection\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionProperties\"\n }\n }\n }\n }\n};\n\nexport const CognitiveServicesAccountApiProperties: msRest.CompositeMapper = {\n serializedName: \"CognitiveServicesAccountApiProperties\",\n type: {\n name: \"Composite\",\n className: \"CognitiveServicesAccountApiProperties\",\n modelProperties: {\n qnaRuntimeEndpoint: {\n serializedName: \"qnaRuntimeEndpoint\",\n type: {\n name: \"String\"\n }\n },\n statisticsEnabled: {\n serializedName: \"statisticsEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n eventHubConnectionString: {\n serializedName: \"eventHubConnectionString\",\n constraints: {\n MaxLength: 1000,\n Pattern: /^( *)Endpoint=sb:\\/\\/(.*);( *)SharedAccessKeyName=(.*);( *)SharedAccessKey=(.*)$/\n },\n type: {\n name: \"String\"\n }\n },\n storageAccountConnectionString: {\n serializedName: \"storageAccountConnectionString\",\n constraints: {\n MaxLength: 1000,\n Pattern: /^(( *)DefaultEndpointsProtocol=(http|https)( *);( *))?AccountName=(.*)AccountKey=(.*)EndpointSuffix=(.*)$/\n },\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CognitiveServicesAccountProperties: msRest.CompositeMapper = {\n serializedName: \"CognitiveServicesAccountProperties\",\n type: {\n name: \"Composite\",\n className: \"CognitiveServicesAccountProperties\",\n modelProperties: {\n provisioningState: {\n readOnly: true,\n serializedName: \"provisioningState\",\n type: {\n name: \"String\"\n }\n },\n endpoint: {\n readOnly: true,\n serializedName: \"endpoint\",\n type: {\n name: \"String\"\n }\n },\n internalId: {\n readOnly: true,\n serializedName: \"internalId\",\n type: {\n name: \"String\"\n }\n },\n capabilities: {\n readOnly: true,\n serializedName: \"capabilities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SkuCapability\"\n }\n }\n }\n },\n customSubDomainName: {\n serializedName: \"customSubDomainName\",\n type: {\n name: \"String\"\n }\n },\n networkAcls: {\n serializedName: \"networkAcls\",\n type: {\n name: \"Composite\",\n className: \"NetworkRuleSet\"\n }\n },\n encryption: {\n serializedName: \"encryption\",\n type: {\n name: \"Composite\",\n className: \"Encryption\"\n }\n },\n userOwnedStorage: {\n serializedName: \"userOwnedStorage\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UserOwnedStorage\"\n }\n }\n }\n },\n privateEndpointConnections: {\n serializedName: \"privateEndpointConnections\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n },\n publicNetworkAccess: {\n serializedName: \"publicNetworkAccess\",\n type: {\n name: \"String\"\n }\n },\n apiProperties: {\n serializedName: \"apiProperties\",\n type: {\n name: \"Composite\",\n className: \"CognitiveServicesAccountApiProperties\"\n }\n }\n }\n }\n};\n\nexport const UserAssignedIdentity: msRest.CompositeMapper = {\n serializedName: \"UserAssignedIdentity\",\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Identity: msRest.CompositeMapper = {\n serializedName: \"Identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"None\",\n \"SystemAssigned\",\n \"UserAssigned\"\n ]\n }\n },\n tenantId: {\n readOnly: true,\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n },\n principalId: {\n readOnly: true,\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const CognitiveServicesAccount: msRest.CompositeMapper = {\n serializedName: \"CognitiveServicesAccount\",\n type: {\n name: \"Composite\",\n className: \"CognitiveServicesAccount\",\n modelProperties: {\n etag: {\n readOnly: true,\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"CognitiveServicesAccountProperties\"\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\"\n }\n }\n }\n }\n};\n\nexport const CognitiveServicesAccountKeys: msRest.CompositeMapper = {\n serializedName: \"CognitiveServicesAccountKeys\",\n type: {\n name: \"Composite\",\n className: \"CognitiveServicesAccountKeys\",\n modelProperties: {\n key1: {\n serializedName: \"key1\",\n type: {\n name: \"String\"\n }\n },\n key2: {\n serializedName: \"key2\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RegenerateKeyParameters: msRest.CompositeMapper = {\n serializedName: \"RegenerateKeyParameters\",\n type: {\n name: \"Composite\",\n className: \"RegenerateKeyParameters\",\n modelProperties: {\n keyName: {\n required: true,\n serializedName: \"keyName\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Key1\",\n \"Key2\"\n ]\n }\n }\n }\n }\n};\n\nexport const CognitiveServicesResourceAndSku: msRest.CompositeMapper = {\n serializedName: \"CognitiveServicesResourceAndSku\",\n type: {\n name: \"Composite\",\n className: \"CognitiveServicesResourceAndSku\",\n modelProperties: {\n resourceType: {\n serializedName: \"resourceType\",\n type: {\n name: \"String\"\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n }\n }\n }\n};\n\nexport const CognitiveServicesAccountEnumerateSkusResult: msRest.CompositeMapper = {\n serializedName: \"CognitiveServicesAccountEnumerateSkusResult\",\n type: {\n name: \"Composite\",\n className: \"CognitiveServicesAccountEnumerateSkusResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CognitiveServicesResourceAndSku\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MetricName: msRest.CompositeMapper = {\n serializedName: \"MetricName\",\n type: {\n name: \"Composite\",\n className: \"MetricName\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n },\n localizedValue: {\n readOnly: true,\n serializedName: \"localizedValue\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Usage: msRest.CompositeMapper = {\n serializedName: \"Usage\",\n type: {\n name: \"Composite\",\n className: \"Usage\",\n modelProperties: {\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"MetricName\"\n }\n },\n quotaPeriod: {\n readOnly: true,\n serializedName: \"quotaPeriod\",\n type: {\n name: \"String\"\n }\n },\n limit: {\n readOnly: true,\n serializedName: \"limit\",\n type: {\n name: \"Number\"\n }\n },\n currentValue: {\n readOnly: true,\n serializedName: \"currentValue\",\n type: {\n name: \"Number\"\n }\n },\n nextResetTime: {\n readOnly: true,\n serializedName: \"nextResetTime\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UsagesResult: msRest.CompositeMapper = {\n serializedName: \"UsagesResult\",\n type: {\n name: \"Composite\",\n className: \"UsagesResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Usage\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorBody: msRest.CompositeMapper = {\n serializedName: \"ErrorBody\",\n type: {\n name: \"Composite\",\n className: \"ErrorBody\",\n modelProperties: {\n code: {\n required: true,\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n required: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorModel: msRest.CompositeMapper = {\n serializedName: \"Error\",\n type: {\n name: \"Composite\",\n className: \"ErrorModel\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorBody\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplayInfo: msRest.CompositeMapper = {\n serializedName: \"OperationDisplayInfo\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplayInfo\",\n modelProperties: {\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationEntity: msRest.CompositeMapper = {\n serializedName: \"OperationEntity\",\n type: {\n name: \"Composite\",\n className: \"OperationEntity\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplayInfo\"\n }\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Object\"\n }\n }\n }\n }\n};\n\nexport const CheckSkuAvailabilityParameter: msRest.CompositeMapper = {\n serializedName: \"CheckSkuAvailabilityParameter\",\n type: {\n name: \"Composite\",\n className: \"CheckSkuAvailabilityParameter\",\n modelProperties: {\n skus: {\n required: true,\n serializedName: \"skus\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n kind: {\n required: true,\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CheckSkuAvailabilityResult: msRest.CompositeMapper = {\n serializedName: \"CheckSkuAvailabilityResult\",\n type: {\n name: \"Composite\",\n className: \"CheckSkuAvailabilityResult\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n skuName: {\n serializedName: \"skuName\",\n type: {\n name: \"String\"\n }\n },\n skuAvailable: {\n serializedName: \"skuAvailable\",\n type: {\n name: \"Boolean\"\n }\n },\n reason: {\n serializedName: \"reason\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CheckSkuAvailabilityResultList: msRest.CompositeMapper = {\n serializedName: \"CheckSkuAvailabilityResultList\",\n type: {\n name: \"Composite\",\n className: \"CheckSkuAvailabilityResultList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CheckSkuAvailabilityResult\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const CheckDomainAvailabilityParameter: msRest.CompositeMapper = {\n serializedName: \"CheckDomainAvailabilityParameter\",\n type: {\n name: \"Composite\",\n className: \"CheckDomainAvailabilityParameter\",\n modelProperties: {\n subdomainName: {\n required: true,\n serializedName: \"subdomainName\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CheckDomainAvailabilityResult: msRest.CompositeMapper = {\n serializedName: \"CheckDomainAvailabilityResult\",\n type: {\n name: \"Composite\",\n className: \"CheckDomainAvailabilityResult\",\n modelProperties: {\n isSubdomainAvailable: {\n serializedName: \"isSubdomainAvailable\",\n type: {\n name: \"Boolean\"\n }\n },\n reason: {\n serializedName: \"reason\",\n type: {\n name: \"String\"\n }\n },\n subdomainName: {\n serializedName: \"subdomainName\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceSkuRestrictionInfo: msRest.CompositeMapper = {\n serializedName: \"ResourceSkuRestrictionInfo\",\n type: {\n name: \"Composite\",\n className: \"ResourceSkuRestrictionInfo\",\n modelProperties: {\n locations: {\n readOnly: true,\n serializedName: \"locations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n zones: {\n readOnly: true,\n serializedName: \"zones\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ResourceSkuRestrictions: msRest.CompositeMapper = {\n serializedName: \"ResourceSkuRestrictions\",\n type: {\n name: \"Composite\",\n className: \"ResourceSkuRestrictions\",\n modelProperties: {\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Location\",\n \"Zone\"\n ]\n }\n },\n values: {\n readOnly: true,\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n restrictionInfo: {\n readOnly: true,\n serializedName: \"restrictionInfo\",\n type: {\n name: \"Composite\",\n className: \"ResourceSkuRestrictionInfo\"\n }\n },\n reasonCode: {\n readOnly: true,\n serializedName: \"reasonCode\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceSku: msRest.CompositeMapper = {\n serializedName: \"ResourceSku\",\n type: {\n name: \"Composite\",\n className: \"ResourceSku\",\n modelProperties: {\n resourceType: {\n readOnly: true,\n serializedName: \"resourceType\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n tier: {\n readOnly: true,\n serializedName: \"tier\",\n type: {\n name: \"String\"\n }\n },\n kind: {\n readOnly: true,\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n locations: {\n readOnly: true,\n serializedName: \"locations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n restrictions: {\n readOnly: true,\n serializedName: \"restrictions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceSkuRestrictions\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResourceProperties: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkResourceProperties\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceProperties\",\n modelProperties: {\n groupId: {\n readOnly: true,\n serializedName: \"groupId\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n readOnly: true,\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n requiredMembers: {\n readOnly: true,\n serializedName: \"requiredMembers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n requiredZoneNames: {\n serializedName: \"requiredZoneNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResource: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkResource\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceProperties\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResourceListResult: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkResourceListResult\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ProxyResource: msRest.CompositeMapper = {\n serializedName: \"ProxyResource\",\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties\n }\n }\n};\n\nexport const TrackedResource: msRest.CompositeMapper = {\n serializedName: \"TrackedResource\",\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureEntityResource: msRest.CompositeMapper = {\n serializedName: \"AzureEntityResource\",\n type: {\n name: \"Composite\",\n className: \"AzureEntityResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n etag: {\n readOnly: true,\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CognitiveServicesAccountListResult: msRest.CompositeMapper = {\n serializedName: \"CognitiveServicesAccountListResult\",\n type: {\n name: \"Composite\",\n className: \"CognitiveServicesAccountListResult\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CognitiveServicesAccount\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ResourceSkusResult: msRest.CompositeMapper = {\n serializedName: \"ResourceSkusResult\",\n type: {\n name: \"Composite\",\n className: \"ResourceSkusResult\",\n modelProperties: {\n value: {\n required: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceSku\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationEntityListResult: msRest.CompositeMapper = {\n serializedName: \"OperationEntityListResult\",\n type: {\n name: \"Composite\",\n className: \"OperationEntityListResult\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationEntity\"\n }\n }\n }\n }\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const acceptLanguage: msRest.OperationParameter = {\n parameterPath: \"acceptLanguage\",\n mapper: {\n serializedName: \"accept-language\",\n defaultValue: 'en-US',\n type: {\n name: \"String\"\n }\n }\n};\nexport const accountName: msRest.OperationURLParameter = {\n parameterPath: \"accountName\",\n mapper: {\n required: true,\n serializedName: \"accountName\",\n constraints: {\n MaxLength: 64,\n MinLength: 2,\n Pattern: /^[a-zA-Z0-9][a-zA-Z0-9_.-]*$/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n serializedName: \"api-version\",\n constraints: {\n MinLength: 1\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const filter: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"filter\"\n ],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const location: msRest.OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const nextPageLink: msRest.OperationURLParameter = {\n parameterPath: \"nextPageLink\",\n mapper: {\n required: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\nexport const privateEndpointConnectionName: msRest.OperationURLParameter = {\n parameterPath: \"privateEndpointConnectionName\",\n mapper: {\n required: true,\n serializedName: \"privateEndpointConnectionName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceGroupName: msRest.OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n required: true,\n serializedName: \"resourceGroupName\",\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n Pattern: /^[-\\w\\._\\(\\)]+$/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const subscriptionId: msRest.OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n required: true,\n serializedName: \"subscriptionId\",\n constraints: {\n MinLength: 1\n },\n type: {\n name: \"String\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AzureEntityResource,\n BaseResource,\n CognitiveServicesAccount,\n CognitiveServicesAccountApiProperties,\n CognitiveServicesAccountEnumerateSkusResult,\n CognitiveServicesAccountKeys,\n CognitiveServicesAccountListResult,\n CognitiveServicesAccountProperties,\n CognitiveServicesResourceAndSku,\n Encryption,\n ErrorBody,\n ErrorModel,\n Identity,\n IpRule,\n KeyVaultProperties,\n MetricName,\n NetworkRuleSet,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateEndpointConnectionProperties,\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n PrivateLinkServiceConnectionState,\n ProxyResource,\n RegenerateKeyParameters,\n Resource,\n Sku,\n SkuCapability,\n TrackedResource,\n Usage,\n UsagesResult,\n UserAssignedIdentity,\n UserOwnedStorage,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/accountsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { CognitiveServicesManagementClientContext } from \"../cognitiveServicesManagementClientContext\";\n\n/** Class representing a Accounts. */\nexport class Accounts {\n private readonly client: CognitiveServicesManagementClientContext;\n\n /**\n * Create a Accounts.\n * @param {CognitiveServicesManagementClientContext} client Reference to the service client.\n */\n constructor(client: CognitiveServicesManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Create Cognitive Services Account. Accounts is a resource group wide resource type. It holds the\n * keys for developer to access intelligent APIs. It's also the resource type for billing.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param account The parameters to provide for the created account.\n * @param [options] The optional parameters\n * @returns Promise<Models.AccountsCreateResponse>\n */\n create(resourceGroupName: string, accountName: string, account: Models.CognitiveServicesAccount, options?: msRest.RequestOptionsBase): Promise<Models.AccountsCreateResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param account The parameters to provide for the created account.\n * @param callback The callback\n */\n create(resourceGroupName: string, accountName: string, account: Models.CognitiveServicesAccount, callback: msRest.ServiceCallback<Models.CognitiveServicesAccount>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param account The parameters to provide for the created account.\n * @param options The optional parameters\n * @param callback The callback\n */\n create(resourceGroupName: string, accountName: string, account: Models.CognitiveServicesAccount, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CognitiveServicesAccount>): void;\n create(resourceGroupName: string, accountName: string, account: Models.CognitiveServicesAccount, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CognitiveServicesAccount>, callback?: msRest.ServiceCallback<Models.CognitiveServicesAccount>): Promise<Models.AccountsCreateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n account,\n options\n },\n createOperationSpec,\n callback) as Promise<Models.AccountsCreateResponse>;\n }\n\n /**\n * Updates a Cognitive Services account\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param account The parameters to provide for the created account.\n * @param [options] The optional parameters\n * @returns Promise<Models.AccountsUpdateResponse>\n */\n update(resourceGroupName: string, accountName: string, account: Models.CognitiveServicesAccount, options?: msRest.RequestOptionsBase): Promise<Models.AccountsUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param account The parameters to provide for the created account.\n * @param callback The callback\n */\n update(resourceGroupName: string, accountName: string, account: Models.CognitiveServicesAccount, callback: msRest.ServiceCallback<Models.CognitiveServicesAccount>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param account The parameters to provide for the created account.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, accountName: string, account: Models.CognitiveServicesAccount, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CognitiveServicesAccount>): void;\n update(resourceGroupName: string, accountName: string, account: Models.CognitiveServicesAccount, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CognitiveServicesAccount>, callback?: msRest.ServiceCallback<Models.CognitiveServicesAccount>): Promise<Models.AccountsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n account,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.AccountsUpdateResponse>;\n }\n\n /**\n * Deletes a Cognitive Services account from the resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Returns a Cognitive Services account specified by the parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param [options] The optional parameters\n * @returns Promise<Models.AccountsGetPropertiesResponse>\n */\n getProperties(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.AccountsGetPropertiesResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param callback The callback\n */\n getProperties(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.CognitiveServicesAccount>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The optional parameters\n * @param callback The callback\n */\n getProperties(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CognitiveServicesAccount>): void;\n getProperties(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CognitiveServicesAccount>, callback?: msRest.ServiceCallback<Models.CognitiveServicesAccount>): Promise<Models.AccountsGetPropertiesResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n getPropertiesOperationSpec,\n callback) as Promise<Models.AccountsGetPropertiesResponse>;\n }\n\n /**\n * Returns all the resources of a particular type belonging to a resource group\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param [options] The optional parameters\n * @returns Promise<Models.AccountsListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.AccountsListByResourceGroupResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.CognitiveServicesAccountListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CognitiveServicesAccountListResult>): void;\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CognitiveServicesAccountListResult>, callback?: msRest.ServiceCallback<Models.CognitiveServicesAccountListResult>): Promise<Models.AccountsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.AccountsListByResourceGroupResponse>;\n }\n\n /**\n * Returns all the resources of a particular type belonging to a subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.AccountsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.AccountsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.CognitiveServicesAccountListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CognitiveServicesAccountListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CognitiveServicesAccountListResult>, callback?: msRest.ServiceCallback<Models.CognitiveServicesAccountListResult>): Promise<Models.AccountsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.AccountsListResponse>;\n }\n\n /**\n * Lists the account keys for the specified Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param [options] The optional parameters\n * @returns Promise<Models.AccountsListKeysResponse>\n */\n listKeys(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.AccountsListKeysResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param callback The callback\n */\n listKeys(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.CognitiveServicesAccountKeys>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listKeys(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CognitiveServicesAccountKeys>): void;\n listKeys(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CognitiveServicesAccountKeys>, callback?: msRest.ServiceCallback<Models.CognitiveServicesAccountKeys>): Promise<Models.AccountsListKeysResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listKeysOperationSpec,\n callback) as Promise<Models.AccountsListKeysResponse>;\n }\n\n /**\n * Regenerates the specified account key for the specified Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param keyName key name to generate (Key1|Key2). Possible values include: 'Key1', 'Key2'\n * @param [options] The optional parameters\n * @returns Promise<Models.AccountsRegenerateKeyResponse>\n */\n regenerateKey(resourceGroupName: string, accountName: string, keyName: Models.KeyName, options?: msRest.RequestOptionsBase): Promise<Models.AccountsRegenerateKeyResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param keyName key name to generate (Key1|Key2). Possible values include: 'Key1', 'Key2'\n * @param callback The callback\n */\n regenerateKey(resourceGroupName: string, accountName: string, keyName: Models.KeyName, callback: msRest.ServiceCallback<Models.CognitiveServicesAccountKeys>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param keyName key name to generate (Key1|Key2). Possible values include: 'Key1', 'Key2'\n * @param options The optional parameters\n * @param callback The callback\n */\n regenerateKey(resourceGroupName: string, accountName: string, keyName: Models.KeyName, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CognitiveServicesAccountKeys>): void;\n regenerateKey(resourceGroupName: string, accountName: string, keyName: Models.KeyName, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CognitiveServicesAccountKeys>, callback?: msRest.ServiceCallback<Models.CognitiveServicesAccountKeys>): Promise<Models.AccountsRegenerateKeyResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n keyName,\n options\n },\n regenerateKeyOperationSpec,\n callback) as Promise<Models.AccountsRegenerateKeyResponse>;\n }\n\n /**\n * List available SKUs for the requested Cognitive Services account\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param [options] The optional parameters\n * @returns Promise<Models.AccountsListSkusResponse>\n */\n listSkus(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.AccountsListSkusResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param callback The callback\n */\n listSkus(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.CognitiveServicesAccountEnumerateSkusResult>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listSkus(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CognitiveServicesAccountEnumerateSkusResult>): void;\n listSkus(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CognitiveServicesAccountEnumerateSkusResult>, callback?: msRest.ServiceCallback<Models.CognitiveServicesAccountEnumerateSkusResult>): Promise<Models.AccountsListSkusResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listSkusOperationSpec,\n callback) as Promise<Models.AccountsListSkusResponse>;\n }\n\n /**\n * Get usages for the requested Cognitive Services account\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param [options] The optional parameters\n * @returns Promise<Models.AccountsGetUsagesResponse>\n */\n getUsages(resourceGroupName: string, accountName: string, options?: Models.AccountsGetUsagesOptionalParams): Promise<Models.AccountsGetUsagesResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param callback The callback\n */\n getUsages(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.UsagesResult>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The optional parameters\n * @param callback The callback\n */\n getUsages(resourceGroupName: string, accountName: string, options: Models.AccountsGetUsagesOptionalParams, callback: msRest.ServiceCallback<Models.UsagesResult>): void;\n getUsages(resourceGroupName: string, accountName: string, options?: Models.AccountsGetUsagesOptionalParams | msRest.ServiceCallback<Models.UsagesResult>, callback?: msRest.ServiceCallback<Models.UsagesResult>): Promise<Models.AccountsGetUsagesResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n getUsagesOperationSpec,\n callback) as Promise<Models.AccountsGetUsagesResponse>;\n }\n\n /**\n * Returns all the resources of a particular type belonging to a resource group\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.AccountsListByResourceGroupNextResponse>\n */\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.AccountsListByResourceGroupNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.CognitiveServicesAccountListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CognitiveServicesAccountListResult>): void;\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CognitiveServicesAccountListResult>, callback?: msRest.ServiceCallback<Models.CognitiveServicesAccountListResult>): Promise<Models.AccountsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByResourceGroupNextOperationSpec,\n callback) as Promise<Models.AccountsListByResourceGroupNextResponse>;\n }\n\n /**\n * Returns all the resources of a particular type belonging to a subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.AccountsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.AccountsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.CognitiveServicesAccountListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CognitiveServicesAccountListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CognitiveServicesAccountListResult>, callback?: msRest.ServiceCallback<Models.CognitiveServicesAccountListResult>): Promise<Models.AccountsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.AccountsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst createOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"account\",\n mapper: {\n ...Mappers.CognitiveServicesAccount,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.CognitiveServicesAccount\n },\n 201: {\n bodyMapper: Mappers.CognitiveServicesAccount\n },\n 202: {\n bodyMapper: Mappers.CognitiveServicesAccount\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"account\",\n mapper: {\n ...Mappers.CognitiveServicesAccount,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.CognitiveServicesAccount\n },\n 202: {\n bodyMapper: Mappers.CognitiveServicesAccount\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst getPropertiesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CognitiveServicesAccount\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst listByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CognitiveServicesAccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/accounts\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CognitiveServicesAccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst listKeysOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/listKeys\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CognitiveServicesAccountKeys\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst regenerateKeyOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/regenerateKey\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n keyName: \"keyName\"\n },\n mapper: {\n ...Mappers.RegenerateKeyParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.CognitiveServicesAccountKeys\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst listSkusOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/skus\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CognitiveServicesAccountEnumerateSkusResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst getUsagesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/usages\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.UsagesResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst listByResourceGroupNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CognitiveServicesAccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CognitiveServicesAccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n CloudError,\n ResourceSku,\n ResourceSkuRestrictionInfo,\n ResourceSkuRestrictions,\n ResourceSkusResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/resourceSkusMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { CognitiveServicesManagementClientContext } from \"../cognitiveServicesManagementClientContext\";\n\n/** Class representing a ResourceSkus. */\nexport class ResourceSkus {\n private readonly client: CognitiveServicesManagementClientContext;\n\n /**\n * Create a ResourceSkus.\n * @param {CognitiveServicesManagementClientContext} client Reference to the service client.\n */\n constructor(client: CognitiveServicesManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets the list of Microsoft.CognitiveServices SKUs available for your Subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.ResourceSkusListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.ResourceSkusListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.ResourceSkusResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ResourceSkusResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ResourceSkusResult>, callback?: msRest.ServiceCallback<Models.ResourceSkusResult>): Promise<Models.ResourceSkusListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ResourceSkusListResponse>;\n }\n\n /**\n * Gets the list of Microsoft.CognitiveServices SKUs available for your Subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ResourceSkusListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ResourceSkusListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ResourceSkusResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ResourceSkusResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ResourceSkusResult>, callback?: msRest.ServiceCallback<Models.ResourceSkusResult>): Promise<Models.ResourceSkusListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.ResourceSkusListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/skus\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ResourceSkusResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ResourceSkusResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n CloudError,\n OperationDisplayInfo,\n OperationEntity,\n OperationEntityListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/operationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { CognitiveServicesManagementClientContext } from \"../cognitiveServicesManagementClientContext\";\n\n/** Class representing a Operations. */\nexport class Operations {\n private readonly client: CognitiveServicesManagementClientContext;\n\n /**\n * Create a Operations.\n * @param {CognitiveServicesManagementClientContext} client Reference to the service client.\n */\n constructor(client: CognitiveServicesManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists all the available Cognitive Services account operations.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.OperationEntityListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationEntityListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationEntityListResult>, callback?: msRest.ServiceCallback<Models.OperationEntityListResult>): Promise<Models.OperationsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.OperationsListResponse>;\n }\n\n /**\n * Lists all the available Cognitive Services account operations.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.OperationEntityListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationEntityListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationEntityListResult>, callback?: msRest.ServiceCallback<Models.OperationEntityListResult>): Promise<Models.OperationsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.OperationsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.CognitiveServices/operations\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationEntityListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationEntityListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AzureEntityResource,\n BaseResource,\n CloudError,\n CognitiveServicesAccount,\n CognitiveServicesAccountApiProperties,\n CognitiveServicesAccountProperties,\n Encryption,\n Identity,\n IpRule,\n KeyVaultProperties,\n NetworkRuleSet,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateEndpointConnectionProperties,\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n PrivateLinkServiceConnectionState,\n ProxyResource,\n Resource,\n Sku,\n SkuCapability,\n TrackedResource,\n UserAssignedIdentity,\n UserOwnedStorage,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/privateEndpointConnectionsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { CognitiveServicesManagementClientContext } from \"../cognitiveServicesManagementClientContext\";\n\n/** Class representing a PrivateEndpointConnections. */\nexport class PrivateEndpointConnections {\n private readonly client: CognitiveServicesManagementClientContext;\n\n /**\n * Create a PrivateEndpointConnections.\n * @param {CognitiveServicesManagementClientContext} client Reference to the service client.\n */\n constructor(client: CognitiveServicesManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets the specified private endpoint connection associated with the Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Cognitive Services Account\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsGetResponse>\n */\n get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Cognitive Services Account\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Cognitive Services Account\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointConnection>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnection>): Promise<Models.PrivateEndpointConnectionsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n privateEndpointConnectionName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsGetResponse>;\n }\n\n /**\n * Update the state of specified private endpoint connection associated with the Cognitive Services\n * account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Cognitive Services Account\n * @param properties The private endpoint connection properties.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, properties: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Cognitive Services Account\n * @param properties The private endpoint connection properties.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, properties: Models.PrivateEndpointConnection, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Cognitive Services Account\n * @param properties The private endpoint connection properties.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, properties: Models.PrivateEndpointConnection, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n createOrUpdate(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, properties: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointConnection>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnection>): Promise<Models.PrivateEndpointConnectionsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n privateEndpointConnectionName,\n properties,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsCreateOrUpdateResponse>;\n }\n\n /**\n * Deletes the specified private endpoint connection associated with the Cognitive Services\n * account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Cognitive Services Account\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Cognitive Services Account\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Cognitive Services Account\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n privateEndpointConnectionName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.privateEndpointConnectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.privateEndpointConnectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"properties\",\n mapper: {\n ...Mappers.PrivateEndpointConnection,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.privateEndpointConnectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AzureEntityResource,\n BaseResource,\n CloudError,\n CognitiveServicesAccount,\n CognitiveServicesAccountApiProperties,\n CognitiveServicesAccountProperties,\n Encryption,\n Identity,\n IpRule,\n KeyVaultProperties,\n NetworkRuleSet,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateEndpointConnectionProperties,\n PrivateLinkResource,\n PrivateLinkResourceListResult,\n PrivateLinkResourceProperties,\n PrivateLinkServiceConnectionState,\n ProxyResource,\n Resource,\n Sku,\n SkuCapability,\n TrackedResource,\n UserAssignedIdentity,\n UserOwnedStorage,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/privateLinkResourcesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { CognitiveServicesManagementClientContext } from \"../cognitiveServicesManagementClientContext\";\n\n/** Class representing a PrivateLinkResources. */\nexport class PrivateLinkResources {\n private readonly client: CognitiveServicesManagementClientContext;\n\n /**\n * Create a PrivateLinkResources.\n * @param {CognitiveServicesManagementClientContext} client Reference to the service client.\n */\n constructor(client: CognitiveServicesManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets the private link resources that need to be created for a Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateLinkResourcesListResponse>\n */\n list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateLinkResourcesListResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): void;\n list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateLinkResourceListResult>, callback?: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): Promise<Models.PrivateLinkResourcesListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.PrivateLinkResourcesListResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateLinkResources\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResourceListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as Models from \"./models\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\n\nconst packageName = \"@azure/arm-cognitiveservices\";\nconst packageVersion = \"5.2.0\";\n\nexport class CognitiveServicesManagementClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials;\n subscriptionId: string;\n apiVersion?: string;\n\n /**\n * Initializes a new instance of the CognitiveServicesManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure.\n * @param subscriptionId The ID of the target subscription.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials, subscriptionId: string, options?: Models.CognitiveServicesManagementClientOptions) {\n if (credentials == undefined) {\n throw new Error('\\'credentials\\' cannot be null.');\n }\n if (subscriptionId == undefined) {\n throw new Error('\\'subscriptionId\\' cannot be null.');\n }\n\n if (!options) {\n options = {};\n }\n if (!options.userAgent) {\n const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();\n options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;\n }\n\n super(credentials, options);\n\n this.apiVersion = '2017-04-18';\n this.acceptLanguage = 'en-US';\n this.longRunningOperationRetryTimeout = 30;\n this.baseUri = options.baseUri || this.baseUri || \"https://management.azure.com\";\n this.requestContentType = \"application/json; charset=utf-8\";\n this.credentials = credentials;\n this.subscriptionId = subscriptionId;\n\n if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {\n this.acceptLanguage = options.acceptLanguage;\n }\n if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {\n this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;\n }\n }\n}\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as Parameters from \"./models/parameters\";\nimport * as operations from \"./operations\";\nimport { CognitiveServicesManagementClientContext } from \"./cognitiveServicesManagementClientContext\";\n\n\nclass CognitiveServicesManagementClient extends CognitiveServicesManagementClientContext {\n // Operation groups\n accounts: operations.Accounts;\n resourceSkus: operations.ResourceSkus;\n operations: operations.Operations;\n privateEndpointConnections: operations.PrivateEndpointConnections;\n privateLinkResources: operations.PrivateLinkResources;\n\n /**\n * Initializes a new instance of the CognitiveServicesManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure.\n * @param subscriptionId The ID of the target subscription.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials, subscriptionId: string, options?: Models.CognitiveServicesManagementClientOptions) {\n super(credentials, subscriptionId, options);\n this.accounts = new operations.Accounts(this);\n this.resourceSkus = new operations.ResourceSkus(this);\n this.operations = new operations.Operations(this);\n this.privateEndpointConnections = new operations.PrivateEndpointConnections(this);\n this.privateLinkResources = new operations.PrivateLinkResources(this);\n }\n\n /**\n * Check available SKUs.\n * @param location Resource location.\n * @param skus The SKU of the resource.\n * @param kind The Kind of the resource.\n * @param type The Type of the resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.CheckSkuAvailabilityResponse>\n */\n checkSkuAvailability(location: string, skus: string[], kind: string, type: string, options?: msRest.RequestOptionsBase): Promise<Models.CheckSkuAvailabilityResponse>;\n /**\n * @param location Resource location.\n * @param skus The SKU of the resource.\n * @param kind The Kind of the resource.\n * @param type The Type of the resource.\n * @param callback The callback\n */\n checkSkuAvailability(location: string, skus: string[], kind: string, type: string, callback: msRest.ServiceCallback<Models.CheckSkuAvailabilityResultList>): void;\n /**\n * @param location Resource location.\n * @param skus The SKU of the resource.\n * @param kind The Kind of the resource.\n * @param type The Type of the resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n checkSkuAvailability(location: string, skus: string[], kind: string, type: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CheckSkuAvailabilityResultList>): void;\n checkSkuAvailability(location: string, skus: string[], kind: string, type: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CheckSkuAvailabilityResultList>, callback?: msRest.ServiceCallback<Models.CheckSkuAvailabilityResultList>): Promise<Models.CheckSkuAvailabilityResponse> {\n return this.sendOperationRequest(\n {\n location,\n skus,\n kind,\n type,\n options\n },\n checkSkuAvailabilityOperationSpec,\n callback) as Promise<Models.CheckSkuAvailabilityResponse>;\n }\n\n /**\n * Check whether a domain is available.\n * @param subdomainName The subdomain name to use.\n * @param type The Type of the resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.CheckDomainAvailabilityResponse>\n */\n checkDomainAvailability(subdomainName: string, type: string, options?: msRest.RequestOptionsBase): Promise<Models.CheckDomainAvailabilityResponse>;\n /**\n * @param subdomainName The subdomain name to use.\n * @param type The Type of the resource.\n * @param callback The callback\n */\n checkDomainAvailability(subdomainName: string, type: string, callback: msRest.ServiceCallback<Models.CheckDomainAvailabilityResult>): void;\n /**\n * @param subdomainName The subdomain name to use.\n * @param type The Type of the resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n checkDomainAvailability(subdomainName: string, type: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CheckDomainAvailabilityResult>): void;\n checkDomainAvailability(subdomainName: string, type: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CheckDomainAvailabilityResult>, callback?: msRest.ServiceCallback<Models.CheckDomainAvailabilityResult>): Promise<Models.CheckDomainAvailabilityResponse> {\n return this.sendOperationRequest(\n {\n subdomainName,\n type,\n options\n },\n checkDomainAvailabilityOperationSpec,\n callback) as Promise<Models.CheckDomainAvailabilityResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst checkSkuAvailabilityOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/checkSkuAvailability\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.location\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n skus: \"skus\",\n kind: \"kind\",\n type: \"type\"\n },\n mapper: {\n ...Mappers.CheckSkuAvailabilityParameter,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.CheckSkuAvailabilityResultList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst checkDomainAvailabilityOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/checkDomainAvailability\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n subdomainName: \"subdomainName\",\n type: \"type\"\n },\n mapper: {\n ...Mappers.CheckDomainAvailabilityParameter,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.CheckDomainAvailabilityResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nexport {\n CognitiveServicesManagementClient,\n CognitiveServicesManagementClientContext,\n Models as CognitiveServicesManagementModels,\n Mappers as CognitiveServicesManagementMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.Serializer","Mappers","Parameters.resourceGroupName","Parameters.accountName","Parameters.subscriptionId","Parameters.apiVersion","Parameters.acceptLanguage","Mappers.CognitiveServicesAccount","Mappers.ErrorModel","Mappers.CognitiveServicesAccountListResult","Mappers.CognitiveServicesAccountKeys","Mappers.RegenerateKeyParameters","Mappers.CognitiveServicesAccountEnumerateSkusResult","Parameters.filter","Mappers.UsagesResult","Parameters.nextPageLink","listOperationSpec","listNextOperationSpec","serializer","Mappers.ResourceSkusResult","Mappers.CloudError","Mappers.OperationEntityListResult","deleteMethodOperationSpec","Parameters.privateEndpointConnectionName","Mappers.PrivateEndpointConnection","Mappers.PrivateLinkResourceListResult","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.Accounts","operations.ResourceSkus","operations.Operations","operations.PrivateEndpointConnections","operations.PrivateLinkResources","Parameters.location","Mappers.CheckSkuAvailabilityParameter","Mappers.CheckSkuAvailabilityResultList","Mappers.CheckDomainAvailabilityParameter","Mappers.CheckDomainAvailabilityResult"],"mappings":";;;;;;;;;;;;;IAAA;IACA;AACA;IACA;IACA;AACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;AACA;IACA,IAAI,aAAa,GAAG,SAAS,CAAC,EAAE,CAAC,EAAE;IACnC,IAAI,aAAa,GAAG,MAAM,CAAC,cAAc;IACzC,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE,YAAY,KAAK,IAAI,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,SAAS,GAAG,CAAC,CAAC,EAAE,CAAC;IACpF,QAAQ,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,KAAK,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;IACnF,IAAI,OAAO,aAAa,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAC/B,CAAC,CAAC;AACF;IACO,SAAS,SAAS,CAAC,CAAC,EAAE,CAAC,EAAE;IAChC,IAAI,aAAa,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IACxB,IAAI,SAAS,EAAE,GAAG,EAAE,IAAI,CAAC,WAAW,GAAG,CAAC,CAAC,EAAE;IAC3C,IAAI,CAAC,CAAC,SAAS,GAAG,CAAC,KAAK,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,SAAS,GAAG,CAAC,CAAC,SAAS,EAAE,IAAI,EAAE,EAAE,CAAC,CAAC;IACzF,CAAC;AACD;IACO,IAAI,QAAQ,GAAG,WAAW;IACjC,IAAI,QAAQ,GAAG,MAAM,CAAC,MAAM,IAAI,SAAS,QAAQ,CAAC,CAAC,EAAE;IACrD,QAAQ,KAAK,IAAI,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,SAAS,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE;IAC7D,YAAY,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC;IAC7B,YAAY,KAAK,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;IACzF,SAAS;IACT,QAAQ,OAAO,CAAC,CAAC;IACjB,MAAK;IACL,IAAI,OAAO,QAAQ,CAAC,KAAK,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;IAC3C;;ICtCA;;;;;;OAMG;;;;;;ICNH;;;;;;;IAWO,IAAM,UAAU,GAAGA,4BAAgB,CAAC;AAC3C,IAAO,IAAM,YAAY,GAAGC,8BAAkB,CAAC;AAE/C,IAAO,IAAM,GAAG,GAA2B;QACzC,cAAc,EAAE,KAAK;QACrB,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,KAAK;YAChB,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,MAAM;wBACZ,aAAa,EAAE;4BACb,MAAM;4BACN,UAAU;4BACV,SAAS;yBACV;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,aAAa,GAA2B;QACnD,cAAc,EAAE,eAAe;QAC/B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,eAAe;YAC1B,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,KAAK,EAAE;oBACL,cAAc,EAAE,OAAO;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,MAAM,GAA2B;QAC5C,cAAc,EAAE,QAAQ;QACxB,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,QAAQ;YACnB,eAAe,EAAE;gBACf,KAAK,EAAE;oBACL,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,OAAO;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,kBAAkB,GAA2B;QACxD,cAAc,EAAE,oBAAoB;QACpC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,oBAAoB;YAC/B,eAAe,EAAE;gBACf,EAAE,EAAE;oBACF,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,IAAI;oBACpB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,KAAK,EAAE;oBACL,cAAc,EAAE,OAAO;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,gCAAgC,EAAE;oBAChC,cAAc,EAAE,kCAAkC;oBAClD,IAAI,EAAE;wBACJ,IAAI,EAAE,SAAS;qBAChB;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,cAAc,GAA2B;QACpD,cAAc,EAAE,gBAAgB;QAChC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,gBAAgB;YAC3B,eAAe,EAAE;gBACf,aAAa,EAAE;oBACb,cAAc,EAAE,eAAe;oBAC/B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,SAAS;oBACzB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,QAAQ;6BACpB;yBACF;qBACF;iBACF;gBACD,mBAAmB,EAAE;oBACnB,cAAc,EAAE,qBAAqB;oBACrC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,oBAAoB;6BAChC;yBACF;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,kBAAkB,GAA2B;QACxD,cAAc,EAAE,oBAAoB;QACpC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,oBAAoB;YAC/B,eAAe,EAAE;gBACf,OAAO,EAAE;oBACP,cAAc,EAAE,SAAS;oBACzB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,UAAU,EAAE;oBACV,cAAc,EAAE,YAAY;oBAC5B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,WAAW,EAAE;oBACX,cAAc,EAAE,aAAa;oBAC7B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,UAAU,GAA2B;QAChD,cAAc,EAAE,YAAY;QAC5B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,YAAY;YACvB,eAAe,EAAE;gBACf,kBAAkB,EAAE;oBAClB,cAAc,EAAE,oBAAoB;oBACpC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,oBAAoB;qBAChC;iBACF;gBACD,SAAS,EAAE;oBACT,cAAc,EAAE,WAAW;oBAC3B,YAAY,EAAE,oBAAoB;oBAClC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,gBAAgB,GAA2B;QACtD,cAAc,EAAE,kBAAkB;QAClC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,kBAAkB;YAC7B,eAAe,EAAE;gBACf,UAAU,EAAE;oBACV,cAAc,EAAE,YAAY;oBAC5B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,eAAe,GAA2B;QACrD,cAAc,EAAE,iBAAiB;QACjC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,iBAAiB;YAC5B,eAAe,EAAE;gBACf,EAAE,EAAE;oBACF,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,IAAI;oBACpB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,iCAAiC,GAA2B;QACvE,cAAc,EAAE,mCAAmC;QACnD,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,mCAAmC;YAC9C,eAAe,EAAE;gBACf,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,WAAW,EAAE;oBACX,cAAc,EAAE,aAAa;oBAC7B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,cAAc,EAAE;oBACd,cAAc,EAAE,gBAAgB;oBAChC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,mCAAmC,GAA2B;QACzE,cAAc,EAAE,qCAAqC;QACrD,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,qCAAqC;YAChD,eAAe,EAAE;gBACf,eAAe,EAAE;oBACf,cAAc,EAAE,iBAAiB;oBACjC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,iBAAiB;qBAC7B;iBACF;gBACD,iCAAiC,EAAE;oBACjC,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,mCAAmC;oBACnD,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,mCAAmC;qBAC/C;iBACF;gBACD,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,QAAQ,GAA2B;QAC9C,cAAc,EAAE,UAAU;QAC1B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,UAAU;YACrB,eAAe,EAAE;gBACf,EAAE,EAAE;oBACF,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,IAAI;oBACpB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,yBAAyB,GAA2B;QAC/D,cAAc,EAAE,2BAA2B;QAC3C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,2BAA2B;YACtC,eAAe,wBACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,UAAU,EAAE;oBACV,cAAc,EAAE,YAAY;oBAC5B,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,qCAAqC;qBACjD;iBACF,GACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,qCAAqC,GAA2B;QAC3E,cAAc,EAAE,uCAAuC;QACvD,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,uCAAuC;YAClD,eAAe,EAAE;gBACf,kBAAkB,EAAE;oBAClB,cAAc,EAAE,oBAAoB;oBACpC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,iBAAiB,EAAE;oBACjB,cAAc,EAAE,mBAAmB;oBACnC,IAAI,EAAE;wBACJ,IAAI,EAAE,SAAS;qBAChB;iBACF;gBACD,wBAAwB,EAAE;oBACxB,cAAc,EAAE,0BAA0B;oBAC1C,WAAW,EAAE;wBACX,SAAS,EAAE,IAAI;wBACf,OAAO,EAAE,kFAAkF;qBAC5F;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,8BAA8B,EAAE;oBAC9B,cAAc,EAAE,gCAAgC;oBAChD,WAAW,EAAE;wBACX,SAAS,EAAE,IAAI;wBACf,OAAO,EAAE,2GAA2G;qBACrH;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,kCAAkC,GAA2B;QACxE,cAAc,EAAE,oCAAoC;QACpD,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,oCAAoC;YAC/C,eAAe,EAAE;gBACf,iBAAiB,EAAE;oBACjB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,mBAAmB;oBACnC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,UAAU,EAAE;oBACV,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,YAAY;oBAC5B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,YAAY,EAAE;oBACZ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,cAAc;oBAC9B,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,eAAe;6BAC3B;yBACF;qBACF;iBACF;gBACD,mBAAmB,EAAE;oBACnB,cAAc,EAAE,qBAAqB;oBACrC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,WAAW,EAAE;oBACX,cAAc,EAAE,aAAa;oBAC7B,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,gBAAgB;qBAC5B;iBACF;gBACD,UAAU,EAAE;oBACV,cAAc,EAAE,YAAY;oBAC5B,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,YAAY;qBACxB;iBACF;gBACD,gBAAgB,EAAE;oBAChB,cAAc,EAAE,kBAAkB;oBAClC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,kBAAkB;6BAC9B;yBACF;qBACF;iBACF;gBACD,0BAA0B,EAAE;oBAC1B,cAAc,EAAE,4BAA4B;oBAC5C,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,2BAA2B;6BACvC;yBACF;qBACF;iBACF;gBACD,mBAAmB,EAAE;oBACnB,cAAc,EAAE,qBAAqB;oBACrC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,aAAa,EAAE;oBACb,cAAc,EAAE,eAAe;oBAC/B,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,uCAAuC;qBACnD;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,oBAAoB,GAA2B;QAC1D,cAAc,EAAE,sBAAsB;QACtC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,sBAAsB;YACjC,eAAe,EAAE;gBACf,WAAW,EAAE;oBACX,cAAc,EAAE,aAAa;oBAC7B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,QAAQ,GAA2B;QAC9C,cAAc,EAAE,UAAU;QAC1B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,UAAU;YACrB,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,MAAM;wBACZ,aAAa,EAAE;4BACb,MAAM;4BACN,gBAAgB;4BAChB,cAAc;yBACf;qBACF;iBACF;gBACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,WAAW,EAAE;oBACX,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,aAAa;oBAC7B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,sBAAsB,EAAE;oBACtB,cAAc,EAAE,wBAAwB;oBACxC,IAAI,EAAE;wBACJ,IAAI,EAAE,YAAY;wBAClB,KAAK,EAAE;4BACL,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,sBAAsB;6BAClC;yBACF;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,wBAAwB,GAA2B;QAC9D,cAAc,EAAE,0BAA0B;QAC1C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,0BAA0B;YACrC,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,EAAE,EAAE;oBACF,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,IAAI;oBACpB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,UAAU,EAAE;oBACV,cAAc,EAAE,YAAY;oBAC5B,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,oCAAoC;qBAChD;iBACF;gBACD,GAAG,EAAE;oBACH,cAAc,EAAE,KAAK;oBACrB,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,KAAK;qBACjB;iBACF;gBACD,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,YAAY;wBAClB,KAAK,EAAE;4BACL,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF;gBACD,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,UAAU;qBACtB;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,4BAA4B,GAA2B;QAClE,cAAc,EAAE,8BAA8B;QAC9C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,8BAA8B;YACzC,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,uBAAuB,GAA2B;QAC7D,cAAc,EAAE,yBAAyB;QACzC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,yBAAyB;YACpC,eAAe,EAAE;gBACf,OAAO,EAAE;oBACP,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,SAAS;oBACzB,IAAI,EAAE;wBACJ,IAAI,EAAE,MAAM;wBACZ,aAAa,EAAE;4BACb,MAAM;4BACN,MAAM;yBACP;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,+BAA+B,GAA2B;QACrE,cAAc,EAAE,iCAAiC;QACjD,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,iCAAiC;YAC5C,eAAe,EAAE;gBACf,YAAY,EAAE;oBACZ,cAAc,EAAE,cAAc;oBAC9B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,GAAG,EAAE;oBACH,cAAc,EAAE,KAAK;oBACrB,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,KAAK;qBACjB;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,2CAA2C,GAA2B;QACjF,cAAc,EAAE,6CAA6C;QAC7D,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,6CAA6C;YACxD,eAAe,EAAE;gBACf,KAAK,EAAE;oBACL,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,OAAO;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,iCAAiC;6BAC7C;yBACF;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,UAAU,GAA2B;QAChD,cAAc,EAAE,YAAY;QAC5B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,YAAY;YACvB,eAAe,EAAE;gBACf,KAAK,EAAE;oBACL,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,OAAO;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,cAAc,EAAE;oBACd,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,gBAAgB;oBAChC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,KAAK,GAA2B;QAC3C,cAAc,EAAE,OAAO;QACvB,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,OAAO;YAClB,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,YAAY;qBACxB;iBACF;gBACD,WAAW,EAAE;oBACX,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,aAAa;oBAC7B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,KAAK,EAAE;oBACL,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,OAAO;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,YAAY,EAAE;oBACZ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,cAAc;oBAC9B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,aAAa,EAAE;oBACb,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,eAAe;oBAC/B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,YAAY,GAA2B;QAClD,cAAc,EAAE,cAAc;QAC9B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,cAAc;YACzB,eAAe,EAAE;gBACf,KAAK,EAAE;oBACL,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,OAAO;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,OAAO;6BACnB;yBACF;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,SAAS,GAA2B;QAC/C,cAAc,EAAE,WAAW;QAC3B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,WAAW;YACtB,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,OAAO,EAAE;oBACP,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,SAAS;oBACzB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,UAAU,GAA2B;QAChD,cAAc,EAAE,OAAO;QACvB,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,YAAY;YACvB,eAAe,EAAE;gBACf,KAAK,EAAE;oBACL,cAAc,EAAE,OAAO;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,WAAW;qBACvB;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,oBAAoB,GAA2B;QAC1D,cAAc,EAAE,sBAAsB;QACtC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,sBAAsB;YACjC,eAAe,EAAE;gBACf,WAAW,EAAE;oBACX,cAAc,EAAE,aAAa;oBAC7B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,SAAS,EAAE;oBACT,cAAc,EAAE,WAAW;oBAC3B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,eAAe,GAA2B;QACrD,cAAc,EAAE,iBAAiB;QACjC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,iBAAiB;YAC5B,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,SAAS;oBACzB,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,sBAAsB;qBAClC;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,UAAU,EAAE;oBACV,cAAc,EAAE,YAAY;oBAC5B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,6BAA6B,GAA2B;QACnE,cAAc,EAAE,+BAA+B;QAC/C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,+BAA+B;YAC1C,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF;gBACD,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,0BAA0B,GAA2B;QAChE,cAAc,EAAE,4BAA4B;QAC5C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,4BAA4B;YACvC,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,SAAS;oBACzB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,YAAY,EAAE;oBACZ,cAAc,EAAE,cAAc;oBAC9B,IAAI,EAAE;wBACJ,IAAI,EAAE,SAAS;qBAChB;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,SAAS;oBACzB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,8BAA8B,GAA2B;QACpE,cAAc,EAAE,gCAAgC;QAChD,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,gCAAgC;YAC3C,eAAe,EAAE;gBACf,KAAK,EAAE;oBACL,cAAc,EAAE,OAAO;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,4BAA4B;6BACxC;yBACF;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,gCAAgC,GAA2B;QACtE,cAAc,EAAE,kCAAkC;QAClD,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,kCAAkC;YAC7C,eAAe,EAAE;gBACf,aAAa,EAAE;oBACb,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,eAAe;oBAC/B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,6BAA6B,GAA2B;QACnE,cAAc,EAAE,+BAA+B;QAC/C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,+BAA+B;YAC1C,eAAe,EAAE;gBACf,oBAAoB,EAAE;oBACpB,cAAc,EAAE,sBAAsB;oBACtC,IAAI,EAAE;wBACJ,IAAI,EAAE,SAAS;qBAChB;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,aAAa,EAAE;oBACb,cAAc,EAAE,eAAe;oBAC/B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,0BAA0B,GAA2B;QAChE,cAAc,EAAE,4BAA4B;QAC5C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,4BAA4B;YACvC,eAAe,EAAE;gBACf,SAAS,EAAE;oBACT,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,WAAW;oBAC3B,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF;gBACD,KAAK,EAAE;oBACL,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,OAAO;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,uBAAuB,GAA2B;QAC7D,cAAc,EAAE,yBAAyB;QACzC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,yBAAyB;YACpC,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,MAAM;wBACZ,aAAa,EAAE;4BACb,UAAU;4BACV,MAAM;yBACP;qBACF;iBACF;gBACD,MAAM,EAAE;oBACN,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF;gBACD,eAAe,EAAE;oBACf,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,iBAAiB;oBACjC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,4BAA4B;qBACxC;iBACF;gBACD,UAAU,EAAE;oBACV,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,YAAY;oBAC5B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,WAAW,GAA2B;QACjD,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,aAAa;YACxB,eAAe,EAAE;gBACf,YAAY,EAAE;oBACZ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,cAAc;oBAC9B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,SAAS,EAAE;oBACT,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,WAAW;oBAC3B,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF;gBACD,YAAY,EAAE;oBACZ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,cAAc;oBAC9B,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,yBAAyB;6BACrC;yBACF;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,6BAA6B,GAA2B;QACnE,cAAc,EAAE,+BAA+B;QAC/C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,+BAA+B;YAC1C,eAAe,EAAE;gBACf,OAAO,EAAE;oBACP,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,SAAS;oBACzB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,WAAW,EAAE;oBACX,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,aAAa;oBAC7B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,eAAe,EAAE;oBACf,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,iBAAiB;oBACjC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF;gBACD,iBAAiB,EAAE;oBACjB,cAAc,EAAE,mBAAmB;oBACnC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,mBAAmB,GAA2B;QACzD,cAAc,EAAE,qBAAqB;QACrC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,qBAAqB;YAChC,eAAe,wBACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,UAAU,EAAE;oBACV,cAAc,EAAE,YAAY;oBAC5B,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,+BAA+B;qBAC3C;iBACF,GACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,6BAA6B,GAA2B;QACnE,cAAc,EAAE,+BAA+B;QAC/C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,+BAA+B;YAC1C,eAAe,EAAE;gBACf,KAAK,EAAE;oBACL,cAAc,EAAE,OAAO;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,qBAAqB;6BACjC;yBACF;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,aAAa,GAA2B;QACnD,cAAc,EAAE,eAAe;QAC/B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,eAAe;YAC1B,eAAe,eACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CACjC;SACF;KACF,CAAC;AAEF,IAAO,IAAM,eAAe,GAA2B;QACrD,cAAc,EAAE,iBAAiB;QACjC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,iBAAiB;YAC5B,eAAe,wBACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,YAAY;wBAClB,KAAK,EAAE;4BACL,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF,EACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,GACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,mBAAmB,GAA2B;QACzD,cAAc,EAAE,qBAAqB;QACrC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,qBAAqB;YAChC,eAAe,wBACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,GACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,kCAAkC,GAA2B;QACxE,cAAc,EAAE,oCAAoC;QACpD,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,oCAAoC;YAC/C,eAAe,EAAE;gBACf,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,KAAK,EAAE;oBACL,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,EAAE;oBAClB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,0BAA0B;6BACtC;yBACF;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,kBAAkB,GAA2B;QACxD,cAAc,EAAE,oBAAoB;QACpC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,oBAAoB;YAC/B,eAAe,EAAE;gBACf,KAAK,EAAE;oBACL,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,EAAE;oBAClB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,aAAa;6BACzB;yBACF;qBACF;iBACF;gBACD,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,yBAAyB,GAA2B;QAC/D,cAAc,EAAE,2BAA2B;QAC3C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,2BAA2B;YACtC,eAAe,EAAE;gBACf,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,KAAK,EAAE;oBACL,cAAc,EAAE,EAAE;oBAClB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,iBAAiB;6BAC7B;yBACF;qBACF;iBACF;aACF;SACF;KACF,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IC38CF;;;;;;;;;AAYA,IAAO,IAAM,cAAc,GAA8B;QACvD,aAAa,EAAE,gBAAgB;QAC/B,MAAM,EAAE;YACN,cAAc,EAAE,iBAAiB;YACjC,YAAY,EAAE,OAAO;YACrB,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;AACF,IAAO,IAAM,WAAW,GAAiC;QACvD,aAAa,EAAE,aAAa;QAC5B,MAAM,EAAE;YACN,QAAQ,EAAE,IAAI;YACd,cAAc,EAAE,aAAa;YAC7B,WAAW,EAAE;gBACX,SAAS,EAAE,EAAE;gBACb,SAAS,EAAE,CAAC;gBACZ,OAAO,EAAE,8BAA8B;aACxC;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;AACF,IAAO,IAAM,UAAU,GAAmC;QACxD,aAAa,EAAE,YAAY;QAC3B,MAAM,EAAE;YACN,QAAQ,EAAE,IAAI;YACd,cAAc,EAAE,aAAa;YAC7B,WAAW,EAAE;gBACX,SAAS,EAAE,CAAC;aACb;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;AACF,IAAO,IAAM,MAAM,GAAmC;QACpD,aAAa,EAAE;YACb,SAAS;YACT,QAAQ;SACT;QACD,MAAM,EAAE;YACN,cAAc,EAAE,SAAS;YACzB,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;AACF,IAAO,IAAM,QAAQ,GAAiC;QACpD,aAAa,EAAE,UAAU;QACzB,MAAM,EAAE;YACN,QAAQ,EAAE,IAAI;YACd,cAAc,EAAE,UAAU;YAC1B,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;AACF,IAAO,IAAM,YAAY,GAAiC;QACxD,aAAa,EAAE,cAAc;QAC7B,MAAM,EAAE;YACN,QAAQ,EAAE,IAAI;YACd,cAAc,EAAE,UAAU;YAC1B,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;QACD,YAAY,EAAE,IAAI;KACnB,CAAC;AACF,IAAO,IAAM,6BAA6B,GAAiC;QACzE,aAAa,EAAE,+BAA+B;QAC9C,MAAM,EAAE;YACN,QAAQ,EAAE,IAAI;YACd,cAAc,EAAE,+BAA+B;YAC/C,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;AACF,IAAO,IAAM,iBAAiB,GAAiC;QAC7D,aAAa,EAAE,mBAAmB;QAClC,MAAM,EAAE;YACN,QAAQ,EAAE,IAAI;YACd,cAAc,EAAE,mBAAmB;YACnC,WAAW,EAAE;gBACX,SAAS,EAAE,EAAE;gBACb,SAAS,EAAE,CAAC;gBACZ,OAAO,EAAE,iBAAiB;aAC3B;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;AACF,IAAO,IAAM,cAAc,GAAiC;QAC1D,aAAa,EAAE,gBAAgB;QAC/B,MAAM,EAAE;YACN,QAAQ,EAAE,IAAI;YACd,cAAc,EAAE,gBAAgB;YAChC,WAAW,EAAE;gBACX,SAAS,EAAE,CAAC;aACb;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;;ICxHF;;;;;;OAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ICNH;;;;;;;;;IAgBA;AACA;;;;;QAOE,kBAAY,MAAgD;YAC1D,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;SACtB;QA2BD,yBAAM,GAAN,UAAO,iBAAyB,EAAE,WAAmB,EAAE,OAAwC,EAAE,OAA6F,EAAE,QAAkE;YAChQ,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,OAAO,SAAA;gBACP,OAAO,SAAA;aACR,EACD,mBAAmB,EACnB,QAAQ,CAA2C,CAAC;SACvD;QA0BD,yBAAM,GAAN,UAAO,iBAAyB,EAAE,WAAmB,EAAE,OAAwC,EAAE,OAA6F,EAAE,QAAkE;YAChQ,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,OAAO,SAAA;gBACP,OAAO,SAAA;aACR,EACD,mBAAmB,EACnB,QAAQ,CAA2C,CAAC;SACvD;QAuBD,+BAAY,GAAZ,UAAa,iBAAyB,EAAE,WAAmB,EAAE,OAAkE,EAAE,QAAuC;YACtK,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,OAAO,SAAA;aACR,EACD,yBAAyB,EACzB,QAAQ,CAAC,CAAC;SACb;QAuBD,gCAAa,GAAb,UAAc,iBAAyB,EAAE,WAAmB,EAAE,OAA6F,EAAE,QAAkE;YAC7N,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,OAAO,SAAA;aACR,EACD,0BAA0B,EAC1B,QAAQ,CAAkD,CAAC;SAC9D;QAoBD,sCAAmB,GAAnB,UAAoB,iBAAyB,EAAE,OAAuG,EAAE,QAA4E;YAClO,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,OAAO,SAAA;aACR,EACD,gCAAgC,EAChC,QAAQ,CAAwD,CAAC;SACpE;QAiBD,uBAAI,GAAJ,UAAK,OAAuG,EAAE,QAA4E;YACxL,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,OAAO,SAAA;aACR,EACD,iBAAiB,EACjB,QAAQ,CAAyC,CAAC;SACrD;QAuBD,2BAAQ,GAAR,UAAS,iBAAyB,EAAE,WAAmB,EAAE,OAAiG,EAAE,QAAsE;YAChO,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,OAAO,SAAA;aACR,EACD,qBAAqB,EACrB,QAAQ,CAA6C,CAAC;SACzD;QA0BD,gCAAa,GAAb,UAAc,iBAAyB,EAAE,WAAmB,EAAE,OAAuB,EAAE,OAAiG,EAAE,QAAsE;YAC9P,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,OAAO,SAAA;gBACP,OAAO,SAAA;aACR,EACD,0BAA0B,EAC1B,QAAQ,CAAkD,CAAC;SAC9D;QAuBD,2BAAQ,GAAR,UAAS,iBAAyB,EAAE,WAAmB,EAAE,OAAgH,EAAE,QAAqF;YAC9P,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,OAAO,SAAA;aACR,EACD,qBAAqB,EACrB,QAAQ,CAA6C,CAAC;SACzD;QAuBD,4BAAS,GAAT,UAAU,iBAAyB,EAAE,WAAmB,EAAE,OAA8F,EAAE,QAAsD;YAC9M,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,OAAO,SAAA;aACR,EACD,sBAAsB,EACtB,QAAQ,CAA8C,CAAC;SAC1D;QAoBD,0CAAuB,GAAvB,UAAwB,YAAoB,EAAE,OAAuG,EAAE,QAA4E;YACjO,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,YAAY,cAAA;gBACZ,OAAO,SAAA;aACR,EACD,oCAAoC,EACpC,QAAQ,CAA4D,CAAC;SACxE;QAoBD,2BAAQ,GAAR,UAAS,YAAoB,EAAE,OAAuG,EAAE,QAA4E;YAClN,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,YAAY,cAAA;gBACZ,OAAO,SAAA;aACR,EACD,qBAAqB,EACrB,QAAQ,CAA6C,CAAC;SACzD;QACH,eAAC;IAAD,CAAC,IAAA;IAED;IACA,IAAM,UAAU,GAAG,IAAIC,iBAAiB,CAACC,SAAO,CAAC,CAAC;IAClD,IAAM,mBAAmB,GAAyB;QAChD,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,gIAAgI;QACtI,aAAa,EAAE;YACbC,iBAA4B;YAC5BC,WAAsB;YACtBC,cAAyB;SAC1B;QACD,eAAe,EAAE;YACfC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE,SAAS;YACxB,MAAM,wBACDC,wBAAgC,KACnC,QAAQ,EAAE,IAAI,GACf;SACF;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEA,wBAAgC;aAC7C;YACD,GAAG,EAAE;gBACH,UAAU,EAAEA,wBAAgC;aAC7C;YACD,GAAG,EAAE;gBACH,UAAU,EAAEA,wBAAgC;aAC7C;YACD,OAAO,EAAE;gBACP,UAAU,EAAEC,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,mBAAmB,GAAyB;QAChD,UAAU,EAAE,OAAO;QACnB,IAAI,EAAE,gIAAgI;QACtI,aAAa,EAAE;YACbN,iBAA4B;YAC5BC,WAAsB;YACtBC,cAAyB;SAC1B;QACD,eAAe,EAAE;YACfC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE,SAAS;YACxB,MAAM,wBACDC,wBAAgC,KACnC,QAAQ,EAAE,IAAI,GACf;SACF;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEA,wBAAgC;aAC7C;YACD,GAAG,EAAE;gBACH,UAAU,EAAEA,wBAAgC;aAC7C;YACD,OAAO,EAAE;gBACP,UAAU,EAAEC,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,yBAAyB,GAAyB;QACtD,UAAU,EAAE,QAAQ;QACpB,IAAI,EAAE,gIAAgI;QACtI,aAAa,EAAE;YACbN,iBAA4B;YAC5BC,WAAsB;YACtBC,cAAyB;SAC1B;QACD,eAAe,EAAE;YACfC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE,EAAE;YACP,GAAG,EAAE,EAAE;YACP,GAAG,EAAE,EAAE;YACP,OAAO,EAAE;gBACP,UAAU,EAAEE,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,0BAA0B,GAAyB;QACvD,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,gIAAgI;QACtI,aAAa,EAAE;YACbN,iBAA4B;YAC5BC,WAAsB;YACtBC,cAAyB;SAC1B;QACD,eAAe,EAAE;YACfC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEC,wBAAgC;aAC7C;YACD,OAAO,EAAE;gBACP,UAAU,EAAEC,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,gCAAgC,GAAyB;QAC7D,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,kHAAkH;QACxH,aAAa,EAAE;YACbN,iBAA4B;YAC5BE,cAAyB;SAC1B;QACD,eAAe,EAAE;YACfC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEG,kCAA0C;aACvD;YACD,OAAO,EAAE;gBACP,UAAU,EAAED,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,iBAAiB,GAAyB;QAC9C,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,+EAA+E;QACrF,aAAa,EAAE;YACbJ,cAAyB;SAC1B;QACD,eAAe,EAAE;YACfC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEG,kCAA0C;aACvD;YACD,OAAO,EAAE;gBACP,UAAU,EAAED,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,qBAAqB,GAAyB;QAClD,UAAU,EAAE,MAAM;QAClB,IAAI,EAAE,yIAAyI;QAC/I,aAAa,EAAE;YACbN,iBAA4B;YAC5BC,WAAsB;YACtBC,cAAyB;SAC1B;QACD,eAAe,EAAE;YACfC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEI,4BAAoC;aACjD;YACD,OAAO,EAAE;gBACP,UAAU,EAAEF,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,0BAA0B,GAAyB;QACvD,UAAU,EAAE,MAAM;QAClB,IAAI,EAAE,8IAA8I;QACpJ,aAAa,EAAE;YACbN,iBAA4B;YAC5BC,WAAsB;YACtBC,cAAyB;SAC1B;QACD,eAAe,EAAE;YACfC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE;gBACb,OAAO,EAAE,SAAS;aACnB;YACD,MAAM,wBACDK,uBAA+B,KAClC,QAAQ,EAAE,IAAI,GACf;SACF;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAED,4BAAoC;aACjD;YACD,OAAO,EAAE;gBACP,UAAU,EAAEF,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,qBAAqB,GAAyB;QAClD,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,qIAAqI;QAC3I,aAAa,EAAE;YACbN,iBAA4B;YAC5BC,WAAsB;YACtBC,cAAyB;SAC1B;QACD,eAAe,EAAE;YACfC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEM,2CAAmD;aAChE;YACD,OAAO,EAAE;gBACP,UAAU,EAAEJ,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,sBAAsB,GAAyB;QACnD,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,uIAAuI;QAC7I,aAAa,EAAE;YACbN,iBAA4B;YAC5BC,WAAsB;YACtBC,cAAyB;SAC1B;QACD,eAAe,EAAE;YACfC,UAAqB;YACrBQ,MAAiB;SAClB;QACD,gBAAgB,EAAE;YAChBP,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEQ,YAAoB;aACjC;YACD,OAAO,EAAE;gBACP,UAAU,EAAEN,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,oCAAoC,GAAyB;QACjE,UAAU,EAAE,KAAK;QACjB,OAAO,EAAE,8BAA8B;QACvC,IAAI,EAAE,YAAY;QAClB,aAAa,EAAE;YACbO,YAAuB;SACxB;QACD,gBAAgB,EAAE;YAChBT,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEG,kCAA0C;aACvD;YACD,OAAO,EAAE;gBACP,UAAU,EAAED,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,qBAAqB,GAAyB;QAClD,UAAU,EAAE,KAAK;QACjB,OAAO,EAAE,8BAA8B;QACvC,IAAI,EAAE,YAAY;QAClB,aAAa,EAAE;YACbO,YAAuB;SACxB;QACD,gBAAgB,EAAE;YAChBT,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEG,kCAA0C;aACvD;YACD,OAAO,EAAE;gBACP,UAAU,EAAED,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;;ICxtBF;;;;;;OAMG;;;;;;;;;;;ICNH;;;;;;;;;AAUA,IAMA;AACA;;;;;QAOE,sBAAY,MAAgD;YAC1D,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;SACtB;QAiBD,2BAAI,GAAJ,UAAK,OAAuF,EAAE,QAA4D;YACxJ,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,OAAO,SAAA;aACR,EACDQ,mBAAiB,EACjB,QAAQ,CAA6C,CAAC;SACzD;QAoBD,+BAAQ,GAAR,UAAS,YAAoB,EAAE,OAAuF,EAAE,QAA4D;YAClL,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,YAAY,cAAA;gBACZ,OAAO,SAAA;aACR,EACDC,uBAAqB,EACrB,QAAQ,CAAiD,CAAC;SAC7D;QACH,mBAAC;IAAD,CAAC,IAAA;IAED;IACA,IAAMC,YAAU,GAAG,IAAIlB,iBAAiB,CAACC,SAAO,CAAC,CAAC;IAClD,IAAMe,mBAAiB,GAAyB;QAC9C,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,2EAA2E;QACjF,aAAa,EAAE;YACbZ,cAAyB;SAC1B;QACD,eAAe,EAAE;YACfC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEa,kBAA0B;aACvC;YACD,OAAO,EAAE;gBACP,UAAU,EAAEC,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAMH,uBAAqB,GAAyB;QAClD,UAAU,EAAE,KAAK;QACjB,OAAO,EAAE,8BAA8B;QACvC,IAAI,EAAE,YAAY;QAClB,aAAa,EAAE;YACbF,YAAuB;SACxB;QACD,gBAAgB,EAAE;YAChBT,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEa,kBAA0B;aACvC;YACD,OAAO,EAAE;gBACP,UAAU,EAAEC,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;;IC7HF;;;;;;OAMG;;;;;;;;;;ICNH;;;;;;;;;AAUA,IAMA;AACA;;;;;QAOE,oBAAY,MAAgD;YAC1D,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;SACtB;QAiBD,yBAAI,GAAJ,UAAK,OAA8F,EAAE,QAAmE;YACtK,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,OAAO,SAAA;aACR,EACDJ,mBAAiB,EACjB,QAAQ,CAA2C,CAAC;SACvD;QAoBD,6BAAQ,GAAR,UAAS,YAAoB,EAAE,OAA8F,EAAE,QAAmE;YAChM,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,YAAY,cAAA;gBACZ,OAAO,SAAA;aACR,EACDC,uBAAqB,EACrB,QAAQ,CAA+C,CAAC;SAC3D;QACH,iBAAC;IAAD,CAAC,IAAA;IAED;IACA,IAAMC,YAAU,GAAG,IAAIlB,iBAAiB,CAACC,SAAO,CAAC,CAAC;IAClD,IAAMe,mBAAiB,GAAyB;QAC9C,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,kDAAkD;QACxD,eAAe,EAAE;YACfX,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEe,yBAAiC;aAC9C;YACD,OAAO,EAAE;gBACP,UAAU,EAAED,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAMH,uBAAqB,GAAyB;QAClD,UAAU,EAAE,KAAK;QACjB,OAAO,EAAE,8BAA8B;QACvC,IAAI,EAAE,YAAY;QAClB,aAAa,EAAE;YACbF,YAAuB;SACxB;QACD,gBAAgB,EAAE;YAChBT,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEe,yBAAiC;aAC9C;YACD,OAAO,EAAE;gBACP,UAAU,EAAED,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;;IC1HF;;;;;;OAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ICNH;;;;;;;;;IAgBA;AACA;;;;;QAOE,oCAAY,MAAgD;YAC1D,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;SACtB;QA6BD,wCAAG,GAAH,UAAI,iBAAyB,EAAE,WAAmB,EAAE,6BAAqC,EAAE,OAA8F,EAAE,QAAmE;YAC5P,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,6BAA6B,+BAAA;gBAC7B,OAAO,SAAA;aACR,EACD,gBAAgB,EAChB,QAAQ,CAA0D,CAAC;SACtE;QAiCD,mDAAc,GAAd,UAAe,iBAAyB,EAAE,WAAmB,EAAE,6BAAqC,EAAE,UAA4C,EAAE,OAA8F,EAAE,QAAmE;YACrT,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,6BAA6B,+BAAA;gBAC7B,UAAU,YAAA;gBACV,OAAO,SAAA;aACR,EACD,2BAA2B,EAC3B,QAAQ,CAAqE,CAAC;SACjF;QA8BD,iDAAY,GAAZ,UAAa,iBAAyB,EAAE,WAAmB,EAAE,6BAAqC,EAAE,OAAkE,EAAE,QAAuC;YAC7M,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,6BAA6B,+BAAA;gBAC7B,OAAO,SAAA;aACR,EACDE,2BAAyB,EACzB,QAAQ,CAAC,CAAC;SACb;QACH,iCAAC;IAAD,CAAC,IAAA;IAED;IACA,IAAMJ,YAAU,GAAG,IAAIlB,iBAAiB,CAACC,SAAO,CAAC,CAAC;IAClD,IAAM,gBAAgB,GAAyB;QAC7C,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,2LAA2L;QACjM,aAAa,EAAE;YACbC,iBAA4B;YAC5BC,WAAsB;YACtBC,cAAyB;YACzBmB,6BAAwC;SACzC;QACD,eAAe,EAAE;YACflB,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEkB,yBAAiC;aAC9C;YACD,OAAO,EAAE;gBACP,UAAU,EAAEJ,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAM,2BAA2B,GAAyB;QACxD,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,2LAA2L;QACjM,aAAa,EAAE;YACblB,iBAA4B;YAC5BC,WAAsB;YACtBC,cAAyB;YACzBmB,6BAAwC;SACzC;QACD,eAAe,EAAE;YACflB,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE,YAAY;YAC3B,MAAM,wBACDkB,yBAAiC,KACpC,QAAQ,EAAE,IAAI,GACf;SACF;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEA,yBAAiC;aAC9C;YACD,OAAO,EAAE;gBACP,UAAU,EAAEJ,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAME,2BAAyB,GAAyB;QACtD,UAAU,EAAE,QAAQ;QACpB,IAAI,EAAE,2LAA2L;QACjM,aAAa,EAAE;YACbpB,iBAA4B;YAC5BC,WAAsB;YACtBC,cAAyB;YACzBmB,6BAAwC;SACzC;QACD,eAAe,EAAE;YACflB,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE,EAAE;YACP,GAAG,EAAE,EAAE;YACP,OAAO,EAAE;gBACP,UAAU,EAAEc,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;;IC5OF;;;;;;OAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ICNH;;;;;;;;;AAUA,IAMA;AACA;;;;;QAOE,8BAAY,MAAgD;YAC1D,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;SACtB;QAuBD,mCAAI,GAAJ,UAAK,iBAAyB,EAAE,WAAmB,EAAE,OAAkG,EAAE,QAAuE;YAC9N,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,OAAO,SAAA;aACR,EACDJ,mBAAiB,EACjB,QAAQ,CAAqD,CAAC;SACjE;QACH,2BAAC;IAAD,CAAC,IAAA;IAED;IACA,IAAME,YAAU,GAAG,IAAIlB,iBAAiB,CAACC,SAAO,CAAC,CAAC;IAClD,IAAMe,mBAAiB,GAAyB;QAC9C,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,qJAAqJ;QAC3J,aAAa,EAAE;YACbd,iBAA4B;YAC5BC,WAAsB;YACtBC,cAAyB;SAC1B;QACD,eAAe,EAAE;YACfC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEmB,6BAAqC;aAClD;YACD,OAAO,EAAE;gBACP,UAAU,EAAEL,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;;ICtFF;;;;;;;;;IAcA,IAAM,WAAW,GAAG,8BAA8B,CAAC;IACnD,IAAM,cAAc,GAAG,OAAO,CAAC;AAE/B;QAA8D,4DAA8B;;;;;;;QAW1F,kDAAY,WAA4C,EAAE,cAAsB,EAAE,OAAyD;YAA3I,iBAgCC;YA/BC,IAAI,WAAW,IAAI,SAAS,EAAE;gBAC5B,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;aACpD;YACD,IAAI,cAAc,IAAI,SAAS,EAAE;gBAC/B,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACvD;YAED,IAAI,CAAC,OAAO,EAAE;gBACZ,OAAO,GAAG,EAAE,CAAC;aACd;YACD,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE;gBACtB,IAAM,gBAAgB,GAAGM,oCAAoC,EAAE,CAAC;gBAChE,OAAO,CAAC,SAAS,GAAM,WAAW,SAAI,cAAc,SAAI,gBAAkB,CAAC;aAC5E;YAED,QAAA,kBAAM,WAAW,EAAE,OAAO,CAAC,SAAC;YAE5B,KAAI,CAAC,UAAU,GAAG,YAAY,CAAC;YAC/B,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC;YAC9B,KAAI,CAAC,gCAAgC,GAAG,EAAE,CAAC;YAC3C,KAAI,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,KAAI,CAAC,OAAO,IAAI,8BAA8B,CAAC;YACjF,KAAI,CAAC,kBAAkB,GAAG,iCAAiC,CAAC;YAC5D,KAAI,CAAC,WAAW,GAAG,WAAW,CAAC;YAC/B,KAAI,CAAC,cAAc,GAAG,cAAc,CAAC;YAErC,IAAI,OAAO,CAAC,cAAc,KAAK,IAAI,IAAI,OAAO,CAAC,cAAc,KAAK,SAAS,EAAE;gBAC3E,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC,cAAc,CAAC;aAC9C;YACD,IAAI,OAAO,CAAC,gCAAgC,KAAK,IAAI,IAAI,OAAO,CAAC,gCAAgC,KAAK,SAAS,EAAE;gBAC/G,KAAI,CAAC,gCAAgC,GAAG,OAAO,CAAC,gCAAgC,CAAC;aAClF;;SACF;QACH,+CAAC;IAAD,CAAC,CA5C6DC,8BAA8B;;ICjB5F;;;;;;;;;;QAkBgD,qDAAwC;;;;;;;QActF,2CAAY,WAA4C,EAAE,cAAsB,EAAE,OAAyD;YAA3I,YACE,kBAAM,WAAW,EAAE,cAAc,EAAE,OAAO,CAAC,SAM5C;YALC,KAAI,CAAC,QAAQ,GAAG,IAAIC,QAAmB,CAAC,KAAI,CAAC,CAAC;YAC9C,KAAI,CAAC,YAAY,GAAG,IAAIC,YAAuB,CAAC,KAAI,CAAC,CAAC;YACtD,KAAI,CAAC,UAAU,GAAG,IAAIC,UAAqB,CAAC,KAAI,CAAC,CAAC;YAClD,KAAI,CAAC,0BAA0B,GAAG,IAAIC,0BAAqC,CAAC,KAAI,CAAC,CAAC;YAClF,KAAI,CAAC,oBAAoB,GAAG,IAAIC,oBAA+B,CAAC,KAAI,CAAC,CAAC;;SACvE;QA6BD,gEAAoB,GAApB,UAAqB,QAAgB,EAAE,IAAc,EAAE,IAAY,EAAE,IAAY,EAAE,OAAmG,EAAE,QAAwE;YAC9P,OAAO,IAAI,CAAC,oBAAoB,CAC9B;gBACE,QAAQ,UAAA;gBACR,IAAI,MAAA;gBACJ,IAAI,MAAA;gBACJ,IAAI,MAAA;gBACJ,OAAO,SAAA;aACR,EACD,iCAAiC,EACjC,QAAQ,CAAiD,CAAC;SAC7D;QAuBD,mEAAuB,GAAvB,UAAwB,aAAqB,EAAE,IAAY,EAAE,OAAkG,EAAE,QAAuE;YACtO,OAAO,IAAI,CAAC,oBAAoB,CAC9B;gBACE,aAAa,eAAA;gBACb,IAAI,MAAA;gBACJ,OAAO,SAAA;aACR,EACD,oCAAoC,EACpC,QAAQ,CAAoD,CAAC;SAChE;QACH,wCAAC;IAAD,CA9FA,CAAgD,wCAAwC,GA8FvF;IAED;IACA,IAAMd,YAAU,GAAG,IAAIlB,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAClD,IAAM,iCAAiC,GAAyB;QAC9D,UAAU,EAAE,MAAM;QAClB,IAAI,EAAE,gHAAgH;QACtH,aAAa,EAAE;YACbI,cAAyB;YACzB6B,QAAmB;SACpB;QACD,eAAe,EAAE;YACf5B,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE;gBACb,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,MAAM;aACb;YACD,MAAM,wBACD4B,6BAAqC,KACxC,QAAQ,EAAE,IAAI,GACf;SACF;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEC,8BAAsC;aACnD;YACD,OAAO,EAAE;gBACP,UAAU,EAAEf,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAM,oCAAoC,GAAyB;QACjE,UAAU,EAAE,MAAM;QAClB,IAAI,EAAE,8FAA8F;QACpG,aAAa,EAAE;YACbhB,cAAyB;SAC1B;QACD,eAAe,EAAE;YACfC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE;gBACb,aAAa,EAAE,eAAe;gBAC9B,IAAI,EAAE,MAAM;aACb;YACD,MAAM,wBACD8B,gCAAwC,KAC3C,QAAQ,EAAE,IAAI,GACf;SACF;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEC,6BAAqC;aAClD;YACD,OAAO,EAAE;gBACP,UAAU,EAAEjB,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@azure/ms-rest-js"),require("@azure/ms-rest-azure-js")):"function"==typeof define&&define.amd?define(["exports","@azure/ms-rest-js","@azure/ms-rest-azure-js"],t):t(((e=e||self).Azure=e.Azure||{},e.Azure.ArmCognitiveservices={}),e.msRest,e.msRestAzure)}(this,function(e,t,s){"use strict";var i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])})(e,t)};function r(e,t){function r(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var a=function(){return(a=Object.assign||function(e){for(var t,r=1,i=arguments.length;r<i;r++)for(var a in t=arguments[r])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)},n=Object.freeze({__proto__:null}),o=s.CloudErrorMapper,p=s.BaseResourceMapper,m={serializedName:"Sku",type:{name:"Composite",className:"Sku",modelProperties:{name:{required:!0,serializedName:"name",type:{name:"String"}},tier:{readOnly:!0,serializedName:"tier",type:{name:"Enum",allowedValues:["Free","Standard","Premium"]}}}}},u={serializedName:"SkuCapability",type:{name:"Composite",className:"SkuCapability",modelProperties:{name:{serializedName:"name",type:{name:"String"}},value:{serializedName:"value",type:{name:"String"}}}}},c={serializedName:"IpRule",type:{name:"Composite",className:"IpRule",modelProperties:{value:{required:!0,serializedName:"value",type:{name:"String"}}}}},l={serializedName:"VirtualNetworkRule",type:{name:"Composite",className:"VirtualNetworkRule",modelProperties:{id:{required:!0,serializedName:"id",type:{name:"String"}},state:{serializedName:"state",type:{name:"String"}},ignoreMissingVnetServiceEndpoint:{serializedName:"ignoreMissingVnetServiceEndpoint",type:{name:"Boolean"}}}}},d={serializedName:"NetworkRuleSet",type:{name:"Composite",className:"NetworkRuleSet",modelProperties:{defaultAction:{serializedName:"defaultAction",type:{name:"String"}},ipRules:{serializedName:"ipRules",type:{name:"Sequence",element:{type:{name:"Composite",className:"IpRule"}}}},virtualNetworkRules:{serializedName:"virtualNetworkRules",type:{name:"Sequence",element:{type:{name:"Composite",className:"VirtualNetworkRule"}}}}}}},y={serializedName:"KeyVaultProperties",type:{name:"Composite",className:"KeyVaultProperties",modelProperties:{keyName:{serializedName:"keyName",type:{name:"String"}},keyVersion:{serializedName:"keyVersion",type:{name:"String"}},keyVaultUri:{serializedName:"keyVaultUri",type:{name:"String"}}}}},N={serializedName:"Encryption",type:{name:"Composite",className:"Encryption",modelProperties:{keyVaultProperties:{serializedName:"keyVaultProperties",type:{name:"Composite",className:"KeyVaultProperties"}},keySource:{serializedName:"keySource",defaultValue:"Microsoft.KeyVault",type:{name:"String"}}}}},S={serializedName:"UserOwnedStorage",type:{name:"Composite",className:"UserOwnedStorage",modelProperties:{resourceId:{serializedName:"resourceId",type:{name:"String"}}}}},v={serializedName:"PrivateEndpoint",type:{name:"Composite",className:"PrivateEndpoint",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}}}}},g={serializedName:"PrivateLinkServiceConnectionState",type:{name:"Composite",className:"PrivateLinkServiceConnectionState",modelProperties:{status:{serializedName:"status",type:{name:"String"}},description:{serializedName:"description",type:{name:"String"}},actionRequired:{serializedName:"actionRequired",type:{name:"String"}}}}},P={serializedName:"PrivateEndpointConnectionProperties",type:{name:"Composite",className:"PrivateEndpointConnectionProperties",modelProperties:{privateEndpoint:{serializedName:"privateEndpoint",type:{name:"Composite",className:"PrivateEndpoint"}},privateLinkServiceConnectionState:{required:!0,serializedName:"privateLinkServiceConnectionState",type:{name:"Composite",className:"PrivateLinkServiceConnectionState"}},groupIds:{serializedName:"groupIds",type:{name:"Sequence",element:{type:{name:"String"}}}}}}},z={serializedName:"Resource",type:{name:"Composite",className:"Resource",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}}}}},C={serializedName:"PrivateEndpointConnection",type:{name:"Composite",className:"PrivateEndpointConnection",modelProperties:a(a({},z.type.modelProperties),{properties:{serializedName:"properties",type:{name:"Composite",className:"PrivateEndpointConnectionProperties"}}})}},k={serializedName:"CognitiveServicesAccountApiProperties",type:{name:"Composite",className:"CognitiveServicesAccountApiProperties",modelProperties:{qnaRuntimeEndpoint:{serializedName:"qnaRuntimeEndpoint",type:{name:"String"}},statisticsEnabled:{serializedName:"statisticsEnabled",type:{name:"Boolean"}},eventHubConnectionString:{serializedName:"eventHubConnectionString",constraints:{MaxLength:1e3,Pattern:/^( *)Endpoint=sb:\/\/(.*);( *)SharedAccessKeyName=(.*);( *)SharedAccessKey=(.*)$/},type:{name:"String"}},storageAccountConnectionString:{serializedName:"storageAccountConnectionString",constraints:{MaxLength:1e3,Pattern:/^(( *)DefaultEndpointsProtocol=(http|https)( *);( *))?AccountName=(.*)AccountKey=(.*)EndpointSuffix=(.*)$/},type:{name:"String"}}}}},R={serializedName:"CognitiveServicesAccountProperties",type:{name:"Composite",className:"CognitiveServicesAccountProperties",modelProperties:{provisioningState:{readOnly:!0,serializedName:"provisioningState",type:{name:"String"}},endpoint:{readOnly:!0,serializedName:"endpoint",type:{name:"String"}},internalId:{readOnly:!0,serializedName:"internalId",type:{name:"String"}},capabilities:{readOnly:!0,serializedName:"capabilities",type:{name:"Sequence",element:{type:{name:"Composite",className:"SkuCapability"}}}},customSubDomainName:{serializedName:"customSubDomainName",type:{name:"String"}},networkAcls:{serializedName:"networkAcls",type:{name:"Composite",className:"NetworkRuleSet"}},encryption:{serializedName:"encryption",type:{name:"Composite",className:"Encryption"}},userOwnedStorage:{serializedName:"userOwnedStorage",type:{name:"Sequence",element:{type:{name:"Composite",className:"UserOwnedStorage"}}}},privateEndpointConnections:{serializedName:"privateEndpointConnections",type:{name:"Sequence",element:{type:{name:"Composite",className:"PrivateEndpointConnection"}}}},publicNetworkAccess:{serializedName:"publicNetworkAccess",type:{name:"String"}},apiProperties:{serializedName:"apiProperties",type:{name:"Composite",className:"CognitiveServicesAccountApiProperties"}}}}},h={serializedName:"UserAssignedIdentity",type:{name:"Composite",className:"UserAssignedIdentity",modelProperties:{principalId:{serializedName:"principalId",type:{name:"String"}},clientId:{serializedName:"clientId",type:{name:"String"}}}}},b={serializedName:"Identity",type:{name:"Composite",className:"Identity",modelProperties:{type:{serializedName:"type",type:{name:"Enum",allowedValues:["None","SystemAssigned","UserAssigned"]}},tenantId:{readOnly:!0,serializedName:"tenantId",type:{name:"String"}},principalId:{readOnly:!0,serializedName:"principalId",type:{name:"String"}},userAssignedIdentities:{serializedName:"userAssignedIdentities",type:{name:"Dictionary",value:{type:{name:"Composite",className:"UserAssignedIdentity"}}}}}}},f={serializedName:"CognitiveServicesAccount",type:{name:"Composite",className:"CognitiveServicesAccount",modelProperties:{etag:{readOnly:!0,serializedName:"etag",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},kind:{serializedName:"kind",type:{name:"String"}},location:{serializedName:"location",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},properties:{serializedName:"properties",type:{name:"Composite",className:"CognitiveServicesAccountProperties"}},sku:{serializedName:"sku",type:{name:"Composite",className:"Sku"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},identity:{serializedName:"identity",type:{name:"Composite",className:"Identity"}}}}},M={serializedName:"CognitiveServicesAccountKeys",type:{name:"Composite",className:"CognitiveServicesAccountKeys",modelProperties:{key1:{serializedName:"key1",type:{name:"String"}},key2:{serializedName:"key2",type:{name:"String"}}}}},E={serializedName:"RegenerateKeyParameters",type:{name:"Composite",className:"RegenerateKeyParameters",modelProperties:{keyName:{required:!0,serializedName:"keyName",type:{name:"Enum",allowedValues:["Key1","Key2"]}}}}},O={serializedName:"CognitiveServicesResourceAndSku",type:{name:"Composite",className:"CognitiveServicesResourceAndSku",modelProperties:{resourceType:{serializedName:"resourceType",type:{name:"String"}},sku:{serializedName:"sku",type:{name:"Composite",className:"Sku"}}}}},A={serializedName:"CognitiveServicesAccountEnumerateSkusResult",type:{name:"Composite",className:"CognitiveServicesAccountEnumerateSkusResult",modelProperties:{value:{readOnly:!0,serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"CognitiveServicesResourceAndSku"}}}}}}},q={serializedName:"MetricName",type:{name:"Composite",className:"MetricName",modelProperties:{value:{readOnly:!0,serializedName:"value",type:{name:"String"}},localizedValue:{readOnly:!0,serializedName:"localizedValue",type:{name:"String"}}}}},L={serializedName:"Usage",type:{name:"Composite",className:"Usage",modelProperties:{unit:{serializedName:"unit",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"Composite",className:"MetricName"}},quotaPeriod:{readOnly:!0,serializedName:"quotaPeriod",type:{name:"String"}},limit:{readOnly:!0,serializedName:"limit",type:{name:"Number"}},currentValue:{readOnly:!0,serializedName:"currentValue",type:{name:"Number"}},nextResetTime:{readOnly:!0,serializedName:"nextResetTime",type:{name:"String"}},status:{serializedName:"status",type:{name:"String"}}}}},I={serializedName:"UsagesResult",type:{name:"Composite",className:"UsagesResult",modelProperties:{value:{readOnly:!0,serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"Usage"}}}}}}},G={serializedName:"ErrorBody",type:{name:"Composite",className:"ErrorBody",modelProperties:{code:{required:!0,serializedName:"code",type:{name:"String"}},message:{required:!0,serializedName:"message",type:{name:"String"}}}}},w={serializedName:"Error",type:{name:"Composite",className:"ErrorModel",modelProperties:{error:{serializedName:"error",type:{name:"Composite",className:"ErrorBody"}}}}},T={serializedName:"OperationDisplayInfo",type:{name:"Composite",className:"OperationDisplayInfo",modelProperties:{description:{serializedName:"description",type:{name:"String"}},operation:{serializedName:"operation",type:{name:"String"}},provider:{serializedName:"provider",type:{name:"String"}},resource:{serializedName:"resource",type:{name:"String"}}}}},U={serializedName:"OperationEntity",type:{name:"Composite",className:"OperationEntity",modelProperties:{name:{serializedName:"name",type:{name:"String"}},display:{serializedName:"display",type:{name:"Composite",className:"OperationDisplayInfo"}},origin:{serializedName:"origin",type:{name:"String"}},properties:{serializedName:"properties",type:{name:"Object"}}}}},_={serializedName:"CheckSkuAvailabilityParameter",type:{name:"Composite",className:"CheckSkuAvailabilityParameter",modelProperties:{skus:{required:!0,serializedName:"skus",type:{name:"Sequence",element:{type:{name:"String"}}}},kind:{required:!0,serializedName:"kind",type:{name:"String"}},type:{required:!0,serializedName:"type",type:{name:"String"}}}}},x={serializedName:"CheckSkuAvailabilityResultList",type:{name:"Composite",className:"CheckSkuAvailabilityResultList",modelProperties:{value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"CheckSkuAvailabilityResult"}}}}}}},V={serializedName:"CheckDomainAvailabilityParameter",type:{name:"Composite",className:"CheckDomainAvailabilityParameter",modelProperties:{subdomainName:{required:!0,serializedName:"subdomainName",type:{name:"String"}},type:{required:!0,serializedName:"type",type:{name:"String"}}}}},K={serializedName:"CheckDomainAvailabilityResult",type:{name:"Composite",className:"CheckDomainAvailabilityResult",modelProperties:{isSubdomainAvailable:{serializedName:"isSubdomainAvailable",type:{name:"Boolean"}},reason:{serializedName:"reason",type:{name:"String"}},subdomainName:{serializedName:"subdomainName",type:{name:"String"}},type:{serializedName:"type",type:{name:"String"}}}}},B={serializedName:"ResourceSkuRestrictionInfo",type:{name:"Composite",className:"ResourceSkuRestrictionInfo",modelProperties:{locations:{readOnly:!0,serializedName:"locations",type:{name:"Sequence",element:{type:{name:"String"}}}},zones:{readOnly:!0,serializedName:"zones",type:{name:"Sequence",element:{type:{name:"String"}}}}}}},D={serializedName:"ResourceSkuRestrictions",type:{name:"Composite",className:"ResourceSkuRestrictions",modelProperties:{type:{readOnly:!0,serializedName:"type",type:{name:"Enum",allowedValues:["Location","Zone"]}},values:{readOnly:!0,serializedName:"values",type:{name:"Sequence",element:{type:{name:"String"}}}},restrictionInfo:{readOnly:!0,serializedName:"restrictionInfo",type:{name:"Composite",className:"ResourceSkuRestrictionInfo"}},reasonCode:{readOnly:!0,serializedName:"reasonCode",type:{name:"String"}}}}},j={serializedName:"ResourceSku",type:{name:"Composite",className:"ResourceSku",modelProperties:{resourceType:{readOnly:!0,serializedName:"resourceType",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},tier:{readOnly:!0,serializedName:"tier",type:{name:"String"}},kind:{readOnly:!0,serializedName:"kind",type:{name:"String"}},locations:{readOnly:!0,serializedName:"locations",type:{name:"Sequence",element:{type:{name:"String"}}}},restrictions:{readOnly:!0,serializedName:"restrictions",type:{name:"Sequence",element:{type:{name:"Composite",className:"ResourceSkuRestrictions"}}}}}}},Z={serializedName:"PrivateLinkResourceProperties",type:{name:"Composite",className:"PrivateLinkResourceProperties",modelProperties:{groupId:{readOnly:!0,serializedName:"groupId",type:{name:"String"}},displayName:{readOnly:!0,serializedName:"displayName",type:{name:"String"}},requiredMembers:{readOnly:!0,serializedName:"requiredMembers",type:{name:"Sequence",element:{type:{name:"String"}}}},requiredZoneNames:{serializedName:"requiredZoneNames",type:{name:"Sequence",element:{type:{name:"String"}}}}}}},$={serializedName:"PrivateLinkResource",type:{name:"Composite",className:"PrivateLinkResource",modelProperties:a(a({},z.type.modelProperties),{properties:{serializedName:"properties",type:{name:"Composite",className:"PrivateLinkResourceProperties"}}})}},H={serializedName:"PrivateLinkResourceListResult",type:{name:"Composite",className:"PrivateLinkResourceListResult",modelProperties:{value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"PrivateLinkResource"}}}}}}},F={serializedName:"ProxyResource",type:{name:"Composite",className:"ProxyResource",modelProperties:a({},z.type.modelProperties)}},J={serializedName:"TrackedResource",type:{name:"Composite",className:"TrackedResource",modelProperties:a(a({},z.type.modelProperties),{tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},location:{required:!0,serializedName:"location",type:{name:"String"}}})}},Q={serializedName:"AzureEntityResource",type:{name:"Composite",className:"AzureEntityResource",modelProperties:a(a({},z.type.modelProperties),{etag:{readOnly:!0,serializedName:"etag",type:{name:"String"}}})}},W={serializedName:"CognitiveServicesAccountListResult",type:{name:"Composite",className:"CognitiveServicesAccountListResult",modelProperties:{nextLink:{serializedName:"nextLink",type:{name:"String"}},value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"CognitiveServicesAccount"}}}}}}},X={serializedName:"ResourceSkusResult",type:{name:"Composite",className:"ResourceSkusResult",modelProperties:{value:{required:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"ResourceSku"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},Y={serializedName:"OperationEntityListResult",type:{name:"Composite",className:"OperationEntityListResult",modelProperties:{nextLink:{serializedName:"nextLink",type:{name:"String"}},value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"OperationEntity"}}}}}}},ee=Object.freeze({__proto__:null,CloudError:o,BaseResource:p,Sku:m,SkuCapability:u,IpRule:c,VirtualNetworkRule:l,NetworkRuleSet:d,KeyVaultProperties:y,Encryption:N,UserOwnedStorage:S,PrivateEndpoint:v,PrivateLinkServiceConnectionState:g,PrivateEndpointConnectionProperties:P,Resource:z,PrivateEndpointConnection:C,CognitiveServicesAccountApiProperties:k,CognitiveServicesAccountProperties:R,UserAssignedIdentity:h,Identity:b,CognitiveServicesAccount:f,CognitiveServicesAccountKeys:M,RegenerateKeyParameters:E,CognitiveServicesResourceAndSku:O,CognitiveServicesAccountEnumerateSkusResult:A,MetricName:q,Usage:L,UsagesResult:I,ErrorBody:G,ErrorModel:w,OperationDisplayInfo:T,OperationEntity:U,CheckSkuAvailabilityParameter:_,CheckSkuAvailabilityResult:{serializedName:"CheckSkuAvailabilityResult",type:{name:"Composite",className:"CheckSkuAvailabilityResult",modelProperties:{kind:{serializedName:"kind",type:{name:"String"}},type:{serializedName:"type",type:{name:"String"}},skuName:{serializedName:"skuName",type:{name:"String"}},skuAvailable:{serializedName:"skuAvailable",type:{name:"Boolean"}},reason:{serializedName:"reason",type:{name:"String"}},message:{serializedName:"message",type:{name:"String"}}}}},CheckSkuAvailabilityResultList:x,CheckDomainAvailabilityParameter:V,CheckDomainAvailabilityResult:K,ResourceSkuRestrictionInfo:B,ResourceSkuRestrictions:D,ResourceSku:j,PrivateLinkResourceProperties:Z,PrivateLinkResource:$,PrivateLinkResourceListResult:H,ProxyResource:F,TrackedResource:J,AzureEntityResource:Q,CognitiveServicesAccountListResult:W,ResourceSkusResult:X,OperationEntityListResult:Y}),te={parameterPath:"acceptLanguage",mapper:{serializedName:"accept-language",defaultValue:"en-US",type:{name:"String"}}},re={parameterPath:"accountName",mapper:{required:!0,serializedName:"accountName",constraints:{MaxLength:64,MinLength:2,Pattern:/^[a-zA-Z0-9][a-zA-Z0-9_.-]*$/},type:{name:"String"}}},ie={parameterPath:"apiVersion",mapper:{required:!0,serializedName:"api-version",constraints:{MinLength:1},type:{name:"String"}}},ae={parameterPath:"nextPageLink",mapper:{required:!0,serializedName:"nextLink",type:{name:"String"}},skipEncoding:!0},se={parameterPath:"privateEndpointConnectionName",mapper:{required:!0,serializedName:"privateEndpointConnectionName",type:{name:"String"}}},ne={parameterPath:"resourceGroupName",mapper:{required:!0,serializedName:"resourceGroupName",constraints:{MaxLength:90,MinLength:1,Pattern:/^[-\w\._\(\)]+$/},type:{name:"String"}}},oe={parameterPath:"subscriptionId",mapper:{required:!0,serializedName:"subscriptionId",constraints:{MinLength:1},type:{name:"String"}}},pe=Object.freeze({__proto__:null,AzureEntityResource:Q,BaseResource:p,CognitiveServicesAccount:f,CognitiveServicesAccountApiProperties:k,CognitiveServicesAccountEnumerateSkusResult:A,CognitiveServicesAccountKeys:M,CognitiveServicesAccountListResult:W,CognitiveServicesAccountProperties:R,CognitiveServicesResourceAndSku:O,Encryption:N,ErrorBody:G,ErrorModel:w,Identity:b,IpRule:c,KeyVaultProperties:y,MetricName:q,NetworkRuleSet:d,PrivateEndpoint:v,PrivateEndpointConnection:C,PrivateEndpointConnectionProperties:P,PrivateLinkResource:$,PrivateLinkResourceProperties:Z,PrivateLinkServiceConnectionState:g,ProxyResource:F,RegenerateKeyParameters:E,Resource:z,Sku:m,SkuCapability:u,TrackedResource:J,Usage:L,UsagesResult:I,UserAssignedIdentity:h,UserOwnedStorage:S,VirtualNetworkRule:l}),me=(ue.prototype.create=function(e,t,r,i,a){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,account:r,options:i},le,a)},ue.prototype.update=function(e,t,r,i,a){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,account:r,options:i},de,a)},ue.prototype.deleteMethod=function(e,t,r,i){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,options:r},ye,i)},ue.prototype.getProperties=function(e,t,r,i){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,options:r},Ne,i)},ue.prototype.listByResourceGroup=function(e,t,r){return this.client.sendOperationRequest({resourceGroupName:e,options:t},Se,r)},ue.prototype.list=function(e,t){return this.client.sendOperationRequest({options:e},ve,t)},ue.prototype.listKeys=function(e,t,r,i){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,options:r},ge,i)},ue.prototype.regenerateKey=function(e,t,r,i,a){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,keyName:r,options:i},Pe,a)},ue.prototype.listSkus=function(e,t,r,i){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,options:r},ze,i)},ue.prototype.getUsages=function(e,t,r,i){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,options:r},Ce,i)},ue.prototype.listByResourceGroupNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},ke,r)},ue.prototype.listNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},Re,r)},ue);function ue(e){this.client=e}var ce=new t.Serializer(pe),le={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}",urlParameters:[ne,re,oe],queryParameters:[ie],headerParameters:[te],requestBody:{parameterPath:"account",mapper:a(a({},f),{required:!0})},responses:{200:{bodyMapper:f},201:{bodyMapper:f},202:{bodyMapper:f},default:{bodyMapper:w}},serializer:ce},de={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}",urlParameters:[ne,re,oe],queryParameters:[ie],headerParameters:[te],requestBody:{parameterPath:"account",mapper:a(a({},f),{required:!0})},responses:{200:{bodyMapper:f},202:{bodyMapper:f},default:{bodyMapper:w}},serializer:ce},ye={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}",urlParameters:[ne,re,oe],queryParameters:[ie],headerParameters:[te],responses:{200:{},202:{},204:{},default:{bodyMapper:w}},serializer:ce},Ne={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}",urlParameters:[ne,re,oe],queryParameters:[ie],headerParameters:[te],responses:{200:{bodyMapper:f},default:{bodyMapper:w}},serializer:ce},Se={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts",urlParameters:[ne,oe],queryParameters:[ie],headerParameters:[te],responses:{200:{bodyMapper:W},default:{bodyMapper:w}},serializer:ce},ve={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/accounts",urlParameters:[oe],queryParameters:[ie],headerParameters:[te],responses:{200:{bodyMapper:W},default:{bodyMapper:w}},serializer:ce},ge={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/listKeys",urlParameters:[ne,re,oe],queryParameters:[ie],headerParameters:[te],responses:{200:{bodyMapper:M},default:{bodyMapper:w}},serializer:ce},Pe={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/regenerateKey",urlParameters:[ne,re,oe],queryParameters:[ie],headerParameters:[te],requestBody:{parameterPath:{keyName:"keyName"},mapper:a(a({},E),{required:!0})},responses:{200:{bodyMapper:M},default:{bodyMapper:w}},serializer:ce},ze={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/skus",urlParameters:[ne,re,oe],queryParameters:[ie],headerParameters:[te],responses:{200:{bodyMapper:A},default:{bodyMapper:w}},serializer:ce},Ce={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/usages",urlParameters:[ne,re,oe],queryParameters:[ie,{parameterPath:["options","filter"],mapper:{serializedName:"$filter",type:{name:"String"}}}],headerParameters:[te],responses:{200:{bodyMapper:I},default:{bodyMapper:w}},serializer:ce},ke={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[ae],headerParameters:[te],responses:{200:{bodyMapper:W},default:{bodyMapper:w}},serializer:ce},Re={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[ae],headerParameters:[te],responses:{200:{bodyMapper:W},default:{bodyMapper:w}},serializer:ce},he=Object.freeze({__proto__:null,CloudError:o,ResourceSku:j,ResourceSkuRestrictionInfo:B,ResourceSkuRestrictions:D,ResourceSkusResult:X}),be=(fe.prototype.list=function(e,t){return this.client.sendOperationRequest({options:e},Ee,t)},fe.prototype.listNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},Oe,r)},fe);function fe(e){this.client=e}var Me=new t.Serializer(he),Ee={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/skus",urlParameters:[oe],queryParameters:[ie],headerParameters:[te],responses:{200:{bodyMapper:X},default:{bodyMapper:o}},serializer:Me},Oe={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[ae],headerParameters:[te],responses:{200:{bodyMapper:X},default:{bodyMapper:o}},serializer:Me},Ae=Object.freeze({__proto__:null,CloudError:o,OperationDisplayInfo:T,OperationEntity:U,OperationEntityListResult:Y}),qe=(Le.prototype.list=function(e,t){return this.client.sendOperationRequest({options:e},Ge,t)},Le.prototype.listNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},we,r)},Le);function Le(e){this.client=e}var Ie=new t.Serializer(Ae),Ge={httpMethod:"GET",path:"providers/Microsoft.CognitiveServices/operations",queryParameters:[ie],headerParameters:[te],responses:{200:{bodyMapper:Y},default:{bodyMapper:o}},serializer:Ie},we={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[ae],headerParameters:[te],responses:{200:{bodyMapper:Y},default:{bodyMapper:o}},serializer:Ie},Te=Object.freeze({__proto__:null,AzureEntityResource:Q,BaseResource:p,CloudError:o,CognitiveServicesAccount:f,CognitiveServicesAccountApiProperties:k,CognitiveServicesAccountProperties:R,Encryption:N,Identity:b,IpRule:c,KeyVaultProperties:y,NetworkRuleSet:d,PrivateEndpoint:v,PrivateEndpointConnection:C,PrivateEndpointConnectionProperties:P,PrivateLinkResource:$,PrivateLinkResourceProperties:Z,PrivateLinkServiceConnectionState:g,ProxyResource:F,Resource:z,Sku:m,SkuCapability:u,TrackedResource:J,UserAssignedIdentity:h,UserOwnedStorage:S,VirtualNetworkRule:l}),Ue=(_e.prototype.get=function(e,t,r,i,a){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,privateEndpointConnectionName:r,options:i},Ve,a)},_e.prototype.createOrUpdate=function(e,t,r,i,a,s){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,privateEndpointConnectionName:r,properties:i,options:a},Ke,s)},_e.prototype.deleteMethod=function(e,t,r,i,a){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,privateEndpointConnectionName:r,options:i},Be,a)},_e);function _e(e){this.client=e}var xe=new t.Serializer(Te),Ve={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}",urlParameters:[ne,re,oe,se],queryParameters:[ie],headerParameters:[te],responses:{200:{bodyMapper:C},default:{bodyMapper:o}},serializer:xe},Ke={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}",urlParameters:[ne,re,oe,se],queryParameters:[ie],headerParameters:[te],requestBody:{parameterPath:"properties",mapper:a(a({},C),{required:!0})},responses:{200:{bodyMapper:C},default:{bodyMapper:o}},serializer:xe},Be={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}",urlParameters:[ne,re,oe,se],queryParameters:[ie],headerParameters:[te],responses:{200:{},204:{},default:{bodyMapper:o}},serializer:xe},De=Object.freeze({__proto__:null,AzureEntityResource:Q,BaseResource:p,CloudError:o,CognitiveServicesAccount:f,CognitiveServicesAccountApiProperties:k,CognitiveServicesAccountProperties:R,Encryption:N,Identity:b,IpRule:c,KeyVaultProperties:y,NetworkRuleSet:d,PrivateEndpoint:v,PrivateEndpointConnection:C,PrivateEndpointConnectionProperties:P,PrivateLinkResource:$,PrivateLinkResourceListResult:H,PrivateLinkResourceProperties:Z,PrivateLinkServiceConnectionState:g,ProxyResource:F,Resource:z,Sku:m,SkuCapability:u,TrackedResource:J,UserAssignedIdentity:h,UserOwnedStorage:S,VirtualNetworkRule:l}),je=(Ze.prototype.list=function(e,t,r,i){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,options:r},He,i)},Ze);function Ze(e){this.client=e}var $e,He={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateLinkResources",urlParameters:[ne,re,oe],queryParameters:[ie],headerParameters:[te],responses:{200:{bodyMapper:H},default:{bodyMapper:o}},serializer:new t.Serializer(De)},Fe=(r(Je,$e=s.AzureServiceClient),Je);function Je(e,t,r){var i,a=this;if(null==e)throw new Error("'credentials' cannot be null.");if(null==t)throw new Error("'subscriptionId' cannot be null.");return(r=r||{}).userAgent||(i=s.getDefaultUserAgentValue(),r.userAgent="@azure/arm-cognitiveservices/5.2.0 "+i),(a=$e.call(this,e,r)||this).apiVersion="2017-04-18",a.acceptLanguage="en-US",a.longRunningOperationRetryTimeout=30,a.baseUri=r.baseUri||a.baseUri||"https://management.azure.com",a.requestContentType="application/json; charset=utf-8",a.credentials=e,a.subscriptionId=t,null!==r.acceptLanguage&&void 0!==r.acceptLanguage&&(a.acceptLanguage=r.acceptLanguage),null!==r.longRunningOperationRetryTimeout&&void 0!==r.longRunningOperationRetryTimeout&&(a.longRunningOperationRetryTimeout=r.longRunningOperationRetryTimeout),a}var Qe,We=(r(Xe,Qe=Fe),Xe.prototype.checkSkuAvailability=function(e,t,r,i,a,s){return this.sendOperationRequest({location:e,skus:t,kind:r,type:i,options:a},et,s)},Xe.prototype.checkDomainAvailability=function(e,t,r,i){return this.sendOperationRequest({subdomainName:e,type:t,options:r},tt,i)},Xe);function Xe(e,t,r){var i=Qe.call(this,e,t,r)||this;return i.accounts=new me(i),i.resourceSkus=new be(i),i.operations=new qe(i),i.privateEndpointConnections=new Ue(i),i.privateLinkResources=new je(i),i}var Ye=new t.Serializer(ee),et={httpMethod:"POST",path:"subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/checkSkuAvailability",urlParameters:[oe,{parameterPath:"location",mapper:{required:!0,serializedName:"location",type:{name:"String"}}}],queryParameters:[ie],headerParameters:[te],requestBody:{parameterPath:{skus:"skus",kind:"kind",type:"type"},mapper:a(a({},_),{required:!0})},responses:{200:{bodyMapper:x},default:{bodyMapper:o}},serializer:Ye},tt={httpMethod:"POST",path:"subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/checkDomainAvailability",urlParameters:[oe],queryParameters:[ie],headerParameters:[te],requestBody:{parameterPath:{subdomainName:"subdomainName",type:"type"},mapper:a(a({},V),{required:!0})},responses:{200:{bodyMapper:K},default:{bodyMapper:o}},serializer:Ye};e.Accounts=me,e.CognitiveServicesManagementClient=We,e.CognitiveServicesManagementClientContext=Fe,e.CognitiveServicesManagementMappers=ee,e.CognitiveServicesManagementModels=n,e.Operations=qe,e.PrivateEndpointConnections=Ue,e.PrivateLinkResources=je,e.ResourceSkus=be,Object.defineProperty(e,"__esModule",{value:!0})});
|