@azure/arm-support 3.0.2-alpha.20260310.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
@@ -1,92 +1,4 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- /** Known values of {@link SeverityLevel} that the service accepts. */
9
- export var KnownSeverityLevel;
10
- (function (KnownSeverityLevel) {
11
- /** Minimal */
12
- KnownSeverityLevel["Minimal"] = "minimal";
13
- /** Moderate */
14
- KnownSeverityLevel["Moderate"] = "moderate";
15
- /** Critical */
16
- KnownSeverityLevel["Critical"] = "critical";
17
- /** Highestcriticalimpact */
18
- KnownSeverityLevel["Highestcriticalimpact"] = "highestcriticalimpact";
19
- })(KnownSeverityLevel || (KnownSeverityLevel = {}));
20
- /** Known values of {@link Consent} that the service accepts. */
21
- export var KnownConsent;
22
- (function (KnownConsent) {
23
- /** Yes */
24
- KnownConsent["Yes"] = "Yes";
25
- /** No */
26
- KnownConsent["No"] = "No";
27
- })(KnownConsent || (KnownConsent = {}));
28
- /** Known values of {@link PreferredContactMethod} that the service accepts. */
29
- export var KnownPreferredContactMethod;
30
- (function (KnownPreferredContactMethod) {
31
- /** Email */
32
- KnownPreferredContactMethod["Email"] = "email";
33
- /** Phone */
34
- KnownPreferredContactMethod["Phone"] = "phone";
35
- })(KnownPreferredContactMethod || (KnownPreferredContactMethod = {}));
36
- /** Known values of {@link IsTemporaryTicket} that the service accepts. */
37
- export var KnownIsTemporaryTicket;
38
- (function (KnownIsTemporaryTicket) {
39
- /** Yes */
40
- KnownIsTemporaryTicket["Yes"] = "Yes";
41
- /** No */
42
- KnownIsTemporaryTicket["No"] = "No";
43
- })(KnownIsTemporaryTicket || (KnownIsTemporaryTicket = {}));
44
- /** Known values of {@link UserConsent} that the service accepts. */
45
- export var KnownUserConsent;
46
- (function (KnownUserConsent) {
47
- /** Yes */
48
- KnownUserConsent["Yes"] = "Yes";
49
- /** No */
50
- KnownUserConsent["No"] = "No";
51
- })(KnownUserConsent || (KnownUserConsent = {}));
52
- /** Known values of {@link Status} that the service accepts. */
53
- export var KnownStatus;
54
- (function (KnownStatus) {
55
- /** Open */
56
- KnownStatus["Open"] = "open";
57
- /** Closed */
58
- KnownStatus["Closed"] = "closed";
59
- })(KnownStatus || (KnownStatus = {}));
60
- /** Known values of {@link CommunicationType} that the service accepts. */
61
- export var KnownCommunicationType;
62
- (function (KnownCommunicationType) {
63
- /** Web */
64
- KnownCommunicationType["Web"] = "web";
65
- /** Phone */
66
- KnownCommunicationType["Phone"] = "phone";
67
- })(KnownCommunicationType || (KnownCommunicationType = {}));
68
- /** Known values of {@link CommunicationDirection} that the service accepts. */
69
- export var KnownCommunicationDirection;
70
- (function (KnownCommunicationDirection) {
71
- /** Inbound */
72
- KnownCommunicationDirection["Inbound"] = "inbound";
73
- /** Outbound */
74
- KnownCommunicationDirection["Outbound"] = "outbound";
75
- })(KnownCommunicationDirection || (KnownCommunicationDirection = {}));
76
- /** Known values of {@link TranscriptContentType} that the service accepts. */
77
- export var KnownTranscriptContentType;
78
- (function (KnownTranscriptContentType) {
79
- })(KnownTranscriptContentType || (KnownTranscriptContentType = {}));
80
- /** Known values of {@link CreatedByType} that the service accepts. */
81
- export var KnownCreatedByType;
82
- (function (KnownCreatedByType) {
83
- /** User */
84
- KnownCreatedByType["User"] = "User";
85
- /** Application */
86
- KnownCreatedByType["Application"] = "Application";
87
- /** ManagedIdentity */
88
- KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
89
- /** Key */
90
- KnownCreatedByType["Key"] = "Key";
91
- })(KnownCreatedByType || (KnownCreatedByType = {}));
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ export { KnownOrigin, KnownActionType, KnownCreatedByType, KnownCommunicationType, KnownCommunicationDirection, KnownSeverityLevel, KnownConsent, KnownPreferredContactMethod, KnownIsTemporaryTicket, KnownUserConsent, KnownEscalationStatus, KnownStatus, KnownVersions, } from "./models.js";
92
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAslBH,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,cAAc;IACd,yCAAmB,CAAA;IACnB,eAAe;IACf,2CAAqB,CAAA;IACrB,eAAe;IACf,2CAAqB,CAAA;IACrB,4BAA4B;IAC5B,qEAA+C,CAAA;AACjD,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,gEAAgE;AAChE,MAAM,CAAN,IAAY,YAKX;AALD,WAAY,YAAY;IACtB,UAAU;IACV,2BAAW,CAAA;IACX,SAAS;IACT,yBAAS,CAAA;AACX,CAAC,EALW,YAAY,KAAZ,YAAY,QAKvB;AAYD,+EAA+E;AAC/E,MAAM,CAAN,IAAY,2BAKX;AALD,WAAY,2BAA2B;IACrC,YAAY;IACZ,8CAAe,CAAA;IACf,YAAY;IACZ,8CAAe,CAAA;AACjB,CAAC,EALW,2BAA2B,KAA3B,2BAA2B,QAKtC;AAYD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAKX;AALD,WAAY,sBAAsB;IAChC,UAAU;IACV,qCAAW,CAAA;IACX,SAAS;IACT,mCAAS,CAAA;AACX,CAAC,EALW,sBAAsB,KAAtB,sBAAsB,QAKjC;AAYD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,UAAU;IACV,+BAAW,CAAA;IACX,SAAS;IACT,6BAAS,CAAA;AACX,CAAC,EALW,gBAAgB,KAAhB,gBAAgB,QAK3B;AAYD,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAKX;AALD,WAAY,WAAW;IACrB,WAAW;IACX,4BAAa,CAAA;IACb,aAAa;IACb,gCAAiB,CAAA;AACnB,CAAC,EALW,WAAW,KAAX,WAAW,QAKtB;AAYD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAKX;AALD,WAAY,sBAAsB;IAChC,UAAU;IACV,qCAAW,CAAA;IACX,YAAY;IACZ,yCAAe,CAAA;AACjB,CAAC,EALW,sBAAsB,KAAtB,sBAAsB,QAKjC;AAYD,+EAA+E;AAC/E,MAAM,CAAN,IAAY,2BAKX;AALD,WAAY,2BAA2B;IACrC,cAAc;IACd,kDAAmB,CAAA;IACnB,eAAe;IACf,oDAAqB,CAAA;AACvB,CAAC,EALW,2BAA2B,KAA3B,2BAA2B,QAKtC;AAYD,8EAA8E;AAC9E,MAAM,CAAN,IAAY,0BAA6B;AAAzC,WAAY,0BAA0B;AAAE,CAAC,EAA7B,0BAA0B,KAA1B,0BAA0B,QAAG;AAWzC,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** The list of operations supported by Microsoft Support resource provider. */\nexport interface OperationsListResult {\n /** The list of operations supported by Microsoft Support resource provider. */\n value?: Operation[];\n}\n\n/** The operation supported by Microsoft Support resource provider. */\nexport interface Operation {\n /**\n * Operation name: {provider}/{resource}/{operation}.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** The object that describes the operation. */\n display?: OperationDisplay;\n}\n\n/** The object that describes the operation. */\nexport interface OperationDisplay {\n /**\n * The description of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * The action that users can perform, based on their permission level.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * Service provider: Microsoft Support.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * Resource on which the operation is performed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** Collection of Service resources. */\nexport interface ServicesListResult {\n /** List of Service resources. */\n value?: Service[];\n}\n\n/** Object that represents a Service resource. */\nexport interface Service {\n /**\n * Id of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Name of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Type of the resource 'Microsoft.Support/services'.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Localized name of the Azure service. */\n displayName?: string;\n /** ARM Resource types. */\n resourceTypes?: string[];\n}\n\n/** Collection of ProblemClassification resources. */\nexport interface ProblemClassificationsListResult {\n /** List of ProblemClassification resources. */\n value?: ProblemClassification[];\n}\n\n/** ProblemClassification resource object. */\nexport interface ProblemClassification {\n /**\n * Id of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Name of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Type of the resource 'Microsoft.Support/problemClassification'.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\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\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\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\n/** Output of check name availability API. */\nexport interface CheckNameAvailabilityOutput {\n /**\n * Indicates whether the name is available.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nameAvailable?: boolean;\n /**\n * The reason why the name is not available.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reason?: string;\n /**\n * The detailed error message describing why the name is not available.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** Object that represents a collection of SupportTicket resources. */\nexport interface SupportTicketsListResult {\n /** List of SupportTicket resources. */\n value?: SupportTicketDetails[];\n /** The URI to fetch the next page of SupportTicket resources. */\n nextLink?: string;\n}\n\n/** Object that represents SupportTicketDetails resource. */\nexport interface SupportTicketDetails {\n /**\n * Id of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Name of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Type of the resource 'Microsoft.Support/supportTickets'.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\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 /**\n * Localized name of problem classification.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\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 /**\n * Support plan type associated with the support ticket.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportPlanType?: string;\n /**\n * Support plan type associated with the support ticket.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\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 /**\n * Localized name of the Azure service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serviceDisplayName?: string;\n /**\n * Status of the support ticket.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n /**\n * Time in UTC (ISO 8601 format) when the support ticket was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDate?: Date;\n /**\n * Time in UTC (ISO 8601 format) when the support ticket was last modified.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly modifiedDate?: Date;\n /** File workspace name. */\n fileWorkspaceName?: string;\n /**\n * This property indicates if support ticket is a temporary ticket.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\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}\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. */\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\n/** Service Level Agreement details for a support ticket. */\nexport interface ServiceLevelAgreement {\n /**\n * Time in UTC (ISO 8601 format) when the service level agreement starts.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n /**\n * Time in UTC (ISO 8601 format) when the service level agreement expires.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationTime?: Date;\n /**\n * Service Level Agreement in minutes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly slaMinutes?: number;\n}\n\n/** Support engineer information. */\nexport interface SupportEngineer {\n /**\n * Email address of the Azure Support engineer assigned to the support ticket.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly emailAddress?: string;\n}\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\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\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\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\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}\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. */\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\n/** Collection of Communication resources. */\nexport interface CommunicationsListResult {\n /** List of Communication resources. */\n value?: CommunicationDetails[];\n /** The URI to fetch the next page of Communication resources. */\n nextLink?: string;\n}\n\n/** Object that represents a Communication resource. */\nexport interface CommunicationDetails {\n /**\n * Id of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Name of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Type of the resource 'Microsoft.Support/communications'.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Communication type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly communicationType?: CommunicationType;\n /**\n * Direction of communication.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\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 /**\n * Time in UTC (ISO 8601 format) when the communication was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDate?: Date;\n}\n\n/** Collection of Chat Transcripts resources. */\nexport interface ChatTranscriptsListResult {\n /** List of Chat Transcripts resources. */\n value?: ChatTranscriptDetails[];\n /** The URI to fetch the next page of Chat Transcripts resources. */\n nextLink?: string;\n}\n\n/** Describes the properties of a Message Details resource. */\nexport interface MessageProperties {\n /**\n * Content type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly contentType?: TranscriptContentType;\n /**\n * Direction of communication.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly communicationDirection?: CommunicationDirection;\n /** Name of the sender. */\n sender?: string;\n /** Body of the communication. */\n body?: string;\n /**\n * Time in UTC (ISO 8601 format) when the communication was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDate?: Date;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Object that represents a collection of File resources. */\nexport interface FilesListResult {\n /** List of File resources. */\n value?: FileDetails[];\n /** The URI to fetch the next page of File resources. */\n nextLink?: string;\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\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** Object that represents a Chat Transcript resource. */\nexport interface ChatTranscriptDetails extends ProxyResource {\n /** List of chat transcript communication resources. */\n messages?: MessageProperties[];\n /**\n * Time in UTC (ISO 8601 format) when the chat began.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n}\n\n/** Object that represents FileWorkspaceDetails resource */\nexport interface FileWorkspaceDetails extends ProxyResource {\n /**\n * Time in UTC (ISO 8601 format) when file workspace was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn?: Date;\n /**\n * Time in UTC (ISO 8601 format) when file workspace is going to expire.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationTime?: Date;\n}\n\n/** Object that represents File Details resource */\nexport interface FileDetails extends ProxyResource {\n /**\n * Time in UTC (ISO 8601 format) when file workspace was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\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\n/** Defines headers for SupportTicketsNoSubscription_create operation. */\nexport interface SupportTicketsNoSubscriptionCreateHeaders {\n location?: string;\n}\n\n/** Defines headers for CommunicationsNoSubscription_create operation. */\nexport interface CommunicationsNoSubscriptionCreateHeaders {\n location?: string;\n}\n\n/** Known values of {@link SeverityLevel} that the service accepts. */\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 * Defines values for SeverityLevel. \\\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/** Known values of {@link Consent} that the service accepts. */\nexport enum KnownConsent {\n /** Yes */\n Yes = \"Yes\",\n /** No */\n No = \"No\",\n}\n\n/**\n * Defines values for Consent. \\\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/** Known values of {@link PreferredContactMethod} that the service accepts. */\nexport enum KnownPreferredContactMethod {\n /** Email */\n Email = \"email\",\n /** Phone */\n Phone = \"phone\",\n}\n\n/**\n * Defines values for PreferredContactMethod. \\\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/** Known values of {@link IsTemporaryTicket} that the service accepts. */\nexport enum KnownIsTemporaryTicket {\n /** Yes */\n Yes = \"Yes\",\n /** No */\n No = \"No\",\n}\n\n/**\n * Defines values for IsTemporaryTicket. \\\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/** Known values of {@link UserConsent} that the service accepts. */\nexport enum KnownUserConsent {\n /** Yes */\n Yes = \"Yes\",\n /** No */\n No = \"No\",\n}\n\n/**\n * Defines values for UserConsent. \\\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/** Known values of {@link Status} that the service accepts. */\nexport enum KnownStatus {\n /** Open */\n Open = \"open\",\n /** Closed */\n Closed = \"closed\",\n}\n\n/**\n * Defines values for Status. \\\n * {@link KnownStatus} can be used interchangeably with Status,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **open** \\\n * **closed**\n */\nexport type Status = string;\n\n/** Known values of {@link CommunicationType} that the service accepts. */\nexport enum KnownCommunicationType {\n /** Web */\n Web = \"web\",\n /** Phone */\n Phone = \"phone\",\n}\n\n/**\n * Defines values for CommunicationType. \\\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/** Known values of {@link CommunicationDirection} that the service accepts. */\nexport enum KnownCommunicationDirection {\n /** Inbound */\n Inbound = \"inbound\",\n /** Outbound */\n Outbound = \"outbound\",\n}\n\n/**\n * Defines values for CommunicationDirection. \\\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/** Known values of {@link TranscriptContentType} that the service accepts. */\nexport enum KnownTranscriptContentType {}\n\n/**\n * Defines values for TranscriptContentType. \\\n * {@link KnownTranscriptContentType} can be used interchangeably with TranscriptContentType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n *\n */\nexport type TranscriptContentType = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n/** Defines values for Type. */\nexport type Type =\n | \"Microsoft.Support/supportTickets\"\n | \"Microsoft.Support/communications\";\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationsListResult;\n\n/** Optional parameters. */\nexport interface ServicesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ServicesListResponse = ServicesListResult;\n\n/** Optional parameters. */\nexport interface ServicesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ServicesGetResponse = Service;\n\n/** Optional parameters. */\nexport interface ProblemClassificationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ProblemClassificationsListResponse =\n ProblemClassificationsListResult;\n\n/** Optional parameters. */\nexport interface ProblemClassificationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ProblemClassificationsGetResponse = ProblemClassification;\n\n/** Optional parameters. */\nexport interface SupportTicketsCheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type SupportTicketsCheckNameAvailabilityResponse =\n CheckNameAvailabilityOutput;\n\n/** Optional parameters. */\nexport interface SupportTicketsListOptionalParams\n extends coreClient.OperationOptions {\n /** The number of values to return in the collection. Default is 25 and max is 100. */\n top?: number;\n /** The filter to apply on the operation. We support 'odata v4.0' filter semantics. [Learn more](https://docs.microsoft.com/odata/concepts/queryoptions-overview). _Status_, _ServiceId_, and _ProblemClassificationId_ filters can only be used with Equals ('eq') operator. For _CreatedDate_ filter, the supported operators are Greater Than ('gt') and Greater Than or Equals ('ge'). When using both filters, combine them using the logical 'AND'. */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type SupportTicketsListResponse = SupportTicketsListResult;\n\n/** Optional parameters. */\nexport interface SupportTicketsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SupportTicketsGetResponse = SupportTicketDetails;\n\n/** Optional parameters. */\nexport interface SupportTicketsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type SupportTicketsUpdateResponse = SupportTicketDetails;\n\n/** Optional parameters. */\nexport interface SupportTicketsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type SupportTicketsCreateResponse = SupportTicketDetails;\n\n/** Optional parameters. */\nexport interface SupportTicketsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SupportTicketsListNextResponse = SupportTicketsListResult;\n\n/** Optional parameters. */\nexport interface SupportTicketsNoSubscriptionCheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type SupportTicketsNoSubscriptionCheckNameAvailabilityResponse =\n CheckNameAvailabilityOutput;\n\n/** Optional parameters. */\nexport interface SupportTicketsNoSubscriptionListOptionalParams\n extends coreClient.OperationOptions {\n /** The number of values to return in the collection. Default is 25 and max is 100. */\n top?: number;\n /** The filter to apply on the operation. We support 'odata v4.0' filter semantics. <a target='_blank' href='https://docs.microsoft.com/odata/concepts/queryoptions-overview'>Learn more</a> <br/><i>Status</i> , <i>ServiceId</i>, and <i>ProblemClassificationId</i> filters can only be used with 'eq' operator. For <i>CreatedDate</i> filter, the supported operators are 'gt' and 'ge'. When using both filters, combine them using the logical 'AND'. */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type SupportTicketsNoSubscriptionListResponse = SupportTicketsListResult;\n\n/** Optional parameters. */\nexport interface SupportTicketsNoSubscriptionGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SupportTicketsNoSubscriptionGetResponse = SupportTicketDetails;\n\n/** Optional parameters. */\nexport interface SupportTicketsNoSubscriptionUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type SupportTicketsNoSubscriptionUpdateResponse = SupportTicketDetails;\n\n/** Optional parameters. */\nexport interface SupportTicketsNoSubscriptionCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type SupportTicketsNoSubscriptionCreateResponse = SupportTicketDetails;\n\n/** Optional parameters. */\nexport interface SupportTicketsNoSubscriptionListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SupportTicketsNoSubscriptionListNextResponse =\n SupportTicketsListResult;\n\n/** Optional parameters. */\nexport interface CommunicationsCheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type CommunicationsCheckNameAvailabilityResponse =\n CheckNameAvailabilityOutput;\n\n/** Optional parameters. */\nexport interface CommunicationsListOptionalParams\n extends coreClient.OperationOptions {\n /** The number of values to return in the collection. Default is 10 and max is 10. */\n top?: number;\n /** The filter to apply on the operation. You can filter by communicationType and createdDate properties. CommunicationType supports Equals ('eq') operator and createdDate supports Greater Than ('gt') and Greater Than or Equals ('ge') operators. You may combine the CommunicationType and CreatedDate filters by Logical And ('and') operator. */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type CommunicationsListResponse = CommunicationsListResult;\n\n/** Optional parameters. */\nexport interface CommunicationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CommunicationsGetResponse = CommunicationDetails;\n\n/** Optional parameters. */\nexport interface CommunicationsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type CommunicationsCreateResponse = CommunicationDetails;\n\n/** Optional parameters. */\nexport interface CommunicationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type CommunicationsListNextResponse = CommunicationsListResult;\n\n/** Optional parameters. */\nexport interface CommunicationsNoSubscriptionCheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type CommunicationsNoSubscriptionCheckNameAvailabilityResponse =\n CheckNameAvailabilityOutput;\n\n/** Optional parameters. */\nexport interface CommunicationsNoSubscriptionListOptionalParams\n extends coreClient.OperationOptions {\n /** The number of values to return in the collection. Default is 10 and max is 10. */\n top?: number;\n /** The filter to apply on the operation. You can filter by communicationType and createdDate properties. CommunicationType supports Equals ('eq') operator and createdDate supports Greater Than ('gt') and Greater Than or Equals ('ge') operators. You may combine the CommunicationType and CreatedDate filters by Logical And ('and') operator. */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type CommunicationsNoSubscriptionListResponse = CommunicationsListResult;\n\n/** Optional parameters. */\nexport interface CommunicationsNoSubscriptionGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CommunicationsNoSubscriptionGetResponse = CommunicationDetails;\n\n/** Optional parameters. */\nexport interface CommunicationsNoSubscriptionCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type CommunicationsNoSubscriptionCreateResponse = CommunicationDetails;\n\n/** Optional parameters. */\nexport interface CommunicationsNoSubscriptionListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type CommunicationsNoSubscriptionListNextResponse =\n CommunicationsListResult;\n\n/** Optional parameters. */\nexport interface ChatTranscriptsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ChatTranscriptsListResponse = ChatTranscriptsListResult;\n\n/** Optional parameters. */\nexport interface ChatTranscriptsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ChatTranscriptsGetResponse = ChatTranscriptDetails;\n\n/** Optional parameters. */\nexport interface ChatTranscriptsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ChatTranscriptsListNextResponse = ChatTranscriptsListResult;\n\n/** Optional parameters. */\nexport interface ChatTranscriptsNoSubscriptionListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ChatTranscriptsNoSubscriptionListResponse =\n ChatTranscriptsListResult;\n\n/** Optional parameters. */\nexport interface ChatTranscriptsNoSubscriptionGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ChatTranscriptsNoSubscriptionGetResponse = ChatTranscriptDetails;\n\n/** Optional parameters. */\nexport interface ChatTranscriptsNoSubscriptionListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ChatTranscriptsNoSubscriptionListNextResponse =\n ChatTranscriptsListResult;\n\n/** Optional parameters. */\nexport interface FileWorkspacesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type FileWorkspacesGetResponse = FileWorkspaceDetails;\n\n/** Optional parameters. */\nexport interface FileWorkspacesCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type FileWorkspacesCreateResponse = FileWorkspaceDetails;\n\n/** Optional parameters. */\nexport interface FileWorkspacesNoSubscriptionGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type FileWorkspacesNoSubscriptionGetResponse = FileWorkspaceDetails;\n\n/** Optional parameters. */\nexport interface FileWorkspacesNoSubscriptionCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type FileWorkspacesNoSubscriptionCreateResponse = FileWorkspaceDetails;\n\n/** Optional parameters. */\nexport interface FilesListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type FilesListResponse = FilesListResult;\n\n/** Optional parameters. */\nexport interface FilesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type FilesGetResponse = FileDetails;\n\n/** Optional parameters. */\nexport interface FilesCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type FilesCreateResponse = FileDetails;\n\n/** Optional parameters. */\nexport interface FilesUploadOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface FilesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type FilesListNextResponse = FilesListResult;\n\n/** Optional parameters. */\nexport interface FilesNoSubscriptionListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type FilesNoSubscriptionListResponse = FilesListResult;\n\n/** Optional parameters. */\nexport interface FilesNoSubscriptionGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type FilesNoSubscriptionGetResponse = FileDetails;\n\n/** Optional parameters. */\nexport interface FilesNoSubscriptionCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type FilesNoSubscriptionCreateResponse = FileDetails;\n\n/** Optional parameters. */\nexport interface FilesNoSubscriptionUploadOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface FilesNoSubscriptionListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type FilesNoSubscriptionListNextResponse = FilesListResult;\n\n/** Optional parameters. */\nexport interface MicrosoftSupportOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AA+DlC,OAAO,EACL,WAAW,EACX,eAAe,EACf,kBAAkB,EAClB,sBAAsB,EACtB,2BAA2B,EAC3B,kBAAkB,EAClB,YAAY,EACZ,2BAA2B,EAC3B,sBAAsB,EACtB,gBAAgB,EAChB,qBAAqB,EACrB,WAAW,EACX,aAAa,GACd,MAAM,aAAa,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport type {\n Operation,\n OperationDisplay,\n Origin,\n ActionType,\n ErrorResponse,\n ErrorDetail,\n ErrorAdditionalInfo,\n Service,\n ServiceProperties,\n ProxyResource,\n Resource,\n SystemData,\n CreatedByType,\n ServiceClassificationRequest,\n ServiceClassificationOutput,\n ServiceClassificationAnswer,\n ClassificationService,\n ProblemClassificationsClassificationInput,\n ProblemClassificationsClassificationOutput,\n ProblemClassificationsClassificationResult,\n ProblemClassification,\n ProblemClassificationProperties,\n SecondaryConsentEnabled,\n CommunicationDetails,\n CommunicationDetailsProperties,\n CommunicationType,\n CommunicationDirection,\n CheckNameAvailabilityInput,\n Type,\n CheckNameAvailabilityOutput,\n SupportTicketDetails,\n SupportTicketDetailsProperties,\n SeverityLevel,\n Consent,\n ContactProfile,\n PreferredContactMethod,\n ServiceLevelAgreement,\n SupportEngineer,\n IsTemporaryTicket,\n TechnicalTicketDetails,\n QuotaTicketDetails,\n QuotaChangeRequest,\n SecondaryConsent,\n UserConsent,\n DirectConnectEscalation,\n EscalationStatus,\n UpdateSupportTicket,\n Status,\n UpdateContactProfile,\n LookUpResourceIdRequest,\n LookUpResourceIdResponse,\n ChatTranscriptDetails,\n ChatTranscriptDetailsProperties,\n MessageProperties,\n FileWorkspaceDetails,\n FileWorkspaceDetailsProperties,\n FileDetails,\n FileDetailsProperties,\n UploadFile,\n} from \"./models.js\";\nexport {\n KnownOrigin,\n KnownActionType,\n KnownCreatedByType,\n KnownCommunicationType,\n KnownCommunicationDirection,\n KnownSeverityLevel,\n KnownConsent,\n KnownPreferredContactMethod,\n KnownIsTemporaryTicket,\n KnownUserConsent,\n KnownEscalationStatus,\n KnownStatus,\n KnownVersions,\n} from \"./models.js\";\n"]}