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

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 (618) hide show
  1. package/CHANGELOG.md +138 -8
  2. package/LICENSE +4 -4
  3. package/README.md +27 -17
  4. package/{dist-esm/src → dist/browser}/helpRP.d.ts +3 -4
  5. package/dist/browser/helpRP.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/helpRP.js +38 -28
  7. package/dist/browser/helpRP.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/{dist-esm/src → dist/browser}/index.js +4 -4
  11. package/dist/browser/index.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
  13. package/dist/browser/lroImpl.js +18 -0
  14. package/dist/browser/lroImpl.js.map +1 -0
  15. package/{dist-esm/src → dist/browser}/models/index.d.ts +9 -9
  16. package/{dist-esm/src → dist/browser}/models/index.d.ts.map +1 -1
  17. package/dist/browser/models/index.js.map +1 -0
  18. package/{dist-esm/src → dist/browser}/models/mappers.js +99 -45
  19. package/dist/browser/models/mappers.js.map +1 -0
  20. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  21. package/dist/browser/models/parameters.js.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/checkNameAvailability.d.ts +4 -4
  23. package/dist/browser/operations/checkNameAvailability.d.ts.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/checkNameAvailability.js +6 -5
  25. package/dist/browser/operations/checkNameAvailability.js.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/diagnostics.d.ts +3 -3
  27. package/dist/browser/operations/diagnostics.d.ts.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/diagnostics.js +46 -45
  29. package/dist/browser/operations/diagnostics.js.map +1 -0
  30. package/{dist-esm/src → dist/browser}/operations/discoverySolution.d.ts +3 -3
  31. package/dist/browser/operations/discoverySolution.d.ts.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/discoverySolution.js +26 -43
  33. package/dist/browser/operations/discoverySolution.js.map +1 -0
  34. package/dist/browser/operations/discoverySolutionNLP.d.ts +26 -0
  35. package/dist/browser/operations/discoverySolutionNLP.d.ts.map +1 -0
  36. package/{dist-esm/src/operations/discoverySolutionNLPSubscriptionScope.js → dist/browser/operations/discoverySolutionNLP.js} +36 -9
  37. package/dist/browser/operations/discoverySolutionNLP.js.map +1 -0
  38. package/dist/browser/operations/index.d.ts +10 -0
  39. package/dist/browser/operations/index.d.ts.map +1 -0
  40. package/dist/browser/operations/index.js +17 -0
  41. package/dist/browser/operations/index.js.map +1 -0
  42. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  43. package/dist/browser/operations/operations.d.ts.map +1 -0
  44. package/{dist-esm/src → dist/browser}/operations/operations.js +26 -43
  45. package/dist/browser/operations/operations.js.map +1 -0
  46. package/{dist-esm/src → dist/browser}/operations/simplifiedSolutions.d.ts +3 -3
  47. package/dist/browser/operations/simplifiedSolutions.d.ts.map +1 -0
  48. package/{dist-esm/src → dist/browser}/operations/simplifiedSolutions.js +46 -45
  49. package/dist/browser/operations/simplifiedSolutions.js.map +1 -0
  50. package/{dist-esm/src → dist/browser}/operations/solution.d.ts +3 -3
  51. package/dist/browser/operations/solution.d.ts.map +1 -0
  52. package/{dist-esm/src → dist/browser}/operations/solution.js +88 -86
  53. package/dist/browser/operations/solution.js.map +1 -0
  54. package/{dist-esm/src → dist/browser}/operations/solutionSelfHelp.d.ts +3 -3
  55. package/dist/browser/operations/solutionSelfHelp.d.ts.map +1 -0
  56. package/{dist-esm/src → dist/browser}/operations/solutionSelfHelp.js +3 -2
  57. package/dist/browser/operations/solutionSelfHelp.js.map +1 -0
  58. package/{dist-esm/src → dist/browser}/operations/troubleshooters.d.ts +3 -3
  59. package/dist/browser/operations/troubleshooters.d.ts.map +1 -0
  60. package/{dist-esm/src → dist/browser}/operations/troubleshooters.js +3 -2
  61. package/dist/browser/operations/troubleshooters.js.map +1 -0
  62. package/{dist-esm/src → dist/browser}/operationsInterfaces/checkNameAvailability.d.ts +2 -2
  63. package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
  64. package/dist/browser/operationsInterfaces/checkNameAvailability.js.map +1 -0
  65. package/{dist-esm/src → dist/browser}/operationsInterfaces/diagnostics.d.ts +1 -1
  66. package/dist/browser/operationsInterfaces/diagnostics.d.ts.map +1 -0
  67. package/dist/browser/operationsInterfaces/diagnostics.js.map +1 -0
  68. package/{dist-esm/src → dist/browser}/operationsInterfaces/discoverySolution.d.ts +1 -1
  69. package/dist/browser/operationsInterfaces/discoverySolution.d.ts.map +1 -0
  70. package/dist/browser/operationsInterfaces/discoverySolution.js.map +1 -0
  71. package/dist/browser/operationsInterfaces/discoverySolutionNLP.d.ts +18 -0
  72. package/dist/browser/operationsInterfaces/discoverySolutionNLP.d.ts.map +1 -0
  73. package/dist/browser/operationsInterfaces/discoverySolutionNLP.js +9 -0
  74. package/dist/browser/operationsInterfaces/discoverySolutionNLP.js.map +1 -0
  75. package/dist/browser/operationsInterfaces/index.d.ts +10 -0
  76. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  77. package/dist/browser/operationsInterfaces/index.js +17 -0
  78. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  79. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  80. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  81. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  82. package/{dist-esm/src → dist/browser}/operationsInterfaces/simplifiedSolutions.d.ts +1 -1
  83. package/dist/browser/operationsInterfaces/simplifiedSolutions.d.ts.map +1 -0
  84. package/dist/browser/operationsInterfaces/simplifiedSolutions.js.map +1 -0
  85. package/{dist-esm/src → dist/browser}/operationsInterfaces/solution.d.ts +1 -1
  86. package/dist/browser/operationsInterfaces/solution.d.ts.map +1 -0
  87. package/dist/browser/operationsInterfaces/solution.js.map +1 -0
  88. package/{dist-esm/src → dist/browser}/operationsInterfaces/solutionSelfHelp.d.ts +1 -1
  89. package/{dist-esm/src → dist/browser}/operationsInterfaces/solutionSelfHelp.d.ts.map +1 -1
  90. package/dist/browser/operationsInterfaces/solutionSelfHelp.js.map +1 -0
  91. package/{dist-esm/src → dist/browser}/operationsInterfaces/troubleshooters.d.ts +1 -1
  92. package/dist/browser/operationsInterfaces/troubleshooters.d.ts.map +1 -0
  93. package/dist/browser/operationsInterfaces/troubleshooters.js.map +1 -0
  94. package/dist/browser/package.json +3 -0
  95. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  96. package/dist/browser/pagingHelper.js.map +1 -0
  97. package/dist/commonjs/helpRP.d.ts +26 -0
  98. package/dist/commonjs/helpRP.d.ts.map +1 -0
  99. package/dist/commonjs/helpRP.js +120 -0
  100. package/dist/commonjs/helpRP.js.map +1 -0
  101. package/dist/commonjs/index.d.ts +5 -0
  102. package/dist/commonjs/index.d.ts.map +1 -0
  103. package/dist/commonjs/index.js +19 -0
  104. package/dist/commonjs/index.js.map +1 -0
  105. package/dist/commonjs/lroImpl.d.ts +11 -0
  106. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  107. package/dist/commonjs/lroImpl.js +21 -0
  108. package/dist/commonjs/lroImpl.js.map +1 -0
  109. package/{types/arm-selfhelp.d.ts → dist/commonjs/models/index.d.ts} +1315 -1775
  110. package/dist/commonjs/models/index.d.ts.map +1 -0
  111. package/dist/commonjs/models/index.js +237 -0
  112. package/dist/commonjs/models/index.js.map +1 -0
  113. package/dist/commonjs/models/mappers.d.ts +58 -0
  114. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  115. package/dist/commonjs/models/mappers.js +1975 -0
  116. package/dist/commonjs/models/mappers.js.map +1 -0
  117. package/dist/commonjs/models/parameters.d.ts +25 -0
  118. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  119. package/dist/commonjs/models/parameters.js +218 -0
  120. package/dist/commonjs/models/parameters.js.map +1 -0
  121. package/dist/commonjs/operations/checkNameAvailability.d.ts +22 -0
  122. package/dist/commonjs/operations/checkNameAvailability.d.ts.map +1 -0
  123. package/dist/commonjs/operations/checkNameAvailability.js +58 -0
  124. package/dist/commonjs/operations/checkNameAvailability.js.map +1 -0
  125. package/dist/commonjs/operations/diagnostics.d.ts +45 -0
  126. package/dist/commonjs/operations/diagnostics.d.ts.map +1 -0
  127. package/dist/commonjs/operations/diagnostics.js +158 -0
  128. package/dist/commonjs/operations/diagnostics.js.map +1 -0
  129. package/dist/commonjs/operations/discoverySolution.d.ts +48 -0
  130. package/dist/commonjs/operations/discoverySolution.d.ts.map +1 -0
  131. package/dist/commonjs/operations/discoverySolution.js +141 -0
  132. package/dist/commonjs/operations/discoverySolution.js.map +1 -0
  133. package/dist/commonjs/operations/discoverySolutionNLP.d.ts +26 -0
  134. package/dist/commonjs/operations/discoverySolutionNLP.d.ts.map +1 -0
  135. package/dist/commonjs/operations/discoverySolutionNLP.js +82 -0
  136. package/dist/commonjs/operations/discoverySolutionNLP.js.map +1 -0
  137. package/dist/commonjs/operations/index.d.ts +10 -0
  138. package/dist/commonjs/operations/index.d.ts.map +1 -0
  139. package/dist/commonjs/operations/index.js +20 -0
  140. package/dist/commonjs/operations/index.js.map +1 -0
  141. package/dist/commonjs/operations/operations.d.ts +32 -0
  142. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  143. package/dist/commonjs/operations/operations.js +121 -0
  144. package/dist/commonjs/operations/operations.js.map +1 -0
  145. package/dist/commonjs/operations/simplifiedSolutions.d.ts +52 -0
  146. package/dist/commonjs/operations/simplifiedSolutions.d.ts.map +1 -0
  147. package/dist/commonjs/operations/simplifiedSolutions.js +165 -0
  148. package/dist/commonjs/operations/simplifiedSolutions.js.map +1 -0
  149. package/dist/commonjs/operations/solution.d.ts +82 -0
  150. package/dist/commonjs/operations/solution.d.ts.map +1 -0
  151. package/dist/commonjs/operations/solution.js +295 -0
  152. package/dist/commonjs/operations/solution.js.map +1 -0
  153. package/dist/commonjs/operations/solutionSelfHelp.d.ts +23 -0
  154. package/dist/commonjs/operations/solutionSelfHelp.d.ts.map +1 -0
  155. package/dist/commonjs/operations/solutionSelfHelp.js +57 -0
  156. package/dist/commonjs/operations/solutionSelfHelp.js.map +1 -0
  157. package/dist/commonjs/operations/troubleshooters.d.ts +73 -0
  158. package/dist/commonjs/operations/troubleshooters.d.ts.map +1 -0
  159. package/dist/commonjs/operations/troubleshooters.js +207 -0
  160. package/dist/commonjs/operations/troubleshooters.js.map +1 -0
  161. package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts +14 -0
  162. package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
  163. package/dist/commonjs/operationsInterfaces/checkNameAvailability.js +10 -0
  164. package/dist/commonjs/operationsInterfaces/checkNameAvailability.js.map +1 -0
  165. package/dist/commonjs/operationsInterfaces/diagnostics.d.ts +37 -0
  166. package/dist/commonjs/operationsInterfaces/diagnostics.d.ts.map +1 -0
  167. package/{dist-esm/src/operationsInterfaces/discoverySolutionNLPSubscriptionScope.js → dist/commonjs/operationsInterfaces/diagnostics.js} +3 -2
  168. package/dist/commonjs/operationsInterfaces/diagnostics.js.map +1 -0
  169. package/dist/commonjs/operationsInterfaces/discoverySolution.d.ts +19 -0
  170. package/dist/commonjs/operationsInterfaces/discoverySolution.d.ts.map +1 -0
  171. package/dist/commonjs/operationsInterfaces/discoverySolution.js +10 -0
  172. package/dist/commonjs/operationsInterfaces/discoverySolution.js.map +1 -0
  173. package/dist/commonjs/operationsInterfaces/discoverySolutionNLP.d.ts +18 -0
  174. package/dist/commonjs/operationsInterfaces/discoverySolutionNLP.d.ts.map +1 -0
  175. package/dist/commonjs/operationsInterfaces/discoverySolutionNLP.js +10 -0
  176. package/dist/commonjs/operationsInterfaces/discoverySolutionNLP.js.map +1 -0
  177. package/dist/commonjs/operationsInterfaces/index.d.ts +10 -0
  178. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  179. package/dist/commonjs/operationsInterfaces/index.js +20 -0
  180. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  181. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  182. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  183. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  184. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  185. package/dist/commonjs/operationsInterfaces/simplifiedSolutions.d.ts +44 -0
  186. package/dist/commonjs/operationsInterfaces/simplifiedSolutions.d.ts.map +1 -0
  187. package/dist/commonjs/operationsInterfaces/simplifiedSolutions.js +10 -0
  188. package/dist/commonjs/operationsInterfaces/simplifiedSolutions.js.map +1 -0
  189. package/dist/commonjs/operationsInterfaces/solution.d.ts +74 -0
  190. package/dist/commonjs/operationsInterfaces/solution.d.ts.map +1 -0
  191. package/dist/commonjs/operationsInterfaces/solution.js +10 -0
  192. package/dist/commonjs/operationsInterfaces/solution.js.map +1 -0
  193. package/dist/commonjs/operationsInterfaces/solutionSelfHelp.d.ts +15 -0
  194. package/dist/commonjs/operationsInterfaces/solutionSelfHelp.d.ts.map +1 -0
  195. package/dist/commonjs/operationsInterfaces/solutionSelfHelp.js +10 -0
  196. package/dist/commonjs/operationsInterfaces/solutionSelfHelp.js.map +1 -0
  197. package/dist/commonjs/operationsInterfaces/troubleshooters.d.ts +65 -0
  198. package/dist/commonjs/operationsInterfaces/troubleshooters.d.ts.map +1 -0
  199. package/dist/commonjs/operationsInterfaces/troubleshooters.js +10 -0
  200. package/dist/commonjs/operationsInterfaces/troubleshooters.js.map +1 -0
  201. package/dist/commonjs/package.json +3 -0
  202. package/dist/commonjs/pagingHelper.d.ts +13 -0
  203. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  204. package/dist/commonjs/pagingHelper.js +34 -0
  205. package/dist/commonjs/pagingHelper.js.map +1 -0
  206. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  207. package/dist/esm/helpRP.d.ts +26 -0
  208. package/dist/esm/helpRP.d.ts.map +1 -0
  209. package/dist/esm/helpRP.js +115 -0
  210. package/dist/esm/helpRP.js.map +1 -0
  211. package/dist/esm/index.d.ts +5 -0
  212. package/dist/esm/index.d.ts.map +1 -0
  213. package/{src/index.ts → dist/esm/index.js} +5 -5
  214. package/dist/esm/index.js.map +1 -0
  215. package/dist/esm/lroImpl.d.ts +11 -0
  216. package/dist/esm/lroImpl.d.ts.map +1 -0
  217. package/dist/esm/lroImpl.js +18 -0
  218. package/dist/esm/lroImpl.js.map +1 -0
  219. package/dist/esm/models/index.d.ts +1315 -0
  220. package/dist/esm/models/index.d.ts.map +1 -0
  221. package/dist/esm/models/index.js +234 -0
  222. package/dist/esm/models/index.js.map +1 -0
  223. package/dist/esm/models/mappers.d.ts +58 -0
  224. package/dist/esm/models/mappers.d.ts.map +1 -0
  225. package/dist/esm/models/mappers.js +1971 -0
  226. package/dist/esm/models/mappers.js.map +1 -0
  227. package/dist/esm/models/parameters.d.ts +25 -0
  228. package/dist/esm/models/parameters.d.ts.map +1 -0
  229. package/dist/esm/models/parameters.js +215 -0
  230. package/dist/esm/models/parameters.js.map +1 -0
  231. package/dist/esm/operations/checkNameAvailability.d.ts +22 -0
  232. package/dist/esm/operations/checkNameAvailability.d.ts.map +1 -0
  233. package/dist/esm/operations/checkNameAvailability.js +53 -0
  234. package/dist/esm/operations/checkNameAvailability.js.map +1 -0
  235. package/dist/esm/operations/diagnostics.d.ts +45 -0
  236. package/dist/esm/operations/diagnostics.d.ts.map +1 -0
  237. package/dist/esm/operations/diagnostics.js +153 -0
  238. package/dist/esm/operations/diagnostics.js.map +1 -0
  239. package/dist/esm/operations/discoverySolution.d.ts +48 -0
  240. package/dist/esm/operations/discoverySolution.d.ts.map +1 -0
  241. package/dist/esm/operations/discoverySolution.js +136 -0
  242. package/dist/esm/operations/discoverySolution.js.map +1 -0
  243. package/dist/esm/operations/discoverySolutionNLP.d.ts +26 -0
  244. package/dist/esm/operations/discoverySolutionNLP.d.ts.map +1 -0
  245. package/dist/esm/operations/discoverySolutionNLP.js +77 -0
  246. package/dist/esm/operations/discoverySolutionNLP.js.map +1 -0
  247. package/dist/esm/operations/index.d.ts +10 -0
  248. package/dist/esm/operations/index.d.ts.map +1 -0
  249. package/dist/esm/operations/index.js +17 -0
  250. package/dist/esm/operations/index.js.map +1 -0
  251. package/dist/esm/operations/operations.d.ts +32 -0
  252. package/dist/esm/operations/operations.d.ts.map +1 -0
  253. package/dist/esm/operations/operations.js +116 -0
  254. package/dist/esm/operations/operations.js.map +1 -0
  255. package/dist/esm/operations/simplifiedSolutions.d.ts +52 -0
  256. package/dist/esm/operations/simplifiedSolutions.d.ts.map +1 -0
  257. package/dist/esm/operations/simplifiedSolutions.js +160 -0
  258. package/dist/esm/operations/simplifiedSolutions.js.map +1 -0
  259. package/dist/esm/operations/solution.d.ts +82 -0
  260. package/dist/esm/operations/solution.d.ts.map +1 -0
  261. package/dist/esm/operations/solution.js +290 -0
  262. package/dist/esm/operations/solution.js.map +1 -0
  263. package/dist/esm/operations/solutionSelfHelp.d.ts +23 -0
  264. package/dist/esm/operations/solutionSelfHelp.d.ts.map +1 -0
  265. package/dist/esm/operations/solutionSelfHelp.js +52 -0
  266. package/dist/esm/operations/solutionSelfHelp.js.map +1 -0
  267. package/dist/esm/operations/troubleshooters.d.ts +73 -0
  268. package/dist/esm/operations/troubleshooters.d.ts.map +1 -0
  269. package/dist/esm/operations/troubleshooters.js +202 -0
  270. package/dist/esm/operations/troubleshooters.js.map +1 -0
  271. package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts +14 -0
  272. package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
  273. package/dist/esm/operationsInterfaces/checkNameAvailability.js +9 -0
  274. package/dist/esm/operationsInterfaces/checkNameAvailability.js.map +1 -0
  275. package/dist/esm/operationsInterfaces/diagnostics.d.ts +37 -0
  276. package/dist/esm/operationsInterfaces/diagnostics.d.ts.map +1 -0
  277. package/dist/esm/operationsInterfaces/diagnostics.js +9 -0
  278. package/dist/esm/operationsInterfaces/diagnostics.js.map +1 -0
  279. package/dist/esm/operationsInterfaces/discoverySolution.d.ts +19 -0
  280. package/dist/esm/operationsInterfaces/discoverySolution.d.ts.map +1 -0
  281. package/dist/esm/operationsInterfaces/discoverySolution.js +9 -0
  282. package/dist/esm/operationsInterfaces/discoverySolution.js.map +1 -0
  283. package/dist/esm/operationsInterfaces/discoverySolutionNLP.d.ts +18 -0
  284. package/dist/esm/operationsInterfaces/discoverySolutionNLP.d.ts.map +1 -0
  285. package/dist/esm/operationsInterfaces/discoverySolutionNLP.js +9 -0
  286. package/dist/esm/operationsInterfaces/discoverySolutionNLP.js.map +1 -0
  287. package/dist/esm/operationsInterfaces/index.d.ts +10 -0
  288. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  289. package/dist/esm/operationsInterfaces/index.js +17 -0
  290. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  291. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  292. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  293. package/dist/esm/operationsInterfaces/operations.js +9 -0
  294. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  295. package/dist/esm/operationsInterfaces/simplifiedSolutions.d.ts +44 -0
  296. package/dist/esm/operationsInterfaces/simplifiedSolutions.d.ts.map +1 -0
  297. package/dist/esm/operationsInterfaces/simplifiedSolutions.js +9 -0
  298. package/dist/esm/operationsInterfaces/simplifiedSolutions.js.map +1 -0
  299. package/dist/esm/operationsInterfaces/solution.d.ts +74 -0
  300. package/dist/esm/operationsInterfaces/solution.d.ts.map +1 -0
  301. package/dist/esm/operationsInterfaces/solution.js +9 -0
  302. package/dist/esm/operationsInterfaces/solution.js.map +1 -0
  303. package/dist/esm/operationsInterfaces/solutionSelfHelp.d.ts +15 -0
  304. package/dist/esm/operationsInterfaces/solutionSelfHelp.d.ts.map +1 -0
  305. package/dist/esm/operationsInterfaces/solutionSelfHelp.js +9 -0
  306. package/dist/esm/operationsInterfaces/solutionSelfHelp.js.map +1 -0
  307. package/dist/esm/operationsInterfaces/troubleshooters.d.ts +65 -0
  308. package/dist/esm/operationsInterfaces/troubleshooters.d.ts.map +1 -0
  309. package/dist/esm/operationsInterfaces/troubleshooters.js +9 -0
  310. package/dist/esm/operationsInterfaces/troubleshooters.js.map +1 -0
  311. package/dist/esm/package.json +3 -0
  312. package/dist/esm/pagingHelper.d.ts +13 -0
  313. package/dist/esm/pagingHelper.d.ts.map +1 -0
  314. package/dist/esm/pagingHelper.js +30 -0
  315. package/dist/esm/pagingHelper.js.map +1 -0
  316. package/dist/react-native/helpRP.d.ts +26 -0
  317. package/dist/react-native/helpRP.d.ts.map +1 -0
  318. package/dist/react-native/helpRP.js +115 -0
  319. package/dist/react-native/helpRP.js.map +1 -0
  320. package/dist/react-native/index.d.ts +5 -0
  321. package/dist/react-native/index.d.ts.map +1 -0
  322. package/dist/react-native/index.js +13 -0
  323. package/dist/react-native/index.js.map +1 -0
  324. package/dist/react-native/lroImpl.d.ts +11 -0
  325. package/dist/react-native/lroImpl.d.ts.map +1 -0
  326. package/dist/react-native/lroImpl.js +18 -0
  327. package/dist/react-native/lroImpl.js.map +1 -0
  328. package/dist/react-native/models/index.d.ts +1315 -0
  329. package/dist/react-native/models/index.d.ts.map +1 -0
  330. package/dist/react-native/models/index.js +234 -0
  331. package/dist/react-native/models/index.js.map +1 -0
  332. package/dist/react-native/models/mappers.d.ts +58 -0
  333. package/dist/react-native/models/mappers.d.ts.map +1 -0
  334. package/dist/react-native/models/mappers.js +1971 -0
  335. package/dist/react-native/models/mappers.js.map +1 -0
  336. package/dist/react-native/models/parameters.d.ts +25 -0
  337. package/dist/react-native/models/parameters.d.ts.map +1 -0
  338. package/dist/react-native/models/parameters.js +215 -0
  339. package/dist/react-native/models/parameters.js.map +1 -0
  340. package/dist/react-native/operations/checkNameAvailability.d.ts +22 -0
  341. package/dist/react-native/operations/checkNameAvailability.d.ts.map +1 -0
  342. package/dist/react-native/operations/checkNameAvailability.js +53 -0
  343. package/dist/react-native/operations/checkNameAvailability.js.map +1 -0
  344. package/dist/react-native/operations/diagnostics.d.ts +45 -0
  345. package/dist/react-native/operations/diagnostics.d.ts.map +1 -0
  346. package/dist/react-native/operations/diagnostics.js +153 -0
  347. package/dist/react-native/operations/diagnostics.js.map +1 -0
  348. package/dist/react-native/operations/discoverySolution.d.ts +48 -0
  349. package/dist/react-native/operations/discoverySolution.d.ts.map +1 -0
  350. package/dist/react-native/operations/discoverySolution.js +136 -0
  351. package/dist/react-native/operations/discoverySolution.js.map +1 -0
  352. package/dist/react-native/operations/discoverySolutionNLP.d.ts +26 -0
  353. package/dist/react-native/operations/discoverySolutionNLP.d.ts.map +1 -0
  354. package/dist/react-native/operations/discoverySolutionNLP.js +77 -0
  355. package/dist/react-native/operations/discoverySolutionNLP.js.map +1 -0
  356. package/dist/react-native/operations/index.d.ts +10 -0
  357. package/dist/react-native/operations/index.d.ts.map +1 -0
  358. package/dist/react-native/operations/index.js +17 -0
  359. package/dist/react-native/operations/index.js.map +1 -0
  360. package/dist/react-native/operations/operations.d.ts +32 -0
  361. package/dist/react-native/operations/operations.d.ts.map +1 -0
  362. package/dist/react-native/operations/operations.js +116 -0
  363. package/dist/react-native/operations/operations.js.map +1 -0
  364. package/dist/react-native/operations/simplifiedSolutions.d.ts +52 -0
  365. package/dist/react-native/operations/simplifiedSolutions.d.ts.map +1 -0
  366. package/dist/react-native/operations/simplifiedSolutions.js +160 -0
  367. package/dist/react-native/operations/simplifiedSolutions.js.map +1 -0
  368. package/dist/react-native/operations/solution.d.ts +82 -0
  369. package/dist/react-native/operations/solution.d.ts.map +1 -0
  370. package/dist/react-native/operations/solution.js +290 -0
  371. package/dist/react-native/operations/solution.js.map +1 -0
  372. package/dist/react-native/operations/solutionSelfHelp.d.ts +23 -0
  373. package/dist/react-native/operations/solutionSelfHelp.d.ts.map +1 -0
  374. package/dist/react-native/operations/solutionSelfHelp.js +52 -0
  375. package/dist/react-native/operations/solutionSelfHelp.js.map +1 -0
  376. package/dist/react-native/operations/troubleshooters.d.ts +73 -0
  377. package/dist/react-native/operations/troubleshooters.d.ts.map +1 -0
  378. package/dist/react-native/operations/troubleshooters.js +202 -0
  379. package/dist/react-native/operations/troubleshooters.js.map +1 -0
  380. package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts +14 -0
  381. package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
  382. package/dist/react-native/operationsInterfaces/checkNameAvailability.js +9 -0
  383. package/dist/react-native/operationsInterfaces/checkNameAvailability.js.map +1 -0
  384. package/dist/react-native/operationsInterfaces/diagnostics.d.ts +37 -0
  385. package/dist/react-native/operationsInterfaces/diagnostics.d.ts.map +1 -0
  386. package/dist/react-native/operationsInterfaces/diagnostics.js +9 -0
  387. package/dist/react-native/operationsInterfaces/diagnostics.js.map +1 -0
  388. package/dist/react-native/operationsInterfaces/discoverySolution.d.ts +19 -0
  389. package/dist/react-native/operationsInterfaces/discoverySolution.d.ts.map +1 -0
  390. package/dist/react-native/operationsInterfaces/discoverySolution.js +9 -0
  391. package/dist/react-native/operationsInterfaces/discoverySolution.js.map +1 -0
  392. package/dist/react-native/operationsInterfaces/discoverySolutionNLP.d.ts +18 -0
  393. package/dist/react-native/operationsInterfaces/discoverySolutionNLP.d.ts.map +1 -0
  394. package/dist/react-native/operationsInterfaces/discoverySolutionNLP.js +9 -0
  395. package/dist/react-native/operationsInterfaces/discoverySolutionNLP.js.map +1 -0
  396. package/dist/react-native/operationsInterfaces/index.d.ts +10 -0
  397. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  398. package/dist/react-native/operationsInterfaces/index.js +17 -0
  399. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  400. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  401. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  402. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  403. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  404. package/dist/react-native/operationsInterfaces/simplifiedSolutions.d.ts +44 -0
  405. package/dist/react-native/operationsInterfaces/simplifiedSolutions.d.ts.map +1 -0
  406. package/dist/react-native/operationsInterfaces/simplifiedSolutions.js +9 -0
  407. package/dist/react-native/operationsInterfaces/simplifiedSolutions.js.map +1 -0
  408. package/dist/react-native/operationsInterfaces/solution.d.ts +74 -0
  409. package/dist/react-native/operationsInterfaces/solution.d.ts.map +1 -0
  410. package/dist/react-native/operationsInterfaces/solution.js +9 -0
  411. package/dist/react-native/operationsInterfaces/solution.js.map +1 -0
  412. package/dist/react-native/operationsInterfaces/solutionSelfHelp.d.ts +15 -0
  413. package/dist/react-native/operationsInterfaces/solutionSelfHelp.d.ts.map +1 -0
  414. package/dist/react-native/operationsInterfaces/solutionSelfHelp.js +9 -0
  415. package/dist/react-native/operationsInterfaces/solutionSelfHelp.js.map +1 -0
  416. package/dist/react-native/operationsInterfaces/troubleshooters.d.ts +65 -0
  417. package/dist/react-native/operationsInterfaces/troubleshooters.d.ts.map +1 -0
  418. package/dist/react-native/operationsInterfaces/troubleshooters.js +9 -0
  419. package/dist/react-native/operationsInterfaces/troubleshooters.js.map +1 -0
  420. package/dist/react-native/package.json +3 -0
  421. package/dist/react-native/pagingHelper.d.ts +13 -0
  422. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  423. package/dist/react-native/pagingHelper.js +30 -0
  424. package/dist/react-native/pagingHelper.js.map +1 -0
  425. package/package.json +84 -68
  426. package/review/{arm-selfhelp.api.md → arm-selfhelp-node.api.md} +11 -17
  427. package/dist/index.js +0 -3855
  428. package/dist/index.js.map +0 -1
  429. package/dist/index.min.js +0 -1
  430. package/dist/index.min.js.map +0 -1
  431. package/dist-esm/samples-dev/checkNameAvailabilityPostSample.d.ts +0 -2
  432. package/dist-esm/samples-dev/checkNameAvailabilityPostSample.d.ts.map +0 -1
  433. package/dist-esm/samples-dev/checkNameAvailabilityPostSample.js +0 -66
  434. package/dist-esm/samples-dev/checkNameAvailabilityPostSample.js.map +0 -1
  435. package/dist-esm/samples-dev/diagnosticsCreateSample.d.ts +0 -2
  436. package/dist-esm/samples-dev/diagnosticsCreateSample.d.ts.map +0 -1
  437. package/dist-esm/samples-dev/diagnosticsCreateSample.js +0 -37
  438. package/dist-esm/samples-dev/diagnosticsCreateSample.js.map +0 -1
  439. package/dist-esm/samples-dev/diagnosticsGetSample.d.ts +0 -2
  440. package/dist-esm/samples-dev/diagnosticsGetSample.d.ts.map +0 -1
  441. package/dist-esm/samples-dev/diagnosticsGetSample.js +0 -37
  442. package/dist-esm/samples-dev/diagnosticsGetSample.js.map +0 -1
  443. package/dist-esm/samples-dev/discoverySolutionListSample.d.ts +0 -2
  444. package/dist-esm/samples-dev/discoverySolutionListSample.d.ts.map +0 -1
  445. package/dist-esm/samples-dev/discoverySolutionListSample.js +0 -53
  446. package/dist-esm/samples-dev/discoverySolutionListSample.js.map +0 -1
  447. package/dist-esm/samples-dev/discoverySolutionNlpSubscriptionScopePostSample.d.ts +0 -2
  448. package/dist-esm/samples-dev/discoverySolutionNlpSubscriptionScopePostSample.d.ts.map +0 -1
  449. package/dist-esm/samples-dev/discoverySolutionNlpSubscriptionScopePostSample.js +0 -44
  450. package/dist-esm/samples-dev/discoverySolutionNlpSubscriptionScopePostSample.js.map +0 -1
  451. package/dist-esm/samples-dev/discoverySolutionNlpTenantScopePostSample.d.ts +0 -2
  452. package/dist-esm/samples-dev/discoverySolutionNlpTenantScopePostSample.d.ts.map +0 -1
  453. package/dist-esm/samples-dev/discoverySolutionNlpTenantScopePostSample.js +0 -42
  454. package/dist-esm/samples-dev/discoverySolutionNlpTenantScopePostSample.js.map +0 -1
  455. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  456. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  457. package/dist-esm/samples-dev/operationsListSample.js +0 -51
  458. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  459. package/dist-esm/samples-dev/simplifiedSolutionsCreateSample.d.ts +0 -2
  460. package/dist-esm/samples-dev/simplifiedSolutionsCreateSample.d.ts.map +0 -1
  461. package/dist-esm/samples-dev/simplifiedSolutionsCreateSample.js +0 -46
  462. package/dist-esm/samples-dev/simplifiedSolutionsCreateSample.js.map +0 -1
  463. package/dist-esm/samples-dev/simplifiedSolutionsGetSample.d.ts +0 -2
  464. package/dist-esm/samples-dev/simplifiedSolutionsGetSample.d.ts.map +0 -1
  465. package/dist-esm/samples-dev/simplifiedSolutionsGetSample.js +0 -37
  466. package/dist-esm/samples-dev/simplifiedSolutionsGetSample.js.map +0 -1
  467. package/dist-esm/samples-dev/solutionCreateSample.d.ts +0 -2
  468. package/dist-esm/samples-dev/solutionCreateSample.d.ts.map +0 -1
  469. package/dist-esm/samples-dev/solutionCreateSample.js +0 -44
  470. package/dist-esm/samples-dev/solutionCreateSample.js.map +0 -1
  471. package/dist-esm/samples-dev/solutionGetSample.d.ts +0 -2
  472. package/dist-esm/samples-dev/solutionGetSample.d.ts.map +0 -1
  473. package/dist-esm/samples-dev/solutionGetSample.js +0 -37
  474. package/dist-esm/samples-dev/solutionGetSample.js.map +0 -1
  475. package/dist-esm/samples-dev/solutionSelfHelpGetSample.d.ts +0 -2
  476. package/dist-esm/samples-dev/solutionSelfHelpGetSample.d.ts.map +0 -1
  477. package/dist-esm/samples-dev/solutionSelfHelpGetSample.js +0 -36
  478. package/dist-esm/samples-dev/solutionSelfHelpGetSample.js.map +0 -1
  479. package/dist-esm/samples-dev/solutionUpdateSample.d.ts +0 -2
  480. package/dist-esm/samples-dev/solutionUpdateSample.d.ts.map +0 -1
  481. package/dist-esm/samples-dev/solutionUpdateSample.js +0 -37
  482. package/dist-esm/samples-dev/solutionUpdateSample.js.map +0 -1
  483. package/dist-esm/samples-dev/solutionWarmUpSample.d.ts +0 -2
  484. package/dist-esm/samples-dev/solutionWarmUpSample.d.ts.map +0 -1
  485. package/dist-esm/samples-dev/solutionWarmUpSample.js +0 -37
  486. package/dist-esm/samples-dev/solutionWarmUpSample.js.map +0 -1
  487. package/dist-esm/samples-dev/troubleshootersContinueSample.d.ts +0 -2
  488. package/dist-esm/samples-dev/troubleshootersContinueSample.d.ts.map +0 -1
  489. package/dist-esm/samples-dev/troubleshootersContinueSample.js +0 -50
  490. package/dist-esm/samples-dev/troubleshootersContinueSample.js.map +0 -1
  491. package/dist-esm/samples-dev/troubleshootersCreateSample.d.ts +0 -2
  492. package/dist-esm/samples-dev/troubleshootersCreateSample.d.ts.map +0 -1
  493. package/dist-esm/samples-dev/troubleshootersCreateSample.js +0 -46
  494. package/dist-esm/samples-dev/troubleshootersCreateSample.js.map +0 -1
  495. package/dist-esm/samples-dev/troubleshootersEndSample.d.ts +0 -2
  496. package/dist-esm/samples-dev/troubleshootersEndSample.d.ts.map +0 -1
  497. package/dist-esm/samples-dev/troubleshootersEndSample.js +0 -37
  498. package/dist-esm/samples-dev/troubleshootersEndSample.js.map +0 -1
  499. package/dist-esm/samples-dev/troubleshootersGetSample.d.ts +0 -2
  500. package/dist-esm/samples-dev/troubleshootersGetSample.d.ts.map +0 -1
  501. package/dist-esm/samples-dev/troubleshootersGetSample.js +0 -37
  502. package/dist-esm/samples-dev/troubleshootersGetSample.js.map +0 -1
  503. package/dist-esm/samples-dev/troubleshootersRestartSample.d.ts +0 -2
  504. package/dist-esm/samples-dev/troubleshootersRestartSample.d.ts.map +0 -1
  505. package/dist-esm/samples-dev/troubleshootersRestartSample.js +0 -37
  506. package/dist-esm/samples-dev/troubleshootersRestartSample.js.map +0 -1
  507. package/dist-esm/src/helpRP.d.ts.map +0 -1
  508. package/dist-esm/src/helpRP.js.map +0 -1
  509. package/dist-esm/src/index.d.ts +0 -6
  510. package/dist-esm/src/index.d.ts.map +0 -1
  511. package/dist-esm/src/index.js.map +0 -1
  512. package/dist-esm/src/lroImpl.js +0 -21
  513. package/dist-esm/src/lroImpl.js.map +0 -1
  514. package/dist-esm/src/models/index.js.map +0 -1
  515. package/dist-esm/src/models/mappers.js.map +0 -1
  516. package/dist-esm/src/models/parameters.js.map +0 -1
  517. package/dist-esm/src/operations/checkNameAvailability.d.ts.map +0 -1
  518. package/dist-esm/src/operations/checkNameAvailability.js.map +0 -1
  519. package/dist-esm/src/operations/diagnostics.d.ts.map +0 -1
  520. package/dist-esm/src/operations/diagnostics.js.map +0 -1
  521. package/dist-esm/src/operations/discoverySolution.d.ts.map +0 -1
  522. package/dist-esm/src/operations/discoverySolution.js.map +0 -1
  523. package/dist-esm/src/operations/discoverySolutionNLPSubscriptionScope.d.ts +0 -20
  524. package/dist-esm/src/operations/discoverySolutionNLPSubscriptionScope.d.ts.map +0 -1
  525. package/dist-esm/src/operations/discoverySolutionNLPSubscriptionScope.js.map +0 -1
  526. package/dist-esm/src/operations/discoverySolutionNLPTenantScope.d.ts +0 -19
  527. package/dist-esm/src/operations/discoverySolutionNLPTenantScope.d.ts.map +0 -1
  528. package/dist-esm/src/operations/discoverySolutionNLPTenantScope.js +0 -49
  529. package/dist-esm/src/operations/discoverySolutionNLPTenantScope.js.map +0 -1
  530. package/dist-esm/src/operations/index.d.ts +0 -11
  531. package/dist-esm/src/operations/index.d.ts.map +0 -1
  532. package/dist-esm/src/operations/index.js +0 -18
  533. package/dist-esm/src/operations/index.js.map +0 -1
  534. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  535. package/dist-esm/src/operations/operations.js.map +0 -1
  536. package/dist-esm/src/operations/simplifiedSolutions.d.ts.map +0 -1
  537. package/dist-esm/src/operations/simplifiedSolutions.js.map +0 -1
  538. package/dist-esm/src/operations/solution.d.ts.map +0 -1
  539. package/dist-esm/src/operations/solution.js.map +0 -1
  540. package/dist-esm/src/operations/solutionSelfHelp.d.ts.map +0 -1
  541. package/dist-esm/src/operations/solutionSelfHelp.js.map +0 -1
  542. package/dist-esm/src/operations/troubleshooters.d.ts.map +0 -1
  543. package/dist-esm/src/operations/troubleshooters.js.map +0 -1
  544. package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
  545. package/dist-esm/src/operationsInterfaces/checkNameAvailability.js.map +0 -1
  546. package/dist-esm/src/operationsInterfaces/diagnostics.d.ts.map +0 -1
  547. package/dist-esm/src/operationsInterfaces/diagnostics.js.map +0 -1
  548. package/dist-esm/src/operationsInterfaces/discoverySolution.d.ts.map +0 -1
  549. package/dist-esm/src/operationsInterfaces/discoverySolution.js.map +0 -1
  550. package/dist-esm/src/operationsInterfaces/discoverySolutionNLPSubscriptionScope.d.ts +0 -12
  551. package/dist-esm/src/operationsInterfaces/discoverySolutionNLPSubscriptionScope.d.ts.map +0 -1
  552. package/dist-esm/src/operationsInterfaces/discoverySolutionNLPSubscriptionScope.js.map +0 -1
  553. package/dist-esm/src/operationsInterfaces/discoverySolutionNLPTenantScope.d.ts +0 -11
  554. package/dist-esm/src/operationsInterfaces/discoverySolutionNLPTenantScope.d.ts.map +0 -1
  555. package/dist-esm/src/operationsInterfaces/discoverySolutionNLPTenantScope.js +0 -9
  556. package/dist-esm/src/operationsInterfaces/discoverySolutionNLPTenantScope.js.map +0 -1
  557. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -11
  558. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  559. package/dist-esm/src/operationsInterfaces/index.js +0 -18
  560. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  561. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  562. package/dist-esm/src/operationsInterfaces/simplifiedSolutions.d.ts.map +0 -1
  563. package/dist-esm/src/operationsInterfaces/simplifiedSolutions.js.map +0 -1
  564. package/dist-esm/src/operationsInterfaces/solution.d.ts.map +0 -1
  565. package/dist-esm/src/operationsInterfaces/solution.js.map +0 -1
  566. package/dist-esm/src/operationsInterfaces/solutionSelfHelp.js.map +0 -1
  567. package/dist-esm/src/operationsInterfaces/troubleshooters.d.ts.map +0 -1
  568. package/dist-esm/src/operationsInterfaces/troubleshooters.js.map +0 -1
  569. package/dist-esm/src/pagingHelper.js.map +0 -1
  570. package/dist-esm/test/selfhelp_operations_test.spec.d.ts +0 -4
  571. package/dist-esm/test/selfhelp_operations_test.spec.d.ts.map +0 -1
  572. package/dist-esm/test/selfhelp_operations_test.spec.js +0 -99
  573. package/dist-esm/test/selfhelp_operations_test.spec.js.map +0 -1
  574. package/src/helpRP.ts +0 -175
  575. package/src/lroImpl.ts +0 -42
  576. package/src/models/index.ts +0 -1454
  577. package/src/models/mappers.ts +0 -2028
  578. package/src/models/parameters.ts +0 -253
  579. package/src/operations/checkNameAvailability.ts +0 -69
  580. package/src/operations/diagnostics.ts +0 -209
  581. package/src/operations/discoverySolution.ts +0 -169
  582. package/src/operations/discoverySolutionNLPSubscriptionScope.ts +0 -69
  583. package/src/operations/discoverySolutionNLPTenantScope.ts +0 -64
  584. package/src/operations/index.ts +0 -18
  585. package/src/operations/operations.ts +0 -149
  586. package/src/operations/simplifiedSolutions.ts +0 -216
  587. package/src/operations/solution.ts +0 -382
  588. package/src/operations/solutionSelfHelp.ts +0 -68
  589. package/src/operations/troubleshooters.ts +0 -259
  590. package/src/operationsInterfaces/checkNameAvailability.ts +0 -28
  591. package/src/operationsInterfaces/diagnostics.ts +0 -67
  592. package/src/operationsInterfaces/discoverySolution.ts +0 -33
  593. package/src/operationsInterfaces/discoverySolutionNLPSubscriptionScope.ts +0 -26
  594. package/src/operationsInterfaces/discoverySolutionNLPTenantScope.ts +0 -24
  595. package/src/operationsInterfaces/index.ts +0 -18
  596. package/src/operationsInterfaces/operations.ts +0 -22
  597. package/src/operationsInterfaces/simplifiedSolutions.ts +0 -74
  598. package/src/operationsInterfaces/solution.ts +0 -124
  599. package/src/operationsInterfaces/solutionSelfHelp.ts +0 -29
  600. package/src/operationsInterfaces/troubleshooters.ts +0 -104
  601. package/src/pagingHelper.ts +0 -39
  602. package/tsconfig.json +0 -33
  603. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  604. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  605. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  606. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  607. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  608. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  609. /package/{dist-esm/src → dist/browser}/operationsInterfaces/checkNameAvailability.js +0 -0
  610. /package/{dist-esm/src → dist/browser}/operationsInterfaces/diagnostics.js +0 -0
  611. /package/{dist-esm/src → dist/browser}/operationsInterfaces/discoverySolution.js +0 -0
  612. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  613. /package/{dist-esm/src → dist/browser}/operationsInterfaces/simplifiedSolutions.js +0 -0
  614. /package/{dist-esm/src → dist/browser}/operationsInterfaces/solution.js +0 -0
  615. /package/{dist-esm/src → dist/browser}/operationsInterfaces/solutionSelfHelp.js +0 -0
  616. /package/{dist-esm/src → dist/browser}/operationsInterfaces/troubleshooters.js +0 -0
  617. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  618. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,237 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.KnownAutomatedCheckResultType = exports.KnownValidationScope = exports.KnownQuestionContentType = exports.KnownQuestionType = exports.KnownType = exports.KnownExecutionStatus = exports.KnownTroubleshooterProvisioningState = exports.KnownAggregationType = exports.KnownResultType = exports.KnownConfidence = exports.KnownSolutionProvisioningState = exports.KnownName = exports.KnownSolutionType = exports.KnownCreatedByType = exports.KnownImportanceLevel = exports.KnownStatus = exports.KnownDiagnosticProvisioningState = exports.KnownActionType = exports.KnownOrigin = void 0;
