@azure/arm-support 2.1.1-alpha.20231017.1 → 2.2.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 (435) hide show
  1. package/CHANGELOG.md +111 -10
  2. package/README.md +1 -1
  3. package/dist/index.js +2451 -300
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.js +1 -1
  6. package/dist/index.min.js.map +1 -1
  7. package/dist-esm/samples-dev/chatTranscriptsGetSample.d.ts +2 -0
  8. package/dist-esm/samples-dev/chatTranscriptsGetSample.d.ts.map +1 -0
  9. package/dist-esm/samples-dev/chatTranscriptsGetSample.js +38 -0
  10. package/dist-esm/samples-dev/chatTranscriptsGetSample.js.map +1 -0
  11. package/dist-esm/samples-dev/chatTranscriptsListSample.d.ts +2 -0
  12. package/dist-esm/samples-dev/chatTranscriptsListSample.d.ts.map +1 -0
  13. package/dist-esm/samples-dev/{getsListOfProblemClassificationsForAServiceForWhichASupportTicketCanBeCreated.js → chatTranscriptsListSample.js} +18 -11
  14. package/dist-esm/samples-dev/chatTranscriptsListSample.js.map +1 -0
  15. package/dist-esm/samples-dev/chatTranscriptsNoSubscriptionGetSample.d.ts +2 -0
  16. package/dist-esm/samples-dev/chatTranscriptsNoSubscriptionGetSample.d.ts.map +1 -0
  17. package/dist-esm/samples-dev/chatTranscriptsNoSubscriptionGetSample.js +37 -0
  18. package/dist-esm/samples-dev/chatTranscriptsNoSubscriptionGetSample.js.map +1 -0
  19. package/dist-esm/samples-dev/communicationsCheckNameAvailabilitySample.js +1 -1
  20. package/dist-esm/samples-dev/communicationsCreateSample.js +1 -1
  21. package/dist-esm/samples-dev/communicationsGetSample.js +1 -1
  22. package/dist-esm/samples-dev/communicationsListSample.js +3 -3
  23. package/dist-esm/samples-dev/communicationsNoSubscriptionCheckNameAvailabilitySample.d.ts +2 -0
  24. package/dist-esm/samples-dev/communicationsNoSubscriptionCheckNameAvailabilitySample.d.ts.map +1 -0
  25. package/dist-esm/samples-dev/{checksWhetherNameIsAvailableForCommunicationResource.js → communicationsNoSubscriptionCheckNameAvailabilitySample.js} +15 -7
  26. package/dist-esm/samples-dev/communicationsNoSubscriptionCheckNameAvailabilitySample.js.map +1 -0
  27. package/dist-esm/samples-dev/communicationsNoSubscriptionCreateSample.d.ts +2 -0
  28. package/dist-esm/samples-dev/communicationsNoSubscriptionCreateSample.d.ts.map +1 -0
  29. package/dist-esm/samples-dev/{addCommunicationToSubscriptionTicket.js → communicationsNoSubscriptionCreateSample.js} +15 -9
  30. package/dist-esm/samples-dev/communicationsNoSubscriptionCreateSample.js.map +1 -0
  31. package/dist-esm/samples-dev/communicationsNoSubscriptionGetSample.d.ts +2 -0
  32. package/dist-esm/samples-dev/communicationsNoSubscriptionGetSample.d.ts.map +1 -0
  33. package/dist-esm/samples-dev/{getCommunicationDetailsForASubscriptionSupportTicket.js → communicationsNoSubscriptionGetSample.js} +15 -9
  34. package/dist-esm/samples-dev/communicationsNoSubscriptionGetSample.js.map +1 -0
  35. package/dist-esm/samples-dev/fileWorkspacesCreateSample.d.ts +2 -0
  36. package/dist-esm/samples-dev/fileWorkspacesCreateSample.d.ts.map +1 -0
  37. package/dist-esm/samples-dev/fileWorkspacesCreateSample.js +37 -0
  38. package/dist-esm/samples-dev/fileWorkspacesCreateSample.js.map +1 -0
  39. package/dist-esm/samples-dev/fileWorkspacesGetSample.d.ts +2 -0
  40. package/dist-esm/samples-dev/fileWorkspacesGetSample.d.ts.map +1 -0
  41. package/dist-esm/samples-dev/fileWorkspacesGetSample.js +37 -0
  42. package/dist-esm/samples-dev/fileWorkspacesGetSample.js.map +1 -0
  43. package/dist-esm/samples-dev/fileWorkspacesNoSubscriptionCreateSample.d.ts +2 -0
  44. package/dist-esm/samples-dev/fileWorkspacesNoSubscriptionCreateSample.d.ts.map +1 -0
  45. package/dist-esm/samples-dev/fileWorkspacesNoSubscriptionCreateSample.js +36 -0
  46. package/dist-esm/samples-dev/fileWorkspacesNoSubscriptionCreateSample.js.map +1 -0
  47. package/dist-esm/samples-dev/fileWorkspacesNoSubscriptionGetSample.d.ts +2 -0
  48. package/dist-esm/samples-dev/fileWorkspacesNoSubscriptionGetSample.d.ts.map +1 -0
  49. package/dist-esm/samples-dev/fileWorkspacesNoSubscriptionGetSample.js +36 -0
  50. package/dist-esm/samples-dev/fileWorkspacesNoSubscriptionGetSample.js.map +1 -0
  51. package/dist-esm/samples-dev/filesCreateSample.d.ts +2 -0
  52. package/dist-esm/samples-dev/filesCreateSample.d.ts.map +1 -0
  53. package/dist-esm/samples-dev/filesCreateSample.js +43 -0
  54. package/dist-esm/samples-dev/filesCreateSample.js.map +1 -0
  55. package/dist-esm/samples-dev/filesGetSample.d.ts +2 -0
  56. package/dist-esm/samples-dev/filesGetSample.d.ts.map +1 -0
  57. package/dist-esm/samples-dev/filesGetSample.js +38 -0
  58. package/dist-esm/samples-dev/filesGetSample.js.map +1 -0
  59. package/dist-esm/samples-dev/filesListSample.d.ts +2 -0
  60. package/dist-esm/samples-dev/filesListSample.d.ts.map +1 -0
  61. package/dist-esm/samples-dev/{getAllOperations.js → filesListSample.js} +18 -10
  62. package/dist-esm/samples-dev/filesListSample.js.map +1 -0
  63. package/dist-esm/samples-dev/filesNoSubscriptionCreateSample.d.ts +2 -0
  64. package/dist-esm/samples-dev/filesNoSubscriptionCreateSample.d.ts.map +1 -0
  65. package/dist-esm/samples-dev/filesNoSubscriptionCreateSample.js +42 -0
  66. package/dist-esm/samples-dev/filesNoSubscriptionCreateSample.js.map +1 -0
  67. package/dist-esm/samples-dev/filesNoSubscriptionGetSample.d.ts +2 -0
  68. package/dist-esm/samples-dev/filesNoSubscriptionGetSample.d.ts.map +1 -0
  69. package/dist-esm/samples-dev/filesNoSubscriptionGetSample.js +37 -0
  70. package/dist-esm/samples-dev/filesNoSubscriptionGetSample.js.map +1 -0
  71. package/dist-esm/samples-dev/filesNoSubscriptionListSample.d.ts +2 -0
  72. package/dist-esm/samples-dev/filesNoSubscriptionListSample.d.ts.map +1 -0
  73. package/dist-esm/samples-dev/filesNoSubscriptionListSample.js +57 -0
  74. package/dist-esm/samples-dev/filesNoSubscriptionListSample.js.map +1 -0
  75. package/dist-esm/samples-dev/filesNoSubscriptionUploadSample.d.ts +2 -0
  76. package/dist-esm/samples-dev/filesNoSubscriptionUploadSample.d.ts.map +1 -0
  77. package/dist-esm/samples-dev/filesNoSubscriptionUploadSample.js +41 -0
  78. package/dist-esm/samples-dev/filesNoSubscriptionUploadSample.js.map +1 -0
  79. package/dist-esm/samples-dev/filesUploadSample.d.ts +2 -0
  80. package/dist-esm/samples-dev/filesUploadSample.d.ts.map +1 -0
  81. package/dist-esm/samples-dev/filesUploadSample.js +42 -0
  82. package/dist-esm/samples-dev/filesUploadSample.js.map +1 -0
  83. package/dist-esm/samples-dev/operationsListSample.js +1 -1
  84. package/dist-esm/samples-dev/problemClassificationsGetSample.js +2 -4
  85. package/dist-esm/samples-dev/problemClassificationsGetSample.js.map +1 -1
  86. package/dist-esm/samples-dev/problemClassificationsListSample.js +2 -4
  87. package/dist-esm/samples-dev/problemClassificationsListSample.js.map +1 -1
  88. package/dist-esm/samples-dev/servicesGetSample.js +2 -4
  89. package/dist-esm/samples-dev/servicesGetSample.js.map +1 -1
  90. package/dist-esm/samples-dev/servicesListSample.js +2 -4
  91. package/dist-esm/samples-dev/servicesListSample.js.map +1 -1
  92. package/dist-esm/samples-dev/supportTicketChatTranscriptsNoSubscriptionListSample.d.ts +2 -0
  93. package/dist-esm/samples-dev/supportTicketChatTranscriptsNoSubscriptionListSample.d.ts.map +1 -0
  94. package/dist-esm/samples-dev/{listSupportTicketsForASubscription.js → supportTicketChatTranscriptsNoSubscriptionListSample.js} +18 -11
  95. package/dist-esm/samples-dev/supportTicketChatTranscriptsNoSubscriptionListSample.js.map +1 -0
  96. package/dist-esm/samples-dev/supportTicketCommunicationsNoSubscriptionListSample.d.ts +2 -0
  97. package/dist-esm/samples-dev/supportTicketCommunicationsNoSubscriptionListSample.d.ts.map +1 -0
  98. package/dist-esm/samples-dev/supportTicketCommunicationsNoSubscriptionListSample.js +139 -0
  99. package/dist-esm/samples-dev/supportTicketCommunicationsNoSubscriptionListSample.js.map +1 -0
  100. package/dist-esm/samples-dev/supportTicketsCheckNameAvailabilitySample.js +1 -1
  101. package/dist-esm/samples-dev/supportTicketsCreateSample.js +54 -17
  102. package/dist-esm/samples-dev/supportTicketsCreateSample.js.map +1 -1
  103. package/dist-esm/samples-dev/supportTicketsGetSample.js +1 -1
  104. package/dist-esm/samples-dev/supportTicketsListSample.js +170 -14
  105. package/dist-esm/samples-dev/supportTicketsListSample.js.map +1 -1
  106. package/dist-esm/samples-dev/supportTicketsNoSubscriptionCheckNameAvailabilitySample.d.ts +2 -0
  107. package/dist-esm/samples-dev/supportTicketsNoSubscriptionCheckNameAvailabilitySample.d.ts.map +1 -0
  108. package/dist-esm/samples-dev/{checksWhetherNameIsAvailableForSupportTicketResource.js → supportTicketsNoSubscriptionCheckNameAvailabilitySample.js} +15 -7
  109. package/dist-esm/samples-dev/supportTicketsNoSubscriptionCheckNameAvailabilitySample.js.map +1 -0
  110. package/dist-esm/samples-dev/supportTicketsNoSubscriptionCreateSample.d.ts +2 -0
  111. package/dist-esm/samples-dev/supportTicketsNoSubscriptionCreateSample.d.ts.map +1 -0
  112. package/dist-esm/samples-dev/supportTicketsNoSubscriptionCreateSample.js +127 -0
  113. package/dist-esm/samples-dev/supportTicketsNoSubscriptionCreateSample.js.map +1 -0
  114. package/dist-esm/samples-dev/supportTicketsNoSubscriptionGetSample.d.ts +2 -0
  115. package/dist-esm/samples-dev/supportTicketsNoSubscriptionGetSample.d.ts.map +1 -0
  116. package/dist-esm/samples-dev/supportTicketsNoSubscriptionGetSample.js +36 -0
  117. package/dist-esm/samples-dev/supportTicketsNoSubscriptionGetSample.js.map +1 -0
  118. package/dist-esm/samples-dev/supportTicketsNoSubscriptionListSample.d.ts +2 -0
  119. package/dist-esm/samples-dev/supportTicketsNoSubscriptionListSample.d.ts.map +1 -0
  120. package/dist-esm/samples-dev/supportTicketsNoSubscriptionListSample.js +284 -0
  121. package/dist-esm/samples-dev/supportTicketsNoSubscriptionListSample.js.map +1 -0
  122. package/dist-esm/samples-dev/supportTicketsNoSubscriptionUpdateSample.d.ts +2 -0
  123. package/dist-esm/samples-dev/supportTicketsNoSubscriptionUpdateSample.d.ts.map +1 -0
  124. package/dist-esm/samples-dev/supportTicketsNoSubscriptionUpdateSample.js +102 -0
  125. package/dist-esm/samples-dev/supportTicketsNoSubscriptionUpdateSample.js.map +1 -0
  126. package/dist-esm/samples-dev/supportTicketsUpdateSample.js +29 -9
  127. package/dist-esm/samples-dev/supportTicketsUpdateSample.js.map +1 -1
  128. package/dist-esm/src/lroImpl.d.ts +6 -11
  129. package/dist-esm/src/lroImpl.d.ts.map +1 -1
  130. package/dist-esm/src/lroImpl.js +12 -20
  131. package/dist-esm/src/lroImpl.js.map +1 -1
  132. package/dist-esm/src/microsoftSupport.d.ts +13 -2
  133. package/dist-esm/src/microsoftSupport.d.ts.map +1 -1
  134. package/dist-esm/src/microsoftSupport.js +20 -12
  135. package/dist-esm/src/microsoftSupport.js.map +1 -1
  136. package/dist-esm/src/models/index.d.ts +431 -23
  137. package/dist-esm/src/models/index.d.ts.map +1 -1
  138. package/dist-esm/src/models/index.js +32 -0
  139. package/dist-esm/src/models/index.js.map +1 -1
  140. package/dist-esm/src/models/mappers.d.ts +17 -3
  141. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  142. package/dist-esm/src/models/mappers.js +443 -19
  143. package/dist-esm/src/models/mappers.js.map +1 -1
  144. package/dist-esm/src/models/parameters.d.ts +6 -0
  145. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  146. package/dist-esm/src/models/parameters.js +53 -2
  147. package/dist-esm/src/models/parameters.js.map +1 -1
  148. package/dist-esm/src/operations/chatTranscripts.d.ts +42 -0
  149. package/dist-esm/src/operations/chatTranscripts.d.ts.map +1 -0
  150. package/dist-esm/src/operations/chatTranscripts.js +180 -0
  151. package/dist-esm/src/operations/chatTranscripts.js.map +1 -0
  152. package/dist-esm/src/operations/chatTranscriptsNoSubscription.d.ts +20 -0
  153. package/dist-esm/src/operations/chatTranscriptsNoSubscription.d.ts.map +1 -0
  154. package/dist-esm/src/operations/chatTranscriptsNoSubscription.js +52 -0
  155. package/dist-esm/src/operations/chatTranscriptsNoSubscription.js.map +1 -0
  156. package/dist-esm/src/operations/communications.d.ts +2 -2
  157. package/dist-esm/src/operations/communications.d.ts.map +1 -1
  158. package/dist-esm/src/operations/communications.js +21 -17
  159. package/dist-esm/src/operations/communications.js.map +1 -1
  160. package/dist-esm/src/operations/communicationsNoSubscription.d.ts +45 -0
  161. package/dist-esm/src/operations/communicationsNoSubscription.d.ts.map +1 -0
  162. package/dist-esm/src/operations/communicationsNoSubscription.js +177 -0
  163. package/dist-esm/src/operations/communicationsNoSubscription.js.map +1 -0
  164. package/dist-esm/src/operations/fileWorkspaces.d.ts +25 -0
  165. package/dist-esm/src/operations/fileWorkspaces.d.ts.map +1 -0
  166. package/dist-esm/src/operations/fileWorkspaces.js +79 -0
  167. package/dist-esm/src/operations/fileWorkspaces.js.map +1 -0
  168. package/dist-esm/src/operations/fileWorkspacesNoSubscription.d.ts +25 -0
  169. package/dist-esm/src/operations/fileWorkspacesNoSubscription.d.ts.map +1 -0
  170. package/dist-esm/src/operations/fileWorkspacesNoSubscription.js +71 -0
  171. package/dist-esm/src/operations/fileWorkspacesNoSubscription.js.map +1 -0
  172. package/dist-esm/src/operations/files.d.ts +58 -0
  173. package/dist-esm/src/operations/files.d.ts.map +1 -0
  174. package/dist-esm/src/operations/files.js +244 -0
  175. package/dist-esm/src/operations/files.js.map +1 -0
  176. package/dist-esm/src/operations/filesNoSubscription.d.ts +58 -0
  177. package/dist-esm/src/operations/filesNoSubscription.d.ts.map +1 -0
  178. package/dist-esm/src/operations/filesNoSubscription.js +236 -0
  179. package/dist-esm/src/operations/filesNoSubscription.js.map +1 -0
  180. package/dist-esm/src/operations/index.d.ts +10 -0
  181. package/dist-esm/src/operations/index.d.ts.map +1 -1
  182. package/dist-esm/src/operations/index.js +10 -0
  183. package/dist-esm/src/operations/index.js.map +1 -1
  184. package/dist-esm/src/operations/operations.js +1 -1
  185. package/dist-esm/src/operations/operations.js.map +1 -1
  186. package/dist-esm/src/operations/problemClassifications.js +2 -2
  187. package/dist-esm/src/operations/problemClassifications.js.map +1 -1
  188. package/dist-esm/src/operations/services.js +2 -2
  189. package/dist-esm/src/operations/services.js.map +1 -1
  190. package/dist-esm/src/operations/supportTicketChatTranscriptsNoSubscription.d.ts +35 -0
  191. package/dist-esm/src/operations/supportTicketChatTranscriptsNoSubscription.d.ts.map +1 -0
  192. package/dist-esm/src/operations/supportTicketChatTranscriptsNoSubscription.js +145 -0
  193. package/dist-esm/src/operations/supportTicketChatTranscriptsNoSubscription.js.map +1 -0
  194. package/dist-esm/src/operations/supportTicketCommunicationsNoSubscription.d.ts +45 -0
  195. package/dist-esm/src/operations/supportTicketCommunicationsNoSubscription.d.ts.map +1 -0
  196. package/dist-esm/src/operations/supportTicketCommunicationsNoSubscription.js +155 -0
  197. package/dist-esm/src/operations/supportTicketCommunicationsNoSubscription.js.map +1 -0
  198. package/dist-esm/src/operations/supportTickets.d.ts +15 -17
  199. package/dist-esm/src/operations/supportTickets.d.ts.map +1 -1
  200. package/dist-esm/src/operations/supportTickets.js +30 -28
  201. package/dist-esm/src/operations/supportTickets.js.map +1 -1
  202. package/dist-esm/src/operations/supportTicketsNoSubscription.d.ts +98 -0
  203. package/dist-esm/src/operations/supportTicketsNoSubscription.d.ts.map +1 -0
  204. package/dist-esm/src/operations/supportTicketsNoSubscription.js +332 -0
  205. package/dist-esm/src/operations/supportTicketsNoSubscription.js.map +1 -0
  206. package/dist-esm/src/operationsInterfaces/chatTranscripts.d.ts +19 -0
  207. package/dist-esm/src/operationsInterfaces/chatTranscripts.d.ts.map +1 -0
  208. package/dist-esm/src/operationsInterfaces/chatTranscripts.js +9 -0
  209. package/dist-esm/src/operationsInterfaces/chatTranscripts.js.map +1 -0
  210. package/dist-esm/src/operationsInterfaces/chatTranscriptsNoSubscription.d.ts +12 -0
  211. package/dist-esm/src/operationsInterfaces/chatTranscriptsNoSubscription.d.ts.map +1 -0
  212. package/dist-esm/src/operationsInterfaces/chatTranscriptsNoSubscription.js +9 -0
  213. package/dist-esm/src/operationsInterfaces/chatTranscriptsNoSubscription.js.map +1 -0
  214. package/dist-esm/src/operationsInterfaces/communications.d.ts +2 -2
  215. package/dist-esm/src/operationsInterfaces/communications.d.ts.map +1 -1
  216. package/dist-esm/src/operationsInterfaces/communicationsNoSubscription.d.ts +37 -0
  217. package/dist-esm/src/operationsInterfaces/communicationsNoSubscription.d.ts.map +1 -0
  218. package/dist-esm/src/operationsInterfaces/communicationsNoSubscription.js +9 -0
  219. package/dist-esm/src/operationsInterfaces/communicationsNoSubscription.js.map +1 -0
  220. package/dist-esm/src/operationsInterfaces/fileWorkspaces.d.ts +17 -0
  221. package/dist-esm/src/operationsInterfaces/fileWorkspaces.d.ts.map +1 -0
  222. package/dist-esm/src/operationsInterfaces/fileWorkspaces.js +9 -0
  223. package/dist-esm/src/operationsInterfaces/fileWorkspaces.js.map +1 -0
  224. package/dist-esm/src/operationsInterfaces/fileWorkspacesNoSubscription.d.ts +17 -0
  225. package/dist-esm/src/operationsInterfaces/fileWorkspacesNoSubscription.d.ts.map +1 -0
  226. package/dist-esm/src/operationsInterfaces/fileWorkspacesNoSubscription.js +9 -0
  227. package/dist-esm/src/operationsInterfaces/fileWorkspacesNoSubscription.js.map +1 -0
  228. package/dist-esm/src/operationsInterfaces/files.d.ts +35 -0
  229. package/dist-esm/src/operationsInterfaces/files.d.ts.map +1 -0
  230. package/dist-esm/src/operationsInterfaces/files.js +9 -0
  231. package/dist-esm/src/operationsInterfaces/files.js.map +1 -0
  232. package/dist-esm/src/operationsInterfaces/filesNoSubscription.d.ts +35 -0
  233. package/dist-esm/src/operationsInterfaces/filesNoSubscription.d.ts.map +1 -0
  234. package/dist-esm/src/operationsInterfaces/filesNoSubscription.js +9 -0
  235. package/dist-esm/src/operationsInterfaces/filesNoSubscription.js.map +1 -0
  236. package/dist-esm/src/operationsInterfaces/index.d.ts +10 -0
  237. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  238. package/dist-esm/src/operationsInterfaces/index.js +10 -0
  239. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  240. package/dist-esm/src/operationsInterfaces/supportTicketChatTranscriptsNoSubscription.d.ts +12 -0
  241. package/dist-esm/src/operationsInterfaces/supportTicketChatTranscriptsNoSubscription.d.ts.map +1 -0
  242. package/dist-esm/src/operationsInterfaces/supportTicketChatTranscriptsNoSubscription.js +9 -0
  243. package/dist-esm/src/operationsInterfaces/supportTicketChatTranscriptsNoSubscription.js.map +1 -0
  244. package/dist-esm/src/operationsInterfaces/supportTicketCommunicationsNoSubscription.d.ts +17 -0
  245. package/dist-esm/src/operationsInterfaces/supportTicketCommunicationsNoSubscription.d.ts.map +1 -0
  246. package/dist-esm/src/operationsInterfaces/supportTicketCommunicationsNoSubscription.js +9 -0
  247. package/dist-esm/src/operationsInterfaces/supportTicketCommunicationsNoSubscription.js.map +1 -0
  248. package/dist-esm/src/operationsInterfaces/supportTickets.d.ts +11 -13
  249. package/dist-esm/src/operationsInterfaces/supportTickets.d.ts.map +1 -1
  250. package/dist-esm/src/operationsInterfaces/supportTicketsNoSubscription.d.ts +73 -0
  251. package/dist-esm/src/operationsInterfaces/supportTicketsNoSubscription.d.ts.map +1 -0
  252. package/dist-esm/src/operationsInterfaces/supportTicketsNoSubscription.js +9 -0
  253. package/dist-esm/src/operationsInterfaces/supportTicketsNoSubscription.js.map +1 -0
  254. package/dist-esm/test/support_operations_test.spec.d.ts +4 -0
  255. package/dist-esm/test/support_operations_test.spec.d.ts.map +1 -0
  256. package/dist-esm/test/support_operations_test.spec.js +78 -0
  257. package/dist-esm/test/support_operations_test.spec.js.map +1 -0
  258. package/package.json +16 -10
  259. package/review/arm-support.api.md +464 -19
  260. package/src/lroImpl.ts +31 -23
  261. package/src/microsoftSupport.ts +73 -7
  262. package/src/models/index.ts +513 -23
  263. package/src/models/mappers.ts +473 -19
  264. package/src/models/parameters.ts +61 -2
  265. package/src/operations/chatTranscripts.ts +215 -0
  266. package/src/operations/chatTranscriptsNoSubscription.ts +72 -0
  267. package/src/operations/communications.ts +25 -18
  268. package/src/operations/communicationsNoSubscription.ts +254 -0
  269. package/src/operations/fileWorkspaces.ts +107 -0
  270. package/src/operations/fileWorkspacesNoSubscription.ts +98 -0
  271. package/src/operations/files.ts +303 -0
  272. package/src/operations/filesNoSubscription.ts +294 -0
  273. package/src/operations/index.ts +10 -0
  274. package/src/operations/operations.ts +1 -1
  275. package/src/operations/problemClassifications.ts +2 -2
  276. package/src/operations/services.ts +2 -2
  277. package/src/operations/supportTicketChatTranscriptsNoSubscription.ts +170 -0
  278. package/src/operations/supportTicketCommunicationsNoSubscription.ts +180 -0
  279. package/src/operations/supportTickets.ts +39 -34
  280. package/src/operations/supportTicketsNoSubscription.ts +415 -0
  281. package/src/operationsInterfaces/chatTranscripts.ts +40 -0
  282. package/src/operationsInterfaces/chatTranscriptsNoSubscription.ts +27 -0
  283. package/src/operationsInterfaces/communications.ts +3 -3
  284. package/src/operationsInterfaces/communicationsNoSubscription.ts +77 -0
  285. package/src/operationsInterfaces/fileWorkspaces.ts +36 -0
  286. package/src/operationsInterfaces/fileWorkspacesNoSubscription.ts +36 -0
  287. package/src/operationsInterfaces/files.ts +70 -0
  288. package/src/operationsInterfaces/filesNoSubscription.ts +70 -0
  289. package/src/operationsInterfaces/index.ts +10 -0
  290. package/src/operationsInterfaces/supportTicketChatTranscriptsNoSubscription.ts +27 -0
  291. package/src/operationsInterfaces/supportTicketCommunicationsNoSubscription.ts +32 -0
  292. package/src/operationsInterfaces/supportTickets.ts +12 -14
  293. package/src/operationsInterfaces/supportTicketsNoSubscription.ts +120 -0
  294. package/types/arm-support.d.ts +805 -50
  295. package/dist-esm/samples-dev/addCommunicationToSubscriptionTicket.d.ts +0 -2
  296. package/dist-esm/samples-dev/addCommunicationToSubscriptionTicket.d.ts.map +0 -1
  297. package/dist-esm/samples-dev/addCommunicationToSubscriptionTicket.js.map +0 -1
  298. package/dist-esm/samples-dev/checksWhetherNameIsAvailableForCommunicationResource.d.ts +0 -2
  299. package/dist-esm/samples-dev/checksWhetherNameIsAvailableForCommunicationResource.d.ts.map +0 -1
  300. package/dist-esm/samples-dev/checksWhetherNameIsAvailableForCommunicationResource.js.map +0 -1
  301. package/dist-esm/samples-dev/checksWhetherNameIsAvailableForSupportTicketResource.d.ts +0 -2
  302. package/dist-esm/samples-dev/checksWhetherNameIsAvailableForSupportTicketResource.d.ts.map +0 -1
  303. package/dist-esm/samples-dev/checksWhetherNameIsAvailableForSupportTicketResource.js.map +0 -1
  304. package/dist-esm/samples-dev/createATicketForBillingRelatedIssues.d.ts +0 -2
  305. package/dist-esm/samples-dev/createATicketForBillingRelatedIssues.d.ts.map +0 -1
  306. package/dist-esm/samples-dev/createATicketForBillingRelatedIssues.js +0 -46
  307. package/dist-esm/samples-dev/createATicketForBillingRelatedIssues.js.map +0 -1
  308. package/dist-esm/samples-dev/createATicketForSubscriptionManagementRelatedIssues.d.ts +0 -2
  309. package/dist-esm/samples-dev/createATicketForSubscriptionManagementRelatedIssues.d.ts.map +0 -1
  310. package/dist-esm/samples-dev/createATicketForSubscriptionManagementRelatedIssues.js +0 -46
  311. package/dist-esm/samples-dev/createATicketForSubscriptionManagementRelatedIssues.js.map +0 -1
  312. package/dist-esm/samples-dev/createATicketForTechnicalIssueRelatedToASpecificResource.d.ts +0 -2
  313. package/dist-esm/samples-dev/createATicketForTechnicalIssueRelatedToASpecificResource.d.ts.map +0 -1
  314. package/dist-esm/samples-dev/createATicketForTechnicalIssueRelatedToASpecificResource.js +0 -49
  315. package/dist-esm/samples-dev/createATicketForTechnicalIssueRelatedToASpecificResource.js.map +0 -1
  316. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForActiveJobsAndJobSchedulesForABatchAccount.d.ts +0 -2
  317. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForActiveJobsAndJobSchedulesForABatchAccount.d.ts.map +0 -1
  318. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForActiveJobsAndJobSchedulesForABatchAccount.js +0 -56
  319. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForActiveJobsAndJobSchedulesForABatchAccount.js.map +0 -1
  320. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForAzureSqlManagedInstance.d.ts +0 -2
  321. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForAzureSqlManagedInstance.d.ts.map +0 -1
  322. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForAzureSqlManagedInstance.js +0 -60
  323. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForAzureSqlManagedInstance.js.map +0 -1
  324. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForBatchAccountsForASubscription.d.ts +0 -2
  325. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForBatchAccountsForASubscription.d.ts.map +0 -1
  326. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForBatchAccountsForASubscription.js +0 -53
  327. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForBatchAccountsForASubscription.js.map +0 -1
  328. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForComputeVMCores.d.ts +0 -2
  329. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForComputeVMCores.d.ts.map +0 -1
  330. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForComputeVMCores.js +0 -52
  331. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForComputeVMCores.js.map +0 -1
  332. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForDtUsForAzureSynapseAnalytics.d.ts +0 -2
  333. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForDtUsForAzureSynapseAnalytics.d.ts.map +0 -1
  334. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForDtUsForAzureSynapseAnalytics.js +0 -56
  335. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForDtUsForAzureSynapseAnalytics.js.map +0 -1
  336. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForDtUsForSqlDatabase.d.ts +0 -2
  337. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForDtUsForSqlDatabase.d.ts.map +0 -1
  338. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForDtUsForSqlDatabase.js +0 -56
  339. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForDtUsForSqlDatabase.js.map +0 -1
  340. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForLowPriorityCoresForABatchAccount.d.ts +0 -2
  341. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForLowPriorityCoresForABatchAccount.d.ts.map +0 -1
  342. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForLowPriorityCoresForABatchAccount.js +0 -56
  343. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForLowPriorityCoresForABatchAccount.js.map +0 -1
  344. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForLowPriorityCoresForMachineLearningService.d.ts +0 -2
  345. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForLowPriorityCoresForMachineLearningService.d.ts.map +0 -1
  346. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForLowPriorityCoresForMachineLearningService.js +0 -53
  347. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForLowPriorityCoresForMachineLearningService.js.map +0 -1
  348. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForPoolsForABatchAccount.d.ts +0 -2
  349. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForPoolsForABatchAccount.d.ts.map +0 -1
  350. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForPoolsForABatchAccount.js +0 -56
  351. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForPoolsForABatchAccount.js.map +0 -1
  352. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServersForAzureSynapseAnalytics.d.ts +0 -2
  353. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServersForAzureSynapseAnalytics.d.ts.map +0 -1
  354. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServersForAzureSynapseAnalytics.js +0 -51
  355. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServersForAzureSynapseAnalytics.js.map +0 -1
  356. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServersForSqlDatabase.d.ts +0 -2
  357. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServersForSqlDatabase.d.ts.map +0 -1
  358. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServersForSqlDatabase.js +0 -51
  359. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServersForSqlDatabase.js.map +0 -1
  360. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServicesThatDoNotRequireAdditionalDetailsInTheQuotaTicketDetailsObject.d.ts +0 -2
  361. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServicesThatDoNotRequireAdditionalDetailsInTheQuotaTicketDetailsObject.d.ts.map +0 -1
  362. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServicesThatDoNotRequireAdditionalDetailsInTheQuotaTicketDetailsObject.js +0 -46
  363. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServicesThatDoNotRequireAdditionalDetailsInTheQuotaTicketDetailsObject.js.map +0 -1
  364. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForSpecificVMFamilyCoresForABatchAccount.d.ts +0 -2
  365. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForSpecificVMFamilyCoresForABatchAccount.d.ts.map +0 -1
  366. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForSpecificVMFamilyCoresForABatchAccount.js +0 -56
  367. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForSpecificVMFamilyCoresForABatchAccount.js.map +0 -1
  368. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForSpecificVMFamilyCoresForMachineLearningService.d.ts +0 -2
  369. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForSpecificVMFamilyCoresForMachineLearningService.d.ts.map +0 -1
  370. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForSpecificVMFamilyCoresForMachineLearningService.js +0 -56
  371. package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForSpecificVMFamilyCoresForMachineLearningService.js.map +0 -1
  372. package/dist-esm/samples-dev/getAllOperations.d.ts +0 -2
  373. package/dist-esm/samples-dev/getAllOperations.d.ts.map +0 -1
  374. package/dist-esm/samples-dev/getAllOperations.js.map +0 -1
  375. package/dist-esm/samples-dev/getCommunicationDetailsForASubscriptionSupportTicket.d.ts +0 -2
  376. package/dist-esm/samples-dev/getCommunicationDetailsForASubscriptionSupportTicket.d.ts.map +0 -1
  377. package/dist-esm/samples-dev/getCommunicationDetailsForASubscriptionSupportTicket.js.map +0 -1
  378. package/dist-esm/samples-dev/getDetailsOfASubscriptionTicket.d.ts +0 -2
  379. package/dist-esm/samples-dev/getDetailsOfASubscriptionTicket.d.ts.map +0 -1
  380. package/dist-esm/samples-dev/getDetailsOfASubscriptionTicket.js +0 -30
  381. package/dist-esm/samples-dev/getDetailsOfASubscriptionTicket.js.map +0 -1
  382. package/dist-esm/samples-dev/getsDetailsOfProblemClassificationForAzureService.d.ts +0 -2
  383. package/dist-esm/samples-dev/getsDetailsOfProblemClassificationForAzureService.d.ts.map +0 -1
  384. package/dist-esm/samples-dev/getsDetailsOfProblemClassificationForAzureService.js +0 -31
  385. package/dist-esm/samples-dev/getsDetailsOfProblemClassificationForAzureService.js.map +0 -1
  386. package/dist-esm/samples-dev/getsDetailsOfTheAzureService.d.ts +0 -2
  387. package/dist-esm/samples-dev/getsDetailsOfTheAzureService.d.ts.map +0 -1
  388. package/dist-esm/samples-dev/getsDetailsOfTheAzureService.js +0 -30
  389. package/dist-esm/samples-dev/getsDetailsOfTheAzureService.js.map +0 -1
  390. package/dist-esm/samples-dev/getsListOfProblemClassificationsForAServiceForWhichASupportTicketCanBeCreated.d.ts +0 -2
  391. package/dist-esm/samples-dev/getsListOfProblemClassificationsForAServiceForWhichASupportTicketCanBeCreated.d.ts.map +0 -1
  392. package/dist-esm/samples-dev/getsListOfProblemClassificationsForAServiceForWhichASupportTicketCanBeCreated.js.map +0 -1
  393. package/dist-esm/samples-dev/getsListOfServicesForWhichASupportTicketCanBeCreated.d.ts +0 -2
  394. package/dist-esm/samples-dev/getsListOfServicesForWhichASupportTicketCanBeCreated.d.ts.map +0 -1
  395. package/dist-esm/samples-dev/getsListOfServicesForWhichASupportTicketCanBeCreated.js +0 -50
  396. package/dist-esm/samples-dev/getsListOfServicesForWhichASupportTicketCanBeCreated.js.map +0 -1
  397. package/dist-esm/samples-dev/listCommunicationsForASubscriptionSupportTicket.d.ts +0 -2
  398. package/dist-esm/samples-dev/listCommunicationsForASubscriptionSupportTicket.d.ts.map +0 -1
  399. package/dist-esm/samples-dev/listCommunicationsForASubscriptionSupportTicket.js +0 -51
  400. package/dist-esm/samples-dev/listCommunicationsForASubscriptionSupportTicket.js.map +0 -1
  401. package/dist-esm/samples-dev/listSupportTicketsCreatedOnOrAfterACertainDateAndInOpenStateForASubscription.d.ts +0 -2
  402. package/dist-esm/samples-dev/listSupportTicketsCreatedOnOrAfterACertainDateAndInOpenStateForASubscription.d.ts.map +0 -1
  403. package/dist-esm/samples-dev/listSupportTicketsCreatedOnOrAfterACertainDateAndInOpenStateForASubscription.js +0 -52
  404. package/dist-esm/samples-dev/listSupportTicketsCreatedOnOrAfterACertainDateAndInOpenStateForASubscription.js.map +0 -1
  405. package/dist-esm/samples-dev/listSupportTicketsForASubscription.d.ts +0 -2
  406. package/dist-esm/samples-dev/listSupportTicketsForASubscription.d.ts.map +0 -1
  407. package/dist-esm/samples-dev/listSupportTicketsForASubscription.js.map +0 -1
  408. package/dist-esm/samples-dev/listSupportTicketsInOpenStateForASubscription.d.ts +0 -2
  409. package/dist-esm/samples-dev/listSupportTicketsInOpenStateForASubscription.d.ts.map +0 -1
  410. package/dist-esm/samples-dev/listSupportTicketsInOpenStateForASubscription.js +0 -52
  411. package/dist-esm/samples-dev/listSupportTicketsInOpenStateForASubscription.js.map +0 -1
  412. package/dist-esm/samples-dev/listWebCommunicationCreatedOnOrAfterASpecificDateForASubscriptionSupportTicket.d.ts +0 -2
  413. package/dist-esm/samples-dev/listWebCommunicationCreatedOnOrAfterASpecificDateForASubscriptionSupportTicket.d.ts.map +0 -1
  414. package/dist-esm/samples-dev/listWebCommunicationCreatedOnOrAfterASpecificDateForASubscriptionSupportTicket.js +0 -53
  415. package/dist-esm/samples-dev/listWebCommunicationCreatedOnOrAfterASpecificDateForASubscriptionSupportTicket.js.map +0 -1
  416. package/dist-esm/samples-dev/listWebCommunicationsForASubscriptionSupportTicket.d.ts +0 -2
  417. package/dist-esm/samples-dev/listWebCommunicationsForASubscriptionSupportTicket.d.ts.map +0 -1
  418. package/dist-esm/samples-dev/listWebCommunicationsForASubscriptionSupportTicket.js +0 -53
  419. package/dist-esm/samples-dev/listWebCommunicationsForASubscriptionSupportTicket.js.map +0 -1
  420. package/dist-esm/samples-dev/updateContactDetailsOfASupportTicket.d.ts +0 -2
  421. package/dist-esm/samples-dev/updateContactDetailsOfASupportTicket.d.ts.map +0 -1
  422. package/dist-esm/samples-dev/updateContactDetailsOfASupportTicket.js +0 -43
  423. package/dist-esm/samples-dev/updateContactDetailsOfASupportTicket.js.map +0 -1
  424. package/dist-esm/samples-dev/updateSeverityOfASupportTicket.d.ts +0 -2
  425. package/dist-esm/samples-dev/updateSeverityOfASupportTicket.d.ts.map +0 -1
  426. package/dist-esm/samples-dev/updateSeverityOfASupportTicket.js +0 -31
  427. package/dist-esm/samples-dev/updateSeverityOfASupportTicket.js.map +0 -1
  428. package/dist-esm/samples-dev/updateStatusOfASupportTicket.d.ts +0 -2
  429. package/dist-esm/samples-dev/updateStatusOfASupportTicket.d.ts.map +0 -1
  430. package/dist-esm/samples-dev/updateStatusOfASupportTicket.js +0 -31
  431. package/dist-esm/samples-dev/updateStatusOfASupportTicket.js.map +0 -1
  432. package/dist-esm/test/sampleTest.d.ts +0 -2
  433. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  434. package/dist-esm/test/sampleTest.js +0 -38
  435. package/dist-esm/test/sampleTest.js.map +0 -1
