@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.
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "typings": "build/main/index.d.ts",
7
7
  "module": "build/module/index.js"
8
8
  },
9
- "version": "1.3.0-stage.1276",
9
+ "version": "1.3.0-stage.1278",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
@@ -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
  };