Merge remote-tracking branch 'origin' into feat-pedidos

This commit is contained in:
2025-12-11 10:08:12 -03:00
194 changed files with 30374 additions and 10247 deletions

View File

@@ -1,8 +1,8 @@
import { v } from 'convex/values';
import { api, internal } from './_generated/api';
import type { Doc, Id } from './_generated/dataModel';
import { action, internalMutation, internalQuery, mutation, query } from './_generated/server';
import { mutation, query, internalMutation, internalQuery, action } from './_generated/server';
import { internal, api } from './_generated/api';
import { renderizarTemplateEmailFromDoc, type VariaveisTemplate } from './templatesMensagens';
import type { Doc, Id } from './_generated/dataModel';
// ========== INTERNAL QUERIES ==========