@reltio/interactions 1.4.1585 → 1.4.1586-mui5

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 (51) hide show
  1. package/index.ts +1 -0
  2. package/package.json +38 -21
  3. package/public/bundle.js +205 -0
  4. package/public/bundle.js.LICENSE.txt +79 -0
  5. package/public/package.json +22 -0
  6. package/scripts/build/index.js +20 -0
  7. package/src/InteractionsTableView/InteractionsTable/InteractionsTable.tsx +87 -0
  8. package/src/InteractionsTableView/InteractionsTable/__tests__/InteractionsTable.test.js +146 -0
  9. package/src/InteractionsTableView/InteractionsTable/cell-renderers/ActorsRenderer.js +57 -0
  10. package/src/InteractionsTableView/InteractionsTable/cell-renderers/AttributesRenderer.js +50 -0
  11. package/src/InteractionsTableView/InteractionsTable/cell-renderers/BlobRenderer.js +14 -0
  12. package/src/InteractionsTableView/InteractionsTable/cell-renderers/DefaultCellValueRenderer.js +22 -0
  13. package/src/InteractionsTableView/InteractionsTable/cell-renderers/HeadCellRenderer.js +16 -0
  14. package/src/InteractionsTableView/InteractionsTable/cell-renderers/LinkRenderer.js +22 -0
  15. package/src/InteractionsTableView/InteractionsTable/cell-renderers/RowCellRenderer.js +31 -0
  16. package/src/InteractionsTableView/InteractionsTable/cell-renderers/__tests__/ActorsRenderer.test.js +87 -0
  17. package/src/InteractionsTableView/InteractionsTable/cell-renderers/__tests__/AttributesRenderer.test.js +118 -0
  18. package/src/InteractionsTableView/InteractionsTable/cell-renderers/__tests__/DefaultCellValueRenderer.test.js +23 -0
  19. package/src/InteractionsTableView/InteractionsTable/cell-renderers/__tests__/LinkRenderer.test.js +20 -0
  20. package/src/InteractionsTableView/InteractionsTable/cell-renderers/__tests__/RowCellRenderer.test.js +53 -0
  21. package/src/InteractionsTableView/InteractionsTable/cell-renderers/styles.js +67 -0
  22. package/src/InteractionsTableView/InteractionsTable/helpers/__tests__/dataHelpers.spec.js +286 -0
  23. package/src/InteractionsTableView/InteractionsTable/helpers/dataHelpers.ts +120 -0
  24. package/src/InteractionsTableView/InteractionsTable/styles.ts +29 -0
  25. package/src/InteractionsTableView/InteractionsTableHeader/InteractionTypeSelector/InteractionTypeSelector.tsx +26 -0
  26. package/src/InteractionsTableView/InteractionsTableHeader/InteractionTypeSelector/__tests__/InteractionTypeSelector.test.js +34 -0
  27. package/src/InteractionsTableView/InteractionsTableHeader/InteractionsTableHeader.js +76 -0
  28. package/src/InteractionsTableView/InteractionsTableHeader/__tests__/InteractionsTableHeader.test.js +106 -0
  29. package/src/InteractionsTableView/InteractionsTableHeader/styles.js +21 -0
  30. package/src/InteractionsTableView/__tests__/InteractionsTableView.test.js +570 -0
  31. package/src/InteractionsTableView/__tests__/stateReducer.test.js +260 -0
  32. package/src/InteractionsTableView/helpers/__tests__/filtersHelper.test.js +221 -0
  33. package/src/InteractionsTableView/helpers/__tests__/tableHelper.test.js +300 -0
  34. package/src/InteractionsTableView/helpers/filtersHelpers.ts +18 -0
  35. package/src/InteractionsTableView/helpers/tableHelpers.ts +157 -0
  36. package/src/InteractionsTableView/hooks/useInteractions.ts +45 -0
  37. package/src/InteractionsTableView/index.tsx +200 -0
  38. package/src/InteractionsTableView/stateReducer.ts +132 -0
  39. package/src/InteractionsTableView/styles.ts +18 -0
  40. package/src/InteractionsTableView/types/index.ts +8 -0
  41. package/src/index.tsx +59 -0
  42. package/stories/Interactions.stories.js +31 -0
  43. package/stories/utils/entity.js +11 -0
  44. package/stories/utils/interactions.js +837 -0
  45. package/stories/utils/interactionsViewConfig.js +6 -0
  46. package/stories/utils/mdmStore.js +28 -0
  47. package/stories/utils/metadata.js +7221 -0
  48. package/tsconfig.json +4 -0
  49. package/webpack.config.js +10 -0
  50. package/bundle.js +0 -2
  51. package/bundle.js.LICENSE.txt +0 -36
