@vrplatform/api 1.3.1-stage.2403 → 1.3.1-stage.2405

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10058,6 +10058,7 @@ export interface operations {
10058
10058
  isErrorState?: boolean;
10059
10059
  currentSyncStatus?: "queued" | "started" | "completed" | "failed" | "canceled";
10060
10060
  search?: string;
10061
+ hasSynced?: "deposits" | "expenses" | "reservations" | "listings" | "contacts";
10061
10062
  limit?: number;
10062
10063
  page?: number;
10063
10064
  };