11
+ /** Known values of {@link Origin} that the service accepts. */
12
+ var KnownOrigin;
13
+ (function (KnownOrigin) {
14
+ /** User */
15
+ KnownOrigin["User"] = "user";
16
+ /** System */
17
+ KnownOrigin["System"] = "system";
18
+ /** UserSystem */
19
+ KnownOrigin["UserSystem"] = "user,system";
20
+ })(KnownOrigin || (exports.KnownOrigin = KnownOrigin = {}));
21
+ /** Known values of {@link ActionType} that the service accepts. */
22
+ var KnownActionType;
23
+ (function (KnownActionType) {
24
+ /** Internal */
25
+ KnownActionType["Internal"] = "Internal";
26
+ })(KnownActionType || (exports.KnownActionType = KnownActionType = {}));
27
+ /** Known values of {@link DiagnosticProvisioningState} that the service accepts. */
28
+ var KnownDiagnosticProvisioningState;
29
+ (function (KnownDiagnosticProvisioningState) {
30
+ /** All Diagnostics in the Batch succeeded. */
31
+ KnownDiagnosticProvisioningState["Succeeded"] = "Succeeded";
32
+ /** Some Diagnostics are still running or failed. */
33
+ KnownDiagnosticProvisioningState["PartialComplete"] = "PartialComplete";
34
+ /** All Diagnostics failed to run. */
35
+ KnownDiagnosticProvisioningState["Failed"] = "Failed";
36
+ /** All Diagnostics are still running. */
37
+ KnownDiagnosticProvisioningState["Running"] = "Running";
38
+ /** When Diagnostic request gets canceled. */
39
+ KnownDiagnosticProvisioningState["Canceled"] = "Canceled";
40
+ })(KnownDiagnosticProvisioningState || (exports.KnownDiagnosticProvisioningState = KnownDiagnosticProvisioningState = {}));
41
+ /** Known values of {@link Status} that the service accepts. */
42
+ var KnownStatus;
43
+ (function (KnownStatus) {
44
+ /** Diagnostic creation failed. */
45
+ KnownStatus["Failed"] = "Failed";
46
+ /** Request is missing required inputs to run. */
47
+ KnownStatus["MissingInputs"] = "MissingInputs";
48
+ /** Diagnostic is still running. */
49
+ KnownStatus["Running"] = "Running";
50
+ /** Diagnostic creation succeeded. */
51
+ KnownStatus["Succeeded"] = "Succeeded";
52
+ /** Diagnostic was timed out. */
53
+ KnownStatus["Timeout"] = "Timeout";
54
+ })(KnownStatus || (exports.KnownStatus = KnownStatus = {}));
55
+ /** Known values of {@link ImportanceLevel} that the service accepts. */
56
+ var KnownImportanceLevel;
57
+ (function (KnownImportanceLevel) {
58
+ /** A critical insight has been found after running the diagnostic. */
59
+ KnownImportanceLevel["Critical"] = "Critical";
60
+ /** A warning insight has been found after running the diagnostic. */
61
+ KnownImportanceLevel["Warning"] = "Warning";
62
+ /** An information insight has been found after running the diagnostic. */
63
+ KnownImportanceLevel["Information"] = "Information";
64
+ })(KnownImportanceLevel || (exports.KnownImportanceLevel = KnownImportanceLevel = {}));
65
+ /** Known values of {@link CreatedByType} that the service accepts. */
66
+ var KnownCreatedByType;
67
+ (function (KnownCreatedByType) {
68
+ /** User */
69
+ KnownCreatedByType["User"] = "User";
70
+ /** Application */
71
+ KnownCreatedByType["Application"] = "Application";
72
+ /** ManagedIdentity */
73
+ KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
74
+ /** Key */
75
+ KnownCreatedByType["Key"] = "Key";
76
+ })(KnownCreatedByType || (exports.KnownCreatedByType = KnownCreatedByType = {}));
77
+ /** Known values of {@link SolutionType} that the service accepts. */
78
+ var KnownSolutionType;
79
+ (function (KnownSolutionType) {
80
+ /** Diagnostics resource type. */
81
+ KnownSolutionType["Diagnostics"] = "Diagnostics";
82
+ /** Solutions resource type. */
83
+ KnownSolutionType["Solutions"] = "Solutions";
84
+ /** Troubleshooters resource type. */
85
+ KnownSolutionType["Troubleshooters"] = "Troubleshooters";
86
+ /** SelfHelp resource type. */
87
+ KnownSolutionType["SelfHelp"] = "SelfHelp";
88
+ })(KnownSolutionType || (exports.KnownSolutionType = KnownSolutionType = {}));
89
+ /** Known values of {@link Name} that the service accepts. */
90
+ var KnownName;
91
+ (function (KnownName) {
92
+ /** SolutionId */
93
+ KnownName["SolutionId"] = "SolutionId";
94
+ /** ProblemClassificationId */
95
+ KnownName["ProblemClassificationId"] = "ProblemClassificationId";
96
+ /** ReplacementKey */
97
+ KnownName["ReplacementKey"] = "ReplacementKey";
98
+ })(KnownName || (exports.KnownName = KnownName = {}));
99
+ /** Known values of {@link SolutionProvisioningState} that the service accepts. */
100
+ var KnownSolutionProvisioningState;
101
+ (function (KnownSolutionProvisioningState) {
102
+ /** All Solutions in the Batch succeeded. */
103
+ KnownSolutionProvisioningState["Succeeded"] = "Succeeded";
104
+ /** Some Solutions are still running or failed. */
105
+ KnownSolutionProvisioningState["PartialComplete"] = "PartialComplete";
106
+ /** All Solutions failed to run. */
107
+ KnownSolutionProvisioningState["Failed"] = "Failed";
108
+ /** All Solutions are still running. */
109
+ KnownSolutionProvisioningState["Running"] = "Running";
110
+ /** When Solutions request gets canceled. */
111
+ KnownSolutionProvisioningState["Canceled"] = "Canceled";
112
+ })(KnownSolutionProvisioningState || (exports.KnownSolutionProvisioningState = KnownSolutionProvisioningState = {}));
113
+ /** Known values of {@link Confidence} that the service accepts. */
114
+ var KnownConfidence;
115
+ (function (KnownConfidence) {
116
+ /** Low */
117
+ KnownConfidence["Low"] = "Low";
118
+ /** Medium */
119
+ KnownConfidence["Medium"] = "Medium";
120
+ /** High */
121
+ KnownConfidence["High"] = "High";
122
+ })(KnownConfidence || (exports.KnownConfidence = KnownConfidence = {}));
123
+ /** Known values of {@link ResultType} that the service accepts. */
124
+ var KnownResultType;
125
+ (function (KnownResultType) {
126
+ /** Community */
127
+ KnownResultType["Community"] = "Community";
128
+ /** Documentation */
129
+ KnownResultType["Documentation"] = "Documentation";
130
+ })(KnownResultType || (exports.KnownResultType = KnownResultType = {}));
131
+ /** Known values of {@link AggregationType} that the service accepts. */
132
+ var KnownAggregationType;
133
+ (function (KnownAggregationType) {
134
+ /** Sum */
135
+ KnownAggregationType["Sum"] = "Sum";
136
+ /** Avg */
137
+ KnownAggregationType["Avg"] = "Avg";
138
+ /** Count */
139
+ KnownAggregationType["Count"] = "Count";
140
+ /** Min */
141
+ KnownAggregationType["Min"] = "Min";
142
+ /** Max */
143
+ KnownAggregationType["Max"] = "Max";
144
+ })(KnownAggregationType || (exports.KnownAggregationType = KnownAggregationType = {}));
145
+ /** Known values of {@link TroubleshooterProvisioningState} that the service accepts. */
146
+ var KnownTroubleshooterProvisioningState;
147
+ (function (KnownTroubleshooterProvisioningState) {
148
+ /** Succeeded */
149
+ KnownTroubleshooterProvisioningState["Succeeded"] = "Succeeded";
150
+ /** Failed */
151
+ KnownTroubleshooterProvisioningState["Failed"] = "Failed";
152
+ /** Canceled */
153
+ KnownTroubleshooterProvisioningState["Canceled"] = "Canceled";
154
+ /** Running */
155
+ KnownTroubleshooterProvisioningState["Running"] = "Running";
156
+ /** AutoContinue */
157
+ KnownTroubleshooterProvisioningState["AutoContinue"] = "AutoContinue";
158
+ })(KnownTroubleshooterProvisioningState || (exports.KnownTroubleshooterProvisioningState = KnownTroubleshooterProvisioningState = {}));
159
+ /** Known values of {@link ExecutionStatus} that the service accepts. */
160
+ var KnownExecutionStatus;
161
+ (function (KnownExecutionStatus) {
162
+ /** Step execution succeeded. */
163
+ KnownExecutionStatus["Success"] = "Success";
164
+ /** Step execution running */
165
+ KnownExecutionStatus["Running"] = "Running";
166
+ /** Step execution failed */
167
+ KnownExecutionStatus["Failed"] = "Failed";
168
+ /** Step execution warning */
169
+ KnownExecutionStatus["Warning"] = "Warning";
170
+ })(KnownExecutionStatus || (exports.KnownExecutionStatus = KnownExecutionStatus = {}));
171
+ /** Known values of {@link Type} that the service accepts. */
172
+ var KnownType;
173
+ (function (KnownType) {
174
+ /** Decision */
175
+ KnownType["Decision"] = "Decision";
176
+ /** Solution */
177
+ KnownType["Solution"] = "Solution";
178
+ /** Insight */
179
+ KnownType["Insight"] = "Insight";
180
+ /** AutomatedCheck */
181
+ KnownType["AutomatedCheck"] = "AutomatedCheck";
182
+ /** Input */
183
+ KnownType["Input"] = "Input";
184
+ })(KnownType || (exports.KnownType = KnownType = {}));
185
+ /** Known values of {@link QuestionType} that the service accepts. */
186
+ var KnownQuestionType;
187
+ (function (KnownQuestionType) {
188
+ /** SingleChoice radio button */
189
+ KnownQuestionType["RadioButton"] = "RadioButton";
190
+ /** SingleChoice dropdown. */
191
+ KnownQuestionType["Dropdown"] = "Dropdown";
192
+ /** Text Input */
193
+ KnownQuestionType["TextInput"] = "TextInput";
194
+ /** MultiLineInfoBox */
195
+ KnownQuestionType["MultiLineInfoBox"] = "MultiLineInfoBox";
196
+ /** DateTime Picker */
197
+ KnownQuestionType["DateTimePicker"] = "DateTimePicker";
198
+ /** Multi Select */
199
+ KnownQuestionType["MultiSelect"] = "MultiSelect";
200
+ })(KnownQuestionType || (exports.KnownQuestionType = KnownQuestionType = {}));
201
+ /** Known values of {@link QuestionContentType} that the service accepts. */
202
+ var KnownQuestionContentType;
203
+ (function (KnownQuestionContentType) {
204
+ /** Text */
205
+ KnownQuestionContentType["Text"] = "Text";
206
+ /** Html */
207
+ KnownQuestionContentType["Html"] = "Html";
208
+ /** Markdown */
209
+ KnownQuestionContentType["Markdown"] = "Markdown";
210
+ })(KnownQuestionContentType || (exports.KnownQuestionContentType = KnownQuestionContentType = {}));
211
+ /** Known values of {@link ValidationScope} that the service accepts. */
212
+ var KnownValidationScope;
213
+ (function (KnownValidationScope) {
214
+ /** None */
215
+ KnownValidationScope["None"] = "None";
216
+ /** URLFormat */
217
+ KnownValidationScope["URLFormat"] = "URLFormat";
218
+ /** GuidFormat */
219
+ KnownValidationScope["GuidFormat"] = "GuidFormat";
220
+ /** IpAddressFormat */
221
+ KnownValidationScope["IpAddressFormat"] = "IpAddressFormat";
222
+ /** NumberOnlyFormat */
223
+ KnownValidationScope["NumberOnlyFormat"] = "NumberOnlyFormat";
224
+ })(KnownValidationScope || (exports.KnownValidationScope = KnownValidationScope = {}));
225
+ /** Known values of {@link AutomatedCheckResultType} that the service accepts. */
226
+ var KnownAutomatedCheckResultType;
227
+ (function (KnownAutomatedCheckResultType) {
228
+ /** Success */
229
+ KnownAutomatedCheckResultType["Success"] = "Success";
230
+ /** Warning */
231
+ KnownAutomatedCheckResultType["Warning"] = "Warning";
232
+ /** Error */
233
+ KnownAutomatedCheckResultType["Error"] = "Error";
234
+ /** Information */
235
+ KnownAutomatedCheckResultType["Information"] = "Information";
236
+ })(KnownAutomatedCheckResultType || (exports.KnownAutomatedCheckResultType = KnownAutomatedCheckResultType = {}));
237
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\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 /**\n * List of operations supported by the resource provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\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 * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and detailed views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\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\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\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?: { [propertyName: string]: string };\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\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\n/** Error definition. */\nexport interface ErrorModel {\n /**\n * Service specific error code which serves as the substatus for the HTTP error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Service specific error type which serves as additional context for the error herein.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Description of the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /** An array of additional nested error response info objects, as described by this contract. */\n details?: ErrorModel[];\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\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\n/** Discovery response. */\nexport interface DiscoveryResponse {\n /** The list of metadata. */\n value?: SolutionMetadataResource[];\n /** The link used to get the next page of solution metadata. */\n nextLink?: string;\n}\n\n/** Metadata Properties */\nexport interface SolutionMetadataProperties {\n /** Solution Id. */\n solutionId?: string;\n /**\n * Solution Type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly solutionType?: SolutionType;\n /**\n * A detailed description of solution.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Required parameters for invoking this particular solution.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredInputs?: string[];\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\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\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\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\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\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\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\n/** Filter group */\nexport interface FilterGroup {\n /** List of filters */\n filter?: Filter[];\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\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\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\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\n/** Solution PatchRequest body */\nexport interface SolutionPatchRequestBody {\n /** Solution request trigger criteria */\n triggerCriteria?: TriggerCriterion[];\n /** Client input parameters to run Solution */\n parameters?: { [propertyName: string]: string };\n /**\n * Solution Id to identify single solution.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly solutionId?: string;\n /**\n * Status of solution provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: SolutionProvisioningState;\n /**\n * The title.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly title?: string;\n /**\n * The HTML content that needs to be rendered and shown to customer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly content?: string;\n /**\n * Solution replacement maps.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly replacementMaps?: ReplacementMaps;\n /**\n * List of section object.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sections?: Section[];\n}\n\n/** Solution WarmUpRequest body */\nexport interface SolutionWarmUpRequestBody {\n /** Dictionary of <string> */\n parameters?: { [propertyName: string]: string };\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\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\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\n/** The status of the resource. */\nexport interface ResponseOption {\n /** Unique string. */\n key?: string;\n /** Option description */\n value?: string;\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\n/** Troubleshooter ContinueRequest body. */\nexport interface ContinueRequestBody {\n /** Unique id of the result. */\n stepId?: string;\n responses?: TroubleshooterResponse[];\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\n/** Troubleshooter restart response */\nexport interface RestartTroubleshooterResponse {\n /**\n * Updated TroubleshooterResource Name .\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly troubleshooterResourceName?: string;\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\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\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\n/** Successfully fetched list of solution metadata. */\nexport interface DiscoveryNlpResponse {\n /** The list of solution metadata. */\n value?: SolutionNlpMetadataResource[];\n}\n\n/** Service Classification result object. */\nexport interface ClassificationService {\n /**\n * Azure resource Id of the service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serviceId?: string;\n /**\n * Localized name of the azure service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /** List of applicable ARM resource types for this service. */\n resourceTypes?: string[];\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\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\n/** Diagnostic resource */\nexport interface DiagnosticResource extends ProxyResource {\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?: { [propertyName: string]: string };\n /** SolutionIds that are needed to be invoked. */\n insights?: DiagnosticInvocation[];\n /**\n * Diagnostic Request Accepted time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly acceptedAt?: string;\n /**\n * Status of diagnostic provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: DiagnosticProvisioningState;\n /**\n * Array of Diagnostics.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly diagnostics?: Diagnostic[];\n}\n\n/** Metadata resource */\nexport interface SolutionMetadataResource extends ProxyResource {\n /** List of metadata. */\n solutions?: SolutionMetadataProperties[];\n}\n\n/** Solution response. */\nexport interface SolutionResource extends ProxyResource {\n /** Solution request trigger criteria */\n triggerCriteria?: TriggerCriterion[];\n /** Client input parameters to run Solution */\n parameters?: { [propertyName: string]: string };\n /**\n * Solution Id to identify single solution.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly solutionId?: string;\n /**\n * Status of solution provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: SolutionProvisioningState;\n /**\n * The title.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly title?: string;\n /**\n * The HTML content that needs to be rendered and shown to customer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly content?: string;\n /**\n * Solution replacement maps.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly replacementMaps?: ReplacementMaps;\n /**\n * List of section object.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sections?: Section[];\n}\n\n/** Simplified Solutions response. */\nexport interface SimplifiedSolutionsResource extends ProxyResource {\n /** Solution Id to identify single Simplified Solution. */\n solutionId?: string;\n /** Client input parameters to run Simplified Solutions */\n parameters?: { [propertyName: string]: string };\n /**\n * The title.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly title?: string;\n /**\n * Additional parameter response for Simplified Solutions\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly appendix?: { [propertyName: string]: string };\n /**\n * The HTML content that needs to be rendered and shown to customer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly content?: string;\n /**\n * Status of Simplified Solution provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: SolutionProvisioningState;\n}\n\n/** Troubleshooter response. */\nexport interface TroubleshooterResource extends ProxyResource {\n /** Solution Id to identify single troubleshooter. */\n solutionId?: string;\n /** Client input parameters to run Troubleshooter Resource */\n parameters?: { [propertyName: string]: string };\n /**\n * Status of troubleshooter provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: TroubleshooterProvisioningState;\n /**\n * List of step object.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly steps?: Step[];\n}\n\n/** Self Help Solution response. */\nexport interface SolutionResourceSelfHelp extends ProxyResource {\n /**\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 * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly solutionId?: string;\n /**\n * The title.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly title?: string;\n /**\n * The HTML content that needs to be rendered and shown to customer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly content?: string;\n /**\n * Solution replacement maps.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly replacementMaps?: ReplacementMapsSelfHelp;\n /**\n * List of section object.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sections?: SectionSelfHelp[];\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\n/** Defines headers for Solution_update operation. */\nexport interface SolutionUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for Troubleshooters_continue operation. */\nexport interface TroubleshootersContinueHeaders {\n location?: string;\n}\n\n/** Defines headers for Troubleshooters_end operation. */\nexport interface TroubleshootersEndHeaders {\n location?: string;\n}\n\n/** Defines headers for Troubleshooters_restart operation. */\nexport interface TroubleshootersRestartHeaders {\n location?: string;\n}\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\",\n}\n\n/**\n * Defines values for Origin. \\\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** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\",\n}\n\n/**\n * Defines values for ActionType. \\\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**\n */\nexport type ActionType = string;\n\n/** Known values of {@link DiagnosticProvisioningState} that the service accepts. */\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 * Defines values for DiagnosticProvisioningState. \\\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\n/** Known values of {@link Status} that the service accepts. */\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 * Defines values for Status. \\\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\n/** Known values of {@link ImportanceLevel} that the service accepts. */\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 * Defines values for ImportanceLevel. \\\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/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\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** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link SolutionType} that the service accepts. */\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 * Defines values for SolutionType. \\\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/** Known values of {@link Name} that the service accepts. */\nexport enum KnownName {\n /** SolutionId */\n SolutionId = \"SolutionId\",\n /** ProblemClassificationId */\n ProblemClassificationId = \"ProblemClassificationId\",\n /** ReplacementKey */\n ReplacementKey = \"ReplacementKey\",\n}\n\n/**\n * Defines values for 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/** Known values of {@link SolutionProvisioningState} that the service accepts. */\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 * Defines values for SolutionProvisioningState. \\\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/** Known values of {@link Confidence} that the service accepts. */\nexport enum KnownConfidence {\n /** Low */\n Low = \"Low\",\n /** Medium */\n Medium = \"Medium\",\n /** High */\n High = \"High\",\n}\n\n/**\n * Defines values for Confidence. \\\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/** Known values of {@link ResultType} that the service accepts. */\nexport enum KnownResultType {\n /** Community */\n Community = \"Community\",\n /** Documentation */\n Documentation = \"Documentation\",\n}\n\n/**\n * Defines values for ResultType. \\\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\n/** Known values of {@link AggregationType} that the service accepts. */\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 * Defines values for AggregationType. \\\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/** Known values of {@link TroubleshooterProvisioningState} that the service accepts. */\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 * Defines values for TroubleshooterProvisioningState. \\\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\n/** Known values of {@link ExecutionStatus} that the service accepts. */\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 * Defines values for ExecutionStatus. \\\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/** Known values of {@link Type} that the service accepts. */\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 * Defines values for Type. \\\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\n/** Known values of {@link QuestionType} that the service accepts. */\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 * Defines values for QuestionType. \\\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/** Known values of {@link QuestionContentType} that the service accepts. */\nexport enum KnownQuestionContentType {\n /** Text */\n Text = \"Text\",\n /** Html */\n Html = \"Html\",\n /** Markdown */\n Markdown = \"Markdown\",\n}\n\n/**\n * Defines values for QuestionContentType. \\\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/** Known values of {@link ValidationScope} that the service accepts. */\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 * Defines values for ValidationScope. \\\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\n/** Known values of {@link AutomatedCheckResultType} that the service accepts. */\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 * Defines values for AutomatedCheckResultType. \\\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/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface CheckNameAvailabilityCheckAvailabilityOptionalParams\n extends coreClient.OperationOptions {\n /** The required parameters for availability check. */\n checkNameAvailabilityRequest?: CheckNameAvailabilityRequest;\n}\n\n/** Contains response data for the checkAvailability operation. */\nexport type CheckNameAvailabilityCheckAvailabilityResponse =\n CheckNameAvailabilityResponse;\n\n/** Optional parameters. */\nexport interface DiagnosticsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** The required request body for this insightResource invocation. */\n diagnosticResourceRequest?: DiagnosticResource;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type DiagnosticsCreateResponse = DiagnosticResource;\n\n/** Optional parameters. */\nexport interface DiagnosticsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DiagnosticsGetResponse = DiagnosticResource;\n\n/** Optional parameters. */\nexport interface DiscoverySolutionListOptionalParams\n extends coreClient.OperationOptions {\n /** 'ProblemClassificationId' is a mandatory filter to get solutions ids. It also supports optional 'ResourceType' and 'SolutionType' filters. The [$filter](https://learn.microsoft.com/en-us/odata/webapi/first-odata-api#filter) supports only 'and', 'or' and 'eq' operators. Example: $filter=ProblemClassificationId eq '1ddda5b4-cf6c-4d4f-91ad-bc38ab0e811e' */\n filter?: string;\n /** Skiptoken is only used if a previous operation returned a partial result. */\n skiptoken?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type DiscoverySolutionListResponse = DiscoveryResponse;\n\n/** Optional parameters. */\nexport interface DiscoverySolutionListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DiscoverySolutionListNextResponse = DiscoveryResponse;\n\n/** Optional parameters. */\nexport interface SolutionCreateOptionalParams\n extends coreClient.OperationOptions {\n /** The required request body for this solution resource creation. */\n solutionRequestBody?: SolutionResource;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type SolutionCreateResponse = SolutionResource;\n\n/** Optional parameters. */\nexport interface SolutionGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SolutionGetResponse = SolutionResource;\n\n/** Optional parameters. */\nexport interface SolutionUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The required request body for updating a solution resource. */\n solutionPatchRequestBody?: SolutionPatchRequestBody;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type SolutionUpdateResponse = SolutionUpdateHeaders & SolutionResource;\n\n/** Optional parameters. */\nexport interface SolutionWarmUpOptionalParams\n extends coreClient.OperationOptions {\n /** The required request body for warming up a solution resource. */\n solutionWarmUpRequestBody?: SolutionWarmUpRequestBody;\n}\n\n/** Optional parameters. */\nexport interface SimplifiedSolutionsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** The required request body for simplified Solutions resource creation. */\n simplifiedSolutionsRequestBody?: SimplifiedSolutionsResource;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type SimplifiedSolutionsCreateResponse = SimplifiedSolutionsResource;\n\n/** Optional parameters. */\nexport interface SimplifiedSolutionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SimplifiedSolutionsGetResponse = SimplifiedSolutionsResource;\n\n/** Optional parameters. */\nexport interface TroubleshootersCreateOptionalParams\n extends coreClient.OperationOptions {\n /** The required request body for this Troubleshooter resource creation. */\n createTroubleshooterRequestBody?: TroubleshooterResource;\n}\n\n/** Contains response data for the create operation. */\nexport type TroubleshootersCreateResponse = TroubleshooterResource;\n\n/** Optional parameters. */\nexport interface TroubleshootersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TroubleshootersGetResponse = TroubleshooterResource;\n\n/** Optional parameters. */\nexport interface TroubleshootersContinueOptionalParams\n extends coreClient.OperationOptions {\n /** The required request body for going to next step in Troubleshooter resource. */\n continueRequestBody?: ContinueRequestBody;\n}\n\n/** Contains response data for the continue operation. */\nexport type TroubleshootersContinueResponse = TroubleshootersContinueHeaders;\n\n/** Optional parameters. */\nexport interface TroubleshootersEndOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the end operation. */\nexport type TroubleshootersEndResponse = TroubleshootersEndHeaders;\n\n/** Optional parameters. */\nexport interface TroubleshootersRestartOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the restart operation. */\nexport type TroubleshootersRestartResponse = TroubleshootersRestartHeaders &\n RestartTroubleshooterResponse;\n\n/** Optional parameters. */\nexport interface SolutionSelfHelpGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SolutionSelfHelpGetResponse = SolutionResourceSelfHelp;\n\n/** Optional parameters. */\nexport interface DiscoverySolutionNLPDiscoverSolutionsOptionalParams\n extends coreClient.OperationOptions {\n /** Request body for discovering solutions using NLP. */\n discoverSolutionRequest?: DiscoveryNlpRequest;\n}\n\n/** Contains response data for the discoverSolutions operation. */\nexport type DiscoverySolutionNLPDiscoverSolutionsResponse =\n DiscoveryNlpResponse;\n\n/** Optional parameters. */\nexport interface DiscoverySolutionNLPDiscoverSolutionsBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** Request body for discovering solutions using NLP. */\n discoverSolutionRequest?: DiscoveryNlpRequest;\n}\n\n/** Contains response data for the discoverSolutionsBySubscription operation. */\nexport type DiscoverySolutionNLPDiscoverSolutionsBySubscriptionResponse =\n DiscoveryNlpResponse;\n\n/** Optional parameters. */\nexport interface HelpRPOptionalParams extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -0,0 +1,58 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare const OperationListResult: coreClient.CompositeMapper;
3
+ export declare const Operation: coreClient.CompositeMapper;
4
+ export declare const OperationDisplay: coreClient.CompositeMapper;
5
+ export declare const ErrorResponse: coreClient.CompositeMapper;
6
+ export declare const ErrorDetail: coreClient.CompositeMapper;
7
+ export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
8
+ export declare const CheckNameAvailabilityRequest: coreClient.CompositeMapper;
9
+ export declare const CheckNameAvailabilityResponse: coreClient.CompositeMapper;
10
+ export declare const DiagnosticInvocation: coreClient.CompositeMapper;
11
+ export declare const Diagnostic: coreClient.CompositeMapper;
12
+ export declare const Insight: coreClient.CompositeMapper;
13
+ export declare const ErrorModel: coreClient.CompositeMapper;
14
+ export declare const Resource: coreClient.CompositeMapper;
15
+ export declare const SystemData: coreClient.CompositeMapper;
16
+ export declare const DiscoveryResponse: coreClient.CompositeMapper;
17
+ export declare const SolutionMetadataProperties: coreClient.CompositeMapper;
18
+ export declare const TriggerCriterion: coreClient.CompositeMapper;
19
+ export declare const ReplacementMaps: coreClient.CompositeMapper;
20
+ export declare const WebResult: coreClient.CompositeMapper;
21
+ export declare const SearchResult: coreClient.CompositeMapper;
22
+ export declare const SolutionsDiagnostic: coreClient.CompositeMapper;
23
+ export declare const SolutionsTroubleshooters: coreClient.CompositeMapper;
24
+ export declare const MetricsBasedChart: coreClient.CompositeMapper;
25
+ export declare const FilterGroup: coreClient.CompositeMapper;
26
+ export declare const Filter: coreClient.CompositeMapper;
27
+ export declare const VideoGroupVideo: coreClient.CompositeMapper;
28
+ export declare const VideoGroup: coreClient.CompositeMapper;
29
+ export declare const Section: coreClient.CompositeMapper;
30
+ export declare const SolutionPatchRequestBody: coreClient.CompositeMapper;
31
+ export declare const SolutionWarmUpRequestBody: coreClient.CompositeMapper;
32
+ export declare const Step: coreClient.CompositeMapper;
33
+ export declare const StepInput: coreClient.CompositeMapper;
34
+ export declare const ResponseValidationProperties: coreClient.CompositeMapper;
35
+ export declare const ResponseOption: coreClient.CompositeMapper;
36
+ export declare const AutomatedCheckResult: coreClient.CompositeMapper;
37
+ export declare const ContinueRequestBody: coreClient.CompositeMapper;
38
+ export declare const TroubleshooterResponse: coreClient.CompositeMapper;
39
+ export declare const RestartTroubleshooterResponse: coreClient.CompositeMapper;
40
+ export declare const ReplacementMapsSelfHelp: coreClient.CompositeMapper;
41
+ export declare const SectionSelfHelp: coreClient.CompositeMapper;
42
+ export declare const DiscoveryNlpRequest: coreClient.CompositeMapper;
43
+ export declare const DiscoveryNlpResponse: coreClient.CompositeMapper;
44
+ export declare const ClassificationService: coreClient.CompositeMapper;
45
+ export declare const ProxyResource: coreClient.CompositeMapper;
46
+ export declare const Video: coreClient.CompositeMapper;
47
+ export declare const DiagnosticResource: coreClient.CompositeMapper;
48
+ export declare const SolutionMetadataResource: coreClient.CompositeMapper;
49
+ export declare const SolutionResource: coreClient.CompositeMapper;
50
+ export declare const SimplifiedSolutionsResource: coreClient.CompositeMapper;
51
+ export declare const TroubleshooterResource: coreClient.CompositeMapper;
52
+ export declare const SolutionResourceSelfHelp: coreClient.CompositeMapper;
53
+ export declare const SolutionNlpMetadataResource: coreClient.CompositeMapper;
54
+ export declare const SolutionUpdateHeaders: coreClient.CompositeMapper;
55
+ export declare const TroubleshootersContinueHeaders: coreClient.CompositeMapper;
56
+ export declare const TroubleshootersEndHeaders: coreClient.CompositeMapper;
57
+ export declare const TroubleshootersRestartHeaders: coreClient.CompositeMapper;
58
+ //# sourceMappingURL=mappers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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"}