@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.
@@ -11314,6 +11314,8 @@ export interface operations {
11314
11314
  isIndividual?: boolean;
11315
11315
  /** @description comma separated contact short refs */
11316
11316
  shortRefs?: string;
11317
+ /** @description Comma-separated contact IDs. */
11318
+ ids?: string;
11317
11319
  limit?: number;
11318
11320
  page?: number;
11319
11321
  };
@@ -11812,6 +11814,8 @@ export interface operations {
11812
11814
  isIndividual?: boolean;
11813
11815
  /** @description comma separated contact short refs */
11814
11816
  shortRefs?: string;
11817
+ /** @description Comma-separated contact IDs. */
11818
+ ids?: string;
11815
11819
  };
11816
11820
  header?: never;
11817
11821
  path?: never;