@vrplatform/api 1.3.0-stage.1276 → 1.3.0-stage.1278

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.
@@ -15738,6 +15738,12 @@ export interface operations {
15738
15738
  dateRange?: string;
15739
15739
  isDateRangeEndInclusive?: boolean;
15740
15740
  uniqueRefs?: string;
15741
+ search?: string;
15742
+ recurringTemplateId?: string;
15743
+ paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
15744
+ reconciled?: boolean;
15745
+ contactId?: string;
15746
+ listingIds?: string;
15741
15747
  limit?: number;
15742
15748
  page?: number;
15743
15749
  };