Skip to content

Commit dc1c680

Browse files
Release 4.65.0
1 parent 06e47bd commit dc1c680

File tree

9 files changed

+47
-11
lines changed

9 files changed

+47
-11
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10-
## [4.64.5](https://github.com/open-wa/wa-automate-nodejs/compare/4.64.4...4.64.5)
10+
## [4.65.0](https://github.com/open-wa/wa-automate-nodejs/compare/4.64.5...4.65.0)
11+
12+
### Commits
13+
14+
- ⬆️ upgrade pptr dep [`06e47bd`](https://github.com/open-wa/wa-automate-nodejs/commit/06e47bdd423780d69f8855ebda7bb3f4e67d2a03)
15+
- 🏷️ type updates #3108 [`4c2216b`](https://github.com/open-wa/wa-automate-nodejs/commit/4c2216b46b384994af3a3709f65c8e0582692856)
16+
- ✨ feat: `joinWebBeta` #3113 [`77b722a`](https://github.com/open-wa/wa-automate-nodejs/commit/77b722afc32b41e2c78f490cbfd72775ac508646)
17+
- updated types-only package [`a24d42b`](https://github.com/open-wa/wa-automate-nodejs/commit/a24d42b62486853f666524dfec24bbbb3d345a24)
18+
19+
## [4.64.5](https://github.com/open-wa/wa-automate-nodejs/compare/4.64.4...4.64.5) - 2023-04-19
1120

1221
### Commits
1322

1423
- 🥅 catch chatwoot message errors - don't crash the process #3109 [`33c8c7c`](https://github.com/open-wa/wa-automate-nodejs/commit/33c8c7c2b28fbdcf029ded2d659d33b705ff9a69)
24+
- Release 4.64.5 [`e3652e2`](https://github.com/open-wa/wa-automate-nodejs/commit/e3652e216d4a3f8723c07d6ba083487b233cc51d)
1525
- 🔧 chatwoot message handler should ignore stories #3109 [`ff3d269`](https://github.com/open-wa/wa-automate-nodejs/commit/ff3d269ee63fd5708e90610b2ea2e6e12e4bbb60)
1626
- updated types-only package [`7f6a8e6`](https://github.com/open-wa/wa-automate-nodejs/commit/7f6a8e6c8ad23ce25cc0b06e5f3ef90e2a865838)
1727

bin/oas-type-schemas.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs-v3/docs/api/classes/api_Client.Client.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2160,9 +2160,9 @@ ___
21602160

21612161
### getUnreadMessages
21622162

2163-
**getUnreadMessages**(`includeMe`, `includeNotifications`, `use_unread_count`): `Promise`<[`SingleChat`](/api/interfaces/api_model_chat.SingleChat.md) & { `messages`: [`Message`](/api/interfaces/api_model_message.Message.md)[] } & [`GroupChat`](/api/interfaces/api_model_chat.GroupChat.md) & { `messages`: [`Message`](/api/interfaces/api_model_message.Message.md)[] }\>
2163+
**getUnreadMessages**(`includeMe`, `includeNotifications`, `use_unread_count`): `Promise`<[`SingleChat`](/api/interfaces/api_model_chat.SingleChat.md) & { `messages`: [`Message`](/api/interfaces/api_model_message.Message.md)[] }[] & [`GroupChat`](/api/interfaces/api_model_chat.GroupChat.md) & { `messages`: [`Message`](/api/interfaces/api_model_message.Message.md)[] }[]\>
21642164

2165-
Retrieves all undread Messages
2165+
Retrieves all unread Messages
21662166

21672167
#### Parameters
21682168

@@ -2174,7 +2174,7 @@ Retrieves all undread Messages
21742174

21752175
#### Returns
21762176

2177-
`Promise`<[`SingleChat`](/api/interfaces/api_model_chat.SingleChat.md) & { `messages`: [`Message`](/api/interfaces/api_model_message.Message.md)[] } & [`GroupChat`](/api/interfaces/api_model_chat.GroupChat.md) & { `messages`: [`Message`](/api/interfaces/api_model_message.Message.md)[] }\>
2177+
`Promise`<[`SingleChat`](/api/interfaces/api_model_chat.SingleChat.md) & { `messages`: [`Message`](/api/interfaces/api_model_message.Message.md)[] }[] & [`GroupChat`](/api/interfaces/api_model_chat.GroupChat.md) & { `messages`: [`Message`](/api/interfaces/api_model_message.Message.md)[] }[]\>
21782178

21792179
any
21802180

@@ -2410,6 +2410,24 @@ Joins a group via the invite link, code, or message
24102410

24112411
___
24122412

2413+
### joinWebBeta
2414+
2415+
**joinWebBeta**(`join`): `Promise`<`boolean`\>
2416+
2417+
Join or leave the wa web beta program. Will return true of operation was successful.
2418+
2419+
#### Parameters
2420+
2421+
| Name | Type | Description |
2422+
| :------ | :------ | :------ |
2423+
| `join` | `boolean` | true to join the beta, false to leave |
2424+
2425+
#### Returns
2426+
2427+
`Promise`<`boolean`\>
2428+
2429+
___
2430+
24132431
### kill
24142432

24152433
**kill**(`reason?`): `Promise`<`boolean`\>

docs-v3/docs/api/classes/structures_Collector.Collection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ BaseCollection<K, V\>.constructor
7070

7171
#### Inherited from
7272

73-
BaseCollection.\_\_@toStringTag@1096
73+
BaseCollection.\_\_@toStringTag@1097
7474

7575
___
7676

@@ -100,7 +100,7 @@ ___
100100

101101
#### Inherited from
102102

103-
BaseCollection.\_\_@species@2009
103+
BaseCollection.\_\_@species@2010
104104

105105
___
106106

docs-v3/docs/api/interfaces/api_model_message.Message.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,14 @@ ___
244244

245245
___
246246

247+
### isQuotedMsgAvailable
248+
249+
**isQuotedMsgAvailable**: `boolean`
250+
251+
If this message is quoting (replying to) another message
252+
253+
___
254+
247255
### isViewOnce
248256

249257
**isViewOnce**: `boolean`

docs-v3/docs/api/reference

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: "reference"
3-
title: "@open-wa/wa-automate - v4.64.5"
3+
title: "@open-wa/wa-automate - v4.65.0"
44
sidebar_label: "Readme"
55
sidebar_position: 0
66
custom_edit_url: null

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-wa/wa-automate",
3-
"version": "4.64.5",
3+
"version": "4.65.0",
44
"licenseCheckUrl": "https://funcs.openwa.dev/license-check",
55
"brokenMethodReportUrl": "https://funcs.openwa.dev/report-bm",
66
"patches": "https://cdn.openwa.dev/patches.json",

release.png

1.55 KB
Loading

0 commit comments

Comments
 (0)