@vrplatform/api 1.3.0-stage.1081 → 1.3.0-stage.1082
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.
|
@@ -22533,9 +22533,9 @@ export interface operations {
|
|
|
22533
22533
|
accountIds?: string;
|
|
22534
22534
|
/** @description comma separated categories */
|
|
22535
22535
|
categoryIds?: string;
|
|
22536
|
-
classifications?:
|
|
22537
|
-
types?:
|
|
22538
|
-
entityTypes?:
|
|
22536
|
+
classifications?: string;
|
|
22537
|
+
types?: string;
|
|
22538
|
+
entityTypes?: string;
|
|
22539
22539
|
party?: "owners" | "manager";
|
|
22540
22540
|
limit?: number;
|
|
22541
22541
|
page?: number;
|
|
@@ -22873,9 +22873,9 @@ export interface operations {
|
|
|
22873
22873
|
accountIds?: string;
|
|
22874
22874
|
/** @description comma separated categories */
|
|
22875
22875
|
categoryIds?: string;
|
|
22876
|
-
classifications?:
|
|
22877
|
-
types?:
|
|
22878
|
-
entityTypes?:
|
|
22876
|
+
classifications?: string;
|
|
22877
|
+
types?: string;
|
|
22878
|
+
entityTypes?: string;
|
|
22879
22879
|
limit?: number;
|
|
22880
22880
|
page?: number;
|
|
22881
22881
|
};
|