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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1287) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +13 -16
  3. package/dist/browser/api/chatTranscripts/index.d.ts +3 -0
  4. package/dist/browser/api/chatTranscripts/index.js +4 -0
  5. package/dist/browser/api/chatTranscripts/index.js.map +1 -0
  6. package/dist/browser/api/chatTranscripts/operations.d.ts +14 -0
  7. package/dist/browser/api/chatTranscripts/operations.js +69 -0
  8. package/dist/browser/api/chatTranscripts/operations.js.map +1 -0
  9. package/dist/browser/api/chatTranscripts/options.d.ts +8 -0
  10. package/dist/browser/api/chatTranscripts/options.js +4 -0
  11. package/dist/browser/api/chatTranscripts/options.js.map +1 -0
  12. package/dist/browser/api/chatTranscriptsNoSubscription/index.d.ts +3 -0
  13. package/dist/browser/api/chatTranscriptsNoSubscription/index.js +4 -0
  14. package/dist/browser/api/chatTranscriptsNoSubscription/index.js.map +1 -0
  15. package/dist/browser/api/chatTranscriptsNoSubscription/operations.d.ts +14 -0
  16. package/dist/browser/api/chatTranscriptsNoSubscription/operations.js +67 -0
  17. package/dist/browser/api/chatTranscriptsNoSubscription/operations.js.map +1 -0
  18. package/dist/browser/api/chatTranscriptsNoSubscription/options.d.ts +8 -0
  19. package/dist/browser/api/chatTranscriptsNoSubscription/options.js +4 -0
  20. package/dist/browser/api/chatTranscriptsNoSubscription/options.js.map +1 -0
  21. package/dist/browser/api/classifyProblems/index.d.ts +3 -0
  22. package/dist/browser/api/classifyProblems/index.js +4 -0
  23. package/dist/browser/api/classifyProblems/index.js.map +1 -0
  24. package/dist/browser/api/classifyProblems/operations.d.ts +9 -0
  25. package/dist/browser/api/classifyProblems/operations.js +37 -0
  26. package/dist/browser/api/classifyProblems/operations.js.map +1 -0
  27. package/dist/browser/api/classifyProblems/options.d.ts +5 -0
  28. package/dist/browser/api/classifyProblems/options.js +4 -0
  29. package/dist/browser/api/classifyProblems/options.js.map +1 -0
  30. package/dist/browser/api/classifyProblemsNoSubscription/index.d.ts +3 -0
  31. package/dist/browser/api/classifyProblemsNoSubscription/index.js +4 -0
  32. package/dist/browser/api/classifyProblemsNoSubscription/index.js.map +1 -0
  33. package/dist/browser/api/classifyProblemsNoSubscription/operations.d.ts +9 -0
  34. package/dist/browser/api/classifyProblemsNoSubscription/operations.js +36 -0
  35. package/dist/browser/api/classifyProblemsNoSubscription/operations.js.map +1 -0
  36. package/dist/browser/api/classifyProblemsNoSubscription/options.d.ts +5 -0
  37. package/dist/browser/api/classifyProblemsNoSubscription/options.js +4 -0
  38. package/dist/browser/api/classifyProblemsNoSubscription/options.js.map +1 -0
  39. package/dist/browser/api/classifyServices/index.d.ts +3 -0
  40. package/dist/browser/api/classifyServices/index.js +4 -0
  41. package/dist/browser/api/classifyServices/index.js.map +1 -0
  42. package/dist/browser/api/classifyServices/operations.d.ts +9 -0
  43. package/dist/browser/api/classifyServices/operations.js +36 -0
  44. package/dist/browser/api/classifyServices/operations.js.map +1 -0
  45. package/dist/browser/api/classifyServices/options.d.ts +5 -0
  46. package/dist/browser/api/classifyServices/options.js +4 -0
  47. package/dist/browser/api/classifyServices/options.js.map +1 -0
  48. package/dist/browser/api/classifyServicesNoSubscription/index.d.ts +3 -0
  49. package/dist/browser/api/classifyServicesNoSubscription/index.js +4 -0
  50. package/dist/browser/api/classifyServicesNoSubscription/index.js.map +1 -0
  51. package/dist/browser/api/classifyServicesNoSubscription/operations.d.ts +9 -0
  52. package/dist/browser/api/classifyServicesNoSubscription/operations.js +35 -0
  53. package/dist/browser/api/classifyServicesNoSubscription/operations.js.map +1 -0
  54. package/dist/browser/api/classifyServicesNoSubscription/options.d.ts +5 -0
  55. package/dist/browser/api/classifyServicesNoSubscription/options.js +4 -0
  56. package/dist/browser/api/classifyServicesNoSubscription/options.js.map +1 -0
  57. package/dist/browser/api/communications/index.d.ts +3 -0
  58. package/dist/browser/api/communications/index.js +4 -0
  59. package/dist/browser/api/communications/index.js.map +1 -0
  60. package/dist/browser/api/communications/operations.d.ts +23 -0
  61. package/dist/browser/api/communications/operations.js +140 -0
  62. package/dist/browser/api/communications/operations.js.map +1 -0
  63. package/dist/browser/api/communications/options.d.ts +20 -0
  64. package/dist/browser/api/communications/options.js +4 -0
  65. package/dist/browser/api/communications/options.js.map +1 -0
  66. package/dist/browser/api/communicationsNoSubscription/index.d.ts +3 -0
  67. package/dist/browser/api/communicationsNoSubscription/index.js +4 -0
  68. package/dist/browser/api/communicationsNoSubscription/index.js.map +1 -0
  69. package/dist/browser/api/communicationsNoSubscription/operations.d.ts +23 -0
  70. package/dist/browser/api/communicationsNoSubscription/operations.js +136 -0
  71. package/dist/browser/api/communicationsNoSubscription/operations.js.map +1 -0
  72. package/dist/browser/api/communicationsNoSubscription/options.d.ts +20 -0
  73. package/dist/browser/api/communicationsNoSubscription/options.js +4 -0
  74. package/dist/browser/api/communicationsNoSubscription/options.js.map +1 -0
  75. package/dist/browser/api/fileWorkspaces/index.d.ts +3 -0
  76. package/dist/browser/api/fileWorkspaces/index.js +4 -0
  77. package/dist/browser/api/fileWorkspaces/index.js.map +1 -0
  78. package/dist/browser/api/fileWorkspaces/operations.d.ts +13 -0
  79. package/dist/browser/api/fileWorkspaces/operations.js +64 -0
  80. package/dist/browser/api/fileWorkspaces/operations.js.map +1 -0
  81. package/dist/browser/api/fileWorkspaces/options.d.ts +8 -0
  82. package/dist/browser/api/fileWorkspaces/options.js +4 -0
  83. package/dist/browser/api/fileWorkspaces/options.js.map +1 -0
  84. package/dist/browser/api/fileWorkspacesNoSubscription/index.d.ts +3 -0
  85. package/dist/browser/api/fileWorkspacesNoSubscription/index.js +4 -0
  86. package/dist/browser/api/fileWorkspacesNoSubscription/index.js.map +1 -0
  87. package/dist/browser/api/fileWorkspacesNoSubscription/operations.d.ts +13 -0
  88. package/dist/browser/api/fileWorkspacesNoSubscription/operations.js +62 -0
  89. package/dist/browser/api/fileWorkspacesNoSubscription/operations.js.map +1 -0
  90. package/dist/browser/api/fileWorkspacesNoSubscription/options.d.ts +8 -0
  91. package/dist/browser/api/fileWorkspacesNoSubscription/options.js +4 -0
  92. package/dist/browser/api/fileWorkspacesNoSubscription/options.js.map +1 -0
  93. package/dist/browser/api/files/index.d.ts +3 -0
  94. package/dist/browser/api/files/index.js +4 -0
  95. package/dist/browser/api/files/index.js.map +1 -0
  96. package/dist/browser/api/files/operations.d.ts +22 -0
  97. package/dist/browser/api/files/operations.js +132 -0
  98. package/dist/browser/api/files/operations.js.map +1 -0
  99. package/dist/browser/api/files/options.d.ts +14 -0
  100. package/dist/browser/api/files/options.js +4 -0
  101. package/dist/browser/api/files/options.js.map +1 -0
  102. package/dist/browser/api/filesNoSubscription/index.d.ts +3 -0
  103. package/dist/browser/api/filesNoSubscription/index.js +4 -0
  104. package/dist/browser/api/filesNoSubscription/index.js.map +1 -0
  105. package/dist/browser/api/filesNoSubscription/operations.d.ts +22 -0
  106. package/dist/browser/api/filesNoSubscription/operations.js +128 -0
  107. package/dist/browser/api/filesNoSubscription/operations.js.map +1 -0
  108. package/dist/browser/api/filesNoSubscription/options.d.ts +14 -0
  109. package/dist/browser/api/filesNoSubscription/options.js +4 -0
  110. package/dist/browser/api/filesNoSubscription/options.js.map +1 -0
  111. package/dist/browser/api/index.d.ts +3 -0
  112. package/dist/browser/api/index.js +4 -0
  113. package/dist/browser/api/index.js.map +1 -0
  114. package/dist/browser/api/microsoftSupportContext.d.ts +22 -0
  115. package/dist/browser/api/microsoftSupportContext.js +26 -0
  116. package/dist/browser/api/microsoftSupportContext.js.map +1 -0
  117. package/dist/browser/api/operations/index.d.ts +3 -0
  118. package/dist/browser/api/operations/index.js +4 -0
  119. package/dist/browser/api/operations/index.js.map +1 -0
  120. package/dist/browser/api/operations/operations.d.ts +10 -0
  121. package/dist/browser/api/operations/operations.js +37 -0
  122. package/dist/browser/api/operations/operations.js.map +1 -0
  123. package/dist/browser/api/operations/options.d.ts +5 -0
  124. package/dist/browser/api/operations/options.js +4 -0
  125. package/dist/browser/api/operations/options.js.map +1 -0
  126. package/dist/browser/api/problemClassifications/index.d.ts +3 -0
  127. package/dist/browser/api/problemClassifications/index.js +4 -0
  128. package/dist/browser/api/problemClassifications/index.js.map +1 -0
  129. package/dist/browser/api/problemClassifications/operations.d.ts +14 -0
  130. package/dist/browser/api/problemClassifications/operations.js +67 -0
  131. package/dist/browser/api/problemClassifications/operations.js.map +1 -0
  132. package/dist/browser/api/problemClassifications/options.d.ts +8 -0
  133. package/dist/browser/api/problemClassifications/options.js +4 -0
  134. package/dist/browser/api/problemClassifications/options.js.map +1 -0
  135. package/dist/browser/api/services/index.d.ts +3 -0
  136. package/dist/browser/api/services/index.js +4 -0
  137. package/dist/browser/api/services/index.js.map +1 -0
  138. package/dist/browser/api/services/operations.d.ts +14 -0
  139. package/dist/browser/api/services/operations.js +65 -0
  140. package/dist/browser/api/services/operations.js.map +1 -0
  141. package/dist/browser/api/services/options.d.ts +8 -0
  142. package/dist/browser/api/services/options.js +4 -0
  143. package/dist/browser/api/services/options.js.map +1 -0
  144. package/dist/browser/api/supportTickets/index.d.ts +3 -0
  145. package/dist/browser/api/supportTickets/index.js +4 -0
  146. package/dist/browser/api/supportTickets/index.js.map +1 -0
  147. package/dist/browser/api/supportTickets/operations.d.ts +31 -0
  148. package/dist/browser/api/supportTickets/operations.js +196 -0
  149. package/dist/browser/api/supportTickets/operations.js.map +1 -0
  150. package/dist/browser/api/supportTickets/options.d.ts +26 -0
  151. package/dist/browser/api/supportTickets/options.js +4 -0
  152. package/dist/browser/api/supportTickets/options.js.map +1 -0
  153. package/dist/browser/api/supportTicketsNoSubscription/index.d.ts +3 -0
  154. package/dist/browser/api/supportTicketsNoSubscription/index.js +4 -0
  155. package/dist/browser/api/supportTicketsNoSubscription/index.js.map +1 -0
  156. package/dist/browser/api/supportTicketsNoSubscription/operations.d.ts +27 -0
  157. package/dist/browser/api/supportTicketsNoSubscription/operations.js +162 -0
  158. package/dist/browser/api/supportTicketsNoSubscription/operations.js.map +1 -0
  159. package/dist/browser/api/supportTicketsNoSubscription/options.d.ts +23 -0
  160. package/dist/browser/api/supportTicketsNoSubscription/options.js +4 -0
  161. package/dist/browser/api/supportTicketsNoSubscription/options.js.map +1 -0
  162. package/dist/browser/classic/chatTranscripts/index.d.ts +13 -0
  163. package/dist/browser/classic/chatTranscripts/index.js +15 -0
  164. package/dist/browser/classic/chatTranscripts/index.js.map +1 -0
  165. package/dist/browser/classic/chatTranscriptsNoSubscription/index.d.ts +13 -0
  166. package/dist/browser/classic/chatTranscriptsNoSubscription/index.js +15 -0
  167. package/dist/browser/classic/chatTranscriptsNoSubscription/index.js.map +1 -0
  168. package/dist/browser/classic/classifyProblems/index.d.ts +10 -0
  169. package/dist/browser/classic/classifyProblems/index.js +14 -0
  170. package/dist/browser/classic/classifyProblems/index.js.map +1 -0
  171. package/dist/browser/classic/classifyProblemsNoSubscription/index.d.ts +10 -0
  172. package/dist/browser/classic/classifyProblemsNoSubscription/index.js +14 -0
  173. package/dist/browser/classic/classifyProblemsNoSubscription/index.js.map +1 -0
  174. package/dist/browser/classic/classifyServices/index.d.ts +10 -0
  175. package/dist/browser/classic/classifyServices/index.js +14 -0
  176. package/dist/browser/classic/classifyServices/index.js.map +1 -0
  177. package/dist/browser/classic/classifyServicesNoSubscription/index.d.ts +10 -0
  178. package/dist/browser/classic/classifyServicesNoSubscription/index.js +14 -0
  179. package/dist/browser/classic/classifyServicesNoSubscription/index.js.map +1 -0
  180. package/dist/browser/classic/communications/index.d.ts +23 -0
  181. package/dist/browser/classic/communications/index.js +26 -0
  182. package/dist/browser/classic/communications/index.js.map +1 -0
  183. package/dist/browser/classic/communicationsNoSubscription/index.d.ts +23 -0
  184. package/dist/browser/classic/communicationsNoSubscription/index.js +26 -0
  185. package/dist/browser/classic/communicationsNoSubscription/index.js.map +1 -0
  186. package/dist/browser/classic/fileWorkspaces/index.d.ts +12 -0
  187. package/dist/browser/classic/fileWorkspaces/index.js +15 -0
  188. package/dist/browser/classic/fileWorkspaces/index.js.map +1 -0
  189. package/dist/browser/classic/fileWorkspacesNoSubscription/index.d.ts +12 -0
  190. package/dist/browser/classic/fileWorkspacesNoSubscription/index.js +15 -0
  191. package/dist/browser/classic/fileWorkspacesNoSubscription/index.js.map +1 -0
  192. package/dist/browser/classic/files/index.d.ts +17 -0
  193. package/dist/browser/classic/files/index.js +17 -0
  194. package/dist/browser/classic/files/index.js.map +1 -0
  195. package/dist/browser/classic/filesNoSubscription/index.d.ts +17 -0
  196. package/dist/browser/classic/filesNoSubscription/index.js +17 -0
  197. package/dist/browser/classic/filesNoSubscription/index.js.map +1 -0
  198. package/dist/browser/classic/index.d.ts +18 -0
  199. package/dist/browser/classic/index.js +4 -0
  200. package/dist/browser/classic/index.js.map +1 -0
  201. package/dist/browser/classic/operations/index.d.ts +11 -0
  202. package/dist/browser/classic/operations/index.js +14 -0
  203. package/dist/browser/classic/operations/index.js.map +1 -0
  204. package/dist/browser/classic/problemClassifications/index.d.ts +13 -0
  205. package/dist/browser/classic/problemClassifications/index.js +15 -0
  206. package/dist/browser/classic/problemClassifications/index.js.map +1 -0
  207. package/dist/browser/classic/services/index.d.ts +13 -0
  208. package/dist/browser/classic/services/index.js +15 -0
  209. package/dist/browser/classic/services/index.js.map +1 -0
  210. package/dist/browser/classic/supportTickets/index.d.ts +27 -0
  211. package/dist/browser/classic/supportTickets/index.js +28 -0
  212. package/dist/browser/classic/supportTickets/index.js.map +1 -0
  213. package/dist/browser/classic/supportTicketsNoSubscription/index.d.ts +25 -0
  214. package/dist/browser/classic/supportTicketsNoSubscription/index.js +27 -0
  215. package/dist/browser/classic/supportTicketsNoSubscription/index.js.map +1 -0
  216. package/dist/browser/index.d.ts +30 -3
  217. package/dist/browser/index.js +7 -11
  218. package/dist/browser/index.js.map +1 -1
  219. package/dist/browser/logger.d.ts +2 -0
  220. package/dist/browser/logger.js +5 -0
  221. package/dist/browser/logger.js.map +1 -0
  222. package/dist/browser/microsoftSupport.d.ts +61 -31
  223. package/dist/browser/microsoftSupport.js +84 -115
  224. package/dist/browser/microsoftSupport.js.map +1 -1
  225. package/dist/browser/models/index.d.ts +2 -999
  226. package/dist/browser/models/index.js +3 -91
  227. package/dist/browser/models/index.js.map +1 -1
  228. package/dist/browser/models/models.d.ts +955 -0
  229. package/dist/browser/models/models.js +987 -0
  230. package/dist/browser/models/models.js.map +1 -0
  231. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  232. package/dist/browser/restorePollerHelpers.js +106 -0
  233. package/dist/browser/restorePollerHelpers.js.map +1 -0
  234. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  235. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  236. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  237. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  238. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  239. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  240. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  241. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  242. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  243. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  244. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  245. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  246. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  247. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  248. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  249. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  250. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  251. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  252. package/dist/commonjs/api/chatTranscripts/index.d.ts +3 -0
  253. package/dist/commonjs/api/chatTranscripts/index.js +30 -0
  254. package/dist/commonjs/api/chatTranscripts/index.js.map +7 -0
  255. package/dist/commonjs/api/chatTranscripts/operations.d.ts +14 -0
  256. package/dist/commonjs/api/chatTranscripts/operations.js +115 -0
  257. package/dist/commonjs/api/chatTranscripts/operations.js.map +7 -0
  258. package/dist/commonjs/api/chatTranscripts/options.d.ts +8 -0
  259. package/dist/commonjs/api/chatTranscripts/options.js +16 -0
  260. package/dist/commonjs/api/chatTranscripts/options.js.map +7 -0
  261. package/dist/commonjs/api/chatTranscriptsNoSubscription/index.d.ts +3 -0
  262. package/dist/commonjs/api/chatTranscriptsNoSubscription/index.js +30 -0
  263. package/dist/commonjs/api/chatTranscriptsNoSubscription/index.js.map +7 -0
  264. package/dist/commonjs/api/chatTranscriptsNoSubscription/operations.d.ts +14 -0
  265. package/dist/commonjs/api/chatTranscriptsNoSubscription/operations.js +113 -0
  266. package/dist/commonjs/api/chatTranscriptsNoSubscription/operations.js.map +7 -0
  267. package/dist/commonjs/api/chatTranscriptsNoSubscription/options.d.ts +8 -0
  268. package/dist/commonjs/api/chatTranscriptsNoSubscription/options.js +16 -0
  269. package/dist/commonjs/api/chatTranscriptsNoSubscription/options.js.map +7 -0
  270. package/dist/commonjs/api/classifyProblems/index.d.ts +3 -0
  271. package/dist/commonjs/api/classifyProblems/index.js +28 -0
  272. package/dist/commonjs/api/classifyProblems/index.js.map +7 -0
  273. package/dist/commonjs/api/classifyProblems/operations.d.ts +9 -0
  274. package/dist/commonjs/api/classifyProblems/operations.js +75 -0
  275. package/dist/commonjs/api/classifyProblems/operations.js.map +7 -0
  276. package/dist/commonjs/api/classifyProblems/options.d.ts +5 -0
  277. package/dist/commonjs/api/classifyProblems/options.js +16 -0
  278. package/dist/commonjs/api/classifyProblems/options.js.map +7 -0
  279. package/dist/commonjs/api/classifyProblemsNoSubscription/index.d.ts +3 -0
  280. package/dist/commonjs/api/classifyProblemsNoSubscription/index.js +28 -0
  281. package/dist/commonjs/api/classifyProblemsNoSubscription/index.js.map +7 -0
  282. package/dist/commonjs/api/classifyProblemsNoSubscription/operations.d.ts +9 -0
  283. package/dist/commonjs/api/classifyProblemsNoSubscription/operations.js +74 -0
  284. package/dist/commonjs/api/classifyProblemsNoSubscription/operations.js.map +7 -0
  285. package/dist/commonjs/api/classifyProblemsNoSubscription/options.d.ts +5 -0
  286. package/dist/commonjs/api/classifyProblemsNoSubscription/options.js +16 -0
  287. package/dist/commonjs/api/classifyProblemsNoSubscription/options.js.map +7 -0
  288. package/dist/commonjs/api/classifyServices/index.d.ts +3 -0
  289. package/dist/commonjs/api/classifyServices/index.js +28 -0
  290. package/dist/commonjs/api/classifyServices/index.js.map +7 -0
  291. package/dist/commonjs/api/classifyServices/operations.d.ts +9 -0
  292. package/dist/commonjs/api/classifyServices/operations.js +67 -0
  293. package/dist/commonjs/api/classifyServices/operations.js.map +7 -0
  294. package/dist/commonjs/api/classifyServices/options.d.ts +5 -0
  295. package/dist/commonjs/api/classifyServices/options.js +16 -0
  296. package/dist/commonjs/api/classifyServices/options.js.map +7 -0
  297. package/dist/commonjs/api/classifyServicesNoSubscription/index.d.ts +3 -0
  298. package/dist/commonjs/api/classifyServicesNoSubscription/index.js +28 -0
  299. package/dist/commonjs/api/classifyServicesNoSubscription/index.js.map +7 -0
  300. package/dist/commonjs/api/classifyServicesNoSubscription/operations.d.ts +9 -0
  301. package/dist/commonjs/api/classifyServicesNoSubscription/operations.js +66 -0
  302. package/dist/commonjs/api/classifyServicesNoSubscription/operations.js.map +7 -0
  303. package/dist/commonjs/api/classifyServicesNoSubscription/options.d.ts +5 -0
  304. package/dist/commonjs/api/classifyServicesNoSubscription/options.js +16 -0
  305. package/dist/commonjs/api/classifyServicesNoSubscription/options.js.map +7 -0
  306. package/dist/commonjs/api/communications/index.d.ts +3 -0
  307. package/dist/commonjs/api/communications/index.js +34 -0
  308. package/dist/commonjs/api/communications/index.js.map +7 -0
  309. package/dist/commonjs/api/communications/operations.d.ts +23 -0
  310. package/dist/commonjs/api/communications/operations.js +215 -0
  311. package/dist/commonjs/api/communications/operations.js.map +7 -0
  312. package/dist/commonjs/api/communications/options.d.ts +20 -0
  313. package/dist/commonjs/api/communications/options.js +16 -0
  314. package/dist/commonjs/api/communications/options.js.map +7 -0
  315. package/dist/commonjs/api/communicationsNoSubscription/index.d.ts +3 -0
  316. package/dist/commonjs/api/communicationsNoSubscription/index.js +34 -0
  317. package/dist/commonjs/api/communicationsNoSubscription/index.js.map +7 -0
  318. package/dist/commonjs/api/communicationsNoSubscription/operations.d.ts +23 -0
  319. package/dist/commonjs/api/communicationsNoSubscription/operations.js +211 -0
  320. package/dist/commonjs/api/communicationsNoSubscription/operations.js.map +7 -0
  321. package/dist/commonjs/api/communicationsNoSubscription/options.d.ts +20 -0
  322. package/dist/commonjs/api/communicationsNoSubscription/options.js +16 -0
  323. package/dist/commonjs/api/communicationsNoSubscription/options.js.map +7 -0
  324. package/dist/commonjs/api/fileWorkspaces/index.d.ts +3 -0
  325. package/dist/commonjs/api/fileWorkspaces/index.js +30 -0
  326. package/dist/commonjs/api/fileWorkspaces/index.js.map +7 -0
  327. package/dist/commonjs/api/fileWorkspaces/operations.d.ts +13 -0
  328. package/dist/commonjs/api/fileWorkspaces/operations.js +104 -0
  329. package/dist/commonjs/api/fileWorkspaces/operations.js.map +7 -0
  330. package/dist/commonjs/api/fileWorkspaces/options.d.ts +8 -0
  331. package/dist/commonjs/api/fileWorkspaces/options.js +16 -0
  332. package/dist/commonjs/api/fileWorkspaces/options.js.map +7 -0
  333. package/dist/commonjs/api/fileWorkspacesNoSubscription/index.d.ts +3 -0
  334. package/dist/commonjs/api/fileWorkspacesNoSubscription/index.js +30 -0
  335. package/dist/commonjs/api/fileWorkspacesNoSubscription/index.js.map +7 -0
  336. package/dist/commonjs/api/fileWorkspacesNoSubscription/operations.d.ts +13 -0
  337. package/dist/commonjs/api/fileWorkspacesNoSubscription/operations.js +102 -0
  338. package/dist/commonjs/api/fileWorkspacesNoSubscription/operations.js.map +7 -0
  339. package/dist/commonjs/api/fileWorkspacesNoSubscription/options.d.ts +8 -0
  340. package/dist/commonjs/api/fileWorkspacesNoSubscription/options.js +16 -0
  341. package/dist/commonjs/api/fileWorkspacesNoSubscription/options.js.map +7 -0
  342. package/dist/commonjs/api/files/index.d.ts +3 -0
  343. package/dist/commonjs/api/files/index.js +34 -0
  344. package/dist/commonjs/api/files/index.js.map +7 -0
  345. package/dist/commonjs/api/files/operations.d.ts +22 -0
  346. package/dist/commonjs/api/files/operations.js +202 -0
  347. package/dist/commonjs/api/files/operations.js.map +7 -0
  348. package/dist/commonjs/api/files/options.d.ts +14 -0
  349. package/dist/commonjs/api/files/options.js +16 -0
  350. package/dist/commonjs/api/files/options.js.map +7 -0
  351. package/dist/commonjs/api/filesNoSubscription/index.d.ts +3 -0
  352. package/dist/commonjs/api/filesNoSubscription/index.js +34 -0
  353. package/dist/commonjs/api/filesNoSubscription/index.js.map +7 -0
  354. package/dist/commonjs/api/filesNoSubscription/operations.d.ts +22 -0
  355. package/dist/commonjs/api/filesNoSubscription/operations.js +198 -0
  356. package/dist/commonjs/api/filesNoSubscription/operations.js.map +7 -0
  357. package/dist/commonjs/api/filesNoSubscription/options.d.ts +14 -0
  358. package/dist/commonjs/api/filesNoSubscription/options.js +16 -0
  359. package/dist/commonjs/api/filesNoSubscription/options.js.map +7 -0
  360. package/dist/commonjs/api/index.d.ts +3 -0
  361. package/dist/commonjs/api/index.js +28 -0
  362. package/dist/commonjs/api/index.js.map +7 -0
  363. package/dist/commonjs/api/microsoftSupportContext.d.ts +22 -0
  364. package/dist/commonjs/api/microsoftSupportContext.js +47 -0
  365. package/dist/commonjs/api/microsoftSupportContext.js.map +7 -0
  366. package/dist/commonjs/api/operations/index.d.ts +3 -0
  367. package/dist/commonjs/api/operations/index.js +28 -0
  368. package/dist/commonjs/api/operations/index.js.map +7 -0
  369. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  370. package/dist/commonjs/api/operations/operations.js +74 -0
  371. package/dist/commonjs/api/operations/operations.js.map +7 -0
  372. package/dist/commonjs/api/operations/options.d.ts +5 -0
  373. package/dist/commonjs/api/operations/options.js +16 -0
  374. package/dist/commonjs/api/operations/options.js.map +7 -0
  375. package/dist/commonjs/api/problemClassifications/index.d.ts +3 -0
  376. package/dist/commonjs/api/problemClassifications/index.js +30 -0
  377. package/dist/commonjs/api/problemClassifications/index.js.map +7 -0
  378. package/dist/commonjs/api/problemClassifications/operations.d.ts +14 -0
  379. package/dist/commonjs/api/problemClassifications/operations.js +113 -0
  380. package/dist/commonjs/api/problemClassifications/operations.js.map +7 -0
  381. package/dist/commonjs/api/problemClassifications/options.d.ts +8 -0
  382. package/dist/commonjs/api/problemClassifications/options.js +16 -0
  383. package/dist/commonjs/api/problemClassifications/options.js.map +7 -0
  384. package/dist/commonjs/api/services/index.d.ts +3 -0
  385. package/dist/commonjs/api/services/index.js +30 -0
  386. package/dist/commonjs/api/services/index.js.map +7 -0
  387. package/dist/commonjs/api/services/operations.d.ts +14 -0
  388. package/dist/commonjs/api/services/operations.js +111 -0
  389. package/dist/commonjs/api/services/operations.js.map +7 -0
  390. package/dist/commonjs/api/services/options.d.ts +8 -0
  391. package/dist/commonjs/api/services/options.js +16 -0
  392. package/dist/commonjs/api/services/options.js.map +7 -0
  393. package/dist/commonjs/api/supportTickets/index.d.ts +3 -0
  394. package/dist/commonjs/api/supportTickets/index.js +38 -0
  395. package/dist/commonjs/api/supportTickets/index.js.map +7 -0
  396. package/dist/commonjs/api/supportTickets/operations.d.ts +31 -0
  397. package/dist/commonjs/api/supportTickets/operations.js +278 -0
  398. package/dist/commonjs/api/supportTickets/operations.js.map +7 -0
  399. package/dist/commonjs/api/supportTickets/options.d.ts +26 -0
  400. package/dist/commonjs/api/supportTickets/options.js +16 -0
  401. package/dist/commonjs/api/supportTickets/options.js.map +7 -0
  402. package/dist/commonjs/api/supportTicketsNoSubscription/index.d.ts +3 -0
  403. package/dist/commonjs/api/supportTicketsNoSubscription/index.js +36 -0
  404. package/dist/commonjs/api/supportTicketsNoSubscription/index.js.map +7 -0
  405. package/dist/commonjs/api/supportTicketsNoSubscription/operations.d.ts +27 -0
  406. package/dist/commonjs/api/supportTicketsNoSubscription/operations.js +235 -0
  407. package/dist/commonjs/api/supportTicketsNoSubscription/operations.js.map +7 -0
  408. package/dist/commonjs/api/supportTicketsNoSubscription/options.d.ts +23 -0
  409. package/dist/commonjs/api/supportTicketsNoSubscription/options.js +16 -0
  410. package/dist/commonjs/api/supportTicketsNoSubscription/options.js.map +7 -0
  411. package/dist/commonjs/classic/chatTranscripts/index.d.ts +13 -0
  412. package/dist/commonjs/classic/chatTranscripts/index.js +39 -0
  413. package/dist/commonjs/classic/chatTranscripts/index.js.map +7 -0
  414. package/dist/commonjs/classic/chatTranscriptsNoSubscription/index.d.ts +13 -0
  415. package/dist/commonjs/classic/chatTranscriptsNoSubscription/index.js +39 -0
  416. package/dist/commonjs/classic/chatTranscriptsNoSubscription/index.js.map +7 -0
  417. package/dist/commonjs/classic/classifyProblems/index.d.ts +10 -0
  418. package/dist/commonjs/classic/classifyProblems/index.js +43 -0
  419. package/dist/commonjs/classic/classifyProblems/index.js.map +7 -0
  420. package/dist/commonjs/classic/classifyProblemsNoSubscription/index.d.ts +10 -0
  421. package/dist/commonjs/classic/classifyProblemsNoSubscription/index.js +43 -0
  422. package/dist/commonjs/classic/classifyProblemsNoSubscription/index.js.map +7 -0
  423. package/dist/commonjs/classic/classifyServices/index.d.ts +10 -0
  424. package/dist/commonjs/classic/classifyServices/index.js +38 -0
  425. package/dist/commonjs/classic/classifyServices/index.js.map +7 -0
  426. package/dist/commonjs/classic/classifyServicesNoSubscription/index.d.ts +10 -0
  427. package/dist/commonjs/classic/classifyServicesNoSubscription/index.js +38 -0
  428. package/dist/commonjs/classic/classifyServicesNoSubscription/index.js.map +7 -0
  429. package/dist/commonjs/classic/communications/index.d.ts +23 -0
  430. package/dist/commonjs/classic/communications/index.js +62 -0
  431. package/dist/commonjs/classic/communications/index.js.map +7 -0
  432. package/dist/commonjs/classic/communicationsNoSubscription/index.d.ts +23 -0
  433. package/dist/commonjs/classic/communicationsNoSubscription/index.js +62 -0
  434. package/dist/commonjs/classic/communicationsNoSubscription/index.js.map +7 -0
  435. package/dist/commonjs/classic/fileWorkspaces/index.d.ts +12 -0
  436. package/dist/commonjs/classic/fileWorkspaces/index.js +39 -0
  437. package/dist/commonjs/classic/fileWorkspaces/index.js.map +7 -0
  438. package/dist/commonjs/classic/fileWorkspacesNoSubscription/index.d.ts +12 -0
  439. package/dist/commonjs/classic/fileWorkspacesNoSubscription/index.js +39 -0
  440. package/dist/commonjs/classic/fileWorkspacesNoSubscription/index.js.map +7 -0
  441. package/dist/commonjs/classic/files/index.d.ts +17 -0
  442. package/dist/commonjs/classic/files/index.js +41 -0
  443. package/dist/commonjs/classic/files/index.js.map +7 -0
  444. package/dist/commonjs/classic/filesNoSubscription/index.d.ts +17 -0
  445. package/dist/commonjs/classic/filesNoSubscription/index.js +41 -0
  446. package/dist/commonjs/classic/filesNoSubscription/index.js.map +7 -0
  447. package/dist/commonjs/classic/index.d.ts +18 -0
  448. package/dist/commonjs/classic/index.js +16 -0
  449. package/dist/commonjs/classic/index.js.map +7 -0
  450. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  451. package/dist/commonjs/classic/operations/index.js +38 -0
  452. package/dist/commonjs/classic/operations/index.js.map +7 -0
  453. package/dist/commonjs/classic/problemClassifications/index.d.ts +13 -0
  454. package/dist/commonjs/classic/problemClassifications/index.js +39 -0
  455. package/dist/commonjs/classic/problemClassifications/index.js.map +7 -0
  456. package/dist/commonjs/classic/services/index.d.ts +13 -0
  457. package/dist/commonjs/classic/services/index.js +39 -0
  458. package/dist/commonjs/classic/services/index.js.map +7 -0
  459. package/dist/commonjs/classic/supportTickets/index.d.ts +27 -0
  460. package/dist/commonjs/classic/supportTickets/index.js +52 -0
  461. package/dist/commonjs/classic/supportTickets/index.js.map +7 -0
  462. package/dist/commonjs/classic/supportTicketsNoSubscription/index.d.ts +25 -0
  463. package/dist/commonjs/classic/supportTicketsNoSubscription/index.js +51 -0
  464. package/dist/commonjs/classic/supportTicketsNoSubscription/index.js.map +7 -0
  465. package/dist/commonjs/index.d.ts +30 -3
  466. package/dist/commonjs/index.js +39 -8
  467. package/dist/commonjs/index.js.map +3 -3
  468. package/dist/commonjs/logger.d.ts +2 -0
  469. package/dist/commonjs/logger.js +29 -0
  470. package/dist/commonjs/logger.js.map +7 -0
  471. package/dist/commonjs/microsoftSupport.d.ts +61 -31
  472. package/dist/commonjs/microsoftSupport.js +83 -117
  473. package/dist/commonjs/microsoftSupport.js.map +3 -3
  474. package/dist/commonjs/models/index.d.ts +2 -999
  475. package/dist/commonjs/models/index.js +20 -64
  476. package/dist/commonjs/models/index.js.map +4 -4
  477. package/dist/commonjs/models/models.d.ts +955 -0
  478. package/dist/commonjs/models/models.js +1049 -0
  479. package/dist/commonjs/models/models.js.map +7 -0
  480. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  481. package/dist/commonjs/restorePollerHelpers.js +119 -0
  482. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  483. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  484. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  485. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  486. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  487. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  488. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  489. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  490. package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
  491. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  492. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  493. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
  494. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  495. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  496. package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
  497. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  498. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  499. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  500. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  501. package/dist/commonjs/tsdoc-metadata.json +1 -1
  502. package/dist/esm/api/chatTranscripts/index.d.ts +3 -0
  503. package/dist/esm/api/chatTranscripts/index.js +4 -0
  504. package/dist/esm/api/chatTranscripts/index.js.map +1 -0
  505. package/dist/esm/api/chatTranscripts/operations.d.ts +14 -0
  506. package/dist/esm/api/chatTranscripts/operations.js +69 -0
  507. package/dist/esm/api/chatTranscripts/operations.js.map +1 -0
  508. package/dist/esm/api/chatTranscripts/options.d.ts +8 -0
  509. package/dist/esm/api/chatTranscripts/options.js +4 -0
  510. package/dist/esm/api/chatTranscripts/options.js.map +1 -0
  511. package/dist/esm/api/chatTranscriptsNoSubscription/index.d.ts +3 -0
  512. package/dist/esm/api/chatTranscriptsNoSubscription/index.js +4 -0
  513. package/dist/esm/api/chatTranscriptsNoSubscription/index.js.map +1 -0
  514. package/dist/esm/api/chatTranscriptsNoSubscription/operations.d.ts +14 -0
  515. package/dist/esm/api/chatTranscriptsNoSubscription/operations.js +67 -0
  516. package/dist/esm/api/chatTranscriptsNoSubscription/operations.js.map +1 -0
  517. package/dist/esm/api/chatTranscriptsNoSubscription/options.d.ts +8 -0
  518. package/dist/esm/api/chatTranscriptsNoSubscription/options.js +4 -0
  519. package/dist/esm/api/chatTranscriptsNoSubscription/options.js.map +1 -0
  520. package/dist/esm/api/classifyProblems/index.d.ts +3 -0
  521. package/dist/esm/api/classifyProblems/index.js +4 -0
  522. package/dist/esm/api/classifyProblems/index.js.map +1 -0
  523. package/dist/esm/api/classifyProblems/operations.d.ts +9 -0
  524. package/dist/esm/api/classifyProblems/operations.js +37 -0
  525. package/dist/esm/api/classifyProblems/operations.js.map +1 -0
  526. package/dist/esm/api/classifyProblems/options.d.ts +5 -0
  527. package/dist/esm/api/classifyProblems/options.js +4 -0
  528. package/dist/esm/api/classifyProblems/options.js.map +1 -0
  529. package/dist/esm/api/classifyProblemsNoSubscription/index.d.ts +3 -0
  530. package/dist/esm/api/classifyProblemsNoSubscription/index.js +4 -0
  531. package/dist/esm/api/classifyProblemsNoSubscription/index.js.map +1 -0
  532. package/dist/esm/api/classifyProblemsNoSubscription/operations.d.ts +9 -0
  533. package/dist/esm/api/classifyProblemsNoSubscription/operations.js +36 -0
  534. package/dist/esm/api/classifyProblemsNoSubscription/operations.js.map +1 -0
  535. package/dist/esm/api/classifyProblemsNoSubscription/options.d.ts +5 -0
  536. package/dist/esm/api/classifyProblemsNoSubscription/options.js +4 -0
  537. package/dist/esm/api/classifyProblemsNoSubscription/options.js.map +1 -0
  538. package/dist/esm/api/classifyServices/index.d.ts +3 -0
  539. package/dist/esm/api/classifyServices/index.js +4 -0
  540. package/dist/esm/api/classifyServices/index.js.map +1 -0
  541. package/dist/esm/api/classifyServices/operations.d.ts +9 -0
  542. package/dist/esm/api/classifyServices/operations.js +36 -0
  543. package/dist/esm/api/classifyServices/operations.js.map +1 -0
  544. package/dist/esm/api/classifyServices/options.d.ts +5 -0
  545. package/dist/esm/api/classifyServices/options.js +4 -0
  546. package/dist/esm/api/classifyServices/options.js.map +1 -0
  547. package/dist/esm/api/classifyServicesNoSubscription/index.d.ts +3 -0
  548. package/dist/esm/api/classifyServicesNoSubscription/index.js +4 -0
  549. package/dist/esm/api/classifyServicesNoSubscription/index.js.map +1 -0
  550. package/dist/esm/api/classifyServicesNoSubscription/operations.d.ts +9 -0
  551. package/dist/esm/api/classifyServicesNoSubscription/operations.js +35 -0
  552. package/dist/esm/api/classifyServicesNoSubscription/operations.js.map +1 -0
  553. package/dist/esm/api/classifyServicesNoSubscription/options.d.ts +5 -0
  554. package/dist/esm/api/classifyServicesNoSubscription/options.js +4 -0
  555. package/dist/esm/api/classifyServicesNoSubscription/options.js.map +1 -0
  556. package/dist/esm/api/communications/index.d.ts +3 -0
  557. package/dist/esm/api/communications/index.js +4 -0
  558. package/dist/esm/api/communications/index.js.map +1 -0
  559. package/dist/esm/api/communications/operations.d.ts +23 -0
  560. package/dist/esm/api/communications/operations.js +140 -0
  561. package/dist/esm/api/communications/operations.js.map +1 -0
  562. package/dist/esm/api/communications/options.d.ts +20 -0
  563. package/dist/esm/api/communications/options.js +4 -0
  564. package/dist/esm/api/communications/options.js.map +1 -0
  565. package/dist/esm/api/communicationsNoSubscription/index.d.ts +3 -0
  566. package/dist/esm/api/communicationsNoSubscription/index.js +4 -0
  567. package/dist/esm/api/communicationsNoSubscription/index.js.map +1 -0
  568. package/dist/esm/api/communicationsNoSubscription/operations.d.ts +23 -0
  569. package/dist/esm/api/communicationsNoSubscription/operations.js +136 -0
  570. package/dist/esm/api/communicationsNoSubscription/operations.js.map +1 -0
  571. package/dist/esm/api/communicationsNoSubscription/options.d.ts +20 -0
  572. package/dist/esm/api/communicationsNoSubscription/options.js +4 -0
  573. package/dist/esm/api/communicationsNoSubscription/options.js.map +1 -0
  574. package/dist/esm/api/fileWorkspaces/index.d.ts +3 -0
  575. package/dist/esm/api/fileWorkspaces/index.js +4 -0
  576. package/dist/esm/api/fileWorkspaces/index.js.map +1 -0
  577. package/dist/esm/api/fileWorkspaces/operations.d.ts +13 -0
  578. package/dist/esm/api/fileWorkspaces/operations.js +64 -0
  579. package/dist/esm/api/fileWorkspaces/operations.js.map +1 -0
  580. package/dist/esm/api/fileWorkspaces/options.d.ts +8 -0
  581. package/dist/esm/api/fileWorkspaces/options.js +4 -0
  582. package/dist/esm/api/fileWorkspaces/options.js.map +1 -0
  583. package/dist/esm/api/fileWorkspacesNoSubscription/index.d.ts +3 -0
  584. package/dist/esm/api/fileWorkspacesNoSubscription/index.js +4 -0
  585. package/dist/esm/api/fileWorkspacesNoSubscription/index.js.map +1 -0
  586. package/dist/esm/api/fileWorkspacesNoSubscription/operations.d.ts +13 -0
  587. package/dist/esm/api/fileWorkspacesNoSubscription/operations.js +62 -0
  588. package/dist/esm/api/fileWorkspacesNoSubscription/operations.js.map +1 -0
  589. package/dist/esm/api/fileWorkspacesNoSubscription/options.d.ts +8 -0
  590. package/dist/esm/api/fileWorkspacesNoSubscription/options.js +4 -0
  591. package/dist/esm/api/fileWorkspacesNoSubscription/options.js.map +1 -0
  592. package/dist/esm/api/files/index.d.ts +3 -0
  593. package/dist/esm/api/files/index.js +4 -0
  594. package/dist/esm/api/files/index.js.map +1 -0
  595. package/dist/esm/api/files/operations.d.ts +22 -0
  596. package/dist/esm/api/files/operations.js +132 -0
  597. package/dist/esm/api/files/operations.js.map +1 -0
  598. package/dist/esm/api/files/options.d.ts +14 -0
  599. package/dist/esm/api/files/options.js +4 -0
  600. package/dist/esm/api/files/options.js.map +1 -0
  601. package/dist/esm/api/filesNoSubscription/index.d.ts +3 -0
  602. package/dist/esm/api/filesNoSubscription/index.js +4 -0
  603. package/dist/esm/api/filesNoSubscription/index.js.map +1 -0
  604. package/dist/esm/api/filesNoSubscription/operations.d.ts +22 -0
  605. package/dist/esm/api/filesNoSubscription/operations.js +128 -0
  606. package/dist/esm/api/filesNoSubscription/operations.js.map +1 -0
  607. package/dist/esm/api/filesNoSubscription/options.d.ts +14 -0
  608. package/dist/esm/api/filesNoSubscription/options.js +4 -0
  609. package/dist/esm/api/filesNoSubscription/options.js.map +1 -0
  610. package/dist/esm/api/index.d.ts +3 -0
  611. package/dist/esm/api/index.js +4 -0
  612. package/dist/esm/api/index.js.map +1 -0
  613. package/dist/esm/api/microsoftSupportContext.d.ts +22 -0
  614. package/dist/esm/api/microsoftSupportContext.js +26 -0
  615. package/dist/esm/api/microsoftSupportContext.js.map +1 -0
  616. package/dist/esm/api/operations/index.d.ts +3 -0
  617. package/dist/esm/api/operations/index.js +4 -0
  618. package/dist/esm/api/operations/index.js.map +1 -0
  619. package/dist/esm/api/operations/operations.d.ts +10 -0
  620. package/dist/esm/api/operations/operations.js +37 -0
  621. package/dist/esm/api/operations/operations.js.map +1 -0
  622. package/dist/esm/api/operations/options.d.ts +5 -0
  623. package/dist/esm/api/operations/options.js +4 -0
  624. package/dist/esm/api/operations/options.js.map +1 -0
  625. package/dist/esm/api/problemClassifications/index.d.ts +3 -0
  626. package/dist/esm/api/problemClassifications/index.js +4 -0
  627. package/dist/esm/api/problemClassifications/index.js.map +1 -0
  628. package/dist/esm/api/problemClassifications/operations.d.ts +14 -0
  629. package/dist/esm/api/problemClassifications/operations.js +67 -0
  630. package/dist/esm/api/problemClassifications/operations.js.map +1 -0
  631. package/dist/esm/api/problemClassifications/options.d.ts +8 -0
  632. package/dist/esm/api/problemClassifications/options.js +4 -0
  633. package/dist/esm/api/problemClassifications/options.js.map +1 -0
  634. package/dist/esm/api/services/index.d.ts +3 -0
  635. package/dist/esm/api/services/index.js +4 -0
  636. package/dist/esm/api/services/index.js.map +1 -0
  637. package/dist/esm/api/services/operations.d.ts +14 -0
  638. package/dist/esm/api/services/operations.js +65 -0
  639. package/dist/esm/api/services/operations.js.map +1 -0
  640. package/dist/esm/api/services/options.d.ts +8 -0
  641. package/dist/esm/api/services/options.js +4 -0
  642. package/dist/esm/api/services/options.js.map +1 -0
  643. package/dist/esm/api/supportTickets/index.d.ts +3 -0
  644. package/dist/esm/api/supportTickets/index.js +4 -0
  645. package/dist/esm/api/supportTickets/index.js.map +1 -0
  646. package/dist/esm/api/supportTickets/operations.d.ts +31 -0
  647. package/dist/esm/api/supportTickets/operations.js +196 -0
  648. package/dist/esm/api/supportTickets/operations.js.map +1 -0
  649. package/dist/esm/api/supportTickets/options.d.ts +26 -0
  650. package/dist/esm/api/supportTickets/options.js +4 -0
  651. package/dist/esm/api/supportTickets/options.js.map +1 -0
  652. package/dist/esm/api/supportTicketsNoSubscription/index.d.ts +3 -0
  653. package/dist/esm/api/supportTicketsNoSubscription/index.js +4 -0
  654. package/dist/esm/api/supportTicketsNoSubscription/index.js.map +1 -0
  655. package/dist/esm/api/supportTicketsNoSubscription/operations.d.ts +27 -0
  656. package/dist/esm/api/supportTicketsNoSubscription/operations.js +162 -0
  657. package/dist/esm/api/supportTicketsNoSubscription/operations.js.map +1 -0
  658. package/dist/esm/api/supportTicketsNoSubscription/options.d.ts +23 -0
  659. package/dist/esm/api/supportTicketsNoSubscription/options.js +4 -0
  660. package/dist/esm/api/supportTicketsNoSubscription/options.js.map +1 -0
  661. package/dist/esm/classic/chatTranscripts/index.d.ts +13 -0
  662. package/dist/esm/classic/chatTranscripts/index.js +15 -0
  663. package/dist/esm/classic/chatTranscripts/index.js.map +1 -0
  664. package/dist/esm/classic/chatTranscriptsNoSubscription/index.d.ts +13 -0
  665. package/dist/esm/classic/chatTranscriptsNoSubscription/index.js +15 -0
  666. package/dist/esm/classic/chatTranscriptsNoSubscription/index.js.map +1 -0
  667. package/dist/esm/classic/classifyProblems/index.d.ts +10 -0
  668. package/dist/esm/classic/classifyProblems/index.js +14 -0
  669. package/dist/esm/classic/classifyProblems/index.js.map +1 -0
  670. package/dist/esm/classic/classifyProblemsNoSubscription/index.d.ts +10 -0
  671. package/dist/esm/classic/classifyProblemsNoSubscription/index.js +14 -0
  672. package/dist/esm/classic/classifyProblemsNoSubscription/index.js.map +1 -0
  673. package/dist/esm/classic/classifyServices/index.d.ts +10 -0
  674. package/dist/esm/classic/classifyServices/index.js +14 -0
  675. package/dist/esm/classic/classifyServices/index.js.map +1 -0
  676. package/dist/esm/classic/classifyServicesNoSubscription/index.d.ts +10 -0
  677. package/dist/esm/classic/classifyServicesNoSubscription/index.js +14 -0
  678. package/dist/esm/classic/classifyServicesNoSubscription/index.js.map +1 -0
  679. package/dist/esm/classic/communications/index.d.ts +23 -0
  680. package/dist/esm/classic/communications/index.js +26 -0
  681. package/dist/esm/classic/communications/index.js.map +1 -0
  682. package/dist/esm/classic/communicationsNoSubscription/index.d.ts +23 -0
  683. package/dist/esm/classic/communicationsNoSubscription/index.js +26 -0
  684. package/dist/esm/classic/communicationsNoSubscription/index.js.map +1 -0
  685. package/dist/esm/classic/fileWorkspaces/index.d.ts +12 -0
  686. package/dist/esm/classic/fileWorkspaces/index.js +15 -0
  687. package/dist/esm/classic/fileWorkspaces/index.js.map +1 -0
  688. package/dist/esm/classic/fileWorkspacesNoSubscription/index.d.ts +12 -0
  689. package/dist/esm/classic/fileWorkspacesNoSubscription/index.js +15 -0
  690. package/dist/esm/classic/fileWorkspacesNoSubscription/index.js.map +1 -0
  691. package/dist/esm/classic/files/index.d.ts +17 -0
  692. package/dist/esm/classic/files/index.js +17 -0
  693. package/dist/esm/classic/files/index.js.map +1 -0
  694. package/dist/esm/classic/filesNoSubscription/index.d.ts +17 -0
  695. package/dist/esm/classic/filesNoSubscription/index.js +17 -0
  696. package/dist/esm/classic/filesNoSubscription/index.js.map +1 -0
  697. package/dist/esm/classic/index.d.ts +18 -0
  698. package/dist/esm/classic/index.js +4 -0
  699. package/dist/esm/classic/index.js.map +1 -0
  700. package/dist/esm/classic/operations/index.d.ts +11 -0
  701. package/dist/esm/classic/operations/index.js +14 -0
  702. package/dist/esm/classic/operations/index.js.map +1 -0
  703. package/dist/esm/classic/problemClassifications/index.d.ts +13 -0
  704. package/dist/esm/classic/problemClassifications/index.js +15 -0
  705. package/dist/esm/classic/problemClassifications/index.js.map +1 -0
  706. package/dist/esm/classic/services/index.d.ts +13 -0
  707. package/dist/esm/classic/services/index.js +15 -0
  708. package/dist/esm/classic/services/index.js.map +1 -0
  709. package/dist/esm/classic/supportTickets/index.d.ts +27 -0
  710. package/dist/esm/classic/supportTickets/index.js +28 -0
  711. package/dist/esm/classic/supportTickets/index.js.map +1 -0
  712. package/dist/esm/classic/supportTicketsNoSubscription/index.d.ts +25 -0
  713. package/dist/esm/classic/supportTicketsNoSubscription/index.js +27 -0
  714. package/dist/esm/classic/supportTicketsNoSubscription/index.js.map +1 -0
  715. package/dist/esm/index.d.ts +30 -3
  716. package/dist/esm/index.js +9 -8
  717. package/dist/esm/index.js.map +1 -7
  718. package/dist/esm/logger.d.ts +2 -0
  719. package/dist/esm/logger.js +5 -0
  720. package/dist/esm/logger.js.map +1 -0
  721. package/dist/esm/microsoftSupport.d.ts +61 -31
  722. package/dist/esm/microsoftSupport.js +95 -135
  723. package/dist/esm/microsoftSupport.js.map +1 -7
  724. package/dist/esm/models/index.d.ts +2 -999
  725. package/dist/esm/models/index.js +4 -64
  726. package/dist/esm/models/index.js.map +1 -7
  727. package/dist/esm/models/models.d.ts +955 -0
  728. package/dist/esm/models/models.js +987 -0
  729. package/dist/esm/models/models.js.map +1 -0
  730. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  731. package/dist/esm/restorePollerHelpers.js +106 -0
  732. package/dist/esm/restorePollerHelpers.js.map +1 -0
  733. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  734. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  735. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  736. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  737. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  738. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  739. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  740. package/dist/esm/static-helpers/pollingHelpers.js +95 -0
  741. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  742. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  743. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
  744. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  745. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  746. package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
  747. package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
  748. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  749. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  750. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  751. package/package.json +353 -79
  752. package/CHANGELOG.md +0 -171
  753. package/dist/browser/index.d.ts.map +0 -1
  754. package/dist/browser/lroImpl.d.ts +0 -11
  755. package/dist/browser/lroImpl.d.ts.map +0 -1
  756. package/dist/browser/lroImpl.js +0 -18
  757. package/dist/browser/lroImpl.js.map +0 -1
  758. package/dist/browser/microsoftSupport.d.ts.map +0 -1
  759. package/dist/browser/models/index.d.ts.map +0 -1
  760. package/dist/browser/models/mappers.d.ts +0 -40
  761. package/dist/browser/models/mappers.d.ts.map +0 -1
  762. package/dist/browser/models/mappers.js +0 -1356
  763. package/dist/browser/models/mappers.js.map +0 -1
  764. package/dist/browser/models/parameters.d.ts +0 -24
  765. package/dist/browser/models/parameters.d.ts.map +0 -1
  766. package/dist/browser/models/parameters.js +0 -199
  767. package/dist/browser/models/parameters.js.map +0 -1
  768. package/dist/browser/operations/chatTranscripts.d.ts +0 -42
  769. package/dist/browser/operations/chatTranscripts.d.ts.map +0 -1
  770. package/dist/browser/operations/chatTranscripts.js +0 -158
  771. package/dist/browser/operations/chatTranscripts.js.map +0 -1
  772. package/dist/browser/operations/chatTranscriptsNoSubscription.d.ts +0 -42
  773. package/dist/browser/operations/chatTranscriptsNoSubscription.d.ts.map +0 -1
  774. package/dist/browser/operations/chatTranscriptsNoSubscription.js +0 -152
  775. package/dist/browser/operations/chatTranscriptsNoSubscription.js.map +0 -1
  776. package/dist/browser/operations/communications.d.ts +0 -77
  777. package/dist/browser/operations/communications.d.ts.map +0 -1
  778. package/dist/browser/operations/communications.js +0 -298
  779. package/dist/browser/operations/communications.js.map +0 -1
  780. package/dist/browser/operations/communicationsNoSubscription.d.ts +0 -77
  781. package/dist/browser/operations/communicationsNoSubscription.d.ts.map +0 -1
  782. package/dist/browser/operations/communicationsNoSubscription.js +0 -287
  783. package/dist/browser/operations/communicationsNoSubscription.js.map +0 -1
  784. package/dist/browser/operations/fileWorkspaces.d.ts +0 -25
  785. package/dist/browser/operations/fileWorkspaces.d.ts.map +0 -1
  786. package/dist/browser/operations/fileWorkspaces.js +0 -80
  787. package/dist/browser/operations/fileWorkspaces.js.map +0 -1
  788. package/dist/browser/operations/fileWorkspacesNoSubscription.d.ts +0 -25
  789. package/dist/browser/operations/fileWorkspacesNoSubscription.d.ts.map +0 -1
  790. package/dist/browser/operations/fileWorkspacesNoSubscription.js +0 -72
  791. package/dist/browser/operations/fileWorkspacesNoSubscription.js.map +0 -1
  792. package/dist/browser/operations/files.d.ts +0 -58
  793. package/dist/browser/operations/files.d.ts.map +0 -1
  794. package/dist/browser/operations/files.js +0 -222
  795. package/dist/browser/operations/files.js.map +0 -1
  796. package/dist/browser/operations/filesNoSubscription.d.ts +0 -58
  797. package/dist/browser/operations/filesNoSubscription.d.ts.map +0 -1
  798. package/dist/browser/operations/filesNoSubscription.js +0 -214
  799. package/dist/browser/operations/filesNoSubscription.js.map +0 -1
  800. package/dist/browser/operations/index.d.ts +0 -14
  801. package/dist/browser/operations/index.d.ts.map +0 -1
  802. package/dist/browser/operations/index.js +0 -21
  803. package/dist/browser/operations/index.js.map +0 -1
  804. package/dist/browser/operations/operations.d.ts +0 -26
  805. package/dist/browser/operations/operations.d.ts.map +0 -1
  806. package/dist/browser/operations/operations.js +0 -79
  807. package/dist/browser/operations/operations.js.map +0 -1
  808. package/dist/browser/operations/problemClassifications.d.ts +0 -41
  809. package/dist/browser/operations/problemClassifications.d.ts.map +0 -1
  810. package/dist/browser/operations/problemClassifications.js +0 -116
  811. package/dist/browser/operations/problemClassifications.js.map +0 -1
  812. package/dist/browser/operations/services.d.ts +0 -44
  813. package/dist/browser/operations/services.d.ts.map +0 -1
  814. package/dist/browser/operations/services.js +0 -115
  815. package/dist/browser/operations/services.js.map +0 -1
  816. package/dist/browser/operations/supportTickets.d.ts +0 -113
  817. package/dist/browser/operations/supportTickets.d.ts.map +0 -1
  818. package/dist/browser/operations/supportTickets.js +0 -342
  819. package/dist/browser/operations/supportTickets.js.map +0 -1
  820. package/dist/browser/operations/supportTicketsNoSubscription.d.ts +0 -98
  821. package/dist/browser/operations/supportTicketsNoSubscription.d.ts.map +0 -1
  822. package/dist/browser/operations/supportTicketsNoSubscription.js +0 -311
  823. package/dist/browser/operations/supportTicketsNoSubscription.js.map +0 -1
  824. package/dist/browser/operationsInterfaces/chatTranscripts.d.ts +0 -19
  825. package/dist/browser/operationsInterfaces/chatTranscripts.d.ts.map +0 -1
  826. package/dist/browser/operationsInterfaces/chatTranscripts.js +0 -9
  827. package/dist/browser/operationsInterfaces/chatTranscripts.js.map +0 -1
  828. package/dist/browser/operationsInterfaces/chatTranscriptsNoSubscription.d.ts +0 -19
  829. package/dist/browser/operationsInterfaces/chatTranscriptsNoSubscription.d.ts.map +0 -1
  830. package/dist/browser/operationsInterfaces/chatTranscriptsNoSubscription.js +0 -9
  831. package/dist/browser/operationsInterfaces/chatTranscriptsNoSubscription.js.map +0 -1
  832. package/dist/browser/operationsInterfaces/communications.d.ts +0 -49
  833. package/dist/browser/operationsInterfaces/communications.d.ts.map +0 -1
  834. package/dist/browser/operationsInterfaces/communications.js +0 -9
  835. package/dist/browser/operationsInterfaces/communications.js.map +0 -1
  836. package/dist/browser/operationsInterfaces/communicationsNoSubscription.d.ts +0 -49
  837. package/dist/browser/operationsInterfaces/communicationsNoSubscription.d.ts.map +0 -1
  838. package/dist/browser/operationsInterfaces/communicationsNoSubscription.js +0 -9
  839. package/dist/browser/operationsInterfaces/communicationsNoSubscription.js.map +0 -1
  840. package/dist/browser/operationsInterfaces/fileWorkspaces.d.ts +0 -17
  841. package/dist/browser/operationsInterfaces/fileWorkspaces.d.ts.map +0 -1
  842. package/dist/browser/operationsInterfaces/fileWorkspaces.js +0 -9
  843. package/dist/browser/operationsInterfaces/fileWorkspaces.js.map +0 -1
  844. package/dist/browser/operationsInterfaces/fileWorkspacesNoSubscription.d.ts +0 -17
  845. package/dist/browser/operationsInterfaces/fileWorkspacesNoSubscription.d.ts.map +0 -1
  846. package/dist/browser/operationsInterfaces/fileWorkspacesNoSubscription.js +0 -9
  847. package/dist/browser/operationsInterfaces/fileWorkspacesNoSubscription.js.map +0 -1
  848. package/dist/browser/operationsInterfaces/files.d.ts +0 -35
  849. package/dist/browser/operationsInterfaces/files.d.ts.map +0 -1
  850. package/dist/browser/operationsInterfaces/files.js +0 -9
  851. package/dist/browser/operationsInterfaces/files.js.map +0 -1
  852. package/dist/browser/operationsInterfaces/filesNoSubscription.d.ts +0 -35
  853. package/dist/browser/operationsInterfaces/filesNoSubscription.d.ts.map +0 -1
  854. package/dist/browser/operationsInterfaces/filesNoSubscription.js +0 -9
  855. package/dist/browser/operationsInterfaces/filesNoSubscription.js.map +0 -1
  856. package/dist/browser/operationsInterfaces/index.d.ts +0 -14
  857. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  858. package/dist/browser/operationsInterfaces/index.js +0 -21
  859. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  860. package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
  861. package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
  862. package/dist/browser/operationsInterfaces/operations.js +0 -9
  863. package/dist/browser/operationsInterfaces/operations.js.map +0 -1
  864. package/dist/browser/operationsInterfaces/problemClassifications.d.ts +0 -22
  865. package/dist/browser/operationsInterfaces/problemClassifications.d.ts.map +0 -1
  866. package/dist/browser/operationsInterfaces/problemClassifications.js +0 -9
  867. package/dist/browser/operationsInterfaces/problemClassifications.js.map +0 -1
  868. package/dist/browser/operationsInterfaces/services.d.ts +0 -23
  869. package/dist/browser/operationsInterfaces/services.d.ts.map +0 -1
  870. package/dist/browser/operationsInterfaces/services.js +0 -9
  871. package/dist/browser/operationsInterfaces/services.js.map +0 -1
  872. package/dist/browser/operationsInterfaces/supportTickets.d.ts +0 -88
  873. package/dist/browser/operationsInterfaces/supportTickets.d.ts.map +0 -1
  874. package/dist/browser/operationsInterfaces/supportTickets.js +0 -9
  875. package/dist/browser/operationsInterfaces/supportTickets.js.map +0 -1
  876. package/dist/browser/operationsInterfaces/supportTicketsNoSubscription.d.ts +0 -73
  877. package/dist/browser/operationsInterfaces/supportTicketsNoSubscription.d.ts.map +0 -1
  878. package/dist/browser/operationsInterfaces/supportTicketsNoSubscription.js +0 -9
  879. package/dist/browser/operationsInterfaces/supportTicketsNoSubscription.js.map +0 -1
  880. package/dist/browser/pagingHelper.d.ts +0 -13
  881. package/dist/browser/pagingHelper.d.ts.map +0 -1
  882. package/dist/browser/pagingHelper.js +0 -30
  883. package/dist/browser/pagingHelper.js.map +0 -1
  884. package/dist/commonjs/index.d.ts.map +0 -1
  885. package/dist/commonjs/lroImpl.d.ts +0 -11
  886. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  887. package/dist/commonjs/lroImpl.js +0 -43
  888. package/dist/commonjs/lroImpl.js.map +0 -7
  889. package/dist/commonjs/microsoftSupport.d.ts.map +0 -1
  890. package/dist/commonjs/models/index.d.ts.map +0 -1
  891. package/dist/commonjs/models/mappers.d.ts +0 -40
  892. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  893. package/dist/commonjs/models/mappers.js +0 -1448
  894. package/dist/commonjs/models/mappers.js.map +0 -7
  895. package/dist/commonjs/models/parameters.d.ts +0 -24
  896. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  897. package/dist/commonjs/models/parameters.js +0 -259
  898. package/dist/commonjs/models/parameters.js.map +0 -7
  899. package/dist/commonjs/operations/chatTranscripts.d.ts +0 -42
  900. package/dist/commonjs/operations/chatTranscripts.d.ts.map +0 -1
  901. package/dist/commonjs/operations/chatTranscripts.js +0 -200
  902. package/dist/commonjs/operations/chatTranscripts.js.map +0 -7
  903. package/dist/commonjs/operations/chatTranscriptsNoSubscription.d.ts +0 -42
  904. package/dist/commonjs/operations/chatTranscriptsNoSubscription.d.ts.map +0 -1
  905. package/dist/commonjs/operations/chatTranscriptsNoSubscription.js +0 -194
  906. package/dist/commonjs/operations/chatTranscriptsNoSubscription.js.map +0 -7
  907. package/dist/commonjs/operations/communications.d.ts +0 -77
  908. package/dist/commonjs/operations/communications.d.ts.map +0 -1
  909. package/dist/commonjs/operations/communications.js +0 -348
  910. package/dist/commonjs/operations/communications.js.map +0 -7
  911. package/dist/commonjs/operations/communicationsNoSubscription.d.ts +0 -77
  912. package/dist/commonjs/operations/communicationsNoSubscription.d.ts.map +0 -1
  913. package/dist/commonjs/operations/communicationsNoSubscription.js +0 -337
  914. package/dist/commonjs/operations/communicationsNoSubscription.js.map +0 -7
  915. package/dist/commonjs/operations/fileWorkspaces.d.ts +0 -25
  916. package/dist/commonjs/operations/fileWorkspaces.d.ts.map +0 -1
  917. package/dist/commonjs/operations/fileWorkspaces.js +0 -116
  918. package/dist/commonjs/operations/fileWorkspaces.js.map +0 -7
  919. package/dist/commonjs/operations/fileWorkspacesNoSubscription.d.ts +0 -25
  920. package/dist/commonjs/operations/fileWorkspacesNoSubscription.d.ts.map +0 -1
  921. package/dist/commonjs/operations/fileWorkspacesNoSubscription.js +0 -108
  922. package/dist/commonjs/operations/fileWorkspacesNoSubscription.js.map +0 -7
  923. package/dist/commonjs/operations/files.d.ts +0 -58
  924. package/dist/commonjs/operations/files.d.ts.map +0 -1
  925. package/dist/commonjs/operations/files.js +0 -270
  926. package/dist/commonjs/operations/files.js.map +0 -7
  927. package/dist/commonjs/operations/filesNoSubscription.d.ts +0 -58
  928. package/dist/commonjs/operations/filesNoSubscription.d.ts.map +0 -1
  929. package/dist/commonjs/operations/filesNoSubscription.js +0 -262
  930. package/dist/commonjs/operations/filesNoSubscription.js.map +0 -7
  931. package/dist/commonjs/operations/index.d.ts +0 -14
  932. package/dist/commonjs/operations/index.d.ts.map +0 -1
  933. package/dist/commonjs/operations/index.js +0 -45
  934. package/dist/commonjs/operations/index.js.map +0 -7
  935. package/dist/commonjs/operations/operations.d.ts +0 -26
  936. package/dist/commonjs/operations/operations.d.ts.map +0 -1
  937. package/dist/commonjs/operations/operations.js +0 -108
  938. package/dist/commonjs/operations/operations.js.map +0 -7
  939. package/dist/commonjs/operations/problemClassifications.d.ts +0 -41
  940. package/dist/commonjs/operations/problemClassifications.d.ts.map +0 -1
  941. package/dist/commonjs/operations/problemClassifications.js +0 -151
  942. package/dist/commonjs/operations/problemClassifications.js.map +0 -7
  943. package/dist/commonjs/operations/services.d.ts +0 -44
  944. package/dist/commonjs/operations/services.d.ts.map +0 -1
  945. package/dist/commonjs/operations/services.js +0 -147
  946. package/dist/commonjs/operations/services.js.map +0 -7
  947. package/dist/commonjs/operations/supportTickets.d.ts +0 -113
  948. package/dist/commonjs/operations/supportTickets.d.ts.map +0 -1
  949. package/dist/commonjs/operations/supportTickets.js +0 -387
  950. package/dist/commonjs/operations/supportTickets.js.map +0 -7
  951. package/dist/commonjs/operations/supportTicketsNoSubscription.d.ts +0 -98
  952. package/dist/commonjs/operations/supportTicketsNoSubscription.d.ts.map +0 -1
  953. package/dist/commonjs/operations/supportTicketsNoSubscription.js +0 -356
  954. package/dist/commonjs/operations/supportTicketsNoSubscription.js.map +0 -7
  955. package/dist/commonjs/operationsInterfaces/chatTranscripts.d.ts +0 -19
  956. package/dist/commonjs/operationsInterfaces/chatTranscripts.d.ts.map +0 -1
  957. package/dist/commonjs/operationsInterfaces/chatTranscripts.js +0 -15
  958. package/dist/commonjs/operationsInterfaces/chatTranscripts.js.map +0 -7
  959. package/dist/commonjs/operationsInterfaces/chatTranscriptsNoSubscription.d.ts +0 -19
  960. package/dist/commonjs/operationsInterfaces/chatTranscriptsNoSubscription.d.ts.map +0 -1
  961. package/dist/commonjs/operationsInterfaces/chatTranscriptsNoSubscription.js +0 -15
  962. package/dist/commonjs/operationsInterfaces/chatTranscriptsNoSubscription.js.map +0 -7
  963. package/dist/commonjs/operationsInterfaces/communications.d.ts +0 -49
  964. package/dist/commonjs/operationsInterfaces/communications.d.ts.map +0 -1
  965. package/dist/commonjs/operationsInterfaces/communications.js +0 -15
  966. package/dist/commonjs/operationsInterfaces/communications.js.map +0 -7
  967. package/dist/commonjs/operationsInterfaces/communicationsNoSubscription.d.ts +0 -49
  968. package/dist/commonjs/operationsInterfaces/communicationsNoSubscription.d.ts.map +0 -1
  969. package/dist/commonjs/operationsInterfaces/communicationsNoSubscription.js +0 -15
  970. package/dist/commonjs/operationsInterfaces/communicationsNoSubscription.js.map +0 -7
  971. package/dist/commonjs/operationsInterfaces/fileWorkspaces.d.ts +0 -17
  972. package/dist/commonjs/operationsInterfaces/fileWorkspaces.d.ts.map +0 -1
  973. package/dist/commonjs/operationsInterfaces/fileWorkspaces.js +0 -15
  974. package/dist/commonjs/operationsInterfaces/fileWorkspaces.js.map +0 -7
  975. package/dist/commonjs/operationsInterfaces/fileWorkspacesNoSubscription.d.ts +0 -17
  976. package/dist/commonjs/operationsInterfaces/fileWorkspacesNoSubscription.d.ts.map +0 -1
  977. package/dist/commonjs/operationsInterfaces/fileWorkspacesNoSubscription.js +0 -15
  978. package/dist/commonjs/operationsInterfaces/fileWorkspacesNoSubscription.js.map +0 -7
  979. package/dist/commonjs/operationsInterfaces/files.d.ts +0 -35
  980. package/dist/commonjs/operationsInterfaces/files.d.ts.map +0 -1
  981. package/dist/commonjs/operationsInterfaces/files.js +0 -15
  982. package/dist/commonjs/operationsInterfaces/files.js.map +0 -7
  983. package/dist/commonjs/operationsInterfaces/filesNoSubscription.d.ts +0 -35
  984. package/dist/commonjs/operationsInterfaces/filesNoSubscription.d.ts.map +0 -1
  985. package/dist/commonjs/operationsInterfaces/filesNoSubscription.js +0 -15
  986. package/dist/commonjs/operationsInterfaces/filesNoSubscription.js.map +0 -7
  987. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -14
  988. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  989. package/dist/commonjs/operationsInterfaces/index.js +0 -45
  990. package/dist/commonjs/operationsInterfaces/index.js.map +0 -7
  991. package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
  992. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
  993. package/dist/commonjs/operationsInterfaces/operations.js +0 -15
  994. package/dist/commonjs/operationsInterfaces/operations.js.map +0 -7
  995. package/dist/commonjs/operationsInterfaces/problemClassifications.d.ts +0 -22
  996. package/dist/commonjs/operationsInterfaces/problemClassifications.d.ts.map +0 -1
  997. package/dist/commonjs/operationsInterfaces/problemClassifications.js +0 -15
  998. package/dist/commonjs/operationsInterfaces/problemClassifications.js.map +0 -7
  999. package/dist/commonjs/operationsInterfaces/services.d.ts +0 -23
  1000. package/dist/commonjs/operationsInterfaces/services.d.ts.map +0 -1
  1001. package/dist/commonjs/operationsInterfaces/services.js +0 -15
  1002. package/dist/commonjs/operationsInterfaces/services.js.map +0 -7
  1003. package/dist/commonjs/operationsInterfaces/supportTickets.d.ts +0 -88
  1004. package/dist/commonjs/operationsInterfaces/supportTickets.d.ts.map +0 -1
  1005. package/dist/commonjs/operationsInterfaces/supportTickets.js +0 -15
  1006. package/dist/commonjs/operationsInterfaces/supportTickets.js.map +0 -7
  1007. package/dist/commonjs/operationsInterfaces/supportTicketsNoSubscription.d.ts +0 -73
  1008. package/dist/commonjs/operationsInterfaces/supportTicketsNoSubscription.d.ts.map +0 -1
  1009. package/dist/commonjs/operationsInterfaces/supportTicketsNoSubscription.js +0 -15
  1010. package/dist/commonjs/operationsInterfaces/supportTicketsNoSubscription.js.map +0 -7
  1011. package/dist/commonjs/pagingHelper.d.ts +0 -13
  1012. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  1013. package/dist/commonjs/pagingHelper.js +0 -43
  1014. package/dist/commonjs/pagingHelper.js.map +0 -7
  1015. package/dist/esm/index.d.ts.map +0 -1
  1016. package/dist/esm/lroImpl.d.ts +0 -11
  1017. package/dist/esm/lroImpl.d.ts.map +0 -1
  1018. package/dist/esm/lroImpl.js +0 -20
  1019. package/dist/esm/lroImpl.js.map +0 -7
  1020. package/dist/esm/microsoftSupport.d.ts.map +0 -1
  1021. package/dist/esm/models/index.d.ts.map +0 -1
  1022. package/dist/esm/models/mappers.d.ts +0 -40
  1023. package/dist/esm/models/mappers.d.ts.map +0 -1
  1024. package/dist/esm/models/mappers.js +0 -1388
  1025. package/dist/esm/models/mappers.js.map +0 -7
  1026. package/dist/esm/models/parameters.d.ts +0 -24
  1027. package/dist/esm/models/parameters.d.ts.map +0 -1
  1028. package/dist/esm/models/parameters.js +0 -222
  1029. package/dist/esm/models/parameters.js.map +0 -7
  1030. package/dist/esm/operations/chatTranscripts.d.ts +0 -42
  1031. package/dist/esm/operations/chatTranscripts.d.ts.map +0 -1
  1032. package/dist/esm/operations/chatTranscripts.js +0 -167
  1033. package/dist/esm/operations/chatTranscripts.js.map +0 -7
  1034. package/dist/esm/operations/chatTranscriptsNoSubscription.d.ts +0 -42
  1035. package/dist/esm/operations/chatTranscriptsNoSubscription.d.ts.map +0 -1
  1036. package/dist/esm/operations/chatTranscriptsNoSubscription.js +0 -161
  1037. package/dist/esm/operations/chatTranscriptsNoSubscription.js.map +0 -7
  1038. package/dist/esm/operations/communications.d.ts +0 -77
  1039. package/dist/esm/operations/communications.d.ts.map +0 -1
  1040. package/dist/esm/operations/communications.js +0 -317
  1041. package/dist/esm/operations/communications.js.map +0 -7
  1042. package/dist/esm/operations/communicationsNoSubscription.d.ts +0 -77
  1043. package/dist/esm/operations/communicationsNoSubscription.d.ts.map +0 -1
  1044. package/dist/esm/operations/communicationsNoSubscription.js +0 -306
  1045. package/dist/esm/operations/communicationsNoSubscription.js.map +0 -7
  1046. package/dist/esm/operations/fileWorkspaces.d.ts +0 -25
  1047. package/dist/esm/operations/fileWorkspaces.d.ts.map +0 -1
  1048. package/dist/esm/operations/fileWorkspaces.js +0 -83
  1049. package/dist/esm/operations/fileWorkspaces.js.map +0 -7
  1050. package/dist/esm/operations/fileWorkspacesNoSubscription.d.ts +0 -25
  1051. package/dist/esm/operations/fileWorkspacesNoSubscription.d.ts.map +0 -1
  1052. package/dist/esm/operations/fileWorkspacesNoSubscription.js +0 -75
  1053. package/dist/esm/operations/fileWorkspacesNoSubscription.js.map +0 -7
  1054. package/dist/esm/operations/files.d.ts +0 -58
  1055. package/dist/esm/operations/files.d.ts.map +0 -1
  1056. package/dist/esm/operations/files.js +0 -237
  1057. package/dist/esm/operations/files.js.map +0 -7
  1058. package/dist/esm/operations/filesNoSubscription.d.ts +0 -58
  1059. package/dist/esm/operations/filesNoSubscription.d.ts.map +0 -1
  1060. package/dist/esm/operations/filesNoSubscription.js +0 -229
  1061. package/dist/esm/operations/filesNoSubscription.js.map +0 -7
  1062. package/dist/esm/operations/index.d.ts +0 -14
  1063. package/dist/esm/operations/index.d.ts.map +0 -1
  1064. package/dist/esm/operations/index.js +0 -13
  1065. package/dist/esm/operations/index.js.map +0 -7
  1066. package/dist/esm/operations/operations.d.ts +0 -26
  1067. package/dist/esm/operations/operations.d.ts.map +0 -1
  1068. package/dist/esm/operations/operations.js +0 -75
  1069. package/dist/esm/operations/operations.js.map +0 -7
  1070. package/dist/esm/operations/problemClassifications.d.ts +0 -41
  1071. package/dist/esm/operations/problemClassifications.d.ts.map +0 -1
  1072. package/dist/esm/operations/problemClassifications.js +0 -118
  1073. package/dist/esm/operations/problemClassifications.js.map +0 -7
  1074. package/dist/esm/operations/services.d.ts +0 -44
  1075. package/dist/esm/operations/services.d.ts.map +0 -1
  1076. package/dist/esm/operations/services.js +0 -114
  1077. package/dist/esm/operations/services.js.map +0 -7
  1078. package/dist/esm/operations/supportTickets.d.ts +0 -113
  1079. package/dist/esm/operations/supportTickets.d.ts.map +0 -1
  1080. package/dist/esm/operations/supportTickets.js +0 -356
  1081. package/dist/esm/operations/supportTickets.js.map +0 -7
  1082. package/dist/esm/operations/supportTicketsNoSubscription.d.ts +0 -98
  1083. package/dist/esm/operations/supportTicketsNoSubscription.d.ts.map +0 -1
  1084. package/dist/esm/operations/supportTicketsNoSubscription.js +0 -325
  1085. package/dist/esm/operations/supportTicketsNoSubscription.js.map +0 -7
  1086. package/dist/esm/operationsInterfaces/chatTranscripts.d.ts +0 -19
  1087. package/dist/esm/operationsInterfaces/chatTranscripts.d.ts.map +0 -1
  1088. package/dist/esm/operationsInterfaces/chatTranscripts.js +0 -0
  1089. package/dist/esm/operationsInterfaces/chatTranscripts.js.map +0 -7
  1090. package/dist/esm/operationsInterfaces/chatTranscriptsNoSubscription.d.ts +0 -19
  1091. package/dist/esm/operationsInterfaces/chatTranscriptsNoSubscription.d.ts.map +0 -1
  1092. package/dist/esm/operationsInterfaces/chatTranscriptsNoSubscription.js +0 -0
  1093. package/dist/esm/operationsInterfaces/chatTranscriptsNoSubscription.js.map +0 -7
  1094. package/dist/esm/operationsInterfaces/communications.d.ts +0 -49
  1095. package/dist/esm/operationsInterfaces/communications.d.ts.map +0 -1
  1096. package/dist/esm/operationsInterfaces/communications.js +0 -0
  1097. package/dist/esm/operationsInterfaces/communications.js.map +0 -7
  1098. package/dist/esm/operationsInterfaces/communicationsNoSubscription.d.ts +0 -49
  1099. package/dist/esm/operationsInterfaces/communicationsNoSubscription.d.ts.map +0 -1
  1100. package/dist/esm/operationsInterfaces/communicationsNoSubscription.js +0 -0
  1101. package/dist/esm/operationsInterfaces/communicationsNoSubscription.js.map +0 -7
  1102. package/dist/esm/operationsInterfaces/fileWorkspaces.d.ts +0 -17
  1103. package/dist/esm/operationsInterfaces/fileWorkspaces.d.ts.map +0 -1
  1104. package/dist/esm/operationsInterfaces/fileWorkspaces.js +0 -0
  1105. package/dist/esm/operationsInterfaces/fileWorkspaces.js.map +0 -7
  1106. package/dist/esm/operationsInterfaces/fileWorkspacesNoSubscription.d.ts +0 -17
  1107. package/dist/esm/operationsInterfaces/fileWorkspacesNoSubscription.d.ts.map +0 -1
  1108. package/dist/esm/operationsInterfaces/fileWorkspacesNoSubscription.js +0 -0
  1109. package/dist/esm/operationsInterfaces/fileWorkspacesNoSubscription.js.map +0 -7
  1110. package/dist/esm/operationsInterfaces/files.d.ts +0 -35
  1111. package/dist/esm/operationsInterfaces/files.d.ts.map +0 -1
  1112. package/dist/esm/operationsInterfaces/files.js +0 -0
  1113. package/dist/esm/operationsInterfaces/files.js.map +0 -7
  1114. package/dist/esm/operationsInterfaces/filesNoSubscription.d.ts +0 -35
  1115. package/dist/esm/operationsInterfaces/filesNoSubscription.d.ts.map +0 -1
  1116. package/dist/esm/operationsInterfaces/filesNoSubscription.js +0 -0
  1117. package/dist/esm/operationsInterfaces/filesNoSubscription.js.map +0 -7
  1118. package/dist/esm/operationsInterfaces/index.d.ts +0 -14
  1119. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  1120. package/dist/esm/operationsInterfaces/index.js +0 -13
  1121. package/dist/esm/operationsInterfaces/index.js.map +0 -7
  1122. package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
  1123. package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
  1124. package/dist/esm/operationsInterfaces/operations.js +0 -0
  1125. package/dist/esm/operationsInterfaces/operations.js.map +0 -7
  1126. package/dist/esm/operationsInterfaces/problemClassifications.d.ts +0 -22
  1127. package/dist/esm/operationsInterfaces/problemClassifications.d.ts.map +0 -1
  1128. package/dist/esm/operationsInterfaces/problemClassifications.js +0 -0
  1129. package/dist/esm/operationsInterfaces/problemClassifications.js.map +0 -7
  1130. package/dist/esm/operationsInterfaces/services.d.ts +0 -23
  1131. package/dist/esm/operationsInterfaces/services.d.ts.map +0 -1
  1132. package/dist/esm/operationsInterfaces/services.js +0 -0
  1133. package/dist/esm/operationsInterfaces/services.js.map +0 -7
  1134. package/dist/esm/operationsInterfaces/supportTickets.d.ts +0 -88
  1135. package/dist/esm/operationsInterfaces/supportTickets.d.ts.map +0 -1
  1136. package/dist/esm/operationsInterfaces/supportTickets.js +0 -0
  1137. package/dist/esm/operationsInterfaces/supportTickets.js.map +0 -7
  1138. package/dist/esm/operationsInterfaces/supportTicketsNoSubscription.d.ts +0 -73
  1139. package/dist/esm/operationsInterfaces/supportTicketsNoSubscription.d.ts.map +0 -1
  1140. package/dist/esm/operationsInterfaces/supportTicketsNoSubscription.js +0 -0
  1141. package/dist/esm/operationsInterfaces/supportTicketsNoSubscription.js.map +0 -7
  1142. package/dist/esm/pagingHelper.d.ts +0 -13
  1143. package/dist/esm/pagingHelper.d.ts.map +0 -1
  1144. package/dist/esm/pagingHelper.js +0 -19
  1145. package/dist/esm/pagingHelper.js.map +0 -7
  1146. package/dist/react-native/index.d.ts +0 -5
  1147. package/dist/react-native/index.d.ts.map +0 -1
  1148. package/dist/react-native/index.js +0 -13
  1149. package/dist/react-native/index.js.map +0 -1
  1150. package/dist/react-native/lroImpl.d.ts +0 -11
  1151. package/dist/react-native/lroImpl.d.ts.map +0 -1
  1152. package/dist/react-native/lroImpl.js +0 -18
  1153. package/dist/react-native/lroImpl.js.map +0 -1
  1154. package/dist/react-native/microsoftSupport.d.ts +0 -33
  1155. package/dist/react-native/microsoftSupport.d.ts.map +0 -1
  1156. package/dist/react-native/microsoftSupport.js +0 -128
  1157. package/dist/react-native/microsoftSupport.js.map +0 -1
  1158. package/dist/react-native/models/index.d.ts +0 -1000
  1159. package/dist/react-native/models/index.d.ts.map +0 -1
  1160. package/dist/react-native/models/index.js +0 -92
  1161. package/dist/react-native/models/index.js.map +0 -1
  1162. package/dist/react-native/models/mappers.d.ts +0 -40
  1163. package/dist/react-native/models/mappers.d.ts.map +0 -1
  1164. package/dist/react-native/models/mappers.js +0 -1356
  1165. package/dist/react-native/models/mappers.js.map +0 -1
  1166. package/dist/react-native/models/parameters.d.ts +0 -24
  1167. package/dist/react-native/models/parameters.d.ts.map +0 -1
  1168. package/dist/react-native/models/parameters.js +0 -199
  1169. package/dist/react-native/models/parameters.js.map +0 -1
  1170. package/dist/react-native/operations/chatTranscripts.d.ts +0 -42
  1171. package/dist/react-native/operations/chatTranscripts.d.ts.map +0 -1
  1172. package/dist/react-native/operations/chatTranscripts.js +0 -158
  1173. package/dist/react-native/operations/chatTranscripts.js.map +0 -1
  1174. package/dist/react-native/operations/chatTranscriptsNoSubscription.d.ts +0 -42
  1175. package/dist/react-native/operations/chatTranscriptsNoSubscription.d.ts.map +0 -1
  1176. package/dist/react-native/operations/chatTranscriptsNoSubscription.js +0 -152
  1177. package/dist/react-native/operations/chatTranscriptsNoSubscription.js.map +0 -1
  1178. package/dist/react-native/operations/communications.d.ts +0 -77
  1179. package/dist/react-native/operations/communications.d.ts.map +0 -1
  1180. package/dist/react-native/operations/communications.js +0 -298
  1181. package/dist/react-native/operations/communications.js.map +0 -1
  1182. package/dist/react-native/operations/communicationsNoSubscription.d.ts +0 -77
  1183. package/dist/react-native/operations/communicationsNoSubscription.d.ts.map +0 -1
  1184. package/dist/react-native/operations/communicationsNoSubscription.js +0 -287
  1185. package/dist/react-native/operations/communicationsNoSubscription.js.map +0 -1
  1186. package/dist/react-native/operations/fileWorkspaces.d.ts +0 -25
  1187. package/dist/react-native/operations/fileWorkspaces.d.ts.map +0 -1
  1188. package/dist/react-native/operations/fileWorkspaces.js +0 -80
  1189. package/dist/react-native/operations/fileWorkspaces.js.map +0 -1
  1190. package/dist/react-native/operations/fileWorkspacesNoSubscription.d.ts +0 -25
  1191. package/dist/react-native/operations/fileWorkspacesNoSubscription.d.ts.map +0 -1
  1192. package/dist/react-native/operations/fileWorkspacesNoSubscription.js +0 -72
  1193. package/dist/react-native/operations/fileWorkspacesNoSubscription.js.map +0 -1
  1194. package/dist/react-native/operations/files.d.ts +0 -58
  1195. package/dist/react-native/operations/files.d.ts.map +0 -1
  1196. package/dist/react-native/operations/files.js +0 -222
  1197. package/dist/react-native/operations/files.js.map +0 -1
  1198. package/dist/react-native/operations/filesNoSubscription.d.ts +0 -58
  1199. package/dist/react-native/operations/filesNoSubscription.d.ts.map +0 -1
  1200. package/dist/react-native/operations/filesNoSubscription.js +0 -214
  1201. package/dist/react-native/operations/filesNoSubscription.js.map +0 -1
  1202. package/dist/react-native/operations/index.d.ts +0 -14
  1203. package/dist/react-native/operations/index.d.ts.map +0 -1
  1204. package/dist/react-native/operations/index.js +0 -21
  1205. package/dist/react-native/operations/index.js.map +0 -1
  1206. package/dist/react-native/operations/operations.d.ts +0 -26
  1207. package/dist/react-native/operations/operations.d.ts.map +0 -1
  1208. package/dist/react-native/operations/operations.js +0 -79
  1209. package/dist/react-native/operations/operations.js.map +0 -1
  1210. package/dist/react-native/operations/problemClassifications.d.ts +0 -41
  1211. package/dist/react-native/operations/problemClassifications.d.ts.map +0 -1
  1212. package/dist/react-native/operations/problemClassifications.js +0 -116
  1213. package/dist/react-native/operations/problemClassifications.js.map +0 -1
  1214. package/dist/react-native/operations/services.d.ts +0 -44
  1215. package/dist/react-native/operations/services.d.ts.map +0 -1
  1216. package/dist/react-native/operations/services.js +0 -115
  1217. package/dist/react-native/operations/services.js.map +0 -1
  1218. package/dist/react-native/operations/supportTickets.d.ts +0 -113
  1219. package/dist/react-native/operations/supportTickets.d.ts.map +0 -1
  1220. package/dist/react-native/operations/supportTickets.js +0 -342
  1221. package/dist/react-native/operations/supportTickets.js.map +0 -1
  1222. package/dist/react-native/operations/supportTicketsNoSubscription.d.ts +0 -98
  1223. package/dist/react-native/operations/supportTicketsNoSubscription.d.ts.map +0 -1
  1224. package/dist/react-native/operations/supportTicketsNoSubscription.js +0 -311
  1225. package/dist/react-native/operations/supportTicketsNoSubscription.js.map +0 -1
  1226. package/dist/react-native/operationsInterfaces/chatTranscripts.d.ts +0 -19
  1227. package/dist/react-native/operationsInterfaces/chatTranscripts.d.ts.map +0 -1
  1228. package/dist/react-native/operationsInterfaces/chatTranscripts.js +0 -9
  1229. package/dist/react-native/operationsInterfaces/chatTranscripts.js.map +0 -1
  1230. package/dist/react-native/operationsInterfaces/chatTranscriptsNoSubscription.d.ts +0 -19
  1231. package/dist/react-native/operationsInterfaces/chatTranscriptsNoSubscription.d.ts.map +0 -1
  1232. package/dist/react-native/operationsInterfaces/chatTranscriptsNoSubscription.js +0 -9
  1233. package/dist/react-native/operationsInterfaces/chatTranscriptsNoSubscription.js.map +0 -1
  1234. package/dist/react-native/operationsInterfaces/communications.d.ts +0 -49
  1235. package/dist/react-native/operationsInterfaces/communications.d.ts.map +0 -1
  1236. package/dist/react-native/operationsInterfaces/communications.js +0 -9
  1237. package/dist/react-native/operationsInterfaces/communications.js.map +0 -1
  1238. package/dist/react-native/operationsInterfaces/communicationsNoSubscription.d.ts +0 -49
  1239. package/dist/react-native/operationsInterfaces/communicationsNoSubscription.d.ts.map +0 -1
  1240. package/dist/react-native/operationsInterfaces/communicationsNoSubscription.js +0 -9
  1241. package/dist/react-native/operationsInterfaces/communicationsNoSubscription.js.map +0 -1
  1242. package/dist/react-native/operationsInterfaces/fileWorkspaces.d.ts +0 -17
  1243. package/dist/react-native/operationsInterfaces/fileWorkspaces.d.ts.map +0 -1
  1244. package/dist/react-native/operationsInterfaces/fileWorkspaces.js +0 -9
  1245. package/dist/react-native/operationsInterfaces/fileWorkspaces.js.map +0 -1
  1246. package/dist/react-native/operationsInterfaces/fileWorkspacesNoSubscription.d.ts +0 -17
  1247. package/dist/react-native/operationsInterfaces/fileWorkspacesNoSubscription.d.ts.map +0 -1
  1248. package/dist/react-native/operationsInterfaces/fileWorkspacesNoSubscription.js +0 -9
  1249. package/dist/react-native/operationsInterfaces/fileWorkspacesNoSubscription.js.map +0 -1
  1250. package/dist/react-native/operationsInterfaces/files.d.ts +0 -35
  1251. package/dist/react-native/operationsInterfaces/files.d.ts.map +0 -1
  1252. package/dist/react-native/operationsInterfaces/files.js +0 -9
  1253. package/dist/react-native/operationsInterfaces/files.js.map +0 -1
  1254. package/dist/react-native/operationsInterfaces/filesNoSubscription.d.ts +0 -35
  1255. package/dist/react-native/operationsInterfaces/filesNoSubscription.d.ts.map +0 -1
  1256. package/dist/react-native/operationsInterfaces/filesNoSubscription.js +0 -9
  1257. package/dist/react-native/operationsInterfaces/filesNoSubscription.js.map +0 -1
  1258. package/dist/react-native/operationsInterfaces/index.d.ts +0 -14
  1259. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  1260. package/dist/react-native/operationsInterfaces/index.js +0 -21
  1261. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  1262. package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
  1263. package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
  1264. package/dist/react-native/operationsInterfaces/operations.js +0 -9
  1265. package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
  1266. package/dist/react-native/operationsInterfaces/problemClassifications.d.ts +0 -22
  1267. package/dist/react-native/operationsInterfaces/problemClassifications.d.ts.map +0 -1
  1268. package/dist/react-native/operationsInterfaces/problemClassifications.js +0 -9
  1269. package/dist/react-native/operationsInterfaces/problemClassifications.js.map +0 -1
  1270. package/dist/react-native/operationsInterfaces/services.d.ts +0 -23
  1271. package/dist/react-native/operationsInterfaces/services.d.ts.map +0 -1
  1272. package/dist/react-native/operationsInterfaces/services.js +0 -9
  1273. package/dist/react-native/operationsInterfaces/services.js.map +0 -1
  1274. package/dist/react-native/operationsInterfaces/supportTickets.d.ts +0 -88
  1275. package/dist/react-native/operationsInterfaces/supportTickets.d.ts.map +0 -1
  1276. package/dist/react-native/operationsInterfaces/supportTickets.js +0 -9
  1277. package/dist/react-native/operationsInterfaces/supportTickets.js.map +0 -1
  1278. package/dist/react-native/operationsInterfaces/supportTicketsNoSubscription.d.ts +0 -73
  1279. package/dist/react-native/operationsInterfaces/supportTicketsNoSubscription.d.ts.map +0 -1
  1280. package/dist/react-native/operationsInterfaces/supportTicketsNoSubscription.js +0 -9
  1281. package/dist/react-native/operationsInterfaces/supportTicketsNoSubscription.js.map +0 -1
  1282. package/dist/react-native/package.json +0 -3
  1283. package/dist/react-native/pagingHelper.d.ts +0 -13
  1284. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  1285. package/dist/react-native/pagingHelper.js +0 -30
  1286. package/dist/react-native/pagingHelper.js.map +0 -1
  1287. package/review/arm-support-node.api.md +0 -889
