@wppconnect/wa-js 1.0.14 → 1.0.15

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 (148) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/README.md +4 -2
  3. package/dist/assert/assertColor.d.ts +35 -0
  4. package/dist/assert/index.d.ts +1 -0
  5. package/dist/index.d.ts +1 -0
  6. package/dist/labels/Labels.d.ts +52 -0
  7. package/dist/labels/index.d.ts +20 -0
  8. package/dist/labels/types.d.ts +22 -0
  9. package/dist/webpack.d.ts +1 -0
  10. package/dist/whatsapp/collections/{CollectionCache.d.ts → BaseCollection.d.ts} +2 -2
  11. package/dist/whatsapp/collections/BlocklistCollection.d.ts +1 -1
  12. package/dist/whatsapp/collections/BusinessCategoriesResultCollection.d.ts +1 -1
  13. package/dist/whatsapp/collections/BusinessProfileCollection.d.ts +1 -1
  14. package/dist/whatsapp/collections/ButtonCollection.d.ts +3 -3
  15. package/dist/whatsapp/collections/CallCollection.d.ts +1 -1
  16. package/dist/whatsapp/collections/CartCollection.d.ts +1 -1
  17. package/dist/whatsapp/collections/CartItemCollection.d.ts +1 -1
  18. package/dist/whatsapp/collections/CatalogCollection.d.ts +1 -1
  19. package/dist/whatsapp/collections/ChatCollection.d.ts +3 -3
  20. package/dist/whatsapp/collections/ChatstateCollection.d.ts +1 -1
  21. package/dist/whatsapp/collections/Collection.d.ts +2 -2
  22. package/dist/whatsapp/collections/ContactCollection.d.ts +1 -1
  23. package/dist/whatsapp/collections/EmojiVariantCollection.d.ts +1 -1
  24. package/dist/whatsapp/collections/GroupMetadataCollection.d.ts +1 -1
  25. package/dist/whatsapp/collections/LabelCollection.d.ts +2 -2
  26. package/dist/whatsapp/collections/LabelItemCollection.d.ts +1 -1
  27. package/dist/whatsapp/collections/LiveLocationCollection.d.ts +1 -1
  28. package/dist/whatsapp/collections/MsgCollection.d.ts +3 -3
  29. package/dist/whatsapp/collections/MsgInfoCollection.d.ts +1 -1
  30. package/dist/whatsapp/collections/MuteCollection.d.ts +1 -1
  31. package/dist/whatsapp/collections/OrderCollection.d.ts +1 -1
  32. package/dist/whatsapp/collections/OrderItemCollection.d.ts +1 -1
  33. package/dist/whatsapp/collections/ParticipantCollection.d.ts +1 -1
  34. package/dist/whatsapp/collections/PresenceCollection.d.ts +1 -1
  35. package/dist/whatsapp/collections/ProductCollCollection.d.ts +1 -1
  36. package/dist/whatsapp/collections/ProductCollection.d.ts +1 -1
  37. package/dist/whatsapp/collections/ProductImageCollection.d.ts +1 -1
  38. package/dist/whatsapp/collections/ProductMessageListCollection.d.ts +4 -4
  39. package/dist/whatsapp/collections/ProfilePicThumbCollection.d.ts +1 -1
  40. package/dist/whatsapp/collections/QuickReplyCollection.d.ts +1 -1
  41. package/dist/whatsapp/collections/RecentEmojiCollection.d.ts +1 -1
  42. package/dist/whatsapp/collections/RecentStickerCollection.d.ts +1 -1
  43. package/dist/whatsapp/collections/StarredMsgCollection.d.ts +1 -1
  44. package/dist/whatsapp/collections/StarredStickerCollection.d.ts +1 -1
  45. package/dist/whatsapp/collections/StatusCollection.d.ts +1 -1
  46. package/dist/whatsapp/collections/StatusV3Collection.d.ts +3 -3
  47. package/dist/whatsapp/collections/StickerCollection.d.ts +1 -1
  48. package/dist/whatsapp/collections/StickerPackCollection.d.ts +1 -1
  49. package/dist/whatsapp/collections/StickerSearchCollection.d.ts +1 -1
  50. package/dist/whatsapp/collections/TemplateButtonCollection.d.ts +1 -1
  51. package/dist/whatsapp/collections/index.d.ts +1 -1
  52. package/dist/whatsapp/enums/LogoutReason.d.ts +1 -1
  53. package/dist/whatsapp/enums/OUTWARD_TYPES.d.ts +1 -1
  54. package/dist/whatsapp/enums/SendMsgResult.d.ts +1 -1
  55. package/dist/whatsapp/functions/addAndSendMsgToChat.d.ts +1 -1
  56. package/dist/whatsapp/functions/blockContact.d.ts +2 -2
  57. package/dist/whatsapp/functions/findChat.d.ts +1 -1
  58. package/dist/whatsapp/functions/getOrGenerate.d.ts +1 -1
  59. package/dist/whatsapp/functions/groupParticipants.d.ts +4 -4
  60. package/dist/whatsapp/functions/isAuthenticated.d.ts +1 -1
  61. package/dist/whatsapp/functions/msgFindQuery.d.ts +1 -1
  62. package/dist/whatsapp/functions/products.d.ts +4 -4
  63. package/dist/whatsapp/functions/randomId.d.ts +2 -2
  64. package/dist/whatsapp/functions/sendClear.d.ts +1 -1
  65. package/dist/whatsapp/functions/sendCreateGroup.d.ts +1 -1
  66. package/dist/whatsapp/functions/sendDelete.d.ts +1 -1
  67. package/dist/whatsapp/functions/sendQueryExists.d.ts +1 -1
  68. package/dist/whatsapp/functions/sendTextMsgToChat.d.ts +1 -1
  69. package/dist/whatsapp/functions/uploadProductImage.d.ts +1 -1
  70. package/dist/whatsapp/misc/Base64.d.ts +1 -1
  71. package/dist/whatsapp/misc/Browser.d.ts +1 -1
  72. package/dist/whatsapp/misc/Clock.d.ts +47 -0
  73. package/dist/whatsapp/misc/Cmd.d.ts +2 -2
  74. package/dist/whatsapp/misc/Conn.d.ts +1 -1
  75. package/dist/whatsapp/misc/Constants.d.ts +1 -1
  76. package/dist/whatsapp/misc/EventEmitter.d.ts +1 -1
  77. package/dist/whatsapp/misc/Features.d.ts +1 -1
  78. package/dist/whatsapp/misc/ImageUtils.d.ts +1 -1
  79. package/dist/whatsapp/misc/Locale.d.ts +1 -1
  80. package/dist/whatsapp/misc/MediaObject.d.ts +1 -1
  81. package/dist/whatsapp/misc/MediaObjectUtil.d.ts +1 -1
  82. package/dist/whatsapp/misc/MediaPrep.d.ts +1 -1
  83. package/dist/whatsapp/misc/MediaUtils.d.ts +1 -1
  84. package/dist/whatsapp/misc/MsgKey.d.ts +1 -1
  85. package/dist/whatsapp/misc/MsgLoadState.d.ts +4 -4
  86. package/dist/whatsapp/misc/OpaqueData.d.ts +2 -2
  87. package/dist/whatsapp/misc/State.d.ts +1 -1
  88. package/dist/whatsapp/misc/UserPrefs.d.ts +1 -1
  89. package/dist/whatsapp/misc/VCard.d.ts +1 -1
  90. package/dist/whatsapp/misc/Wid.d.ts +1 -1
  91. package/dist/whatsapp/misc/WidFactory.d.ts +1 -1
  92. package/dist/whatsapp/misc/index.d.ts +1 -1
  93. package/dist/whatsapp/models/AttachMediaModel.d.ts +2 -2
  94. package/dist/whatsapp/models/BlocklistModel.d.ts +2 -2
  95. package/dist/whatsapp/models/BusinessCategoriesResultModel.d.ts +2 -2
  96. package/dist/whatsapp/models/BusinessProfileModel.d.ts +2 -2
  97. package/dist/whatsapp/models/CallModel.d.ts +2 -2
  98. package/dist/whatsapp/models/CallParticipantModel.d.ts +2 -2
  99. package/dist/whatsapp/models/CartItemModel.d.ts +2 -2
  100. package/dist/whatsapp/models/CartModel.d.ts +2 -2
  101. package/dist/whatsapp/models/CatalogModel.d.ts +2 -2
  102. package/dist/whatsapp/models/ChatModel.d.ts +2 -2
  103. package/dist/whatsapp/models/ChatPreferenceModel.d.ts +2 -2
  104. package/dist/whatsapp/models/ChatstateModel.d.ts +2 -2
  105. package/dist/whatsapp/models/ConnModel.d.ts +2 -2
  106. package/dist/whatsapp/models/ContactModel.d.ts +2 -2
  107. package/dist/whatsapp/models/ConversionTupleModel.d.ts +2 -2
  108. package/dist/whatsapp/models/EmojiVariantModel.d.ts +2 -2
  109. package/dist/whatsapp/models/GroupMetadataModel.d.ts +2 -2
  110. package/dist/whatsapp/models/LabelItemModel.d.ts +2 -2
  111. package/dist/whatsapp/models/LabelModel.d.ts +2 -2
  112. package/dist/whatsapp/models/LiveLocationModel.d.ts +2 -2
  113. package/dist/whatsapp/models/LiveLocationParticipantModel.d.ts +2 -2
  114. package/dist/whatsapp/models/MediaDataModel.d.ts +2 -2
  115. package/dist/whatsapp/models/Model.d.ts +1 -1
  116. package/dist/whatsapp/models/ModelChatBase.d.ts +1 -1
  117. package/dist/whatsapp/models/MsgButtonReplyMsgModel.d.ts +2 -2
  118. package/dist/whatsapp/models/MsgInfoModel.d.ts +2 -2
  119. package/dist/whatsapp/models/MsgModel.d.ts +2 -2
  120. package/dist/whatsapp/models/MuteModel.d.ts +2 -2
  121. package/dist/whatsapp/models/OrderItemModel.d.ts +2 -2
  122. package/dist/whatsapp/models/OrderModel.d.ts +2 -2
  123. package/dist/whatsapp/models/ParticipantModel.d.ts +2 -2
  124. package/dist/whatsapp/models/ProductCollModel.d.ts +2 -2
  125. package/dist/whatsapp/models/ProductImageModel.d.ts +2 -2
  126. package/dist/whatsapp/models/{Product_listModel.d.ts → ProductMessageListModel.d.ts} +5 -5
  127. package/dist/whatsapp/models/ProductModel.d.ts +2 -2
  128. package/dist/whatsapp/models/ProfilePicThumbModel.d.ts +2 -2
  129. package/dist/whatsapp/models/QuickReplyModel.d.ts +2 -2
  130. package/dist/whatsapp/models/RecentEmojiModel.d.ts +2 -2
  131. package/dist/whatsapp/models/RecentStickerModel.d.ts +2 -2
  132. package/dist/whatsapp/models/ReplyButtonModel.d.ts +2 -2
  133. package/dist/whatsapp/models/StateModel.d.ts +2 -2
  134. package/dist/whatsapp/models/StatusModel.d.ts +2 -2
  135. package/dist/whatsapp/models/StatusV3Model.d.ts +2 -2
  136. package/dist/whatsapp/models/StickerModel.d.ts +2 -2
  137. package/dist/whatsapp/models/StickerPackModel.d.ts +2 -2
  138. package/dist/whatsapp/models/TemplateButtonModel.d.ts +2 -2
  139. package/dist/whatsapp/models/UnreadMentionModel.d.ts +2 -2
  140. package/dist/whatsapp/models/WebCallModel.d.ts +2 -2
  141. package/dist/whatsapp/models/index.d.ts +1 -1
  142. package/dist/whatsapp/multidevice/adv.d.ts +1 -1
  143. package/dist/whatsapp/multidevice/waNoiseInfo.d.ts +1 -1
  144. package/dist/whatsapp/multidevice/waSignalStore.d.ts +1 -1
  145. package/dist/whatsapp/stores.d.ts +29 -29
  146. package/dist/wppconnect-wa.js +1 -1
  147. package/package.json +14 -15
  148. package/dist/whatsapp/misc/ClockSkew.d.ts +0 -43
