@azure/arm-datalake-analytics 1.1.1 → 2.0.0-alpha.20211220.1

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.
Files changed (217) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/{LICENSE.txt → LICENSE} +1 -1
  3. package/README.md +69 -91
  4. package/dist/index.js +4780 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.d.ts +22 -0
  9. package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.js +29 -0
  11. package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
  12. package/dist-esm/src/dataLakeAnalyticsAccountManagementClientContext.d.ts +17 -0
  13. package/dist-esm/src/dataLakeAnalyticsAccountManagementClientContext.d.ts.map +1 -0
  14. package/dist-esm/src/dataLakeAnalyticsAccountManagementClientContext.js +50 -0
  15. package/dist-esm/src/dataLakeAnalyticsAccountManagementClientContext.js.map +1 -0
  16. package/dist-esm/src/index.d.ts +6 -0
  17. package/dist-esm/src/index.d.ts.map +1 -0
  18. package/dist-esm/src/index.js +13 -0
  19. package/dist-esm/src/index.js.map +1 -0
  20. package/dist-esm/src/lroImpl.d.ts +16 -0
  21. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  22. package/dist-esm/src/lroImpl.js +29 -0
  23. package/dist-esm/src/lroImpl.js.map +1 -0
  24. package/dist-esm/src/models/index.d.ts +1346 -0
  25. package/dist-esm/src/models/index.d.ts.map +1 -0
  26. package/dist-esm/src/models/index.js +31 -0
  27. package/dist-esm/src/models/index.js.map +1 -0
  28. package/dist-esm/src/models/mappers.d.ts +56 -0
  29. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  30. package/{esm → dist-esm/src}/models/mappers.js +1439 -1205
  31. package/dist-esm/src/models/mappers.js.map +1 -0
  32. package/dist-esm/src/models/parameters.d.ts +32 -0
  33. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  34. package/dist-esm/src/models/parameters.js +254 -0
  35. package/dist-esm/src/models/parameters.js.map +1 -0
  36. package/dist-esm/src/operations/accounts.d.ts +120 -0
  37. package/dist-esm/src/operations/accounts.d.ts.map +1 -0
  38. package/dist-esm/src/operations/accounts.js +569 -0
  39. package/dist-esm/src/operations/accounts.js.map +1 -0
  40. package/dist-esm/src/operations/computePolicies.d.ts +76 -0
  41. package/dist-esm/src/operations/computePolicies.d.ts.map +1 -0
  42. package/dist-esm/src/operations/computePolicies.js +280 -0
  43. package/dist-esm/src/operations/computePolicies.js.map +1 -0
  44. package/dist-esm/src/operations/dataLakeStoreAccounts.d.ts +64 -0
  45. package/dist-esm/src/operations/dataLakeStoreAccounts.d.ts.map +1 -0
  46. package/dist-esm/src/operations/dataLakeStoreAccounts.js +250 -0
  47. package/dist-esm/src/operations/dataLakeStoreAccounts.js.map +1 -0
  48. package/dist-esm/src/operations/firewallRules.d.ts +72 -0
  49. package/dist-esm/src/operations/firewallRules.d.ts.map +1 -0
  50. package/dist-esm/src/operations/firewallRules.js +270 -0
  51. package/dist-esm/src/operations/firewallRules.js.map +1 -0
  52. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  53. package/dist-esm/src/operations/index.d.ts.map +1 -0
  54. package/{esm → dist-esm/src}/operations/index.js +1 -2
  55. package/dist-esm/src/operations/index.js.map +1 -0
  56. package/dist-esm/src/operations/locations.d.ts +20 -0
  57. package/dist-esm/src/operations/locations.d.ts.map +1 -0
  58. package/dist-esm/src/operations/locations.js +53 -0
  59. package/dist-esm/src/operations/locations.js.map +1 -0
  60. package/dist-esm/src/operations/operations.d.ts +18 -0
  61. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  62. package/dist-esm/src/operations/operations.js +46 -0
  63. package/dist-esm/src/operations/operations.js.map +1 -0
  64. package/dist-esm/src/operations/storageAccounts.d.ts +153 -0
  65. package/dist-esm/src/operations/storageAccounts.d.ts.map +1 -0
  66. package/dist-esm/src/operations/storageAccounts.js +594 -0
  67. package/dist-esm/src/operations/storageAccounts.js.map +1 -0
  68. package/dist-esm/src/operationsInterfaces/accounts.d.ts +82 -0
  69. package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
  70. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/accounts.js} +2 -1
  71. package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/computePolicies.d.ts +50 -0
  73. package/dist-esm/src/operationsInterfaces/computePolicies.d.ts.map +1 -0
  74. package/{src/models/locationsMappers.ts → dist-esm/src/operationsInterfaces/computePolicies.js} +2 -7
  75. package/dist-esm/src/operationsInterfaces/computePolicies.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.d.ts +38 -0
  77. package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
  78. package/{esm/models/locationsMappers.js → dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.js} +2 -2
  79. package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/firewallRules.d.ts +47 -0
  81. package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +1 -0
  82. package/dist-esm/src/operationsInterfaces/firewallRules.js +9 -0
  83. package/dist-esm/src/operationsInterfaces/firewallRules.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/index.d.ts +8 -0
  85. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  86. package/dist-esm/src/operationsInterfaces/index.js +15 -0
  87. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/locations.d.ts +12 -0
  89. package/dist-esm/src/operationsInterfaces/locations.d.ts.map +1 -0
  90. package/dist-esm/src/operationsInterfaces/locations.js +9 -0
  91. package/dist-esm/src/operationsInterfaces/locations.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/operations.d.ts +10 -0
  93. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  94. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  95. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  96. package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts +81 -0
  97. package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts.map +1 -0
  98. package/dist-esm/src/operationsInterfaces/storageAccounts.js +9 -0
  99. package/dist-esm/src/operationsInterfaces/storageAccounts.js.map +1 -0
  100. package/dist-esm/test/sampleTest.d.ts +4 -0
  101. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  102. package/dist-esm/test/sampleTest.js +89 -0
  103. package/dist-esm/test/sampleTest.js.map +1 -0
  104. package/package.json +65 -22
  105. package/review/arm-datalake-analytics.api.md +935 -0
  106. package/rollup.config.js +181 -30
  107. package/src/dataLakeAnalyticsAccountManagementClient.ts +45 -44
  108. package/src/dataLakeAnalyticsAccountManagementClientContext.ts +46 -43
  109. package/src/index.ts +13 -0
  110. package/src/lroImpl.ts +34 -0
  111. package/src/models/index.ts +1160 -1948
  112. package/src/models/mappers.ts +1446 -1179
  113. package/src/models/parameters.ts +183 -93
  114. package/src/operations/accounts.ts +540 -372
  115. package/src/operations/computePolicies.ts +225 -254
  116. package/src/operations/dataLakeStoreAccounts.ts +213 -220
  117. package/src/operations/firewallRules.ts +222 -255
  118. package/src/operations/index.ts +1 -2
  119. package/src/operations/locations.ts +32 -44
  120. package/src/operations/operations.ts +24 -38
  121. package/src/operations/storageAccounts.ts +562 -476
  122. package/src/operationsInterfaces/accounts.ts +155 -0
  123. package/src/operationsInterfaces/computePolicies.ts +95 -0
  124. package/src/operationsInterfaces/dataLakeStoreAccounts.ts +73 -0
  125. package/src/operationsInterfaces/firewallRules.ts +92 -0
  126. package/src/operationsInterfaces/index.ts +15 -0
  127. package/src/operationsInterfaces/locations.ts +26 -0
  128. package/src/operationsInterfaces/operations.ts +21 -0
  129. package/src/operationsInterfaces/storageAccounts.ts +147 -0
  130. package/tsconfig.json +3 -3
  131. package/types/arm-datalake-analytics.d.ts +1829 -0
  132. package/types/tsdoc-metadata.json +11 -0
  133. package/dist/arm-datalake-analytics.js +0 -4239
  134. package/dist/arm-datalake-analytics.js.map +0 -1
  135. package/dist/arm-datalake-analytics.min.js +0 -1
  136. package/dist/arm-datalake-analytics.min.js.map +0 -1
  137. package/esm/dataLakeAnalyticsAccountManagementClient.d.ts +0 -31
  138. package/esm/dataLakeAnalyticsAccountManagementClient.d.ts.map +0 -1
  139. package/esm/dataLakeAnalyticsAccountManagementClient.js +0 -44
  140. package/esm/dataLakeAnalyticsAccountManagementClient.js.map +0 -1
  141. package/esm/dataLakeAnalyticsAccountManagementClientContext.d.ts +0 -23
  142. package/esm/dataLakeAnalyticsAccountManagementClientContext.d.ts.map +0 -1
  143. package/esm/dataLakeAnalyticsAccountManagementClientContext.js +0 -61
  144. package/esm/dataLakeAnalyticsAccountManagementClientContext.js.map +0 -1
  145. package/esm/models/accountsMappers.d.ts +0 -2
  146. package/esm/models/accountsMappers.d.ts.map +0 -1
  147. package/esm/models/accountsMappers.js +0 -9
  148. package/esm/models/accountsMappers.js.map +0 -1
  149. package/esm/models/computePoliciesMappers.d.ts +0 -2
  150. package/esm/models/computePoliciesMappers.d.ts.map +0 -1
  151. package/esm/models/computePoliciesMappers.js +0 -9
  152. package/esm/models/computePoliciesMappers.js.map +0 -1
  153. package/esm/models/dataLakeStoreAccountsMappers.d.ts +0 -2
  154. package/esm/models/dataLakeStoreAccountsMappers.d.ts.map +0 -1
  155. package/esm/models/dataLakeStoreAccountsMappers.js +0 -9
  156. package/esm/models/dataLakeStoreAccountsMappers.js.map +0 -1
  157. package/esm/models/firewallRulesMappers.d.ts +0 -2
  158. package/esm/models/firewallRulesMappers.d.ts.map +0 -1
  159. package/esm/models/firewallRulesMappers.js +0 -9
  160. package/esm/models/firewallRulesMappers.js.map +0 -1
  161. package/esm/models/index.d.ts +0 -2162
  162. package/esm/models/index.d.ts.map +0 -1
  163. package/esm/models/index.js.map +0 -1
  164. package/esm/models/locationsMappers.d.ts +0 -2
  165. package/esm/models/locationsMappers.d.ts.map +0 -1
  166. package/esm/models/locationsMappers.js.map +0 -1
  167. package/esm/models/mappers.d.ts +0 -56
  168. package/esm/models/mappers.d.ts.map +0 -1
  169. package/esm/models/mappers.js.map +0 -1
  170. package/esm/models/operationsMappers.d.ts +0 -2
  171. package/esm/models/operationsMappers.d.ts.map +0 -1
  172. package/esm/models/operationsMappers.js +0 -9
  173. package/esm/models/operationsMappers.js.map +0 -1
  174. package/esm/models/parameters.d.ts +0 -20
  175. package/esm/models/parameters.d.ts.map +0 -1
  176. package/esm/models/parameters.js +0 -208
  177. package/esm/models/parameters.js.map +0 -1
  178. package/esm/models/storageAccountsMappers.d.ts +0 -2
  179. package/esm/models/storageAccountsMappers.d.ts.map +0 -1
  180. package/esm/models/storageAccountsMappers.js +0 -9
  181. package/esm/models/storageAccountsMappers.js.map +0 -1
  182. package/esm/operations/accounts.d.ts +0 -188
  183. package/esm/operations/accounts.d.ts.map +0 -1
  184. package/esm/operations/accounts.js +0 -406
  185. package/esm/operations/accounts.js.map +0 -1
  186. package/esm/operations/computePolicies.d.ts +0 -158
  187. package/esm/operations/computePolicies.d.ts.map +0 -1
  188. package/esm/operations/computePolicies.js +0 -230
  189. package/esm/operations/computePolicies.js.map +0 -1
  190. package/esm/operations/dataLakeStoreAccounts.d.ts +0 -128
  191. package/esm/operations/dataLakeStoreAccounts.d.ts.map +0 -1
  192. package/esm/operations/dataLakeStoreAccounts.js +0 -200
  193. package/esm/operations/dataLakeStoreAccounts.js.map +0 -1
  194. package/esm/operations/firewallRules.d.ts +0 -152
  195. package/esm/operations/firewallRules.d.ts.map +0 -1
  196. package/esm/operations/firewallRules.js +0 -230
  197. package/esm/operations/firewallRules.js.map +0 -1
  198. package/esm/operations/index.d.ts.map +0 -1
  199. package/esm/operations/index.js.map +0 -1
  200. package/esm/operations/locations.d.ts +0 -32
  201. package/esm/operations/locations.d.ts.map +0 -1
  202. package/esm/operations/locations.js +0 -56
  203. package/esm/operations/locations.js.map +0 -1
  204. package/esm/operations/operations.d.ts +0 -28
  205. package/esm/operations/operations.d.ts.map +0 -1
  206. package/esm/operations/operations.js +0 -50
  207. package/esm/operations/operations.js.map +0 -1
  208. package/esm/operations/storageAccounts.d.ts +0 -293
  209. package/esm/operations/storageAccounts.d.ts.map +0 -1
  210. package/esm/operations/storageAccounts.js +0 -398
  211. package/esm/operations/storageAccounts.js.map +0 -1
  212. package/src/models/accountsMappers.ts +0 -38
  213. package/src/models/computePoliciesMappers.ts +0 -28
  214. package/src/models/dataLakeStoreAccountsMappers.ts +0 -27
  215. package/src/models/firewallRulesMappers.ts +0 -28
  216. package/src/models/operationsMappers.ts +0 -21
  217. package/src/models/storageAccountsMappers.ts +0 -31
