@wppconnect/wa-js 1.0.11 → 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.
- package/CHANGELOG.md +36 -0
- package/README.md +4 -2
- package/dist/assert/assertColor.d.ts +35 -0
- package/dist/assert/index.d.ts +1 -0
- package/dist/chat/Chat.d.ts +4 -1
- package/dist/chat/types.d.ts +22 -0
- package/dist/index.d.ts +3 -0
- package/dist/labels/Labels.d.ts +52 -0
- package/dist/labels/index.d.ts +20 -0
- package/dist/labels/types.d.ts +22 -0
- package/dist/webpack.d.ts +1 -0
- package/dist/whatsapp/collections/{CollectionCache.d.ts → BaseCollection.d.ts} +2 -2
- package/dist/whatsapp/collections/BlocklistCollection.d.ts +1 -1
- package/dist/whatsapp/collections/BusinessCategoriesResultCollection.d.ts +1 -1
- package/dist/whatsapp/collections/BusinessProfileCollection.d.ts +1 -1
- package/dist/whatsapp/collections/ButtonCollection.d.ts +3 -3
- package/dist/whatsapp/collections/CallCollection.d.ts +1 -1
- package/dist/whatsapp/collections/CartCollection.d.ts +1 -1
- package/dist/whatsapp/collections/CartItemCollection.d.ts +1 -1
- package/dist/whatsapp/collections/CatalogCollection.d.ts +1 -1
- package/dist/whatsapp/collections/ChatCollection.d.ts +3 -3
- package/dist/whatsapp/collections/ChatstateCollection.d.ts +1 -1
- package/dist/whatsapp/collections/Collection.d.ts +2 -2
- package/dist/whatsapp/collections/ContactCollection.d.ts +1 -1
- package/dist/whatsapp/collections/EmojiVariantCollection.d.ts +1 -1
- package/dist/whatsapp/collections/GroupMetadataCollection.d.ts +1 -1
- package/dist/whatsapp/collections/LabelCollection.d.ts +2 -2
- package/dist/whatsapp/collections/LabelItemCollection.d.ts +1 -1
- package/dist/whatsapp/collections/LiveLocationCollection.d.ts +1 -1
- package/dist/whatsapp/collections/MsgCollection.d.ts +3 -3
- package/dist/whatsapp/collections/MsgInfoCollection.d.ts +1 -1
- package/dist/whatsapp/collections/MuteCollection.d.ts +1 -1
- package/dist/whatsapp/collections/OrderCollection.d.ts +1 -1
- package/dist/whatsapp/collections/OrderItemCollection.d.ts +1 -1
- package/dist/whatsapp/collections/ParticipantCollection.d.ts +1 -1
- package/dist/whatsapp/collections/PresenceCollection.d.ts +1 -1
- package/dist/whatsapp/collections/ProductCollCollection.d.ts +1 -1
- package/dist/whatsapp/collections/ProductCollection.d.ts +1 -1
- package/dist/whatsapp/collections/ProductImageCollection.d.ts +1 -1
- package/dist/whatsapp/collections/ProductMessageListCollection.d.ts +4 -4
- package/dist/whatsapp/collections/ProfilePicThumbCollection.d.ts +1 -1
- package/dist/whatsapp/collections/QuickReplyCollection.d.ts +1 -1
- package/dist/whatsapp/collections/RecentEmojiCollection.d.ts +1 -1
- package/dist/whatsapp/collections/RecentStickerCollection.d.ts +1 -1
- package/dist/whatsapp/collections/StarredMsgCollection.d.ts +1 -1
- package/dist/whatsapp/collections/StarredStickerCollection.d.ts +1 -1
- package/dist/whatsapp/collections/StatusCollection.d.ts +1 -1
- package/dist/whatsapp/collections/StatusV3Collection.d.ts +3 -3
- package/dist/whatsapp/collections/StickerCollection.d.ts +1 -1
- package/dist/whatsapp/collections/StickerPackCollection.d.ts +1 -1
- package/dist/whatsapp/collections/StickerSearchCollection.d.ts +1 -1
- package/dist/whatsapp/collections/TemplateButtonCollection.d.ts +1 -1
- package/dist/whatsapp/collections/index.d.ts +1 -1
- package/dist/whatsapp/enums/LogoutReason.d.ts +1 -1
- package/dist/whatsapp/enums/OUTWARD_TYPES.d.ts +1 -1
- package/dist/whatsapp/enums/SendMsgResult.d.ts +1 -1
- package/dist/whatsapp/functions/addAndSendMsgToChat.d.ts +1 -1
- package/dist/whatsapp/functions/blockContact.d.ts +2 -2
- package/dist/whatsapp/functions/findChat.d.ts +1 -1
- package/dist/whatsapp/functions/getOrGenerate.d.ts +1 -1
- package/dist/whatsapp/functions/groupParticipants.d.ts +4 -4
- package/dist/whatsapp/functions/index.d.ts +2 -0
- package/dist/whatsapp/functions/isAuthenticated.d.ts +1 -1
- package/dist/whatsapp/functions/msgFindQuery.d.ts +1 -1
- package/dist/whatsapp/functions/products.d.ts +26 -0
- package/dist/whatsapp/functions/randomId.d.ts +2 -2
- package/dist/whatsapp/functions/sendClear.d.ts +1 -1
- package/dist/whatsapp/functions/sendCreateGroup.d.ts +1 -1
- package/dist/whatsapp/functions/sendDelete.d.ts +1 -1
- package/dist/whatsapp/functions/sendQueryExists.d.ts +1 -1
- package/dist/whatsapp/functions/sendTextMsgToChat.d.ts +1 -1
- package/dist/whatsapp/functions/uploadProductImage.d.ts +18 -0
- package/dist/whatsapp/misc/Base64.d.ts +1 -1
- package/dist/whatsapp/misc/Browser.d.ts +1 -1
- package/dist/whatsapp/misc/Clock.d.ts +47 -0
- package/dist/whatsapp/misc/Cmd.d.ts +2 -2
- package/dist/whatsapp/misc/Conn.d.ts +1 -1
- package/dist/whatsapp/misc/Constants.d.ts +1 -1
- package/dist/whatsapp/misc/EventEmitter.d.ts +1 -1
- package/dist/whatsapp/misc/Features.d.ts +1 -1
- package/dist/whatsapp/misc/ImageUtils.d.ts +1 -1
- package/dist/whatsapp/misc/Locale.d.ts +1 -1
- package/dist/whatsapp/misc/MediaObject.d.ts +1 -1
- package/dist/whatsapp/misc/MediaObjectUtil.d.ts +1 -1
- package/dist/whatsapp/misc/MediaPrep.d.ts +1 -1
- package/dist/whatsapp/misc/MediaUtils.d.ts +1 -1
- package/dist/whatsapp/misc/MsgKey.d.ts +1 -1
- package/dist/whatsapp/misc/MsgLoadState.d.ts +4 -4
- package/dist/whatsapp/misc/OpaqueData.d.ts +2 -2
- package/dist/whatsapp/misc/State.d.ts +1 -1
- package/dist/whatsapp/misc/UserPrefs.d.ts +1 -1
- package/dist/whatsapp/misc/VCard.d.ts +26 -0
- package/dist/whatsapp/misc/Wid.d.ts +1 -1
- package/dist/whatsapp/misc/WidFactory.d.ts +1 -1
- package/dist/whatsapp/misc/index.d.ts +2 -1
- package/dist/whatsapp/models/AttachMediaModel.d.ts +2 -2
- package/dist/whatsapp/models/BlocklistModel.d.ts +2 -2
- package/dist/whatsapp/models/BusinessCategoriesResultModel.d.ts +2 -2
- package/dist/whatsapp/models/BusinessProfileModel.d.ts +2 -2
- package/dist/whatsapp/models/CallModel.d.ts +2 -2
- package/dist/whatsapp/models/CallParticipantModel.d.ts +2 -2
- package/dist/whatsapp/models/CartItemModel.d.ts +2 -2
- package/dist/whatsapp/models/CartModel.d.ts +2 -2
- package/dist/whatsapp/models/CatalogModel.d.ts +4 -3
- package/dist/whatsapp/models/ChatModel.d.ts +2 -2
- package/dist/whatsapp/models/ChatPreferenceModel.d.ts +2 -2
- package/dist/whatsapp/models/ChatstateModel.d.ts +2 -2
- package/dist/whatsapp/models/ConnModel.d.ts +2 -2
- package/dist/whatsapp/models/ContactModel.d.ts +3 -2
- package/dist/whatsapp/models/ConversionTupleModel.d.ts +2 -2
- package/dist/whatsapp/models/EmojiVariantModel.d.ts +2 -2
- package/dist/whatsapp/models/GroupMetadataModel.d.ts +2 -2
- package/dist/whatsapp/models/LabelItemModel.d.ts +2 -2
- package/dist/whatsapp/models/LabelModel.d.ts +2 -2
- package/dist/whatsapp/models/LiveLocationModel.d.ts +2 -2
- package/dist/whatsapp/models/LiveLocationParticipantModel.d.ts +2 -2
- package/dist/whatsapp/models/MediaDataModel.d.ts +2 -2
- package/dist/whatsapp/models/Model.d.ts +1 -1
- package/dist/whatsapp/models/ModelChatBase.d.ts +1 -1
- package/dist/whatsapp/models/MsgButtonReplyMsgModel.d.ts +2 -2
- package/dist/whatsapp/models/MsgInfoModel.d.ts +2 -2
- package/dist/whatsapp/models/MsgModel.d.ts +2 -2
- package/dist/whatsapp/models/MuteModel.d.ts +2 -2
- package/dist/whatsapp/models/OrderItemModel.d.ts +2 -2
- package/dist/whatsapp/models/OrderModel.d.ts +2 -2
- package/dist/whatsapp/models/ParticipantModel.d.ts +2 -2
- package/dist/whatsapp/models/ProductCollModel.d.ts +2 -2
- package/dist/whatsapp/models/ProductImageModel.d.ts +2 -2
- package/dist/whatsapp/models/{Product_listModel.d.ts → ProductMessageListModel.d.ts} +5 -5
- package/dist/whatsapp/models/ProductModel.d.ts +2 -2
- package/dist/whatsapp/models/ProfilePicThumbModel.d.ts +2 -2
- package/dist/whatsapp/models/QuickReplyModel.d.ts +2 -2
- package/dist/whatsapp/models/RecentEmojiModel.d.ts +2 -2
- package/dist/whatsapp/models/RecentStickerModel.d.ts +2 -2
- package/dist/whatsapp/models/ReplyButtonModel.d.ts +2 -2
- package/dist/whatsapp/models/StateModel.d.ts +2 -2
- package/dist/whatsapp/models/StatusModel.d.ts +2 -2
- package/dist/whatsapp/models/StatusV3Model.d.ts +2 -2
- package/dist/whatsapp/models/StickerModel.d.ts +2 -2
- package/dist/whatsapp/models/StickerPackModel.d.ts +2 -2
- package/dist/whatsapp/models/TemplateButtonModel.d.ts +2 -2
- package/dist/whatsapp/models/UnreadMentionModel.d.ts +2 -2
- package/dist/whatsapp/models/WebCallModel.d.ts +2 -2
- package/dist/whatsapp/models/index.d.ts +1 -1
- package/dist/whatsapp/multidevice/adv.d.ts +1 -1
- package/dist/whatsapp/multidevice/waNoiseInfo.d.ts +1 -1
- package/dist/whatsapp/multidevice/waSignalStore.d.ts +1 -1
- package/dist/whatsapp/stores.d.ts +29 -29
- package/dist/wppconnect-wa.js +1 -1
- package/package.json +18 -19
- package/dist/whatsapp/misc/ClockSkew.d.ts +0 -43
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
import { StickerModel } from '../models';
|
|
17
17
|
import { Collection } from './Collection';
|
|
18
|
-
/** @whatsapp 2.
|
|
18
|
+
/** @whatsapp 2.2146.9:27686 */
|
|
19
19
|
export declare class RecentStickerCollection extends Collection<StickerModel> {
|
|
20
20
|
static model: StickerModel;
|
|
21
21
|
enqueue(e?: any): any;
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
import { MsgModel } from '../models';
|
|
17
17
|
import { Collection } from './Collection';
|
|
18
|
-
/** @whatsapp 2.
|
|
18
|
+
/** @whatsapp 2.2146.9:30118 */
|
|
19
19
|
export declare class StarredMsgCollection extends Collection<MsgModel> {
|
|
20
20
|
static model: MsgModel;
|
|
21
21
|
syncPromise?: any;
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
import { StickerModel } from '../models';
|
|
17
17
|
import { Collection } from './Collection';
|
|
18
|
-
/** @whatsapp 2.
|
|
18
|
+
/** @whatsapp 2.2146.9:68477 */
|
|
19
19
|
export declare class StarredStickerCollection extends Collection<StickerModel> {
|
|
20
20
|
static model: StickerModel;
|
|
21
21
|
syncNextPage(): any;
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
import { Wid } from '../misc';
|
|
17
17
|
import { StatusModel } from '../models';
|
|
18
18
|
import { Collection } from './Collection';
|
|
19
|
-
/** @whatsapp 2.
|
|
19
|
+
/** @whatsapp 2.2146.9:22360 */
|
|
20
20
|
export declare class StatusCollection extends Collection<StatusModel> {
|
|
21
21
|
static model: StatusModel;
|
|
22
22
|
static idClass: typeof Wid;
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
import { StatusV3Model } from '../models';
|
|
17
|
-
import {
|
|
18
|
-
/** @whatsapp 2.
|
|
19
|
-
export declare class StatusV3Collection extends
|
|
17
|
+
import { BaseCollection } from '.';
|
|
18
|
+
/** @whatsapp 2.2146.9:70173 */
|
|
19
|
+
export declare class StatusV3Collection extends BaseCollection<StatusV3Model> {
|
|
20
20
|
static model: StatusV3Model;
|
|
21
21
|
loadMore(e?: any, t?: any, r?: any): any;
|
|
22
22
|
sync(e?: any): any;
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
import { StickerModel } from '../models';
|
|
17
17
|
import { Collection } from './Collection';
|
|
18
|
-
/** @whatsapp 2.
|
|
18
|
+
/** @whatsapp 2.2146.9:16482 */
|
|
19
19
|
export declare class StickerCollection extends Collection<StickerModel> {
|
|
20
20
|
static model: StickerModel;
|
|
21
21
|
fetch(): any;
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
import { StickerPackModel } from '../models';
|
|
17
17
|
import { Collection } from './Collection';
|
|
18
|
-
/** @whatsapp 2.
|
|
18
|
+
/** @whatsapp 2.2146.9:45822 */
|
|
19
19
|
export declare class StickerPackCollection extends Collection<StickerPackModel> {
|
|
20
20
|
static model: StickerPackModel;
|
|
21
21
|
checksum?: any;
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
import { StickerModel } from '../models';
|
|
17
17
|
import { Collection } from './Collection';
|
|
18
|
-
/** @whatsapp 2.
|
|
18
|
+
/** @whatsapp 2.2146.9:6009 */
|
|
19
19
|
export declare class StickerSearchCollection extends Collection<StickerModel> {
|
|
20
20
|
static model: StickerModel;
|
|
21
21
|
isFetchingData(): boolean;
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
import { TemplateButtonModel } from '../models';
|
|
17
17
|
import { Collection } from './Collection';
|
|
18
|
-
/** @whatsapp 2.
|
|
18
|
+
/** @whatsapp 2.2146.9:95411 */
|
|
19
19
|
export declare class TemplateButtonCollection extends Collection<TemplateButtonModel> {
|
|
20
20
|
static model: TemplateButtonModel;
|
|
21
21
|
static comparator(): any;
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
+
export * from './BaseCollection';
|
|
16
17
|
export * from './BlocklistCollection';
|
|
17
18
|
export * from './BusinessCategoriesResultCollection';
|
|
18
19
|
export * from './BusinessProfileCollection';
|
|
@@ -24,7 +25,6 @@ export * from './CatalogCollection';
|
|
|
24
25
|
export * from './ChatCollection';
|
|
25
26
|
export * from './ChatstateCollection';
|
|
26
27
|
export * from './Collection';
|
|
27
|
-
export * from './CollectionCache';
|
|
28
28
|
export * from './ContactCollection';
|
|
29
29
|
export * from './ContactCollection';
|
|
30
30
|
export * from './ContactCollection';
|
|
@@ -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.
|
|
16
|
+
/** @whatsapp 2.2146.9:82735 */
|
|
17
17
|
export declare enum LogoutReason {
|
|
18
18
|
USER_INITIATED = "user_initiated",
|
|
19
19
|
SYNCD_FAILURE = "syncd_failure",
|
|
@@ -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.
|
|
16
|
+
/** @whatsapp 2.2146.9:90672 */
|
|
17
17
|
export declare enum OUTWARD_TYPES {
|
|
18
18
|
IMAGE = "image",
|
|
19
19
|
VIDEO = "video",
|
|
@@ -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.
|
|
16
|
+
/** @whatsapp 2.2146.9:88300 */
|
|
17
17
|
export declare enum SendMsgResult {
|
|
18
18
|
OK = "OK",
|
|
19
19
|
ERROR_NETWORK = "ERROR_NETWORK",
|
|
@@ -15,5 +15,5 @@
|
|
|
15
15
|
*/
|
|
16
16
|
import { SendMsgResult } from '../enums';
|
|
17
17
|
import { ChatModel, ModelPropertiesContructor, MsgModel } from '../models';
|
|
18
|
-
/** @whatsapp 2.
|
|
18
|
+
/** @whatsapp 2.2146.9:35339 */
|
|
19
19
|
export declare function addAndSendMsgToChat(chat: ChatModel, message: ModelPropertiesContructor<MsgModel>): Promise<[Promise<MsgModel>, Promise<SendMsgResult>]>;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
import { ContactModel } from '../models';
|
|
17
|
-
/** @whatsapp 2.
|
|
17
|
+
/** @whatsapp 2.2146.9:38512 */
|
|
18
18
|
export declare function blockContact(contact: ContactModel): Promise<void>;
|
|
19
|
-
/** @whatsapp 2.
|
|
19
|
+
/** @whatsapp 2.2146.9:38512 */
|
|
20
20
|
export declare function unblockContact(contact: ContactModel): Promise<void>;
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
import { ChatModel, ParticipantModel } from '..';
|
|
17
|
-
/** @whatsapp 2.
|
|
17
|
+
/** @whatsapp 2.2146.9:97449 */
|
|
18
18
|
export declare function addParticipants(group: ChatModel, participants: ParticipantModel[]): Promise<void>;
|
|
19
|
-
/** @whatsapp 2.
|
|
19
|
+
/** @whatsapp 2.2146.9:97449 */
|
|
20
20
|
export declare function removeParticipants(group: ChatModel, participants: ParticipantModel[]): Promise<void>;
|
|
21
|
-
/** @whatsapp 2.
|
|
21
|
+
/** @whatsapp 2.2146.9:97449 */
|
|
22
22
|
export declare function promoteParticipants(group: ChatModel, participants: ParticipantModel[]): Promise<void>;
|
|
23
|
-
/** @whatsapp 2.
|
|
23
|
+
/** @whatsapp 2.2146.9:97449 */
|
|
24
24
|
export declare function demoteParticipants(group: ChatModel, participants: ParticipantModel[]): Promise<void>;
|
|
@@ -20,9 +20,11 @@ export * from './getOrGenerate';
|
|
|
20
20
|
export * from './groupParticipants';
|
|
21
21
|
export * from './isAuthenticated';
|
|
22
22
|
export * from './msgFindQuery';
|
|
23
|
+
export * from './products';
|
|
23
24
|
export * from './randomId';
|
|
24
25
|
export * from './sendClear';
|
|
25
26
|
export * from './sendCreateGroup';
|
|
26
27
|
export * from './sendDelete';
|
|
27
28
|
export * from './sendQueryExists';
|
|
28
29
|
export * from './sendTextMsgToChat';
|
|
30
|
+
export * from './uploadProductImage';
|
|
@@ -23,5 +23,5 @@ export interface MsgFindQueryParams {
|
|
|
23
23
|
id?: string;
|
|
24
24
|
participant?: any;
|
|
25
25
|
}
|
|
26
|
-
/** @whatsapp 2.
|
|
26
|
+
/** @whatsapp 2.2146.9:2495 */
|
|
27
27
|
export declare function msgFindQuery(direction: 'after' | 'before', params: MsgFindQueryParams): Promise<ModelPropertiesContructor<MsgModel>[]>;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright 2021 WPPConnect Team
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { ProductModel } from '..';
|
|
17
|
+
/** @whatsapp 2.2144.10:35339 */
|
|
18
|
+
export declare function createBusinessCatalog(): Promise<any>;
|
|
19
|
+
/** @whatsapp 2.2146.9:68793 */
|
|
20
|
+
export declare function addProduct(product: ProductModel, imageWidth?: number, imageHeight?: number): Promise<any>;
|
|
21
|
+
/** @whatsapp 2.2146.9:68793 */
|
|
22
|
+
export declare function editProduct(product: ProductModel, imageWidth?: number, imageHeight?: number): Promise<any>;
|
|
23
|
+
/** @whatsapp 2.2146.9:68793 */
|
|
24
|
+
export declare function deleteProducts(productIds: string[]): Promise<any>;
|
|
25
|
+
/** @whatsapp 2.2146.9:68793 */
|
|
26
|
+
export declare function sendProductToChat(...args: any[]): Promise<any>;
|
|
@@ -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.
|
|
16
|
+
/** @whatsapp 2.2146.9:17754 */
|
|
17
17
|
export declare function randomMessageId(): string;
|
|
18
|
-
/** @whatsapp 2.
|
|
18
|
+
/** @whatsapp 2.2146.9:17754 */
|
|
19
19
|
export declare function randomId(): string;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
import { Wid } from '..';
|
|
17
|
-
/** @whatsapp 2.
|
|
17
|
+
/** @whatsapp 2.2146.9:53876 */
|
|
18
18
|
export declare function sendCreateGroup(groupName: string, participants: Wid[], ephemeral?: number, dogfooding?: boolean): Promise<{
|
|
19
19
|
gid: Wid;
|
|
20
20
|
participants: {
|
|
@@ -13,5 +13,5 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
/** @whatsapp 2.
|
|
16
|
+
/** @whatsapp 2.2146.9:30239 */
|
|
17
17
|
export declare function sendTextMsgToChat(chat: any, message: any, options: any): Promise<string>;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright 2021 WPPConnect Team
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { OpaqueData } from '..';
|
|
17
|
+
/** @whatsapp 2.2146.9:57990 */
|
|
18
|
+
export declare function uploadProductImage(mediaBlob: OpaqueData, filehash: string): Promise<string>;
|
|
@@ -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.
|
|
16
|
+
/** @whatsapp 2.2146.9:36117 */
|
|
17
17
|
export declare namespace Base64 {
|
|
18
18
|
const BASE64_DATA_URL_SCHEME: 'data:image/jpeg;base64,';
|
|
19
19
|
function encodeB64(data: ArrayLike<number> | ArrayBufferLike): string;
|
|
@@ -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.
|
|
16
|
+
/** @whatsapp 2.2146.9:94666 */
|
|
17
17
|
export declare namespace Browser {
|
|
18
18
|
let promptUnloadGuards: number;
|
|
19
19
|
function id(): string;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright 2021 WPPConnect Team
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
/** @whatsapp 2.2146.9:25142 */
|
|
17
|
+
export declare class ClockClass {
|
|
18
|
+
is24h: boolean;
|
|
19
|
+
skew: number;
|
|
20
|
+
skewMS: number;
|
|
21
|
+
timeZoneHardCode: string;
|
|
22
|
+
getIs24Hour(): boolean;
|
|
23
|
+
setIs24Hour(is24h: boolean): void;
|
|
24
|
+
setSkew(skew: number): void;
|
|
25
|
+
getSkew(): number;
|
|
26
|
+
localUnixTime(timestamp?: number): number;
|
|
27
|
+
globalUnixTime(timestamp?: number): number;
|
|
28
|
+
relativeStr(timestamp: number): string;
|
|
29
|
+
relativeDateStr(timestamp: number): string;
|
|
30
|
+
relativeDateAndTimeStr(timestamp: number): string;
|
|
31
|
+
timeStr(timestamp: number): string;
|
|
32
|
+
timestampStr(timestamp: number): string;
|
|
33
|
+
timestampStrFormat(): string;
|
|
34
|
+
timestampHour(timestamp: number): number;
|
|
35
|
+
createdStr(timestamp: number): string;
|
|
36
|
+
untilStr(timestamp: number): string;
|
|
37
|
+
lastSeenStr(timestamp: number): string;
|
|
38
|
+
daysDelta(a: number, b: number): number;
|
|
39
|
+
durationStr(seconds: number | string): string;
|
|
40
|
+
paymentTimestampStr(timestamp: number): string;
|
|
41
|
+
liveLocationLastUpdatedStr(timestamp: number): string;
|
|
42
|
+
shouldUseIntlDateTimeFormat(): boolean;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* @whatsapp 2.2146.9:25142
|
|
46
|
+
*/
|
|
47
|
+
export declare const Clock: ClockClass;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
import { EventEmitter } from '.';
|
|
17
|
-
/** @whatsapp 2.
|
|
17
|
+
/** @whatsapp 2.2146.9:69162 */
|
|
18
18
|
export declare class CmdClass extends EventEmitter {
|
|
19
19
|
isMainLoaded: boolean;
|
|
20
20
|
uiBusy: number;
|
|
@@ -143,5 +143,5 @@ export declare class CmdClass extends EventEmitter {
|
|
|
143
143
|
showCountrySelector(e?: any, t?: any, r?: any): void;
|
|
144
144
|
toggleStickerMaker(): void;
|
|
145
145
|
}
|
|
146
|
-
/** @whatsapp 2.
|
|
146
|
+
/** @whatsapp 2.2146.9:69162 */
|
|
147
147
|
export declare const Cmd: CmdClass;
|
|
@@ -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.
|
|
16
|
+
/** @whatsapp 2.2146.9:55454 */
|
|
17
17
|
export declare const Constants: {
|
|
18
18
|
ARCHIVE_NUX_MAX_VIEWS: number;
|
|
19
19
|
IMG_THUMB_MAX_EDGE: number;
|
|
@@ -21,7 +21,7 @@ declare type Event = string | symbol;
|
|
|
21
21
|
* The callback function.
|
|
22
22
|
*/
|
|
23
23
|
declare type Listener = (...args: any[]) => void;
|
|
24
|
-
/** @whatsapp 2.
|
|
24
|
+
/** @whatsapp 2.2146.9:95863 */
|
|
25
25
|
export declare class EventEmitter {
|
|
26
26
|
/**
|
|
27
27
|
* Adds the listener function to the end of the listeners array for the event named eventName.
|
|
@@ -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.
|
|
16
|
+
/** @whatsapp 2.2146.9:49288 */
|
|
17
17
|
export declare namespace ImageUtils {
|
|
18
18
|
function rotateAndResize(e: any, t: any, r: any): Promise<{
|
|
19
19
|
width: number;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
import { MediaObject } from '.';
|
|
17
|
-
/** @whatsapp 2.
|
|
17
|
+
/** @whatsapp 2.2146.9:70233 */
|
|
18
18
|
export declare namespace MediaObjectUtil {
|
|
19
19
|
function getOrCreateMediaObject(hash: string): MediaObject;
|
|
20
20
|
}
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
import { ChatModel, MediaDataModel, ModelPropertiesContructor, MsgModel } from '..';
|
|
17
17
|
import { OUTWARD_TYPES, SendMsgResult } from '../enums';
|
|
18
18
|
import { OpaqueData } from '.';
|
|
19
|
-
/** @whatsapp 2.
|
|
19
|
+
/** @whatsapp 2.2146.9:57990 */
|
|
20
20
|
export declare namespace MediaPrep {
|
|
21
21
|
function prepRawMedia(data: OpaqueData, options: {
|
|
22
22
|
isPtt?: boolean;
|
|
@@ -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.
|
|
16
|
+
/** @whatsapp 2.2146.9:63063 */
|
|
17
17
|
export declare namespace MediaUtils {
|
|
18
18
|
function getImageWidthHeight(): Promise<{
|
|
19
19
|
width: number;
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
import {
|
|
16
|
+
import { BaseCollection } from '../collections';
|
|
17
17
|
import { Model, MsgModel } from '../models';
|
|
18
|
-
/** @whatsapp 2.
|
|
18
|
+
/** @whatsapp 2.2146.9:97490 */
|
|
19
19
|
export declare class MsgLoadState extends Model {
|
|
20
20
|
noEarlierMsgs: any;
|
|
21
21
|
isLoadingEarlierMsgs: any;
|
|
@@ -23,8 +23,8 @@ export declare class MsgLoadState extends Model {
|
|
|
23
23
|
isLoadingAroundMsgs: any;
|
|
24
24
|
contextLoaded: any;
|
|
25
25
|
}
|
|
26
|
-
/** @whatsapp 2.
|
|
27
|
-
export declare class MsgLoad extends
|
|
26
|
+
/** @whatsapp 2.2146.9:97490 */
|
|
27
|
+
export declare class MsgLoad extends BaseCollection<MsgModel> {
|
|
28
28
|
msgLoadState: MsgLoadState;
|
|
29
29
|
loadRecentPromise?: Promise<any>;
|
|
30
30
|
loadEarlierPromise?: Promise<any>;
|
|
@@ -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.
|
|
16
|
+
/** @whatsapp 2.2146.9:52937 */
|
|
17
17
|
export declare class OpaqueDataBase {
|
|
18
18
|
released: boolean;
|
|
19
19
|
retain(): void;
|
|
@@ -21,7 +21,7 @@ export declare class OpaqueDataBase {
|
|
|
21
21
|
autoreleaseWhenPromiseCompletes(e: Promise<any>): void;
|
|
22
22
|
throwIfReleased(e: any): void;
|
|
23
23
|
}
|
|
24
|
-
/** @whatsapp 2.
|
|
24
|
+
/** @whatsapp 2.2146.9:52937 */
|
|
25
25
|
export declare class OpaqueData extends OpaqueDataBase {
|
|
26
26
|
url(): string;
|
|
27
27
|
getBase64(): string;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright 2021 WPPConnect Team
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { ContactModel } from '..';
|
|
17
|
+
export interface VCardData {
|
|
18
|
+
displayName: string;
|
|
19
|
+
vcard: string;
|
|
20
|
+
isMultiVcard: false;
|
|
21
|
+
}
|
|
22
|
+
/** @whatsapp 2.2146.9:50313 */
|
|
23
|
+
export declare namespace VCard {
|
|
24
|
+
function vcardFromContactModel(contact: ContactModel): VCardData;
|
|
25
|
+
function mergeVcards(vcards: VCardData[]): VCardData;
|
|
26
|
+
}
|
|
@@ -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.
|
|
16
|
+
/** @whatsapp 2.2146.9:69635 */
|
|
17
17
|
export declare class Wid {
|
|
18
18
|
constructor(id: string, options?: {
|
|
19
19
|
intentionallyUsePrivateConstructor: boolean;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
import { Wid } from './Wid';
|
|
17
|
-
/** @whatsapp 2.
|
|
17
|
+
/** @whatsapp 2.2146.9:89573 */
|
|
18
18
|
export declare namespace WidFactory {
|
|
19
19
|
function createDeviceWid(wid: string): Wid;
|
|
20
20
|
function createDeviceWidFromUserAndDevice(user: string, device: string): Wid;
|