whatsapp-typescript-axios
Advanced tools
Comparing version
@@ -23,2 +23,32 @@ /** | ||
*/ | ||
'example'?: string; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof CreateTemplateRequestComponentsInnerButtonsInner | ||
*/ | ||
'flow_id'?: string; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof CreateTemplateRequestComponentsInnerButtonsInner | ||
*/ | ||
'flow_json'?: string; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof CreateTemplateRequestComponentsInnerButtonsInner | ||
*/ | ||
'flow_action'?: CreateTemplateRequestComponentsInnerButtonsInnerFlowActionEnum; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof CreateTemplateRequestComponentsInnerButtonsInner | ||
*/ | ||
'navigate_screen'?: string; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof CreateTemplateRequestComponentsInnerButtonsInner | ||
*/ | ||
'phone_number'?: string; | ||
@@ -36,3 +66,3 @@ /** | ||
*/ | ||
'type'?: string; | ||
'type'?: CreateTemplateRequestComponentsInnerButtonsInnerTypeEnum; | ||
/** | ||
@@ -45,1 +75,14 @@ * | ||
} | ||
export declare const CreateTemplateRequestComponentsInnerButtonsInnerFlowActionEnum: { | ||
readonly Navigate: "navigate"; | ||
readonly DataExchange: "data_exchange"; | ||
}; | ||
export type CreateTemplateRequestComponentsInnerButtonsInnerFlowActionEnum = typeof CreateTemplateRequestComponentsInnerButtonsInnerFlowActionEnum[keyof typeof CreateTemplateRequestComponentsInnerButtonsInnerFlowActionEnum]; | ||
export declare const CreateTemplateRequestComponentsInnerButtonsInnerTypeEnum: { | ||
readonly CopyCode: "COPY_CODE"; | ||
readonly Flow: "FLOW"; | ||
readonly PhoneNumber: "PHONE_NUMBER"; | ||
readonly QuickReply: "QUICK_REPLY"; | ||
readonly Url: "URL"; | ||
}; | ||
export type CreateTemplateRequestComponentsInnerButtonsInnerTypeEnum = typeof CreateTemplateRequestComponentsInnerButtonsInnerTypeEnum[keyof typeof CreateTemplateRequestComponentsInnerButtonsInnerTypeEnum]; |
@@ -16,2 +16,14 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CreateTemplateRequestComponentsInnerButtonsInnerTypeEnum = exports.CreateTemplateRequestComponentsInnerButtonsInnerFlowActionEnum = void 0; | ||
exports.CreateTemplateRequestComponentsInnerButtonsInnerFlowActionEnum = { | ||
Navigate: 'navigate', | ||
DataExchange: 'data_exchange' | ||
}; | ||
exports.CreateTemplateRequestComponentsInnerButtonsInnerTypeEnum = { | ||
CopyCode: 'COPY_CODE', | ||
Flow: 'FLOW', | ||
PhoneNumber: 'PHONE_NUMBER', | ||
QuickReply: 'QUICK_REPLY', | ||
Url: 'URL' | ||
}; | ||
//# sourceMappingURL=create-template-request-components-inner-buttons-inner.js.map |
{ | ||
"name": "whatsapp-typescript-axios", | ||
"version": "1.5.9", | ||
"version": "1.5.10", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
1125814
0.21%18527
0.3%