@better-zap/fixtures 0.1.0 → 0.1.1

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.
package/dist/index.cjs ADDED
@@ -0,0 +1,761 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ //#region src/account-offboarded.ts
3
+ const accountOffboardedFixture = {
4
+ object: "whatsapp_business_account",
5
+ entry: [{
6
+ id: "waba_fixture_1",
7
+ changes: [{
8
+ field: "account_offboarded",
9
+ value: {
10
+ messaging_product: "whatsapp",
11
+ metadata: {
12
+ display_phone_number: "15550000001",
13
+ phone_number_id: "phone_known"
14
+ },
15
+ event: "ACCOUNT_OFFBOARDED",
16
+ reason: "HISTORY_SYNC_DEADLINE_EXPIRED",
17
+ phone_number_id: "phone_known",
18
+ waba_info: {
19
+ waba_id: "waba_fixture_1",
20
+ owner_business_id: "business_fixture_1"
21
+ }
22
+ }
23
+ }]
24
+ }]
25
+ };
26
+ //#endregion
27
+ //#region src/account-reconnected.ts
28
+ const accountReconnectedFixture = {
29
+ object: "whatsapp_business_account",
30
+ entry: [{
31
+ id: "waba_fixture_1",
32
+ changes: [{
33
+ field: "account_reconnected",
34
+ value: {
35
+ messaging_product: "whatsapp",
36
+ metadata: {
37
+ display_phone_number: "15550000001",
38
+ phone_number_id: "phone_known"
39
+ },
40
+ event: "ACCOUNT_RECONNECTED",
41
+ reconnect_reason: "APP_REINSTALL",
42
+ phone_number_id: "phone_known",
43
+ cloud_api_products: [{
44
+ product_id: "cloud_api",
45
+ product_name: "WhatsApp Cloud API",
46
+ reconnected: true
47
+ }],
48
+ waba_info: {
49
+ waba_id: "waba_fixture_1",
50
+ owner_business_id: "business_fixture_1"
51
+ }
52
+ }
53
+ }]
54
+ }]
55
+ };
56
+ //#endregion
57
+ //#region src/account-update-partner-removed.ts
58
+ const accountUpdatePartnerRemovedFixture = {
59
+ object: "whatsapp_business_account",
60
+ entry: [{
61
+ id: "waba_fixture_1",
62
+ changes: [{
63
+ field: "account_update",
64
+ value: {
65
+ messaging_product: "whatsapp",
66
+ metadata: {
67
+ display_phone_number: "15550000001",
68
+ phone_number_id: "phone_known"
69
+ },
70
+ waba_id: "waba_fixture_1",
71
+ event: "PARTNER_REMOVED",
72
+ waba_info: {
73
+ name: "Fixture WABA",
74
+ owner_business_id: "biz_fixture_1"
75
+ }
76
+ }
77
+ }]
78
+ }]
79
+ };
80
+ //#endregion
81
+ //#region src/history-duplicate-chunk.ts
82
+ const historyDuplicateChunkFixture = {
83
+ object: "whatsapp_business_account",
84
+ entry: [{
85
+ id: "waba_fixture_1",
86
+ changes: [{
87
+ field: "history",
88
+ value: {
89
+ messaging_product: "whatsapp",
90
+ metadata: {
91
+ display_phone_number: "15550000001",
92
+ phone_number_id: "phone_known"
93
+ },
94
+ request_id: "req_hist_1",
95
+ history: [{
96
+ phase: 1,
97
+ window: "duplicate_day_0_1",
98
+ messages: [{
99
+ id: "wamid.hist.0001",
100
+ from: "15550000002",
101
+ timestamp: "1783000000",
102
+ type: "text",
103
+ text: { body: "Can you confirm tomorrow's appointment?" }
104
+ }]
105
+ }]
106
+ }
107
+ }]
108
+ }]
109
+ };
110
+ //#endregion
111
+ //#region src/history-group-excluded.ts
112
+ const historyGroupExcludedFixture = {
113
+ object: "whatsapp_business_account",
114
+ entry: [{
115
+ id: "waba_fixture_1",
116
+ changes: [{
117
+ field: "history",
118
+ value: {
119
+ messaging_product: "whatsapp",
120
+ metadata: {
121
+ display_phone_number: "15550000001",
122
+ phone_number_id: "phone_known"
123
+ },
124
+ request_id: "req_hist_individual_only",
125
+ history: [{
126
+ phase: 1,
127
+ excluded: { group_chats: true },
128
+ messages: [{
129
+ id: "wamid.hist.individual.1",
130
+ from: "15550000005",
131
+ timestamp: "1782990000",
132
+ type: "text",
133
+ text: { body: "This one-to-one message is included." }
134
+ }]
135
+ }]
136
+ }
137
+ }]
138
+ }]
139
+ };
140
+ //#endregion
141
+ //#region src/history-media-missing-asset-id-after-day-14.ts
142
+ const historyMediaMissingAssetIdAfterDay14Fixture = {
143
+ object: "whatsapp_business_account",
144
+ entry: [{
145
+ id: "waba_fixture_1",
146
+ changes: [{
147
+ field: "history",
148
+ value: {
149
+ messaging_product: "whatsapp",
150
+ metadata: {
151
+ display_phone_number: "15550000001",
152
+ phone_number_id: "phone_known"
153
+ },
154
+ request_id: "req_hist_media_old",
155
+ history: [{
156
+ phase: 2,
157
+ window: "day_14_90_media",
158
+ messages: [{
159
+ id: "wamid.hist.media.old",
160
+ from: "15550000002",
161
+ timestamp: "1778760000",
162
+ type: "image",
163
+ image: {
164
+ mime_type: "image/jpeg",
165
+ sha256: "fixture-old-media-sha256",
166
+ caption: "Older receipt photo"
167
+ }
168
+ }]
169
+ }]
170
+ }
171
+ }]
172
+ }]
173
+ };
174
+ //#endregion
175
+ //#region src/history-media-with-asset-id.ts
176
+ const historyMediaWithAssetIdFixture = {
177
+ object: "whatsapp_business_account",
178
+ entry: [{
179
+ id: "waba_fixture_1",
180
+ changes: [{
181
+ field: "history",
182
+ value: {
183
+ messaging_product: "whatsapp",
184
+ metadata: {
185
+ display_phone_number: "15550000001",
186
+ phone_number_id: "phone_known"
187
+ },
188
+ request_id: "req_hist_media_14d",
189
+ history: [{
190
+ phase: 1,
191
+ window: "day_0_14_media",
192
+ messages: [{
193
+ id: "wamid.hist.media.14d",
194
+ from: "15550000002",
195
+ timestamp: "1782913600",
196
+ type: "image",
197
+ image: {
198
+ id: "media_asset_hist_14d_1",
199
+ mime_type: "image/jpeg",
200
+ sha256: "fixture-media-sha256",
201
+ caption: "Receipt photo"
202
+ }
203
+ }]
204
+ }]
205
+ }
206
+ }]
207
+ }]
208
+ };
209
+ //#endregion
210
+ //#region src/history-other-error.ts
211
+ const historyOtherErrorFixture = {
212
+ object: "whatsapp_business_account",
213
+ entry: [{
214
+ id: "waba_fixture_1",
215
+ changes: [{
216
+ field: "history",
217
+ value: {
218
+ messaging_product: "whatsapp",
219
+ metadata: {
220
+ display_phone_number: "15550000001",
221
+ phone_number_id: "phone_known"
222
+ },
223
+ request_id: "req_hist_other_error",
224
+ errors: [{
225
+ code: 131e3,
226
+ title: "Something went wrong",
227
+ message: "History sync failed",
228
+ error_data: { details: "transient_history_failure" }
229
+ }],
230
+ history: []
231
+ }
232
+ }]
233
+ }]
234
+ };
235
+ //#endregion
236
+ //#region src/history-phase-1-day0-1.ts
237
+ const historyPhase1Day01Fixture = {
238
+ object: "whatsapp_business_account",
239
+ entry: [{
240
+ id: "waba_fixture_1",
241
+ changes: [{
242
+ field: "history",
243
+ value: {
244
+ messaging_product: "whatsapp",
245
+ metadata: {
246
+ display_phone_number: "15550000001",
247
+ phone_number_id: "phone_known"
248
+ },
249
+ request_id: "req_hist_1",
250
+ history: [{
251
+ phase: 1,
252
+ window: "day_0_1",
253
+ progress: {
254
+ current_phase: 1,
255
+ total_phases: 3,
256
+ started_at_day: 0,
257
+ completed_through_day: 1
258
+ },
259
+ messages: [{
260
+ id: "wamid.hist.0001",
261
+ from: "15550000002",
262
+ timestamp: "1783000000",
263
+ type: "text",
264
+ text: { body: "Can you confirm tomorrow's appointment?" }
265
+ }, {
266
+ id: "wamid.hist.0002",
267
+ from: "15550000001",
268
+ timestamp: "1783000060",
269
+ type: "text",
270
+ text: { body: "Confirmed for 10:00." }
271
+ }]
272
+ }]
273
+ }
274
+ }]
275
+ }]
276
+ };
277
+ //#endregion
278
+ //#region src/history-phase-2-day1-90.ts
279
+ const historyPhase2Day190Fixture = {
280
+ object: "whatsapp_business_account",
281
+ entry: [{
282
+ id: "waba_fixture_1",
283
+ changes: [{
284
+ field: "history",
285
+ value: {
286
+ messaging_product: "whatsapp",
287
+ metadata: {
288
+ display_phone_number: "15550000001",
289
+ phone_number_id: "phone_known"
290
+ },
291
+ request_id: "req_hist_1",
292
+ history: [{
293
+ phase: 2,
294
+ window: "day_1_90",
295
+ progress: {
296
+ current_phase: 2,
297
+ total_phases: 3,
298
+ started_at_day: 1,
299
+ completed_through_day: 90
300
+ },
301
+ messages: [{
302
+ id: "wamid.hist.0090",
303
+ from: "15550000003",
304
+ timestamp: "1777900000",
305
+ type: "text",
306
+ text: { body: "Please send the invoice again." }
307
+ }, {
308
+ id: "wamid.hist.0091",
309
+ from: "15550000001",
310
+ timestamp: "1777900180",
311
+ type: "text",
312
+ text: { body: "Invoice sent." }
313
+ }]
314
+ }]
315
+ }
316
+ }]
317
+ }]
318
+ };
319
+ //#endregion
320
+ //#region src/history-phase-3-day90-180.ts
321
+ const historyPhase3Day90180Fixture = {
322
+ object: "whatsapp_business_account",
323
+ entry: [{
324
+ id: "waba_fixture_1",
325
+ changes: [{
326
+ field: "history",
327
+ value: {
328
+ messaging_product: "whatsapp",
329
+ metadata: {
330
+ display_phone_number: "15550000001",
331
+ phone_number_id: "phone_known"
332
+ },
333
+ request_id: "req_hist_1",
334
+ history: [{
335
+ phase: 3,
336
+ window: "day_90_180",
337
+ progress: {
338
+ current_phase: 3,
339
+ total_phases: 3,
340
+ started_at_day: 90,
341
+ completed_through_day: 180,
342
+ complete: true
343
+ },
344
+ messages: [{
345
+ id: "wamid.hist.0180",
346
+ from: "15550000004",
347
+ timestamp: "1770120000",
348
+ type: "text",
349
+ text: { body: "Do you still have this product?" }
350
+ }]
351
+ }]
352
+ }
353
+ }]
354
+ }]
355
+ };
356
+ //#endregion
357
+ //#region src/history-status-only-chunk.ts
358
+ const historyStatusOnlyChunkFixture = {
359
+ object: "whatsapp_business_account",
360
+ entry: [{
361
+ id: "waba_fixture_1",
362
+ changes: [{
363
+ field: "history",
364
+ value: {
365
+ messaging_product: "whatsapp",
366
+ metadata: {
367
+ display_phone_number: "15550000001",
368
+ phone_number_id: "phone_known"
369
+ },
370
+ request_id: "req_hist_status_only",
371
+ history: [{
372
+ phase: 1,
373
+ statuses: [{
374
+ id: "wamid.hist.0002",
375
+ status: "read",
376
+ timestamp: "1783000120",
377
+ recipient_id: "15550000002"
378
+ }]
379
+ }]
380
+ }
381
+ }]
382
+ }]
383
+ };
384
+ //#endregion
385
+ //#region src/history-sync-error.ts
386
+ const historySyncErrorFixture = {
387
+ object: "whatsapp_business_account",
388
+ entry: [{
389
+ id: "waba_fixture_1",
390
+ changes: [{
391
+ field: "history",
392
+ value: {
393
+ messaging_product: "whatsapp",
394
+ metadata: {
395
+ display_phone_number: "15550000001",
396
+ phone_number_id: "phone_known"
397
+ },
398
+ request_id: "req_hist_error",
399
+ errors: [{
400
+ code: 2593109,
401
+ title: "History sync unavailable",
402
+ message: "The customer opted out of history sync.",
403
+ error_data: { reason: "history_opt_out" }
404
+ }],
405
+ history: []
406
+ }
407
+ }]
408
+ }]
409
+ };
410
+ //#endregion
411
+ //#region src/malformed-payload.ts
412
+ const malformedPayloadMissingPhoneNumberIdFixture = {
413
+ object: "whatsapp_business_account",
414
+ entry: [{
415
+ id: "waba_fixture_1",
416
+ changes: [{
417
+ field: "smb_message_echoes",
418
+ value: {
419
+ messaging_product: "whatsapp",
420
+ metadata: { display_phone_number: "15550000001" },
421
+ messages: [{
422
+ id: "wamid.echo.malformed.missing-phone.1",
423
+ from: "15550000001",
424
+ timestamp: "1783000500",
425
+ type: "text",
426
+ text: { body: "Missing phone_number_id." }
427
+ }]
428
+ }
429
+ }]
430
+ }]
431
+ };
432
+ const malformedPayloadEmptyEntryFixture = {
433
+ object: "whatsapp_business_account",
434
+ entry: []
435
+ };
436
+ const malformedPayloadUnknownFieldFixture = {
437
+ object: "whatsapp_business_account",
438
+ entry: [{
439
+ id: "waba_fixture_1",
440
+ changes: [{
441
+ field: "coexistence_fixture_unknown_field",
442
+ value: {
443
+ messaging_product: "whatsapp",
444
+ metadata: {
445
+ display_phone_number: "15550000001",
446
+ phone_number_id: "phone_known"
447
+ }
448
+ }
449
+ }]
450
+ }]
451
+ };
452
+ const malformedPayloadMissingObjectFixture = { entry: [{
453
+ id: "waba_fixture_1",
454
+ changes: []
455
+ }] };
456
+ //#endregion
457
+ //#region src/message-edit.ts
458
+ const messageEditFixture = {
459
+ object: "whatsapp_business_account",
460
+ entry: [{
461
+ id: "waba_fixture_1",
462
+ changes: [{
463
+ field: "messages",
464
+ value: {
465
+ messaging_product: "whatsapp",
466
+ metadata: {
467
+ display_phone_number: "15550000001",
468
+ phone_number_id: "phone_known"
469
+ },
470
+ contacts: [{
471
+ profile: { name: "Camila Customer" },
472
+ wa_id: "15550000001"
473
+ }],
474
+ messages: [{
475
+ from: "15550000001",
476
+ id: "wamid.edit.fixture.1",
477
+ timestamp: "1783000600",
478
+ type: "text",
479
+ edited: true,
480
+ text: { body: "Edited text" },
481
+ context: {
482
+ from: "15550000001",
483
+ id: "wamid.original.fixture.1"
484
+ }
485
+ }]
486
+ }
487
+ }]
488
+ }]
489
+ };
490
+ //#endregion
491
+ //#region src/message-revoke.ts
492
+ const messageRevokeFixture = {
493
+ object: "whatsapp_business_account",
494
+ entry: [{
495
+ id: "waba_fixture_1",
496
+ changes: [{
497
+ field: "messages",
498
+ value: {
499
+ messaging_product: "whatsapp",
500
+ metadata: {
501
+ display_phone_number: "15550000001",
502
+ phone_number_id: "phone_known"
503
+ },
504
+ contacts: [{
505
+ profile: { name: "Camila Customer" },
506
+ wa_id: "15550000001"
507
+ }],
508
+ messages: [{
509
+ from: "15550000001",
510
+ id: "wamid.revoke.fixture.1",
511
+ timestamp: "1783000660",
512
+ type: "text",
513
+ revoked: true,
514
+ context: {
515
+ from: "15550000001",
516
+ id: "wamid.original.fixture.2"
517
+ }
518
+ }]
519
+ }
520
+ }]
521
+ }]
522
+ };
523
+ //#endregion
524
+ //#region src/signature-test-payload.ts
525
+ const signatureTestPayloadFixture = {
526
+ object: "whatsapp_business_account",
527
+ entry: [{
528
+ id: "waba_fixture_1",
529
+ changes: [{
530
+ field: "smb_message_echoes",
531
+ value: {
532
+ messaging_product: "whatsapp",
533
+ metadata: {
534
+ display_phone_number: "15550000001",
535
+ phone_number_id: "phone_known"
536
+ },
537
+ messages: [{
538
+ id: "wamid.echo.signature.1",
539
+ from: "15550000001",
540
+ timestamp: "1783000600",
541
+ type: "text",
542
+ text: { body: "Payload for webhook signature verification tests." }
543
+ }]
544
+ }
545
+ }]
546
+ }]
547
+ };
548
+ //#endregion
549
+ //#region src/smb-app-state-sync-contact-add.ts
550
+ const smbAppStateSyncContactAddFixture = {
551
+ object: "whatsapp_business_account",
552
+ entry: [{
553
+ id: "waba_fixture_1",
554
+ changes: [{
555
+ field: "smb_app_state_sync",
556
+ value: {
557
+ messaging_product: "whatsapp",
558
+ metadata: {
559
+ display_phone_number: "15550000001",
560
+ phone_number_id: "phone_known"
561
+ },
562
+ request_id: "req_appstate_1",
563
+ contacts: [{
564
+ wa_id: "15550000009",
565
+ profile: { name: "Ada Customer" }
566
+ }]
567
+ }
568
+ }]
569
+ }]
570
+ };
571
+ //#endregion
572
+ //#region src/smb-app-state-sync-contact-remove.ts
573
+ const smbAppStateSyncContactRemoveFixture = {
574
+ object: "whatsapp_business_account",
575
+ entry: [{
576
+ id: "waba_fixture_1",
577
+ changes: [{
578
+ field: "smb_app_state_sync",
579
+ value: {
580
+ messaging_product: "whatsapp",
581
+ metadata: {
582
+ display_phone_number: "15550000001",
583
+ phone_number_id: "phone_known"
584
+ },
585
+ request_id: "req_appstate_1",
586
+ contacts: [{
587
+ wa_id: "15550000009",
588
+ removed: true
589
+ }]
590
+ }
591
+ }]
592
+ }]
593
+ };
594
+ //#endregion
595
+ //#region src/smb-app-state-sync-error.ts
596
+ const smbAppStateSyncErrorFixture = {
597
+ object: "whatsapp_business_account",
598
+ entry: [{
599
+ id: "waba_fixture_1",
600
+ changes: [{
601
+ field: "smb_app_state_sync",
602
+ value: {
603
+ messaging_product: "whatsapp",
604
+ metadata: {
605
+ display_phone_number: "15550000001",
606
+ phone_number_id: "phone_known"
607
+ },
608
+ request_id: "req_contacts_error",
609
+ sync_type: "smb_app_state_sync",
610
+ errors: [{
611
+ code: 131051,
612
+ title: "Contact sync unavailable",
613
+ message: "The business app state could not be synchronized",
614
+ error_data: { details: "smb_app_state_sync_failed" }
615
+ }]
616
+ }
617
+ }]
618
+ }]
619
+ };
620
+ //#endregion
621
+ //#region src/smb-message-echo.ts
622
+ const smbMessageEchoFixture = {
623
+ object: "whatsapp_business_account",
624
+ entry: [{
625
+ id: "waba_fixture_1",
626
+ changes: [{
627
+ field: "smb_message_echoes",
628
+ value: {
629
+ messaging_product: "whatsapp",
630
+ metadata: {
631
+ display_phone_number: "15550000001",
632
+ phone_number_id: "phone_known"
633
+ },
634
+ messages: [{
635
+ id: "wamid.echo.fixture.1",
636
+ from: "15550000001",
637
+ timestamp: "1783000300",
638
+ type: "text",
639
+ text: { body: "Sent from the WhatsApp Business app." }
640
+ }]
641
+ }
642
+ }]
643
+ }]
644
+ };
645
+ //#endregion
646
+ //#region src/unknown-phone-number.ts
647
+ const unknownPhoneNumberFixture = {
648
+ object: "whatsapp_business_account",
649
+ entry: [{
650
+ id: "waba_fixture_1",
651
+ changes: [{
652
+ field: "smb_message_echoes",
653
+ value: {
654
+ messaging_product: "whatsapp",
655
+ metadata: {
656
+ display_phone_number: "15550000001",
657
+ phone_number_id: "phone_unknown"
658
+ },
659
+ messages: [{
660
+ id: "wamid.echo.unknown.1",
661
+ from: "15550000001",
662
+ timestamp: "1783000400",
663
+ type: "text",
664
+ text: { body: "Valid echo for an unmapped number." }
665
+ }]
666
+ }
667
+ }]
668
+ }]
669
+ };
670
+ //#endregion
671
+ //#region src/unsupported-message-type.ts
672
+ const unsupportedMessageTypeFixture = {
673
+ object: "whatsapp_business_account",
674
+ entry: [{
675
+ id: "waba_fixture_1",
676
+ changes: [{
677
+ field: "messages",
678
+ value: {
679
+ messaging_product: "whatsapp",
680
+ metadata: {
681
+ display_phone_number: "15550000001",
682
+ phone_number_id: "phone_known"
683
+ },
684
+ contacts: [{
685
+ profile: { name: "Camila Customer" },
686
+ wa_id: "15550000001"
687
+ }],
688
+ messages: [{
689
+ from: "15550000001",
690
+ id: "wamid.unsupported.fixture.1",
691
+ timestamp: "1783000500",
692
+ type: "unsupported",
693
+ errors: [{
694
+ code: 131051,
695
+ title: "Unsupported message type",
696
+ message: "The message type is not supported",
697
+ error_data: { details: "unsupported_message_type" }
698
+ }]
699
+ }]
700
+ }
701
+ }]
702
+ }]
703
+ };
704
+ //#endregion
705
+ //#region src/index.ts
706
+ const coexistenceWebhookFixtures = {
707
+ historyPhase1Day01Fixture,
708
+ historyPhase2Day190Fixture,
709
+ historyPhase3Day90180Fixture,
710
+ historyStatusOnlyChunkFixture,
711
+ historySyncErrorFixture,
712
+ historyOtherErrorFixture,
713
+ historyMediaWithAssetIdFixture,
714
+ historyMediaMissingAssetIdAfterDay14Fixture,
715
+ historyDuplicateChunkFixture,
716
+ historyGroupExcludedFixture,
717
+ smbAppStateSyncContactAddFixture,
718
+ smbAppStateSyncContactRemoveFixture,
719
+ smbAppStateSyncErrorFixture,
720
+ smbMessageEchoFixture,
721
+ accountUpdatePartnerRemovedFixture,
722
+ accountOffboardedFixture,
723
+ accountReconnectedFixture,
724
+ unsupportedMessageTypeFixture,
725
+ messageEditFixture,
726
+ messageRevokeFixture,
727
+ malformedPayloadUnknownFieldFixture,
728
+ malformedPayloadMissingPhoneNumberIdFixture,
729
+ malformedPayloadEmptyEntryFixture,
730
+ malformedPayloadMissingObjectFixture,
731
+ unknownPhoneNumberFixture,
732
+ signatureTestPayloadFixture
733
+ };
734
+ //#endregion
735
+ exports.accountOffboardedFixture = accountOffboardedFixture;
736
+ exports.accountReconnectedFixture = accountReconnectedFixture;
737
+ exports.accountUpdatePartnerRemovedFixture = accountUpdatePartnerRemovedFixture;
738
+ exports.coexistenceWebhookFixtures = coexistenceWebhookFixtures;
739
+ exports.historyDuplicateChunkFixture = historyDuplicateChunkFixture;
740
+ exports.historyGroupExcludedFixture = historyGroupExcludedFixture;
741
+ exports.historyMediaMissingAssetIdAfterDay14Fixture = historyMediaMissingAssetIdAfterDay14Fixture;
742
+ exports.historyMediaWithAssetIdFixture = historyMediaWithAssetIdFixture;
743
+ exports.historyOtherErrorFixture = historyOtherErrorFixture;
744
+ exports.historyPhase1Day01Fixture = historyPhase1Day01Fixture;
745
+ exports.historyPhase2Day190Fixture = historyPhase2Day190Fixture;
746
+ exports.historyPhase3Day90180Fixture = historyPhase3Day90180Fixture;
747
+ exports.historyStatusOnlyChunkFixture = historyStatusOnlyChunkFixture;
748
+ exports.historySyncErrorFixture = historySyncErrorFixture;
749
+ exports.malformedPayloadEmptyEntryFixture = malformedPayloadEmptyEntryFixture;
750
+ exports.malformedPayloadMissingObjectFixture = malformedPayloadMissingObjectFixture;
751
+ exports.malformedPayloadMissingPhoneNumberIdFixture = malformedPayloadMissingPhoneNumberIdFixture;
752
+ exports.malformedPayloadUnknownFieldFixture = malformedPayloadUnknownFieldFixture;
753
+ exports.messageEditFixture = messageEditFixture;
754
+ exports.messageRevokeFixture = messageRevokeFixture;
755
+ exports.signatureTestPayloadFixture = signatureTestPayloadFixture;
756
+ exports.smbAppStateSyncContactAddFixture = smbAppStateSyncContactAddFixture;
757
+ exports.smbAppStateSyncContactRemoveFixture = smbAppStateSyncContactRemoveFixture;
758
+ exports.smbAppStateSyncErrorFixture = smbAppStateSyncErrorFixture;
759
+ exports.smbMessageEchoFixture = smbMessageEchoFixture;
760
+ exports.unknownPhoneNumberFixture = unknownPhoneNumberFixture;
761
+ exports.unsupportedMessageTypeFixture = unsupportedMessageTypeFixture;