wbcore 2.2.5__py2.py3-none-any.whl → 2.2.6__py2.py3-none-any.whl

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 (99) hide show
  1. wbcore/contrib/agenda/locale/de/LC_MESSAGES/django.po +113 -0
  2. wbcore/contrib/agenda/release_notes/1_0_0.md +13 -0
  3. wbcore/contrib/agenda/static/agenda/markdown/documentation/building.md +11 -0
  4. wbcore/contrib/agenda/static/agenda/markdown/documentation/conferenceroom.md +20 -0
  5. wbcore/contrib/authentication/fixtures/authentication.json +62 -0
  6. wbcore/contrib/authentication/locale/de/LC_MESSAGES/django.po +610 -0
  7. wbcore/contrib/authentication/release_notes/1_0_0.md +13 -0
  8. wbcore/contrib/authentication/templates/activate_confirm.html +12 -0
  9. wbcore/contrib/authentication/templates/base.html +135 -0
  10. wbcore/contrib/authentication/templates/email_base_template.html +335 -0
  11. wbcore/contrib/authentication/templates/password_reset_done.html +13 -0
  12. wbcore/contrib/authentication/templates/password_reset_email.html +11 -0
  13. wbcore/contrib/authentication/templates/password_reset_email_html.html +43 -0
  14. wbcore/contrib/authentication/templates/password_reset_form.html +23 -0
  15. wbcore/contrib/authentication/templates/password_reset_sent.html +11 -0
  16. wbcore/contrib/authentication/templates/reset_password.html +15 -0
  17. wbcore/contrib/authentication/templates/user_registration_email.html +37 -0
  18. wbcore/contrib/currency/fixtures/currency.yaml +1014 -0
  19. wbcore/contrib/currency/fixtures/currency_fx_rate.yaml +73585 -0
  20. wbcore/contrib/currency/release_notes/1_0_0.md +13 -0
  21. wbcore/contrib/directory/fixtures/directory.json +3924 -0
  22. wbcore/contrib/directory/locale/de/LC_MESSAGES/django.po +1686 -0
  23. wbcore/contrib/directory/release_notes/1_0_0.md +13 -0
  24. wbcore/contrib/directory/release_notes/1_0_1.md +13 -0
  25. wbcore/contrib/directory/static/directory/markdown/documentation/address.md +38 -0
  26. wbcore/contrib/directory/static/directory/markdown/documentation/banking.md +54 -0
  27. wbcore/contrib/directory/static/directory/markdown/documentation/bankingentry.md +38 -0
  28. wbcore/contrib/directory/static/directory/markdown/documentation/clientmanagerrelationship.md +42 -0
  29. wbcore/contrib/directory/static/directory/markdown/documentation/company.md +52 -0
  30. wbcore/contrib/directory/static/directory/markdown/documentation/companytype.md +2 -0
  31. wbcore/contrib/directory/static/directory/markdown/documentation/customerstatus.md +2 -0
  32. wbcore/contrib/directory/static/directory/markdown/documentation/email.md +20 -0
  33. wbcore/contrib/directory/static/directory/markdown/documentation/employeecompany.md +34 -0
  34. wbcore/contrib/directory/static/directory/markdown/documentation/employerperson.md +43 -0
  35. wbcore/contrib/directory/static/directory/markdown/documentation/person.md +61 -0
  36. wbcore/contrib/directory/static/directory/markdown/documentation/position.md +2 -0
  37. wbcore/contrib/directory/static/directory/markdown/documentation/relationshiptype.md +2 -0
  38. wbcore/contrib/directory/static/directory/markdown/documentation/socialmedia.md +23 -0
  39. wbcore/contrib/directory/static/directory/markdown/documentation/specialization.md +2 -0
  40. wbcore/contrib/directory/static/directory/markdown/documentation/systememployee.md +31 -0
  41. wbcore/contrib/directory/static/directory/markdown/documentation/telephone.md +23 -0
  42. wbcore/contrib/directory/static/directory/markdown/documentation/telephonesearch.md +26 -0
  43. wbcore/contrib/directory/static/directory/markdown/documentation/userisclient.md +14 -0
  44. wbcore/contrib/directory/static/directory/markdown/documentation/userismanager.md +28 -0
  45. wbcore/contrib/directory/static/directory/markdown/documentation/website.md +20 -0
  46. wbcore/contrib/documents/fixtures/docments.json +135 -0
  47. wbcore/contrib/documents/locale/de/LC_MESSAGES/django.po +272 -0
  48. wbcore/contrib/documents/release_notes/1_0_0.md +13 -0
  49. wbcore/contrib/documents/static/documents/markdown/documentation/document_types.md +21 -0
  50. wbcore/contrib/documents/static/documents/markdown/documentation/documents.md +18 -0
  51. wbcore/contrib/documents/static/documents/markdown/documentation/shareablelink.md +28 -0
  52. wbcore/contrib/documents/static/documents/markdown/documentation/shareablelinkaccess.md +20 -0
  53. wbcore/contrib/example_app/fixtures/example_app.json +7425 -0
  54. wbcore/contrib/geography/fixtures/geography.json +13454 -0
  55. wbcore/contrib/geography/release_notes/1_0_0.md +13 -0
  56. wbcore/contrib/geography/static/geography/markdown/documentation/geography.md +16 -0
  57. wbcore/contrib/io/fixtures/io.json +145 -0
  58. wbcore/contrib/io/locale/de/LC_MESSAGES/django.po +52 -0
  59. wbcore/contrib/io/release_notes/1_0_0.md +13 -0
  60. wbcore/contrib/notifications/locale/de/LC_MESSAGES/django.po +60 -0
  61. wbcore/contrib/notifications/release_notes/1_0_0.md +13 -0
  62. wbcore/contrib/notifications/static/notifications/service-worker.js +1 -0
  63. wbcore/contrib/notifications/templates/notifications/notification_template.html +43 -0
  64. wbcore/contrib/tags/release_notes/1_0_0.md +13 -0
  65. wbcore/contrib/workflow/fixtures/workflow.json +612 -0
  66. wbcore/contrib/workflow/locale/de/LC_MESSAGES/django.po +1289 -0
  67. wbcore/contrib/workflow/static/workflow/markdown/documentation/assignedprocessstep.md +33 -0
  68. wbcore/contrib/workflow/static/workflow/markdown/documentation/condition.md +24 -0
  69. wbcore/contrib/workflow/static/workflow/markdown/documentation/decisionstep.md +30 -0
  70. wbcore/contrib/workflow/static/workflow/markdown/documentation/emailstep.md +45 -0
  71. wbcore/contrib/workflow/static/workflow/markdown/documentation/finishstep.md +33 -0
  72. wbcore/contrib/workflow/static/workflow/markdown/documentation/joinstep.md +33 -0
  73. wbcore/contrib/workflow/static/workflow/markdown/documentation/process.md +33 -0
  74. wbcore/contrib/workflow/static/workflow/markdown/documentation/processstep.md +51 -0
  75. wbcore/contrib/workflow/static/workflow/markdown/documentation/scriptstep.md +33 -0
  76. wbcore/contrib/workflow/static/workflow/markdown/documentation/splitstep.md +30 -0
  77. wbcore/contrib/workflow/static/workflow/markdown/documentation/startstep.md +27 -0
  78. wbcore/contrib/workflow/static/workflow/markdown/documentation/transition.md +27 -0
  79. wbcore/contrib/workflow/static/workflow/markdown/documentation/userstep.md +42 -0
  80. wbcore/contrib/workflow/static/workflow/markdown/documentation/workflow.md +32 -0
  81. wbcore/contrib/workflow/templates/Test_Templates.txt +25 -0
  82. wbcore/docs/orderable.md +29 -0
  83. wbcore/docs/reparent.md +13 -0
  84. wbcore/locale/de/LC_MESSAGES/django.po +667 -0
  85. wbcore/templates/errors/404.html +134 -0
  86. wbcore/templates/errors/500.html +138 -0
  87. wbcore/templates/errors/503.html +132 -0
  88. wbcore/templates/errors/custom.html +132 -0
  89. wbcore/templates/notifications/email_template.html +43 -0
  90. wbcore/templates/reversion/compare_detail.html +19 -0
  91. wbcore/templates/wbcore/admin/change_list.html +8 -0
  92. wbcore/templates/wbcore/admin/csv_form.html +15 -0
  93. wbcore/templates/wbcore/dynamic_color_array.html +29 -0
  94. wbcore/templates/wbcore/email_base_template.html +335 -0
  95. wbcore/templates/wbcore/email_notification_template.html +10 -0
  96. wbcore/templates/wbcore/frontend.html +51 -0
  97. {wbcore-2.2.5.dist-info → wbcore-2.2.6.dist-info}/METADATA +2 -2
  98. {wbcore-2.2.5.dist-info → wbcore-2.2.6.dist-info}/RECORD +99 -3
  99. {wbcore-2.2.5.dist-info → wbcore-2.2.6.dist-info}/WHEEL +1 -1
