UNPKG

@warriorteam/redai-zalo-sdk

Version:

Comprehensive TypeScript/JavaScript SDK for Zalo APIs - Official Account v3.0, ZNS with Full Type Safety, Consultation Service, Broadcast Service, Group Messaging with List APIs, Social APIs, Enhanced Article Management, Promotion Service v3.0 with Multip

25 lines 748 B
"use strict"; /** * Official Account (OA) related types and interfaces */ Object.defineProperty(exports, "__esModule", { value: true }); exports.QuotaType = exports.GMFProductType = void 0; /** * GMF product types */ var GMFProductType; (function (GMFProductType) { GMFProductType["GMF10"] = "gmf10"; GMFProductType["GMF50"] = "gmf50"; GMFProductType["GMF100"] = "gmf100"; })(GMFProductType || (exports.GMFProductType = GMFProductType = {})); /** * Quota types */ var QuotaType; (function (QuotaType) { QuotaType["SUB_QUOTA"] = "sub_quota"; QuotaType["PURCHASE_QUOTA"] = "purchase_quota"; QuotaType["REWARD_QUOTA"] = "reward_quota"; })(QuotaType || (exports.QuotaType = QuotaType = {})); //# sourceMappingURL=oa.js.map