@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
package/src/dto/user.dto.d.ts
CHANGED
|
@@ -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;
|