@vrplatform/api 1.3.1-stage.2549 → 1.3.1-stage.2551

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.2549",
6
+ "version": "1.3.1-stage.2551",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -16672,6 +16672,8 @@ export interface operations {
16672
16672
  shortRefs?: string;
16673
16673
  /** @description Filter listings by whether they currently have an active ownership period. */
16674
16674
  activeOwnership?: boolean;
16675
+ /** @description Include child listing links on each listing. */
16676
+ includeChildren?: boolean;
16675
16677
  /** @description Filter by active recurring fee coverage. Use `active` or `inactive` for any recurring fee type, prefix a fee type with `!` to exclude it, or pass a recurring fee UUID for one specific fee. */
16676
16678
  activeRecurringFeePeriods?: string;
16677
16679
  /** @description Filter listings that have (true) or lack (false) opening balances */
@@ -16795,14 +16797,13 @@ export interface operations {
16795
16797
  uniqueRef?: string | null;
16796
16798
  shortRef?: string | null;
16797
16799
  } | null;
16798
- children: {
16800
+ children?: {
16799
16801
  /** Format: uuid */
16800
16802
  id: string;
16801
16803
  name: string;
16802
16804
  uniqueRef?: string | null;
16803
16805
  shortRef?: string | null;
16804
16806
  }[];
16805
- isGroup: boolean;
16806
16807
  childCount: number;
16807
16808
  upcomingDeactivation: {
16808
16809
  /** @enum {string} */
@@ -17093,14 +17094,13 @@ export interface operations {
17093
17094
  uniqueRef?: string | null;
17094
17095
  shortRef?: string | null;
17095
17096
  } | null;
17096
- children: {
17097
+ children?: {
17097
17098
  /** Format: uuid */
17098
17099
  id: string;
17099
17100
  name: string;
17100
17101
  uniqueRef?: string | null;
17101
17102
  shortRef?: string | null;
17102
17103
  }[];
17103
- isGroup: boolean;
17104
17104
  childCount: number;
17105
17105
  upcomingDeactivation: {
17106
17106
  /** @enum {string} */
@@ -17372,6 +17372,8 @@ export interface operations {
17372
17372
  shortRefs?: string;
17373
17373
  /** @description Filter listings by whether they currently have an active ownership period. */
17374
17374
  activeOwnership?: boolean;
17375
+ /** @description Include child listing links on each listing. */
17376
+ includeChildren?: boolean;
17375
17377
  /** @description Filter by active recurring fee coverage. Use `active` or `inactive` for any recurring fee type, prefix a fee type with `!` to exclude it, or pass a recurring fee UUID for one specific fee. */
17376
17378
  activeRecurringFeePeriods?: string;
17377
17379
  /** @description Filter listings that have (true) or lack (false) opening balances */
@@ -17495,6 +17497,8 @@ export interface operations {
17495
17497
  shortRefs?: string;
17496
17498
  /** @description Filter listings by whether they currently have an active ownership period. */
17497
17499
  activeOwnership?: boolean;
17500
+ /** @description Include child listing links on each listing. */
17501
+ includeChildren?: boolean;
17498
17502
  /** @description Filter by active recurring fee coverage. Use `active` or `inactive` for any recurring fee type, prefix a fee type with `!` to exclude it, or pass a recurring fee UUID for one specific fee. */
17499
17503
  activeRecurringFeePeriods?: string;
17500
17504
  /** @description Filter listings that have (true) or lack (false) opening balances */
@@ -18310,7 +18314,10 @@ export interface operations {
18310
18314
  };
18311
18315
  getListingsById: {
18312
18316
  parameters: {
18313
- query?: never;
18317
+ query?: {
18318
+ /** @description Include child listing links on the listing. */
18319
+ includeChildren?: boolean;
18320
+ };
18314
18321
  header?: never;
18315
18322
  path: {
18316
18323
  id: string;
@@ -18426,14 +18433,13 @@ export interface operations {
18426
18433
  uniqueRef?: string | null;
18427
18434
  shortRef?: string | null;
18428
18435
  } | null;
18429
- children: {
18436
+ children?: {
18430
18437
  /** Format: uuid */
18431
18438
  id: string;
18432
18439
  name: string;
18433
18440
  uniqueRef?: string | null;
18434
18441
  shortRef?: string | null;
18435
18442
  }[];
18436
- isGroup: boolean;
18437
18443
  childCount: number;
18438
18444
  upcomingDeactivation: {
18439
18445
  /** @enum {string} */
@@ -18716,14 +18722,13 @@ export interface operations {
18716
18722
  uniqueRef?: string | null;
18717
18723
  shortRef?: string | null;
18718
18724
  } | null;
18719
- children: {
18725
+ children?: {
18720
18726
  /** Format: uuid */
18721
18727
  id: string;
18722
18728
  name: string;
18723
18729
  uniqueRef?: string | null;
18724
18730
  shortRef?: string | null;
18725
18731
  }[];
18726
- isGroup: boolean;
18727
18732
  childCount: number;
18728
18733
  upcomingDeactivation: {
18729
18734
  /** @enum {string} */
@@ -19305,14 +19310,13 @@ export interface operations {
19305
19310
  uniqueRef?: string | null;
19306
19311
  shortRef?: string | null;
19307
19312
  } | null;
19308
- children: {
19313
+ children?: {
19309
19314
  /** Format: uuid */
19310
19315
  id: string;
19311
19316
  name: string;
19312
19317
  uniqueRef?: string | null;
19313
19318
  shortRef?: string | null;
19314
19319
  }[];
19315
- isGroup: boolean;
19316
19320
  childCount: number;
19317
19321
  upcomingDeactivation: {
19318
19322
  /** @enum {string} */
@@ -19551,14 +19555,13 @@ export interface operations {
19551
19555
  uniqueRef?: string | null;
19552
19556
  shortRef?: string | null;
19553
19557
  } | null;
19554
- children: {
19558
+ children?: {
19555
19559
  /** Format: uuid */
19556
19560
  id: string;
19557
19561
  name: string;
19558
19562
  uniqueRef?: string | null;
19559
19563
  shortRef?: string | null;
19560
19564
  }[];
19561
- isGroup: boolean;
19562
19565
  childCount: number;
19563
19566
  upcomingDeactivation: {
19564
19567
  /** @enum {string} */