diff --git a/src/stores/quotations/index.ts b/src/stores/quotations/index.ts index b10ed936..8d9c7f4e 100644 --- a/src/stores/quotations/index.ts +++ b/src/stores/quotations/index.ts @@ -59,11 +59,13 @@ export const useQuotationStore = defineStore('quotation-store', () => { status?: | 'Issued' | 'Accepted' + | 'Expired' | 'PaymentPending' | 'PaymentInProcess' | 'PaymentSuccess' | 'ProcessComplete' | 'Canceled'; + urgentFirst?: boolean; query?: string; }) { const res = await api.get>('/quotation', {