@vrplatform/api 1.3.1-stage.2467 → 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
package/src/generated/v1.ts
CHANGED
|
@@ -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;
|