@@ -0,0 +1,837 @@
1
+ export default {
2
+ interactions: [
3
+ {
4
+ uri: 'interactions/Reltio+11566766587787',
5
+ type: 'configuration/interactionTypes/TenantReport',
6
+ createdBy: 'genadi.feldman@reltio.com',
7
+ createdTime: 1555090059758,
8
+ updatedBy: 'genadi.feldman@reltio.com',
9
+ updatedTime: 1555090059758,
10
+ timestamp: 1555090059759,
11
+ attributes: {
12
+ countsByEntity: [
13
+ {
14
+ type: 'configuration/interactionTypes/TenantReport/attributes/countsByEntity',
15
+ ov: true,
16
+ value: 'Company: 0\nContact: 0\nHCO: 200\nHCP: 200\nLocation: 419',
17
+ uri: 'interactions/Reltio+11566766587787/attributes/countsByEntity/2'
18
+ }
19
+ ],
20
+ locationEntities: [
21
+ {
22
+ type: 'configuration/interactionTypes/TenantReport/attributes/locationEntities',
23
+ ov: true,
24
+ value: '419',
25
+ uri: 'interactions/Reltio+11566766587787/attributes/locationEntities/1'
26
+ }
27
+ ],
28
+ totalEntities: [
29
+ {
30
+ type: 'configuration/interactionTypes/TenantReport/attributes/totalEntities',
31
+ ov: true,
32
+ value: '819',
33
+ uri: 'interactions/Reltio+11566766587787/attributes/totalEntities/0'
34
+ }
35
+ ],
36
+ locationCleansedEntities: [
37
+ {
38
+ type: 'configuration/interactionTypes/TenantReport/attributes/locationCleansedEntities',
39
+ ov: true,
40
+ value: '419',
41
+ uri: 'interactions/Reltio+11566766587787/attributes/locationCleansedEntities/3'
42
+ }
43
+ ],
44
+ numEntityTypes: [
45
+ {
46
+ type: 'configuration/interactionTypes/TenantReport/attributes/numEntityTypes',
47
+ ov: true,
48
+ value: '5',
49
+ uri: 'interactions/Reltio+11566766587787/attributes/numEntityTypes/4'
50
+ }
51
+ ],
52
+ CMainData: [
53
+ {
54
+ type: 'configuration/interactionTypes/TenantReport/attributes/CMainData',
55
+ ov: true,
56
+ value: '0.300974',
57
+ uri: 'interactions/Reltio+11566766587787/attributes/CMainData/5'
58
+ }
59
+ ],
60
+ CHistory: [
61
+ {
62
+ type: 'configuration/interactionTypes/TenantReport/attributes/CHistory',
63
+ ov: true,
64
+ value: '0.586466',
65
+ uri: 'interactions/Reltio+11566766587787/attributes/CHistory/6'
66
+ }
67
+ ],
68
+ CInteractions: [
69
+ {
70
+ type: 'configuration/interactionTypes/TenantReport/attributes/CInteractions',
71
+ ov: true,
72
+ value: '0.000096',
73
+ uri: 'interactions/Reltio+11566766587787/attributes/CInteractions/7'
74
+ }
75
+ ],
76
+ CMatchSize: [
77
+ {
78
+ type: 'configuration/interactionTypes/TenantReport/attributes/CMatchSize',
79
+ ov: true,
80
+ value: '0.049444',
81
+ uri: 'interactions/Reltio+11566766587787/attributes/CMatchSize/8'
82
+ }
83
+ ],
84
+ CTotal: [
85
+ {
86
+ type: 'configuration/interactionTypes/TenantReport/attributes/CTotal',
87
+ ov: true,
88
+ value: '0.965769',
89
+ uri: 'interactions/Reltio+11566766587787/attributes/CTotal/9'
90
+ }
91
+ ],
92
+ IndexEntities: [
93
+ {
94
+ type: 'configuration/interactionTypes/TenantReport/attributes/IndexEntities',
95
+ ov: true,
96
+ value: '0.015527',
97
+ uri: 'interactions/Reltio+11566766587787/attributes/IndexEntities/10'
98
+ }
99
+ ],
100
+ IndexOthers: [
101
+ {
102
+ type: 'configuration/interactionTypes/TenantReport/attributes/IndexOthers',
103
+ ov: true,
104
+ value: '0.003418',
105
+ uri: 'interactions/Reltio+11566766587787/attributes/IndexOthers/11'
106
+ }
107
+ ],
108
+ IndexActivities: [
109
+ {
110
+ type: 'configuration/interactionTypes/TenantReport/attributes/IndexActivities',
111
+ ov: true,
112
+ value: '0',
113
+ uri: 'interactions/Reltio+11566766587787/attributes/IndexActivities/12'
114
+ }
115
+ ],
116
+ TotalIndexes: [
117
+ {
118
+ type: 'configuration/interactionTypes/TenantReport/attributes/TotalIndexes',
119
+ ov: true,
120
+ value: '0.018945',
121
+ uri: 'interactions/Reltio+11566766587787/attributes/TotalIndexes/13'
122
+ }
123
+ ]
124
+ },
125
+ crosswalks: [
126
+ {
127
+ uri: 'interactions/Reltio+11566766587787/crosswalks/1d7c8NQ7f',
128
+ type: 'configuration/sources/Reltio',
129
+ value: '11566766587787',
130
+ reltioLoadDate: '2019-04-12T17:27:39.758Z',
131
+ createDate: '2019-04-12T17:27:39.758Z',
132
+ updateDate: '2019-04-12T17:27:39.758Z',
133
+ attributes: [
134
+ 'interactions/Reltio+11566766587787/attributes/IndexOthers/11',
135
+ 'interactions/Reltio+11566766587787/attributes/IndexActivities/12',
136
+ 'interactions/Reltio+11566766587787/attributes/TotalIndexes/13',
137
+ 'interactions/Reltio+11566766587787/attributes/totalEntities/0',
138
+ 'interactions/Reltio+11566766587787/attributes/locationEntities/1',
139
+ 'interactions/Reltio+11566766587787/attributes/countsByEntity/2',
140
+ 'interactions/Reltio+11566766587787/attributes/locationCleansedEntities/3',
141
+ 'interactions/Reltio+11566766587787/attributes/numEntityTypes/4',
142
+ 'interactions/Reltio+11566766587787/attributes/CMainData/5',
143
+ 'interactions/Reltio+11566766587787/attributes/CHistory/6',
144
+ 'interactions/Reltio+11566766587787/attributes/CInteractions/7',
145
+ 'interactions/Reltio+11566766587787/attributes/CMatchSize/8',
146
+ 'interactions/Reltio+11566766587787/attributes/CTotal/9',
147
+ 'interactions/Reltio+11566766587787/attributes/IndexEntities/10'
148
+ ],
149
+ singleAttributeUpdateDates: {}
150
+ }
151
+ ],
152
+ consolidatedRating: 5.0,
153
+ members: {
154
+ Tenant: {
155
+ type: 'configuration/interactionTypes/TenantReport/memberTypes/Tenant',
156
+ uri: 'interactions/Reltio+11566766587787/members/Tenant',
157
+ members: [
158
+ {
159
+ objectURI: 'entities/90FV4nr',
160
+ type: 'configuration/entityTypes/Tenant',
161
+ label: "AWS-NA, pilot, ''not applicable'', (MDM) TrAiN2YpM94aI59 Training 59"
162
+ }
163
+ ]
164
+ }
165
+ },
166
+ isFavorite: false
167
+ },
168
+ {
169
+ uri: 'interactions/Reltio+111708110515',
170
+ type: 'configuration/interactionTypes/TenantReport',
171
+ createdBy: 'genadi.feldman@reltio.com',
172
+ createdTime: 1554484909697,
173
+ updatedBy: 'genadi.feldman@reltio.com',
174
+ updatedTime: 1554484909697,
175
+ timestamp: 1554484909699,
176
+ attributes: {
177
+ countsByEntity: [
178
+ {
179
+ type: 'configuration/interactionTypes/TenantReport/attributes/countsByEntity',
180
+ ov: true,
181
+ value: 'Company: 0\nContact: 0\nHCO: 200\nHCP: 200\nLocation: 419',
182
+ uri: 'interactions/Reltio+111708110515/attributes/countsByEntity/2'
183
+ }
184
+ ],
185
+ locationEntities: [
186
+ {
187
+ type: 'configuration/interactionTypes/TenantReport/attributes/locationEntities',
188
+ ov: true,
189
+ value: '419',
190
+ uri: 'interactions/Reltio+111708110515/attributes/locationEntities/1'
191
+ }
192
+ ],
193
+ totalEntities: [
194
+ {
195
+ type: 'configuration/interactionTypes/TenantReport/attributes/totalEntities',
196
+ ov: true,
197
+ value: '819',
198
+ uri: 'interactions/Reltio+111708110515/attributes/totalEntities/0'
199
+ }
200
+ ],
201
+ locationCleansedEntities: [
202
+ {
203
+ type: 'configuration/interactionTypes/TenantReport/attributes/locationCleansedEntities',
204
+ ov: true,
205
+ value: '419',
206
+ uri: 'interactions/Reltio+111708110515/attributes/locationCleansedEntities/3'
207
+ }
208
+ ],
209
+ numEntityTypes: [
210
+ {
211
+ type: 'configuration/interactionTypes/TenantReport/attributes/numEntityTypes',
212
+ ov: true,
213
+ value: '5',
214
+ uri: 'interactions/Reltio+111708110515/attributes/numEntityTypes/4'
215
+ }
216
+ ],
217
+ CMainData: [
218
+ {
219
+ type: 'configuration/interactionTypes/TenantReport/attributes/CMainData',
220
+ ov: true,
221
+ value: '0.30093',
222
+ uri: 'interactions/Reltio+111708110515/attributes/CMainData/5'
223
+ }
224
+ ],
225
+ CHistory: [
226
+ {
227
+ type: 'configuration/interactionTypes/TenantReport/attributes/CHistory',
228
+ ov: true,
229
+ value: '0.577803',
230
+ uri: 'interactions/Reltio+111708110515/attributes/CHistory/6'
231
+ }
232
+ ],
233
+ CInteractions: [
234
+ {
235
+ type: 'configuration/interactionTypes/TenantReport/attributes/CInteractions',
236
+ ov: true,
237
+ value: '0.000091',
238
+ uri: 'interactions/Reltio+111708110515/attributes/CInteractions/7'
239
+ }
240
+ ],
241
+ CMatchSize: [
242
+ {
243
+ type: 'configuration/interactionTypes/TenantReport/attributes/CMatchSize',
244
+ ov: true,
245
+ value: '0.049413',
246
+ uri: 'interactions/Reltio+111708110515/attributes/CMatchSize/8'
247
+ }
248
+ ],
249
+ CTotal: [
250
+ {
251
+ type: 'configuration/interactionTypes/TenantReport/attributes/CTotal',
252
+ ov: true,
253
+ value: '0.956497',
254
+ uri: 'interactions/Reltio+111708110515/attributes/CTotal/9'
255
+ }
256
+ ],
257
+ IndexEntities: [
258
+ {
259
+ type: 'configuration/interactionTypes/TenantReport/attributes/IndexEntities',
260
+ ov: true,
261
+ value: '0.015527',
262
+ uri: 'interactions/Reltio+111708110515/attributes/IndexEntities/10'
263
+ }
264
+ ],
265
+ IndexOthers: [
266
+ {
267
+ type: 'configuration/interactionTypes/TenantReport/attributes/IndexOthers',
268
+ ov: true,
269
+ value: '0.003418',
270
+ uri: 'interactions/Reltio+111708110515/attributes/IndexOthers/11'
271
+ }
272
+ ],
273
+ IndexActivities: [
274
+ {
275
+ type: 'configuration/interactionTypes/TenantReport/attributes/IndexActivities',
276
+ ov: true,
277
+ value: '0',
278
+ uri: 'interactions/Reltio+111708110515/attributes/IndexActivities/12'
279
+ }
280
+ ],
281
+ TotalIndexes: [
282
+ {
283
+ type: 'configuration/interactionTypes/TenantReport/attributes/TotalIndexes',
284
+ ov: true,
285
+ value: '0.018945',
286
+ uri: 'interactions/Reltio+111708110515/attributes/TotalIndexes/13'
287
+ }
288
+ ]
289
+ },
290
+ crosswalks: [
291
+ {
292
+ uri: 'interactions/Reltio+111708110515/crosswalks/5DaCWcXT',
293
+ type: 'configuration/sources/Reltio',
294
+ value: '111708110515',
295
+ reltioLoadDate: '2019-04-05T17:21:49.697Z',
296
+ createDate: '2019-04-05T17:21:49.697Z',
297
+ updateDate: '2019-04-05T17:21:49.697Z',
298
+ attributes: [
299
+ 'interactions/Reltio+111708110515/attributes/IndexOthers/11',
300
+ 'interactions/Reltio+111708110515/attributes/IndexActivities/12',
301
+ 'interactions/Reltio+111708110515/attributes/TotalIndexes/13',
302
+ 'interactions/Reltio+111708110515/attributes/totalEntities/0',
303
+ 'interactions/Reltio+111708110515/attributes/locationEntities/1',
304
+ 'interactions/Reltio+111708110515/attributes/countsByEntity/2',
305
+ 'interactions/Reltio+111708110515/attributes/locationCleansedEntities/3',
306
+ 'interactions/Reltio+111708110515/attributes/numEntityTypes/4',
307
+ 'interactions/Reltio+111708110515/attributes/CMainData/5',
308
+ 'interactions/Reltio+111708110515/attributes/CHistory/6',
309
+ 'interactions/Reltio+111708110515/attributes/CInteractions/7',
310
+ 'interactions/Reltio+111708110515/attributes/CMatchSize/8',
311
+ 'interactions/Reltio+111708110515/attributes/CTotal/9',
312
+ 'interactions/Reltio+111708110515/attributes/IndexEntities/10'
313
+ ],
314
+ singleAttributeUpdateDates: {}
315
+ }
316
+ ],
317
+ consolidatedRating: 5.0,
318
+ members: {
319
+ Tenant: {
320
+ type: 'configuration/interactionTypes/TenantReport/memberTypes/Tenant',
321
+ uri: 'interactions/Reltio+111708110515/members/Tenant',
322
+ members: [
323
+ {
324
+ objectURI: 'entities/90FV4nr',
325
+ type: 'configuration/entityTypes/Tenant',
326
+ label: "AWS-NA, pilot, ''not applicable'', (MDM) TrAiN2YpM94aI59 Training 59"
327
+ },
328
+ {
329
+ objectURI: 'entities/90FV4n',
330
+ type: 'configuration/entityTypes/Tenant',
331
+ label: "AWS-NA, pilo, ''not applicable'', (MDM) TrAiN2YpM94aI59 Training 59"
332
+ }
333
+ ]
334
+ }
335
+ },
336
+ isFavorite: false
337
+ },
338
+ {
339
+ uri: 'interactions/Reltio+5815300816706',
340
+ type: 'configuration/interactionTypes/TenantReport',
341
+ createdBy: 'genadi.feldman@reltio.com',
342
+ createdTime: 1554156692331,
343
+ updatedBy: 'genadi.feldman@reltio.com',
344
+ updatedTime: 1554156692331,
345
+ timestamp: 1554156692333,
346
+ attributes: {
347
+ countsByEntity: [
348
+ {
349
+ type: 'configuration/interactionTypes/TenantReport/attributes/countsByEntity',
350
+ ov: true,
351
+ value: 'Company: 0\nContact: 0\nHCO: 200\nHCP: 200\nLocation: 419',
352
+ uri: 'interactions/Reltio+5815300816706/attributes/countsByEntity/2'
353
+ }
354
+ ],
355
+ locationEntities: [
356
+ {
357
+ type: 'configuration/interactionTypes/TenantReport/attributes/locationEntities',
358
+ ov: true,
359
+ value: '419',
360
+ uri: 'interactions/Reltio+5815300816706/attributes/locationEntities/1'
361
+ }
362
+ ],
363
+ totalEntities: [
364
+ {
365
+ type: 'configuration/interactionTypes/TenantReport/attributes/totalEntities',
366
+ ov: true,
367
+ value: '819',
368
+ uri: 'interactions/Reltio+5815300816706/attributes/totalEntities/0'
369
+ }
370
+ ],
371
+ locationCleansedEntities: [
372
+ {
373
+ type: 'configuration/interactionTypes/TenantReport/attributes/locationCleansedEntities',
374
+ ov: true,
375
+ value: '419',
376
+ uri: 'interactions/Reltio+5815300816706/attributes/locationCleansedEntities/3'
377
+ }
378
+ ],
379
+ numEntityTypes: [
380
+ {
381
+ type: 'configuration/interactionTypes/TenantReport/attributes/numEntityTypes',
382
+ ov: true,
383
+ value: '5',
384
+ uri: 'interactions/Reltio+5815300816706/attributes/numEntityTypes/4'
385
+ }
386
+ ],
387
+ CMainData: [
388
+ {
389
+ type: 'configuration/interactionTypes/TenantReport/attributes/CMainData',
390
+ ov: true,
391
+ value: '0.3008',
392
+ uri: 'interactions/Reltio+5815300816706/attributes/CMainData/5'
393
+ }
394
+ ],
395
+ CHistory: [
396
+ {
397
+ type: 'configuration/interactionTypes/TenantReport/attributes/CHistory',
398
+ ov: true,
399
+ value: '0.545176',
400
+ uri: 'interactions/Reltio+5815300816706/attributes/CHistory/6'
401
+ }
402
+ ],
403
+ CInteractions: [
404
+ {
405
+ type: 'configuration/interactionTypes/TenantReport/attributes/CInteractions',
406
+ ov: true,
407
+ value: '0.000069',
408
+ uri: 'interactions/Reltio+5815300816706/attributes/CInteractions/7'
409
+ }
410
+ ],
411
+ CMatchSize: [
412
+ {
413
+ type: 'configuration/interactionTypes/TenantReport/attributes/CMatchSize',
414
+ ov: true,
415
+ value: '0.049335',
416
+ uri: 'interactions/Reltio+5815300816706/attributes/CMatchSize/8'
417
+ }
418
+ ],
419
+ CTotal: [
420
+ {
421
+ type: 'configuration/interactionTypes/TenantReport/attributes/CTotal',
422
+ ov: true,
423
+ value: '0.921691',
424
+ uri: 'interactions/Reltio+5815300816706/attributes/CTotal/9'
425
+ }
426
+ ],
427
+ IndexEntities: [
428
+ {
429
+ type: 'configuration/interactionTypes/TenantReport/attributes/IndexEntities',
430
+ ov: true,
431
+ value: '0.015527',
432
+ uri: 'interactions/Reltio+5815300816706/attributes/IndexEntities/10'
433
+ }
434
+ ],
435
+ IndexOthers: [
436
+ {
437
+ type: 'configuration/interactionTypes/TenantReport/attributes/IndexOthers',
438
+ ov: true,
439
+ value: '0.003418',
440
+ uri: 'interactions/Reltio+5815300816706/attributes/IndexOthers/11'
441
+ }
442
+ ],
443
+ IndexActivities: [
444
+ {
445
+ type: 'configuration/interactionTypes/TenantReport/attributes/IndexActivities',
446
+ ov: true,
447
+ value: '0',
448
+ uri: 'interactions/Reltio+5815300816706/attributes/IndexActivities/12'
449
+ }
450
+ ],
451
+ TotalIndexes: [
452
+ {
453
+ type: 'configuration/interactionTypes/TenantReport/attributes/TotalIndexes',
454
+ ov: true,
455
+ value: '0.018945',
456
+ uri: 'interactions/Reltio+5815300816706/attributes/TotalIndexes/13'
457
+ }
458
+ ]
459
+ },
460
+ crosswalks: [
461
+ {
462
+ uri: 'interactions/Reltio+5815300816706/crosswalks/t91DuT8k',
463
+ type: 'configuration/sources/Reltio',
464
+ value: '5815300816706',
465
+ reltioLoadDate: '2019-04-01T22:11:32.331Z',
466
+ createDate: '2019-04-01T22:11:32.331Z',
467
+ updateDate: '2019-04-01T22:11:32.331Z',
468
+ attributes: [
469
+ 'interactions/Reltio+5815300816706/attributes/IndexOthers/11',
470
+ 'interactions/Reltio+5815300816706/attributes/IndexActivities/12',
471
+ 'interactions/Reltio+5815300816706/attributes/TotalIndexes/13',
472
+ 'interactions/Reltio+5815300816706/attributes/totalEntities/0',
473
+ 'interactions/Reltio+5815300816706/attributes/locationEntities/1',
474
+ 'interactions/Reltio+5815300816706/attributes/countsByEntity/2',
475
+ 'interactions/Reltio+5815300816706/attributes/locationCleansedEntities/3',
476
+ 'interactions/Reltio+5815300816706/attributes/numEntityTypes/4',
477
+ 'interactions/Reltio+5815300816706/attributes/CMainData/5',
478
+ 'interactions/Reltio+5815300816706/attributes/CHistory/6',
479
+ 'interactions/Reltio+5815300816706/attributes/CInteractions/7',
480
+ 'interactions/Reltio+5815300816706/attributes/CMatchSize/8',
481
+ 'interactions/Reltio+5815300816706/attributes/CTotal/9',
482
+ 'interactions/Reltio+5815300816706/attributes/IndexEntities/10'
483
+ ],
484
+ singleAttributeUpdateDates: {}
485
+ }
486
+ ],
487
+ consolidatedRating: 5.0,
488
+ members: {
489
+ Tenant: {
490
+ type: 'configuration/interactionTypes/TenantReport/memberTypes/Tenant',
491
+ uri: 'interactions/Reltio+5815300816706/members/Tenant',
492
+ members: [
493
+ {
494
+ objectURI: 'entities/90FV4nr',
495
+ type: 'configuration/entityTypes/Tenant',
496
+ label: "AWS-NA, pilot, ''not applicable'', (MDM) TrAiN2YpM94aI59 Training 59"
497
+ }
498
+ ]
499
+ }
500
+ },
501
+ isFavorite: false
502
+ },
503
+ {
504
+ uri: 'interactions/Reltio+2248805334783',
505
+ type: 'configuration/interactionTypes/TenantReport',
506
+ createdBy: 'genadi.feldman@reltio.com',
507
+ createdTime: 1553283488640,
508
+ updatedBy: 'genadi.feldman@reltio.com',
509
+ updatedTime: 1553283488640,
510
+ timestamp: 1553283488641,
511
+ attributes: {
512
+ countsByEntity: [
513
+ {
514
+ type: 'configuration/interactionTypes/TenantReport/attributes/countsByEntity',
515
+ ov: true,
516
+ value: 'Company: 0\nContact: 0\nHCO: 200\nHCP: 200\nLocation: 419',
517
+ uri: 'interactions/Reltio+2248805334783/attributes/countsByEntity/2'
518
+ }
519
+ ],
520
+ locationEntities: [
521
+ {
522
+ type: 'configuration/interactionTypes/TenantReport/attributes/locationEntities',
523
+ ov: true,
524
+ value: '419',
525
+ uri: 'interactions/Reltio+2248805334783/attributes/locationEntities/1'
526
+ }
527
+ ],
528
+ totalEntities: [
529
+ {
530
+ type: 'configuration/interactionTypes/TenantReport/attributes/totalEntities',
531
+ ov: true,
532
+ value: '819',
533
+ uri: 'interactions/Reltio+2248805334783/attributes/totalEntities/0'
534
+ }
535
+ ],
536
+ locationCleansedEntities: [
537
+ {
538
+ type: 'configuration/interactionTypes/TenantReport/attributes/locationCleansedEntities',
539
+ ov: true,
540
+ value: '419',
541
+ uri: 'interactions/Reltio+2248805334783/attributes/locationCleansedEntities/3'
542
+ }
543
+ ],
544
+ numEntityTypes: [
545
+ {
546
+ type: 'configuration/interactionTypes/TenantReport/attributes/numEntityTypes',
547
+ ov: true,
548
+ value: '5',
549
+ uri: 'interactions/Reltio+2248805334783/attributes/numEntityTypes/4'
550
+ }
551
+ ],
552
+ CMainData: [
553
+ {
554
+ type: 'configuration/interactionTypes/TenantReport/attributes/CMainData',
555
+ ov: true,
556
+ value: '0.302086',
557
+ uri: 'interactions/Reltio+2248805334783/attributes/CMainData/5'
558
+ }
559
+ ],
560
+ CHistory: [
561
+ {
562
+ type: 'configuration/interactionTypes/TenantReport/attributes/CHistory',
563
+ ov: true,
564
+ value: '0.497548',
565
+ uri: 'interactions/Reltio+2248805334783/attributes/CHistory/6'
566
+ }
567
+ ],
568
+ CInteractions: [
569
+ {
570
+ type: 'configuration/interactionTypes/TenantReport/attributes/CInteractions',
571
+ ov: true,
572
+ value: '0.000293',
573
+ uri: 'interactions/Reltio+2248805334783/attributes/CInteractions/7'
574
+ }
575
+ ],
576
+ CMatchSize: [
577
+ {
578
+ type: 'configuration/interactionTypes/TenantReport/attributes/CMatchSize',
579
+ ov: true,
580
+ value: '0.050958',
581
+ uri: 'interactions/Reltio+2248805334783/attributes/CMatchSize/8'
582
+ }
583
+ ],
584
+ CTotal: [
585
+ {
586
+ type: 'configuration/interactionTypes/TenantReport/attributes/CTotal',
587
+ ov: true,
588
+ value: '0.875602',
589
+ uri: 'interactions/Reltio+2248805334783/attributes/CTotal/9'
590
+ }
591
+ ],
592
+ IndexEntities: [
593
+ {
594
+ type: 'configuration/interactionTypes/TenantReport/attributes/IndexEntities',
595
+ ov: true,
596
+ value: '0.015527',
597
+ uri: 'interactions/Reltio+2248805334783/attributes/IndexEntities/10'
598
+ }
599
+ ],
600
+ IndexOthers: [
601
+ {
602
+ type: 'configuration/interactionTypes/TenantReport/attributes/IndexOthers',
603
+ ov: true,
604
+ value: '0.003418',
605
+ uri: 'interactions/Reltio+2248805334783/attributes/IndexOthers/11'
606
+ }
607
+ ],
608
+ IndexActivities: [
609
+ {
610
+ type: 'configuration/interactionTypes/TenantReport/attributes/IndexActivities',
611
+ ov: true,
612
+ value: '0',
613
+ uri: 'interactions/Reltio+2248805334783/attributes/IndexActivities/12'
614
+ }
615
+ ],
616
+ TotalIndexes: [
617
+ {
618
+ type: 'configuration/interactionTypes/TenantReport/attributes/TotalIndexes',
619
+ ov: true,
620
+ value: '0.018945',
621
+ uri: 'interactions/Reltio+2248805334783/attributes/TotalIndexes/13'
622
+ }
623
+ ]
624
+ },
625
+ crosswalks: [
626
+ {
627
+ uri: 'interactions/Reltio+2248805334783/crosswalks/JCLkLKRD',
628
+ type: 'configuration/sources/Reltio',
629
+ value: '2248805334783',
630
+ reltioLoadDate: '2019-03-22T19:38:08.640Z',
631
+ createDate: '2019-03-22T19:38:08.640Z',
632
+ updateDate: '2019-03-22T19:38:08.640Z',
633
+ attributes: [
634
+ 'interactions/Reltio+2248805334783/attributes/IndexOthers/11',
635
+ 'interactions/Reltio+2248805334783/attributes/IndexActivities/12',
636
+ 'interactions/Reltio+2248805334783/attributes/TotalIndexes/13',
637
+ 'interactions/Reltio+2248805334783/attributes/totalEntities/0',
638
+ 'interactions/Reltio+2248805334783/attributes/locationEntities/1',
639
+ 'interactions/Reltio+2248805334783/attributes/countsByEntity/2',
640
+ 'interactions/Reltio+2248805334783/attributes/locationCleansedEntities/3',
641
+ 'interactions/Reltio+2248805334783/attributes/numEntityTypes/4',
642
+ 'interactions/Reltio+2248805334783/attributes/CMainData/5',
643
+ 'interactions/Reltio+2248805334783/attributes/CHistory/6',
644
+ 'interactions/Reltio+2248805334783/attributes/CInteractions/7',
645
+ 'interactions/Reltio+2248805334783/attributes/CMatchSize/8',
646
+ 'interactions/Reltio+2248805334783/attributes/CTotal/9',
647
+ 'interactions/Reltio+2248805334783/attributes/IndexEntities/10'
648
+ ],
649
+ singleAttributeUpdateDates: {}
650
+ }
651
+ ],
652
+ consolidatedRating: 5.0,
653
+ members: {
654
+ Tenant: {
655
+ type: 'configuration/interactionTypes/TenantReport/memberTypes/Tenant',
656
+ uri: 'interactions/Reltio+2248805334783/members/Tenant',
657
+ members: [
658
+ {
659
+ objectURI: 'entities/90FV4nr',
660
+ type: 'configuration/entityTypes/Tenant',
661
+ label: "AWS-NA, pilot, ''not applicable'', (MDM) TrAiN2YpM94aI59 Training 59"
662
+ }
663
+ ]
664
+ }
665
+ },
666
+ isFavorite: false
667
+ },
668
+ {
669
+ uri: 'interactions/Reltio+520027963081',
670
+ type: 'configuration/interactionTypes/TenantReport',
671
+ createdBy: 'genadi.feldman@reltio.com',
672
+ createdTime: 1552679772626,
673
+ updatedBy: 'genadi.feldman@reltio.com',
674
+ updatedTime: 1552679772626,
675
+ timestamp: 1552679772627,
676
+ attributes: {
677
+ countsByEntity: [
678
+ {
679
+ type: 'configuration/interactionTypes/TenantReport/attributes/countsByEntity',
680
+ ov: true,
681
+ value:
682
+ 'Company: 0\nContact: 0\nHCO: 0\nHCP: 0\nLocation: 0\nProduct: 0\nProfessional Association: 0',
683
+ uri: 'interactions/Reltio+520027963081/attributes/countsByEntity/2'
684
+ }
685
+ ],
686
+ locationEntities: [
687
+ {
688
+ type: 'configuration/interactionTypes/TenantReport/attributes/locationEntities',
689
+ ov: true,
690
+ value: '0',
691
+ uri: 'interactions/Reltio+520027963081/attributes/locationEntities/1'
692
+ }
693
+ ],
694
+ totalEntities: [
695
+ {
696
+ type: 'configuration/interactionTypes/TenantReport/attributes/totalEntities',
697
+ ov: true,
698
+ value: '0',
699
+ uri: 'interactions/Reltio+520027963081/attributes/totalEntities/0'
700
+ }
701
+ ],
702
+ locationCleansedEntities: [
703
+ {
704
+ type: 'configuration/interactionTypes/TenantReport/attributes/locationCleansedEntities',
705
+ ov: true,
706
+ value: '0',
707
+ uri: 'interactions/Reltio+520027963081/attributes/locationCleansedEntities/3'
708
+ }
709
+ ],
710
+ numEntityTypes: [
711
+ {
712
+ type: 'configuration/interactionTypes/TenantReport/attributes/numEntityTypes',
713
+ ov: true,
714
+ value: '7',
715
+ uri: 'interactions/Reltio+520027963081/attributes/numEntityTypes/4'
716
+ }
717
+ ],
718
+ CMainData: [
719
+ {
720
+ type: 'configuration/interactionTypes/TenantReport/attributes/CMainData',
721
+ ov: true,
722
+ value: '0.10631',
723
+ uri: 'interactions/Reltio+520027963081/attributes/CMainData/5'
724
+ }
725
+ ],
726
+ CHistory: [
727
+ {
728
+ type: 'configuration/interactionTypes/TenantReport/attributes/CHistory',
729
+ ov: true,
730
+ value: '0.217796',
731
+ uri: 'interactions/Reltio+520027963081/attributes/CHistory/6'
732
+ }
733
+ ],
734
+ CInteractions: [
735
+ {
736
+ type: 'configuration/interactionTypes/TenantReport/attributes/CInteractions',
737
+ ov: true,
738
+ value: '0.000064',
739
+ uri: 'interactions/Reltio+520027963081/attributes/CInteractions/7'
740
+ }
741
+ ],
742
+ CMatchSize: [
743
+ {
744
+ type: 'configuration/interactionTypes/TenantReport/attributes/CMatchSize',
745
+ ov: true,
746
+ value: '0.018117',
747
+ uri: 'interactions/Reltio+520027963081/attributes/CMatchSize/8'
748
+ }
749
+ ],
750
+ CTotal: [
751
+ {
752
+ type: 'configuration/interactionTypes/TenantReport/attributes/CTotal',
753
+ ov: true,
754
+ value: '0.352727',
755
+ uri: 'interactions/Reltio+520027963081/attributes/CTotal/9'
756
+ }
757
+ ],
758
+ IndexEntities: [
759
+ {
760
+ type: 'configuration/interactionTypes/TenantReport/attributes/IndexEntities',
761
+ ov: true,
762
+ value: '0.007617',
763
+ uri: 'interactions/Reltio+520027963081/attributes/IndexEntities/10'
764
+ }
765
+ ],
766
+ IndexOthers: [
767
+ {
768
+ type: 'configuration/interactionTypes/TenantReport/attributes/IndexOthers',
769
+ ov: true,
770
+ value: '0.003125',
771
+ uri: 'interactions/Reltio+520027963081/attributes/IndexOthers/11'
772
+ }
773
+ ],
774
+ IndexActivities: [
775
+ {
776
+ type: 'configuration/interactionTypes/TenantReport/attributes/IndexActivities',
777
+ ov: true,
778
+ value: '0',
779
+ uri: 'interactions/Reltio+520027963081/attributes/IndexActivities/12'
780
+ }
781
+ ],
782
+ TotalIndexes: [
783
+ {
784
+ type: 'configuration/interactionTypes/TenantReport/attributes/TotalIndexes',
785
+ ov: true,
786
+ value: '0.010742',
787
+ uri: 'interactions/Reltio+520027963081/attributes/TotalIndexes/13'
788
+ }
789
+ ]
790
+ },
791
+ crosswalks: [
792
+ {
793
+ uri: 'interactions/Reltio+520027963081/crosswalks/C4eaUCcL',
794
+ type: 'configuration/sources/Reltio',
795
+ value: '520027963081',
796
+ reltioLoadDate: '2019-03-15T19:56:12.626Z',
797
+ createDate: '2019-03-15T19:56:12.626Z',
798
+ updateDate: '2019-03-15T19:56:12.626Z',
799
+ attributes: [
800
+ 'interactions/Reltio+520027963081/attributes/IndexOthers/11',
801
+ 'interactions/Reltio+520027963081/attributes/IndexActivities/12',
802
+ 'interactions/Reltio+520027963081/attributes/TotalIndexes/13',
803
+ 'interactions/Reltio+520027963081/attributes/totalEntities/0',
804
+ 'interactions/Reltio+520027963081/attributes/locationEntities/1',
805
+ 'interactions/Reltio+520027963081/attributes/countsByEntity/2',
806
+ 'interactions/Reltio+520027963081/attributes/locationCleansedEntities/3',
807
+ 'interactions/Reltio+520027963081/attributes/numEntityTypes/4',
808
+ 'interactions/Reltio+520027963081/attributes/CMainData/5',
809
+ 'interactions/Reltio+520027963081/attributes/CHistory/6',
810
+ 'interactions/Reltio+520027963081/attributes/CInteractions/7',
811
+ 'interactions/Reltio+520027963081/attributes/CMatchSize/8',
812
+ 'interactions/Reltio+520027963081/attributes/CTotal/9',
813
+ 'interactions/Reltio+520027963081/attributes/IndexEntities/10'
814
+ ],
815
+ singleAttributeUpdateDates: {}
816
+ }
817
+ ],
818
+ consolidatedRating: 5.0,
819
+ members: {
820
+ Tenant: {
821
+ type: 'configuration/interactionTypes/TenantReport/memberTypes/Tenant',
822
+ uri: 'interactions/Reltio+520027963081/members/Tenant',
823
+ members: [
824
+ {
825
+ objectURI: 'entities/90FV4nr',
826
+ type: 'configuration/entityTypes/Tenant',
827
+ label: "AWS-NA, pilot, ''not applicable'', (MDM) TrAiN2YpM94aI59 Training 59"
828
+ }
829
+ ]
830
+ }
831
+ },
832
+ isFavorite: false
833
+ }
834
+ ],
835
+ totalFetched: 47,
836
+ fetchedAll: true
837
+ };