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