@open-wa/wa-automate-types-only 4.43.3 → 4.43.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -491,7 +491,9 @@ export declare class Client {
491
491
  * {@license:restricted@}
492
492
  *
493
493
  * Sends a text message to given chat
494
- * If you need to send a message to new numbers please see [these instructions:](https://docs.openwa.dev/pages/The%20Client/licensed-features.html#sending-messages-to-non-contact-numbers)
494
+ *
495
+ * A license is **NOT** required to send messages with existing chats/contacts. A license is only required for starting conversations with new numbers.
496
+ *
495
497
  * @param to chat id: `xxxxx@c.us`
496
498
  * @param content text message
497
499
  */
@@ -519,6 +521,8 @@ export declare class Client {
519
521
  */
520
522
  sendPaymentRequest(to: ChatId, amount: number, currency: string, message?: string): Promise<boolean | MessageId>;
521
523
  /**
524
+ * {@license:insiders@}
525
+ *
522
526
  * Send generic quick reply buttons. This is an insiders feature for MD accounts.
523
527
  *
524
528
  * @param {ChatId} to chat id
@@ -1256,7 +1260,7 @@ export declare class Client {
1256
1260
  *
1257
1261
  * {@license:insiders@}
1258
1262
  *
1259
- * Use a Baileys payload within your open-wa session
1263
+ * Use a raw payload within your open-wa session
1260
1264
  *
1261
1265
  * @param chatId
1262
1266
  * @param payload {any}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate-types-only",
3
- "version": "4.43.3",
3
+ "version": "4.43.4",
4
4
  "description": "Types generated from the @open-wa/wa-automate package",
5
5
  "scripts": {
6
6
  "build": "tsc",