mudanca requisicoes API do metodo PUT para POST e limpeza / organizacao dos códigos

This commit is contained in:
Vitex Tecnologia
2026-01-19 14:19:18 -03:00
parent 76cbd80eef
commit 71f9c9ab86
6 changed files with 68 additions and 311 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ export { apiService } from './api';
export { transcriptionService } from './transcription';
export { audioGenerationService, VOICE_OPTIONS } from './audioGeneration';
export { imageGenerationService, IMAGE_SIZE_OPTIONS } from './imageGeneration';
export { userProfileService } from './userProfile';
export { personalAgent } from './personalAgent';
export { asanaService } from './asana';
export type { TranscriptionResponse, TranscriptionRequest } from './transcription';
export type { AudioGenerationResponse, AudioGenerationRequest, VoiceType } from './audioGeneration';
@@ -20,7 +20,7 @@ export type {
ExpensesResponse,
ExpensesFilters,
ExpenseCategory
} from './userProfile';
} from './personalAgent';
export type {
AsanaWorkspace,
AsanaWorkspaceResponse,