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

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.
@@ -20866,7 +20866,11 @@ export interface operations {
20866
20866
  requestBody?: {
20867
20867
  content: {
20868
20868
  "application/json": {
20869
- dangerouslyAllowLocked?: boolean;
20869
+ /**
20870
+ * @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.
20871
+ * @enum {string}
20872
+ */
20873
+ lockPolicy?: "bestEffort" | "strict" | "bypassStatementPeriod";
20870
20874
  ids?: string[];
20871
20875
  /** @enum {string} */
20872
20876
  mode?: "full" | "recurringFeesOnly" | "decoupledAdjustmentsOnly" | "arOnly";