@wppconnect/wa-js 2.15.0 → 2.15.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wppconnect/wa-js",
3
- "version": "2.15.0",
3
+ "version": "2.15.1",
4
4
  "description": "WPPConnect/WA-JS is an open-source project with the aim of exporting functions from WhatsApp Web",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -48,9 +48,9 @@
48
48
  "@types/parse-data-url": "^3.0.0",
49
49
  "@types/prettier": "^2.7.1",
50
50
  "@types/shelljs": "^0.8.11",
51
- "@typescript-eslint/eslint-plugin": "^5.42.0",
52
- "@typescript-eslint/parser": "^5.42.0",
53
- "@wppconnect/wa-version": "^1.1.187",
51
+ "@typescript-eslint/eslint-plugin": "^5.42.1",
52
+ "@typescript-eslint/parser": "^5.42.1",
53
+ "@wppconnect/wa-version": "^1.1.189",
54
54
  "buffer": "^6.0.3",
55
55
  "compressorjs": "^1.1.1",
56
56
  "conventional-changelog-cli": "^2.2.2",
@@ -1,27 +0,0 @@
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 { StickerModel } from '../models';
17
- import { Collection } from './Collection';
18
- /** @whatsapp 16774 */
19
- export declare class StarredStickerCollection extends Collection<StickerModel> {
20
- static model: StickerModel;
21
- syncNextPage(): any;
22
- sync(e?: any): any;
23
- isSynced(): boolean;
24
- canLoadMore(): boolean;
25
- getRemaining(): any;
26
- static comparator(): any;
27
- }
@@ -1,21 +0,0 @@
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 98250
17
- * @whatsapp 16413 >= 2.2204.13
18
- * @whatsapp 66333 >= 2.2218.4
19
- * @whatsapp 266333 >= 2.2222.8
20
- */
21
- export declare function getOrGenerate(): string;