@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
package/src/generated/v1.ts
CHANGED
|
@@ -20867,7 +20867,11 @@ export interface operations {
|
|
|
20867
20867
|
requestBody?: {
|
|
20868
20868
|
content: {
|
|
20869
20869
|
"application/json": {
|
|
20870
|
-
|
|
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";
|