@vrplatform/api 1.3.1-stage.4387 → 1.3.1-stage.4391

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.
@@ -3908,7 +3908,7 @@ export interface paths {
3908
3908
  /** @description Transactions List */
3909
3909
  get: operations["getTransactions"];
3910
3910
  put?: never;
3911
- /** @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/knowledge/transactions. 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. */
3911
+ /** @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
3912
  post: operations["postTransactions"];
3913
3913
  delete?: never;
3914
3914
  options?: never;
@@ -4150,7 +4150,7 @@ export interface paths {
4150
4150
  };
4151
4151
  /** @description Transactions List */
4152
4152
  get: operations["getTransactionsById"];
4153
- /** @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/knowledge/transactions. For expense attachments, pass attachmentIds to replace the attached set. Omit attachmentIds to keep current attachments. Attachments are only supported for expense transactions. */
4153
+ /** @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
4154
  put: operations["putTransactionsById"];
4155
4155
  post?: never;
4156
4156
  /** @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. */
@@ -4168,7 +4168,7 @@ export interface paths {
4168
4168
  cookie?: never;
4169
4169
  };
4170
4170
  get?: never;
4171
- /** @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/knowledge/transactions. */
4171
+ /** @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
4172
  put: operations["putTransactionsByTransactionIdLinesById"];
4173
4173
  post?: never;
4174
4174
  delete?: never;