@pontalabs/baileys 1.0.11 → 1.1.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 (119) hide show
  1. package/README.md +96 -85
  2. package/lib/Defaults/connection.js +39 -0
  3. package/lib/Defaults/constants.js +50 -0
  4. package/lib/Defaults/history.js +13 -0
  5. package/lib/Defaults/index.js +36 -151
  6. package/lib/Defaults/media.js +43 -0
  7. package/lib/Defaults/phonenumber-mcc.json +221 -221
  8. package/lib/Defaults/prefix.js +12 -0
  9. package/lib/Defaults/vialeys-version.json +7 -0
  10. package/lib/Signal/Group/ciphertext-message.js +10 -15
  11. package/lib/Signal/Group/group-session-builder.js +34 -60
  12. package/lib/Signal/Group/group_cipher.js +69 -76
  13. package/lib/Signal/Group/index.js +41 -60
  14. package/lib/Signal/Group/keyhelper.js +12 -57
  15. package/lib/Signal/Group/sender-chain-key.js +20 -33
  16. package/lib/Signal/Group/sender-key-distribution-message.js +43 -48
  17. package/lib/Signal/Group/sender-key-message.js +58 -53
  18. package/lib/Signal/Group/sender-key-name.js +21 -31
  19. package/lib/Signal/Group/sender-key-record.js +21 -34
  20. package/lib/Signal/Group/sender-key-state.js +59 -106
  21. package/lib/Signal/Group/sender-message-key.js +16 -21
  22. package/lib/Signal/libsignal.js +282 -203
  23. package/lib/Signal/lid-mapping.js +164 -184
  24. package/lib/Socket/Client/index.js +31 -22
  25. package/lib/Socket/Client/types.js +9 -15
  26. package/lib/Socket/Client/websocket.js +42 -37
  27. package/lib/Socket/business.js +212 -336
  28. package/lib/Socket/chats.js +696 -940
  29. package/lib/Socket/community.js +454 -369
  30. package/lib/Socket/groups.js +278 -280
  31. package/lib/Socket/index.js +9 -21
  32. package/lib/Socket/messages-recv.js +1027 -1570
  33. package/lib/Socket/messages-send.js +1180 -1136
  34. package/lib/Socket/mex.js +59 -0
  35. package/lib/Socket/newsletter.js +193 -251
  36. package/lib/Socket/socket.js +758 -898
  37. package/lib/Store/index.js +35 -24
  38. package/lib/Store/make-cache-manager-store.js +53 -66
  39. package/lib/Store/make-in-memory-store.js +319 -325
  40. package/lib/Store/make-ordered-dictionary.js +49 -57
  41. package/lib/Store/object-repository.js +10 -15
  42. package/lib/Types/Auth.js +2 -3
  43. package/lib/Types/Bussines.js +2 -3
  44. package/lib/Types/Call.js +2 -3
  45. package/lib/Types/Chat.js +10 -9
  46. package/lib/Types/Contact.js +2 -3
  47. package/lib/Types/Events.js +2 -3
  48. package/lib/Types/GroupMetadata.js +2 -3
  49. package/lib/Types/Label.js +6 -12
  50. package/lib/Types/LabelAssociation.js +4 -13
  51. package/lib/Types/Message.js +10 -18
  52. package/lib/Types/MexUpdates.js +15 -18
  53. package/lib/Types/Newsletter.js +26 -34
  54. package/lib/Types/Product.js +2 -3
  55. package/lib/Types/Signal.js +2 -3
  56. package/lib/Types/Socket.js +2 -3
  57. package/lib/Types/State.js +8 -13
  58. package/lib/Types/USync.js +2 -3
  59. package/lib/Types/index.js +49 -40
  60. package/lib/Utils/auth-utils.js +190 -495
  61. package/lib/Utils/browser-utils.js +29 -0
  62. package/lib/Utils/business.js +177 -199
  63. package/lib/Utils/chat-utils.js +711 -624
  64. package/lib/Utils/crypto.js +116 -161
  65. package/lib/Utils/decode-wa-message.js +225 -321
  66. package/lib/Utils/event-buffer.js +363 -405
  67. package/lib/Utils/generics.js +318 -472
  68. package/lib/Utils/history.js +72 -76
  69. package/lib/Utils/index.js +49 -41
  70. package/lib/Utils/link-preview.js +59 -103
  71. package/lib/Utils/logger.js +4 -7
  72. package/lib/Utils/lt-hash.js +29 -42
  73. package/lib/Utils/make-mutex.js +26 -42
  74. package/lib/Utils/message-retry-manager.js +134 -160
  75. package/lib/Utils/messages-media.js +665 -731
  76. package/lib/Utils/messages.js +518 -1
  77. package/lib/Utils/noise-handler.js +127 -125
  78. package/lib/Utils/pre-key-manager.js +86 -0
  79. package/lib/Utils/process-message.js +739 -351
  80. package/lib/Utils/signal.js +146 -129
  81. package/lib/Utils/use-multi-file-auth-state.js +68 -135
  82. package/lib/Utils/validate-connection.js +183 -142
  83. package/lib/Utils/vialeys-event-stream.js +41 -0
  84. package/lib/WABinary/constants.js +1281 -1289
  85. package/lib/WABinary/decode.js +145 -200
  86. package/lib/WABinary/encode.js +149 -202
  87. package/lib/WABinary/generic-utils.js +79 -97
  88. package/lib/WABinary/index.js +36 -25
  89. package/lib/WABinary/jid-utils.js +91 -123
  90. package/lib/WABinary/types.js +2 -3
  91. package/lib/WAM/BinaryInfo.js +8 -13
  92. package/lib/WAM/constants.js +16584 -11464
  93. package/lib/WAM/encode.js +117 -133
  94. package/lib/WAM/index.js +34 -23
  95. package/lib/WAUSync/Protocols/USyncBotProfileProtocol.js +62 -69
  96. package/lib/WAUSync/Protocols/USyncContactProtocol.js +11 -25
  97. package/lib/WAUSync/Protocols/USyncDeviceProtocol.js +32 -44
  98. package/lib/WAUSync/Protocols/USyncDisappearingModeProtocol.js +13 -23
  99. package/lib/WAUSync/Protocols/USyncLIDProtocol.js +24 -38
  100. package/lib/WAUSync/Protocols/USyncStatusProtocol.js +17 -31
  101. package/lib/WAUSync/Protocols/index.js +37 -26
  102. package/lib/WAUSync/USyncQuery.js +66 -66
  103. package/lib/WAUSync/USyncUser.js +13 -18
  104. package/lib/WAUSync/index.js +34 -23
  105. package/lib/index.js +95 -28
  106. package/package.json +2 -1
  107. package/lib/Defaults/baileys-version.json +0 -3
  108. package/lib/Signal/Group/queue-job.d.ts +0 -1
  109. package/lib/Signal/Group/queue-job.js +0 -57
  110. package/lib/Socket/usync.d.ts +0 -37
  111. package/lib/Socket/usync.js +0 -83
  112. package/lib/Utils/baileys-event-stream.d.ts +0 -18
  113. package/lib/Utils/baileys-event-stream.js +0 -70
  114. package/lib/Utils/signal-housekeeping.d.ts +0 -19
  115. package/lib/Utils/signal-housekeeping.js +0 -73
  116. package/lib/Utils/use-mongo-file-auth-state.d.ts +0 -6
  117. package/lib/Utils/use-mongo-file-auth-state.js +0 -84
  118. package/lib/Utils/use-single-file-auth-state.d.ts +0 -13
  119. package/lib/Utils/use-single-file-auth-state.js +0 -80
