@carsayo/types 1.1.892102 → 1.1.892104
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.
- package/dist/data/role.d.ts +6 -1
- package/dist/data/role.js +6 -0
- package/package.json +1 -1
package/dist/data/role.d.ts
CHANGED
|
@@ -78,6 +78,11 @@ export declare const RoleData: readonly [{
|
|
|
78
78
|
readonly name: "내차팔기 관리";
|
|
79
79
|
readonly description: "내차팔기 관리 대메뉴가 활성화됩니다";
|
|
80
80
|
readonly member_type: "admin";
|
|
81
|
+
}, {
|
|
82
|
+
readonly id: "AD_USCR_DL";
|
|
83
|
+
readonly name: "내차팔기 딜러관리";
|
|
84
|
+
readonly description: "내차팔기 딜러관리 대메뉴가 활성화됩니다";
|
|
85
|
+
readonly member_type: "admin";
|
|
81
86
|
}];
|
|
82
87
|
export declare const RoleGroupData: readonly [{
|
|
83
88
|
readonly id: "SuperAdmin";
|
|
@@ -130,7 +135,7 @@ export declare const RoleGroupData: readonly [{
|
|
|
130
135
|
readonly description: "게시판 관리자입니다";
|
|
131
136
|
readonly member_type: "admin";
|
|
132
137
|
}];
|
|
133
|
-
export declare const RoleId: ("SU" | "AD_DASH" | "AD_TOTALMB" | "AD_CM" | "AD_OD" | "AD_PG" | "AD_MK" | "AD_IQ" | "AD_BD" | "AD_CT" | "AD_PT_CSY" | "AD_PT_MN" | "AD_PT_INS" | "CB_CT" | "AD_USEDCAR")[];
|
|
138
|
+
export declare const RoleId: ("SU" | "AD_DASH" | "AD_TOTALMB" | "AD_CM" | "AD_OD" | "AD_PG" | "AD_MK" | "AD_IQ" | "AD_BD" | "AD_CT" | "AD_PT_CSY" | "AD_PT_MN" | "AD_PT_INS" | "CB_CT" | "AD_USEDCAR" | "AD_USCR_DL")[];
|
|
134
139
|
export type RoleId = (typeof RoleData)[number]["id"];
|
|
135
140
|
export declare const RoleGroupId: ("SuperAdmin" | "SubAdmin" | "Manager" | "CarsayoManager" | "PartnersManager" | "InsuranceManager" | "UsedcarManager" | "NewcarManager" | "OrderManager" | "BoardManager")[];
|
|
136
141
|
export type RoleGroupId = (typeof RoleGroupData)[number]["id"];
|
package/dist/data/role.js
CHANGED
|
@@ -97,6 +97,12 @@ exports.RoleData = [
|
|
|
97
97
|
description: "내차팔기 관리 대메뉴가 활성화됩니다",
|
|
98
98
|
member_type: "admin",
|
|
99
99
|
},
|
|
100
|
+
{
|
|
101
|
+
id: "AD_USCR_DL",
|
|
102
|
+
name: "내차팔기 딜러관리",
|
|
103
|
+
description: "내차팔기 딜러관리 대메뉴가 활성화됩니다",
|
|
104
|
+
member_type: "admin",
|
|
105
|
+
},
|
|
100
106
|
];
|
|
101
107
|
exports.RoleGroupData = [
|
|
102
108
|
{
|