@vrplatform/api 1.3.1-stage.4411 → 1.3.1-stage.4414

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.4411",
6
+ "version": "1.3.1-stage.4414",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -3909,7 +3909,7 @@ export interface paths {
3909
3909
  /** @description Transactions List */
3910
3910
  get: operations["getTransactions"];
3911
3911
  put?: never;
3912
- /** @description Create a transaction. Line party defaults and validity depend on transaction type, owner context, account assignment, and account category. See https://docs.vrplatform.app/ui/transactions/types-and-party. For expense attachments, first upload each file with POST /transactions/attachments, then pass the returned ids in attachmentIds. Attachments are only supported for expense transactions. */
3912
+ /** @description Create a transaction. Line party defaults and validity depend on transaction type, owner context, account assignment, and account category. See https://docs.vrplatform.app/build/transactions#decision-table. For expense attachments, first upload each file with POST /transactions/attachments, then pass the returned ids in attachmentIds. Attachments are only supported for expense transactions. */
3913
3913
  post: operations["postTransactions"];
3914
3914
  delete?: never;
3915
3915
  options?: never;
@@ -4151,7 +4151,7 @@ export interface paths {
4151
4151
  };
4152
4152
  /** @description Transactions List */
4153
4153
  get: operations["getTransactionsById"];
4154
- /** @description Update a transaction by ID. Changing line account, assignment, listing, or reservation context can recompute a default or forced party. See https://docs.vrplatform.app/ui/transactions/types-and-party. For expense attachments, pass attachmentIds to replace the attached set. Omit attachmentIds to keep current attachments. Attachments are only supported for expense transactions. */
4154
+ /** @description Update a transaction by ID. Changing line account, assignment, listing, or reservation context can recompute a default or forced party. See https://docs.vrplatform.app/build/transactions#decision-table. For expense attachments, pass attachmentIds to replace the attached set. Omit attachmentIds to keep current attachments. Attachments are only supported for expense transactions. */
4155
4155
  put: operations["putTransactionsById"];
4156
4156
  post?: never;
4157
4157
  /** @description Delete a transaction by ID. Use onLocked=archive to archive eligible locked transactions; the option does not bypass statement, books-closed, or reconciliation rules. */
@@ -4169,7 +4169,7 @@ export interface paths {
4169
4169
  cookie?: never;
4170
4170
  };
4171
4171
  get?: never;
4172
- /** @description Update a transaction line by ID. Account, assignment, listing, and reservation changes can recompute a default or forced party. See https://docs.vrplatform.app/ui/transactions/types-and-party. */
4172
+ /** @description Update a transaction line by ID. Account, assignment, listing, and reservation changes can recompute a default or forced party. See https://docs.vrplatform.app/build/transactions#decision-table. */
4173
4173
  put: operations["putTransactionsByTransactionIdLinesById"];
4174
4174
  post?: never;
4175
4175
  delete?: never;