@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
package/src/generated/v1.ts
CHANGED
|
@@ -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/
|
|
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/
|
|
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/
|
|
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;
|