@@ -1,7 +1,5 @@
1
- "use strict"
2
-
3
- Object.defineProperty(exports, "__esModule", { value: true })
4
-
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
5
3
  const TAGS = {
6
4
  LIST_EMPTY: 0,
7
5
  DICTIONARY_0: 236,
@@ -19,1298 +17,1292 @@ const TAGS = {
19
17
  BINARY_20: 253,
20
18
  BINARY_32: 254,
21
19
  NIBBLE_8: 255,
22
- PACKED_MAX: 127
23
- }
24
-
20
+ PACKED_MAX: 127,
21
+ };
25
22
  const DOUBLE_BYTE_TOKENS = [
26
23
  [
27
- 'read-self',
28
- 'active',
29
- 'fbns',
30
- 'protocol',
31
- 'reaction',
32
- 'screen_width',
33
- 'heartbeat',
34
- 'deviceid',
35
- '2:47DEQpj8',
36
- 'uploadfieldstat',
37
- 'voip_settings',
38
- 'retry',
39
- 'priority',
40
- 'longitude',
41
- 'conflict',
42
- 'false',
43
- 'ig_professional',
44
- 'replaced',
45
- 'preaccept',
46
- 'cover_photo',
47
- 'uncompressed',
48
- 'encopt',
49
- 'ppic',
50
- '04',
51
- 'passive',
52
- 'status-revoke-drop',
53
- 'keygen',
54
- '540',
55
- 'offer',
56
- 'rate',
57
- 'opus',
58
- 'latitude',
59
- 'w:gp2',
60
- 'ver',
61
- '4',
62
- 'business_profile',
63
- 'medium',
64
- 'sender',
65
- 'prev_v_id',
66
- 'email',
67
- 'website',
68
- 'invited',
69
- 'sign_credential',
70
- '05',
71
- 'transport',
72
- 'skey',
73
- 'reason',
74
- 'peer_abtest_bucket',
75
- 'America/Sao_Paulo',
76
- 'appid',
77
- 'refresh',
78
- '100',
79
- '06',
80
- '404',
81
- '101',
82
- '104',
83
- '107',
84
- '102',
85
- '109',
86
- '103',
87
- 'member_add_mode',
88
- '105',
89
- 'transaction-id',
90
- '110',
91
- '106',
92
- 'outgoing',
93
- '108',
94
- '111',
95
- 'tokens',
96
- 'followers',
97
- 'ig_handle',
98
- 'self_pid',
99
- 'tue',
100
- 'dec',
101
- 'thu',
102
- 'joinable',
103
- 'peer_pid',
104
- 'mon',
105
- 'features',
106
- 'wed',
107
- 'peer_device_presence',
108
- 'pn',
109
- 'delete',
110
- '07',
111
- 'fri',
112
- 'audio_duration',
113
- 'admin',
114
- 'connected',
115
- 'delta',
116
- 'rcat',
117
- 'disable',
118
- 'collection',
119
- '08',
120
- '480',
121
- 'sat',
122
- 'phash',
123
- 'all',
124
- 'invite',
125
- 'accept',
126
- 'critical_unblock_low',
127
- 'group_update',
128
- 'signed_credential',
129
- 'blinded_credential',
130
- 'eph_setting',
131
- 'net',
132
- '09',
133
- 'background_location',
134
- 'refresh_id',
135
- 'Asia/Kolkata',
136
- 'privacy_mode_ts',
137
- 'account_sync',
138
- 'voip_payload_type',
139
- 'service_areas',
140
- 'acs_public_key',
141
- 'v_id',
142
- '0a',
143
- 'fallback_class',
144
- 'relay',
145
- 'actual_actors',
146
- 'metadata',
147
- 'w:biz',
148
- '5',
149
- 'connected-limit',
150
- 'notice',
151
- '0b',
152
- 'host_storage',
153
- 'fb_page',
154
- 'subject',
155
- 'privatestats',
156
- 'invis',
157
- 'groupadd',
158
- '010',
159
- 'note.m4r',
160
- 'uuid',
161
- '0c',
162
- '8000',
163
- 'sun',
164
- '372',
165
- '1020',
166
- 'stage',
167
- '1200',
168
- '720',
169
- 'canonical',
170
- 'fb',
171
- '011',
172
- 'video_duration',
173
- '0d',
174
- '1140',
175
- 'superadmin',
176
- '012',
177
- 'Opening.m4r',
178
- 'keystore_attestation',
179
- 'dleq_proof',
180
- '013',
181
- 'timestamp',
182
- 'ab_key',
183
- 'w:sync:app:state',
184
- '0e',
185
- 'vertical',
186
- '600',
187
- 'p_v_id',
188
- '6',
189
- 'likes',
190
- '014',
191
- '500',
192
- '1260',
193
- 'creator',
194
- '0f',
195
- 'rte',
196
- 'destination',
197
- 'group',
198
- 'group_info',
199
- 'syncd_anti_tampering_fatal_exception_enabled',
200
- '015',
201
- 'dl_bw',
202
- 'Asia/Jakarta',
203
- 'vp8/h.264',
204
- 'online',
205
- '1320',
206
- 'fb:multiway',
207
- '10',
208
- 'timeout',
209
- '016',
210
- 'nse_retry',
211
- 'urn:xmpp:whatsapp:dirty',
212
- '017',
213
- 'a_v_id',
214
- 'web_shops_chat_header_button_enabled',
215
- 'nse_call',
216
- 'inactive-upgrade',
217
- 'none',
218
- 'web',
219
- 'groups',
220
- '2250',
221
- 'mms_hot_content_timespan_in_seconds',
222
- 'contact_blacklist',
223
- 'nse_read',
224
- 'suspended_group_deletion_notification',
225
- 'binary_version',
226
- '018',
227
- 'https://www.whatsapp.com/otp/copy/',
228
- 'reg_push',
229
- 'shops_hide_catalog_attachment_entrypoint',
230
- 'server_sync',
231
- '.',
232
- 'ephemeral_messages_allowed_values',
233
- '019',
234
- 'mms_vcache_aggregation_enabled',
235
- 'iphone',
236
- 'America/Argentina/Buenos_Aires',
237
- '01a',
238
- 'mms_vcard_autodownload_size_kb',
239
- 'nse_ver',
240
- 'shops_header_dropdown_menu_item',
241
- 'dhash',
242
- 'catalog_status',
243
- 'communities_mvp_new_iqs_serverprop',
244
- 'blocklist',
245
- 'default',
246
- '11',
247
- 'ephemeral_messages_enabled',
248
- '01b',
249
- 'original_dimensions',
250
- '8',
251
- 'mms4_media_retry_notification_encryption_enabled',
252
- 'mms4_server_error_receipt_encryption_enabled',
253
- 'original_image_url',
254
- 'sync',
255
- 'multiway',
256
- '420',
257
- 'companion_enc_static',
258
- 'shops_profile_drawer_entrypoint',
259
- '01c',
260
- 'vcard_as_document_size_kb',
261
- 'status_video_max_duration',
262
- 'request_image_url',
263
- '01d',
264
- 'regular_high',
265
- 's_t',
266
- 'abt',
267
- 'share_ext_min_preliminary_image_quality',
268
- '01e',
269
- '32',
270
- 'syncd_key_rotation_enabled',
271
- 'data_namespace',
272
- 'md_downgrade_read_receipts2',
273
- 'patch',
274
- 'polltype',
275
- 'ephemeral_messages_setting',
276
- 'userrate',
277
- '15',
278
- 'partial_pjpeg_bw_threshold',
279
- 'played-self',
280
- 'catalog_exists',
281
- '01f',
282
- 'mute_v2'
283
- ],
284
- [
285
- 'reject',
286
- 'dirty',
287
- 'announcement',
288
- '020',
289
- '13',
290
- '9',
291
- 'status_video_max_bitrate',
292
- 'fb:thrift_iq',
293
- 'offline_batch',
294
- '022',
295
- 'full',
296
- 'ctwa_first_business_reply_logging',
297
- 'h.264',
298
- 'smax_id',
299
- 'group_description_length',
300
- 'https://www.whatsapp.com/otp/code',
301
- 'status_image_max_edge',
302
- 'smb_upsell_business_profile_enabled',
303
- '021',
304
- 'web_upgrade_to_md_modal',
305
- '14',
306
- '023',
307
- 's_o',
308
- 'smaller_video_thumbs_status_enabled',
309
- 'media_max_autodownload',
310
- '960',
311
- 'blocking_status',
312
- 'peer_msg',
313
- 'joinable_group_call_client_version',
314
- 'group_call_video_maximization_enabled',
315
- 'return_snapshot',
316
- 'high',
317
- 'America/Mexico_City',
318
- 'entry_point_block_logging_enabled',
319
- 'pop',
320
- '024',
321
- '1050',
322
- '16',
323
- '1380',
324
- 'one_tap_calling_in_group_chat_size',
325
- 'regular_low',
326
- 'inline_joinable_education_enabled',
327
- 'hq_image_max_edge',
328
- 'locked',
329
- 'America/Bogota',
330
- 'smb_biztools_deeplink_enabled',
331
- 'status_image_quality',
332
- '1088',
333
- '025',
334
- 'payments_upi_intent_transaction_limit',
335
- 'voip',
336
- 'w:g2',
337
- '027',
338
- 'md_pin_chat_enabled',
339
- '026',
340
- 'multi_scan_pjpeg_download_enabled',
341
- 'shops_product_grid',
342
- 'transaction_id',
343
- 'ctwa_context_enabled',
344
- '20',
345
- 'fna',
346
- 'hq_image_quality',
347
- 'alt_jpeg_doc_detection_quality',
348
- 'group_call_max_participants',
349
- 'pkey',
350
- 'America/Belem',
351
- 'image_max_kbytes',
352
- 'web_cart_v1_1_order_message_changes_enabled',
353
- 'ctwa_context_enterprise_enabled',
354
- 'urn:xmpp:whatsapp:account',
355
- '840',
356
- 'Asia/Kuala_Lumpur',
357
- 'max_participants',
358
- 'video_remux_after_repair_enabled',
359
- 'stella_addressbook_restriction_type',
360
- '660',
361
- '900',
362
- '780',
363
- 'context_menu_ios13_enabled',
364
- 'mute-state',
365
- 'ref',
366
- 'payments_request_messages',
367
- '029',
368
- 'frskmsg',
369
- 'vcard_max_size_kb',
370
- 'sample_buffer_gif_player_enabled',
371
- 'match_last_seen',
372
- '510',
373
- '4983',
374
- 'video_max_bitrate',
375
- '028',
376
- 'w:comms:chat',
377
- '17',
378
- 'frequently_forwarded_max',
379
- 'groups_privacy_blacklist',
380
- 'Asia/Karachi',
381
- '02a',
382
- 'web_download_document_thumb_mms_enabled',
383
- '02b',
384
- 'hist_sync',
385
- 'biz_block_reasons_version',
386
- '1024',
387
- '18',
388
- 'web_is_direct_connection_for_plm_transparent',
389
- 'view_once_write',
390
- 'file_max_size',
391
- 'paid_convo_id',
392
- 'online_privacy_setting',
393
- 'video_max_edge',
394
- 'view_once_read',
395
- 'enhanced_storage_management',
396
- 'multi_scan_pjpeg_encoding_enabled',
397
- 'ctwa_context_forward_enabled',
398
- 'video_transcode_downgrade_enable',
399
- 'template_doc_mime_types',
400
- 'hq_image_bw_threshold',
401
- '30',
402
- 'body',
403
- 'u_aud_limit_sil_restarts_ctrl',
404
- 'other',
405
- 'participating',
406
- 'w:biz:directory',
407
- '1110',
408
- 'vp8',
409
- '4018',
410
- 'meta',
411
- 'doc_detection_image_max_edge',
412
- 'image_quality',
413
- '1170',
414
- '02c',
415
- 'smb_upsell_chat_banner_enabled',
416
- 'key_expiry_time_second',
417
- 'pid',
418
- 'stella_interop_enabled',
419
- '19',
420
- 'linked_device_max_count',
421
- 'md_device_sync_enabled',
422
- '02d',
423
- '02e',
424
- '360',
425
- 'enhanced_block_enabled',
426
- 'ephemeral_icon_in_forwarding',
427
- 'paid_convo_status',
428
- 'gif_provider',
429
- 'project_name',
430
- 'server-error',
431
- 'canonical_url_validation_enabled',
432
- 'wallpapers_v2',
433
- 'syncd_clear_chat_delete_chat_enabled',
434
- 'medianotify',
435
- '02f',
436
- 'shops_required_tos_version',
437
- 'vote',
438
- 'reset_skey_on_id_change',
439
- '030',
440
- 'image_max_edge',
441
- 'multicast_limit_global',
442
- 'ul_bw',
443
- '21',
444
- '25',
445
- '5000',
446
- 'poll',
447
- '570',
448
- '22',
449
- '031',
450
- '1280',
451
- 'WhatsApp',
452
- '032',
453
- 'bloks_shops_enabled',
454
- '50',
455
- 'upload_host_switching_enabled',
456
- 'web_ctwa_context_compose_enabled',
457
- 'ptt_forwarded_features_enabled',
458
- 'unblocked',
459
- 'partial_pjpeg_enabled',
460
- 'fbid:devices',
461
- 'height',
462
- 'ephemeral_group_query_ts',
463
- 'group_join_permissions',
464
- 'order',
465
- '033',
466
- 'alt_jpeg_status_quality',
467
- 'migrate',
468
- 'popular-bank',
469
- 'win_uwp_deprecation_killswitch_enabled',
470
- 'web_download_status_thumb_mms_enabled',
471
- 'blocking',
472
- 'url_text',
473
- '035',
474
- 'web_forwarding_limit_to_groups',
475
- '1600',
476
- 'val',
477
- '1000',
478
- 'syncd_msg_date_enabled',
479
- 'bank-ref-id',
480
- 'max_subject',
481
- 'payments_web_enabled',
482
- 'web_upload_document_thumb_mms_enabled',
483
- 'size',
484
- 'request',
485
- 'ephemeral',
486
- '24',
487
- 'receipt_agg',
488
- 'ptt_remember_play_position',
489
- 'sampling_weight',
490
- 'enc_rekey',
491
- 'mute_always',
492
- '037',
493
- '034',
494
- '23',
495
- '036',
496
- 'action',
497
- 'click_to_chat_qr_enabled',
498
- 'width',
499
- 'disabled',
500
- '038',
501
- 'md_blocklist_v2',
502
- 'played_self_enabled',
503
- 'web_buttons_message_enabled',
504
- 'flow_id',
505
- 'clear',
506
- '450',
507
- 'fbid:thread',
508
- 'bloks_session_state',
509
- 'America/Lima',
510
- 'attachment_picker_refresh',
511
- 'download_host_switching_enabled',
512
- '1792',
513
- 'u_aud_limit_sil_restarts_test2',
514
- 'custom_urls',
515
- 'device_fanout',
516
- 'optimistic_upload',
517
- '2000',
518
- 'key_cipher_suite',
519
- 'web_smb_upsell_in_biz_profile_enabled',
520
- 'e',
521
- '039',
522
- 'siri_post_status_shortcut',
523
- 'pair-device',
524
- 'lg',
525
- 'lc',
526
- 'stream_attribution_url',
527
- 'model',
528
- 'mspjpeg_phash_gen',
529
- 'catalog_send_all',
530
- 'new_multi_vcards_ui',
531
- 'share_biz_vcard_enabled',
532
- '-',
533
- 'clean',
534
- '200',
535
- 'md_blocklist_v2_server',
536
- '03b',
537
- '03a',
538
- 'web_md_migration_experience',
539
- 'ptt_conversation_waveform',
540
- 'u_aud_limit_sil_restarts_test1'
541
- ],
542
- [
543
- '64',
544
- 'ptt_playback_speed_enabled',
545
- 'web_product_list_message_enabled',
546
- 'paid_convo_ts',
547
- '27',
548
- 'manufacturer',
549
- 'psp-routing',
550
- 'grp_uii_cleanup',
551
- 'ptt_draft_enabled',
552
- '03c',
553
- 'business_initiated',
554
- 'web_catalog_products_onoff',
555
- 'web_upload_link_thumb_mms_enabled',
556
- '03e',
557
- 'mediaretry',
558
- '35',
559
- 'hfm_string_changes',
560
- '28',
561
- 'America/Fortaleza',
562
- 'max_keys',
563
- 'md_mhfs_days',
564
- 'streaming_upload_chunk_size',
565
- '5541',
566
- '040',
567
- '03d',
568
- '2675',
569
- '03f',
570
- '...',
571
- '512',
572
- 'mute',
573
- '48',
574
- '041',
575
- 'alt_jpeg_quality',
576
- '60',
577
- '042',
578
- 'md_smb_quick_reply',
579
- '5183',
580
- 'c',
581
- '1343',
582
- '40',
583
- '1230',
584
- '043',
585
- '044',
586
- 'mms_cat_v1_forward_hot_override_enabled',
587
- 'user_notice',
588
- 'ptt_waveform_send',
589
- '047',
590
- 'Asia/Calcutta',
591
- '250',
592
- 'md_privacy_v2',
593
- '31',
594
- '29',
595
- '128',
596
- 'md_messaging_enabled',
597
- '046',
598
- 'crypto',
599
- '690',
600
- '045',
601
- 'enc_iv',
602
- '75',
603
- 'failure',
604
- 'ptt_oot_playback',
605
- 'AIzaSyCF4diRwbIXI5crDWMlu0RzGVQlwf_NRlQ',
606
- 'w',
607
- '048',
608
- '2201',
609
- 'web_large_files_ui',
610
- 'Asia/Makassar',
611
- '812',
612
- 'status_collapse_muted',
613
- '1334',
614
- '257',
615
- '2HP4dm',
616
- '049',
617
- 'patches',
618
- '1290',
619
- '43cY6T',
620
- 'America/Caracas',
621
- 'web_sticker_maker',
622
- 'campaign',
623
- 'ptt_pausable_enabled',
624
- '33',
625
- '42',
626
- 'attestation',
627
- 'biz',
628
- '04b',
629
- 'query_linked',
630
- 's',
631
- '125',
632
- '04a',
633
- '810',
634
- 'availability',
635
- '1411',
636
- 'responsiveness_v2_m1',
637
- 'catalog_not_created',
638
- '34',
639
- 'America/Santiago',
640
- '1465',
641
- 'enc_p',
642
- '04d',
643
- 'status_info',
644
- '04f',
645
- 'key_version',
646
- '..',
647
- '04c',
648
- '04e',
649
- 'md_group_notification',
650
- '1598',
651
- '1215',
652
- 'web_cart_enabled',
653
- '37',
654
- '630',
655
- '1920',
656
- '2394',
657
- '-1',
658
- 'vcard',
659
- '38',
660
- 'elapsed',
661
- '36',
662
- '828',
663
- 'peer',
664
- 'pricing_category',
665
- '1245',
666
- 'invalid',
667
- 'stella_ios_enabled',
668
- '2687',
669
- '45',
670
- '1528',
671
- '39',
672
- 'u_is_redial_audio_1104_ctrl',
673
- '1025',
674
- '1455',
675
- '58',
676
- '2524',
677
- '2603',
678
- '054',
679
- 'bsp_system_message_enabled',
680
- 'web_pip_redesign',
681
- '051',
682
- 'verify_apps',
683
- '1974',
684
- '1272',
685
- '1322',
686
- '1755',
687
- '052',
688
- '70',
689
- '050',
690
- '1063',
691
- '1135',
692
- '1361',
693
- '80',
694
- '1096',
695
- '1828',
696
- '1851',
697
- '1251',
698
- '1921',
699
- 'key_config_id',
700
- '1254',
701
- '1566',
702
- '1252',
703
- '2525',
704
- 'critical_block',
705
- '1669',
706
- 'max_available',
707
- 'w:auth:backup:token',
708
- 'product',
709
- '2530',
710
- '870',
711
- '1022',
712
- 'participant_uuid',
713
- 'web_cart_on_off',
714
- '1255',
715
- '1432',
716
- '1867',
717
- '41',
718
- '1415',
719
- '1440',
720
- '240',
721
- '1204',
722
- '1608',
723
- '1690',
724
- '1846',
725
- '1483',
726
- '1687',
727
- '1749',
728
- '69',
729
- 'url_number',
730
- '053',
731
- '1325',
732
- '1040',
733
- '365',
734
- '59',
735
- 'Asia/Riyadh',
736
- '1177',
737
- 'test_recommended',
738
- '057',
739
- '1612',
740
- '43',
741
- '1061',
742
- '1518',
743
- '1635',
744
- '055',
745
- '1034',
746
- '1375',
747
- '750',
748
- '1430',
749
- 'event_code',
750
- '1682',
751
- '503',
752
- '55',
753
- '865',
754
- '78',
755
- '1309',
756
- '1365',
757
- '44',
758
- 'America/Guayaquil',
759
- '535',
760
- 'LIMITED',
761
- '1377',
762
- '1613',
763
- '1420',
764
- '1599',
765
- '1822',
766
- '05a',
767
- '1681',
768
- 'password',
769
- '1111',
770
- '1214',
771
- '1376',
772
- '1478',
773
- '47',
774
- '1082',
775
- '4282',
776
- 'Europe/Istanbul',
777
- '1307',
778
- '46',
779
- '058',
780
- '1124',
781
- '256',
782
- 'rate-overlimit',
783
- 'retail',
784
- 'u_a_socket_err_fix_succ_test',
785
- '1292',
786
- '1370',
787
- '1388',
788
- '520',
789
- '861',
790
- 'psa',
791
- 'regular',
792
- '1181',
793
- '1766',
794
- '05b',
795
- '1183',
796
- '1213',
797
- '1304',
798
- '1537'
799
- ],
800
- [
801
- '1724',
802
- 'profile_picture',
803
- '1071',
804
- '1314',
805
- '1605',
806
- '407',
807
- '990',
808
- '1710',
809
- '746',
810
- 'pricing_model',
811
- '056',
812
- '059',
813
- '061',
814
- '1119',
815
- '6027',
816
- '65',
817
- '877',
818
- '1607',
819
- '05d',
820
- '917',
821
- 'seen',
822
- '1516',
823
- '49',
824
- '470',
825
- '973',
826
- '1037',
827
- '1350',
828
- '1394',
829
- '1480',
830
- '1796',
831
- 'keys',
832
- '794',
833
- '1536',
834
- '1594',
835
- '2378',
836
- '1333',
837
- '1524',
838
- '1825',
839
- '116',
840
- '309',
841
- '52',
842
- '808',
843
- '827',
844
- '909',
845
- '495',
846
- '1660',
847
- '361',
848
- '957',
849
- 'google',
850
- '1357',
851
- '1565',
852
- '1967',
853
- '996',
854
- '1775',
855
- '586',
856
- '736',
857
- '1052',
858
- '1670',
859
- 'bank',
860
- '177',
861
- '1416',
862
- '2194',
863
- '2222',
864
- '1454',
865
- '1839',
866
- '1275',
867
- '53',
868
- '997',
869
- '1629',
870
- '6028',
871
- 'smba',
872
- '1378',
873
- '1410',
874
- '05c',
875
- '1849',
876
- '727',
877
- 'create',
878
- '1559',
879
- '536',
880
- '1106',
881
- '1310',
882
- '1944',
883
- '670',
884
- '1297',
885
- '1316',
886
- '1762',
887
- 'en',
888
- '1148',
889
- '1295',
890
- '1551',
891
- '1853',
892
- '1890',
893
- '1208',
894
- '1784',
895
- '7200',
896
- '05f',
897
- '178',
898
- '1283',
899
- '1332',
900
- '381',
901
- '643',
902
- '1056',
903
- '1238',
904
- '2024',
905
- '2387',
906
- '179',
907
- '981',
908
- '1547',
909
- '1705',
910
- '05e',
911
- '290',
912
- '903',
913
- '1069',
914
- '1285',
915
- '2436',
916
- '062',
917
- '251',
918
- '560',
919
- '582',
920
- '719',
921
- '56',
922
- '1700',
923
- '2321',
924
- '325',
925
- '448',
926
- '613',
927
- '777',
928
- '791',
929
- '51',
930
- '488',
931
- '902',
932
- 'Asia/Almaty',
933
- 'is_hidden',
934
- '1398',
935
- '1527',
936
- '1893',
937
- '1999',
938
- '2367',
939
- '2642',
940
- '237',
941
- 'busy',
942
- '065',
943
- '067',
944
- '233',
945
- '590',
946
- '993',
947
- '1511',
948
- '54',
949
- '723',
950
- '860',
951
- '363',
952
- '487',
953
- '522',
954
- '605',
955
- '995',
956
- '1321',
957
- '1691',
958
- '1865',
959
- '2447',
960
- '2462',
961
- 'NON_TRANSACTIONAL',
962
- '433',
963
- '871',
964
- '432',
965
- '1004',
966
- '1207',
967
- '2032',
968
- '2050',
969
- '2379',
970
- '2446',
971
- '279',
972
- '636',
973
- '703',
974
- '904',
975
- '248',
976
- '370',
977
- '691',
978
- '700',
979
- '1068',
980
- '1655',
981
- '2334',
982
- '060',
983
- '063',
984
- '364',
985
- '533',
986
- '534',
987
- '567',
988
- '1191',
989
- '1210',
990
- '1473',
991
- '1827',
992
- '069',
993
- '701',
994
- '2531',
995
- '514',
996
- 'prev_dhash',
997
- '064',
998
- '496',
999
- '790',
1000
- '1046',
1001
- '1139',
1002
- '1505',
1003
- '1521',
1004
- '1108',
1005
- '207',
1006
- '544',
1007
- '637',
1008
- 'final',
1009
- '1173',
1010
- '1293',
1011
- '1694',
1012
- '1939',
1013
- '1951',
1014
- '1993',
1015
- '2353',
1016
- '2515',
1017
- '504',
1018
- '601',
1019
- '857',
1020
- 'modify',
1021
- 'spam_request',
1022
- 'p_121_aa_1101_test4',
1023
- '866',
1024
- '1427',
1025
- '1502',
1026
- '1638',
1027
- '1744',
1028
- '2153',
1029
- '068',
1030
- '382',
1031
- '725',
1032
- '1704',
1033
- '1864',
1034
- '1990',
1035
- '2003',
1036
- 'Asia/Dubai',
1037
- '508',
1038
- '531',
1039
- '1387',
1040
- '1474',
1041
- '1632',
1042
- '2307',
1043
- '2386',
1044
- '819',
1045
- '2014',
1046
- '066',
1047
- '387',
1048
- '1468',
1049
- '1706',
1050
- '2186',
1051
- '2261',
1052
- '471',
1053
- '728',
1054
- '1147',
1055
- '1372',
1056
- '1961'
1057
- ]
1058
- ]
1059
-
24
+ "read-self",
25
+ "active",
26
+ "fbns",
27
+ "protocol",
28
+ "reaction",
29
+ "screen_width",
30
+ "heartbeat",
31
+ "deviceid",
32
+ "2:47DEQpj8",
33
+ "uploadfieldstat",
34
+ "voip_settings",
35
+ "retry",
36
+ "priority",
37
+ "longitude",
38
+ "conflict",
39
+ "false",
40
+ "ig_professional",
41
+ "replaced",
42
+ "preaccept",
43
+ "cover_photo",
44
+ "uncompressed",
45
+ "encopt",
46
+ "ppic",
47
+ "04",
48
+ "passive",
49
+ "status-revoke-drop",
50
+ "keygen",
51
+ "540",
52
+ "offer",
53
+ "rate",
54
+ "opus",
55
+ "latitude",
56
+ "w:gp2",
57
+ "ver",
58
+ "4",
59
+ "business_profile",
60
+ "medium",
61
+ "sender",
62
+ "prev_v_id",
63
+ "email",
64
+ "website",
65
+ "invited",
66
+ "sign_credential",
67
+ "05",
68
+ "transport",
69
+ "skey",
70
+ "reason",
71
+ "peer_abtest_bucket",
72
+ "America/Sao_Paulo",
73
+ "appid",
74
+ "refresh",
75
+ "100",
76
+ "06",
77
+ "404",
78
+ "101",
79
+ "104",
80
+ "107",
81
+ "102",
82
+ "109",
83
+ "103",
84
+ "member_add_mode",
85
+ "105",
86
+ "transaction-id",
87
+ "110",
88
+ "106",
89
+ "outgoing",
90
+ "108",
91
+ "111",
92
+ "tokens",
93
+ "followers",
94
+ "ig_handle",
95
+ "self_pid",
96
+ "tue",
97
+ "dec",
98
+ "thu",
99
+ "joinable",
100
+ "peer_pid",
101
+ "mon",
102
+ "features",
103
+ "wed",
104
+ "peer_device_presence",
105
+ "pn",
106
+ "delete",
107
+ "07",
108
+ "fri",
109
+ "audio_duration",
110
+ "admin",
111
+ "connected",
112
+ "delta",
113
+ "rcat",
114
+ "disable",
115
+ "collection",
116
+ "08",
117
+ "480",
118
+ "sat",
119
+ "phash",
120
+ "all",
121
+ "invite",
122
+ "accept",
123
+ "critical_unblock_low",
124
+ "group_update",
125
+ "signed_credential",
126
+ "blinded_credential",
127
+ "eph_setting",
128
+ "net",
129
+ "09",
130
+ "background_location",
131
+ "refresh_id",
132
+ "Asia/Kolkata",
133
+ "privacy_mode_ts",
134
+ "account_sync",
135
+ "voip_payload_type",
136
+ "service_areas",
137
+ "acs_public_key",
138
+ "v_id",
139
+ "0a",
140
+ "fallback_class",
141
+ "relay",
142
+ "actual_actors",
143
+ "metadata",
144
+ "w:biz",
145
+ "5",
146
+ "connected-limit",
147
+ "notice",
148
+ "0b",
149
+ "host_storage",
150
+ "fb_page",
151
+ "subject",
152
+ "privatestats",
153
+ "invis",
154
+ "groupadd",
155
+ "010",
156
+ "note.m4r",
157
+ "uuid",
158
+ "0c",
159
+ "8000",
160
+ "sun",
161
+ "372",
162
+ "1020",
163
+ "stage",
164
+ "1200",
165
+ "720",
166
+ "canonical",
167
+ "fb",
168
+ "011",
169
+ "video_duration",
170
+ "0d",
171
+ "1140",
172
+ "superadmin",
173
+ "012",
174
+ "Opening.m4r",
175
+ "keystore_attestation",
176
+ "dleq_proof",
177
+ "013",
178
+ "timestamp",
179
+ "ab_key",
180
+ "w:sync:app:state",
181
+ "0e",
182
+ "vertical",
183
+ "600",
184
+ "p_v_id",
185
+ "6",
186
+ "likes",
187
+ "014",
188
+ "500",
189
+ "1260",
190
+ "creator",
191
+ "0f",
192
+ "rte",
193
+ "destination",
194
+ "group",
195
+ "group_info",
196
+ "syncd_anti_tampering_fatal_exception_enabled",
197
+ "015",
198
+ "dl_bw",
199
+ "Asia/Jakarta",
200
+ "vp8/h.264",
201
+ "online",
202
+ "1320",
203
+ "fb:multiway",
204
+ "10",
205
+ "timeout",
206
+ "016",
207
+ "nse_retry",
208
+ "urn:xmpp:whatsapp:dirty",
209
+ "017",
210
+ "a_v_id",
211
+ "web_shops_chat_header_button_enabled",
212
+ "nse_call",
213
+ "inactive-upgrade",
214
+ "none",
215
+ "web",
216
+ "groups",
217
+ "2250",
218
+ "mms_hot_content_timespan_in_seconds",
219
+ "contact_blacklist",
220
+ "nse_read",
221
+ "suspended_group_deletion_notification",
222
+ "binary_version",
223
+ "018",
224
+ "https://www.whatsapp.com/otp/copy/",
225
+ "reg_push",
226
+ "shops_hide_catalog_attachment_entrypoint",
227
+ "server_sync",
228
+ ".",
229
+ "ephemeral_messages_allowed_values",
230
+ "019",
231
+ "mms_vcache_aggregation_enabled",
232
+ "iphone",
233
+ "America/Argentina/Buenos_Aires",
234
+ "01a",
235
+ "mms_vcard_autodownload_size_kb",
236
+ "nse_ver",
237
+ "shops_header_dropdown_menu_item",
238
+ "dhash",
239
+ "catalog_status",
240
+ "communities_mvp_new_iqs_serverprop",
241
+ "blocklist",
242
+ "default",
243
+ "11",
244
+ "ephemeral_messages_enabled",
245
+ "01b",
246
+ "original_dimensions",
247
+ "8",
248
+ "mms4_media_retry_notification_encryption_enabled",
249
+ "mms4_server_error_receipt_encryption_enabled",
250
+ "original_image_url",
251
+ "sync",
252
+ "multiway",
253
+ "420",
254
+ "companion_enc_static",
255
+ "shops_profile_drawer_entrypoint",
256
+ "01c",
257
+ "vcard_as_document_size_kb",
258
+ "status_video_max_duration",
259
+ "request_image_url",
260
+ "01d",
261
+ "regular_high",
262
+ "s_t",
263
+ "abt",
264
+ "share_ext_min_preliminary_image_quality",
265
+ "01e",
266
+ "32",
267
+ "syncd_key_rotation_enabled",
268
+ "data_namespace",
269
+ "md_downgrade_read_receipts2",
270
+ "patch",
271
+ "polltype",
272
+ "ephemeral_messages_setting",
273
+ "userrate",
274
+ "15",
275
+ "partial_pjpeg_bw_threshold",
276
+ "played-self",
277
+ "catalog_exists",
278
+ "01f",
279
+ "mute_v2",
280
+ ],
281
+ [
282
+ "reject",
283
+ "dirty",
284
+ "announcement",
285
+ "020",
286
+ "13",
287
+ "9",
288
+ "status_video_max_bitrate",
289
+ "fb:thrift_iq",
290
+ "offline_batch",
291
+ "022",
292
+ "full",
293
+ "ctwa_first_business_reply_logging",
294
+ "h.264",
295
+ "smax_id",
296
+ "group_description_length",
297
+ "https://www.whatsapp.com/otp/code",
298
+ "status_image_max_edge",
299
+ "smb_upsell_business_profile_enabled",
300
+ "021",
301
+ "web_upgrade_to_md_modal",
302
+ "14",
303
+ "023",
304
+ "s_o",
305
+ "smaller_video_thumbs_status_enabled",
306
+ "media_max_autodownload",
307
+ "960",
308
+ "blocking_status",
309
+ "peer_msg",
310
+ "joinable_group_call_client_version",
311
+ "group_call_video_maximization_enabled",
312
+ "return_snapshot",
313
+ "high",
314
+ "America/Mexico_City",
315
+ "entry_point_block_logging_enabled",
316
+ "pop",
317
+ "024",
318
+ "1050",
319
+ "16",
320
+ "1380",
321
+ "one_tap_calling_in_group_chat_size",
322
+ "regular_low",
323
+ "inline_joinable_education_enabled",
324
+ "hq_image_max_edge",
325
+ "locked",
326
+ "America/Bogota",
327
+ "smb_biztools_deeplink_enabled",
328
+ "status_image_quality",
329
+ "1088",
330
+ "025",
331
+ "payments_upi_intent_transaction_limit",
332
+ "voip",
333
+ "w:g2",
334
+ "027",
335
+ "md_pin_chat_enabled",
336
+ "026",
337
+ "multi_scan_pjpeg_download_enabled",
338
+ "shops_product_grid",
339
+ "transaction_id",
340
+ "ctwa_context_enabled",
341
+ "20",
342
+ "fna",
343
+ "hq_image_quality",
344
+ "alt_jpeg_doc_detection_quality",
345
+ "group_call_max_participants",
346
+ "pkey",
347
+ "America/Belem",
348
+ "image_max_kbytes",
349
+ "web_cart_v1_1_order_message_changes_enabled",
350
+ "ctwa_context_enterprise_enabled",
351
+ "urn:xmpp:whatsapp:account",
352
+ "840",
353
+ "Asia/Kuala_Lumpur",
354
+ "max_participants",
355
+ "video_remux_after_repair_enabled",
356
+ "stella_addressbook_restriction_type",
357
+ "660",
358
+ "900",
359
+ "780",
360
+ "context_menu_ios13_enabled",
361
+ "mute-state",
362
+ "ref",
363
+ "payments_request_messages",
364
+ "029",
365
+ "frskmsg",
366
+ "vcard_max_size_kb",
367
+ "sample_buffer_gif_player_enabled",
368
+ "match_last_seen",
369
+ "510",
370
+ "4983",
371
+ "video_max_bitrate",
372
+ "028",
373
+ "w:comms:chat",
374
+ "17",
375
+ "frequently_forwarded_max",
376
+ "groups_privacy_blacklist",
377
+ "Asia/Karachi",
378
+ "02a",
379
+ "web_download_document_thumb_mms_enabled",
380
+ "02b",
381
+ "hist_sync",
382
+ "biz_block_reasons_version",
383
+ "1024",
384
+ "18",
385
+ "web_is_direct_connection_for_plm_transparent",
386
+ "view_once_write",
387
+ "file_max_size",
388
+ "paid_convo_id",
389
+ "online_privacy_setting",
390
+ "video_max_edge",
391
+ "view_once_read",
392
+ "enhanced_storage_management",
393
+ "multi_scan_pjpeg_encoding_enabled",
394
+ "ctwa_context_forward_enabled",
395
+ "video_transcode_downgrade_enable",
396
+ "template_doc_mime_types",
397
+ "hq_image_bw_threshold",
398
+ "30",
399
+ "body",
400
+ "u_aud_limit_sil_restarts_ctrl",
401
+ "other",
402
+ "participating",
403
+ "w:biz:directory",
404
+ "1110",
405
+ "vp8",
406
+ "4018",
407
+ "meta",
408
+ "doc_detection_image_max_edge",
409
+ "image_quality",
410
+ "1170",
411
+ "02c",
412
+ "smb_upsell_chat_banner_enabled",
413
+ "key_expiry_time_second",
414
+ "pid",
415
+ "stella_interop_enabled",
416
+ "19",
417
+ "linked_device_max_count",
418
+ "md_device_sync_enabled",
419
+ "02d",
420
+ "02e",
421
+ "360",
422
+ "enhanced_block_enabled",
423
+ "ephemeral_icon_in_forwarding",
424
+ "paid_convo_status",
425
+ "gif_provider",
426
+ "project_name",
427
+ "server-error",
428
+ "canonical_url_validation_enabled",
429
+ "wallpapers_v2",
430
+ "syncd_clear_chat_delete_chat_enabled",
431
+ "medianotify",
432
+ "02f",
433
+ "shops_required_tos_version",
434
+ "vote",
435
+ "reset_skey_on_id_change",
436
+ "030",
437
+ "image_max_edge",
438
+ "multicast_limit_global",
439
+ "ul_bw",
440
+ "21",
441
+ "25",
442
+ "5000",
443
+ "poll",
444
+ "570",
445
+ "22",
446
+ "031",
447
+ "1280",
448
+ "WhatsApp",
449
+ "032",
450
+ "bloks_shops_enabled",
451
+ "50",
452
+ "upload_host_switching_enabled",
453
+ "web_ctwa_context_compose_enabled",
454
+ "ptt_forwarded_features_enabled",
455
+ "unblocked",
456
+ "partial_pjpeg_enabled",
457
+ "fbid:devices",
458
+ "height",
459
+ "ephemeral_group_query_ts",
460
+ "group_join_permissions",
461
+ "order",
462
+ "033",
463
+ "alt_jpeg_status_quality",
464
+ "migrate",
465
+ "popular-bank",
466
+ "win_uwp_deprecation_killswitch_enabled",
467
+ "web_download_status_thumb_mms_enabled",
468
+ "blocking",
469
+ "url_text",
470
+ "035",
471
+ "web_forwarding_limit_to_groups",
472
+ "1600",
473
+ "val",
474
+ "1000",
475
+ "syncd_msg_date_enabled",
476
+ "bank-ref-id",
477
+ "max_subject",
478
+ "payments_web_enabled",
479
+ "web_upload_document_thumb_mms_enabled",
480
+ "size",
481
+ "request",
482
+ "ephemeral",
483
+ "24",
484
+ "receipt_agg",
485
+ "ptt_remember_play_position",
486
+ "sampling_weight",
487
+ "enc_rekey",
488
+ "mute_always",
489
+ "037",
490
+ "034",
491
+ "23",
492
+ "036",
493
+ "action",
494
+ "click_to_chat_qr_enabled",
495
+ "width",
496
+ "disabled",
497
+ "038",
498
+ "md_blocklist_v2",
499
+ "played_self_enabled",
500
+ "web_buttons_message_enabled",
501
+ "flow_id",
502
+ "clear",
503
+ "450",
504
+ "fbid:thread",
505
+ "bloks_session_state",
506
+ "America/Lima",
507
+ "attachment_picker_refresh",
508
+ "download_host_switching_enabled",
509
+ "1792",
510
+ "u_aud_limit_sil_restarts_test2",
511
+ "custom_urls",
512
+ "device_fanout",
513
+ "optimistic_upload",
514
+ "2000",
515
+ "key_cipher_suite",
516
+ "web_smb_upsell_in_biz_profile_enabled",
517
+ "e",
518
+ "039",
519
+ "siri_post_status_shortcut",
520
+ "pair-device",
521
+ "lg",
522
+ "lc",
523
+ "stream_attribution_url",
524
+ "model",
525
+ "mspjpeg_phash_gen",
526
+ "catalog_send_all",
527
+ "new_multi_vcards_ui",
528
+ "share_biz_vcard_enabled",
529
+ "-",
530
+ "clean",
531
+ "200",
532
+ "md_blocklist_v2_server",
533
+ "03b",
534
+ "03a",
535
+ "web_md_migration_experience",
536
+ "ptt_conversation_waveform",
537
+ "u_aud_limit_sil_restarts_test1",
538
+ ],
539
+ [
540
+ "64",
541
+ "ptt_playback_speed_enabled",
542
+ "web_product_list_message_enabled",
543
+ "paid_convo_ts",
544
+ "27",
545
+ "manufacturer",
546
+ "psp-routing",
547
+ "grp_uii_cleanup",
548
+ "ptt_draft_enabled",
549
+ "03c",
550
+ "business_initiated",
551
+ "web_catalog_products_onoff",
552
+ "web_upload_link_thumb_mms_enabled",
553
+ "03e",
554
+ "mediaretry",
555
+ "35",
556
+ "hfm_string_changes",
557
+ "28",
558
+ "America/Fortaleza",
559
+ "max_keys",
560
+ "md_mhfs_days",
561
+ "streaming_upload_chunk_size",
562
+ "5541",
563
+ "040",
564
+ "03d",
565
+ "2675",
566
+ "03f",
567
+ "...",
568
+ "512",
569
+ "mute",
570
+ "48",
571
+ "041",
572
+ "alt_jpeg_quality",
573
+ "60",
574
+ "042",
575
+ "md_smb_quick_reply",
576
+ "5183",
577
+ "c",
578
+ "1343",
579
+ "40",
580
+ "1230",
581
+ "043",
582
+ "044",
583
+ "mms_cat_v1_forward_hot_override_enabled",
584
+ "user_notice",
585
+ "ptt_waveform_send",
586
+ "047",
587
+ "Asia/Calcutta",
588
+ "250",
589
+ "md_privacy_v2",
590
+ "31",
591
+ "29",
592
+ "128",
593
+ "md_messaging_enabled",
594
+ "046",
595
+ "crypto",
596
+ "690",
597
+ "045",
598
+ "enc_iv",
599
+ "75",
600
+ "failure",
601
+ "ptt_oot_playback",
602
+ "AIzaSyDR5yfaG7OG8sMTUj8kfQEb8T9pN8BM6Lk",
603
+ "w",
604
+ "048",
605
+ "2201",
606
+ "web_large_files_ui",
607
+ "Asia/Makassar",
608
+ "812",
609
+ "status_collapse_muted",
610
+ "1334",
611
+ "257",
612
+ "2HP4dm",
613
+ "049",
614
+ "patches",
615
+ "1290",
616
+ "43cY6T",
617
+ "America/Caracas",
618
+ "web_sticker_maker",
619
+ "campaign",
620
+ "ptt_pausable_enabled",
621
+ "33",
622
+ "42",
623
+ "attestation",
624
+ "biz",
625
+ "04b",
626
+ "query_linked",
627
+ "s",
628
+ "125",
629
+ "04a",
630
+ "810",
631
+ "availability",
632
+ "1411",
633
+ "responsiveness_v2_m1",
634
+ "catalog_not_created",
635
+ "34",
636
+ "America/Santiago",
637
+ "1465",
638
+ "enc_p",
639
+ "04d",
640
+ "status_info",
641
+ "04f",
642
+ "key_version",
643
+ "..",
644
+ "04c",
645
+ "04e",
646
+ "md_group_notification",
647
+ "1598",
648
+ "1215",
649
+ "web_cart_enabled",
650
+ "37",
651
+ "630",
652
+ "1920",
653
+ "2394",
654
+ "-1",
655
+ "vcard",
656
+ "38",
657
+ "elapsed",
658
+ "36",
659
+ "828",
660
+ "peer",
661
+ "pricing_category",
662
+ "1245",
663
+ "invalid",
664
+ "stella_ios_enabled",
665
+ "2687",
666
+ "45",
667
+ "1528",
668
+ "39",
669
+ "u_is_redial_audio_1104_ctrl",
670
+ "1025",
671
+ "1455",
672
+ "58",
673
+ "2524",
674
+ "2603",
675
+ "054",
676
+ "bsp_system_message_enabled",
677
+ "web_pip_redesign",
678
+ "051",
679
+ "verify_apps",
680
+ "1974",
681
+ "1272",
682
+ "1322",
683
+ "1755",
684
+ "052",
685
+ "70",
686
+ "050",
687
+ "1063",
688
+ "1135",
689
+ "1361",
690
+ "80",
691
+ "1096",
692
+ "1828",
693
+ "1851",
694
+ "1251",
695
+ "1921",
696
+ "key_config_id",
697
+ "1254",
698
+ "1566",
699
+ "1252",
700
+ "2525",
701
+ "critical_block",
702
+ "1669",
703
+ "max_available",
704
+ "w:auth:backup:token",
705
+ "product",
706
+ "2530",
707
+ "870",
708
+ "1022",
709
+ "participant_uuid",
710
+ "web_cart_on_off",
711
+ "1255",
712
+ "1432",
713
+ "1867",
714
+ "41",
715
+ "1415",
716
+ "1440",
717
+ "240",
718
+ "1204",
719
+ "1608",
720
+ "1690",
721
+ "1846",
722
+ "1483",
723
+ "1687",
724
+ "1749",
725
+ "69",
726
+ "url_number",
727
+ "053",
728
+ "1325",
729
+ "1040",
730
+ "365",
731
+ "59",
732
+ "Asia/Riyadh",
733
+ "1177",
734
+ "test_recommended",
735
+ "057",
736
+ "1612",
737
+ "43",
738
+ "1061",
739
+ "1518",
740
+ "1635",
741
+ "055",
742
+ "1034",
743
+ "1375",
744
+ "750",
745
+ "1430",
746
+ "event_code",
747
+ "1682",
748
+ "503",
749
+ "55",
750
+ "865",
751
+ "78",
752
+ "1309",
753
+ "1365",
754
+ "44",
755
+ "America/Guayaquil",
756
+ "535",
757
+ "LIMITED",
758
+ "1377",
759
+ "1613",
760
+ "1420",
761
+ "1599",
762
+ "1822",
763
+ "05a",
764
+ "1681",
765
+ "password",
766
+ "1111",
767
+ "1214",
768
+ "1376",
769
+ "1478",
770
+ "47",
771
+ "1082",
772
+ "4282",
773
+ "Europe/Istanbul",
774
+ "1307",
775
+ "46",
776
+ "058",
777
+ "1124",
778
+ "256",
779
+ "rate-overlimit",
780
+ "retail",
781
+ "u_a_socket_err_fix_succ_test",
782
+ "1292",
783
+ "1370",
784
+ "1388",
785
+ "520",
786
+ "861",
787
+ "psa",
788
+ "regular",
789
+ "1181",
790
+ "1766",
791
+ "05b",
792
+ "1183",
793
+ "1213",
794
+ "1304",
795
+ "1537",
796
+ ],
797
+ [
798
+ "1724",
799
+ "profile_picture",
800
+ "1071",
801
+ "1314",
802
+ "1605",
803
+ "407",
804
+ "990",
805
+ "1710",
806
+ "746",
807
+ "pricing_model",
808
+ "056",
809
+ "059",
810
+ "061",
811
+ "1119",
812
+ "6027",
813
+ "65",
814
+ "877",
815
+ "1607",
816
+ "05d",
817
+ "917",
818
+ "seen",
819
+ "1516",
820
+ "49",
821
+ "470",
822
+ "973",
823
+ "1037",
824
+ "1350",
825
+ "1394",
826
+ "1480",
827
+ "1796",
828
+ "keys",
829
+ "794",
830
+ "1536",
831
+ "1594",
832
+ "2378",
833
+ "1333",
834
+ "1524",
835
+ "1825",
836
+ "116",
837
+ "309",
838
+ "52",
839
+ "808",
840
+ "827",
841
+ "909",
842
+ "495",
843
+ "1660",
844
+ "361",
845
+ "957",
846
+ "google",
847
+ "1357",
848
+ "1565",
849
+ "1967",
850
+ "996",
851
+ "1775",
852
+ "586",
853
+ "736",
854
+ "1052",
855
+ "1670",
856
+ "bank",
857
+ "177",
858
+ "1416",
859
+ "2194",
860
+ "2222",
861
+ "1454",
862
+ "1839",
863
+ "1275",
864
+ "53",
865
+ "997",
866
+ "1629",
867
+ "6028",
868
+ "smba",
869
+ "1378",
870
+ "1410",
871
+ "05c",
872
+ "1849",
873
+ "727",
874
+ "create",
875
+ "1559",
876
+ "536",
877
+ "1106",
878
+ "1310",
879
+ "1944",
880
+ "670",
881
+ "1297",
882
+ "1316",
883
+ "1762",
884
+ "en",
885
+ "1148",
886
+ "1295",
887
+ "1551",
888
+ "1853",
889
+ "1890",
890
+ "1208",
891
+ "1784",
892
+ "7200",
893
+ "05f",
894
+ "178",
895
+ "1283",
896
+ "1332",
897
+ "381",
898
+ "643",
899
+ "1056",
900
+ "1238",
901
+ "2024",
902
+ "2387",
903
+ "179",
904
+ "981",
905
+ "1547",
906
+ "1705",
907
+ "05e",
908
+ "290",
909
+ "903",
910
+ "1069",
911
+ "1285",
912
+ "2436",
913
+ "062",
914
+ "251",
915
+ "560",
916
+ "582",
917
+ "719",
918
+ "56",
919
+ "1700",
920
+ "2321",
921
+ "325",
922
+ "448",
923
+ "613",
924
+ "777",
925
+ "791",
926
+ "51",
927
+ "488",
928
+ "902",
929
+ "Asia/Almaty",
930
+ "is_hidden",
931
+ "1398",
932
+ "1527",
933
+ "1893",
934
+ "1999",
935
+ "2367",
936
+ "2642",
937
+ "237",
938
+ "busy",
939
+ "065",
940
+ "067",
941
+ "233",
942
+ "590",
943
+ "993",
944
+ "1511",
945
+ "54",
946
+ "723",
947
+ "860",
948
+ "363",
949
+ "487",
950
+ "522",
951
+ "605",
952
+ "995",
953
+ "1321",
954
+ "1691",
955
+ "1865",
956
+ "2447",
957
+ "2462",
958
+ "NON_TRANSACTIONAL",
959
+ "433",
960
+ "871",
961
+ "432",
962
+ "1004",
963
+ "1207",
964
+ "2032",
965
+ "2050",
966
+ "2379",
967
+ "2446",
968
+ "279",
969
+ "636",
970
+ "703",
971
+ "904",
972
+ "248",
973
+ "370",
974
+ "691",
975
+ "700",
976
+ "1068",
977
+ "1655",
978
+ "2334",
979
+ "060",
980
+ "063",
981
+ "364",
982
+ "533",
983
+ "534",
984
+ "567",
985
+ "1191",
986
+ "1210",
987
+ "1473",
988
+ "1827",
989
+ "069",
990
+ "701",
991
+ "2531",
992
+ "514",
993
+ "prev_dhash",
994
+ "064",
995
+ "496",
996
+ "790",
997
+ "1046",
998
+ "1139",
999
+ "1505",
1000
+ "1521",
1001
+ "1108",
1002
+ "207",
1003
+ "544",
1004
+ "637",
1005
+ "final",
1006
+ "1173",
1007
+ "1293",
1008
+ "1694",
1009
+ "1939",
1010
+ "1951",
1011
+ "1993",
1012
+ "2353",
1013
+ "2515",
1014
+ "504",
1015
+ "601",
1016
+ "857",
1017
+ "modify",
1018
+ "spam_request",
1019
+ "p_121_aa_1101_test4",
1020
+ "866",
1021
+ "1427",
1022
+ "1502",
1023
+ "1638",
1024
+ "1744",
1025
+ "2153",
1026
+ "068",
1027
+ "382",
1028
+ "725",
1029
+ "1704",
1030
+ "1864",
1031
+ "1990",
1032
+ "2003",
1033
+ "Asia/Dubai",
1034
+ "508",
1035
+ "531",
1036
+ "1387",
1037
+ "1474",
1038
+ "1632",
1039
+ "2307",
1040
+ "2386",
1041
+ "819",
1042
+ "2014",
1043
+ "066",
1044
+ "387",
1045
+ "1468",
1046
+ "1706",
1047
+ "2186",
1048
+ "2261",
1049
+ "471",
1050
+ "728",
1051
+ "1147",
1052
+ "1372",
1053
+ "1961",
1054
+ ],
1055
+ ];
1060
1056
  const SINGLE_BYTE_TOKENS = [
1061
- '',
1062
- 'xmlstreamstart',
1063
- 'xmlstreamend',
1064
- 's.whatsapp.net',
1065
- 'type',
1066
- 'participant',
1067
- 'from',
1068
- 'receipt',
1069
- 'id',
1070
- 'notification',
1071
- 'disappearing_mode',
1072
- 'status',
1073
- 'jid',
1074
- 'broadcast',
1075
- 'user',
1076
- 'devices',
1077
- 'device_hash',
1078
- 'to',
1079
- 'offline',
1080
- 'message',
1081
- 'result',
1082
- 'class',
1083
- 'xmlns',
1084
- 'duration',
1085
- 'notify',
1086
- 'iq',
1087
- 't',
1088
- 'ack',
1089
- 'g.us',
1090
- 'enc',
1091
- 'urn:xmpp:whatsapp:push',
1092
- 'presence',
1093
- 'config_value',
1094
- 'picture',
1095
- 'verified_name',
1096
- 'config_code',
1097
- 'key-index-list',
1098
- 'contact',
1099
- 'mediatype',
1100
- 'routing_info',
1101
- 'edge_routing',
1102
- 'get',
1103
- 'read',
1104
- 'urn:xmpp:ping',
1105
- 'fallback_hostname',
1106
- '0',
1107
- 'chatstate',
1108
- 'business_hours_config',
1109
- 'unavailable',
1110
- 'download_buckets',
1111
- 'skmsg',
1112
- 'verified_level',
1113
- 'composing',
1114
- 'handshake',
1115
- 'device-list',
1116
- 'media',
1117
- 'text',
1118
- 'fallback_ip4',
1119
- 'media_conn',
1120
- 'device',
1121
- 'creation',
1122
- 'location',
1123
- 'config',
1124
- 'item',
1125
- 'fallback_ip6',
1126
- 'count',
1127
- 'w:profile:picture',
1128
- 'image',
1129
- 'business',
1130
- '2',
1131
- 'hostname',
1132
- 'call-creator',
1133
- 'display_name',
1134
- 'relaylatency',
1135
- 'platform',
1136
- 'abprops',
1137
- 'success',
1138
- 'msg',
1139
- 'offline_preview',
1140
- 'prop',
1141
- 'key-index',
1142
- 'v',
1143
- 'day_of_week',
1144
- 'pkmsg',
1145
- 'version',
1146
- '1',
1147
- 'ping',
1148
- 'w:p',
1149
- 'download',
1150
- 'video',
1151
- 'set',
1152
- 'specific_hours',
1153
- 'props',
1154
- 'primary',
1155
- 'unknown',
1156
- 'hash',
1157
- 'commerce_experience',
1158
- 'last',
1159
- 'subscribe',
1160
- 'max_buckets',
1161
- 'call',
1162
- 'profile',
1163
- 'member_since_text',
1164
- 'close_time',
1165
- 'call-id',
1166
- 'sticker',
1167
- 'mode',
1168
- 'participants',
1169
- 'value',
1170
- 'query',
1171
- 'profile_options',
1172
- 'open_time',
1173
- 'code',
1174
- 'list',
1175
- 'host',
1176
- 'ts',
1177
- 'contacts',
1178
- 'upload',
1179
- 'lid',
1180
- 'preview',
1181
- 'update',
1182
- 'usync',
1183
- 'w:stats',
1184
- 'delivery',
1185
- 'auth_ttl',
1186
- 'context',
1187
- 'fail',
1188
- 'cart_enabled',
1189
- 'appdata',
1190
- 'category',
1191
- 'atn',
1192
- 'direct_connection',
1193
- 'decrypt-fail',
1194
- 'relay_id',
1195
- 'mmg-fallback.whatsapp.net',
1196
- 'target',
1197
- 'available',
1198
- 'name',
1199
- 'last_id',
1200
- 'mmg.whatsapp.net',
1201
- 'categories',
1202
- '401',
1203
- 'is_new',
1204
- 'index',
1205
- 'tctoken',
1206
- 'ip4',
1207
- 'token_id',
1208
- 'latency',
1209
- 'recipient',
1210
- 'edit',
1211
- 'ip6',
1212
- 'add',
1213
- 'thumbnail-document',
1214
- '26',
1215
- 'paused',
1216
- 'true',
1217
- 'identity',
1218
- 'stream:error',
1219
- 'key',
1220
- 'sidelist',
1221
- 'background',
1222
- 'audio',
1223
- '3',
1224
- 'thumbnail-image',
1225
- 'biz-cover-photo',
1226
- 'cat',
1227
- 'gcm',
1228
- 'thumbnail-video',
1229
- 'error',
1230
- 'auth',
1231
- 'deny',
1232
- 'serial',
1233
- 'in',
1234
- 'registration',
1235
- 'thumbnail-link',
1236
- 'remove',
1237
- '00',
1238
- 'gif',
1239
- 'thumbnail-gif',
1240
- 'tag',
1241
- 'capability',
1242
- 'multicast',
1243
- 'item-not-found',
1244
- 'description',
1245
- 'business_hours',
1246
- 'config_expo_key',
1247
- 'md-app-state',
1248
- 'expiration',
1249
- 'fallback',
1250
- 'ttl',
1251
- '300',
1252
- 'md-msg-hist',
1253
- 'device_orientation',
1254
- 'out',
1255
- 'w:m',
1256
- 'open_24h',
1257
- 'side_list',
1258
- 'token',
1259
- 'inactive',
1260
- '01',
1261
- 'document',
1262
- 'te2',
1263
- 'played',
1264
- 'encrypt',
1265
- 'msgr',
1266
- 'hide',
1267
- 'direct_path',
1268
- '12',
1269
- 'state',
1270
- 'not-authorized',
1271
- 'url',
1272
- 'terminate',
1273
- 'signature',
1274
- 'status-revoke-delay',
1275
- '02',
1276
- 'te',
1277
- 'linked_accounts',
1278
- 'trusted_contact',
1279
- 'timezone',
1280
- 'ptt',
1281
- 'kyc-id',
1282
- 'privacy_token',
1283
- 'readreceipts',
1284
- 'appointment_only',
1285
- 'address',
1286
- 'expected_ts',
1287
- 'privacy',
1288
- '7',
1289
- 'android',
1290
- 'interactive',
1291
- 'device-identity',
1292
- 'enabled',
1293
- 'attribute_padding',
1294
- '1080',
1295
- '03',
1296
- 'screen_height'
1297
- ]
1298
-
1299
- const TOKEN_MAP = {}
1300
-
1057
+ "",
1058
+ "xmlstreamstart",
1059
+ "xmlstreamend",
1060
+ "s.whatsapp.net",
1061
+ "type",
1062
+ "participant",
1063
+ "from",
1064
+ "receipt",
1065
+ "id",
1066
+ "notification",
1067
+ "disappearing_mode",
1068
+ "status",
1069
+ "jid",
1070
+ "broadcast",
1071
+ "user",
1072
+ "devices",
1073
+ "device_hash",
1074
+ "to",
1075
+ "offline",
1076
+ "message",
1077
+ "result",
1078
+ "class",
1079
+ "xmlns",
1080
+ "duration",
1081
+ "notify",
1082
+ "iq",
1083
+ "t",
1084
+ "ack",
1085
+ "g.us",
1086
+ "enc",
1087
+ "urn:xmpp:whatsapp:push",
1088
+ "presence",
1089
+ "config_value",
1090
+ "picture",
1091
+ "verified_name",
1092
+ "config_code",
1093
+ "key-index-list",
1094
+ "contact",
1095
+ "mediatype",
1096
+ "routing_info",
1097
+ "edge_routing",
1098
+ "get",
1099
+ "read",
1100
+ "urn:xmpp:ping",
1101
+ "fallback_hostname",
1102
+ "0",
1103
+ "chatstate",
1104
+ "business_hours_config",
1105
+ "unavailable",
1106
+ "download_buckets",
1107
+ "skmsg",
1108
+ "verified_level",
1109
+ "composing",
1110
+ "handshake",
1111
+ "device-list",
1112
+ "media",
1113
+ "text",
1114
+ "fallback_ip4",
1115
+ "media_conn",
1116
+ "device",
1117
+ "creation",
1118
+ "location",
1119
+ "config",
1120
+ "item",
1121
+ "fallback_ip6",
1122
+ "count",
1123
+ "w:profile:picture",
1124
+ "image",
1125
+ "business",
1126
+ "2",
1127
+ "hostname",
1128
+ "call-creator",
1129
+ "display_name",
1130
+ "relaylatency",
1131
+ "platform",
1132
+ "abprops",
1133
+ "success",
1134
+ "msg",
1135
+ "offline_preview",
1136
+ "prop",
1137
+ "key-index",
1138
+ "v",
1139
+ "day_of_week",
1140
+ "pkmsg",
1141
+ "version",
1142
+ "1",
1143
+ "ping",
1144
+ "w:p",
1145
+ "download",
1146
+ "video",
1147
+ "set",
1148
+ "specific_hours",
1149
+ "props",
1150
+ "primary",
1151
+ "unknown",
1152
+ "hash",
1153
+ "commerce_experience",
1154
+ "last",
1155
+ "subscribe",
1156
+ "max_buckets",
1157
+ "call",
1158
+ "profile",
1159
+ "member_since_text",
1160
+ "close_time",
1161
+ "call-id",
1162
+ "sticker",
1163
+ "mode",
1164
+ "participants",
1165
+ "value",
1166
+ "query",
1167
+ "profile_options",
1168
+ "open_time",
1169
+ "code",
1170
+ "list",
1171
+ "host",
1172
+ "ts",
1173
+ "contacts",
1174
+ "upload",
1175
+ "lid",
1176
+ "preview",
1177
+ "update",
1178
+ "usync",
1179
+ "w:stats",
1180
+ "delivery",
1181
+ "auth_ttl",
1182
+ "context",
1183
+ "fail",
1184
+ "cart_enabled",
1185
+ "appdata",
1186
+ "category",
1187
+ "atn",
1188
+ "direct_connection",
1189
+ "decrypt-fail",
1190
+ "relay_id",
1191
+ "mmg-fallback.whatsapp.net",
1192
+ "target",
1193
+ "available",
1194
+ "name",
1195
+ "last_id",
1196
+ "mmg.whatsapp.net",
1197
+ "categories",
1198
+ "401",
1199
+ "is_new",
1200
+ "index",
1201
+ "tctoken",
1202
+ "ip4",
1203
+ "token_id",
1204
+ "latency",
1205
+ "recipient",
1206
+ "edit",
1207
+ "ip6",
1208
+ "add",
1209
+ "thumbnail-document",
1210
+ "26",
1211
+ "paused",
1212
+ "true",
1213
+ "identity",
1214
+ "stream:error",
1215
+ "key",
1216
+ "sidelist",
1217
+ "background",
1218
+ "audio",
1219
+ "3",
1220
+ "thumbnail-image",
1221
+ "biz-cover-photo",
1222
+ "cat",
1223
+ "gcm",
1224
+ "thumbnail-video",
1225
+ "error",
1226
+ "auth",
1227
+ "deny",
1228
+ "serial",
1229
+ "in",
1230
+ "registration",
1231
+ "thumbnail-link",
1232
+ "remove",
1233
+ "00",
1234
+ "gif",
1235
+ "thumbnail-gif",
1236
+ "tag",
1237
+ "capability",
1238
+ "multicast",
1239
+ "item-not-found",
1240
+ "description",
1241
+ "business_hours",
1242
+ "config_expo_key",
1243
+ "md-app-state",
1244
+ "expiration",
1245
+ "fallback",
1246
+ "ttl",
1247
+ "300",
1248
+ "md-msg-hist",
1249
+ "device_orientation",
1250
+ "out",
1251
+ "w:m",
1252
+ "open_24h",
1253
+ "side_list",
1254
+ "token",
1255
+ "inactive",
1256
+ "01",
1257
+ "document",
1258
+ "te2",
1259
+ "played",
1260
+ "encrypt",
1261
+ "msgr",
1262
+ "hide",
1263
+ "direct_path",
1264
+ "12",
1265
+ "state",
1266
+ "not-authorized",
1267
+ "url",
1268
+ "terminate",
1269
+ "signature",
1270
+ "status-revoke-delay",
1271
+ "02",
1272
+ "te",
1273
+ "linked_accounts",
1274
+ "trusted_contact",
1275
+ "timezone",
1276
+ "ptt",
1277
+ "kyc-id",
1278
+ "privacy_token",
1279
+ "readreceipts",
1280
+ "appointment_only",
1281
+ "address",
1282
+ "expected_ts",
1283
+ "privacy",
1284
+ "7",
1285
+ "android",
1286
+ "interactive",
1287
+ "device-identity",
1288
+ "enabled",
1289
+ "attribute_padding",
1290
+ "1080",
1291
+ "03",
1292
+ "screen_height",
1293
+ ];
1294
+ const TOKEN_MAP = {};
1301
1295
  for (const [i, SINGLE_BYTE_TOKEN] of SINGLE_BYTE_TOKENS.entries()) {
1302
- TOKEN_MAP[SINGLE_BYTE_TOKEN] = { index: i }
1296
+ TOKEN_MAP[SINGLE_BYTE_TOKEN] = { index: i };
1303
1297
  }
1304
-
1305
1298
  for (const [i, DOUBLE_BYTE_TOKEN] of DOUBLE_BYTE_TOKENS.entries()) {
1306
1299
  for (const [j, element] of DOUBLE_BYTE_TOKEN.entries()) {
1307
- TOKEN_MAP[element] = { dict: i, index: j }
1300
+ TOKEN_MAP[element] = { dict: i, index: j };
1308
1301
  }
1309
1302
  }
1310
-
1311
1303
  module.exports = {
1312
- TAGS,
1313
- DOUBLE_BYTE_TOKENS,
1314
- SINGLE_BYTE_TOKENS,
1315
- TOKEN_MAP
1316
- }
1304
+ TAGS: TAGS,
1305
+ DOUBLE_BYTE_TOKENS: DOUBLE_BYTE_TOKENS,
1306
+ SINGLE_BYTE_TOKENS: SINGLE_BYTE_TOKENS,
1307
+ TOKEN_MAP: TOKEN_MAP,
1308
+ };