@@ -1,8 +1,83 @@
1
1
  import * as coreAuth from '@azure/core-auth';
2
2
  import * as coreClient from '@azure/core-client';
3
+ import { OperationState } from '@azure/core-lro';
3
4
  import { PagedAsyncIterableIterator } from '@azure/core-paging';
4
- import { PollerLike } from '@azure/core-lro';
5
- import { PollOperationState } from '@azure/core-lro';
5
+ import { SimplePollerLike } from '@azure/core-lro';
6
+
7
+ /** Object that represents a Chat Transcript resource. */
8
+ export declare interface ChatTranscriptDetails extends ProxyResource {
9
+ /** List of chat transcript communication resources. */
10
+ messages?: MessageProperties[];
11
+ /**
12
+ * Time in UTC (ISO 8601 format) when the chat began.
13
+ * NOTE: This property will not be serialized. It can only be populated by the server.
14
+ */
15
+ readonly startTime?: Date;
16
+ }
17
+
18
+ /** Interface representing a ChatTranscripts. */
19
+ export declare interface ChatTranscripts {
20
+ /**
21
+ * Lists all chat transcripts for a support ticket under subscription
22
+ * @param supportTicketName Support ticket name.
23
+ * @param options The options parameters.
24
+ */
25
+ list(supportTicketName: string, options?: ChatTranscriptsListOptionalParams): PagedAsyncIterableIterator<ChatTranscriptDetails>;
26
+ /**
27
+ * Returns chatTranscript details for a support ticket under a subscription.
28
+ * @param supportTicketName Support ticket name.
29
+ * @param chatTranscriptName ChatTranscript name.
30
+ * @param options The options parameters.
31
+ */
32
+ get(supportTicketName: string, chatTranscriptName: string, options?: ChatTranscriptsGetOptionalParams): Promise<ChatTranscriptsGetResponse>;
33
+ }
34
+
35
+ /** Optional parameters. */
36
+ export declare interface ChatTranscriptsGetOptionalParams extends coreClient.OperationOptions {
37
+ }
38
+
39
+ /** Contains response data for the get operation. */
40
+ export declare type ChatTranscriptsGetResponse = ChatTranscriptDetails;
41
+
42
+ /** Optional parameters. */
43
+ export declare interface ChatTranscriptsListNextOptionalParams extends coreClient.OperationOptions {
44
+ }
45
+
46
+ /** Contains response data for the listNext operation. */
47
+ export declare type ChatTranscriptsListNextResponse = ChatTranscriptsListResult;
48
+
49
+ /** Optional parameters. */
50
+ export declare interface ChatTranscriptsListOptionalParams extends coreClient.OperationOptions {
51
+ }
52
+
53
+ /** Contains response data for the list operation. */
54
+ export declare type ChatTranscriptsListResponse = ChatTranscriptsListResult;
55
+
56
+ /** Collection of Chat Transcripts resources. */
57
+ export declare interface ChatTranscriptsListResult {
58
+ /** List of Chat Transcripts resources. */
59
+ value?: ChatTranscriptDetails[];
60
+ /** The URI to fetch the next page of Chat Transcripts resources. */
61
+ nextLink?: string;
62
+ }
63
+
64
+ /** Interface representing a ChatTranscriptsNoSubscription. */
65
+ export declare interface ChatTranscriptsNoSubscription {
66
+ /**
67
+ * Returns chatTranscript details for a no subscription support ticket.
68
+ * @param supportTicketName Support ticket name.
69
+ * @param chatTranscriptName ChatTranscript name.
70
+ * @param options The options parameters.
71
+ */
72
+ get(supportTicketName: string, chatTranscriptName: string, options?: ChatTranscriptsNoSubscriptionGetOptionalParams): Promise<ChatTranscriptsNoSubscriptionGetResponse>;
73
+ }
74
+
75
+ /** Optional parameters. */
76
+ export declare interface ChatTranscriptsNoSubscriptionGetOptionalParams extends coreClient.OperationOptions {
77
+ }
78
+
79
+ /** Contains response data for the get operation. */
80
+ export declare type ChatTranscriptsNoSubscriptionGetResponse = ChatTranscriptDetails;
6
81
 
