@carsayo/types 1.1.804 → 1.1.805

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.
@@ -58,6 +58,11 @@ export declare const RoleData: readonly [{
58
58
  readonly name: "제휴 문의";
59
59
  readonly description: "제휴 문의 대메뉴가 활성화됩니다";
60
60
  readonly member_type: "admin";
61
+ }, {
62
+ readonly id: "AD_PT_MN";
63
+ readonly name: "파트너스 관리";
64
+ readonly description: "파트너스 관리 대메뉴가 활성화됩니다";
65
+ readonly member_type: "admin";
61
66
  }, {
62
67
  readonly id: "CB_CT";
63
68
  readonly name: "(주)리렌 관리자";
@@ -90,7 +95,7 @@ export declare const RoleGroupData: readonly [{
90
95
  readonly description: "게시판 관리자입니다";
91
96
  readonly member_type: "admin";
92
97
  }];
93
- export declare const RoleId: ("SU" | "AD_DASH" | "AD_TOTALMB" | "AD_CM" | "AD_OD" | "AD_PG" | "AD_MK" | "AD_IQ" | "AD_BD" | "AD_CT" | "AD_JM" | "CB_CT")[];
98
+ export declare const RoleId: ("SU" | "AD_DASH" | "AD_TOTALMB" | "AD_CM" | "AD_OD" | "AD_PG" | "AD_MK" | "AD_IQ" | "AD_BD" | "AD_CT" | "AD_JM" | "AD_PT_MN" | "CB_CT")[];
94
99
  export type RoleId = (typeof RoleData)[number]["id"];
95
100
  export declare const RoleGroupId: ("SuperAdmin" | "SubAdmin" | "Manager" | "OrderManager" | "BoardManager")[];
96
101
  export type RoleGroupId = (typeof RoleGroupData)[number]["id"];
package/dist/data/role.js CHANGED
@@ -73,6 +73,12 @@ exports.RoleData = [
73
73
  description: "제휴 문의 대메뉴가 활성화됩니다",
74
74
  member_type: "admin",
75
75
  },
76
+ {
77
+ id: "AD_PT_MN",
78
+ name: "파트너스 관리",
79
+ description: "파트너스 관리 대메뉴가 활성화됩니다",
80
+ member_type: "admin",
81
+ },
76
82
  {
77
83
  id: "CB_CT",
78
84
  name: "(주)리렌 관리자",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.804",
3
+ "version": "1.1.805",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",