whatsapp-business
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "whatsapp-business", | ||
"author": "MarcosNicolau", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "This is the common configuration for node js project with typescript I always do", | ||
@@ -19,3 +19,3 @@ "licenses": [ | ||
"build": "tsc", | ||
"prepare": "husky install", | ||
"prepare": "tsc --build", | ||
"test": "jest", | ||
@@ -22,0 +22,0 @@ "cm": "cz" |
@@ -1,8 +0,2 @@ | ||
import { Message, SendMessageResponse } from "types/messages"; | ||
import { GetBusinessPhoneNumberResponse, RequestPhoneNumberVerificationCodeArgs, VerifyPhoneNumberArgs } from "types/phoneNumbers"; | ||
import { RegisterPhoneArgs, SetUpTwoFactorAuthArgs } from "types/registration"; | ||
import { DefaultResponse } from "types/response"; | ||
import { BusinessProfile, BusinessProfileFieldsQuery, UpdateBusinessProfilePayload } from "./types/business"; | ||
import { GetMediaResponse, UploadMediaPayload, UploadMediaResponse } from "./types/media"; | ||
import { BusinessPhoneNumber } from "./types/phoneNumbers"; | ||
import { Message, SendMessageResponse, GetBusinessPhoneNumberResponse, RequestPhoneNumberVerificationCodeArgs, VerifyPhoneNumberArgs, RegisterPhoneArgs, SetUpTwoFactorAuthArgs, DefaultResponse, BusinessProfile, BusinessProfileFieldsQuery, UpdateBusinessProfilePayload, GetMediaResponse, UploadMediaPayload, UploadMediaResponse, BusinessPhoneNumber } from "./types"; | ||
import { createRestClient } from "./utils/restClient"; | ||
@@ -9,0 +3,0 @@ interface WABAClientArgs { |
@@ -66,3 +66,3 @@ "use strict"; | ||
var fs_1 = __importDefault(require("fs")); | ||
var errorHandler_1 = require("utils/errorHandler"); | ||
var errorHandler_1 = require("./utils/errorHandler"); | ||
var restClient_1 = require("./utils/restClient"); | ||
@@ -69,0 +69,0 @@ var WABAClient = /** @class */ (function () { |
@@ -1,2 +0,2 @@ | ||
import { GenerateMappedNever, LiteralUnion } from "types/utils"; | ||
import { GenerateMappedNever, LiteralUnion } from "./utils"; | ||
export declare type SendMessageResponse = { | ||
@@ -3,0 +3,0 @@ messaging_product: "whatsapp"; |
import { WABAErrorCodes } from "./error"; | ||
import { LiteralUnion } from "types/utils"; | ||
import { MessageType } from "types/messages"; | ||
import { LiteralUnion } from "./utils"; | ||
import { MessageType } from "./messages"; | ||
export declare type WebhookContact = { | ||
@@ -5,0 +5,0 @@ /** |
{ | ||
"name": "whatsapp-business", | ||
"author": "MarcosNicolau", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "This is the common configuration for node js project with typescript I always do", | ||
@@ -19,3 +19,3 @@ "licenses": [ | ||
"build": "tsc", | ||
"prepare": "husky install", | ||
"prepare": "tsc --build", | ||
"test": "jest", | ||
@@ -22,0 +22,0 @@ "cm": "cz" |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
5
76571
1343