@vrplatform/api 1.3.1-stage.76 → 1.3.1-stage.84

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.76",
6
+ "version": "1.3.1-stage.84",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -3717,7 +3717,7 @@ export interface paths {
3717
3717
  */
3718
3718
  get: operations["getListingsByIdOpeningBalance"];
3719
3719
  /**
3720
- * @description Update a listing opening balance. Setting an existing balance to zero can cross a statement-period boundary; books closing and direct owner-statement attachments still apply.
3720
+ * @description Update a listing opening balance. A balance may cross imported pre-cutover statement history, and zero may cross an ordinary statement-period boundary; books closing, direct statement attachments, and stored live statements still apply.
3721
3721
  *
3722
3722
  * Required scope: general-ledger:write
3723
3723
  */
@@ -6451,7 +6451,7 @@ export interface paths {
6451
6451
  */
6452
6452
  get: operations["getStatementsById"];
6453
6453
  /**
6454
- * @description Update an owner statement status (draft, inReview, published). Moving to a finalized status attaches the period journal entries to the statement and locks writes that reference the same ownership period; moving back to draft detaches them again. Submitting the current status never rewrites journal attachments. If the cached detail is current, the request is accounting-read-only; otherwise it refreshes the statement projection. A published request with emailDelivery still schedules the requested owner delivery. Transitions are rejected when the statement has blocking issues, when a later statement for the period is already finalized, or when a prior month is still unfinalized. For scoped API credentials, both publishing and moving a published statement away from published require the statements:publish scope. Publishing can optionally email owners via emailDelivery. Supports dryRun. See https://docs.vrplatform.app/guides/build/statements#status-transitions.
6454
+ * @description Update an owner statement status (draft, inReview, published). Moving to a finalized status attaches the period journal entries to the statement and locks writes that reference the same ownership period; moving back to draft detaches them again. Imported historical snapshots cannot move to draft; re-post the import to replace their data. Submitting the current status never rewrites journal attachments. If the cached detail is current, the request is accounting-read-only; otherwise it refreshes the statement projection. A published request with emailDelivery still schedules the requested owner delivery. Transitions are rejected when the statement has blocking issues, when a later statement for the period is already finalized, or when a prior month is still unfinalized. For scoped API credentials, both publishing and moving a published statement away from published require the statements:publish scope. Publishing can optionally email owners via emailDelivery. Supports dryRun. See https://docs.vrplatform.app/guides/build/statements#status-transitions.
6455
6455
  *
6456
6456
  * Required scope: statements:write
6457
6457
  */