@vrplatform/api 1.3.1-stage.1931 → 1.3.1-stage.1932

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.
@@ -2703,7 +2703,7 @@ export interface paths {
2703
2703
  delete?: never;
2704
2704
  options?: never;
2705
2705
  head?: never;
2706
- /** @description Update a transaction line description (books-closed lock only) */
2706
+ /** @description Update a transaction line description (description-only flow bypasses reconciliation lock) */
2707
2707
  patch: operations["patchTransactionsByTransactionIdLinesByIdDescription"];
2708
2708
  trace?: never;
2709
2709
  };