@vrplatform/api 1.3.1-stage.2481 → 1.3.1-stage.2483

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
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.2481",
6
+ "version": "1.3.1-stage.2483",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -15727,6 +15727,8 @@ export interface operations {
15727
15727
  ids?: string;
15728
15728
  search?: string;
15729
15729
  contactId?: string;
15730
+ /** @description Filter listings by ownership period ID. */
15731
+ ownershipPeriodId?: string;
15730
15732
  /** @description Comma-separated listing short refs. */
15731
15733
  shortRefs?: string;
15732
15734
  /** @description Filter listings by whether they currently have an active ownership period. */
@@ -16383,6 +16385,8 @@ export interface operations {
16383
16385
  ids?: string;
16384
16386
  search?: string;
16385
16387
  contactId?: string;
16388
+ /** @description Filter listings by ownership period ID. */
16389
+ ownershipPeriodId?: string;
16386
16390
  /** @description Comma-separated listing short refs. */
16387
16391
  shortRefs?: string;
16388
16392
  /** @description Filter listings by whether they currently have an active ownership period. */
@@ -16502,6 +16506,8 @@ export interface operations {
16502
16506
  ids?: string;
16503
16507
  search?: string;
16504
16508
  contactId?: string;
16509
+ /** @description Filter listings by ownership period ID. */
16510
+ ownershipPeriodId?: string;
16505
16511
  /** @description Comma-separated listing short refs. */
16506
16512
  shortRefs?: string;
16507
16513
  /** @description Filter listings by whether they currently have an active ownership period. */