Skip to content

Commit

Permalink
Release 4.72.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 17, 2024
1 parent 60f5c89 commit 16af576
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 6 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,22 @@ 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.72.2](https://github.com/open-wa/wa-automate-nodejs/compare/4.72.1...4.72.2)
## [4.72.3](https://github.com/open-wa/wa-automate-nodejs/compare/4.72.2...4.72.3)

### Commits

- ✨ feat: `message.device` & `message.local` #3242 [`60f5c89`](https://github.com/open-wa/wa-automate-nodejs/commit/60f5c89e8455f8276cfc86b1ce966e945eb002dd)
- updated types-only package [`90b4589`](https://github.com/open-wa/wa-automate-nodejs/commit/90b45895e3d01668a51ac68bd1c0cedbbbb0bd47)

## [4.72.2](https://github.com/open-wa/wa-automate-nodejs/compare/4.72.1...4.72.2) - 2024-08-29

### Fixed

- 🚑 fix #3239 [`#3239`](https://github.com/open-wa/wa-automate-nodejs/issues/3239)

### Commits

- Release 4.72.2 [`306ab11`](https://github.com/open-wa/wa-automate-nodejs/commit/306ab11e899922a8a0b3bf37130b6b8d1b3d27c0)
- updated types-only package [`8ec43a3`](https://github.com/open-wa/wa-automate-nodejs/commit/8ec43a308d26b77cd3e71074ff5222f3b931a3a7)

## [4.72.1](https://github.com/open-wa/wa-automate-nodejs/compare/4.72.0...4.72.1) - 2024-08-21
Expand Down
2 changes: 1 addition & 1 deletion bin/oas-type-schemas.json

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions docs/docs/reference/api/model/message/interfaces/Message.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,20 @@ The URL of the file after being uploaded to the cloud using a cloud upload messa
***

### device

> **device**: `number`
The device ID of the device that sent the message. This is only present if the message was sent from host account-linked session. This is useful for determining if a message was sent from a different mobile device (note that whenever a device) or a desktop session.

Note: This will emit a number for the current controlled session also but the only way to know if the number represents the current session is by checking `local` (it will be `true` if the message was sent from the current session).

If the device ID is `0` then the message was sent from the "root" host account device.

This might be undefined for incoming messages.

***

### duration?

> `optional` **duration**: `string` \| `number`
Expand Down Expand Up @@ -324,6 +338,14 @@ The text associated with a location message

***

### local

> **local**: `boolean`
If the message was sent from this controlled session this will be `true`. This is useful for determining if a message was sent from a different mobile device (note that whenever a device) or a desktop session.

***

### mId

> **mId**: `string`
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/reference/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @open-wa/wa-automate v4.72.2
# @open-wa/wa-automate v4.72.3

## Modules

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.72.2",
"version": "4.72.3",
"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 16af576

Please sign in to comment.