@vrplatform/api 1.3.1-stage.1718 → 1.3.1-stage.1721

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.1-stage.1718",
9
+ "version": "1.3.1-stage.1721",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
@@ -18713,7 +18713,7 @@ export interface operations {
18713
18713
  type: "listings";
18714
18714
  listings: {
18715
18715
  id: string;
18716
- listingId: string;
18716
+ listingId: string | null;
18717
18717
  ownershipPeriodId: string | null;
18718
18718
  name: string;
18719
18719
  total: number;