law-common 10.33.1-beta.3 → 10.33.1-beta.4
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.
|
@@ -11,7 +11,6 @@ export declare const usersToExcludeFromSearchResponse: string[];
|
|
|
11
11
|
export declare const systemUsers: string[];
|
|
12
12
|
export declare const reimbursementExpenseProjectUserInactiveBuffer: number;
|
|
13
13
|
export declare const annualPaidLeaves = 24;
|
|
14
|
-
export declare const designationPriorityOrder: Record<string, number>;
|
|
15
14
|
export declare const allowedProjectUpdateBillingStatuses: BillingStatusEnum[];
|
|
16
15
|
export declare const invalidFileNameCharacter: string[];
|
|
17
16
|
export declare const rupeeIcon = "\u20B9";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.rupeeIcon = exports.invalidFileNameCharacter = exports.allowedProjectUpdateBillingStatuses = exports.
|
|
3
|
+
exports.rupeeIcon = exports.invalidFileNameCharacter = exports.allowedProjectUpdateBillingStatuses = exports.annualPaidLeaves = exports.reimbursementExpenseProjectUserInactiveBuffer = exports.systemUsers = exports.usersToExcludeFromSearchResponse = exports.freezeTimesheetAfterBillingStatus = exports.leaveImplicitDays = exports.reimbursementPaymentProcessorPermissionName = exports.toDoListMinimumEstimatedDuration = exports.timesheetMinimumTotalDuration = exports.timesheetEnterThreshold = exports.timesheetThreshold = exports.timesheetViewThreshold = void 0;
|
|
4
4
|
const entities_1 = require("../entities");
|
|
5
5
|
exports.timesheetViewThreshold = "timesheetViewThreshold";
|
|
6
6
|
exports.timesheetThreshold = "timesheetThreshold";
|
|
@@ -14,12 +14,6 @@ exports.usersToExcludeFromSearchResponse = ["DB migration"];
|
|
|
14
14
|
exports.systemUsers = ["DB migration"];
|
|
15
15
|
exports.reimbursementExpenseProjectUserInactiveBuffer = 24 * 60;
|
|
16
16
|
exports.annualPaidLeaves = 24;
|
|
17
|
-
exports.designationPriorityOrder = {
|
|
18
|
-
seniorPartner: 1,
|
|
19
|
-
partner: 2,
|
|
20
|
-
seniorAssociate: 3,
|
|
21
|
-
associate: 4,
|
|
22
|
-
};
|
|
23
17
|
exports.allowedProjectUpdateBillingStatuses = [
|
|
24
18
|
entities_1.BillingStatusEnum.SETTLED,
|
|
25
19
|
entities_1.BillingStatusEnum.CANCELLED,
|