@hiennc24/constant 1.4.35 → 1.4.36

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.
@@ -352,8 +352,8 @@ declare const COLLECTIONS: {
352
352
  REQUEST_CATEGORY_COLLECTION_NAME: string;
353
353
  REQUEST_PROCESS_REPOSITORY_NAME: string;
354
354
  REQUEST_PROCESS_COLLECTION_NAME: string;
355
- REQUEST_APPROVE_REPOSITORY_NAME: string;
356
- REQUEST_APPROVE_COLLECTION_NAME: string;
355
+ REQUEST_REPOSITORY_NAME: string;
356
+ REQUEST_COLLECTION_NAME: string;
357
357
  REQUEST_PROCESS_APPROVAL_REPOSITORY_NAME: string;
358
358
  REQUEST_PROCESS_APPROVAL_COLLECTION_NAME: string;
359
359
  PAYROLL_REPOSITORY_NAME: string;
@@ -450,8 +450,8 @@ const COLLECTIONS = {
450
450
  REQUEST_CATEGORY_COLLECTION_NAME: "request_categories",
451
451
  REQUEST_PROCESS_REPOSITORY_NAME: "requestProcess",
452
452
  REQUEST_PROCESS_COLLECTION_NAME: "request_processes",
453
- REQUEST_APPROVE_REPOSITORY_NAME: "requestApprove",
454
- REQUEST_APPROVE_COLLECTION_NAME: "request_approves",
453
+ REQUEST_REPOSITORY_NAME: "request",
454
+ REQUEST_COLLECTION_NAME: "requests",
455
455
  REQUEST_PROCESS_APPROVAL_REPOSITORY_NAME: "requestProcessApproval",
456
456
  REQUEST_PROCESS_APPROVAL_COLLECTION_NAME: "request_process_approvals",
457
457
  // Payroll
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.4.35",
3
+ "version": "1.4.36",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {