@vrplatform/api 1.3.1-stage.3778 → 1.3.1-stage.3786

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.
@@ -49015,6 +49015,7 @@ export interface operations {
49015
49015
  search?: string;
49016
49016
  partnerId?: string;
49017
49017
  type?: "partner" | "propertyManager";
49018
+ sort?: "created_desc" | "created_asc" | "name_asc" | "name_desc" | "type_asc" | "type_desc";
49018
49019
  /** @description You can use elipisis: YYYY-MM-DD...YYYY-MM-DD */
49019
49020
  date?: string;
49020
49021
  limit?: number;