@carsayo/types 1.1.892104 → 1.1.892106

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.
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="WEB_MODULE" version="4">
3
+ <component name="NewModuleRootManager">
4
+ <content url="file://$MODULE_DIR$">
5
+ <excludeFolder url="file://$MODULE_DIR$/.tmp" />
6
+ <excludeFolder url="file://$MODULE_DIR$/temp" />
7
+ <excludeFolder url="file://$MODULE_DIR$/tmp" />
8
+ </content>
9
+ <orderEntry type="inheritedJdk" />
10
+ <orderEntry type="sourceFolder" forTests="false" />
11
+ </component>
12
+ </module>
package/.idea/misc.xml ADDED
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="GithubDefaultAccount">
4
+ <option name="defaultAccountId" value="a32629aa-5b11-46f3-8ae9-6424ea158998" />
5
+ </component>
6
+ <component name="MaterialThemeProjectNewConfig">
7
+ <option name="metadata">
8
+ <MTProjectMetadataState>
9
+ <option name="migrated" value="true" />
10
+ <option name="pristineConfig" value="false" />
11
+ <option name="userId" value="-72b2e392:192b6c1ee54:-7ffa" />
12
+ </MTProjectMetadataState>
13
+ </option>
14
+ </component>
15
+ </project>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/main_service_types.iml" filepath="$PROJECT_DIR$/.idea/main_service_types.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
package/.idea/vcs.xml ADDED
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="" vcs="Git" />
5
+ </component>
6
+ </project>
@@ -83,6 +83,16 @@ export declare const RoleData: readonly [{
83
83
  readonly name: "내차팔기 딜러관리";
84
84
  readonly description: "내차팔기 딜러관리 대메뉴가 활성화됩니다";
85
85
  readonly member_type: "admin";
86
+ }, {
87
+ readonly id: "AD_PT_ETC";
88
+ readonly name: "기타 협력업체 관리자";
89
+ readonly description: "베네피아, 이제너두, 현대이즈웰, 비즈마켓 대메뉴가 활성화 됩니다";
90
+ readonly member_type: "admin";
91
+ }, {
92
+ readonly id: "AD_PT_ASS";
93
+ readonly name: "협회 관리자";
94
+ readonly description: "협회 관리 대메뉴가 활성화 됩니다";
95
+ readonly member_type: "admin";
86
96
  }];
87
97
  export declare const RoleGroupData: readonly [{
88
98
  readonly id: "SuperAdmin";
@@ -134,8 +144,13 @@ export declare const RoleGroupData: readonly [{
134
144
  readonly name: "게시판 관리자";
135
145
  readonly description: "게시판 관리자입니다";
136
146
  readonly member_type: "admin";
147
+ }, {
148
+ readonly id: "DevManager";
149
+ readonly name: "개발관리자";
150
+ readonly description: "개발자 권한의 관리자 입니다";
151
+ readonly member_type: "admin";
137
152
  }];
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")[];
153
+ 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" | "AD_PT_ETC" | "AD_PT_ASS")[];
139
154
  export type RoleId = (typeof RoleData)[number]["id"];
140
- export declare const RoleGroupId: ("SuperAdmin" | "SubAdmin" | "Manager" | "CarsayoManager" | "PartnersManager" | "InsuranceManager" | "UsedcarManager" | "NewcarManager" | "OrderManager" | "BoardManager")[];
155
+ export declare const RoleGroupId: ("SuperAdmin" | "SubAdmin" | "Manager" | "CarsayoManager" | "PartnersManager" | "InsuranceManager" | "UsedcarManager" | "NewcarManager" | "OrderManager" | "BoardManager" | "DevManager")[];
141
156
  export type RoleGroupId = (typeof RoleGroupData)[number]["id"];
package/dist/data/role.js CHANGED
@@ -103,6 +103,18 @@ exports.RoleData = [
103
103
  description: "내차팔기 딜러관리 대메뉴가 활성화됩니다",
104
104
  member_type: "admin",
105
105
  },
106
+ {
107
+ id: "AD_PT_ETC",
108
+ name: "기타 협력업체 관리자",
109
+ description: "베네피아, 이제너두, 현대이즈웰, 비즈마켓 대메뉴가 활성화 됩니다",
110
+ member_type: "admin",
111
+ },
112
+ {
113
+ id: "AD_PT_ASS",
114
+ name: "협회 관리자",
115
+ description: "협회 관리 대메뉴가 활성화 됩니다",
116
+ member_type: "admin",
117
+ },
106
118
  ];
107
119
  exports.RoleGroupData = [
108
120
  {
@@ -165,6 +177,12 @@ exports.RoleGroupData = [
165
177
  description: "게시판 관리자입니다",
166
178
  member_type: "admin",
167
179
  },
180
+ {
181
+ id: "DevManager",
182
+ name: "개발관리자",
183
+ description: "개발자 권한의 관리자 입니다",
184
+ member_type: "admin",
185
+ },
168
186
  ];
169
187
  exports.RoleId = exports.RoleData.map((el) => {
170
188
  return el.id;
@@ -95,7 +95,9 @@ export interface MyOrderListInfo {
95
95
  code: string;
96
96
  type: OrderType;
97
97
  state: OrderState;
98
- member: MemberShort;
98
+ name: string;
99
+ phoneNumber: string;
100
+ member: MemberShort | null;
99
101
  manager: MemberShort | null;
100
102
  /** 주문 제목 (주로 차량 모델) */
101
103
  title: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892104",
3
+ "version": "1.1.892106",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",