From 1ffc171175797a817a54e347072cdc128fb3e616 Mon Sep 17 00:00:00 2001 From: HotelSync Date: Tue, 31 Mar 2026 11:24:57 +0300 Subject: [PATCH] fix: add is_active to RentalObjectPayload type --- src/lib/api.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/api.ts b/src/lib/api.ts index 53c4cf1..4bd91f0 100644 --- a/src/lib/api.ts +++ b/src/lib/api.ts @@ -866,6 +866,7 @@ export interface RentalObjectPayload { max_hours_per_slot?: number | null buffer_minutes?: number sort_order?: number + is_active?: boolean } export interface CategoryApi {