law-common 10.73.1-beta.3 → 10.74.0

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.
@@ -31,7 +31,8 @@ export interface IProjectEntity extends IEntityAuditColumn {
31
31
  export declare enum UsageNotificationThresholdEnum {
32
32
  SEVENTY_FIVE = "75",
33
33
  NINETY = "90",
34
- NINETY_FIVE = "95"
34
+ NINETY_FIVE = "95",
35
+ ONE_HUNDRED = "100"
35
36
  }
36
37
  export interface IProjectUserDto {
37
38
  id: number;
@@ -6,4 +6,5 @@ var UsageNotificationThresholdEnum;
6
6
  UsageNotificationThresholdEnum["SEVENTY_FIVE"] = "75";
7
7
  UsageNotificationThresholdEnum["NINETY"] = "90";
8
8
  UsageNotificationThresholdEnum["NINETY_FIVE"] = "95";
9
+ UsageNotificationThresholdEnum["ONE_HUNDRED"] = "100";
9
10
  })(UsageNotificationThresholdEnum || (exports.UsageNotificationThresholdEnum = UsageNotificationThresholdEnum = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "law-common",
3
- "version": "10.73.1-beta.3",
3
+ "version": "10.74.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [