@hiennc24/constant 1.2.8 → 1.2.9

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.
@@ -378,6 +378,8 @@ declare const COLLECTIONS: {
378
378
  MOBILE_SETTING_COLLECTION_NAME: string;
379
379
  BUSINESS_TRIP_REPOSITORY_NAME: string;
380
380
  BUSINESS_TRIP_COLLECTION_NAME: string;
381
+ SETTING_BUSINESS_TRIP_REPOSITORY_NAME: string;
382
+ SETTING_BUSINESS_TRIP_COLLECTION_NAME: string;
381
383
  VENDOR_CONFIRM_REPOSITORY_NAME: string;
382
384
  VENDOR_CONFIRM_COLLECTION_NAME: string;
383
385
  INVOICES_REPOSITORY_NAME: string;
@@ -476,6 +476,9 @@ const COLLECTIONS = {
476
476
  // Business Trip
477
477
  BUSINESS_TRIP_REPOSITORY_NAME: "businessTrip",
478
478
  BUSINESS_TRIP_COLLECTION_NAME: "business_trips",
479
+ // Setting Business Trip
480
+ SETTING_BUSINESS_TRIP_REPOSITORY_NAME: 'settingBusinessTrip',
481
+ SETTING_BUSINESS_TRIP_COLLECTION_NAME: 'setting_business_trips',
479
482
  // SALE - API
480
483
  // Sale Order
481
484
  VENDOR_CONFIRM_REPOSITORY_NAME: "vendorConfirm",
@@ -1169,6 +1169,11 @@
1169
1169
  "ACTION_SEND": "sendBusinessTrip",
1170
1170
  "ACTION_GENERATE_CODE": "generateCode"
1171
1171
  },
1172
+ "API_HCM_SETTING_BUSINESS_TRIP": {
1173
+ "NAME": "api-hcm.setting-business-trips",
1174
+ "ACTION_GET_DETAIL": "getDetail",
1175
+ "ACTION_UPDATE": "update"
1176
+ },
1172
1177
  "API_HCM_DASHBOARD": {
1173
1178
  "NAME": "api-hcm.dashboard",
1174
1179
  "ACTION_GET_LIST": "getList",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.2.8",
3
+ "version": "1.2.9",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {