@saritasa/crm-delmar-core-sdk 0.0.208 → 0.0.210
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/README.md +2 -2
- package/api/notifications-api.serviceInterface.d.ts +1 -1
- package/esm2022/api/notifications-api.serviceInterface.mjs +1 -1
- package/esm2022/model/notification-type-enum.dto.mjs +3 -2
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +2 -1
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/model/notification-type-enum.dto.d.ts +2 -1
- package/package.json +2 -2
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*/
|
|
10
10
|
/**
|
|
11
|
-
* * `new_user_score` - New user score * `new_user_score_for_supervisee` - New user score for supervisee * `new_vacation` - New vacation * `updated_vacation` - Updated vacation * `vacation_approved` - Vacation approved * `vacation_rejected` - Vacation rejected * `new_sick` - New sick * `new_personal_holiday` - New personal holiday * `new_personal_workday` - New personal workday * `new_compensation` - New compensation * `updated_sick` - Updated sick * `updated_personal_holiday` - Updated personal holiday * `updated_personal_workday` - Updated personal workday * `deleted_sick` - Deleted sick * `deleted_personal_holiday` - Deleted personal holiday * `deleted_personal_workday` - Deleted personal workday
|
|
11
|
+
* * `new_user_score` - New user score * `new_user_score_for_supervisee` - New user score for supervisee * `new_vacation` - New vacation * `updated_vacation` - Updated vacation * `vacation_approved` - Vacation approved * `vacation_rejected` - Vacation rejected * `vacation_approval_reminder` - Vacation approval reminder * `new_sick` - New sick * `new_personal_holiday` - New personal holiday * `new_personal_workday` - New personal workday * `new_compensation` - New compensation * `updated_sick` - Updated sick * `updated_personal_holiday` - Updated personal holiday * `updated_personal_workday` - Updated personal workday * `deleted_sick` - Deleted sick * `deleted_personal_holiday` - Deleted personal holiday * `deleted_personal_workday` - Deleted personal workday
|
|
12
12
|
*/
|
|
13
13
|
export declare enum NotificationTypeEnumDto {
|
|
14
14
|
NewUserScore = "new_user_score",
|
|
@@ -17,6 +17,7 @@ export declare enum NotificationTypeEnumDto {
|
|
|
17
17
|
UpdatedVacation = "updated_vacation",
|
|
18
18
|
VacationApproved = "vacation_approved",
|
|
19
19
|
VacationRejected = "vacation_rejected",
|
|
20
|
+
VacationApprovalReminder = "vacation_approval_reminder",
|
|
20
21
|
NewSick = "new_sick",
|
|
21
22
|
NewPersonalHoliday = "new_personal_holiday",
|
|
22
23
|
NewPersonalWorkday = "new_personal_workday",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saritasa/crm-delmar-core-sdk",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.
|
|
3
|
+
"version": "0.0.210",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.116)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|