@gleanwork/api-client 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +22 -10
  3. package/dist/commonjs/__tests__/adminsearch.test.js +1783 -12
  4. package/dist/commonjs/__tests__/adminsearch.test.js.map +1 -1
  5. package/dist/commonjs/__tests__/announcements.test.js +3922 -2
  6. package/dist/commonjs/__tests__/announcements.test.js.map +1 -1
  7. package/dist/commonjs/__tests__/answers.test.js +1315 -30
  8. package/dist/commonjs/__tests__/answers.test.js.map +1 -1
  9. package/dist/commonjs/__tests__/chat.test.js +19803 -1532
  10. package/dist/commonjs/__tests__/chat.test.js.map +1 -1
  11. package/dist/commonjs/__tests__/clientsearch.test.js +3850 -142
  12. package/dist/commonjs/__tests__/clientsearch.test.js.map +1 -1
  13. package/dist/commonjs/__tests__/clientshortcuts.test.js +1051 -8
  14. package/dist/commonjs/__tests__/clientshortcuts.test.js.map +1 -1
  15. package/dist/commonjs/__tests__/collections.test.js +1053 -8
  16. package/dist/commonjs/__tests__/collections.test.js.map +1 -1
  17. package/dist/commonjs/lib/config.d.ts +6 -6
  18. package/dist/commonjs/lib/config.d.ts.map +1 -1
  19. package/dist/commonjs/lib/config.js +5 -5
  20. package/dist/commonjs/lib/config.js.map +1 -1
  21. package/dist/esm/__tests__/adminsearch.test.js +1783 -12
  22. package/dist/esm/__tests__/adminsearch.test.js.map +1 -1
  23. package/dist/esm/__tests__/announcements.test.js +3922 -2
  24. package/dist/esm/__tests__/announcements.test.js.map +1 -1
  25. package/dist/esm/__tests__/answers.test.js +1315 -30
  26. package/dist/esm/__tests__/answers.test.js.map +1 -1
  27. package/dist/esm/__tests__/chat.test.js +19803 -1532
  28. package/dist/esm/__tests__/chat.test.js.map +1 -1
  29. package/dist/esm/__tests__/clientsearch.test.js +3850 -142
  30. package/dist/esm/__tests__/clientsearch.test.js.map +1 -1
  31. package/dist/esm/__tests__/clientshortcuts.test.js +1051 -8
  32. package/dist/esm/__tests__/clientshortcuts.test.js.map +1 -1
  33. package/dist/esm/__tests__/collections.test.js +1053 -8
  34. package/dist/esm/__tests__/collections.test.js.map +1 -1
  35. package/dist/esm/lib/config.d.ts +6 -6
  36. package/dist/esm/lib/config.d.ts.map +1 -1
  37. package/dist/esm/lib/config.js +5 -5
  38. package/dist/esm/lib/config.js.map +1 -1
  39. package/docs/sdks/announcements/README.md +7846 -4
  40. package/docs/sdks/answers/README.md +2910 -340
  41. package/docs/sdks/clientshortcuts/README.md +2120 -34
  42. package/docs/sdks/collections/README.md +2124 -34
  43. package/docs/sdks/search/README.md +11601 -643
  44. package/jsr.json +1 -1
  45. package/package.json +2 -1
  46. package/src/__tests__/adminsearch.test.ts +1790 -12
  47. package/src/__tests__/announcements.test.ts +3936 -2
  48. package/src/__tests__/answers.test.ts +1324 -30
  49. package/src/__tests__/chat.test.ts +20119 -1599
  50. package/src/__tests__/clientsearch.test.ts +3867 -146
  51. package/src/__tests__/clientshortcuts.test.ts +1061 -8
  52. package/src/__tests__/collections.test.ts +1062 -8
  53. package/src/lib/config.ts +7 -7
@@ -3,6 +3,7 @@
3
3
  */
4
4
  import { expect, test } from "vitest";
5
5
  import { Glean } from "../index.js";
6
+ import { RFCDate } from "../types/index.js";
6
7
  import { createTestHTTPClient } from "./testclient.js";