7
82
  /** Input of CheckNameAvailability API. */
8
83
  export declare interface CheckNameAvailabilityInput {
@@ -116,7 +191,7 @@ export declare interface Communications {
116
191
  * @param createCommunicationParameters Communication object.
117
192
  * @param options The options parameters.
118
193
  */
119
- beginCreate(supportTicketName: string, communicationName: string, createCommunicationParameters: CommunicationDetails, options?: CommunicationsCreateOptionalParams): Promise<PollerLike<PollOperationState<CommunicationsCreateResponse>, CommunicationsCreateResponse>>;
194
+ beginCreate(supportTicketName: string, communicationName: string, createCommunicationParameters: CommunicationDetails, options?: CommunicationsCreateOptionalParams): Promise<SimplePollerLike<OperationState<CommunicationsCreateResponse>, CommunicationsCreateResponse>>;
120
195
  /**
121
196
  * Adds a new customer communication to an Azure support ticket.
122
197
  * @param supportTicketName Support ticket name.
@@ -178,6 +253,71 @@ export declare interface CommunicationsListResult {
178
253
  nextLink?: string;
179
254
  }
180
255
 
256
+ /** Interface representing a CommunicationsNoSubscription. */
257
+ export declare interface CommunicationsNoSubscription {
258
+ /**
259
+ * Check the availability of a resource name. This API should be used to check the uniqueness of the
260
+ * name for adding a new communication to the support ticket.
261
+ * @param supportTicketName Support ticket name.
262
+ * @param checkNameAvailabilityInput Input to check.
263
+ * @param options The options parameters.
264
+ */
265
+ checkNameAvailability(supportTicketName: string, checkNameAvailabilityInput: CheckNameAvailabilityInput, options?: CommunicationsNoSubscriptionCheckNameAvailabilityOptionalParams): Promise<CommunicationsNoSubscriptionCheckNameAvailabilityResponse>;
266
+ /**
267
+ * Returns communication details for a support ticket.
268
+ * @param supportTicketName Support ticket name.
269
+ * @param communicationName Communication name.
270
+ * @param options The options parameters.
271
+ */
272
+ get(supportTicketName: string, communicationName: string, options?: CommunicationsNoSubscriptionGetOptionalParams): Promise<CommunicationsNoSubscriptionGetResponse>;
273
+ /**
274
+ * Adds a new customer communication to an Azure support ticket.
275
+ * @param supportTicketName Support ticket name.
276
+ * @param communicationName Communication name.
277
+ * @param createCommunicationParameters Communication object.
278
+ * @param options The options parameters.
279
+ */
280
+ beginCreate(supportTicketName: string, communicationName: string, createCommunicationParameters: CommunicationDetails, options?: CommunicationsNoSubscriptionCreateOptionalParams): Promise<SimplePollerLike<OperationState<CommunicationsNoSubscriptionCreateResponse>, CommunicationsNoSubscriptionCreateResponse>>;
281
+ /**
282
+ * Adds a new customer communication to an Azure support ticket.
283
+ * @param supportTicketName Support ticket name.
284
+ * @param communicationName Communication name.
285
+ * @param createCommunicationParameters Communication object.
286
+ * @param options The options parameters.
287
+ */
288
+ beginCreateAndWait(supportTicketName: string, communicationName: string, createCommunicationParameters: CommunicationDetails, options?: CommunicationsNoSubscriptionCreateOptionalParams): Promise<CommunicationsNoSubscriptionCreateResponse>;
289
+ }
290
+
291
+ /** Optional parameters. */
292
+ export declare interface CommunicationsNoSubscriptionCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
293
+ }
294
+
295
+ /** Contains response data for the checkNameAvailability operation. */
296
+ export declare type CommunicationsNoSubscriptionCheckNameAvailabilityResponse = CheckNameAvailabilityOutput;
297
+
298
+ /** Defines headers for CommunicationsNoSubscription_create operation. */
299
+ export declare interface CommunicationsNoSubscriptionCreateHeaders {
300
+ location?: string;
301
+ }
302
+
303
+ /** Optional parameters. */
304
+ export declare interface CommunicationsNoSubscriptionCreateOptionalParams extends coreClient.OperationOptions {
305
+ /** Delay to wait until next poll, in milliseconds. */
306
+ updateIntervalInMs?: number;
307
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
308
+ resumeFrom?: string;
309
+ }
310
+
311
+ /** Contains response data for the create operation. */
312
+ export declare type CommunicationsNoSubscriptionCreateResponse = CommunicationDetails;
313
+
314
+ /** Optional parameters. */
315
+ export declare interface CommunicationsNoSubscriptionGetOptionalParams extends coreClient.OperationOptions {
316
+ }
317
+
318
+ /** Contains response data for the get operation. */
319
+ export declare type CommunicationsNoSubscriptionGetResponse = CommunicationDetails;
320
+
181
321
  /**
182
322
  * Defines values for CommunicationType. \
183
323
  * {@link KnownCommunicationType} can be used interchangeably with CommunicationType,
@@ -188,6 +328,16 @@ export declare interface CommunicationsListResult {
188
328
  */
189
329
  export declare type CommunicationType = string;
190
330
 
331
+ /**
332
+ * Defines values for Consent. \
333
+ * {@link KnownConsent} can be used interchangeably with Consent,
334
+ * this enum contains the known values that the service supports.
335
+ * ### Known values supported by the service
336
+ * **Yes** \
337
+ * **No**
338
+ */
339
+ export declare type Consent = string;
340
+
191
341
  /** Contact information associated with the support ticket. */
192
342
  export declare interface ContactProfile {
193
343
  /** First name. */
@@ -210,12 +360,294 @@ export declare interface ContactProfile {
210
360
  preferredSupportLanguage: string;
211
361
  }
212
362
 
213
- /** The API error. */
214
- export declare interface ExceptionResponse {
215
- /** The API error details. */
216
- error?: ServiceError;
363
+ /**
364
+ * Defines values for CreatedByType. \
365
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
366
+ * this enum contains the known values that the service supports.
367
+ * ### Known values supported by the service
368
+ * **User** \
369
+ * **Application** \
370
+ * **ManagedIdentity** \
371
+ * **Key**
372
+ */
373
+ export declare type CreatedByType = string;
374
+
375
+ /** The resource management error additional info. */
376
+ export declare interface ErrorAdditionalInfo {
377
+ /**
378
+ * The additional info type.
379
+ * NOTE: This property will not be serialized. It can only be populated by the server.
380
+ */
381
+ readonly type?: string;
382
+ /**
383
+ * The additional info.
384
+ * NOTE: This property will not be serialized. It can only be populated by the server.
385
+ */
386
+ readonly info?: Record<string, unknown>;
387
+ }
388
+
389
+ /** The error detail. */
390
+ export declare interface ErrorDetail {
391
+ /**
392
+ * The error code.
393
+ * NOTE: This property will not be serialized. It can only be populated by the server.
394
+ */
395
+ readonly code?: string;
396
+ /**
397
+ * The error message.
398
+ * NOTE: This property will not be serialized. It can only be populated by the server.
399
+ */
400
+ readonly message?: string;
401
+ /**
402
+ * The error target.
403
+ * NOTE: This property will not be serialized. It can only be populated by the server.
404
+ */
405
+ readonly target?: string;
406
+ /**
407
+ * The error details.
408
+ * NOTE: This property will not be serialized. It can only be populated by the server.
409
+ */
410
+ readonly details?: ErrorDetail[];
411
+ /**
412
+ * The error additional info.
413
+ * NOTE: This property will not be serialized. It can only be populated by the server.
414
+ */
415
+ readonly additionalInfo?: ErrorAdditionalInfo[];
416
+ }
417
+
418
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
419
+ export declare interface ErrorResponse {
420
+ /** The error object. */
421
+ error?: ErrorDetail;
422
+ }
423
+
424
+ /** Object that represents File Details resource */
425
+ export declare interface FileDetails extends ProxyResource {
426
+ /**
427
+ * Time in UTC (ISO 8601 format) when file workspace was created.
428
+ * NOTE: This property will not be serialized. It can only be populated by the server.
429
+ */
430
+ readonly createdOn?: Date;
431
+ /** Size of each chunk */
432
+ chunkSize?: number;
433
+ /** Size of the file to be uploaded */
434
+ fileSize?: number;
435
+ /** Number of chunks to be uploaded */
436
+ numberOfChunks?: number;
437
+ }
438
+
439
+ /** Interface representing a Files. */
440
+ export declare interface Files {
441
+ /**
442
+ * Lists all the Files information under a workspace for an Azure subscription.
443
+ * @param fileWorkspaceName File Workspace Name
444
+ * @param options The options parameters.
445
+ */
446
+ list(fileWorkspaceName: string, options?: FilesListOptionalParams): PagedAsyncIterableIterator<FileDetails>;
447
+ /**
448
+ * Returns details of a specific file in a work space.
449
+ * @param fileWorkspaceName File Workspace Name
450
+ * @param fileName File Name
451
+ * @param options The options parameters.
452
+ */
453
+ get(fileWorkspaceName: string, fileName: string, options?: FilesGetOptionalParams): Promise<FilesGetResponse>;
454
+ /**
455
+ * Creates a new file under a workspace for the specified subscription.
456
+ * @param fileWorkspaceName File workspace name.
457
+ * @param fileName File name.
458
+ * @param createFileParameters Create file object
459
+ * @param options The options parameters.
460
+ */
461
+ create(fileWorkspaceName: string, fileName: string, createFileParameters: FileDetails, options?: FilesCreateOptionalParams): Promise<FilesCreateResponse>;
462
+ /**
463
+ * This API allows you to upload content to a file
464
+ * @param fileWorkspaceName File WorkspaceName
465
+ * @param fileName File Name
466
+ * @param uploadFile UploadFile object
467
+ * @param options The options parameters.
468
+ */
469
+ upload(fileWorkspaceName: string, fileName: string, uploadFile: UploadFile, options?: FilesUploadOptionalParams): Promise<void>;
470
+ }
471
+
472
+ /** Optional parameters. */
473
+ export declare interface FilesCreateOptionalParams extends coreClient.OperationOptions {
474
+ }
475
+
476
+ /** Contains response data for the create operation. */
477
+ export declare type FilesCreateResponse = FileDetails;
478
+
479
+ /** Optional parameters. */
480
+ export declare interface FilesGetOptionalParams extends coreClient.OperationOptions {
481
+ }
482
+
483
+ /** Contains response data for the get operation. */
484
+ export declare type FilesGetResponse = FileDetails;
485
+
486
+ /** Optional parameters. */
487
+ export declare interface FilesListNextOptionalParams extends coreClient.OperationOptions {
488
+ }
489
+
490
+ /** Contains response data for the listNext operation. */
491
+ export declare type FilesListNextResponse = FilesListResult;
492
+
493
+ /** Optional parameters. */
494
+ export declare interface FilesListOptionalParams extends coreClient.OperationOptions {
217
495
  }
218
496
 
497
+ /** Contains response data for the list operation. */
498
+ export declare type FilesListResponse = FilesListResult;
499
+
500
+ /** Object that represents a collection of File resources. */
501
+ export declare interface FilesListResult {
502
+ /** List of File resources. */
503
+ value?: FileDetails[];
504
+ /** The URI to fetch the next page of File resources. */
505
+ nextLink?: string;
506
+ }
507
+
508
+ /** Interface representing a FilesNoSubscription. */
509
+ export declare interface FilesNoSubscription {
510
+ /**
511
+ * Lists all the Files information under a workspace for an Azure subscription.
512
+ * @param fileWorkspaceName File Workspace Name
513
+ * @param options The options parameters.
514
+ */
515
+ list(fileWorkspaceName: string, options?: FilesNoSubscriptionListOptionalParams): PagedAsyncIterableIterator<FileDetails>;
516
+ /**
517
+ * Returns details of a specific file in a work space.
518
+ * @param fileWorkspaceName File Workspace Name
519
+ * @param fileName File Name
520
+ * @param options The options parameters.
521
+ */
522
+ get(fileWorkspaceName: string, fileName: string, options?: FilesNoSubscriptionGetOptionalParams): Promise<FilesNoSubscriptionGetResponse>;
523
+ /**
524
+ * Creates a new file under a workspace.
525
+ * @param fileWorkspaceName File workspace name.
526
+ * @param fileName File name.
527
+ * @param createFileParameters Create file object
528
+ * @param options The options parameters.
529
+ */
530
+ create(fileWorkspaceName: string, fileName: string, createFileParameters: FileDetails, options?: FilesNoSubscriptionCreateOptionalParams): Promise<FilesNoSubscriptionCreateResponse>;
531
+ /**
532
+ * This API allows you to upload content to a file
533
+ * @param fileWorkspaceName File WorkspaceName
534
+ * @param fileName File Name
535
+ * @param uploadFile UploadFile object
536
+ * @param options The options parameters.
537
+ */
538
+ upload(fileWorkspaceName: string, fileName: string, uploadFile: UploadFile, options?: FilesNoSubscriptionUploadOptionalParams): Promise<void>;
539
+ }
540
+
541
+ /** Optional parameters. */
542
+ export declare interface FilesNoSubscriptionCreateOptionalParams extends coreClient.OperationOptions {
543
+ }
544
+
545
+ /** Contains response data for the create operation. */
546
+ export declare type FilesNoSubscriptionCreateResponse = FileDetails;
547
+
548
+ /** Optional parameters. */
549
+ export declare interface FilesNoSubscriptionGetOptionalParams extends coreClient.OperationOptions {
550
+ }
551
+
552
+ /** Contains response data for the get operation. */
553
+ export declare type FilesNoSubscriptionGetResponse = FileDetails;
554
+
555
+ /** Optional parameters. */
556
+ export declare interface FilesNoSubscriptionListNextOptionalParams extends coreClient.OperationOptions {
557
+ }
558
+
559
+ /** Contains response data for the listNext operation. */
560
+ export declare type FilesNoSubscriptionListNextResponse = FilesListResult;
561
+
562
+ /** Optional parameters. */
563
+ export declare interface FilesNoSubscriptionListOptionalParams extends coreClient.OperationOptions {
564
+ }
565
+
566
+ /** Contains response data for the list operation. */
567
+ export declare type FilesNoSubscriptionListResponse = FilesListResult;
568
+
569
+ /** Optional parameters. */
570
+ export declare interface FilesNoSubscriptionUploadOptionalParams extends coreClient.OperationOptions {
571
+ }
572
+
573
+ /** Optional parameters. */
574
+ export declare interface FilesUploadOptionalParams extends coreClient.OperationOptions {
575
+ }
576
+
577
+ /** Object that represents FileWorkspaceDetails resource */
578
+ export declare interface FileWorkspaceDetails extends ProxyResource {
579
+ /**
580
+ * Time in UTC (ISO 8601 format) when file workspace was created.
581
+ * NOTE: This property will not be serialized. It can only be populated by the server.
582
+ */
583
+ readonly createdOn?: Date;
584
+ /**
585
+ * Time in UTC (ISO 8601 format) when file workspace is going to expire.
586
+ * NOTE: This property will not be serialized. It can only be populated by the server.
587
+ */
588
+ readonly expirationTime?: Date;
589
+ }
590
+
591
+ /** Interface representing a FileWorkspaces. */
592
+ export declare interface FileWorkspaces {
593
+ /**
594
+ * Gets details for a specific file workspace in an Azure subscription.
595
+ * @param fileWorkspaceName File Workspace Name
596
+ * @param options The options parameters.
597
+ */
598
+ get(fileWorkspaceName: string, options?: FileWorkspacesGetOptionalParams): Promise<FileWorkspacesGetResponse>;
599
+ /**
600
+ * Creates a new file workspace for the specified subscription.
601
+ * @param fileWorkspaceName File workspace name.
602
+ * @param options The options parameters.
603
+ */
604
+ create(fileWorkspaceName: string, options?: FileWorkspacesCreateOptionalParams): Promise<FileWorkspacesCreateResponse>;
605
+ }
606
+
607
+ /** Optional parameters. */
608
+ export declare interface FileWorkspacesCreateOptionalParams extends coreClient.OperationOptions {
609
+ }
610
+
611
+ /** Contains response data for the create operation. */
612
+ export declare type FileWorkspacesCreateResponse = FileWorkspaceDetails;
613
+
614
+ /** Optional parameters. */
615
+ export declare interface FileWorkspacesGetOptionalParams extends coreClient.OperationOptions {
616
+ }
617
+
618
+ /** Contains response data for the get operation. */
619
+ export declare type FileWorkspacesGetResponse = FileWorkspaceDetails;
620
+
621
+ /** Interface representing a FileWorkspacesNoSubscription. */
622
+ export declare interface FileWorkspacesNoSubscription {
623
+ /**
624
+ * Gets details for a specific file workspace.
625
+ * @param fileWorkspaceName File Workspace Name
626
+ * @param options The options parameters.
627
+ */
628
+ get(fileWorkspaceName: string, options?: FileWorkspacesNoSubscriptionGetOptionalParams): Promise<FileWorkspacesNoSubscriptionGetResponse>;
629
+ /**
630
+ * Creates a new file workspace.
631
+ * @param fileWorkspaceName File workspace name.
632
+ * @param options The options parameters.
633
+ */
634
+ create(fileWorkspaceName: string, options?: FileWorkspacesNoSubscriptionCreateOptionalParams): Promise<FileWorkspacesNoSubscriptionCreateResponse>;
635
+ }
636
+
637
+ /** Optional parameters. */
638
+ export declare interface FileWorkspacesNoSubscriptionCreateOptionalParams extends coreClient.OperationOptions {
639
+ }
640
+
641
+ /** Contains response data for the create operation. */
642
+ export declare type FileWorkspacesNoSubscriptionCreateResponse = FileWorkspaceDetails;
643
+
644
+ /** Optional parameters. */
645
+ export declare interface FileWorkspacesNoSubscriptionGetOptionalParams extends coreClient.OperationOptions {
646
+ }
647
+
648
+ /** Contains response data for the get operation. */
649
+ export declare type FileWorkspacesNoSubscriptionGetResponse = FileWorkspaceDetails;
650
+
219
651
  /**
220
652
  * Given the last `.value` produced by the `byPage` iterator,
221
653
  * returns a continuation token that can be used to begin paging from
@@ -241,6 +673,26 @@ export declare enum KnownCommunicationType {
241
673
  Phone = "phone"
242
674
  }
243
675
 
676
+ /** Known values of {@link Consent} that the service accepts. */
677
+ export declare enum KnownConsent {
678
+ /** Yes */
679
+ Yes = "Yes",
680
+ /** No */
681
+ No = "No"
682
+ }
683
+
684
+ /** Known values of {@link CreatedByType} that the service accepts. */
685
+ export declare enum KnownCreatedByType {
686
+ /** User */
687
+ User = "User",
688
+ /** Application */
689
+ Application = "Application",
690
+ /** ManagedIdentity */
691
+ ManagedIdentity = "ManagedIdentity",
692
+ /** Key */
693
+ Key = "Key"
694
+ }
695
+
244
696
  /** Known values of {@link PreferredContactMethod} that the service accepts. */
245
697
  export declare enum KnownPreferredContactMethod {
246
698
  /** Email */
@@ -269,10 +721,45 @@ export declare enum KnownStatus {
269
721
  Closed = "closed"
270
722
  }
271
723
 
724
+ /** Known values of {@link TranscriptContentType} that the service accepts. */
725
+ export declare enum KnownTranscriptContentType {
726
+ }
727
+
728
+ /** Known values of {@link UserConsent} that the service accepts. */
729
+ export declare enum KnownUserConsent {
730
+ /** Yes */
731
+ Yes = "Yes",
732
+ /** No */
733
+ No = "No"
734
+ }
735
+
736
+ /** Describes the properties of a Message Details resource. */
737
+ export declare interface MessageProperties {
738
+ /**
739
+ * Content type.
740
+ * NOTE: This property will not be serialized. It can only be populated by the server.
741
+ */
742
+ readonly contentType?: TranscriptContentType;
743
+ /**
744
+ * Direction of communication.
745
+ * NOTE: This property will not be serialized. It can only be populated by the server.
746
+ */
747
+ readonly communicationDirection?: CommunicationDirection;
748
+ /** Name of the sender. */
749
+ sender?: string;
750
+ /** Body of the communication. */
751
+ body: string;
752
+ /**
753
+ * Time in UTC (ISO 8601 format) when the communication was created.
754
+ * NOTE: This property will not be serialized. It can only be populated by the server.
755
+ */
756
+ readonly createdDate?: Date;
757
+ }
758
+
272
759
  export declare class MicrosoftSupport extends coreClient.ServiceClient {
273
760
  $host: string;
274
761
  apiVersion: string;
275
- subscriptionId: string;
762
+ subscriptionId?: string;
276
763
  /**
277
764
  * Initializes a new instance of the MicrosoftSupport class.
278
765
  * @param credentials Subscription credentials which uniquely identify client subscription.
@@ -280,13 +767,24 @@ export declare class MicrosoftSupport extends coreClient.ServiceClient {
280
767
  * @param options The parameter options
281
768
  */
282
769
  constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: MicrosoftSupportOptionalParams);
770
+ constructor(credentials: coreAuth.TokenCredential, options?: MicrosoftSupportOptionalParams);
283
771
  /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
284
772
  private addCustomApiVersionPolicy;
285
773
  operations: Operations;
286
774
  services: Services;
287
775
  problemClassifications: ProblemClassifications;
288
776
  supportTickets: SupportTickets;
777
+ supportTicketsNoSubscription: SupportTicketsNoSubscription;
289
778
  communications: Communications;
779
+ communicationsNoSubscription: CommunicationsNoSubscription;
780
+ supportTicketCommunicationsNoSubscription: SupportTicketCommunicationsNoSubscription;
781
+ chatTranscripts: ChatTranscripts;
782
+ supportTicketChatTranscriptsNoSubscription: SupportTicketChatTranscriptsNoSubscription;
783
+ chatTranscriptsNoSubscription: ChatTranscriptsNoSubscription;
784
+ fileWorkspaces: FileWorkspaces;
785
+ fileWorkspacesNoSubscription: FileWorkspacesNoSubscription;
786
+ files: Files;
787
+ filesNoSubscription: FilesNoSubscription;
290
788
  }
291
789
 
292
790
  /** Optional parameters. */
@@ -385,6 +883,8 @@ export declare interface ProblemClassification {
385
883
  readonly type?: string;
386
884
  /** Localized name of problem classification. */
387
885
  displayName?: string;
886
+ /** This property indicates whether secondary consent is present for problem classification */
887
+ secondaryConsentEnabled?: SecondaryConsentEnabled[];
388
888
  }
389
889
 
390
890
  /** Interface representing a ProblemClassifications. */
@@ -427,6 +927,10 @@ export declare interface ProblemClassificationsListResult {
427
927
  value?: ProblemClassification[];
428
928
  }
429
929
 
930
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
931
+ export declare interface ProxyResource extends Resource {
932
+ }
933
+
430
934
  /** This property is required for providing the region and new quota limits. */
431
935
  export declare interface QuotaChangeRequest {
432
936
  /** Region for which the quota increase request is being made. */
@@ -445,58 +949,67 @@ export declare interface QuotaTicketDetails {
445
949
  quotaChangeRequests?: QuotaChangeRequest[];
446
950
  }
447
951
 
448
- /** Object that represents a Service resource. */
449
- export declare interface Service {
952
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
953
+ export declare interface Resource {
450
954
  /**
451
- * Id of the resource.
955
+ * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
452
956
  * NOTE: This property will not be serialized. It can only be populated by the server.
453
957
  */
454
958
  readonly id?: string;
455
959
  /**
456
- * Name of the resource.
960
+ * The name of the resource
457
961
  * NOTE: This property will not be serialized. It can only be populated by the server.
458
962
  */
459
963
  readonly name?: string;
460
964
  /**
461
- * Type of the resource 'Microsoft.Support/services'.
965
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
462
966
  * NOTE: This property will not be serialized. It can only be populated by the server.
463
967
  */
464
968
  readonly type?: string;
465
- /** Localized name of the Azure service. */
466
- displayName?: string;
467
- /** ARM Resource types. */
468
- resourceTypes?: string[];
469
- }
470
-
471
- /** The API error details. */
472
- export declare interface ServiceError {
473
- /** The error code. */
474
- code?: string;
475
- /** The error message. */
476
- message?: string;
477
- /** The target of the error. */
478
- target?: string;
479
969
  /**
480
- * The list of error details.
970
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
481
971
  * NOTE: This property will not be serialized. It can only be populated by the server.
482
972
  */
483
- readonly details?: ServiceErrorDetail[];
973
+ readonly systemData?: SystemData;
974
+ }
975
+
976
+ /** This property indicates secondary consent for the support ticket. */
977
+ export declare interface SecondaryConsent {
978
+ /** User consent value provided */
979
+ userConsent?: UserConsent;
980
+ /** The service name for which the secondary consent is being provided. The value needs to be retrieved from the Problem Classification API response. */
981
+ type?: string;
484
982
  }
485
983
 
486
- /** The error details. */
487
- export declare interface ServiceErrorDetail {
984
+ /** This property indicates whether secondary consent is present for problem classification. */
985
+ export declare interface SecondaryConsentEnabled {
986
+ /** User consent description. */
987
+ description?: string;
988
+ /** The Azure service for which secondary consent is needed for case creation. */
989
+ type?: string;
990
+ }
991
+
992
+ /** Object that represents a Service resource. */
993
+ export declare interface Service {
488
994
  /**
489
- * The error code.
995
+ * Id of the resource.
490
996
  * NOTE: This property will not be serialized. It can only be populated by the server.
491
997
  */
492
- readonly code?: string;
998
+ readonly id?: string;
493
999
  /**
494
- * The error message.
1000
+ * Name of the resource.
495
1001
  * NOTE: This property will not be serialized. It can only be populated by the server.
496
1002
  */
497
- readonly message?: string;
498
- /** The target of the error. */
499
- target?: string;
1003
+ readonly name?: string;
1004
+ /**
1005
+ * Type of the resource 'Microsoft.Support/services'.
1006
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1007
+ */
1008
+ readonly type?: string;
1009
+ /** Localized name of the Azure service. */
1010
+ displayName?: string;
1011
+ /** ARM Resource types. */
1012
+ resourceTypes?: string[];
500
1013
  }
501
1014
 
502
1015
  /** Service Level Agreement details for a support ticket. */
@@ -590,6 +1103,63 @@ export declare interface SupportEngineer {
590
1103
  readonly emailAddress?: string;
591
1104
  }
592
1105
 
1106
+ /** Interface representing a SupportTicketChatTranscriptsNoSubscription. */
1107
+ export declare interface SupportTicketChatTranscriptsNoSubscription {
1108
+ /**
1109
+ * Lists all chat transcripts for a support ticket
1110
+ * @param supportTicketName Support ticket name
1111
+ * @param options The options parameters.
1112
+ */
1113
+ list(supportTicketName: string, options?: SupportTicketChatTranscriptsNoSubscriptionListOptionalParams): PagedAsyncIterableIterator<ChatTranscriptDetails>;
1114
+ }
1115
+
1116
+ /** Optional parameters. */
1117
+ export declare interface SupportTicketChatTranscriptsNoSubscriptionListNextOptionalParams extends coreClient.OperationOptions {
1118
+ }
1119
+
1120
+ /** Contains response data for the listNext operation. */
1121
+ export declare type SupportTicketChatTranscriptsNoSubscriptionListNextResponse = ChatTranscriptsListResult;
1122
+
1123
+ /** Optional parameters. */
1124
+ export declare interface SupportTicketChatTranscriptsNoSubscriptionListOptionalParams extends coreClient.OperationOptions {
1125
+ }
1126
+
1127
+ /** Contains response data for the list operation. */
1128
+ export declare type SupportTicketChatTranscriptsNoSubscriptionListResponse = ChatTranscriptsListResult;
1129
+
1130
+ /** Interface representing a SupportTicketCommunicationsNoSubscription. */
1131
+ export declare interface SupportTicketCommunicationsNoSubscription {
1132
+ /**
1133
+ * Lists all communications (attachments not included) for a support ticket. <br/></br> You can also
1134
+ * filter support ticket communications by _CreatedDate_ or _CommunicationType_ using the $filter
1135
+ * parameter. The only type of communication supported today is _Web_. Output will be a paged result
1136
+ * with _nextLink_, using which you can retrieve the next set of Communication results.
1137
+ * <br/><br/>Support ticket data is available for 18 months after ticket creation. If a ticket was
1138
+ * created more than 18 months ago, a request for data might cause an error.
1139
+ * @param supportTicketName Support ticket name
1140
+ * @param options The options parameters.
1141
+ */
1142
+ list(supportTicketName: string, options?: SupportTicketCommunicationsNoSubscriptionListOptionalParams): PagedAsyncIterableIterator<CommunicationDetails>;
1143
+ }
1144
+
1145
+ /** Optional parameters. */
1146
+ export declare interface SupportTicketCommunicationsNoSubscriptionListNextOptionalParams extends coreClient.OperationOptions {
1147
+ }
1148
+
1149
+ /** Contains response data for the listNext operation. */
1150
+ export declare type SupportTicketCommunicationsNoSubscriptionListNextResponse = CommunicationsListResult;
1151
+
1152
+ /** Optional parameters. */
1153
+ export declare interface SupportTicketCommunicationsNoSubscriptionListOptionalParams extends coreClient.OperationOptions {
1154
+ /** The number of values to return in the collection. Default is 10 and max is 10. */
1155
+ top?: number;
1156
+ /** 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. */
1157
+ filter?: string;
1158
+ }
1159
+
1160
+ /** Contains response data for the list operation. */
1161
+ export declare type SupportTicketCommunicationsNoSubscriptionListResponse = CommunicationsListResult;
1162
+
593
1163
  /** Object that represents SupportTicketDetails resource. */
594
1164
  export declare interface SupportTicketDetails {
595
1165
  /**
@@ -627,6 +1197,12 @@ export declare interface SupportTicketDetails {
627
1197
  readonly enrollmentId?: string;
628
1198
  /** Indicates if this requires a 24x7 response from Azure. */
629
1199
  require24X7Response?: boolean;
1200
+ /** Advanced diagnostic consent to be updated on the support ticket. */
1201
+ advancedDiagnosticConsent?: Consent;
1202
+ /** Problem scoping questions associated with the support ticket. */
1203
+ problemScopingQuestions?: string;
1204
+ /** Support plan id associated with the support ticket. */
1205
+ supportPlanId?: string;
630
1206
  /** Contact information of the user requesting to create a support ticket. */
631
1207
  contactDetails?: ContactProfile;
632
1208
  /** Service Level Agreement information for this support ticket. */
@@ -638,6 +1214,11 @@ export declare interface SupportTicketDetails {
638
1214
  * NOTE: This property will not be serialized. It can only be populated by the server.
639
1215
  */
640
1216
  readonly supportPlanType?: string;
1217
+ /**
1218
+ * Support plan type associated with the support ticket.
1219
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1220
+ */
1221
+ readonly supportPlanDisplayName?: string;
641
1222
  /** Title of the support ticket. */
642
1223
  title?: string;
643
1224
  /** Time in UTC (ISO 8601 format) when the problem started. */
@@ -664,20 +1245,24 @@ export declare interface SupportTicketDetails {
664
1245
  * NOTE: This property will not be serialized. It can only be populated by the server.
665
1246
  */
666
1247
  readonly modifiedDate?: Date;
1248
+ /** File workspace name. */
1249
+ fileWorkspaceName?: string;
667
1250
  /** Additional ticket details associated with a technical support ticket request. */
668
1251
  technicalTicketDetails?: TechnicalTicketDetails;
669
1252
  /** Additional ticket details associated with a quota support ticket request. */
670
1253
  quotaTicketDetails?: QuotaTicketDetails;
1254
+ /** This property indicates secondary consents for the support ticket */
1255
+ secondaryConsent?: SecondaryConsent[];
671
1256
  }
672
1257
 
673
1258
  /** Interface representing a SupportTickets. */
674
1259
  export declare interface SupportTickets {
675
1260
  /**
676
1261
  * Lists all the support tickets for an Azure subscription. You can also filter the support tickets by
677
- * _Status_ or _CreatedDate_ using the $filter parameter. Output will be a paged result with
678
- * _nextLink_, using which you can retrieve the next set of support tickets. <br/><br/>Support ticket
679
- * data is available for 18 months after ticket creation. If a ticket was created more than 18 months
680
- * ago, a request for data might cause an error.
1262
+ * _Status_, _CreatedDate_, _ServiceId_, and _ProblemClassificationId_ using the $filter parameter.
1263
+ * Output will be a paged result with _nextLink_, using which you can retrieve the next set of support
1264
+ * tickets. <br/><br/>Support ticket data is available for 18 months after ticket creation. If a ticket
1265
+ * was created more than 18 months ago, a request for data might cause an error.
681
1266
  * @param options The options parameters.
682
1267
  */
683
1268
  list(options?: SupportTicketsListOptionalParams): PagedAsyncIterableIterator<SupportTicketDetails>;
@@ -697,13 +1282,11 @@ export declare interface SupportTickets {
697
1282
  */
698
1283
  get(supportTicketName: string, options?: SupportTicketsGetOptionalParams): Promise<SupportTicketsGetResponse>;
699
1284
  /**
700
- * This API allows you to update the severity level, ticket status, and your contact information in the
701
- * support ticket.<br/><br/>Note: The severity levels cannot be changed if a support ticket is actively
702
- * being worked upon by an Azure support engineer. In such a case, contact your support engineer to
703
- * request severity update by adding a new communication using the Communications
704
- * API.<br/><br/>Changing the ticket status to _closed_ is allowed only on an unassigned case. When an
705
- * engineer is actively working on the ticket, send your ticket closure request by sending a note to
706
- * your engineer.
1285
+ * This API allows you to update the severity level, ticket status, advanced diagnostic consent and
1286
+ * your contact information in the support ticket.<br/><br/>Note: The severity levels cannot be changed
1287
+ * if a support ticket is actively being worked upon by an Azure support engineer. In such a case,
1288
+ * contact your support engineer to request severity update by adding a new communication using the
1289
+ * Communications API.
707
1290
  * @param supportTicketName Support ticket name.
708
1291
  * @param updateSupportTicket UpdateSupportTicket object.
709
1292
  * @param options The options parameters.
@@ -731,7 +1314,7 @@ export declare interface SupportTickets {
731
1314
  * @param createSupportTicketParameters Support ticket request payload.
732
1315
  * @param options The options parameters.
733
1316
  */
734
- beginCreate(supportTicketName: string, createSupportTicketParameters: SupportTicketDetails, options?: SupportTicketsCreateOptionalParams): Promise<PollerLike<PollOperationState<SupportTicketsCreateResponse>, SupportTicketsCreateResponse>>;
1317
+ beginCreate(supportTicketName: string, createSupportTicketParameters: SupportTicketDetails, options?: SupportTicketsCreateOptionalParams): Promise<SimplePollerLike<OperationState<SupportTicketsCreateResponse>, SupportTicketsCreateResponse>>;
735
1318
  /**
736
1319
  * Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, and
737
1320
  * Subscription Management issues for the specified subscription. Learn the
@@ -793,7 +1376,7 @@ export declare type SupportTicketsListNextResponse = SupportTicketsListResult;
793
1376
  export declare interface SupportTicketsListOptionalParams extends coreClient.OperationOptions {
794
1377
  /** The number of values to return in the collection. Default is 25 and max is 100. */
795
1378
  top?: number;
796
- /** 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_ filter 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'. */
1379
+ /** 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'. */
797
1380
  filter?: string;
798
1381
  }
799
1382
 
@@ -808,6 +1391,131 @@ export declare interface SupportTicketsListResult {
808
1391
  nextLink?: string;
809
1392
  }
810
1393
 
1394
+ /** Interface representing a SupportTicketsNoSubscription. */
1395
+ export declare interface SupportTicketsNoSubscription {
1396
+ /**
1397
+ * Lists all the support tickets. <br/><br/>You can also filter the support tickets by <i>Status</i>,
1398
+ * <i>CreatedDate</i>, , <i>ServiceId</i>, and <i>ProblemClassificationId</i> using the $filter
1399
+ * parameter. Output will be a paged result with <i>nextLink</i>, using which you can retrieve the next
1400
+ * set of support tickets. <br/><br/>Support ticket data is available for 18 months after ticket
1401
+ * creation. If a ticket was created more than 18 months ago, a request for data might cause an error.
1402
+ * @param options The options parameters.
1403
+ */
1404
+ list(options?: SupportTicketsNoSubscriptionListOptionalParams): PagedAsyncIterableIterator<SupportTicketDetails>;
1405
+ /**
1406
+ * Check the availability of a resource name. This API should be used to check the uniqueness of the
1407
+ * name for support ticket creation for the selected subscription.
1408
+ * @param checkNameAvailabilityInput Input to check.
1409
+ * @param options The options parameters.
1410
+ */
1411
+ checkNameAvailability(checkNameAvailabilityInput: CheckNameAvailabilityInput, options?: SupportTicketsNoSubscriptionCheckNameAvailabilityOptionalParams): Promise<SupportTicketsNoSubscriptionCheckNameAvailabilityResponse>;
1412
+ /**
1413
+ * Gets details for a specific support ticket. Support ticket data is available for 18 months after
1414
+ * ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an
1415
+ * error.
1416
+ * @param supportTicketName Support ticket name.
1417
+ * @param options The options parameters.
1418
+ */
1419
+ get(supportTicketName: string, options?: SupportTicketsNoSubscriptionGetOptionalParams): Promise<SupportTicketsNoSubscriptionGetResponse>;
1420
+ /**
1421
+ * This API allows you to update the severity level, ticket status, and your contact information in the
1422
+ * support ticket.<br/><br/>Note: The severity levels cannot be changed if a support ticket is actively
1423
+ * being worked upon by an Azure support engineer. In such a case, contact your support engineer to
1424
+ * request severity update by adding a new communication using the Communications API.
1425
+ * @param supportTicketName Support ticket name.
1426
+ * @param updateSupportTicket UpdateSupportTicket object.
1427
+ * @param options The options parameters.
1428
+ */
1429
+ update(supportTicketName: string, updateSupportTicket: UpdateSupportTicket, options?: SupportTicketsNoSubscriptionUpdateOptionalParams): Promise<SupportTicketsNoSubscriptionUpdateResponse>;
1430
+ /**
1431
+ * Creates a new support ticket for Billing, and Subscription Management issues. Learn the
1432
+ * [prerequisites](https://aka.ms/supportAPI) required to create a support ticket.<br/><br/>Always call
1433
+ * the Services and ProblemClassifications API to get the most recent set of services and problem
1434
+ * categories required for support ticket creation.<br/><br/>Adding attachments is not currently
1435
+ * supported via the API. To add a file to an existing support ticket, visit the [Manage support
1436
+ * ticket](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/managesupportrequest)
1437
+ * page in the Azure portal, select the support ticket, and use the file upload control to add a new
1438
+ * file.<br/><br/>Providing consent to share diagnostic information with Azure support is currently not
1439
+ * supported via the API. The Azure support engineer working on your ticket will reach out to you for
1440
+ * consent if your issue requires gathering diagnostic information from your Azure resources.<br/><br/>
1441
+ * @param supportTicketName Support ticket name.
1442
+ * @param createSupportTicketParameters Support ticket request payload.
1443
+ * @param options The options parameters.
1444
+ */
1445
+ beginCreate(supportTicketName: string, createSupportTicketParameters: SupportTicketDetails, options?: SupportTicketsNoSubscriptionCreateOptionalParams): Promise<SimplePollerLike<OperationState<SupportTicketsNoSubscriptionCreateResponse>, SupportTicketsNoSubscriptionCreateResponse>>;
1446
+ /**
1447
+ * Creates a new support ticket for Billing, and Subscription Management issues. Learn the
1448
+ * [prerequisites](https://aka.ms/supportAPI) required to create a support ticket.<br/><br/>Always call
1449
+ * the Services and ProblemClassifications API to get the most recent set of services and problem
1450
+ * categories required for support ticket creation.<br/><br/>Adding attachments is not currently
1451
+ * supported via the API. To add a file to an existing support ticket, visit the [Manage support
1452
+ * ticket](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/managesupportrequest)
1453
+ * page in the Azure portal, select the support ticket, and use the file upload control to add a new
1454
+ * file.<br/><br/>Providing consent to share diagnostic information with Azure support is currently not
1455
+ * supported via the API. The Azure support engineer working on your ticket will reach out to you for
1456
+ * consent if your issue requires gathering diagnostic information from your Azure resources.<br/><br/>
1457
+ * @param supportTicketName Support ticket name.
1458
+ * @param createSupportTicketParameters Support ticket request payload.
1459
+ * @param options The options parameters.
1460
+ */
1461
+ beginCreateAndWait(supportTicketName: string, createSupportTicketParameters: SupportTicketDetails, options?: SupportTicketsNoSubscriptionCreateOptionalParams): Promise<SupportTicketsNoSubscriptionCreateResponse>;
1462
+ }
1463
+
1464
+ /** Optional parameters. */
1465
+ export declare interface SupportTicketsNoSubscriptionCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
1466
+ }
1467
+
1468
+ /** Contains response data for the checkNameAvailability operation. */
1469
+ export declare type SupportTicketsNoSubscriptionCheckNameAvailabilityResponse = CheckNameAvailabilityOutput;
1470
+
1471
+ /** Defines headers for SupportTicketsNoSubscription_create operation. */
1472
+ export declare interface SupportTicketsNoSubscriptionCreateHeaders {
1473
+ location?: string;
1474
+ }
1475
+
1476
+ /** Optional parameters. */
1477
+ export declare interface SupportTicketsNoSubscriptionCreateOptionalParams extends coreClient.OperationOptions {
1478
+ /** Delay to wait until next poll, in milliseconds. */
1479
+ updateIntervalInMs?: number;
1480
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1481
+ resumeFrom?: string;
1482
+ }
1483
+
1484
+ /** Contains response data for the create operation. */
1485
+ export declare type SupportTicketsNoSubscriptionCreateResponse = SupportTicketDetails;
1486
+
1487
+ /** Optional parameters. */
1488
+ export declare interface SupportTicketsNoSubscriptionGetOptionalParams extends coreClient.OperationOptions {
1489
+ }
1490
+
1491
+ /** Contains response data for the get operation. */
1492
+ export declare type SupportTicketsNoSubscriptionGetResponse = SupportTicketDetails;
1493
+
1494
+ /** Optional parameters. */
1495
+ export declare interface SupportTicketsNoSubscriptionListNextOptionalParams extends coreClient.OperationOptions {
1496
+ }
1497
+
1498
+ /** Contains response data for the listNext operation. */
1499
+ export declare type SupportTicketsNoSubscriptionListNextResponse = SupportTicketsListResult;
1500
+
1501
+ /** Optional parameters. */
1502
+ export declare interface SupportTicketsNoSubscriptionListOptionalParams extends coreClient.OperationOptions {
1503
+ /** The number of values to return in the collection. Default is 25 and max is 100. */
1504
+ top?: number;
1505
+ /** 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'. */
1506
+ filter?: string;
1507
+ }
1508
+
1509
+ /** Contains response data for the list operation. */
1510
+ export declare type SupportTicketsNoSubscriptionListResponse = SupportTicketsListResult;
1511
+
1512
+ /** Optional parameters. */
1513
+ export declare interface SupportTicketsNoSubscriptionUpdateOptionalParams extends coreClient.OperationOptions {
1514
+ }
1515
+
1516
+ /** Contains response data for the update operation. */
1517
+ export declare type SupportTicketsNoSubscriptionUpdateResponse = SupportTicketDetails;
1518
+
811
1519
  /** Optional parameters. */
812
1520
  export declare interface SupportTicketsUpdateOptionalParams extends coreClient.OperationOptions {
813
1521
  }
@@ -815,12 +1523,37 @@ export declare interface SupportTicketsUpdateOptionalParams extends coreClient.O
815
1523
  /** Contains response data for the update operation. */
816
1524
  export declare type SupportTicketsUpdateResponse = SupportTicketDetails;
817
1525
 
1526
+ /** Metadata pertaining to creation and last modification of the resource. */
1527
+ export declare interface SystemData {
1528
+ /** The identity that created the resource. */
1529
+ createdBy?: string;
1530
+ /** The type of identity that created the resource. */
1531
+ createdByType?: CreatedByType;
1532
+ /** The timestamp of resource creation (UTC). */
1533
+ createdAt?: Date;
1534
+ /** The identity that last modified the resource. */
1535
+ lastModifiedBy?: string;
1536
+ /** The type of identity that last modified the resource. */
1537
+ lastModifiedByType?: CreatedByType;
1538
+ /** The timestamp of resource last modification (UTC) */
1539
+ lastModifiedAt?: Date;
1540
+ }
1541
+
818
1542
  /** Additional information for technical support ticket. */
819
1543
  export declare interface TechnicalTicketDetails {
820
1544
  /** 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. */
821
1545
  resourceId?: string;
822
1546
  }
823
1547
 
1548
+ /**
1549
+ * Defines values for TranscriptContentType. \
1550
+ * {@link KnownTranscriptContentType} can be used interchangeably with TranscriptContentType,
1551
+ * this enum contains the known values that the service supports.
1552
+ * ### Known values supported by the service
1553
+ *
1554
+ */
1555
+ export declare type TranscriptContentType = string;
1556
+
824
1557
  /** Defines values for Type. */
825
1558
  export declare type Type = "Microsoft.Support/supportTickets" | "Microsoft.Support/communications";
826
1559
 
@@ -854,6 +1587,28 @@ export declare interface UpdateSupportTicket {
854
1587
  status?: Status;
855
1588
  /** Contact details to be updated on the support ticket. */
856
1589
  contactDetails?: UpdateContactProfile;
1590
+ /** Advanced diagnostic consent to be updated on the support ticket. */
1591
+ advancedDiagnosticConsent?: Consent;
1592
+ /** This property indicates secondary consents for the support ticket */
1593
+ secondaryConsent?: SecondaryConsent[];
857
1594
  }
858
1595
 
1596
+ /** File content associated with the file under a workspace. */
1597
+ export declare interface UploadFile {
1598
+ /** File Content in base64 encoded format */
1599
+ content?: string;
1600
+ /** Index of the uploaded chunk (Index starts at 0) */
1601
+ chunkIndex?: number;
1602
+ }
1603
+
1604
+ /**
1605
+ * Defines values for UserConsent. \
1606
+ * {@link KnownUserConsent} can be used interchangeably with UserConsent,
1607
+ * this enum contains the known values that the service supports.
1608
+ * ### Known values supported by the service
1609
+ * **Yes** \
1610
+ * **No**
1611
+ */
1612
+ export declare type UserConsent = string;
1613
+
859
1614
  export { }