@azure/arm-support 3.0.2-alpha.20260309.1 → 4.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1287) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +13 -16
  3. package/dist/browser/api/chatTranscripts/index.d.ts +3 -0
  4. package/dist/browser/api/chatTranscripts/index.js +4 -0
  5. package/dist/browser/api/chatTranscripts/index.js.map +1 -0
  6. package/dist/browser/api/chatTranscripts/operations.d.ts +14 -0
  7. package/dist/browser/api/chatTranscripts/operations.js +69 -0
  8. package/dist/browser/api/chatTranscripts/operations.js.map +1 -0
  9. package/dist/browser/api/chatTranscripts/options.d.ts +8 -0
  10. package/dist/browser/api/chatTranscripts/options.js +4 -0
  11. package/dist/browser/api/chatTranscripts/options.js.map +1 -0
  12. package/dist/browser/api/chatTranscriptsNoSubscription/index.d.ts +3 -0
  13. package/dist/browser/api/chatTranscriptsNoSubscription/index.js +4 -0
  14. package/dist/browser/api/chatTranscriptsNoSubscription/index.js.map +1 -0
  15. package/dist/browser/api/chatTranscriptsNoSubscription/operations.d.ts +14 -0
  16. package/dist/browser/api/chatTranscriptsNoSubscription/operations.js +67 -0
  17. package/dist/browser/api/chatTranscriptsNoSubscription/operations.js.map +1 -0
  18. package/dist/browser/api/chatTranscriptsNoSubscription/options.d.ts +8 -0
  19. package/dist/browser/api/chatTranscriptsNoSubscription/options.js +4 -0
  20. package/dist/browser/api/chatTranscriptsNoSubscription/options.js.map +1 -0
  21. package/dist/browser/api/classifyProblems/index.d.ts +3 -0
  22. package/dist/browser/api/classifyProblems/index.js +4 -0
  23. package/dist/browser/api/classifyProblems/index.js.map +1 -0
  24. package/dist/browser/api/classifyProblems/operations.d.ts +9 -0
  25. package/dist/browser/api/classifyProblems/operations.js +37 -0
  26. package/dist/browser/api/classifyProblems/operations.js.map +1 -0
  27. package/dist/browser/api/classifyProblems/options.d.ts +5 -0
  28. package/dist/browser/api/classifyProblems/options.js +4 -0
  29. package/dist/browser/api/classifyProblems/options.js.map +1 -0
  30. package/dist/browser/api/classifyProblemsNoSubscription/index.d.ts +3 -0
  31. package/dist/browser/api/classifyProblemsNoSubscription/index.js +4 -0
  32. package/dist/browser/api/classifyProblemsNoSubscription/index.js.map +1 -0
  33. package/dist/browser/api/classifyProblemsNoSubscription/operations.d.ts +9 -0
  34. package/dist/browser/api/classifyProblemsNoSubscription/operations.js +36 -0
  35. package/dist/browser/api/classifyProblemsNoSubscription/operations.js.map +1 -0
  36. package/dist/browser/api/classifyProblemsNoSubscription/options.d.ts +5 -0
  37. package/dist/browser/api/classifyProblemsNoSubscription/options.js +4 -0
  38. package/dist/browser/api/classifyProblemsNoSubscription/options.js.map +1 -0
  39. package/dist/browser/api/classifyServices/index.d.ts +3 -0
  40. package/dist/browser/api/classifyServices/index.js +4 -0
  41. package/dist/browser/api/classifyServices/index.js.map +1 -0
  42. package/dist/browser/api/classifyServices/operations.d.ts +9 -0
  43. package/dist/browser/api/classifyServices/operations.js +36 -0
  44. package/dist/browser/api/classifyServices/operations.js.map +1 -0
  45. package/dist/browser/api/classifyServices/options.d.ts +5 -0
  46. package/dist/browser/api/classifyServices/options.js +4 -0
  47. package/dist/browser/api/classifyServices/options.js.map +1 -0
  48. package/dist/browser/api/classifyServicesNoSubscription/index.d.ts +3 -0
  49. package/dist/browser/api/classifyServicesNoSubscription/index.js +4 -0
  50. package/dist/browser/api/classifyServicesNoSubscription/index.js.map +1 -0
  51. package/dist/browser/api/classifyServicesNoSubscription/operations.d.ts +9 -0
  52. package/dist/browser/api/classifyServicesNoSubscription/operations.js +35 -0
  53. package/dist/browser/api/classifyServicesNoSubscription/operations.js.map +1 -0
  54. package/dist/browser/api/classifyServicesNoSubscription/options.d.ts +5 -0
  55. package/dist/browser/api/classifyServicesNoSubscription/options.js +4 -0
  56. package/dist/browser/api/classifyServicesNoSubscription/options.js.map +1 -0
  57. package/dist/browser/api/communications/index.d.ts +3 -0
  58. package/dist/browser/api/communications/index.js +4 -0
  59. package/dist/browser/api/communications/index.js.map +1 -0
  60. package/dist/browser/api/communications/operations.d.ts +23 -0
  61. package/dist/browser/api/communications/operations.js +140 -0
  62. package/dist/browser/api/communications/operations.js.map +1 -0
  63. package/dist/browser/api/communications/options.d.ts +20 -0
  64. package/dist/browser/api/communications/options.js +4 -0
  65. package/dist/browser/api/communications/options.js.map +1 -0
  66. package/dist/browser/api/communicationsNoSubscription/index.d.ts +3 -0
  67. package/dist/browser/api/communicationsNoSubscription/index.js +4 -0
  68. package/dist/browser/api/communicationsNoSubscription/index.js.map +1 -0
  69. package/dist/browser/api/communicationsNoSubscription/operations.d.ts +23 -0
  70. package/dist/browser/api/communicationsNoSubscription/operations.js +136 -0
  71. package/dist/browser/api/communicationsNoSubscription/operations.js.map +1 -0
  72. package/dist/browser/api/communicationsNoSubscription/options.d.ts +20 -0
  73. package/dist/browser/api/communicationsNoSubscription/options.js +4 -0
  74. package/dist/browser/api/communicationsNoSubscription/options.js.map +1 -0
  75. package/dist/browser/api/fileWorkspaces/index.d.ts +3 -0
  76. package/dist/browser/api/fileWorkspaces/index.js +4 -0
  77. package/dist/browser/api/fileWorkspaces/index.js.map +1 -0
  78. package/dist/browser/api/fileWorkspaces/operations.d.ts +13 -0
  79. package/dist/browser/api/fileWorkspaces/operations.js +64 -0
  80. package/dist/browser/api/fileWorkspaces/operations.js.map +1 -0
  81. package/dist/browser/api/fileWorkspaces/options.d.ts +8 -0
  82. package/dist/browser/api/fileWorkspaces/options.js +4 -0
  83. package/dist/browser/api/fileWorkspaces/options.js.map +1 -0
  84. package/dist/browser/api/fileWorkspacesNoSubscription/index.d.ts +3 -0
  85. package/dist/browser/api/fileWorkspacesNoSubscription/index.js +4 -0
  86. package/dist/browser/api/fileWorkspacesNoSubscription/index.js.map +1 -0
  87. package/dist/browser/api/fileWorkspacesNoSubscription/operations.d.ts +13 -0
  88. package/dist/browser/api/fileWorkspacesNoSubscription/operations.js +62 -0
  89. package/dist/browser/api/fileWorkspacesNoSubscription/operations.js.map +1 -0
  90. package/dist/browser/api/fileWorkspacesNoSubscription/options.d.ts +8 -0
  91. package/dist/browser/api/fileWorkspacesNoSubscription/options.js +4 -0
  92. package/dist/browser/api/fileWorkspacesNoSubscription/options.js.map +1 -0
  93. package/dist/browser/api/files/index.d.ts +3 -0
  94. package/dist/browser/api/files/index.js +4 -0
  95. package/dist/browser/api/files/index.js.map +1 -0
  96. package/dist/browser/api/files/operations.d.ts +22 -0
  97. package/dist/browser/api/files/operations.js +132 -0
  98. package/dist/browser/api/files/operations.js.map +1 -0
  99. package/dist/browser/api/files/options.d.ts +14 -0
  100. package/dist/browser/api/files/options.js +4 -0
  101. package/dist/browser/api/files/options.js.map +1 -0
  102. package/dist/browser/api/filesNoSubscription/index.d.ts +3 -0
  103. package/dist/browser/api/filesNoSubscription/index.js +4 -0
  104. package/dist/browser/api/filesNoSubscription/index.js.map +1 -0
  105. package/dist/browser/api/filesNoSubscription/operations.d.ts +22 -0
  106. package/dist/browser/api/filesNoSubscription/operations.js +128 -0
  107. package/dist/browser/api/filesNoSubscription/operations.js.map +1 -0
  108. package/dist/browser/api/filesNoSubscription/options.d.ts +14 -0
  109. package/dist/browser/api/filesNoSubscription/options.js +4 -0
  110. package/dist/browser/api/filesNoSubscription/options.js.map +1 -0
  111. package/dist/browser/api/index.d.ts +3 -0
  112. package/dist/browser/api/index.js +4 -0
  113. package/dist/browser/api/index.js.map +1 -0
  114. package/dist/browser/api/microsoftSupportContext.d.ts +22 -0
  115. package/dist/browser/api/microsoftSupportContext.js +26 -0
  116. package/dist/browser/api/microsoftSupportContext.js.map +1 -0
  117. package/dist/browser/api/operations/index.d.ts +3 -0
  118. package/dist/browser/api/operations/index.js +4 -0
  119. package/dist/browser/api/operations/index.js.map +1 -0
  120. package/dist/browser/api/operations/operations.d.ts +10 -0
  121. package/dist/browser/api/operations/operations.js +37 -0
  122. package/dist/browser/api/operations/operations.js.map +1 -0
  123. package/dist/browser/api/operations/options.d.ts +5 -0
  124. package/dist/browser/api/operations/options.js +4 -0
  125. package/dist/browser/api/operations/options.js.map +1 -0
  126. package/dist/browser/api/problemClassifications/index.d.ts +3 -0
  127. package/dist/browser/api/problemClassifications/index.js +4 -0
  128. package/dist/browser/api/problemClassifications/index.js.map +1 -0
  129. package/dist/browser/api/problemClassifications/operations.d.ts +14 -0
  130. package/dist/browser/api/problemClassifications/operations.js +67 -0
  131. package/dist/browser/api/problemClassifications/operations.js.map +1 -0
  132. package/dist/browser/api/problemClassifications/options.d.ts +8 -0
  133. package/dist/browser/api/problemClassifications/options.js +4 -0
  134. package/dist/browser/api/problemClassifications/options.js.map +1 -0
  135. package/dist/browser/api/services/index.d.ts +3 -0
  136. package/dist/browser/api/services/index.js +4 -0
  137. package/dist/browser/api/services/index.js.map +1 -0
  138. package/dist/browser/api/services/operations.d.ts +14 -0
  139. package/dist/browser/api/services/operations.js +65 -0
  140. package/dist/browser/api/services/operations.js.map +1 -0
  141. package/dist/browser/api/services/options.d.ts +8 -0
  142. package/dist/browser/api/services/options.js +4 -0
  143. package/dist/browser/api/services/options.js.map +1 -0
  144. package/dist/browser/api/supportTickets/index.d.ts +3 -0
  145. package/dist/browser/api/supportTickets/index.js +4 -0
  146. package/dist/browser/api/supportTickets/index.js.map +1 -0
  147. package/dist/browser/api/supportTickets/operations.d.ts +31 -0
  148. package/dist/browser/api/supportTickets/operations.js +196 -0
  149. package/dist/browser/api/supportTickets/operations.js.map +1 -0
  150. package/dist/browser/api/supportTickets/options.d.ts +26 -0
  151. package/dist/browser/api/supportTickets/options.js +4 -0
  152. package/dist/browser/api/supportTickets/options.js.map +1 -0
  153. package/dist/browser/api/supportTicketsNoSubscription/index.d.ts +3 -0
  154. package/dist/browser/api/supportTicketsNoSubscription/index.js +4 -0
  155. package/dist/browser/api/supportTicketsNoSubscription/index.js.map +1 -0
  156. package/dist/browser/api/supportTicketsNoSubscription/operations.d.ts +27 -0
  157. package/dist/browser/api/supportTicketsNoSubscription/operations.js +162 -0
  158. package/dist/browser/api/supportTicketsNoSubscription/operations.js.map +1 -0
  159. package/dist/browser/api/supportTicketsNoSubscription/options.d.ts +23 -0
  160. package/dist/browser/api/supportTicketsNoSubscription/options.js +4 -0
  161. package/dist/browser/api/supportTicketsNoSubscription/options.js.map +1 -0
  162. package/dist/browser/classic/chatTranscripts/index.d.ts +13 -0
  163. package/dist/browser/classic/chatTranscripts/index.js +15 -0
  164. package/dist/browser/classic/chatTranscripts/index.js.map +1 -0
  165. package/dist/browser/classic/chatTranscriptsNoSubscription/index.d.ts +13 -0
  166. package/dist/browser/classic/chatTranscriptsNoSubscription/index.js +15 -0
  167. package/dist/browser/classic/chatTranscriptsNoSubscription/index.js.map +1 -0
  168. package/dist/browser/classic/classifyProblems/index.d.ts +10 -0
  169. package/dist/browser/classic/classifyProblems/index.js +14 -0
  170. package/dist/browser/classic/classifyProblems/index.js.map +1 -0
  171. package/dist/browser/classic/classifyProblemsNoSubscription/index.d.ts +10 -0
  172. package/dist/browser/classic/classifyProblemsNoSubscription/index.js +14 -0
  173. package/dist/browser/classic/classifyProblemsNoSubscription/index.js.map +1 -0
  174. package/dist/browser/classic/classifyServices/index.d.ts +10 -0
  175. package/dist/browser/classic/classifyServices/index.js +14 -0
  176. package/dist/browser/classic/classifyServices/index.js.map +1 -0
  177. package/dist/browser/classic/classifyServicesNoSubscription/index.d.ts +10 -0
  178. package/dist/browser/classic/classifyServicesNoSubscription/index.js +14 -0
  179. package/dist/browser/classic/classifyServicesNoSubscription/index.js.map +1 -0
  180. package/dist/browser/classic/communications/index.d.ts +23 -0
  181. package/dist/browser/classic/communications/index.js +26 -0
  182. package/dist/browser/classic/communications/index.js.map +1 -0
  183. package/dist/browser/classic/communicationsNoSubscription/index.d.ts +23 -0
  184. package/dist/browser/classic/communicationsNoSubscription/index.js +26 -0
  185. package/dist/browser/classic/communicationsNoSubscription/index.js.map +1 -0
  186. package/dist/browser/classic/fileWorkspaces/index.d.ts +12 -0
  187. package/dist/browser/classic/fileWorkspaces/index.js +15 -0
  188. package/dist/browser/classic/fileWorkspaces/index.js.map +1 -0
  189. package/dist/browser/classic/fileWorkspacesNoSubscription/index.d.ts +12 -0
  190. package/dist/browser/classic/fileWorkspacesNoSubscription/index.js +15 -0
  191. package/dist/browser/classic/fileWorkspacesNoSubscription/index.js.map +1 -0
  192. package/dist/browser/classic/files/index.d.ts +17 -0
  193. package/dist/browser/classic/files/index.js +17 -0
  194. package/dist/browser/classic/files/index.js.map +1 -0
  195. package/dist/browser/classic/filesNoSubscription/index.d.ts +17 -0
  196. package/dist/browser/classic/filesNoSubscription/index.js +17 -0
  197. package/dist/browser/classic/filesNoSubscription/index.js.map +1 -0
  198. package/dist/browser/classic/index.d.ts +18 -0
  199. package/dist/browser/classic/index.js +4 -0
  200. package/dist/browser/classic/index.js.map +1 -0
  201. package/dist/browser/classic/operations/index.d.ts +11 -0
  202. package/dist/browser/classic/operations/index.js +14 -0
  203. package/dist/browser/classic/operations/index.js.map +1 -0
  204. package/dist/browser/classic/problemClassifications/index.d.ts +13 -0
  205. package/dist/browser/classic/problemClassifications/index.js +15 -0
  206. package/dist/browser/classic/problemClassifications/index.js.map +1 -0
  207. package/dist/browser/classic/services/index.d.ts +13 -0
  208. package/dist/browser/classic/services/index.js +15 -0
  209. package/dist/browser/classic/services/index.js.map +1 -0
  210. package/dist/browser/classic/supportTickets/index.d.ts +27 -0
  211. package/dist/browser/classic/supportTickets/index.js +28 -0
  212. package/dist/browser/classic/supportTickets/index.js.map +1 -0
  213. package/dist/browser/classic/supportTicketsNoSubscription/index.d.ts +25 -0
  214. package/dist/browser/classic/supportTicketsNoSubscription/index.js +27 -0
  215. package/dist/browser/classic/supportTicketsNoSubscription/index.js.map +1 -0
  216. package/dist/browser/index.d.ts +30 -3
  217. package/dist/browser/index.js +7 -11
  218. package/dist/browser/index.js.map +1 -1
  219. package/dist/browser/logger.d.ts +2 -0
  220. package/dist/browser/logger.js +5 -0
  221. package/dist/browser/logger.js.map +1 -0
  222. package/dist/browser/microsoftSupport.d.ts +61 -31
  223. package/dist/browser/microsoftSupport.js +84 -115
  224. package/dist/browser/microsoftSupport.js.map +1 -1
  225. package/dist/browser/models/index.d.ts +2 -999
  226. package/dist/browser/models/index.js +3 -91
  227. package/dist/browser/models/index.js.map +1 -1
  228. package/dist/browser/models/models.d.ts +955 -0
  229. package/dist/browser/models/models.js +987 -0
  230. package/dist/browser/models/models.js.map +1 -0
  231. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  232. package/dist/browser/restorePollerHelpers.js +106 -0
  233. package/dist/browser/restorePollerHelpers.js.map +1 -0
  234. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  235. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  236. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  237. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  238. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  239. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  240. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  241. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  242. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  243. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  244. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  245. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  246. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  247. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  248. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  249. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  250. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  251. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  252. package/dist/commonjs/api/chatTranscripts/index.d.ts +3 -0
  253. package/dist/commonjs/api/chatTranscripts/index.js +30 -0
  254. package/dist/commonjs/api/chatTranscripts/index.js.map +7 -0
  255. package/dist/commonjs/api/chatTranscripts/operations.d.ts +14 -0
  256. package/dist/commonjs/api/chatTranscripts/operations.js +115 -0
  257. package/dist/commonjs/api/chatTranscripts/operations.js.map +7 -0
  258. package/dist/commonjs/api/chatTranscripts/options.d.ts +8 -0
  259. package/dist/commonjs/api/chatTranscripts/options.js +16 -0
  260. package/dist/commonjs/api/chatTranscripts/options.js.map +7 -0
  261. package/dist/commonjs/api/chatTranscriptsNoSubscription/index.d.ts +3 -0
  262. package/dist/commonjs/api/chatTranscriptsNoSubscription/index.js +30 -0
  263. package/dist/commonjs/api/chatTranscriptsNoSubscription/index.js.map +7 -0
  264. package/dist/commonjs/api/chatTranscriptsNoSubscription/operations.d.ts +14 -0
  265. package/dist/commonjs/api/chatTranscriptsNoSubscription/operations.js +113 -0
  266. package/dist/commonjs/api/chatTranscriptsNoSubscription/operations.js.map +7 -0
  267. package/dist/commonjs/api/chatTranscriptsNoSubscription/options.d.ts +8 -0
  268. package/dist/commonjs/api/chatTranscriptsNoSubscription/options.js +16 -0
  269. package/dist/commonjs/api/chatTranscriptsNoSubscription/options.js.map +7 -0
  270. package/dist/commonjs/api/classifyProblems/index.d.ts +3 -0
  271. package/dist/commonjs/api/classifyProblems/index.js +28 -0
  272. package/dist/commonjs/api/classifyProblems/index.js.map +7 -0
  273. package/dist/commonjs/api/classifyProblems/operations.d.ts +9 -0
  274. package/dist/commonjs/api/classifyProblems/operations.js +75 -0
  275. package/dist/commonjs/api/classifyProblems/operations.js.map +7 -0
  276. package/dist/commonjs/api/classifyProblems/options.d.ts +5 -0
  277. package/dist/commonjs/api/classifyProblems/options.js +16 -0
  278. package/dist/commonjs/api/classifyProblems/options.js.map +7 -0
  279. package/dist/commonjs/api/classifyProblemsNoSubscription/index.d.ts +3 -0
  280. package/dist/commonjs/api/classifyProblemsNoSubscription/index.js +28 -0
  281. package/dist/commonjs/api/classifyProblemsNoSubscription/index.js.map +7 -0
  282. package/dist/commonjs/api/classifyProblemsNoSubscription/operations.d.ts +9 -0
  283. package/dist/commonjs/api/classifyProblemsNoSubscription/operations.js +74 -0
  284. package/dist/commonjs/api/classifyProblemsNoSubscription/operations.js.map +7 -0
  285. package/dist/commonjs/api/classifyProblemsNoSubscription/options.d.ts +5 -0
  286. package/dist/commonjs/api/classifyProblemsNoSubscription/options.js +16 -0
  287. package/dist/commonjs/api/classifyProblemsNoSubscription/options.js.map +7 -0
  288. package/dist/commonjs/api/classifyServices/index.d.ts +3 -0
  289. package/dist/commonjs/api/classifyServices/index.js +28 -0
  290. package/dist/commonjs/api/classifyServices/index.js.map +7 -0
  291. package/dist/commonjs/api/classifyServices/operations.d.ts +9 -0
  292. package/dist/commonjs/api/classifyServices/operations.js +67 -0
  293. package/dist/commonjs/api/classifyServices/operations.js.map +7 -0
  294. package/dist/commonjs/api/classifyServices/options.d.ts +5 -0
  295. package/dist/commonjs/api/classifyServices/options.js +16 -0
  296. package/dist/commonjs/api/classifyServices/options.js.map +7 -0
  297. package/dist/commonjs/api/classifyServicesNoSubscription/index.d.ts +3 -0
  298. package/dist/commonjs/api/classifyServicesNoSubscription/index.js +28 -0
  299. package/dist/commonjs/api/classifyServicesNoSubscription/index.js.map +7 -0
  300. package/dist/commonjs/api/classifyServicesNoSubscription/operations.d.ts +9 -0
  301. package/dist/commonjs/api/classifyServicesNoSubscription/operations.js +66 -0
  302. package/dist/commonjs/api/classifyServicesNoSubscription/operations.js.map +7 -0
  303. package/dist/commonjs/api/classifyServicesNoSubscription/options.d.ts +5 -0
  304. package/dist/commonjs/api/classifyServicesNoSubscription/options.js +16 -0
  305. package/dist/commonjs/api/classifyServicesNoSubscription/options.js.map +7 -0
  306. package/dist/commonjs/api/communications/index.d.ts +3 -0
  307. package/dist/commonjs/api/communications/index.js +34 -0
  308. package/dist/commonjs/api/communications/index.js.map +7 -0
  309. package/dist/commonjs/api/communications/operations.d.ts +23 -0
  310. package/dist/commonjs/api/communications/operations.js +215 -0
  311. package/dist/commonjs/api/communications/operations.js.map +7 -0
  312. package/dist/commonjs/api/communications/options.d.ts +20 -0
  313. package/dist/commonjs/api/communications/options.js +16 -0
  314. package/dist/commonjs/api/communications/options.js.map +7 -0
  315. package/dist/commonjs/api/communicationsNoSubscription/index.d.ts +3 -0
  316. package/dist/commonjs/api/communicationsNoSubscription/index.js +34 -0
  317. package/dist/commonjs/api/communicationsNoSubscription/index.js.map +7 -0
  318. package/dist/commonjs/api/communicationsNoSubscription/operations.d.ts +23 -0
  319. package/dist/commonjs/api/communicationsNoSubscription/operations.js +211 -0
  320. package/dist/commonjs/api/communicationsNoSubscription/operations.js.map +7 -0
  321. package/dist/commonjs/api/communicationsNoSubscription/options.d.ts +20 -0
  322. package/dist/commonjs/api/communicationsNoSubscription/options.js +16 -0
  323. package/dist/commonjs/api/communicationsNoSubscription/options.js.map +7 -0
  324. package/dist/commonjs/api/fileWorkspaces/index.d.ts +3 -0
  325. package/dist/commonjs/api/fileWorkspaces/index.js +30 -0
  326. package/dist/commonjs/api/fileWorkspaces/index.js.map +7 -0
  327. package/dist/commonjs/api/fileWorkspaces/operations.d.ts +13 -0
  328. package/dist/commonjs/api/fileWorkspaces/operations.js +104 -0
  329. package/dist/commonjs/api/fileWorkspaces/operations.js.map +7 -0
  330. package/dist/commonjs/api/fileWorkspaces/options.d.ts +8 -0
  331. package/dist/commonjs/api/fileWorkspaces/options.js +16 -0
  332. package/dist/commonjs/api/fileWorkspaces/options.js.map +7 -0
  333. package/dist/commonjs/api/fileWorkspacesNoSubscription/index.d.ts +3 -0
  334. package/dist/commonjs/api/fileWorkspacesNoSubscription/index.js +30 -0
  335. package/dist/commonjs/api/fileWorkspacesNoSubscription/index.js.map +7 -0
  336. package/dist/commonjs/api/fileWorkspacesNoSubscription/operations.d.ts +13 -0
  337. package/dist/commonjs/api/fileWorkspacesNoSubscription/operations.js +102 -0
  338. package/dist/commonjs/api/fileWorkspacesNoSubscription/operations.js.map +7 -0
  339. package/dist/commonjs/api/fileWorkspacesNoSubscription/options.d.ts +8 -0
  340. package/dist/commonjs/api/fileWorkspacesNoSubscription/options.js +16 -0
  341. package/dist/commonjs/api/fileWorkspacesNoSubscription/options.js.map +7 -0
  342. package/dist/commonjs/api/files/index.d.ts +3 -0
  343. package/dist/commonjs/api/files/index.js +34 -0
  344. package/dist/commonjs/api/files/index.js.map +7 -0
  345. package/dist/commonjs/api/files/operations.d.ts +22 -0
  346. package/dist/commonjs/api/files/operations.js +202 -0
  347. package/dist/commonjs/api/files/operations.js.map +7 -0
  348. package/dist/commonjs/api/files/options.d.ts +14 -0
  349. package/dist/commonjs/api/files/options.js +16 -0
  350. package/dist/commonjs/api/files/options.js.map +7 -0
  351. package/dist/commonjs/api/filesNoSubscription/index.d.ts +3 -0
  352. package/dist/commonjs/api/filesNoSubscription/index.js +34 -0
  353. package/dist/commonjs/api/filesNoSubscription/index.js.map +7 -0
  354. package/dist/commonjs/api/filesNoSubscription/operations.d.ts +22 -0
  355. package/dist/commonjs/api/filesNoSubscription/operations.js +198 -0
  356. package/dist/commonjs/api/filesNoSubscription/operations.js.map +7 -0
  357. package/dist/commonjs/api/filesNoSubscription/options.d.ts +14 -0
  358. package/dist/commonjs/api/filesNoSubscription/options.js +16 -0
  359. package/dist/commonjs/api/filesNoSubscription/options.js.map +7 -0
  360. package/dist/commonjs/api/index.d.ts +3 -0
  361. package/dist/commonjs/api/index.js +28 -0
  362. package/dist/commonjs/api/index.js.map +7 -0
  363. package/dist/commonjs/api/microsoftSupportContext.d.ts +22 -0
  364. package/dist/commonjs/api/microsoftSupportContext.js +47 -0
  365. package/dist/commonjs/api/microsoftSupportContext.js.map +7 -0
  366. package/dist/commonjs/api/operations/index.d.ts +3 -0
  367. package/dist/commonjs/api/operations/index.js +28 -0
  368. package/dist/commonjs/api/operations/index.js.map +7 -0
  369. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  370. package/dist/commonjs/api/operations/operations.js +74 -0
  371. package/dist/commonjs/api/operations/operations.js.map +7 -0
  372. package/dist/commonjs/api/operations/options.d.ts +5 -0
  373. package/dist/commonjs/api/operations/options.js +16 -0
  374. package/dist/commonjs/api/operations/options.js.map +7 -0
  375. package/dist/commonjs/api/problemClassifications/index.d.ts +3 -0
  376. package/dist/commonjs/api/problemClassifications/index.js +30 -0
  377. package/dist/commonjs/api/problemClassifications/index.js.map +7 -0
  378. package/dist/commonjs/api/problemClassifications/operations.d.ts +14 -0
  379. package/dist/commonjs/api/problemClassifications/operations.js +113 -0
  380. package/dist/commonjs/api/problemClassifications/operations.js.map +7 -0
  381. package/dist/commonjs/api/problemClassifications/options.d.ts +8 -0
  382. package/dist/commonjs/api/problemClassifications/options.js +16 -0
  383. package/dist/commonjs/api/problemClassifications/options.js.map +7 -0
  384. package/dist/commonjs/api/services/index.d.ts +3 -0
  385. package/dist/commonjs/api/services/index.js +30 -0
  386. package/dist/commonjs/api/services/index.js.map +7 -0
  387. package/dist/commonjs/api/services/operations.d.ts +14 -0
  388. package/dist/commonjs/api/services/operations.js +111 -0
  389. package/dist/commonjs/api/services/operations.js.map +7 -0
  390. package/dist/commonjs/api/services/options.d.ts +8 -0
  391. package/dist/commonjs/api/services/options.js +16 -0
  392. package/dist/commonjs/api/services/options.js.map +7 -0
  393. package/dist/commonjs/api/supportTickets/index.d.ts +3 -0
  394. package/dist/commonjs/api/supportTickets/index.js +38 -0
  395. package/dist/commonjs/api/supportTickets/index.js.map +7 -0
  396. package/dist/commonjs/api/supportTickets/operations.d.ts +31 -0
  397. package/dist/commonjs/api/supportTickets/operations.js +278 -0
  398. package/dist/commonjs/api/supportTickets/operations.js.map +7 -0
  399. package/dist/commonjs/api/supportTickets/options.d.ts +26 -0
  400. package/dist/commonjs/api/supportTickets/options.js +16 -0
  401. package/dist/commonjs/api/supportTickets/options.js.map +7 -0
  402. package/dist/commonjs/api/supportTicketsNoSubscription/index.d.ts +3 -0
  403. package/dist/commonjs/api/supportTicketsNoSubscription/index.js +36 -0
  404. package/dist/commonjs/api/supportTicketsNoSubscription/index.js.map +7 -0
  405. package/dist/commonjs/api/supportTicketsNoSubscription/operations.d.ts +27 -0
  406. package/dist/commonjs/api/supportTicketsNoSubscription/operations.js +235 -0
  407. package/dist/commonjs/api/supportTicketsNoSubscription/operations.js.map +7 -0
  408. package/dist/commonjs/api/supportTicketsNoSubscription/options.d.ts +23 -0
  409. package/dist/commonjs/api/supportTicketsNoSubscription/options.js +16 -0
  410. package/dist/commonjs/api/supportTicketsNoSubscription/options.js.map +7 -0
  411. package/dist/commonjs/classic/chatTranscripts/index.d.ts +13 -0
  412. package/dist/commonjs/classic/chatTranscripts/index.js +39 -0
  413. package/dist/commonjs/classic/chatTranscripts/index.js.map +7 -0
  414. package/dist/commonjs/classic/chatTranscriptsNoSubscription/index.d.ts +13 -0
  415. package/dist/commonjs/classic/chatTranscriptsNoSubscription/index.js +39 -0
  416. package/dist/commonjs/classic/chatTranscriptsNoSubscription/index.js.map +7 -0
  417. package/dist/commonjs/classic/classifyProblems/index.d.ts +10 -0
  418. package/dist/commonjs/classic/classifyProblems/index.js +43 -0
  419. package/dist/commonjs/classic/classifyProblems/index.js.map +7 -0
  420. package/dist/commonjs/classic/classifyProblemsNoSubscription/index.d.ts +10 -0
  421. package/dist/commonjs/classic/classifyProblemsNoSubscription/index.js +43 -0
  422. package/dist/commonjs/classic/classifyProblemsNoSubscription/index.js.map +7 -0
  423. package/dist/commonjs/classic/classifyServices/index.d.ts +10 -0
  424. package/dist/commonjs/classic/classifyServices/index.js +38 -0
  425. package/dist/commonjs/classic/classifyServices/index.js.map +7 -0
  426. package/dist/commonjs/classic/classifyServicesNoSubscription/index.d.ts +10 -0
  427. package/dist/commonjs/classic/classifyServicesNoSubscription/index.js +38 -0
  428. package/dist/commonjs/classic/classifyServicesNoSubscription/index.js.map +7 -0
  429. package/dist/commonjs/classic/communications/index.d.ts +23 -0
  430. package/dist/commonjs/classic/communications/index.js +62 -0
  431. package/dist/commonjs/classic/communications/index.js.map +7 -0
  432. package/dist/commonjs/classic/communicationsNoSubscription/index.d.ts +23 -0
  433. package/dist/commonjs/classic/communicationsNoSubscription/index.js +62 -0
  434. package/dist/commonjs/classic/communicationsNoSubscription/index.js.map +7 -0
  435. package/dist/commonjs/classic/fileWorkspaces/index.d.ts +12 -0
  436. package/dist/commonjs/classic/fileWorkspaces/index.js +39 -0
  437. package/dist/commonjs/classic/fileWorkspaces/index.js.map +7 -0
  438. package/dist/commonjs/classic/fileWorkspacesNoSubscription/index.d.ts +12 -0
  439. package/dist/commonjs/classic/fileWorkspacesNoSubscription/index.js +39 -0
  440. package/dist/commonjs/classic/fileWorkspacesNoSubscription/index.js.map +7 -0
  441. package/dist/commonjs/classic/files/index.d.ts +17 -0
  442. package/dist/commonjs/classic/files/index.js +41 -0
  443. package/dist/commonjs/classic/files/index.js.map +7 -0
  444. package/dist/commonjs/classic/filesNoSubscription/index.d.ts +17 -0
  445. package/dist/commonjs/classic/filesNoSubscription/index.js +41 -0
  446. package/dist/commonjs/classic/filesNoSubscription/index.js.map +7 -0
  447. package/dist/commonjs/classic/index.d.ts +18 -0
  448. package/dist/commonjs/classic/index.js +16 -0
  449. package/dist/commonjs/classic/index.js.map +7 -0
  450. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  451. package/dist/commonjs/classic/operations/index.js +38 -0
  452. package/dist/commonjs/classic/operations/index.js.map +7 -0
  453. package/dist/commonjs/classic/problemClassifications/index.d.ts +13 -0
  454. package/dist/commonjs/classic/problemClassifications/index.js +39 -0
  455. package/dist/commonjs/classic/problemClassifications/index.js.map +7 -0
  456. package/dist/commonjs/classic/services/index.d.ts +13 -0
  457. package/dist/commonjs/classic/services/index.js +39 -0
  458. package/dist/commonjs/classic/services/index.js.map +7 -0
  459. package/dist/commonjs/classic/supportTickets/index.d.ts +27 -0
  460. package/dist/commonjs/classic/supportTickets/index.js +52 -0
  461. package/dist/commonjs/classic/supportTickets/index.js.map +7 -0
  462. package/dist/commonjs/classic/supportTicketsNoSubscription/index.d.ts +25 -0
  463. package/dist/commonjs/classic/supportTicketsNoSubscription/index.js +51 -0
  464. package/dist/commonjs/classic/supportTicketsNoSubscription/index.js.map +7 -0
  465. package/dist/commonjs/index.d.ts +30 -3
  466. package/dist/commonjs/index.js +39 -8
  467. package/dist/commonjs/index.js.map +3 -3
  468. package/dist/commonjs/logger.d.ts +2 -0
  469. package/dist/commonjs/logger.js +29 -0
  470. package/dist/commonjs/logger.js.map +7 -0
  471. package/dist/commonjs/microsoftSupport.d.ts +61 -31
  472. package/dist/commonjs/microsoftSupport.js +83 -117
  473. package/dist/commonjs/microsoftSupport.js.map +3 -3
  474. package/dist/commonjs/models/index.d.ts +2 -999
  475. package/dist/commonjs/models/index.js +20 -64
  476. package/dist/commonjs/models/index.js.map +4 -4
  477. package/dist/commonjs/models/models.d.ts +955 -0
  478. package/dist/commonjs/models/models.js +1049 -0
  479. package/dist/commonjs/models/models.js.map +7 -0
  480. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  481. package/dist/commonjs/restorePollerHelpers.js +119 -0
  482. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  483. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  484. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  485. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  486. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  487. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  488. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  489. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  490. package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
  491. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  492. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  493. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
  494. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  495. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  496. package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
  497. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  498. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  499. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  500. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  501. package/dist/commonjs/tsdoc-metadata.json +1 -1
  502. package/dist/esm/api/chatTranscripts/index.d.ts +3 -0
  503. package/dist/esm/api/chatTranscripts/index.js +4 -0
  504. package/dist/esm/api/chatTranscripts/index.js.map +1 -0
  505. package/dist/esm/api/chatTranscripts/operations.d.ts +14 -0
  506. package/dist/esm/api/chatTranscripts/operations.js +69 -0
  507. package/dist/esm/api/chatTranscripts/operations.js.map +1 -0
  508. package/dist/esm/api/chatTranscripts/options.d.ts +8 -0
  509. package/dist/esm/api/chatTranscripts/options.js +4 -0
  510. package/dist/esm/api/chatTranscripts/options.js.map +1 -0
  511. package/dist/esm/api/chatTranscriptsNoSubscription/index.d.ts +3 -0
  512. package/dist/esm/api/chatTranscriptsNoSubscription/index.js +4 -0
  513. package/dist/esm/api/chatTranscriptsNoSubscription/index.js.map +1 -0
  514. package/dist/esm/api/chatTranscriptsNoSubscription/operations.d.ts +14 -0
  515. package/dist/esm/api/chatTranscriptsNoSubscription/operations.js +67 -0
  516. package/dist/esm/api/chatTranscriptsNoSubscription/operations.js.map +1 -0
  517. package/dist/esm/api/chatTranscriptsNoSubscription/options.d.ts +8 -0
  518. package/dist/esm/api/chatTranscriptsNoSubscription/options.js +4 -0
  519. package/dist/esm/api/chatTranscriptsNoSubscription/options.js.map +1 -0
  520. package/dist/esm/api/classifyProblems/index.d.ts +3 -0
  521. package/dist/esm/api/classifyProblems/index.js +4 -0
  522. package/dist/esm/api/classifyProblems/index.js.map +1 -0
  523. package/dist/esm/api/classifyProblems/operations.d.ts +9 -0
  524. package/dist/esm/api/classifyProblems/operations.js +37 -0
  525. package/dist/esm/api/classifyProblems/operations.js.map +1 -0
  526. package/dist/esm/api/classifyProblems/options.d.ts +5 -0
  527. package/dist/esm/api/classifyProblems/options.js +4 -0
  528. package/dist/esm/api/classifyProblems/options.js.map +1 -0
  529. package/dist/esm/api/classifyProblemsNoSubscription/index.d.ts +3 -0
  530. package/dist/esm/api/classifyProblemsNoSubscription/index.js +4 -0
  531. package/dist/esm/api/classifyProblemsNoSubscription/index.js.map +1 -0
  532. package/dist/esm/api/classifyProblemsNoSubscription/operations.d.ts +9 -0
  533. package/dist/esm/api/classifyProblemsNoSubscription/operations.js +36 -0
  534. package/dist/esm/api/classifyProblemsNoSubscription/operations.js.map +1 -0
  535. package/dist/esm/api/classifyProblemsNoSubscription/options.d.ts +5 -0
  536. package/dist/esm/api/classifyProblemsNoSubscription/options.js +4 -0
  537. package/dist/esm/api/classifyProblemsNoSubscription/options.js.map +1 -0
  538. package/dist/esm/api/classifyServices/index.d.ts +3 -0
  539. package/dist/esm/api/classifyServices/index.js +4 -0
  540. package/dist/esm/api/classifyServices/index.js.map +1 -0
  541. package/dist/esm/api/classifyServices/operations.d.ts +9 -0
  542. package/dist/esm/api/classifyServices/operations.js +36 -0
  543. package/dist/esm/api/classifyServices/operations.js.map +1 -0
  544. package/dist/esm/api/classifyServices/options.d.ts +5 -0
  545. package/dist/esm/api/classifyServices/options.js +4 -0
  546. package/dist/esm/api/classifyServices/options.js.map +1 -0
  547. package/dist/esm/api/classifyServicesNoSubscription/index.d.ts +3 -0
  548. package/dist/esm/api/classifyServicesNoSubscription/index.js +4 -0
  549. package/dist/esm/api/classifyServicesNoSubscription/index.js.map +1 -0
  550. package/dist/esm/api/classifyServicesNoSubscription/operations.d.ts +9 -0
  551. package/dist/esm/api/classifyServicesNoSubscription/operations.js +35 -0
  552. package/dist/esm/api/classifyServicesNoSubscription/operations.js.map +1 -0
  553. package/dist/esm/api/classifyServicesNoSubscription/options.d.ts +5 -0
  554. package/dist/esm/api/classifyServicesNoSubscription/options.js +4 -0
  555. package/dist/esm/api/classifyServicesNoSubscription/options.js.map +1 -0
  556. package/dist/esm/api/communications/index.d.ts +3 -0
  557. package/dist/esm/api/communications/index.js +4 -0
  558. package/dist/esm/api/communications/index.js.map +1 -0
  559. package/dist/esm/api/communications/operations.d.ts +23 -0
  560. package/dist/esm/api/communications/operations.js +140 -0
  561. package/dist/esm/api/communications/operations.js.map +1 -0
  562. package/dist/esm/api/communications/options.d.ts +20 -0
  563. package/dist/esm/api/communications/options.js +4 -0
  564. package/dist/esm/api/communications/options.js.map +1 -0
  565. package/dist/esm/api/communicationsNoSubscription/index.d.ts +3 -0
  566. package/dist/esm/api/communicationsNoSubscription/index.js +4 -0
  567. package/dist/esm/api/communicationsNoSubscription/index.js.map +1 -0
  568. package/dist/esm/api/communicationsNoSubscription/operations.d.ts +23 -0
  569. package/dist/esm/api/communicationsNoSubscription/operations.js +136 -0
  570. package/dist/esm/api/communicationsNoSubscription/operations.js.map +1 -0
  571. package/dist/esm/api/communicationsNoSubscription/options.d.ts +20 -0
  572. package/dist/esm/api/communicationsNoSubscription/options.js +4 -0
  573. package/dist/esm/api/communicationsNoSubscription/options.js.map +1 -0
  574. package/dist/esm/api/fileWorkspaces/index.d.ts +3 -0
  575. package/dist/esm/api/fileWorkspaces/index.js +4 -0
  576. package/dist/esm/api/fileWorkspaces/index.js.map +1 -0
  577. package/dist/esm/api/fileWorkspaces/operations.d.ts +13 -0
  578. package/dist/esm/api/fileWorkspaces/operations.js +64 -0
  579. package/dist/esm/api/fileWorkspaces/operations.js.map +1 -0
  580. package/dist/esm/api/fileWorkspaces/options.d.ts +8 -0
  581. package/dist/esm/api/fileWorkspaces/options.js +4 -0
  582. package/dist/esm/api/fileWorkspaces/options.js.map +1 -0
  583. package/dist/esm/api/fileWorkspacesNoSubscription/index.d.ts +3 -0
  584. package/dist/esm/api/fileWorkspacesNoSubscription/index.js +4 -0
  585. package/dist/esm/api/fileWorkspacesNoSubscription/index.js.map +1 -0
  586. package/dist/esm/api/fileWorkspacesNoSubscription/operations.d.ts +13 -0
  587. package/dist/esm/api/fileWorkspacesNoSubscription/operations.js +62 -0
  588. package/dist/esm/api/fileWorkspacesNoSubscription/operations.js.map +1 -0
  589. package/dist/esm/api/fileWorkspacesNoSubscription/options.d.ts +8 -0
  590. package/dist/esm/api/fileWorkspacesNoSubscription/options.js +4 -0
  591. package/dist/esm/api/fileWorkspacesNoSubscription/options.js.map +1 -0
  592. package/dist/esm/api/files/index.d.ts +3 -0
  593. package/dist/esm/api/files/index.js +4 -0
  594. package/dist/esm/api/files/index.js.map +1 -0
  595. package/dist/esm/api/files/operations.d.ts +22 -0
  596. package/dist/esm/api/files/operations.js +132 -0
  597. package/dist/esm/api/files/operations.js.map +1 -0
  598. package/dist/esm/api/files/options.d.ts +14 -0
  599. package/dist/esm/api/files/options.js +4 -0
  600. package/dist/esm/api/files/options.js.map +1 -0
  601. package/dist/esm/api/filesNoSubscription/index.d.ts +3 -0
  602. package/dist/esm/api/filesNoSubscription/index.js +4 -0
  603. package/dist/esm/api/filesNoSubscription/index.js.map +1 -0
  604. package/dist/esm/api/filesNoSubscription/operations.d.ts +22 -0
  605. package/dist/esm/api/filesNoSubscription/operations.js +128 -0
  606. package/dist/esm/api/filesNoSubscription/operations.js.map +1 -0
  607. package/dist/esm/api/filesNoSubscription/options.d.ts +14 -0
  608. package/dist/esm/api/filesNoSubscription/options.js +4 -0
  609. package/dist/esm/api/filesNoSubscription/options.js.map +1 -0
  610. package/dist/esm/api/index.d.ts +3 -0
  611. package/dist/esm/api/index.js +4 -0
  612. package/dist/esm/api/index.js.map +1 -0
  613. package/dist/esm/api/microsoftSupportContext.d.ts +22 -0
  614. package/dist/esm/api/microsoftSupportContext.js +26 -0
  615. package/dist/esm/api/microsoftSupportContext.js.map +1 -0
  616. package/dist/esm/api/operations/index.d.ts +3 -0
  617. package/dist/esm/api/operations/index.js +4 -0
  618. package/dist/esm/api/operations/index.js.map +1 -0
  619. package/dist/esm/api/operations/operations.d.ts +10 -0
  620. package/dist/esm/api/operations/operations.js +37 -0
  621. package/dist/esm/api/operations/operations.js.map +1 -0
  622. package/dist/esm/api/operations/options.d.ts +5 -0
  623. package/dist/esm/api/operations/options.js +4 -0
  624. package/dist/esm/api/operations/options.js.map +1 -0
  625. package/dist/esm/api/problemClassifications/index.d.ts +3 -0
  626. package/dist/esm/api/problemClassifications/index.js +4 -0
  627. package/dist/esm/api/problemClassifications/index.js.map +1 -0
  628. package/dist/esm/api/problemClassifications/operations.d.ts +14 -0
  629. package/dist/esm/api/problemClassifications/operations.js +67 -0
  630. package/dist/esm/api/problemClassifications/operations.js.map +1 -0
  631. package/dist/esm/api/problemClassifications/options.d.ts +8 -0
  632. package/dist/esm/api/problemClassifications/options.js +4 -0
  633. package/dist/esm/api/problemClassifications/options.js.map +1 -0
  634. package/dist/esm/api/services/index.d.ts +3 -0
  635. package/dist/esm/api/services/index.js +4 -0
  636. package/dist/esm/api/services/index.js.map +1 -0
  637. package/dist/esm/api/services/operations.d.ts +14 -0
  638. package/dist/esm/api/services/operations.js +65 -0
  639. package/dist/esm/api/services/operations.js.map +1 -0
  640. package/dist/esm/api/services/options.d.ts +8 -0
  641. package/dist/esm/api/services/options.js +4 -0
  642. package/dist/esm/api/services/options.js.map +1 -0
  643. package/dist/esm/api/supportTickets/index.d.ts +3 -0
  644. package/dist/esm/api/supportTickets/index.js +4 -0
  645. package/dist/esm/api/supportTickets/index.js.map +1 -0
  646. package/dist/esm/api/supportTickets/operations.d.ts +31 -0
  647. package/dist/esm/api/supportTickets/operations.js +196 -0
  648. package/dist/esm/api/supportTickets/operations.js.map +1 -0
  649. package/dist/esm/api/supportTickets/options.d.ts +26 -0
  650. package/dist/esm/api/supportTickets/options.js +4 -0
  651. package/dist/esm/api/supportTickets/options.js.map +1 -0
  652. package/dist/esm/api/supportTicketsNoSubscription/index.d.ts +3 -0
  653. package/dist/esm/api/supportTicketsNoSubscription/index.js +4 -0
  654. package/dist/esm/api/supportTicketsNoSubscription/index.js.map +1 -0
  655. package/dist/esm/api/supportTicketsNoSubscription/operations.d.ts +27 -0
  656. package/dist/esm/api/supportTicketsNoSubscription/operations.js +162 -0
  657. package/dist/esm/api/supportTicketsNoSubscription/operations.js.map +1 -0
  658. package/dist/esm/api/supportTicketsNoSubscription/options.d.ts +23 -0
  659. package/dist/esm/api/supportTicketsNoSubscription/options.js +4 -0
  660. package/dist/esm/api/supportTicketsNoSubscription/options.js.map +1 -0
  661. package/dist/esm/classic/chatTranscripts/index.d.ts +13 -0
  662. package/dist/esm/classic/chatTranscripts/index.js +15 -0
  663. package/dist/esm/classic/chatTranscripts/index.js.map +1 -0
  664. package/dist/esm/classic/chatTranscriptsNoSubscription/index.d.ts +13 -0
  665. package/dist/esm/classic/chatTranscriptsNoSubscription/index.js +15 -0
  666. package/dist/esm/classic/chatTranscriptsNoSubscription/index.js.map +1 -0
  667. package/dist/esm/classic/classifyProblems/index.d.ts +10 -0
  668. package/dist/esm/classic/classifyProblems/index.js +14 -0
  669. package/dist/esm/classic/classifyProblems/index.js.map +1 -0
  670. package/dist/esm/classic/classifyProblemsNoSubscription/index.d.ts +10 -0
  671. package/dist/esm/classic/classifyProblemsNoSubscription/index.js +14 -0
  672. package/dist/esm/classic/classifyProblemsNoSubscription/index.js.map +1 -0
  673. package/dist/esm/classic/classifyServices/index.d.ts +10 -0
  674. package/dist/esm/classic/classifyServices/index.js +14 -0
  675. package/dist/esm/classic/classifyServices/index.js.map +1 -0
  676. package/dist/esm/classic/classifyServicesNoSubscription/index.d.ts +10 -0
  677. package/dist/esm/classic/classifyServicesNoSubscription/index.js +14 -0
  678. package/dist/esm/classic/classifyServicesNoSubscription/index.js.map +1 -0
  679. package/dist/esm/classic/communications/index.d.ts +23 -0
  680. package/dist/esm/classic/communications/index.js +26 -0
  681. package/dist/esm/classic/communications/index.js.map +1 -0
  682. package/dist/esm/classic/communicationsNoSubscription/index.d.ts +23 -0
  683. package/dist/esm/classic/communicationsNoSubscription/index.js +26 -0
  684. package/dist/esm/classic/communicationsNoSubscription/index.js.map +1 -0
  685. package/dist/esm/classic/fileWorkspaces/index.d.ts +12 -0
  686. package/dist/esm/classic/fileWorkspaces/index.js +15 -0
  687. package/dist/esm/classic/fileWorkspaces/index.js.map +1 -0
  688. package/dist/esm/classic/fileWorkspacesNoSubscription/index.d.ts +12 -0
  689. package/dist/esm/classic/fileWorkspacesNoSubscription/index.js +15 -0
  690. package/dist/esm/classic/fileWorkspacesNoSubscription/index.js.map +1 -0
  691. package/dist/esm/classic/files/index.d.ts +17 -0
  692. package/dist/esm/classic/files/index.js +17 -0
  693. package/dist/esm/classic/files/index.js.map +1 -0
  694. package/dist/esm/classic/filesNoSubscription/index.d.ts +17 -0
  695. package/dist/esm/classic/filesNoSubscription/index.js +17 -0
  696. package/dist/esm/classic/filesNoSubscription/index.js.map +1 -0
  697. package/dist/esm/classic/index.d.ts +18 -0
  698. package/dist/esm/classic/index.js +4 -0
  699. package/dist/esm/classic/index.js.map +1 -0
  700. package/dist/esm/classic/operations/index.d.ts +11 -0
  701. package/dist/esm/classic/operations/index.js +14 -0
  702. package/dist/esm/classic/operations/index.js.map +1 -0
  703. package/dist/esm/classic/problemClassifications/index.d.ts +13 -0
  704. package/dist/esm/classic/problemClassifications/index.js +15 -0
  705. package/dist/esm/classic/problemClassifications/index.js.map +1 -0
  706. package/dist/esm/classic/services/index.d.ts +13 -0
  707. package/dist/esm/classic/services/index.js +15 -0
  708. package/dist/esm/classic/services/index.js.map +1 -0
  709. package/dist/esm/classic/supportTickets/index.d.ts +27 -0
  710. package/dist/esm/classic/supportTickets/index.js +28 -0
  711. package/dist/esm/classic/supportTickets/index.js.map +1 -0
  712. package/dist/esm/classic/supportTicketsNoSubscription/index.d.ts +25 -0
  713. package/dist/esm/classic/supportTicketsNoSubscription/index.js +27 -0
  714. package/dist/esm/classic/supportTicketsNoSubscription/index.js.map +1 -0
  715. package/dist/esm/index.d.ts +30 -3
  716. package/dist/esm/index.js +9 -8
  717. package/dist/esm/index.js.map +1 -7
  718. package/dist/esm/logger.d.ts +2 -0
  719. package/dist/esm/logger.js +5 -0
  720. package/dist/esm/logger.js.map +1 -0
  721. package/dist/esm/microsoftSupport.d.ts +61 -31
  722. package/dist/esm/microsoftSupport.js +95 -135
  723. package/dist/esm/microsoftSupport.js.map +1 -7
  724. package/dist/esm/models/index.d.ts +2 -999
  725. package/dist/esm/models/index.js +4 -64
  726. package/dist/esm/models/index.js.map +1 -7
  727. package/dist/esm/models/models.d.ts +955 -0
  728. package/dist/esm/models/models.js +987 -0
  729. package/dist/esm/models/models.js.map +1 -0
  730. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  731. package/dist/esm/restorePollerHelpers.js +106 -0
  732. package/dist/esm/restorePollerHelpers.js.map +1 -0
  733. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  734. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  735. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  736. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  737. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  738. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  739. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  740. package/dist/esm/static-helpers/pollingHelpers.js +95 -0
  741. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  742. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  743. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
  744. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  745. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  746. package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
  747. package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
  748. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  749. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  750. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  751. package/package.json +353 -79
  752. package/CHANGELOG.md +0 -171
  753. package/dist/browser/index.d.ts.map +0 -1
  754. package/dist/browser/lroImpl.d.ts +0 -11
  755. package/dist/browser/lroImpl.d.ts.map +0 -1
  756. package/dist/browser/lroImpl.js +0 -18
  757. package/dist/browser/lroImpl.js.map +0 -1
  758. package/dist/browser/microsoftSupport.d.ts.map +0 -1
  759. package/dist/browser/models/index.d.ts.map +0 -1
  760. package/dist/browser/models/mappers.d.ts +0 -40
  761. package/dist/browser/models/mappers.d.ts.map +0 -1
  762. package/dist/browser/models/mappers.js +0 -1356
  763. package/dist/browser/models/mappers.js.map +0 -1
  764. package/dist/browser/models/parameters.d.ts +0 -24
  765. package/dist/browser/models/parameters.d.ts.map +0 -1
  766. package/dist/browser/models/parameters.js +0 -199
  767. package/dist/browser/models/parameters.js.map +0 -1
  768. package/dist/browser/operations/chatTranscripts.d.ts +0 -42
  769. package/dist/browser/operations/chatTranscripts.d.ts.map +0 -1
  770. package/dist/browser/operations/chatTranscripts.js +0 -158
  771. package/dist/browser/operations/chatTranscripts.js.map +0 -1
  772. package/dist/browser/operations/chatTranscriptsNoSubscription.d.ts +0 -42
  773. package/dist/browser/operations/chatTranscriptsNoSubscription.d.ts.map +0 -1
  774. package/dist/browser/operations/chatTranscriptsNoSubscription.js +0 -152
  775. package/dist/browser/operations/chatTranscriptsNoSubscription.js.map +0 -1
  776. package/dist/browser/operations/communications.d.ts +0 -77
  777. package/dist/browser/operations/communications.d.ts.map +0 -1
  778. package/dist/browser/operations/communications.js +0 -298
  779. package/dist/browser/operations/communications.js.map +0 -1
  780. package/dist/browser/operations/communicationsNoSubscription.d.ts +0 -77
  781. package/dist/browser/operations/communicationsNoSubscription.d.ts.map +0 -1
  782. package/dist/browser/operations/communicationsNoSubscription.js +0 -287
  783. package/dist/browser/operations/communicationsNoSubscription.js.map +0 -1
  784. package/dist/browser/operations/fileWorkspaces.d.ts +0 -25
  785. package/dist/browser/operations/fileWorkspaces.d.ts.map +0 -1
  786. package/dist/browser/operations/fileWorkspaces.js +0 -80
  787. package/dist/browser/operations/fileWorkspaces.js.map +0 -1
  788. package/dist/browser/operations/fileWorkspacesNoSubscription.d.ts +0 -25
  789. package/dist/browser/operations/fileWorkspacesNoSubscription.d.ts.map +0 -1
  790. package/dist/browser/operations/fileWorkspacesNoSubscription.js +0 -72
  791. package/dist/browser/operations/fileWorkspacesNoSubscription.js.map +0 -1
  792. package/dist/browser/operations/files.d.ts +0 -58
  793. package/dist/browser/operations/files.d.ts.map +0 -1
  794. package/dist/browser/operations/files.js +0 -222
  795. package/dist/browser/operations/files.js.map +0 -1
  796. package/dist/browser/operations/filesNoSubscription.d.ts +0 -58
  797. package/dist/browser/operations/filesNoSubscription.d.ts.map +0 -1
  798. package/dist/browser/operations/filesNoSubscription.js +0 -214
  799. package/dist/browser/operations/filesNoSubscription.js.map +0 -1
  800. package/dist/browser/operations/index.d.ts +0 -14
  801. package/dist/browser/operations/index.d.ts.map +0 -1
  802. package/dist/browser/operations/index.js +0 -21
  803. package/dist/browser/operations/index.js.map +0 -1
  804. package/dist/browser/operations/operations.d.ts +0 -26
  805. package/dist/browser/operations/operations.d.ts.map +0 -1
  806. package/dist/browser/operations/operations.js +0 -79
  807. package/dist/browser/operations/operations.js.map +0 -1
  808. package/dist/browser/operations/problemClassifications.d.ts +0 -41
  809. package/dist/browser/operations/problemClassifications.d.ts.map +0 -1
  810. package/dist/browser/operations/problemClassifications.js +0 -116
  811. package/dist/browser/operations/problemClassifications.js.map +0 -1
  812. package/dist/browser/operations/services.d.ts +0 -44
  813. package/dist/browser/operations/services.d.ts.map +0 -1
  814. package/dist/browser/operations/services.js +0 -115
  815. package/dist/browser/operations/services.js.map +0 -1
  816. package/dist/browser/operations/supportTickets.d.ts +0 -113
  817. package/dist/browser/operations/supportTickets.d.ts.map +0 -1
  818. package/dist/browser/operations/supportTickets.js +0 -342
  819. package/dist/browser/operations/supportTickets.js.map +0 -1
  820. package/dist/browser/operations/supportTicketsNoSubscription.d.ts +0 -98
  821. package/dist/browser/operations/supportTicketsNoSubscription.d.ts.map +0 -1
  822. package/dist/browser/operations/supportTicketsNoSubscription.js +0 -311
  823. package/dist/browser/operations/supportTicketsNoSubscription.js.map +0 -1
  824. package/dist/browser/operationsInterfaces/chatTranscripts.d.ts +0 -19
  825. package/dist/browser/operationsInterfaces/chatTranscripts.d.ts.map +0 -1
  826. package/dist/browser/operationsInterfaces/chatTranscripts.js +0 -9
  827. package/dist/browser/operationsInterfaces/chatTranscripts.js.map +0 -1
  828. package/dist/browser/operationsInterfaces/chatTranscriptsNoSubscription.d.ts +0 -19
  829. package/dist/browser/operationsInterfaces/chatTranscriptsNoSubscription.d.ts.map +0 -1
  830. package/dist/browser/operationsInterfaces/chatTranscriptsNoSubscription.js +0 -9
  831. package/dist/browser/operationsInterfaces/chatTranscriptsNoSubscription.js.map +0 -1
  832. package/dist/browser/operationsInterfaces/communications.d.ts +0 -49
  833. package/dist/browser/operationsInterfaces/communications.d.ts.map +0 -1
  834. package/dist/browser/operationsInterfaces/communications.js +0 -9
  835. package/dist/browser/operationsInterfaces/communications.js.map +0 -1
  836. package/dist/browser/operationsInterfaces/communicationsNoSubscription.d.ts +0 -49
  837. package/dist/browser/operationsInterfaces/communicationsNoSubscription.d.ts.map +0 -1
  838. package/dist/browser/operationsInterfaces/communicationsNoSubscription.js +0 -9
  839. package/dist/browser/operationsInterfaces/communicationsNoSubscription.js.map +0 -1
  840. package/dist/browser/operationsInterfaces/fileWorkspaces.d.ts +0 -17
  841. package/dist/browser/operationsInterfaces/fileWorkspaces.d.ts.map +0 -1
  842. package/dist/browser/operationsInterfaces/fileWorkspaces.js +0 -9
  843. package/dist/browser/operationsInterfaces/fileWorkspaces.js.map +0 -1
  844. package/dist/browser/operationsInterfaces/fileWorkspacesNoSubscription.d.ts +0 -17
  845. package/dist/browser/operationsInterfaces/fileWorkspacesNoSubscription.d.ts.map +0 -1
  846. package/dist/browser/operationsInterfaces/fileWorkspacesNoSubscription.js +0 -9
  847. package/dist/browser/operationsInterfaces/fileWorkspacesNoSubscription.js.map +0 -1
  848. package/dist/browser/operationsInterfaces/files.d.ts +0 -35
  849. package/dist/browser/operationsInterfaces/files.d.ts.map +0 -1
  850. package/dist/browser/operationsInterfaces/files.js +0 -9
  851. package/dist/browser/operationsInterfaces/files.js.map +0 -1
  852. package/dist/browser/operationsInterfaces/filesNoSubscription.d.ts +0 -35
  853. package/dist/browser/operationsInterfaces/filesNoSubscription.d.ts.map +0 -1
  854. package/dist/browser/operationsInterfaces/filesNoSubscription.js +0 -9
  855. package/dist/browser/operationsInterfaces/filesNoSubscription.js.map +0 -1
  856. package/dist/browser/operationsInterfaces/index.d.ts +0 -14
  857. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  858. package/dist/browser/operationsInterfaces/index.js +0 -21
  859. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  860. package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
  861. package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
  862. package/dist/browser/operationsInterfaces/operations.js +0 -9
  863. package/dist/browser/operationsInterfaces/operations.js.map +0 -1
  864. package/dist/browser/operationsInterfaces/problemClassifications.d.ts +0 -22
  865. package/dist/browser/operationsInterfaces/problemClassifications.d.ts.map +0 -1
  866. package/dist/browser/operationsInterfaces/problemClassifications.js +0 -9
  867. package/dist/browser/operationsInterfaces/problemClassifications.js.map +0 -1
  868. package/dist/browser/operationsInterfaces/services.d.ts +0 -23
  869. package/dist/browser/operationsInterfaces/services.d.ts.map +0 -1
  870. package/dist/browser/operationsInterfaces/services.js +0 -9
  871. package/dist/browser/operationsInterfaces/services.js.map +0 -1
  872. package/dist/browser/operationsInterfaces/supportTickets.d.ts +0 -88
  873. package/dist/browser/operationsInterfaces/supportTickets.d.ts.map +0 -1
  874. package/dist/browser/operationsInterfaces/supportTickets.js +0 -9
  875. package/dist/browser/operationsInterfaces/supportTickets.js.map +0 -1
  876. package/dist/browser/operationsInterfaces/supportTicketsNoSubscription.d.ts +0 -73
  877. package/dist/browser/operationsInterfaces/supportTicketsNoSubscription.d.ts.map +0 -1
  878. package/dist/browser/operationsInterfaces/supportTicketsNoSubscription.js +0 -9
  879. package/dist/browser/operationsInterfaces/supportTicketsNoSubscription.js.map +0 -1
  880. package/dist/browser/pagingHelper.d.ts +0 -13
  881. package/dist/browser/pagingHelper.d.ts.map +0 -1
  882. package/dist/browser/pagingHelper.js +0 -30
  883. package/dist/browser/pagingHelper.js.map +0 -1
  884. package/dist/commonjs/index.d.ts.map +0 -1
  885. package/dist/commonjs/lroImpl.d.ts +0 -11
  886. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  887. package/dist/commonjs/lroImpl.js +0 -43
  888. package/dist/commonjs/lroImpl.js.map +0 -7
  889. package/dist/commonjs/microsoftSupport.d.ts.map +0 -1
  890. package/dist/commonjs/models/index.d.ts.map +0 -1
  891. package/dist/commonjs/models/mappers.d.ts +0 -40
  892. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  893. package/dist/commonjs/models/mappers.js +0 -1448
  894. package/dist/commonjs/models/mappers.js.map +0 -7
  895. package/dist/commonjs/models/parameters.d.ts +0 -24
  896. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  897. package/dist/commonjs/models/parameters.js +0 -259
  898. package/dist/commonjs/models/parameters.js.map +0 -7
  899. package/dist/commonjs/operations/chatTranscripts.d.ts +0 -42
  900. package/dist/commonjs/operations/chatTranscripts.d.ts.map +0 -1
  901. package/dist/commonjs/operations/chatTranscripts.js +0 -200
  902. package/dist/commonjs/operations/chatTranscripts.js.map +0 -7
  903. package/dist/commonjs/operations/chatTranscriptsNoSubscription.d.ts +0 -42
  904. package/dist/commonjs/operations/chatTranscriptsNoSubscription.d.ts.map +0 -1
  905. package/dist/commonjs/operations/chatTranscriptsNoSubscription.js +0 -194
  906. package/dist/commonjs/operations/chatTranscriptsNoSubscription.js.map +0 -7
  907. package/dist/commonjs/operations/communications.d.ts +0 -77
  908. package/dist/commonjs/operations/communications.d.ts.map +0 -1
  909. package/dist/commonjs/operations/communications.js +0 -348
  910. package/dist/commonjs/operations/communications.js.map +0 -7
  911. package/dist/commonjs/operations/communicationsNoSubscription.d.ts +0 -77
  912. package/dist/commonjs/operations/communicationsNoSubscription.d.ts.map +0 -1
  913. package/dist/commonjs/operations/communicationsNoSubscription.js +0 -337
  914. package/dist/commonjs/operations/communicationsNoSubscription.js.map +0 -7
  915. package/dist/commonjs/operations/fileWorkspaces.d.ts +0 -25
  916. package/dist/commonjs/operations/fileWorkspaces.d.ts.map +0 -1
  917. package/dist/commonjs/operations/fileWorkspaces.js +0 -116
  918. package/dist/commonjs/operations/fileWorkspaces.js.map +0 -7
  919. package/dist/commonjs/operations/fileWorkspacesNoSubscription.d.ts +0 -25
  920. package/dist/commonjs/operations/fileWorkspacesNoSubscription.d.ts.map +0 -1
  921. package/dist/commonjs/operations/fileWorkspacesNoSubscription.js +0 -108
  922. package/dist/commonjs/operations/fileWorkspacesNoSubscription.js.map +0 -7
  923. package/dist/commonjs/operations/files.d.ts +0 -58
  924. package/dist/commonjs/operations/files.d.ts.map +0 -1
  925. package/dist/commonjs/operations/files.js +0 -270
  926. package/dist/commonjs/operations/files.js.map +0 -7
  927. package/dist/commonjs/operations/filesNoSubscription.d.ts +0 -58
  928. package/dist/commonjs/operations/filesNoSubscription.d.ts.map +0 -1
  929. package/dist/commonjs/operations/filesNoSubscription.js +0 -262
  930. package/dist/commonjs/operations/filesNoSubscription.js.map +0 -7
  931. package/dist/commonjs/operations/index.d.ts +0 -14
  932. package/dist/commonjs/operations/index.d.ts.map +0 -1
  933. package/dist/commonjs/operations/index.js +0 -45
  934. package/dist/commonjs/operations/index.js.map +0 -7
  935. package/dist/commonjs/operations/operations.d.ts +0 -26
  936. package/dist/commonjs/operations/operations.d.ts.map +0 -1
  937. package/dist/commonjs/operations/operations.js +0 -108
  938. package/dist/commonjs/operations/operations.js.map +0 -7
  939. package/dist/commonjs/operations/problemClassifications.d.ts +0 -41
  940. package/dist/commonjs/operations/problemClassifications.d.ts.map +0 -1
  941. package/dist/commonjs/operations/problemClassifications.js +0 -151
  942. package/dist/commonjs/operations/problemClassifications.js.map +0 -7
  943. package/dist/commonjs/operations/services.d.ts +0 -44
  944. package/dist/commonjs/operations/services.d.ts.map +0 -1
  945. package/dist/commonjs/operations/services.js +0 -147
  946. package/dist/commonjs/operations/services.js.map +0 -7
  947. package/dist/commonjs/operations/supportTickets.d.ts +0 -113
  948. package/dist/commonjs/operations/supportTickets.d.ts.map +0 -1
  949. package/dist/commonjs/operations/supportTickets.js +0 -387
  950. package/dist/commonjs/operations/supportTickets.js.map +0 -7
  951. package/dist/commonjs/operations/supportTicketsNoSubscription.d.ts +0 -98
  952. package/dist/commonjs/operations/supportTicketsNoSubscription.d.ts.map +0 -1
  953. package/dist/commonjs/operations/supportTicketsNoSubscription.js +0 -356
  954. package/dist/commonjs/operations/supportTicketsNoSubscription.js.map +0 -7
  955. package/dist/commonjs/operationsInterfaces/chatTranscripts.d.ts +0 -19
  956. package/dist/commonjs/operationsInterfaces/chatTranscripts.d.ts.map +0 -1
  957. package/dist/commonjs/operationsInterfaces/chatTranscripts.js +0 -15
  958. package/dist/commonjs/operationsInterfaces/chatTranscripts.js.map +0 -7
  959. package/dist/commonjs/operationsInterfaces/chatTranscriptsNoSubscription.d.ts +0 -19
  960. package/dist/commonjs/operationsInterfaces/chatTranscriptsNoSubscription.d.ts.map +0 -1
  961. package/dist/commonjs/operationsInterfaces/chatTranscriptsNoSubscription.js +0 -15
  962. package/dist/commonjs/operationsInterfaces/chatTranscriptsNoSubscription.js.map +0 -7
  963. package/dist/commonjs/operationsInterfaces/communications.d.ts +0 -49
  964. package/dist/commonjs/operationsInterfaces/communications.d.ts.map +0 -1
  965. package/dist/commonjs/operationsInterfaces/communications.js +0 -15
  966. package/dist/commonjs/operationsInterfaces/communications.js.map +0 -7
  967. package/dist/commonjs/operationsInterfaces/communicationsNoSubscription.d.ts +0 -49
  968. package/dist/commonjs/operationsInterfaces/communicationsNoSubscription.d.ts.map +0 -1
  969. package/dist/commonjs/operationsInterfaces/communicationsNoSubscription.js +0 -15
  970. package/dist/commonjs/operationsInterfaces/communicationsNoSubscription.js.map +0 -7
  971. package/dist/commonjs/operationsInterfaces/fileWorkspaces.d.ts +0 -17
  972. package/dist/commonjs/operationsInterfaces/fileWorkspaces.d.ts.map +0 -1
  973. package/dist/commonjs/operationsInterfaces/fileWorkspaces.js +0 -15
  974. package/dist/commonjs/operationsInterfaces/fileWorkspaces.js.map +0 -7
  975. package/dist/commonjs/operationsInterfaces/fileWorkspacesNoSubscription.d.ts +0 -17
  976. package/dist/commonjs/operationsInterfaces/fileWorkspacesNoSubscription.d.ts.map +0 -1
  977. package/dist/commonjs/operationsInterfaces/fileWorkspacesNoSubscription.js +0 -15
  978. package/dist/commonjs/operationsInterfaces/fileWorkspacesNoSubscription.js.map +0 -7
  979. package/dist/commonjs/operationsInterfaces/files.d.ts +0 -35
  980. package/dist/commonjs/operationsInterfaces/files.d.ts.map +0 -1
  981. package/dist/commonjs/operationsInterfaces/files.js +0 -15
  982. package/dist/commonjs/operationsInterfaces/files.js.map +0 -7
  983. package/dist/commonjs/operationsInterfaces/filesNoSubscription.d.ts +0 -35
  984. package/dist/commonjs/operationsInterfaces/filesNoSubscription.d.ts.map +0 -1
  985. package/dist/commonjs/operationsInterfaces/filesNoSubscription.js +0 -15
  986. package/dist/commonjs/operationsInterfaces/filesNoSubscription.js.map +0 -7
  987. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -14
  988. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  989. package/dist/commonjs/operationsInterfaces/index.js +0 -45
  990. package/dist/commonjs/operationsInterfaces/index.js.map +0 -7
  991. package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
  992. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
  993. package/dist/commonjs/operationsInterfaces/operations.js +0 -15
  994. package/dist/commonjs/operationsInterfaces/operations.js.map +0 -7
  995. package/dist/commonjs/operationsInterfaces/problemClassifications.d.ts +0 -22
  996. package/dist/commonjs/operationsInterfaces/problemClassifications.d.ts.map +0 -1
  997. package/dist/commonjs/operationsInterfaces/problemClassifications.js +0 -15
  998. package/dist/commonjs/operationsInterfaces/problemClassifications.js.map +0 -7
  999. package/dist/commonjs/operationsInterfaces/services.d.ts +0 -23
  1000. package/dist/commonjs/operationsInterfaces/services.d.ts.map +0 -1
  1001. package/dist/commonjs/operationsInterfaces/services.js +0 -15
  1002. package/dist/commonjs/operationsInterfaces/services.js.map +0 -7
  1003. package/dist/commonjs/operationsInterfaces/supportTickets.d.ts +0 -88
  1004. package/dist/commonjs/operationsInterfaces/supportTickets.d.ts.map +0 -1
  1005. package/dist/commonjs/operationsInterfaces/supportTickets.js +0 -15
  1006. package/dist/commonjs/operationsInterfaces/supportTickets.js.map +0 -7
  1007. package/dist/commonjs/operationsInterfaces/supportTicketsNoSubscription.d.ts +0 -73
  1008. package/dist/commonjs/operationsInterfaces/supportTicketsNoSubscription.d.ts.map +0 -1
  1009. package/dist/commonjs/operationsInterfaces/supportTicketsNoSubscription.js +0 -15
  1010. package/dist/commonjs/operationsInterfaces/supportTicketsNoSubscription.js.map +0 -7
  1011. package/dist/commonjs/pagingHelper.d.ts +0 -13
  1012. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  1013. package/dist/commonjs/pagingHelper.js +0 -43
  1014. package/dist/commonjs/pagingHelper.js.map +0 -7
  1015. package/dist/esm/index.d.ts.map +0 -1
  1016. package/dist/esm/lroImpl.d.ts +0 -11
  1017. package/dist/esm/lroImpl.d.ts.map +0 -1
  1018. package/dist/esm/lroImpl.js +0 -20
  1019. package/dist/esm/lroImpl.js.map +0 -7
  1020. package/dist/esm/microsoftSupport.d.ts.map +0 -1
  1021. package/dist/esm/models/index.d.ts.map +0 -1
  1022. package/dist/esm/models/mappers.d.ts +0 -40
  1023. package/dist/esm/models/mappers.d.ts.map +0 -1
  1024. package/dist/esm/models/mappers.js +0 -1388
  1025. package/dist/esm/models/mappers.js.map +0 -7
  1026. package/dist/esm/models/parameters.d.ts +0 -24
  1027. package/dist/esm/models/parameters.d.ts.map +0 -1
  1028. package/dist/esm/models/parameters.js +0 -222
  1029. package/dist/esm/models/parameters.js.map +0 -7
  1030. package/dist/esm/operations/chatTranscripts.d.ts +0 -42
  1031. package/dist/esm/operations/chatTranscripts.d.ts.map +0 -1
  1032. package/dist/esm/operations/chatTranscripts.js +0 -167
  1033. package/dist/esm/operations/chatTranscripts.js.map +0 -7
  1034. package/dist/esm/operations/chatTranscriptsNoSubscription.d.ts +0 -42
  1035. package/dist/esm/operations/chatTranscriptsNoSubscription.d.ts.map +0 -1
  1036. package/dist/esm/operations/chatTranscriptsNoSubscription.js +0 -161
  1037. package/dist/esm/operations/chatTranscriptsNoSubscription.js.map +0 -7
  1038. package/dist/esm/operations/communications.d.ts +0 -77
  1039. package/dist/esm/operations/communications.d.ts.map +0 -1
  1040. package/dist/esm/operations/communications.js +0 -317
  1041. package/dist/esm/operations/communications.js.map +0 -7
  1042. package/dist/esm/operations/communicationsNoSubscription.d.ts +0 -77
  1043. package/dist/esm/operations/communicationsNoSubscription.d.ts.map +0 -1
  1044. package/dist/esm/operations/communicationsNoSubscription.js +0 -306
  1045. package/dist/esm/operations/communicationsNoSubscription.js.map +0 -7
  1046. package/dist/esm/operations/fileWorkspaces.d.ts +0 -25
  1047. package/dist/esm/operations/fileWorkspaces.d.ts.map +0 -1
  1048. package/dist/esm/operations/fileWorkspaces.js +0 -83
  1049. package/dist/esm/operations/fileWorkspaces.js.map +0 -7
  1050. package/dist/esm/operations/fileWorkspacesNoSubscription.d.ts +0 -25
  1051. package/dist/esm/operations/fileWorkspacesNoSubscription.d.ts.map +0 -1
  1052. package/dist/esm/operations/fileWorkspacesNoSubscription.js +0 -75
  1053. package/dist/esm/operations/fileWorkspacesNoSubscription.js.map +0 -7
  1054. package/dist/esm/operations/files.d.ts +0 -58
  1055. package/dist/esm/operations/files.d.ts.map +0 -1
  1056. package/dist/esm/operations/files.js +0 -237
  1057. package/dist/esm/operations/files.js.map +0 -7
  1058. package/dist/esm/operations/filesNoSubscription.d.ts +0 -58
  1059. package/dist/esm/operations/filesNoSubscription.d.ts.map +0 -1
  1060. package/dist/esm/operations/filesNoSubscription.js +0 -229
  1061. package/dist/esm/operations/filesNoSubscription.js.map +0 -7
  1062. package/dist/esm/operations/index.d.ts +0 -14
  1063. package/dist/esm/operations/index.d.ts.map +0 -1
  1064. package/dist/esm/operations/index.js +0 -13
  1065. package/dist/esm/operations/index.js.map +0 -7
  1066. package/dist/esm/operations/operations.d.ts +0 -26
  1067. package/dist/esm/operations/operations.d.ts.map +0 -1
  1068. package/dist/esm/operations/operations.js +0 -75
  1069. package/dist/esm/operations/operations.js.map +0 -7
  1070. package/dist/esm/operations/problemClassifications.d.ts +0 -41
  1071. package/dist/esm/operations/problemClassifications.d.ts.map +0 -1
  1072. package/dist/esm/operations/problemClassifications.js +0 -118
  1073. package/dist/esm/operations/problemClassifications.js.map +0 -7
  1074. package/dist/esm/operations/services.d.ts +0 -44
  1075. package/dist/esm/operations/services.d.ts.map +0 -1
  1076. package/dist/esm/operations/services.js +0 -114
  1077. package/dist/esm/operations/services.js.map +0 -7
  1078. package/dist/esm/operations/supportTickets.d.ts +0 -113
  1079. package/dist/esm/operations/supportTickets.d.ts.map +0 -1
  1080. package/dist/esm/operations/supportTickets.js +0 -356
  1081. package/dist/esm/operations/supportTickets.js.map +0 -7
  1082. package/dist/esm/operations/supportTicketsNoSubscription.d.ts +0 -98
  1083. package/dist/esm/operations/supportTicketsNoSubscription.d.ts.map +0 -1
  1084. package/dist/esm/operations/supportTicketsNoSubscription.js +0 -325
  1085. package/dist/esm/operations/supportTicketsNoSubscription.js.map +0 -7
  1086. package/dist/esm/operationsInterfaces/chatTranscripts.d.ts +0 -19
  1087. package/dist/esm/operationsInterfaces/chatTranscripts.d.ts.map +0 -1
  1088. package/dist/esm/operationsInterfaces/chatTranscripts.js +0 -0
  1089. package/dist/esm/operationsInterfaces/chatTranscripts.js.map +0 -7
  1090. package/dist/esm/operationsInterfaces/chatTranscriptsNoSubscription.d.ts +0 -19
  1091. package/dist/esm/operationsInterfaces/chatTranscriptsNoSubscription.d.ts.map +0 -1
  1092. package/dist/esm/operationsInterfaces/chatTranscriptsNoSubscription.js +0 -0
  1093. package/dist/esm/operationsInterfaces/chatTranscriptsNoSubscription.js.map +0 -7
  1094. package/dist/esm/operationsInterfaces/communications.d.ts +0 -49
  1095. package/dist/esm/operationsInterfaces/communications.d.ts.map +0 -1
  1096. package/dist/esm/operationsInterfaces/communications.js +0 -0
  1097. package/dist/esm/operationsInterfaces/communications.js.map +0 -7
  1098. package/dist/esm/operationsInterfaces/communicationsNoSubscription.d.ts +0 -49
  1099. package/dist/esm/operationsInterfaces/communicationsNoSubscription.d.ts.map +0 -1
  1100. package/dist/esm/operationsInterfaces/communicationsNoSubscription.js +0 -0
  1101. package/dist/esm/operationsInterfaces/communicationsNoSubscription.js.map +0 -7
  1102. package/dist/esm/operationsInterfaces/fileWorkspaces.d.ts +0 -17
  1103. package/dist/esm/operationsInterfaces/fileWorkspaces.d.ts.map +0 -1
  1104. package/dist/esm/operationsInterfaces/fileWorkspaces.js +0 -0
  1105. package/dist/esm/operationsInterfaces/fileWorkspaces.js.map +0 -7
  1106. package/dist/esm/operationsInterfaces/fileWorkspacesNoSubscription.d.ts +0 -17
  1107. package/dist/esm/operationsInterfaces/fileWorkspacesNoSubscription.d.ts.map +0 -1
  1108. package/dist/esm/operationsInterfaces/fileWorkspacesNoSubscription.js +0 -0
  1109. package/dist/esm/operationsInterfaces/fileWorkspacesNoSubscription.js.map +0 -7
  1110. package/dist/esm/operationsInterfaces/files.d.ts +0 -35
  1111. package/dist/esm/operationsInterfaces/files.d.ts.map +0 -1
  1112. package/dist/esm/operationsInterfaces/files.js +0 -0
  1113. package/dist/esm/operationsInterfaces/files.js.map +0 -7
  1114. package/dist/esm/operationsInterfaces/filesNoSubscription.d.ts +0 -35
  1115. package/dist/esm/operationsInterfaces/filesNoSubscription.d.ts.map +0 -1
  1116. package/dist/esm/operationsInterfaces/filesNoSubscription.js +0 -0
  1117. package/dist/esm/operationsInterfaces/filesNoSubscription.js.map +0 -7
  1118. package/dist/esm/operationsInterfaces/index.d.ts +0 -14
  1119. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  1120. package/dist/esm/operationsInterfaces/index.js +0 -13
  1121. package/dist/esm/operationsInterfaces/index.js.map +0 -7
  1122. package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
  1123. package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
  1124. package/dist/esm/operationsInterfaces/operations.js +0 -0
  1125. package/dist/esm/operationsInterfaces/operations.js.map +0 -7
  1126. package/dist/esm/operationsInterfaces/problemClassifications.d.ts +0 -22
  1127. package/dist/esm/operationsInterfaces/problemClassifications.d.ts.map +0 -1
  1128. package/dist/esm/operationsInterfaces/problemClassifications.js +0 -0
  1129. package/dist/esm/operationsInterfaces/problemClassifications.js.map +0 -7
  1130. package/dist/esm/operationsInterfaces/services.d.ts +0 -23
  1131. package/dist/esm/operationsInterfaces/services.d.ts.map +0 -1
  1132. package/dist/esm/operationsInterfaces/services.js +0 -0
  1133. package/dist/esm/operationsInterfaces/services.js.map +0 -7
  1134. package/dist/esm/operationsInterfaces/supportTickets.d.ts +0 -88
  1135. package/dist/esm/operationsInterfaces/supportTickets.d.ts.map +0 -1
  1136. package/dist/esm/operationsInterfaces/supportTickets.js +0 -0
  1137. package/dist/esm/operationsInterfaces/supportTickets.js.map +0 -7
  1138. package/dist/esm/operationsInterfaces/supportTicketsNoSubscription.d.ts +0 -73
  1139. package/dist/esm/operationsInterfaces/supportTicketsNoSubscription.d.ts.map +0 -1
  1140. package/dist/esm/operationsInterfaces/supportTicketsNoSubscription.js +0 -0
  1141. package/dist/esm/operationsInterfaces/supportTicketsNoSubscription.js.map +0 -7
  1142. package/dist/esm/pagingHelper.d.ts +0 -13
  1143. package/dist/esm/pagingHelper.d.ts.map +0 -1
  1144. package/dist/esm/pagingHelper.js +0 -19
  1145. package/dist/esm/pagingHelper.js.map +0 -7
  1146. package/dist/react-native/index.d.ts +0 -5
  1147. package/dist/react-native/index.d.ts.map +0 -1
  1148. package/dist/react-native/index.js +0 -13
  1149. package/dist/react-native/index.js.map +0 -1
  1150. package/dist/react-native/lroImpl.d.ts +0 -11
  1151. package/dist/react-native/lroImpl.d.ts.map +0 -1
  1152. package/dist/react-native/lroImpl.js +0 -18
  1153. package/dist/react-native/lroImpl.js.map +0 -1
  1154. package/dist/react-native/microsoftSupport.d.ts +0 -33
  1155. package/dist/react-native/microsoftSupport.d.ts.map +0 -1
  1156. package/dist/react-native/microsoftSupport.js +0 -128
  1157. package/dist/react-native/microsoftSupport.js.map +0 -1
  1158. package/dist/react-native/models/index.d.ts +0 -1000
  1159. package/dist/react-native/models/index.d.ts.map +0 -1
  1160. package/dist/react-native/models/index.js +0 -92
  1161. package/dist/react-native/models/index.js.map +0 -1
  1162. package/dist/react-native/models/mappers.d.ts +0 -40
  1163. package/dist/react-native/models/mappers.d.ts.map +0 -1
  1164. package/dist/react-native/models/mappers.js +0 -1356
  1165. package/dist/react-native/models/mappers.js.map +0 -1
  1166. package/dist/react-native/models/parameters.d.ts +0 -24
  1167. package/dist/react-native/models/parameters.d.ts.map +0 -1
  1168. package/dist/react-native/models/parameters.js +0 -199
  1169. package/dist/react-native/models/parameters.js.map +0 -1
  1170. package/dist/react-native/operations/chatTranscripts.d.ts +0 -42
  1171. package/dist/react-native/operations/chatTranscripts.d.ts.map +0 -1
  1172. package/dist/react-native/operations/chatTranscripts.js +0 -158
  1173. package/dist/react-native/operations/chatTranscripts.js.map +0 -1
  1174. package/dist/react-native/operations/chatTranscriptsNoSubscription.d.ts +0 -42
  1175. package/dist/react-native/operations/chatTranscriptsNoSubscription.d.ts.map +0 -1
  1176. package/dist/react-native/operations/chatTranscriptsNoSubscription.js +0 -152
  1177. package/dist/react-native/operations/chatTranscriptsNoSubscription.js.map +0 -1
  1178. package/dist/react-native/operations/communications.d.ts +0 -77
  1179. package/dist/react-native/operations/communications.d.ts.map +0 -1
  1180. package/dist/react-native/operations/communications.js +0 -298
  1181. package/dist/react-native/operations/communications.js.map +0 -1
  1182. package/dist/react-native/operations/communicationsNoSubscription.d.ts +0 -77
  1183. package/dist/react-native/operations/communicationsNoSubscription.d.ts.map +0 -1
  1184. package/dist/react-native/operations/communicationsNoSubscription.js +0 -287
  1185. package/dist/react-native/operations/communicationsNoSubscription.js.map +0 -1
  1186. package/dist/react-native/operations/fileWorkspaces.d.ts +0 -25
  1187. package/dist/react-native/operations/fileWorkspaces.d.ts.map +0 -1
  1188. package/dist/react-native/operations/fileWorkspaces.js +0 -80
  1189. package/dist/react-native/operations/fileWorkspaces.js.map +0 -1
  1190. package/dist/react-native/operations/fileWorkspacesNoSubscription.d.ts +0 -25
  1191. package/dist/react-native/operations/fileWorkspacesNoSubscription.d.ts.map +0 -1
  1192. package/dist/react-native/operations/fileWorkspacesNoSubscription.js +0 -72
  1193. package/dist/react-native/operations/fileWorkspacesNoSubscription.js.map +0 -1
  1194. package/dist/react-native/operations/files.d.ts +0 -58
  1195. package/dist/react-native/operations/files.d.ts.map +0 -1
  1196. package/dist/react-native/operations/files.js +0 -222
  1197. package/dist/react-native/operations/files.js.map +0 -1
  1198. package/dist/react-native/operations/filesNoSubscription.d.ts +0 -58
  1199. package/dist/react-native/operations/filesNoSubscription.d.ts.map +0 -1
  1200. package/dist/react-native/operations/filesNoSubscription.js +0 -214
  1201. package/dist/react-native/operations/filesNoSubscription.js.map +0 -1
  1202. package/dist/react-native/operations/index.d.ts +0 -14
  1203. package/dist/react-native/operations/index.d.ts.map +0 -1
  1204. package/dist/react-native/operations/index.js +0 -21
  1205. package/dist/react-native/operations/index.js.map +0 -1
  1206. package/dist/react-native/operations/operations.d.ts +0 -26
  1207. package/dist/react-native/operations/operations.d.ts.map +0 -1
  1208. package/dist/react-native/operations/operations.js +0 -79
  1209. package/dist/react-native/operations/operations.js.map +0 -1
  1210. package/dist/react-native/operations/problemClassifications.d.ts +0 -41
  1211. package/dist/react-native/operations/problemClassifications.d.ts.map +0 -1
  1212. package/dist/react-native/operations/problemClassifications.js +0 -116
  1213. package/dist/react-native/operations/problemClassifications.js.map +0 -1
  1214. package/dist/react-native/operations/services.d.ts +0 -44
  1215. package/dist/react-native/operations/services.d.ts.map +0 -1
  1216. package/dist/react-native/operations/services.js +0 -115
  1217. package/dist/react-native/operations/services.js.map +0 -1
  1218. package/dist/react-native/operations/supportTickets.d.ts +0 -113
  1219. package/dist/react-native/operations/supportTickets.d.ts.map +0 -1
  1220. package/dist/react-native/operations/supportTickets.js +0 -342
  1221. package/dist/react-native/operations/supportTickets.js.map +0 -1
  1222. package/dist/react-native/operations/supportTicketsNoSubscription.d.ts +0 -98
  1223. package/dist/react-native/operations/supportTicketsNoSubscription.d.ts.map +0 -1
  1224. package/dist/react-native/operations/supportTicketsNoSubscription.js +0 -311
  1225. package/dist/react-native/operations/supportTicketsNoSubscription.js.map +0 -1
  1226. package/dist/react-native/operationsInterfaces/chatTranscripts.d.ts +0 -19
  1227. package/dist/react-native/operationsInterfaces/chatTranscripts.d.ts.map +0 -1
  1228. package/dist/react-native/operationsInterfaces/chatTranscripts.js +0 -9
  1229. package/dist/react-native/operationsInterfaces/chatTranscripts.js.map +0 -1
  1230. package/dist/react-native/operationsInterfaces/chatTranscriptsNoSubscription.d.ts +0 -19
  1231. package/dist/react-native/operationsInterfaces/chatTranscriptsNoSubscription.d.ts.map +0 -1
  1232. package/dist/react-native/operationsInterfaces/chatTranscriptsNoSubscription.js +0 -9
  1233. package/dist/react-native/operationsInterfaces/chatTranscriptsNoSubscription.js.map +0 -1
  1234. package/dist/react-native/operationsInterfaces/communications.d.ts +0 -49
  1235. package/dist/react-native/operationsInterfaces/communications.d.ts.map +0 -1
  1236. package/dist/react-native/operationsInterfaces/communications.js +0 -9
  1237. package/dist/react-native/operationsInterfaces/communications.js.map +0 -1
  1238. package/dist/react-native/operationsInterfaces/communicationsNoSubscription.d.ts +0 -49
  1239. package/dist/react-native/operationsInterfaces/communicationsNoSubscription.d.ts.map +0 -1
  1240. package/dist/react-native/operationsInterfaces/communicationsNoSubscription.js +0 -9
  1241. package/dist/react-native/operationsInterfaces/communicationsNoSubscription.js.map +0 -1
  1242. package/dist/react-native/operationsInterfaces/fileWorkspaces.d.ts +0 -17
  1243. package/dist/react-native/operationsInterfaces/fileWorkspaces.d.ts.map +0 -1
  1244. package/dist/react-native/operationsInterfaces/fileWorkspaces.js +0 -9
  1245. package/dist/react-native/operationsInterfaces/fileWorkspaces.js.map +0 -1
  1246. package/dist/react-native/operationsInterfaces/fileWorkspacesNoSubscription.d.ts +0 -17
  1247. package/dist/react-native/operationsInterfaces/fileWorkspacesNoSubscription.d.ts.map +0 -1
  1248. package/dist/react-native/operationsInterfaces/fileWorkspacesNoSubscription.js +0 -9
  1249. package/dist/react-native/operationsInterfaces/fileWorkspacesNoSubscription.js.map +0 -1
  1250. package/dist/react-native/operationsInterfaces/files.d.ts +0 -35
  1251. package/dist/react-native/operationsInterfaces/files.d.ts.map +0 -1
  1252. package/dist/react-native/operationsInterfaces/files.js +0 -9
  1253. package/dist/react-native/operationsInterfaces/files.js.map +0 -1
  1254. package/dist/react-native/operationsInterfaces/filesNoSubscription.d.ts +0 -35
  1255. package/dist/react-native/operationsInterfaces/filesNoSubscription.d.ts.map +0 -1
  1256. package/dist/react-native/operationsInterfaces/filesNoSubscription.js +0 -9
  1257. package/dist/react-native/operationsInterfaces/filesNoSubscription.js.map +0 -1
  1258. package/dist/react-native/operationsInterfaces/index.d.ts +0 -14
  1259. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  1260. package/dist/react-native/operationsInterfaces/index.js +0 -21
  1261. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  1262. package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
  1263. package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
  1264. package/dist/react-native/operationsInterfaces/operations.js +0 -9
  1265. package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
  1266. package/dist/react-native/operationsInterfaces/problemClassifications.d.ts +0 -22
  1267. package/dist/react-native/operationsInterfaces/problemClassifications.d.ts.map +0 -1
  1268. package/dist/react-native/operationsInterfaces/problemClassifications.js +0 -9
  1269. package/dist/react-native/operationsInterfaces/problemClassifications.js.map +0 -1
  1270. package/dist/react-native/operationsInterfaces/services.d.ts +0 -23
  1271. package/dist/react-native/operationsInterfaces/services.d.ts.map +0 -1
  1272. package/dist/react-native/operationsInterfaces/services.js +0 -9
  1273. package/dist/react-native/operationsInterfaces/services.js.map +0 -1
  1274. package/dist/react-native/operationsInterfaces/supportTickets.d.ts +0 -88
  1275. package/dist/react-native/operationsInterfaces/supportTickets.d.ts.map +0 -1
  1276. package/dist/react-native/operationsInterfaces/supportTickets.js +0 -9
  1277. package/dist/react-native/operationsInterfaces/supportTickets.js.map +0 -1
  1278. package/dist/react-native/operationsInterfaces/supportTicketsNoSubscription.d.ts +0 -73
  1279. package/dist/react-native/operationsInterfaces/supportTicketsNoSubscription.d.ts.map +0 -1
  1280. package/dist/react-native/operationsInterfaces/supportTicketsNoSubscription.js +0 -9
  1281. package/dist/react-native/operationsInterfaces/supportTicketsNoSubscription.js.map +0 -1
  1282. package/dist/react-native/package.json +0 -3
  1283. package/dist/react-native/pagingHelper.d.ts +0 -13
  1284. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  1285. package/dist/react-native/pagingHelper.js +0 -30
  1286. package/dist/react-native/pagingHelper.js.map +0 -1
  1287. package/review/arm-support-node.api.md +0 -889
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/models/models.ts"],
4
+ "sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { areAllPropsUndefined } from \"../static-helpers/serialization/check-prop-undefined.js\";\n\n/**\n * This file contains only generated model types and their (de)serializers.\n * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.\n */\n/* eslint-disable @typescript-eslint/naming-convention */\n/* eslint-disable @typescript-eslint/explicit-module-boundary-types */\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface _OperationListResult {\n /** The Operation items on this page */\n value: Operation[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _operationListResultDeserializer(item: any): _OperationListResult {\n return {\n value: operationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function operationArrayDeserializer(result: Array<Operation>): any[] {\n return result.map((item) => {\n return operationDeserializer(item);\n });\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\" */\n readonly name?: string;\n /** Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for Azure Resource Manager/control-plane operations. */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\n readonly origin?: Origin;\n /** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\n readonly actionType?: ActionType;\n}\n\nexport function operationDeserializer(item: any): Operation {\n return {\n name: item[\"name\"],\n isDataAction: item[\"isDataAction\"],\n display: !item[\"display\"] ? item[\"display\"] : operationDisplayDeserializer(item[\"display\"]),\n origin: item[\"origin\"],\n actionType: item[\"actionType\"],\n };\n}\n\n/** Localized display information for an operation. */\nexport interface OperationDisplay {\n /** The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\". */\n readonly provider?: string;\n /** The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\". */\n readonly resource?: string;\n /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\". */\n readonly operation?: string;\n /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */\n readonly description?: string;\n}\n\nexport function operationDisplayDeserializer(item: any): OperationDisplay {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\nexport enum KnownOrigin {\n /** Indicates the operation is initiated by a user. */\n User = \"user\",\n /** Indicates the operation is initiated by a system. */\n System = \"system\",\n /** Indicates the operation is initiated by a user or system. */\n UserSystem = \"user,system\",\n}\n\n/**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user**: Indicates the operation is initiated by a user. \\\n * **system**: Indicates the operation is initiated by a system. \\\n * **user,system**: Indicates the operation is initiated by a user or system.\n */\nexport type Origin = string;\n\n/** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\nexport enum KnownActionType {\n /** Actions are for internal-only APIs. */\n Internal = \"Internal\",\n}\n\n/**\n * Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**: Actions are for internal-only APIs.\n */\nexport type ActionType = string;\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\nexport function errorResponseDeserializer(item: any): ErrorResponse {\n return {\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The error target. */\n readonly target?: string;\n /** The error details. */\n readonly details?: ErrorDetail[];\n /** The error additional info. */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\nexport function errorDetailDeserializer(item: any): ErrorDetail {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : errorDetailArrayDeserializer(item[\"details\"]),\n additionalInfo: !item[\"additionalInfo\"]\n ? item[\"additionalInfo\"]\n : errorAdditionalInfoArrayDeserializer(item[\"additionalInfo\"]),\n };\n}\n\nexport function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[] {\n return result.map((item) => {\n return errorDetailDeserializer(item);\n });\n}\n\nexport function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[] {\n return result.map((item) => {\n return errorAdditionalInfoDeserializer(item);\n });\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /** The additional info type. */\n readonly type?: string;\n /** The additional info. */\n readonly info?: any;\n}\n\nexport function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo {\n return {\n type: item[\"type\"],\n info: item[\"info\"],\n };\n}\n\n/** Object that represents a Service resource. */\nexport interface Service extends ProxyResource {\n /** Localized name of the Azure service. */\n displayName?: string;\n /** ARM Resource types. */\n resourceTypes?: string[];\n}\n\nexport function serviceDeserializer(item: any): Service {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _servicePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Details about an Azure service available for support ticket creation. */\nexport interface ServiceProperties {\n /** Localized name of the Azure service. */\n displayName?: string;\n /** ARM Resource types. */\n resourceTypes?: string[];\n}\n\nexport function servicePropertiesDeserializer(item: any): ServiceProperties {\n return {\n displayName: item[\"displayName\"],\n resourceTypes: !item[\"resourceTypes\"]\n ? item[\"resourceTypes\"]\n : item[\"resourceTypes\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\nexport function proxyResourceSerializer(_item: ProxyResource): any {\n return {};\n}\n\nexport function proxyResourceDeserializer(item: any): ProxyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(_item: Resource): any {\n return {};\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** Collection of Service resources. */\nexport interface _ServicesListResult {\n /** The link to the next page of items */\n nextLink?: string;\n /** List of Service resources. */\n value?: Service[];\n}\n\nexport function _servicesListResultDeserializer(item: any): _ServicesListResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : serviceArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function serviceArrayDeserializer(result: Array<Service>): any[] {\n return result.map((item) => {\n return serviceDeserializer(item);\n });\n}\n\n/** Input to problem classification Classification API. */\nexport interface ServiceClassificationRequest {\n /** Natural language description of the customer\u2019s issue. */\n issueSummary?: string;\n /** ARM resource Id of the resource that is having the issue. */\n resourceId?: string;\n /** Additional information in the form of a string. */\n additionalContext?: string;\n}\n\nexport function serviceClassificationRequestSerializer(item: ServiceClassificationRequest): any {\n return {\n issueSummary: item[\"issueSummary\"],\n resourceId: item[\"resourceId\"],\n additionalContext: item[\"additionalContext\"],\n };\n}\n\n/** Output of the service classification API. */\nexport interface ServiceClassificationOutput {\n /** Set of problem classification objects classified. */\n serviceClassificationResults?: ServiceClassificationAnswer[];\n}\n\nexport function serviceClassificationOutputDeserializer(item: any): ServiceClassificationOutput {\n return {\n serviceClassificationResults: !item[\"serviceClassificationResults\"]\n ? item[\"serviceClassificationResults\"]\n : serviceClassificationAnswerArrayDeserializer(item[\"serviceClassificationResults\"]),\n };\n}\n\nexport function serviceClassificationAnswerArrayDeserializer(\n result: Array<ServiceClassificationAnswer>,\n): any[] {\n return result.map((item) => {\n return serviceClassificationAnswerDeserializer(item);\n });\n}\n\n/** Service Classification result object. */\nexport interface ServiceClassificationAnswer extends ClassificationService {\n /** Child service. */\n childService?: ClassificationService;\n}\n\nexport function serviceClassificationAnswerDeserializer(item: any): ServiceClassificationAnswer {\n return {\n serviceId: item[\"serviceId\"],\n displayName: item[\"displayName\"],\n resourceTypes: !item[\"resourceTypes\"]\n ? item[\"resourceTypes\"]\n : item[\"resourceTypes\"].map((p: any) => {\n return p;\n }),\n childService: !item[\"childService\"]\n ? item[\"childService\"]\n : classificationServiceDeserializer(item[\"childService\"]),\n };\n}\n\n/** Service Classification result object. */\nexport interface ClassificationService {\n /** Azure resource Id of the service. */\n readonly serviceId?: string;\n /** Localized name of the azure service. */\n readonly displayName?: string;\n /** List of applicable ARM resource types for this service. */\n resourceTypes?: string[];\n}\n\nexport function classificationServiceDeserializer(item: any): ClassificationService {\n return {\n serviceId: item[\"serviceId\"],\n displayName: item[\"displayName\"],\n resourceTypes: !item[\"resourceTypes\"]\n ? item[\"resourceTypes\"]\n : item[\"resourceTypes\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Input to problem classification Classification API. */\nexport interface ProblemClassificationsClassificationInput {\n /** Natural language description of the customer\u2019s issue. */\n issueSummary: string;\n /** ARM resource Id of the resource that is having the issue. */\n resourceId?: string;\n}\n\nexport function problemClassificationsClassificationInputSerializer(\n item: ProblemClassificationsClassificationInput,\n): any {\n return { issueSummary: item[\"issueSummary\"], resourceId: item[\"resourceId\"] };\n}\n\n/** Output of the problem classification Classification API. */\nexport interface ProblemClassificationsClassificationOutput {\n /** Set of problem classification objects classified. */\n problemClassificationResults?: ProblemClassificationsClassificationResult[];\n}\n\nexport function problemClassificationsClassificationOutputDeserializer(\n item: any,\n): ProblemClassificationsClassificationOutput {\n return {\n problemClassificationResults: !item[\"problemClassificationResults\"]\n ? item[\"problemClassificationResults\"]\n : problemClassificationsClassificationResultArrayDeserializer(\n item[\"problemClassificationResults\"],\n ),\n };\n}\n\nexport function problemClassificationsClassificationResultArrayDeserializer(\n result: Array<ProblemClassificationsClassificationResult>,\n): any[] {\n return result.map((item) => {\n return problemClassificationsClassificationResultDeserializer(item);\n });\n}\n\n/** ProblemClassification Classification result object. */\nexport interface ProblemClassificationsClassificationResult {\n /** Identifier that may be used for solution discovery or some other purposes. */\n readonly problemId?: string;\n /** Title of the problem classification result. */\n readonly title?: string;\n /** Description of the problem classification result. */\n readonly description?: string;\n /** Identifier of the service associated with this problem classification result. */\n readonly serviceId?: string;\n /** Identifier that may be used for support ticket creation. */\n readonly problemClassificationId?: string;\n /** Related service. */\n relatedService?: ClassificationService;\n}\n\nexport function problemClassificationsClassificationResultDeserializer(\n item: any,\n): ProblemClassificationsClassificationResult {\n return {\n problemId: item[\"problemId\"],\n title: item[\"title\"],\n description: item[\"description\"],\n serviceId: item[\"serviceId\"],\n problemClassificationId: item[\"problemClassificationId\"],\n relatedService: !item[\"relatedService\"]\n ? item[\"relatedService\"]\n : classificationServiceDeserializer(item[\"relatedService\"]),\n };\n}\n\n/** ProblemClassification resource object. */\nexport interface ProblemClassification extends ProxyResource {\n /** Localized name of problem classification. */\n displayName?: string;\n /** This property indicates whether secondary consent is present for problem classification */\n secondaryConsentEnabled?: SecondaryConsentEnabled[];\n}\n\nexport function problemClassificationDeserializer(item: any): ProblemClassification {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _problemClassificationPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Details about a problem classification available for an Azure service. */\nexport interface ProblemClassificationProperties {\n /** Localized name of problem classification. */\n displayName?: string;\n /** This property indicates whether secondary consent is present for problem classification */\n secondaryConsentEnabled?: SecondaryConsentEnabled[];\n}\n\nexport function problemClassificationPropertiesDeserializer(\n item: any,\n): ProblemClassificationProperties {\n return {\n displayName: item[\"displayName\"],\n secondaryConsentEnabled: !item[\"secondaryConsentEnabled\"]\n ? item[\"secondaryConsentEnabled\"]\n : secondaryConsentEnabledArrayDeserializer(item[\"secondaryConsentEnabled\"]),\n };\n}\n\nexport function secondaryConsentEnabledArrayDeserializer(\n result: Array<SecondaryConsentEnabled>,\n): any[] {\n return result.map((item) => {\n return secondaryConsentEnabledDeserializer(item);\n });\n}\n\n/** This property indicates whether secondary consent is present for problem classification. */\nexport interface SecondaryConsentEnabled {\n /** User consent description. */\n description?: string;\n /** The Azure service for which secondary consent is needed for case creation. */\n type?: string;\n}\n\nexport function secondaryConsentEnabledDeserializer(item: any): SecondaryConsentEnabled {\n return {\n description: item[\"description\"],\n type: item[\"type\"],\n };\n}\n\n/** Collection of ProblemClassification resources. */\nexport interface _ProblemClassificationsListResult {\n /** The link to the next page of items */\n nextLink?: string;\n /** List of ProblemClassification resources. */\n value?: ProblemClassification[];\n}\n\nexport function _problemClassificationsListResultDeserializer(\n item: any,\n): _ProblemClassificationsListResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : problemClassificationArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function problemClassificationArrayDeserializer(\n result: Array<ProblemClassification>,\n): any[] {\n return result.map((item) => {\n return problemClassificationDeserializer(item);\n });\n}\n\n/** Object that represents a Communication resource. */\nexport interface CommunicationDetails extends ProxyResource {\n /** Communication type. */\n readonly communicationType?: CommunicationType;\n /** Direction of communication. */\n readonly communicationDirection?: CommunicationDirection;\n /** Email address of the sender. This property is required if called by a service principal. */\n sender?: string;\n /** Subject of the communication. */\n subject: string;\n /** Body of the communication. */\n body: string;\n /** Time in UTC (ISO 8601 format) when the communication was created. */\n readonly createdDate?: Date;\n}\n\nexport function communicationDetailsSerializer(item: CommunicationDetails): any {\n return { properties: _communicationDetailsPropertiesSerializer(item) };\n}\n\nexport function communicationDetailsDeserializer(item: any): CommunicationDetails {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ..._communicationDetailsPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Describes the properties of a communication resource. */\nexport interface CommunicationDetailsProperties {\n /** Communication type. */\n readonly communicationType?: CommunicationType;\n /** Direction of communication. */\n readonly communicationDirection?: CommunicationDirection;\n /** Email address of the sender. This property is required if called by a service principal. */\n sender?: string;\n /** Subject of the communication. */\n subject: string;\n /** Body of the communication. */\n body: string;\n /** Time in UTC (ISO 8601 format) when the communication was created. */\n readonly createdDate?: Date;\n}\n\nexport function communicationDetailsPropertiesSerializer(\n item: CommunicationDetailsProperties,\n): any {\n return { sender: item[\"sender\"], subject: item[\"subject\"], body: item[\"body\"] };\n}\n\nexport function communicationDetailsPropertiesDeserializer(\n item: any,\n): CommunicationDetailsProperties {\n return {\n communicationType: item[\"communicationType\"],\n communicationDirection: item[\"communicationDirection\"],\n sender: item[\"sender\"],\n subject: item[\"subject\"],\n body: item[\"body\"],\n createdDate: !item[\"createdDate\"] ? item[\"createdDate\"] : new Date(item[\"createdDate\"]),\n };\n}\n\n/** Communication type. */\nexport enum KnownCommunicationType {\n /** web */\n Web = \"web\",\n /** phone */\n Phone = \"phone\",\n}\n\n/**\n * Communication type. \\\n * {@link KnownCommunicationType} can be used interchangeably with CommunicationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **web** \\\n * **phone**\n */\nexport type CommunicationType = string;\n\n/** Direction of communication. */\nexport enum KnownCommunicationDirection {\n /** inbound */\n Inbound = \"inbound\",\n /** outbound */\n Outbound = \"outbound\",\n}\n\n/**\n * Direction of communication. \\\n * {@link KnownCommunicationDirection} can be used interchangeably with CommunicationDirection,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **inbound** \\\n * **outbound**\n */\nexport type CommunicationDirection = string;\n\n/** [Placeholder] Description for page model */\nexport interface _CommunicationsListResult {\n /** [Placeholder] Description for nextLink property */\n nextLink?: string;\n /** [Placeholder] Description for value property */\n value?: CommunicationDetails[];\n}\n\nexport function _communicationsListResultDeserializer(item: any): _CommunicationsListResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : communicationDetailsArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function communicationDetailsArraySerializer(result: Array<CommunicationDetails>): any[] {\n return result.map((item) => {\n return communicationDetailsSerializer(item);\n });\n}\n\nexport function communicationDetailsArrayDeserializer(result: Array<CommunicationDetails>): any[] {\n return result.map((item) => {\n return communicationDetailsDeserializer(item);\n });\n}\n\n/** Input of CheckNameAvailability API. */\nexport interface CheckNameAvailabilityInput {\n /** The resource name to validate. */\n name: string;\n /** The type of resource. */\n type: Type;\n}\n\nexport function checkNameAvailabilityInputSerializer(item: CheckNameAvailabilityInput): any {\n return { name: item[\"name\"], type: item[\"type\"] };\n}\n\n/** The type of resource. */\nexport type Type = \"Microsoft.Support/supportTickets\" | \"Microsoft.Support/communications\";\n\n/** Output of check name availability API. */\nexport interface CheckNameAvailabilityOutput {\n /** Indicates whether the name is available. */\n readonly nameAvailable?: boolean;\n /** The reason why the name is not available. */\n readonly reason?: string;\n /** The detailed error message describing why the name is not available. */\n readonly message?: string;\n}\n\nexport function checkNameAvailabilityOutputDeserializer(item: any): CheckNameAvailabilityOutput {\n return {\n nameAvailable: item[\"nameAvailable\"],\n reason: item[\"reason\"],\n message: item[\"message\"],\n };\n}\n\n/** Object that represents SupportTicketDetails resource. */\nexport interface SupportTicketDetails extends ProxyResource {\n /** System generated support ticket Id that is unique. */\n supportTicketId?: string;\n /** Detailed description of the question or issue. */\n description: string;\n /** Each Azure service has its own set of issue categories, also known as problem classification. This parameter is the unique Id for the type of problem you are experiencing. */\n problemClassificationId: string;\n /** Localized name of problem classification. */\n readonly problemClassificationDisplayName?: string;\n /** A value that indicates the urgency of the case, which in turn determines the response time according to the service level agreement of the technical support plan you have with Azure. Note: 'Highest critical impact', also known as the 'Emergency - Severe impact' level in the Azure portal is reserved only for our Premium customers. */\n severity: SeverityLevel;\n /** Enrollment Id associated with the support ticket. */\n enrollmentId?: string;\n /** Indicates if this requires a 24x7 response from Azure. */\n require24X7Response?: boolean;\n /** Advanced diagnostic consent to be updated on the support ticket. */\n advancedDiagnosticConsent: Consent;\n /** Problem scoping questions associated with the support ticket. */\n problemScopingQuestions?: string;\n /** Support plan id associated with the support ticket. */\n supportPlanId?: string;\n /** Contact information of the user requesting to create a support ticket. */\n contactDetails: ContactProfile;\n /** Service Level Agreement information for this support ticket. */\n serviceLevelAgreement?: ServiceLevelAgreement;\n /** Information about the support engineer working on this support ticket. */\n supportEngineer?: SupportEngineer;\n /** Support plan type associated with the support ticket. */\n readonly supportPlanType?: string;\n /** Support plan type associated with the support ticket. */\n readonly supportPlanDisplayName?: string;\n /** Title of the support ticket. */\n title: string;\n /** Time in UTC (ISO 8601 format) when the problem started. */\n problemStartTime?: Date;\n /** This is the resource Id of the Azure service resource associated with the support ticket. */\n serviceId: string;\n /** Localized name of the Azure service. */\n readonly serviceDisplayName?: string;\n /** Status of the support ticket. */\n readonly status?: string;\n /** Time in UTC (ISO 8601 format) when the support ticket was created. */\n readonly createdDate?: Date;\n /** Time in UTC (ISO 8601 format) when the support ticket was last modified. */\n readonly modifiedDate?: Date;\n /** File workspace name. */\n fileWorkspaceName?: string;\n /** This property indicates if support ticket is a temporary ticket. */\n readonly isTemporaryTicket?: IsTemporaryTicket;\n /** Additional ticket details associated with a technical support ticket request. */\n technicalTicketDetails?: TechnicalTicketDetails;\n /** Additional ticket details associated with a quota support ticket request. */\n quotaTicketDetails?: QuotaTicketDetails;\n /** This property indicates secondary consents for the support ticket */\n secondaryConsent?: SecondaryConsent[];\n /** Direct Connect Escalation details for a support ticket. */\n directConnectEscalation?: DirectConnectEscalation;\n /** Contains a link to the post on the community forum. */\n communityForumPost?: string;\n}\n\nexport function supportTicketDetailsSerializer(item: SupportTicketDetails): any {\n return { properties: _supportTicketDetailsPropertiesSerializer(item) };\n}\n\nexport function supportTicketDetailsDeserializer(item: any): SupportTicketDetails {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ..._supportTicketDetailsPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Describes the properties of a support ticket. */\nexport interface SupportTicketDetailsProperties {\n /** System generated support ticket Id that is unique. */\n supportTicketId?: string;\n /** Detailed description of the question or issue. */\n description: string;\n /** Each Azure service has its own set of issue categories, also known as problem classification. This parameter is the unique Id for the type of problem you are experiencing. */\n problemClassificationId: string;\n /** Localized name of problem classification. */\n readonly problemClassificationDisplayName?: string;\n /** A value that indicates the urgency of the case, which in turn determines the response time according to the service level agreement of the technical support plan you have with Azure. Note: 'Highest critical impact', also known as the 'Emergency - Severe impact' level in the Azure portal is reserved only for our Premium customers. */\n severity: SeverityLevel;\n /** Enrollment Id associated with the support ticket. */\n enrollmentId?: string;\n /** Indicates if this requires a 24x7 response from Azure. */\n require24X7Response?: boolean;\n /** Advanced diagnostic consent to be updated on the support ticket. */\n advancedDiagnosticConsent: Consent;\n /** Problem scoping questions associated with the support ticket. */\n problemScopingQuestions?: string;\n /** Support plan id associated with the support ticket. */\n supportPlanId?: string;\n /** Contact information of the user requesting to create a support ticket. */\n contactDetails: ContactProfile;\n /** Service Level Agreement information for this support ticket. */\n serviceLevelAgreement?: ServiceLevelAgreement;\n /** Information about the support engineer working on this support ticket. */\n supportEngineer?: SupportEngineer;\n /** Support plan type associated with the support ticket. */\n readonly supportPlanType?: string;\n /** Support plan type associated with the support ticket. */\n readonly supportPlanDisplayName?: string;\n /** Title of the support ticket. */\n title: string;\n /** Time in UTC (ISO 8601 format) when the problem started. */\n problemStartTime?: Date;\n /** This is the resource Id of the Azure service resource associated with the support ticket. */\n serviceId: string;\n /** Localized name of the Azure service. */\n readonly serviceDisplayName?: string;\n /** Status of the support ticket. */\n readonly status?: string;\n /** Time in UTC (ISO 8601 format) when the support ticket was created. */\n readonly createdDate?: Date;\n /** Time in UTC (ISO 8601 format) when the support ticket was last modified. */\n readonly modifiedDate?: Date;\n /** File workspace name. */\n fileWorkspaceName?: string;\n /** This property indicates if support ticket is a temporary ticket. */\n readonly isTemporaryTicket?: IsTemporaryTicket;\n /** Additional ticket details associated with a technical support ticket request. */\n technicalTicketDetails?: TechnicalTicketDetails;\n /** Additional ticket details associated with a quota support ticket request. */\n quotaTicketDetails?: QuotaTicketDetails;\n /** This property indicates secondary consents for the support ticket */\n secondaryConsent?: SecondaryConsent[];\n /** Direct Connect Escalation details for a support ticket. */\n directConnectEscalation?: DirectConnectEscalation;\n /** Contains a link to the post on the community forum. */\n communityForumPost?: string;\n}\n\nexport function supportTicketDetailsPropertiesSerializer(\n item: SupportTicketDetailsProperties,\n): any {\n return {\n supportTicketId: item[\"supportTicketId\"],\n description: item[\"description\"],\n problemClassificationId: item[\"problemClassificationId\"],\n severity: item[\"severity\"],\n enrollmentId: item[\"enrollmentId\"],\n require24X7Response: item[\"require24X7Response\"],\n advancedDiagnosticConsent: item[\"advancedDiagnosticConsent\"],\n problemScopingQuestions: item[\"problemScopingQuestions\"],\n supportPlanId: item[\"supportPlanId\"],\n contactDetails: contactProfileSerializer(item[\"contactDetails\"]),\n serviceLevelAgreement: !item[\"serviceLevelAgreement\"]\n ? item[\"serviceLevelAgreement\"]\n : serviceLevelAgreementSerializer(item[\"serviceLevelAgreement\"]),\n supportEngineer: !item[\"supportEngineer\"]\n ? item[\"supportEngineer\"]\n : supportEngineerSerializer(item[\"supportEngineer\"]),\n title: item[\"title\"],\n problemStartTime: !item[\"problemStartTime\"]\n ? item[\"problemStartTime\"]\n : item[\"problemStartTime\"].toISOString(),\n serviceId: item[\"serviceId\"],\n fileWorkspaceName: item[\"fileWorkspaceName\"],\n technicalTicketDetails: !item[\"technicalTicketDetails\"]\n ? item[\"technicalTicketDetails\"]\n : technicalTicketDetailsSerializer(item[\"technicalTicketDetails\"]),\n quotaTicketDetails: !item[\"quotaTicketDetails\"]\n ? item[\"quotaTicketDetails\"]\n : quotaTicketDetailsSerializer(item[\"quotaTicketDetails\"]),\n secondaryConsent: !item[\"secondaryConsent\"]\n ? item[\"secondaryConsent\"]\n : secondaryConsentArraySerializer(item[\"secondaryConsent\"]),\n directConnectEscalation: !item[\"directConnectEscalation\"]\n ? item[\"directConnectEscalation\"]\n : directConnectEscalationSerializer(item[\"directConnectEscalation\"]),\n communityForumPost: item[\"communityForumPost\"],\n };\n}\n\nexport function supportTicketDetailsPropertiesDeserializer(\n item: any,\n): SupportTicketDetailsProperties {\n return {\n supportTicketId: item[\"supportTicketId\"],\n description: item[\"description\"],\n problemClassificationId: item[\"problemClassificationId\"],\n problemClassificationDisplayName: item[\"problemClassificationDisplayName\"],\n severity: item[\"severity\"],\n enrollmentId: item[\"enrollmentId\"],\n require24X7Response: item[\"require24X7Response\"],\n advancedDiagnosticConsent: item[\"advancedDiagnosticConsent\"],\n problemScopingQuestions: item[\"problemScopingQuestions\"],\n supportPlanId: item[\"supportPlanId\"],\n contactDetails: contactProfileDeserializer(item[\"contactDetails\"]),\n serviceLevelAgreement: !item[\"serviceLevelAgreement\"]\n ? item[\"serviceLevelAgreement\"]\n : serviceLevelAgreementDeserializer(item[\"serviceLevelAgreement\"]),\n supportEngineer: !item[\"supportEngineer\"]\n ? item[\"supportEngineer\"]\n : supportEngineerDeserializer(item[\"supportEngineer\"]),\n supportPlanType: item[\"supportPlanType\"],\n supportPlanDisplayName: item[\"supportPlanDisplayName\"],\n title: item[\"title\"],\n problemStartTime: !item[\"problemStartTime\"]\n ? item[\"problemStartTime\"]\n : new Date(item[\"problemStartTime\"]),\n serviceId: item[\"serviceId\"],\n serviceDisplayName: item[\"serviceDisplayName\"],\n status: item[\"status\"],\n createdDate: !item[\"createdDate\"] ? item[\"createdDate\"] : new Date(item[\"createdDate\"]),\n modifiedDate: !item[\"modifiedDate\"] ? item[\"modifiedDate\"] : new Date(item[\"modifiedDate\"]),\n fileWorkspaceName: item[\"fileWorkspaceName\"],\n isTemporaryTicket: item[\"isTemporaryTicket\"],\n technicalTicketDetails: !item[\"technicalTicketDetails\"]\n ? item[\"technicalTicketDetails\"]\n : technicalTicketDetailsDeserializer(item[\"technicalTicketDetails\"]),\n quotaTicketDetails: !item[\"quotaTicketDetails\"]\n ? item[\"quotaTicketDetails\"]\n : quotaTicketDetailsDeserializer(item[\"quotaTicketDetails\"]),\n secondaryConsent: !item[\"secondaryConsent\"]\n ? item[\"secondaryConsent\"]\n : secondaryConsentArrayDeserializer(item[\"secondaryConsent\"]),\n directConnectEscalation: !item[\"directConnectEscalation\"]\n ? item[\"directConnectEscalation\"]\n : directConnectEscalationDeserializer(item[\"directConnectEscalation\"]),\n communityForumPost: item[\"communityForumPost\"],\n };\n}\n\n/** A value that indicates the urgency of the case, which in turn determines the response time according to the service level agreement of the technical support plan you have with Azure. Note: 'Highest critical impact', also known as the 'Emergency - Severe impact' level in the Azure portal is reserved only for our Premium customers. */\nexport enum KnownSeverityLevel {\n /** minimal */\n Minimal = \"minimal\",\n /** moderate */\n Moderate = \"moderate\",\n /** critical */\n Critical = \"critical\",\n /** highestcriticalimpact */\n Highestcriticalimpact = \"highestcriticalimpact\",\n}\n\n/**\n * A value that indicates the urgency of the case, which in turn determines the response time according to the service level agreement of the technical support plan you have with Azure. Note: 'Highest critical impact', also known as the 'Emergency - Severe impact' level in the Azure portal is reserved only for our Premium customers. \\\n * {@link KnownSeverityLevel} can be used interchangeably with SeverityLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **minimal** \\\n * **moderate** \\\n * **critical** \\\n * **highestcriticalimpact**\n */\nexport type SeverityLevel = string;\n\n/** Advanced diagnostic consent to be updated on the support ticket. */\nexport enum KnownConsent {\n /** Yes */\n Yes = \"Yes\",\n /** No */\n No = \"No\",\n}\n\n/**\n * Advanced diagnostic consent to be updated on the support ticket. \\\n * {@link KnownConsent} can be used interchangeably with Consent,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Yes** \\\n * **No**\n */\nexport type Consent = string;\n\n/** Contact information associated with the support ticket. */\nexport interface ContactProfile {\n /** First name. */\n firstName: string;\n /** Last name. */\n lastName: string;\n /** Preferred contact method. */\n preferredContactMethod: PreferredContactMethod;\n /** Primary email address. */\n primaryEmailAddress: string;\n /** Additional email addresses listed will be copied on any correspondence about the support ticket. */\n additionalEmailAddresses?: string[];\n /** Phone number. This is required if preferred contact method is phone. It is also required when submitting 'critical' or 'highestcriticalimpact' severity cases. */\n phoneNumber?: string;\n /** Time zone of the user. This is the name of the time zone from [Microsoft Time Zone Index Values](https://support.microsoft.com/help/973627/microsoft-time-zone-index-values). */\n preferredTimeZone: string;\n /** Country of the user. This is the ISO 3166-1 alpha-3 code. */\n country: string;\n /** Preferred language of support from Azure. Support languages vary based on the severity you choose for your support ticket. Learn more at [Azure Severity and responsiveness](https://azure.microsoft.com/support/plans/response). Use the standard language-country code. Valid values are 'en-us' for English, 'zh-hans' for Chinese, 'es-es' for Spanish, 'fr-fr' for French, 'ja-jp' for Japanese, 'ko-kr' for Korean, 'ru-ru' for Russian, 'pt-br' for Portuguese, 'it-it' for Italian, 'zh-tw' for Chinese and 'de-de' for German. */\n preferredSupportLanguage: string;\n}\n\nexport function contactProfileSerializer(item: ContactProfile): any {\n return {\n firstName: item[\"firstName\"],\n lastName: item[\"lastName\"],\n preferredContactMethod: item[\"preferredContactMethod\"],\n primaryEmailAddress: item[\"primaryEmailAddress\"],\n additionalEmailAddresses: !item[\"additionalEmailAddresses\"]\n ? item[\"additionalEmailAddresses\"]\n : item[\"additionalEmailAddresses\"].map((p: any) => {\n return p;\n }),\n phoneNumber: item[\"phoneNumber\"],\n preferredTimeZone: item[\"preferredTimeZone\"],\n country: item[\"country\"],\n preferredSupportLanguage: item[\"preferredSupportLanguage\"],\n };\n}\n\nexport function contactProfileDeserializer(item: any): ContactProfile {\n return {\n firstName: item[\"firstName\"],\n lastName: item[\"lastName\"],\n preferredContactMethod: item[\"preferredContactMethod\"],\n primaryEmailAddress: item[\"primaryEmailAddress\"],\n additionalEmailAddresses: !item[\"additionalEmailAddresses\"]\n ? item[\"additionalEmailAddresses\"]\n : item[\"additionalEmailAddresses\"].map((p: any) => {\n return p;\n }),\n phoneNumber: item[\"phoneNumber\"],\n preferredTimeZone: item[\"preferredTimeZone\"],\n country: item[\"country\"],\n preferredSupportLanguage: item[\"preferredSupportLanguage\"],\n };\n}\n\n/** Preferred contact method. */\nexport enum KnownPreferredContactMethod {\n /** email */\n Email = \"email\",\n /** phone */\n Phone = \"phone\",\n}\n\n/**\n * Preferred contact method. \\\n * {@link KnownPreferredContactMethod} can be used interchangeably with PreferredContactMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **email** \\\n * **phone**\n */\nexport type PreferredContactMethod = string;\n\n/** Service Level Agreement details for a support ticket. */\nexport interface ServiceLevelAgreement {\n /** Time in UTC (ISO 8601 format) when the service level agreement starts. */\n readonly startTime?: Date;\n /** Time in UTC (ISO 8601 format) when the service level agreement expires. */\n readonly expirationTime?: Date;\n /** Service Level Agreement in minutes. */\n readonly slaMinutes?: number;\n}\n\nexport function serviceLevelAgreementSerializer(_item: ServiceLevelAgreement): any {\n return {};\n}\n\nexport function serviceLevelAgreementDeserializer(item: any): ServiceLevelAgreement {\n return {\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n expirationTime: !item[\"expirationTime\"]\n ? item[\"expirationTime\"]\n : new Date(item[\"expirationTime\"]),\n slaMinutes: item[\"slaMinutes\"],\n };\n}\n\n/** Support engineer information. */\nexport interface SupportEngineer {\n /** Email address of the Azure Support engineer assigned to the support ticket. */\n readonly emailAddress?: string;\n}\n\nexport function supportEngineerSerializer(_item: SupportEngineer): any {\n return {};\n}\n\nexport function supportEngineerDeserializer(item: any): SupportEngineer {\n return {\n emailAddress: item[\"emailAddress\"],\n };\n}\n\n/** This property indicates if support ticket is a temporary ticket. */\nexport enum KnownIsTemporaryTicket {\n /** Yes */\n Yes = \"Yes\",\n /** No */\n No = \"No\",\n}\n\n/**\n * This property indicates if support ticket is a temporary ticket. \\\n * {@link KnownIsTemporaryTicket} can be used interchangeably with IsTemporaryTicket,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Yes** \\\n * **No**\n */\nexport type IsTemporaryTicket = string;\n\n/** Additional information for technical support ticket. */\nexport interface TechnicalTicketDetails {\n /** This is the resource Id of the Azure service resource (For example: A virtual machine resource or an HDInsight resource) for which the support ticket is created. */\n resourceId?: string;\n}\n\nexport function technicalTicketDetailsSerializer(item: TechnicalTicketDetails): any {\n return { resourceId: item[\"resourceId\"] };\n}\n\nexport function technicalTicketDetailsDeserializer(item: any): TechnicalTicketDetails {\n return {\n resourceId: item[\"resourceId\"],\n };\n}\n\n/** Additional set of information required for quota increase support ticket for certain quota types, e.g.: Virtual machine cores. Get complete details about Quota payload support request along with examples at [Support quota request](https://aka.ms/supportrpquotarequestpayload). */\nexport interface QuotaTicketDetails {\n /** Required for certain quota types when there is a sub type, such as Batch, for which you are requesting a quota increase. */\n quotaChangeRequestSubType?: string;\n /** Quota change request version. */\n quotaChangeRequestVersion?: string;\n /** This property is required for providing the region and new quota limits. */\n quotaChangeRequests?: QuotaChangeRequest[];\n}\n\nexport function quotaTicketDetailsSerializer(item: QuotaTicketDetails): any {\n return {\n quotaChangeRequestSubType: item[\"quotaChangeRequestSubType\"],\n quotaChangeRequestVersion: item[\"quotaChangeRequestVersion\"],\n quotaChangeRequests: !item[\"quotaChangeRequests\"]\n ? item[\"quotaChangeRequests\"]\n : quotaChangeRequestArraySerializer(item[\"quotaChangeRequests\"]),\n };\n}\n\nexport function quotaTicketDetailsDeserializer(item: any): QuotaTicketDetails {\n return {\n quotaChangeRequestSubType: item[\"quotaChangeRequestSubType\"],\n quotaChangeRequestVersion: item[\"quotaChangeRequestVersion\"],\n quotaChangeRequests: !item[\"quotaChangeRequests\"]\n ? item[\"quotaChangeRequests\"]\n : quotaChangeRequestArrayDeserializer(item[\"quotaChangeRequests\"]),\n };\n}\n\nexport function quotaChangeRequestArraySerializer(result: Array<QuotaChangeRequest>): any[] {\n return result.map((item) => {\n return quotaChangeRequestSerializer(item);\n });\n}\n\nexport function quotaChangeRequestArrayDeserializer(result: Array<QuotaChangeRequest>): any[] {\n return result.map((item) => {\n return quotaChangeRequestDeserializer(item);\n });\n}\n\n/** This property is required for providing the region and new quota limits. */\nexport interface QuotaChangeRequest {\n /** Region for which the quota increase request is being made. */\n region?: string;\n /** Payload of the quota increase request. */\n payload?: string;\n}\n\nexport function quotaChangeRequestSerializer(item: QuotaChangeRequest): any {\n return { region: item[\"region\"], payload: item[\"payload\"] };\n}\n\nexport function quotaChangeRequestDeserializer(item: any): QuotaChangeRequest {\n return {\n region: item[\"region\"],\n payload: item[\"payload\"],\n };\n}\n\nexport function secondaryConsentArraySerializer(result: Array<SecondaryConsent>): any[] {\n return result.map((item) => {\n return secondaryConsentSerializer(item);\n });\n}\n\nexport function secondaryConsentArrayDeserializer(result: Array<SecondaryConsent>): any[] {\n return result.map((item) => {\n return secondaryConsentDeserializer(item);\n });\n}\n\n/** This property indicates secondary consent for the support ticket. */\nexport interface SecondaryConsent {\n /** User consent value provided */\n userConsent?: UserConsent;\n /** The service name for which the secondary consent is being provided. The value needs to be retrieved from the Problem Classification API response. */\n type?: string;\n}\n\nexport function secondaryConsentSerializer(item: SecondaryConsent): any {\n return { userConsent: item[\"userConsent\"], type: item[\"type\"] };\n}\n\nexport function secondaryConsentDeserializer(item: any): SecondaryConsent {\n return {\n userConsent: item[\"userConsent\"],\n type: item[\"type\"],\n };\n}\n\n/** User consent value provided */\nexport enum KnownUserConsent {\n /** Yes */\n Yes = \"Yes\",\n /** No */\n No = \"No\",\n}\n\n/**\n * User consent value provided \\\n * {@link KnownUserConsent} can be used interchangeably with UserConsent,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Yes** \\\n * **No**\n */\nexport type UserConsent = string;\n\n/** Direct Connect Escalation details for a support ticket. */\nexport interface DirectConnectEscalation {\n /** Status of Direct Connect Escalation. */\n azureEEStatus?: EscalationStatus;\n /** An array containing the allowed severities for direct connect escalation. */\n allowedSeverities?: SeverityLevel[];\n /** Reason for escalation / business impact. */\n reasonForEscalation?: string;\n}\n\nexport function directConnectEscalationSerializer(item: DirectConnectEscalation): any {\n return {\n azureEEStatus: item[\"azureEEStatus\"],\n allowedSeverities: !item[\"allowedSeverities\"]\n ? item[\"allowedSeverities\"]\n : item[\"allowedSeverities\"].map((p: any) => {\n return p;\n }),\n reasonForEscalation: item[\"reasonForEscalation\"],\n };\n}\n\nexport function directConnectEscalationDeserializer(item: any): DirectConnectEscalation {\n return {\n azureEEStatus: item[\"azureEEStatus\"],\n allowedSeverities: !item[\"allowedSeverities\"]\n ? item[\"allowedSeverities\"]\n : item[\"allowedSeverities\"].map((p: any) => {\n return p;\n }),\n reasonForEscalation: item[\"reasonForEscalation\"],\n };\n}\n\n/** Status of Direct Connect Escalation. */\nexport enum KnownEscalationStatus {\n /** Escalation is available and uninitiated */\n EscalationAvailable = \"EscalationAvailable\",\n /** Escalation is unavailable and has been initiated */\n EscalationInitiated = \"EscalationInitiated\",\n /** Escalation is unavailable and has finished processing after being initiated */\n EscalationProcessed = \"EscalationProcessed\",\n /** Escalation is unavailable and cannot be initiated due to direct escalation being unsupported on this product or topic */\n EscalationUnsupported = \"EscalationUnsupported\",\n /** Escalation is unavailable and cannot be initiated due to customer not being enrolled to direct escalation */\n EscalationUnavailable = \"EscalationUnavailable\",\n}\n\n/**\n * Status of Direct Connect Escalation. \\\n * {@link KnownEscalationStatus} can be used interchangeably with EscalationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **EscalationAvailable**: Escalation is available and uninitiated \\\n * **EscalationInitiated**: Escalation is unavailable and has been initiated \\\n * **EscalationProcessed**: Escalation is unavailable and has finished processing after being initiated \\\n * **EscalationUnsupported**: Escalation is unavailable and cannot be initiated due to direct escalation being unsupported on this product or topic \\\n * **EscalationUnavailable**: Escalation is unavailable and cannot be initiated due to customer not being enrolled to direct escalation\n */\nexport type EscalationStatus = string;\n\n/** Updates severity, ticket status, contact details, advanced diagnostic consent and secondary consent in the support ticket. */\nexport interface UpdateSupportTicket {\n /** Severity level. */\n severity?: SeverityLevel;\n /** Status to be updated on the ticket. */\n status?: Status;\n /** Contact details to be updated on the support ticket. */\n contactDetails?: UpdateContactProfile;\n /** Advanced diagnostic consent to be updated on the support ticket. */\n advancedDiagnosticConsent?: Consent;\n /** This property indicates secondary consents for the support ticket */\n secondaryConsent?: SecondaryConsent[];\n /** Direct Connect Escalation details for a support ticket. */\n directConnectEscalation?: DirectConnectEscalation;\n}\n\nexport function updateSupportTicketSerializer(item: UpdateSupportTicket): any {\n return {\n severity: item[\"severity\"],\n status: item[\"status\"],\n contactDetails: !item[\"contactDetails\"]\n ? item[\"contactDetails\"]\n : updateContactProfileSerializer(item[\"contactDetails\"]),\n advancedDiagnosticConsent: item[\"advancedDiagnosticConsent\"],\n secondaryConsent: !item[\"secondaryConsent\"]\n ? item[\"secondaryConsent\"]\n : secondaryConsentArraySerializer(item[\"secondaryConsent\"]),\n directConnectEscalation: !item[\"directConnectEscalation\"]\n ? item[\"directConnectEscalation\"]\n : directConnectEscalationSerializer(item[\"directConnectEscalation\"]),\n };\n}\n\n/** Status to be updated on the ticket. */\nexport enum KnownStatus {\n /** open */\n Open = \"open\",\n /** closed */\n Closed = \"closed\",\n}\n\n/**\n * Status to be updated on the ticket. \\\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 * **open** \\\n * **closed**\n */\nexport type Status = string;\n\n/** Contact information associated with the support ticket. */\nexport interface UpdateContactProfile {\n /** First name. */\n firstName?: string;\n /** Last name. */\n lastName?: string;\n /** Preferred contact method. */\n preferredContactMethod?: PreferredContactMethod;\n /** Primary email address. */\n primaryEmailAddress?: string;\n /** Email addresses listed will be copied on any correspondence about the support ticket. */\n additionalEmailAddresses?: string[];\n /** Phone number. This is required if preferred contact method is phone. It is also required when submitting 'critical' or 'highestcriticalimpact' severity cases. */\n phoneNumber?: string;\n /** Time zone of the user. This is the name of the time zone from [Microsoft Time Zone Index Values](https://support.microsoft.com/help/973627/microsoft-time-zone-index-values). */\n preferredTimeZone?: string;\n /** Country of the user. This is the ISO 3166-1 alpha-3 code. */\n country?: string;\n /** Preferred language of support from Azure. Support languages vary based on the severity you choose for your support ticket. Learn more at [Azure Severity and responsiveness](https://azure.microsoft.com/support/plans/response/). Use the standard language-country code. Valid values are 'en-us' for English, 'zh-hans' for Chinese, 'es-es' for Spanish, 'fr-fr' for French, 'ja-jp' for Japanese, 'ko-kr' for Korean, 'ru-ru' for Russian, 'pt-br' for Portuguese, 'it-it' for Italian, 'zh-tw' for Chinese and 'de-de' for German. */\n preferredSupportLanguage?: string;\n}\n\nexport function updateContactProfileSerializer(item: UpdateContactProfile): any {\n return {\n firstName: item[\"firstName\"],\n lastName: item[\"lastName\"],\n preferredContactMethod: item[\"preferredContactMethod\"],\n primaryEmailAddress: item[\"primaryEmailAddress\"],\n additionalEmailAddresses: !item[\"additionalEmailAddresses\"]\n ? item[\"additionalEmailAddresses\"]\n : item[\"additionalEmailAddresses\"].map((p: any) => {\n return p;\n }),\n phoneNumber: item[\"phoneNumber\"],\n preferredTimeZone: item[\"preferredTimeZone\"],\n country: item[\"country\"],\n preferredSupportLanguage: item[\"preferredSupportLanguage\"],\n };\n}\n\n/** [Placeholder] Description for page model */\nexport interface _SupportTicketsListResult {\n /** [Placeholder] Description for nextLink property */\n nextLink?: string;\n /** [Placeholder] Description for value property */\n value?: SupportTicketDetails[];\n}\n\nexport function _supportTicketsListResultDeserializer(item: any): _SupportTicketsListResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : supportTicketDetailsArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function supportTicketDetailsArraySerializer(result: Array<SupportTicketDetails>): any[] {\n return result.map((item) => {\n return supportTicketDetailsSerializer(item);\n });\n}\n\nexport function supportTicketDetailsArrayDeserializer(result: Array<SupportTicketDetails>): any[] {\n return result.map((item) => {\n return supportTicketDetailsDeserializer(item);\n });\n}\n\n/** The look up resource Id request body */\nexport interface LookUpResourceIdRequest {\n /** The System generated Id that is unique. Use supportTicketId property for Microsoft.Support/supportTickets resource type. */\n identifier?: string;\n /** The type of resource. */\n type?: \"Microsoft.Support/supportTickets\";\n}\n\nexport function lookUpResourceIdRequestSerializer(item: LookUpResourceIdRequest): any {\n return { identifier: item[\"identifier\"], type: item[\"type\"] };\n}\n\n/** The look up resource id response */\nexport interface LookUpResourceIdResponse {\n /** The resource Id of support resource type. */\n resourceId?: string;\n}\n\nexport function lookUpResourceIdResponseDeserializer(item: any): LookUpResourceIdResponse {\n return {\n resourceId: item[\"resourceId\"],\n };\n}\n\n/** Object that represents a Chat Transcript resource. */\nexport interface ChatTranscriptDetails extends ProxyResource {\n /** List of chat transcript communication resources. */\n messages?: MessageProperties[];\n /** Time in UTC (ISO 8601 format) when the chat began. */\n readonly startTime?: Date;\n}\n\nexport function chatTranscriptDetailsDeserializer(item: any): ChatTranscriptDetails {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _chatTranscriptDetailsPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Describes the properties of a Chat Transcript Details resource. */\nexport interface ChatTranscriptDetailsProperties {\n /** List of chat transcript communication resources. */\n messages?: MessageProperties[];\n /** Time in UTC (ISO 8601 format) when the chat began. */\n readonly startTime?: Date;\n}\n\nexport function chatTranscriptDetailsPropertiesDeserializer(\n item: any,\n): ChatTranscriptDetailsProperties {\n return {\n messages: !item[\"messages\"]\n ? item[\"messages\"]\n : messagePropertiesArrayDeserializer(item[\"messages\"]),\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n };\n}\n\nexport function messagePropertiesArrayDeserializer(result: Array<MessageProperties>): any[] {\n return result.map((item) => {\n return messagePropertiesDeserializer(item);\n });\n}\n\n/** Describes the properties of a Message Details resource. */\nexport interface MessageProperties {\n /** Content type. */\n readonly contentType?: string;\n /** Direction of communication. */\n readonly communicationDirection?: CommunicationDirection;\n /** Name of the sender. */\n sender?: string;\n /** Body of the communication. */\n body?: string;\n /** Time in UTC (ISO 8601 format) when the communication was created. */\n readonly createdDate?: Date;\n}\n\nexport function messagePropertiesDeserializer(item: any): MessageProperties {\n return {\n contentType: item[\"contentType\"],\n communicationDirection: item[\"communicationDirection\"],\n sender: item[\"sender\"],\n body: item[\"body\"],\n createdDate: !item[\"createdDate\"] ? item[\"createdDate\"] : new Date(item[\"createdDate\"]),\n };\n}\n\n/** [Placeholder] Description for page model */\nexport interface _ChatTranscriptsListResult {\n /** [Placeholder] Description for nextLink property */\n nextLink?: string;\n /** [Placeholder] Description for value property */\n value?: ChatTranscriptDetails[];\n}\n\nexport function _chatTranscriptsListResultDeserializer(item: any): _ChatTranscriptsListResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : chatTranscriptDetailsArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function chatTranscriptDetailsArrayDeserializer(\n result: Array<ChatTranscriptDetails>,\n): any[] {\n return result.map((item) => {\n return chatTranscriptDetailsDeserializer(item);\n });\n}\n\n/** Object that represents FileWorkspaceDetails resource */\nexport interface FileWorkspaceDetails extends ProxyResource {\n /** Time in UTC (ISO 8601 format) when file workspace was created. */\n readonly createdOn?: Date;\n /** Time in UTC (ISO 8601 format) when file workspace is going to expire. */\n readonly expirationTime?: Date;\n}\n\nexport function fileWorkspaceDetailsDeserializer(item: any): FileWorkspaceDetails {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _fileWorkspaceDetailsPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Describes the properties of a file workspace. */\nexport interface FileWorkspaceDetailsProperties {\n /** Time in UTC (ISO 8601 format) when file workspace was created. */\n readonly createdOn?: Date;\n /** Time in UTC (ISO 8601 format) when file workspace is going to expire. */\n readonly expirationTime?: Date;\n}\n\nexport function fileWorkspaceDetailsPropertiesDeserializer(\n item: any,\n): FileWorkspaceDetailsProperties {\n return {\n createdOn: !item[\"createdOn\"] ? item[\"createdOn\"] : new Date(item[\"createdOn\"]),\n expirationTime: !item[\"expirationTime\"]\n ? item[\"expirationTime\"]\n : new Date(item[\"expirationTime\"]),\n };\n}\n\n/** Object that represents File Details resource */\nexport interface FileDetails extends ProxyResource {\n /** Time in UTC (ISO 8601 format) when file workspace was created. */\n readonly createdOn?: Date;\n /** Size of each chunk. The size of each chunk should be provided in bytes and must not exceed 2.5 megabytes (MB). */\n chunkSize?: number;\n /** Size of the file to be uploaded. The file size must not exceed 5 MB and should be provided in bytes. */\n fileSize?: number;\n /** Number of chunks to be uploaded. The maximum number of allowed chunks is 2. */\n numberOfChunks?: number;\n}\n\nexport function fileDetailsSerializer(item: FileDetails): any {\n return {\n properties: areAllPropsUndefined(item, [\"chunkSize\", \"fileSize\", \"numberOfChunks\"])\n ? undefined\n : _fileDetailsPropertiesSerializer(item),\n };\n}\n\nexport function fileDetailsDeserializer(item: any): FileDetails {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _fileDetailsPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Describes the properties of a file. */\nexport interface FileDetailsProperties {\n /** Time in UTC (ISO 8601 format) when file workspace was created. */\n readonly createdOn?: Date;\n /** Size of each chunk. The size of each chunk should be provided in bytes and must not exceed 2.5 megabytes (MB). */\n chunkSize?: number;\n /** Size of the file to be uploaded. The file size must not exceed 5 MB and should be provided in bytes. */\n fileSize?: number;\n /** Number of chunks to be uploaded. The maximum number of allowed chunks is 2. */\n numberOfChunks?: number;\n}\n\nexport function fileDetailsPropertiesSerializer(item: FileDetailsProperties): any {\n return {\n chunkSize: item[\"chunkSize\"],\n fileSize: item[\"fileSize\"],\n numberOfChunks: item[\"numberOfChunks\"],\n };\n}\n\nexport function fileDetailsPropertiesDeserializer(item: any): FileDetailsProperties {\n return {\n createdOn: !item[\"createdOn\"] ? item[\"createdOn\"] : new Date(item[\"createdOn\"]),\n chunkSize: item[\"chunkSize\"],\n fileSize: item[\"fileSize\"],\n numberOfChunks: item[\"numberOfChunks\"],\n };\n}\n\n/** [Placeholder] Description for page model */\nexport interface _FilesListResult {\n /** [Placeholder] Description for nextLink property */\n nextLink?: string;\n /** [Placeholder] Description for value property */\n value?: FileDetails[];\n}\n\nexport function _filesListResultDeserializer(item: any): _FilesListResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : fileDetailsArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function fileDetailsArraySerializer(result: Array<FileDetails>): any[] {\n return result.map((item) => {\n return fileDetailsSerializer(item);\n });\n}\n\nexport function fileDetailsArrayDeserializer(result: Array<FileDetails>): any[] {\n return result.map((item) => {\n return fileDetailsDeserializer(item);\n });\n}\n\n/** File content associated with the file under a workspace. */\nexport interface UploadFile {\n /** File Content in base64 encoded format */\n content?: string;\n /** Index of the uploaded chunk (Index starts at 0) */\n chunkIndex?: number;\n}\n\nexport function uploadFileSerializer(item: UploadFile): any {\n return { content: item[\"content\"], chunkIndex: item[\"chunkIndex\"] };\n}\n\n/** The available API versions. */\nexport enum KnownVersions {\n /** The 2024-04-01 API version. */\n V20240401 = \"2024-04-01\",\n /** The 2025-06-01-preview API version. */\n V20250601Preview = \"2025-06-01-preview\",\n}\n\nexport function _servicePropertiesDeserializer(item: any) {\n return {\n displayName: item[\"displayName\"],\n resourceTypes: !item[\"resourceTypes\"]\n ? item[\"resourceTypes\"]\n : item[\"resourceTypes\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _problemClassificationPropertiesDeserializer(item: any) {\n return {\n displayName: item[\"displayName\"],\n secondaryConsentEnabled: !item[\"secondaryConsentEnabled\"]\n ? item[\"secondaryConsentEnabled\"]\n : secondaryConsentEnabledArrayDeserializer(item[\"secondaryConsentEnabled\"]),\n };\n}\n\nexport function _communicationDetailsPropertiesSerializer(item: CommunicationDetails): any {\n return { sender: item[\"sender\"], subject: item[\"subject\"], body: item[\"body\"] };\n}\n\nexport function _communicationDetailsPropertiesDeserializer(item: any) {\n return {\n communicationType: item[\"communicationType\"],\n communicationDirection: item[\"communicationDirection\"],\n sender: item[\"sender\"],\n subject: item[\"subject\"],\n body: item[\"body\"],\n createdDate: !item[\"createdDate\"] ? item[\"createdDate\"] : new Date(item[\"createdDate\"]),\n };\n}\n\nexport function _supportTicketDetailsPropertiesSerializer(item: SupportTicketDetails): any {\n return {\n supportTicketId: item[\"supportTicketId\"],\n description: item[\"description\"],\n problemClassificationId: item[\"problemClassificationId\"],\n severity: item[\"severity\"],\n enrollmentId: item[\"enrollmentId\"],\n require24X7Response: item[\"require24X7Response\"],\n advancedDiagnosticConsent: item[\"advancedDiagnosticConsent\"],\n problemScopingQuestions: item[\"problemScopingQuestions\"],\n supportPlanId: item[\"supportPlanId\"],\n contactDetails: contactProfileSerializer(item[\"contactDetails\"]),\n serviceLevelAgreement: !item[\"serviceLevelAgreement\"]\n ? item[\"serviceLevelAgreement\"]\n : serviceLevelAgreementSerializer(item[\"serviceLevelAgreement\"]),\n supportEngineer: !item[\"supportEngineer\"]\n ? item[\"supportEngineer\"]\n : supportEngineerSerializer(item[\"supportEngineer\"]),\n title: item[\"title\"],\n problemStartTime: !item[\"problemStartTime\"]\n ? item[\"problemStartTime\"]\n : item[\"problemStartTime\"].toISOString(),\n serviceId: item[\"serviceId\"],\n fileWorkspaceName: item[\"fileWorkspaceName\"],\n technicalTicketDetails: !item[\"technicalTicketDetails\"]\n ? item[\"technicalTicketDetails\"]\n : technicalTicketDetailsSerializer(item[\"technicalTicketDetails\"]),\n quotaTicketDetails: !item[\"quotaTicketDetails\"]\n ? item[\"quotaTicketDetails\"]\n : quotaTicketDetailsSerializer(item[\"quotaTicketDetails\"]),\n secondaryConsent: !item[\"secondaryConsent\"]\n ? item[\"secondaryConsent\"]\n : secondaryConsentArraySerializer(item[\"secondaryConsent\"]),\n directConnectEscalation: !item[\"directConnectEscalation\"]\n ? item[\"directConnectEscalation\"]\n : directConnectEscalationSerializer(item[\"directConnectEscalation\"]),\n communityForumPost: item[\"communityForumPost\"],\n };\n}\n\nexport function _supportTicketDetailsPropertiesDeserializer(item: any) {\n return {\n supportTicketId: item[\"supportTicketId\"],\n description: item[\"description\"],\n problemClassificationId: item[\"problemClassificationId\"],\n problemClassificationDisplayName: item[\"problemClassificationDisplayName\"],\n severity: item[\"severity\"],\n enrollmentId: item[\"enrollmentId\"],\n require24X7Response: item[\"require24X7Response\"],\n advancedDiagnosticConsent: item[\"advancedDiagnosticConsent\"],\n problemScopingQuestions: item[\"problemScopingQuestions\"],\n supportPlanId: item[\"supportPlanId\"],\n contactDetails: contactProfileDeserializer(item[\"contactDetails\"]),\n serviceLevelAgreement: !item[\"serviceLevelAgreement\"]\n ? item[\"serviceLevelAgreement\"]\n : serviceLevelAgreementDeserializer(item[\"serviceLevelAgreement\"]),\n supportEngineer: !item[\"supportEngineer\"]\n ? item[\"supportEngineer\"]\n : supportEngineerDeserializer(item[\"supportEngineer\"]),\n supportPlanType: item[\"supportPlanType\"],\n supportPlanDisplayName: item[\"supportPlanDisplayName\"],\n title: item[\"title\"],\n problemStartTime: !item[\"problemStartTime\"]\n ? item[\"problemStartTime\"]\n : new Date(item[\"problemStartTime\"]),\n serviceId: item[\"serviceId\"],\n serviceDisplayName: item[\"serviceDisplayName\"],\n status: item[\"status\"],\n createdDate: !item[\"createdDate\"] ? item[\"createdDate\"] : new Date(item[\"createdDate\"]),\n modifiedDate: !item[\"modifiedDate\"] ? item[\"modifiedDate\"] : new Date(item[\"modifiedDate\"]),\n fileWorkspaceName: item[\"fileWorkspaceName\"],\n isTemporaryTicket: item[\"isTemporaryTicket\"],\n technicalTicketDetails: !item[\"technicalTicketDetails\"]\n ? item[\"technicalTicketDetails\"]\n : technicalTicketDetailsDeserializer(item[\"technicalTicketDetails\"]),\n quotaTicketDetails: !item[\"quotaTicketDetails\"]\n ? item[\"quotaTicketDetails\"]\n : quotaTicketDetailsDeserializer(item[\"quotaTicketDetails\"]),\n secondaryConsent: !item[\"secondaryConsent\"]\n ? item[\"secondaryConsent\"]\n : secondaryConsentArrayDeserializer(item[\"secondaryConsent\"]),\n directConnectEscalation: !item[\"directConnectEscalation\"]\n ? item[\"directConnectEscalation\"]\n : directConnectEscalationDeserializer(item[\"directConnectEscalation\"]),\n communityForumPost: item[\"communityForumPost\"],\n };\n}\n\nexport function _chatTranscriptDetailsPropertiesDeserializer(item: any) {\n return {\n messages: !item[\"messages\"]\n ? item[\"messages\"]\n : messagePropertiesArrayDeserializer(item[\"messages\"]),\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n };\n}\n\nexport function _fileWorkspaceDetailsPropertiesDeserializer(item: any) {\n return {\n createdOn: !item[\"createdOn\"] ? item[\"createdOn\"] : new Date(item[\"createdOn\"]),\n expirationTime: !item[\"expirationTime\"]\n ? item[\"expirationTime\"]\n : new Date(item[\"expirationTime\"]),\n };\n}\n\nexport function _fileDetailsPropertiesSerializer(item: FileDetails): any {\n return {\n chunkSize: item[\"chunkSize\"],\n fileSize: item[\"fileSize\"],\n numberOfChunks: item[\"numberOfChunks\"],\n };\n}\n\nexport function _fileDetailsPropertiesDeserializer(item: any) {\n return {\n createdOn: !item[\"createdOn\"] ? item[\"createdOn\"] : new Date(item[\"createdOn\"]),\n chunkSize: item[\"chunkSize\"],\n fileSize: item[\"fileSize\"],\n numberOfChunks: item[\"numberOfChunks\"],\n };\n}\n"],
5
+ "mappings": "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",
6
+ "names": ["KnownOrigin", "KnownActionType", "KnownCreatedByType", "KnownCommunicationType", "KnownCommunicationDirection", "KnownSeverityLevel", "KnownConsent", "KnownPreferredContactMethod", "KnownIsTemporaryTicket", "KnownUserConsent", "KnownEscalationStatus", "KnownStatus", "KnownVersions"]
7
+ }
@@ -0,0 +1,21 @@
1
+ import { MicrosoftSupport } from "./microsoftSupport.js";
2
+ import { OperationOptions, PathUncheckedResponse } from "@azure-rest/core-client";
3
+ import { AbortSignalLike } from "@azure/abort-controller";
4
+ import { PollerLike, OperationState } from "@azure/core-lro";
5
+ export interface RestorePollerOptions<TResult, TResponse extends PathUncheckedResponse = PathUncheckedResponse> extends OperationOptions {
6
+ /** Delay to wait until next poll, in milliseconds. */
7
+ updateIntervalInMs?: number;
8
+ /**
9
+ * The signal which can be used to abort requests.
10
+ */
11
+ abortSignal?: AbortSignalLike;
12
+ /** Deserialization function for raw response body */
13
+ processResponseBody?: (result: TResponse) => Promise<TResult>;
14
+ }
15
+ /**
16
+ * Creates a poller from the serialized state of another poller. This can be
17
+ * useful when you want to create pollers on a different host or a poller
18
+ * needs to be constructed after the original one is not in scope.
19
+ */
20
+ export declare function restorePoller<TResponse extends PathUncheckedResponse, TResult>(client: MicrosoftSupport, serializedState: string, sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult>): PollerLike<OperationState<TResult>, TResult>;
21
+ //# sourceMappingURL=restorePollerHelpers.d.ts.map
@@ -0,0 +1,119 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+ var restorePollerHelpers_exports = {};
19
+ __export(restorePollerHelpers_exports, {
20
+ restorePoller: () => restorePoller
21
+ });
22
+ module.exports = __toCommonJS(restorePollerHelpers_exports);
23
+ var import_operations = require("./api/supportTicketsNoSubscription/operations.js");
24
+ var import_operations2 = require("./api/communicationsNoSubscription/operations.js");
25
+ var import_operations3 = require("./api/supportTickets/operations.js");
26
+ var import_operations4 = require("./api/communications/operations.js");
27
+ var import_pollingHelpers = require("./static-helpers/pollingHelpers.js");
28
+ var import_core_lro = require("@azure/core-lro");
29
+ function restorePoller(client, serializedState, sourceOperation, options) {
30
+ const pollerConfig = (0, import_core_lro.deserializeState)(serializedState).config;
31
+ const { initialRequestUrl, requestMethod, metadata } = pollerConfig;
32
+ if (!initialRequestUrl || !requestMethod) {
33
+ throw new Error(
34
+ `Invalid serialized state: ${serializedState} for sourceOperation ${sourceOperation?.name}`
35
+ );
36
+ }
37
+ const resourceLocationConfig = metadata?.["resourceLocationConfig"];
38
+ const { deserializer, expectedStatuses = [] } = getDeserializationHelper(initialRequestUrl, requestMethod) ?? {};
39
+ const deserializeHelper = options?.processResponseBody ?? deserializer;
40
+ if (!deserializeHelper) {
41
+ throw new Error(
42
+ `Please ensure the operation is in this client! We can't find its deserializeHelper for ${sourceOperation?.name}.`
43
+ );
44
+ }
45
+ const apiVersion = getApiVersionFromUrl(initialRequestUrl);
46
+ return (0, import_pollingHelpers.getLongRunningPoller)(
47
+ client["_client"] ?? client,
48
+ deserializeHelper,
49
+ expectedStatuses,
50
+ {
51
+ updateIntervalInMs: options?.updateIntervalInMs,
52
+ abortSignal: options?.abortSignal,
53
+ resourceLocationConfig,
54
+ restoreFrom: serializedState,
55
+ initialRequestUrl,
56
+ apiVersion
57
+ }
58
+ );
59
+ }
60
+ const deserializeMap = {
61
+ "PUT /providers/Microsoft.Support/supportTickets/{supportTicketName}": {
62
+ deserializer: import_operations._createDeserialize,
63
+ expectedStatuses: ["200", "202", "201"]
64
+ },
65
+ "PUT /providers/Microsoft.Support/supportTickets/{supportTicketName}/communications/{communicationName}": {
66
+ deserializer: import_operations2._createDeserialize,
67
+ expectedStatuses: ["200", "202", "201"]
68
+ },
69
+ "PUT /subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}": { deserializer: import_operations3._createDeserialize, expectedStatuses: ["200", "202", "201"] },
70
+ "PUT /subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications/{communicationName}": { deserializer: import_operations4._createDeserialize, expectedStatuses: ["200", "202", "201"] }
71
+ };
72
+ function getDeserializationHelper(urlStr, method) {
73
+ const path = new URL(urlStr).pathname;
74
+ const pathParts = path.split("/");
75
+ let matchedLen = -1, matchedValue;
76
+ for (const [key, value] of Object.entries(deserializeMap)) {
77
+ if (!key.startsWith(method)) {
78
+ continue;
79
+ }
80
+ const candidatePath = getPathFromMapKey(key);
81
+ const candidateParts = candidatePath.split("/");
82
+ let found = true;
83
+ for (let i = candidateParts.length - 1, j = pathParts.length - 1; i >= 1 && j >= 1; i--, j--) {
84
+ if (candidateParts[i]?.startsWith("{") && candidateParts[i]?.indexOf("}") !== -1) {
85
+ const start = candidateParts[i].indexOf("}") + 1, end = candidateParts[i]?.length;
86
+ const isMatched = new RegExp(`${candidateParts[i]?.slice(start, end)}`).test(
87
+ pathParts[j] || ""
88
+ );
89
+ if (!isMatched) {
90
+ found = false;
91
+ break;
92
+ }
93
+ continue;
94
+ }
95
+ if (candidateParts[i] !== pathParts[j]) {
96
+ found = false;
97
+ break;
98
+ }
99
+ }
100
+ if (found && candidatePath.length > matchedLen) {
101
+ matchedLen = candidatePath.length;
102
+ matchedValue = value;
103
+ }
104
+ }
105
+ return matchedValue;
106
+ }
107
+ function getPathFromMapKey(mapKey) {
108
+ const pathStart = mapKey.indexOf("/");
109
+ return mapKey.slice(pathStart);
110
+ }
111
+ function getApiVersionFromUrl(urlStr) {
112
+ const url = new URL(urlStr);
113
+ return url.searchParams.get("api-version") ?? void 0;
114
+ }
115
+ // Annotate the CommonJS export names for ESM import in node:
116
+ 0 && (module.exports = {
117
+ restorePoller
118
+ });
119
+ //# sourceMappingURL=restorePollerHelpers.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/restorePollerHelpers.ts"],
4
+ "sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { MicrosoftSupport } from \"./microsoftSupport.js\";\nimport { _createDeserialize } from \"./api/supportTicketsNoSubscription/operations.js\";\nimport { _createDeserialize as _createDeserializeCommunicationsNoSubscription } from \"./api/communicationsNoSubscription/operations.js\";\nimport { _createDeserialize as _createDeserializeSupportTickets } from \"./api/supportTickets/operations.js\";\nimport { _createDeserialize as _createDeserializeCommunications } from \"./api/communications/operations.js\";\nimport { getLongRunningPoller } from \"./static-helpers/pollingHelpers.js\";\nimport { OperationOptions, PathUncheckedResponse } from \"@azure-rest/core-client\";\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport {\n PollerLike,\n OperationState,\n deserializeState,\n ResourceLocationConfig,\n} from \"@azure/core-lro\";\n\nexport interface RestorePollerOptions<\n TResult,\n TResponse extends PathUncheckedResponse = PathUncheckedResponse,\n> extends OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /**\n * The signal which can be used to abort requests.\n */\n abortSignal?: AbortSignalLike;\n /** Deserialization function for raw response body */\n processResponseBody?: (result: TResponse) => Promise<TResult>;\n}\n\n/**\n * Creates a poller from the serialized state of another poller. This can be\n * useful when you want to create pollers on a different host or a poller\n * needs to be constructed after the original one is not in scope.\n */\nexport function restorePoller<TResponse extends PathUncheckedResponse, TResult>(\n client: MicrosoftSupport,\n serializedState: string,\n sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>,\n options?: RestorePollerOptions<TResult>,\n): PollerLike<OperationState<TResult>, TResult> {\n const pollerConfig = deserializeState(serializedState).config;\n const { initialRequestUrl, requestMethod, metadata } = pollerConfig;\n if (!initialRequestUrl || !requestMethod) {\n throw new Error(\n `Invalid serialized state: ${serializedState} for sourceOperation ${sourceOperation?.name}`,\n );\n }\n const resourceLocationConfig = metadata?.[\"resourceLocationConfig\"] as\n | ResourceLocationConfig\n | undefined;\n const { deserializer, expectedStatuses = [] } =\n getDeserializationHelper(initialRequestUrl, requestMethod) ?? {};\n const deserializeHelper = options?.processResponseBody ?? deserializer;\n if (!deserializeHelper) {\n throw new Error(\n `Please ensure the operation is in this client! We can't find its deserializeHelper for ${sourceOperation?.name}.`,\n );\n }\n const apiVersion = getApiVersionFromUrl(initialRequestUrl);\n return getLongRunningPoller(\n (client as any)[\"_client\"] ?? client,\n deserializeHelper as (result: TResponse) => Promise<TResult>,\n expectedStatuses,\n {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n resourceLocationConfig,\n restoreFrom: serializedState,\n initialRequestUrl,\n apiVersion,\n },\n );\n}\n\ninterface DeserializationHelper {\n deserializer: (result: PathUncheckedResponse) => Promise<any>;\n expectedStatuses: string[];\n}\n\nconst deserializeMap: Record<string, DeserializationHelper> = {\n \"PUT /providers/Microsoft.Support/supportTickets/{supportTicketName}\": {\n deserializer: _createDeserialize,\n expectedStatuses: [\"200\", \"202\", \"201\"],\n },\n \"PUT /providers/Microsoft.Support/supportTickets/{supportTicketName}/communications/{communicationName}\":\n {\n deserializer: _createDeserializeCommunicationsNoSubscription,\n expectedStatuses: [\"200\", \"202\", \"201\"],\n },\n \"PUT /subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}\":\n { deserializer: _createDeserializeSupportTickets, expectedStatuses: [\"200\", \"202\", \"201\"] },\n \"PUT /subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications/{communicationName}\":\n { deserializer: _createDeserializeCommunications, expectedStatuses: [\"200\", \"202\", \"201\"] },\n};\n\nfunction getDeserializationHelper(\n urlStr: string,\n method: string,\n): DeserializationHelper | undefined {\n const path = new URL(urlStr).pathname;\n const pathParts = path.split(\"/\");\n\n // Traverse list to match the longest candidate\n // matchedLen: the length of candidate path\n // matchedValue: the matched status code array\n let matchedLen = -1,\n matchedValue: DeserializationHelper | undefined;\n\n // Iterate the responseMap to find a match\n for (const [key, value] of Object.entries(deserializeMap)) {\n // Extracting the path from the map key which is in format\n // GET /path/foo\n if (!key.startsWith(method)) {\n continue;\n }\n const candidatePath = getPathFromMapKey(key);\n // Get each part of the url path\n const candidateParts = candidatePath.split(\"/\");\n\n // track if we have found a match to return the values found.\n let found = true;\n for (let i = candidateParts.length - 1, j = pathParts.length - 1; i >= 1 && j >= 1; i--, j--) {\n if (candidateParts[i]?.startsWith(\"{\") && candidateParts[i]?.indexOf(\"}\") !== -1) {\n const start = candidateParts[i]!.indexOf(\"}\") + 1,\n end = candidateParts[i]?.length;\n // If the current part of the candidate is a \"template\" part\n // Try to use the suffix of pattern to match the path\n // {guid} ==> $\n // {guid}:export ==> :export$\n const isMatched = new RegExp(`${candidateParts[i]?.slice(start, end)}`).test(\n pathParts[j] || \"\",\n );\n\n if (!isMatched) {\n found = false;\n break;\n }\n continue;\n }\n\n // If the candidate part is not a template and\n // the parts don't match mark the candidate as not found\n // to move on with the next candidate path.\n if (candidateParts[i] !== pathParts[j]) {\n found = false;\n break;\n }\n }\n\n // We finished evaluating the current candidate parts\n // Update the matched value if and only if we found the longer pattern\n if (found && candidatePath.length > matchedLen) {\n matchedLen = candidatePath.length;\n matchedValue = value;\n }\n }\n\n return matchedValue;\n}\n\nfunction getPathFromMapKey(mapKey: string): string {\n const pathStart = mapKey.indexOf(\"/\");\n return mapKey.slice(pathStart);\n}\n\nfunction getApiVersionFromUrl(urlStr: string): string | undefined {\n const url = new URL(urlStr);\n return url.searchParams.get(\"api-version\") ?? undefined;\n}\n"],
5
+ "mappings": "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",
6
+ "names": ["import_operations", "_createDeserializeCommunicationsNoSubscription", "_createDeserializeSupportTickets", "_createDeserializeCommunications"]
7
+ }
@@ -0,0 +1,22 @@
1
+ /**
2
+ * An enum to describe Azure Cloud environments.
3
+ * @enum {string}
4
+ */
5
+ export declare enum AzureClouds {
6
+ /** Azure public cloud, which is the default cloud for Azure SDKs. */
7
+ AZURE_PUBLIC_CLOUD = "AZURE_PUBLIC_CLOUD",
8
+ /** Azure China cloud */
9
+ AZURE_CHINA_CLOUD = "AZURE_CHINA_CLOUD",
10
+ /** Azure US government cloud */
11
+ AZURE_US_GOVERNMENT = "AZURE_US_GOVERNMENT"
12
+ }
13
+ /** The supported values for cloud setting as a string literal type */
14
+ export type AzureSupportedClouds = `${AzureClouds}`;
15
+ /**
16
+ * Gets the Azure Resource Manager endpoint URL for the specified cloud setting.
17
+ * @param cloudSetting - The Azure cloud environment setting. Use one of the AzureClouds enum values.
18
+ * @returns The ARM endpoint URL for the specified cloud, or undefined if cloudSetting is undefined.
19
+ * @throws {Error} Throws an error if an unknown cloud setting is provided.
20
+ */
21
+ export declare function getArmEndpoint(cloudSetting?: AzureSupportedClouds): string | undefined;
22
+ //# sourceMappingURL=cloudSettingHelpers.d.ts.map
@@ -0,0 +1,52 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+ var cloudSettingHelpers_exports = {};
19
+ __export(cloudSettingHelpers_exports, {
20
+ AzureClouds: () => AzureClouds,
21
+ getArmEndpoint: () => getArmEndpoint
22
+ });
23
+ module.exports = __toCommonJS(cloudSettingHelpers_exports);
24
+ var AzureClouds = /* @__PURE__ */ ((AzureClouds2) => {
25
+ AzureClouds2["AZURE_PUBLIC_CLOUD"] = "AZURE_PUBLIC_CLOUD";
26
+ AzureClouds2["AZURE_CHINA_CLOUD"] = "AZURE_CHINA_CLOUD";
27
+ AzureClouds2["AZURE_US_GOVERNMENT"] = "AZURE_US_GOVERNMENT";
28
+ return AzureClouds2;
29
+ })(AzureClouds || {});
30
+ function getArmEndpoint(cloudSetting) {
31
+ if (cloudSetting === void 0) {
32
+ return void 0;
33
+ }
34
+ const cloudEndpoints = {
35
+ AZURE_CHINA_CLOUD: "https://management.chinacloudapi.cn/",
36
+ AZURE_US_GOVERNMENT: "https://management.usgovcloudapi.net/",
37
+ AZURE_PUBLIC_CLOUD: "https://management.azure.com/"
38
+ };
39
+ if (cloudSetting in cloudEndpoints) {
40
+ return cloudEndpoints[cloudSetting];
41
+ } else {
42
+ throw new Error(
43
+ `Unknown cloud setting: ${cloudSetting}. Please refer to the enum AzureClouds for possible values.`
44
+ );
45
+ }
46
+ }
47
+ // Annotate the CommonJS export names for ESM import in node:
48
+ 0 && (module.exports = {
49
+ AzureClouds,
50
+ getArmEndpoint
51
+ });
52
+ //# sourceMappingURL=cloudSettingHelpers.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/static-helpers/cloudSettingHelpers.ts"],
4
+ "sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/**\n * An enum to describe Azure Cloud environments.\n * @enum {string}\n */\nexport enum AzureClouds {\n /** Azure public cloud, which is the default cloud for Azure SDKs. */\n AZURE_PUBLIC_CLOUD = \"AZURE_PUBLIC_CLOUD\",\n /** Azure China cloud */\n AZURE_CHINA_CLOUD = \"AZURE_CHINA_CLOUD\",\n /** Azure US government cloud */\n AZURE_US_GOVERNMENT = \"AZURE_US_GOVERNMENT\",\n}\n\n/** The supported values for cloud setting as a string literal type */\nexport type AzureSupportedClouds = `${AzureClouds}`;\n\n/**\n * Gets the Azure Resource Manager endpoint URL for the specified cloud setting.\n * @param cloudSetting - The Azure cloud environment setting. Use one of the AzureClouds enum values.\n * @returns The ARM endpoint URL for the specified cloud, or undefined if cloudSetting is undefined.\n * @throws {Error} Throws an error if an unknown cloud setting is provided.\n */\nexport function getArmEndpoint(cloudSetting?: AzureSupportedClouds): string | undefined {\n if (cloudSetting === undefined) {\n return undefined;\n }\n const cloudEndpoints: Record<keyof typeof AzureClouds, string> = {\n AZURE_CHINA_CLOUD: \"https://management.chinacloudapi.cn/\",\n AZURE_US_GOVERNMENT: \"https://management.usgovcloudapi.net/\",\n AZURE_PUBLIC_CLOUD: \"https://management.azure.com/\",\n };\n if (cloudSetting in cloudEndpoints) {\n return cloudEndpoints[cloudSetting];\n } else {\n throw new Error(\n `Unknown cloud setting: ${cloudSetting}. Please refer to the enum AzureClouds for possible values.`,\n );\n }\n}\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAOO,IAAK,cAAL,kBAAKA,iBAAL;AAEL,EAAAA,aAAA,wBAAqB;AAErB,EAAAA,aAAA,uBAAoB;AAEpB,EAAAA,aAAA,yBAAsB;AANZ,SAAAA;AAAA,GAAA;AAkBL,SAAS,eAAe,cAAyD;AACtF,MAAI,iBAAiB,QAAW;AAC9B,WAAO;AAAA,EACT;AACA,QAAM,iBAA2D;AAAA,IAC/D,mBAAmB;AAAA,IACnB,qBAAqB;AAAA,IACrB,oBAAoB;AAAA,EACtB;AACA,MAAI,gBAAgB,gBAAgB;AAClC,WAAO,eAAe,YAAY;AAAA,EACpC,OAAO;AACL,UAAM,IAAI;AAAA,MACR,0BAA0B,YAAY;AAAA,IACxC;AAAA,EACF;AACF;",
6
+ "names": ["AzureClouds"]
7
+ }
@@ -0,0 +1,74 @@
1
+ import { Client, PathUncheckedResponse } from "@azure-rest/core-client";
2
+ /**
3
+ * Options for the byPage method
4
+ */
5
+ export interface PageSettings {
6
+ /**
7
+ * A reference to a specific page to start iterating from.
8
+ */
9
+ continuationToken?: string;
10
+ }
11
+ /**
12
+ * An interface that describes a page of results.
13
+ */
14
+ export type ContinuablePage<TElement, TPage = TElement[]> = TPage & {
15
+ /**
16
+ * The token that keeps track of where to continue the iterator
17
+ */
18
+ continuationToken?: string;
19
+ };
20
+ /**
21
+ * An interface that allows async iterable iteration both to completion and by page.
22
+ */
23
+ export interface PagedAsyncIterableIterator<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings> {
24
+ /**
25
+ * The next method, part of the iteration protocol
26
+ */
27
+ next(): Promise<IteratorResult<TElement>>;
28
+ /**
29
+ * The connection to the async iterator, part of the iteration protocol
30
+ */
31
+ [Symbol.asyncIterator](): PagedAsyncIterableIterator<TElement, TPage, TPageSettings>;
32
+ /**
33
+ * Return an AsyncIterableIterator that works a page at a time
34
+ */
35
+ byPage: (settings?: TPageSettings) => AsyncIterableIterator<ContinuablePage<TElement, TPage>>;
36
+ }
37
+ /**
38
+ * An interface that describes how to communicate with the service.
39
+ */
40
+ export interface PagedResult<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings> {
41
+ /**
42
+ * Link to the first page of results.
43
+ */
44
+ firstPageLink?: string;
45
+ /**
46
+ * A method that returns a page of results.
47
+ */
48
+ getPage: (pageLink?: string) => Promise<{
49
+ page: TPage;
50
+ nextPageLink?: string;
51
+ } | undefined>;
52
+ /**
53
+ * a function to implement the `byPage` method on the paged async iterator.
54
+ */
55
+ byPage?: (settings?: TPageSettings) => AsyncIterableIterator<ContinuablePage<TElement, TPage>>;
56
+ /**
57
+ * A function to extract elements from a page.
58
+ */
59
+ toElements?: (page: TPage) => TElement[];
60
+ }
61
+ /**
62
+ * Options for the paging helper
63
+ */
64
+ export interface BuildPagedAsyncIteratorOptions {
65
+ itemName?: string;
66
+ nextLinkName?: string;
67
+ nextLinkMethod?: "GET" | "POST";
68
+ apiVersion?: string;
69
+ }
70
+ /**
71
+ * Helper to paginate results in a generic way and return a PagedAsyncIterableIterator
72
+ */
73
+ export declare function buildPagedAsyncIterator<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings, TResponse extends PathUncheckedResponse = PathUncheckedResponse>(client: Client, getInitialResponse: () => PromiseLike<TResponse>, processResponseBody: (result: TResponse) => PromiseLike<unknown>, expectedStatuses: string[], options?: BuildPagedAsyncIteratorOptions): PagedAsyncIterableIterator<TElement, TPage, TPageSettings>;
74
+ //# sourceMappingURL=pagingHelpers.d.ts.map