Skip to content

Commit

Permalink
Release 4.68.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 19, 2024
1 parent 2a36030 commit 68bd4b5
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 40 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,27 @@ 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.67.0](https://github.com/open-wa/wa-automate-nodejs/compare/4.66.4...4.67.0)
## [4.68.0](https://github.com/open-wa/wa-automate-nodejs/compare/4.67.0...4.68.0)

### Commits

- 🔧 fix package lock [`2a36030`](https://github.com/open-wa/wa-automate-nodejs/commit/2a36030c8ef5d3e4bd0837aa6214b53dde76c1c3)
- ⚡️ remote access now uses cloudflare tunnels #3170 [`4df62c4`](https://github.com/open-wa/wa-automate-nodejs/commit/4df62c444bfc2177fde6b4c1322170fe8f1f980c)
- ✨ feat: sending text, image and video stories now enabled for restricted license holders #3173 [`705a232`](https://github.com/open-wa/wa-automate-nodejs/commit/705a2328ab03f430b90751d38fdd8f2e6964738d)
- 🚑 attempt fix for #3167 [`2531781`](https://github.com/open-wa/wa-automate-nodejs/commit/2531781626afcb22e754e8679cd57cfe0bb3f4ff)
- 🎨 chatwoot integration improvements #3171 [`7c56729`](https://github.com/open-wa/wa-automate-nodejs/commit/7c56729c5a9f1371b35387d0ef4998d98aeb5dd6)
- Update comment-run.yml [`89d686d`](https://github.com/open-wa/wa-automate-nodejs/commit/89d686dbd580194508050a225e6626917ed24450)
- Update comment-run.yml [`1be18fc`](https://github.com/open-wa/wa-automate-nodejs/commit/1be18fcfc6370d4717776ca09657bf38c9634c3f)
- Update comment-run.yml [`07c0c3c`](https://github.com/open-wa/wa-automate-nodejs/commit/07c0c3c5261ec7e05b21db4fe06208082b31a1e1)
- Update comment-run.yml [`a1f931e`](https://github.com/open-wa/wa-automate-nodejs/commit/a1f931ebd9650509119f203fb5a8884b53bb3f0a)
- 🇵🇸: ADDED https://techforpalestine.org/ BADGE [`80c5592`](https://github.com/open-wa/wa-automate-nodejs/commit/80c5592b573ccfb048763fe83afdd29136338d80)
- updated types-only package [`02c6cec`](https://github.com/open-wa/wa-automate-nodejs/commit/02c6cec5f861381e065fab56079471046a364f34)

## [4.67.0](https://github.com/open-wa/wa-automate-nodejs/compare/4.66.4...4.67.0) - 2024-01-10

### Commits

- Release 4.67.0 [`5fc7502`](https://github.com/open-wa/wa-automate-nodejs/commit/5fc7502d96eddd4898e1224a727ed5f306d0d31f)
- 🚑 remove cmd listener code #3161 [`a63a969`](https://github.com/open-wa/wa-automate-nodejs/commit/a63a969b6bedd3218669da6091fc19306c7cd305)
- updated types-only package [`6636245`](https://github.com/open-wa/wa-automate-nodejs/commit/6636245a31bc5c09d09bf556765a880b6e3b4ce2)
- Create CNAME [`4916cac`](https://github.com/open-wa/wa-automate-nodejs/commit/4916cac8589f66ff9948e8142e14685c693e1ba0)
Expand Down
42 changes: 9 additions & 33 deletions docs-v3/docs/api/classes/api_Client.Client.md
Original file line number Diff line number Diff line change
Expand Up @@ -503,8 +503,6 @@ ___

**deleteAllStatus**(): `Promise`<`boolean`\>

**`Deprecated`**

Alias for deleteStory

#### Returns
Expand Down Expand Up @@ -595,8 +593,6 @@ ___

**deleteStatus**(`statusesToDelete`): `Promise`<`boolean`\>

**`Deprecated`**

Alias for deleteStory

#### Parameters
Expand Down Expand Up @@ -1876,8 +1872,6 @@ ___

**getMyStatusArray**(): `Promise`<[`Message`](/api/interfaces/api_model_message.Message.md)[]\>

**`Deprecated`**

Alias for deleteStory

#### Returns
Expand Down Expand Up @@ -2829,20 +2823,14 @@ boolean true: worked

___

### postImageStatus
### postImageStatus <div class="label license restricted">restricted</div>

**postImageStatus**(`data`, `caption`): `Promise`<`string` \| `boolean` \| [`MessageId`](/api/types/api_model_aliases.MessageId.md)\>

**`Deprecated`**

:::danger

Status features are broken for now. Please join our discord community for updates.

:::license May require restricted license
Use this link to get the [correct license](https://gum.co/open-wa?wanted=true&tier=1%20Restricted%20License).
:::

[REQUIRES AN IMAGE STORY LICENSE-KEY](https://gum.co/open-wa)

Posts an image story.

#### Parameters
Expand All @@ -2860,20 +2848,14 @@ Posts an image story.

___

### postTextStatus
### postTextStatus <div class="label license restricted">restricted</div>

**postTextStatus**(`text`, `textRgba`, `backgroundRgba`, `font`): `Promise`<`string` \| `boolean` \| [`MessageId`](/api/types/api_model_aliases.MessageId.md)\>

**`Deprecated`**

:::danger

Status features are broken for now. Please join our discord community for updates.

:::license May require restricted license
Use this link to get the [correct license](https://gum.co/open-wa?wanted=true&tier=1%20Restricted%20License).
:::

[REQUIRES A TEXT STORY LICENSE-KEY](https://gum.co/open-wa)

Sends a formatted text story.

#### Parameters
Expand All @@ -2893,20 +2875,14 @@ Sends a formatted text story.

___

### postVideoStatus
### postVideoStatus <div class="label license restricted">restricted</div>

**postVideoStatus**(`data`, `caption`): `Promise`<`string` \| `boolean` \| [`MessageId`](/api/types/api_model_aliases.MessageId.md)\>

**`Deprecated`**

:::danger

Status features are broken for now. Please join our discord community for updates.

:::license May require restricted license
Use this link to get the [correct license](https://gum.co/open-wa?wanted=true&tier=1%20Restricted%20License).
:::

[REQUIRES A VIDEO STORY LICENSE-KEY](https://gum.co/open-wa)

Posts a video story.

#### Parameters
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@1097
BaseCollection.\_\_@toStringTag@814

___

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

#### Inherited from

BaseCollection.\_\_@species@2118
BaseCollection.\_\_@species@2149

## Methods

Expand Down
4 changes: 3 additions & 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.67.0"
title: "@open-wa/wa-automate - v4.68.0"
sidebar_label: "Readme"
sidebar_position: 0
custom_edit_url: null
Expand All @@ -18,6 +18,8 @@ custom_edit_url: null
>
>

[![Ceasefire Now](https://badge.techforpalestine.org/ceasefire-now)](https://techforpalestine.org/learn-more)

[![npm version](https://img.shields.io/npm/v/@open-wa/wa-automate.svg?color=green)](https://www.npmjs.com/package/@open-wa/wa-automate)
![node](https://img.shields.io/node/v/@open-wa/wa-automate)
[![Downloads](https://img.shields.io/npm/dm/@open-wa/wa-automate.svg)](https://www.npmjs.com/package/@open-wa/wa-automate)
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.67.0",
"version": "4.68.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 68bd4b5

Please sign in to comment.