Skip to content

Commit

Permalink
Release 4.65.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 2, 2023
1 parent 06e47bd commit dc1c680
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 11 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [4.64.5](https://github.com/open-wa/wa-automate-nodejs/compare/4.64.4...4.64.5)
## [4.65.0](https://github.com/open-wa/wa-automate-nodejs/compare/4.64.5...4.65.0)

### Commits

- ⬆️ upgrade pptr dep [`06e47bd`](https://github.com/open-wa/wa-automate-nodejs/commit/06e47bdd423780d69f8855ebda7bb3f4e67d2a03)
- 🏷️ type updates #3108 [`4c2216b`](https://github.com/open-wa/wa-automate-nodejs/commit/4c2216b46b384994af3a3709f65c8e0582692856)
- ✨ feat: `joinWebBeta` #3113 [`77b722a`](https://github.com/open-wa/wa-automate-nodejs/commit/77b722afc32b41e2c78f490cbfd72775ac508646)
- updated types-only package [`a24d42b`](https://github.com/open-wa/wa-automate-nodejs/commit/a24d42b62486853f666524dfec24bbbb3d345a24)

## [4.64.5](https://github.com/open-wa/wa-automate-nodejs/compare/4.64.4...4.64.5) - 2023-04-19

### Commits

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

Expand Down
2 changes: 1 addition & 1 deletion bin/oas-type-schemas.json

Large diffs are not rendered by default.

24 changes: 21 additions & 3 deletions docs-v3/docs/api/classes/api_Client.Client.md
Original file line number Diff line number Diff line change
Expand Up @@ -2160,9 +2160,9 @@ ___

### getUnreadMessages

**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)[] }\>
▸ **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)[] }[]\>

Retrieves all undread Messages
Retrieves all unread Messages

#### Parameters

Expand All @@ -2174,7 +2174,7 @@ Retrieves all undread Messages

#### Returns

`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)[] }\>
`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)[] }[]\>

any

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

___

### joinWebBeta

▸ **joinWebBeta**(`join`): `Promise`<`boolean`\>

Join or leave the wa web beta program. Will return true of operation was successful.

#### Parameters

| Name | Type | Description |
| :------ | :------ | :------ |
| `join` | `boolean` | true to join the beta, false to leave |

#### Returns

`Promise`<`boolean`\>

___

### kill

▸ **kill**(`reason?`): `Promise`<`boolean`\>
Expand Down
4 changes: 2 additions & 2 deletions docs-v3/docs/api/classes/structures_Collector.Collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ BaseCollection<K, V\>.constructor

#### Inherited from

BaseCollection.\_\_@toStringTag@1096
BaseCollection.\_\_@toStringTag@1097

___

Expand Down Expand Up @@ -100,7 +100,7 @@ ___

#### Inherited from

BaseCollection.\_\_@species@2009
BaseCollection.\_\_@species@2010

___

Expand Down
8 changes: 8 additions & 0 deletions docs-v3/docs/api/interfaces/api_model_message.Message.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,14 @@ ___

___

### isQuotedMsgAvailable

• **isQuotedMsgAvailable**: `boolean`

If this message is quoting (replying to) another message

___

### isViewOnce

• **isViewOnce**: `boolean`
Expand Down
2 changes: 1 addition & 1 deletion docs-v3/docs/api/reference
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: "reference"
title: "@open-wa/wa-automate - v4.64.5"
title: "@open-wa/wa-automate - v4.65.0"
sidebar_label: "Readme"
sidebar_position: 0
custom_edit_url: null
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-wa/wa-automate",
"version": "4.64.5",
"version": "4.65.0",
"licenseCheckUrl": "https://funcs.openwa.dev/license-check",
"brokenMethodReportUrl": "https://funcs.openwa.dev/report-bm",
"patches": "https://cdn.openwa.dev/patches.json",
Expand Down
Binary file modified release.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dc1c680

Please sign in to comment.