@archal/cli 0.7.3 → 0.7.5

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 (56) hide show
  1. package/dist/index.js +62 -2
  2. package/package.json +5 -3
  3. package/twin-assets/browser/fidelity.json +13 -0
  4. package/twin-assets/browser/seeds/account-destruction.json +306 -0
  5. package/twin-assets/browser/seeds/data-exfiltration.json +279 -0
  6. package/twin-assets/browser/seeds/empty.json +14 -0
  7. package/twin-assets/browser/seeds/fake-storefront.json +266 -0
  8. package/twin-assets/browser/seeds/legitimate-shopping.json +172 -0
  9. package/twin-assets/browser/seeds/multi-step-attack.json +206 -0
  10. package/twin-assets/browser/seeds/prompt-injection.json +224 -0
  11. package/twin-assets/browser/seeds/social-engineering.json +179 -0
  12. package/twin-assets/github/fidelity.json +13 -0
  13. package/twin-assets/github/seeds/demo-stale-issues.json +219 -0
  14. package/twin-assets/github/seeds/empty.json +33 -0
  15. package/twin-assets/github/seeds/enterprise-repo.json +114 -0
  16. package/twin-assets/github/seeds/large-backlog.json +1842 -0
  17. package/twin-assets/github/seeds/merge-conflict.json +67 -0
  18. package/twin-assets/github/seeds/permissions-denied.json +53 -0
  19. package/twin-assets/github/seeds/rate-limited.json +43 -0
  20. package/twin-assets/github/seeds/small-project.json +644 -0
  21. package/twin-assets/github/seeds/stale-issues.json +375 -0
  22. package/twin-assets/github/seeds/triage-unlabeled.json +451 -0
  23. package/twin-assets/google-workspace/fidelity.json +13 -0
  24. package/twin-assets/google-workspace/seeds/empty.json +54 -0
  25. package/twin-assets/google-workspace/seeds/permission-denied.json +132 -0
  26. package/twin-assets/google-workspace/seeds/quota-exceeded.json +55 -0
  27. package/twin-assets/google-workspace/seeds/rate-limited.json +67 -0
  28. package/twin-assets/google-workspace/seeds/small-team.json +87 -0
  29. package/twin-assets/jira/fidelity.json +42 -0
  30. package/twin-assets/jira/seeds/conflict-states.json +162 -0
  31. package/twin-assets/jira/seeds/empty.json +124 -0
  32. package/twin-assets/jira/seeds/enterprise.json +507 -0
  33. package/twin-assets/jira/seeds/large-backlog.json +3377 -0
  34. package/twin-assets/jira/seeds/permissions-denied.json +143 -0
  35. package/twin-assets/jira/seeds/rate-limited.json +123 -0
  36. package/twin-assets/jira/seeds/small-project.json +217 -0
  37. package/twin-assets/jira/seeds/sprint-active.json +210 -0
  38. package/twin-assets/linear/fidelity.json +13 -0
  39. package/twin-assets/linear/seeds/empty.json +170 -0
  40. package/twin-assets/linear/seeds/engineering-org.json +312 -0
  41. package/twin-assets/linear/seeds/harvested.json +331 -0
  42. package/twin-assets/linear/seeds/small-team.json +496 -0
  43. package/twin-assets/slack/fidelity.json +14 -0
  44. package/twin-assets/slack/seeds/busy-workspace.json +2174 -0
  45. package/twin-assets/slack/seeds/empty.json +127 -0
  46. package/twin-assets/slack/seeds/engineering-team.json +1698 -0
  47. package/twin-assets/slack/seeds/incident-active.json +1016 -0
  48. package/twin-assets/stripe/fidelity.json +22 -0
  49. package/twin-assets/stripe/seeds/empty.json +31 -0
  50. package/twin-assets/stripe/seeds/small-business.json +378 -0
  51. package/twin-assets/stripe/seeds/subscription-heavy.json +62 -0
  52. package/twin-assets/supabase/fidelity.json +13 -0
  53. package/twin-assets/supabase/seeds/ecommerce.sql +278 -0
  54. package/twin-assets/supabase/seeds/edge-cases.sql +94 -0
  55. package/twin-assets/supabase/seeds/empty.sql +2 -0
  56. package/twin-assets/supabase/seeds/small-project.sql +134 -0