@@ -1 +0,0 @@
1
- {"version":3,"file":"arm-datalake-analytics.js","sources":["../node_modules/tslib/tslib.es6.js","../src/models/index.ts","../src/models/mappers.ts","../src/models/accountsMappers.ts","../src/models/parameters.ts","../src/operations/accounts.ts","../src/models/dataLakeStoreAccountsMappers.ts","../src/operations/dataLakeStoreAccounts.ts","../src/models/storageAccountsMappers.ts","../src/operations/storageAccounts.ts","../src/models/computePoliciesMappers.ts","../src/operations/computePolicies.ts","../src/models/firewallRulesMappers.ts","../src/operations/firewallRules.ts","../src/models/operationsMappers.ts","../src/operations/operations.ts","../src/models/locationsMappers.ts","../src/operations/locations.ts","../src/dataLakeAnalyticsAccountManagementClientContext.ts","../src/dataLakeAnalyticsAccountManagementClient.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.\n * Licensed under the MIT License.\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 resource model definition.\n */\nexport interface Resource extends BaseResource {\n /**\n * The resource identifer.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The resource name.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The 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 resource location.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly location?: string;\n /**\n * The resource tags.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tags?: { [propertyName: string]: string };\n}\n\n/**\n * The resource model definition for a nested resource.\n */\nexport interface SubResource extends BaseResource {\n /**\n * The resource identifier.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The resource name.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The 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\n/**\n * Data Lake Store account information.\n */\nexport interface DataLakeStoreAccountInformation extends SubResource {\n /**\n * The optional suffix for the Data Lake Store account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly suffix?: string;\n}\n\n/**\n * Azure Storage account information.\n */\nexport interface StorageAccountInformation extends SubResource {\n /**\n * The optional suffix for the storage account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly suffix?: string;\n}\n\n/**\n * Data Lake Analytics compute policy information.\n */\nexport interface ComputePolicy extends SubResource {\n /**\n * The AAD object identifier for the entity to create a policy for.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly objectId?: string;\n /**\n * The type of AAD object the object identifier refers to. Possible values include: 'User',\n * 'Group', 'ServicePrincipal'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly objectType?: AADObjectType;\n /**\n * The maximum degree of parallelism per job this user can use to submit jobs.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly maxDegreeOfParallelismPerJob?: number;\n /**\n * The minimum priority per job this user can use to submit jobs.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly minPriorityPerJob?: number;\n}\n\n/**\n * An interface representing HiveMetastore.\n */\nexport interface HiveMetastore extends SubResource {\n /**\n * The serverUri for the Hive MetaStore\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly serverUri?: string;\n /**\n * The databaseName for the Hive MetaStore\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly databaseName?: string;\n /**\n * The runtimeVersion for the Hive MetaStore\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly runtimeVersion?: string;\n /**\n * The userName for the Hive MetaStore\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly userName?: string;\n /**\n * The password for the Hive MetaStore\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly password?: string;\n /**\n * The current state of the NestedResource. Possible values include: 'Succeeded', 'Canceled',\n * 'Failed'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nestedResourceProvisioningState?: NestedResourceProvisioningState;\n}\n\n/**\n * Data Lake Analytics VirtualNetwork Rule information.\n */\nexport interface VirtualNetworkRule extends SubResource {\n /**\n * The resource identifier for the subnet\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly subnetId?: string;\n /**\n * The current state of the VirtualNetwork Rule. Possible values include: 'Active',\n * 'NetworkSourceDeleted', 'Failed'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly virtualNetworkRuleState?: VirtualNetworkRuleState;\n}\n\n/**\n * Data Lake Analytics firewall rule information.\n */\nexport interface FirewallRule extends SubResource {\n /**\n * The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End\n * should be in the same protocol.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly startIpAddress?: string;\n /**\n * The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End\n * should be in the same protocol.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly endIpAddress?: string;\n}\n\n/**\n * A Data Lake Analytics account object, containing all information associated with the named Data\n * Lake Analytics account.\n */\nexport interface DataLakeAnalyticsAccount extends Resource {\n /**\n * The unique identifier associated with this Data Lake Analytics account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly accountId?: string;\n /**\n * The provisioning status of the Data Lake Analytics account. Possible values include: 'Failed',\n * 'Creating', 'Running', 'Succeeded', 'Patching', 'Suspending', 'Resuming', 'Deleting',\n * 'Deleted', 'Undeleting', 'Canceled'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: DataLakeAnalyticsAccountStatus;\n /**\n * The state of the Data Lake Analytics account. Possible values include: 'Active', 'Suspended'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly state?: DataLakeAnalyticsAccountState;\n /**\n * The account creation time.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationTime?: Date;\n /**\n * The account last modified time.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastModifiedTime?: Date;\n /**\n * The full CName endpoint for this 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 default Data Lake Store account associated with this account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly defaultDataLakeStoreAccount?: string;\n /**\n * The list of Data Lake Store accounts associated with this account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly dataLakeStoreAccounts?: DataLakeStoreAccountInformation[];\n /**\n * The list of Azure Blob Storage accounts associated with this account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly storageAccounts?: StorageAccountInformation[];\n /**\n * The list of compute policies associated with this account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly computePolicies?: ComputePolicy[];\n /**\n * The list of hiveMetastores associated with this account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly hiveMetastores?: HiveMetastore[];\n /**\n * The list of virtualNetwork rules associated with this account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly virtualNetworkRules?: VirtualNetworkRule[];\n /**\n * The list of firewall rules associated with this account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly firewallRules?: FirewallRule[];\n /**\n * The current state of the IP address firewall for this account. Possible values include:\n * 'Enabled', 'Disabled'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly firewallState?: FirewallState;\n /**\n * The current state of allowing or disallowing IPs originating within Azure through the\n * firewall. If the firewall is disabled, this is not enforced. Possible values include:\n * 'Enabled', 'Disabled'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly firewallAllowAzureIps?: FirewallAllowAzureIpsState;\n /**\n * The commitment tier for the next month. Possible values include: 'Consumption',\n * 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours',\n * 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours',\n * 'Commitment_100000AUHours', 'Commitment_500000AUHours'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly newTier?: TierType;\n /**\n * The commitment tier in use for the current month. Possible values include: 'Consumption',\n * 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours',\n * 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours',\n * 'Commitment_100000AUHours', 'Commitment_500000AUHours'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly currentTier?: TierType;\n /**\n * The maximum supported jobs running under the account at the same time. Default value: 3.\n */\n maxJobCount?: number;\n /**\n * The system defined maximum supported jobs running under the account at the same time, which\n * restricts the maximum number of running jobs the user can set for the account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly systemMaxJobCount?: number;\n /**\n * The maximum supported degree of parallelism for this account. Default value: 30.\n */\n maxDegreeOfParallelism?: number;\n /**\n * The system defined maximum supported degree of parallelism for this account, which restricts\n * the maximum value of parallelism the user can set for the account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly systemMaxDegreeOfParallelism?: number;\n /**\n * The maximum supported degree of parallelism per job for this account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly maxDegreeOfParallelismPerJob?: number;\n /**\n * The minimum supported priority per job for this account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly minPriorityPerJob?: number;\n /**\n * The number of days that job metadata is retained. Default value: 30.\n */\n queryStoreRetention?: number;\n /**\n * The current state of the DebugDataAccessLevel for this account. Possible values include:\n * 'All', 'Customer', 'None'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly debugDataAccessLevel?: DebugDataAccessLevel;\n}\n\n/**\n * A Data Lake Analytics account object, containing all information associated with the named Data\n * Lake Analytics account.\n */\nexport interface DataLakeAnalyticsAccountBasic extends Resource {\n /**\n * The unique identifier associated with this Data Lake Analytics account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly accountId?: string;\n /**\n * The provisioning status of the Data Lake Analytics account. Possible values include: 'Failed',\n * 'Creating', 'Running', 'Succeeded', 'Patching', 'Suspending', 'Resuming', 'Deleting',\n * 'Deleted', 'Undeleting', 'Canceled'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: DataLakeAnalyticsAccountStatus;\n /**\n * The state of the Data Lake Analytics account. Possible values include: 'Active', 'Suspended'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly state?: DataLakeAnalyticsAccountState;\n /**\n * The account creation time.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationTime?: Date;\n /**\n * The account last modified time.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastModifiedTime?: Date;\n /**\n * The full CName endpoint for this account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly endpoint?: string;\n}\n\n/**\n * Azure Storage blob container information.\n */\nexport interface StorageContainer extends SubResource {\n /**\n * The last modified time of the blob container.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastModifiedTime?: Date;\n}\n\n/**\n * SAS token information.\n */\nexport interface SasTokenInformation {\n /**\n * The access token for the associated Azure Storage Container.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly accessToken?: string;\n}\n\n/**\n * Data Lake Analytics VirtualNetwork rule list information.\n */\nexport interface VirtualNetworkRuleListResult {\n /**\n * The results of the list operation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly value?: VirtualNetworkRule[];\n /**\n * The link (url) to the next page of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * Data Lake Analytics HiveMetastore list information.\n */\nexport interface HiveMetastoreListResult {\n /**\n * The results of the list operation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly value?: HiveMetastore[];\n /**\n * The link (url) to the next page of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * The display information for a particular operation.\n */\nexport interface OperationDisplay {\n /**\n * The resource provider of the operation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provider?: string;\n /**\n * The resource type of the operation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly resource?: string;\n /**\n * A friendly name of the operation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly operation?: string;\n /**\n * A friendly description of the operation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly description?: string;\n}\n\n/**\n * An interface representing OperationMetaMetricAvailabilitiesSpecification.\n */\nexport interface OperationMetaMetricAvailabilitiesSpecification {\n /**\n * The timegrain for OperationMetaMetricAvailabilitiesSpecification.\n */\n timeGrain?: string;\n /**\n * The blobDuration for OperationMetaMetricAvailabilitiesSpecification.\n */\n blobDuration?: string;\n}\n\n/**\n * An interface representing OperationMetaMetricSpecification.\n */\nexport interface OperationMetaMetricSpecification {\n /**\n * The name for OperationMetaMetricSpecification.\n */\n name?: string;\n /**\n * The displayName for OperationMetaMetricSpecification.\n */\n displayName?: string;\n /**\n * The unit for OperationMetaMetricSpecification.\n */\n unit?: string;\n /**\n * The aggregationType for OperationMetaMetricSpecification.\n */\n aggregationType?: string;\n /**\n * The availabilities for OperationMetaMetricSpecification.\n */\n availabilities?: OperationMetaMetricAvailabilitiesSpecification[];\n}\n\n/**\n * An interface representing OperationMetaLogSpecification.\n */\nexport interface OperationMetaLogSpecification {\n /**\n * The name for OperationMetaLogSpecification.\n */\n name?: string;\n /**\n * The displayName for OperationMetaLogSpecification.\n */\n displayName?: string;\n /**\n * The blobDuration for OperationMetaLogSpecification.\n */\n blobDuration?: string;\n}\n\n/**\n * An interface representing OperationMetaServiceSpecification.\n */\nexport interface OperationMetaServiceSpecification {\n /**\n * The metricSpecifications for OperationMetaServiceSpecification.\n */\n metricSpecifications?: OperationMetaMetricSpecification[];\n /**\n * The logSpecifications for OperationMetaServiceSpecification.\n */\n logSpecifications?: OperationMetaLogSpecification[];\n}\n\n/**\n * An interface representing OperationMetaPropertyInfo.\n */\nexport interface OperationMetaPropertyInfo {\n /**\n * The operations OperationMetaServiceSpecification.\n */\n serviceSpecification?: OperationMetaServiceSpecification;\n}\n\n/**\n * An available operation for Data Lake Analytics.\n */\nexport interface Operation {\n /**\n * The name of the operation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The display information for the operation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly display?: OperationDisplay;\n /**\n * The OperationMetaPropertyInfo for the operation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly properties?: OperationMetaPropertyInfo;\n /**\n * The intended executor of the operation. Possible values include: 'user', 'system',\n * 'user,system'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly origin?: OperationOrigin;\n}\n\n/**\n * The list of available operations for Data Lake Analytics.\n */\nexport interface OperationListResult {\n /**\n * The results of the list operation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly value?: Operation[];\n /**\n * The link (url) to the next page of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * Subscription-level properties and limits for Data Lake Analytics.\n */\nexport interface CapabilityInformation {\n /**\n * The subscription credentials that uniquely identifies the subscription.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly subscriptionId?: string;\n /**\n * The subscription state. Possible values include: 'Registered', 'Suspended', 'Deleted',\n * 'Unregistered', 'Warned'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly state?: SubscriptionState;\n /**\n * The maximum supported number of accounts under this subscription.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly maxAccountCount?: number;\n /**\n * The current number of accounts under this subscription.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly accountCount?: number;\n /**\n * The Boolean value of true or false to indicate the maintenance state.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly migrationState?: boolean;\n}\n\n/**\n * Data Lake Analytics account name availability result information.\n */\nexport interface NameAvailabilityInformation {\n /**\n * The Boolean value of true or false to indicate whether the Data Lake Analytics account name is\n * available or not.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nameAvailable?: boolean;\n /**\n * The reason why the Data Lake Analytics account name is not available, if nameAvailable is\n * false.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly reason?: string;\n /**\n * The message describing why the Data Lake Analytics account name is not available, if\n * nameAvailable is false.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly message?: string;\n}\n\n/**\n * The parameters used to add a new Data Lake Store account while creating a new Data Lake\n * Analytics account.\n */\nexport interface AddDataLakeStoreWithAccountParameters {\n /**\n * The unique name of the Data Lake Store account to add.\n */\n name: string;\n /**\n * The optional suffix for the Data Lake Store account.\n */\n suffix?: string;\n}\n\n/**\n * The parameters used to add a new Azure Storage account while creating a new Data Lake Analytics\n * account.\n */\nexport interface AddStorageAccountWithAccountParameters {\n /**\n * The unique name of the Azure Storage account to add.\n */\n name: string;\n /**\n * The access key associated with this Azure Storage account that will be used to connect to it.\n */\n accessKey: string;\n /**\n * The optional suffix for the storage account.\n */\n suffix?: string;\n}\n\n/**\n * The parameters used to create a new compute policy while creating a new Data Lake Analytics\n * account.\n */\nexport interface CreateComputePolicyWithAccountParameters {\n /**\n * The unique name of the compute policy to create.\n */\n name: string;\n /**\n * The AAD object identifier for the entity to create a policy for.\n */\n objectId: string;\n /**\n * The type of AAD object the object identifier refers to. Possible values include: 'User',\n * 'Group', 'ServicePrincipal'\n */\n objectType: AADObjectType;\n /**\n * The maximum degree of parallelism per job this user can use to submit jobs. This property, the\n * min priority per job property, or both must be passed.\n */\n maxDegreeOfParallelismPerJob?: number;\n /**\n * The minimum priority per job this user can use to submit jobs. This property, the max degree\n * of parallelism per job property, or both must be passed.\n */\n minPriorityPerJob?: number;\n}\n\n/**\n * The parameters used to create a new firewall rule while creating a new Data Lake Analytics\n * account.\n */\nexport interface CreateFirewallRuleWithAccountParameters {\n /**\n * The unique name of the firewall rule to create.\n */\n name: string;\n /**\n * The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End\n * should be in the same protocol.\n */\n startIpAddress: string;\n /**\n * The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End\n * should be in the same protocol.\n */\n endIpAddress: string;\n}\n\n/**\n * The parameters to use for creating a Data Lake Analytics account.\n */\nexport interface CreateDataLakeAnalyticsAccountParameters {\n /**\n * The resource location.\n */\n location: string;\n /**\n * The resource tags.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The default Data Lake Store account associated with this account.\n */\n defaultDataLakeStoreAccount: string;\n /**\n * The list of Data Lake Store accounts associated with this account.\n */\n dataLakeStoreAccounts: AddDataLakeStoreWithAccountParameters[];\n /**\n * The list of Azure Blob Storage accounts associated with this account.\n */\n storageAccounts?: AddStorageAccountWithAccountParameters[];\n /**\n * The list of compute policies associated with this account.\n */\n computePolicies?: CreateComputePolicyWithAccountParameters[];\n /**\n * The list of firewall rules associated with this account.\n */\n firewallRules?: CreateFirewallRuleWithAccountParameters[];\n /**\n * The current state of the IP address firewall for this account. Possible values include:\n * 'Enabled', 'Disabled'\n */\n firewallState?: FirewallState;\n /**\n * The current state of allowing or disallowing IPs originating within Azure through the\n * firewall. If the firewall is disabled, this is not enforced. Possible values include:\n * 'Enabled', 'Disabled'\n */\n firewallAllowAzureIps?: FirewallAllowAzureIpsState;\n /**\n * The commitment tier for the next month. Possible values include: 'Consumption',\n * 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours',\n * 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours',\n * 'Commitment_100000AUHours', 'Commitment_500000AUHours'\n */\n newTier?: TierType;\n /**\n * The maximum supported jobs running under the account at the same time. Default value: 3.\n */\n maxJobCount?: number;\n /**\n * The maximum supported degree of parallelism for this account. Default value: 30.\n */\n maxDegreeOfParallelism?: number;\n /**\n * The maximum supported degree of parallelism per job for this account.\n */\n maxDegreeOfParallelismPerJob?: number;\n /**\n * The minimum supported priority per job for this account.\n */\n minPriorityPerJob?: number;\n /**\n * The number of days that job metadata is retained. Default value: 30.\n */\n queryStoreRetention?: number;\n}\n\n/**\n * The parameters used to update a Data Lake Store account while updating a Data Lake Analytics\n * account.\n */\nexport interface UpdateDataLakeStoreWithAccountParameters {\n /**\n * The unique name of the Data Lake Store account to update.\n */\n name: string;\n /**\n * The optional suffix for the Data Lake Store account.\n */\n suffix?: string;\n}\n\n/**\n * The parameters used to update an Azure Storage account while updating a Data Lake Analytics\n * account.\n */\nexport interface UpdateStorageAccountWithAccountParameters {\n /**\n * The unique name of the Azure Storage account to update.\n */\n name: string;\n /**\n * The updated access key associated with this Azure Storage account that will be used to connect\n * to it.\n */\n accessKey?: string;\n /**\n * The optional suffix for the storage account.\n */\n suffix?: string;\n}\n\n/**\n * The parameters used to update a compute policy while updating a Data Lake Analytics account.\n */\nexport interface UpdateComputePolicyWithAccountParameters {\n /**\n * The unique name of the compute policy to update.\n */\n name: string;\n /**\n * The AAD object identifier for the entity to create a policy for.\n */\n objectId?: string;\n /**\n * The type of AAD object the object identifier refers to. Possible values include: 'User',\n * 'Group', 'ServicePrincipal'\n */\n objectType?: AADObjectType;\n /**\n * The maximum degree of parallelism per job this user can use to submit jobs. This property, the\n * min priority per job property, or both must be passed.\n */\n maxDegreeOfParallelismPerJob?: number;\n /**\n * The minimum priority per job this user can use to submit jobs. This property, the max degree\n * of parallelism per job property, or both must be passed.\n */\n minPriorityPerJob?: number;\n}\n\n/**\n * The parameters used to update a firewall rule while updating a Data Lake Analytics account.\n */\nexport interface UpdateFirewallRuleWithAccountParameters {\n /**\n * The unique name of the firewall rule to update.\n */\n name: string;\n /**\n * The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End\n * should be in the same protocol.\n */\n startIpAddress?: string;\n /**\n * The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End\n * should be in the same protocol.\n */\n endIpAddress?: string;\n}\n\n/**\n * The parameters that can be used to update an existing Data Lake Analytics account.\n */\nexport interface UpdateDataLakeAnalyticsAccountParameters {\n /**\n * The resource tags.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The list of Data Lake Store accounts associated with this account.\n */\n dataLakeStoreAccounts?: UpdateDataLakeStoreWithAccountParameters[];\n /**\n * The list of Azure Blob storage accounts associated with this account.\n */\n storageAccounts?: UpdateStorageAccountWithAccountParameters[];\n /**\n * The list of compute policies associated with this account.\n */\n computePolicies?: UpdateComputePolicyWithAccountParameters[];\n /**\n * The list of firewall rules associated with this account.\n */\n firewallRules?: UpdateFirewallRuleWithAccountParameters[];\n /**\n * The current state of the IP address firewall for this account. Disabling the firewall does not\n * remove existing rules, they will just be ignored until the firewall is re-enabled. Possible\n * values include: 'Enabled', 'Disabled'\n */\n firewallState?: FirewallState;\n /**\n * The current state of allowing or disallowing IPs originating within Azure through the\n * firewall. If the firewall is disabled, this is not enforced. Possible values include:\n * 'Enabled', 'Disabled'\n */\n firewallAllowAzureIps?: FirewallAllowAzureIpsState;\n /**\n * The commitment tier to use for next month. Possible values include: 'Consumption',\n * 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours',\n * 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours',\n * 'Commitment_100000AUHours', 'Commitment_500000AUHours'\n */\n newTier?: TierType;\n /**\n * The maximum supported jobs running under the account at the same time.\n */\n maxJobCount?: number;\n /**\n * The maximum supported degree of parallelism for this account.\n */\n maxDegreeOfParallelism?: number;\n /**\n * The maximum supported degree of parallelism per job for this account.\n */\n maxDegreeOfParallelismPerJob?: number;\n /**\n * The minimum supported priority per job for this account.\n */\n minPriorityPerJob?: number;\n /**\n * The number of days that job metadata is retained.\n */\n queryStoreRetention?: number;\n}\n\n/**\n * The parameters used to add a new Data Lake Store account.\n */\nexport interface AddDataLakeStoreParameters {\n /**\n * The optional suffix for the Data Lake Store account.\n */\n suffix?: string;\n}\n\n/**\n * The parameters used to add a new Azure Storage account.\n */\nexport interface AddStorageAccountParameters {\n /**\n * The access key associated with this Azure Storage account that will be used to connect to it.\n */\n accessKey: string;\n /**\n * The optional suffix for the storage account.\n */\n suffix?: string;\n}\n\n/**\n * The parameters used to update an Azure Storage account.\n */\nexport interface UpdateStorageAccountParameters {\n /**\n * The updated access key associated with this Azure Storage account that will be used to connect\n * to it.\n */\n accessKey?: string;\n /**\n * The optional suffix for the storage account.\n */\n suffix?: string;\n}\n\n/**\n * The parameters used to create a new compute policy.\n */\nexport interface CreateOrUpdateComputePolicyParameters {\n /**\n * The AAD object identifier for the entity to create a policy for.\n */\n objectId: string;\n /**\n * The type of AAD object the object identifier refers to. Possible values include: 'User',\n * 'Group', 'ServicePrincipal'\n */\n objectType: AADObjectType;\n /**\n * The maximum degree of parallelism per job this user can use to submit jobs. This property, the\n * min priority per job property, or both must be passed.\n */\n maxDegreeOfParallelismPerJob?: number;\n /**\n * The minimum priority per job this user can use to submit jobs. This property, the max degree\n * of parallelism per job property, or both must be passed.\n */\n minPriorityPerJob?: number;\n}\n\n/**\n * The parameters used to update a compute policy.\n */\nexport interface UpdateComputePolicyParameters {\n /**\n * The AAD object identifier for the entity to create a policy for.\n */\n objectId?: string;\n /**\n * The type of AAD object the object identifier refers to. Possible values include: 'User',\n * 'Group', 'ServicePrincipal'\n */\n objectType?: AADObjectType;\n /**\n * The maximum degree of parallelism per job this user can use to submit jobs. This property, the\n * min priority per job property, or both must be passed.\n */\n maxDegreeOfParallelismPerJob?: number;\n /**\n * The minimum priority per job this user can use to submit jobs. This property, the max degree\n * of parallelism per job property, or both must be passed.\n */\n minPriorityPerJob?: number;\n}\n\n/**\n * The parameters used to create a new firewall rule.\n */\nexport interface CreateOrUpdateFirewallRuleParameters {\n /**\n * The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End\n * should be in the same protocol.\n */\n startIpAddress: string;\n /**\n * The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End\n * should be in the same protocol.\n */\n endIpAddress: string;\n}\n\n/**\n * The parameters used to update a firewall rule.\n */\nexport interface UpdateFirewallRuleParameters {\n /**\n * The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End\n * should be in the same protocol.\n */\n startIpAddress?: string;\n /**\n * The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End\n * should be in the same protocol.\n */\n endIpAddress?: string;\n}\n\n/**\n * Data Lake Analytics account name availability check parameters.\n */\nexport interface CheckNameAvailabilityParameters {\n /**\n * The Data Lake Analytics name to check availability for.\n */\n name: string;\n}\n\n/**\n * The resource management error additional info.\n */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info 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 additional info.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly info?: any;\n}\n\n/**\n * The error detail.\n */\nexport interface ErrorDetail {\n /**\n * The error code.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly code?: string;\n /**\n * The error message.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly message?: string;\n /**\n * The error target.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly target?: string;\n /**\n * The error details.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/**\n * Common error response for all Azure Resource Manager APIs to return error details for failed\n * operations. (This also follows the OData error response format.).\n * @summary Error response\n */\nexport interface ErrorResponse {\n /**\n * The error object.\n */\n error?: ErrorDetail;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface AccountsListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * OData filter. Optional.\n */\n filter?: string;\n /**\n * The number of items to return. Optional.\n */\n top?: number;\n /**\n * The number of items to skip over before returning elements. Optional.\n */\n skip?: number;\n /**\n * OData Select statement. Limits the properties on each entry to just those requested, e.g.\n * Categories?$select=CategoryName,Description. Optional.\n */\n select?: string;\n /**\n * OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default)\n * or \"desc\" depending on the order you'd like the values sorted, e.g.\n * Categories?$orderby=CategoryName desc. Optional.\n */\n orderby?: string;\n /**\n * The Boolean value of true or false to request a count of the matching resources included with\n * the resources in the response, e.g. Categories?$count=true. Optional.\n */\n count?: boolean;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface AccountsListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {\n /**\n * OData filter. Optional.\n */\n filter?: string;\n /**\n * The number of items to return. Optional.\n */\n top?: number;\n /**\n * The number of items to skip over before returning elements. Optional.\n */\n skip?: number;\n /**\n * OData Select statement. Limits the properties on each entry to just those requested, e.g.\n * Categories?$select=CategoryName,Description. Optional.\n */\n select?: string;\n /**\n * OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default)\n * or \"desc\" depending on the order you'd like the values sorted, e.g.\n * Categories?$orderby=CategoryName desc. Optional.\n */\n orderby?: string;\n /**\n * The Boolean value of true or false to request a count of the matching resources included with\n * the resources in the response, e.g. Categories?$count=true. Optional.\n */\n count?: boolean;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface AccountsUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Parameters supplied to the update Data Lake Analytics account operation.\n */\n parameters?: UpdateDataLakeAnalyticsAccountParameters;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface AccountsBeginUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Parameters supplied to the update Data Lake Analytics account operation.\n */\n parameters?: UpdateDataLakeAnalyticsAccountParameters;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface AccountsListNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * OData filter. Optional.\n */\n filter?: string;\n /**\n * The number of items to return. Optional.\n */\n top?: number;\n /**\n * The number of items to skip over before returning elements. Optional.\n */\n skip?: number;\n /**\n * OData Select statement. Limits the properties on each entry to just those requested, e.g.\n * Categories?$select=CategoryName,Description. Optional.\n */\n select?: string;\n /**\n * OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default)\n * or \"desc\" depending on the order you'd like the values sorted, e.g.\n * Categories?$orderby=CategoryName desc. Optional.\n */\n orderby?: string;\n /**\n * The Boolean value of true or false to request a count of the matching resources included with\n * the resources in the response, e.g. Categories?$count=true. Optional.\n */\n count?: boolean;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface AccountsListByResourceGroupNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * OData filter. Optional.\n */\n filter?: string;\n /**\n * The number of items to return. Optional.\n */\n top?: number;\n /**\n * The number of items to skip over before returning elements. Optional.\n */\n skip?: number;\n /**\n * OData Select statement. Limits the properties on each entry to just those requested, e.g.\n * Categories?$select=CategoryName,Description. Optional.\n */\n select?: string;\n /**\n * OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default)\n * or \"desc\" depending on the order you'd like the values sorted, e.g.\n * Categories?$orderby=CategoryName desc. Optional.\n */\n orderby?: string;\n /**\n * The Boolean value of true or false to request a count of the matching resources included with\n * the resources in the response, e.g. Categories?$count=true. Optional.\n */\n count?: boolean;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface DataLakeStoreAccountsListByAccountOptionalParams extends msRest.RequestOptionsBase {\n /**\n * OData filter. Optional.\n */\n filter?: string;\n /**\n * The number of items to return. Optional.\n */\n top?: number;\n /**\n * The number of items to skip over before returning elements. Optional.\n */\n skip?: number;\n /**\n * OData Select statement. Limits the properties on each entry to just those requested, e.g.\n * Categories?$select=CategoryName,Description. Optional.\n */\n select?: string;\n /**\n * OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default)\n * or \"desc\" depending on the order you'd like the values sorted, e.g.\n * Categories?$orderby=CategoryName desc. Optional.\n */\n orderby?: string;\n /**\n * The Boolean value of true or false to request a count of the matching resources included with\n * the resources in the response, e.g. Categories?$count=true. Optional.\n */\n count?: boolean;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface DataLakeStoreAccountsAddOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The details of the Data Lake Store account.\n */\n parameters?: AddDataLakeStoreParameters;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface DataLakeStoreAccountsListByAccountNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * OData filter. Optional.\n */\n filter?: string;\n /**\n * The number of items to return. Optional.\n */\n top?: number;\n /**\n * The number of items to skip over before returning elements. Optional.\n */\n skip?: number;\n /**\n * OData Select statement. Limits the properties on each entry to just those requested, e.g.\n * Categories?$select=CategoryName,Description. Optional.\n */\n select?: string;\n /**\n * OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default)\n * or \"desc\" depending on the order you'd like the values sorted, e.g.\n * Categories?$orderby=CategoryName desc. Optional.\n */\n orderby?: string;\n /**\n * The Boolean value of true or false to request a count of the matching resources included with\n * the resources in the response, e.g. Categories?$count=true. Optional.\n */\n count?: boolean;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface StorageAccountsListByAccountOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The OData filter. Optional.\n */\n filter?: string;\n /**\n * The number of items to return. Optional.\n */\n top?: number;\n /**\n * The number of items to skip over before returning elements. Optional.\n */\n skip?: number;\n /**\n * OData Select statement. Limits the properties on each entry to just those requested, e.g.\n * Categories?$select=CategoryName,Description. Optional.\n */\n select?: string;\n /**\n * OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default)\n * or \"desc\" depending on the order you'd like the values sorted, e.g.\n * Categories?$orderby=CategoryName desc. Optional.\n */\n orderby?: string;\n /**\n * The Boolean value of true or false to request a count of the matching resources included with\n * the resources in the response, e.g. Categories?$count=true. Optional.\n */\n count?: boolean;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface StorageAccountsUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The parameters containing the access key and suffix to update the storage account with, if\n * any. Passing nothing results in no change.\n */\n parameters?: UpdateStorageAccountParameters;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface StorageAccountsListByAccountNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The OData filter. Optional.\n */\n filter?: string;\n /**\n * The number of items to return. Optional.\n */\n top?: number;\n /**\n * The number of items to skip over before returning elements. Optional.\n */\n skip?: number;\n /**\n * OData Select statement. Limits the properties on each entry to just those requested, e.g.\n * Categories?$select=CategoryName,Description. Optional.\n */\n select?: string;\n /**\n * OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default)\n * or \"desc\" depending on the order you'd like the values sorted, e.g.\n * Categories?$orderby=CategoryName desc. Optional.\n */\n orderby?: string;\n /**\n * The Boolean value of true or false to request a count of the matching resources included with\n * the resources in the response, e.g. Categories?$count=true. Optional.\n */\n count?: boolean;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ComputePoliciesUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Parameters supplied to update the compute policy.\n */\n parameters?: UpdateComputePolicyParameters;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface FirewallRulesUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Parameters supplied to update the firewall rule.\n */\n parameters?: UpdateFirewallRuleParameters;\n}\n\n/**\n * An interface representing DataLakeAnalyticsAccountManagementClientOptions.\n */\nexport interface DataLakeAnalyticsAccountManagementClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * @interface\n * Data Lake Analytics account list information.\n * @extends Array<DataLakeAnalyticsAccountBasic>\n */\nexport interface DataLakeAnalyticsAccountListResult extends Array<DataLakeAnalyticsAccountBasic> {\n /**\n * The link (url) to the next page of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * Data Lake Store account list information.\n * @extends Array<DataLakeStoreAccountInformation>\n */\nexport interface DataLakeStoreAccountInformationListResult extends Array<DataLakeStoreAccountInformation> {\n /**\n * The link (url) to the next page of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * Azure Storage account list information.\n * @extends Array<StorageAccountInformation>\n */\nexport interface StorageAccountInformationListResult extends Array<StorageAccountInformation> {\n /**\n * The link (url) to the next page of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * The list of blob containers associated with the storage account attached to the Data Lake\n * Analytics account.\n * @extends Array<StorageContainer>\n */\nexport interface StorageContainerListResult extends Array<StorageContainer> {\n /**\n * The link (url) to the next page of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * The SAS response that contains the storage account, container and associated SAS token for\n * connection use.\n * @extends Array<SasTokenInformation>\n */\nexport interface SasTokenInformationListResult extends Array<SasTokenInformation> {\n /**\n * The link (url) to the next page of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * The list of compute policies in the account.\n * @extends Array<ComputePolicy>\n */\nexport interface ComputePolicyListResult extends Array<ComputePolicy> {\n /**\n * The link (url) to the next page of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * Data Lake Analytics firewall rule list information.\n * @extends Array<FirewallRule>\n */\nexport interface FirewallRuleListResult extends Array<FirewallRule> {\n /**\n * The link (url) to the next page of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * Defines values for AADObjectType.\n * Possible values include: 'User', 'Group', 'ServicePrincipal'\n * @readonly\n * @enum {string}\n */\nexport type AADObjectType = 'User' | 'Group' | 'ServicePrincipal';\n\n/**\n * Defines values for NestedResourceProvisioningState.\n * Possible values include: 'Succeeded', 'Canceled', 'Failed'\n * @readonly\n * @enum {string}\n */\nexport type NestedResourceProvisioningState = 'Succeeded' | 'Canceled' | 'Failed';\n\n/**\n * Defines values for VirtualNetworkRuleState.\n * Possible values include: 'Active', 'NetworkSourceDeleted', 'Failed'\n * @readonly\n * @enum {string}\n */\nexport type VirtualNetworkRuleState = 'Active' | 'NetworkSourceDeleted' | 'Failed';\n\n/**\n * Defines values for FirewallState.\n * Possible values include: 'Enabled', 'Disabled'\n * @readonly\n * @enum {string}\n */\nexport type FirewallState = 'Enabled' | 'Disabled';\n\n/**\n * Defines values for FirewallAllowAzureIpsState.\n * Possible values include: 'Enabled', 'Disabled'\n * @readonly\n * @enum {string}\n */\nexport type FirewallAllowAzureIpsState = 'Enabled' | 'Disabled';\n\n/**\n * Defines values for TierType.\n * Possible values include: 'Consumption', 'Commitment_100AUHours', 'Commitment_500AUHours',\n * 'Commitment_1000AUHours', 'Commitment_5000AUHours', 'Commitment_10000AUHours',\n * 'Commitment_50000AUHours', 'Commitment_100000AUHours', 'Commitment_500000AUHours'\n * @readonly\n * @enum {string}\n */\nexport type TierType = 'Consumption' | 'Commitment_100AUHours' | 'Commitment_500AUHours' | 'Commitment_1000AUHours' | 'Commitment_5000AUHours' | 'Commitment_10000AUHours' | 'Commitment_50000AUHours' | 'Commitment_100000AUHours' | 'Commitment_500000AUHours';\n\n/**\n * Defines values for DebugDataAccessLevel.\n * Possible values include: 'All', 'Customer', 'None'\n * @readonly\n * @enum {string}\n */\nexport type DebugDataAccessLevel = 'All' | 'Customer' | 'None';\n\n/**\n * Defines values for DataLakeAnalyticsAccountStatus.\n * Possible values include: 'Failed', 'Creating', 'Running', 'Succeeded', 'Patching', 'Suspending',\n * 'Resuming', 'Deleting', 'Deleted', 'Undeleting', 'Canceled'\n * @readonly\n * @enum {string}\n */\nexport type DataLakeAnalyticsAccountStatus = 'Failed' | 'Creating' | 'Running' | 'Succeeded' | 'Patching' | 'Suspending' | 'Resuming' | 'Deleting' | 'Deleted' | 'Undeleting' | 'Canceled';\n\n/**\n * Defines values for DataLakeAnalyticsAccountState.\n * Possible values include: 'Active', 'Suspended'\n * @readonly\n * @enum {string}\n */\nexport type DataLakeAnalyticsAccountState = 'Active' | 'Suspended';\n\n/**\n * Defines values for OperationOrigin.\n * Possible values include: 'user', 'system', 'user,system'\n * @readonly\n * @enum {string}\n */\nexport type OperationOrigin = 'user' | 'system' | 'user,system';\n\n/**\n * Defines values for SubscriptionState.\n * Possible values include: 'Registered', 'Suspended', 'Deleted', 'Unregistered', 'Warned'\n * @readonly\n * @enum {string}\n */\nexport type SubscriptionState = 'Registered' | 'Suspended' | 'Deleted' | 'Unregistered' | 'Warned';\n\n/**\n * Contains response data for the list operation.\n */\nexport type AccountsListResponse = DataLakeAnalyticsAccountListResult & {\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: DataLakeAnalyticsAccountListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type AccountsListByResourceGroupResponse = DataLakeAnalyticsAccountListResult & {\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: DataLakeAnalyticsAccountListResult;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type AccountsCreateResponse = DataLakeAnalyticsAccount & {\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: DataLakeAnalyticsAccount;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type AccountsGetResponse = DataLakeAnalyticsAccount & {\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: DataLakeAnalyticsAccount;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type AccountsUpdateResponse = DataLakeAnalyticsAccount & {\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: DataLakeAnalyticsAccount;\n };\n};\n\n/**\n * Contains response data for the checkNameAvailability operation.\n */\nexport type AccountsCheckNameAvailabilityResponse = NameAvailabilityInformation & {\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: NameAvailabilityInformation;\n };\n};\n\n/**\n * Contains response data for the beginCreate operation.\n */\nexport type AccountsBeginCreateResponse = DataLakeAnalyticsAccount & {\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: DataLakeAnalyticsAccount;\n };\n};\n\n/**\n * Contains response data for the beginUpdate operation.\n */\nexport type AccountsBeginUpdateResponse = DataLakeAnalyticsAccount & {\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: DataLakeAnalyticsAccount;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type AccountsListNextResponse = DataLakeAnalyticsAccountListResult & {\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: DataLakeAnalyticsAccountListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroupNext operation.\n */\nexport type AccountsListByResourceGroupNextResponse = DataLakeAnalyticsAccountListResult & {\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: DataLakeAnalyticsAccountListResult;\n };\n};\n\n/**\n * Contains response data for the listByAccount operation.\n */\nexport type DataLakeStoreAccountsListByAccountResponse = DataLakeStoreAccountInformationListResult & {\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: DataLakeStoreAccountInformationListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type DataLakeStoreAccountsGetResponse = DataLakeStoreAccountInformation & {\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: DataLakeStoreAccountInformation;\n };\n};\n\n/**\n * Contains response data for the listByAccountNext operation.\n */\nexport type DataLakeStoreAccountsListByAccountNextResponse = DataLakeStoreAccountInformationListResult & {\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: DataLakeStoreAccountInformationListResult;\n };\n};\n\n/**\n * Contains response data for the listByAccount operation.\n */\nexport type StorageAccountsListByAccountResponse = StorageAccountInformationListResult & {\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: StorageAccountInformationListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type StorageAccountsGetResponse = StorageAccountInformation & {\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: StorageAccountInformation;\n };\n};\n\n/**\n * Contains response data for the listStorageContainers operation.\n */\nexport type StorageAccountsListStorageContainersResponse = StorageContainerListResult & {\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: StorageContainerListResult;\n };\n};\n\n/**\n * Contains response data for the getStorageContainer operation.\n */\nexport type StorageAccountsGetStorageContainerResponse = StorageContainer & {\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: StorageContainer;\n };\n};\n\n/**\n * Contains response data for the listSasTokens operation.\n */\nexport type StorageAccountsListSasTokensResponse = SasTokenInformationListResult & {\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: SasTokenInformationListResult;\n };\n};\n\n/**\n * Contains response data for the listByAccountNext operation.\n */\nexport type StorageAccountsListByAccountNextResponse = StorageAccountInformationListResult & {\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: StorageAccountInformationListResult;\n };\n};\n\n/**\n * Contains response data for the listStorageContainersNext operation.\n */\nexport type StorageAccountsListStorageContainersNextResponse = StorageContainerListResult & {\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: StorageContainerListResult;\n };\n};\n\n/**\n * Contains response data for the listSasTokensNext operation.\n */\nexport type StorageAccountsListSasTokensNextResponse = SasTokenInformationListResult & {\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: SasTokenInformationListResult;\n };\n};\n\n/**\n * Contains response data for the listByAccount operation.\n */\nexport type ComputePoliciesListByAccountResponse = ComputePolicyListResult & {\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: ComputePolicyListResult;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type ComputePoliciesCreateOrUpdateResponse = ComputePolicy & {\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: ComputePolicy;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ComputePoliciesGetResponse = ComputePolicy & {\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: ComputePolicy;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type ComputePoliciesUpdateResponse = ComputePolicy & {\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: ComputePolicy;\n };\n};\n\n/**\n * Contains response data for the listByAccountNext operation.\n */\nexport type ComputePoliciesListByAccountNextResponse = ComputePolicyListResult & {\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: ComputePolicyListResult;\n };\n};\n\n/**\n * Contains response data for the listByAccount operation.\n */\nexport type FirewallRulesListByAccountResponse = FirewallRuleListResult & {\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: FirewallRuleListResult;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type FirewallRulesCreateOrUpdateResponse = FirewallRule & {\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: FirewallRule;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type FirewallRulesGetResponse = FirewallRule & {\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: FirewallRule;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type FirewallRulesUpdateResponse = FirewallRule & {\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: FirewallRule;\n };\n};\n\n/**\n * Contains response data for the listByAccountNext operation.\n */\nexport type FirewallRulesListByAccountNextResponse = FirewallRuleListResult & {\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: FirewallRuleListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type OperationsListResponse = OperationListResult & {\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: OperationListResult;\n };\n};\n\n/**\n * Contains response data for the getCapability operation.\n */\nexport type LocationsGetCapabilityResponse = CapabilityInformation & {\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: CapabilityInformation;\n };\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\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 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 location: {\n readOnly: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n readOnly: true,\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SubResource: msRest.CompositeMapper = {\n serializedName: \"SubResource\",\n type: {\n name: \"Composite\",\n className: \"SubResource\",\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 DataLakeStoreAccountInformation: msRest.CompositeMapper = {\n serializedName: \"DataLakeStoreAccountInformation\",\n type: {\n name: \"Composite\",\n className: \"DataLakeStoreAccountInformation\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n suffix: {\n readOnly: true,\n serializedName: \"properties.suffix\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StorageAccountInformation: msRest.CompositeMapper = {\n serializedName: \"StorageAccountInformation\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountInformation\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n suffix: {\n readOnly: true,\n serializedName: \"properties.suffix\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ComputePolicy: msRest.CompositeMapper = {\n serializedName: \"ComputePolicy\",\n type: {\n name: \"Composite\",\n className: \"ComputePolicy\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n objectId: {\n readOnly: true,\n serializedName: \"properties.objectId\",\n type: {\n name: \"Uuid\"\n }\n },\n objectType: {\n readOnly: true,\n serializedName: \"properties.objectType\",\n type: {\n name: \"String\"\n }\n },\n maxDegreeOfParallelismPerJob: {\n readOnly: true,\n serializedName: \"properties.maxDegreeOfParallelismPerJob\",\n constraints: {\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n minPriorityPerJob: {\n readOnly: true,\n serializedName: \"properties.minPriorityPerJob\",\n constraints: {\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const HiveMetastore: msRest.CompositeMapper = {\n serializedName: \"HiveMetastore\",\n type: {\n name: \"Composite\",\n className: \"HiveMetastore\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n serverUri: {\n readOnly: true,\n serializedName: \"properties.serverUri\",\n type: {\n name: \"String\"\n }\n },\n databaseName: {\n readOnly: true,\n serializedName: \"properties.databaseName\",\n type: {\n name: \"String\"\n }\n },\n runtimeVersion: {\n readOnly: true,\n serializedName: \"properties.runtimeVersion\",\n type: {\n name: \"String\"\n }\n },\n userName: {\n readOnly: true,\n serializedName: \"properties.userName\",\n type: {\n name: \"String\"\n }\n },\n password: {\n readOnly: true,\n serializedName: \"properties.password\",\n type: {\n name: \"String\"\n }\n },\n nestedResourceProvisioningState: {\n readOnly: true,\n serializedName: \"properties.nestedResourceProvisioningState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Succeeded\",\n \"Canceled\",\n \"Failed\"\n ]\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 ...SubResource.type.modelProperties,\n subnetId: {\n readOnly: true,\n serializedName: \"properties.subnetId\",\n type: {\n name: \"String\"\n }\n },\n virtualNetworkRuleState: {\n readOnly: true,\n serializedName: \"properties.virtualNetworkRuleState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Active\",\n \"NetworkSourceDeleted\",\n \"Failed\"\n ]\n }\n }\n }\n }\n};\n\nexport const FirewallRule: msRest.CompositeMapper = {\n serializedName: \"FirewallRule\",\n type: {\n name: \"Composite\",\n className: \"FirewallRule\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n startIpAddress: {\n readOnly: true,\n serializedName: \"properties.startIpAddress\",\n type: {\n name: \"String\"\n }\n },\n endIpAddress: {\n readOnly: true,\n serializedName: \"properties.endIpAddress\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DataLakeAnalyticsAccount: msRest.CompositeMapper = {\n serializedName: \"DataLakeAnalyticsAccount\",\n type: {\n name: \"Composite\",\n className: \"DataLakeAnalyticsAccount\",\n modelProperties: {\n ...Resource.type.modelProperties,\n accountId: {\n readOnly: true,\n serializedName: \"properties.accountId\",\n type: {\n name: \"Uuid\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Failed\",\n \"Creating\",\n \"Running\",\n \"Succeeded\",\n \"Patching\",\n \"Suspending\",\n \"Resuming\",\n \"Deleting\",\n \"Deleted\",\n \"Undeleting\",\n \"Canceled\"\n ]\n }\n },\n state: {\n readOnly: true,\n serializedName: \"properties.state\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Active\",\n \"Suspended\"\n ]\n }\n },\n creationTime: {\n readOnly: true,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n readOnly: true,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endpoint: {\n readOnly: true,\n serializedName: \"properties.endpoint\",\n type: {\n name: \"String\"\n }\n },\n defaultDataLakeStoreAccount: {\n readOnly: true,\n serializedName: \"properties.defaultDataLakeStoreAccount\",\n type: {\n name: \"String\"\n }\n },\n dataLakeStoreAccounts: {\n readOnly: true,\n serializedName: \"properties.dataLakeStoreAccounts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataLakeStoreAccountInformation\"\n }\n }\n }\n },\n storageAccounts: {\n readOnly: true,\n serializedName: \"properties.storageAccounts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageAccountInformation\"\n }\n }\n }\n },\n computePolicies: {\n readOnly: true,\n serializedName: \"properties.computePolicies\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ComputePolicy\"\n }\n }\n }\n },\n hiveMetastores: {\n readOnly: true,\n serializedName: \"properties.hiveMetastores\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HiveMetastore\"\n }\n }\n }\n },\n virtualNetworkRules: {\n readOnly: true,\n serializedName: \"properties.virtualNetworkRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkRule\"\n }\n }\n }\n },\n firewallRules: {\n readOnly: true,\n serializedName: \"properties.firewallRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FirewallRule\"\n }\n }\n }\n },\n firewallState: {\n readOnly: true,\n serializedName: \"properties.firewallState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Enabled\",\n \"Disabled\"\n ]\n }\n },\n firewallAllowAzureIps: {\n readOnly: true,\n serializedName: \"properties.firewallAllowAzureIps\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Enabled\",\n \"Disabled\"\n ]\n }\n },\n newTier: {\n readOnly: true,\n serializedName: \"properties.newTier\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Consumption\",\n \"Commitment_100AUHours\",\n \"Commitment_500AUHours\",\n \"Commitment_1000AUHours\",\n \"Commitment_5000AUHours\",\n \"Commitment_10000AUHours\",\n \"Commitment_50000AUHours\",\n \"Commitment_100000AUHours\",\n \"Commitment_500000AUHours\"\n ]\n }\n },\n currentTier: {\n readOnly: true,\n serializedName: \"properties.currentTier\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Consumption\",\n \"Commitment_100AUHours\",\n \"Commitment_500AUHours\",\n \"Commitment_1000AUHours\",\n \"Commitment_5000AUHours\",\n \"Commitment_10000AUHours\",\n \"Commitment_50000AUHours\",\n \"Commitment_100000AUHours\",\n \"Commitment_500000AUHours\"\n ]\n }\n },\n maxJobCount: {\n serializedName: \"properties.maxJobCount\",\n defaultValue: 3,\n constraints: {\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n systemMaxJobCount: {\n readOnly: true,\n serializedName: \"properties.systemMaxJobCount\",\n type: {\n name: \"Number\"\n }\n },\n maxDegreeOfParallelism: {\n serializedName: \"properties.maxDegreeOfParallelism\",\n defaultValue: 30,\n constraints: {\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n systemMaxDegreeOfParallelism: {\n readOnly: true,\n serializedName: \"properties.systemMaxDegreeOfParallelism\",\n type: {\n name: \"Number\"\n }\n },\n maxDegreeOfParallelismPerJob: {\n readOnly: true,\n serializedName: \"properties.maxDegreeOfParallelismPerJob\",\n constraints: {\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n minPriorityPerJob: {\n readOnly: true,\n serializedName: \"properties.minPriorityPerJob\",\n constraints: {\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n queryStoreRetention: {\n serializedName: \"properties.queryStoreRetention\",\n defaultValue: 30,\n constraints: {\n InclusiveMaximum: 180,\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n debugDataAccessLevel: {\n readOnly: true,\n serializedName: \"properties.debugDataAccessLevel\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"All\",\n \"Customer\",\n \"None\"\n ]\n }\n }\n }\n }\n};\n\nexport const DataLakeAnalyticsAccountBasic: msRest.CompositeMapper = {\n serializedName: \"DataLakeAnalyticsAccountBasic\",\n type: {\n name: \"Composite\",\n className: \"DataLakeAnalyticsAccountBasic\",\n modelProperties: {\n ...Resource.type.modelProperties,\n accountId: {\n readOnly: true,\n serializedName: \"properties.accountId\",\n type: {\n name: \"Uuid\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Failed\",\n \"Creating\",\n \"Running\",\n \"Succeeded\",\n \"Patching\",\n \"Suspending\",\n \"Resuming\",\n \"Deleting\",\n \"Deleted\",\n \"Undeleting\",\n \"Canceled\"\n ]\n }\n },\n state: {\n readOnly: true,\n serializedName: \"properties.state\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Active\",\n \"Suspended\"\n ]\n }\n },\n creationTime: {\n readOnly: true,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n readOnly: true,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endpoint: {\n readOnly: true,\n serializedName: \"properties.endpoint\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StorageContainer: msRest.CompositeMapper = {\n serializedName: \"StorageContainer\",\n type: {\n name: \"Composite\",\n className: \"StorageContainer\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n lastModifiedTime: {\n readOnly: true,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const SasTokenInformation: msRest.CompositeMapper = {\n serializedName: \"SasTokenInformation\",\n type: {\n name: \"Composite\",\n className: \"SasTokenInformation\",\n modelProperties: {\n accessToken: {\n readOnly: true,\n serializedName: \"accessToken\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualNetworkRuleListResult: msRest.CompositeMapper = {\n serializedName: \"VirtualNetworkRuleListResult\",\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkRuleListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkRule\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HiveMetastoreListResult: msRest.CompositeMapper = {\n serializedName: \"HiveMetastoreListResult\",\n type: {\n name: \"Composite\",\n className: \"HiveMetastoreListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HiveMetastore\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: msRest.CompositeMapper = {\n serializedName: \"OperationDisplay\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n readOnly: true,\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n readOnly: true,\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n readOnly: true,\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n readOnly: true,\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationMetaMetricAvailabilitiesSpecification: msRest.CompositeMapper = {\n serializedName: \"OperationMetaMetricAvailabilitiesSpecification\",\n type: {\n name: \"Composite\",\n className: \"OperationMetaMetricAvailabilitiesSpecification\",\n modelProperties: {\n timeGrain: {\n serializedName: \"timeGrain\",\n type: {\n name: \"String\"\n }\n },\n blobDuration: {\n serializedName: \"blobDuration\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationMetaMetricSpecification: msRest.CompositeMapper = {\n serializedName: \"OperationMetaMetricSpecification\",\n type: {\n name: \"Composite\",\n className: \"OperationMetaMetricSpecification\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\"\n }\n },\n aggregationType: {\n serializedName: \"aggregationType\",\n type: {\n name: \"String\"\n }\n },\n availabilities: {\n serializedName: \"availabilities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationMetaMetricAvailabilitiesSpecification\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OperationMetaLogSpecification: msRest.CompositeMapper = {\n serializedName: \"OperationMetaLogSpecification\",\n type: {\n name: \"Composite\",\n className: \"OperationMetaLogSpecification\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n blobDuration: {\n serializedName: \"blobDuration\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationMetaServiceSpecification: msRest.CompositeMapper = {\n serializedName: \"OperationMetaServiceSpecification\",\n type: {\n name: \"Composite\",\n className: \"OperationMetaServiceSpecification\",\n modelProperties: {\n metricSpecifications: {\n serializedName: \"metricSpecifications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationMetaMetricSpecification\"\n }\n }\n }\n },\n logSpecifications: {\n serializedName: \"logSpecifications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationMetaLogSpecification\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OperationMetaPropertyInfo: msRest.CompositeMapper = {\n serializedName: \"OperationMetaPropertyInfo\",\n type: {\n name: \"Composite\",\n className: \"OperationMetaPropertyInfo\",\n modelProperties: {\n serviceSpecification: {\n serializedName: \"serviceSpecification\",\n type: {\n name: \"Composite\",\n className: \"OperationMetaServiceSpecification\"\n }\n }\n }\n }\n};\n\nexport const Operation: msRest.CompositeMapper = {\n serializedName: \"Operation\",\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n readOnly: true,\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n properties: {\n readOnly: true,\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"OperationMetaPropertyInfo\"\n }\n },\n origin: {\n readOnly: true,\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationListResult: msRest.CompositeMapper = {\n serializedName: \"OperationListResult\",\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CapabilityInformation: msRest.CompositeMapper = {\n serializedName: \"CapabilityInformation\",\n type: {\n name: \"Composite\",\n className: \"CapabilityInformation\",\n modelProperties: {\n subscriptionId: {\n readOnly: true,\n serializedName: \"subscriptionId\",\n type: {\n name: \"Uuid\"\n }\n },\n state: {\n readOnly: true,\n serializedName: \"state\",\n type: {\n name: \"String\"\n }\n },\n maxAccountCount: {\n readOnly: true,\n serializedName: \"maxAccountCount\",\n type: {\n name: \"Number\"\n }\n },\n accountCount: {\n readOnly: true,\n serializedName: \"accountCount\",\n type: {\n name: \"Number\"\n }\n },\n migrationState: {\n readOnly: true,\n serializedName: \"migrationState\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const NameAvailabilityInformation: msRest.CompositeMapper = {\n serializedName: \"NameAvailabilityInformation\",\n type: {\n name: \"Composite\",\n className: \"NameAvailabilityInformation\",\n modelProperties: {\n nameAvailable: {\n readOnly: true,\n serializedName: \"nameAvailable\",\n type: {\n name: \"Boolean\"\n }\n },\n reason: {\n readOnly: true,\n serializedName: \"reason\",\n type: {\n name: \"String\"\n }\n },\n message: {\n readOnly: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AddDataLakeStoreWithAccountParameters: msRest.CompositeMapper = {\n serializedName: \"AddDataLakeStoreWithAccountParameters\",\n type: {\n name: \"Composite\",\n className: \"AddDataLakeStoreWithAccountParameters\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n suffix: {\n serializedName: \"properties.suffix\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AddStorageAccountWithAccountParameters: msRest.CompositeMapper = {\n serializedName: \"AddStorageAccountWithAccountParameters\",\n type: {\n name: \"Composite\",\n className: \"AddStorageAccountWithAccountParameters\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n accessKey: {\n required: true,\n serializedName: \"properties.accessKey\",\n type: {\n name: \"String\"\n }\n },\n suffix: {\n serializedName: \"properties.suffix\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CreateComputePolicyWithAccountParameters: msRest.CompositeMapper = {\n serializedName: \"CreateComputePolicyWithAccountParameters\",\n type: {\n name: \"Composite\",\n className: \"CreateComputePolicyWithAccountParameters\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n objectId: {\n required: true,\n serializedName: \"properties.objectId\",\n type: {\n name: \"Uuid\"\n }\n },\n objectType: {\n required: true,\n serializedName: \"properties.objectType\",\n type: {\n name: \"String\"\n }\n },\n maxDegreeOfParallelismPerJob: {\n serializedName: \"properties.maxDegreeOfParallelismPerJob\",\n constraints: {\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n minPriorityPerJob: {\n serializedName: \"properties.minPriorityPerJob\",\n constraints: {\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const CreateFirewallRuleWithAccountParameters: msRest.CompositeMapper = {\n serializedName: \"CreateFirewallRuleWithAccountParameters\",\n type: {\n name: \"Composite\",\n className: \"CreateFirewallRuleWithAccountParameters\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n startIpAddress: {\n required: true,\n serializedName: \"properties.startIpAddress\",\n type: {\n name: \"String\"\n }\n },\n endIpAddress: {\n required: true,\n serializedName: \"properties.endIpAddress\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CreateDataLakeAnalyticsAccountParameters: msRest.CompositeMapper = {\n serializedName: \"CreateDataLakeAnalyticsAccountParameters\",\n type: {\n name: \"Composite\",\n className: \"CreateDataLakeAnalyticsAccountParameters\",\n modelProperties: {\n location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n defaultDataLakeStoreAccount: {\n required: true,\n serializedName: \"properties.defaultDataLakeStoreAccount\",\n type: {\n name: \"String\"\n }\n },\n dataLakeStoreAccounts: {\n required: true,\n serializedName: \"properties.dataLakeStoreAccounts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AddDataLakeStoreWithAccountParameters\"\n }\n }\n }\n },\n storageAccounts: {\n serializedName: \"properties.storageAccounts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AddStorageAccountWithAccountParameters\"\n }\n }\n }\n },\n computePolicies: {\n serializedName: \"properties.computePolicies\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CreateComputePolicyWithAccountParameters\"\n }\n }\n }\n },\n firewallRules: {\n serializedName: \"properties.firewallRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CreateFirewallRuleWithAccountParameters\"\n }\n }\n }\n },\n firewallState: {\n serializedName: \"properties.firewallState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Enabled\",\n \"Disabled\"\n ]\n }\n },\n firewallAllowAzureIps: {\n serializedName: \"properties.firewallAllowAzureIps\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Enabled\",\n \"Disabled\"\n ]\n }\n },\n newTier: {\n serializedName: \"properties.newTier\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Consumption\",\n \"Commitment_100AUHours\",\n \"Commitment_500AUHours\",\n \"Commitment_1000AUHours\",\n \"Commitment_5000AUHours\",\n \"Commitment_10000AUHours\",\n \"Commitment_50000AUHours\",\n \"Commitment_100000AUHours\",\n \"Commitment_500000AUHours\"\n ]\n }\n },\n maxJobCount: {\n serializedName: \"properties.maxJobCount\",\n defaultValue: 3,\n constraints: {\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n maxDegreeOfParallelism: {\n serializedName: \"properties.maxDegreeOfParallelism\",\n defaultValue: 30,\n constraints: {\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n maxDegreeOfParallelismPerJob: {\n serializedName: \"properties.maxDegreeOfParallelismPerJob\",\n constraints: {\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n minPriorityPerJob: {\n serializedName: \"properties.minPriorityPerJob\",\n constraints: {\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n queryStoreRetention: {\n serializedName: \"properties.queryStoreRetention\",\n defaultValue: 30,\n constraints: {\n InclusiveMaximum: 180,\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const UpdateDataLakeStoreWithAccountParameters: msRest.CompositeMapper = {\n serializedName: \"UpdateDataLakeStoreWithAccountParameters\",\n type: {\n name: \"Composite\",\n className: \"UpdateDataLakeStoreWithAccountParameters\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n suffix: {\n serializedName: \"properties.suffix\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UpdateStorageAccountWithAccountParameters: msRest.CompositeMapper = {\n serializedName: \"UpdateStorageAccountWithAccountParameters\",\n type: {\n name: \"Composite\",\n className: \"UpdateStorageAccountWithAccountParameters\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n accessKey: {\n serializedName: \"properties.accessKey\",\n type: {\n name: \"String\"\n }\n },\n suffix: {\n serializedName: \"properties.suffix\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UpdateComputePolicyWithAccountParameters: msRest.CompositeMapper = {\n serializedName: \"UpdateComputePolicyWithAccountParameters\",\n type: {\n name: \"Composite\",\n className: \"UpdateComputePolicyWithAccountParameters\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n objectId: {\n serializedName: \"properties.objectId\",\n type: {\n name: \"Uuid\"\n }\n },\n objectType: {\n serializedName: \"properties.objectType\",\n type: {\n name: \"String\"\n }\n },\n maxDegreeOfParallelismPerJob: {\n serializedName: \"properties.maxDegreeOfParallelismPerJob\",\n constraints: {\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n minPriorityPerJob: {\n serializedName: \"properties.minPriorityPerJob\",\n constraints: {\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const UpdateFirewallRuleWithAccountParameters: msRest.CompositeMapper = {\n serializedName: \"UpdateFirewallRuleWithAccountParameters\",\n type: {\n name: \"Composite\",\n className: \"UpdateFirewallRuleWithAccountParameters\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n startIpAddress: {\n serializedName: \"properties.startIpAddress\",\n type: {\n name: \"String\"\n }\n },\n endIpAddress: {\n serializedName: \"properties.endIpAddress\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UpdateDataLakeAnalyticsAccountParameters: msRest.CompositeMapper = {\n serializedName: \"UpdateDataLakeAnalyticsAccountParameters\",\n type: {\n name: \"Composite\",\n className: \"UpdateDataLakeAnalyticsAccountParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n dataLakeStoreAccounts: {\n serializedName: \"properties.dataLakeStoreAccounts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UpdateDataLakeStoreWithAccountParameters\"\n }\n }\n }\n },\n storageAccounts: {\n serializedName: \"properties.storageAccounts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UpdateStorageAccountWithAccountParameters\"\n }\n }\n }\n },\n computePolicies: {\n serializedName: \"properties.computePolicies\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UpdateComputePolicyWithAccountParameters\"\n }\n }\n }\n },\n firewallRules: {\n serializedName: \"properties.firewallRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UpdateFirewallRuleWithAccountParameters\"\n }\n }\n }\n },\n firewallState: {\n serializedName: \"properties.firewallState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Enabled\",\n \"Disabled\"\n ]\n }\n },\n firewallAllowAzureIps: {\n serializedName: \"properties.firewallAllowAzureIps\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Enabled\",\n \"Disabled\"\n ]\n }\n },\n newTier: {\n serializedName: \"properties.newTier\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Consumption\",\n \"Commitment_100AUHours\",\n \"Commitment_500AUHours\",\n \"Commitment_1000AUHours\",\n \"Commitment_5000AUHours\",\n \"Commitment_10000AUHours\",\n \"Commitment_50000AUHours\",\n \"Commitment_100000AUHours\",\n \"Commitment_500000AUHours\"\n ]\n }\n },\n maxJobCount: {\n serializedName: \"properties.maxJobCount\",\n constraints: {\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n maxDegreeOfParallelism: {\n serializedName: \"properties.maxDegreeOfParallelism\",\n constraints: {\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n maxDegreeOfParallelismPerJob: {\n serializedName: \"properties.maxDegreeOfParallelismPerJob\",\n constraints: {\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n minPriorityPerJob: {\n serializedName: \"properties.minPriorityPerJob\",\n constraints: {\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n queryStoreRetention: {\n serializedName: \"properties.queryStoreRetention\",\n constraints: {\n InclusiveMaximum: 180,\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const AddDataLakeStoreParameters: msRest.CompositeMapper = {\n serializedName: \"AddDataLakeStoreParameters\",\n type: {\n name: \"Composite\",\n className: \"AddDataLakeStoreParameters\",\n modelProperties: {\n suffix: {\n serializedName: \"properties.suffix\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AddStorageAccountParameters: msRest.CompositeMapper = {\n serializedName: \"AddStorageAccountParameters\",\n type: {\n name: \"Composite\",\n className: \"AddStorageAccountParameters\",\n modelProperties: {\n accessKey: {\n required: true,\n serializedName: \"properties.accessKey\",\n type: {\n name: \"String\"\n }\n },\n suffix: {\n serializedName: \"properties.suffix\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UpdateStorageAccountParameters: msRest.CompositeMapper = {\n serializedName: \"UpdateStorageAccountParameters\",\n type: {\n name: \"Composite\",\n className: \"UpdateStorageAccountParameters\",\n modelProperties: {\n accessKey: {\n serializedName: \"properties.accessKey\",\n type: {\n name: \"String\"\n }\n },\n suffix: {\n serializedName: \"properties.suffix\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CreateOrUpdateComputePolicyParameters: msRest.CompositeMapper = {\n serializedName: \"CreateOrUpdateComputePolicyParameters\",\n type: {\n name: \"Composite\",\n className: \"CreateOrUpdateComputePolicyParameters\",\n modelProperties: {\n objectId: {\n required: true,\n serializedName: \"properties.objectId\",\n type: {\n name: \"Uuid\"\n }\n },\n objectType: {\n required: true,\n serializedName: \"properties.objectType\",\n type: {\n name: \"String\"\n }\n },\n maxDegreeOfParallelismPerJob: {\n serializedName: \"properties.maxDegreeOfParallelismPerJob\",\n constraints: {\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n minPriorityPerJob: {\n serializedName: \"properties.minPriorityPerJob\",\n constraints: {\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const UpdateComputePolicyParameters: msRest.CompositeMapper = {\n serializedName: \"UpdateComputePolicyParameters\",\n type: {\n name: \"Composite\",\n className: \"UpdateComputePolicyParameters\",\n modelProperties: {\n objectId: {\n serializedName: \"properties.objectId\",\n type: {\n name: \"Uuid\"\n }\n },\n objectType: {\n serializedName: \"properties.objectType\",\n type: {\n name: \"String\"\n }\n },\n maxDegreeOfParallelismPerJob: {\n serializedName: \"properties.maxDegreeOfParallelismPerJob\",\n constraints: {\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n minPriorityPerJob: {\n serializedName: \"properties.minPriorityPerJob\",\n constraints: {\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const CreateOrUpdateFirewallRuleParameters: msRest.CompositeMapper = {\n serializedName: \"CreateOrUpdateFirewallRuleParameters\",\n type: {\n name: \"Composite\",\n className: \"CreateOrUpdateFirewallRuleParameters\",\n modelProperties: {\n startIpAddress: {\n required: true,\n serializedName: \"properties.startIpAddress\",\n type: {\n name: \"String\"\n }\n },\n endIpAddress: {\n required: true,\n serializedName: \"properties.endIpAddress\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UpdateFirewallRuleParameters: msRest.CompositeMapper = {\n serializedName: \"UpdateFirewallRuleParameters\",\n type: {\n name: \"Composite\",\n className: \"UpdateFirewallRuleParameters\",\n modelProperties: {\n startIpAddress: {\n serializedName: \"properties.startIpAddress\",\n type: {\n name: \"String\"\n }\n },\n endIpAddress: {\n serializedName: \"properties.endIpAddress\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CheckNameAvailabilityParameters: msRest.CompositeMapper = {\n serializedName: \"CheckNameAvailabilityParameters\",\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityParameters\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n isConstant: true,\n serializedName: \"type\",\n defaultValue: 'Microsoft.DataLakeAnalytics/accounts',\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorAdditionalInfo: msRest.CompositeMapper = {\n serializedName: \"ErrorAdditionalInfo\",\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n info: {\n readOnly: true,\n serializedName: \"info\",\n type: {\n name: \"Object\"\n }\n }\n }\n }\n};\n\nexport const ErrorDetail: msRest.CompositeMapper = {\n serializedName: \"ErrorDetail\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n readOnly: true,\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n readOnly: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n target: {\n readOnly: true,\n serializedName: \"target\",\n type: {\n name: \"String\"\n }\n },\n details: {\n readOnly: true,\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n },\n additionalInfo: {\n readOnly: true,\n serializedName: \"additionalInfo\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: msRest.CompositeMapper = {\n serializedName: \"ErrorResponse\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n }\n};\n\nexport const DataLakeAnalyticsAccountListResult: msRest.CompositeMapper = {\n serializedName: \"DataLakeAnalyticsAccountListResult\",\n type: {\n name: \"Composite\",\n className: \"DataLakeAnalyticsAccountListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataLakeAnalyticsAccountBasic\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DataLakeStoreAccountInformationListResult: msRest.CompositeMapper = {\n serializedName: \"DataLakeStoreAccountInformationListResult\",\n type: {\n name: \"Composite\",\n className: \"DataLakeStoreAccountInformationListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataLakeStoreAccountInformation\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StorageAccountInformationListResult: msRest.CompositeMapper = {\n serializedName: \"StorageAccountInformationListResult\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountInformationListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageAccountInformation\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StorageContainerListResult: msRest.CompositeMapper = {\n serializedName: \"StorageContainerListResult\",\n type: {\n name: \"Composite\",\n className: \"StorageContainerListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageContainer\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SasTokenInformationListResult: msRest.CompositeMapper = {\n serializedName: \"SasTokenInformationListResult\",\n type: {\n name: \"Composite\",\n className: \"SasTokenInformationListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SasTokenInformation\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ComputePolicyListResult: msRest.CompositeMapper = {\n serializedName: \"ComputePolicyListResult\",\n type: {\n name: \"Composite\",\n className: \"ComputePolicyListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ComputePolicy\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FirewallRuleListResult: msRest.CompositeMapper = {\n serializedName: \"FirewallRuleListResult\",\n type: {\n name: \"Composite\",\n className: \"FirewallRuleListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FirewallRule\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\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 AddDataLakeStoreWithAccountParameters,\n AddStorageAccountWithAccountParameters,\n BaseResource,\n CheckNameAvailabilityParameters,\n ComputePolicy,\n CreateComputePolicyWithAccountParameters,\n CreateDataLakeAnalyticsAccountParameters,\n CreateFirewallRuleWithAccountParameters,\n DataLakeAnalyticsAccount,\n DataLakeAnalyticsAccountBasic,\n DataLakeAnalyticsAccountListResult,\n DataLakeStoreAccountInformation,\n ErrorAdditionalInfo,\n ErrorDetail,\n ErrorResponse,\n FirewallRule,\n HiveMetastore,\n NameAvailabilityInformation,\n Resource,\n StorageAccountInformation,\n StorageContainer,\n SubResource,\n UpdateComputePolicyWithAccountParameters,\n UpdateDataLakeAnalyticsAccountParameters,\n UpdateDataLakeStoreWithAccountParameters,\n UpdateFirewallRuleWithAccountParameters,\n UpdateStorageAccountWithAccountParameters,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\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 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 type: {\n name: \"String\"\n }\n }\n};\nexport const computePolicyName: msRest.OperationURLParameter = {\n parameterPath: \"computePolicyName\",\n mapper: {\n required: true,\n serializedName: \"computePolicyName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const containerName: msRest.OperationURLParameter = {\n parameterPath: \"containerName\",\n mapper: {\n required: true,\n serializedName: \"containerName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const count: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"count\"\n ],\n mapper: {\n serializedName: \"$count\",\n type: {\n name: \"Boolean\"\n }\n }\n};\nexport const dataLakeStoreAccountName: msRest.OperationURLParameter = {\n parameterPath: \"dataLakeStoreAccountName\",\n mapper: {\n required: true,\n serializedName: \"dataLakeStoreAccountName\",\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 firewallRuleName: msRest.OperationURLParameter = {\n parameterPath: \"firewallRuleName\",\n mapper: {\n required: true,\n serializedName: \"firewallRuleName\",\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 orderby: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"orderby\"\n ],\n mapper: {\n serializedName: \"$orderby\",\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 type: {\n name: \"String\"\n }\n }\n};\nexport const select: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"select\"\n ],\n mapper: {\n serializedName: \"$select\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const skip: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"skip\"\n ],\n mapper: {\n serializedName: \"$skip\",\n constraints: {\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n }\n};\nexport const storageAccountName: msRest.OperationURLParameter = {\n parameterPath: \"storageAccountName\",\n mapper: {\n required: true,\n serializedName: \"storageAccountName\",\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 type: {\n name: \"String\"\n }\n }\n};\nexport const top: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"top\"\n ],\n mapper: {\n serializedName: \"$top\",\n constraints: {\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\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 msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/accountsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DataLakeAnalyticsAccountManagementClientContext } from \"../dataLakeAnalyticsAccountManagementClientContext\";\n\n/** Class representing a Accounts. */\nexport class Accounts {\n private readonly client: DataLakeAnalyticsAccountManagementClientContext;\n\n /**\n * Create a Accounts.\n * @param {DataLakeAnalyticsAccountManagementClientContext} client Reference to the service client.\n */\n constructor(client: DataLakeAnalyticsAccountManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets the first page of Data Lake Analytics accounts, if any, within the current subscription.\n * This includes a link to the next page, if any.\n * @param [options] The optional parameters\n * @returns Promise<Models.AccountsListResponse>\n */\n list(options?: Models.AccountsListOptionalParams): Promise<Models.AccountsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.DataLakeAnalyticsAccountListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: Models.AccountsListOptionalParams, callback: msRest.ServiceCallback<Models.DataLakeAnalyticsAccountListResult>): void;\n list(options?: Models.AccountsListOptionalParams | msRest.ServiceCallback<Models.DataLakeAnalyticsAccountListResult>, callback?: msRest.ServiceCallback<Models.DataLakeAnalyticsAccountListResult>): Promise<Models.AccountsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.AccountsListResponse>;\n }\n\n /**\n * Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group.\n * This includes a link to the next page, if any.\n * @param resourceGroupName The name of the Azure resource group.\n * @param [options] The optional parameters\n * @returns Promise<Models.AccountsListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, options?: Models.AccountsListByResourceGroupOptionalParams): Promise<Models.AccountsListByResourceGroupResponse>;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.DataLakeAnalyticsAccountListResult>): void;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, options: Models.AccountsListByResourceGroupOptionalParams, callback: msRest.ServiceCallback<Models.DataLakeAnalyticsAccountListResult>): void;\n listByResourceGroup(resourceGroupName: string, options?: Models.AccountsListByResourceGroupOptionalParams | msRest.ServiceCallback<Models.DataLakeAnalyticsAccountListResult>, callback?: msRest.ServiceCallback<Models.DataLakeAnalyticsAccountListResult>): 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 * Creates the specified Data Lake Analytics account. This supplies the user with computation\n * services for Data Lake Analytics workloads.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param parameters Parameters supplied to create a new Data Lake Analytics account.\n * @param [options] The optional parameters\n * @returns Promise<Models.AccountsCreateResponse>\n */\n create(resourceGroupName: string, accountName: string, parameters: Models.CreateDataLakeAnalyticsAccountParameters, options?: msRest.RequestOptionsBase): Promise<Models.AccountsCreateResponse> {\n return this.beginCreate(resourceGroupName,accountName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.AccountsCreateResponse>;\n }\n\n /**\n * Gets details of the specified Data Lake Analytics account.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param [options] The optional parameters\n * @returns Promise<Models.AccountsGetResponse>\n */\n get(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.AccountsGetResponse>;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.DataLakeAnalyticsAccount>): void;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DataLakeAnalyticsAccount>): void;\n get(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DataLakeAnalyticsAccount>, callback?: msRest.ServiceCallback<Models.DataLakeAnalyticsAccount>): Promise<Models.AccountsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.AccountsGetResponse>;\n }\n\n /**\n * Updates the Data Lake Analytics account object specified by the accountName with the contents of\n * the account object.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param [options] The optional parameters\n * @returns Promise<Models.AccountsUpdateResponse>\n */\n update(resourceGroupName: string, accountName: string, options?: Models.AccountsUpdateOptionalParams): Promise<Models.AccountsUpdateResponse> {\n return this.beginUpdate(resourceGroupName,accountName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.AccountsUpdateResponse>;\n }\n\n /**\n * Begins the delete process for the Data Lake Analytics account object specified by the account\n * name.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics 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 return this.beginDeleteMethod(resourceGroupName,accountName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Checks whether the specified account name is available or taken.\n * @param location The resource location without whitespace.\n * @param parameters Parameters supplied to check the Data Lake Analytics account name\n * availability.\n * @param [options] The optional parameters\n * @returns Promise<Models.AccountsCheckNameAvailabilityResponse>\n */\n checkNameAvailability(location: string, parameters: Models.CheckNameAvailabilityParameters, options?: msRest.RequestOptionsBase): Promise<Models.AccountsCheckNameAvailabilityResponse>;\n /**\n * @param location The resource location without whitespace.\n * @param parameters Parameters supplied to check the Data Lake Analytics account name\n * availability.\n * @param callback The callback\n */\n checkNameAvailability(location: string, parameters: Models.CheckNameAvailabilityParameters, callback: msRest.ServiceCallback<Models.NameAvailabilityInformation>): void;\n /**\n * @param location The resource location without whitespace.\n * @param parameters Parameters supplied to check the Data Lake Analytics account name\n * availability.\n * @param options The optional parameters\n * @param callback The callback\n */\n checkNameAvailability(location: string, parameters: Models.CheckNameAvailabilityParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.NameAvailabilityInformation>): void;\n checkNameAvailability(location: string, parameters: Models.CheckNameAvailabilityParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.NameAvailabilityInformation>, callback?: msRest.ServiceCallback<Models.NameAvailabilityInformation>): Promise<Models.AccountsCheckNameAvailabilityResponse> {\n return this.client.sendOperationRequest(\n {\n location,\n parameters,\n options\n },\n checkNameAvailabilityOperationSpec,\n callback) as Promise<Models.AccountsCheckNameAvailabilityResponse>;\n }\n\n /**\n * Creates the specified Data Lake Analytics account. This supplies the user with computation\n * services for Data Lake Analytics workloads.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param parameters Parameters supplied to create a new Data Lake Analytics account.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreate(resourceGroupName: string, accountName: string, parameters: Models.CreateDataLakeAnalyticsAccountParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n accountName,\n parameters,\n options\n },\n beginCreateOperationSpec,\n options);\n }\n\n /**\n * Updates the Data Lake Analytics account object specified by the accountName with the contents of\n * the account object.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdate(resourceGroupName: string, accountName: string, options?: Models.AccountsBeginUpdateOptionalParams): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n beginUpdateOperationSpec,\n options);\n }\n\n /**\n * Begins the delete process for the Data Lake Analytics account object specified by the account\n * name.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Gets the first page of Data Lake Analytics accounts, if any, within the current subscription.\n * This includes a link to the next page, if any.\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?: Models.AccountsListNextOptionalParams): 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.DataLakeAnalyticsAccountListResult>): 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: Models.AccountsListNextOptionalParams, callback: msRest.ServiceCallback<Models.DataLakeAnalyticsAccountListResult>): void;\n listNext(nextPageLink: string, options?: Models.AccountsListNextOptionalParams | msRest.ServiceCallback<Models.DataLakeAnalyticsAccountListResult>, callback?: msRest.ServiceCallback<Models.DataLakeAnalyticsAccountListResult>): 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 * Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group.\n * This includes a link to the next page, if any.\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?: Models.AccountsListByResourceGroupNextOptionalParams): 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.DataLakeAnalyticsAccountListResult>): 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: Models.AccountsListByResourceGroupNextOptionalParams, callback: msRest.ServiceCallback<Models.DataLakeAnalyticsAccountListResult>): void;\n listByResourceGroupNext(nextPageLink: string, options?: Models.AccountsListByResourceGroupNextOptionalParams | msRest.ServiceCallback<Models.DataLakeAnalyticsAccountListResult>, callback?: msRest.ServiceCallback<Models.DataLakeAnalyticsAccountListResult>): 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// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/accounts\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.filter,\n Parameters.top,\n Parameters.skip,\n Parameters.select,\n Parameters.orderby,\n Parameters.count,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DataLakeAnalyticsAccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.filter,\n Parameters.top,\n Parameters.skip,\n Parameters.select,\n Parameters.orderby,\n Parameters.count,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DataLakeAnalyticsAccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DataLakeAnalyticsAccount\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst checkNameAvailabilityOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/locations/{location}/checkNameAvailability\",\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: \"parameters\",\n mapper: {\n ...Mappers.CheckNameAvailabilityParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.NameAvailabilityInformation\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginCreateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.CreateDataLakeAnalyticsAccountParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.DataLakeAnalyticsAccount\n },\n 201: {\n bodyMapper: Mappers.DataLakeAnalyticsAccount\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: [\n \"options\",\n \"parameters\"\n ],\n mapper: Mappers.UpdateDataLakeAnalyticsAccountParameters\n },\n responses: {\n 200: {\n bodyMapper: Mappers.DataLakeAnalyticsAccount\n },\n 201: {\n bodyMapper: Mappers.DataLakeAnalyticsAccount\n },\n 202: {\n bodyMapper: Mappers.DataLakeAnalyticsAccount\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName\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.ErrorResponse\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 queryParameters: [\n Parameters.filter,\n Parameters.top,\n Parameters.skip,\n Parameters.select,\n Parameters.orderby,\n Parameters.count,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DataLakeAnalyticsAccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\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 queryParameters: [\n Parameters.filter,\n Parameters.top,\n Parameters.skip,\n Parameters.select,\n Parameters.orderby,\n Parameters.count,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DataLakeAnalyticsAccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\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 AddDataLakeStoreParameters,\n BaseResource,\n ComputePolicy,\n DataLakeAnalyticsAccount,\n DataLakeAnalyticsAccountBasic,\n DataLakeStoreAccountInformation,\n DataLakeStoreAccountInformationListResult,\n ErrorAdditionalInfo,\n ErrorDetail,\n ErrorResponse,\n FirewallRule,\n HiveMetastore,\n Resource,\n StorageAccountInformation,\n StorageContainer,\n SubResource,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\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/dataLakeStoreAccountsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DataLakeAnalyticsAccountManagementClientContext } from \"../dataLakeAnalyticsAccountManagementClientContext\";\n\n/** Class representing a DataLakeStoreAccounts. */\nexport class DataLakeStoreAccounts {\n private readonly client: DataLakeAnalyticsAccountManagementClientContext;\n\n /**\n * Create a DataLakeStoreAccounts.\n * @param {DataLakeAnalyticsAccountManagementClientContext} client Reference to the service client.\n */\n constructor(client: DataLakeAnalyticsAccountManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics\n * account. The response includes a link to the next page, if any.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param [options] The optional parameters\n * @returns Promise<Models.DataLakeStoreAccountsListByAccountResponse>\n */\n listByAccount(resourceGroupName: string, accountName: string, options?: Models.DataLakeStoreAccountsListByAccountOptionalParams): Promise<Models.DataLakeStoreAccountsListByAccountResponse>;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param callback The callback\n */\n listByAccount(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.DataLakeStoreAccountInformationListResult>): void;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAccount(resourceGroupName: string, accountName: string, options: Models.DataLakeStoreAccountsListByAccountOptionalParams, callback: msRest.ServiceCallback<Models.DataLakeStoreAccountInformationListResult>): void;\n listByAccount(resourceGroupName: string, accountName: string, options?: Models.DataLakeStoreAccountsListByAccountOptionalParams | msRest.ServiceCallback<Models.DataLakeStoreAccountInformationListResult>, callback?: msRest.ServiceCallback<Models.DataLakeStoreAccountInformationListResult>): Promise<Models.DataLakeStoreAccountsListByAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listByAccountOperationSpec,\n callback) as Promise<Models.DataLakeStoreAccountsListByAccountResponse>;\n }\n\n /**\n * Updates the specified Data Lake Analytics account to include the additional Data Lake Store\n * account.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param dataLakeStoreAccountName The name of the Data Lake Store account to add.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n add(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: Models.DataLakeStoreAccountsAddOptionalParams): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param dataLakeStoreAccountName The name of the Data Lake Store account to add.\n * @param callback The callback\n */\n add(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param dataLakeStoreAccountName The name of the Data Lake Store account to add.\n * @param options The optional parameters\n * @param callback The callback\n */\n add(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options: Models.DataLakeStoreAccountsAddOptionalParams, callback: msRest.ServiceCallback<void>): void;\n add(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: Models.DataLakeStoreAccountsAddOptionalParams | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n dataLakeStoreAccountName,\n options\n },\n addOperationSpec,\n callback);\n }\n\n /**\n * Gets the specified Data Lake Store account details in the specified Data Lake Analytics account.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param dataLakeStoreAccountName The name of the Data Lake Store account to retrieve\n * @param [options] The optional parameters\n * @returns Promise<Models.DataLakeStoreAccountsGetResponse>\n */\n get(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: msRest.RequestOptionsBase): Promise<Models.DataLakeStoreAccountsGetResponse>;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param dataLakeStoreAccountName The name of the Data Lake Store account to retrieve\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, callback: msRest.ServiceCallback<Models.DataLakeStoreAccountInformation>): void;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param dataLakeStoreAccountName The name of the Data Lake Store account to retrieve\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DataLakeStoreAccountInformation>): void;\n get(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DataLakeStoreAccountInformation>, callback?: msRest.ServiceCallback<Models.DataLakeStoreAccountInformation>): Promise<Models.DataLakeStoreAccountsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n dataLakeStoreAccountName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.DataLakeStoreAccountsGetResponse>;\n }\n\n /**\n * Updates the Data Lake Analytics account specified to remove the specified Data Lake Store\n * account.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param dataLakeStoreAccountName The name of the Data Lake Store account to remove\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param dataLakeStoreAccountName The name of the Data Lake Store account to remove\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param dataLakeStoreAccountName The name of the Data Lake Store account to remove\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: 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 dataLakeStoreAccountName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics\n * account. The response includes a link to the next page, if any.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.DataLakeStoreAccountsListByAccountNextResponse>\n */\n listByAccountNext(nextPageLink: string, options?: Models.DataLakeStoreAccountsListByAccountNextOptionalParams): Promise<Models.DataLakeStoreAccountsListByAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.DataLakeStoreAccountInformationListResult>): 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 listByAccountNext(nextPageLink: string, options: Models.DataLakeStoreAccountsListByAccountNextOptionalParams, callback: msRest.ServiceCallback<Models.DataLakeStoreAccountInformationListResult>): void;\n listByAccountNext(nextPageLink: string, options?: Models.DataLakeStoreAccountsListByAccountNextOptionalParams | msRest.ServiceCallback<Models.DataLakeStoreAccountInformationListResult>, callback?: msRest.ServiceCallback<Models.DataLakeStoreAccountInformationListResult>): Promise<Models.DataLakeStoreAccountsListByAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByAccountNextOperationSpec,\n callback) as Promise<Models.DataLakeStoreAccountsListByAccountNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/dataLakeStoreAccounts\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName\n ],\n queryParameters: [\n Parameters.filter,\n Parameters.top,\n Parameters.skip,\n Parameters.select,\n Parameters.orderby,\n Parameters.count,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DataLakeStoreAccountInformationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst addOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/dataLakeStoreAccounts/{dataLakeStoreAccountName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.dataLakeStoreAccountName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: [\n \"options\",\n \"parameters\"\n ],\n mapper: Mappers.AddDataLakeStoreParameters\n },\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/dataLakeStoreAccounts/{dataLakeStoreAccountName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.dataLakeStoreAccountName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DataLakeStoreAccountInformation\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/dataLakeStoreAccounts/{dataLakeStoreAccountName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.dataLakeStoreAccountName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.filter,\n Parameters.top,\n Parameters.skip,\n Parameters.select,\n Parameters.orderby,\n Parameters.count,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DataLakeStoreAccountInformationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\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 AddStorageAccountParameters,\n BaseResource,\n ComputePolicy,\n DataLakeAnalyticsAccount,\n DataLakeAnalyticsAccountBasic,\n DataLakeStoreAccountInformation,\n ErrorAdditionalInfo,\n ErrorDetail,\n ErrorResponse,\n FirewallRule,\n HiveMetastore,\n Resource,\n SasTokenInformation,\n SasTokenInformationListResult,\n StorageAccountInformation,\n StorageAccountInformationListResult,\n StorageContainer,\n StorageContainerListResult,\n SubResource,\n UpdateStorageAccountParameters,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\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/storageAccountsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DataLakeAnalyticsAccountManagementClientContext } from \"../dataLakeAnalyticsAccountManagementClientContext\";\n\n/** Class representing a StorageAccounts. */\nexport class StorageAccounts {\n private readonly client: DataLakeAnalyticsAccountManagementClientContext;\n\n /**\n * Create a StorageAccounts.\n * @param {DataLakeAnalyticsAccountManagementClientContext} client Reference to the service client.\n */\n constructor(client: DataLakeAnalyticsAccountManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake\n * Analytics account. The response includes a link to the next page, if any.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsListByAccountResponse>\n */\n listByAccount(resourceGroupName: string, accountName: string, options?: Models.StorageAccountsListByAccountOptionalParams): Promise<Models.StorageAccountsListByAccountResponse>;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param callback The callback\n */\n listByAccount(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.StorageAccountInformationListResult>): void;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAccount(resourceGroupName: string, accountName: string, options: Models.StorageAccountsListByAccountOptionalParams, callback: msRest.ServiceCallback<Models.StorageAccountInformationListResult>): void;\n listByAccount(resourceGroupName: string, accountName: string, options?: Models.StorageAccountsListByAccountOptionalParams | msRest.ServiceCallback<Models.StorageAccountInformationListResult>, callback?: msRest.ServiceCallback<Models.StorageAccountInformationListResult>): Promise<Models.StorageAccountsListByAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listByAccountOperationSpec,\n callback) as Promise<Models.StorageAccountsListByAccountResponse>;\n }\n\n /**\n * Updates the specified Data Lake Analytics account to add an Azure Storage account.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure Storage account to add\n * @param parameters The parameters containing the access key and optional suffix for the Azure\n * Storage Account.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n add(resourceGroupName: string, accountName: string, storageAccountName: string, parameters: Models.AddStorageAccountParameters, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure Storage account to add\n * @param parameters The parameters containing the access key and optional suffix for the Azure\n * Storage Account.\n * @param callback The callback\n */\n add(resourceGroupName: string, accountName: string, storageAccountName: string, parameters: Models.AddStorageAccountParameters, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure Storage account to add\n * @param parameters The parameters containing the access key and optional suffix for the Azure\n * Storage Account.\n * @param options The optional parameters\n * @param callback The callback\n */\n add(resourceGroupName: string, accountName: string, storageAccountName: string, parameters: Models.AddStorageAccountParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n add(resourceGroupName: string, accountName: string, storageAccountName: string, parameters: Models.AddStorageAccountParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n storageAccountName,\n parameters,\n options\n },\n addOperationSpec,\n callback);\n }\n\n /**\n * Gets the specified Azure Storage account linked to the given Data Lake Analytics account.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure Storage account for which to retrieve the\n * details.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsGetResponse>\n */\n get(resourceGroupName: string, accountName: string, storageAccountName: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsGetResponse>;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure Storage account for which to retrieve the\n * details.\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, storageAccountName: string, callback: msRest.ServiceCallback<Models.StorageAccountInformation>): void;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure Storage account for which to retrieve the\n * details.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, storageAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageAccountInformation>): void;\n get(resourceGroupName: string, accountName: string, storageAccountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.StorageAccountInformation>, callback?: msRest.ServiceCallback<Models.StorageAccountInformation>): Promise<Models.StorageAccountsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n storageAccountName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.StorageAccountsGetResponse>;\n }\n\n /**\n * Updates the Data Lake Analytics account to replace Azure Storage blob account details, such as\n * the access key and/or suffix.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The Azure Storage account to modify\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n update(resourceGroupName: string, accountName: string, storageAccountName: string, options?: Models.StorageAccountsUpdateOptionalParams): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The Azure Storage account to modify\n * @param callback The callback\n */\n update(resourceGroupName: string, accountName: string, storageAccountName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The Azure Storage account to modify\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, accountName: string, storageAccountName: string, options: Models.StorageAccountsUpdateOptionalParams, callback: msRest.ServiceCallback<void>): void;\n update(resourceGroupName: string, accountName: string, storageAccountName: string, options?: Models.StorageAccountsUpdateOptionalParams | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n storageAccountName,\n options\n },\n updateOperationSpec,\n callback);\n }\n\n /**\n * Updates the specified Data Lake Analytics account to remove an Azure Storage account.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure Storage account to remove\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, accountName: string, storageAccountName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure Storage account to remove\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, storageAccountName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure Storage account to remove\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, storageAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, accountName: string, storageAccountName: 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 storageAccountName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics\n * and Azure Storage account combination. The response includes a link to the next page of results,\n * if any.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure storage account from which to list blob\n * containers.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsListStorageContainersResponse>\n */\n listStorageContainers(resourceGroupName: string, accountName: string, storageAccountName: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsListStorageContainersResponse>;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure storage account from which to list blob\n * containers.\n * @param callback The callback\n */\n listStorageContainers(resourceGroupName: string, accountName: string, storageAccountName: string, callback: msRest.ServiceCallback<Models.StorageContainerListResult>): void;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure storage account from which to list blob\n * containers.\n * @param options The optional parameters\n * @param callback The callback\n */\n listStorageContainers(resourceGroupName: string, accountName: string, storageAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageContainerListResult>): void;\n listStorageContainers(resourceGroupName: string, accountName: string, storageAccountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.StorageContainerListResult>, callback?: msRest.ServiceCallback<Models.StorageContainerListResult>): Promise<Models.StorageAccountsListStorageContainersResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n storageAccountName,\n options\n },\n listStorageContainersOperationSpec,\n callback) as Promise<Models.StorageAccountsListStorageContainersResponse>;\n }\n\n /**\n * Gets the specified Azure Storage container associated with the given Data Lake Analytics and\n * Azure Storage accounts.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure storage account from which to retrieve the blob\n * container.\n * @param containerName The name of the Azure storage container to retrieve\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsGetStorageContainerResponse>\n */\n getStorageContainer(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsGetStorageContainerResponse>;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure storage account from which to retrieve the blob\n * container.\n * @param containerName The name of the Azure storage container to retrieve\n * @param callback The callback\n */\n getStorageContainer(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, callback: msRest.ServiceCallback<Models.StorageContainer>): void;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure storage account from which to retrieve the blob\n * container.\n * @param containerName The name of the Azure storage container to retrieve\n * @param options The optional parameters\n * @param callback The callback\n */\n getStorageContainer(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageContainer>): void;\n getStorageContainer(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.StorageContainer>, callback?: msRest.ServiceCallback<Models.StorageContainer>): Promise<Models.StorageAccountsGetStorageContainerResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n storageAccountName,\n containerName,\n options\n },\n getStorageContainerOperationSpec,\n callback) as Promise<Models.StorageAccountsGetStorageContainerResponse>;\n }\n\n /**\n * Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account\n * and container combination.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure storage account for which the SAS token is being\n * requested.\n * @param containerName The name of the Azure storage container for which the SAS token is being\n * requested.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsListSasTokensResponse>\n */\n listSasTokens(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsListSasTokensResponse>;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure storage account for which the SAS token is being\n * requested.\n * @param containerName The name of the Azure storage container for which the SAS token is being\n * requested.\n * @param callback The callback\n */\n listSasTokens(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, callback: msRest.ServiceCallback<Models.SasTokenInformationListResult>): void;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param storageAccountName The name of the Azure storage account for which the SAS token is being\n * requested.\n * @param containerName The name of the Azure storage container for which the SAS token is being\n * requested.\n * @param options The optional parameters\n * @param callback The callback\n */\n listSasTokens(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SasTokenInformationListResult>): void;\n listSasTokens(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.SasTokenInformationListResult>, callback?: msRest.ServiceCallback<Models.SasTokenInformationListResult>): Promise<Models.StorageAccountsListSasTokensResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n storageAccountName,\n containerName,\n options\n },\n listSasTokensOperationSpec,\n callback) as Promise<Models.StorageAccountsListSasTokensResponse>;\n }\n\n /**\n * Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake\n * Analytics account. The response includes a link to the next page, if any.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsListByAccountNextResponse>\n */\n listByAccountNext(nextPageLink: string, options?: Models.StorageAccountsListByAccountNextOptionalParams): Promise<Models.StorageAccountsListByAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.StorageAccountInformationListResult>): 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 listByAccountNext(nextPageLink: string, options: Models.StorageAccountsListByAccountNextOptionalParams, callback: msRest.ServiceCallback<Models.StorageAccountInformationListResult>): void;\n listByAccountNext(nextPageLink: string, options?: Models.StorageAccountsListByAccountNextOptionalParams | msRest.ServiceCallback<Models.StorageAccountInformationListResult>, callback?: msRest.ServiceCallback<Models.StorageAccountInformationListResult>): Promise<Models.StorageAccountsListByAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByAccountNextOperationSpec,\n callback) as Promise<Models.StorageAccountsListByAccountNextResponse>;\n }\n\n /**\n * Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics\n * and Azure Storage account combination. The response includes a link to the next page of results,\n * if any.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsListStorageContainersNextResponse>\n */\n listStorageContainersNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsListStorageContainersNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listStorageContainersNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.StorageContainerListResult>): 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 listStorageContainersNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageContainerListResult>): void;\n listStorageContainersNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.StorageContainerListResult>, callback?: msRest.ServiceCallback<Models.StorageContainerListResult>): Promise<Models.StorageAccountsListStorageContainersNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listStorageContainersNextOperationSpec,\n callback) as Promise<Models.StorageAccountsListStorageContainersNextResponse>;\n }\n\n /**\n * Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account\n * and container combination.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsListSasTokensNextResponse>\n */\n listSasTokensNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsListSasTokensNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listSasTokensNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.SasTokenInformationListResult>): 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 listSasTokensNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SasTokenInformationListResult>): void;\n listSasTokensNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.SasTokenInformationListResult>, callback?: msRest.ServiceCallback<Models.SasTokenInformationListResult>): Promise<Models.StorageAccountsListSasTokensNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listSasTokensNextOperationSpec,\n callback) as Promise<Models.StorageAccountsListSasTokensNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName\n ],\n queryParameters: [\n Parameters.filter,\n Parameters.top,\n Parameters.skip,\n Parameters.select,\n Parameters.orderby,\n Parameters.count,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.StorageAccountInformationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst addOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.storageAccountName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.AddStorageAccountParameters,\n required: true\n }\n },\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.storageAccountName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.StorageAccountInformation\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.storageAccountName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: [\n \"options\",\n \"parameters\"\n ],\n mapper: Mappers.UpdateStorageAccountParameters\n },\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.storageAccountName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listStorageContainersOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}/containers\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.storageAccountName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.StorageContainerListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getStorageContainerOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}/containers/{containerName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.storageAccountName,\n Parameters.containerName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.StorageContainer\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listSasTokensOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}/containers/{containerName}/listSasTokens\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.storageAccountName,\n Parameters.containerName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SasTokenInformationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.filter,\n Parameters.top,\n Parameters.skip,\n Parameters.select,\n Parameters.orderby,\n Parameters.count,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.StorageAccountInformationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listStorageContainersNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.StorageContainerListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listSasTokensNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SasTokenInformationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\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 BaseResource,\n ComputePolicy,\n ComputePolicyListResult,\n CreateOrUpdateComputePolicyParameters,\n DataLakeAnalyticsAccount,\n DataLakeAnalyticsAccountBasic,\n DataLakeStoreAccountInformation,\n ErrorAdditionalInfo,\n ErrorDetail,\n ErrorResponse,\n FirewallRule,\n HiveMetastore,\n Resource,\n StorageAccountInformation,\n StorageContainer,\n SubResource,\n UpdateComputePolicyParameters,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\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/computePoliciesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DataLakeAnalyticsAccountManagementClientContext } from \"../dataLakeAnalyticsAccountManagementClientContext\";\n\n/** Class representing a ComputePolicies. */\nexport class ComputePolicies {\n private readonly client: DataLakeAnalyticsAccountManagementClientContext;\n\n /**\n * Create a ComputePolicies.\n * @param {DataLakeAnalyticsAccountManagementClientContext} client Reference to the service client.\n */\n constructor(client: DataLakeAnalyticsAccountManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account.\n * An account supports, at most, 50 policies\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param [options] The optional parameters\n * @returns Promise<Models.ComputePoliciesListByAccountResponse>\n */\n listByAccount(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.ComputePoliciesListByAccountResponse>;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param callback The callback\n */\n listByAccount(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.ComputePolicyListResult>): void;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAccount(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ComputePolicyListResult>): void;\n listByAccount(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ComputePolicyListResult>, callback?: msRest.ServiceCallback<Models.ComputePolicyListResult>): Promise<Models.ComputePoliciesListByAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listByAccountOperationSpec,\n callback) as Promise<Models.ComputePoliciesListByAccountResponse>;\n }\n\n /**\n * Creates or updates the specified compute policy. During update, the compute policy with the\n * specified name will be replaced with this new compute policy. An account supports, at most, 50\n * policies\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param computePolicyName The name of the compute policy to create or update.\n * @param parameters Parameters supplied to create or update the compute policy. The max degree of\n * parallelism per job property, min priority per job property, or both must be present.\n * @param [options] The optional parameters\n * @returns Promise<Models.ComputePoliciesCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, accountName: string, computePolicyName: string, parameters: Models.CreateOrUpdateComputePolicyParameters, options?: msRest.RequestOptionsBase): Promise<Models.ComputePoliciesCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param computePolicyName The name of the compute policy to create or update.\n * @param parameters Parameters supplied to create or update the compute policy. The max degree of\n * parallelism per job property, min priority per job property, or both must be present.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, accountName: string, computePolicyName: string, parameters: Models.CreateOrUpdateComputePolicyParameters, callback: msRest.ServiceCallback<Models.ComputePolicy>): void;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param computePolicyName The name of the compute policy to create or update.\n * @param parameters Parameters supplied to create or update the compute policy. The max degree of\n * parallelism per job property, min priority per job property, or both must be present.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, accountName: string, computePolicyName: string, parameters: Models.CreateOrUpdateComputePolicyParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ComputePolicy>): void;\n createOrUpdate(resourceGroupName: string, accountName: string, computePolicyName: string, parameters: Models.CreateOrUpdateComputePolicyParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ComputePolicy>, callback?: msRest.ServiceCallback<Models.ComputePolicy>): Promise<Models.ComputePoliciesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n computePolicyName,\n parameters,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.ComputePoliciesCreateOrUpdateResponse>;\n }\n\n /**\n * Gets the specified Data Lake Analytics compute policy.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param computePolicyName The name of the compute policy to retrieve.\n * @param [options] The optional parameters\n * @returns Promise<Models.ComputePoliciesGetResponse>\n */\n get(resourceGroupName: string, accountName: string, computePolicyName: string, options?: msRest.RequestOptionsBase): Promise<Models.ComputePoliciesGetResponse>;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param computePolicyName The name of the compute policy to retrieve.\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, computePolicyName: string, callback: msRest.ServiceCallback<Models.ComputePolicy>): void;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param computePolicyName The name of the compute policy to retrieve.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, computePolicyName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ComputePolicy>): void;\n get(resourceGroupName: string, accountName: string, computePolicyName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ComputePolicy>, callback?: msRest.ServiceCallback<Models.ComputePolicy>): Promise<Models.ComputePoliciesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n computePolicyName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ComputePoliciesGetResponse>;\n }\n\n /**\n * Updates the specified compute policy.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param computePolicyName The name of the compute policy to update.\n * @param [options] The optional parameters\n * @returns Promise<Models.ComputePoliciesUpdateResponse>\n */\n update(resourceGroupName: string, accountName: string, computePolicyName: string, options?: Models.ComputePoliciesUpdateOptionalParams): Promise<Models.ComputePoliciesUpdateResponse>;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param computePolicyName The name of the compute policy to update.\n * @param callback The callback\n */\n update(resourceGroupName: string, accountName: string, computePolicyName: string, callback: msRest.ServiceCallback<Models.ComputePolicy>): void;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param computePolicyName The name of the compute policy to update.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, accountName: string, computePolicyName: string, options: Models.ComputePoliciesUpdateOptionalParams, callback: msRest.ServiceCallback<Models.ComputePolicy>): void;\n update(resourceGroupName: string, accountName: string, computePolicyName: string, options?: Models.ComputePoliciesUpdateOptionalParams | msRest.ServiceCallback<Models.ComputePolicy>, callback?: msRest.ServiceCallback<Models.ComputePolicy>): Promise<Models.ComputePoliciesUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n computePolicyName,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.ComputePoliciesUpdateResponse>;\n }\n\n /**\n * Deletes the specified compute policy from the specified Data Lake Analytics account\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param computePolicyName The name of the compute policy to delete.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, accountName: string, computePolicyName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param computePolicyName The name of the compute policy to delete.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, computePolicyName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param computePolicyName The name of the compute policy to delete.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, computePolicyName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, accountName: string, computePolicyName: 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 computePolicyName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account.\n * An account supports, at most, 50 policies\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ComputePoliciesListByAccountNextResponse>\n */\n listByAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ComputePoliciesListByAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ComputePolicyListResult>): 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 listByAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ComputePolicyListResult>): void;\n listByAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ComputePolicyListResult>, callback?: msRest.ServiceCallback<Models.ComputePolicyListResult>): Promise<Models.ComputePoliciesListByAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByAccountNextOperationSpec,\n callback) as Promise<Models.ComputePoliciesListByAccountNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/computePolicies\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ComputePolicyListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/computePolicies/{computePolicyName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.computePolicyName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.CreateOrUpdateComputePolicyParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ComputePolicy\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/computePolicies/{computePolicyName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.computePolicyName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ComputePolicy\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/computePolicies/{computePolicyName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.computePolicyName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: [\n \"options\",\n \"parameters\"\n ],\n mapper: Mappers.UpdateComputePolicyParameters\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ComputePolicy\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/computePolicies/{computePolicyName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.computePolicyName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ComputePolicyListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\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 BaseResource,\n ComputePolicy,\n CreateOrUpdateFirewallRuleParameters,\n DataLakeAnalyticsAccount,\n DataLakeAnalyticsAccountBasic,\n DataLakeStoreAccountInformation,\n ErrorAdditionalInfo,\n ErrorDetail,\n ErrorResponse,\n FirewallRule,\n FirewallRuleListResult,\n HiveMetastore,\n Resource,\n StorageAccountInformation,\n StorageContainer,\n SubResource,\n UpdateFirewallRuleParameters,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\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/firewallRulesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DataLakeAnalyticsAccountManagementClientContext } from \"../dataLakeAnalyticsAccountManagementClientContext\";\n\n/** Class representing a FirewallRules. */\nexport class FirewallRules {\n private readonly client: DataLakeAnalyticsAccountManagementClientContext;\n\n /**\n * Create a FirewallRules.\n * @param {DataLakeAnalyticsAccountManagementClientContext} client Reference to the service client.\n */\n constructor(client: DataLakeAnalyticsAccountManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param [options] The optional parameters\n * @returns Promise<Models.FirewallRulesListByAccountResponse>\n */\n listByAccount(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.FirewallRulesListByAccountResponse>;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param callback The callback\n */\n listByAccount(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.FirewallRuleListResult>): void;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAccount(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.FirewallRuleListResult>): void;\n listByAccount(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.FirewallRuleListResult>, callback?: msRest.ServiceCallback<Models.FirewallRuleListResult>): Promise<Models.FirewallRulesListByAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listByAccountOperationSpec,\n callback) as Promise<Models.FirewallRulesListByAccountResponse>;\n }\n\n /**\n * Creates or updates the specified firewall rule. During update, the firewall rule with the\n * specified name will be replaced with this new firewall rule.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param firewallRuleName The name of the firewall rule to create or update.\n * @param parameters Parameters supplied to create or update the firewall rule.\n * @param [options] The optional parameters\n * @returns Promise<Models.FirewallRulesCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, accountName: string, firewallRuleName: string, parameters: Models.CreateOrUpdateFirewallRuleParameters, options?: msRest.RequestOptionsBase): Promise<Models.FirewallRulesCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param firewallRuleName The name of the firewall rule to create or update.\n * @param parameters Parameters supplied to create or update the firewall rule.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, accountName: string, firewallRuleName: string, parameters: Models.CreateOrUpdateFirewallRuleParameters, callback: msRest.ServiceCallback<Models.FirewallRule>): void;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param firewallRuleName The name of the firewall rule to create or update.\n * @param parameters Parameters supplied to create or update the firewall rule.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, accountName: string, firewallRuleName: string, parameters: Models.CreateOrUpdateFirewallRuleParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.FirewallRule>): void;\n createOrUpdate(resourceGroupName: string, accountName: string, firewallRuleName: string, parameters: Models.CreateOrUpdateFirewallRuleParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.FirewallRule>, callback?: msRest.ServiceCallback<Models.FirewallRule>): Promise<Models.FirewallRulesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n firewallRuleName,\n parameters,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.FirewallRulesCreateOrUpdateResponse>;\n }\n\n /**\n * Gets the specified Data Lake Analytics firewall rule.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param firewallRuleName The name of the firewall rule to retrieve.\n * @param [options] The optional parameters\n * @returns Promise<Models.FirewallRulesGetResponse>\n */\n get(resourceGroupName: string, accountName: string, firewallRuleName: string, options?: msRest.RequestOptionsBase): Promise<Models.FirewallRulesGetResponse>;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param firewallRuleName The name of the firewall rule to retrieve.\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, firewallRuleName: string, callback: msRest.ServiceCallback<Models.FirewallRule>): void;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param firewallRuleName The name of the firewall rule to retrieve.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, firewallRuleName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.FirewallRule>): void;\n get(resourceGroupName: string, accountName: string, firewallRuleName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.FirewallRule>, callback?: msRest.ServiceCallback<Models.FirewallRule>): Promise<Models.FirewallRulesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n firewallRuleName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.FirewallRulesGetResponse>;\n }\n\n /**\n * Updates the specified firewall rule.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param firewallRuleName The name of the firewall rule to update.\n * @param [options] The optional parameters\n * @returns Promise<Models.FirewallRulesUpdateResponse>\n */\n update(resourceGroupName: string, accountName: string, firewallRuleName: string, options?: Models.FirewallRulesUpdateOptionalParams): Promise<Models.FirewallRulesUpdateResponse>;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param firewallRuleName The name of the firewall rule to update.\n * @param callback The callback\n */\n update(resourceGroupName: string, accountName: string, firewallRuleName: string, callback: msRest.ServiceCallback<Models.FirewallRule>): void;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param firewallRuleName The name of the firewall rule to update.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, accountName: string, firewallRuleName: string, options: Models.FirewallRulesUpdateOptionalParams, callback: msRest.ServiceCallback<Models.FirewallRule>): void;\n update(resourceGroupName: string, accountName: string, firewallRuleName: string, options?: Models.FirewallRulesUpdateOptionalParams | msRest.ServiceCallback<Models.FirewallRule>, callback?: msRest.ServiceCallback<Models.FirewallRule>): Promise<Models.FirewallRulesUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n firewallRuleName,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.FirewallRulesUpdateResponse>;\n }\n\n /**\n * Deletes the specified firewall rule from the specified Data Lake Analytics account\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param firewallRuleName The name of the firewall rule to delete.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, accountName: string, firewallRuleName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param firewallRuleName The name of the firewall rule to delete.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, firewallRuleName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param firewallRuleName The name of the firewall rule to delete.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, firewallRuleName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, accountName: string, firewallRuleName: 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 firewallRuleName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.FirewallRulesListByAccountNextResponse>\n */\n listByAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.FirewallRulesListByAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.FirewallRuleListResult>): 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 listByAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.FirewallRuleListResult>): void;\n listByAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.FirewallRuleListResult>, callback?: msRest.ServiceCallback<Models.FirewallRuleListResult>): Promise<Models.FirewallRulesListByAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByAccountNextOperationSpec,\n callback) as Promise<Models.FirewallRulesListByAccountNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/firewallRules\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.FirewallRuleListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/firewallRules/{firewallRuleName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.firewallRuleName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.CreateOrUpdateFirewallRuleParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.FirewallRule\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/firewallRules/{firewallRuleName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.firewallRuleName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.FirewallRule\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/firewallRules/{firewallRuleName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.firewallRuleName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: [\n \"options\",\n \"parameters\"\n ],\n mapper: Mappers.UpdateFirewallRuleParameters\n },\n responses: {\n 200: {\n bodyMapper: Mappers.FirewallRule\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/firewallRules/{firewallRuleName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.firewallRuleName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.FirewallRuleListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\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 ErrorAdditionalInfo,\n ErrorDetail,\n ErrorResponse,\n Operation,\n OperationDisplay,\n OperationListResult,\n OperationMetaLogSpecification,\n OperationMetaMetricAvailabilitiesSpecification,\n OperationMetaMetricSpecification,\n OperationMetaPropertyInfo,\n OperationMetaServiceSpecification\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\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 { DataLakeAnalyticsAccountManagementClientContext } from \"../dataLakeAnalyticsAccountManagementClientContext\";\n\n/** Class representing a Operations. */\nexport class Operations {\n private readonly client: DataLakeAnalyticsAccountManagementClientContext;\n\n /**\n * Create a Operations.\n * @param {DataLakeAnalyticsAccountManagementClientContext} client Reference to the service client.\n */\n constructor(client: DataLakeAnalyticsAccountManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists all of the available Data Lake Analytics REST API 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.OperationListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>, callback?: msRest.ServiceCallback<Models.OperationListResult>): Promise<Models.OperationsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.OperationsListResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.DataLakeAnalytics/operations\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\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 CapabilityInformation,\n ErrorAdditionalInfo,\n ErrorDetail,\n ErrorResponse\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\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/locationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DataLakeAnalyticsAccountManagementClientContext } from \"../dataLakeAnalyticsAccountManagementClientContext\";\n\n/** Class representing a Locations. */\nexport class Locations {\n private readonly client: DataLakeAnalyticsAccountManagementClientContext;\n\n /**\n * Create a Locations.\n * @param {DataLakeAnalyticsAccountManagementClientContext} client Reference to the service client.\n */\n constructor(client: DataLakeAnalyticsAccountManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets subscription-level properties and limits for Data Lake Analytics specified by resource\n * location.\n * @param location The resource location without whitespace.\n * @param [options] The optional parameters\n * @returns Promise<Models.LocationsGetCapabilityResponse>\n */\n getCapability(location: string, options?: msRest.RequestOptionsBase): Promise<Models.LocationsGetCapabilityResponse>;\n /**\n * @param location The resource location without whitespace.\n * @param callback The callback\n */\n getCapability(location: string, callback: msRest.ServiceCallback<Models.CapabilityInformation>): void;\n /**\n * @param location The resource location without whitespace.\n * @param options The optional parameters\n * @param callback The callback\n */\n getCapability(location: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CapabilityInformation>): void;\n getCapability(location: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CapabilityInformation>, callback?: msRest.ServiceCallback<Models.CapabilityInformation>): Promise<Models.LocationsGetCapabilityResponse> {\n return this.client.sendOperationRequest(\n {\n location,\n options\n },\n getCapabilityOperationSpec,\n callback) as Promise<Models.LocationsGetCapabilityResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getCapabilityOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/locations/{location}/capability\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.location\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CapabilityInformation\n },\n 404: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\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 { TokenCredential } from \"@azure/core-auth\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\n\nconst packageName = \"@azure/arm-datalake-analytics\";\nconst packageVersion = \"1.1.1\";\n\nexport class DataLakeAnalyticsAccountManagementClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials | TokenCredential;\n subscriptionId: string;\n apiVersion?: string;\n\n /**\n * Initializes a new instance of the DataLakeAnalyticsAccountManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId Get subscription credentials which uniquely identify Microsoft Azure\n * subscription. The subscription ID forms part of the URI for every service call.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.DataLakeAnalyticsAccountManagementClientOptions) {\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 = '2016-11-01';\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.\n * Licensed under the MIT License.\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 { TokenCredential } from \"@azure/core-auth\";\nimport * as Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as operations from \"./operations\";\nimport { DataLakeAnalyticsAccountManagementClientContext } from \"./dataLakeAnalyticsAccountManagementClientContext\";\n\n\nclass DataLakeAnalyticsAccountManagementClient extends DataLakeAnalyticsAccountManagementClientContext {\n // Operation groups\n accounts: operations.Accounts;\n dataLakeStoreAccounts: operations.DataLakeStoreAccounts;\n storageAccounts: operations.StorageAccounts;\n computePolicies: operations.ComputePolicies;\n firewallRules: operations.FirewallRules;\n operations: operations.Operations;\n locations: operations.Locations;\n\n /**\n * Initializes a new instance of the DataLakeAnalyticsAccountManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId Get subscription credentials which uniquely identify Microsoft Azure\n * subscription. The subscription ID forms part of the URI for every service call.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.DataLakeAnalyticsAccountManagementClientOptions) {\n super(credentials, subscriptionId, options);\n this.accounts = new operations.Accounts(this);\n this.dataLakeStoreAccounts = new operations.DataLakeStoreAccounts(this);\n this.storageAccounts = new operations.StorageAccounts(this);\n this.computePolicies = new operations.ComputePolicies(this);\n this.firewallRules = new operations.FirewallRules(this);\n this.operations = new operations.Operations(this);\n this.locations = new operations.Locations(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n DataLakeAnalyticsAccountManagementClient,\n DataLakeAnalyticsAccountManagementClientContext,\n Models as DataLakeAnalyticsAccountManagementModels,\n Mappers as DataLakeAnalyticsAccountManagementMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.Serializer","Parameters.subscriptionId","Parameters.filter","Parameters.top","Parameters.skip","Parameters.select","Parameters.orderby","Parameters.count","Parameters.apiVersion","Parameters.acceptLanguage","Mappers.DataLakeAnalyticsAccountListResult","Mappers.ErrorResponse","Parameters.resourceGroupName","Parameters.accountName","Mappers.DataLakeAnalyticsAccount","Parameters.location","Mappers.CheckNameAvailabilityParameters","Mappers.NameAvailabilityInformation","Mappers.CreateDataLakeAnalyticsAccountParameters","Mappers.UpdateDataLakeAnalyticsAccountParameters","Parameters.nextPageLink","getOperationSpec","serializer","Mappers","Mappers.DataLakeStoreAccountInformationListResult","Parameters.dataLakeStoreAccountName","Mappers.AddDataLakeStoreParameters","Mappers.DataLakeStoreAccountInformation","listByAccountOperationSpec","addOperationSpec","deleteMethodOperationSpec","listByAccountNextOperationSpec","Mappers.StorageAccountInformationListResult","Parameters.storageAccountName","Mappers.AddStorageAccountParameters","Mappers.StorageAccountInformation","Mappers.UpdateStorageAccountParameters","Mappers.StorageContainerListResult","Parameters.containerName","Mappers.StorageContainer","Mappers.SasTokenInformationListResult","updateOperationSpec","Mappers.ComputePolicyListResult","Parameters.computePolicyName","Mappers.CreateOrUpdateComputePolicyParameters","Mappers.ComputePolicy","Mappers.UpdateComputePolicyParameters","createOrUpdateOperationSpec","Mappers.FirewallRuleListResult","Parameters.firewallRuleName","Mappers.CreateOrUpdateFirewallRuleParameters","Mappers.FirewallRule","Mappers.UpdateFirewallRuleParameters","listOperationSpec","Mappers.OperationListResult","Mappers.CapabilityInformation","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.Accounts","operations.DataLakeStoreAccounts","operations.StorageAccounts","operations.ComputePolicies","operations.FirewallRules","operations.Operations","operations.Locations"],"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,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;gBACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,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,YAAY;wBAClB,KAAK,EAAE;4BACL,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;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,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,+BAA+B,GAA2B;QACrE,cAAc,EAAE,iCAAiC;QACjD,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,iCAAiC;YAC5C,eAAe,wBACV,WAAW,CAAC,IAAI,CAAC,eAAe,KACnC,MAAM,EAAE;oBACN,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,mBAAmB;oBACnC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,GACF;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,WAAW,CAAC,IAAI,CAAC,eAAe,KACnC,MAAM,EAAE;oBACN,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,mBAAmB;oBACnC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,GACF;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,wBACV,WAAW,CAAC,IAAI,CAAC,eAAe,KACnC,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,qBAAqB;oBACrC,IAAI,EAAE;wBACJ,IAAI,EAAE,MAAM;qBACb;iBACF,EACD,UAAU,EAAE;oBACV,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,uBAAuB;oBACvC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,4BAA4B,EAAE;oBAC5B,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,yCAAyC;oBACzD,WAAW,EAAE;wBACX,gBAAgB,EAAE,CAAC;qBACpB;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,iBAAiB,EAAE;oBACjB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,8BAA8B;oBAC9C,WAAW,EAAE;wBACX,gBAAgB,EAAE,CAAC;qBACpB;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,GACF;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,wBACV,WAAW,CAAC,IAAI,CAAC,eAAe,KACnC,SAAS,EAAE;oBACT,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,sBAAsB;oBACtC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,YAAY,EAAE;oBACZ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,yBAAyB;oBACzC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,cAAc,EAAE;oBACd,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,2BAA2B;oBAC3C,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,qBAAqB;oBACrC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,qBAAqB;oBACrC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,+BAA+B,EAAE;oBAC/B,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,4CAA4C;oBAC5D,IAAI,EAAE;wBACJ,IAAI,EAAE,MAAM;wBACZ,aAAa,EAAE;4BACb,WAAW;4BACX,UAAU;4BACV,QAAQ;yBACT;qBACF;iBACF,GACF;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,wBACV,WAAW,CAAC,IAAI,CAAC,eAAe,KACnC,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,qBAAqB;oBACrC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,uBAAuB,EAAE;oBACvB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,oCAAoC;oBACpD,IAAI,EAAE;wBACJ,IAAI,EAAE,MAAM;wBACZ,aAAa,EAAE;4BACb,QAAQ;4BACR,sBAAsB;4BACtB,QAAQ;yBACT;qBACF;iBACF,GACF;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,wBACV,WAAW,CAAC,IAAI,CAAC,eAAe,KACnC,cAAc,EAAE;oBACd,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,2BAA2B;oBAC3C,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,YAAY,EAAE;oBACZ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,yBAAyB;oBACzC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,GACF;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,wBACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,SAAS,EAAE;oBACT,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,sBAAsB;oBACtC,IAAI,EAAE;wBACJ,IAAI,EAAE,MAAM;qBACb;iBACF,EACD,iBAAiB,EAAE;oBACjB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,8BAA8B;oBAC9C,IAAI,EAAE;wBACJ,IAAI,EAAE,MAAM;wBACZ,aAAa,EAAE;4BACb,QAAQ;4BACR,UAAU;4BACV,SAAS;4BACT,WAAW;4BACX,UAAU;4BACV,YAAY;4BACZ,UAAU;4BACV,UAAU;4BACV,SAAS;4BACT,YAAY;4BACZ,UAAU;yBACX;qBACF;iBACF,EACD,KAAK,EAAE;oBACL,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,kBAAkB;oBAClC,IAAI,EAAE;wBACJ,IAAI,EAAE,MAAM;wBACZ,aAAa,EAAE;4BACb,QAAQ;4BACR,WAAW;yBACZ;qBACF;iBACF,EACD,YAAY,EAAE;oBACZ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,yBAAyB;oBACzC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;qBACjB;iBACF,EACD,gBAAgB,EAAE;oBAChB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,6BAA6B;oBAC7C,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;qBACjB;iBACF,EACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,qBAAqB;oBACrC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,2BAA2B,EAAE;oBAC3B,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,wCAAwC;oBACxD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,qBAAqB,EAAE;oBACrB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,kCAAkC;oBAClD,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,iCAAiC;6BAC7C;yBACF;qBACF;iBACF,EACD,eAAe,EAAE;oBACf,QAAQ,EAAE,IAAI;oBACd,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,EACD,eAAe,EAAE;oBACf,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,4BAA4B;oBAC5C,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,eAAe;6BAC3B;yBACF;qBACF;iBACF,EACD,cAAc,EAAE;oBACd,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,2BAA2B;oBAC3C,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,eAAe;6BAC3B;yBACF;qBACF;iBACF,EACD,mBAAmB,EAAE;oBACnB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,gCAAgC;oBAChD,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,oBAAoB;6BAChC;yBACF;qBACF;iBACF,EACD,aAAa,EAAE;oBACb,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,0BAA0B;oBAC1C,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,cAAc;6BAC1B;yBACF;qBACF;iBACF,EACD,aAAa,EAAE;oBACb,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,0BAA0B;oBAC1C,IAAI,EAAE;wBACJ,IAAI,EAAE,MAAM;wBACZ,aAAa,EAAE;4BACb,SAAS;4BACT,UAAU;yBACX;qBACF;iBACF,EACD,qBAAqB,EAAE;oBACrB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,kCAAkC;oBAClD,IAAI,EAAE;wBACJ,IAAI,EAAE,MAAM;wBACZ,aAAa,EAAE;4BACb,SAAS;4BACT,UAAU;yBACX;qBACF;iBACF,EACD,OAAO,EAAE;oBACP,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,oBAAoB;oBACpC,IAAI,EAAE;wBACJ,IAAI,EAAE,MAAM;wBACZ,aAAa,EAAE;4BACb,aAAa;4BACb,uBAAuB;4BACvB,uBAAuB;4BACvB,wBAAwB;4BACxB,wBAAwB;4BACxB,yBAAyB;4BACzB,yBAAyB;4BACzB,0BAA0B;4BAC1B,0BAA0B;yBAC3B;qBACF;iBACF,EACD,WAAW,EAAE;oBACX,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,wBAAwB;oBACxC,IAAI,EAAE;wBACJ,IAAI,EAAE,MAAM;wBACZ,aAAa,EAAE;4BACb,aAAa;4BACb,uBAAuB;4BACvB,uBAAuB;4BACvB,wBAAwB;4BACxB,wBAAwB;4BACxB,yBAAyB;4BACzB,yBAAyB;4BACzB,0BAA0B;4BAC1B,0BAA0B;yBAC3B;qBACF;iBACF,EACD,WAAW,EAAE;oBACX,cAAc,EAAE,wBAAwB;oBACxC,YAAY,EAAE,CAAC;oBACf,WAAW,EAAE;wBACX,gBAAgB,EAAE,CAAC;qBACpB;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,iBAAiB,EAAE;oBACjB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,8BAA8B;oBAC9C,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,sBAAsB,EAAE;oBACtB,cAAc,EAAE,mCAAmC;oBACnD,YAAY,EAAE,EAAE;oBAChB,WAAW,EAAE;wBACX,gBAAgB,EAAE,CAAC;qBACpB;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,4BAA4B,EAAE;oBAC5B,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,yCAAyC;oBACzD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,4BAA4B,EAAE;oBAC5B,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,yCAAyC;oBACzD,WAAW,EAAE;wBACX,gBAAgB,EAAE,CAAC;qBACpB;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,iBAAiB,EAAE;oBACjB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,8BAA8B;oBAC9C,WAAW,EAAE;wBACX,gBAAgB,EAAE,CAAC;qBACpB;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,mBAAmB,EAAE;oBACnB,cAAc,EAAE,gCAAgC;oBAChD,YAAY,EAAE,EAAE;oBAChB,WAAW,EAAE;wBACX,gBAAgB,EAAE,GAAG;wBACrB,gBAAgB,EAAE,CAAC;qBACpB;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,oBAAoB,EAAE;oBACpB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,iCAAiC;oBACjD,IAAI,EAAE;wBACJ,IAAI,EAAE,MAAM;wBACZ,aAAa,EAAE;4BACb,KAAK;4BACL,UAAU;4BACV,MAAM;yBACP;qBACF;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,wBACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,SAAS,EAAE;oBACT,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,sBAAsB;oBACtC,IAAI,EAAE;wBACJ,IAAI,EAAE,MAAM;qBACb;iBACF,EACD,iBAAiB,EAAE;oBACjB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,8BAA8B;oBAC9C,IAAI,EAAE;wBACJ,IAAI,EAAE,MAAM;wBACZ,aAAa,EAAE;4BACb,QAAQ;4BACR,UAAU;4BACV,SAAS;4BACT,WAAW;4BACX,UAAU;4BACV,YAAY;4BACZ,UAAU;4BACV,UAAU;4BACV,SAAS;4BACT,YAAY;4BACZ,UAAU;yBACX;qBACF;iBACF,EACD,KAAK,EAAE;oBACL,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,kBAAkB;oBAClC,IAAI,EAAE;wBACJ,IAAI,EAAE,MAAM;wBACZ,aAAa,EAAE;4BACb,QAAQ;4BACR,WAAW;yBACZ;qBACF;iBACF,EACD,YAAY,EAAE;oBACZ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,yBAAyB;oBACzC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;qBACjB;iBACF,EACD,gBAAgB,EAAE;oBAChB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,6BAA6B;oBAC7C,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;qBACjB;iBACF,EACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,qBAAqB;oBACrC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,GACF;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,wBACV,WAAW,CAAC,IAAI,CAAC,eAAe,KACnC,gBAAgB,EAAE;oBAChB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,6BAA6B;oBAC7C,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;qBACjB;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,EAAE;gBACf,WAAW,EAAE;oBACX,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,aAAa;oBAC7B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;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,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,oBAAoB;6BAChC;yBACF;qBACF;iBACF;gBACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,UAAU;oBAC1B,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,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,eAAe;6BAC3B;yBACF;qBACF;iBACF;gBACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,UAAU;oBAC1B,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,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,UAAU;oBAC1B,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,SAAS,EAAE;oBACT,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,WAAW;oBAC3B,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;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,8CAA8C,GAA2B;QACpF,cAAc,EAAE,gDAAgD;QAChE,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,gDAAgD;YAC3D,eAAe,EAAE;gBACf,SAAS,EAAE;oBACT,cAAc,EAAE,WAAW;oBAC3B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,YAAY,EAAE;oBACZ,cAAc,EAAE,cAAc;oBAC9B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;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,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,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,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,eAAe,EAAE;oBACf,cAAc,EAAE,iBAAiB;oBACjC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,cAAc,EAAE;oBACd,cAAc,EAAE,gBAAgB;oBAChC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,gDAAgD;6BAC5D;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,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,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,YAAY,EAAE;oBACZ,cAAc,EAAE,cAAc;oBAC9B,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,oBAAoB,EAAE;oBACpB,cAAc,EAAE,sBAAsB;oBACtC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,kCAAkC;6BAC9C;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,WAAW;gCACjB,SAAS,EAAE,+BAA+B;6BAC3C;yBACF;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,oBAAoB,EAAE;oBACpB,cAAc,EAAE,sBAAsB;oBACtC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,mCAAmC;qBAC/C;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,WAAW;wBACjB,SAAS,EAAE,kBAAkB;qBAC9B;iBACF;gBACD,UAAU,EAAE;oBACV,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,YAAY;oBAC5B,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,2BAA2B;qBACvC;iBACF;gBACD,MAAM,EAAE;oBACN,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;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,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,WAAW;6BACvB;yBACF;qBACF;iBACF;gBACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,qBAAqB,GAA2B;QAC3D,cAAc,EAAE,uBAAuB;QACvC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,uBAAuB;YAClC,eAAe,EAAE;gBACf,cAAc,EAAE;oBACd,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,gBAAgB;oBAChC,IAAI,EAAE;wBACJ,IAAI,EAAE,MAAM;qBACb;iBACF;gBACD,KAAK,EAAE;oBACL,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,OAAO;oBACvB,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,QAAQ;qBACf;iBACF;gBACD,YAAY,EAAE;oBACZ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,cAAc;oBAC9B,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,SAAS;qBAChB;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,2BAA2B,GAA2B;QACjE,cAAc,EAAE,6BAA6B;QAC7C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,6BAA6B;YACxC,eAAe,EAAE;gBACf,aAAa,EAAE;oBACb,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,eAAe;oBAC/B,IAAI,EAAE;wBACJ,IAAI,EAAE,SAAS;qBAChB;iBACF;gBACD,MAAM,EAAE;oBACN,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,QAAQ;oBACxB,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,qCAAqC,GAA2B;QAC3E,cAAc,EAAE,uCAAuC;QACvD,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,uCAAuC;YAClD,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,mBAAmB;oBACnC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,sCAAsC,GAA2B;QAC5E,cAAc,EAAE,wCAAwC;QACxD,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,wCAAwC;YACnD,eAAe,EAAE;gBACf,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,sBAAsB;oBACtC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,mBAAmB;oBACnC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,wCAAwC,GAA2B;QAC9E,cAAc,EAAE,0CAA0C;QAC1D,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,0CAA0C;YACrD,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,qBAAqB;oBACrC,IAAI,EAAE;wBACJ,IAAI,EAAE,MAAM;qBACb;iBACF;gBACD,UAAU,EAAE;oBACV,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,uBAAuB;oBACvC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,4BAA4B,EAAE;oBAC5B,cAAc,EAAE,yCAAyC;oBACzD,WAAW,EAAE;wBACX,gBAAgB,EAAE,CAAC;qBACpB;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,iBAAiB,EAAE;oBACjB,cAAc,EAAE,8BAA8B;oBAC9C,WAAW,EAAE;wBACX,gBAAgB,EAAE,CAAC;qBACpB;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,uCAAuC,GAA2B;QAC7E,cAAc,EAAE,yCAAyC;QACzD,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,yCAAyC;YACpD,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,cAAc,EAAE;oBACd,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,2BAA2B;oBAC3C,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,YAAY,EAAE;oBACZ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,yBAAyB;oBACzC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,wCAAwC,GAA2B;QAC9E,cAAc,EAAE,0CAA0C;QAC1D,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,0CAA0C;YACrD,eAAe,EAAE;gBACf,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;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,2BAA2B,EAAE;oBAC3B,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,wCAAwC;oBACxD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,qBAAqB,EAAE;oBACrB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,kCAAkC;oBAClD,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,uCAAuC;6BACnD;yBACF;qBACF;iBACF;gBACD,eAAe,EAAE;oBACf,cAAc,EAAE,4BAA4B;oBAC5C,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,wCAAwC;6BACpD;yBACF;qBACF;iBACF;gBACD,eAAe,EAAE;oBACf,cAAc,EAAE,4BAA4B;oBAC5C,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,0CAA0C;6BACtD;yBACF;qBACF;iBACF;gBACD,aAAa,EAAE;oBACb,cAAc,EAAE,0BAA0B;oBAC1C,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,yCAAyC;6BACrD;yBACF;qBACF;iBACF;gBACD,aAAa,EAAE;oBACb,cAAc,EAAE,0BAA0B;oBAC1C,IAAI,EAAE;wBACJ,IAAI,EAAE,MAAM;wBACZ,aAAa,EAAE;4BACb,SAAS;4BACT,UAAU;yBACX;qBACF;iBACF;gBACD,qBAAqB,EAAE;oBACrB,cAAc,EAAE,kCAAkC;oBAClD,IAAI,EAAE;wBACJ,IAAI,EAAE,MAAM;wBACZ,aAAa,EAAE;4BACb,SAAS;4BACT,UAAU;yBACX;qBACF;iBACF;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,oBAAoB;oBACpC,IAAI,EAAE;wBACJ,IAAI,EAAE,MAAM;wBACZ,aAAa,EAAE;4BACb,aAAa;4BACb,uBAAuB;4BACvB,uBAAuB;4BACvB,wBAAwB;4BACxB,wBAAwB;4BACxB,yBAAyB;4BACzB,yBAAyB;4BACzB,0BAA0B;4BAC1B,0BAA0B;yBAC3B;qBACF;iBACF;gBACD,WAAW,EAAE;oBACX,cAAc,EAAE,wBAAwB;oBACxC,YAAY,EAAE,CAAC;oBACf,WAAW,EAAE;wBACX,gBAAgB,EAAE,CAAC;qBACpB;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,sBAAsB,EAAE;oBACtB,cAAc,EAAE,mCAAmC;oBACnD,YAAY,EAAE,EAAE;oBAChB,WAAW,EAAE;wBACX,gBAAgB,EAAE,CAAC;qBACpB;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,4BAA4B,EAAE;oBAC5B,cAAc,EAAE,yCAAyC;oBACzD,WAAW,EAAE;wBACX,gBAAgB,EAAE,CAAC;qBACpB;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,iBAAiB,EAAE;oBACjB,cAAc,EAAE,8BAA8B;oBAC9C,WAAW,EAAE;wBACX,gBAAgB,EAAE,CAAC;qBACpB;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,mBAAmB,EAAE;oBACnB,cAAc,EAAE,gCAAgC;oBAChD,YAAY,EAAE,EAAE;oBAChB,WAAW,EAAE;wBACX,gBAAgB,EAAE,GAAG;wBACrB,gBAAgB,EAAE,CAAC;qBACpB;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,wCAAwC,GAA2B;QAC9E,cAAc,EAAE,0CAA0C;QAC1D,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,0CAA0C;YACrD,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,mBAAmB;oBACnC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,yCAAyC,GAA2B;QAC/E,cAAc,EAAE,2CAA2C;QAC3D,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,2CAA2C;YACtD,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,SAAS,EAAE;oBACT,cAAc,EAAE,sBAAsB;oBACtC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,mBAAmB;oBACnC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,wCAAwC,GAA2B;QAC9E,cAAc,EAAE,0CAA0C;QAC1D,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,0CAA0C;YACrD,eAAe,EAAE;gBACf,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,qBAAqB;oBACrC,IAAI,EAAE;wBACJ,IAAI,EAAE,MAAM;qBACb;iBACF;gBACD,UAAU,EAAE;oBACV,cAAc,EAAE,uBAAuB;oBACvC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,4BAA4B,EAAE;oBAC5B,cAAc,EAAE,yCAAyC;oBACzD,WAAW,EAAE;wBACX,gBAAgB,EAAE,CAAC;qBACpB;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,iBAAiB,EAAE;oBACjB,cAAc,EAAE,8BAA8B;oBAC9C,WAAW,EAAE;wBACX,gBAAgB,EAAE,CAAC;qBACpB;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,uCAAuC,GAA2B;QAC7E,cAAc,EAAE,yCAAyC;QACzD,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,yCAAyC;YACpD,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,cAAc,EAAE;oBACd,cAAc,EAAE,2BAA2B;oBAC3C,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,YAAY,EAAE;oBACZ,cAAc,EAAE,yBAAyB;oBACzC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,wCAAwC,GAA2B;QAC9E,cAAc,EAAE,0CAA0C;QAC1D,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,0CAA0C;YACrD,eAAe,EAAE;gBACf,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,qBAAqB,EAAE;oBACrB,cAAc,EAAE,kCAAkC;oBAClD,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,0CAA0C;6BACtD;yBACF;qBACF;iBACF;gBACD,eAAe,EAAE;oBACf,cAAc,EAAE,4BAA4B;oBAC5C,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,2CAA2C;6BACvD;yBACF;qBACF;iBACF;gBACD,eAAe,EAAE;oBACf,cAAc,EAAE,4BAA4B;oBAC5C,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,0CAA0C;6BACtD;yBACF;qBACF;iBACF;gBACD,aAAa,EAAE;oBACb,cAAc,EAAE,0BAA0B;oBAC1C,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,yCAAyC;6BACrD;yBACF;qBACF;iBACF;gBACD,aAAa,EAAE;oBACb,cAAc,EAAE,0BAA0B;oBAC1C,IAAI,EAAE;wBACJ,IAAI,EAAE,MAAM;wBACZ,aAAa,EAAE;4BACb,SAAS;4BACT,UAAU;yBACX;qBACF;iBACF;gBACD,qBAAqB,EAAE;oBACrB,cAAc,EAAE,kCAAkC;oBAClD,IAAI,EAAE;wBACJ,IAAI,EAAE,MAAM;wBACZ,aAAa,EAAE;4BACb,SAAS;4BACT,UAAU;yBACX;qBACF;iBACF;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,oBAAoB;oBACpC,IAAI,EAAE;wBACJ,IAAI,EAAE,MAAM;wBACZ,aAAa,EAAE;4BACb,aAAa;4BACb,uBAAuB;4BACvB,uBAAuB;4BACvB,wBAAwB;4BACxB,wBAAwB;4BACxB,yBAAyB;4BACzB,yBAAyB;4BACzB,0BAA0B;4BAC1B,0BAA0B;yBAC3B;qBACF;iBACF;gBACD,WAAW,EAAE;oBACX,cAAc,EAAE,wBAAwB;oBACxC,WAAW,EAAE;wBACX,gBAAgB,EAAE,CAAC;qBACpB;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,sBAAsB,EAAE;oBACtB,cAAc,EAAE,mCAAmC;oBACnD,WAAW,EAAE;wBACX,gBAAgB,EAAE,CAAC;qBACpB;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,4BAA4B,EAAE;oBAC5B,cAAc,EAAE,yCAAyC;oBACzD,WAAW,EAAE;wBACX,gBAAgB,EAAE,CAAC;qBACpB;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,iBAAiB,EAAE;oBACjB,cAAc,EAAE,8BAA8B;oBAC9C,WAAW,EAAE;wBACX,gBAAgB,EAAE,CAAC;qBACpB;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,mBAAmB,EAAE;oBACnB,cAAc,EAAE,gCAAgC;oBAChD,WAAW,EAAE;wBACX,gBAAgB,EAAE,GAAG;wBACrB,gBAAgB,EAAE,CAAC;qBACpB;oBACD,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,MAAM,EAAE;oBACN,cAAc,EAAE,mBAAmB;oBACnC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,2BAA2B,GAA2B;QACjE,cAAc,EAAE,6BAA6B;QAC7C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,6BAA6B;YACxC,eAAe,EAAE;gBACf,SAAS,EAAE;oBACT,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,sBAAsB;oBACtC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,mBAAmB;oBACnC,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,SAAS,EAAE;oBACT,cAAc,EAAE,sBAAsB;oBACtC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,mBAAmB;oBACnC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;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,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,qBAAqB;oBACrC,IAAI,EAAE;wBACJ,IAAI,EAAE,MAAM;qBACb;iBACF;gBACD,UAAU,EAAE;oBACV,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,uBAAuB;oBACvC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,4BAA4B,EAAE;oBAC5B,cAAc,EAAE,yCAAyC;oBACzD,WAAW,EAAE;wBACX,gBAAgB,EAAE,CAAC;qBACpB;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,iBAAiB,EAAE;oBACjB,cAAc,EAAE,8BAA8B;oBAC9C,WAAW,EAAE;wBACX,gBAAgB,EAAE,CAAC;qBACpB;oBACD,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,QAAQ,EAAE;oBACR,cAAc,EAAE,qBAAqB;oBACrC,IAAI,EAAE;wBACJ,IAAI,EAAE,MAAM;qBACb;iBACF;gBACD,UAAU,EAAE;oBACV,cAAc,EAAE,uBAAuB;oBACvC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,4BAA4B,EAAE;oBAC5B,cAAc,EAAE,yCAAyC;oBACzD,WAAW,EAAE;wBACX,gBAAgB,EAAE,CAAC;qBACpB;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,iBAAiB,EAAE;oBACjB,cAAc,EAAE,8BAA8B;oBAC9C,WAAW,EAAE;wBACX,gBAAgB,EAAE,CAAC;qBACpB;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,oCAAoC,GAA2B;QAC1E,cAAc,EAAE,sCAAsC;QACtD,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,sCAAsC;YACjD,eAAe,EAAE;gBACf,cAAc,EAAE;oBACd,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,2BAA2B;oBAC3C,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,YAAY,EAAE;oBACZ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,yBAAyB;oBACzC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;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,cAAc,EAAE;oBACd,cAAc,EAAE,2BAA2B;oBAC3C,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,YAAY,EAAE;oBACZ,cAAc,EAAE,yBAAyB;oBACzC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;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,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,UAAU,EAAE,IAAI;oBAChB,cAAc,EAAE,MAAM;oBACtB,YAAY,EAAE,sCAAsC;oBACpD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;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,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,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,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;gBACD,MAAM,EAAE;oBACN,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,QAAQ;oBACxB,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,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,aAAa;6BACzB;yBACF;qBACF;iBACF;gBACD,cAAc,EAAE;oBACd,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,gBAAgB;oBAChC,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,EAAE;gBACf,KAAK,EAAE;oBACL,cAAc,EAAE,OAAO;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,aAAa;qBACzB;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,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,+BAA+B;6BAC3C;yBACF;qBACF;iBACF;gBACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,yCAAyC,GAA2B;QAC/E,cAAc,EAAE,2CAA2C;QAC3D,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,2CAA2C;YACtD,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,iCAAiC;6BAC7C;yBACF;qBACF;iBACF;gBACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,UAAU;oBAC1B,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,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,2BAA2B;6BACvC;yBACF;qBACF;iBACF;gBACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,UAAU;oBAC1B,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,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,kBAAkB;6BAC9B;yBACF;qBACF;iBACF;gBACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,UAAU;oBAC1B,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,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,qBAAqB;6BACjC;yBACF;qBACF;iBACF;gBACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,UAAU;oBAC1B,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,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,eAAe;6BAC3B;yBACF;qBACF;iBACF;gBACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,sBAAsB,GAA2B;QAC5D,cAAc,EAAE,wBAAwB;QACxC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,wBAAwB;YACnC,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,cAAc;6BAC1B;yBACF;qBACF;iBACF;gBACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ICnoEF;;;;;;OAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ICNH;;;;;;;;AAWA,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,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,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,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;AACF,IAAO,IAAM,aAAa,GAAiC;QACzD,aAAa,EAAE,eAAe;QAC9B,MAAM,EAAE;YACN,QAAQ,EAAE,IAAI;YACd,cAAc,EAAE,eAAe;YAC/B,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;AACF,IAAO,IAAM,KAAK,GAAmC;QACnD,aAAa,EAAE;YACb,SAAS;YACT,OAAO;SACR;QACD,MAAM,EAAE;YACN,cAAc,EAAE,QAAQ;YACxB,IAAI,EAAE;gBACJ,IAAI,EAAE,SAAS;aAChB;SACF;KACF,CAAC;AACF,IAAO,IAAM,wBAAwB,GAAiC;QACpE,aAAa,EAAE,0BAA0B;QACzC,MAAM,EAAE;YACN,QAAQ,EAAE,IAAI;YACd,cAAc,EAAE,0BAA0B;YAC1C,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,gBAAgB,GAAiC;QAC5D,aAAa,EAAE,kBAAkB;QACjC,MAAM,EAAE;YACN,QAAQ,EAAE,IAAI;YACd,cAAc,EAAE,kBAAkB;YAClC,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,OAAO,GAAmC;QACrD,aAAa,EAAE;YACb,SAAS;YACT,SAAS;SACV;QACD,MAAM,EAAE;YACN,cAAc,EAAE,UAAU;YAC1B,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,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,IAAI,GAAmC;QAClD,aAAa,EAAE;YACb,SAAS;YACT,MAAM;SACP;QACD,MAAM,EAAE;YACN,cAAc,EAAE,OAAO;YACvB,WAAW,EAAE;gBACX,gBAAgB,EAAE,CAAC;aACpB;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;AACF,IAAO,IAAM,kBAAkB,GAAiC;QAC9D,aAAa,EAAE,oBAAoB;QACnC,MAAM,EAAE;YACN,QAAQ,EAAE,IAAI;YACd,cAAc,EAAE,oBAAoB;YACpC,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,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;AACF,IAAO,IAAM,GAAG,GAAmC;QACjD,aAAa,EAAE;YACb,SAAS;YACT,KAAK;SACN;QACD,MAAM,EAAE;YACN,cAAc,EAAE,MAAM;YACtB,WAAW,EAAE;gBACX,gBAAgB,EAAE,CAAC;aACpB;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;;ICjNF;;;;;;;;IAgBA;AACA;;;;;QAOE,kBAAY,MAAuD;YACjE,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;SACtB;QAkBD,uBAAI,GAAJ,UAAK,OAA+G,EAAE,QAA4E;YAChM,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,OAAO,SAAA;aACR,EACD,iBAAiB,EACjB,QAAQ,CAAyC,CAAC;SACrD;QAqBD,sCAAmB,GAAnB,UAAoB,iBAAyB,EAAE,OAA8H,EAAE,QAA4E;YACzP,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,OAAO,SAAA;aACR,EACD,gCAAgC,EAChC,QAAQ,CAAwD,CAAC;SACpE;;;;;;;;;;QAWD,yBAAM,GAAN,UAAO,iBAAyB,EAAE,WAAmB,EAAE,UAA2D,EAAE,OAAmC;YACrJ,OAAO,IAAI,CAAC,WAAW,CAAC,iBAAiB,EAAC,WAAW,EAAC,UAAU,EAAC,OAAO,CAAC;iBACtE,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,GAAA,CAA2C,CAAC;SAC/F;QAuBD,sBAAG,GAAH,UAAI,iBAAyB,EAAE,WAAmB,EAAE,OAA6F,EAAE,QAAkE;YACnN,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,OAAO,SAAA;aACR,EACD,gBAAgB,EAChB,QAAQ,CAAwC,CAAC;SACpD;;;;;;;;;QAUD,yBAAM,GAAN,UAAO,iBAAyB,EAAE,WAAmB,EAAE,OAA6C;YAClG,OAAO,IAAI,CAAC,WAAW,CAAC,iBAAiB,EAAC,WAAW,EAAC,OAAO,CAAC;iBAC3D,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,GAAA,CAA2C,CAAC;SAC/F;;;;;;;;;QAUD,+BAAY,GAAZ,UAAa,iBAAyB,EAAE,WAAmB,EAAE,OAAmC;YAC9F,OAAO,IAAI,CAAC,iBAAiB,CAAC,iBAAiB,EAAC,WAAW,EAAC,OAAO,CAAC;iBACjE,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,GAAA,CAAC,CAAC;SACrD;QA0BD,wCAAqB,GAArB,UAAsB,QAAgB,EAAE,UAAkD,EAAE,OAAgG,EAAE,QAAqE;YACjQ,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,QAAQ,UAAA;gBACR,UAAU,YAAA;gBACV,OAAO,SAAA;aACR,EACD,kCAAkC,EAClC,QAAQ,CAA0D,CAAC;SACtE;;;;;;;;;;QAWD,8BAAW,GAAX,UAAY,iBAAyB,EAAE,WAAmB,EAAE,UAA2D,EAAE,OAAmC;YAC1J,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,UAAU,YAAA;gBACV,OAAO,SAAA;aACR,EACD,wBAAwB,EACxB,OAAO,CAAC,CAAC;SACZ;;;;;;;;;QAUD,8BAAW,GAAX,UAAY,iBAAyB,EAAE,WAAmB,EAAE,OAAkD;YAC5G,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,OAAO,SAAA;aACR,EACD,wBAAwB,EACxB,OAAO,CAAC,CAAC;SACZ;;;;;;;;;QAUD,oCAAiB,GAAjB,UAAkB,iBAAyB,EAAE,WAAmB,EAAE,OAAmC;YACnG,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,OAAO,SAAA;aACR,EACD,8BAA8B,EAC9B,OAAO,CAAC,CAAC;SACZ;QAqBD,2BAAQ,GAAR,UAAS,YAAoB,EAAE,OAAmH,EAAE,QAA4E;YAC9N,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,YAAY,cAAA;gBACZ,OAAO,SAAA;aACR,EACD,qBAAqB,EACrB,QAAQ,CAA6C,CAAC;SACzD;QAqBD,0CAAuB,GAAvB,UAAwB,YAAoB,EAAE,OAAkI,EAAE,QAA4E;YAC5P,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,YAAY,cAAA;gBACZ,OAAO,SAAA;aACR,EACD,oCAAoC,EACpC,QAAQ,CAA4D,CAAC;SACxE;QACH,eAAC;IAAD,CAAC,IAAA;IAED;IACA,IAAM,UAAU,GAAG,IAAIC,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAClD,IAAM,iBAAiB,GAAyB;QAC9C,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,+EAA+E;QACrF,aAAa,EAAE;YACbC,cAAyB;SAC1B;QACD,eAAe,EAAE;YACfC,MAAiB;YACjBC,GAAc;YACdC,IAAe;YACfC,MAAiB;YACjBC,OAAkB;YAClBC,KAAgB;YAChBC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEC,kCAA0C;aACvD;YACD,OAAO,EAAE;gBACP,UAAU,EAAEC,aAAqB;aAClC;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,gCAAgC,GAAyB;QAC7D,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,kHAAkH;QACxH,aAAa,EAAE;YACbV,cAAyB;YACzBW,iBAA4B;SAC7B;QACD,eAAe,EAAE;YACfV,MAAiB;YACjBC,GAAc;YACdC,IAAe;YACfC,MAAiB;YACjBC,OAAkB;YAClBC,KAAgB;YAChBC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEC,kCAA0C;aACvD;YACD,OAAO,EAAE;gBACP,UAAU,EAAEC,aAAqB;aAClC;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,gBAAgB,GAAyB;QAC7C,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,gIAAgI;QACtI,aAAa,EAAE;YACbV,cAAyB;YACzBW,iBAA4B;YAC5BC,WAAsB;SACvB;QACD,eAAe,EAAE;YACfL,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEK,wBAAgC;aAC7C;YACD,OAAO,EAAE;gBACP,UAAU,EAAEH,aAAqB;aAClC;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,kCAAkC,GAAyB;QAC/D,UAAU,EAAE,MAAM;QAClB,IAAI,EAAE,iHAAiH;QACvH,aAAa,EAAE;YACbV,cAAyB;YACzBc,QAAmB;SACpB;QACD,eAAe,EAAE;YACfP,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE,YAAY;YAC3B,MAAM,wBACDO,+BAAuC,KAC1C,QAAQ,EAAE,IAAI,GACf;SACF;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEC,2BAAmC;aAChD;YACD,OAAO,EAAE;gBACP,UAAU,EAAEN,aAAqB;aAClC;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,wBAAwB,GAAyB;QACrD,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,gIAAgI;QACtI,aAAa,EAAE;YACbV,cAAyB;YACzBW,iBAA4B;YAC5BC,WAAsB;SACvB;QACD,eAAe,EAAE;YACfL,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE,YAAY;YAC3B,MAAM,wBACDS,wCAAgD,KACnD,QAAQ,EAAE,IAAI,GACf;SACF;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEJ,wBAAgC;aAC7C;YACD,GAAG,EAAE;gBACH,UAAU,EAAEA,wBAAgC;aAC7C;YACD,OAAO,EAAE;gBACP,UAAU,EAAEH,aAAqB;aAClC;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,wBAAwB,GAAyB;QACrD,UAAU,EAAE,OAAO;QACnB,IAAI,EAAE,gIAAgI;QACtI,aAAa,EAAE;YACbV,cAAyB;YACzBW,iBAA4B;YAC5BC,WAAsB;SACvB;QACD,eAAe,EAAE;YACfL,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE;gBACb,SAAS;gBACT,YAAY;aACb;YACD,MAAM,EAAEU,wCAAgD;SACzD;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEL,wBAAgC;aAC7C;YACD,GAAG,EAAE;gBACH,UAAU,EAAEA,wBAAgC;aAC7C;YACD,GAAG,EAAE;gBACH,UAAU,EAAEA,wBAAgC;aAC7C;YACD,OAAO,EAAE;gBACP,UAAU,EAAEH,aAAqB;aAClC;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,8BAA8B,GAAyB;QAC3D,UAAU,EAAE,QAAQ;QACpB,IAAI,EAAE,gIAAgI;QACtI,aAAa,EAAE;YACbV,cAAyB;YACzBW,iBAA4B;YAC5BC,WAAsB;SACvB;QACD,eAAe,EAAE;YACfL,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,aAAqB;aAClC;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;YACbS,YAAuB;SACxB;QACD,eAAe,EAAE;YACflB,MAAiB;YACjBC,GAAc;YACdC,IAAe;YACfC,MAAiB;YACjBC,OAAkB;YAClBC,KAAgB;YAChBC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEC,kCAA0C;aACvD;YACD,OAAO,EAAE;gBACP,UAAU,EAAEC,aAAqB;aAClC;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;YACbS,YAAuB;SACxB;QACD,eAAe,EAAE;YACflB,MAAiB;YACjBC,GAAc;YACdC,IAAe;YACfC,MAAiB;YACjBC,OAAkB;YAClBC,KAAgB;YAChBC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEC,kCAA0C;aACvD;YACD,OAAO,EAAE;gBACP,UAAU,EAAEC,aAAqB;aAClC;SACF;QACD,UAAU,YAAA;KACX,CAAC;;ICpkBF;;;;;;OAMG;;;;;;;;;;;;;;;;;;;;;;;ICNH;;;;;;;;AASA,IAMA;AACA;;;;;QAOE,+BAAY,MAAuD;YACjE,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;SACtB;QAwBD,6CAAa,GAAb,UAAc,iBAAyB,EAAE,WAAmB,EAAE,OAA4I,EAAE,QAAmF;YAC7R,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,OAAO,SAAA;aACR,EACD,0BAA0B,EAC1B,QAAQ,CAA+D,CAAC;SAC3E;QA2BD,mCAAG,GAAH,UAAI,iBAAyB,EAAE,WAAmB,EAAE,wBAAgC,EAAE,OAAsF,EAAE,QAAuC;YACnN,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,wBAAwB,0BAAA;gBACxB,OAAO,SAAA;aACR,EACD,gBAAgB,EAChB,QAAQ,CAAC,CAAC;SACb;QA0BD,mCAAG,GAAH,UAAI,iBAAyB,EAAE,WAAmB,EAAE,wBAAgC,EAAE,OAAoG,EAAE,QAAyE;YACnQ,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,wBAAwB,0BAAA;gBACxB,OAAO,SAAA;aACR,EACDU,kBAAgB,EAChB,QAAQ,CAAqD,CAAC;SACjE;QA2BD,4CAAY,GAAZ,UAAa,iBAAyB,EAAE,WAAmB,EAAE,wBAAgC,EAAE,OAAkE,EAAE,QAAuC;YACxM,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,wBAAwB,0BAAA;gBACxB,OAAO,SAAA;aACR,EACD,yBAAyB,EACzB,QAAQ,CAAC,CAAC;SACb;QAqBD,iDAAiB,GAAjB,UAAkB,YAAoB,EAAE,OAAgJ,EAAE,QAAmF;YAC3Q,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,YAAY,cAAA;gBACZ,OAAO,SAAA;aACR,EACD,8BAA8B,EAC9B,QAAQ,CAAmE,CAAC;SAC/E;QACH,4BAAC;IAAD,CAAC,IAAA;IAED;IACA,IAAMC,YAAU,GAAG,IAAItB,iBAAiB,CAACuB,SAAO,CAAC,CAAC;IAClD,IAAM,0BAA0B,GAAyB;QACvD,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,sJAAsJ;QAC5J,aAAa,EAAE;YACbtB,cAAyB;YACzBW,iBAA4B;YAC5BC,WAAsB;SACvB;QACD,eAAe,EAAE;YACfX,MAAiB;YACjBC,GAAc;YACdC,IAAe;YACfC,MAAiB;YACjBC,OAAkB;YAClBC,KAAgB;YAChBC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEe,yCAAiD;aAC9D;YACD,OAAO,EAAE;gBACP,UAAU,EAAEb,aAAqB;aAClC;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAM,gBAAgB,GAAyB;QAC7C,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,iLAAiL;QACvL,aAAa,EAAE;YACbV,cAAyB;YACzBW,iBAA4B;YAC5BC,WAAsB;YACtBY,wBAAmC;SACpC;QACD,eAAe,EAAE;YACfjB,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE;gBACb,SAAS;gBACT,YAAY;aACb;YACD,MAAM,EAAEiB,0BAAkC;SAC3C;QACD,SAAS,EAAE;YACT,GAAG,EAAE,EAAE;YACP,OAAO,EAAE;gBACP,UAAU,EAAEf,aAAqB;aAClC;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAMU,kBAAgB,GAAyB;QAC7C,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,iLAAiL;QACvL,aAAa,EAAE;YACbpB,cAAyB;YACzBW,iBAA4B;YAC5BC,WAAsB;YACtBY,wBAAmC;SACpC;QACD,eAAe,EAAE;YACfjB,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEkB,+BAAuC;aACpD;YACD,OAAO,EAAE;gBACP,UAAU,EAAEhB,aAAqB;aAClC;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAM,yBAAyB,GAAyB;QACtD,UAAU,EAAE,QAAQ;QACpB,IAAI,EAAE,iLAAiL;QACvL,aAAa,EAAE;YACbV,cAAyB;YACzBW,iBAA4B;YAC5BC,WAAsB;YACtBY,wBAAmC;SACpC;QACD,eAAe,EAAE;YACfjB,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE,EAAE;YACP,OAAO,EAAE;gBACP,UAAU,EAAEE,aAAqB;aAClC;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAM,8BAA8B,GAAyB;QAC3D,UAAU,EAAE,KAAK;QACjB,OAAO,EAAE,8BAA8B;QACvC,IAAI,EAAE,YAAY;QAClB,aAAa,EAAE;YACbS,YAAuB;SACxB;QACD,eAAe,EAAE;YACflB,MAAiB;YACjBC,GAAc;YACdC,IAAe;YACfC,MAAiB;YACjBC,OAAkB;YAClBC,KAAgB;YAChBC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEe,yCAAiD;aAC9D;YACD,OAAO,EAAE;gBACP,UAAU,EAAEb,aAAqB;aAClC;SACF;QACD,UAAU,cAAA;KACX,CAAC;;ICtVF;;;;;;OAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;ICNH;;;;;;;;IAeA;AACA;;;;;QAOE,yBAAY,MAAuD;YACjE,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;SACtB;QAwBD,uCAAa,GAAb,UAAc,iBAAyB,EAAE,WAAmB,EAAE,OAAgI,EAAE,QAA6E;YAC3Q,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,OAAO,SAAA;aACR,EACDiB,4BAA0B,EAC1B,QAAQ,CAAyD,CAAC;SACrE;QAgCD,6BAAG,GAAH,UAAI,iBAAyB,EAAE,WAAmB,EAAE,kBAA0B,EAAE,UAA8C,EAAE,OAAkE,EAAE,QAAuC;YACzO,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,kBAAkB,oBAAA;gBAClB,UAAU,YAAA;gBACV,OAAO,SAAA;aACR,EACDC,kBAAgB,EAChB,QAAQ,CAAC,CAAC;SACb;QA6BD,6BAAG,GAAH,UAAI,iBAAyB,EAAE,WAAmB,EAAE,kBAA0B,EAAE,OAA8F,EAAE,QAAmE;YACjP,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,kBAAkB,oBAAA;gBAClB,OAAO,SAAA;aACR,EACDR,kBAAgB,EAChB,QAAQ,CAA+C,CAAC;SAC3D;QA2BD,gCAAM,GAAN,UAAO,iBAAyB,EAAE,WAAmB,EAAE,kBAA0B,EAAE,OAAmF,EAAE,QAAuC;YAC7M,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,kBAAkB,oBAAA;gBAClB,OAAO,SAAA;aACR,EACD,mBAAmB,EACnB,QAAQ,CAAC,CAAC;SACb;QA0BD,sCAAY,GAAZ,UAAa,iBAAyB,EAAE,WAAmB,EAAE,kBAA0B,EAAE,OAAkE,EAAE,QAAuC;YAClM,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,kBAAkB,oBAAA;gBAClB,OAAO,SAAA;aACR,EACDS,2BAAyB,EACzB,QAAQ,CAAC,CAAC;SACb;QA+BD,+CAAqB,GAArB,UAAsB,iBAAyB,EAAE,WAAmB,EAAE,kBAA0B,EAAE,OAA+F,EAAE,QAAoE;YACrQ,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,kBAAkB,oBAAA;gBAClB,OAAO,SAAA;aACR,EACD,kCAAkC,EAClC,QAAQ,CAAiE,CAAC;SAC7E;QAiCD,6CAAmB,GAAnB,UAAoB,iBAAyB,EAAE,WAAmB,EAAE,kBAA0B,EAAE,aAAqB,EAAE,OAAqF,EAAE,QAA0D;YACtQ,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,kBAAkB,oBAAA;gBAClB,aAAa,eAAA;gBACb,OAAO,SAAA;aACR,EACD,gCAAgC,EAChC,QAAQ,CAA+D,CAAC;SAC3E;QAoCD,uCAAa,GAAb,UAAc,iBAAyB,EAAE,WAAmB,EAAE,kBAA0B,EAAE,aAAqB,EAAE,OAAkG,EAAE,QAAuE;YAC1R,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,kBAAkB,oBAAA;gBAClB,aAAa,eAAA;gBACb,OAAO,SAAA;aACR,EACD,0BAA0B,EAC1B,QAAQ,CAAyD,CAAC;SACrE;QAqBD,2CAAiB,GAAjB,UAAkB,YAAoB,EAAE,OAAoI,EAAE,QAA6E;YACzP,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,YAAY,cAAA;gBACZ,OAAO,SAAA;aACR,EACDC,gCAA8B,EAC9B,QAAQ,CAA6D,CAAC;SACzE;QAsBD,mDAAyB,GAAzB,UAA0B,YAAoB,EAAE,OAA+F,EAAE,QAAoE;YACnN,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,YAAY,cAAA;gBACZ,OAAO,SAAA;aACR,EACD,sCAAsC,EACtC,QAAQ,CAAqE,CAAC;SACjF;QAqBD,2CAAiB,GAAjB,UAAkB,YAAoB,EAAE,OAAkG,EAAE,QAAuE;YACjN,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,YAAY,cAAA;gBACZ,OAAO,SAAA;aACR,EACD,8BAA8B,EAC9B,QAAQ,CAA6D,CAAC;SACzE;QACH,sBAAC;IAAD,CAAC,IAAA;IAED;IACA,IAAMT,YAAU,GAAG,IAAItB,iBAAiB,CAACuB,SAAO,CAAC,CAAC;IAClD,IAAMK,4BAA0B,GAAyB;QACvD,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,gJAAgJ;QACtJ,aAAa,EAAE;YACb3B,cAAyB;YACzBW,iBAA4B;YAC5BC,WAAsB;SACvB;QACD,eAAe,EAAE;YACfX,MAAiB;YACjBC,GAAc;YACdC,IAAe;YACfC,MAAiB;YACjBC,OAAkB;YAClBC,KAAgB;YAChBC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEuB,mCAA2C;aACxD;YACD,OAAO,EAAE;gBACP,UAAU,EAAErB,aAAqB;aAClC;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAMkB,kBAAgB,GAAyB;QAC7C,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,qKAAqK;QAC3K,aAAa,EAAE;YACb5B,cAAyB;YACzBW,iBAA4B;YAC5BC,WAAsB;YACtBoB,kBAA6B;SAC9B;QACD,eAAe,EAAE;YACfzB,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE,YAAY;YAC3B,MAAM,wBACDyB,2BAAmC,KACtC,QAAQ,EAAE,IAAI,GACf;SACF;QACD,SAAS,EAAE;YACT,GAAG,EAAE,EAAE;YACP,OAAO,EAAE;gBACP,UAAU,EAAEvB,aAAqB;aAClC;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAMU,kBAAgB,GAAyB;QAC7C,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,qKAAqK;QAC3K,aAAa,EAAE;YACbpB,cAAyB;YACzBW,iBAA4B;YAC5BC,WAAsB;YACtBoB,kBAA6B;SAC9B;QACD,eAAe,EAAE;YACfzB,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAE0B,yBAAiC;aAC9C;YACD,OAAO,EAAE;gBACP,UAAU,EAAExB,aAAqB;aAClC;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAM,mBAAmB,GAAyB;QAChD,UAAU,EAAE,OAAO;QACnB,IAAI,EAAE,qKAAqK;QAC3K,aAAa,EAAE;YACbV,cAAyB;YACzBW,iBAA4B;YAC5BC,WAAsB;YACtBoB,kBAA6B;SAC9B;QACD,eAAe,EAAE;YACfzB,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE;gBACb,SAAS;gBACT,YAAY;aACb;YACD,MAAM,EAAE2B,8BAAsC;SAC/C;QACD,SAAS,EAAE;YACT,GAAG,EAAE,EAAE;YACP,OAAO,EAAE;gBACP,UAAU,EAAEzB,aAAqB;aAClC;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAMmB,2BAAyB,GAAyB;QACtD,UAAU,EAAE,QAAQ;QACpB,IAAI,EAAE,qKAAqK;QAC3K,aAAa,EAAE;YACb7B,cAAyB;YACzBW,iBAA4B;YAC5BC,WAAsB;YACtBoB,kBAA6B;SAC9B;QACD,eAAe,EAAE;YACfzB,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE,EAAE;YACP,OAAO,EAAE;gBACP,UAAU,EAAEE,aAAqB;aAClC;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAM,kCAAkC,GAAyB;QAC/D,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,gLAAgL;QACtL,aAAa,EAAE;YACbV,cAAyB;YACzBW,iBAA4B;YAC5BC,WAAsB;YACtBoB,kBAA6B;SAC9B;QACD,eAAe,EAAE;YACfzB,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAE4B,0BAAkC;aAC/C;YACD,OAAO,EAAE;gBACP,UAAU,EAAE1B,aAAqB;aAClC;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAM,gCAAgC,GAAyB;QAC7D,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,gMAAgM;QACtM,aAAa,EAAE;YACbV,cAAyB;YACzBW,iBAA4B;YAC5BC,WAAsB;YACtBoB,kBAA6B;YAC7BK,aAAwB;SACzB;QACD,eAAe,EAAE;YACf9B,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAE8B,gBAAwB;aACrC;YACD,OAAO,EAAE;gBACP,UAAU,EAAE5B,aAAqB;aAClC;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAM,0BAA0B,GAAyB;QACvD,UAAU,EAAE,MAAM;QAClB,IAAI,EAAE,8MAA8M;QACpN,aAAa,EAAE;YACbV,cAAyB;YACzBW,iBAA4B;YAC5BC,WAAsB;YACtBoB,kBAA6B;YAC7BK,aAAwB;SACzB;QACD,eAAe,EAAE;YACf9B,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAE+B,6BAAqC;aAClD;YACD,OAAO,EAAE;gBACP,UAAU,EAAE7B,aAAqB;aAClC;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAMoB,gCAA8B,GAAyB;QAC3D,UAAU,EAAE,KAAK;QACjB,OAAO,EAAE,8BAA8B;QACvC,IAAI,EAAE,YAAY;QAClB,aAAa,EAAE;YACbX,YAAuB;SACxB;QACD,eAAe,EAAE;YACflB,MAAiB;YACjBC,GAAc;YACdC,IAAe;YACfC,MAAiB;YACjBC,OAAkB;YAClBC,KAAgB;YAChBC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEuB,mCAA2C;aACxD;YACD,OAAO,EAAE;gBACP,UAAU,EAAErB,aAAqB;aAClC;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAM,sCAAsC,GAAyB;QACnE,UAAU,EAAE,KAAK;QACjB,OAAO,EAAE,8BAA8B;QACvC,IAAI,EAAE,YAAY;QAClB,aAAa,EAAE;YACbS,YAAuB;SACxB;QACD,eAAe,EAAE;YACfZ,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAE4B,0BAAkC;aAC/C;YACD,OAAO,EAAE;gBACP,UAAU,EAAE1B,aAAqB;aAClC;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAM,8BAA8B,GAAyB;QAC3D,UAAU,EAAE,MAAM;QAClB,OAAO,EAAE,8BAA8B;QACvC,IAAI,EAAE,YAAY;QAClB,aAAa,EAAE;YACbS,YAAuB;SACxB;QACD,eAAe,EAAE;YACfZ,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAE+B,6BAAqC;aAClD;YACD,OAAO,EAAE;gBACP,UAAU,EAAE7B,aAAqB;aAClC;SACF;QACD,UAAU,cAAA;KACX,CAAC;;ICjuBF;;;;;;OAMG;;;;;;;;;;;;;;;;;;;;;;;;ICNH;;;;;;;;IAeA;AACA;;;;;QAOE,yBAAY,MAAuD;YACjE,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;SACtB;QAwBD,uCAAa,GAAb,UAAc,iBAAyB,EAAE,WAAmB,EAAE,OAA4F,EAAE,QAAiE;YAC3N,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,OAAO,SAAA;aACR,EACDiB,4BAA0B,EAC1B,QAAQ,CAAyD,CAAC;SACrE;QAkCD,wCAAc,GAAd,UAAe,iBAAyB,EAAE,WAAmB,EAAE,iBAAyB,EAAE,UAAwD,EAAE,OAAkF,EAAE,QAAuD;YAC7R,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,iBAAiB,mBAAA;gBACjB,UAAU,YAAA;gBACV,OAAO,SAAA;aACR,EACD,2BAA2B,EAC3B,QAAQ,CAA0D,CAAC;SACtE;QA0BD,6BAAG,GAAH,UAAI,iBAAyB,EAAE,WAAmB,EAAE,iBAAyB,EAAE,OAAkF,EAAE,QAAuD;YACxN,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,iBAAiB,mBAAA;gBACjB,OAAO,SAAA;aACR,EACDP,kBAAgB,EAChB,QAAQ,CAA+C,CAAC;SAC3D;QA0BD,gCAAM,GAAN,UAAO,iBAAyB,EAAE,WAAmB,EAAE,iBAAyB,EAAE,OAAmG,EAAE,QAAuD;YAC5O,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,iBAAiB,mBAAA;gBACjB,OAAO,SAAA;aACR,EACDoB,qBAAmB,EACnB,QAAQ,CAAkD,CAAC;SAC9D;QA0BD,sCAAY,GAAZ,UAAa,iBAAyB,EAAE,WAAmB,EAAE,iBAAyB,EAAE,OAAkE,EAAE,QAAuC;YACjM,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,iBAAiB,mBAAA;gBACjB,OAAO,SAAA;aACR,EACDX,2BAAyB,EACzB,QAAQ,CAAC,CAAC;SACb;QAqBD,2CAAiB,GAAjB,UAAkB,YAAoB,EAAE,OAA4F,EAAE,QAAiE;YACrM,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,YAAY,cAAA;gBACZ,OAAO,SAAA;aACR,EACDC,gCAA8B,EAC9B,QAAQ,CAA6D,CAAC;SACzE;QACH,sBAAC;IAAD,CAAC,IAAA;IAED;IACA,IAAMT,YAAU,GAAG,IAAItB,iBAAiB,CAACuB,SAAO,CAAC,CAAC;IAClD,IAAMK,4BAA0B,GAAyB;QACvD,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,gJAAgJ;QACtJ,aAAa,EAAE;YACb3B,cAAyB;YACzBW,iBAA4B;YAC5BC,WAAsB;SACvB;QACD,eAAe,EAAE;YACfL,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEiC,uBAA+B;aAC5C;YACD,OAAO,EAAE;gBACP,UAAU,EAAE/B,aAAqB;aAClC;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAM,2BAA2B,GAAyB;QACxD,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,oKAAoK;QAC1K,aAAa,EAAE;YACbV,cAAyB;YACzBW,iBAA4B;YAC5BC,WAAsB;YACtB8B,iBAA4B;SAC7B;QACD,eAAe,EAAE;YACfnC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE,YAAY;YAC3B,MAAM,wBACDmC,qCAA6C,KAChD,QAAQ,EAAE,IAAI,GACf;SACF;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEC,aAAqB;aAClC;YACD,OAAO,EAAE;gBACP,UAAU,EAAElC,aAAqB;aAClC;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAMU,kBAAgB,GAAyB;QAC7C,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,oKAAoK;QAC1K,aAAa,EAAE;YACbpB,cAAyB;YACzBW,iBAA4B;YAC5BC,WAAsB;YACtB8B,iBAA4B;SAC7B;QACD,eAAe,EAAE;YACfnC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEoC,aAAqB;aAClC;YACD,OAAO,EAAE;gBACP,UAAU,EAAElC,aAAqB;aAClC;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAM8B,qBAAmB,GAAyB;QAChD,UAAU,EAAE,OAAO;QACnB,IAAI,EAAE,oKAAoK;QAC1K,aAAa,EAAE;YACbxC,cAAyB;YACzBW,iBAA4B;YAC5BC,WAAsB;YACtB8B,iBAA4B;SAC7B;QACD,eAAe,EAAE;YACfnC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE;gBACb,SAAS;gBACT,YAAY;aACb;YACD,MAAM,EAAEqC,6BAAqC;SAC9C;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAED,aAAqB;aAClC;YACD,OAAO,EAAE;gBACP,UAAU,EAAElC,aAAqB;aAClC;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAMmB,2BAAyB,GAAyB;QACtD,UAAU,EAAE,QAAQ;QACpB,IAAI,EAAE,oKAAoK;QAC1K,aAAa,EAAE;YACb7B,cAAyB;YACzBW,iBAA4B;YAC5BC,WAAsB;YACtB8B,iBAA4B;SAC7B;QACD,eAAe,EAAE;YACfnC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE,EAAE;YACP,GAAG,EAAE,EAAE;YACP,OAAO,EAAE;gBACP,UAAU,EAAEE,aAAqB;aAClC;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAMoB,gCAA8B,GAAyB;QAC3D,UAAU,EAAE,KAAK;QACjB,OAAO,EAAE,8BAA8B;QACvC,IAAI,EAAE,YAAY;QAClB,aAAa,EAAE;YACbX,YAAuB;SACxB;QACD,eAAe,EAAE;YACfZ,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEiC,uBAA+B;aAC5C;YACD,OAAO,EAAE;gBACP,UAAU,EAAE/B,aAAqB;aAClC;SACF;QACD,UAAU,cAAA;KACX,CAAC;;ICzZF;;;;;;OAMG;;;;;;;;;;;;;;;;;;;;;;;;ICNH;;;;;;;;IAeA;AACA;;;;;QAOE,uBAAY,MAAuD;YACjE,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;SACtB;QAuBD,qCAAa,GAAb,UAAc,iBAAyB,EAAE,WAAmB,EAAE,OAA2F,EAAE,QAAgE;YACzN,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,OAAO,SAAA;aACR,EACDiB,4BAA0B,EAC1B,QAAQ,CAAuD,CAAC;SACnE;QA8BD,sCAAc,GAAd,UAAe,iBAAyB,EAAE,WAAmB,EAAE,gBAAwB,EAAE,UAAuD,EAAE,OAAiF,EAAE,QAAsD;YACzR,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,gBAAgB,kBAAA;gBAChB,UAAU,YAAA;gBACV,OAAO,SAAA;aACR,EACDmB,6BAA2B,EAC3B,QAAQ,CAAwD,CAAC;SACpE;QA0BD,2BAAG,GAAH,UAAI,iBAAyB,EAAE,WAAmB,EAAE,gBAAwB,EAAE,OAAiF,EAAE,QAAsD;YACrN,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,gBAAgB,kBAAA;gBAChB,OAAO,SAAA;aACR,EACD1B,kBAAgB,EAChB,QAAQ,CAA6C,CAAC;SACzD;QA0BD,8BAAM,GAAN,UAAO,iBAAyB,EAAE,WAAmB,EAAE,gBAAwB,EAAE,OAAgG,EAAE,QAAsD;YACvO,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,gBAAgB,kBAAA;gBAChB,OAAO,SAAA;aACR,EACDoB,qBAAmB,EACnB,QAAQ,CAAgD,CAAC;SAC5D;QA0BD,oCAAY,GAAZ,UAAa,iBAAyB,EAAE,WAAmB,EAAE,gBAAwB,EAAE,OAAkE,EAAE,QAAuC;YAChM,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,mBAAA;gBACjB,WAAW,aAAA;gBACX,gBAAgB,kBAAA;gBAChB,OAAO,SAAA;aACR,EACDX,2BAAyB,EACzB,QAAQ,CAAC,CAAC;SACb;QAoBD,yCAAiB,GAAjB,UAAkB,YAAoB,EAAE,OAA2F,EAAE,QAAgE;YACnM,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,YAAY,cAAA;gBACZ,OAAO,SAAA;aACR,EACDC,gCAA8B,EAC9B,QAAQ,CAA2D,CAAC;SACvE;QACH,oBAAC;IAAD,CAAC,IAAA;IAED;IACA,IAAMT,YAAU,GAAG,IAAItB,iBAAiB,CAACuB,SAAO,CAAC,CAAC;IAClD,IAAMK,4BAA0B,GAAyB;QACvD,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,8IAA8I;QACpJ,aAAa,EAAE;YACb3B,cAAyB;YACzBW,iBAA4B;YAC5BC,WAAsB;SACvB;QACD,eAAe,EAAE;YACfL,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEuC,sBAA8B;aAC3C;YACD,OAAO,EAAE;gBACP,UAAU,EAAErC,aAAqB;aAClC;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAMoC,6BAA2B,GAAyB;QACxD,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,iKAAiK;QACvK,aAAa,EAAE;YACb9C,cAAyB;YACzBW,iBAA4B;YAC5BC,WAAsB;YACtBoC,gBAA2B;SAC5B;QACD,eAAe,EAAE;YACfzC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE,YAAY;YAC3B,MAAM,wBACDyC,oCAA4C,KAC/C,QAAQ,EAAE,IAAI,GACf;SACF;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEC,YAAoB;aACjC;YACD,OAAO,EAAE;gBACP,UAAU,EAAExC,aAAqB;aAClC;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAMU,kBAAgB,GAAyB;QAC7C,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,iKAAiK;QACvK,aAAa,EAAE;YACbpB,cAAyB;YACzBW,iBAA4B;YAC5BC,WAAsB;YACtBoC,gBAA2B;SAC5B;QACD,eAAe,EAAE;YACfzC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAE0C,YAAoB;aACjC;YACD,OAAO,EAAE;gBACP,UAAU,EAAExC,aAAqB;aAClC;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAM8B,qBAAmB,GAAyB;QAChD,UAAU,EAAE,OAAO;QACnB,IAAI,EAAE,iKAAiK;QACvK,aAAa,EAAE;YACbxC,cAAyB;YACzBW,iBAA4B;YAC5BC,WAAsB;YACtBoC,gBAA2B;SAC5B;QACD,eAAe,EAAE;YACfzC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE;gBACb,SAAS;gBACT,YAAY;aACb;YACD,MAAM,EAAE2C,4BAAoC;SAC7C;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAED,YAAoB;aACjC;YACD,OAAO,EAAE;gBACP,UAAU,EAAExC,aAAqB;aAClC;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAMmB,2BAAyB,GAAyB;QACtD,UAAU,EAAE,QAAQ;QACpB,IAAI,EAAE,iKAAiK;QACvK,aAAa,EAAE;YACb7B,cAAyB;YACzBW,iBAA4B;YAC5BC,WAAsB;YACtBoC,gBAA2B;SAC5B;QACD,eAAe,EAAE;YACfzC,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE,EAAE;YACP,GAAG,EAAE,EAAE;YACP,OAAO,EAAE;gBACP,UAAU,EAAEE,aAAqB;aAClC;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAMoB,gCAA8B,GAAyB;QAC3D,UAAU,EAAE,KAAK;QACjB,OAAO,EAAE,8BAA8B;QACvC,IAAI,EAAE,YAAY;QAClB,aAAa,EAAE;YACbX,YAAuB;SACxB;QACD,eAAe,EAAE;YACfZ,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEuC,sBAA8B;aAC3C;YACD,OAAO,EAAE;gBACP,UAAU,EAAErC,aAAqB;aAClC;SACF;QACD,UAAU,cAAA;KACX,CAAC;;ICnZF;;;;;;OAMG;;;;;;;;;;;;;;;;;ICNH;;;;;;;;AASA,IAMA;AACA;;;;;QAOE,oBAAY,MAAuD;YACjE,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;SACtB;QAiBD,yBAAI,GAAJ,UAAK,OAAwF,EAAE,QAA6D;YAC1J,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,OAAO,SAAA;aACR,EACD0C,mBAAiB,EACjB,QAAQ,CAA2C,CAAC;SACvD;QACH,iBAAC;IAAD,CAAC,IAAA;IAED;IACA,IAAM/B,YAAU,GAAG,IAAItB,iBAAiB,CAACuB,SAAO,CAAC,CAAC;IAClD,IAAM8B,mBAAiB,GAAyB;QAC9C,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,kDAAkD;QACxD,eAAe,EAAE;YACf7C,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAE6C,mBAA2B;aACxC;YACD,OAAO,EAAE;gBACP,UAAU,EAAE3C,aAAqB;aAClC;SACF;QACD,UAAU,cAAA;KACX,CAAC;;ICxEF;;;;;;OAMG;;;;;;;;;;ICNH;;;;;;;;AASA,IAMA;AACA;;;;;QAOE,mBAAY,MAAuD;YACjE,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;SACtB;QAqBD,iCAAa,GAAb,UAAc,QAAgB,EAAE,OAA0F,EAAE,QAA+D;YACzL,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,QAAQ,UAAA;gBACR,OAAO,SAAA;aACR,EACD,0BAA0B,EAC1B,QAAQ,CAAmD,CAAC;SAC/D;QACH,gBAAC;IAAD,CAAC,IAAA;IAED;IACA,IAAMW,YAAU,GAAG,IAAItB,iBAAiB,CAACuB,SAAO,CAAC,CAAC;IAClD,IAAM,0BAA0B,GAAyB;QACvD,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,sGAAsG;QAC5G,aAAa,EAAE;YACbtB,cAAyB;YACzBc,QAAmB;SACpB;QACD,eAAe,EAAE;YACfP,UAAqB;SACtB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAE8C,qBAA6B;aAC1C;YACD,GAAG,EAAE,EAAE;YACP,OAAO,EAAE;gBACP,UAAU,EAAE5C,aAAqB;aAClC;SACF;QACD,UAAU,cAAA;KACX,CAAC;;IClFF;;;;;;;;IAcA,IAAM,WAAW,GAAG,+BAA+B,CAAC;IACpD,IAAM,cAAc,GAAG,OAAO,CAAC;AAE/B;QAAqE,mEAA8B;;;;;;;;;;;;;QAiBjG,yDAAY,WAA8D,EAAE,cAAsB,EAAE,OAAgE;YAApK,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,GAAG6C,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,sDAAC;IAAD,CAAC,CAlDoEC,8BAA8B;;ICjBnG;;;;;;;;;QAiBuD,4DAA+C;;;;;;;;;;;;;QAsBpG,kDAAY,WAA8D,EAAE,cAAsB,EAAE,OAAgE;YAApK,YACE,kBAAM,WAAW,EAAE,cAAc,EAAE,OAAO,CAAC,SAQ5C;YAPC,KAAI,CAAC,QAAQ,GAAG,IAAIC,QAAmB,CAAC,KAAI,CAAC,CAAC;YAC9C,KAAI,CAAC,qBAAqB,GAAG,IAAIC,qBAAgC,CAAC,KAAI,CAAC,CAAC;YACxE,KAAI,CAAC,eAAe,GAAG,IAAIC,eAA0B,CAAC,KAAI,CAAC,CAAC;YAC5D,KAAI,CAAC,eAAe,GAAG,IAAIC,eAA0B,CAAC,KAAI,CAAC,CAAC;YAC5D,KAAI,CAAC,aAAa,GAAG,IAAIC,aAAwB,CAAC,KAAI,CAAC,CAAC;YACxD,KAAI,CAAC,UAAU,GAAG,IAAIC,UAAqB,CAAC,KAAI,CAAC,CAAC;YAClD,KAAI,CAAC,SAAS,GAAG,IAAIC,SAAoB,CAAC,KAAI,CAAC,CAAC;;SACjD;QACH,+CAAC;IAAD,CAhCA,CAAuD,+CAA+C;;;;;;;;;;;;;;;;;;;;;;"}