@vrplatform/api 1.3.0-stage.1277 → 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.
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -15739,6 +15739,12 @@ export interface operations {
|
|
|
15739
15739
|
dateRange?: string;
|
|
15740
15740
|
isDateRangeEndInclusive?: boolean;
|
|
15741
15741
|
uniqueRefs?: string;
|
|
15742
|
+
search?: string;
|
|
15743
|
+
recurringTemplateId?: string;
|
|
15744
|
+
paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
15745
|
+
reconciled?: boolean;
|
|
15746
|
+
contactId?: string;
|
|
15747
|
+
listingIds?: string;
|
|
15742
15748
|
limit?: number;
|
|
15743
15749
|
page?: number;
|
|
15744
15750
|
};
|