@azure/arm-storage 19.1.0 → 20.0.0

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 (1960) hide show
  1. package/README.md +10 -10
  2. package/dist/browser/api/blobContainers/index.d.ts +3 -0
  3. package/dist/browser/api/blobContainers/index.js +4 -0
  4. package/dist/browser/api/blobContainers/index.js.map +1 -0
  5. package/dist/browser/api/blobContainers/operations.d.ts +63 -0
  6. package/dist/browser/api/blobContainers/operations.js +454 -0
  7. package/dist/browser/api/blobContainers/operations.js.map +1 -0
  8. package/dist/browser/api/blobContainers/options.d.ts +63 -0
  9. package/dist/browser/api/blobContainers/options.js +4 -0
  10. package/dist/browser/api/blobContainers/options.js.map +1 -0
  11. package/dist/browser/api/blobInventoryPolicies/index.d.ts +3 -0
  12. package/dist/browser/api/blobInventoryPolicies/index.js +4 -0
  13. package/dist/browser/api/blobInventoryPolicies/index.js.map +1 -0
  14. package/dist/browser/api/blobInventoryPolicies/operations.d.ts +22 -0
  15. package/dist/browser/api/blobInventoryPolicies/operations.js +120 -0
  16. package/dist/browser/api/blobInventoryPolicies/operations.js.map +1 -0
  17. package/dist/browser/api/blobInventoryPolicies/options.d.ts +14 -0
  18. package/dist/browser/api/blobInventoryPolicies/options.js +4 -0
  19. package/dist/browser/api/blobInventoryPolicies/options.js.map +1 -0
  20. package/dist/browser/api/blobServices/index.d.ts +3 -0
  21. package/dist/browser/api/blobServices/index.js +4 -0
  22. package/dist/browser/api/blobServices/index.js.map +1 -0
  23. package/dist/browser/api/blobServices/operations.d.ts +18 -0
  24. package/dist/browser/api/blobServices/operations.js +92 -0
  25. package/dist/browser/api/blobServices/operations.js.map +1 -0
  26. package/dist/browser/api/blobServices/options.d.ts +11 -0
  27. package/dist/browser/api/blobServices/options.js +4 -0
  28. package/dist/browser/api/blobServices/options.js.map +1 -0
  29. package/dist/browser/api/connectors/index.d.ts +3 -0
  30. package/dist/browser/api/connectors/index.js +4 -0
  31. package/dist/browser/api/connectors/index.js.map +1 -0
  32. package/dist/browser/api/connectors/operations.d.ts +36 -0
  33. package/dist/browser/api/connectors/operations.js +208 -0
  34. package/dist/browser/api/connectors/operations.js.map +1 -0
  35. package/dist/browser/api/connectors/options.d.ts +28 -0
  36. package/dist/browser/api/connectors/options.js +4 -0
  37. package/dist/browser/api/connectors/options.js.map +1 -0
  38. package/dist/browser/api/dataShares/index.d.ts +3 -0
  39. package/dist/browser/api/dataShares/index.js +4 -0
  40. package/dist/browser/api/dataShares/index.js.map +1 -0
  41. package/dist/browser/api/dataShares/operations.d.ts +27 -0
  42. package/dist/browser/api/dataShares/operations.js +167 -0
  43. package/dist/browser/api/dataShares/operations.js.map +1 -0
  44. package/dist/browser/api/dataShares/options.d.ts +23 -0
  45. package/dist/browser/api/dataShares/options.js +4 -0
  46. package/dist/browser/api/dataShares/options.js.map +1 -0
  47. package/dist/browser/api/deletedAccounts/index.d.ts +3 -0
  48. package/dist/browser/api/deletedAccounts/index.js +4 -0
  49. package/dist/browser/api/deletedAccounts/index.js.map +1 -0
  50. package/dist/browser/api/deletedAccounts/operations.d.ts +14 -0
  51. package/dist/browser/api/deletedAccounts/operations.js +60 -0
  52. package/dist/browser/api/deletedAccounts/operations.js.map +1 -0
  53. package/dist/browser/api/deletedAccounts/options.d.ts +8 -0
  54. package/dist/browser/api/deletedAccounts/options.js +4 -0
  55. package/dist/browser/api/deletedAccounts/options.js.map +1 -0
  56. package/dist/browser/api/encryptionScopes/index.d.ts +3 -0
  57. package/dist/browser/api/encryptionScopes/index.js +4 -0
  58. package/dist/browser/api/encryptionScopes/index.js.map +1 -0
  59. package/dist/browser/api/encryptionScopes/operations.d.ts +22 -0
  60. package/dist/browser/api/encryptionScopes/operations.js +128 -0
  61. package/dist/browser/api/encryptionScopes/operations.js.map +1 -0
  62. package/dist/browser/api/encryptionScopes/options.d.ts +21 -0
  63. package/dist/browser/api/encryptionScopes/options.js +4 -0
  64. package/dist/browser/api/encryptionScopes/options.js.map +1 -0
  65. package/dist/browser/api/fileServices/index.d.ts +3 -0
  66. package/dist/browser/api/fileServices/index.js +4 -0
  67. package/dist/browser/api/fileServices/index.js.map +1 -0
  68. package/dist/browser/api/fileServices/operations.d.ts +26 -0
  69. package/dist/browser/api/fileServices/operations.js +149 -0
  70. package/dist/browser/api/fileServices/operations.js.map +1 -0
  71. package/dist/browser/api/fileServices/options.d.ts +19 -0
  72. package/dist/browser/api/fileServices/options.js +4 -0
  73. package/dist/browser/api/fileServices/options.js.map +1 -0
  74. package/dist/browser/api/fileShares/index.d.ts +3 -0
  75. package/dist/browser/api/fileShares/index.js +4 -0
  76. package/dist/browser/api/fileShares/index.js.map +1 -0
  77. package/dist/browser/api/fileShares/operations.d.ts +34 -0
  78. package/dist/browser/api/fileShares/operations.js +234 -0
  79. package/dist/browser/api/fileShares/operations.js.map +1 -0
  80. package/dist/browser/api/fileShares/options.d.ts +44 -0
  81. package/dist/browser/api/fileShares/options.js +4 -0
  82. package/dist/browser/api/fileShares/options.js.map +1 -0
  83. package/dist/browser/api/index.d.ts +3 -0
  84. package/dist/browser/api/index.js +4 -0
  85. package/dist/browser/api/index.js.map +1 -0
  86. package/dist/browser/api/localUsers/index.d.ts +3 -0
  87. package/dist/browser/api/localUsers/index.js +4 -0
  88. package/dist/browser/api/localUsers/index.js.map +1 -0
  89. package/dist/browser/api/localUsers/operations.d.ts +30 -0
  90. package/dist/browser/api/localUsers/operations.js +181 -0
  91. package/dist/browser/api/localUsers/operations.js.map +1 -0
  92. package/dist/browser/api/localUsers/options.d.ts +27 -0
  93. package/dist/browser/api/localUsers/options.js +4 -0
  94. package/dist/browser/api/localUsers/options.js.map +1 -0
  95. package/dist/browser/api/managementPolicies/index.d.ts +3 -0
  96. package/dist/browser/api/managementPolicies/index.js +4 -0
  97. package/dist/browser/api/managementPolicies/index.js.map +1 -0
  98. package/dist/browser/api/managementPolicies/operations.d.ts +17 -0
  99. package/dist/browser/api/managementPolicies/operations.js +92 -0
  100. package/dist/browser/api/managementPolicies/operations.js.map +1 -0
  101. package/dist/browser/api/managementPolicies/options.d.ts +11 -0
  102. package/dist/browser/api/managementPolicies/options.js +4 -0
  103. package/dist/browser/api/managementPolicies/options.js.map +1 -0
  104. package/dist/browser/api/networkSecurityPerimeterConfigurations/index.d.ts +3 -0
  105. package/dist/browser/api/networkSecurityPerimeterConfigurations/index.js +4 -0
  106. package/dist/browser/api/networkSecurityPerimeterConfigurations/index.js.map +1 -0
  107. package/dist/browser/api/networkSecurityPerimeterConfigurations/operations.d.ts +19 -0
  108. package/dist/browser/api/networkSecurityPerimeterConfigurations/operations.js +95 -0
  109. package/dist/browser/api/networkSecurityPerimeterConfigurations/operations.js.map +1 -0
  110. package/dist/browser/api/networkSecurityPerimeterConfigurations/options.d.ts +13 -0
  111. package/dist/browser/api/networkSecurityPerimeterConfigurations/options.js +4 -0
  112. package/dist/browser/api/networkSecurityPerimeterConfigurations/options.js.map +1 -0
  113. package/dist/browser/api/objectReplicationPolicies/index.d.ts +3 -0
  114. package/dist/browser/api/objectReplicationPolicies/index.js +4 -0
  115. package/dist/browser/api/objectReplicationPolicies/index.js.map +1 -0
  116. package/dist/browser/api/objectReplicationPolicies/operations.d.ts +22 -0
  117. package/dist/browser/api/objectReplicationPolicies/operations.js +120 -0
  118. package/dist/browser/api/objectReplicationPolicies/operations.js.map +1 -0
  119. package/dist/browser/api/objectReplicationPolicies/options.d.ts +14 -0
  120. package/dist/browser/api/objectReplicationPolicies/options.js +4 -0
  121. package/dist/browser/api/objectReplicationPolicies/options.js.map +1 -0
  122. package/dist/browser/api/operations/index.d.ts +3 -0
  123. package/dist/browser/api/operations/index.js +4 -0
  124. package/dist/browser/api/operations/index.js.map +1 -0
  125. package/dist/browser/api/operations/operations.d.ts +10 -0
  126. package/dist/browser/api/operations/operations.js +31 -0
  127. package/dist/browser/api/operations/operations.js.map +1 -0
  128. package/dist/browser/api/operations/options.d.ts +5 -0
  129. package/dist/browser/api/operations/options.js +4 -0
  130. package/dist/browser/api/operations/options.js.map +1 -0
  131. package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
  132. package/dist/browser/api/privateEndpointConnections/index.js +4 -0
  133. package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
  134. package/dist/browser/api/privateEndpointConnections/operations.d.ts +22 -0
  135. package/dist/browser/api/privateEndpointConnections/operations.js +120 -0
  136. package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
  137. package/dist/browser/api/privateEndpointConnections/options.d.ts +14 -0
  138. package/dist/browser/api/privateEndpointConnections/options.js +4 -0
  139. package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
  140. package/dist/browser/api/privateLinkResources/index.d.ts +3 -0
  141. package/dist/browser/api/privateLinkResources/index.js +4 -0
  142. package/dist/browser/api/privateLinkResources/index.js.map +1 -0
  143. package/dist/browser/api/privateLinkResources/operations.d.ts +9 -0
  144. package/dist/browser/api/privateLinkResources/operations.js +34 -0
  145. package/dist/browser/api/privateLinkResources/operations.js.map +1 -0
  146. package/dist/browser/api/privateLinkResources/options.d.ts +5 -0
  147. package/dist/browser/api/privateLinkResources/options.js +4 -0
  148. package/dist/browser/api/privateLinkResources/options.js.map +1 -0
  149. package/dist/browser/api/queue/index.d.ts +3 -0
  150. package/dist/browser/api/queue/index.js +4 -0
  151. package/dist/browser/api/queue/index.js.map +1 -0
  152. package/dist/browser/api/queue/operations.d.ts +26 -0
  153. package/dist/browser/api/queue/operations.js +153 -0
  154. package/dist/browser/api/queue/operations.js.map +1 -0
  155. package/dist/browser/api/queue/options.d.ts +21 -0
  156. package/dist/browser/api/queue/options.js +4 -0
  157. package/dist/browser/api/queue/options.js.map +1 -0
  158. package/dist/browser/api/queueServices/index.d.ts +3 -0
  159. package/dist/browser/api/queueServices/index.js +4 -0
  160. package/dist/browser/api/queueServices/index.js.map +1 -0
  161. package/dist/browser/api/queueServices/operations.d.ts +17 -0
  162. package/dist/browser/api/queueServices/operations.js +92 -0
  163. package/dist/browser/api/queueServices/operations.js.map +1 -0
  164. package/dist/browser/api/queueServices/options.d.ts +11 -0
  165. package/dist/browser/api/queueServices/options.js +4 -0
  166. package/dist/browser/api/queueServices/options.js.map +1 -0
  167. package/dist/browser/api/skus/index.d.ts +3 -0
  168. package/dist/browser/api/skus/index.js +4 -0
  169. package/dist/browser/api/skus/index.js.map +1 -0
  170. package/dist/browser/api/skus/operations.d.ts +10 -0
  171. package/dist/browser/api/skus/operations.js +32 -0
  172. package/dist/browser/api/skus/operations.js.map +1 -0
  173. package/dist/browser/api/skus/options.d.ts +5 -0
  174. package/dist/browser/api/skus/options.js +4 -0
  175. package/dist/browser/api/skus/options.js.map +1 -0
  176. package/dist/browser/api/storageAccounts/index.d.ts +3 -0
  177. package/dist/browser/api/storageAccounts/index.js +4 -0
  178. package/dist/browser/api/storageAccounts/index.js.map +1 -0
  179. package/dist/browser/api/storageAccounts/operations.d.ts +79 -0
  180. package/dist/browser/api/storageAccounts/operations.js +544 -0
  181. package/dist/browser/api/storageAccounts/operations.js.map +1 -0
  182. package/dist/browser/api/storageAccounts/options.d.ts +75 -0
  183. package/dist/browser/api/storageAccounts/options.js +4 -0
  184. package/dist/browser/api/storageAccounts/options.js.map +1 -0
  185. package/dist/browser/api/storageManagementContext.d.ts +22 -0
  186. package/dist/browser/api/storageManagementContext.js +26 -0
  187. package/dist/browser/api/storageManagementContext.js.map +1 -0
  188. package/dist/browser/api/storageTaskAssignmentInstancesReport/index.d.ts +3 -0
  189. package/dist/browser/api/storageTaskAssignmentInstancesReport/index.js +4 -0
  190. package/dist/browser/api/storageTaskAssignmentInstancesReport/index.js.map +1 -0
  191. package/dist/browser/api/storageTaskAssignmentInstancesReport/operations.d.ts +10 -0
  192. package/dist/browser/api/storageTaskAssignmentInstancesReport/operations.js +37 -0
  193. package/dist/browser/api/storageTaskAssignmentInstancesReport/operations.js.map +1 -0
  194. package/dist/browser/api/storageTaskAssignmentInstancesReport/options.d.ts +9 -0
  195. package/dist/browser/api/storageTaskAssignmentInstancesReport/options.js +4 -0
  196. package/dist/browser/api/storageTaskAssignmentInstancesReport/options.js.map +1 -0
  197. package/dist/browser/api/storageTaskAssignments/index.d.ts +3 -0
  198. package/dist/browser/api/storageTaskAssignments/index.js +4 -0
  199. package/dist/browser/api/storageTaskAssignments/index.js.map +1 -0
  200. package/dist/browser/api/storageTaskAssignments/operations.d.ts +31 -0
  201. package/dist/browser/api/storageTaskAssignments/operations.js +199 -0
  202. package/dist/browser/api/storageTaskAssignments/operations.js.map +1 -0
  203. package/dist/browser/api/storageTaskAssignments/options.d.ts +30 -0
  204. package/dist/browser/api/storageTaskAssignments/options.js +4 -0
  205. package/dist/browser/api/storageTaskAssignments/options.js.map +1 -0
  206. package/dist/browser/api/storageTaskAssignmentsInstancesReport/index.d.ts +3 -0
  207. package/dist/browser/api/storageTaskAssignmentsInstancesReport/index.js +4 -0
  208. package/dist/browser/api/storageTaskAssignmentsInstancesReport/index.js.map +1 -0
  209. package/dist/browser/api/storageTaskAssignmentsInstancesReport/operations.d.ts +10 -0
  210. package/dist/browser/api/storageTaskAssignmentsInstancesReport/operations.js +36 -0
  211. package/dist/browser/api/storageTaskAssignmentsInstancesReport/operations.js.map +1 -0
  212. package/dist/browser/api/storageTaskAssignmentsInstancesReport/options.d.ts +9 -0
  213. package/dist/browser/api/storageTaskAssignmentsInstancesReport/options.js +4 -0
  214. package/dist/browser/api/storageTaskAssignmentsInstancesReport/options.js.map +1 -0
  215. package/dist/browser/api/table/index.d.ts +3 -0
  216. package/dist/browser/api/table/index.js +4 -0
  217. package/dist/browser/api/table/index.js.map +1 -0
  218. package/dist/browser/api/table/operations.d.ts +26 -0
  219. package/dist/browser/api/table/operations.js +151 -0
  220. package/dist/browser/api/table/operations.js.map +1 -0
  221. package/dist/browser/api/table/options.d.ts +22 -0
  222. package/dist/browser/api/table/options.js +4 -0
  223. package/dist/browser/api/table/options.js.map +1 -0
  224. package/dist/browser/api/tableServices/index.d.ts +3 -0
  225. package/dist/browser/api/tableServices/index.js +4 -0
  226. package/dist/browser/api/tableServices/index.js.map +1 -0
  227. package/dist/browser/api/tableServices/operations.d.ts +17 -0
  228. package/dist/browser/api/tableServices/operations.js +92 -0
  229. package/dist/browser/api/tableServices/operations.js.map +1 -0
  230. package/dist/browser/api/tableServices/options.d.ts +11 -0
  231. package/dist/browser/api/tableServices/options.js +4 -0
  232. package/dist/browser/api/tableServices/options.js.map +1 -0
  233. package/dist/browser/api/usages/index.d.ts +3 -0
  234. package/dist/browser/api/usages/index.js +4 -0
  235. package/dist/browser/api/usages/index.js.map +1 -0
  236. package/dist/browser/api/usages/operations.d.ts +10 -0
  237. package/dist/browser/api/usages/operations.js +33 -0
  238. package/dist/browser/api/usages/operations.js.map +1 -0
  239. package/dist/browser/api/usages/options.d.ts +5 -0
  240. package/dist/browser/api/usages/options.js +4 -0
  241. package/dist/browser/api/usages/options.js.map +1 -0
  242. package/dist/browser/classic/blobContainers/index.d.ts +43 -0
  243. package/dist/browser/classic/blobContainers/index.js +36 -0
  244. package/dist/browser/classic/blobContainers/index.js.map +1 -0
  245. package/dist/browser/classic/blobInventoryPolicies/index.d.ts +17 -0
  246. package/dist/browser/classic/blobInventoryPolicies/index.js +17 -0
  247. package/dist/browser/classic/blobInventoryPolicies/index.js.map +1 -0
  248. package/dist/browser/classic/blobServices/index.d.ts +15 -0
  249. package/dist/browser/classic/blobServices/index.js +16 -0
  250. package/dist/browser/classic/blobServices/index.js.map +1 -0
  251. package/dist/browser/classic/connectors/index.d.ts +44 -0
  252. package/dist/browser/classic/connectors/index.js +52 -0
  253. package/dist/browser/classic/connectors/index.js.map +1 -0
  254. package/dist/browser/classic/dataShares/index.d.ts +33 -0
  255. package/dist/browser/classic/dataShares/index.js +43 -0
  256. package/dist/browser/classic/dataShares/index.js.map +1 -0
  257. package/dist/browser/classic/deletedAccounts/index.d.ts +13 -0
  258. package/dist/browser/classic/deletedAccounts/index.js +15 -0
  259. package/dist/browser/classic/deletedAccounts/index.js.map +1 -0
  260. package/dist/browser/classic/encryptionScopes/index.d.ts +17 -0
  261. package/dist/browser/classic/encryptionScopes/index.js +17 -0
  262. package/dist/browser/classic/encryptionScopes/index.js.map +1 -0
  263. package/dist/browser/classic/fileServices/index.d.ts +19 -0
  264. package/dist/browser/classic/fileServices/index.js +18 -0
  265. package/dist/browser/classic/fileServices/index.js.map +1 -0
  266. package/dist/browser/classic/fileShares/index.d.ts +23 -0
  267. package/dist/browser/classic/fileShares/index.js +20 -0
  268. package/dist/browser/classic/fileShares/index.js.map +1 -0
  269. package/dist/browser/classic/index.d.ts +27 -0
  270. package/dist/browser/classic/index.js +4 -0
  271. package/dist/browser/classic/index.js.map +1 -0
  272. package/dist/browser/classic/localUsers/index.d.ts +21 -0
  273. package/dist/browser/classic/localUsers/index.js +19 -0
  274. package/dist/browser/classic/localUsers/index.js.map +1 -0
  275. package/dist/browser/classic/managementPolicies/index.d.ts +14 -0
  276. package/dist/browser/classic/managementPolicies/index.js +16 -0
  277. package/dist/browser/classic/managementPolicies/index.js.map +1 -0
  278. package/dist/browser/classic/networkSecurityPerimeterConfigurations/index.d.ts +21 -0
  279. package/dist/browser/classic/networkSecurityPerimeterConfigurations/index.js +25 -0
  280. package/dist/browser/classic/networkSecurityPerimeterConfigurations/index.js.map +1 -0
  281. package/dist/browser/classic/objectReplicationPolicies/index.d.ts +17 -0
  282. package/dist/browser/classic/objectReplicationPolicies/index.js +17 -0
  283. package/dist/browser/classic/objectReplicationPolicies/index.js.map +1 -0
  284. package/dist/browser/classic/operations/index.d.ts +11 -0
  285. package/dist/browser/classic/operations/index.js +14 -0
  286. package/dist/browser/classic/operations/index.js.map +1 -0
  287. package/dist/browser/classic/privateEndpointConnections/index.d.ts +17 -0
  288. package/dist/browser/classic/privateEndpointConnections/index.js +17 -0
  289. package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
  290. package/dist/browser/classic/privateLinkResources/index.d.ts +10 -0
  291. package/dist/browser/classic/privateLinkResources/index.js +14 -0
  292. package/dist/browser/classic/privateLinkResources/index.js.map +1 -0
  293. package/dist/browser/classic/queue/index.d.ts +19 -0
  294. package/dist/browser/classic/queue/index.js +18 -0
  295. package/dist/browser/classic/queue/index.js.map +1 -0
  296. package/dist/browser/classic/queueServices/index.d.ts +14 -0
  297. package/dist/browser/classic/queueServices/index.js +16 -0
  298. package/dist/browser/classic/queueServices/index.js.map +1 -0
  299. package/dist/browser/classic/skus/index.d.ts +11 -0
  300. package/dist/browser/classic/skus/index.js +14 -0
  301. package/dist/browser/classic/skus/index.js.map +1 -0
  302. package/dist/browser/classic/storageAccounts/index.d.ts +71 -0
  303. package/dist/browser/classic/storageAccounts/index.js +80 -0
  304. package/dist/browser/classic/storageAccounts/index.js.map +1 -0
  305. package/dist/browser/classic/storageTaskAssignmentInstancesReport/index.d.ts +11 -0
  306. package/dist/browser/classic/storageTaskAssignmentInstancesReport/index.js +14 -0
  307. package/dist/browser/classic/storageTaskAssignmentInstancesReport/index.js.map +1 -0
  308. package/dist/browser/classic/storageTaskAssignments/index.d.ts +39 -0
  309. package/dist/browser/classic/storageTaskAssignments/index.js +52 -0
  310. package/dist/browser/classic/storageTaskAssignments/index.js.map +1 -0
  311. package/dist/browser/classic/storageTaskAssignmentsInstancesReport/index.d.ts +11 -0
  312. package/dist/browser/classic/storageTaskAssignmentsInstancesReport/index.js +14 -0
  313. package/dist/browser/classic/storageTaskAssignmentsInstancesReport/index.js.map +1 -0
  314. package/dist/browser/classic/table/index.d.ts +19 -0
  315. package/dist/browser/classic/table/index.js +18 -0
  316. package/dist/browser/classic/table/index.js.map +1 -0
  317. package/dist/browser/classic/tableServices/index.d.ts +14 -0
  318. package/dist/browser/classic/tableServices/index.js +16 -0
  319. package/dist/browser/classic/tableServices/index.js.map +1 -0
  320. package/dist/browser/classic/usages/index.d.ts +11 -0
  321. package/dist/browser/classic/usages/index.js +14 -0
  322. package/dist/browser/classic/usages/index.js.map +1 -0
  323. package/dist/browser/index.d.ts +40 -3
  324. package/dist/browser/index.js +5 -6
  325. package/dist/browser/index.js.map +1 -1
  326. package/dist/browser/logger.d.ts +2 -0
  327. package/dist/browser/logger.js +5 -0
  328. package/dist/browser/logger.js.map +1 -0
  329. package/dist/browser/models/index.d.ts +2 -5237
  330. package/dist/browser/models/index.js +1 -692
  331. package/dist/browser/models/index.js.map +1 -1
  332. package/dist/browser/models/models.d.ts +5264 -0
  333. package/dist/browser/models/models.js +5644 -0
  334. package/dist/browser/models/models.js.map +1 -0
  335. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  336. package/dist/browser/restorePollerHelpers.js +135 -0
  337. package/dist/browser/restorePollerHelpers.js.map +1 -0
  338. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  339. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  340. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  341. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  342. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  343. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  344. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  345. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  346. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  347. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  348. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  349. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  350. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  351. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  352. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  353. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  354. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  355. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  356. package/dist/browser/storageManagementClient.d.ts +88 -41
  357. package/dist/browser/storageManagementClient.js +124 -136
  358. package/dist/browser/storageManagementClient.js.map +1 -1
  359. package/dist/commonjs/api/blobContainers/index.d.ts +3 -0
  360. package/dist/commonjs/api/blobContainers/index.js +54 -0
  361. package/dist/commonjs/api/blobContainers/index.js.map +7 -0
  362. package/dist/commonjs/api/blobContainers/operations.d.ts +63 -0
  363. package/dist/commonjs/api/blobContainers/operations.js +669 -0
  364. package/dist/commonjs/api/blobContainers/operations.js.map +7 -0
  365. package/dist/commonjs/api/blobContainers/options.d.ts +63 -0
  366. package/dist/commonjs/api/blobContainers/options.js +16 -0
  367. package/dist/commonjs/api/blobContainers/options.js.map +7 -0
  368. package/dist/commonjs/api/blobInventoryPolicies/index.d.ts +3 -0
  369. package/dist/commonjs/api/blobInventoryPolicies/index.js +34 -0
  370. package/dist/commonjs/api/blobInventoryPolicies/index.js.map +7 -0
  371. package/dist/commonjs/api/blobInventoryPolicies/operations.d.ts +22 -0
  372. package/dist/commonjs/api/blobInventoryPolicies/operations.js +203 -0
  373. package/dist/commonjs/api/blobInventoryPolicies/operations.js.map +7 -0
  374. package/dist/commonjs/api/blobInventoryPolicies/options.d.ts +14 -0
  375. package/dist/commonjs/api/blobInventoryPolicies/options.js +16 -0
  376. package/dist/commonjs/api/blobInventoryPolicies/options.js.map +7 -0
  377. package/dist/commonjs/api/blobServices/index.d.ts +3 -0
  378. package/dist/commonjs/api/blobServices/index.js +32 -0
  379. package/dist/commonjs/api/blobServices/index.js.map +7 -0
  380. package/dist/commonjs/api/blobServices/operations.d.ts +18 -0
  381. package/dist/commonjs/api/blobServices/operations.js +153 -0
  382. package/dist/commonjs/api/blobServices/operations.js.map +7 -0
  383. package/dist/commonjs/api/blobServices/options.d.ts +11 -0
  384. package/dist/commonjs/api/blobServices/options.js +16 -0
  385. package/dist/commonjs/api/blobServices/options.js.map +7 -0
  386. package/dist/commonjs/api/connectors/index.d.ts +3 -0
  387. package/dist/commonjs/api/connectors/index.js +38 -0
  388. package/dist/commonjs/api/connectors/index.js.map +7 -0
  389. package/dist/commonjs/api/connectors/operations.d.ts +36 -0
  390. package/dist/commonjs/api/connectors/operations.js +292 -0
  391. package/dist/commonjs/api/connectors/operations.js.map +7 -0
  392. package/dist/commonjs/api/connectors/options.d.ts +28 -0
  393. package/dist/commonjs/api/connectors/options.js +16 -0
  394. package/dist/commonjs/api/connectors/options.js.map +7 -0
  395. package/dist/commonjs/api/dataShares/index.d.ts +3 -0
  396. package/dist/commonjs/api/dataShares/index.js +36 -0
  397. package/dist/commonjs/api/dataShares/index.js.map +7 -0
  398. package/dist/commonjs/api/dataShares/operations.d.ts +27 -0
  399. package/dist/commonjs/api/dataShares/operations.js +240 -0
  400. package/dist/commonjs/api/dataShares/operations.js.map +7 -0
  401. package/dist/commonjs/api/dataShares/options.d.ts +23 -0
  402. package/dist/commonjs/api/dataShares/options.js +16 -0
  403. package/dist/commonjs/api/dataShares/options.js.map +7 -0
  404. package/dist/commonjs/api/deletedAccounts/index.d.ts +3 -0
  405. package/dist/commonjs/api/deletedAccounts/index.js +30 -0
  406. package/dist/commonjs/api/deletedAccounts/index.js.map +7 -0
  407. package/dist/commonjs/api/deletedAccounts/operations.d.ts +14 -0
  408. package/dist/commonjs/api/deletedAccounts/operations.js +106 -0
  409. package/dist/commonjs/api/deletedAccounts/operations.js.map +7 -0
  410. package/dist/commonjs/api/deletedAccounts/options.d.ts +8 -0
  411. package/dist/commonjs/api/deletedAccounts/options.js +16 -0
  412. package/dist/commonjs/api/deletedAccounts/options.js.map +7 -0
  413. package/dist/commonjs/api/encryptionScopes/index.d.ts +3 -0
  414. package/dist/commonjs/api/encryptionScopes/index.js +34 -0
  415. package/dist/commonjs/api/encryptionScopes/index.js.map +7 -0
  416. package/dist/commonjs/api/encryptionScopes/operations.d.ts +22 -0
  417. package/dist/commonjs/api/encryptionScopes/operations.js +212 -0
  418. package/dist/commonjs/api/encryptionScopes/operations.js.map +7 -0
  419. package/dist/commonjs/api/encryptionScopes/options.d.ts +21 -0
  420. package/dist/commonjs/api/encryptionScopes/options.js +16 -0
  421. package/dist/commonjs/api/encryptionScopes/options.js.map +7 -0
  422. package/dist/commonjs/api/fileServices/index.d.ts +3 -0
  423. package/dist/commonjs/api/fileServices/index.js +36 -0
  424. package/dist/commonjs/api/fileServices/index.js.map +7 -0
  425. package/dist/commonjs/api/fileServices/operations.d.ts +26 -0
  426. package/dist/commonjs/api/fileServices/operations.js +228 -0
  427. package/dist/commonjs/api/fileServices/operations.js.map +7 -0
  428. package/dist/commonjs/api/fileServices/options.d.ts +19 -0
  429. package/dist/commonjs/api/fileServices/options.js +16 -0
  430. package/dist/commonjs/api/fileServices/options.js.map +7 -0
  431. package/dist/commonjs/api/fileShares/index.d.ts +3 -0
  432. package/dist/commonjs/api/fileShares/index.js +40 -0
  433. package/dist/commonjs/api/fileShares/index.js.map +7 -0
  434. package/dist/commonjs/api/fileShares/operations.d.ts +34 -0
  435. package/dist/commonjs/api/fileShares/operations.js +344 -0
  436. package/dist/commonjs/api/fileShares/operations.js.map +7 -0
  437. package/dist/commonjs/api/fileShares/options.d.ts +44 -0
  438. package/dist/commonjs/api/fileShares/options.js +16 -0
  439. package/dist/commonjs/api/fileShares/options.js.map +7 -0
  440. package/dist/commonjs/api/index.d.ts +3 -0
  441. package/dist/commonjs/api/index.js +28 -0
  442. package/dist/commonjs/api/index.js.map +7 -0
  443. package/dist/commonjs/api/localUsers/index.d.ts +3 -0
  444. package/dist/commonjs/api/localUsers/index.js +38 -0
  445. package/dist/commonjs/api/localUsers/index.js.map +7 -0
  446. package/dist/commonjs/api/localUsers/operations.d.ts +30 -0
  447. package/dist/commonjs/api/localUsers/operations.js +276 -0
  448. package/dist/commonjs/api/localUsers/operations.js.map +7 -0
  449. package/dist/commonjs/api/localUsers/options.d.ts +27 -0
  450. package/dist/commonjs/api/localUsers/options.js +16 -0
  451. package/dist/commonjs/api/localUsers/options.js.map +7 -0
  452. package/dist/commonjs/api/managementPolicies/index.d.ts +3 -0
  453. package/dist/commonjs/api/managementPolicies/index.js +32 -0
  454. package/dist/commonjs/api/managementPolicies/index.js.map +7 -0
  455. package/dist/commonjs/api/managementPolicies/operations.d.ts +17 -0
  456. package/dist/commonjs/api/managementPolicies/operations.js +160 -0
  457. package/dist/commonjs/api/managementPolicies/operations.js.map +7 -0
  458. package/dist/commonjs/api/managementPolicies/options.d.ts +11 -0
  459. package/dist/commonjs/api/managementPolicies/options.js +16 -0
  460. package/dist/commonjs/api/managementPolicies/options.js.map +7 -0
  461. package/dist/commonjs/api/networkSecurityPerimeterConfigurations/index.d.ts +3 -0
  462. package/dist/commonjs/api/networkSecurityPerimeterConfigurations/index.js +32 -0
  463. package/dist/commonjs/api/networkSecurityPerimeterConfigurations/index.js.map +7 -0
  464. package/dist/commonjs/api/networkSecurityPerimeterConfigurations/operations.d.ts +19 -0
  465. package/dist/commonjs/api/networkSecurityPerimeterConfigurations/operations.js +162 -0
  466. package/dist/commonjs/api/networkSecurityPerimeterConfigurations/operations.js.map +7 -0
  467. package/dist/commonjs/api/networkSecurityPerimeterConfigurations/options.d.ts +13 -0
  468. package/dist/commonjs/api/networkSecurityPerimeterConfigurations/options.js +16 -0
  469. package/dist/commonjs/api/networkSecurityPerimeterConfigurations/options.js.map +7 -0
  470. package/dist/commonjs/api/objectReplicationPolicies/index.d.ts +3 -0
  471. package/dist/commonjs/api/objectReplicationPolicies/index.js +34 -0
  472. package/dist/commonjs/api/objectReplicationPolicies/index.js.map +7 -0
  473. package/dist/commonjs/api/objectReplicationPolicies/operations.d.ts +22 -0
  474. package/dist/commonjs/api/objectReplicationPolicies/operations.js +203 -0
  475. package/dist/commonjs/api/objectReplicationPolicies/operations.js.map +7 -0
  476. package/dist/commonjs/api/objectReplicationPolicies/options.d.ts +14 -0
  477. package/dist/commonjs/api/objectReplicationPolicies/options.js +16 -0
  478. package/dist/commonjs/api/objectReplicationPolicies/options.js.map +7 -0
  479. package/dist/commonjs/api/operations/index.d.ts +3 -0
  480. package/dist/commonjs/api/operations/index.js +28 -0
  481. package/dist/commonjs/api/operations/index.js.map +7 -0
  482. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  483. package/dist/commonjs/api/operations/operations.js +68 -0
  484. package/dist/commonjs/api/operations/operations.js.map +7 -0
  485. package/dist/commonjs/api/operations/options.d.ts +5 -0
  486. package/dist/commonjs/api/operations/options.js +16 -0
  487. package/dist/commonjs/api/operations/options.js.map +7 -0
  488. package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
  489. package/dist/commonjs/api/privateEndpointConnections/index.js +34 -0
  490. package/dist/commonjs/api/privateEndpointConnections/index.js.map +7 -0
  491. package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +22 -0
  492. package/dist/commonjs/api/privateEndpointConnections/operations.js +203 -0
  493. package/dist/commonjs/api/privateEndpointConnections/operations.js.map +7 -0
  494. package/dist/commonjs/api/privateEndpointConnections/options.d.ts +14 -0
  495. package/dist/commonjs/api/privateEndpointConnections/options.js +16 -0
  496. package/dist/commonjs/api/privateEndpointConnections/options.js.map +7 -0
  497. package/dist/commonjs/api/privateLinkResources/index.d.ts +3 -0
  498. package/dist/commonjs/api/privateLinkResources/index.js +28 -0
  499. package/dist/commonjs/api/privateLinkResources/index.js.map +7 -0
  500. package/dist/commonjs/api/privateLinkResources/operations.d.ts +9 -0
  501. package/dist/commonjs/api/privateLinkResources/operations.js +65 -0
  502. package/dist/commonjs/api/privateLinkResources/operations.js.map +7 -0
  503. package/dist/commonjs/api/privateLinkResources/options.d.ts +5 -0
  504. package/dist/commonjs/api/privateLinkResources/options.js +16 -0
  505. package/dist/commonjs/api/privateLinkResources/options.js.map +7 -0
  506. package/dist/commonjs/api/queue/index.d.ts +3 -0
  507. package/dist/commonjs/api/queue/index.js +36 -0
  508. package/dist/commonjs/api/queue/index.js.map +7 -0
  509. package/dist/commonjs/api/queue/operations.d.ts +26 -0
  510. package/dist/commonjs/api/queue/operations.js +240 -0
  511. package/dist/commonjs/api/queue/operations.js.map +7 -0
  512. package/dist/commonjs/api/queue/options.d.ts +21 -0
  513. package/dist/commonjs/api/queue/options.js +16 -0
  514. package/dist/commonjs/api/queue/options.js.map +7 -0
  515. package/dist/commonjs/api/queueServices/index.d.ts +3 -0
  516. package/dist/commonjs/api/queueServices/index.js +32 -0
  517. package/dist/commonjs/api/queueServices/index.js.map +7 -0
  518. package/dist/commonjs/api/queueServices/operations.d.ts +17 -0
  519. package/dist/commonjs/api/queueServices/operations.js +147 -0
  520. package/dist/commonjs/api/queueServices/operations.js.map +7 -0
  521. package/dist/commonjs/api/queueServices/options.d.ts +11 -0
  522. package/dist/commonjs/api/queueServices/options.js +16 -0
  523. package/dist/commonjs/api/queueServices/options.js.map +7 -0
  524. package/dist/commonjs/api/skus/index.d.ts +3 -0
  525. package/dist/commonjs/api/skus/index.js +28 -0
  526. package/dist/commonjs/api/skus/index.js.map +7 -0
  527. package/dist/commonjs/api/skus/operations.d.ts +10 -0
  528. package/dist/commonjs/api/skus/operations.js +69 -0
  529. package/dist/commonjs/api/skus/operations.js.map +7 -0
  530. package/dist/commonjs/api/skus/options.d.ts +5 -0
  531. package/dist/commonjs/api/skus/options.js +16 -0
  532. package/dist/commonjs/api/skus/options.js.map +7 -0
  533. package/dist/commonjs/api/storageAccounts/index.d.ts +3 -0
  534. package/dist/commonjs/api/storageAccounts/index.js +62 -0
  535. package/dist/commonjs/api/storageAccounts/index.js.map +7 -0
  536. package/dist/commonjs/api/storageAccounts/operations.d.ts +79 -0
  537. package/dist/commonjs/api/storageAccounts/operations.js +796 -0
  538. package/dist/commonjs/api/storageAccounts/operations.js.map +7 -0
  539. package/dist/commonjs/api/storageAccounts/options.d.ts +75 -0
  540. package/dist/commonjs/api/storageAccounts/options.js +16 -0
  541. package/dist/commonjs/api/storageAccounts/options.js.map +7 -0
  542. package/dist/commonjs/api/storageManagementContext.d.ts +22 -0
  543. package/dist/commonjs/api/storageManagementContext.js +47 -0
  544. package/dist/commonjs/api/storageManagementContext.js.map +7 -0
  545. package/dist/commonjs/api/storageTaskAssignmentInstancesReport/index.d.ts +3 -0
  546. package/dist/commonjs/api/storageTaskAssignmentInstancesReport/index.js +28 -0
  547. package/dist/commonjs/api/storageTaskAssignmentInstancesReport/index.js.map +7 -0
  548. package/dist/commonjs/api/storageTaskAssignmentInstancesReport/operations.d.ts +10 -0
  549. package/dist/commonjs/api/storageTaskAssignmentInstancesReport/operations.js +74 -0
  550. package/dist/commonjs/api/storageTaskAssignmentInstancesReport/operations.js.map +7 -0
  551. package/dist/commonjs/api/storageTaskAssignmentInstancesReport/options.d.ts +9 -0
  552. package/dist/commonjs/api/storageTaskAssignmentInstancesReport/options.js +16 -0
  553. package/dist/commonjs/api/storageTaskAssignmentInstancesReport/options.js.map +7 -0
  554. package/dist/commonjs/api/storageTaskAssignments/index.d.ts +3 -0
  555. package/dist/commonjs/api/storageTaskAssignments/index.js +38 -0
  556. package/dist/commonjs/api/storageTaskAssignments/index.js.map +7 -0
  557. package/dist/commonjs/api/storageTaskAssignments/operations.d.ts +31 -0
  558. package/dist/commonjs/api/storageTaskAssignments/operations.js +307 -0
  559. package/dist/commonjs/api/storageTaskAssignments/operations.js.map +7 -0
  560. package/dist/commonjs/api/storageTaskAssignments/options.d.ts +30 -0
  561. package/dist/commonjs/api/storageTaskAssignments/options.js +16 -0
  562. package/dist/commonjs/api/storageTaskAssignments/options.js.map +7 -0
  563. package/dist/commonjs/api/storageTaskAssignmentsInstancesReport/index.d.ts +3 -0
  564. package/dist/commonjs/api/storageTaskAssignmentsInstancesReport/index.js +28 -0
  565. package/dist/commonjs/api/storageTaskAssignmentsInstancesReport/index.js.map +7 -0
  566. package/dist/commonjs/api/storageTaskAssignmentsInstancesReport/operations.d.ts +10 -0
  567. package/dist/commonjs/api/storageTaskAssignmentsInstancesReport/operations.js +73 -0
  568. package/dist/commonjs/api/storageTaskAssignmentsInstancesReport/operations.js.map +7 -0
  569. package/dist/commonjs/api/storageTaskAssignmentsInstancesReport/options.d.ts +9 -0
  570. package/dist/commonjs/api/storageTaskAssignmentsInstancesReport/options.js +16 -0
  571. package/dist/commonjs/api/storageTaskAssignmentsInstancesReport/options.js.map +7 -0
  572. package/dist/commonjs/api/table/index.d.ts +3 -0
  573. package/dist/commonjs/api/table/index.js +36 -0
  574. package/dist/commonjs/api/table/index.js.map +7 -0
  575. package/dist/commonjs/api/table/operations.d.ts +26 -0
  576. package/dist/commonjs/api/table/operations.js +224 -0
  577. package/dist/commonjs/api/table/operations.js.map +7 -0
  578. package/dist/commonjs/api/table/options.d.ts +22 -0
  579. package/dist/commonjs/api/table/options.js +16 -0
  580. package/dist/commonjs/api/table/options.js.map +7 -0
  581. package/dist/commonjs/api/tableServices/index.d.ts +3 -0
  582. package/dist/commonjs/api/tableServices/index.js +32 -0
  583. package/dist/commonjs/api/tableServices/index.js.map +7 -0
  584. package/dist/commonjs/api/tableServices/operations.d.ts +17 -0
  585. package/dist/commonjs/api/tableServices/operations.js +147 -0
  586. package/dist/commonjs/api/tableServices/operations.js.map +7 -0
  587. package/dist/commonjs/api/tableServices/options.d.ts +11 -0
  588. package/dist/commonjs/api/tableServices/options.js +16 -0
  589. package/dist/commonjs/api/tableServices/options.js.map +7 -0
  590. package/dist/commonjs/api/usages/index.d.ts +3 -0
  591. package/dist/commonjs/api/usages/index.js +28 -0
  592. package/dist/commonjs/api/usages/index.js.map +7 -0
  593. package/dist/commonjs/api/usages/operations.d.ts +10 -0
  594. package/dist/commonjs/api/usages/operations.js +70 -0
  595. package/dist/commonjs/api/usages/operations.js.map +7 -0
  596. package/dist/commonjs/api/usages/options.d.ts +5 -0
  597. package/dist/commonjs/api/usages/options.js +16 -0
  598. package/dist/commonjs/api/usages/options.js.map +7 -0
  599. package/dist/commonjs/classic/blobContainers/index.d.ts +43 -0
  600. package/dist/commonjs/classic/blobContainers/index.js +93 -0
  601. package/dist/commonjs/classic/blobContainers/index.js.map +7 -0
  602. package/dist/commonjs/classic/blobInventoryPolicies/index.d.ts +17 -0
  603. package/dist/commonjs/classic/blobInventoryPolicies/index.js +48 -0
  604. package/dist/commonjs/classic/blobInventoryPolicies/index.js.map +7 -0
  605. package/dist/commonjs/classic/blobServices/index.d.ts +15 -0
  606. package/dist/commonjs/classic/blobServices/index.js +40 -0
  607. package/dist/commonjs/classic/blobServices/index.js.map +7 -0
  608. package/dist/commonjs/classic/connectors/index.d.ts +44 -0
  609. package/dist/commonjs/classic/connectors/index.js +118 -0
  610. package/dist/commonjs/classic/connectors/index.js.map +7 -0
  611. package/dist/commonjs/classic/dataShares/index.d.ts +33 -0
  612. package/dist/commonjs/classic/dataShares/index.js +95 -0
  613. package/dist/commonjs/classic/dataShares/index.js.map +7 -0
  614. package/dist/commonjs/classic/deletedAccounts/index.d.ts +13 -0
  615. package/dist/commonjs/classic/deletedAccounts/index.js +39 -0
  616. package/dist/commonjs/classic/deletedAccounts/index.js.map +7 -0
  617. package/dist/commonjs/classic/encryptionScopes/index.d.ts +17 -0
  618. package/dist/commonjs/classic/encryptionScopes/index.js +41 -0
  619. package/dist/commonjs/classic/encryptionScopes/index.js.map +7 -0
  620. package/dist/commonjs/classic/fileServices/index.d.ts +19 -0
  621. package/dist/commonjs/classic/fileServices/index.js +42 -0
  622. package/dist/commonjs/classic/fileServices/index.js.map +7 -0
  623. package/dist/commonjs/classic/fileShares/index.d.ts +23 -0
  624. package/dist/commonjs/classic/fileShares/index.js +44 -0
  625. package/dist/commonjs/classic/fileShares/index.js.map +7 -0
  626. package/dist/commonjs/classic/index.d.ts +27 -0
  627. package/dist/commonjs/classic/index.js +16 -0
  628. package/dist/commonjs/classic/index.js.map +7 -0
  629. package/dist/commonjs/classic/localUsers/index.d.ts +21 -0
  630. package/dist/commonjs/classic/localUsers/index.js +43 -0
  631. package/dist/commonjs/classic/localUsers/index.js.map +7 -0
  632. package/dist/commonjs/classic/managementPolicies/index.d.ts +14 -0
  633. package/dist/commonjs/classic/managementPolicies/index.js +47 -0
  634. package/dist/commonjs/classic/managementPolicies/index.js.map +7 -0
  635. package/dist/commonjs/classic/networkSecurityPerimeterConfigurations/index.d.ts +21 -0
  636. package/dist/commonjs/classic/networkSecurityPerimeterConfigurations/index.js +73 -0
  637. package/dist/commonjs/classic/networkSecurityPerimeterConfigurations/index.js.map +7 -0
  638. package/dist/commonjs/classic/objectReplicationPolicies/index.d.ts +17 -0
  639. package/dist/commonjs/classic/objectReplicationPolicies/index.js +48 -0
  640. package/dist/commonjs/classic/objectReplicationPolicies/index.js.map +7 -0
  641. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  642. package/dist/commonjs/classic/operations/index.js +38 -0
  643. package/dist/commonjs/classic/operations/index.js.map +7 -0
  644. package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +17 -0
  645. package/dist/commonjs/classic/privateEndpointConnections/index.js +48 -0
  646. package/dist/commonjs/classic/privateEndpointConnections/index.js.map +7 -0
  647. package/dist/commonjs/classic/privateLinkResources/index.d.ts +10 -0
  648. package/dist/commonjs/classic/privateLinkResources/index.js +38 -0
  649. package/dist/commonjs/classic/privateLinkResources/index.js.map +7 -0
  650. package/dist/commonjs/classic/queue/index.d.ts +19 -0
  651. package/dist/commonjs/classic/queue/index.js +42 -0
  652. package/dist/commonjs/classic/queue/index.js.map +7 -0
  653. package/dist/commonjs/classic/queueServices/index.d.ts +14 -0
  654. package/dist/commonjs/classic/queueServices/index.js +40 -0
  655. package/dist/commonjs/classic/queueServices/index.js.map +7 -0
  656. package/dist/commonjs/classic/skus/index.d.ts +11 -0
  657. package/dist/commonjs/classic/skus/index.js +38 -0
  658. package/dist/commonjs/classic/skus/index.js.map +7 -0
  659. package/dist/commonjs/classic/storageAccounts/index.d.ts +71 -0
  660. package/dist/commonjs/classic/storageAccounts/index.js +150 -0
  661. package/dist/commonjs/classic/storageAccounts/index.js.map +7 -0
  662. package/dist/commonjs/classic/storageTaskAssignmentInstancesReport/index.d.ts +11 -0
  663. package/dist/commonjs/classic/storageTaskAssignmentInstancesReport/index.js +38 -0
  664. package/dist/commonjs/classic/storageTaskAssignmentInstancesReport/index.js.map +7 -0
  665. package/dist/commonjs/classic/storageTaskAssignments/index.d.ts +39 -0
  666. package/dist/commonjs/classic/storageTaskAssignments/index.js +142 -0
  667. package/dist/commonjs/classic/storageTaskAssignments/index.js.map +7 -0
  668. package/dist/commonjs/classic/storageTaskAssignmentsInstancesReport/index.d.ts +11 -0
  669. package/dist/commonjs/classic/storageTaskAssignmentsInstancesReport/index.js +38 -0
  670. package/dist/commonjs/classic/storageTaskAssignmentsInstancesReport/index.js.map +7 -0
  671. package/dist/commonjs/classic/table/index.d.ts +19 -0
  672. package/dist/commonjs/classic/table/index.js +42 -0
  673. package/dist/commonjs/classic/table/index.js.map +7 -0
  674. package/dist/commonjs/classic/tableServices/index.d.ts +14 -0
  675. package/dist/commonjs/classic/tableServices/index.js +40 -0
  676. package/dist/commonjs/classic/tableServices/index.js.map +7 -0
  677. package/dist/commonjs/classic/usages/index.d.ts +11 -0
  678. package/dist/commonjs/classic/usages/index.js +38 -0
  679. package/dist/commonjs/classic/usages/index.js.map +7 -0
  680. package/dist/commonjs/index.d.ts +40 -3
  681. package/dist/commonjs/index.js +196 -16
  682. package/dist/commonjs/index.js.map +7 -1
  683. package/dist/commonjs/logger.d.ts +2 -0
  684. package/dist/commonjs/logger.js +29 -0
  685. package/dist/commonjs/logger.js.map +7 -0
  686. package/dist/commonjs/models/index.d.ts +2 -5237
  687. package/dist/commonjs/models/index.js +182 -699
  688. package/dist/commonjs/models/index.js.map +7 -1
  689. package/dist/commonjs/models/models.d.ts +5264 -0
  690. package/dist/commonjs/models/models.js +5712 -0
  691. package/dist/commonjs/models/models.js.map +7 -0
  692. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  693. package/dist/commonjs/restorePollerHelpers.js +148 -0
  694. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  695. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  696. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  697. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  698. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  699. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  700. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  701. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  702. package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
  703. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  704. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  705. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
  706. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  707. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  708. package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
  709. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  710. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  711. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  712. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  713. package/dist/commonjs/storageManagementClient.d.ts +88 -41
  714. package/dist/commonjs/storageManagementClient.js +154 -150
  715. package/dist/commonjs/storageManagementClient.js.map +7 -1
  716. package/dist/commonjs/tsdoc-metadata.json +1 -1
  717. package/dist/esm/api/blobContainers/index.d.ts +3 -0
  718. package/dist/esm/api/blobContainers/index.js +4 -0
  719. package/dist/esm/api/blobContainers/index.js.map +1 -0
  720. package/dist/esm/api/blobContainers/operations.d.ts +63 -0
  721. package/dist/esm/api/blobContainers/operations.js +454 -0
  722. package/dist/esm/api/blobContainers/operations.js.map +1 -0
  723. package/dist/esm/api/blobContainers/options.d.ts +63 -0
  724. package/dist/esm/api/blobContainers/options.js +4 -0
  725. package/dist/esm/api/blobContainers/options.js.map +1 -0
  726. package/dist/esm/api/blobInventoryPolicies/index.d.ts +3 -0
  727. package/dist/esm/api/blobInventoryPolicies/index.js +4 -0
  728. package/dist/esm/api/blobInventoryPolicies/index.js.map +1 -0
  729. package/dist/esm/api/blobInventoryPolicies/operations.d.ts +22 -0
  730. package/dist/esm/api/blobInventoryPolicies/operations.js +120 -0
  731. package/dist/esm/api/blobInventoryPolicies/operations.js.map +1 -0
  732. package/dist/esm/api/blobInventoryPolicies/options.d.ts +14 -0
  733. package/dist/esm/api/blobInventoryPolicies/options.js +4 -0
  734. package/dist/esm/api/blobInventoryPolicies/options.js.map +1 -0
  735. package/dist/esm/api/blobServices/index.d.ts +3 -0
  736. package/dist/esm/api/blobServices/index.js +4 -0
  737. package/dist/esm/api/blobServices/index.js.map +1 -0
  738. package/dist/esm/api/blobServices/operations.d.ts +18 -0
  739. package/dist/esm/api/blobServices/operations.js +92 -0
  740. package/dist/esm/api/blobServices/operations.js.map +1 -0
  741. package/dist/esm/api/blobServices/options.d.ts +11 -0
  742. package/dist/esm/api/blobServices/options.js +4 -0
  743. package/dist/esm/api/blobServices/options.js.map +1 -0
  744. package/dist/esm/api/connectors/index.d.ts +3 -0
  745. package/dist/esm/api/connectors/index.js +4 -0
  746. package/dist/esm/api/connectors/index.js.map +1 -0
  747. package/dist/esm/api/connectors/operations.d.ts +36 -0
  748. package/dist/esm/api/connectors/operations.js +208 -0
  749. package/dist/esm/api/connectors/operations.js.map +1 -0
  750. package/dist/esm/api/connectors/options.d.ts +28 -0
  751. package/dist/esm/api/connectors/options.js +4 -0
  752. package/dist/esm/api/connectors/options.js.map +1 -0
  753. package/dist/esm/api/dataShares/index.d.ts +3 -0
  754. package/dist/esm/api/dataShares/index.js +4 -0
  755. package/dist/esm/api/dataShares/index.js.map +1 -0
  756. package/dist/esm/api/dataShares/operations.d.ts +27 -0
  757. package/dist/esm/api/dataShares/operations.js +167 -0
  758. package/dist/esm/api/dataShares/operations.js.map +1 -0
  759. package/dist/esm/api/dataShares/options.d.ts +23 -0
  760. package/dist/esm/api/dataShares/options.js +4 -0
  761. package/dist/esm/api/dataShares/options.js.map +1 -0
  762. package/dist/esm/api/deletedAccounts/index.d.ts +3 -0
  763. package/dist/esm/api/deletedAccounts/index.js +4 -0
  764. package/dist/esm/api/deletedAccounts/index.js.map +1 -0
  765. package/dist/esm/api/deletedAccounts/operations.d.ts +14 -0
  766. package/dist/esm/api/deletedAccounts/operations.js +60 -0
  767. package/dist/esm/api/deletedAccounts/operations.js.map +1 -0
  768. package/dist/esm/api/deletedAccounts/options.d.ts +8 -0
  769. package/dist/esm/api/deletedAccounts/options.js +4 -0
  770. package/dist/esm/api/deletedAccounts/options.js.map +1 -0
  771. package/dist/esm/api/encryptionScopes/index.d.ts +3 -0
  772. package/dist/esm/api/encryptionScopes/index.js +4 -0
  773. package/dist/esm/api/encryptionScopes/index.js.map +1 -0
  774. package/dist/esm/api/encryptionScopes/operations.d.ts +22 -0
  775. package/dist/esm/api/encryptionScopes/operations.js +128 -0
  776. package/dist/esm/api/encryptionScopes/operations.js.map +1 -0
  777. package/dist/esm/api/encryptionScopes/options.d.ts +21 -0
  778. package/dist/esm/api/encryptionScopes/options.js +4 -0
  779. package/dist/esm/api/encryptionScopes/options.js.map +1 -0
  780. package/dist/esm/api/fileServices/index.d.ts +3 -0
  781. package/dist/esm/api/fileServices/index.js +4 -0
  782. package/dist/esm/api/fileServices/index.js.map +1 -0
  783. package/dist/esm/api/fileServices/operations.d.ts +26 -0
  784. package/dist/esm/api/fileServices/operations.js +149 -0
  785. package/dist/esm/api/fileServices/operations.js.map +1 -0
  786. package/dist/esm/api/fileServices/options.d.ts +19 -0
  787. package/dist/esm/api/fileServices/options.js +4 -0
  788. package/dist/esm/api/fileServices/options.js.map +1 -0
  789. package/dist/esm/api/fileShares/index.d.ts +3 -0
  790. package/dist/esm/api/fileShares/index.js +4 -0
  791. package/dist/esm/api/fileShares/index.js.map +1 -0
  792. package/dist/esm/api/fileShares/operations.d.ts +34 -0
  793. package/dist/esm/api/fileShares/operations.js +234 -0
  794. package/dist/esm/api/fileShares/operations.js.map +1 -0
  795. package/dist/esm/api/fileShares/options.d.ts +44 -0
  796. package/dist/esm/api/fileShares/options.js +4 -0
  797. package/dist/esm/api/fileShares/options.js.map +1 -0
  798. package/dist/esm/api/index.d.ts +3 -0
  799. package/dist/esm/api/index.js +4 -0
  800. package/dist/esm/api/index.js.map +1 -0
  801. package/dist/esm/api/localUsers/index.d.ts +3 -0
  802. package/dist/esm/api/localUsers/index.js +4 -0
  803. package/dist/esm/api/localUsers/index.js.map +1 -0
  804. package/dist/esm/api/localUsers/operations.d.ts +30 -0
  805. package/dist/esm/api/localUsers/operations.js +181 -0
  806. package/dist/esm/api/localUsers/operations.js.map +1 -0
  807. package/dist/esm/api/localUsers/options.d.ts +27 -0
  808. package/dist/esm/api/localUsers/options.js +4 -0
  809. package/dist/esm/api/localUsers/options.js.map +1 -0
  810. package/dist/esm/api/managementPolicies/index.d.ts +3 -0
  811. package/dist/esm/api/managementPolicies/index.js +4 -0
  812. package/dist/esm/api/managementPolicies/index.js.map +1 -0
  813. package/dist/esm/api/managementPolicies/operations.d.ts +17 -0
  814. package/dist/esm/api/managementPolicies/operations.js +92 -0
  815. package/dist/esm/api/managementPolicies/operations.js.map +1 -0
  816. package/dist/esm/api/managementPolicies/options.d.ts +11 -0
  817. package/dist/esm/api/managementPolicies/options.js +4 -0
  818. package/dist/esm/api/managementPolicies/options.js.map +1 -0
  819. package/dist/esm/api/networkSecurityPerimeterConfigurations/index.d.ts +3 -0
  820. package/dist/esm/api/networkSecurityPerimeterConfigurations/index.js +4 -0
  821. package/dist/esm/api/networkSecurityPerimeterConfigurations/index.js.map +1 -0
  822. package/dist/esm/api/networkSecurityPerimeterConfigurations/operations.d.ts +19 -0
  823. package/dist/esm/api/networkSecurityPerimeterConfigurations/operations.js +95 -0
  824. package/dist/esm/api/networkSecurityPerimeterConfigurations/operations.js.map +1 -0
  825. package/dist/esm/api/networkSecurityPerimeterConfigurations/options.d.ts +13 -0
  826. package/dist/esm/api/networkSecurityPerimeterConfigurations/options.js +4 -0
  827. package/dist/esm/api/networkSecurityPerimeterConfigurations/options.js.map +1 -0
  828. package/dist/esm/api/objectReplicationPolicies/index.d.ts +3 -0
  829. package/dist/esm/api/objectReplicationPolicies/index.js +4 -0
  830. package/dist/esm/api/objectReplicationPolicies/index.js.map +1 -0
  831. package/dist/esm/api/objectReplicationPolicies/operations.d.ts +22 -0
  832. package/dist/esm/api/objectReplicationPolicies/operations.js +120 -0
  833. package/dist/esm/api/objectReplicationPolicies/operations.js.map +1 -0
  834. package/dist/esm/api/objectReplicationPolicies/options.d.ts +14 -0
  835. package/dist/esm/api/objectReplicationPolicies/options.js +4 -0
  836. package/dist/esm/api/objectReplicationPolicies/options.js.map +1 -0
  837. package/dist/esm/api/operations/index.d.ts +3 -0
  838. package/dist/esm/api/operations/index.js +4 -0
  839. package/dist/esm/api/operations/index.js.map +1 -0
  840. package/dist/esm/api/operations/operations.d.ts +10 -0
  841. package/dist/esm/api/operations/operations.js +31 -0
  842. package/dist/esm/api/operations/operations.js.map +1 -0
  843. package/dist/esm/api/operations/options.d.ts +5 -0
  844. package/dist/esm/api/operations/options.js +4 -0
  845. package/dist/esm/api/operations/options.js.map +1 -0
  846. package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
  847. package/dist/esm/api/privateEndpointConnections/index.js +4 -0
  848. package/dist/esm/api/privateEndpointConnections/index.js.map +1 -0
  849. package/dist/esm/api/privateEndpointConnections/operations.d.ts +22 -0
  850. package/dist/esm/api/privateEndpointConnections/operations.js +120 -0
  851. package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -0
  852. package/dist/esm/api/privateEndpointConnections/options.d.ts +14 -0
  853. package/dist/esm/api/privateEndpointConnections/options.js +4 -0
  854. package/dist/esm/api/privateEndpointConnections/options.js.map +1 -0
  855. package/dist/esm/api/privateLinkResources/index.d.ts +3 -0
  856. package/dist/esm/api/privateLinkResources/index.js +4 -0
  857. package/dist/esm/api/privateLinkResources/index.js.map +1 -0
  858. package/dist/esm/api/privateLinkResources/operations.d.ts +9 -0
  859. package/dist/esm/api/privateLinkResources/operations.js +34 -0
  860. package/dist/esm/api/privateLinkResources/operations.js.map +1 -0
  861. package/dist/esm/api/privateLinkResources/options.d.ts +5 -0
  862. package/dist/esm/api/privateLinkResources/options.js +4 -0
  863. package/dist/esm/api/privateLinkResources/options.js.map +1 -0
  864. package/dist/esm/api/queue/index.d.ts +3 -0
  865. package/dist/esm/api/queue/index.js +4 -0
  866. package/dist/esm/api/queue/index.js.map +1 -0
  867. package/dist/esm/api/queue/operations.d.ts +26 -0
  868. package/dist/esm/api/queue/operations.js +153 -0
  869. package/dist/esm/api/queue/operations.js.map +1 -0
  870. package/dist/esm/api/queue/options.d.ts +21 -0
  871. package/dist/esm/api/queue/options.js +4 -0
  872. package/dist/esm/api/queue/options.js.map +1 -0
  873. package/dist/esm/api/queueServices/index.d.ts +3 -0
  874. package/dist/esm/api/queueServices/index.js +4 -0
  875. package/dist/esm/api/queueServices/index.js.map +1 -0
  876. package/dist/esm/api/queueServices/operations.d.ts +17 -0
  877. package/dist/esm/api/queueServices/operations.js +92 -0
  878. package/dist/esm/api/queueServices/operations.js.map +1 -0
  879. package/dist/esm/api/queueServices/options.d.ts +11 -0
  880. package/dist/esm/api/queueServices/options.js +4 -0
  881. package/dist/esm/api/queueServices/options.js.map +1 -0
  882. package/dist/esm/api/skus/index.d.ts +3 -0
  883. package/dist/esm/api/skus/index.js +4 -0
  884. package/dist/esm/api/skus/index.js.map +1 -0
  885. package/dist/esm/api/skus/operations.d.ts +10 -0
  886. package/dist/esm/api/skus/operations.js +32 -0
  887. package/dist/esm/api/skus/operations.js.map +1 -0
  888. package/dist/esm/api/skus/options.d.ts +5 -0
  889. package/dist/esm/api/skus/options.js +4 -0
  890. package/dist/esm/api/skus/options.js.map +1 -0
  891. package/dist/esm/api/storageAccounts/index.d.ts +3 -0
  892. package/dist/esm/api/storageAccounts/index.js +4 -0
  893. package/dist/esm/api/storageAccounts/index.js.map +1 -0
  894. package/dist/esm/api/storageAccounts/operations.d.ts +79 -0
  895. package/dist/esm/api/storageAccounts/operations.js +544 -0
  896. package/dist/esm/api/storageAccounts/operations.js.map +1 -0
  897. package/dist/esm/api/storageAccounts/options.d.ts +75 -0
  898. package/dist/esm/api/storageAccounts/options.js +4 -0
  899. package/dist/esm/api/storageAccounts/options.js.map +1 -0
  900. package/dist/esm/api/storageManagementContext.d.ts +22 -0
  901. package/dist/esm/api/storageManagementContext.js +26 -0
  902. package/dist/esm/api/storageManagementContext.js.map +1 -0
  903. package/dist/esm/api/storageTaskAssignmentInstancesReport/index.d.ts +3 -0
  904. package/dist/esm/api/storageTaskAssignmentInstancesReport/index.js +4 -0
  905. package/dist/esm/api/storageTaskAssignmentInstancesReport/index.js.map +1 -0
  906. package/dist/esm/api/storageTaskAssignmentInstancesReport/operations.d.ts +10 -0
  907. package/dist/esm/api/storageTaskAssignmentInstancesReport/operations.js +37 -0
  908. package/dist/esm/api/storageTaskAssignmentInstancesReport/operations.js.map +1 -0
  909. package/dist/esm/api/storageTaskAssignmentInstancesReport/options.d.ts +9 -0
  910. package/dist/esm/api/storageTaskAssignmentInstancesReport/options.js +4 -0
  911. package/dist/esm/api/storageTaskAssignmentInstancesReport/options.js.map +1 -0
  912. package/dist/esm/api/storageTaskAssignments/index.d.ts +3 -0
  913. package/dist/esm/api/storageTaskAssignments/index.js +4 -0
  914. package/dist/esm/api/storageTaskAssignments/index.js.map +1 -0
  915. package/dist/esm/api/storageTaskAssignments/operations.d.ts +31 -0
  916. package/dist/esm/api/storageTaskAssignments/operations.js +199 -0
  917. package/dist/esm/api/storageTaskAssignments/operations.js.map +1 -0
  918. package/dist/esm/api/storageTaskAssignments/options.d.ts +30 -0
  919. package/dist/esm/api/storageTaskAssignments/options.js +4 -0
  920. package/dist/esm/api/storageTaskAssignments/options.js.map +1 -0
  921. package/dist/esm/api/storageTaskAssignmentsInstancesReport/index.d.ts +3 -0
  922. package/dist/esm/api/storageTaskAssignmentsInstancesReport/index.js +4 -0
  923. package/dist/esm/api/storageTaskAssignmentsInstancesReport/index.js.map +1 -0
  924. package/dist/esm/api/storageTaskAssignmentsInstancesReport/operations.d.ts +10 -0
  925. package/dist/esm/api/storageTaskAssignmentsInstancesReport/operations.js +36 -0
  926. package/dist/esm/api/storageTaskAssignmentsInstancesReport/operations.js.map +1 -0
  927. package/dist/esm/api/storageTaskAssignmentsInstancesReport/options.d.ts +9 -0
  928. package/dist/esm/api/storageTaskAssignmentsInstancesReport/options.js +4 -0
  929. package/dist/esm/api/storageTaskAssignmentsInstancesReport/options.js.map +1 -0
  930. package/dist/esm/api/table/index.d.ts +3 -0
  931. package/dist/esm/api/table/index.js +4 -0
  932. package/dist/esm/api/table/index.js.map +1 -0
  933. package/dist/esm/api/table/operations.d.ts +26 -0
  934. package/dist/esm/api/table/operations.js +151 -0
  935. package/dist/esm/api/table/operations.js.map +1 -0
  936. package/dist/esm/api/table/options.d.ts +22 -0
  937. package/dist/esm/api/table/options.js +4 -0
  938. package/dist/esm/api/table/options.js.map +1 -0
  939. package/dist/esm/api/tableServices/index.d.ts +3 -0
  940. package/dist/esm/api/tableServices/index.js +4 -0
  941. package/dist/esm/api/tableServices/index.js.map +1 -0
  942. package/dist/esm/api/tableServices/operations.d.ts +17 -0
  943. package/dist/esm/api/tableServices/operations.js +92 -0
  944. package/dist/esm/api/tableServices/operations.js.map +1 -0
  945. package/dist/esm/api/tableServices/options.d.ts +11 -0
  946. package/dist/esm/api/tableServices/options.js +4 -0
  947. package/dist/esm/api/tableServices/options.js.map +1 -0
  948. package/dist/esm/api/usages/index.d.ts +3 -0
  949. package/dist/esm/api/usages/index.js +4 -0
  950. package/dist/esm/api/usages/index.js.map +1 -0
  951. package/dist/esm/api/usages/operations.d.ts +10 -0
  952. package/dist/esm/api/usages/operations.js +33 -0
  953. package/dist/esm/api/usages/operations.js.map +1 -0
  954. package/dist/esm/api/usages/options.d.ts +5 -0
  955. package/dist/esm/api/usages/options.js +4 -0
  956. package/dist/esm/api/usages/options.js.map +1 -0
  957. package/dist/esm/classic/blobContainers/index.d.ts +43 -0
  958. package/dist/esm/classic/blobContainers/index.js +36 -0
  959. package/dist/esm/classic/blobContainers/index.js.map +1 -0
  960. package/dist/esm/classic/blobInventoryPolicies/index.d.ts +17 -0
  961. package/dist/esm/classic/blobInventoryPolicies/index.js +17 -0
  962. package/dist/esm/classic/blobInventoryPolicies/index.js.map +1 -0
  963. package/dist/esm/classic/blobServices/index.d.ts +15 -0
  964. package/dist/esm/classic/blobServices/index.js +16 -0
  965. package/dist/esm/classic/blobServices/index.js.map +1 -0
  966. package/dist/esm/classic/connectors/index.d.ts +44 -0
  967. package/dist/esm/classic/connectors/index.js +52 -0
  968. package/dist/esm/classic/connectors/index.js.map +1 -0
  969. package/dist/esm/classic/dataShares/index.d.ts +33 -0
  970. package/dist/esm/classic/dataShares/index.js +43 -0
  971. package/dist/esm/classic/dataShares/index.js.map +1 -0
  972. package/dist/esm/classic/deletedAccounts/index.d.ts +13 -0
  973. package/dist/esm/classic/deletedAccounts/index.js +15 -0
  974. package/dist/esm/classic/deletedAccounts/index.js.map +1 -0
  975. package/dist/esm/classic/encryptionScopes/index.d.ts +17 -0
  976. package/dist/esm/classic/encryptionScopes/index.js +17 -0
  977. package/dist/esm/classic/encryptionScopes/index.js.map +1 -0
  978. package/dist/esm/classic/fileServices/index.d.ts +19 -0
  979. package/dist/esm/classic/fileServices/index.js +18 -0
  980. package/dist/esm/classic/fileServices/index.js.map +1 -0
  981. package/dist/esm/classic/fileShares/index.d.ts +23 -0
  982. package/dist/esm/classic/fileShares/index.js +20 -0
  983. package/dist/esm/classic/fileShares/index.js.map +1 -0
  984. package/dist/esm/classic/index.d.ts +27 -0
  985. package/dist/esm/classic/index.js +4 -0
  986. package/dist/esm/classic/index.js.map +1 -0
  987. package/dist/esm/classic/localUsers/index.d.ts +21 -0
  988. package/dist/esm/classic/localUsers/index.js +19 -0
  989. package/dist/esm/classic/localUsers/index.js.map +1 -0
  990. package/dist/esm/classic/managementPolicies/index.d.ts +14 -0
  991. package/dist/esm/classic/managementPolicies/index.js +16 -0
  992. package/dist/esm/classic/managementPolicies/index.js.map +1 -0
  993. package/dist/esm/classic/networkSecurityPerimeterConfigurations/index.d.ts +21 -0
  994. package/dist/esm/classic/networkSecurityPerimeterConfigurations/index.js +25 -0
  995. package/dist/esm/classic/networkSecurityPerimeterConfigurations/index.js.map +1 -0
  996. package/dist/esm/classic/objectReplicationPolicies/index.d.ts +17 -0
  997. package/dist/esm/classic/objectReplicationPolicies/index.js +17 -0
  998. package/dist/esm/classic/objectReplicationPolicies/index.js.map +1 -0
  999. package/dist/esm/classic/operations/index.d.ts +11 -0
  1000. package/dist/esm/classic/operations/index.js +14 -0
  1001. package/dist/esm/classic/operations/index.js.map +1 -0
  1002. package/dist/esm/classic/privateEndpointConnections/index.d.ts +17 -0
  1003. package/dist/esm/classic/privateEndpointConnections/index.js +17 -0
  1004. package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -0
  1005. package/dist/esm/classic/privateLinkResources/index.d.ts +10 -0
  1006. package/dist/esm/classic/privateLinkResources/index.js +14 -0
  1007. package/dist/esm/classic/privateLinkResources/index.js.map +1 -0
  1008. package/dist/esm/classic/queue/index.d.ts +19 -0
  1009. package/dist/esm/classic/queue/index.js +18 -0
  1010. package/dist/esm/classic/queue/index.js.map +1 -0
  1011. package/dist/esm/classic/queueServices/index.d.ts +14 -0
  1012. package/dist/esm/classic/queueServices/index.js +16 -0
  1013. package/dist/esm/classic/queueServices/index.js.map +1 -0
  1014. package/dist/esm/classic/skus/index.d.ts +11 -0
  1015. package/dist/esm/classic/skus/index.js +14 -0
  1016. package/dist/esm/classic/skus/index.js.map +1 -0
  1017. package/dist/esm/classic/storageAccounts/index.d.ts +71 -0
  1018. package/dist/esm/classic/storageAccounts/index.js +80 -0
  1019. package/dist/esm/classic/storageAccounts/index.js.map +1 -0
  1020. package/dist/esm/classic/storageTaskAssignmentInstancesReport/index.d.ts +11 -0
  1021. package/dist/esm/classic/storageTaskAssignmentInstancesReport/index.js +14 -0
  1022. package/dist/esm/classic/storageTaskAssignmentInstancesReport/index.js.map +1 -0
  1023. package/dist/esm/classic/storageTaskAssignments/index.d.ts +39 -0
  1024. package/dist/esm/classic/storageTaskAssignments/index.js +52 -0
  1025. package/dist/esm/classic/storageTaskAssignments/index.js.map +1 -0
  1026. package/dist/esm/classic/storageTaskAssignmentsInstancesReport/index.d.ts +11 -0
  1027. package/dist/esm/classic/storageTaskAssignmentsInstancesReport/index.js +14 -0
  1028. package/dist/esm/classic/storageTaskAssignmentsInstancesReport/index.js.map +1 -0
  1029. package/dist/esm/classic/table/index.d.ts +19 -0
  1030. package/dist/esm/classic/table/index.js +18 -0
  1031. package/dist/esm/classic/table/index.js.map +1 -0
  1032. package/dist/esm/classic/tableServices/index.d.ts +14 -0
  1033. package/dist/esm/classic/tableServices/index.js +16 -0
  1034. package/dist/esm/classic/tableServices/index.js.map +1 -0
  1035. package/dist/esm/classic/usages/index.d.ts +11 -0
  1036. package/dist/esm/classic/usages/index.js +14 -0
  1037. package/dist/esm/classic/usages/index.js.map +1 -0
  1038. package/dist/esm/index.d.ts +40 -3
  1039. package/dist/esm/index.js +5 -6
  1040. package/dist/esm/index.js.map +1 -1
  1041. package/dist/esm/logger.d.ts +2 -0
  1042. package/dist/esm/logger.js +5 -0
  1043. package/dist/esm/logger.js.map +1 -0
  1044. package/dist/esm/models/index.d.ts +2 -5237
  1045. package/dist/esm/models/index.js +1 -692
  1046. package/dist/esm/models/index.js.map +1 -1
  1047. package/dist/esm/models/models.d.ts +5264 -0
  1048. package/dist/esm/models/models.js +5644 -0
  1049. package/dist/esm/models/models.js.map +1 -0
  1050. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  1051. package/dist/esm/restorePollerHelpers.js +135 -0
  1052. package/dist/esm/restorePollerHelpers.js.map +1 -0
  1053. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  1054. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  1055. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  1056. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  1057. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  1058. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  1059. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  1060. package/dist/esm/static-helpers/pollingHelpers.js +95 -0
  1061. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  1062. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  1063. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
  1064. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  1065. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  1066. package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
  1067. package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
  1068. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  1069. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  1070. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  1071. package/dist/esm/storageManagementClient.d.ts +88 -41
  1072. package/dist/esm/storageManagementClient.js +124 -136
  1073. package/dist/esm/storageManagementClient.js.map +1 -1
  1074. package/package.json +483 -96
  1075. package/dist/browser/index.d.ts.map +0 -1
  1076. package/dist/browser/lroImpl.d.ts +0 -11
  1077. package/dist/browser/lroImpl.d.ts.map +0 -1
  1078. package/dist/browser/lroImpl.js +0 -20
  1079. package/dist/browser/lroImpl.js.map +0 -1
  1080. package/dist/browser/models/index.d.ts.map +0 -1
  1081. package/dist/browser/models/mappers.d.ts +0 -216
  1082. package/dist/browser/models/mappers.d.ts.map +0 -1
  1083. package/dist/browser/models/mappers.js +0 -7878
  1084. package/dist/browser/models/mappers.js.map +0 -1
  1085. package/dist/browser/models/parameters.d.ts +0 -78
  1086. package/dist/browser/models/parameters.d.ts.map +0 -1
  1087. package/dist/browser/models/parameters.js +0 -652
  1088. package/dist/browser/models/parameters.js.map +0 -1
  1089. package/dist/browser/operations/blobContainers.d.ts +0 -278
  1090. package/dist/browser/operations/blobContainers.d.ts.map +0 -1
  1091. package/dist/browser/operations/blobContainers.js +0 -706
  1092. package/dist/browser/operations/blobContainers.js.map +0 -1
  1093. package/dist/browser/operations/blobInventoryPolicies.d.ts +0 -73
  1094. package/dist/browser/operations/blobInventoryPolicies.d.ts.map +0 -1
  1095. package/dist/browser/operations/blobInventoryPolicies.js +0 -205
  1096. package/dist/browser/operations/blobInventoryPolicies.js.map +0 -1
  1097. package/dist/browser/operations/blobServices.d.ts +0 -60
  1098. package/dist/browser/operations/blobServices.d.ts.map +0 -1
  1099. package/dist/browser/operations/blobServices.js +0 -154
  1100. package/dist/browser/operations/blobServices.js.map +0 -1
  1101. package/dist/browser/operations/deletedAccounts.d.ts +0 -39
  1102. package/dist/browser/operations/deletedAccounts.d.ts.map +0 -1
  1103. package/dist/browser/operations/deletedAccounts.js +0 -141
  1104. package/dist/browser/operations/deletedAccounts.js.map +0 -1
  1105. package/dist/browser/operations/encryptionScopes.d.ts +0 -94
  1106. package/dist/browser/operations/encryptionScopes.d.ts.map +0 -1
  1107. package/dist/browser/operations/encryptionScopes.js +0 -274
  1108. package/dist/browser/operations/encryptionScopes.js.map +0 -1
  1109. package/dist/browser/operations/fileServices.d.ts +0 -92
  1110. package/dist/browser/operations/fileServices.d.ts.map +0 -1
  1111. package/dist/browser/operations/fileServices.js +0 -282
  1112. package/dist/browser/operations/fileServices.js.map +0 -1
  1113. package/dist/browser/operations/fileShares.d.ts +0 -132
  1114. package/dist/browser/operations/fileShares.d.ts.map +0 -1
  1115. package/dist/browser/operations/fileShares.js +0 -380
  1116. package/dist/browser/operations/fileShares.js.map +0 -1
  1117. package/dist/browser/operations/index.d.ts +0 -25
  1118. package/dist/browser/operations/index.d.ts.map +0 -1
  1119. package/dist/browser/operations/index.js +0 -29
  1120. package/dist/browser/operations/index.js.map +0 -1
  1121. package/dist/browser/operations/localUsersOperations.d.ts +0 -98
  1122. package/dist/browser/operations/localUsersOperations.d.ts.map +0 -1
  1123. package/dist/browser/operations/localUsersOperations.js +0 -277
  1124. package/dist/browser/operations/localUsersOperations.js.map +0 -1
  1125. package/dist/browser/operations/managementPolicies.d.ts +0 -50
  1126. package/dist/browser/operations/managementPolicies.d.ts.map +0 -1
  1127. package/dist/browser/operations/managementPolicies.js +0 -122
  1128. package/dist/browser/operations/managementPolicies.js.map +0 -1
  1129. package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts +0 -73
  1130. package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
  1131. package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +0 -235
  1132. package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
  1133. package/dist/browser/operations/objectReplicationPoliciesOperations.d.ts +0 -80
  1134. package/dist/browser/operations/objectReplicationPoliciesOperations.d.ts.map +0 -1
  1135. package/dist/browser/operations/objectReplicationPoliciesOperations.js +0 -212
  1136. package/dist/browser/operations/objectReplicationPoliciesOperations.js.map +0 -1
  1137. package/dist/browser/operations/operations.d.ts +0 -26
  1138. package/dist/browser/operations/operations.d.ts.map +0 -1
  1139. package/dist/browser/operations/operations.js +0 -71
  1140. package/dist/browser/operations/operations.js.map +0 -1
  1141. package/dist/browser/operations/privateEndpointConnections.d.ts +0 -73
  1142. package/dist/browser/operations/privateEndpointConnections.d.ts.map +0 -1
  1143. package/dist/browser/operations/privateEndpointConnections.js +0 -212
  1144. package/dist/browser/operations/privateEndpointConnections.js.map +0 -1
  1145. package/dist/browser/operations/privateLinkResources.d.ts +0 -23
  1146. package/dist/browser/operations/privateLinkResources.d.ts.map +0 -1
  1147. package/dist/browser/operations/privateLinkResources.js +0 -49
  1148. package/dist/browser/operations/privateLinkResources.js.map +0 -1
  1149. package/dist/browser/operations/queue.d.ts +0 -101
  1150. package/dist/browser/operations/queue.d.ts.map +0 -1
  1151. package/dist/browser/operations/queue.js +0 -289
  1152. package/dist/browser/operations/queue.js.map +0 -1
  1153. package/dist/browser/operations/queueServices.d.ts +0 -47
  1154. package/dist/browser/operations/queueServices.d.ts.map +0 -1
  1155. package/dist/browser/operations/queueServices.js +0 -126
  1156. package/dist/browser/operations/queueServices.js.map +0 -1
  1157. package/dist/browser/operations/skus.d.ts +0 -26
  1158. package/dist/browser/operations/skus.d.ts.map +0 -1
  1159. package/dist/browser/operations/skus.js +0 -71
  1160. package/dist/browser/operations/skus.js.map +0 -1
  1161. package/dist/browser/operations/storageAccounts.d.ts +0 -337
  1162. package/dist/browser/operations/storageAccounts.d.ts.map +0 -1
  1163. package/dist/browser/operations/storageAccounts.js +0 -1077
  1164. package/dist/browser/operations/storageAccounts.js.map +0 -1
  1165. package/dist/browser/operations/storageTaskAssignmentInstancesReport.d.ts +0 -53
  1166. package/dist/browser/operations/storageTaskAssignmentInstancesReport.d.ts.map +0 -1
  1167. package/dist/browser/operations/storageTaskAssignmentInstancesReport.js +0 -151
  1168. package/dist/browser/operations/storageTaskAssignmentInstancesReport.js.map +0 -1
  1169. package/dist/browser/operations/storageTaskAssignments.d.ts +0 -141
  1170. package/dist/browser/operations/storageTaskAssignments.d.ts.map +0 -1
  1171. package/dist/browser/operations/storageTaskAssignments.js +0 -499
  1172. package/dist/browser/operations/storageTaskAssignments.js.map +0 -1
  1173. package/dist/browser/operations/storageTaskAssignmentsInstancesReport.d.ts +0 -44
  1174. package/dist/browser/operations/storageTaskAssignmentsInstancesReport.d.ts.map +0 -1
  1175. package/dist/browser/operations/storageTaskAssignmentsInstancesReport.js +0 -134
  1176. package/dist/browser/operations/storageTaskAssignmentsInstancesReport.js.map +0 -1
  1177. package/dist/browser/operations/tableOperations.d.ts +0 -99
  1178. package/dist/browser/operations/tableOperations.d.ts.map +0 -1
  1179. package/dist/browser/operations/tableOperations.js +0 -287
  1180. package/dist/browser/operations/tableOperations.js.map +0 -1
  1181. package/dist/browser/operations/tableServices.d.ts +0 -47
  1182. package/dist/browser/operations/tableServices.d.ts.map +0 -1
  1183. package/dist/browser/operations/tableServices.js +0 -126
  1184. package/dist/browser/operations/tableServices.js.map +0 -1
  1185. package/dist/browser/operations/usages.d.ts +0 -28
  1186. package/dist/browser/operations/usages.d.ts.map +0 -1
  1187. package/dist/browser/operations/usages.js +0 -73
  1188. package/dist/browser/operations/usages.js.map +0 -1
  1189. package/dist/browser/operationsInterfaces/blobContainers.d.ts +0 -246
  1190. package/dist/browser/operationsInterfaces/blobContainers.d.ts.map +0 -1
  1191. package/dist/browser/operationsInterfaces/blobContainers.js +0 -4
  1192. package/dist/browser/operationsInterfaces/blobContainers.js.map +0 -1
  1193. package/dist/browser/operationsInterfaces/blobInventoryPolicies.d.ts +0 -53
  1194. package/dist/browser/operationsInterfaces/blobInventoryPolicies.d.ts.map +0 -1
  1195. package/dist/browser/operationsInterfaces/blobInventoryPolicies.js +0 -4
  1196. package/dist/browser/operationsInterfaces/blobInventoryPolicies.js.map +0 -1
  1197. package/dist/browser/operationsInterfaces/blobServices.d.ts +0 -40
  1198. package/dist/browser/operationsInterfaces/blobServices.d.ts.map +0 -1
  1199. package/dist/browser/operationsInterfaces/blobServices.js +0 -4
  1200. package/dist/browser/operationsInterfaces/blobServices.js.map +0 -1
  1201. package/dist/browser/operationsInterfaces/deletedAccounts.d.ts +0 -18
  1202. package/dist/browser/operationsInterfaces/deletedAccounts.d.ts.map +0 -1
  1203. package/dist/browser/operationsInterfaces/deletedAccounts.js +0 -4
  1204. package/dist/browser/operationsInterfaces/deletedAccounts.js.map +0 -1
  1205. package/dist/browser/operationsInterfaces/encryptionScopes.d.ts +0 -63
  1206. package/dist/browser/operationsInterfaces/encryptionScopes.d.ts.map +0 -1
  1207. package/dist/browser/operationsInterfaces/encryptionScopes.js +0 -4
  1208. package/dist/browser/operationsInterfaces/encryptionScopes.js.map +0 -1
  1209. package/dist/browser/operationsInterfaces/fileServices.d.ts +0 -61
  1210. package/dist/browser/operationsInterfaces/fileServices.d.ts.map +0 -1
  1211. package/dist/browser/operationsInterfaces/fileServices.js +0 -4
  1212. package/dist/browser/operationsInterfaces/fileServices.js.map +0 -1
  1213. package/dist/browser/operationsInterfaces/fileShares.d.ts +0 -101
  1214. package/dist/browser/operationsInterfaces/fileShares.d.ts.map +0 -1
  1215. package/dist/browser/operationsInterfaces/fileShares.js +0 -4
  1216. package/dist/browser/operationsInterfaces/fileShares.js.map +0 -1
  1217. package/dist/browser/operationsInterfaces/index.d.ts +0 -25
  1218. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  1219. package/dist/browser/operationsInterfaces/index.js +0 -29
  1220. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  1221. package/dist/browser/operationsInterfaces/localUsersOperations.d.ts +0 -78
  1222. package/dist/browser/operationsInterfaces/localUsersOperations.d.ts.map +0 -1
  1223. package/dist/browser/operationsInterfaces/localUsersOperations.js +0 -4
  1224. package/dist/browser/operationsInterfaces/localUsersOperations.js.map +0 -1
  1225. package/dist/browser/operationsInterfaces/managementPolicies.d.ts +0 -42
  1226. package/dist/browser/operationsInterfaces/managementPolicies.d.ts.map +0 -1
  1227. package/dist/browser/operationsInterfaces/managementPolicies.js +0 -4
  1228. package/dist/browser/operationsInterfaces/managementPolicies.js.map +0 -1
  1229. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -53
  1230. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
  1231. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -4
  1232. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
  1233. package/dist/browser/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +0 -60
  1234. package/dist/browser/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +0 -1
  1235. package/dist/browser/operationsInterfaces/objectReplicationPoliciesOperations.js +0 -4
  1236. package/dist/browser/operationsInterfaces/objectReplicationPoliciesOperations.js.map +0 -1
  1237. package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
  1238. package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
  1239. package/dist/browser/operationsInterfaces/operations.js +0 -4
  1240. package/dist/browser/operationsInterfaces/operations.js.map +0 -1
  1241. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +0 -53
  1242. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  1243. package/dist/browser/operationsInterfaces/privateEndpointConnections.js +0 -4
  1244. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  1245. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +0 -15
  1246. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  1247. package/dist/browser/operationsInterfaces/privateLinkResources.js +0 -4
  1248. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +0 -1
  1249. package/dist/browser/operationsInterfaces/queue.d.ts +0 -70
  1250. package/dist/browser/operationsInterfaces/queue.d.ts.map +0 -1
  1251. package/dist/browser/operationsInterfaces/queue.js +0 -4
  1252. package/dist/browser/operationsInterfaces/queue.js.map +0 -1
  1253. package/dist/browser/operationsInterfaces/queueServices.d.ts +0 -39
  1254. package/dist/browser/operationsInterfaces/queueServices.d.ts.map +0 -1
  1255. package/dist/browser/operationsInterfaces/queueServices.js +0 -4
  1256. package/dist/browser/operationsInterfaces/queueServices.js.map +0 -1
  1257. package/dist/browser/operationsInterfaces/skus.d.ts +0 -11
  1258. package/dist/browser/operationsInterfaces/skus.d.ts.map +0 -1
  1259. package/dist/browser/operationsInterfaces/skus.js +0 -4
  1260. package/dist/browser/operationsInterfaces/skus.js.map +0 -1
  1261. package/dist/browser/operationsInterfaces/storageAccounts.d.ts +0 -297
  1262. package/dist/browser/operationsInterfaces/storageAccounts.d.ts.map +0 -1
  1263. package/dist/browser/operationsInterfaces/storageAccounts.js +0 -4
  1264. package/dist/browser/operationsInterfaces/storageAccounts.js.map +0 -1
  1265. package/dist/browser/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts +0 -18
  1266. package/dist/browser/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts.map +0 -1
  1267. package/dist/browser/operationsInterfaces/storageTaskAssignmentInstancesReport.js +0 -4
  1268. package/dist/browser/operationsInterfaces/storageTaskAssignmentInstancesReport.js.map +0 -1
  1269. package/dist/browser/operationsInterfaces/storageTaskAssignments.d.ts +0 -112
  1270. package/dist/browser/operationsInterfaces/storageTaskAssignments.d.ts.map +0 -1
  1271. package/dist/browser/operationsInterfaces/storageTaskAssignments.js +0 -4
  1272. package/dist/browser/operationsInterfaces/storageTaskAssignments.js.map +0 -1
  1273. package/dist/browser/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts +0 -15
  1274. package/dist/browser/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts.map +0 -1
  1275. package/dist/browser/operationsInterfaces/storageTaskAssignmentsInstancesReport.js +0 -4
  1276. package/dist/browser/operationsInterfaces/storageTaskAssignmentsInstancesReport.js.map +0 -1
  1277. package/dist/browser/operationsInterfaces/tableOperations.d.ts +0 -68
  1278. package/dist/browser/operationsInterfaces/tableOperations.d.ts.map +0 -1
  1279. package/dist/browser/operationsInterfaces/tableOperations.js +0 -4
  1280. package/dist/browser/operationsInterfaces/tableOperations.js.map +0 -1
  1281. package/dist/browser/operationsInterfaces/tableServices.d.ts +0 -39
  1282. package/dist/browser/operationsInterfaces/tableServices.d.ts.map +0 -1
  1283. package/dist/browser/operationsInterfaces/tableServices.js +0 -4
  1284. package/dist/browser/operationsInterfaces/tableServices.js.map +0 -1
  1285. package/dist/browser/operationsInterfaces/usages.d.ts +0 -12
  1286. package/dist/browser/operationsInterfaces/usages.d.ts.map +0 -1
  1287. package/dist/browser/operationsInterfaces/usages.js +0 -4
  1288. package/dist/browser/operationsInterfaces/usages.js.map +0 -1
  1289. package/dist/browser/pagingHelper.d.ts +0 -13
  1290. package/dist/browser/pagingHelper.d.ts.map +0 -1
  1291. package/dist/browser/pagingHelper.js +0 -25
  1292. package/dist/browser/pagingHelper.js.map +0 -1
  1293. package/dist/browser/storageManagementClient.d.ts.map +0 -1
  1294. package/dist/commonjs/index.d.ts.map +0 -1
  1295. package/dist/commonjs/lroImpl.d.ts +0 -11
  1296. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  1297. package/dist/commonjs/lroImpl.js +0 -23
  1298. package/dist/commonjs/lroImpl.js.map +0 -1
  1299. package/dist/commonjs/models/index.d.ts.map +0 -1
  1300. package/dist/commonjs/models/mappers.d.ts +0 -216
  1301. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  1302. package/dist/commonjs/models/mappers.js +0 -7885
  1303. package/dist/commonjs/models/mappers.js.map +0 -1
  1304. package/dist/commonjs/models/parameters.d.ts +0 -78
  1305. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  1306. package/dist/commonjs/models/parameters.js +0 -656
  1307. package/dist/commonjs/models/parameters.js.map +0 -1
  1308. package/dist/commonjs/operations/blobContainers.d.ts +0 -278
  1309. package/dist/commonjs/operations/blobContainers.d.ts.map +0 -1
  1310. package/dist/commonjs/operations/blobContainers.js +0 -711
  1311. package/dist/commonjs/operations/blobContainers.js.map +0 -1
  1312. package/dist/commonjs/operations/blobInventoryPolicies.d.ts +0 -73
  1313. package/dist/commonjs/operations/blobInventoryPolicies.d.ts.map +0 -1
  1314. package/dist/commonjs/operations/blobInventoryPolicies.js +0 -210
  1315. package/dist/commonjs/operations/blobInventoryPolicies.js.map +0 -1
  1316. package/dist/commonjs/operations/blobServices.d.ts +0 -60
  1317. package/dist/commonjs/operations/blobServices.d.ts.map +0 -1
  1318. package/dist/commonjs/operations/blobServices.js +0 -159
  1319. package/dist/commonjs/operations/blobServices.js.map +0 -1
  1320. package/dist/commonjs/operations/deletedAccounts.d.ts +0 -39
  1321. package/dist/commonjs/operations/deletedAccounts.d.ts.map +0 -1
  1322. package/dist/commonjs/operations/deletedAccounts.js +0 -146
  1323. package/dist/commonjs/operations/deletedAccounts.js.map +0 -1
  1324. package/dist/commonjs/operations/encryptionScopes.d.ts +0 -94
  1325. package/dist/commonjs/operations/encryptionScopes.d.ts.map +0 -1
  1326. package/dist/commonjs/operations/encryptionScopes.js +0 -279
  1327. package/dist/commonjs/operations/encryptionScopes.js.map +0 -1
  1328. package/dist/commonjs/operations/fileServices.d.ts +0 -92
  1329. package/dist/commonjs/operations/fileServices.d.ts.map +0 -1
  1330. package/dist/commonjs/operations/fileServices.js +0 -287
  1331. package/dist/commonjs/operations/fileServices.js.map +0 -1
  1332. package/dist/commonjs/operations/fileShares.d.ts +0 -132
  1333. package/dist/commonjs/operations/fileShares.d.ts.map +0 -1
  1334. package/dist/commonjs/operations/fileShares.js +0 -385
  1335. package/dist/commonjs/operations/fileShares.js.map +0 -1
  1336. package/dist/commonjs/operations/index.d.ts +0 -25
  1337. package/dist/commonjs/operations/index.d.ts.map +0 -1
  1338. package/dist/commonjs/operations/index.js +0 -32
  1339. package/dist/commonjs/operations/index.js.map +0 -1
  1340. package/dist/commonjs/operations/localUsersOperations.d.ts +0 -98
  1341. package/dist/commonjs/operations/localUsersOperations.d.ts.map +0 -1
  1342. package/dist/commonjs/operations/localUsersOperations.js +0 -282
  1343. package/dist/commonjs/operations/localUsersOperations.js.map +0 -1
  1344. package/dist/commonjs/operations/managementPolicies.d.ts +0 -50
  1345. package/dist/commonjs/operations/managementPolicies.d.ts.map +0 -1
  1346. package/dist/commonjs/operations/managementPolicies.js +0 -127
  1347. package/dist/commonjs/operations/managementPolicies.js.map +0 -1
  1348. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts +0 -73
  1349. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
  1350. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +0 -240
  1351. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
  1352. package/dist/commonjs/operations/objectReplicationPoliciesOperations.d.ts +0 -80
  1353. package/dist/commonjs/operations/objectReplicationPoliciesOperations.d.ts.map +0 -1
  1354. package/dist/commonjs/operations/objectReplicationPoliciesOperations.js +0 -217
  1355. package/dist/commonjs/operations/objectReplicationPoliciesOperations.js.map +0 -1
  1356. package/dist/commonjs/operations/operations.d.ts +0 -26
  1357. package/dist/commonjs/operations/operations.d.ts.map +0 -1
  1358. package/dist/commonjs/operations/operations.js +0 -76
  1359. package/dist/commonjs/operations/operations.js.map +0 -1
  1360. package/dist/commonjs/operations/privateEndpointConnections.d.ts +0 -73
  1361. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +0 -1
  1362. package/dist/commonjs/operations/privateEndpointConnections.js +0 -217
  1363. package/dist/commonjs/operations/privateEndpointConnections.js.map +0 -1
  1364. package/dist/commonjs/operations/privateLinkResources.d.ts +0 -23
  1365. package/dist/commonjs/operations/privateLinkResources.d.ts.map +0 -1
  1366. package/dist/commonjs/operations/privateLinkResources.js +0 -54
  1367. package/dist/commonjs/operations/privateLinkResources.js.map +0 -1
  1368. package/dist/commonjs/operations/queue.d.ts +0 -101
  1369. package/dist/commonjs/operations/queue.d.ts.map +0 -1
  1370. package/dist/commonjs/operations/queue.js +0 -294
  1371. package/dist/commonjs/operations/queue.js.map +0 -1
  1372. package/dist/commonjs/operations/queueServices.d.ts +0 -47
  1373. package/dist/commonjs/operations/queueServices.d.ts.map +0 -1
  1374. package/dist/commonjs/operations/queueServices.js +0 -131
  1375. package/dist/commonjs/operations/queueServices.js.map +0 -1
  1376. package/dist/commonjs/operations/skus.d.ts +0 -26
  1377. package/dist/commonjs/operations/skus.d.ts.map +0 -1
  1378. package/dist/commonjs/operations/skus.js +0 -76
  1379. package/dist/commonjs/operations/skus.js.map +0 -1
  1380. package/dist/commonjs/operations/storageAccounts.d.ts +0 -337
  1381. package/dist/commonjs/operations/storageAccounts.d.ts.map +0 -1
  1382. package/dist/commonjs/operations/storageAccounts.js +0 -1082
  1383. package/dist/commonjs/operations/storageAccounts.js.map +0 -1
  1384. package/dist/commonjs/operations/storageTaskAssignmentInstancesReport.d.ts +0 -53
  1385. package/dist/commonjs/operations/storageTaskAssignmentInstancesReport.d.ts.map +0 -1
  1386. package/dist/commonjs/operations/storageTaskAssignmentInstancesReport.js +0 -156
  1387. package/dist/commonjs/operations/storageTaskAssignmentInstancesReport.js.map +0 -1
  1388. package/dist/commonjs/operations/storageTaskAssignments.d.ts +0 -141
  1389. package/dist/commonjs/operations/storageTaskAssignments.d.ts.map +0 -1
  1390. package/dist/commonjs/operations/storageTaskAssignments.js +0 -504
  1391. package/dist/commonjs/operations/storageTaskAssignments.js.map +0 -1
  1392. package/dist/commonjs/operations/storageTaskAssignmentsInstancesReport.d.ts +0 -44
  1393. package/dist/commonjs/operations/storageTaskAssignmentsInstancesReport.d.ts.map +0 -1
  1394. package/dist/commonjs/operations/storageTaskAssignmentsInstancesReport.js +0 -139
  1395. package/dist/commonjs/operations/storageTaskAssignmentsInstancesReport.js.map +0 -1
  1396. package/dist/commonjs/operations/tableOperations.d.ts +0 -99
  1397. package/dist/commonjs/operations/tableOperations.d.ts.map +0 -1
  1398. package/dist/commonjs/operations/tableOperations.js +0 -292
  1399. package/dist/commonjs/operations/tableOperations.js.map +0 -1
  1400. package/dist/commonjs/operations/tableServices.d.ts +0 -47
  1401. package/dist/commonjs/operations/tableServices.d.ts.map +0 -1
  1402. package/dist/commonjs/operations/tableServices.js +0 -131
  1403. package/dist/commonjs/operations/tableServices.js.map +0 -1
  1404. package/dist/commonjs/operations/usages.d.ts +0 -28
  1405. package/dist/commonjs/operations/usages.d.ts.map +0 -1
  1406. package/dist/commonjs/operations/usages.js +0 -78
  1407. package/dist/commonjs/operations/usages.js.map +0 -1
  1408. package/dist/commonjs/operationsInterfaces/blobContainers.d.ts +0 -246
  1409. package/dist/commonjs/operationsInterfaces/blobContainers.d.ts.map +0 -1
  1410. package/dist/commonjs/operationsInterfaces/blobContainers.js +0 -5
  1411. package/dist/commonjs/operationsInterfaces/blobContainers.js.map +0 -1
  1412. package/dist/commonjs/operationsInterfaces/blobInventoryPolicies.d.ts +0 -53
  1413. package/dist/commonjs/operationsInterfaces/blobInventoryPolicies.d.ts.map +0 -1
  1414. package/dist/commonjs/operationsInterfaces/blobInventoryPolicies.js +0 -5
  1415. package/dist/commonjs/operationsInterfaces/blobInventoryPolicies.js.map +0 -1
  1416. package/dist/commonjs/operationsInterfaces/blobServices.d.ts +0 -40
  1417. package/dist/commonjs/operationsInterfaces/blobServices.d.ts.map +0 -1
  1418. package/dist/commonjs/operationsInterfaces/blobServices.js +0 -5
  1419. package/dist/commonjs/operationsInterfaces/blobServices.js.map +0 -1
  1420. package/dist/commonjs/operationsInterfaces/deletedAccounts.d.ts +0 -18
  1421. package/dist/commonjs/operationsInterfaces/deletedAccounts.d.ts.map +0 -1
  1422. package/dist/commonjs/operationsInterfaces/deletedAccounts.js +0 -5
  1423. package/dist/commonjs/operationsInterfaces/deletedAccounts.js.map +0 -1
  1424. package/dist/commonjs/operationsInterfaces/encryptionScopes.d.ts +0 -63
  1425. package/dist/commonjs/operationsInterfaces/encryptionScopes.d.ts.map +0 -1
  1426. package/dist/commonjs/operationsInterfaces/encryptionScopes.js +0 -5
  1427. package/dist/commonjs/operationsInterfaces/encryptionScopes.js.map +0 -1
  1428. package/dist/commonjs/operationsInterfaces/fileServices.d.ts +0 -61
  1429. package/dist/commonjs/operationsInterfaces/fileServices.d.ts.map +0 -1
  1430. package/dist/commonjs/operationsInterfaces/fileServices.js +0 -5
  1431. package/dist/commonjs/operationsInterfaces/fileServices.js.map +0 -1
  1432. package/dist/commonjs/operationsInterfaces/fileShares.d.ts +0 -101
  1433. package/dist/commonjs/operationsInterfaces/fileShares.d.ts.map +0 -1
  1434. package/dist/commonjs/operationsInterfaces/fileShares.js +0 -5
  1435. package/dist/commonjs/operationsInterfaces/fileShares.js.map +0 -1
  1436. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -25
  1437. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  1438. package/dist/commonjs/operationsInterfaces/index.js +0 -32
  1439. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  1440. package/dist/commonjs/operationsInterfaces/localUsersOperations.d.ts +0 -78
  1441. package/dist/commonjs/operationsInterfaces/localUsersOperations.d.ts.map +0 -1
  1442. package/dist/commonjs/operationsInterfaces/localUsersOperations.js +0 -5
  1443. package/dist/commonjs/operationsInterfaces/localUsersOperations.js.map +0 -1
  1444. package/dist/commonjs/operationsInterfaces/managementPolicies.d.ts +0 -42
  1445. package/dist/commonjs/operationsInterfaces/managementPolicies.d.ts.map +0 -1
  1446. package/dist/commonjs/operationsInterfaces/managementPolicies.js +0 -5
  1447. package/dist/commonjs/operationsInterfaces/managementPolicies.js.map +0 -1
  1448. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -53
  1449. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
  1450. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -5
  1451. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
  1452. package/dist/commonjs/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +0 -60
  1453. package/dist/commonjs/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +0 -1
  1454. package/dist/commonjs/operationsInterfaces/objectReplicationPoliciesOperations.js +0 -5
  1455. package/dist/commonjs/operationsInterfaces/objectReplicationPoliciesOperations.js.map +0 -1
  1456. package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
  1457. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
  1458. package/dist/commonjs/operationsInterfaces/operations.js +0 -5
  1459. package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
  1460. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +0 -53
  1461. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  1462. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +0 -5
  1463. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  1464. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +0 -15
  1465. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  1466. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +0 -5
  1467. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +0 -1
  1468. package/dist/commonjs/operationsInterfaces/queue.d.ts +0 -70
  1469. package/dist/commonjs/operationsInterfaces/queue.d.ts.map +0 -1
  1470. package/dist/commonjs/operationsInterfaces/queue.js +0 -5
  1471. package/dist/commonjs/operationsInterfaces/queue.js.map +0 -1
  1472. package/dist/commonjs/operationsInterfaces/queueServices.d.ts +0 -39
  1473. package/dist/commonjs/operationsInterfaces/queueServices.d.ts.map +0 -1
  1474. package/dist/commonjs/operationsInterfaces/queueServices.js +0 -5
  1475. package/dist/commonjs/operationsInterfaces/queueServices.js.map +0 -1
  1476. package/dist/commonjs/operationsInterfaces/skus.d.ts +0 -11
  1477. package/dist/commonjs/operationsInterfaces/skus.d.ts.map +0 -1
  1478. package/dist/commonjs/operationsInterfaces/skus.js +0 -5
  1479. package/dist/commonjs/operationsInterfaces/skus.js.map +0 -1
  1480. package/dist/commonjs/operationsInterfaces/storageAccounts.d.ts +0 -297
  1481. package/dist/commonjs/operationsInterfaces/storageAccounts.d.ts.map +0 -1
  1482. package/dist/commonjs/operationsInterfaces/storageAccounts.js +0 -5
  1483. package/dist/commonjs/operationsInterfaces/storageAccounts.js.map +0 -1
  1484. package/dist/commonjs/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts +0 -18
  1485. package/dist/commonjs/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts.map +0 -1
  1486. package/dist/commonjs/operationsInterfaces/storageTaskAssignmentInstancesReport.js +0 -5
  1487. package/dist/commonjs/operationsInterfaces/storageTaskAssignmentInstancesReport.js.map +0 -1
  1488. package/dist/commonjs/operationsInterfaces/storageTaskAssignments.d.ts +0 -112
  1489. package/dist/commonjs/operationsInterfaces/storageTaskAssignments.d.ts.map +0 -1
  1490. package/dist/commonjs/operationsInterfaces/storageTaskAssignments.js +0 -5
  1491. package/dist/commonjs/operationsInterfaces/storageTaskAssignments.js.map +0 -1
  1492. package/dist/commonjs/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts +0 -15
  1493. package/dist/commonjs/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts.map +0 -1
  1494. package/dist/commonjs/operationsInterfaces/storageTaskAssignmentsInstancesReport.js +0 -5
  1495. package/dist/commonjs/operationsInterfaces/storageTaskAssignmentsInstancesReport.js.map +0 -1
  1496. package/dist/commonjs/operationsInterfaces/tableOperations.d.ts +0 -68
  1497. package/dist/commonjs/operationsInterfaces/tableOperations.d.ts.map +0 -1
  1498. package/dist/commonjs/operationsInterfaces/tableOperations.js +0 -5
  1499. package/dist/commonjs/operationsInterfaces/tableOperations.js.map +0 -1
  1500. package/dist/commonjs/operationsInterfaces/tableServices.d.ts +0 -39
  1501. package/dist/commonjs/operationsInterfaces/tableServices.d.ts.map +0 -1
  1502. package/dist/commonjs/operationsInterfaces/tableServices.js +0 -5
  1503. package/dist/commonjs/operationsInterfaces/tableServices.js.map +0 -1
  1504. package/dist/commonjs/operationsInterfaces/usages.d.ts +0 -12
  1505. package/dist/commonjs/operationsInterfaces/usages.d.ts.map +0 -1
  1506. package/dist/commonjs/operationsInterfaces/usages.js +0 -5
  1507. package/dist/commonjs/operationsInterfaces/usages.js.map +0 -1
  1508. package/dist/commonjs/pagingHelper.d.ts +0 -13
  1509. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  1510. package/dist/commonjs/pagingHelper.js +0 -29
  1511. package/dist/commonjs/pagingHelper.js.map +0 -1
  1512. package/dist/commonjs/storageManagementClient.d.ts.map +0 -1
  1513. package/dist/esm/index.d.ts.map +0 -1
  1514. package/dist/esm/lroImpl.d.ts +0 -11
  1515. package/dist/esm/lroImpl.d.ts.map +0 -1
  1516. package/dist/esm/lroImpl.js +0 -20
  1517. package/dist/esm/lroImpl.js.map +0 -1
  1518. package/dist/esm/models/index.d.ts.map +0 -1
  1519. package/dist/esm/models/mappers.d.ts +0 -216
  1520. package/dist/esm/models/mappers.d.ts.map +0 -1
  1521. package/dist/esm/models/mappers.js +0 -7878
  1522. package/dist/esm/models/mappers.js.map +0 -1
  1523. package/dist/esm/models/parameters.d.ts +0 -78
  1524. package/dist/esm/models/parameters.d.ts.map +0 -1
  1525. package/dist/esm/models/parameters.js +0 -652
  1526. package/dist/esm/models/parameters.js.map +0 -1
  1527. package/dist/esm/operations/blobContainers.d.ts +0 -278
  1528. package/dist/esm/operations/blobContainers.d.ts.map +0 -1
  1529. package/dist/esm/operations/blobContainers.js +0 -706
  1530. package/dist/esm/operations/blobContainers.js.map +0 -1
  1531. package/dist/esm/operations/blobInventoryPolicies.d.ts +0 -73
  1532. package/dist/esm/operations/blobInventoryPolicies.d.ts.map +0 -1
  1533. package/dist/esm/operations/blobInventoryPolicies.js +0 -205
  1534. package/dist/esm/operations/blobInventoryPolicies.js.map +0 -1
  1535. package/dist/esm/operations/blobServices.d.ts +0 -60
  1536. package/dist/esm/operations/blobServices.d.ts.map +0 -1
  1537. package/dist/esm/operations/blobServices.js +0 -154
  1538. package/dist/esm/operations/blobServices.js.map +0 -1
  1539. package/dist/esm/operations/deletedAccounts.d.ts +0 -39
  1540. package/dist/esm/operations/deletedAccounts.d.ts.map +0 -1
  1541. package/dist/esm/operations/deletedAccounts.js +0 -141
  1542. package/dist/esm/operations/deletedAccounts.js.map +0 -1
  1543. package/dist/esm/operations/encryptionScopes.d.ts +0 -94
  1544. package/dist/esm/operations/encryptionScopes.d.ts.map +0 -1
  1545. package/dist/esm/operations/encryptionScopes.js +0 -274
  1546. package/dist/esm/operations/encryptionScopes.js.map +0 -1
  1547. package/dist/esm/operations/fileServices.d.ts +0 -92
  1548. package/dist/esm/operations/fileServices.d.ts.map +0 -1
  1549. package/dist/esm/operations/fileServices.js +0 -282
  1550. package/dist/esm/operations/fileServices.js.map +0 -1
  1551. package/dist/esm/operations/fileShares.d.ts +0 -132
  1552. package/dist/esm/operations/fileShares.d.ts.map +0 -1
  1553. package/dist/esm/operations/fileShares.js +0 -380
  1554. package/dist/esm/operations/fileShares.js.map +0 -1
  1555. package/dist/esm/operations/index.d.ts +0 -25
  1556. package/dist/esm/operations/index.d.ts.map +0 -1
  1557. package/dist/esm/operations/index.js +0 -29
  1558. package/dist/esm/operations/index.js.map +0 -1
  1559. package/dist/esm/operations/localUsersOperations.d.ts +0 -98
  1560. package/dist/esm/operations/localUsersOperations.d.ts.map +0 -1
  1561. package/dist/esm/operations/localUsersOperations.js +0 -277
  1562. package/dist/esm/operations/localUsersOperations.js.map +0 -1
  1563. package/dist/esm/operations/managementPolicies.d.ts +0 -50
  1564. package/dist/esm/operations/managementPolicies.d.ts.map +0 -1
  1565. package/dist/esm/operations/managementPolicies.js +0 -122
  1566. package/dist/esm/operations/managementPolicies.js.map +0 -1
  1567. package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts +0 -73
  1568. package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
  1569. package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +0 -235
  1570. package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
  1571. package/dist/esm/operations/objectReplicationPoliciesOperations.d.ts +0 -80
  1572. package/dist/esm/operations/objectReplicationPoliciesOperations.d.ts.map +0 -1
  1573. package/dist/esm/operations/objectReplicationPoliciesOperations.js +0 -212
  1574. package/dist/esm/operations/objectReplicationPoliciesOperations.js.map +0 -1
  1575. package/dist/esm/operations/operations.d.ts +0 -26
  1576. package/dist/esm/operations/operations.d.ts.map +0 -1
  1577. package/dist/esm/operations/operations.js +0 -71
  1578. package/dist/esm/operations/operations.js.map +0 -1
  1579. package/dist/esm/operations/privateEndpointConnections.d.ts +0 -73
  1580. package/dist/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  1581. package/dist/esm/operations/privateEndpointConnections.js +0 -212
  1582. package/dist/esm/operations/privateEndpointConnections.js.map +0 -1
  1583. package/dist/esm/operations/privateLinkResources.d.ts +0 -23
  1584. package/dist/esm/operations/privateLinkResources.d.ts.map +0 -1
  1585. package/dist/esm/operations/privateLinkResources.js +0 -49
  1586. package/dist/esm/operations/privateLinkResources.js.map +0 -1
  1587. package/dist/esm/operations/queue.d.ts +0 -101
  1588. package/dist/esm/operations/queue.d.ts.map +0 -1
  1589. package/dist/esm/operations/queue.js +0 -289
  1590. package/dist/esm/operations/queue.js.map +0 -1
  1591. package/dist/esm/operations/queueServices.d.ts +0 -47
  1592. package/dist/esm/operations/queueServices.d.ts.map +0 -1
  1593. package/dist/esm/operations/queueServices.js +0 -126
  1594. package/dist/esm/operations/queueServices.js.map +0 -1
  1595. package/dist/esm/operations/skus.d.ts +0 -26
  1596. package/dist/esm/operations/skus.d.ts.map +0 -1
  1597. package/dist/esm/operations/skus.js +0 -71
  1598. package/dist/esm/operations/skus.js.map +0 -1
  1599. package/dist/esm/operations/storageAccounts.d.ts +0 -337
  1600. package/dist/esm/operations/storageAccounts.d.ts.map +0 -1
  1601. package/dist/esm/operations/storageAccounts.js +0 -1077
  1602. package/dist/esm/operations/storageAccounts.js.map +0 -1
  1603. package/dist/esm/operations/storageTaskAssignmentInstancesReport.d.ts +0 -53
  1604. package/dist/esm/operations/storageTaskAssignmentInstancesReport.d.ts.map +0 -1
  1605. package/dist/esm/operations/storageTaskAssignmentInstancesReport.js +0 -151
  1606. package/dist/esm/operations/storageTaskAssignmentInstancesReport.js.map +0 -1
  1607. package/dist/esm/operations/storageTaskAssignments.d.ts +0 -141
  1608. package/dist/esm/operations/storageTaskAssignments.d.ts.map +0 -1
  1609. package/dist/esm/operations/storageTaskAssignments.js +0 -499
  1610. package/dist/esm/operations/storageTaskAssignments.js.map +0 -1
  1611. package/dist/esm/operations/storageTaskAssignmentsInstancesReport.d.ts +0 -44
  1612. package/dist/esm/operations/storageTaskAssignmentsInstancesReport.d.ts.map +0 -1
  1613. package/dist/esm/operations/storageTaskAssignmentsInstancesReport.js +0 -134
  1614. package/dist/esm/operations/storageTaskAssignmentsInstancesReport.js.map +0 -1
  1615. package/dist/esm/operations/tableOperations.d.ts +0 -99
  1616. package/dist/esm/operations/tableOperations.d.ts.map +0 -1
  1617. package/dist/esm/operations/tableOperations.js +0 -287
  1618. package/dist/esm/operations/tableOperations.js.map +0 -1
  1619. package/dist/esm/operations/tableServices.d.ts +0 -47
  1620. package/dist/esm/operations/tableServices.d.ts.map +0 -1
  1621. package/dist/esm/operations/tableServices.js +0 -126
  1622. package/dist/esm/operations/tableServices.js.map +0 -1
  1623. package/dist/esm/operations/usages.d.ts +0 -28
  1624. package/dist/esm/operations/usages.d.ts.map +0 -1
  1625. package/dist/esm/operations/usages.js +0 -73
  1626. package/dist/esm/operations/usages.js.map +0 -1
  1627. package/dist/esm/operationsInterfaces/blobContainers.d.ts +0 -246
  1628. package/dist/esm/operationsInterfaces/blobContainers.d.ts.map +0 -1
  1629. package/dist/esm/operationsInterfaces/blobContainers.js +0 -4
  1630. package/dist/esm/operationsInterfaces/blobContainers.js.map +0 -1
  1631. package/dist/esm/operationsInterfaces/blobInventoryPolicies.d.ts +0 -53
  1632. package/dist/esm/operationsInterfaces/blobInventoryPolicies.d.ts.map +0 -1
  1633. package/dist/esm/operationsInterfaces/blobInventoryPolicies.js +0 -4
  1634. package/dist/esm/operationsInterfaces/blobInventoryPolicies.js.map +0 -1
  1635. package/dist/esm/operationsInterfaces/blobServices.d.ts +0 -40
  1636. package/dist/esm/operationsInterfaces/blobServices.d.ts.map +0 -1
  1637. package/dist/esm/operationsInterfaces/blobServices.js +0 -4
  1638. package/dist/esm/operationsInterfaces/blobServices.js.map +0 -1
  1639. package/dist/esm/operationsInterfaces/deletedAccounts.d.ts +0 -18
  1640. package/dist/esm/operationsInterfaces/deletedAccounts.d.ts.map +0 -1
  1641. package/dist/esm/operationsInterfaces/deletedAccounts.js +0 -4
  1642. package/dist/esm/operationsInterfaces/deletedAccounts.js.map +0 -1
  1643. package/dist/esm/operationsInterfaces/encryptionScopes.d.ts +0 -63
  1644. package/dist/esm/operationsInterfaces/encryptionScopes.d.ts.map +0 -1
  1645. package/dist/esm/operationsInterfaces/encryptionScopes.js +0 -4
  1646. package/dist/esm/operationsInterfaces/encryptionScopes.js.map +0 -1
  1647. package/dist/esm/operationsInterfaces/fileServices.d.ts +0 -61
  1648. package/dist/esm/operationsInterfaces/fileServices.d.ts.map +0 -1
  1649. package/dist/esm/operationsInterfaces/fileServices.js +0 -4
  1650. package/dist/esm/operationsInterfaces/fileServices.js.map +0 -1
  1651. package/dist/esm/operationsInterfaces/fileShares.d.ts +0 -101
  1652. package/dist/esm/operationsInterfaces/fileShares.d.ts.map +0 -1
  1653. package/dist/esm/operationsInterfaces/fileShares.js +0 -4
  1654. package/dist/esm/operationsInterfaces/fileShares.js.map +0 -1
  1655. package/dist/esm/operationsInterfaces/index.d.ts +0 -25
  1656. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  1657. package/dist/esm/operationsInterfaces/index.js +0 -29
  1658. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  1659. package/dist/esm/operationsInterfaces/localUsersOperations.d.ts +0 -78
  1660. package/dist/esm/operationsInterfaces/localUsersOperations.d.ts.map +0 -1
  1661. package/dist/esm/operationsInterfaces/localUsersOperations.js +0 -4
  1662. package/dist/esm/operationsInterfaces/localUsersOperations.js.map +0 -1
  1663. package/dist/esm/operationsInterfaces/managementPolicies.d.ts +0 -42
  1664. package/dist/esm/operationsInterfaces/managementPolicies.d.ts.map +0 -1
  1665. package/dist/esm/operationsInterfaces/managementPolicies.js +0 -4
  1666. package/dist/esm/operationsInterfaces/managementPolicies.js.map +0 -1
  1667. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -53
  1668. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
  1669. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -4
  1670. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
  1671. package/dist/esm/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +0 -60
  1672. package/dist/esm/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +0 -1
  1673. package/dist/esm/operationsInterfaces/objectReplicationPoliciesOperations.js +0 -4
  1674. package/dist/esm/operationsInterfaces/objectReplicationPoliciesOperations.js.map +0 -1
  1675. package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
  1676. package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
  1677. package/dist/esm/operationsInterfaces/operations.js +0 -4
  1678. package/dist/esm/operationsInterfaces/operations.js.map +0 -1
  1679. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +0 -53
  1680. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  1681. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -4
  1682. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  1683. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +0 -15
  1684. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  1685. package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -4
  1686. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +0 -1
  1687. package/dist/esm/operationsInterfaces/queue.d.ts +0 -70
  1688. package/dist/esm/operationsInterfaces/queue.d.ts.map +0 -1
  1689. package/dist/esm/operationsInterfaces/queue.js +0 -4
  1690. package/dist/esm/operationsInterfaces/queue.js.map +0 -1
  1691. package/dist/esm/operationsInterfaces/queueServices.d.ts +0 -39
  1692. package/dist/esm/operationsInterfaces/queueServices.d.ts.map +0 -1
  1693. package/dist/esm/operationsInterfaces/queueServices.js +0 -4
  1694. package/dist/esm/operationsInterfaces/queueServices.js.map +0 -1
  1695. package/dist/esm/operationsInterfaces/skus.d.ts +0 -11
  1696. package/dist/esm/operationsInterfaces/skus.d.ts.map +0 -1
  1697. package/dist/esm/operationsInterfaces/skus.js +0 -4
  1698. package/dist/esm/operationsInterfaces/skus.js.map +0 -1
  1699. package/dist/esm/operationsInterfaces/storageAccounts.d.ts +0 -297
  1700. package/dist/esm/operationsInterfaces/storageAccounts.d.ts.map +0 -1
  1701. package/dist/esm/operationsInterfaces/storageAccounts.js +0 -4
  1702. package/dist/esm/operationsInterfaces/storageAccounts.js.map +0 -1
  1703. package/dist/esm/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts +0 -18
  1704. package/dist/esm/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts.map +0 -1
  1705. package/dist/esm/operationsInterfaces/storageTaskAssignmentInstancesReport.js +0 -4
  1706. package/dist/esm/operationsInterfaces/storageTaskAssignmentInstancesReport.js.map +0 -1
  1707. package/dist/esm/operationsInterfaces/storageTaskAssignments.d.ts +0 -112
  1708. package/dist/esm/operationsInterfaces/storageTaskAssignments.d.ts.map +0 -1
  1709. package/dist/esm/operationsInterfaces/storageTaskAssignments.js +0 -4
  1710. package/dist/esm/operationsInterfaces/storageTaskAssignments.js.map +0 -1
  1711. package/dist/esm/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts +0 -15
  1712. package/dist/esm/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts.map +0 -1
  1713. package/dist/esm/operationsInterfaces/storageTaskAssignmentsInstancesReport.js +0 -4
  1714. package/dist/esm/operationsInterfaces/storageTaskAssignmentsInstancesReport.js.map +0 -1
  1715. package/dist/esm/operationsInterfaces/tableOperations.d.ts +0 -68
  1716. package/dist/esm/operationsInterfaces/tableOperations.d.ts.map +0 -1
  1717. package/dist/esm/operationsInterfaces/tableOperations.js +0 -4
  1718. package/dist/esm/operationsInterfaces/tableOperations.js.map +0 -1
  1719. package/dist/esm/operationsInterfaces/tableServices.d.ts +0 -39
  1720. package/dist/esm/operationsInterfaces/tableServices.d.ts.map +0 -1
  1721. package/dist/esm/operationsInterfaces/tableServices.js +0 -4
  1722. package/dist/esm/operationsInterfaces/tableServices.js.map +0 -1
  1723. package/dist/esm/operationsInterfaces/usages.d.ts +0 -12
  1724. package/dist/esm/operationsInterfaces/usages.d.ts.map +0 -1
  1725. package/dist/esm/operationsInterfaces/usages.js +0 -4
  1726. package/dist/esm/operationsInterfaces/usages.js.map +0 -1
  1727. package/dist/esm/pagingHelper.d.ts +0 -13
  1728. package/dist/esm/pagingHelper.d.ts.map +0 -1
  1729. package/dist/esm/pagingHelper.js +0 -25
  1730. package/dist/esm/pagingHelper.js.map +0 -1
  1731. package/dist/esm/storageManagementClient.d.ts.map +0 -1
  1732. package/dist/react-native/index.d.ts +0 -5
  1733. package/dist/react-native/index.d.ts.map +0 -1
  1734. package/dist/react-native/index.js +0 -10
  1735. package/dist/react-native/index.js.map +0 -1
  1736. package/dist/react-native/lroImpl.d.ts +0 -11
  1737. package/dist/react-native/lroImpl.d.ts.map +0 -1
  1738. package/dist/react-native/lroImpl.js +0 -20
  1739. package/dist/react-native/lroImpl.js.map +0 -1
  1740. package/dist/react-native/models/index.d.ts +0 -5238
  1741. package/dist/react-native/models/index.d.ts.map +0 -1
  1742. package/dist/react-native/models/index.js +0 -695
  1743. package/dist/react-native/models/index.js.map +0 -1
  1744. package/dist/react-native/models/mappers.d.ts +0 -216
  1745. package/dist/react-native/models/mappers.d.ts.map +0 -1
  1746. package/dist/react-native/models/mappers.js +0 -7878
  1747. package/dist/react-native/models/mappers.js.map +0 -1
  1748. package/dist/react-native/models/parameters.d.ts +0 -78
  1749. package/dist/react-native/models/parameters.d.ts.map +0 -1
  1750. package/dist/react-native/models/parameters.js +0 -652
  1751. package/dist/react-native/models/parameters.js.map +0 -1
  1752. package/dist/react-native/operations/blobContainers.d.ts +0 -278
  1753. package/dist/react-native/operations/blobContainers.d.ts.map +0 -1
  1754. package/dist/react-native/operations/blobContainers.js +0 -706
  1755. package/dist/react-native/operations/blobContainers.js.map +0 -1
  1756. package/dist/react-native/operations/blobInventoryPolicies.d.ts +0 -73
  1757. package/dist/react-native/operations/blobInventoryPolicies.d.ts.map +0 -1
  1758. package/dist/react-native/operations/blobInventoryPolicies.js +0 -205
  1759. package/dist/react-native/operations/blobInventoryPolicies.js.map +0 -1
  1760. package/dist/react-native/operations/blobServices.d.ts +0 -60
  1761. package/dist/react-native/operations/blobServices.d.ts.map +0 -1
  1762. package/dist/react-native/operations/blobServices.js +0 -154
  1763. package/dist/react-native/operations/blobServices.js.map +0 -1
  1764. package/dist/react-native/operations/deletedAccounts.d.ts +0 -39
  1765. package/dist/react-native/operations/deletedAccounts.d.ts.map +0 -1
  1766. package/dist/react-native/operations/deletedAccounts.js +0 -141
  1767. package/dist/react-native/operations/deletedAccounts.js.map +0 -1
  1768. package/dist/react-native/operations/encryptionScopes.d.ts +0 -94
  1769. package/dist/react-native/operations/encryptionScopes.d.ts.map +0 -1
  1770. package/dist/react-native/operations/encryptionScopes.js +0 -274
  1771. package/dist/react-native/operations/encryptionScopes.js.map +0 -1
  1772. package/dist/react-native/operations/fileServices.d.ts +0 -92
  1773. package/dist/react-native/operations/fileServices.d.ts.map +0 -1
  1774. package/dist/react-native/operations/fileServices.js +0 -282
  1775. package/dist/react-native/operations/fileServices.js.map +0 -1
  1776. package/dist/react-native/operations/fileShares.d.ts +0 -132
  1777. package/dist/react-native/operations/fileShares.d.ts.map +0 -1
  1778. package/dist/react-native/operations/fileShares.js +0 -380
  1779. package/dist/react-native/operations/fileShares.js.map +0 -1
  1780. package/dist/react-native/operations/index.d.ts +0 -25
  1781. package/dist/react-native/operations/index.d.ts.map +0 -1
  1782. package/dist/react-native/operations/index.js +0 -29
  1783. package/dist/react-native/operations/index.js.map +0 -1
  1784. package/dist/react-native/operations/localUsersOperations.d.ts +0 -98
  1785. package/dist/react-native/operations/localUsersOperations.d.ts.map +0 -1
  1786. package/dist/react-native/operations/localUsersOperations.js +0 -277
  1787. package/dist/react-native/operations/localUsersOperations.js.map +0 -1
  1788. package/dist/react-native/operations/managementPolicies.d.ts +0 -50
  1789. package/dist/react-native/operations/managementPolicies.d.ts.map +0 -1
  1790. package/dist/react-native/operations/managementPolicies.js +0 -122
  1791. package/dist/react-native/operations/managementPolicies.js.map +0 -1
  1792. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts +0 -73
  1793. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
  1794. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +0 -235
  1795. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
  1796. package/dist/react-native/operations/objectReplicationPoliciesOperations.d.ts +0 -80
  1797. package/dist/react-native/operations/objectReplicationPoliciesOperations.d.ts.map +0 -1
  1798. package/dist/react-native/operations/objectReplicationPoliciesOperations.js +0 -212
  1799. package/dist/react-native/operations/objectReplicationPoliciesOperations.js.map +0 -1
  1800. package/dist/react-native/operations/operations.d.ts +0 -26
  1801. package/dist/react-native/operations/operations.d.ts.map +0 -1
  1802. package/dist/react-native/operations/operations.js +0 -71
  1803. package/dist/react-native/operations/operations.js.map +0 -1
  1804. package/dist/react-native/operations/privateEndpointConnections.d.ts +0 -73
  1805. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +0 -1
  1806. package/dist/react-native/operations/privateEndpointConnections.js +0 -212
  1807. package/dist/react-native/operations/privateEndpointConnections.js.map +0 -1
  1808. package/dist/react-native/operations/privateLinkResources.d.ts +0 -23
  1809. package/dist/react-native/operations/privateLinkResources.d.ts.map +0 -1
  1810. package/dist/react-native/operations/privateLinkResources.js +0 -49
  1811. package/dist/react-native/operations/privateLinkResources.js.map +0 -1
  1812. package/dist/react-native/operations/queue.d.ts +0 -101
  1813. package/dist/react-native/operations/queue.d.ts.map +0 -1
  1814. package/dist/react-native/operations/queue.js +0 -289
  1815. package/dist/react-native/operations/queue.js.map +0 -1
  1816. package/dist/react-native/operations/queueServices.d.ts +0 -47
  1817. package/dist/react-native/operations/queueServices.d.ts.map +0 -1
  1818. package/dist/react-native/operations/queueServices.js +0 -126
  1819. package/dist/react-native/operations/queueServices.js.map +0 -1
  1820. package/dist/react-native/operations/skus.d.ts +0 -26
  1821. package/dist/react-native/operations/skus.d.ts.map +0 -1
  1822. package/dist/react-native/operations/skus.js +0 -71
  1823. package/dist/react-native/operations/skus.js.map +0 -1
  1824. package/dist/react-native/operations/storageAccounts.d.ts +0 -337
  1825. package/dist/react-native/operations/storageAccounts.d.ts.map +0 -1
  1826. package/dist/react-native/operations/storageAccounts.js +0 -1077
  1827. package/dist/react-native/operations/storageAccounts.js.map +0 -1
  1828. package/dist/react-native/operations/storageTaskAssignmentInstancesReport.d.ts +0 -53
  1829. package/dist/react-native/operations/storageTaskAssignmentInstancesReport.d.ts.map +0 -1
  1830. package/dist/react-native/operations/storageTaskAssignmentInstancesReport.js +0 -151
  1831. package/dist/react-native/operations/storageTaskAssignmentInstancesReport.js.map +0 -1
  1832. package/dist/react-native/operations/storageTaskAssignments.d.ts +0 -141
  1833. package/dist/react-native/operations/storageTaskAssignments.d.ts.map +0 -1
  1834. package/dist/react-native/operations/storageTaskAssignments.js +0 -499
  1835. package/dist/react-native/operations/storageTaskAssignments.js.map +0 -1
  1836. package/dist/react-native/operations/storageTaskAssignmentsInstancesReport.d.ts +0 -44
  1837. package/dist/react-native/operations/storageTaskAssignmentsInstancesReport.d.ts.map +0 -1
  1838. package/dist/react-native/operations/storageTaskAssignmentsInstancesReport.js +0 -134
  1839. package/dist/react-native/operations/storageTaskAssignmentsInstancesReport.js.map +0 -1
  1840. package/dist/react-native/operations/tableOperations.d.ts +0 -99
  1841. package/dist/react-native/operations/tableOperations.d.ts.map +0 -1
  1842. package/dist/react-native/operations/tableOperations.js +0 -287
  1843. package/dist/react-native/operations/tableOperations.js.map +0 -1
  1844. package/dist/react-native/operations/tableServices.d.ts +0 -47
  1845. package/dist/react-native/operations/tableServices.d.ts.map +0 -1
  1846. package/dist/react-native/operations/tableServices.js +0 -126
  1847. package/dist/react-native/operations/tableServices.js.map +0 -1
  1848. package/dist/react-native/operations/usages.d.ts +0 -28
  1849. package/dist/react-native/operations/usages.d.ts.map +0 -1
  1850. package/dist/react-native/operations/usages.js +0 -73
  1851. package/dist/react-native/operations/usages.js.map +0 -1
  1852. package/dist/react-native/operationsInterfaces/blobContainers.d.ts +0 -246
  1853. package/dist/react-native/operationsInterfaces/blobContainers.d.ts.map +0 -1
  1854. package/dist/react-native/operationsInterfaces/blobContainers.js +0 -4
  1855. package/dist/react-native/operationsInterfaces/blobContainers.js.map +0 -1
  1856. package/dist/react-native/operationsInterfaces/blobInventoryPolicies.d.ts +0 -53
  1857. package/dist/react-native/operationsInterfaces/blobInventoryPolicies.d.ts.map +0 -1
  1858. package/dist/react-native/operationsInterfaces/blobInventoryPolicies.js +0 -4
  1859. package/dist/react-native/operationsInterfaces/blobInventoryPolicies.js.map +0 -1
  1860. package/dist/react-native/operationsInterfaces/blobServices.d.ts +0 -40
  1861. package/dist/react-native/operationsInterfaces/blobServices.d.ts.map +0 -1
  1862. package/dist/react-native/operationsInterfaces/blobServices.js +0 -4
  1863. package/dist/react-native/operationsInterfaces/blobServices.js.map +0 -1
  1864. package/dist/react-native/operationsInterfaces/deletedAccounts.d.ts +0 -18
  1865. package/dist/react-native/operationsInterfaces/deletedAccounts.d.ts.map +0 -1
  1866. package/dist/react-native/operationsInterfaces/deletedAccounts.js +0 -4
  1867. package/dist/react-native/operationsInterfaces/deletedAccounts.js.map +0 -1
  1868. package/dist/react-native/operationsInterfaces/encryptionScopes.d.ts +0 -63
  1869. package/dist/react-native/operationsInterfaces/encryptionScopes.d.ts.map +0 -1
  1870. package/dist/react-native/operationsInterfaces/encryptionScopes.js +0 -4
  1871. package/dist/react-native/operationsInterfaces/encryptionScopes.js.map +0 -1
  1872. package/dist/react-native/operationsInterfaces/fileServices.d.ts +0 -61
  1873. package/dist/react-native/operationsInterfaces/fileServices.d.ts.map +0 -1
  1874. package/dist/react-native/operationsInterfaces/fileServices.js +0 -4
  1875. package/dist/react-native/operationsInterfaces/fileServices.js.map +0 -1
  1876. package/dist/react-native/operationsInterfaces/fileShares.d.ts +0 -101
  1877. package/dist/react-native/operationsInterfaces/fileShares.d.ts.map +0 -1
  1878. package/dist/react-native/operationsInterfaces/fileShares.js +0 -4
  1879. package/dist/react-native/operationsInterfaces/fileShares.js.map +0 -1
  1880. package/dist/react-native/operationsInterfaces/index.d.ts +0 -25
  1881. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  1882. package/dist/react-native/operationsInterfaces/index.js +0 -29
  1883. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  1884. package/dist/react-native/operationsInterfaces/localUsersOperations.d.ts +0 -78
  1885. package/dist/react-native/operationsInterfaces/localUsersOperations.d.ts.map +0 -1
  1886. package/dist/react-native/operationsInterfaces/localUsersOperations.js +0 -4
  1887. package/dist/react-native/operationsInterfaces/localUsersOperations.js.map +0 -1
  1888. package/dist/react-native/operationsInterfaces/managementPolicies.d.ts +0 -42
  1889. package/dist/react-native/operationsInterfaces/managementPolicies.d.ts.map +0 -1
  1890. package/dist/react-native/operationsInterfaces/managementPolicies.js +0 -4
  1891. package/dist/react-native/operationsInterfaces/managementPolicies.js.map +0 -1
  1892. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -53
  1893. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
  1894. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -4
  1895. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
  1896. package/dist/react-native/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +0 -60
  1897. package/dist/react-native/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +0 -1
  1898. package/dist/react-native/operationsInterfaces/objectReplicationPoliciesOperations.js +0 -4
  1899. package/dist/react-native/operationsInterfaces/objectReplicationPoliciesOperations.js.map +0 -1
  1900. package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
  1901. package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
  1902. package/dist/react-native/operationsInterfaces/operations.js +0 -4
  1903. package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
  1904. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +0 -53
  1905. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  1906. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +0 -4
  1907. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  1908. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +0 -15
  1909. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  1910. package/dist/react-native/operationsInterfaces/privateLinkResources.js +0 -4
  1911. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +0 -1
  1912. package/dist/react-native/operationsInterfaces/queue.d.ts +0 -70
  1913. package/dist/react-native/operationsInterfaces/queue.d.ts.map +0 -1
  1914. package/dist/react-native/operationsInterfaces/queue.js +0 -4
  1915. package/dist/react-native/operationsInterfaces/queue.js.map +0 -1
  1916. package/dist/react-native/operationsInterfaces/queueServices.d.ts +0 -39
  1917. package/dist/react-native/operationsInterfaces/queueServices.d.ts.map +0 -1
  1918. package/dist/react-native/operationsInterfaces/queueServices.js +0 -4
  1919. package/dist/react-native/operationsInterfaces/queueServices.js.map +0 -1
  1920. package/dist/react-native/operationsInterfaces/skus.d.ts +0 -11
  1921. package/dist/react-native/operationsInterfaces/skus.d.ts.map +0 -1
  1922. package/dist/react-native/operationsInterfaces/skus.js +0 -4
  1923. package/dist/react-native/operationsInterfaces/skus.js.map +0 -1
  1924. package/dist/react-native/operationsInterfaces/storageAccounts.d.ts +0 -297
  1925. package/dist/react-native/operationsInterfaces/storageAccounts.d.ts.map +0 -1
  1926. package/dist/react-native/operationsInterfaces/storageAccounts.js +0 -4
  1927. package/dist/react-native/operationsInterfaces/storageAccounts.js.map +0 -1
  1928. package/dist/react-native/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts +0 -18
  1929. package/dist/react-native/operationsInterfaces/storageTaskAssignmentInstancesReport.d.ts.map +0 -1
  1930. package/dist/react-native/operationsInterfaces/storageTaskAssignmentInstancesReport.js +0 -4
  1931. package/dist/react-native/operationsInterfaces/storageTaskAssignmentInstancesReport.js.map +0 -1
  1932. package/dist/react-native/operationsInterfaces/storageTaskAssignments.d.ts +0 -112
  1933. package/dist/react-native/operationsInterfaces/storageTaskAssignments.d.ts.map +0 -1
  1934. package/dist/react-native/operationsInterfaces/storageTaskAssignments.js +0 -4
  1935. package/dist/react-native/operationsInterfaces/storageTaskAssignments.js.map +0 -1
  1936. package/dist/react-native/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts +0 -15
  1937. package/dist/react-native/operationsInterfaces/storageTaskAssignmentsInstancesReport.d.ts.map +0 -1
  1938. package/dist/react-native/operationsInterfaces/storageTaskAssignmentsInstancesReport.js +0 -4
  1939. package/dist/react-native/operationsInterfaces/storageTaskAssignmentsInstancesReport.js.map +0 -1
  1940. package/dist/react-native/operationsInterfaces/tableOperations.d.ts +0 -68
  1941. package/dist/react-native/operationsInterfaces/tableOperations.d.ts.map +0 -1
  1942. package/dist/react-native/operationsInterfaces/tableOperations.js +0 -4
  1943. package/dist/react-native/operationsInterfaces/tableOperations.js.map +0 -1
  1944. package/dist/react-native/operationsInterfaces/tableServices.d.ts +0 -39
  1945. package/dist/react-native/operationsInterfaces/tableServices.d.ts.map +0 -1
  1946. package/dist/react-native/operationsInterfaces/tableServices.js +0 -4
  1947. package/dist/react-native/operationsInterfaces/tableServices.js.map +0 -1
  1948. package/dist/react-native/operationsInterfaces/usages.d.ts +0 -12
  1949. package/dist/react-native/operationsInterfaces/usages.d.ts.map +0 -1
  1950. package/dist/react-native/operationsInterfaces/usages.js +0 -4
  1951. package/dist/react-native/operationsInterfaces/usages.js.map +0 -1
  1952. package/dist/react-native/package.json +0 -3
  1953. package/dist/react-native/pagingHelper.d.ts +0 -13
  1954. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  1955. package/dist/react-native/pagingHelper.js +0 -25
  1956. package/dist/react-native/pagingHelper.js.map +0 -1
  1957. package/dist/react-native/storageManagementClient.d.ts +0 -43
  1958. package/dist/react-native/storageManagementClient.d.ts.map +0 -1
  1959. package/dist/react-native/storageManagementClient.js +0 -147
  1960. package/dist/react-native/storageManagementClient.js.map +0 -1
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/models/models.ts"],
4
+ "sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { areAllPropsUndefined } from \"../static-helpers/serialization/check-prop-undefined.js\";\n\n/**\n * This file contains only generated model types and their (de)serializers.\n * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.\n */\n/* eslint-disable @typescript-eslint/naming-convention */\n/* eslint-disable @typescript-eslint/explicit-module-boundary-types */\n/** The list of available operations. */\nexport interface _OperationListResult {\n /** List of operations supported by the resource provider. */\n value?: Operation[];\n nextLink?: string;\n}\n\nexport function _operationListResultDeserializer(item: any): _OperationListResult {\n return {\n value: !item[\"value\"] ? item[\"value\"] : operationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function operationArrayDeserializer(result: Array<Operation>): any[] {\n return result.map((item) => {\n return operationDeserializer(item);\n });\n}\n\n/** Storage REST API operation definition. */\nexport interface Operation {\n /** Operation name: {provider}/{resource}/{operation} */\n name?: string;\n /** Display metadata associated with the operation. */\n display?: OperationDisplay;\n /** The origin of operations. */\n origin?: string;\n /** One property of operation, include metric specifications. */\n serviceSpecification?: ServiceSpecification;\n}\n\nexport function operationDeserializer(item: any): Operation {\n return {\n name: item[\"name\"],\n display: !item[\"display\"] ? item[\"display\"] : operationDisplayDeserializer(item[\"display\"]),\n origin: item[\"origin\"],\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _operationOperationPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Display metadata associated with the operation. */\nexport interface OperationDisplay {\n /** Service provider: Microsoft Storage. */\n provider?: string;\n /** Resource on which the operation is performed etc. */\n resource?: string;\n /** Type of operation: get, read, delete, etc. */\n operation?: string;\n /** Description of the operation. */\n description?: string;\n}\n\nexport function operationDisplayDeserializer(item: any): OperationDisplay {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** Properties of operation, include metric specifications. */\nexport interface OperationProperties {\n /** One property of operation, include metric specifications. */\n serviceSpecification?: ServiceSpecification;\n}\n\nexport function operationPropertiesDeserializer(item: any): OperationProperties {\n return {\n serviceSpecification: !item[\"serviceSpecification\"]\n ? item[\"serviceSpecification\"]\n : serviceSpecificationDeserializer(item[\"serviceSpecification\"]),\n };\n}\n\n/** One property of operation, include metric specifications. */\nexport interface ServiceSpecification {\n /** Metric specifications of operation. */\n metricSpecifications?: MetricSpecification[];\n}\n\nexport function serviceSpecificationDeserializer(item: any): ServiceSpecification {\n return {\n metricSpecifications: !item[\"metricSpecifications\"]\n ? item[\"metricSpecifications\"]\n : metricSpecificationArrayDeserializer(item[\"metricSpecifications\"]),\n };\n}\n\nexport function metricSpecificationArrayDeserializer(result: Array<MetricSpecification>): any[] {\n return result.map((item) => {\n return metricSpecificationDeserializer(item);\n });\n}\n\n/** Metric specification of operation. */\nexport interface MetricSpecification {\n /** Name of metric specification. */\n name?: string;\n /** Display name of metric specification. */\n displayName?: string;\n /** Display description of metric specification. */\n displayDescription?: string;\n /** Unit could be Bytes or Count. */\n unit?: string;\n /** Dimensions of blobs, including blob type and access tier. */\n dimensions?: Dimension[];\n /** Aggregation type could be Average. */\n aggregationType?: string;\n /** The property to decide fill gap with zero or not. */\n fillGapWithZero?: boolean;\n /** The category this metric specification belong to, could be Capacity. */\n category?: string;\n /** Account Resource Id. */\n resourceIdDimensionNameOverride?: string;\n}\n\nexport function metricSpecificationDeserializer(item: any): MetricSpecification {\n return {\n name: item[\"name\"],\n displayName: item[\"displayName\"],\n displayDescription: item[\"displayDescription\"],\n unit: item[\"unit\"],\n dimensions: !item[\"dimensions\"]\n ? item[\"dimensions\"]\n : dimensionArrayDeserializer(item[\"dimensions\"]),\n aggregationType: item[\"aggregationType\"],\n fillGapWithZero: item[\"fillGapWithZero\"],\n category: item[\"category\"],\n resourceIdDimensionNameOverride: item[\"resourceIdDimensionNameOverride\"],\n };\n}\n\nexport function dimensionArrayDeserializer(result: Array<Dimension>): any[] {\n return result.map((item) => {\n return dimensionDeserializer(item);\n });\n}\n\n/** Dimension of blobs, possibly be blob type or access tier. */\nexport interface Dimension {\n /** Display name of dimension. */\n name?: string;\n /** Display name of dimension. */\n displayName?: string;\n}\n\nexport function dimensionDeserializer(item: any): Dimension {\n return {\n name: item[\"name\"],\n displayName: item[\"displayName\"],\n };\n}\n\n/** An error response from the storage resource provider. */\nexport interface ErrorResponse {\n /** Azure Storage Resource Provider error response body. */\n error?: ErrorResponseBody;\n}\n\nexport function errorResponseDeserializer(item: any): ErrorResponse {\n return {\n error: !item[\"error\"] ? item[\"error\"] : errorResponseBodyDeserializer(item[\"error\"]),\n };\n}\n\n/** Error response body contract. */\nexport interface ErrorResponseBody {\n /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */\n code?: string;\n /** A message describing the error, intended to be suitable for display in a user interface. */\n message?: string;\n}\n\nexport function errorResponseBodyDeserializer(item: any): ErrorResponseBody {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n };\n}\n\n/** Properties of the blob container, including Id, resource name, resource type, Etag. */\nexport interface BlobContainer extends ProxyResource {\n /** Resource Etag. */\n readonly etag?: string;\n /** The version of the deleted blob container. */\n readonly version?: string;\n /** Indicates whether the blob container was deleted. */\n readonly deleted?: boolean;\n /** Blob container deletion time. */\n readonly deletedTime?: Date;\n /** Remaining retention days for soft deleted blob container. */\n readonly remainingRetentionDays?: number;\n /** Default the container to use specified encryption scope for all writes. */\n defaultEncryptionScope?: string;\n /** Block override of encryption scope from the container default. */\n denyEncryptionScopeOverride?: boolean;\n /** Specifies whether data in the container may be accessed publicly and the level of access. */\n publicAccess?: PublicAccess;\n /** Returns the date and time the container was last modified. */\n readonly lastModifiedTime?: Date;\n /** The lease status of the container. */\n readonly leaseStatus?: LeaseStatus;\n /** Lease state of the container. */\n readonly leaseState?: LeaseState;\n /** Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased. */\n readonly leaseDuration?: LeaseDuration;\n /** A name-value pair to associate with the container as metadata. */\n metadata?: Record<string, string>;\n /** The ImmutabilityPolicy property of the container. */\n readonly immutabilityPolicy?: ImmutabilityPolicyProperties;\n /** The LegalHold property of the container. */\n readonly legalHold?: LegalHoldProperties;\n /** The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account. */\n readonly hasLegalHold?: boolean;\n /** The hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container. The hasImmutabilityPolicy public property is set to false by SRP if ImmutabilityPolicy has not been created for this container. */\n readonly hasImmutabilityPolicy?: boolean;\n /** The object level immutability property of the container. The property is immutable and can only be set to true at the container creation time. Existing containers must undergo a migration process. */\n immutableStorageWithVersioning?: ImmutableStorageWithVersioning;\n /** Enable NFSv3 root squash on blob container. */\n enableNfsV3RootSquash?: boolean;\n /** Enable NFSv3 all squash on blob container. */\n enableNfsV3AllSquash?: boolean;\n}\n\nexport function blobContainerSerializer(item: BlobContainer): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"defaultEncryptionScope\",\n \"denyEncryptionScopeOverride\",\n \"publicAccess\",\n \"metadata\",\n \"immutableStorageWithVersioning\",\n \"enableNfsV3RootSquash\",\n \"enableNfsV3AllSquash\",\n ])\n ? undefined\n : _blobContainerPropertiesSerializer(item),\n };\n}\n\nexport function blobContainerDeserializer(item: any): BlobContainer {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _blobContainerPropertiesDeserializer(item[\"properties\"])),\n etag: item[\"etag\"],\n };\n}\n\n/** The properties of a container. */\nexport interface ContainerProperties {\n /** The version of the deleted blob container. */\n readonly version?: string;\n /** Indicates whether the blob container was deleted. */\n readonly deleted?: boolean;\n /** Blob container deletion time. */\n readonly deletedTime?: Date;\n /** Remaining retention days for soft deleted blob container. */\n readonly remainingRetentionDays?: number;\n /** Default the container to use specified encryption scope for all writes. */\n defaultEncryptionScope?: string;\n /** Block override of encryption scope from the container default. */\n denyEncryptionScopeOverride?: boolean;\n /** Specifies whether data in the container may be accessed publicly and the level of access. */\n publicAccess?: PublicAccess;\n /** Returns the date and time the container was last modified. */\n readonly lastModifiedTime?: Date;\n /** The lease status of the container. */\n readonly leaseStatus?: LeaseStatus;\n /** Lease state of the container. */\n readonly leaseState?: LeaseState;\n /** Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased. */\n readonly leaseDuration?: LeaseDuration;\n /** A name-value pair to associate with the container as metadata. */\n metadata?: Record<string, string>;\n /** The ImmutabilityPolicy property of the container. */\n readonly immutabilityPolicy?: ImmutabilityPolicyProperties;\n /** The LegalHold property of the container. */\n readonly legalHold?: LegalHoldProperties;\n /** The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account. */\n readonly hasLegalHold?: boolean;\n /** The hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container. The hasImmutabilityPolicy public property is set to false by SRP if ImmutabilityPolicy has not been created for this container. */\n readonly hasImmutabilityPolicy?: boolean;\n /** The object level immutability property of the container. The property is immutable and can only be set to true at the container creation time. Existing containers must undergo a migration process. */\n immutableStorageWithVersioning?: ImmutableStorageWithVersioning;\n /** Enable NFSv3 root squash on blob container. */\n enableNfsV3RootSquash?: boolean;\n /** Enable NFSv3 all squash on blob container. */\n enableNfsV3AllSquash?: boolean;\n}\n\nexport function containerPropertiesSerializer(item: ContainerProperties): any {\n return {\n defaultEncryptionScope: item[\"defaultEncryptionScope\"],\n denyEncryptionScopeOverride: item[\"denyEncryptionScopeOverride\"],\n publicAccess: item[\"publicAccess\"],\n metadata: item[\"metadata\"],\n immutableStorageWithVersioning: !item[\"immutableStorageWithVersioning\"]\n ? item[\"immutableStorageWithVersioning\"]\n : immutableStorageWithVersioningSerializer(item[\"immutableStorageWithVersioning\"]),\n enableNfsV3RootSquash: item[\"enableNfsV3RootSquash\"],\n enableNfsV3AllSquash: item[\"enableNfsV3AllSquash\"],\n };\n}\n\nexport function containerPropertiesDeserializer(item: any): ContainerProperties {\n return {\n version: item[\"version\"],\n deleted: item[\"deleted\"],\n deletedTime: !item[\"deletedTime\"] ? item[\"deletedTime\"] : new Date(item[\"deletedTime\"]),\n remainingRetentionDays: item[\"remainingRetentionDays\"],\n defaultEncryptionScope: item[\"defaultEncryptionScope\"],\n denyEncryptionScopeOverride: item[\"denyEncryptionScopeOverride\"],\n publicAccess: item[\"publicAccess\"],\n lastModifiedTime: !item[\"lastModifiedTime\"]\n ? item[\"lastModifiedTime\"]\n : new Date(item[\"lastModifiedTime\"]),\n leaseStatus: item[\"leaseStatus\"],\n leaseState: item[\"leaseState\"],\n leaseDuration: item[\"leaseDuration\"],\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n immutabilityPolicy: !item[\"immutabilityPolicy\"]\n ? item[\"immutabilityPolicy\"]\n : immutabilityPolicyPropertiesDeserializer(item[\"immutabilityPolicy\"]),\n legalHold: !item[\"legalHold\"]\n ? item[\"legalHold\"]\n : legalHoldPropertiesDeserializer(item[\"legalHold\"]),\n hasLegalHold: item[\"hasLegalHold\"],\n hasImmutabilityPolicy: item[\"hasImmutabilityPolicy\"],\n immutableStorageWithVersioning: !item[\"immutableStorageWithVersioning\"]\n ? item[\"immutableStorageWithVersioning\"]\n : immutableStorageWithVersioningDeserializer(item[\"immutableStorageWithVersioning\"]),\n enableNfsV3RootSquash: item[\"enableNfsV3RootSquash\"],\n enableNfsV3AllSquash: item[\"enableNfsV3AllSquash\"],\n };\n}\n\n/** Specifies whether data in the container may be accessed publicly and the level of access. */\nexport type PublicAccess = \"Container\" | \"Blob\" | \"None\";\n\n/** The lease status of the container. */\nexport enum KnownLeaseStatus {\n /** Locked */\n Locked = \"Locked\",\n /** Unlocked */\n Unlocked = \"Unlocked\",\n}\n\n/**\n * The lease status of the container. \\\n * {@link KnownLeaseStatus} can be used interchangeably with LeaseStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Locked** \\\n * **Unlocked**\n */\nexport type LeaseStatus = string;\n\n/** Lease state of the container. */\nexport enum KnownLeaseState {\n /** Available */\n Available = \"Available\",\n /** Leased */\n Leased = \"Leased\",\n /** Expired */\n Expired = \"Expired\",\n /** Breaking */\n Breaking = \"Breaking\",\n /** Broken */\n Broken = \"Broken\",\n}\n\n/**\n * Lease state of the container. \\\n * {@link KnownLeaseState} can be used interchangeably with LeaseState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Available** \\\n * **Leased** \\\n * **Expired** \\\n * **Breaking** \\\n * **Broken**\n */\nexport type LeaseState = string;\n\n/** Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased. */\nexport enum KnownLeaseDuration {\n /** Infinite */\n Infinite = \"Infinite\",\n /** Fixed */\n Fixed = \"Fixed\",\n}\n\n/**\n * Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased. \\\n * {@link KnownLeaseDuration} can be used interchangeably with LeaseDuration,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Infinite** \\\n * **Fixed**\n */\nexport type LeaseDuration = string;\n\n/** The properties of an ImmutabilityPolicy of a blob container. */\nexport interface ImmutabilityPolicyProperties {\n /** ImmutabilityPolicy Etag. */\n readonly etag?: string;\n /** The ImmutabilityPolicy update history of the blob container. */\n readonly updateHistory?: UpdateHistoryProperty[];\n /** The immutability period for the blobs in the container since the policy creation, in days. */\n immutabilityPeriodSinceCreationInDays?: number;\n /** The ImmutabilityPolicy state of a blob container, possible values include: Locked and Unlocked. */\n readonly state?: ImmutabilityPolicyState;\n /** This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. */\n allowProtectedAppendWrites?: boolean;\n /** This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. The 'allowProtectedAppendWrites' and 'allowProtectedAppendWritesAll' properties are mutually exclusive. */\n allowProtectedAppendWritesAll?: boolean;\n}\n\nexport function immutabilityPolicyPropertiesDeserializer(item: any): ImmutabilityPolicyProperties {\n return {\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _immutabilityPolicyPropertiesPropertiesDeserializer(item[\"properties\"])),\n etag: item[\"etag\"],\n updateHistory: !item[\"updateHistory\"]\n ? item[\"updateHistory\"]\n : updateHistoryPropertyArrayDeserializer(item[\"updateHistory\"]),\n };\n}\n\n/** The properties of an ImmutabilityPolicy of a blob container. */\nexport interface ImmutabilityPolicyProperty {\n /** The immutability period for the blobs in the container since the policy creation, in days. */\n immutabilityPeriodSinceCreationInDays?: number;\n /** The ImmutabilityPolicy state of a blob container, possible values include: Locked and Unlocked. */\n readonly state?: ImmutabilityPolicyState;\n /** This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. */\n allowProtectedAppendWrites?: boolean;\n /** This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. The 'allowProtectedAppendWrites' and 'allowProtectedAppendWritesAll' properties are mutually exclusive. */\n allowProtectedAppendWritesAll?: boolean;\n}\n\nexport function immutabilityPolicyPropertySerializer(item: ImmutabilityPolicyProperty): any {\n return {\n immutabilityPeriodSinceCreationInDays: item[\"immutabilityPeriodSinceCreationInDays\"],\n allowProtectedAppendWrites: item[\"allowProtectedAppendWrites\"],\n allowProtectedAppendWritesAll: item[\"allowProtectedAppendWritesAll\"],\n };\n}\n\nexport function immutabilityPolicyPropertyDeserializer(item: any): ImmutabilityPolicyProperty {\n return {\n immutabilityPeriodSinceCreationInDays: item[\"immutabilityPeriodSinceCreationInDays\"],\n state: item[\"state\"],\n allowProtectedAppendWrites: item[\"allowProtectedAppendWrites\"],\n allowProtectedAppendWritesAll: item[\"allowProtectedAppendWritesAll\"],\n };\n}\n\n/** The ImmutabilityPolicy state of a blob container, possible values include: Locked and Unlocked. */\nexport enum KnownImmutabilityPolicyState {\n /** Locked */\n Locked = \"Locked\",\n /** Unlocked */\n Unlocked = \"Unlocked\",\n}\n\n/**\n * The ImmutabilityPolicy state of a blob container, possible values include: Locked and Unlocked. \\\n * {@link KnownImmutabilityPolicyState} can be used interchangeably with ImmutabilityPolicyState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Locked** \\\n * **Unlocked**\n */\nexport type ImmutabilityPolicyState = string;\n\nexport function updateHistoryPropertyArrayDeserializer(\n result: Array<UpdateHistoryProperty>,\n): any[] {\n return result.map((item) => {\n return updateHistoryPropertyDeserializer(item);\n });\n}\n\n/** An update history of the ImmutabilityPolicy of a blob container. */\nexport interface UpdateHistoryProperty {\n /** The ImmutabilityPolicy update type of a blob container, possible values include: put, lock and extend. */\n readonly update?: ImmutabilityPolicyUpdateType;\n /** The immutability period for the blobs in the container since the policy creation, in days. */\n readonly immutabilityPeriodSinceCreationInDays?: number;\n /** Returns the date and time the ImmutabilityPolicy was updated. */\n readonly timestamp?: Date;\n /** Returns the Object ID of the user who updated the ImmutabilityPolicy. */\n readonly objectIdentifier?: string;\n /** Returns the Tenant ID that issued the token for the user who updated the ImmutabilityPolicy. */\n readonly tenantId?: string;\n /** Returns the User Principal Name of the user who updated the ImmutabilityPolicy. */\n readonly upn?: string;\n /** This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. */\n allowProtectedAppendWrites?: boolean;\n /** This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. The 'allowProtectedAppendWrites' and 'allowProtectedAppendWritesAll' properties are mutually exclusive. */\n allowProtectedAppendWritesAll?: boolean;\n}\n\nexport function updateHistoryPropertyDeserializer(item: any): UpdateHistoryProperty {\n return {\n update: item[\"update\"],\n immutabilityPeriodSinceCreationInDays: item[\"immutabilityPeriodSinceCreationInDays\"],\n timestamp: !item[\"timestamp\"] ? item[\"timestamp\"] : new Date(item[\"timestamp\"]),\n objectIdentifier: item[\"objectIdentifier\"],\n tenantId: item[\"tenantId\"],\n upn: item[\"upn\"],\n allowProtectedAppendWrites: item[\"allowProtectedAppendWrites\"],\n allowProtectedAppendWritesAll: item[\"allowProtectedAppendWritesAll\"],\n };\n}\n\n/** The ImmutabilityPolicy update type of a blob container, possible values include: put, lock and extend. */\nexport enum KnownImmutabilityPolicyUpdateType {\n /** put */\n Put = \"put\",\n /** lock */\n Lock = \"lock\",\n /** extend */\n Extend = \"extend\",\n}\n\n/**\n * The ImmutabilityPolicy update type of a blob container, possible values include: put, lock and extend. \\\n * {@link KnownImmutabilityPolicyUpdateType} can be used interchangeably with ImmutabilityPolicyUpdateType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **put** \\\n * **lock** \\\n * **extend**\n */\nexport type ImmutabilityPolicyUpdateType = string;\n\n/** The LegalHold property of a blob container. */\nexport interface LegalHoldProperties {\n /** The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account. */\n readonly hasLegalHold?: boolean;\n /** The list of LegalHold tags of a blob container. */\n tags?: TagProperty[];\n /** Protected append blob writes history. */\n protectedAppendWritesHistory?: ProtectedAppendWritesHistory;\n}\n\nexport function legalHoldPropertiesDeserializer(item: any): LegalHoldProperties {\n return {\n hasLegalHold: item[\"hasLegalHold\"],\n tags: !item[\"tags\"] ? item[\"tags\"] : tagPropertyArrayDeserializer(item[\"tags\"]),\n protectedAppendWritesHistory: !item[\"protectedAppendWritesHistory\"]\n ? item[\"protectedAppendWritesHistory\"]\n : protectedAppendWritesHistoryDeserializer(item[\"protectedAppendWritesHistory\"]),\n };\n}\n\nexport function tagPropertyArrayDeserializer(result: Array<TagProperty>): any[] {\n return result.map((item) => {\n return tagPropertyDeserializer(item);\n });\n}\n\n/** A tag of the LegalHold of a blob container. */\nexport interface TagProperty {\n /** The tag value. */\n readonly tag?: string;\n /** Returns the date and time the tag was added. */\n readonly timestamp?: Date;\n /** Returns the Object ID of the user who added the tag. */\n readonly objectIdentifier?: string;\n /** Returns the Tenant ID that issued the token for the user who added the tag. */\n readonly tenantId?: string;\n /** Returns the User Principal Name of the user who added the tag. */\n readonly upn?: string;\n}\n\nexport function tagPropertyDeserializer(item: any): TagProperty {\n return {\n tag: item[\"tag\"],\n timestamp: !item[\"timestamp\"] ? item[\"timestamp\"] : new Date(item[\"timestamp\"]),\n objectIdentifier: item[\"objectIdentifier\"],\n tenantId: item[\"tenantId\"],\n upn: item[\"upn\"],\n };\n}\n\n/** Protected append writes history setting for the blob container with Legal holds. */\nexport interface ProtectedAppendWritesHistory {\n /** When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining legal hold protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. */\n allowProtectedAppendWritesAll?: boolean;\n /** Returns the date and time the tag was added. */\n readonly timestamp?: Date;\n}\n\nexport function protectedAppendWritesHistoryDeserializer(item: any): ProtectedAppendWritesHistory {\n return {\n allowProtectedAppendWritesAll: item[\"allowProtectedAppendWritesAll\"],\n timestamp: !item[\"timestamp\"] ? item[\"timestamp\"] : new Date(item[\"timestamp\"]),\n };\n}\n\n/** Object level immutability properties of the container. */\nexport interface ImmutableStorageWithVersioning {\n /** This is an immutable property, when set to true it enables object level immutability at the container level. */\n enabled?: boolean;\n /** Returns the date and time the object level immutability was enabled. */\n readonly timeStamp?: Date;\n /** This property denotes the container level immutability to object level immutability migration state. */\n readonly migrationState?: MigrationState;\n}\n\nexport function immutableStorageWithVersioningSerializer(\n item: ImmutableStorageWithVersioning,\n): any {\n return { enabled: item[\"enabled\"] };\n}\n\nexport function immutableStorageWithVersioningDeserializer(\n item: any,\n): ImmutableStorageWithVersioning {\n return {\n enabled: item[\"enabled\"],\n timeStamp: !item[\"timeStamp\"] ? item[\"timeStamp\"] : new Date(item[\"timeStamp\"]),\n migrationState: item[\"migrationState\"],\n };\n}\n\n/** This property denotes the container level immutability to object level immutability migration state. */\nexport enum KnownMigrationState {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Completed */\n Completed = \"Completed\",\n}\n\n/**\n * This property denotes the container level immutability to object level immutability migration state. \\\n * {@link KnownMigrationState} can be used interchangeably with MigrationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Completed**\n */\nexport type MigrationState = string;\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\nexport function proxyResourceSerializer(_item: ProxyResource): any {\n return {};\n}\n\nexport function proxyResourceDeserializer(item: any): ProxyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(_item: Resource): any {\n return {};\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** The LegalHold property of a blob container. */\nexport interface LegalHold {\n /** The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account. */\n readonly hasLegalHold?: boolean;\n /** Each tag should be 3 to 23 alphanumeric characters and is normalized to lower case at SRP. */\n tags: string[];\n /** When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining legal hold protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. */\n allowProtectedAppendWritesAll?: boolean;\n}\n\nexport function legalHoldSerializer(item: LegalHold): any {\n return {\n tags: item[\"tags\"].map((p: any) => {\n return p;\n }),\n allowProtectedAppendWritesAll: item[\"allowProtectedAppendWritesAll\"],\n };\n}\n\nexport function legalHoldDeserializer(item: any): LegalHold {\n return {\n hasLegalHold: item[\"hasLegalHold\"],\n tags: item[\"tags\"].map((p: any) => {\n return p;\n }),\n allowProtectedAppendWritesAll: item[\"allowProtectedAppendWritesAll\"],\n };\n}\n\n/** Lease Container request schema. */\nexport interface LeaseContainerRequest {\n /** Specifies the lease action. Can be one of the available actions. */\n action: LeaseContainerRequestAction;\n /** Identifies the lease. Can be specified in any valid GUID string format. */\n leaseId?: string;\n /** Optional. For a break action, proposed duration the lease should continue before it is broken, in seconds, between 0 and 60. */\n breakPeriod?: number;\n /** Required for acquire. Specifies the duration of the lease, in seconds, or negative one (-1) for a lease that never expires. */\n leaseDuration?: number;\n /** Optional for acquire, required for change. Proposed lease ID, in a GUID string format. */\n proposedLeaseId?: string;\n}\n\nexport function leaseContainerRequestSerializer(item: LeaseContainerRequest): any {\n return {\n action: item[\"action\"],\n leaseId: item[\"leaseId\"],\n breakPeriod: item[\"breakPeriod\"],\n leaseDuration: item[\"leaseDuration\"],\n proposedLeaseId: item[\"proposedLeaseId\"],\n };\n}\n\n/** Specifies the lease action. Can be one of the available actions. */\nexport enum KnownLeaseContainerRequestAction {\n /** Acquire */\n Acquire = \"Acquire\",\n /** Renew */\n Renew = \"Renew\",\n /** Change */\n Change = \"Change\",\n /** Release */\n Release = \"Release\",\n /** Break */\n Break = \"Break\",\n}\n\n/**\n * Specifies the lease action. Can be one of the available actions. \\\n * {@link KnownLeaseContainerRequestAction} can be used interchangeably with LeaseContainerRequestAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Acquire** \\\n * **Renew** \\\n * **Change** \\\n * **Release** \\\n * **Break**\n */\nexport type LeaseContainerRequestAction = string;\n\n/** Lease Container response schema. */\nexport interface LeaseContainerResponse {\n /** Returned unique lease ID that must be included with any request to delete the container, or to renew, change, or release the lease. */\n leaseId?: string;\n /** Approximate time remaining in the lease period, in seconds. */\n leaseTimeSeconds?: string;\n}\n\nexport function leaseContainerResponseDeserializer(item: any): LeaseContainerResponse {\n return {\n leaseId: item[\"leaseId\"],\n leaseTimeSeconds: item[\"leaseTimeSeconds\"],\n };\n}\n\n/** An error response from the Storage service. */\nexport interface CloudError {\n /** An error response from the Storage service. */\n error?: CloudErrorBody;\n}\n\nexport function cloudErrorDeserializer(item: any): CloudError {\n return {\n error: !item[\"error\"] ? item[\"error\"] : cloudErrorBodyDeserializer(item[\"error\"]),\n };\n}\n\n/** An error response from the Storage service. */\nexport interface CloudErrorBody {\n /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */\n code?: string;\n /** A message describing the error, intended to be suitable for display in a user interface. */\n message?: string;\n /** The target of the particular error. For example, the name of the property in error. */\n target?: string;\n /** A list of additional details about the error. */\n details?: CloudErrorBody[];\n}\n\nexport function cloudErrorBodyDeserializer(item: any): CloudErrorBody {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : cloudErrorBodyArrayDeserializer(item[\"details\"]),\n };\n}\n\nexport function cloudErrorBodyArrayDeserializer(result: Array<CloudErrorBody>): any[] {\n return result.map((item) => {\n return cloudErrorBodyDeserializer(item);\n });\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The error target. */\n readonly target?: string;\n /** The error details. */\n readonly details?: ErrorDetail[];\n /** The error additional info. */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\nexport function errorDetailDeserializer(item: any): ErrorDetail {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : errorDetailArrayDeserializer(item[\"details\"]),\n additionalInfo: !item[\"additionalInfo\"]\n ? item[\"additionalInfo\"]\n : errorAdditionalInfoArrayDeserializer(item[\"additionalInfo\"]),\n };\n}\n\nexport function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[] {\n return result.map((item) => {\n return errorDetailDeserializer(item);\n });\n}\n\nexport function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[] {\n return result.map((item) => {\n return errorAdditionalInfoDeserializer(item);\n });\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /** The additional info type. */\n readonly type?: string;\n /** The additional info. */\n readonly info?: any;\n}\n\nexport function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo {\n return {\n type: item[\"type\"],\n info: item[\"info\"],\n };\n}\n\n/** Response schema. Contains list of blobs returned, and if paging is requested or required, a URL to next page of containers. */\nexport interface _ListContainerItems {\n /** The ListContainerItem items on this page */\n readonly value: ListContainerItem[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _listContainerItemsDeserializer(item: any): _ListContainerItems {\n return {\n value: listContainerItemArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function listContainerItemArrayDeserializer(result: Array<ListContainerItem>): any[] {\n return result.map((item) => {\n return listContainerItemDeserializer(item);\n });\n}\n\n/** The blob container properties be listed out. */\nexport interface ListContainerItem extends AzureEntityResource {\n /** The version of the deleted blob container. */\n readonly version?: string;\n /** Indicates whether the blob container was deleted. */\n readonly deleted?: boolean;\n /** Blob container deletion time. */\n readonly deletedTime?: Date;\n /** Remaining retention days for soft deleted blob container. */\n readonly remainingRetentionDays?: number;\n /** Default the container to use specified encryption scope for all writes. */\n defaultEncryptionScope?: string;\n /** Block override of encryption scope from the container default. */\n denyEncryptionScopeOverride?: boolean;\n /** Specifies whether data in the container may be accessed publicly and the level of access. */\n publicAccess?: PublicAccess;\n /** Returns the date and time the container was last modified. */\n readonly lastModifiedTime?: Date;\n /** The lease status of the container. */\n readonly leaseStatus?: LeaseStatus;\n /** Lease state of the container. */\n readonly leaseState?: LeaseState;\n /** Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased. */\n readonly leaseDuration?: LeaseDuration;\n /** A name-value pair to associate with the container as metadata. */\n metadata?: Record<string, string>;\n /** The ImmutabilityPolicy property of the container. */\n readonly immutabilityPolicy?: ImmutabilityPolicyProperties;\n /** The LegalHold property of the container. */\n readonly legalHold?: LegalHoldProperties;\n /** The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account. */\n readonly hasLegalHold?: boolean;\n /** The hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container. The hasImmutabilityPolicy public property is set to false by SRP if ImmutabilityPolicy has not been created for this container. */\n readonly hasImmutabilityPolicy?: boolean;\n /** The object level immutability property of the container. The property is immutable and can only be set to true at the container creation time. Existing containers must undergo a migration process. */\n immutableStorageWithVersioning?: ImmutableStorageWithVersioning;\n /** Enable NFSv3 root squash on blob container. */\n enableNfsV3RootSquash?: boolean;\n /** Enable NFSv3 all squash on blob container. */\n enableNfsV3AllSquash?: boolean;\n}\n\nexport function listContainerItemDeserializer(item: any): ListContainerItem {\n return {\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _listContainerItemPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** The resource model definition for an Azure Resource Manager resource with an etag. */\nexport interface AzureEntityResource extends Resource {\n /** Resource Etag. */\n readonly etag?: string;\n}\n\nexport function azureEntityResourceDeserializer(item: any): AzureEntityResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n etag: item[\"etag\"],\n };\n}\n\n/** The ImmutabilityPolicy property of a blob container, including Id, resource name, resource type, Etag. */\nexport interface ImmutabilityPolicy extends ProxyResource {\n /** Resource Etag. */\n readonly etag?: string;\n /** The immutability period for the blobs in the container since the policy creation, in days. */\n immutabilityPeriodSinceCreationInDays?: number;\n /** The ImmutabilityPolicy state of a blob container, possible values include: Locked and Unlocked. */\n readonly state?: ImmutabilityPolicyState;\n /** This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. */\n allowProtectedAppendWrites?: boolean;\n /** This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. The 'allowProtectedAppendWrites' and 'allowProtectedAppendWritesAll' properties are mutually exclusive. */\n allowProtectedAppendWritesAll?: boolean;\n}\n\nexport function immutabilityPolicySerializer(item: ImmutabilityPolicy): any {\n return { properties: _immutabilityPolicyPropertiesSerializer(item) };\n}\n\nexport function immutabilityPolicyDeserializer(item: any): ImmutabilityPolicy {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ..._immutabilityPolicyPropertiesDeserializer(item[\"properties\"]),\n etag: item[\"etag\"],\n };\n}\n\n/** The properties of a storage account\u2019s Blob service. */\nexport interface BlobServiceProperties extends ProxyResource {\n /** Sku name and tier. */\n readonly sku?: Sku;\n /** Specifies CORS rules for the Blob service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Blob service. */\n cors?: CorsRules;\n /** DefaultServiceVersion indicates the default version to use for requests to the Blob service if an incoming request\u2019s version is not specified. Possible values include version 2008-10-27 and all more recent versions. */\n defaultServiceVersion?: string;\n /** The blob service properties for blob soft delete. */\n deleteRetentionPolicy?: DeleteRetentionPolicy;\n /** The static website properties for blob storage. */\n staticWebsite?: StaticWebsite;\n /** Versioning is enabled if set to true. */\n isVersioningEnabled?: boolean;\n /** Deprecated in favor of isVersioningEnabled property. */\n automaticSnapshotPolicyEnabled?: boolean;\n /** The blob service properties for change feed events. */\n changeFeed?: ChangeFeed;\n /** The blob service properties for blob restore policy. */\n restorePolicy?: RestorePolicyProperties;\n /** The blob service properties for container soft delete. */\n containerDeleteRetentionPolicy?: DeleteRetentionPolicy;\n /** The blob service property to configure last access time based tracking policy. */\n lastAccessTimeTrackingPolicy?: LastAccessTimeTrackingPolicy;\n}\n\nexport function blobServicePropertiesSerializer(item: BlobServiceProperties): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"cors\",\n \"defaultServiceVersion\",\n \"deleteRetentionPolicy\",\n \"staticWebsite\",\n \"isVersioningEnabled\",\n \"automaticSnapshotPolicyEnabled\",\n \"changeFeed\",\n \"restorePolicy\",\n \"containerDeleteRetentionPolicy\",\n \"lastAccessTimeTrackingPolicy\",\n ])\n ? undefined\n : _blobServicePropertiesPropertiesSerializer(item),\n };\n}\n\nexport function blobServicePropertiesDeserializer(item: any): BlobServiceProperties {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _blobServicePropertiesPropertiesDeserializer(item[\"properties\"])),\n sku: !item[\"sku\"] ? item[\"sku\"] : skuDeserializer(item[\"sku\"]),\n };\n}\n\n/** The properties of a storage account\u2019s Blob service. */\nexport interface BlobServicePropertiesProperties {\n /** Specifies CORS rules for the Blob service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Blob service. */\n cors?: CorsRules;\n /** DefaultServiceVersion indicates the default version to use for requests to the Blob service if an incoming request\u2019s version is not specified. Possible values include version 2008-10-27 and all more recent versions. */\n defaultServiceVersion?: string;\n /** The blob service properties for blob soft delete. */\n deleteRetentionPolicy?: DeleteRetentionPolicy;\n /** The static website properties for blob storage. */\n staticWebsite?: StaticWebsite;\n /** Versioning is enabled if set to true. */\n isVersioningEnabled?: boolean;\n /** Deprecated in favor of isVersioningEnabled property. */\n automaticSnapshotPolicyEnabled?: boolean;\n /** The blob service properties for change feed events. */\n changeFeed?: ChangeFeed;\n /** The blob service properties for blob restore policy. */\n restorePolicy?: RestorePolicyProperties;\n /** The blob service properties for container soft delete. */\n containerDeleteRetentionPolicy?: DeleteRetentionPolicy;\n /** The blob service property to configure last access time based tracking policy. */\n lastAccessTimeTrackingPolicy?: LastAccessTimeTrackingPolicy;\n}\n\nexport function blobServicePropertiesPropertiesSerializer(\n item: BlobServicePropertiesProperties,\n): any {\n return {\n cors: !item[\"cors\"] ? item[\"cors\"] : corsRulesSerializer(item[\"cors\"]),\n defaultServiceVersion: item[\"defaultServiceVersion\"],\n deleteRetentionPolicy: !item[\"deleteRetentionPolicy\"]\n ? item[\"deleteRetentionPolicy\"]\n : deleteRetentionPolicySerializer(item[\"deleteRetentionPolicy\"]),\n staticWebsite: !item[\"staticWebsite\"]\n ? item[\"staticWebsite\"]\n : staticWebsiteSerializer(item[\"staticWebsite\"]),\n isVersioningEnabled: item[\"isVersioningEnabled\"],\n automaticSnapshotPolicyEnabled: item[\"automaticSnapshotPolicyEnabled\"],\n changeFeed: !item[\"changeFeed\"] ? item[\"changeFeed\"] : changeFeedSerializer(item[\"changeFeed\"]),\n restorePolicy: !item[\"restorePolicy\"]\n ? item[\"restorePolicy\"]\n : restorePolicyPropertiesSerializer(item[\"restorePolicy\"]),\n containerDeleteRetentionPolicy: !item[\"containerDeleteRetentionPolicy\"]\n ? item[\"containerDeleteRetentionPolicy\"]\n : deleteRetentionPolicySerializer(item[\"containerDeleteRetentionPolicy\"]),\n lastAccessTimeTrackingPolicy: !item[\"lastAccessTimeTrackingPolicy\"]\n ? item[\"lastAccessTimeTrackingPolicy\"]\n : lastAccessTimeTrackingPolicySerializer(item[\"lastAccessTimeTrackingPolicy\"]),\n };\n}\n\nexport function blobServicePropertiesPropertiesDeserializer(\n item: any,\n): BlobServicePropertiesProperties {\n return {\n cors: !item[\"cors\"] ? item[\"cors\"] : corsRulesDeserializer(item[\"cors\"]),\n defaultServiceVersion: item[\"defaultServiceVersion\"],\n deleteRetentionPolicy: !item[\"deleteRetentionPolicy\"]\n ? item[\"deleteRetentionPolicy\"]\n : deleteRetentionPolicyDeserializer(item[\"deleteRetentionPolicy\"]),\n staticWebsite: !item[\"staticWebsite\"]\n ? item[\"staticWebsite\"]\n : staticWebsiteDeserializer(item[\"staticWebsite\"]),\n isVersioningEnabled: item[\"isVersioningEnabled\"],\n automaticSnapshotPolicyEnabled: item[\"automaticSnapshotPolicyEnabled\"],\n changeFeed: !item[\"changeFeed\"]\n ? item[\"changeFeed\"]\n : changeFeedDeserializer(item[\"changeFeed\"]),\n restorePolicy: !item[\"restorePolicy\"]\n ? item[\"restorePolicy\"]\n : restorePolicyPropertiesDeserializer(item[\"restorePolicy\"]),\n containerDeleteRetentionPolicy: !item[\"containerDeleteRetentionPolicy\"]\n ? item[\"containerDeleteRetentionPolicy\"]\n : deleteRetentionPolicyDeserializer(item[\"containerDeleteRetentionPolicy\"]),\n lastAccessTimeTrackingPolicy: !item[\"lastAccessTimeTrackingPolicy\"]\n ? item[\"lastAccessTimeTrackingPolicy\"]\n : lastAccessTimeTrackingPolicyDeserializer(item[\"lastAccessTimeTrackingPolicy\"]),\n };\n}\n\n/** Sets the CORS rules. You can include up to five CorsRule elements in the request. */\nexport interface CorsRules {\n /** The List of CORS rules. You can include up to five CorsRule elements in the request. */\n corsRules?: CorsRule[];\n}\n\nexport function corsRulesSerializer(item: CorsRules): any {\n return {\n corsRules: !item[\"corsRules\"] ? item[\"corsRules\"] : corsRuleArraySerializer(item[\"corsRules\"]),\n };\n}\n\nexport function corsRulesDeserializer(item: any): CorsRules {\n return {\n corsRules: !item[\"corsRules\"]\n ? item[\"corsRules\"]\n : corsRuleArrayDeserializer(item[\"corsRules\"]),\n };\n}\n\nexport function corsRuleArraySerializer(result: Array<CorsRule>): any[] {\n return result.map((item) => {\n return corsRuleSerializer(item);\n });\n}\n\nexport function corsRuleArrayDeserializer(result: Array<CorsRule>): any[] {\n return result.map((item) => {\n return corsRuleDeserializer(item);\n });\n}\n\n/** Specifies a CORS rule for the Blob service. */\nexport interface CorsRule {\n /** Required if CorsRule element is present. A list of origin domains that will be allowed via CORS, or \"*\" to allow all domains */\n allowedOrigins: string[];\n /** Required if CorsRule element is present. A list of HTTP methods that are allowed to be executed by the origin. */\n allowedMethods: AllowedMethods[];\n /** Required if CorsRule element is present. The number of seconds that the client/browser should cache a preflight response. */\n maxAgeInSeconds: number;\n /** Required if CorsRule element is present. A list of response headers to expose to CORS clients. */\n exposedHeaders: string[];\n /** Required if CorsRule element is present. A list of headers allowed to be part of the cross-origin request. */\n allowedHeaders: string[];\n}\n\nexport function corsRuleSerializer(item: CorsRule): any {\n return {\n allowedOrigins: item[\"allowedOrigins\"].map((p: any) => {\n return p;\n }),\n allowedMethods: item[\"allowedMethods\"].map((p: any) => {\n return p;\n }),\n maxAgeInSeconds: item[\"maxAgeInSeconds\"],\n exposedHeaders: item[\"exposedHeaders\"].map((p: any) => {\n return p;\n }),\n allowedHeaders: item[\"allowedHeaders\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function corsRuleDeserializer(item: any): CorsRule {\n return {\n allowedOrigins: item[\"allowedOrigins\"].map((p: any) => {\n return p;\n }),\n allowedMethods: item[\"allowedMethods\"].map((p: any) => {\n return p;\n }),\n maxAgeInSeconds: item[\"maxAgeInSeconds\"],\n exposedHeaders: item[\"exposedHeaders\"].map((p: any) => {\n return p;\n }),\n allowedHeaders: item[\"allowedHeaders\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Known values of {@link AllowedMethods} that the service accepts. */\nexport enum KnownAllowedMethods {\n /** DELETE */\n Delete = \"DELETE\",\n /** GET */\n GET = \"GET\",\n /** HEAD */\n Head = \"HEAD\",\n /** MERGE */\n Merge = \"MERGE\",\n /** POST */\n Post = \"POST\",\n /** OPTIONS */\n Options = \"OPTIONS\",\n /** PUT */\n PUT = \"PUT\",\n /** PATCH */\n Patch = \"PATCH\",\n /** CONNECT */\n Connect = \"CONNECT\",\n /** TRACE */\n Trace = \"TRACE\",\n}\n\n/** Type of AllowedMethods */\nexport type AllowedMethods = string;\n\n/** The service properties for soft delete. */\nexport interface DeleteRetentionPolicy {\n /** Indicates whether DeleteRetentionPolicy is enabled. */\n enabled?: boolean;\n /** Indicates the number of days that the deleted item should be retained. The minimum specified value can be 1 and the maximum value can be 365. */\n days?: number;\n /** This property when set to true allows deletion of the soft deleted blob versions and snapshots. This property cannot be used blob restore policy. This property only applies to blob service and does not apply to containers or file share. */\n allowPermanentDelete?: boolean;\n}\n\nexport function deleteRetentionPolicySerializer(item: DeleteRetentionPolicy): any {\n return {\n enabled: item[\"enabled\"],\n days: item[\"days\"],\n allowPermanentDelete: item[\"allowPermanentDelete\"],\n };\n}\n\nexport function deleteRetentionPolicyDeserializer(item: any): DeleteRetentionPolicy {\n return {\n enabled: item[\"enabled\"],\n days: item[\"days\"],\n allowPermanentDelete: item[\"allowPermanentDelete\"],\n };\n}\n\n/** The static website properties for blob storage. */\nexport interface StaticWebsite {\n /** Indicates whether static website support is enabled for the specified account. */\n enabled: boolean;\n /** The webpage that Azure Storage serves for requests to the root of a website or any subfolder (for example, index.html). The value is case-sensitive. */\n indexDocument?: string;\n /** The absolute path where the default index file is present. This absolute path is mutually exclusive to \"indexDocument\" and it is case-sensitive. */\n defaultIndexDocumentPath?: string;\n /** The absolute path to a webpage that Azure Storage serves for requests that don't correspond to an existing file. The contents of the page are returned with HTTP 404 Not Found. Only a single custom 404 page is supported in each static website. */\n errorDocument404Path?: string;\n}\n\nexport function staticWebsiteSerializer(item: StaticWebsite): any {\n return {\n enabled: item[\"enabled\"],\n indexDocument: item[\"indexDocument\"],\n defaultIndexDocumentPath: item[\"defaultIndexDocumentPath\"],\n errorDocument404Path: item[\"errorDocument404Path\"],\n };\n}\n\nexport function staticWebsiteDeserializer(item: any): StaticWebsite {\n return {\n enabled: item[\"enabled\"],\n indexDocument: item[\"indexDocument\"],\n defaultIndexDocumentPath: item[\"defaultIndexDocumentPath\"],\n errorDocument404Path: item[\"errorDocument404Path\"],\n };\n}\n\n/** The blob service properties for change feed events. */\nexport interface ChangeFeed {\n /** Indicates whether change feed event logging is enabled for the Blob service. */\n enabled?: boolean;\n /** Indicates the duration of changeFeed retention in days. Minimum value is 1 day and maximum value is 146000 days (400 years). A null value indicates an infinite retention of the change feed. */\n retentionInDays?: number;\n}\n\nexport function changeFeedSerializer(item: ChangeFeed): any {\n return { enabled: item[\"enabled\"], retentionInDays: item[\"retentionInDays\"] };\n}\n\nexport function changeFeedDeserializer(item: any): ChangeFeed {\n return {\n enabled: item[\"enabled\"],\n retentionInDays: item[\"retentionInDays\"],\n };\n}\n\n/** The blob service properties for blob restore policy */\nexport interface RestorePolicyProperties {\n /** Blob restore is enabled if set to true. */\n enabled: boolean;\n /** how long this blob can be restored. It should be great than zero and less than DeleteRetentionPolicy.days. */\n days?: number;\n /** Deprecated in favor of minRestoreTime property. */\n readonly lastEnabledTime?: Date;\n /** Returns the minimum date and time that the restore can be started. */\n readonly minRestoreTime?: Date;\n}\n\nexport function restorePolicyPropertiesSerializer(item: RestorePolicyProperties): any {\n return { enabled: item[\"enabled\"], days: item[\"days\"] };\n}\n\nexport function restorePolicyPropertiesDeserializer(item: any): RestorePolicyProperties {\n return {\n enabled: item[\"enabled\"],\n days: item[\"days\"],\n lastEnabledTime: !item[\"lastEnabledTime\"]\n ? item[\"lastEnabledTime\"]\n : new Date(item[\"lastEnabledTime\"]),\n minRestoreTime: !item[\"minRestoreTime\"]\n ? item[\"minRestoreTime\"]\n : new Date(item[\"minRestoreTime\"]),\n };\n}\n\n/** The blob service properties for Last access time based tracking policy. */\nexport interface LastAccessTimeTrackingPolicy {\n /** When set to true last access time based tracking is enabled. */\n enable: boolean;\n /** Name of the policy. The valid value is AccessTimeTracking. This field is currently read only */\n name?: Name;\n /** The field specifies blob object tracking granularity in days, typically how often the blob object should be tracked.This field is currently read only with value as 1 */\n trackingGranularityInDays?: number;\n /** An array of predefined supported blob types. Only blockBlob is the supported value. This field is currently read only */\n blobType?: string[];\n}\n\nexport function lastAccessTimeTrackingPolicySerializer(item: LastAccessTimeTrackingPolicy): any {\n return {\n enable: item[\"enable\"],\n name: item[\"name\"],\n trackingGranularityInDays: item[\"trackingGranularityInDays\"],\n blobType: !item[\"blobType\"]\n ? item[\"blobType\"]\n : item[\"blobType\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function lastAccessTimeTrackingPolicyDeserializer(item: any): LastAccessTimeTrackingPolicy {\n return {\n enable: item[\"enable\"],\n name: item[\"name\"],\n trackingGranularityInDays: item[\"trackingGranularityInDays\"],\n blobType: !item[\"blobType\"]\n ? item[\"blobType\"]\n : item[\"blobType\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Name of the policy. The valid value is AccessTimeTracking. This field is currently read only */\nexport enum KnownName {\n /** AccessTimeTracking */\n AccessTimeTracking = \"AccessTimeTracking\",\n}\n\n/**\n * Name of the policy. The valid value is AccessTimeTracking. This field is currently read only \\\n * {@link KnownName} can be used interchangeably with Name,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AccessTimeTracking**\n */\nexport type Name = string;\n\n/** The SKU of the storage account. */\nexport interface Sku {\n /** The SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was called accountType. */\n name: SkuName;\n /** The SKU tier. This is based on the SKU name. */\n readonly tier?: SkuTier;\n}\n\nexport function skuSerializer(item: Sku): any {\n return { name: item[\"name\"] };\n}\n\nexport function skuDeserializer(item: any): Sku {\n return {\n name: item[\"name\"],\n tier: item[\"tier\"],\n };\n}\n\n/** The SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was called accountType. */\nexport enum KnownSkuName {\n /** Standard_LRS */\n StandardLRS = \"Standard_LRS\",\n /** Standard_GRS */\n StandardGRS = \"Standard_GRS\",\n /** Standard_RAGRS */\n StandardRagrs = \"Standard_RAGRS\",\n /** Standard_ZRS */\n StandardZRS = \"Standard_ZRS\",\n /** Premium_LRS */\n PremiumLRS = \"Premium_LRS\",\n /** Premium_ZRS */\n PremiumZRS = \"Premium_ZRS\",\n /** Standard_GZRS */\n StandardGzrs = \"Standard_GZRS\",\n /** Standard_RAGZRS */\n StandardRagzrs = \"Standard_RAGZRS\",\n /** StandardV2_LRS */\n StandardV2LRS = \"StandardV2_LRS\",\n /** StandardV2_GRS */\n StandardV2GRS = \"StandardV2_GRS\",\n /** StandardV2_ZRS */\n StandardV2ZRS = \"StandardV2_ZRS\",\n /** StandardV2_GZRS */\n StandardV2Gzrs = \"StandardV2_GZRS\",\n /** PremiumV2_LRS */\n PremiumV2LRS = \"PremiumV2_LRS\",\n /** PremiumV2_ZRS */\n PremiumV2ZRS = \"PremiumV2_ZRS\",\n}\n\n/**\n * The SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was called accountType. \\\n * {@link KnownSkuName} can be used interchangeably with SkuName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard_LRS** \\\n * **Standard_GRS** \\\n * **Standard_RAGRS** \\\n * **Standard_ZRS** \\\n * **Premium_LRS** \\\n * **Premium_ZRS** \\\n * **Standard_GZRS** \\\n * **Standard_RAGZRS** \\\n * **StandardV2_LRS** \\\n * **StandardV2_GRS** \\\n * **StandardV2_ZRS** \\\n * **StandardV2_GZRS** \\\n * **PremiumV2_LRS** \\\n * **PremiumV2_ZRS**\n */\nexport type SkuName = string;\n/** The SKU tier. This is based on the SKU name. */\nexport type SkuTier = \"Standard\" | \"Premium\";\n\n/** model interface _BlobServiceItems */\nexport interface _BlobServiceItems {\n /** List of blob services returned. */\n readonly value?: BlobServiceProperties[];\n nextLink?: string;\n}\n\nexport function _blobServiceItemsDeserializer(item: any): _BlobServiceItems {\n return {\n value: !item[\"value\"] ? item[\"value\"] : blobServicePropertiesArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function blobServicePropertiesArraySerializer(result: Array<BlobServiceProperties>): any[] {\n return result.map((item) => {\n return blobServicePropertiesSerializer(item);\n });\n}\n\nexport function blobServicePropertiesArrayDeserializer(\n result: Array<BlobServiceProperties>,\n): any[] {\n return result.map((item) => {\n return blobServicePropertiesDeserializer(item);\n });\n}\n\n/** The parameters used to check the availability of the storage account name. */\nexport interface StorageAccountCheckNameAvailabilityParameters {\n /** The storage account name. */\n name: string;\n /** The type of resource, Microsoft.Storage/storageAccounts */\n type: \"Microsoft.Storage/storageAccounts\";\n}\n\nexport function storageAccountCheckNameAvailabilityParametersSerializer(\n item: StorageAccountCheckNameAvailabilityParameters,\n): any {\n return { name: item[\"name\"], type: item[\"type\"] };\n}\n\n/** The CheckNameAvailability operation response. */\nexport interface CheckNameAvailabilityResult {\n /** Gets a boolean value that indicates whether the name is available for you to use. If true, the name is available. If false, the name has already been taken or is invalid and cannot be used. */\n readonly nameAvailable?: boolean;\n /** Gets the reason that a storage account name could not be used. The Reason element is only returned if NameAvailable is false. */\n readonly reason?: Reason;\n /** Gets an error message explaining the Reason value in more detail. */\n readonly message?: string;\n}\n\nexport function checkNameAvailabilityResultDeserializer(item: any): CheckNameAvailabilityResult {\n return {\n nameAvailable: item[\"nameAvailable\"],\n reason: item[\"reason\"],\n message: item[\"message\"],\n };\n}\n\n/** Gets the reason that a storage account name could not be used. The Reason element is only returned if NameAvailable is false. */\nexport type Reason = \"AccountNameInvalid\" | \"AlreadyExists\";\n\n/** The storage account. */\nexport interface StorageAccount extends TrackedResource {\n /** Gets the SKU. */\n readonly sku?: Sku;\n /** Gets the Kind. */\n readonly kind?: Kind;\n /** The identity of the resource. */\n identity?: Identity;\n /** The extendedLocation of the resource. */\n extendedLocation?: ExtendedLocation;\n /** The availability zones. */\n zones?: string[];\n /** Optional. Gets or sets the zonal placement details for the storage account. */\n placement?: Placement;\n /** Gets the status of the storage account at the time the operation was called. */\n readonly provisioningState?: ProvisioningState;\n /** Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object. Note that Standard_ZRS and Premium_LRS accounts only return the blob endpoint. */\n readonly primaryEndpoints?: Endpoints;\n /** Gets the location of the primary data center for the storage account. */\n readonly primaryLocation?: string;\n /** Gets the status indicating whether the primary location of the storage account is available or unavailable. */\n readonly statusOfPrimary?: AccountStatus;\n /** Gets the timestamp of the most recent instance of a failover to the secondary location. Only the most recent timestamp is retained. This element is not returned if there has never been a failover instance. Only available if the accountType is Standard_GRS or Standard_RAGRS. */\n readonly lastGeoFailoverTime?: Date;\n /** Gets the location of the geo-replicated secondary for the storage account. Only available if the accountType is Standard_GRS or Standard_RAGRS. */\n readonly secondaryLocation?: string;\n /** Gets the status indicating whether the secondary location of the storage account is available or unavailable. Only available if the SKU name is Standard_GRS or Standard_RAGRS. */\n readonly statusOfSecondary?: AccountStatus;\n /** Gets the creation date and time of the storage account in UTC. */\n readonly creationTime?: Date;\n /** Gets the custom domain the user assigned to this storage account. */\n readonly customDomain?: CustomDomain;\n /** SasPolicy assigned to the storage account. */\n readonly sasPolicy?: SasPolicy;\n /** KeyPolicy assigned to the storage account. */\n readonly keyPolicy?: KeyPolicy;\n /** Storage account keys creation time. */\n readonly keyCreationTime?: KeyCreationTime;\n /** Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object from the secondary location of the storage account. Only available if the SKU name is Standard_RAGRS. */\n readonly secondaryEndpoints?: Endpoints;\n /** Encryption settings to be used for server-side encryption for the storage account. */\n readonly encryption?: Encryption;\n /** Required for storage accounts where kind = BlobStorage. The access tier is used for billing. The 'Premium' access tier is the default value for premium block blobs storage account type and it cannot be changed for the premium block blobs storage account type. */\n readonly accessTier?: AccessTier;\n /** Provides the identity based authentication settings for Azure Files. */\n azureFilesIdentityBasedAuthentication?: AzureFilesIdentityBasedAuthentication;\n /** Allows https traffic only to storage service if sets to true. */\n enableHttpsTrafficOnly?: boolean;\n /** Network rule set */\n readonly networkRuleSet?: NetworkRuleSet;\n /** Enables Secure File Transfer Protocol, if set to true */\n isSftpEnabled?: boolean;\n /** Enables local users feature, if set to true */\n isLocalUserEnabled?: boolean;\n /** Enables extended group support with local users feature, if set to true */\n enableExtendedGroups?: boolean;\n /** Account HierarchicalNamespace enabled if sets to true. */\n isHnsEnabled?: boolean;\n /** Geo Replication Stats */\n readonly geoReplicationStats?: GeoReplicationStats;\n /** If the failover is in progress, the value will be true, otherwise, it will be null. */\n readonly failoverInProgress?: boolean;\n /** Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. */\n largeFileSharesState?: LargeFileSharesState;\n /** List of private endpoint connection associated with the specified storage account */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /** Maintains information about the network routing choice opted by the user for data transfer */\n routingPreference?: RoutingPreference;\n /** Maintains information about the Internet protocol opted by the user. */\n dualStackEndpointPreference?: DualStackEndpointPreference;\n /** Blob restore status */\n readonly blobRestoreStatus?: BlobRestoreStatus;\n /** Allow or disallow public access to all blobs or containers in the storage account. The default interpretation is false for this property. */\n allowBlobPublicAccess?: boolean;\n /** Set the minimum TLS version to be permitted on requests to storage. The default interpretation is TLS 1.0 for this property. Minimum TLS version 1.3 version is not supported. */\n minimumTlsVersion?: MinimumTlsVersion;\n /** Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. If false, then all requests, including shared access signatures, must be authorized with Azure Active Directory (Azure AD). The default value is null, which is equivalent to true. */\n allowSharedKeyAccess?: boolean;\n /** NFS 3.0 protocol support enabled if set to true. */\n enableNfsV3?: boolean;\n /** Allow or disallow cross AAD tenant object replication. Set this property to true for new or existing accounts only if object replication policies will involve storage accounts in different AAD tenants. The default interpretation is false for new accounts to follow best security practices by default. */\n allowCrossTenantReplication?: boolean;\n /** A boolean flag which indicates whether the default authentication is OAuth or not. The default interpretation is false for this property. */\n defaultToOAuthAuthentication?: boolean;\n /** Allow, disallow, or let Network Security Perimeter configuration to evaluate public network access to Storage Account. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** The property is immutable and can only be set to true at the account creation time. When set to true, it enables object level immutability for all the containers in the account by default. */\n immutableStorageWithVersioning?: ImmutableStorageAccount;\n /** Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet. */\n allowedCopyScope?: AllowedCopyScope;\n /** This property is readOnly and is set by server during asynchronous storage account sku conversion operations. */\n storageAccountSkuConversionStatus?: StorageAccountSkuConversionStatus;\n /** Allows you to specify the type of endpoint. Set this to AzureDNSZone to create a large number of accounts in a single subscription, which creates accounts in an Azure DNS Zone and the endpoint URL will have an alphanumeric DNS Zone identifier. */\n dnsEndpointType?: DnsEndpointType;\n /** This property will be set to true or false on an event of ongoing migration. Default value is null. */\n readonly isSkuConversionBlocked?: boolean;\n /** If customer initiated account migration is in progress, the value will be true else it will be null. */\n readonly accountMigrationInProgress?: boolean;\n /** Status indicating whether Geo Priority Replication is enabled for the account. */\n geoPriorityReplicationStatus?: GeoPriorityReplicationStatus;\n /** Indicate shared key access properties at service level */\n allowSharedKeyAccessForServices?: StorageAccountSharedKeyAccessProperties;\n /** Data Collaboration policy for the storage account. */\n dataCollaborationPolicyProperties?: StorageDataCollaborationPolicyProperties;\n}\n\nexport function storageAccountDeserializer(item: any): StorageAccount {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _storageAccountPropertiesDeserializer(item[\"properties\"])),\n sku: !item[\"sku\"] ? item[\"sku\"] : skuDeserializer(item[\"sku\"]),\n kind: item[\"kind\"],\n identity: !item[\"identity\"] ? item[\"identity\"] : identityDeserializer(item[\"identity\"]),\n extendedLocation: !item[\"extendedLocation\"]\n ? item[\"extendedLocation\"]\n : extendedLocationDeserializer(item[\"extendedLocation\"]),\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n placement: !item[\"placement\"] ? item[\"placement\"] : placementDeserializer(item[\"placement\"]),\n };\n}\n\n/** Properties of the storage account. */\nexport interface StorageAccountProperties {\n /** Gets the status of the storage account at the time the operation was called. */\n readonly provisioningState?: ProvisioningState;\n /** Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object. Note that Standard_ZRS and Premium_LRS accounts only return the blob endpoint. */\n readonly primaryEndpoints?: Endpoints;\n /** Gets the location of the primary data center for the storage account. */\n readonly primaryLocation?: string;\n /** Gets the status indicating whether the primary location of the storage account is available or unavailable. */\n readonly statusOfPrimary?: AccountStatus;\n /** Gets the timestamp of the most recent instance of a failover to the secondary location. Only the most recent timestamp is retained. This element is not returned if there has never been a failover instance. Only available if the accountType is Standard_GRS or Standard_RAGRS. */\n readonly lastGeoFailoverTime?: Date;\n /** Gets the location of the geo-replicated secondary for the storage account. Only available if the accountType is Standard_GRS or Standard_RAGRS. */\n readonly secondaryLocation?: string;\n /** Gets the status indicating whether the secondary location of the storage account is available or unavailable. Only available if the SKU name is Standard_GRS or Standard_RAGRS. */\n readonly statusOfSecondary?: AccountStatus;\n /** Gets the creation date and time of the storage account in UTC. */\n readonly creationTime?: Date;\n /** Gets the custom domain the user assigned to this storage account. */\n readonly customDomain?: CustomDomain;\n /** SasPolicy assigned to the storage account. */\n readonly sasPolicy?: SasPolicy;\n /** KeyPolicy assigned to the storage account. */\n readonly keyPolicy?: KeyPolicy;\n /** Storage account keys creation time. */\n readonly keyCreationTime?: KeyCreationTime;\n /** Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object from the secondary location of the storage account. Only available if the SKU name is Standard_RAGRS. */\n readonly secondaryEndpoints?: Endpoints;\n /** Encryption settings to be used for server-side encryption for the storage account. */\n readonly encryption?: Encryption;\n /** Required for storage accounts where kind = BlobStorage. The access tier is used for billing. The 'Premium' access tier is the default value for premium block blobs storage account type and it cannot be changed for the premium block blobs storage account type. */\n readonly accessTier?: AccessTier;\n /** Provides the identity based authentication settings for Azure Files. */\n azureFilesIdentityBasedAuthentication?: AzureFilesIdentityBasedAuthentication;\n /** Allows https traffic only to storage service if sets to true. */\n enableHttpsTrafficOnly?: boolean;\n /** Network rule set */\n readonly networkRuleSet?: NetworkRuleSet;\n /** Enables Secure File Transfer Protocol, if set to true */\n isSftpEnabled?: boolean;\n /** Enables local users feature, if set to true */\n isLocalUserEnabled?: boolean;\n /** Enables extended group support with local users feature, if set to true */\n enableExtendedGroups?: boolean;\n /** Account HierarchicalNamespace enabled if sets to true. */\n isHnsEnabled?: boolean;\n /** Geo Replication Stats */\n readonly geoReplicationStats?: GeoReplicationStats;\n /** If the failover is in progress, the value will be true, otherwise, it will be null. */\n readonly failoverInProgress?: boolean;\n /** Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. */\n largeFileSharesState?: LargeFileSharesState;\n /** List of private endpoint connection associated with the specified storage account */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /** Maintains information about the network routing choice opted by the user for data transfer */\n routingPreference?: RoutingPreference;\n /** Maintains information about the Internet protocol opted by the user. */\n dualStackEndpointPreference?: DualStackEndpointPreference;\n /** Blob restore status */\n readonly blobRestoreStatus?: BlobRestoreStatus;\n /** Allow or disallow public access to all blobs or containers in the storage account. The default interpretation is false for this property. */\n allowBlobPublicAccess?: boolean;\n /** Set the minimum TLS version to be permitted on requests to storage. The default interpretation is TLS 1.0 for this property. Minimum TLS version 1.3 version is not supported. */\n minimumTlsVersion?: MinimumTlsVersion;\n /** Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. If false, then all requests, including shared access signatures, must be authorized with Azure Active Directory (Azure AD). The default value is null, which is equivalent to true. */\n allowSharedKeyAccess?: boolean;\n /** NFS 3.0 protocol support enabled if set to true. */\n enableNfsV3?: boolean;\n /** Allow or disallow cross AAD tenant object replication. Set this property to true for new or existing accounts only if object replication policies will involve storage accounts in different AAD tenants. The default interpretation is false for new accounts to follow best security practices by default. */\n allowCrossTenantReplication?: boolean;\n /** A boolean flag which indicates whether the default authentication is OAuth or not. The default interpretation is false for this property. */\n defaultToOAuthAuthentication?: boolean;\n /** Allow, disallow, or let Network Security Perimeter configuration to evaluate public network access to Storage Account. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** The property is immutable and can only be set to true at the account creation time. When set to true, it enables object level immutability for all the containers in the account by default. */\n immutableStorageWithVersioning?: ImmutableStorageAccount;\n /** Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet. */\n allowedCopyScope?: AllowedCopyScope;\n /** This property is readOnly and is set by server during asynchronous storage account sku conversion operations. */\n storageAccountSkuConversionStatus?: StorageAccountSkuConversionStatus;\n /** Allows you to specify the type of endpoint. Set this to AzureDNSZone to create a large number of accounts in a single subscription, which creates accounts in an Azure DNS Zone and the endpoint URL will have an alphanumeric DNS Zone identifier. */\n dnsEndpointType?: DnsEndpointType;\n /** This property will be set to true or false on an event of ongoing migration. Default value is null. */\n readonly isSkuConversionBlocked?: boolean;\n /** If customer initiated account migration is in progress, the value will be true else it will be null. */\n readonly accountMigrationInProgress?: boolean;\n /** Status indicating whether Geo Priority Replication is enabled for the account. */\n geoPriorityReplicationStatus?: GeoPriorityReplicationStatus;\n /** Indicate shared key access properties at service level */\n allowSharedKeyAccessForServices?: StorageAccountSharedKeyAccessProperties;\n /** Data Collaboration policy for the storage account. */\n dataCollaborationPolicyProperties?: StorageDataCollaborationPolicyProperties;\n}\n\nexport function storageAccountPropertiesDeserializer(item: any): StorageAccountProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n primaryEndpoints: !item[\"primaryEndpoints\"]\n ? item[\"primaryEndpoints\"]\n : endpointsDeserializer(item[\"primaryEndpoints\"]),\n primaryLocation: item[\"primaryLocation\"],\n statusOfPrimary: item[\"statusOfPrimary\"],\n lastGeoFailoverTime: !item[\"lastGeoFailoverTime\"]\n ? item[\"lastGeoFailoverTime\"]\n : new Date(item[\"lastGeoFailoverTime\"]),\n secondaryLocation: item[\"secondaryLocation\"],\n statusOfSecondary: item[\"statusOfSecondary\"],\n creationTime: !item[\"creationTime\"] ? item[\"creationTime\"] : new Date(item[\"creationTime\"]),\n customDomain: !item[\"customDomain\"]\n ? item[\"customDomain\"]\n : customDomainDeserializer(item[\"customDomain\"]),\n sasPolicy: !item[\"sasPolicy\"] ? item[\"sasPolicy\"] : sasPolicyDeserializer(item[\"sasPolicy\"]),\n keyPolicy: !item[\"keyPolicy\"] ? item[\"keyPolicy\"] : keyPolicyDeserializer(item[\"keyPolicy\"]),\n keyCreationTime: !item[\"keyCreationTime\"]\n ? item[\"keyCreationTime\"]\n : keyCreationTimeDeserializer(item[\"keyCreationTime\"]),\n secondaryEndpoints: !item[\"secondaryEndpoints\"]\n ? item[\"secondaryEndpoints\"]\n : endpointsDeserializer(item[\"secondaryEndpoints\"]),\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionDeserializer(item[\"encryption\"]),\n accessTier: item[\"accessTier\"],\n azureFilesIdentityBasedAuthentication: !item[\"azureFilesIdentityBasedAuthentication\"]\n ? item[\"azureFilesIdentityBasedAuthentication\"]\n : azureFilesIdentityBasedAuthenticationDeserializer(\n item[\"azureFilesIdentityBasedAuthentication\"],\n ),\n enableHttpsTrafficOnly: item[\"supportsHttpsTrafficOnly\"],\n networkRuleSet: !item[\"networkAcls\"]\n ? item[\"networkAcls\"]\n : networkRuleSetDeserializer(item[\"networkAcls\"]),\n isSftpEnabled: item[\"isSftpEnabled\"],\n isLocalUserEnabled: item[\"isLocalUserEnabled\"],\n enableExtendedGroups: item[\"enableExtendedGroups\"],\n isHnsEnabled: item[\"isHnsEnabled\"],\n geoReplicationStats: !item[\"geoReplicationStats\"]\n ? item[\"geoReplicationStats\"]\n : geoReplicationStatsDeserializer(item[\"geoReplicationStats\"]),\n failoverInProgress: item[\"failoverInProgress\"],\n largeFileSharesState: item[\"largeFileSharesState\"],\n privateEndpointConnections: !item[\"privateEndpointConnections\"]\n ? item[\"privateEndpointConnections\"]\n : privateEndpointConnectionArrayDeserializer(item[\"privateEndpointConnections\"]),\n routingPreference: !item[\"routingPreference\"]\n ? item[\"routingPreference\"]\n : routingPreferenceDeserializer(item[\"routingPreference\"]),\n dualStackEndpointPreference: !item[\"dualStackEndpointPreference\"]\n ? item[\"dualStackEndpointPreference\"]\n : dualStackEndpointPreferenceDeserializer(item[\"dualStackEndpointPreference\"]),\n blobRestoreStatus: !item[\"blobRestoreStatus\"]\n ? item[\"blobRestoreStatus\"]\n : blobRestoreStatusDeserializer(item[\"blobRestoreStatus\"]),\n allowBlobPublicAccess: item[\"allowBlobPublicAccess\"],\n minimumTlsVersion: item[\"minimumTlsVersion\"],\n allowSharedKeyAccess: item[\"allowSharedKeyAccess\"],\n enableNfsV3: item[\"isNfsV3Enabled\"],\n allowCrossTenantReplication: item[\"allowCrossTenantReplication\"],\n defaultToOAuthAuthentication: item[\"defaultToOAuthAuthentication\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n immutableStorageWithVersioning: !item[\"immutableStorageWithVersioning\"]\n ? item[\"immutableStorageWithVersioning\"]\n : immutableStorageAccountDeserializer(item[\"immutableStorageWithVersioning\"]),\n allowedCopyScope: item[\"allowedCopyScope\"],\n storageAccountSkuConversionStatus: !item[\"storageAccountSkuConversionStatus\"]\n ? item[\"storageAccountSkuConversionStatus\"]\n : storageAccountSkuConversionStatusDeserializer(item[\"storageAccountSkuConversionStatus\"]),\n dnsEndpointType: item[\"dnsEndpointType\"],\n isSkuConversionBlocked: item[\"isSkuConversionBlocked\"],\n accountMigrationInProgress: item[\"accountMigrationInProgress\"],\n geoPriorityReplicationStatus: !item[\"geoPriorityReplicationStatus\"]\n ? item[\"geoPriorityReplicationStatus\"]\n : geoPriorityReplicationStatusDeserializer(item[\"geoPriorityReplicationStatus\"]),\n allowSharedKeyAccessForServices: !item[\"allowSharedKeyAccessForServices\"]\n ? item[\"allowSharedKeyAccessForServices\"]\n : storageAccountSharedKeyAccessPropertiesDeserializer(\n item[\"allowSharedKeyAccessForServices\"],\n ),\n dataCollaborationPolicyProperties: !item[\"dataCollaborationPolicyProperties\"]\n ? item[\"dataCollaborationPolicyProperties\"]\n : storageDataCollaborationPolicyPropertiesDeserializer(\n item[\"dataCollaborationPolicyProperties\"],\n ),\n };\n}\n\n/** Gets the status of the storage account at the time the operation was called. */\nexport type ProvisioningState = \"Creating\" | \"ResolvingDNS\" | \"Succeeded\";\n\n/** The URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs object. */\nexport interface Endpoints {\n /** Gets the blob endpoint. */\n readonly blob?: string;\n /** Gets the queue endpoint. */\n readonly queue?: string;\n /** Gets the table endpoint. */\n readonly table?: string;\n /** Gets the file endpoint. */\n readonly file?: string;\n /** Gets the web endpoint. */\n readonly web?: string;\n /** Gets the dfs endpoint. */\n readonly dfs?: string;\n /** Gets the microsoft routing storage endpoints. */\n microsoftEndpoints?: StorageAccountMicrosoftEndpoints;\n /** Gets the internet routing storage endpoints */\n internetEndpoints?: StorageAccountInternetEndpoints;\n /** Gets the IPv6 storage endpoints. */\n ipv6Endpoints?: StorageAccountIpv6Endpoints;\n}\n\nexport function endpointsDeserializer(item: any): Endpoints {\n return {\n blob: item[\"blob\"],\n queue: item[\"queue\"],\n table: item[\"table\"],\n file: item[\"file\"],\n web: item[\"web\"],\n dfs: item[\"dfs\"],\n microsoftEndpoints: !item[\"microsoftEndpoints\"]\n ? item[\"microsoftEndpoints\"]\n : storageAccountMicrosoftEndpointsDeserializer(item[\"microsoftEndpoints\"]),\n internetEndpoints: !item[\"internetEndpoints\"]\n ? item[\"internetEndpoints\"]\n : storageAccountInternetEndpointsDeserializer(item[\"internetEndpoints\"]),\n ipv6Endpoints: !item[\"ipv6Endpoints\"]\n ? item[\"ipv6Endpoints\"]\n : storageAccountIpv6EndpointsDeserializer(item[\"ipv6Endpoints\"]),\n };\n}\n\n/** The URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs object via a microsoft routing endpoint. */\nexport interface StorageAccountMicrosoftEndpoints {\n /** Gets the blob endpoint. */\n readonly blob?: string;\n /** Gets the queue endpoint. */\n readonly queue?: string;\n /** Gets the table endpoint. */\n readonly table?: string;\n /** Gets the file endpoint. */\n readonly file?: string;\n /** Gets the web endpoint. */\n readonly web?: string;\n /** Gets the dfs endpoint. */\n readonly dfs?: string;\n}\n\nexport function storageAccountMicrosoftEndpointsDeserializer(\n item: any,\n): StorageAccountMicrosoftEndpoints {\n return {\n blob: item[\"blob\"],\n queue: item[\"queue\"],\n table: item[\"table\"],\n file: item[\"file\"],\n web: item[\"web\"],\n dfs: item[\"dfs\"],\n };\n}\n\n/** The URIs that are used to perform a retrieval of a public blob, file, web or dfs object via a internet routing endpoint. */\nexport interface StorageAccountInternetEndpoints {\n /** Gets the blob endpoint. */\n readonly blob?: string;\n /** Gets the file endpoint. */\n readonly file?: string;\n /** Gets the web endpoint. */\n readonly web?: string;\n /** Gets the dfs endpoint. */\n readonly dfs?: string;\n}\n\nexport function storageAccountInternetEndpointsDeserializer(\n item: any,\n): StorageAccountInternetEndpoints {\n return {\n blob: item[\"blob\"],\n file: item[\"file\"],\n web: item[\"web\"],\n dfs: item[\"dfs\"],\n };\n}\n\n/** The URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs object via an IPv6 endpoint. */\nexport interface StorageAccountIpv6Endpoints {\n /** Gets the blob endpoint. */\n readonly blob?: string;\n /** Gets the queue endpoint. */\n readonly queue?: string;\n /** Gets the table endpoint. */\n readonly table?: string;\n /** Gets the file endpoint. */\n readonly file?: string;\n /** Gets the web endpoint. */\n readonly web?: string;\n /** Gets the dfs endpoint. */\n readonly dfs?: string;\n /** Gets the microsoft routing storage endpoints. */\n microsoftEndpoints?: StorageAccountMicrosoftEndpoints;\n /** Gets the internet routing storage endpoints */\n internetEndpoints?: StorageAccountInternetEndpoints;\n}\n\nexport function storageAccountIpv6EndpointsDeserializer(item: any): StorageAccountIpv6Endpoints {\n return {\n blob: item[\"blob\"],\n queue: item[\"queue\"],\n table: item[\"table\"],\n file: item[\"file\"],\n web: item[\"web\"],\n dfs: item[\"dfs\"],\n microsoftEndpoints: !item[\"microsoftEndpoints\"]\n ? item[\"microsoftEndpoints\"]\n : storageAccountMicrosoftEndpointsDeserializer(item[\"microsoftEndpoints\"]),\n internetEndpoints: !item[\"internetEndpoints\"]\n ? item[\"internetEndpoints\"]\n : storageAccountInternetEndpointsDeserializer(item[\"internetEndpoints\"]),\n };\n}\n\n/** Gets the status indicating whether the primary location of the storage account is available or unavailable. */\nexport type AccountStatus = \"available\" | \"unavailable\";\n\n/** The custom domain assigned to this storage account. This can be set via Update. */\nexport interface CustomDomain {\n /** Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source. */\n name: string;\n /** Indicates whether indirect CName validation is enabled. Default value is false. This should only be set on updates. */\n useSubDomainName?: boolean;\n}\n\nexport function customDomainSerializer(item: CustomDomain): any {\n return { name: item[\"name\"], useSubDomainName: item[\"useSubDomainName\"] };\n}\n\nexport function customDomainDeserializer(item: any): CustomDomain {\n return {\n name: item[\"name\"],\n useSubDomainName: item[\"useSubDomainName\"],\n };\n}\n\n/** SasPolicy assigned to the storage account. */\nexport interface SasPolicy {\n /** The SAS expiration period, DD.HH:MM:SS. */\n sasExpirationPeriod: string;\n /** The SAS Expiration Action defines the action to be performed when sasPolicy.sasExpirationPeriod is violated. The 'Log' action can be used for audit purposes and the 'Block' action can be used to block and deny the usage of SAS tokens that do not adhere to the sas policy expiration period. */\n expirationAction: ExpirationAction;\n}\n\nexport function sasPolicySerializer(item: SasPolicy): any {\n return {\n sasExpirationPeriod: item[\"sasExpirationPeriod\"],\n expirationAction: item[\"expirationAction\"],\n };\n}\n\nexport function sasPolicyDeserializer(item: any): SasPolicy {\n return {\n sasExpirationPeriod: item[\"sasExpirationPeriod\"],\n expirationAction: item[\"expirationAction\"],\n };\n}\n\n/** The SAS Expiration Action defines the action to be performed when sasPolicy.sasExpirationPeriod is violated. The 'Log' action can be used for audit purposes and the 'Block' action can be used to block and deny the usage of SAS tokens that do not adhere to the sas policy expiration period. */\nexport enum KnownExpirationAction {\n /** Log */\n Log = \"Log\",\n /** Block */\n Block = \"Block\",\n}\n\n/**\n * The SAS Expiration Action defines the action to be performed when sasPolicy.sasExpirationPeriod is violated. The 'Log' action can be used for audit purposes and the 'Block' action can be used to block and deny the usage of SAS tokens that do not adhere to the sas policy expiration period. \\\n * {@link KnownExpirationAction} can be used interchangeably with ExpirationAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Log** \\\n * **Block**\n */\nexport type ExpirationAction = string;\n\n/** KeyPolicy assigned to the storage account. */\nexport interface KeyPolicy {\n /** The key expiration period in days. */\n keyExpirationPeriodInDays: number;\n}\n\nexport function keyPolicySerializer(item: KeyPolicy): any {\n return { keyExpirationPeriodInDays: item[\"keyExpirationPeriodInDays\"] };\n}\n\nexport function keyPolicyDeserializer(item: any): KeyPolicy {\n return {\n keyExpirationPeriodInDays: item[\"keyExpirationPeriodInDays\"],\n };\n}\n\n/** Storage account keys creation time. */\nexport interface KeyCreationTime {\n key1?: Date;\n key2?: Date;\n}\n\nexport function keyCreationTimeDeserializer(item: any): KeyCreationTime {\n return {\n key1: !item[\"key1\"] ? item[\"key1\"] : new Date(item[\"key1\"]),\n key2: !item[\"key2\"] ? item[\"key2\"] : new Date(item[\"key2\"]),\n };\n}\n\n/** The encryption settings on the storage account. */\nexport interface Encryption {\n /** List of services which support encryption. */\n services?: EncryptionServices;\n /** The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Storage, Microsoft.Keyvault */\n keySource?: KeySource;\n /** A boolean indicating whether or not the service applies a secondary layer of encryption with platform managed keys for data at rest. */\n requireInfrastructureEncryption?: boolean;\n /** Properties provided by key vault. */\n keyVaultProperties?: KeyVaultProperties;\n /** The identity to be used with service-side encryption at rest. */\n encryptionIdentity?: EncryptionIdentity;\n}\n\nexport function encryptionSerializer(item: Encryption): any {\n return {\n services: !item[\"services\"] ? item[\"services\"] : encryptionServicesSerializer(item[\"services\"]),\n keySource: item[\"keySource\"],\n requireInfrastructureEncryption: item[\"requireInfrastructureEncryption\"],\n keyvaultproperties: !item[\"keyVaultProperties\"]\n ? item[\"keyVaultProperties\"]\n : keyVaultPropertiesSerializer(item[\"keyVaultProperties\"]),\n identity: !item[\"encryptionIdentity\"]\n ? item[\"encryptionIdentity\"]\n : encryptionIdentitySerializer(item[\"encryptionIdentity\"]),\n };\n}\n\nexport function encryptionDeserializer(item: any): Encryption {\n return {\n services: !item[\"services\"]\n ? item[\"services\"]\n : encryptionServicesDeserializer(item[\"services\"]),\n keySource: item[\"keySource\"],\n requireInfrastructureEncryption: item[\"requireInfrastructureEncryption\"],\n keyVaultProperties: !item[\"keyvaultproperties\"]\n ? item[\"keyvaultproperties\"]\n : keyVaultPropertiesDeserializer(item[\"keyvaultproperties\"]),\n encryptionIdentity: !item[\"identity\"]\n ? item[\"identity\"]\n : encryptionIdentityDeserializer(item[\"identity\"]),\n };\n}\n\n/** A list of services that support encryption. */\nexport interface EncryptionServices {\n /** The encryption function of the blob storage service. */\n blob?: EncryptionService;\n /** The encryption function of the file storage service. */\n file?: EncryptionService;\n /** The encryption function of the table storage service. */\n table?: EncryptionService;\n /** The encryption function of the queue storage service. */\n queue?: EncryptionService;\n}\n\nexport function encryptionServicesSerializer(item: EncryptionServices): any {\n return {\n blob: !item[\"blob\"] ? item[\"blob\"] : encryptionServiceSerializer(item[\"blob\"]),\n file: !item[\"file\"] ? item[\"file\"] : encryptionServiceSerializer(item[\"file\"]),\n table: !item[\"table\"] ? item[\"table\"] : encryptionServiceSerializer(item[\"table\"]),\n queue: !item[\"queue\"] ? item[\"queue\"] : encryptionServiceSerializer(item[\"queue\"]),\n };\n}\n\nexport function encryptionServicesDeserializer(item: any): EncryptionServices {\n return {\n blob: !item[\"blob\"] ? item[\"blob\"] : encryptionServiceDeserializer(item[\"blob\"]),\n file: !item[\"file\"] ? item[\"file\"] : encryptionServiceDeserializer(item[\"file\"]),\n table: !item[\"table\"] ? item[\"table\"] : encryptionServiceDeserializer(item[\"table\"]),\n queue: !item[\"queue\"] ? item[\"queue\"] : encryptionServiceDeserializer(item[\"queue\"]),\n };\n}\n\n/** A service that allows server-side encryption to be used. */\nexport interface EncryptionService {\n /** A boolean indicating whether or not the service encrypts the data as it is stored. Encryption at rest is enabled by default today and cannot be disabled. */\n enabled?: boolean;\n /** Gets a rough estimate of the date/time when the encryption was last enabled by the user. Data is encrypted at rest by default today and cannot be disabled. */\n readonly lastEnabledTime?: Date;\n /** Encryption key type to be used for the encryption service. 'Account' key type implies that an account-scoped encryption key will be used. 'Service' key type implies that a default service key is used. */\n keyType?: KeyType;\n}\n\nexport function encryptionServiceSerializer(item: EncryptionService): any {\n return { enabled: item[\"enabled\"], keyType: item[\"keyType\"] };\n}\n\nexport function encryptionServiceDeserializer(item: any): EncryptionService {\n return {\n enabled: item[\"enabled\"],\n lastEnabledTime: !item[\"lastEnabledTime\"]\n ? item[\"lastEnabledTime\"]\n : new Date(item[\"lastEnabledTime\"]),\n keyType: item[\"keyType\"],\n };\n}\n\n/** Encryption key type to be used for the encryption service. 'Account' key type implies that an account-scoped encryption key will be used. 'Service' key type implies that a default service key is used. */\nexport enum KnownKeyType {\n /** Service */\n Service = \"Service\",\n /** Account */\n Account = \"Account\",\n}\n\n/**\n * Encryption key type to be used for the encryption service. 'Account' key type implies that an account-scoped encryption key will be used. 'Service' key type implies that a default service key is used. \\\n * {@link KnownKeyType} can be used interchangeably with KeyType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Service** \\\n * **Account**\n */\nexport type KeyType = string;\n\n/** The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Storage, Microsoft.Keyvault */\nexport enum KnownKeySource {\n /** Microsoft.Storage */\n MicrosoftStorage = \"Microsoft.Storage\",\n /** Microsoft.Keyvault */\n MicrosoftKeyvault = \"Microsoft.Keyvault\",\n}\n\n/**\n * The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Storage, Microsoft.Keyvault \\\n * {@link KnownKeySource} can be used interchangeably with KeySource,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Microsoft.Storage** \\\n * **Microsoft.Keyvault**\n */\nexport type KeySource = string;\n\n/** Properties of key vault. */\nexport interface KeyVaultProperties {\n /** The name of KeyVault key. */\n keyName?: string;\n /** The version of KeyVault key. */\n keyVersion?: string;\n /** The Uri of KeyVault. */\n keyVaultUri?: string;\n /** The object identifier of the current versioned Key Vault Key in use. */\n readonly currentVersionedKeyIdentifier?: string;\n /** Timestamp of last rotation of the Key Vault Key. */\n readonly lastKeyRotationTimestamp?: Date;\n /** This is a read only property that represents the expiration time of the current version of the customer managed key used for encryption. */\n readonly currentVersionedKeyExpirationTimestamp?: Date;\n}\n\nexport function keyVaultPropertiesSerializer(item: KeyVaultProperties): any {\n return {\n keyname: item[\"keyName\"],\n keyversion: item[\"keyVersion\"],\n keyvaulturi: item[\"keyVaultUri\"],\n };\n}\n\nexport function keyVaultPropertiesDeserializer(item: any): KeyVaultProperties {\n return {\n keyName: item[\"keyname\"],\n keyVersion: item[\"keyversion\"],\n keyVaultUri: item[\"keyvaulturi\"],\n currentVersionedKeyIdentifier: item[\"currentVersionedKeyIdentifier\"],\n lastKeyRotationTimestamp: !item[\"lastKeyRotationTimestamp\"]\n ? item[\"lastKeyRotationTimestamp\"]\n : new Date(item[\"lastKeyRotationTimestamp\"]),\n currentVersionedKeyExpirationTimestamp: !item[\"currentVersionedKeyExpirationTimestamp\"]\n ? item[\"currentVersionedKeyExpirationTimestamp\"]\n : new Date(item[\"currentVersionedKeyExpirationTimestamp\"]),\n };\n}\n\n/** Encryption identity for the storage account. */\nexport interface EncryptionIdentity {\n /** Resource identifier of the UserAssigned identity to be associated with server-side encryption on the storage account. */\n encryptionUserAssignedIdentity?: string;\n /** ClientId of the multi-tenant application to be used in conjunction with the user-assigned identity for cross-tenant customer-managed-keys server-side encryption on the storage account. */\n encryptionFederatedIdentityClientId?: string;\n}\n\nexport function encryptionIdentitySerializer(item: EncryptionIdentity): any {\n return {\n userAssignedIdentity: item[\"encryptionUserAssignedIdentity\"],\n federatedIdentityClientId: item[\"encryptionFederatedIdentityClientId\"],\n };\n}\n\nexport function encryptionIdentityDeserializer(item: any): EncryptionIdentity {\n return {\n encryptionUserAssignedIdentity: item[\"userAssignedIdentity\"],\n encryptionFederatedIdentityClientId: item[\"federatedIdentityClientId\"],\n };\n}\n\n/** The default access tier for block blobs in the storage account. Required for storage accounts where kind = BlobStorage. See more details in: https://learn.microsoft.com/azure/storage/blobs/access-tiers-overview. */\nexport type AccessTier = \"Hot\" | \"Cool\" | \"Premium\" | \"Cold\" | \"Smart\";\n\n/** Settings for Azure Files identity based authentication. */\nexport interface AzureFilesIdentityBasedAuthentication {\n /** Indicates the directory service used. Note that this enum may be extended in the future. */\n directoryServiceOptions: DirectoryServiceOptions;\n /** Additional information about the directory service. Required if directoryServiceOptions is AD (AD DS authentication). Optional for directoryServiceOptions AADDS (Entra DS authentication) and AADKERB (Entra authentication). */\n activeDirectoryProperties?: ActiveDirectoryProperties;\n /** Default share permission for users using Kerberos authentication if RBAC role is not assigned. */\n defaultSharePermission?: DefaultSharePermission;\n /** Required for Managed Identities access using OAuth over SMB. */\n smbOAuthSettings?: SmbOAuthSettings;\n}\n\nexport function azureFilesIdentityBasedAuthenticationSerializer(\n item: AzureFilesIdentityBasedAuthentication,\n): any {\n return {\n directoryServiceOptions: item[\"directoryServiceOptions\"],\n activeDirectoryProperties: !item[\"activeDirectoryProperties\"]\n ? item[\"activeDirectoryProperties\"]\n : activeDirectoryPropertiesSerializer(item[\"activeDirectoryProperties\"]),\n defaultSharePermission: item[\"defaultSharePermission\"],\n smbOAuthSettings: !item[\"smbOAuthSettings\"]\n ? item[\"smbOAuthSettings\"]\n : smbOAuthSettingsSerializer(item[\"smbOAuthSettings\"]),\n };\n}\n\nexport function azureFilesIdentityBasedAuthenticationDeserializer(\n item: any,\n): AzureFilesIdentityBasedAuthentication {\n return {\n directoryServiceOptions: item[\"directoryServiceOptions\"],\n activeDirectoryProperties: !item[\"activeDirectoryProperties\"]\n ? item[\"activeDirectoryProperties\"]\n : activeDirectoryPropertiesDeserializer(item[\"activeDirectoryProperties\"]),\n defaultSharePermission: item[\"defaultSharePermission\"],\n smbOAuthSettings: !item[\"smbOAuthSettings\"]\n ? item[\"smbOAuthSettings\"]\n : smbOAuthSettingsDeserializer(item[\"smbOAuthSettings\"]),\n };\n}\n\n/** Indicates the directory service used. Note that this enum may be extended in the future. */\nexport enum KnownDirectoryServiceOptions {\n /** None */\n None = \"None\",\n /** AADDS */\n Aadds = \"AADDS\",\n /** AD */\n AD = \"AD\",\n /** AADKERB */\n Aadkerb = \"AADKERB\",\n}\n\n/**\n * Indicates the directory service used. Note that this enum may be extended in the future. \\\n * {@link KnownDirectoryServiceOptions} can be used interchangeably with DirectoryServiceOptions,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **AADDS** \\\n * **AD** \\\n * **AADKERB**\n */\nexport type DirectoryServiceOptions = string;\n\n/** Settings properties for Active Directory (AD). */\nexport interface ActiveDirectoryProperties {\n /** Specifies the primary domain that the AD DNS server is authoritative for. This property is required if directoryServiceOptions is set to AD (AD DS authentication). If directoryServiceOptions is set to AADDS (Entra DS authentication), providing this property is optional, as it will be inferred automatically if omitted. If directoryServiceOptions is set to AADKERB (Entra authentication), this property is optional; it is needed to support configuration of directory- and file-level permissions via Windows File Explorer, but is not required for authentication. */\n domainName?: string;\n /** Specifies the NetBIOS domain name. If directoryServiceOptions is set to AD (AD DS authentication), this property is required. Otherwise, it can be omitted. */\n netBiosDomainName?: string;\n /** Specifies the Active Directory forest to get. If directoryServiceOptions is set to AD (AD DS authentication), this property is required. Otherwise, it can be omitted. */\n forestName?: string;\n /** Specifies the domain GUID. If directoryServiceOptions is set to AD (AD DS authentication), this property is required. If directoryServiceOptions is set to AADDS (Entra DS authentication), this property can be omitted. If directoryServiceOptions is set to AADKERB (Entra authentication), this property is optional; it is needed to support configuration of directory- and file-level permissions via Windows File Explorer, but is not required for authentication. */\n domainGuid?: string;\n /** Specifies the security identifier (SID) of the AD domain. If directoryServiceOptions is set to AD (AD DS authentication), this property is required. Otherwise, it can be omitted. */\n domainSid?: string;\n /** Specifies the security identifier (SID) for Azure Storage. If directoryServiceOptions is set to AD (AD DS authentication), this property is required. Otherwise, it can be omitted. */\n azureStorageSid?: string;\n /** Specifies the Active Directory SAMAccountName for Azure Storage. If directoryServiceOptions is set to AD (AD DS authentication), this property is optional. If provided, accountType should also be provided. For directoryServiceOptions AADDS (Entra DS authentication) or AADKERB (Entra authentication), this property can be omitted. */\n samAccountName?: string;\n /** Specifies the Active Directory account type for Azure Storage. If directoryServiceOptions is set to AD (AD DS authentication), this property is optional. If provided, samAccountName should also be provided. For directoryServiceOptions AADDS (Entra DS authentication) or AADKERB (Entra authentication), this property can be omitted. */\n accountType?: AccountType;\n}\n\nexport function activeDirectoryPropertiesSerializer(item: ActiveDirectoryProperties): any {\n return {\n domainName: item[\"domainName\"],\n netBiosDomainName: item[\"netBiosDomainName\"],\n forestName: item[\"forestName\"],\n domainGuid: item[\"domainGuid\"],\n domainSid: item[\"domainSid\"],\n azureStorageSid: item[\"azureStorageSid\"],\n samAccountName: item[\"samAccountName\"],\n accountType: item[\"accountType\"],\n };\n}\n\nexport function activeDirectoryPropertiesDeserializer(item: any): ActiveDirectoryProperties {\n return {\n domainName: item[\"domainName\"],\n netBiosDomainName: item[\"netBiosDomainName\"],\n forestName: item[\"forestName\"],\n domainGuid: item[\"domainGuid\"],\n domainSid: item[\"domainSid\"],\n azureStorageSid: item[\"azureStorageSid\"],\n samAccountName: item[\"samAccountName\"],\n accountType: item[\"accountType\"],\n };\n}\n\n/** Specifies the Active Directory account type for Azure Storage. If directoryServiceOptions is set to AD (AD DS authentication), this property is optional. If provided, samAccountName should also be provided. For directoryServiceOptions AADDS (Entra DS authentication) or AADKERB (Entra authentication), this property can be omitted. */\nexport enum KnownAccountType {\n /** User */\n User = \"User\",\n /** Computer */\n Computer = \"Computer\",\n}\n\n/**\n * Specifies the Active Directory account type for Azure Storage. If directoryServiceOptions is set to AD (AD DS authentication), this property is optional. If provided, samAccountName should also be provided. For directoryServiceOptions AADDS (Entra DS authentication) or AADKERB (Entra authentication), this property can be omitted. \\\n * {@link KnownAccountType} can be used interchangeably with AccountType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Computer**\n */\nexport type AccountType = string;\n\n/** Default share permission for users using Kerberos authentication if RBAC role is not assigned. */\nexport enum KnownDefaultSharePermission {\n /** None */\n None = \"None\",\n /** StorageFileDataSmbShareReader */\n StorageFileDataSmbShareReader = \"StorageFileDataSmbShareReader\",\n /** StorageFileDataSmbShareContributor */\n StorageFileDataSmbShareContributor = \"StorageFileDataSmbShareContributor\",\n /** StorageFileDataSmbShareElevatedContributor */\n StorageFileDataSmbShareElevatedContributor = \"StorageFileDataSmbShareElevatedContributor\",\n}\n\n/**\n * Default share permission for users using Kerberos authentication if RBAC role is not assigned. \\\n * {@link KnownDefaultSharePermission} can be used interchangeably with DefaultSharePermission,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **StorageFileDataSmbShareReader** \\\n * **StorageFileDataSmbShareContributor** \\\n * **StorageFileDataSmbShareElevatedContributor**\n */\nexport type DefaultSharePermission = string;\n\n/** Setting property for Managed Identity access over SMB using OAuth */\nexport interface SmbOAuthSettings {\n /** Specifies if managed identities can access SMB shares using OAuth. The default interpretation is false for this property. */\n isSmbOAuthEnabled?: boolean;\n}\n\nexport function smbOAuthSettingsSerializer(item: SmbOAuthSettings): any {\n return { isSmbOAuthEnabled: item[\"isSmbOAuthEnabled\"] };\n}\n\nexport function smbOAuthSettingsDeserializer(item: any): SmbOAuthSettings {\n return {\n isSmbOAuthEnabled: item[\"isSmbOAuthEnabled\"],\n };\n}\n\n/** Network rule set */\nexport interface NetworkRuleSet {\n /** Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices (For example, \"Logging, Metrics\"), or None to bypass none of those traffics. */\n bypass?: Bypass;\n /** Sets the resource access rules */\n resourceAccessRules?: ResourceAccessRule[];\n /** Sets the virtual network rules */\n virtualNetworkRules?: VirtualNetworkRule[];\n /** Sets the IP ACL rules */\n ipRules?: IPRule[];\n /** Sets the IPv6 ACL rules. */\n ipv6Rules?: IPRule[];\n /** Specifies the default action of allow or deny when no other rules match. */\n defaultAction: DefaultAction;\n}\n\nexport function networkRuleSetSerializer(item: NetworkRuleSet): any {\n return {\n bypass: item[\"bypass\"],\n resourceAccessRules: !item[\"resourceAccessRules\"]\n ? item[\"resourceAccessRules\"]\n : resourceAccessRuleArraySerializer(item[\"resourceAccessRules\"]),\n virtualNetworkRules: !item[\"virtualNetworkRules\"]\n ? item[\"virtualNetworkRules\"]\n : virtualNetworkRuleArraySerializer(item[\"virtualNetworkRules\"]),\n ipRules: !item[\"ipRules\"] ? item[\"ipRules\"] : ipRuleArraySerializer(item[\"ipRules\"]),\n ipv6Rules: !item[\"ipv6Rules\"] ? item[\"ipv6Rules\"] : ipRuleArraySerializer(item[\"ipv6Rules\"]),\n defaultAction: item[\"defaultAction\"],\n };\n}\n\nexport function networkRuleSetDeserializer(item: any): NetworkRuleSet {\n return {\n bypass: item[\"bypass\"],\n resourceAccessRules: !item[\"resourceAccessRules\"]\n ? item[\"resourceAccessRules\"]\n : resourceAccessRuleArrayDeserializer(item[\"resourceAccessRules\"]),\n virtualNetworkRules: !item[\"virtualNetworkRules\"]\n ? item[\"virtualNetworkRules\"]\n : virtualNetworkRuleArrayDeserializer(item[\"virtualNetworkRules\"]),\n ipRules: !item[\"ipRules\"] ? item[\"ipRules\"] : ipRuleArrayDeserializer(item[\"ipRules\"]),\n ipv6Rules: !item[\"ipv6Rules\"] ? item[\"ipv6Rules\"] : ipRuleArrayDeserializer(item[\"ipv6Rules\"]),\n defaultAction: item[\"defaultAction\"],\n };\n}\n\n/** Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices (For example, \"Logging, Metrics\"), or None to bypass none of those traffics. */\nexport enum KnownBypass {\n /** None */\n None = \"None\",\n /** Logging */\n Logging = \"Logging\",\n /** Metrics */\n Metrics = \"Metrics\",\n /** AzureServices */\n AzureServices = \"AzureServices\",\n}\n\n/**\n * Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices (For example, \"Logging, Metrics\"), or None to bypass none of those traffics. \\\n * {@link KnownBypass} can be used interchangeably with Bypass,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **Logging** \\\n * **Metrics** \\\n * **AzureServices**\n */\nexport type Bypass = string;\n\nexport function resourceAccessRuleArraySerializer(result: Array<ResourceAccessRule>): any[] {\n return result.map((item) => {\n return resourceAccessRuleSerializer(item);\n });\n}\n\nexport function resourceAccessRuleArrayDeserializer(result: Array<ResourceAccessRule>): any[] {\n return result.map((item) => {\n return resourceAccessRuleDeserializer(item);\n });\n}\n\n/** Resource Access Rule. */\nexport interface ResourceAccessRule {\n /** Tenant Id */\n tenantId?: string;\n /** Resource Id */\n resourceId?: string;\n}\n\nexport function resourceAccessRuleSerializer(item: ResourceAccessRule): any {\n return { tenantId: item[\"tenantId\"], resourceId: item[\"resourceId\"] };\n}\n\nexport function resourceAccessRuleDeserializer(item: any): ResourceAccessRule {\n return {\n tenantId: item[\"tenantId\"],\n resourceId: item[\"resourceId\"],\n };\n}\n\nexport function virtualNetworkRuleArraySerializer(result: Array<VirtualNetworkRule>): any[] {\n return result.map((item) => {\n return virtualNetworkRuleSerializer(item);\n });\n}\n\nexport function virtualNetworkRuleArrayDeserializer(result: Array<VirtualNetworkRule>): any[] {\n return result.map((item) => {\n return virtualNetworkRuleDeserializer(item);\n });\n}\n\n/** Virtual Network rule. */\nexport interface VirtualNetworkRule {\n /** Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}. */\n virtualNetworkResourceId: string;\n /** The action of virtual network rule. */\n action?: \"Allow\";\n /** Gets the state of virtual network rule. */\n state?: State;\n}\n\nexport function virtualNetworkRuleSerializer(item: VirtualNetworkRule): any {\n return { id: item[\"virtualNetworkResourceId\"], action: item[\"action\"], state: item[\"state\"] };\n}\n\nexport function virtualNetworkRuleDeserializer(item: any): VirtualNetworkRule {\n return {\n virtualNetworkResourceId: item[\"id\"],\n action: item[\"action\"],\n state: item[\"state\"],\n };\n}\n\n/** Gets the state of virtual network rule. */\nexport enum KnownState {\n /** Provisioning */\n Provisioning = \"Provisioning\",\n /** Deprovisioning */\n Deprovisioning = \"Deprovisioning\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** NetworkSourceDeleted */\n NetworkSourceDeleted = \"NetworkSourceDeleted\",\n}\n\n/**\n * Gets the state of virtual network rule. \\\n * {@link KnownState} can be used interchangeably with State,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Provisioning** \\\n * **Deprovisioning** \\\n * **Succeeded** \\\n * **Failed** \\\n * **NetworkSourceDeleted**\n */\nexport type State = string;\n\nexport function ipRuleArraySerializer(result: Array<IPRule>): any[] {\n return result.map((item) => {\n return ipRuleSerializer(item);\n });\n}\n\nexport function ipRuleArrayDeserializer(result: Array<IPRule>): any[] {\n return result.map((item) => {\n return ipRuleDeserializer(item);\n });\n}\n\n/** IP rule with specific IP or IP range in CIDR format. */\nexport interface IPRule {\n /** Specifies the IP or IP range in CIDR format. */\n iPAddressOrRange: string;\n /** The action of IP ACL rule. */\n action?: \"Allow\";\n}\n\nexport function ipRuleSerializer(item: IPRule): any {\n return { value: item[\"iPAddressOrRange\"], action: item[\"action\"] };\n}\n\nexport function ipRuleDeserializer(item: any): IPRule {\n return {\n iPAddressOrRange: item[\"value\"],\n action: item[\"action\"],\n };\n}\n\n/** Specifies the default action of allow or deny when no other rules match. */\nexport type DefaultAction = \"Allow\" | \"Deny\";\n\n/** Statistics related to replication for storage account's Blob, Table, Queue and File services. It is only available when geo-redundant replication is enabled for the storage account. */\nexport interface GeoReplicationStats {\n /** The status of the secondary location. Possible values are: - Live: Indicates that the secondary location is active and operational. - Bootstrap: Indicates initial synchronization from the primary location to the secondary location is in progress.This typically occurs when replication is first enabled. - Unavailable: Indicates that the secondary location is temporarily unavailable. */\n readonly status?: GeoReplicationStatus;\n /** All primary writes preceding this UTC date/time value are guaranteed to be available for read operations. Primary writes following this point in time may or may not be available for reads. Element may be default value if value of LastSyncTime is not available, this can happen if secondary is offline or we are in bootstrap. */\n readonly lastSyncTime?: Date;\n /** A boolean flag which indicates whether or not account failover is supported for the account. */\n readonly canFailover?: boolean;\n /** A boolean flag which indicates whether or not planned account failover is supported for the account. */\n readonly canPlannedFailover?: boolean;\n /** The redundancy type of the account after an account failover is performed. */\n readonly postFailoverRedundancy?: PostFailoverRedundancy;\n /** The redundancy type of the account after a planned account failover is performed. */\n readonly postPlannedFailoverRedundancy?: PostPlannedFailoverRedundancy;\n}\n\nexport function geoReplicationStatsDeserializer(item: any): GeoReplicationStats {\n return {\n status: item[\"status\"],\n lastSyncTime: !item[\"lastSyncTime\"] ? item[\"lastSyncTime\"] : new Date(item[\"lastSyncTime\"]),\n canFailover: item[\"canFailover\"],\n canPlannedFailover: item[\"canPlannedFailover\"],\n postFailoverRedundancy: item[\"postFailoverRedundancy\"],\n postPlannedFailoverRedundancy: item[\"postPlannedFailoverRedundancy\"],\n };\n}\n\n/** The status of the secondary location. Possible values are: - Live: Indicates that the secondary location is active and operational. - Bootstrap: Indicates initial synchronization from the primary location to the secondary location is in progress.This typically occurs when replication is first enabled. - Unavailable: Indicates that the secondary location is temporarily unavailable. */\nexport enum KnownGeoReplicationStatus {\n /** Live */\n Live = \"Live\",\n /** Bootstrap */\n Bootstrap = \"Bootstrap\",\n /** Unavailable */\n Unavailable = \"Unavailable\",\n}\n\n/**\n * The status of the secondary location. Possible values are: - Live: Indicates that the secondary location is active and operational. - Bootstrap: Indicates initial synchronization from the primary location to the secondary location is in progress.This typically occurs when replication is first enabled. - Unavailable: Indicates that the secondary location is temporarily unavailable. \\\n * {@link KnownGeoReplicationStatus} can be used interchangeably with GeoReplicationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Live** \\\n * **Bootstrap** \\\n * **Unavailable**\n */\nexport type GeoReplicationStatus = string;\n\n/** The redundancy type of the account after an account failover is performed. */\nexport enum KnownPostFailoverRedundancy {\n /** Standard_LRS */\n StandardLRS = \"Standard_LRS\",\n /** Standard_ZRS */\n StandardZRS = \"Standard_ZRS\",\n}\n\n/**\n * The redundancy type of the account after an account failover is performed. \\\n * {@link KnownPostFailoverRedundancy} can be used interchangeably with PostFailoverRedundancy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard_LRS** \\\n * **Standard_ZRS**\n */\nexport type PostFailoverRedundancy = string;\n\n/** The redundancy type of the account after a planned account failover is performed. */\nexport enum KnownPostPlannedFailoverRedundancy {\n /** Standard_GRS */\n StandardGRS = \"Standard_GRS\",\n /** Standard_GZRS */\n StandardGzrs = \"Standard_GZRS\",\n /** Standard_RAGRS */\n StandardRagrs = \"Standard_RAGRS\",\n /** Standard_RAGZRS */\n StandardRagzrs = \"Standard_RAGZRS\",\n}\n\n/**\n * The redundancy type of the account after a planned account failover is performed. \\\n * {@link KnownPostPlannedFailoverRedundancy} can be used interchangeably with PostPlannedFailoverRedundancy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard_GRS** \\\n * **Standard_GZRS** \\\n * **Standard_RAGRS** \\\n * **Standard_RAGZRS**\n */\nexport type PostPlannedFailoverRedundancy = string;\n\n/** Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. */\nexport enum KnownLargeFileSharesState {\n /** Disabled */\n Disabled = \"Disabled\",\n /** Enabled */\n Enabled = \"Enabled\",\n}\n\n/**\n * Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. \\\n * {@link KnownLargeFileSharesState} can be used interchangeably with LargeFileSharesState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **Enabled**\n */\nexport type LargeFileSharesState = string;\n\nexport function privateEndpointConnectionArraySerializer(\n result: Array<PrivateEndpointConnection>,\n): any[] {\n return result.map((item) => {\n return privateEndpointConnectionSerializer(item);\n });\n}\n\nexport function privateEndpointConnectionArrayDeserializer(\n result: Array<PrivateEndpointConnection>,\n): any[] {\n return result.map((item) => {\n return privateEndpointConnectionDeserializer(item);\n });\n}\n\n/** The Private Endpoint Connection resource. */\nexport interface PrivateEndpointConnection extends ProxyResource {\n /** The resource of private end point. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n /** The provisioning state of the private endpoint connection resource. */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\nexport function privateEndpointConnectionSerializer(item: PrivateEndpointConnection): any {\n return {\n properties: areAllPropsUndefined(item, [\"privateEndpoint\", \"privateLinkServiceConnectionState\"])\n ? undefined\n : _privateEndpointConnectionPropertiesSerializer(item),\n };\n}\n\nexport function privateEndpointConnectionDeserializer(item: any): PrivateEndpointConnection {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _privateEndpointConnectionPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Properties of the PrivateEndpointConnectProperties. */\nexport interface PrivateEndpointConnectionProperties {\n /** The resource of private end point. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;\n /** The provisioning state of the private endpoint connection resource. */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\nexport function privateEndpointConnectionPropertiesSerializer(\n item: PrivateEndpointConnectionProperties,\n): any {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointSerializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: privateLinkServiceConnectionStateSerializer(\n item[\"privateLinkServiceConnectionState\"],\n ),\n };\n}\n\nexport function privateEndpointConnectionPropertiesDeserializer(\n item: any,\n): PrivateEndpointConnectionProperties {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointDeserializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: privateLinkServiceConnectionStateDeserializer(\n item[\"privateLinkServiceConnectionState\"],\n ),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** The Private Endpoint resource. */\nexport interface PrivateEndpoint {\n /** The ARM identifier for Private Endpoint */\n readonly id?: string;\n}\n\nexport function privateEndpointSerializer(_item: PrivateEndpoint): any {\n return {};\n}\n\nexport function privateEndpointDeserializer(item: any): PrivateEndpoint {\n return {\n id: item[\"id\"],\n };\n}\n\n/** A collection of information about the state of the connection between service consumer and provider. */\nexport interface PrivateLinkServiceConnectionState {\n /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */\n status?: PrivateEndpointServiceConnectionStatus;\n /** The reason for approval/rejection of the connection. */\n description?: string;\n /** A message indicating if changes on the service provider require any updates on the consumer. */\n actionRequired?: string;\n}\n\nexport function privateLinkServiceConnectionStateSerializer(\n item: PrivateLinkServiceConnectionState,\n): any {\n return {\n status: item[\"status\"],\n description: item[\"description\"],\n actionRequired: item[\"actionRequired\"],\n };\n}\n\nexport function privateLinkServiceConnectionStateDeserializer(\n item: any,\n): PrivateLinkServiceConnectionState {\n return {\n status: item[\"status\"],\n description: item[\"description\"],\n actionRequired: item[\"actionRequired\"],\n };\n}\n\n/** The private endpoint connection status. */\nexport enum KnownPrivateEndpointServiceConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n}\n\n/**\n * The private endpoint connection status. \\\n * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected**\n */\nexport type PrivateEndpointServiceConnectionStatus = string;\n\n/** The current provisioning state. */\nexport enum KnownPrivateEndpointConnectionProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * The current provisioning state. \\\n * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Creating** \\\n * **Deleting** \\\n * **Failed**\n */\nexport type PrivateEndpointConnectionProvisioningState = string;\n\n/** Routing preference defines the type of network, either microsoft or internet routing to be used to deliver the user data, the default option is microsoft routing */\nexport interface RoutingPreference {\n /** Routing Choice defines the kind of network routing opted by the user. */\n routingChoice?: RoutingChoice;\n /** A boolean flag which indicates whether microsoft routing storage endpoints are to be published */\n publishMicrosoftEndpoints?: boolean;\n /** A boolean flag which indicates whether internet routing storage endpoints are to be published */\n publishInternetEndpoints?: boolean;\n}\n\nexport function routingPreferenceSerializer(item: RoutingPreference): any {\n return {\n routingChoice: item[\"routingChoice\"],\n publishMicrosoftEndpoints: item[\"publishMicrosoftEndpoints\"],\n publishInternetEndpoints: item[\"publishInternetEndpoints\"],\n };\n}\n\nexport function routingPreferenceDeserializer(item: any): RoutingPreference {\n return {\n routingChoice: item[\"routingChoice\"],\n publishMicrosoftEndpoints: item[\"publishMicrosoftEndpoints\"],\n publishInternetEndpoints: item[\"publishInternetEndpoints\"],\n };\n}\n\n/** Routing Choice defines the kind of network routing opted by the user. */\nexport enum KnownRoutingChoice {\n /** MicrosoftRouting */\n MicrosoftRouting = \"MicrosoftRouting\",\n /** InternetRouting */\n InternetRouting = \"InternetRouting\",\n}\n\n/**\n * Routing Choice defines the kind of network routing opted by the user. \\\n * {@link KnownRoutingChoice} can be used interchangeably with RoutingChoice,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **MicrosoftRouting** \\\n * **InternetRouting**\n */\nexport type RoutingChoice = string;\n\n/** Dual-stack endpoint preference defines whether IPv6 endpoints are going to be published. */\nexport interface DualStackEndpointPreference {\n /** A boolean flag which indicates whether IPv6 storage endpoints are to be published. */\n publishIpv6Endpoint?: boolean;\n}\n\nexport function dualStackEndpointPreferenceSerializer(item: DualStackEndpointPreference): any {\n return { publishIpv6Endpoint: item[\"publishIpv6Endpoint\"] };\n}\n\nexport function dualStackEndpointPreferenceDeserializer(item: any): DualStackEndpointPreference {\n return {\n publishIpv6Endpoint: item[\"publishIpv6Endpoint\"],\n };\n}\n\n/** Blob restore status. */\nexport interface BlobRestoreStatus {\n /** The status of blob restore progress. Possible values are: - InProgress: Indicates that blob restore is ongoing. - Complete: Indicates that blob restore has been completed successfully. - Failed: Indicates that blob restore is failed. */\n readonly status?: BlobRestoreProgressStatus;\n /** Failure reason when blob restore is failed. */\n readonly failureReason?: string;\n /** Id for tracking blob restore request. */\n readonly restoreId?: string;\n /** Blob restore request parameters. */\n readonly parameters?: BlobRestoreParameters;\n}\n\nexport function blobRestoreStatusDeserializer(item: any): BlobRestoreStatus {\n return {\n status: item[\"status\"],\n failureReason: item[\"failureReason\"],\n restoreId: item[\"restoreId\"],\n parameters: !item[\"parameters\"]\n ? item[\"parameters\"]\n : blobRestoreParametersDeserializer(item[\"parameters\"]),\n };\n}\n\n/** The status of blob restore progress. Possible values are: - InProgress: Indicates that blob restore is ongoing. - Complete: Indicates that blob restore has been completed successfully. - Failed: Indicates that blob restore is failed. */\nexport enum KnownBlobRestoreProgressStatus {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Complete */\n Complete = \"Complete\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * The status of blob restore progress. Possible values are: - InProgress: Indicates that blob restore is ongoing. - Complete: Indicates that blob restore has been completed successfully. - Failed: Indicates that blob restore is failed. \\\n * {@link KnownBlobRestoreProgressStatus} can be used interchangeably with BlobRestoreProgressStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Complete** \\\n * **Failed**\n */\nexport type BlobRestoreProgressStatus = string;\n\n/** Blob restore parameters */\nexport interface BlobRestoreParameters {\n /** Restore blob to the specified time. */\n timeToRestore: Date;\n /** Blob ranges to restore. */\n blobRanges: BlobRestoreRange[];\n}\n\nexport function blobRestoreParametersSerializer(item: BlobRestoreParameters): any {\n return {\n timeToRestore: item[\"timeToRestore\"].toISOString(),\n blobRanges: blobRestoreRangeArraySerializer(item[\"blobRanges\"]),\n };\n}\n\nexport function blobRestoreParametersDeserializer(item: any): BlobRestoreParameters {\n return {\n timeToRestore: new Date(item[\"timeToRestore\"]),\n blobRanges: blobRestoreRangeArrayDeserializer(item[\"blobRanges\"]),\n };\n}\n\nexport function blobRestoreRangeArraySerializer(result: Array<BlobRestoreRange>): any[] {\n return result.map((item) => {\n return blobRestoreRangeSerializer(item);\n });\n}\n\nexport function blobRestoreRangeArrayDeserializer(result: Array<BlobRestoreRange>): any[] {\n return result.map((item) => {\n return blobRestoreRangeDeserializer(item);\n });\n}\n\n/** Blob range */\nexport interface BlobRestoreRange {\n /** Blob start range. This is inclusive. Empty means account start. */\n startRange: string;\n /** Blob end range. This is exclusive. Empty means account end. */\n endRange: string;\n}\n\nexport function blobRestoreRangeSerializer(item: BlobRestoreRange): any {\n return { startRange: item[\"startRange\"], endRange: item[\"endRange\"] };\n}\n\nexport function blobRestoreRangeDeserializer(item: any): BlobRestoreRange {\n return {\n startRange: item[\"startRange\"],\n endRange: item[\"endRange\"],\n };\n}\n\n/** Set the minimum TLS version to be permitted on requests to storage. The default interpretation is TLS 1.0 for this property. Minimum TLS version 1.3 version is not supported. */\nexport enum KnownMinimumTlsVersion {\n /** TLS1_0 */\n TLS10 = \"TLS1_0\",\n /** TLS1_1 */\n TLS11 = \"TLS1_1\",\n /** TLS1_2 */\n TLS12 = \"TLS1_2\",\n /** TLS1_3 */\n TLS13 = \"TLS1_3\",\n}\n\n/**\n * Set the minimum TLS version to be permitted on requests to storage. The default interpretation is TLS 1.0 for this property. Minimum TLS version 1.3 version is not supported. \\\n * {@link KnownMinimumTlsVersion} can be used interchangeably with MinimumTlsVersion,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **TLS1_0** \\\n * **TLS1_1** \\\n * **TLS1_2** \\\n * **TLS1_3**\n */\nexport type MinimumTlsVersion = string;\n\n/** Allow, disallow, or let Network Security Perimeter configuration to evaluate public network access to Storage Account. Value is optional but if passed in, must be 'Enabled', 'Disabled' or 'SecuredByPerimeter'. */\nexport enum KnownPublicNetworkAccess {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n /** SecuredByPerimeter */\n SecuredByPerimeter = \"SecuredByPerimeter\",\n}\n\n/**\n * Allow, disallow, or let Network Security Perimeter configuration to evaluate public network access to Storage Account. Value is optional but if passed in, must be 'Enabled', 'Disabled' or 'SecuredByPerimeter'. \\\n * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled** \\\n * **SecuredByPerimeter**\n */\nexport type PublicNetworkAccess = string;\n\n/** This property enables and defines account-level immutability. Enabling the feature auto-enables Blob Versioning. */\nexport interface ImmutableStorageAccount {\n /** A boolean flag which enables account-level immutability. All the containers under such an account have object-level immutability enabled by default. */\n enabled?: boolean;\n /** Specifies the default account-level immutability policy which is inherited and applied to objects that do not possess an explicit immutability policy at the object level. The object-level immutability policy has higher precedence than the container-level immutability policy, which has a higher precedence than the account-level immutability policy. */\n immutabilityPolicy?: AccountImmutabilityPolicyProperties;\n}\n\nexport function immutableStorageAccountSerializer(item: ImmutableStorageAccount): any {\n return {\n enabled: item[\"enabled\"],\n immutabilityPolicy: !item[\"immutabilityPolicy\"]\n ? item[\"immutabilityPolicy\"]\n : accountImmutabilityPolicyPropertiesSerializer(item[\"immutabilityPolicy\"]),\n };\n}\n\nexport function immutableStorageAccountDeserializer(item: any): ImmutableStorageAccount {\n return {\n enabled: item[\"enabled\"],\n immutabilityPolicy: !item[\"immutabilityPolicy\"]\n ? item[\"immutabilityPolicy\"]\n : accountImmutabilityPolicyPropertiesDeserializer(item[\"immutabilityPolicy\"]),\n };\n}\n\n/** This defines account-level immutability policy properties. */\nexport interface AccountImmutabilityPolicyProperties {\n /** The immutability period for the blobs in the container since the policy creation, in days. */\n immutabilityPeriodSinceCreationInDays?: number;\n /** The ImmutabilityPolicy state defines the mode of the policy. Disabled state disables the policy, Unlocked state allows increase and decrease of immutability retention time and also allows toggling allowProtectedAppendWrites property, Locked state only allows the increase of the immutability retention time. A policy can only be created in a Disabled or Unlocked state and can be toggled between the two states. Only a policy in an Unlocked state can transition to a Locked state which cannot be reverted. */\n state?: AccountImmutabilityPolicyState;\n /** This property can only be changed for disabled and unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. */\n allowProtectedAppendWrites?: boolean;\n}\n\nexport function accountImmutabilityPolicyPropertiesSerializer(\n item: AccountImmutabilityPolicyProperties,\n): any {\n return {\n immutabilityPeriodSinceCreationInDays: item[\"immutabilityPeriodSinceCreationInDays\"],\n state: item[\"state\"],\n allowProtectedAppendWrites: item[\"allowProtectedAppendWrites\"],\n };\n}\n\nexport function accountImmutabilityPolicyPropertiesDeserializer(\n item: any,\n): AccountImmutabilityPolicyProperties {\n return {\n immutabilityPeriodSinceCreationInDays: item[\"immutabilityPeriodSinceCreationInDays\"],\n state: item[\"state\"],\n allowProtectedAppendWrites: item[\"allowProtectedAppendWrites\"],\n };\n}\n\n/** The ImmutabilityPolicy state defines the mode of the policy. Disabled state disables the policy, Unlocked state allows increase and decrease of immutability retention time and also allows toggling allowProtectedAppendWrites property, Locked state only allows the increase of the immutability retention time. A policy can only be created in a Disabled or Unlocked state and can be toggled between the two states. Only a policy in an Unlocked state can transition to a Locked state which cannot be reverted. */\nexport enum KnownAccountImmutabilityPolicyState {\n /** Unlocked */\n Unlocked = \"Unlocked\",\n /** Locked */\n Locked = \"Locked\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * The ImmutabilityPolicy state defines the mode of the policy. Disabled state disables the policy, Unlocked state allows increase and decrease of immutability retention time and also allows toggling allowProtectedAppendWrites property, Locked state only allows the increase of the immutability retention time. A policy can only be created in a Disabled or Unlocked state and can be toggled between the two states. Only a policy in an Unlocked state can transition to a Locked state which cannot be reverted. \\\n * {@link KnownAccountImmutabilityPolicyState} can be used interchangeably with AccountImmutabilityPolicyState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unlocked** \\\n * **Locked** \\\n * **Disabled**\n */\nexport type AccountImmutabilityPolicyState = string;\n\n/** Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet. */\nexport enum KnownAllowedCopyScope {\n /** PrivateLink */\n PrivateLink = \"PrivateLink\",\n /** AAD */\n AAD = \"AAD\",\n /** All */\n All = \"All\",\n}\n\n/**\n * Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet. \\\n * {@link KnownAllowedCopyScope} can be used interchangeably with AllowedCopyScope,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PrivateLink** \\\n * **AAD** \\\n * **All**\n */\nexport type AllowedCopyScope = string;\n\n/** This defines the sku conversion status object for asynchronous sku conversions. */\nexport interface StorageAccountSkuConversionStatus {\n /** This property indicates the current sku conversion status. */\n readonly skuConversionStatus?: SkuConversionStatus;\n /** This property represents the target sku name to which the account sku is being converted asynchronously. */\n targetSkuName?: SkuName;\n /** This property represents the sku conversion start time. */\n readonly startTime?: string;\n /** This property represents the sku conversion end time. */\n readonly endTime?: string;\n}\n\nexport function storageAccountSkuConversionStatusDeserializer(\n item: any,\n): StorageAccountSkuConversionStatus {\n return {\n skuConversionStatus: item[\"skuConversionStatus\"],\n targetSkuName: item[\"targetSkuName\"],\n startTime: item[\"startTime\"],\n endTime: item[\"endTime\"],\n };\n}\n\n/** This property indicates the current sku conversion status. */\nexport enum KnownSkuConversionStatus {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * This property indicates the current sku conversion status. \\\n * {@link KnownSkuConversionStatus} can be used interchangeably with SkuConversionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Succeeded** \\\n * **Failed**\n */\nexport type SkuConversionStatus = string;\n\n/** Allows you to specify the type of endpoint. Set this to AzureDNSZone to create a large number of accounts in a single subscription, which creates accounts in an Azure DNS Zone and the endpoint URL will have an alphanumeric DNS Zone identifier. */\nexport enum KnownDnsEndpointType {\n /** Standard */\n Standard = \"Standard\",\n /** AzureDnsZone */\n AzureDnsZone = \"AzureDnsZone\",\n}\n\n/**\n * Allows you to specify the type of endpoint. Set this to AzureDNSZone to create a large number of accounts in a single subscription, which creates accounts in an Azure DNS Zone and the endpoint URL will have an alphanumeric DNS Zone identifier. \\\n * {@link KnownDnsEndpointType} can be used interchangeably with DnsEndpointType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard** \\\n * **AzureDnsZone**\n */\nexport type DnsEndpointType = string;\n\n/** Geo Priority Replication enablement status for the storage account. */\nexport interface GeoPriorityReplicationStatus {\n /** Indicates whether Blob Geo Priority Replication is enabled for the storage account. */\n isBlobEnabled?: boolean;\n}\n\nexport function geoPriorityReplicationStatusSerializer(item: GeoPriorityReplicationStatus): any {\n return { isBlobEnabled: item[\"isBlobEnabled\"] };\n}\n\nexport function geoPriorityReplicationStatusDeserializer(item: any): GeoPriorityReplicationStatus {\n return {\n isBlobEnabled: item[\"isBlobEnabled\"],\n };\n}\n\n/** Defines shared key access properties for a storage account. */\nexport interface StorageAccountSharedKeyAccessProperties {\n /** Shared key access settings for Blob service. */\n blob?: ServiceSharedKeyAccessProperties;\n /** Shared key access settings for File service. */\n file?: ServiceSharedKeyAccessProperties;\n /** Shared key access settings for Table service. */\n table?: ServiceSharedKeyAccessProperties;\n /** Shared key access settings for Queue service. */\n queue?: ServiceSharedKeyAccessProperties;\n}\n\nexport function storageAccountSharedKeyAccessPropertiesSerializer(\n item: StorageAccountSharedKeyAccessProperties,\n): any {\n return {\n blob: !item[\"blob\"] ? item[\"blob\"] : serviceSharedKeyAccessPropertiesSerializer(item[\"blob\"]),\n file: !item[\"file\"] ? item[\"file\"] : serviceSharedKeyAccessPropertiesSerializer(item[\"file\"]),\n table: !item[\"table\"]\n ? item[\"table\"]\n : serviceSharedKeyAccessPropertiesSerializer(item[\"table\"]),\n queue: !item[\"queue\"]\n ? item[\"queue\"]\n : serviceSharedKeyAccessPropertiesSerializer(item[\"queue\"]),\n };\n}\n\nexport function storageAccountSharedKeyAccessPropertiesDeserializer(\n item: any,\n): StorageAccountSharedKeyAccessProperties {\n return {\n blob: !item[\"blob\"] ? item[\"blob\"] : serviceSharedKeyAccessPropertiesDeserializer(item[\"blob\"]),\n file: !item[\"file\"] ? item[\"file\"] : serviceSharedKeyAccessPropertiesDeserializer(item[\"file\"]),\n table: !item[\"table\"]\n ? item[\"table\"]\n : serviceSharedKeyAccessPropertiesDeserializer(item[\"table\"]),\n queue: !item[\"queue\"]\n ? item[\"queue\"]\n : serviceSharedKeyAccessPropertiesDeserializer(item[\"queue\"]),\n };\n}\n\n/** Defines shared key access settings for an individual storage service. */\nexport interface ServiceSharedKeyAccessProperties {\n /** Indicates whether shared key access is enabled for the service. */\n enabled?: boolean;\n}\n\nexport function serviceSharedKeyAccessPropertiesSerializer(\n item: ServiceSharedKeyAccessProperties,\n): any {\n return { enabled: item[\"enabled\"] };\n}\n\nexport function serviceSharedKeyAccessPropertiesDeserializer(\n item: any,\n): ServiceSharedKeyAccessProperties {\n return {\n enabled: item[\"enabled\"],\n };\n}\n\n/** Defines Data Collaboration Policy for a storage account. */\nexport interface StorageDataCollaborationPolicyProperties {\n /** Indicates whether storage connectors are allowed to created or managed on the storage account. */\n allowStorageConnectors?: boolean;\n /** Indicates whether data shares are allowed to be created or managed on the storage account. */\n allowStorageDataShares?: boolean;\n /** Indicates whether cross-entra tenant data sharing is allowed on the storage account. */\n allowCrossTenantDataSharing?: boolean;\n}\n\nexport function storageDataCollaborationPolicyPropertiesSerializer(\n item: StorageDataCollaborationPolicyProperties,\n): any {\n return {\n allowStorageConnectors: item[\"allowStorageConnectors\"],\n allowStorageDataShares: item[\"allowStorageDataShares\"],\n allowCrossTenantDataSharing: item[\"allowCrossTenantDataSharing\"],\n };\n}\n\nexport function storageDataCollaborationPolicyPropertiesDeserializer(\n item: any,\n): StorageDataCollaborationPolicyProperties {\n return {\n allowStorageConnectors: item[\"allowStorageConnectors\"],\n allowStorageDataShares: item[\"allowStorageDataShares\"],\n allowCrossTenantDataSharing: item[\"allowCrossTenantDataSharing\"],\n };\n}\n\n/** Indicates the type of storage account. */\nexport enum KnownKind {\n /** Storage */\n Storage = \"Storage\",\n /** StorageV2 */\n StorageV2 = \"StorageV2\",\n /** BlobStorage */\n BlobStorage = \"BlobStorage\",\n /** FileStorage */\n FileStorage = \"FileStorage\",\n /** BlockBlobStorage */\n BlockBlobStorage = \"BlockBlobStorage\",\n}\n\n/**\n * Indicates the type of storage account. \\\n * {@link KnownKind} can be used interchangeably with Kind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Storage** \\\n * **StorageV2** \\\n * **BlobStorage** \\\n * **FileStorage** \\\n * **BlockBlobStorage**\n */\nexport type Kind = string;\n\n/** Identity for the resource. */\nexport interface Identity {\n /** The principal ID of resource identity. */\n readonly principalId?: string;\n /** The tenant ID of resource. */\n readonly tenantId?: string;\n /** The identity type. */\n type: IdentityType;\n /** Gets or sets a list of key value pairs that describe the set of User Assigned identities that will be used with this storage account. The key is the ARM resource identifier of the identity. Only 1 User Assigned identity is permitted here. */\n userAssignedIdentities?: Record<string, UserAssignedIdentity>;\n}\n\nexport function identitySerializer(item: Identity): any {\n return {\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : userAssignedIdentityRecordSerializer(item[\"userAssignedIdentities\"]),\n };\n}\n\nexport function identityDeserializer(item: any): Identity {\n return {\n principalId: item[\"principalId\"],\n tenantId: item[\"tenantId\"],\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : userAssignedIdentityRecordDeserializer(item[\"userAssignedIdentities\"]),\n };\n}\n\n/** The identity type. */\nexport enum KnownIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssigned,UserAssigned */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\",\n}\n\n/**\n * The identity type. \\\n * {@link KnownIdentityType} can be used interchangeably with IdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **SystemAssigned,UserAssigned**\n */\nexport type IdentityType = string;\n\nexport function userAssignedIdentityRecordSerializer(\n item: Record<string, UserAssignedIdentity>,\n): Record<string, any> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : userAssignedIdentitySerializer(item[key]);\n });\n return result;\n}\n\nexport function userAssignedIdentityRecordDeserializer(\n item: Record<string, any>,\n): Record<string, UserAssignedIdentity> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : userAssignedIdentityDeserializer(item[key]);\n });\n return result;\n}\n\n/** UserAssignedIdentity for the resource. */\nexport interface UserAssignedIdentity {\n /** The principal ID of the identity. */\n readonly principalId?: string;\n /** The client ID of the identity. */\n readonly clientId?: string;\n}\n\nexport function userAssignedIdentitySerializer(_item: UserAssignedIdentity): any {\n return {};\n}\n\nexport function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity {\n return {\n principalId: item[\"principalId\"],\n clientId: item[\"clientId\"],\n };\n}\n\n/** The complex type of the extended location. */\nexport interface ExtendedLocation {\n /** The name of the extended location. */\n name?: string;\n /** The type of the extended location. */\n type?: ExtendedLocationTypes;\n}\n\nexport function extendedLocationSerializer(item: ExtendedLocation): any {\n return { name: item[\"name\"], type: item[\"type\"] };\n}\n\nexport function extendedLocationDeserializer(item: any): ExtendedLocation {\n return {\n name: item[\"name\"],\n type: item[\"type\"],\n };\n}\n\n/** The type of extendedLocation. */\nexport enum KnownExtendedLocationTypes {\n /** EdgeZone */\n EdgeZone = \"EdgeZone\",\n}\n\n/**\n * The type of extendedLocation. \\\n * {@link KnownExtendedLocationTypes} can be used interchangeably with ExtendedLocationTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **EdgeZone**\n */\nexport type ExtendedLocationTypes = string;\n\n/** The complex type of the zonal placement details. */\nexport interface Placement {\n /** The availability zone pinning policy for the storage account. */\n zonePlacementPolicy?: ZonePlacementPolicy;\n}\n\nexport function placementSerializer(item: Placement): any {\n return { zonePlacementPolicy: item[\"zonePlacementPolicy\"] };\n}\n\nexport function placementDeserializer(item: any): Placement {\n return {\n zonePlacementPolicy: item[\"zonePlacementPolicy\"],\n };\n}\n\n/** The availability zone pinning policy for the storage account. */\nexport enum KnownZonePlacementPolicy {\n /** Any */\n Any = \"Any\",\n /** None */\n None = \"None\",\n}\n\n/**\n * The availability zone pinning policy for the storage account. \\\n * {@link KnownZonePlacementPolicy} can be used interchangeably with ZonePlacementPolicy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Any** \\\n * **None**\n */\nexport type ZonePlacementPolicy = string;\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\nexport function trackedResourceSerializer(item: TrackedResource): any {\n return { tags: item[\"tags\"], location: item[\"location\"] };\n}\n\nexport function trackedResourceDeserializer(item: any): TrackedResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n };\n}\n\n/** The parameters used when creating a storage account. */\nexport interface StorageAccountCreateParameters {\n /** Required. Gets or sets the SKU name. */\n sku: Sku;\n /** Required. Indicates the type of storage account. */\n kind: Kind;\n /** Required. Gets or sets the location of the resource. This will be one of the supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The geo region of a resource cannot be changed once it is created, but if an identical geo region is specified on update, the request will succeed. */\n location: string;\n /** Optional. Set the extended location of the resource. If not set, the storage account will be created in Azure main region. Otherwise it will be created in the specified extended location */\n extendedLocation?: ExtendedLocation;\n /** Optional. Gets or sets the pinned logical availability zone for the storage account. */\n zones?: string[];\n /** Optional. Gets or sets the zonal placement details for the storage account. */\n placement?: Placement;\n /** Gets or sets a list of key value pairs that describe the resource. These tags can be used for viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key with a length no greater than 128 characters and a value with a length no greater than 256 characters. */\n tags?: Record<string, string>;\n /** The identity of the resource. */\n identity?: Identity;\n /** Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet. */\n allowedCopyScope?: AllowedCopyScope;\n /** Allow, disallow, or let Network Security Perimeter configuration to evaluate public network access to Storage Account. Value is optional but if passed in, must be 'Enabled', 'Disabled' or 'SecuredByPerimeter'. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** SasPolicy assigned to the storage account. */\n sasPolicy?: SasPolicy;\n /** KeyPolicy assigned to the storage account. */\n keyPolicy?: KeyPolicy;\n /** User domain assigned to the storage account. Name is the CNAME source. Only one custom domain is supported per storage account at this time. To clear the existing custom domain, use an empty string for the custom domain name property. */\n customDomain?: CustomDomain;\n /** Encryption settings to be used for server-side encryption for the storage account. */\n encryption?: Encryption;\n /** Network rule set */\n networkRuleSet?: NetworkRuleSet;\n /** Required for storage accounts where kind = BlobStorage. The access tier is used for billing. The 'Premium' access tier is the default value for premium block blobs storage account type and it cannot be changed for the premium block blobs storage account type. */\n accessTier?: AccessTier;\n /** Provides the identity based authentication settings for Azure Files. */\n azureFilesIdentityBasedAuthentication?: AzureFilesIdentityBasedAuthentication;\n /** Allows https traffic only to storage service if sets to true. The default value is true since API version 2019-04-01. */\n enableHttpsTrafficOnly?: boolean;\n /** Enables Secure File Transfer Protocol, if set to true */\n isSftpEnabled?: boolean;\n /** Enables local users feature, if set to true */\n isLocalUserEnabled?: boolean;\n /** Enables extended group support with local users feature, if set to true */\n enableExtendedGroups?: boolean;\n /** Account HierarchicalNamespace enabled if sets to true. */\n isHnsEnabled?: boolean;\n /** Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. */\n largeFileSharesState?: LargeFileSharesState;\n /** Maintains information about the network routing choice opted by the user for data transfer */\n routingPreference?: RoutingPreference;\n /** Maintains information about the Internet protocol opted by the user. */\n dualStackEndpointPreference?: DualStackEndpointPreference;\n /** Allow or disallow public access to all blobs or containers in the storage account. The default interpretation is false for this property. */\n allowBlobPublicAccess?: boolean;\n /** Set the minimum TLS version to be permitted on requests to storage. The default interpretation is TLS 1.0 for this property. Minimum TLS version 1.3 version is not supported. */\n minimumTlsVersion?: MinimumTlsVersion;\n /** Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. If false, then all requests, including shared access signatures, must be authorized with Azure Active Directory (Azure AD). The default value is null, which is equivalent to true. */\n allowSharedKeyAccess?: boolean;\n /** NFS 3.0 protocol support enabled if set to true. */\n enableNfsV3?: boolean;\n /** Allow or disallow cross AAD tenant object replication. Set this property to true for new or existing accounts only if object replication policies will involve storage accounts in different AAD tenants. The default interpretation is false for new accounts to follow best security practices by default. */\n allowCrossTenantReplication?: boolean;\n /** A boolean flag which indicates whether the default authentication is OAuth or not. The default interpretation is false for this property. */\n defaultToOAuthAuthentication?: boolean;\n /** The property is immutable and can only be set to true at the account creation time. When set to true, it enables object level immutability for all the new containers in the account by default. */\n immutableStorageWithVersioning?: ImmutableStorageAccount;\n /** Allows you to specify the type of endpoint. Set this to AzureDNSZone to create a large number of accounts in a single subscription, which creates accounts in an Azure DNS Zone and the endpoint URL will have an alphanumeric DNS Zone identifier. */\n dnsEndpointType?: DnsEndpointType;\n /** Status indicating whether Geo Priority Replication is enabled for the account. */\n geoPriorityReplicationStatus?: GeoPriorityReplicationStatus;\n /** Indicate shared key access properties at service level */\n allowSharedKeyAccessForServices?: StorageAccountSharedKeyAccessProperties;\n /** Data Collaboration policy for the storage account. */\n dataCollaborationPolicyProperties?: StorageDataCollaborationPolicyProperties;\n}\n\nexport function storageAccountCreateParametersSerializer(\n item: StorageAccountCreateParameters,\n): any {\n return {\n sku: skuSerializer(item[\"sku\"]),\n kind: item[\"kind\"],\n location: item[\"location\"],\n extendedLocation: !item[\"extendedLocation\"]\n ? item[\"extendedLocation\"]\n : extendedLocationSerializer(item[\"extendedLocation\"]),\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n placement: !item[\"placement\"] ? item[\"placement\"] : placementSerializer(item[\"placement\"]),\n tags: item[\"tags\"],\n identity: !item[\"identity\"] ? item[\"identity\"] : identitySerializer(item[\"identity\"]),\n properties: areAllPropsUndefined(item, [\n \"allowedCopyScope\",\n \"publicNetworkAccess\",\n \"sasPolicy\",\n \"keyPolicy\",\n \"customDomain\",\n \"encryption\",\n \"NetworkRuleSet\",\n \"accessTier\",\n \"azureFilesIdentityBasedAuthentication\",\n \"EnableHttpsTrafficOnly\",\n \"IsSftpEnabled\",\n \"IsLocalUserEnabled\",\n \"EnableExtendedGroups\",\n \"IsHnsEnabled\",\n \"largeFileSharesState\",\n \"RoutingPreference\",\n \"dualStackEndpointPreference\",\n \"AllowBlobPublicAccess\",\n \"minimumTlsVersion\",\n \"allowSharedKeyAccess\",\n \"EnableNfsV3\",\n \"allowCrossTenantReplication\",\n \"defaultToOAuthAuthentication\",\n \"ImmutableStorageWithVersioning\",\n \"dnsEndpointType\",\n \"geoPriorityReplicationStatus\",\n \"allowSharedKeyAccessForServices\",\n \"dataCollaborationPolicyProperties\",\n ])\n ? undefined\n : _storageAccountCreateParametersPropertiesSerializer(item),\n };\n}\n\n/** The parameters used to create the storage account. */\nexport interface StorageAccountPropertiesCreateParameters {\n /** Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet. */\n allowedCopyScope?: AllowedCopyScope;\n /** Allow, disallow, or let Network Security Perimeter configuration to evaluate public network access to Storage Account. Value is optional but if passed in, must be 'Enabled', 'Disabled' or 'SecuredByPerimeter'. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** SasPolicy assigned to the storage account. */\n sasPolicy?: SasPolicy;\n /** KeyPolicy assigned to the storage account. */\n keyPolicy?: KeyPolicy;\n /** User domain assigned to the storage account. Name is the CNAME source. Only one custom domain is supported per storage account at this time. To clear the existing custom domain, use an empty string for the custom domain name property. */\n customDomain?: CustomDomain;\n /** Encryption settings to be used for server-side encryption for the storage account. */\n encryption?: Encryption;\n /** Network rule set */\n networkRuleSet?: NetworkRuleSet;\n /** Required for storage accounts where kind = BlobStorage. The access tier is used for billing. The 'Premium' access tier is the default value for premium block blobs storage account type and it cannot be changed for the premium block blobs storage account type. */\n accessTier?: AccessTier;\n /** Provides the identity based authentication settings for Azure Files. */\n azureFilesIdentityBasedAuthentication?: AzureFilesIdentityBasedAuthentication;\n /** Allows https traffic only to storage service if sets to true. The default value is true since API version 2019-04-01. */\n enableHttpsTrafficOnly?: boolean;\n /** Enables Secure File Transfer Protocol, if set to true */\n isSftpEnabled?: boolean;\n /** Enables local users feature, if set to true */\n isLocalUserEnabled?: boolean;\n /** Enables extended group support with local users feature, if set to true */\n enableExtendedGroups?: boolean;\n /** Account HierarchicalNamespace enabled if sets to true. */\n isHnsEnabled?: boolean;\n /** Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. */\n largeFileSharesState?: LargeFileSharesState;\n /** Maintains information about the network routing choice opted by the user for data transfer */\n routingPreference?: RoutingPreference;\n /** Maintains information about the Internet protocol opted by the user. */\n dualStackEndpointPreference?: DualStackEndpointPreference;\n /** Allow or disallow public access to all blobs or containers in the storage account. The default interpretation is false for this property. */\n allowBlobPublicAccess?: boolean;\n /** Set the minimum TLS version to be permitted on requests to storage. The default interpretation is TLS 1.0 for this property. Minimum TLS version 1.3 version is not supported. */\n minimumTlsVersion?: MinimumTlsVersion;\n /** Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. If false, then all requests, including shared access signatures, must be authorized with Azure Active Directory (Azure AD). The default value is null, which is equivalent to true. */\n allowSharedKeyAccess?: boolean;\n /** NFS 3.0 protocol support enabled if set to true. */\n enableNfsV3?: boolean;\n /** Allow or disallow cross AAD tenant object replication. Set this property to true for new or existing accounts only if object replication policies will involve storage accounts in different AAD tenants. The default interpretation is false for new accounts to follow best security practices by default. */\n allowCrossTenantReplication?: boolean;\n /** A boolean flag which indicates whether the default authentication is OAuth or not. The default interpretation is false for this property. */\n defaultToOAuthAuthentication?: boolean;\n /** The property is immutable and can only be set to true at the account creation time. When set to true, it enables object level immutability for all the new containers in the account by default. */\n immutableStorageWithVersioning?: ImmutableStorageAccount;\n /** Allows you to specify the type of endpoint. Set this to AzureDNSZone to create a large number of accounts in a single subscription, which creates accounts in an Azure DNS Zone and the endpoint URL will have an alphanumeric DNS Zone identifier. */\n dnsEndpointType?: DnsEndpointType;\n /** Status indicating whether Geo Priority Replication is enabled for the account. */\n geoPriorityReplicationStatus?: GeoPriorityReplicationStatus;\n /** Indicate shared key access properties at service level */\n allowSharedKeyAccessForServices?: StorageAccountSharedKeyAccessProperties;\n /** Data Collaboration policy for the storage account. */\n dataCollaborationPolicyProperties?: StorageDataCollaborationPolicyProperties;\n}\n\nexport function storageAccountPropertiesCreateParametersSerializer(\n item: StorageAccountPropertiesCreateParameters,\n): any {\n return {\n allowedCopyScope: item[\"allowedCopyScope\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n sasPolicy: !item[\"sasPolicy\"] ? item[\"sasPolicy\"] : sasPolicySerializer(item[\"sasPolicy\"]),\n keyPolicy: !item[\"keyPolicy\"] ? item[\"keyPolicy\"] : keyPolicySerializer(item[\"keyPolicy\"]),\n customDomain: !item[\"customDomain\"]\n ? item[\"customDomain\"]\n : customDomainSerializer(item[\"customDomain\"]),\n encryption: !item[\"encryption\"] ? item[\"encryption\"] : encryptionSerializer(item[\"encryption\"]),\n networkAcls: !item[\"networkRuleSet\"]\n ? item[\"networkRuleSet\"]\n : networkRuleSetSerializer(item[\"networkRuleSet\"]),\n accessTier: item[\"accessTier\"],\n azureFilesIdentityBasedAuthentication: !item[\"azureFilesIdentityBasedAuthentication\"]\n ? item[\"azureFilesIdentityBasedAuthentication\"]\n : azureFilesIdentityBasedAuthenticationSerializer(\n item[\"azureFilesIdentityBasedAuthentication\"],\n ),\n supportsHttpsTrafficOnly: item[\"enableHttpsTrafficOnly\"],\n isSftpEnabled: item[\"isSftpEnabled\"],\n isLocalUserEnabled: item[\"isLocalUserEnabled\"],\n enableExtendedGroups: item[\"enableExtendedGroups\"],\n isHnsEnabled: item[\"isHnsEnabled\"],\n largeFileSharesState: item[\"largeFileSharesState\"],\n routingPreference: !item[\"routingPreference\"]\n ? item[\"routingPreference\"]\n : routingPreferenceSerializer(item[\"routingPreference\"]),\n dualStackEndpointPreference: !item[\"dualStackEndpointPreference\"]\n ? item[\"dualStackEndpointPreference\"]\n : dualStackEndpointPreferenceSerializer(item[\"dualStackEndpointPreference\"]),\n allowBlobPublicAccess: item[\"allowBlobPublicAccess\"],\n minimumTlsVersion: item[\"minimumTlsVersion\"],\n allowSharedKeyAccess: item[\"allowSharedKeyAccess\"],\n isNfsV3Enabled: item[\"enableNfsV3\"],\n allowCrossTenantReplication: item[\"allowCrossTenantReplication\"],\n defaultToOAuthAuthentication: item[\"defaultToOAuthAuthentication\"],\n immutableStorageWithVersioning: !item[\"immutableStorageWithVersioning\"]\n ? item[\"immutableStorageWithVersioning\"]\n : immutableStorageAccountSerializer(item[\"immutableStorageWithVersioning\"]),\n dnsEndpointType: item[\"dnsEndpointType\"],\n geoPriorityReplicationStatus: !item[\"geoPriorityReplicationStatus\"]\n ? item[\"geoPriorityReplicationStatus\"]\n : geoPriorityReplicationStatusSerializer(item[\"geoPriorityReplicationStatus\"]),\n allowSharedKeyAccessForServices: !item[\"allowSharedKeyAccessForServices\"]\n ? item[\"allowSharedKeyAccessForServices\"]\n : storageAccountSharedKeyAccessPropertiesSerializer(item[\"allowSharedKeyAccessForServices\"]),\n dataCollaborationPolicyProperties: !item[\"dataCollaborationPolicyProperties\"]\n ? item[\"dataCollaborationPolicyProperties\"]\n : storageDataCollaborationPolicyPropertiesSerializer(\n item[\"dataCollaborationPolicyProperties\"],\n ),\n };\n}\n\n/** The parameters that can be provided when updating the storage account properties. */\nexport interface StorageAccountUpdateParameters {\n /** Gets or sets the SKU name. Note that the SKU name cannot be updated to Standard_ZRS, Premium_LRS or Premium_ZRS, nor can accounts of those SKU names be updated to any other value. */\n sku?: Sku;\n /** Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater in length than 128 characters and a value no greater in length than 256 characters. */\n tags?: Record<string, string>;\n /** The identity of the resource. */\n identity?: Identity;\n /** Optional. Indicates the type of storage account. Currently only StorageV2 value supported by server. */\n kind?: Kind;\n /** Optional. Gets or sets the pinned logical availability zone for the storage account. */\n zones?: string[];\n /** Optional. Gets or sets the zonal placement details for the storage account. */\n placement?: Placement;\n /** Custom domain assigned to the storage account by the user. Name is the CNAME source. Only one custom domain is supported per storage account at this time. To clear the existing custom domain, use an empty string for the custom domain name property. */\n customDomain?: CustomDomain;\n /** Not applicable. Azure Storage encryption at rest is enabled by default for all storage accounts and cannot be disabled. */\n encryption?: Encryption;\n /** SasPolicy assigned to the storage account. */\n sasPolicy?: SasPolicy;\n /** KeyPolicy assigned to the storage account. */\n keyPolicy?: KeyPolicy;\n /** Required for storage accounts where kind = BlobStorage. The access tier is used for billing. The 'Premium' access tier is the default value for premium block blobs storage account type and it cannot be changed for the premium block blobs storage account type. */\n accessTier?: AccessTier;\n /** Provides the identity based authentication settings for Azure Files. */\n azureFilesIdentityBasedAuthentication?: AzureFilesIdentityBasedAuthentication;\n /** Allows https traffic only to storage service if sets to true. */\n enableHttpsTrafficOnly?: boolean;\n /** Enables Secure File Transfer Protocol, if set to true */\n isSftpEnabled?: boolean;\n /** Enables local users feature, if set to true */\n isLocalUserEnabled?: boolean;\n /** Enables extended group support with local users feature, if set to true */\n enableExtendedGroups?: boolean;\n /** Network rule set */\n networkRuleSet?: NetworkRuleSet;\n /** Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. */\n largeFileSharesState?: LargeFileSharesState;\n /** Maintains information about the network routing choice opted by the user for data transfer */\n routingPreference?: RoutingPreference;\n /** Maintains information about the Internet protocol opted by the user. */\n dualStackEndpointPreference?: DualStackEndpointPreference;\n /** Allow or disallow public access to all blobs or containers in the storage account. The default interpretation is false for this property. */\n allowBlobPublicAccess?: boolean;\n /** Set the minimum TLS version to be permitted on requests to storage. The default interpretation is TLS 1.0 for this property. Minimum TLS version 1.3 version is not supported. */\n minimumTlsVersion?: MinimumTlsVersion;\n /** Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. If false, then all requests, including shared access signatures, must be authorized with Azure Active Directory (Azure AD). The default value is null, which is equivalent to true. */\n allowSharedKeyAccess?: boolean;\n /** Allow or disallow cross AAD tenant object replication. Set this property to true for new or existing accounts only if object replication policies will involve storage accounts in different AAD tenants. The default interpretation is false for new accounts to follow best security practices by default. */\n allowCrossTenantReplication?: boolean;\n /** A boolean flag which indicates whether the default authentication is OAuth or not. The default interpretation is false for this property. */\n defaultToOAuthAuthentication?: boolean;\n /** Allow, disallow, or let Network Security Perimeter configuration to evaluate public network access to Storage Account. Value is optional but if passed in, must be 'Enabled', 'Disabled' or 'SecuredByPerimeter'. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** The property is immutable and can only be set to true at the account creation time. When set to true, it enables object level immutability for all the containers in the account by default. */\n immutableStorageWithVersioning?: ImmutableStorageAccount;\n /** Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet. */\n allowedCopyScope?: AllowedCopyScope;\n /** Allows you to specify the type of endpoint. Set this to AzureDNSZone to create a large number of accounts in a single subscription, which creates accounts in an Azure DNS Zone and the endpoint URL will have an alphanumeric DNS Zone identifier. */\n dnsEndpointType?: DnsEndpointType;\n /** Status indicating whether Geo Priority Replication is enabled for the account. */\n geoPriorityReplicationStatus?: GeoPriorityReplicationStatus;\n /** Indicate shared key access properties at service level */\n allowSharedKeyAccessForServices?: StorageAccountSharedKeyAccessProperties;\n /** Data Collaboration policy for the storage account. */\n dataCollaborationPolicyProperties?: StorageDataCollaborationPolicyProperties;\n}\n\nexport function storageAccountUpdateParametersSerializer(\n item: StorageAccountUpdateParameters,\n): any {\n return {\n sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]),\n tags: item[\"tags\"],\n identity: !item[\"identity\"] ? item[\"identity\"] : identitySerializer(item[\"identity\"]),\n properties: areAllPropsUndefined(item, [\n \"customDomain\",\n \"encryption\",\n \"sasPolicy\",\n \"keyPolicy\",\n \"accessTier\",\n \"azureFilesIdentityBasedAuthentication\",\n \"EnableHttpsTrafficOnly\",\n \"IsSftpEnabled\",\n \"IsLocalUserEnabled\",\n \"EnableExtendedGroups\",\n \"NetworkRuleSet\",\n \"largeFileSharesState\",\n \"RoutingPreference\",\n \"dualStackEndpointPreference\",\n \"AllowBlobPublicAccess\",\n \"minimumTlsVersion\",\n \"allowSharedKeyAccess\",\n \"allowCrossTenantReplication\",\n \"defaultToOAuthAuthentication\",\n \"publicNetworkAccess\",\n \"ImmutableStorageWithVersioning\",\n \"allowedCopyScope\",\n \"dnsEndpointType\",\n \"geoPriorityReplicationStatus\",\n \"allowSharedKeyAccessForServices\",\n \"dataCollaborationPolicyProperties\",\n ])\n ? undefined\n : _storageAccountUpdateParametersPropertiesSerializer(item),\n kind: item[\"kind\"],\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n placement: !item[\"placement\"] ? item[\"placement\"] : placementSerializer(item[\"placement\"]),\n };\n}\n\n/** The parameters used when updating a storage account. */\nexport interface StorageAccountPropertiesUpdateParameters {\n /** Custom domain assigned to the storage account by the user. Name is the CNAME source. Only one custom domain is supported per storage account at this time. To clear the existing custom domain, use an empty string for the custom domain name property. */\n customDomain?: CustomDomain;\n /** Not applicable. Azure Storage encryption at rest is enabled by default for all storage accounts and cannot be disabled. */\n encryption?: Encryption;\n /** SasPolicy assigned to the storage account. */\n sasPolicy?: SasPolicy;\n /** KeyPolicy assigned to the storage account. */\n keyPolicy?: KeyPolicy;\n /** Required for storage accounts where kind = BlobStorage. The access tier is used for billing. The 'Premium' access tier is the default value for premium block blobs storage account type and it cannot be changed for the premium block blobs storage account type. */\n accessTier?: AccessTier;\n /** Provides the identity based authentication settings for Azure Files. */\n azureFilesIdentityBasedAuthentication?: AzureFilesIdentityBasedAuthentication;\n /** Allows https traffic only to storage service if sets to true. */\n enableHttpsTrafficOnly?: boolean;\n /** Enables Secure File Transfer Protocol, if set to true */\n isSftpEnabled?: boolean;\n /** Enables local users feature, if set to true */\n isLocalUserEnabled?: boolean;\n /** Enables extended group support with local users feature, if set to true */\n enableExtendedGroups?: boolean;\n /** Network rule set */\n networkRuleSet?: NetworkRuleSet;\n /** Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. */\n largeFileSharesState?: LargeFileSharesState;\n /** Maintains information about the network routing choice opted by the user for data transfer */\n routingPreference?: RoutingPreference;\n /** Maintains information about the Internet protocol opted by the user. */\n dualStackEndpointPreference?: DualStackEndpointPreference;\n /** Allow or disallow public access to all blobs or containers in the storage account. The default interpretation is false for this property. */\n allowBlobPublicAccess?: boolean;\n /** Set the minimum TLS version to be permitted on requests to storage. The default interpretation is TLS 1.0 for this property. Minimum TLS version 1.3 version is not supported. */\n minimumTlsVersion?: MinimumTlsVersion;\n /** Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. If false, then all requests, including shared access signatures, must be authorized with Azure Active Directory (Azure AD). The default value is null, which is equivalent to true. */\n allowSharedKeyAccess?: boolean;\n /** Allow or disallow cross AAD tenant object replication. Set this property to true for new or existing accounts only if object replication policies will involve storage accounts in different AAD tenants. The default interpretation is false for new accounts to follow best security practices by default. */\n allowCrossTenantReplication?: boolean;\n /** A boolean flag which indicates whether the default authentication is OAuth or not. The default interpretation is false for this property. */\n defaultToOAuthAuthentication?: boolean;\n /** Allow, disallow, or let Network Security Perimeter configuration to evaluate public network access to Storage Account. Value is optional but if passed in, must be 'Enabled', 'Disabled' or 'SecuredByPerimeter'. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** The property is immutable and can only be set to true at the account creation time. When set to true, it enables object level immutability for all the containers in the account by default. */\n immutableStorageWithVersioning?: ImmutableStorageAccount;\n /** Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet. */\n allowedCopyScope?: AllowedCopyScope;\n /** Allows you to specify the type of endpoint. Set this to AzureDNSZone to create a large number of accounts in a single subscription, which creates accounts in an Azure DNS Zone and the endpoint URL will have an alphanumeric DNS Zone identifier. */\n dnsEndpointType?: DnsEndpointType;\n /** Status indicating whether Geo Priority Replication is enabled for the account. */\n geoPriorityReplicationStatus?: GeoPriorityReplicationStatus;\n /** Indicate shared key access properties at service level */\n allowSharedKeyAccessForServices?: StorageAccountSharedKeyAccessProperties;\n /** Data Collaboration policy for the storage account. */\n dataCollaborationPolicyProperties?: StorageDataCollaborationPolicyProperties;\n}\n\nexport function storageAccountPropertiesUpdateParametersSerializer(\n item: StorageAccountPropertiesUpdateParameters,\n): any {\n return {\n customDomain: !item[\"customDomain\"]\n ? item[\"customDomain\"]\n : customDomainSerializer(item[\"customDomain\"]),\n encryption: !item[\"encryption\"] ? item[\"encryption\"] : encryptionSerializer(item[\"encryption\"]),\n sasPolicy: !item[\"sasPolicy\"] ? item[\"sasPolicy\"] : sasPolicySerializer(item[\"sasPolicy\"]),\n keyPolicy: !item[\"keyPolicy\"] ? item[\"keyPolicy\"] : keyPolicySerializer(item[\"keyPolicy\"]),\n accessTier: item[\"accessTier\"],\n azureFilesIdentityBasedAuthentication: !item[\"azureFilesIdentityBasedAuthentication\"]\n ? item[\"azureFilesIdentityBasedAuthentication\"]\n : azureFilesIdentityBasedAuthenticationSerializer(\n item[\"azureFilesIdentityBasedAuthentication\"],\n ),\n supportsHttpsTrafficOnly: item[\"enableHttpsTrafficOnly\"],\n isSftpEnabled: item[\"isSftpEnabled\"],\n isLocalUserEnabled: item[\"isLocalUserEnabled\"],\n enableExtendedGroups: item[\"enableExtendedGroups\"],\n networkAcls: !item[\"networkRuleSet\"]\n ? item[\"networkRuleSet\"]\n : networkRuleSetSerializer(item[\"networkRuleSet\"]),\n largeFileSharesState: item[\"largeFileSharesState\"],\n routingPreference: !item[\"routingPreference\"]\n ? item[\"routingPreference\"]\n : routingPreferenceSerializer(item[\"routingPreference\"]),\n dualStackEndpointPreference: !item[\"dualStackEndpointPreference\"]\n ? item[\"dualStackEndpointPreference\"]\n : dualStackEndpointPreferenceSerializer(item[\"dualStackEndpointPreference\"]),\n allowBlobPublicAccess: item[\"allowBlobPublicAccess\"],\n minimumTlsVersion: item[\"minimumTlsVersion\"],\n allowSharedKeyAccess: item[\"allowSharedKeyAccess\"],\n allowCrossTenantReplication: item[\"allowCrossTenantReplication\"],\n defaultToOAuthAuthentication: item[\"defaultToOAuthAuthentication\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n immutableStorageWithVersioning: !item[\"immutableStorageWithVersioning\"]\n ? item[\"immutableStorageWithVersioning\"]\n : immutableStorageAccountSerializer(item[\"immutableStorageWithVersioning\"]),\n allowedCopyScope: item[\"allowedCopyScope\"],\n dnsEndpointType: item[\"dnsEndpointType\"],\n geoPriorityReplicationStatus: !item[\"geoPriorityReplicationStatus\"]\n ? item[\"geoPriorityReplicationStatus\"]\n : geoPriorityReplicationStatusSerializer(item[\"geoPriorityReplicationStatus\"]),\n allowSharedKeyAccessForServices: !item[\"allowSharedKeyAccessForServices\"]\n ? item[\"allowSharedKeyAccessForServices\"]\n : storageAccountSharedKeyAccessPropertiesSerializer(item[\"allowSharedKeyAccessForServices\"]),\n dataCollaborationPolicyProperties: !item[\"dataCollaborationPolicyProperties\"]\n ? item[\"dataCollaborationPolicyProperties\"]\n : storageDataCollaborationPolicyPropertiesSerializer(\n item[\"dataCollaborationPolicyProperties\"],\n ),\n };\n}\n\n/** The response of a StorageAccount list operation. */\nexport interface _StorageAccountListResult {\n /** The StorageAccount items on this page */\n value: StorageAccount[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _storageAccountListResultDeserializer(item: any): _StorageAccountListResult {\n return {\n value: storageAccountArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function storageAccountArrayDeserializer(result: Array<StorageAccount>): any[] {\n return result.map((item) => {\n return storageAccountDeserializer(item);\n });\n}\n\n/** The response from the ListKeys operation. */\nexport interface StorageAccountListKeysResult {\n /** Gets the list of storage account keys and their properties for the specified storage account. */\n readonly keys?: StorageAccountKey[];\n}\n\nexport function storageAccountListKeysResultDeserializer(item: any): StorageAccountListKeysResult {\n return {\n keys: !item[\"keys\"] ? item[\"keys\"] : storageAccountKeyArrayDeserializer(item[\"keys\"]),\n };\n}\n\nexport function storageAccountKeyArrayDeserializer(result: Array<StorageAccountKey>): any[] {\n return result.map((item) => {\n return storageAccountKeyDeserializer(item);\n });\n}\n\n/** An access key for the storage account. */\nexport interface StorageAccountKey {\n /** Name of the key. */\n readonly keyName?: string;\n /** Base 64-encoded value of the key. */\n readonly value?: string;\n /** Permissions for the key -- read-only or full permissions. */\n readonly permissions?: KeyPermission;\n /** Creation time of the key, in round trip date format. */\n readonly creationTime?: Date;\n}\n\nexport function storageAccountKeyDeserializer(item: any): StorageAccountKey {\n return {\n keyName: item[\"keyName\"],\n value: item[\"value\"],\n permissions: item[\"permissions\"],\n creationTime: !item[\"creationTime\"] ? item[\"creationTime\"] : new Date(item[\"creationTime\"]),\n };\n}\n\n/** Permissions for the key -- read-only or full permissions. */\nexport type KeyPermission = \"Read\" | \"Full\";\n\n/** The parameters used to regenerate the storage account key. */\nexport interface StorageAccountRegenerateKeyParameters {\n /** The name of storage keys that want to be regenerated, possible values are key1, key2, kerb1, kerb2. */\n keyName: string;\n}\n\nexport function storageAccountRegenerateKeyParametersSerializer(\n item: StorageAccountRegenerateKeyParameters,\n): any {\n return { keyName: item[\"keyName\"] };\n}\n\n/** The parameters to list SAS credentials of a storage account. */\nexport interface AccountSasParameters {\n /** The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f). */\n services: Services;\n /** The signed resource types that are accessible with the account SAS. Service (s): Access to service-level APIs; Container (c): Access to container-level APIs; Object (o): Access to object-level APIs for blobs, queue messages, table entities, and files. */\n resourceTypes: SignedResourceTypes;\n /** The signed permissions for the account SAS. Possible values include: Read (r), Write (w), Delete (d), List (l), Add (a), Create (c), Update (u) and Process (p). */\n permissions: Permissions;\n /** An IP address or a range of IP addresses from which to accept requests. */\n iPAddressOrRange?: string;\n /** The protocol permitted for a request made with the account SAS. */\n protocols?: HttpProtocol;\n /** The time at which the SAS becomes valid. */\n sharedAccessStartTime?: Date;\n /** The time at which the shared access signature becomes invalid. */\n sharedAccessExpiryTime: Date;\n /** The key to sign the account SAS token with. */\n keyToSign?: string;\n}\n\nexport function accountSasParametersSerializer(item: AccountSasParameters): any {\n return {\n signedServices: item[\"services\"],\n signedResourceTypes: item[\"resourceTypes\"],\n signedPermission: item[\"permissions\"],\n signedIp: item[\"iPAddressOrRange\"],\n signedProtocol: item[\"protocols\"],\n signedStart: !item[\"sharedAccessStartTime\"]\n ? item[\"sharedAccessStartTime\"]\n : item[\"sharedAccessStartTime\"].toISOString(),\n signedExpiry: item[\"sharedAccessExpiryTime\"].toISOString(),\n keyToSign: item[\"keyToSign\"],\n };\n}\n\n/** The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f). */\nexport enum KnownServices {\n /** b */\n B = \"b\",\n /** q */\n Q = \"q\",\n /** t */\n T = \"t\",\n /** f */\n F = \"f\",\n}\n\n/**\n * The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f). \\\n * {@link KnownServices} can be used interchangeably with Services,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **b** \\\n * **q** \\\n * **t** \\\n * **f**\n */\nexport type Services = string;\n\n/** The signed resource types that are accessible with the account SAS. Service (s): Access to service-level APIs; Container (c): Access to container-level APIs; Object (o): Access to object-level APIs for blobs, queue messages, table entities, and files. */\nexport enum KnownSignedResourceTypes {\n /** s */\n S = \"s\",\n /** c */\n C = \"c\",\n /** o */\n O = \"o\",\n}\n\n/**\n * The signed resource types that are accessible with the account SAS. Service (s): Access to service-level APIs; Container (c): Access to container-level APIs; Object (o): Access to object-level APIs for blobs, queue messages, table entities, and files. \\\n * {@link KnownSignedResourceTypes} can be used interchangeably with SignedResourceTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **s** \\\n * **c** \\\n * **o**\n */\nexport type SignedResourceTypes = string;\n\n/** The signed permissions for the account SAS. Possible values include: Read (r), Write (w), Delete (d), List (l), Add (a), Create (c), Update (u) and Process (p). */\nexport enum KnownPermissions {\n /** r */\n R = \"r\",\n /** d */\n D = \"d\",\n /** w */\n W = \"w\",\n /** l */\n L = \"l\",\n /** a */\n A = \"a\",\n /** c */\n C = \"c\",\n /** u */\n U = \"u\",\n /** p */\n P = \"p\",\n}\n\n/**\n * The signed permissions for the account SAS. Possible values include: Read (r), Write (w), Delete (d), List (l), Add (a), Create (c), Update (u) and Process (p). \\\n * {@link KnownPermissions} can be used interchangeably with Permissions,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **r** \\\n * **d** \\\n * **w** \\\n * **l** \\\n * **a** \\\n * **c** \\\n * **u** \\\n * **p**\n */\nexport type Permissions = string;\n/** The protocol permitted for a request made with the account SAS. */\nexport type HttpProtocol = \"https,http\" | \"https\";\n\n/** The List SAS credentials operation response. */\nexport interface ListAccountSasResponse {\n /** List SAS credentials of storage account. */\n readonly accountSasToken?: string;\n}\n\nexport function listAccountSasResponseDeserializer(item: any): ListAccountSasResponse {\n return {\n accountSasToken: item[\"accountSasToken\"],\n };\n}\n\n/** The parameters to list service SAS credentials of a specific resource. */\nexport interface ServiceSasParameters {\n /** The canonical path to the signed resource. */\n canonicalizedResource: string;\n /** The signed services accessible with the service SAS. Possible values include: Blob (b), Container (c), File (f), Share (s). */\n resource?: SignedResource;\n /** The signed permissions for the service SAS. Possible values include: Read (r), Write (w), Delete (d), List (l), Add (a), Create (c), Update (u) and Process (p). */\n permissions?: Permissions;\n /** An IP address or a range of IP addresses from which to accept requests. */\n iPAddressOrRange?: string;\n /** The protocol permitted for a request made with the account SAS. */\n protocols?: HttpProtocol;\n /** The time at which the SAS becomes valid. */\n sharedAccessStartTime?: Date;\n /** The time at which the shared access signature becomes invalid. */\n sharedAccessExpiryTime?: Date;\n /** A unique value up to 64 characters in length that correlates to an access policy specified for the container, queue, or table. */\n identifier?: string;\n /** The start of partition key. */\n partitionKeyStart?: string;\n /** The end of partition key. */\n partitionKeyEnd?: string;\n /** The start of row key. */\n rowKeyStart?: string;\n /** The end of row key. */\n rowKeyEnd?: string;\n /** The key to sign the account SAS token with. */\n keyToSign?: string;\n /** The response header override for cache control. */\n cacheControl?: string;\n /** The response header override for content disposition. */\n contentDisposition?: string;\n /** The response header override for content encoding. */\n contentEncoding?: string;\n /** The response header override for content language. */\n contentLanguage?: string;\n /** The response header override for content type. */\n contentType?: string;\n}\n\nexport function serviceSasParametersSerializer(item: ServiceSasParameters): any {\n return {\n canonicalizedResource: item[\"canonicalizedResource\"],\n signedResource: item[\"resource\"],\n signedPermission: item[\"permissions\"],\n signedIp: item[\"iPAddressOrRange\"],\n signedProtocol: item[\"protocols\"],\n signedStart: !item[\"sharedAccessStartTime\"]\n ? item[\"sharedAccessStartTime\"]\n : item[\"sharedAccessStartTime\"].toISOString(),\n signedExpiry: !item[\"sharedAccessExpiryTime\"]\n ? item[\"sharedAccessExpiryTime\"]\n : item[\"sharedAccessExpiryTime\"].toISOString(),\n signedIdentifier: item[\"identifier\"],\n startPk: item[\"partitionKeyStart\"],\n endPk: item[\"partitionKeyEnd\"],\n startRk: item[\"rowKeyStart\"],\n endRk: item[\"rowKeyEnd\"],\n keyToSign: item[\"keyToSign\"],\n rscc: item[\"cacheControl\"],\n rscd: item[\"contentDisposition\"],\n rsce: item[\"contentEncoding\"],\n rscl: item[\"contentLanguage\"],\n rsct: item[\"contentType\"],\n };\n}\n\n/** The signed services accessible with the service SAS. Possible values include: Blob (b), Container (c), File (f), Share (s). */\nexport enum KnownSignedResource {\n /** b */\n B = \"b\",\n /** c */\n C = \"c\",\n /** f */\n F = \"f\",\n /** s */\n S = \"s\",\n}\n\n/**\n * The signed services accessible with the service SAS. Possible values include: Blob (b), Container (c), File (f), Share (s). \\\n * {@link KnownSignedResource} can be used interchangeably with SignedResource,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **b** \\\n * **c** \\\n * **f** \\\n * **s**\n */\nexport type SignedResource = string;\n\n/** The List service SAS credentials operation response. */\nexport interface ListServiceSasResponse {\n /** List service SAS credentials of specific resource. */\n readonly serviceSasToken?: string;\n}\n\nexport function listServiceSasResponseDeserializer(item: any): ListServiceSasResponse {\n return {\n serviceSasToken: item[\"serviceSasToken\"],\n };\n}\n\n/** The parameters or status associated with an ongoing or enqueued storage account migration in order to update its current SKU or region. */\nexport interface StorageAccountMigration extends ProxyResource {\n /** Target sku name for the account */\n targetSkuName: SkuName;\n /** Current status of migration */\n readonly migrationStatus?: MigrationStatus;\n /** Error code for migration failure */\n readonly migrationFailedReason?: string;\n /** Reason for migration failure */\n readonly migrationFailedDetailedReason?: string;\n}\n\nexport function storageAccountMigrationSerializer(item: StorageAccountMigration): any {\n return { properties: _storageAccountMigrationPropertiesSerializer(item) };\n}\n\nexport function storageAccountMigrationDeserializer(item: any): StorageAccountMigration {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ..._storageAccountMigrationPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The properties of a storage account's ongoing or enqueued migration. */\nexport interface StorageAccountMigrationProperties {\n /** Target sku name for the account */\n targetSkuName: SkuName;\n /** Current status of migration */\n readonly migrationStatus?: MigrationStatus;\n /** Error code for migration failure */\n readonly migrationFailedReason?: string;\n /** Reason for migration failure */\n readonly migrationFailedDetailedReason?: string;\n}\n\nexport function storageAccountMigrationPropertiesSerializer(\n item: StorageAccountMigrationProperties,\n): any {\n return { targetSkuName: item[\"targetSkuName\"] };\n}\n\nexport function storageAccountMigrationPropertiesDeserializer(\n item: any,\n): StorageAccountMigrationProperties {\n return {\n targetSkuName: item[\"targetSkuName\"],\n migrationStatus: item[\"migrationStatus\"],\n migrationFailedReason: item[\"migrationFailedReason\"],\n migrationFailedDetailedReason: item[\"migrationFailedDetailedReason\"],\n };\n}\n\n/** Current status of migration */\nexport enum KnownMigrationStatus {\n /** Invalid */\n Invalid = \"Invalid\",\n /** SubmittedForConversion */\n SubmittedForConversion = \"SubmittedForConversion\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Complete */\n Complete = \"Complete\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Current status of migration \\\n * {@link KnownMigrationStatus} can be used interchangeably with MigrationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **SubmittedForConversion** \\\n * **InProgress** \\\n * **Complete** \\\n * **Failed**\n */\nexport type MigrationStatus = string;\n\n/** Known values of {@link MigrationName} that the service accepts. */\nexport enum KnownMigrationName {\n /** default */\n Default = \"default\",\n}\n\n/** Type of MigrationName */\nexport type MigrationName = string;\n\n/** Properties of the file share, including Id, resource name, resource type, Etag. */\nexport interface FileShare extends ProxyResource {\n /** Resource Etag. */\n readonly etag?: string;\n /** Returns the date and time the share was last modified. */\n readonly lastModifiedTime?: Date;\n /** A name-value pair to associate with the share as metadata. */\n metadata?: Record<string, string>;\n /** The provisioned size of the share, in gibibytes. Must be greater than 0, and less than or equal to 5TB (5120). For Large File Shares, the maximum size is 102400. For file shares created under Files Provisioned v2 account type, please refer to the GetFileServiceUsage API response for the minimum and maximum allowed provisioned storage size. */\n shareQuota?: number;\n /** The provisioned IOPS of the share. This property is only for file shares created under Files Provisioned v2 account type. Please refer to the GetFileServiceUsage API response for the minimum and maximum allowed value for provisioned IOPS. */\n provisionedIops?: number;\n /** The provisioned bandwidth of the share, in mebibytes per second. This property is only for file shares created under Files Provisioned v2 account type. Please refer to the GetFileServiceUsage API response for the minimum and maximum allowed value for provisioned bandwidth. */\n provisionedBandwidthMibps?: number;\n /** The calculated burst IOPS of the share. This property is only for file shares created under Files Provisioned v2 account type. */\n readonly includedBurstIops?: number;\n /** The calculated maximum burst credits for the share. This property is only for file shares created under Files Provisioned v2 account type. */\n readonly maxBurstCreditsForIops?: number;\n /** Returns the next allowed provisioned storage size downgrade time for the share. This property is only for file shares created under Files Provisioned v1 SSD and Files Provisioned v2 account type */\n readonly nextAllowedQuotaDowngradeTime?: Date;\n /** Returns the next allowed provisioned IOPS downgrade time for the share. This property is only for file shares created under Files Provisioned v2 account type. */\n readonly nextAllowedProvisionedIopsDowngradeTime?: Date;\n /** Returns the next allowed provisioned bandwidth downgrade time for the share. This property is only for file shares created under Files Provisioned v2 account type. */\n readonly nextAllowedProvisionedBandwidthDowngradeTime?: Date;\n /** The authentication protocol that is used for the file share. Can only be specified when creating a share. */\n enabledProtocols?: EnabledProtocols;\n /** The property is for NFS share only. The default is NoRootSquash. */\n rootSquash?: RootSquashType;\n /** The version of the share. */\n readonly version?: string;\n /** Indicates whether the share was deleted. */\n readonly deleted?: boolean;\n /** The deleted time if the share was deleted. */\n readonly deletedTime?: Date;\n /** Remaining retention days for share that was soft deleted. */\n readonly remainingRetentionDays?: number;\n /** Access tier for specific share. GpV2 account can choose between TransactionOptimized (default), Hot, and Cool. FileStorage account can choose Premium. */\n accessTier?: ShareAccessTier;\n /** Indicates the last modification time for share access tier. */\n readonly accessTierChangeTime?: Date;\n /** Indicates if there is a pending transition for access tier. */\n readonly accessTierStatus?: string;\n /** The approximate size of the data stored on the share. Note that this value may not include all recently created or recently resized files. */\n readonly shareUsageBytes?: number;\n /** The lease status of the share. */\n readonly leaseStatus?: LeaseStatus;\n /** Lease state of the share. */\n readonly leaseState?: LeaseState;\n /** Specifies whether the lease on a share is of infinite or fixed duration, only when the share is leased. */\n readonly leaseDuration?: LeaseDuration;\n /** List of stored access policies specified on the share. */\n signedIdentifiers?: SignedIdentifier[];\n /** Creation time of share snapshot returned in the response of list shares with expand param \"snapshots\". */\n readonly snapshotTime?: Date;\n /** File Share Paid Bursting properties. */\n fileSharePaidBursting?: FileSharePropertiesFileSharePaidBursting;\n}\n\nexport function fileShareSerializer(item: FileShare): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"metadata\",\n \"shareQuota\",\n \"provisionedIops\",\n \"provisionedBandwidthMibps\",\n \"enabledProtocols\",\n \"rootSquash\",\n \"accessTier\",\n \"signedIdentifiers\",\n \"fileSharePaidBursting\",\n ])\n ? undefined\n : _fileSharePropertiesSerializer(item),\n };\n}\n\nexport function fileShareDeserializer(item: any): FileShare {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _fileSharePropertiesDeserializer(item[\"properties\"])),\n etag: item[\"etag\"],\n };\n}\n\n/** The properties of the file share. */\nexport interface FileShareProperties {\n /** Returns the date and time the share was last modified. */\n readonly lastModifiedTime?: Date;\n /** A name-value pair to associate with the share as metadata. */\n metadata?: Record<string, string>;\n /** The provisioned size of the share, in gibibytes. Must be greater than 0, and less than or equal to 5TB (5120). For Large File Shares, the maximum size is 102400. For file shares created under Files Provisioned v2 account type, please refer to the GetFileServiceUsage API response for the minimum and maximum allowed provisioned storage size. */\n shareQuota?: number;\n /** The provisioned IOPS of the share. This property is only for file shares created under Files Provisioned v2 account type. Please refer to the GetFileServiceUsage API response for the minimum and maximum allowed value for provisioned IOPS. */\n provisionedIops?: number;\n /** The provisioned bandwidth of the share, in mebibytes per second. This property is only for file shares created under Files Provisioned v2 account type. Please refer to the GetFileServiceUsage API response for the minimum and maximum allowed value for provisioned bandwidth. */\n provisionedBandwidthMibps?: number;\n /** The calculated burst IOPS of the share. This property is only for file shares created under Files Provisioned v2 account type. */\n readonly includedBurstIops?: number;\n /** The calculated maximum burst credits for the share. This property is only for file shares created under Files Provisioned v2 account type. */\n readonly maxBurstCreditsForIops?: number;\n /** Returns the next allowed provisioned storage size downgrade time for the share. This property is only for file shares created under Files Provisioned v1 SSD and Files Provisioned v2 account type */\n readonly nextAllowedQuotaDowngradeTime?: Date;\n /** Returns the next allowed provisioned IOPS downgrade time for the share. This property is only for file shares created under Files Provisioned v2 account type. */\n readonly nextAllowedProvisionedIopsDowngradeTime?: Date;\n /** Returns the next allowed provisioned bandwidth downgrade time for the share. This property is only for file shares created under Files Provisioned v2 account type. */\n readonly nextAllowedProvisionedBandwidthDowngradeTime?: Date;\n /** The authentication protocol that is used for the file share. Can only be specified when creating a share. */\n enabledProtocols?: EnabledProtocols;\n /** The property is for NFS share only. The default is NoRootSquash. */\n rootSquash?: RootSquashType;\n /** The version of the share. */\n readonly version?: string;\n /** Indicates whether the share was deleted. */\n readonly deleted?: boolean;\n /** The deleted time if the share was deleted. */\n readonly deletedTime?: Date;\n /** Remaining retention days for share that was soft deleted. */\n readonly remainingRetentionDays?: number;\n /** Access tier for specific share. GpV2 account can choose between TransactionOptimized (default), Hot, and Cool. FileStorage account can choose Premium. */\n accessTier?: ShareAccessTier;\n /** Indicates the last modification time for share access tier. */\n readonly accessTierChangeTime?: Date;\n /** Indicates if there is a pending transition for access tier. */\n readonly accessTierStatus?: string;\n /** The approximate size of the data stored on the share. Note that this value may not include all recently created or recently resized files. */\n readonly shareUsageBytes?: number;\n /** The lease status of the share. */\n readonly leaseStatus?: LeaseStatus;\n /** Lease state of the share. */\n readonly leaseState?: LeaseState;\n /** Specifies whether the lease on a share is of infinite or fixed duration, only when the share is leased. */\n readonly leaseDuration?: LeaseDuration;\n /** List of stored access policies specified on the share. */\n signedIdentifiers?: SignedIdentifier[];\n /** Creation time of share snapshot returned in the response of list shares with expand param \"snapshots\". */\n readonly snapshotTime?: Date;\n /** File Share Paid Bursting properties. */\n fileSharePaidBursting?: FileSharePropertiesFileSharePaidBursting;\n}\n\nexport function fileSharePropertiesSerializer(item: FileShareProperties): any {\n return {\n metadata: item[\"metadata\"],\n shareQuota: item[\"shareQuota\"],\n provisionedIops: item[\"provisionedIops\"],\n provisionedBandwidthMibps: item[\"provisionedBandwidthMibps\"],\n enabledProtocols: item[\"enabledProtocols\"],\n rootSquash: item[\"rootSquash\"],\n accessTier: item[\"accessTier\"],\n signedIdentifiers: !item[\"signedIdentifiers\"]\n ? item[\"signedIdentifiers\"]\n : signedIdentifierArraySerializer(item[\"signedIdentifiers\"]),\n fileSharePaidBursting: !item[\"fileSharePaidBursting\"]\n ? item[\"fileSharePaidBursting\"]\n : fileSharePropertiesFileSharePaidBurstingSerializer(item[\"fileSharePaidBursting\"]),\n };\n}\n\nexport function fileSharePropertiesDeserializer(item: any): FileShareProperties {\n return {\n lastModifiedTime: !item[\"lastModifiedTime\"]\n ? item[\"lastModifiedTime\"]\n : new Date(item[\"lastModifiedTime\"]),\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n shareQuota: item[\"shareQuota\"],\n provisionedIops: item[\"provisionedIops\"],\n provisionedBandwidthMibps: item[\"provisionedBandwidthMibps\"],\n includedBurstIops: item[\"includedBurstIops\"],\n maxBurstCreditsForIops: item[\"maxBurstCreditsForIops\"],\n nextAllowedQuotaDowngradeTime: !item[\"nextAllowedQuotaDowngradeTime\"]\n ? item[\"nextAllowedQuotaDowngradeTime\"]\n : new Date(item[\"nextAllowedQuotaDowngradeTime\"]),\n nextAllowedProvisionedIopsDowngradeTime: !item[\"nextAllowedProvisionedIopsDowngradeTime\"]\n ? item[\"nextAllowedProvisionedIopsDowngradeTime\"]\n : new Date(item[\"nextAllowedProvisionedIopsDowngradeTime\"]),\n nextAllowedProvisionedBandwidthDowngradeTime: !item[\n \"nextAllowedProvisionedBandwidthDowngradeTime\"\n ]\n ? item[\"nextAllowedProvisionedBandwidthDowngradeTime\"]\n : new Date(item[\"nextAllowedProvisionedBandwidthDowngradeTime\"]),\n enabledProtocols: item[\"enabledProtocols\"],\n rootSquash: item[\"rootSquash\"],\n version: item[\"version\"],\n deleted: item[\"deleted\"],\n deletedTime: !item[\"deletedTime\"] ? item[\"deletedTime\"] : new Date(item[\"deletedTime\"]),\n remainingRetentionDays: item[\"remainingRetentionDays\"],\n accessTier: item[\"accessTier\"],\n accessTierChangeTime: !item[\"accessTierChangeTime\"]\n ? item[\"accessTierChangeTime\"]\n : new Date(item[\"accessTierChangeTime\"]),\n accessTierStatus: item[\"accessTierStatus\"],\n shareUsageBytes: item[\"shareUsageBytes\"],\n leaseStatus: item[\"leaseStatus\"],\n leaseState: item[\"leaseState\"],\n leaseDuration: item[\"leaseDuration\"],\n signedIdentifiers: !item[\"signedIdentifiers\"]\n ? item[\"signedIdentifiers\"]\n : signedIdentifierArrayDeserializer(item[\"signedIdentifiers\"]),\n snapshotTime: !item[\"snapshotTime\"] ? item[\"snapshotTime\"] : new Date(item[\"snapshotTime\"]),\n fileSharePaidBursting: !item[\"fileSharePaidBursting\"]\n ? item[\"fileSharePaidBursting\"]\n : fileSharePropertiesFileSharePaidBurstingDeserializer(item[\"fileSharePaidBursting\"]),\n };\n}\n\n/** The authentication protocol that is used for the file share. Can only be specified when creating a share. */\nexport enum KnownEnabledProtocols {\n /** SMB */\n SMB = \"SMB\",\n /** NFS */\n NFS = \"NFS\",\n}\n\n/**\n * The authentication protocol that is used for the file share. Can only be specified when creating a share. \\\n * {@link KnownEnabledProtocols} can be used interchangeably with EnabledProtocols,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SMB** \\\n * **NFS**\n */\nexport type EnabledProtocols = string;\n\n/** The property is for NFS share only. The default is NoRootSquash. */\nexport enum KnownRootSquashType {\n /** NoRootSquash */\n NoRootSquash = \"NoRootSquash\",\n /** RootSquash */\n RootSquash = \"RootSquash\",\n /** AllSquash */\n AllSquash = \"AllSquash\",\n}\n\n/**\n * The property is for NFS share only. The default is NoRootSquash. \\\n * {@link KnownRootSquashType} can be used interchangeably with RootSquashType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NoRootSquash** \\\n * **RootSquash** \\\n * **AllSquash**\n */\nexport type RootSquashType = string;\n\n/** Access tier for specific share. GpV2 account can choose between TransactionOptimized (default), Hot, and Cool. FileStorage account can choose Premium. */\nexport enum KnownShareAccessTier {\n /** TransactionOptimized */\n TransactionOptimized = \"TransactionOptimized\",\n /** Hot */\n Hot = \"Hot\",\n /** Cool */\n Cool = \"Cool\",\n /** Premium */\n Premium = \"Premium\",\n}\n\n/**\n * Access tier for specific share. GpV2 account can choose between TransactionOptimized (default), Hot, and Cool. FileStorage account can choose Premium. \\\n * {@link KnownShareAccessTier} can be used interchangeably with ShareAccessTier,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **TransactionOptimized** \\\n * **Hot** \\\n * **Cool** \\\n * **Premium**\n */\nexport type ShareAccessTier = string;\n\nexport function signedIdentifierArraySerializer(result: Array<SignedIdentifier>): any[] {\n return result.map((item) => {\n return signedIdentifierSerializer(item);\n });\n}\n\nexport function signedIdentifierArrayDeserializer(result: Array<SignedIdentifier>): any[] {\n return result.map((item) => {\n return signedIdentifierDeserializer(item);\n });\n}\n\n/** model interface SignedIdentifier */\nexport interface SignedIdentifier {\n /** An unique identifier of the stored access policy. */\n id?: string;\n /** Access policy */\n accessPolicy?: AccessPolicy;\n}\n\nexport function signedIdentifierSerializer(item: SignedIdentifier): any {\n return {\n id: item[\"id\"],\n accessPolicy: !item[\"accessPolicy\"]\n ? item[\"accessPolicy\"]\n : accessPolicySerializer(item[\"accessPolicy\"]),\n };\n}\n\nexport function signedIdentifierDeserializer(item: any): SignedIdentifier {\n return {\n id: item[\"id\"],\n accessPolicy: !item[\"accessPolicy\"]\n ? item[\"accessPolicy\"]\n : accessPolicyDeserializer(item[\"accessPolicy\"]),\n };\n}\n\n/** model interface AccessPolicy */\nexport interface AccessPolicy {\n /** Start time of the access policy */\n startTime?: Date;\n /** Expiry time of the access policy */\n expiryTime?: Date;\n /** List of abbreviated permissions. */\n permission?: string;\n}\n\nexport function accessPolicySerializer(item: AccessPolicy): any {\n return {\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : item[\"startTime\"].toISOString(),\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : item[\"expiryTime\"].toISOString(),\n permission: item[\"permission\"],\n };\n}\n\nexport function accessPolicyDeserializer(item: any): AccessPolicy {\n return {\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : new Date(item[\"expiryTime\"]),\n permission: item[\"permission\"],\n };\n}\n\n/** File Share Paid Bursting properties. */\nexport interface FileSharePropertiesFileSharePaidBursting {\n /** Indicates whether paid bursting is enabled for the share. This property is only for file shares created under Files Provisioned v1 SSD account type. */\n paidBurstingEnabled?: boolean;\n /** The maximum paid bursting IOPS for the share. This property is only for file shares created under Files Provisioned v1 SSD account type. The maximum allowed value is 102400 which is the maximum allowed IOPS for a share. */\n paidBurstingMaxIops?: number;\n /** The maximum paid bursting bandwidth for the share, in mebibytes per second. This property is only for file shares created under Files Provisioned v1 SSD account type. The maximum allowed value is 10340 which is the maximum allowed bandwidth for a share. */\n paidBurstingMaxBandwidthMibps?: number;\n}\n\nexport function fileSharePropertiesFileSharePaidBurstingSerializer(\n item: FileSharePropertiesFileSharePaidBursting,\n): any {\n return {\n paidBurstingEnabled: item[\"paidBurstingEnabled\"],\n paidBurstingMaxIops: item[\"paidBurstingMaxIops\"],\n paidBurstingMaxBandwidthMibps: item[\"paidBurstingMaxBandwidthMibps\"],\n };\n}\n\nexport function fileSharePropertiesFileSharePaidBurstingDeserializer(\n item: any,\n): FileSharePropertiesFileSharePaidBursting {\n return {\n paidBurstingEnabled: item[\"paidBurstingEnabled\"],\n paidBurstingMaxIops: item[\"paidBurstingMaxIops\"],\n paidBurstingMaxBandwidthMibps: item[\"paidBurstingMaxBandwidthMibps\"],\n };\n}\n\n/** The deleted share to be restored. */\nexport interface DeletedShare {\n /** Required. Identify the name of the deleted share that will be restored. */\n deletedShareName: string;\n /** Required. Identify the version of the deleted share that will be restored. */\n deletedShareVersion: string;\n}\n\nexport function deletedShareSerializer(item: DeletedShare): any {\n return {\n deletedShareName: item[\"deletedShareName\"],\n deletedShareVersion: item[\"deletedShareVersion\"],\n };\n}\n\n/** Lease Share request schema. */\nexport interface LeaseShareRequest {\n /** Specifies the lease action. Can be one of the available actions. */\n action: LeaseShareAction;\n /** Identifies the lease. Can be specified in any valid GUID string format. */\n leaseId?: string;\n /** Optional. For a break action, proposed duration the lease should continue before it is broken, in seconds, between 0 and 60. */\n breakPeriod?: number;\n /** Required for acquire. Specifies the duration of the lease, in seconds, or negative one (-1) for a lease that never expires. */\n leaseDuration?: number;\n /** Optional for acquire, required for change. Proposed lease ID, in a GUID string format. */\n proposedLeaseId?: string;\n}\n\nexport function leaseShareRequestSerializer(item: LeaseShareRequest): any {\n return {\n action: item[\"action\"],\n leaseId: item[\"leaseId\"],\n breakPeriod: item[\"breakPeriod\"],\n leaseDuration: item[\"leaseDuration\"],\n proposedLeaseId: item[\"proposedLeaseId\"],\n };\n}\n\n/** Specifies the lease action. Can be one of the available actions. */\nexport enum KnownLeaseShareAction {\n /** Acquire */\n Acquire = \"Acquire\",\n /** Renew */\n Renew = \"Renew\",\n /** Change */\n Change = \"Change\",\n /** Release */\n Release = \"Release\",\n /** Break */\n Break = \"Break\",\n}\n\n/**\n * Specifies the lease action. Can be one of the available actions. \\\n * {@link KnownLeaseShareAction} can be used interchangeably with LeaseShareAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Acquire** \\\n * **Renew** \\\n * **Change** \\\n * **Release** \\\n * **Break**\n */\nexport type LeaseShareAction = string;\n\n/** Lease Share response schema. */\nexport interface LeaseShareResponse {\n /** Returned unique lease ID that must be included with any request to delete the share, or to renew, change, or release the lease. */\n leaseId?: string;\n /** Approximate time remaining in the lease period, in seconds. */\n leaseTimeSeconds?: string;\n}\n\nexport function leaseShareResponseDeserializer(item: any): LeaseShareResponse {\n return {\n leaseId: item[\"leaseId\"],\n leaseTimeSeconds: item[\"leaseTimeSeconds\"],\n };\n}\n\n/** Response schema. Contains list of shares returned, and if paging is requested or required, a URL to next page of shares. */\nexport interface _FileShareItems {\n /** The FileShareItem items on this page */\n readonly value: FileShareItem[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _fileShareItemsDeserializer(item: any): _FileShareItems {\n return {\n value: fileShareItemArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function fileShareItemArrayDeserializer(result: Array<FileShareItem>): any[] {\n return result.map((item) => {\n return fileShareItemDeserializer(item);\n });\n}\n\n/** The file share properties be listed out. */\nexport interface FileShareItem extends AzureEntityResource {\n /** Returns the date and time the share was last modified. */\n readonly lastModifiedTime?: Date;\n /** A name-value pair to associate with the share as metadata. */\n metadata?: Record<string, string>;\n /** The provisioned size of the share, in gibibytes. Must be greater than 0, and less than or equal to 5TB (5120). For Large File Shares, the maximum size is 102400. For file shares created under Files Provisioned v2 account type, please refer to the GetFileServiceUsage API response for the minimum and maximum allowed provisioned storage size. */\n shareQuota?: number;\n /** The provisioned IOPS of the share. This property is only for file shares created under Files Provisioned v2 account type. Please refer to the GetFileServiceUsage API response for the minimum and maximum allowed value for provisioned IOPS. */\n provisionedIops?: number;\n /** The provisioned bandwidth of the share, in mebibytes per second. This property is only for file shares created under Files Provisioned v2 account type. Please refer to the GetFileServiceUsage API response for the minimum and maximum allowed value for provisioned bandwidth. */\n provisionedBandwidthMibps?: number;\n /** The calculated burst IOPS of the share. This property is only for file shares created under Files Provisioned v2 account type. */\n readonly includedBurstIops?: number;\n /** The calculated maximum burst credits for the share. This property is only for file shares created under Files Provisioned v2 account type. */\n readonly maxBurstCreditsForIops?: number;\n /** Returns the next allowed provisioned storage size downgrade time for the share. This property is only for file shares created under Files Provisioned v1 SSD and Files Provisioned v2 account type */\n readonly nextAllowedQuotaDowngradeTime?: Date;\n /** Returns the next allowed provisioned IOPS downgrade time for the share. This property is only for file shares created under Files Provisioned v2 account type. */\n readonly nextAllowedProvisionedIopsDowngradeTime?: Date;\n /** Returns the next allowed provisioned bandwidth downgrade time for the share. This property is only for file shares created under Files Provisioned v2 account type. */\n readonly nextAllowedProvisionedBandwidthDowngradeTime?: Date;\n /** The authentication protocol that is used for the file share. Can only be specified when creating a share. */\n enabledProtocols?: EnabledProtocols;\n /** The property is for NFS share only. The default is NoRootSquash. */\n rootSquash?: RootSquashType;\n /** The version of the share. */\n readonly version?: string;\n /** Indicates whether the share was deleted. */\n readonly deleted?: boolean;\n /** The deleted time if the share was deleted. */\n readonly deletedTime?: Date;\n /** Remaining retention days for share that was soft deleted. */\n readonly remainingRetentionDays?: number;\n /** Access tier for specific share. GpV2 account can choose between TransactionOptimized (default), Hot, and Cool. FileStorage account can choose Premium. */\n accessTier?: ShareAccessTier;\n /** Indicates the last modification time for share access tier. */\n readonly accessTierChangeTime?: Date;\n /** Indicates if there is a pending transition for access tier. */\n readonly accessTierStatus?: string;\n /** The approximate size of the data stored on the share. Note that this value may not include all recently created or recently resized files. */\n readonly shareUsageBytes?: number;\n /** The lease status of the share. */\n readonly leaseStatus?: LeaseStatus;\n /** Lease state of the share. */\n readonly leaseState?: LeaseState;\n /** Specifies whether the lease on a share is of infinite or fixed duration, only when the share is leased. */\n readonly leaseDuration?: LeaseDuration;\n /** List of stored access policies specified on the share. */\n signedIdentifiers?: SignedIdentifier[];\n /** Creation time of share snapshot returned in the response of list shares with expand param \"snapshots\". */\n readonly snapshotTime?: Date;\n /** File Share Paid Bursting properties. */\n fileSharePaidBursting?: FileSharePropertiesFileSharePaidBursting;\n}\n\nexport function fileShareItemDeserializer(item: any): FileShareItem {\n return {\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _fileShareItemPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** The properties of File services in storage account. */\nexport interface FileServiceProperties extends ProxyResource {\n /** Sku name and tier. */\n readonly sku?: Sku;\n /** Specifies CORS rules for the File service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the File service. */\n cors?: CorsRules;\n /** The file service properties for share soft delete. */\n shareDeleteRetentionPolicy?: DeleteRetentionPolicy;\n /** Protocol settings for file service */\n protocolSettings?: ProtocolSettings;\n}\n\nexport function fileServicePropertiesSerializer(item: FileServiceProperties): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"cors\",\n \"shareDeleteRetentionPolicy\",\n \"protocolSettings\",\n ])\n ? undefined\n : _fileServicePropertiesPropertiesSerializer(item),\n };\n}\n\nexport function fileServicePropertiesDeserializer(item: any): FileServiceProperties {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _fileServicePropertiesPropertiesDeserializer(item[\"properties\"])),\n sku: !item[\"sku\"] ? item[\"sku\"] : skuDeserializer(item[\"sku\"]),\n };\n}\n\n/** The properties of File services in storage account. */\nexport interface FileServicePropertiesProperties {\n /** Specifies CORS rules for the File service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the File service. */\n cors?: CorsRules;\n /** The file service properties for share soft delete. */\n shareDeleteRetentionPolicy?: DeleteRetentionPolicy;\n /** Protocol settings for file service */\n protocolSettings?: ProtocolSettings;\n}\n\nexport function fileServicePropertiesPropertiesSerializer(\n item: FileServicePropertiesProperties,\n): any {\n return {\n cors: !item[\"cors\"] ? item[\"cors\"] : corsRulesSerializer(item[\"cors\"]),\n shareDeleteRetentionPolicy: !item[\"shareDeleteRetentionPolicy\"]\n ? item[\"shareDeleteRetentionPolicy\"]\n : deleteRetentionPolicySerializer(item[\"shareDeleteRetentionPolicy\"]),\n protocolSettings: !item[\"protocolSettings\"]\n ? item[\"protocolSettings\"]\n : protocolSettingsSerializer(item[\"protocolSettings\"]),\n };\n}\n\nexport function fileServicePropertiesPropertiesDeserializer(\n item: any,\n): FileServicePropertiesProperties {\n return {\n cors: !item[\"cors\"] ? item[\"cors\"] : corsRulesDeserializer(item[\"cors\"]),\n shareDeleteRetentionPolicy: !item[\"shareDeleteRetentionPolicy\"]\n ? item[\"shareDeleteRetentionPolicy\"]\n : deleteRetentionPolicyDeserializer(item[\"shareDeleteRetentionPolicy\"]),\n protocolSettings: !item[\"protocolSettings\"]\n ? item[\"protocolSettings\"]\n : protocolSettingsDeserializer(item[\"protocolSettings\"]),\n };\n}\n\n/** Protocol settings for file service */\nexport interface ProtocolSettings {\n /** Setting for SMB protocol */\n smb?: SmbSetting;\n /** Setting for NFS protocol */\n nfs?: NfsSetting;\n}\n\nexport function protocolSettingsSerializer(item: ProtocolSettings): any {\n return {\n smb: !item[\"smb\"] ? item[\"smb\"] : smbSettingSerializer(item[\"smb\"]),\n nfs: !item[\"nfs\"] ? item[\"nfs\"] : nfsSettingSerializer(item[\"nfs\"]),\n };\n}\n\nexport function protocolSettingsDeserializer(item: any): ProtocolSettings {\n return {\n smb: !item[\"smb\"] ? item[\"smb\"] : smbSettingDeserializer(item[\"smb\"]),\n nfs: !item[\"nfs\"] ? item[\"nfs\"] : nfsSettingDeserializer(item[\"nfs\"]),\n };\n}\n\n/** Setting for SMB protocol */\nexport interface SmbSetting {\n /** Multichannel setting. Applies to Premium FileStorage only. */\n multichannel?: Multichannel;\n /** SMB protocol versions supported by server. Valid values are SMB2.1, SMB3.0, SMB3.1.1. Should be passed as a string with delimiter ';'. */\n versions?: string;\n /** SMB authentication methods supported by server. Valid values are NTLMv2, Kerberos. Should be passed as a string with delimiter ';'. */\n authenticationMethods?: string;\n /** Kerberos ticket encryption supported by server. Valid values are RC4-HMAC, AES-256. Should be passed as a string with delimiter ';' */\n kerberosTicketEncryption?: string;\n /** SMB channel encryption supported by server. Valid values are AES-128-CCM, AES-128-GCM, AES-256-GCM. Should be passed as a string with delimiter ';'. */\n channelEncryption?: string;\n /** Encryption in transit setting. */\n encryptionInTransit?: EncryptionInTransit;\n}\n\nexport function smbSettingSerializer(item: SmbSetting): any {\n return {\n multichannel: !item[\"multichannel\"]\n ? item[\"multichannel\"]\n : multichannelSerializer(item[\"multichannel\"]),\n versions: item[\"versions\"],\n authenticationMethods: item[\"authenticationMethods\"],\n kerberosTicketEncryption: item[\"kerberosTicketEncryption\"],\n channelEncryption: item[\"channelEncryption\"],\n encryptionInTransit: !item[\"encryptionInTransit\"]\n ? item[\"encryptionInTransit\"]\n : encryptionInTransitSerializer(item[\"encryptionInTransit\"]),\n };\n}\n\nexport function smbSettingDeserializer(item: any): SmbSetting {\n return {\n multichannel: !item[\"multichannel\"]\n ? item[\"multichannel\"]\n : multichannelDeserializer(item[\"multichannel\"]),\n versions: item[\"versions\"],\n authenticationMethods: item[\"authenticationMethods\"],\n kerberosTicketEncryption: item[\"kerberosTicketEncryption\"],\n channelEncryption: item[\"channelEncryption\"],\n encryptionInTransit: !item[\"encryptionInTransit\"]\n ? item[\"encryptionInTransit\"]\n : encryptionInTransitDeserializer(item[\"encryptionInTransit\"]),\n };\n}\n\n/** Multichannel setting. Applies to Premium FileStorage only. */\nexport interface Multichannel {\n /** Indicates whether multichannel is enabled */\n enabled?: boolean;\n}\n\nexport function multichannelSerializer(item: Multichannel): any {\n return { enabled: item[\"enabled\"] };\n}\n\nexport function multichannelDeserializer(item: any): Multichannel {\n return {\n enabled: item[\"enabled\"],\n };\n}\n\n/** Encryption in transit setting. */\nexport interface EncryptionInTransit {\n /** Indicates whether encryption in transit is required */\n required?: boolean;\n}\n\nexport function encryptionInTransitSerializer(item: EncryptionInTransit): any {\n return { required: item[\"required\"] };\n}\n\nexport function encryptionInTransitDeserializer(item: any): EncryptionInTransit {\n return {\n required: item[\"required\"],\n };\n}\n\n/** Setting for NFS protocol */\nexport interface NfsSetting {\n /** Encryption in transit setting. */\n encryptionInTransit?: EncryptionInTransit;\n}\n\nexport function nfsSettingSerializer(item: NfsSetting): any {\n return {\n encryptionInTransit: !item[\"encryptionInTransit\"]\n ? item[\"encryptionInTransit\"]\n : encryptionInTransitSerializer(item[\"encryptionInTransit\"]),\n };\n}\n\nexport function nfsSettingDeserializer(item: any): NfsSetting {\n return {\n encryptionInTransit: !item[\"encryptionInTransit\"]\n ? item[\"encryptionInTransit\"]\n : encryptionInTransitDeserializer(item[\"encryptionInTransit\"]),\n };\n}\n\n/** model interface FileServiceItems */\nexport interface FileServiceItems {\n /** List of file services returned. */\n readonly value?: FileServiceProperties[];\n}\n\nexport function fileServiceItemsDeserializer(item: any): FileServiceItems {\n return {\n value: !item[\"value\"] ? item[\"value\"] : fileServicePropertiesArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function fileServicePropertiesArraySerializer(result: Array<FileServiceProperties>): any[] {\n return result.map((item) => {\n return fileServicePropertiesSerializer(item);\n });\n}\n\nexport function fileServicePropertiesArrayDeserializer(\n result: Array<FileServiceProperties>,\n): any[] {\n return result.map((item) => {\n return fileServicePropertiesDeserializer(item);\n });\n}\n\n/** The usage of file service in storage account. */\nexport interface FileServiceUsage extends ProxyResource {\n /** File service usage in storage account including account limits, file share limits and constants used in recommendations and bursting formula. */\n properties?: FileServiceUsageProperties;\n}\n\nexport function fileServiceUsageDeserializer(item: any): FileServiceUsage {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : fileServiceUsagePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** File service usage in storage account including account limits, file share limits and constants used in recommendations and bursting formula. */\nexport interface FileServiceUsageProperties {\n /** Maximum provisioned storage, IOPS, bandwidth and number of file shares limits for the storage account. */\n readonly storageAccountLimits?: AccountLimits;\n /** Minimum and maximum provisioned storage, IOPS and bandwidth limits for a file share in the storage account. */\n readonly fileShareLimits?: FileShareLimits;\n /** Constants used for calculating recommended provisioned IOPS and bandwidth for a file share in the storage account. */\n readonly fileShareRecommendations?: FileShareRecommendations;\n /** Constants used for calculating included burst IOPS and maximum burst credits for IOPS for a file share in the storage account. */\n readonly burstingConstants?: BurstingConstants;\n /** Usage of provisioned storage, IOPS, bandwidth and number of file shares across all live shares and soft-deleted shares in the account. */\n readonly storageAccountUsage?: AccountUsage;\n}\n\nexport function fileServiceUsagePropertiesDeserializer(item: any): FileServiceUsageProperties {\n return {\n storageAccountLimits: !item[\"storageAccountLimits\"]\n ? item[\"storageAccountLimits\"]\n : accountLimitsDeserializer(item[\"storageAccountLimits\"]),\n fileShareLimits: !item[\"fileShareLimits\"]\n ? item[\"fileShareLimits\"]\n : fileShareLimitsDeserializer(item[\"fileShareLimits\"]),\n fileShareRecommendations: !item[\"fileShareRecommendations\"]\n ? item[\"fileShareRecommendations\"]\n : fileShareRecommendationsDeserializer(item[\"fileShareRecommendations\"]),\n burstingConstants: !item[\"burstingConstants\"]\n ? item[\"burstingConstants\"]\n : burstingConstantsDeserializer(item[\"burstingConstants\"]),\n storageAccountUsage: !item[\"storageAccountUsage\"]\n ? item[\"storageAccountUsage\"]\n : accountUsageDeserializer(item[\"storageAccountUsage\"]),\n };\n}\n\n/** Maximum provisioned storage, IOPS, bandwidth and number of file shares limits for the storage account. */\nexport interface AccountLimits {\n /** The maximum number of file shares limit for the storage account. */\n readonly maxFileShares?: number;\n /** The maximum provisioned storage quota limit in gibibytes for the storage account. */\n readonly maxProvisionedStorageGiB?: number;\n /** The maximum provisioned IOPS limit for the storage account. */\n readonly maxProvisionedIops?: number;\n /** The maximum provisioned bandwidth limit in mebibytes per second for the storage account. */\n readonly maxProvisionedBandwidthMiBPerSec?: number;\n}\n\nexport function accountLimitsDeserializer(item: any): AccountLimits {\n return {\n maxFileShares: item[\"maxFileShares\"],\n maxProvisionedStorageGiB: item[\"maxProvisionedStorageGiB\"],\n maxProvisionedIops: item[\"maxProvisionedIOPS\"],\n maxProvisionedBandwidthMiBPerSec: item[\"maxProvisionedBandwidthMiBPerSec\"],\n };\n}\n\n/** Minimum and maximum provisioned storage, IOPS and bandwidth limits for a file share in the storage account. */\nexport interface FileShareLimits {\n /** The minimum provisioned storage quota limit in gibibytes for a file share in the storage account. */\n readonly minProvisionedStorageGiB?: number;\n /** The maximum provisioned storage quota limit in gibibytes for a file share in the storage account. */\n readonly maxProvisionedStorageGiB?: number;\n /** The minimum provisioned IOPS limit for a file share in the storage account. */\n readonly minProvisionedIops?: number;\n /** The maximum provisioned IOPS limit for a file share in the storage account. */\n readonly maxProvisionedIops?: number;\n /** The minimum provisioned bandwidth limit in mebibytes per second for a file share in the storage account. */\n readonly minProvisionedBandwidthMiBPerSec?: number;\n /** The maximum provisioned bandwidth limit in mebibytes per second for a file share in the storage account. */\n readonly maxProvisionedBandwidthMiBPerSec?: number;\n}\n\nexport function fileShareLimitsDeserializer(item: any): FileShareLimits {\n return {\n minProvisionedStorageGiB: item[\"minProvisionedStorageGiB\"],\n maxProvisionedStorageGiB: item[\"maxProvisionedStorageGiB\"],\n minProvisionedIops: item[\"minProvisionedIOPS\"],\n maxProvisionedIops: item[\"maxProvisionedIOPS\"],\n minProvisionedBandwidthMiBPerSec: item[\"minProvisionedBandwidthMiBPerSec\"],\n maxProvisionedBandwidthMiBPerSec: item[\"maxProvisionedBandwidthMiBPerSec\"],\n };\n}\n\n/** Constants used for calculating recommended provisioned IOPS and bandwidth for a file share in the storage account. */\nexport interface FileShareRecommendations {\n /** The base IOPS in the file share provisioned IOPS recommendation formula. */\n readonly baseIops?: number;\n /** The scalar for IO in the file share provisioned IOPS recommendation formula. */\n readonly ioScalar?: number;\n /** The base bandwidth in the file share provisioned bandwidth recommendation formula. */\n readonly baseBandwidthMiBPerSec?: number;\n /** The scalar for bandwidth in the file share provisioned bandwidth recommendation formula. */\n readonly bandwidthScalar?: number;\n}\n\nexport function fileShareRecommendationsDeserializer(item: any): FileShareRecommendations {\n return {\n baseIops: item[\"baseIOPS\"],\n ioScalar: item[\"ioScalar\"],\n baseBandwidthMiBPerSec: item[\"baseBandwidthMiBPerSec\"],\n bandwidthScalar: item[\"bandwidthScalar\"],\n };\n}\n\n/** Constants used for calculating included burst IOPS and maximum burst credits for IOPS for a file share in the storage account. */\nexport interface BurstingConstants {\n /** The guaranteed floor of burst IOPS for small file shares. */\n readonly burstFloorIops?: number;\n /** The scalar against provisioned IOPS in the file share included burst IOPS formula. */\n readonly burstIOScalar?: number;\n /** The time frame for bursting in seconds in the file share maximum burst credits for IOPS formula. */\n readonly burstTimeframeSeconds?: number;\n}\n\nexport function burstingConstantsDeserializer(item: any): BurstingConstants {\n return {\n burstFloorIops: item[\"burstFloorIOPS\"],\n burstIOScalar: item[\"burstIOScalar\"],\n burstTimeframeSeconds: item[\"burstTimeframeSeconds\"],\n };\n}\n\n/** Usage of provisioned storage, IOPS, bandwidth and number of file shares across all live shares and soft-deleted shares in the account. */\nexport interface AccountUsage {\n /** Usage of provisioned storage, IOPS, bandwidth and number of file shares across all live shares or soft-deleted shares in the account. */\n liveShares?: AccountUsageElements;\n /** Usage of provisioned storage, IOPS, bandwidth and number of file shares across all live shares or soft-deleted shares in the account. */\n softDeletedShares?: AccountUsageElements;\n}\n\nexport function accountUsageDeserializer(item: any): AccountUsage {\n return {\n liveShares: !item[\"liveShares\"]\n ? item[\"liveShares\"]\n : accountUsageElementsDeserializer(item[\"liveShares\"]),\n softDeletedShares: !item[\"softDeletedShares\"]\n ? item[\"softDeletedShares\"]\n : accountUsageElementsDeserializer(item[\"softDeletedShares\"]),\n };\n}\n\n/** Usage of provisioned storage, IOPS, bandwidth and number of file shares across all live shares or soft-deleted shares in the account. */\nexport interface AccountUsageElements {\n /** The total number of file shares. */\n readonly fileShareCount?: number;\n /** The total provisioned storage quota in gibibytes. */\n readonly provisionedStorageGiB?: number;\n /** The total provisioned IOPS. */\n readonly provisionedIops?: number;\n /** The total provisioned bandwidth in mebibytes per second. */\n readonly provisionedBandwidthMiBPerSec?: number;\n}\n\nexport function accountUsageElementsDeserializer(item: any): AccountUsageElements {\n return {\n fileShareCount: item[\"fileShareCount\"],\n provisionedStorageGiB: item[\"provisionedStorageGiB\"],\n provisionedIops: item[\"provisionedIOPS\"],\n provisionedBandwidthMiBPerSec: item[\"provisionedBandwidthMiBPerSec\"],\n };\n}\n\n/** List file service usages schema. */\nexport interface _FileServiceUsages {\n /** The FileServiceUsage items on this page */\n readonly value: FileServiceUsage[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _fileServiceUsagesDeserializer(item: any): _FileServiceUsages {\n return {\n value: fileServiceUsageArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function fileServiceUsageArrayDeserializer(result: Array<FileServiceUsage>): any[] {\n return result.map((item) => {\n return fileServiceUsageDeserializer(item);\n });\n}\n\n/** The properties of a storage account\u2019s Queue service. */\nexport interface QueueServiceProperties extends ProxyResource {\n /** Specifies CORS rules for the Queue service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Queue service. */\n cors?: CorsRules;\n}\n\nexport function queueServicePropertiesSerializer(item: QueueServiceProperties): any {\n return {\n properties: areAllPropsUndefined(item, [\"cors\"])\n ? undefined\n : _queueServicePropertiesPropertiesSerializer(item),\n };\n}\n\nexport function queueServicePropertiesDeserializer(item: any): QueueServiceProperties {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _queueServicePropertiesPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** The properties of a storage account\u2019s Queue service. */\nexport interface QueueServicePropertiesProperties {\n /** Specifies CORS rules for the Queue service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Queue service. */\n cors?: CorsRules;\n}\n\nexport function queueServicePropertiesPropertiesSerializer(\n item: QueueServicePropertiesProperties,\n): any {\n return { cors: !item[\"cors\"] ? item[\"cors\"] : corsRulesSerializer(item[\"cors\"]) };\n}\n\nexport function queueServicePropertiesPropertiesDeserializer(\n item: any,\n): QueueServicePropertiesProperties {\n return {\n cors: !item[\"cors\"] ? item[\"cors\"] : corsRulesDeserializer(item[\"cors\"]),\n };\n}\n\n/** model interface ListQueueServices */\nexport interface ListQueueServices {\n /** List of queue services returned. */\n readonly value?: QueueServiceProperties[];\n}\n\nexport function listQueueServicesDeserializer(item: any): ListQueueServices {\n return {\n value: !item[\"value\"] ? item[\"value\"] : queueServicePropertiesArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function queueServicePropertiesArraySerializer(\n result: Array<QueueServiceProperties>,\n): any[] {\n return result.map((item) => {\n return queueServicePropertiesSerializer(item);\n });\n}\n\nexport function queueServicePropertiesArrayDeserializer(\n result: Array<QueueServiceProperties>,\n): any[] {\n return result.map((item) => {\n return queueServicePropertiesDeserializer(item);\n });\n}\n\n/** Deleted storage account */\nexport interface DeletedAccount extends ProxyResource {\n /** Full resource id of the original storage account. */\n readonly storageAccountResourceId?: string;\n /** Location of the deleted account. */\n readonly location?: string;\n /** Can be used to attempt recovering this deleted account via PutStorageAccount API. */\n readonly restoreReference?: string;\n /** Creation time of the deleted account. */\n readonly creationTime?: string;\n /** Deletion time of the deleted account. */\n readonly deletionTime?: string;\n}\n\nexport function deletedAccountDeserializer(item: any): DeletedAccount {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _deletedAccountPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Attributes of a deleted storage account. */\nexport interface DeletedAccountProperties {\n /** Full resource id of the original storage account. */\n readonly storageAccountResourceId?: string;\n /** Location of the deleted account. */\n readonly location?: string;\n /** Can be used to attempt recovering this deleted account via PutStorageAccount API. */\n readonly restoreReference?: string;\n /** Creation time of the deleted account. */\n readonly creationTime?: string;\n /** Deletion time of the deleted account. */\n readonly deletionTime?: string;\n}\n\nexport function deletedAccountPropertiesDeserializer(item: any): DeletedAccountProperties {\n return {\n storageAccountResourceId: item[\"storageAccountResourceId\"],\n location: item[\"location\"],\n restoreReference: item[\"restoreReference\"],\n creationTime: item[\"creationTime\"],\n deletionTime: item[\"deletionTime\"],\n };\n}\n\n/** The response of a DeletedAccount list operation. */\nexport interface _DeletedAccountListResult {\n /** The DeletedAccount items on this page */\n value: DeletedAccount[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _deletedAccountListResultDeserializer(item: any): _DeletedAccountListResult {\n return {\n value: deletedAccountArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function deletedAccountArrayDeserializer(result: Array<DeletedAccount>): any[] {\n return result.map((item) => {\n return deletedAccountDeserializer(item);\n });\n}\n\n/** The Get Storage Account ManagementPolicies operation response. */\nexport interface ManagementPolicy extends ProxyResource {\n /** Returns the date and time the ManagementPolicies was last modified. */\n readonly lastModifiedTime?: Date;\n /** The Storage Account ManagementPolicy, in JSON format. See more details in: https://learn.microsoft.com/azure/storage/blobs/lifecycle-management-overview. */\n policy?: ManagementPolicySchema;\n}\n\nexport function managementPolicySerializer(item: ManagementPolicy): any {\n return {\n properties: areAllPropsUndefined(item, [\"policy\"])\n ? undefined\n : _managementPolicyPropertiesSerializer(item),\n };\n}\n\nexport function managementPolicyDeserializer(item: any): ManagementPolicy {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _managementPolicyPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** The Storage Account ManagementPolicy properties. */\nexport interface ManagementPolicyProperties {\n /** Returns the date and time the ManagementPolicies was last modified. */\n readonly lastModifiedTime?: Date;\n /** The Storage Account ManagementPolicy, in JSON format. See more details in: https://learn.microsoft.com/azure/storage/blobs/lifecycle-management-overview. */\n policy: ManagementPolicySchema;\n}\n\nexport function managementPolicyPropertiesSerializer(item: ManagementPolicyProperties): any {\n return { policy: managementPolicySchemaSerializer(item[\"policy\"]) };\n}\n\nexport function managementPolicyPropertiesDeserializer(item: any): ManagementPolicyProperties {\n return {\n lastModifiedTime: !item[\"lastModifiedTime\"]\n ? item[\"lastModifiedTime\"]\n : new Date(item[\"lastModifiedTime\"]),\n policy: managementPolicySchemaDeserializer(item[\"policy\"]),\n };\n}\n\n/** The Storage Account ManagementPolicies Rules. See more details in: https://learn.microsoft.com/azure/storage/blobs/lifecycle-management-overview. */\nexport interface ManagementPolicySchema {\n /** The Storage Account ManagementPolicies Rules. See more details in: https://learn.microsoft.com/azure/storage/blobs/lifecycle-management-overview. */\n rules: ManagementPolicyRule[];\n}\n\nexport function managementPolicySchemaSerializer(item: ManagementPolicySchema): any {\n return { rules: managementPolicyRuleArraySerializer(item[\"rules\"]) };\n}\n\nexport function managementPolicySchemaDeserializer(item: any): ManagementPolicySchema {\n return {\n rules: managementPolicyRuleArrayDeserializer(item[\"rules\"]),\n };\n}\n\nexport function managementPolicyRuleArraySerializer(result: Array<ManagementPolicyRule>): any[] {\n return result.map((item) => {\n return managementPolicyRuleSerializer(item);\n });\n}\n\nexport function managementPolicyRuleArrayDeserializer(result: Array<ManagementPolicyRule>): any[] {\n return result.map((item) => {\n return managementPolicyRuleDeserializer(item);\n });\n}\n\n/** An object that wraps the Lifecycle rule. Each rule is uniquely defined by name. */\nexport interface ManagementPolicyRule {\n /** Rule is enabled if set to true. */\n enabled?: boolean;\n /** A rule name can contain any combination of alpha numeric characters. Rule name is case-sensitive. It must be unique within a policy. */\n name: string;\n /** The valid value is Lifecycle */\n type: RuleType;\n /** An object that defines the Lifecycle rule. */\n definition: ManagementPolicyDefinition;\n}\n\nexport function managementPolicyRuleSerializer(item: ManagementPolicyRule): any {\n return {\n enabled: item[\"enabled\"],\n name: item[\"name\"],\n type: item[\"type\"],\n definition: managementPolicyDefinitionSerializer(item[\"definition\"]),\n };\n}\n\nexport function managementPolicyRuleDeserializer(item: any): ManagementPolicyRule {\n return {\n enabled: item[\"enabled\"],\n name: item[\"name\"],\n type: item[\"type\"],\n definition: managementPolicyDefinitionDeserializer(item[\"definition\"]),\n };\n}\n\n/** The valid value is Lifecycle */\nexport enum KnownRuleType {\n /** Lifecycle */\n Lifecycle = \"Lifecycle\",\n}\n\n/**\n * The valid value is Lifecycle \\\n * {@link KnownRuleType} can be used interchangeably with RuleType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Lifecycle**\n */\nexport type RuleType = string;\n\n/** An object that defines the Lifecycle rule. Each definition is made up with a filters set and an actions set. */\nexport interface ManagementPolicyDefinition {\n /** An object that defines the action set. */\n actions: ManagementPolicyAction;\n /** An object that defines the filter set. */\n filters?: ManagementPolicyFilter;\n}\n\nexport function managementPolicyDefinitionSerializer(item: ManagementPolicyDefinition): any {\n return {\n actions: managementPolicyActionSerializer(item[\"actions\"]),\n filters: !item[\"filters\"] ? item[\"filters\"] : managementPolicyFilterSerializer(item[\"filters\"]),\n };\n}\n\nexport function managementPolicyDefinitionDeserializer(item: any): ManagementPolicyDefinition {\n return {\n actions: managementPolicyActionDeserializer(item[\"actions\"]),\n filters: !item[\"filters\"]\n ? item[\"filters\"]\n : managementPolicyFilterDeserializer(item[\"filters\"]),\n };\n}\n\n/** Actions are applied to the filtered blobs when the execution condition is met. */\nexport interface ManagementPolicyAction {\n /** The management policy action for base blob */\n baseBlob?: ManagementPolicyBaseBlob;\n /** The management policy action for snapshot */\n snapshot?: ManagementPolicySnapShot;\n /** The management policy action for version */\n version?: ManagementPolicyVersion;\n}\n\nexport function managementPolicyActionSerializer(item: ManagementPolicyAction): any {\n return {\n baseBlob: !item[\"baseBlob\"]\n ? item[\"baseBlob\"]\n : managementPolicyBaseBlobSerializer(item[\"baseBlob\"]),\n snapshot: !item[\"snapshot\"]\n ? item[\"snapshot\"]\n : managementPolicySnapShotSerializer(item[\"snapshot\"]),\n version: !item[\"version\"]\n ? item[\"version\"]\n : managementPolicyVersionSerializer(item[\"version\"]),\n };\n}\n\nexport function managementPolicyActionDeserializer(item: any): ManagementPolicyAction {\n return {\n baseBlob: !item[\"baseBlob\"]\n ? item[\"baseBlob\"]\n : managementPolicyBaseBlobDeserializer(item[\"baseBlob\"]),\n snapshot: !item[\"snapshot\"]\n ? item[\"snapshot\"]\n : managementPolicySnapShotDeserializer(item[\"snapshot\"]),\n version: !item[\"version\"]\n ? item[\"version\"]\n : managementPolicyVersionDeserializer(item[\"version\"]),\n };\n}\n\n/** Management policy action for base blob. */\nexport interface ManagementPolicyBaseBlob {\n /** The function to tier blobs to cool storage. */\n tierToCool?: DateAfterModification;\n /** The function to tier blobs to archive storage. */\n tierToArchive?: DateAfterModification;\n /** The function to tier blobs to cold storage. */\n tierToCold?: DateAfterModification;\n /** The function to tier blobs to hot storage. This action can only be used with Premium Block Blob Storage Accounts */\n tierToHot?: DateAfterModification;\n /** The function to delete the blob */\n delete?: DateAfterModification;\n /** This property enables auto tiering of a blob from cool to hot on a blob access. This property requires tierToCool.daysAfterLastAccessTimeGreaterThan. */\n enableAutoTierToHotFromCool?: boolean;\n}\n\nexport function managementPolicyBaseBlobSerializer(item: ManagementPolicyBaseBlob): any {\n return {\n tierToCool: !item[\"tierToCool\"]\n ? item[\"tierToCool\"]\n : dateAfterModificationSerializer(item[\"tierToCool\"]),\n tierToArchive: !item[\"tierToArchive\"]\n ? item[\"tierToArchive\"]\n : dateAfterModificationSerializer(item[\"tierToArchive\"]),\n tierToCold: !item[\"tierToCold\"]\n ? item[\"tierToCold\"]\n : dateAfterModificationSerializer(item[\"tierToCold\"]),\n tierToHot: !item[\"tierToHot\"]\n ? item[\"tierToHot\"]\n : dateAfterModificationSerializer(item[\"tierToHot\"]),\n delete: !item[\"delete\"] ? item[\"delete\"] : dateAfterModificationSerializer(item[\"delete\"]),\n enableAutoTierToHotFromCool: item[\"enableAutoTierToHotFromCool\"],\n };\n}\n\nexport function managementPolicyBaseBlobDeserializer(item: any): ManagementPolicyBaseBlob {\n return {\n tierToCool: !item[\"tierToCool\"]\n ? item[\"tierToCool\"]\n : dateAfterModificationDeserializer(item[\"tierToCool\"]),\n tierToArchive: !item[\"tierToArchive\"]\n ? item[\"tierToArchive\"]\n : dateAfterModificationDeserializer(item[\"tierToArchive\"]),\n tierToCold: !item[\"tierToCold\"]\n ? item[\"tierToCold\"]\n : dateAfterModificationDeserializer(item[\"tierToCold\"]),\n tierToHot: !item[\"tierToHot\"]\n ? item[\"tierToHot\"]\n : dateAfterModificationDeserializer(item[\"tierToHot\"]),\n delete: !item[\"delete\"] ? item[\"delete\"] : dateAfterModificationDeserializer(item[\"delete\"]),\n enableAutoTierToHotFromCool: item[\"enableAutoTierToHotFromCool\"],\n };\n}\n\n/** Object to define the base blob action conditions. Properties daysAfterModificationGreaterThan, daysAfterLastAccessTimeGreaterThan and daysAfterCreationGreaterThan are mutually exclusive. The daysAfterLastTierChangeGreaterThan property is only applicable for tierToArchive actions which requires daysAfterModificationGreaterThan to be set, also it cannot be used in conjunction with daysAfterLastAccessTimeGreaterThan or daysAfterCreationGreaterThan. */\nexport interface DateAfterModification {\n /** Value indicating the age in days after last modification */\n daysAfterModificationGreaterThan?: number;\n /** Value indicating the age in days after last blob access. This property can only be used in conjunction with last access time tracking policy */\n daysAfterLastAccessTimeGreaterThan?: number;\n /** Value indicating the age in days after last blob tier change time. This property is only applicable for tierToArchive actions and requires daysAfterModificationGreaterThan to be set for baseBlobs based actions. The blob will be archived if both the conditions are satisfied. */\n daysAfterLastTierChangeGreaterThan?: number;\n /** Value indicating the age in days after blob creation. */\n daysAfterCreationGreaterThan?: number;\n}\n\nexport function dateAfterModificationSerializer(item: DateAfterModification): any {\n return {\n daysAfterModificationGreaterThan: item[\"daysAfterModificationGreaterThan\"],\n daysAfterLastAccessTimeGreaterThan: item[\"daysAfterLastAccessTimeGreaterThan\"],\n daysAfterLastTierChangeGreaterThan: item[\"daysAfterLastTierChangeGreaterThan\"],\n daysAfterCreationGreaterThan: item[\"daysAfterCreationGreaterThan\"],\n };\n}\n\nexport function dateAfterModificationDeserializer(item: any): DateAfterModification {\n return {\n daysAfterModificationGreaterThan: item[\"daysAfterModificationGreaterThan\"],\n daysAfterLastAccessTimeGreaterThan: item[\"daysAfterLastAccessTimeGreaterThan\"],\n daysAfterLastTierChangeGreaterThan: item[\"daysAfterLastTierChangeGreaterThan\"],\n daysAfterCreationGreaterThan: item[\"daysAfterCreationGreaterThan\"],\n };\n}\n\n/** Management policy action for snapshot. */\nexport interface ManagementPolicySnapShot {\n /** The function to tier blob snapshot to cool storage. */\n tierToCool?: DateAfterCreation;\n /** The function to tier blob snapshot to archive storage. */\n tierToArchive?: DateAfterCreation;\n /** The function to tier blobs to cold storage. */\n tierToCold?: DateAfterCreation;\n /** The function to tier blobs to hot storage. This action can only be used with Premium Block Blob Storage Accounts */\n tierToHot?: DateAfterCreation;\n /** The function to delete the blob snapshot */\n delete?: DateAfterCreation;\n}\n\nexport function managementPolicySnapShotSerializer(item: ManagementPolicySnapShot): any {\n return {\n tierToCool: !item[\"tierToCool\"]\n ? item[\"tierToCool\"]\n : dateAfterCreationSerializer(item[\"tierToCool\"]),\n tierToArchive: !item[\"tierToArchive\"]\n ? item[\"tierToArchive\"]\n : dateAfterCreationSerializer(item[\"tierToArchive\"]),\n tierToCold: !item[\"tierToCold\"]\n ? item[\"tierToCold\"]\n : dateAfterCreationSerializer(item[\"tierToCold\"]),\n tierToHot: !item[\"tierToHot\"]\n ? item[\"tierToHot\"]\n : dateAfterCreationSerializer(item[\"tierToHot\"]),\n delete: !item[\"delete\"] ? item[\"delete\"] : dateAfterCreationSerializer(item[\"delete\"]),\n };\n}\n\nexport function managementPolicySnapShotDeserializer(item: any): ManagementPolicySnapShot {\n return {\n tierToCool: !item[\"tierToCool\"]\n ? item[\"tierToCool\"]\n : dateAfterCreationDeserializer(item[\"tierToCool\"]),\n tierToArchive: !item[\"tierToArchive\"]\n ? item[\"tierToArchive\"]\n : dateAfterCreationDeserializer(item[\"tierToArchive\"]),\n tierToCold: !item[\"tierToCold\"]\n ? item[\"tierToCold\"]\n : dateAfterCreationDeserializer(item[\"tierToCold\"]),\n tierToHot: !item[\"tierToHot\"]\n ? item[\"tierToHot\"]\n : dateAfterCreationDeserializer(item[\"tierToHot\"]),\n delete: !item[\"delete\"] ? item[\"delete\"] : dateAfterCreationDeserializer(item[\"delete\"]),\n };\n}\n\n/** Object to define snapshot and version action conditions. */\nexport interface DateAfterCreation {\n /** Value indicating the age in days after creation */\n daysAfterCreationGreaterThan: number;\n /** Value indicating the age in days after last blob tier change time. This property is only applicable for tierToArchive actions and requires daysAfterCreationGreaterThan to be set for snapshots and blob version based actions. The blob will be archived if both the conditions are satisfied. */\n daysAfterLastTierChangeGreaterThan?: number;\n}\n\nexport function dateAfterCreationSerializer(item: DateAfterCreation): any {\n return {\n daysAfterCreationGreaterThan: item[\"daysAfterCreationGreaterThan\"],\n daysAfterLastTierChangeGreaterThan: item[\"daysAfterLastTierChangeGreaterThan\"],\n };\n}\n\nexport function dateAfterCreationDeserializer(item: any): DateAfterCreation {\n return {\n daysAfterCreationGreaterThan: item[\"daysAfterCreationGreaterThan\"],\n daysAfterLastTierChangeGreaterThan: item[\"daysAfterLastTierChangeGreaterThan\"],\n };\n}\n\n/** Management policy action for blob version. */\nexport interface ManagementPolicyVersion {\n /** The function to tier blob version to cool storage. */\n tierToCool?: DateAfterCreation;\n /** The function to tier blob version to archive storage. */\n tierToArchive?: DateAfterCreation;\n /** The function to tier blobs to cold storage. */\n tierToCold?: DateAfterCreation;\n /** The function to tier blobs to hot storage. This action can only be used with Premium Block Blob Storage Accounts */\n tierToHot?: DateAfterCreation;\n /** The function to delete the blob version */\n delete?: DateAfterCreation;\n}\n\nexport function managementPolicyVersionSerializer(item: ManagementPolicyVersion): any {\n return {\n tierToCool: !item[\"tierToCool\"]\n ? item[\"tierToCool\"]\n : dateAfterCreationSerializer(item[\"tierToCool\"]),\n tierToArchive: !item[\"tierToArchive\"]\n ? item[\"tierToArchive\"]\n : dateAfterCreationSerializer(item[\"tierToArchive\"]),\n tierToCold: !item[\"tierToCold\"]\n ? item[\"tierToCold\"]\n : dateAfterCreationSerializer(item[\"tierToCold\"]),\n tierToHot: !item[\"tierToHot\"]\n ? item[\"tierToHot\"]\n : dateAfterCreationSerializer(item[\"tierToHot\"]),\n delete: !item[\"delete\"] ? item[\"delete\"] : dateAfterCreationSerializer(item[\"delete\"]),\n };\n}\n\nexport function managementPolicyVersionDeserializer(item: any): ManagementPolicyVersion {\n return {\n tierToCool: !item[\"tierToCool\"]\n ? item[\"tierToCool\"]\n : dateAfterCreationDeserializer(item[\"tierToCool\"]),\n tierToArchive: !item[\"tierToArchive\"]\n ? item[\"tierToArchive\"]\n : dateAfterCreationDeserializer(item[\"tierToArchive\"]),\n tierToCold: !item[\"tierToCold\"]\n ? item[\"tierToCold\"]\n : dateAfterCreationDeserializer(item[\"tierToCold\"]),\n tierToHot: !item[\"tierToHot\"]\n ? item[\"tierToHot\"]\n : dateAfterCreationDeserializer(item[\"tierToHot\"]),\n delete: !item[\"delete\"] ? item[\"delete\"] : dateAfterCreationDeserializer(item[\"delete\"]),\n };\n}\n\n/** Filters limit rule actions to a subset of blobs within the storage account. If multiple filters are defined, a logical AND is performed on all filters. */\nexport interface ManagementPolicyFilter {\n /** An array of strings for prefixes to be match. */\n prefixMatch?: string[];\n /** An array of predefined enum values. Currently blockBlob supports all tiering and delete actions. Only delete actions are supported for appendBlob. */\n blobTypes: string[];\n /** An array of blob index tag based filters, there can be at most 10 tag filters */\n blobIndexMatch?: TagFilter[];\n}\n\nexport function managementPolicyFilterSerializer(item: ManagementPolicyFilter): any {\n return {\n prefixMatch: !item[\"prefixMatch\"]\n ? item[\"prefixMatch\"]\n : item[\"prefixMatch\"].map((p: any) => {\n return p;\n }),\n blobTypes: item[\"blobTypes\"].map((p: any) => {\n return p;\n }),\n blobIndexMatch: !item[\"blobIndexMatch\"]\n ? item[\"blobIndexMatch\"]\n : tagFilterArraySerializer(item[\"blobIndexMatch\"]),\n };\n}\n\nexport function managementPolicyFilterDeserializer(item: any): ManagementPolicyFilter {\n return {\n prefixMatch: !item[\"prefixMatch\"]\n ? item[\"prefixMatch\"]\n : item[\"prefixMatch\"].map((p: any) => {\n return p;\n }),\n blobTypes: item[\"blobTypes\"].map((p: any) => {\n return p;\n }),\n blobIndexMatch: !item[\"blobIndexMatch\"]\n ? item[\"blobIndexMatch\"]\n : tagFilterArrayDeserializer(item[\"blobIndexMatch\"]),\n };\n}\n\nexport function tagFilterArraySerializer(result: Array<TagFilter>): any[] {\n return result.map((item) => {\n return tagFilterSerializer(item);\n });\n}\n\nexport function tagFilterArrayDeserializer(result: Array<TagFilter>): any[] {\n return result.map((item) => {\n return tagFilterDeserializer(item);\n });\n}\n\n/** Blob index tag based filtering for blob objects */\nexport interface TagFilter {\n /** This is the filter tag name, it can have 1 - 128 characters */\n name: string;\n /** This is the comparison operator which is used for object comparison and filtering. Only == (equality operator) is currently supported */\n op: string;\n /** This is the filter tag value field used for tag based filtering, it can have 0 - 256 characters */\n value: string;\n}\n\nexport function tagFilterSerializer(item: TagFilter): any {\n return { name: item[\"name\"], op: item[\"op\"], value: item[\"value\"] };\n}\n\nexport function tagFilterDeserializer(item: any): TagFilter {\n return {\n name: item[\"name\"],\n op: item[\"op\"],\n value: item[\"value\"],\n };\n}\n\n/** Known values of {@link ManagementPolicyName} that the service accepts. */\nexport enum KnownManagementPolicyName {\n /** default */\n Default = \"default\",\n}\n\n/** Type of ManagementPolicyName */\nexport type ManagementPolicyName = string;\n\n/** The storage account blob inventory policy. */\nexport interface BlobInventoryPolicy extends ProxyResource {\n /** Returns the last modified date and time of the blob inventory policy. */\n readonly lastModifiedTime?: Date;\n /** The storage account blob inventory policy object. It is composed of policy rules. */\n policy?: BlobInventoryPolicySchema;\n}\n\nexport function blobInventoryPolicySerializer(item: BlobInventoryPolicy): any {\n return {\n properties: areAllPropsUndefined(item, [\"policy\"])\n ? undefined\n : _blobInventoryPolicyPropertiesSerializer(item),\n };\n}\n\nexport function blobInventoryPolicyDeserializer(item: any): BlobInventoryPolicy {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _blobInventoryPolicyPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** The storage account blob inventory policy properties. */\nexport interface BlobInventoryPolicyProperties {\n /** Returns the last modified date and time of the blob inventory policy. */\n readonly lastModifiedTime?: Date;\n /** The storage account blob inventory policy object. It is composed of policy rules. */\n policy: BlobInventoryPolicySchema;\n}\n\nexport function blobInventoryPolicyPropertiesSerializer(item: BlobInventoryPolicyProperties): any {\n return { policy: blobInventoryPolicySchemaSerializer(item[\"policy\"]) };\n}\n\nexport function blobInventoryPolicyPropertiesDeserializer(\n item: any,\n): BlobInventoryPolicyProperties {\n return {\n lastModifiedTime: !item[\"lastModifiedTime\"]\n ? item[\"lastModifiedTime\"]\n : new Date(item[\"lastModifiedTime\"]),\n policy: blobInventoryPolicySchemaDeserializer(item[\"policy\"]),\n };\n}\n\n/** The storage account blob inventory policy rules. */\nexport interface BlobInventoryPolicySchema {\n /** Policy is enabled if set to true. */\n enabled: boolean;\n /** Deprecated Property from API version 2021-04-01 onwards, the required destination container name must be specified at the rule level 'policy.rule.destination' */\n readonly destination?: string;\n /** The valid value is Inventory */\n type: InventoryRuleType;\n /** The storage account blob inventory policy rules. The rule is applied when it is enabled. */\n rules: BlobInventoryPolicyRule[];\n}\n\nexport function blobInventoryPolicySchemaSerializer(item: BlobInventoryPolicySchema): any {\n return {\n enabled: item[\"enabled\"],\n type: item[\"type\"],\n rules: blobInventoryPolicyRuleArraySerializer(item[\"rules\"]),\n };\n}\n\nexport function blobInventoryPolicySchemaDeserializer(item: any): BlobInventoryPolicySchema {\n return {\n enabled: item[\"enabled\"],\n destination: item[\"destination\"],\n type: item[\"type\"],\n rules: blobInventoryPolicyRuleArrayDeserializer(item[\"rules\"]),\n };\n}\n\n/** The valid value is Inventory */\nexport enum KnownInventoryRuleType {\n /** Inventory */\n Inventory = \"Inventory\",\n}\n\n/**\n * The valid value is Inventory \\\n * {@link KnownInventoryRuleType} can be used interchangeably with InventoryRuleType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Inventory**\n */\nexport type InventoryRuleType = string;\n\nexport function blobInventoryPolicyRuleArraySerializer(\n result: Array<BlobInventoryPolicyRule>,\n): any[] {\n return result.map((item) => {\n return blobInventoryPolicyRuleSerializer(item);\n });\n}\n\nexport function blobInventoryPolicyRuleArrayDeserializer(\n result: Array<BlobInventoryPolicyRule>,\n): any[] {\n return result.map((item) => {\n return blobInventoryPolicyRuleDeserializer(item);\n });\n}\n\n/** An object that wraps the blob inventory rule. Each rule is uniquely defined by name. */\nexport interface BlobInventoryPolicyRule {\n /** Rule is enabled when set to true. */\n enabled: boolean;\n /** A rule name can contain any combination of alpha numeric characters. Rule name is case-sensitive. It must be unique within a policy. */\n name: string;\n /** Container name where blob inventory files are stored. Must be pre-created. */\n destination: string;\n /** An object that defines the blob inventory policy rule. */\n definition: BlobInventoryPolicyDefinition;\n}\n\nexport function blobInventoryPolicyRuleSerializer(item: BlobInventoryPolicyRule): any {\n return {\n enabled: item[\"enabled\"],\n name: item[\"name\"],\n destination: item[\"destination\"],\n definition: blobInventoryPolicyDefinitionSerializer(item[\"definition\"]),\n };\n}\n\nexport function blobInventoryPolicyRuleDeserializer(item: any): BlobInventoryPolicyRule {\n return {\n enabled: item[\"enabled\"],\n name: item[\"name\"],\n destination: item[\"destination\"],\n definition: blobInventoryPolicyDefinitionDeserializer(item[\"definition\"]),\n };\n}\n\n/** An object that defines the blob inventory rule. */\nexport interface BlobInventoryPolicyDefinition {\n /** An object that defines the filter set. */\n filters?: BlobInventoryPolicyFilter;\n /** This is a required field, it specifies the format for the inventory files. */\n format: Format;\n /** This is a required field. This field is used to schedule an inventory formation. */\n schedule: Schedule;\n /** This is a required field. This field specifies the scope of the inventory created either at the blob or container level. */\n objectType: ObjectType;\n /** This is a required field. This field specifies the fields and properties of the object to be included in the inventory. The Schema field value 'Name' is always required. The valid values for this field for the 'Blob' definition.objectType include 'Name, Creation-Time, Last-Modified, Content-Length, Content-MD5, BlobType, AccessTier, AccessTierChangeTime, AccessTierInferred, Tags, Expiry-Time, hdi_isfolder, Owner, Group, Permissions, Acl, Snapshot, VersionId, IsCurrentVersion, Metadata, LastAccessTime, Tags, Etag, ContentType, ContentEncoding, ContentLanguage, ContentCRC64, CacheControl, ContentDisposition, LeaseStatus, LeaseState, LeaseDuration, ServerEncrypted, Deleted, DeletionId, DeletedTime, RemainingRetentionDays, ImmutabilityPolicyUntilDate, ImmutabilityPolicyMode, LegalHold, CopyId, CopyStatus, CopySource, CopyProgress, CopyCompletionTime, CopyStatusDescription, CustomerProvidedKeySha256, RehydratePriority, ArchiveStatus, XmsBlobSequenceNumber, EncryptionScope, IncrementalCopy, TagCount'. For Blob object type schema field value 'DeletedTime' is applicable only for Hns enabled accounts. The valid values for 'Container' definition.objectType include 'Name, Last-Modified, Metadata, LeaseStatus, LeaseState, LeaseDuration, PublicAccess, HasImmutabilityPolicy, HasLegalHold, Etag, DefaultEncryptionScope, DenyEncryptionScopeOverride, ImmutableStorageWithVersioningEnabled, Deleted, Version, DeletedTime, RemainingRetentionDays'. Schema field values 'Expiry-Time, hdi_isfolder, Owner, Group, Permissions, Acl, DeletionId' are valid only for Hns enabled accounts.Schema field values 'Tags, TagCount' are only valid for Non-Hns accounts. */\n schemaFields: string[];\n}\n\nexport function blobInventoryPolicyDefinitionSerializer(item: BlobInventoryPolicyDefinition): any {\n return {\n filters: !item[\"filters\"]\n ? item[\"filters\"]\n : blobInventoryPolicyFilterSerializer(item[\"filters\"]),\n format: item[\"format\"],\n schedule: item[\"schedule\"],\n objectType: item[\"objectType\"],\n schemaFields: item[\"schemaFields\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function blobInventoryPolicyDefinitionDeserializer(\n item: any,\n): BlobInventoryPolicyDefinition {\n return {\n filters: !item[\"filters\"]\n ? item[\"filters\"]\n : blobInventoryPolicyFilterDeserializer(item[\"filters\"]),\n format: item[\"format\"],\n schedule: item[\"schedule\"],\n objectType: item[\"objectType\"],\n schemaFields: item[\"schemaFields\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** An object that defines the blob inventory rule filter conditions. For 'Blob' definition.objectType all filter properties are applicable, 'blobTypes' is required and others are optional. For 'Container' definition.objectType only prefixMatch is applicable and is optional. */\nexport interface BlobInventoryPolicyFilter {\n /** An array of strings with maximum 10 blob prefixes to be included in the inventory. */\n prefixMatch?: string[];\n /** An array of strings with maximum 10 blob prefixes to be excluded from the inventory. */\n excludePrefix?: string[];\n /** An array of predefined enum values. Valid values include blockBlob, appendBlob, pageBlob. Hns accounts does not support pageBlobs. This field is required when definition.objectType property is set to 'Blob'. */\n blobTypes?: string[];\n /** Includes blob versions in blob inventory when value is set to true. The definition.schemaFields values 'VersionId and IsCurrentVersion' are required if this property is set to true, else they must be excluded. */\n includeBlobVersions?: boolean;\n /** Includes blob snapshots in blob inventory when value is set to true. The definition.schemaFields value 'Snapshot' is required if this property is set to true, else it must be excluded. */\n includeSnapshots?: boolean;\n /** For 'Container' definition.objectType the definition.schemaFields must include 'Deleted, Version, DeletedTime and RemainingRetentionDays'. For 'Blob' definition.objectType and HNS enabled storage accounts the definition.schemaFields must include 'DeletionId, Deleted, DeletedTime and RemainingRetentionDays' and for Hns disabled accounts the definition.schemaFields must include 'Deleted and RemainingRetentionDays', else it must be excluded. */\n includeDeleted?: boolean;\n /** This property is used to filter objects based on the object creation time */\n creationTime?: BlobInventoryCreationTime;\n}\n\nexport function blobInventoryPolicyFilterSerializer(item: BlobInventoryPolicyFilter): any {\n return {\n prefixMatch: !item[\"prefixMatch\"]\n ? item[\"prefixMatch\"]\n : item[\"prefixMatch\"].map((p: any) => {\n return p;\n }),\n excludePrefix: !item[\"excludePrefix\"]\n ? item[\"excludePrefix\"]\n : item[\"excludePrefix\"].map((p: any) => {\n return p;\n }),\n blobTypes: !item[\"blobTypes\"]\n ? item[\"blobTypes\"]\n : item[\"blobTypes\"].map((p: any) => {\n return p;\n }),\n includeBlobVersions: item[\"includeBlobVersions\"],\n includeSnapshots: item[\"includeSnapshots\"],\n includeDeleted: item[\"includeDeleted\"],\n creationTime: !item[\"creationTime\"]\n ? item[\"creationTime\"]\n : blobInventoryCreationTimeSerializer(item[\"creationTime\"]),\n };\n}\n\nexport function blobInventoryPolicyFilterDeserializer(item: any): BlobInventoryPolicyFilter {\n return {\n prefixMatch: !item[\"prefixMatch\"]\n ? item[\"prefixMatch\"]\n : item[\"prefixMatch\"].map((p: any) => {\n return p;\n }),\n excludePrefix: !item[\"excludePrefix\"]\n ? item[\"excludePrefix\"]\n : item[\"excludePrefix\"].map((p: any) => {\n return p;\n }),\n blobTypes: !item[\"blobTypes\"]\n ? item[\"blobTypes\"]\n : item[\"blobTypes\"].map((p: any) => {\n return p;\n }),\n includeBlobVersions: item[\"includeBlobVersions\"],\n includeSnapshots: item[\"includeSnapshots\"],\n includeDeleted: item[\"includeDeleted\"],\n creationTime: !item[\"creationTime\"]\n ? item[\"creationTime\"]\n : blobInventoryCreationTimeDeserializer(item[\"creationTime\"]),\n };\n}\n\n/** This property defines the creation time based filtering condition. Blob Inventory schema parameter 'Creation-Time' is mandatory with this filter. */\nexport interface BlobInventoryCreationTime {\n /** When set the policy filters the objects that are created in the last N days. Where N is an integer value between 1 to 36500. */\n lastNDays?: number;\n}\n\nexport function blobInventoryCreationTimeSerializer(item: BlobInventoryCreationTime): any {\n return { lastNDays: item[\"lastNDays\"] };\n}\n\nexport function blobInventoryCreationTimeDeserializer(item: any): BlobInventoryCreationTime {\n return {\n lastNDays: item[\"lastNDays\"],\n };\n}\n\n/** This is a required field, it specifies the format for the inventory files. */\nexport enum KnownFormat {\n /** Csv */\n Csv = \"Csv\",\n /** Parquet */\n Parquet = \"Parquet\",\n}\n\n/**\n * This is a required field, it specifies the format for the inventory files. \\\n * {@link KnownFormat} can be used interchangeably with Format,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Csv** \\\n * **Parquet**\n */\nexport type Format = string;\n\n/** This is a required field. This field is used to schedule an inventory formation. */\nexport enum KnownSchedule {\n /** Daily */\n Daily = \"Daily\",\n /** Weekly */\n Weekly = \"Weekly\",\n}\n\n/**\n * This is a required field. This field is used to schedule an inventory formation. \\\n * {@link KnownSchedule} can be used interchangeably with Schedule,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Daily** \\\n * **Weekly**\n */\nexport type Schedule = string;\n\n/** This is a required field. This field specifies the scope of the inventory created either at the blob or container level. */\nexport enum KnownObjectType {\n /** Blob */\n Blob = \"Blob\",\n /** Container */\n Container = \"Container\",\n}\n\n/**\n * This is a required field. This field specifies the scope of the inventory created either at the blob or container level. \\\n * {@link KnownObjectType} can be used interchangeably with ObjectType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Blob** \\\n * **Container**\n */\nexport type ObjectType = string;\n\n/** Known values of {@link BlobInventoryPolicyName} that the service accepts. */\nexport enum KnownBlobInventoryPolicyName {\n /** default */\n Default = \"default\",\n}\n\n/** Type of BlobInventoryPolicyName */\nexport type BlobInventoryPolicyName = string;\n\n/** List of blob inventory policies returned. */\nexport interface _ListBlobInventoryPolicy {\n /** List of blob inventory policies. */\n readonly value?: BlobInventoryPolicy[];\n nextLink?: string;\n}\n\nexport function _listBlobInventoryPolicyDeserializer(item: any): _ListBlobInventoryPolicy {\n return {\n value: !item[\"value\"] ? item[\"value\"] : blobInventoryPolicyArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function blobInventoryPolicyArraySerializer(result: Array<BlobInventoryPolicy>): any[] {\n return result.map((item) => {\n return blobInventoryPolicySerializer(item);\n });\n}\n\nexport function blobInventoryPolicyArrayDeserializer(result: Array<BlobInventoryPolicy>): any[] {\n return result.map((item) => {\n return blobInventoryPolicyDeserializer(item);\n });\n}\n\n/** List of private endpoint connection associated with the specified storage account */\nexport interface _PrivateEndpointConnectionListResult {\n /** Array of private endpoint connections */\n value?: PrivateEndpointConnection[];\n nextLink?: string;\n}\n\nexport function _privateEndpointConnectionListResultDeserializer(\n item: any,\n): _PrivateEndpointConnectionListResult {\n return {\n value: !item[\"value\"]\n ? item[\"value\"]\n : privateEndpointConnectionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\n/** The Encryption Scope resource. */\nexport interface EncryptionScope extends ProxyResource {\n /** The provider for the encryption scope. Possible values (case-insensitive): Microsoft.Storage, Microsoft.KeyVault. */\n source?: EncryptionScopeSource;\n /** The state of the encryption scope. Possible values (case-insensitive): Enabled, Disabled. */\n state?: EncryptionScopeState;\n /** Gets the creation date and time of the encryption scope in UTC. */\n readonly creationTime?: Date;\n /** Gets the last modification date and time of the encryption scope in UTC. */\n readonly lastModifiedTime?: Date;\n /** The key vault properties for the encryption scope. This is a required field if encryption scope 'source' attribute is set to 'Microsoft.KeyVault'. */\n keyVaultProperties?: EncryptionScopeKeyVaultProperties;\n /** A boolean indicating whether or not the service applies a secondary layer of encryption with platform managed keys for data at rest. */\n requireInfrastructureEncryption?: boolean;\n}\n\nexport function encryptionScopeSerializer(item: EncryptionScope): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"source\",\n \"state\",\n \"keyVaultProperties\",\n \"requireInfrastructureEncryption\",\n ])\n ? undefined\n : _encryptionScopePropertiesSerializer(item),\n };\n}\n\nexport function encryptionScopeDeserializer(item: any): EncryptionScope {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _encryptionScopePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Properties of the encryption scope. */\nexport interface EncryptionScopeProperties {\n /** The provider for the encryption scope. Possible values (case-insensitive): Microsoft.Storage, Microsoft.KeyVault. */\n source?: EncryptionScopeSource;\n /** The state of the encryption scope. Possible values (case-insensitive): Enabled, Disabled. */\n state?: EncryptionScopeState;\n /** Gets the creation date and time of the encryption scope in UTC. */\n readonly creationTime?: Date;\n /** Gets the last modification date and time of the encryption scope in UTC. */\n readonly lastModifiedTime?: Date;\n /** The key vault properties for the encryption scope. This is a required field if encryption scope 'source' attribute is set to 'Microsoft.KeyVault'. */\n keyVaultProperties?: EncryptionScopeKeyVaultProperties;\n /** A boolean indicating whether or not the service applies a secondary layer of encryption with platform managed keys for data at rest. */\n requireInfrastructureEncryption?: boolean;\n}\n\nexport function encryptionScopePropertiesSerializer(item: EncryptionScopeProperties): any {\n return {\n source: item[\"source\"],\n state: item[\"state\"],\n keyVaultProperties: !item[\"keyVaultProperties\"]\n ? item[\"keyVaultProperties\"]\n : encryptionScopeKeyVaultPropertiesSerializer(item[\"keyVaultProperties\"]),\n requireInfrastructureEncryption: item[\"requireInfrastructureEncryption\"],\n };\n}\n\nexport function encryptionScopePropertiesDeserializer(item: any): EncryptionScopeProperties {\n return {\n source: item[\"source\"],\n state: item[\"state\"],\n creationTime: !item[\"creationTime\"] ? item[\"creationTime\"] : new Date(item[\"creationTime\"]),\n lastModifiedTime: !item[\"lastModifiedTime\"]\n ? item[\"lastModifiedTime\"]\n : new Date(item[\"lastModifiedTime\"]),\n keyVaultProperties: !item[\"keyVaultProperties\"]\n ? item[\"keyVaultProperties\"]\n : encryptionScopeKeyVaultPropertiesDeserializer(item[\"keyVaultProperties\"]),\n requireInfrastructureEncryption: item[\"requireInfrastructureEncryption\"],\n };\n}\n\n/** The provider for the encryption scope. Possible values (case-insensitive): Microsoft.Storage, Microsoft.KeyVault. */\nexport enum KnownEncryptionScopeSource {\n /** Microsoft.Storage */\n MicrosoftStorage = \"Microsoft.Storage\",\n /** Microsoft.KeyVault */\n MicrosoftKeyVault = \"Microsoft.KeyVault\",\n}\n\n/**\n * The provider for the encryption scope. Possible values (case-insensitive): Microsoft.Storage, Microsoft.KeyVault. \\\n * {@link KnownEncryptionScopeSource} can be used interchangeably with EncryptionScopeSource,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Microsoft.Storage** \\\n * **Microsoft.KeyVault**\n */\nexport type EncryptionScopeSource = string;\n\n/** The state of the encryption scope. Possible values (case-insensitive): Enabled, Disabled. */\nexport enum KnownEncryptionScopeState {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * The state of the encryption scope. Possible values (case-insensitive): Enabled, Disabled. \\\n * {@link KnownEncryptionScopeState} can be used interchangeably with EncryptionScopeState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type EncryptionScopeState = string;\n\n/** The key vault properties for the encryption scope. This is a required field if encryption scope 'source' attribute is set to 'Microsoft.KeyVault'. */\nexport interface EncryptionScopeKeyVaultProperties {\n /** The object identifier for a key vault key object. When applied, the encryption scope will use the key referenced by the identifier to enable customer-managed key support on this encryption scope. */\n keyUri?: string;\n /** The object identifier of the current versioned Key Vault Key in use. */\n readonly currentVersionedKeyIdentifier?: string;\n /** Timestamp of last rotation of the Key Vault Key. */\n readonly lastKeyRotationTimestamp?: Date;\n}\n\nexport function encryptionScopeKeyVaultPropertiesSerializer(\n item: EncryptionScopeKeyVaultProperties,\n): any {\n return { keyUri: item[\"keyUri\"] };\n}\n\nexport function encryptionScopeKeyVaultPropertiesDeserializer(\n item: any,\n): EncryptionScopeKeyVaultProperties {\n return {\n keyUri: item[\"keyUri\"],\n currentVersionedKeyIdentifier: item[\"currentVersionedKeyIdentifier\"],\n lastKeyRotationTimestamp: !item[\"lastKeyRotationTimestamp\"]\n ? item[\"lastKeyRotationTimestamp\"]\n : new Date(item[\"lastKeyRotationTimestamp\"]),\n };\n}\n\n/** The response of a EncryptionScope list operation. */\nexport interface _EncryptionScopeListResult {\n /** The EncryptionScope items on this page */\n value: EncryptionScope[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _encryptionScopeListResultDeserializer(item: any): _EncryptionScopeListResult {\n return {\n value: encryptionScopeArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function encryptionScopeArraySerializer(result: Array<EncryptionScope>): any[] {\n return result.map((item) => {\n return encryptionScopeSerializer(item);\n });\n}\n\nexport function encryptionScopeArrayDeserializer(result: Array<EncryptionScope>): any[] {\n return result.map((item) => {\n return encryptionScopeDeserializer(item);\n });\n}\n\n/** The properties of a storage account\u2019s Table service. */\nexport interface TableServiceProperties extends ProxyResource {\n /** Specifies CORS rules for the Table service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Table service. */\n cors?: CorsRules;\n}\n\nexport function tableServicePropertiesSerializer(item: TableServiceProperties): any {\n return {\n properties: areAllPropsUndefined(item, [\"cors\"])\n ? undefined\n : _tableServicePropertiesPropertiesSerializer(item),\n };\n}\n\nexport function tableServicePropertiesDeserializer(item: any): TableServiceProperties {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _tableServicePropertiesPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** The properties of a storage account\u2019s Table service. */\nexport interface TableServicePropertiesProperties {\n /** Specifies CORS rules for the Table service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Table service. */\n cors?: CorsRules;\n}\n\nexport function tableServicePropertiesPropertiesSerializer(\n item: TableServicePropertiesProperties,\n): any {\n return { cors: !item[\"cors\"] ? item[\"cors\"] : corsRulesSerializer(item[\"cors\"]) };\n}\n\nexport function tableServicePropertiesPropertiesDeserializer(\n item: any,\n): TableServicePropertiesProperties {\n return {\n cors: !item[\"cors\"] ? item[\"cors\"] : corsRulesDeserializer(item[\"cors\"]),\n };\n}\n\n/** model interface ListTableServices */\nexport interface ListTableServices {\n /** List of table services returned. */\n readonly value?: TableServiceProperties[];\n}\n\nexport function listTableServicesDeserializer(item: any): ListTableServices {\n return {\n value: !item[\"value\"] ? item[\"value\"] : tableServicePropertiesArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function tableServicePropertiesArraySerializer(\n result: Array<TableServiceProperties>,\n): any[] {\n return result.map((item) => {\n return tableServicePropertiesSerializer(item);\n });\n}\n\nexport function tableServicePropertiesArrayDeserializer(\n result: Array<TableServiceProperties>,\n): any[] {\n return result.map((item) => {\n return tableServicePropertiesDeserializer(item);\n });\n}\n\n/** The Network Security Perimeter configuration resource. */\nexport interface NetworkSecurityPerimeterConfiguration extends ProxyResource {\n /** Provisioning state of Network Security Perimeter configuration propagation */\n readonly provisioningState?: NetworkSecurityPerimeterConfigurationProvisioningState;\n /** List of Provisioning Issues if any */\n readonly provisioningIssues?: ProvisioningIssue[];\n /** NetworkSecurityPerimeter related information */\n readonly networkSecurityPerimeter?: NetworkSecurityPerimeter;\n /** Information about resource association */\n readonly resourceAssociation?: NetworkSecurityPerimeterConfigurationPropertiesResourceAssociation;\n /** Network Security Perimeter profile */\n readonly profile?: NetworkSecurityPerimeterConfigurationPropertiesProfile;\n}\n\nexport function networkSecurityPerimeterConfigurationDeserializer(\n item: any,\n): NetworkSecurityPerimeterConfiguration {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _networkSecurityPerimeterConfigurationPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Properties of the Network Security Perimeter Configuration */\nexport interface NetworkSecurityPerimeterConfigurationProperties {\n /** Provisioning state of Network Security Perimeter configuration propagation */\n readonly provisioningState?: NetworkSecurityPerimeterConfigurationProvisioningState;\n /** List of Provisioning Issues if any */\n readonly provisioningIssues?: ProvisioningIssue[];\n /** NetworkSecurityPerimeter related information */\n readonly networkSecurityPerimeter?: NetworkSecurityPerimeter;\n /** Information about resource association */\n readonly resourceAssociation?: NetworkSecurityPerimeterConfigurationPropertiesResourceAssociation;\n /** Network Security Perimeter profile */\n readonly profile?: NetworkSecurityPerimeterConfigurationPropertiesProfile;\n}\n\nexport function networkSecurityPerimeterConfigurationPropertiesDeserializer(\n item: any,\n): NetworkSecurityPerimeterConfigurationProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n provisioningIssues: !item[\"provisioningIssues\"]\n ? item[\"provisioningIssues\"]\n : provisioningIssueArrayDeserializer(item[\"provisioningIssues\"]),\n networkSecurityPerimeter: !item[\"networkSecurityPerimeter\"]\n ? item[\"networkSecurityPerimeter\"]\n : networkSecurityPerimeterDeserializer(item[\"networkSecurityPerimeter\"]),\n resourceAssociation: !item[\"resourceAssociation\"]\n ? item[\"resourceAssociation\"]\n : networkSecurityPerimeterConfigurationPropertiesResourceAssociationDeserializer(\n item[\"resourceAssociation\"],\n ),\n profile: !item[\"profile\"]\n ? item[\"profile\"]\n : networkSecurityPerimeterConfigurationPropertiesProfileDeserializer(item[\"profile\"]),\n };\n}\n\n/** Provisioning state of Network Security Perimeter configuration propagation */\nexport enum KnownNetworkSecurityPerimeterConfigurationProvisioningState {\n /** Accepted */\n Accepted = \"Accepted\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Provisioning state of Network Security Perimeter configuration propagation \\\n * {@link KnownNetworkSecurityPerimeterConfigurationProvisioningState} can be used interchangeably with NetworkSecurityPerimeterConfigurationProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Accepted** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Deleting** \\\n * **Canceled**\n */\nexport type NetworkSecurityPerimeterConfigurationProvisioningState = string;\n\nexport function provisioningIssueArrayDeserializer(result: Array<ProvisioningIssue>): any[] {\n return result.map((item) => {\n return provisioningIssueDeserializer(item);\n });\n}\n\n/** Describes provisioning issue for given NetworkSecurityPerimeterConfiguration */\nexport interface ProvisioningIssue {\n /** Name of the issue */\n name?: string;\n /** Properties of provisioning issue */\n readonly properties?: ProvisioningIssueProperties;\n}\n\nexport function provisioningIssueDeserializer(item: any): ProvisioningIssue {\n return {\n name: item[\"name\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : provisioningIssuePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of provisioning issue */\nexport interface ProvisioningIssueProperties {\n /** Type of issue */\n issueType?: IssueType;\n /** Severity of the issue. */\n severity?: Severity;\n /** Description of the issue */\n description?: string;\n}\n\nexport function provisioningIssuePropertiesDeserializer(item: any): ProvisioningIssueProperties {\n return {\n issueType: item[\"issueType\"],\n severity: item[\"severity\"],\n description: item[\"description\"],\n };\n}\n\n/** Type of issue */\nexport enum KnownIssueType {\n /** Unknown */\n Unknown = \"Unknown\",\n /** ConfigurationPropagationFailure */\n ConfigurationPropagationFailure = \"ConfigurationPropagationFailure\",\n}\n\n/**\n * Type of issue \\\n * {@link KnownIssueType} can be used interchangeably with IssueType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **ConfigurationPropagationFailure**\n */\nexport type IssueType = string;\n\n/** Severity of the issue. */\nexport enum KnownSeverity {\n /** Warning */\n Warning = \"Warning\",\n /** Error */\n Error = \"Error\",\n}\n\n/**\n * Severity of the issue. \\\n * {@link KnownSeverity} can be used interchangeably with Severity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Warning** \\\n * **Error**\n */\nexport type Severity = string;\n\n/** NetworkSecurityPerimeter related information */\nexport interface NetworkSecurityPerimeter {\n /** The ARM identifier of the resource */\n id?: string;\n /** Guid of the resource */\n perimeterGuid?: string;\n /** Location of the resource */\n location?: string;\n}\n\nexport function networkSecurityPerimeterDeserializer(item: any): NetworkSecurityPerimeter {\n return {\n id: item[\"id\"],\n perimeterGuid: item[\"perimeterGuid\"],\n location: item[\"location\"],\n };\n}\n\n/** Information about resource association */\nexport interface NetworkSecurityPerimeterConfigurationPropertiesResourceAssociation {\n /** Name of the resource association */\n name?: string;\n /** Access Mode of the resource association */\n accessMode?: ResourceAssociationAccessMode;\n}\n\nexport function networkSecurityPerimeterConfigurationPropertiesResourceAssociationDeserializer(\n item: any,\n): NetworkSecurityPerimeterConfigurationPropertiesResourceAssociation {\n return {\n name: item[\"name\"],\n accessMode: item[\"accessMode\"],\n };\n}\n\n/** Access Mode of the resource association */\nexport enum KnownResourceAssociationAccessMode {\n /** Enforced */\n Enforced = \"Enforced\",\n /** Learning */\n Learning = \"Learning\",\n /** Audit */\n Audit = \"Audit\",\n}\n\n/**\n * Access Mode of the resource association \\\n * {@link KnownResourceAssociationAccessMode} can be used interchangeably with ResourceAssociationAccessMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enforced** \\\n * **Learning** \\\n * **Audit**\n */\nexport type ResourceAssociationAccessMode = string;\n\n/** Network Security Perimeter profile */\nexport interface NetworkSecurityPerimeterConfigurationPropertiesProfile {\n /** Name of the resource */\n name?: string;\n /** Current access rules version */\n accessRulesVersion?: number;\n /** List of Access Rules */\n accessRules?: NspAccessRule[];\n /** Diagnostic settings version */\n diagnosticSettingsVersion?: number;\n /** Enabled logging categories */\n enabledLogCategories?: string[];\n}\n\nexport function networkSecurityPerimeterConfigurationPropertiesProfileDeserializer(\n item: any,\n): NetworkSecurityPerimeterConfigurationPropertiesProfile {\n return {\n name: item[\"name\"],\n accessRulesVersion: item[\"accessRulesVersion\"],\n accessRules: !item[\"accessRules\"]\n ? item[\"accessRules\"]\n : nspAccessRuleArrayDeserializer(item[\"accessRules\"]),\n diagnosticSettingsVersion: item[\"diagnosticSettingsVersion\"],\n enabledLogCategories: !item[\"enabledLogCategories\"]\n ? item[\"enabledLogCategories\"]\n : item[\"enabledLogCategories\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function nspAccessRuleArrayDeserializer(result: Array<NspAccessRule>): any[] {\n return result.map((item) => {\n return nspAccessRuleDeserializer(item);\n });\n}\n\n/** Information of Access Rule in Network Security Perimeter profile */\nexport interface NspAccessRule {\n /** Name of the resource */\n name?: string;\n /** Properties of Access Rule */\n readonly properties?: NspAccessRuleProperties;\n}\n\nexport function nspAccessRuleDeserializer(item: any): NspAccessRule {\n return {\n name: item[\"name\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : nspAccessRulePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of Access Rule */\nexport interface NspAccessRuleProperties {\n /** Direction of Access Rule */\n direction?: NspAccessRuleDirection;\n /** Address prefixes in the CIDR format for inbound rules */\n addressPrefixes?: string[];\n /** Subscriptions for inbound rules */\n subscriptions?: NspAccessRulePropertiesSubscriptionsItem[];\n /** NetworkSecurityPerimeters for inbound rules */\n readonly networkSecurityPerimeters?: NetworkSecurityPerimeter[];\n /** FQDN for outbound rules */\n readonly fullyQualifiedDomainNames?: string[];\n}\n\nexport function nspAccessRulePropertiesDeserializer(item: any): NspAccessRuleProperties {\n return {\n direction: item[\"direction\"],\n addressPrefixes: !item[\"addressPrefixes\"]\n ? item[\"addressPrefixes\"]\n : item[\"addressPrefixes\"].map((p: any) => {\n return p;\n }),\n subscriptions: !item[\"subscriptions\"]\n ? item[\"subscriptions\"]\n : nspAccessRulePropertiesSubscriptionsItemArrayDeserializer(item[\"subscriptions\"]),\n networkSecurityPerimeters: !item[\"networkSecurityPerimeters\"]\n ? item[\"networkSecurityPerimeters\"]\n : networkSecurityPerimeterArrayDeserializer(item[\"networkSecurityPerimeters\"]),\n fullyQualifiedDomainNames: !item[\"fullyQualifiedDomainNames\"]\n ? item[\"fullyQualifiedDomainNames\"]\n : item[\"fullyQualifiedDomainNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Direction of Access Rule */\nexport enum KnownNspAccessRuleDirection {\n /** Inbound */\n Inbound = \"Inbound\",\n /** Outbound */\n Outbound = \"Outbound\",\n}\n\n/**\n * Direction of Access Rule \\\n * {@link KnownNspAccessRuleDirection} can be used interchangeably with NspAccessRuleDirection,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Inbound** \\\n * **Outbound**\n */\nexport type NspAccessRuleDirection = string;\n\nexport function nspAccessRulePropertiesSubscriptionsItemArrayDeserializer(\n result: Array<NspAccessRulePropertiesSubscriptionsItem>,\n): any[] {\n return result.map((item) => {\n return nspAccessRulePropertiesSubscriptionsItemDeserializer(item);\n });\n}\n\n/** Subscription for inbound rule */\nexport interface NspAccessRulePropertiesSubscriptionsItem {\n /** The ARM identifier of subscription */\n id?: string;\n}\n\nexport function nspAccessRulePropertiesSubscriptionsItemDeserializer(\n item: any,\n): NspAccessRulePropertiesSubscriptionsItem {\n return {\n id: item[\"id\"],\n };\n}\n\nexport function networkSecurityPerimeterArrayDeserializer(\n result: Array<NetworkSecurityPerimeter>,\n): any[] {\n return result.map((item) => {\n return networkSecurityPerimeterDeserializer(item);\n });\n}\n\n/** Result of the List Network Security Perimeter configuration operation. */\nexport interface _NetworkSecurityPerimeterConfigurationList {\n /** The NetworkSecurityPerimeterConfiguration items on this page */\n readonly value: NetworkSecurityPerimeterConfiguration[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _networkSecurityPerimeterConfigurationListDeserializer(\n item: any,\n): _NetworkSecurityPerimeterConfigurationList {\n return {\n value: networkSecurityPerimeterConfigurationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function networkSecurityPerimeterConfigurationArrayDeserializer(\n result: Array<NetworkSecurityPerimeterConfiguration>,\n): any[] {\n return result.map((item) => {\n return networkSecurityPerimeterConfigurationDeserializer(item);\n });\n}\n\n/** The storage task assignment. */\nexport interface StorageTaskAssignment extends ProxyResource {\n /** Properties of the storage task assignment. */\n properties?: StorageTaskAssignmentProperties;\n}\n\nexport function storageTaskAssignmentSerializer(item: StorageTaskAssignment): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : storageTaskAssignmentPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function storageTaskAssignmentDeserializer(item: any): StorageTaskAssignment {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : storageTaskAssignmentPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of the storage task assignment. */\nexport interface StorageTaskAssignmentProperties {\n /** Id of the corresponding storage task */\n taskId: string;\n /** Whether the storage task assignment is enabled or not */\n enabled: boolean;\n /** Text that describes the purpose of the storage task assignment */\n description: string;\n /** The storage task assignment execution context */\n executionContext: StorageTaskAssignmentExecutionContext;\n /** The storage task assignment report */\n report: StorageTaskAssignmentReport;\n /** Represents the provisioning state of the storage task assignment. */\n readonly provisioningState?: StorageTaskAssignmentProvisioningState;\n /** Run status of storage task assignment */\n runStatus?: StorageTaskReportProperties;\n}\n\nexport function storageTaskAssignmentPropertiesSerializer(\n item: StorageTaskAssignmentProperties,\n): any {\n return {\n taskId: item[\"taskId\"],\n enabled: item[\"enabled\"],\n description: item[\"description\"],\n executionContext: storageTaskAssignmentExecutionContextSerializer(item[\"executionContext\"]),\n report: storageTaskAssignmentReportSerializer(item[\"report\"]),\n runStatus: !item[\"runStatus\"]\n ? item[\"runStatus\"]\n : storageTaskReportPropertiesSerializer(item[\"runStatus\"]),\n };\n}\n\nexport function storageTaskAssignmentPropertiesDeserializer(\n item: any,\n): StorageTaskAssignmentProperties {\n return {\n taskId: item[\"taskId\"],\n enabled: item[\"enabled\"],\n description: item[\"description\"],\n executionContext: storageTaskAssignmentExecutionContextDeserializer(item[\"executionContext\"]),\n report: storageTaskAssignmentReportDeserializer(item[\"report\"]),\n provisioningState: item[\"provisioningState\"],\n runStatus: !item[\"runStatus\"]\n ? item[\"runStatus\"]\n : storageTaskReportPropertiesDeserializer(item[\"runStatus\"]),\n };\n}\n\n/** Execution context of the storage task assignment. */\nexport interface StorageTaskAssignmentExecutionContext {\n /** Execution target of the storage task assignment */\n target?: ExecutionTarget;\n /** Execution trigger of the storage task assignment */\n trigger: ExecutionTrigger;\n}\n\nexport function storageTaskAssignmentExecutionContextSerializer(\n item: StorageTaskAssignmentExecutionContext,\n): any {\n return {\n target: !item[\"target\"] ? item[\"target\"] : executionTargetSerializer(item[\"target\"]),\n trigger: executionTriggerSerializer(item[\"trigger\"]),\n };\n}\n\nexport function storageTaskAssignmentExecutionContextDeserializer(\n item: any,\n): StorageTaskAssignmentExecutionContext {\n return {\n target: !item[\"target\"] ? item[\"target\"] : executionTargetDeserializer(item[\"target\"]),\n trigger: executionTriggerDeserializer(item[\"trigger\"]),\n };\n}\n\n/** Target helps provide filter parameters for the objects in the storage account and forms the execution context for the storage task */\nexport interface ExecutionTarget {\n /** Required list of object prefixes to be included for task execution */\n prefix?: string[];\n /** List of object prefixes to be excluded from task execution. If there is a conflict between include and exclude prefixes, the exclude prefix will be the determining factor */\n excludePrefix?: string[];\n}\n\nexport function executionTargetSerializer(item: ExecutionTarget): any {\n return {\n prefix: !item[\"prefix\"]\n ? item[\"prefix\"]\n : item[\"prefix\"].map((p: any) => {\n return p;\n }),\n excludePrefix: !item[\"excludePrefix\"]\n ? item[\"excludePrefix\"]\n : item[\"excludePrefix\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function executionTargetDeserializer(item: any): ExecutionTarget {\n return {\n prefix: !item[\"prefix\"]\n ? item[\"prefix\"]\n : item[\"prefix\"].map((p: any) => {\n return p;\n }),\n excludePrefix: !item[\"excludePrefix\"]\n ? item[\"excludePrefix\"]\n : item[\"excludePrefix\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Execution trigger for storage task assignment */\nexport interface ExecutionTrigger {\n /** The trigger type of the storage task assignment execution */\n type: TriggerType;\n /** The trigger parameters of the storage task assignment execution */\n parameters: TriggerParameters;\n}\n\nexport function executionTriggerSerializer(item: ExecutionTrigger): any {\n return { type: item[\"type\"], parameters: triggerParametersSerializer(item[\"parameters\"]) };\n}\n\nexport function executionTriggerDeserializer(item: any): ExecutionTrigger {\n return {\n type: item[\"type\"],\n parameters: triggerParametersDeserializer(item[\"parameters\"]),\n };\n}\n\n/** The trigger type of the storage task assignment execution */\nexport enum KnownTriggerType {\n /** RunOnce */\n RunOnce = \"RunOnce\",\n /** OnSchedule */\n OnSchedule = \"OnSchedule\",\n /** Run the task as a mock for testing */\n MockRun = \"MockRun\",\n}\n\n/**\n * The trigger type of the storage task assignment execution \\\n * {@link KnownTriggerType} can be used interchangeably with TriggerType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **RunOnce** \\\n * **OnSchedule** \\\n * **MockRun**: Run the task as a mock for testing\n */\nexport type TriggerType = string;\n\n/** The trigger parameters update for the storage task assignment execution */\nexport interface TriggerParameters {\n /** When to start task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce' */\n startFrom?: Date;\n /** Run interval of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce' */\n interval?: number;\n /** Run interval unit of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce' */\n intervalUnit?: IntervalUnit;\n /** When to end task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce' */\n endBy?: Date;\n /** When to start task execution. This is a required field when ExecutionTrigger.properties.type is 'RunOnce'; this property should not be present when ExecutionTrigger.properties.type is 'OnSchedule' */\n startOn?: Date;\n}\n\nexport function triggerParametersSerializer(item: TriggerParameters): any {\n return {\n startFrom: !item[\"startFrom\"] ? item[\"startFrom\"] : item[\"startFrom\"].toISOString(),\n interval: item[\"interval\"],\n intervalUnit: item[\"intervalUnit\"],\n endBy: !item[\"endBy\"] ? item[\"endBy\"] : item[\"endBy\"].toISOString(),\n startOn: !item[\"startOn\"] ? item[\"startOn\"] : item[\"startOn\"].toISOString(),\n };\n}\n\nexport function triggerParametersDeserializer(item: any): TriggerParameters {\n return {\n startFrom: !item[\"startFrom\"] ? item[\"startFrom\"] : new Date(item[\"startFrom\"]),\n interval: item[\"interval\"],\n intervalUnit: item[\"intervalUnit\"],\n endBy: !item[\"endBy\"] ? item[\"endBy\"] : new Date(item[\"endBy\"]),\n startOn: !item[\"startOn\"] ? item[\"startOn\"] : new Date(item[\"startOn\"]),\n };\n}\n\n/** Run interval unit of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce' */\nexport enum KnownIntervalUnit {\n /** Days */\n Days = \"Days\",\n}\n\n/**\n * Run interval unit of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce' \\\n * {@link KnownIntervalUnit} can be used interchangeably with IntervalUnit,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Days**\n */\nexport type IntervalUnit = string;\n\n/** The storage task assignment report */\nexport interface StorageTaskAssignmentReport {\n /** The container prefix for the location of storage task assignment report */\n prefix: string;\n}\n\nexport function storageTaskAssignmentReportSerializer(item: StorageTaskAssignmentReport): any {\n return { prefix: item[\"prefix\"] };\n}\n\nexport function storageTaskAssignmentReportDeserializer(item: any): StorageTaskAssignmentReport {\n return {\n prefix: item[\"prefix\"],\n };\n}\n\n/** Gets the status of the storage account at the time the operation was called. */\nexport enum KnownStorageTaskAssignmentProvisioningState {\n /** ValidateSubscriptionQuotaBegin */\n ValidateSubscriptionQuotaBegin = \"ValidateSubscriptionQuotaBegin\",\n /** ValidateSubscriptionQuotaEnd */\n ValidateSubscriptionQuotaEnd = \"ValidateSubscriptionQuotaEnd\",\n /** Accepted */\n Accepted = \"Accepted\",\n /** Creating */\n Creating = \"Creating\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Gets the status of the storage account at the time the operation was called. \\\n * {@link KnownStorageTaskAssignmentProvisioningState} can be used interchangeably with StorageTaskAssignmentProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ValidateSubscriptionQuotaBegin** \\\n * **ValidateSubscriptionQuotaEnd** \\\n * **Accepted** \\\n * **Creating** \\\n * **Succeeded** \\\n * **Deleting** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type StorageTaskAssignmentProvisioningState = string;\n\n/** Storage task execution report for a run instance. */\nexport interface StorageTaskReportProperties {\n /** Represents the Storage Task Assignment Id associated with the storage task that provided an execution context. */\n readonly taskAssignmentId?: string;\n /** Represents the Storage Account Id where the storage task definition was applied and executed. */\n readonly storageAccountId?: string;\n /** Start time of the run instance. Filter options such as startTime gt '2023-06-26T20:51:24.4494016Z' and other comparison operators can be used as described for DateTime properties in https://learn.microsoft.com/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators */\n readonly startTime?: string;\n /** End time of the run instance. Filter options such as startTime gt '2023-06-26T20:51:24.4494016Z' and other comparison operators can be used as described for DateTime properties in https://learn.microsoft.com/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators */\n readonly finishTime?: string;\n /** Total number of objects that meet the condition as defined in the storage task assignment execution context. Filter options such as objectsTargetedCount gt 50 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators */\n readonly objectsTargetedCount?: string;\n /** Total number of objects that meet the storage tasks condition and were operated upon. Filter options such as objectsOperatedOnCount ge 100 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators */\n readonly objectsOperatedOnCount?: string;\n /** Total number of objects where task operation failed when was attempted. Filter options such as objectFailedCount eq 0 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators */\n readonly objectFailedCount?: string;\n /** Total number of objects where task operation succeeded when was attempted.Filter options such as objectsSucceededCount gt 150 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators */\n readonly objectsSucceededCount?: string;\n /** Well known Azure Storage error code that represents the error encountered during execution of the run instance. */\n readonly runStatusError?: string;\n /** Represents the status of the execution. */\n readonly runStatusEnum?: RunStatusEnum;\n /** Full path to the verbose report stored in the reporting container as specified in the assignment execution context for the storage account. */\n readonly summaryReportPath?: string;\n /** Storage Task Arm Id. */\n readonly taskId?: string;\n /** Storage Task Version */\n readonly taskVersion?: string;\n /** Represents the overall result of the execution for the run instance */\n readonly runResult?: RunResult;\n}\n\nexport function storageTaskReportPropertiesSerializer(_item: StorageTaskReportProperties): any {\n return {};\n}\n\nexport function storageTaskReportPropertiesDeserializer(item: any): StorageTaskReportProperties {\n return {\n taskAssignmentId: item[\"taskAssignmentId\"],\n storageAccountId: item[\"storageAccountId\"],\n startTime: item[\"startTime\"],\n finishTime: item[\"finishTime\"],\n objectsTargetedCount: item[\"objectsTargetedCount\"],\n objectsOperatedOnCount: item[\"objectsOperatedOnCount\"],\n objectFailedCount: item[\"objectFailedCount\"],\n objectsSucceededCount: item[\"objectsSucceededCount\"],\n runStatusError: item[\"runStatusError\"],\n runStatusEnum: item[\"runStatusEnum\"],\n summaryReportPath: item[\"summaryReportPath\"],\n taskId: item[\"taskId\"],\n taskVersion: item[\"taskVersion\"],\n runResult: item[\"runResult\"],\n };\n}\n\n/** Represents the status of the execution. */\nexport enum KnownRunStatusEnum {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Finished */\n Finished = \"Finished\",\n}\n\n/**\n * Represents the status of the execution. \\\n * {@link KnownRunStatusEnum} can be used interchangeably with RunStatusEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Finished**\n */\nexport type RunStatusEnum = string;\n\n/** Represents the overall result of the execution for the run instance */\nexport enum KnownRunResult {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Represents the overall result of the execution for the run instance \\\n * {@link KnownRunResult} can be used interchangeably with RunResult,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed**\n */\nexport type RunResult = string;\n\n/** Parameters of the storage task assignment update request */\nexport interface StorageTaskAssignmentUpdateParameters {\n /** Properties of the storage task assignment. */\n properties?: StorageTaskAssignmentUpdateProperties;\n}\n\nexport function storageTaskAssignmentUpdateParametersSerializer(\n item: StorageTaskAssignmentUpdateParameters,\n): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : storageTaskAssignmentUpdatePropertiesSerializer(item[\"properties\"]),\n };\n}\n\n/** Properties of the storage task update assignment. */\nexport interface StorageTaskAssignmentUpdateProperties {\n /** Id of the corresponding storage task */\n readonly taskId?: string;\n /** Whether the storage task assignment is enabled or not */\n enabled?: boolean;\n /** Text that describes the purpose of the storage task assignment */\n description?: string;\n /** The storage task assignment execution context */\n executionContext?: StorageTaskAssignmentUpdateExecutionContext;\n /** The storage task assignment report */\n report?: StorageTaskAssignmentUpdateReport;\n /** Represents the provisioning state of the storage task assignment. */\n readonly provisioningState?: StorageTaskAssignmentProvisioningState;\n /** Run status of storage task assignment */\n runStatus?: StorageTaskReportProperties;\n}\n\nexport function storageTaskAssignmentUpdatePropertiesSerializer(\n item: StorageTaskAssignmentUpdateProperties,\n): any {\n return {\n enabled: item[\"enabled\"],\n description: item[\"description\"],\n executionContext: !item[\"executionContext\"]\n ? item[\"executionContext\"]\n : storageTaskAssignmentUpdateExecutionContextSerializer(item[\"executionContext\"]),\n report: !item[\"report\"]\n ? item[\"report\"]\n : storageTaskAssignmentUpdateReportSerializer(item[\"report\"]),\n runStatus: !item[\"runStatus\"]\n ? item[\"runStatus\"]\n : storageTaskReportPropertiesSerializer(item[\"runStatus\"]),\n };\n}\n\n/** Execution context of the storage task assignment update. */\nexport interface StorageTaskAssignmentUpdateExecutionContext {\n /** Execution target of the storage task assignment */\n target?: ExecutionTarget;\n /** Execution trigger of the storage task assignment */\n trigger?: ExecutionTriggerUpdate;\n}\n\nexport function storageTaskAssignmentUpdateExecutionContextSerializer(\n item: StorageTaskAssignmentUpdateExecutionContext,\n): any {\n return {\n target: !item[\"target\"] ? item[\"target\"] : executionTargetSerializer(item[\"target\"]),\n trigger: !item[\"trigger\"] ? item[\"trigger\"] : executionTriggerUpdateSerializer(item[\"trigger\"]),\n };\n}\n\n/** Execution trigger update for storage task assignment */\nexport interface ExecutionTriggerUpdate {\n /** The trigger type of the storage task assignment execution */\n type?: TriggerType;\n /** The trigger parameters of the storage task assignment execution */\n parameters?: TriggerParametersUpdate;\n}\n\nexport function executionTriggerUpdateSerializer(item: ExecutionTriggerUpdate): any {\n return {\n type: item[\"type\"],\n parameters: !item[\"parameters\"]\n ? item[\"parameters\"]\n : triggerParametersUpdateSerializer(item[\"parameters\"]),\n };\n}\n\n/** The trigger parameters update for the storage task assignment execution */\nexport interface TriggerParametersUpdate {\n /** When to start task execution. This is a mutable field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce' */\n startFrom?: Date;\n /** Run interval of task execution. This is a mutable field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce' */\n interval?: number;\n /** Run interval unit of task execution. This is a mutable field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce' */\n intervalUnit?: IntervalUnit;\n /** When to end task execution. This is a mutable field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce' */\n endBy?: Date;\n /** When to start task execution. This is a mutable field when ExecutionTrigger.properties.type is 'RunOnce'; this property should not be present when ExecutionTrigger.properties.type is 'OnSchedule' */\n startOn?: Date;\n}\n\nexport function triggerParametersUpdateSerializer(item: TriggerParametersUpdate): any {\n return {\n startFrom: !item[\"startFrom\"] ? item[\"startFrom\"] : item[\"startFrom\"].toISOString(),\n interval: item[\"interval\"],\n intervalUnit: item[\"intervalUnit\"],\n endBy: !item[\"endBy\"] ? item[\"endBy\"] : item[\"endBy\"].toISOString(),\n startOn: !item[\"startOn\"] ? item[\"startOn\"] : item[\"startOn\"].toISOString(),\n };\n}\n\n/** The storage task assignment report */\nexport interface StorageTaskAssignmentUpdateReport {\n /** The prefix of the storage task assignment report */\n prefix?: string;\n}\n\nexport function storageTaskAssignmentUpdateReportSerializer(\n item: StorageTaskAssignmentUpdateReport,\n): any {\n return { prefix: item[\"prefix\"] };\n}\n\n/** List of storage task assignments for the storage account */\nexport interface _StorageTaskAssignmentsList {\n /** The StorageTaskAssignment items on this page */\n readonly value: StorageTaskAssignment[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _storageTaskAssignmentsListDeserializer(item: any): _StorageTaskAssignmentsList {\n return {\n value: storageTaskAssignmentArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function storageTaskAssignmentArraySerializer(result: Array<StorageTaskAssignment>): any[] {\n return result.map((item) => {\n return storageTaskAssignmentSerializer(item);\n });\n}\n\nexport function storageTaskAssignmentArrayDeserializer(\n result: Array<StorageTaskAssignment>,\n): any[] {\n return result.map((item) => {\n return storageTaskAssignmentDeserializer(item);\n });\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */\nexport interface ErrorResponse_1 {\n /** The error object. */\n error?: ErrorDetail;\n}\n\nexport function errorResponseDeserializer_1(item: any): ErrorResponse_1 {\n return {\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** A Connector is a tracked ARM resource modeled as a sub-resource of a Storage Account. */\nexport interface Connector extends TrackedResource {\n /** The properties of the Storage Connector. */\n properties: StorageConnectorProperties;\n}\n\nexport function connectorSerializer(item: Connector): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: storageConnectorPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function connectorDeserializer(item: any): Connector {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: storageConnectorPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The storage connector properties */\nexport interface StorageConnectorProperties {\n /** System-generated GUID identifier for the Storage Connector. Not a valid input parameter when creating. */\n readonly uniqueId?: string;\n /**\n * State - Active or Inactive. Whether or not the Storage Connector should start as active (default: Active)\n * (While set to false on the Storage Connector, all data plane requests using this Storage Connector fail, and this Storage Connector is not billed if it would be otherwise.\n */\n state?: StorageConnectorState;\n /**\n * System-generated creation time of the Storage Connector in ISO 8601 date-time format (YYYY-MM-DDTHH:mm:ssZ).\n * Not a valid input parameter during creating.\n */\n readonly creationTime?: string;\n /** Arbitrary description of this Storage Connector. Max 250 characters. */\n description?: string;\n /** Test connection to backing data source before creating the storage connector. */\n testConnection?: boolean;\n /** The type of backing data source for this Storage Connector. */\n dataSourceType: StorageConnectorDataSourceType;\n /** Information about how to communicate with and authenticate to the backing data store. */\n source: StorageConnectorSourceUnion;\n /** Represents the provisioning state of the storage connector. */\n readonly provisioningState?: NativeDataSharingProvisioningState;\n}\n\nexport function storageConnectorPropertiesSerializer(item: StorageConnectorProperties): any {\n return {\n state: item[\"state\"],\n description: item[\"description\"],\n testConnection: item[\"testConnection\"],\n dataSourceType: item[\"dataSourceType\"],\n source: storageConnectorSourceUnionSerializer(item[\"source\"]),\n };\n}\n\nexport function storageConnectorPropertiesDeserializer(item: any): StorageConnectorProperties {\n return {\n uniqueId: item[\"uniqueId\"],\n state: item[\"state\"],\n creationTime: item[\"creationTime\"],\n description: item[\"description\"],\n testConnection: item[\"testConnection\"],\n dataSourceType: item[\"dataSourceType\"],\n source: storageConnectorSourceUnionDeserializer(item[\"source\"]),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** The state of the storage connector */\nexport enum KnownStorageConnectorState {\n /** Whether the connector is active */\n Active = \"Active\",\n /** Whether the connector is inactive */\n Inactive = \"Inactive\",\n}\n\n/**\n * The state of the storage connector \\\n * {@link KnownStorageConnectorState} can be used interchangeably with StorageConnectorState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Active**: Whether the connector is active \\\n * **Inactive**: Whether the connector is inactive\n */\nexport type StorageConnectorState = string;\n\n/** The type of the backing data source for storage connector */\nexport enum KnownStorageConnectorDataSourceType {\n /** Azure DataShare data source type. */\n AzureDataShare = \"Azure_DataShare\",\n}\n\n/**\n * The type of the backing data source for storage connector \\\n * {@link KnownStorageConnectorDataSourceType} can be used interchangeably with StorageConnectorDataSourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Azure_DataShare**: Azure DataShare data source type.\n */\nexport type StorageConnectorDataSourceType = string;\n\n/** The storage connector backing data source information */\nexport interface StorageConnectorSource {\n /** Type of the Storage Connector. Not mutable once the Storage Connector is created.\" */\n /** The discriminator possible values: DataShare */\n type: StorageConnectorSourceType;\n}\n\nexport function storageConnectorSourceSerializer(item: StorageConnectorSource): any {\n return { type: item[\"type\"] };\n}\n\nexport function storageConnectorSourceDeserializer(item: any): StorageConnectorSource {\n return {\n type: item[\"type\"],\n };\n}\n\n/** Alias for StorageConnectorSourceUnion */\nexport type StorageConnectorSourceUnion = DataShareSource | StorageConnectorSource;\n\nexport function storageConnectorSourceUnionSerializer(item: StorageConnectorSourceUnion): any {\n switch (item.type) {\n case \"DataShare\":\n return dataShareSourceSerializer(item as DataShareSource);\n\n default:\n return storageConnectorSourceSerializer(item);\n }\n}\n\nexport function storageConnectorSourceUnionDeserializer(item: any): StorageConnectorSourceUnion {\n switch (item[\"type\"]) {\n case \"DataShare\":\n return dataShareSourceDeserializer(item as DataShareSource);\n\n default:\n return storageConnectorSourceDeserializer(item);\n }\n}\n\n/** The type of the backing data source for storage connector */\nexport enum KnownStorageConnectorSourceType {\n /** Source type - DataShare */\n DataShare = \"DataShare\",\n}\n\n/**\n * The type of the backing data source for storage connector \\\n * {@link KnownStorageConnectorSourceType} can be used interchangeably with StorageConnectorSourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **DataShare**: Source type - DataShare\n */\nexport type StorageConnectorSourceType = string;\n\n/** The properties of data share source */\nexport interface DataShareSource extends StorageConnectorSource {\n /** The type for data share source */\n type: \"DataShare\";\n /** Details for how to connect to the backing data store. */\n connection: StorageConnectorConnectionUnion;\n /** Details for how to authenticate to the backing data store. */\n authProperties: StorageConnectorAuthPropertiesUnion;\n}\n\nexport function dataShareSourceSerializer(item: DataShareSource): any {\n return {\n type: item[\"type\"],\n connection: storageConnectorConnectionUnionSerializer(item[\"connection\"]),\n authProperties: storageConnectorAuthPropertiesUnionSerializer(item[\"authProperties\"]),\n };\n}\n\nexport function dataShareSourceDeserializer(item: any): DataShareSource {\n return {\n type: item[\"type\"],\n connection: storageConnectorConnectionUnionDeserializer(item[\"connection\"]),\n authProperties: storageConnectorAuthPropertiesUnionDeserializer(item[\"authProperties\"]),\n };\n}\n\n/** The connection properties of the backing data source */\nexport interface StorageConnectorConnection {\n /** Type of the connection. Controls the type of the connection object. Not mutable once the Storage Connector is created. */\n /** The discriminator possible values: DataShare */\n type: StorageConnectorConnectionType;\n}\n\nexport function storageConnectorConnectionSerializer(item: StorageConnectorConnection): any {\n return { type: item[\"type\"] };\n}\n\nexport function storageConnectorConnectionDeserializer(item: any): StorageConnectorConnection {\n return {\n type: item[\"type\"],\n };\n}\n\n/** Alias for StorageConnectorConnectionUnion */\nexport type StorageConnectorConnectionUnion = DataShareConnection | StorageConnectorConnection;\n\nexport function storageConnectorConnectionUnionSerializer(\n item: StorageConnectorConnectionUnion,\n): any {\n switch (item.type) {\n case \"DataShare\":\n return dataShareConnectionSerializer(item as DataShareConnection);\n\n default:\n return storageConnectorConnectionSerializer(item);\n }\n}\n\nexport function storageConnectorConnectionUnionDeserializer(\n item: any,\n): StorageConnectorConnectionUnion {\n switch (item[\"type\"]) {\n case \"DataShare\":\n return dataShareConnectionDeserializer(item as DataShareConnection);\n\n default:\n return storageConnectorConnectionDeserializer(item);\n }\n}\n\n/** The connection type for bucket connection in storage connector. */\nexport enum KnownStorageConnectorConnectionType {\n /** DataShare connection type */\n DataShare = \"DataShare\",\n}\n\n/**\n * The connection type for bucket connection in storage connector. \\\n * {@link KnownStorageConnectorConnectionType} can be used interchangeably with StorageConnectorConnectionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **DataShare**: DataShare connection type\n */\nexport type StorageConnectorConnectionType = string;\n\n/** The connection details for Data Share source */\nexport interface DataShareConnection extends StorageConnectorConnection {\n /** The type for data share connection */\n type: \"DataShare\";\n /** The URI of the backing DataShare. Must be in the format: azds://<region>:<DataShareName>:<DataShareIdentifier> */\n dataShareUri: string;\n}\n\nexport function dataShareConnectionSerializer(item: DataShareConnection): any {\n return { type: item[\"type\"], dataShareUri: item[\"dataShareUri\"] };\n}\n\nexport function dataShareConnectionDeserializer(item: any): DataShareConnection {\n return {\n type: item[\"type\"],\n dataShareUri: item[\"dataShareUri\"],\n };\n}\n\n/** The authentication properties of the backing data source */\nexport interface StorageConnectorAuthProperties {\n /** Type of the authentication properties. Controls the type of the authProperties object */\n /** The discriminator possible values: ManagedIdentity */\n type: StorageConnectorAuthType;\n}\n\nexport function storageConnectorAuthPropertiesSerializer(\n item: StorageConnectorAuthProperties,\n): any {\n return { type: item[\"type\"] };\n}\n\nexport function storageConnectorAuthPropertiesDeserializer(\n item: any,\n): StorageConnectorAuthProperties {\n return {\n type: item[\"type\"],\n };\n}\n\n/** Alias for StorageConnectorAuthPropertiesUnion */\nexport type StorageConnectorAuthPropertiesUnion =\n | ManagedIdentityAuthProperties\n | StorageConnectorAuthProperties;\n\nexport function storageConnectorAuthPropertiesUnionSerializer(\n item: StorageConnectorAuthPropertiesUnion,\n): any {\n switch (item.type) {\n case \"ManagedIdentity\":\n return managedIdentityAuthPropertiesSerializer(item as ManagedIdentityAuthProperties);\n\n default:\n return storageConnectorAuthPropertiesSerializer(item);\n }\n}\n\nexport function storageConnectorAuthPropertiesUnionDeserializer(\n item: any,\n): StorageConnectorAuthPropertiesUnion {\n switch (item[\"type\"]) {\n case \"ManagedIdentity\":\n return managedIdentityAuthPropertiesDeserializer(item as ManagedIdentityAuthProperties);\n\n default:\n return storageConnectorAuthPropertiesDeserializer(item);\n }\n}\n\n/** The auth type supported for bucket connection in storage connector. */\nexport enum KnownStorageConnectorAuthType {\n /** Managed Identity auth type */\n ManagedIdentity = \"ManagedIdentity\",\n}\n\n/**\n * The auth type supported for bucket connection in storage connector. \\\n * {@link KnownStorageConnectorAuthType} can be used interchangeably with StorageConnectorAuthType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ManagedIdentity**: Managed Identity auth type\n */\nexport type StorageConnectorAuthType = string;\n\n/** The managed identity auth properties for dataShare connection. */\nexport interface ManagedIdentityAuthProperties extends StorageConnectorAuthProperties {\n /** The type of managed identity auth */\n type: \"ManagedIdentity\";\n /** ARM ResourceId of the managed identity that should be used to authenticate to the backing data source. */\n identityResourceId?: string;\n}\n\nexport function managedIdentityAuthPropertiesSerializer(item: ManagedIdentityAuthProperties): any {\n return { type: item[\"type\"], identityResourceId: item[\"identityResourceId\"] };\n}\n\nexport function managedIdentityAuthPropertiesDeserializer(\n item: any,\n): ManagedIdentityAuthProperties {\n return {\n type: item[\"type\"],\n identityResourceId: item[\"identityResourceId\"],\n };\n}\n\n/** Provisioning state of the resource at the time the operation was called. */\nexport enum KnownNativeDataSharingProvisioningState {\n /** The request has been accepted for processing. */\n Accepted = \"Accepted\",\n /** The resource is being created. */\n Creating = \"Creating\",\n /** The resource has been successfully created. */\n Succeeded = \"Succeeded\",\n /** The resource is being deleted. */\n Deleting = \"Deleting\",\n /** The request has been canceled. */\n Canceled = \"Canceled\",\n /** The resource creation or deletion has failed. */\n Failed = \"Failed\",\n}\n\n/**\n * Provisioning state of the resource at the time the operation was called. \\\n * {@link KnownNativeDataSharingProvisioningState} can be used interchangeably with NativeDataSharingProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Accepted**: The request has been accepted for processing. \\\n * **Creating**: The resource is being created. \\\n * **Succeeded**: The resource has been successfully created. \\\n * **Deleting**: The resource is being deleted. \\\n * **Canceled**: The request has been canceled. \\\n * **Failed**: The resource creation or deletion has failed.\n */\nexport type NativeDataSharingProvisioningState = string;\n\n/** A Connector is a tracked ARM resource modeled as a sub-resource of a Storage Account. */\nexport interface ConnectorUpdate extends TrackedResourceUpdate {\n /** The properties of the Storage Connector. */\n properties?: StorageConnectorPropertiesUpdate;\n}\n\nexport function connectorUpdateSerializer(item: ConnectorUpdate): any {\n return {\n tags: item[\"tags\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : storageConnectorPropertiesUpdateSerializer(item[\"properties\"]),\n };\n}\n\n/** The storage connector properties */\nexport interface StorageConnectorPropertiesUpdate {\n /**\n * State - Active or Inactive. Whether or not the Storage Connector should start as active (default: Active)\n * (While set to false on the Storage Connector, all data plane requests using this Storage Connector fail, and this Storage Connector is not billed if it would be otherwise.\n */\n state?: StorageConnectorState;\n /** Arbitrary description of this Storage Connector. Max 250 characters. */\n description?: string;\n /** Test connection to backing data source before creating the storage connector. */\n testConnection?: boolean;\n /** Information about how to communicate with and authenticate to the backing data store. */\n source?: StorageConnectorSourceUpdateUnion;\n}\n\nexport function storageConnectorPropertiesUpdateSerializer(\n item: StorageConnectorPropertiesUpdate,\n): any {\n return {\n state: item[\"state\"],\n description: item[\"description\"],\n testConnection: item[\"testConnection\"],\n source: !item[\"source\"]\n ? item[\"source\"]\n : storageConnectorSourceUpdateUnionSerializer(item[\"source\"]),\n };\n}\n\n/** The storage connector backing data source information */\nexport interface StorageConnectorSourceUpdate {\n /** Type of the Storage Connector. Not mutable once the Storage Connector is created.\" */\n /** The discriminator possible values: DataShare */\n type: StorageConnectorSourceType;\n}\n\nexport function storageConnectorSourceUpdateSerializer(item: StorageConnectorSourceUpdate): any {\n return { type: item[\"type\"] };\n}\n\n/** Alias for StorageConnectorSourceUpdateUnion */\nexport type StorageConnectorSourceUpdateUnion =\n | DataShareSourceUpdate\n | StorageConnectorSourceUpdate;\n\nexport function storageConnectorSourceUpdateUnionSerializer(\n item: StorageConnectorSourceUpdateUnion,\n): any {\n switch (item.type) {\n case \"DataShare\":\n return dataShareSourceUpdateSerializer(item as DataShareSourceUpdate);\n\n default:\n return storageConnectorSourceUpdateSerializer(item);\n }\n}\n\n/** The properties of data share source */\nexport interface DataShareSourceUpdate extends StorageConnectorSourceUpdate {\n /** Discriminator value for DataShare */\n type: \"DataShare\";\n /** Details for how to authenticate to the backing data store. */\n authProperties?: StorageConnectorAuthPropertiesUpdateUnion;\n}\n\nexport function dataShareSourceUpdateSerializer(item: DataShareSourceUpdate): any {\n return {\n type: item[\"type\"],\n authProperties: !item[\"authProperties\"]\n ? item[\"authProperties\"]\n : storageConnectorAuthPropertiesUpdateUnionSerializer(item[\"authProperties\"]),\n };\n}\n\n/** The authentication properties of the backing data source */\nexport interface StorageConnectorAuthPropertiesUpdate {\n /** Type of the authentication properties. Controls the type of the authProperties object */\n /** The discriminator possible values: ManagedIdentity */\n type: StorageConnectorAuthType;\n}\n\nexport function storageConnectorAuthPropertiesUpdateSerializer(\n item: StorageConnectorAuthPropertiesUpdate,\n): any {\n return { type: item[\"type\"] };\n}\n\n/** Alias for StorageConnectorAuthPropertiesUpdateUnion */\nexport type StorageConnectorAuthPropertiesUpdateUnion =\n | ManagedIdentityAuthPropertiesUpdate\n | StorageConnectorAuthPropertiesUpdate;\n\nexport function storageConnectorAuthPropertiesUpdateUnionSerializer(\n item: StorageConnectorAuthPropertiesUpdateUnion,\n): any {\n switch (item.type) {\n case \"ManagedIdentity\":\n return managedIdentityAuthPropertiesUpdateSerializer(\n item as ManagedIdentityAuthPropertiesUpdate,\n );\n\n default:\n return storageConnectorAuthPropertiesUpdateSerializer(item);\n }\n}\n\n/** The managed identity auth properties for dataShare connection. */\nexport interface ManagedIdentityAuthPropertiesUpdate extends StorageConnectorAuthPropertiesUpdate {\n /** Discriminator value for ManagedIdentity */\n type: \"ManagedIdentity\";\n /** ARM ResourceId of the managed identity that should be used to authenticate to the backing data source. */\n identityResourceId?: string;\n}\n\nexport function managedIdentityAuthPropertiesUpdateSerializer(\n item: ManagedIdentityAuthPropertiesUpdate,\n): any {\n return { type: item[\"type\"], identityResourceId: item[\"identityResourceId\"] };\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResourceUpdate extends Resource {\n /** Resource tags. */\n tags?: Record<string, string>;\n}\n\nexport function trackedResourceUpdateSerializer(item: TrackedResourceUpdate): any {\n return { tags: item[\"tags\"] };\n}\n\n/** The response of a Connector list operation. */\nexport interface _ConnectorListResult {\n /** The Connector items on this page */\n value: Connector[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _connectorListResultDeserializer(item: any): _ConnectorListResult {\n return {\n value: connectorArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function connectorArraySerializer(result: Array<Connector>): any[] {\n return result.map((item) => {\n return connectorSerializer(item);\n });\n}\n\nexport function connectorArrayDeserializer(result: Array<Connector>): any[] {\n return result.map((item) => {\n return connectorDeserializer(item);\n });\n}\n\n/** Test existing connection request properties */\nexport interface TestExistingConnectionRequest {\n /** The uniqueId of the storage connector as returned by the server. */\n uniqueId: string;\n}\n\nexport function testExistingConnectionRequestSerializer(item: TestExistingConnectionRequest): any {\n return { uniqueId: item[\"uniqueId\"] };\n}\n\n/** Test connection response properties */\nexport interface TestConnectionResponse {\n /**\n * Indicates the method used to validate the connection to the backing data store.\n * Valid values are `GetBlob` and `ListBlobs` for failure, and `TestExistingConnection` for success.\n */\n storageConnectorMethodName: string;\n /**\n * A string representing the error received from the backing data store.\n * Format will vary depending on the data store type and will be capped at 1 MB in size.\n * The error message will be empty if the connection was successful.\n */\n storageConnectorErrorMessage?: string;\n /** The request Id associated with the request sent to the backing data store for validation. */\n storageConnectorRequestId: string;\n}\n\nexport function testConnectionResponseDeserializer(item: any): TestConnectionResponse {\n return {\n storageConnectorMethodName: item[\"storageConnectorMethodName\"],\n storageConnectorErrorMessage: item[\"storageConnectorErrorMessage\"],\n storageConnectorRequestId: item[\"storageConnectorRequestId\"],\n };\n}\n\n/** A DataShare is a tracked ARM resource modeled as a sub-resource of a Storage Account. */\nexport interface DataShare extends TrackedResource {\n /** The properties of the Storage DataShare. */\n properties: StorageDataShareProperties;\n}\n\nexport function dataShareSerializer(item: DataShare): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: storageDataSharePropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function dataShareDeserializer(item: any): DataShare {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: storageDataSharePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The storage datashare properties */\nexport interface StorageDataShareProperties {\n /** System-generated GUID identifier for the Storage DataShare. Not a valid input parameter when creating. */\n readonly dataShareIdentifier?: string;\n /** Arbitrary description of this Data Share. Max 250 characters. */\n description?: string;\n /**\n * The DataShare URI to be shared with the consumer.\n * URI Format - 'azds://<location>:<dataShareName>:<dataShareIdentifier>'.\n */\n readonly dataShareUri?: string;\n /**\n * List of access policies that specify the permission allowed to a managed identity.\n * For Create - This property is required and cannot be null. If no access policies are provided at creation time, specify an empty array.\n * For Update - This property is optional. If set to null or not passed, the existing access policies are left unchanged.\n * If provided with a non-null value, the existing access policies are replaced with the specified list.\n */\n accessPolicies: StorageDataShareAccessPolicy[];\n /**\n * List of assets that specify the properties of the shared resources.\n * For Create - This property is required and cannot be null. If no assets are provided at creation time, specify an empty array.\n * For Update - This property is optional. If set to null or not passed, the existing assets are left unchanged.\n * If provided with a non-null value, the existing assets are replaced with the specified list.\n */\n assets: StorageDataShareAsset[];\n /** Represents the provisioning state of the storage datashare. */\n readonly provisioningState?: NativeDataSharingProvisioningState;\n}\n\nexport function storageDataSharePropertiesSerializer(item: StorageDataShareProperties): any {\n return {\n description: item[\"description\"],\n accessPolicies: storageDataShareAccessPolicyArraySerializer(item[\"accessPolicies\"]),\n assets: storageDataShareAssetArraySerializer(item[\"assets\"]),\n };\n}\n\nexport function storageDataSharePropertiesDeserializer(item: any): StorageDataShareProperties {\n return {\n dataShareIdentifier: item[\"dataShareIdentifier\"],\n description: item[\"description\"],\n dataShareUri: item[\"dataShareUri\"],\n accessPolicies: storageDataShareAccessPolicyArrayDeserializer(item[\"accessPolicies\"]),\n assets: storageDataShareAssetArrayDeserializer(item[\"assets\"]),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\nexport function storageDataShareAccessPolicyArraySerializer(\n result: Array<StorageDataShareAccessPolicy>,\n): any[] {\n return result.map((item) => {\n return storageDataShareAccessPolicySerializer(item);\n });\n}\n\nexport function storageDataShareAccessPolicyArrayDeserializer(\n result: Array<StorageDataShareAccessPolicy>,\n): any[] {\n return result.map((item) => {\n return storageDataShareAccessPolicyDeserializer(item);\n });\n}\n\n/** Policy that specify the permission allowed to a managed identity */\nexport interface StorageDataShareAccessPolicy {\n /** The AAD principal ID of the Managed Identity. */\n principalId: string;\n /** The AAD tenant ID of the Managed Identity. */\n tenantId: string;\n /** Allowed permissions. Currently, only supported value is Read. */\n permission: StorageDataShareAccessPolicyPermission;\n}\n\nexport function storageDataShareAccessPolicySerializer(item: StorageDataShareAccessPolicy): any {\n return {\n principalId: item[\"principalId\"],\n tenantId: item[\"tenantId\"],\n permission: item[\"permission\"],\n };\n}\n\nexport function storageDataShareAccessPolicyDeserializer(item: any): StorageDataShareAccessPolicy {\n return {\n principalId: item[\"principalId\"],\n tenantId: item[\"tenantId\"],\n permission: item[\"permission\"],\n };\n}\n\n/** The permissions supported in access policies for storage data share */\nexport enum KnownStorageDataShareAccessPolicyPermission {\n /** No permission */\n None = \"None\",\n /** Read permission */\n Read = \"Read\",\n}\n\n/**\n * The permissions supported in access policies for storage data share \\\n * {@link KnownStorageDataShareAccessPolicyPermission} can be used interchangeably with StorageDataShareAccessPolicyPermission,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No permission \\\n * **Read**: Read permission\n */\nexport type StorageDataShareAccessPolicyPermission = string;\n\nexport function storageDataShareAssetArraySerializer(result: Array<StorageDataShareAsset>): any[] {\n return result.map((item) => {\n return storageDataShareAssetSerializer(item);\n });\n}\n\nexport function storageDataShareAssetArrayDeserializer(\n result: Array<StorageDataShareAsset>,\n): any[] {\n return result.map((item) => {\n return storageDataShareAssetDeserializer(item);\n });\n}\n\n/** Properties of a shared resource. */\nexport interface StorageDataShareAsset {\n /**\n * Source Path to be shared. It can be a folder or a blob.\n * The asset path should contain container name followed by path within the container, e.g. /container1/logs/external.\n */\n assetPath: string;\n /** Consumer visible name of the original path. */\n displayName: string;\n}\n\nexport function storageDataShareAssetSerializer(item: StorageDataShareAsset): any {\n return { assetPath: item[\"assetPath\"], displayName: item[\"displayName\"] };\n}\n\nexport function storageDataShareAssetDeserializer(item: any): StorageDataShareAsset {\n return {\n assetPath: item[\"assetPath\"],\n displayName: item[\"displayName\"],\n };\n}\n\n/** A DataShare is a tracked ARM resource modeled as a sub-resource of a Storage Account. */\nexport interface DataShareUpdate extends TrackedResourceUpdate {\n /** The properties of the Storage DataShare. */\n properties?: StorageDataSharePropertiesUpdate;\n}\n\nexport function dataShareUpdateSerializer(item: DataShareUpdate): any {\n return {\n tags: item[\"tags\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : storageDataSharePropertiesUpdateSerializer(item[\"properties\"]),\n };\n}\n\n/** The storage datashare properties */\nexport interface StorageDataSharePropertiesUpdate {\n /** Arbitrary description of this Data Share. Max 250 characters. */\n description?: string;\n /**\n * List of access policies that specify the permission allowed to a managed identity.\n * For Create - This property is required and cannot be null. If no access policies are provided at creation time, specify an empty array.\n * For Update - This property is optional. If set to null or not passed, the existing access policies are left unchanged.\n * If provided with a non-null value, the existing access policies are replaced with the specified list.\n */\n accessPolicies?: StorageDataShareAccessPolicy[];\n /**\n * List of assets that specify the properties of the shared resources.\n * For Create - This property is required and cannot be null. If no assets are provided at creation time, specify an empty array.\n * For Update - This property is optional. If set to null or not passed, the existing assets are left unchanged.\n * If provided with a non-null value, the existing assets are replaced with the specified list.\n */\n assets?: StorageDataShareAsset[];\n}\n\nexport function storageDataSharePropertiesUpdateSerializer(\n item: StorageDataSharePropertiesUpdate,\n): any {\n return {\n description: item[\"description\"],\n accessPolicies: !item[\"accessPolicies\"]\n ? item[\"accessPolicies\"]\n : storageDataShareAccessPolicyArraySerializer(item[\"accessPolicies\"]),\n assets: !item[\"assets\"] ? item[\"assets\"] : storageDataShareAssetArraySerializer(item[\"assets\"]),\n };\n}\n\n/** The response of a DataShare list operation. */\nexport interface _DataShareListResult {\n /** The DataShare items on this page */\n value: DataShare[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _dataShareListResultDeserializer(item: any): _DataShareListResult {\n return {\n value: dataShareArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function dataShareArraySerializer(result: Array<DataShare>): any[] {\n return result.map((item) => {\n return dataShareSerializer(item);\n });\n}\n\nexport function dataShareArrayDeserializer(result: Array<DataShare>): any[] {\n return result.map((item) => {\n return dataShareDeserializer(item);\n });\n}\n\n/** A list of private link resources */\nexport interface PrivateLinkResourceListResult {\n /** Array of private link resources */\n value?: PrivateLinkResource[];\n}\n\nexport function privateLinkResourceListResultDeserializer(\n item: any,\n): PrivateLinkResourceListResult {\n return {\n value: !item[\"value\"] ? item[\"value\"] : privateLinkResourceArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function privateLinkResourceArrayDeserializer(result: Array<PrivateLinkResource>): any[] {\n return result.map((item) => {\n return privateLinkResourceDeserializer(item);\n });\n}\n\n/** A private link resource */\nexport interface PrivateLinkResource extends Resource {\n /** The private link resource group id. */\n readonly groupId?: string;\n /** The private link resource required member names. */\n readonly requiredMembers?: string[];\n /** The private link resource Private link DNS zone name. */\n requiredZoneNames?: string[];\n}\n\nexport function privateLinkResourceDeserializer(item: any): PrivateLinkResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _privateLinkResourcePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Properties of a private link resource. */\nexport interface PrivateLinkResourceProperties {\n /** The private link resource group id. */\n readonly groupId?: string;\n /** The private link resource required member names. */\n readonly requiredMembers?: string[];\n /** The private link resource Private link DNS zone name. */\n requiredZoneNames?: string[];\n}\n\nexport function privateLinkResourcePropertiesDeserializer(\n item: any,\n): PrivateLinkResourceProperties {\n return {\n groupId: item[\"groupId\"],\n requiredMembers: !item[\"requiredMembers\"]\n ? item[\"requiredMembers\"]\n : item[\"requiredMembers\"].map((p: any) => {\n return p;\n }),\n requiredZoneNames: !item[\"requiredZoneNames\"]\n ? item[\"requiredZoneNames\"]\n : item[\"requiredZoneNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Fetch Storage Tasks Run Summary. */\nexport interface _StorageTaskReportSummary {\n /** The StorageTaskReportInstance items on this page */\n readonly value: StorageTaskReportInstance[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _storageTaskReportSummaryDeserializer(item: any): _StorageTaskReportSummary {\n return {\n value: storageTaskReportInstanceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function storageTaskReportInstanceArrayDeserializer(\n result: Array<StorageTaskReportInstance>,\n): any[] {\n return result.map((item) => {\n return storageTaskReportInstanceDeserializer(item);\n });\n}\n\n/** Storage Tasks run report instance */\nexport interface StorageTaskReportInstance extends ProxyResource {\n /** Storage task execution report for a run instance. */\n properties?: StorageTaskReportProperties;\n}\n\nexport function storageTaskReportInstanceDeserializer(item: any): StorageTaskReportInstance {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : storageTaskReportPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Response schema. Contains list of queues returned */\nexport interface _ListQueueResource {\n /** The ListQueue items on this page */\n readonly value: ListQueue[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _listQueueResourceDeserializer(item: any): _ListQueueResource {\n return {\n value: listQueueArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function listQueueArrayDeserializer(result: Array<ListQueue>): any[] {\n return result.map((item) => {\n return listQueueDeserializer(item);\n });\n}\n\n/** model interface ListQueue */\nexport interface ListQueue extends Resource {\n /** A name-value pair that represents queue metadata. */\n metadata?: Record<string, string>;\n}\n\nexport function listQueueDeserializer(item: any): ListQueue {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _listQueueQueuePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** model interface ListQueueProperties */\nexport interface ListQueueProperties {\n /** A name-value pair that represents queue metadata. */\n metadata?: Record<string, string>;\n}\n\nexport function listQueuePropertiesDeserializer(item: any): ListQueueProperties {\n return {\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** Concrete proxy resource types can be created by aliasing this type using a specific property type. */\nexport interface StorageQueue extends ProxyResource {\n /** A name-value pair that represents queue metadata. */\n metadata?: Record<string, string>;\n /** Integer indicating an approximate number of messages in the queue. This number is not lower than the actual number of messages in the queue, but could be higher. */\n readonly approximateMessageCount?: number;\n}\n\nexport function storageQueueSerializer(item: StorageQueue): any {\n return {\n properties: areAllPropsUndefined(item, [\"metadata\"])\n ? undefined\n : _storageQueuePropertiesSerializer(item),\n };\n}\n\nexport function storageQueueDeserializer(item: any): StorageQueue {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _storageQueuePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** model interface QueueProperties */\nexport interface QueueProperties {\n /** A name-value pair that represents queue metadata. */\n metadata?: Record<string, string>;\n /** Integer indicating an approximate number of messages in the queue. This number is not lower than the actual number of messages in the queue, but could be higher. */\n readonly approximateMessageCount?: number;\n}\n\nexport function queuePropertiesSerializer(item: QueueProperties): any {\n return { metadata: item[\"metadata\"] };\n}\n\nexport function queuePropertiesDeserializer(item: any): QueueProperties {\n return {\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n approximateMessageCount: item[\"approximateMessageCount\"],\n };\n}\n\n/** The replication policy between two storage accounts. Multiple rules can be defined in one policy. */\nexport interface ObjectReplicationPolicy extends ProxyResource {\n /** A unique id for object replication policy. */\n readonly policyId?: string;\n /** Indicates when the policy is enabled on the source account. */\n readonly enabledTime?: Date;\n /** Required. Source account name. It should be full resource id if allowCrossTenantReplication set to false. */\n sourceAccount?: string;\n /** Required. Destination account name. It should be full resource id if allowCrossTenantReplication set to false. */\n destinationAccount?: string;\n /** The storage account object replication rules. */\n rules?: ObjectReplicationPolicyRule[];\n /** Optional. The object replication policy metrics feature options. */\n metrics?: ObjectReplicationPolicyPropertiesMetrics;\n /** Optional. The object replication policy priority replication feature options. */\n priorityReplication?: ObjectReplicationPolicyPropertiesPriorityReplication;\n /** Optional. The object replication policy tags replication feature options. */\n tagsReplication?: ObjectReplicationPolicyPropertiesTagsReplication;\n}\n\nexport function objectReplicationPolicySerializer(item: ObjectReplicationPolicy): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"sourceAccount\",\n \"destinationAccount\",\n \"rules\",\n \"metrics\",\n \"priorityReplication\",\n \"tagsReplication\",\n ])\n ? undefined\n : _objectReplicationPolicyPropertiesSerializer(item),\n };\n}\n\nexport function objectReplicationPolicyDeserializer(item: any): ObjectReplicationPolicy {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _objectReplicationPolicyPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** The Storage Account ObjectReplicationPolicy properties. */\nexport interface ObjectReplicationPolicyProperties {\n /** A unique id for object replication policy. */\n readonly policyId?: string;\n /** Indicates when the policy is enabled on the source account. */\n readonly enabledTime?: Date;\n /** Required. Source account name. It should be full resource id if allowCrossTenantReplication set to false. */\n sourceAccount: string;\n /** Required. Destination account name. It should be full resource id if allowCrossTenantReplication set to false. */\n destinationAccount: string;\n /** The storage account object replication rules. */\n rules?: ObjectReplicationPolicyRule[];\n /** Optional. The object replication policy metrics feature options. */\n metrics?: ObjectReplicationPolicyPropertiesMetrics;\n /** Optional. The object replication policy priority replication feature options. */\n priorityReplication?: ObjectReplicationPolicyPropertiesPriorityReplication;\n /** Optional. The object replication policy tags replication feature options. */\n tagsReplication?: ObjectReplicationPolicyPropertiesTagsReplication;\n}\n\nexport function objectReplicationPolicyPropertiesSerializer(\n item: ObjectReplicationPolicyProperties,\n): any {\n return {\n sourceAccount: item[\"sourceAccount\"],\n destinationAccount: item[\"destinationAccount\"],\n rules: !item[\"rules\"]\n ? item[\"rules\"]\n : objectReplicationPolicyRuleArraySerializer(item[\"rules\"]),\n metrics: !item[\"metrics\"]\n ? item[\"metrics\"]\n : objectReplicationPolicyPropertiesMetricsSerializer(item[\"metrics\"]),\n priorityReplication: !item[\"priorityReplication\"]\n ? item[\"priorityReplication\"]\n : objectReplicationPolicyPropertiesPriorityReplicationSerializer(item[\"priorityReplication\"]),\n tagsReplication: !item[\"tagsReplication\"]\n ? item[\"tagsReplication\"]\n : objectReplicationPolicyPropertiesTagsReplicationSerializer(item[\"tagsReplication\"]),\n };\n}\n\nexport function objectReplicationPolicyPropertiesDeserializer(\n item: any,\n): ObjectReplicationPolicyProperties {\n return {\n policyId: item[\"policyId\"],\n enabledTime: !item[\"enabledTime\"] ? item[\"enabledTime\"] : new Date(item[\"enabledTime\"]),\n sourceAccount: item[\"sourceAccount\"],\n destinationAccount: item[\"destinationAccount\"],\n rules: !item[\"rules\"]\n ? item[\"rules\"]\n : objectReplicationPolicyRuleArrayDeserializer(item[\"rules\"]),\n metrics: !item[\"metrics\"]\n ? item[\"metrics\"]\n : objectReplicationPolicyPropertiesMetricsDeserializer(item[\"metrics\"]),\n priorityReplication: !item[\"priorityReplication\"]\n ? item[\"priorityReplication\"]\n : objectReplicationPolicyPropertiesPriorityReplicationDeserializer(\n item[\"priorityReplication\"],\n ),\n tagsReplication: !item[\"tagsReplication\"]\n ? item[\"tagsReplication\"]\n : objectReplicationPolicyPropertiesTagsReplicationDeserializer(item[\"tagsReplication\"]),\n };\n}\n\nexport function objectReplicationPolicyRuleArraySerializer(\n result: Array<ObjectReplicationPolicyRule>,\n): any[] {\n return result.map((item) => {\n return objectReplicationPolicyRuleSerializer(item);\n });\n}\n\nexport function objectReplicationPolicyRuleArrayDeserializer(\n result: Array<ObjectReplicationPolicyRule>,\n): any[] {\n return result.map((item) => {\n return objectReplicationPolicyRuleDeserializer(item);\n });\n}\n\n/** The replication policy rule between two containers. */\nexport interface ObjectReplicationPolicyRule {\n /** Rule Id is auto-generated for each new rule on destination account. It is required for put policy on source account. */\n ruleId?: string;\n /** Required. Source container name. */\n sourceContainer: string;\n /** Required. Destination container name. */\n destinationContainer: string;\n /** Optional. An object that defines the filter set. */\n filters?: ObjectReplicationPolicyFilter;\n}\n\nexport function objectReplicationPolicyRuleSerializer(item: ObjectReplicationPolicyRule): any {\n return {\n ruleId: item[\"ruleId\"],\n sourceContainer: item[\"sourceContainer\"],\n destinationContainer: item[\"destinationContainer\"],\n filters: !item[\"filters\"]\n ? item[\"filters\"]\n : objectReplicationPolicyFilterSerializer(item[\"filters\"]),\n };\n}\n\nexport function objectReplicationPolicyRuleDeserializer(item: any): ObjectReplicationPolicyRule {\n return {\n ruleId: item[\"ruleId\"],\n sourceContainer: item[\"sourceContainer\"],\n destinationContainer: item[\"destinationContainer\"],\n filters: !item[\"filters\"]\n ? item[\"filters\"]\n : objectReplicationPolicyFilterDeserializer(item[\"filters\"]),\n };\n}\n\n/** Filters limit replication to a subset of blobs within the storage account. A logical OR is performed on values in the filter. If multiple filters are defined, a logical AND is performed on all filters. */\nexport interface ObjectReplicationPolicyFilter {\n /** Optional. Filters the results to replicate only blobs whose names begin with the specified prefix. */\n prefixMatch?: string[];\n /** Blobs created after the time will be replicated to the destination. It must be in datetime format 'yyyy-MM-ddTHH:mm:ssZ'. Example: 2020-02-19T16:05:00Z */\n minCreationTime?: string;\n}\n\nexport function objectReplicationPolicyFilterSerializer(item: ObjectReplicationPolicyFilter): any {\n return {\n prefixMatch: !item[\"prefixMatch\"]\n ? item[\"prefixMatch\"]\n : item[\"prefixMatch\"].map((p: any) => {\n return p;\n }),\n minCreationTime: item[\"minCreationTime\"],\n };\n}\n\nexport function objectReplicationPolicyFilterDeserializer(\n item: any,\n): ObjectReplicationPolicyFilter {\n return {\n prefixMatch: !item[\"prefixMatch\"]\n ? item[\"prefixMatch\"]\n : item[\"prefixMatch\"].map((p: any) => {\n return p;\n }),\n minCreationTime: item[\"minCreationTime\"],\n };\n}\n\n/** Optional. The object replication policy metrics feature options. */\nexport interface ObjectReplicationPolicyPropertiesMetrics {\n /** Indicates whether object replication metrics feature is enabled for the policy. */\n enabled?: boolean;\n}\n\nexport function objectReplicationPolicyPropertiesMetricsSerializer(\n item: ObjectReplicationPolicyPropertiesMetrics,\n): any {\n return { enabled: item[\"enabled\"] };\n}\n\nexport function objectReplicationPolicyPropertiesMetricsDeserializer(\n item: any,\n): ObjectReplicationPolicyPropertiesMetrics {\n return {\n enabled: item[\"enabled\"],\n };\n}\n\n/** Optional. The object replication policy priority replication feature options. */\nexport interface ObjectReplicationPolicyPropertiesPriorityReplication {\n /** Indicates whether object replication priority replication feature is enabled for the policy. */\n enabled?: boolean;\n}\n\nexport function objectReplicationPolicyPropertiesPriorityReplicationSerializer(\n item: ObjectReplicationPolicyPropertiesPriorityReplication,\n): any {\n return { enabled: item[\"enabled\"] };\n}\n\nexport function objectReplicationPolicyPropertiesPriorityReplicationDeserializer(\n item: any,\n): ObjectReplicationPolicyPropertiesPriorityReplication {\n return {\n enabled: item[\"enabled\"],\n };\n}\n\n/** Optional. The object replication policy tags replication feature options. */\nexport interface ObjectReplicationPolicyPropertiesTagsReplication {\n /** Indicates whether object replication tags replication feature is enabled for the policy. */\n enabled?: boolean;\n}\n\nexport function objectReplicationPolicyPropertiesTagsReplicationSerializer(\n item: ObjectReplicationPolicyPropertiesTagsReplication,\n): any {\n return { enabled: item[\"enabled\"] };\n}\n\nexport function objectReplicationPolicyPropertiesTagsReplicationDeserializer(\n item: any,\n): ObjectReplicationPolicyPropertiesTagsReplication {\n return {\n enabled: item[\"enabled\"],\n };\n}\n\n/** List storage account object replication policies. */\nexport interface _ObjectReplicationPolicies {\n /** The replication policy between two storage accounts. */\n value?: ObjectReplicationPolicy[];\n nextLink?: string;\n}\n\nexport function _objectReplicationPoliciesDeserializer(item: any): _ObjectReplicationPolicies {\n return {\n value: !item[\"value\"] ? item[\"value\"] : objectReplicationPolicyArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function objectReplicationPolicyArraySerializer(\n result: Array<ObjectReplicationPolicy>,\n): any[] {\n return result.map((item) => {\n return objectReplicationPolicySerializer(item);\n });\n}\n\nexport function objectReplicationPolicyArrayDeserializer(\n result: Array<ObjectReplicationPolicy>,\n): any[] {\n return result.map((item) => {\n return objectReplicationPolicyDeserializer(item);\n });\n}\n\n/** The local user associated with the storage accounts. */\nexport interface LocalUser extends ProxyResource {\n /** The permission scopes of the local user. */\n permissionScopes?: PermissionScope[];\n /** Optional, local user home directory. */\n homeDirectory?: string;\n /** Optional, local user ssh authorized keys for SFTP. */\n sshAuthorizedKeys?: SshPublicKey[];\n /** A unique Security Identifier that is generated by the server. */\n readonly sid?: string;\n /** Indicates whether shared key exists. Set it to false to remove existing shared key. */\n hasSharedKey?: boolean;\n /** Indicates whether ssh key exists. Set it to false to remove existing SSH key. */\n hasSshKey?: boolean;\n /** Indicates whether ssh password exists. Set it to false to remove existing SSH password. */\n hasSshPassword?: boolean;\n /** A unique Identifier that is generated by the server. */\n readonly userId?: number;\n /** An identifier for associating a group of users. */\n groupId?: number;\n /** Indicates whether ACL authorization is allowed for this user. Set it to false to disallow using ACL authorization. */\n allowAclAuthorization?: boolean;\n /** Supplementary group membership. Only applicable for local users enabled for NFSv3 access. */\n extendedGroups?: number[];\n /** Indicates if the local user is enabled for access with NFSv3 protocol. */\n isNFSv3Enabled?: boolean;\n}\n\nexport function localUserSerializer(item: LocalUser): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"permissionScopes\",\n \"homeDirectory\",\n \"sshAuthorizedKeys\",\n \"hasSharedKey\",\n \"hasSshKey\",\n \"hasSshPassword\",\n \"groupId\",\n \"allowAclAuthorization\",\n \"extendedGroups\",\n \"isNFSv3Enabled\",\n ])\n ? undefined\n : _localUserPropertiesSerializer(item),\n };\n}\n\nexport function localUserDeserializer(item: any): LocalUser {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _localUserPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** The Storage Account Local User properties. */\nexport interface LocalUserProperties {\n /** The permission scopes of the local user. */\n permissionScopes?: PermissionScope[];\n /** Optional, local user home directory. */\n homeDirectory?: string;\n /** Optional, local user ssh authorized keys for SFTP. */\n sshAuthorizedKeys?: SshPublicKey[];\n /** A unique Security Identifier that is generated by the server. */\n readonly sid?: string;\n /** Indicates whether shared key exists. Set it to false to remove existing shared key. */\n hasSharedKey?: boolean;\n /** Indicates whether ssh key exists. Set it to false to remove existing SSH key. */\n hasSshKey?: boolean;\n /** Indicates whether ssh password exists. Set it to false to remove existing SSH password. */\n hasSshPassword?: boolean;\n /** A unique Identifier that is generated by the server. */\n readonly userId?: number;\n /** An identifier for associating a group of users. */\n groupId?: number;\n /** Indicates whether ACL authorization is allowed for this user. Set it to false to disallow using ACL authorization. */\n allowAclAuthorization?: boolean;\n /** Supplementary group membership. Only applicable for local users enabled for NFSv3 access. */\n extendedGroups?: number[];\n /** Indicates if the local user is enabled for access with NFSv3 protocol. */\n isNFSv3Enabled?: boolean;\n}\n\nexport function localUserPropertiesSerializer(item: LocalUserProperties): any {\n return {\n permissionScopes: !item[\"permissionScopes\"]\n ? item[\"permissionScopes\"]\n : permissionScopeArraySerializer(item[\"permissionScopes\"]),\n homeDirectory: item[\"homeDirectory\"],\n sshAuthorizedKeys: !item[\"sshAuthorizedKeys\"]\n ? item[\"sshAuthorizedKeys\"]\n : sshPublicKeyArraySerializer(item[\"sshAuthorizedKeys\"]),\n hasSharedKey: item[\"hasSharedKey\"],\n hasSshKey: item[\"hasSshKey\"],\n hasSshPassword: item[\"hasSshPassword\"],\n groupId: item[\"groupId\"],\n allowAclAuthorization: item[\"allowAclAuthorization\"],\n extendedGroups: !item[\"extendedGroups\"]\n ? item[\"extendedGroups\"]\n : item[\"extendedGroups\"].map((p: any) => {\n return p;\n }),\n isNFSv3Enabled: item[\"isNFSv3Enabled\"],\n };\n}\n\nexport function localUserPropertiesDeserializer(item: any): LocalUserProperties {\n return {\n permissionScopes: !item[\"permissionScopes\"]\n ? item[\"permissionScopes\"]\n : permissionScopeArrayDeserializer(item[\"permissionScopes\"]),\n homeDirectory: item[\"homeDirectory\"],\n sshAuthorizedKeys: !item[\"sshAuthorizedKeys\"]\n ? item[\"sshAuthorizedKeys\"]\n : sshPublicKeyArrayDeserializer(item[\"sshAuthorizedKeys\"]),\n sid: item[\"sid\"],\n hasSharedKey: item[\"hasSharedKey\"],\n hasSshKey: item[\"hasSshKey\"],\n hasSshPassword: item[\"hasSshPassword\"],\n userId: item[\"userId\"],\n groupId: item[\"groupId\"],\n allowAclAuthorization: item[\"allowAclAuthorization\"],\n extendedGroups: !item[\"extendedGroups\"]\n ? item[\"extendedGroups\"]\n : item[\"extendedGroups\"].map((p: any) => {\n return p;\n }),\n isNFSv3Enabled: item[\"isNFSv3Enabled\"],\n };\n}\n\nexport function permissionScopeArraySerializer(result: Array<PermissionScope>): any[] {\n return result.map((item) => {\n return permissionScopeSerializer(item);\n });\n}\n\nexport function permissionScopeArrayDeserializer(result: Array<PermissionScope>): any[] {\n return result.map((item) => {\n return permissionScopeDeserializer(item);\n });\n}\n\n/** model interface PermissionScope */\nexport interface PermissionScope {\n /** The permissions for the local user. Possible values include: Read (r), Write (w), Delete (d), List (l), Create (c), Modify Ownership (o), and Modify Permissions (p). */\n permissions: string;\n /** The service used by the local user, e.g. blob, file. */\n service: string;\n /** The name of resource, normally the container name or the file share name, used by the local user. */\n resourceName: string;\n}\n\nexport function permissionScopeSerializer(item: PermissionScope): any {\n return {\n permissions: item[\"permissions\"],\n service: item[\"service\"],\n resourceName: item[\"resourceName\"],\n };\n}\n\nexport function permissionScopeDeserializer(item: any): PermissionScope {\n return {\n permissions: item[\"permissions\"],\n service: item[\"service\"],\n resourceName: item[\"resourceName\"],\n };\n}\n\nexport function sshPublicKeyArraySerializer(result: Array<SshPublicKey>): any[] {\n return result.map((item) => {\n return sshPublicKeySerializer(item);\n });\n}\n\nexport function sshPublicKeyArrayDeserializer(result: Array<SshPublicKey>): any[] {\n return result.map((item) => {\n return sshPublicKeyDeserializer(item);\n });\n}\n\n/** model interface SshPublicKey */\nexport interface SshPublicKey {\n /** Optional. It is used to store the function/usage of the key */\n description?: string;\n /** Ssh public key base64 encoded. The format should be: '<keyType> <keyData>', e.g. ssh-rsa AAAABBBB */\n key?: string;\n}\n\nexport function sshPublicKeySerializer(item: SshPublicKey): any {\n return { description: item[\"description\"], key: item[\"key\"] };\n}\n\nexport function sshPublicKeyDeserializer(item: any): SshPublicKey {\n return {\n description: item[\"description\"],\n key: item[\"key\"],\n };\n}\n\n/** List of local users requested, and if paging is required, a URL to the next page of local users. */\nexport interface _LocalUsers {\n /** The LocalUser items on this page */\n value: LocalUser[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _localUsersDeserializer(item: any): _LocalUsers {\n return {\n value: localUserArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function localUserArraySerializer(result: Array<LocalUser>): any[] {\n return result.map((item) => {\n return localUserSerializer(item);\n });\n}\n\nexport function localUserArrayDeserializer(result: Array<LocalUser>): any[] {\n return result.map((item) => {\n return localUserDeserializer(item);\n });\n}\n\n/** The Storage Account Local User keys. */\nexport interface LocalUserKeys {\n /** Optional, local user ssh authorized keys for SFTP. */\n sshAuthorizedKeys?: SshPublicKey[];\n /** Auto generated by the server for SMB authentication. */\n readonly sharedKey?: string;\n}\n\nexport function localUserKeysDeserializer(item: any): LocalUserKeys {\n return {\n sshAuthorizedKeys: !item[\"sshAuthorizedKeys\"]\n ? item[\"sshAuthorizedKeys\"]\n : sshPublicKeyArrayDeserializer(item[\"sshAuthorizedKeys\"]),\n sharedKey: item[\"sharedKey\"],\n };\n}\n\n/** The secrets of Storage Account Local User. */\nexport interface LocalUserRegeneratePasswordResult {\n /** Auto generated password by the server for SSH authentication if hasSshPassword is set to true on the creation of local user. */\n readonly sshPassword?: string;\n}\n\nexport function localUserRegeneratePasswordResultDeserializer(\n item: any,\n): LocalUserRegeneratePasswordResult {\n return {\n sshPassword: item[\"sshPassword\"],\n };\n}\n\n/** Properties of the table, including Id, resource name, resource type. */\nexport interface Table extends ProxyResource {\n /** Table name under the specified account */\n readonly tableName?: string;\n /** List of stored access policies specified on the table. */\n signedIdentifiers?: TableSignedIdentifier[];\n}\n\nexport function tableSerializer(item: Table): any {\n return {\n properties: areAllPropsUndefined(item, [\"signedIdentifiers\"])\n ? undefined\n : _tablePropertiesSerializer(item),\n };\n}\n\nexport function tableDeserializer(item: any): Table {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _tablePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** model interface TableProperties */\nexport interface TableProperties {\n /** Table name under the specified account */\n readonly tableName?: string;\n /** List of stored access policies specified on the table. */\n signedIdentifiers?: TableSignedIdentifier[];\n}\n\nexport function tablePropertiesSerializer(item: TableProperties): any {\n return {\n signedIdentifiers: !item[\"signedIdentifiers\"]\n ? item[\"signedIdentifiers\"]\n : tableSignedIdentifierArraySerializer(item[\"signedIdentifiers\"]),\n };\n}\n\nexport function tablePropertiesDeserializer(item: any): TableProperties {\n return {\n tableName: item[\"tableName\"],\n signedIdentifiers: !item[\"signedIdentifiers\"]\n ? item[\"signedIdentifiers\"]\n : tableSignedIdentifierArrayDeserializer(item[\"signedIdentifiers\"]),\n };\n}\n\nexport function tableSignedIdentifierArraySerializer(result: Array<TableSignedIdentifier>): any[] {\n return result.map((item) => {\n return tableSignedIdentifierSerializer(item);\n });\n}\n\nexport function tableSignedIdentifierArrayDeserializer(\n result: Array<TableSignedIdentifier>,\n): any[] {\n return result.map((item) => {\n return tableSignedIdentifierDeserializer(item);\n });\n}\n\n/** Object to set Table Access Policy. */\nexport interface TableSignedIdentifier {\n /** unique-64-character-value of the stored access policy. */\n id: string;\n /** Access policy */\n accessPolicy?: TableAccessPolicy;\n}\n\nexport function tableSignedIdentifierSerializer(item: TableSignedIdentifier): any {\n return {\n id: item[\"id\"],\n accessPolicy: !item[\"accessPolicy\"]\n ? item[\"accessPolicy\"]\n : tableAccessPolicySerializer(item[\"accessPolicy\"]),\n };\n}\n\nexport function tableSignedIdentifierDeserializer(item: any): TableSignedIdentifier {\n return {\n id: item[\"id\"],\n accessPolicy: !item[\"accessPolicy\"]\n ? item[\"accessPolicy\"]\n : tableAccessPolicyDeserializer(item[\"accessPolicy\"]),\n };\n}\n\n/** Table Access Policy Properties Object. */\nexport interface TableAccessPolicy {\n /** Start time of the access policy */\n startTime?: Date;\n /** Expiry time of the access policy */\n expiryTime?: Date;\n /** Required. List of abbreviated permissions. Supported permission values include 'r','a','u','d' */\n permission: string;\n}\n\nexport function tableAccessPolicySerializer(item: TableAccessPolicy): any {\n return {\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : item[\"startTime\"].toISOString(),\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : item[\"expiryTime\"].toISOString(),\n permission: item[\"permission\"],\n };\n}\n\nexport function tableAccessPolicyDeserializer(item: any): TableAccessPolicy {\n return {\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : new Date(item[\"expiryTime\"]),\n permission: item[\"permission\"],\n };\n}\n\n/** Response schema. Contains list of tables returned */\nexport interface _ListTableResource {\n /** The Table items on this page */\n readonly value: Table[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _listTableResourceDeserializer(item: any): _ListTableResource {\n return {\n value: tableArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function tableArraySerializer(result: Array<Table>): any[] {\n return result.map((item) => {\n return tableSerializer(item);\n });\n}\n\nexport function tableArrayDeserializer(result: Array<Table>): any[] {\n return result.map((item) => {\n return tableDeserializer(item);\n });\n}\n\n/** The response from the List Storage SKUs operation. */\nexport interface _StorageSkuListResult {\n /** Get the list result of storage SKUs and their properties. */\n readonly value?: SkuInformation[];\n nextLink?: string;\n}\n\nexport function _storageSkuListResultDeserializer(item: any): _StorageSkuListResult {\n return {\n value: !item[\"value\"] ? item[\"value\"] : skuInformationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function skuInformationArrayDeserializer(result: Array<SkuInformation>): any[] {\n return result.map((item) => {\n return skuInformationDeserializer(item);\n });\n}\n\n/** Storage SKU and its properties */\nexport interface SkuInformation {\n /** The SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was called accountType. */\n name: SkuName;\n /** The SKU tier. This is based on the SKU name. */\n readonly tier?: SkuTier;\n /** The type of the resource, usually it is 'storageAccounts'. */\n readonly resourceType?: string;\n /** Indicates the type of storage account. */\n readonly kind?: Kind;\n /** The set of locations that the SKU is available. This will be supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). */\n readonly locations?: string[];\n locationInfo?: SkuInformationLocationInfoItem[];\n /** The capability information in the specified SKU, including file encryption, network ACLs, change notification, etc. */\n readonly capabilities?: SKUCapability[];\n /** The restrictions because of which SKU cannot be used. This is empty if there are no restrictions. */\n restrictions?: Restriction[];\n}\n\nexport function skuInformationDeserializer(item: any): SkuInformation {\n return {\n name: item[\"name\"],\n tier: item[\"tier\"],\n resourceType: item[\"resourceType\"],\n kind: item[\"kind\"],\n locations: !item[\"locations\"]\n ? item[\"locations\"]\n : item[\"locations\"].map((p: any) => {\n return p;\n }),\n locationInfo: !item[\"locationInfo\"]\n ? item[\"locationInfo\"]\n : skuInformationLocationInfoItemArrayDeserializer(item[\"locationInfo\"]),\n capabilities: !item[\"capabilities\"]\n ? item[\"capabilities\"]\n : skuCapabilityArrayDeserializer(item[\"capabilities\"]),\n restrictions: !item[\"restrictions\"]\n ? item[\"restrictions\"]\n : restrictionArrayDeserializer(item[\"restrictions\"]),\n };\n}\n\nexport function skuInformationLocationInfoItemArrayDeserializer(\n result: Array<SkuInformationLocationInfoItem>,\n): any[] {\n return result.map((item) => {\n return skuInformationLocationInfoItemDeserializer(item);\n });\n}\n\n/** model interface SkuInformationLocationInfoItem */\nexport interface SkuInformationLocationInfoItem {\n /** Describes the location for the product where storage account resource can be created. */\n readonly location?: string;\n /** Describes the available zones for the product where storage account resource can be created. */\n readonly zones?: string[];\n}\n\nexport function skuInformationLocationInfoItemDeserializer(\n item: any,\n): SkuInformationLocationInfoItem {\n return {\n location: item[\"location\"],\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function skuCapabilityArrayDeserializer(result: Array<SKUCapability>): any[] {\n return result.map((item) => {\n return skuCapabilityDeserializer(item);\n });\n}\n\n/** The capability information in the specified SKU, including file encryption, network ACLs, change notification, etc. */\nexport interface SKUCapability {\n /** The name of capability, The capability information in the specified SKU, including file encryption, network ACLs, change notification, etc. */\n readonly name?: string;\n /** A string value to indicate states of given capability. Possibly 'true' or 'false'. */\n readonly value?: string;\n}\n\nexport function skuCapabilityDeserializer(item: any): SKUCapability {\n return {\n name: item[\"name\"],\n value: item[\"value\"],\n };\n}\n\nexport function restrictionArrayDeserializer(result: Array<Restriction>): any[] {\n return result.map((item) => {\n return restrictionDeserializer(item);\n });\n}\n\n/** The restriction because of which SKU cannot be used. */\nexport interface Restriction {\n /** The type of restrictions. As of now only possible value for this is location. */\n readonly type?: string;\n /** The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted. */\n readonly values?: string[];\n /** The reason for the restriction. As of now this can be \"QuotaId\" or \"NotAvailableForSubscription\". Quota Id is set when the SKU has requiredQuotas parameter as the subscription does not belong to that quota. The \"NotAvailableForSubscription\" is related to capacity at DC. */\n reasonCode?: ReasonCode;\n}\n\nexport function restrictionDeserializer(item: any): Restriction {\n return {\n type: item[\"type\"],\n values: !item[\"values\"]\n ? item[\"values\"]\n : item[\"values\"].map((p: any) => {\n return p;\n }),\n reasonCode: item[\"reasonCode\"],\n };\n}\n\n/** The reason for the restriction. As of now this can be \"QuotaId\" or \"NotAvailableForSubscription\". Quota Id is set when the SKU has requiredQuotas parameter as the subscription does not belong to that quota. The \"NotAvailableForSubscription\" is related to capacity at DC. */\nexport enum KnownReasonCode {\n /** QuotaId */\n QuotaId = \"QuotaId\",\n /** NotAvailableForSubscription */\n NotAvailableForSubscription = \"NotAvailableForSubscription\",\n}\n\n/**\n * The reason for the restriction. As of now this can be \"QuotaId\" or \"NotAvailableForSubscription\". Quota Id is set when the SKU has requiredQuotas parameter as the subscription does not belong to that quota. The \"NotAvailableForSubscription\" is related to capacity at DC. \\\n * {@link KnownReasonCode} can be used interchangeably with ReasonCode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **QuotaId** \\\n * **NotAvailableForSubscription**\n */\nexport type ReasonCode = string;\n\n/** The response from the List Usages operation. */\nexport interface _UsageListResult {\n /** Gets or sets the list of Storage Resource Usages. */\n value?: Usage[];\n nextLink?: string;\n}\n\nexport function _usageListResultDeserializer(item: any): _UsageListResult {\n return {\n value: !item[\"value\"] ? item[\"value\"] : usageArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function usageArrayDeserializer(result: Array<Usage>): any[] {\n return result.map((item) => {\n return usageDeserializer(item);\n });\n}\n\n/** Describes Storage Resource Usage. */\nexport interface Usage {\n /** Gets the unit of measurement. */\n readonly unit?: UsageUnit;\n /** Gets the current count of the allocated resources in the subscription. */\n readonly currentValue?: number;\n /** Gets the maximum count of the resources that can be allocated in the subscription. */\n readonly limit?: number;\n /** Gets the name of the type of usage. */\n readonly name?: UsageName;\n}\n\nexport function usageDeserializer(item: any): Usage {\n return {\n unit: item[\"unit\"],\n currentValue: item[\"currentValue\"],\n limit: item[\"limit\"],\n name: !item[\"name\"] ? item[\"name\"] : usageNameDeserializer(item[\"name\"]),\n };\n}\n\n/** Gets the unit of measurement. */\nexport type UsageUnit =\n | \"Count\"\n | \"Bytes\"\n | \"Seconds\"\n | \"Percent\"\n | \"CountsPerSecond\"\n | \"BytesPerSecond\";\n\n/** The usage names that can be used; currently limited to StorageAccount. */\nexport interface UsageName {\n /** Gets a string describing the resource name. */\n readonly value?: string;\n /** Gets a localized string describing the resource name. */\n readonly localizedValue?: string;\n}\n\nexport function usageNameDeserializer(item: any): UsageName {\n return {\n value: item[\"value\"],\n localizedValue: item[\"localizedValue\"],\n };\n}\n\n/** Known values of {@link ListContainersInclude} that the service accepts. */\nexport enum KnownListContainersInclude {\n /** deleted */\n Deleted = \"deleted\",\n}\n\n/** Type of ListContainersInclude */\nexport type ListContainersInclude = string;\n/** Type of StorageAccountExpand */\nexport type StorageAccountExpand = \"geoReplicationStats\" | \"blobRestoreStatus\";\n\n/** Known values of {@link ListEncryptionScopesInclude} that the service accepts. */\nexport enum KnownListEncryptionScopesInclude {\n /** All */\n All = \"All\",\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/** Type of ListEncryptionScopesInclude */\nexport type ListEncryptionScopesInclude = string;\n\n/** Known values of {@link ListLocalUserIncludeParam} that the service accepts. */\nexport enum KnownListLocalUserIncludeParam {\n /** nfsv3 */\n Nfsv3 = \"nfsv3\",\n}\n\n/** Type of ListLocalUserIncludeParam */\nexport type ListLocalUserIncludeParam = string;\n\n/** The available API versions. */\nexport enum KnownVersions {\n /** The 2025-06-01 API version. */\n V20250601 = \"2025-06-01\",\n /** The 2025-08-01 API version. */\n V20250801 = \"2025-08-01\",\n}\n\nexport function _operationOperationPropertiesDeserializer(item: any) {\n return {\n serviceSpecification: !item[\"serviceSpecification\"]\n ? item[\"serviceSpecification\"]\n : serviceSpecificationDeserializer(item[\"serviceSpecification\"]),\n };\n}\n\nexport function _immutabilityPolicyPropertiesPropertiesSerializer(\n item: ImmutabilityPolicyProperties,\n): any {\n return {\n immutabilityPeriodSinceCreationInDays: item[\"immutabilityPeriodSinceCreationInDays\"],\n allowProtectedAppendWrites: item[\"allowProtectedAppendWrites\"],\n allowProtectedAppendWritesAll: item[\"allowProtectedAppendWritesAll\"],\n };\n}\n\nexport function _immutabilityPolicyPropertiesPropertiesDeserializer(item: any) {\n return {\n immutabilityPeriodSinceCreationInDays: item[\"immutabilityPeriodSinceCreationInDays\"],\n state: item[\"state\"],\n allowProtectedAppendWrites: item[\"allowProtectedAppendWrites\"],\n allowProtectedAppendWritesAll: item[\"allowProtectedAppendWritesAll\"],\n };\n}\n\nexport function _blobContainerPropertiesSerializer(item: BlobContainer): any {\n return {\n defaultEncryptionScope: item[\"defaultEncryptionScope\"],\n denyEncryptionScopeOverride: item[\"denyEncryptionScopeOverride\"],\n publicAccess: item[\"publicAccess\"],\n metadata: item[\"metadata\"],\n immutableStorageWithVersioning: !item[\"immutableStorageWithVersioning\"]\n ? item[\"immutableStorageWithVersioning\"]\n : immutableStorageWithVersioningSerializer(item[\"immutableStorageWithVersioning\"]),\n enableNfsV3RootSquash: item[\"enableNfsV3RootSquash\"],\n enableNfsV3AllSquash: item[\"enableNfsV3AllSquash\"],\n };\n}\n\nexport function _blobContainerPropertiesDeserializer(item: any) {\n return {\n version: item[\"version\"],\n deleted: item[\"deleted\"],\n deletedTime: !item[\"deletedTime\"] ? item[\"deletedTime\"] : new Date(item[\"deletedTime\"]),\n remainingRetentionDays: item[\"remainingRetentionDays\"],\n defaultEncryptionScope: item[\"defaultEncryptionScope\"],\n denyEncryptionScopeOverride: item[\"denyEncryptionScopeOverride\"],\n publicAccess: item[\"publicAccess\"],\n lastModifiedTime: !item[\"lastModifiedTime\"]\n ? item[\"lastModifiedTime\"]\n : new Date(item[\"lastModifiedTime\"]),\n leaseStatus: item[\"leaseStatus\"],\n leaseState: item[\"leaseState\"],\n leaseDuration: item[\"leaseDuration\"],\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n immutabilityPolicy: !item[\"immutabilityPolicy\"]\n ? item[\"immutabilityPolicy\"]\n : immutabilityPolicyPropertiesDeserializer(item[\"immutabilityPolicy\"]),\n legalHold: !item[\"legalHold\"]\n ? item[\"legalHold\"]\n : legalHoldPropertiesDeserializer(item[\"legalHold\"]),\n hasLegalHold: item[\"hasLegalHold\"],\n hasImmutabilityPolicy: item[\"hasImmutabilityPolicy\"],\n immutableStorageWithVersioning: !item[\"immutableStorageWithVersioning\"]\n ? item[\"immutableStorageWithVersioning\"]\n : immutableStorageWithVersioningDeserializer(item[\"immutableStorageWithVersioning\"]),\n enableNfsV3RootSquash: item[\"enableNfsV3RootSquash\"],\n enableNfsV3AllSquash: item[\"enableNfsV3AllSquash\"],\n };\n}\n\nexport function _listContainerItemPropertiesSerializer(item: ListContainerItem): any {\n return {\n defaultEncryptionScope: item[\"defaultEncryptionScope\"],\n denyEncryptionScopeOverride: item[\"denyEncryptionScopeOverride\"],\n publicAccess: item[\"publicAccess\"],\n metadata: item[\"metadata\"],\n immutableStorageWithVersioning: !item[\"immutableStorageWithVersioning\"]\n ? item[\"immutableStorageWithVersioning\"]\n : immutableStorageWithVersioningSerializer(item[\"immutableStorageWithVersioning\"]),\n enableNfsV3RootSquash: item[\"enableNfsV3RootSquash\"],\n enableNfsV3AllSquash: item[\"enableNfsV3AllSquash\"],\n };\n}\n\nexport function _listContainerItemPropertiesDeserializer(item: any) {\n return {\n version: item[\"version\"],\n deleted: item[\"deleted\"],\n deletedTime: !item[\"deletedTime\"] ? item[\"deletedTime\"] : new Date(item[\"deletedTime\"]),\n remainingRetentionDays: item[\"remainingRetentionDays\"],\n defaultEncryptionScope: item[\"defaultEncryptionScope\"],\n denyEncryptionScopeOverride: item[\"denyEncryptionScopeOverride\"],\n publicAccess: item[\"publicAccess\"],\n lastModifiedTime: !item[\"lastModifiedTime\"]\n ? item[\"lastModifiedTime\"]\n : new Date(item[\"lastModifiedTime\"]),\n leaseStatus: item[\"leaseStatus\"],\n leaseState: item[\"leaseState\"],\n leaseDuration: item[\"leaseDuration\"],\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n immutabilityPolicy: !item[\"immutabilityPolicy\"]\n ? item[\"immutabilityPolicy\"]\n : immutabilityPolicyPropertiesDeserializer(item[\"immutabilityPolicy\"]),\n legalHold: !item[\"legalHold\"]\n ? item[\"legalHold\"]\n : legalHoldPropertiesDeserializer(item[\"legalHold\"]),\n hasLegalHold: item[\"hasLegalHold\"],\n hasImmutabilityPolicy: item[\"hasImmutabilityPolicy\"],\n immutableStorageWithVersioning: !item[\"immutableStorageWithVersioning\"]\n ? item[\"immutableStorageWithVersioning\"]\n : immutableStorageWithVersioningDeserializer(item[\"immutableStorageWithVersioning\"]),\n enableNfsV3RootSquash: item[\"enableNfsV3RootSquash\"],\n enableNfsV3AllSquash: item[\"enableNfsV3AllSquash\"],\n };\n}\n\nexport function _immutabilityPolicyPropertiesSerializer(item: ImmutabilityPolicy): any {\n return {\n immutabilityPeriodSinceCreationInDays: item[\"immutabilityPeriodSinceCreationInDays\"],\n allowProtectedAppendWrites: item[\"allowProtectedAppendWrites\"],\n allowProtectedAppendWritesAll: item[\"allowProtectedAppendWritesAll\"],\n };\n}\n\nexport function _immutabilityPolicyPropertiesDeserializer(item: any) {\n return {\n immutabilityPeriodSinceCreationInDays: item[\"immutabilityPeriodSinceCreationInDays\"],\n state: item[\"state\"],\n allowProtectedAppendWrites: item[\"allowProtectedAppendWrites\"],\n allowProtectedAppendWritesAll: item[\"allowProtectedAppendWritesAll\"],\n };\n}\n\nexport function _blobServicePropertiesPropertiesSerializer(item: BlobServiceProperties): any {\n return {\n cors: !item[\"cors\"] ? item[\"cors\"] : corsRulesSerializer(item[\"cors\"]),\n defaultServiceVersion: item[\"defaultServiceVersion\"],\n deleteRetentionPolicy: !item[\"deleteRetentionPolicy\"]\n ? item[\"deleteRetentionPolicy\"]\n : deleteRetentionPolicySerializer(item[\"deleteRetentionPolicy\"]),\n staticWebsite: !item[\"staticWebsite\"]\n ? item[\"staticWebsite\"]\n : staticWebsiteSerializer(item[\"staticWebsite\"]),\n isVersioningEnabled: item[\"isVersioningEnabled\"],\n automaticSnapshotPolicyEnabled: item[\"automaticSnapshotPolicyEnabled\"],\n changeFeed: !item[\"changeFeed\"] ? item[\"changeFeed\"] : changeFeedSerializer(item[\"changeFeed\"]),\n restorePolicy: !item[\"restorePolicy\"]\n ? item[\"restorePolicy\"]\n : restorePolicyPropertiesSerializer(item[\"restorePolicy\"]),\n containerDeleteRetentionPolicy: !item[\"containerDeleteRetentionPolicy\"]\n ? item[\"containerDeleteRetentionPolicy\"]\n : deleteRetentionPolicySerializer(item[\"containerDeleteRetentionPolicy\"]),\n lastAccessTimeTrackingPolicy: !item[\"lastAccessTimeTrackingPolicy\"]\n ? item[\"lastAccessTimeTrackingPolicy\"]\n : lastAccessTimeTrackingPolicySerializer(item[\"lastAccessTimeTrackingPolicy\"]),\n };\n}\n\nexport function _blobServicePropertiesPropertiesDeserializer(item: any) {\n return {\n cors: !item[\"cors\"] ? item[\"cors\"] : corsRulesDeserializer(item[\"cors\"]),\n defaultServiceVersion: item[\"defaultServiceVersion\"],\n deleteRetentionPolicy: !item[\"deleteRetentionPolicy\"]\n ? item[\"deleteRetentionPolicy\"]\n : deleteRetentionPolicyDeserializer(item[\"deleteRetentionPolicy\"]),\n staticWebsite: !item[\"staticWebsite\"]\n ? item[\"staticWebsite\"]\n : staticWebsiteDeserializer(item[\"staticWebsite\"]),\n isVersioningEnabled: item[\"isVersioningEnabled\"],\n automaticSnapshotPolicyEnabled: item[\"automaticSnapshotPolicyEnabled\"],\n changeFeed: !item[\"changeFeed\"]\n ? item[\"changeFeed\"]\n : changeFeedDeserializer(item[\"changeFeed\"]),\n restorePolicy: !item[\"restorePolicy\"]\n ? item[\"restorePolicy\"]\n : restorePolicyPropertiesDeserializer(item[\"restorePolicy\"]),\n containerDeleteRetentionPolicy: !item[\"containerDeleteRetentionPolicy\"]\n ? item[\"containerDeleteRetentionPolicy\"]\n : deleteRetentionPolicyDeserializer(item[\"containerDeleteRetentionPolicy\"]),\n lastAccessTimeTrackingPolicy: !item[\"lastAccessTimeTrackingPolicy\"]\n ? item[\"lastAccessTimeTrackingPolicy\"]\n : lastAccessTimeTrackingPolicyDeserializer(item[\"lastAccessTimeTrackingPolicy\"]),\n };\n}\n\nexport function _privateEndpointConnectionPropertiesSerializer(\n item: PrivateEndpointConnection,\n): any {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointSerializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStateSerializer(item[\"privateLinkServiceConnectionState\"]),\n };\n}\n\nexport function _privateEndpointConnectionPropertiesDeserializer(item: any) {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointDeserializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStateDeserializer(item[\"privateLinkServiceConnectionState\"]),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\nexport function _storageAccountPropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n primaryEndpoints: !item[\"primaryEndpoints\"]\n ? item[\"primaryEndpoints\"]\n : endpointsDeserializer(item[\"primaryEndpoints\"]),\n primaryLocation: item[\"primaryLocation\"],\n statusOfPrimary: item[\"statusOfPrimary\"],\n lastGeoFailoverTime: !item[\"lastGeoFailoverTime\"]\n ? item[\"lastGeoFailoverTime\"]\n : new Date(item[\"lastGeoFailoverTime\"]),\n secondaryLocation: item[\"secondaryLocation\"],\n statusOfSecondary: item[\"statusOfSecondary\"],\n creationTime: !item[\"creationTime\"] ? item[\"creationTime\"] : new Date(item[\"creationTime\"]),\n customDomain: !item[\"customDomain\"]\n ? item[\"customDomain\"]\n : customDomainDeserializer(item[\"customDomain\"]),\n sasPolicy: !item[\"sasPolicy\"] ? item[\"sasPolicy\"] : sasPolicyDeserializer(item[\"sasPolicy\"]),\n keyPolicy: !item[\"keyPolicy\"] ? item[\"keyPolicy\"] : keyPolicyDeserializer(item[\"keyPolicy\"]),\n keyCreationTime: !item[\"keyCreationTime\"]\n ? item[\"keyCreationTime\"]\n : keyCreationTimeDeserializer(item[\"keyCreationTime\"]),\n secondaryEndpoints: !item[\"secondaryEndpoints\"]\n ? item[\"secondaryEndpoints\"]\n : endpointsDeserializer(item[\"secondaryEndpoints\"]),\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionDeserializer(item[\"encryption\"]),\n accessTier: item[\"accessTier\"],\n azureFilesIdentityBasedAuthentication: !item[\"azureFilesIdentityBasedAuthentication\"]\n ? item[\"azureFilesIdentityBasedAuthentication\"]\n : azureFilesIdentityBasedAuthenticationDeserializer(\n item[\"azureFilesIdentityBasedAuthentication\"],\n ),\n enableHttpsTrafficOnly: item[\"supportsHttpsTrafficOnly\"],\n networkRuleSet: !item[\"networkAcls\"]\n ? item[\"networkAcls\"]\n : networkRuleSetDeserializer(item[\"networkAcls\"]),\n isSftpEnabled: item[\"isSftpEnabled\"],\n isLocalUserEnabled: item[\"isLocalUserEnabled\"],\n enableExtendedGroups: item[\"enableExtendedGroups\"],\n isHnsEnabled: item[\"isHnsEnabled\"],\n geoReplicationStats: !item[\"geoReplicationStats\"]\n ? item[\"geoReplicationStats\"]\n : geoReplicationStatsDeserializer(item[\"geoReplicationStats\"]),\n failoverInProgress: item[\"failoverInProgress\"],\n largeFileSharesState: item[\"largeFileSharesState\"],\n privateEndpointConnections: !item[\"privateEndpointConnections\"]\n ? item[\"privateEndpointConnections\"]\n : privateEndpointConnectionArrayDeserializer(item[\"privateEndpointConnections\"]),\n routingPreference: !item[\"routingPreference\"]\n ? item[\"routingPreference\"]\n : routingPreferenceDeserializer(item[\"routingPreference\"]),\n dualStackEndpointPreference: !item[\"dualStackEndpointPreference\"]\n ? item[\"dualStackEndpointPreference\"]\n : dualStackEndpointPreferenceDeserializer(item[\"dualStackEndpointPreference\"]),\n blobRestoreStatus: !item[\"blobRestoreStatus\"]\n ? item[\"blobRestoreStatus\"]\n : blobRestoreStatusDeserializer(item[\"blobRestoreStatus\"]),\n allowBlobPublicAccess: item[\"allowBlobPublicAccess\"],\n minimumTlsVersion: item[\"minimumTlsVersion\"],\n allowSharedKeyAccess: item[\"allowSharedKeyAccess\"],\n enableNfsV3: item[\"isNfsV3Enabled\"],\n allowCrossTenantReplication: item[\"allowCrossTenantReplication\"],\n defaultToOAuthAuthentication: item[\"defaultToOAuthAuthentication\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n immutableStorageWithVersioning: !item[\"immutableStorageWithVersioning\"]\n ? item[\"immutableStorageWithVersioning\"]\n : immutableStorageAccountDeserializer(item[\"immutableStorageWithVersioning\"]),\n allowedCopyScope: item[\"allowedCopyScope\"],\n storageAccountSkuConversionStatus: !item[\"storageAccountSkuConversionStatus\"]\n ? item[\"storageAccountSkuConversionStatus\"]\n : storageAccountSkuConversionStatusDeserializer(item[\"storageAccountSkuConversionStatus\"]),\n dnsEndpointType: item[\"dnsEndpointType\"],\n isSkuConversionBlocked: item[\"isSkuConversionBlocked\"],\n accountMigrationInProgress: item[\"accountMigrationInProgress\"],\n geoPriorityReplicationStatus: !item[\"geoPriorityReplicationStatus\"]\n ? item[\"geoPriorityReplicationStatus\"]\n : geoPriorityReplicationStatusDeserializer(item[\"geoPriorityReplicationStatus\"]),\n allowSharedKeyAccessForServices: !item[\"allowSharedKeyAccessForServices\"]\n ? item[\"allowSharedKeyAccessForServices\"]\n : storageAccountSharedKeyAccessPropertiesDeserializer(\n item[\"allowSharedKeyAccessForServices\"],\n ),\n dataCollaborationPolicyProperties: !item[\"dataCollaborationPolicyProperties\"]\n ? item[\"dataCollaborationPolicyProperties\"]\n : storageDataCollaborationPolicyPropertiesDeserializer(\n item[\"dataCollaborationPolicyProperties\"],\n ),\n };\n}\n\nexport function _storageAccountCreateParametersPropertiesSerializer(\n item: StorageAccountCreateParameters,\n): any {\n return {\n allowedCopyScope: item[\"allowedCopyScope\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n sasPolicy: !item[\"sasPolicy\"] ? item[\"sasPolicy\"] : sasPolicySerializer(item[\"sasPolicy\"]),\n keyPolicy: !item[\"keyPolicy\"] ? item[\"keyPolicy\"] : keyPolicySerializer(item[\"keyPolicy\"]),\n customDomain: !item[\"customDomain\"]\n ? item[\"customDomain\"]\n : customDomainSerializer(item[\"customDomain\"]),\n encryption: !item[\"encryption\"] ? item[\"encryption\"] : encryptionSerializer(item[\"encryption\"]),\n networkAcls: !item[\"networkRuleSet\"]\n ? item[\"networkRuleSet\"]\n : networkRuleSetSerializer(item[\"networkRuleSet\"]),\n accessTier: item[\"accessTier\"],\n azureFilesIdentityBasedAuthentication: !item[\"azureFilesIdentityBasedAuthentication\"]\n ? item[\"azureFilesIdentityBasedAuthentication\"]\n : azureFilesIdentityBasedAuthenticationSerializer(\n item[\"azureFilesIdentityBasedAuthentication\"],\n ),\n supportsHttpsTrafficOnly: item[\"enableHttpsTrafficOnly\"],\n isSftpEnabled: item[\"isSftpEnabled\"],\n isLocalUserEnabled: item[\"isLocalUserEnabled\"],\n enableExtendedGroups: item[\"enableExtendedGroups\"],\n isHnsEnabled: item[\"isHnsEnabled\"],\n largeFileSharesState: item[\"largeFileSharesState\"],\n routingPreference: !item[\"routingPreference\"]\n ? item[\"routingPreference\"]\n : routingPreferenceSerializer(item[\"routingPreference\"]),\n dualStackEndpointPreference: !item[\"dualStackEndpointPreference\"]\n ? item[\"dualStackEndpointPreference\"]\n : dualStackEndpointPreferenceSerializer(item[\"dualStackEndpointPreference\"]),\n allowBlobPublicAccess: item[\"allowBlobPublicAccess\"],\n minimumTlsVersion: item[\"minimumTlsVersion\"],\n allowSharedKeyAccess: item[\"allowSharedKeyAccess\"],\n isNfsV3Enabled: item[\"enableNfsV3\"],\n allowCrossTenantReplication: item[\"allowCrossTenantReplication\"],\n defaultToOAuthAuthentication: item[\"defaultToOAuthAuthentication\"],\n immutableStorageWithVersioning: !item[\"immutableStorageWithVersioning\"]\n ? item[\"immutableStorageWithVersioning\"]\n : immutableStorageAccountSerializer(item[\"immutableStorageWithVersioning\"]),\n dnsEndpointType: item[\"dnsEndpointType\"],\n geoPriorityReplicationStatus: !item[\"geoPriorityReplicationStatus\"]\n ? item[\"geoPriorityReplicationStatus\"]\n : geoPriorityReplicationStatusSerializer(item[\"geoPriorityReplicationStatus\"]),\n allowSharedKeyAccessForServices: !item[\"allowSharedKeyAccessForServices\"]\n ? item[\"allowSharedKeyAccessForServices\"]\n : storageAccountSharedKeyAccessPropertiesSerializer(item[\"allowSharedKeyAccessForServices\"]),\n dataCollaborationPolicyProperties: !item[\"dataCollaborationPolicyProperties\"]\n ? item[\"dataCollaborationPolicyProperties\"]\n : storageDataCollaborationPolicyPropertiesSerializer(\n item[\"dataCollaborationPolicyProperties\"],\n ),\n };\n}\n\nexport function _storageAccountUpdateParametersPropertiesSerializer(\n item: StorageAccountUpdateParameters,\n): any {\n return {\n customDomain: !item[\"customDomain\"]\n ? item[\"customDomain\"]\n : customDomainSerializer(item[\"customDomain\"]),\n encryption: !item[\"encryption\"] ? item[\"encryption\"] : encryptionSerializer(item[\"encryption\"]),\n sasPolicy: !item[\"sasPolicy\"] ? item[\"sasPolicy\"] : sasPolicySerializer(item[\"sasPolicy\"]),\n keyPolicy: !item[\"keyPolicy\"] ? item[\"keyPolicy\"] : keyPolicySerializer(item[\"keyPolicy\"]),\n accessTier: item[\"accessTier\"],\n azureFilesIdentityBasedAuthentication: !item[\"azureFilesIdentityBasedAuthentication\"]\n ? item[\"azureFilesIdentityBasedAuthentication\"]\n : azureFilesIdentityBasedAuthenticationSerializer(\n item[\"azureFilesIdentityBasedAuthentication\"],\n ),\n supportsHttpsTrafficOnly: item[\"enableHttpsTrafficOnly\"],\n isSftpEnabled: item[\"isSftpEnabled\"],\n isLocalUserEnabled: item[\"isLocalUserEnabled\"],\n enableExtendedGroups: item[\"enableExtendedGroups\"],\n networkAcls: !item[\"networkRuleSet\"]\n ? item[\"networkRuleSet\"]\n : networkRuleSetSerializer(item[\"networkRuleSet\"]),\n largeFileSharesState: item[\"largeFileSharesState\"],\n routingPreference: !item[\"routingPreference\"]\n ? item[\"routingPreference\"]\n : routingPreferenceSerializer(item[\"routingPreference\"]),\n dualStackEndpointPreference: !item[\"dualStackEndpointPreference\"]\n ? item[\"dualStackEndpointPreference\"]\n : dualStackEndpointPreferenceSerializer(item[\"dualStackEndpointPreference\"]),\n allowBlobPublicAccess: item[\"allowBlobPublicAccess\"],\n minimumTlsVersion: item[\"minimumTlsVersion\"],\n allowSharedKeyAccess: item[\"allowSharedKeyAccess\"],\n allowCrossTenantReplication: item[\"allowCrossTenantReplication\"],\n defaultToOAuthAuthentication: item[\"defaultToOAuthAuthentication\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n immutableStorageWithVersioning: !item[\"immutableStorageWithVersioning\"]\n ? item[\"immutableStorageWithVersioning\"]\n : immutableStorageAccountSerializer(item[\"immutableStorageWithVersioning\"]),\n allowedCopyScope: item[\"allowedCopyScope\"],\n dnsEndpointType: item[\"dnsEndpointType\"],\n geoPriorityReplicationStatus: !item[\"geoPriorityReplicationStatus\"]\n ? item[\"geoPriorityReplicationStatus\"]\n : geoPriorityReplicationStatusSerializer(item[\"geoPriorityReplicationStatus\"]),\n allowSharedKeyAccessForServices: !item[\"allowSharedKeyAccessForServices\"]\n ? item[\"allowSharedKeyAccessForServices\"]\n : storageAccountSharedKeyAccessPropertiesSerializer(item[\"allowSharedKeyAccessForServices\"]),\n dataCollaborationPolicyProperties: !item[\"dataCollaborationPolicyProperties\"]\n ? item[\"dataCollaborationPolicyProperties\"]\n : storageDataCollaborationPolicyPropertiesSerializer(\n item[\"dataCollaborationPolicyProperties\"],\n ),\n };\n}\n\nexport function _storageAccountMigrationPropertiesSerializer(item: StorageAccountMigration): any {\n return { targetSkuName: item[\"targetSkuName\"] };\n}\n\nexport function _storageAccountMigrationPropertiesDeserializer(item: any) {\n return {\n targetSkuName: item[\"targetSkuName\"],\n migrationStatus: item[\"migrationStatus\"],\n migrationFailedReason: item[\"migrationFailedReason\"],\n migrationFailedDetailedReason: item[\"migrationFailedDetailedReason\"],\n };\n}\n\nexport function _fileSharePropertiesSerializer(item: FileShare): any {\n return {\n metadata: item[\"metadata\"],\n shareQuota: item[\"shareQuota\"],\n provisionedIops: item[\"provisionedIops\"],\n provisionedBandwidthMibps: item[\"provisionedBandwidthMibps\"],\n enabledProtocols: item[\"enabledProtocols\"],\n rootSquash: item[\"rootSquash\"],\n accessTier: item[\"accessTier\"],\n signedIdentifiers: !item[\"signedIdentifiers\"]\n ? item[\"signedIdentifiers\"]\n : signedIdentifierArraySerializer(item[\"signedIdentifiers\"]),\n fileSharePaidBursting: !item[\"fileSharePaidBursting\"]\n ? item[\"fileSharePaidBursting\"]\n : fileSharePropertiesFileSharePaidBurstingSerializer(item[\"fileSharePaidBursting\"]),\n };\n}\n\nexport function _fileSharePropertiesDeserializer(item: any) {\n return {\n lastModifiedTime: !item[\"lastModifiedTime\"]\n ? item[\"lastModifiedTime\"]\n : new Date(item[\"lastModifiedTime\"]),\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n shareQuota: item[\"shareQuota\"],\n provisionedIops: item[\"provisionedIops\"],\n provisionedBandwidthMibps: item[\"provisionedBandwidthMibps\"],\n includedBurstIops: item[\"includedBurstIops\"],\n maxBurstCreditsForIops: item[\"maxBurstCreditsForIops\"],\n nextAllowedQuotaDowngradeTime: !item[\"nextAllowedQuotaDowngradeTime\"]\n ? item[\"nextAllowedQuotaDowngradeTime\"]\n : new Date(item[\"nextAllowedQuotaDowngradeTime\"]),\n nextAllowedProvisionedIopsDowngradeTime: !item[\"nextAllowedProvisionedIopsDowngradeTime\"]\n ? item[\"nextAllowedProvisionedIopsDowngradeTime\"]\n : new Date(item[\"nextAllowedProvisionedIopsDowngradeTime\"]),\n nextAllowedProvisionedBandwidthDowngradeTime: !item[\n \"nextAllowedProvisionedBandwidthDowngradeTime\"\n ]\n ? item[\"nextAllowedProvisionedBandwidthDowngradeTime\"]\n : new Date(item[\"nextAllowedProvisionedBandwidthDowngradeTime\"]),\n enabledProtocols: item[\"enabledProtocols\"],\n rootSquash: item[\"rootSquash\"],\n version: item[\"version\"],\n deleted: item[\"deleted\"],\n deletedTime: !item[\"deletedTime\"] ? item[\"deletedTime\"] : new Date(item[\"deletedTime\"]),\n remainingRetentionDays: item[\"remainingRetentionDays\"],\n accessTier: item[\"accessTier\"],\n accessTierChangeTime: !item[\"accessTierChangeTime\"]\n ? item[\"accessTierChangeTime\"]\n : new Date(item[\"accessTierChangeTime\"]),\n accessTierStatus: item[\"accessTierStatus\"],\n shareUsageBytes: item[\"shareUsageBytes\"],\n leaseStatus: item[\"leaseStatus\"],\n leaseState: item[\"leaseState\"],\n leaseDuration: item[\"leaseDuration\"],\n signedIdentifiers: !item[\"signedIdentifiers\"]\n ? item[\"signedIdentifiers\"]\n : signedIdentifierArrayDeserializer(item[\"signedIdentifiers\"]),\n snapshotTime: !item[\"snapshotTime\"] ? item[\"snapshotTime\"] : new Date(item[\"snapshotTime\"]),\n fileSharePaidBursting: !item[\"fileSharePaidBursting\"]\n ? item[\"fileSharePaidBursting\"]\n : fileSharePropertiesFileSharePaidBurstingDeserializer(item[\"fileSharePaidBursting\"]),\n };\n}\n\nexport function _fileShareItemPropertiesSerializer(item: FileShareItem): any {\n return {\n metadata: item[\"metadata\"],\n shareQuota: item[\"shareQuota\"],\n provisionedIops: item[\"provisionedIops\"],\n provisionedBandwidthMibps: item[\"provisionedBandwidthMibps\"],\n enabledProtocols: item[\"enabledProtocols\"],\n rootSquash: item[\"rootSquash\"],\n accessTier: item[\"accessTier\"],\n signedIdentifiers: !item[\"signedIdentifiers\"]\n ? item[\"signedIdentifiers\"]\n : signedIdentifierArraySerializer(item[\"signedIdentifiers\"]),\n fileSharePaidBursting: !item[\"fileSharePaidBursting\"]\n ? item[\"fileSharePaidBursting\"]\n : fileSharePropertiesFileSharePaidBurstingSerializer(item[\"fileSharePaidBursting\"]),\n };\n}\n\nexport function _fileShareItemPropertiesDeserializer(item: any) {\n return {\n lastModifiedTime: !item[\"lastModifiedTime\"]\n ? item[\"lastModifiedTime\"]\n : new Date(item[\"lastModifiedTime\"]),\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n shareQuota: item[\"shareQuota\"],\n provisionedIops: item[\"provisionedIops\"],\n provisionedBandwidthMibps: item[\"provisionedBandwidthMibps\"],\n includedBurstIops: item[\"includedBurstIops\"],\n maxBurstCreditsForIops: item[\"maxBurstCreditsForIops\"],\n nextAllowedQuotaDowngradeTime: !item[\"nextAllowedQuotaDowngradeTime\"]\n ? item[\"nextAllowedQuotaDowngradeTime\"]\n : new Date(item[\"nextAllowedQuotaDowngradeTime\"]),\n nextAllowedProvisionedIopsDowngradeTime: !item[\"nextAllowedProvisionedIopsDowngradeTime\"]\n ? item[\"nextAllowedProvisionedIopsDowngradeTime\"]\n : new Date(item[\"nextAllowedProvisionedIopsDowngradeTime\"]),\n nextAllowedProvisionedBandwidthDowngradeTime: !item[\n \"nextAllowedProvisionedBandwidthDowngradeTime\"\n ]\n ? item[\"nextAllowedProvisionedBandwidthDowngradeTime\"]\n : new Date(item[\"nextAllowedProvisionedBandwidthDowngradeTime\"]),\n enabledProtocols: item[\"enabledProtocols\"],\n rootSquash: item[\"rootSquash\"],\n version: item[\"version\"],\n deleted: item[\"deleted\"],\n deletedTime: !item[\"deletedTime\"] ? item[\"deletedTime\"] : new Date(item[\"deletedTime\"]),\n remainingRetentionDays: item[\"remainingRetentionDays\"],\n accessTier: item[\"accessTier\"],\n accessTierChangeTime: !item[\"accessTierChangeTime\"]\n ? item[\"accessTierChangeTime\"]\n : new Date(item[\"accessTierChangeTime\"]),\n accessTierStatus: item[\"accessTierStatus\"],\n shareUsageBytes: item[\"shareUsageBytes\"],\n leaseStatus: item[\"leaseStatus\"],\n leaseState: item[\"leaseState\"],\n leaseDuration: item[\"leaseDuration\"],\n signedIdentifiers: !item[\"signedIdentifiers\"]\n ? item[\"signedIdentifiers\"]\n : signedIdentifierArrayDeserializer(item[\"signedIdentifiers\"]),\n snapshotTime: !item[\"snapshotTime\"] ? item[\"snapshotTime\"] : new Date(item[\"snapshotTime\"]),\n fileSharePaidBursting: !item[\"fileSharePaidBursting\"]\n ? item[\"fileSharePaidBursting\"]\n : fileSharePropertiesFileSharePaidBurstingDeserializer(item[\"fileSharePaidBursting\"]),\n };\n}\n\nexport function _fileServicePropertiesPropertiesSerializer(item: FileServiceProperties): any {\n return {\n cors: !item[\"cors\"] ? item[\"cors\"] : corsRulesSerializer(item[\"cors\"]),\n shareDeleteRetentionPolicy: !item[\"shareDeleteRetentionPolicy\"]\n ? item[\"shareDeleteRetentionPolicy\"]\n : deleteRetentionPolicySerializer(item[\"shareDeleteRetentionPolicy\"]),\n protocolSettings: !item[\"protocolSettings\"]\n ? item[\"protocolSettings\"]\n : protocolSettingsSerializer(item[\"protocolSettings\"]),\n };\n}\n\nexport function _fileServicePropertiesPropertiesDeserializer(item: any) {\n return {\n cors: !item[\"cors\"] ? item[\"cors\"] : corsRulesDeserializer(item[\"cors\"]),\n shareDeleteRetentionPolicy: !item[\"shareDeleteRetentionPolicy\"]\n ? item[\"shareDeleteRetentionPolicy\"]\n : deleteRetentionPolicyDeserializer(item[\"shareDeleteRetentionPolicy\"]),\n protocolSettings: !item[\"protocolSettings\"]\n ? item[\"protocolSettings\"]\n : protocolSettingsDeserializer(item[\"protocolSettings\"]),\n };\n}\n\nexport function _queueServicePropertiesPropertiesSerializer(item: QueueServiceProperties): any {\n return { cors: !item[\"cors\"] ? item[\"cors\"] : corsRulesSerializer(item[\"cors\"]) };\n}\n\nexport function _queueServicePropertiesPropertiesDeserializer(item: any) {\n return {\n cors: !item[\"cors\"] ? item[\"cors\"] : corsRulesDeserializer(item[\"cors\"]),\n };\n}\n\nexport function _deletedAccountPropertiesDeserializer(item: any) {\n return {\n storageAccountResourceId: item[\"storageAccountResourceId\"],\n location: item[\"location\"],\n restoreReference: item[\"restoreReference\"],\n creationTime: item[\"creationTime\"],\n deletionTime: item[\"deletionTime\"],\n };\n}\n\nexport function _managementPolicyPropertiesSerializer(item: ManagementPolicy): any {\n return {\n policy: !item[\"policy\"] ? item[\"policy\"] : managementPolicySchemaSerializer(item[\"policy\"]),\n };\n}\n\nexport function _managementPolicyPropertiesDeserializer(item: any) {\n return {\n lastModifiedTime: !item[\"lastModifiedTime\"]\n ? item[\"lastModifiedTime\"]\n : new Date(item[\"lastModifiedTime\"]),\n policy: !item[\"policy\"] ? item[\"policy\"] : managementPolicySchemaDeserializer(item[\"policy\"]),\n };\n}\n\nexport function _blobInventoryPolicyPropertiesSerializer(item: BlobInventoryPolicy): any {\n return {\n policy: !item[\"policy\"] ? item[\"policy\"] : blobInventoryPolicySchemaSerializer(item[\"policy\"]),\n };\n}\n\nexport function _blobInventoryPolicyPropertiesDeserializer(item: any) {\n return {\n lastModifiedTime: !item[\"lastModifiedTime\"]\n ? item[\"lastModifiedTime\"]\n : new Date(item[\"lastModifiedTime\"]),\n policy: !item[\"policy\"]\n ? item[\"policy\"]\n : blobInventoryPolicySchemaDeserializer(item[\"policy\"]),\n };\n}\n\nexport function _encryptionScopePropertiesSerializer(item: EncryptionScope): any {\n return {\n source: item[\"source\"],\n state: item[\"state\"],\n keyVaultProperties: !item[\"keyVaultProperties\"]\n ? item[\"keyVaultProperties\"]\n : encryptionScopeKeyVaultPropertiesSerializer(item[\"keyVaultProperties\"]),\n requireInfrastructureEncryption: item[\"requireInfrastructureEncryption\"],\n };\n}\n\nexport function _encryptionScopePropertiesDeserializer(item: any) {\n return {\n source: item[\"source\"],\n state: item[\"state\"],\n creationTime: !item[\"creationTime\"] ? item[\"creationTime\"] : new Date(item[\"creationTime\"]),\n lastModifiedTime: !item[\"lastModifiedTime\"]\n ? item[\"lastModifiedTime\"]\n : new Date(item[\"lastModifiedTime\"]),\n keyVaultProperties: !item[\"keyVaultProperties\"]\n ? item[\"keyVaultProperties\"]\n : encryptionScopeKeyVaultPropertiesDeserializer(item[\"keyVaultProperties\"]),\n requireInfrastructureEncryption: item[\"requireInfrastructureEncryption\"],\n };\n}\n\nexport function _tableServicePropertiesPropertiesSerializer(item: TableServiceProperties): any {\n return { cors: !item[\"cors\"] ? item[\"cors\"] : corsRulesSerializer(item[\"cors\"]) };\n}\n\nexport function _tableServicePropertiesPropertiesDeserializer(item: any) {\n return {\n cors: !item[\"cors\"] ? item[\"cors\"] : corsRulesDeserializer(item[\"cors\"]),\n };\n}\n\nexport function _networkSecurityPerimeterConfigurationPropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n provisioningIssues: !item[\"provisioningIssues\"]\n ? item[\"provisioningIssues\"]\n : provisioningIssueArrayDeserializer(item[\"provisioningIssues\"]),\n networkSecurityPerimeter: !item[\"networkSecurityPerimeter\"]\n ? item[\"networkSecurityPerimeter\"]\n : networkSecurityPerimeterDeserializer(item[\"networkSecurityPerimeter\"]),\n resourceAssociation: !item[\"resourceAssociation\"]\n ? item[\"resourceAssociation\"]\n : networkSecurityPerimeterConfigurationPropertiesResourceAssociationDeserializer(\n item[\"resourceAssociation\"],\n ),\n profile: !item[\"profile\"]\n ? item[\"profile\"]\n : networkSecurityPerimeterConfigurationPropertiesProfileDeserializer(item[\"profile\"]),\n };\n}\n\nexport function _privateLinkResourcePropertiesDeserializer(item: any) {\n return {\n groupId: item[\"groupId\"],\n requiredMembers: !item[\"requiredMembers\"]\n ? item[\"requiredMembers\"]\n : item[\"requiredMembers\"].map((p: any) => {\n return p;\n }),\n requiredZoneNames: !item[\"requiredZoneNames\"]\n ? item[\"requiredZoneNames\"]\n : item[\"requiredZoneNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _listQueueQueuePropertiesDeserializer(item: any) {\n return {\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\nexport function _storageQueuePropertiesSerializer(item: StorageQueue): any {\n return { metadata: item[\"metadata\"] };\n}\n\nexport function _storageQueuePropertiesDeserializer(item: any) {\n return {\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n approximateMessageCount: item[\"approximateMessageCount\"],\n };\n}\n\nexport function _objectReplicationPolicyPropertiesSerializer(item: ObjectReplicationPolicy): any {\n return {\n sourceAccount: item[\"sourceAccount\"],\n destinationAccount: item[\"destinationAccount\"],\n rules: !item[\"rules\"]\n ? item[\"rules\"]\n : objectReplicationPolicyRuleArraySerializer(item[\"rules\"]),\n metrics: !item[\"metrics\"]\n ? item[\"metrics\"]\n : objectReplicationPolicyPropertiesMetricsSerializer(item[\"metrics\"]),\n priorityReplication: !item[\"priorityReplication\"]\n ? item[\"priorityReplication\"]\n : objectReplicationPolicyPropertiesPriorityReplicationSerializer(item[\"priorityReplication\"]),\n tagsReplication: !item[\"tagsReplication\"]\n ? item[\"tagsReplication\"]\n : objectReplicationPolicyPropertiesTagsReplicationSerializer(item[\"tagsReplication\"]),\n };\n}\n\nexport function _objectReplicationPolicyPropertiesDeserializer(item: any) {\n return {\n policyId: item[\"policyId\"],\n enabledTime: !item[\"enabledTime\"] ? item[\"enabledTime\"] : new Date(item[\"enabledTime\"]),\n sourceAccount: item[\"sourceAccount\"],\n destinationAccount: item[\"destinationAccount\"],\n rules: !item[\"rules\"]\n ? item[\"rules\"]\n : objectReplicationPolicyRuleArrayDeserializer(item[\"rules\"]),\n metrics: !item[\"metrics\"]\n ? item[\"metrics\"]\n : objectReplicationPolicyPropertiesMetricsDeserializer(item[\"metrics\"]),\n priorityReplication: !item[\"priorityReplication\"]\n ? item[\"priorityReplication\"]\n : objectReplicationPolicyPropertiesPriorityReplicationDeserializer(\n item[\"priorityReplication\"],\n ),\n tagsReplication: !item[\"tagsReplication\"]\n ? item[\"tagsReplication\"]\n : objectReplicationPolicyPropertiesTagsReplicationDeserializer(item[\"tagsReplication\"]),\n };\n}\n\nexport function _localUserPropertiesSerializer(item: LocalUser): any {\n return {\n permissionScopes: !item[\"permissionScopes\"]\n ? item[\"permissionScopes\"]\n : permissionScopeArraySerializer(item[\"permissionScopes\"]),\n homeDirectory: item[\"homeDirectory\"],\n sshAuthorizedKeys: !item[\"sshAuthorizedKeys\"]\n ? item[\"sshAuthorizedKeys\"]\n : sshPublicKeyArraySerializer(item[\"sshAuthorizedKeys\"]),\n hasSharedKey: item[\"hasSharedKey\"],\n hasSshKey: item[\"hasSshKey\"],\n hasSshPassword: item[\"hasSshPassword\"],\n groupId: item[\"groupId\"],\n allowAclAuthorization: item[\"allowAclAuthorization\"],\n extendedGroups: !item[\"extendedGroups\"]\n ? item[\"extendedGroups\"]\n : item[\"extendedGroups\"].map((p: any) => {\n return p;\n }),\n isNFSv3Enabled: item[\"isNFSv3Enabled\"],\n };\n}\n\nexport function _localUserPropertiesDeserializer(item: any) {\n return {\n permissionScopes: !item[\"permissionScopes\"]\n ? item[\"permissionScopes\"]\n : permissionScopeArrayDeserializer(item[\"permissionScopes\"]),\n homeDirectory: item[\"homeDirectory\"],\n sshAuthorizedKeys: !item[\"sshAuthorizedKeys\"]\n ? item[\"sshAuthorizedKeys\"]\n : sshPublicKeyArrayDeserializer(item[\"sshAuthorizedKeys\"]),\n sid: item[\"sid\"],\n hasSharedKey: item[\"hasSharedKey\"],\n hasSshKey: item[\"hasSshKey\"],\n hasSshPassword: item[\"hasSshPassword\"],\n userId: item[\"userId\"],\n groupId: item[\"groupId\"],\n allowAclAuthorization: item[\"allowAclAuthorization\"],\n extendedGroups: !item[\"extendedGroups\"]\n ? item[\"extendedGroups\"]\n : item[\"extendedGroups\"].map((p: any) => {\n return p;\n }),\n isNFSv3Enabled: item[\"isNFSv3Enabled\"],\n };\n}\n\nexport function _tablePropertiesSerializer(item: Table): any {\n return {\n signedIdentifiers: !item[\"signedIdentifiers\"]\n ? item[\"signedIdentifiers\"]\n : tableSignedIdentifierArraySerializer(item[\"signedIdentifiers\"]),\n };\n}\n\nexport function _tablePropertiesDeserializer(item: any) {\n return {\n tableName: item[\"tableName\"],\n signedIdentifiers: !item[\"signedIdentifiers\"]\n ? item[\"signedIdentifiers\"]\n : tableSignedIdentifierArrayDeserializer(item[\"signedIdentifiers\"]),\n };\n}\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,kCAAqC;AAe9B,SAAS,iCAAiC,MAAiC;AAChF,SAAO;AAAA,IACL,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,2BAA2B,KAAK,OAAO,CAAC;AAAA,IAChF,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,2BAA2B,QAAiC;AAC1E,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,sBAAsB,IAAI;AAAA,EACnC,CAAC;AACH;AAcO,SAAS,sBAAsB,MAAsB;AAC1D,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,6BAA6B,KAAK,SAAS,CAAC;AAAA,IAC1F,QAAQ,KAAK,QAAQ;AAAA,IACrB,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,0CAA0C,KAAK,YAAY,CAAC;AAAA,EAClE;AACF;AAcO,SAAS,6BAA6B,MAA6B;AACxE,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,UAAU,KAAK,UAAU;AAAA,IACzB,WAAW,KAAK,WAAW;AAAA,IAC3B,aAAa,KAAK,aAAa;AAAA,EACjC;AACF;AAQO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,sBAAsB,CAAC,KAAK,sBAAsB,IAC9C,KAAK,sBAAsB,IAC3B,iCAAiC,KAAK,sBAAsB,CAAC;AAAA,EACnE;AACF;AAQO,SAAS,iCAAiC,MAAiC;AAChF,SAAO;AAAA,IACL,sBAAsB,CAAC,KAAK,sBAAsB,IAC9C,KAAK,sBAAsB,IAC3B,qCAAqC,KAAK,sBAAsB,CAAC;AAAA,EACvE;AACF;AAEO,SAAS,qCAAqC,QAA2C;AAC9F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,gCAAgC,IAAI;AAAA,EAC7C,CAAC;AACH;AAwBO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,aAAa,KAAK,aAAa;AAAA,IAC/B,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,2BAA2B,KAAK,YAAY,CAAC;AAAA,IACjD,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,UAAU,KAAK,UAAU;AAAA,IACzB,iCAAiC,KAAK,iCAAiC;AAAA,EACzE;AACF;AAEO,SAAS,2BAA2B,QAAiC;AAC1E,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,sBAAsB,IAAI;AAAA,EACnC,CAAC;AACH;AAUO,SAAS,sBAAsB,MAAsB;AAC1D,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,aAAa,KAAK,aAAa;AAAA,EACjC;AACF;AAQO,SAAS,0BAA0B,MAA0B;AAClE,SAAO;AAAA,IACL,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,8BAA8B,KAAK,OAAO,CAAC;AAAA,EACrF;AACF;AAUO,SAAS,8BAA8B,MAA8B;AAC1E,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,SAAS,KAAK,SAAS;AAAA,EACzB;AACF;AA8CO,SAAS,wBAAwB,MAA0B;AAChE,SAAO;AAAA,IACL,gBAAY,kDAAqB,MAAM;AAAA,MACrC;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IACF,CAAC,IACG,SACA,mCAAmC,IAAI;AAAA,EAC7C;AACF;AAEO,SAAS,0BAA0B,MAA0B;AAClE,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,qCAAqC,KAAK,YAAY,CAAC;AAAA,IAC3D,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AA4CO,SAAS,8BAA8B,MAAgC;AAC5E,SAAO;AAAA,IACL,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,6BAA6B,KAAK,6BAA6B;AAAA,IAC/D,cAAc,KAAK,cAAc;AAAA,IACjC,UAAU,KAAK,UAAU;AAAA,IACzB,gCAAgC,CAAC,KAAK,gCAAgC,IAClE,KAAK,gCAAgC,IACrC,yCAAyC,KAAK,gCAAgC,CAAC;AAAA,IACnF,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,sBAAsB,KAAK,sBAAsB;AAAA,EACnD;AACF;AAEO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,SAAS,KAAK,SAAS;AAAA,IACvB,aAAa,CAAC,KAAK,aAAa,IAAI,KAAK,aAAa,IAAI,IAAI,KAAK,KAAK,aAAa,CAAC;AAAA,IACtF,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,6BAA6B,KAAK,6BAA6B;AAAA,IAC/D,cAAc,KAAK,cAAc;AAAA,IACjC,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,IAAI,KAAK,KAAK,kBAAkB,CAAC;AAAA,IACrC,aAAa,KAAK,aAAa;AAAA,IAC/B,YAAY,KAAK,YAAY;AAAA,IAC7B,eAAe,KAAK,eAAe;AAAA,IACnC,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,OAAO,YAAY,OAAO,QAAQ,KAAK,UAAU,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;AAAA,IAC9F,oBAAoB,CAAC,KAAK,oBAAoB,IAC1C,KAAK,oBAAoB,IACzB,yCAAyC,KAAK,oBAAoB,CAAC;AAAA,IACvE,WAAW,CAAC,KAAK,WAAW,IACxB,KAAK,WAAW,IAChB,gCAAgC,KAAK,WAAW,CAAC;AAAA,IACrD,cAAc,KAAK,cAAc;AAAA,IACjC,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,gCAAgC,CAAC,KAAK,gCAAgC,IAClE,KAAK,gCAAgC,IACrC,2CAA2C,KAAK,gCAAgC,CAAC;AAAA,IACrF,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,sBAAsB,KAAK,sBAAsB;AAAA,EACnD;AACF;AAMO,IAAK,mBAAL,kBAAKA,sBAAL;AAEL,EAAAA,kBAAA,YAAS;AAET,EAAAA,kBAAA,cAAW;AAJD,SAAAA;AAAA,GAAA;AAkBL,IAAK,kBAAL,kBAAKC,qBAAL;AAEL,EAAAA,iBAAA,eAAY;AAEZ,EAAAA,iBAAA,YAAS;AAET,EAAAA,iBAAA,aAAU;AAEV,EAAAA,iBAAA,cAAW;AAEX,EAAAA,iBAAA,YAAS;AAVC,SAAAA;AAAA,GAAA;AA2BL,IAAK,qBAAL,kBAAKC,wBAAL;AAEL,EAAAA,oBAAA,cAAW;AAEX,EAAAA,oBAAA,WAAQ;AAJE,SAAAA;AAAA,GAAA;AAiCL,SAAS,yCAAyC,MAAyC;AAChG,SAAO;AAAA,IACL,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,oDAAoD,KAAK,YAAY,CAAC;AAAA,IAC1E,MAAM,KAAK,MAAM;AAAA,IACjB,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,uCAAuC,KAAK,eAAe,CAAC;AAAA,EAClE;AACF;AAcO,SAAS,qCAAqC,MAAuC;AAC1F,SAAO;AAAA,IACL,uCAAuC,KAAK,uCAAuC;AAAA,IACnF,4BAA4B,KAAK,4BAA4B;AAAA,IAC7D,+BAA+B,KAAK,+BAA+B;AAAA,EACrE;AACF;AAEO,SAAS,uCAAuC,MAAuC;AAC5F,SAAO;AAAA,IACL,uCAAuC,KAAK,uCAAuC;AAAA,IACnF,OAAO,KAAK,OAAO;AAAA,IACnB,4BAA4B,KAAK,4BAA4B;AAAA,IAC7D,+BAA+B,KAAK,+BAA+B;AAAA,EACrE;AACF;AAGO,IAAK,+BAAL,kBAAKC,kCAAL;AAEL,EAAAA,8BAAA,YAAS;AAET,EAAAA,8BAAA,cAAW;AAJD,SAAAA;AAAA,GAAA;AAiBL,SAAS,uCACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,kCAAkC,IAAI;AAAA,EAC/C,CAAC;AACH;AAsBO,SAAS,kCAAkC,MAAkC;AAClF,SAAO;AAAA,IACL,QAAQ,KAAK,QAAQ;AAAA,IACrB,uCAAuC,KAAK,uCAAuC;AAAA,IACnF,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,UAAU,KAAK,UAAU;AAAA,IACzB,KAAK,KAAK,KAAK;AAAA,IACf,4BAA4B,KAAK,4BAA4B;AAAA,IAC7D,+BAA+B,KAAK,+BAA+B;AAAA,EACrE;AACF;AAGO,IAAK,oCAAL,kBAAKC,uCAAL;AAEL,EAAAA,mCAAA,SAAM;AAEN,EAAAA,mCAAA,UAAO;AAEP,EAAAA,mCAAA,YAAS;AANC,SAAAA;AAAA,GAAA;AA8BL,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,cAAc,KAAK,cAAc;AAAA,IACjC,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,6BAA6B,KAAK,MAAM,CAAC;AAAA,IAC9E,8BAA8B,CAAC,KAAK,8BAA8B,IAC9D,KAAK,8BAA8B,IACnC,yCAAyC,KAAK,8BAA8B,CAAC;AAAA,EACnF;AACF;AAEO,SAAS,6BAA6B,QAAmC;AAC9E,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,wBAAwB,IAAI;AAAA,EACrC,CAAC;AACH;AAgBO,SAAS,wBAAwB,MAAwB;AAC9D,SAAO;AAAA,IACL,KAAK,KAAK,KAAK;AAAA,IACf,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,UAAU,KAAK,UAAU;AAAA,IACzB,KAAK,KAAK,KAAK;AAAA,EACjB;AACF;AAUO,SAAS,yCAAyC,MAAyC;AAChG,SAAO;AAAA,IACL,+BAA+B,KAAK,+BAA+B;AAAA,IACnE,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,EAChF;AACF;AAYO,SAAS,yCACd,MACK;AACL,SAAO,EAAE,SAAS,KAAK,SAAS,EAAE;AACpC;AAEO,SAAS,2CACd,MACgC;AAChC,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,gBAAgB,KAAK,gBAAgB;AAAA,EACvC;AACF;AAGO,IAAK,sBAAL,kBAAKC,yBAAL;AAEL,EAAAA,qBAAA,gBAAa;AAEb,EAAAA,qBAAA,eAAY;AAJF,SAAAA;AAAA,GAAA;AAoBL,SAAS,wBAAwB,OAA2B;AACjE,SAAO,CAAC;AACV;AAEO,SAAS,0BAA0B,MAA0B;AAClE,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,EAC/C;AACF;AAcO,SAAS,mBAAmB,OAAsB;AACvD,SAAO,CAAC;AACV;AAEO,SAAS,qBAAqB,MAAqB;AACxD,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,EAC/C;AACF;AAkBO,SAAS,uBAAuB,MAAuB;AAC5D,SAAO;AAAA,IACL,WAAW,KAAK,WAAW;AAAA,IAC3B,eAAe,KAAK,eAAe;AAAA,IACnC,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,IAAI,KAAK,KAAK,gBAAgB,CAAC;AAAA,EACrC;AACF;AAGO,IAAK,qBAAL,kBAAKC,wBAAL;AAEL,EAAAA,oBAAA,UAAO;AAEP,EAAAA,oBAAA,iBAAc;AAEd,EAAAA,oBAAA,qBAAkB;AAElB,EAAAA,oBAAA,SAAM;AARI,SAAAA;AAAA,GAAA;AAiCL,SAAS,oBAAoB,MAAsB;AACxD,SAAO;AAAA,IACL,MAAM,KAAK,MAAM,EAAE,IAAI,CAAC,MAAW;AACjC,aAAO;AAAA,IACT,CAAC;AAAA,IACD,+BAA+B,KAAK,+BAA+B;AAAA,EACrE;AACF;AAEO,SAAS,sBAAsB,MAAsB;AAC1D,SAAO;AAAA,IACL,cAAc,KAAK,cAAc;AAAA,IACjC,MAAM,KAAK,MAAM,EAAE,IAAI,CAAC,MAAW;AACjC,aAAO;AAAA,IACT,CAAC;AAAA,IACD,+BAA+B,KAAK,+BAA+B;AAAA,EACrE;AACF;AAgBO,SAAS,gCAAgC,MAAkC;AAChF,SAAO;AAAA,IACL,QAAQ,KAAK,QAAQ;AAAA,IACrB,SAAS,KAAK,SAAS;AAAA,IACvB,aAAa,KAAK,aAAa;AAAA,IAC/B,eAAe,KAAK,eAAe;AAAA,IACnC,iBAAiB,KAAK,iBAAiB;AAAA,EACzC;AACF;AAGO,IAAK,mCAAL,kBAAKC,sCAAL;AAEL,EAAAA,kCAAA,aAAU;AAEV,EAAAA,kCAAA,WAAQ;AAER,EAAAA,kCAAA,YAAS;AAET,EAAAA,kCAAA,aAAU;AAEV,EAAAA,kCAAA,WAAQ;AAVE,SAAAA;AAAA,GAAA;AAkCL,SAAS,mCAAmC,MAAmC;AACpF,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,kBAAkB,KAAK,kBAAkB;AAAA,EAC3C;AACF;AAQO,SAAS,uBAAuB,MAAuB;AAC5D,SAAO;AAAA,IACL,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,2BAA2B,KAAK,OAAO,CAAC;AAAA,EAClF;AACF;AAcO,SAAS,2BAA2B,MAA2B;AACpE,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,SAAS,KAAK,SAAS;AAAA,IACvB,QAAQ,KAAK,QAAQ;AAAA,IACrB,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,gCAAgC,KAAK,SAAS,CAAC;AAAA,EAC/F;AACF;AAEO,SAAS,gCAAgC,QAAsC;AACpF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,2BAA2B,IAAI;AAAA,EACxC,CAAC;AACH;AAgBO,SAAS,wBAAwB,MAAwB;AAC9D,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,SAAS,KAAK,SAAS;AAAA,IACvB,QAAQ,KAAK,QAAQ;AAAA,IACrB,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,6BAA6B,KAAK,SAAS,CAAC;AAAA,IAC1F,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,qCAAqC,KAAK,gBAAgB,CAAC;AAAA,EACjE;AACF;AAEO,SAAS,6BAA6B,QAAmC;AAC9E,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,wBAAwB,IAAI;AAAA,EACrC,CAAC;AACH;AAEO,SAAS,qCAAqC,QAA2C;AAC9F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,gCAAgC,IAAI;AAAA,EAC7C,CAAC;AACH;AAUO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AAUO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,OAAO,mCAAmC,KAAK,OAAO,CAAC;AAAA,IACvD,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,mCAAmC,QAAyC;AAC1F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,8BAA8B,IAAI;AAAA,EAC3C,CAAC;AACH;AA4CO,SAAS,8BAA8B,MAA8B;AAC1E,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,yCAAyC,KAAK,YAAY,CAAC;AAAA,EACjE;AACF;AAQO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AAgBO,SAAS,6BAA6B,MAA+B;AAC1E,SAAO,EAAE,YAAY,wCAAwC,IAAI,EAAE;AACrE;AAEO,SAAS,+BAA+B,MAA+B;AAC5E,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAG,0CAA0C,KAAK,YAAY,CAAC;AAAA,IAC/D,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AA4BO,SAAS,gCAAgC,MAAkC;AAChF,SAAO;AAAA,IACL,gBAAY,kDAAqB,MAAM;AAAA,MACrC;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IACF,CAAC,IACG,SACA,2CAA2C,IAAI;AAAA,EACrD;AACF;AAEO,SAAS,kCAAkC,MAAkC;AAClF,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,6CAA6C,KAAK,YAAY,CAAC;AAAA,IACnE,KAAK,CAAC,KAAK,KAAK,IAAI,KAAK,KAAK,IAAI,gBAAgB,KAAK,KAAK,CAAC;AAAA,EAC/D;AACF;AA0BO,SAAS,0CACd,MACK;AACL,SAAO;AAAA,IACL,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,oBAAoB,KAAK,MAAM,CAAC;AAAA,IACrE,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,gCAAgC,KAAK,uBAAuB,CAAC;AAAA,IACjE,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,wBAAwB,KAAK,eAAe,CAAC;AAAA,IACjD,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,gCAAgC,KAAK,gCAAgC;AAAA,IACrE,YAAY,CAAC,KAAK,YAAY,IAAI,KAAK,YAAY,IAAI,qBAAqB,KAAK,YAAY,CAAC;AAAA,IAC9F,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,kCAAkC,KAAK,eAAe,CAAC;AAAA,IAC3D,gCAAgC,CAAC,KAAK,gCAAgC,IAClE,KAAK,gCAAgC,IACrC,gCAAgC,KAAK,gCAAgC,CAAC;AAAA,IAC1E,8BAA8B,CAAC,KAAK,8BAA8B,IAC9D,KAAK,8BAA8B,IACnC,uCAAuC,KAAK,8BAA8B,CAAC;AAAA,EACjF;AACF;AAEO,SAAS,4CACd,MACiC;AACjC,SAAO;AAAA,IACL,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,sBAAsB,KAAK,MAAM,CAAC;AAAA,IACvE,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,kCAAkC,KAAK,uBAAuB,CAAC;AAAA,IACnE,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,0BAA0B,KAAK,eAAe,CAAC;AAAA,IACnD,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,gCAAgC,KAAK,gCAAgC;AAAA,IACrE,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,oCAAoC,KAAK,eAAe,CAAC;AAAA,IAC7D,gCAAgC,CAAC,KAAK,gCAAgC,IAClE,KAAK,gCAAgC,IACrC,kCAAkC,KAAK,gCAAgC,CAAC;AAAA,IAC5E,8BAA8B,CAAC,KAAK,8BAA8B,IAC9D,KAAK,8BAA8B,IACnC,yCAAyC,KAAK,8BAA8B,CAAC;AAAA,EACnF;AACF;AAQO,SAAS,oBAAoB,MAAsB;AACxD,SAAO;AAAA,IACL,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,wBAAwB,KAAK,WAAW,CAAC;AAAA,EAC/F;AACF;AAEO,SAAS,sBAAsB,MAAsB;AAC1D,SAAO;AAAA,IACL,WAAW,CAAC,KAAK,WAAW,IACxB,KAAK,WAAW,IAChB,0BAA0B,KAAK,WAAW,CAAC;AAAA,EACjD;AACF;AAEO,SAAS,wBAAwB,QAAgC;AACtE,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,mBAAmB,IAAI;AAAA,EAChC,CAAC;AACH;AAEO,SAAS,0BAA0B,QAAgC;AACxE,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,qBAAqB,IAAI;AAAA,EAClC,CAAC;AACH;AAgBO,SAAS,mBAAmB,MAAqB;AACtD,SAAO;AAAA,IACL,gBAAgB,KAAK,gBAAgB,EAAE,IAAI,CAAC,MAAW;AACrD,aAAO;AAAA,IACT,CAAC;AAAA,IACD,gBAAgB,KAAK,gBAAgB,EAAE,IAAI,CAAC,MAAW;AACrD,aAAO;AAAA,IACT,CAAC;AAAA,IACD,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,gBAAgB,KAAK,gBAAgB,EAAE,IAAI,CAAC,MAAW;AACrD,aAAO;AAAA,IACT,CAAC;AAAA,IACD,gBAAgB,KAAK,gBAAgB,EAAE,IAAI,CAAC,MAAW;AACrD,aAAO;AAAA,IACT,CAAC;AAAA,EACH;AACF;AAEO,SAAS,qBAAqB,MAAqB;AACxD,SAAO;AAAA,IACL,gBAAgB,KAAK,gBAAgB,EAAE,IAAI,CAAC,MAAW;AACrD,aAAO;AAAA,IACT,CAAC;AAAA,IACD,gBAAgB,KAAK,gBAAgB,EAAE,IAAI,CAAC,MAAW;AACrD,aAAO;AAAA,IACT,CAAC;AAAA,IACD,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,gBAAgB,KAAK,gBAAgB,EAAE,IAAI,CAAC,MAAW;AACrD,aAAO;AAAA,IACT,CAAC;AAAA,IACD,gBAAgB,KAAK,gBAAgB,EAAE,IAAI,CAAC,MAAW;AACrD,aAAO;AAAA,IACT,CAAC;AAAA,EACH;AACF;AAGO,IAAK,sBAAL,kBAAKC,yBAAL;AAEL,EAAAA,qBAAA,YAAS;AAET,EAAAA,qBAAA,SAAM;AAEN,EAAAA,qBAAA,UAAO;AAEP,EAAAA,qBAAA,WAAQ;AAER,EAAAA,qBAAA,UAAO;AAEP,EAAAA,qBAAA,aAAU;AAEV,EAAAA,qBAAA,SAAM;AAEN,EAAAA,qBAAA,WAAQ;AAER,EAAAA,qBAAA,aAAU;AAEV,EAAAA,qBAAA,WAAQ;AApBE,SAAAA;AAAA,GAAA;AAoCL,SAAS,gCAAgC,MAAkC;AAChF,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,MAAM,KAAK,MAAM;AAAA,IACjB,sBAAsB,KAAK,sBAAsB;AAAA,EACnD;AACF;AAEO,SAAS,kCAAkC,MAAkC;AAClF,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,MAAM,KAAK,MAAM;AAAA,IACjB,sBAAsB,KAAK,sBAAsB;AAAA,EACnD;AACF;AAcO,SAAS,wBAAwB,MAA0B;AAChE,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,eAAe,KAAK,eAAe;AAAA,IACnC,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,sBAAsB,KAAK,sBAAsB;AAAA,EACnD;AACF;AAEO,SAAS,0BAA0B,MAA0B;AAClE,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,eAAe,KAAK,eAAe;AAAA,IACnC,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,sBAAsB,KAAK,sBAAsB;AAAA,EACnD;AACF;AAUO,SAAS,qBAAqB,MAAuB;AAC1D,SAAO,EAAE,SAAS,KAAK,SAAS,GAAG,iBAAiB,KAAK,iBAAiB,EAAE;AAC9E;AAEO,SAAS,uBAAuB,MAAuB;AAC5D,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,iBAAiB,KAAK,iBAAiB;AAAA,EACzC;AACF;AAcO,SAAS,kCAAkC,MAAoC;AACpF,SAAO,EAAE,SAAS,KAAK,SAAS,GAAG,MAAM,KAAK,MAAM,EAAE;AACxD;AAEO,SAAS,oCAAoC,MAAoC;AACtF,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,MAAM,KAAK,MAAM;AAAA,IACjB,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,IAAI,KAAK,KAAK,iBAAiB,CAAC;AAAA,IACpC,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,IAAI,KAAK,KAAK,gBAAgB,CAAC;AAAA,EACrC;AACF;AAcO,SAAS,uCAAuC,MAAyC;AAC9F,SAAO;AAAA,IACL,QAAQ,KAAK,QAAQ;AAAA,IACrB,MAAM,KAAK,MAAM;AAAA,IACjB,2BAA2B,KAAK,2BAA2B;AAAA,IAC3D,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,KAAK,UAAU,EAAE,IAAI,CAAC,MAAW;AAC/B,aAAO;AAAA,IACT,CAAC;AAAA,EACP;AACF;AAEO,SAAS,yCAAyC,MAAyC;AAChG,SAAO;AAAA,IACL,QAAQ,KAAK,QAAQ;AAAA,IACrB,MAAM,KAAK,MAAM;AAAA,IACjB,2BAA2B,KAAK,2BAA2B;AAAA,IAC3D,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,KAAK,UAAU,EAAE,IAAI,CAAC,MAAW;AAC/B,aAAO;AAAA,IACT,CAAC;AAAA,EACP;AACF;AAGO,IAAK,YAAL,kBAAKC,eAAL;AAEL,EAAAA,WAAA,wBAAqB;AAFX,SAAAA;AAAA,GAAA;AAsBL,SAAS,cAAc,MAAgB;AAC5C,SAAO,EAAE,MAAM,KAAK,MAAM,EAAE;AAC9B;AAEO,SAAS,gBAAgB,MAAgB;AAC9C,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AAGO,IAAK,eAAL,kBAAKC,kBAAL;AAEL,EAAAA,cAAA,iBAAc;AAEd,EAAAA,cAAA,iBAAc;AAEd,EAAAA,cAAA,mBAAgB;AAEhB,EAAAA,cAAA,iBAAc;AAEd,EAAAA,cAAA,gBAAa;AAEb,EAAAA,cAAA,gBAAa;AAEb,EAAAA,cAAA,kBAAe;AAEf,EAAAA,cAAA,oBAAiB;AAEjB,EAAAA,cAAA,mBAAgB;AAEhB,EAAAA,cAAA,mBAAgB;AAEhB,EAAAA,cAAA,mBAAgB;AAEhB,EAAAA,cAAA,oBAAiB;AAEjB,EAAAA,cAAA,kBAAe;AAEf,EAAAA,cAAA,kBAAe;AA5BL,SAAAA;AAAA,GAAA;AA8DL,SAAS,8BAA8B,MAA8B;AAC1E,SAAO;AAAA,IACL,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,uCAAuC,KAAK,OAAO,CAAC;AAAA,IAC5F,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,qCAAqC,QAA6C;AAChG,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,gCAAgC,IAAI;AAAA,EAC7C,CAAC;AACH;AAEO,SAAS,uCACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,kCAAkC,IAAI;AAAA,EAC/C,CAAC;AACH;AAUO,SAAS,wDACd,MACK;AACL,SAAO,EAAE,MAAM,KAAK,MAAM,GAAG,MAAM,KAAK,MAAM,EAAE;AAClD;AAYO,SAAS,wCAAwC,MAAwC;AAC9F,SAAO;AAAA,IACL,eAAe,KAAK,eAAe;AAAA,IACnC,QAAQ,KAAK,QAAQ;AAAA,IACrB,SAAS,KAAK,SAAS;AAAA,EACzB;AACF;AA+GO,SAAS,2BAA2B,MAA2B;AACpE,SAAO;AAAA,IACL,MAAM,CAAC,KAAK,MAAM,IACd,KAAK,MAAM,IACX,OAAO,YAAY,OAAO,QAAQ,KAAK,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;AAAA,IAC1F,UAAU,KAAK,UAAU;AAAA,IACzB,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,sCAAsC,KAAK,YAAY,CAAC;AAAA,IAC5D,KAAK,CAAC,KAAK,KAAK,IAAI,KAAK,KAAK,IAAI,gBAAgB,KAAK,KAAK,CAAC;AAAA,IAC7D,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,CAAC,KAAK,UAAU,IAAI,KAAK,UAAU,IAAI,qBAAqB,KAAK,UAAU,CAAC;AAAA,IACtF,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,6BAA6B,KAAK,kBAAkB,CAAC;AAAA,IACzD,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,KAAK,OAAO,EAAE,IAAI,CAAC,MAAW;AAC5B,aAAO;AAAA,IACT,CAAC;AAAA,IACL,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,sBAAsB,KAAK,WAAW,CAAC;AAAA,EAC7F;AACF;AAgGO,SAAS,qCAAqC,MAAqC;AACxF,SAAO;AAAA,IACL,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,sBAAsB,KAAK,kBAAkB,CAAC;AAAA,IAClD,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,IAAI,KAAK,KAAK,qBAAqB,CAAC;AAAA,IACxC,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,cAAc,CAAC,KAAK,cAAc,IAAI,KAAK,cAAc,IAAI,IAAI,KAAK,KAAK,cAAc,CAAC;AAAA,IAC1F,cAAc,CAAC,KAAK,cAAc,IAC9B,KAAK,cAAc,IACnB,yBAAyB,KAAK,cAAc,CAAC;AAAA,IACjD,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,sBAAsB,KAAK,WAAW,CAAC;AAAA,IAC3F,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,sBAAsB,KAAK,WAAW,CAAC;AAAA,IAC3F,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,4BAA4B,KAAK,iBAAiB,CAAC;AAAA,IACvD,oBAAoB,CAAC,KAAK,oBAAoB,IAC1C,KAAK,oBAAoB,IACzB,sBAAsB,KAAK,oBAAoB,CAAC;AAAA,IACpD,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,YAAY,KAAK,YAAY;AAAA,IAC7B,uCAAuC,CAAC,KAAK,uCAAuC,IAChF,KAAK,uCAAuC,IAC5C;AAAA,MACE,KAAK,uCAAuC;AAAA,IAC9C;AAAA,IACJ,wBAAwB,KAAK,0BAA0B;AAAA,IACvD,gBAAgB,CAAC,KAAK,aAAa,IAC/B,KAAK,aAAa,IAClB,2BAA2B,KAAK,aAAa,CAAC;AAAA,IAClD,eAAe,KAAK,eAAe;AAAA,IACnC,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,cAAc,KAAK,cAAc;AAAA,IACjC,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,gCAAgC,KAAK,qBAAqB,CAAC;AAAA,IAC/D,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,4BAA4B,CAAC,KAAK,4BAA4B,IAC1D,KAAK,4BAA4B,IACjC,2CAA2C,KAAK,4BAA4B,CAAC;AAAA,IACjF,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,8BAA8B,KAAK,mBAAmB,CAAC;AAAA,IAC3D,6BAA6B,CAAC,KAAK,6BAA6B,IAC5D,KAAK,6BAA6B,IAClC,wCAAwC,KAAK,6BAA6B,CAAC;AAAA,IAC/E,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,8BAA8B,KAAK,mBAAmB,CAAC;AAAA,IAC3D,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,aAAa,KAAK,gBAAgB;AAAA,IAClC,6BAA6B,KAAK,6BAA6B;AAAA,IAC/D,8BAA8B,KAAK,8BAA8B;AAAA,IACjE,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,gCAAgC,CAAC,KAAK,gCAAgC,IAClE,KAAK,gCAAgC,IACrC,oCAAoC,KAAK,gCAAgC,CAAC;AAAA,IAC9E,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,mCAAmC,CAAC,KAAK,mCAAmC,IACxE,KAAK,mCAAmC,IACxC,8CAA8C,KAAK,mCAAmC,CAAC;AAAA,IAC3F,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,4BAA4B,KAAK,4BAA4B;AAAA,IAC7D,8BAA8B,CAAC,KAAK,8BAA8B,IAC9D,KAAK,8BAA8B,IACnC,yCAAyC,KAAK,8BAA8B,CAAC;AAAA,IACjF,iCAAiC,CAAC,KAAK,iCAAiC,IACpE,KAAK,iCAAiC,IACtC;AAAA,MACE,KAAK,iCAAiC;AAAA,IACxC;AAAA,IACJ,mCAAmC,CAAC,KAAK,mCAAmC,IACxE,KAAK,mCAAmC,IACxC;AAAA,MACE,KAAK,mCAAmC;AAAA,IAC1C;AAAA,EACN;AACF;AA2BO,SAAS,sBAAsB,MAAsB;AAC1D,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,OAAO,KAAK,OAAO;AAAA,IACnB,OAAO,KAAK,OAAO;AAAA,IACnB,MAAM,KAAK,MAAM;AAAA,IACjB,KAAK,KAAK,KAAK;AAAA,IACf,KAAK,KAAK,KAAK;AAAA,IACf,oBAAoB,CAAC,KAAK,oBAAoB,IAC1C,KAAK,oBAAoB,IACzB,6CAA6C,KAAK,oBAAoB,CAAC;AAAA,IAC3E,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,4CAA4C,KAAK,mBAAmB,CAAC;AAAA,IACzE,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,wCAAwC,KAAK,eAAe,CAAC;AAAA,EACnE;AACF;AAkBO,SAAS,6CACd,MACkC;AAClC,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,OAAO,KAAK,OAAO;AAAA,IACnB,OAAO,KAAK,OAAO;AAAA,IACnB,MAAM,KAAK,MAAM;AAAA,IACjB,KAAK,KAAK,KAAK;AAAA,IACf,KAAK,KAAK,KAAK;AAAA,EACjB;AACF;AAcO,SAAS,4CACd,MACiC;AACjC,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,KAAK,KAAK,KAAK;AAAA,IACf,KAAK,KAAK,KAAK;AAAA,EACjB;AACF;AAsBO,SAAS,wCAAwC,MAAwC;AAC9F,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,OAAO,KAAK,OAAO;AAAA,IACnB,OAAO,KAAK,OAAO;AAAA,IACnB,MAAM,KAAK,MAAM;AAAA,IACjB,KAAK,KAAK,KAAK;AAAA,IACf,KAAK,KAAK,KAAK;AAAA,IACf,oBAAoB,CAAC,KAAK,oBAAoB,IAC1C,KAAK,oBAAoB,IACzB,6CAA6C,KAAK,oBAAoB,CAAC;AAAA,IAC3E,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,4CAA4C,KAAK,mBAAmB,CAAC;AAAA,EAC3E;AACF;AAaO,SAAS,uBAAuB,MAAyB;AAC9D,SAAO,EAAE,MAAM,KAAK,MAAM,GAAG,kBAAkB,KAAK,kBAAkB,EAAE;AAC1E;AAEO,SAAS,yBAAyB,MAAyB;AAChE,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,kBAAkB,KAAK,kBAAkB;AAAA,EAC3C;AACF;AAUO,SAAS,oBAAoB,MAAsB;AACxD,SAAO;AAAA,IACL,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,kBAAkB,KAAK,kBAAkB;AAAA,EAC3C;AACF;AAEO,SAAS,sBAAsB,MAAsB;AAC1D,SAAO;AAAA,IACL,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,kBAAkB,KAAK,kBAAkB;AAAA,EAC3C;AACF;AAGO,IAAK,wBAAL,kBAAKC,2BAAL;AAEL,EAAAA,uBAAA,SAAM;AAEN,EAAAA,uBAAA,WAAQ;AAJE,SAAAA;AAAA,GAAA;AAuBL,SAAS,oBAAoB,MAAsB;AACxD,SAAO,EAAE,2BAA2B,KAAK,2BAA2B,EAAE;AACxE;AAEO,SAAS,sBAAsB,MAAsB;AAC1D,SAAO;AAAA,IACL,2BAA2B,KAAK,2BAA2B;AAAA,EAC7D;AACF;AAQO,SAAS,4BAA4B,MAA4B;AACtE,SAAO;AAAA,IACL,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,IAAI,KAAK,KAAK,MAAM,CAAC;AAAA,IAC1D,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,IAAI,KAAK,KAAK,MAAM,CAAC;AAAA,EAC5D;AACF;AAgBO,SAAS,qBAAqB,MAAuB;AAC1D,SAAO;AAAA,IACL,UAAU,CAAC,KAAK,UAAU,IAAI,KAAK,UAAU,IAAI,6BAA6B,KAAK,UAAU,CAAC;AAAA,IAC9F,WAAW,KAAK,WAAW;AAAA,IAC3B,iCAAiC,KAAK,iCAAiC;AAAA,IACvE,oBAAoB,CAAC,KAAK,oBAAoB,IAC1C,KAAK,oBAAoB,IACzB,6BAA6B,KAAK,oBAAoB,CAAC;AAAA,IAC3D,UAAU,CAAC,KAAK,oBAAoB,IAChC,KAAK,oBAAoB,IACzB,6BAA6B,KAAK,oBAAoB,CAAC;AAAA,EAC7D;AACF;AAEO,SAAS,uBAAuB,MAAuB;AAC5D,SAAO;AAAA,IACL,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,+BAA+B,KAAK,UAAU,CAAC;AAAA,IACnD,WAAW,KAAK,WAAW;AAAA,IAC3B,iCAAiC,KAAK,iCAAiC;AAAA,IACvE,oBAAoB,CAAC,KAAK,oBAAoB,IAC1C,KAAK,oBAAoB,IACzB,+BAA+B,KAAK,oBAAoB,CAAC;AAAA,IAC7D,oBAAoB,CAAC,KAAK,UAAU,IAChC,KAAK,UAAU,IACf,+BAA+B,KAAK,UAAU,CAAC;AAAA,EACrD;AACF;AAcO,SAAS,6BAA6B,MAA+B;AAC1E,SAAO;AAAA,IACL,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,4BAA4B,KAAK,MAAM,CAAC;AAAA,IAC7E,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,4BAA4B,KAAK,MAAM,CAAC;AAAA,IAC7E,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,4BAA4B,KAAK,OAAO,CAAC;AAAA,IACjF,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,4BAA4B,KAAK,OAAO,CAAC;AAAA,EACnF;AACF;AAEO,SAAS,+BAA+B,MAA+B;AAC5E,SAAO;AAAA,IACL,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,8BAA8B,KAAK,MAAM,CAAC;AAAA,IAC/E,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,8BAA8B,KAAK,MAAM,CAAC;AAAA,IAC/E,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,8BAA8B,KAAK,OAAO,CAAC;AAAA,IACnF,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,8BAA8B,KAAK,OAAO,CAAC;AAAA,EACrF;AACF;AAYO,SAAS,4BAA4B,MAA8B;AACxE,SAAO,EAAE,SAAS,KAAK,SAAS,GAAG,SAAS,KAAK,SAAS,EAAE;AAC9D;AAEO,SAAS,8BAA8B,MAA8B;AAC1E,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,IAAI,KAAK,KAAK,iBAAiB,CAAC;AAAA,IACpC,SAAS,KAAK,SAAS;AAAA,EACzB;AACF;AAGO,IAAK,eAAL,kBAAKC,kBAAL;AAEL,EAAAA,cAAA,aAAU;AAEV,EAAAA,cAAA,aAAU;AAJA,SAAAA;AAAA,GAAA;AAkBL,IAAK,iBAAL,kBAAKC,oBAAL;AAEL,EAAAA,gBAAA,sBAAmB;AAEnB,EAAAA,gBAAA,uBAAoB;AAJV,SAAAA;AAAA,GAAA;AAiCL,SAAS,6BAA6B,MAA+B;AAC1E,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,YAAY,KAAK,YAAY;AAAA,IAC7B,aAAa,KAAK,aAAa;AAAA,EACjC;AACF;AAEO,SAAS,+BAA+B,MAA+B;AAC5E,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,YAAY,KAAK,YAAY;AAAA,IAC7B,aAAa,KAAK,aAAa;AAAA,IAC/B,+BAA+B,KAAK,+BAA+B;AAAA,IACnE,0BAA0B,CAAC,KAAK,0BAA0B,IACtD,KAAK,0BAA0B,IAC/B,IAAI,KAAK,KAAK,0BAA0B,CAAC;AAAA,IAC7C,wCAAwC,CAAC,KAAK,wCAAwC,IAClF,KAAK,wCAAwC,IAC7C,IAAI,KAAK,KAAK,wCAAwC,CAAC;AAAA,EAC7D;AACF;AAUO,SAAS,6BAA6B,MAA+B;AAC1E,SAAO;AAAA,IACL,sBAAsB,KAAK,gCAAgC;AAAA,IAC3D,2BAA2B,KAAK,qCAAqC;AAAA,EACvE;AACF;AAEO,SAAS,+BAA+B,MAA+B;AAC5E,SAAO;AAAA,IACL,gCAAgC,KAAK,sBAAsB;AAAA,IAC3D,qCAAqC,KAAK,2BAA2B;AAAA,EACvE;AACF;AAiBO,SAAS,gDACd,MACK;AACL,SAAO;AAAA,IACL,yBAAyB,KAAK,yBAAyB;AAAA,IACvD,2BAA2B,CAAC,KAAK,2BAA2B,IACxD,KAAK,2BAA2B,IAChC,oCAAoC,KAAK,2BAA2B,CAAC;AAAA,IACzE,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,2BAA2B,KAAK,kBAAkB,CAAC;AAAA,EACzD;AACF;AAEO,SAAS,kDACd,MACuC;AACvC,SAAO;AAAA,IACL,yBAAyB,KAAK,yBAAyB;AAAA,IACvD,2BAA2B,CAAC,KAAK,2BAA2B,IACxD,KAAK,2BAA2B,IAChC,sCAAsC,KAAK,2BAA2B,CAAC;AAAA,IAC3E,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,6BAA6B,KAAK,kBAAkB,CAAC;AAAA,EAC3D;AACF;AAGO,IAAK,+BAAL,kBAAKC,kCAAL;AAEL,EAAAA,8BAAA,UAAO;AAEP,EAAAA,8BAAA,WAAQ;AAER,EAAAA,8BAAA,QAAK;AAEL,EAAAA,8BAAA,aAAU;AARA,SAAAA;AAAA,GAAA;AA2CL,SAAS,oCAAoC,MAAsC;AACxF,SAAO;AAAA,IACL,YAAY,KAAK,YAAY;AAAA,IAC7B,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,YAAY,KAAK,YAAY;AAAA,IAC7B,YAAY,KAAK,YAAY;AAAA,IAC7B,WAAW,KAAK,WAAW;AAAA,IAC3B,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,aAAa,KAAK,aAAa;AAAA,EACjC;AACF;AAEO,SAAS,sCAAsC,MAAsC;AAC1F,SAAO;AAAA,IACL,YAAY,KAAK,YAAY;AAAA,IAC7B,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,YAAY,KAAK,YAAY;AAAA,IAC7B,YAAY,KAAK,YAAY;AAAA,IAC7B,WAAW,KAAK,WAAW;AAAA,IAC3B,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,aAAa,KAAK,aAAa;AAAA,EACjC;AACF;AAGO,IAAK,mBAAL,kBAAKC,sBAAL;AAEL,EAAAA,kBAAA,UAAO;AAEP,EAAAA,kBAAA,cAAW;AAJD,SAAAA;AAAA,GAAA;AAkBL,IAAK,8BAAL,kBAAKC,iCAAL;AAEL,EAAAA,6BAAA,UAAO;AAEP,EAAAA,6BAAA,mCAAgC;AAEhC,EAAAA,6BAAA,wCAAqC;AAErC,EAAAA,6BAAA,gDAA6C;AARnC,SAAAA;AAAA,GAAA;AA6BL,SAAS,2BAA2B,MAA6B;AACtE,SAAO,EAAE,mBAAmB,KAAK,mBAAmB,EAAE;AACxD;AAEO,SAAS,6BAA6B,MAA6B;AACxE,SAAO;AAAA,IACL,mBAAmB,KAAK,mBAAmB;AAAA,EAC7C;AACF;AAkBO,SAAS,yBAAyB,MAA2B;AAClE,SAAO;AAAA,IACL,QAAQ,KAAK,QAAQ;AAAA,IACrB,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,kCAAkC,KAAK,qBAAqB,CAAC;AAAA,IACjE,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,kCAAkC,KAAK,qBAAqB,CAAC;AAAA,IACjE,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,sBAAsB,KAAK,SAAS,CAAC;AAAA,IACnF,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,sBAAsB,KAAK,WAAW,CAAC;AAAA,IAC3F,eAAe,KAAK,eAAe;AAAA,EACrC;AACF;AAEO,SAAS,2BAA2B,MAA2B;AACpE,SAAO;AAAA,IACL,QAAQ,KAAK,QAAQ;AAAA,IACrB,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,oCAAoC,KAAK,qBAAqB,CAAC;AAAA,IACnE,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,oCAAoC,KAAK,qBAAqB,CAAC;AAAA,IACnE,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,wBAAwB,KAAK,SAAS,CAAC;AAAA,IACrF,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,wBAAwB,KAAK,WAAW,CAAC;AAAA,IAC7F,eAAe,KAAK,eAAe;AAAA,EACrC;AACF;AAGO,IAAK,cAAL,kBAAKC,iBAAL;AAEL,EAAAA,aAAA,UAAO;AAEP,EAAAA,aAAA,aAAU;AAEV,EAAAA,aAAA,aAAU;AAEV,EAAAA,aAAA,mBAAgB;AARN,SAAAA;AAAA,GAAA;AAuBL,SAAS,kCAAkC,QAA0C;AAC1F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,6BAA6B,IAAI;AAAA,EAC1C,CAAC;AACH;AAEO,SAAS,oCAAoC,QAA0C;AAC5F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,+BAA+B,IAAI;AAAA,EAC5C,CAAC;AACH;AAUO,SAAS,6BAA6B,MAA+B;AAC1E,SAAO,EAAE,UAAU,KAAK,UAAU,GAAG,YAAY,KAAK,YAAY,EAAE;AACtE;AAEO,SAAS,+BAA+B,MAA+B;AAC5E,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,EAC/B;AACF;AAEO,SAAS,kCAAkC,QAA0C;AAC1F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,6BAA6B,IAAI;AAAA,EAC1C,CAAC;AACH;AAEO,SAAS,oCAAoC,QAA0C;AAC5F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,+BAA+B,IAAI;AAAA,EAC5C,CAAC;AACH;AAYO,SAAS,6BAA6B,MAA+B;AAC1E,SAAO,EAAE,IAAI,KAAK,0BAA0B,GAAG,QAAQ,KAAK,QAAQ,GAAG,OAAO,KAAK,OAAO,EAAE;AAC9F;AAEO,SAAS,+BAA+B,MAA+B;AAC5E,SAAO;AAAA,IACL,0BAA0B,KAAK,IAAI;AAAA,IACnC,QAAQ,KAAK,QAAQ;AAAA,IACrB,OAAO,KAAK,OAAO;AAAA,EACrB;AACF;AAGO,IAAK,aAAL,kBAAKC,gBAAL;AAEL,EAAAA,YAAA,kBAAe;AAEf,EAAAA,YAAA,oBAAiB;AAEjB,EAAAA,YAAA,eAAY;AAEZ,EAAAA,YAAA,YAAS;AAET,EAAAA,YAAA,0BAAuB;AAVb,SAAAA;AAAA,GAAA;AA0BL,SAAS,sBAAsB,QAA8B;AAClE,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,iBAAiB,IAAI;AAAA,EAC9B,CAAC;AACH;AAEO,SAAS,wBAAwB,QAA8B;AACpE,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,mBAAmB,IAAI;AAAA,EAChC,CAAC;AACH;AAUO,SAAS,iBAAiB,MAAmB;AAClD,SAAO,EAAE,OAAO,KAAK,kBAAkB,GAAG,QAAQ,KAAK,QAAQ,EAAE;AACnE;AAEO,SAAS,mBAAmB,MAAmB;AACpD,SAAO;AAAA,IACL,kBAAkB,KAAK,OAAO;AAAA,IAC9B,QAAQ,KAAK,QAAQ;AAAA,EACvB;AACF;AAqBO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,QAAQ,KAAK,QAAQ;AAAA,IACrB,cAAc,CAAC,KAAK,cAAc,IAAI,KAAK,cAAc,IAAI,IAAI,KAAK,KAAK,cAAc,CAAC;AAAA,IAC1F,aAAa,KAAK,aAAa;AAAA,IAC/B,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,+BAA+B,KAAK,+BAA+B;AAAA,EACrE;AACF;AAGO,IAAK,4BAAL,kBAAKC,+BAAL;AAEL,EAAAA,2BAAA,UAAO;AAEP,EAAAA,2BAAA,eAAY;AAEZ,EAAAA,2BAAA,iBAAc;AANJ,SAAAA;AAAA,GAAA;AAqBL,IAAK,8BAAL,kBAAKC,iCAAL;AAEL,EAAAA,6BAAA,iBAAc;AAEd,EAAAA,6BAAA,iBAAc;AAJJ,SAAAA;AAAA,GAAA;AAkBL,IAAK,qCAAL,kBAAKC,wCAAL;AAEL,EAAAA,oCAAA,iBAAc;AAEd,EAAAA,oCAAA,kBAAe;AAEf,EAAAA,oCAAA,mBAAgB;AAEhB,EAAAA,oCAAA,oBAAiB;AARP,SAAAA;AAAA,GAAA;AAwBL,IAAK,4BAAL,kBAAKC,+BAAL;AAEL,EAAAA,2BAAA,cAAW;AAEX,EAAAA,2BAAA,aAAU;AAJA,SAAAA;AAAA,GAAA;AAiBL,SAAS,yCACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,oCAAoC,IAAI;AAAA,EACjD,CAAC;AACH;AAEO,SAAS,2CACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,sCAAsC,IAAI;AAAA,EACnD,CAAC;AACH;AAYO,SAAS,oCAAoC,MAAsC;AACxF,SAAO;AAAA,IACL,gBAAY,kDAAqB,MAAM,CAAC,mBAAmB,mCAAmC,CAAC,IAC3F,SACA,+CAA+C,IAAI;AAAA,EACzD;AACF;AAEO,SAAS,sCAAsC,MAAsC;AAC1F,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,iDAAiD,KAAK,YAAY,CAAC;AAAA,EACzE;AACF;AAYO,SAAS,8CACd,MACK;AACL,SAAO;AAAA,IACL,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,0BAA0B,KAAK,iBAAiB,CAAC;AAAA,IACrD,mCAAmC;AAAA,MACjC,KAAK,mCAAmC;AAAA,IAC1C;AAAA,EACF;AACF;AAEO,SAAS,gDACd,MACqC;AACrC,SAAO;AAAA,IACL,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,4BAA4B,KAAK,iBAAiB,CAAC;AAAA,IACvD,mCAAmC;AAAA,MACjC,KAAK,mCAAmC;AAAA,IAC1C;AAAA,IACA,mBAAmB,KAAK,mBAAmB;AAAA,EAC7C;AACF;AAQO,SAAS,0BAA0B,OAA6B;AACrE,SAAO,CAAC;AACV;AAEO,SAAS,4BAA4B,MAA4B;AACtE,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,EACf;AACF;AAYO,SAAS,4CACd,MACK;AACL,SAAO;AAAA,IACL,QAAQ,KAAK,QAAQ;AAAA,IACrB,aAAa,KAAK,aAAa;AAAA,IAC/B,gBAAgB,KAAK,gBAAgB;AAAA,EACvC;AACF;AAEO,SAAS,8CACd,MACmC;AACnC,SAAO;AAAA,IACL,QAAQ,KAAK,QAAQ;AAAA,IACrB,aAAa,KAAK,aAAa;AAAA,IAC/B,gBAAgB,KAAK,gBAAgB;AAAA,EACvC;AACF;AAGO,IAAK,8CAAL,kBAAKC,iDAAL;AAEL,EAAAA,6CAAA,aAAU;AAEV,EAAAA,6CAAA,cAAW;AAEX,EAAAA,6CAAA,cAAW;AAND,SAAAA;AAAA,GAAA;AAqBL,IAAK,kDAAL,kBAAKC,qDAAL;AAEL,EAAAA,iDAAA,eAAY;AAEZ,EAAAA,iDAAA,cAAW;AAEX,EAAAA,iDAAA,cAAW;AAEX,EAAAA,iDAAA,YAAS;AARC,SAAAA;AAAA,GAAA;AAiCL,SAAS,4BAA4B,MAA8B;AACxE,SAAO;AAAA,IACL,eAAe,KAAK,eAAe;AAAA,IACnC,2BAA2B,KAAK,2BAA2B;AAAA,IAC3D,0BAA0B,KAAK,0BAA0B;AAAA,EAC3D;AACF;AAEO,SAAS,8BAA8B,MAA8B;AAC1E,SAAO;AAAA,IACL,eAAe,KAAK,eAAe;AAAA,IACnC,2BAA2B,KAAK,2BAA2B;AAAA,IAC3D,0BAA0B,KAAK,0BAA0B;AAAA,EAC3D;AACF;AAGO,IAAK,qBAAL,kBAAKC,wBAAL;AAEL,EAAAA,oBAAA,sBAAmB;AAEnB,EAAAA,oBAAA,qBAAkB;AAJR,SAAAA;AAAA,GAAA;AAuBL,SAAS,sCAAsC,MAAwC;AAC5F,SAAO,EAAE,qBAAqB,KAAK,qBAAqB,EAAE;AAC5D;AAEO,SAAS,wCAAwC,MAAwC;AAC9F,SAAO;AAAA,IACL,qBAAqB,KAAK,qBAAqB;AAAA,EACjD;AACF;AAcO,SAAS,8BAA8B,MAA8B;AAC1E,SAAO;AAAA,IACL,QAAQ,KAAK,QAAQ;AAAA,IACrB,eAAe,KAAK,eAAe;AAAA,IACnC,WAAW,KAAK,WAAW;AAAA,IAC3B,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,kCAAkC,KAAK,YAAY,CAAC;AAAA,EAC1D;AACF;AAGO,IAAK,iCAAL,kBAAKC,oCAAL;AAEL,EAAAA,gCAAA,gBAAa;AAEb,EAAAA,gCAAA,cAAW;AAEX,EAAAA,gCAAA,YAAS;AANC,SAAAA;AAAA,GAAA;AA4BL,SAAS,gCAAgC,MAAkC;AAChF,SAAO;AAAA,IACL,eAAe,KAAK,eAAe,EAAE,YAAY;AAAA,IACjD,YAAY,gCAAgC,KAAK,YAAY,CAAC;AAAA,EAChE;AACF;AAEO,SAAS,kCAAkC,MAAkC;AAClF,SAAO;AAAA,IACL,eAAe,IAAI,KAAK,KAAK,eAAe,CAAC;AAAA,IAC7C,YAAY,kCAAkC,KAAK,YAAY,CAAC;AAAA,EAClE;AACF;AAEO,SAAS,gCAAgC,QAAwC;AACtF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,2BAA2B,IAAI;AAAA,EACxC,CAAC;AACH;AAEO,SAAS,kCAAkC,QAAwC;AACxF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,6BAA6B,IAAI;AAAA,EAC1C,CAAC;AACH;AAUO,SAAS,2BAA2B,MAA6B;AACtE,SAAO,EAAE,YAAY,KAAK,YAAY,GAAG,UAAU,KAAK,UAAU,EAAE;AACtE;AAEO,SAAS,6BAA6B,MAA6B;AACxE,SAAO;AAAA,IACL,YAAY,KAAK,YAAY;AAAA,IAC7B,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAGO,IAAK,yBAAL,kBAAKC,4BAAL;AAEL,EAAAA,wBAAA,WAAQ;AAER,EAAAA,wBAAA,WAAQ;AAER,EAAAA,wBAAA,WAAQ;AAER,EAAAA,wBAAA,WAAQ;AARE,SAAAA;AAAA,GAAA;AAwBL,IAAK,2BAAL,kBAAKC,8BAAL;AAEL,EAAAA,0BAAA,aAAU;AAEV,EAAAA,0BAAA,cAAW;AAEX,EAAAA,0BAAA,wBAAqB;AANX,SAAAA;AAAA,GAAA;AA4BL,SAAS,kCAAkC,MAAoC;AACpF,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,oBAAoB,CAAC,KAAK,oBAAoB,IAC1C,KAAK,oBAAoB,IACzB,8CAA8C,KAAK,oBAAoB,CAAC;AAAA,EAC9E;AACF;AAEO,SAAS,oCAAoC,MAAoC;AACtF,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,oBAAoB,CAAC,KAAK,oBAAoB,IAC1C,KAAK,oBAAoB,IACzB,gDAAgD,KAAK,oBAAoB,CAAC;AAAA,EAChF;AACF;AAYO,SAAS,8CACd,MACK;AACL,SAAO;AAAA,IACL,uCAAuC,KAAK,uCAAuC;AAAA,IACnF,OAAO,KAAK,OAAO;AAAA,IACnB,4BAA4B,KAAK,4BAA4B;AAAA,EAC/D;AACF;AAEO,SAAS,gDACd,MACqC;AACrC,SAAO;AAAA,IACL,uCAAuC,KAAK,uCAAuC;AAAA,IACnF,OAAO,KAAK,OAAO;AAAA,IACnB,4BAA4B,KAAK,4BAA4B;AAAA,EAC/D;AACF;AAGO,IAAK,sCAAL,kBAAKC,yCAAL;AAEL,EAAAA,qCAAA,cAAW;AAEX,EAAAA,qCAAA,YAAS;AAET,EAAAA,qCAAA,cAAW;AAND,SAAAA;AAAA,GAAA;AAqBL,IAAK,wBAAL,kBAAKC,2BAAL;AAEL,EAAAA,uBAAA,iBAAc;AAEd,EAAAA,uBAAA,SAAM;AAEN,EAAAA,uBAAA,SAAM;AANI,SAAAA;AAAA,GAAA;AAgCL,SAAS,8CACd,MACmC;AACnC,SAAO;AAAA,IACL,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,eAAe,KAAK,eAAe;AAAA,IACnC,WAAW,KAAK,WAAW;AAAA,IAC3B,SAAS,KAAK,SAAS;AAAA,EACzB;AACF;AAGO,IAAK,2BAAL,kBAAKC,8BAAL;AAEL,EAAAA,0BAAA,gBAAa;AAEb,EAAAA,0BAAA,eAAY;AAEZ,EAAAA,0BAAA,YAAS;AANC,SAAAA;AAAA,GAAA;AAqBL,IAAK,uBAAL,kBAAKC,0BAAL;AAEL,EAAAA,sBAAA,cAAW;AAEX,EAAAA,sBAAA,kBAAe;AAJL,SAAAA;AAAA,GAAA;AAuBL,SAAS,uCAAuC,MAAyC;AAC9F,SAAO,EAAE,eAAe,KAAK,eAAe,EAAE;AAChD;AAEO,SAAS,yCAAyC,MAAyC;AAChG,SAAO;AAAA,IACL,eAAe,KAAK,eAAe;AAAA,EACrC;AACF;AAcO,SAAS,kDACd,MACK;AACL,SAAO;AAAA,IACL,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,2CAA2C,KAAK,MAAM,CAAC;AAAA,IAC5F,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,2CAA2C,KAAK,MAAM,CAAC;AAAA,IAC5F,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,2CAA2C,KAAK,OAAO,CAAC;AAAA,IAC5D,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,2CAA2C,KAAK,OAAO,CAAC;AAAA,EAC9D;AACF;AAEO,SAAS,oDACd,MACyC;AACzC,SAAO;AAAA,IACL,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,6CAA6C,KAAK,MAAM,CAAC;AAAA,IAC9F,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,6CAA6C,KAAK,MAAM,CAAC;AAAA,IAC9F,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,6CAA6C,KAAK,OAAO,CAAC;AAAA,IAC9D,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,6CAA6C,KAAK,OAAO,CAAC;AAAA,EAChE;AACF;AAQO,SAAS,2CACd,MACK;AACL,SAAO,EAAE,SAAS,KAAK,SAAS,EAAE;AACpC;AAEO,SAAS,6CACd,MACkC;AAClC,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,EACzB;AACF;AAYO,SAAS,mDACd,MACK;AACL,SAAO;AAAA,IACL,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,6BAA6B,KAAK,6BAA6B;AAAA,EACjE;AACF;AAEO,SAAS,qDACd,MAC0C;AAC1C,SAAO;AAAA,IACL,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,6BAA6B,KAAK,6BAA6B;AAAA,EACjE;AACF;AAGO,IAAK,YAAL,kBAAKC,eAAL;AAEL,EAAAA,WAAA,aAAU;AAEV,EAAAA,WAAA,eAAY;AAEZ,EAAAA,WAAA,iBAAc;AAEd,EAAAA,WAAA,iBAAc;AAEd,EAAAA,WAAA,sBAAmB;AAVT,SAAAA;AAAA,GAAA;AAsCL,SAAS,mBAAmB,MAAqB;AACtD,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,wBAAwB,CAAC,KAAK,wBAAwB,IAClD,KAAK,wBAAwB,IAC7B,qCAAqC,KAAK,wBAAwB,CAAC;AAAA,EACzE;AACF;AAEO,SAAS,qBAAqB,MAAqB;AACxD,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,IAC/B,UAAU,KAAK,UAAU;AAAA,IACzB,MAAM,KAAK,MAAM;AAAA,IACjB,wBAAwB,CAAC,KAAK,wBAAwB,IAClD,KAAK,wBAAwB,IAC7B,uCAAuC,KAAK,wBAAwB,CAAC;AAAA,EAC3E;AACF;AAGO,IAAK,oBAAL,kBAAKC,uBAAL;AAEL,EAAAA,mBAAA,UAAO;AAEP,EAAAA,mBAAA,oBAAiB;AAEjB,EAAAA,mBAAA,kBAAe;AAEf,EAAAA,mBAAA,gCAA6B;AARnB,SAAAA;AAAA,GAAA;AAuBL,SAAS,qCACd,MACqB;AACrB,QAAM,SAA8B,CAAC;AACrC,SAAO,KAAK,IAAI,EAAE,IAAI,CAAC,QAAQ;AAC7B,WAAO,GAAG,IAAI,CAAC,KAAK,GAAG,IAAI,KAAK,GAAG,IAAI,+BAA+B,KAAK,GAAG,CAAC;AAAA,EACjF,CAAC;AACD,SAAO;AACT;AAEO,SAAS,uCACd,MACsC;AACtC,QAAM,SAA8B,CAAC;AACrC,SAAO,KAAK,IAAI,EAAE,IAAI,CAAC,QAAQ;AAC7B,WAAO,GAAG,IAAI,CAAC,KAAK,GAAG,IAAI,KAAK,GAAG,IAAI,iCAAiC,KAAK,GAAG,CAAC;AAAA,EACnF,CAAC;AACD,SAAO;AACT;AAUO,SAAS,+BAA+B,OAAkC;AAC/E,SAAO,CAAC;AACV;AAEO,SAAS,iCAAiC,MAAiC;AAChF,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,IAC/B,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAUO,SAAS,2BAA2B,MAA6B;AACtE,SAAO,EAAE,MAAM,KAAK,MAAM,GAAG,MAAM,KAAK,MAAM,EAAE;AAClD;AAEO,SAAS,6BAA6B,MAA6B;AACxE,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AAGO,IAAK,6BAAL,kBAAKC,gCAAL;AAEL,EAAAA,4BAAA,cAAW;AAFD,SAAAA;AAAA,GAAA;AAoBL,SAAS,oBAAoB,MAAsB;AACxD,SAAO,EAAE,qBAAqB,KAAK,qBAAqB,EAAE;AAC5D;AAEO,SAAS,sBAAsB,MAAsB;AAC1D,SAAO;AAAA,IACL,qBAAqB,KAAK,qBAAqB;AAAA,EACjD;AACF;AAGO,IAAK,2BAAL,kBAAKC,8BAAL;AAEL,EAAAA,0BAAA,SAAM;AAEN,EAAAA,0BAAA,UAAO;AAJG,SAAAA;AAAA,GAAA;AAyBL,SAAS,0BAA0B,MAA4B;AACpE,SAAO,EAAE,MAAM,KAAK,MAAM,GAAG,UAAU,KAAK,UAAU,EAAE;AAC1D;AAEO,SAAS,4BAA4B,MAA4B;AACtE,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,MAAM,CAAC,KAAK,MAAM,IACd,KAAK,MAAM,IACX,OAAO,YAAY,OAAO,QAAQ,KAAK,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;AAAA,IAC1F,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AA8EO,SAAS,yCACd,MACK;AACL,SAAO;AAAA,IACL,KAAK,cAAc,KAAK,KAAK,CAAC;AAAA,IAC9B,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,KAAK,UAAU;AAAA,IACzB,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,2BAA2B,KAAK,kBAAkB,CAAC;AAAA,IACvD,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,KAAK,OAAO,EAAE,IAAI,CAAC,MAAW;AAC5B,aAAO;AAAA,IACT,CAAC;AAAA,IACL,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,oBAAoB,KAAK,WAAW,CAAC;AAAA,IACzF,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,CAAC,KAAK,UAAU,IAAI,KAAK,UAAU,IAAI,mBAAmB,KAAK,UAAU,CAAC;AAAA,IACpF,gBAAY,kDAAqB,MAAM;AAAA,MACrC;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IACF,CAAC,IACG,SACA,oDAAoD,IAAI;AAAA,EAC9D;AACF;AA8DO,SAAS,mDACd,MACK;AACL,SAAO;AAAA,IACL,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,oBAAoB,KAAK,WAAW,CAAC;AAAA,IACzF,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,oBAAoB,KAAK,WAAW,CAAC;AAAA,IACzF,cAAc,CAAC,KAAK,cAAc,IAC9B,KAAK,cAAc,IACnB,uBAAuB,KAAK,cAAc,CAAC;AAAA,IAC/C,YAAY,CAAC,KAAK,YAAY,IAAI,KAAK,YAAY,IAAI,qBAAqB,KAAK,YAAY,CAAC;AAAA,IAC9F,aAAa,CAAC,KAAK,gBAAgB,IAC/B,KAAK,gBAAgB,IACrB,yBAAyB,KAAK,gBAAgB,CAAC;AAAA,IACnD,YAAY,KAAK,YAAY;AAAA,IAC7B,uCAAuC,CAAC,KAAK,uCAAuC,IAChF,KAAK,uCAAuC,IAC5C;AAAA,MACE,KAAK,uCAAuC;AAAA,IAC9C;AAAA,IACJ,0BAA0B,KAAK,wBAAwB;AAAA,IACvD,eAAe,KAAK,eAAe;AAAA,IACnC,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,cAAc,KAAK,cAAc;AAAA,IACjC,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,4BAA4B,KAAK,mBAAmB,CAAC;AAAA,IACzD,6BAA6B,CAAC,KAAK,6BAA6B,IAC5D,KAAK,6BAA6B,IAClC,sCAAsC,KAAK,6BAA6B,CAAC;AAAA,IAC7E,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,gBAAgB,KAAK,aAAa;AAAA,IAClC,6BAA6B,KAAK,6BAA6B;AAAA,IAC/D,8BAA8B,KAAK,8BAA8B;AAAA,IACjE,gCAAgC,CAAC,KAAK,gCAAgC,IAClE,KAAK,gCAAgC,IACrC,kCAAkC,KAAK,gCAAgC,CAAC;AAAA,IAC5E,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,8BAA8B,CAAC,KAAK,8BAA8B,IAC9D,KAAK,8BAA8B,IACnC,uCAAuC,KAAK,8BAA8B,CAAC;AAAA,IAC/E,iCAAiC,CAAC,KAAK,iCAAiC,IACpE,KAAK,iCAAiC,IACtC,kDAAkD,KAAK,iCAAiC,CAAC;AAAA,IAC7F,mCAAmC,CAAC,KAAK,mCAAmC,IACxE,KAAK,mCAAmC,IACxC;AAAA,MACE,KAAK,mCAAmC;AAAA,IAC1C;AAAA,EACN;AACF;AAsEO,SAAS,yCACd,MACK;AACL,SAAO;AAAA,IACL,KAAK,CAAC,KAAK,KAAK,IAAI,KAAK,KAAK,IAAI,cAAc,KAAK,KAAK,CAAC;AAAA,IAC3D,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,CAAC,KAAK,UAAU,IAAI,KAAK,UAAU,IAAI,mBAAmB,KAAK,UAAU,CAAC;AAAA,IACpF,gBAAY,kDAAqB,MAAM;AAAA,MACrC;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IACF,CAAC,IACG,SACA,oDAAoD,IAAI;AAAA,IAC5D,MAAM,KAAK,MAAM;AAAA,IACjB,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,KAAK,OAAO,EAAE,IAAI,CAAC,MAAW;AAC5B,aAAO;AAAA,IACT,CAAC;AAAA,IACL,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,oBAAoB,KAAK,WAAW,CAAC;AAAA,EAC3F;AACF;AA0DO,SAAS,mDACd,MACK;AACL,SAAO;AAAA,IACL,cAAc,CAAC,KAAK,cAAc,IAC9B,KAAK,cAAc,IACnB,uBAAuB,KAAK,cAAc,CAAC;AAAA,IAC/C,YAAY,CAAC,KAAK,YAAY,IAAI,KAAK,YAAY,IAAI,qBAAqB,KAAK,YAAY,CAAC;AAAA,IAC9F,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,oBAAoB,KAAK,WAAW,CAAC;AAAA,IACzF,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,oBAAoB,KAAK,WAAW,CAAC;AAAA,IACzF,YAAY,KAAK,YAAY;AAAA,IAC7B,uCAAuC,CAAC,KAAK,uCAAuC,IAChF,KAAK,uCAAuC,IAC5C;AAAA,MACE,KAAK,uCAAuC;AAAA,IAC9C;AAAA,IACJ,0BAA0B,KAAK,wBAAwB;AAAA,IACvD,eAAe,KAAK,eAAe;AAAA,IACnC,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,aAAa,CAAC,KAAK,gBAAgB,IAC/B,KAAK,gBAAgB,IACrB,yBAAyB,KAAK,gBAAgB,CAAC;AAAA,IACnD,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,4BAA4B,KAAK,mBAAmB,CAAC;AAAA,IACzD,6BAA6B,CAAC,KAAK,6BAA6B,IAC5D,KAAK,6BAA6B,IAClC,sCAAsC,KAAK,6BAA6B,CAAC;AAAA,IAC7E,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,6BAA6B,KAAK,6BAA6B;AAAA,IAC/D,8BAA8B,KAAK,8BAA8B;AAAA,IACjE,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,gCAAgC,CAAC,KAAK,gCAAgC,IAClE,KAAK,gCAAgC,IACrC,kCAAkC,KAAK,gCAAgC,CAAC;AAAA,IAC5E,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,8BAA8B,CAAC,KAAK,8BAA8B,IAC9D,KAAK,8BAA8B,IACnC,uCAAuC,KAAK,8BAA8B,CAAC;AAAA,IAC/E,iCAAiC,CAAC,KAAK,iCAAiC,IACpE,KAAK,iCAAiC,IACtC,kDAAkD,KAAK,iCAAiC,CAAC;AAAA,IAC7F,mCAAmC,CAAC,KAAK,mCAAmC,IACxE,KAAK,mCAAmC,IACxC;AAAA,MACE,KAAK,mCAAmC;AAAA,IAC1C;AAAA,EACN;AACF;AAUO,SAAS,sCAAsC,MAAsC;AAC1F,SAAO;AAAA,IACL,OAAO,gCAAgC,KAAK,OAAO,CAAC;AAAA,IACpD,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,gCAAgC,QAAsC;AACpF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,2BAA2B,IAAI;AAAA,EACxC,CAAC;AACH;AAQO,SAAS,yCAAyC,MAAyC;AAChG,SAAO;AAAA,IACL,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,mCAAmC,KAAK,MAAM,CAAC;AAAA,EACtF;AACF;AAEO,SAAS,mCAAmC,QAAyC;AAC1F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,8BAA8B,IAAI;AAAA,EAC3C,CAAC;AACH;AAcO,SAAS,8BAA8B,MAA8B;AAC1E,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,OAAO,KAAK,OAAO;AAAA,IACnB,aAAa,KAAK,aAAa;AAAA,IAC/B,cAAc,CAAC,KAAK,cAAc,IAAI,KAAK,cAAc,IAAI,IAAI,KAAK,KAAK,cAAc,CAAC;AAAA,EAC5F;AACF;AAWO,SAAS,gDACd,MACK;AACL,SAAO,EAAE,SAAS,KAAK,SAAS,EAAE;AACpC;AAsBO,SAAS,+BAA+B,MAAiC;AAC9E,SAAO;AAAA,IACL,gBAAgB,KAAK,UAAU;AAAA,IAC/B,qBAAqB,KAAK,eAAe;AAAA,IACzC,kBAAkB,KAAK,aAAa;AAAA,IACpC,UAAU,KAAK,kBAAkB;AAAA,IACjC,gBAAgB,KAAK,WAAW;AAAA,IAChC,aAAa,CAAC,KAAK,uBAAuB,IACtC,KAAK,uBAAuB,IAC5B,KAAK,uBAAuB,EAAE,YAAY;AAAA,IAC9C,cAAc,KAAK,wBAAwB,EAAE,YAAY;AAAA,IACzD,WAAW,KAAK,WAAW;AAAA,EAC7B;AACF;AAGO,IAAK,gBAAL,kBAAKC,mBAAL;AAEL,EAAAA,eAAA,OAAI;AAEJ,EAAAA,eAAA,OAAI;AAEJ,EAAAA,eAAA,OAAI;AAEJ,EAAAA,eAAA,OAAI;AARM,SAAAA;AAAA,GAAA;AAwBL,IAAK,2BAAL,kBAAKC,8BAAL;AAEL,EAAAA,0BAAA,OAAI;AAEJ,EAAAA,0BAAA,OAAI;AAEJ,EAAAA,0BAAA,OAAI;AANM,SAAAA;AAAA,GAAA;AAqBL,IAAK,mBAAL,kBAAKC,sBAAL;AAEL,EAAAA,kBAAA,OAAI;AAEJ,EAAAA,kBAAA,OAAI;AAEJ,EAAAA,kBAAA,OAAI;AAEJ,EAAAA,kBAAA,OAAI;AAEJ,EAAAA,kBAAA,OAAI;AAEJ,EAAAA,kBAAA,OAAI;AAEJ,EAAAA,kBAAA,OAAI;AAEJ,EAAAA,kBAAA,OAAI;AAhBM,SAAAA;AAAA,GAAA;AA2CL,SAAS,mCAAmC,MAAmC;AACpF,SAAO;AAAA,IACL,iBAAiB,KAAK,iBAAiB;AAAA,EACzC;AACF;AA0CO,SAAS,+BAA+B,MAAiC;AAC9E,SAAO;AAAA,IACL,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,gBAAgB,KAAK,UAAU;AAAA,IAC/B,kBAAkB,KAAK,aAAa;AAAA,IACpC,UAAU,KAAK,kBAAkB;AAAA,IACjC,gBAAgB,KAAK,WAAW;AAAA,IAChC,aAAa,CAAC,KAAK,uBAAuB,IACtC,KAAK,uBAAuB,IAC5B,KAAK,uBAAuB,EAAE,YAAY;AAAA,IAC9C,cAAc,CAAC,KAAK,wBAAwB,IACxC,KAAK,wBAAwB,IAC7B,KAAK,wBAAwB,EAAE,YAAY;AAAA,IAC/C,kBAAkB,KAAK,YAAY;AAAA,IACnC,SAAS,KAAK,mBAAmB;AAAA,IACjC,OAAO,KAAK,iBAAiB;AAAA,IAC7B,SAAS,KAAK,aAAa;AAAA,IAC3B,OAAO,KAAK,WAAW;AAAA,IACvB,WAAW,KAAK,WAAW;AAAA,IAC3B,MAAM,KAAK,cAAc;AAAA,IACzB,MAAM,KAAK,oBAAoB;AAAA,IAC/B,MAAM,KAAK,iBAAiB;AAAA,IAC5B,MAAM,KAAK,iBAAiB;AAAA,IAC5B,MAAM,KAAK,aAAa;AAAA,EAC1B;AACF;AAGO,IAAK,sBAAL,kBAAKC,yBAAL;AAEL,EAAAA,qBAAA,OAAI;AAEJ,EAAAA,qBAAA,OAAI;AAEJ,EAAAA,qBAAA,OAAI;AAEJ,EAAAA,qBAAA,OAAI;AARM,SAAAA;AAAA,GAAA;AA6BL,SAAS,mCAAmC,MAAmC;AACpF,SAAO;AAAA,IACL,iBAAiB,KAAK,iBAAiB;AAAA,EACzC;AACF;AAcO,SAAS,kCAAkC,MAAoC;AACpF,SAAO,EAAE,YAAY,6CAA6C,IAAI,EAAE;AAC1E;AAEO,SAAS,oCAAoC,MAAoC;AACtF,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAG,+CAA+C,KAAK,YAAY,CAAC;AAAA,EACtE;AACF;AAcO,SAAS,4CACd,MACK;AACL,SAAO,EAAE,eAAe,KAAK,eAAe,EAAE;AAChD;AAEO,SAAS,8CACd,MACmC;AACnC,SAAO;AAAA,IACL,eAAe,KAAK,eAAe;AAAA,IACnC,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,+BAA+B,KAAK,+BAA+B;AAAA,EACrE;AACF;AAGO,IAAK,uBAAL,kBAAKC,0BAAL;AAEL,EAAAA,sBAAA,aAAU;AAEV,EAAAA,sBAAA,4BAAyB;AAEzB,EAAAA,sBAAA,gBAAa;AAEb,EAAAA,sBAAA,cAAW;AAEX,EAAAA,sBAAA,YAAS;AAVC,SAAAA;AAAA,GAAA;AA2BL,IAAK,qBAAL,kBAAKC,wBAAL;AAEL,EAAAA,oBAAA,aAAU;AAFA,SAAAA;AAAA,GAAA;AAkEL,SAAS,oBAAoB,MAAsB;AACxD,SAAO;AAAA,IACL,gBAAY,kDAAqB,MAAM;AAAA,MACrC;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IACF,CAAC,IACG,SACA,+BAA+B,IAAI;AAAA,EACzC;AACF;AAEO,SAAS,sBAAsB,MAAsB;AAC1D,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,iCAAiC,KAAK,YAAY,CAAC;AAAA,IACvD,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AA0DO,SAAS,8BAA8B,MAAgC;AAC5E,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,2BAA2B,KAAK,2BAA2B;AAAA,IAC3D,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,YAAY,KAAK,YAAY;AAAA,IAC7B,YAAY,KAAK,YAAY;AAAA,IAC7B,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,gCAAgC,KAAK,mBAAmB,CAAC;AAAA,IAC7D,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,mDAAmD,KAAK,uBAAuB,CAAC;AAAA,EACtF;AACF;AAEO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,IAAI,KAAK,KAAK,kBAAkB,CAAC;AAAA,IACrC,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,OAAO,YAAY,OAAO,QAAQ,KAAK,UAAU,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;AAAA,IAC9F,YAAY,KAAK,YAAY;AAAA,IAC7B,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,2BAA2B,KAAK,2BAA2B;AAAA,IAC3D,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,+BAA+B,CAAC,KAAK,+BAA+B,IAChE,KAAK,+BAA+B,IACpC,IAAI,KAAK,KAAK,+BAA+B,CAAC;AAAA,IAClD,yCAAyC,CAAC,KAAK,yCAAyC,IACpF,KAAK,yCAAyC,IAC9C,IAAI,KAAK,KAAK,yCAAyC,CAAC;AAAA,IAC5D,8CAA8C,CAAC,KAC7C,8CACF,IACI,KAAK,8CAA8C,IACnD,IAAI,KAAK,KAAK,8CAA8C,CAAC;AAAA,IACjE,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,YAAY,KAAK,YAAY;AAAA,IAC7B,SAAS,KAAK,SAAS;AAAA,IACvB,SAAS,KAAK,SAAS;AAAA,IACvB,aAAa,CAAC,KAAK,aAAa,IAAI,KAAK,aAAa,IAAI,IAAI,KAAK,KAAK,aAAa,CAAC;AAAA,IACtF,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,YAAY,KAAK,YAAY;AAAA,IAC7B,sBAAsB,CAAC,KAAK,sBAAsB,IAC9C,KAAK,sBAAsB,IAC3B,IAAI,KAAK,KAAK,sBAAsB,CAAC;AAAA,IACzC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,aAAa,KAAK,aAAa;AAAA,IAC/B,YAAY,KAAK,YAAY;AAAA,IAC7B,eAAe,KAAK,eAAe;AAAA,IACnC,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,kCAAkC,KAAK,mBAAmB,CAAC;AAAA,IAC/D,cAAc,CAAC,KAAK,cAAc,IAAI,KAAK,cAAc,IAAI,IAAI,KAAK,KAAK,cAAc,CAAC;AAAA,IAC1F,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,qDAAqD,KAAK,uBAAuB,CAAC;AAAA,EACxF;AACF;AAGO,IAAK,wBAAL,kBAAKC,2BAAL;AAEL,EAAAA,uBAAA,SAAM;AAEN,EAAAA,uBAAA,SAAM;AAJI,SAAAA;AAAA,GAAA;AAkBL,IAAK,sBAAL,kBAAKC,yBAAL;AAEL,EAAAA,qBAAA,kBAAe;AAEf,EAAAA,qBAAA,gBAAa;AAEb,EAAAA,qBAAA,eAAY;AANF,SAAAA;AAAA,GAAA;AAqBL,IAAK,uBAAL,kBAAKC,0BAAL;AAEL,EAAAA,sBAAA,0BAAuB;AAEvB,EAAAA,sBAAA,SAAM;AAEN,EAAAA,sBAAA,UAAO;AAEP,EAAAA,sBAAA,aAAU;AARA,SAAAA;AAAA,GAAA;AAuBL,SAAS,gCAAgC,QAAwC;AACtF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,2BAA2B,IAAI;AAAA,EACxC,CAAC;AACH;AAEO,SAAS,kCAAkC,QAAwC;AACxF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,6BAA6B,IAAI;AAAA,EAC1C,CAAC;AACH;AAUO,SAAS,2BAA2B,MAA6B;AACtE,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,cAAc,CAAC,KAAK,cAAc,IAC9B,KAAK,cAAc,IACnB,uBAAuB,KAAK,cAAc,CAAC;AAAA,EACjD;AACF;AAEO,SAAS,6BAA6B,MAA6B;AACxE,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,cAAc,CAAC,KAAK,cAAc,IAC9B,KAAK,cAAc,IACnB,yBAAyB,KAAK,cAAc,CAAC;AAAA,EACnD;AACF;AAYO,SAAS,uBAAuB,MAAyB;AAC9D,SAAO;AAAA,IACL,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,KAAK,WAAW,EAAE,YAAY;AAAA,IAClF,YAAY,CAAC,KAAK,YAAY,IAAI,KAAK,YAAY,IAAI,KAAK,YAAY,EAAE,YAAY;AAAA,IACtF,YAAY,KAAK,YAAY;AAAA,EAC/B;AACF;AAEO,SAAS,yBAAyB,MAAyB;AAChE,SAAO;AAAA,IACL,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,YAAY,CAAC,KAAK,YAAY,IAAI,KAAK,YAAY,IAAI,IAAI,KAAK,KAAK,YAAY,CAAC;AAAA,IAClF,YAAY,KAAK,YAAY;AAAA,EAC/B;AACF;AAYO,SAAS,mDACd,MACK;AACL,SAAO;AAAA,IACL,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,+BAA+B,KAAK,+BAA+B;AAAA,EACrE;AACF;AAEO,SAAS,qDACd,MAC0C;AAC1C,SAAO;AAAA,IACL,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,+BAA+B,KAAK,+BAA+B;AAAA,EACrE;AACF;AAUO,SAAS,uBAAuB,MAAyB;AAC9D,SAAO;AAAA,IACL,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,qBAAqB,KAAK,qBAAqB;AAAA,EACjD;AACF;AAgBO,SAAS,4BAA4B,MAA8B;AACxE,SAAO;AAAA,IACL,QAAQ,KAAK,QAAQ;AAAA,IACrB,SAAS,KAAK,SAAS;AAAA,IACvB,aAAa,KAAK,aAAa;AAAA,IAC/B,eAAe,KAAK,eAAe;AAAA,IACnC,iBAAiB,KAAK,iBAAiB;AAAA,EACzC;AACF;AAGO,IAAK,wBAAL,kBAAKC,2BAAL;AAEL,EAAAA,uBAAA,aAAU;AAEV,EAAAA,uBAAA,WAAQ;AAER,EAAAA,uBAAA,YAAS;AAET,EAAAA,uBAAA,aAAU;AAEV,EAAAA,uBAAA,WAAQ;AAVE,SAAAA;AAAA,GAAA;AAkCL,SAAS,+BAA+B,MAA+B;AAC5E,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,kBAAkB,KAAK,kBAAkB;AAAA,EAC3C;AACF;AAUO,SAAS,4BAA4B,MAA4B;AACtE,SAAO;AAAA,IACL,OAAO,+BAA+B,KAAK,OAAO,CAAC;AAAA,IACnD,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,+BAA+B,QAAqC;AAClF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,0BAA0B,IAAI;AAAA,EACvC,CAAC;AACH;AA0DO,SAAS,0BAA0B,MAA0B;AAClE,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,qCAAqC,KAAK,YAAY,CAAC;AAAA,EAC7D;AACF;AAcO,SAAS,gCAAgC,MAAkC;AAChF,SAAO;AAAA,IACL,gBAAY,kDAAqB,MAAM;AAAA,MACrC;AAAA,MACA;AAAA,MACA;AAAA,IACF,CAAC,IACG,SACA,2CAA2C,IAAI;AAAA,EACrD;AACF;AAEO,SAAS,kCAAkC,MAAkC;AAClF,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,6CAA6C,KAAK,YAAY,CAAC;AAAA,IACnE,KAAK,CAAC,KAAK,KAAK,IAAI,KAAK,KAAK,IAAI,gBAAgB,KAAK,KAAK,CAAC;AAAA,EAC/D;AACF;AAYO,SAAS,0CACd,MACK;AACL,SAAO;AAAA,IACL,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,oBAAoB,KAAK,MAAM,CAAC;AAAA,IACrE,4BAA4B,CAAC,KAAK,4BAA4B,IAC1D,KAAK,4BAA4B,IACjC,gCAAgC,KAAK,4BAA4B,CAAC;AAAA,IACtE,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,2BAA2B,KAAK,kBAAkB,CAAC;AAAA,EACzD;AACF;AAEO,SAAS,4CACd,MACiC;AACjC,SAAO;AAAA,IACL,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,sBAAsB,KAAK,MAAM,CAAC;AAAA,IACvE,4BAA4B,CAAC,KAAK,4BAA4B,IAC1D,KAAK,4BAA4B,IACjC,kCAAkC,KAAK,4BAA4B,CAAC;AAAA,IACxE,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,6BAA6B,KAAK,kBAAkB,CAAC;AAAA,EAC3D;AACF;AAUO,SAAS,2BAA2B,MAA6B;AACtE,SAAO;AAAA,IACL,KAAK,CAAC,KAAK,KAAK,IAAI,KAAK,KAAK,IAAI,qBAAqB,KAAK,KAAK,CAAC;AAAA,IAClE,KAAK,CAAC,KAAK,KAAK,IAAI,KAAK,KAAK,IAAI,qBAAqB,KAAK,KAAK,CAAC;AAAA,EACpE;AACF;AAEO,SAAS,6BAA6B,MAA6B;AACxE,SAAO;AAAA,IACL,KAAK,CAAC,KAAK,KAAK,IAAI,KAAK,KAAK,IAAI,uBAAuB,KAAK,KAAK,CAAC;AAAA,IACpE,KAAK,CAAC,KAAK,KAAK,IAAI,KAAK,KAAK,IAAI,uBAAuB,KAAK,KAAK,CAAC;AAAA,EACtE;AACF;AAkBO,SAAS,qBAAqB,MAAuB;AAC1D,SAAO;AAAA,IACL,cAAc,CAAC,KAAK,cAAc,IAC9B,KAAK,cAAc,IACnB,uBAAuB,KAAK,cAAc,CAAC;AAAA,IAC/C,UAAU,KAAK,UAAU;AAAA,IACzB,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,8BAA8B,KAAK,qBAAqB,CAAC;AAAA,EAC/D;AACF;AAEO,SAAS,uBAAuB,MAAuB;AAC5D,SAAO;AAAA,IACL,cAAc,CAAC,KAAK,cAAc,IAC9B,KAAK,cAAc,IACnB,yBAAyB,KAAK,cAAc,CAAC;AAAA,IACjD,UAAU,KAAK,UAAU;AAAA,IACzB,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,gCAAgC,KAAK,qBAAqB,CAAC;AAAA,EACjE;AACF;AAQO,SAAS,uBAAuB,MAAyB;AAC9D,SAAO,EAAE,SAAS,KAAK,SAAS,EAAE;AACpC;AAEO,SAAS,yBAAyB,MAAyB;AAChE,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,EACzB;AACF;AAQO,SAAS,8BAA8B,MAAgC;AAC5E,SAAO,EAAE,UAAU,KAAK,UAAU,EAAE;AACtC;AAEO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAQO,SAAS,qBAAqB,MAAuB;AAC1D,SAAO;AAAA,IACL,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,8BAA8B,KAAK,qBAAqB,CAAC;AAAA,EAC/D;AACF;AAEO,SAAS,uBAAuB,MAAuB;AAC5D,SAAO;AAAA,IACL,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,gCAAgC,KAAK,qBAAqB,CAAC;AAAA,EACjE;AACF;AAQO,SAAS,6BAA6B,MAA6B;AACxE,SAAO;AAAA,IACL,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,uCAAuC,KAAK,OAAO,CAAC;AAAA,EAC9F;AACF;AAEO,SAAS,qCAAqC,QAA6C;AAChG,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,gCAAgC,IAAI;AAAA,EAC7C,CAAC;AACH;AAEO,SAAS,uCACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,kCAAkC,IAAI;AAAA,EAC/C,CAAC;AACH;AAQO,SAAS,6BAA6B,MAA6B;AACxE,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uCAAuC,KAAK,YAAY,CAAC;AAAA,EAC/D;AACF;AAgBO,SAAS,uCAAuC,MAAuC;AAC5F,SAAO;AAAA,IACL,sBAAsB,CAAC,KAAK,sBAAsB,IAC9C,KAAK,sBAAsB,IAC3B,0BAA0B,KAAK,sBAAsB,CAAC;AAAA,IAC1D,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,4BAA4B,KAAK,iBAAiB,CAAC;AAAA,IACvD,0BAA0B,CAAC,KAAK,0BAA0B,IACtD,KAAK,0BAA0B,IAC/B,qCAAqC,KAAK,0BAA0B,CAAC;AAAA,IACzE,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,8BAA8B,KAAK,mBAAmB,CAAC;AAAA,IAC3D,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,yBAAyB,KAAK,qBAAqB,CAAC;AAAA,EAC1D;AACF;AAcO,SAAS,0BAA0B,MAA0B;AAClE,SAAO;AAAA,IACL,eAAe,KAAK,eAAe;AAAA,IACnC,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,kCAAkC,KAAK,kCAAkC;AAAA,EAC3E;AACF;AAkBO,SAAS,4BAA4B,MAA4B;AACtE,SAAO;AAAA,IACL,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,kCAAkC,KAAK,kCAAkC;AAAA,IACzE,kCAAkC,KAAK,kCAAkC;AAAA,EAC3E;AACF;AAcO,SAAS,qCAAqC,MAAqC;AACxF,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,UAAU,KAAK,UAAU;AAAA,IACzB,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,iBAAiB,KAAK,iBAAiB;AAAA,EACzC;AACF;AAYO,SAAS,8BAA8B,MAA8B;AAC1E,SAAO;AAAA,IACL,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,eAAe,KAAK,eAAe;AAAA,IACnC,uBAAuB,KAAK,uBAAuB;AAAA,EACrD;AACF;AAUO,SAAS,yBAAyB,MAAyB;AAChE,SAAO;AAAA,IACL,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,iCAAiC,KAAK,YAAY,CAAC;AAAA,IACvD,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,iCAAiC,KAAK,mBAAmB,CAAC;AAAA,EAChE;AACF;AAcO,SAAS,iCAAiC,MAAiC;AAChF,SAAO;AAAA,IACL,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,+BAA+B,KAAK,+BAA+B;AAAA,EACrE;AACF;AAUO,SAAS,+BAA+B,MAA+B;AAC5E,SAAO;AAAA,IACL,OAAO,kCAAkC,KAAK,OAAO,CAAC;AAAA,IACtD,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,kCAAkC,QAAwC;AACxF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,6BAA6B,IAAI;AAAA,EAC1C,CAAC;AACH;AAQO,SAAS,iCAAiC,MAAmC;AAClF,SAAO;AAAA,IACL,gBAAY,kDAAqB,MAAM,CAAC,MAAM,CAAC,IAC3C,SACA,4CAA4C,IAAI;AAAA,EACtD;AACF;AAEO,SAAS,mCAAmC,MAAmC;AACpF,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,8CAA8C,KAAK,YAAY,CAAC;AAAA,EACtE;AACF;AAQO,SAAS,2CACd,MACK;AACL,SAAO,EAAE,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,oBAAoB,KAAK,MAAM,CAAC,EAAE;AAClF;AAEO,SAAS,6CACd,MACkC;AAClC,SAAO;AAAA,IACL,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,sBAAsB,KAAK,MAAM,CAAC;AAAA,EACzE;AACF;AAQO,SAAS,8BAA8B,MAA8B;AAC1E,SAAO;AAAA,IACL,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,wCAAwC,KAAK,OAAO,CAAC;AAAA,EAC/F;AACF;AAEO,SAAS,sCACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,iCAAiC,IAAI;AAAA,EAC9C,CAAC;AACH;AAEO,SAAS,wCACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,mCAAmC,IAAI;AAAA,EAChD,CAAC;AACH;AAgBO,SAAS,2BAA2B,MAA2B;AACpE,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,sCAAsC,KAAK,YAAY,CAAC;AAAA,EAC9D;AACF;AAgBO,SAAS,qCAAqC,MAAqC;AACxF,SAAO;AAAA,IACL,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,UAAU,KAAK,UAAU;AAAA,IACzB,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,cAAc,KAAK,cAAc;AAAA,IACjC,cAAc,KAAK,cAAc;AAAA,EACnC;AACF;AAUO,SAAS,sCAAsC,MAAsC;AAC1F,SAAO;AAAA,IACL,OAAO,gCAAgC,KAAK,OAAO,CAAC;AAAA,IACpD,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,gCAAgC,QAAsC;AACpF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,2BAA2B,IAAI;AAAA,EACxC,CAAC;AACH;AAUO,SAAS,2BAA2B,MAA6B;AACtE,SAAO;AAAA,IACL,gBAAY,kDAAqB,MAAM,CAAC,QAAQ,CAAC,IAC7C,SACA,sCAAsC,IAAI;AAAA,EAChD;AACF;AAEO,SAAS,6BAA6B,MAA6B;AACxE,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,wCAAwC,KAAK,YAAY,CAAC;AAAA,EAChE;AACF;AAUO,SAAS,qCAAqC,MAAuC;AAC1F,SAAO,EAAE,QAAQ,iCAAiC,KAAK,QAAQ,CAAC,EAAE;AACpE;AAEO,SAAS,uCAAuC,MAAuC;AAC5F,SAAO;AAAA,IACL,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,IAAI,KAAK,KAAK,kBAAkB,CAAC;AAAA,IACrC,QAAQ,mCAAmC,KAAK,QAAQ,CAAC;AAAA,EAC3D;AACF;AAQO,SAAS,iCAAiC,MAAmC;AAClF,SAAO,EAAE,OAAO,oCAAoC,KAAK,OAAO,CAAC,EAAE;AACrE;AAEO,SAAS,mCAAmC,MAAmC;AACpF,SAAO;AAAA,IACL,OAAO,sCAAsC,KAAK,OAAO,CAAC;AAAA,EAC5D;AACF;AAEO,SAAS,oCAAoC,QAA4C;AAC9F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,+BAA+B,IAAI;AAAA,EAC5C,CAAC;AACH;AAEO,SAAS,sCAAsC,QAA4C;AAChG,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,iCAAiC,IAAI;AAAA,EAC9C,CAAC;AACH;AAcO,SAAS,+BAA+B,MAAiC;AAC9E,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,qCAAqC,KAAK,YAAY,CAAC;AAAA,EACrE;AACF;AAEO,SAAS,iCAAiC,MAAiC;AAChF,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,uCAAuC,KAAK,YAAY,CAAC;AAAA,EACvE;AACF;AAGO,IAAK,gBAAL,kBAAKC,mBAAL;AAEL,EAAAA,eAAA,eAAY;AAFF,SAAAA;AAAA,GAAA;AAsBL,SAAS,qCAAqC,MAAuC;AAC1F,SAAO;AAAA,IACL,SAAS,iCAAiC,KAAK,SAAS,CAAC;AAAA,IACzD,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,iCAAiC,KAAK,SAAS,CAAC;AAAA,EAChG;AACF;AAEO,SAAS,uCAAuC,MAAuC;AAC5F,SAAO;AAAA,IACL,SAAS,mCAAmC,KAAK,SAAS,CAAC;AAAA,IAC3D,SAAS,CAAC,KAAK,SAAS,IACpB,KAAK,SAAS,IACd,mCAAmC,KAAK,SAAS,CAAC;AAAA,EACxD;AACF;AAYO,SAAS,iCAAiC,MAAmC;AAClF,SAAO;AAAA,IACL,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,mCAAmC,KAAK,UAAU,CAAC;AAAA,IACvD,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,mCAAmC,KAAK,UAAU,CAAC;AAAA,IACvD,SAAS,CAAC,KAAK,SAAS,IACpB,KAAK,SAAS,IACd,kCAAkC,KAAK,SAAS,CAAC;AAAA,EACvD;AACF;AAEO,SAAS,mCAAmC,MAAmC;AACpF,SAAO;AAAA,IACL,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,qCAAqC,KAAK,UAAU,CAAC;AAAA,IACzD,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,qCAAqC,KAAK,UAAU,CAAC;AAAA,IACzD,SAAS,CAAC,KAAK,SAAS,IACpB,KAAK,SAAS,IACd,oCAAoC,KAAK,SAAS,CAAC;AAAA,EACzD;AACF;AAkBO,SAAS,mCAAmC,MAAqC;AACtF,SAAO;AAAA,IACL,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,gCAAgC,KAAK,YAAY,CAAC;AAAA,IACtD,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,gCAAgC,KAAK,eAAe,CAAC;AAAA,IACzD,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,gCAAgC,KAAK,YAAY,CAAC;AAAA,IACtD,WAAW,CAAC,KAAK,WAAW,IACxB,KAAK,WAAW,IAChB,gCAAgC,KAAK,WAAW,CAAC;AAAA,IACrD,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,gCAAgC,KAAK,QAAQ,CAAC;AAAA,IACzF,6BAA6B,KAAK,6BAA6B;AAAA,EACjE;AACF;AAEO,SAAS,qCAAqC,MAAqC;AACxF,SAAO;AAAA,IACL,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,kCAAkC,KAAK,YAAY,CAAC;AAAA,IACxD,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,kCAAkC,KAAK,eAAe,CAAC;AAAA,IAC3D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,kCAAkC,KAAK,YAAY,CAAC;AAAA,IACxD,WAAW,CAAC,KAAK,WAAW,IACxB,KAAK,WAAW,IAChB,kCAAkC,KAAK,WAAW,CAAC;AAAA,IACvD,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,kCAAkC,KAAK,QAAQ,CAAC;AAAA,IAC3F,6BAA6B,KAAK,6BAA6B;AAAA,EACjE;AACF;AAcO,SAAS,gCAAgC,MAAkC;AAChF,SAAO;AAAA,IACL,kCAAkC,KAAK,kCAAkC;AAAA,IACzE,oCAAoC,KAAK,oCAAoC;AAAA,IAC7E,oCAAoC,KAAK,oCAAoC;AAAA,IAC7E,8BAA8B,KAAK,8BAA8B;AAAA,EACnE;AACF;AAEO,SAAS,kCAAkC,MAAkC;AAClF,SAAO;AAAA,IACL,kCAAkC,KAAK,kCAAkC;AAAA,IACzE,oCAAoC,KAAK,oCAAoC;AAAA,IAC7E,oCAAoC,KAAK,oCAAoC;AAAA,IAC7E,8BAA8B,KAAK,8BAA8B;AAAA,EACnE;AACF;AAgBO,SAAS,mCAAmC,MAAqC;AACtF,SAAO;AAAA,IACL,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,4BAA4B,KAAK,YAAY,CAAC;AAAA,IAClD,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,4BAA4B,KAAK,eAAe,CAAC;AAAA,IACrD,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,4BAA4B,KAAK,YAAY,CAAC;AAAA,IAClD,WAAW,CAAC,KAAK,WAAW,IACxB,KAAK,WAAW,IAChB,4BAA4B,KAAK,WAAW,CAAC;AAAA,IACjD,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,EACvF;AACF;AAEO,SAAS,qCAAqC,MAAqC;AACxF,SAAO;AAAA,IACL,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,8BAA8B,KAAK,YAAY,CAAC;AAAA,IACpD,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,8BAA8B,KAAK,eAAe,CAAC;AAAA,IACvD,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,8BAA8B,KAAK,YAAY,CAAC;AAAA,IACpD,WAAW,CAAC,KAAK,WAAW,IACxB,KAAK,WAAW,IAChB,8BAA8B,KAAK,WAAW,CAAC;AAAA,IACnD,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,8BAA8B,KAAK,QAAQ,CAAC;AAAA,EACzF;AACF;AAUO,SAAS,4BAA4B,MAA8B;AACxE,SAAO;AAAA,IACL,8BAA8B,KAAK,8BAA8B;AAAA,IACjE,oCAAoC,KAAK,oCAAoC;AAAA,EAC/E;AACF;AAEO,SAAS,8BAA8B,MAA8B;AAC1E,SAAO;AAAA,IACL,8BAA8B,KAAK,8BAA8B;AAAA,IACjE,oCAAoC,KAAK,oCAAoC;AAAA,EAC/E;AACF;AAgBO,SAAS,kCAAkC,MAAoC;AACpF,SAAO;AAAA,IACL,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,4BAA4B,KAAK,YAAY,CAAC;AAAA,IAClD,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,4BAA4B,KAAK,eAAe,CAAC;AAAA,IACrD,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,4BAA4B,KAAK,YAAY,CAAC;AAAA,IAClD,WAAW,CAAC,KAAK,WAAW,IACxB,KAAK,WAAW,IAChB,4BAA4B,KAAK,WAAW,CAAC;AAAA,IACjD,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,EACvF;AACF;AAEO,SAAS,oCAAoC,MAAoC;AACtF,SAAO;AAAA,IACL,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,8BAA8B,KAAK,YAAY,CAAC;AAAA,IACpD,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,8BAA8B,KAAK,eAAe,CAAC;AAAA,IACvD,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,8BAA8B,KAAK,YAAY,CAAC;AAAA,IACpD,WAAW,CAAC,KAAK,WAAW,IACxB,KAAK,WAAW,IAChB,8BAA8B,KAAK,WAAW,CAAC;AAAA,IACnD,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,8BAA8B,KAAK,QAAQ,CAAC;AAAA,EACzF;AACF;AAYO,SAAS,iCAAiC,MAAmC;AAClF,SAAO;AAAA,IACL,aAAa,CAAC,KAAK,aAAa,IAC5B,KAAK,aAAa,IAClB,KAAK,aAAa,EAAE,IAAI,CAAC,MAAW;AAClC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,WAAW,KAAK,WAAW,EAAE,IAAI,CAAC,MAAW;AAC3C,aAAO;AAAA,IACT,CAAC;AAAA,IACD,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,yBAAyB,KAAK,gBAAgB,CAAC;AAAA,EACrD;AACF;AAEO,SAAS,mCAAmC,MAAmC;AACpF,SAAO;AAAA,IACL,aAAa,CAAC,KAAK,aAAa,IAC5B,KAAK,aAAa,IAClB,KAAK,aAAa,EAAE,IAAI,CAAC,MAAW;AAClC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,WAAW,KAAK,WAAW,EAAE,IAAI,CAAC,MAAW;AAC3C,aAAO;AAAA,IACT,CAAC;AAAA,IACD,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,2BAA2B,KAAK,gBAAgB,CAAC;AAAA,EACvD;AACF;AAEO,SAAS,yBAAyB,QAAiC;AACxE,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,oBAAoB,IAAI;AAAA,EACjC,CAAC;AACH;AAEO,SAAS,2BAA2B,QAAiC;AAC1E,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,sBAAsB,IAAI;AAAA,EACnC,CAAC;AACH;AAYO,SAAS,oBAAoB,MAAsB;AACxD,SAAO,EAAE,MAAM,KAAK,MAAM,GAAG,IAAI,KAAK,IAAI,GAAG,OAAO,KAAK,OAAO,EAAE;AACpE;AAEO,SAAS,sBAAsB,MAAsB;AAC1D,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,IAAI,KAAK,IAAI;AAAA,IACb,OAAO,KAAK,OAAO;AAAA,EACrB;AACF;AAGO,IAAK,4BAAL,kBAAKC,+BAAL;AAEL,EAAAA,2BAAA,aAAU;AAFA,SAAAA;AAAA,GAAA;AAgBL,SAAS,8BAA8B,MAAgC;AAC5E,SAAO;AAAA,IACL,gBAAY,kDAAqB,MAAM,CAAC,QAAQ,CAAC,IAC7C,SACA,yCAAyC,IAAI;AAAA,EACnD;AACF;AAEO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,2CAA2C,KAAK,YAAY,CAAC;AAAA,EACnE;AACF;AAUO,SAAS,wCAAwC,MAA0C;AAChG,SAAO,EAAE,QAAQ,oCAAoC,KAAK,QAAQ,CAAC,EAAE;AACvE;AAEO,SAAS,0CACd,MAC+B;AAC/B,SAAO;AAAA,IACL,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,IAAI,KAAK,KAAK,kBAAkB,CAAC;AAAA,IACrC,QAAQ,sCAAsC,KAAK,QAAQ,CAAC;AAAA,EAC9D;AACF;AAcO,SAAS,oCAAoC,MAAsC;AACxF,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,MAAM,KAAK,MAAM;AAAA,IACjB,OAAO,uCAAuC,KAAK,OAAO,CAAC;AAAA,EAC7D;AACF;AAEO,SAAS,sCAAsC,MAAsC;AAC1F,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,aAAa,KAAK,aAAa;AAAA,IAC/B,MAAM,KAAK,MAAM;AAAA,IACjB,OAAO,yCAAyC,KAAK,OAAO,CAAC;AAAA,EAC/D;AACF;AAGO,IAAK,yBAAL,kBAAKC,4BAAL;AAEL,EAAAA,wBAAA,eAAY;AAFF,SAAAA;AAAA,GAAA;AAcL,SAAS,uCACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,kCAAkC,IAAI;AAAA,EAC/C,CAAC;AACH;AAEO,SAAS,yCACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,oCAAoC,IAAI;AAAA,EACjD,CAAC;AACH;AAcO,SAAS,kCAAkC,MAAoC;AACpF,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,MAAM,KAAK,MAAM;AAAA,IACjB,aAAa,KAAK,aAAa;AAAA,IAC/B,YAAY,wCAAwC,KAAK,YAAY,CAAC;AAAA,EACxE;AACF;AAEO,SAAS,oCAAoC,MAAoC;AACtF,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,MAAM,KAAK,MAAM;AAAA,IACjB,aAAa,KAAK,aAAa;AAAA,IAC/B,YAAY,0CAA0C,KAAK,YAAY,CAAC;AAAA,EAC1E;AACF;AAgBO,SAAS,wCAAwC,MAA0C;AAChG,SAAO;AAAA,IACL,SAAS,CAAC,KAAK,SAAS,IACpB,KAAK,SAAS,IACd,oCAAoC,KAAK,SAAS,CAAC;AAAA,IACvD,QAAQ,KAAK,QAAQ;AAAA,IACrB,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,cAAc,KAAK,cAAc,EAAE,IAAI,CAAC,MAAW;AACjD,aAAO;AAAA,IACT,CAAC;AAAA,EACH;AACF;AAEO,SAAS,0CACd,MAC+B;AAC/B,SAAO;AAAA,IACL,SAAS,CAAC,KAAK,SAAS,IACpB,KAAK,SAAS,IACd,sCAAsC,KAAK,SAAS,CAAC;AAAA,IACzD,QAAQ,KAAK,QAAQ;AAAA,IACrB,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,cAAc,KAAK,cAAc,EAAE,IAAI,CAAC,MAAW;AACjD,aAAO;AAAA,IACT,CAAC;AAAA,EACH;AACF;AAoBO,SAAS,oCAAoC,MAAsC;AACxF,SAAO;AAAA,IACL,aAAa,CAAC,KAAK,aAAa,IAC5B,KAAK,aAAa,IAClB,KAAK,aAAa,EAAE,IAAI,CAAC,MAAW;AAClC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,KAAK,eAAe,EAAE,IAAI,CAAC,MAAW;AACpC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,WAAW,CAAC,KAAK,WAAW,IACxB,KAAK,WAAW,IAChB,KAAK,WAAW,EAAE,IAAI,CAAC,MAAW;AAChC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,cAAc,CAAC,KAAK,cAAc,IAC9B,KAAK,cAAc,IACnB,oCAAoC,KAAK,cAAc,CAAC;AAAA,EAC9D;AACF;AAEO,SAAS,sCAAsC,MAAsC;AAC1F,SAAO;AAAA,IACL,aAAa,CAAC,KAAK,aAAa,IAC5B,KAAK,aAAa,IAClB,KAAK,aAAa,EAAE,IAAI,CAAC,MAAW;AAClC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,KAAK,eAAe,EAAE,IAAI,CAAC,MAAW;AACpC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,WAAW,CAAC,KAAK,WAAW,IACxB,KAAK,WAAW,IAChB,KAAK,WAAW,EAAE,IAAI,CAAC,MAAW;AAChC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,cAAc,CAAC,KAAK,cAAc,IAC9B,KAAK,cAAc,IACnB,sCAAsC,KAAK,cAAc,CAAC;AAAA,EAChE;AACF;AAQO,SAAS,oCAAoC,MAAsC;AACxF,SAAO,EAAE,WAAW,KAAK,WAAW,EAAE;AACxC;AAEO,SAAS,sCAAsC,MAAsC;AAC1F,SAAO;AAAA,IACL,WAAW,KAAK,WAAW;AAAA,EAC7B;AACF;AAGO,IAAK,cAAL,kBAAKC,iBAAL;AAEL,EAAAA,aAAA,SAAM;AAEN,EAAAA,aAAA,aAAU;AAJA,SAAAA;AAAA,GAAA;AAkBL,IAAK,gBAAL,kBAAKC,mBAAL;AAEL,EAAAA,eAAA,WAAQ;AAER,EAAAA,eAAA,YAAS;AAJC,SAAAA;AAAA,GAAA;AAkBL,IAAK,kBAAL,kBAAKC,qBAAL;AAEL,EAAAA,iBAAA,UAAO;AAEP,EAAAA,iBAAA,eAAY;AAJF,SAAAA;AAAA,GAAA;AAkBL,IAAK,+BAAL,kBAAKC,kCAAL;AAEL,EAAAA,8BAAA,aAAU;AAFA,SAAAA;AAAA,GAAA;AAeL,SAAS,qCAAqC,MAAqC;AACxF,SAAO;AAAA,IACL,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,qCAAqC,KAAK,OAAO,CAAC;AAAA,IAC1F,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,mCAAmC,QAA2C;AAC5F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,8BAA8B,IAAI;AAAA,EAC3C,CAAC;AACH;AAEO,SAAS,qCAAqC,QAA2C;AAC9F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,gCAAgC,IAAI;AAAA,EAC7C,CAAC;AACH;AASO,SAAS,iDACd,MACsC;AACtC,SAAO;AAAA,IACL,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,2CAA2C,KAAK,OAAO,CAAC;AAAA,IAC5D,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAkBO,SAAS,0BAA0B,MAA4B;AACpE,SAAO;AAAA,IACL,gBAAY,kDAAqB,MAAM;AAAA,MACrC;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IACF,CAAC,IACG,SACA,qCAAqC,IAAI;AAAA,EAC/C;AACF;AAEO,SAAS,4BAA4B,MAA4B;AACtE,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,uCAAuC,KAAK,YAAY,CAAC;AAAA,EAC/D;AACF;AAkBO,SAAS,oCAAoC,MAAsC;AACxF,SAAO;AAAA,IACL,QAAQ,KAAK,QAAQ;AAAA,IACrB,OAAO,KAAK,OAAO;AAAA,IACnB,oBAAoB,CAAC,KAAK,oBAAoB,IAC1C,KAAK,oBAAoB,IACzB,4CAA4C,KAAK,oBAAoB,CAAC;AAAA,IAC1E,iCAAiC,KAAK,iCAAiC;AAAA,EACzE;AACF;AAEO,SAAS,sCAAsC,MAAsC;AAC1F,SAAO;AAAA,IACL,QAAQ,KAAK,QAAQ;AAAA,IACrB,OAAO,KAAK,OAAO;AAAA,IACnB,cAAc,CAAC,KAAK,cAAc,IAAI,KAAK,cAAc,IAAI,IAAI,KAAK,KAAK,cAAc,CAAC;AAAA,IAC1F,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,IAAI,KAAK,KAAK,kBAAkB,CAAC;AAAA,IACrC,oBAAoB,CAAC,KAAK,oBAAoB,IAC1C,KAAK,oBAAoB,IACzB,8CAA8C,KAAK,oBAAoB,CAAC;AAAA,IAC5E,iCAAiC,KAAK,iCAAiC;AAAA,EACzE;AACF;AAGO,IAAK,6BAAL,kBAAKC,gCAAL;AAEL,EAAAA,4BAAA,sBAAmB;AAEnB,EAAAA,4BAAA,uBAAoB;AAJV,SAAAA;AAAA,GAAA;AAkBL,IAAK,4BAAL,kBAAKC,+BAAL;AAEL,EAAAA,2BAAA,aAAU;AAEV,EAAAA,2BAAA,cAAW;AAJD,SAAAA;AAAA,GAAA;AA2BL,SAAS,4CACd,MACK;AACL,SAAO,EAAE,QAAQ,KAAK,QAAQ,EAAE;AAClC;AAEO,SAAS,8CACd,MACmC;AACnC,SAAO;AAAA,IACL,QAAQ,KAAK,QAAQ;AAAA,IACrB,+BAA+B,KAAK,+BAA+B;AAAA,IACnE,0BAA0B,CAAC,KAAK,0BAA0B,IACtD,KAAK,0BAA0B,IAC/B,IAAI,KAAK,KAAK,0BAA0B,CAAC;AAAA,EAC/C;AACF;AAUO,SAAS,uCAAuC,MAAuC;AAC5F,SAAO;AAAA,IACL,OAAO,iCAAiC,KAAK,OAAO,CAAC;AAAA,IACrD,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,+BAA+B,QAAuC;AACpF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,0BAA0B,IAAI;AAAA,EACvC,CAAC;AACH;AAEO,SAAS,iCAAiC,QAAuC;AACtF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,4BAA4B,IAAI;AAAA,EACzC,CAAC;AACH;AAQO,SAAS,iCAAiC,MAAmC;AAClF,SAAO;AAAA,IACL,gBAAY,kDAAqB,MAAM,CAAC,MAAM,CAAC,IAC3C,SACA,4CAA4C,IAAI;AAAA,EACtD;AACF;AAEO,SAAS,mCAAmC,MAAmC;AACpF,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,8CAA8C,KAAK,YAAY,CAAC;AAAA,EACtE;AACF;AAQO,SAAS,2CACd,MACK;AACL,SAAO,EAAE,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,oBAAoB,KAAK,MAAM,CAAC,EAAE;AAClF;AAEO,SAAS,6CACd,MACkC;AAClC,SAAO;AAAA,IACL,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,sBAAsB,KAAK,MAAM,CAAC;AAAA,EACzE;AACF;AAQO,SAAS,8BAA8B,MAA8B;AAC1E,SAAO;AAAA,IACL,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,wCAAwC,KAAK,OAAO,CAAC;AAAA,EAC/F;AACF;AAEO,SAAS,sCACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,iCAAiC,IAAI;AAAA,EAC9C,CAAC;AACH;AAEO,SAAS,wCACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,mCAAmC,IAAI;AAAA,EAChD,CAAC;AACH;AAgBO,SAAS,kDACd,MACuC;AACvC,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,6DAA6D,KAAK,YAAY,CAAC;AAAA,EACrF;AACF;AAgBO,SAAS,4DACd,MACiD;AACjD,SAAO;AAAA,IACL,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,oBAAoB,CAAC,KAAK,oBAAoB,IAC1C,KAAK,oBAAoB,IACzB,mCAAmC,KAAK,oBAAoB,CAAC;AAAA,IACjE,0BAA0B,CAAC,KAAK,0BAA0B,IACtD,KAAK,0BAA0B,IAC/B,qCAAqC,KAAK,0BAA0B,CAAC;AAAA,IACzE,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B;AAAA,MACE,KAAK,qBAAqB;AAAA,IAC5B;AAAA,IACJ,SAAS,CAAC,KAAK,SAAS,IACpB,KAAK,SAAS,IACd,mEAAmE,KAAK,SAAS,CAAC;AAAA,EACxF;AACF;AAGO,IAAK,8DAAL,kBAAKC,iEAAL;AAEL,EAAAA,6DAAA,cAAW;AAEX,EAAAA,6DAAA,eAAY;AAEZ,EAAAA,6DAAA,YAAS;AAET,EAAAA,6DAAA,cAAW;AAEX,EAAAA,6DAAA,cAAW;AAVD,SAAAA;AAAA,GAAA;AA0BL,SAAS,mCAAmC,QAAyC;AAC1F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,8BAA8B,IAAI;AAAA,EAC3C,CAAC;AACH;AAUO,SAAS,8BAA8B,MAA8B;AAC1E,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,wCAAwC,KAAK,YAAY,CAAC;AAAA,EAChE;AACF;AAYO,SAAS,wCAAwC,MAAwC;AAC9F,SAAO;AAAA,IACL,WAAW,KAAK,WAAW;AAAA,IAC3B,UAAU,KAAK,UAAU;AAAA,IACzB,aAAa,KAAK,aAAa;AAAA,EACjC;AACF;AAGO,IAAK,iBAAL,kBAAKC,oBAAL;AAEL,EAAAA,gBAAA,aAAU;AAEV,EAAAA,gBAAA,qCAAkC;AAJxB,SAAAA;AAAA,GAAA;AAkBL,IAAK,gBAAL,kBAAKC,mBAAL;AAEL,EAAAA,eAAA,aAAU;AAEV,EAAAA,eAAA,WAAQ;AAJE,SAAAA;AAAA,GAAA;AA2BL,SAAS,qCAAqC,MAAqC;AACxF,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,eAAe,KAAK,eAAe;AAAA,IACnC,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAUO,SAAS,+EACd,MACoE;AACpE,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,KAAK,YAAY;AAAA,EAC/B;AACF;AAGO,IAAK,qCAAL,kBAAKC,wCAAL;AAEL,EAAAA,oCAAA,cAAW;AAEX,EAAAA,oCAAA,cAAW;AAEX,EAAAA,oCAAA,WAAQ;AANE,SAAAA;AAAA,GAAA;AAkCL,SAAS,mEACd,MACwD;AACxD,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,aAAa,CAAC,KAAK,aAAa,IAC5B,KAAK,aAAa,IAClB,+BAA+B,KAAK,aAAa,CAAC;AAAA,IACtD,2BAA2B,KAAK,2BAA2B;AAAA,IAC3D,sBAAsB,CAAC,KAAK,sBAAsB,IAC9C,KAAK,sBAAsB,IAC3B,KAAK,sBAAsB,EAAE,IAAI,CAAC,MAAW;AAC3C,aAAO;AAAA,IACT,CAAC;AAAA,EACP;AACF;AAEO,SAAS,+BAA+B,QAAqC;AAClF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,0BAA0B,IAAI;AAAA,EACvC,CAAC;AACH;AAUO,SAAS,0BAA0B,MAA0B;AAClE,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,oCAAoC,KAAK,YAAY,CAAC;AAAA,EAC5D;AACF;AAgBO,SAAS,oCAAoC,MAAoC;AACtF,SAAO;AAAA,IACL,WAAW,KAAK,WAAW;AAAA,IAC3B,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,KAAK,iBAAiB,EAAE,IAAI,CAAC,MAAW;AACtC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,0DAA0D,KAAK,eAAe,CAAC;AAAA,IACnF,2BAA2B,CAAC,KAAK,2BAA2B,IACxD,KAAK,2BAA2B,IAChC,0CAA0C,KAAK,2BAA2B,CAAC;AAAA,IAC/E,2BAA2B,CAAC,KAAK,2BAA2B,IACxD,KAAK,2BAA2B,IAChC,KAAK,2BAA2B,EAAE,IAAI,CAAC,MAAW;AAChD,aAAO;AAAA,IACT,CAAC;AAAA,EACP;AACF;AAGO,IAAK,8BAAL,kBAAKC,iCAAL;AAEL,EAAAA,6BAAA,aAAU;AAEV,EAAAA,6BAAA,cAAW;AAJD,SAAAA;AAAA,GAAA;AAiBL,SAAS,0DACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,qDAAqD,IAAI;AAAA,EAClE,CAAC;AACH;AAQO,SAAS,qDACd,MAC0C;AAC1C,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,EACf;AACF;AAEO,SAAS,0CACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,qCAAqC,IAAI;AAAA,EAClD,CAAC;AACH;AAUO,SAAS,uDACd,MAC4C;AAC5C,SAAO;AAAA,IACL,OAAO,uDAAuD,KAAK,OAAO,CAAC;AAAA,IAC3E,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,uDACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,kDAAkD,IAAI;AAAA,EAC/D,CAAC;AACH;AAQO,SAAS,gCAAgC,MAAkC;AAChF,SAAO;AAAA,IACL,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,0CAA0C,KAAK,YAAY,CAAC;AAAA,EAClE;AACF;AAEO,SAAS,kCAAkC,MAAkC;AAClF,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,4CAA4C,KAAK,YAAY,CAAC;AAAA,EACpE;AACF;AAoBO,SAAS,0CACd,MACK;AACL,SAAO;AAAA,IACL,QAAQ,KAAK,QAAQ;AAAA,IACrB,SAAS,KAAK,SAAS;AAAA,IACvB,aAAa,KAAK,aAAa;AAAA,IAC/B,kBAAkB,gDAAgD,KAAK,kBAAkB,CAAC;AAAA,IAC1F,QAAQ,sCAAsC,KAAK,QAAQ,CAAC;AAAA,IAC5D,WAAW,CAAC,KAAK,WAAW,IACxB,KAAK,WAAW,IAChB,sCAAsC,KAAK,WAAW,CAAC;AAAA,EAC7D;AACF;AAEO,SAAS,4CACd,MACiC;AACjC,SAAO;AAAA,IACL,QAAQ,KAAK,QAAQ;AAAA,IACrB,SAAS,KAAK,SAAS;AAAA,IACvB,aAAa,KAAK,aAAa;AAAA,IAC/B,kBAAkB,kDAAkD,KAAK,kBAAkB,CAAC;AAAA,IAC5F,QAAQ,wCAAwC,KAAK,QAAQ,CAAC;AAAA,IAC9D,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,WAAW,CAAC,KAAK,WAAW,IACxB,KAAK,WAAW,IAChB,wCAAwC,KAAK,WAAW,CAAC;AAAA,EAC/D;AACF;AAUO,SAAS,gDACd,MACK;AACL,SAAO;AAAA,IACL,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,0BAA0B,KAAK,QAAQ,CAAC;AAAA,IACnF,SAAS,2BAA2B,KAAK,SAAS,CAAC;AAAA,EACrD;AACF;AAEO,SAAS,kDACd,MACuC;AACvC,SAAO;AAAA,IACL,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,SAAS,6BAA6B,KAAK,SAAS,CAAC;AAAA,EACvD;AACF;AAUO,SAAS,0BAA0B,MAA4B;AACpE,SAAO;AAAA,IACL,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,KAAK,QAAQ,EAAE,IAAI,CAAC,MAAW;AAC7B,aAAO;AAAA,IACT,CAAC;AAAA,IACL,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,KAAK,eAAe,EAAE,IAAI,CAAC,MAAW;AACpC,aAAO;AAAA,IACT,CAAC;AAAA,EACP;AACF;AAEO,SAAS,4BAA4B,MAA4B;AACtE,SAAO;AAAA,IACL,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,KAAK,QAAQ,EAAE,IAAI,CAAC,MAAW;AAC7B,aAAO;AAAA,IACT,CAAC;AAAA,IACL,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,KAAK,eAAe,EAAE,IAAI,CAAC,MAAW;AACpC,aAAO;AAAA,IACT,CAAC;AAAA,EACP;AACF;AAUO,SAAS,2BAA2B,MAA6B;AACtE,SAAO,EAAE,MAAM,KAAK,MAAM,GAAG,YAAY,4BAA4B,KAAK,YAAY,CAAC,EAAE;AAC3F;AAEO,SAAS,6BAA6B,MAA6B;AACxE,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,8BAA8B,KAAK,YAAY,CAAC;AAAA,EAC9D;AACF;AAGO,IAAK,mBAAL,kBAAKC,sBAAL;AAEL,EAAAA,kBAAA,aAAU;AAEV,EAAAA,kBAAA,gBAAa;AAEb,EAAAA,kBAAA,aAAU;AANA,SAAAA;AAAA,GAAA;AAkCL,SAAS,4BAA4B,MAA8B;AACxE,SAAO;AAAA,IACL,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,KAAK,WAAW,EAAE,YAAY;AAAA,IAClF,UAAU,KAAK,UAAU;AAAA,IACzB,cAAc,KAAK,cAAc;AAAA,IACjC,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,KAAK,OAAO,EAAE,YAAY;AAAA,IAClE,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,KAAK,SAAS,EAAE,YAAY;AAAA,EAC5E;AACF;AAEO,SAAS,8BAA8B,MAA8B;AAC1E,SAAO;AAAA,IACL,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,UAAU,KAAK,UAAU;AAAA,IACzB,cAAc,KAAK,cAAc;AAAA,IACjC,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,IAAI,KAAK,KAAK,OAAO,CAAC;AAAA,IAC9D,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,EACxE;AACF;AAGO,IAAK,oBAAL,kBAAKC,uBAAL;AAEL,EAAAA,mBAAA,UAAO;AAFG,SAAAA;AAAA,GAAA;AAoBL,SAAS,sCAAsC,MAAwC;AAC5F,SAAO,EAAE,QAAQ,KAAK,QAAQ,EAAE;AAClC;AAEO,SAAS,wCAAwC,MAAwC;AAC9F,SAAO;AAAA,IACL,QAAQ,KAAK,QAAQ;AAAA,EACvB;AACF;AAGO,IAAK,8CAAL,kBAAKC,iDAAL;AAEL,EAAAA,6CAAA,oCAAiC;AAEjC,EAAAA,6CAAA,kCAA+B;AAE/B,EAAAA,6CAAA,cAAW;AAEX,EAAAA,6CAAA,cAAW;AAEX,EAAAA,6CAAA,eAAY;AAEZ,EAAAA,6CAAA,cAAW;AAEX,EAAAA,6CAAA,cAAW;AAEX,EAAAA,6CAAA,YAAS;AAhBC,SAAAA;AAAA,GAAA;AAmEL,SAAS,sCAAsC,OAAyC;AAC7F,SAAO,CAAC;AACV;AAEO,SAAS,wCAAwC,MAAwC;AAC9F,SAAO;AAAA,IACL,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,WAAW,KAAK,WAAW;AAAA,IAC3B,YAAY,KAAK,YAAY;AAAA,IAC7B,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,eAAe,KAAK,eAAe;AAAA,IACnC,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,QAAQ,KAAK,QAAQ;AAAA,IACrB,aAAa,KAAK,aAAa;AAAA,IAC/B,WAAW,KAAK,WAAW;AAAA,EAC7B;AACF;AAGO,IAAK,qBAAL,kBAAKC,wBAAL;AAEL,EAAAA,oBAAA,gBAAa;AAEb,EAAAA,oBAAA,cAAW;AAJD,SAAAA;AAAA,GAAA;AAkBL,IAAK,iBAAL,kBAAKC,oBAAL;AAEL,EAAAA,gBAAA,eAAY;AAEZ,EAAAA,gBAAA,YAAS;AAJC,SAAAA;AAAA,GAAA;AAuBL,SAAS,gDACd,MACK;AACL,SAAO;AAAA,IACL,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,gDAAgD,KAAK,YAAY,CAAC;AAAA,EACxE;AACF;AAoBO,SAAS,gDACd,MACK;AACL,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,aAAa,KAAK,aAAa;AAAA,IAC/B,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,sDAAsD,KAAK,kBAAkB,CAAC;AAAA,IAClF,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,4CAA4C,KAAK,QAAQ,CAAC;AAAA,IAC9D,WAAW,CAAC,KAAK,WAAW,IACxB,KAAK,WAAW,IAChB,sCAAsC,KAAK,WAAW,CAAC;AAAA,EAC7D;AACF;AAUO,SAAS,sDACd,MACK;AACL,SAAO;AAAA,IACL,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,0BAA0B,KAAK,QAAQ,CAAC;AAAA,IACnF,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,iCAAiC,KAAK,SAAS,CAAC;AAAA,EAChG;AACF;AAUO,SAAS,iCAAiC,MAAmC;AAClF,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,kCAAkC,KAAK,YAAY,CAAC;AAAA,EAC1D;AACF;AAgBO,SAAS,kCAAkC,MAAoC;AACpF,SAAO;AAAA,IACL,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,KAAK,WAAW,EAAE,YAAY;AAAA,IAClF,UAAU,KAAK,UAAU;AAAA,IACzB,cAAc,KAAK,cAAc;AAAA,IACjC,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,KAAK,OAAO,EAAE,YAAY;AAAA,IAClE,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,KAAK,SAAS,EAAE,YAAY;AAAA,EAC5E;AACF;AAQO,SAAS,4CACd,MACK;AACL,SAAO,EAAE,QAAQ,KAAK,QAAQ,EAAE;AAClC;AAUO,SAAS,wCAAwC,MAAwC;AAC9F,SAAO;AAAA,IACL,OAAO,uCAAuC,KAAK,OAAO,CAAC;AAAA,IAC3D,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,qCAAqC,QAA6C;AAChG,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,gCAAgC,IAAI;AAAA,EAC7C,CAAC;AACH;AAEO,SAAS,uCACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,kCAAkC,IAAI;AAAA,EAC/C,CAAC;AACH;AAQO,SAAS,4BAA4B,MAA4B;AACtE,SAAO;AAAA,IACL,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,wBAAwB,KAAK,OAAO,CAAC;AAAA,EAC/E;AACF;AAQO,SAAS,oBAAoB,MAAsB;AACxD,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,qCAAqC,KAAK,YAAY,CAAC;AAAA,EACrE;AACF;AAEO,SAAS,sBAAsB,MAAsB;AAC1D,SAAO;AAAA,IACL,MAAM,CAAC,KAAK,MAAM,IACd,KAAK,MAAM,IACX,OAAO,YAAY,OAAO,QAAQ,KAAK,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;AAAA,IAC1F,UAAU,KAAK,UAAU;AAAA,IACzB,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,YAAY,uCAAuC,KAAK,YAAY,CAAC;AAAA,EACvE;AACF;AA4BO,SAAS,qCAAqC,MAAuC;AAC1F,SAAO;AAAA,IACL,OAAO,KAAK,OAAO;AAAA,IACnB,aAAa,KAAK,aAAa;AAAA,IAC/B,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,QAAQ,sCAAsC,KAAK,QAAQ,CAAC;AAAA,EAC9D;AACF;AAEO,SAAS,uCAAuC,MAAuC;AAC5F,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,OAAO,KAAK,OAAO;AAAA,IACnB,cAAc,KAAK,cAAc;AAAA,IACjC,aAAa,KAAK,aAAa;AAAA,IAC/B,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,QAAQ,wCAAwC,KAAK,QAAQ,CAAC;AAAA,IAC9D,mBAAmB,KAAK,mBAAmB;AAAA,EAC7C;AACF;AAGO,IAAK,6BAAL,kBAAKC,gCAAL;AAEL,EAAAA,4BAAA,YAAS;AAET,EAAAA,4BAAA,cAAW;AAJD,SAAAA;AAAA,GAAA;AAkBL,IAAK,sCAAL,kBAAKC,yCAAL;AAEL,EAAAA,qCAAA,oBAAiB;AAFP,SAAAA;AAAA,GAAA;AAqBL,SAAS,iCAAiC,MAAmC;AAClF,SAAO,EAAE,MAAM,KAAK,MAAM,EAAE;AAC9B;AAEO,SAAS,mCAAmC,MAAmC;AACpF,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AAKO,SAAS,sCAAsC,MAAwC;AAC5F,UAAQ,KAAK,MAAM;AAAA,IACjB,KAAK;AACH,aAAO,0BAA0B,IAAuB;AAAA,IAE1D;AACE,aAAO,iCAAiC,IAAI;AAAA,EAChD;AACF;AAEO,SAAS,wCAAwC,MAAwC;AAC9F,UAAQ,KAAK,MAAM,GAAG;AAAA,IACpB,KAAK;AACH,aAAO,4BAA4B,IAAuB;AAAA,IAE5D;AACE,aAAO,mCAAmC,IAAI;AAAA,EAClD;AACF;AAGO,IAAK,kCAAL,kBAAKC,qCAAL;AAEL,EAAAA,iCAAA,eAAY;AAFF,SAAAA;AAAA,GAAA;AAwBL,SAAS,0BAA0B,MAA4B;AACpE,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,0CAA0C,KAAK,YAAY,CAAC;AAAA,IACxE,gBAAgB,8CAA8C,KAAK,gBAAgB,CAAC;AAAA,EACtF;AACF;AAEO,SAAS,4BAA4B,MAA4B;AACtE,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,4CAA4C,KAAK,YAAY,CAAC;AAAA,IAC1E,gBAAgB,gDAAgD,KAAK,gBAAgB,CAAC;AAAA,EACxF;AACF;AASO,SAAS,qCAAqC,MAAuC;AAC1F,SAAO,EAAE,MAAM,KAAK,MAAM,EAAE;AAC9B;AAEO,SAAS,uCAAuC,MAAuC;AAC5F,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AAKO,SAAS,0CACd,MACK;AACL,UAAQ,KAAK,MAAM;AAAA,IACjB,KAAK;AACH,aAAO,8BAA8B,IAA2B;AAAA,IAElE;AACE,aAAO,qCAAqC,IAAI;AAAA,EACpD;AACF;AAEO,SAAS,4CACd,MACiC;AACjC,UAAQ,KAAK,MAAM,GAAG;AAAA,IACpB,KAAK;AACH,aAAO,gCAAgC,IAA2B;AAAA,IAEpE;AACE,aAAO,uCAAuC,IAAI;AAAA,EACtD;AACF;AAGO,IAAK,sCAAL,kBAAKC,yCAAL;AAEL,EAAAA,qCAAA,eAAY;AAFF,SAAAA;AAAA,GAAA;AAsBL,SAAS,8BAA8B,MAAgC;AAC5E,SAAO,EAAE,MAAM,KAAK,MAAM,GAAG,cAAc,KAAK,cAAc,EAAE;AAClE;AAEO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,cAAc,KAAK,cAAc;AAAA,EACnC;AACF;AASO,SAAS,yCACd,MACK;AACL,SAAO,EAAE,MAAM,KAAK,MAAM,EAAE;AAC9B;AAEO,SAAS,2CACd,MACgC;AAChC,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AAOO,SAAS,8CACd,MACK;AACL,UAAQ,KAAK,MAAM;AAAA,IACjB,KAAK;AACH,aAAO,wCAAwC,IAAqC;AAAA,IAEtF;AACE,aAAO,yCAAyC,IAAI;AAAA,EACxD;AACF;AAEO,SAAS,gDACd,MACqC;AACrC,UAAQ,KAAK,MAAM,GAAG;AAAA,IACpB,KAAK;AACH,aAAO,0CAA0C,IAAqC;AAAA,IAExF;AACE,aAAO,2CAA2C,IAAI;AAAA,EAC1D;AACF;AAGO,IAAK,gCAAL,kBAAKC,mCAAL;AAEL,EAAAA,+BAAA,qBAAkB;AAFR,SAAAA;AAAA,GAAA;AAsBL,SAAS,wCAAwC,MAA0C;AAChG,SAAO,EAAE,MAAM,KAAK,MAAM,GAAG,oBAAoB,KAAK,oBAAoB,EAAE;AAC9E;AAEO,SAAS,0CACd,MAC+B;AAC/B,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,oBAAoB,KAAK,oBAAoB;AAAA,EAC/C;AACF;AAGO,IAAK,0CAAL,kBAAKC,6CAAL;AAEL,EAAAA,yCAAA,cAAW;AAEX,EAAAA,yCAAA,cAAW;AAEX,EAAAA,yCAAA,eAAY;AAEZ,EAAAA,yCAAA,cAAW;AAEX,EAAAA,yCAAA,cAAW;AAEX,EAAAA,yCAAA,YAAS;AAZC,SAAAA;AAAA,GAAA;AAmCL,SAAS,0BAA0B,MAA4B;AACpE,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,2CAA2C,KAAK,YAAY,CAAC;AAAA,EACnE;AACF;AAiBO,SAAS,2CACd,MACK;AACL,SAAO;AAAA,IACL,OAAO,KAAK,OAAO;AAAA,IACnB,aAAa,KAAK,aAAa;AAAA,IAC/B,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,4CAA4C,KAAK,QAAQ,CAAC;AAAA,EAChE;AACF;AASO,SAAS,uCAAuC,MAAyC;AAC9F,SAAO,EAAE,MAAM,KAAK,MAAM,EAAE;AAC9B;AAOO,SAAS,4CACd,MACK;AACL,UAAQ,KAAK,MAAM;AAAA,IACjB,KAAK;AACH,aAAO,gCAAgC,IAA6B;AAAA,IAEtE;AACE,aAAO,uCAAuC,IAAI;AAAA,EACtD;AACF;AAUO,SAAS,gCAAgC,MAAkC;AAChF,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,oDAAoD,KAAK,gBAAgB,CAAC;AAAA,EAChF;AACF;AASO,SAAS,+CACd,MACK;AACL,SAAO,EAAE,MAAM,KAAK,MAAM,EAAE;AAC9B;AAOO,SAAS,oDACd,MACK;AACL,UAAQ,KAAK,MAAM;AAAA,IACjB,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF;AACE,aAAO,+CAA+C,IAAI;AAAA,EAC9D;AACF;AAUO,SAAS,8CACd,MACK;AACL,SAAO,EAAE,MAAM,KAAK,MAAM,GAAG,oBAAoB,KAAK,oBAAoB,EAAE;AAC9E;AAQO,SAAS,gCAAgC,MAAkC;AAChF,SAAO,EAAE,MAAM,KAAK,MAAM,EAAE;AAC9B;AAUO,SAAS,iCAAiC,MAAiC;AAChF,SAAO;AAAA,IACL,OAAO,2BAA2B,KAAK,OAAO,CAAC;AAAA,IAC/C,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,yBAAyB,QAAiC;AACxE,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,oBAAoB,IAAI;AAAA,EACjC,CAAC;AACH;AAEO,SAAS,2BAA2B,QAAiC;AAC1E,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,sBAAsB,IAAI;AAAA,EACnC,CAAC;AACH;AAQO,SAAS,wCAAwC,MAA0C;AAChG,SAAO,EAAE,UAAU,KAAK,UAAU,EAAE;AACtC;AAmBO,SAAS,mCAAmC,MAAmC;AACpF,SAAO;AAAA,IACL,4BAA4B,KAAK,4BAA4B;AAAA,IAC7D,8BAA8B,KAAK,8BAA8B;AAAA,IACjE,2BAA2B,KAAK,2BAA2B;AAAA,EAC7D;AACF;AAQO,SAAS,oBAAoB,MAAsB;AACxD,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,qCAAqC,KAAK,YAAY,CAAC;AAAA,EACrE;AACF;AAEO,SAAS,sBAAsB,MAAsB;AAC1D,SAAO;AAAA,IACL,MAAM,CAAC,KAAK,MAAM,IACd,KAAK,MAAM,IACX,OAAO,YAAY,OAAO,QAAQ,KAAK,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;AAAA,IAC1F,UAAU,KAAK,UAAU;AAAA,IACzB,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,YAAY,uCAAuC,KAAK,YAAY,CAAC;AAAA,EACvE;AACF;AA+BO,SAAS,qCAAqC,MAAuC;AAC1F,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,IAC/B,gBAAgB,4CAA4C,KAAK,gBAAgB,CAAC;AAAA,IAClF,QAAQ,qCAAqC,KAAK,QAAQ,CAAC;AAAA,EAC7D;AACF;AAEO,SAAS,uCAAuC,MAAuC;AAC5F,SAAO;AAAA,IACL,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,aAAa,KAAK,aAAa;AAAA,IAC/B,cAAc,KAAK,cAAc;AAAA,IACjC,gBAAgB,8CAA8C,KAAK,gBAAgB,CAAC;AAAA,IACpF,QAAQ,uCAAuC,KAAK,QAAQ,CAAC;AAAA,IAC7D,mBAAmB,KAAK,mBAAmB;AAAA,EAC7C;AACF;AAEO,SAAS,4CACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,uCAAuC,IAAI;AAAA,EACpD,CAAC;AACH;AAEO,SAAS,8CACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,yCAAyC,IAAI;AAAA,EACtD,CAAC;AACH;AAYO,SAAS,uCAAuC,MAAyC;AAC9F,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,IAC/B,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,EAC/B;AACF;AAEO,SAAS,yCAAyC,MAAyC;AAChG,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,IAC/B,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,EAC/B;AACF;AAGO,IAAK,8CAAL,kBAAKC,iDAAL;AAEL,EAAAA,6CAAA,UAAO;AAEP,EAAAA,6CAAA,UAAO;AAJG,SAAAA;AAAA,GAAA;AAiBL,SAAS,qCAAqC,QAA6C;AAChG,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,gCAAgC,IAAI;AAAA,EAC7C,CAAC;AACH;AAEO,SAAS,uCACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,kCAAkC,IAAI;AAAA,EAC/C,CAAC;AACH;AAaO,SAAS,gCAAgC,MAAkC;AAChF,SAAO,EAAE,WAAW,KAAK,WAAW,GAAG,aAAa,KAAK,aAAa,EAAE;AAC1E;AAEO,SAAS,kCAAkC,MAAkC;AAClF,SAAO;AAAA,IACL,WAAW,KAAK,WAAW;AAAA,IAC3B,aAAa,KAAK,aAAa;AAAA,EACjC;AACF;AAQO,SAAS,0BAA0B,MAA4B;AACpE,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,2CAA2C,KAAK,YAAY,CAAC;AAAA,EACnE;AACF;AAsBO,SAAS,2CACd,MACK;AACL,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,IAC/B,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,4CAA4C,KAAK,gBAAgB,CAAC;AAAA,IACtE,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,qCAAqC,KAAK,QAAQ,CAAC;AAAA,EAChG;AACF;AAUO,SAAS,iCAAiC,MAAiC;AAChF,SAAO;AAAA,IACL,OAAO,2BAA2B,KAAK,OAAO,CAAC;AAAA,IAC/C,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,yBAAyB,QAAiC;AACxE,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,oBAAoB,IAAI;AAAA,EACjC,CAAC;AACH;AAEO,SAAS,2BAA2B,QAAiC;AAC1E,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,sBAAsB,IAAI;AAAA,EACnC,CAAC;AACH;AAQO,SAAS,0CACd,MAC+B;AAC/B,SAAO;AAAA,IACL,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,qCAAqC,KAAK,OAAO,CAAC;AAAA,EAC5F;AACF;AAEO,SAAS,qCAAqC,QAA2C;AAC9F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,gCAAgC,IAAI;AAAA,EAC7C,CAAC;AACH;AAYO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,2CAA2C,KAAK,YAAY,CAAC;AAAA,EACnE;AACF;AAYO,SAAS,0CACd,MAC+B;AAC/B,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,KAAK,iBAAiB,EAAE,IAAI,CAAC,MAAW;AACtC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,KAAK,mBAAmB,EAAE,IAAI,CAAC,MAAW;AACxC,aAAO;AAAA,IACT,CAAC;AAAA,EACP;AACF;AAUO,SAAS,sCAAsC,MAAsC;AAC1F,SAAO;AAAA,IACL,OAAO,2CAA2C,KAAK,OAAO,CAAC;AAAA,IAC/D,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,2CACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,sCAAsC,IAAI;AAAA,EACnD,CAAC;AACH;AAQO,SAAS,sCAAsC,MAAsC;AAC1F,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,wCAAwC,KAAK,YAAY,CAAC;AAAA,EAChE;AACF;AAUO,SAAS,+BAA+B,MAA+B;AAC5E,SAAO;AAAA,IACL,OAAO,2BAA2B,KAAK,OAAO,CAAC;AAAA,IAC/C,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,2BAA2B,QAAiC;AAC1E,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,sBAAsB,IAAI;AAAA,EACnC,CAAC;AACH;AAQO,SAAS,sBAAsB,MAAsB;AAC1D,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,sCAAsC,KAAK,YAAY,CAAC;AAAA,EAC9D;AACF;AAQO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,OAAO,YAAY,OAAO,QAAQ,KAAK,UAAU,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;AAAA,EAChG;AACF;AAUO,SAAS,uBAAuB,MAAyB;AAC9D,SAAO;AAAA,IACL,gBAAY,kDAAqB,MAAM,CAAC,UAAU,CAAC,IAC/C,SACA,kCAAkC,IAAI;AAAA,EAC5C;AACF;AAEO,SAAS,yBAAyB,MAAyB;AAChE,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,oCAAoC,KAAK,YAAY,CAAC;AAAA,EAC5D;AACF;AAUO,SAAS,0BAA0B,MAA4B;AACpE,SAAO,EAAE,UAAU,KAAK,UAAU,EAAE;AACtC;AAEO,SAAS,4BAA4B,MAA4B;AACtE,SAAO;AAAA,IACL,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,OAAO,YAAY,OAAO,QAAQ,KAAK,UAAU,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;AAAA,IAC9F,yBAAyB,KAAK,yBAAyB;AAAA,EACzD;AACF;AAsBO,SAAS,kCAAkC,MAAoC;AACpF,SAAO;AAAA,IACL,gBAAY,kDAAqB,MAAM;AAAA,MACrC;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IACF,CAAC,IACG,SACA,6CAA6C,IAAI;AAAA,EACvD;AACF;AAEO,SAAS,oCAAoC,MAAoC;AACtF,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,+CAA+C,KAAK,YAAY,CAAC;AAAA,EACvE;AACF;AAsBO,SAAS,4CACd,MACK;AACL,SAAO;AAAA,IACL,eAAe,KAAK,eAAe;AAAA,IACnC,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,2CAA2C,KAAK,OAAO,CAAC;AAAA,IAC5D,SAAS,CAAC,KAAK,SAAS,IACpB,KAAK,SAAS,IACd,mDAAmD,KAAK,SAAS,CAAC;AAAA,IACtE,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,+DAA+D,KAAK,qBAAqB,CAAC;AAAA,IAC9F,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,2DAA2D,KAAK,iBAAiB,CAAC;AAAA,EACxF;AACF;AAEO,SAAS,8CACd,MACmC;AACnC,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,aAAa,CAAC,KAAK,aAAa,IAAI,KAAK,aAAa,IAAI,IAAI,KAAK,KAAK,aAAa,CAAC;AAAA,IACtF,eAAe,KAAK,eAAe;AAAA,IACnC,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,6CAA6C,KAAK,OAAO,CAAC;AAAA,IAC9D,SAAS,CAAC,KAAK,SAAS,IACpB,KAAK,SAAS,IACd,qDAAqD,KAAK,SAAS,CAAC;AAAA,IACxE,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B;AAAA,MACE,KAAK,qBAAqB;AAAA,IAC5B;AAAA,IACJ,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,6DAA6D,KAAK,iBAAiB,CAAC;AAAA,EAC1F;AACF;AAEO,SAAS,2CACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,sCAAsC,IAAI;AAAA,EACnD,CAAC;AACH;AAEO,SAAS,6CACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,wCAAwC,IAAI;AAAA,EACrD,CAAC;AACH;AAcO,SAAS,sCAAsC,MAAwC;AAC5F,SAAO;AAAA,IACL,QAAQ,KAAK,QAAQ;AAAA,IACrB,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,SAAS,CAAC,KAAK,SAAS,IACpB,KAAK,SAAS,IACd,wCAAwC,KAAK,SAAS,CAAC;AAAA,EAC7D;AACF;AAEO,SAAS,wCAAwC,MAAwC;AAC9F,SAAO;AAAA,IACL,QAAQ,KAAK,QAAQ;AAAA,IACrB,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,SAAS,CAAC,KAAK,SAAS,IACpB,KAAK,SAAS,IACd,0CAA0C,KAAK,SAAS,CAAC;AAAA,EAC/D;AACF;AAUO,SAAS,wCAAwC,MAA0C;AAChG,SAAO;AAAA,IACL,aAAa,CAAC,KAAK,aAAa,IAC5B,KAAK,aAAa,IAClB,KAAK,aAAa,EAAE,IAAI,CAAC,MAAW;AAClC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,iBAAiB,KAAK,iBAAiB;AAAA,EACzC;AACF;AAEO,SAAS,0CACd,MAC+B;AAC/B,SAAO;AAAA,IACL,aAAa,CAAC,KAAK,aAAa,IAC5B,KAAK,aAAa,IAClB,KAAK,aAAa,EAAE,IAAI,CAAC,MAAW;AAClC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,iBAAiB,KAAK,iBAAiB;AAAA,EACzC;AACF;AAQO,SAAS,mDACd,MACK;AACL,SAAO,EAAE,SAAS,KAAK,SAAS,EAAE;AACpC;AAEO,SAAS,qDACd,MAC0C;AAC1C,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,EACzB;AACF;AAQO,SAAS,+DACd,MACK;AACL,SAAO,EAAE,SAAS,KAAK,SAAS,EAAE;AACpC;AAEO,SAAS,iEACd,MACsD;AACtD,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,EACzB;AACF;AAQO,SAAS,2DACd,MACK;AACL,SAAO,EAAE,SAAS,KAAK,SAAS,EAAE;AACpC;AAEO,SAAS,6DACd,MACkD;AAClD,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,EACzB;AACF;AASO,SAAS,uCAAuC,MAAuC;AAC5F,SAAO;AAAA,IACL,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,yCAAyC,KAAK,OAAO,CAAC;AAAA,IAC9F,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,uCACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,kCAAkC,IAAI;AAAA,EAC/C,CAAC;AACH;AAEO,SAAS,yCACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,oCAAoC,IAAI;AAAA,EACjD,CAAC;AACH;AA8BO,SAAS,oBAAoB,MAAsB;AACxD,SAAO;AAAA,IACL,gBAAY,kDAAqB,MAAM;AAAA,MACrC;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IACF,CAAC,IACG,SACA,+BAA+B,IAAI;AAAA,EACzC;AACF;AAEO,SAAS,sBAAsB,MAAsB;AAC1D,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,iCAAiC,KAAK,YAAY,CAAC;AAAA,EACzD;AACF;AA8BO,SAAS,8BAA8B,MAAgC;AAC5E,SAAO;AAAA,IACL,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,+BAA+B,KAAK,kBAAkB,CAAC;AAAA,IAC3D,eAAe,KAAK,eAAe;AAAA,IACnC,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,4BAA4B,KAAK,mBAAmB,CAAC;AAAA,IACzD,cAAc,KAAK,cAAc;AAAA,IACjC,WAAW,KAAK,WAAW;AAAA,IAC3B,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,SAAS,KAAK,SAAS;AAAA,IACvB,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,KAAK,gBAAgB,EAAE,IAAI,CAAC,MAAW;AACrC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,gBAAgB,KAAK,gBAAgB;AAAA,EACvC;AACF;AAEO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,iCAAiC,KAAK,kBAAkB,CAAC;AAAA,IAC7D,eAAe,KAAK,eAAe;AAAA,IACnC,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,8BAA8B,KAAK,mBAAmB,CAAC;AAAA,IAC3D,KAAK,KAAK,KAAK;AAAA,IACf,cAAc,KAAK,cAAc;AAAA,IACjC,WAAW,KAAK,WAAW;AAAA,IAC3B,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,QAAQ,KAAK,QAAQ;AAAA,IACrB,SAAS,KAAK,SAAS;AAAA,IACvB,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,KAAK,gBAAgB,EAAE,IAAI,CAAC,MAAW;AACrC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,gBAAgB,KAAK,gBAAgB;AAAA,EACvC;AACF;AAEO,SAAS,+BAA+B,QAAuC;AACpF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,0BAA0B,IAAI;AAAA,EACvC,CAAC;AACH;AAEO,SAAS,iCAAiC,QAAuC;AACtF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,4BAA4B,IAAI;AAAA,EACzC,CAAC;AACH;AAYO,SAAS,0BAA0B,MAA4B;AACpE,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,IAC/B,SAAS,KAAK,SAAS;AAAA,IACvB,cAAc,KAAK,cAAc;AAAA,EACnC;AACF;AAEO,SAAS,4BAA4B,MAA4B;AACtE,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,IAC/B,SAAS,KAAK,SAAS;AAAA,IACvB,cAAc,KAAK,cAAc;AAAA,EACnC;AACF;AAEO,SAAS,4BAA4B,QAAoC;AAC9E,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,uBAAuB,IAAI;AAAA,EACpC,CAAC;AACH;AAEO,SAAS,8BAA8B,QAAoC;AAChF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,yBAAyB,IAAI;AAAA,EACtC,CAAC;AACH;AAUO,SAAS,uBAAuB,MAAyB;AAC9D,SAAO,EAAE,aAAa,KAAK,aAAa,GAAG,KAAK,KAAK,KAAK,EAAE;AAC9D;AAEO,SAAS,yBAAyB,MAAyB;AAChE,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,IAC/B,KAAK,KAAK,KAAK;AAAA,EACjB;AACF;AAUO,SAAS,wBAAwB,MAAwB;AAC9D,SAAO;AAAA,IACL,OAAO,2BAA2B,KAAK,OAAO,CAAC;AAAA,IAC/C,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,yBAAyB,QAAiC;AACxE,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,oBAAoB,IAAI;AAAA,EACjC,CAAC;AACH;AAEO,SAAS,2BAA2B,QAAiC;AAC1E,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,sBAAsB,IAAI;AAAA,EACnC,CAAC;AACH;AAUO,SAAS,0BAA0B,MAA0B;AAClE,SAAO;AAAA,IACL,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,8BAA8B,KAAK,mBAAmB,CAAC;AAAA,IAC3D,WAAW,KAAK,WAAW;AAAA,EAC7B;AACF;AAQO,SAAS,8CACd,MACmC;AACnC,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,EACjC;AACF;AAUO,SAAS,gBAAgB,MAAkB;AAChD,SAAO;AAAA,IACL,gBAAY,kDAAqB,MAAM,CAAC,mBAAmB,CAAC,IACxD,SACA,2BAA2B,IAAI;AAAA,EACrC;AACF;AAEO,SAAS,kBAAkB,MAAkB;AAClD,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,6BAA6B,KAAK,YAAY,CAAC;AAAA,EACrD;AACF;AAUO,SAAS,0BAA0B,MAA4B;AACpE,SAAO;AAAA,IACL,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,qCAAqC,KAAK,mBAAmB,CAAC;AAAA,EACpE;AACF;AAEO,SAAS,4BAA4B,MAA4B;AACtE,SAAO;AAAA,IACL,WAAW,KAAK,WAAW;AAAA,IAC3B,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,uCAAuC,KAAK,mBAAmB,CAAC;AAAA,EACtE;AACF;AAEO,SAAS,qCAAqC,QAA6C;AAChG,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,gCAAgC,IAAI;AAAA,EAC7C,CAAC;AACH;AAEO,SAAS,uCACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,kCAAkC,IAAI;AAAA,EAC/C,CAAC;AACH;AAUO,SAAS,gCAAgC,MAAkC;AAChF,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,cAAc,CAAC,KAAK,cAAc,IAC9B,KAAK,cAAc,IACnB,4BAA4B,KAAK,cAAc,CAAC;AAAA,EACtD;AACF;AAEO,SAAS,kCAAkC,MAAkC;AAClF,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,cAAc,CAAC,KAAK,cAAc,IAC9B,KAAK,cAAc,IACnB,8BAA8B,KAAK,cAAc,CAAC;AAAA,EACxD;AACF;AAYO,SAAS,4BAA4B,MAA8B;AACxE,SAAO;AAAA,IACL,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,KAAK,WAAW,EAAE,YAAY;AAAA,IAClF,YAAY,CAAC,KAAK,YAAY,IAAI,KAAK,YAAY,IAAI,KAAK,YAAY,EAAE,YAAY;AAAA,IACtF,YAAY,KAAK,YAAY;AAAA,EAC/B;AACF;AAEO,SAAS,8BAA8B,MAA8B;AAC1E,SAAO;AAAA,IACL,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,YAAY,CAAC,KAAK,YAAY,IAAI,KAAK,YAAY,IAAI,IAAI,KAAK,KAAK,YAAY,CAAC;AAAA,IAClF,YAAY,KAAK,YAAY;AAAA,EAC/B;AACF;AAUO,SAAS,+BAA+B,MAA+B;AAC5E,SAAO;AAAA,IACL,OAAO,uBAAuB,KAAK,OAAO,CAAC;AAAA,IAC3C,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,qBAAqB,QAA6B;AAChE,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,gBAAgB,IAAI;AAAA,EAC7B,CAAC;AACH;AAEO,SAAS,uBAAuB,QAA6B;AAClE,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,kBAAkB,IAAI;AAAA,EAC/B,CAAC;AACH;AASO,SAAS,kCAAkC,MAAkC;AAClF,SAAO;AAAA,IACL,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,gCAAgC,KAAK,OAAO,CAAC;AAAA,IACrF,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,gCAAgC,QAAsC;AACpF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,2BAA2B,IAAI;AAAA,EACxC,CAAC;AACH;AAqBO,SAAS,2BAA2B,MAA2B;AACpE,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,cAAc,KAAK,cAAc;AAAA,IACjC,MAAM,KAAK,MAAM;AAAA,IACjB,WAAW,CAAC,KAAK,WAAW,IACxB,KAAK,WAAW,IAChB,KAAK,WAAW,EAAE,IAAI,CAAC,MAAW;AAChC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,cAAc,CAAC,KAAK,cAAc,IAC9B,KAAK,cAAc,IACnB,gDAAgD,KAAK,cAAc,CAAC;AAAA,IACxE,cAAc,CAAC,KAAK,cAAc,IAC9B,KAAK,cAAc,IACnB,+BAA+B,KAAK,cAAc,CAAC;AAAA,IACvD,cAAc,CAAC,KAAK,cAAc,IAC9B,KAAK,cAAc,IACnB,6BAA6B,KAAK,cAAc,CAAC;AAAA,EACvD;AACF;AAEO,SAAS,gDACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,2CAA2C,IAAI;AAAA,EACxD,CAAC;AACH;AAUO,SAAS,2CACd,MACgC;AAChC,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,KAAK,OAAO,EAAE,IAAI,CAAC,MAAW;AAC5B,aAAO;AAAA,IACT,CAAC;AAAA,EACP;AACF;AAEO,SAAS,+BAA+B,QAAqC;AAClF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,0BAA0B,IAAI;AAAA,EACvC,CAAC;AACH;AAUO,SAAS,0BAA0B,MAA0B;AAClE,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,OAAO,KAAK,OAAO;AAAA,EACrB;AACF;AAEO,SAAS,6BAA6B,QAAmC;AAC9E,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,wBAAwB,IAAI;AAAA,EACrC,CAAC;AACH;AAYO,SAAS,wBAAwB,MAAwB;AAC9D,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,KAAK,QAAQ,EAAE,IAAI,CAAC,MAAW;AAC7B,aAAO;AAAA,IACT,CAAC;AAAA,IACL,YAAY,KAAK,YAAY;AAAA,EAC/B;AACF;AAGO,IAAK,kBAAL,kBAAKC,qBAAL;AAEL,EAAAA,iBAAA,aAAU;AAEV,EAAAA,iBAAA,iCAA8B;AAJpB,SAAAA;AAAA,GAAA;AAwBL,SAAS,6BAA6B,MAA6B;AACxE,SAAO;AAAA,IACL,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,uBAAuB,KAAK,OAAO,CAAC;AAAA,IAC5E,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,uBAAuB,QAA6B;AAClE,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,kBAAkB,IAAI;AAAA,EAC/B,CAAC;AACH;AAcO,SAAS,kBAAkB,MAAkB;AAClD,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,cAAc,KAAK,cAAc;AAAA,IACjC,OAAO,KAAK,OAAO;AAAA,IACnB,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,sBAAsB,KAAK,MAAM,CAAC;AAAA,EACzE;AACF;AAmBO,SAAS,sBAAsB,MAAsB;AAC1D,SAAO;AAAA,IACL,OAAO,KAAK,OAAO;AAAA,IACnB,gBAAgB,KAAK,gBAAgB;AAAA,EACvC;AACF;AAGO,IAAK,6BAAL,kBAAKC,gCAAL;AAEL,EAAAA,4BAAA,aAAU;AAFA,SAAAA;AAAA,GAAA;AAWL,IAAK,mCAAL,kBAAKC,sCAAL;AAEL,EAAAA,kCAAA,SAAM;AAEN,EAAAA,kCAAA,aAAU;AAEV,EAAAA,kCAAA,cAAW;AAND,SAAAA;AAAA,GAAA;AAaL,IAAK,iCAAL,kBAAKC,oCAAL;AAEL,EAAAA,gCAAA,WAAQ;AAFE,SAAAA;AAAA,GAAA;AASL,IAAK,gBAAL,kBAAKC,mBAAL;AAEL,EAAAA,eAAA,eAAY;AAEZ,EAAAA,eAAA,eAAY;AAJF,SAAAA;AAAA,GAAA;AAOL,SAAS,0CAA0C,MAAW;AACnE,SAAO;AAAA,IACL,sBAAsB,CAAC,KAAK,sBAAsB,IAC9C,KAAK,sBAAsB,IAC3B,iCAAiC,KAAK,sBAAsB,CAAC;AAAA,EACnE;AACF;AAEO,SAAS,kDACd,MACK;AACL,SAAO;AAAA,IACL,uCAAuC,KAAK,uCAAuC;AAAA,IACnF,4BAA4B,KAAK,4BAA4B;AAAA,IAC7D,+BAA+B,KAAK,+BAA+B;AAAA,EACrE;AACF;AAEO,SAAS,oDAAoD,MAAW;AAC7E,SAAO;AAAA,IACL,uCAAuC,KAAK,uCAAuC;AAAA,IACnF,OAAO,KAAK,OAAO;AAAA,IACnB,4BAA4B,KAAK,4BAA4B;AAAA,IAC7D,+BAA+B,KAAK,+BAA+B;AAAA,EACrE;AACF;AAEO,SAAS,mCAAmC,MAA0B;AAC3E,SAAO;AAAA,IACL,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,6BAA6B,KAAK,6BAA6B;AAAA,IAC/D,cAAc,KAAK,cAAc;AAAA,IACjC,UAAU,KAAK,UAAU;AAAA,IACzB,gCAAgC,CAAC,KAAK,gCAAgC,IAClE,KAAK,gCAAgC,IACrC,yCAAyC,KAAK,gCAAgC,CAAC;AAAA,IACnF,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,sBAAsB,KAAK,sBAAsB;AAAA,EACnD;AACF;AAEO,SAAS,qCAAqC,MAAW;AAC9D,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,SAAS,KAAK,SAAS;AAAA,IACvB,aAAa,CAAC,KAAK,aAAa,IAAI,KAAK,aAAa,IAAI,IAAI,KAAK,KAAK,aAAa,CAAC;AAAA,IACtF,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,6BAA6B,KAAK,6BAA6B;AAAA,IAC/D,cAAc,KAAK,cAAc;AAAA,IACjC,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,IAAI,KAAK,KAAK,kBAAkB,CAAC;AAAA,IACrC,aAAa,KAAK,aAAa;AAAA,IAC/B,YAAY,KAAK,YAAY;AAAA,IAC7B,eAAe,KAAK,eAAe;AAAA,IACnC,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,OAAO,YAAY,OAAO,QAAQ,KAAK,UAAU,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;AAAA,IAC9F,oBAAoB,CAAC,KAAK,oBAAoB,IAC1C,KAAK,oBAAoB,IACzB,yCAAyC,KAAK,oBAAoB,CAAC;AAAA,IACvE,WAAW,CAAC,KAAK,WAAW,IACxB,KAAK,WAAW,IAChB,gCAAgC,KAAK,WAAW,CAAC;AAAA,IACrD,cAAc,KAAK,cAAc;AAAA,IACjC,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,gCAAgC,CAAC,KAAK,gCAAgC,IAClE,KAAK,gCAAgC,IACrC,2CAA2C,KAAK,gCAAgC,CAAC;AAAA,IACrF,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,sBAAsB,KAAK,sBAAsB;AAAA,EACnD;AACF;AAEO,SAAS,uCAAuC,MAA8B;AACnF,SAAO;AAAA,IACL,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,6BAA6B,KAAK,6BAA6B;AAAA,IAC/D,cAAc,KAAK,cAAc;AAAA,IACjC,UAAU,KAAK,UAAU;AAAA,IACzB,gCAAgC,CAAC,KAAK,gCAAgC,IAClE,KAAK,gCAAgC,IACrC,yCAAyC,KAAK,gCAAgC,CAAC;AAAA,IACnF,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,sBAAsB,KAAK,sBAAsB;AAAA,EACnD;AACF;AAEO,SAAS,yCAAyC,MAAW;AAClE,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,SAAS,KAAK,SAAS;AAAA,IACvB,aAAa,CAAC,KAAK,aAAa,IAAI,KAAK,aAAa,IAAI,IAAI,KAAK,KAAK,aAAa,CAAC;AAAA,IACtF,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,6BAA6B,KAAK,6BAA6B;AAAA,IAC/D,cAAc,KAAK,cAAc;AAAA,IACjC,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,IAAI,KAAK,KAAK,kBAAkB,CAAC;AAAA,IACrC,aAAa,KAAK,aAAa;AAAA,IAC/B,YAAY,KAAK,YAAY;AAAA,IAC7B,eAAe,KAAK,eAAe;AAAA,IACnC,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,OAAO,YAAY,OAAO,QAAQ,KAAK,UAAU,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;AAAA,IAC9F,oBAAoB,CAAC,KAAK,oBAAoB,IAC1C,KAAK,oBAAoB,IACzB,yCAAyC,KAAK,oBAAoB,CAAC;AAAA,IACvE,WAAW,CAAC,KAAK,WAAW,IACxB,KAAK,WAAW,IAChB,gCAAgC,KAAK,WAAW,CAAC;AAAA,IACrD,cAAc,KAAK,cAAc;AAAA,IACjC,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,gCAAgC,CAAC,KAAK,gCAAgC,IAClE,KAAK,gCAAgC,IACrC,2CAA2C,KAAK,gCAAgC,CAAC;AAAA,IACrF,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,sBAAsB,KAAK,sBAAsB;AAAA,EACnD;AACF;AAEO,SAAS,wCAAwC,MAA+B;AACrF,SAAO;AAAA,IACL,uCAAuC,KAAK,uCAAuC;AAAA,IACnF,4BAA4B,KAAK,4BAA4B;AAAA,IAC7D,+BAA+B,KAAK,+BAA+B;AAAA,EACrE;AACF;AAEO,SAAS,0CAA0C,MAAW;AACnE,SAAO;AAAA,IACL,uCAAuC,KAAK,uCAAuC;AAAA,IACnF,OAAO,KAAK,OAAO;AAAA,IACnB,4BAA4B,KAAK,4BAA4B;AAAA,IAC7D,+BAA+B,KAAK,+BAA+B;AAAA,EACrE;AACF;AAEO,SAAS,2CAA2C,MAAkC;AAC3F,SAAO;AAAA,IACL,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,oBAAoB,KAAK,MAAM,CAAC;AAAA,IACrE,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,gCAAgC,KAAK,uBAAuB,CAAC;AAAA,IACjE,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,wBAAwB,KAAK,eAAe,CAAC;AAAA,IACjD,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,gCAAgC,KAAK,gCAAgC;AAAA,IACrE,YAAY,CAAC,KAAK,YAAY,IAAI,KAAK,YAAY,IAAI,qBAAqB,KAAK,YAAY,CAAC;AAAA,IAC9F,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,kCAAkC,KAAK,eAAe,CAAC;AAAA,IAC3D,gCAAgC,CAAC,KAAK,gCAAgC,IAClE,KAAK,gCAAgC,IACrC,gCAAgC,KAAK,gCAAgC,CAAC;AAAA,IAC1E,8BAA8B,CAAC,KAAK,8BAA8B,IAC9D,KAAK,8BAA8B,IACnC,uCAAuC,KAAK,8BAA8B,CAAC;AAAA,EACjF;AACF;AAEO,SAAS,6CAA6C,MAAW;AACtE,SAAO;AAAA,IACL,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,sBAAsB,KAAK,MAAM,CAAC;AAAA,IACvE,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,kCAAkC,KAAK,uBAAuB,CAAC;AAAA,IACnE,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,0BAA0B,KAAK,eAAe,CAAC;AAAA,IACnD,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,gCAAgC,KAAK,gCAAgC;AAAA,IACrE,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,oCAAoC,KAAK,eAAe,CAAC;AAAA,IAC7D,gCAAgC,CAAC,KAAK,gCAAgC,IAClE,KAAK,gCAAgC,IACrC,kCAAkC,KAAK,gCAAgC,CAAC;AAAA,IAC5E,8BAA8B,CAAC,KAAK,8BAA8B,IAC9D,KAAK,8BAA8B,IACnC,yCAAyC,KAAK,8BAA8B,CAAC;AAAA,EACnF;AACF;AAEO,SAAS,+CACd,MACK;AACL,SAAO;AAAA,IACL,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,0BAA0B,KAAK,iBAAiB,CAAC;AAAA,IACrD,mCAAmC,CAAC,KAAK,mCAAmC,IACxE,KAAK,mCAAmC,IACxC,4CAA4C,KAAK,mCAAmC,CAAC;AAAA,EAC3F;AACF;AAEO,SAAS,iDAAiD,MAAW;AAC1E,SAAO;AAAA,IACL,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,4BAA4B,KAAK,iBAAiB,CAAC;AAAA,IACvD,mCAAmC,CAAC,KAAK,mCAAmC,IACxE,KAAK,mCAAmC,IACxC,8CAA8C,KAAK,mCAAmC,CAAC;AAAA,IAC3F,mBAAmB,KAAK,mBAAmB;AAAA,EAC7C;AACF;AAEO,SAAS,sCAAsC,MAAW;AAC/D,SAAO;AAAA,IACL,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,sBAAsB,KAAK,kBAAkB,CAAC;AAAA,IAClD,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,IAAI,KAAK,KAAK,qBAAqB,CAAC;AAAA,IACxC,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,cAAc,CAAC,KAAK,cAAc,IAAI,KAAK,cAAc,IAAI,IAAI,KAAK,KAAK,cAAc,CAAC;AAAA,IAC1F,cAAc,CAAC,KAAK,cAAc,IAC9B,KAAK,cAAc,IACnB,yBAAyB,KAAK,cAAc,CAAC;AAAA,IACjD,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,sBAAsB,KAAK,WAAW,CAAC;AAAA,IAC3F,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,sBAAsB,KAAK,WAAW,CAAC;AAAA,IAC3F,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,4BAA4B,KAAK,iBAAiB,CAAC;AAAA,IACvD,oBAAoB,CAAC,KAAK,oBAAoB,IAC1C,KAAK,oBAAoB,IACzB,sBAAsB,KAAK,oBAAoB,CAAC;AAAA,IACpD,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,YAAY,KAAK,YAAY;AAAA,IAC7B,uCAAuC,CAAC,KAAK,uCAAuC,IAChF,KAAK,uCAAuC,IAC5C;AAAA,MACE,KAAK,uCAAuC;AAAA,IAC9C;AAAA,IACJ,wBAAwB,KAAK,0BAA0B;AAAA,IACvD,gBAAgB,CAAC,KAAK,aAAa,IAC/B,KAAK,aAAa,IAClB,2BAA2B,KAAK,aAAa,CAAC;AAAA,IAClD,eAAe,KAAK,eAAe;AAAA,IACnC,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,cAAc,KAAK,cAAc;AAAA,IACjC,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,gCAAgC,KAAK,qBAAqB,CAAC;AAAA,IAC/D,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,4BAA4B,CAAC,KAAK,4BAA4B,IAC1D,KAAK,4BAA4B,IACjC,2CAA2C,KAAK,4BAA4B,CAAC;AAAA,IACjF,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,8BAA8B,KAAK,mBAAmB,CAAC;AAAA,IAC3D,6BAA6B,CAAC,KAAK,6BAA6B,IAC5D,KAAK,6BAA6B,IAClC,wCAAwC,KAAK,6BAA6B,CAAC;AAAA,IAC/E,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,8BAA8B,KAAK,mBAAmB,CAAC;AAAA,IAC3D,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,aAAa,KAAK,gBAAgB;AAAA,IAClC,6BAA6B,KAAK,6BAA6B;AAAA,IAC/D,8BAA8B,KAAK,8BAA8B;AAAA,IACjE,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,gCAAgC,CAAC,KAAK,gCAAgC,IAClE,KAAK,gCAAgC,IACrC,oCAAoC,KAAK,gCAAgC,CAAC;AAAA,IAC9E,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,mCAAmC,CAAC,KAAK,mCAAmC,IACxE,KAAK,mCAAmC,IACxC,8CAA8C,KAAK,mCAAmC,CAAC;AAAA,IAC3F,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,4BAA4B,KAAK,4BAA4B;AAAA,IAC7D,8BAA8B,CAAC,KAAK,8BAA8B,IAC9D,KAAK,8BAA8B,IACnC,yCAAyC,KAAK,8BAA8B,CAAC;AAAA,IACjF,iCAAiC,CAAC,KAAK,iCAAiC,IACpE,KAAK,iCAAiC,IACtC;AAAA,MACE,KAAK,iCAAiC;AAAA,IACxC;AAAA,IACJ,mCAAmC,CAAC,KAAK,mCAAmC,IACxE,KAAK,mCAAmC,IACxC;AAAA,MACE,KAAK,mCAAmC;AAAA,IAC1C;AAAA,EACN;AACF;AAEO,SAAS,oDACd,MACK;AACL,SAAO;AAAA,IACL,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,oBAAoB,KAAK,WAAW,CAAC;AAAA,IACzF,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,oBAAoB,KAAK,WAAW,CAAC;AAAA,IACzF,cAAc,CAAC,KAAK,cAAc,IAC9B,KAAK,cAAc,IACnB,uBAAuB,KAAK,cAAc,CAAC;AAAA,IAC/C,YAAY,CAAC,KAAK,YAAY,IAAI,KAAK,YAAY,IAAI,qBAAqB,KAAK,YAAY,CAAC;AAAA,IAC9F,aAAa,CAAC,KAAK,gBAAgB,IAC/B,KAAK,gBAAgB,IACrB,yBAAyB,KAAK,gBAAgB,CAAC;AAAA,IACnD,YAAY,KAAK,YAAY;AAAA,IAC7B,uCAAuC,CAAC,KAAK,uCAAuC,IAChF,KAAK,uCAAuC,IAC5C;AAAA,MACE,KAAK,uCAAuC;AAAA,IAC9C;AAAA,IACJ,0BAA0B,KAAK,wBAAwB;AAAA,IACvD,eAAe,KAAK,eAAe;AAAA,IACnC,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,cAAc,KAAK,cAAc;AAAA,IACjC,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,4BAA4B,KAAK,mBAAmB,CAAC;AAAA,IACzD,6BAA6B,CAAC,KAAK,6BAA6B,IAC5D,KAAK,6BAA6B,IAClC,sCAAsC,KAAK,6BAA6B,CAAC;AAAA,IAC7E,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,gBAAgB,KAAK,aAAa;AAAA,IAClC,6BAA6B,KAAK,6BAA6B;AAAA,IAC/D,8BAA8B,KAAK,8BAA8B;AAAA,IACjE,gCAAgC,CAAC,KAAK,gCAAgC,IAClE,KAAK,gCAAgC,IACrC,kCAAkC,KAAK,gCAAgC,CAAC;AAAA,IAC5E,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,8BAA8B,CAAC,KAAK,8BAA8B,IAC9D,KAAK,8BAA8B,IACnC,uCAAuC,KAAK,8BAA8B,CAAC;AAAA,IAC/E,iCAAiC,CAAC,KAAK,iCAAiC,IACpE,KAAK,iCAAiC,IACtC,kDAAkD,KAAK,iCAAiC,CAAC;AAAA,IAC7F,mCAAmC,CAAC,KAAK,mCAAmC,IACxE,KAAK,mCAAmC,IACxC;AAAA,MACE,KAAK,mCAAmC;AAAA,IAC1C;AAAA,EACN;AACF;AAEO,SAAS,oDACd,MACK;AACL,SAAO;AAAA,IACL,cAAc,CAAC,KAAK,cAAc,IAC9B,KAAK,cAAc,IACnB,uBAAuB,KAAK,cAAc,CAAC;AAAA,IAC/C,YAAY,CAAC,KAAK,YAAY,IAAI,KAAK,YAAY,IAAI,qBAAqB,KAAK,YAAY,CAAC;AAAA,IAC9F,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,oBAAoB,KAAK,WAAW,CAAC;AAAA,IACzF,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,oBAAoB,KAAK,WAAW,CAAC;AAAA,IACzF,YAAY,KAAK,YAAY;AAAA,IAC7B,uCAAuC,CAAC,KAAK,uCAAuC,IAChF,KAAK,uCAAuC,IAC5C;AAAA,MACE,KAAK,uCAAuC;AAAA,IAC9C;AAAA,IACJ,0BAA0B,KAAK,wBAAwB;AAAA,IACvD,eAAe,KAAK,eAAe;AAAA,IACnC,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,aAAa,CAAC,KAAK,gBAAgB,IAC/B,KAAK,gBAAgB,IACrB,yBAAyB,KAAK,gBAAgB,CAAC;AAAA,IACnD,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,4BAA4B,KAAK,mBAAmB,CAAC;AAAA,IACzD,6BAA6B,CAAC,KAAK,6BAA6B,IAC5D,KAAK,6BAA6B,IAClC,sCAAsC,KAAK,6BAA6B,CAAC;AAAA,IAC7E,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,6BAA6B,KAAK,6BAA6B;AAAA,IAC/D,8BAA8B,KAAK,8BAA8B;AAAA,IACjE,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,gCAAgC,CAAC,KAAK,gCAAgC,IAClE,KAAK,gCAAgC,IACrC,kCAAkC,KAAK,gCAAgC,CAAC;AAAA,IAC5E,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,8BAA8B,CAAC,KAAK,8BAA8B,IAC9D,KAAK,8BAA8B,IACnC,uCAAuC,KAAK,8BAA8B,CAAC;AAAA,IAC/E,iCAAiC,CAAC,KAAK,iCAAiC,IACpE,KAAK,iCAAiC,IACtC,kDAAkD,KAAK,iCAAiC,CAAC;AAAA,IAC7F,mCAAmC,CAAC,KAAK,mCAAmC,IACxE,KAAK,mCAAmC,IACxC;AAAA,MACE,KAAK,mCAAmC;AAAA,IAC1C;AAAA,EACN;AACF;AAEO,SAAS,6CAA6C,MAAoC;AAC/F,SAAO,EAAE,eAAe,KAAK,eAAe,EAAE;AAChD;AAEO,SAAS,+CAA+C,MAAW;AACxE,SAAO;AAAA,IACL,eAAe,KAAK,eAAe;AAAA,IACnC,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,+BAA+B,KAAK,+BAA+B;AAAA,EACrE;AACF;AAEO,SAAS,+BAA+B,MAAsB;AACnE,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,2BAA2B,KAAK,2BAA2B;AAAA,IAC3D,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,YAAY,KAAK,YAAY;AAAA,IAC7B,YAAY,KAAK,YAAY;AAAA,IAC7B,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,gCAAgC,KAAK,mBAAmB,CAAC;AAAA,IAC7D,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,mDAAmD,KAAK,uBAAuB,CAAC;AAAA,EACtF;AACF;AAEO,SAAS,iCAAiC,MAAW;AAC1D,SAAO;AAAA,IACL,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,IAAI,KAAK,KAAK,kBAAkB,CAAC;AAAA,IACrC,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,OAAO,YAAY,OAAO,QAAQ,KAAK,UAAU,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;AAAA,IAC9F,YAAY,KAAK,YAAY;AAAA,IAC7B,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,2BAA2B,KAAK,2BAA2B;AAAA,IAC3D,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,+BAA+B,CAAC,KAAK,+BAA+B,IAChE,KAAK,+BAA+B,IACpC,IAAI,KAAK,KAAK,+BAA+B,CAAC;AAAA,IAClD,yCAAyC,CAAC,KAAK,yCAAyC,IACpF,KAAK,yCAAyC,IAC9C,IAAI,KAAK,KAAK,yCAAyC,CAAC;AAAA,IAC5D,8CAA8C,CAAC,KAC7C,8CACF,IACI,KAAK,8CAA8C,IACnD,IAAI,KAAK,KAAK,8CAA8C,CAAC;AAAA,IACjE,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,YAAY,KAAK,YAAY;AAAA,IAC7B,SAAS,KAAK,SAAS;AAAA,IACvB,SAAS,KAAK,SAAS;AAAA,IACvB,aAAa,CAAC,KAAK,aAAa,IAAI,KAAK,aAAa,IAAI,IAAI,KAAK,KAAK,aAAa,CAAC;AAAA,IACtF,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,YAAY,KAAK,YAAY;AAAA,IAC7B,sBAAsB,CAAC,KAAK,sBAAsB,IAC9C,KAAK,sBAAsB,IAC3B,IAAI,KAAK,KAAK,sBAAsB,CAAC;AAAA,IACzC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,aAAa,KAAK,aAAa;AAAA,IAC/B,YAAY,KAAK,YAAY;AAAA,IAC7B,eAAe,KAAK,eAAe;AAAA,IACnC,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,kCAAkC,KAAK,mBAAmB,CAAC;AAAA,IAC/D,cAAc,CAAC,KAAK,cAAc,IAAI,KAAK,cAAc,IAAI,IAAI,KAAK,KAAK,cAAc,CAAC;AAAA,IAC1F,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,qDAAqD,KAAK,uBAAuB,CAAC;AAAA,EACxF;AACF;AAEO,SAAS,mCAAmC,MAA0B;AAC3E,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,2BAA2B,KAAK,2BAA2B;AAAA,IAC3D,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,YAAY,KAAK,YAAY;AAAA,IAC7B,YAAY,KAAK,YAAY;AAAA,IAC7B,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,gCAAgC,KAAK,mBAAmB,CAAC;AAAA,IAC7D,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,mDAAmD,KAAK,uBAAuB,CAAC;AAAA,EACtF;AACF;AAEO,SAAS,qCAAqC,MAAW;AAC9D,SAAO;AAAA,IACL,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,IAAI,KAAK,KAAK,kBAAkB,CAAC;AAAA,IACrC,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,OAAO,YAAY,OAAO,QAAQ,KAAK,UAAU,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;AAAA,IAC9F,YAAY,KAAK,YAAY;AAAA,IAC7B,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,2BAA2B,KAAK,2BAA2B;AAAA,IAC3D,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,+BAA+B,CAAC,KAAK,+BAA+B,IAChE,KAAK,+BAA+B,IACpC,IAAI,KAAK,KAAK,+BAA+B,CAAC;AAAA,IAClD,yCAAyC,CAAC,KAAK,yCAAyC,IACpF,KAAK,yCAAyC,IAC9C,IAAI,KAAK,KAAK,yCAAyC,CAAC;AAAA,IAC5D,8CAA8C,CAAC,KAC7C,8CACF,IACI,KAAK,8CAA8C,IACnD,IAAI,KAAK,KAAK,8CAA8C,CAAC;AAAA,IACjE,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,YAAY,KAAK,YAAY;AAAA,IAC7B,SAAS,KAAK,SAAS;AAAA,IACvB,SAAS,KAAK,SAAS;AAAA,IACvB,aAAa,CAAC,KAAK,aAAa,IAAI,KAAK,aAAa,IAAI,IAAI,KAAK,KAAK,aAAa,CAAC;AAAA,IACtF,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,YAAY,KAAK,YAAY;AAAA,IAC7B,sBAAsB,CAAC,KAAK,sBAAsB,IAC9C,KAAK,sBAAsB,IAC3B,IAAI,KAAK,KAAK,sBAAsB,CAAC;AAAA,IACzC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,aAAa,KAAK,aAAa;AAAA,IAC/B,YAAY,KAAK,YAAY;AAAA,IAC7B,eAAe,KAAK,eAAe;AAAA,IACnC,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,kCAAkC,KAAK,mBAAmB,CAAC;AAAA,IAC/D,cAAc,CAAC,KAAK,cAAc,IAAI,KAAK,cAAc,IAAI,IAAI,KAAK,KAAK,cAAc,CAAC;AAAA,IAC1F,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,qDAAqD,KAAK,uBAAuB,CAAC;AAAA,EACxF;AACF;AAEO,SAAS,2CAA2C,MAAkC;AAC3F,SAAO;AAAA,IACL,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,oBAAoB,KAAK,MAAM,CAAC;AAAA,IACrE,4BAA4B,CAAC,KAAK,4BAA4B,IAC1D,KAAK,4BAA4B,IACjC,gCAAgC,KAAK,4BAA4B,CAAC;AAAA,IACtE,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,2BAA2B,KAAK,kBAAkB,CAAC;AAAA,EACzD;AACF;AAEO,SAAS,6CAA6C,MAAW;AACtE,SAAO;AAAA,IACL,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,sBAAsB,KAAK,MAAM,CAAC;AAAA,IACvE,4BAA4B,CAAC,KAAK,4BAA4B,IAC1D,KAAK,4BAA4B,IACjC,kCAAkC,KAAK,4BAA4B,CAAC;AAAA,IACxE,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,6BAA6B,KAAK,kBAAkB,CAAC;AAAA,EAC3D;AACF;AAEO,SAAS,4CAA4C,MAAmC;AAC7F,SAAO,EAAE,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,oBAAoB,KAAK,MAAM,CAAC,EAAE;AAClF;AAEO,SAAS,8CAA8C,MAAW;AACvE,SAAO;AAAA,IACL,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,sBAAsB,KAAK,MAAM,CAAC;AAAA,EACzE;AACF;AAEO,SAAS,sCAAsC,MAAW;AAC/D,SAAO;AAAA,IACL,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,UAAU,KAAK,UAAU;AAAA,IACzB,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,cAAc,KAAK,cAAc;AAAA,IACjC,cAAc,KAAK,cAAc;AAAA,EACnC;AACF;AAEO,SAAS,sCAAsC,MAA6B;AACjF,SAAO;AAAA,IACL,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,iCAAiC,KAAK,QAAQ,CAAC;AAAA,EAC5F;AACF;AAEO,SAAS,wCAAwC,MAAW;AACjE,SAAO;AAAA,IACL,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,IAAI,KAAK,KAAK,kBAAkB,CAAC;AAAA,IACrC,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,mCAAmC,KAAK,QAAQ,CAAC;AAAA,EAC9F;AACF;AAEO,SAAS,yCAAyC,MAAgC;AACvF,SAAO;AAAA,IACL,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,oCAAoC,KAAK,QAAQ,CAAC;AAAA,EAC/F;AACF;AAEO,SAAS,2CAA2C,MAAW;AACpE,SAAO;AAAA,IACL,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,IAAI,KAAK,KAAK,kBAAkB,CAAC;AAAA,IACrC,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,sCAAsC,KAAK,QAAQ,CAAC;AAAA,EAC1D;AACF;AAEO,SAAS,qCAAqC,MAA4B;AAC/E,SAAO;AAAA,IACL,QAAQ,KAAK,QAAQ;AAAA,IACrB,OAAO,KAAK,OAAO;AAAA,IACnB,oBAAoB,CAAC,KAAK,oBAAoB,IAC1C,KAAK,oBAAoB,IACzB,4CAA4C,KAAK,oBAAoB,CAAC;AAAA,IAC1E,iCAAiC,KAAK,iCAAiC;AAAA,EACzE;AACF;AAEO,SAAS,uCAAuC,MAAW;AAChE,SAAO;AAAA,IACL,QAAQ,KAAK,QAAQ;AAAA,IACrB,OAAO,KAAK,OAAO;AAAA,IACnB,cAAc,CAAC,KAAK,cAAc,IAAI,KAAK,cAAc,IAAI,IAAI,KAAK,KAAK,cAAc,CAAC;AAAA,IAC1F,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,IAAI,KAAK,KAAK,kBAAkB,CAAC;AAAA,IACrC,oBAAoB,CAAC,KAAK,oBAAoB,IAC1C,KAAK,oBAAoB,IACzB,8CAA8C,KAAK,oBAAoB,CAAC;AAAA,IAC5E,iCAAiC,KAAK,iCAAiC;AAAA,EACzE;AACF;AAEO,SAAS,4CAA4C,MAAmC;AAC7F,SAAO,EAAE,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,oBAAoB,KAAK,MAAM,CAAC,EAAE;AAClF;AAEO,SAAS,8CAA8C,MAAW;AACvE,SAAO;AAAA,IACL,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,sBAAsB,KAAK,MAAM,CAAC;AAAA,EACzE;AACF;AAEO,SAAS,6DAA6D,MAAW;AACtF,SAAO;AAAA,IACL,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,oBAAoB,CAAC,KAAK,oBAAoB,IAC1C,KAAK,oBAAoB,IACzB,mCAAmC,KAAK,oBAAoB,CAAC;AAAA,IACjE,0BAA0B,CAAC,KAAK,0BAA0B,IACtD,KAAK,0BAA0B,IAC/B,qCAAqC,KAAK,0BAA0B,CAAC;AAAA,IACzE,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B;AAAA,MACE,KAAK,qBAAqB;AAAA,IAC5B;AAAA,IACJ,SAAS,CAAC,KAAK,SAAS,IACpB,KAAK,SAAS,IACd,mEAAmE,KAAK,SAAS,CAAC;AAAA,EACxF;AACF;AAEO,SAAS,2CAA2C,MAAW;AACpE,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,KAAK,iBAAiB,EAAE,IAAI,CAAC,MAAW;AACtC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,KAAK,mBAAmB,EAAE,IAAI,CAAC,MAAW;AACxC,aAAO;AAAA,IACT,CAAC;AAAA,EACP;AACF;AAEO,SAAS,sCAAsC,MAAW;AAC/D,SAAO;AAAA,IACL,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,OAAO,YAAY,OAAO,QAAQ,KAAK,UAAU,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;AAAA,EAChG;AACF;AAEO,SAAS,kCAAkC,MAAyB;AACzE,SAAO,EAAE,UAAU,KAAK,UAAU,EAAE;AACtC;AAEO,SAAS,oCAAoC,MAAW;AAC7D,SAAO;AAAA,IACL,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,OAAO,YAAY,OAAO,QAAQ,KAAK,UAAU,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;AAAA,IAC9F,yBAAyB,KAAK,yBAAyB;AAAA,EACzD;AACF;AAEO,SAAS,6CAA6C,MAAoC;AAC/F,SAAO;AAAA,IACL,eAAe,KAAK,eAAe;AAAA,IACnC,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,2CAA2C,KAAK,OAAO,CAAC;AAAA,IAC5D,SAAS,CAAC,KAAK,SAAS,IACpB,KAAK,SAAS,IACd,mDAAmD,KAAK,SAAS,CAAC;AAAA,IACtE,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,+DAA+D,KAAK,qBAAqB,CAAC;AAAA,IAC9F,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,2DAA2D,KAAK,iBAAiB,CAAC;AAAA,EACxF;AACF;AAEO,SAAS,+CAA+C,MAAW;AACxE,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,aAAa,CAAC,KAAK,aAAa,IAAI,KAAK,aAAa,IAAI,IAAI,KAAK,KAAK,aAAa,CAAC;AAAA,IACtF,eAAe,KAAK,eAAe;AAAA,IACnC,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,6CAA6C,KAAK,OAAO,CAAC;AAAA,IAC9D,SAAS,CAAC,KAAK,SAAS,IACpB,KAAK,SAAS,IACd,qDAAqD,KAAK,SAAS,CAAC;AAAA,IACxE,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B;AAAA,MACE,KAAK,qBAAqB;AAAA,IAC5B;AAAA,IACJ,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,6DAA6D,KAAK,iBAAiB,CAAC;AAAA,EAC1F;AACF;AAEO,SAAS,+BAA+B,MAAsB;AACnE,SAAO;AAAA,IACL,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,+BAA+B,KAAK,kBAAkB,CAAC;AAAA,IAC3D,eAAe,KAAK,eAAe;AAAA,IACnC,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,4BAA4B,KAAK,mBAAmB,CAAC;AAAA,IACzD,cAAc,KAAK,cAAc;AAAA,IACjC,WAAW,KAAK,WAAW;AAAA,IAC3B,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,SAAS,KAAK,SAAS;AAAA,IACvB,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,KAAK,gBAAgB,EAAE,IAAI,CAAC,MAAW;AACrC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,gBAAgB,KAAK,gBAAgB;AAAA,EACvC;AACF;AAEO,SAAS,iCAAiC,MAAW;AAC1D,SAAO;AAAA,IACL,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,iCAAiC,KAAK,kBAAkB,CAAC;AAAA,IAC7D,eAAe,KAAK,eAAe;AAAA,IACnC,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,8BAA8B,KAAK,mBAAmB,CAAC;AAAA,IAC3D,KAAK,KAAK,KAAK;AAAA,IACf,cAAc,KAAK,cAAc;AAAA,IACjC,WAAW,KAAK,WAAW;AAAA,IAC3B,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,QAAQ,KAAK,QAAQ;AAAA,IACrB,SAAS,KAAK,SAAS;AAAA,IACvB,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,KAAK,gBAAgB,EAAE,IAAI,CAAC,MAAW;AACrC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,gBAAgB,KAAK,gBAAgB;AAAA,EACvC;AACF;AAEO,SAAS,2BAA2B,MAAkB;AAC3D,SAAO;AAAA,IACL,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,qCAAqC,KAAK,mBAAmB,CAAC;AAAA,EACpE;AACF;AAEO,SAAS,6BAA6B,MAAW;AACtD,SAAO;AAAA,IACL,WAAW,KAAK,WAAW;AAAA,IAC3B,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,uCAAuC,KAAK,mBAAmB,CAAC;AAAA,EACtE;AACF;",
6
+ "names": ["KnownLeaseStatus", "KnownLeaseState", "KnownLeaseDuration", "KnownImmutabilityPolicyState", "KnownImmutabilityPolicyUpdateType", "KnownMigrationState", "KnownCreatedByType", "KnownLeaseContainerRequestAction", "KnownAllowedMethods", "KnownName", "KnownSkuName", "KnownExpirationAction", "KnownKeyType", "KnownKeySource", "KnownDirectoryServiceOptions", "KnownAccountType", "KnownDefaultSharePermission", "KnownBypass", "KnownState", "KnownGeoReplicationStatus", "KnownPostFailoverRedundancy", "KnownPostPlannedFailoverRedundancy", "KnownLargeFileSharesState", "KnownPrivateEndpointServiceConnectionStatus", "KnownPrivateEndpointConnectionProvisioningState", "KnownRoutingChoice", "KnownBlobRestoreProgressStatus", "KnownMinimumTlsVersion", "KnownPublicNetworkAccess", "KnownAccountImmutabilityPolicyState", "KnownAllowedCopyScope", "KnownSkuConversionStatus", "KnownDnsEndpointType", "KnownKind", "KnownIdentityType", "KnownExtendedLocationTypes", "KnownZonePlacementPolicy", "KnownServices", "KnownSignedResourceTypes", "KnownPermissions", "KnownSignedResource", "KnownMigrationStatus", "KnownMigrationName", "KnownEnabledProtocols", "KnownRootSquashType", "KnownShareAccessTier", "KnownLeaseShareAction", "KnownRuleType", "KnownManagementPolicyName", "KnownInventoryRuleType", "KnownFormat", "KnownSchedule", "KnownObjectType", "KnownBlobInventoryPolicyName", "KnownEncryptionScopeSource", "KnownEncryptionScopeState", "KnownNetworkSecurityPerimeterConfigurationProvisioningState", "KnownIssueType", "KnownSeverity", "KnownResourceAssociationAccessMode", "KnownNspAccessRuleDirection", "KnownTriggerType", "KnownIntervalUnit", "KnownStorageTaskAssignmentProvisioningState", "KnownRunStatusEnum", "KnownRunResult", "KnownStorageConnectorState", "KnownStorageConnectorDataSourceType", "KnownStorageConnectorSourceType", "KnownStorageConnectorConnectionType", "KnownStorageConnectorAuthType", "KnownNativeDataSharingProvisioningState", "KnownStorageDataShareAccessPolicyPermission", "KnownReasonCode", "KnownListContainersInclude", "KnownListEncryptionScopesInclude", "KnownListLocalUserIncludeParam", "KnownVersions"]
7
+ }