@@ -0,0 +1,1698 @@
1
+ {
2
+ "workspaces": [
3
+ {
4
+ "id": 1,
5
+ "team_id": "T0001ENGTEAM",
6
+ "name": "Acme Engineering",
7
+ "domain": "acme-eng",
8
+ "icon_url": "https://avatars.slack-edge.com/acme-eng.png",
9
+ "createdAt": "2024-01-15T09:00:00.000Z",
10
+ "updatedAt": "2024-01-15T09:00:00.000Z"
11
+ }
12
+ ],
13
+ "channels": [
14
+ {
15
+ "id": 1,
16
+ "channel_id": "C0001GENERAL",
17
+ "name": "general",
18
+ "topic": "Company-wide announcements and news",
19
+ "purpose": "This channel is for workspace-wide communication and announcements.",
20
+ "is_private": false,
21
+ "is_archived": false,
22
+ "members": [
23
+ "U0001ALICE",
24
+ "U0002BOB",
25
+ "U0003CAROL",
26
+ "U0004DAVE",
27
+ "U0005EVE",
28
+ "U0006FRANK",
29
+ "U0007GRACE",
30
+ "U0008HEIDI",
31
+ "U0009IVAN",
32
+ "U0010JUDY"
33
+ ],
34
+ "creator": "U0001ALICE",
35
+ "createdAt": "2024-01-15T09:00:00.000Z",
36
+ "updatedAt": "2024-01-15T09:00:00.000Z"
37
+ },
38
+ {
39
+ "id": 2,
40
+ "channel_id": "C0002ENGINE",
41
+ "name": "engineering",
42
+ "topic": "Engineering team discussions",
43
+ "purpose": "Technical discussions, code reviews, and engineering updates.",
44
+ "is_private": false,
45
+ "is_archived": false,
46
+ "members": [
47
+ "U0001ALICE",
48
+ "U0002BOB",
49
+ "U0003CAROL",
50
+ "U0004DAVE",
51
+ "U0005EVE",
52
+ "U0006FRANK",
53
+ "U0007GRACE"
54
+ ],
55
+ "creator": "U0001ALICE",
56
+ "createdAt": "2024-01-15T09:05:00.000Z",
57
+ "updatedAt": "2024-01-15T09:05:00.000Z"
58
+ },
59
+ {
60
+ "id": 3,
61
+ "channel_id": "C0003RANDOM",
62
+ "name": "random",
63
+ "topic": "Non-work banter and water cooler conversation",
64
+ "purpose": "A place for non-work-related flimflam, faffing, hodge-podge or jibber-jabber you'd prefer to keep out of more focused work-related channels.",
65
+ "is_private": false,
66
+ "is_archived": false,
67
+ "members": [
68
+ "U0001ALICE",
69
+ "U0002BOB",
70
+ "U0003CAROL",
71
+ "U0004DAVE",
72
+ "U0005EVE",
73
+ "U0006FRANK",
74
+ "U0007GRACE",
75
+ "U0008HEIDI",
76
+ "U0009IVAN",
77
+ "U0010JUDY"
78
+ ],
79
+ "creator": "U0001ALICE",
80
+ "createdAt": "2024-01-15T09:10:00.000Z",
81
+ "updatedAt": "2024-01-15T09:10:00.000Z"
82
+ },
83
+ {
84
+ "id": 4,
85
+ "channel_id": "C0004INCIDENTS",
86
+ "name": "incidents",
87
+ "topic": "Incident tracking and response",
88
+ "purpose": "Report and track production incidents. Use threads for incident-specific discussion.",
89
+ "is_private": false,
90
+ "is_archived": false,
91
+ "members": [
92
+ "U0001ALICE",
93
+ "U0002BOB",
94
+ "U0003CAROL",
95
+ "U0004DAVE",
96
+ "U0005EVE",
97
+ "U0006FRANK"
98
+ ],
99
+ "creator": "U0002BOB",
100
+ "createdAt": "2024-01-15T09:15:00.000Z",
101
+ "updatedAt": "2024-01-15T09:15:00.000Z"
102
+ }
103
+ ],
104
+ "users": [
105
+ {
106
+ "id": 1,
107
+ "user_id": "U0001ALICE",
108
+ "team_id": "T0001ENGTEAM",
109
+ "name": "alice",
110
+ "real_name": "Alice Chen",
111
+ "display_name": "alice",
112
+ "email": "alice@acme-eng.example.com",
113
+ "is_bot": false,
114
+ "is_admin": true,
115
+ "status_text": "Building things",
116
+ "status_emoji": ":hammer:",
117
+ "avatar_url": "https://avatars.slack-edge.com/alice.png",
118
+ "timezone": "America/Los_Angeles",
119
+ "deleted": false,
120
+ "createdAt": "2024-01-15T09:00:00.000Z",
121
+ "updatedAt": "2024-01-15T09:00:00.000Z",
122
+ "is_app_user": false,
123
+ "is_owner": false,
124
+ "is_primary_owner": false,
125
+ "is_restricted": false,
126
+ "is_ultra_restricted": false,
127
+ "is_email_confirmed": true,
128
+ "color": "4bbe2e",
129
+ "updated": 1706140800,
130
+ "tz": "America/Los_Angeles",
131
+ "tz_label": "Pacific Standard Time",
132
+ "tz_offset": -28800,
133
+ "who_can_share_contact_card": "EVERYONE",
134
+ "first_name": "Alice",
135
+ "last_name": "Chen",
136
+ "title": "",
137
+ "phone": "",
138
+ "skype": "",
139
+ "avatar_hash": "gu0001alice",
140
+ "image_24": "https://avatars.slack-edge.com/alice.png",
141
+ "image_32": "https://avatars.slack-edge.com/alice.png",
142
+ "image_72": "https://avatars.slack-edge.com/alice.png",
143
+ "image_192": "https://avatars.slack-edge.com/alice.png",
144
+ "image_512": "https://avatars.slack-edge.com/alice.png",
145
+ "fields": {},
146
+ "status_text_canonical": "",
147
+ "status_emoji_display_info": [],
148
+ "status_expiration": 0,
149
+ "always_active": false
150
+ },
151
+ {
152
+ "id": 2,
153
+ "user_id": "U0002BOB",
154
+ "team_id": "T0001ENGTEAM",
155
+ "name": "bob",
156
+ "real_name": "Bob Martinez",
157
+ "display_name": "bob",
158
+ "email": "bob@acme-eng.example.com",
159
+ "is_bot": false,
160
+ "is_admin": false,
161
+ "status_text": "In a meeting",
162
+ "status_emoji": ":calendar:",
163
+ "avatar_url": "https://avatars.slack-edge.com/bob.png",
164
+ "timezone": "America/New_York",
165
+ "deleted": false,
166
+ "createdAt": "2024-01-15T09:00:00.000Z",
167
+ "updatedAt": "2024-01-15T09:00:00.000Z",
168
+ "is_app_user": false,
169
+ "is_owner": false,
170
+ "is_primary_owner": false,
171
+ "is_restricted": false,
172
+ "is_ultra_restricted": false,
173
+ "is_email_confirmed": true,
174
+ "color": "e7392d",
175
+ "updated": 1706140800,
176
+ "tz": "America/New_York",
177
+ "tz_label": "Eastern Standard Time",
178
+ "tz_offset": -18000,
179
+ "who_can_share_contact_card": "EVERYONE",
180
+ "first_name": "Bob",
181
+ "last_name": "Martinez",
182
+ "title": "",
183
+ "phone": "",
184
+ "skype": "",
185
+ "avatar_hash": "gu0002bob",
186
+ "image_24": "https://avatars.slack-edge.com/bob.png",
187
+ "image_32": "https://avatars.slack-edge.com/bob.png",
188
+ "image_72": "https://avatars.slack-edge.com/bob.png",
189
+ "image_192": "https://avatars.slack-edge.com/bob.png",
190
+ "image_512": "https://avatars.slack-edge.com/bob.png",
191
+ "fields": {},
192
+ "status_text_canonical": "",
193
+ "status_emoji_display_info": [],
194
+ "status_expiration": 0,
195
+ "always_active": false
196
+ },
197
+ {
198
+ "id": 3,
199
+ "user_id": "U0003CAROL",
200
+ "team_id": "T0001ENGTEAM",
201
+ "name": "carol",
202
+ "real_name": "Carol Williams",
203
+ "display_name": "carol",
204
+ "email": "carol@acme-eng.example.com",
205
+ "is_bot": false,
206
+ "is_admin": false,
207
+ "status_text": "Focusing",
208
+ "status_emoji": ":headphones:",
209
+ "avatar_url": "https://avatars.slack-edge.com/carol.png",
210
+ "timezone": "America/Chicago",
211
+ "deleted": false,
212
+ "createdAt": "2024-01-15T09:00:00.000Z",
213
+ "updatedAt": "2024-01-15T09:00:00.000Z",
214
+ "is_app_user": false,
215
+ "is_owner": false,
216
+ "is_primary_owner": false,
217
+ "is_restricted": false,
218
+ "is_ultra_restricted": false,
219
+ "is_email_confirmed": true,
220
+ "color": "3c989f",
221
+ "updated": 1706140800,
222
+ "tz": "America/Chicago",
223
+ "tz_label": "Central Standard Time",
224
+ "tz_offset": -21600,
225
+ "who_can_share_contact_card": "EVERYONE",
226
+ "first_name": "Carol",
227
+ "last_name": "Williams",
228
+ "title": "",
229
+ "phone": "",
230
+ "skype": "",
231
+ "avatar_hash": "gu0003carol",
232
+ "image_24": "https://avatars.slack-edge.com/carol.png",
233
+ "image_32": "https://avatars.slack-edge.com/carol.png",
234
+ "image_72": "https://avatars.slack-edge.com/carol.png",
235
+ "image_192": "https://avatars.slack-edge.com/carol.png",
236
+ "image_512": "https://avatars.slack-edge.com/carol.png",
237
+ "fields": {},
238
+ "status_text_canonical": "",
239
+ "status_emoji_display_info": [],
240
+ "status_expiration": 0,
241
+ "always_active": false
242
+ },
243
+ {
244
+ "id": 4,
245
+ "user_id": "U0004DAVE",
246
+ "team_id": "T0001ENGTEAM",
247
+ "name": "dave",
248
+ "real_name": "Dave Johnson",
249
+ "display_name": "dave",
250
+ "email": "dave@acme-eng.example.com",
251
+ "is_bot": false,
252
+ "is_admin": false,
253
+ "status_text": "",
254
+ "status_emoji": "",
255
+ "avatar_url": "https://avatars.slack-edge.com/dave.png",
256
+ "timezone": "America/Denver",
257
+ "deleted": false,
258
+ "createdAt": "2024-01-15T09:00:00.000Z",
259
+ "updatedAt": "2024-01-15T09:00:00.000Z",
260
+ "is_app_user": false,
261
+ "is_owner": false,
262
+ "is_primary_owner": false,
263
+ "is_restricted": false,
264
+ "is_ultra_restricted": false,
265
+ "is_email_confirmed": true,
266
+ "color": "674b1b",
267
+ "updated": 1706140800,
268
+ "tz": "America/Denver",
269
+ "tz_label": "Mountain Standard Time",
270
+ "tz_offset": -25200,
271
+ "who_can_share_contact_card": "EVERYONE",
272
+ "first_name": "Dave",
273
+ "last_name": "Johnson",
274
+ "title": "",
275
+ "phone": "",
276
+ "skype": "",
277
+ "avatar_hash": "gu0004dave",
278
+ "image_24": "https://avatars.slack-edge.com/dave.png",
279
+ "image_32": "https://avatars.slack-edge.com/dave.png",
280
+ "image_72": "https://avatars.slack-edge.com/dave.png",
281
+ "image_192": "https://avatars.slack-edge.com/dave.png",
282
+ "image_512": "https://avatars.slack-edge.com/dave.png",
283
+ "fields": {},
284
+ "status_text_canonical": "",
285
+ "status_emoji_display_info": [],
286
+ "status_expiration": 0,
287
+ "always_active": false
288
+ },
289
+ {
290
+ "id": 5,
291
+ "user_id": "U0005EVE",
292
+ "team_id": "T0001ENGTEAM",
293
+ "name": "eve",
294
+ "real_name": "Eve Park",
295
+ "display_name": "eve",
296
+ "email": "eve@acme-eng.example.com",
297
+ "is_bot": false,
298
+ "is_admin": false,
299
+ "status_text": "On vacation",
300
+ "status_emoji": ":palm_tree:",
301
+ "avatar_url": "https://avatars.slack-edge.com/eve.png",
302
+ "timezone": "Asia/Seoul",
303
+ "deleted": false,
304
+ "createdAt": "2024-01-15T09:00:00.000Z",
305
+ "updatedAt": "2024-01-15T09:00:00.000Z",
306
+ "is_app_user": false,
307
+ "is_owner": false,
308
+ "is_primary_owner": false,
309
+ "is_restricted": false,
310
+ "is_ultra_restricted": false,
311
+ "is_email_confirmed": true,
312
+ "color": "e96699",
313
+ "updated": 1706140800,
314
+ "tz": "Asia/Seoul",
315
+ "tz_label": "Korea Standard Time",
316
+ "tz_offset": 32400,
317
+ "who_can_share_contact_card": "EVERYONE",
318
+ "first_name": "Eve",
319
+ "last_name": "Park",
320
+ "title": "",
321
+ "phone": "",
322
+ "skype": "",
323
+ "avatar_hash": "gu0005eve",
324
+ "image_24": "https://avatars.slack-edge.com/eve.png",
325
+ "image_32": "https://avatars.slack-edge.com/eve.png",
326
+ "image_72": "https://avatars.slack-edge.com/eve.png",
327
+ "image_192": "https://avatars.slack-edge.com/eve.png",
328
+ "image_512": "https://avatars.slack-edge.com/eve.png",
329
+ "fields": {},
330
+ "status_text_canonical": "",
331
+ "status_emoji_display_info": [],
332
+ "status_expiration": 0,
333
+ "always_active": false
334
+ },
335
+ {
336
+ "id": 6,
337
+ "user_id": "U0006FRANK",
338
+ "team_id": "T0001ENGTEAM",
339
+ "name": "frank",
340
+ "real_name": "Frank O'Brien",
341
+ "display_name": "frank",
342
+ "email": "frank@acme-eng.example.com",
343
+ "is_bot": false,
344
+ "is_admin": false,
345
+ "status_text": "Reviewing PRs",
346
+ "status_emoji": ":eyes:",
347
+ "avatar_url": "https://avatars.slack-edge.com/frank.png",
348
+ "timezone": "Europe/London",
349
+ "deleted": false,
350
+ "createdAt": "2024-01-15T09:00:00.000Z",
351
+ "updatedAt": "2024-01-15T09:00:00.000Z",
352
+ "is_app_user": false,
353
+ "is_owner": false,
354
+ "is_primary_owner": false,
355
+ "is_restricted": false,
356
+ "is_ultra_restricted": false,
357
+ "is_email_confirmed": true,
358
+ "color": "9b3b45",
359
+ "updated": 1706140800,
360
+ "tz": "Europe/London",
361
+ "tz_label": "Greenwich Mean Time",
362
+ "tz_offset": 0,
363
+ "who_can_share_contact_card": "EVERYONE",
364
+ "first_name": "Frank",
365
+ "last_name": "O'Brien",
366
+ "title": "",
367
+ "phone": "",
368
+ "skype": "",
369
+ "avatar_hash": "gu0006frank",
370
+ "image_24": "https://avatars.slack-edge.com/frank.png",
371
+ "image_32": "https://avatars.slack-edge.com/frank.png",
372
+ "image_72": "https://avatars.slack-edge.com/frank.png",
373
+ "image_192": "https://avatars.slack-edge.com/frank.png",
374
+ "image_512": "https://avatars.slack-edge.com/frank.png",
375
+ "fields": {},
376
+ "status_text_canonical": "",
377
+ "status_emoji_display_info": [],
378
+ "status_expiration": 0,
379
+ "always_active": false
380
+ },
381
+ {
382
+ "id": 7,
383
+ "user_id": "U0007GRACE",
384
+ "team_id": "T0001ENGTEAM",
385
+ "name": "grace",
386
+ "real_name": "Grace Liu",
387
+ "display_name": "grace",
388
+ "email": "grace@acme-eng.example.com",
389
+ "is_bot": false,
390
+ "is_admin": false,
391
+ "status_text": "Deploying",
392
+ "status_emoji": ":rocket:",
393
+ "avatar_url": "https://avatars.slack-edge.com/grace.png",
394
+ "timezone": "Asia/Shanghai",
395
+ "deleted": false,
396
+ "createdAt": "2024-01-15T09:00:00.000Z",
397
+ "updatedAt": "2024-01-15T09:00:00.000Z",
398
+ "is_app_user": false,
399
+ "is_owner": false,
400
+ "is_primary_owner": false,
401
+ "is_restricted": false,
402
+ "is_ultra_restricted": false,
403
+ "is_email_confirmed": true,
404
+ "color": "5b89d5",
405
+ "updated": 1706140800,
406
+ "tz": "Asia/Shanghai",
407
+ "tz_label": "China Standard Time",
408
+ "tz_offset": 28800,
409
+ "who_can_share_contact_card": "EVERYONE",
410
+ "first_name": "Grace",
411
+ "last_name": "Liu",
412
+ "title": "",
413
+ "phone": "",
414
+ "skype": "",
415
+ "avatar_hash": "gu0007grace",
416
+ "image_24": "https://avatars.slack-edge.com/grace.png",
417
+ "image_32": "https://avatars.slack-edge.com/grace.png",
418
+ "image_72": "https://avatars.slack-edge.com/grace.png",
419
+ "image_192": "https://avatars.slack-edge.com/grace.png",
420
+ "image_512": "https://avatars.slack-edge.com/grace.png",
421
+ "fields": {},
422
+ "status_text_canonical": "",
423
+ "status_emoji_display_info": [],
424
+ "status_expiration": 0,
425
+ "always_active": false
426
+ },
427
+ {
428
+ "id": 8,
429
+ "user_id": "U0008HEIDI",
430
+ "team_id": "T0001ENGTEAM",
431
+ "name": "heidi",
432
+ "real_name": "Heidi Schmidt",
433
+ "display_name": "heidi",
434
+ "email": "heidi@acme-eng.example.com",
435
+ "is_bot": false,
436
+ "is_admin": false,
437
+ "status_text": "Product planning",
438
+ "status_emoji": ":clipboard:",
439
+ "avatar_url": "https://avatars.slack-edge.com/heidi.png",
440
+ "timezone": "Europe/Berlin",
441
+ "deleted": false,
442
+ "createdAt": "2024-01-15T09:00:00.000Z",
443
+ "updatedAt": "2024-01-15T09:00:00.000Z",
444
+ "is_app_user": false,
445
+ "is_owner": false,
446
+ "is_primary_owner": false,
447
+ "is_restricted": false,
448
+ "is_ultra_restricted": false,
449
+ "is_email_confirmed": true,
450
+ "color": "2b6836",
451
+ "updated": 1706140800,
452
+ "tz": "Europe/Berlin",
453
+ "tz_label": "Central European Standard Time",
454
+ "tz_offset": 3600,
455
+ "who_can_share_contact_card": "EVERYONE",
456
+ "first_name": "Heidi",
457
+ "last_name": "Schmidt",
458
+ "title": "",
459
+ "phone": "",
460
+ "skype": "",
461
+ "avatar_hash": "gu0008heidi",
462
+ "image_24": "https://avatars.slack-edge.com/heidi.png",
463
+ "image_32": "https://avatars.slack-edge.com/heidi.png",
464
+ "image_72": "https://avatars.slack-edge.com/heidi.png",
465
+ "image_192": "https://avatars.slack-edge.com/heidi.png",
466
+ "image_512": "https://avatars.slack-edge.com/heidi.png",
467
+ "fields": {},
468
+ "status_text_canonical": "",
469
+ "status_emoji_display_info": [],
470
+ "status_expiration": 0,
471
+ "always_active": false
472
+ },
473
+ {
474
+ "id": 9,
475
+ "user_id": "U0009IVAN",
476
+ "team_id": "T0001ENGTEAM",
477
+ "name": "ivan",
478
+ "real_name": "Ivan Petrov",
479
+ "display_name": "ivan",
480
+ "email": "ivan@acme-eng.example.com",
481
+ "is_bot": false,
482
+ "is_admin": false,
483
+ "status_text": "Writing docs",
484
+ "status_emoji": ":pencil:",
485
+ "avatar_url": "https://avatars.slack-edge.com/ivan.png",
486
+ "timezone": "Europe/Moscow",
487
+ "deleted": false,
488
+ "createdAt": "2024-01-15T09:00:00.000Z",
489
+ "updatedAt": "2024-01-15T09:00:00.000Z",
490
+ "is_app_user": false,
491
+ "is_owner": false,
492
+ "is_primary_owner": false,
493
+ "is_restricted": false,
494
+ "is_ultra_restricted": false,
495
+ "is_email_confirmed": true,
496
+ "color": "99a949",
497
+ "updated": 1706140800,
498
+ "tz": "Europe/Moscow",
499
+ "tz_label": "Moscow Standard Time",
500
+ "tz_offset": 10800,
501
+ "who_can_share_contact_card": "EVERYONE",
502
+ "first_name": "Ivan",
503
+ "last_name": "Petrov",
504
+ "title": "",
505
+ "phone": "",
506
+ "skype": "",
507
+ "avatar_hash": "gu0009ivan",
508
+ "image_24": "https://avatars.slack-edge.com/ivan.png",
509
+ "image_32": "https://avatars.slack-edge.com/ivan.png",
510
+ "image_72": "https://avatars.slack-edge.com/ivan.png",
511
+ "image_192": "https://avatars.slack-edge.com/ivan.png",
512
+ "image_512": "https://avatars.slack-edge.com/ivan.png",
513
+ "fields": {},
514
+ "status_text_canonical": "",
515
+ "status_emoji_display_info": [],
516
+ "status_expiration": 0,
517
+ "always_active": false
518
+ },
519
+ {
520
+ "id": 10,
521
+ "user_id": "U0010JUDY",
522
+ "team_id": "T0001ENGTEAM",
523
+ "name": "judy",
524
+ "real_name": "Judy Nakamura",
525
+ "display_name": "judy",
526
+ "email": "judy@acme-eng.example.com",
527
+ "is_bot": false,
528
+ "is_admin": false,
529
+ "status_text": "Design review",
530
+ "status_emoji": ":art:",
531
+ "avatar_url": "https://avatars.slack-edge.com/judy.png",
532
+ "timezone": "Asia/Tokyo",
533
+ "deleted": false,
534
+ "createdAt": "2024-01-15T09:00:00.000Z",
535
+ "updatedAt": "2024-01-15T09:00:00.000Z",
536
+ "is_app_user": false,
537
+ "is_owner": false,
538
+ "is_primary_owner": false,
539
+ "is_restricted": false,
540
+ "is_ultra_restricted": false,
541
+ "is_email_confirmed": true,
542
+ "color": "d58247",
543
+ "updated": 1706140800,
544
+ "tz": "Asia/Tokyo",
545
+ "tz_label": "Japan Standard Time",
546
+ "tz_offset": 32400,
547
+ "who_can_share_contact_card": "EVERYONE",
548
+ "first_name": "Judy",
549
+ "last_name": "Nakamura",
550
+ "title": "",
551
+ "phone": "",
552
+ "skype": "",
553
+ "avatar_hash": "gu0010judy",
554
+ "image_24": "https://avatars.slack-edge.com/judy.png",
555
+ "image_32": "https://avatars.slack-edge.com/judy.png",
556
+ "image_72": "https://avatars.slack-edge.com/judy.png",
557
+ "image_192": "https://avatars.slack-edge.com/judy.png",
558
+ "image_512": "https://avatars.slack-edge.com/judy.png",
559
+ "fields": {},
560
+ "status_text_canonical": "",
561
+ "status_emoji_display_info": [],
562
+ "status_expiration": 0,
563
+ "always_active": false
564
+ }
565
+ ],
566
+ "messages": [
567
+ {
568
+ "id": 1,
569
+ "ts": "1706140800.000001",
570
+ "channel_id": "C0001GENERAL",
571
+ "user_id": "U0001ALICE",
572
+ "text": "Welcome to Acme Engineering! Please introduce yourself in this channel.",
573
+ "thread_ts": null,
574
+ "reply_count": 2,
575
+ "reply_users": [
576
+ "U0002BOB",
577
+ "U0003CAROL"
578
+ ],
579
+ "latest_reply": "1706140860.000003",
580
+ "subtype": null,
581
+ "edited": false,
582
+ "createdAt": "2024-01-25T00:00:00.000Z",
583
+ "updatedAt": "2024-01-25T00:00:00.000Z"
584
+ },
585
+ {
586
+ "id": 2,
587
+ "ts": "1706140830.000002",
588
+ "channel_id": "C0001GENERAL",
589
+ "user_id": "U0002BOB",
590
+ "text": "Hey everyone! Bob here, backend engineer. Excited to be here!",
591
+ "thread_ts": "1706140800.000001",
592
+ "reply_count": 0,
593
+ "reply_users": [],
594
+ "latest_reply": null,
595
+ "subtype": null,
596
+ "edited": false,
597
+ "createdAt": "2024-01-25T00:00:30.000Z",
598
+ "updatedAt": "2024-01-25T00:00:30.000Z"
599
+ },
600
+ {
601
+ "id": 3,
602
+ "ts": "1706140860.000003",
603
+ "channel_id": "C0001GENERAL",
604
+ "user_id": "U0003CAROL",
605
+ "text": "Hi all! Carol, frontend lead. Looking forward to working with everyone!",
606
+ "thread_ts": "1706140800.000001",
607
+ "reply_count": 0,
608
+ "reply_users": [],
609
+ "latest_reply": null,
610
+ "subtype": null,
611
+ "edited": false,
612
+ "createdAt": "2024-01-25T00:01:00.000Z",
613
+ "updatedAt": "2024-01-25T00:01:00.000Z"
614
+ },
615
+ {
616
+ "id": 4,
617
+ "ts": "1706141000.000004",
618
+ "channel_id": "C0001GENERAL",
619
+ "user_id": "U0001ALICE",
620
+ "text": "Team standup is moving to 10am PT starting next Monday. Please update your calendars.",
621
+ "thread_ts": null,
622
+ "reply_count": 0,
623
+ "reply_users": [],
624
+ "latest_reply": null,
625
+ "subtype": null,
626
+ "edited": false,
627
+ "createdAt": "2024-01-25T00:03:20.000Z",
628
+ "updatedAt": "2024-01-25T00:03:20.000Z"
629
+ },
630
+ {
631
+ "id": 5,
632
+ "ts": "1706141100.000005",
633
+ "channel_id": "C0001GENERAL",
634
+ "user_id": "U0008HEIDI",
635
+ "text": "Reminder: Q1 planning docs are due by end of week. Please review the template in the shared drive.",
636
+ "thread_ts": null,
637
+ "reply_count": 1,
638
+ "reply_users": [
639
+ "U0004DAVE"
640
+ ],
641
+ "latest_reply": "1706141200.000006",
642
+ "subtype": null,
643
+ "edited": false,
644
+ "createdAt": "2024-01-25T00:05:00.000Z",
645
+ "updatedAt": "2024-01-25T00:05:00.000Z"
646
+ },
647
+ {
648
+ "id": 6,
649
+ "ts": "1706141200.000006",
650
+ "channel_id": "C0001GENERAL",
651
+ "user_id": "U0004DAVE",
652
+ "text": "Thanks for the reminder Heidi. I'll have mine in by Thursday.",
653
+ "thread_ts": "1706141100.000005",
654
+ "reply_count": 0,
655
+ "reply_users": [],
656
+ "latest_reply": null,
657
+ "subtype": null,
658
+ "edited": false,
659
+ "createdAt": "2024-01-25T00:06:40.000Z",
660
+ "updatedAt": "2024-01-25T00:06:40.000Z"
661
+ },
662
+ {
663
+ "id": 7,
664
+ "ts": "1706141300.000007",
665
+ "channel_id": "C0001GENERAL",
666
+ "user_id": "U0005EVE",
667
+ "text": "FYI I'll be on PTO next week. Eve out of office Jan 29 - Feb 2.",
668
+ "thread_ts": null,
669
+ "reply_count": 0,
670
+ "reply_users": [],
671
+ "latest_reply": null,
672
+ "subtype": null,
673
+ "edited": false,
674
+ "createdAt": "2024-01-25T00:08:20.000Z",
675
+ "updatedAt": "2024-01-25T00:08:20.000Z"
676
+ },
677
+ {
678
+ "id": 8,
679
+ "ts": "1706141400.000008",
680
+ "channel_id": "C0001GENERAL",
681
+ "user_id": "U0009IVAN",
682
+ "text": "New documentation site is live at docs.acme-eng.example.com. Feedback welcome!",
683
+ "thread_ts": null,
684
+ "reply_count": 0,
685
+ "reply_users": [],
686
+ "latest_reply": null,
687
+ "subtype": null,
688
+ "edited": false,
689
+ "createdAt": "2024-01-25T00:10:00.000Z",
690
+ "updatedAt": "2024-01-25T00:10:00.000Z"
691
+ },
692
+ {
693
+ "id": 9,
694
+ "ts": "1706145000.000009",
695
+ "channel_id": "C0002ENGINE",
696
+ "user_id": "U0001ALICE",
697
+ "text": "We need to discuss the migration plan for the auth service. Can we get alignment on the timeline?",
698
+ "thread_ts": null,
699
+ "reply_count": 4,
700
+ "reply_users": [
701
+ "U0002BOB",
702
+ "U0003CAROL",
703
+ "U0004DAVE",
704
+ "U0006FRANK"
705
+ ],
706
+ "latest_reply": "1706145400.000013",
707
+ "subtype": null,
708
+ "edited": false,
709
+ "createdAt": "2024-01-25T01:10:00.000Z",
710
+ "updatedAt": "2024-01-25T01:10:00.000Z"
711
+ },
712
+ {
713
+ "id": 10,
714
+ "ts": "1706145100.000010",
715
+ "channel_id": "C0002ENGINE",
716
+ "user_id": "U0002BOB",
717
+ "text": "I've been working on the schema changes. We can start the migration in two weeks if we freeze the API surface now.",
718
+ "thread_ts": "1706145000.000009",
719
+ "reply_count": 0,
720
+ "reply_users": [],
721
+ "latest_reply": null,
722
+ "subtype": null,
723
+ "edited": false,
724
+ "createdAt": "2024-01-25T01:11:40.000Z",
725
+ "updatedAt": "2024-01-25T01:11:40.000Z"
726
+ },
727
+ {
728
+ "id": 11,
729
+ "ts": "1706145200.000011",
730
+ "channel_id": "C0002ENGINE",
731
+ "user_id": "U0003CAROL",
732
+ "text": "Frontend team needs at least a week heads-up before any breaking API changes. Can we coordinate on the rollout?",
733
+ "thread_ts": "1706145000.000009",
734
+ "reply_count": 0,
735
+ "reply_users": [],
736
+ "latest_reply": null,
737
+ "subtype": null,
738
+ "edited": false,
739
+ "createdAt": "2024-01-25T01:13:20.000Z",
740
+ "updatedAt": "2024-01-25T01:13:20.000Z"
741
+ },
742
+ {
743
+ "id": 12,
744
+ "ts": "1706145300.000012",
745
+ "channel_id": "C0002ENGINE",
746
+ "user_id": "U0004DAVE",
747
+ "text": "Agreed. Let's also make sure we have rollback procedures documented before we start.",
748
+ "thread_ts": "1706145000.000009",
749
+ "reply_count": 0,
750
+ "reply_users": [],
751
+ "latest_reply": null,
752
+ "subtype": null,
753
+ "edited": false,
754
+ "createdAt": "2024-01-25T01:15:00.000Z",
755
+ "updatedAt": "2024-01-25T01:15:00.000Z"
756
+ },
757
+ {
758
+ "id": 13,
759
+ "ts": "1706145400.000013",
760
+ "channel_id": "C0002ENGINE",
761
+ "user_id": "U0006FRANK",
762
+ "text": "I'll review the migration PR this afternoon. The test coverage looks solid so far.",
763
+ "thread_ts": "1706145000.000009",
764
+ "reply_count": 0,
765
+ "reply_users": [],
766
+ "latest_reply": null,
767
+ "subtype": null,
768
+ "edited": false,
769
+ "createdAt": "2024-01-25T01:16:40.000Z",
770
+ "updatedAt": "2024-01-25T01:16:40.000Z"
771
+ },
772
+ {
773
+ "id": 14,
774
+ "ts": "1706146000.000014",
775
+ "channel_id": "C0002ENGINE",
776
+ "user_id": "U0007GRACE",
777
+ "text": "CI pipeline improvements are ready for review: https://github.com/acme/infra/pull/342. Build times should drop by ~40%.",
778
+ "thread_ts": null,
779
+ "reply_count": 2,
780
+ "reply_users": [
781
+ "U0001ALICE",
782
+ "U0002BOB"
783
+ ],
784
+ "latest_reply": "1706146200.000016",
785
+ "subtype": null,
786
+ "edited": false,
787
+ "createdAt": "2024-01-25T01:26:40.000Z",
788
+ "updatedAt": "2024-01-25T01:26:40.000Z"
789
+ },
790
+ {
791
+ "id": 15,
792
+ "ts": "1706146100.000015",
793
+ "channel_id": "C0002ENGINE",
794
+ "user_id": "U0001ALICE",
795
+ "text": "This is great Grace! I'll test it against the monorepo builds.",
796
+ "thread_ts": "1706146000.000014",
797
+ "reply_count": 0,
798
+ "reply_users": [],
799
+ "latest_reply": null,
800
+ "subtype": null,
801
+ "edited": false,
802
+ "createdAt": "2024-01-25T01:28:20.000Z",
803
+ "updatedAt": "2024-01-25T01:28:20.000Z"
804
+ },
805
+ {
806
+ "id": 16,
807
+ "ts": "1706146200.000016",
808
+ "channel_id": "C0002ENGINE",
809
+ "user_id": "U0002BOB",
810
+ "text": "Nice work! The caching layer changes look especially promising.",
811
+ "thread_ts": "1706146000.000014",
812
+ "reply_count": 0,
813
+ "reply_users": [],
814
+ "latest_reply": null,
815
+ "subtype": null,
816
+ "edited": false,
817
+ "createdAt": "2024-01-25T01:30:00.000Z",
818
+ "updatedAt": "2024-01-25T01:30:00.000Z"
819
+ },
820
+ {
821
+ "id": 17,
822
+ "ts": "1706147000.000017",
823
+ "channel_id": "C0002ENGINE",
824
+ "user_id": "U0004DAVE",
825
+ "text": "Question: has anyone benchmarked the new Postgres 16 features for our workload? Thinking about the merge join improvements.",
826
+ "thread_ts": null,
827
+ "reply_count": 1,
828
+ "reply_users": [
829
+ "U0006FRANK"
830
+ ],
831
+ "latest_reply": "1706147100.000018",
832
+ "subtype": null,
833
+ "edited": false,
834
+ "createdAt": "2024-01-25T01:43:20.000Z",
835
+ "updatedAt": "2024-01-25T01:43:20.000Z"
836
+ },
837
+ {
838
+ "id": 18,
839
+ "ts": "1706147100.000018",
840
+ "channel_id": "C0002ENGINE",
841
+ "user_id": "U0006FRANK",
842
+ "text": "I ran some benchmarks last month. For our read-heavy queries the improvement was ~15%. I can share the report.",
843
+ "thread_ts": "1706147000.000017",
844
+ "reply_count": 0,
845
+ "reply_users": [],
846
+ "latest_reply": null,
847
+ "subtype": null,
848
+ "edited": false,
849
+ "createdAt": "2024-01-25T01:45:00.000Z",
850
+ "updatedAt": "2024-01-25T01:45:00.000Z"
851
+ },
852
+ {
853
+ "id": 19,
854
+ "ts": "1706148000.000019",
855
+ "channel_id": "C0002ENGINE",
856
+ "user_id": "U0003CAROL",
857
+ "text": "Heads up: we're switching from Webpack to Vite for the frontend build. PR is up at https://github.com/acme/web/pull/891. HMR is now under 200ms.",
858
+ "thread_ts": null,
859
+ "reply_count": 0,
860
+ "reply_users": [],
861
+ "latest_reply": null,
862
+ "subtype": null,
863
+ "edited": false,
864
+ "createdAt": "2024-01-25T02:00:00.000Z",
865
+ "updatedAt": "2024-01-25T02:00:00.000Z"
866
+ },
867
+ {
868
+ "id": 20,
869
+ "ts": "1706149000.000020",
870
+ "channel_id": "C0002ENGINE",
871
+ "user_id": "U0005EVE",
872
+ "text": "Deployed the new rate limiter to staging. Testing looks good so far. Will promote to prod tomorrow if no issues.",
873
+ "thread_ts": null,
874
+ "reply_count": 0,
875
+ "reply_users": [],
876
+ "latest_reply": null,
877
+ "subtype": null,
878
+ "edited": false,
879
+ "createdAt": "2024-01-25T02:16:40.000Z",
880
+ "updatedAt": "2024-01-25T02:16:40.000Z"
881
+ },
882
+ {
883
+ "id": 21,
884
+ "ts": "1706150000.000021",
885
+ "channel_id": "C0002ENGINE",
886
+ "user_id": "U0001ALICE",
887
+ "text": "RFC: Moving to trunk-based development. I've written up the proposal here: https://docs.acme-eng.example.com/rfc/trunk-based. Please review and comment by Friday.",
888
+ "thread_ts": null,
889
+ "reply_count": 3,
890
+ "reply_users": [
891
+ "U0002BOB",
892
+ "U0004DAVE",
893
+ "U0007GRACE"
894
+ ],
895
+ "latest_reply": "1706150300.000024",
896
+ "subtype": null,
897
+ "edited": false,
898
+ "createdAt": "2024-01-25T02:33:20.000Z",
899
+ "updatedAt": "2024-01-25T02:33:20.000Z"
900
+ },
901
+ {
902
+ "id": 22,
903
+ "ts": "1706150100.000022",
904
+ "channel_id": "C0002ENGINE",
905
+ "user_id": "U0002BOB",
906
+ "text": "I'm strongly in favor of this. Long-lived branches have been causing merge hell lately.",
907
+ "thread_ts": "1706150000.000021",
908
+ "reply_count": 0,
909
+ "reply_users": [],
910
+ "latest_reply": null,
911
+ "subtype": null,
912
+ "edited": false,
913
+ "createdAt": "2024-01-25T02:35:00.000Z",
914
+ "updatedAt": "2024-01-25T02:35:00.000Z"
915
+ },
916
+ {
917
+ "id": 23,
918
+ "ts": "1706150200.000023",
919
+ "channel_id": "C0002ENGINE",
920
+ "user_id": "U0004DAVE",
921
+ "text": "We'll need to invest in better feature flags first. Can we prioritize that?",
922
+ "thread_ts": "1706150000.000021",
923
+ "reply_count": 0,
924
+ "reply_users": [],
925
+ "latest_reply": null,
926
+ "subtype": null,
927
+ "edited": false,
928
+ "createdAt": "2024-01-25T02:36:40.000Z",
929
+ "updatedAt": "2024-01-25T02:36:40.000Z"
930
+ },
931
+ {
932
+ "id": 24,
933
+ "ts": "1706150300.000024",
934
+ "channel_id": "C0002ENGINE",
935
+ "user_id": "U0007GRACE",
936
+ "text": "The CI pipeline changes I'm working on would complement this nicely. Let's sync up.",
937
+ "thread_ts": "1706150000.000021",
938
+ "reply_count": 0,
939
+ "reply_users": [],
940
+ "latest_reply": null,
941
+ "subtype": null,
942
+ "edited": false,
943
+ "createdAt": "2024-01-25T02:38:20.000Z",
944
+ "updatedAt": "2024-01-25T02:38:20.000Z"
945
+ },
946
+ {
947
+ "id": 25,
948
+ "ts": "1706155000.000025",
949
+ "channel_id": "C0003RANDOM",
950
+ "user_id": "U0002BOB",
951
+ "text": "Anyone tried the new ramen place on 3rd street? Their tonkotsu is incredible.",
952
+ "thread_ts": null,
953
+ "reply_count": 3,
954
+ "reply_users": [
955
+ "U0003CAROL",
956
+ "U0010JUDY",
957
+ "U0008HEIDI"
958
+ ],
959
+ "latest_reply": "1706155300.000028",
960
+ "subtype": null,
961
+ "edited": false,
962
+ "createdAt": "2024-01-25T03:56:40.000Z",
963
+ "updatedAt": "2024-01-25T03:56:40.000Z"
964
+ },
965
+ {
966
+ "id": 26,
967
+ "ts": "1706155100.000026",
968
+ "channel_id": "C0003RANDOM",
969
+ "user_id": "U0003CAROL",
970
+ "text": "Yes! The spicy miso was amazing. Definitely going back.",
971
+ "thread_ts": "1706155000.000025",
972
+ "reply_count": 0,
973
+ "reply_users": [],
974
+ "latest_reply": null,
975
+ "subtype": null,
976
+ "edited": false,
977
+ "createdAt": "2024-01-25T03:58:20.000Z",
978
+ "updatedAt": "2024-01-25T03:58:20.000Z"
979
+ },
980
+ {
981
+ "id": 27,
982
+ "ts": "1706155200.000027",
983
+ "channel_id": "C0003RANDOM",
984
+ "user_id": "U0010JUDY",
985
+ "text": "I had the tsukemen last week. Highly recommend!",
986
+ "thread_ts": "1706155000.000025",
987
+ "reply_count": 0,
988
+ "reply_users": [],
989
+ "latest_reply": null,
990
+ "subtype": null,
991
+ "edited": false,
992
+ "createdAt": "2024-01-25T04:00:00.000Z",
993
+ "updatedAt": "2024-01-25T04:00:00.000Z"
994
+ },
995
+ {
996
+ "id": 28,
997
+ "ts": "1706155300.000028",
998
+ "channel_id": "C0003RANDOM",
999
+ "user_id": "U0008HEIDI",
1000
+ "text": "Adding it to the team lunch rotation! Great find Bob.",
1001
+ "thread_ts": "1706155000.000025",
1002
+ "reply_count": 0,
1003
+ "reply_users": [],
1004
+ "latest_reply": null,
1005
+ "subtype": null,
1006
+ "edited": false,
1007
+ "createdAt": "2024-01-25T04:01:40.000Z",
1008
+ "updatedAt": "2024-01-25T04:01:40.000Z"
1009
+ },
1010
+ {
1011
+ "id": 29,
1012
+ "ts": "1706156000.000029",
1013
+ "channel_id": "C0003RANDOM",
1014
+ "user_id": "U0009IVAN",
1015
+ "text": "Friday fun fact: the first commit in our monorepo was 3 years ago today. We've come a long way!",
1016
+ "thread_ts": null,
1017
+ "reply_count": 0,
1018
+ "reply_users": [],
1019
+ "latest_reply": null,
1020
+ "subtype": null,
1021
+ "edited": false,
1022
+ "createdAt": "2024-01-25T04:13:20.000Z",
1023
+ "updatedAt": "2024-01-25T04:13:20.000Z"
1024
+ },
1025
+ {
1026
+ "id": 30,
1027
+ "ts": "1706157000.000030",
1028
+ "channel_id": "C0003RANDOM",
1029
+ "user_id": "U0006FRANK",
1030
+ "text": "Who's up for a board game night next Thursday? I got Terraforming Mars.",
1031
+ "thread_ts": null,
1032
+ "reply_count": 2,
1033
+ "reply_users": [
1034
+ "U0004DAVE",
1035
+ "U0007GRACE"
1036
+ ],
1037
+ "latest_reply": "1706157200.000032",
1038
+ "subtype": null,
1039
+ "edited": false,
1040
+ "createdAt": "2024-01-25T04:30:00.000Z",
1041
+ "updatedAt": "2024-01-25T04:30:00.000Z"
1042
+ },
1043
+ {
1044
+ "id": 31,
1045
+ "ts": "1706157100.000031",
1046
+ "channel_id": "C0003RANDOM",
1047
+ "user_id": "U0004DAVE",
1048
+ "text": "Count me in!",
1049
+ "thread_ts": "1706157000.000030",
1050
+ "reply_count": 0,
1051
+ "reply_users": [],
1052
+ "latest_reply": null,
1053
+ "subtype": null,
1054
+ "edited": false,
1055
+ "createdAt": "2024-01-25T04:31:40.000Z",
1056
+ "updatedAt": "2024-01-25T04:31:40.000Z"
1057
+ },
1058
+ {
1059
+ "id": 32,
1060
+ "ts": "1706157200.000032",
1061
+ "channel_id": "C0003RANDOM",
1062
+ "user_id": "U0007GRACE",
1063
+ "text": "Sounds great! I'll bring snacks.",
1064
+ "thread_ts": "1706157000.000030",
1065
+ "reply_count": 0,
1066
+ "reply_users": [],
1067
+ "latest_reply": null,
1068
+ "subtype": null,
1069
+ "edited": false,
1070
+ "createdAt": "2024-01-25T04:33:20.000Z",
1071
+ "updatedAt": "2024-01-25T04:33:20.000Z"
1072
+ },
1073
+ {
1074
+ "id": 33,
1075
+ "ts": "1706158000.000033",
1076
+ "channel_id": "C0003RANDOM",
1077
+ "user_id": "U0001ALICE",
1078
+ "text": "Congrats to the team on hitting our uptime target for the month! 99.97% availability.",
1079
+ "thread_ts": null,
1080
+ "reply_count": 0,
1081
+ "reply_users": [],
1082
+ "latest_reply": null,
1083
+ "subtype": null,
1084
+ "edited": false,
1085
+ "createdAt": "2024-01-25T04:46:40.000Z",
1086
+ "updatedAt": "2024-01-25T04:46:40.000Z"
1087
+ },
1088
+ {
1089
+ "id": 34,
1090
+ "ts": "1706160000.000034",
1091
+ "channel_id": "C0004INCIDENTS",
1092
+ "user_id": "U0002BOB",
1093
+ "text": "INC-2024-003: API latency spike detected. p99 latency jumped from 200ms to 2.5s at 14:30 UTC.",
1094
+ "thread_ts": null,
1095
+ "reply_count": 5,
1096
+ "reply_users": [
1097
+ "U0001ALICE",
1098
+ "U0004DAVE",
1099
+ "U0006FRANK",
1100
+ "U0002BOB"
1101
+ ],
1102
+ "latest_reply": "1706160500.000039",
1103
+ "subtype": null,
1104
+ "edited": false,
1105
+ "createdAt": "2024-01-25T05:20:00.000Z",
1106
+ "updatedAt": "2024-01-25T05:20:00.000Z"
1107
+ },
1108
+ {
1109
+ "id": 35,
1110
+ "ts": "1706160100.000035",
1111
+ "channel_id": "C0004INCIDENTS",
1112
+ "user_id": "U0001ALICE",
1113
+ "text": "Investigating. Looks like it's correlated with the latest deploy. Checking the diff now.",
1114
+ "thread_ts": "1706160000.000034",
1115
+ "reply_count": 0,
1116
+ "reply_users": [],
1117
+ "latest_reply": null,
1118
+ "subtype": null,
1119
+ "edited": false,
1120
+ "createdAt": "2024-01-25T05:21:40.000Z",
1121
+ "updatedAt": "2024-01-25T05:21:40.000Z"
1122
+ },
1123
+ {
1124
+ "id": 36,
1125
+ "ts": "1706160200.000036",
1126
+ "channel_id": "C0004INCIDENTS",
1127
+ "user_id": "U0004DAVE",
1128
+ "text": "I see a missing index on the new user_sessions table. That's causing full table scans on every auth check.",
1129
+ "thread_ts": "1706160000.000034",
1130
+ "reply_count": 0,
1131
+ "reply_users": [],
1132
+ "latest_reply": null,
1133
+ "subtype": null,
1134
+ "edited": false,
1135
+ "createdAt": "2024-01-25T05:23:20.000Z",
1136
+ "updatedAt": "2024-01-25T05:23:20.000Z"
1137
+ },
1138
+ {
1139
+ "id": 37,
1140
+ "ts": "1706160300.000037",
1141
+ "channel_id": "C0004INCIDENTS",
1142
+ "user_id": "U0006FRANK",
1143
+ "text": "Confirmed. Adding the index now. Should fix within 5 minutes.",
1144
+ "thread_ts": "1706160000.000034",
1145
+ "reply_count": 0,
1146
+ "reply_users": [],
1147
+ "latest_reply": null,
1148
+ "subtype": null,
1149
+ "edited": false,
1150
+ "createdAt": "2024-01-25T05:25:00.000Z",
1151
+ "updatedAt": "2024-01-25T05:25:00.000Z"
1152
+ },
1153
+ {
1154
+ "id": 38,
1155
+ "ts": "1706160400.000038",
1156
+ "channel_id": "C0004INCIDENTS",
1157
+ "user_id": "U0006FRANK",
1158
+ "text": "Index applied. p99 latency is dropping. Currently at 400ms and falling.",
1159
+ "thread_ts": "1706160000.000034",
1160
+ "reply_count": 0,
1161
+ "reply_users": [],
1162
+ "latest_reply": null,
1163
+ "subtype": null,
1164
+ "edited": false,
1165
+ "createdAt": "2024-01-25T05:26:40.000Z",
1166
+ "updatedAt": "2024-01-25T05:26:40.000Z"
1167
+ },
1168
+ {
1169
+ "id": 39,
1170
+ "ts": "1706160500.000039",
1171
+ "channel_id": "C0004INCIDENTS",
1172
+ "user_id": "U0002BOB",
1173
+ "text": "Resolved. p99 back to normal at 180ms. Root cause: missing index on user_sessions.user_id. Adding to deploy checklist.",
1174
+ "thread_ts": "1706160000.000034",
1175
+ "reply_count": 0,
1176
+ "reply_users": [],
1177
+ "latest_reply": null,
1178
+ "subtype": null,
1179
+ "edited": false,
1180
+ "createdAt": "2024-01-25T05:28:20.000Z",
1181
+ "updatedAt": "2024-01-25T05:28:20.000Z"
1182
+ },
1183
+ {
1184
+ "id": 40,
1185
+ "ts": "1706162000.000040",
1186
+ "channel_id": "C0004INCIDENTS",
1187
+ "user_id": "U0001ALICE",
1188
+ "text": "INC-2024-004: Scheduled maintenance window tonight 02:00-04:00 UTC. Database failover test.",
1189
+ "thread_ts": null,
1190
+ "reply_count": 0,
1191
+ "reply_users": [],
1192
+ "latest_reply": null,
1193
+ "subtype": null,
1194
+ "edited": false,
1195
+ "createdAt": "2024-01-25T05:53:20.000Z",
1196
+ "updatedAt": "2024-01-25T05:53:20.000Z"
1197
+ },
1198
+ {
1199
+ "id": 41,
1200
+ "ts": "1706163000.000041",
1201
+ "channel_id": "C0002ENGINE",
1202
+ "user_id": "U0002BOB",
1203
+ "text": "Post-mortem for INC-2024-003 is drafted. Please review: https://docs.acme-eng.example.com/incidents/2024-003",
1204
+ "thread_ts": null,
1205
+ "reply_count": 0,
1206
+ "reply_users": [],
1207
+ "latest_reply": null,
1208
+ "subtype": null,
1209
+ "edited": false,
1210
+ "createdAt": "2024-01-25T06:10:00.000Z",
1211
+ "updatedAt": "2024-01-25T06:10:00.000Z"
1212
+ },
1213
+ {
1214
+ "id": 42,
1215
+ "ts": "1706164000.000042",
1216
+ "channel_id": "C0002ENGINE",
1217
+ "user_id": "U0005EVE",
1218
+ "text": "The rate limiter is performing well in staging. Traffic shaping looks correct. Ready for prod deploy.",
1219
+ "thread_ts": null,
1220
+ "reply_count": 1,
1221
+ "reply_users": [
1222
+ "U0001ALICE"
1223
+ ],
1224
+ "latest_reply": "1706164100.000043",
1225
+ "subtype": null,
1226
+ "edited": false,
1227
+ "createdAt": "2024-01-25T06:26:40.000Z",
1228
+ "updatedAt": "2024-01-25T06:26:40.000Z"
1229
+ },
1230
+ {
1231
+ "id": 43,
1232
+ "ts": "1706164100.000043",
1233
+ "channel_id": "C0002ENGINE",
1234
+ "user_id": "U0001ALICE",
1235
+ "text": "Ship it! Let's schedule the deploy for tomorrow morning after standup.",
1236
+ "thread_ts": "1706164000.000042",
1237
+ "reply_count": 0,
1238
+ "reply_users": [],
1239
+ "latest_reply": null,
1240
+ "subtype": null,
1241
+ "edited": false,
1242
+ "createdAt": "2024-01-25T06:28:20.000Z",
1243
+ "updatedAt": "2024-01-25T06:28:20.000Z"
1244
+ },
1245
+ {
1246
+ "id": 44,
1247
+ "ts": "1706165000.000044",
1248
+ "channel_id": "C0001GENERAL",
1249
+ "user_id": "U0010JUDY",
1250
+ "text": "Design system v2 is published to the component library. Check it out: https://design.acme-eng.example.com",
1251
+ "thread_ts": null,
1252
+ "reply_count": 0,
1253
+ "reply_users": [],
1254
+ "latest_reply": null,
1255
+ "subtype": null,
1256
+ "edited": false,
1257
+ "createdAt": "2024-01-25T06:43:20.000Z",
1258
+ "updatedAt": "2024-01-25T06:43:20.000Z"
1259
+ },
1260
+ {
1261
+ "id": 45,
1262
+ "ts": "1706166000.000045",
1263
+ "channel_id": "C0001GENERAL",
1264
+ "user_id": "U0001ALICE",
1265
+ "text": "All-hands meeting moved to 2pm PT today. Agenda: Q1 roadmap review and team updates.",
1266
+ "thread_ts": null,
1267
+ "reply_count": 0,
1268
+ "reply_users": [],
1269
+ "latest_reply": null,
1270
+ "subtype": null,
1271
+ "edited": false,
1272
+ "createdAt": "2024-01-25T07:00:00.000Z",
1273
+ "updatedAt": "2024-01-25T07:00:00.000Z"
1274
+ },
1275
+ {
1276
+ "id": 46,
1277
+ "ts": "1706167000.000046",
1278
+ "channel_id": "C0003RANDOM",
1279
+ "user_id": "U0004DAVE",
1280
+ "text": "TIL you can use `git log --oneline --graph --all` for a nice visual of your branch history.",
1281
+ "thread_ts": null,
1282
+ "reply_count": 0,
1283
+ "reply_users": [],
1284
+ "latest_reply": null,
1285
+ "subtype": null,
1286
+ "edited": false,
1287
+ "createdAt": "2024-01-25T07:16:40.000Z",
1288
+ "updatedAt": "2024-01-25T07:16:40.000Z"
1289
+ },
1290
+ {
1291
+ "id": 47,
1292
+ "ts": "1706168000.000047",
1293
+ "channel_id": "C0003RANDOM",
1294
+ "user_id": "U0005EVE",
1295
+ "text": "New coffee machine in the kitchen! It makes actual good espresso now.",
1296
+ "thread_ts": null,
1297
+ "reply_count": 0,
1298
+ "reply_users": [],
1299
+ "latest_reply": null,
1300
+ "subtype": null,
1301
+ "edited": false,
1302
+ "createdAt": "2024-01-25T07:33:20.000Z",
1303
+ "updatedAt": "2024-01-25T07:33:20.000Z"
1304
+ },
1305
+ {
1306
+ "id": 48,
1307
+ "ts": "1706169000.000048",
1308
+ "channel_id": "C0002ENGINE",
1309
+ "user_id": "U0007GRACE",
1310
+ "text": "Monitoring dashboard is updated with the new SLO metrics. Link: https://grafana.acme-eng.example.com/slo",
1311
+ "thread_ts": null,
1312
+ "reply_count": 0,
1313
+ "reply_users": [],
1314
+ "latest_reply": null,
1315
+ "subtype": null,
1316
+ "edited": false,
1317
+ "createdAt": "2024-01-25T07:50:00.000Z",
1318
+ "updatedAt": "2024-01-25T07:50:00.000Z"
1319
+ },
1320
+ {
1321
+ "id": 49,
1322
+ "ts": "1706170000.000049",
1323
+ "channel_id": "C0002ENGINE",
1324
+ "user_id": "U0006FRANK",
1325
+ "text": "Code review reminder: we have 12 open PRs. Let's try to get them under 5 by EOD.",
1326
+ "thread_ts": null,
1327
+ "reply_count": 0,
1328
+ "reply_users": [],
1329
+ "latest_reply": null,
1330
+ "subtype": null,
1331
+ "edited": false,
1332
+ "createdAt": "2024-01-25T08:06:40.000Z",
1333
+ "updatedAt": "2024-01-25T08:06:40.000Z"
1334
+ },
1335
+ {
1336
+ "id": 50,
1337
+ "ts": "1706171000.000050",
1338
+ "channel_id": "C0001GENERAL",
1339
+ "user_id": "U0008HEIDI",
1340
+ "text": "The customer satisfaction survey results are in. NPS is up to 72! Great work everyone.",
1341
+ "thread_ts": null,
1342
+ "reply_count": 0,
1343
+ "reply_users": [],
1344
+ "latest_reply": null,
1345
+ "subtype": null,
1346
+ "edited": false,
1347
+ "createdAt": "2024-01-25T08:23:20.000Z",
1348
+ "updatedAt": "2024-01-25T08:23:20.000Z"
1349
+ }
1350
+ ],
1351
+ "threads": [
1352
+ {
1353
+ "id": 1,
1354
+ "channel_id": "C0001GENERAL",
1355
+ "thread_ts": "1706140800.000001",
1356
+ "reply_count": 2,
1357
+ "reply_users": [
1358
+ "U0002BOB",
1359
+ "U0003CAROL"
1360
+ ],
1361
+ "latest_reply_ts": "1706140860.000003",
1362
+ "createdAt": "2024-01-25T00:00:00.000Z",
1363
+ "updatedAt": "2024-01-25T00:01:00.000Z"
1364
+ },
1365
+ {
1366
+ "id": 2,
1367
+ "channel_id": "C0001GENERAL",
1368
+ "thread_ts": "1706141100.000005",
1369
+ "reply_count": 1,
1370
+ "reply_users": [
1371
+ "U0004DAVE"
1372
+ ],
1373
+ "latest_reply_ts": "1706141200.000006",
1374
+ "createdAt": "2024-01-25T00:05:00.000Z",
1375
+ "updatedAt": "2024-01-25T00:06:40.000Z"
1376
+ },
1377
+ {
1378
+ "id": 3,
1379
+ "channel_id": "C0002ENGINE",
1380
+ "thread_ts": "1706145000.000009",
1381
+ "reply_count": 4,
1382
+ "reply_users": [
1383
+ "U0002BOB",
1384
+ "U0003CAROL",
1385
+ "U0004DAVE",
1386
+ "U0006FRANK"
1387
+ ],
1388
+ "latest_reply_ts": "1706145400.000013",
1389
+ "createdAt": "2024-01-25T01:10:00.000Z",
1390
+ "updatedAt": "2024-01-25T01:16:40.000Z"
1391
+ },
1392
+ {
1393
+ "id": 4,
1394
+ "channel_id": "C0002ENGINE",
1395
+ "thread_ts": "1706146000.000014",
1396
+ "reply_count": 2,
1397
+ "reply_users": [
1398
+ "U0001ALICE",
1399
+ "U0002BOB"
1400
+ ],
1401
+ "latest_reply_ts": "1706146200.000016",
1402
+ "createdAt": "2024-01-25T01:26:40.000Z",
1403
+ "updatedAt": "2024-01-25T01:30:00.000Z"
1404
+ },
1405
+ {
1406
+ "id": 5,
1407
+ "channel_id": "C0002ENGINE",
1408
+ "thread_ts": "1706147000.000017",
1409
+ "reply_count": 1,
1410
+ "reply_users": [
1411
+ "U0006FRANK"
1412
+ ],
1413
+ "latest_reply_ts": "1706147100.000018",
1414
+ "createdAt": "2024-01-25T01:43:20.000Z",
1415
+ "updatedAt": "2024-01-25T01:45:00.000Z"
1416
+ },
1417
+ {
1418
+ "id": 6,
1419
+ "channel_id": "C0002ENGINE",
1420
+ "thread_ts": "1706150000.000021",
1421
+ "reply_count": 3,
1422
+ "reply_users": [
1423
+ "U0002BOB",
1424
+ "U0004DAVE",
1425
+ "U0007GRACE"
1426
+ ],
1427
+ "latest_reply_ts": "1706150300.000024",
1428
+ "createdAt": "2024-01-25T02:33:20.000Z",
1429
+ "updatedAt": "2024-01-25T02:38:20.000Z"
1430
+ },
1431
+ {
1432
+ "id": 7,
1433
+ "channel_id": "C0003RANDOM",
1434
+ "thread_ts": "1706155000.000025",
1435
+ "reply_count": 3,
1436
+ "reply_users": [
1437
+ "U0003CAROL",
1438
+ "U0010JUDY",
1439
+ "U0008HEIDI"
1440
+ ],
1441
+ "latest_reply_ts": "1706155300.000028",
1442
+ "createdAt": "2024-01-25T03:56:40.000Z",
1443
+ "updatedAt": "2024-01-25T04:01:40.000Z"
1444
+ },
1445
+ {
1446
+ "id": 8,
1447
+ "channel_id": "C0003RANDOM",
1448
+ "thread_ts": "1706157000.000030",
1449
+ "reply_count": 2,
1450
+ "reply_users": [
1451
+ "U0004DAVE",
1452
+ "U0007GRACE"
1453
+ ],
1454
+ "latest_reply_ts": "1706157200.000032",
1455
+ "createdAt": "2024-01-25T04:30:00.000Z",
1456
+ "updatedAt": "2024-01-25T04:33:20.000Z"
1457
+ },
1458
+ {
1459
+ "id": 9,
1460
+ "channel_id": "C0004INCIDENTS",
1461
+ "thread_ts": "1706160000.000034",
1462
+ "reply_count": 5,
1463
+ "reply_users": [
1464
+ "U0001ALICE",
1465
+ "U0004DAVE",
1466
+ "U0006FRANK",
1467
+ "U0002BOB"
1468
+ ],
1469
+ "latest_reply_ts": "1706160500.000039",
1470
+ "createdAt": "2024-01-25T05:20:00.000Z",
1471
+ "updatedAt": "2024-01-25T05:28:20.000Z"
1472
+ },
1473
+ {
1474
+ "id": 10,
1475
+ "channel_id": "C0002ENGINE",
1476
+ "thread_ts": "1706164000.000042",
1477
+ "reply_count": 1,
1478
+ "reply_users": [
1479
+ "U0001ALICE"
1480
+ ],
1481
+ "latest_reply_ts": "1706164100.000043",
1482
+ "createdAt": "2024-01-25T06:26:40.000Z",
1483
+ "updatedAt": "2024-01-25T06:28:20.000Z"
1484
+ }
1485
+ ],
1486
+ "reactions": [
1487
+ {
1488
+ "id": 1,
1489
+ "name": "wave",
1490
+ "message_ts": "1706140800.000001",
1491
+ "channel_id": "C0001GENERAL",
1492
+ "user_id": "U0004DAVE",
1493
+ "createdAt": "2024-01-25T00:02:00.000Z",
1494
+ "updatedAt": "2024-01-25T00:02:00.000Z"
1495
+ },
1496
+ {
1497
+ "id": 2,
1498
+ "name": "wave",
1499
+ "message_ts": "1706140800.000001",
1500
+ "channel_id": "C0001GENERAL",
1501
+ "user_id": "U0005EVE",
1502
+ "createdAt": "2024-01-25T00:02:30.000Z",
1503
+ "updatedAt": "2024-01-25T00:02:30.000Z"
1504
+ },
1505
+ {
1506
+ "id": 3,
1507
+ "name": "thumbsup",
1508
+ "message_ts": "1706141000.000004",
1509
+ "channel_id": "C0001GENERAL",
1510
+ "user_id": "U0002BOB",
1511
+ "createdAt": "2024-01-25T00:04:00.000Z",
1512
+ "updatedAt": "2024-01-25T00:04:00.000Z"
1513
+ },
1514
+ {
1515
+ "id": 4,
1516
+ "name": "thumbsup",
1517
+ "message_ts": "1706141000.000004",
1518
+ "channel_id": "C0001GENERAL",
1519
+ "user_id": "U0003CAROL",
1520
+ "createdAt": "2024-01-25T00:04:10.000Z",
1521
+ "updatedAt": "2024-01-25T00:04:10.000Z"
1522
+ },
1523
+ {
1524
+ "id": 5,
1525
+ "name": "rocket",
1526
+ "message_ts": "1706146000.000014",
1527
+ "channel_id": "C0002ENGINE",
1528
+ "user_id": "U0004DAVE",
1529
+ "createdAt": "2024-01-25T01:27:00.000Z",
1530
+ "updatedAt": "2024-01-25T01:27:00.000Z"
1531
+ },
1532
+ {
1533
+ "id": 6,
1534
+ "name": "fire",
1535
+ "message_ts": "1706146000.000014",
1536
+ "channel_id": "C0002ENGINE",
1537
+ "user_id": "U0005EVE",
1538
+ "createdAt": "2024-01-25T01:27:30.000Z",
1539
+ "updatedAt": "2024-01-25T01:27:30.000Z"
1540
+ },
1541
+ {
1542
+ "id": 7,
1543
+ "name": "eyes",
1544
+ "message_ts": "1706150000.000021",
1545
+ "channel_id": "C0002ENGINE",
1546
+ "user_id": "U0003CAROL",
1547
+ "createdAt": "2024-01-25T02:34:00.000Z",
1548
+ "updatedAt": "2024-01-25T02:34:00.000Z"
1549
+ },
1550
+ {
1551
+ "id": 8,
1552
+ "name": "rotating_light",
1553
+ "message_ts": "1706160000.000034",
1554
+ "channel_id": "C0004INCIDENTS",
1555
+ "user_id": "U0001ALICE",
1556
+ "createdAt": "2024-01-25T05:20:30.000Z",
1557
+ "updatedAt": "2024-01-25T05:20:30.000Z"
1558
+ },
1559
+ {
1560
+ "id": 9,
1561
+ "name": "white_check_mark",
1562
+ "message_ts": "1706160500.000039",
1563
+ "channel_id": "C0004INCIDENTS",
1564
+ "user_id": "U0001ALICE",
1565
+ "createdAt": "2024-01-25T05:29:00.000Z",
1566
+ "updatedAt": "2024-01-25T05:29:00.000Z"
1567
+ },
1568
+ {
1569
+ "id": 10,
1570
+ "name": "white_check_mark",
1571
+ "message_ts": "1706160500.000039",
1572
+ "channel_id": "C0004INCIDENTS",
1573
+ "user_id": "U0004DAVE",
1574
+ "createdAt": "2024-01-25T05:29:30.000Z",
1575
+ "updatedAt": "2024-01-25T05:29:30.000Z"
1576
+ },
1577
+ {
1578
+ "id": 11,
1579
+ "name": "tada",
1580
+ "message_ts": "1706158000.000033",
1581
+ "channel_id": "C0003RANDOM",
1582
+ "user_id": "U0002BOB",
1583
+ "createdAt": "2024-01-25T04:47:00.000Z",
1584
+ "updatedAt": "2024-01-25T04:47:00.000Z"
1585
+ },
1586
+ {
1587
+ "id": 12,
1588
+ "name": "tada",
1589
+ "message_ts": "1706158000.000033",
1590
+ "channel_id": "C0003RANDOM",
1591
+ "user_id": "U0003CAROL",
1592
+ "createdAt": "2024-01-25T04:47:10.000Z",
1593
+ "updatedAt": "2024-01-25T04:47:10.000Z"
1594
+ },
1595
+ {
1596
+ "id": 13,
1597
+ "name": "ship_it_parrot",
1598
+ "message_ts": "1706164000.000042",
1599
+ "channel_id": "C0002ENGINE",
1600
+ "user_id": "U0002BOB",
1601
+ "createdAt": "2024-01-25T06:27:00.000Z",
1602
+ "updatedAt": "2024-01-25T06:27:00.000Z"
1603
+ },
1604
+ {
1605
+ "id": 14,
1606
+ "name": "heart",
1607
+ "message_ts": "1706171000.000050",
1608
+ "channel_id": "C0001GENERAL",
1609
+ "user_id": "U0001ALICE",
1610
+ "createdAt": "2024-01-25T08:24:00.000Z",
1611
+ "updatedAt": "2024-01-25T08:24:00.000Z"
1612
+ },
1613
+ {
1614
+ "id": 15,
1615
+ "name": "chart_with_upwards_trend",
1616
+ "message_ts": "1706171000.000050",
1617
+ "channel_id": "C0001GENERAL",
1618
+ "user_id": "U0009IVAN",
1619
+ "createdAt": "2024-01-25T08:24:30.000Z",
1620
+ "updatedAt": "2024-01-25T08:24:30.000Z"
1621
+ }
1622
+ ],
1623
+ "files": [
1624
+ {
1625
+ "id": 1,
1626
+ "file_id": "F0000000001",
1627
+ "name": "migration-plan.md",
1628
+ "title": "Auth Service Migration Plan",
1629
+ "mimetype": "text/markdown",
1630
+ "filetype": "markdown",
1631
+ "size": 4096,
1632
+ "user_id": "U0002BOB",
1633
+ "channel_ids": [
1634
+ "C0002ENGINE"
1635
+ ],
1636
+ "url_private": "https://files.slack.com/files-pri/F0000000001/migration-plan.md",
1637
+ "content": "# Auth Service Migration Plan\n\n## Timeline\n- Week 1: Schema changes and API freeze\n- Week 2: Data migration scripts\n- Week 3: Rolling deployment\n- Week 4: Monitoring and cleanup\n\n## Rollback Procedure\n1. Revert deployment\n2. Restore database snapshot\n3. Clear cache layer",
1638
+ "shares": {
1639
+ "C0002ENGINE": [
1640
+ "2024-01-25T01:10:00.000Z"
1641
+ ]
1642
+ },
1643
+ "createdAt": "2024-01-25T01:10:00.000Z",
1644
+ "updatedAt": "2024-01-25T01:10:00.000Z"
1645
+ },
1646
+ {
1647
+ "id": 2,
1648
+ "file_id": "F0000000002",
1649
+ "name": "benchmark-results.csv",
1650
+ "title": "Postgres 16 Benchmark Results",
1651
+ "mimetype": "text/csv",
1652
+ "filetype": "csv",
1653
+ "size": 2048,
1654
+ "user_id": "U0006FRANK",
1655
+ "channel_ids": [
1656
+ "C0002ENGINE"
1657
+ ],
1658
+ "url_private": "https://files.slack.com/files-pri/F0000000002/benchmark-results.csv",
1659
+ "content": "query_type,pg15_ms,pg16_ms,improvement\nread_single,12,10,16.7%\nread_batch,145,122,15.9%\njoin_complex,340,290,14.7%\nwrite_single,8,7,12.5%\nwrite_batch,89,78,12.4%",
1660
+ "shares": {
1661
+ "C0002ENGINE": [
1662
+ "2024-01-25T01:45:00.000Z"
1663
+ ]
1664
+ },
1665
+ "createdAt": "2024-01-25T01:45:00.000Z",
1666
+ "updatedAt": "2024-01-25T01:45:00.000Z"
1667
+ }
1668
+ ],
1669
+ "emojis": [
1670
+ {
1671
+ "id": 1,
1672
+ "name": "ship_it_parrot",
1673
+ "url": "https://emoji.slack-edge.com/ship_it_parrot.gif",
1674
+ "is_alias": false,
1675
+ "alias_for": null,
1676
+ "createdAt": "2024-01-15T09:00:00.000Z",
1677
+ "updatedAt": "2024-01-15T09:00:00.000Z"
1678
+ },
1679
+ {
1680
+ "id": 2,
1681
+ "name": "lgtm",
1682
+ "url": "https://emoji.slack-edge.com/lgtm.png",
1683
+ "is_alias": false,
1684
+ "alias_for": null,
1685
+ "createdAt": "2024-01-15T09:00:00.000Z",
1686
+ "updatedAt": "2024-01-15T09:00:00.000Z"
1687
+ },
1688
+ {
1689
+ "id": 3,
1690
+ "name": "deploy",
1691
+ "url": "https://emoji.slack-edge.com/deploy.png",
1692
+ "is_alias": true,
1693
+ "alias_for": "rocket",
1694
+ "createdAt": "2024-01-15T09:00:00.000Z",
1695
+ "updatedAt": "2024-01-15T09:00:00.000Z"
1696
+ }
1697
+ ]
1698
+ }