@@ -0,0 +1,3924 @@
1
+ [
2
+ {
3
+ "model": "directory.bankingcontact",
4
+ "pk": 1,
5
+ "fields": {
6
+ "status": "DRAFT",
7
+ "primary": true,
8
+ "location": "WORK",
9
+ "edited": "2022-07-06T15:50:16.514Z",
10
+ "entry": 11,
11
+ "institute": "Bank of Iceland",
12
+ "institute_additional": null,
13
+ "iban": "IS56 0159 2600 7654 6258 7602 15",
14
+ "swift_bic": "NBIIISREXXX",
15
+ "currency": 1,
16
+ "additional_information": null
17
+ }
18
+ },
19
+ {
20
+ "model": "directory.bankingcontact",
21
+ "pk": 2,
22
+ "fields": {
23
+ "status": "APPROVED",
24
+ "primary": true,
25
+ "location": "WORK",
26
+ "edited": "2022-07-06T15:50:16.514Z",
27
+ "entry": 19,
28
+ "institute": "LowCountry Bank",
29
+ "institute_additional": null,
30
+ "iban": "NL93 ABNA 9242 0623 71",
31
+ "swift_bic": "LCBANL2A",
32
+ "currency": 1,
33
+ "additional_information": null
34
+ }
35
+ },
36
+ {
37
+ "model": "directory.bankingcontact",
38
+ "pk": 3,
39
+ "fields": {
40
+ "status": "PENDING",
41
+ "primary": true,
42
+ "location": "WORK",
43
+ "edited": "2022-07-06T15:50:16.514Z",
44
+ "entry": 20,
45
+ "institute": "A Swiss Bank",
46
+ "institute_additional": null,
47
+ "iban": "CH58 0483 5134 6778 2491 1",
48
+ "swift_bic": "ASBSCHZZ80A",
49
+ "currency": 4,
50
+ "additional_information": null
51
+ }
52
+ },
53
+ {
54
+ "model": "directory.bankingcontact",
55
+ "pk": 4,
56
+ "fields": {
57
+ "status": "DRAFT",
58
+ "primary": true,
59
+ "location": "WORK",
60
+ "edited": "2022-07-06T15:50:16.514Z",
61
+ "entry": 10,
62
+ "institute": "COMMERZBANK Aktiengesellschaft, pobočka Praha",
63
+ "institute_additional": null,
64
+ "iban": "CZ66 6200 0000 1933 2277 1950",
65
+ "swift_bic": "COBACZPX",
66
+ "currency": 2,
67
+ "additional_information": null
68
+ }
69
+ },
70
+ {
71
+ "model": "directory.bankingcontact",
72
+ "pk": 5,
73
+ "fields": {
74
+ "status": "PENDING",
75
+ "primary": true,
76
+ "location": "WORK",
77
+ "edited": "2022-07-06T15:50:16.514Z",
78
+ "entry": 14,
79
+ "institute": "Banca Popolare di Bergamo SpA",
80
+ "institute_additional": null,
81
+ "iban": "IT78 A054 2811 1010 6896 9563 839",
82
+ "swift_bic": "BEPOIT21XXX",
83
+ "currency": 16,
84
+ "additional_information": null
85
+ }
86
+ },
87
+ {
88
+ "model": "directory.bankingcontact",
89
+ "pk": 6,
90
+ "fields": {
91
+ "status": "DRAFT",
92
+ "primary": true,
93
+ "location": "WORK",
94
+ "edited": "2022-07-06T15:50:16.514Z",
95
+ "entry": 13,
96
+ "institute": "NATIONAL BANK OF GREECE S.A.",
97
+ "institute_additional": null,
98
+ "iban": "GR44 0110 1250 0000 0006 7594 556",
99
+ "swift_bic": "ETHNGRAA",
100
+ "currency": 3,
101
+ "additional_information": null
102
+ }
103
+ },
104
+ {
105
+ "model": "directory.bankingcontact",
106
+ "pk": 7,
107
+ "fields": {
108
+ "status": "APPROVED",
109
+ "primary": true,
110
+ "location": "PRIVATE",
111
+ "edited": "2022-07-06T15:50:16.514Z",
112
+ "entry": 24,
113
+ "institute": "UBS Switzerland",
114
+ "institute_additional": null,
115
+ "iban": "CH3589144163198225275",
116
+ "swift_bic": "UBSWCHZH80A",
117
+ "currency": 4,
118
+ "additional_information": null
119
+ }
120
+ },
121
+ {
122
+ "model": "directory.bankingcontact",
123
+ "pk": 8,
124
+ "fields": {
125
+ "status": "APPROVED",
126
+ "primary": true,
127
+ "location": "PRIVATE",
128
+ "edited": "2022-07-06T15:50:16.514Z",
129
+ "entry": 34,
130
+ "institute": "Československá obchodní banka, a. s.",
131
+ "institute_additional": null,
132
+ "iban": "CZ7050513258424242394677",
133
+ "swift_bic": "CEKOCZPP",
134
+ "currency": 1,
135
+ "additional_information": null
136
+ }
137
+ },
138
+ {
139
+ "model": "directory.bankingcontact",
140
+ "pk": 9,
141
+ "fields": {
142
+ "status": "APPROVED",
143
+ "primary": true,
144
+ "location": "PRIVATE",
145
+ "edited": "2022-07-06T15:50:16.514Z",
146
+ "entry": 39,
147
+ "institute": "JPMorgan Chase & Co.",
148
+ "institute_additional": null,
149
+ "iban": null,
150
+ "swift_bic": "CHASUS33XXX",
151
+ "currency": 2,
152
+ "additional_information": "Routing Number: 933093838, Account Number: 34616519"
153
+ }
154
+ },
155
+ {
156
+ "model": "directory.addresscontact",
157
+ "pk": 1,
158
+ "fields": {
159
+ "primary": true,
160
+ "location": "WORK",
161
+ "entry": 30,
162
+ "street": "17/4-5 Soi Santhiparp Nares Road 2",
163
+ "street_additional": null,
164
+ "zip": "10500",
165
+ "city": null,
166
+ "province": null,
167
+ "geography_city": 1
168
+ }
169
+ },
170
+ {
171
+ "model": "directory.addresscontact",
172
+ "pk": 2,
173
+ "fields": {
174
+ "primary": true,
175
+ "location": "WORK",
176
+ "entry": 34,
177
+ "street": "Nezvalova 1566",
178
+ "street_additional": null,
179
+ "zip": "256 01",
180
+ "city": null,
181
+ "province": null,
182
+ "geography_city": 5
183
+ }
184
+ },
185
+ {
186
+ "model": "directory.addresscontact",
187
+ "pk": 3,
188
+ "fields": {
189
+ "primary": true,
190
+ "location": "WORK",
191
+ "entry": 11,
192
+ "street": "Laugarvegur 114",
193
+ "street_additional": "",
194
+ "zip": "154",
195
+ "city": null,
196
+ "province": null,
197
+ "geography_city": 11
198
+ }
199
+ },
200
+ {
201
+ "model": "directory.addresscontact",
202
+ "pk": 4,
203
+ "fields": {
204
+ "primary": true,
205
+ "location": "WORK",
206
+ "entry": 39,
207
+ "street": "2403 Farland Avenue",
208
+ "street_additional": null,
209
+ "zip": "78123",
210
+ "city": null,
211
+ "province": null,
212
+ "geography_city": 15
213
+ }
214
+ },
215
+ {
216
+ "model": "directory.addresscontact",
217
+ "pk": 5,
218
+ "fields": {
219
+ "primary": true,
220
+ "location": "WORK",
221
+ "entry": 38,
222
+ "street": "339 Colony Street",
223
+ "street_additional": null,
224
+ "zip": "06443",
225
+ "city": null,
226
+ "province": null,
227
+ "geography_city": 17
228
+ }
229
+ },
230
+ {
231
+ "model": "directory.addresscontact",
232
+ "pk": 6,
233
+ "fields": {
234
+ "primary": true,
235
+ "location": "WORK",
236
+ "entry": 40,
237
+ "street": "1918 Jett Lane",
238
+ "street_additional": "Upper Palace",
239
+ "zip": "90250",
240
+ "city": null,
241
+ "province": null,
242
+ "geography_city": 19
243
+ }
244
+ },
245
+ {
246
+ "model": "directory.addresscontact",
247
+ "pk": 7,
248
+ "fields": {
249
+ "primary": true,
250
+ "location": "WORK",
251
+ "entry": 26,
252
+ "street": "Wings Bldg",
253
+ "street_additional": null,
254
+ "zip": "n/a",
255
+ "city": null,
256
+ "province": null,
257
+ "geography_city": 22
258
+ }
259
+ },
260
+ {
261
+ "model": "directory.addresscontact",
262
+ "pk": 8,
263
+ "fields": {
264
+ "primary": true,
265
+ "location": "WORK",
266
+ "entry": 28,
267
+ "street": "Строителей, дом 2/А, кв. 110",
268
+ "street_additional": null,
269
+ "zip": null,
270
+ "city": null,
271
+ "province": null,
272
+ "geography_city": 25
273
+ }
274
+ },
275
+ {
276
+ "model": "directory.addresscontact",
277
+ "pk": 9,
278
+ "fields": {
279
+ "primary": true,
280
+ "location": "WORK",
281
+ "entry": 42,
282
+ "street": "Mittelweg 177",
283
+ "street_additional": null,
284
+ "zip": "20148",
285
+ "city": null,
286
+ "province": null,
287
+ "geography_city": 28
288
+ }
289
+ },
290
+ {
291
+ "model": "directory.addresscontact",
292
+ "pk": 10,
293
+ "fields": {
294
+ "primary": true,
295
+ "location": "WORK",
296
+ "entry": 37,
297
+ "street": "Hartstrone st Limerick",
298
+ "street_additional": null,
299
+ "zip": "n/A",
300
+ "city": null,
301
+ "province": null,
302
+ "geography_city": 31
303
+ }
304
+ },
305
+ {
306
+ "model": "directory.addresscontact",
307
+ "pk": 11,
308
+ "fields": {
309
+ "primary": true,
310
+ "location": "WORK",
311
+ "entry": 35,
312
+ "street": "Burgwal 149",
313
+ "street_additional": null,
314
+ "zip": "3931 HL",
315
+ "city": null,
316
+ "province": null,
317
+ "geography_city": 34
318
+ }
319
+ },
320
+ {
321
+ "model": "directory.addresscontact",
322
+ "pk": 12,
323
+ "fields": {
324
+ "primary": false,
325
+ "location": "WORK",
326
+ "entry": 28,
327
+ "street": "140 Western Main Rd",
328
+ "street_additional": null,
329
+ "zip": null,
330
+ "city": null,
331
+ "province": null,
332
+ "geography_city": 38
333
+ }
334
+ },
335
+ {
336
+ "model": "directory.addresscontact",
337
+ "pk": 13,
338
+ "fields": {
339
+ "primary": true,
340
+ "location": "WORK",
341
+ "entry": 18,
342
+ "street": "Warner Drive",
343
+ "street_additional": null,
344
+ "zip": "WD25 7LP",
345
+ "city": null,
346
+ "province": null,
347
+ "geography_city": 41
348
+ }
349
+ },
350
+ {
351
+ "model": "directory.addresscontact",
352
+ "pk": 14,
353
+ "fields": {
354
+ "primary": true,
355
+ "location": "PRIVATE",
356
+ "entry": 22,
357
+ "street": "Sundlaugavegur 101",
358
+ "street_additional": null,
359
+ "zip": "232",
360
+ "city": null,
361
+ "province": null,
362
+ "geography_city": 43
363
+ }
364
+ },
365
+ {
366
+ "model": "directory.addresscontact",
367
+ "pk": 15,
368
+ "fields": {
369
+ "primary": true,
370
+ "location": "PRIVATE",
371
+ "entry": 24,
372
+ "street": "Via Albarelle 74",
373
+ "street_additional": null,
374
+ "zip": "1071",
375
+ "city": null,
376
+ "province": null,
377
+ "geography_city": 46
378
+ }
379
+ },
380
+ {
381
+ "model": "directory.addresscontact",
382
+ "pk": 16,
383
+ "fields": {
384
+ "primary": true,
385
+ "location": "WORK",
386
+ "entry": 17,
387
+ "street": "Mittelweg 177",
388
+ "street_additional": null,
389
+ "zip": "20148",
390
+ "city": null,
391
+ "province": null,
392
+ "geography_city": 28
393
+ }
394
+ },
395
+ {
396
+ "model": "directory.addresscontact",
397
+ "pk": 17,
398
+ "fields": {
399
+ "primary": true,
400
+ "location": "WORK",
401
+ "entry": 15,
402
+ "street": "Wings Bldg",
403
+ "street_additional": null,
404
+ "zip": "n/a",
405
+ "city": null,
406
+ "province": null,
407
+ "geography_city": 22
408
+ }
409
+ },
410
+ {
411
+ "model": "directory.addresscontact",
412
+ "pk": 18,
413
+ "fields": {
414
+ "primary": true,
415
+ "location": "WORK",
416
+ "entry": 9,
417
+ "street": "17/4-5 Soi Santhiparp Nares Road 2",
418
+ "street_additional": null,
419
+ "zip": "10500",
420
+ "city": null,
421
+ "province": null,
422
+ "geography_city": 1
423
+ }
424
+ },
425
+ {
426
+ "model": "directory.addresscontact",
427
+ "pk": 19,
428
+ "fields": {
429
+ "primary": true,
430
+ "location": "WORK",
431
+ "entry": 12,
432
+ "street": "2403 Farland Avenue",
433
+ "street_additional": null,
434
+ "zip": "78123",
435
+ "city": null,
436
+ "province": null,
437
+ "geography_city": 15
438
+ }
439
+ },
440
+ {
441
+ "model": "directory.addresscontact",
442
+ "pk": 20,
443
+ "fields": {
444
+ "primary": true,
445
+ "location": "WORK",
446
+ "entry": 10,
447
+ "street": "Nezvalova 1566",
448
+ "street_additional": null,
449
+ "zip": "256 01",
450
+ "city": null,
451
+ "province": null,
452
+ "geography_city": 5
453
+ }
454
+ },
455
+ {
456
+ "model": "directory.addresscontact",
457
+ "pk": 21,
458
+ "fields": {
459
+ "primary": true,
460
+ "location": "WORK",
461
+ "entry": 20,
462
+ "street": "Kronwiesenweg 134",
463
+ "street_additional": null,
464
+ "zip": "5024",
465
+ "city": null,
466
+ "province": null,
467
+ "geography_city": 48
468
+ }
469
+ },
470
+ {
471
+ "model": "directory.addresscontact",
472
+ "pk": 22,
473
+ "fields": {
474
+ "primary": true,
475
+ "location": "WORK",
476
+ "entry": 16,
477
+ "street": "Строителей, дом 2/А, кв. 110",
478
+ "street_additional": null,
479
+ "zip": "Республика Кабардино-Балкария",
480
+ "city": null,
481
+ "province": null,
482
+ "geography_city": 25
483
+ }
484
+ },
485
+ {
486
+ "model": "directory.addresscontact",
487
+ "pk": 23,
488
+ "fields": {
489
+ "primary": true,
490
+ "location": "WORK",
491
+ "entry": 21,
492
+ "street": "140 Western Main Rd",
493
+ "street_additional": null,
494
+ "zip": null,
495
+ "city": null,
496
+ "province": null,
497
+ "geography_city": 38
498
+ }
499
+ },
500
+ {
501
+ "model": "directory.addresscontact",
502
+ "pk": 24,
503
+ "fields": {
504
+ "primary": true,
505
+ "location": "WORK",
506
+ "entry": 14,
507
+ "street": "1918 Jett Lane",
508
+ "street_additional": "Upper Palace",
509
+ "zip": "90250",
510
+ "city": null,
511
+ "province": null,
512
+ "geography_city": 19
513
+ }
514
+ },
515
+ {
516
+ "model": "directory.addresscontact",
517
+ "pk": 25,
518
+ "fields": {
519
+ "primary": true,
520
+ "location": "WORK",
521
+ "entry": 13,
522
+ "street": "339 Colony Street",
523
+ "street_additional": null,
524
+ "zip": "06443",
525
+ "city": null,
526
+ "province": null,
527
+ "geography_city": 17
528
+ }
529
+ },
530
+ {
531
+ "model": "directory.addresscontact",
532
+ "pk": 26,
533
+ "fields": {
534
+ "primary": true,
535
+ "location": "PRIVATE",
536
+ "entry": 8,
537
+ "street": "1600 Pennsylvania Avenue",
538
+ "street_additional": null,
539
+ "zip": "20500",
540
+ "city": null,
541
+ "province": null,
542
+ "geography_city": 50
543
+ }
544
+ },
545
+ {
546
+ "model": "directory.addresscontact",
547
+ "pk": 27,
548
+ "fields": {
549
+ "primary": true,
550
+ "location": "PRIVATE",
551
+ "entry": 1,
552
+ "street": "ул. Воздвиженка",
553
+ "street_additional": null,
554
+ "zip": null,
555
+ "city": null,
556
+ "province": null,
557
+ "geography_city": 52
558
+ }
559
+ },
560
+ {
561
+ "model": "directory.addresscontact",
562
+ "pk": 28,
563
+ "fields": {
564
+ "primary": true,
565
+ "location": "PRIVATE",
566
+ "entry": 23,
567
+ "street": "Röstavägen",
568
+ "street_additional": null,
569
+ "zip": "83043",
570
+ "city": null,
571
+ "province": null,
572
+ "geography_city": 55
573
+ }
574
+ },
575
+ {
576
+ "model": "directory.addresscontact",
577
+ "pk": 29,
578
+ "fields": {
579
+ "primary": true,
580
+ "location": "PRIVATE",
581
+ "entry": 36,
582
+ "street": "Hulkerweg",
583
+ "street_additional": null,
584
+ "zip": "1647",
585
+ "city": null,
586
+ "province": null,
587
+ "geography_city": 57
588
+ }
589
+ },
590
+ {
591
+ "model": "directory.addresscontact",
592
+ "pk": 30,
593
+ "fields": {
594
+ "primary": true,
595
+ "location": "PRIVATE",
596
+ "entry": 44,
597
+ "street": "Skidoo Road",
598
+ "street_additional": null,
599
+ "zip": null,
600
+ "city": null,
601
+ "province": null,
602
+ "geography_city": 58
603
+ }
604
+ },
605
+ {
606
+ "model": "directory.addresscontact",
607
+ "pk": 31,
608
+ "fields": {
609
+ "primary": true,
610
+ "location": "PRIVATE",
611
+ "entry": 31,
612
+ "street": null,
613
+ "street_additional": null,
614
+ "zip": null,
615
+ "city": null,
616
+ "province": null,
617
+ "geography_city": 60
618
+ }
619
+ },
620
+ {
621
+ "model": "directory.addresscontact",
622
+ "pk": 32,
623
+ "fields": {
624
+ "primary": true,
625
+ "location": "PRIVATE",
626
+ "entry": 45,
627
+ "street": "P. Bezruče",
628
+ "street_additional": null,
629
+ "zip": "47106",
630
+ "city": null,
631
+ "province": null,
632
+ "geography_city": 62
633
+ }
634
+ },
635
+ {
636
+ "model": "directory.addresscontact",
637
+ "pk": 33,
638
+ "fields": {
639
+ "primary": true,
640
+ "location": "PRIVATE",
641
+ "entry": 33,
642
+ "street": null,
643
+ "street_additional": null,
644
+ "zip": null,
645
+ "city": null,
646
+ "province": null,
647
+ "geography_city": 64
648
+ }
649
+ },
650
+ {
651
+ "model": "directory.addresscontact",
652
+ "pk": 34,
653
+ "fields": {
654
+ "primary": true,
655
+ "location": "PRIVATE",
656
+ "entry": 41,
657
+ "street": "ул. Торговая",
658
+ "street_additional": null,
659
+ "zip": null,
660
+ "city": null,
661
+ "province": null,
662
+ "geography_city": 66
663
+ }
664
+ },
665
+ {
666
+ "model": "directory.addresscontact",
667
+ "pk": 35,
668
+ "fields": {
669
+ "primary": true,
670
+ "location": "PRIVATE",
671
+ "entry": 47,
672
+ "street": "Красноармейская ул",
673
+ "street_additional": null,
674
+ "zip": null,
675
+ "city": null,
676
+ "province": null,
677
+ "geography_city": 68
678
+ }
679
+ },
680
+ {
681
+ "model": "directory.addresscontact",
682
+ "pk": 36,
683
+ "fields": {
684
+ "primary": true,
685
+ "location": "PRIVATE",
686
+ "entry": 48,
687
+ "street": null,
688
+ "street_additional": null,
689
+ "zip": null,
690
+ "city": null,
691
+ "province": null,
692
+ "geography_city": 70
693
+ }
694
+ },
695
+ {
696
+ "model": "directory.addresscontact",
697
+ "pk": 37,
698
+ "fields": {
699
+ "primary": true,
700
+ "location": "PRIVATE",
701
+ "entry": 32,
702
+ "street": null,
703
+ "street_additional": null,
704
+ "zip": null,
705
+ "city": null,
706
+ "province": null,
707
+ "geography_city": 72
708
+ }
709
+ },
710
+ {
711
+ "model": "directory.addresscontact",
712
+ "pk": 38,
713
+ "fields": {
714
+ "primary": true,
715
+ "location": "PRIVATE",
716
+ "entry": 43,
717
+ "street": "Žižkova",
718
+ "street_additional": null,
719
+ "zip": "50801",
720
+ "city": null,
721
+ "province": null,
722
+ "geography_city": 74
723
+ }
724
+ },
725
+ {
726
+ "model": "directory.addresscontact",
727
+ "pk": 39,
728
+ "fields": {
729
+ "primary": true,
730
+ "location": "PRIVATE",
731
+ "entry": 25,
732
+ "street": "Junction Road",
733
+ "street_additional": null,
734
+ "zip": null,
735
+ "city": null,
736
+ "province": null,
737
+ "geography_city": 76
738
+ }
739
+ },
740
+ {
741
+ "model": "directory.addresscontact",
742
+ "pk": 40,
743
+ "fields": {
744
+ "primary": true,
745
+ "location": "PRIVATE",
746
+ "entry": 29,
747
+ "street": "Заводской пер.",
748
+ "street_additional": null,
749
+ "zip": "676121",
750
+ "city": null,
751
+ "province": null,
752
+ "geography_city": 78
753
+ }
754
+ },
755
+ {
756
+ "model": "directory.telephonecontact",
757
+ "pk": 1,
758
+ "fields": {
759
+ "primary": true,
760
+ "location": "WORK",
761
+ "entry": 9,
762
+ "number": "+6622351692",
763
+ "telephone_type": "FIX"
764
+ }
765
+ },
766
+ {
767
+ "model": "directory.telephonecontact",
768
+ "pk": 2,
769
+ "fields": {
770
+ "primary": false,
771
+ "location": "WORK",
772
+ "entry": 9,
773
+ "number": "+6622351338",
774
+ "telephone_type": "FAX"
775
+ }
776
+ },
777
+ {
778
+ "model": "directory.telephonecontact",
779
+ "pk": 3,
780
+ "fields": {
781
+ "primary": true,
782
+ "location": "WORK",
783
+ "entry": 10,
784
+ "number": "+420325287449",
785
+ "telephone_type": "FIX"
786
+ }
787
+ },
788
+ {
789
+ "model": "directory.telephonecontact",
790
+ "pk": 4,
791
+ "fields": {
792
+ "primary": true,
793
+ "location": "WORK",
794
+ "entry": 11,
795
+ "number": "+3544288734",
796
+ "telephone_type": "FIX"
797
+ }
798
+ },
799
+ {
800
+ "model": "directory.telephonecontact",
801
+ "pk": 5,
802
+ "fields": {
803
+ "primary": false,
804
+ "location": "WORK",
805
+ "entry": 11,
806
+ "number": "+3544288700",
807
+ "telephone_type": "FAX"
808
+ }
809
+ },
810
+ {
811
+ "model": "directory.telephonecontact",
812
+ "pk": 6,
813
+ "fields": {
814
+ "primary": true,
815
+ "location": "WORK",
816
+ "entry": 12,
817
+ "number": "+15129413600",
818
+ "telephone_type": "CELL"
819
+ }
820
+ },
821
+ {
822
+ "model": "directory.telephonecontact",
823
+ "pk": 7,
824
+ "fields": {
825
+ "primary": false,
826
+ "location": "WORK",
827
+ "entry": 12,
828
+ "number": "+18305600451",
829
+ "telephone_type": "FIX"
830
+ }
831
+ },
832
+ {
833
+ "model": "directory.telephonecontact",
834
+ "pk": 8,
835
+ "fields": {
836
+ "primary": false,
837
+ "location": "WORK",
838
+ "entry": 38,
839
+ "number": "+12032450376",
840
+ "telephone_type": "FIX"
841
+ }
842
+ },
843
+ {
844
+ "model": "directory.telephonecontact",
845
+ "pk": 9,
846
+ "fields": {
847
+ "primary": false,
848
+ "location": "WORK",
849
+ "entry": 13,
850
+ "number": "+12032450375",
851
+ "telephone_type": "FAX"
852
+ }
853
+ },
854
+ {
855
+ "model": "directory.telephonecontact",
856
+ "pk": 10,
857
+ "fields": {
858
+ "primary": true,
859
+ "location": "WORK",
860
+ "entry": 13,
861
+ "number": "+12032068419",
862
+ "telephone_type": "CELL"
863
+ }
864
+ },
865
+ {
866
+ "model": "directory.telephonecontact",
867
+ "pk": 11,
868
+ "fields": {
869
+ "primary": false,
870
+ "location": "WORK",
871
+ "entry": 40,
872
+ "number": "+13106756514",
873
+ "telephone_type": "FIX"
874
+ }
875
+ },
876
+ {
877
+ "model": "directory.telephonecontact",
878
+ "pk": 12,
879
+ "fields": {
880
+ "primary": true,
881
+ "location": "WORK",
882
+ "entry": 15,
883
+ "number": "+85228992234",
884
+ "telephone_type": "FIX"
885
+ }
886
+ },
887
+ {
888
+ "model": "directory.telephonecontact",
889
+ "pk": 13,
890
+ "fields": {
891
+ "primary": true,
892
+ "location": "WORK",
893
+ "entry": 28,
894
+ "number": "+76629751632",
895
+ "telephone_type": "FIX"
896
+ }
897
+ },
898
+ {
899
+ "model": "directory.telephonecontact",
900
+ "pk": 14,
901
+ "fields": {
902
+ "primary": true,
903
+ "location": "WORK",
904
+ "entry": 17,
905
+ "number": "+4940428380",
906
+ "telephone_type": "FIX"
907
+ }
908
+ },
909
+ {
910
+ "model": "directory.telephonecontact",
911
+ "pk": 15,
912
+ "fields": {
913
+ "primary": false,
914
+ "location": "WORK",
915
+ "entry": 17,
916
+ "number": "+4940428384883",
917
+ "telephone_type": "FAX"
918
+ }
919
+ },
920
+ {
921
+ "model": "directory.telephonecontact",
922
+ "pk": 16,
923
+ "fields": {
924
+ "primary": true,
925
+ "location": "WORK",
926
+ "entry": 18,
927
+ "number": "+35361468122",
928
+ "telephone_type": "FIX"
929
+ }
930
+ },
931
+ {
932
+ "model": "directory.telephonecontact",
933
+ "pk": 17,
934
+ "fields": {
935
+ "primary": false,
936
+ "location": "WORK",
937
+ "entry": 35,
938
+ "number": "+31659045879",
939
+ "telephone_type": "FIX"
940
+ }
941
+ },
942
+ {
943
+ "model": "directory.telephonecontact",
944
+ "pk": 18,
945
+ "fields": {
946
+ "primary": true,
947
+ "location": "WORK",
948
+ "entry": 21,
949
+ "number": "+18686342893",
950
+ "telephone_type": "FIX"
951
+ }
952
+ },
953
+ {
954
+ "model": "directory.telephonecontact",
955
+ "pk": 19,
956
+ "fields": {
957
+ "primary": true,
958
+ "location": "PRIVATE",
959
+ "entry": 22,
960
+ "number": "+3544342136",
961
+ "telephone_type": "FIX"
962
+ }
963
+ },
964
+ {
965
+ "model": "directory.telephonecontact",
966
+ "pk": 20,
967
+ "fields": {
968
+ "primary": true,
969
+ "location": "PRIVATE",
970
+ "entry": 24,
971
+ "number": "+4102179742358",
972
+ "telephone_type": "FIX"
973
+ }
974
+ },
975
+ {
976
+ "model": "directory.telephonecontact",
977
+ "pk": 21,
978
+ "fields": {
979
+ "primary": true,
980
+ "location": "WORK",
981
+ "entry": 33,
982
+ "number": "+6628614512",
983
+ "telephone_type": "FIX"
984
+ }
985
+ },
986
+ {
987
+ "model": "directory.telephonecontact",
988
+ "pk": 22,
989
+ "fields": {
990
+ "primary": true,
991
+ "location": "WORK",
992
+ "entry": 35,
993
+ "number": "+31659045880",
994
+ "telephone_type": "FIX"
995
+ }
996
+ },
997
+ {
998
+ "model": "directory.telephonecontact",
999
+ "pk": 23,
1000
+ "fields": {
1001
+ "primary": true,
1002
+ "location": "WORK",
1003
+ "entry": 36,
1004
+ "number": "+31659045880",
1005
+ "telephone_type": "FIX"
1006
+ }
1007
+ },
1008
+ {
1009
+ "model": "directory.telephonecontact",
1010
+ "pk": 24,
1011
+ "fields": {
1012
+ "primary": true,
1013
+ "location": "WORK",
1014
+ "entry": 38,
1015
+ "number": "+120324503761",
1016
+ "telephone_type": "FIX"
1017
+ }
1018
+ },
1019
+ {
1020
+ "model": "directory.telephonecontact",
1021
+ "pk": 25,
1022
+ "fields": {
1023
+ "primary": true,
1024
+ "location": "WORK",
1025
+ "entry": 40,
1026
+ "number": "+1310675651425",
1027
+ "telephone_type": "FIX"
1028
+ }
1029
+ },
1030
+ {
1031
+ "model": "directory.telephonecontact",
1032
+ "pk": 26,
1033
+ "fields": {
1034
+ "primary": true,
1035
+ "location": "PRIVATE",
1036
+ "entry": 8,
1037
+ "number": "+18336920531",
1038
+ "telephone_type": "FIX"
1039
+ }
1040
+ },
1041
+ {
1042
+ "model": "directory.telephonecontact",
1043
+ "pk": 27,
1044
+ "fields": {
1045
+ "primary": true,
1046
+ "location": "PRIVATE",
1047
+ "entry": 37,
1048
+ "number": "+353669695988",
1049
+ "telephone_type": "FIX"
1050
+ }
1051
+ },
1052
+ {
1053
+ "model": "directory.telephonecontact",
1054
+ "pk": 28,
1055
+ "fields": {
1056
+ "primary": true,
1057
+ "location": "PRIVATE",
1058
+ "entry": 23,
1059
+ "number": "+46776165049",
1060
+ "telephone_type": "FIX"
1061
+ }
1062
+ },
1063
+ {
1064
+ "model": "directory.telephonecontact",
1065
+ "pk": 29,
1066
+ "fields": {
1067
+ "primary": true,
1068
+ "location": "PRIVATE",
1069
+ "entry": 42,
1070
+ "number": "+496871612197",
1071
+ "telephone_type": "FIX"
1072
+ }
1073
+ },
1074
+ {
1075
+ "model": "directory.telephonecontact",
1076
+ "pk": 30,
1077
+ "fields": {
1078
+ "primary": true,
1079
+ "location": "PRIVATE",
1080
+ "entry": 1,
1081
+ "number": "+74720311633",
1082
+ "telephone_type": "FIX"
1083
+ }
1084
+ },
1085
+ {
1086
+ "model": "directory.telephonecontact",
1087
+ "pk": 31,
1088
+ "fields": {
1089
+ "primary": true,
1090
+ "location": "PRIVATE",
1091
+ "entry": 44,
1092
+ "number": "+16297877318",
1093
+ "telephone_type": "FIX"
1094
+ }
1095
+ },
1096
+ {
1097
+ "model": "directory.telephonecontact",
1098
+ "pk": 32,
1099
+ "fields": {
1100
+ "primary": true,
1101
+ "location": "PRIVATE",
1102
+ "entry": 30,
1103
+ "number": "+66616515079",
1104
+ "telephone_type": "FIX"
1105
+ }
1106
+ },
1107
+ {
1108
+ "model": "directory.telephonecontact",
1109
+ "pk": 33,
1110
+ "fields": {
1111
+ "primary": true,
1112
+ "location": "PRIVATE",
1113
+ "entry": 31,
1114
+ "number": "+66829411286",
1115
+ "telephone_type": "FIX"
1116
+ }
1117
+ },
1118
+ {
1119
+ "model": "directory.telephonecontact",
1120
+ "pk": 34,
1121
+ "fields": {
1122
+ "primary": true,
1123
+ "location": "PRIVATE",
1124
+ "entry": 45,
1125
+ "number": "+420812603565",
1126
+ "telephone_type": "FIX"
1127
+ }
1128
+ },
1129
+ {
1130
+ "model": "directory.telephonecontact",
1131
+ "pk": 35,
1132
+ "fields": {
1133
+ "primary": true,
1134
+ "location": "PRIVATE",
1135
+ "entry": 47,
1136
+ "number": "+78797391541",
1137
+ "telephone_type": "FIX"
1138
+ }
1139
+ },
1140
+ {
1141
+ "model": "directory.telephonecontact",
1142
+ "pk": 36,
1143
+ "fields": {
1144
+ "primary": true,
1145
+ "location": "PRIVATE",
1146
+ "entry": 39,
1147
+ "number": "+12187821054",
1148
+ "telephone_type": "FIX"
1149
+ }
1150
+ },
1151
+ {
1152
+ "model": "directory.telephonecontact",
1153
+ "pk": 37,
1154
+ "fields": {
1155
+ "primary": true,
1156
+ "location": "PRIVATE",
1157
+ "entry": 41,
1158
+ "number": "+74134927715",
1159
+ "telephone_type": "FIX"
1160
+ }
1161
+ },
1162
+ {
1163
+ "model": "directory.telephonecontact",
1164
+ "pk": 38,
1165
+ "fields": {
1166
+ "primary": true,
1167
+ "location": "PRIVATE",
1168
+ "entry": 48,
1169
+ "number": "+14849077820",
1170
+ "telephone_type": "FIX"
1171
+ }
1172
+ },
1173
+ {
1174
+ "model": "directory.telephonecontact",
1175
+ "pk": 39,
1176
+ "fields": {
1177
+ "primary": true,
1178
+ "location": "PRIVATE",
1179
+ "entry": 32,
1180
+ "number": "+66996443024",
1181
+ "telephone_type": "FIX"
1182
+ }
1183
+ },
1184
+ {
1185
+ "model": "directory.telephonecontact",
1186
+ "pk": 40,
1187
+ "fields": {
1188
+ "primary": true,
1189
+ "location": "PRIVATE",
1190
+ "entry": 43,
1191
+ "number": "+420486508415",
1192
+ "telephone_type": "FIX"
1193
+ }
1194
+ },
1195
+ {
1196
+ "model": "directory.telephonecontact",
1197
+ "pk": 41,
1198
+ "fields": {
1199
+ "primary": true,
1200
+ "location": "PRIVATE",
1201
+ "entry": 27,
1202
+ "number": "+85273030135",
1203
+ "telephone_type": "FIX"
1204
+ }
1205
+ },
1206
+ {
1207
+ "model": "directory.telephonecontact",
1208
+ "pk": 42,
1209
+ "fields": {
1210
+ "primary": true,
1211
+ "location": "PRIVATE",
1212
+ "entry": 26,
1213
+ "number": "+85228952820",
1214
+ "telephone_type": "FIX"
1215
+ }
1216
+ },
1217
+ {
1218
+ "model": "directory.telephonecontact",
1219
+ "pk": 43,
1220
+ "fields": {
1221
+ "primary": true,
1222
+ "location": "PRIVATE",
1223
+ "entry": 25,
1224
+ "number": "+85221027823",
1225
+ "telephone_type": "FIX"
1226
+ }
1227
+ },
1228
+ {
1229
+ "model": "directory.telephonecontact",
1230
+ "pk": 44,
1231
+ "fields": {
1232
+ "primary": true,
1233
+ "location": "PRIVATE",
1234
+ "entry": 29,
1235
+ "number": "+74841496657",
1236
+ "telephone_type": "FIX"
1237
+ }
1238
+ },
1239
+ {
1240
+ "model": "directory.telephonecontact",
1241
+ "pk": 45,
1242
+ "fields": {
1243
+ "primary": true,
1244
+ "location": "WORK",
1245
+ "entry": 16,
1246
+ "number": "+74939323544",
1247
+ "telephone_type": "FIX"
1248
+ }
1249
+ },
1250
+ {
1251
+ "model": "directory.telephonecontact",
1252
+ "pk": 46,
1253
+ "fields": {
1254
+ "primary": true,
1255
+ "location": "WORK",
1256
+ "entry": 19,
1257
+ "number": "+31715257384",
1258
+ "telephone_type": "FIX"
1259
+ }
1260
+ },
1261
+ {
1262
+ "model": "directory.telephonecontact",
1263
+ "pk": 47,
1264
+ "fields": {
1265
+ "primary": false,
1266
+ "location": "PRIVATE",
1267
+ "entry": 37,
1268
+ "number": "+16467485008",
1269
+ "telephone_type": "FIX"
1270
+ }
1271
+ },
1272
+ {
1273
+ "model": "directory.emailcontact",
1274
+ "pk": 1,
1275
+ "fields": {
1276
+ "primary": true,
1277
+ "location": "WORK",
1278
+ "entry": null,
1279
+ "address": "admin@admin.ch"
1280
+ }
1281
+ },
1282
+ {
1283
+ "model": "directory.emailcontact",
1284
+ "pk": 2,
1285
+ "fields": {
1286
+ "primary": true,
1287
+ "location": "WORK",
1288
+ "entry": 8,
1289
+ "address": "admin@admin.ch"
1290
+ }
1291
+ },
1292
+ {
1293
+ "model": "directory.emailcontact",
1294
+ "pk": 3,
1295
+ "fields": {
1296
+ "primary": true,
1297
+ "location": "WORK",
1298
+ "entry": 9,
1299
+ "address": "kaizenit@mail.com"
1300
+ }
1301
+ },
1302
+ {
1303
+ "model": "directory.emailcontact",
1304
+ "pk": 4,
1305
+ "fields": {
1306
+ "primary": true,
1307
+ "location": "WORK",
1308
+ "entry": 10,
1309
+ "address": "like@art.com"
1310
+ }
1311
+ },
1312
+ {
1313
+ "model": "directory.emailcontact",
1314
+ "pk": 5,
1315
+ "fields": {
1316
+ "primary": true,
1317
+ "location": "WORK",
1318
+ "entry": 11,
1319
+ "address": "info@atlantic.com"
1320
+ }
1321
+ },
1322
+ {
1323
+ "model": "directory.emailcontact",
1324
+ "pk": 6,
1325
+ "fields": {
1326
+ "primary": true,
1327
+ "location": "WORK",
1328
+ "entry": 12,
1329
+ "address": "info@outpost.com"
1330
+ }
1331
+ },
1332
+ {
1333
+ "model": "directory.emailcontact",
1334
+ "pk": 7,
1335
+ "fields": {
1336
+ "primary": true,
1337
+ "location": "WORK",
1338
+ "entry": 13,
1339
+ "address": "metro@bank.com"
1340
+ }
1341
+ },
1342
+ {
1343
+ "model": "directory.emailcontact",
1344
+ "pk": 8,
1345
+ "fields": {
1346
+ "primary": true,
1347
+ "location": "WORK",
1348
+ "entry": 14,
1349
+ "address": "help@redwood.com"
1350
+ }
1351
+ },
1352
+ {
1353
+ "model": "directory.emailcontact",
1354
+ "pk": 9,
1355
+ "fields": {
1356
+ "primary": true,
1357
+ "location": "WORK",
1358
+ "entry": 15,
1359
+ "address": "darwin@consultants.com"
1360
+ }
1361
+ },
1362
+ {
1363
+ "model": "directory.emailcontact",
1364
+ "pk": 10,
1365
+ "fields": {
1366
+ "primary": true,
1367
+ "location": "WORK",
1368
+ "entry": 16,
1369
+ "address": "honest@consulting.ru"
1370
+ }
1371
+ },
1372
+ {
1373
+ "model": "directory.emailcontact",
1374
+ "pk": 11,
1375
+ "fields": {
1376
+ "primary": true,
1377
+ "location": "WORK",
1378
+ "entry": 19,
1379
+ "address": "info@lowCountry.com"
1380
+ }
1381
+ },
1382
+ {
1383
+ "model": "directory.emailcontact",
1384
+ "pk": 12,
1385
+ "fields": {
1386
+ "primary": true,
1387
+ "location": "WORK",
1388
+ "entry": 20,
1389
+ "address": "client@partner.ch"
1390
+ }
1391
+ },
1392
+ {
1393
+ "model": "directory.emailcontact",
1394
+ "pk": 13,
1395
+ "fields": {
1396
+ "primary": true,
1397
+ "location": "HOME",
1398
+ "entry": 22,
1399
+ "address": "DoggFridleifsdottir@dayrep.com"
1400
+ }
1401
+ },
1402
+ {
1403
+ "model": "directory.emailcontact",
1404
+ "pk": 14,
1405
+ "fields": {
1406
+ "primary": false,
1407
+ "location": "WORK",
1408
+ "entry": 22,
1409
+ "address": "DFridleifsdottir@atlantic.com"
1410
+ }
1411
+ },
1412
+ {
1413
+ "model": "directory.emailcontact",
1414
+ "pk": 15,
1415
+ "fields": {
1416
+ "primary": true,
1417
+ "location": "PRIVATE",
1418
+ "entry": 24,
1419
+ "address": "GiorgioLucchesi@teleworm.us"
1420
+ }
1421
+ },
1422
+ {
1423
+ "model": "directory.emailcontact",
1424
+ "pk": 16,
1425
+ "fields": {
1426
+ "primary": true,
1427
+ "location": "WORK",
1428
+ "entry": 25,
1429
+ "address": "Yan@consultants.com"
1430
+ }
1431
+ },
1432
+ {
1433
+ "model": "directory.emailcontact",
1434
+ "pk": 17,
1435
+ "fields": {
1436
+ "primary": true,
1437
+ "location": "WORK",
1438
+ "entry": 26,
1439
+ "address": "Bai@consultants.com"
1440
+ }
1441
+ },
1442
+ {
1443
+ "model": "directory.emailcontact",
1444
+ "pk": 18,
1445
+ "fields": {
1446
+ "primary": true,
1447
+ "location": "WORK",
1448
+ "entry": 27,
1449
+ "address": "Xinyi@consultants.com"
1450
+ }
1451
+ },
1452
+ {
1453
+ "model": "directory.emailcontact",
1454
+ "pk": 19,
1455
+ "fields": {
1456
+ "primary": true,
1457
+ "location": "WORK",
1458
+ "entry": 28,
1459
+ "address": "THosein@consulting.ru"
1460
+ }
1461
+ },
1462
+ {
1463
+ "model": "directory.emailcontact",
1464
+ "pk": 20,
1465
+ "fields": {
1466
+ "primary": true,
1467
+ "location": "WORK",
1468
+ "entry": 29,
1469
+ "address": "Mp@consulting.ru"
1470
+ }
1471
+ },
1472
+ {
1473
+ "model": "directory.emailcontact",
1474
+ "pk": 21,
1475
+ "fields": {
1476
+ "primary": true,
1477
+ "location": "WORK",
1478
+ "entry": 30,
1479
+ "address": "Banruerit.Kaizenit@mail.com"
1480
+ }
1481
+ },
1482
+ {
1483
+ "model": "directory.emailcontact",
1484
+ "pk": 22,
1485
+ "fields": {
1486
+ "primary": true,
1487
+ "location": "WORK",
1488
+ "entry": 31,
1489
+ "address": "Ratanarak.kaizenit@mail.com"
1490
+ }
1491
+ },
1492
+ {
1493
+ "model": "directory.emailcontact",
1494
+ "pk": 23,
1495
+ "fields": {
1496
+ "primary": true,
1497
+ "location": "WORK",
1498
+ "entry": 33,
1499
+ "address": "Sangwit.kaizenit@mail.com"
1500
+ }
1501
+ },
1502
+ {
1503
+ "model": "directory.emailcontact",
1504
+ "pk": 24,
1505
+ "fields": {
1506
+ "primary": true,
1507
+ "location": "WORK",
1508
+ "entry": 34,
1509
+ "address": "Kropa.like@art.com"
1510
+ }
1511
+ },
1512
+ {
1513
+ "model": "directory.emailcontact",
1514
+ "pk": 25,
1515
+ "fields": {
1516
+ "primary": true,
1517
+ "location": "WORK",
1518
+ "entry": 35,
1519
+ "address": "Breij@lowCountry.com"
1520
+ }
1521
+ },
1522
+ {
1523
+ "model": "directory.emailcontact",
1524
+ "pk": 26,
1525
+ "fields": {
1526
+ "primary": true,
1527
+ "location": "WORK",
1528
+ "entry": 36,
1529
+ "address": "Broens@lowCountry.com"
1530
+ }
1531
+ },
1532
+ {
1533
+ "model": "directory.emailcontact",
1534
+ "pk": 27,
1535
+ "fields": {
1536
+ "primary": true,
1537
+ "location": "WORK",
1538
+ "entry": 38,
1539
+ "address": "Smorillo.metro@bank.com"
1540
+ }
1541
+ },
1542
+ {
1543
+ "model": "directory.emailcontact",
1544
+ "pk": 28,
1545
+ "fields": {
1546
+ "primary": true,
1547
+ "location": "WORK",
1548
+ "entry": 40,
1549
+ "address": "Soule@redwood.com"
1550
+ }
1551
+ },
1552
+ {
1553
+ "model": "directory.emailcontact",
1554
+ "pk": 29,
1555
+ "fields": {
1556
+ "primary": false,
1557
+ "location": "PRIVATE",
1558
+ "entry": 40,
1559
+ "address": "M.Soule@online.com"
1560
+ }
1561
+ },
1562
+ {
1563
+ "model": "directory.emailcontact",
1564
+ "pk": 30,
1565
+ "fields": {
1566
+ "primary": true,
1567
+ "location": "WORK",
1568
+ "entry": 42,
1569
+ "address": "Beich@uni-hamburg.de"
1570
+ }
1571
+ },
1572
+ {
1573
+ "model": "directory.emailcontact",
1574
+ "pk": 31,
1575
+ "fields": {
1576
+ "primary": true,
1577
+ "location": "WORK",
1578
+ "entry": 43,
1579
+ "address": "Frei@company.com"
1580
+ }
1581
+ },
1582
+ {
1583
+ "model": "directory.emailcontact",
1584
+ "pk": 32,
1585
+ "fields": {
1586
+ "primary": true,
1587
+ "location": "WORK",
1588
+ "entry": 44,
1589
+ "address": "Wirtz@company.com"
1590
+ }
1591
+ },
1592
+ {
1593
+ "model": "directory.emailcontact",
1594
+ "pk": 33,
1595
+ "fields": {
1596
+ "primary": true,
1597
+ "location": "WORK",
1598
+ "entry": 45,
1599
+ "address": "Braaten@company.com"
1600
+ }
1601
+ },
1602
+ {
1603
+ "model": "directory.emailcontact",
1604
+ "pk": 34,
1605
+ "fields": {
1606
+ "primary": true,
1607
+ "location": "WORK",
1608
+ "entry": null,
1609
+ "address": "Overby@company.com"
1610
+ }
1611
+ },
1612
+ {
1613
+ "model": "directory.emailcontact",
1614
+ "pk": 35,
1615
+ "fields": {
1616
+ "primary": false,
1617
+ "location": "WORK",
1618
+ "entry": null,
1619
+ "address": "Overby@company.com"
1620
+ }
1621
+ },
1622
+ {
1623
+ "model": "directory.emailcontact",
1624
+ "pk": 36,
1625
+ "fields": {
1626
+ "primary": true,
1627
+ "location": "WORK",
1628
+ "entry": 47,
1629
+ "address": "Overby@company.com"
1630
+ }
1631
+ },
1632
+ {
1633
+ "model": "directory.emailcontact",
1634
+ "pk": 37,
1635
+ "fields": {
1636
+ "primary": true,
1637
+ "location": "WORK",
1638
+ "entry": 48,
1639
+ "address": "su@stainly.com"
1640
+ }
1641
+ },
1642
+ {
1643
+ "model": "directory.emailcontact",
1644
+ "pk": 38,
1645
+ "fields": {
1646
+ "primary": true,
1647
+ "location": "WORK",
1648
+ "entry": 17,
1649
+ "address": "info@uni-hamburg.de"
1650
+ }
1651
+ },
1652
+ {
1653
+ "model": "directory.emailcontact",
1654
+ "pk": 39,
1655
+ "fields": {
1656
+ "primary": true,
1657
+ "location": "PRIVATE",
1658
+ "entry": 37,
1659
+ "address": "andrew.quinn@mail.co.uk"
1660
+ }
1661
+ },
1662
+ {
1663
+ "model": "directory.emailcontact",
1664
+ "pk": 40,
1665
+ "fields": {
1666
+ "primary": true,
1667
+ "location": "PRIVATE",
1668
+ "entry": 23,
1669
+ "address": "astra@hotmail.com"
1670
+ }
1671
+ },
1672
+ {
1673
+ "model": "directory.websitecontact",
1674
+ "pk": 1,
1675
+ "fields": {
1676
+ "primary": true,
1677
+ "location": "WORK",
1678
+ "entry": 10,
1679
+ "url": "http://www.like-art.cz"
1680
+ }
1681
+ },
1682
+ {
1683
+ "model": "directory.websitecontact",
1684
+ "pk": 2,
1685
+ "fields": {
1686
+ "primary": true,
1687
+ "location": "WORK",
1688
+ "entry": 11,
1689
+ "url": "http://www.atlantic-games.com"
1690
+ }
1691
+ },
1692
+ {
1693
+ "model": "directory.websitecontact",
1694
+ "pk": 3,
1695
+ "fields": {
1696
+ "primary": true,
1697
+ "location": "WORK",
1698
+ "entry": 12,
1699
+ "url": "http://www.outpost-assets.com"
1700
+ }
1701
+ },
1702
+ {
1703
+ "model": "directory.websitecontact",
1704
+ "pk": 4,
1705
+ "fields": {
1706
+ "primary": true,
1707
+ "location": "WORK",
1708
+ "entry": 13,
1709
+ "url": "www.metro-bank.com"
1710
+ }
1711
+ },
1712
+ {
1713
+ "model": "directory.websitecontact",
1714
+ "pk": 5,
1715
+ "fields": {
1716
+ "primary": true,
1717
+ "location": "WORK",
1718
+ "entry": 17,
1719
+ "url": "http://uni-hamburg.de"
1720
+ }
1721
+ },
1722
+ {
1723
+ "model": "directory.websitecontact",
1724
+ "pk": 6,
1725
+ "fields": {
1726
+ "primary": true,
1727
+ "location": "PRIVATE",
1728
+ "entry": 47,
1729
+ "url": "http://over-ole.ru"
1730
+ }
1731
+ },
1732
+ {
1733
+ "model": "directory.websitecontact",
1734
+ "pk": 7,
1735
+ "fields": {
1736
+ "primary": true,
1737
+ "location": "PRIVATE",
1738
+ "entry": 37,
1739
+ "url": "http://andrew-quinn.ie"
1740
+ }
1741
+ },
1742
+ {
1743
+ "model": "directory.websitecontact",
1744
+ "pk": 8,
1745
+ "fields": {
1746
+ "primary": true,
1747
+ "location": "PRIVATE",
1748
+ "entry": 44,
1749
+ "url": "http://juliane-wirtz.com"
1750
+ }
1751
+ },
1752
+ {
1753
+ "model": "directory.relationshiptype",
1754
+ "pk": 1,
1755
+ "fields": {
1756
+ "title": "Friend",
1757
+ "counter_relationship": null,
1758
+ "slugify_title": null
1759
+ }
1760
+ },
1761
+ {
1762
+ "model": "directory.relationshiptype",
1763
+ "pk": 2,
1764
+ "fields": {
1765
+ "title": "Parent",
1766
+ "counter_relationship": null,
1767
+ "slugify_title": null
1768
+ }
1769
+ },
1770
+ {
1771
+ "model": "directory.relationshiptype",
1772
+ "pk": 3,
1773
+ "fields": {
1774
+ "title": "Child",
1775
+ "counter_relationship": 2,
1776
+ "slugify_title": null
1777
+ }
1778
+ },
1779
+ {
1780
+ "model": "directory.relationshiptype",
1781
+ "pk": 4,
1782
+ "fields": {
1783
+ "title": "Business Partner",
1784
+ "counter_relationship": null,
1785
+ "slugify_title": null
1786
+ }
1787
+ },
1788
+ {
1789
+ "model": "directory.relationshiptype",
1790
+ "pk": 5,
1791
+ "fields": {
1792
+ "title": "Brother",
1793
+ "counter_relationship": null,
1794
+ "slugify_title": null
1795
+ }
1796
+ },
1797
+ {
1798
+ "model": "directory.relationshiptype",
1799
+ "pk": 6,
1800
+ "fields": {
1801
+ "title": "Sister",
1802
+ "counter_relationship": null,
1803
+ "slugify_title": null
1804
+ }
1805
+ },
1806
+ {
1807
+ "model": "directory.relationship",
1808
+ "pk": 7,
1809
+ "fields": {
1810
+ "relationship_type": 2,
1811
+ "from_entry": 48,
1812
+ "to_entry": 8
1813
+ }
1814
+ },
1815
+ {
1816
+ "model": "directory.relationship",
1817
+ "pk": 8,
1818
+ "fields": {
1819
+ "relationship_type": 4,
1820
+ "from_entry": 9,
1821
+ "to_entry": 15
1822
+ }
1823
+ },
1824
+ {
1825
+ "model": "directory.relationship",
1826
+ "pk": 9,
1827
+ "fields": {
1828
+ "relationship_type": 5,
1829
+ "from_entry": 40,
1830
+ "to_entry": 41
1831
+ }
1832
+ },
1833
+ {
1834
+ "model": "directory.relationship",
1835
+ "pk": 10,
1836
+ "fields": {
1837
+ "relationship_type": 6,
1838
+ "from_entry": 41,
1839
+ "to_entry": 40
1840
+ }
1841
+ },
1842
+ {
1843
+ "model": "directory.clientmanagerrelationship",
1844
+ "pk": 1,
1845
+ "fields": {
1846
+ "relationship_manager": 43,
1847
+ "primary": true,
1848
+ "client": 23,
1849
+ "status": "APPROVED",
1850
+ "created": "2021-09-30T11:24:17.422Z"
1851
+ }
1852
+ },
1853
+ {
1854
+ "model": "directory.clientmanagerrelationship",
1855
+ "pk": 2,
1856
+ "fields": {
1857
+ "relationship_manager": 43,
1858
+ "primary": true,
1859
+ "client": 25,
1860
+ "status": "APPROVED",
1861
+ "created": "2021-09-30T11:24:17.422Z"
1862
+ }
1863
+ },
1864
+ {
1865
+ "model": "directory.clientmanagerrelationship",
1866
+ "pk": 3,
1867
+ "fields": {
1868
+ "relationship_manager": 45,
1869
+ "primary": true,
1870
+ "client": 28,
1871
+ "status": "PENDINGADD",
1872
+ "created": "2021-09-30T11:24:17.422Z"
1873
+ }
1874
+ },
1875
+ {
1876
+ "model": "directory.clientmanagerrelationship",
1877
+ "pk": 4,
1878
+ "fields": {
1879
+ "relationship_manager": 44,
1880
+ "primary": false,
1881
+ "client": 35,
1882
+ "status": "PENDINGADD",
1883
+ "created": "2021-09-30T11:24:17.422Z"
1884
+ }
1885
+ },
1886
+ {
1887
+ "model": "directory.clientmanagerrelationship",
1888
+ "pk": 5,
1889
+ "fields": {
1890
+ "relationship_manager": 44,
1891
+ "primary": false,
1892
+ "client": 36,
1893
+ "status": "PENDINGREMOVE",
1894
+ "created": "2021-09-30T11:24:17.422Z"
1895
+ }
1896
+ },
1897
+ {
1898
+ "model": "directory.clientmanagerrelationship",
1899
+ "pk": 6,
1900
+ "fields": {
1901
+ "relationship_manager": 45,
1902
+ "primary": true,
1903
+ "client": 37,
1904
+ "status": "DRAFT",
1905
+ "created": "2021-09-30T11:24:17.422Z"
1906
+ }
1907
+ },
1908
+ {
1909
+ "model": "directory.clientmanagerrelationship",
1910
+ "pk": 7,
1911
+ "fields": {
1912
+ "relationship_manager": 44,
1913
+ "primary": false,
1914
+ "client": 38,
1915
+ "status": "DRAFT",
1916
+ "created": "2021-09-30T11:24:17.422Z"
1917
+ }
1918
+ },
1919
+ {
1920
+ "model": "directory.clientmanagerrelationship",
1921
+ "pk": 8,
1922
+ "fields": {
1923
+ "relationship_manager": 45,
1924
+ "primary": true,
1925
+ "client": 40,
1926
+ "status": "REMOVED",
1927
+ "created": "2021-09-30T11:24:17.422Z"
1928
+ }
1929
+ },
1930
+ {
1931
+ "model": "directory.clientmanagerrelationship",
1932
+ "pk": 9,
1933
+ "fields": {
1934
+ "relationship_manager": 47,
1935
+ "primary": true,
1936
+ "client": 42,
1937
+ "status": "PENDINGADD",
1938
+ "created": "2021-09-30T11:24:17.422Z"
1939
+ }
1940
+ },
1941
+ {
1942
+ "model": "directory.clientmanagerrelationship",
1943
+ "pk": 10,
1944
+ "fields": {
1945
+ "relationship_manager": 25,
1946
+ "primary": true,
1947
+ "client": 10,
1948
+ "status": "APPROVED",
1949
+ "created": "2021-09-30T11:24:17.422Z"
1950
+ }
1951
+ },
1952
+ {
1953
+ "model": "directory.clientmanagerrelationship",
1954
+ "pk": 11,
1955
+ "fields": {
1956
+ "relationship_manager": 27,
1957
+ "primary": true,
1958
+ "client": 11,
1959
+ "status": "APPROVED",
1960
+ "created": "2021-09-30T11:24:17.422Z"
1961
+ }
1962
+ },
1963
+ {
1964
+ "model": "directory.clientmanagerrelationship",
1965
+ "pk": 12,
1966
+ "fields": {
1967
+ "relationship_manager": 28,
1968
+ "primary": true,
1969
+ "client": 12,
1970
+ "status": "APPROVED",
1971
+ "created": "2021-09-30T11:24:17.422Z"
1972
+ }
1973
+ },
1974
+ {
1975
+ "model": "directory.clientmanagerrelationship",
1976
+ "pk": 13,
1977
+ "fields": {
1978
+ "relationship_manager": 29,
1979
+ "primary": true,
1980
+ "client": 13,
1981
+ "status": "APPROVED",
1982
+ "created": "2021-09-30T11:24:17.422Z"
1983
+ }
1984
+ },
1985
+ {
1986
+ "model": "directory.clientmanagerrelationship",
1987
+ "pk": 14,
1988
+ "fields": {
1989
+ "relationship_manager": 30,
1990
+ "primary": true,
1991
+ "client": 14,
1992
+ "status": "APPROVED",
1993
+ "created": "2021-09-30T11:24:17.422Z"
1994
+ }
1995
+ },
1996
+ {
1997
+ "model": "directory.clientmanagerrelationship",
1998
+ "pk": 15,
1999
+ "fields": {
2000
+ "relationship_manager": 31,
2001
+ "primary": true,
2002
+ "client": 15,
2003
+ "status": "APPROVED",
2004
+ "created": "2021-09-30T11:24:17.422Z"
2005
+ }
2006
+ },
2007
+ {
2008
+ "model": "directory.clientmanagerrelationship",
2009
+ "pk": 16,
2010
+ "fields": {
2011
+ "relationship_manager": 32,
2012
+ "primary": true,
2013
+ "client": 16,
2014
+ "status": "APPROVED",
2015
+ "created": "2021-09-30T11:24:17.422Z"
2016
+ }
2017
+ },
2018
+ {
2019
+ "model": "directory.clientmanagerrelationship",
2020
+ "pk": 17,
2021
+ "fields": {
2022
+ "relationship_manager": 33,
2023
+ "primary": true,
2024
+ "client": 17,
2025
+ "status": "APPROVED",
2026
+ "created": "2021-09-30T11:24:17.422Z"
2027
+ }
2028
+ },
2029
+ {
2030
+ "model": "directory.clientmanagerrelationship",
2031
+ "pk": 18,
2032
+ "fields": {
2033
+ "relationship_manager": 34,
2034
+ "primary": true,
2035
+ "client": 18,
2036
+ "status": "APPROVED",
2037
+ "created": "2021-09-30T11:24:17.422Z"
2038
+ }
2039
+ },
2040
+ {
2041
+ "model": "directory.clientmanagerrelationship",
2042
+ "pk": 20,
2043
+ "fields": {
2044
+ "relationship_manager": 37,
2045
+ "primary": true,
2046
+ "client": 21,
2047
+ "status": "APPROVED",
2048
+ "created": "2021-09-30T11:24:17.422Z"
2049
+ }
2050
+ },
2051
+ {
2052
+ "model": "directory.clientmanagerrelationship",
2053
+ "pk": 21,
2054
+ "fields": {
2055
+ "relationship_manager": 22,
2056
+ "primary": false,
2057
+ "client": 21,
2058
+ "status": "PENDINGADD",
2059
+ "created": "2021-09-30T11:24:17.422Z"
2060
+ }
2061
+ },
2062
+ {
2063
+ "model": "directory.clientmanagerrelationship",
2064
+ "pk": 22,
2065
+ "fields": {
2066
+ "relationship_manager": 8,
2067
+ "primary": false,
2068
+ "client": 48,
2069
+ "status": "APPROVED",
2070
+ "created": "2021-09-30T11:24:17.422Z"
2071
+ }
2072
+ },
2073
+ {
2074
+ "model": "directory.clientmanagerrelationship",
2075
+ "pk": 23,
2076
+ "fields": {
2077
+ "relationship_manager": 31,
2078
+ "primary": true,
2079
+ "client": 36,
2080
+ "status": "APPROVED",
2081
+ "created": "2021-09-30T11:24:17.422Z"
2082
+ }
2083
+ },
2084
+ {
2085
+ "model": "directory.clientmanagerrelationship",
2086
+ "pk": 24,
2087
+ "fields": {
2088
+ "relationship_manager": 30,
2089
+ "primary": false,
2090
+ "client": 36,
2091
+ "status": "APPROVED",
2092
+ "created": "2021-09-30T11:24:17.422Z"
2093
+ }
2094
+ },
2095
+ {
2096
+ "model": "directory.clientmanagerrelationship",
2097
+ "pk": 25,
2098
+ "fields": {
2099
+ "relationship_manager": 30,
2100
+ "primary": true,
2101
+ "client": 35,
2102
+ "status": "APPROVED",
2103
+ "created": "2021-09-30T11:24:17.422Z"
2104
+ }
2105
+ },
2106
+ {
2107
+ "model": "directory.clientmanagerrelationship",
2108
+ "pk": 26,
2109
+ "fields": {
2110
+ "relationship_manager": 22,
2111
+ "primary": true,
2112
+ "client": 38,
2113
+ "status": "APPROVED",
2114
+ "created": "2021-09-30T11:24:17.422Z"
2115
+ }
2116
+ },
2117
+ {
2118
+ "model": "directory.clientmanagerrelationship",
2119
+ "pk": 27,
2120
+ "fields": {
2121
+ "relationship_manager": 32,
2122
+ "primary": true,
2123
+ "client": 26,
2124
+ "status": "APPROVED",
2125
+ "created": "2021-09-30T11:24:17.422Z"
2126
+ }
2127
+ },
2128
+ {
2129
+ "model": "directory.clientmanagerrelationship",
2130
+ "pk": 28,
2131
+ "fields": {
2132
+ "relationship_manager": 48,
2133
+ "primary": false,
2134
+ "client": 40,
2135
+ "status": "APPROVED",
2136
+ "created": "2021-09-30T11:24:17.422Z"
2137
+ }
2138
+ },
2139
+ {
2140
+ "model": "directory.employeremployeerelationship",
2141
+ "pk": 1,
2142
+ "fields": {
2143
+ "employee": 22,
2144
+ "primary": true,
2145
+ "position": 1,
2146
+ "employer": 11
2147
+ }
2148
+ },
2149
+ {
2150
+ "model": "directory.employeremployeerelationship",
2151
+ "pk": 2,
2152
+ "fields": {
2153
+ "employee": 23,
2154
+ "primary": true,
2155
+ "position": 2,
2156
+ "employer": 11
2157
+ }
2158
+ },
2159
+ {
2160
+ "model": "directory.employeremployeerelationship",
2161
+ "pk": 3,
2162
+ "fields": {
2163
+ "employee": 24,
2164
+ "primary": true,
2165
+ "position": 3,
2166
+ "employer": 20
2167
+ }
2168
+ },
2169
+ {
2170
+ "model": "directory.employeremployeerelationship",
2171
+ "pk": 4,
2172
+ "fields": {
2173
+ "employee": 25,
2174
+ "primary": true,
2175
+ "position": 4,
2176
+ "employer": 15
2177
+ }
2178
+ },
2179
+ {
2180
+ "model": "directory.employeremployeerelationship",
2181
+ "pk": 5,
2182
+ "fields": {
2183
+ "employee": 26,
2184
+ "primary": true,
2185
+ "position": 5,
2186
+ "employer": 15
2187
+ }
2188
+ },
2189
+ {
2190
+ "model": "directory.employeremployeerelationship",
2191
+ "pk": 6,
2192
+ "fields": {
2193
+ "employee": 27,
2194
+ "primary": true,
2195
+ "position": 2,
2196
+ "employer": 15
2197
+ }
2198
+ },
2199
+ {
2200
+ "model": "directory.employeremployeerelationship",
2201
+ "pk": 7,
2202
+ "fields": {
2203
+ "employee": 28,
2204
+ "primary": true,
2205
+ "position": 3,
2206
+ "employer": 16
2207
+ }
2208
+ },
2209
+ {
2210
+ "model": "directory.employeremployeerelationship",
2211
+ "pk": 8,
2212
+ "fields": {
2213
+ "employee": 28,
2214
+ "primary": false,
2215
+ "position": 5,
2216
+ "employer": 21
2217
+ }
2218
+ },
2219
+ {
2220
+ "model": "directory.employeremployeerelationship",
2221
+ "pk": 9,
2222
+ "fields": {
2223
+ "employee": 29,
2224
+ "primary": true,
2225
+ "position": 4,
2226
+ "employer": 16
2227
+ }
2228
+ },
2229
+ {
2230
+ "model": "directory.employeremployeerelationship",
2231
+ "pk": 10,
2232
+ "fields": {
2233
+ "employee": 30,
2234
+ "primary": true,
2235
+ "position": 2,
2236
+ "employer": 9
2237
+ }
2238
+ },
2239
+ {
2240
+ "model": "directory.employeremployeerelationship",
2241
+ "pk": 11,
2242
+ "fields": {
2243
+ "employee": 31,
2244
+ "primary": true,
2245
+ "position": 1,
2246
+ "employer": 9
2247
+ }
2248
+ },
2249
+ {
2250
+ "model": "directory.employeremployeerelationship",
2251
+ "pk": 12,
2252
+ "fields": {
2253
+ "employee": 32,
2254
+ "primary": true,
2255
+ "position": 3,
2256
+ "employer": 9
2257
+ }
2258
+ },
2259
+ {
2260
+ "model": "directory.employeremployeerelationship",
2261
+ "pk": 13,
2262
+ "fields": {
2263
+ "employee": 33,
2264
+ "primary": true,
2265
+ "position": 3,
2266
+ "employer": 9
2267
+ }
2268
+ },
2269
+ {
2270
+ "model": "directory.employeremployeerelationship",
2271
+ "pk": 14,
2272
+ "fields": {
2273
+ "employee": 34,
2274
+ "primary": true,
2275
+ "position": 1,
2276
+ "employer": 10
2277
+ }
2278
+ },
2279
+ {
2280
+ "model": "directory.employeremployeerelationship",
2281
+ "pk": 15,
2282
+ "fields": {
2283
+ "employee": 35,
2284
+ "primary": true,
2285
+ "position": 2,
2286
+ "employer": 19
2287
+ }
2288
+ },
2289
+ {
2290
+ "model": "directory.employeremployeerelationship",
2291
+ "pk": 16,
2292
+ "fields": {
2293
+ "employee": 36,
2294
+ "primary": true,
2295
+ "position": 5,
2296
+ "employer": 19
2297
+ }
2298
+ },
2299
+ {
2300
+ "model": "directory.employeremployeerelationship",
2301
+ "pk": 17,
2302
+ "fields": {
2303
+ "employee": 37,
2304
+ "primary": true,
2305
+ "position": 3,
2306
+ "employer": 18
2307
+ }
2308
+ },
2309
+ {
2310
+ "model": "directory.employeremployeerelationship",
2311
+ "pk": 19,
2312
+ "fields": {
2313
+ "employee": 39,
2314
+ "primary": true,
2315
+ "position": 2,
2316
+ "employer": 12
2317
+ }
2318
+ },
2319
+ {
2320
+ "model": "directory.employeremployeerelationship",
2321
+ "pk": 20,
2322
+ "fields": {
2323
+ "employee": 40,
2324
+ "primary": true,
2325
+ "position": 2,
2326
+ "employer": 14
2327
+ }
2328
+ },
2329
+ {
2330
+ "model": "directory.employeremployeerelationship",
2331
+ "pk": 21,
2332
+ "fields": {
2333
+ "employee": 42,
2334
+ "primary": true,
2335
+ "position": 3,
2336
+ "employer": 17
2337
+ }
2338
+ },
2339
+ {
2340
+ "model": "directory.employeremployeerelationship",
2341
+ "pk": 22,
2342
+ "fields": {
2343
+ "employee": 44,
2344
+ "primary": true,
2345
+ "position": 1,
2346
+ "employer": 14
2347
+ }
2348
+ },
2349
+ {
2350
+ "model": "directory.employeremployeerelationship",
2351
+ "pk": 23,
2352
+ "fields": {
2353
+ "employee": 8,
2354
+ "primary": true,
2355
+ "position": 5,
2356
+ "employer": 9
2357
+ }
2358
+ },
2359
+ {
2360
+ "model": "directory.employeremployeerelationship",
2361
+ "pk": 24,
2362
+ "fields": {
2363
+ "employee": 1,
2364
+ "primary": true,
2365
+ "position": 4,
2366
+ "employer": 18
2367
+ }
2368
+ },
2369
+ {
2370
+ "model": "directory.employeremployeerelationship",
2371
+ "pk": 25,
2372
+ "fields": {
2373
+ "employee": 45,
2374
+ "primary": true,
2375
+ "position": 1,
2376
+ "employer": 10
2377
+ }
2378
+ },
2379
+ {
2380
+ "model": "directory.employeremployeerelationship",
2381
+ "pk": 26,
2382
+ "fields": {
2383
+ "employee": 47,
2384
+ "primary": true,
2385
+ "position": 3,
2386
+ "employer": 16
2387
+ }
2388
+ },
2389
+ {
2390
+ "model": "directory.employeremployeerelationship",
2391
+ "pk": 27,
2392
+ "fields": {
2393
+ "employee": 38,
2394
+ "primary": true,
2395
+ "position": null,
2396
+ "employer": 21
2397
+ }
2398
+ },
2399
+ {
2400
+ "model": "directory.employeremployeerelationship",
2401
+ "pk": 29,
2402
+ "fields": {
2403
+ "employee": 41,
2404
+ "primary": true,
2405
+ "position": 4,
2406
+ "employer": 16
2407
+ }
2408
+ },
2409
+ {
2410
+ "model": "directory.employeremployeerelationship",
2411
+ "pk": 30,
2412
+ "fields": {
2413
+ "employee": 43,
2414
+ "primary": true,
2415
+ "position": 5,
2416
+ "employer": 10
2417
+ }
2418
+ },
2419
+ {
2420
+ "model": "directory.employeremployeerelationship",
2421
+ "pk": 31,
2422
+ "fields": {
2423
+ "employee": 42,
2424
+ "primary": false,
2425
+ "position": 2,
2426
+ "employer": 14
2427
+ }
2428
+ },
2429
+ {
2430
+ "model": "directory.entry",
2431
+ "pk": 1,
2432
+ "fields": {
2433
+ "computed_str": "Invisible User (Marshall Fund)",
2434
+ "is_active": true,
2435
+ "deletion_datetime": null,
2436
+ "uuid": "b45533f8-ca97-4d66-81cc-ed6d0ddd4fb7",
2437
+ "entry_type": "Person",
2438
+ "additional_fields": {},
2439
+ "activity_heat": 0.0,
2440
+ "slugify_computed_str": "invisible user marshall fund",
2441
+ "profile_image": "",
2442
+ "signature": ""
2443
+ }
2444
+ },
2445
+ {
2446
+ "model": "directory.entry",
2447
+ "pk": 8,
2448
+ "fields": {
2449
+ "computed_str": "admin admin (Kaizen IT)",
2450
+ "is_active": true,
2451
+ "deletion_datetime": null,
2452
+ "uuid": "16fb2ca5-9da3-4d7e-990e-c566bd35b012",
2453
+ "entry_type": "Person",
2454
+ "additional_fields": {},
2455
+ "activity_heat": 0.0,
2456
+ "slugify_computed_str": "admin admin kaizen it",
2457
+ "profile_image": "",
2458
+ "signature": ""
2459
+ }
2460
+ },
2461
+ {
2462
+ "model": "directory.entry",
2463
+ "pk": 9,
2464
+ "fields": {
2465
+ "computed_str": "Kaizen IT",
2466
+ "is_active": true,
2467
+ "deletion_datetime": null,
2468
+ "uuid": "1d2a291e-0a41-433f-ab82-21506d0b988d",
2469
+ "entry_type": "Company",
2470
+ "additional_fields": {},
2471
+ "activity_heat": 0.0,
2472
+ "slugify_computed_str": "kaizen it",
2473
+ "profile_image": "",
2474
+ "signature": ""
2475
+ }
2476
+ },
2477
+ {
2478
+ "model": "directory.entry",
2479
+ "pk": 10,
2480
+ "fields": {
2481
+ "computed_str": "Like Art",
2482
+ "is_active": true,
2483
+ "deletion_datetime": null,
2484
+ "uuid": "f785591c-dbaa-417f-bea9-c1fa4b8951e7",
2485
+ "entry_type": "Company",
2486
+ "additional_fields": {},
2487
+ "activity_heat": 1.0,
2488
+ "slugify_computed_str": "like art",
2489
+ "profile_image": "",
2490
+ "signature": ""
2491
+ }
2492
+ },
2493
+ {
2494
+ "model": "directory.entry",
2495
+ "pk": 11,
2496
+ "fields": {
2497
+ "computed_str": "Atlantic Games",
2498
+ "is_active": true,
2499
+ "deletion_datetime": null,
2500
+ "uuid": "147a46c8-2d5f-4b02-b226-ba258f7fd822",
2501
+ "entry_type": "Company",
2502
+ "additional_fields": {},
2503
+ "activity_heat": 0.1,
2504
+ "slugify_computed_str": "atlantic games",
2505
+ "profile_image": "",
2506
+ "signature": ""
2507
+ }
2508
+ },
2509
+ {
2510
+ "model": "directory.entry",
2511
+ "pk": 12,
2512
+ "fields": {
2513
+ "computed_str": "Outpost Asset Management",
2514
+ "is_active": true,
2515
+ "deletion_datetime": null,
2516
+ "uuid": "a796142e-aa7f-478f-a2bc-fed5513dc2d6",
2517
+ "entry_type": "Company",
2518
+ "additional_fields": {},
2519
+ "activity_heat": 0.4,
2520
+ "slugify_computed_str": "outpost asset management",
2521
+ "profile_image": "",
2522
+ "signature": ""
2523
+ }
2524
+ },
2525
+ {
2526
+ "model": "directory.entry",
2527
+ "pk": 13,
2528
+ "fields": {
2529
+ "computed_str": "Metro Bank",
2530
+ "is_active": true,
2531
+ "deletion_datetime": null,
2532
+ "uuid": "4b157ca7-1a8d-4b75-8583-6acbf1a3421c",
2533
+ "entry_type": "Company",
2534
+ "additional_fields": {},
2535
+ "activity_heat": 0.0,
2536
+ "slugify_computed_str": "metro bank",
2537
+ "profile_image": "",
2538
+ "signature": ""
2539
+ }
2540
+ },
2541
+ {
2542
+ "model": "directory.entry",
2543
+ "pk": 14,
2544
+ "fields": {
2545
+ "computed_str": "Redwood Bank",
2546
+ "is_active": true,
2547
+ "deletion_datetime": null,
2548
+ "uuid": "33e1763d-bb0b-46ae-a4a2-340c1dd2e301",
2549
+ "entry_type": "Company",
2550
+ "additional_fields": {},
2551
+ "activity_heat": 0.9,
2552
+ "slugify_computed_str": "redwood bank",
2553
+ "profile_image": "",
2554
+ "signature": ""
2555
+ }
2556
+ },
2557
+ {
2558
+ "model": "directory.entry",
2559
+ "pk": 15,
2560
+ "fields": {
2561
+ "computed_str": "Darwin Consultants",
2562
+ "is_active": true,
2563
+ "deletion_datetime": null,
2564
+ "uuid": "5f474000-559d-48ed-81ef-9a05d36b3d9a",
2565
+ "entry_type": "Company",
2566
+ "additional_fields": {},
2567
+ "activity_heat": 0.0,
2568
+ "slugify_computed_str": "darwin consultants",
2569
+ "profile_image": "",
2570
+ "signature": ""
2571
+ }
2572
+ },
2573
+ {
2574
+ "model": "directory.entry",
2575
+ "pk": 16,
2576
+ "fields": {
2577
+ "computed_str": "Honest Consulting",
2578
+ "is_active": true,
2579
+ "deletion_datetime": null,
2580
+ "uuid": "c90e06db-793f-449e-9581-4e5af871e655",
2581
+ "entry_type": "Company",
2582
+ "additional_fields": {},
2583
+ "activity_heat": 0.5,
2584
+ "slugify_computed_str": "honest consulting",
2585
+ "profile_image": "",
2586
+ "signature": ""
2587
+ }
2588
+ },
2589
+ {
2590
+ "model": "directory.entry",
2591
+ "pk": 17,
2592
+ "fields": {
2593
+ "computed_str": "Universtität Hamburg",
2594
+ "is_active": true,
2595
+ "deletion_datetime": null,
2596
+ "uuid": "4322a324-cc2b-400f-8719-0839ca582911",
2597
+ "entry_type": "Company",
2598
+ "additional_fields": {},
2599
+ "activity_heat": 0.0,
2600
+ "slugify_computed_str": "universtitat hamburg",
2601
+ "profile_image": "",
2602
+ "signature": ""
2603
+ }
2604
+ },
2605
+ {
2606
+ "model": "directory.entry",
2607
+ "pk": 18,
2608
+ "fields": {
2609
+ "computed_str": "Marshall Fund",
2610
+ "is_active": true,
2611
+ "deletion_datetime": null,
2612
+ "uuid": "29d96eb1-c63d-4daf-b9c0-92963ea2287b",
2613
+ "entry_type": "Company",
2614
+ "additional_fields": {},
2615
+ "activity_heat": 1.0,
2616
+ "slugify_computed_str": "marshall fund",
2617
+ "profile_image": "",
2618
+ "signature": ""
2619
+ }
2620
+ },
2621
+ {
2622
+ "model": "directory.entry",
2623
+ "pk": 19,
2624
+ "fields": {
2625
+ "computed_str": "LowCountry Bank",
2626
+ "is_active": true,
2627
+ "deletion_datetime": null,
2628
+ "uuid": "dbc4d494-9197-4829-9a3c-a8be49f587c9",
2629
+ "entry_type": "Company",
2630
+ "additional_fields": {},
2631
+ "activity_heat": 0.0,
2632
+ "slugify_computed_str": "lowcountry bank",
2633
+ "profile_image": "",
2634
+ "signature": ""
2635
+ }
2636
+ },
2637
+ {
2638
+ "model": "directory.entry",
2639
+ "pk": 20,
2640
+ "fields": {
2641
+ "computed_str": "Client Partner",
2642
+ "is_active": true,
2643
+ "deletion_datetime": null,
2644
+ "uuid": "32c4efe2-c012-45e8-8993-eb5853d32c97",
2645
+ "entry_type": "Company",
2646
+ "additional_fields": {},
2647
+ "activity_heat": 0.8,
2648
+ "slugify_computed_str": "client partner",
2649
+ "profile_image": "",
2650
+ "signature": ""
2651
+ }
2652
+ },
2653
+ {
2654
+ "model": "directory.entry",
2655
+ "pk": 21,
2656
+ "fields": {
2657
+ "computed_str": "Dollar Care",
2658
+ "is_active": true,
2659
+ "deletion_datetime": null,
2660
+ "uuid": "f7cbc779-3255-4434-9ffa-e67d15054fca",
2661
+ "entry_type": "Company",
2662
+ "additional_fields": {},
2663
+ "activity_heat": 0.0,
2664
+ "slugify_computed_str": "dollar care",
2665
+ "profile_image": "",
2666
+ "signature": ""
2667
+ }
2668
+ },
2669
+ {
2670
+ "model": "directory.entry",
2671
+ "pk": 22,
2672
+ "fields": {
2673
+ "computed_str": "Dögg Friðleifsdóttir (Atlantic Games)",
2674
+ "is_active": true,
2675
+ "deletion_datetime": null,
2676
+ "uuid": "d2a589e8-ce3a-4b1f-9e20-70853df6561d",
2677
+ "entry_type": "Person",
2678
+ "additional_fields": {},
2679
+ "activity_heat": 1.0,
2680
+ "slugify_computed_str": "dogg fridleifsdottir atlantic games",
2681
+ "profile_image": "",
2682
+ "signature": ""
2683
+ }
2684
+ },
2685
+ {
2686
+ "model": "directory.entry",
2687
+ "pk": 23,
2688
+ "fields": {
2689
+ "computed_str": "Ástráður Samúelsson (Atlantic Games)",
2690
+ "is_active": true,
2691
+ "deletion_datetime": null,
2692
+ "uuid": "fffc8bbb-2872-40d4-a18d-427091257411",
2693
+ "entry_type": "Person",
2694
+ "additional_fields": {},
2695
+ "activity_heat": 0.6,
2696
+ "slugify_computed_str": "astradur samuelsson atlantic games",
2697
+ "profile_image": "",
2698
+ "signature": ""
2699
+ }
2700
+ },
2701
+ {
2702
+ "model": "directory.entry",
2703
+ "pk": 24,
2704
+ "fields": {
2705
+ "computed_str": "Giorgio Lucchesi (Client Partner)",
2706
+ "is_active": true,
2707
+ "deletion_datetime": null,
2708
+ "uuid": "4c110567-0c2c-4a1f-8a33-19fea49a2576",
2709
+ "entry_type": "Person",
2710
+ "additional_fields": {},
2711
+ "activity_heat": 0.5,
2712
+ "slugify_computed_str": "giorgio lucchesi client partner",
2713
+ "profile_image": "",
2714
+ "signature": ""
2715
+ }
2716
+ },
2717
+ {
2718
+ "model": "directory.entry",
2719
+ "pk": 25,
2720
+ "fields": {
2721
+ "computed_str": "Yan Shen (Darwin Consultants)",
2722
+ "is_active": true,
2723
+ "deletion_datetime": null,
2724
+ "uuid": "d9d067c6-9df8-4483-be53-cd8977c76816",
2725
+ "entry_type": "Person",
2726
+ "additional_fields": {},
2727
+ "activity_heat": 0.25,
2728
+ "slugify_computed_str": "yan shen darwin consultants",
2729
+ "profile_image": "",
2730
+ "signature": ""
2731
+ }
2732
+ },
2733
+ {
2734
+ "model": "directory.entry",
2735
+ "pk": 26,
2736
+ "fields": {
2737
+ "computed_str": "Xue Bai (Darwin Consultants)",
2738
+ "is_active": true,
2739
+ "deletion_datetime": null,
2740
+ "uuid": "70ee33d0-58e8-4de5-ac5d-5022db53c22c",
2741
+ "entry_type": "Person",
2742
+ "additional_fields": {},
2743
+ "activity_heat": 1.0,
2744
+ "slugify_computed_str": "xue bai darwin consultants",
2745
+ "profile_image": "",
2746
+ "signature": ""
2747
+ }
2748
+ },
2749
+ {
2750
+ "model": "directory.entry",
2751
+ "pk": 27,
2752
+ "fields": {
2753
+ "computed_str": "Xinyi Xiong (Darwin Consultants)",
2754
+ "is_active": true,
2755
+ "deletion_datetime": null,
2756
+ "uuid": "b1410ee0-2314-43f9-a648-294bb780b2c6",
2757
+ "entry_type": "Person",
2758
+ "additional_fields": {},
2759
+ "activity_heat": 0.0,
2760
+ "slugify_computed_str": "xinyi xiong darwin consultants",
2761
+ "profile_image": "",
2762
+ "signature": ""
2763
+ }
2764
+ },
2765
+ {
2766
+ "model": "directory.entry",
2767
+ "pk": 28,
2768
+ "fields": {
2769
+ "computed_str": "Terrell Hosein (Honest Consulting)",
2770
+ "is_active": true,
2771
+ "deletion_datetime": null,
2772
+ "uuid": "eff21374-8cbe-45d0-98c4-c10a708bb063",
2773
+ "entry_type": "Person",
2774
+ "additional_fields": {},
2775
+ "activity_heat": 1.0,
2776
+ "slugify_computed_str": "terrell hosein honest consulting",
2777
+ "profile_image": "",
2778
+ "signature": ""
2779
+ }
2780
+ },
2781
+ {
2782
+ "model": "directory.entry",
2783
+ "pk": 29,
2784
+ "fields": {
2785
+ "computed_str": "Шишкин Мп (Honest Consulting)",
2786
+ "is_active": true,
2787
+ "deletion_datetime": null,
2788
+ "uuid": "32380e67-3de3-4f09-9b16-618e50da532a",
2789
+ "entry_type": "Person",
2790
+ "additional_fields": {},
2791
+ "activity_heat": 0.4,
2792
+ "slugify_computed_str": "shishkin mp honest consulting",
2793
+ "profile_image": "",
2794
+ "signature": ""
2795
+ }
2796
+ },
2797
+ {
2798
+ "model": "directory.entry",
2799
+ "pk": 30,
2800
+ "fields": {
2801
+ "computed_str": "Kasin Banruerit (Kaizen IT)",
2802
+ "is_active": true,
2803
+ "deletion_datetime": null,
2804
+ "uuid": "424db57e-8285-4ab4-9de8-9b5d0dc928d2",
2805
+ "entry_type": "Person",
2806
+ "additional_fields": {},
2807
+ "activity_heat": 0.35,
2808
+ "slugify_computed_str": "kasin banruerit kaizen it",
2809
+ "profile_image": "",
2810
+ "signature": ""
2811
+ }
2812
+ },
2813
+ {
2814
+ "model": "directory.entry",
2815
+ "pk": 31,
2816
+ "fields": {
2817
+ "computed_str": "Mayuree Ratanarak (Kaizen IT)",
2818
+ "is_active": true,
2819
+ "deletion_datetime": null,
2820
+ "uuid": "32fbabb3-30ce-4ea9-9538-df4a042fdc17",
2821
+ "entry_type": "Person",
2822
+ "additional_fields": {},
2823
+ "activity_heat": 0.0,
2824
+ "slugify_computed_str": "mayuree ratanarak kaizen it",
2825
+ "profile_image": "",
2826
+ "signature": ""
2827
+ }
2828
+ },
2829
+ {
2830
+ "model": "directory.entry",
2831
+ "pk": 32,
2832
+ "fields": {
2833
+ "computed_str": "Thailah Saenamuang (Kaizen IT)",
2834
+ "is_active": true,
2835
+ "deletion_datetime": null,
2836
+ "uuid": "c363dc88-6a1d-45a9-895f-70eebe0d4f56",
2837
+ "entry_type": "Person",
2838
+ "additional_fields": {},
2839
+ "activity_heat": 0.0,
2840
+ "slugify_computed_str": "thailah saenamuang kaizen it",
2841
+ "profile_image": "",
2842
+ "signature": ""
2843
+ }
2844
+ },
2845
+ {
2846
+ "model": "directory.entry",
2847
+ "pk": 33,
2848
+ "fields": {
2849
+ "computed_str": "Parun Sangwit (Kaizen IT)",
2850
+ "is_active": true,
2851
+ "deletion_datetime": null,
2852
+ "uuid": "5da13879-ae86-4204-ac78-349c023f1ccd",
2853
+ "entry_type": "Person",
2854
+ "additional_fields": {},
2855
+ "activity_heat": 0.8,
2856
+ "slugify_computed_str": "parun sangwit kaizen it",
2857
+ "profile_image": "",
2858
+ "signature": ""
2859
+ }
2860
+ },
2861
+ {
2862
+ "model": "directory.entry",
2863
+ "pk": 34,
2864
+ "fields": {
2865
+ "computed_str": "Viktorie Kropáčová (Like Art)",
2866
+ "is_active": true,
2867
+ "deletion_datetime": null,
2868
+ "uuid": "b0c1abcc-f94c-4bad-b0dc-e193c8272990",
2869
+ "entry_type": "Person",
2870
+ "additional_fields": {},
2871
+ "activity_heat": 1.0,
2872
+ "slugify_computed_str": "viktorie kropacova like art",
2873
+ "profile_image": "",
2874
+ "signature": ""
2875
+ }
2876
+ },
2877
+ {
2878
+ "model": "directory.entry",
2879
+ "pk": 35,
2880
+ "fields": {
2881
+ "computed_str": "Philomena Breij (LowCountry Bank)",
2882
+ "is_active": true,
2883
+ "deletion_datetime": null,
2884
+ "uuid": "634e5078-1422-4172-9e65-7c314f51f2db",
2885
+ "entry_type": "Person",
2886
+ "additional_fields": {},
2887
+ "activity_heat": 1.0,
2888
+ "slugify_computed_str": "philomena breij lowcountry bank",
2889
+ "profile_image": "",
2890
+ "signature": ""
2891
+ }
2892
+ },
2893
+ {
2894
+ "model": "directory.entry",
2895
+ "pk": 36,
2896
+ "fields": {
2897
+ "computed_str": "Ismay Broens (LowCountry Bank)",
2898
+ "is_active": true,
2899
+ "deletion_datetime": null,
2900
+ "uuid": "3820e63d-97a0-4b3d-9c08-f7dc8f8e5d28",
2901
+ "entry_type": "Person",
2902
+ "additional_fields": {},
2903
+ "activity_heat": 0.125,
2904
+ "slugify_computed_str": "ismay broens lowcountry bank",
2905
+ "profile_image": "",
2906
+ "signature": ""
2907
+ }
2908
+ },
2909
+ {
2910
+ "model": "directory.entry",
2911
+ "pk": 37,
2912
+ "fields": {
2913
+ "computed_str": "Andrew O'quinn (Marshall Fund)",
2914
+ "is_active": true,
2915
+ "deletion_datetime": null,
2916
+ "uuid": "e4ab5cf0-ac83-44ba-8f8f-b4d2ae563c4e",
2917
+ "entry_type": "Person",
2918
+ "additional_fields": {},
2919
+ "activity_heat": 0.8,
2920
+ "slugify_computed_str": "andrew o quinn marshall fund",
2921
+ "profile_image": "",
2922
+ "signature": ""
2923
+ }
2924
+ },
2925
+ {
2926
+ "model": "directory.entry",
2927
+ "pk": 38,
2928
+ "fields": {
2929
+ "computed_str": "Sara Morillo (Dollar Care)",
2930
+ "is_active": true,
2931
+ "deletion_datetime": null,
2932
+ "uuid": "fc49a343-3112-4591-8429-fafc898e7f93",
2933
+ "entry_type": "Person",
2934
+ "additional_fields": {},
2935
+ "activity_heat": 0.95,
2936
+ "slugify_computed_str": "sara morillo dollar care",
2937
+ "profile_image": "",
2938
+ "signature": ""
2939
+ }
2940
+ },
2941
+ {
2942
+ "model": "directory.entry",
2943
+ "pk": 39,
2944
+ "fields": {
2945
+ "computed_str": "Rodney Collins (Outpost Asset Management)",
2946
+ "is_active": true,
2947
+ "deletion_datetime": null,
2948
+ "uuid": "03609847-e1a4-403b-ace5-2878c0cc1522",
2949
+ "entry_type": "Person",
2950
+ "additional_fields": {},
2951
+ "activity_heat": 0.35,
2952
+ "slugify_computed_str": "rodney collins outpost asset management",
2953
+ "profile_image": "",
2954
+ "signature": ""
2955
+ }
2956
+ },
2957
+ {
2958
+ "model": "directory.entry",
2959
+ "pk": 40,
2960
+ "fields": {
2961
+ "computed_str": "Michael Soule (Redwood Bank)",
2962
+ "is_active": true,
2963
+ "deletion_datetime": null,
2964
+ "uuid": "9427f0cb-c5ce-4f50-8f31-14fcf3083b55",
2965
+ "entry_type": "Person",
2966
+ "additional_fields": {},
2967
+ "activity_heat": 0.2,
2968
+ "slugify_computed_str": "michael soule redwood bank",
2969
+ "profile_image": "",
2970
+ "signature": ""
2971
+ }
2972
+ },
2973
+ {
2974
+ "model": "directory.entry",
2975
+ "pk": 41,
2976
+ "fields": {
2977
+ "computed_str": "Susan Soule (Honest Consulting)",
2978
+ "is_active": true,
2979
+ "deletion_datetime": null,
2980
+ "uuid": "2f2c8e14-fe51-4b1e-aeb3-34aef739469a",
2981
+ "entry_type": "Person",
2982
+ "additional_fields": {},
2983
+ "activity_heat": 0.13,
2984
+ "slugify_computed_str": "susan soule honest consulting",
2985
+ "profile_image": "",
2986
+ "signature": ""
2987
+ }
2988
+ },
2989
+ {
2990
+ "model": "directory.entry",
2991
+ "pk": 42,
2992
+ "fields": {
2993
+ "computed_str": "Diana Beich (Universtität Hamburg)",
2994
+ "is_active": true,
2995
+ "deletion_datetime": null,
2996
+ "uuid": "ac4d5023-cbfe-436b-9027-682e0081f36b",
2997
+ "entry_type": "Person",
2998
+ "additional_fields": {},
2999
+ "activity_heat": 0.1,
3000
+ "slugify_computed_str": "diana beich universtitat hamburg",
3001
+ "profile_image": "",
3002
+ "signature": ""
3003
+ }
3004
+ },
3005
+ {
3006
+ "model": "directory.entry",
3007
+ "pk": 43,
3008
+ "fields": {
3009
+ "computed_str": "Thorsten Frei (Like Art)",
3010
+ "is_active": true,
3011
+ "deletion_datetime": null,
3012
+ "uuid": "dac5d5ba-62ed-47f8-8f08-f30d3f3e80c3",
3013
+ "entry_type": "Person",
3014
+ "additional_fields": {},
3015
+ "activity_heat": 0.6,
3016
+ "slugify_computed_str": "thorsten frei like art",
3017
+ "profile_image": "",
3018
+ "signature": ""
3019
+ }
3020
+ },
3021
+ {
3022
+ "model": "directory.entry",
3023
+ "pk": 44,
3024
+ "fields": {
3025
+ "computed_str": "Juliane Wirtz (Redwood Bank)",
3026
+ "is_active": true,
3027
+ "deletion_datetime": null,
3028
+ "uuid": "8b772b2a-2595-42ab-9ebc-8e6498ed0d6b",
3029
+ "entry_type": "Person",
3030
+ "additional_fields": {},
3031
+ "activity_heat": 0.8,
3032
+ "slugify_computed_str": "juliane wirtz redwood bank",
3033
+ "profile_image": "",
3034
+ "signature": ""
3035
+ }
3036
+ },
3037
+ {
3038
+ "model": "directory.entry",
3039
+ "pk": 45,
3040
+ "fields": {
3041
+ "computed_str": "Nora Braaten (Like Art)",
3042
+ "is_active": true,
3043
+ "deletion_datetime": null,
3044
+ "uuid": "78377559-fba1-467c-918e-a158263840dd",
3045
+ "entry_type": "Person",
3046
+ "additional_fields": {},
3047
+ "activity_heat": 0.25,
3048
+ "slugify_computed_str": "nora braaten like art",
3049
+ "profile_image": "",
3050
+ "signature": ""
3051
+ }
3052
+ },
3053
+ {
3054
+ "model": "directory.entry",
3055
+ "pk": 47,
3056
+ "fields": {
3057
+ "computed_str": "Ole Øverby (Honest Consulting)",
3058
+ "is_active": true,
3059
+ "deletion_datetime": null,
3060
+ "uuid": "a8d7ecdc-8e24-4a9b-bafe-db518ae53ab0",
3061
+ "entry_type": "Person",
3062
+ "additional_fields": {},
3063
+ "activity_heat": 0.7,
3064
+ "slugify_computed_str": "ole overby honest consulting",
3065
+ "profile_image": "",
3066
+ "signature": ""
3067
+ }
3068
+ },
3069
+ {
3070
+ "model": "directory.entry",
3071
+ "pk": 48,
3072
+ "fields": {
3073
+ "computed_str": "su su",
3074
+ "is_active": true,
3075
+ "deletion_datetime": null,
3076
+ "uuid": "c7d2c971-5c4d-4a23-90cb-04060789e902",
3077
+ "entry_type": "Person",
3078
+ "additional_fields": {},
3079
+ "activity_heat": 0.0,
3080
+ "slugify_computed_str": "su su",
3081
+ "profile_image": "",
3082
+ "signature": ""
3083
+ }
3084
+ },
3085
+ {
3086
+ "model": "directory.person",
3087
+ "pk": 1,
3088
+ "fields": {
3089
+ "prefix": "MR",
3090
+ "first_name": "Invisible",
3091
+ "last_name": "User",
3092
+ "initials": "IU",
3093
+ "active_employee": true,
3094
+ "birthday": null,
3095
+ "personality_profile_red": 0.0,
3096
+ "personality_profile_green": 0.0,
3097
+ "personality_profile_blue": 0.0,
3098
+ "formal": true,
3099
+ "specializations": [
3100
+ 1,
3101
+ 3
3102
+ ]
3103
+ }
3104
+ },
3105
+ {
3106
+ "model": "directory.person",
3107
+ "pk": 25,
3108
+ "fields": {
3109
+ "prefix": "MRS",
3110
+ "first_name": "Yan",
3111
+ "last_name": "Shen",
3112
+ "initials": "YS",
3113
+ "active_employee": true,
3114
+ "birthday": "1987-02-22",
3115
+ "personality_profile_red": 0.4,
3116
+ "personality_profile_green": 0.6000000000000001,
3117
+ "personality_profile_blue": 0.8,
3118
+ "formal": true,
3119
+ "specializations": []
3120
+ }
3121
+ },
3122
+ {
3123
+ "model": "directory.person",
3124
+ "pk": 26,
3125
+ "fields": {
3126
+ "prefix": "MR",
3127
+ "first_name": "Xue",
3128
+ "last_name": "Bai",
3129
+ "initials": "XB",
3130
+ "active_employee": true,
3131
+ "birthday": "1973-09-14",
3132
+ "personality_profile_red": 0.6000000000000001,
3133
+ "personality_profile_green": 1.0,
3134
+ "personality_profile_blue": 0.2,
3135
+ "formal": true,
3136
+ "specializations": [
3137
+ 2
3138
+ ]
3139
+ }
3140
+ },
3141
+ {
3142
+ "model": "directory.person",
3143
+ "pk": 27,
3144
+ "fields": {
3145
+ "prefix": "MR",
3146
+ "first_name": "Xinyi",
3147
+ "last_name": "Xiong",
3148
+ "initials": "XX",
3149
+ "active_employee": true,
3150
+ "birthday": "1976-02-15",
3151
+ "personality_profile_red": 0.0,
3152
+ "personality_profile_green": 0.0,
3153
+ "personality_profile_blue": 0.0,
3154
+ "formal": true,
3155
+ "specializations": [
3156
+ 3
3157
+ ]
3158
+ }
3159
+ },
3160
+ {
3161
+ "model": "directory.person",
3162
+ "pk": 39,
3163
+ "fields": {
3164
+ "prefix": "PROF",
3165
+ "first_name": "Rodney",
3166
+ "last_name": "Collins",
3167
+ "initials": "RC",
3168
+ "active_employee": true,
3169
+ "birthday": "1973-04-11",
3170
+ "personality_profile_red": 0.6000000000000001,
3171
+ "personality_profile_green": 1.0,
3172
+ "personality_profile_blue": 0.6000000000000001,
3173
+ "formal": true,
3174
+ "specializations": []
3175
+ }
3176
+ },
3177
+ {
3178
+ "model": "directory.person",
3179
+ "pk": 33,
3180
+ "fields": {
3181
+ "prefix": "DR",
3182
+ "first_name": "Parun",
3183
+ "last_name": "Sangwit",
3184
+ "initials": "PS",
3185
+ "active_employee": true,
3186
+ "birthday": "1947-01-01",
3187
+ "personality_profile_red": 1.0,
3188
+ "personality_profile_green": 0.8,
3189
+ "personality_profile_blue": 0.6000000000000001,
3190
+ "formal": true,
3191
+ "specializations": [
3192
+ 4,
3193
+ 5
3194
+ ]
3195
+ }
3196
+ },
3197
+ {
3198
+ "model": "directory.person",
3199
+ "pk": 31,
3200
+ "fields": {
3201
+ "prefix": "MR",
3202
+ "first_name": "Mayuree",
3203
+ "last_name": "Ratanarak",
3204
+ "initials": "MR",
3205
+ "active_employee": true,
3206
+ "birthday": "1981-02-25",
3207
+ "personality_profile_red": 0.2,
3208
+ "personality_profile_green": 0.2,
3209
+ "personality_profile_blue": 0.6000000000000001,
3210
+ "formal": true,
3211
+ "specializations": [
3212
+ 5
3213
+ ]
3214
+ }
3215
+ },
3216
+ {
3217
+ "model": "directory.person",
3218
+ "pk": 34,
3219
+ "fields": {
3220
+ "prefix": "MRS",
3221
+ "first_name": "Viktorie",
3222
+ "last_name": "Kropáčová",
3223
+ "initials": "VK",
3224
+ "active_employee": true,
3225
+ "birthday": "1955-06-07",
3226
+ "personality_profile_red": 0.4,
3227
+ "personality_profile_green": 1.0,
3228
+ "personality_profile_blue": 0.6000000000000001,
3229
+ "formal": true,
3230
+ "specializations": [
3231
+ 4
3232
+ ]
3233
+ }
3234
+ },
3235
+ {
3236
+ "model": "directory.person",
3237
+ "pk": 47,
3238
+ "fields": {
3239
+ "prefix": "MR",
3240
+ "first_name": "Ole",
3241
+ "last_name": "Øverby",
3242
+ "initials": "OØ",
3243
+ "active_employee": true,
3244
+ "birthday": null,
3245
+ "personality_profile_red": 0.0,
3246
+ "personality_profile_green": 0.0,
3247
+ "personality_profile_blue": 0.0,
3248
+ "formal": true,
3249
+ "specializations": [
3250
+ 1
3251
+ ]
3252
+ }
3253
+ },
3254
+ {
3255
+ "model": "directory.person",
3256
+ "pk": 40,
3257
+ "fields": {
3258
+ "prefix": "MR",
3259
+ "first_name": "Michael",
3260
+ "last_name": "Soule",
3261
+ "initials": "MS",
3262
+ "active_employee": true,
3263
+ "birthday": "1963-09-17",
3264
+ "personality_profile_red": 0.8,
3265
+ "personality_profile_green": 1.0,
3266
+ "personality_profile_blue": 0.8,
3267
+ "formal": true,
3268
+ "specializations": []
3269
+ }
3270
+ },
3271
+ {
3272
+ "model": "directory.person",
3273
+ "pk": 37,
3274
+ "fields": {
3275
+ "prefix": "MR",
3276
+ "first_name": "Andrew",
3277
+ "last_name": "O'quinn",
3278
+ "initials": "AO",
3279
+ "active_employee": true,
3280
+ "birthday": "1985-02-08",
3281
+ "personality_profile_red": 0.6000000000000001,
3282
+ "personality_profile_green": 0.4,
3283
+ "personality_profile_blue": 0.2,
3284
+ "formal": true,
3285
+ "specializations": [
3286
+ 3
3287
+ ]
3288
+ }
3289
+ },
3290
+ {
3291
+ "model": "directory.person",
3292
+ "pk": 32,
3293
+ "fields": {
3294
+ "prefix": "MRS",
3295
+ "first_name": "Thailah",
3296
+ "last_name": "Saenamuang",
3297
+ "initials": "TS",
3298
+ "active_employee": true,
3299
+ "birthday": "1981-11-16",
3300
+ "personality_profile_red": 0.4,
3301
+ "personality_profile_green": 0.6000000000000001,
3302
+ "personality_profile_blue": 0.4,
3303
+ "formal": true,
3304
+ "specializations": [
3305
+ 1,
3306
+ 5
3307
+ ]
3308
+ }
3309
+ },
3310
+ {
3311
+ "model": "directory.person",
3312
+ "pk": 24,
3313
+ "fields": {
3314
+ "prefix": "MR",
3315
+ "first_name": "Giorgio",
3316
+ "last_name": "Lucchesi",
3317
+ "initials": "GL",
3318
+ "active_employee": true,
3319
+ "birthday": "1979-03-21",
3320
+ "personality_profile_red": 1.0,
3321
+ "personality_profile_green": 0.2,
3322
+ "personality_profile_blue": 0.8,
3323
+ "formal": true,
3324
+ "specializations": []
3325
+ }
3326
+ },
3327
+ {
3328
+ "model": "directory.person",
3329
+ "pk": 38,
3330
+ "fields": {
3331
+ "prefix": "DR",
3332
+ "first_name": "Sara",
3333
+ "last_name": "Morillo",
3334
+ "initials": "SM",
3335
+ "active_employee": true,
3336
+ "birthday": "1985-05-09",
3337
+ "personality_profile_red": 0.6000000000000001,
3338
+ "personality_profile_green": 0.4,
3339
+ "personality_profile_blue": 0.6000000000000001,
3340
+ "formal": true,
3341
+ "specializations": [
3342
+ 2,
3343
+ 3,
3344
+ 4
3345
+ ]
3346
+ }
3347
+ },
3348
+ {
3349
+ "model": "directory.person",
3350
+ "pk": 8,
3351
+ "fields": {
3352
+ "prefix": "MR",
3353
+ "first_name": "admin",
3354
+ "last_name": "admin",
3355
+ "initials": "AA",
3356
+ "active_employee": true,
3357
+ "birthday": null,
3358
+ "personality_profile_red": 0.0,
3359
+ "personality_profile_green": 0.0,
3360
+ "personality_profile_blue": 0.0,
3361
+ "formal": true,
3362
+ "specializations": []
3363
+ }
3364
+ },
3365
+ {
3366
+ "model": "directory.person",
3367
+ "pk": 48,
3368
+ "fields": {
3369
+ "prefix": "MR",
3370
+ "first_name": "su",
3371
+ "last_name": "su",
3372
+ "initials": "SS",
3373
+ "active_employee": true,
3374
+ "birthday": null,
3375
+ "personality_profile_red": 0.0,
3376
+ "personality_profile_green": 0.0,
3377
+ "personality_profile_blue": 0.0,
3378
+ "formal": true,
3379
+ "specializations": []
3380
+ }
3381
+ },
3382
+ {
3383
+ "model": "directory.person",
3384
+ "pk": 28,
3385
+ "fields": {
3386
+ "prefix": "MR",
3387
+ "first_name": "Terrell",
3388
+ "last_name": "Hosein",
3389
+ "initials": "TH",
3390
+ "active_employee": true,
3391
+ "birthday": "1994-10-09",
3392
+ "personality_profile_red": 0.0,
3393
+ "personality_profile_green": 0.0,
3394
+ "personality_profile_blue": 0.0,
3395
+ "formal": true,
3396
+ "specializations": [
3397
+ 4
3398
+ ]
3399
+ }
3400
+ },
3401
+ {
3402
+ "model": "directory.person",
3403
+ "pk": 30,
3404
+ "fields": {
3405
+ "prefix": "MR",
3406
+ "first_name": "Kasin",
3407
+ "last_name": "Banruerit",
3408
+ "initials": "KB",
3409
+ "active_employee": true,
3410
+ "birthday": "1992-04-14",
3411
+ "personality_profile_red": 0.4,
3412
+ "personality_profile_green": 1.0,
3413
+ "personality_profile_blue": 0.0,
3414
+ "formal": true,
3415
+ "specializations": [
3416
+ 1
3417
+ ]
3418
+ }
3419
+ },
3420
+ {
3421
+ "model": "directory.person",
3422
+ "pk": 42,
3423
+ "fields": {
3424
+ "prefix": "DR",
3425
+ "first_name": "Diana",
3426
+ "last_name": "Beich",
3427
+ "initials": "DB",
3428
+ "active_employee": true,
3429
+ "birthday": "1982-03-14",
3430
+ "personality_profile_red": 0.0,
3431
+ "personality_profile_green": 0.0,
3432
+ "personality_profile_blue": 0.0,
3433
+ "formal": true,
3434
+ "specializations": []
3435
+ }
3436
+ },
3437
+ {
3438
+ "model": "directory.person",
3439
+ "pk": 29,
3440
+ "fields": {
3441
+ "prefix": "MRS",
3442
+ "first_name": "Шишкин",
3443
+ "last_name": "Мп",
3444
+ "initials": "ШМ",
3445
+ "active_employee": true,
3446
+ "birthday": "1981-10-26",
3447
+ "personality_profile_red": 0.0,
3448
+ "personality_profile_green": 0.0,
3449
+ "personality_profile_blue": 0.0,
3450
+ "formal": true,
3451
+ "specializations": []
3452
+ }
3453
+ },
3454
+ {
3455
+ "model": "directory.person",
3456
+ "pk": 41,
3457
+ "fields": {
3458
+ "prefix": "MR",
3459
+ "first_name": "Susan",
3460
+ "last_name": "Soule",
3461
+ "initials": "SS",
3462
+ "active_employee": true,
3463
+ "birthday": "1958-05-11",
3464
+ "personality_profile_red": 0.0,
3465
+ "personality_profile_green": 0.0,
3466
+ "personality_profile_blue": 0.0,
3467
+ "formal": true,
3468
+ "specializations": [
3469
+ 2,
3470
+ 4,
3471
+ 5
3472
+ ]
3473
+ }
3474
+ },
3475
+ {
3476
+ "model": "directory.person",
3477
+ "pk": 36,
3478
+ "fields": {
3479
+ "prefix": "MRS",
3480
+ "first_name": "Ismay",
3481
+ "last_name": "Broens",
3482
+ "initials": "IB",
3483
+ "active_employee": true,
3484
+ "birthday": "1983-07-26",
3485
+ "personality_profile_red": 0.0,
3486
+ "personality_profile_green": 0.0,
3487
+ "personality_profile_blue": 0.0,
3488
+ "formal": true,
3489
+ "specializations": [
3490
+ 2,
3491
+ 5
3492
+ ]
3493
+ }
3494
+ },
3495
+ {
3496
+ "model": "directory.person",
3497
+ "pk": 23,
3498
+ "fields": {
3499
+ "prefix": "MR",
3500
+ "first_name": "Ástráður",
3501
+ "last_name": "Samúelsson",
3502
+ "initials": "ÁS",
3503
+ "active_employee": true,
3504
+ "birthday": "1980-05-17",
3505
+ "personality_profile_red": 0.4,
3506
+ "personality_profile_green": 0.8,
3507
+ "personality_profile_blue": 0.4,
3508
+ "formal": true,
3509
+ "specializations": [
3510
+ 1,
3511
+ 5
3512
+ ]
3513
+ }
3514
+ },
3515
+ {
3516
+ "model": "directory.person",
3517
+ "pk": 44,
3518
+ "fields": {
3519
+ "prefix": "MR",
3520
+ "first_name": "Juliane",
3521
+ "last_name": "Wirtz",
3522
+ "initials": "JW",
3523
+ "active_employee": true,
3524
+ "birthday": "1985-03-14",
3525
+ "personality_profile_red": 0.6000000000000001,
3526
+ "personality_profile_green": 0.8,
3527
+ "personality_profile_blue": 0.6000000000000001,
3528
+ "formal": true,
3529
+ "specializations": []
3530
+ }
3531
+ },
3532
+ {
3533
+ "model": "directory.person",
3534
+ "pk": 22,
3535
+ "fields": {
3536
+ "prefix": "MRS",
3537
+ "first_name": "Dögg",
3538
+ "last_name": "Friðleifsdóttir",
3539
+ "initials": "DF",
3540
+ "active_employee": true,
3541
+ "birthday": null,
3542
+ "personality_profile_red": 0.8,
3543
+ "personality_profile_green": 0.4,
3544
+ "personality_profile_blue": 0.6000000000000001,
3545
+ "formal": true,
3546
+ "specializations": [
3547
+ 4
3548
+ ]
3549
+ }
3550
+ },
3551
+ {
3552
+ "model": "directory.person",
3553
+ "pk": 45,
3554
+ "fields": {
3555
+ "prefix": "MRS",
3556
+ "first_name": "Nora",
3557
+ "last_name": "Braaten",
3558
+ "initials": "NB",
3559
+ "active_employee": true,
3560
+ "birthday": "1981-09-14",
3561
+ "personality_profile_red": 0.8,
3562
+ "personality_profile_green": 0.4,
3563
+ "personality_profile_blue": 0.2,
3564
+ "formal": true,
3565
+ "specializations": [
3566
+ 3,
3567
+ 4
3568
+ ]
3569
+ }
3570
+ },
3571
+ {
3572
+ "model": "directory.person",
3573
+ "pk": 43,
3574
+ "fields": {
3575
+ "prefix": "MR",
3576
+ "first_name": "Thorsten",
3577
+ "last_name": "Frei",
3578
+ "initials": "TF",
3579
+ "active_employee": true,
3580
+ "birthday": "1991-11-24",
3581
+ "personality_profile_red": 0.4,
3582
+ "personality_profile_green": 0.8,
3583
+ "personality_profile_blue": 0.4,
3584
+ "formal": true,
3585
+ "specializations": [
3586
+ 3,
3587
+ 5
3588
+ ]
3589
+ }
3590
+ },
3591
+ {
3592
+ "model": "directory.person",
3593
+ "pk": 35,
3594
+ "fields": {
3595
+ "prefix": "MRS",
3596
+ "first_name": "Philomena",
3597
+ "last_name": "Breij",
3598
+ "initials": "PB",
3599
+ "active_employee": true,
3600
+ "birthday": "1979-12-17",
3601
+ "personality_profile_red": 1.0,
3602
+ "personality_profile_green": 0.2,
3603
+ "personality_profile_blue": 0.6000000000000001,
3604
+ "formal": true,
3605
+ "specializations": []
3606
+ }
3607
+ },
3608
+ {
3609
+ "model": "directory.company",
3610
+ "pk": 9,
3611
+ "fields": {
3612
+ "type": 3,
3613
+ "name": "Kaizen IT",
3614
+ "customer_status": 6,
3615
+ "headcount": "1400",
3616
+ "tier": "5",
3617
+ "description": ""
3618
+ }
3619
+ },
3620
+ {
3621
+ "model": "directory.company",
3622
+ "pk": 10,
3623
+ "fields": {
3624
+ "type": 1,
3625
+ "name": "Like Art",
3626
+ "customer_status": 6,
3627
+ "headcount": "",
3628
+ "tier": "1",
3629
+ "description": ""
3630
+ }
3631
+ },
3632
+ {
3633
+ "model": "directory.company",
3634
+ "pk": 11,
3635
+ "fields": {
3636
+ "type": 2,
3637
+ "name": "Atlantic Games",
3638
+ "customer_status": 5,
3639
+ "headcount": "18",
3640
+ "tier": "3",
3641
+ "description": ""
3642
+ }
3643
+ },
3644
+ {
3645
+ "model": "directory.company",
3646
+ "pk": 12,
3647
+ "fields": {
3648
+ "type": null,
3649
+ "name": "Outpost Asset Management",
3650
+ "customer_status": 4,
3651
+ "headcount": "",
3652
+ "tier": "2",
3653
+ "description": ""
3654
+ }
3655
+ },
3656
+ {
3657
+ "model": "directory.company",
3658
+ "pk": 13,
3659
+ "fields": {
3660
+ "type": 2,
3661
+ "name": "Metro Bank",
3662
+ "customer_status": 3,
3663
+ "headcount": "",
3664
+ "tier": "1",
3665
+ "description": ""
3666
+ }
3667
+ },
3668
+ {
3669
+ "model": "directory.company",
3670
+ "pk": 14,
3671
+ "fields": {
3672
+ "type": 1,
3673
+ "name": "Redwood Bank",
3674
+ "customer_status": null,
3675
+ "headcount": "",
3676
+ "tier": "1",
3677
+ "description": ""
3678
+ }
3679
+ },
3680
+ {
3681
+ "model": "directory.company",
3682
+ "pk": 15,
3683
+ "fields": {
3684
+ "type": 2,
3685
+ "name": "Darwin Consultants",
3686
+ "customer_status": 1,
3687
+ "headcount": "58",
3688
+ "tier": "4",
3689
+ "description": ""
3690
+ }
3691
+ },
3692
+ {
3693
+ "model": "directory.company",
3694
+ "pk": 16,
3695
+ "fields": {
3696
+ "type": 4,
3697
+ "name": "Honest Consulting",
3698
+ "customer_status": 4,
3699
+ "headcount": "",
3700
+ "tier": "4",
3701
+ "description": ""
3702
+ }
3703
+ },
3704
+ {
3705
+ "model": "directory.company",
3706
+ "pk": 17,
3707
+ "fields": {
3708
+ "type": 4,
3709
+ "name": "Universtität Hamburg",
3710
+ "customer_status": 5,
3711
+ "headcount": "",
3712
+ "tier": "1",
3713
+ "description": ""
3714
+ }
3715
+ },
3716
+ {
3717
+ "model": "directory.company",
3718
+ "pk": 18,
3719
+ "fields": {
3720
+ "type": 2,
3721
+ "name": "Marshall Fund",
3722
+ "customer_status": 5,
3723
+ "headcount": "",
3724
+ "tier": "3",
3725
+ "description": ""
3726
+ }
3727
+ },
3728
+ {
3729
+ "model": "directory.company",
3730
+ "pk": 19,
3731
+ "fields": {
3732
+ "type": 2,
3733
+ "name": "LowCountry Bank",
3734
+ "customer_status": 3,
3735
+ "headcount": "",
3736
+ "tier": "1",
3737
+ "description": ""
3738
+ }
3739
+ },
3740
+ {
3741
+ "model": "directory.company",
3742
+ "pk": 20,
3743
+ "fields": {
3744
+ "type": 1,
3745
+ "name": "Client Partner",
3746
+ "customer_status": 3,
3747
+ "headcount": "6",
3748
+ "tier": "2",
3749
+ "description": ""
3750
+ }
3751
+ },
3752
+ {
3753
+ "model": "directory.company",
3754
+ "pk": 21,
3755
+ "fields": {
3756
+ "type": 3,
3757
+ "name": "Dollar Care",
3758
+ "customer_status": 4,
3759
+ "headcount": "",
3760
+ "tier": "2",
3761
+ "description": ""
3762
+ }
3763
+ },
3764
+ {
3765
+ "model": "directory.customerstatus",
3766
+ "pk": 1,
3767
+ "fields": {
3768
+ "title": "Client",
3769
+ "slugify_title": "client"
3770
+ }
3771
+ },
3772
+ {
3773
+ "model": "directory.customerstatus",
3774
+ "pk": 2,
3775
+ "fields": {
3776
+ "title": "Prospective",
3777
+ "slugify_title": "prospective"
3778
+ }
3779
+ },
3780
+ {
3781
+ "model": "directory.customerstatus",
3782
+ "pk": 3,
3783
+ "fields": {
3784
+ "title": "Dead-End",
3785
+ "slugify_title": "dead end"
3786
+ }
3787
+ },
3788
+ {
3789
+ "model": "directory.customerstatus",
3790
+ "pk": 4,
3791
+ "fields": {
3792
+ "title": "Business Introducer",
3793
+ "slugify_title": "business introducer"
3794
+ }
3795
+ },
3796
+ {
3797
+ "model": "directory.customerstatus",
3798
+ "pk": 5,
3799
+ "fields": {
3800
+ "title": "Industry Expert",
3801
+ "slugify_title": "industry expert"
3802
+ }
3803
+ },
3804
+ {
3805
+ "model": "directory.customerstatus",
3806
+ "pk": 6,
3807
+ "fields": {
3808
+ "title": "Service Provider",
3809
+ "slugify_title": "service provider"
3810
+ }
3811
+ },
3812
+ {
3813
+ "model": "directory.position",
3814
+ "pk": 1,
3815
+ "fields": {
3816
+ "title": "CEO",
3817
+ "slugify_title": "ceo"
3818
+ }
3819
+ },
3820
+ {
3821
+ "model": "directory.position",
3822
+ "pk": 2,
3823
+ "fields": {
3824
+ "title": "CIO",
3825
+ "slugify_title": "cio"
3826
+ }
3827
+ },
3828
+ {
3829
+ "model": "directory.position",
3830
+ "pk": 3,
3831
+ "fields": {
3832
+ "title": "CFO",
3833
+ "slugify_title": "cfo"
3834
+ }
3835
+ },
3836
+ {
3837
+ "model": "directory.position",
3838
+ "pk": 4,
3839
+ "fields": {
3840
+ "title": "Strong Independent Woman",
3841
+ "slugify_title": "strong independent woman"
3842
+ }
3843
+ },
3844
+ {
3845
+ "model": "directory.position",
3846
+ "pk": 5,
3847
+ "fields": {
3848
+ "title": "Emotional Support Animal",
3849
+ "slugify_title": "emotional support animal"
3850
+ }
3851
+ },
3852
+ {
3853
+ "model": "directory.companytype",
3854
+ "pk": 1,
3855
+ "fields": {
3856
+ "title": "Wealth Manager",
3857
+ "slugify_title": "wealth manager"
3858
+ }
3859
+ },
3860
+ {
3861
+ "model": "directory.companytype",
3862
+ "pk": 2,
3863
+ "fields": {
3864
+ "title": "Asset Manager",
3865
+ "slugify_title": "asset manager"
3866
+ }
3867
+ },
3868
+ {
3869
+ "model": "directory.companytype",
3870
+ "pk": 3,
3871
+ "fields": {
3872
+ "title": "Bank",
3873
+ "slugify_title": "bank"
3874
+ }
3875
+ },
3876
+ {
3877
+ "model": "directory.companytype",
3878
+ "pk": 4,
3879
+ "fields": {
3880
+ "title": "Service Provider",
3881
+ "slugify_title": "service provider"
3882
+ }
3883
+ },
3884
+ {
3885
+ "model": "directory.specialization",
3886
+ "pk": 1,
3887
+ "fields": {
3888
+ "title": "Frontend Architecture",
3889
+ "slugify_title": "frontend architecture"
3890
+ }
3891
+ },
3892
+ {
3893
+ "model": "directory.specialization",
3894
+ "pk": 2,
3895
+ "fields": {
3896
+ "title": "DevOps",
3897
+ "slugify_title": "devops"
3898
+ }
3899
+ },
3900
+ {
3901
+ "model": "directory.specialization",
3902
+ "pk": 3,
3903
+ "fields": {
3904
+ "title": "Python",
3905
+ "slugify_title": "python"
3906
+ }
3907
+ },
3908
+ {
3909
+ "model": "directory.specialization",
3910
+ "pk": 4,
3911
+ "fields": {
3912
+ "title": "JavaScript",
3913
+ "slugify_title": "javascript"
3914
+ }
3915
+ },
3916
+ {
3917
+ "model": "directory.specialization",
3918
+ "pk": 5,
3919
+ "fields": {
3920
+ "title": "QA",
3921
+ "slugify_title": "qa"
3922
+ }
3923
+ }
3924
+ ]