@hiennc24/constant 1.0.19 → 1.0.20
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.
|
@@ -564,5 +564,21 @@ declare const COLLECTIONS: {
|
|
|
564
564
|
PARTNER_TRADER_COLLECTION_NAME: string;
|
|
565
565
|
CONTRACT_LIST_REPOSITORY_NAME: string;
|
|
566
566
|
CONTRACT_LIST_COLLECTION_NAME: string;
|
|
567
|
+
MENU_BIZCORE_REPOSITORY_NAME: string;
|
|
568
|
+
MENU_BIZCORE_COLLECTION_NAME: string;
|
|
569
|
+
VALUE_CHAIN_TODO_LIST_REPOSITORY_NAME: string;
|
|
570
|
+
VALUE_CHAIN_TODO_LIST_COLLECTION_NAME: string;
|
|
571
|
+
VALUE_CHAIN_SEGMENT_LIST_REPOSITORY_NAME: string;
|
|
572
|
+
VALUE_CHAIN_SEGMENT_LIST_COLLECTION_NAME: string;
|
|
573
|
+
VALUE_CHAIN_PROCESS_LIST_REPOSITORY_NAME: string;
|
|
574
|
+
VALUE_CHAIN_PROCESS_LIST_COLLECTION_NAME: string;
|
|
575
|
+
CONTRACT_CONTENT_REPOSITORY_NAME: string;
|
|
576
|
+
CONTRACT_CONTENT_COLLECTION_NAME: string;
|
|
577
|
+
CONTRACT_HISTORY_REPOSITORY_NAME: string;
|
|
578
|
+
CONTRACT_HISTORY_COLLECTION_NAME: string;
|
|
579
|
+
CONTRACT_MISSION_REPOSITORY_NAME: string;
|
|
580
|
+
CONTRACT_MISSION_COLLECTION_NAME: string;
|
|
581
|
+
NET_REVENUE_CONFIGURATION_REPOSITORY_NAME: string;
|
|
582
|
+
NET_REVENUE_CONFIGURATION_COLLECTION_NAME: string;
|
|
567
583
|
};
|
|
568
584
|
export default COLLECTIONS;
|
|
@@ -707,5 +707,26 @@ const COLLECTIONS = {
|
|
|
707
707
|
// Contract List
|
|
708
708
|
CONTRACT_LIST_REPOSITORY_NAME: 'contractList',
|
|
709
709
|
CONTRACT_LIST_COLLECTION_NAME: 'contract_lists',
|
|
710
|
+
// Menu
|
|
711
|
+
MENU_BIZCORE_REPOSITORY_NAME: 'bizcoreMenu',
|
|
712
|
+
MENU_BIZCORE_COLLECTION_NAME: 'bizcore_menus',
|
|
713
|
+
VALUE_CHAIN_TODO_LIST_REPOSITORY_NAME: 'valueChainTodoList',
|
|
714
|
+
VALUE_CHAIN_TODO_LIST_COLLECTION_NAME: 'value_chain_todo_lists',
|
|
715
|
+
VALUE_CHAIN_SEGMENT_LIST_REPOSITORY_NAME: 'valueChainSegmentList',
|
|
716
|
+
VALUE_CHAIN_SEGMENT_LIST_COLLECTION_NAME: 'value_chain_segment_lists',
|
|
717
|
+
VALUE_CHAIN_PROCESS_LIST_REPOSITORY_NAME: 'valueChainProcessList',
|
|
718
|
+
VALUE_CHAIN_PROCESS_LIST_COLLECTION_NAME: 'value_chain_process_lists',
|
|
719
|
+
// Contract Content
|
|
720
|
+
CONTRACT_CONTENT_REPOSITORY_NAME: 'contractContent',
|
|
721
|
+
CONTRACT_CONTENT_COLLECTION_NAME: 'contract_contents',
|
|
722
|
+
// Contract History
|
|
723
|
+
CONTRACT_HISTORY_REPOSITORY_NAME: 'contractHistory',
|
|
724
|
+
CONTRACT_HISTORY_COLLECTION_NAME: 'contract_histories',
|
|
725
|
+
// Contract Mission
|
|
726
|
+
CONTRACT_MISSION_REPOSITORY_NAME: 'contractMission',
|
|
727
|
+
CONTRACT_MISSION_COLLECTION_NAME: 'contract_missions',
|
|
728
|
+
// FM02
|
|
729
|
+
NET_REVENUE_CONFIGURATION_REPOSITORY_NAME: 'netRevenueConfiguration',
|
|
730
|
+
NET_REVENUE_CONFIGURATION_COLLECTION_NAME: 'net_revenue_configurations'
|
|
710
731
|
};
|
|
711
732
|
exports.default = COLLECTIONS;
|