@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
@@ -1,4582 +0,0 @@
1
- import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
2
- import * as msRest from "@azure/ms-rest-js";
3
- export { BaseResource, CloudError };
4
- /**
5
- * @interface
6
- * An interface representing HubBillingInfoFormat.
7
- * Hub billing info.
8
- *
9
- */
10
- export interface HubBillingInfoFormat {
11
- /**
12
- * @member {string} [skuName] The sku name.
13
- */
14
- skuName?: string;
15
- /**
16
- * @member {number} [minUnits] The minimum number of units will be billed.
17
- * One unit is 10,000 Profiles and 100,000 Interactions.
18
- */
19
- minUnits?: number;
20
- /**
21
- * @member {number} [maxUnits] The maximum number of units can be used. One
22
- * unit is 10,000 Profiles and 100,000 Interactions.
23
- */
24
- maxUnits?: number;
25
- }
26
- /**
27
- * @interface
28
- * An interface representing Resource.
29
- * Common properties of Azure resource.
30
- *
31
- * @extends BaseResource
32
- */
33
- export interface Resource extends BaseResource {
34
- /**
35
- * @member {string} [id] Resource ID.
36
- * **NOTE: This property will not be serialized. It can only be populated by
37
- * the server.**
38
- */
39
- readonly id?: string;
40
- /**
41
- * @member {string} [name] Resource name.
42
- * **NOTE: This property will not be serialized. It can only be populated by
43
- * the server.**
44
- */
45
- readonly name?: string;
46
- /**
47
- * @member {string} [type] Resource type.
48
- * **NOTE: This property will not be serialized. It can only be populated by
49
- * the server.**
50
- */
51
- readonly type?: string;
52
- /**
53
- * @member {string} [location] Resource location.
54
- */
55
- location?: string;
56
- /**
57
- * @member {{ [propertyName: string]: string }} [tags] Resource tags.
58
- */
59
- tags?: {
60
- [propertyName: string]: string;
61
- };
62
- }
63
- /**
64
- * @interface
65
- * An interface representing Hub.
66
- * Hub resource.
67
- *
68
- * @extends Resource
69
- */
70
- export interface Hub extends Resource {
71
- /**
72
- * @member {string} [apiEndpoint] API endpoint URL of the hub.
73
- * **NOTE: This property will not be serialized. It can only be populated by
74
- * the server.**
75
- */
76
- readonly apiEndpoint?: string;
77
- /**
78
- * @member {string} [webEndpoint] Web endpoint URL of the hub.
79
- * **NOTE: This property will not be serialized. It can only be populated by
80
- * the server.**
81
- */
82
- readonly webEndpoint?: string;
83
- /**
84
- * @member {string} [provisioningState] Provisioning state of the hub.
85
- * **NOTE: This property will not be serialized. It can only be populated by
86
- * the server.**
87
- */
88
- readonly provisioningState?: string;
89
- /**
90
- * @member {number} [tenantFeatures] The bit flags for enabled hub features.
91
- * Bit 0 is set to 1 indicates graph is enabled, or disabled if set to 0. Bit
92
- * 1 is set to 1 indicates the hub is disabled, or enabled if set to 0.
93
- */
94
- tenantFeatures?: number;
95
- /**
96
- * @member {HubBillingInfoFormat} [hubBillingInfo] Billing settings of the
97
- * hub.
98
- */
99
- hubBillingInfo?: HubBillingInfoFormat;
100
- }
101
- /**
102
- * @interface
103
- * An interface representing MetadataDefinitionBase.
104
- * The Metadata definition base.
105
- *
106
- */
107
- export interface MetadataDefinitionBase {
108
- /**
109
- * @member {{ [propertyName: string]: string[] }} [attributes] The attributes
110
- * for the Type.
111
- */
112
- attributes?: {
113
- [propertyName: string]: string[];
114
- };
115
- /**
116
- * @member {{ [propertyName: string]: string }} [description] Localized
117
- * descriptions for the property.
118
- */
119
- description?: {
120
- [propertyName: string]: string;
121
- };
122
- /**
123
- * @member {{ [propertyName: string]: string }} [displayName] Localized
124
- * display names for the property.
125
- */
126
- displayName?: {
127
- [propertyName: string]: string;
128
- };
129
- /**
130
- * @member {{ [propertyName: string]: { [propertyName: string]: string } }}
131
- * [localizedAttributes] Any custom localized attributes for the Type.
132
- */
133
- localizedAttributes?: {
134
- [propertyName: string]: {
135
- [propertyName: string]: string;
136
- };
137
- };
138
- /**
139
- * @member {string} [smallImage] Small Image associated with the Property or
140
- * EntityType.
141
- */
142
- smallImage?: string;
143
- /**
144
- * @member {string} [mediumImage] Medium Image associated with the Property
145
- * or EntityType.
146
- */
147
- mediumImage?: string;
148
- /**
149
- * @member {string} [largeImage] Large Image associated with the Property or
150
- * EntityType.
151
- */
152
- largeImage?: string;
153
- }
154
- /**
155
- * @interface
156
- * An interface representing ProfileEnumValidValuesFormat.
157
- * Valid enum values in case of an enum property.
158
- *
159
- */
160
- export interface ProfileEnumValidValuesFormat {
161
- /**
162
- * @member {number} [value] The integer value of the enum member.
163
- */
164
- value?: number;
165
- /**
166
- * @member {{ [propertyName: string]: string }} [localizedValueNames]
167
- * Localized names of the enum member.
168
- */
169
- localizedValueNames?: {
170
- [propertyName: string]: string;
171
- };
172
- }
173
- /**
174
- * @interface
175
- * An interface representing DataSourcePrecedence.
176
- * The data source precedence is a way to know the precedence of each data
177
- * source.
178
- *
179
- */
180
- export interface DataSourcePrecedence {
181
- /**
182
- * @member {string} [name] The data source name
183
- * **NOTE: This property will not be serialized. It can only be populated by
184
- * the server.**
185
- */
186
- readonly name?: string;
187
- /**
188
- * @member {DataSourceType} [dataSourceType] The data source type. Possible
189
- * values include: 'Connector', 'LinkInteraction', 'SystemDefault'
190
- * **NOTE: This property will not be serialized. It can only be populated by
191
- * the server.**
192
- */
193
- readonly dataSourceType?: DataSourceType;
194
- /**
195
- * @member {Status} [status] The data source status. Possible values include:
196
- * 'None', 'Active', 'Deleted'
197
- * **NOTE: This property will not be serialized. It can only be populated by
198
- * the server.**
199
- */
200
- readonly status?: Status;
201
- /**
202
- * @member {number} [id] The data source ID.
203
- * **NOTE: This property will not be serialized. It can only be populated by
204
- * the server.**
205
- */
206
- readonly id?: number;
207
- /**
208
- * @member {string} [dataSourceReferenceId] The data source reference id.
209
- * **NOTE: This property will not be serialized. It can only be populated by
210
- * the server.**
211
- */
212
- readonly dataSourceReferenceId?: string;
213
- /**
214
- * @member {number} [precedence] the precedence value.
215
- */
216
- precedence?: number;
217
- }
218
- /**
219
- * @interface
220
- * An interface representing PropertyDefinition.
221
- * Property definition.
222
- *
223
- */
224
- export interface PropertyDefinition {
225
- /**
226
- * @member {string} [arrayValueSeparator] Array value separator for
227
- * properties with isArray set.
228
- */
229
- arrayValueSeparator?: string;
230
- /**
231
- * @member {ProfileEnumValidValuesFormat[]} [enumValidValues] Describes valid
232
- * values for an enum property.
233
- */
234
- enumValidValues?: ProfileEnumValidValuesFormat[];
235
- /**
236
- * @member {string} fieldName Name of the property.
237
- */
238
- fieldName: string;
239
- /**
240
- * @member {string} fieldType Type of the property.
241
- */
242
- fieldType: string;
243
- /**
244
- * @member {boolean} [isArray] Indicates if the property is actually an array
245
- * of the fieldType above on the data api.
246
- */
247
- isArray?: boolean;
248
- /**
249
- * @member {boolean} [isEnum] Indicates if the property is an enum.
250
- */
251
- isEnum?: boolean;
252
- /**
253
- * @member {boolean} [isFlagEnum] Indicates if the property is an flag enum.
254
- */
255
- isFlagEnum?: boolean;
256
- /**
257
- * @member {boolean} [isImage] Whether the property is an Image.
258
- */
259
- isImage?: boolean;
260
- /**
261
- * @member {boolean} [isLocalizedString] Whether the property is a localized
262
- * string.
263
- */
264
- isLocalizedString?: boolean;
265
- /**
266
- * @member {boolean} [isName] Whether the property is a name or a part of
267
- * name.
268
- */
269
- isName?: boolean;
270
- /**
271
- * @member {boolean} [isRequired] Whether property value is required on
272
- * instances, IsRequired field only for Intercation. Profile Instance will
273
- * not check for required field.
274
- */
275
- isRequired?: boolean;
276
- /**
277
- * @member {string} [propertyId] The ID associated with the property.
278
- */
279
- propertyId?: string;
280
- /**
281
- * @member {string} [schemaItemPropLink] URL encoded schema.org item prop
282
- * link for the property.
283
- */
284
- schemaItemPropLink?: string;
285
- /**
286
- * @member {number} [maxLength] Max length of string. Used only if type is
287
- * string.
288
- */
289
- maxLength?: number;
290
- /**
291
- * @member {boolean} [isAvailableInGraph] Whether property is available in
292
- * graph or not.
293
- */
294
- isAvailableInGraph?: boolean;
295
- /**
296
- * @member {DataSourcePrecedence[]} [dataSourcePrecedenceRules] This is
297
- * specific to interactions modeled as activities. Data sources are used to
298
- * determine where data is stored and also in precedence rules.
299
- * **NOTE: This property will not be serialized. It can only be populated by
300
- * the server.**
301
- */
302
- readonly dataSourcePrecedenceRules?: DataSourcePrecedence[];
303
- }
304
- /**
305
- * @interface
306
- * An interface representing EntityTypeDefinition.
307
- * Describes an entity.
308
- *
309
- * @extends MetadataDefinitionBase
310
- */
311
- export interface EntityTypeDefinition extends MetadataDefinitionBase {
312
- /**
313
- * @member {string} [apiEntitySetName] The api entity set name. This becomes
314
- * the odata entity set name for the entity Type being refered in this
315
- * object.
316
- */
317
- apiEntitySetName?: string;
318
- /**
319
- * @member {EntityTypes} [entityType] Type of entity. Possible values
320
- * include: 'None', 'Profile', 'Interaction', 'Relationship'
321
- */
322
- entityType?: EntityTypes;
323
- /**
324
- * @member {PropertyDefinition[]} [fields] The properties of the Profile.
325
- */
326
- fields?: PropertyDefinition[];
327
- /**
328
- * @member {number} [instancesCount] The instance count.
329
- */
330
- instancesCount?: number;
331
- /**
332
- * @member {Date} [lastChangedUtc] The last changed time for the type
333
- * definition.
334
- * **NOTE: This property will not be serialized. It can only be populated by
335
- * the server.**
336
- */
337
- readonly lastChangedUtc?: Date;
338
- /**
339
- * @member {ProvisioningStates} [provisioningState] Provisioning state.
340
- * Possible values include: 'Provisioning', 'Succeeded', 'Expiring',
341
- * 'Deleting', 'HumanIntervention', 'Failed'
342
- * **NOTE: This property will not be serialized. It can only be populated by
343
- * the server.**
344
- */
345
- readonly provisioningState?: ProvisioningStates;
346
- /**
347
- * @member {string} [schemaItemTypeLink] The schema org link. This helps ACI
348
- * identify and suggest semantic models.
349
- */
350
- schemaItemTypeLink?: string;
351
- /**
352
- * @member {string} [tenantId] The hub name.
353
- * **NOTE: This property will not be serialized. It can only be populated by
354
- * the server.**
355
- */
356
- readonly tenantId?: string;
357
- /**
358
- * @member {string} [timestampFieldName] The timestamp property name.
359
- * Represents the time when the interaction or profile update happened.
360
- */
361
- timestampFieldName?: string;
362
- /**
363
- * @member {string} [typeName] The name of the entity.
364
- */
365
- typeName?: string;
366
- }
367
- /**
368
- * @interface
369
- * An interface representing AuthorizationPolicy.
370
- * The authorization policy.
371
- *
372
- */
373
- export interface AuthorizationPolicy {
374
- /**
375
- * @member {string} [policyName] Name of the policy.
376
- * **NOTE: This property will not be serialized. It can only be populated by
377
- * the server.**
378
- */
379
- readonly policyName?: string;
380
- /**
381
- * @member {PermissionTypes[]} permissions The permissions associated with
382
- * the policy.
383
- */
384
- permissions: PermissionTypes[];
385
- /**
386
- * @member {string} [primaryKey] Primary key assiciated with the policy.
387
- */
388
- primaryKey?: string;
389
- /**
390
- * @member {string} [secondaryKey] Secondary key assiciated with the policy.
391
- */
392
- secondaryKey?: string;
393
- }
394
- /**
395
- * @interface
396
- * An interface representing SalesforceDiscoverSetting.
397
- * Salesforce discover setting.
398
- *
399
- */
400
- export interface SalesforceDiscoverSetting {
401
- /**
402
- * @member {string} salesforceConnectionStringSecretUrl The salesforce
403
- * connection string secret URL.
404
- */
405
- salesforceConnectionStringSecretUrl: string;
406
- }
407
- /**
408
- * @interface
409
- * An interface representing SalesforceTable.
410
- * Salesforce table.
411
- *
412
- */
413
- export interface SalesforceTable {
414
- /**
415
- * @member {string} [isProfile] Indicating whether this instance is profile.
416
- */
417
- isProfile?: string;
418
- /**
419
- * @member {string} tableCategory The table category.
420
- */
421
- tableCategory: string;
422
- /**
423
- * @member {string} tableName The name of the table.
424
- */
425
- tableName: string;
426
- /**
427
- * @member {string} [tableRemarks] The table remarks.
428
- */
429
- tableRemarks?: string;
430
- /**
431
- * @member {string} tableSchema The table schema.
432
- */
433
- tableSchema: string;
434
- }
435
- /**
436
- * @interface
437
- * An interface representing SalesforceConnectorProperties.
438
- * The Salesforce connector properties.
439
- *
440
- */
441
- export interface SalesforceConnectorProperties {
442
- /**
443
- * @member {SalesforceDiscoverSetting} usersetting The user settings.
444
- */
445
- usersetting: SalesforceDiscoverSetting;
446
- /**
447
- * @member {SalesforceTable[]} salesforcetables The Salesforce tables.
448
- */
449
- salesforcetables: SalesforceTable[];
450
- }
451
- /**
452
- * @interface
453
- * An interface representing AzureBlobConnectorProperties.
454
- * The Azure Blob connector properties.
455
- *
456
- */
457
- export interface AzureBlobConnectorProperties {
458
- /**
459
- * @member {string} connectionKeyVaultUrl The connection KeyVault URL.
460
- */
461
- connectionKeyVaultUrl: string;
462
- }
463
- /**
464
- * @interface
465
- * An interface representing CrmConnectorEntities.
466
- * The CRM connector entities.
467
- *
468
- */
469
- export interface CrmConnectorEntities {
470
- /**
471
- * @member {string} logicalName The logical name.
472
- */
473
- logicalName: string;
474
- /**
475
- * @member {string} [displayName] The display name.
476
- */
477
- displayName?: string;
478
- /**
479
- * @member {boolean} [isProfile] Indicating whether this is profile.
480
- */
481
- isProfile?: boolean;
482
- }
483
- /**
484
- * @interface
485
- * An interface representing CrmConnectorProperties.
486
- * The CRM connector properties.
487
- *
488
- */
489
- export interface CrmConnectorProperties {
490
- /**
491
- * @member {string} [connectionString] The connection string.
492
- */
493
- connectionString?: string;
494
- /**
495
- * @member {string} organizationId The organization ID.
496
- */
497
- organizationId: string;
498
- /**
499
- * @member {string} organizationUrl The organization URL.
500
- */
501
- organizationUrl: string;
502
- /**
503
- * @member {CrmConnectorEntities[]} entities The entities like account,
504
- * contact, opportunity.
505
- */
506
- entities: CrmConnectorEntities[];
507
- /**
508
- * @member {string} [accessToken] The access token.
509
- */
510
- accessToken?: string;
511
- }
512
- /**
513
- * @interface
514
- * An interface representing ConnectorMappingErrorManagement.
515
- * The error mangement.
516
- *
517
- */
518
- export interface ConnectorMappingErrorManagement {
519
- /**
520
- * @member {ErrorManagementTypes} errorManagementType The type of error
521
- * management to use for the mapping. Possible values include:
522
- * 'RejectAndContinue', 'StopImport', 'RejectUntilLimit'
523
- */
524
- errorManagementType: ErrorManagementTypes;
525
- /**
526
- * @member {number} [errorLimit] The error limit allowed while importing
527
- * data.
528
- */
529
- errorLimit?: number;
530
- }
531
- /**
532
- * @interface
533
- * An interface representing ConnectorMappingFormat.
534
- * Connector mapping property format.
535
- *
536
- */
537
- export interface ConnectorMappingFormat {
538
- /**
539
- * @member {string} [columnDelimiter] The character that signifies a break
540
- * between columns.
541
- */
542
- columnDelimiter?: string;
543
- /**
544
- * @member {string} [acceptLanguage] The oData language.
545
- */
546
- acceptLanguage?: string;
547
- /**
548
- * @member {string} [quoteCharacter] Quote character, used to indicate
549
- * enquoted fields.
550
- */
551
- quoteCharacter?: string;
552
- /**
553
- * @member {string} [quoteEscapeCharacter] Escape character for quotes, can
554
- * be the same as the quoteCharacter.
555
- */
556
- quoteEscapeCharacter?: string;
557
- /**
558
- * @member {string} [arraySeparator] Character separating array elements.
559
- */
560
- arraySeparator?: string;
561
- }
562
- /**
563
- * @interface
564
- * An interface representing ConnectorMappingAvailability.
565
- * Connector mapping property availability.
566
- *
567
- */
568
- export interface ConnectorMappingAvailability {
569
- /**
570
- * @member {FrequencyTypes} [frequency] The frequency to update. Possible
571
- * values include: 'Minute', 'Hour', 'Day', 'Week', 'Month'
572
- */
573
- frequency?: FrequencyTypes;
574
- /**
575
- * @member {number} interval The interval of the given frequency to use.
576
- */
577
- interval: number;
578
- }
579
- /**
580
- * @interface
581
- * An interface representing ConnectorMappingStructure.
582
- * Connector mapping property structure.
583
- *
584
- */
585
- export interface ConnectorMappingStructure {
586
- /**
587
- * @member {string} propertyName The property name of the mapping entity.
588
- */
589
- propertyName: string;
590
- /**
591
- * @member {string} columnName The column name of the import file.
592
- */
593
- columnName: string;
594
- /**
595
- * @member {string} [customFormatSpecifier] Custom format specifier for input
596
- * parsing.
597
- */
598
- customFormatSpecifier?: string;
599
- /**
600
- * @member {boolean} [isEncrypted] Indicates if the column is encrypted.
601
- */
602
- isEncrypted?: boolean;
603
- }
604
- /**
605
- * @interface
606
- * An interface representing ConnectorMappingCompleteOperation.
607
- * The complete operation.
608
- *
609
- */
610
- export interface ConnectorMappingCompleteOperation {
611
- /**
612
- * @member {CompletionOperationTypes} [completionOperationType] The type of
613
- * completion operation. Possible values include: 'DoNothing', 'DeleteFile',
614
- * 'MoveFile'
615
- */
616
- completionOperationType?: CompletionOperationTypes;
617
- /**
618
- * @member {string} [destinationFolder] The destination folder where files
619
- * will be moved to once the import is done.
620
- */
621
- destinationFolder?: string;
622
- }
623
- /**
624
- * @interface
625
- * An interface representing ConnectorMappingProperties.
626
- * The connector mapping properties.
627
- *
628
- */
629
- export interface ConnectorMappingProperties {
630
- /**
631
- * @member {string} [folderPath] The folder path for the mapping.
632
- */
633
- folderPath?: string;
634
- /**
635
- * @member {string} [fileFilter] The file filter for the mapping.
636
- */
637
- fileFilter?: string;
638
- /**
639
- * @member {boolean} [hasHeader] If the file contains a header or not.
640
- */
641
- hasHeader?: boolean;
642
- /**
643
- * @member {ConnectorMappingErrorManagement} errorManagement The error
644
- * management setting for the mapping.
645
- */
646
- errorManagement: ConnectorMappingErrorManagement;
647
- /**
648
- * @member {ConnectorMappingFormat} format The format of mapping property.
649
- */
650
- format: ConnectorMappingFormat;
651
- /**
652
- * @member {ConnectorMappingAvailability} availability The availability of
653
- * mapping property.
654
- */
655
- availability: ConnectorMappingAvailability;
656
- /**
657
- * @member {ConnectorMappingStructure[]} structure Ingestion mapping
658
- * information at property level.
659
- */
660
- structure: ConnectorMappingStructure[];
661
- /**
662
- * @member {ConnectorMappingCompleteOperation} completeOperation The
663
- * operation after import is done.
664
- */
665
- completeOperation: ConnectorMappingCompleteOperation;
666
- }
667
- /**
668
- * @interface
669
- * An interface representing KpiThresholds.
670
- * Defines the KPI Threshold limits.
671
- *
672
- */
673
- export interface KpiThresholds {
674
- /**
675
- * @member {number} lowerLimit The lower threshold limit.
676
- */
677
- lowerLimit: number;
678
- /**
679
- * @member {number} upperLimit The upper threshold limit.
680
- */
681
- upperLimit: number;
682
- /**
683
- * @member {boolean} increasingKpi Whether or not the KPI is an increasing
684
- * KPI.
685
- */
686
- increasingKpi: boolean;
687
- }
688
- /**
689
- * @interface
690
- * An interface representing KpiGroupByMetadata.
691
- * The KPI GroupBy field metadata.
692
- *
693
- */
694
- export interface KpiGroupByMetadata {
695
- /**
696
- * @member {{ [propertyName: string]: string }} [displayName] The display
697
- * name.
698
- */
699
- displayName?: {
700
- [propertyName: string]: string;
701
- };
702
- /**
703
- * @member {string} [fieldName] The name of the field.
704
- */
705
- fieldName?: string;
706
- /**
707
- * @member {string} [fieldType] The type of the field.
708
- */
709
- fieldType?: string;
710
- }
711
- /**
712
- * @interface
713
- * An interface representing KpiParticipantProfilesMetadata.
714
- * The KPI participant profile metadata.
715
- *
716
- */
717
- export interface KpiParticipantProfilesMetadata {
718
- /**
719
- * @member {string} typeName Name of the type.
720
- */
721
- typeName: string;
722
- }
723
- /**
724
- * @interface
725
- * An interface representing KpiAlias.
726
- * The KPI alias.
727
- *
728
- */
729
- export interface KpiAlias {
730
- /**
731
- * @member {string} aliasName KPI alias name.
732
- */
733
- aliasName: string;
734
- /**
735
- * @member {string} expression The expression.
736
- */
737
- expression: string;
738
- }
739
- /**
740
- * @interface
741
- * An interface representing KpiExtract.
742
- * The KPI extract.
743
- *
744
- */
745
- export interface KpiExtract {
746
- /**
747
- * @member {string} extractName KPI extract name.
748
- */
749
- extractName: string;
750
- /**
751
- * @member {string} expression The expression.
752
- */
753
- expression: string;
754
- }
755
- /**
756
- * @interface
757
- * An interface representing KpiDefinition.
758
- * Defines the KPI Threshold limits.
759
- *
760
- */
761
- export interface KpiDefinition {
762
- /**
763
- * @member {EntityTypes} entityType The mapping entity type. Possible values
764
- * include: 'None', 'Profile', 'Interaction', 'Relationship'
765
- */
766
- entityType: EntityTypes;
767
- /**
768
- * @member {string} entityTypeName The mapping entity name.
769
- */
770
- entityTypeName: string;
771
- /**
772
- * @member {string} [tenantId] The hub name.
773
- * **NOTE: This property will not be serialized. It can only be populated by
774
- * the server.**
775
- */
776
- readonly tenantId?: string;
777
- /**
778
- * @member {string} [kpiName] The KPI name.
779
- * **NOTE: This property will not be serialized. It can only be populated by
780
- * the server.**
781
- */
782
- readonly kpiName?: string;
783
- /**
784
- * @member {{ [propertyName: string]: string }} [displayName] Localized
785
- * display name for the KPI.
786
- */
787
- displayName?: {
788
- [propertyName: string]: string;
789
- };
790
- /**
791
- * @member {{ [propertyName: string]: string }} [description] Localized
792
- * description for the KPI.
793
- */
794
- description?: {
795
- [propertyName: string]: string;
796
- };
797
- /**
798
- * @member {CalculationWindowTypes} calculationWindow The calculation window.
799
- * Possible values include: 'Lifetime', 'Hour', 'Day', 'Week', 'Month'
800
- */
801
- calculationWindow: CalculationWindowTypes;
802
- /**
803
- * @member {string} [calculationWindowFieldName] Name of calculation window
804
- * field.
805
- */
806
- calculationWindowFieldName?: string;
807
- /**
808
- * @member {KpiFunctions} functionProperty The computation function for the
809
- * KPI. Possible values include: 'Sum', 'Avg', 'Min', 'Max', 'Last', 'Count',
810
- * 'None', 'CountDistinct'
811
- */
812
- functionProperty: KpiFunctions;
813
- /**
814
- * @member {string} expression The computation expression for the KPI.
815
- */
816
- expression: string;
817
- /**
818
- * @member {string} [unit] The unit of measurement for the KPI.
819
- */
820
- unit?: string;
821
- /**
822
- * @member {string} [filter] The filter expression for the KPI.
823
- */
824
- filter?: string;
825
- /**
826
- * @member {string[]} [groupBy] the group by properties for the KPI.
827
- */
828
- groupBy?: string[];
829
- /**
830
- * @member {KpiGroupByMetadata[]} [groupByMetadata] The KPI GroupByMetadata.
831
- * **NOTE: This property will not be serialized. It can only be populated by
832
- * the server.**
833
- */
834
- readonly groupByMetadata?: KpiGroupByMetadata[];
835
- /**
836
- * @member {KpiParticipantProfilesMetadata[]} [participantProfilesMetadata]
837
- * The participant profiles.
838
- * **NOTE: This property will not be serialized. It can only be populated by
839
- * the server.**
840
- */
841
- readonly participantProfilesMetadata?: KpiParticipantProfilesMetadata[];
842
- /**
843
- * @member {ProvisioningStates} [provisioningState] Provisioning state.
844
- * Possible values include: 'Provisioning', 'Succeeded', 'Expiring',
845
- * 'Deleting', 'HumanIntervention', 'Failed'
846
- * **NOTE: This property will not be serialized. It can only be populated by
847
- * the server.**
848
- */
849
- readonly provisioningState?: ProvisioningStates;
850
- /**
851
- * @member {KpiThresholds} [thresHolds] The KPI thresholds.
852
- */
853
- thresHolds?: KpiThresholds;
854
- /**
855
- * @member {KpiAlias[]} [aliases] The aliases.
856
- */
857
- aliases?: KpiAlias[];
858
- /**
859
- * @member {KpiExtract[]} [extracts] The KPI extracts.
860
- */
861
- extracts?: KpiExtract[];
862
- }
863
- /**
864
- * @interface
865
- * An interface representing ProxyResource.
866
- * Common properties of proxy resource.
867
- *
868
- * @extends BaseResource
869
- */
870
- export interface ProxyResource extends BaseResource {
871
- /**
872
- * @member {string} [id] Resource ID.
873
- * **NOTE: This property will not be serialized. It can only be populated by
874
- * the server.**
875
- */
876
- readonly id?: string;
877
- /**
878
- * @member {string} [name] Resource name.
879
- * **NOTE: This property will not be serialized. It can only be populated by
880
- * the server.**
881
- */
882
- readonly name?: string;
883
- /**
884
- * @member {string} [type] Resource type.
885
- * **NOTE: This property will not be serialized. It can only be populated by
886
- * the server.**
887
- */
888
- readonly type?: string;
889
- }
890
- /**
891
- * @interface
892
- * An interface representing TypePropertiesMapping.
893
- * Metadata for a Link's property mapping.
894
- *
895
- */
896
- export interface TypePropertiesMapping {
897
- /**
898
- * @member {string} sourcePropertyName Property name on the source Entity
899
- * Type.
900
- */
901
- sourcePropertyName: string;
902
- /**
903
- * @member {string} targetPropertyName Property name on the target Entity
904
- * Type.
905
- */
906
- targetPropertyName: string;
907
- /**
908
- * @member {LinkTypes} [linkType] Link type. Possible values include:
909
- * 'UpdateAlways', 'CopyIfNull'
910
- */
911
- linkType?: LinkTypes;
912
- }
913
- /**
914
- * @interface
915
- * An interface representing ParticipantPropertyReference.
916
- * The participant property reference.
917
- *
918
- */
919
- export interface ParticipantPropertyReference {
920
- /**
921
- * @member {string} sourcePropertyName The source property that maps to the
922
- * target property.
923
- */
924
- sourcePropertyName: string;
925
- /**
926
- * @member {string} targetPropertyName The target property that maps to the
927
- * source property.
928
- */
929
- targetPropertyName: string;
930
- }
931
- /**
932
- * @interface
933
- * An interface representing RelationshipTypeFieldMapping.
934
- * Map a field of profile to its corresponding StrongId in Related Profile.
935
- *
936
- */
937
- export interface RelationshipTypeFieldMapping {
938
- /**
939
- * @member {string} profileFieldName Specifies the fieldName in profile.
940
- */
941
- profileFieldName: string;
942
- /**
943
- * @member {string} relatedProfileKeyProperty Specifies the KeyProperty (from
944
- * StrongId) of the related profile.
945
- */
946
- relatedProfileKeyProperty: string;
947
- }
948
- /**
949
- * @interface
950
- * An interface representing RelationshipTypeMapping.
951
- * Maps fields in Profile to their corresponding StrongIds in Related Profile.
952
- *
953
- */
954
- export interface RelationshipTypeMapping {
955
- /**
956
- * @member {RelationshipTypeFieldMapping[]} fieldMappings Maps a profile
957
- * property with the StrongId of related profile. This is an array to support
958
- * StrongIds that are composite key as well.
959
- */
960
- fieldMappings: RelationshipTypeFieldMapping[];
961
- }
962
- /**
963
- * @interface
964
- * An interface representing RelationshipLinkFieldMapping.
965
- * The fields mapping for Relationships.
966
- *
967
- */
968
- export interface RelationshipLinkFieldMapping {
969
- /**
970
- * @member {string} interactionFieldName The field name on the Interaction
971
- * Type.
972
- */
973
- interactionFieldName: string;
974
- /**
975
- * @member {LinkTypes} [linkType] Link type. Possible values include:
976
- * 'UpdateAlways', 'CopyIfNull'
977
- */
978
- linkType?: LinkTypes;
979
- /**
980
- * @member {string} relationshipFieldName The field name on the Relationship
981
- * metadata.
982
- */
983
- relationshipFieldName: string;
984
- }
985
- /**
986
- * @interface
987
- * An interface representing ParticipantProfilePropertyReference.
988
- * The participant profile property reference.
989
- *
990
- */
991
- export interface ParticipantProfilePropertyReference {
992
- /**
993
- * @member {string} interactionPropertyName The source interaction property
994
- * that maps to the target profile property.
995
- */
996
- interactionPropertyName: string;
997
- /**
998
- * @member {string} profilePropertyName The target profile property that maps
999
- * to the source interaction property.
1000
- */
1001
- profilePropertyName: string;
1002
- }
1003
- /**
1004
- * @interface
1005
- * An interface representing Participant.
1006
- * Describes a profile type participating in an interaction.
1007
- *
1008
- */
1009
- export interface Participant {
1010
- /**
1011
- * @member {string} profileTypeName Profile type name.
1012
- */
1013
- profileTypeName: string;
1014
- /**
1015
- * @member {ParticipantPropertyReference[]} participantPropertyReferences The
1016
- * property references.
1017
- */
1018
- participantPropertyReferences: ParticipantPropertyReference[];
1019
- /**
1020
- * @member {string} participantName Participant name.
1021
- */
1022
- participantName: string;
1023
- /**
1024
- * @member {{ [propertyName: string]: string }} [displayName] Localized
1025
- * display name.
1026
- */
1027
- displayName?: {
1028
- [propertyName: string]: string;
1029
- };
1030
- /**
1031
- * @member {{ [propertyName: string]: string }} [description] Localized
1032
- * descriptions.
1033
- */
1034
- description?: {
1035
- [propertyName: string]: string;
1036
- };
1037
- /**
1038
- * @member {string} [role] The role that the participant is playing in the
1039
- * interaction.
1040
- */
1041
- role?: string;
1042
- }
1043
- /**
1044
- * @interface
1045
- * An interface representing StrongId.
1046
- * Property/Properties which represent a unique ID.
1047
- *
1048
- */
1049
- export interface StrongId {
1050
- /**
1051
- * @member {string[]} keyPropertyNames The properties which make up the
1052
- * unique ID.
1053
- */
1054
- keyPropertyNames: string[];
1055
- /**
1056
- * @member {string} strongIdName The Name identifying the strong ID.
1057
- */
1058
- strongIdName: string;
1059
- /**
1060
- * @member {{ [propertyName: string]: string }} [displayName] Localized
1061
- * display name.
1062
- */
1063
- displayName?: {
1064
- [propertyName: string]: string;
1065
- };
1066
- /**
1067
- * @member {{ [propertyName: string]: string }} [description] Localized
1068
- * descriptions.
1069
- */
1070
- description?: {
1071
- [propertyName: string]: string;
1072
- };
1073
- }
1074
- /**
1075
- * @interface
1076
- * An interface representing ProfileResourceFormat.
1077
- * The profile resource format.
1078
- *
1079
- * @extends ProxyResource
1080
- */
1081
- export interface ProfileResourceFormat extends ProxyResource {
1082
- /**
1083
- * @member {{ [propertyName: string]: string[] }} [attributes] The attributes
1084
- * for the Type.
1085
- */
1086
- attributes?: {
1087
- [propertyName: string]: string[];
1088
- };
1089
- /**
1090
- * @member {{ [propertyName: string]: string }} [description] Localized
1091
- * descriptions for the property.
1092
- */
1093
- description?: {
1094
- [propertyName: string]: string;
1095
- };
1096
- /**
1097
- * @member {{ [propertyName: string]: string }} [displayName] Localized
1098
- * display names for the property.
1099
- */
1100
- displayName?: {
1101
- [propertyName: string]: string;
1102
- };
1103
- /**
1104
- * @member {{ [propertyName: string]: { [propertyName: string]: string } }}
1105
- * [localizedAttributes] Any custom localized attributes for the Type.
1106
- */
1107
- localizedAttributes?: {
1108
- [propertyName: string]: {
1109
- [propertyName: string]: string;
1110
- };
1111
- };
1112
- /**
1113
- * @member {string} [smallImage] Small Image associated with the Property or
1114
- * EntityType.
1115
- */
1116
- smallImage?: string;
1117
- /**
1118
- * @member {string} [mediumImage] Medium Image associated with the Property
1119
- * or EntityType.
1120
- */
1121
- mediumImage?: string;
1122
- /**
1123
- * @member {string} [largeImage] Large Image associated with the Property or
1124
- * EntityType.
1125
- */
1126
- largeImage?: string;
1127
- /**
1128
- * @member {string} [apiEntitySetName] The api entity set name. This becomes
1129
- * the odata entity set name for the entity Type being refered in this
1130
- * object.
1131
- */
1132
- apiEntitySetName?: string;
1133
- /**
1134
- * @member {EntityTypes} [entityType] Type of entity. Possible values
1135
- * include: 'None', 'Profile', 'Interaction', 'Relationship'
1136
- */
1137
- entityType?: EntityTypes;
1138
- /**
1139
- * @member {PropertyDefinition[]} [fields] The properties of the Profile.
1140
- */
1141
- fields?: PropertyDefinition[];
1142
- /**
1143
- * @member {number} [instancesCount] The instance count.
1144
- */
1145
- instancesCount?: number;
1146
- /**
1147
- * @member {Date} [lastChangedUtc] The last changed time for the type
1148
- * definition.
1149
- * **NOTE: This property will not be serialized. It can only be populated by
1150
- * the server.**
1151
- */
1152
- readonly lastChangedUtc?: Date;
1153
- /**
1154
- * @member {ProvisioningStates} [provisioningState] Provisioning state.
1155
- * Possible values include: 'Provisioning', 'Succeeded', 'Expiring',
1156
- * 'Deleting', 'HumanIntervention', 'Failed'
1157
- * **NOTE: This property will not be serialized. It can only be populated by
1158
- * the server.**
1159
- */
1160
- readonly provisioningState?: ProvisioningStates;
1161
- /**
1162
- * @member {string} [schemaItemTypeLink] The schema org link. This helps ACI
1163
- * identify and suggest semantic models.
1164
- */
1165
- schemaItemTypeLink?: string;
1166
- /**
1167
- * @member {string} [tenantId] The hub name.
1168
- * **NOTE: This property will not be serialized. It can only be populated by
1169
- * the server.**
1170
- */
1171
- readonly tenantId?: string;
1172
- /**
1173
- * @member {string} [timestampFieldName] The timestamp property name.
1174
- * Represents the time when the interaction or profile update happened.
1175
- */
1176
- timestampFieldName?: string;
1177
- /**
1178
- * @member {string} [typeName] The name of the entity.
1179
- */
1180
- typeName?: string;
1181
- /**
1182
- * @member {StrongId[]} [strongIds] The strong IDs.
1183
- */
1184
- strongIds?: StrongId[];
1185
- }
1186
- /**
1187
- * @interface
1188
- * An interface representing InteractionResourceFormat.
1189
- * The interaction resource format.
1190
- *
1191
- * @extends ProxyResource
1192
- */
1193
- export interface InteractionResourceFormat extends ProxyResource {
1194
- /**
1195
- * @member {{ [propertyName: string]: string[] }} [attributes] The attributes
1196
- * for the Type.
1197
- */
1198
- attributes?: {
1199
- [propertyName: string]: string[];
1200
- };
1201
- /**
1202
- * @member {{ [propertyName: string]: string }} [description] Localized
1203
- * descriptions for the property.
1204
- */
1205
- description?: {
1206
- [propertyName: string]: string;
1207
- };
1208
- /**
1209
- * @member {{ [propertyName: string]: string }} [displayName] Localized
1210
- * display names for the property.
1211
- */
1212
- displayName?: {
1213
- [propertyName: string]: string;
1214
- };
1215
- /**
1216
- * @member {{ [propertyName: string]: { [propertyName: string]: string } }}
1217
- * [localizedAttributes] Any custom localized attributes for the Type.
1218
- */
1219
- localizedAttributes?: {
1220
- [propertyName: string]: {
1221
- [propertyName: string]: string;
1222
- };
1223
- };
1224
- /**
1225
- * @member {string} [smallImage] Small Image associated with the Property or
1226
- * EntityType.
1227
- */
1228
- smallImage?: string;
1229
- /**
1230
- * @member {string} [mediumImage] Medium Image associated with the Property
1231
- * or EntityType.
1232
- */
1233
- mediumImage?: string;
1234
- /**
1235
- * @member {string} [largeImage] Large Image associated with the Property or
1236
- * EntityType.
1237
- */
1238
- largeImage?: string;
1239
- /**
1240
- * @member {string} [apiEntitySetName] The api entity set name. This becomes
1241
- * the odata entity set name for the entity Type being refered in this
1242
- * object.
1243
- */
1244
- apiEntitySetName?: string;
1245
- /**
1246
- * @member {EntityTypes} [entityType] Type of entity. Possible values
1247
- * include: 'None', 'Profile', 'Interaction', 'Relationship'
1248
- */
1249
- entityType?: EntityTypes;
1250
- /**
1251
- * @member {PropertyDefinition[]} [fields] The properties of the Profile.
1252
- */
1253
- fields?: PropertyDefinition[];
1254
- /**
1255
- * @member {number} [instancesCount] The instance count.
1256
- */
1257
- instancesCount?: number;
1258
- /**
1259
- * @member {Date} [lastChangedUtc] The last changed time for the type
1260
- * definition.
1261
- * **NOTE: This property will not be serialized. It can only be populated by
1262
- * the server.**
1263
- */
1264
- readonly lastChangedUtc?: Date;
1265
- /**
1266
- * @member {ProvisioningStates} [provisioningState] Provisioning state.
1267
- * Possible values include: 'Provisioning', 'Succeeded', 'Expiring',
1268
- * 'Deleting', 'HumanIntervention', 'Failed'
1269
- * **NOTE: This property will not be serialized. It can only be populated by
1270
- * the server.**
1271
- */
1272
- readonly provisioningState?: ProvisioningStates;
1273
- /**
1274
- * @member {string} [schemaItemTypeLink] The schema org link. This helps ACI
1275
- * identify and suggest semantic models.
1276
- */
1277
- schemaItemTypeLink?: string;
1278
- /**
1279
- * @member {string} [tenantId] The hub name.
1280
- * **NOTE: This property will not be serialized. It can only be populated by
1281
- * the server.**
1282
- */
1283
- readonly tenantId?: string;
1284
- /**
1285
- * @member {string} [timestampFieldName] The timestamp property name.
1286
- * Represents the time when the interaction or profile update happened.
1287
- */
1288
- timestampFieldName?: string;
1289
- /**
1290
- * @member {string} [typeName] The name of the entity.
1291
- */
1292
- typeName?: string;
1293
- /**
1294
- * @member {string[]} [idPropertyNames] The id property names. Properties
1295
- * which uniquely identify an interaction instance.
1296
- */
1297
- idPropertyNames?: string[];
1298
- /**
1299
- * @member {Participant[]} [participantProfiles] Profiles that participated
1300
- * in the interaction.
1301
- */
1302
- participantProfiles?: Participant[];
1303
- /**
1304
- * @member {string} [primaryParticipantProfilePropertyName] The primary
1305
- * participant property name for an interaction ,This is used to logically
1306
- * represent the agent of the interaction, Specify the participant name here
1307
- * from ParticipantName.
1308
- */
1309
- primaryParticipantProfilePropertyName?: string;
1310
- /**
1311
- * @member {DataSourcePrecedence[]} [dataSourcePrecedenceRules] This is
1312
- * specific to interactions modeled as activities. Data sources are used to
1313
- * determine where data is stored and also in precedence rules.
1314
- * **NOTE: This property will not be serialized. It can only be populated by
1315
- * the server.**
1316
- */
1317
- readonly dataSourcePrecedenceRules?: DataSourcePrecedence[];
1318
- /**
1319
- * @member {string} [interactionResourceFormatName] The data source name
1320
- * **NOTE: This property will not be serialized. It can only be populated by
1321
- * the server.**
1322
- */
1323
- readonly interactionResourceFormatName?: string;
1324
- /**
1325
- * @member {DataSourceType} [dataSourceType] The data source type. Possible
1326
- * values include: 'Connector', 'LinkInteraction', 'SystemDefault'
1327
- * **NOTE: This property will not be serialized. It can only be populated by
1328
- * the server.**
1329
- */
1330
- readonly dataSourceType?: DataSourceType;
1331
- /**
1332
- * @member {Status} [status] The data source status. Possible values include:
1333
- * 'None', 'Active', 'Deleted'
1334
- * **NOTE: This property will not be serialized. It can only be populated by
1335
- * the server.**
1336
- */
1337
- readonly status?: Status;
1338
- /**
1339
- * @member {number} [interactionResourceFormatId] The data source ID.
1340
- * **NOTE: This property will not be serialized. It can only be populated by
1341
- * the server.**
1342
- */
1343
- readonly interactionResourceFormatId?: number;
1344
- /**
1345
- * @member {string} [dataSourceReferenceId] The data source reference id.
1346
- * **NOTE: This property will not be serialized. It can only be populated by
1347
- * the server.**
1348
- */
1349
- readonly dataSourceReferenceId?: string;
1350
- /**
1351
- * @member {boolean} [isActivity] An interaction can be tagged as an activity
1352
- * only during create. This enables the interaction to be editable and can
1353
- * enable merging of properties from multiple data sources based on
1354
- * precedence, which is defined at a link level.
1355
- */
1356
- isActivity?: boolean;
1357
- }
1358
- /**
1359
- * @interface
1360
- * An interface representing KpiResourceFormat.
1361
- * The KPI resource format.
1362
- *
1363
- * @extends ProxyResource
1364
- */
1365
- export interface KpiResourceFormat extends ProxyResource {
1366
- /**
1367
- * @member {EntityTypes} entityType The mapping entity type. Possible values
1368
- * include: 'None', 'Profile', 'Interaction', 'Relationship'
1369
- */
1370
- entityType: EntityTypes;
1371
- /**
1372
- * @member {string} entityTypeName The mapping entity name.
1373
- */
1374
- entityTypeName: string;
1375
- /**
1376
- * @member {string} [tenantId] The hub name.
1377
- * **NOTE: This property will not be serialized. It can only be populated by
1378
- * the server.**
1379
- */
1380
- readonly tenantId?: string;
1381
- /**
1382
- * @member {string} [kpiName] The KPI name.
1383
- * **NOTE: This property will not be serialized. It can only be populated by
1384
- * the server.**
1385
- */
1386
- readonly kpiName?: string;
1387
- /**
1388
- * @member {{ [propertyName: string]: string }} [displayName] Localized
1389
- * display name for the KPI.
1390
- */
1391
- displayName?: {
1392
- [propertyName: string]: string;
1393
- };
1394
- /**
1395
- * @member {{ [propertyName: string]: string }} [description] Localized
1396
- * description for the KPI.
1397
- */
1398
- description?: {
1399
- [propertyName: string]: string;
1400
- };
1401
- /**
1402
- * @member {CalculationWindowTypes} calculationWindow The calculation window.
1403
- * Possible values include: 'Lifetime', 'Hour', 'Day', 'Week', 'Month'
1404
- */
1405
- calculationWindow: CalculationWindowTypes;
1406
- /**
1407
- * @member {string} [calculationWindowFieldName] Name of calculation window
1408
- * field.
1409
- */
1410
- calculationWindowFieldName?: string;
1411
- /**
1412
- * @member {KpiFunctions} functionProperty The computation function for the
1413
- * KPI. Possible values include: 'Sum', 'Avg', 'Min', 'Max', 'Last', 'Count',
1414
- * 'None', 'CountDistinct'
1415
- */
1416
- functionProperty: KpiFunctions;
1417
- /**
1418
- * @member {string} expression The computation expression for the KPI.
1419
- */
1420
- expression: string;
1421
- /**
1422
- * @member {string} [unit] The unit of measurement for the KPI.
1423
- */
1424
- unit?: string;
1425
- /**
1426
- * @member {string} [filter] The filter expression for the KPI.
1427
- */
1428
- filter?: string;
1429
- /**
1430
- * @member {string[]} [groupBy] the group by properties for the KPI.
1431
- */
1432
- groupBy?: string[];
1433
- /**
1434
- * @member {KpiGroupByMetadata[]} [groupByMetadata] The KPI GroupByMetadata.
1435
- * **NOTE: This property will not be serialized. It can only be populated by
1436
- * the server.**
1437
- */
1438
- readonly groupByMetadata?: KpiGroupByMetadata[];
1439
- /**
1440
- * @member {KpiParticipantProfilesMetadata[]} [participantProfilesMetadata]
1441
- * The participant profiles.
1442
- * **NOTE: This property will not be serialized. It can only be populated by
1443
- * the server.**
1444
- */
1445
- readonly participantProfilesMetadata?: KpiParticipantProfilesMetadata[];
1446
- /**
1447
- * @member {ProvisioningStates} [provisioningState] Provisioning state.
1448
- * Possible values include: 'Provisioning', 'Succeeded', 'Expiring',
1449
- * 'Deleting', 'HumanIntervention', 'Failed'
1450
- * **NOTE: This property will not be serialized. It can only be populated by
1451
- * the server.**
1452
- */
1453
- readonly provisioningState?: ProvisioningStates;
1454
- /**
1455
- * @member {KpiThresholds} [thresHolds] The KPI thresholds.
1456
- */
1457
- thresHolds?: KpiThresholds;
1458
- /**
1459
- * @member {KpiAlias[]} [aliases] The aliases.
1460
- */
1461
- aliases?: KpiAlias[];
1462
- /**
1463
- * @member {KpiExtract[]} [extracts] The KPI extracts.
1464
- */
1465
- extracts?: KpiExtract[];
1466
- }
1467
- /**
1468
- * @interface
1469
- * An interface representing EnrichingKpi.
1470
- * The enriching KPI definition.
1471
- *
1472
- * @extends KpiDefinition
1473
- */
1474
- export interface EnrichingKpi extends KpiDefinition {
1475
- }
1476
- /**
1477
- * @interface
1478
- * An interface representing ConnectorResourceFormat.
1479
- * The connector resource format.
1480
- *
1481
- * @extends ProxyResource
1482
- */
1483
- export interface ConnectorResourceFormat extends ProxyResource {
1484
- /**
1485
- * @member {number} [connectorId] ID of the connector.
1486
- * **NOTE: This property will not be serialized. It can only be populated by
1487
- * the server.**
1488
- */
1489
- readonly connectorId?: number;
1490
- /**
1491
- * @member {string} [connectorName] Name of the connector.
1492
- */
1493
- connectorName?: string;
1494
- /**
1495
- * @member {ConnectorTypes} connectorType Type of connector. Possible values
1496
- * include: 'None', 'CRM', 'AzureBlob', 'Salesforce', 'ExchangeOnline',
1497
- * 'Outbound'
1498
- */
1499
- connectorType: ConnectorTypes;
1500
- /**
1501
- * @member {string} [displayName] Display name of the connector.
1502
- */
1503
- displayName?: string;
1504
- /**
1505
- * @member {string} [description] Description of the connector.
1506
- */
1507
- description?: string;
1508
- /**
1509
- * @member {{ [propertyName: string]: any }} connectorProperties The
1510
- * connector properties.
1511
- */
1512
- connectorProperties: {
1513
- [propertyName: string]: any;
1514
- };
1515
- /**
1516
- * @member {Date} [created] The created time.
1517
- * **NOTE: This property will not be serialized. It can only be populated by
1518
- * the server.**
1519
- */
1520
- readonly created?: Date;
1521
- /**
1522
- * @member {Date} [lastModified] The last monified time.
1523
- * **NOTE: This property will not be serialized. It can only be populated by
1524
- * the server.**
1525
- */
1526
- readonly lastModified?: Date;
1527
- /**
1528
- * @member {ConnectorStates} [state] State of connector. Possible values
1529
- * include: 'Creating', 'Created', 'Ready', 'Expiring', 'Deleting', 'Failed'
1530
- * **NOTE: This property will not be serialized. It can only be populated by
1531
- * the server.**
1532
- */
1533
- readonly state?: ConnectorStates;
1534
- /**
1535
- * @member {string} [tenantId] The hub name.
1536
- * **NOTE: This property will not be serialized. It can only be populated by
1537
- * the server.**
1538
- */
1539
- readonly tenantId?: string;
1540
- /**
1541
- * @member {boolean} [isInternal] If this is an internal connector.
1542
- */
1543
- isInternal?: boolean;
1544
- }
1545
- /**
1546
- * @interface
1547
- * An interface representing ConnectorMappingResourceFormat.
1548
- * The c onnector mapping resource format.
1549
- *
1550
- * @extends ProxyResource
1551
- */
1552
- export interface ConnectorMappingResourceFormat extends ProxyResource {
1553
- /**
1554
- * @member {string} [connectorName] The connector name.
1555
- * **NOTE: This property will not be serialized. It can only be populated by
1556
- * the server.**
1557
- */
1558
- readonly connectorName?: string;
1559
- /**
1560
- * @member {ConnectorTypes} [connectorType] Type of connector. Possible
1561
- * values include: 'None', 'CRM', 'AzureBlob', 'Salesforce',
1562
- * 'ExchangeOnline', 'Outbound'
1563
- */
1564
- connectorType?: ConnectorTypes;
1565
- /**
1566
- * @member {Date} [created] The created time.
1567
- * **NOTE: This property will not be serialized. It can only be populated by
1568
- * the server.**
1569
- */
1570
- readonly created?: Date;
1571
- /**
1572
- * @member {Date} [lastModified] The last monified time.
1573
- * **NOTE: This property will not be serialized. It can only be populated by
1574
- * the server.**
1575
- */
1576
- readonly lastModified?: Date;
1577
- /**
1578
- * @member {EntityTypes} entityType Defines which entity type the file should
1579
- * map to. Possible values include: 'None', 'Profile', 'Interaction',
1580
- * 'Relationship'
1581
- */
1582
- entityType: EntityTypes;
1583
- /**
1584
- * @member {string} entityTypeName The mapping entity name.
1585
- */
1586
- entityTypeName: string;
1587
- /**
1588
- * @member {string} [connectorMappingName] The connector mapping name
1589
- * **NOTE: This property will not be serialized. It can only be populated by
1590
- * the server.**
1591
- */
1592
- readonly connectorMappingName?: string;
1593
- /**
1594
- * @member {string} [displayName] Display name for the connector mapping.
1595
- */
1596
- displayName?: string;
1597
- /**
1598
- * @member {string} [description] The description of the connector mapping.
1599
- */
1600
- description?: string;
1601
- /**
1602
- * @member {string} [dataFormatId] The DataFormat ID.
1603
- * **NOTE: This property will not be serialized. It can only be populated by
1604
- * the server.**
1605
- */
1606
- readonly dataFormatId?: string;
1607
- /**
1608
- * @member {ConnectorMappingProperties} mappingProperties The properties of
1609
- * the mapping.
1610
- */
1611
- mappingProperties: ConnectorMappingProperties;
1612
- /**
1613
- * @member {Date} [nextRunTime] The next run time based on customer's
1614
- * settings.
1615
- * **NOTE: This property will not be serialized. It can only be populated by
1616
- * the server.**
1617
- */
1618
- readonly nextRunTime?: Date;
1619
- /**
1620
- * @member {string} [runId] The RunId.
1621
- * **NOTE: This property will not be serialized. It can only be populated by
1622
- * the server.**
1623
- */
1624
- readonly runId?: string;
1625
- /**
1626
- * @member {ConnectorMappingStates} [state] State of connector mapping.
1627
- * Possible values include: 'Creating', 'Created', 'Failed', 'Ready',
1628
- * 'Running', 'Stopped', 'Expiring'
1629
- * **NOTE: This property will not be serialized. It can only be populated by
1630
- * the server.**
1631
- */
1632
- readonly state?: ConnectorMappingStates;
1633
- /**
1634
- * @member {string} [tenantId] The hub name.
1635
- * **NOTE: This property will not be serialized. It can only be populated by
1636
- * the server.**
1637
- */
1638
- readonly tenantId?: string;
1639
- }
1640
- /**
1641
- * @interface
1642
- * An interface representing AuthorizationPolicyResourceFormat.
1643
- * The authorization policy resource format.
1644
- *
1645
- * @extends ProxyResource
1646
- */
1647
- export interface AuthorizationPolicyResourceFormat extends ProxyResource {
1648
- /**
1649
- * @member {string} [policyName] Name of the policy.
1650
- * **NOTE: This property will not be serialized. It can only be populated by
1651
- * the server.**
1652
- */
1653
- readonly policyName?: string;
1654
- /**
1655
- * @member {PermissionTypes[]} permissions The permissions associated with
1656
- * the policy.
1657
- */
1658
- permissions: PermissionTypes[];
1659
- /**
1660
- * @member {string} [primaryKey] Primary key assiciated with the policy.
1661
- */
1662
- primaryKey?: string;
1663
- /**
1664
- * @member {string} [secondaryKey] Secondary key assiciated with the policy.
1665
- */
1666
- secondaryKey?: string;
1667
- }
1668
- /**
1669
- * @interface
1670
- * An interface representing LinkResourceFormat.
1671
- * The link resource format.
1672
- *
1673
- * @extends ProxyResource
1674
- */
1675
- export interface LinkResourceFormat extends ProxyResource {
1676
- /**
1677
- * @member {string} [tenantId] The hub name.
1678
- * **NOTE: This property will not be serialized. It can only be populated by
1679
- * the server.**
1680
- */
1681
- readonly tenantId?: string;
1682
- /**
1683
- * @member {string} [linkName] The link name.
1684
- * **NOTE: This property will not be serialized. It can only be populated by
1685
- * the server.**
1686
- */
1687
- readonly linkName?: string;
1688
- /**
1689
- * @member {EntityType} sourceEntityType Type of source entity. Possible
1690
- * values include: 'None', 'Profile', 'Interaction', 'Relationship'
1691
- */
1692
- sourceEntityType: EntityType;
1693
- /**
1694
- * @member {EntityType} targetEntityType Type of target entity. Possible
1695
- * values include: 'None', 'Profile', 'Interaction', 'Relationship'
1696
- */
1697
- targetEntityType: EntityType;
1698
- /**
1699
- * @member {string} sourceEntityTypeName Name of the source Entity Type.
1700
- */
1701
- sourceEntityTypeName: string;
1702
- /**
1703
- * @member {string} targetEntityTypeName Name of the target Entity Type.
1704
- */
1705
- targetEntityTypeName: string;
1706
- /**
1707
- * @member {{ [propertyName: string]: string }} [displayName] Localized
1708
- * display name for the Link.
1709
- */
1710
- displayName?: {
1711
- [propertyName: string]: string;
1712
- };
1713
- /**
1714
- * @member {{ [propertyName: string]: string }} [description] Localized
1715
- * descriptions for the Link.
1716
- */
1717
- description?: {
1718
- [propertyName: string]: string;
1719
- };
1720
- /**
1721
- * @member {TypePropertiesMapping[]} [mappings] The set of properties
1722
- * mappings between the source and target Types.
1723
- */
1724
- mappings?: TypePropertiesMapping[];
1725
- /**
1726
- * @member {ParticipantPropertyReference[]} participantPropertyReferences The
1727
- * properties that represent the participating profile.
1728
- */
1729
- participantPropertyReferences: ParticipantPropertyReference[];
1730
- /**
1731
- * @member {ProvisioningStates} [provisioningState] Provisioning state.
1732
- * Possible values include: 'Provisioning', 'Succeeded', 'Expiring',
1733
- * 'Deleting', 'HumanIntervention', 'Failed'
1734
- * **NOTE: This property will not be serialized. It can only be populated by
1735
- * the server.**
1736
- */
1737
- readonly provisioningState?: ProvisioningStates;
1738
- /**
1739
- * @member {boolean} [referenceOnly] Indicating whether the link is reference
1740
- * only link. This flag is ingored if the Mappings are defined. If the
1741
- * mappings are not defined and it is set to true, links processing will not
1742
- * create or update profiles.
1743
- */
1744
- referenceOnly?: boolean;
1745
- /**
1746
- * @member {InstanceOperationType} [operationType] Determines whether this
1747
- * link is supposed to create or delete instances if Link is NOT Reference
1748
- * Only. Possible values include: 'Upsert', 'Delete'
1749
- */
1750
- operationType?: InstanceOperationType;
1751
- }
1752
- /**
1753
- * @interface
1754
- * An interface representing RelationshipResourceFormat.
1755
- * The relationship resource format.
1756
- *
1757
- * @extends ProxyResource
1758
- */
1759
- export interface RelationshipResourceFormat extends ProxyResource {
1760
- /**
1761
- * @member {CardinalityTypes} [cardinality] The Relationship Cardinality.
1762
- * Possible values include: 'OneToOne', 'OneToMany', 'ManyToMany'
1763
- */
1764
- cardinality?: CardinalityTypes;
1765
- /**
1766
- * @member {{ [propertyName: string]: string }} [displayName] Localized
1767
- * display name for the Relationship.
1768
- */
1769
- displayName?: {
1770
- [propertyName: string]: string;
1771
- };
1772
- /**
1773
- * @member {{ [propertyName: string]: string }} [description] Localized
1774
- * descriptions for the Relationship.
1775
- */
1776
- description?: {
1777
- [propertyName: string]: string;
1778
- };
1779
- /**
1780
- * @member {Date} [expiryDateTimeUtc] The expiry date time in UTC.
1781
- */
1782
- expiryDateTimeUtc?: Date;
1783
- /**
1784
- * @member {PropertyDefinition[]} [fields] The properties of the
1785
- * Relationship.
1786
- */
1787
- fields?: PropertyDefinition[];
1788
- /**
1789
- * @member {RelationshipTypeMapping[]} [lookupMappings] Optional property to
1790
- * be used to map fields in profile to their strong ids in related profile.
1791
- */
1792
- lookupMappings?: RelationshipTypeMapping[];
1793
- /**
1794
- * @member {string} profileType Profile type.
1795
- */
1796
- profileType: string;
1797
- /**
1798
- * @member {ProvisioningStates} [provisioningState] Provisioning state.
1799
- * Possible values include: 'Provisioning', 'Succeeded', 'Expiring',
1800
- * 'Deleting', 'HumanIntervention', 'Failed'
1801
- * **NOTE: This property will not be serialized. It can only be populated by
1802
- * the server.**
1803
- */
1804
- readonly provisioningState?: ProvisioningStates;
1805
- /**
1806
- * @member {string} [relationshipName] The Relationship name.
1807
- * **NOTE: This property will not be serialized. It can only be populated by
1808
- * the server.**
1809
- */
1810
- readonly relationshipName?: string;
1811
- /**
1812
- * @member {string} relatedProfileType Related profile being referenced.
1813
- */
1814
- relatedProfileType: string;
1815
- /**
1816
- * @member {string} [relationshipGuidId] The relationship guid id.
1817
- * **NOTE: This property will not be serialized. It can only be populated by
1818
- * the server.**
1819
- */
1820
- readonly relationshipGuidId?: string;
1821
- /**
1822
- * @member {string} [tenantId] The hub name.
1823
- * **NOTE: This property will not be serialized. It can only be populated by
1824
- * the server.**
1825
- */
1826
- readonly tenantId?: string;
1827
- }
1828
- /**
1829
- * @interface
1830
- * An interface representing RelationshipLinkResourceFormat.
1831
- * The relationship link resource format.
1832
- *
1833
- * @extends ProxyResource
1834
- */
1835
- export interface RelationshipLinkResourceFormat extends ProxyResource {
1836
- /**
1837
- * @member {{ [propertyName: string]: string }} [displayName] Localized
1838
- * display name for the Relationship Link.
1839
- */
1840
- displayName?: {
1841
- [propertyName: string]: string;
1842
- };
1843
- /**
1844
- * @member {{ [propertyName: string]: string }} [description] Localized
1845
- * descriptions for the Relationship Link.
1846
- */
1847
- description?: {
1848
- [propertyName: string]: string;
1849
- };
1850
- /**
1851
- * @member {string} interactionType The InteractionType associated with the
1852
- * Relationship Link.
1853
- */
1854
- interactionType: string;
1855
- /**
1856
- * @member {string} [linkName] The name of the Relationship Link.
1857
- * **NOTE: This property will not be serialized. It can only be populated by
1858
- * the server.**
1859
- */
1860
- readonly linkName?: string;
1861
- /**
1862
- * @member {RelationshipLinkFieldMapping[]} [mappings] The mappings between
1863
- * Interaction and Relationship fields.
1864
- */
1865
- mappings?: RelationshipLinkFieldMapping[];
1866
- /**
1867
- * @member {ParticipantProfilePropertyReference[]} profilePropertyReferences
1868
- * The property references for the Profile of the Relationship.
1869
- */
1870
- profilePropertyReferences: ParticipantProfilePropertyReference[];
1871
- /**
1872
- * @member {ProvisioningStates} [provisioningState] Provisioning state.
1873
- * Possible values include: 'Provisioning', 'Succeeded', 'Expiring',
1874
- * 'Deleting', 'HumanIntervention', 'Failed'
1875
- * **NOTE: This property will not be serialized. It can only be populated by
1876
- * the server.**
1877
- */
1878
- readonly provisioningState?: ProvisioningStates;
1879
- /**
1880
- * @member {ParticipantProfilePropertyReference[]}
1881
- * relatedProfilePropertyReferences The property references for the Related
1882
- * Profile of the Relationship.
1883
- */
1884
- relatedProfilePropertyReferences: ParticipantProfilePropertyReference[];
1885
- /**
1886
- * @member {string} relationshipName The Relationship associated with the
1887
- * Link.
1888
- */
1889
- relationshipName: string;
1890
- /**
1891
- * @member {string} [relationshipGuidId] The relationship guid id.
1892
- * **NOTE: This property will not be serialized. It can only be populated by
1893
- * the server.**
1894
- */
1895
- readonly relationshipGuidId?: string;
1896
- /**
1897
- * @member {string} [tenantId] The hub name.
1898
- * **NOTE: This property will not be serialized. It can only be populated by
1899
- * the server.**
1900
- */
1901
- readonly tenantId?: string;
1902
- }
1903
- /**
1904
- * @interface
1905
- * An interface representing ViewResourceFormat.
1906
- * The view resource format.
1907
- *
1908
- * @extends ProxyResource
1909
- */
1910
- export interface ViewResourceFormat extends ProxyResource {
1911
- /**
1912
- * @member {string} [viewName] Name of the view.
1913
- * **NOTE: This property will not be serialized. It can only be populated by
1914
- * the server.**
1915
- */
1916
- readonly viewName?: string;
1917
- /**
1918
- * @member {string} [userId] the user ID.
1919
- */
1920
- userId?: string;
1921
- /**
1922
- * @member {string} [tenantId] the hub name.
1923
- * **NOTE: This property will not be serialized. It can only be populated by
1924
- * the server.**
1925
- */
1926
- readonly tenantId?: string;
1927
- /**
1928
- * @member {{ [propertyName: string]: string }} [displayName] Localized
1929
- * display name for the view.
1930
- */
1931
- displayName?: {
1932
- [propertyName: string]: string;
1933
- };
1934
- /**
1935
- * @member {string} definition View definition.
1936
- */
1937
- definition: string;
1938
- /**
1939
- * @member {Date} [changed] Date time when view was last modified.
1940
- * **NOTE: This property will not be serialized. It can only be populated by
1941
- * the server.**
1942
- */
1943
- readonly changed?: Date;
1944
- /**
1945
- * @member {Date} [created] Date time when view was created.
1946
- * **NOTE: This property will not be serialized. It can only be populated by
1947
- * the server.**
1948
- */
1949
- readonly created?: Date;
1950
- }
1951
- /**
1952
- * @interface
1953
- * An interface representing WidgetTypeResourceFormat.
1954
- * The WidgetTypeResourceFormat
1955
- *
1956
- * @extends ProxyResource
1957
- */
1958
- export interface WidgetTypeResourceFormat extends ProxyResource {
1959
- /**
1960
- * @member {string} [widgetTypeName] Name of the widget type.
1961
- * **NOTE: This property will not be serialized. It can only be populated by
1962
- * the server.**
1963
- */
1964
- readonly widgetTypeName?: string;
1965
- /**
1966
- * @member {string} definition Definition for widget type.
1967
- */
1968
- definition: string;
1969
- /**
1970
- * @member {string} [description] Description for widget type.
1971
- */
1972
- description?: string;
1973
- /**
1974
- * @member {{ [propertyName: string]: string }} [displayName] Localized
1975
- * display name for the widget type.
1976
- */
1977
- displayName?: {
1978
- [propertyName: string]: string;
1979
- };
1980
- /**
1981
- * @member {string} [imageUrl] The image URL.
1982
- */
1983
- imageUrl?: string;
1984
- /**
1985
- * @member {string} [tenantId] The hub name.
1986
- * **NOTE: This property will not be serialized. It can only be populated by
1987
- * the server.**
1988
- */
1989
- readonly tenantId?: string;
1990
- /**
1991
- * @member {string} [widgetVersion] The widget version.
1992
- */
1993
- widgetVersion?: string;
1994
- /**
1995
- * @member {Date} [changed] Date time when widget type was last modified.
1996
- * **NOTE: This property will not be serialized. It can only be populated by
1997
- * the server.**
1998
- */
1999
- readonly changed?: Date;
2000
- /**
2001
- * @member {Date} [created] Date time when widget type was created.
2002
- * **NOTE: This property will not be serialized. It can only be populated by
2003
- * the server.**
2004
- */
2005
- readonly created?: Date;
2006
- }
2007
- /**
2008
- * @interface
2009
- * An interface representing AssignmentPrincipal.
2010
- * The AssignmentPrincipal
2011
- *
2012
- */
2013
- export interface AssignmentPrincipal {
2014
- /**
2015
- * @member {string} principalId The principal id being assigned to.
2016
- */
2017
- principalId: string;
2018
- /**
2019
- * @member {string} principalType The Type of the principal ID.
2020
- */
2021
- principalType: string;
2022
- /**
2023
- * @member {{ [propertyName: string]: string }} [principalMetadata] Other
2024
- * metadata for the principal.
2025
- */
2026
- principalMetadata?: {
2027
- [propertyName: string]: string;
2028
- };
2029
- }
2030
- /**
2031
- * @interface
2032
- * An interface representing ResourceSetDescription.
2033
- * The resource set description.
2034
- *
2035
- */
2036
- export interface ResourceSetDescription {
2037
- /**
2038
- * @member {string[]} [elements] The elements included in the set.
2039
- */
2040
- elements?: string[];
2041
- /**
2042
- * @member {string[]} [exceptions] The elements that are not included in the
2043
- * set, in case elements contains '*' indicating 'all'.
2044
- */
2045
- exceptions?: string[];
2046
- }
2047
- /**
2048
- * @interface
2049
- * An interface representing RoleAssignmentResourceFormat.
2050
- * The Role Assignment resource format.
2051
- *
2052
- * @extends ProxyResource
2053
- */
2054
- export interface RoleAssignmentResourceFormat extends ProxyResource {
2055
- /**
2056
- * @member {string} [tenantId] The hub name.
2057
- * **NOTE: This property will not be serialized. It can only be populated by
2058
- * the server.**
2059
- */
2060
- readonly tenantId?: string;
2061
- /**
2062
- * @member {string} [assignmentName] The name of the metadata object.
2063
- * **NOTE: This property will not be serialized. It can only be populated by
2064
- * the server.**
2065
- */
2066
- readonly assignmentName?: string;
2067
- /**
2068
- * @member {{ [propertyName: string]: string }} [displayName] Localized
2069
- * display names for the metadata.
2070
- */
2071
- displayName?: {
2072
- [propertyName: string]: string;
2073
- };
2074
- /**
2075
- * @member {{ [propertyName: string]: string }} [description] Localized
2076
- * description for the metadata.
2077
- */
2078
- description?: {
2079
- [propertyName: string]: string;
2080
- };
2081
- /**
2082
- * @member {ProvisioningStates} [provisioningState] Provisioning state.
2083
- * Possible values include: 'Provisioning', 'Succeeded', 'Expiring',
2084
- * 'Deleting', 'HumanIntervention', 'Failed'
2085
- * **NOTE: This property will not be serialized. It can only be populated by
2086
- * the server.**
2087
- */
2088
- readonly provisioningState?: ProvisioningStates;
2089
- /**
2090
- * @member {RoleTypes} role Type of roles. Possible values include: 'Admin',
2091
- * 'Reader', 'ManageAdmin', 'ManageReader', 'DataAdmin', 'DataReader'
2092
- */
2093
- role: RoleTypes;
2094
- /**
2095
- * @member {AssignmentPrincipal[]} principals The principals being assigned
2096
- * to.
2097
- */
2098
- principals: AssignmentPrincipal[];
2099
- /**
2100
- * @member {ResourceSetDescription} [profiles] Profiles set for the
2101
- * assignment.
2102
- */
2103
- profiles?: ResourceSetDescription;
2104
- /**
2105
- * @member {ResourceSetDescription} [interactions] Interactions set for the
2106
- * assignment.
2107
- */
2108
- interactions?: ResourceSetDescription;
2109
- /**
2110
- * @member {ResourceSetDescription} [links] Links set for the assignment.
2111
- */
2112
- links?: ResourceSetDescription;
2113
- /**
2114
- * @member {ResourceSetDescription} [kpis] Kpis set for the assignment.
2115
- */
2116
- kpis?: ResourceSetDescription;
2117
- /**
2118
- * @member {ResourceSetDescription} [sasPolicies] Sas Policies set for the
2119
- * assignment.
2120
- */
2121
- sasPolicies?: ResourceSetDescription;
2122
- /**
2123
- * @member {ResourceSetDescription} [connectors] Connectors set for the
2124
- * assignment.
2125
- */
2126
- connectors?: ResourceSetDescription;
2127
- /**
2128
- * @member {ResourceSetDescription} [views] Views set for the assignment.
2129
- */
2130
- views?: ResourceSetDescription;
2131
- /**
2132
- * @member {ResourceSetDescription} [relationshipLinks] The Role assignments
2133
- * set for the relationship links.
2134
- */
2135
- relationshipLinks?: ResourceSetDescription;
2136
- /**
2137
- * @member {ResourceSetDescription} [relationships] The Role assignments set
2138
- * for the relationships.
2139
- */
2140
- relationships?: ResourceSetDescription;
2141
- /**
2142
- * @member {ResourceSetDescription} [widgetTypes] Widget types set for the
2143
- * assignment.
2144
- */
2145
- widgetTypes?: ResourceSetDescription;
2146
- /**
2147
- * @member {ResourceSetDescription} [roleAssignments] The Role assignments
2148
- * set for the assignment.
2149
- */
2150
- roleAssignments?: ResourceSetDescription;
2151
- /**
2152
- * @member {ResourceSetDescription} [conflationPolicies] Widget types set for
2153
- * the assignment.
2154
- */
2155
- conflationPolicies?: ResourceSetDescription;
2156
- /**
2157
- * @member {ResourceSetDescription} [segments] The Role assignments set for
2158
- * the assignment.
2159
- */
2160
- segments?: ResourceSetDescription;
2161
- }
2162
- /**
2163
- * @interface
2164
- * An interface representing RoleResourceFormat.
2165
- * The role resource format.
2166
- *
2167
- * @extends ProxyResource
2168
- */
2169
- export interface RoleResourceFormat extends ProxyResource {
2170
- /**
2171
- * @member {string} [roleName] The role name.
2172
- */
2173
- roleName?: string;
2174
- /**
2175
- * @member {string} [description] The description of the role.
2176
- */
2177
- description?: string;
2178
- }
2179
- /**
2180
- * @interface
2181
- * An interface representing GetImageUploadUrlInput.
2182
- * Input type for getting image upload url.
2183
- *
2184
- */
2185
- export interface GetImageUploadUrlInput {
2186
- /**
2187
- * @member {string} [entityType] Type of entity. Can be Profile or
2188
- * Interaction.
2189
- */
2190
- entityType?: string;
2191
- /**
2192
- * @member {string} [entityTypeName] Name of the entity type.
2193
- */
2194
- entityTypeName?: string;
2195
- /**
2196
- * @member {string} [relativePath] Relative path of the image.
2197
- */
2198
- relativePath?: string;
2199
- }
2200
- /**
2201
- * @interface
2202
- * An interface representing ImageDefinition.
2203
- * The image definition.
2204
- *
2205
- */
2206
- export interface ImageDefinition {
2207
- /**
2208
- * @member {boolean} [imageExists] Whether image exists already.
2209
- */
2210
- imageExists?: boolean;
2211
- /**
2212
- * @member {string} [contentUrl] Content URL for the image blob.
2213
- */
2214
- contentUrl?: string;
2215
- /**
2216
- * @member {string} [relativePath] Relative path of the image.
2217
- */
2218
- relativePath?: string;
2219
- }
2220
- /**
2221
- * @interface
2222
- * An interface representing RelationshipsLookup.
2223
- * The definition of suggested relationship for the type.
2224
- *
2225
- */
2226
- export interface RelationshipsLookup {
2227
- /**
2228
- * @member {string} [profileName] The relationship profile.
2229
- * **NOTE: This property will not be serialized. It can only be populated by
2230
- * the server.**
2231
- */
2232
- readonly profileName?: string;
2233
- /**
2234
- * @member {ParticipantProfilePropertyReference[]}
2235
- * [profilePropertyReferences] The property references for the profile type.
2236
- * **NOTE: This property will not be serialized. It can only be populated by
2237
- * the server.**
2238
- */
2239
- readonly profilePropertyReferences?: ParticipantProfilePropertyReference[];
2240
- /**
2241
- * @member {string} [relatedProfileName] The related profile.
2242
- * **NOTE: This property will not be serialized. It can only be populated by
2243
- * the server.**
2244
- */
2245
- readonly relatedProfileName?: string;
2246
- /**
2247
- * @member {ParticipantProfilePropertyReference[]}
2248
- * [relatedProfilePropertyReferences] The property references for the related
2249
- * profile type.
2250
- * **NOTE: This property will not be serialized. It can only be populated by
2251
- * the server.**
2252
- */
2253
- readonly relatedProfilePropertyReferences?: ParticipantProfilePropertyReference[];
2254
- /**
2255
- * @member {string} [existingRelationshipName] The name of existing
2256
- * Relationship.
2257
- * **NOTE: This property will not be serialized. It can only be populated by
2258
- * the server.**
2259
- */
2260
- readonly existingRelationshipName?: string;
2261
- }
2262
- /**
2263
- * @interface
2264
- * An interface representing SuggestRelationshipLinksResponse.
2265
- * The response of suggest relationship links operation.
2266
- *
2267
- */
2268
- export interface SuggestRelationshipLinksResponse {
2269
- /**
2270
- * @member {string} [interactionName] The interaction name.
2271
- * **NOTE: This property will not be serialized. It can only be populated by
2272
- * the server.**
2273
- */
2274
- readonly interactionName?: string;
2275
- /**
2276
- * @member {RelationshipsLookup[]} [suggestedRelationships] Suggested
2277
- * relationships for the type.
2278
- * **NOTE: This property will not be serialized. It can only be populated by
2279
- * the server.**
2280
- */
2281
- readonly suggestedRelationships?: RelationshipsLookup[];
2282
- }
2283
- /**
2284
- * @interface
2285
- * An interface representing PredictionMappings.
2286
- * Definition of the link mapping of prediction.
2287
- *
2288
- */
2289
- export interface PredictionMappings {
2290
- /**
2291
- * @member {string} score The score of the link mapping.
2292
- */
2293
- score: string;
2294
- /**
2295
- * @member {string} grade The grade of the link mapping.
2296
- */
2297
- grade: string;
2298
- /**
2299
- * @member {string} reason The reason of the link mapping.
2300
- */
2301
- reason: string;
2302
- }
2303
- /**
2304
- * @interface
2305
- * An interface representing PredictionGradesItem.
2306
- * The definition of a prediction grade.
2307
- *
2308
- */
2309
- export interface PredictionGradesItem {
2310
- /**
2311
- * @member {string} [gradeName] Name of the grade.
2312
- */
2313
- gradeName?: string;
2314
- /**
2315
- * @member {number} [minScoreThreshold] Minimum score threshold.
2316
- */
2317
- minScoreThreshold?: number;
2318
- /**
2319
- * @member {number} [maxScoreThreshold] Maximum score threshold.
2320
- */
2321
- maxScoreThreshold?: number;
2322
- }
2323
- /**
2324
- * @interface
2325
- * An interface representing PredictionSystemGeneratedEntities.
2326
- * System generated entities.
2327
- *
2328
- */
2329
- export interface PredictionSystemGeneratedEntities {
2330
- /**
2331
- * @member {string[]} [generatedInteractionTypes] Generated interaction
2332
- * types.
2333
- */
2334
- generatedInteractionTypes?: string[];
2335
- /**
2336
- * @member {string[]} [generatedLinks] Generated links.
2337
- */
2338
- generatedLinks?: string[];
2339
- /**
2340
- * @member {{ [propertyName: string]: string }} [generatedKpis] Generated
2341
- * KPIs.
2342
- */
2343
- generatedKpis?: {
2344
- [propertyName: string]: string;
2345
- };
2346
- }
2347
- /**
2348
- * @interface
2349
- * An interface representing PredictionDistributionDefinitionDistributionsItem.
2350
- * The definition of a prediction distribution.
2351
- *
2352
- */
2353
- export interface PredictionDistributionDefinitionDistributionsItem {
2354
- /**
2355
- * @member {number} [scoreThreshold] Score threshold.
2356
- */
2357
- scoreThreshold?: number;
2358
- /**
2359
- * @member {number} [positives] Number of positives.
2360
- */
2361
- positives?: number;
2362
- /**
2363
- * @member {number} [negatives] Number of negatives.
2364
- */
2365
- negatives?: number;
2366
- /**
2367
- * @member {number} [positivesAboveThreshold] Number of positives above
2368
- * threshold.
2369
- */
2370
- positivesAboveThreshold?: number;
2371
- /**
2372
- * @member {number} [negativesAboveThreshold] Number of negatives above
2373
- * threshold.
2374
- */
2375
- negativesAboveThreshold?: number;
2376
- }
2377
- /**
2378
- * @interface
2379
- * An interface representing PredictionDistributionDefinition.
2380
- * The definition of the prediction distribution.
2381
- *
2382
- */
2383
- export interface PredictionDistributionDefinition {
2384
- /**
2385
- * @member {number} [totalPositives] Total positive in the distribution.
2386
- */
2387
- totalPositives?: number;
2388
- /**
2389
- * @member {number} [totalNegatives] Total negatives in the distribution.
2390
- */
2391
- totalNegatives?: number;
2392
- /**
2393
- * @member {PredictionDistributionDefinitionDistributionsItem[]}
2394
- * [distributions] Distributions of the prediction.
2395
- */
2396
- distributions?: PredictionDistributionDefinitionDistributionsItem[];
2397
- }
2398
- /**
2399
- * @interface
2400
- * An interface representing CanonicalProfileDefinitionPropertiesItem.
2401
- * The definition of a canonical profile property.
2402
- *
2403
- */
2404
- export interface CanonicalProfileDefinitionPropertiesItem {
2405
- /**
2406
- * @member {string} [profileName] Profile name.
2407
- */
2408
- profileName?: string;
2409
- /**
2410
- * @member {string} [profilePropertyName] Property name of profile.
2411
- */
2412
- profilePropertyName?: string;
2413
- /**
2414
- * @member {number} [rank] The rank.
2415
- */
2416
- rank?: number;
2417
- /**
2418
- * @member {CanonicalPropertyValueType} [type] Type of canonical property
2419
- * value. Possible values include: 'Numeric', 'Categorical',
2420
- * 'DerivedCategorical', 'DerivedNumeric'
2421
- */
2422
- type?: CanonicalPropertyValueType;
2423
- /**
2424
- * @member {string} [value] Value of the canonical property.
2425
- */
2426
- value?: string;
2427
- }
2428
- /**
2429
- * @interface
2430
- * An interface representing CanonicalProfileDefinition.
2431
- * Definition of canonical profile.
2432
- *
2433
- */
2434
- export interface CanonicalProfileDefinition {
2435
- /**
2436
- * @member {number} [canonicalProfileId] Canonical profile ID.
2437
- */
2438
- canonicalProfileId?: number;
2439
- /**
2440
- * @member {CanonicalProfileDefinitionPropertiesItem[]} [properties]
2441
- * Properties of the canonical profile.
2442
- */
2443
- properties?: CanonicalProfileDefinitionPropertiesItem[];
2444
- }
2445
- /**
2446
- * @interface
2447
- * An interface representing PredictionTrainingResults.
2448
- * The training results of the prediction.
2449
- *
2450
- */
2451
- export interface PredictionTrainingResults {
2452
- /**
2453
- * @member {string} [tenantId] The hub name.
2454
- * **NOTE: This property will not be serialized. It can only be populated by
2455
- * the server.**
2456
- */
2457
- readonly tenantId?: string;
2458
- /**
2459
- * @member {string} [scoreName] Score name.
2460
- * **NOTE: This property will not be serialized. It can only be populated by
2461
- * the server.**
2462
- */
2463
- readonly scoreName?: string;
2464
- /**
2465
- * @member {PredictionDistributionDefinition} [predictionDistribution]
2466
- * Prediction distribution.
2467
- * **NOTE: This property will not be serialized. It can only be populated by
2468
- * the server.**
2469
- */
2470
- readonly predictionDistribution?: PredictionDistributionDefinition;
2471
- /**
2472
- * @member {CanonicalProfileDefinition[]} [canonicalProfiles] Canonical
2473
- * profiles.
2474
- * **NOTE: This property will not be serialized. It can only be populated by
2475
- * the server.**
2476
- */
2477
- readonly canonicalProfiles?: CanonicalProfileDefinition[];
2478
- /**
2479
- * @member {number} [primaryProfileInstanceCount] Instance count of the
2480
- * primary profile.
2481
- * **NOTE: This property will not be serialized. It can only be populated by
2482
- * the server.**
2483
- */
2484
- readonly primaryProfileInstanceCount?: number;
2485
- }
2486
- /**
2487
- * @interface
2488
- * An interface representing PredictionModelStatus.
2489
- * The prediction model status.
2490
- *
2491
- */
2492
- export interface PredictionModelStatus {
2493
- /**
2494
- * @member {string} [tenantId] The hub name.
2495
- * **NOTE: This property will not be serialized. It can only be populated by
2496
- * the server.**
2497
- */
2498
- readonly tenantId?: string;
2499
- /**
2500
- * @member {string} [predictionName] The prediction name.
2501
- * **NOTE: This property will not be serialized. It can only be populated by
2502
- * the server.**
2503
- */
2504
- readonly predictionName?: string;
2505
- /**
2506
- * @member {string} [predictionGuidId] The prediction GUID ID.
2507
- * **NOTE: This property will not be serialized. It can only be populated by
2508
- * the server.**
2509
- */
2510
- readonly predictionGuidId?: string;
2511
- /**
2512
- * @member {PredictionModelLifeCycle} status Prediction model life cycle.
2513
- * When prediction is in PendingModelConfirmation status, it is allowed to
2514
- * update the status to PendingFeaturing or Active through API. Possible
2515
- * values include: 'New', 'Provisioning', 'ProvisioningFailed',
2516
- * 'PendingDiscovering', 'Discovering', 'PendingFeaturing', 'Featuring',
2517
- * 'FeaturingFailed', 'PendingTraining', 'Training', 'TrainingFailed',
2518
- * 'Evaluating', 'EvaluatingFailed', 'PendingModelConfirmation', 'Active',
2519
- * 'Deleted', 'HumanIntervention', 'Failed'
2520
- */
2521
- status: PredictionModelLifeCycle;
2522
- /**
2523
- * @member {string} [message] The model status message.
2524
- * **NOTE: This property will not be serialized. It can only be populated by
2525
- * the server.**
2526
- */
2527
- readonly message?: string;
2528
- /**
2529
- * @member {number} [trainingSetCount] Count of the training set.
2530
- * **NOTE: This property will not be serialized. It can only be populated by
2531
- * the server.**
2532
- */
2533
- readonly trainingSetCount?: number;
2534
- /**
2535
- * @member {number} [testSetCount] Count of the test set.
2536
- * **NOTE: This property will not be serialized. It can only be populated by
2537
- * the server.**
2538
- */
2539
- readonly testSetCount?: number;
2540
- /**
2541
- * @member {number} [validationSetCount] Count of the validation set.
2542
- * **NOTE: This property will not be serialized. It can only be populated by
2543
- * the server.**
2544
- */
2545
- readonly validationSetCount?: number;
2546
- /**
2547
- * @member {number} [trainingAccuracy] The training accuracy.
2548
- * **NOTE: This property will not be serialized. It can only be populated by
2549
- * the server.**
2550
- */
2551
- readonly trainingAccuracy?: number;
2552
- /**
2553
- * @member {number} [signalsUsed] The singnas used.
2554
- * **NOTE: This property will not be serialized. It can only be populated by
2555
- * the server.**
2556
- */
2557
- readonly signalsUsed?: number;
2558
- /**
2559
- * @member {string} [modelVersion] Version of the model.
2560
- * **NOTE: This property will not be serialized. It can only be populated by
2561
- * the server.**
2562
- */
2563
- readonly modelVersion?: string;
2564
- }
2565
- /**
2566
- * @interface
2567
- * An interface representing PredictionResourceFormat.
2568
- * The prediction resource format.
2569
- *
2570
- * @extends ProxyResource
2571
- */
2572
- export interface PredictionResourceFormat extends ProxyResource {
2573
- /**
2574
- * @member {{ [propertyName: string]: string }} [description] Description of
2575
- * the prediction.
2576
- */
2577
- description?: {
2578
- [propertyName: string]: string;
2579
- };
2580
- /**
2581
- * @member {{ [propertyName: string]: string }} [displayName] Display name of
2582
- * the prediction.
2583
- */
2584
- displayName?: {
2585
- [propertyName: string]: string;
2586
- };
2587
- /**
2588
- * @member {string[]} [involvedInteractionTypes] Interaction types involved
2589
- * in the prediction.
2590
- */
2591
- involvedInteractionTypes?: string[];
2592
- /**
2593
- * @member {string[]} [involvedKpiTypes] KPI types involved in the
2594
- * prediction.
2595
- */
2596
- involvedKpiTypes?: string[];
2597
- /**
2598
- * @member {string[]} [involvedRelationships] Relationships involved in the
2599
- * prediction.
2600
- */
2601
- involvedRelationships?: string[];
2602
- /**
2603
- * @member {string} negativeOutcomeExpression Negative outcome expression.
2604
- */
2605
- negativeOutcomeExpression: string;
2606
- /**
2607
- * @member {string} positiveOutcomeExpression Positive outcome expression.
2608
- */
2609
- positiveOutcomeExpression: string;
2610
- /**
2611
- * @member {string} primaryProfileType Primary profile type.
2612
- */
2613
- primaryProfileType: string;
2614
- /**
2615
- * @member {ProvisioningStates} [provisioningState] Provisioning state.
2616
- * Possible values include: 'Provisioning', 'Succeeded', 'Expiring',
2617
- * 'Deleting', 'HumanIntervention', 'Failed'
2618
- * **NOTE: This property will not be serialized. It can only be populated by
2619
- * the server.**
2620
- */
2621
- readonly provisioningState?: ProvisioningStates;
2622
- /**
2623
- * @member {string} [predictionName] Name of the prediction.
2624
- */
2625
- predictionName?: string;
2626
- /**
2627
- * @member {string} scopeExpression Scope expression.
2628
- */
2629
- scopeExpression: string;
2630
- /**
2631
- * @member {string} [tenantId] The hub name.
2632
- * **NOTE: This property will not be serialized. It can only be populated by
2633
- * the server.**
2634
- */
2635
- readonly tenantId?: string;
2636
- /**
2637
- * @member {boolean} autoAnalyze Whether do auto analyze.
2638
- */
2639
- autoAnalyze: boolean;
2640
- /**
2641
- * @member {PredictionMappings} mappings Definition of the link mapping of
2642
- * prediction.
2643
- */
2644
- mappings: PredictionMappings;
2645
- /**
2646
- * @member {string} scoreLabel Score label.
2647
- */
2648
- scoreLabel: string;
2649
- /**
2650
- * @member {PredictionGradesItem[]} [grades] The prediction grades.
2651
- */
2652
- grades?: PredictionGradesItem[];
2653
- /**
2654
- * @member {PredictionSystemGeneratedEntities} [systemGeneratedEntities]
2655
- * System generated entities.
2656
- * **NOTE: This property will not be serialized. It can only be populated by
2657
- * the server.**
2658
- */
2659
- readonly systemGeneratedEntities?: PredictionSystemGeneratedEntities;
2660
- }
2661
- /**
2662
- * @interface
2663
- * An interface representing OperationDisplay.
2664
- * The object that represents the operation.
2665
- *
2666
- */
2667
- export interface OperationDisplay {
2668
- /**
2669
- * @member {string} [provider] Service provider: Microsoft.CustomerInsights
2670
- * **NOTE: This property will not be serialized. It can only be populated by
2671
- * the server.**
2672
- */
2673
- readonly provider?: string;
2674
- /**
2675
- * @member {string} [resource] Resource on which the operation is performed:
2676
- * Invoice, etc.
2677
- * **NOTE: This property will not be serialized. It can only be populated by
2678
- * the server.**
2679
- */
2680
- readonly resource?: string;
2681
- /**
2682
- * @member {string} [operation] Operation type: Read, write, delete, etc.
2683
- * **NOTE: This property will not be serialized. It can only be populated by
2684
- * the server.**
2685
- */
2686
- readonly operation?: string;
2687
- }
2688
- /**
2689
- * @interface
2690
- * An interface representing Operation.
2691
- * A Customer Insights REST API operation
2692
- *
2693
- */
2694
- export interface Operation {
2695
- /**
2696
- * @member {string} [name] Operation name: {provider}/{resource}/{operation}
2697
- * **NOTE: This property will not be serialized. It can only be populated by
2698
- * the server.**
2699
- */
2700
- readonly name?: string;
2701
- /**
2702
- * @member {OperationDisplay} [display] The object that represents the
2703
- * operation.
2704
- */
2705
- display?: OperationDisplay;
2706
- }
2707
- /**
2708
- * @interface
2709
- * An interface representing ProfilesGetOptionalParams.
2710
- * Optional Parameters.
2711
- *
2712
- * @extends RequestOptionsBase
2713
- */
2714
- export interface ProfilesGetOptionalParams extends msRest.RequestOptionsBase {
2715
- /**
2716
- * @member {string} [localeCode] Locale of profile to retrieve, default is
2717
- * en-us. Default value: 'en-us' .
2718
- */
2719
- localeCode?: string;
2720
- }
2721
- /**
2722
- * @interface
2723
- * An interface representing ProfilesDeleteMethodOptionalParams.
2724
- * Optional Parameters.
2725
- *
2726
- * @extends RequestOptionsBase
2727
- */
2728
- export interface ProfilesDeleteMethodOptionalParams extends msRest.RequestOptionsBase {
2729
- /**
2730
- * @member {string} [localeCode] Locale of profile to retrieve, default is
2731
- * en-us. Default value: 'en-us' .
2732
- */
2733
- localeCode?: string;
2734
- }
2735
- /**
2736
- * @interface
2737
- * An interface representing ProfilesListByHubOptionalParams.
2738
- * Optional Parameters.
2739
- *
2740
- * @extends RequestOptionsBase
2741
- */
2742
- export interface ProfilesListByHubOptionalParams extends msRest.RequestOptionsBase {
2743
- /**
2744
- * @member {string} [localeCode] Locale of profile to retrieve, default is
2745
- * en-us. Default value: 'en-us' .
2746
- */
2747
- localeCode?: string;
2748
- }
2749
- /**
2750
- * @interface
2751
- * An interface representing ProfilesBeginDeleteMethodOptionalParams.
2752
- * Optional Parameters.
2753
- *
2754
- * @extends RequestOptionsBase
2755
- */
2756
- export interface ProfilesBeginDeleteMethodOptionalParams extends msRest.RequestOptionsBase {
2757
- /**
2758
- * @member {string} [localeCode] Locale of profile to retrieve, default is
2759
- * en-us. Default value: 'en-us' .
2760
- */
2761
- localeCode?: string;
2762
- }
2763
- /**
2764
- * @interface
2765
- * An interface representing InteractionsGetOptionalParams.
2766
- * Optional Parameters.
2767
- *
2768
- * @extends RequestOptionsBase
2769
- */
2770
- export interface InteractionsGetOptionalParams extends msRest.RequestOptionsBase {
2771
- /**
2772
- * @member {string} [localeCode] Locale of interaction to retrieve, default
2773
- * is en-us. Default value: 'en-us' .
2774
- */
2775
- localeCode?: string;
2776
- }
2777
- /**
2778
- * @interface
2779
- * An interface representing InteractionsListByHubOptionalParams.
2780
- * Optional Parameters.
2781
- *
2782
- * @extends RequestOptionsBase
2783
- */
2784
- export interface InteractionsListByHubOptionalParams extends msRest.RequestOptionsBase {
2785
- /**
2786
- * @member {string} [localeCode] Locale of interaction to retrieve, default
2787
- * is en-us. Default value: 'en-us' .
2788
- */
2789
- localeCode?: string;
2790
- }
2791
- /**
2792
- * @interface
2793
- * An interface representing CustomerInsightsManagementClientOptions.
2794
- * @extends AzureServiceClientOptions
2795
- */
2796
- export interface CustomerInsightsManagementClientOptions extends AzureServiceClientOptions {
2797
- /**
2798
- * @member {string} [baseUri]
2799
- */
2800
- baseUri?: string;
2801
- }
2802
- /**
2803
- * @interface
2804
- * An interface representing the OperationListResult.
2805
- * Result of the request to list Customer Insights operations. It contains a
2806
- * list of operations and a URL link to get the next set of results.
2807
- *
2808
- * @extends Array<Operation>
2809
- */
2810
- export interface OperationListResult extends Array<Operation> {
2811
- /**
2812
- * @member {string} [nextLink] URL to get the next set of operation list
2813
- * results if there are any.
2814
- * **NOTE: This property will not be serialized. It can only be populated by
2815
- * the server.**
2816
- */
2817
- readonly nextLink?: string;
2818
- }
2819
- /**
2820
- * @interface
2821
- * An interface representing the HubListResult.
2822
- * Response of list hub operation.
2823
- *
2824
- * @extends Array<Hub>
2825
- */
2826
- export interface HubListResult extends Array<Hub> {
2827
- /**
2828
- * @member {string} [nextLink] Link for next set of results.
2829
- */
2830
- nextLink?: string;
2831
- }
2832
- /**
2833
- * @interface
2834
- * An interface representing the ProfileListResult.
2835
- * The response of list profile operation.
2836
- *
2837
- * @extends Array<ProfileResourceFormat>
2838
- */
2839
- export interface ProfileListResult extends Array<ProfileResourceFormat> {
2840
- /**
2841
- * @member {string} [nextLink] Link to the next set of results.
2842
- */
2843
- nextLink?: string;
2844
- }
2845
- /**
2846
- * @interface
2847
- * An interface representing the InteractionListResult.
2848
- * The response of list interaction operation.
2849
- *
2850
- * @extends Array<InteractionResourceFormat>
2851
- */
2852
- export interface InteractionListResult extends Array<InteractionResourceFormat> {
2853
- /**
2854
- * @member {string} [nextLink] Link to the next set of results.
2855
- */
2856
- nextLink?: string;
2857
- }
2858
- /**
2859
- * @interface
2860
- * An interface representing the RelationshipListResult.
2861
- * The response of list relationship operation.
2862
- *
2863
- * @extends Array<RelationshipResourceFormat>
2864
- */
2865
- export interface RelationshipListResult extends Array<RelationshipResourceFormat> {
2866
- /**
2867
- * @member {string} [nextLink] Link to the next set of results.
2868
- */
2869
- nextLink?: string;
2870
- }
2871
- /**
2872
- * @interface
2873
- * An interface representing the RelationshipLinkListResult.
2874
- * The response of list relationship link operation.
2875
- *
2876
- * @extends Array<RelationshipLinkResourceFormat>
2877
- */
2878
- export interface RelationshipLinkListResult extends Array<RelationshipLinkResourceFormat> {
2879
- /**
2880
- * @member {string} [nextLink] Link to the next set of results.
2881
- */
2882
- nextLink?: string;
2883
- }
2884
- /**
2885
- * @interface
2886
- * An interface representing the AuthorizationPolicyListResult.
2887
- * The response of list authorization policy operation.
2888
- *
2889
- * @extends Array<AuthorizationPolicyResourceFormat>
2890
- */
2891
- export interface AuthorizationPolicyListResult extends Array<AuthorizationPolicyResourceFormat> {
2892
- /**
2893
- * @member {string} [nextLink] Link to the next set of results.
2894
- */
2895
- nextLink?: string;
2896
- }
2897
- /**
2898
- * @interface
2899
- * An interface representing the ConnectorListResult.
2900
- * The response of list connector operation.
2901
- *
2902
- * @extends Array<ConnectorResourceFormat>
2903
- */
2904
- export interface ConnectorListResult extends Array<ConnectorResourceFormat> {
2905
- /**
2906
- * @member {string} [nextLink] Link to the next set of results.
2907
- */
2908
- nextLink?: string;
2909
- }
2910
- /**
2911
- * @interface
2912
- * An interface representing the ConnectorMappingListResult.
2913
- * The response of list connector mapping operation.
2914
- *
2915
- * @extends Array<ConnectorMappingResourceFormat>
2916
- */
2917
- export interface ConnectorMappingListResult extends Array<ConnectorMappingResourceFormat> {
2918
- /**
2919
- * @member {string} [nextLink] Link to the next set of results.
2920
- */
2921
- nextLink?: string;
2922
- }
2923
- /**
2924
- * @interface
2925
- * An interface representing the KpiListResult.
2926
- * The response of list KPI operation.
2927
- *
2928
- * @extends Array<KpiResourceFormat>
2929
- */
2930
- export interface KpiListResult extends Array<KpiResourceFormat> {
2931
- /**
2932
- * @member {string} [nextLink] Link to the next set of results.
2933
- */
2934
- nextLink?: string;
2935
- }
2936
- /**
2937
- * @interface
2938
- * An interface representing the WidgetTypeListResult.
2939
- * The response of list widget type operation.
2940
- *
2941
- * @extends Array<WidgetTypeResourceFormat>
2942
- */
2943
- export interface WidgetTypeListResult extends Array<WidgetTypeResourceFormat> {
2944
- /**
2945
- * @member {string} [nextLink] Link to the next set of results.
2946
- */
2947
- nextLink?: string;
2948
- }
2949
- /**
2950
- * @interface
2951
- * An interface representing the ViewListResult.
2952
- * The response of list view operation.
2953
- *
2954
- * @extends Array<ViewResourceFormat>
2955
- */
2956
- export interface ViewListResult extends Array<ViewResourceFormat> {
2957
- /**
2958
- * @member {string} [nextLink] Link to the next set of results.
2959
- */
2960
- nextLink?: string;
2961
- }
2962
- /**
2963
- * @interface
2964
- * An interface representing the LinkListResult.
2965
- * The response of list link operation.
2966
- *
2967
- * @extends Array<LinkResourceFormat>
2968
- */
2969
- export interface LinkListResult extends Array<LinkResourceFormat> {
2970
- /**
2971
- * @member {string} [nextLink] Link to the next set of results.
2972
- */
2973
- nextLink?: string;
2974
- }
2975
- /**
2976
- * @interface
2977
- * An interface representing the RoleListResult.
2978
- * The response of list role assignment operation.
2979
- *
2980
- * @extends Array<RoleResourceFormat>
2981
- */
2982
- export interface RoleListResult extends Array<RoleResourceFormat> {
2983
- /**
2984
- * @member {string} [nextLink] Link to the next set of results.
2985
- */
2986
- nextLink?: string;
2987
- }
2988
- /**
2989
- * @interface
2990
- * An interface representing the RoleAssignmentListResult.
2991
- * The response of list role assignment operation.
2992
- *
2993
- * @extends Array<RoleAssignmentResourceFormat>
2994
- */
2995
- export interface RoleAssignmentListResult extends Array<RoleAssignmentResourceFormat> {
2996
- /**
2997
- * @member {string} [nextLink] Link to the next set of results.
2998
- */
2999
- nextLink?: string;
3000
- }
3001
- /**
3002
- * @interface
3003
- * An interface representing the PredictionListResult.
3004
- * The response of list predictions operation.
3005
- *
3006
- * @extends Array<PredictionResourceFormat>
3007
- */
3008
- export interface PredictionListResult extends Array<PredictionResourceFormat> {
3009
- /**
3010
- * @member {string} [nextLink] Link to the next set of results.
3011
- */
3012
- nextLink?: string;
3013
- }
3014
- /**
3015
- * Defines values for EntityTypes.
3016
- * Possible values include: 'None', 'Profile', 'Interaction', 'Relationship'
3017
- * @readonly
3018
- * @enum {string}
3019
- */
3020
- export declare type EntityTypes = 'None' | 'Profile' | 'Interaction' | 'Relationship';
3021
- /**
3022
- * Defines values for DataSourceType.
3023
- * Possible values include: 'Connector', 'LinkInteraction', 'SystemDefault'
3024
- * @readonly
3025
- * @enum {string}
3026
- */
3027
- export declare type DataSourceType = 'Connector' | 'LinkInteraction' | 'SystemDefault';
3028
- /**
3029
- * Defines values for Status.
3030
- * Possible values include: 'None', 'Active', 'Deleted'
3031
- * @readonly
3032
- * @enum {string}
3033
- */
3034
- export declare type Status = 'None' | 'Active' | 'Deleted';
3035
- /**
3036
- * Defines values for ProvisioningStates.
3037
- * Possible values include: 'Provisioning', 'Succeeded', 'Expiring', 'Deleting',
3038
- * 'HumanIntervention', 'Failed'
3039
- * @readonly
3040
- * @enum {string}
3041
- */
3042
- export declare type ProvisioningStates = 'Provisioning' | 'Succeeded' | 'Expiring' | 'Deleting' | 'HumanIntervention' | 'Failed';
3043
- /**
3044
- * Defines values for PermissionTypes.
3045
- * Possible values include: 'Read', 'Write', 'Manage'
3046
- * @readonly
3047
- * @enum {string}
3048
- */
3049
- export declare type PermissionTypes = 'Read' | 'Write' | 'Manage';
3050
- /**
3051
- * Defines values for ConnectorTypes.
3052
- * Possible values include: 'None', 'CRM', 'AzureBlob', 'Salesforce', 'ExchangeOnline', 'Outbound'
3053
- * @readonly
3054
- * @enum {string}
3055
- */
3056
- export declare type ConnectorTypes = 'None' | 'CRM' | 'AzureBlob' | 'Salesforce' | 'ExchangeOnline' | 'Outbound';
3057
- /**
3058
- * Defines values for ConnectorStates.
3059
- * Possible values include: 'Creating', 'Created', 'Ready', 'Expiring', 'Deleting', 'Failed'
3060
- * @readonly
3061
- * @enum {string}
3062
- */
3063
- export declare type ConnectorStates = 'Creating' | 'Created' | 'Ready' | 'Expiring' | 'Deleting' | 'Failed';
3064
- /**
3065
- * Defines values for ErrorManagementTypes.
3066
- * Possible values include: 'RejectAndContinue', 'StopImport', 'RejectUntilLimit'
3067
- * @readonly
3068
- * @enum {string}
3069
- */
3070
- export declare type ErrorManagementTypes = 'RejectAndContinue' | 'StopImport' | 'RejectUntilLimit';
3071
- /**
3072
- * Defines values for FrequencyTypes.
3073
- * Possible values include: 'Minute', 'Hour', 'Day', 'Week', 'Month'
3074
- * @readonly
3075
- * @enum {string}
3076
- */
3077
- export declare type FrequencyTypes = 'Minute' | 'Hour' | 'Day' | 'Week' | 'Month';
3078
- /**
3079
- * Defines values for CompletionOperationTypes.
3080
- * Possible values include: 'DoNothing', 'DeleteFile', 'MoveFile'
3081
- * @readonly
3082
- * @enum {string}
3083
- */
3084
- export declare type CompletionOperationTypes = 'DoNothing' | 'DeleteFile' | 'MoveFile';
3085
- /**
3086
- * Defines values for ConnectorMappingStates.
3087
- * Possible values include: 'Creating', 'Created', 'Failed', 'Ready', 'Running', 'Stopped',
3088
- * 'Expiring'
3089
- * @readonly
3090
- * @enum {string}
3091
- */
3092
- export declare type ConnectorMappingStates = 'Creating' | 'Created' | 'Failed' | 'Ready' | 'Running' | 'Stopped' | 'Expiring';
3093
- /**
3094
- * Defines values for CalculationWindowTypes.
3095
- * Possible values include: 'Lifetime', 'Hour', 'Day', 'Week', 'Month'
3096
- * @readonly
3097
- * @enum {string}
3098
- */
3099
- export declare type CalculationWindowTypes = 'Lifetime' | 'Hour' | 'Day' | 'Week' | 'Month';
3100
- /**
3101
- * Defines values for KpiFunctions.
3102
- * Possible values include: 'Sum', 'Avg', 'Min', 'Max', 'Last', 'Count', 'None', 'CountDistinct'
3103
- * @readonly
3104
- * @enum {string}
3105
- */
3106
- export declare type KpiFunctions = 'Sum' | 'Avg' | 'Min' | 'Max' | 'Last' | 'Count' | 'None' | 'CountDistinct';
3107
- /**
3108
- * Defines values for EntityType.
3109
- * Possible values include: 'None', 'Profile', 'Interaction', 'Relationship'
3110
- * @readonly
3111
- * @enum {string}
3112
- */
3113
- export declare type EntityType = 'None' | 'Profile' | 'Interaction' | 'Relationship';
3114
- /**
3115
- * Defines values for LinkTypes.
3116
- * Possible values include: 'UpdateAlways', 'CopyIfNull'
3117
- * @readonly
3118
- * @enum {string}
3119
- */
3120
- export declare type LinkTypes = 'UpdateAlways' | 'CopyIfNull';
3121
- /**
3122
- * Defines values for InstanceOperationType.
3123
- * Possible values include: 'Upsert', 'Delete'
3124
- * @readonly
3125
- * @enum {string}
3126
- */
3127
- export declare type InstanceOperationType = 'Upsert' | 'Delete';
3128
- /**
3129
- * Defines values for CardinalityTypes.
3130
- * Possible values include: 'OneToOne', 'OneToMany', 'ManyToMany'
3131
- * @readonly
3132
- * @enum {string}
3133
- */
3134
- export declare type CardinalityTypes = 'OneToOne' | 'OneToMany' | 'ManyToMany';
3135
- /**
3136
- * Defines values for RoleTypes.
3137
- * Possible values include: 'Admin', 'Reader', 'ManageAdmin', 'ManageReader', 'DataAdmin',
3138
- * 'DataReader'
3139
- * @readonly
3140
- * @enum {string}
3141
- */
3142
- export declare type RoleTypes = 'Admin' | 'Reader' | 'ManageAdmin' | 'ManageReader' | 'DataAdmin' | 'DataReader';
3143
- /**
3144
- * Defines values for CanonicalPropertyValueType.
3145
- * Possible values include: 'Numeric', 'Categorical', 'DerivedCategorical', 'DerivedNumeric'
3146
- * @readonly
3147
- * @enum {string}
3148
- */
3149
- export declare type CanonicalPropertyValueType = 'Numeric' | 'Categorical' | 'DerivedCategorical' | 'DerivedNumeric';
3150
- /**
3151
- * Defines values for PredictionModelLifeCycle.
3152
- * Possible values include: 'New', 'Provisioning', 'ProvisioningFailed', 'PendingDiscovering',
3153
- * 'Discovering', 'PendingFeaturing', 'Featuring', 'FeaturingFailed', 'PendingTraining',
3154
- * 'Training', 'TrainingFailed', 'Evaluating', 'EvaluatingFailed', 'PendingModelConfirmation',
3155
- * 'Active', 'Deleted', 'HumanIntervention', 'Failed'
3156
- * @readonly
3157
- * @enum {string}
3158
- */
3159
- export declare type PredictionModelLifeCycle = 'New' | 'Provisioning' | 'ProvisioningFailed' | 'PendingDiscovering' | 'Discovering' | 'PendingFeaturing' | 'Featuring' | 'FeaturingFailed' | 'PendingTraining' | 'Training' | 'TrainingFailed' | 'Evaluating' | 'EvaluatingFailed' | 'PendingModelConfirmation' | 'Active' | 'Deleted' | 'HumanIntervention' | 'Failed';
3160
- /**
3161
- * Contains response data for the list operation.
3162
- */
3163
- export declare type OperationsListResponse = OperationListResult & {
3164
- /**
3165
- * The underlying HTTP response.
3166
- */
3167
- _response: msRest.HttpResponse & {
3168
- /**
3169
- * The response body as text (string format)
3170
- */
3171
- bodyAsText: string;
3172
- /**
3173
- * The response body as parsed JSON or XML
3174
- */
3175
- parsedBody: OperationListResult;
3176
- };
3177
- };
3178
- /**
3179
- * Contains response data for the listNext operation.
3180
- */
3181
- export declare type OperationsListNextResponse = OperationListResult & {
3182
- /**
3183
- * The underlying HTTP response.
3184
- */
3185
- _response: msRest.HttpResponse & {
3186
- /**
3187
- * The response body as text (string format)
3188
- */
3189
- bodyAsText: string;
3190
- /**
3191
- * The response body as parsed JSON or XML
3192
- */
3193
- parsedBody: OperationListResult;
3194
- };
3195
- };
3196
- /**
3197
- * Contains response data for the createOrUpdate operation.
3198
- */
3199
- export declare type HubsCreateOrUpdateResponse = Hub & {
3200
- /**
3201
- * The underlying HTTP response.
3202
- */
3203
- _response: msRest.HttpResponse & {
3204
- /**
3205
- * The response body as text (string format)
3206
- */
3207
- bodyAsText: string;
3208
- /**
3209
- * The response body as parsed JSON or XML
3210
- */
3211
- parsedBody: Hub;
3212
- };
3213
- };
3214
- /**
3215
- * Contains response data for the update operation.
3216
- */
3217
- export declare type HubsUpdateResponse = Hub & {
3218
- /**
3219
- * The underlying HTTP response.
3220
- */
3221
- _response: msRest.HttpResponse & {
3222
- /**
3223
- * The response body as text (string format)
3224
- */
3225
- bodyAsText: string;
3226
- /**
3227
- * The response body as parsed JSON or XML
3228
- */
3229
- parsedBody: Hub;
3230
- };
3231
- };
3232
- /**
3233
- * Contains response data for the get operation.
3234
- */
3235
- export declare type HubsGetResponse = Hub & {
3236
- /**
3237
- * The underlying HTTP response.
3238
- */
3239
- _response: msRest.HttpResponse & {
3240
- /**
3241
- * The response body as text (string format)
3242
- */
3243
- bodyAsText: string;
3244
- /**
3245
- * The response body as parsed JSON or XML
3246
- */
3247
- parsedBody: Hub;
3248
- };
3249
- };
3250
- /**
3251
- * Contains response data for the listByResourceGroup operation.
3252
- */
3253
- export declare type HubsListByResourceGroupResponse = HubListResult & {
3254
- /**
3255
- * The underlying HTTP response.
3256
- */
3257
- _response: msRest.HttpResponse & {
3258
- /**
3259
- * The response body as text (string format)
3260
- */
3261
- bodyAsText: string;
3262
- /**
3263
- * The response body as parsed JSON or XML
3264
- */
3265
- parsedBody: HubListResult;
3266
- };
3267
- };
3268
- /**
3269
- * Contains response data for the list operation.
3270
- */
3271
- export declare type HubsListResponse = HubListResult & {
3272
- /**
3273
- * The underlying HTTP response.
3274
- */
3275
- _response: msRest.HttpResponse & {
3276
- /**
3277
- * The response body as text (string format)
3278
- */
3279
- bodyAsText: string;
3280
- /**
3281
- * The response body as parsed JSON or XML
3282
- */
3283
- parsedBody: HubListResult;
3284
- };
3285
- };
3286
- /**
3287
- * Contains response data for the listByResourceGroupNext operation.
3288
- */
3289
- export declare type HubsListByResourceGroupNextResponse = HubListResult & {
3290
- /**
3291
- * The underlying HTTP response.
3292
- */
3293
- _response: msRest.HttpResponse & {
3294
- /**
3295
- * The response body as text (string format)
3296
- */
3297
- bodyAsText: string;
3298
- /**
3299
- * The response body as parsed JSON or XML
3300
- */
3301
- parsedBody: HubListResult;
3302
- };
3303
- };
3304
- /**
3305
- * Contains response data for the listNext operation.
3306
- */
3307
- export declare type HubsListNextResponse = HubListResult & {
3308
- /**
3309
- * The underlying HTTP response.
3310
- */
3311
- _response: msRest.HttpResponse & {
3312
- /**
3313
- * The response body as text (string format)
3314
- */
3315
- bodyAsText: string;
3316
- /**
3317
- * The response body as parsed JSON or XML
3318
- */
3319
- parsedBody: HubListResult;
3320
- };
3321
- };
3322
- /**
3323
- * Contains response data for the createOrUpdate operation.
3324
- */
3325
- export declare type ProfilesCreateOrUpdateResponse = ProfileResourceFormat & {
3326
- /**
3327
- * The underlying HTTP response.
3328
- */
3329
- _response: msRest.HttpResponse & {
3330
- /**
3331
- * The response body as text (string format)
3332
- */
3333
- bodyAsText: string;
3334
- /**
3335
- * The response body as parsed JSON or XML
3336
- */
3337
- parsedBody: ProfileResourceFormat;
3338
- };
3339
- };
3340
- /**
3341
- * Contains response data for the get operation.
3342
- */
3343
- export declare type ProfilesGetResponse = ProfileResourceFormat & {
3344
- /**
3345
- * The underlying HTTP response.
3346
- */
3347
- _response: msRest.HttpResponse & {
3348
- /**
3349
- * The response body as text (string format)
3350
- */
3351
- bodyAsText: string;
3352
- /**
3353
- * The response body as parsed JSON or XML
3354
- */
3355
- parsedBody: ProfileResourceFormat;
3356
- };
3357
- };
3358
- /**
3359
- * Contains response data for the listByHub operation.
3360
- */
3361
- export declare type ProfilesListByHubResponse = ProfileListResult & {
3362
- /**
3363
- * The underlying HTTP response.
3364
- */
3365
- _response: msRest.HttpResponse & {
3366
- /**
3367
- * The response body as text (string format)
3368
- */
3369
- bodyAsText: string;
3370
- /**
3371
- * The response body as parsed JSON or XML
3372
- */
3373
- parsedBody: ProfileListResult;
3374
- };
3375
- };
3376
- /**
3377
- * Contains response data for the getEnrichingKpis operation.
3378
- */
3379
- export declare type ProfilesGetEnrichingKpisResponse = Array<KpiDefinition> & {
3380
- /**
3381
- * The underlying HTTP response.
3382
- */
3383
- _response: msRest.HttpResponse & {
3384
- /**
3385
- * The response body as text (string format)
3386
- */
3387
- bodyAsText: string;
3388
- /**
3389
- * The response body as parsed JSON or XML
3390
- */
3391
- parsedBody: KpiDefinition[];
3392
- };
3393
- };
3394
- /**
3395
- * Contains response data for the beginCreateOrUpdate operation.
3396
- */
3397
- export declare type ProfilesBeginCreateOrUpdateResponse = ProfileResourceFormat & {
3398
- /**
3399
- * The underlying HTTP response.
3400
- */
3401
- _response: msRest.HttpResponse & {
3402
- /**
3403
- * The response body as text (string format)
3404
- */
3405
- bodyAsText: string;
3406
- /**
3407
- * The response body as parsed JSON or XML
3408
- */
3409
- parsedBody: ProfileResourceFormat;
3410
- };
3411
- };
3412
- /**
3413
- * Contains response data for the listByHubNext operation.
3414
- */
3415
- export declare type ProfilesListByHubNextResponse = ProfileListResult & {
3416
- /**
3417
- * The underlying HTTP response.
3418
- */
3419
- _response: msRest.HttpResponse & {
3420
- /**
3421
- * The response body as text (string format)
3422
- */
3423
- bodyAsText: string;
3424
- /**
3425
- * The response body as parsed JSON or XML
3426
- */
3427
- parsedBody: ProfileListResult;
3428
- };
3429
- };
3430
- /**
3431
- * Contains response data for the createOrUpdate operation.
3432
- */
3433
- export declare type InteractionsCreateOrUpdateResponse = InteractionResourceFormat & {
3434
- /**
3435
- * The underlying HTTP response.
3436
- */
3437
- _response: msRest.HttpResponse & {
3438
- /**
3439
- * The response body as text (string format)
3440
- */
3441
- bodyAsText: string;
3442
- /**
3443
- * The response body as parsed JSON or XML
3444
- */
3445
- parsedBody: InteractionResourceFormat;
3446
- };
3447
- };
3448
- /**
3449
- * Contains response data for the get operation.
3450
- */
3451
- export declare type InteractionsGetResponse = InteractionResourceFormat & {
3452
- /**
3453
- * The underlying HTTP response.
3454
- */
3455
- _response: msRest.HttpResponse & {
3456
- /**
3457
- * The response body as text (string format)
3458
- */
3459
- bodyAsText: string;
3460
- /**
3461
- * The response body as parsed JSON or XML
3462
- */
3463
- parsedBody: InteractionResourceFormat;
3464
- };
3465
- };
3466
- /**
3467
- * Contains response data for the listByHub operation.
3468
- */
3469
- export declare type InteractionsListByHubResponse = InteractionListResult & {
3470
- /**
3471
- * The underlying HTTP response.
3472
- */
3473
- _response: msRest.HttpResponse & {
3474
- /**
3475
- * The response body as text (string format)
3476
- */
3477
- bodyAsText: string;
3478
- /**
3479
- * The response body as parsed JSON or XML
3480
- */
3481
- parsedBody: InteractionListResult;
3482
- };
3483
- };
3484
- /**
3485
- * Contains response data for the suggestRelationshipLinks operation.
3486
- */
3487
- export declare type InteractionsSuggestRelationshipLinksResponse = SuggestRelationshipLinksResponse & {
3488
- /**
3489
- * The underlying HTTP response.
3490
- */
3491
- _response: msRest.HttpResponse & {
3492
- /**
3493
- * The response body as text (string format)
3494
- */
3495
- bodyAsText: string;
3496
- /**
3497
- * The response body as parsed JSON or XML
3498
- */
3499
- parsedBody: SuggestRelationshipLinksResponse;
3500
- };
3501
- };
3502
- /**
3503
- * Contains response data for the beginCreateOrUpdate operation.
3504
- */
3505
- export declare type InteractionsBeginCreateOrUpdateResponse = InteractionResourceFormat & {
3506
- /**
3507
- * The underlying HTTP response.
3508
- */
3509
- _response: msRest.HttpResponse & {
3510
- /**
3511
- * The response body as text (string format)
3512
- */
3513
- bodyAsText: string;
3514
- /**
3515
- * The response body as parsed JSON or XML
3516
- */
3517
- parsedBody: InteractionResourceFormat;
3518
- };
3519
- };
3520
- /**
3521
- * Contains response data for the listByHubNext operation.
3522
- */
3523
- export declare type InteractionsListByHubNextResponse = InteractionListResult & {
3524
- /**
3525
- * The underlying HTTP response.
3526
- */
3527
- _response: msRest.HttpResponse & {
3528
- /**
3529
- * The response body as text (string format)
3530
- */
3531
- bodyAsText: string;
3532
- /**
3533
- * The response body as parsed JSON or XML
3534
- */
3535
- parsedBody: InteractionListResult;
3536
- };
3537
- };
3538
- /**
3539
- * Contains response data for the createOrUpdate operation.
3540
- */
3541
- export declare type RelationshipsCreateOrUpdateResponse = RelationshipResourceFormat & {
3542
- /**
3543
- * The underlying HTTP response.
3544
- */
3545
- _response: msRest.HttpResponse & {
3546
- /**
3547
- * The response body as text (string format)
3548
- */
3549
- bodyAsText: string;
3550
- /**
3551
- * The response body as parsed JSON or XML
3552
- */
3553
- parsedBody: RelationshipResourceFormat;
3554
- };
3555
- };
3556
- /**
3557
- * Contains response data for the get operation.
3558
- */
3559
- export declare type RelationshipsGetResponse = RelationshipResourceFormat & {
3560
- /**
3561
- * The underlying HTTP response.
3562
- */
3563
- _response: msRest.HttpResponse & {
3564
- /**
3565
- * The response body as text (string format)
3566
- */
3567
- bodyAsText: string;
3568
- /**
3569
- * The response body as parsed JSON or XML
3570
- */
3571
- parsedBody: RelationshipResourceFormat;
3572
- };
3573
- };
3574
- /**
3575
- * Contains response data for the listByHub operation.
3576
- */
3577
- export declare type RelationshipsListByHubResponse = RelationshipListResult & {
3578
- /**
3579
- * The underlying HTTP response.
3580
- */
3581
- _response: msRest.HttpResponse & {
3582
- /**
3583
- * The response body as text (string format)
3584
- */
3585
- bodyAsText: string;
3586
- /**
3587
- * The response body as parsed JSON or XML
3588
- */
3589
- parsedBody: RelationshipListResult;
3590
- };
3591
- };
3592
- /**
3593
- * Contains response data for the beginCreateOrUpdate operation.
3594
- */
3595
- export declare type RelationshipsBeginCreateOrUpdateResponse = RelationshipResourceFormat & {
3596
- /**
3597
- * The underlying HTTP response.
3598
- */
3599
- _response: msRest.HttpResponse & {
3600
- /**
3601
- * The response body as text (string format)
3602
- */
3603
- bodyAsText: string;
3604
- /**
3605
- * The response body as parsed JSON or XML
3606
- */
3607
- parsedBody: RelationshipResourceFormat;
3608
- };
3609
- };
3610
- /**
3611
- * Contains response data for the listByHubNext operation.
3612
- */
3613
- export declare type RelationshipsListByHubNextResponse = RelationshipListResult & {
3614
- /**
3615
- * The underlying HTTP response.
3616
- */
3617
- _response: msRest.HttpResponse & {
3618
- /**
3619
- * The response body as text (string format)
3620
- */
3621
- bodyAsText: string;
3622
- /**
3623
- * The response body as parsed JSON or XML
3624
- */
3625
- parsedBody: RelationshipListResult;
3626
- };
3627
- };
3628
- /**
3629
- * Contains response data for the createOrUpdate operation.
3630
- */
3631
- export declare type RelationshipLinksCreateOrUpdateResponse = RelationshipLinkResourceFormat & {
3632
- /**
3633
- * The underlying HTTP response.
3634
- */
3635
- _response: msRest.HttpResponse & {
3636
- /**
3637
- * The response body as text (string format)
3638
- */
3639
- bodyAsText: string;
3640
- /**
3641
- * The response body as parsed JSON or XML
3642
- */
3643
- parsedBody: RelationshipLinkResourceFormat;
3644
- };
3645
- };
3646
- /**
3647
- * Contains response data for the get operation.
3648
- */
3649
- export declare type RelationshipLinksGetResponse = RelationshipLinkResourceFormat & {
3650
- /**
3651
- * The underlying HTTP response.
3652
- */
3653
- _response: msRest.HttpResponse & {
3654
- /**
3655
- * The response body as text (string format)
3656
- */
3657
- bodyAsText: string;
3658
- /**
3659
- * The response body as parsed JSON or XML
3660
- */
3661
- parsedBody: RelationshipLinkResourceFormat;
3662
- };
3663
- };
3664
- /**
3665
- * Contains response data for the listByHub operation.
3666
- */
3667
- export declare type RelationshipLinksListByHubResponse = RelationshipLinkListResult & {
3668
- /**
3669
- * The underlying HTTP response.
3670
- */
3671
- _response: msRest.HttpResponse & {
3672
- /**
3673
- * The response body as text (string format)
3674
- */
3675
- bodyAsText: string;
3676
- /**
3677
- * The response body as parsed JSON or XML
3678
- */
3679
- parsedBody: RelationshipLinkListResult;
3680
- };
3681
- };
3682
- /**
3683
- * Contains response data for the beginCreateOrUpdate operation.
3684
- */
3685
- export declare type RelationshipLinksBeginCreateOrUpdateResponse = RelationshipLinkResourceFormat & {
3686
- /**
3687
- * The underlying HTTP response.
3688
- */
3689
- _response: msRest.HttpResponse & {
3690
- /**
3691
- * The response body as text (string format)
3692
- */
3693
- bodyAsText: string;
3694
- /**
3695
- * The response body as parsed JSON or XML
3696
- */
3697
- parsedBody: RelationshipLinkResourceFormat;
3698
- };
3699
- };
3700
- /**
3701
- * Contains response data for the listByHubNext operation.
3702
- */
3703
- export declare type RelationshipLinksListByHubNextResponse = RelationshipLinkListResult & {
3704
- /**
3705
- * The underlying HTTP response.
3706
- */
3707
- _response: msRest.HttpResponse & {
3708
- /**
3709
- * The response body as text (string format)
3710
- */
3711
- bodyAsText: string;
3712
- /**
3713
- * The response body as parsed JSON or XML
3714
- */
3715
- parsedBody: RelationshipLinkListResult;
3716
- };
3717
- };
3718
- /**
3719
- * Contains response data for the createOrUpdate operation.
3720
- */
3721
- export declare type AuthorizationPoliciesCreateOrUpdateResponse = AuthorizationPolicyResourceFormat & {
3722
- /**
3723
- * The underlying HTTP response.
3724
- */
3725
- _response: msRest.HttpResponse & {
3726
- /**
3727
- * The response body as text (string format)
3728
- */
3729
- bodyAsText: string;
3730
- /**
3731
- * The response body as parsed JSON or XML
3732
- */
3733
- parsedBody: AuthorizationPolicyResourceFormat;
3734
- };
3735
- };
3736
- /**
3737
- * Contains response data for the get operation.
3738
- */
3739
- export declare type AuthorizationPoliciesGetResponse = AuthorizationPolicyResourceFormat & {
3740
- /**
3741
- * The underlying HTTP response.
3742
- */
3743
- _response: msRest.HttpResponse & {
3744
- /**
3745
- * The response body as text (string format)
3746
- */
3747
- bodyAsText: string;
3748
- /**
3749
- * The response body as parsed JSON or XML
3750
- */
3751
- parsedBody: AuthorizationPolicyResourceFormat;
3752
- };
3753
- };
3754
- /**
3755
- * Contains response data for the listByHub operation.
3756
- */
3757
- export declare type AuthorizationPoliciesListByHubResponse = AuthorizationPolicyListResult & {
3758
- /**
3759
- * The underlying HTTP response.
3760
- */
3761
- _response: msRest.HttpResponse & {
3762
- /**
3763
- * The response body as text (string format)
3764
- */
3765
- bodyAsText: string;
3766
- /**
3767
- * The response body as parsed JSON or XML
3768
- */
3769
- parsedBody: AuthorizationPolicyListResult;
3770
- };
3771
- };
3772
- /**
3773
- * Contains response data for the regeneratePrimaryKey operation.
3774
- */
3775
- export declare type AuthorizationPoliciesRegeneratePrimaryKeyResponse = AuthorizationPolicy & {
3776
- /**
3777
- * The underlying HTTP response.
3778
- */
3779
- _response: msRest.HttpResponse & {
3780
- /**
3781
- * The response body as text (string format)
3782
- */
3783
- bodyAsText: string;
3784
- /**
3785
- * The response body as parsed JSON or XML
3786
- */
3787
- parsedBody: AuthorizationPolicy;
3788
- };
3789
- };
3790
- /**
3791
- * Contains response data for the regenerateSecondaryKey operation.
3792
- */
3793
- export declare type AuthorizationPoliciesRegenerateSecondaryKeyResponse = AuthorizationPolicy & {
3794
- /**
3795
- * The underlying HTTP response.
3796
- */
3797
- _response: msRest.HttpResponse & {
3798
- /**
3799
- * The response body as text (string format)
3800
- */
3801
- bodyAsText: string;
3802
- /**
3803
- * The response body as parsed JSON or XML
3804
- */
3805
- parsedBody: AuthorizationPolicy;
3806
- };
3807
- };
3808
- /**
3809
- * Contains response data for the listByHubNext operation.
3810
- */
3811
- export declare type AuthorizationPoliciesListByHubNextResponse = AuthorizationPolicyListResult & {
3812
- /**
3813
- * The underlying HTTP response.
3814
- */
3815
- _response: msRest.HttpResponse & {
3816
- /**
3817
- * The response body as text (string format)
3818
- */
3819
- bodyAsText: string;
3820
- /**
3821
- * The response body as parsed JSON or XML
3822
- */
3823
- parsedBody: AuthorizationPolicyListResult;
3824
- };
3825
- };
3826
- /**
3827
- * Contains response data for the createOrUpdate operation.
3828
- */
3829
- export declare type ConnectorsCreateOrUpdateResponse = ConnectorResourceFormat & {
3830
- /**
3831
- * The underlying HTTP response.
3832
- */
3833
- _response: msRest.HttpResponse & {
3834
- /**
3835
- * The response body as text (string format)
3836
- */
3837
- bodyAsText: string;
3838
- /**
3839
- * The response body as parsed JSON or XML
3840
- */
3841
- parsedBody: ConnectorResourceFormat;
3842
- };
3843
- };
3844
- /**
3845
- * Contains response data for the get operation.
3846
- */
3847
- export declare type ConnectorsGetResponse = ConnectorResourceFormat & {
3848
- /**
3849
- * The underlying HTTP response.
3850
- */
3851
- _response: msRest.HttpResponse & {
3852
- /**
3853
- * The response body as text (string format)
3854
- */
3855
- bodyAsText: string;
3856
- /**
3857
- * The response body as parsed JSON or XML
3858
- */
3859
- parsedBody: ConnectorResourceFormat;
3860
- };
3861
- };
3862
- /**
3863
- * Contains response data for the listByHub operation.
3864
- */
3865
- export declare type ConnectorsListByHubResponse = ConnectorListResult & {
3866
- /**
3867
- * The underlying HTTP response.
3868
- */
3869
- _response: msRest.HttpResponse & {
3870
- /**
3871
- * The response body as text (string format)
3872
- */
3873
- bodyAsText: string;
3874
- /**
3875
- * The response body as parsed JSON or XML
3876
- */
3877
- parsedBody: ConnectorListResult;
3878
- };
3879
- };
3880
- /**
3881
- * Contains response data for the beginCreateOrUpdate operation.
3882
- */
3883
- export declare type ConnectorsBeginCreateOrUpdateResponse = ConnectorResourceFormat & {
3884
- /**
3885
- * The underlying HTTP response.
3886
- */
3887
- _response: msRest.HttpResponse & {
3888
- /**
3889
- * The response body as text (string format)
3890
- */
3891
- bodyAsText: string;
3892
- /**
3893
- * The response body as parsed JSON or XML
3894
- */
3895
- parsedBody: ConnectorResourceFormat;
3896
- };
3897
- };
3898
- /**
3899
- * Contains response data for the listByHubNext operation.
3900
- */
3901
- export declare type ConnectorsListByHubNextResponse = ConnectorListResult & {
3902
- /**
3903
- * The underlying HTTP response.
3904
- */
3905
- _response: msRest.HttpResponse & {
3906
- /**
3907
- * The response body as text (string format)
3908
- */
3909
- bodyAsText: string;
3910
- /**
3911
- * The response body as parsed JSON or XML
3912
- */
3913
- parsedBody: ConnectorListResult;
3914
- };
3915
- };
3916
- /**
3917
- * Contains response data for the createOrUpdate operation.
3918
- */
3919
- export declare type ConnectorMappingsCreateOrUpdateResponse = ConnectorMappingResourceFormat & {
3920
- /**
3921
- * The underlying HTTP response.
3922
- */
3923
- _response: msRest.HttpResponse & {
3924
- /**
3925
- * The response body as text (string format)
3926
- */
3927
- bodyAsText: string;
3928
- /**
3929
- * The response body as parsed JSON or XML
3930
- */
3931
- parsedBody: ConnectorMappingResourceFormat;
3932
- };
3933
- };
3934
- /**
3935
- * Contains response data for the get operation.
3936
- */
3937
- export declare type ConnectorMappingsGetResponse = ConnectorMappingResourceFormat & {
3938
- /**
3939
- * The underlying HTTP response.
3940
- */
3941
- _response: msRest.HttpResponse & {
3942
- /**
3943
- * The response body as text (string format)
3944
- */
3945
- bodyAsText: string;
3946
- /**
3947
- * The response body as parsed JSON or XML
3948
- */
3949
- parsedBody: ConnectorMappingResourceFormat;
3950
- };
3951
- };
3952
- /**
3953
- * Contains response data for the listByConnector operation.
3954
- */
3955
- export declare type ConnectorMappingsListByConnectorResponse = ConnectorMappingListResult & {
3956
- /**
3957
- * The underlying HTTP response.
3958
- */
3959
- _response: msRest.HttpResponse & {
3960
- /**
3961
- * The response body as text (string format)
3962
- */
3963
- bodyAsText: string;
3964
- /**
3965
- * The response body as parsed JSON or XML
3966
- */
3967
- parsedBody: ConnectorMappingListResult;
3968
- };
3969
- };
3970
- /**
3971
- * Contains response data for the listByConnectorNext operation.
3972
- */
3973
- export declare type ConnectorMappingsListByConnectorNextResponse = ConnectorMappingListResult & {
3974
- /**
3975
- * The underlying HTTP response.
3976
- */
3977
- _response: msRest.HttpResponse & {
3978
- /**
3979
- * The response body as text (string format)
3980
- */
3981
- bodyAsText: string;
3982
- /**
3983
- * The response body as parsed JSON or XML
3984
- */
3985
- parsedBody: ConnectorMappingListResult;
3986
- };
3987
- };
3988
- /**
3989
- * Contains response data for the createOrUpdate operation.
3990
- */
3991
- export declare type KpiCreateOrUpdateResponse = KpiResourceFormat & {
3992
- /**
3993
- * The underlying HTTP response.
3994
- */
3995
- _response: msRest.HttpResponse & {
3996
- /**
3997
- * The response body as text (string format)
3998
- */
3999
- bodyAsText: string;
4000
- /**
4001
- * The response body as parsed JSON or XML
4002
- */
4003
- parsedBody: KpiResourceFormat;
4004
- };
4005
- };
4006
- /**
4007
- * Contains response data for the get operation.
4008
- */
4009
- export declare type KpiGetResponse = KpiResourceFormat & {
4010
- /**
4011
- * The underlying HTTP response.
4012
- */
4013
- _response: msRest.HttpResponse & {
4014
- /**
4015
- * The response body as text (string format)
4016
- */
4017
- bodyAsText: string;
4018
- /**
4019
- * The response body as parsed JSON or XML
4020
- */
4021
- parsedBody: KpiResourceFormat;
4022
- };
4023
- };
4024
- /**
4025
- * Contains response data for the listByHub operation.
4026
- */
4027
- export declare type KpiListByHubResponse = KpiListResult & {
4028
- /**
4029
- * The underlying HTTP response.
4030
- */
4031
- _response: msRest.HttpResponse & {
4032
- /**
4033
- * The response body as text (string format)
4034
- */
4035
- bodyAsText: string;
4036
- /**
4037
- * The response body as parsed JSON or XML
4038
- */
4039
- parsedBody: KpiListResult;
4040
- };
4041
- };
4042
- /**
4043
- * Contains response data for the beginCreateOrUpdate operation.
4044
- */
4045
- export declare type KpiBeginCreateOrUpdateResponse = KpiResourceFormat & {
4046
- /**
4047
- * The underlying HTTP response.
4048
- */
4049
- _response: msRest.HttpResponse & {
4050
- /**
4051
- * The response body as text (string format)
4052
- */
4053
- bodyAsText: string;
4054
- /**
4055
- * The response body as parsed JSON or XML
4056
- */
4057
- parsedBody: KpiResourceFormat;
4058
- };
4059
- };
4060
- /**
4061
- * Contains response data for the listByHubNext operation.
4062
- */
4063
- export declare type KpiListByHubNextResponse = KpiListResult & {
4064
- /**
4065
- * The underlying HTTP response.
4066
- */
4067
- _response: msRest.HttpResponse & {
4068
- /**
4069
- * The response body as text (string format)
4070
- */
4071
- bodyAsText: string;
4072
- /**
4073
- * The response body as parsed JSON or XML
4074
- */
4075
- parsedBody: KpiListResult;
4076
- };
4077
- };
4078
- /**
4079
- * Contains response data for the listByHub operation.
4080
- */
4081
- export declare type WidgetTypesListByHubResponse = WidgetTypeListResult & {
4082
- /**
4083
- * The underlying HTTP response.
4084
- */
4085
- _response: msRest.HttpResponse & {
4086
- /**
4087
- * The response body as text (string format)
4088
- */
4089
- bodyAsText: string;
4090
- /**
4091
- * The response body as parsed JSON or XML
4092
- */
4093
- parsedBody: WidgetTypeListResult;
4094
- };
4095
- };
4096
- /**
4097
- * Contains response data for the get operation.
4098
- */
4099
- export declare type WidgetTypesGetResponse = WidgetTypeResourceFormat & {
4100
- /**
4101
- * The underlying HTTP response.
4102
- */
4103
- _response: msRest.HttpResponse & {
4104
- /**
4105
- * The response body as text (string format)
4106
- */
4107
- bodyAsText: string;
4108
- /**
4109
- * The response body as parsed JSON or XML
4110
- */
4111
- parsedBody: WidgetTypeResourceFormat;
4112
- };
4113
- };
4114
- /**
4115
- * Contains response data for the listByHubNext operation.
4116
- */
4117
- export declare type WidgetTypesListByHubNextResponse = WidgetTypeListResult & {
4118
- /**
4119
- * The underlying HTTP response.
4120
- */
4121
- _response: msRest.HttpResponse & {
4122
- /**
4123
- * The response body as text (string format)
4124
- */
4125
- bodyAsText: string;
4126
- /**
4127
- * The response body as parsed JSON or XML
4128
- */
4129
- parsedBody: WidgetTypeListResult;
4130
- };
4131
- };
4132
- /**
4133
- * Contains response data for the listByHub operation.
4134
- */
4135
- export declare type ViewsListByHubResponse = ViewListResult & {
4136
- /**
4137
- * The underlying HTTP response.
4138
- */
4139
- _response: msRest.HttpResponse & {
4140
- /**
4141
- * The response body as text (string format)
4142
- */
4143
- bodyAsText: string;
4144
- /**
4145
- * The response body as parsed JSON or XML
4146
- */
4147
- parsedBody: ViewListResult;
4148
- };
4149
- };
4150
- /**
4151
- * Contains response data for the createOrUpdate operation.
4152
- */
4153
- export declare type ViewsCreateOrUpdateResponse = ViewResourceFormat & {
4154
- /**
4155
- * The underlying HTTP response.
4156
- */
4157
- _response: msRest.HttpResponse & {
4158
- /**
4159
- * The response body as text (string format)
4160
- */
4161
- bodyAsText: string;
4162
- /**
4163
- * The response body as parsed JSON or XML
4164
- */
4165
- parsedBody: ViewResourceFormat;
4166
- };
4167
- };
4168
- /**
4169
- * Contains response data for the get operation.
4170
- */
4171
- export declare type ViewsGetResponse = ViewResourceFormat & {
4172
- /**
4173
- * The underlying HTTP response.
4174
- */
4175
- _response: msRest.HttpResponse & {
4176
- /**
4177
- * The response body as text (string format)
4178
- */
4179
- bodyAsText: string;
4180
- /**
4181
- * The response body as parsed JSON or XML
4182
- */
4183
- parsedBody: ViewResourceFormat;
4184
- };
4185
- };
4186
- /**
4187
- * Contains response data for the listByHubNext operation.
4188
- */
4189
- export declare type ViewsListByHubNextResponse = ViewListResult & {
4190
- /**
4191
- * The underlying HTTP response.
4192
- */
4193
- _response: msRest.HttpResponse & {
4194
- /**
4195
- * The response body as text (string format)
4196
- */
4197
- bodyAsText: string;
4198
- /**
4199
- * The response body as parsed JSON or XML
4200
- */
4201
- parsedBody: ViewListResult;
4202
- };
4203
- };
4204
- /**
4205
- * Contains response data for the createOrUpdate operation.
4206
- */
4207
- export declare type LinksCreateOrUpdateResponse = LinkResourceFormat & {
4208
- /**
4209
- * The underlying HTTP response.
4210
- */
4211
- _response: msRest.HttpResponse & {
4212
- /**
4213
- * The response body as text (string format)
4214
- */
4215
- bodyAsText: string;
4216
- /**
4217
- * The response body as parsed JSON or XML
4218
- */
4219
- parsedBody: LinkResourceFormat;
4220
- };
4221
- };
4222
- /**
4223
- * Contains response data for the get operation.
4224
- */
4225
- export declare type LinksGetResponse = LinkResourceFormat & {
4226
- /**
4227
- * The underlying HTTP response.
4228
- */
4229
- _response: msRest.HttpResponse & {
4230
- /**
4231
- * The response body as text (string format)
4232
- */
4233
- bodyAsText: string;
4234
- /**
4235
- * The response body as parsed JSON or XML
4236
- */
4237
- parsedBody: LinkResourceFormat;
4238
- };
4239
- };
4240
- /**
4241
- * Contains response data for the listByHub operation.
4242
- */
4243
- export declare type LinksListByHubResponse = LinkListResult & {
4244
- /**
4245
- * The underlying HTTP response.
4246
- */
4247
- _response: msRest.HttpResponse & {
4248
- /**
4249
- * The response body as text (string format)
4250
- */
4251
- bodyAsText: string;
4252
- /**
4253
- * The response body as parsed JSON or XML
4254
- */
4255
- parsedBody: LinkListResult;
4256
- };
4257
- };
4258
- /**
4259
- * Contains response data for the beginCreateOrUpdate operation.
4260
- */
4261
- export declare type LinksBeginCreateOrUpdateResponse = LinkResourceFormat & {
4262
- /**
4263
- * The underlying HTTP response.
4264
- */
4265
- _response: msRest.HttpResponse & {
4266
- /**
4267
- * The response body as text (string format)
4268
- */
4269
- bodyAsText: string;
4270
- /**
4271
- * The response body as parsed JSON or XML
4272
- */
4273
- parsedBody: LinkResourceFormat;
4274
- };
4275
- };
4276
- /**
4277
- * Contains response data for the listByHubNext operation.
4278
- */
4279
- export declare type LinksListByHubNextResponse = LinkListResult & {
4280
- /**
4281
- * The underlying HTTP response.
4282
- */
4283
- _response: msRest.HttpResponse & {
4284
- /**
4285
- * The response body as text (string format)
4286
- */
4287
- bodyAsText: string;
4288
- /**
4289
- * The response body as parsed JSON or XML
4290
- */
4291
- parsedBody: LinkListResult;
4292
- };
4293
- };
4294
- /**
4295
- * Contains response data for the listByHub operation.
4296
- */
4297
- export declare type RolesListByHubResponse = RoleListResult & {
4298
- /**
4299
- * The underlying HTTP response.
4300
- */
4301
- _response: msRest.HttpResponse & {
4302
- /**
4303
- * The response body as text (string format)
4304
- */
4305
- bodyAsText: string;
4306
- /**
4307
- * The response body as parsed JSON or XML
4308
- */
4309
- parsedBody: RoleListResult;
4310
- };
4311
- };
4312
- /**
4313
- * Contains response data for the listByHubNext operation.
4314
- */
4315
- export declare type RolesListByHubNextResponse = RoleListResult & {
4316
- /**
4317
- * The underlying HTTP response.
4318
- */
4319
- _response: msRest.HttpResponse & {
4320
- /**
4321
- * The response body as text (string format)
4322
- */
4323
- bodyAsText: string;
4324
- /**
4325
- * The response body as parsed JSON or XML
4326
- */
4327
- parsedBody: RoleListResult;
4328
- };
4329
- };
4330
- /**
4331
- * Contains response data for the listByHub operation.
4332
- */
4333
- export declare type RoleAssignmentsListByHubResponse = RoleAssignmentListResult & {
4334
- /**
4335
- * The underlying HTTP response.
4336
- */
4337
- _response: msRest.HttpResponse & {
4338
- /**
4339
- * The response body as text (string format)
4340
- */
4341
- bodyAsText: string;
4342
- /**
4343
- * The response body as parsed JSON or XML
4344
- */
4345
- parsedBody: RoleAssignmentListResult;
4346
- };
4347
- };
4348
- /**
4349
- * Contains response data for the createOrUpdate operation.
4350
- */
4351
- export declare type RoleAssignmentsCreateOrUpdateResponse = RoleAssignmentResourceFormat & {
4352
- /**
4353
- * The underlying HTTP response.
4354
- */
4355
- _response: msRest.HttpResponse & {
4356
- /**
4357
- * The response body as text (string format)
4358
- */
4359
- bodyAsText: string;
4360
- /**
4361
- * The response body as parsed JSON or XML
4362
- */
4363
- parsedBody: RoleAssignmentResourceFormat;
4364
- };
4365
- };
4366
- /**
4367
- * Contains response data for the get operation.
4368
- */
4369
- export declare type RoleAssignmentsGetResponse = RoleAssignmentResourceFormat & {
4370
- /**
4371
- * The underlying HTTP response.
4372
- */
4373
- _response: msRest.HttpResponse & {
4374
- /**
4375
- * The response body as text (string format)
4376
- */
4377
- bodyAsText: string;
4378
- /**
4379
- * The response body as parsed JSON or XML
4380
- */
4381
- parsedBody: RoleAssignmentResourceFormat;
4382
- };
4383
- };
4384
- /**
4385
- * Contains response data for the beginCreateOrUpdate operation.
4386
- */
4387
- export declare type RoleAssignmentsBeginCreateOrUpdateResponse = RoleAssignmentResourceFormat & {
4388
- /**
4389
- * The underlying HTTP response.
4390
- */
4391
- _response: msRest.HttpResponse & {
4392
- /**
4393
- * The response body as text (string format)
4394
- */
4395
- bodyAsText: string;
4396
- /**
4397
- * The response body as parsed JSON or XML
4398
- */
4399
- parsedBody: RoleAssignmentResourceFormat;
4400
- };
4401
- };
4402
- /**
4403
- * Contains response data for the listByHubNext operation.
4404
- */
4405
- export declare type RoleAssignmentsListByHubNextResponse = RoleAssignmentListResult & {
4406
- /**
4407
- * The underlying HTTP response.
4408
- */
4409
- _response: msRest.HttpResponse & {
4410
- /**
4411
- * The response body as text (string format)
4412
- */
4413
- bodyAsText: string;
4414
- /**
4415
- * The response body as parsed JSON or XML
4416
- */
4417
- parsedBody: RoleAssignmentListResult;
4418
- };
4419
- };
4420
- /**
4421
- * Contains response data for the getUploadUrlForEntityType operation.
4422
- */
4423
- export declare type ImagesGetUploadUrlForEntityTypeResponse = ImageDefinition & {
4424
- /**
4425
- * The underlying HTTP response.
4426
- */
4427
- _response: msRest.HttpResponse & {
4428
- /**
4429
- * The response body as text (string format)
4430
- */
4431
- bodyAsText: string;
4432
- /**
4433
- * The response body as parsed JSON or XML
4434
- */
4435
- parsedBody: ImageDefinition;
4436
- };
4437
- };
4438
- /**
4439
- * Contains response data for the getUploadUrlForData operation.
4440
- */
4441
- export declare type ImagesGetUploadUrlForDataResponse = ImageDefinition & {
4442
- /**
4443
- * The underlying HTTP response.
4444
- */
4445
- _response: msRest.HttpResponse & {
4446
- /**
4447
- * The response body as text (string format)
4448
- */
4449
- bodyAsText: string;
4450
- /**
4451
- * The response body as parsed JSON or XML
4452
- */
4453
- parsedBody: ImageDefinition;
4454
- };
4455
- };
4456
- /**
4457
- * Contains response data for the createOrUpdate operation.
4458
- */
4459
- export declare type PredictionsCreateOrUpdateResponse = PredictionResourceFormat & {
4460
- /**
4461
- * The underlying HTTP response.
4462
- */
4463
- _response: msRest.HttpResponse & {
4464
- /**
4465
- * The response body as text (string format)
4466
- */
4467
- bodyAsText: string;
4468
- /**
4469
- * The response body as parsed JSON or XML
4470
- */
4471
- parsedBody: PredictionResourceFormat;
4472
- };
4473
- };
4474
- /**
4475
- * Contains response data for the get operation.
4476
- */
4477
- export declare type PredictionsGetResponse = PredictionResourceFormat & {
4478
- /**
4479
- * The underlying HTTP response.
4480
- */
4481
- _response: msRest.HttpResponse & {
4482
- /**
4483
- * The response body as text (string format)
4484
- */
4485
- bodyAsText: string;
4486
- /**
4487
- * The response body as parsed JSON or XML
4488
- */
4489
- parsedBody: PredictionResourceFormat;
4490
- };
4491
- };
4492
- /**
4493
- * Contains response data for the getTrainingResults operation.
4494
- */
4495
- export declare type PredictionsGetTrainingResultsResponse = PredictionTrainingResults & {
4496
- /**
4497
- * The underlying HTTP response.
4498
- */
4499
- _response: msRest.HttpResponse & {
4500
- /**
4501
- * The response body as text (string format)
4502
- */
4503
- bodyAsText: string;
4504
- /**
4505
- * The response body as parsed JSON or XML
4506
- */
4507
- parsedBody: PredictionTrainingResults;
4508
- };
4509
- };
4510
- /**
4511
- * Contains response data for the getModelStatus operation.
4512
- */
4513
- export declare type PredictionsGetModelStatusResponse = PredictionModelStatus & {
4514
- /**
4515
- * The underlying HTTP response.
4516
- */
4517
- _response: msRest.HttpResponse & {
4518
- /**
4519
- * The response body as text (string format)
4520
- */
4521
- bodyAsText: string;
4522
- /**
4523
- * The response body as parsed JSON or XML
4524
- */
4525
- parsedBody: PredictionModelStatus;
4526
- };
4527
- };
4528
- /**
4529
- * Contains response data for the listByHub operation.
4530
- */
4531
- export declare type PredictionsListByHubResponse = PredictionListResult & {
4532
- /**
4533
- * The underlying HTTP response.
4534
- */
4535
- _response: msRest.HttpResponse & {
4536
- /**
4537
- * The response body as text (string format)
4538
- */
4539
- bodyAsText: string;
4540
- /**
4541
- * The response body as parsed JSON or XML
4542
- */
4543
- parsedBody: PredictionListResult;
4544
- };
4545
- };
4546
- /**
4547
- * Contains response data for the beginCreateOrUpdate operation.
4548
- */
4549
- export declare type PredictionsBeginCreateOrUpdateResponse = PredictionResourceFormat & {
4550
- /**
4551
- * The underlying HTTP response.
4552
- */
4553
- _response: msRest.HttpResponse & {
4554
- /**
4555
- * The response body as text (string format)
4556
- */
4557
- bodyAsText: string;
4558
- /**
4559
- * The response body as parsed JSON or XML
4560
- */
4561
- parsedBody: PredictionResourceFormat;
4562
- };
4563
- };
4564
- /**
4565
- * Contains response data for the listByHubNext operation.
4566
- */
4567
- export declare type PredictionsListByHubNextResponse = PredictionListResult & {
4568
- /**
4569
- * The underlying HTTP response.
4570
- */
4571
- _response: msRest.HttpResponse & {
4572
- /**
4573
- * The response body as text (string format)
4574
- */
4575
- bodyAsText: string;
4576
- /**
4577
- * The response body as parsed JSON or XML
4578
- */
4579
- parsedBody: PredictionListResult;
4580
- };
4581
- };
4582
- //# sourceMappingURL=index.d.ts.map