@vrplatform/api 1.3.1-stage.1857 → 1.3.1-stage.1858

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
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.1857",
6
+ "version": "1.3.1-stage.1858",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -20867,7 +20867,11 @@ export interface operations {
20867
20867
  requestBody?: {
20868
20868
  content: {
20869
20869
  "application/json": {
20870
- dangerouslyAllowLocked?: boolean;
20870
+ /**
20871
+ * @description `bestEffort`: Continue refresh without pre-failing reservation lock status. `strict`: Reject refresh when reservation is lock-flagged. `bypassStatementPeriod`: Same as bestEffort, plus statement-period bypass. Books-closed and owner-statement attachment locks still apply.
20872
+ * @enum {string}
20873
+ */
20874
+ lockPolicy?: "bestEffort" | "strict" | "bypassStatementPeriod";
20871
20875
  ids?: string[];
20872
20876
  /** @enum {string} */
20873
20877
  mode?: "full" | "recurringFeesOnly" | "decoupledAdjustmentsOnly" | "arOnly";