@sitel/common 1.0.87 → 1.0.88

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.
@@ -3,11 +3,11 @@ export declare enum notifyTypeValue {
3
3
  Illness = "Maladie",
4
4
  HomeOffice = "T\u00E9l\u00E9travail",
5
5
  Training = "Formation",
6
- ExternalWork = "Travail externe",
6
+ ExternalWork = "Externe",
7
7
  Accident = "Accident",
8
- Maternity = "Maternit\u00E9",
9
- Military = "Militaire",
10
- CompensationHours = "Heures de compensation",
8
+ Maternity = "Mater./ Adopt.",
9
+ Military = "Militaire / PC",
10
+ CompensationHours = "Compensation",
11
11
  Relocation = "D\u00E9m\u00E9nagement",
12
12
  Birth = "Naissance",
13
13
  Marriage = "Mariage",
@@ -16,5 +16,6 @@ export declare enum notifyTypeValue {
16
16
  Death = "D\u00E9c\u00E8s",
17
17
  LeaveWithoutPay = "Cong\u00E9 non pay\u00E9",
18
18
  OtherPaidLeave = "Autre cong\u00E9 pay\u00E9",
19
- MedicalAbsence = "Absence m\u00E9dicale"
19
+ MedicalAbsence = "Absence m\u00E9dicale",
20
+ Paternity = "Paternit\u00E9"
20
21
  }
@@ -7,11 +7,11 @@ var notifyTypeValue;
7
7
  notifyTypeValue["Illness"] = "Maladie";
8
8
  notifyTypeValue["HomeOffice"] = "T\u00E9l\u00E9travail";
9
9
  notifyTypeValue["Training"] = "Formation";
10
- notifyTypeValue["ExternalWork"] = "Travail externe";
10
+ notifyTypeValue["ExternalWork"] = "Externe";
11
11
  notifyTypeValue["Accident"] = "Accident";
12
- notifyTypeValue["Maternity"] = "Maternit\u00E9";
13
- notifyTypeValue["Military"] = "Militaire";
14
- notifyTypeValue["CompensationHours"] = "Heures de compensation";
12
+ notifyTypeValue["Maternity"] = "Mater./ Adopt.";
13
+ notifyTypeValue["Military"] = "Militaire / PC";
14
+ notifyTypeValue["CompensationHours"] = "Compensation";
15
15
  notifyTypeValue["Relocation"] = "D\u00E9m\u00E9nagement";
16
16
  notifyTypeValue["Birth"] = "Naissance";
17
17
  notifyTypeValue["Marriage"] = "Mariage";
@@ -21,4 +21,5 @@ var notifyTypeValue;
21
21
  notifyTypeValue["LeaveWithoutPay"] = "Cong\u00E9 non pay\u00E9";
22
22
  notifyTypeValue["OtherPaidLeave"] = "Autre cong\u00E9 pay\u00E9";
23
23
  notifyTypeValue["MedicalAbsence"] = "Absence m\u00E9dicale";
24
+ notifyTypeValue["Paternity"] = "Paternit\u00E9";
24
25
  })(notifyTypeValue = exports.notifyTypeValue || (exports.notifyTypeValue = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sitel/common",
3
- "version": "1.0.87",
3
+ "version": "1.0.88",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",