@open-wa/wa-automate-types-only 4.47.1 → 4.47.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -486,6 +486,10 @@ export declare class Client {
486
486
  */
487
487
  testButtons(chatId: ChatId): Promise<any>;
488
488
  private link;
489
+ /**
490
+ * Generate a license link
491
+ */
492
+ getLicenseLink(params?: string): Promise<string>;
489
493
  /**
490
494
  *
491
495
  * {@license:restricted@}
@@ -541,7 +545,7 @@ export declare class Client {
541
545
  *
542
546
  * Button messages are being progressively handicapped by recipient mobile devices. Some recipients may not see some types of button messages even though their devices will receive them.
543
547
  *
544
- * :::
548
+ * :::
545
549
  *
546
550
  * Body can be location, image, video or document. Buttons can be quick reply, url or call buttons.
547
551
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate-types-only",
3
- "version": "4.47.1",
3
+ "version": "4.47.3",
4
4
  "description": "Types generated from the @open-wa/wa-automate package",
5
5
  "scripts": {
6
6
  "build": "tsc",