@azure/arm-customerinsights 3.1.0 → 4.0.0

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 (425) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +75 -73
  4. package/dist/index.js +8925 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/customerInsightsManagementClient.d.ts +35 -0
  9. package/dist-esm/src/customerInsightsManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/customerInsightsManagementClient.js +68 -0
  11. package/dist-esm/src/customerInsightsManagementClient.js.map +1 -0
  12. package/dist-esm/src/index.d.ts +5 -0
  13. package/dist-esm/src/index.d.ts.map +1 -0
  14. package/dist-esm/src/index.js +12 -0
  15. package/dist-esm/src/index.js.map +1 -0
  16. package/dist-esm/src/lroImpl.d.ts +16 -0
  17. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  18. package/dist-esm/src/lroImpl.js +29 -0
  19. package/dist-esm/src/lroImpl.js.map +1 -0
  20. package/dist-esm/src/models/index.d.ts +2222 -0
  21. package/dist-esm/src/models/index.d.ts.map +1 -0
  22. package/dist-esm/src/models/index.js +72 -0
  23. package/dist-esm/src/models/index.js.map +1 -0
  24. package/dist-esm/src/models/mappers.d.ts +88 -0
  25. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  26. package/{esm → dist-esm/src}/models/mappers.js +2237 -2527
  27. package/dist-esm/src/models/mappers.js.map +1 -0
  28. package/dist-esm/src/models/parameters.d.ts +53 -0
  29. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  30. package/{esm → dist-esm/src}/models/parameters.js +243 -163
  31. package/dist-esm/src/models/parameters.js.map +1 -0
  32. package/dist-esm/src/operations/authorizationPolicies.d.ts +71 -0
  33. package/dist-esm/src/operations/authorizationPolicies.d.ts.map +1 -0
  34. package/dist-esm/src/operations/authorizationPolicies.js +259 -0
  35. package/dist-esm/src/operations/authorizationPolicies.js.map +1 -0
  36. package/dist-esm/src/operations/connectorMappings.d.ts +69 -0
  37. package/dist-esm/src/operations/connectorMappings.d.ts.map +1 -0
  38. package/dist-esm/src/operations/connectorMappings.js +237 -0
  39. package/dist-esm/src/operations/connectorMappings.js.map +1 -0
  40. package/dist-esm/src/operations/connectors.d.ts +81 -0
  41. package/dist-esm/src/operations/connectors.d.ts.map +1 -0
  42. package/dist-esm/src/operations/connectors.js +310 -0
  43. package/dist-esm/src/operations/connectors.js.map +1 -0
  44. package/dist-esm/src/operations/hubs.d.ts +91 -0
  45. package/dist-esm/src/operations/hubs.d.ts.map +1 -0
  46. package/dist-esm/src/operations/hubs.js +373 -0
  47. package/dist-esm/src/operations/hubs.js.map +1 -0
  48. package/dist-esm/src/operations/images.d.ts +29 -0
  49. package/dist-esm/src/operations/images.d.ts.map +1 -0
  50. package/dist-esm/src/operations/images.js +83 -0
  51. package/dist-esm/src/operations/images.js.map +1 -0
  52. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  53. package/dist-esm/src/operations/index.d.ts.map +1 -0
  54. package/{esm → dist-esm/src}/operations/index.js +3 -5
  55. package/dist-esm/src/operations/index.js.map +1 -0
  56. package/dist-esm/src/operations/interactions.d.ts +73 -0
  57. package/dist-esm/src/operations/interactions.d.ts.map +1 -0
  58. package/dist-esm/src/operations/interactions.js +274 -0
  59. package/dist-esm/src/operations/interactions.js.map +1 -0
  60. package/dist-esm/src/operations/kpi.d.ts +89 -0
  61. package/dist-esm/src/operations/kpi.d.ts.map +1 -0
  62. package/dist-esm/src/operations/kpi.js +334 -0
  63. package/dist-esm/src/operations/kpi.js.map +1 -0
  64. package/dist-esm/src/operations/links.d.ts +73 -0
  65. package/dist-esm/src/operations/links.d.ts.map +1 -0
  66. package/dist-esm/src/operations/links.js +269 -0
  67. package/dist-esm/src/operations/links.js.map +1 -0
  68. package/dist-esm/src/operations/operations.d.ts +32 -0
  69. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  70. package/dist-esm/src/operations/operations.js +114 -0
  71. package/dist-esm/src/operations/operations.js.map +1 -0
  72. package/dist-esm/src/operations/predictions.d.ts +106 -0
  73. package/dist-esm/src/operations/predictions.d.ts.map +1 -0
  74. package/dist-esm/src/operations/predictions.js +396 -0
  75. package/dist-esm/src/operations/predictions.js.map +1 -0
  76. package/dist-esm/src/operations/profiles.d.ts +91 -0
  77. package/dist-esm/src/operations/profiles.d.ts.map +1 -0
  78. package/dist-esm/src/operations/profiles.js +346 -0
  79. package/dist-esm/src/operations/profiles.js.map +1 -0
  80. package/dist-esm/src/operations/relationshipLinks.d.ts +81 -0
  81. package/dist-esm/src/operations/relationshipLinks.d.ts.map +1 -0
  82. package/dist-esm/src/operations/relationshipLinks.js +310 -0
  83. package/dist-esm/src/operations/relationshipLinks.js.map +1 -0
  84. package/dist-esm/src/operations/relationships.d.ts +81 -0
  85. package/dist-esm/src/operations/relationships.d.ts.map +1 -0
  86. package/dist-esm/src/operations/relationships.js +310 -0
  87. package/dist-esm/src/operations/relationships.js.map +1 -0
  88. package/dist-esm/src/operations/roleAssignments.d.ts +73 -0
  89. package/dist-esm/src/operations/roleAssignments.d.ts.map +1 -0
  90. package/dist-esm/src/operations/roleAssignments.js +269 -0
  91. package/dist-esm/src/operations/roleAssignments.js.map +1 -0
  92. package/dist-esm/src/operations/roles.d.ts +38 -0
  93. package/dist-esm/src/operations/roles.d.ts.map +1 -0
  94. package/dist-esm/src/operations/roles.js +131 -0
  95. package/dist-esm/src/operations/roles.js.map +1 -0
  96. package/dist-esm/src/operations/views.d.ts +68 -0
  97. package/dist-esm/src/operations/views.d.ts.map +1 -0
  98. package/dist-esm/src/operations/views.js +221 -0
  99. package/dist-esm/src/operations/views.js.map +1 -0
  100. package/dist-esm/src/operations/widgetTypes.d.ts +46 -0
  101. package/dist-esm/src/operations/widgetTypes.d.ts.map +1 -0
  102. package/dist-esm/src/operations/widgetTypes.js +160 -0
  103. package/dist-esm/src/operations/widgetTypes.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/authorizationPolicies.d.ts +46 -0
  105. package/dist-esm/src/operationsInterfaces/authorizationPolicies.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/authorizationPolicies.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/authorizationPolicies.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/connectorMappings.d.ts +42 -0
  109. package/dist-esm/src/operationsInterfaces/connectorMappings.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/connectorMappings.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/connectorMappings.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/connectors.d.ts +56 -0
  113. package/dist-esm/src/operationsInterfaces/connectors.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/connectors.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/connectors.js.map +1 -0
  116. package/dist-esm/src/operationsInterfaces/hubs.d.ts +55 -0
  117. package/dist-esm/src/operationsInterfaces/hubs.d.ts.map +1 -0
  118. package/dist-esm/src/operationsInterfaces/hubs.js +9 -0
  119. package/dist-esm/src/operationsInterfaces/hubs.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/images.d.ts +21 -0
  121. package/dist-esm/src/operationsInterfaces/images.d.ts.map +1 -0
  122. package/dist-esm/src/operationsInterfaces/images.js +9 -0
  123. package/dist-esm/src/operationsInterfaces/images.js.map +1 -0
  124. package/dist-esm/src/operationsInterfaces/index.d.ts +18 -0
  125. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  126. package/dist-esm/src/operationsInterfaces/index.js +25 -0
  127. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  128. package/dist-esm/src/operationsInterfaces/interactions.d.ts +48 -0
  129. package/dist-esm/src/operationsInterfaces/interactions.d.ts.map +1 -0
  130. package/dist-esm/src/operationsInterfaces/interactions.js +9 -0
  131. package/dist-esm/src/operationsInterfaces/interactions.js.map +1 -0
  132. package/dist-esm/src/operationsInterfaces/kpi.d.ts +64 -0
  133. package/dist-esm/src/operationsInterfaces/kpi.d.ts.map +1 -0
  134. package/dist-esm/src/operationsInterfaces/kpi.js +9 -0
  135. package/dist-esm/src/operationsInterfaces/kpi.js.map +1 -0
  136. package/dist-esm/src/operationsInterfaces/links.d.ts +48 -0
  137. package/dist-esm/src/operationsInterfaces/links.d.ts.map +1 -0
  138. package/dist-esm/src/operationsInterfaces/links.js +9 -0
  139. package/dist-esm/src/operationsInterfaces/links.js.map +1 -0
  140. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  141. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  142. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  143. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  144. package/dist-esm/src/operationsInterfaces/predictions.d.ts +81 -0
  145. package/dist-esm/src/operationsInterfaces/predictions.d.ts.map +1 -0
  146. package/dist-esm/src/operationsInterfaces/predictions.js +9 -0
  147. package/dist-esm/src/operationsInterfaces/predictions.js.map +1 -0
  148. package/dist-esm/src/operationsInterfaces/profiles.d.ts +66 -0
  149. package/dist-esm/src/operationsInterfaces/profiles.d.ts.map +1 -0
  150. package/dist-esm/src/operationsInterfaces/profiles.js +9 -0
  151. package/dist-esm/src/operationsInterfaces/profiles.js.map +1 -0
  152. package/dist-esm/src/operationsInterfaces/relationshipLinks.d.ts +56 -0
  153. package/dist-esm/src/operationsInterfaces/relationshipLinks.d.ts.map +1 -0
  154. package/dist-esm/src/operationsInterfaces/relationshipLinks.js +9 -0
  155. package/dist-esm/src/operationsInterfaces/relationshipLinks.js.map +1 -0
  156. package/dist-esm/src/operationsInterfaces/relationships.d.ts +56 -0
  157. package/dist-esm/src/operationsInterfaces/relationships.d.ts.map +1 -0
  158. package/dist-esm/src/operationsInterfaces/relationships.js +9 -0
  159. package/dist-esm/src/operationsInterfaces/relationships.js.map +1 -0
  160. package/dist-esm/src/operationsInterfaces/roleAssignments.d.ts +48 -0
  161. package/dist-esm/src/operationsInterfaces/roleAssignments.d.ts.map +1 -0
  162. package/dist-esm/src/operationsInterfaces/roleAssignments.js +9 -0
  163. package/dist-esm/src/operationsInterfaces/roleAssignments.js.map +1 -0
  164. package/dist-esm/src/operationsInterfaces/roles.d.ts +13 -0
  165. package/dist-esm/src/operationsInterfaces/roles.d.ts.map +1 -0
  166. package/dist-esm/src/operationsInterfaces/roles.js +9 -0
  167. package/dist-esm/src/operationsInterfaces/roles.js.map +1 -0
  168. package/dist-esm/src/operationsInterfaces/views.d.ts +41 -0
  169. package/dist-esm/src/operationsInterfaces/views.d.ts.map +1 -0
  170. package/dist-esm/src/operationsInterfaces/views.js +9 -0
  171. package/dist-esm/src/operationsInterfaces/views.js.map +1 -0
  172. package/dist-esm/src/operationsInterfaces/widgetTypes.d.ts +21 -0
  173. package/dist-esm/src/operationsInterfaces/widgetTypes.d.ts.map +1 -0
  174. package/dist-esm/src/operationsInterfaces/widgetTypes.js +9 -0
  175. package/dist-esm/src/operationsInterfaces/widgetTypes.js.map +1 -0
  176. package/dist-esm/test/sampleTest.d.ts +2 -0
  177. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  178. package/dist-esm/test/sampleTest.js +40 -0
  179. package/dist-esm/test/sampleTest.js.map +1 -0
  180. package/package.json +70 -34
  181. package/review/arm-customerinsights.api.md +1833 -0
  182. package/rollup.config.js +184 -27
  183. package/src/customerInsightsManagementClient.ts +144 -0
  184. package/src/index.ts +12 -0
  185. package/src/lroImpl.ts +34 -0
  186. package/src/models/index.ts +2454 -0
  187. package/{lib → src}/models/mappers.ts +2289 -2562
  188. package/src/models/parameters.ts +569 -0
  189. package/src/operations/authorizationPolicies.ts +348 -0
  190. package/src/operations/connectorMappings.ts +338 -0
  191. package/src/operations/connectors.ts +443 -0
  192. package/src/operations/hubs.ts +477 -0
  193. package/src/operations/images.ts +116 -0
  194. package/{lib → src}/operations/index.ts +3 -5
  195. package/src/operations/interactions.ts +383 -0
  196. package/src/operations/kpi.ts +478 -0
  197. package/src/operations/links.ts +377 -0
  198. package/src/operations/operations.ts +131 -0
  199. package/src/operations/predictions.ts +566 -0
  200. package/src/operations/profiles.ts +491 -0
  201. package/src/operations/relationshipLinks.ts +443 -0
  202. package/src/operations/relationships.ts +443 -0
  203. package/src/operations/roleAssignments.ts +377 -0
  204. package/src/operations/roles.ts +171 -0
  205. package/src/operations/views.ts +321 -0
  206. package/src/operations/widgetTypes.ts +212 -0
  207. package/src/operationsInterfaces/authorizationPolicies.ts +91 -0
  208. package/src/operationsInterfaces/connectorMappings.ts +83 -0
  209. package/src/operationsInterfaces/connectors.ts +109 -0
  210. package/src/operationsInterfaces/hubs.ts +100 -0
  211. package/src/operationsInterfaces/images.ts +45 -0
  212. package/src/operationsInterfaces/index.ts +25 -0
  213. package/src/operationsInterfaces/interactions.ts +97 -0
  214. package/src/operationsInterfaces/kpi.ts +123 -0
  215. package/src/operationsInterfaces/links.ts +96 -0
  216. package/src/operationsInterfaces/operations.ts +22 -0
  217. package/src/operationsInterfaces/predictions.ts +156 -0
  218. package/src/operationsInterfaces/profiles.ts +126 -0
  219. package/src/operationsInterfaces/relationshipLinks.ts +109 -0
  220. package/src/operationsInterfaces/relationships.ts +109 -0
  221. package/src/operationsInterfaces/roleAssignments.ts +96 -0
  222. package/src/operationsInterfaces/roles.ts +26 -0
  223. package/src/operationsInterfaces/views.ts +81 -0
  224. package/src/operationsInterfaces/widgetTypes.ts +44 -0
  225. package/tsconfig.json +4 -4
  226. package/types/arm-customerinsights.d.ts +3254 -0
  227. package/types/tsdoc-metadata.json +11 -0
  228. package/dist/arm-customerinsights.js +0 -9229
  229. package/dist/arm-customerinsights.js.map +0 -1
  230. package/dist/arm-customerinsights.min.js +0 -1
  231. package/dist/arm-customerinsights.min.js.map +0 -1
  232. package/esm/customerInsightsManagementClient.d.ts +0 -35
  233. package/esm/customerInsightsManagementClient.d.ts.map +0 -1
  234. package/esm/customerInsightsManagementClient.js +0 -50
  235. package/esm/customerInsightsManagementClient.js.map +0 -1
  236. package/esm/customerInsightsManagementClientContext.d.ts +0 -17
  237. package/esm/customerInsightsManagementClientContext.d.ts.map +0 -1
  238. package/esm/customerInsightsManagementClientContext.js +0 -57
  239. package/esm/customerInsightsManagementClientContext.js.map +0 -1
  240. package/esm/models/authorizationPoliciesMappers.d.ts +0 -2
  241. package/esm/models/authorizationPoliciesMappers.d.ts.map +0 -1
  242. package/esm/models/authorizationPoliciesMappers.js +0 -11
  243. package/esm/models/authorizationPoliciesMappers.js.map +0 -1
  244. package/esm/models/connectorMappingsMappers.d.ts +0 -2
  245. package/esm/models/connectorMappingsMappers.d.ts.map +0 -1
  246. package/esm/models/connectorMappingsMappers.js +0 -11
  247. package/esm/models/connectorMappingsMappers.js.map +0 -1
  248. package/esm/models/connectorsMappers.d.ts +0 -2
  249. package/esm/models/connectorsMappers.d.ts.map +0 -1
  250. package/esm/models/connectorsMappers.js +0 -11
  251. package/esm/models/connectorsMappers.js.map +0 -1
  252. package/esm/models/hubsMappers.d.ts +0 -2
  253. package/esm/models/hubsMappers.d.ts.map +0 -1
  254. package/esm/models/hubsMappers.js +0 -11
  255. package/esm/models/hubsMappers.js.map +0 -1
  256. package/esm/models/imagesMappers.d.ts +0 -2
  257. package/esm/models/imagesMappers.d.ts.map +0 -1
  258. package/esm/models/imagesMappers.js +0 -11
  259. package/esm/models/imagesMappers.js.map +0 -1
  260. package/esm/models/index.d.ts +0 -4582
  261. package/esm/models/index.d.ts.map +0 -1
  262. package/esm/models/index.js +0 -10
  263. package/esm/models/index.js.map +0 -1
  264. package/esm/models/interactionsMappers.d.ts +0 -2
  265. package/esm/models/interactionsMappers.d.ts.map +0 -1
  266. package/esm/models/interactionsMappers.js +0 -11
  267. package/esm/models/interactionsMappers.js.map +0 -1
  268. package/esm/models/kpiMappers.d.ts +0 -2
  269. package/esm/models/kpiMappers.d.ts.map +0 -1
  270. package/esm/models/kpiMappers.js +0 -11
  271. package/esm/models/kpiMappers.js.map +0 -1
  272. package/esm/models/linksMappers.d.ts +0 -2
  273. package/esm/models/linksMappers.d.ts.map +0 -1
  274. package/esm/models/linksMappers.js +0 -11
  275. package/esm/models/linksMappers.js.map +0 -1
  276. package/esm/models/mappers.d.ts +0 -88
  277. package/esm/models/mappers.d.ts.map +0 -1
  278. package/esm/models/mappers.js.map +0 -1
  279. package/esm/models/operationsMappers.d.ts +0 -2
  280. package/esm/models/operationsMappers.d.ts.map +0 -1
  281. package/esm/models/operationsMappers.js +0 -11
  282. package/esm/models/operationsMappers.js.map +0 -1
  283. package/esm/models/parameters.d.ts +0 -36
  284. package/esm/models/parameters.d.ts.map +0 -1
  285. package/esm/models/parameters.js.map +0 -1
  286. package/esm/models/predictionsMappers.d.ts +0 -2
  287. package/esm/models/predictionsMappers.d.ts.map +0 -1
  288. package/esm/models/predictionsMappers.js +0 -11
  289. package/esm/models/predictionsMappers.js.map +0 -1
  290. package/esm/models/profilesMappers.d.ts +0 -2
  291. package/esm/models/profilesMappers.d.ts.map +0 -1
  292. package/esm/models/profilesMappers.js +0 -11
  293. package/esm/models/profilesMappers.js.map +0 -1
  294. package/esm/models/relationshipLinksMappers.d.ts +0 -2
  295. package/esm/models/relationshipLinksMappers.d.ts.map +0 -1
  296. package/esm/models/relationshipLinksMappers.js +0 -11
  297. package/esm/models/relationshipLinksMappers.js.map +0 -1
  298. package/esm/models/relationshipsMappers.d.ts +0 -2
  299. package/esm/models/relationshipsMappers.d.ts.map +0 -1
  300. package/esm/models/relationshipsMappers.js +0 -11
  301. package/esm/models/relationshipsMappers.js.map +0 -1
  302. package/esm/models/roleAssignmentsMappers.d.ts +0 -2
  303. package/esm/models/roleAssignmentsMappers.d.ts.map +0 -1
  304. package/esm/models/roleAssignmentsMappers.js +0 -11
  305. package/esm/models/roleAssignmentsMappers.js.map +0 -1
  306. package/esm/models/rolesMappers.d.ts +0 -2
  307. package/esm/models/rolesMappers.d.ts.map +0 -1
  308. package/esm/models/rolesMappers.js +0 -11
  309. package/esm/models/rolesMappers.js.map +0 -1
  310. package/esm/models/viewsMappers.d.ts +0 -2
  311. package/esm/models/viewsMappers.d.ts.map +0 -1
  312. package/esm/models/viewsMappers.js +0 -11
  313. package/esm/models/viewsMappers.js.map +0 -1
  314. package/esm/models/widgetTypesMappers.d.ts +0 -2
  315. package/esm/models/widgetTypesMappers.d.ts.map +0 -1
  316. package/esm/models/widgetTypesMappers.js +0 -11
  317. package/esm/models/widgetTypesMappers.js.map +0 -1
  318. package/esm/operations/authorizationPolicies.d.ts +0 -151
  319. package/esm/operations/authorizationPolicies.d.ts.map +0 -1
  320. package/esm/operations/authorizationPolicies.js +0 -225
  321. package/esm/operations/authorizationPolicies.js.map +0 -1
  322. package/esm/operations/connectorMappings.d.ts +0 -139
  323. package/esm/operations/connectorMappings.d.ts.map +0 -1
  324. package/esm/operations/connectorMappings.js +0 -199
  325. package/esm/operations/connectorMappings.js.map +0 -1
  326. package/esm/operations/connectors.d.ts +0 -115
  327. package/esm/operations/connectors.d.ts.map +0 -1
  328. package/esm/operations/connectors.js +0 -232
  329. package/esm/operations/connectors.js.map +0 -1
  330. package/esm/operations/hubs.d.ts +0 -168
  331. package/esm/operations/hubs.d.ts.map +0 -1
  332. package/esm/operations/hubs.js +0 -291
  333. package/esm/operations/hubs.js.map +0 -1
  334. package/esm/operations/images.d.ts +0 -61
  335. package/esm/operations/images.d.ts.map +0 -1
  336. package/esm/operations/images.js +0 -100
  337. package/esm/operations/images.js.map +0 -1
  338. package/esm/operations/index.d.ts.map +0 -1
  339. package/esm/operations/index.js.map +0 -1
  340. package/esm/operations/interactions.d.ts +0 -121
  341. package/esm/operations/interactions.d.ts.map +0 -1
  342. package/esm/operations/interactions.js +0 -214
  343. package/esm/operations/interactions.js.map +0 -1
  344. package/esm/operations/kpi.d.ts +0 -139
  345. package/esm/operations/kpi.d.ts.map +0 -1
  346. package/esm/operations/kpi.js +0 -262
  347. package/esm/operations/kpi.js.map +0 -1
  348. package/esm/operations/links.d.ts +0 -121
  349. package/esm/operations/links.d.ts.map +0 -1
  350. package/esm/operations/links.js +0 -211
  351. package/esm/operations/links.js.map +0 -1
  352. package/esm/operations/operations.d.ts +0 -46
  353. package/esm/operations/operations.d.ts.map +0 -1
  354. package/esm/operations/operations.js +0 -77
  355. package/esm/operations/operations.js.map +0 -1
  356. package/esm/operations/predictions.d.ts +0 -190
  357. package/esm/operations/predictions.d.ts.map +0 -1
  358. package/esm/operations/predictions.js +0 -333
  359. package/esm/operations/predictions.js.map +0 -1
  360. package/esm/operations/profiles.d.ts +0 -141
  361. package/esm/operations/profiles.d.ts.map +0 -1
  362. package/esm/operations/profiles.js +0 -279
  363. package/esm/operations/profiles.js.map +0 -1
  364. package/esm/operations/relationshipLinks.d.ts +0 -115
  365. package/esm/operations/relationshipLinks.d.ts.map +0 -1
  366. package/esm/operations/relationshipLinks.js +0 -231
  367. package/esm/operations/relationshipLinks.js.map +0 -1
  368. package/esm/operations/relationships.d.ts +0 -115
  369. package/esm/operations/relationships.d.ts.map +0 -1
  370. package/esm/operations/relationships.js +0 -231
  371. package/esm/operations/relationships.js.map +0 -1
  372. package/esm/operations/roleAssignments.d.ts +0 -121
  373. package/esm/operations/roleAssignments.d.ts.map +0 -1
  374. package/esm/operations/roleAssignments.js +0 -212
  375. package/esm/operations/roleAssignments.js.map +0 -1
  376. package/esm/operations/roles.d.ts +0 -52
  377. package/esm/operations/roles.d.ts.map +0 -1
  378. package/esm/operations/roles.js +0 -84
  379. package/esm/operations/roles.js.map +0 -1
  380. package/esm/operations/views.d.ts +0 -136
  381. package/esm/operations/views.d.ts.map +0 -1
  382. package/esm/operations/views.js +0 -193
  383. package/esm/operations/views.js.map +0 -1
  384. package/esm/operations/widgetTypes.d.ts +0 -76
  385. package/esm/operations/widgetTypes.d.ts.map +0 -1
  386. package/esm/operations/widgetTypes.js +0 -117
  387. package/esm/operations/widgetTypes.js.map +0 -1
  388. package/lib/customerInsightsManagementClient.ts +0 -75
  389. package/lib/customerInsightsManagementClientContext.ts +0 -63
  390. package/lib/models/authorizationPoliciesMappers.ts +0 -62
  391. package/lib/models/connectorMappingsMappers.ts +0 -61
  392. package/lib/models/connectorsMappers.ts +0 -61
  393. package/lib/models/hubsMappers.ts +0 -61
  394. package/lib/models/imagesMappers.ts +0 -16
  395. package/lib/models/index.ts +0 -4702
  396. package/lib/models/interactionsMappers.ts +0 -63
  397. package/lib/models/kpiMappers.ts +0 -61
  398. package/lib/models/linksMappers.ts +0 -61
  399. package/lib/models/operationsMappers.ts +0 -17
  400. package/lib/models/parameters.ts +0 -419
  401. package/lib/models/predictionsMappers.ts +0 -67
  402. package/lib/models/profilesMappers.ts +0 -63
  403. package/lib/models/relationshipLinksMappers.ts +0 -61
  404. package/lib/models/relationshipsMappers.ts +0 -61
  405. package/lib/models/roleAssignmentsMappers.ts +0 -61
  406. package/lib/models/rolesMappers.ts +0 -61
  407. package/lib/models/viewsMappers.ts +0 -61
  408. package/lib/models/widgetTypesMappers.ts +0 -61
  409. package/lib/operations/authorizationPolicies.ts +0 -398
  410. package/lib/operations/connectorMappings.ts +0 -355
  411. package/lib/operations/connectors.ts +0 -328
  412. package/lib/operations/hubs.ts +0 -479
  413. package/lib/operations/images.ts +0 -166
  414. package/lib/operations/interactions.ts +0 -333
  415. package/lib/operations/kpi.ts +0 -387
  416. package/lib/operations/links.ts +0 -330
  417. package/lib/operations/operations.ts +0 -123
  418. package/lib/operations/predictions.ts +0 -522
  419. package/lib/operations/profiles.ts +0 -406
  420. package/lib/operations/relationshipLinks.ts +0 -327
  421. package/lib/operations/relationships.ts +0 -327
  422. package/lib/operations/roleAssignments.ts +0 -331
  423. package/lib/operations/roles.ts +0 -136
  424. package/lib/operations/views.ts +0 -346
  425. package/lib/operations/widgetTypes.ts +0 -198
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../src/models/index.ts","../src/models/mappers.ts","../src/models/parameters.ts","../src/operations/operations.ts","../src/lroImpl.ts","../src/operations/hubs.ts","../src/operations/profiles.ts","../src/operations/interactions.ts","../src/operations/relationships.ts","../src/operations/relationshipLinks.ts","../src/operations/authorizationPolicies.ts","../src/operations/connectors.ts","../src/operations/connectorMappings.ts","../src/operations/kpi.ts","../src/operations/widgetTypes.ts","../src/operations/views.ts","../src/operations/links.ts","../src/operations/roles.ts","../src/operations/roleAssignments.ts","../src/operations/images.ts","../src/operations/predictions.ts","../src/customerInsightsManagementClient.ts"],"sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** Result of the request to list Customer Insights operations. It contains a list of operations and a URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of Customer Insights operations supported by the Microsoft.CustomerInsights resource provider.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results if there are any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** A Customer Insights REST API operation */\nexport interface Operation {\n /**\n * Operation name: {provider}/{resource}/{operation}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** The object that represents the operation. */\n display?: OperationDisplay;\n}\n\n/** The object that represents the operation. */\nexport interface OperationDisplay {\n /**\n * Service provider: Microsoft.CustomerInsights\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * Resource on which the operation is performed: Invoice, etc.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * Operation type: Read, write, delete, etc.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n}\n\n/** Hub billing info. */\nexport interface HubBillingInfoFormat {\n /** The sku name. */\n skuName?: string;\n /** The minimum number of units will be billed. One unit is 10,000 Profiles and 100,000 Interactions. */\n minUnits?: number;\n /** The maximum number of units can be used. One unit is 10,000 Profiles and 100,000 Interactions. */\n maxUnits?: number;\n}\n\n/** Common properties of Azure resource. */\nexport interface Resource {\n /**\n * Resource ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Resource location. */\n location?: string;\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Response of list hub operation. */\nexport interface HubListResult {\n /** Results of the list operation. */\n value?: Hub[];\n /** Link for next set of results. */\n nextLink?: string;\n}\n\n/** Property/Properties which represent a unique ID. */\nexport interface StrongId {\n /** The properties which make up the unique ID. */\n keyPropertyNames: string[];\n /** The Name identifying the strong ID. */\n strongIdName: string;\n /** Localized display name. */\n displayName?: { [propertyName: string]: string };\n /** Localized descriptions. */\n description?: { [propertyName: string]: string };\n}\n\n/** Property definition. */\nexport interface PropertyDefinition {\n /** Array value separator for properties with isArray set. */\n arrayValueSeparator?: string;\n /** Describes valid values for an enum property. */\n enumValidValues?: ProfileEnumValidValuesFormat[];\n /** Name of the property. */\n fieldName: string;\n /** Type of the property. */\n fieldType: string;\n /** Indicates if the property is actually an array of the fieldType above on the data api. */\n isArray?: boolean;\n /** Indicates if the property is an enum. */\n isEnum?: boolean;\n /** Indicates if the property is an flag enum. */\n isFlagEnum?: boolean;\n /** Whether the property is an Image. */\n isImage?: boolean;\n /** Whether the property is a localized string. */\n isLocalizedString?: boolean;\n /** Whether the property is a name or a part of name. */\n isName?: boolean;\n /** Whether property value is required on instances, IsRequired field only for Interaction. Profile Instance will not check for required field. */\n isRequired?: boolean;\n /** The ID associated with the property. */\n propertyId?: string;\n /** URL encoded schema.org item prop link for the property. */\n schemaItemPropLink?: string;\n /** Max length of string. Used only if type is string. */\n maxLength?: number;\n /** Whether property is available in graph or not. */\n isAvailableInGraph?: boolean;\n /**\n * This is specific to interactions modeled as activities. Data sources are used to determine where data is stored and also in precedence rules.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataSourcePrecedenceRules?: DataSourcePrecedence[];\n}\n\n/** Valid enum values in case of an enum property. */\nexport interface ProfileEnumValidValuesFormat {\n /** The integer value of the enum member. */\n value?: number;\n /** Localized names of the enum member. */\n localizedValueNames?: { [propertyName: string]: string };\n}\n\n/** The data source precedence is a way to know the precedence of each data source. */\nexport interface DataSourcePrecedence {\n /** the precedence value. */\n precedence?: number;\n /**\n * The data source name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The data source type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataSourceType?: DataSourceType;\n /**\n * The data source status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: Status;\n /**\n * The data source ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: number;\n /**\n * The data source reference id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataSourceReferenceId?: string;\n}\n\n/** The Metadata definition base. */\nexport interface MetadataDefinitionBase {\n /** The attributes for the Type. */\n attributes?: { [propertyName: string]: string[] };\n /** Localized descriptions for the property. */\n description?: { [propertyName: string]: string };\n /** Localized display names for the property. */\n displayName?: { [propertyName: string]: string };\n /** Any custom localized attributes for the Type. */\n localizedAttributes?: {\n [propertyName: string]: { [propertyName: string]: string };\n };\n /** Small Image associated with the Property or EntityType. */\n smallImage?: string;\n /** Medium Image associated with the Property or EntityType. */\n mediumImage?: string;\n /** Large Image associated with the Property or EntityType. */\n largeImage?: string;\n}\n\n/** Common properties of proxy resource. */\nexport interface ProxyResource {\n /**\n * Resource ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** The response of list profile operation. */\nexport interface ProfileListResult {\n /** Results of the list operation. */\n value?: ProfileResourceFormat[];\n /** Link to the next set of results. */\n nextLink?: string;\n}\n\n/** Defines the KPI Threshold limits. */\nexport interface KpiDefinition {\n /** The mapping entity type. */\n entityType: EntityTypes;\n /** The mapping entity name. */\n entityTypeName: string;\n /**\n * The hub name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /**\n * The KPI name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly kpiName?: string;\n /** Localized display name for the KPI. */\n displayName?: { [propertyName: string]: string };\n /** Localized description for the KPI. */\n description?: { [propertyName: string]: string };\n /** The calculation window. */\n calculationWindow: CalculationWindowTypes;\n /** Name of calculation window field. */\n calculationWindowFieldName?: string;\n /** The computation function for the KPI. */\n function: KpiFunctions;\n /** The computation expression for the KPI. */\n expression: string;\n /** The unit of measurement for the KPI. */\n unit?: string;\n /** The filter expression for the KPI. */\n filter?: string;\n /** the group by properties for the KPI. */\n groupBy?: string[];\n /**\n * The KPI GroupByMetadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupByMetadata?: KpiGroupByMetadata[];\n /**\n * The participant profiles.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly participantProfilesMetadata?: KpiParticipantProfilesMetadata[];\n /**\n * Provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningStates;\n /** The KPI thresholds. */\n thresHolds?: KpiThresholds;\n /** The aliases. */\n aliases?: KpiAlias[];\n /** The KPI extracts. */\n extracts?: KpiExtract[];\n}\n\n/** The KPI GroupBy field metadata. */\nexport interface KpiGroupByMetadata {\n /** The display name. */\n displayName?: { [propertyName: string]: string };\n /** The name of the field. */\n fieldName?: string;\n /** The type of the field. */\n fieldType?: string;\n}\n\n/** The KPI participant profile metadata. */\nexport interface KpiParticipantProfilesMetadata {\n /** Name of the type. */\n typeName: string;\n}\n\n/** Defines the KPI Threshold limits. */\nexport interface KpiThresholds {\n /** The lower threshold limit. */\n lowerLimit: number;\n /** The upper threshold limit. */\n upperLimit: number;\n /** Whether or not the KPI is an increasing KPI. */\n increasingKpi: boolean;\n}\n\n/** The KPI alias. */\nexport interface KpiAlias {\n /** KPI alias name. */\n aliasName: string;\n /** The expression. */\n expression: string;\n}\n\n/** The KPI extract. */\nexport interface KpiExtract {\n /** KPI extract name. */\n extractName: string;\n /** The expression. */\n expression: string;\n}\n\n/** Describes a profile type participating in an interaction. */\nexport interface Participant {\n /** Profile type name. */\n profileTypeName: string;\n /** The property references. */\n participantPropertyReferences: ParticipantPropertyReference[];\n /** Participant name. */\n participantName: string;\n /** Localized display name. */\n displayName?: { [propertyName: string]: string };\n /** Localized descriptions. */\n description?: { [propertyName: string]: string };\n /** The role that the participant is playing in the interaction. */\n role?: string;\n}\n\n/** The participant property reference. */\nexport interface ParticipantPropertyReference {\n /** The source property that maps to the target property. */\n sourcePropertyName: string;\n /** The target property that maps to the source property. */\n targetPropertyName: string;\n}\n\n/** The response of list interaction operation. */\nexport interface InteractionListResult {\n /** Results of the list operation. */\n value?: InteractionResourceFormat[];\n /** Link to the next set of results. */\n nextLink?: string;\n}\n\n/** The response of suggest relationship links operation. */\nexport interface SuggestRelationshipLinksResponse {\n /**\n * The interaction name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly interactionName?: string;\n /**\n * Suggested relationships for the type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly suggestedRelationships?: RelationshipsLookup[];\n}\n\n/** The definition of suggested relationship for the type. */\nexport interface RelationshipsLookup {\n /**\n * The relationship profile.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly profileName?: string;\n /**\n * The property references for the profile type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly profilePropertyReferences?: ParticipantProfilePropertyReference[];\n /**\n * The related profile.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly relatedProfileName?: string;\n /**\n * The property references for the related profile type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly relatedProfilePropertyReferences?: ParticipantProfilePropertyReference[];\n /**\n * The name of existing Relationship.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly existingRelationshipName?: string;\n}\n\n/** The participant profile property reference. */\nexport interface ParticipantProfilePropertyReference {\n /** The source interaction property that maps to the target profile property. */\n interactionPropertyName: string;\n /** The target profile property that maps to the source interaction property. */\n profilePropertyName: string;\n}\n\n/** Maps fields in Profile to their corresponding StrongIds in Related Profile. */\nexport interface RelationshipTypeMapping {\n /** Maps a profile property with the StrongId of related profile. This is an array to support StrongIds that are composite key as well. */\n fieldMappings: RelationshipTypeFieldMapping[];\n}\n\n/** Map a field of profile to its corresponding StrongId in Related Profile. */\nexport interface RelationshipTypeFieldMapping {\n /** Specifies the fieldName in profile. */\n profileFieldName: string;\n /** Specifies the KeyProperty (from StrongId) of the related profile. */\n relatedProfileKeyProperty: string;\n}\n\n/** The response of list relationship operation. */\nexport interface RelationshipListResult {\n /** Results of the list operation. */\n value?: RelationshipResourceFormat[];\n /** Link to the next set of results. */\n nextLink?: string;\n}\n\n/** The fields mapping for Relationships. */\nexport interface RelationshipLinkFieldMapping {\n /** The field name on the Interaction Type. */\n interactionFieldName: string;\n /** Link type. */\n linkType?: LinkTypes;\n /** The field name on the Relationship metadata. */\n relationshipFieldName: string;\n}\n\n/** The response of list relationship link operation. */\nexport interface RelationshipLinkListResult {\n /** Results of the list operation. */\n value?: RelationshipLinkResourceFormat[];\n /** Link to the next set of results. */\n nextLink?: string;\n}\n\n/** The authorization policy. */\nexport interface AuthorizationPolicy {\n /**\n * Name of the policy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyName?: string;\n /** The permissions associated with the policy. */\n permissions: PermissionTypes[];\n /** Primary key associated with the policy. */\n primaryKey?: string;\n /** Secondary key associated with the policy. */\n secondaryKey?: string;\n}\n\n/** The response of list authorization policy operation. */\nexport interface AuthorizationPolicyListResult {\n /** Results of the list operation. */\n value?: AuthorizationPolicyResourceFormat[];\n /** Link to the next set of results. */\n nextLink?: string;\n}\n\n/** The response of list connector operation. */\nexport interface ConnectorListResult {\n /** Results of the list operation. */\n value?: ConnectorResourceFormat[];\n /** Link to the next set of results. */\n nextLink?: string;\n}\n\n/** The connector mapping properties. */\nexport interface ConnectorMappingProperties {\n /** The folder path for the mapping. */\n folderPath?: string;\n /** The file filter for the mapping. */\n fileFilter?: string;\n /** If the file contains a header or not. */\n hasHeader?: boolean;\n /** The error management setting for the mapping. */\n errorManagement: ConnectorMappingErrorManagement;\n /** The format of mapping property. */\n format: ConnectorMappingFormat;\n /** The availability of mapping property. */\n availability: ConnectorMappingAvailability;\n /** Ingestion mapping information at property level. */\n structure: ConnectorMappingStructure[];\n /** The operation after import is done. */\n completeOperation: ConnectorMappingCompleteOperation;\n}\n\n/** The error management. */\nexport interface ConnectorMappingErrorManagement {\n /** The type of error management to use for the mapping. */\n errorManagementType: ErrorManagementTypes;\n /** The error limit allowed while importing data. */\n errorLimit?: number;\n}\n\n/** Connector mapping property format. */\nexport interface ConnectorMappingFormat {\n /** The type mapping format. */\n formatType: \"TextFormat\";\n /** The character that signifies a break between columns. */\n columnDelimiter?: string;\n /** The oData language. */\n acceptLanguage?: string;\n /** Quote character, used to indicate enquoted fields. */\n quoteCharacter?: string;\n /** Escape character for quotes, can be the same as the quoteCharacter. */\n quoteEscapeCharacter?: string;\n /** Character separating array elements. */\n arraySeparator?: string;\n}\n\n/** Connector mapping property availability. */\nexport interface ConnectorMappingAvailability {\n /** The frequency to update. */\n frequency?: FrequencyTypes;\n /** The interval of the given frequency to use. */\n interval: number;\n}\n\n/** Connector mapping property structure. */\nexport interface ConnectorMappingStructure {\n /** The property name of the mapping entity. */\n propertyName: string;\n /** The column name of the import file. */\n columnName: string;\n /** Custom format specifier for input parsing. */\n customFormatSpecifier?: string;\n /** Indicates if the column is encrypted. */\n isEncrypted?: boolean;\n}\n\n/** The complete operation. */\nexport interface ConnectorMappingCompleteOperation {\n /** The type of completion operation. */\n completionOperationType?: CompletionOperationTypes;\n /** The destination folder where files will be moved to once the import is done. */\n destinationFolder?: string;\n}\n\n/** The response of list connector mapping operation. */\nexport interface ConnectorMappingListResult {\n /** Results of the list operation. */\n value?: ConnectorMappingResourceFormat[];\n /** Link to the next set of results. */\n nextLink?: string;\n}\n\n/** The response of list KPI operation. */\nexport interface KpiListResult {\n /** Results of the list operation. */\n value?: KpiResourceFormat[];\n /** Link to the next set of results. */\n nextLink?: string;\n}\n\n/** The response of list widget type operation. */\nexport interface WidgetTypeListResult {\n /** Results of the list operation. */\n value?: WidgetTypeResourceFormat[];\n /** Link to the next set of results. */\n nextLink?: string;\n}\n\n/** The response of list view operation. */\nexport interface ViewListResult {\n /** Results of the list operation. */\n value?: ViewResourceFormat[];\n /** Link to the next set of results. */\n nextLink?: string;\n}\n\n/** Metadata for a Link's property mapping. */\nexport interface TypePropertiesMapping {\n /** Property name on the source Entity Type. */\n sourcePropertyName: string;\n /** Property name on the target Entity Type. */\n targetPropertyName: string;\n /** Link type. */\n linkType?: LinkTypes;\n}\n\n/** The response of list link operation. */\nexport interface LinkListResult {\n /** Results of the list operation. */\n value?: LinkResourceFormat[];\n /** Link to the next set of results. */\n nextLink?: string;\n}\n\n/** The response of list role assignment operation. */\nexport interface RoleListResult {\n /** Results of the list operation. */\n value?: RoleResourceFormat[];\n /** Link to the next set of results. */\n nextLink?: string;\n}\n\n/** The response of list role assignment operation. */\nexport interface RoleAssignmentListResult {\n /** Results of the list operation. */\n value?: RoleAssignmentResourceFormat[];\n /** Link to the next set of results. */\n nextLink?: string;\n}\n\n/** The AssignmentPrincipal */\nexport interface AssignmentPrincipal {\n /** The principal id being assigned to. */\n principalId: string;\n /** The Type of the principal ID. */\n principalType: string;\n /** Other metadata for the principal. */\n principalMetadata?: { [propertyName: string]: string };\n}\n\n/** The resource set description. */\nexport interface ResourceSetDescription {\n /** The elements included in the set. */\n elements?: string[];\n /** The elements that are not included in the set, in case elements contains '*' indicating 'all'. */\n exceptions?: string[];\n}\n\n/** Input type for getting image upload url. */\nexport interface GetImageUploadUrlInput {\n /** Type of entity. Can be Profile or Interaction. */\n entityType?: string;\n /** Name of the entity type. */\n entityTypeName?: string;\n /** Relative path of the image. */\n relativePath?: string;\n}\n\n/** The image definition. */\nexport interface ImageDefinition {\n /** Whether image exists already. */\n imageExists?: boolean;\n /** Content URL for the image blob. */\n contentUrl?: string;\n /** Relative path of the image. */\n relativePath?: string;\n}\n\n/** Definition of the link mapping of prediction. */\nexport interface PredictionMappings {\n /** The score of the link mapping. */\n score: string;\n /** The grade of the link mapping. */\n grade: string;\n /** The reason of the link mapping. */\n reason: string;\n}\n\n/** The definition of a prediction grade. */\nexport interface PredictionGradesItem {\n /** Name of the grade. */\n gradeName?: string;\n /** Minimum score threshold. */\n minScoreThreshold?: number;\n /** Maximum score threshold. */\n maxScoreThreshold?: number;\n}\n\n/** System generated entities. */\nexport interface PredictionSystemGeneratedEntities {\n /** Generated interaction types. */\n generatedInteractionTypes?: string[];\n /** Generated links. */\n generatedLinks?: string[];\n /** Generated KPIs. */\n generatedKpis?: { [propertyName: string]: string };\n}\n\n/** The training results of the prediction. */\nexport interface PredictionTrainingResults {\n /**\n * The hub name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /**\n * Score name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scoreName?: string;\n /**\n * Prediction distribution.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly predictionDistribution?: PredictionDistributionDefinition;\n /**\n * Canonical profiles.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly canonicalProfiles?: CanonicalProfileDefinition[];\n /**\n * Instance count of the primary profile.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly primaryProfileInstanceCount?: number;\n}\n\n/** The definition of the prediction distribution. */\nexport interface PredictionDistributionDefinition {\n /** Total positive in the distribution. */\n totalPositives?: number;\n /** Total negatives in the distribution. */\n totalNegatives?: number;\n /** Distributions of the prediction. */\n distributions?: PredictionDistributionDefinitionDistributionsItem[];\n}\n\n/** The definition of a prediction distribution. */\nexport interface PredictionDistributionDefinitionDistributionsItem {\n /** Score threshold. */\n scoreThreshold?: number;\n /** Number of positives. */\n positives?: number;\n /** Number of negatives. */\n negatives?: number;\n /** Number of positives above threshold. */\n positivesAboveThreshold?: number;\n /** Number of negatives above threshold. */\n negativesAboveThreshold?: number;\n}\n\n/** Definition of canonical profile. */\nexport interface CanonicalProfileDefinition {\n /** Canonical profile ID. */\n canonicalProfileId?: number;\n /** Properties of the canonical profile. */\n properties?: CanonicalProfileDefinitionPropertiesItem[];\n}\n\n/** The definition of a canonical profile property. */\nexport interface CanonicalProfileDefinitionPropertiesItem {\n /** Profile name. */\n profileName?: string;\n /** Property name of profile. */\n profilePropertyName?: string;\n /** The rank. */\n rank?: number;\n /** Type of canonical property value. */\n type?: CanonicalPropertyValueType;\n /** Value of the canonical property. */\n value?: string;\n}\n\n/** The prediction model status. */\nexport interface PredictionModelStatus {\n /**\n * The hub name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /**\n * The prediction name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly predictionName?: string;\n /**\n * The prediction GUID ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly predictionGuidId?: string;\n /** Prediction model life cycle. When prediction is in PendingModelConfirmation status, it is allowed to update the status to PendingFeaturing or Active through API. */\n status: PredictionModelLifeCycle;\n /**\n * The model status message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Count of the training set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trainingSetCount?: number;\n /**\n * Count of the test set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly testSetCount?: number;\n /**\n * Count of the validation set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationSetCount?: number;\n /**\n * The training accuracy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trainingAccuracy?: number;\n /**\n * The signals used.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly signalsUsed?: number;\n /**\n * Version of the model.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly modelVersion?: string;\n}\n\n/** The response of list predictions operation. */\nexport interface PredictionListResult {\n /** Results of the list operation. */\n value?: PredictionResourceFormat[];\n /** Link to the next set of results. */\n nextLink?: string;\n}\n\n/** Salesforce discover setting. */\nexport interface SalesforceDiscoverSetting {\n /** The salesforce connection string secret URL. */\n salesforceConnectionStringSecretUrl: string;\n}\n\n/** Salesforce table. */\nexport interface SalesforceTable {\n /** Indicating whether this instance is profile. */\n isProfile?: string;\n /** The table category. */\n tableCategory: string;\n /** The name of the table. */\n tableName: string;\n /** The table remarks. */\n tableRemarks?: string;\n /** The table schema. */\n tableSchema: string;\n}\n\n/** The Salesforce connector properties. */\nexport interface SalesforceConnectorProperties {\n /** The user settings. */\n usersetting: SalesforceDiscoverSetting;\n /** The Salesforce tables. */\n salesforcetables: SalesforceTable[];\n}\n\n/** The Azure Blob connector properties. */\nexport interface AzureBlobConnectorProperties {\n /** The connection KeyVault URL. */\n connectionKeyVaultUrl: string;\n}\n\n/** The CRM connector properties. */\nexport interface CrmConnectorProperties {\n /** The connection string. */\n connectionString?: string;\n /** The organization ID. */\n organizationId: string;\n /** The organization URL. */\n organizationUrl: string;\n /** The entities like account, contact, opportunity. */\n entities: CrmConnectorEntities[];\n /** The access token. */\n accessToken?: string;\n}\n\n/** The CRM connector entities. */\nexport interface CrmConnectorEntities {\n /** The logical name. */\n logicalName: string;\n /** The display name. */\n displayName?: string;\n /** Indicating whether this is profile. */\n isProfile?: boolean;\n}\n\n/** Hub resource. */\nexport type Hub = Resource & {\n /**\n * API endpoint URL of the hub.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly apiEndpoint?: string;\n /**\n * Web endpoint URL of the hub.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly webEndpoint?: string;\n /**\n * Provisioning state of the hub.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** The bit flags for enabled hub features. Bit 0 is set to 1 indicates graph is enabled, or disabled if set to 0. Bit 1 is set to 1 indicates the hub is disabled, or enabled if set to 0. */\n tenantFeatures?: number;\n /** Billing settings of the hub. */\n hubBillingInfo?: HubBillingInfoFormat;\n};\n\n/** Describes an entity. */\nexport type EntityTypeDefinition = MetadataDefinitionBase & {\n /** The api entity set name. This becomes the odata entity set name for the entity Type being referred in this object. */\n apiEntitySetName?: string;\n /** Type of entity. */\n entityType?: EntityTypes;\n /** The properties of the Profile. */\n fields?: PropertyDefinition[];\n /** The instance count. */\n instancesCount?: number;\n /**\n * The last changed time for the type definition.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastChangedUtc?: Date;\n /**\n * Provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningStates;\n /** The schema org link. This helps ACI identify and suggest semantic models. */\n schemaItemTypeLink?: string;\n /**\n * The hub name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** The timestamp property name. Represents the time when the interaction or profile update happened. */\n timestampFieldName?: string;\n /** The name of the entity. */\n typeName?: string;\n};\n\n/** The profile resource format. */\nexport type ProfileResourceFormat = ProxyResource & {\n /** The attributes for the Type. */\n attributes?: { [propertyName: string]: string[] };\n /** Localized descriptions for the property. */\n description?: { [propertyName: string]: string };\n /** Localized display names for the property. */\n displayName?: { [propertyName: string]: string };\n /** Any custom localized attributes for the Type. */\n localizedAttributes?: {\n [propertyName: string]: { [propertyName: string]: string };\n };\n /** Small Image associated with the Property or EntityType. */\n smallImage?: string;\n /** Medium Image associated with the Property or EntityType. */\n mediumImage?: string;\n /** Large Image associated with the Property or EntityType. */\n largeImage?: string;\n /** The api entity set name. This becomes the odata entity set name for the entity Type being referred in this object. */\n apiEntitySetName?: string;\n /** Type of entity. */\n entityType?: EntityTypes;\n /** The properties of the Profile. */\n fields?: PropertyDefinition[];\n /** The instance count. */\n instancesCount?: number;\n /**\n * The last changed time for the type definition.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastChangedUtc?: Date;\n /**\n * Provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningStates;\n /** The schema org link. This helps ACI identify and suggest semantic models. */\n schemaItemTypeLink?: string;\n /**\n * The hub name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** The timestamp property name. Represents the time when the interaction or profile update happened. */\n timestampFieldName?: string;\n /** The name of the entity. */\n typeName?: string;\n /** The strong IDs. */\n strongIds?: StrongId[];\n};\n\n/** The interaction resource format. */\nexport type InteractionResourceFormat = ProxyResource & {\n /** The attributes for the Type. */\n attributes?: { [propertyName: string]: string[] };\n /** Localized descriptions for the property. */\n description?: { [propertyName: string]: string };\n /** Localized display names for the property. */\n displayName?: { [propertyName: string]: string };\n /** Any custom localized attributes for the Type. */\n localizedAttributes?: {\n [propertyName: string]: { [propertyName: string]: string };\n };\n /** Small Image associated with the Property or EntityType. */\n smallImage?: string;\n /** Medium Image associated with the Property or EntityType. */\n mediumImage?: string;\n /** Large Image associated with the Property or EntityType. */\n largeImage?: string;\n /** The api entity set name. This becomes the odata entity set name for the entity Type being referred in this object. */\n apiEntitySetName?: string;\n /** Type of entity. */\n entityType?: EntityTypes;\n /** The properties of the Profile. */\n fields?: PropertyDefinition[];\n /** The instance count. */\n instancesCount?: number;\n /**\n * The last changed time for the type definition.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastChangedUtc?: Date;\n /**\n * Provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningStates;\n /** The schema org link. This helps ACI identify and suggest semantic models. */\n schemaItemTypeLink?: string;\n /**\n * The hub name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** The timestamp property name. Represents the time when the interaction or profile update happened. */\n timestampFieldName?: string;\n /** The name of the entity. */\n typeName?: string;\n /** The id property names. Properties which uniquely identify an interaction instance. */\n idPropertyNames?: string[];\n /** Profiles that participated in the interaction. */\n participantProfiles?: Participant[];\n /** The primary participant property name for an interaction ,This is used to logically represent the agent of the interaction, Specify the participant name here from ParticipantName. */\n primaryParticipantProfilePropertyName?: string;\n /**\n * This is specific to interactions modeled as activities. Data sources are used to determine where data is stored and also in precedence rules.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataSourcePrecedenceRules?: DataSourcePrecedence[];\n /** An interaction can be tagged as an activity only during create. This enables the interaction to be editable and can enable merging of properties from multiple data sources based on precedence, which is defined at a link level. */\n isActivity?: boolean;\n /**\n * The data source name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly namePropertiesDefaultDataSourceName?: string;\n /**\n * The data source type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataSourceType?: DataSourceType;\n /**\n * The data source status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: Status;\n /**\n * The data source ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly idPropertiesDefaultDataSourceId?: number;\n /**\n * The data source reference id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataSourceReferenceId?: string;\n};\n\n/** The relationship resource format. */\nexport type RelationshipResourceFormat = ProxyResource & {\n /** The Relationship Cardinality. */\n cardinality?: CardinalityTypes;\n /** Localized display name for the Relationship. */\n displayName?: { [propertyName: string]: string };\n /** Localized descriptions for the Relationship. */\n description?: { [propertyName: string]: string };\n /** The expiry date time in UTC. */\n expiryDateTimeUtc?: Date;\n /** The properties of the Relationship. */\n fields?: PropertyDefinition[];\n /** Optional property to be used to map fields in profile to their strong ids in related profile. */\n lookupMappings?: RelationshipTypeMapping[];\n /** Profile type. */\n profileType?: string;\n /**\n * Provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningStates;\n /**\n * The Relationship name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly relationshipName?: string;\n /** Related profile being referenced. */\n relatedProfileType?: string;\n /**\n * The relationship guid id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly relationshipGuidId?: string;\n /**\n * The hub name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n};\n\n/** The relationship link resource format. */\nexport type RelationshipLinkResourceFormat = ProxyResource & {\n /** Localized display name for the Relationship Link. */\n displayName?: { [propertyName: string]: string };\n /** Localized descriptions for the Relationship Link. */\n description?: { [propertyName: string]: string };\n /** The InteractionType associated with the Relationship Link. */\n interactionType?: string;\n /**\n * The name of the Relationship Link.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly linkName?: string;\n /** The mappings between Interaction and Relationship fields. */\n mappings?: RelationshipLinkFieldMapping[];\n /** The property references for the Profile of the Relationship. */\n profilePropertyReferences?: ParticipantProfilePropertyReference[];\n /**\n * Provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningStates;\n /** The property references for the Related Profile of the Relationship. */\n relatedProfilePropertyReferences?: ParticipantProfilePropertyReference[];\n /** The Relationship associated with the Link. */\n relationshipName?: string;\n /**\n * The relationship guid id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly relationshipGuidId?: string;\n /**\n * The hub name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n};\n\n/** The authorization policy resource format. */\nexport type AuthorizationPolicyResourceFormat = ProxyResource & {\n /**\n * Name of the policy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyName?: string;\n /** The permissions associated with the policy. */\n permissions?: PermissionTypes[];\n /** Primary key associated with the policy. */\n primaryKey?: string;\n /** Secondary key associated with the policy. */\n secondaryKey?: string;\n};\n\n/** The connector resource format. */\nexport type ConnectorResourceFormat = ProxyResource & {\n /**\n * ID of the connector.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly connectorId?: number;\n /** Name of the connector. */\n connectorName?: string;\n /** Type of connector. */\n connectorType?: ConnectorTypes;\n /** Display name of the connector. */\n displayName?: string;\n /** Description of the connector. */\n description?: string;\n /** The connector properties. */\n connectorProperties?: { [propertyName: string]: Record<string, unknown> };\n /**\n * The created time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly created?: Date;\n /**\n * The last modified time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModified?: Date;\n /**\n * State of connector.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: ConnectorStates;\n /**\n * The hub name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** If this is an internal connector. */\n isInternal?: boolean;\n};\n\n/** The connector mapping resource format. */\nexport type ConnectorMappingResourceFormat = ProxyResource & {\n /**\n * The connector name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly connectorName?: string;\n /** Type of connector. */\n connectorType?: ConnectorTypes;\n /**\n * The created time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly created?: Date;\n /**\n * The last modified time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModified?: Date;\n /** Defines which entity type the file should map to. */\n entityType?: EntityTypes;\n /** The mapping entity name. */\n entityTypeName?: string;\n /**\n * The connector mapping name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly connectorMappingName?: string;\n /** Display name for the connector mapping. */\n displayName?: string;\n /** The description of the connector mapping. */\n description?: string;\n /**\n * The DataFormat ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataFormatId?: string;\n /** The properties of the mapping. */\n mappingProperties?: ConnectorMappingProperties;\n /**\n * The next run time based on customer's settings.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextRunTime?: Date;\n /**\n * The RunId.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runId?: string;\n /**\n * State of connector mapping.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: ConnectorMappingStates;\n /**\n * The hub name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n};\n\n/** The KPI resource format. */\nexport type KpiResourceFormat = ProxyResource & {\n /** The mapping entity type. */\n entityType?: EntityTypes;\n /** The mapping entity name. */\n entityTypeName?: string;\n /**\n * The hub name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /**\n * The KPI name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly kpiName?: string;\n /** Localized display name for the KPI. */\n displayName?: { [propertyName: string]: string };\n /** Localized description for the KPI. */\n description?: { [propertyName: string]: string };\n /** The calculation window. */\n calculationWindow?: CalculationWindowTypes;\n /** Name of calculation window field. */\n calculationWindowFieldName?: string;\n /** The computation function for the KPI. */\n function?: KpiFunctions;\n /** The computation expression for the KPI. */\n expression?: string;\n /** The unit of measurement for the KPI. */\n unit?: string;\n /** The filter expression for the KPI. */\n filter?: string;\n /** the group by properties for the KPI. */\n groupBy?: string[];\n /**\n * The KPI GroupByMetadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupByMetadata?: KpiGroupByMetadata[];\n /**\n * The participant profiles.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly participantProfilesMetadata?: KpiParticipantProfilesMetadata[];\n /**\n * Provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningStates;\n /** The KPI thresholds. */\n thresHolds?: KpiThresholds;\n /** The aliases. */\n aliases?: KpiAlias[];\n /** The KPI extracts. */\n extracts?: KpiExtract[];\n};\n\n/** The WidgetTypeResourceFormat */\nexport type WidgetTypeResourceFormat = ProxyResource & {\n /**\n * Name of the widget type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly widgetTypeName?: string;\n /** Definition for widget type. */\n definition?: string;\n /** Description for widget type. */\n description?: string;\n /** Localized display name for the widget type. */\n displayName?: { [propertyName: string]: string };\n /** The image URL. */\n imageUrl?: string;\n /**\n * The hub name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** The widget version. */\n widgetVersion?: string;\n /**\n * Date time when widget type was last modified.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly changed?: Date;\n /**\n * Date time when widget type was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly created?: Date;\n};\n\n/** The view resource format. */\nexport type ViewResourceFormat = ProxyResource & {\n /**\n * Name of the view.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly viewName?: string;\n /** the user ID. */\n userId?: string;\n /**\n * the hub name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** Localized display name for the view. */\n displayName?: { [propertyName: string]: string };\n /** View definition. */\n definition?: string;\n /**\n * Date time when view was last modified.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly changed?: Date;\n /**\n * Date time when view was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly created?: Date;\n};\n\n/** The link resource format. */\nexport type LinkResourceFormat = ProxyResource & {\n /**\n * The hub name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /**\n * The link name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly linkName?: string;\n /** Type of source entity. */\n sourceEntityType?: EntityType;\n /** Type of target entity. */\n targetEntityType?: EntityType;\n /** Name of the source Entity Type. */\n sourceEntityTypeName?: string;\n /** Name of the target Entity Type. */\n targetEntityTypeName?: string;\n /** Localized display name for the Link. */\n displayName?: { [propertyName: string]: string };\n /** Localized descriptions for the Link. */\n description?: { [propertyName: string]: string };\n /** The set of properties mappings between the source and target Types. */\n mappings?: TypePropertiesMapping[];\n /** The properties that represent the participating profile. */\n participantPropertyReferences?: ParticipantPropertyReference[];\n /**\n * Provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningStates;\n /** Indicating whether the link is reference only link. This flag is ignored if the Mappings are defined. If the mappings are not defined and it is set to true, links processing will not create or update profiles. */\n referenceOnly?: boolean;\n /** Determines whether this link is supposed to create or delete instances if Link is NOT Reference Only. */\n operationType?: InstanceOperationType;\n};\n\n/** The role resource format. */\nexport type RoleResourceFormat = ProxyResource & {\n /** The role name. */\n roleName?: string;\n /** The description of the role. */\n description?: string;\n};\n\n/** The Role Assignment resource format. */\nexport type RoleAssignmentResourceFormat = ProxyResource & {\n /**\n * The hub name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /**\n * The name of the metadata object.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly assignmentName?: string;\n /** Localized display names for the metadata. */\n displayName?: { [propertyName: string]: string };\n /** Localized description for the metadata. */\n description?: { [propertyName: string]: string };\n /**\n * Provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningStates;\n /** Type of roles. */\n role?: RoleTypes;\n /** The principals being assigned to. */\n principals?: AssignmentPrincipal[];\n /** Profiles set for the assignment. */\n profiles?: ResourceSetDescription;\n /** Interactions set for the assignment. */\n interactions?: ResourceSetDescription;\n /** Links set for the assignment. */\n links?: ResourceSetDescription;\n /** Kpis set for the assignment. */\n kpis?: ResourceSetDescription;\n /** Sas Policies set for the assignment. */\n sasPolicies?: ResourceSetDescription;\n /** Connectors set for the assignment. */\n connectors?: ResourceSetDescription;\n /** Views set for the assignment. */\n views?: ResourceSetDescription;\n /** The Role assignments set for the relationship links. */\n relationshipLinks?: ResourceSetDescription;\n /** The Role assignments set for the relationships. */\n relationships?: ResourceSetDescription;\n /** Widget types set for the assignment. */\n widgetTypes?: ResourceSetDescription;\n /** The Role assignments set for the assignment. */\n roleAssignments?: ResourceSetDescription;\n /** Widget types set for the assignment. */\n conflationPolicies?: ResourceSetDescription;\n /** The Role assignments set for the assignment. */\n segments?: ResourceSetDescription;\n};\n\n/** The prediction resource format. */\nexport type PredictionResourceFormat = ProxyResource & {\n /** Description of the prediction. */\n description?: { [propertyName: string]: string };\n /** Display name of the prediction. */\n displayName?: { [propertyName: string]: string };\n /** Interaction types involved in the prediction. */\n involvedInteractionTypes?: string[];\n /** KPI types involved in the prediction. */\n involvedKpiTypes?: string[];\n /** Relationships involved in the prediction. */\n involvedRelationships?: string[];\n /** Negative outcome expression. */\n negativeOutcomeExpression?: string;\n /** Positive outcome expression. */\n positiveOutcomeExpression?: string;\n /** Primary profile type. */\n primaryProfileType?: string;\n /**\n * Provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningStates;\n /** Name of the prediction. */\n predictionName?: string;\n /** Scope expression. */\n scopeExpression?: string;\n /**\n * The hub name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** Whether do auto analyze. */\n autoAnalyze?: boolean;\n /** Definition of the link mapping of prediction. */\n mappings?: PredictionMappings;\n /** Score label. */\n scoreLabel?: string;\n /** The prediction grades. */\n grades?: PredictionGradesItem[];\n /**\n * System generated entities.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemGeneratedEntities?: PredictionSystemGeneratedEntities;\n};\n\n/** The enriching KPI definition. */\nexport type EnrichingKpi = KpiDefinition & {};\n\n/** The profile type definition. */\nexport type ProfileTypeDefinition = EntityTypeDefinition & {\n /** The strong IDs. */\n strongIds?: StrongId[];\n};\n\n/** The Interaction Type Definition */\nexport type InteractionTypeDefinition = EntityTypeDefinition & {\n /** The id property names. Properties which uniquely identify an interaction instance. */\n idPropertyNames?: string[];\n /** Profiles that participated in the interaction. */\n participantProfiles?: Participant[];\n /** The primary participant property name for an interaction ,This is used to logically represent the agent of the interaction, Specify the participant name here from ParticipantName. */\n primaryParticipantProfilePropertyName?: string;\n /**\n * This is specific to interactions modeled as activities. Data sources are used to determine where data is stored and also in precedence rules.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataSourcePrecedenceRules?: DataSourcePrecedence[];\n /** An interaction can be tagged as an activity only during create. This enables the interaction to be editable and can enable merging of properties from multiple data sources based on precedence, which is defined at a link level. */\n isActivity?: boolean;\n /**\n * The data source name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The data source type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataSourceType?: DataSourceType;\n /**\n * The data source status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: Status;\n /**\n * The data source ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: number;\n /**\n * The data source reference id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataSourceReferenceId?: string;\n};\n\n/** Known values of {@link DataSourceType} that the service accepts. */\nexport enum KnownDataSourceType {\n Connector = \"Connector\",\n LinkInteraction = \"LinkInteraction\",\n SystemDefault = \"SystemDefault\"\n}\n\n/**\n * Defines values for DataSourceType. \\\n * {@link KnownDataSourceType} can be used interchangeably with DataSourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Connector** \\\n * **LinkInteraction** \\\n * **SystemDefault**\n */\nexport type DataSourceType = string;\n\n/** Known values of {@link Status} that the service accepts. */\nexport enum KnownStatus {\n None = \"None\",\n Active = \"Active\",\n Deleted = \"Deleted\"\n}\n\n/**\n * Defines values for Status. \\\n * {@link KnownStatus} can be used interchangeably with Status,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **Active** \\\n * **Deleted**\n */\nexport type Status = string;\n\n/** Known values of {@link ProvisioningStates} that the service accepts. */\nexport enum KnownProvisioningStates {\n Provisioning = \"Provisioning\",\n Succeeded = \"Succeeded\",\n Expiring = \"Expiring\",\n Deleting = \"Deleting\",\n HumanIntervention = \"HumanIntervention\",\n Failed = \"Failed\"\n}\n\n/**\n * Defines values for ProvisioningStates. \\\n * {@link KnownProvisioningStates} can be used interchangeably with ProvisioningStates,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Provisioning** \\\n * **Succeeded** \\\n * **Expiring** \\\n * **Deleting** \\\n * **HumanIntervention** \\\n * **Failed**\n */\nexport type ProvisioningStates = string;\n\n/** Known values of {@link ConnectorTypes} that the service accepts. */\nexport enum KnownConnectorTypes {\n None = \"None\",\n CRM = \"CRM\",\n AzureBlob = \"AzureBlob\",\n Salesforce = \"Salesforce\",\n ExchangeOnline = \"ExchangeOnline\",\n Outbound = \"Outbound\"\n}\n\n/**\n * Defines values for ConnectorTypes. \\\n * {@link KnownConnectorTypes} can be used interchangeably with ConnectorTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **CRM** \\\n * **AzureBlob** \\\n * **Salesforce** \\\n * **ExchangeOnline** \\\n * **Outbound**\n */\nexport type ConnectorTypes = string;\n\n/** Known values of {@link CanonicalPropertyValueType} that the service accepts. */\nexport enum KnownCanonicalPropertyValueType {\n Numeric = \"Numeric\",\n Categorical = \"Categorical\",\n DerivedCategorical = \"DerivedCategorical\",\n DerivedNumeric = \"DerivedNumeric\"\n}\n\n/**\n * Defines values for CanonicalPropertyValueType. \\\n * {@link KnownCanonicalPropertyValueType} can be used interchangeably with CanonicalPropertyValueType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Numeric** \\\n * **Categorical** \\\n * **DerivedCategorical** \\\n * **DerivedNumeric**\n */\nexport type CanonicalPropertyValueType = string;\n\n/** Known values of {@link PredictionModelLifeCycle} that the service accepts. */\nexport enum KnownPredictionModelLifeCycle {\n New = \"New\",\n Provisioning = \"Provisioning\",\n ProvisioningFailed = \"ProvisioningFailed\",\n PendingDiscovering = \"PendingDiscovering\",\n Discovering = \"Discovering\",\n PendingFeaturing = \"PendingFeaturing\",\n Featuring = \"Featuring\",\n FeaturingFailed = \"FeaturingFailed\",\n PendingTraining = \"PendingTraining\",\n Training = \"Training\",\n TrainingFailed = \"TrainingFailed\",\n Evaluating = \"Evaluating\",\n EvaluatingFailed = \"EvaluatingFailed\",\n PendingModelConfirmation = \"PendingModelConfirmation\",\n Active = \"Active\",\n Deleted = \"Deleted\",\n HumanIntervention = \"HumanIntervention\",\n Failed = \"Failed\"\n}\n\n/**\n * Defines values for PredictionModelLifeCycle. \\\n * {@link KnownPredictionModelLifeCycle} can be used interchangeably with PredictionModelLifeCycle,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **New** \\\n * **Provisioning** \\\n * **ProvisioningFailed** \\\n * **PendingDiscovering** \\\n * **Discovering** \\\n * **PendingFeaturing** \\\n * **Featuring** \\\n * **FeaturingFailed** \\\n * **PendingTraining** \\\n * **Training** \\\n * **TrainingFailed** \\\n * **Evaluating** \\\n * **EvaluatingFailed** \\\n * **PendingModelConfirmation** \\\n * **Active** \\\n * **Deleted** \\\n * **HumanIntervention** \\\n * **Failed**\n */\nexport type PredictionModelLifeCycle = string;\n/** Defines values for EntityTypes. */\nexport type EntityTypes = \"None\" | \"Profile\" | \"Interaction\" | \"Relationship\";\n/** Defines values for CalculationWindowTypes. */\nexport type CalculationWindowTypes =\n | \"Lifetime\"\n | \"Hour\"\n | \"Day\"\n | \"Week\"\n | \"Month\";\n/** Defines values for KpiFunctions. */\nexport type KpiFunctions =\n | \"Sum\"\n | \"Avg\"\n | \"Min\"\n | \"Max\"\n | \"Last\"\n | \"Count\"\n | \"None\"\n | \"CountDistinct\";\n/** Defines values for CardinalityTypes. */\nexport type CardinalityTypes = \"OneToOne\" | \"OneToMany\" | \"ManyToMany\";\n/** Defines values for LinkTypes. */\nexport type LinkTypes = \"UpdateAlways\" | \"CopyIfNull\";\n/** Defines values for PermissionTypes. */\nexport type PermissionTypes = \"Read\" | \"Write\" | \"Manage\";\n/** Defines values for ConnectorStates. */\nexport type ConnectorStates =\n | \"Creating\"\n | \"Created\"\n | \"Ready\"\n | \"Expiring\"\n | \"Deleting\"\n | \"Failed\";\n/** Defines values for ErrorManagementTypes. */\nexport type ErrorManagementTypes =\n | \"RejectAndContinue\"\n | \"StopImport\"\n | \"RejectUntilLimit\";\n/** Defines values for FrequencyTypes. */\nexport type FrequencyTypes = \"Minute\" | \"Hour\" | \"Day\" | \"Week\" | \"Month\";\n/** Defines values for CompletionOperationTypes. */\nexport type CompletionOperationTypes = \"DoNothing\" | \"DeleteFile\" | \"MoveFile\";\n/** Defines values for ConnectorMappingStates. */\nexport type ConnectorMappingStates =\n | \"Creating\"\n | \"Created\"\n | \"Failed\"\n | \"Ready\"\n | \"Running\"\n | \"Stopped\"\n | \"Expiring\";\n/** Defines values for EntityType. */\nexport type EntityType = \"None\" | \"Profile\" | \"Interaction\" | \"Relationship\";\n/** Defines values for InstanceOperationType. */\nexport type InstanceOperationType = \"Upsert\" | \"Delete\";\n/** Defines values for RoleTypes. */\nexport type RoleTypes =\n | \"Admin\"\n | \"Reader\"\n | \"ManageAdmin\"\n | \"ManageReader\"\n | \"DataAdmin\"\n | \"DataReader\";\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface HubsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type HubsCreateOrUpdateResponse = Hub;\n\n/** Optional parameters. */\nexport interface HubsUpdateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type HubsUpdateResponse = Hub;\n\n/** Optional parameters. */\nexport interface HubsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface HubsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type HubsGetResponse = Hub;\n\n/** Optional parameters. */\nexport interface HubsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type HubsListByResourceGroupResponse = HubListResult;\n\n/** Optional parameters. */\nexport interface HubsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type HubsListResponse = HubListResult;\n\n/** Optional parameters. */\nexport interface HubsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type HubsListByResourceGroupNextResponse = HubListResult;\n\n/** Optional parameters. */\nexport interface HubsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type HubsListNextResponse = HubListResult;\n\n/** Optional parameters. */\nexport interface ProfilesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ProfilesCreateOrUpdateResponse = ProfileResourceFormat;\n\n/** Optional parameters. */\nexport interface ProfilesGetOptionalParams extends coreClient.OperationOptions {\n /** Locale of profile to retrieve, default is en-us. */\n localeCode?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type ProfilesGetResponse = ProfileResourceFormat;\n\n/** Optional parameters. */\nexport interface ProfilesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Locale of profile to retrieve, default is en-us. */\n localeCode?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ProfilesListByHubOptionalParams\n extends coreClient.OperationOptions {\n /** Locale of profile to retrieve, default is en-us. */\n localeCode?: string;\n}\n\n/** Contains response data for the listByHub operation. */\nexport type ProfilesListByHubResponse = ProfileListResult;\n\n/** Optional parameters. */\nexport interface ProfilesGetEnrichingKpisOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getEnrichingKpis operation. */\nexport type ProfilesGetEnrichingKpisResponse = KpiDefinition[];\n\n/** Optional parameters. */\nexport interface ProfilesListByHubNextOptionalParams\n extends coreClient.OperationOptions {\n /** Locale of profile to retrieve, default is en-us. */\n localeCode?: string;\n}\n\n/** Contains response data for the listByHubNext operation. */\nexport type ProfilesListByHubNextResponse = ProfileListResult;\n\n/** Optional parameters. */\nexport interface InteractionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type InteractionsCreateOrUpdateResponse = InteractionResourceFormat;\n\n/** Optional parameters. */\nexport interface InteractionsGetOptionalParams\n extends coreClient.OperationOptions {\n /** Locale of interaction to retrieve, default is en-us. */\n localeCode?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type InteractionsGetResponse = InteractionResourceFormat;\n\n/** Optional parameters. */\nexport interface InteractionsListByHubOptionalParams\n extends coreClient.OperationOptions {\n /** Locale of interaction to retrieve, default is en-us. */\n localeCode?: string;\n}\n\n/** Contains response data for the listByHub operation. */\nexport type InteractionsListByHubResponse = InteractionListResult;\n\n/** Optional parameters. */\nexport interface InteractionsSuggestRelationshipLinksOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the suggestRelationshipLinks operation. */\nexport type InteractionsSuggestRelationshipLinksResponse = SuggestRelationshipLinksResponse;\n\n/** Optional parameters. */\nexport interface InteractionsListByHubNextOptionalParams\n extends coreClient.OperationOptions {\n /** Locale of interaction to retrieve, default is en-us. */\n localeCode?: string;\n}\n\n/** Contains response data for the listByHubNext operation. */\nexport type InteractionsListByHubNextResponse = InteractionListResult;\n\n/** Optional parameters. */\nexport interface RelationshipsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type RelationshipsCreateOrUpdateResponse = RelationshipResourceFormat;\n\n/** Optional parameters. */\nexport interface RelationshipsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type RelationshipsGetResponse = RelationshipResourceFormat;\n\n/** Optional parameters. */\nexport interface RelationshipsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface RelationshipsListByHubOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByHub operation. */\nexport type RelationshipsListByHubResponse = RelationshipListResult;\n\n/** Optional parameters. */\nexport interface RelationshipsListByHubNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByHubNext operation. */\nexport type RelationshipsListByHubNextResponse = RelationshipListResult;\n\n/** Optional parameters. */\nexport interface RelationshipLinksCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type RelationshipLinksCreateOrUpdateResponse = RelationshipLinkResourceFormat;\n\n/** Optional parameters. */\nexport interface RelationshipLinksGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type RelationshipLinksGetResponse = RelationshipLinkResourceFormat;\n\n/** Optional parameters. */\nexport interface RelationshipLinksDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface RelationshipLinksListByHubOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByHub operation. */\nexport type RelationshipLinksListByHubResponse = RelationshipLinkListResult;\n\n/** Optional parameters. */\nexport interface RelationshipLinksListByHubNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByHubNext operation. */\nexport type RelationshipLinksListByHubNextResponse = RelationshipLinkListResult;\n\n/** Optional parameters. */\nexport interface AuthorizationPoliciesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AuthorizationPoliciesCreateOrUpdateResponse = AuthorizationPolicyResourceFormat;\n\n/** Optional parameters. */\nexport interface AuthorizationPoliciesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AuthorizationPoliciesGetResponse = AuthorizationPolicyResourceFormat;\n\n/** Optional parameters. */\nexport interface AuthorizationPoliciesListByHubOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByHub operation. */\nexport type AuthorizationPoliciesListByHubResponse = AuthorizationPolicyListResult;\n\n/** Optional parameters. */\nexport interface AuthorizationPoliciesRegeneratePrimaryKeyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the regeneratePrimaryKey operation. */\nexport type AuthorizationPoliciesRegeneratePrimaryKeyResponse = AuthorizationPolicy;\n\n/** Optional parameters. */\nexport interface AuthorizationPoliciesRegenerateSecondaryKeyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the regenerateSecondaryKey operation. */\nexport type AuthorizationPoliciesRegenerateSecondaryKeyResponse = AuthorizationPolicy;\n\n/** Optional parameters. */\nexport interface AuthorizationPoliciesListByHubNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByHubNext operation. */\nexport type AuthorizationPoliciesListByHubNextResponse = AuthorizationPolicyListResult;\n\n/** Optional parameters. */\nexport interface ConnectorsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ConnectorsCreateOrUpdateResponse = ConnectorResourceFormat;\n\n/** Optional parameters. */\nexport interface ConnectorsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ConnectorsGetResponse = ConnectorResourceFormat;\n\n/** Optional parameters. */\nexport interface ConnectorsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ConnectorsListByHubOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByHub operation. */\nexport type ConnectorsListByHubResponse = ConnectorListResult;\n\n/** Optional parameters. */\nexport interface ConnectorsListByHubNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByHubNext operation. */\nexport type ConnectorsListByHubNextResponse = ConnectorListResult;\n\n/** Optional parameters. */\nexport interface ConnectorMappingsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ConnectorMappingsCreateOrUpdateResponse = ConnectorMappingResourceFormat;\n\n/** Optional parameters. */\nexport interface ConnectorMappingsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ConnectorMappingsGetResponse = ConnectorMappingResourceFormat;\n\n/** Optional parameters. */\nexport interface ConnectorMappingsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ConnectorMappingsListByConnectorOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByConnector operation. */\nexport type ConnectorMappingsListByConnectorResponse = ConnectorMappingListResult;\n\n/** Optional parameters. */\nexport interface ConnectorMappingsListByConnectorNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByConnectorNext operation. */\nexport type ConnectorMappingsListByConnectorNextResponse = ConnectorMappingListResult;\n\n/** Optional parameters. */\nexport interface KpiCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type KpiCreateOrUpdateResponse = KpiResourceFormat;\n\n/** Optional parameters. */\nexport interface KpiGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type KpiGetResponse = KpiResourceFormat;\n\n/** Optional parameters. */\nexport interface KpiDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface KpiReprocessOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface KpiListByHubOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByHub operation. */\nexport type KpiListByHubResponse = KpiListResult;\n\n/** Optional parameters. */\nexport interface KpiListByHubNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByHubNext operation. */\nexport type KpiListByHubNextResponse = KpiListResult;\n\n/** Optional parameters. */\nexport interface WidgetTypesListByHubOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByHub operation. */\nexport type WidgetTypesListByHubResponse = WidgetTypeListResult;\n\n/** Optional parameters. */\nexport interface WidgetTypesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WidgetTypesGetResponse = WidgetTypeResourceFormat;\n\n/** Optional parameters. */\nexport interface WidgetTypesListByHubNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByHubNext operation. */\nexport type WidgetTypesListByHubNextResponse = WidgetTypeListResult;\n\n/** Optional parameters. */\nexport interface ViewsListByHubOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByHub operation. */\nexport type ViewsListByHubResponse = ViewListResult;\n\n/** Optional parameters. */\nexport interface ViewsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ViewsCreateOrUpdateResponse = ViewResourceFormat;\n\n/** Optional parameters. */\nexport interface ViewsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ViewsGetResponse = ViewResourceFormat;\n\n/** Optional parameters. */\nexport interface ViewsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ViewsListByHubNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByHubNext operation. */\nexport type ViewsListByHubNextResponse = ViewListResult;\n\n/** Optional parameters. */\nexport interface LinksCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type LinksCreateOrUpdateResponse = LinkResourceFormat;\n\n/** Optional parameters. */\nexport interface LinksGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type LinksGetResponse = LinkResourceFormat;\n\n/** Optional parameters. */\nexport interface LinksDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface LinksListByHubOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByHub operation. */\nexport type LinksListByHubResponse = LinkListResult;\n\n/** Optional parameters. */\nexport interface LinksListByHubNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByHubNext operation. */\nexport type LinksListByHubNextResponse = LinkListResult;\n\n/** Optional parameters. */\nexport interface RolesListByHubOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByHub operation. */\nexport type RolesListByHubResponse = RoleListResult;\n\n/** Optional parameters. */\nexport interface RolesListByHubNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByHubNext operation. */\nexport type RolesListByHubNextResponse = RoleListResult;\n\n/** Optional parameters. */\nexport interface RoleAssignmentsListByHubOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByHub operation. */\nexport type RoleAssignmentsListByHubResponse = RoleAssignmentListResult;\n\n/** Optional parameters. */\nexport interface RoleAssignmentsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type RoleAssignmentsCreateOrUpdateResponse = RoleAssignmentResourceFormat;\n\n/** Optional parameters. */\nexport interface RoleAssignmentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type RoleAssignmentsGetResponse = RoleAssignmentResourceFormat;\n\n/** Optional parameters. */\nexport interface RoleAssignmentsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface RoleAssignmentsListByHubNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByHubNext operation. */\nexport type RoleAssignmentsListByHubNextResponse = RoleAssignmentListResult;\n\n/** Optional parameters. */\nexport interface ImagesGetUploadUrlForEntityTypeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getUploadUrlForEntityType operation. */\nexport type ImagesGetUploadUrlForEntityTypeResponse = ImageDefinition;\n\n/** Optional parameters. */\nexport interface ImagesGetUploadUrlForDataOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getUploadUrlForData operation. */\nexport type ImagesGetUploadUrlForDataResponse = ImageDefinition;\n\n/** Optional parameters. */\nexport interface PredictionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PredictionsCreateOrUpdateResponse = PredictionResourceFormat;\n\n/** Optional parameters. */\nexport interface PredictionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PredictionsGetResponse = PredictionResourceFormat;\n\n/** Optional parameters. */\nexport interface PredictionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PredictionsGetTrainingResultsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getTrainingResults operation. */\nexport type PredictionsGetTrainingResultsResponse = PredictionTrainingResults;\n\n/** Optional parameters. */\nexport interface PredictionsGetModelStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getModelStatus operation. */\nexport type PredictionsGetModelStatusResponse = PredictionModelStatus;\n\n/** Optional parameters. */\nexport interface PredictionsModelStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface PredictionsListByHubOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByHub operation. */\nexport type PredictionsListByHubResponse = PredictionListResult;\n\n/** Optional parameters. */\nexport interface PredictionsListByHubNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByHubNext operation. */\nexport type PredictionsListByHubNextResponse = PredictionListResult;\n\n/** Optional parameters. */\nexport interface CustomerInsightsManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HubBillingInfoFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HubBillingInfoFormat\",\n modelProperties: {\n skuName: {\n serializedName: \"skuName\",\n type: {\n name: \"String\"\n }\n },\n minUnits: {\n constraints: {\n InclusiveMaximum: 10,\n InclusiveMinimum: 1\n },\n serializedName: \"minUnits\",\n type: {\n name: \"Number\"\n }\n },\n maxUnits: {\n constraints: {\n InclusiveMaximum: 10,\n InclusiveMinimum: 1\n },\n serializedName: \"maxUnits\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const HubListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HubListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Hub\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StrongId: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StrongId\",\n modelProperties: {\n keyPropertyNames: {\n serializedName: \"keyPropertyNames\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n strongIdName: {\n serializedName: \"strongIdName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const PropertyDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PropertyDefinition\",\n modelProperties: {\n arrayValueSeparator: {\n serializedName: \"arrayValueSeparator\",\n type: {\n name: \"String\"\n }\n },\n enumValidValues: {\n serializedName: \"enumValidValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProfileEnumValidValuesFormat\"\n }\n }\n }\n },\n fieldName: {\n serializedName: \"fieldName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n fieldType: {\n serializedName: \"fieldType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n isArray: {\n serializedName: \"isArray\",\n type: {\n name: \"Boolean\"\n }\n },\n isEnum: {\n serializedName: \"isEnum\",\n type: {\n name: \"Boolean\"\n }\n },\n isFlagEnum: {\n serializedName: \"isFlagEnum\",\n type: {\n name: \"Boolean\"\n }\n },\n isImage: {\n serializedName: \"isImage\",\n type: {\n name: \"Boolean\"\n }\n },\n isLocalizedString: {\n serializedName: \"isLocalizedString\",\n type: {\n name: \"Boolean\"\n }\n },\n isName: {\n serializedName: \"isName\",\n type: {\n name: \"Boolean\"\n }\n },\n isRequired: {\n serializedName: \"isRequired\",\n type: {\n name: \"Boolean\"\n }\n },\n propertyId: {\n serializedName: \"propertyId\",\n type: {\n name: \"String\"\n }\n },\n schemaItemPropLink: {\n serializedName: \"schemaItemPropLink\",\n type: {\n name: \"String\"\n }\n },\n maxLength: {\n serializedName: \"maxLength\",\n type: {\n name: \"Number\"\n }\n },\n isAvailableInGraph: {\n serializedName: \"isAvailableInGraph\",\n type: {\n name: \"Boolean\"\n }\n },\n dataSourcePrecedenceRules: {\n serializedName: \"dataSourcePrecedenceRules\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataSourcePrecedence\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ProfileEnumValidValuesFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProfileEnumValidValuesFormat\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Number\"\n }\n },\n localizedValueNames: {\n serializedName: \"localizedValueNames\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const DataSourcePrecedence: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataSourcePrecedence\",\n modelProperties: {\n precedence: {\n serializedName: \"precedence\",\n type: {\n name: \"Number\"\n }\n },\n name: {\n serializedName: \"dataSource.name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n dataSourceType: {\n serializedName: \"dataSource.dataSourceType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"dataSource.status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n id: {\n serializedName: \"dataSource.id\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n dataSourceReferenceId: {\n serializedName: \"dataSource.dataSourceReferenceId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MetadataDefinitionBase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetadataDefinitionBase\",\n modelProperties: {\n attributes: {\n serializedName: \"attributes\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Sequence\", element: { type: { name: \"String\" } } }\n }\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n localizedAttributes: {\n serializedName: \"localizedAttributes\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"String\" } } }\n }\n }\n },\n smallImage: {\n serializedName: \"smallImage\",\n type: {\n name: \"String\"\n }\n },\n mediumImage: {\n serializedName: \"mediumImage\",\n type: {\n name: \"String\"\n }\n },\n largeImage: {\n serializedName: \"largeImage\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProfileListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProfileListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProfileResourceFormat\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const KpiDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KpiDefinition\",\n modelProperties: {\n entityType: {\n serializedName: \"entityType\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"None\", \"Profile\", \"Interaction\", \"Relationship\"]\n }\n },\n entityTypeName: {\n serializedName: \"entityTypeName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n kpiName: {\n serializedName: \"kpiName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n calculationWindow: {\n serializedName: \"calculationWindow\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"Lifetime\", \"Hour\", \"Day\", \"Week\", \"Month\"]\n }\n },\n calculationWindowFieldName: {\n serializedName: \"calculationWindowFieldName\",\n type: {\n name: \"String\"\n }\n },\n function: {\n serializedName: \"function\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Sum\",\n \"Avg\",\n \"Min\",\n \"Max\",\n \"Last\",\n \"Count\",\n \"None\",\n \"CountDistinct\"\n ]\n }\n },\n expression: {\n serializedName: \"expression\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\"\n }\n },\n filter: {\n serializedName: \"filter\",\n type: {\n name: \"String\"\n }\n },\n groupBy: {\n serializedName: \"groupBy\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n groupByMetadata: {\n serializedName: \"groupByMetadata\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"KpiGroupByMetadata\"\n }\n }\n }\n },\n participantProfilesMetadata: {\n serializedName: \"participantProfilesMetadata\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"KpiParticipantProfilesMetadata\"\n }\n }\n }\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n thresHolds: {\n serializedName: \"thresHolds\",\n type: {\n name: \"Composite\",\n className: \"KpiThresholds\"\n }\n },\n aliases: {\n serializedName: \"aliases\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"KpiAlias\"\n }\n }\n }\n },\n extracts: {\n serializedName: \"extracts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"KpiExtract\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const KpiGroupByMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KpiGroupByMetadata\",\n modelProperties: {\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n fieldName: {\n serializedName: \"fieldName\",\n type: {\n name: \"String\"\n }\n },\n fieldType: {\n serializedName: \"fieldType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const KpiParticipantProfilesMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KpiParticipantProfilesMetadata\",\n modelProperties: {\n typeName: {\n serializedName: \"typeName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const KpiThresholds: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KpiThresholds\",\n modelProperties: {\n lowerLimit: {\n serializedName: \"lowerLimit\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n upperLimit: {\n serializedName: \"upperLimit\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n increasingKpi: {\n serializedName: \"increasingKpi\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const KpiAlias: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KpiAlias\",\n modelProperties: {\n aliasName: {\n serializedName: \"aliasName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n expression: {\n serializedName: \"expression\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const KpiExtract: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KpiExtract\",\n modelProperties: {\n extractName: {\n serializedName: \"extractName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n expression: {\n serializedName: \"expression\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Participant: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Participant\",\n modelProperties: {\n profileTypeName: {\n serializedName: \"profileTypeName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n participantPropertyReferences: {\n serializedName: \"participantPropertyReferences\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ParticipantPropertyReference\"\n }\n }\n }\n },\n participantName: {\n serializedName: \"participantName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n role: {\n serializedName: \"role\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ParticipantPropertyReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ParticipantPropertyReference\",\n modelProperties: {\n sourcePropertyName: {\n serializedName: \"sourcePropertyName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n targetPropertyName: {\n serializedName: \"targetPropertyName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InteractionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InteractionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InteractionResourceFormat\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SuggestRelationshipLinksResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SuggestRelationshipLinksResponse\",\n modelProperties: {\n interactionName: {\n serializedName: \"interactionName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n suggestedRelationships: {\n serializedName: \"suggestedRelationships\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RelationshipsLookup\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const RelationshipsLookup: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RelationshipsLookup\",\n modelProperties: {\n profileName: {\n serializedName: \"profileName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n profilePropertyReferences: {\n serializedName: \"profilePropertyReferences\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ParticipantProfilePropertyReference\"\n }\n }\n }\n },\n relatedProfileName: {\n serializedName: \"relatedProfileName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n relatedProfilePropertyReferences: {\n serializedName: \"relatedProfilePropertyReferences\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ParticipantProfilePropertyReference\"\n }\n }\n }\n },\n existingRelationshipName: {\n serializedName: \"existingRelationshipName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ParticipantProfilePropertyReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ParticipantProfilePropertyReference\",\n modelProperties: {\n interactionPropertyName: {\n serializedName: \"interactionPropertyName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n profilePropertyName: {\n serializedName: \"profilePropertyName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RelationshipTypeMapping: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RelationshipTypeMapping\",\n modelProperties: {\n fieldMappings: {\n serializedName: \"fieldMappings\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RelationshipTypeFieldMapping\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const RelationshipTypeFieldMapping: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RelationshipTypeFieldMapping\",\n modelProperties: {\n profileFieldName: {\n serializedName: \"profileFieldName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n relatedProfileKeyProperty: {\n serializedName: \"relatedProfileKeyProperty\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RelationshipListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RelationshipListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RelationshipResourceFormat\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RelationshipLinkFieldMapping: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RelationshipLinkFieldMapping\",\n modelProperties: {\n interactionFieldName: {\n serializedName: \"interactionFieldName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n linkType: {\n serializedName: \"linkType\",\n type: {\n name: \"Enum\",\n allowedValues: [\"UpdateAlways\", \"CopyIfNull\"]\n }\n },\n relationshipFieldName: {\n serializedName: \"relationshipFieldName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RelationshipLinkListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RelationshipLinkListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RelationshipLinkResourceFormat\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AuthorizationPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AuthorizationPolicy\",\n modelProperties: {\n policyName: {\n serializedName: \"policyName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n permissions: {\n constraints: {\n UniqueItems: true\n },\n serializedName: \"permissions\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Enum\",\n allowedValues: [\"Read\", \"Write\", \"Manage\"]\n }\n }\n }\n },\n primaryKey: {\n serializedName: \"primaryKey\",\n type: {\n name: \"String\"\n }\n },\n secondaryKey: {\n serializedName: \"secondaryKey\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AuthorizationPolicyListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AuthorizationPolicyListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AuthorizationPolicyResourceFormat\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectorListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectorListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectorResourceFormat\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectorMappingProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectorMappingProperties\",\n modelProperties: {\n folderPath: {\n serializedName: \"folderPath\",\n type: {\n name: \"String\"\n }\n },\n fileFilter: {\n serializedName: \"fileFilter\",\n type: {\n name: \"String\"\n }\n },\n hasHeader: {\n serializedName: \"hasHeader\",\n type: {\n name: \"Boolean\"\n }\n },\n errorManagement: {\n serializedName: \"errorManagement\",\n type: {\n name: \"Composite\",\n className: \"ConnectorMappingErrorManagement\"\n }\n },\n format: {\n serializedName: \"format\",\n type: {\n name: \"Composite\",\n className: \"ConnectorMappingFormat\"\n }\n },\n availability: {\n serializedName: \"availability\",\n type: {\n name: \"Composite\",\n className: \"ConnectorMappingAvailability\"\n }\n },\n structure: {\n serializedName: \"structure\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectorMappingStructure\"\n }\n }\n }\n },\n completeOperation: {\n serializedName: \"completeOperation\",\n type: {\n name: \"Composite\",\n className: \"ConnectorMappingCompleteOperation\"\n }\n }\n }\n }\n};\n\nexport const ConnectorMappingErrorManagement: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectorMappingErrorManagement\",\n modelProperties: {\n errorManagementType: {\n serializedName: \"errorManagementType\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"RejectAndContinue\", \"StopImport\", \"RejectUntilLimit\"]\n }\n },\n errorLimit: {\n serializedName: \"errorLimit\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ConnectorMappingFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectorMappingFormat\",\n modelProperties: {\n formatType: {\n defaultValue: \"TextFormat\",\n isConstant: true,\n serializedName: \"formatType\",\n type: {\n name: \"String\"\n }\n },\n columnDelimiter: {\n serializedName: \"columnDelimiter\",\n type: {\n name: \"String\"\n }\n },\n acceptLanguage: {\n serializedName: \"acceptLanguage\",\n type: {\n name: \"String\"\n }\n },\n quoteCharacter: {\n serializedName: \"quoteCharacter\",\n type: {\n name: \"String\"\n }\n },\n quoteEscapeCharacter: {\n serializedName: \"quoteEscapeCharacter\",\n type: {\n name: \"String\"\n }\n },\n arraySeparator: {\n serializedName: \"arraySeparator\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectorMappingAvailability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectorMappingAvailability\",\n modelProperties: {\n frequency: {\n serializedName: \"frequency\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Minute\", \"Hour\", \"Day\", \"Week\", \"Month\"]\n }\n },\n interval: {\n serializedName: \"interval\",\n required: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ConnectorMappingStructure: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectorMappingStructure\",\n modelProperties: {\n propertyName: {\n serializedName: \"propertyName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n columnName: {\n serializedName: \"columnName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n customFormatSpecifier: {\n serializedName: \"customFormatSpecifier\",\n type: {\n name: \"String\"\n }\n },\n isEncrypted: {\n serializedName: \"isEncrypted\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ConnectorMappingCompleteOperation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectorMappingCompleteOperation\",\n modelProperties: {\n completionOperationType: {\n serializedName: \"completionOperationType\",\n type: {\n name: \"Enum\",\n allowedValues: [\"DoNothing\", \"DeleteFile\", \"MoveFile\"]\n }\n },\n destinationFolder: {\n serializedName: \"destinationFolder\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectorMappingListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectorMappingListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectorMappingResourceFormat\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const KpiListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KpiListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"KpiResourceFormat\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WidgetTypeListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WidgetTypeListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WidgetTypeResourceFormat\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ViewListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ViewListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ViewResourceFormat\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TypePropertiesMapping: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TypePropertiesMapping\",\n modelProperties: {\n sourcePropertyName: {\n serializedName: \"sourcePropertyName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n targetPropertyName: {\n serializedName: \"targetPropertyName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n linkType: {\n serializedName: \"linkType\",\n type: {\n name: \"Enum\",\n allowedValues: [\"UpdateAlways\", \"CopyIfNull\"]\n }\n }\n }\n }\n};\n\nexport const LinkListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinkListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LinkResourceFormat\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RoleResourceFormat\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleAssignmentListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleAssignmentListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RoleAssignmentResourceFormat\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AssignmentPrincipal: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssignmentPrincipal\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n principalType: {\n serializedName: \"principalType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n principalMetadata: {\n serializedName: \"principalMetadata\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const ResourceSetDescription: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceSetDescription\",\n modelProperties: {\n elements: {\n serializedName: \"elements\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n exceptions: {\n serializedName: \"exceptions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const GetImageUploadUrlInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetImageUploadUrlInput\",\n modelProperties: {\n entityType: {\n serializedName: \"entityType\",\n type: {\n name: \"String\"\n }\n },\n entityTypeName: {\n serializedName: \"entityTypeName\",\n type: {\n name: \"String\"\n }\n },\n relativePath: {\n serializedName: \"relativePath\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ImageDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ImageDefinition\",\n modelProperties: {\n imageExists: {\n serializedName: \"imageExists\",\n type: {\n name: \"Boolean\"\n }\n },\n contentUrl: {\n serializedName: \"contentUrl\",\n type: {\n name: \"String\"\n }\n },\n relativePath: {\n serializedName: \"relativePath\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PredictionMappings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PredictionMappings\",\n modelProperties: {\n score: {\n serializedName: \"score\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n grade: {\n serializedName: \"grade\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n reason: {\n serializedName: \"reason\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PredictionGradesItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PredictionGradesItem\",\n modelProperties: {\n gradeName: {\n serializedName: \"gradeName\",\n type: {\n name: \"String\"\n }\n },\n minScoreThreshold: {\n serializedName: \"minScoreThreshold\",\n type: {\n name: \"Number\"\n }\n },\n maxScoreThreshold: {\n serializedName: \"maxScoreThreshold\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const PredictionSystemGeneratedEntities: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PredictionSystemGeneratedEntities\",\n modelProperties: {\n generatedInteractionTypes: {\n serializedName: \"generatedInteractionTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n generatedLinks: {\n serializedName: \"generatedLinks\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n generatedKpis: {\n serializedName: \"generatedKpis\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const PredictionTrainingResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PredictionTrainingResults\",\n modelProperties: {\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n scoreName: {\n serializedName: \"scoreName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n predictionDistribution: {\n serializedName: \"predictionDistribution\",\n type: {\n name: \"Composite\",\n className: \"PredictionDistributionDefinition\"\n }\n },\n canonicalProfiles: {\n serializedName: \"canonicalProfiles\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CanonicalProfileDefinition\"\n }\n }\n }\n },\n primaryProfileInstanceCount: {\n serializedName: \"primaryProfileInstanceCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const PredictionDistributionDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PredictionDistributionDefinition\",\n modelProperties: {\n totalPositives: {\n serializedName: \"totalPositives\",\n type: {\n name: \"Number\"\n }\n },\n totalNegatives: {\n serializedName: \"totalNegatives\",\n type: {\n name: \"Number\"\n }\n },\n distributions: {\n serializedName: \"distributions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PredictionDistributionDefinitionDistributionsItem\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PredictionDistributionDefinitionDistributionsItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PredictionDistributionDefinitionDistributionsItem\",\n modelProperties: {\n scoreThreshold: {\n serializedName: \"scoreThreshold\",\n type: {\n name: \"Number\"\n }\n },\n positives: {\n serializedName: \"positives\",\n type: {\n name: \"Number\"\n }\n },\n negatives: {\n serializedName: \"negatives\",\n type: {\n name: \"Number\"\n }\n },\n positivesAboveThreshold: {\n serializedName: \"positivesAboveThreshold\",\n type: {\n name: \"Number\"\n }\n },\n negativesAboveThreshold: {\n serializedName: \"negativesAboveThreshold\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const CanonicalProfileDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CanonicalProfileDefinition\",\n modelProperties: {\n canonicalProfileId: {\n serializedName: \"canonicalProfileId\",\n type: {\n name: \"Number\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CanonicalProfileDefinitionPropertiesItem\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const CanonicalProfileDefinitionPropertiesItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CanonicalProfileDefinitionPropertiesItem\",\n modelProperties: {\n profileName: {\n serializedName: \"profileName\",\n type: {\n name: \"String\"\n }\n },\n profilePropertyName: {\n serializedName: \"profilePropertyName\",\n type: {\n name: \"String\"\n }\n },\n rank: {\n serializedName: \"rank\",\n type: {\n name: \"Number\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PredictionModelStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PredictionModelStatus\",\n modelProperties: {\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n predictionName: {\n serializedName: \"predictionName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n predictionGuidId: {\n serializedName: \"predictionGuidId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n trainingSetCount: {\n serializedName: \"trainingSetCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n testSetCount: {\n serializedName: \"testSetCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n validationSetCount: {\n serializedName: \"validationSetCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n trainingAccuracy: {\n serializedName: \"trainingAccuracy\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n signalsUsed: {\n serializedName: \"signalsUsed\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n modelVersion: {\n serializedName: \"modelVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PredictionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PredictionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PredictionResourceFormat\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SalesforceDiscoverSetting: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SalesforceDiscoverSetting\",\n modelProperties: {\n salesforceConnectionStringSecretUrl: {\n serializedName: \"salesforceConnectionStringSecretUrl\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SalesforceTable: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SalesforceTable\",\n modelProperties: {\n isProfile: {\n serializedName: \"isProfile\",\n type: {\n name: \"String\"\n }\n },\n tableCategory: {\n serializedName: \"tableCategory\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n tableName: {\n serializedName: \"tableName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n tableRemarks: {\n serializedName: \"tableRemarks\",\n type: {\n name: \"String\"\n }\n },\n tableSchema: {\n serializedName: \"tableSchema\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SalesforceConnectorProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SalesforceConnectorProperties\",\n modelProperties: {\n usersetting: {\n serializedName: \"usersetting\",\n type: {\n name: \"Composite\",\n className: \"SalesforceDiscoverSetting\"\n }\n },\n salesforcetables: {\n serializedName: \"salesforcetables\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SalesforceTable\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AzureBlobConnectorProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureBlobConnectorProperties\",\n modelProperties: {\n connectionKeyVaultUrl: {\n serializedName: \"connectionKeyVaultUrl\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CrmConnectorProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CrmConnectorProperties\",\n modelProperties: {\n connectionString: {\n serializedName: \"connectionString\",\n type: {\n name: \"String\"\n }\n },\n organizationId: {\n serializedName: \"organizationId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n organizationUrl: {\n serializedName: \"organizationUrl\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n entities: {\n serializedName: \"entities\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CrmConnectorEntities\"\n }\n }\n }\n },\n accessToken: {\n serializedName: \"accessToken\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CrmConnectorEntities: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CrmConnectorEntities\",\n modelProperties: {\n logicalName: {\n serializedName: \"logicalName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n isProfile: {\n serializedName: \"isProfile\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const Hub: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Hub\",\n modelProperties: {\n ...Resource.type.modelProperties,\n apiEndpoint: {\n serializedName: \"properties.apiEndpoint\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n webEndpoint: {\n serializedName: \"properties.webEndpoint\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tenantFeatures: {\n serializedName: \"properties.tenantFeatures\",\n type: {\n name: \"Number\"\n }\n },\n hubBillingInfo: {\n serializedName: \"properties.hubBillingInfo\",\n type: {\n name: \"Composite\",\n className: \"HubBillingInfoFormat\"\n }\n }\n }\n }\n};\n\nexport const EntityTypeDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EntityTypeDefinition\",\n modelProperties: {\n ...MetadataDefinitionBase.type.modelProperties,\n apiEntitySetName: {\n serializedName: \"apiEntitySetName\",\n type: {\n name: \"String\"\n }\n },\n entityType: {\n serializedName: \"entityType\",\n type: {\n name: \"Enum\",\n allowedValues: [\"None\", \"Profile\", \"Interaction\", \"Relationship\"]\n }\n },\n fields: {\n serializedName: \"fields\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PropertyDefinition\"\n }\n }\n }\n },\n instancesCount: {\n serializedName: \"instancesCount\",\n type: {\n name: \"Number\"\n }\n },\n lastChangedUtc: {\n serializedName: \"lastChangedUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n schemaItemTypeLink: {\n serializedName: \"schemaItemTypeLink\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n timestampFieldName: {\n serializedName: \"timestampFieldName\",\n type: {\n name: \"String\"\n }\n },\n typeName: {\n serializedName: \"typeName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProfileResourceFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProfileResourceFormat\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n attributes: {\n serializedName: \"properties.attributes\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Sequence\", element: { type: { name: \"String\" } } }\n }\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n localizedAttributes: {\n serializedName: \"properties.localizedAttributes\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"String\" } } }\n }\n }\n },\n smallImage: {\n serializedName: \"properties.smallImage\",\n type: {\n name: \"String\"\n }\n },\n mediumImage: {\n serializedName: \"properties.mediumImage\",\n type: {\n name: \"String\"\n }\n },\n largeImage: {\n serializedName: \"properties.largeImage\",\n type: {\n name: \"String\"\n }\n },\n apiEntitySetName: {\n serializedName: \"properties.apiEntitySetName\",\n type: {\n name: \"String\"\n }\n },\n entityType: {\n serializedName: \"properties.entityType\",\n type: {\n name: \"Enum\",\n allowedValues: [\"None\", \"Profile\", \"Interaction\", \"Relationship\"]\n }\n },\n fields: {\n serializedName: \"properties.fields\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PropertyDefinition\"\n }\n }\n }\n },\n instancesCount: {\n serializedName: \"properties.instancesCount\",\n type: {\n name: \"Number\"\n }\n },\n lastChangedUtc: {\n serializedName: \"properties.lastChangedUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n schemaItemTypeLink: {\n serializedName: \"properties.schemaItemTypeLink\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"properties.tenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n timestampFieldName: {\n serializedName: \"properties.timestampFieldName\",\n type: {\n name: \"String\"\n }\n },\n typeName: {\n serializedName: \"properties.typeName\",\n type: {\n name: \"String\"\n }\n },\n strongIds: {\n serializedName: \"properties.strongIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StrongId\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const InteractionResourceFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InteractionResourceFormat\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n attributes: {\n serializedName: \"properties.attributes\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Sequence\", element: { type: { name: \"String\" } } }\n }\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n localizedAttributes: {\n serializedName: \"properties.localizedAttributes\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"String\" } } }\n }\n }\n },\n smallImage: {\n serializedName: \"properties.smallImage\",\n type: {\n name: \"String\"\n }\n },\n mediumImage: {\n serializedName: \"properties.mediumImage\",\n type: {\n name: \"String\"\n }\n },\n largeImage: {\n serializedName: \"properties.largeImage\",\n type: {\n name: \"String\"\n }\n },\n apiEntitySetName: {\n serializedName: \"properties.apiEntitySetName\",\n type: {\n name: \"String\"\n }\n },\n entityType: {\n serializedName: \"properties.entityType\",\n type: {\n name: \"Enum\",\n allowedValues: [\"None\", \"Profile\", \"Interaction\", \"Relationship\"]\n }\n },\n fields: {\n serializedName: \"properties.fields\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PropertyDefinition\"\n }\n }\n }\n },\n instancesCount: {\n serializedName: \"properties.instancesCount\",\n type: {\n name: \"Number\"\n }\n },\n lastChangedUtc: {\n serializedName: \"properties.lastChangedUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n schemaItemTypeLink: {\n serializedName: \"properties.schemaItemTypeLink\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"properties.tenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n timestampFieldName: {\n serializedName: \"properties.timestampFieldName\",\n type: {\n name: \"String\"\n }\n },\n typeName: {\n serializedName: \"properties.typeName\",\n type: {\n name: \"String\"\n }\n },\n idPropertyNames: {\n serializedName: \"properties.idPropertyNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n participantProfiles: {\n serializedName: \"properties.participantProfiles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Participant\"\n }\n }\n }\n },\n primaryParticipantProfilePropertyName: {\n serializedName: \"properties.primaryParticipantProfilePropertyName\",\n type: {\n name: \"String\"\n }\n },\n dataSourcePrecedenceRules: {\n serializedName: \"properties.dataSourcePrecedenceRules\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataSourcePrecedence\"\n }\n }\n }\n },\n isActivity: {\n serializedName: \"properties.isActivity\",\n type: {\n name: \"Boolean\"\n }\n },\n namePropertiesDefaultDataSourceName: {\n serializedName: \"properties.defaultDataSource.name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n dataSourceType: {\n serializedName: \"properties.defaultDataSource.dataSourceType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.defaultDataSource.status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n idPropertiesDefaultDataSourceId: {\n serializedName: \"properties.defaultDataSource.id\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n dataSourceReferenceId: {\n serializedName: \"properties.defaultDataSource.dataSourceReferenceId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RelationshipResourceFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RelationshipResourceFormat\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n cardinality: {\n serializedName: \"properties.cardinality\",\n type: {\n name: \"Enum\",\n allowedValues: [\"OneToOne\", \"OneToMany\", \"ManyToMany\"]\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n expiryDateTimeUtc: {\n serializedName: \"properties.expiryDateTimeUtc\",\n type: {\n name: \"DateTime\"\n }\n },\n fields: {\n serializedName: \"properties.fields\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PropertyDefinition\"\n }\n }\n }\n },\n lookupMappings: {\n serializedName: \"properties.lookupMappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RelationshipTypeMapping\"\n }\n }\n }\n },\n profileType: {\n serializedName: \"properties.profileType\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n relationshipName: {\n serializedName: \"properties.relationshipName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n relatedProfileType: {\n serializedName: \"properties.relatedProfileType\",\n type: {\n name: \"String\"\n }\n },\n relationshipGuidId: {\n serializedName: \"properties.relationshipGuidId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"properties.tenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RelationshipLinkResourceFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RelationshipLinkResourceFormat\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n interactionType: {\n serializedName: \"properties.interactionType\",\n type: {\n name: \"String\"\n }\n },\n linkName: {\n serializedName: \"properties.linkName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n mappings: {\n serializedName: \"properties.mappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RelationshipLinkFieldMapping\"\n }\n }\n }\n },\n profilePropertyReferences: {\n serializedName: \"properties.profilePropertyReferences\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ParticipantProfilePropertyReference\"\n }\n }\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n relatedProfilePropertyReferences: {\n serializedName: \"properties.relatedProfilePropertyReferences\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ParticipantProfilePropertyReference\"\n }\n }\n }\n },\n relationshipName: {\n serializedName: \"properties.relationshipName\",\n type: {\n name: \"String\"\n }\n },\n relationshipGuidId: {\n serializedName: \"properties.relationshipGuidId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"properties.tenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AuthorizationPolicyResourceFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AuthorizationPolicyResourceFormat\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n policyName: {\n serializedName: \"properties.policyName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n permissions: {\n constraints: {\n UniqueItems: true\n },\n serializedName: \"properties.permissions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Enum\",\n allowedValues: [\"Read\", \"Write\", \"Manage\"]\n }\n }\n }\n },\n primaryKey: {\n serializedName: \"properties.primaryKey\",\n type: {\n name: \"String\"\n }\n },\n secondaryKey: {\n serializedName: \"properties.secondaryKey\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectorResourceFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectorResourceFormat\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n connectorId: {\n serializedName: \"properties.connectorId\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n connectorName: {\n serializedName: \"properties.connectorName\",\n type: {\n name: \"String\"\n }\n },\n connectorType: {\n serializedName: \"properties.connectorType\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n connectorProperties: {\n serializedName: \"properties.connectorProperties\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n },\n created: {\n serializedName: \"properties.created\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastModified: {\n serializedName: \"properties.lastModified\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n state: {\n serializedName: \"properties.state\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Creating\",\n \"Created\",\n \"Ready\",\n \"Expiring\",\n \"Deleting\",\n \"Failed\"\n ]\n }\n },\n tenantId: {\n serializedName: \"properties.tenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isInternal: {\n serializedName: \"properties.isInternal\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ConnectorMappingResourceFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectorMappingResourceFormat\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n connectorName: {\n serializedName: \"properties.connectorName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n connectorType: {\n serializedName: \"properties.connectorType\",\n type: {\n name: \"String\"\n }\n },\n created: {\n serializedName: \"properties.created\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastModified: {\n serializedName: \"properties.lastModified\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n entityType: {\n serializedName: \"properties.entityType\",\n type: {\n name: \"Enum\",\n allowedValues: [\"None\", \"Profile\", \"Interaction\", \"Relationship\"]\n }\n },\n entityTypeName: {\n serializedName: \"properties.entityTypeName\",\n type: {\n name: \"String\"\n }\n },\n connectorMappingName: {\n serializedName: \"properties.connectorMappingName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n dataFormatId: {\n serializedName: \"properties.dataFormatId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n mappingProperties: {\n serializedName: \"properties.mappingProperties\",\n type: {\n name: \"Composite\",\n className: \"ConnectorMappingProperties\"\n }\n },\n nextRunTime: {\n serializedName: \"properties.nextRunTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n runId: {\n serializedName: \"properties.runId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n state: {\n serializedName: \"properties.state\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Creating\",\n \"Created\",\n \"Failed\",\n \"Ready\",\n \"Running\",\n \"Stopped\",\n \"Expiring\"\n ]\n }\n },\n tenantId: {\n serializedName: \"properties.tenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const KpiResourceFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KpiResourceFormat\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n entityType: {\n serializedName: \"properties.entityType\",\n type: {\n name: \"Enum\",\n allowedValues: [\"None\", \"Profile\", \"Interaction\", \"Relationship\"]\n }\n },\n entityTypeName: {\n serializedName: \"properties.entityTypeName\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"properties.tenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n kpiName: {\n serializedName: \"properties.kpiName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n calculationWindow: {\n serializedName: \"properties.calculationWindow\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Lifetime\", \"Hour\", \"Day\", \"Week\", \"Month\"]\n }\n },\n calculationWindowFieldName: {\n serializedName: \"properties.calculationWindowFieldName\",\n type: {\n name: \"String\"\n }\n },\n function: {\n serializedName: \"properties.function\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Sum\",\n \"Avg\",\n \"Min\",\n \"Max\",\n \"Last\",\n \"Count\",\n \"None\",\n \"CountDistinct\"\n ]\n }\n },\n expression: {\n serializedName: \"properties.expression\",\n type: {\n name: \"String\"\n }\n },\n unit: {\n serializedName: \"properties.unit\",\n type: {\n name: \"String\"\n }\n },\n filter: {\n serializedName: \"properties.filter\",\n type: {\n name: \"String\"\n }\n },\n groupBy: {\n serializedName: \"properties.groupBy\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n groupByMetadata: {\n serializedName: \"properties.groupByMetadata\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"KpiGroupByMetadata\"\n }\n }\n }\n },\n participantProfilesMetadata: {\n serializedName: \"properties.participantProfilesMetadata\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"KpiParticipantProfilesMetadata\"\n }\n }\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n thresHolds: {\n serializedName: \"properties.thresHolds\",\n type: {\n name: \"Composite\",\n className: \"KpiThresholds\"\n }\n },\n aliases: {\n serializedName: \"properties.aliases\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"KpiAlias\"\n }\n }\n }\n },\n extracts: {\n serializedName: \"properties.extracts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"KpiExtract\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const WidgetTypeResourceFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WidgetTypeResourceFormat\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n widgetTypeName: {\n serializedName: \"properties.widgetTypeName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n definition: {\n serializedName: \"properties.definition\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n imageUrl: {\n serializedName: \"properties.imageUrl\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"properties.tenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n widgetVersion: {\n serializedName: \"properties.widgetVersion\",\n type: {\n name: \"String\"\n }\n },\n changed: {\n serializedName: \"properties.changed\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n created: {\n serializedName: \"properties.created\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ViewResourceFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ViewResourceFormat\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n viewName: {\n serializedName: \"properties.viewName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n userId: {\n serializedName: \"properties.userId\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"properties.tenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n definition: {\n serializedName: \"properties.definition\",\n type: {\n name: \"String\"\n }\n },\n changed: {\n serializedName: \"properties.changed\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n created: {\n serializedName: \"properties.created\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const LinkResourceFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinkResourceFormat\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n linkName: {\n serializedName: \"properties.linkName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceEntityType: {\n serializedName: \"properties.sourceEntityType\",\n type: {\n name: \"Enum\",\n allowedValues: [\"None\", \"Profile\", \"Interaction\", \"Relationship\"]\n }\n },\n targetEntityType: {\n serializedName: \"properties.targetEntityType\",\n type: {\n name: \"Enum\",\n allowedValues: [\"None\", \"Profile\", \"Interaction\", \"Relationship\"]\n }\n },\n sourceEntityTypeName: {\n serializedName: \"properties.sourceEntityTypeName\",\n type: {\n name: \"String\"\n }\n },\n targetEntityTypeName: {\n serializedName: \"properties.targetEntityTypeName\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n mappings: {\n serializedName: \"properties.mappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TypePropertiesMapping\"\n }\n }\n }\n },\n participantPropertyReferences: {\n serializedName: \"properties.participantPropertyReferences\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ParticipantPropertyReference\"\n }\n }\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n referenceOnly: {\n serializedName: \"properties.referenceOnly\",\n type: {\n name: \"Boolean\"\n }\n },\n operationType: {\n serializedName: \"properties.operationType\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Upsert\", \"Delete\"]\n }\n }\n }\n }\n};\n\nexport const RoleResourceFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleResourceFormat\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n roleName: {\n serializedName: \"properties.roleName\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleAssignmentResourceFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleAssignmentResourceFormat\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n assignmentName: {\n serializedName: \"properties.assignmentName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n role: {\n serializedName: \"properties.role\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Admin\",\n \"Reader\",\n \"ManageAdmin\",\n \"ManageReader\",\n \"DataAdmin\",\n \"DataReader\"\n ]\n }\n },\n principals: {\n serializedName: \"properties.principals\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AssignmentPrincipal\"\n }\n }\n }\n },\n profiles: {\n serializedName: \"properties.profiles\",\n type: {\n name: \"Composite\",\n className: \"ResourceSetDescription\"\n }\n },\n interactions: {\n serializedName: \"properties.interactions\",\n type: {\n name: \"Composite\",\n className: \"ResourceSetDescription\"\n }\n },\n links: {\n serializedName: \"properties.links\",\n type: {\n name: \"Composite\",\n className: \"ResourceSetDescription\"\n }\n },\n kpis: {\n serializedName: \"properties.kpis\",\n type: {\n name: \"Composite\",\n className: \"ResourceSetDescription\"\n }\n },\n sasPolicies: {\n serializedName: \"properties.sasPolicies\",\n type: {\n name: \"Composite\",\n className: \"ResourceSetDescription\"\n }\n },\n connectors: {\n serializedName: \"properties.connectors\",\n type: {\n name: \"Composite\",\n className: \"ResourceSetDescription\"\n }\n },\n views: {\n serializedName: \"properties.views\",\n type: {\n name: \"Composite\",\n className: \"ResourceSetDescription\"\n }\n },\n relationshipLinks: {\n serializedName: \"properties.relationshipLinks\",\n type: {\n name: \"Composite\",\n className: \"ResourceSetDescription\"\n }\n },\n relationships: {\n serializedName: \"properties.relationships\",\n type: {\n name: \"Composite\",\n className: \"ResourceSetDescription\"\n }\n },\n widgetTypes: {\n serializedName: \"properties.widgetTypes\",\n type: {\n name: \"Composite\",\n className: \"ResourceSetDescription\"\n }\n },\n roleAssignments: {\n serializedName: \"properties.roleAssignments\",\n type: {\n name: \"Composite\",\n className: \"ResourceSetDescription\"\n }\n },\n conflationPolicies: {\n serializedName: \"properties.conflationPolicies\",\n type: {\n name: \"Composite\",\n className: \"ResourceSetDescription\"\n }\n },\n segments: {\n serializedName: \"properties.segments\",\n type: {\n name: \"Composite\",\n className: \"ResourceSetDescription\"\n }\n }\n }\n }\n};\n\nexport const PredictionResourceFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PredictionResourceFormat\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n involvedInteractionTypes: {\n serializedName: \"properties.involvedInteractionTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n involvedKpiTypes: {\n serializedName: \"properties.involvedKpiTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n involvedRelationships: {\n serializedName: \"properties.involvedRelationships\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n negativeOutcomeExpression: {\n serializedName: \"properties.negativeOutcomeExpression\",\n type: {\n name: \"String\"\n }\n },\n positiveOutcomeExpression: {\n serializedName: \"properties.positiveOutcomeExpression\",\n type: {\n name: \"String\"\n }\n },\n primaryProfileType: {\n serializedName: \"properties.primaryProfileType\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n predictionName: {\n serializedName: \"properties.predictionName\",\n type: {\n name: \"String\"\n }\n },\n scopeExpression: {\n serializedName: \"properties.scopeExpression\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"properties.tenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n autoAnalyze: {\n serializedName: \"properties.autoAnalyze\",\n type: {\n name: \"Boolean\"\n }\n },\n mappings: {\n serializedName: \"properties.mappings\",\n type: {\n name: \"Composite\",\n className: \"PredictionMappings\"\n }\n },\n scoreLabel: {\n serializedName: \"properties.scoreLabel\",\n type: {\n name: \"String\"\n }\n },\n grades: {\n serializedName: \"properties.grades\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PredictionGradesItem\"\n }\n }\n }\n },\n systemGeneratedEntities: {\n serializedName: \"properties.systemGeneratedEntities\",\n type: {\n name: \"Composite\",\n className: \"PredictionSystemGeneratedEntities\"\n }\n }\n }\n }\n};\n\nexport const EnrichingKpi: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EnrichingKpi\",\n modelProperties: {\n ...KpiDefinition.type.modelProperties\n }\n }\n};\n\nexport const ProfileTypeDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProfileTypeDefinition\",\n modelProperties: {\n ...EntityTypeDefinition.type.modelProperties,\n strongIds: {\n serializedName: \"strongIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StrongId\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const InteractionTypeDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InteractionTypeDefinition\",\n modelProperties: {\n ...EntityTypeDefinition.type.modelProperties,\n idPropertyNames: {\n serializedName: \"idPropertyNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n participantProfiles: {\n serializedName: \"participantProfiles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Participant\"\n }\n }\n }\n },\n primaryParticipantProfilePropertyName: {\n serializedName: \"primaryParticipantProfilePropertyName\",\n type: {\n name: \"String\"\n }\n },\n dataSourcePrecedenceRules: {\n serializedName: \"dataSourcePrecedenceRules\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataSourcePrecedence\"\n }\n }\n }\n },\n isActivity: {\n serializedName: \"isActivity\",\n type: {\n name: \"Boolean\"\n }\n },\n name: {\n serializedName: \"defaultDataSource.name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n dataSourceType: {\n serializedName: \"defaultDataSource.dataSourceType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"defaultDataSource.status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n id: {\n serializedName: \"defaultDataSource.id\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n dataSourceReferenceId: {\n serializedName: \"defaultDataSource.dataSourceReferenceId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n Hub as HubMapper,\n ProfileResourceFormat as ProfileResourceFormatMapper,\n InteractionResourceFormat as InteractionResourceFormatMapper,\n RelationshipResourceFormat as RelationshipResourceFormatMapper,\n RelationshipLinkResourceFormat as RelationshipLinkResourceFormatMapper,\n AuthorizationPolicyResourceFormat as AuthorizationPolicyResourceFormatMapper,\n ConnectorResourceFormat as ConnectorResourceFormatMapper,\n ConnectorMappingResourceFormat as ConnectorMappingResourceFormatMapper,\n KpiResourceFormat as KpiResourceFormatMapper,\n ViewResourceFormat as ViewResourceFormatMapper,\n LinkResourceFormat as LinkResourceFormatMapper,\n RoleAssignmentResourceFormat as RoleAssignmentResourceFormatMapper,\n GetImageUploadUrlInput as GetImageUploadUrlInputMapper,\n PredictionResourceFormat as PredictionResourceFormatMapper,\n PredictionModelStatus as PredictionModelStatusMapper\n} from \"../models/mappers\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2017-04-26\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: HubMapper\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const hubName: OperationURLParameter = {\n parameterPath: \"hubName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z][a-zA-Z0-9]+$\"),\n MaxLength: 64,\n MinLength: 1\n },\n serializedName: \"hubName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const hubName1: OperationURLParameter = {\n parameterPath: \"hubName\",\n mapper: {\n serializedName: \"hubName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters1: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ProfileResourceFormatMapper\n};\n\nexport const profileName: OperationURLParameter = {\n parameterPath: \"profileName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z][a-zA-Z0-9_]+$\"),\n MaxLength: 128,\n MinLength: 1\n },\n serializedName: \"profileName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const profileName1: OperationURLParameter = {\n parameterPath: \"profileName\",\n mapper: {\n serializedName: \"profileName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const localeCode: OperationQueryParameter = {\n parameterPath: [\"options\", \"localeCode\"],\n mapper: {\n defaultValue: \"en-us\",\n serializedName: \"locale-code\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters2: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: InteractionResourceFormatMapper\n};\n\nexport const interactionName: OperationURLParameter = {\n parameterPath: \"interactionName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z][a-zA-Z0-9_]+$\"),\n MaxLength: 128,\n MinLength: 1\n },\n serializedName: \"interactionName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const interactionName1: OperationURLParameter = {\n parameterPath: \"interactionName\",\n mapper: {\n serializedName: \"interactionName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters3: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: RelationshipResourceFormatMapper\n};\n\nexport const relationshipName: OperationURLParameter = {\n parameterPath: \"relationshipName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z][a-zA-Z0-9_]+$\"),\n MaxLength: 512,\n MinLength: 1\n },\n serializedName: \"relationshipName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const relationshipName1: OperationURLParameter = {\n parameterPath: \"relationshipName\",\n mapper: {\n serializedName: \"relationshipName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters4: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: RelationshipLinkResourceFormatMapper\n};\n\nexport const relationshipLinkName: OperationURLParameter = {\n parameterPath: \"relationshipLinkName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z][a-zA-Z0-9_]+$\"),\n MaxLength: 512,\n MinLength: 1\n },\n serializedName: \"relationshipLinkName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const relationshipLinkName1: OperationURLParameter = {\n parameterPath: \"relationshipLinkName\",\n mapper: {\n serializedName: \"relationshipLinkName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters5: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: AuthorizationPolicyResourceFormatMapper\n};\n\nexport const authorizationPolicyName: OperationURLParameter = {\n parameterPath: \"authorizationPolicyName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[A-Za-z0-9]$|^[A-Za-z0-9][\\\\w-\\\\.]*[A-Za-z0-9]$\"),\n MaxLength: 50,\n MinLength: 1\n },\n serializedName: \"authorizationPolicyName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const authorizationPolicyName1: OperationURLParameter = {\n parameterPath: \"authorizationPolicyName\",\n mapper: {\n serializedName: \"authorizationPolicyName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters6: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ConnectorResourceFormatMapper\n};\n\nexport const connectorName: OperationURLParameter = {\n parameterPath: \"connectorName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z][a-zA-Z0-9_]+$\"),\n MaxLength: 128,\n MinLength: 1\n },\n serializedName: \"connectorName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const connectorName1: OperationURLParameter = {\n parameterPath: \"connectorName\",\n mapper: {\n serializedName: \"connectorName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters7: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ConnectorMappingResourceFormatMapper\n};\n\nexport const mappingName: OperationURLParameter = {\n parameterPath: \"mappingName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z][a-zA-Z0-9_]+$\"),\n MaxLength: 128,\n MinLength: 1\n },\n serializedName: \"mappingName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const mappingName1: OperationURLParameter = {\n parameterPath: \"mappingName\",\n mapper: {\n serializedName: \"mappingName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters8: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: KpiResourceFormatMapper\n};\n\nexport const kpiName: OperationURLParameter = {\n parameterPath: \"kpiName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z][a-zA-Z0-9_]+$\"),\n MaxLength: 512,\n MinLength: 1\n },\n serializedName: \"kpiName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const kpiName1: OperationURLParameter = {\n parameterPath: \"kpiName\",\n mapper: {\n serializedName: \"kpiName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const widgetTypeName: OperationURLParameter = {\n parameterPath: \"widgetTypeName\",\n mapper: {\n serializedName: \"widgetTypeName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const userId: OperationQueryParameter = {\n parameterPath: \"userId\",\n mapper: {\n serializedName: \"userId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters9: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ViewResourceFormatMapper\n};\n\nexport const viewName: OperationURLParameter = {\n parameterPath: \"viewName\",\n mapper: {\n constraints: {\n MaxLength: 512,\n MinLength: 1\n },\n serializedName: \"viewName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const viewName1: OperationURLParameter = {\n parameterPath: \"viewName\",\n mapper: {\n serializedName: \"viewName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters10: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: LinkResourceFormatMapper\n};\n\nexport const linkName: OperationURLParameter = {\n parameterPath: \"linkName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z][a-zA-Z0-9_]+$\"),\n MaxLength: 512,\n MinLength: 1\n },\n serializedName: \"linkName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const linkName1: OperationURLParameter = {\n parameterPath: \"linkName\",\n mapper: {\n serializedName: \"linkName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters11: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: RoleAssignmentResourceFormatMapper\n};\n\nexport const assignmentName: OperationURLParameter = {\n parameterPath: \"assignmentName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z][a-zA-Z0-9_]+$\"),\n MaxLength: 128,\n MinLength: 1\n },\n serializedName: \"assignmentName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const assignmentName1: OperationURLParameter = {\n parameterPath: \"assignmentName\",\n mapper: {\n serializedName: \"assignmentName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters12: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: GetImageUploadUrlInputMapper\n};\n\nexport const parameters13: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: PredictionResourceFormatMapper\n};\n\nexport const predictionName: OperationURLParameter = {\n parameterPath: \"predictionName\",\n mapper: {\n constraints: {\n MaxLength: 512,\n MinLength: 1\n },\n serializedName: \"predictionName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const predictionName1: OperationURLParameter = {\n parameterPath: \"predictionName\",\n mapper: {\n serializedName: \"predictionName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters14: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: PredictionModelStatusMapper\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Operations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { CustomerInsightsManagementClient } from \"../customerInsightsManagementClient\";\nimport {\n Operation,\n OperationsListNextOptionalParams,\n OperationsListOptionalParams,\n OperationsListResponse,\n OperationsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: CustomerInsightsManagementClient;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: CustomerInsightsManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists all of the available Customer Insights REST API operations.\n * @param options The options parameters.\n */\n public list(\n options?: OperationsListOptionalParams\n ): PagedAsyncIterableIterator<Operation> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: OperationsListOptionalParams\n ): AsyncIterableIterator<Operation[]> {\n let result = await this._list(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n options?: OperationsListOptionalParams\n ): AsyncIterableIterator<Operation> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Lists all of the available Customer Insights REST API operations.\n * @param options The options parameters.\n */\n private _list(\n options?: OperationsListOptionalParams\n ): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: OperationsListNextOptionalParams\n ): Promise<OperationsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.CustomerInsights/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport class LroImpl<T> implements LongRunningOperation<T> {\n constructor(\n private sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>,\n private args: Record<string, unknown>,\n private spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>,\n public requestPath: string = spec.path!,\n public requestMethod: string = spec.httpMethod\n ) {}\n public async sendInitialRequest(): Promise<LroResponse<T>> {\n return this.sendOperationFn(this.args, this.spec);\n }\n public async sendPollRequest(path: string): Promise<LroResponse<T>> {\n const { requestBody, ...restSpec } = this.spec;\n return this.sendOperationFn(this.args, {\n ...restSpec,\n path,\n httpMethod: \"GET\"\n });\n }\n}\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Hubs } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { CustomerInsightsManagementClient } from \"../customerInsightsManagementClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n Hub,\n HubsListByResourceGroupNextOptionalParams,\n HubsListByResourceGroupOptionalParams,\n HubsListNextOptionalParams,\n HubsListOptionalParams,\n HubsCreateOrUpdateOptionalParams,\n HubsCreateOrUpdateResponse,\n HubsUpdateOptionalParams,\n HubsUpdateResponse,\n HubsDeleteOptionalParams,\n HubsGetOptionalParams,\n HubsGetResponse,\n HubsListByResourceGroupResponse,\n HubsListResponse,\n HubsListByResourceGroupNextResponse,\n HubsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Hubs operations. */\nexport class HubsImpl implements Hubs {\n private readonly client: CustomerInsightsManagementClient;\n\n /**\n * Initialize a new instance of the class Hubs class.\n * @param client Reference to the service client\n */\n constructor(client: CustomerInsightsManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets all the hubs in a resource group.\n * @param resourceGroupName The name of the resource group.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: HubsListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<Hub> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByResourceGroupPagingPage(resourceGroupName, options);\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: HubsListByResourceGroupOptionalParams\n ): AsyncIterableIterator<Hub[]> {\n let result = await this._listByResourceGroup(resourceGroupName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: HubsListByResourceGroupOptionalParams\n ): AsyncIterableIterator<Hub> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets all hubs in the specified subscription.\n * @param options The options parameters.\n */\n public list(\n options?: HubsListOptionalParams\n ): PagedAsyncIterableIterator<Hub> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: HubsListOptionalParams\n ): AsyncIterableIterator<Hub[]> {\n let result = await this._list(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n options?: HubsListOptionalParams\n ): AsyncIterableIterator<Hub> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Creates a hub, or updates an existing hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the Hub.\n * @param parameters Parameters supplied to the CreateOrUpdate Hub operation.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n hubName: string,\n parameters: Hub,\n options?: HubsCreateOrUpdateOptionalParams\n ): Promise<HubsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, parameters, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Updates a Hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the Hub.\n * @param parameters Parameters supplied to the Update Hub operation.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n hubName: string,\n parameters: Hub,\n options?: HubsUpdateOptionalParams\n ): Promise<HubsUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, parameters, options },\n updateOperationSpec\n );\n }\n\n /**\n * Deletes the specified hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n hubName: string,\n options?: HubsDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, hubName, options },\n deleteOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Deletes the specified hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n hubName: string,\n options?: HubsDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(resourceGroupName, hubName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Gets information about the specified hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n hubName: string,\n options?: HubsGetOptionalParams\n ): Promise<HubsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, options },\n getOperationSpec\n );\n }\n\n /**\n * Gets all the hubs in a resource group.\n * @param resourceGroupName The name of the resource group.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: HubsListByResourceGroupOptionalParams\n ): Promise<HubsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * Gets all hubs in the specified subscription.\n * @param options The options parameters.\n */\n private _list(options?: HubsListOptionalParams): Promise<HubsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: HubsListByResourceGroupNextOptionalParams\n ): Promise<HubsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: HubsListNextOptionalParams\n ): Promise<HubsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Hub\n },\n 201: {\n bodyMapper: Mappers.Hub\n }\n },\n requestBody: Parameters.parameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.hubName,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Hub\n }\n },\n requestBody: Parameters.parameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}\",\n httpMethod: \"DELETE\",\n responses: { 200: {}, 201: {}, 202: {}, 204: {} },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1\n ],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Hub\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.HubListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.CustomerInsights/hubs\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.HubListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.HubListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.resourceGroupName,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.HubListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Profiles } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { CustomerInsightsManagementClient } from \"../customerInsightsManagementClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n ProfileResourceFormat,\n ProfilesListByHubNextOptionalParams,\n ProfilesListByHubOptionalParams,\n ProfilesCreateOrUpdateOptionalParams,\n ProfilesCreateOrUpdateResponse,\n ProfilesGetOptionalParams,\n ProfilesGetResponse,\n ProfilesDeleteOptionalParams,\n ProfilesListByHubResponse,\n ProfilesGetEnrichingKpisOptionalParams,\n ProfilesGetEnrichingKpisResponse,\n ProfilesListByHubNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Profiles operations. */\nexport class ProfilesImpl implements Profiles {\n private readonly client: CustomerInsightsManagementClient;\n\n /**\n * Initialize a new instance of the class Profiles class.\n * @param client Reference to the service client\n */\n constructor(client: CustomerInsightsManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets all profile in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param options The options parameters.\n */\n public listByHub(\n resourceGroupName: string,\n hubName: string,\n options?: ProfilesListByHubOptionalParams\n ): PagedAsyncIterableIterator<ProfileResourceFormat> {\n const iter = this.listByHubPagingAll(resourceGroupName, hubName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByHubPagingPage(resourceGroupName, hubName, options);\n }\n };\n }\n\n private async *listByHubPagingPage(\n resourceGroupName: string,\n hubName: string,\n options?: ProfilesListByHubOptionalParams\n ): AsyncIterableIterator<ProfileResourceFormat[]> {\n let result = await this._listByHub(resourceGroupName, hubName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByHubNext(\n resourceGroupName,\n hubName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByHubPagingAll(\n resourceGroupName: string,\n hubName: string,\n options?: ProfilesListByHubOptionalParams\n ): AsyncIterableIterator<ProfileResourceFormat> {\n for await (const page of this.listByHubPagingPage(\n resourceGroupName,\n hubName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Creates a profile within a Hub, or updates an existing profile.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param profileName The name of the profile.\n * @param parameters Parameters supplied to the create/delete Profile type operation\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n hubName: string,\n profileName: string,\n parameters: ProfileResourceFormat,\n options?: ProfilesCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<ProfilesCreateOrUpdateResponse>,\n ProfilesCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<ProfilesCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, hubName, profileName, parameters, options },\n createOrUpdateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Creates a profile within a Hub, or updates an existing profile.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param profileName The name of the profile.\n * @param parameters Parameters supplied to the create/delete Profile type operation\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n hubName: string,\n profileName: string,\n parameters: ProfileResourceFormat,\n options?: ProfilesCreateOrUpdateOptionalParams\n ): Promise<ProfilesCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n hubName,\n profileName,\n parameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets information about the specified profile.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param profileName The name of the profile.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n hubName: string,\n profileName: string,\n options?: ProfilesGetOptionalParams\n ): Promise<ProfilesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, profileName, options },\n getOperationSpec\n );\n }\n\n /**\n * Deletes a profile within a hub\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param profileName The name of the profile.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n hubName: string,\n profileName: string,\n options?: ProfilesDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, hubName, profileName, options },\n deleteOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Deletes a profile within a hub\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param profileName The name of the profile.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n hubName: string,\n profileName: string,\n options?: ProfilesDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n hubName,\n profileName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets all profile in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param options The options parameters.\n */\n private _listByHub(\n resourceGroupName: string,\n hubName: string,\n options?: ProfilesListByHubOptionalParams\n ): Promise<ProfilesListByHubResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, options },\n listByHubOperationSpec\n );\n }\n\n /**\n * Gets the KPIs that enrich the profile Type identified by the supplied name. Enrichment happens\n * through participants of the Interaction on an Interaction KPI and through Relationships for Profile\n * KPIs.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param profileName The name of the profile.\n * @param options The options parameters.\n */\n getEnrichingKpis(\n resourceGroupName: string,\n hubName: string,\n profileName: string,\n options?: ProfilesGetEnrichingKpisOptionalParams\n ): Promise<ProfilesGetEnrichingKpisResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, profileName, options },\n getEnrichingKpisOperationSpec\n );\n }\n\n /**\n * ListByHubNext\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param nextLink The nextLink from the previous successful call to the ListByHub method.\n * @param options The options parameters.\n */\n private _listByHubNext(\n resourceGroupName: string,\n hubName: string,\n nextLink: string,\n options?: ProfilesListByHubNextOptionalParams\n ): Promise<ProfilesListByHubNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, nextLink, options },\n listByHubNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/profiles/{profileName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ProfileResourceFormat\n },\n 201: {\n bodyMapper: Mappers.ProfileResourceFormat\n },\n 202: {\n bodyMapper: Mappers.ProfileResourceFormat\n },\n 204: {\n bodyMapper: Mappers.ProfileResourceFormat\n }\n },\n requestBody: Parameters.parameters1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.profileName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/profiles/{profileName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ProfileResourceFormat\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.localeCode],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.profileName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/profiles/{profileName}\",\n httpMethod: \"DELETE\",\n responses: { 200: {}, 201: {}, 202: {}, 204: {} },\n queryParameters: [Parameters.apiVersion, Parameters.localeCode],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.profileName1\n ],\n serializer\n};\nconst listByHubOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/profiles\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ProfileListResult\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.localeCode],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getEnrichingKpisOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/profiles/{profileName}/getEnrichingKpis\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: {\n type: {\n name: \"Sequence\",\n element: { type: { name: \"Composite\", className: \"KpiDefinition\" } }\n }\n }\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.profileName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByHubNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ProfileListResult\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.localeCode],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Interactions } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { CustomerInsightsManagementClient } from \"../customerInsightsManagementClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n InteractionResourceFormat,\n InteractionsListByHubNextOptionalParams,\n InteractionsListByHubOptionalParams,\n InteractionsCreateOrUpdateOptionalParams,\n InteractionsCreateOrUpdateResponse,\n InteractionsGetOptionalParams,\n InteractionsGetResponse,\n InteractionsListByHubResponse,\n InteractionsSuggestRelationshipLinksOptionalParams,\n InteractionsSuggestRelationshipLinksResponse,\n InteractionsListByHubNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Interactions operations. */\nexport class InteractionsImpl implements Interactions {\n private readonly client: CustomerInsightsManagementClient;\n\n /**\n * Initialize a new instance of the class Interactions class.\n * @param client Reference to the service client\n */\n constructor(client: CustomerInsightsManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets all interactions in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param options The options parameters.\n */\n public listByHub(\n resourceGroupName: string,\n hubName: string,\n options?: InteractionsListByHubOptionalParams\n ): PagedAsyncIterableIterator<InteractionResourceFormat> {\n const iter = this.listByHubPagingAll(resourceGroupName, hubName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByHubPagingPage(resourceGroupName, hubName, options);\n }\n };\n }\n\n private async *listByHubPagingPage(\n resourceGroupName: string,\n hubName: string,\n options?: InteractionsListByHubOptionalParams\n ): AsyncIterableIterator<InteractionResourceFormat[]> {\n let result = await this._listByHub(resourceGroupName, hubName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByHubNext(\n resourceGroupName,\n hubName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByHubPagingAll(\n resourceGroupName: string,\n hubName: string,\n options?: InteractionsListByHubOptionalParams\n ): AsyncIterableIterator<InteractionResourceFormat> {\n for await (const page of this.listByHubPagingPage(\n resourceGroupName,\n hubName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Creates an interaction or updates an existing interaction within a hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param interactionName The name of the interaction.\n * @param parameters Parameters supplied to the CreateOrUpdate Interaction operation.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n hubName: string,\n interactionName: string,\n parameters: InteractionResourceFormat,\n options?: InteractionsCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<InteractionsCreateOrUpdateResponse>,\n InteractionsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<InteractionsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, hubName, interactionName, parameters, options },\n createOrUpdateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Creates an interaction or updates an existing interaction within a hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param interactionName The name of the interaction.\n * @param parameters Parameters supplied to the CreateOrUpdate Interaction operation.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n hubName: string,\n interactionName: string,\n parameters: InteractionResourceFormat,\n options?: InteractionsCreateOrUpdateOptionalParams\n ): Promise<InteractionsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n hubName,\n interactionName,\n parameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets information about the specified interaction.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param interactionName The name of the interaction.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n hubName: string,\n interactionName: string,\n options?: InteractionsGetOptionalParams\n ): Promise<InteractionsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, interactionName, options },\n getOperationSpec\n );\n }\n\n /**\n * Gets all interactions in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param options The options parameters.\n */\n private _listByHub(\n resourceGroupName: string,\n hubName: string,\n options?: InteractionsListByHubOptionalParams\n ): Promise<InteractionsListByHubResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, options },\n listByHubOperationSpec\n );\n }\n\n /**\n * Suggests relationships to create relationship links.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param interactionName The name of the interaction.\n * @param options The options parameters.\n */\n suggestRelationshipLinks(\n resourceGroupName: string,\n hubName: string,\n interactionName: string,\n options?: InteractionsSuggestRelationshipLinksOptionalParams\n ): Promise<InteractionsSuggestRelationshipLinksResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, interactionName, options },\n suggestRelationshipLinksOperationSpec\n );\n }\n\n /**\n * ListByHubNext\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param nextLink The nextLink from the previous successful call to the ListByHub method.\n * @param options The options parameters.\n */\n private _listByHubNext(\n resourceGroupName: string,\n hubName: string,\n nextLink: string,\n options?: InteractionsListByHubNextOptionalParams\n ): Promise<InteractionsListByHubNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, nextLink, options },\n listByHubNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/interactions/{interactionName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.InteractionResourceFormat\n },\n 201: {\n bodyMapper: Mappers.InteractionResourceFormat\n },\n 202: {\n bodyMapper: Mappers.InteractionResourceFormat\n },\n 204: {\n bodyMapper: Mappers.InteractionResourceFormat\n }\n },\n requestBody: Parameters.parameters2,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.interactionName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/interactions/{interactionName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.InteractionResourceFormat\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.localeCode],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.interactionName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByHubOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/interactions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.InteractionListResult\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.localeCode],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst suggestRelationshipLinksOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/interactions/{interactionName}/suggestRelationshipLinks\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.SuggestRelationshipLinksResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.interactionName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByHubNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.InteractionListResult\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.localeCode],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Relationships } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { CustomerInsightsManagementClient } from \"../customerInsightsManagementClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n RelationshipResourceFormat,\n RelationshipsListByHubNextOptionalParams,\n RelationshipsListByHubOptionalParams,\n RelationshipsCreateOrUpdateOptionalParams,\n RelationshipsCreateOrUpdateResponse,\n RelationshipsGetOptionalParams,\n RelationshipsGetResponse,\n RelationshipsDeleteOptionalParams,\n RelationshipsListByHubResponse,\n RelationshipsListByHubNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Relationships operations. */\nexport class RelationshipsImpl implements Relationships {\n private readonly client: CustomerInsightsManagementClient;\n\n /**\n * Initialize a new instance of the class Relationships class.\n * @param client Reference to the service client\n */\n constructor(client: CustomerInsightsManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets all relationships in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param options The options parameters.\n */\n public listByHub(\n resourceGroupName: string,\n hubName: string,\n options?: RelationshipsListByHubOptionalParams\n ): PagedAsyncIterableIterator<RelationshipResourceFormat> {\n const iter = this.listByHubPagingAll(resourceGroupName, hubName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByHubPagingPage(resourceGroupName, hubName, options);\n }\n };\n }\n\n private async *listByHubPagingPage(\n resourceGroupName: string,\n hubName: string,\n options?: RelationshipsListByHubOptionalParams\n ): AsyncIterableIterator<RelationshipResourceFormat[]> {\n let result = await this._listByHub(resourceGroupName, hubName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByHubNext(\n resourceGroupName,\n hubName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByHubPagingAll(\n resourceGroupName: string,\n hubName: string,\n options?: RelationshipsListByHubOptionalParams\n ): AsyncIterableIterator<RelationshipResourceFormat> {\n for await (const page of this.listByHubPagingPage(\n resourceGroupName,\n hubName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Creates a relationship or updates an existing relationship within a hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param relationshipName The name of the Relationship.\n * @param parameters Parameters supplied to the CreateOrUpdate Relationship operation.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n hubName: string,\n relationshipName: string,\n parameters: RelationshipResourceFormat,\n options?: RelationshipsCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<RelationshipsCreateOrUpdateResponse>,\n RelationshipsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<RelationshipsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, hubName, relationshipName, parameters, options },\n createOrUpdateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Creates a relationship or updates an existing relationship within a hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param relationshipName The name of the Relationship.\n * @param parameters Parameters supplied to the CreateOrUpdate Relationship operation.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n hubName: string,\n relationshipName: string,\n parameters: RelationshipResourceFormat,\n options?: RelationshipsCreateOrUpdateOptionalParams\n ): Promise<RelationshipsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n hubName,\n relationshipName,\n parameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets information about the specified relationship.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param relationshipName The name of the relationship.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n hubName: string,\n relationshipName: string,\n options?: RelationshipsGetOptionalParams\n ): Promise<RelationshipsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, relationshipName, options },\n getOperationSpec\n );\n }\n\n /**\n * Deletes a relationship within a hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param relationshipName The name of the relationship.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n hubName: string,\n relationshipName: string,\n options?: RelationshipsDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, hubName, relationshipName, options },\n deleteOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Deletes a relationship within a hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param relationshipName The name of the relationship.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n hubName: string,\n relationshipName: string,\n options?: RelationshipsDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n hubName,\n relationshipName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets all relationships in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param options The options parameters.\n */\n private _listByHub(\n resourceGroupName: string,\n hubName: string,\n options?: RelationshipsListByHubOptionalParams\n ): Promise<RelationshipsListByHubResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, options },\n listByHubOperationSpec\n );\n }\n\n /**\n * ListByHubNext\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param nextLink The nextLink from the previous successful call to the ListByHub method.\n * @param options The options parameters.\n */\n private _listByHubNext(\n resourceGroupName: string,\n hubName: string,\n nextLink: string,\n options?: RelationshipsListByHubNextOptionalParams\n ): Promise<RelationshipsListByHubNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, nextLink, options },\n listByHubNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationships/{relationshipName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.RelationshipResourceFormat\n },\n 201: {\n bodyMapper: Mappers.RelationshipResourceFormat\n },\n 202: {\n bodyMapper: Mappers.RelationshipResourceFormat\n },\n 204: {\n bodyMapper: Mappers.RelationshipResourceFormat\n }\n },\n requestBody: Parameters.parameters3,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.relationshipName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationships/{relationshipName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RelationshipResourceFormat\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.relationshipName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationships/{relationshipName}\",\n httpMethod: \"DELETE\",\n responses: { 200: {}, 201: {}, 202: {}, 204: {} },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.relationshipName1\n ],\n serializer\n};\nconst listByHubOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationships\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RelationshipListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByHubNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RelationshipListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { RelationshipLinks } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { CustomerInsightsManagementClient } from \"../customerInsightsManagementClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n RelationshipLinkResourceFormat,\n RelationshipLinksListByHubNextOptionalParams,\n RelationshipLinksListByHubOptionalParams,\n RelationshipLinksCreateOrUpdateOptionalParams,\n RelationshipLinksCreateOrUpdateResponse,\n RelationshipLinksGetOptionalParams,\n RelationshipLinksGetResponse,\n RelationshipLinksDeleteOptionalParams,\n RelationshipLinksListByHubResponse,\n RelationshipLinksListByHubNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing RelationshipLinks operations. */\nexport class RelationshipLinksImpl implements RelationshipLinks {\n private readonly client: CustomerInsightsManagementClient;\n\n /**\n * Initialize a new instance of the class RelationshipLinks class.\n * @param client Reference to the service client\n */\n constructor(client: CustomerInsightsManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets all relationship links in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param options The options parameters.\n */\n public listByHub(\n resourceGroupName: string,\n hubName: string,\n options?: RelationshipLinksListByHubOptionalParams\n ): PagedAsyncIterableIterator<RelationshipLinkResourceFormat> {\n const iter = this.listByHubPagingAll(resourceGroupName, hubName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByHubPagingPage(resourceGroupName, hubName, options);\n }\n };\n }\n\n private async *listByHubPagingPage(\n resourceGroupName: string,\n hubName: string,\n options?: RelationshipLinksListByHubOptionalParams\n ): AsyncIterableIterator<RelationshipLinkResourceFormat[]> {\n let result = await this._listByHub(resourceGroupName, hubName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByHubNext(\n resourceGroupName,\n hubName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByHubPagingAll(\n resourceGroupName: string,\n hubName: string,\n options?: RelationshipLinksListByHubOptionalParams\n ): AsyncIterableIterator<RelationshipLinkResourceFormat> {\n for await (const page of this.listByHubPagingPage(\n resourceGroupName,\n hubName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Creates a relationship link or updates an existing relationship link within a hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param relationshipLinkName The name of the relationship link.\n * @param parameters Parameters supplied to the CreateOrUpdate relationship link operation.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n hubName: string,\n relationshipLinkName: string,\n parameters: RelationshipLinkResourceFormat,\n options?: RelationshipLinksCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<RelationshipLinksCreateOrUpdateResponse>,\n RelationshipLinksCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<RelationshipLinksCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, hubName, relationshipLinkName, parameters, options },\n createOrUpdateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Creates a relationship link or updates an existing relationship link within a hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param relationshipLinkName The name of the relationship link.\n * @param parameters Parameters supplied to the CreateOrUpdate relationship link operation.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n hubName: string,\n relationshipLinkName: string,\n parameters: RelationshipLinkResourceFormat,\n options?: RelationshipLinksCreateOrUpdateOptionalParams\n ): Promise<RelationshipLinksCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n hubName,\n relationshipLinkName,\n parameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets information about the specified relationship Link.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param relationshipLinkName The name of the relationship link.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n hubName: string,\n relationshipLinkName: string,\n options?: RelationshipLinksGetOptionalParams\n ): Promise<RelationshipLinksGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, relationshipLinkName, options },\n getOperationSpec\n );\n }\n\n /**\n * Deletes a relationship link within a hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param relationshipLinkName The name of the relationship.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n hubName: string,\n relationshipLinkName: string,\n options?: RelationshipLinksDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, hubName, relationshipLinkName, options },\n deleteOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Deletes a relationship link within a hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param relationshipLinkName The name of the relationship.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n hubName: string,\n relationshipLinkName: string,\n options?: RelationshipLinksDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n hubName,\n relationshipLinkName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets all relationship links in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param options The options parameters.\n */\n private _listByHub(\n resourceGroupName: string,\n hubName: string,\n options?: RelationshipLinksListByHubOptionalParams\n ): Promise<RelationshipLinksListByHubResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, options },\n listByHubOperationSpec\n );\n }\n\n /**\n * ListByHubNext\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param nextLink The nextLink from the previous successful call to the ListByHub method.\n * @param options The options parameters.\n */\n private _listByHubNext(\n resourceGroupName: string,\n hubName: string,\n nextLink: string,\n options?: RelationshipLinksListByHubNextOptionalParams\n ): Promise<RelationshipLinksListByHubNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, nextLink, options },\n listByHubNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks/{relationshipLinkName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.RelationshipLinkResourceFormat\n },\n 201: {\n bodyMapper: Mappers.RelationshipLinkResourceFormat\n },\n 202: {\n bodyMapper: Mappers.RelationshipLinkResourceFormat\n },\n 204: {\n bodyMapper: Mappers.RelationshipLinkResourceFormat\n }\n },\n requestBody: Parameters.parameters4,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.relationshipLinkName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks/{relationshipLinkName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RelationshipLinkResourceFormat\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.relationshipLinkName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks/{relationshipLinkName}\",\n httpMethod: \"DELETE\",\n responses: { 200: {}, 201: {}, 202: {}, 204: {} },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.relationshipLinkName1\n ],\n serializer\n};\nconst listByHubOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RelationshipLinkListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByHubNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RelationshipLinkListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { AuthorizationPolicies } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { CustomerInsightsManagementClient } from \"../customerInsightsManagementClient\";\nimport {\n AuthorizationPolicyResourceFormat,\n AuthorizationPoliciesListByHubNextOptionalParams,\n AuthorizationPoliciesListByHubOptionalParams,\n AuthorizationPoliciesCreateOrUpdateOptionalParams,\n AuthorizationPoliciesCreateOrUpdateResponse,\n AuthorizationPoliciesGetOptionalParams,\n AuthorizationPoliciesGetResponse,\n AuthorizationPoliciesListByHubResponse,\n AuthorizationPoliciesRegeneratePrimaryKeyOptionalParams,\n AuthorizationPoliciesRegeneratePrimaryKeyResponse,\n AuthorizationPoliciesRegenerateSecondaryKeyOptionalParams,\n AuthorizationPoliciesRegenerateSecondaryKeyResponse,\n AuthorizationPoliciesListByHubNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing AuthorizationPolicies operations. */\nexport class AuthorizationPoliciesImpl implements AuthorizationPolicies {\n private readonly client: CustomerInsightsManagementClient;\n\n /**\n * Initialize a new instance of the class AuthorizationPolicies class.\n * @param client Reference to the service client\n */\n constructor(client: CustomerInsightsManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets all the authorization policies in a specified hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param options The options parameters.\n */\n public listByHub(\n resourceGroupName: string,\n hubName: string,\n options?: AuthorizationPoliciesListByHubOptionalParams\n ): PagedAsyncIterableIterator<AuthorizationPolicyResourceFormat> {\n const iter = this.listByHubPagingAll(resourceGroupName, hubName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByHubPagingPage(resourceGroupName, hubName, options);\n }\n };\n }\n\n private async *listByHubPagingPage(\n resourceGroupName: string,\n hubName: string,\n options?: AuthorizationPoliciesListByHubOptionalParams\n ): AsyncIterableIterator<AuthorizationPolicyResourceFormat[]> {\n let result = await this._listByHub(resourceGroupName, hubName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByHubNext(\n resourceGroupName,\n hubName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByHubPagingAll(\n resourceGroupName: string,\n hubName: string,\n options?: AuthorizationPoliciesListByHubOptionalParams\n ): AsyncIterableIterator<AuthorizationPolicyResourceFormat> {\n for await (const page of this.listByHubPagingPage(\n resourceGroupName,\n hubName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Creates an authorization policy or updates an existing authorization policy.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param authorizationPolicyName The name of the policy.\n * @param parameters Parameters supplied to the CreateOrUpdate authorization policy operation.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n hubName: string,\n authorizationPolicyName: string,\n parameters: AuthorizationPolicyResourceFormat,\n options?: AuthorizationPoliciesCreateOrUpdateOptionalParams\n ): Promise<AuthorizationPoliciesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n hubName,\n authorizationPolicyName,\n parameters,\n options\n },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Gets an authorization policy in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param authorizationPolicyName The name of the policy.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n hubName: string,\n authorizationPolicyName: string,\n options?: AuthorizationPoliciesGetOptionalParams\n ): Promise<AuthorizationPoliciesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, authorizationPolicyName, options },\n getOperationSpec\n );\n }\n\n /**\n * Gets all the authorization policies in a specified hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param options The options parameters.\n */\n private _listByHub(\n resourceGroupName: string,\n hubName: string,\n options?: AuthorizationPoliciesListByHubOptionalParams\n ): Promise<AuthorizationPoliciesListByHubResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, options },\n listByHubOperationSpec\n );\n }\n\n /**\n * Regenerates the primary policy key of the specified authorization policy.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param authorizationPolicyName The name of the policy.\n * @param options The options parameters.\n */\n regeneratePrimaryKey(\n resourceGroupName: string,\n hubName: string,\n authorizationPolicyName: string,\n options?: AuthorizationPoliciesRegeneratePrimaryKeyOptionalParams\n ): Promise<AuthorizationPoliciesRegeneratePrimaryKeyResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, authorizationPolicyName, options },\n regeneratePrimaryKeyOperationSpec\n );\n }\n\n /**\n * Regenerates the secondary policy key of the specified authorization policy.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param authorizationPolicyName The name of the policy.\n * @param options The options parameters.\n */\n regenerateSecondaryKey(\n resourceGroupName: string,\n hubName: string,\n authorizationPolicyName: string,\n options?: AuthorizationPoliciesRegenerateSecondaryKeyOptionalParams\n ): Promise<AuthorizationPoliciesRegenerateSecondaryKeyResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, authorizationPolicyName, options },\n regenerateSecondaryKeyOperationSpec\n );\n }\n\n /**\n * ListByHubNext\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param nextLink The nextLink from the previous successful call to the ListByHub method.\n * @param options The options parameters.\n */\n private _listByHubNext(\n resourceGroupName: string,\n hubName: string,\n nextLink: string,\n options?: AuthorizationPoliciesListByHubNextOptionalParams\n ): Promise<AuthorizationPoliciesListByHubNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, nextLink, options },\n listByHubNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/authorizationPolicies/{authorizationPolicyName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.AuthorizationPolicyResourceFormat\n },\n 201: {\n bodyMapper: Mappers.AuthorizationPolicyResourceFormat\n }\n },\n requestBody: Parameters.parameters5,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.authorizationPolicyName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/authorizationPolicies/{authorizationPolicyName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AuthorizationPolicyResourceFormat\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.authorizationPolicyName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByHubOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/authorizationPolicies\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AuthorizationPolicyListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst regeneratePrimaryKeyOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/authorizationPolicies/{authorizationPolicyName}/regeneratePrimaryKey\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.AuthorizationPolicy\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.authorizationPolicyName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst regenerateSecondaryKeyOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/authorizationPolicies/{authorizationPolicyName}/regenerateSecondaryKey\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.AuthorizationPolicy\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.authorizationPolicyName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByHubNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AuthorizationPolicyListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Connectors } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { CustomerInsightsManagementClient } from \"../customerInsightsManagementClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n ConnectorResourceFormat,\n ConnectorsListByHubNextOptionalParams,\n ConnectorsListByHubOptionalParams,\n ConnectorsCreateOrUpdateOptionalParams,\n ConnectorsCreateOrUpdateResponse,\n ConnectorsGetOptionalParams,\n ConnectorsGetResponse,\n ConnectorsDeleteOptionalParams,\n ConnectorsListByHubResponse,\n ConnectorsListByHubNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Connectors operations. */\nexport class ConnectorsImpl implements Connectors {\n private readonly client: CustomerInsightsManagementClient;\n\n /**\n * Initialize a new instance of the class Connectors class.\n * @param client Reference to the service client\n */\n constructor(client: CustomerInsightsManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets all the connectors in the specified hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param options The options parameters.\n */\n public listByHub(\n resourceGroupName: string,\n hubName: string,\n options?: ConnectorsListByHubOptionalParams\n ): PagedAsyncIterableIterator<ConnectorResourceFormat> {\n const iter = this.listByHubPagingAll(resourceGroupName, hubName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByHubPagingPage(resourceGroupName, hubName, options);\n }\n };\n }\n\n private async *listByHubPagingPage(\n resourceGroupName: string,\n hubName: string,\n options?: ConnectorsListByHubOptionalParams\n ): AsyncIterableIterator<ConnectorResourceFormat[]> {\n let result = await this._listByHub(resourceGroupName, hubName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByHubNext(\n resourceGroupName,\n hubName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByHubPagingAll(\n resourceGroupName: string,\n hubName: string,\n options?: ConnectorsListByHubOptionalParams\n ): AsyncIterableIterator<ConnectorResourceFormat> {\n for await (const page of this.listByHubPagingPage(\n resourceGroupName,\n hubName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Creates a connector or updates an existing connector in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param connectorName The name of the connector.\n * @param parameters Parameters supplied to the CreateOrUpdate Connector operation.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n hubName: string,\n connectorName: string,\n parameters: ConnectorResourceFormat,\n options?: ConnectorsCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<ConnectorsCreateOrUpdateResponse>,\n ConnectorsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<ConnectorsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, hubName, connectorName, parameters, options },\n createOrUpdateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Creates a connector or updates an existing connector in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param connectorName The name of the connector.\n * @param parameters Parameters supplied to the CreateOrUpdate Connector operation.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n hubName: string,\n connectorName: string,\n parameters: ConnectorResourceFormat,\n options?: ConnectorsCreateOrUpdateOptionalParams\n ): Promise<ConnectorsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n hubName,\n connectorName,\n parameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets a connector in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param connectorName The name of the connector.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n hubName: string,\n connectorName: string,\n options?: ConnectorsGetOptionalParams\n ): Promise<ConnectorsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, connectorName, options },\n getOperationSpec\n );\n }\n\n /**\n * Deletes a connector in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param connectorName The name of the connector.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n hubName: string,\n connectorName: string,\n options?: ConnectorsDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, hubName, connectorName, options },\n deleteOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Deletes a connector in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param connectorName The name of the connector.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n hubName: string,\n connectorName: string,\n options?: ConnectorsDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n hubName,\n connectorName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets all the connectors in the specified hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param options The options parameters.\n */\n private _listByHub(\n resourceGroupName: string,\n hubName: string,\n options?: ConnectorsListByHubOptionalParams\n ): Promise<ConnectorsListByHubResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, options },\n listByHubOperationSpec\n );\n }\n\n /**\n * ListByHubNext\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param nextLink The nextLink from the previous successful call to the ListByHub method.\n * @param options The options parameters.\n */\n private _listByHubNext(\n resourceGroupName: string,\n hubName: string,\n nextLink: string,\n options?: ConnectorsListByHubNextOptionalParams\n ): Promise<ConnectorsListByHubNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, nextLink, options },\n listByHubNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/connectors/{connectorName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectorResourceFormat\n },\n 201: {\n bodyMapper: Mappers.ConnectorResourceFormat\n },\n 202: {\n bodyMapper: Mappers.ConnectorResourceFormat\n },\n 204: {\n bodyMapper: Mappers.ConnectorResourceFormat\n }\n },\n requestBody: Parameters.parameters6,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.connectorName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/connectors/{connectorName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectorResourceFormat\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.connectorName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/connectors/{connectorName}\",\n httpMethod: \"DELETE\",\n responses: { 200: {}, 201: {}, 202: {}, 204: {} },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.connectorName1\n ],\n serializer\n};\nconst listByHubOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/connectors\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectorListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByHubNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectorListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { ConnectorMappings } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { CustomerInsightsManagementClient } from \"../customerInsightsManagementClient\";\nimport {\n ConnectorMappingResourceFormat,\n ConnectorMappingsListByConnectorNextOptionalParams,\n ConnectorMappingsListByConnectorOptionalParams,\n ConnectorMappingsCreateOrUpdateOptionalParams,\n ConnectorMappingsCreateOrUpdateResponse,\n ConnectorMappingsGetOptionalParams,\n ConnectorMappingsGetResponse,\n ConnectorMappingsDeleteOptionalParams,\n ConnectorMappingsListByConnectorResponse,\n ConnectorMappingsListByConnectorNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ConnectorMappings operations. */\nexport class ConnectorMappingsImpl implements ConnectorMappings {\n private readonly client: CustomerInsightsManagementClient;\n\n /**\n * Initialize a new instance of the class ConnectorMappings class.\n * @param client Reference to the service client\n */\n constructor(client: CustomerInsightsManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets all the connector mappings in the specified connector.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param connectorName The name of the connector.\n * @param options The options parameters.\n */\n public listByConnector(\n resourceGroupName: string,\n hubName: string,\n connectorName: string,\n options?: ConnectorMappingsListByConnectorOptionalParams\n ): PagedAsyncIterableIterator<ConnectorMappingResourceFormat> {\n const iter = this.listByConnectorPagingAll(\n resourceGroupName,\n hubName,\n connectorName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByConnectorPagingPage(\n resourceGroupName,\n hubName,\n connectorName,\n options\n );\n }\n };\n }\n\n private async *listByConnectorPagingPage(\n resourceGroupName: string,\n hubName: string,\n connectorName: string,\n options?: ConnectorMappingsListByConnectorOptionalParams\n ): AsyncIterableIterator<ConnectorMappingResourceFormat[]> {\n let result = await this._listByConnector(\n resourceGroupName,\n hubName,\n connectorName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByConnectorNext(\n resourceGroupName,\n hubName,\n connectorName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByConnectorPagingAll(\n resourceGroupName: string,\n hubName: string,\n connectorName: string,\n options?: ConnectorMappingsListByConnectorOptionalParams\n ): AsyncIterableIterator<ConnectorMappingResourceFormat> {\n for await (const page of this.listByConnectorPagingPage(\n resourceGroupName,\n hubName,\n connectorName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Creates a connector mapping or updates an existing connector mapping in the connector.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param connectorName The name of the connector.\n * @param mappingName The name of the connector mapping.\n * @param parameters Parameters supplied to the CreateOrUpdate Connector Mapping operation.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n hubName: string,\n connectorName: string,\n mappingName: string,\n parameters: ConnectorMappingResourceFormat,\n options?: ConnectorMappingsCreateOrUpdateOptionalParams\n ): Promise<ConnectorMappingsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n hubName,\n connectorName,\n mappingName,\n parameters,\n options\n },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Gets a connector mapping in the connector.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param connectorName The name of the connector.\n * @param mappingName The name of the connector mapping.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n hubName: string,\n connectorName: string,\n mappingName: string,\n options?: ConnectorMappingsGetOptionalParams\n ): Promise<ConnectorMappingsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, connectorName, mappingName, options },\n getOperationSpec\n );\n }\n\n /**\n * Deletes a connector mapping in the connector.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param connectorName The name of the connector.\n * @param mappingName The name of the connector mapping.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n hubName: string,\n connectorName: string,\n mappingName: string,\n options?: ConnectorMappingsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, connectorName, mappingName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Gets all the connector mappings in the specified connector.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param connectorName The name of the connector.\n * @param options The options parameters.\n */\n private _listByConnector(\n resourceGroupName: string,\n hubName: string,\n connectorName: string,\n options?: ConnectorMappingsListByConnectorOptionalParams\n ): Promise<ConnectorMappingsListByConnectorResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, connectorName, options },\n listByConnectorOperationSpec\n );\n }\n\n /**\n * ListByConnectorNext\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param connectorName The name of the connector.\n * @param nextLink The nextLink from the previous successful call to the ListByConnector method.\n * @param options The options parameters.\n */\n private _listByConnectorNext(\n resourceGroupName: string,\n hubName: string,\n connectorName: string,\n nextLink: string,\n options?: ConnectorMappingsListByConnectorNextOptionalParams\n ): Promise<ConnectorMappingsListByConnectorNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, connectorName, nextLink, options },\n listByConnectorNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/connectors/{connectorName}/mappings/{mappingName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectorMappingResourceFormat\n },\n 201: {\n bodyMapper: Mappers.ConnectorMappingResourceFormat\n }\n },\n requestBody: Parameters.parameters7,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.connectorName1,\n Parameters.mappingName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/connectors/{connectorName}/mappings/{mappingName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectorMappingResourceFormat\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.connectorName1,\n Parameters.mappingName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/connectors/{connectorName}/mappings/{mappingName}\",\n httpMethod: \"DELETE\",\n responses: { 200: {}, 204: {} },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.connectorName1,\n Parameters.mappingName1\n ],\n serializer\n};\nconst listByConnectorOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/connectors/{connectorName}/mappings\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectorMappingListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.connectorName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByConnectorNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectorMappingListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.connectorName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Kpi } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { CustomerInsightsManagementClient } from \"../customerInsightsManagementClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n KpiResourceFormat,\n KpiListByHubNextOptionalParams,\n KpiListByHubOptionalParams,\n KpiCreateOrUpdateOptionalParams,\n KpiCreateOrUpdateResponse,\n KpiGetOptionalParams,\n KpiGetResponse,\n KpiDeleteOptionalParams,\n KpiReprocessOptionalParams,\n KpiListByHubResponse,\n KpiListByHubNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Kpi operations. */\nexport class KpiImpl implements Kpi {\n private readonly client: CustomerInsightsManagementClient;\n\n /**\n * Initialize a new instance of the class Kpi class.\n * @param client Reference to the service client\n */\n constructor(client: CustomerInsightsManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets all the KPIs in the specified hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param options The options parameters.\n */\n public listByHub(\n resourceGroupName: string,\n hubName: string,\n options?: KpiListByHubOptionalParams\n ): PagedAsyncIterableIterator<KpiResourceFormat> {\n const iter = this.listByHubPagingAll(resourceGroupName, hubName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByHubPagingPage(resourceGroupName, hubName, options);\n }\n };\n }\n\n private async *listByHubPagingPage(\n resourceGroupName: string,\n hubName: string,\n options?: KpiListByHubOptionalParams\n ): AsyncIterableIterator<KpiResourceFormat[]> {\n let result = await this._listByHub(resourceGroupName, hubName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByHubNext(\n resourceGroupName,\n hubName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByHubPagingAll(\n resourceGroupName: string,\n hubName: string,\n options?: KpiListByHubOptionalParams\n ): AsyncIterableIterator<KpiResourceFormat> {\n for await (const page of this.listByHubPagingPage(\n resourceGroupName,\n hubName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Creates a KPI or updates an existing KPI in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param kpiName The name of the KPI.\n * @param parameters Parameters supplied to the create/update KPI operation.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n hubName: string,\n kpiName: string,\n parameters: KpiResourceFormat,\n options?: KpiCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<KpiCreateOrUpdateResponse>,\n KpiCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<KpiCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, hubName, kpiName, parameters, options },\n createOrUpdateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Creates a KPI or updates an existing KPI in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param kpiName The name of the KPI.\n * @param parameters Parameters supplied to the create/update KPI operation.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n hubName: string,\n kpiName: string,\n parameters: KpiResourceFormat,\n options?: KpiCreateOrUpdateOptionalParams\n ): Promise<KpiCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n hubName,\n kpiName,\n parameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets a KPI in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param kpiName The name of the KPI.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n hubName: string,\n kpiName: string,\n options?: KpiGetOptionalParams\n ): Promise<KpiGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, kpiName, options },\n getOperationSpec\n );\n }\n\n /**\n * Deletes a KPI in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param kpiName The name of the KPI.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n hubName: string,\n kpiName: string,\n options?: KpiDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, hubName, kpiName, options },\n deleteOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Deletes a KPI in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param kpiName The name of the KPI.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n hubName: string,\n kpiName: string,\n options?: KpiDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n hubName,\n kpiName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Reprocesses the Kpi values of the specified KPI.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param kpiName The name of the KPI.\n * @param options The options parameters.\n */\n reprocess(\n resourceGroupName: string,\n hubName: string,\n kpiName: string,\n options?: KpiReprocessOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, kpiName, options },\n reprocessOperationSpec\n );\n }\n\n /**\n * Gets all the KPIs in the specified hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param options The options parameters.\n */\n private _listByHub(\n resourceGroupName: string,\n hubName: string,\n options?: KpiListByHubOptionalParams\n ): Promise<KpiListByHubResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, options },\n listByHubOperationSpec\n );\n }\n\n /**\n * ListByHubNext\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param nextLink The nextLink from the previous successful call to the ListByHub method.\n * @param options The options parameters.\n */\n private _listByHubNext(\n resourceGroupName: string,\n hubName: string,\n nextLink: string,\n options?: KpiListByHubNextOptionalParams\n ): Promise<KpiListByHubNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, nextLink, options },\n listByHubNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/kpi/{kpiName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.KpiResourceFormat\n },\n 201: {\n bodyMapper: Mappers.KpiResourceFormat\n },\n 202: {\n bodyMapper: Mappers.KpiResourceFormat\n },\n 204: {\n bodyMapper: Mappers.KpiResourceFormat\n }\n },\n requestBody: Parameters.parameters8,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.kpiName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/kpi/{kpiName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.KpiResourceFormat\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.kpiName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/kpi/{kpiName}\",\n httpMethod: \"DELETE\",\n responses: { 200: {}, 201: {}, 202: {}, 204: {} },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.kpiName1\n ],\n serializer\n};\nconst reprocessOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/kpi/{kpiName}/reprocess\",\n httpMethod: \"POST\",\n responses: { 202: {} },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.kpiName1\n ],\n serializer\n};\nconst listByHubOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/kpi\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.KpiListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByHubNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.KpiListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { WidgetTypes } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { CustomerInsightsManagementClient } from \"../customerInsightsManagementClient\";\nimport {\n WidgetTypeResourceFormat,\n WidgetTypesListByHubNextOptionalParams,\n WidgetTypesListByHubOptionalParams,\n WidgetTypesListByHubResponse,\n WidgetTypesGetOptionalParams,\n WidgetTypesGetResponse,\n WidgetTypesListByHubNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing WidgetTypes operations. */\nexport class WidgetTypesImpl implements WidgetTypes {\n private readonly client: CustomerInsightsManagementClient;\n\n /**\n * Initialize a new instance of the class WidgetTypes class.\n * @param client Reference to the service client\n */\n constructor(client: CustomerInsightsManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets all available widget types in the specified hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param options The options parameters.\n */\n public listByHub(\n resourceGroupName: string,\n hubName: string,\n options?: WidgetTypesListByHubOptionalParams\n ): PagedAsyncIterableIterator<WidgetTypeResourceFormat> {\n const iter = this.listByHubPagingAll(resourceGroupName, hubName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByHubPagingPage(resourceGroupName, hubName, options);\n }\n };\n }\n\n private async *listByHubPagingPage(\n resourceGroupName: string,\n hubName: string,\n options?: WidgetTypesListByHubOptionalParams\n ): AsyncIterableIterator<WidgetTypeResourceFormat[]> {\n let result = await this._listByHub(resourceGroupName, hubName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByHubNext(\n resourceGroupName,\n hubName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByHubPagingAll(\n resourceGroupName: string,\n hubName: string,\n options?: WidgetTypesListByHubOptionalParams\n ): AsyncIterableIterator<WidgetTypeResourceFormat> {\n for await (const page of this.listByHubPagingPage(\n resourceGroupName,\n hubName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets all available widget types in the specified hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param options The options parameters.\n */\n private _listByHub(\n resourceGroupName: string,\n hubName: string,\n options?: WidgetTypesListByHubOptionalParams\n ): Promise<WidgetTypesListByHubResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, options },\n listByHubOperationSpec\n );\n }\n\n /**\n * Gets a widget type in the specified hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param widgetTypeName The name of the widget type.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n hubName: string,\n widgetTypeName: string,\n options?: WidgetTypesGetOptionalParams\n ): Promise<WidgetTypesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, widgetTypeName, options },\n getOperationSpec\n );\n }\n\n /**\n * ListByHubNext\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param nextLink The nextLink from the previous successful call to the ListByHub method.\n * @param options The options parameters.\n */\n private _listByHubNext(\n resourceGroupName: string,\n hubName: string,\n nextLink: string,\n options?: WidgetTypesListByHubNextOptionalParams\n ): Promise<WidgetTypesListByHubNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, nextLink, options },\n listByHubNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByHubOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/widgetTypes\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WidgetTypeListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/widgetTypes/{widgetTypeName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WidgetTypeResourceFormat\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.widgetTypeName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByHubNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WidgetTypeListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Views } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { CustomerInsightsManagementClient } from \"../customerInsightsManagementClient\";\nimport {\n ViewResourceFormat,\n ViewsListByHubNextOptionalParams,\n ViewsListByHubOptionalParams,\n ViewsListByHubResponse,\n ViewsCreateOrUpdateOptionalParams,\n ViewsCreateOrUpdateResponse,\n ViewsGetOptionalParams,\n ViewsGetResponse,\n ViewsDeleteOptionalParams,\n ViewsListByHubNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Views operations. */\nexport class ViewsImpl implements Views {\n private readonly client: CustomerInsightsManagementClient;\n\n /**\n * Initialize a new instance of the class Views class.\n * @param client Reference to the service client\n */\n constructor(client: CustomerInsightsManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets all available views for given user in the specified hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param userId The user ID. Use * to retrieve hub level views.\n * @param options The options parameters.\n */\n public listByHub(\n resourceGroupName: string,\n hubName: string,\n userId: string,\n options?: ViewsListByHubOptionalParams\n ): PagedAsyncIterableIterator<ViewResourceFormat> {\n const iter = this.listByHubPagingAll(\n resourceGroupName,\n hubName,\n userId,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByHubPagingPage(\n resourceGroupName,\n hubName,\n userId,\n options\n );\n }\n };\n }\n\n private async *listByHubPagingPage(\n resourceGroupName: string,\n hubName: string,\n userId: string,\n options?: ViewsListByHubOptionalParams\n ): AsyncIterableIterator<ViewResourceFormat[]> {\n let result = await this._listByHub(\n resourceGroupName,\n hubName,\n userId,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByHubNext(\n resourceGroupName,\n hubName,\n userId,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByHubPagingAll(\n resourceGroupName: string,\n hubName: string,\n userId: string,\n options?: ViewsListByHubOptionalParams\n ): AsyncIterableIterator<ViewResourceFormat> {\n for await (const page of this.listByHubPagingPage(\n resourceGroupName,\n hubName,\n userId,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets all available views for given user in the specified hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param userId The user ID. Use * to retrieve hub level views.\n * @param options The options parameters.\n */\n private _listByHub(\n resourceGroupName: string,\n hubName: string,\n userId: string,\n options?: ViewsListByHubOptionalParams\n ): Promise<ViewsListByHubResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, userId, options },\n listByHubOperationSpec\n );\n }\n\n /**\n * Creates a view or updates an existing view in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param viewName The name of the view.\n * @param parameters Parameters supplied to the CreateOrUpdate View operation.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n hubName: string,\n viewName: string,\n parameters: ViewResourceFormat,\n options?: ViewsCreateOrUpdateOptionalParams\n ): Promise<ViewsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, viewName, parameters, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Gets a view in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param viewName The name of the view.\n * @param userId The user ID. Use * to retrieve hub level view.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n hubName: string,\n viewName: string,\n userId: string,\n options?: ViewsGetOptionalParams\n ): Promise<ViewsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, viewName, userId, options },\n getOperationSpec\n );\n }\n\n /**\n * Deletes a view in the specified hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param viewName The name of the view.\n * @param userId The user ID. Use * to retrieve hub level view.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n hubName: string,\n viewName: string,\n userId: string,\n options?: ViewsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, viewName, userId, options },\n deleteOperationSpec\n );\n }\n\n /**\n * ListByHubNext\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param userId The user ID. Use * to retrieve hub level views.\n * @param nextLink The nextLink from the previous successful call to the ListByHub method.\n * @param options The options parameters.\n */\n private _listByHubNext(\n resourceGroupName: string,\n hubName: string,\n userId: string,\n nextLink: string,\n options?: ViewsListByHubNextOptionalParams\n ): Promise<ViewsListByHubNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, userId, nextLink, options },\n listByHubNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByHubOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/views\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ViewListResult\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.userId],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/views/{viewName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ViewResourceFormat\n }\n },\n requestBody: Parameters.parameters9,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.viewName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/views/{viewName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ViewResourceFormat\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.userId],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.viewName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/views/{viewName}\",\n httpMethod: \"DELETE\",\n responses: { 200: {} },\n queryParameters: [Parameters.apiVersion, Parameters.userId],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.viewName1\n ],\n serializer\n};\nconst listByHubNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ViewListResult\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.userId],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Links } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { CustomerInsightsManagementClient } from \"../customerInsightsManagementClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n LinkResourceFormat,\n LinksListByHubNextOptionalParams,\n LinksListByHubOptionalParams,\n LinksCreateOrUpdateOptionalParams,\n LinksCreateOrUpdateResponse,\n LinksGetOptionalParams,\n LinksGetResponse,\n LinksDeleteOptionalParams,\n LinksListByHubResponse,\n LinksListByHubNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Links operations. */\nexport class LinksImpl implements Links {\n private readonly client: CustomerInsightsManagementClient;\n\n /**\n * Initialize a new instance of the class Links class.\n * @param client Reference to the service client\n */\n constructor(client: CustomerInsightsManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets all the links in the specified hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param options The options parameters.\n */\n public listByHub(\n resourceGroupName: string,\n hubName: string,\n options?: LinksListByHubOptionalParams\n ): PagedAsyncIterableIterator<LinkResourceFormat> {\n const iter = this.listByHubPagingAll(resourceGroupName, hubName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByHubPagingPage(resourceGroupName, hubName, options);\n }\n };\n }\n\n private async *listByHubPagingPage(\n resourceGroupName: string,\n hubName: string,\n options?: LinksListByHubOptionalParams\n ): AsyncIterableIterator<LinkResourceFormat[]> {\n let result = await this._listByHub(resourceGroupName, hubName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByHubNext(\n resourceGroupName,\n hubName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByHubPagingAll(\n resourceGroupName: string,\n hubName: string,\n options?: LinksListByHubOptionalParams\n ): AsyncIterableIterator<LinkResourceFormat> {\n for await (const page of this.listByHubPagingPage(\n resourceGroupName,\n hubName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Creates a link or updates an existing link in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param linkName The name of the link.\n * @param parameters Parameters supplied to the CreateOrUpdate Link operation.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n hubName: string,\n linkName: string,\n parameters: LinkResourceFormat,\n options?: LinksCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<LinksCreateOrUpdateResponse>,\n LinksCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<LinksCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, hubName, linkName, parameters, options },\n createOrUpdateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Creates a link or updates an existing link in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param linkName The name of the link.\n * @param parameters Parameters supplied to the CreateOrUpdate Link operation.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n hubName: string,\n linkName: string,\n parameters: LinkResourceFormat,\n options?: LinksCreateOrUpdateOptionalParams\n ): Promise<LinksCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n hubName,\n linkName,\n parameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets a link in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param linkName The name of the link.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n hubName: string,\n linkName: string,\n options?: LinksGetOptionalParams\n ): Promise<LinksGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, linkName, options },\n getOperationSpec\n );\n }\n\n /**\n * Deletes a link in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param linkName The name of the link.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n hubName: string,\n linkName: string,\n options?: LinksDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, linkName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Gets all the links in the specified hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param options The options parameters.\n */\n private _listByHub(\n resourceGroupName: string,\n hubName: string,\n options?: LinksListByHubOptionalParams\n ): Promise<LinksListByHubResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, options },\n listByHubOperationSpec\n );\n }\n\n /**\n * ListByHubNext\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param nextLink The nextLink from the previous successful call to the ListByHub method.\n * @param options The options parameters.\n */\n private _listByHubNext(\n resourceGroupName: string,\n hubName: string,\n nextLink: string,\n options?: LinksListByHubNextOptionalParams\n ): Promise<LinksListByHubNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, nextLink, options },\n listByHubNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/links/{linkName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkResourceFormat\n },\n 201: {\n bodyMapper: Mappers.LinkResourceFormat\n },\n 202: {\n bodyMapper: Mappers.LinkResourceFormat\n },\n 204: {\n bodyMapper: Mappers.LinkResourceFormat\n }\n },\n requestBody: Parameters.parameters10,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.linkName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/links/{linkName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkResourceFormat\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.linkName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/links/{linkName}\",\n httpMethod: \"DELETE\",\n responses: { 200: {}, 202: {} },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.linkName1\n ],\n serializer\n};\nconst listByHubOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/links\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByHubNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Roles } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { CustomerInsightsManagementClient } from \"../customerInsightsManagementClient\";\nimport {\n RoleResourceFormat,\n RolesListByHubNextOptionalParams,\n RolesListByHubOptionalParams,\n RolesListByHubResponse,\n RolesListByHubNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Roles operations. */\nexport class RolesImpl implements Roles {\n private readonly client: CustomerInsightsManagementClient;\n\n /**\n * Initialize a new instance of the class Roles class.\n * @param client Reference to the service client\n */\n constructor(client: CustomerInsightsManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets all the roles for the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param options The options parameters.\n */\n public listByHub(\n resourceGroupName: string,\n hubName: string,\n options?: RolesListByHubOptionalParams\n ): PagedAsyncIterableIterator<RoleResourceFormat> {\n const iter = this.listByHubPagingAll(resourceGroupName, hubName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByHubPagingPage(resourceGroupName, hubName, options);\n }\n };\n }\n\n private async *listByHubPagingPage(\n resourceGroupName: string,\n hubName: string,\n options?: RolesListByHubOptionalParams\n ): AsyncIterableIterator<RoleResourceFormat[]> {\n let result = await this._listByHub(resourceGroupName, hubName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByHubNext(\n resourceGroupName,\n hubName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByHubPagingAll(\n resourceGroupName: string,\n hubName: string,\n options?: RolesListByHubOptionalParams\n ): AsyncIterableIterator<RoleResourceFormat> {\n for await (const page of this.listByHubPagingPage(\n resourceGroupName,\n hubName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets all the roles for the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param options The options parameters.\n */\n private _listByHub(\n resourceGroupName: string,\n hubName: string,\n options?: RolesListByHubOptionalParams\n ): Promise<RolesListByHubResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, options },\n listByHubOperationSpec\n );\n }\n\n /**\n * ListByHubNext\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param nextLink The nextLink from the previous successful call to the ListByHub method.\n * @param options The options parameters.\n */\n private _listByHubNext(\n resourceGroupName: string,\n hubName: string,\n nextLink: string,\n options?: RolesListByHubNextOptionalParams\n ): Promise<RolesListByHubNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, nextLink, options },\n listByHubNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByHubOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/roles\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByHubNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { RoleAssignments } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { CustomerInsightsManagementClient } from \"../customerInsightsManagementClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n RoleAssignmentResourceFormat,\n RoleAssignmentsListByHubNextOptionalParams,\n RoleAssignmentsListByHubOptionalParams,\n RoleAssignmentsListByHubResponse,\n RoleAssignmentsCreateOrUpdateOptionalParams,\n RoleAssignmentsCreateOrUpdateResponse,\n RoleAssignmentsGetOptionalParams,\n RoleAssignmentsGetResponse,\n RoleAssignmentsDeleteOptionalParams,\n RoleAssignmentsListByHubNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing RoleAssignments operations. */\nexport class RoleAssignmentsImpl implements RoleAssignments {\n private readonly client: CustomerInsightsManagementClient;\n\n /**\n * Initialize a new instance of the class RoleAssignments class.\n * @param client Reference to the service client\n */\n constructor(client: CustomerInsightsManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets all the role assignments for the specified hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param options The options parameters.\n */\n public listByHub(\n resourceGroupName: string,\n hubName: string,\n options?: RoleAssignmentsListByHubOptionalParams\n ): PagedAsyncIterableIterator<RoleAssignmentResourceFormat> {\n const iter = this.listByHubPagingAll(resourceGroupName, hubName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByHubPagingPage(resourceGroupName, hubName, options);\n }\n };\n }\n\n private async *listByHubPagingPage(\n resourceGroupName: string,\n hubName: string,\n options?: RoleAssignmentsListByHubOptionalParams\n ): AsyncIterableIterator<RoleAssignmentResourceFormat[]> {\n let result = await this._listByHub(resourceGroupName, hubName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByHubNext(\n resourceGroupName,\n hubName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByHubPagingAll(\n resourceGroupName: string,\n hubName: string,\n options?: RoleAssignmentsListByHubOptionalParams\n ): AsyncIterableIterator<RoleAssignmentResourceFormat> {\n for await (const page of this.listByHubPagingPage(\n resourceGroupName,\n hubName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets all the role assignments for the specified hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param options The options parameters.\n */\n private _listByHub(\n resourceGroupName: string,\n hubName: string,\n options?: RoleAssignmentsListByHubOptionalParams\n ): Promise<RoleAssignmentsListByHubResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, options },\n listByHubOperationSpec\n );\n }\n\n /**\n * Creates or updates a role assignment in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param assignmentName The assignment name\n * @param parameters Parameters supplied to the CreateOrUpdate RoleAssignment operation.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n hubName: string,\n assignmentName: string,\n parameters: RoleAssignmentResourceFormat,\n options?: RoleAssignmentsCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<RoleAssignmentsCreateOrUpdateResponse>,\n RoleAssignmentsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<RoleAssignmentsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, hubName, assignmentName, parameters, options },\n createOrUpdateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Creates or updates a role assignment in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param assignmentName The assignment name\n * @param parameters Parameters supplied to the CreateOrUpdate RoleAssignment operation.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n hubName: string,\n assignmentName: string,\n parameters: RoleAssignmentResourceFormat,\n options?: RoleAssignmentsCreateOrUpdateOptionalParams\n ): Promise<RoleAssignmentsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n hubName,\n assignmentName,\n parameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets the role assignment in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param assignmentName The name of the role assignment.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n hubName: string,\n assignmentName: string,\n options?: RoleAssignmentsGetOptionalParams\n ): Promise<RoleAssignmentsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, assignmentName, options },\n getOperationSpec\n );\n }\n\n /**\n * Deletes the role assignment in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param assignmentName The name of the role assignment.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n hubName: string,\n assignmentName: string,\n options?: RoleAssignmentsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, assignmentName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * ListByHubNext\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param nextLink The nextLink from the previous successful call to the ListByHub method.\n * @param options The options parameters.\n */\n private _listByHubNext(\n resourceGroupName: string,\n hubName: string,\n nextLink: string,\n options?: RoleAssignmentsListByHubNextOptionalParams\n ): Promise<RoleAssignmentsListByHubNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, nextLink, options },\n listByHubNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByHubOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/roleAssignments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleAssignmentListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/roleAssignments/{assignmentName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleAssignmentResourceFormat\n },\n 201: {\n bodyMapper: Mappers.RoleAssignmentResourceFormat\n },\n 202: {\n bodyMapper: Mappers.RoleAssignmentResourceFormat\n },\n 204: {\n bodyMapper: Mappers.RoleAssignmentResourceFormat\n }\n },\n requestBody: Parameters.parameters11,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.assignmentName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/roleAssignments/{assignmentName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleAssignmentResourceFormat\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.assignmentName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/roleAssignments/{assignmentName}\",\n httpMethod: \"DELETE\",\n responses: { 200: {}, 202: {}, 204: {} },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.assignmentName1\n ],\n serializer\n};\nconst listByHubNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RoleAssignmentListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { Images } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { CustomerInsightsManagementClient } from \"../customerInsightsManagementClient\";\nimport {\n GetImageUploadUrlInput,\n ImagesGetUploadUrlForEntityTypeOptionalParams,\n ImagesGetUploadUrlForEntityTypeResponse,\n ImagesGetUploadUrlForDataOptionalParams,\n ImagesGetUploadUrlForDataResponse\n} from \"../models\";\n\n/** Class containing Images operations. */\nexport class ImagesImpl implements Images {\n private readonly client: CustomerInsightsManagementClient;\n\n /**\n * Initialize a new instance of the class Images class.\n * @param client Reference to the service client\n */\n constructor(client: CustomerInsightsManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets entity type (profile or interaction) image upload URL.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param parameters Parameters supplied to the GetUploadUrlForEntityType operation.\n * @param options The options parameters.\n */\n getUploadUrlForEntityType(\n resourceGroupName: string,\n hubName: string,\n parameters: GetImageUploadUrlInput,\n options?: ImagesGetUploadUrlForEntityTypeOptionalParams\n ): Promise<ImagesGetUploadUrlForEntityTypeResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, parameters, options },\n getUploadUrlForEntityTypeOperationSpec\n );\n }\n\n /**\n * Gets data image upload URL.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param parameters Parameters supplied to the GetUploadUrlForData operation.\n * @param options The options parameters.\n */\n getUploadUrlForData(\n resourceGroupName: string,\n hubName: string,\n parameters: GetImageUploadUrlInput,\n options?: ImagesGetUploadUrlForDataOptionalParams\n ): Promise<ImagesGetUploadUrlForDataResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, parameters, options },\n getUploadUrlForDataOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getUploadUrlForEntityTypeOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/images/getEntityTypeImageUploadUrl\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ImageDefinition\n }\n },\n requestBody: Parameters.parameters12,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getUploadUrlForDataOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/images/getDataImageUploadUrl\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ImageDefinition\n }\n },\n requestBody: Parameters.parameters12,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Predictions } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { CustomerInsightsManagementClient } from \"../customerInsightsManagementClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n PredictionResourceFormat,\n PredictionsListByHubNextOptionalParams,\n PredictionsListByHubOptionalParams,\n PredictionsCreateOrUpdateOptionalParams,\n PredictionsCreateOrUpdateResponse,\n PredictionsGetOptionalParams,\n PredictionsGetResponse,\n PredictionsDeleteOptionalParams,\n PredictionsGetTrainingResultsOptionalParams,\n PredictionsGetTrainingResultsResponse,\n PredictionsGetModelStatusOptionalParams,\n PredictionsGetModelStatusResponse,\n PredictionModelStatus,\n PredictionsModelStatusOptionalParams,\n PredictionsListByHubResponse,\n PredictionsListByHubNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Predictions operations. */\nexport class PredictionsImpl implements Predictions {\n private readonly client: CustomerInsightsManagementClient;\n\n /**\n * Initialize a new instance of the class Predictions class.\n * @param client Reference to the service client\n */\n constructor(client: CustomerInsightsManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets all the predictions in the specified hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param options The options parameters.\n */\n public listByHub(\n resourceGroupName: string,\n hubName: string,\n options?: PredictionsListByHubOptionalParams\n ): PagedAsyncIterableIterator<PredictionResourceFormat> {\n const iter = this.listByHubPagingAll(resourceGroupName, hubName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByHubPagingPage(resourceGroupName, hubName, options);\n }\n };\n }\n\n private async *listByHubPagingPage(\n resourceGroupName: string,\n hubName: string,\n options?: PredictionsListByHubOptionalParams\n ): AsyncIterableIterator<PredictionResourceFormat[]> {\n let result = await this._listByHub(resourceGroupName, hubName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByHubNext(\n resourceGroupName,\n hubName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByHubPagingAll(\n resourceGroupName: string,\n hubName: string,\n options?: PredictionsListByHubOptionalParams\n ): AsyncIterableIterator<PredictionResourceFormat> {\n for await (const page of this.listByHubPagingPage(\n resourceGroupName,\n hubName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Creates a Prediction or updates an existing Prediction in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param predictionName The name of the Prediction.\n * @param parameters Parameters supplied to the create/update Prediction operation.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n hubName: string,\n predictionName: string,\n parameters: PredictionResourceFormat,\n options?: PredictionsCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<PredictionsCreateOrUpdateResponse>,\n PredictionsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<PredictionsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, hubName, predictionName, parameters, options },\n createOrUpdateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Creates a Prediction or updates an existing Prediction in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param predictionName The name of the Prediction.\n * @param parameters Parameters supplied to the create/update Prediction operation.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n hubName: string,\n predictionName: string,\n parameters: PredictionResourceFormat,\n options?: PredictionsCreateOrUpdateOptionalParams\n ): Promise<PredictionsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n hubName,\n predictionName,\n parameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets a Prediction in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param predictionName The name of the Prediction.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n hubName: string,\n predictionName: string,\n options?: PredictionsGetOptionalParams\n ): Promise<PredictionsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, predictionName, options },\n getOperationSpec\n );\n }\n\n /**\n * Deletes a Prediction in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param predictionName The name of the Prediction.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n hubName: string,\n predictionName: string,\n options?: PredictionsDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, hubName, predictionName, options },\n deleteOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Deletes a Prediction in the hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param predictionName The name of the Prediction.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n hubName: string,\n predictionName: string,\n options?: PredictionsDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n hubName,\n predictionName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets training results.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param predictionName The name of the Prediction.\n * @param options The options parameters.\n */\n getTrainingResults(\n resourceGroupName: string,\n hubName: string,\n predictionName: string,\n options?: PredictionsGetTrainingResultsOptionalParams\n ): Promise<PredictionsGetTrainingResultsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, predictionName, options },\n getTrainingResultsOperationSpec\n );\n }\n\n /**\n * Gets model status of the prediction.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param predictionName The name of the Prediction.\n * @param options The options parameters.\n */\n getModelStatus(\n resourceGroupName: string,\n hubName: string,\n predictionName: string,\n options?: PredictionsGetModelStatusOptionalParams\n ): Promise<PredictionsGetModelStatusResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, predictionName, options },\n getModelStatusOperationSpec\n );\n }\n\n /**\n * Creates or updates the model status of prediction.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param predictionName The name of the Prediction.\n * @param parameters Parameters supplied to the create/update prediction model status operation.\n * @param options The options parameters.\n */\n modelStatus(\n resourceGroupName: string,\n hubName: string,\n predictionName: string,\n parameters: PredictionModelStatus,\n options?: PredictionsModelStatusOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, predictionName, parameters, options },\n modelStatusOperationSpec\n );\n }\n\n /**\n * Gets all the predictions in the specified hub.\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param options The options parameters.\n */\n private _listByHub(\n resourceGroupName: string,\n hubName: string,\n options?: PredictionsListByHubOptionalParams\n ): Promise<PredictionsListByHubResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, options },\n listByHubOperationSpec\n );\n }\n\n /**\n * ListByHubNext\n * @param resourceGroupName The name of the resource group.\n * @param hubName The name of the hub.\n * @param nextLink The nextLink from the previous successful call to the ListByHub method.\n * @param options The options parameters.\n */\n private _listByHubNext(\n resourceGroupName: string,\n hubName: string,\n nextLink: string,\n options?: PredictionsListByHubNextOptionalParams\n ): Promise<PredictionsListByHubNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, hubName, nextLink, options },\n listByHubNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/predictions/{predictionName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.PredictionResourceFormat\n },\n 201: {\n bodyMapper: Mappers.PredictionResourceFormat\n },\n 202: {\n bodyMapper: Mappers.PredictionResourceFormat\n },\n 204: {\n bodyMapper: Mappers.PredictionResourceFormat\n }\n },\n requestBody: Parameters.parameters13,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.predictionName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/predictions/{predictionName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PredictionResourceFormat\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.predictionName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/predictions/{predictionName}\",\n httpMethod: \"DELETE\",\n responses: { 200: {}, 201: {}, 202: {}, 204: {} },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.predictionName1\n ],\n serializer\n};\nconst getTrainingResultsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/predictions/{predictionName}/getTrainingResults\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.PredictionTrainingResults\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.predictionName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getModelStatusOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/predictions/{predictionName}/getModelStatus\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.PredictionModelStatus\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.predictionName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst modelStatusOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/predictions/{predictionName}/modelStatus\",\n httpMethod: \"POST\",\n responses: { 200: {} },\n requestBody: Parameters.parameters14,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1,\n Parameters.predictionName1\n ],\n headerParameters: [Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listByHubOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/predictions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PredictionListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByHubNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PredictionListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.hubName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n OperationsImpl,\n HubsImpl,\n ProfilesImpl,\n InteractionsImpl,\n RelationshipsImpl,\n RelationshipLinksImpl,\n AuthorizationPoliciesImpl,\n ConnectorsImpl,\n ConnectorMappingsImpl,\n KpiImpl,\n WidgetTypesImpl,\n ViewsImpl,\n LinksImpl,\n RolesImpl,\n RoleAssignmentsImpl,\n ImagesImpl,\n PredictionsImpl\n} from \"./operations\";\nimport {\n Operations,\n Hubs,\n Profiles,\n Interactions,\n Relationships,\n RelationshipLinks,\n AuthorizationPolicies,\n Connectors,\n ConnectorMappings,\n Kpi,\n WidgetTypes,\n Views,\n Links,\n Roles,\n RoleAssignments,\n Images,\n Predictions\n} from \"./operationsInterfaces\";\nimport { CustomerInsightsManagementClientOptionalParams } from \"./models\";\n\nexport class CustomerInsightsManagementClient extends coreClient.ServiceClient {\n $host: string;\n apiVersion: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the CustomerInsightsManagementClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId Gets subscription credentials which uniquely identify Microsoft Azure\n * subscription. The subscription ID forms part of the URI for every service call.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: CustomerInsightsManagementClientOptionalParams\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: CustomerInsightsManagementClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials\n };\n\n const packageDetails = `azsdk-js-arm-customerinsights/4.0.0`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n if (!options.credentialScopes) {\n options.credentialScopes = [\"https://management.azure.com/.default\"];\n }\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix\n },\n baseUri: options.endpoint || \"https://management.azure.com\"\n };\n super(optionsWithDefaults);\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2017-04-26\";\n this.operations = new OperationsImpl(this);\n this.hubs = new HubsImpl(this);\n this.profiles = new ProfilesImpl(this);\n this.interactions = new InteractionsImpl(this);\n this.relationships = new RelationshipsImpl(this);\n this.relationshipLinks = new RelationshipLinksImpl(this);\n this.authorizationPolicies = new AuthorizationPoliciesImpl(this);\n this.connectors = new ConnectorsImpl(this);\n this.connectorMappings = new ConnectorMappingsImpl(this);\n this.kpi = new KpiImpl(this);\n this.widgetTypes = new WidgetTypesImpl(this);\n this.views = new ViewsImpl(this);\n this.links = new LinksImpl(this);\n this.roles = new RolesImpl(this);\n this.roleAssignments = new RoleAssignmentsImpl(this);\n this.images = new ImagesImpl(this);\n this.predictions = new PredictionsImpl(this);\n }\n\n operations: Operations;\n hubs: Hubs;\n profiles: Profiles;\n interactions: Interactions;\n relationships: Relationships;\n relationshipLinks: RelationshipLinks;\n authorizationPolicies: AuthorizationPolicies;\n connectors: Connectors;\n connectorMappings: ConnectorMappings;\n kpi: Kpi;\n widgetTypes: WidgetTypes;\n views: Views;\n links: Links;\n roles: Roles;\n roleAssignments: RoleAssignments;\n images: Images;\n predictions: Predictions;\n}\n"],"names":["KnownDataSourceType","KnownStatus","KnownProvisioningStates","KnownConnectorTypes","KnownCanonicalPropertyValueType","KnownPredictionModelLifeCycle","HubMapper","ProfileResourceFormatMapper","InteractionResourceFormatMapper","RelationshipResourceFormatMapper","RelationshipLinkResourceFormatMapper","AuthorizationPolicyResourceFormatMapper","ConnectorResourceFormatMapper","ConnectorMappingResourceFormatMapper","KpiResourceFormatMapper","ViewResourceFormatMapper","LinkResourceFormatMapper","RoleAssignmentResourceFormatMapper","GetImageUploadUrlInputMapper","PredictionResourceFormatMapper","PredictionModelStatusMapper","__asyncValues","__asyncDelegator","coreClient.createSerializer","Mappers.OperationListResult","Parameters.apiVersion","Parameters.$host","Parameters.accept","Parameters.nextLink","LroEngine","listOperationSpec","listNextOperationSpec","serializer","Mappers.Hub","Parameters.parameters","Parameters.resourceGroupName","Parameters.hubName","Parameters.subscriptionId","Parameters.contentType","Parameters.hubName1","Mappers.HubListResult","createOrUpdateOperationSpec","getOperationSpec","deleteOperationSpec","Mappers.ProfileResourceFormat","Parameters.parameters1","Parameters.profileName","Parameters.localeCode","Parameters.profileName1","Mappers.ProfileListResult","listByHubOperationSpec","listByHubNextOperationSpec","Mappers.InteractionResourceFormat","Parameters.parameters2","Parameters.interactionName","Parameters.interactionName1","Mappers.InteractionListResult","Mappers.SuggestRelationshipLinksResponse","Mappers.RelationshipResourceFormat","Parameters.parameters3","Parameters.relationshipName","Parameters.relationshipName1","Mappers.RelationshipListResult","Mappers.RelationshipLinkResourceFormat","Parameters.parameters4","Parameters.relationshipLinkName","Parameters.relationshipLinkName1","Mappers.RelationshipLinkListResult","Mappers.AuthorizationPolicyResourceFormat","Parameters.parameters5","Parameters.authorizationPolicyName","Parameters.authorizationPolicyName1","Mappers.AuthorizationPolicyListResult","Mappers.AuthorizationPolicy","Mappers.ConnectorResourceFormat","Parameters.parameters6","Parameters.connectorName","Parameters.connectorName1","Mappers.ConnectorListResult","Mappers.ConnectorMappingResourceFormat","Parameters.parameters7","Parameters.mappingName","Parameters.mappingName1","Mappers.ConnectorMappingListResult","Mappers.KpiResourceFormat","Parameters.parameters8","Parameters.kpiName","Parameters.kpiName1","Mappers.KpiListResult","Mappers.WidgetTypeListResult","Mappers.WidgetTypeResourceFormat","Parameters.widgetTypeName","Mappers.ViewListResult","Parameters.userId","Mappers.ViewResourceFormat","Parameters.parameters9","Parameters.viewName","Parameters.viewName1","Mappers.LinkResourceFormat","Parameters.parameters10","Parameters.linkName","Parameters.linkName1","Mappers.LinkListResult","Mappers.RoleListResult","Mappers.RoleAssignmentListResult","Mappers.RoleAssignmentResourceFormat","Parameters.parameters11","Parameters.assignmentName","Parameters.assignmentName1","Mappers.ImageDefinition","Parameters.parameters12","Mappers.PredictionResourceFormat","Parameters.parameters13","Parameters.predictionName","Parameters.predictionName1","Mappers.PredictionTrainingResults","Mappers.PredictionModelStatus","Parameters.parameters14","Mappers.PredictionListResult","coreClient.ServiceClient"],"mappings":"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"}