7
8
  test("Announcements Createannouncement", async () => {
8
9
  const testHttpClient = createTestHTTPClient("createannouncement");
@@ -17,7 +18,1726 @@ test("Announcements Createannouncement", async () => {
17
18
  title: "<value>",
18
19
  body: {
19
20
  text: "From https://en.wikipedia.org/wiki/Diffuse_sky_radiation, the sky is blue because blue light is more strongly scattered than longer-wavelength light.",
20
- structuredList: [],
21
+ structuredList: [
22
+ {
23
+ link: "https://en.wikipedia.org/wiki/Diffuse_sky_radiation",
24
+ document: {
25
+ metadata: {
26
+ datasource: "datasource",
27
+ objectType: "Feature Request",
28
+ container: "container",
29
+ parentId: "JIRA_EN-1337",
30
+ mimeType: "mimeType",
31
+ documentId: "documentId",
32
+ createTime: new Date("2000-01-23T04:56:07.000Z"),
33
+ updateTime: new Date("2000-01-23T04:56:07.000Z"),
34
+ author: {
35
+ name: "George Clooney",
36
+ obfuscatedId: "abc123",
37
+ relatedDocuments: [
38
+ {
39
+ querySuggestion: {
40
+ query: "app:github type:pull author:mortimer",
41
+ searchProviderInfo: {
42
+ name: "Google",
43
+ searchLinkUrlTemplate: "https://www.google.com/search?q={query}&hl=en",
44
+ },
45
+ label: "Mortimer's PRs",
46
+ datasource: "github",
47
+ requestOptions: {
48
+ datasourceFilter: "JIRA",
49
+ datasourcesFilter: [
50
+ "JIRA",
51
+ ],
52
+ queryOverridesFacetFilters: true,
53
+ facetFilters: [
54
+ {
55
+ fieldName: "type",
56
+ values: [
57
+ {
58
+ value: "Spreadsheet",
59
+ relationType: "EQUALS",
60
+ },
61
+ {
62
+ value: "Presentation",
63
+ relationType: "EQUALS",
64
+ },
65
+ ],
66
+ },
67
+ ],
68
+ facetFilterSets: [
69
+ {
70
+ filters: [
71
+ {
72
+ fieldName: "type",
73
+ values: [
74
+ {
75
+ value: "Spreadsheet",
76
+ relationType: "EQUALS",
77
+ },
78
+ {
79
+ value: "Presentation",
80
+ relationType: "EQUALS",
81
+ },
82
+ ],
83
+ },
84
+ ],
85
+ },
86
+ ],
87
+ facetBucketSize: 796474,
88
+ authTokens: [
89
+ {
90
+ accessToken: "123abc",
91
+ datasource: "gmail",
92
+ scope: "email profile https://www.googleapis.com/auth/gmail.readonly",
93
+ tokenType: "Bearer",
94
+ authUser: "1",
95
+ },
96
+ ],
97
+ },
98
+ ranges: [
99
+ {
100
+ startIndex: 86,
101
+ },
102
+ {
103
+ startIndex: 169727,
104
+ },
105
+ {
106
+ startIndex: 89964,
107
+ },
108
+ ],
109
+ inputDetails: {
110
+ hasCopyPaste: true,
111
+ },
112
+ },
113
+ results: [
114
+ {
115
+ title: "title",
116
+ url: "https://example.com/foo/bar",
117
+ nativeAppUrl: "slack://foo/bar",
118
+ snippets: [
119
+ {
120
+ snippet: "snippet",
121
+ mimeType: "mimeType",
122
+ },
123
+ ],
124
+ },
125
+ ],
126
+ },
127
+ ],
128
+ metadata: {
129
+ type: "FULL_TIME",
130
+ title: "Actor",
131
+ department: "Movies",
132
+ email: "george@example.com",
133
+ location: "Hollywood, CA",
134
+ phone: "6505551234",
135
+ photoUrl: "https://example.com/george.jpg",
136
+ startDate: new RFCDate("2000-01-23"),
137
+ datasourceProfile: [
138
+ {
139
+ datasource: "github",
140
+ handle: "<value>",
141
+ },
142
+ {
143
+ datasource: "github",
144
+ handle: "<value>",
145
+ },
146
+ {
147
+ datasource: "github",
148
+ handle: "<value>",
149
+ },
150
+ ],
151
+ querySuggestions: {
152
+ suggestions: [
153
+ {
154
+ query: "app:github type:pull author:mortimer",
155
+ label: "Mortimer's PRs",
156
+ datasource: "github",
157
+ },
158
+ ],
159
+ },
160
+ inviteInfo: {
161
+ invites: [
162
+ {},
163
+ {},
164
+ {},
165
+ ],
166
+ },
167
+ customFields: [
168
+ {
169
+ label: "<value>",
170
+ values: [
171
+ {},
172
+ {},
173
+ {},
174
+ ],
175
+ },
176
+ {
177
+ label: "<value>",
178
+ values: [],
179
+ },
180
+ ],
181
+ badges: [
182
+ {
183
+ key: "deployment_name_new_hire",
184
+ displayName: "New hire",
185
+ iconConfig: {
186
+ color: "#343CED",
187
+ key: "person_icon",
188
+ iconType: "GLYPH",
189
+ name: "user",
190
+ },
191
+ },
192
+ ],
193
+ },
194
+ },
195
+ owner: {
196
+ name: "George Clooney",
197
+ obfuscatedId: "abc123",
198
+ metadata: {
199
+ type: "FULL_TIME",
200
+ title: "Actor",
201
+ department: "Movies",
202
+ email: "george@example.com",
203
+ location: "Hollywood, CA",
204
+ phone: "6505551234",
205
+ photoUrl: "https://example.com/george.jpg",
206
+ startDate: new RFCDate("2000-01-23"),
207
+ datasourceProfile: [
208
+ {
209
+ datasource: "github",
210
+ handle: "<value>",
211
+ },
212
+ ],
213
+ querySuggestions: {},
214
+ inviteInfo: {},
215
+ badges: [
216
+ {
217
+ key: "deployment_name_new_hire",
218
+ displayName: "New hire",
219
+ iconConfig: {
220
+ color: "#343CED",
221
+ key: "person_icon",
222
+ iconType: "GLYPH",
223
+ name: "user",
224
+ },
225
+ },
226
+ ],
227
+ },
228
+ },
229
+ mentionedPeople: [
230
+ {
231
+ name: "George Clooney",
232
+ obfuscatedId: "abc123",
233
+ },
234
+ ],
235
+ components: [
236
+ "Backend",
237
+ "Networking",
238
+ ],
239
+ status: "[\"Done\"]",
240
+ pins: [
241
+ {
242
+ audienceFilters: [
243
+ {
244
+ fieldName: "type",
245
+ values: [
246
+ {
247
+ value: "Spreadsheet",
248
+ relationType: "EQUALS",
249
+ },
250
+ {
251
+ value: "Presentation",
252
+ relationType: "EQUALS",
253
+ },
254
+ ],
255
+ },
256
+ ],
257
+ documentId: "<id>",
258
+ attribution: {
259
+ name: "George Clooney",
260
+ obfuscatedId: "abc123",
261
+ metadata: {
262
+ type: "FULL_TIME",
263
+ title: "Actor",
264
+ department: "Movies",
265
+ email: "george@example.com",
266
+ location: "Hollywood, CA",
267
+ phone: "6505551234",
268
+ photoUrl: "https://example.com/george.jpg",
269
+ startDate: new RFCDate("2000-01-23"),
270
+ datasourceProfile: [
271
+ {
272
+ datasource: "github",
273
+ handle: "<value>",
274
+ },
275
+ ],
276
+ querySuggestions: {},
277
+ inviteInfo: {},
278
+ badges: [
279
+ {
280
+ key: "deployment_name_new_hire",
281
+ displayName: "New hire",
282
+ iconConfig: {
283
+ color: "#343CED",
284
+ key: "person_icon",
285
+ iconType: "GLYPH",
286
+ name: "user",
287
+ },
288
+ },
289
+ ],
290
+ },
291
+ },
292
+ updatedBy: {
293
+ name: "George Clooney",
294
+ obfuscatedId: "abc123",
295
+ metadata: {
296
+ type: "FULL_TIME",
297
+ title: "Actor",
298
+ department: "Movies",
299
+ email: "george@example.com",
300
+ location: "Hollywood, CA",
301
+ phone: "6505551234",
302
+ photoUrl: "https://example.com/george.jpg",
303
+ startDate: new RFCDate("2000-01-23"),
304
+ datasourceProfile: [
305
+ {
306
+ datasource: "github",
307
+ handle: "<value>",
308
+ },
309
+ ],
310
+ querySuggestions: {},
311
+ inviteInfo: {},
312
+ badges: [
313
+ {
314
+ key: "deployment_name_new_hire",
315
+ displayName: "New hire",
316
+ iconConfig: {
317
+ color: "#343CED",
318
+ key: "person_icon",
319
+ iconType: "GLYPH",
320
+ name: "user",
321
+ },
322
+ },
323
+ ],
324
+ },
325
+ },
326
+ },
327
+ ],
328
+ assignedTo: {
329
+ name: "George Clooney",
330
+ obfuscatedId: "abc123",
331
+ metadata: {
332
+ type: "FULL_TIME",
333
+ title: "Actor",
334
+ department: "Movies",
335
+ email: "george@example.com",
336
+ location: "Hollywood, CA",
337
+ phone: "6505551234",
338
+ photoUrl: "https://example.com/george.jpg",
339
+ startDate: new RFCDate("2000-01-23"),
340
+ datasourceProfile: [
341
+ {
342
+ datasource: "github",
343
+ handle: "<value>",
344
+ },
345
+ ],
346
+ querySuggestions: {},
347
+ inviteInfo: {},
348
+ badges: [
349
+ {
350
+ key: "deployment_name_new_hire",
351
+ displayName: "New hire",
352
+ iconConfig: {
353
+ color: "#343CED",
354
+ key: "person_icon",
355
+ iconType: "GLYPH",
356
+ name: "user",
357
+ },
358
+ },
359
+ ],
360
+ },
361
+ },
362
+ updatedBy: {
363
+ name: "George Clooney",
364
+ obfuscatedId: "abc123",
365
+ metadata: {
366
+ type: "FULL_TIME",
367
+ title: "Actor",
368
+ department: "Movies",
369
+ email: "george@example.com",
370
+ location: "Hollywood, CA",
371
+ phone: "6505551234",
372
+ photoUrl: "https://example.com/george.jpg",
373
+ startDate: new RFCDate("2000-01-23"),
374
+ datasourceProfile: [
375
+ {
376
+ datasource: "github",
377
+ handle: "<value>",
378
+ },
379
+ ],
380
+ querySuggestions: {},
381
+ inviteInfo: {},
382
+ badges: [
383
+ {
384
+ key: "deployment_name_new_hire",
385
+ displayName: "New hire",
386
+ iconConfig: {
387
+ color: "#343CED",
388
+ key: "person_icon",
389
+ iconType: "GLYPH",
390
+ name: "user",
391
+ },
392
+ },
393
+ ],
394
+ },
395
+ },
396
+ collections: [
397
+ {
398
+ name: "<value>",
399
+ description: "yuck mortally round",
400
+ addedRoles: [
401
+ {
402
+ person: {
403
+ name: "George Clooney",
404
+ obfuscatedId: "abc123",
405
+ metadata: {
406
+ type: "FULL_TIME",
407
+ title: "Actor",
408
+ department: "Movies",
409
+ email: "george@example.com",
410
+ location: "Hollywood, CA",
411
+ phone: "6505551234",
412
+ photoUrl: "https://example.com/george.jpg",
413
+ startDate: new RFCDate("2000-01-23"),
414
+ datasourceProfile: [
415
+ {
416
+ datasource: "github",
417
+ handle: "<value>",
418
+ },
419
+ {
420
+ datasource: "github",
421
+ handle: "<value>",
422
+ },
423
+ ],
424
+ querySuggestions: {},
425
+ inviteInfo: {},
426
+ badges: [
427
+ {
428
+ key: "deployment_name_new_hire",
429
+ displayName: "New hire",
430
+ iconConfig: {
431
+ color: "#343CED",
432
+ key: "person_icon",
433
+ iconType: "GLYPH",
434
+ name: "user",
435
+ },
436
+ },
437
+ ],
438
+ },
439
+ },
440
+ role: "ANSWER_MODERATOR",
441
+ },
442
+ ],
443
+ removedRoles: [
444
+ {
445
+ person: {
446
+ name: "George Clooney",
447
+ obfuscatedId: "abc123",
448
+ metadata: {
449
+ type: "FULL_TIME",
450
+ title: "Actor",
451
+ department: "Movies",
452
+ email: "george@example.com",
453
+ location: "Hollywood, CA",
454
+ phone: "6505551234",
455
+ photoUrl: "https://example.com/george.jpg",
456
+ startDate: new RFCDate("2000-01-23"),
457
+ datasourceProfile: [
458
+ {
459
+ datasource: "github",
460
+ handle: "<value>",
461
+ },
462
+ ],
463
+ querySuggestions: {},
464
+ inviteInfo: {},
465
+ badges: [
466
+ {
467
+ key: "deployment_name_new_hire",
468
+ displayName: "New hire",
469
+ iconConfig: {
470
+ color: "#343CED",
471
+ key: "person_icon",
472
+ iconType: "GLYPH",
473
+ name: "user",
474
+ },
475
+ },
476
+ ],
477
+ },
478
+ },
479
+ role: "ANSWER_MODERATOR",
480
+ },
481
+ {
482
+ person: {
483
+ name: "George Clooney",
484
+ obfuscatedId: "abc123",
485
+ metadata: {
486
+ type: "FULL_TIME",
487
+ title: "Actor",
488
+ department: "Movies",
489
+ email: "george@example.com",
490
+ location: "Hollywood, CA",
491
+ phone: "6505551234",
492
+ photoUrl: "https://example.com/george.jpg",
493
+ startDate: new RFCDate("2000-01-23"),
494
+ datasourceProfile: [
495
+ {
496
+ datasource: "github",
497
+ handle: "<value>",
498
+ },
499
+ {
500
+ datasource: "github",
501
+ handle: "<value>",
502
+ },
503
+ ],
504
+ querySuggestions: {},
505
+ inviteInfo: {},
506
+ badges: [
507
+ {
508
+ key: "deployment_name_new_hire",
509
+ displayName: "New hire",
510
+ iconConfig: {
511
+ color: "#343CED",
512
+ key: "person_icon",
513
+ iconType: "GLYPH",
514
+ name: "user",
515
+ },
516
+ },
517
+ ],
518
+ },
519
+ },
520
+ role: "VIEWER",
521
+ },
522
+ ],
523
+ audienceFilters: [
524
+ {
525
+ fieldName: "type",
526
+ values: [
527
+ {
528
+ value: "Spreadsheet",
529
+ relationType: "EQUALS",
530
+ },
531
+ {
532
+ value: "Presentation",
533
+ relationType: "EQUALS",
534
+ },
535
+ ],
536
+ },
537
+ ],
538
+ id: 924484,
539
+ creator: {
540
+ name: "George Clooney",
541
+ obfuscatedId: "abc123",
542
+ metadata: {
543
+ type: "FULL_TIME",
544
+ title: "Actor",
545
+ department: "Movies",
546
+ email: "george@example.com",
547
+ location: "Hollywood, CA",
548
+ phone: "6505551234",
549
+ photoUrl: "https://example.com/george.jpg",
550
+ startDate: new RFCDate("2000-01-23"),
551
+ datasourceProfile: [
552
+ {
553
+ datasource: "github",
554
+ handle: "<value>",
555
+ },
556
+ ],
557
+ querySuggestions: {},
558
+ inviteInfo: {},
559
+ badges: [
560
+ {
561
+ key: "deployment_name_new_hire",
562
+ displayName: "New hire",
563
+ iconConfig: {
564
+ color: "#343CED",
565
+ key: "person_icon",
566
+ iconType: "GLYPH",
567
+ name: "user",
568
+ },
569
+ },
570
+ ],
571
+ },
572
+ },
573
+ updatedBy: {
574
+ name: "George Clooney",
575
+ obfuscatedId: "abc123",
576
+ metadata: {
577
+ type: "FULL_TIME",
578
+ title: "Actor",
579
+ department: "Movies",
580
+ email: "george@example.com",
581
+ location: "Hollywood, CA",
582
+ phone: "6505551234",
583
+ photoUrl: "https://example.com/george.jpg",
584
+ startDate: new RFCDate("2000-01-23"),
585
+ datasourceProfile: [
586
+ {
587
+ datasource: "github",
588
+ handle: "<value>",
589
+ },
590
+ ],
591
+ querySuggestions: {},
592
+ inviteInfo: {},
593
+ badges: [
594
+ {
595
+ key: "deployment_name_new_hire",
596
+ displayName: "New hire",
597
+ iconConfig: {
598
+ color: "#343CED",
599
+ key: "person_icon",
600
+ iconType: "GLYPH",
601
+ name: "user",
602
+ },
603
+ },
604
+ ],
605
+ },
606
+ },
607
+ items: [
608
+ {
609
+ collectionId: 583353,
610
+ createdBy: {
611
+ name: "George Clooney",
612
+ obfuscatedId: "abc123",
613
+ metadata: {
614
+ type: "FULL_TIME",
615
+ title: "Actor",
616
+ department: "Movies",
617
+ email: "george@example.com",
618
+ location: "Hollywood, CA",
619
+ phone: "6505551234",
620
+ photoUrl: "https://example.com/george.jpg",
621
+ startDate: new RFCDate("2000-01-23"),
622
+ datasourceProfile: [
623
+ {
624
+ datasource: "github",
625
+ handle: "<value>",
626
+ },
627
+ {
628
+ datasource: "github",
629
+ handle: "<value>",
630
+ },
631
+ ],
632
+ querySuggestions: {},
633
+ inviteInfo: {},
634
+ badges: [
635
+ {
636
+ key: "deployment_name_new_hire",
637
+ displayName: "New hire",
638
+ iconConfig: {
639
+ color: "#343CED",
640
+ key: "person_icon",
641
+ iconType: "GLYPH",
642
+ name: "user",
643
+ },
644
+ },
645
+ ],
646
+ },
647
+ },
648
+ shortcut: {
649
+ inputAlias: "<value>",
650
+ createdBy: {
651
+ name: "George Clooney",
652
+ obfuscatedId: "abc123",
653
+ metadata: {
654
+ type: "FULL_TIME",
655
+ title: "Actor",
656
+ department: "Movies",
657
+ email: "george@example.com",
658
+ location: "Hollywood, CA",
659
+ phone: "6505551234",
660
+ photoUrl: "https://example.com/george.jpg",
661
+ startDate: new RFCDate("2000-01-23"),
662
+ datasourceProfile: [
663
+ {
664
+ datasource: "github",
665
+ handle: "<value>",
666
+ },
667
+ ],
668
+ querySuggestions: {},
669
+ inviteInfo: {},
670
+ badges: [
671
+ {
672
+ key: "deployment_name_new_hire",
673
+ displayName: "New hire",
674
+ iconConfig: {
675
+ color: "#343CED",
676
+ key: "person_icon",
677
+ iconType: "GLYPH",
678
+ name: "user",
679
+ },
680
+ },
681
+ ],
682
+ },
683
+ },
684
+ updatedBy: {
685
+ name: "George Clooney",
686
+ obfuscatedId: "abc123",
687
+ metadata: {
688
+ type: "FULL_TIME",
689
+ title: "Actor",
690
+ department: "Movies",
691
+ email: "george@example.com",
692
+ location: "Hollywood, CA",
693
+ phone: "6505551234",
694
+ photoUrl: "https://example.com/george.jpg",
695
+ startDate: new RFCDate("2000-01-23"),
696
+ datasourceProfile: [
697
+ {
698
+ datasource: "github",
699
+ handle: "<value>",
700
+ },
701
+ {
702
+ datasource: "github",
703
+ handle: "<value>",
704
+ },
705
+ ],
706
+ querySuggestions: {},
707
+ inviteInfo: {},
708
+ badges: [
709
+ {
710
+ key: "deployment_name_new_hire",
711
+ displayName: "New hire",
712
+ iconConfig: {
713
+ color: "#343CED",
714
+ key: "person_icon",
715
+ iconType: "GLYPH",
716
+ name: "user",
717
+ },
718
+ },
719
+ ],
720
+ },
721
+ },
722
+ roles: [
723
+ {
724
+ person: {
725
+ name: "George Clooney",
726
+ obfuscatedId: "abc123",
727
+ metadata: {
728
+ type: "FULL_TIME",
729
+ title: "Actor",
730
+ department: "Movies",
731
+ email: "george@example.com",
732
+ location: "Hollywood, CA",
733
+ phone: "6505551234",
734
+ photoUrl: "https://example.com/george.jpg",
735
+ startDate: new RFCDate("2000-01-23"),
736
+ datasourceProfile: [
737
+ {
738
+ datasource: "github",
739
+ handle: "<value>",
740
+ },
741
+ ],
742
+ querySuggestions: {},
743
+ inviteInfo: {},
744
+ badges: [
745
+ {
746
+ key: "deployment_name_new_hire",
747
+ displayName: "New hire",
748
+ iconConfig: {
749
+ color: "#343CED",
750
+ key: "person_icon",
751
+ iconType: "GLYPH",
752
+ name: "user",
753
+ },
754
+ },
755
+ ],
756
+ },
757
+ },
758
+ role: "VERIFIER",
759
+ },
760
+ ],
761
+ },
762
+ itemType: "COLLECTION",
763
+ },
764
+ ],
765
+ },
766
+ ],
767
+ interactions: {
768
+ reacts: [
769
+ {
770
+ reactors: [
771
+ {
772
+ name: "George Clooney",
773
+ obfuscatedId: "abc123",
774
+ },
775
+ ],
776
+ },
777
+ {},
778
+ {},
779
+ ],
780
+ shares: [
781
+ {
782
+ numDaysAgo: 540711,
783
+ sharer: {
784
+ name: "George Clooney",
785
+ obfuscatedId: "abc123",
786
+ metadata: {
787
+ type: "FULL_TIME",
788
+ title: "Actor",
789
+ department: "Movies",
790
+ email: "george@example.com",
791
+ location: "Hollywood, CA",
792
+ phone: "6505551234",
793
+ photoUrl: "https://example.com/george.jpg",
794
+ startDate: new RFCDate("2000-01-23"),
795
+ datasourceProfile: [
796
+ {
797
+ datasource: "github",
798
+ handle: "<value>",
799
+ },
800
+ ],
801
+ querySuggestions: {},
802
+ inviteInfo: {},
803
+ badges: [
804
+ {
805
+ key: "deployment_name_new_hire",
806
+ displayName: "New hire",
807
+ iconConfig: {
808
+ color: "#343CED",
809
+ key: "person_icon",
810
+ iconType: "GLYPH",
811
+ name: "user",
812
+ },
813
+ },
814
+ ],
815
+ },
816
+ },
817
+ },
818
+ {
819
+ numDaysAgo: 198175,
820
+ sharer: {
821
+ name: "George Clooney",
822
+ obfuscatedId: "abc123",
823
+ metadata: {
824
+ type: "FULL_TIME",
825
+ title: "Actor",
826
+ department: "Movies",
827
+ email: "george@example.com",
828
+ location: "Hollywood, CA",
829
+ phone: "6505551234",
830
+ photoUrl: "https://example.com/george.jpg",
831
+ startDate: new RFCDate("2000-01-23"),
832
+ datasourceProfile: [
833
+ {
834
+ datasource: "github",
835
+ handle: "<value>",
836
+ },
837
+ {
838
+ datasource: "github",
839
+ handle: "<value>",
840
+ },
841
+ {
842
+ datasource: "github",
843
+ handle: "<value>",
844
+ },
845
+ ],
846
+ querySuggestions: {},
847
+ inviteInfo: {},
848
+ badges: [
849
+ {
850
+ key: "deployment_name_new_hire",
851
+ displayName: "New hire",
852
+ iconConfig: {
853
+ color: "#343CED",
854
+ key: "person_icon",
855
+ iconType: "GLYPH",
856
+ name: "user",
857
+ },
858
+ },
859
+ ],
860
+ },
861
+ },
862
+ },
863
+ {
864
+ numDaysAgo: 353531,
865
+ sharer: {
866
+ name: "George Clooney",
867
+ obfuscatedId: "abc123",
868
+ metadata: {
869
+ type: "FULL_TIME",
870
+ title: "Actor",
871
+ department: "Movies",
872
+ email: "george@example.com",
873
+ location: "Hollywood, CA",
874
+ phone: "6505551234",
875
+ photoUrl: "https://example.com/george.jpg",
876
+ startDate: new RFCDate("2000-01-23"),
877
+ datasourceProfile: [
878
+ {
879
+ datasource: "github",
880
+ handle: "<value>",
881
+ },
882
+ {
883
+ datasource: "github",
884
+ handle: "<value>",
885
+ },
886
+ ],
887
+ querySuggestions: {},
888
+ inviteInfo: {},
889
+ badges: [
890
+ {
891
+ key: "deployment_name_new_hire",
892
+ displayName: "New hire",
893
+ iconConfig: {
894
+ color: "#343CED",
895
+ key: "person_icon",
896
+ iconType: "GLYPH",
897
+ name: "user",
898
+ },
899
+ },
900
+ ],
901
+ },
902
+ },
903
+ },
904
+ ],
905
+ },
906
+ verification: {
907
+ state: "DEPRECATED",
908
+ metadata: {
909
+ lastVerifier: {
910
+ name: "George Clooney",
911
+ obfuscatedId: "abc123",
912
+ metadata: {
913
+ type: "FULL_TIME",
914
+ title: "Actor",
915
+ department: "Movies",
916
+ email: "george@example.com",
917
+ location: "Hollywood, CA",
918
+ phone: "6505551234",
919
+ photoUrl: "https://example.com/george.jpg",
920
+ startDate: new RFCDate("2000-01-23"),
921
+ datasourceProfile: [
922
+ {
923
+ datasource: "github",
924
+ handle: "<value>",
925
+ },
926
+ ],
927
+ querySuggestions: {},
928
+ inviteInfo: {},
929
+ badges: [
930
+ {
931
+ key: "deployment_name_new_hire",
932
+ displayName: "New hire",
933
+ iconConfig: {
934
+ color: "#343CED",
935
+ key: "person_icon",
936
+ iconType: "GLYPH",
937
+ name: "user",
938
+ },
939
+ },
940
+ ],
941
+ },
942
+ },
943
+ reminders: [
944
+ {
945
+ assignee: {
946
+ name: "George Clooney",
947
+ obfuscatedId: "abc123",
948
+ metadata: {
949
+ type: "FULL_TIME",
950
+ title: "Actor",
951
+ department: "Movies",
952
+ email: "george@example.com",
953
+ location: "Hollywood, CA",
954
+ phone: "6505551234",
955
+ photoUrl: "https://example.com/george.jpg",
956
+ startDate: new RFCDate("2000-01-23"),
957
+ datasourceProfile: [
958
+ {
959
+ datasource: "github",
960
+ handle: "<value>",
961
+ },
962
+ {
963
+ datasource: "github",
964
+ handle: "<value>",
965
+ },
966
+ {
967
+ datasource: "github",
968
+ handle: "<value>",
969
+ },
970
+ ],
971
+ querySuggestions: {},
972
+ inviteInfo: {},
973
+ badges: [
974
+ {
975
+ key: "deployment_name_new_hire",
976
+ displayName: "New hire",
977
+ iconConfig: {
978
+ color: "#343CED",
979
+ key: "person_icon",
980
+ iconType: "GLYPH",
981
+ name: "user",
982
+ },
983
+ },
984
+ ],
985
+ },
986
+ },
987
+ requestor: {
988
+ name: "George Clooney",
989
+ obfuscatedId: "abc123",
990
+ metadata: {
991
+ type: "FULL_TIME",
992
+ title: "Actor",
993
+ department: "Movies",
994
+ email: "george@example.com",
995
+ location: "Hollywood, CA",
996
+ phone: "6505551234",
997
+ photoUrl: "https://example.com/george.jpg",
998
+ startDate: new RFCDate("2000-01-23"),
999
+ datasourceProfile: [
1000
+ {
1001
+ datasource: "github",
1002
+ handle: "<value>",
1003
+ },
1004
+ {
1005
+ datasource: "github",
1006
+ handle: "<value>",
1007
+ },
1008
+ ],
1009
+ querySuggestions: {},
1010
+ inviteInfo: {},
1011
+ badges: [
1012
+ {
1013
+ key: "deployment_name_new_hire",
1014
+ displayName: "New hire",
1015
+ iconConfig: {
1016
+ color: "#343CED",
1017
+ key: "person_icon",
1018
+ iconType: "GLYPH",
1019
+ name: "user",
1020
+ },
1021
+ },
1022
+ ],
1023
+ },
1024
+ },
1025
+ remindAt: 295558,
1026
+ },
1027
+ {
1028
+ assignee: {
1029
+ name: "George Clooney",
1030
+ obfuscatedId: "abc123",
1031
+ metadata: {
1032
+ type: "FULL_TIME",
1033
+ title: "Actor",
1034
+ department: "Movies",
1035
+ email: "george@example.com",
1036
+ location: "Hollywood, CA",
1037
+ phone: "6505551234",
1038
+ photoUrl: "https://example.com/george.jpg",
1039
+ startDate: new RFCDate("2000-01-23"),
1040
+ datasourceProfile: [
1041
+ {
1042
+ datasource: "github",
1043
+ handle: "<value>",
1044
+ },
1045
+ ],
1046
+ querySuggestions: {},
1047
+ inviteInfo: {},
1048
+ badges: [
1049
+ {
1050
+ key: "deployment_name_new_hire",
1051
+ displayName: "New hire",
1052
+ iconConfig: {
1053
+ color: "#343CED",
1054
+ key: "person_icon",
1055
+ iconType: "GLYPH",
1056
+ name: "user",
1057
+ },
1058
+ },
1059
+ ],
1060
+ },
1061
+ },
1062
+ requestor: {
1063
+ name: "George Clooney",
1064
+ obfuscatedId: "abc123",
1065
+ metadata: {
1066
+ type: "FULL_TIME",
1067
+ title: "Actor",
1068
+ department: "Movies",
1069
+ email: "george@example.com",
1070
+ location: "Hollywood, CA",
1071
+ phone: "6505551234",
1072
+ photoUrl: "https://example.com/george.jpg",
1073
+ startDate: new RFCDate("2000-01-23"),
1074
+ datasourceProfile: [
1075
+ {
1076
+ datasource: "github",
1077
+ handle: "<value>",
1078
+ },
1079
+ {
1080
+ datasource: "github",
1081
+ handle: "<value>",
1082
+ },
1083
+ ],
1084
+ querySuggestions: {},
1085
+ inviteInfo: {},
1086
+ badges: [
1087
+ {
1088
+ key: "deployment_name_new_hire",
1089
+ displayName: "New hire",
1090
+ iconConfig: {
1091
+ color: "#343CED",
1092
+ key: "person_icon",
1093
+ iconType: "GLYPH",
1094
+ name: "user",
1095
+ },
1096
+ },
1097
+ ],
1098
+ },
1099
+ },
1100
+ remindAt: 712214,
1101
+ },
1102
+ {
1103
+ assignee: {
1104
+ name: "George Clooney",
1105
+ obfuscatedId: "abc123",
1106
+ metadata: {
1107
+ type: "FULL_TIME",
1108
+ title: "Actor",
1109
+ department: "Movies",
1110
+ email: "george@example.com",
1111
+ location: "Hollywood, CA",
1112
+ phone: "6505551234",
1113
+ photoUrl: "https://example.com/george.jpg",
1114
+ startDate: new RFCDate("2000-01-23"),
1115
+ datasourceProfile: [
1116
+ {
1117
+ datasource: "github",
1118
+ handle: "<value>",
1119
+ },
1120
+ {
1121
+ datasource: "github",
1122
+ handle: "<value>",
1123
+ },
1124
+ {
1125
+ datasource: "github",
1126
+ handle: "<value>",
1127
+ },
1128
+ ],
1129
+ querySuggestions: {},
1130
+ inviteInfo: {},
1131
+ badges: [
1132
+ {
1133
+ key: "deployment_name_new_hire",
1134
+ displayName: "New hire",
1135
+ iconConfig: {
1136
+ color: "#343CED",
1137
+ key: "person_icon",
1138
+ iconType: "GLYPH",
1139
+ name: "user",
1140
+ },
1141
+ },
1142
+ ],
1143
+ },
1144
+ },
1145
+ requestor: {
1146
+ name: "George Clooney",
1147
+ obfuscatedId: "abc123",
1148
+ metadata: {
1149
+ type: "FULL_TIME",
1150
+ title: "Actor",
1151
+ department: "Movies",
1152
+ email: "george@example.com",
1153
+ location: "Hollywood, CA",
1154
+ phone: "6505551234",
1155
+ photoUrl: "https://example.com/george.jpg",
1156
+ startDate: new RFCDate("2000-01-23"),
1157
+ datasourceProfile: [
1158
+ {
1159
+ datasource: "github",
1160
+ handle: "<value>",
1161
+ },
1162
+ {
1163
+ datasource: "github",
1164
+ handle: "<value>",
1165
+ },
1166
+ {
1167
+ datasource: "github",
1168
+ handle: "<value>",
1169
+ },
1170
+ ],
1171
+ querySuggestions: {},
1172
+ inviteInfo: {},
1173
+ badges: [
1174
+ {
1175
+ key: "deployment_name_new_hire",
1176
+ displayName: "New hire",
1177
+ iconConfig: {
1178
+ color: "#343CED",
1179
+ key: "person_icon",
1180
+ iconType: "GLYPH",
1181
+ name: "user",
1182
+ },
1183
+ },
1184
+ ],
1185
+ },
1186
+ },
1187
+ remindAt: 212775,
1188
+ },
1189
+ ],
1190
+ lastReminder: {
1191
+ assignee: {
1192
+ name: "George Clooney",
1193
+ obfuscatedId: "abc123",
1194
+ metadata: {
1195
+ type: "FULL_TIME",
1196
+ title: "Actor",
1197
+ department: "Movies",
1198
+ email: "george@example.com",
1199
+ location: "Hollywood, CA",
1200
+ phone: "6505551234",
1201
+ photoUrl: "https://example.com/george.jpg",
1202
+ startDate: new RFCDate("2000-01-23"),
1203
+ datasourceProfile: [
1204
+ {
1205
+ datasource: "github",
1206
+ handle: "<value>",
1207
+ },
1208
+ {
1209
+ datasource: "github",
1210
+ handle: "<value>",
1211
+ },
1212
+ ],
1213
+ querySuggestions: {},
1214
+ inviteInfo: {},
1215
+ badges: [
1216
+ {
1217
+ key: "deployment_name_new_hire",
1218
+ displayName: "New hire",
1219
+ iconConfig: {
1220
+ color: "#343CED",
1221
+ key: "person_icon",
1222
+ iconType: "GLYPH",
1223
+ name: "user",
1224
+ },
1225
+ },
1226
+ ],
1227
+ },
1228
+ },
1229
+ requestor: {
1230
+ name: "George Clooney",
1231
+ obfuscatedId: "abc123",
1232
+ metadata: {
1233
+ type: "FULL_TIME",
1234
+ title: "Actor",
1235
+ department: "Movies",
1236
+ email: "george@example.com",
1237
+ location: "Hollywood, CA",
1238
+ phone: "6505551234",
1239
+ photoUrl: "https://example.com/george.jpg",
1240
+ startDate: new RFCDate("2000-01-23"),
1241
+ datasourceProfile: [
1242
+ {
1243
+ datasource: "github",
1244
+ handle: "<value>",
1245
+ },
1246
+ ],
1247
+ querySuggestions: {},
1248
+ inviteInfo: {},
1249
+ badges: [
1250
+ {
1251
+ key: "deployment_name_new_hire",
1252
+ displayName: "New hire",
1253
+ iconConfig: {
1254
+ color: "#343CED",
1255
+ key: "person_icon",
1256
+ iconType: "GLYPH",
1257
+ name: "user",
1258
+ },
1259
+ },
1260
+ ],
1261
+ },
1262
+ },
1263
+ remindAt: 608384,
1264
+ },
1265
+ candidateVerifiers: [
1266
+ {
1267
+ name: "George Clooney",
1268
+ obfuscatedId: "abc123",
1269
+ },
1270
+ ],
1271
+ },
1272
+ },
1273
+ shortcuts: [
1274
+ {
1275
+ inputAlias: "<value>",
1276
+ createdBy: {
1277
+ name: "George Clooney",
1278
+ obfuscatedId: "abc123",
1279
+ metadata: {
1280
+ type: "FULL_TIME",
1281
+ title: "Actor",
1282
+ department: "Movies",
1283
+ email: "george@example.com",
1284
+ location: "Hollywood, CA",
1285
+ phone: "6505551234",
1286
+ photoUrl: "https://example.com/george.jpg",
1287
+ startDate: new RFCDate("2000-01-23"),
1288
+ datasourceProfile: [
1289
+ {
1290
+ datasource: "github",
1291
+ handle: "<value>",
1292
+ },
1293
+ {
1294
+ datasource: "github",
1295
+ handle: "<value>",
1296
+ },
1297
+ ],
1298
+ querySuggestions: {},
1299
+ inviteInfo: {},
1300
+ badges: [
1301
+ {
1302
+ key: "deployment_name_new_hire",
1303
+ displayName: "New hire",
1304
+ iconConfig: {
1305
+ color: "#343CED",
1306
+ key: "person_icon",
1307
+ iconType: "GLYPH",
1308
+ name: "user",
1309
+ },
1310
+ },
1311
+ ],
1312
+ },
1313
+ },
1314
+ updatedBy: {
1315
+ name: "George Clooney",
1316
+ obfuscatedId: "abc123",
1317
+ metadata: {
1318
+ type: "FULL_TIME",
1319
+ title: "Actor",
1320
+ department: "Movies",
1321
+ email: "george@example.com",
1322
+ location: "Hollywood, CA",
1323
+ phone: "6505551234",
1324
+ photoUrl: "https://example.com/george.jpg",
1325
+ startDate: new RFCDate("2000-01-23"),
1326
+ datasourceProfile: [
1327
+ {
1328
+ datasource: "github",
1329
+ handle: "<value>",
1330
+ },
1331
+ {
1332
+ datasource: "github",
1333
+ handle: "<value>",
1334
+ },
1335
+ ],
1336
+ querySuggestions: {},
1337
+ inviteInfo: {},
1338
+ badges: [
1339
+ {
1340
+ key: "deployment_name_new_hire",
1341
+ displayName: "New hire",
1342
+ iconConfig: {
1343
+ color: "#343CED",
1344
+ key: "person_icon",
1345
+ iconType: "GLYPH",
1346
+ name: "user",
1347
+ },
1348
+ },
1349
+ ],
1350
+ },
1351
+ },
1352
+ },
1353
+ ],
1354
+ customData: {
1355
+ "someCustomField": {},
1356
+ },
1357
+ contactPerson: {
1358
+ name: "George Clooney",
1359
+ obfuscatedId: "abc123",
1360
+ metadata: {
1361
+ type: "FULL_TIME",
1362
+ title: "Actor",
1363
+ department: "Movies",
1364
+ email: "george@example.com",
1365
+ location: "Hollywood, CA",
1366
+ phone: "6505551234",
1367
+ photoUrl: "https://example.com/george.jpg",
1368
+ startDate: new RFCDate("2000-01-23"),
1369
+ datasourceProfile: [
1370
+ {
1371
+ datasource: "github",
1372
+ handle: "<value>",
1373
+ },
1374
+ {
1375
+ datasource: "github",
1376
+ handle: "<value>",
1377
+ },
1378
+ ],
1379
+ querySuggestions: {},
1380
+ inviteInfo: {},
1381
+ badges: [
1382
+ {
1383
+ key: "deployment_name_new_hire",
1384
+ displayName: "New hire",
1385
+ iconConfig: {
1386
+ color: "#343CED",
1387
+ key: "person_icon",
1388
+ iconType: "GLYPH",
1389
+ name: "user",
1390
+ },
1391
+ },
1392
+ ],
1393
+ },
1394
+ },
1395
+ },
1396
+ },
1397
+ text: "Because its wavelengths are shorter, blue light is more strongly scattered than the longer-wavelength lights, red or green. Hence the result that when looking at the sky away from the direct incident sunlight, the human eye perceives the sky to be blue.",
1398
+ },
1399
+ {
1400
+ link: "https://en.wikipedia.org/wiki/Diffuse_sky_radiation",
1401
+ document: {
1402
+ metadata: {
1403
+ datasource: "datasource",
1404
+ objectType: "Feature Request",
1405
+ container: "container",
1406
+ parentId: "JIRA_EN-1337",
1407
+ mimeType: "mimeType",
1408
+ documentId: "documentId",
1409
+ createTime: new Date("2000-01-23T04:56:07.000Z"),
1410
+ updateTime: new Date("2000-01-23T04:56:07.000Z"),
1411
+ author: {
1412
+ name: "George Clooney",
1413
+ obfuscatedId: "abc123",
1414
+ metadata: {
1415
+ type: "FULL_TIME",
1416
+ title: "Actor",
1417
+ department: "Movies",
1418
+ email: "george@example.com",
1419
+ location: "Hollywood, CA",
1420
+ phone: "6505551234",
1421
+ photoUrl: "https://example.com/george.jpg",
1422
+ startDate: new RFCDate("2000-01-23"),
1423
+ datasourceProfile: [
1424
+ {
1425
+ datasource: "github",
1426
+ handle: "<value>",
1427
+ },
1428
+ {
1429
+ datasource: "github",
1430
+ handle: "<value>",
1431
+ },
1432
+ {
1433
+ datasource: "github",
1434
+ handle: "<value>",
1435
+ },
1436
+ ],
1437
+ querySuggestions: {},
1438
+ inviteInfo: {},
1439
+ badges: [
1440
+ {
1441
+ key: "deployment_name_new_hire",
1442
+ displayName: "New hire",
1443
+ iconConfig: {
1444
+ color: "#343CED",
1445
+ key: "person_icon",
1446
+ iconType: "GLYPH",
1447
+ name: "user",
1448
+ },
1449
+ },
1450
+ ],
1451
+ },
1452
+ },
1453
+ owner: {
1454
+ name: "George Clooney",
1455
+ obfuscatedId: "abc123",
1456
+ metadata: {
1457
+ type: "FULL_TIME",
1458
+ title: "Actor",
1459
+ department: "Movies",
1460
+ email: "george@example.com",
1461
+ location: "Hollywood, CA",
1462
+ phone: "6505551234",
1463
+ photoUrl: "https://example.com/george.jpg",
1464
+ startDate: new RFCDate("2000-01-23"),
1465
+ datasourceProfile: [
1466
+ {
1467
+ datasource: "github",
1468
+ handle: "<value>",
1469
+ },
1470
+ ],
1471
+ querySuggestions: {},
1472
+ inviteInfo: {},
1473
+ badges: [
1474
+ {
1475
+ key: "deployment_name_new_hire",
1476
+ displayName: "New hire",
1477
+ iconConfig: {
1478
+ color: "#343CED",
1479
+ key: "person_icon",
1480
+ iconType: "GLYPH",
1481
+ name: "user",
1482
+ },
1483
+ },
1484
+ ],
1485
+ },
1486
+ },
1487
+ components: [
1488
+ "Backend",
1489
+ "Networking",
1490
+ ],
1491
+ status: "[\"Done\"]",
1492
+ assignedTo: {
1493
+ name: "George Clooney",
1494
+ obfuscatedId: "abc123",
1495
+ metadata: {
1496
+ type: "FULL_TIME",
1497
+ title: "Actor",
1498
+ department: "Movies",
1499
+ email: "george@example.com",
1500
+ location: "Hollywood, CA",
1501
+ phone: "6505551234",
1502
+ photoUrl: "https://example.com/george.jpg",
1503
+ startDate: new RFCDate("2000-01-23"),
1504
+ datasourceProfile: [
1505
+ {
1506
+ datasource: "github",
1507
+ handle: "<value>",
1508
+ },
1509
+ {
1510
+ datasource: "github",
1511
+ handle: "<value>",
1512
+ },
1513
+ ],
1514
+ querySuggestions: {},
1515
+ inviteInfo: {},
1516
+ badges: [
1517
+ {
1518
+ key: "deployment_name_new_hire",
1519
+ displayName: "New hire",
1520
+ iconConfig: {
1521
+ color: "#343CED",
1522
+ key: "person_icon",
1523
+ iconType: "GLYPH",
1524
+ name: "user",
1525
+ },
1526
+ },
1527
+ ],
1528
+ },
1529
+ },
1530
+ updatedBy: {
1531
+ name: "George Clooney",
1532
+ obfuscatedId: "abc123",
1533
+ metadata: {
1534
+ type: "FULL_TIME",
1535
+ title: "Actor",
1536
+ department: "Movies",
1537
+ email: "george@example.com",
1538
+ location: "Hollywood, CA",
1539
+ phone: "6505551234",
1540
+ photoUrl: "https://example.com/george.jpg",
1541
+ startDate: new RFCDate("2000-01-23"),
1542
+ datasourceProfile: [
1543
+ {
1544
+ datasource: "github",
1545
+ handle: "<value>",
1546
+ },
1547
+ {
1548
+ datasource: "github",
1549
+ handle: "<value>",
1550
+ },
1551
+ {
1552
+ datasource: "github",
1553
+ handle: "<value>",
1554
+ },
1555
+ ],
1556
+ querySuggestions: {},
1557
+ inviteInfo: {},
1558
+ badges: [
1559
+ {
1560
+ key: "deployment_name_new_hire",
1561
+ displayName: "New hire",
1562
+ iconConfig: {
1563
+ color: "#343CED",
1564
+ key: "person_icon",
1565
+ iconType: "GLYPH",
1566
+ name: "user",
1567
+ },
1568
+ },
1569
+ ],
1570
+ },
1571
+ },
1572
+ interactions: {},
1573
+ verification: {
1574
+ state: "UNVERIFIED",
1575
+ metadata: {
1576
+ lastVerifier: {
1577
+ name: "George Clooney",
1578
+ obfuscatedId: "abc123",
1579
+ metadata: {
1580
+ type: "FULL_TIME",
1581
+ title: "Actor",
1582
+ department: "Movies",
1583
+ email: "george@example.com",
1584
+ location: "Hollywood, CA",
1585
+ phone: "6505551234",
1586
+ photoUrl: "https://example.com/george.jpg",
1587
+ startDate: new RFCDate("2000-01-23"),
1588
+ datasourceProfile: [
1589
+ {
1590
+ datasource: "github",
1591
+ handle: "<value>",
1592
+ },
1593
+ {
1594
+ datasource: "github",
1595
+ handle: "<value>",
1596
+ },
1597
+ {
1598
+ datasource: "github",
1599
+ handle: "<value>",
1600
+ },
1601
+ ],
1602
+ querySuggestions: {},
1603
+ inviteInfo: {},
1604
+ badges: [
1605
+ {
1606
+ key: "deployment_name_new_hire",
1607
+ displayName: "New hire",
1608
+ iconConfig: {
1609
+ color: "#343CED",
1610
+ key: "person_icon",
1611
+ iconType: "GLYPH",
1612
+ name: "user",
1613
+ },
1614
+ },
1615
+ ],
1616
+ },
1617
+ },
1618
+ lastReminder: {
1619
+ assignee: {
1620
+ name: "George Clooney",
1621
+ obfuscatedId: "abc123",
1622
+ metadata: {
1623
+ type: "FULL_TIME",
1624
+ title: "Actor",
1625
+ department: "Movies",
1626
+ email: "george@example.com",
1627
+ location: "Hollywood, CA",
1628
+ phone: "6505551234",
1629
+ photoUrl: "https://example.com/george.jpg",
1630
+ startDate: new RFCDate("2000-01-23"),
1631
+ datasourceProfile: [
1632
+ {
1633
+ datasource: "github",
1634
+ handle: "<value>",
1635
+ },
1636
+ {
1637
+ datasource: "github",
1638
+ handle: "<value>",
1639
+ },
1640
+ ],
1641
+ querySuggestions: {},
1642
+ inviteInfo: {},
1643
+ badges: [
1644
+ {
1645
+ key: "deployment_name_new_hire",
1646
+ displayName: "New hire",
1647
+ iconConfig: {
1648
+ color: "#343CED",
1649
+ key: "person_icon",
1650
+ iconType: "GLYPH",
1651
+ name: "user",
1652
+ },
1653
+ },
1654
+ ],
1655
+ },
1656
+ },
1657
+ requestor: {
1658
+ name: "George Clooney",
1659
+ obfuscatedId: "abc123",
1660
+ metadata: {
1661
+ type: "FULL_TIME",
1662
+ title: "Actor",
1663
+ department: "Movies",
1664
+ email: "george@example.com",
1665
+ location: "Hollywood, CA",
1666
+ phone: "6505551234",
1667
+ photoUrl: "https://example.com/george.jpg",
1668
+ startDate: new RFCDate("2000-01-23"),
1669
+ datasourceProfile: [
1670
+ {
1671
+ datasource: "github",
1672
+ handle: "<value>",
1673
+ },
1674
+ ],
1675
+ querySuggestions: {},
1676
+ inviteInfo: {},
1677
+ badges: [
1678
+ {
1679
+ key: "deployment_name_new_hire",
1680
+ displayName: "New hire",
1681
+ iconConfig: {
1682
+ color: "#343CED",
1683
+ key: "person_icon",
1684
+ iconType: "GLYPH",
1685
+ name: "user",
1686
+ },
1687
+ },
1688
+ ],
1689
+ },
1690
+ },
1691
+ remindAt: 930830,
1692
+ },
1693
+ },
1694
+ },
1695
+ customData: {
1696
+ "someCustomField": {},
1697
+ },
1698
+ contactPerson: {
1699
+ name: "George Clooney",
1700
+ obfuscatedId: "abc123",
1701
+ metadata: {
1702
+ type: "FULL_TIME",
1703
+ title: "Actor",
1704
+ department: "Movies",
1705
+ email: "george@example.com",
1706
+ location: "Hollywood, CA",
1707
+ phone: "6505551234",
1708
+ photoUrl: "https://example.com/george.jpg",
1709
+ startDate: new RFCDate("2000-01-23"),
1710
+ datasourceProfile: [
1711
+ {
1712
+ datasource: "github",
1713
+ handle: "<value>",
1714
+ },
1715
+ {
1716
+ datasource: "github",
1717
+ handle: "<value>",
1718
+ },
1719
+ ],
1720
+ querySuggestions: {},
1721
+ inviteInfo: {},
1722
+ badges: [
1723
+ {
1724
+ key: "deployment_name_new_hire",
1725
+ displayName: "New hire",
1726
+ iconConfig: {
1727
+ color: "#343CED",
1728
+ key: "person_icon",
1729
+ iconType: "GLYPH",
1730
+ name: "user",
1731
+ },
1732
+ },
1733
+ ],
1734
+ },
1735
+ },
1736
+ },
1737
+ },
1738
+ text: "Because its wavelengths are shorter, blue light is more strongly scattered than the longer-wavelength lights, red or green. Hence the result that when looking at the sky away from the direct incident sunlight, the human eye perceives the sky to be blue.",
1739
+ },
1740
+ ],
21
1741
  },
22
1742
  audienceFilters: [
23
1743
  {
@@ -61,7 +1781,2207 @@ test("Announcements Updateannouncement", async () => {
61
1781
  title: "<value>",
62
1782
  body: {
63
1783
  text: "From https://en.wikipedia.org/wiki/Diffuse_sky_radiation, the sky is blue because blue light is more strongly scattered than longer-wavelength light.",
64
- structuredList: [],
1784
+ structuredList: [
1785
+ {
1786
+ link: "https://en.wikipedia.org/wiki/Diffuse_sky_radiation",
1787
+ document: {
1788
+ metadata: {
1789
+ datasource: "datasource",
1790
+ objectType: "Feature Request",
1791
+ container: "container",
1792
+ parentId: "JIRA_EN-1337",
1793
+ mimeType: "mimeType",
1794
+ documentId: "documentId",
1795
+ createTime: new Date("2000-01-23T04:56:07.000Z"),
1796
+ updateTime: new Date("2000-01-23T04:56:07.000Z"),
1797
+ author: {
1798
+ name: "George Clooney",
1799
+ obfuscatedId: "abc123",
1800
+ relatedDocuments: [
1801
+ {
1802
+ querySuggestion: {
1803
+ query: "app:github type:pull author:mortimer",
1804
+ searchProviderInfo: {
1805
+ name: "Google",
1806
+ searchLinkUrlTemplate: "https://www.google.com/search?q={query}&hl=en",
1807
+ },
1808
+ label: "Mortimer's PRs",
1809
+ datasource: "github",
1810
+ requestOptions: {
1811
+ datasourceFilter: "JIRA",
1812
+ datasourcesFilter: [
1813
+ "JIRA",
1814
+ ],
1815
+ queryOverridesFacetFilters: true,
1816
+ facetFilters: [
1817
+ {
1818
+ fieldName: "type",
1819
+ values: [
1820
+ {
1821
+ value: "Spreadsheet",
1822
+ relationType: "EQUALS",
1823
+ },
1824
+ {
1825
+ value: "Presentation",
1826
+ relationType: "EQUALS",
1827
+ },
1828
+ ],
1829
+ },
1830
+ ],
1831
+ facetFilterSets: [
1832
+ {
1833
+ filters: [
1834
+ {
1835
+ fieldName: "type",
1836
+ values: [
1837
+ {
1838
+ value: "Spreadsheet",
1839
+ relationType: "EQUALS",
1840
+ },
1841
+ {
1842
+ value: "Presentation",
1843
+ relationType: "EQUALS",
1844
+ },
1845
+ ],
1846
+ },
1847
+ ],
1848
+ },
1849
+ {
1850
+ filters: [
1851
+ {
1852
+ fieldName: "type",
1853
+ values: [
1854
+ {
1855
+ value: "Spreadsheet",
1856
+ relationType: "EQUALS",
1857
+ },
1858
+ {
1859
+ value: "Presentation",
1860
+ relationType: "EQUALS",
1861
+ },
1862
+ ],
1863
+ },
1864
+ ],
1865
+ },
1866
+ ],
1867
+ facetBucketSize: 488852,
1868
+ authTokens: [
1869
+ {
1870
+ accessToken: "123abc",
1871
+ datasource: "gmail",
1872
+ scope: "email profile https://www.googleapis.com/auth/gmail.readonly",
1873
+ tokenType: "Bearer",
1874
+ authUser: "1",
1875
+ },
1876
+ ],
1877
+ },
1878
+ ranges: [
1879
+ {
1880
+ startIndex: 54062,
1881
+ },
1882
+ {
1883
+ startIndex: 896501,
1884
+ },
1885
+ {
1886
+ startIndex: 446863,
1887
+ },
1888
+ ],
1889
+ inputDetails: {
1890
+ hasCopyPaste: true,
1891
+ },
1892
+ },
1893
+ results: [
1894
+ {
1895
+ title: "title",
1896
+ url: "https://example.com/foo/bar",
1897
+ nativeAppUrl: "slack://foo/bar",
1898
+ snippets: [
1899
+ {
1900
+ snippet: "snippet",
1901
+ mimeType: "mimeType",
1902
+ },
1903
+ ],
1904
+ },
1905
+ ],
1906
+ },
1907
+ {
1908
+ querySuggestion: {
1909
+ query: "app:github type:pull author:mortimer",
1910
+ searchProviderInfo: {
1911
+ name: "Google",
1912
+ searchLinkUrlTemplate: "https://www.google.com/search?q={query}&hl=en",
1913
+ },
1914
+ label: "Mortimer's PRs",
1915
+ datasource: "github",
1916
+ requestOptions: {
1917
+ datasourceFilter: "JIRA",
1918
+ datasourcesFilter: [
1919
+ "JIRA",
1920
+ ],
1921
+ queryOverridesFacetFilters: true,
1922
+ facetFilters: [
1923
+ {
1924
+ fieldName: "type",
1925
+ values: [
1926
+ {
1927
+ value: "Spreadsheet",
1928
+ relationType: "EQUALS",
1929
+ },
1930
+ {
1931
+ value: "Presentation",
1932
+ relationType: "EQUALS",
1933
+ },
1934
+ ],
1935
+ },
1936
+ ],
1937
+ facetFilterSets: [
1938
+ {
1939
+ filters: [
1940
+ {
1941
+ fieldName: "type",
1942
+ values: [
1943
+ {
1944
+ value: "Spreadsheet",
1945
+ relationType: "EQUALS",
1946
+ },
1947
+ {
1948
+ value: "Presentation",
1949
+ relationType: "EQUALS",
1950
+ },
1951
+ ],
1952
+ },
1953
+ ],
1954
+ },
1955
+ ],
1956
+ facetBucketSize: 249440,
1957
+ authTokens: [
1958
+ {
1959
+ accessToken: "123abc",
1960
+ datasource: "gmail",
1961
+ scope: "email profile https://www.googleapis.com/auth/gmail.readonly",
1962
+ tokenType: "Bearer",
1963
+ authUser: "1",
1964
+ },
1965
+ ],
1966
+ },
1967
+ inputDetails: {
1968
+ hasCopyPaste: true,
1969
+ },
1970
+ },
1971
+ },
1972
+ {
1973
+ querySuggestion: {
1974
+ query: "app:github type:pull author:mortimer",
1975
+ searchProviderInfo: {
1976
+ name: "Google",
1977
+ searchLinkUrlTemplate: "https://www.google.com/search?q={query}&hl=en",
1978
+ },
1979
+ label: "Mortimer's PRs",
1980
+ datasource: "github",
1981
+ requestOptions: {
1982
+ datasourceFilter: "JIRA",
1983
+ datasourcesFilter: [
1984
+ "JIRA",
1985
+ ],
1986
+ queryOverridesFacetFilters: true,
1987
+ facetFilters: [
1988
+ {
1989
+ fieldName: "type",
1990
+ values: [
1991
+ {
1992
+ value: "Spreadsheet",
1993
+ relationType: "EQUALS",
1994
+ },
1995
+ {
1996
+ value: "Presentation",
1997
+ relationType: "EQUALS",
1998
+ },
1999
+ ],
2000
+ },
2001
+ ],
2002
+ facetFilterSets: [
2003
+ {
2004
+ filters: [
2005
+ {
2006
+ fieldName: "type",
2007
+ values: [
2008
+ {
2009
+ value: "Spreadsheet",
2010
+ relationType: "EQUALS",
2011
+ },
2012
+ {
2013
+ value: "Presentation",
2014
+ relationType: "EQUALS",
2015
+ },
2016
+ ],
2017
+ },
2018
+ ],
2019
+ },
2020
+ ],
2021
+ facetBucketSize: 789275,
2022
+ authTokens: [
2023
+ {
2024
+ accessToken: "123abc",
2025
+ datasource: "gmail",
2026
+ scope: "email profile https://www.googleapis.com/auth/gmail.readonly",
2027
+ tokenType: "Bearer",
2028
+ authUser: "1",
2029
+ },
2030
+ ],
2031
+ },
2032
+ inputDetails: {
2033
+ hasCopyPaste: true,
2034
+ },
2035
+ },
2036
+ },
2037
+ ],
2038
+ metadata: {
2039
+ type: "FULL_TIME",
2040
+ title: "Actor",
2041
+ department: "Movies",
2042
+ email: "george@example.com",
2043
+ location: "Hollywood, CA",
2044
+ phone: "6505551234",
2045
+ photoUrl: "https://example.com/george.jpg",
2046
+ startDate: new RFCDate("2000-01-23"),
2047
+ datasourceProfile: [
2048
+ {
2049
+ datasource: "github",
2050
+ handle: "<value>",
2051
+ },
2052
+ {
2053
+ datasource: "github",
2054
+ handle: "<value>",
2055
+ },
2056
+ {
2057
+ datasource: "github",
2058
+ handle: "<value>",
2059
+ },
2060
+ ],
2061
+ querySuggestions: {
2062
+ suggestions: [
2063
+ {
2064
+ query: "app:github type:pull author:mortimer",
2065
+ label: "Mortimer's PRs",
2066
+ datasource: "github",
2067
+ },
2068
+ ],
2069
+ },
2070
+ inviteInfo: {
2071
+ invites: [
2072
+ {},
2073
+ ],
2074
+ },
2075
+ customFields: [
2076
+ {
2077
+ label: "<value>",
2078
+ values: [
2079
+ {},
2080
+ {},
2081
+ {},
2082
+ ],
2083
+ },
2084
+ {
2085
+ label: "<value>",
2086
+ values: [],
2087
+ },
2088
+ ],
2089
+ badges: [
2090
+ {
2091
+ key: "deployment_name_new_hire",
2092
+ displayName: "New hire",
2093
+ iconConfig: {
2094
+ color: "#343CED",
2095
+ key: "person_icon",
2096
+ iconType: "GLYPH",
2097
+ name: "user",
2098
+ },
2099
+ },
2100
+ ],
2101
+ },
2102
+ },
2103
+ owner: {
2104
+ name: "George Clooney",
2105
+ obfuscatedId: "abc123",
2106
+ metadata: {
2107
+ type: "FULL_TIME",
2108
+ title: "Actor",
2109
+ department: "Movies",
2110
+ email: "george@example.com",
2111
+ location: "Hollywood, CA",
2112
+ phone: "6505551234",
2113
+ photoUrl: "https://example.com/george.jpg",
2114
+ startDate: new RFCDate("2000-01-23"),
2115
+ datasourceProfile: [
2116
+ {
2117
+ datasource: "github",
2118
+ handle: "<value>",
2119
+ },
2120
+ {
2121
+ datasource: "github",
2122
+ handle: "<value>",
2123
+ },
2124
+ {
2125
+ datasource: "github",
2126
+ handle: "<value>",
2127
+ },
2128
+ ],
2129
+ querySuggestions: {},
2130
+ inviteInfo: {},
2131
+ badges: [
2132
+ {
2133
+ key: "deployment_name_new_hire",
2134
+ displayName: "New hire",
2135
+ iconConfig: {
2136
+ color: "#343CED",
2137
+ key: "person_icon",
2138
+ iconType: "GLYPH",
2139
+ name: "user",
2140
+ },
2141
+ },
2142
+ ],
2143
+ },
2144
+ },
2145
+ mentionedPeople: [
2146
+ {
2147
+ name: "George Clooney",
2148
+ obfuscatedId: "abc123",
2149
+ },
2150
+ ],
2151
+ components: [
2152
+ "Backend",
2153
+ "Networking",
2154
+ ],
2155
+ status: "[\"Done\"]",
2156
+ pins: [
2157
+ {
2158
+ audienceFilters: [
2159
+ {
2160
+ fieldName: "type",
2161
+ values: [
2162
+ {
2163
+ value: "Spreadsheet",
2164
+ relationType: "EQUALS",
2165
+ },
2166
+ {
2167
+ value: "Presentation",
2168
+ relationType: "EQUALS",
2169
+ },
2170
+ ],
2171
+ },
2172
+ ],
2173
+ documentId: "<id>",
2174
+ attribution: {
2175
+ name: "George Clooney",
2176
+ obfuscatedId: "abc123",
2177
+ metadata: {
2178
+ type: "FULL_TIME",
2179
+ title: "Actor",
2180
+ department: "Movies",
2181
+ email: "george@example.com",
2182
+ location: "Hollywood, CA",
2183
+ phone: "6505551234",
2184
+ photoUrl: "https://example.com/george.jpg",
2185
+ startDate: new RFCDate("2000-01-23"),
2186
+ datasourceProfile: [
2187
+ {
2188
+ datasource: "github",
2189
+ handle: "<value>",
2190
+ },
2191
+ {
2192
+ datasource: "github",
2193
+ handle: "<value>",
2194
+ },
2195
+ ],
2196
+ querySuggestions: {},
2197
+ inviteInfo: {},
2198
+ badges: [
2199
+ {
2200
+ key: "deployment_name_new_hire",
2201
+ displayName: "New hire",
2202
+ iconConfig: {
2203
+ color: "#343CED",
2204
+ key: "person_icon",
2205
+ iconType: "GLYPH",
2206
+ name: "user",
2207
+ },
2208
+ },
2209
+ ],
2210
+ },
2211
+ },
2212
+ updatedBy: {
2213
+ name: "George Clooney",
2214
+ obfuscatedId: "abc123",
2215
+ metadata: {
2216
+ type: "FULL_TIME",
2217
+ title: "Actor",
2218
+ department: "Movies",
2219
+ email: "george@example.com",
2220
+ location: "Hollywood, CA",
2221
+ phone: "6505551234",
2222
+ photoUrl: "https://example.com/george.jpg",
2223
+ startDate: new RFCDate("2000-01-23"),
2224
+ datasourceProfile: [
2225
+ {
2226
+ datasource: "github",
2227
+ handle: "<value>",
2228
+ },
2229
+ {
2230
+ datasource: "github",
2231
+ handle: "<value>",
2232
+ },
2233
+ ],
2234
+ querySuggestions: {},
2235
+ inviteInfo: {},
2236
+ badges: [
2237
+ {
2238
+ key: "deployment_name_new_hire",
2239
+ displayName: "New hire",
2240
+ iconConfig: {
2241
+ color: "#343CED",
2242
+ key: "person_icon",
2243
+ iconType: "GLYPH",
2244
+ name: "user",
2245
+ },
2246
+ },
2247
+ ],
2248
+ },
2249
+ },
2250
+ },
2251
+ {
2252
+ audienceFilters: [
2253
+ {
2254
+ fieldName: "type",
2255
+ values: [
2256
+ {
2257
+ value: "Spreadsheet",
2258
+ relationType: "EQUALS",
2259
+ },
2260
+ {
2261
+ value: "Presentation",
2262
+ relationType: "EQUALS",
2263
+ },
2264
+ ],
2265
+ },
2266
+ ],
2267
+ documentId: "<id>",
2268
+ attribution: {
2269
+ name: "George Clooney",
2270
+ obfuscatedId: "abc123",
2271
+ metadata: {
2272
+ type: "FULL_TIME",
2273
+ title: "Actor",
2274
+ department: "Movies",
2275
+ email: "george@example.com",
2276
+ location: "Hollywood, CA",
2277
+ phone: "6505551234",
2278
+ photoUrl: "https://example.com/george.jpg",
2279
+ startDate: new RFCDate("2000-01-23"),
2280
+ datasourceProfile: [
2281
+ {
2282
+ datasource: "github",
2283
+ handle: "<value>",
2284
+ },
2285
+ ],
2286
+ querySuggestions: {},
2287
+ inviteInfo: {},
2288
+ badges: [
2289
+ {
2290
+ key: "deployment_name_new_hire",
2291
+ displayName: "New hire",
2292
+ iconConfig: {
2293
+ color: "#343CED",
2294
+ key: "person_icon",
2295
+ iconType: "GLYPH",
2296
+ name: "user",
2297
+ },
2298
+ },
2299
+ ],
2300
+ },
2301
+ },
2302
+ updatedBy: {
2303
+ name: "George Clooney",
2304
+ obfuscatedId: "abc123",
2305
+ metadata: {
2306
+ type: "FULL_TIME",
2307
+ title: "Actor",
2308
+ department: "Movies",
2309
+ email: "george@example.com",
2310
+ location: "Hollywood, CA",
2311
+ phone: "6505551234",
2312
+ photoUrl: "https://example.com/george.jpg",
2313
+ startDate: new RFCDate("2000-01-23"),
2314
+ datasourceProfile: [
2315
+ {
2316
+ datasource: "github",
2317
+ handle: "<value>",
2318
+ },
2319
+ ],
2320
+ querySuggestions: {},
2321
+ inviteInfo: {},
2322
+ badges: [
2323
+ {
2324
+ key: "deployment_name_new_hire",
2325
+ displayName: "New hire",
2326
+ iconConfig: {
2327
+ color: "#343CED",
2328
+ key: "person_icon",
2329
+ iconType: "GLYPH",
2330
+ name: "user",
2331
+ },
2332
+ },
2333
+ ],
2334
+ },
2335
+ },
2336
+ },
2337
+ {
2338
+ audienceFilters: [
2339
+ {
2340
+ fieldName: "type",
2341
+ values: [
2342
+ {
2343
+ value: "Spreadsheet",
2344
+ relationType: "EQUALS",
2345
+ },
2346
+ {
2347
+ value: "Presentation",
2348
+ relationType: "EQUALS",
2349
+ },
2350
+ ],
2351
+ },
2352
+ ],
2353
+ documentId: "<id>",
2354
+ attribution: {
2355
+ name: "George Clooney",
2356
+ obfuscatedId: "abc123",
2357
+ metadata: {
2358
+ type: "FULL_TIME",
2359
+ title: "Actor",
2360
+ department: "Movies",
2361
+ email: "george@example.com",
2362
+ location: "Hollywood, CA",
2363
+ phone: "6505551234",
2364
+ photoUrl: "https://example.com/george.jpg",
2365
+ startDate: new RFCDate("2000-01-23"),
2366
+ datasourceProfile: [
2367
+ {
2368
+ datasource: "github",
2369
+ handle: "<value>",
2370
+ },
2371
+ {
2372
+ datasource: "github",
2373
+ handle: "<value>",
2374
+ },
2375
+ ],
2376
+ querySuggestions: {},
2377
+ inviteInfo: {},
2378
+ badges: [
2379
+ {
2380
+ key: "deployment_name_new_hire",
2381
+ displayName: "New hire",
2382
+ iconConfig: {
2383
+ color: "#343CED",
2384
+ key: "person_icon",
2385
+ iconType: "GLYPH",
2386
+ name: "user",
2387
+ },
2388
+ },
2389
+ ],
2390
+ },
2391
+ },
2392
+ updatedBy: {
2393
+ name: "George Clooney",
2394
+ obfuscatedId: "abc123",
2395
+ metadata: {
2396
+ type: "FULL_TIME",
2397
+ title: "Actor",
2398
+ department: "Movies",
2399
+ email: "george@example.com",
2400
+ location: "Hollywood, CA",
2401
+ phone: "6505551234",
2402
+ photoUrl: "https://example.com/george.jpg",
2403
+ startDate: new RFCDate("2000-01-23"),
2404
+ datasourceProfile: [
2405
+ {
2406
+ datasource: "github",
2407
+ handle: "<value>",
2408
+ },
2409
+ {
2410
+ datasource: "github",
2411
+ handle: "<value>",
2412
+ },
2413
+ {
2414
+ datasource: "github",
2415
+ handle: "<value>",
2416
+ },
2417
+ ],
2418
+ querySuggestions: {},
2419
+ inviteInfo: {},
2420
+ badges: [
2421
+ {
2422
+ key: "deployment_name_new_hire",
2423
+ displayName: "New hire",
2424
+ iconConfig: {
2425
+ color: "#343CED",
2426
+ key: "person_icon",
2427
+ iconType: "GLYPH",
2428
+ name: "user",
2429
+ },
2430
+ },
2431
+ ],
2432
+ },
2433
+ },
2434
+ },
2435
+ ],
2436
+ assignedTo: {
2437
+ name: "George Clooney",
2438
+ obfuscatedId: "abc123",
2439
+ metadata: {
2440
+ type: "FULL_TIME",
2441
+ title: "Actor",
2442
+ department: "Movies",
2443
+ email: "george@example.com",
2444
+ location: "Hollywood, CA",
2445
+ phone: "6505551234",
2446
+ photoUrl: "https://example.com/george.jpg",
2447
+ startDate: new RFCDate("2000-01-23"),
2448
+ datasourceProfile: [
2449
+ {
2450
+ datasource: "github",
2451
+ handle: "<value>",
2452
+ },
2453
+ {
2454
+ datasource: "github",
2455
+ handle: "<value>",
2456
+ },
2457
+ {
2458
+ datasource: "github",
2459
+ handle: "<value>",
2460
+ },
2461
+ ],
2462
+ querySuggestions: {},
2463
+ inviteInfo: {},
2464
+ badges: [
2465
+ {
2466
+ key: "deployment_name_new_hire",
2467
+ displayName: "New hire",
2468
+ iconConfig: {
2469
+ color: "#343CED",
2470
+ key: "person_icon",
2471
+ iconType: "GLYPH",
2472
+ name: "user",
2473
+ },
2474
+ },
2475
+ ],
2476
+ },
2477
+ },
2478
+ updatedBy: {
2479
+ name: "George Clooney",
2480
+ obfuscatedId: "abc123",
2481
+ metadata: {
2482
+ type: "FULL_TIME",
2483
+ title: "Actor",
2484
+ department: "Movies",
2485
+ email: "george@example.com",
2486
+ location: "Hollywood, CA",
2487
+ phone: "6505551234",
2488
+ photoUrl: "https://example.com/george.jpg",
2489
+ startDate: new RFCDate("2000-01-23"),
2490
+ datasourceProfile: [
2491
+ {
2492
+ datasource: "github",
2493
+ handle: "<value>",
2494
+ },
2495
+ {
2496
+ datasource: "github",
2497
+ handle: "<value>",
2498
+ },
2499
+ {
2500
+ datasource: "github",
2501
+ handle: "<value>",
2502
+ },
2503
+ ],
2504
+ querySuggestions: {},
2505
+ inviteInfo: {},
2506
+ badges: [
2507
+ {
2508
+ key: "deployment_name_new_hire",
2509
+ displayName: "New hire",
2510
+ iconConfig: {
2511
+ color: "#343CED",
2512
+ key: "person_icon",
2513
+ iconType: "GLYPH",
2514
+ name: "user",
2515
+ },
2516
+ },
2517
+ ],
2518
+ },
2519
+ },
2520
+ collections: [
2521
+ {
2522
+ name: "<value>",
2523
+ description: "daintily certainly yak surprised beyond blah intensely",
2524
+ addedRoles: [
2525
+ {
2526
+ person: {
2527
+ name: "George Clooney",
2528
+ obfuscatedId: "abc123",
2529
+ metadata: {
2530
+ type: "FULL_TIME",
2531
+ title: "Actor",
2532
+ department: "Movies",
2533
+ email: "george@example.com",
2534
+ location: "Hollywood, CA",
2535
+ phone: "6505551234",
2536
+ photoUrl: "https://example.com/george.jpg",
2537
+ startDate: new RFCDate("2000-01-23"),
2538
+ datasourceProfile: [
2539
+ {
2540
+ datasource: "github",
2541
+ handle: "<value>",
2542
+ },
2543
+ {
2544
+ datasource: "github",
2545
+ handle: "<value>",
2546
+ },
2547
+ ],
2548
+ querySuggestions: {},
2549
+ inviteInfo: {},
2550
+ badges: [
2551
+ {
2552
+ key: "deployment_name_new_hire",
2553
+ displayName: "New hire",
2554
+ iconConfig: {
2555
+ color: "#343CED",
2556
+ key: "person_icon",
2557
+ iconType: "GLYPH",
2558
+ name: "user",
2559
+ },
2560
+ },
2561
+ ],
2562
+ },
2563
+ },
2564
+ role: "VERIFIER",
2565
+ },
2566
+ {
2567
+ person: {
2568
+ name: "George Clooney",
2569
+ obfuscatedId: "abc123",
2570
+ metadata: {
2571
+ type: "FULL_TIME",
2572
+ title: "Actor",
2573
+ department: "Movies",
2574
+ email: "george@example.com",
2575
+ location: "Hollywood, CA",
2576
+ phone: "6505551234",
2577
+ photoUrl: "https://example.com/george.jpg",
2578
+ startDate: new RFCDate("2000-01-23"),
2579
+ datasourceProfile: [
2580
+ {
2581
+ datasource: "github",
2582
+ handle: "<value>",
2583
+ },
2584
+ {
2585
+ datasource: "github",
2586
+ handle: "<value>",
2587
+ },
2588
+ ],
2589
+ querySuggestions: {},
2590
+ inviteInfo: {},
2591
+ badges: [
2592
+ {
2593
+ key: "deployment_name_new_hire",
2594
+ displayName: "New hire",
2595
+ iconConfig: {
2596
+ color: "#343CED",
2597
+ key: "person_icon",
2598
+ iconType: "GLYPH",
2599
+ name: "user",
2600
+ },
2601
+ },
2602
+ ],
2603
+ },
2604
+ },
2605
+ role: "VERIFIER",
2606
+ },
2607
+ ],
2608
+ removedRoles: [
2609
+ {
2610
+ person: {
2611
+ name: "George Clooney",
2612
+ obfuscatedId: "abc123",
2613
+ metadata: {
2614
+ type: "FULL_TIME",
2615
+ title: "Actor",
2616
+ department: "Movies",
2617
+ email: "george@example.com",
2618
+ location: "Hollywood, CA",
2619
+ phone: "6505551234",
2620
+ photoUrl: "https://example.com/george.jpg",
2621
+ startDate: new RFCDate("2000-01-23"),
2622
+ datasourceProfile: [
2623
+ {
2624
+ datasource: "github",
2625
+ handle: "<value>",
2626
+ },
2627
+ ],
2628
+ querySuggestions: {},
2629
+ inviteInfo: {},
2630
+ badges: [
2631
+ {
2632
+ key: "deployment_name_new_hire",
2633
+ displayName: "New hire",
2634
+ iconConfig: {
2635
+ color: "#343CED",
2636
+ key: "person_icon",
2637
+ iconType: "GLYPH",
2638
+ name: "user",
2639
+ },
2640
+ },
2641
+ ],
2642
+ },
2643
+ },
2644
+ role: "ANSWER_MODERATOR",
2645
+ },
2646
+ {
2647
+ person: {
2648
+ name: "George Clooney",
2649
+ obfuscatedId: "abc123",
2650
+ metadata: {
2651
+ type: "FULL_TIME",
2652
+ title: "Actor",
2653
+ department: "Movies",
2654
+ email: "george@example.com",
2655
+ location: "Hollywood, CA",
2656
+ phone: "6505551234",
2657
+ photoUrl: "https://example.com/george.jpg",
2658
+ startDate: new RFCDate("2000-01-23"),
2659
+ datasourceProfile: [
2660
+ {
2661
+ datasource: "github",
2662
+ handle: "<value>",
2663
+ },
2664
+ ],
2665
+ querySuggestions: {},
2666
+ inviteInfo: {},
2667
+ badges: [
2668
+ {
2669
+ key: "deployment_name_new_hire",
2670
+ displayName: "New hire",
2671
+ iconConfig: {
2672
+ color: "#343CED",
2673
+ key: "person_icon",
2674
+ iconType: "GLYPH",
2675
+ name: "user",
2676
+ },
2677
+ },
2678
+ ],
2679
+ },
2680
+ },
2681
+ role: "EDITOR",
2682
+ },
2683
+ ],
2684
+ audienceFilters: [
2685
+ {
2686
+ fieldName: "type",
2687
+ values: [
2688
+ {
2689
+ value: "Spreadsheet",
2690
+ relationType: "EQUALS",
2691
+ },
2692
+ {
2693
+ value: "Presentation",
2694
+ relationType: "EQUALS",
2695
+ },
2696
+ ],
2697
+ },
2698
+ ],
2699
+ id: 249026,
2700
+ creator: {
2701
+ name: "George Clooney",
2702
+ obfuscatedId: "abc123",
2703
+ metadata: {
2704
+ type: "FULL_TIME",
2705
+ title: "Actor",
2706
+ department: "Movies",
2707
+ email: "george@example.com",
2708
+ location: "Hollywood, CA",
2709
+ phone: "6505551234",
2710
+ photoUrl: "https://example.com/george.jpg",
2711
+ startDate: new RFCDate("2000-01-23"),
2712
+ datasourceProfile: [
2713
+ {
2714
+ datasource: "github",
2715
+ handle: "<value>",
2716
+ },
2717
+ ],
2718
+ querySuggestions: {},
2719
+ inviteInfo: {},
2720
+ badges: [
2721
+ {
2722
+ key: "deployment_name_new_hire",
2723
+ displayName: "New hire",
2724
+ iconConfig: {
2725
+ color: "#343CED",
2726
+ key: "person_icon",
2727
+ iconType: "GLYPH",
2728
+ name: "user",
2729
+ },
2730
+ },
2731
+ ],
2732
+ },
2733
+ },
2734
+ updatedBy: {
2735
+ name: "George Clooney",
2736
+ obfuscatedId: "abc123",
2737
+ metadata: {
2738
+ type: "FULL_TIME",
2739
+ title: "Actor",
2740
+ department: "Movies",
2741
+ email: "george@example.com",
2742
+ location: "Hollywood, CA",
2743
+ phone: "6505551234",
2744
+ photoUrl: "https://example.com/george.jpg",
2745
+ startDate: new RFCDate("2000-01-23"),
2746
+ datasourceProfile: [
2747
+ {
2748
+ datasource: "github",
2749
+ handle: "<value>",
2750
+ },
2751
+ {
2752
+ datasource: "github",
2753
+ handle: "<value>",
2754
+ },
2755
+ ],
2756
+ querySuggestions: {},
2757
+ inviteInfo: {},
2758
+ badges: [
2759
+ {
2760
+ key: "deployment_name_new_hire",
2761
+ displayName: "New hire",
2762
+ iconConfig: {
2763
+ color: "#343CED",
2764
+ key: "person_icon",
2765
+ iconType: "GLYPH",
2766
+ name: "user",
2767
+ },
2768
+ },
2769
+ ],
2770
+ },
2771
+ },
2772
+ items: [
2773
+ {
2774
+ collectionId: 784089,
2775
+ createdBy: {
2776
+ name: "George Clooney",
2777
+ obfuscatedId: "abc123",
2778
+ metadata: {
2779
+ type: "FULL_TIME",
2780
+ title: "Actor",
2781
+ department: "Movies",
2782
+ email: "george@example.com",
2783
+ location: "Hollywood, CA",
2784
+ phone: "6505551234",
2785
+ photoUrl: "https://example.com/george.jpg",
2786
+ startDate: new RFCDate("2000-01-23"),
2787
+ datasourceProfile: [
2788
+ {
2789
+ datasource: "github",
2790
+ handle: "<value>",
2791
+ },
2792
+ {
2793
+ datasource: "github",
2794
+ handle: "<value>",
2795
+ },
2796
+ ],
2797
+ querySuggestions: {},
2798
+ inviteInfo: {},
2799
+ badges: [
2800
+ {
2801
+ key: "deployment_name_new_hire",
2802
+ displayName: "New hire",
2803
+ iconConfig: {
2804
+ color: "#343CED",
2805
+ key: "person_icon",
2806
+ iconType: "GLYPH",
2807
+ name: "user",
2808
+ },
2809
+ },
2810
+ ],
2811
+ },
2812
+ },
2813
+ shortcut: {
2814
+ inputAlias: "<value>",
2815
+ createdBy: {
2816
+ name: "George Clooney",
2817
+ obfuscatedId: "abc123",
2818
+ metadata: {
2819
+ type: "FULL_TIME",
2820
+ title: "Actor",
2821
+ department: "Movies",
2822
+ email: "george@example.com",
2823
+ location: "Hollywood, CA",
2824
+ phone: "6505551234",
2825
+ photoUrl: "https://example.com/george.jpg",
2826
+ startDate: new RFCDate("2000-01-23"),
2827
+ datasourceProfile: [
2828
+ {
2829
+ datasource: "github",
2830
+ handle: "<value>",
2831
+ },
2832
+ {
2833
+ datasource: "github",
2834
+ handle: "<value>",
2835
+ },
2836
+ ],
2837
+ querySuggestions: {},
2838
+ inviteInfo: {},
2839
+ badges: [
2840
+ {
2841
+ key: "deployment_name_new_hire",
2842
+ displayName: "New hire",
2843
+ iconConfig: {
2844
+ color: "#343CED",
2845
+ key: "person_icon",
2846
+ iconType: "GLYPH",
2847
+ name: "user",
2848
+ },
2849
+ },
2850
+ ],
2851
+ },
2852
+ },
2853
+ updatedBy: {
2854
+ name: "George Clooney",
2855
+ obfuscatedId: "abc123",
2856
+ metadata: {
2857
+ type: "FULL_TIME",
2858
+ title: "Actor",
2859
+ department: "Movies",
2860
+ email: "george@example.com",
2861
+ location: "Hollywood, CA",
2862
+ phone: "6505551234",
2863
+ photoUrl: "https://example.com/george.jpg",
2864
+ startDate: new RFCDate("2000-01-23"),
2865
+ datasourceProfile: [
2866
+ {
2867
+ datasource: "github",
2868
+ handle: "<value>",
2869
+ },
2870
+ {
2871
+ datasource: "github",
2872
+ handle: "<value>",
2873
+ },
2874
+ ],
2875
+ querySuggestions: {},
2876
+ inviteInfo: {},
2877
+ badges: [
2878
+ {
2879
+ key: "deployment_name_new_hire",
2880
+ displayName: "New hire",
2881
+ iconConfig: {
2882
+ color: "#343CED",
2883
+ key: "person_icon",
2884
+ iconType: "GLYPH",
2885
+ name: "user",
2886
+ },
2887
+ },
2888
+ ],
2889
+ },
2890
+ },
2891
+ roles: [
2892
+ {
2893
+ person: {
2894
+ name: "George Clooney",
2895
+ obfuscatedId: "abc123",
2896
+ metadata: {
2897
+ type: "FULL_TIME",
2898
+ title: "Actor",
2899
+ department: "Movies",
2900
+ email: "george@example.com",
2901
+ location: "Hollywood, CA",
2902
+ phone: "6505551234",
2903
+ photoUrl: "https://example.com/george.jpg",
2904
+ startDate: new RFCDate("2000-01-23"),
2905
+ datasourceProfile: [
2906
+ {
2907
+ datasource: "github",
2908
+ handle: "<value>",
2909
+ },
2910
+ {
2911
+ datasource: "github",
2912
+ handle: "<value>",
2913
+ },
2914
+ {
2915
+ datasource: "github",
2916
+ handle: "<value>",
2917
+ },
2918
+ ],
2919
+ querySuggestions: {},
2920
+ inviteInfo: {},
2921
+ badges: [
2922
+ {
2923
+ key: "deployment_name_new_hire",
2924
+ displayName: "New hire",
2925
+ iconConfig: {
2926
+ color: "#343CED",
2927
+ key: "person_icon",
2928
+ iconType: "GLYPH",
2929
+ name: "user",
2930
+ },
2931
+ },
2932
+ ],
2933
+ },
2934
+ },
2935
+ role: "VIEWER",
2936
+ },
2937
+ ],
2938
+ },
2939
+ itemType: "DOCUMENT",
2940
+ },
2941
+ {
2942
+ collectionId: 911620,
2943
+ createdBy: {
2944
+ name: "George Clooney",
2945
+ obfuscatedId: "abc123",
2946
+ metadata: {
2947
+ type: "FULL_TIME",
2948
+ title: "Actor",
2949
+ department: "Movies",
2950
+ email: "george@example.com",
2951
+ location: "Hollywood, CA",
2952
+ phone: "6505551234",
2953
+ photoUrl: "https://example.com/george.jpg",
2954
+ startDate: new RFCDate("2000-01-23"),
2955
+ datasourceProfile: [
2956
+ {
2957
+ datasource: "github",
2958
+ handle: "<value>",
2959
+ },
2960
+ ],
2961
+ querySuggestions: {},
2962
+ inviteInfo: {},
2963
+ badges: [
2964
+ {
2965
+ key: "deployment_name_new_hire",
2966
+ displayName: "New hire",
2967
+ iconConfig: {
2968
+ color: "#343CED",
2969
+ key: "person_icon",
2970
+ iconType: "GLYPH",
2971
+ name: "user",
2972
+ },
2973
+ },
2974
+ ],
2975
+ },
2976
+ },
2977
+ shortcut: {
2978
+ inputAlias: "<value>",
2979
+ createdBy: {
2980
+ name: "George Clooney",
2981
+ obfuscatedId: "abc123",
2982
+ metadata: {
2983
+ type: "FULL_TIME",
2984
+ title: "Actor",
2985
+ department: "Movies",
2986
+ email: "george@example.com",
2987
+ location: "Hollywood, CA",
2988
+ phone: "6505551234",
2989
+ photoUrl: "https://example.com/george.jpg",
2990
+ startDate: new RFCDate("2000-01-23"),
2991
+ datasourceProfile: [
2992
+ {
2993
+ datasource: "github",
2994
+ handle: "<value>",
2995
+ },
2996
+ {
2997
+ datasource: "github",
2998
+ handle: "<value>",
2999
+ },
3000
+ ],
3001
+ querySuggestions: {},
3002
+ inviteInfo: {},
3003
+ badges: [
3004
+ {
3005
+ key: "deployment_name_new_hire",
3006
+ displayName: "New hire",
3007
+ iconConfig: {
3008
+ color: "#343CED",
3009
+ key: "person_icon",
3010
+ iconType: "GLYPH",
3011
+ name: "user",
3012
+ },
3013
+ },
3014
+ ],
3015
+ },
3016
+ },
3017
+ updatedBy: {
3018
+ name: "George Clooney",
3019
+ obfuscatedId: "abc123",
3020
+ metadata: {
3021
+ type: "FULL_TIME",
3022
+ title: "Actor",
3023
+ department: "Movies",
3024
+ email: "george@example.com",
3025
+ location: "Hollywood, CA",
3026
+ phone: "6505551234",
3027
+ photoUrl: "https://example.com/george.jpg",
3028
+ startDate: new RFCDate("2000-01-23"),
3029
+ datasourceProfile: [
3030
+ {
3031
+ datasource: "github",
3032
+ handle: "<value>",
3033
+ },
3034
+ {
3035
+ datasource: "github",
3036
+ handle: "<value>",
3037
+ },
3038
+ ],
3039
+ querySuggestions: {},
3040
+ inviteInfo: {},
3041
+ badges: [
3042
+ {
3043
+ key: "deployment_name_new_hire",
3044
+ displayName: "New hire",
3045
+ iconConfig: {
3046
+ color: "#343CED",
3047
+ key: "person_icon",
3048
+ iconType: "GLYPH",
3049
+ name: "user",
3050
+ },
3051
+ },
3052
+ ],
3053
+ },
3054
+ },
3055
+ },
3056
+ itemType: "URL",
3057
+ },
3058
+ ],
3059
+ },
3060
+ {
3061
+ name: "<value>",
3062
+ description: "ultimately in likely opera please antelope",
3063
+ audienceFilters: [
3064
+ {
3065
+ fieldName: "type",
3066
+ values: [
3067
+ {
3068
+ value: "Spreadsheet",
3069
+ relationType: "EQUALS",
3070
+ },
3071
+ {
3072
+ value: "Presentation",
3073
+ relationType: "EQUALS",
3074
+ },
3075
+ ],
3076
+ },
3077
+ ],
3078
+ id: 256393,
3079
+ creator: {
3080
+ name: "George Clooney",
3081
+ obfuscatedId: "abc123",
3082
+ metadata: {
3083
+ type: "FULL_TIME",
3084
+ title: "Actor",
3085
+ department: "Movies",
3086
+ email: "george@example.com",
3087
+ location: "Hollywood, CA",
3088
+ phone: "6505551234",
3089
+ photoUrl: "https://example.com/george.jpg",
3090
+ startDate: new RFCDate("2000-01-23"),
3091
+ datasourceProfile: [
3092
+ {
3093
+ datasource: "github",
3094
+ handle: "<value>",
3095
+ },
3096
+ {
3097
+ datasource: "github",
3098
+ handle: "<value>",
3099
+ },
3100
+ {
3101
+ datasource: "github",
3102
+ handle: "<value>",
3103
+ },
3104
+ ],
3105
+ querySuggestions: {},
3106
+ inviteInfo: {},
3107
+ badges: [
3108
+ {
3109
+ key: "deployment_name_new_hire",
3110
+ displayName: "New hire",
3111
+ iconConfig: {
3112
+ color: "#343CED",
3113
+ key: "person_icon",
3114
+ iconType: "GLYPH",
3115
+ name: "user",
3116
+ },
3117
+ },
3118
+ ],
3119
+ },
3120
+ },
3121
+ updatedBy: {
3122
+ name: "George Clooney",
3123
+ obfuscatedId: "abc123",
3124
+ metadata: {
3125
+ type: "FULL_TIME",
3126
+ title: "Actor",
3127
+ department: "Movies",
3128
+ email: "george@example.com",
3129
+ location: "Hollywood, CA",
3130
+ phone: "6505551234",
3131
+ photoUrl: "https://example.com/george.jpg",
3132
+ startDate: new RFCDate("2000-01-23"),
3133
+ datasourceProfile: [
3134
+ {
3135
+ datasource: "github",
3136
+ handle: "<value>",
3137
+ },
3138
+ {
3139
+ datasource: "github",
3140
+ handle: "<value>",
3141
+ },
3142
+ {
3143
+ datasource: "github",
3144
+ handle: "<value>",
3145
+ },
3146
+ ],
3147
+ querySuggestions: {},
3148
+ inviteInfo: {},
3149
+ badges: [
3150
+ {
3151
+ key: "deployment_name_new_hire",
3152
+ displayName: "New hire",
3153
+ iconConfig: {
3154
+ color: "#343CED",
3155
+ key: "person_icon",
3156
+ iconType: "GLYPH",
3157
+ name: "user",
3158
+ },
3159
+ },
3160
+ ],
3161
+ },
3162
+ },
3163
+ },
3164
+ {
3165
+ name: "<value>",
3166
+ description: "up vibrant sternly translation scrutinise condense lovingly following and",
3167
+ audienceFilters: [
3168
+ {
3169
+ fieldName: "type",
3170
+ values: [
3171
+ {
3172
+ value: "Spreadsheet",
3173
+ relationType: "EQUALS",
3174
+ },
3175
+ {
3176
+ value: "Presentation",
3177
+ relationType: "EQUALS",
3178
+ },
3179
+ ],
3180
+ },
3181
+ ],
3182
+ id: 472933,
3183
+ creator: {
3184
+ name: "George Clooney",
3185
+ obfuscatedId: "abc123",
3186
+ metadata: {
3187
+ type: "FULL_TIME",
3188
+ title: "Actor",
3189
+ department: "Movies",
3190
+ email: "george@example.com",
3191
+ location: "Hollywood, CA",
3192
+ phone: "6505551234",
3193
+ photoUrl: "https://example.com/george.jpg",
3194
+ startDate: new RFCDate("2000-01-23"),
3195
+ datasourceProfile: [
3196
+ {
3197
+ datasource: "github",
3198
+ handle: "<value>",
3199
+ },
3200
+ ],
3201
+ querySuggestions: {},
3202
+ inviteInfo: {},
3203
+ badges: [
3204
+ {
3205
+ key: "deployment_name_new_hire",
3206
+ displayName: "New hire",
3207
+ iconConfig: {
3208
+ color: "#343CED",
3209
+ key: "person_icon",
3210
+ iconType: "GLYPH",
3211
+ name: "user",
3212
+ },
3213
+ },
3214
+ ],
3215
+ },
3216
+ },
3217
+ updatedBy: {
3218
+ name: "George Clooney",
3219
+ obfuscatedId: "abc123",
3220
+ metadata: {
3221
+ type: "FULL_TIME",
3222
+ title: "Actor",
3223
+ department: "Movies",
3224
+ email: "george@example.com",
3225
+ location: "Hollywood, CA",
3226
+ phone: "6505551234",
3227
+ photoUrl: "https://example.com/george.jpg",
3228
+ startDate: new RFCDate("2000-01-23"),
3229
+ datasourceProfile: [
3230
+ {
3231
+ datasource: "github",
3232
+ handle: "<value>",
3233
+ },
3234
+ {
3235
+ datasource: "github",
3236
+ handle: "<value>",
3237
+ },
3238
+ {
3239
+ datasource: "github",
3240
+ handle: "<value>",
3241
+ },
3242
+ ],
3243
+ querySuggestions: {},
3244
+ inviteInfo: {},
3245
+ badges: [
3246
+ {
3247
+ key: "deployment_name_new_hire",
3248
+ displayName: "New hire",
3249
+ iconConfig: {
3250
+ color: "#343CED",
3251
+ key: "person_icon",
3252
+ iconType: "GLYPH",
3253
+ name: "user",
3254
+ },
3255
+ },
3256
+ ],
3257
+ },
3258
+ },
3259
+ },
3260
+ ],
3261
+ interactions: {
3262
+ reacts: [
3263
+ {
3264
+ reactors: [
3265
+ {
3266
+ name: "George Clooney",
3267
+ obfuscatedId: "abc123",
3268
+ },
3269
+ ],
3270
+ },
3271
+ ],
3272
+ shares: [
3273
+ {
3274
+ numDaysAgo: 315330,
3275
+ sharer: {
3276
+ name: "George Clooney",
3277
+ obfuscatedId: "abc123",
3278
+ metadata: {
3279
+ type: "FULL_TIME",
3280
+ title: "Actor",
3281
+ department: "Movies",
3282
+ email: "george@example.com",
3283
+ location: "Hollywood, CA",
3284
+ phone: "6505551234",
3285
+ photoUrl: "https://example.com/george.jpg",
3286
+ startDate: new RFCDate("2000-01-23"),
3287
+ datasourceProfile: [
3288
+ {
3289
+ datasource: "github",
3290
+ handle: "<value>",
3291
+ },
3292
+ {
3293
+ datasource: "github",
3294
+ handle: "<value>",
3295
+ },
3296
+ {
3297
+ datasource: "github",
3298
+ handle: "<value>",
3299
+ },
3300
+ ],
3301
+ querySuggestions: {},
3302
+ inviteInfo: {},
3303
+ badges: [
3304
+ {
3305
+ key: "deployment_name_new_hire",
3306
+ displayName: "New hire",
3307
+ iconConfig: {
3308
+ color: "#343CED",
3309
+ key: "person_icon",
3310
+ iconType: "GLYPH",
3311
+ name: "user",
3312
+ },
3313
+ },
3314
+ ],
3315
+ },
3316
+ },
3317
+ },
3318
+ ],
3319
+ },
3320
+ verification: {
3321
+ state: "VERIFIED",
3322
+ metadata: {
3323
+ lastVerifier: {
3324
+ name: "George Clooney",
3325
+ obfuscatedId: "abc123",
3326
+ metadata: {
3327
+ type: "FULL_TIME",
3328
+ title: "Actor",
3329
+ department: "Movies",
3330
+ email: "george@example.com",
3331
+ location: "Hollywood, CA",
3332
+ phone: "6505551234",
3333
+ photoUrl: "https://example.com/george.jpg",
3334
+ startDate: new RFCDate("2000-01-23"),
3335
+ datasourceProfile: [
3336
+ {
3337
+ datasource: "github",
3338
+ handle: "<value>",
3339
+ },
3340
+ {
3341
+ datasource: "github",
3342
+ handle: "<value>",
3343
+ },
3344
+ ],
3345
+ querySuggestions: {},
3346
+ inviteInfo: {},
3347
+ badges: [
3348
+ {
3349
+ key: "deployment_name_new_hire",
3350
+ displayName: "New hire",
3351
+ iconConfig: {
3352
+ color: "#343CED",
3353
+ key: "person_icon",
3354
+ iconType: "GLYPH",
3355
+ name: "user",
3356
+ },
3357
+ },
3358
+ ],
3359
+ },
3360
+ },
3361
+ reminders: [
3362
+ {
3363
+ assignee: {
3364
+ name: "George Clooney",
3365
+ obfuscatedId: "abc123",
3366
+ metadata: {
3367
+ type: "FULL_TIME",
3368
+ title: "Actor",
3369
+ department: "Movies",
3370
+ email: "george@example.com",
3371
+ location: "Hollywood, CA",
3372
+ phone: "6505551234",
3373
+ photoUrl: "https://example.com/george.jpg",
3374
+ startDate: new RFCDate("2000-01-23"),
3375
+ datasourceProfile: [
3376
+ {
3377
+ datasource: "github",
3378
+ handle: "<value>",
3379
+ },
3380
+ {
3381
+ datasource: "github",
3382
+ handle: "<value>",
3383
+ },
3384
+ ],
3385
+ querySuggestions: {},
3386
+ inviteInfo: {},
3387
+ badges: [
3388
+ {
3389
+ key: "deployment_name_new_hire",
3390
+ displayName: "New hire",
3391
+ iconConfig: {
3392
+ color: "#343CED",
3393
+ key: "person_icon",
3394
+ iconType: "GLYPH",
3395
+ name: "user",
3396
+ },
3397
+ },
3398
+ ],
3399
+ },
3400
+ },
3401
+ requestor: {
3402
+ name: "George Clooney",
3403
+ obfuscatedId: "abc123",
3404
+ metadata: {
3405
+ type: "FULL_TIME",
3406
+ title: "Actor",
3407
+ department: "Movies",
3408
+ email: "george@example.com",
3409
+ location: "Hollywood, CA",
3410
+ phone: "6505551234",
3411
+ photoUrl: "https://example.com/george.jpg",
3412
+ startDate: new RFCDate("2000-01-23"),
3413
+ datasourceProfile: [
3414
+ {
3415
+ datasource: "github",
3416
+ handle: "<value>",
3417
+ },
3418
+ ],
3419
+ querySuggestions: {},
3420
+ inviteInfo: {},
3421
+ badges: [
3422
+ {
3423
+ key: "deployment_name_new_hire",
3424
+ displayName: "New hire",
3425
+ iconConfig: {
3426
+ color: "#343CED",
3427
+ key: "person_icon",
3428
+ iconType: "GLYPH",
3429
+ name: "user",
3430
+ },
3431
+ },
3432
+ ],
3433
+ },
3434
+ },
3435
+ remindAt: 402083,
3436
+ },
3437
+ ],
3438
+ lastReminder: {
3439
+ assignee: {
3440
+ name: "George Clooney",
3441
+ obfuscatedId: "abc123",
3442
+ metadata: {
3443
+ type: "FULL_TIME",
3444
+ title: "Actor",
3445
+ department: "Movies",
3446
+ email: "george@example.com",
3447
+ location: "Hollywood, CA",
3448
+ phone: "6505551234",
3449
+ photoUrl: "https://example.com/george.jpg",
3450
+ startDate: new RFCDate("2000-01-23"),
3451
+ datasourceProfile: [
3452
+ {
3453
+ datasource: "github",
3454
+ handle: "<value>",
3455
+ },
3456
+ {
3457
+ datasource: "github",
3458
+ handle: "<value>",
3459
+ },
3460
+ ],
3461
+ querySuggestions: {},
3462
+ inviteInfo: {},
3463
+ badges: [
3464
+ {
3465
+ key: "deployment_name_new_hire",
3466
+ displayName: "New hire",
3467
+ iconConfig: {
3468
+ color: "#343CED",
3469
+ key: "person_icon",
3470
+ iconType: "GLYPH",
3471
+ name: "user",
3472
+ },
3473
+ },
3474
+ ],
3475
+ },
3476
+ },
3477
+ requestor: {
3478
+ name: "George Clooney",
3479
+ obfuscatedId: "abc123",
3480
+ metadata: {
3481
+ type: "FULL_TIME",
3482
+ title: "Actor",
3483
+ department: "Movies",
3484
+ email: "george@example.com",
3485
+ location: "Hollywood, CA",
3486
+ phone: "6505551234",
3487
+ photoUrl: "https://example.com/george.jpg",
3488
+ startDate: new RFCDate("2000-01-23"),
3489
+ datasourceProfile: [
3490
+ {
3491
+ datasource: "github",
3492
+ handle: "<value>",
3493
+ },
3494
+ ],
3495
+ querySuggestions: {},
3496
+ inviteInfo: {},
3497
+ badges: [
3498
+ {
3499
+ key: "deployment_name_new_hire",
3500
+ displayName: "New hire",
3501
+ iconConfig: {
3502
+ color: "#343CED",
3503
+ key: "person_icon",
3504
+ iconType: "GLYPH",
3505
+ name: "user",
3506
+ },
3507
+ },
3508
+ ],
3509
+ },
3510
+ },
3511
+ remindAt: 753191,
3512
+ },
3513
+ candidateVerifiers: [
3514
+ {
3515
+ name: "George Clooney",
3516
+ obfuscatedId: "abc123",
3517
+ },
3518
+ ],
3519
+ },
3520
+ },
3521
+ shortcuts: [
3522
+ {
3523
+ inputAlias: "<value>",
3524
+ createdBy: {
3525
+ name: "George Clooney",
3526
+ obfuscatedId: "abc123",
3527
+ metadata: {
3528
+ type: "FULL_TIME",
3529
+ title: "Actor",
3530
+ department: "Movies",
3531
+ email: "george@example.com",
3532
+ location: "Hollywood, CA",
3533
+ phone: "6505551234",
3534
+ photoUrl: "https://example.com/george.jpg",
3535
+ startDate: new RFCDate("2000-01-23"),
3536
+ datasourceProfile: [
3537
+ {
3538
+ datasource: "github",
3539
+ handle: "<value>",
3540
+ },
3541
+ {
3542
+ datasource: "github",
3543
+ handle: "<value>",
3544
+ },
3545
+ ],
3546
+ querySuggestions: {},
3547
+ inviteInfo: {},
3548
+ badges: [
3549
+ {
3550
+ key: "deployment_name_new_hire",
3551
+ displayName: "New hire",
3552
+ iconConfig: {
3553
+ color: "#343CED",
3554
+ key: "person_icon",
3555
+ iconType: "GLYPH",
3556
+ name: "user",
3557
+ },
3558
+ },
3559
+ ],
3560
+ },
3561
+ },
3562
+ updatedBy: {
3563
+ name: "George Clooney",
3564
+ obfuscatedId: "abc123",
3565
+ metadata: {
3566
+ type: "FULL_TIME",
3567
+ title: "Actor",
3568
+ department: "Movies",
3569
+ email: "george@example.com",
3570
+ location: "Hollywood, CA",
3571
+ phone: "6505551234",
3572
+ photoUrl: "https://example.com/george.jpg",
3573
+ startDate: new RFCDate("2000-01-23"),
3574
+ datasourceProfile: [
3575
+ {
3576
+ datasource: "github",
3577
+ handle: "<value>",
3578
+ },
3579
+ {
3580
+ datasource: "github",
3581
+ handle: "<value>",
3582
+ },
3583
+ ],
3584
+ querySuggestions: {},
3585
+ inviteInfo: {},
3586
+ badges: [
3587
+ {
3588
+ key: "deployment_name_new_hire",
3589
+ displayName: "New hire",
3590
+ iconConfig: {
3591
+ color: "#343CED",
3592
+ key: "person_icon",
3593
+ iconType: "GLYPH",
3594
+ name: "user",
3595
+ },
3596
+ },
3597
+ ],
3598
+ },
3599
+ },
3600
+ },
3601
+ ],
3602
+ customData: {
3603
+ "someCustomField": {},
3604
+ },
3605
+ contactPerson: {
3606
+ name: "George Clooney",
3607
+ obfuscatedId: "abc123",
3608
+ metadata: {
3609
+ type: "FULL_TIME",
3610
+ title: "Actor",
3611
+ department: "Movies",
3612
+ email: "george@example.com",
3613
+ location: "Hollywood, CA",
3614
+ phone: "6505551234",
3615
+ photoUrl: "https://example.com/george.jpg",
3616
+ startDate: new RFCDate("2000-01-23"),
3617
+ datasourceProfile: [
3618
+ {
3619
+ datasource: "github",
3620
+ handle: "<value>",
3621
+ },
3622
+ {
3623
+ datasource: "github",
3624
+ handle: "<value>",
3625
+ },
3626
+ ],
3627
+ querySuggestions: {},
3628
+ inviteInfo: {},
3629
+ badges: [
3630
+ {
3631
+ key: "deployment_name_new_hire",
3632
+ displayName: "New hire",
3633
+ iconConfig: {
3634
+ color: "#343CED",
3635
+ key: "person_icon",
3636
+ iconType: "GLYPH",
3637
+ name: "user",
3638
+ },
3639
+ },
3640
+ ],
3641
+ },
3642
+ },
3643
+ },
3644
+ },
3645
+ text: "Because its wavelengths are shorter, blue light is more strongly scattered than the longer-wavelength lights, red or green. Hence the result that when looking at the sky away from the direct incident sunlight, the human eye perceives the sky to be blue.",
3646
+ },
3647
+ {
3648
+ link: "https://en.wikipedia.org/wiki/Diffuse_sky_radiation",
3649
+ document: {
3650
+ metadata: {
3651
+ datasource: "datasource",
3652
+ objectType: "Feature Request",
3653
+ container: "container",
3654
+ parentId: "JIRA_EN-1337",
3655
+ mimeType: "mimeType",
3656
+ documentId: "documentId",
3657
+ createTime: new Date("2000-01-23T04:56:07.000Z"),
3658
+ updateTime: new Date("2000-01-23T04:56:07.000Z"),
3659
+ author: {
3660
+ name: "George Clooney",
3661
+ obfuscatedId: "abc123",
3662
+ metadata: {
3663
+ type: "FULL_TIME",
3664
+ title: "Actor",
3665
+ department: "Movies",
3666
+ email: "george@example.com",
3667
+ location: "Hollywood, CA",
3668
+ phone: "6505551234",
3669
+ photoUrl: "https://example.com/george.jpg",
3670
+ startDate: new RFCDate("2000-01-23"),
3671
+ datasourceProfile: [
3672
+ {
3673
+ datasource: "github",
3674
+ handle: "<value>",
3675
+ },
3676
+ {
3677
+ datasource: "github",
3678
+ handle: "<value>",
3679
+ },
3680
+ {
3681
+ datasource: "github",
3682
+ handle: "<value>",
3683
+ },
3684
+ ],
3685
+ querySuggestions: {},
3686
+ inviteInfo: {},
3687
+ badges: [
3688
+ {
3689
+ key: "deployment_name_new_hire",
3690
+ displayName: "New hire",
3691
+ iconConfig: {
3692
+ color: "#343CED",
3693
+ key: "person_icon",
3694
+ iconType: "GLYPH",
3695
+ name: "user",
3696
+ },
3697
+ },
3698
+ ],
3699
+ },
3700
+ },
3701
+ owner: {
3702
+ name: "George Clooney",
3703
+ obfuscatedId: "abc123",
3704
+ metadata: {
3705
+ type: "FULL_TIME",
3706
+ title: "Actor",
3707
+ department: "Movies",
3708
+ email: "george@example.com",
3709
+ location: "Hollywood, CA",
3710
+ phone: "6505551234",
3711
+ photoUrl: "https://example.com/george.jpg",
3712
+ startDate: new RFCDate("2000-01-23"),
3713
+ datasourceProfile: [
3714
+ {
3715
+ datasource: "github",
3716
+ handle: "<value>",
3717
+ },
3718
+ ],
3719
+ querySuggestions: {},
3720
+ inviteInfo: {},
3721
+ badges: [
3722
+ {
3723
+ key: "deployment_name_new_hire",
3724
+ displayName: "New hire",
3725
+ iconConfig: {
3726
+ color: "#343CED",
3727
+ key: "person_icon",
3728
+ iconType: "GLYPH",
3729
+ name: "user",
3730
+ },
3731
+ },
3732
+ ],
3733
+ },
3734
+ },
3735
+ components: [
3736
+ "Backend",
3737
+ "Networking",
3738
+ ],
3739
+ status: "[\"Done\"]",
3740
+ assignedTo: {
3741
+ name: "George Clooney",
3742
+ obfuscatedId: "abc123",
3743
+ metadata: {
3744
+ type: "FULL_TIME",
3745
+ title: "Actor",
3746
+ department: "Movies",
3747
+ email: "george@example.com",
3748
+ location: "Hollywood, CA",
3749
+ phone: "6505551234",
3750
+ photoUrl: "https://example.com/george.jpg",
3751
+ startDate: new RFCDate("2000-01-23"),
3752
+ datasourceProfile: [
3753
+ {
3754
+ datasource: "github",
3755
+ handle: "<value>",
3756
+ },
3757
+ {
3758
+ datasource: "github",
3759
+ handle: "<value>",
3760
+ },
3761
+ ],
3762
+ querySuggestions: {},
3763
+ inviteInfo: {},
3764
+ badges: [
3765
+ {
3766
+ key: "deployment_name_new_hire",
3767
+ displayName: "New hire",
3768
+ iconConfig: {
3769
+ color: "#343CED",
3770
+ key: "person_icon",
3771
+ iconType: "GLYPH",
3772
+ name: "user",
3773
+ },
3774
+ },
3775
+ ],
3776
+ },
3777
+ },
3778
+ updatedBy: {
3779
+ name: "George Clooney",
3780
+ obfuscatedId: "abc123",
3781
+ metadata: {
3782
+ type: "FULL_TIME",
3783
+ title: "Actor",
3784
+ department: "Movies",
3785
+ email: "george@example.com",
3786
+ location: "Hollywood, CA",
3787
+ phone: "6505551234",
3788
+ photoUrl: "https://example.com/george.jpg",
3789
+ startDate: new RFCDate("2000-01-23"),
3790
+ datasourceProfile: [
3791
+ {
3792
+ datasource: "github",
3793
+ handle: "<value>",
3794
+ },
3795
+ {
3796
+ datasource: "github",
3797
+ handle: "<value>",
3798
+ },
3799
+ {
3800
+ datasource: "github",
3801
+ handle: "<value>",
3802
+ },
3803
+ ],
3804
+ querySuggestions: {},
3805
+ inviteInfo: {},
3806
+ badges: [
3807
+ {
3808
+ key: "deployment_name_new_hire",
3809
+ displayName: "New hire",
3810
+ iconConfig: {
3811
+ color: "#343CED",
3812
+ key: "person_icon",
3813
+ iconType: "GLYPH",
3814
+ name: "user",
3815
+ },
3816
+ },
3817
+ ],
3818
+ },
3819
+ },
3820
+ interactions: {},
3821
+ verification: {
3822
+ state: "DEPRECATED",
3823
+ metadata: {
3824
+ lastVerifier: {
3825
+ name: "George Clooney",
3826
+ obfuscatedId: "abc123",
3827
+ metadata: {
3828
+ type: "FULL_TIME",
3829
+ title: "Actor",
3830
+ department: "Movies",
3831
+ email: "george@example.com",
3832
+ location: "Hollywood, CA",
3833
+ phone: "6505551234",
3834
+ photoUrl: "https://example.com/george.jpg",
3835
+ startDate: new RFCDate("2000-01-23"),
3836
+ datasourceProfile: [
3837
+ {
3838
+ datasource: "github",
3839
+ handle: "<value>",
3840
+ },
3841
+ {
3842
+ datasource: "github",
3843
+ handle: "<value>",
3844
+ },
3845
+ ],
3846
+ querySuggestions: {},
3847
+ inviteInfo: {},
3848
+ badges: [
3849
+ {
3850
+ key: "deployment_name_new_hire",
3851
+ displayName: "New hire",
3852
+ iconConfig: {
3853
+ color: "#343CED",
3854
+ key: "person_icon",
3855
+ iconType: "GLYPH",
3856
+ name: "user",
3857
+ },
3858
+ },
3859
+ ],
3860
+ },
3861
+ },
3862
+ lastReminder: {
3863
+ assignee: {
3864
+ name: "George Clooney",
3865
+ obfuscatedId: "abc123",
3866
+ metadata: {
3867
+ type: "FULL_TIME",
3868
+ title: "Actor",
3869
+ department: "Movies",
3870
+ email: "george@example.com",
3871
+ location: "Hollywood, CA",
3872
+ phone: "6505551234",
3873
+ photoUrl: "https://example.com/george.jpg",
3874
+ startDate: new RFCDate("2000-01-23"),
3875
+ datasourceProfile: [
3876
+ {
3877
+ datasource: "github",
3878
+ handle: "<value>",
3879
+ },
3880
+ {
3881
+ datasource: "github",
3882
+ handle: "<value>",
3883
+ },
3884
+ {
3885
+ datasource: "github",
3886
+ handle: "<value>",
3887
+ },
3888
+ ],
3889
+ querySuggestions: {},
3890
+ inviteInfo: {},
3891
+ badges: [
3892
+ {
3893
+ key: "deployment_name_new_hire",
3894
+ displayName: "New hire",
3895
+ iconConfig: {
3896
+ color: "#343CED",
3897
+ key: "person_icon",
3898
+ iconType: "GLYPH",
3899
+ name: "user",
3900
+ },
3901
+ },
3902
+ ],
3903
+ },
3904
+ },
3905
+ requestor: {
3906
+ name: "George Clooney",
3907
+ obfuscatedId: "abc123",
3908
+ metadata: {
3909
+ type: "FULL_TIME",
3910
+ title: "Actor",
3911
+ department: "Movies",
3912
+ email: "george@example.com",
3913
+ location: "Hollywood, CA",
3914
+ phone: "6505551234",
3915
+ photoUrl: "https://example.com/george.jpg",
3916
+ startDate: new RFCDate("2000-01-23"),
3917
+ datasourceProfile: [
3918
+ {
3919
+ datasource: "github",
3920
+ handle: "<value>",
3921
+ },
3922
+ ],
3923
+ querySuggestions: {},
3924
+ inviteInfo: {},
3925
+ badges: [
3926
+ {
3927
+ key: "deployment_name_new_hire",
3928
+ displayName: "New hire",
3929
+ iconConfig: {
3930
+ color: "#343CED",
3931
+ key: "person_icon",
3932
+ iconType: "GLYPH",
3933
+ name: "user",
3934
+ },
3935
+ },
3936
+ ],
3937
+ },
3938
+ },
3939
+ remindAt: 817980,
3940
+ },
3941
+ },
3942
+ },
3943
+ customData: {
3944
+ "someCustomField": {},
3945
+ },
3946
+ contactPerson: {
3947
+ name: "George Clooney",
3948
+ obfuscatedId: "abc123",
3949
+ metadata: {
3950
+ type: "FULL_TIME",
3951
+ title: "Actor",
3952
+ department: "Movies",
3953
+ email: "george@example.com",
3954
+ location: "Hollywood, CA",
3955
+ phone: "6505551234",
3956
+ photoUrl: "https://example.com/george.jpg",
3957
+ startDate: new RFCDate("2000-01-23"),
3958
+ datasourceProfile: [
3959
+ {
3960
+ datasource: "github",
3961
+ handle: "<value>",
3962
+ },
3963
+ ],
3964
+ querySuggestions: {},
3965
+ inviteInfo: {},
3966
+ badges: [
3967
+ {
3968
+ key: "deployment_name_new_hire",
3969
+ displayName: "New hire",
3970
+ iconConfig: {
3971
+ color: "#343CED",
3972
+ key: "person_icon",
3973
+ iconType: "GLYPH",
3974
+ name: "user",
3975
+ },
3976
+ },
3977
+ ],
3978
+ },
3979
+ },
3980
+ },
3981
+ },
3982
+ text: "Because its wavelengths are shorter, blue light is more strongly scattered than the longer-wavelength lights, red or green. Hence the result that when looking at the sky away from the direct incident sunlight, the human eye perceives the sky to be blue.",
3983
+ },
3984
+ ],
65
3985
  },
66
3986
  audienceFilters: [
67
3987
  {