Skip to content

Commit

Permalink
Release 4.72.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 7, 2024
1 parent 4788ec4 commit 54b1ce9
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 18 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,16 @@ 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.71.15](https://github.com/open-wa/wa-automate-nodejs/compare/4.71.14...4.71.15)
## [4.72.0](https://github.com/open-wa/wa-automate-nodejs/compare/4.71.15...4.72.0)

### Commits

- 📝 change `/api/*` to `/reference/*` in docs [`22b6415`](https://github.com/open-wa/wa-automate-nodejs/commit/22b64157d8a81f9d87bd87107df8ecded99e3a51)
- ✨ feat: LOGIN WITH LINKCODE `config.linkCode` #3233 [`4788ec4`](https://github.com/open-wa/wa-automate-nodejs/commit/4788ec489ca07d4a7ce33e6deaa6556a6136526a)
- 📝 update documentation links #3234 [`3ebc0f8`](https://github.com/open-wa/wa-automate-nodejs/commit/3ebc0f8de0f6591ca27b040f520aa5e02c8035fc)
- updated types-only package [`77a2984`](https://github.com/open-wa/wa-automate-nodejs/commit/77a2984e0f34d1e120cac214775b4f671ee118dc)

## [4.71.15](https://github.com/open-wa/wa-automate-nodejs/compare/4.71.14...4.71.15) - 2024-07-20

### Fixed

Expand All @@ -16,6 +25,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
### Commits

- 📝 docs update [`e8d7640`](https://github.com/open-wa/wa-automate-nodejs/commit/e8d76408910507d676ad7b6031c866d7173960d1)
- Release 4.71.15 [`d34a805`](https://github.com/open-wa/wa-automate-nodejs/commit/d34a80556105f59219d65b20faf11cc6a7a7cb87)
- updated types-only package [`bad14c3`](https://github.com/open-wa/wa-automate-nodejs/commit/bad14c3aac1e9b2f6412ebe8321b45a570383ab9)

## [4.71.14](https://github.com/open-wa/wa-automate-nodejs/compare/4.71.13...4.71.14) - 2024-06-26
Expand Down
2 changes: 1 addition & 1 deletion bin/config-schema.json

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

17 changes: 16 additions & 1 deletion docs/docs/reference/api/model/config/interfaces/ConfigObject.md
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,19 @@ Notes:

***

### linkCode?

> `optional` **linkCode**: `string`
There is a new way to login to your host account by entering a link code after a confirmation step from the host account device. In order to use this feature you MUST set the host account number as a string or number beforehand as a property of the config object.

e.g
```
linkCode: '1234567890'
```

***

### linkParser?

> `optional` **linkParser**: `string`
Expand Down Expand Up @@ -913,10 +926,12 @@ When true, this option will take a screenshot of the browser when an unexpected

***

### sessionData?
### ~~sessionData?~~

> `optional` **sessionData**: [`Base64`](/reference/api/model/aliases/type-aliases/Base64.md) \| [`SessionData`](/reference/api/model/config/interfaces/SessionData.md)
#### Deprecated

The authentication object (as a JSON object or a base64 encoded string) that is required to migrate a session from one instance to another or to just restart an existing instance.
This sessionData is provided in a generated JSON file (it's a json file but contains the JSON data as a base64 encoded string) upon QR scan or an event.

Expand Down
7 changes: 0 additions & 7 deletions docs/docs/reference/controllers/data_dir_watcher/index.md

This file was deleted.

3 changes: 1 addition & 2 deletions docs/docs/reference/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @open-wa/wa-automate v4.71.14
# @open-wa/wa-automate v4.72.0

## Modules

Expand All @@ -21,7 +21,6 @@
- [api/model/product](/reference/api/model/product/index.md)
- [api/model/reactions](/reference/api/model/reactions/index.md)
- [api/model/sessionInfo](/reference/api/model/sessionInfo/index.md)
- [controllers/data\_dir\_watcher](/reference/controllers/data_dir_watcher/index.md)
- [controllers/events](/reference/controllers/events/index.md)
- [controllers/init\_patch](/reference/controllers/init_patch/index.md)
- [controllers/initializer](/reference/controllers/initializer/index.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ This would be useful if you want to reduce the message object size because neith
Uploads file to a cloud storage provider (GCP/AWS for now).

If this preprocessor is set then you have to also set [`cloudUploadOptions`](https://docs.openwa.dev/interfaces/api_model_config.ConfigObject.html#cloudUploadOptions) in the config.
If this preprocessor is set then you have to also set [`cloudUploadOptions`](https://docs.openwa.dev/docs/reference/api/model/config/interfaces/ConfigObject#clouduploadoptions) in the config.
2 changes: 1 addition & 1 deletion docs/docs/reference/typedoc-sidebar.cjs

Large diffs are not rendered by default.

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.71.15",
"version": "4.72.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 54b1ce9

Please sign in to comment.