@vrplatform/api 1.3.1-stage.4897 → 1.3.1-stage.4909

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.
@@ -1675,7 +1675,7 @@ export interface paths {
1675
1675
  */
1676
1676
  get: operations["getGeneralLedgerOpeningTrialBalance"];
1677
1677
  /**
1678
- * @description Update the manual opening trial balance. Replaces Operating values for editable non-bank ledger rows. Trust-backed rows return importable=false but remain manually editable. Bank rows and existing journal activity after the go-live date are not changed. Supports dryRun. See https://docs.vrplatform.app/guides/integrate/opening-trial-balance.
1678
+ * @description Update the manual opening trial balance. Replaces Operating values for editable non-bank ledger rows. Trust-backed rows return importable=false but remain manually editable. Bank rows and existing journal activity after the go-live date are not changed. Submitting a non-editable row returns accountId in the error context. Supports dryRun. See https://docs.vrplatform.app/guides/integrate/opening-trial-balance.
1679
1679
  *
1680
1680
  * Required scope: general-ledger:write
1681
1681
  */