@azure/arm-selfhelp 2.0.0-beta.6 → 2.0.0-beta.7

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 (871) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +9 -14
  3. package/dist/browser/api/checkNameAvailability/index.d.ts +3 -0
  4. package/dist/browser/api/checkNameAvailability/index.js +4 -0
  5. package/dist/browser/api/checkNameAvailability/index.js.map +1 -0
  6. package/dist/browser/api/checkNameAvailability/operations.d.ts +9 -0
  7. package/dist/browser/api/checkNameAvailability/operations.js +36 -0
  8. package/dist/browser/api/checkNameAvailability/operations.js.map +1 -0
  9. package/dist/browser/api/checkNameAvailability/options.d.ts +8 -0
  10. package/dist/browser/api/checkNameAvailability/options.js +4 -0
  11. package/dist/browser/api/checkNameAvailability/options.js.map +1 -0
  12. package/dist/browser/api/diagnostics/index.d.ts +3 -0
  13. package/dist/browser/api/diagnostics/index.js +4 -0
  14. package/dist/browser/api/diagnostics/index.js.map +1 -0
  15. package/dist/browser/api/diagnostics/operations.d.ts +14 -0
  16. package/dist/browser/api/diagnostics/operations.js +70 -0
  17. package/dist/browser/api/diagnostics/operations.js.map +1 -0
  18. package/dist/browser/api/diagnostics/options.d.ts +13 -0
  19. package/dist/browser/api/diagnostics/options.js +4 -0
  20. package/dist/browser/api/diagnostics/options.js.map +1 -0
  21. package/dist/browser/api/discoverySolution/index.d.ts +3 -0
  22. package/dist/browser/api/discoverySolution/index.js +4 -0
  23. package/dist/browser/api/discoverySolution/index.js.map +1 -0
  24. package/dist/browser/api/discoverySolution/operations.d.ts +10 -0
  25. package/dist/browser/api/discoverySolution/operations.js +37 -0
  26. package/dist/browser/api/discoverySolution/operations.js.map +1 -0
  27. package/dist/browser/api/discoverySolution/options.d.ts +9 -0
  28. package/dist/browser/api/discoverySolution/options.js +4 -0
  29. package/dist/browser/api/discoverySolution/options.js.map +1 -0
  30. package/dist/browser/api/discoverySolutionNLP/index.d.ts +3 -0
  31. package/dist/browser/api/discoverySolutionNLP/index.js +4 -0
  32. package/dist/browser/api/discoverySolutionNLP/index.js.map +1 -0
  33. package/dist/browser/api/discoverySolutionNLP/operations.d.ts +13 -0
  34. package/dist/browser/api/discoverySolutionNLP/operations.js +69 -0
  35. package/dist/browser/api/discoverySolutionNLP/operations.js.map +1 -0
  36. package/dist/browser/api/discoverySolutionNLP/options.d.ts +13 -0
  37. package/dist/browser/api/discoverySolutionNLP/options.js +4 -0
  38. package/dist/browser/api/discoverySolutionNLP/options.js.map +1 -0
  39. package/dist/browser/api/helpRPContext.d.ts +20 -0
  40. package/dist/browser/api/helpRPContext.js +26 -0
  41. package/dist/browser/api/helpRPContext.js.map +1 -0
  42. package/dist/browser/api/index.d.ts +3 -0
  43. package/dist/browser/api/index.js +4 -0
  44. package/dist/browser/api/index.js.map +1 -0
  45. package/dist/browser/api/operations/index.d.ts +3 -0
  46. package/dist/browser/api/operations/index.js +4 -0
  47. package/dist/browser/api/operations/index.js.map +1 -0
  48. package/dist/browser/api/operations/operations.d.ts +10 -0
  49. package/dist/browser/api/operations/operations.js +35 -0
  50. package/dist/browser/api/operations/operations.js.map +1 -0
  51. package/dist/browser/api/operations/options.d.ts +5 -0
  52. package/dist/browser/api/operations/options.js +4 -0
  53. package/dist/browser/api/operations/options.js.map +1 -0
  54. package/dist/browser/api/simplifiedSolutions/index.d.ts +3 -0
  55. package/dist/browser/api/simplifiedSolutions/index.js +4 -0
  56. package/dist/browser/api/simplifiedSolutions/index.js.map +1 -0
  57. package/dist/browser/api/simplifiedSolutions/operations.d.ts +14 -0
  58. package/dist/browser/api/simplifiedSolutions/operations.js +70 -0
  59. package/dist/browser/api/simplifiedSolutions/operations.js.map +1 -0
  60. package/dist/browser/api/simplifiedSolutions/options.d.ts +13 -0
  61. package/dist/browser/api/simplifiedSolutions/options.js +4 -0
  62. package/dist/browser/api/simplifiedSolutions/options.js.map +1 -0
  63. package/dist/browser/api/solution/index.d.ts +3 -0
  64. package/dist/browser/api/solution/index.js +4 -0
  65. package/dist/browser/api/solution/index.js.map +1 -0
  66. package/dist/browser/api/solution/operations.d.ts +22 -0
  67. package/dist/browser/api/solution/operations.js +136 -0
  68. package/dist/browser/api/solution/operations.js.map +1 -0
  69. package/dist/browser/api/solution/options.d.ts +25 -0
  70. package/dist/browser/api/solution/options.js +4 -0
  71. package/dist/browser/api/solution/options.js.map +1 -0
  72. package/dist/browser/api/solutionSelfHelp/index.d.ts +3 -0
  73. package/dist/browser/api/solutionSelfHelp/index.js +4 -0
  74. package/dist/browser/api/solutionSelfHelp/index.js.map +1 -0
  75. package/dist/browser/api/solutionSelfHelp/operations.d.ts +9 -0
  76. package/dist/browser/api/solutionSelfHelp/operations.js +32 -0
  77. package/dist/browser/api/solutionSelfHelp/operations.js.map +1 -0
  78. package/dist/browser/api/solutionSelfHelp/options.d.ts +5 -0
  79. package/dist/browser/api/solutionSelfHelp/options.js +4 -0
  80. package/dist/browser/api/solutionSelfHelp/options.js.map +1 -0
  81. package/dist/browser/api/troubleshooters/index.d.ts +3 -0
  82. package/dist/browser/api/troubleshooters/index.js +4 -0
  83. package/dist/browser/api/troubleshooters/index.js.map +1 -0
  84. package/dist/browser/api/troubleshooters/operations.d.ts +25 -0
  85. package/dist/browser/api/troubleshooters/operations.js +145 -0
  86. package/dist/browser/api/troubleshooters/operations.js.map +1 -0
  87. package/dist/browser/api/troubleshooters/options.d.ts +22 -0
  88. package/dist/browser/api/troubleshooters/options.js +4 -0
  89. package/dist/browser/api/troubleshooters/options.js.map +1 -0
  90. package/dist/browser/classic/checkNameAvailability/index.d.ts +10 -0
  91. package/dist/browser/classic/checkNameAvailability/index.js +14 -0
  92. package/dist/browser/classic/checkNameAvailability/index.js.map +1 -0
  93. package/dist/browser/classic/diagnostics/index.d.ts +18 -0
  94. package/dist/browser/classic/diagnostics/index.js +24 -0
  95. package/dist/browser/classic/diagnostics/index.js.map +1 -0
  96. package/dist/browser/classic/discoverySolution/index.d.ts +11 -0
  97. package/dist/browser/classic/discoverySolution/index.js +14 -0
  98. package/dist/browser/classic/discoverySolution/index.js.map +1 -0
  99. package/dist/browser/classic/discoverySolutionNLP/index.d.ts +12 -0
  100. package/dist/browser/classic/discoverySolutionNLP/index.js +15 -0
  101. package/dist/browser/classic/discoverySolutionNLP/index.js.map +1 -0
  102. package/dist/browser/classic/index.d.ts +10 -0
  103. package/dist/browser/classic/index.js +4 -0
  104. package/dist/browser/classic/index.js.map +1 -0
  105. package/dist/browser/classic/operations/index.d.ts +11 -0
  106. package/dist/browser/classic/operations/index.js +14 -0
  107. package/dist/browser/classic/operations/index.js.map +1 -0
  108. package/dist/browser/classic/simplifiedSolutions/index.d.ts +18 -0
  109. package/dist/browser/classic/simplifiedSolutions/index.js +24 -0
  110. package/dist/browser/classic/simplifiedSolutions/index.js.map +1 -0
  111. package/dist/browser/classic/solution/index.d.ts +26 -0
  112. package/dist/browser/classic/solution/index.js +34 -0
  113. package/dist/browser/classic/solution/index.js.map +1 -0
  114. package/dist/browser/classic/solutionSelfHelp/index.d.ts +10 -0
  115. package/dist/browser/classic/solutionSelfHelp/index.js +14 -0
  116. package/dist/browser/classic/solutionSelfHelp/index.js.map +1 -0
  117. package/dist/browser/classic/troubleshooters/index.d.ts +18 -0
  118. package/dist/browser/classic/troubleshooters/index.js +18 -0
  119. package/dist/browser/classic/troubleshooters/index.js.map +1 -0
  120. package/dist/browser/helpRP.d.ts +37 -24
  121. package/dist/browser/helpRP.js +49 -110
  122. package/dist/browser/helpRP.js.map +1 -1
  123. package/dist/browser/index.d.ts +22 -3
  124. package/dist/browser/index.js +7 -11
  125. package/dist/browser/index.js.map +1 -1
  126. package/dist/browser/logger.d.ts +2 -0
  127. package/dist/browser/logger.js +5 -0
  128. package/dist/browser/logger.js.map +1 -0
  129. package/dist/browser/models/index.d.ts +2 -1314
  130. package/dist/browser/models/index.js +3 -233
  131. package/dist/browser/models/index.js.map +1 -1
  132. package/dist/browser/models/models.d.ts +1246 -0
  133. package/dist/browser/models/models.js +1277 -0
  134. package/dist/browser/models/models.js.map +1 -0
  135. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  136. package/dist/browser/restorePollerHelpers.js +111 -0
  137. package/dist/browser/restorePollerHelpers.js.map +1 -0
  138. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  139. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  140. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  141. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  142. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  143. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  144. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  145. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  146. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  147. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  148. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  149. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  150. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  151. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  152. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  153. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  154. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  155. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  156. package/dist/commonjs/api/checkNameAvailability/index.d.ts +3 -0
  157. package/dist/commonjs/api/checkNameAvailability/index.js +28 -0
  158. package/dist/commonjs/api/checkNameAvailability/index.js.map +7 -0
  159. package/dist/commonjs/api/checkNameAvailability/operations.d.ts +9 -0
  160. package/dist/commonjs/api/checkNameAvailability/operations.js +65 -0
  161. package/dist/commonjs/api/checkNameAvailability/operations.js.map +7 -0
  162. package/dist/commonjs/api/checkNameAvailability/options.d.ts +8 -0
  163. package/dist/commonjs/api/checkNameAvailability/options.js +16 -0
  164. package/dist/commonjs/api/checkNameAvailability/options.js.map +7 -0
  165. package/dist/commonjs/api/diagnostics/index.d.ts +3 -0
  166. package/dist/commonjs/api/diagnostics/index.js +30 -0
  167. package/dist/commonjs/api/diagnostics/index.js.map +7 -0
  168. package/dist/commonjs/api/diagnostics/operations.d.ts +14 -0
  169. package/dist/commonjs/api/diagnostics/operations.js +108 -0
  170. package/dist/commonjs/api/diagnostics/operations.js.map +7 -0
  171. package/dist/commonjs/api/diagnostics/options.d.ts +13 -0
  172. package/dist/commonjs/api/diagnostics/options.js +16 -0
  173. package/dist/commonjs/api/diagnostics/options.js.map +7 -0
  174. package/dist/commonjs/api/discoverySolution/index.d.ts +3 -0
  175. package/dist/commonjs/api/discoverySolution/index.js +28 -0
  176. package/dist/commonjs/api/discoverySolution/index.js.map +7 -0
  177. package/dist/commonjs/api/discoverySolution/operations.d.ts +10 -0
  178. package/dist/commonjs/api/discoverySolution/operations.js +74 -0
  179. package/dist/commonjs/api/discoverySolution/operations.js.map +7 -0
  180. package/dist/commonjs/api/discoverySolution/options.d.ts +9 -0
  181. package/dist/commonjs/api/discoverySolution/options.js +16 -0
  182. package/dist/commonjs/api/discoverySolution/options.js.map +7 -0
  183. package/dist/commonjs/api/discoverySolutionNLP/index.d.ts +3 -0
  184. package/dist/commonjs/api/discoverySolutionNLP/index.js +30 -0
  185. package/dist/commonjs/api/discoverySolutionNLP/index.js.map +7 -0
  186. package/dist/commonjs/api/discoverySolutionNLP/operations.d.ts +13 -0
  187. package/dist/commonjs/api/discoverySolutionNLP/operations.js +105 -0
  188. package/dist/commonjs/api/discoverySolutionNLP/operations.js.map +7 -0
  189. package/dist/commonjs/api/discoverySolutionNLP/options.d.ts +13 -0
  190. package/dist/commonjs/api/discoverySolutionNLP/options.js +16 -0
  191. package/dist/commonjs/api/discoverySolutionNLP/options.js.map +7 -0
  192. package/dist/commonjs/api/helpRPContext.d.ts +20 -0
  193. package/dist/commonjs/api/helpRPContext.js +47 -0
  194. package/dist/commonjs/api/helpRPContext.js.map +7 -0
  195. package/dist/commonjs/api/index.d.ts +3 -0
  196. package/dist/commonjs/api/index.js +28 -0
  197. package/dist/commonjs/api/index.js.map +7 -0
  198. package/dist/commonjs/api/operations/index.d.ts +3 -0
  199. package/dist/commonjs/api/operations/index.js +28 -0
  200. package/dist/commonjs/api/operations/index.js.map +7 -0
  201. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  202. package/dist/commonjs/api/operations/operations.js +72 -0
  203. package/dist/commonjs/api/operations/operations.js.map +7 -0
  204. package/dist/commonjs/api/operations/options.d.ts +5 -0
  205. package/dist/commonjs/api/operations/options.js +16 -0
  206. package/dist/commonjs/api/operations/options.js.map +7 -0
  207. package/dist/commonjs/api/simplifiedSolutions/index.d.ts +3 -0
  208. package/dist/commonjs/api/simplifiedSolutions/index.js +30 -0
  209. package/dist/commonjs/api/simplifiedSolutions/index.js.map +7 -0
  210. package/dist/commonjs/api/simplifiedSolutions/operations.d.ts +14 -0
  211. package/dist/commonjs/api/simplifiedSolutions/operations.js +108 -0
  212. package/dist/commonjs/api/simplifiedSolutions/operations.js.map +7 -0
  213. package/dist/commonjs/api/simplifiedSolutions/options.d.ts +13 -0
  214. package/dist/commonjs/api/simplifiedSolutions/options.js +16 -0
  215. package/dist/commonjs/api/simplifiedSolutions/options.js.map +7 -0
  216. package/dist/commonjs/api/solution/index.d.ts +3 -0
  217. package/dist/commonjs/api/solution/index.js +34 -0
  218. package/dist/commonjs/api/solution/index.js.map +7 -0
  219. package/dist/commonjs/api/solution/operations.d.ts +22 -0
  220. package/dist/commonjs/api/solution/operations.js +188 -0
  221. package/dist/commonjs/api/solution/operations.js.map +7 -0
  222. package/dist/commonjs/api/solution/options.d.ts +25 -0
  223. package/dist/commonjs/api/solution/options.js +16 -0
  224. package/dist/commonjs/api/solution/options.js.map +7 -0
  225. package/dist/commonjs/api/solutionSelfHelp/index.d.ts +3 -0
  226. package/dist/commonjs/api/solutionSelfHelp/index.js +28 -0
  227. package/dist/commonjs/api/solutionSelfHelp/index.js.map +7 -0
  228. package/dist/commonjs/api/solutionSelfHelp/operations.d.ts +9 -0
  229. package/dist/commonjs/api/solutionSelfHelp/operations.js +63 -0
  230. package/dist/commonjs/api/solutionSelfHelp/operations.js.map +7 -0
  231. package/dist/commonjs/api/solutionSelfHelp/options.d.ts +5 -0
  232. package/dist/commonjs/api/solutionSelfHelp/options.js +16 -0
  233. package/dist/commonjs/api/solutionSelfHelp/options.js.map +7 -0
  234. package/dist/commonjs/api/troubleshooters/index.d.ts +3 -0
  235. package/dist/commonjs/api/troubleshooters/index.js +36 -0
  236. package/dist/commonjs/api/troubleshooters/index.js.map +7 -0
  237. package/dist/commonjs/api/troubleshooters/operations.d.ts +25 -0
  238. package/dist/commonjs/api/troubleshooters/operations.js +208 -0
  239. package/dist/commonjs/api/troubleshooters/operations.js.map +7 -0
  240. package/dist/commonjs/api/troubleshooters/options.d.ts +22 -0
  241. package/dist/commonjs/api/troubleshooters/options.js +16 -0
  242. package/dist/commonjs/api/troubleshooters/options.js.map +7 -0
  243. package/dist/commonjs/classic/checkNameAvailability/index.d.ts +10 -0
  244. package/dist/commonjs/classic/checkNameAvailability/index.js +38 -0
  245. package/dist/commonjs/classic/checkNameAvailability/index.js.map +7 -0
  246. package/dist/commonjs/classic/diagnostics/index.d.ts +18 -0
  247. package/dist/commonjs/classic/diagnostics/index.js +48 -0
  248. package/dist/commonjs/classic/diagnostics/index.js.map +7 -0
  249. package/dist/commonjs/classic/discoverySolution/index.d.ts +11 -0
  250. package/dist/commonjs/classic/discoverySolution/index.js +38 -0
  251. package/dist/commonjs/classic/discoverySolution/index.js.map +7 -0
  252. package/dist/commonjs/classic/discoverySolutionNLP/index.d.ts +12 -0
  253. package/dist/commonjs/classic/discoverySolutionNLP/index.js +39 -0
  254. package/dist/commonjs/classic/discoverySolutionNLP/index.js.map +7 -0
  255. package/dist/commonjs/classic/index.d.ts +10 -0
  256. package/dist/commonjs/classic/index.js +16 -0
  257. package/dist/commonjs/classic/index.js.map +7 -0
  258. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  259. package/dist/commonjs/classic/operations/index.js +38 -0
  260. package/dist/commonjs/classic/operations/index.js.map +7 -0
  261. package/dist/commonjs/classic/simplifiedSolutions/index.d.ts +18 -0
  262. package/dist/commonjs/classic/simplifiedSolutions/index.js +48 -0
  263. package/dist/commonjs/classic/simplifiedSolutions/index.js.map +7 -0
  264. package/dist/commonjs/classic/solution/index.d.ts +26 -0
  265. package/dist/commonjs/classic/solution/index.js +58 -0
  266. package/dist/commonjs/classic/solution/index.js.map +7 -0
  267. package/dist/commonjs/classic/solutionSelfHelp/index.d.ts +10 -0
  268. package/dist/commonjs/classic/solutionSelfHelp/index.js +38 -0
  269. package/dist/commonjs/classic/solutionSelfHelp/index.js.map +7 -0
  270. package/dist/commonjs/classic/troubleshooters/index.d.ts +18 -0
  271. package/dist/commonjs/classic/troubleshooters/index.js +42 -0
  272. package/dist/commonjs/classic/troubleshooters/index.js.map +7 -0
  273. package/dist/commonjs/helpRP.d.ts +37 -24
  274. package/dist/commonjs/helpRP.js +75 -119
  275. package/dist/commonjs/helpRP.js.map +7 -1
  276. package/dist/commonjs/index.d.ts +22 -3
  277. package/dist/commonjs/index.js +80 -19
  278. package/dist/commonjs/index.js.map +7 -1
  279. package/dist/commonjs/logger.d.ts +2 -0
  280. package/dist/commonjs/logger.js +29 -0
  281. package/dist/commonjs/logger.js.map +7 -0
  282. package/dist/commonjs/models/index.d.ts +2 -1314
  283. package/dist/commonjs/models/index.js +66 -237
  284. package/dist/commonjs/models/index.js.map +7 -1
  285. package/dist/commonjs/models/models.d.ts +1246 -0
  286. package/dist/commonjs/models/models.js +1343 -0
  287. package/dist/commonjs/models/models.js.map +7 -0
  288. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  289. package/dist/commonjs/restorePollerHelpers.js +124 -0
  290. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  291. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  292. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  293. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  294. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  295. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  296. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  297. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  298. package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
  299. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  300. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  301. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
  302. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  303. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  304. package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
  305. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  306. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  307. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  308. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  309. package/dist/commonjs/tsdoc-metadata.json +1 -1
  310. package/dist/esm/api/checkNameAvailability/index.d.ts +3 -0
  311. package/dist/esm/api/checkNameAvailability/index.js +4 -0
  312. package/dist/esm/api/checkNameAvailability/index.js.map +1 -0
  313. package/dist/esm/api/checkNameAvailability/operations.d.ts +9 -0
  314. package/dist/esm/api/checkNameAvailability/operations.js +36 -0
  315. package/dist/esm/api/checkNameAvailability/operations.js.map +1 -0
  316. package/dist/esm/api/checkNameAvailability/options.d.ts +8 -0
  317. package/dist/esm/api/checkNameAvailability/options.js +4 -0
  318. package/dist/esm/api/checkNameAvailability/options.js.map +1 -0
  319. package/dist/esm/api/diagnostics/index.d.ts +3 -0
  320. package/dist/esm/api/diagnostics/index.js +4 -0
  321. package/dist/esm/api/diagnostics/index.js.map +1 -0
  322. package/dist/esm/api/diagnostics/operations.d.ts +14 -0
  323. package/dist/esm/api/diagnostics/operations.js +70 -0
  324. package/dist/esm/api/diagnostics/operations.js.map +1 -0
  325. package/dist/esm/api/diagnostics/options.d.ts +13 -0
  326. package/dist/esm/api/diagnostics/options.js +4 -0
  327. package/dist/esm/api/diagnostics/options.js.map +1 -0
  328. package/dist/esm/api/discoverySolution/index.d.ts +3 -0
  329. package/dist/esm/api/discoverySolution/index.js +4 -0
  330. package/dist/esm/api/discoverySolution/index.js.map +1 -0
  331. package/dist/esm/api/discoverySolution/operations.d.ts +10 -0
  332. package/dist/esm/api/discoverySolution/operations.js +37 -0
  333. package/dist/esm/api/discoverySolution/operations.js.map +1 -0
  334. package/dist/esm/api/discoverySolution/options.d.ts +9 -0
  335. package/dist/esm/api/discoverySolution/options.js +4 -0
  336. package/dist/esm/api/discoverySolution/options.js.map +1 -0
  337. package/dist/esm/api/discoverySolutionNLP/index.d.ts +3 -0
  338. package/dist/esm/api/discoverySolutionNLP/index.js +4 -0
  339. package/dist/esm/api/discoverySolutionNLP/index.js.map +1 -0
  340. package/dist/esm/api/discoverySolutionNLP/operations.d.ts +13 -0
  341. package/dist/esm/api/discoverySolutionNLP/operations.js +69 -0
  342. package/dist/esm/api/discoverySolutionNLP/operations.js.map +1 -0
  343. package/dist/esm/api/discoverySolutionNLP/options.d.ts +13 -0
  344. package/dist/esm/api/discoverySolutionNLP/options.js +4 -0
  345. package/dist/esm/api/discoverySolutionNLP/options.js.map +1 -0
  346. package/dist/esm/api/helpRPContext.d.ts +20 -0
  347. package/dist/esm/api/helpRPContext.js +26 -0
  348. package/dist/esm/api/helpRPContext.js.map +1 -0
  349. package/dist/esm/api/index.d.ts +3 -0
  350. package/dist/esm/api/index.js +4 -0
  351. package/dist/esm/api/index.js.map +1 -0
  352. package/dist/esm/api/operations/index.d.ts +3 -0
  353. package/dist/esm/api/operations/index.js +4 -0
  354. package/dist/esm/api/operations/index.js.map +1 -0
  355. package/dist/esm/api/operations/operations.d.ts +10 -0
  356. package/dist/esm/api/operations/operations.js +35 -0
  357. package/dist/esm/api/operations/operations.js.map +1 -0
  358. package/dist/esm/api/operations/options.d.ts +5 -0
  359. package/dist/esm/api/operations/options.js +4 -0
  360. package/dist/esm/api/operations/options.js.map +1 -0
  361. package/dist/esm/api/simplifiedSolutions/index.d.ts +3 -0
  362. package/dist/esm/api/simplifiedSolutions/index.js +4 -0
  363. package/dist/esm/api/simplifiedSolutions/index.js.map +1 -0
  364. package/dist/esm/api/simplifiedSolutions/operations.d.ts +14 -0
  365. package/dist/esm/api/simplifiedSolutions/operations.js +70 -0
  366. package/dist/esm/api/simplifiedSolutions/operations.js.map +1 -0
  367. package/dist/esm/api/simplifiedSolutions/options.d.ts +13 -0
  368. package/dist/esm/api/simplifiedSolutions/options.js +4 -0
  369. package/dist/esm/api/simplifiedSolutions/options.js.map +1 -0
  370. package/dist/esm/api/solution/index.d.ts +3 -0
  371. package/dist/esm/api/solution/index.js +4 -0
  372. package/dist/esm/api/solution/index.js.map +1 -0
  373. package/dist/esm/api/solution/operations.d.ts +22 -0
  374. package/dist/esm/api/solution/operations.js +136 -0
  375. package/dist/esm/api/solution/operations.js.map +1 -0
  376. package/dist/esm/api/solution/options.d.ts +25 -0
  377. package/dist/esm/api/solution/options.js +4 -0
  378. package/dist/esm/api/solution/options.js.map +1 -0
  379. package/dist/esm/api/solutionSelfHelp/index.d.ts +3 -0
  380. package/dist/esm/api/solutionSelfHelp/index.js +4 -0
  381. package/dist/esm/api/solutionSelfHelp/index.js.map +1 -0
  382. package/dist/esm/api/solutionSelfHelp/operations.d.ts +9 -0
  383. package/dist/esm/api/solutionSelfHelp/operations.js +32 -0
  384. package/dist/esm/api/solutionSelfHelp/operations.js.map +1 -0
  385. package/dist/esm/api/solutionSelfHelp/options.d.ts +5 -0
  386. package/dist/esm/api/solutionSelfHelp/options.js +4 -0
  387. package/dist/esm/api/solutionSelfHelp/options.js.map +1 -0
  388. package/dist/esm/api/troubleshooters/index.d.ts +3 -0
  389. package/dist/esm/api/troubleshooters/index.js +4 -0
  390. package/dist/esm/api/troubleshooters/index.js.map +1 -0
  391. package/dist/esm/api/troubleshooters/operations.d.ts +25 -0
  392. package/dist/esm/api/troubleshooters/operations.js +145 -0
  393. package/dist/esm/api/troubleshooters/operations.js.map +1 -0
  394. package/dist/esm/api/troubleshooters/options.d.ts +22 -0
  395. package/dist/esm/api/troubleshooters/options.js +4 -0
  396. package/dist/esm/api/troubleshooters/options.js.map +1 -0
  397. package/dist/esm/classic/checkNameAvailability/index.d.ts +10 -0
  398. package/dist/esm/classic/checkNameAvailability/index.js +14 -0
  399. package/dist/esm/classic/checkNameAvailability/index.js.map +1 -0
  400. package/dist/esm/classic/diagnostics/index.d.ts +18 -0
  401. package/dist/esm/classic/diagnostics/index.js +24 -0
  402. package/dist/esm/classic/diagnostics/index.js.map +1 -0
  403. package/dist/esm/classic/discoverySolution/index.d.ts +11 -0
  404. package/dist/esm/classic/discoverySolution/index.js +14 -0
  405. package/dist/esm/classic/discoverySolution/index.js.map +1 -0
  406. package/dist/esm/classic/discoverySolutionNLP/index.d.ts +12 -0
  407. package/dist/esm/classic/discoverySolutionNLP/index.js +15 -0
  408. package/dist/esm/classic/discoverySolutionNLP/index.js.map +1 -0
  409. package/dist/esm/classic/index.d.ts +10 -0
  410. package/dist/esm/classic/index.js +4 -0
  411. package/dist/esm/classic/index.js.map +1 -0
  412. package/dist/esm/classic/operations/index.d.ts +11 -0
  413. package/dist/esm/classic/operations/index.js +14 -0
  414. package/dist/esm/classic/operations/index.js.map +1 -0
  415. package/dist/esm/classic/simplifiedSolutions/index.d.ts +18 -0
  416. package/dist/esm/classic/simplifiedSolutions/index.js +24 -0
  417. package/dist/esm/classic/simplifiedSolutions/index.js.map +1 -0
  418. package/dist/esm/classic/solution/index.d.ts +26 -0
  419. package/dist/esm/classic/solution/index.js +34 -0
  420. package/dist/esm/classic/solution/index.js.map +1 -0
  421. package/dist/esm/classic/solutionSelfHelp/index.d.ts +10 -0
  422. package/dist/esm/classic/solutionSelfHelp/index.js +14 -0
  423. package/dist/esm/classic/solutionSelfHelp/index.js.map +1 -0
  424. package/dist/esm/classic/troubleshooters/index.d.ts +18 -0
  425. package/dist/esm/classic/troubleshooters/index.js +18 -0
  426. package/dist/esm/classic/troubleshooters/index.js.map +1 -0
  427. package/dist/esm/helpRP.d.ts +37 -24
  428. package/dist/esm/helpRP.js +49 -110
  429. package/dist/esm/helpRP.js.map +1 -1
  430. package/dist/esm/index.d.ts +22 -3
  431. package/dist/esm/index.js +7 -11
  432. package/dist/esm/index.js.map +1 -1
  433. package/dist/esm/logger.d.ts +2 -0
  434. package/dist/esm/logger.js +5 -0
  435. package/dist/esm/logger.js.map +1 -0
  436. package/dist/esm/models/index.d.ts +2 -1314
  437. package/dist/esm/models/index.js +3 -233
  438. package/dist/esm/models/index.js.map +1 -1
  439. package/dist/esm/models/models.d.ts +1246 -0
  440. package/dist/esm/models/models.js +1277 -0
  441. package/dist/esm/models/models.js.map +1 -0
  442. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  443. package/dist/esm/restorePollerHelpers.js +111 -0
  444. package/dist/esm/restorePollerHelpers.js.map +1 -0
  445. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  446. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  447. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  448. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  449. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  450. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  451. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  452. package/dist/esm/static-helpers/pollingHelpers.js +95 -0
  453. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  454. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  455. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
  456. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  457. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  458. package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
  459. package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
  460. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  461. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  462. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  463. package/package.json +241 -93
  464. package/CHANGELOG.md +0 -561
  465. package/dist/browser/helpRP.d.ts.map +0 -1
  466. package/dist/browser/index.d.ts.map +0 -1
  467. package/dist/browser/lroImpl.d.ts +0 -11
  468. package/dist/browser/lroImpl.d.ts.map +0 -1
  469. package/dist/browser/lroImpl.js +0 -18
  470. package/dist/browser/lroImpl.js.map +0 -1
  471. package/dist/browser/models/index.d.ts.map +0 -1
  472. package/dist/browser/models/mappers.d.ts +0 -58
  473. package/dist/browser/models/mappers.d.ts.map +0 -1
  474. package/dist/browser/models/mappers.js +0 -1971
  475. package/dist/browser/models/mappers.js.map +0 -1
  476. package/dist/browser/models/parameters.d.ts +0 -25
  477. package/dist/browser/models/parameters.d.ts.map +0 -1
  478. package/dist/browser/models/parameters.js +0 -215
  479. package/dist/browser/models/parameters.js.map +0 -1
  480. package/dist/browser/operations/checkNameAvailability.d.ts +0 -22
  481. package/dist/browser/operations/checkNameAvailability.d.ts.map +0 -1
  482. package/dist/browser/operations/checkNameAvailability.js +0 -53
  483. package/dist/browser/operations/checkNameAvailability.js.map +0 -1
  484. package/dist/browser/operations/diagnostics.d.ts +0 -45
  485. package/dist/browser/operations/diagnostics.d.ts.map +0 -1
  486. package/dist/browser/operations/diagnostics.js +0 -153
  487. package/dist/browser/operations/diagnostics.js.map +0 -1
  488. package/dist/browser/operations/discoverySolution.d.ts +0 -48
  489. package/dist/browser/operations/discoverySolution.d.ts.map +0 -1
  490. package/dist/browser/operations/discoverySolution.js +0 -136
  491. package/dist/browser/operations/discoverySolution.js.map +0 -1
  492. package/dist/browser/operations/discoverySolutionNLP.d.ts +0 -26
  493. package/dist/browser/operations/discoverySolutionNLP.d.ts.map +0 -1
  494. package/dist/browser/operations/discoverySolutionNLP.js +0 -77
  495. package/dist/browser/operations/discoverySolutionNLP.js.map +0 -1
  496. package/dist/browser/operations/index.d.ts +0 -10
  497. package/dist/browser/operations/index.d.ts.map +0 -1
  498. package/dist/browser/operations/index.js +0 -17
  499. package/dist/browser/operations/index.js.map +0 -1
  500. package/dist/browser/operations/operations.d.ts +0 -32
  501. package/dist/browser/operations/operations.d.ts.map +0 -1
  502. package/dist/browser/operations/operations.js +0 -116
  503. package/dist/browser/operations/operations.js.map +0 -1
  504. package/dist/browser/operations/simplifiedSolutions.d.ts +0 -52
  505. package/dist/browser/operations/simplifiedSolutions.d.ts.map +0 -1
  506. package/dist/browser/operations/simplifiedSolutions.js +0 -160
  507. package/dist/browser/operations/simplifiedSolutions.js.map +0 -1
  508. package/dist/browser/operations/solution.d.ts +0 -82
  509. package/dist/browser/operations/solution.d.ts.map +0 -1
  510. package/dist/browser/operations/solution.js +0 -290
  511. package/dist/browser/operations/solution.js.map +0 -1
  512. package/dist/browser/operations/solutionSelfHelp.d.ts +0 -23
  513. package/dist/browser/operations/solutionSelfHelp.d.ts.map +0 -1
  514. package/dist/browser/operations/solutionSelfHelp.js +0 -52
  515. package/dist/browser/operations/solutionSelfHelp.js.map +0 -1
  516. package/dist/browser/operations/troubleshooters.d.ts +0 -73
  517. package/dist/browser/operations/troubleshooters.d.ts.map +0 -1
  518. package/dist/browser/operations/troubleshooters.js +0 -202
  519. package/dist/browser/operations/troubleshooters.js.map +0 -1
  520. package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts +0 -14
  521. package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
  522. package/dist/browser/operationsInterfaces/checkNameAvailability.js +0 -9
  523. package/dist/browser/operationsInterfaces/checkNameAvailability.js.map +0 -1
  524. package/dist/browser/operationsInterfaces/diagnostics.d.ts +0 -37
  525. package/dist/browser/operationsInterfaces/diagnostics.d.ts.map +0 -1
  526. package/dist/browser/operationsInterfaces/diagnostics.js +0 -9
  527. package/dist/browser/operationsInterfaces/diagnostics.js.map +0 -1
  528. package/dist/browser/operationsInterfaces/discoverySolution.d.ts +0 -19
  529. package/dist/browser/operationsInterfaces/discoverySolution.d.ts.map +0 -1
  530. package/dist/browser/operationsInterfaces/discoverySolution.js +0 -9
  531. package/dist/browser/operationsInterfaces/discoverySolution.js.map +0 -1
  532. package/dist/browser/operationsInterfaces/discoverySolutionNLP.d.ts +0 -18
  533. package/dist/browser/operationsInterfaces/discoverySolutionNLP.d.ts.map +0 -1
  534. package/dist/browser/operationsInterfaces/discoverySolutionNLP.js +0 -9
  535. package/dist/browser/operationsInterfaces/discoverySolutionNLP.js.map +0 -1
  536. package/dist/browser/operationsInterfaces/index.d.ts +0 -10
  537. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  538. package/dist/browser/operationsInterfaces/index.js +0 -17
  539. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  540. package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
  541. package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
  542. package/dist/browser/operationsInterfaces/operations.js +0 -9
  543. package/dist/browser/operationsInterfaces/operations.js.map +0 -1
  544. package/dist/browser/operationsInterfaces/simplifiedSolutions.d.ts +0 -44
  545. package/dist/browser/operationsInterfaces/simplifiedSolutions.d.ts.map +0 -1
  546. package/dist/browser/operationsInterfaces/simplifiedSolutions.js +0 -9
  547. package/dist/browser/operationsInterfaces/simplifiedSolutions.js.map +0 -1
  548. package/dist/browser/operationsInterfaces/solution.d.ts +0 -74
  549. package/dist/browser/operationsInterfaces/solution.d.ts.map +0 -1
  550. package/dist/browser/operationsInterfaces/solution.js +0 -9
  551. package/dist/browser/operationsInterfaces/solution.js.map +0 -1
  552. package/dist/browser/operationsInterfaces/solutionSelfHelp.d.ts +0 -15
  553. package/dist/browser/operationsInterfaces/solutionSelfHelp.d.ts.map +0 -1
  554. package/dist/browser/operationsInterfaces/solutionSelfHelp.js +0 -9
  555. package/dist/browser/operationsInterfaces/solutionSelfHelp.js.map +0 -1
  556. package/dist/browser/operationsInterfaces/troubleshooters.d.ts +0 -65
  557. package/dist/browser/operationsInterfaces/troubleshooters.d.ts.map +0 -1
  558. package/dist/browser/operationsInterfaces/troubleshooters.js +0 -9
  559. package/dist/browser/operationsInterfaces/troubleshooters.js.map +0 -1
  560. package/dist/browser/pagingHelper.d.ts +0 -13
  561. package/dist/browser/pagingHelper.d.ts.map +0 -1
  562. package/dist/browser/pagingHelper.js +0 -30
  563. package/dist/browser/pagingHelper.js.map +0 -1
  564. package/dist/commonjs/helpRP.d.ts.map +0 -1
  565. package/dist/commonjs/index.d.ts.map +0 -1
  566. package/dist/commonjs/lroImpl.d.ts +0 -11
  567. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  568. package/dist/commonjs/lroImpl.js +0 -21
  569. package/dist/commonjs/lroImpl.js.map +0 -1
  570. package/dist/commonjs/models/index.d.ts.map +0 -1
  571. package/dist/commonjs/models/mappers.d.ts +0 -58
  572. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  573. package/dist/commonjs/models/mappers.js +0 -1975
  574. package/dist/commonjs/models/mappers.js.map +0 -1
  575. package/dist/commonjs/models/parameters.d.ts +0 -25
  576. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  577. package/dist/commonjs/models/parameters.js +0 -218
  578. package/dist/commonjs/models/parameters.js.map +0 -1
  579. package/dist/commonjs/operations/checkNameAvailability.d.ts +0 -22
  580. package/dist/commonjs/operations/checkNameAvailability.d.ts.map +0 -1
  581. package/dist/commonjs/operations/checkNameAvailability.js +0 -58
  582. package/dist/commonjs/operations/checkNameAvailability.js.map +0 -1
  583. package/dist/commonjs/operations/diagnostics.d.ts +0 -45
  584. package/dist/commonjs/operations/diagnostics.d.ts.map +0 -1
  585. package/dist/commonjs/operations/diagnostics.js +0 -158
  586. package/dist/commonjs/operations/diagnostics.js.map +0 -1
  587. package/dist/commonjs/operations/discoverySolution.d.ts +0 -48
  588. package/dist/commonjs/operations/discoverySolution.d.ts.map +0 -1
  589. package/dist/commonjs/operations/discoverySolution.js +0 -141
  590. package/dist/commonjs/operations/discoverySolution.js.map +0 -1
  591. package/dist/commonjs/operations/discoverySolutionNLP.d.ts +0 -26
  592. package/dist/commonjs/operations/discoverySolutionNLP.d.ts.map +0 -1
  593. package/dist/commonjs/operations/discoverySolutionNLP.js +0 -82
  594. package/dist/commonjs/operations/discoverySolutionNLP.js.map +0 -1
  595. package/dist/commonjs/operations/index.d.ts +0 -10
  596. package/dist/commonjs/operations/index.d.ts.map +0 -1
  597. package/dist/commonjs/operations/index.js +0 -20
  598. package/dist/commonjs/operations/index.js.map +0 -1
  599. package/dist/commonjs/operations/operations.d.ts +0 -32
  600. package/dist/commonjs/operations/operations.d.ts.map +0 -1
  601. package/dist/commonjs/operations/operations.js +0 -121
  602. package/dist/commonjs/operations/operations.js.map +0 -1
  603. package/dist/commonjs/operations/simplifiedSolutions.d.ts +0 -52
  604. package/dist/commonjs/operations/simplifiedSolutions.d.ts.map +0 -1
  605. package/dist/commonjs/operations/simplifiedSolutions.js +0 -165
  606. package/dist/commonjs/operations/simplifiedSolutions.js.map +0 -1
  607. package/dist/commonjs/operations/solution.d.ts +0 -82
  608. package/dist/commonjs/operations/solution.d.ts.map +0 -1
  609. package/dist/commonjs/operations/solution.js +0 -295
  610. package/dist/commonjs/operations/solution.js.map +0 -1
  611. package/dist/commonjs/operations/solutionSelfHelp.d.ts +0 -23
  612. package/dist/commonjs/operations/solutionSelfHelp.d.ts.map +0 -1
  613. package/dist/commonjs/operations/solutionSelfHelp.js +0 -57
  614. package/dist/commonjs/operations/solutionSelfHelp.js.map +0 -1
  615. package/dist/commonjs/operations/troubleshooters.d.ts +0 -73
  616. package/dist/commonjs/operations/troubleshooters.d.ts.map +0 -1
  617. package/dist/commonjs/operations/troubleshooters.js +0 -207
  618. package/dist/commonjs/operations/troubleshooters.js.map +0 -1
  619. package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts +0 -14
  620. package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
  621. package/dist/commonjs/operationsInterfaces/checkNameAvailability.js +0 -10
  622. package/dist/commonjs/operationsInterfaces/checkNameAvailability.js.map +0 -1
  623. package/dist/commonjs/operationsInterfaces/diagnostics.d.ts +0 -37
  624. package/dist/commonjs/operationsInterfaces/diagnostics.d.ts.map +0 -1
  625. package/dist/commonjs/operationsInterfaces/diagnostics.js +0 -10
  626. package/dist/commonjs/operationsInterfaces/diagnostics.js.map +0 -1
  627. package/dist/commonjs/operationsInterfaces/discoverySolution.d.ts +0 -19
  628. package/dist/commonjs/operationsInterfaces/discoverySolution.d.ts.map +0 -1
  629. package/dist/commonjs/operationsInterfaces/discoverySolution.js +0 -10
  630. package/dist/commonjs/operationsInterfaces/discoverySolution.js.map +0 -1
  631. package/dist/commonjs/operationsInterfaces/discoverySolutionNLP.d.ts +0 -18
  632. package/dist/commonjs/operationsInterfaces/discoverySolutionNLP.d.ts.map +0 -1
  633. package/dist/commonjs/operationsInterfaces/discoverySolutionNLP.js +0 -10
  634. package/dist/commonjs/operationsInterfaces/discoverySolutionNLP.js.map +0 -1
  635. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -10
  636. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  637. package/dist/commonjs/operationsInterfaces/index.js +0 -20
  638. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  639. package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
  640. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
  641. package/dist/commonjs/operationsInterfaces/operations.js +0 -10
  642. package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
  643. package/dist/commonjs/operationsInterfaces/simplifiedSolutions.d.ts +0 -44
  644. package/dist/commonjs/operationsInterfaces/simplifiedSolutions.d.ts.map +0 -1
  645. package/dist/commonjs/operationsInterfaces/simplifiedSolutions.js +0 -10
  646. package/dist/commonjs/operationsInterfaces/simplifiedSolutions.js.map +0 -1
  647. package/dist/commonjs/operationsInterfaces/solution.d.ts +0 -74
  648. package/dist/commonjs/operationsInterfaces/solution.d.ts.map +0 -1
  649. package/dist/commonjs/operationsInterfaces/solution.js +0 -10
  650. package/dist/commonjs/operationsInterfaces/solution.js.map +0 -1
  651. package/dist/commonjs/operationsInterfaces/solutionSelfHelp.d.ts +0 -15
  652. package/dist/commonjs/operationsInterfaces/solutionSelfHelp.d.ts.map +0 -1
  653. package/dist/commonjs/operationsInterfaces/solutionSelfHelp.js +0 -10
  654. package/dist/commonjs/operationsInterfaces/solutionSelfHelp.js.map +0 -1
  655. package/dist/commonjs/operationsInterfaces/troubleshooters.d.ts +0 -65
  656. package/dist/commonjs/operationsInterfaces/troubleshooters.d.ts.map +0 -1
  657. package/dist/commonjs/operationsInterfaces/troubleshooters.js +0 -10
  658. package/dist/commonjs/operationsInterfaces/troubleshooters.js.map +0 -1
  659. package/dist/commonjs/pagingHelper.d.ts +0 -13
  660. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  661. package/dist/commonjs/pagingHelper.js +0 -34
  662. package/dist/commonjs/pagingHelper.js.map +0 -1
  663. package/dist/esm/helpRP.d.ts.map +0 -1
  664. package/dist/esm/index.d.ts.map +0 -1
  665. package/dist/esm/lroImpl.d.ts +0 -11
  666. package/dist/esm/lroImpl.d.ts.map +0 -1
  667. package/dist/esm/lroImpl.js +0 -18
  668. package/dist/esm/lroImpl.js.map +0 -1
  669. package/dist/esm/models/index.d.ts.map +0 -1
  670. package/dist/esm/models/mappers.d.ts +0 -58
  671. package/dist/esm/models/mappers.d.ts.map +0 -1
  672. package/dist/esm/models/mappers.js +0 -1971
  673. package/dist/esm/models/mappers.js.map +0 -1
  674. package/dist/esm/models/parameters.d.ts +0 -25
  675. package/dist/esm/models/parameters.d.ts.map +0 -1
  676. package/dist/esm/models/parameters.js +0 -215
  677. package/dist/esm/models/parameters.js.map +0 -1
  678. package/dist/esm/operations/checkNameAvailability.d.ts +0 -22
  679. package/dist/esm/operations/checkNameAvailability.d.ts.map +0 -1
  680. package/dist/esm/operations/checkNameAvailability.js +0 -53
  681. package/dist/esm/operations/checkNameAvailability.js.map +0 -1
  682. package/dist/esm/operations/diagnostics.d.ts +0 -45
  683. package/dist/esm/operations/diagnostics.d.ts.map +0 -1
  684. package/dist/esm/operations/diagnostics.js +0 -153
  685. package/dist/esm/operations/diagnostics.js.map +0 -1
  686. package/dist/esm/operations/discoverySolution.d.ts +0 -48
  687. package/dist/esm/operations/discoverySolution.d.ts.map +0 -1
  688. package/dist/esm/operations/discoverySolution.js +0 -136
  689. package/dist/esm/operations/discoverySolution.js.map +0 -1
  690. package/dist/esm/operations/discoverySolutionNLP.d.ts +0 -26
  691. package/dist/esm/operations/discoverySolutionNLP.d.ts.map +0 -1
  692. package/dist/esm/operations/discoverySolutionNLP.js +0 -77
  693. package/dist/esm/operations/discoverySolutionNLP.js.map +0 -1
  694. package/dist/esm/operations/index.d.ts +0 -10
  695. package/dist/esm/operations/index.d.ts.map +0 -1
  696. package/dist/esm/operations/index.js +0 -17
  697. package/dist/esm/operations/index.js.map +0 -1
  698. package/dist/esm/operations/operations.d.ts +0 -32
  699. package/dist/esm/operations/operations.d.ts.map +0 -1
  700. package/dist/esm/operations/operations.js +0 -116
  701. package/dist/esm/operations/operations.js.map +0 -1
  702. package/dist/esm/operations/simplifiedSolutions.d.ts +0 -52
  703. package/dist/esm/operations/simplifiedSolutions.d.ts.map +0 -1
  704. package/dist/esm/operations/simplifiedSolutions.js +0 -160
  705. package/dist/esm/operations/simplifiedSolutions.js.map +0 -1
  706. package/dist/esm/operations/solution.d.ts +0 -82
  707. package/dist/esm/operations/solution.d.ts.map +0 -1
  708. package/dist/esm/operations/solution.js +0 -290
  709. package/dist/esm/operations/solution.js.map +0 -1
  710. package/dist/esm/operations/solutionSelfHelp.d.ts +0 -23
  711. package/dist/esm/operations/solutionSelfHelp.d.ts.map +0 -1
  712. package/dist/esm/operations/solutionSelfHelp.js +0 -52
  713. package/dist/esm/operations/solutionSelfHelp.js.map +0 -1
  714. package/dist/esm/operations/troubleshooters.d.ts +0 -73
  715. package/dist/esm/operations/troubleshooters.d.ts.map +0 -1
  716. package/dist/esm/operations/troubleshooters.js +0 -202
  717. package/dist/esm/operations/troubleshooters.js.map +0 -1
  718. package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts +0 -14
  719. package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
  720. package/dist/esm/operationsInterfaces/checkNameAvailability.js +0 -9
  721. package/dist/esm/operationsInterfaces/checkNameAvailability.js.map +0 -1
  722. package/dist/esm/operationsInterfaces/diagnostics.d.ts +0 -37
  723. package/dist/esm/operationsInterfaces/diagnostics.d.ts.map +0 -1
  724. package/dist/esm/operationsInterfaces/diagnostics.js +0 -9
  725. package/dist/esm/operationsInterfaces/diagnostics.js.map +0 -1
  726. package/dist/esm/operationsInterfaces/discoverySolution.d.ts +0 -19
  727. package/dist/esm/operationsInterfaces/discoverySolution.d.ts.map +0 -1
  728. package/dist/esm/operationsInterfaces/discoverySolution.js +0 -9
  729. package/dist/esm/operationsInterfaces/discoverySolution.js.map +0 -1
  730. package/dist/esm/operationsInterfaces/discoverySolutionNLP.d.ts +0 -18
  731. package/dist/esm/operationsInterfaces/discoverySolutionNLP.d.ts.map +0 -1
  732. package/dist/esm/operationsInterfaces/discoverySolutionNLP.js +0 -9
  733. package/dist/esm/operationsInterfaces/discoverySolutionNLP.js.map +0 -1
  734. package/dist/esm/operationsInterfaces/index.d.ts +0 -10
  735. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  736. package/dist/esm/operationsInterfaces/index.js +0 -17
  737. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  738. package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
  739. package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
  740. package/dist/esm/operationsInterfaces/operations.js +0 -9
  741. package/dist/esm/operationsInterfaces/operations.js.map +0 -1
  742. package/dist/esm/operationsInterfaces/simplifiedSolutions.d.ts +0 -44
  743. package/dist/esm/operationsInterfaces/simplifiedSolutions.d.ts.map +0 -1
  744. package/dist/esm/operationsInterfaces/simplifiedSolutions.js +0 -9
  745. package/dist/esm/operationsInterfaces/simplifiedSolutions.js.map +0 -1
  746. package/dist/esm/operationsInterfaces/solution.d.ts +0 -74
  747. package/dist/esm/operationsInterfaces/solution.d.ts.map +0 -1
  748. package/dist/esm/operationsInterfaces/solution.js +0 -9
  749. package/dist/esm/operationsInterfaces/solution.js.map +0 -1
  750. package/dist/esm/operationsInterfaces/solutionSelfHelp.d.ts +0 -15
  751. package/dist/esm/operationsInterfaces/solutionSelfHelp.d.ts.map +0 -1
  752. package/dist/esm/operationsInterfaces/solutionSelfHelp.js +0 -9
  753. package/dist/esm/operationsInterfaces/solutionSelfHelp.js.map +0 -1
  754. package/dist/esm/operationsInterfaces/troubleshooters.d.ts +0 -65
  755. package/dist/esm/operationsInterfaces/troubleshooters.d.ts.map +0 -1
  756. package/dist/esm/operationsInterfaces/troubleshooters.js +0 -9
  757. package/dist/esm/operationsInterfaces/troubleshooters.js.map +0 -1
  758. package/dist/esm/pagingHelper.d.ts +0 -13
  759. package/dist/esm/pagingHelper.d.ts.map +0 -1
  760. package/dist/esm/pagingHelper.js +0 -30
  761. package/dist/esm/pagingHelper.js.map +0 -1
  762. package/dist/react-native/helpRP.d.ts +0 -26
  763. package/dist/react-native/helpRP.d.ts.map +0 -1
  764. package/dist/react-native/helpRP.js +0 -115
  765. package/dist/react-native/helpRP.js.map +0 -1
  766. package/dist/react-native/index.d.ts +0 -5
  767. package/dist/react-native/index.d.ts.map +0 -1
  768. package/dist/react-native/index.js +0 -13
  769. package/dist/react-native/index.js.map +0 -1
  770. package/dist/react-native/lroImpl.d.ts +0 -11
  771. package/dist/react-native/lroImpl.d.ts.map +0 -1
  772. package/dist/react-native/lroImpl.js +0 -18
  773. package/dist/react-native/lroImpl.js.map +0 -1
  774. package/dist/react-native/models/index.d.ts +0 -1315
  775. package/dist/react-native/models/index.d.ts.map +0 -1
  776. package/dist/react-native/models/index.js +0 -234
  777. package/dist/react-native/models/index.js.map +0 -1
  778. package/dist/react-native/models/mappers.d.ts +0 -58
  779. package/dist/react-native/models/mappers.d.ts.map +0 -1
  780. package/dist/react-native/models/mappers.js +0 -1971
  781. package/dist/react-native/models/mappers.js.map +0 -1
  782. package/dist/react-native/models/parameters.d.ts +0 -25
  783. package/dist/react-native/models/parameters.d.ts.map +0 -1
  784. package/dist/react-native/models/parameters.js +0 -215
  785. package/dist/react-native/models/parameters.js.map +0 -1
  786. package/dist/react-native/operations/checkNameAvailability.d.ts +0 -22
  787. package/dist/react-native/operations/checkNameAvailability.d.ts.map +0 -1
  788. package/dist/react-native/operations/checkNameAvailability.js +0 -53
  789. package/dist/react-native/operations/checkNameAvailability.js.map +0 -1
  790. package/dist/react-native/operations/diagnostics.d.ts +0 -45
  791. package/dist/react-native/operations/diagnostics.d.ts.map +0 -1
  792. package/dist/react-native/operations/diagnostics.js +0 -153
  793. package/dist/react-native/operations/diagnostics.js.map +0 -1
  794. package/dist/react-native/operations/discoverySolution.d.ts +0 -48
  795. package/dist/react-native/operations/discoverySolution.d.ts.map +0 -1
  796. package/dist/react-native/operations/discoverySolution.js +0 -136
  797. package/dist/react-native/operations/discoverySolution.js.map +0 -1
  798. package/dist/react-native/operations/discoverySolutionNLP.d.ts +0 -26
  799. package/dist/react-native/operations/discoverySolutionNLP.d.ts.map +0 -1
  800. package/dist/react-native/operations/discoverySolutionNLP.js +0 -77
  801. package/dist/react-native/operations/discoverySolutionNLP.js.map +0 -1
  802. package/dist/react-native/operations/index.d.ts +0 -10
  803. package/dist/react-native/operations/index.d.ts.map +0 -1
  804. package/dist/react-native/operations/index.js +0 -17
  805. package/dist/react-native/operations/index.js.map +0 -1
  806. package/dist/react-native/operations/operations.d.ts +0 -32
  807. package/dist/react-native/operations/operations.d.ts.map +0 -1
  808. package/dist/react-native/operations/operations.js +0 -116
  809. package/dist/react-native/operations/operations.js.map +0 -1
  810. package/dist/react-native/operations/simplifiedSolutions.d.ts +0 -52
  811. package/dist/react-native/operations/simplifiedSolutions.d.ts.map +0 -1
  812. package/dist/react-native/operations/simplifiedSolutions.js +0 -160
  813. package/dist/react-native/operations/simplifiedSolutions.js.map +0 -1
  814. package/dist/react-native/operations/solution.d.ts +0 -82
  815. package/dist/react-native/operations/solution.d.ts.map +0 -1
  816. package/dist/react-native/operations/solution.js +0 -290
  817. package/dist/react-native/operations/solution.js.map +0 -1
  818. package/dist/react-native/operations/solutionSelfHelp.d.ts +0 -23
  819. package/dist/react-native/operations/solutionSelfHelp.d.ts.map +0 -1
  820. package/dist/react-native/operations/solutionSelfHelp.js +0 -52
  821. package/dist/react-native/operations/solutionSelfHelp.js.map +0 -1
  822. package/dist/react-native/operations/troubleshooters.d.ts +0 -73
  823. package/dist/react-native/operations/troubleshooters.d.ts.map +0 -1
  824. package/dist/react-native/operations/troubleshooters.js +0 -202
  825. package/dist/react-native/operations/troubleshooters.js.map +0 -1
  826. package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts +0 -14
  827. package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
  828. package/dist/react-native/operationsInterfaces/checkNameAvailability.js +0 -9
  829. package/dist/react-native/operationsInterfaces/checkNameAvailability.js.map +0 -1
  830. package/dist/react-native/operationsInterfaces/diagnostics.d.ts +0 -37
  831. package/dist/react-native/operationsInterfaces/diagnostics.d.ts.map +0 -1
  832. package/dist/react-native/operationsInterfaces/diagnostics.js +0 -9
  833. package/dist/react-native/operationsInterfaces/diagnostics.js.map +0 -1
  834. package/dist/react-native/operationsInterfaces/discoverySolution.d.ts +0 -19
  835. package/dist/react-native/operationsInterfaces/discoverySolution.d.ts.map +0 -1
  836. package/dist/react-native/operationsInterfaces/discoverySolution.js +0 -9
  837. package/dist/react-native/operationsInterfaces/discoverySolution.js.map +0 -1
  838. package/dist/react-native/operationsInterfaces/discoverySolutionNLP.d.ts +0 -18
  839. package/dist/react-native/operationsInterfaces/discoverySolutionNLP.d.ts.map +0 -1
  840. package/dist/react-native/operationsInterfaces/discoverySolutionNLP.js +0 -9
  841. package/dist/react-native/operationsInterfaces/discoverySolutionNLP.js.map +0 -1
  842. package/dist/react-native/operationsInterfaces/index.d.ts +0 -10
  843. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  844. package/dist/react-native/operationsInterfaces/index.js +0 -17
  845. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  846. package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
  847. package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
  848. package/dist/react-native/operationsInterfaces/operations.js +0 -9
  849. package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
  850. package/dist/react-native/operationsInterfaces/simplifiedSolutions.d.ts +0 -44
  851. package/dist/react-native/operationsInterfaces/simplifiedSolutions.d.ts.map +0 -1
  852. package/dist/react-native/operationsInterfaces/simplifiedSolutions.js +0 -9
  853. package/dist/react-native/operationsInterfaces/simplifiedSolutions.js.map +0 -1
  854. package/dist/react-native/operationsInterfaces/solution.d.ts +0 -74
  855. package/dist/react-native/operationsInterfaces/solution.d.ts.map +0 -1
  856. package/dist/react-native/operationsInterfaces/solution.js +0 -9
  857. package/dist/react-native/operationsInterfaces/solution.js.map +0 -1
  858. package/dist/react-native/operationsInterfaces/solutionSelfHelp.d.ts +0 -15
  859. package/dist/react-native/operationsInterfaces/solutionSelfHelp.d.ts.map +0 -1
  860. package/dist/react-native/operationsInterfaces/solutionSelfHelp.js +0 -9
  861. package/dist/react-native/operationsInterfaces/solutionSelfHelp.js.map +0 -1
  862. package/dist/react-native/operationsInterfaces/troubleshooters.d.ts +0 -65
  863. package/dist/react-native/operationsInterfaces/troubleshooters.d.ts.map +0 -1
  864. package/dist/react-native/operationsInterfaces/troubleshooters.js +0 -9
  865. package/dist/react-native/operationsInterfaces/troubleshooters.js.map +0 -1
  866. package/dist/react-native/package.json +0 -3
  867. package/dist/react-native/pagingHelper.d.ts +0 -13
  868. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  869. package/dist/react-native/pagingHelper.js +0 -30
  870. package/dist/react-native/pagingHelper.js.map +0 -1
  871. package/review/arm-selfhelp-node.api.md +0 -932
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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","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/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface _OperationListResult {\n /** The Operation items on this page */\n value: Operation[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _operationListResultDeserializer(item: any): _OperationListResult {\n return {\n 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/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\" */\n readonly name?: string;\n /** Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for Azure Resource Manager/control-plane operations. */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\n readonly origin?: Origin;\n /** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\n readonly actionType?: ActionType;\n}\n\nexport function operationDeserializer(item: any): Operation {\n return {\n name: item[\"name\"],\n isDataAction: item[\"isDataAction\"],\n display: !item[\"display\"] ? item[\"display\"] : operationDisplayDeserializer(item[\"display\"]),\n origin: item[\"origin\"],\n actionType: item[\"actionType\"],\n };\n}\n\n/** Localized display information for an operation. */\nexport interface OperationDisplay {\n /** The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\". */\n readonly provider?: string;\n /** The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\". */\n readonly resource?: string;\n /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\". */\n readonly operation?: string;\n /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */\n readonly 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/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\nexport enum KnownOrigin {\n /** Indicates the operation is initiated by a user. */\n User = \"user\",\n /** Indicates the operation is initiated by a system. */\n System = \"system\",\n /** Indicates the operation is initiated by a user or system. */\n UserSystem = \"user,system\",\n}\n\n/**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user**: Indicates the operation is initiated by a user. \\\n * **system**: Indicates the operation is initiated by a system. \\\n * **user,system**: Indicates the operation is initiated by a user or system.\n */\nexport type Origin = string;\n\n/** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\nexport enum KnownActionType {\n /** Actions are for internal-only APIs. */\n Internal = \"Internal\",\n}\n\n/**\n * Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**: Actions are for internal-only APIs.\n */\nexport type ActionType = string;\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\nexport function errorResponseDeserializer(item: any): ErrorResponse {\n return {\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\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/** Diagnostic resource */\nexport interface DiagnosticResource extends ExtensionResource {\n /** Global parameters is an optional map which can be used to add key and value to request body to improve the diagnostics results */\n globalParameters?: Record<string, string>;\n /** SolutionIds that are needed to be invoked. */\n insights?: DiagnosticInvocation[];\n /** Diagnostic Request Accepted time. */\n readonly acceptedAt?: string;\n /** Status of diagnostic provisioning. */\n readonly provisioningState?: DiagnosticProvisioningState;\n /** Array of Diagnostics. */\n readonly diagnostics?: Diagnostic[];\n}\n\nexport function diagnosticResourceSerializer(item: DiagnosticResource): any {\n return {\n properties: areAllPropsUndefined(item, [\"globalParameters\", \"insights\"])\n ? undefined\n : _diagnosticResourcePropertiesSerializer(item),\n };\n}\n\nexport function diagnosticResourceDeserializer(item: any): DiagnosticResource {\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 : _diagnosticResourcePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Diagnostic resource properties. */\nexport interface DiagnosticResourceProperties {\n /** Global parameters is an optional map which can be used to add key and value to request body to improve the diagnostics results */\n globalParameters?: Record<string, string>;\n /** SolutionIds that are needed to be invoked. */\n insights?: DiagnosticInvocation[];\n /** Diagnostic Request Accepted time. */\n readonly acceptedAt?: string;\n /** Status of diagnostic provisioning. */\n readonly provisioningState?: DiagnosticProvisioningState;\n /** Array of Diagnostics. */\n readonly diagnostics?: Diagnostic[];\n}\n\nexport function diagnosticResourcePropertiesSerializer(item: DiagnosticResourceProperties): any {\n return {\n globalParameters: item[\"globalParameters\"],\n insights: !item[\"insights\"]\n ? item[\"insights\"]\n : diagnosticInvocationArraySerializer(item[\"insights\"]),\n };\n}\n\nexport function diagnosticResourcePropertiesDeserializer(item: any): DiagnosticResourceProperties {\n return {\n globalParameters: !item[\"globalParameters\"]\n ? item[\"globalParameters\"]\n : Object.fromEntries(\n Object.entries(item[\"globalParameters\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n insights: !item[\"insights\"]\n ? item[\"insights\"]\n : diagnosticInvocationArrayDeserializer(item[\"insights\"]),\n acceptedAt: item[\"acceptedAt\"],\n provisioningState: item[\"provisioningState\"],\n diagnostics: !item[\"diagnostics\"]\n ? item[\"diagnostics\"]\n : diagnosticArrayDeserializer(item[\"diagnostics\"]),\n };\n}\n\nexport function diagnosticInvocationArraySerializer(result: Array<DiagnosticInvocation>): any[] {\n return result.map((item) => {\n return diagnosticInvocationSerializer(item);\n });\n}\n\nexport function diagnosticInvocationArrayDeserializer(result: Array<DiagnosticInvocation>): any[] {\n return result.map((item) => {\n return diagnosticInvocationDeserializer(item);\n });\n}\n\n/** Solution Invocation with additional params needed for invocation. */\nexport interface DiagnosticInvocation {\n /** Solution Id to invoke. */\n solutionId?: string;\n /** Additional parameters required to invoke the solutionId. */\n additionalParameters?: Record<string, string>;\n}\n\nexport function diagnosticInvocationSerializer(item: DiagnosticInvocation): any {\n return { solutionId: item[\"solutionId\"], additionalParameters: item[\"additionalParameters\"] };\n}\n\nexport function diagnosticInvocationDeserializer(item: any): DiagnosticInvocation {\n return {\n solutionId: item[\"solutionId\"],\n additionalParameters: !item[\"additionalParameters\"]\n ? item[\"additionalParameters\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalParameters\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n };\n}\n\n/** Status of diagnostic provisioning. */\nexport enum KnownDiagnosticProvisioningState {\n /** All Diagnostics in the Batch succeeded. */\n Succeeded = \"Succeeded\",\n /** Some Diagnostics are still running or failed. */\n PartialComplete = \"PartialComplete\",\n /** All Diagnostics failed to run. */\n Failed = \"Failed\",\n /** All Diagnostics are still running. */\n Running = \"Running\",\n /** When Diagnostic request gets canceled. */\n Canceled = \"Canceled\",\n}\n\n/**\n * Status of diagnostic provisioning. \\\n * {@link KnownDiagnosticProvisioningState} can be used interchangeably with DiagnosticProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: All Diagnostics in the Batch succeeded. \\\n * **PartialComplete**: Some Diagnostics are still running or failed. \\\n * **Failed**: All Diagnostics failed to run. \\\n * **Running**: All Diagnostics are still running. \\\n * **Canceled**: When Diagnostic request gets canceled.\n */\nexport type DiagnosticProvisioningState = string;\n\nexport function diagnosticArrayDeserializer(result: Array<Diagnostic>): any[] {\n return result.map((item) => {\n return diagnosticDeserializer(item);\n });\n}\n\n/** Properties returned with in an insight. */\nexport interface Diagnostic {\n /** Solution Id */\n solutionId?: string;\n /** Denotes the status of the diagnostic resource. */\n status?: Status;\n /** The problems (if any) detected by this insight. */\n insights?: Insight[];\n /** Error definition. */\n error?: ErrorModel;\n}\n\nexport function diagnosticDeserializer(item: any): Diagnostic {\n return {\n solutionId: item[\"solutionId\"],\n status: item[\"status\"],\n insights: !item[\"insights\"] ? item[\"insights\"] : insightArrayDeserializer(item[\"insights\"]),\n error: !item[\"error\"] ? item[\"error\"] : errorDeserializer(item[\"error\"]),\n };\n}\n\n/** Denotes the status of the diagnostic resource. */\nexport enum KnownStatus {\n /** Diagnostic creation failed. */\n Failed = \"Failed\",\n /** Request is missing required inputs to run. */\n MissingInputs = \"MissingInputs\",\n /** Diagnostic is still running. */\n Running = \"Running\",\n /** Diagnostic creation succeeded. */\n Succeeded = \"Succeeded\",\n /** Diagnostic was timed out. */\n Timeout = \"Timeout\",\n}\n\n/**\n * Denotes the status of the diagnostic resource. \\\n * {@link KnownStatus} can be used interchangeably with Status,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Failed**: Diagnostic creation failed. \\\n * **MissingInputs**: Request is missing required inputs to run. \\\n * **Running**: Diagnostic is still running. \\\n * **Succeeded**: Diagnostic creation succeeded. \\\n * **Timeout**: Diagnostic was timed out.\n */\nexport type Status = string;\n\nexport function insightArrayDeserializer(result: Array<Insight>): any[] {\n return result.map((item) => {\n return insightDeserializer(item);\n });\n}\n\n/** Detailed insights(s) obtained via the invocation of an insight diagnostic */\nexport interface Insight {\n /** Article id. */\n id?: string;\n /** This insight's title. */\n title?: string;\n /** Detailed result content. */\n results?: string;\n /** Importance level of the insight. */\n importanceLevel?: ImportanceLevel;\n}\n\nexport function insightDeserializer(item: any): Insight {\n return {\n id: item[\"id\"],\n title: item[\"title\"],\n results: item[\"results\"],\n importanceLevel: item[\"importanceLevel\"],\n };\n}\n\n/** Importance level of the insight. */\nexport enum KnownImportanceLevel {\n /** A critical insight has been found after running the diagnostic. */\n Critical = \"Critical\",\n /** A warning insight has been found after running the diagnostic. */\n Warning = \"Warning\",\n /** An information insight has been found after running the diagnostic. */\n Information = \"Information\",\n}\n\n/**\n * Importance level of the insight. \\\n * {@link KnownImportanceLevel} can be used interchangeably with ImportanceLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Critical**: A critical insight has been found after running the diagnostic. \\\n * **Warning**: A warning insight has been found after running the diagnostic. \\\n * **Information**: An information insight has been found after running the diagnostic.\n */\nexport type ImportanceLevel = string;\n\n/** Error definition. */\nexport interface ErrorModel {\n /** Service specific error code which serves as the substatus for the HTTP error code. */\n readonly code?: string;\n /** Service specific error type which serves as additional context for the error herein. */\n readonly type?: string;\n /** Description of the error. */\n readonly message?: string;\n /** An array of additional nested error response info objects, as described by this contract. */\n details?: ErrorModel[];\n}\n\nexport function errorDeserializer(item: any): ErrorModel {\n return {\n code: item[\"code\"],\n type: item[\"type\"],\n message: item[\"message\"],\n details: !item[\"details\"] ? item[\"details\"] : errorArrayDeserializer(item[\"details\"]),\n };\n}\n\nexport function errorArrayDeserializer(result: Array<ErrorModel>): any[] {\n return result.map((item) => {\n return errorDeserializer(item);\n });\n}\n\n/** The base extension resource. */\nexport interface ExtensionResource extends Resource {}\n\nexport function extensionResourceSerializer(_item: ExtensionResource): any {\n return {};\n}\n\nexport function extensionResourceDeserializer(item: any): ExtensionResource {\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/** Solution response. */\nexport interface SolutionResource extends ExtensionResource {\n /** Solution request trigger criteria */\n triggerCriteria?: TriggerCriterion[];\n /** Client input parameters to run Solution */\n parameters?: Record<string, string>;\n /** Solution Id to identify single solution. */\n readonly solutionId?: string;\n /** Status of solution provisioning. */\n readonly provisioningState?: SolutionProvisioningState;\n /** The title. */\n readonly title?: string;\n /** The HTML content that needs to be rendered and shown to customer. */\n readonly content?: string;\n /** Solution replacement maps. */\n readonly replacementMaps?: ReplacementMaps;\n /** List of section object. */\n readonly sections?: Section[];\n}\n\nexport function solutionResourceSerializer(item: SolutionResource): any {\n return {\n properties: areAllPropsUndefined(item, [\"triggerCriteria\", \"parameters\"])\n ? undefined\n : _solutionResourcePropertiesSerializer(item),\n };\n}\n\nexport function solutionResourceDeserializer(item: any): SolutionResource {\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 : _solutionResourcePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Solution result */\nexport interface SolutionResourceProperties {\n /** Solution request trigger criteria */\n triggerCriteria?: TriggerCriterion[];\n /** Client input parameters to run Solution */\n parameters?: Record<string, string>;\n /** Solution Id to identify single solution. */\n readonly solutionId?: string;\n /** Status of solution provisioning. */\n readonly provisioningState?: SolutionProvisioningState;\n /** The title. */\n readonly title?: string;\n /** The HTML content that needs to be rendered and shown to customer. */\n readonly content?: string;\n /** Solution replacement maps. */\n readonly replacementMaps?: ReplacementMaps;\n /** List of section object. */\n readonly sections?: Section[];\n}\n\nexport function solutionResourcePropertiesSerializer(item: SolutionResourceProperties): any {\n return {\n triggerCriteria: !item[\"triggerCriteria\"]\n ? item[\"triggerCriteria\"]\n : triggerCriterionArraySerializer(item[\"triggerCriteria\"]),\n parameters: item[\"parameters\"],\n };\n}\n\nexport function solutionResourcePropertiesDeserializer(item: any): SolutionResourceProperties {\n return {\n triggerCriteria: !item[\"triggerCriteria\"]\n ? item[\"triggerCriteria\"]\n : triggerCriterionArrayDeserializer(item[\"triggerCriteria\"]),\n parameters: !item[\"parameters\"]\n ? item[\"parameters\"]\n : Object.fromEntries(\n Object.entries(item[\"parameters\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n solutionId: item[\"solutionId\"],\n provisioningState: item[\"provisioningState\"],\n title: item[\"title\"],\n content: item[\"content\"],\n replacementMaps: !item[\"replacementMaps\"]\n ? item[\"replacementMaps\"]\n : replacementMapsDeserializer(item[\"replacementMaps\"]),\n sections: !item[\"sections\"] ? item[\"sections\"] : sectionArrayDeserializer(item[\"sections\"]),\n };\n}\n\nexport function triggerCriterionArraySerializer(result: Array<TriggerCriterion>): any[] {\n return result.map((item) => {\n return triggerCriterionSerializer(item);\n });\n}\n\nexport function triggerCriterionArrayDeserializer(result: Array<TriggerCriterion>): any[] {\n return result.map((item) => {\n return triggerCriterionDeserializer(item);\n });\n}\n\n/** Solution request trigger criterion. SolutionId/ProblemClassificationId is the only supported trigger type for Solution PUT request. ReplacementKey is the only supported trigger type for Solution PATCH request. */\nexport interface TriggerCriterion {\n /** Trigger criterion name. */\n name?: Name;\n /** Trigger criterion value. */\n value?: string;\n}\n\nexport function triggerCriterionSerializer(item: TriggerCriterion): any {\n return { name: item[\"name\"], value: item[\"value\"] };\n}\n\nexport function triggerCriterionDeserializer(item: any): TriggerCriterion {\n return {\n name: item[\"name\"],\n value: item[\"value\"],\n };\n}\n\n/** Trigger criterion name. */\nexport enum KnownName {\n /** SolutionId */\n SolutionId = \"SolutionId\",\n /** ProblemClassificationId */\n ProblemClassificationId = \"ProblemClassificationId\",\n /** ReplacementKey */\n ReplacementKey = \"ReplacementKey\",\n}\n\n/**\n * Trigger criterion name. \\\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 * **SolutionId** \\\n * **ProblemClassificationId** \\\n * **ReplacementKey**\n */\nexport type Name = string;\n\n/** Status of solution provisioning. */\nexport enum KnownSolutionProvisioningState {\n /** All Solutions in the Batch succeeded. */\n Succeeded = \"Succeeded\",\n /** Some Solutions are still running or failed. */\n PartialComplete = \"PartialComplete\",\n /** All Solutions failed to run. */\n Failed = \"Failed\",\n /** All Solutions are still running. */\n Running = \"Running\",\n /** When Solutions request gets canceled. */\n Canceled = \"Canceled\",\n}\n\n/**\n * Status of solution provisioning. \\\n * {@link KnownSolutionProvisioningState} can be used interchangeably with SolutionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: All Solutions in the Batch succeeded. \\\n * **PartialComplete**: Some Solutions are still running or failed. \\\n * **Failed**: All Solutions failed to run. \\\n * **Running**: All Solutions are still running. \\\n * **Canceled**: When Solutions request gets canceled.\n */\nexport type SolutionProvisioningState = string;\n\n/** Solution replacement maps. */\nexport interface ReplacementMaps {\n /** Solution AzureKB results */\n webResults?: WebResult[];\n /** Solution diagnostics results. */\n diagnostics?: SolutionsDiagnostic[];\n /** Solutions Troubleshooters */\n troubleshooters?: SolutionsTroubleshooters[];\n /** Solution metrics based charts */\n metricsBasedCharts?: MetricsBasedChart[];\n /** Video solutions, which have the power to engage the customer by stimulating their senses */\n videos?: Video[];\n /** Group of Videos */\n videoGroups?: VideoGroup[];\n}\n\nexport function replacementMapsDeserializer(item: any): ReplacementMaps {\n return {\n webResults: !item[\"webResults\"]\n ? item[\"webResults\"]\n : webResultArrayDeserializer(item[\"webResults\"]),\n diagnostics: !item[\"diagnostics\"]\n ? item[\"diagnostics\"]\n : solutionsDiagnosticArrayDeserializer(item[\"diagnostics\"]),\n troubleshooters: !item[\"troubleshooters\"]\n ? item[\"troubleshooters\"]\n : solutionsTroubleshootersArrayDeserializer(item[\"troubleshooters\"]),\n metricsBasedCharts: !item[\"metricsBasedCharts\"]\n ? item[\"metricsBasedCharts\"]\n : metricsBasedChartArrayDeserializer(item[\"metricsBasedCharts\"]),\n videos: !item[\"videos\"] ? item[\"videos\"] : videoArrayDeserializer(item[\"videos\"]),\n videoGroups: !item[\"videoGroups\"]\n ? item[\"videoGroups\"]\n : videoGroupArrayDeserializer(item[\"videoGroups\"]),\n };\n}\n\nexport function webResultArrayDeserializer(result: Array<WebResult>): any[] {\n return result.map((item) => {\n return webResultDeserializer(item);\n });\n}\n\n/** AzureKB web result */\nexport interface WebResult {\n /** Place holder used in HTML Content replace control with the content */\n replacementKey?: string;\n /** AzureKB search results */\n searchResults?: SearchResult[];\n}\n\nexport function webResultDeserializer(item: any): WebResult {\n return {\n replacementKey: item[\"replacementKey\"],\n searchResults: !item[\"searchResults\"]\n ? item[\"searchResults\"]\n : searchResultArrayDeserializer(item[\"searchResults\"]),\n };\n}\n\nexport function searchResultArrayDeserializer(result: Array<SearchResult>): any[] {\n return result.map((item) => {\n return searchResultDeserializer(item);\n });\n}\n\n/** Details of an AzureKB search result. */\nexport interface SearchResult {\n /** Unique id of the result. */\n solutionId?: string;\n /** Content of the search result. */\n content?: string;\n /** Title of the search result. */\n title?: string;\n /** Confidence of the search result. */\n confidence?: Confidence;\n /** Source of the search result. */\n source?: string;\n /** Result type of the search result. */\n resultType?: ResultType;\n /** rank of the search result */\n rank?: number;\n /** Link to the document. */\n link?: string;\n}\n\nexport function searchResultDeserializer(item: any): SearchResult {\n return {\n solutionId: item[\"solutionId\"],\n content: item[\"content\"],\n title: item[\"title\"],\n confidence: item[\"confidence\"],\n source: item[\"source\"],\n resultType: item[\"resultType\"],\n rank: item[\"rank\"],\n link: item[\"link\"],\n };\n}\n\n/** Confidence of the search result. */\nexport enum KnownConfidence {\n /** Low */\n Low = \"Low\",\n /** Medium */\n Medium = \"Medium\",\n /** High */\n High = \"High\",\n}\n\n/**\n * Confidence of the search result. \\\n * {@link KnownConfidence} can be used interchangeably with Confidence,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Low** \\\n * **Medium** \\\n * **High**\n */\nexport type Confidence = string;\n\n/** Result type of the search result. */\nexport enum KnownResultType {\n /** Community */\n Community = \"Community\",\n /** Documentation */\n Documentation = \"Documentation\",\n}\n\n/**\n * Result type of the search result. \\\n * {@link KnownResultType} can be used interchangeably with ResultType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Community** \\\n * **Documentation**\n */\nexport type ResultType = string;\n\nexport function solutionsDiagnosticArrayDeserializer(result: Array<SolutionsDiagnostic>): any[] {\n return result.map((item) => {\n return solutionsDiagnosticDeserializer(item);\n });\n}\n\n/** Solutions Diagnostic */\nexport interface SolutionsDiagnostic {\n /** Solution Id to identify single Solutions Diagnostic */\n solutionId?: string;\n /** Denotes the status of the diagnostic resource. */\n status?: Status;\n /** Details of the status */\n statusDetails?: string;\n /** Place holder used in HTML Content replace control with the content */\n replacementKey?: string;\n /** Diagnostics estimated completion time in minutes */\n estimatedCompletionTime?: string;\n /** Required parameters of this item */\n requiredParameters?: string[];\n /** Diagnostic insights */\n insights?: Insight[];\n}\n\nexport function solutionsDiagnosticDeserializer(item: any): SolutionsDiagnostic {\n return {\n solutionId: item[\"solutionId\"],\n status: item[\"status\"],\n statusDetails: item[\"statusDetails\"],\n replacementKey: item[\"replacementKey\"],\n estimatedCompletionTime: item[\"estimatedCompletionTime\"],\n requiredParameters: !item[\"requiredParameters\"]\n ? item[\"requiredParameters\"]\n : item[\"requiredParameters\"].map((p: any) => {\n return p;\n }),\n insights: !item[\"insights\"] ? item[\"insights\"] : insightArrayDeserializer(item[\"insights\"]),\n };\n}\n\nexport function solutionsTroubleshootersArrayDeserializer(\n result: Array<SolutionsTroubleshooters>,\n): any[] {\n return result.map((item) => {\n return solutionsTroubleshootersDeserializer(item);\n });\n}\n\n/** Troubleshooters in Solutions */\nexport interface SolutionsTroubleshooters {\n /** Solution Id to identify single Solutions Troubleshooter */\n solutionId?: string;\n /** Troubleshooter title */\n title?: string;\n /** Troubleshooter summary */\n summary?: string;\n}\n\nexport function solutionsTroubleshootersDeserializer(item: any): SolutionsTroubleshooters {\n return {\n solutionId: item[\"solutionId\"],\n title: item[\"title\"],\n summary: item[\"summary\"],\n };\n}\n\nexport function metricsBasedChartArrayDeserializer(result: Array<MetricsBasedChart>): any[] {\n return result.map((item) => {\n return metricsBasedChartDeserializer(item);\n });\n}\n\n/** Solutions metrics based chart */\nexport interface MetricsBasedChart {\n /** Chart name */\n name?: string;\n /** Allowed values are Sum, Avg, Count, Min, Max. Default is Sum */\n aggregationType?: AggregationType;\n /** Time span duration */\n timeSpanDuration?: string;\n /** Chart title */\n title?: string;\n /** Filter group */\n filterGroup?: FilterGroup;\n /** Place holder used in HTML Content replace control with the content */\n replacementKey?: string;\n}\n\nexport function metricsBasedChartDeserializer(item: any): MetricsBasedChart {\n return {\n name: item[\"name\"],\n aggregationType: item[\"aggregationType\"],\n timeSpanDuration: item[\"timeSpanDuration\"],\n title: item[\"title\"],\n filterGroup: !item[\"filterGroup\"]\n ? item[\"filterGroup\"]\n : filterGroupDeserializer(item[\"filterGroup\"]),\n replacementKey: item[\"replacementKey\"],\n };\n}\n\n/** Allowed values are Sum, Avg, Count, Min, Max. Default is Sum */\nexport enum KnownAggregationType {\n /** Sum */\n Sum = \"Sum\",\n /** Avg */\n Avg = \"Avg\",\n /** Count */\n Count = \"Count\",\n /** Min */\n Min = \"Min\",\n /** Max */\n Max = \"Max\",\n}\n\n/**\n * Allowed values are Sum, Avg, Count, Min, Max. Default is Sum \\\n * {@link KnownAggregationType} can be used interchangeably with AggregationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Sum** \\\n * **Avg** \\\n * **Count** \\\n * **Min** \\\n * **Max**\n */\nexport type AggregationType = string;\n\n/** Filter group */\nexport interface FilterGroup {\n /** List of filters */\n filter?: Filter[];\n}\n\nexport function filterGroupDeserializer(item: any): FilterGroup {\n return {\n filter: !item[\"filter\"] ? item[\"filter\"] : filterArrayDeserializer(item[\"filter\"]),\n };\n}\n\nexport function filterArrayDeserializer(result: Array<Filter>): any[] {\n return result.map((item) => {\n return filterDeserializer(item);\n });\n}\n\n/** Filter criterion */\nexport interface Filter {\n /** Filter name */\n name?: string;\n /** Filter values */\n values?: string;\n /** Filter operator */\n operator?: string;\n}\n\nexport function filterDeserializer(item: any): Filter {\n return {\n name: item[\"name\"],\n values: item[\"values\"],\n operator: item[\"operator\"],\n };\n}\n\nexport function videoArrayDeserializer(result: Array<Video>): any[] {\n return result.map((item) => {\n return videoDeserializer(item);\n });\n}\n\n/** Video detail */\nexport interface Video extends VideoGroupVideo {\n /** Place holder used in HTML Content replace control with the insight content */\n replacementKey?: string;\n}\n\nexport function videoDeserializer(item: any): Video {\n return {\n src: item[\"src\"],\n title: item[\"title\"],\n replacementKey: item[\"replacementKey\"],\n };\n}\n\nexport function videoGroupArrayDeserializer(result: Array<VideoGroup>): any[] {\n return result.map((item) => {\n return videoGroupDeserializer(item);\n });\n}\n\n/** Video group detail */\nexport interface VideoGroup {\n /** List of videos will be shown to customers */\n videos?: VideoGroupVideo[];\n /** Place holder used in HTML Content replace control with the insight content */\n replacementKey?: string;\n}\n\nexport function videoGroupDeserializer(item: any): VideoGroup {\n return {\n videos: !item[\"videos\"] ? item[\"videos\"] : videoGroupVideoArrayDeserializer(item[\"videos\"]),\n replacementKey: item[\"replacementKey\"],\n };\n}\n\nexport function videoGroupVideoArrayDeserializer(result: Array<VideoGroupVideo>): any[] {\n return result.map((item) => {\n return videoGroupVideoDeserializer(item);\n });\n}\n\n/** VideoGroup video detail */\nexport interface VideoGroupVideo {\n /** Link to the video */\n src?: string;\n /** Title of the video */\n title?: string;\n}\n\nexport function videoGroupVideoDeserializer(item: any): VideoGroupVideo {\n return {\n src: item[\"src\"],\n title: item[\"title\"],\n };\n}\n\nexport function sectionArrayDeserializer(result: Array<Section>): any[] {\n return result.map((item) => {\n return sectionDeserializer(item);\n });\n}\n\n/** Part of the solution and are dividers in the solution rendering. */\nexport interface Section {\n /** Solution sections title. */\n title?: string;\n /** Solution sections content. */\n content?: string;\n /** Solution replacement maps. */\n replacementMaps?: ReplacementMaps;\n}\n\nexport function sectionDeserializer(item: any): Section {\n return {\n title: item[\"title\"],\n content: item[\"content\"],\n replacementMaps: !item[\"replacementMaps\"]\n ? item[\"replacementMaps\"]\n : replacementMapsDeserializer(item[\"replacementMaps\"]),\n };\n}\n\n/** Solution PatchRequest body */\nexport interface SolutionPatchRequestBody {\n /** Solution request trigger criteria */\n triggerCriteria?: TriggerCriterion[];\n /** Client input parameters to run Solution */\n parameters?: Record<string, string>;\n /** Solution Id to identify single solution. */\n readonly solutionId?: string;\n /** Status of solution provisioning. */\n readonly provisioningState?: SolutionProvisioningState;\n /** The title. */\n readonly title?: string;\n /** The HTML content that needs to be rendered and shown to customer. */\n readonly content?: string;\n /** Solution replacement maps. */\n readonly replacementMaps?: ReplacementMaps;\n /** List of section object. */\n readonly sections?: Section[];\n}\n\nexport function solutionPatchRequestBodySerializer(item: SolutionPatchRequestBody): any {\n return {\n properties: areAllPropsUndefined(item, [\"triggerCriteria\", \"parameters\"])\n ? undefined\n : _solutionPatchRequestBodyPropertiesSerializer(item),\n };\n}\n\n/** Solution WarmUpRequest body */\nexport interface SolutionWarmUpRequestBody {\n /** Dictionary of <string> */\n parameters?: Record<string, string>;\n}\n\nexport function solutionWarmUpRequestBodySerializer(item: SolutionWarmUpRequestBody): any {\n return { parameters: item[\"parameters\"] };\n}\n\n/** Simplified Solutions response. */\nexport interface SimplifiedSolutionsResource extends ExtensionResource {\n /** Solution Id to identify single Simplified Solution. */\n solutionId?: string;\n /** Client input parameters to run Simplified Solutions */\n parameters?: Record<string, string>;\n /** The title. */\n readonly title?: string;\n /** Additional parameter response for Simplified Solutions */\n readonly appendix?: Record<string, string>;\n /** The HTML content that needs to be rendered and shown to customer. */\n readonly content?: string;\n /** Status of Simplified Solution provisioning. */\n readonly provisioningState?: SolutionProvisioningState;\n}\n\nexport function simplifiedSolutionsResourceSerializer(item: SimplifiedSolutionsResource): any {\n return {\n properties: areAllPropsUndefined(item, [\"solutionId\", \"parameters\"])\n ? undefined\n : _simplifiedSolutionsResourcePropertiesSerializer(item),\n };\n}\n\nexport function simplifiedSolutionsResourceDeserializer(item: any): SimplifiedSolutionsResource {\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 : _simplifiedSolutionsResourcePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Simplified Solutions result */\nexport interface SimplifiedSolutionsResourceProperties {\n /** Solution Id to identify single Simplified Solution. */\n solutionId?: string;\n /** Client input parameters to run Simplified Solutions */\n parameters?: Record<string, string>;\n /** The title. */\n readonly title?: string;\n /** Additional parameter response for Simplified Solutions */\n readonly appendix?: Record<string, string>;\n /** The HTML content that needs to be rendered and shown to customer. */\n readonly content?: string;\n /** Status of Simplified Solution provisioning. */\n readonly provisioningState?: SolutionProvisioningState;\n}\n\nexport function simplifiedSolutionsResourcePropertiesSerializer(\n item: SimplifiedSolutionsResourceProperties,\n): any {\n return { solutionId: item[\"solutionId\"], parameters: item[\"parameters\"] };\n}\n\nexport function simplifiedSolutionsResourcePropertiesDeserializer(\n item: any,\n): SimplifiedSolutionsResourceProperties {\n return {\n solutionId: item[\"solutionId\"],\n parameters: !item[\"parameters\"]\n ? item[\"parameters\"]\n : Object.fromEntries(\n Object.entries(item[\"parameters\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n title: item[\"title\"],\n appendix: !item[\"appendix\"]\n ? item[\"appendix\"]\n : Object.fromEntries(Object.entries(item[\"appendix\"]).map(([k, p]: [string, any]) => [k, p])),\n content: item[\"content\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** Troubleshooter response. */\nexport interface TroubleshooterResource extends ExtensionResource {\n /** Solution Id to identify single troubleshooter. */\n solutionId?: string;\n /** Client input parameters to run Troubleshooter Resource */\n parameters?: Record<string, string>;\n /** Status of troubleshooter provisioning. */\n readonly provisioningState?: TroubleshooterProvisioningState;\n /** List of step object. */\n readonly steps?: Step[];\n}\n\nexport function troubleshooterResourceSerializer(item: TroubleshooterResource): any {\n return {\n properties: areAllPropsUndefined(item, [\"solutionId\", \"parameters\"])\n ? undefined\n : _troubleshooterResourcePropertiesSerializer(item),\n };\n}\n\nexport function troubleshooterResourceDeserializer(item: any): TroubleshooterResource {\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 : _troubleshooterResourcePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Troubleshooter Instance properties. */\nexport interface TroubleshooterInstanceProperties {\n /** Solution Id to identify single troubleshooter. */\n solutionId?: string;\n /** Client input parameters to run Troubleshooter Resource */\n parameters?: Record<string, string>;\n /** Status of troubleshooter provisioning. */\n readonly provisioningState?: TroubleshooterProvisioningState;\n /** List of step object. */\n readonly steps?: Step[];\n}\n\nexport function troubleshooterInstancePropertiesSerializer(\n item: TroubleshooterInstanceProperties,\n): any {\n return { solutionId: item[\"solutionId\"], parameters: item[\"parameters\"] };\n}\n\nexport function troubleshooterInstancePropertiesDeserializer(\n item: any,\n): TroubleshooterInstanceProperties {\n return {\n solutionId: item[\"solutionId\"],\n parameters: !item[\"parameters\"]\n ? item[\"parameters\"]\n : Object.fromEntries(\n Object.entries(item[\"parameters\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n provisioningState: item[\"provisioningState\"],\n steps: !item[\"steps\"] ? item[\"steps\"] : stepArrayDeserializer(item[\"steps\"]),\n };\n}\n\n/** Status of troubleshooter provisioning. */\nexport enum KnownTroubleshooterProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Running */\n Running = \"Running\",\n /** AutoContinue */\n AutoContinue = \"AutoContinue\",\n}\n\n/**\n * Status of troubleshooter provisioning. \\\n * {@link KnownTroubleshooterProvisioningState} can be used interchangeably with TroubleshooterProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Running** \\\n * **AutoContinue**\n */\nexport type TroubleshooterProvisioningState = string;\n\nexport function stepArrayDeserializer(result: Array<Step>): any[] {\n return result.map((item) => {\n return stepDeserializer(item);\n });\n}\n\n/** Troubleshooter step */\nexport interface Step {\n /** Unique step id. */\n id?: string;\n /** Step title. */\n title?: string;\n /** Step description. */\n description?: string;\n /** Get or sets the Step guidance. */\n guidance?: string;\n /** Status of Troubleshooter Step execution. */\n executionStatus?: ExecutionStatus;\n /** This field has more detailed status description of the execution status. */\n executionStatusDescription?: string;\n /** Type of Troubleshooting step. */\n type?: Type;\n /** is this last step of the workflow. */\n isLastStep?: boolean;\n inputs?: StepInput[];\n /** Only for AutomatedStep type */\n automatedCheckResults?: AutomatedCheckResult;\n insights?: Insight[];\n /** The error detail. */\n error?: ErrorDetail;\n}\n\nexport function stepDeserializer(item: any): Step {\n return {\n id: item[\"id\"],\n title: item[\"title\"],\n description: item[\"description\"],\n guidance: item[\"guidance\"],\n executionStatus: item[\"executionStatus\"],\n executionStatusDescription: item[\"executionStatusDescription\"],\n type: item[\"type\"],\n isLastStep: item[\"isLastStep\"],\n inputs: !item[\"inputs\"] ? item[\"inputs\"] : stepInputArrayDeserializer(item[\"inputs\"]),\n automatedCheckResults: !item[\"automatedCheckResults\"]\n ? item[\"automatedCheckResults\"]\n : automatedCheckResultDeserializer(item[\"automatedCheckResults\"]),\n insights: !item[\"insights\"] ? item[\"insights\"] : insightArrayDeserializer(item[\"insights\"]),\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** Status of Troubleshooter Step execution. */\nexport enum KnownExecutionStatus {\n /** Step execution succeeded. */\n Success = \"Success\",\n /** Step execution running */\n Running = \"Running\",\n /** Step execution failed */\n Failed = \"Failed\",\n /** Step execution warning */\n Warning = \"Warning\",\n}\n\n/**\n * Status of Troubleshooter Step execution. \\\n * {@link KnownExecutionStatus} can be used interchangeably with ExecutionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Success**: Step execution succeeded. \\\n * **Running**: Step execution running \\\n * **Failed**: Step execution failed \\\n * **Warning**: Step execution warning\n */\nexport type ExecutionStatus = string;\n\n/** Type of Troubleshooting step. */\nexport enum KnownType {\n /** Decision */\n Decision = \"Decision\",\n /** Solution */\n Solution = \"Solution\",\n /** Insight */\n Insight = \"Insight\",\n /** AutomatedCheck */\n AutomatedCheck = \"AutomatedCheck\",\n /** Input */\n Input = \"Input\",\n}\n\n/**\n * Type of Troubleshooting step. \\\n * {@link KnownType} can be used interchangeably with Type,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Decision** \\\n * **Solution** \\\n * **Insight** \\\n * **AutomatedCheck** \\\n * **Input**\n */\nexport type Type = string;\n\nexport function stepInputArrayDeserializer(result: Array<StepInput>): any[] {\n return result.map((item) => {\n return stepInputDeserializer(item);\n });\n}\n\n/** Details of step input. */\nexport interface StepInput {\n /** Use Index as QuestionId. */\n questionId?: string;\n /** Type of Question */\n questionType?: QuestionType;\n /** Question title */\n questionTitle?: string;\n /** User question content. */\n questionContent?: string;\n /** Default is Text. */\n questionContentType?: QuestionContentType;\n /** Place holder text for response hints. */\n responseHint?: string;\n /** Result of Automate step. */\n recommendedOption?: string;\n /** Text of response that was selected. */\n selectedOptionValue?: string;\n /** Troubleshooter step input response validation properties */\n responseValidationProperties?: ResponseValidationProperties;\n responseOptions?: ResponseOption[];\n}\n\nexport function stepInputDeserializer(item: any): StepInput {\n return {\n questionId: item[\"questionId\"],\n questionType: item[\"questionType\"],\n questionTitle: item[\"questionTitle\"],\n questionContent: item[\"questionContent\"],\n questionContentType: item[\"questionContentType\"],\n responseHint: item[\"responseHint\"],\n recommendedOption: item[\"recommendedOption\"],\n selectedOptionValue: item[\"selectedOptionValue\"],\n responseValidationProperties: !item[\"responseValidationProperties\"]\n ? item[\"responseValidationProperties\"]\n : responseValidationPropertiesDeserializer(item[\"responseValidationProperties\"]),\n responseOptions: !item[\"responseOptions\"]\n ? item[\"responseOptions\"]\n : responseOptionArrayDeserializer(item[\"responseOptions\"]),\n };\n}\n\n/** Type of Question */\nexport enum KnownQuestionType {\n /** SingleChoice radio button */\n RadioButton = \"RadioButton\",\n /** SingleChoice dropdown. */\n Dropdown = \"Dropdown\",\n /** Text Input */\n TextInput = \"TextInput\",\n /** MultiLineInfoBox */\n MultiLineInfoBox = \"MultiLineInfoBox\",\n /** DateTime Picker */\n DateTimePicker = \"DateTimePicker\",\n /** Multi Select */\n MultiSelect = \"MultiSelect\",\n}\n\n/**\n * Type of Question \\\n * {@link KnownQuestionType} can be used interchangeably with QuestionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **RadioButton**: SingleChoice radio button \\\n * **Dropdown**: SingleChoice dropdown. \\\n * **TextInput**: Text Input \\\n * **MultiLineInfoBox**: MultiLineInfoBox \\\n * **DateTimePicker**: DateTime Picker \\\n * **MultiSelect**: Multi Select\n */\nexport type QuestionType = string;\n\n/** Default is Text. */\nexport enum KnownQuestionContentType {\n /** Text */\n Text = \"Text\",\n /** Html */\n Html = \"Html\",\n /** Markdown */\n Markdown = \"Markdown\",\n}\n\n/**\n * Default is Text. \\\n * {@link KnownQuestionContentType} can be used interchangeably with QuestionContentType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Text** \\\n * **Html** \\\n * **Markdown**\n */\nexport type QuestionContentType = string;\n\n/** Troubleshooter step input response validation properties */\nexport interface ResponseValidationProperties {\n /** Regex used for the input validation. */\n regex?: string;\n /** Validation scope */\n validationScope?: ValidationScope;\n /** Default True */\n isRequired?: boolean;\n /** Validation Error Message. */\n validationErrorMessage?: string;\n /** Max text input (open Ended Text). */\n maxLength?: number;\n}\n\nexport function responseValidationPropertiesDeserializer(item: any): ResponseValidationProperties {\n return {\n regex: item[\"regex\"],\n validationScope: item[\"validationScope\"],\n isRequired: item[\"isRequired\"],\n validationErrorMessage: item[\"validationErrorMessage\"],\n maxLength: item[\"maxLength\"],\n };\n}\n\n/** Validation scope */\nexport enum KnownValidationScope {\n /** None */\n None = \"None\",\n /** URLFormat */\n URLFormat = \"URLFormat\",\n /** GuidFormat */\n GuidFormat = \"GuidFormat\",\n /** IpAddressFormat */\n IpAddressFormat = \"IpAddressFormat\",\n /** NumberOnlyFormat */\n NumberOnlyFormat = \"NumberOnlyFormat\",\n}\n\n/**\n * Validation scope \\\n * {@link KnownValidationScope} can be used interchangeably with ValidationScope,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **URLFormat** \\\n * **GuidFormat** \\\n * **IpAddressFormat** \\\n * **NumberOnlyFormat**\n */\nexport type ValidationScope = string;\n\nexport function responseOptionArrayDeserializer(result: Array<ResponseOption>): any[] {\n return result.map((item) => {\n return responseOptionDeserializer(item);\n });\n}\n\n/** The status of the resource. */\nexport interface ResponseOption {\n /** Unique string. */\n key?: string;\n /** Option description */\n value?: string;\n}\n\nexport function responseOptionDeserializer(item: any): ResponseOption {\n return {\n key: item[\"key\"],\n value: item[\"value\"],\n };\n}\n\n/** Only for AutomatedStep type */\nexport interface AutomatedCheckResult {\n /** Version for automated check result */\n version?: string;\n /** Status for automated check result */\n status?: string;\n /** Insight Article Content */\n result?: string;\n /** Type of Result. */\n type?: AutomatedCheckResultType;\n}\n\nexport function automatedCheckResultDeserializer(item: any): AutomatedCheckResult {\n return {\n version: item[\"version\"],\n status: item[\"status\"],\n result: item[\"result\"],\n type: item[\"type\"],\n };\n}\n\n/** Type of Result. */\nexport enum KnownAutomatedCheckResultType {\n /** Success */\n Success = \"Success\",\n /** Warning */\n Warning = \"Warning\",\n /** Error */\n Error = \"Error\",\n /** Information */\n Information = \"Information\",\n}\n\n/**\n * Type of Result. \\\n * {@link KnownAutomatedCheckResultType} can be used interchangeably with AutomatedCheckResultType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Success** \\\n * **Warning** \\\n * **Error** \\\n * **Information**\n */\nexport type AutomatedCheckResultType = string;\n\n/** Troubleshooter ContinueRequest body. */\nexport interface ContinueRequestBody {\n /** Unique id of the result. */\n stepId?: string;\n responses?: TroubleshooterResponse[];\n}\n\nexport function continueRequestBodySerializer(item: ContinueRequestBody): any {\n return {\n stepId: item[\"stepId\"],\n responses: !item[\"responses\"]\n ? item[\"responses\"]\n : troubleshooterResponseArraySerializer(item[\"responses\"]),\n };\n}\n\nexport function troubleshooterResponseArraySerializer(\n result: Array<TroubleshooterResponse>,\n): any[] {\n return result.map((item) => {\n return troubleshooterResponseSerializer(item);\n });\n}\n\n/** User Response for Troubleshooter continue request */\nexport interface TroubleshooterResponse {\n /** id of the question. */\n questionId?: string;\n /** Type of Question */\n questionType?: QuestionType;\n /** Response key for SingleInput. For Multi-line test/open ended question it is free form text */\n response?: string;\n}\n\nexport function troubleshooterResponseSerializer(item: TroubleshooterResponse): any {\n return {\n questionId: item[\"questionId\"],\n questionType: item[\"questionType\"],\n response: item[\"response\"],\n };\n}\n\n/** Troubleshooter restart response */\nexport interface RestartTroubleshooterResponse {\n /** Updated TroubleshooterResource Name . */\n readonly troubleshooterResourceName?: string;\n}\n\nexport function restartTroubleshooterResponseDeserializer(\n item: any,\n): RestartTroubleshooterResponse {\n return {\n troubleshooterResourceName: item[\"troubleshooterResourceName\"],\n };\n}\n\n/** Self Help Solution response. */\nexport interface SolutionResourceSelfHelp extends ProxyResource {\n /** SolutionId is a unique id to identify a solution. You can retrieve the solution id using the Discovery api - https://learn.microsoft.com/en-us/rest/api/help/discovery-solution/list?view=rest-help-2023-09-01-preview&tabs=HTTP */\n readonly solutionId?: string;\n /** The title. */\n readonly title?: string;\n /** The HTML content that needs to be rendered and shown to customer. */\n readonly content?: string;\n /** Solution replacement maps. */\n readonly replacementMaps?: ReplacementMapsSelfHelp;\n /** List of section object. */\n readonly sections?: SectionSelfHelp[];\n}\n\nexport function solutionResourceSelfHelpSerializer(item: SolutionResourceSelfHelp): any {\n return {\n properties: areAllPropsUndefined(item, [])\n ? undefined\n : _solutionResourceSelfHelpPropertiesSerializer(item),\n };\n}\n\nexport function solutionResourceSelfHelpDeserializer(item: any): SolutionResourceSelfHelp {\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 : _solutionResourceSelfHelpPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Solution result */\nexport interface SolutionsResourcePropertiesSelfHelp {\n /** SolutionId is a unique id to identify a solution. You can retrieve the solution id using the Discovery api - https://learn.microsoft.com/en-us/rest/api/help/discovery-solution/list?view=rest-help-2023-09-01-preview&tabs=HTTP */\n readonly solutionId?: string;\n /** The title. */\n readonly title?: string;\n /** The HTML content that needs to be rendered and shown to customer. */\n readonly content?: string;\n /** Solution replacement maps. */\n readonly replacementMaps?: ReplacementMapsSelfHelp;\n /** List of section object. */\n readonly sections?: SectionSelfHelp[];\n}\n\nexport function solutionsResourcePropertiesSelfHelpSerializer(\n _item: SolutionsResourcePropertiesSelfHelp,\n): any {\n return {};\n}\n\nexport function solutionsResourcePropertiesSelfHelpDeserializer(\n item: any,\n): SolutionsResourcePropertiesSelfHelp {\n return {\n solutionId: item[\"solutionId\"],\n title: item[\"title\"],\n content: item[\"content\"],\n replacementMaps: !item[\"replacementMaps\"]\n ? item[\"replacementMaps\"]\n : replacementMapsSelfHelpDeserializer(item[\"replacementMaps\"]),\n sections: !item[\"sections\"]\n ? item[\"sections\"]\n : sectionSelfHelpArrayDeserializer(item[\"sections\"]),\n };\n}\n\n/** Solution replacement maps. */\nexport interface ReplacementMapsSelfHelp {\n /** Solution AzureKB results */\n webResults?: WebResult[];\n /** Video solutions, which have the power to engage the customer by stimulating their senses */\n videos?: Video[];\n /** Group of Videos */\n videoGroups?: VideoGroup[];\n}\n\nexport function replacementMapsSelfHelpDeserializer(item: any): ReplacementMapsSelfHelp {\n return {\n webResults: !item[\"webResults\"]\n ? item[\"webResults\"]\n : webResultArrayDeserializer(item[\"webResults\"]),\n videos: !item[\"videos\"] ? item[\"videos\"] : videoArrayDeserializer(item[\"videos\"]),\n videoGroups: !item[\"videoGroups\"]\n ? item[\"videoGroups\"]\n : videoGroupArrayDeserializer(item[\"videoGroups\"]),\n };\n}\n\nexport function sectionSelfHelpArrayDeserializer(result: Array<SectionSelfHelp>): any[] {\n return result.map((item) => {\n return sectionSelfHelpDeserializer(item);\n });\n}\n\n/** Part of the solution and are dividers in the solution rendering. */\nexport interface SectionSelfHelp {\n /** Solution sections title. */\n title?: string;\n /** Solution sections content. */\n content?: string;\n /** Solution replacement maps. */\n replacementMaps?: ReplacementMapsSelfHelp;\n}\n\nexport function sectionSelfHelpDeserializer(item: any): SectionSelfHelp {\n return {\n title: item[\"title\"],\n content: item[\"content\"],\n replacementMaps: !item[\"replacementMaps\"]\n ? item[\"replacementMaps\"]\n : replacementMapsSelfHelpDeserializer(item[\"replacementMaps\"]),\n };\n}\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/** The check availability request body. */\nexport interface CheckNameAvailabilityRequest {\n /** The name of the resource for which availability needs to be checked. */\n name?: string;\n /** The resource type. */\n type?: string;\n}\n\nexport function checkNameAvailabilityRequestSerializer(item: CheckNameAvailabilityRequest): any {\n return { name: item[\"name\"], type: item[\"type\"] };\n}\n\n/** Response for whether the requested resource name is available or not. */\nexport interface CheckNameAvailabilityResponse {\n /** Returns true or false depending on the availability of the name */\n nameAvailable?: boolean;\n /** Reason for why value is not available. This field is returned if nameAvailable is false. */\n reason?: string;\n /** Gets an error message explaining the 'reason' value with more details. This field is returned iif nameAvailable is false. */\n message?: string;\n}\n\nexport function checkNameAvailabilityResponseDeserializer(\n item: any,\n): CheckNameAvailabilityResponse {\n return {\n nameAvailable: item[\"nameAvailable\"],\n reason: item[\"reason\"],\n message: item[\"message\"],\n };\n}\n\n/** Discovery response. */\nexport interface _DiscoveryResponse {\n /** The SolutionMetadataResource items on this page */\n value: SolutionMetadataResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _discoveryResponseDeserializer(item: any): _DiscoveryResponse {\n return {\n value: solutionMetadataResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function solutionMetadataResourceArraySerializer(\n result: Array<SolutionMetadataResource>,\n): any[] {\n return result.map((item) => {\n return solutionMetadataResourceSerializer(item);\n });\n}\n\nexport function solutionMetadataResourceArrayDeserializer(\n result: Array<SolutionMetadataResource>,\n): any[] {\n return result.map((item) => {\n return solutionMetadataResourceDeserializer(item);\n });\n}\n\n/** Metadata resource */\nexport interface SolutionMetadataResource extends ProxyResource {\n /** List of metadata. */\n solutions?: SolutionMetadataProperties[];\n}\n\nexport function solutionMetadataResourceSerializer(item: SolutionMetadataResource): any {\n return {\n properties: areAllPropsUndefined(item, [\"solutions\"])\n ? undefined\n : _solutionMetadataResourcePropertiesSerializer(item),\n };\n}\n\nexport function solutionMetadataResourceDeserializer(item: any): SolutionMetadataResource {\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 : _solutionMetadataResourcePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** List of solutions */\nexport interface Solutions {\n /** List of metadata. */\n solutions?: SolutionMetadataProperties[];\n}\n\nexport function solutionsSerializer(item: Solutions): any {\n return {\n solutions: !item[\"solutions\"]\n ? item[\"solutions\"]\n : solutionMetadataPropertiesArraySerializer(item[\"solutions\"]),\n };\n}\n\nexport function solutionsDeserializer(item: any): Solutions {\n return {\n solutions: !item[\"solutions\"]\n ? item[\"solutions\"]\n : solutionMetadataPropertiesArrayDeserializer(item[\"solutions\"]),\n };\n}\n\nexport function solutionMetadataPropertiesArraySerializer(\n result: Array<SolutionMetadataProperties>,\n): any[] {\n return result.map((item) => {\n return solutionMetadataPropertiesSerializer(item);\n });\n}\n\nexport function solutionMetadataPropertiesArrayDeserializer(\n result: Array<SolutionMetadataProperties>,\n): any[] {\n return result.map((item) => {\n return solutionMetadataPropertiesDeserializer(item);\n });\n}\n\n/** Metadata Properties */\nexport interface SolutionMetadataProperties {\n /** Solution Id. */\n solutionId?: string;\n /** Solution Type. */\n readonly solutionType?: SolutionType;\n /** A detailed description of solution. */\n readonly description?: string;\n /** Required parameters for invoking this particular solution. */\n readonly requiredInputs?: string[];\n}\n\nexport function solutionMetadataPropertiesSerializer(item: SolutionMetadataProperties): any {\n return { solutionId: item[\"solutionId\"] };\n}\n\nexport function solutionMetadataPropertiesDeserializer(item: any): SolutionMetadataProperties {\n return {\n solutionId: item[\"solutionId\"],\n solutionType: item[\"solutionType\"],\n description: item[\"description\"],\n requiredInputs: !item[\"requiredInputs\"]\n ? item[\"requiredInputs\"]\n : item[\"requiredInputs\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Solution Type. */\nexport enum KnownSolutionType {\n /** Diagnostics resource type. */\n Diagnostics = \"Diagnostics\",\n /** Solutions resource type. */\n Solutions = \"Solutions\",\n /** Troubleshooters resource type. */\n Troubleshooters = \"Troubleshooters\",\n /** SelfHelp resource type. */\n SelfHelp = \"SelfHelp\",\n}\n\n/**\n * Solution Type. \\\n * {@link KnownSolutionType} can be used interchangeably with SolutionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Diagnostics**: Diagnostics resource type. \\\n * **Solutions**: Solutions resource type. \\\n * **Troubleshooters**: Troubleshooters resource type. \\\n * **SelfHelp**: SelfHelp resource type.\n */\nexport type SolutionType = string;\n\n/** Discover NLP request. */\nexport interface DiscoveryNlpRequest {\n /** Natural language description of the issue. */\n issueSummary: string;\n /** ARM resource Id of the resource that is having the issue. Only applicable for Discovery Solution NLP Subscription Scope. */\n resourceId?: string;\n /** ARM service Id of the service that is having the issue. For more information on service Id see https://learn.microsoft.com/rest/api/support/services/list?tabs=HTTP. */\n serviceId?: string;\n /** Additional information in the form of a string. */\n additionalContext?: string;\n}\n\nexport function discoveryNlpRequestSerializer(item: DiscoveryNlpRequest): any {\n return {\n issueSummary: item[\"issueSummary\"],\n resourceId: item[\"resourceId\"],\n serviceId: item[\"serviceId\"],\n additionalContext: item[\"additionalContext\"],\n };\n}\n\n/** Successfully fetched list of solution metadata. */\nexport interface DiscoveryNlpResponse {\n /** The list of solution metadata. */\n value?: SolutionNlpMetadataResource[];\n}\n\nexport function discoveryNlpResponseDeserializer(item: any): DiscoveryNlpResponse {\n return {\n value: !item[\"value\"]\n ? item[\"value\"]\n : solutionNlpMetadataResourceArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function solutionNlpMetadataResourceArraySerializer(\n result: Array<SolutionNlpMetadataResource>,\n): any[] {\n return result.map((item) => {\n return solutionNlpMetadataResourceSerializer(item);\n });\n}\n\nexport function solutionNlpMetadataResourceArrayDeserializer(\n result: Array<SolutionNlpMetadataResource>,\n): any[] {\n return result.map((item) => {\n return solutionNlpMetadataResourceDeserializer(item);\n });\n}\n\n/** Nlp Metadata resource */\nexport interface SolutionNlpMetadataResource extends ProxyResource {\n /** Title of the problem classification. */\n problemTitle?: string;\n /** Description of the problem classification. */\n problemDescription?: string;\n /** Id of the service (https://learn.microsoft.com/en-us/rest/api/support/services?view=rest-support-2020-04-01) that may be used to create a support ticket. */\n serviceId?: string;\n /** Id of the ProblemClassification (https://learn.microsoft.com/en-us/rest/api/support/problem-classifications?view=rest-support-2020-04-01) that may be used to create a support ticket. */\n problemClassificationId?: string;\n /** The list of solution metadata. */\n solutions?: SolutionMetadataProperties[];\n /** The set of services that are most likely related to the request. If relatedServices is included in the response then solutions may not be discovered until the client calls a second time specifying one of the service Ids in the relatedServices object. */\n relatedServices?: ClassificationService[];\n}\n\nexport function solutionNlpMetadataResourceSerializer(item: SolutionNlpMetadataResource): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"problemTitle\",\n \"problemDescription\",\n \"serviceId\",\n \"problemClassificationId\",\n \"solutions\",\n \"relatedServices\",\n ])\n ? undefined\n : _solutionNlpMetadataResourcePropertiesSerializer(item),\n };\n}\n\nexport function solutionNlpMetadataResourceDeserializer(item: any): SolutionNlpMetadataResource {\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 : _solutionNlpMetadataResourcePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Nlp metadata. */\nexport interface NlpSolutions {\n /** Title of the problem classification. */\n problemTitle?: string;\n /** Description of the problem classification. */\n problemDescription?: string;\n /** Id of the service (https://learn.microsoft.com/en-us/rest/api/support/services?view=rest-support-2020-04-01) that may be used to create a support ticket. */\n serviceId?: string;\n /** Id of the ProblemClassification (https://learn.microsoft.com/en-us/rest/api/support/problem-classifications?view=rest-support-2020-04-01) that may be used to create a support ticket. */\n problemClassificationId?: string;\n /** The list of solution metadata. */\n solutions?: SolutionMetadataProperties[];\n /** The set of services that are most likely related to the request. If relatedServices is included in the response then solutions may not be discovered until the client calls a second time specifying one of the service Ids in the relatedServices object. */\n relatedServices?: ClassificationService[];\n}\n\nexport function nlpSolutionsSerializer(item: NlpSolutions): any {\n return {\n problemTitle: item[\"problemTitle\"],\n problemDescription: item[\"problemDescription\"],\n serviceId: item[\"serviceId\"],\n problemClassificationId: item[\"problemClassificationId\"],\n solutions: !item[\"solutions\"]\n ? item[\"solutions\"]\n : solutionMetadataPropertiesArraySerializer(item[\"solutions\"]),\n relatedServices: !item[\"relatedServices\"]\n ? item[\"relatedServices\"]\n : classificationServiceArraySerializer(item[\"relatedServices\"]),\n };\n}\n\nexport function nlpSolutionsDeserializer(item: any): NlpSolutions {\n return {\n problemTitle: item[\"problemTitle\"],\n problemDescription: item[\"problemDescription\"],\n serviceId: item[\"serviceId\"],\n problemClassificationId: item[\"problemClassificationId\"],\n solutions: !item[\"solutions\"]\n ? item[\"solutions\"]\n : solutionMetadataPropertiesArrayDeserializer(item[\"solutions\"]),\n relatedServices: !item[\"relatedServices\"]\n ? item[\"relatedServices\"]\n : classificationServiceArrayDeserializer(item[\"relatedServices\"]),\n };\n}\n\nexport function classificationServiceArraySerializer(result: Array<ClassificationService>): any[] {\n return result.map((item) => {\n return classificationServiceSerializer(item);\n });\n}\n\nexport function classificationServiceArrayDeserializer(\n result: Array<ClassificationService>,\n): any[] {\n return result.map((item) => {\n return classificationServiceDeserializer(item);\n });\n}\n\n/** Service Classification result object. */\nexport interface ClassificationService {\n /** Azure resource Id of the service. */\n readonly serviceId?: string;\n /** Localized name of the azure service. */\n readonly displayName?: string;\n /** List of applicable ARM resource types for this service. */\n resourceTypes?: string[];\n}\n\nexport function classificationServiceSerializer(item: ClassificationService): any {\n return {\n resourceTypes: !item[\"resourceTypes\"]\n ? item[\"resourceTypes\"]\n : item[\"resourceTypes\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function classificationServiceDeserializer(item: any): ClassificationService {\n return {\n serviceId: item[\"serviceId\"],\n displayName: item[\"displayName\"],\n resourceTypes: !item[\"resourceTypes\"]\n ? item[\"resourceTypes\"]\n : item[\"resourceTypes\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The available API versions. */\nexport enum KnownVersions {\n /** The 2024-03-01-preview API version. */\n V20240301Preview = \"2024-03-01-preview\",\n}\n\nexport function _diagnosticResourcePropertiesSerializer(item: DiagnosticResource): any {\n return {\n globalParameters: item[\"globalParameters\"],\n insights: !item[\"insights\"]\n ? item[\"insights\"]\n : diagnosticInvocationArraySerializer(item[\"insights\"]),\n };\n}\n\nexport function _diagnosticResourcePropertiesDeserializer(item: any) {\n return {\n globalParameters: !item[\"globalParameters\"]\n ? item[\"globalParameters\"]\n : Object.fromEntries(\n Object.entries(item[\"globalParameters\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n insights: !item[\"insights\"]\n ? item[\"insights\"]\n : diagnosticInvocationArrayDeserializer(item[\"insights\"]),\n acceptedAt: item[\"acceptedAt\"],\n provisioningState: item[\"provisioningState\"],\n diagnostics: !item[\"diagnostics\"]\n ? item[\"diagnostics\"]\n : diagnosticArrayDeserializer(item[\"diagnostics\"]),\n };\n}\n\nexport function _solutionResourcePropertiesSerializer(item: SolutionResource): any {\n return {\n triggerCriteria: !item[\"triggerCriteria\"]\n ? item[\"triggerCriteria\"]\n : triggerCriterionArraySerializer(item[\"triggerCriteria\"]),\n parameters: item[\"parameters\"],\n };\n}\n\nexport function _solutionResourcePropertiesDeserializer(item: any) {\n return {\n triggerCriteria: !item[\"triggerCriteria\"]\n ? item[\"triggerCriteria\"]\n : triggerCriterionArrayDeserializer(item[\"triggerCriteria\"]),\n parameters: !item[\"parameters\"]\n ? item[\"parameters\"]\n : Object.fromEntries(\n Object.entries(item[\"parameters\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n solutionId: item[\"solutionId\"],\n provisioningState: item[\"provisioningState\"],\n title: item[\"title\"],\n content: item[\"content\"],\n replacementMaps: !item[\"replacementMaps\"]\n ? item[\"replacementMaps\"]\n : replacementMapsDeserializer(item[\"replacementMaps\"]),\n sections: !item[\"sections\"] ? item[\"sections\"] : sectionArrayDeserializer(item[\"sections\"]),\n };\n}\n\nexport function _solutionPatchRequestBodyPropertiesSerializer(item: SolutionPatchRequestBody): any {\n return {\n triggerCriteria: !item[\"triggerCriteria\"]\n ? item[\"triggerCriteria\"]\n : triggerCriterionArraySerializer(item[\"triggerCriteria\"]),\n parameters: item[\"parameters\"],\n };\n}\n\nexport function _solutionPatchRequestBodyPropertiesDeserializer(item: any) {\n return {\n triggerCriteria: !item[\"triggerCriteria\"]\n ? item[\"triggerCriteria\"]\n : triggerCriterionArrayDeserializer(item[\"triggerCriteria\"]),\n parameters: !item[\"parameters\"]\n ? item[\"parameters\"]\n : Object.fromEntries(\n Object.entries(item[\"parameters\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n solutionId: item[\"solutionId\"],\n provisioningState: item[\"provisioningState\"],\n title: item[\"title\"],\n content: item[\"content\"],\n replacementMaps: !item[\"replacementMaps\"]\n ? item[\"replacementMaps\"]\n : replacementMapsDeserializer(item[\"replacementMaps\"]),\n sections: !item[\"sections\"] ? item[\"sections\"] : sectionArrayDeserializer(item[\"sections\"]),\n };\n}\n\nexport function _simplifiedSolutionsResourcePropertiesSerializer(\n item: SimplifiedSolutionsResource,\n): any {\n return { solutionId: item[\"solutionId\"], parameters: item[\"parameters\"] };\n}\n\nexport function _simplifiedSolutionsResourcePropertiesDeserializer(item: any) {\n return {\n solutionId: item[\"solutionId\"],\n parameters: !item[\"parameters\"]\n ? item[\"parameters\"]\n : Object.fromEntries(\n Object.entries(item[\"parameters\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n title: item[\"title\"],\n appendix: !item[\"appendix\"]\n ? item[\"appendix\"]\n : Object.fromEntries(Object.entries(item[\"appendix\"]).map(([k, p]: [string, any]) => [k, p])),\n content: item[\"content\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\nexport function _troubleshooterResourcePropertiesSerializer(item: TroubleshooterResource): any {\n return { solutionId: item[\"solutionId\"], parameters: item[\"parameters\"] };\n}\n\nexport function _troubleshooterResourcePropertiesDeserializer(item: any) {\n return {\n solutionId: item[\"solutionId\"],\n parameters: !item[\"parameters\"]\n ? item[\"parameters\"]\n : Object.fromEntries(\n Object.entries(item[\"parameters\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n provisioningState: item[\"provisioningState\"],\n steps: !item[\"steps\"] ? item[\"steps\"] : stepArrayDeserializer(item[\"steps\"]),\n };\n}\n\nexport function _solutionResourceSelfHelpPropertiesSerializer(\n _item: SolutionResourceSelfHelp,\n): any {\n return {};\n}\n\nexport function _solutionResourceSelfHelpPropertiesDeserializer(item: any) {\n return {\n solutionId: item[\"solutionId\"],\n title: item[\"title\"],\n content: item[\"content\"],\n replacementMaps: !item[\"replacementMaps\"]\n ? item[\"replacementMaps\"]\n : replacementMapsSelfHelpDeserializer(item[\"replacementMaps\"]),\n sections: !item[\"sections\"]\n ? item[\"sections\"]\n : sectionSelfHelpArrayDeserializer(item[\"sections\"]),\n };\n}\n\nexport function _solutionMetadataResourcePropertiesSerializer(item: SolutionMetadataResource): any {\n return {\n solutions: !item[\"solutions\"]\n ? item[\"solutions\"]\n : solutionMetadataPropertiesArraySerializer(item[\"solutions\"]),\n };\n}\n\nexport function _solutionMetadataResourcePropertiesDeserializer(item: any) {\n return {\n solutions: !item[\"solutions\"]\n ? item[\"solutions\"]\n : solutionMetadataPropertiesArrayDeserializer(item[\"solutions\"]),\n };\n}\n\nexport function _solutionNlpMetadataResourcePropertiesSerializer(\n item: SolutionNlpMetadataResource,\n): any {\n return {\n problemTitle: item[\"problemTitle\"],\n problemDescription: item[\"problemDescription\"],\n serviceId: item[\"serviceId\"],\n problemClassificationId: item[\"problemClassificationId\"],\n solutions: !item[\"solutions\"]\n ? item[\"solutions\"]\n : solutionMetadataPropertiesArraySerializer(item[\"solutions\"]),\n relatedServices: !item[\"relatedServices\"]\n ? item[\"relatedServices\"]\n : classificationServiceArraySerializer(item[\"relatedServices\"]),\n };\n}\n\nexport function _solutionNlpMetadataResourcePropertiesDeserializer(item: any) {\n return {\n problemTitle: item[\"problemTitle\"],\n problemDescription: item[\"problemDescription\"],\n serviceId: item[\"serviceId\"],\n problemClassificationId: item[\"problemClassificationId\"],\n solutions: !item[\"solutions\"]\n ? item[\"solutions\"]\n : solutionMetadataPropertiesArrayDeserializer(item[\"solutions\"]),\n relatedServices: !item[\"relatedServices\"]\n ? item[\"relatedServices\"]\n : classificationServiceArrayDeserializer(item[\"relatedServices\"]),\n };\n}\n"]}
@@ -0,0 +1,21 @@
1
+ import { HelpRP } from "./helpRP.js";
2
+ import { OperationOptions, PathUncheckedResponse } from "@azure-rest/core-client";
3
+ import { AbortSignalLike } from "@azure/abort-controller";
4
+ import { PollerLike, OperationState } from "@azure/core-lro";
5
+ export interface RestorePollerOptions<TResult, TResponse extends PathUncheckedResponse = PathUncheckedResponse> extends OperationOptions {
6
+ /** Delay to wait until next poll, in milliseconds. */
7
+ updateIntervalInMs?: number;
8
+ /**
9
+ * The signal which can be used to abort requests.
10
+ */
11
+ abortSignal?: AbortSignalLike;
12
+ /** Deserialization function for raw response body */
13
+ processResponseBody?: (result: TResponse) => Promise<TResult>;
14
+ }
15
+ /**
16
+ * Creates a poller from the serialized state of another poller. This can be
17
+ * useful when you want to create pollers on a different host or a poller
18
+ * needs to be constructed after the original one is not in scope.
19
+ */
20
+ export declare function restorePoller<TResponse extends PathUncheckedResponse, TResult>(client: HelpRP, serializedState: string, sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult>): PollerLike<OperationState<TResult>, TResult>;
21
+ //# sourceMappingURL=restorePollerHelpers.d.ts.map
@@ -0,0 +1,111 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ import { _createDeserialize } from "./api/simplifiedSolutions/operations.js";
4
+ import { _updateDeserialize, _createDeserialize as _createDeserializeSolution, } from "./api/solution/operations.js";
5
+ import { _createDeserialize as _createDeserializeDiagnostics } from "./api/diagnostics/operations.js";
6
+ import { getLongRunningPoller } from "./static-helpers/pollingHelpers.js";
7
+ import { deserializeState, } from "@azure/core-lro";
8
+ /**
9
+ * Creates a poller from the serialized state of another poller. This can be
10
+ * useful when you want to create pollers on a different host or a poller
11
+ * needs to be constructed after the original one is not in scope.
12
+ */
13
+ export function restorePoller(client, serializedState, sourceOperation, options) {
14
+ const pollerConfig = deserializeState(serializedState).config;
15
+ const { initialRequestUrl, requestMethod, metadata } = pollerConfig;
16
+ if (!initialRequestUrl || !requestMethod) {
17
+ throw new Error(`Invalid serialized state: ${serializedState} for sourceOperation ${sourceOperation?.name}`);
18
+ }
19
+ const resourceLocationConfig = metadata?.["resourceLocationConfig"];
20
+ const { deserializer, expectedStatuses = [] } = getDeserializationHelper(initialRequestUrl, requestMethod) ?? {};
21
+ const deserializeHelper = options?.processResponseBody ?? deserializer;
22
+ if (!deserializeHelper) {
23
+ throw new Error(`Please ensure the operation is in this client! We can't find its deserializeHelper for ${sourceOperation?.name}.`);
24
+ }
25
+ const apiVersion = getApiVersionFromUrl(initialRequestUrl);
26
+ return getLongRunningPoller(client["_client"] ?? client, deserializeHelper, expectedStatuses, {
27
+ updateIntervalInMs: options?.updateIntervalInMs,
28
+ abortSignal: options?.abortSignal,
29
+ resourceLocationConfig,
30
+ restoreFrom: serializedState,
31
+ initialRequestUrl,
32
+ apiVersion,
33
+ });
34
+ }
35
+ const deserializeMap = {
36
+ "PUT /{scope}/providers/Microsoft.Help/simplifiedSolutions/{simplifiedSolutionsResourceName}": {
37
+ deserializer: _createDeserialize,
38
+ expectedStatuses: ["200", "201", "202"],
39
+ },
40
+ "PATCH /{scope}/providers/Microsoft.Help/solutions/{solutionResourceName}": {
41
+ deserializer: _updateDeserialize,
42
+ expectedStatuses: ["200", "202", "201"],
43
+ },
44
+ "PUT /{scope}/providers/Microsoft.Help/solutions/{solutionResourceName}": {
45
+ deserializer: _createDeserializeSolution,
46
+ expectedStatuses: ["200", "201", "202"],
47
+ },
48
+ "PUT /{scope}/providers/Microsoft.Help/diagnostics/{diagnosticsResourceName}": {
49
+ deserializer: _createDeserializeDiagnostics,
50
+ expectedStatuses: ["200", "201", "202"],
51
+ },
52
+ };
53
+ function getDeserializationHelper(urlStr, method) {
54
+ const path = new URL(urlStr).pathname;
55
+ const pathParts = path.split("/");
56
+ // Traverse list to match the longest candidate
57
+ // matchedLen: the length of candidate path
58
+ // matchedValue: the matched status code array
59
+ let matchedLen = -1, matchedValue;
60
+ // Iterate the responseMap to find a match
61
+ for (const [key, value] of Object.entries(deserializeMap)) {
62
+ // Extracting the path from the map key which is in format
63
+ // GET /path/foo
64
+ if (!key.startsWith(method)) {
65
+ continue;
66
+ }
67
+ const candidatePath = getPathFromMapKey(key);
68
+ // Get each part of the url path
69
+ const candidateParts = candidatePath.split("/");
70
+ // track if we have found a match to return the values found.
71
+ let found = true;
72
+ for (let i = candidateParts.length - 1, j = pathParts.length - 1; i >= 1 && j >= 1; i--, j--) {
73
+ if (candidateParts[i]?.startsWith("{") && candidateParts[i]?.indexOf("}") !== -1) {
74
+ const start = candidateParts[i].indexOf("}") + 1, end = candidateParts[i]?.length;
75
+ // If the current part of the candidate is a "template" part
76
+ // Try to use the suffix of pattern to match the path
77
+ // {guid} ==> $
78
+ // {guid}:export ==> :export$
79
+ const isMatched = new RegExp(`${candidateParts[i]?.slice(start, end)}`).test(pathParts[j] || "");
80
+ if (!isMatched) {
81
+ found = false;
82
+ break;
83
+ }
84
+ continue;
85
+ }
86
+ // If the candidate part is not a template and
87
+ // the parts don't match mark the candidate as not found
88
+ // to move on with the next candidate path.
89
+ if (candidateParts[i] !== pathParts[j]) {
90
+ found = false;
91
+ break;
92
+ }
93
+ }
94
+ // We finished evaluating the current candidate parts
95
+ // Update the matched value if and only if we found the longer pattern
96
+ if (found && candidatePath.length > matchedLen) {
97
+ matchedLen = candidatePath.length;
98
+ matchedValue = value;
99
+ }
100
+ }
101
+ return matchedValue;
102
+ }
103
+ function getPathFromMapKey(mapKey) {
104
+ const pathStart = mapKey.indexOf("/");
105
+ return mapKey.slice(pathStart);
106
+ }
107
+ function getApiVersionFromUrl(urlStr) {
108
+ const url = new URL(urlStr);
109
+ return url.searchParams.get("api-version") ?? undefined;
110
+ }
111
+ //# sourceMappingURL=restorePollerHelpers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"restorePollerHelpers.js","sourceRoot":"","sources":["../../src/restorePollerHelpers.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { HelpRP } from \"./helpRP.js\";\nimport { _createDeserialize } from \"./api/simplifiedSolutions/operations.js\";\nimport {\n _updateDeserialize,\n _createDeserialize as _createDeserializeSolution,\n} from \"./api/solution/operations.js\";\nimport { _createDeserialize as _createDeserializeDiagnostics } from \"./api/diagnostics/operations.js\";\nimport { getLongRunningPoller } from \"./static-helpers/pollingHelpers.js\";\nimport { OperationOptions, PathUncheckedResponse } from \"@azure-rest/core-client\";\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport {\n PollerLike,\n OperationState,\n deserializeState,\n ResourceLocationConfig,\n} from \"@azure/core-lro\";\n\nexport interface RestorePollerOptions<\n TResult,\n TResponse extends PathUncheckedResponse = PathUncheckedResponse,\n> extends OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /**\n * The signal which can be used to abort requests.\n */\n abortSignal?: AbortSignalLike;\n /** Deserialization function for raw response body */\n processResponseBody?: (result: TResponse) => Promise<TResult>;\n}\n\n/**\n * Creates a poller from the serialized state of another poller. This can be\n * useful when you want to create pollers on a different host or a poller\n * needs to be constructed after the original one is not in scope.\n */\nexport function restorePoller<TResponse extends PathUncheckedResponse, TResult>(\n client: HelpRP,\n serializedState: string,\n sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>,\n options?: RestorePollerOptions<TResult>,\n): PollerLike<OperationState<TResult>, TResult> {\n const pollerConfig = deserializeState(serializedState).config;\n const { initialRequestUrl, requestMethod, metadata } = pollerConfig;\n if (!initialRequestUrl || !requestMethod) {\n throw new Error(\n `Invalid serialized state: ${serializedState} for sourceOperation ${sourceOperation?.name}`,\n );\n }\n const resourceLocationConfig = metadata?.[\"resourceLocationConfig\"] as\n | ResourceLocationConfig\n | undefined;\n const { deserializer, expectedStatuses = [] } =\n getDeserializationHelper(initialRequestUrl, requestMethod) ?? {};\n const deserializeHelper = options?.processResponseBody ?? deserializer;\n if (!deserializeHelper) {\n throw new Error(\n `Please ensure the operation is in this client! We can't find its deserializeHelper for ${sourceOperation?.name}.`,\n );\n }\n const apiVersion = getApiVersionFromUrl(initialRequestUrl);\n return getLongRunningPoller(\n (client as any)[\"_client\"] ?? client,\n deserializeHelper as (result: TResponse) => Promise<TResult>,\n expectedStatuses,\n {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n resourceLocationConfig,\n restoreFrom: serializedState,\n initialRequestUrl,\n apiVersion,\n },\n );\n}\n\ninterface DeserializationHelper {\n deserializer: (result: PathUncheckedResponse) => Promise<any>;\n expectedStatuses: string[];\n}\n\nconst deserializeMap: Record<string, DeserializationHelper> = {\n \"PUT /{scope}/providers/Microsoft.Help/simplifiedSolutions/{simplifiedSolutionsResourceName}\": {\n deserializer: _createDeserialize,\n expectedStatuses: [\"200\", \"201\", \"202\"],\n },\n \"PATCH /{scope}/providers/Microsoft.Help/solutions/{solutionResourceName}\": {\n deserializer: _updateDeserialize,\n expectedStatuses: [\"200\", \"202\", \"201\"],\n },\n \"PUT /{scope}/providers/Microsoft.Help/solutions/{solutionResourceName}\": {\n deserializer: _createDeserializeSolution,\n expectedStatuses: [\"200\", \"201\", \"202\"],\n },\n \"PUT /{scope}/providers/Microsoft.Help/diagnostics/{diagnosticsResourceName}\": {\n deserializer: _createDeserializeDiagnostics,\n expectedStatuses: [\"200\", \"201\", \"202\"],\n },\n};\n\nfunction getDeserializationHelper(\n urlStr: string,\n method: string,\n): DeserializationHelper | undefined {\n const path = new URL(urlStr).pathname;\n const pathParts = path.split(\"/\");\n\n // Traverse list to match the longest candidate\n // matchedLen: the length of candidate path\n // matchedValue: the matched status code array\n let matchedLen = -1,\n matchedValue: DeserializationHelper | undefined;\n\n // Iterate the responseMap to find a match\n for (const [key, value] of Object.entries(deserializeMap)) {\n // Extracting the path from the map key which is in format\n // GET /path/foo\n if (!key.startsWith(method)) {\n continue;\n }\n const candidatePath = getPathFromMapKey(key);\n // Get each part of the url path\n const candidateParts = candidatePath.split(\"/\");\n\n // track if we have found a match to return the values found.\n let found = true;\n for (let i = candidateParts.length - 1, j = pathParts.length - 1; i >= 1 && j >= 1; i--, j--) {\n if (candidateParts[i]?.startsWith(\"{\") && candidateParts[i]?.indexOf(\"}\") !== -1) {\n const start = candidateParts[i]!.indexOf(\"}\") + 1,\n end = candidateParts[i]?.length;\n // If the current part of the candidate is a \"template\" part\n // Try to use the suffix of pattern to match the path\n // {guid} ==> $\n // {guid}:export ==> :export$\n const isMatched = new RegExp(`${candidateParts[i]?.slice(start, end)}`).test(\n pathParts[j] || \"\",\n );\n\n if (!isMatched) {\n found = false;\n break;\n }\n continue;\n }\n\n // If the candidate part is not a template and\n // the parts don't match mark the candidate as not found\n // to move on with the next candidate path.\n if (candidateParts[i] !== pathParts[j]) {\n found = false;\n break;\n }\n }\n\n // We finished evaluating the current candidate parts\n // Update the matched value if and only if we found the longer pattern\n if (found && candidatePath.length > matchedLen) {\n matchedLen = candidatePath.length;\n matchedValue = value;\n }\n }\n\n return matchedValue;\n}\n\nfunction getPathFromMapKey(mapKey: string): string {\n const pathStart = mapKey.indexOf(\"/\");\n return mapKey.slice(pathStart);\n}\n\nfunction getApiVersionFromUrl(urlStr: string): string | undefined {\n const url = new URL(urlStr);\n return url.searchParams.get(\"api-version\") ?? undefined;\n}\n"]}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * An enum to describe Azure Cloud environments.
3
+ * @enum {string}
4
+ */
5
+ export declare enum AzureClouds {
6
+ /** Azure public cloud, which is the default cloud for Azure SDKs. */
7
+ AZURE_PUBLIC_CLOUD = "AZURE_PUBLIC_CLOUD",
8
+ /** Azure China cloud */
9
+ AZURE_CHINA_CLOUD = "AZURE_CHINA_CLOUD",
10
+ /** Azure US government cloud */
11
+ AZURE_US_GOVERNMENT = "AZURE_US_GOVERNMENT"
12
+ }
13
+ /** The supported values for cloud setting as a string literal type */
14
+ export type AzureSupportedClouds = `${AzureClouds}`;
15
+ /**
16
+ * Gets the Azure Resource Manager endpoint URL for the specified cloud setting.
17
+ * @param cloudSetting - The Azure cloud environment setting. Use one of the AzureClouds enum values.
18
+ * @returns The ARM endpoint URL for the specified cloud, or undefined if cloudSetting is undefined.
19
+ * @throws {Error} Throws an error if an unknown cloud setting is provided.
20
+ */
21
+ export declare function getArmEndpoint(cloudSetting?: AzureSupportedClouds): string | undefined;
22
+ //# sourceMappingURL=cloudSettingHelpers.d.ts.map
@@ -0,0 +1,38 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ /**
4
+ * An enum to describe Azure Cloud environments.
5
+ * @enum {string}
6
+ */
7
+ export var AzureClouds;
8
+ (function (AzureClouds) {
9
+ /** Azure public cloud, which is the default cloud for Azure SDKs. */
10
+ AzureClouds["AZURE_PUBLIC_CLOUD"] = "AZURE_PUBLIC_CLOUD";
11
+ /** Azure China cloud */
12
+ AzureClouds["AZURE_CHINA_CLOUD"] = "AZURE_CHINA_CLOUD";
13
+ /** Azure US government cloud */
14
+ AzureClouds["AZURE_US_GOVERNMENT"] = "AZURE_US_GOVERNMENT";
15
+ })(AzureClouds || (AzureClouds = {}));
16
+ /**
17
+ * Gets the Azure Resource Manager endpoint URL for the specified cloud setting.
18
+ * @param cloudSetting - The Azure cloud environment setting. Use one of the AzureClouds enum values.
19
+ * @returns The ARM endpoint URL for the specified cloud, or undefined if cloudSetting is undefined.
20
+ * @throws {Error} Throws an error if an unknown cloud setting is provided.
21
+ */
22
+ export function getArmEndpoint(cloudSetting) {
23
+ if (cloudSetting === undefined) {
24
+ return undefined;
25
+ }
26
+ const cloudEndpoints = {
27
+ AZURE_CHINA_CLOUD: "https://management.chinacloudapi.cn/",
28
+ AZURE_US_GOVERNMENT: "https://management.usgovcloudapi.net/",
29
+ AZURE_PUBLIC_CLOUD: "https://management.azure.com/",
30
+ };
31
+ if (cloudSetting in cloudEndpoints) {
32
+ return cloudEndpoints[cloudSetting];
33
+ }
34
+ else {
35
+ throw new Error(`Unknown cloud setting: ${cloudSetting}. Please refer to the enum AzureClouds for possible values.`);
36
+ }
37
+ }
38
+ //# sourceMappingURL=cloudSettingHelpers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cloudSettingHelpers.js","sourceRoot":"","sources":["../../../src/static-helpers/cloudSettingHelpers.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC;;;GAGG;AACH,MAAM,CAAN,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,qEAAqE;IACrE,wDAAyC,CAAA;IACzC,wBAAwB;IACxB,sDAAuC,CAAA;IACvC,gCAAgC;IAChC,0DAA2C,CAAA;AAC7C,CAAC,EAPW,WAAW,KAAX,WAAW,QAOtB;AAKD;;;;;GAKG;AACH,MAAM,UAAU,cAAc,CAAC,YAAmC;IAChE,IAAI,YAAY,KAAK,SAAS,EAAE,CAAC;QAC/B,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,MAAM,cAAc,GAA6C;QAC/D,iBAAiB,EAAE,sCAAsC;QACzD,mBAAmB,EAAE,uCAAuC;QAC5D,kBAAkB,EAAE,+BAA+B;KACpD,CAAC;IACF,IAAI,YAAY,IAAI,cAAc,EAAE,CAAC;QACnC,OAAO,cAAc,CAAC,YAAY,CAAC,CAAC;IACtC,CAAC;SAAM,CAAC;QACN,MAAM,IAAI,KAAK,CACb,0BAA0B,YAAY,6DAA6D,CACpG,CAAC;IACJ,CAAC;AACH,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/**\n * An enum to describe Azure Cloud environments.\n * @enum {string}\n */\nexport enum AzureClouds {\n /** Azure public cloud, which is the default cloud for Azure SDKs. */\n AZURE_PUBLIC_CLOUD = \"AZURE_PUBLIC_CLOUD\",\n /** Azure China cloud */\n AZURE_CHINA_CLOUD = \"AZURE_CHINA_CLOUD\",\n /** Azure US government cloud */\n AZURE_US_GOVERNMENT = \"AZURE_US_GOVERNMENT\",\n}\n\n/** The supported values for cloud setting as a string literal type */\nexport type AzureSupportedClouds = `${AzureClouds}`;\n\n/**\n * Gets the Azure Resource Manager endpoint URL for the specified cloud setting.\n * @param cloudSetting - The Azure cloud environment setting. Use one of the AzureClouds enum values.\n * @returns The ARM endpoint URL for the specified cloud, or undefined if cloudSetting is undefined.\n * @throws {Error} Throws an error if an unknown cloud setting is provided.\n */\nexport function getArmEndpoint(cloudSetting?: AzureSupportedClouds): string | undefined {\n if (cloudSetting === undefined) {\n return undefined;\n }\n const cloudEndpoints: Record<keyof typeof AzureClouds, string> = {\n AZURE_CHINA_CLOUD: \"https://management.chinacloudapi.cn/\",\n AZURE_US_GOVERNMENT: \"https://management.usgovcloudapi.net/\",\n AZURE_PUBLIC_CLOUD: \"https://management.azure.com/\",\n };\n if (cloudSetting in cloudEndpoints) {\n return cloudEndpoints[cloudSetting];\n } else {\n throw new Error(\n `Unknown cloud setting: ${cloudSetting}. Please refer to the enum AzureClouds for possible values.`,\n );\n }\n}\n"]}
@@ -0,0 +1,74 @@
1
+ import { Client, PathUncheckedResponse } from "@azure-rest/core-client";
2
+ /**
3
+ * Options for the byPage method
4
+ */
5
+ export interface PageSettings {
6
+ /**
7
+ * A reference to a specific page to start iterating from.
8
+ */
9
+ continuationToken?: string;
10
+ }
11
+ /**
12
+ * An interface that describes a page of results.
13
+ */
14
+ export type ContinuablePage<TElement, TPage = TElement[]> = TPage & {
15
+ /**
16
+ * The token that keeps track of where to continue the iterator
17
+ */
18
+ continuationToken?: string;
19
+ };
20
+ /**
21
+ * An interface that allows async iterable iteration both to completion and by page.
22
+ */
23
+ export interface PagedAsyncIterableIterator<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings> {
24
+ /**
25
+ * The next method, part of the iteration protocol
26
+ */
27
+ next(): Promise<IteratorResult<TElement>>;
28
+ /**
29
+ * The connection to the async iterator, part of the iteration protocol
30
+ */
31
+ [Symbol.asyncIterator](): PagedAsyncIterableIterator<TElement, TPage, TPageSettings>;
32
+ /**
33
+ * Return an AsyncIterableIterator that works a page at a time
34
+ */
35
+ byPage: (settings?: TPageSettings) => AsyncIterableIterator<ContinuablePage<TElement, TPage>>;
36
+ }
37
+ /**
38
+ * An interface that describes how to communicate with the service.
39
+ */
40
+ export interface PagedResult<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings> {
41
+ /**
42
+ * Link to the first page of results.
43
+ */
44
+ firstPageLink?: string;
45
+ /**
46
+ * A method that returns a page of results.
47
+ */
48
+ getPage: (pageLink?: string) => Promise<{
49
+ page: TPage;
50
+ nextPageLink?: string;
51
+ } | undefined>;
52
+ /**
53
+ * a function to implement the `byPage` method on the paged async iterator.
54
+ */
55
+ byPage?: (settings?: TPageSettings) => AsyncIterableIterator<ContinuablePage<TElement, TPage>>;
56
+ /**
57
+ * A function to extract elements from a page.
58
+ */
59
+ toElements?: (page: TPage) => TElement[];
60
+ }
61
+ /**
62
+ * Options for the paging helper
63
+ */
64
+ export interface BuildPagedAsyncIteratorOptions {
65
+ itemName?: string;
66
+ nextLinkName?: string;
67
+ nextLinkMethod?: "GET" | "POST";
68
+ apiVersion?: string;
69
+ }
70
+ /**
71
+ * Helper to paginate results in a generic way and return a PagedAsyncIterableIterator
72
+ */
73
+ export declare function buildPagedAsyncIterator<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings, TResponse extends PathUncheckedResponse = PathUncheckedResponse>(client: Client, getInitialResponse: () => PromiseLike<TResponse>, processResponseBody: (result: TResponse) => PromiseLike<unknown>, expectedStatuses: string[], options?: BuildPagedAsyncIteratorOptions): PagedAsyncIterableIterator<TElement, TPage, TPageSettings>;
74
+ //# sourceMappingURL=pagingHelpers.d.ts.map