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