@tagsamurai/fats-api-services 1.0.0-alpha.61 → 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.61",
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;