@hiennc24/constant 1.2.50 → 1.3.1

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.
@@ -44,6 +44,8 @@ declare const COLLECTIONS: {
44
44
  ADMINISTRATION_ITEMS_COLLECTION_NAME: string;
45
45
  CUSTOMER_REPOSITORY_NAME: string;
46
46
  CUSTOMER_COLLECTION_NAME: string;
47
+ CURRENCY_REPOSITORY_NAME: string;
48
+ CURRENCY_COLLECTION_NAME: string;
47
49
  CUSTOMER_DETAIL_REPOSITORY_NAME: string;
48
50
  CUSTOMER_DETAIL_COLLECTION_NAME: string;
49
51
  VOUCHER_TYPE_REPOSITORY_NAME: string;
@@ -57,6 +57,9 @@ const COLLECTIONS = {
57
57
  // Customer
58
58
  CUSTOMER_REPOSITORY_NAME: "customer",
59
59
  CUSTOMER_COLLECTION_NAME: "customers",
60
+ // Currency
61
+ CURRENCY_REPOSITORY_NAME: "currency",
62
+ CURRENCY_COLLECTION_NAME: "currencies",
60
63
  // Customer Detail
61
64
  CUSTOMER_DETAIL_REPOSITORY_NAME: "customerDetail",
62
65
  CUSTOMER_DETAIL_COLLECTION_NAME: "customer_details",
@@ -1164,24 +1164,24 @@
1164
1164
  "ACTION_GET_APPLIED_GPS": "getAppliedGPS",
1165
1165
  "ACTION_GET_APPLIED_WIFI": "getAppliedWIFI"
1166
1166
  },
1167
- "API_HCM_WORKSHIFT_EMPLOYEES": {
1168
- "NAME": "api-hcm.workshift-employees",
1167
+ "API_HCM_WORK_SHIFT_EMPLOYEES": {
1168
+ "NAME": "api-hcm.work-shift-employees",
1169
1169
  "ACTION_GET_LIST": "getList",
1170
1170
  "ACTION_GET_DETAIL": "getDetail",
1171
1171
  "ACTION_CREATE": "create",
1172
1172
  "ACTION_UPDATE": "update",
1173
1173
  "ACTION_GET_MONTH": "getMonth"
1174
1174
  },
1175
- "API_HCM_WORKSHIFT_ITEMS": {
1176
- "NAME": "api-hcm.workshift-items",
1175
+ "API_HCM_WORK_SHIFT_ITEMS": {
1176
+ "NAME": "api-hcm.work-shift-items",
1177
1177
  "ACTION_GET_LIST": "getList",
1178
1178
  "ACTION_GET_DETAIL": "getDetail",
1179
1179
  "ACTION_CREATE": "create",
1180
1180
  "ACTION_UPDATE": "update",
1181
1181
  "ACTION_DELETE_MANY": "deleteMany"
1182
1182
  },
1183
- "API_HCM_WORKSHIFT_REGISTRATIONS": {
1184
- "NAME": "api-hcm.workshift-registrations",
1183
+ "API_HCM_WORK_SHIFT_REGISTRATIONS": {
1184
+ "NAME": "api-hcm.work-shift-registrations",
1185
1185
  "ACTION_GET_LIST": "getList",
1186
1186
  "ACTION_GET_DETAIL": "getDetail",
1187
1187
  "ACTION_CREATE": "create",
@@ -1191,14 +1191,14 @@
1191
1191
  "ACTION_APPROVE_OR_REJECT": "approveOrReject",
1192
1192
  "ACTION_GET_LIST_BY_EMPLOYEE": "getListByEmployeeId"
1193
1193
  },
1194
- "API_HCM_WORKSHIFT_REGISTRATION_DETAILS": {
1195
- "NAME": "api-hcm.workshift-registration-details",
1194
+ "API_HCM_WORK_SHIFT_REGISTRATION_DETAILS": {
1195
+ "NAME": "api-hcm.work-shift-registration-details",
1196
1196
  "ACTION_CREATE": "create",
1197
1197
  "ACTION_DELETE_MANY": "deleteMany",
1198
1198
  "ACTION_APPROVE_OR_CANCEL_MANY": "approveOrCancelMany"
1199
1199
  },
1200
- "API_HCM_WORKSHIFTS": {
1201
- "NAME": "api-hcm.workshifts",
1200
+ "API_HCM_WORK_SHIFTS": {
1201
+ "NAME": "api-hcm.work-shifts",
1202
1202
  "ACTION_GET_LIST": "getList",
1203
1203
  "ACTION_GET_DETAIL": "getDetail",
1204
1204
  "ACTION_CREATE": "create",
@@ -1935,8 +1935,8 @@
1935
1935
  "ACTION_COUNT": "count",
1936
1936
  "ACTION_LOCK": "lock"
1937
1937
  },
1938
- "SVC_ADMINISTRATION_LIST_CURRENCY_LISTS": {
1939
- "NAME": "svc-administration-list.currency_lists",
1938
+ "SVC_CURRENCY_LISTS": {
1939
+ "NAME": "svc-administration-list.currencies",
1940
1940
  "ACTION_GET_UNASSIGNED_TO_ORG": "getUnAssignedToOrg",
1941
1941
  "ACTION_COUNT_QTY_USED": "countQtyUsed",
1942
1942
  "ACTION_GET_DETAIL": "getDetail",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.2.50",
3
+ "version": "1.3.1",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {