@mcdylanproperenterprise/nodejs-proper-money-types 0.0.18 → 0.0.19

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.18",
3
+ "version": "0.0.19",
4
4
  "description": "",
5
5
  "main": "",
6
6
  "types": "index.d.ts",
package/types.ts CHANGED
@@ -321,6 +321,7 @@ export type TGetTransactionLabelQuery = {
321
321
  q: string;
322
322
  page: number;
323
323
  limit: number;
324
+ userId: string;
324
325
  };
325
326
 
326
327
  export type TGetTransactionLabelResponse = {