@@ -95,10 +95,10 @@ interface Derived {
95
95
  showChangeNumberNotification?: any;
96
96
  shouldShowUnreadInTitle?: any;
97
97
  }
98
- /** @whatsapp 2.2144.11:58380 */
98
+ /** @whatsapp 2.2146.9:58380 */
99
99
  export declare interface ChatModel extends ModelProxy<Props, Session, Derived> {
100
100
  }
101
- /** @whatsapp 2.2144.11:58380 */
101
+ /** @whatsapp 2.2146.9:58380 */
102
102
  export declare class ChatModel extends ModelChatBase {
103
103
  idClass: typeof Wid;
104
104
  constructor(proterties?: ModelPropertiesContructor<ChatModel>, options?: ModelOptions);
@@ -26,10 +26,10 @@ interface Session {
26
26
  }
27
27
  interface Derived {
28
28
  }
29
- /** @whatsapp 2.2144.11:23821 */
29
+ /** @whatsapp 2.2146.9:23821 */
30
30
  export declare interface ChatPreferenceModel extends ModelProxy<Props, Session, Derived> {
31
31
  }
32
- /** @whatsapp 2.2144.11:23821 */
32
+ /** @whatsapp 2.2146.9:23821 */
33
33
  export declare class ChatPreferenceModel extends Model {
34
34
  idClass: typeof Wid;
35
35
  allowedIds?: any;
@@ -27,10 +27,10 @@ interface Session {
27
27
  }
28
28
  interface Derived {
29
29
  }
30
- /** @whatsapp 2.2144.11:42165 */
30
+ /** @whatsapp 2.2146.9:42165 */
31
31
  export declare interface ChatstateModel extends ModelProxy<Props, Session, Derived> {
32
32
  }
33
- /** @whatsapp 2.2144.11:42165 */
33
+ /** @whatsapp 2.2146.9:42165 */
34
34
  export declare class ChatstateModel extends Model {
35
35
  idClass: typeof Wid;
36
36
  allowedIds?: any;
@@ -53,10 +53,10 @@ interface Derived {
53
53
  tosShowCallNotification?: any;
54
54
  isSMB?: boolean;
55
55
  }
56
- /** @whatsapp 2.2144.11:9322 */
56
+ /** @whatsapp 2.2146.9:9322 */
57
57
  export declare interface ConnModel extends ModelProxy<Props, Session, Derived> {
58
58
  }
59
- /** @whatsapp 2.2144.11:9322 */
59
+ /** @whatsapp 2.2146.9:9322 */
60
60
  export declare class ConnModel extends Model {
61
61
  constructor(proterties?: ModelPropertiesContructor<ConnModel>, options?: ModelOptions);
62
62
  canSetMyPushname(): boolean;
@@ -71,10 +71,10 @@ interface Derived {
71
71
  showBusinessCheckmarkAsPrimary?: any;
72
72
  showBusinessCheckmarkAsSecondary?: any;
73
73
  }
74
- /** @whatsapp 2.2144.11:27387 */
74
+ /** @whatsapp 2.2146.9:27387 */
75
75
  export declare interface ContactModel extends ModelProxy<Props, Session, Derived> {
76
76
  }
77
- /** @whatsapp 2.2144.11:27387 */
77
+ /** @whatsapp 2.2146.9:27387 */
78
78
  export declare class ContactModel extends Model<ContactCollection> {
79
79
  idClass: typeof Wid;
80
80
  constructor(proterties?: ModelPropertiesContructor<ContactModel>, options?: ModelOptions);
@@ -27,10 +27,10 @@ interface Session {
27
27
  }
28
28
  interface Derived {
29
29
  }
30
- /** @whatsapp 2.2144.11:71815 */
30
+ /** @whatsapp 2.2146.9:71815 */
31
31
  export declare interface ConversionTupleModel extends ModelProxy<Props, Session, Derived> {
32
32
  }
33
- /** @whatsapp 2.2144.11:71815 */
33
+ /** @whatsapp 2.2146.9:71815 */
34
34
  export declare class ConversionTupleModel extends Model {
35
35
  idClass: typeof Wid;
36
36
  constructor(proterties?: ModelPropertiesContructor<ConversionTupleModel>, options?: ModelOptions);
@@ -23,10 +23,10 @@ interface Session {
23
23
  }
24
24
  interface Derived {
25
25
  }
26
- /** @whatsapp 2.2144.11:14996 */
26
+ /** @whatsapp 2.2146.9:14996 */
27
27
  export declare interface EmojiVariantModel extends ModelProxy<Props, Session, Derived> {
28
28
  }
29
- /** @whatsapp 2.2144.11:14996 */
29
+ /** @whatsapp 2.2146.9:14996 */
30
30
  export declare class EmojiVariantModel extends Model {
31
31
  constructor(proterties?: ModelPropertiesContructor<EmojiVariantModel>, options?: ModelOptions);
32
32
  }
@@ -43,10 +43,10 @@ interface Session {
43
43
  interface Derived {
44
44
  groupInviteLink?: any;
45
45
  }
46
- /** @whatsapp 2.2144.11:28197 */
46
+ /** @whatsapp 2.2146.9:28197 */
47
47
  export declare interface GroupMetadataModel extends ModelProxy<Props, Session, Derived> {
48
48
  }
49
- /** @whatsapp 2.2144.11:28197 */
49
+ /** @whatsapp 2.2146.9:28197 */
50
50
  export declare class GroupMetadataModel extends Model {
51
51
  idClass: typeof Wid;
52
52
  participants: ParticipantCollection;
@@ -25,10 +25,10 @@ interface Session {
25
25
  }
26
26
  interface Derived {
27
27
  }
28
- /** @whatsapp 2.2144.11:36705 */
28
+ /** @whatsapp 2.2146.9:36705 */
29
29
  export declare interface LabelItemModel extends ModelProxy<Props, Session, Derived> {
30
30
  }
31
- /** @whatsapp 2.2144.11:36705 */
31
+ /** @whatsapp 2.2146.9:36705 */
32
32
  export declare class LabelItemModel extends Model {
33
33
  constructor(proterties?: ModelPropertiesContructor<LabelItemModel>, options?: ModelOptions);
34
34
  }
@@ -26,10 +26,10 @@ interface Session {
26
26
  interface Derived {
27
27
  hexColor?: any;
28
28
  }
29
- /** @whatsapp 2.2144.11:14137 */
29
+ /** @whatsapp 2.2146.9:14137 */
30
30
  export declare interface LabelModel extends ModelProxy<Props, Session, Derived> {
31
31
  }
32
- /** @whatsapp 2.2144.11:14137 */
32
+ /** @whatsapp 2.2146.9:14137 */
33
33
  export declare class LabelModel extends Model {
34
34
  constructor(proterties?: ModelPropertiesContructor<LabelModel>, options?: ModelOptions);
35
35
  }
@@ -28,10 +28,10 @@ interface Session {
28
28
  }
29
29
  interface Derived {
30
30
  }
31
- /** @whatsapp 2.2144.11:82600 */
31
+ /** @whatsapp 2.2146.9:82600 */
32
32
  export declare interface LiveLocationModel extends ModelProxy<Props, Session, Derived> {
33
33
  }
34
- /** @whatsapp 2.2144.11:82600 */
34
+ /** @whatsapp 2.2146.9:82600 */
35
35
  export declare class LiveLocationModel extends Model<LiveLocationCollection> {
36
36
  idClass: typeof Wid;
37
37
  constructor(proterties?: ModelPropertiesContructor<LiveLocationModel>, options?: ModelOptions);
@@ -38,10 +38,10 @@ interface Derived {
38
38
  isMe: boolean;
39
39
  valid?: any;
40
40
  }
41
- /** @whatsapp 2.2144.11:77872 */
41
+ /** @whatsapp 2.2146.9:77872 */
42
42
  export declare interface LiveLocationParticipantModel extends ModelProxy<Props, Session, Derived> {
43
43
  }
44
- /** @whatsapp 2.2144.11:77872 */
44
+ /** @whatsapp 2.2146.9:77872 */
45
45
  export declare class LiveLocationParticipantModel extends Model {
46
46
  idClass: typeof Wid;
47
47
  constructor(proterties?: ModelPropertiesContructor<LiveLocationParticipantModel>, options?: ModelOptions);
@@ -63,10 +63,10 @@ interface Session {
63
63
  interface Derived {
64
64
  streamable?: any;
65
65
  }
66
- /** @whatsapp 2.2144.11:49694 */
66
+ /** @whatsapp 2.2146.9:49694 */
67
67
  export declare interface MediaDataModel extends ModelProxy<Props, Session, Derived> {
68
68
  }
69
- /** @whatsapp 2.2144.11:49694 */
69
+ /** @whatsapp 2.2146.9:49694 */
70
70
  export declare class MediaDataModel extends Model {
71
71
  static TYPE?: any;
72
72
  constructor(proterties?: ModelPropertiesContructor<MediaDataModel>, options?: ModelOptions);
@@ -33,7 +33,7 @@ export interface ModelOptions {
33
33
  parent?: any;
34
34
  silent?: any;
35
35
  }
36
- /** @whatsapp 2.2144.11:57283 */
36
+ /** @whatsapp 2.2146.9:57283 */
37
37
  export declare class Model<Collection = undefined> extends EventEmitter {
38
38
  static Proxy: string;
39
39
  static idClass?: any;
@@ -30,7 +30,7 @@ export interface SessionChatBase {
30
30
  msgsLength: number;
31
31
  msgsChanged: number;
32
32
  }
33
- /** @whatsapp 2.2144.11:53362 */
33
+ /** @whatsapp 2.2146.9:53362 */
34
34
  export declare class ModelChatBase extends Model<ChatCollection> {
35
35
  msgs: MsgLoad;
36
36
  onEmptyMRM(): void;
@@ -24,10 +24,10 @@ interface Session {
24
24
  }
25
25
  interface Derived {
26
26
  }
27
- /** @whatsapp 2.2144.11:81750 */
27
+ /** @whatsapp 2.2146.9:81750 */
28
28
  export declare interface MsgButtonReplyMsgModel extends ModelProxy<Props, Session, Derived> {
29
29
  }
30
- /** @whatsapp 2.2144.11:81750 */
30
+ /** @whatsapp 2.2146.9:81750 */
31
31
  export declare class MsgButtonReplyMsgModel extends Model {
32
32
  idClass: typeof MsgKey;
33
33
  constructor(proterties?: ModelPropertiesContructor<MsgButtonReplyMsgModel>, options?: ModelOptions);
@@ -30,10 +30,10 @@ interface Session {
30
30
  interface Derived {
31
31
  settled?: any;
32
32
  }
33
- /** @whatsapp 2.2144.11:63463 */
33
+ /** @whatsapp 2.2146.9:63463 */
34
34
  export declare interface MsgInfoModel extends ModelProxy<Props, Session, Derived> {
35
35
  }
36
- /** @whatsapp 2.2144.11:63463 */
36
+ /** @whatsapp 2.2146.9:63463 */
37
37
  export declare class MsgInfoModel extends Model<MsgInfoCollection> {
38
38
  idClass: typeof MsgKey;
39
39
  constructor(proterties?: ModelPropertiesContructor<MsgInfoModel>, options?: ModelOptions);
@@ -275,10 +275,10 @@ interface Derived {
275
275
  initialPageSize?: any;
276
276
  productListHeaderImage?: any;
277
277
  }
278
- /** @whatsapp 2.2144.11:92954 */
278
+ /** @whatsapp 2.2146.9:92954 */
279
279
  export declare interface MsgModel extends ModelProxy<Props, Session, Derived> {
280
280
  }
281
- /** @whatsapp 2.2144.11:92954 */
281
+ /** @whatsapp 2.2146.9:92954 */
282
282
  export declare class MsgModel extends Model {
283
283
  idClass: typeof MsgKey;
284
284
  constructor(proterties: ModelPropertiesContructor<MsgModel, 'id'>, options?: ModelOptions);
@@ -27,10 +27,10 @@ interface Session {
27
27
  interface Derived {
28
28
  isMuted: boolean;
29
29
  }
30
- /** @whatsapp 2.2144.11:43376 */
30
+ /** @whatsapp 2.2146.9:43376 */
31
31
  export declare interface MuteModel extends ModelProxy<Props, Session, Derived> {
32
32
  }
33
- /** @whatsapp 2.2144.11:43376 */
33
+ /** @whatsapp 2.2146.9:43376 */
34
34
  export declare class MuteModel extends Model<MuteCollection> {
35
35
  idClass: typeof Wid;
36
36
  allowedIds?: any;
@@ -29,10 +29,10 @@ interface Session {
29
29
  interface Derived {
30
30
  mediaData?: any;
31
31
  }
32
- /** @whatsapp 2.2144.11:70334 */
32
+ /** @whatsapp 2.2146.9:70334 */
33
33
  export declare interface OrderItemModel extends ModelProxy<Props, Session, Derived> {
34
34
  }
35
- /** @whatsapp 2.2144.11:70334 */
35
+ /** @whatsapp 2.2146.9:70334 */
36
36
  export declare class OrderItemModel extends Model<OrderCollection> {
37
37
  constructor(proterties?: ModelPropertiesContructor<OrderItemModel>, options?: ModelOptions);
38
38
  getCollection(): OrderCollection;
@@ -32,10 +32,10 @@ interface Session {
32
32
  interface Derived {
33
33
  totalItemCount?: any;
34
34
  }
35
- /** @whatsapp 2.2144.11:63444 */
35
+ /** @whatsapp 2.2146.9:63444 */
36
36
  export declare interface OrderModel extends ModelProxy<Props, Session, Derived> {
37
37
  }
38
- /** @whatsapp 2.2144.11:63444 */
38
+ /** @whatsapp 2.2146.9:63444 */
39
39
  export declare class OrderModel extends Model<OrderCollection> {
40
40
  constructor(proterties?: ModelPropertiesContructor<OrderModel>, options?: ModelOptions);
41
41
  triggerItemCollectionUpdate(): any;
@@ -27,10 +27,10 @@ interface Session {
27
27
  }
28
28
  interface Derived {
29
29
  }
30
- /** @whatsapp 2.2144.11:47684 */
30
+ /** @whatsapp 2.2146.9:47684 */
31
31
  export declare interface ParticipantModel extends ModelProxy<Props, Session, Derived> {
32
32
  }
33
- /** @whatsapp 2.2144.11:47684 */
33
+ /** @whatsapp 2.2146.9:47684 */
34
34
  export declare class ParticipantModel extends Model {
35
35
  idClass: typeof Wid;
36
36
  constructor(proterties?: ModelPropertiesContructor<ParticipantModel>, options?: ModelOptions);
@@ -26,10 +26,10 @@ interface Session {
26
26
  }
27
27
  interface Derived {
28
28
  }
29
- /** @whatsapp 2.2144.11:13532 */
29
+ /** @whatsapp 2.2146.9:13532 */
30
30
  export declare interface ProductCollModel extends ModelProxy<Props, Session, Derived> {
31
31
  }
32
- /** @whatsapp 2.2144.11:13532 */
32
+ /** @whatsapp 2.2146.9:13532 */
33
33
  export declare class ProductCollModel extends Model {
34
34
  constructor(proterties?: ModelPropertiesContructor<ProductCollModel>, options?: ModelOptions);
35
35
  addProducts(e?: any): any;
@@ -28,10 +28,10 @@ interface Session {
28
28
  }
29
29
  interface Derived {
30
30
  }
31
- /** @whatsapp 2.2144.11:569 */
31
+ /** @whatsapp 2.2146.9:569 */
32
32
  export declare interface ProductImageModel extends ModelProxy<Props, Session, Derived> {
33
33
  }
34
- /** @whatsapp 2.2144.11:569 */
34
+ /** @whatsapp 2.2146.9:569 */
35
35
  export declare class ProductImageModel extends Model {
36
36
  constructor(proterties?: ModelPropertiesContructor<ProductImageModel>, options?: ModelOptions);
37
37
  triggerImageUpdate(): any;
@@ -25,13 +25,13 @@ interface Session {
25
25
  }
26
26
  interface Derived {
27
27
  }
28
- /** @whatsapp 2.2144.11:16689 */
29
- export declare interface Product_listModel extends ModelProxy<Props, Session, Derived> {
28
+ /** @whatsapp 2.2146.9:16689 */
29
+ export declare interface ProductMessageListModel extends ModelProxy<Props, Session, Derived> {
30
30
  }
31
- /** @whatsapp 2.2144.11:16689 */
32
- export declare class Product_listModel extends Model {
31
+ /** @whatsapp 2.2146.9:16689 */
32
+ export declare class ProductMessageListModel extends Model {
33
33
  idClass: typeof MsgKey;
34
- constructor(proterties?: ModelPropertiesContructor<Product_listModel>, options?: ModelOptions);
34
+ constructor(proterties?: ModelPropertiesContructor<ProductMessageListModel>, options?: ModelOptions);
35
35
  triggerProductRemoved(e?: any): any;
36
36
  triggerProductUpdate(): any;
37
37
  getNextProductBatchToLoad(): any;
@@ -47,10 +47,10 @@ interface Session {
47
47
  }
48
48
  interface Derived {
49
49
  }
50
- /** @whatsapp 2.2144.11:78150 */
50
+ /** @whatsapp 2.2146.9:78150 */
51
51
  export declare interface ProductModel extends ModelProxy<Props, Session, Derived> {
52
52
  }
53
- /** @whatsapp 2.2144.11:78150 */
53
+ /** @whatsapp 2.2146.9:78150 */
54
54
  export declare class ProductModel extends Model {
55
55
  constructor(proterties?: ModelPropertiesContructor<ProductModel>, options?: ModelOptions);
56
56
  triggerImageUpdate(): any;
@@ -34,10 +34,10 @@ interface Derived {
34
34
  imgFull?: any;
35
35
  fallbackType?: any;
36
36
  }
37
- /** @whatsapp 2.2144.11:5924 */
37
+ /** @whatsapp 2.2146.9:5924 */
38
38
  export declare interface ProfilePicThumbModel extends ModelProxy<Props, Session, Derived> {
39
39
  }
40
- /** @whatsapp 2.2144.11:5924 */
40
+ /** @whatsapp 2.2146.9:5924 */
41
41
  export declare class ProfilePicThumbModel extends Model<ProfilePicThumbCollection> {
42
42
  idClass: typeof Wid;
43
43
  constructor(proterties?: ModelPropertiesContructor<ProfilePicThumbModel>, options?: ModelOptions);
@@ -29,10 +29,10 @@ interface Session {
29
29
  interface Derived {
30
30
  totalCount?: any;
31
31
  }
32
- /** @whatsapp 2.2144.11:64779 */
32
+ /** @whatsapp 2.2146.9:64779 */
33
33
  export declare interface QuickReplyModel extends ModelProxy<Props, Session, Derived> {
34
34
  }
35
- /** @whatsapp 2.2144.11:64779 */
35
+ /** @whatsapp 2.2146.9:64779 */
36
36
  export declare class QuickReplyModel extends Model<QuickReplyCollection> {
37
37
  constructor(proterties?: ModelPropertiesContructor<QuickReplyModel>, options?: ModelOptions);
38
38
  useOnce(): any;
@@ -23,10 +23,10 @@ interface Session {
23
23
  }
24
24
  interface Derived {
25
25
  }
26
- /** @whatsapp 2.2144.11:96276 */
26
+ /** @whatsapp 2.2146.9:96276 */
27
27
  export declare interface RecentEmojiModel extends ModelProxy<Props, Session, Derived> {
28
28
  }
29
- /** @whatsapp 2.2144.11:96276 */
29
+ /** @whatsapp 2.2146.9:96276 */
30
30
  export declare class RecentEmojiModel extends Model {
31
31
  constructor(proterties?: ModelPropertiesContructor<RecentEmojiModel>, options?: ModelOptions);
32
32
  }
@@ -25,10 +25,10 @@ interface Session {
25
25
  }
26
26
  interface Derived {
27
27
  }
28
- /** @whatsapp 2.2144.11:84959 */
28
+ /** @whatsapp 2.2146.9:84959 */
29
29
  export declare interface RecentStickerModel extends ModelProxy<Props, Session, Derived> {
30
30
  }
31
- /** @whatsapp 2.2144.11:84959 */
31
+ /** @whatsapp 2.2146.9:84959 */
32
32
  export declare class RecentStickerModel extends Model {
33
33
  constructor(proterties?: ModelPropertiesContructor<RecentStickerModel>, options?: ModelOptions);
34
34
  }
@@ -24,10 +24,10 @@ interface Session {
24
24
  }
25
25
  interface Derived {
26
26
  }
27
- /** @whatsapp 2.2144.11:46420 */
27
+ /** @whatsapp 2.2146.9:46420 */
28
28
  export declare interface ReplyButtonModel extends ModelProxy<Props, Session, Derived> {
29
29
  }
30
- /** @whatsapp 2.2144.11:46420 */
30
+ /** @whatsapp 2.2146.9:46420 */
31
31
  export declare class ReplyButtonModel extends Model {
32
32
  constructor(proterties?: ModelPropertiesContructor<ReplyButtonModel>, options?: ModelOptions);
33
33
  }
@@ -54,10 +54,10 @@ interface Session {
54
54
  }
55
55
  interface Derived {
56
56
  }
57
- /** @whatsapp 2.2144.11:72787 */
57
+ /** @whatsapp 2.2146.9:72787 */
58
58
  export declare interface StateModel extends ModelProxy<Props, Session, Derived> {
59
59
  }
60
- /** @whatsapp 2.2144.11:72787 */
60
+ /** @whatsapp 2.2146.9:72787 */
61
61
  export declare class StateModel extends Model {
62
62
  constructor(proterties?: ModelPropertiesContructor<StateModel>, options?: ModelOptions);
63
63
  initialize(): any;
@@ -25,10 +25,10 @@ interface Session {
25
25
  }
26
26
  interface Derived {
27
27
  }
28
- /** @whatsapp 2.2144.11:92472 */
28
+ /** @whatsapp 2.2146.9:92472 */
29
29
  export declare interface StatusModel extends ModelProxy<Props, Session, Derived> {
30
30
  }
31
- /** @whatsapp 2.2144.11:92472 */
31
+ /** @whatsapp 2.2146.9:92472 */
32
32
  export declare class StatusModel extends Model<StatusCollection> {
33
33
  idClass: typeof Wid;
34
34
  constructor(proterties?: ModelPropertiesContructor<StatusModel>, options?: ModelOptions);
@@ -35,10 +35,10 @@ interface Derived {
35
35
  readCount?: any;
36
36
  lastStatus?: any;
37
37
  }
38
- /** @whatsapp 2.2144.11:96944 */
38
+ /** @whatsapp 2.2146.9:9455 */
39
39
  export declare interface StatusV3Model extends ModelProxy<Props, Session, Derived> {
40
40
  }
41
- /** @whatsapp 2.2144.11:96944 */
41
+ /** @whatsapp 2.2146.9:9455 */
42
42
  export declare class StatusV3Model extends Model<StatusV3Collection> {
43
43
  idClass: typeof Wid;
44
44
  constructor(proterties?: ModelPropertiesContructor<StatusV3Model>, options?: ModelOptions);
@@ -37,10 +37,10 @@ interface Session {
37
37
  }
38
38
  interface Derived {
39
39
  }
40
- /** @whatsapp 2.2144.11:92537 */
40
+ /** @whatsapp 2.2146.9:92537 */
41
41
  export declare interface StickerModel extends ModelProxy<Props, Session, Derived> {
42
42
  }
43
- /** @whatsapp 2.2144.11:92537 */
43
+ /** @whatsapp 2.2146.9:92537 */
44
44
  export declare class StickerModel extends Model {
45
45
  constructor(proterties?: ModelPropertiesContructor<StickerModel>, options?: ModelOptions);
46
46
  downloadMedia(): any;
@@ -39,10 +39,10 @@ interface Derived {
39
39
  isPlaceholder: boolean;
40
40
  isFirstParty: boolean;
41
41
  }
42
- /** @whatsapp 2.2144.11:86668 */
42
+ /** @whatsapp 2.2146.9:86668 */
43
43
  export declare interface StickerPackModel extends ModelProxy<Props, Session, Derived> {
44
44
  }
45
- /** @whatsapp 2.2144.11:86668 */
45
+ /** @whatsapp 2.2146.9:86668 */
46
46
  export declare class StickerPackModel extends Model {
47
47
  constructor(proterties?: ModelPropertiesContructor<StickerPackModel>, options?: ModelOptions);
48
48
  downloadMedia(): any;
@@ -28,10 +28,10 @@ interface Session {
28
28
  }
29
29
  interface Derived {
30
30
  }
31
- /** @whatsapp 2.2144.11:65159 */
31
+ /** @whatsapp 2.2146.9:65159 */
32
32
  export declare interface TemplateButtonModel extends ModelProxy<Props, Session, Derived> {
33
33
  }
34
- /** @whatsapp 2.2144.11:65159 */
34
+ /** @whatsapp 2.2146.9:65159 */
35
35
  export declare class TemplateButtonModel extends Model {
36
36
  constructor(proterties?: ModelPropertiesContructor<TemplateButtonModel>, options?: ModelOptions);
37
37
  }
@@ -23,10 +23,10 @@ interface Session {
23
23
  }
24
24
  interface Derived {
25
25
  }
26
- /** @whatsapp 2.2144.11:85739 */
26
+ /** @whatsapp 2.2146.9:85739 */
27
27
  export declare interface UnreadMentionModel extends ModelProxy<Props, Session, Derived> {
28
28
  }
29
- /** @whatsapp 2.2144.11:85739 */
29
+ /** @whatsapp 2.2146.9:85739 */
30
30
  export declare class UnreadMentionModel extends Model {
31
31
  constructor(proterties?: ModelPropertiesContructor<UnreadMentionModel>, options?: ModelOptions);
32
32
  }
@@ -27,10 +27,10 @@ interface Session {
27
27
  }
28
28
  interface Derived {
29
29
  }
30
- /** @whatsapp 2.2144.11:91442 */
30
+ /** @whatsapp 2.2146.9:91442 */
31
31
  export declare interface WebCallModel extends ModelProxy<Props, Session, Derived> {
32
32
  }
33
- /** @whatsapp 2.2144.11:91442 */
33
+ /** @whatsapp 2.2146.9:91442 */
34
34
  export declare class WebCallModel extends Model {
35
35
  constructor(proterties?: ModelPropertiesContructor<WebCallModel>, options?: ModelOptions);
36
36
  }
@@ -45,9 +45,9 @@ export * from './OrderItemModel';
45
45
  export * from './OrderModel';
46
46
  export * from './ParticipantModel';
47
47
  export * from './ParticipantModel';
48
- export * from './Product_listModel';
49
48
  export * from './ProductCollModel';
50
49
  export * from './ProductImageModel';
50
+ export * from './ProductMessageListModel';
51
51
  export * from './ProductModel';
52
52
  export * from './ProfilePicThumbModel';
53
53
  export * from './QuickReplyModel';
@@ -13,7 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- /** @whatsapp 2.2144.11:2019 */
16
+ /** @whatsapp 2.2146.9:2019 */
17
17
  export declare namespace adv {
18
18
  function generateADVSecretKey(): string;
19
19
  function getADVSecretKey(): string;
@@ -24,6 +24,6 @@ declare class NoiseInfo {
24
24
  get(): Promise<NoiseInfoData>;
25
25
  set(info: Promise<NoiseInfoData>): any;
26
26
  }
27
- /** @whatsapp 2.2144.11:79188 */
27
+ /** @whatsapp 2.2146.9:79188 */
28
28
  export declare const waNoiseInfo: NoiseInfo;
29
29
  export {};
@@ -68,6 +68,6 @@ declare class SignalStore {
68
68
  markKeyAsUploaded(e?: any): any;
69
69
  rotateSignedPreKey(e?: any, t?: any): any;
70
70
  }
71
- /** @whatsapp 2.2144.11:93381 */
71
+ /** @whatsapp 2.2146.9:93381 */
72
72
  export declare const waSignalStore: SignalStore;
73
73
  export {};