@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.
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -20546,6 +20546,8 @@ export interface operations {
|
|
|
20546
20546
|
"application/json": {
|
|
20547
20547
|
dangerouslyAllowLocked?: boolean;
|
|
20548
20548
|
ids?: string[];
|
|
20549
|
+
/** @enum {string} */
|
|
20550
|
+
mode?: "full" | "recurringFeesOnly" | "decoupledAdjustmentsOnly" | "arOnly";
|
|
20549
20551
|
repairManagerFeeBalance?: boolean;
|
|
20550
20552
|
};
|
|
20551
20553
|
};
|