@vrplatform/api 1.3.1-stage.1774 → 1.3.1-stage.1779
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.
|
@@ -20545,6 +20545,8 @@ export interface operations {
|
|
|
20545
20545
|
"application/json": {
|
|
20546
20546
|
dangerouslyAllowLocked?: boolean;
|
|
20547
20547
|
ids?: string[];
|
|
20548
|
+
/** @enum {string} */
|
|
20549
|
+
mode?: "full" | "recurringFeesOnly" | "decoupledAdjustmentsOnly" | "arOnly";
|
|
20548
20550
|
repairManagerFeeBalance?: boolean;
|
|
20549
20551
|
};
|
|
20550
20552
|
};
|