@tagsamurai/fats-api-services 1.0.0-alpha.60 → 1.0.0-alpha.62

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.60",
3
+ "version": "1.0.0-alpha.62",
4
4
  "author": "developer.tagsamurai",
5
5
  "description": "Fixed Asset Tag Samurai Services Library",
6
6
  "module": "./api-services.es.js",
@@ -124,7 +124,7 @@ export type UserLogBorrowingLoadingFilters = {
124
124
  userFullNameOptions?: boolean;
125
125
  managerOptions?: boolean;
126
126
  };
127
- export type TransactionLogType = 'Borrowing' | 'Transfer' | 'Damaged' | 'Missing' | 'Assignment' | 'Disposal' | 'Audit' | 'Repair Ticketing' | 'Tracking' | 'Maintenance Routine' | 'TAG' | 'License';
127
+ export type TransactionLogType = 'Borrowing' | 'Transfer' | 'Damaged' | 'Missing' | 'Assignment' | 'Disposal' | 'Audit' | 'Repair Ticketing' | 'Tracking' | 'Maintenance Routine' | 'TAG' | 'Hardware' | 'License';
128
128
  export type TransactionLogFilterParams = {
129
129
  createdAt?: string;
130
130
  action?: string;
@@ -117,6 +117,7 @@ export type User = {
117
117
  modifiedBy: {
118
118
  _id: string;
119
119
  name: string;
120
+ fullName: string;
120
121
  key: number;
121
122
  };
122
123
  updatedAt: Date | string;