whatsapp-crm-common
Version:
Componentes compartidos para servicios de WhatsApp CRM - Common utilities and types for WhatsApp CRM system
17 lines • 651 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.GroupRepository = void 0;
const base_repository_1 = __importDefault(require("./base-repository"));
class GroupRepository extends base_repository_1.default {
async handleGroupUpserts(groups, tenantId, agentId) {
// Implementation
}
async handleGroupUpdates(tenantId, agentId, updates) {
// Implementation
}
}
exports.GroupRepository = GroupRepository;
//# sourceMappingURL=group-repository.js.map