@@ -1,1000 +0,0 @@
1
- import * as coreClient from "@azure/core-client";
2
- /** The list of operations supported by Microsoft Support resource provider. */
3
- export interface OperationsListResult {
4
- /** The list of operations supported by Microsoft Support resource provider. */
5
- value?: Operation[];
6
- }
7
- /** The operation supported by Microsoft Support resource provider. */
8
- export interface Operation {
9
- /**
10
- * Operation name: {provider}/{resource}/{operation}.
11
- * NOTE: This property will not be serialized. It can only be populated by the server.
12
- */
13
- readonly name?: string;
14
- /** The object that describes the operation. */
15
- display?: OperationDisplay;
16
- }
17
- /** The object that describes the operation. */
18
- export interface OperationDisplay {
19
- /**
20
- * The description of the operation.
21
- * NOTE: This property will not be serialized. It can only be populated by the server.
22
- */
23
- readonly description?: string;
24
- /**
25
- * The action that users can perform, based on their permission level.
26
- * NOTE: This property will not be serialized. It can only be populated by the server.
27
- */
28
- readonly operation?: string;
29
- /**
30
- * Service provider: Microsoft Support.
31
- * NOTE: This property will not be serialized. It can only be populated by the server.
32
- */
33
- readonly provider?: string;
34
- /**
35
- * Resource on which the operation is performed.
36
- * NOTE: This property will not be serialized. It can only be populated by the server.
37
- */
38
- readonly resource?: string;
39
- }
40
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
41
- export interface ErrorResponse {
42
- /** The error object. */
43
- error?: ErrorDetail;
44
- }
45
- /** The error detail. */
46
- export interface ErrorDetail {
47
- /**
48
- * The error code.
49
- * NOTE: This property will not be serialized. It can only be populated by the server.
50
- */
51
- readonly code?: string;
52
- /**
53
- * The error message.
54
- * NOTE: This property will not be serialized. It can only be populated by the server.
55
- */
56
- readonly message?: string;
57
- /**
58
- * The error target.
59
- * NOTE: This property will not be serialized. It can only be populated by the server.
60
- */
61
- readonly target?: string;
62
- /**
63
- * The error details.
64
- * NOTE: This property will not be serialized. It can only be populated by the server.
65
- */
66
- readonly details?: ErrorDetail[];
67
- /**
68
- * The error additional info.
69
- * NOTE: This property will not be serialized. It can only be populated by the server.
70
- */
71
- readonly additionalInfo?: ErrorAdditionalInfo[];
72
- }
73
- /** The resource management error additional info. */
74
- export interface ErrorAdditionalInfo {
75
- /**
76
- * The additional info type.
77
- * NOTE: This property will not be serialized. It can only be populated by the server.
78
- */
79
- readonly type?: string;
80
- /**
81
- * The additional info.
82
- * NOTE: This property will not be serialized. It can only be populated by the server.
83
- */
84
- readonly info?: Record<string, unknown>;
85
- }
86
- /** Collection of Service resources. */
87
- export interface ServicesListResult {
88
- /** List of Service resources. */
89
- value?: Service[];
90
- }
91
- /** Object that represents a Service resource. */
92
- export interface Service {
93
- /**
94
- * Id of the resource.
95
- * NOTE: This property will not be serialized. It can only be populated by the server.
96
- */
97
- readonly id?: string;
98
- /**
99
- * Name of the resource.
100
- * NOTE: This property will not be serialized. It can only be populated by the server.
101
- */
102
- readonly name?: string;
103
- /**
104
- * Type of the resource 'Microsoft.Support/services'.
105
- * NOTE: This property will not be serialized. It can only be populated by the server.
106
- */
107
- readonly type?: string;
108
- /** Localized name of the Azure service. */
109
- displayName?: string;
110
- /** ARM Resource types. */
111
- resourceTypes?: string[];
112
- }
113
- /** Collection of ProblemClassification resources. */
114
- export interface ProblemClassificationsListResult {
115
- /** List of ProblemClassification resources. */
116
- value?: ProblemClassification[];
117
- }
118
- /** ProblemClassification resource object. */
119
- export interface ProblemClassification {
120
- /**
121
- * Id of the resource.
122
- * NOTE: This property will not be serialized. It can only be populated by the server.
123
- */
124
- readonly id?: string;
125
- /**
126
- * Name of the resource.
127
- * NOTE: This property will not be serialized. It can only be populated by the server.
128
- */
129
- readonly name?: string;
130
- /**
131
- * Type of the resource 'Microsoft.Support/problemClassification'.
132
- * NOTE: This property will not be serialized. It can only be populated by the server.
133
- */
134
- readonly type?: string;
135
- /** Localized name of problem classification. */
136
- displayName?: string;
137
- /** This property indicates whether secondary consent is present for problem classification */
138
- secondaryConsentEnabled?: SecondaryConsentEnabled[];
139
- }
140
- /** This property indicates whether secondary consent is present for problem classification. */
141
- export interface SecondaryConsentEnabled {
142
- /** User consent description. */
143
- description?: string;
144
- /** The Azure service for which secondary consent is needed for case creation. */
145
- type?: string;
146
- }
147
- /** Input of CheckNameAvailability API. */
148
- export interface CheckNameAvailabilityInput {
149
- /** The resource name to validate. */
150
- name: string;
151
- /** The type of resource. */
152
- type: Type;
153
- }
154
- /** Output of check name availability API. */
155
- export interface CheckNameAvailabilityOutput {
156
- /**
157
- * Indicates whether the name is available.
158
- * NOTE: This property will not be serialized. It can only be populated by the server.
159
- */
160
- readonly nameAvailable?: boolean;
161
- /**
162
- * The reason why the name is not available.
163
- * NOTE: This property will not be serialized. It can only be populated by the server.
164
- */
165
- readonly reason?: string;
166
- /**
167
- * The detailed error message describing why the name is not available.
168
- * NOTE: This property will not be serialized. It can only be populated by the server.
169
- */
170
- readonly message?: string;
171
- }
172
- /** Object that represents a collection of SupportTicket resources. */
173
- export interface SupportTicketsListResult {
174
- /** List of SupportTicket resources. */
175
- value?: SupportTicketDetails[];
176
- /** The URI to fetch the next page of SupportTicket resources. */
177
- nextLink?: string;
178
- }
179
- /** Object that represents SupportTicketDetails resource. */
180
- export interface SupportTicketDetails {
181
- /**
182
- * Id of the resource.
183
- * NOTE: This property will not be serialized. It can only be populated by the server.
184
- */
185
- readonly id?: string;
186
- /**
187
- * Name of the resource.
188
- * NOTE: This property will not be serialized. It can only be populated by the server.
189
- */
190
- readonly name?: string;
191
- /**
192
- * Type of the resource 'Microsoft.Support/supportTickets'.
193
- * NOTE: This property will not be serialized. It can only be populated by the server.
194
- */
195
- readonly type?: string;
196
- /** System generated support ticket Id that is unique. */
197
- supportTicketId?: string;
198
- /** Detailed description of the question or issue. */
199
- description: string;
200
- /** 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. */
201
- problemClassificationId: string;
202
- /**
203
- * Localized name of problem classification.
204
- * NOTE: This property will not be serialized. It can only be populated by the server.
205
- */
206
- readonly problemClassificationDisplayName?: string;
207
- /** 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. */
208
- severity: SeverityLevel;
209
- /** Enrollment Id associated with the support ticket. */
210
- enrollmentId?: string;
211
- /** Indicates if this requires a 24x7 response from Azure. */
212
- require24X7Response?: boolean;
213
- /** Advanced diagnostic consent to be updated on the support ticket. */
214
- advancedDiagnosticConsent: Consent;
215
- /** Problem scoping questions associated with the support ticket. */
216
- problemScopingQuestions?: string;
217
- /** Support plan id associated with the support ticket. */
218
- supportPlanId?: string;
219
- /** Contact information of the user requesting to create a support ticket. */
220
- contactDetails: ContactProfile;
221
- /** Service Level Agreement information for this support ticket. */
222
- serviceLevelAgreement?: ServiceLevelAgreement;
223
- /** Information about the support engineer working on this support ticket. */
224
- supportEngineer?: SupportEngineer;
225
- /**
226
- * Support plan type associated with the support ticket.
227
- * NOTE: This property will not be serialized. It can only be populated by the server.
228
- */
229
- readonly supportPlanType?: string;
230
- /**
231
- * Support plan type associated with the support ticket.
232
- * NOTE: This property will not be serialized. It can only be populated by the server.
233
- */
234
- readonly supportPlanDisplayName?: string;
235
- /** Title of the support ticket. */
236
- title: string;
237
- /** Time in UTC (ISO 8601 format) when the problem started. */
238
- problemStartTime?: Date;
239
- /** This is the resource Id of the Azure service resource associated with the support ticket. */
240
- serviceId: string;
241
- /**
242
- * Localized name of the Azure service.
243
- * NOTE: This property will not be serialized. It can only be populated by the server.
244
- */
245
- readonly serviceDisplayName?: string;
246
- /**
247
- * Status of the support ticket.
248
- * NOTE: This property will not be serialized. It can only be populated by the server.
249
- */
250
- readonly status?: string;
251
- /**
252
- * Time in UTC (ISO 8601 format) when the support ticket was created.
253
- * NOTE: This property will not be serialized. It can only be populated by the server.
254
- */
255
- readonly createdDate?: Date;
256
- /**
257
- * Time in UTC (ISO 8601 format) when the support ticket was last modified.
258
- * NOTE: This property will not be serialized. It can only be populated by the server.
259
- */
260
- readonly modifiedDate?: Date;
261
- /** File workspace name. */
262
- fileWorkspaceName?: string;
263
- /**
264
- * This property indicates if support ticket is a temporary ticket.
265
- * NOTE: This property will not be serialized. It can only be populated by the server.
266
- */
267
- readonly isTemporaryTicket?: IsTemporaryTicket;
268
- /** Additional ticket details associated with a technical support ticket request. */
269
- technicalTicketDetails?: TechnicalTicketDetails;
270
- /** Additional ticket details associated with a quota support ticket request. */
271
- quotaTicketDetails?: QuotaTicketDetails;
272
- /** This property indicates secondary consents for the support ticket */
273
- secondaryConsent?: SecondaryConsent[];
274
- }
275
- /** Contact information associated with the support ticket. */
276
- export interface ContactProfile {
277
- /** First name. */
278
- firstName: string;
279
- /** Last name. */
280
- lastName: string;
281
- /** Preferred contact method. */
282
- preferredContactMethod: PreferredContactMethod;
283
- /** Primary email address. */
284
- primaryEmailAddress: string;
285
- /** Additional email addresses listed will be copied on any correspondence about the support ticket. */
286
- additionalEmailAddresses?: string[];
287
- /** Phone number. This is required if preferred contact method is phone. */
288
- phoneNumber?: string;
289
- /** 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). */
290
- preferredTimeZone: string;
291
- /** Country of the user. This is the ISO 3166-1 alpha-3 code. */
292
- country: string;
293
- /** 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. */
294
- preferredSupportLanguage: string;
295
- }
296
- /** Service Level Agreement details for a support ticket. */
297
- export interface ServiceLevelAgreement {
298
- /**
299
- * Time in UTC (ISO 8601 format) when the service level agreement starts.
300
- * NOTE: This property will not be serialized. It can only be populated by the server.
301
- */
302
- readonly startTime?: Date;
303
- /**
304
- * Time in UTC (ISO 8601 format) when the service level agreement expires.
305
- * NOTE: This property will not be serialized. It can only be populated by the server.
306
- */
307
- readonly expirationTime?: Date;
308
- /**
309
- * Service Level Agreement in minutes.
310
- * NOTE: This property will not be serialized. It can only be populated by the server.
311
- */
312
- readonly slaMinutes?: number;
313
- }
314
- /** Support engineer information. */
315
- export interface SupportEngineer {
316
- /**
317
- * Email address of the Azure Support engineer assigned to the support ticket.
318
- * NOTE: This property will not be serialized. It can only be populated by the server.
319
- */
320
- readonly emailAddress?: string;
321
- }
322
- /** Additional information for technical support ticket. */
323
- export interface TechnicalTicketDetails {
324
- /** 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. */
325
- resourceId?: string;
326
- }
327
- /** 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). */
328
- export interface QuotaTicketDetails {
329
- /** Required for certain quota types when there is a sub type, such as Batch, for which you are requesting a quota increase. */
330
- quotaChangeRequestSubType?: string;
331
- /** Quota change request version. */
332
- quotaChangeRequestVersion?: string;
333
- /** This property is required for providing the region and new quota limits. */
334
- quotaChangeRequests?: QuotaChangeRequest[];
335
- }
336
- /** This property is required for providing the region and new quota limits. */
337
- export interface QuotaChangeRequest {
338
- /** Region for which the quota increase request is being made. */
339
- region?: string;
340
- /** Payload of the quota increase request. */
341
- payload?: string;
342
- }
343
- /** This property indicates secondary consent for the support ticket. */
344
- export interface SecondaryConsent {
345
- /** User consent value provided */
346
- userConsent?: UserConsent;
347
- /** The service name for which the secondary consent is being provided. The value needs to be retrieved from the Problem Classification API response. */
348
- type?: string;
349
- }
350
- /** Updates severity, ticket status, contact details, advanced diagnostic consent and secondary consent in the support ticket. */
351
- export interface UpdateSupportTicket {
352
- /** Severity level. */
353
- severity?: SeverityLevel;
354
- /** Status to be updated on the ticket. */
355
- status?: Status;
356
- /** Contact details to be updated on the support ticket. */
357
- contactDetails?: UpdateContactProfile;
358
- /** Advanced diagnostic consent to be updated on the support ticket. */
359
- advancedDiagnosticConsent?: Consent;
360
- /** This property indicates secondary consents for the support ticket */
361
- secondaryConsent?: SecondaryConsent[];
362
- }
363
- /** Contact information associated with the support ticket. */
364
- export interface UpdateContactProfile {
365
- /** First name. */
366
- firstName?: string;
367
- /** Last name. */
368
- lastName?: string;
369
- /** Preferred contact method. */
370
- preferredContactMethod?: PreferredContactMethod;
371
- /** Primary email address. */
372
- primaryEmailAddress?: string;
373
- /** Email addresses listed will be copied on any correspondence about the support ticket. */
374
- additionalEmailAddresses?: string[];
375
- /** Phone number. This is required if preferred contact method is phone. */
376
- phoneNumber?: string;
377
- /** 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). */
378
- preferredTimeZone?: string;
379
- /** Country of the user. This is the ISO 3166-1 alpha-3 code. */
380
- country?: string;
381
- /** 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. */
382
- preferredSupportLanguage?: string;
383
- }
384
- /** Collection of Communication resources. */
385
- export interface CommunicationsListResult {
386
- /** List of Communication resources. */
387
- value?: CommunicationDetails[];
388
- /** The URI to fetch the next page of Communication resources. */
389
- nextLink?: string;
390
- }
391
- /** Object that represents a Communication resource. */
392
- export interface CommunicationDetails {
393
- /**
394
- * Id of the resource.
395
- * NOTE: This property will not be serialized. It can only be populated by the server.
396
- */
397
- readonly id?: string;
398
- /**
399
- * Name of the resource.
400
- * NOTE: This property will not be serialized. It can only be populated by the server.
401
- */
402
- readonly name?: string;
403
- /**
404
- * Type of the resource 'Microsoft.Support/communications'.
405
- * NOTE: This property will not be serialized. It can only be populated by the server.
406
- */
407
- readonly type?: string;
408
- /**
409
- * Communication type.
410
- * NOTE: This property will not be serialized. It can only be populated by the server.
411
- */
412
- readonly communicationType?: CommunicationType;
413
- /**
414
- * Direction of communication.
415
- * NOTE: This property will not be serialized. It can only be populated by the server.
416
- */
417
- readonly communicationDirection?: CommunicationDirection;
418
- /** Email address of the sender. This property is required if called by a service principal. */
419
- sender?: string;
420
- /** Subject of the communication. */
421
- subject: string;
422
- /** Body of the communication. */
423
- body: string;
424
- /**
425
- * Time in UTC (ISO 8601 format) when the communication was created.
426
- * NOTE: This property will not be serialized. It can only be populated by the server.
427
- */
428
- readonly createdDate?: Date;
429
- }
430
- /** Collection of Chat Transcripts resources. */
431
- export interface ChatTranscriptsListResult {
432
- /** List of Chat Transcripts resources. */
433
- value?: ChatTranscriptDetails[];
434
- /** The URI to fetch the next page of Chat Transcripts resources. */
435
- nextLink?: string;
436
- }
437
- /** Describes the properties of a Message Details resource. */
438
- export interface MessageProperties {
439
- /**
440
- * Content type.
441
- * NOTE: This property will not be serialized. It can only be populated by the server.
442
- */
443
- readonly contentType?: TranscriptContentType;
444
- /**
445
- * Direction of communication.
446
- * NOTE: This property will not be serialized. It can only be populated by the server.
447
- */
448
- readonly communicationDirection?: CommunicationDirection;
449
- /** Name of the sender. */
450
- sender?: string;
451
- /** Body of the communication. */
452
- body?: string;
453
- /**
454
- * Time in UTC (ISO 8601 format) when the communication was created.
455
- * NOTE: This property will not be serialized. It can only be populated by the server.
456
- */
457
- readonly createdDate?: Date;
458
- }
459
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
460
- export interface Resource {
461
- /**
462
- * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
463
- * NOTE: This property will not be serialized. It can only be populated by the server.
464
- */
465
- readonly id?: string;
466
- /**
467
- * The name of the resource
468
- * NOTE: This property will not be serialized. It can only be populated by the server.
469
- */
470
- readonly name?: string;
471
- /**
472
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
473
- * NOTE: This property will not be serialized. It can only be populated by the server.
474
- */
475
- readonly type?: string;
476
- /**
477
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
478
- * NOTE: This property will not be serialized. It can only be populated by the server.
479
- */
480
- readonly systemData?: SystemData;
481
- }
482
- /** Metadata pertaining to creation and last modification of the resource. */
483
- export interface SystemData {
484
- /** The identity that created the resource. */
485
- createdBy?: string;
486
- /** The type of identity that created the resource. */
487
- createdByType?: CreatedByType;
488
- /** The timestamp of resource creation (UTC). */
489
- createdAt?: Date;
490
- /** The identity that last modified the resource. */
491
- lastModifiedBy?: string;
492
- /** The type of identity that last modified the resource. */
493
- lastModifiedByType?: CreatedByType;
494
- /** The timestamp of resource last modification (UTC) */
495
- lastModifiedAt?: Date;
496
- }
497
- /** Object that represents a collection of File resources. */
498
- export interface FilesListResult {
499
- /** List of File resources. */
500
- value?: FileDetails[];
501
- /** The URI to fetch the next page of File resources. */
502
- nextLink?: string;
503
- }
504
- /** File content associated with the file under a workspace. */
505
- export interface UploadFile {
506
- /** File Content in base64 encoded format */
507
- content?: string;
508
- /** Index of the uploaded chunk (Index starts at 0) */
509
- chunkIndex?: number;
510
- }
511
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
512
- export interface ProxyResource extends Resource {
513
- }
514
- /** Object that represents a Chat Transcript resource. */
515
- export interface ChatTranscriptDetails extends ProxyResource {
516
- /** List of chat transcript communication resources. */
517
- messages?: MessageProperties[];
518
- /**
519
- * Time in UTC (ISO 8601 format) when the chat began.
520
- * NOTE: This property will not be serialized. It can only be populated by the server.
521
- */
522
- readonly startTime?: Date;
523
- }
524
- /** Object that represents FileWorkspaceDetails resource */
525
- export interface FileWorkspaceDetails extends ProxyResource {
526
- /**
527
- * Time in UTC (ISO 8601 format) when file workspace was created.
528
- * NOTE: This property will not be serialized. It can only be populated by the server.
529
- */
530
- readonly createdOn?: Date;
531
- /**
532
- * Time in UTC (ISO 8601 format) when file workspace is going to expire.
533
- * NOTE: This property will not be serialized. It can only be populated by the server.
534
- */
535
- readonly expirationTime?: Date;
536
- }
537
- /** Object that represents File Details resource */
538
- export interface FileDetails extends ProxyResource {
539
- /**
540
- * Time in UTC (ISO 8601 format) when file workspace was created.
541
- * NOTE: This property will not be serialized. It can only be populated by the server.
542
- */
543
- readonly createdOn?: Date;
544
- /** Size of each chunk. The size of each chunk should be provided in bytes and must not exceed 2.5 megabytes (MB). */
545
- chunkSize?: number;
546
- /** Size of the file to be uploaded. The file size must not exceed 5 MB and should be provided in bytes. */
547
- fileSize?: number;
548
- /** Number of chunks to be uploaded. The maximum number of allowed chunks is 2. */
549
- numberOfChunks?: number;
550
- }
551
- /** Defines headers for SupportTicketsNoSubscription_create operation. */
552
- export interface SupportTicketsNoSubscriptionCreateHeaders {
553
- location?: string;
554
- }
555
- /** Defines headers for CommunicationsNoSubscription_create operation. */
556
- export interface CommunicationsNoSubscriptionCreateHeaders {
557
- location?: string;
558
- }
559
- /** Known values of {@link SeverityLevel} that the service accepts. */
560
- export declare enum KnownSeverityLevel {
561
- /** Minimal */
562
- Minimal = "minimal",
563
- /** Moderate */
564
- Moderate = "moderate",
565
- /** Critical */
566
- Critical = "critical",
567
- /** Highestcriticalimpact */
568
- Highestcriticalimpact = "highestcriticalimpact"
569
- }
570
- /**
571
- * Defines values for SeverityLevel. \
572
- * {@link KnownSeverityLevel} can be used interchangeably with SeverityLevel,
573
- * this enum contains the known values that the service supports.
574
- * ### Known values supported by the service
575
- * **minimal** \
576
- * **moderate** \
577
- * **critical** \
578
- * **highestcriticalimpact**
579
- */
580
- export type SeverityLevel = string;
581
- /** Known values of {@link Consent} that the service accepts. */
582
- export declare enum KnownConsent {
583
- /** Yes */
584
- Yes = "Yes",
585
- /** No */
586
- No = "No"
587
- }
588
- /**
589
- * Defines values for Consent. \
590
- * {@link KnownConsent} can be used interchangeably with Consent,
591
- * this enum contains the known values that the service supports.
592
- * ### Known values supported by the service
593
- * **Yes** \
594
- * **No**
595
- */
596
- export type Consent = string;
597
- /** Known values of {@link PreferredContactMethod} that the service accepts. */
598
- export declare enum KnownPreferredContactMethod {
599
- /** Email */
600
- Email = "email",
601
- /** Phone */
602
- Phone = "phone"
603
- }
604
- /**
605
- * Defines values for PreferredContactMethod. \
606
- * {@link KnownPreferredContactMethod} can be used interchangeably with PreferredContactMethod,
607
- * this enum contains the known values that the service supports.
608
- * ### Known values supported by the service
609
- * **email** \
610
- * **phone**
611
- */
612
- export type PreferredContactMethod = string;
613
- /** Known values of {@link IsTemporaryTicket} that the service accepts. */
614
- export declare enum KnownIsTemporaryTicket {
615
- /** Yes */
616
- Yes = "Yes",
617
- /** No */
618
- No = "No"
619
- }
620
- /**
621
- * Defines values for IsTemporaryTicket. \
622
- * {@link KnownIsTemporaryTicket} can be used interchangeably with IsTemporaryTicket,
623
- * this enum contains the known values that the service supports.
624
- * ### Known values supported by the service
625
- * **Yes** \
626
- * **No**
627
- */
628
- export type IsTemporaryTicket = string;
629
- /** Known values of {@link UserConsent} that the service accepts. */
630
- export declare enum KnownUserConsent {
631
- /** Yes */
632
- Yes = "Yes",
633
- /** No */
634
- No = "No"
635
- }
636
- /**
637
- * Defines values for UserConsent. \
638
- * {@link KnownUserConsent} can be used interchangeably with UserConsent,
639
- * this enum contains the known values that the service supports.
640
- * ### Known values supported by the service
641
- * **Yes** \
642
- * **No**
643
- */
644
- export type UserConsent = string;
645
- /** Known values of {@link Status} that the service accepts. */
646
- export declare enum KnownStatus {
647
- /** Open */
648
- Open = "open",
649
- /** Closed */
650
- Closed = "closed"
651
- }
652
- /**
653
- * Defines values for Status. \
654
- * {@link KnownStatus} can be used interchangeably with Status,
655
- * this enum contains the known values that the service supports.
656
- * ### Known values supported by the service
657
- * **open** \
658
- * **closed**
659
- */
660
- export type Status = string;
661
- /** Known values of {@link CommunicationType} that the service accepts. */
662
- export declare enum KnownCommunicationType {
663
- /** Web */
664
- Web = "web",
665
- /** Phone */
666
- Phone = "phone"
667
- }
668
- /**
669
- * Defines values for CommunicationType. \
670
- * {@link KnownCommunicationType} can be used interchangeably with CommunicationType,
671
- * this enum contains the known values that the service supports.
672
- * ### Known values supported by the service
673
- * **web** \
674
- * **phone**
675
- */
676
- export type CommunicationType = string;
677
- /** Known values of {@link CommunicationDirection} that the service accepts. */
678
- export declare enum KnownCommunicationDirection {
679
- /** Inbound */
680
- Inbound = "inbound",
681
- /** Outbound */
682
- Outbound = "outbound"
683
- }
684
- /**
685
- * Defines values for CommunicationDirection. \
686
- * {@link KnownCommunicationDirection} can be used interchangeably with CommunicationDirection,
687
- * this enum contains the known values that the service supports.
688
- * ### Known values supported by the service
689
- * **inbound** \
690
- * **outbound**
691
- */
692
- export type CommunicationDirection = string;
693
- /** Known values of {@link TranscriptContentType} that the service accepts. */
694
- export declare enum KnownTranscriptContentType {
695
- }
696
- /**
697
- * Defines values for TranscriptContentType. \
698
- * {@link KnownTranscriptContentType} can be used interchangeably with TranscriptContentType,
699
- * this enum contains the known values that the service supports.
700
- * ### Known values supported by the service
701
- *
702
- */
703
- export type TranscriptContentType = string;
704
- /** Known values of {@link CreatedByType} that the service accepts. */
705
- export declare enum KnownCreatedByType {
706
- /** User */
707
- User = "User",
708
- /** Application */
709
- Application = "Application",
710
- /** ManagedIdentity */
711
- ManagedIdentity = "ManagedIdentity",
712
- /** Key */
713
- Key = "Key"
714
- }
715
- /**
716
- * Defines values for CreatedByType. \
717
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
718
- * this enum contains the known values that the service supports.
719
- * ### Known values supported by the service
720
- * **User** \
721
- * **Application** \
722
- * **ManagedIdentity** \
723
- * **Key**
724
- */
725
- export type CreatedByType = string;
726
- /** Defines values for Type. */
727
- export type Type = "Microsoft.Support/supportTickets" | "Microsoft.Support/communications";
728
- /** Optional parameters. */
729
- export interface OperationsListOptionalParams extends coreClient.OperationOptions {
730
- }
731
- /** Contains response data for the list operation. */
732
- export type OperationsListResponse = OperationsListResult;
733
- /** Optional parameters. */
734
- export interface ServicesListOptionalParams extends coreClient.OperationOptions {
735
- }
736
- /** Contains response data for the list operation. */
737
- export type ServicesListResponse = ServicesListResult;
738
- /** Optional parameters. */
739
- export interface ServicesGetOptionalParams extends coreClient.OperationOptions {
740
- }
741
- /** Contains response data for the get operation. */
742
- export type ServicesGetResponse = Service;
743
- /** Optional parameters. */
744
- export interface ProblemClassificationsListOptionalParams extends coreClient.OperationOptions {
745
- }
746
- /** Contains response data for the list operation. */
747
- export type ProblemClassificationsListResponse = ProblemClassificationsListResult;
748
- /** Optional parameters. */
749
- export interface ProblemClassificationsGetOptionalParams extends coreClient.OperationOptions {
750
- }
751
- /** Contains response data for the get operation. */
752
- export type ProblemClassificationsGetResponse = ProblemClassification;
753
- /** Optional parameters. */
754
- export interface SupportTicketsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
755
- }
756
- /** Contains response data for the checkNameAvailability operation. */
757
- export type SupportTicketsCheckNameAvailabilityResponse = CheckNameAvailabilityOutput;
758
- /** Optional parameters. */
759
- export interface SupportTicketsListOptionalParams extends coreClient.OperationOptions {
760
- /** The number of values to return in the collection. Default is 25 and max is 100. */
761
- top?: number;
762
- /** 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'. */
763
- filter?: string;
764
- }
765
- /** Contains response data for the list operation. */
766
- export type SupportTicketsListResponse = SupportTicketsListResult;
767
- /** Optional parameters. */
768
- export interface SupportTicketsGetOptionalParams extends coreClient.OperationOptions {
769
- }
770
- /** Contains response data for the get operation. */
771
- export type SupportTicketsGetResponse = SupportTicketDetails;
772
- /** Optional parameters. */
773
- export interface SupportTicketsUpdateOptionalParams extends coreClient.OperationOptions {
774
- }
775
- /** Contains response data for the update operation. */
776
- export type SupportTicketsUpdateResponse = SupportTicketDetails;
777
- /** Optional parameters. */
778
- export interface SupportTicketsCreateOptionalParams extends coreClient.OperationOptions {
779
- /** Delay to wait until next poll, in milliseconds. */
780
- updateIntervalInMs?: number;
781
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
782
- resumeFrom?: string;
783
- }
784
- /** Contains response data for the create operation. */
785
- export type SupportTicketsCreateResponse = SupportTicketDetails;
786
- /** Optional parameters. */
787
- export interface SupportTicketsListNextOptionalParams extends coreClient.OperationOptions {
788
- }
789
- /** Contains response data for the listNext operation. */
790
- export type SupportTicketsListNextResponse = SupportTicketsListResult;
791
- /** Optional parameters. */
792
- export interface SupportTicketsNoSubscriptionCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
793
- }
794
- /** Contains response data for the checkNameAvailability operation. */
795
- export type SupportTicketsNoSubscriptionCheckNameAvailabilityResponse = CheckNameAvailabilityOutput;
796
- /** Optional parameters. */
797
- export interface SupportTicketsNoSubscriptionListOptionalParams extends coreClient.OperationOptions {
798
- /** The number of values to return in the collection. Default is 25 and max is 100. */
799
- top?: number;
800
- /** 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'. */
801
- filter?: string;
802
- }
803
- /** Contains response data for the list operation. */
804
- export type SupportTicketsNoSubscriptionListResponse = SupportTicketsListResult;
805
- /** Optional parameters. */
806
- export interface SupportTicketsNoSubscriptionGetOptionalParams extends coreClient.OperationOptions {
807
- }
808
- /** Contains response data for the get operation. */
809
- export type SupportTicketsNoSubscriptionGetResponse = SupportTicketDetails;
810
- /** Optional parameters. */
811
- export interface SupportTicketsNoSubscriptionUpdateOptionalParams extends coreClient.OperationOptions {
812
- }
813
- /** Contains response data for the update operation. */
814
- export type SupportTicketsNoSubscriptionUpdateResponse = SupportTicketDetails;
815
- /** Optional parameters. */
816
- export interface SupportTicketsNoSubscriptionCreateOptionalParams extends coreClient.OperationOptions {
817
- /** Delay to wait until next poll, in milliseconds. */
818
- updateIntervalInMs?: number;
819
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
820
- resumeFrom?: string;
821
- }
822
- /** Contains response data for the create operation. */
823
- export type SupportTicketsNoSubscriptionCreateResponse = SupportTicketDetails;
824
- /** Optional parameters. */
825
- export interface SupportTicketsNoSubscriptionListNextOptionalParams extends coreClient.OperationOptions {
826
- }
827
- /** Contains response data for the listNext operation. */
828
- export type SupportTicketsNoSubscriptionListNextResponse = SupportTicketsListResult;
829
- /** Optional parameters. */
830
- export interface CommunicationsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
831
- }
832
- /** Contains response data for the checkNameAvailability operation. */
833
- export type CommunicationsCheckNameAvailabilityResponse = CheckNameAvailabilityOutput;
834
- /** Optional parameters. */
835
- export interface CommunicationsListOptionalParams extends coreClient.OperationOptions {
836
- /** The number of values to return in the collection. Default is 10 and max is 10. */
837
- top?: number;
838
- /** 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. */
839
- filter?: string;
840
- }
841
- /** Contains response data for the list operation. */
842
- export type CommunicationsListResponse = CommunicationsListResult;
843
- /** Optional parameters. */
844
- export interface CommunicationsGetOptionalParams extends coreClient.OperationOptions {
845
- }
846
- /** Contains response data for the get operation. */
847
- export type CommunicationsGetResponse = CommunicationDetails;
848
- /** Optional parameters. */
849
- export interface CommunicationsCreateOptionalParams extends coreClient.OperationOptions {
850
- /** Delay to wait until next poll, in milliseconds. */
851
- updateIntervalInMs?: number;
852
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
853
- resumeFrom?: string;
854
- }
855
- /** Contains response data for the create operation. */
856
- export type CommunicationsCreateResponse = CommunicationDetails;
857
- /** Optional parameters. */
858
- export interface CommunicationsListNextOptionalParams extends coreClient.OperationOptions {
859
- }
860
- /** Contains response data for the listNext operation. */
861
- export type CommunicationsListNextResponse = CommunicationsListResult;
862
- /** Optional parameters. */
863
- export interface CommunicationsNoSubscriptionCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
864
- }
865
- /** Contains response data for the checkNameAvailability operation. */
866
- export type CommunicationsNoSubscriptionCheckNameAvailabilityResponse = CheckNameAvailabilityOutput;
867
- /** Optional parameters. */
868
- export interface CommunicationsNoSubscriptionListOptionalParams extends coreClient.OperationOptions {
869
- /** The number of values to return in the collection. Default is 10 and max is 10. */
870
- top?: number;
871
- /** 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. */
872
- filter?: string;
873
- }
874
- /** Contains response data for the list operation. */
875
- export type CommunicationsNoSubscriptionListResponse = CommunicationsListResult;
876
- /** Optional parameters. */
877
- export interface CommunicationsNoSubscriptionGetOptionalParams extends coreClient.OperationOptions {
878
- }
879
- /** Contains response data for the get operation. */
880
- export type CommunicationsNoSubscriptionGetResponse = CommunicationDetails;
881
- /** Optional parameters. */
882
- export interface CommunicationsNoSubscriptionCreateOptionalParams extends coreClient.OperationOptions {
883
- /** Delay to wait until next poll, in milliseconds. */
884
- updateIntervalInMs?: number;
885
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
886
- resumeFrom?: string;
887
- }
888
- /** Contains response data for the create operation. */
889
- export type CommunicationsNoSubscriptionCreateResponse = CommunicationDetails;
890
- /** Optional parameters. */
891
- export interface CommunicationsNoSubscriptionListNextOptionalParams extends coreClient.OperationOptions {
892
- }
893
- /** Contains response data for the listNext operation. */
894
- export type CommunicationsNoSubscriptionListNextResponse = CommunicationsListResult;
895
- /** Optional parameters. */
896
- export interface ChatTranscriptsListOptionalParams extends coreClient.OperationOptions {
897
- }
898
- /** Contains response data for the list operation. */
899
- export type ChatTranscriptsListResponse = ChatTranscriptsListResult;
900
- /** Optional parameters. */
901
- export interface ChatTranscriptsGetOptionalParams extends coreClient.OperationOptions {
902
- }
903
- /** Contains response data for the get operation. */
904
- export type ChatTranscriptsGetResponse = ChatTranscriptDetails;
905
- /** Optional parameters. */
906
- export interface ChatTranscriptsListNextOptionalParams extends coreClient.OperationOptions {
907
- }
908
- /** Contains response data for the listNext operation. */
909
- export type ChatTranscriptsListNextResponse = ChatTranscriptsListResult;
910
- /** Optional parameters. */
911
- export interface ChatTranscriptsNoSubscriptionListOptionalParams extends coreClient.OperationOptions {
912
- }
913
- /** Contains response data for the list operation. */
914
- export type ChatTranscriptsNoSubscriptionListResponse = ChatTranscriptsListResult;
915
- /** Optional parameters. */
916
- export interface ChatTranscriptsNoSubscriptionGetOptionalParams extends coreClient.OperationOptions {
917
- }
918
- /** Contains response data for the get operation. */
919
- export type ChatTranscriptsNoSubscriptionGetResponse = ChatTranscriptDetails;
920
- /** Optional parameters. */
921
- export interface ChatTranscriptsNoSubscriptionListNextOptionalParams extends coreClient.OperationOptions {
922
- }
923
- /** Contains response data for the listNext operation. */
924
- export type ChatTranscriptsNoSubscriptionListNextResponse = ChatTranscriptsListResult;
925
- /** Optional parameters. */
926
- export interface FileWorkspacesGetOptionalParams extends coreClient.OperationOptions {
927
- }
928
- /** Contains response data for the get operation. */
929
- export type FileWorkspacesGetResponse = FileWorkspaceDetails;
930
- /** Optional parameters. */
931
- export interface FileWorkspacesCreateOptionalParams extends coreClient.OperationOptions {
932
- }
933
- /** Contains response data for the create operation. */
934
- export type FileWorkspacesCreateResponse = FileWorkspaceDetails;
935
- /** Optional parameters. */
936
- export interface FileWorkspacesNoSubscriptionGetOptionalParams extends coreClient.OperationOptions {
937
- }
938
- /** Contains response data for the get operation. */
939
- export type FileWorkspacesNoSubscriptionGetResponse = FileWorkspaceDetails;
940
- /** Optional parameters. */
941
- export interface FileWorkspacesNoSubscriptionCreateOptionalParams extends coreClient.OperationOptions {
942
- }
943
- /** Contains response data for the create operation. */
944
- export type FileWorkspacesNoSubscriptionCreateResponse = FileWorkspaceDetails;
945
- /** Optional parameters. */
946
- export interface FilesListOptionalParams extends coreClient.OperationOptions {
947
- }
948
- /** Contains response data for the list operation. */
949
- export type FilesListResponse = FilesListResult;
950
- /** Optional parameters. */
951
- export interface FilesGetOptionalParams extends coreClient.OperationOptions {
952
- }
953
- /** Contains response data for the get operation. */
954
- export type FilesGetResponse = FileDetails;
955
- /** Optional parameters. */
956
- export interface FilesCreateOptionalParams extends coreClient.OperationOptions {
957
- }
958
- /** Contains response data for the create operation. */
959
- export type FilesCreateResponse = FileDetails;
960
- /** Optional parameters. */
961
- export interface FilesUploadOptionalParams extends coreClient.OperationOptions {
962
- }
963
- /** Optional parameters. */
964
- export interface FilesListNextOptionalParams extends coreClient.OperationOptions {
965
- }
966
- /** Contains response data for the listNext operation. */
967
- export type FilesListNextResponse = FilesListResult;
968
- /** Optional parameters. */
969
- export interface FilesNoSubscriptionListOptionalParams extends coreClient.OperationOptions {
970
- }
971
- /** Contains response data for the list operation. */
972
- export type FilesNoSubscriptionListResponse = FilesListResult;
973
- /** Optional parameters. */
974
- export interface FilesNoSubscriptionGetOptionalParams extends coreClient.OperationOptions {
975
- }
976
- /** Contains response data for the get operation. */
977
- export type FilesNoSubscriptionGetResponse = FileDetails;
978
- /** Optional parameters. */
979
- export interface FilesNoSubscriptionCreateOptionalParams extends coreClient.OperationOptions {
980
- }
981
- /** Contains response data for the create operation. */
982
- export type FilesNoSubscriptionCreateResponse = FileDetails;
983
- /** Optional parameters. */
984
- export interface FilesNoSubscriptionUploadOptionalParams extends coreClient.OperationOptions {
985
- }
986
- /** Optional parameters. */
987
- export interface FilesNoSubscriptionListNextOptionalParams extends coreClient.OperationOptions {
988
- }
989
- /** Contains response data for the listNext operation. */
990
- export type FilesNoSubscriptionListNextResponse = FilesListResult;
991
- /** Optional parameters. */
992
- export interface MicrosoftSupportOptionalParams extends coreClient.ServiceClientOptions {
993
- /** server parameter */
994
- $host?: string;
995
- /** Api Version */
996
- apiVersion?: string;
997
- /** Overrides client endpoint. */
998
- endpoint?: string;
999
- }
1000
- //# sourceMappingURL=index.d.ts.map