@tagsamurai/fats-api-services 1.0.0-alpha.102 → 1.0.0-alpha.103

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tagsamurai/fats-api-services",
3
- "version": "1.0.0-alpha.102",
3
+ "version": "1.0.0-alpha.103",
4
4
  "author": "developer.tagsamurai",
5
5
  "description": "Fixed Asset Tag Samurai Services Library",
6
6
  "module": "./api-services.es.js",
@@ -205,6 +205,7 @@ export type TransactionDataType = {
205
205
  export type TransactionParams = {
206
206
  status?: string[];
207
207
  id?: string[];
208
+ asset?: string[];
208
209
  manager?: number[];
209
210
  user?: number[];
210
211
  group?: number[];
@@ -223,6 +224,7 @@ export type TransactionOptionBoolean = {
223
224
  userOptions?: boolean;
224
225
  status?: string;
225
226
  id?: string;
227
+ asset?: string;
226
228
  };
227
229
  export type TimeLineLogs = {
228
230
  _id: string;