Skip to content

Commit

Permalink
Release 4.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 4, 2023
1 parent b31fd2b commit 168cc32
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,18 @@ 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.57.0](https://github.com/open-wa/wa-automate-nodejs/compare/4.55.4...4.57.0)
## [4.58.0](https://github.com/open-wa/wa-automate-nodejs/compare/4.57.0...4.58.0)

### Commits

- ✨ feat: EXPERIMENTAL `editMessage` #3058 [`b31fd2b`](https://github.com/open-wa/wa-automate-nodejs/commit/b31fd2bf6cab47dc8ac7a360d55ee01c2da0544c)
- updated types-only package [`3645050`](https://github.com/open-wa/wa-automate-nodejs/commit/3645050e66df0ef4cc5faae9e1a34b649dc0d388)

## [4.57.0](https://github.com/open-wa/wa-automate-nodejs/compare/4.55.4...4.57.0) - 2023-02-13

### Commits

- Release 4.57.0 [`4bf3432`](https://github.com/open-wa/wa-automate-nodejs/commit/4bf3432dce56d98fdfe72eea481bec50d935126c)
- 👷 fix ci docs build [`a60898d`](https://github.com/open-wa/wa-automate-nodejs/commit/a60898d6614c2c2cb381cab0359129d3fdd0335b)
- 🗑️ added deprecation & admonition to status features #3031 [`a044353`](https://github.com/open-wa/wa-automate-nodejs/commit/a044353ab9890c993e4bf71a89f417dfea1995a4)
- ✨ feat: `getCommunityAdmins` [`2319ff5`](https://github.com/open-wa/wa-automate-nodejs/commit/2319ff5c2889dcdd8aee52586b2ddd4325979360)
Expand Down
21 changes: 21 additions & 0 deletions docs-v3/docs/api/classes/api_Client.Client.md
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,27 @@ Download profile pics from the message object.

___

### editMessage

**editMessage**(`messageId`, `text`): `Promise`<`boolean` \| [`MessageId`](/api/types/api_model_aliases.MessageId.md)\>

NOTE: This is experimental, most accounts do not have access to this feature in their apps.

Edit an existing message

#### Parameters

| Name | Type | Description |
| :------ | :------ | :------ |
| `messageId` | [`MessageId`](/api/types/api_model_aliases.MessageId.md) | The message ID to edit |
| `text` | [`Content`](/api/types/api_model_aliases.Content.md) | The new text content |

#### Returns

`Promise`<`boolean` \| [`MessageId`](/api/types/api_model_aliases.MessageId.md)\>

___

### editProduct <div class="label license insiders">insiders</div>

**editProduct**(`productId`, `name?`, `price?`, `currency?`, `images?`, `description?`, `url?`, `internalId?`, `isHidden?`): `Promise`<[`Product`](/api/interfaces/api_model_product.Product.md)\>
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.57.0"
title: "@open-wa/wa-automate - v4.58.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.57.0",
"version": "4.58.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 168cc32

Please sign in to comment.