Skip to content

Commit 000c92a

Browse files
committed
2 parents f8ac041 + 500037c commit 000c92a

File tree

134 files changed

+442
-395
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+442
-395
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,18 @@ 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.32.15](https://github.com/open-wa/wa-automate-nodejs/compare/4.32.14...4.32.15)
10+
## [4.32.16](https://github.com/open-wa/wa-automate-nodejs/compare/4.32.15...4.32.16)
1111

1212
### Commits
1313

14+
- ✨ feat: 🤫 shhhhh #2584 [`4d7a383`](https://github.com/open-wa/wa-automate-nodejs/commit/4d7a3838e41e104fd56d47be36a8c0768d34b281)
15+
- updated types-only package [`7debaa8`](https://github.com/open-wa/wa-automate-nodejs/commit/7debaa81644d1a2f7288dfcf51575f036c4751e2)
16+
17+
## [4.32.15](https://github.com/open-wa/wa-automate-nodejs/compare/4.32.14...4.32.15) - 2022-03-18
18+
19+
### Commits
20+
21+
- Release 4.32.15 [`d4c849e`](https://github.com/open-wa/wa-automate-nodejs/commit/d4c849ec8fe352c796bcca3be51481f06bf3a8a0)
1422
- 🩹 fix: #2570 [`4e98701`](https://github.com/open-wa/wa-automate-nodejs/commit/4e98701dbf9e0ffd941eee5a0e09881553717ca4)
1523
- updated types-only package [`d11ad82`](https://github.com/open-wa/wa-automate-nodejs/commit/d11ad82730660b728c0204349ae5f3f91c5becd0)
1624

docs/assets/js/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/js/search.json

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

docs/classes/api_Client.Client.html

Lines changed: 46 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<title>Client | @open-wa/wa-automate - v4.32.15</title>
7-
<meta name="description" content="Documentation for @open-wa/wa-automate - v4.32.15">
6+
<title>Client | @open-wa/wa-automate - v4.32.16</title>
7+
<meta name="description" content="Documentation for @open-wa/wa-automate - v4.32.16">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<link rel="stylesheet" href="../assets/css/main.css">
1010
<link rel="stylesheet" href="../assets/css/pages.css">
@@ -31,7 +31,7 @@
3131
<li class="state loading">Preparing search index...</li>
3232
<li class="state failure">The search index is not available</li>
3333
</ul>
34-
<a href="../index.html" class="title">@open-wa/wa-automate - v4.32.15</a>
34+
<a href="../index.html" class="title">@open-wa/wa-automate - v4.32.16</a>
3535
</div>
3636
<div class="table-cell" id="tsd-widgets">
3737
<div id="tsd-filter">
@@ -242,6 +242,7 @@ <h3>Methods</h3>
242242
<li class="tsd-kind-method tsd-parent-kind-class"><a href="api_Client.Client.html#postVideoStatus" class="tsd-kind-icon">post<wbr>Video<wbr>Status</a></li>
243243
<li class="tsd-kind-method tsd-parent-kind-class"><a href="api_Client.Client.html#prepEventData" class="tsd-kind-icon">prep<wbr>Event<wbr>Data</a></li>
244244
<li class="tsd-kind-method tsd-parent-kind-class"><a href="api_Client.Client.html#promoteParticipant" class="tsd-kind-icon">promote<wbr>Participant</a></li>
245+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="api_Client.Client.html#react" class="tsd-kind-icon">react</a></li>
245246
<li class="tsd-kind-method tsd-parent-kind-class"><a href="api_Client.Client.html#refresh" class="tsd-kind-icon">refresh</a></li>
246247
<li class="tsd-kind-method tsd-parent-kind-class"><a href="api_Client.Client.html#registerWebhook" class="tsd-kind-icon">register<wbr>Webhook</a></li>
247248
<li class="tsd-kind-method tsd-parent-kind-class"><a href="api_Client.Client.html#removeAllListeners" class="tsd-kind-icon">remove<wbr>All<wbr>Listeners</a></li>
@@ -4953,6 +4954,41 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</
49534954
</li>
49544955
</ul>
49554956
</section>
4957+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
4958+
<a name="react" class="tsd-anchor"></a>
4959+
<h3>react</h3>
4960+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
4961+
<li class="tsd-signature tsd-kind-icon">react<span class="tsd-signature-symbol">(</span>messageId<span class="tsd-signature-symbol">: </span><a href="../modules/api_model_aliases.html#MessageId" class="tsd-signature-type" data-tsd-kind="Type alias">MessageId</a>, emoji<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></li>
4962+
</ul>
4963+
<ul class="tsd-descriptions">
4964+
<li class="tsd-description">
4965+
<aside class="tsd-sources">
4966+
</aside>
4967+
<div class="tsd-comment tsd-typography">
4968+
<div class="lead">
4969+
<p>React to a message</p>
4970+
</div>
4971+
</div>
4972+
<h4 class="tsd-parameters-title">Parameters</h4>
4973+
<ul class="tsd-parameters">
4974+
<li>
4975+
<h5>messageId: <a href="../modules/api_model_aliases.html#MessageId" class="tsd-signature-type" data-tsd-kind="Type alias">MessageId</a></h5>
4976+
<div class="tsd-comment tsd-typography">
4977+
<p>Message ID of the message you want to react to</p>
4978+
</div>
4979+
</li>
4980+
<li>
4981+
<h5>emoji: <span class="tsd-signature-type">string</span></h5>
4982+
<div class="tsd-comment tsd-typography">
4983+
<p>1 single emoji to add to the message as a reacion</p>
4984+
</div>
4985+
</li>
4986+
</ul>
4987+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4>
4988+
<p>boolean</p>
4989+
</li>
4990+
</ul>
4991+
</section>
49564992
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
49574993
<a name="refresh" class="tsd-anchor"></a>
49584994
<h3>refresh</h3>
@@ -7325,7 +7361,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</
73257361
<a name="starMessage" class="tsd-anchor"></a>
73267362
<h3>star<wbr>Message</h3>
73277363
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
7328-
<li class="tsd-signature tsd-kind-icon">star<wbr>Message<span class="tsd-signature-symbol">(</span>messageId<span class="tsd-signature-symbol">?: </span><a href="../modules/api_model_aliases.html#ChatId" class="tsd-signature-type" data-tsd-kind="Type alias">ChatId</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></li>
7364+
<li class="tsd-signature tsd-kind-icon">star<wbr>Message<span class="tsd-signature-symbol">(</span>messageId<span class="tsd-signature-symbol">: </span><a href="../modules/api_model_aliases.html#MessageId" class="tsd-signature-type" data-tsd-kind="Type alias">MessageId</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></li>
73297365
</ul>
73307366
<ul class="tsd-descriptions">
73317367
<li class="tsd-description">
@@ -7339,7 +7375,7 @@ <h3>star<wbr>Message</h3>
73397375
<h4 class="tsd-parameters-title">Parameters</h4>
73407376
<ul class="tsd-parameters">
73417377
<li>
7342-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> messageId: <a href="../modules/api_model_aliases.html#ChatId" class="tsd-signature-type" data-tsd-kind="Type alias">ChatId</a></h5>
7378+
<h5>messageId: <a href="../modules/api_model_aliases.html#MessageId" class="tsd-signature-type" data-tsd-kind="Type alias">MessageId</a></h5>
73437379
<div class="tsd-comment tsd-typography">
73447380
<p>Message ID of the message you want to star</p>
73457381
</div>
@@ -7471,7 +7507,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</
74717507
<a name="unstarMessage" class="tsd-anchor"></a>
74727508
<h3>unstar<wbr>Message</h3>
74737509
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
7474-
<li class="tsd-signature tsd-kind-icon">unstar<wbr>Message<span class="tsd-signature-symbol">(</span>messageId<span class="tsd-signature-symbol">?: </span><a href="../modules/api_model_aliases.html#ChatId" class="tsd-signature-type" data-tsd-kind="Type alias">ChatId</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></li>
7510+
<li class="tsd-signature tsd-kind-icon">unstar<wbr>Message<span class="tsd-signature-symbol">(</span>messageId<span class="tsd-signature-symbol">: </span><a href="../modules/api_model_aliases.html#MessageId" class="tsd-signature-type" data-tsd-kind="Type alias">MessageId</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></li>
74757511
</ul>
74767512
<ul class="tsd-descriptions">
74777513
<li class="tsd-description">
@@ -7485,7 +7521,7 @@ <h3>unstar<wbr>Message</h3>
74857521
<h4 class="tsd-parameters-title">Parameters</h4>
74867522
<ul class="tsd-parameters">
74877523
<li>
7488-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> messageId: <a href="../modules/api_model_aliases.html#ChatId" class="tsd-signature-type" data-tsd-kind="Type alias">ChatId</a></h5>
7524+
<h5>messageId: <a href="../modules/api_model_aliases.html#MessageId" class="tsd-signature-type" data-tsd-kind="Type alias">MessageId</a></h5>
74897525
<div class="tsd-comment tsd-typography">
74907526
<p>Message ID of the message you want to unstar</p>
74917527
</div>
@@ -8090,6 +8126,9 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</
80908126
<li class=" tsd-kind-method tsd-parent-kind-class">
80918127
<a href="api_Client.Client.html#promoteParticipant" class="tsd-kind-icon">promote<wbr>Participant</a>
80928128
</li>
8129+
<li class=" tsd-kind-method tsd-parent-kind-class">
8130+
<a href="api_Client.Client.html#react" class="tsd-kind-icon">react</a>
8131+
</li>
80938132
<li class=" tsd-kind-method tsd-parent-kind-class">
80948133
<a href="api_Client.Client.html#refresh" class="tsd-kind-icon">refresh</a>
80958134
</li>

docs/classes/api_model_errors.AddParticipantError.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<title>AddParticipantError | @open-wa/wa-automate - v4.32.15</title>
7-
<meta name="description" content="Documentation for @open-wa/wa-automate - v4.32.15">
6+
<title>AddParticipantError | @open-wa/wa-automate - v4.32.16</title>
7+
<meta name="description" content="Documentation for @open-wa/wa-automate - v4.32.16">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<link rel="stylesheet" href="../assets/css/main.css">
1010
<link rel="stylesheet" href="../assets/css/pages.css">
@@ -31,7 +31,7 @@
3131
<li class="state loading">Preparing search index...</li>
3232
<li class="state failure">The search index is not available</li>
3333
</ul>
34-
<a href="../index.html" class="title">@open-wa/wa-automate - v4.32.15</a>
34+
<a href="../index.html" class="title">@open-wa/wa-automate - v4.32.16</a>
3535
</div>
3636
<div class="table-cell" id="tsd-widgets">
3737
<div id="tsd-filter">

docs/classes/api_model_errors.CustomError.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<title>CustomError | @open-wa/wa-automate - v4.32.15</title>
7-
<meta name="description" content="Documentation for @open-wa/wa-automate - v4.32.15">
6+
<title>CustomError | @open-wa/wa-automate - v4.32.16</title>
7+
<meta name="description" content="Documentation for @open-wa/wa-automate - v4.32.16">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<link rel="stylesheet" href="../assets/css/main.css">
1010
<link rel="stylesheet" href="../assets/css/pages.css">
@@ -31,7 +31,7 @@
3131
<li class="state loading">Preparing search index...</li>
3232
<li class="state failure">The search index is not available</li>
3333
</ul>
34-
<a href="../index.html" class="title">@open-wa/wa-automate - v4.32.15</a>
34+
<a href="../index.html" class="title">@open-wa/wa-automate - v4.32.16</a>
3535
</div>
3636
<div class="table-cell" id="tsd-widgets">
3737
<div id="tsd-filter">

docs/classes/api_model_errors.PageEvaluationTimeout.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<title>PageEvaluationTimeout | @open-wa/wa-automate - v4.32.15</title>
7-
<meta name="description" content="Documentation for @open-wa/wa-automate - v4.32.15">
6+
<title>PageEvaluationTimeout | @open-wa/wa-automate - v4.32.16</title>
7+
<meta name="description" content="Documentation for @open-wa/wa-automate - v4.32.16">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<link rel="stylesheet" href="../assets/css/main.css">
1010
<link rel="stylesheet" href="../assets/css/pages.css">
@@ -31,7 +31,7 @@
3131
<li class="state loading">Preparing search index...</li>
3232
<li class="state failure">The search index is not available</li>
3333
</ul>
34-
<a href="../index.html" class="title">@open-wa/wa-automate - v4.32.15</a>
34+
<a href="../index.html" class="title">@open-wa/wa-automate - v4.32.16</a>
3535
</div>
3636
<div class="table-cell" id="tsd-widgets">
3737
<div id="tsd-filter">

docs/classes/api_model_errors.SessionExpiredError.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<title>SessionExpiredError | @open-wa/wa-automate - v4.32.15</title>
7-
<meta name="description" content="Documentation for @open-wa/wa-automate - v4.32.15">
6+
<title>SessionExpiredError | @open-wa/wa-automate - v4.32.16</title>
7+
<meta name="description" content="Documentation for @open-wa/wa-automate - v4.32.16">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<link rel="stylesheet" href="../assets/css/main.css">
1010
<link rel="stylesheet" href="../assets/css/pages.css">
@@ -31,7 +31,7 @@
3131
<li class="state loading">Preparing search index...</li>
3232
<li class="state failure">The search index is not available</li>
3333
</ul>
34-
<a href="../index.html" class="title">@open-wa/wa-automate - v4.32.15</a>
34+
<a href="../index.html" class="title">@open-wa/wa-automate - v4.32.16</a>
3535
</div>
3636
<div class="table-cell" id="tsd-widgets">
3737
<div id="tsd-filter">

docs/classes/connect_socket.SocketClient.html

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

docs/classes/logging_custom_transport.LogToEvTransport.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<title>LogToEvTransport | @open-wa/wa-automate - v4.32.15</title>
7-
<meta name="description" content="Documentation for @open-wa/wa-automate - v4.32.15">
6+
<title>LogToEvTransport | @open-wa/wa-automate - v4.32.16</title>
7+
<meta name="description" content="Documentation for @open-wa/wa-automate - v4.32.16">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<link rel="stylesheet" href="../assets/css/main.css">
1010
<link rel="stylesheet" href="../assets/css/pages.css">
@@ -31,7 +31,7 @@
3131
<li class="state loading">Preparing search index...</li>
3232
<li class="state failure">The search index is not available</li>
3333
</ul>
34-
<a href="../index.html" class="title">@open-wa/wa-automate - v4.32.15</a>
34+
<a href="../index.html" class="title">@open-wa/wa-automate - v4.32.16</a>
3535
</div>
3636
<div class="table-cell" id="tsd-widgets">
3737
<div id="tsd-filter">

0 commit comments

Comments
 (0)