@mcdylanproperenterprise/nodejs-proper-money-types 0.0.14 → 0.0.15

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcdylanproperenterprise/nodejs-proper-money-types",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "",
5
5
  "main": "",
6
6
  "types": "index.d.ts",
package/types.ts CHANGED
@@ -153,6 +153,7 @@ export type TTransaction = {
153
153
  userId: string;
154
154
  transactionCategoryId: string;
155
155
  transactionLabelIds: string[];
156
+ user: TUser;
156
157
  transactionCategory: TTransactionCategory;
157
158
  transactionLabels: TTransactionLabel[] | null;
158
159
  currency: string;