@vrplatform/api 1.3.1-stage.2468 → 1.3.1-stage.2469

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.2468",
6
+ "version": "1.3.1-stage.2469",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -11315,6 +11315,8 @@ export interface operations {
11315
11315
  isIndividual?: boolean;
11316
11316
  /** @description comma separated contact short refs */
11317
11317
  shortRefs?: string;
11318
+ /** @description Comma-separated contact IDs. */
11319
+ ids?: string;
11318
11320
  limit?: number;
11319
11321
  page?: number;
11320
11322
  };
@@ -11813,6 +11815,8 @@ export interface operations {
11813
11815
  isIndividual?: boolean;
11814
11816
  /** @description comma separated contact short refs */
11815
11817
  shortRefs?: string;
11818
+ /** @description Comma-separated contact IDs. */
11819
+ ids?: string;
11816
11820
  };
11817
11821
  header?: never;
11818
11822
  path?: never;