@vrplatform/api 1.3.0-stage.1283 → 1.3.0-stage.1285

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
@@ -6,7 +6,7 @@
6
6
  "typings": "build/main/index.d.ts",
7
7
  "module": "build/module/index.js"
8
8
  },
9
- "version": "1.3.0-stage.1283",
9
+ "version": "1.3.0-stage.1285",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
@@ -4358,6 +4358,7 @@ export interface operations {
4358
4358
  "application/json": {
4359
4359
  dangerouslyAllowLocked?: boolean;
4360
4360
  ids?: string[];
4361
+ repairManagerFeeBalance?: boolean;
4361
4362
  };
4362
4363
  };
4363
4364
  };