@hiennc24/constant 1.1.0 → 1.1.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.
@@ -592,5 +592,7 @@ declare const COLLECTIONS: {
592
592
  NOTIFICATION_COLLECTION_NAME: string;
593
593
  USER_MODULE_NOTIFICATION_REPOSITORY_NAME: string;
594
594
  USER_MODULE_NOTIFICATION_COLLECTION_NAME: string;
595
+ REPORT_PRODUCT_REPOSITORY_NAME: string;
596
+ REPORT_PRODUCT_COLLECTION_NAME: string;
595
597
  };
596
598
  export default COLLECTIONS;
@@ -742,5 +742,7 @@ const COLLECTIONS = {
742
742
  NOTIFICATION_COLLECTION_NAME: "notifications",
743
743
  USER_MODULE_NOTIFICATION_REPOSITORY_NAME: "userModuleNotification",
744
744
  USER_MODULE_NOTIFICATION_COLLECTION_NAME: "user_module_notifications",
745
+ REPORT_PRODUCT_REPOSITORY_NAME: 'reportProduct',
746
+ REPORT_PRODUCT_COLLECTION_NAME: 'report_products'
745
747
  };
746
748
  exports.default = COLLECTIONS;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {