diff --git a/src/types/api/purchase/purchase.d.ts b/src/types/api/purchase/purchase.d.ts index d2dec108..0fe5562e 100644 --- a/src/types/api/purchase/purchase.d.ts +++ b/src/types/api/purchase/purchase.d.ts @@ -148,10 +148,16 @@ export type UpdatePurchaseRequestPayload = CreatePurchaseRequestPayload; export type PurchaseFilter = { poDate: string; category: string[]; + category_labels?: { label: string; value: number }[]; status: string[]; supplier_id?: number; + supplier_label?: string; area_id?: number; + area_label?: string; location_id?: number; + location_label?: string; project_flock_id?: number; + project_flock_label?: string; project_flock_kandang_id?: number; + project_flock_kandang_label?: string; };