whatsapp-api-js icon indicating copy to clipboard operation
whatsapp-api-js copied to clipboard

A TypeScript server agnostic Whatsapp's Official API framework

Results 13 whatsapp-api-js issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [esbuild](https://togithub.com/evanw/esbuild) | [`0.20.2` -> `0.21.3`](https://renovatebot.com/diffs/npm/esbuild/0.20.2/0.21.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/esbuild/0.21.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/esbuild/0.21.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@adonisjs/http-server](https://togithub.com/adonisjs/http-server) | [`7.2.0` -> `7.2.2`](https://renovatebot.com/diffs/npm/@adonisjs%2fhttp-server/7.2.0/7.2.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@adonisjs%2fhttp-server/7.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@adonisjs%2fhttp-server/7.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...

dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`8.57.0` -> `9.2.0`](https://renovatebot.com/diffs/npm/eslint/8.57.0/9.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

### Please don't delete this checklist! Before submitting the PR, please make sure you do the following: - [x] It's really useful if your PR references an issue where it...

## TL;DR It won't be supported ***yet*** ## The main *issue* Two weeks ago, WhatsApp announced the [Payments API support](https://developers.facebook.com/docs/whatsapp/cloud-api/payments-api/payments-sg) for Cloud API. However, there's one limitation in order to...

help wanted
wontfix

**Describe the bug** Typescript fail to compile, that is a simple error that can be fixed in a patch node_modules/whatsapp-api-js/lib/types/index.d.ts:155:139 - error TS2304: Cannot find name 'this'. 155 broadcastMessage(phoneID: string,...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@eslint/js](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint/tree/HEAD/packages/js)) | [`9.8.0` -> `9.12.0`](https://renovatebot.com/diffs/npm/@eslint%2fjs/9.8.0/9.12.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@eslint%2fjs/9.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

**Describe the bug** Typescript doesn't resolve types correctly unless my tsconfig uses `module: Presserve` **To Reproduce** Steps to reproduce the behavior: 1. Use a tsconfig like this: ```json { "compilerOptions":...

I have a requirement to save the raw data sent to whatsapp to be recovered later on. However, i just noticed that the ClientMessageRequest type has incomplete data structure, which...