Skip to content

Commit

Permalink
feat: mudando a versao
Browse files Browse the repository at this point in the history
  • Loading branch information
frkr committed Jun 29, 2024
1 parent d20fa6e commit e96ba1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "business-whatsapp",
"author": "frkr",
"license": "MIT",
"version": "19.0.2",
"version": "20.0.0",
"description": "WhatsApp Business API Client unofficial",
"homepage": "https://ideias.casa/",
"repository": {
Expand Down
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export class MetaAuth {
apikey: string;
}

export const version = 19;
export const version = 20;
export const endpoint = "https://graph.facebook.com"
export const endpointVersion = `${endpoint}/v${version}.0`;

Expand Down Expand Up @@ -73,6 +73,7 @@ export class MessageObject {
public button?: any // TODO
public context?: any // TODO
public document?: any // TODO
public contacts?: any // TODO
public errors?: any // TODO
public sticker?: any // TODO

Expand Down

0 comments on commit e96ba1c

Please sign in to comment.