@carsayo/types 1.1.77095 → 1.1.89079
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/README.md +0 -0
- package/dist/data/bankcode.d.ts +0 -0
- package/dist/data/bankcode.js +0 -0
- package/dist/data/banner.d.ts +4 -4
- package/dist/data/banner.js +4 -4
- package/dist/data/board.d.ts +44 -2
- package/dist/data/board.js +24 -3
- package/dist/data/car.d.ts +27 -27
- package/dist/data/car.js +31 -23
- package/dist/data/carOptionRelationCategory.d.ts +0 -0
- package/dist/data/carOptionRelationCategory.js +0 -0
- package/dist/data/carPopularCategory.d.ts +0 -0
- package/dist/data/carPopularCategory.js +0 -0
- package/dist/data/collaborator.d.ts +1 -0
- package/dist/data/collaborator.js +4 -0
- package/dist/data/index.d.ts +0 -2
- package/dist/data/index.js +0 -2
- package/dist/data/popup.d.ts +0 -0
- package/dist/data/popup.js +0 -0
- package/dist/data/purchase.d.ts +0 -0
- package/dist/data/purchase.js +0 -0
- package/dist/data/region.d.ts +2 -2
- package/dist/data/region.js +0 -0
- package/dist/data/role.d.ts +8 -3
- package/dist/data/role.js +70 -64
- package/dist/data/system.d.ts +0 -0
- package/dist/data/system.js +0 -0
- package/dist/data/term.d.ts +83 -2
- package/dist/data/term.js +141 -51
- package/dist/index.d.ts +0 -0
- package/dist/index.js +0 -0
- package/dist/types/index.d.ts +0 -0
- package/dist/types/index.js +0 -0
- package/dist/types/modules/accidentRegistration/dto.d.ts +0 -0
- package/dist/types/modules/accidentRegistration/dto.js +0 -0
- package/dist/types/modules/accidentRegistration/index.d.ts +0 -0
- package/dist/types/modules/accidentRegistration/index.js +0 -0
- package/dist/types/modules/accidentRegistration/interface.d.ts +0 -0
- package/dist/types/modules/accidentRegistration/interface.js +0 -0
- package/dist/types/modules/accidentRegistration/type.d.ts +0 -0
- package/dist/types/modules/accidentRegistration/type.js +0 -0
- package/dist/types/modules/accidentReport/dto.d.ts +73 -0
- package/dist/types/modules/accidentReport/dto.js +2 -0
- package/dist/types/modules/accidentReport/index.d.ts +3 -0
- package/dist/types/modules/accidentReport/index.js +19 -0
- package/dist/types/modules/accidentReport/interface.d.ts +253 -0
- package/dist/types/modules/accidentReport/interface.js +2 -0
- package/dist/types/modules/accidentReport/type.d.ts +25 -0
- package/dist/types/modules/accidentReport/type.js +25 -0
- package/dist/types/modules/banner/dto.d.ts +0 -0
- package/dist/types/modules/banner/dto.js +0 -0
- package/dist/types/modules/banner/index.d.ts +0 -0
- package/dist/types/modules/banner/index.js +0 -0
- package/dist/types/modules/banner/interface.d.ts +0 -0
- package/dist/types/modules/banner/interface.js +0 -0
- package/dist/types/modules/board/dto.d.ts +0 -0
- package/dist/types/modules/board/dto.js +0 -0
- package/dist/types/modules/board/index.d.ts +0 -0
- package/dist/types/modules/board/index.js +0 -0
- package/dist/types/modules/board/interface.d.ts +0 -0
- package/dist/types/modules/board/interface.js +0 -0
- package/dist/types/modules/board/type.d.ts +4 -3
- package/dist/types/modules/board/type.js +0 -0
- package/dist/types/modules/car/dto.d.ts +145 -12
- package/dist/types/modules/car/dto.js +7 -0
- package/dist/types/modules/car/index.d.ts +0 -0
- package/dist/types/modules/car/index.js +0 -0
- package/dist/types/modules/car/interface.d.ts +105 -42
- package/dist/types/modules/car/interface.js +0 -0
- package/dist/types/modules/car/type.d.ts +0 -0
- package/dist/types/modules/car/type.js +0 -0
- package/dist/types/modules/collaborator/dto.d.ts +0 -0
- package/dist/types/modules/collaborator/dto.js +0 -0
- package/dist/types/modules/collaborator/index.d.ts +0 -0
- package/dist/types/modules/collaborator/index.js +0 -0
- package/dist/types/modules/common/enum.d.ts +65 -0
- package/dist/types/modules/common/enum.js +69 -0
- package/dist/types/modules/common/index.d.ts +1 -0
- package/dist/types/modules/common/index.js +1 -0
- package/dist/types/modules/common/interface.d.ts +17 -0
- package/dist/types/modules/common/interface.js +0 -0
- package/dist/types/modules/common/type.d.ts +2 -14
- package/dist/types/modules/common/type.js +1 -14
- package/dist/types/modules/data/dto.d.ts +4 -0
- package/dist/types/modules/data/dto.js +7 -0
- package/dist/types/modules/data/index.d.ts +2 -0
- package/dist/types/modules/data/index.js +18 -0
- package/dist/types/modules/data/interface.d.ts +6 -0
- package/dist/types/modules/data/interface.js +2 -0
- package/dist/types/modules/file/dto.d.ts +0 -0
- package/dist/types/modules/file/dto.js +0 -0
- package/dist/types/modules/file/index.d.ts +0 -0
- package/dist/types/modules/file/index.js +0 -0
- package/dist/types/modules/file/interface.d.ts +0 -0
- package/dist/types/modules/file/interface.js +0 -0
- package/dist/types/modules/file/type.d.ts +0 -0
- package/dist/types/modules/file/type.js +0 -0
- package/dist/types/modules/history/dto.d.ts +0 -0
- package/dist/types/modules/history/dto.js +0 -0
- package/dist/types/modules/history/index.d.ts +0 -0
- package/dist/types/modules/history/index.js +0 -0
- package/dist/types/modules/history/interface.d.ts +0 -0
- package/dist/types/modules/history/interface.js +0 -0
- package/dist/types/modules/index.d.ts +3 -4
- package/dist/types/modules/index.js +3 -4
- package/dist/types/modules/inquiry/dto.d.ts +0 -0
- package/dist/types/modules/inquiry/dto.js +0 -0
- package/dist/types/modules/inquiry/index.d.ts +0 -0
- package/dist/types/modules/inquiry/index.js +0 -0
- package/dist/types/modules/inquiry/interface.d.ts +0 -0
- package/dist/types/modules/inquiry/interface.js +0 -0
- package/dist/types/modules/inquiry/type.d.ts +0 -0
- package/dist/types/modules/inquiry/type.js +0 -0
- package/dist/types/modules/insurance/dto.d.ts +16 -12
- package/dist/types/modules/insurance/dto.js +0 -0
- package/dist/types/modules/insurance/index.d.ts +0 -0
- package/dist/types/modules/insurance/index.js +0 -0
- package/dist/types/modules/insurance/interface.d.ts +12 -9
- package/dist/types/modules/insurance/interface.js +0 -0
- package/dist/types/modules/member/dto.d.ts +0 -28
- package/dist/types/modules/member/dto.js +0 -0
- package/dist/types/modules/member/index.d.ts +0 -0
- package/dist/types/modules/member/index.js +0 -0
- package/dist/types/modules/member/interface.d.ts +82 -45
- package/dist/types/modules/member/interface.js +0 -0
- package/dist/types/modules/member/type.d.ts +11 -0
- package/dist/types/modules/member/type.js +11 -0
- package/dist/types/modules/message/dto.d.ts +0 -0
- package/dist/types/modules/message/dto.js +0 -0
- package/dist/types/modules/message/index.d.ts +0 -0
- package/dist/types/modules/message/index.js +0 -0
- package/dist/types/modules/message/interface.d.ts +0 -0
- package/dist/types/modules/message/interface.js +0 -0
- package/dist/types/modules/message/type.d.ts +0 -0
- package/dist/types/modules/message/type.js +0 -0
- package/dist/types/modules/notification/dto.d.ts +0 -0
- package/dist/types/modules/notification/dto.js +0 -0
- package/dist/types/modules/notification/index.d.ts +0 -0
- package/dist/types/modules/notification/index.js +0 -0
- package/dist/types/modules/notification/interface.d.ts +0 -0
- package/dist/types/modules/notification/interface.js +0 -0
- package/dist/types/modules/notification/type.d.ts +0 -0
- package/dist/types/modules/notification/type.js +0 -0
- package/dist/types/modules/order/dto.d.ts +33 -11
- package/dist/types/modules/order/dto.js +0 -0
- package/dist/types/modules/order/index.d.ts +0 -0
- package/dist/types/modules/order/index.js +0 -0
- package/dist/types/modules/order/interface.d.ts +0 -0
- package/dist/types/modules/order/interface.js +0 -0
- package/dist/types/modules/order/type.d.ts +0 -0
- package/dist/types/modules/order/type.js +0 -0
- package/dist/types/modules/partners/dto.d.ts +37 -0
- package/dist/types/modules/partners/dto.js +11 -0
- package/dist/types/modules/partners/index.d.ts +3 -0
- package/dist/types/modules/partners/index.js +19 -0
- package/dist/types/modules/partners/interface.d.ts +40 -0
- package/dist/types/modules/partners/interface.js +2 -0
- package/dist/types/modules/partners/type.d.ts +12 -0
- package/dist/types/modules/partners/type.js +13 -0
- package/dist/types/modules/popup/dto.d.ts +0 -0
- package/dist/types/modules/popup/dto.js +0 -0
- package/dist/types/modules/popup/index.d.ts +0 -0
- package/dist/types/modules/popup/index.js +0 -0
- package/dist/types/modules/popup/interface.d.ts +0 -0
- package/dist/types/modules/popup/interface.js +0 -0
- package/dist/types/modules/promotion/24090500/dto.d.ts +0 -0
- package/dist/types/modules/promotion/24090500/dto.js +0 -0
- package/dist/types/modules/promotion/24090500/index.d.ts +0 -0
- package/dist/types/modules/promotion/24090500/index.js +0 -0
- package/dist/types/modules/promotion/24090500/interface.d.ts +0 -0
- package/dist/types/modules/promotion/24090500/interface.js +0 -0
- package/dist/types/modules/promotion/24090500/type.d.ts +0 -0
- package/dist/types/modules/promotion/24090500/type.js +0 -0
- package/dist/types/modules/promotion/index.d.ts +0 -0
- package/dist/types/modules/promotion/index.js +0 -0
- package/dist/types/modules/purchase/dto.d.ts +0 -0
- package/dist/types/modules/purchase/dto.js +0 -0
- package/dist/types/modules/purchase/index.d.ts +0 -0
- package/dist/types/modules/purchase/index.js +0 -0
- package/dist/types/modules/purchase/interface.d.ts +0 -0
- package/dist/types/modules/purchase/interface.js +0 -0
- package/dist/types/modules/purchase/type.d.ts +0 -0
- package/dist/types/modules/purchase/type.js +0 -0
- package/dist/types/modules/system/dto.d.ts +0 -0
- package/dist/types/modules/system/dto.js +0 -0
- package/dist/types/modules/system/index.d.ts +0 -0
- package/dist/types/modules/system/index.js +0 -0
- package/dist/types/modules/system/interface.d.ts +0 -0
- package/dist/types/modules/system/interface.js +0 -0
- package/dist/types/modules/term/dto.d.ts +11 -15
- package/dist/types/modules/term/dto.js +0 -0
- package/dist/types/modules/term/index.d.ts +0 -0
- package/dist/types/modules/term/index.js +0 -0
- package/dist/types/modules/term/interface.d.ts +0 -0
- package/dist/types/modules/term/interface.js +0 -0
- package/dist/types/providers/coocon-usedcar/dto.d.ts +0 -0
- package/dist/types/providers/coocon-usedcar/dto.js +0 -0
- package/dist/types/providers/coocon-usedcar/index.d.ts +0 -0
- package/dist/types/providers/coocon-usedcar/index.js +0 -0
- package/dist/types/providers/coocon-usedcar/interface.d.ts +0 -0
- package/dist/types/providers/coocon-usedcar/interface.js +0 -0
- package/dist/types/providers/firebase-message/dto.d.ts +0 -27
- package/dist/types/providers/firebase-message/dto.js +0 -0
- package/dist/types/providers/firebase-message/index.d.ts +0 -0
- package/dist/types/providers/firebase-message/index.js +0 -0
- package/dist/types/providers/firebase-message/interface.d.ts +0 -0
- package/dist/types/providers/firebase-message/interface.js +0 -0
- package/dist/types/providers/gabia-sms/dto.d.ts +0 -0
- package/dist/types/providers/gabia-sms/dto.js +0 -0
- package/dist/types/providers/gabia-sms/index.d.ts +0 -0
- package/dist/types/providers/gabia-sms/index.js +0 -0
- package/dist/types/providers/index.d.ts +0 -1
- package/dist/types/providers/index.js +0 -1
- package/dist/types/providers/mailer/dto.d.ts +0 -0
- package/dist/types/providers/mailer/dto.js +0 -0
- package/dist/types/providers/mailer/index.d.ts +0 -0
- package/dist/types/providers/mailer/index.js +0 -0
- package/dist/types/providers/niceapi/dto.d.ts +0 -0
- package/dist/types/providers/niceapi/dto.js +0 -0
- package/dist/types/providers/niceapi/index.d.ts +0 -0
- package/dist/types/providers/niceapi/index.js +0 -0
- package/dist/types/providers/niceapi/interface.d.ts +0 -0
- package/dist/types/providers/niceapi/interface.js +0 -0
- package/dist/types/providers/nicepayment/dto.d.ts +0 -0
- package/dist/types/providers/nicepayment/dto.js +0 -0
- package/dist/types/providers/nicepayment/index.d.ts +0 -0
- package/dist/types/providers/nicepayment/index.js +0 -0
- package/dist/types/providers/nicepayment/interface.d.ts +0 -0
- package/dist/types/providers/nicepayment/interface.js +0 -0
- package/dist/types/providers/nicepayment/type.d.ts +0 -0
- package/dist/types/providers/nicepayment/type.js +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
File without changes
|
package/dist/data/bankcode.d.ts
CHANGED
|
File without changes
|
package/dist/data/bankcode.js
CHANGED
|
File without changes
|
package/dist/data/banner.d.ts
CHANGED
|
@@ -7,28 +7,28 @@ export declare const BannerCategoryData: readonly [{
|
|
|
7
7
|
readonly id: 10001000;
|
|
8
8
|
readonly name: "앱 메인페이지 최상단";
|
|
9
9
|
readonly description: "앱 메인페이지 최상단에 노출됩니다";
|
|
10
|
-
readonly target:
|
|
10
|
+
readonly target: any;
|
|
11
11
|
readonly proper_width: 375;
|
|
12
12
|
readonly proper_height: 140;
|
|
13
13
|
}, {
|
|
14
14
|
readonly id: 20001000;
|
|
15
15
|
readonly name: "앱 메인페이지 중단";
|
|
16
16
|
readonly description: "앱 메인페이지 중단에 노출됩니다";
|
|
17
|
-
readonly target:
|
|
17
|
+
readonly target: any;
|
|
18
18
|
readonly proper_width: 375;
|
|
19
19
|
readonly proper_height: 92;
|
|
20
20
|
}, {
|
|
21
21
|
readonly id: 20002000;
|
|
22
22
|
readonly name: "앱 메인페이지 하단";
|
|
23
23
|
readonly description: "앱 메인페이지 하단에 노출됩니다";
|
|
24
|
-
readonly target:
|
|
24
|
+
readonly target: any;
|
|
25
25
|
readonly proper_width: 375;
|
|
26
26
|
readonly proper_height: 92;
|
|
27
27
|
}, {
|
|
28
28
|
readonly id: 30001000;
|
|
29
29
|
readonly name: "차량 구매 후 내차팔기";
|
|
30
30
|
readonly description: "차량 구매 완료 후 내차팔기로 유도하는 배너";
|
|
31
|
-
readonly target:
|
|
31
|
+
readonly target: any;
|
|
32
32
|
readonly proper_width: 375;
|
|
33
33
|
readonly proper_height: 92;
|
|
34
34
|
}];
|
package/dist/data/banner.js
CHANGED
|
@@ -11,7 +11,7 @@ exports.BannerCategoryData = [
|
|
|
11
11
|
id: 10001000,
|
|
12
12
|
name: "앱 메인페이지 최상단",
|
|
13
13
|
description: "앱 메인페이지 최상단에 노출됩니다",
|
|
14
|
-
target:
|
|
14
|
+
target: undefined,
|
|
15
15
|
proper_width: 375,
|
|
16
16
|
proper_height: 140,
|
|
17
17
|
},
|
|
@@ -19,7 +19,7 @@ exports.BannerCategoryData = [
|
|
|
19
19
|
id: 20001000,
|
|
20
20
|
name: "앱 메인페이지 중단",
|
|
21
21
|
description: "앱 메인페이지 중단에 노출됩니다",
|
|
22
|
-
target:
|
|
22
|
+
target: undefined,
|
|
23
23
|
proper_width: 375,
|
|
24
24
|
proper_height: 92,
|
|
25
25
|
},
|
|
@@ -27,7 +27,7 @@ exports.BannerCategoryData = [
|
|
|
27
27
|
id: 20002000,
|
|
28
28
|
name: "앱 메인페이지 하단",
|
|
29
29
|
description: "앱 메인페이지 하단에 노출됩니다",
|
|
30
|
-
target:
|
|
30
|
+
target: undefined,
|
|
31
31
|
proper_width: 375,
|
|
32
32
|
proper_height: 92,
|
|
33
33
|
},
|
|
@@ -35,7 +35,7 @@ exports.BannerCategoryData = [
|
|
|
35
35
|
id: 30001000,
|
|
36
36
|
name: "차량 구매 후 내차팔기",
|
|
37
37
|
description: "차량 구매 완료 후 내차팔기로 유도하는 배너",
|
|
38
|
-
target:
|
|
38
|
+
target: undefined,
|
|
39
39
|
proper_width: 375,
|
|
40
40
|
proper_height: 92,
|
|
41
41
|
},
|
package/dist/data/board.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ export declare const BoardData: readonly [{
|
|
|
8
8
|
readonly key: "notice";
|
|
9
9
|
readonly name: "공지사항";
|
|
10
10
|
readonly description: "카사요 공지사항";
|
|
11
|
-
readonly watchableMemberType:
|
|
11
|
+
readonly watchableMemberType: any;
|
|
12
12
|
readonly writableMemberType: "admin";
|
|
13
13
|
readonly commentAble: false;
|
|
14
14
|
readonly reportAble: false;
|
|
@@ -19,7 +19,7 @@ export declare const BoardData: readonly [{
|
|
|
19
19
|
readonly key: "faq";
|
|
20
20
|
readonly name: "자주찾는 질문";
|
|
21
21
|
readonly description: "카사요 자주찾는 질문";
|
|
22
|
-
readonly watchableMemberType:
|
|
22
|
+
readonly watchableMemberType: any;
|
|
23
23
|
readonly writableMemberType: "admin";
|
|
24
24
|
readonly commentAble: false;
|
|
25
25
|
readonly reportAble: false;
|
|
@@ -30,3 +30,45 @@ export type BoardKey = (typeof BoardData)[number]["key"];
|
|
|
30
30
|
export declare const BoardKey: {
|
|
31
31
|
[K in BoardKey]: K;
|
|
32
32
|
};
|
|
33
|
+
/** 게시판 카테고리 데이터 */
|
|
34
|
+
export declare const BoardCategoryData: readonly [{
|
|
35
|
+
readonly id: 0;
|
|
36
|
+
readonly key: "notice";
|
|
37
|
+
readonly name: "전체";
|
|
38
|
+
readonly watchableMemberType: any;
|
|
39
|
+
}, {
|
|
40
|
+
readonly id: 1;
|
|
41
|
+
readonly key: "notice";
|
|
42
|
+
readonly name: "일반고객";
|
|
43
|
+
readonly watchableMemberType: "customer";
|
|
44
|
+
}, {
|
|
45
|
+
readonly id: 2;
|
|
46
|
+
readonly key: "notice";
|
|
47
|
+
readonly name: "카매니저";
|
|
48
|
+
readonly watchableMemberType: "dealer";
|
|
49
|
+
}, {
|
|
50
|
+
readonly id: 3;
|
|
51
|
+
readonly key: "notice";
|
|
52
|
+
readonly name: "카사요 파트너스";
|
|
53
|
+
readonly watchableMemberType: "partner";
|
|
54
|
+
}, {
|
|
55
|
+
readonly id: 0;
|
|
56
|
+
readonly key: "faq";
|
|
57
|
+
readonly name: "전체";
|
|
58
|
+
readonly watchableMemberType: any;
|
|
59
|
+
}, {
|
|
60
|
+
readonly id: 1;
|
|
61
|
+
readonly key: "faq";
|
|
62
|
+
readonly name: "일반고객";
|
|
63
|
+
readonly watchableMemberType: "customer";
|
|
64
|
+
}, {
|
|
65
|
+
readonly id: 2;
|
|
66
|
+
readonly key: "faq";
|
|
67
|
+
readonly name: "카매니저";
|
|
68
|
+
readonly watchableMemberType: "dealer";
|
|
69
|
+
}, {
|
|
70
|
+
readonly id: 3;
|
|
71
|
+
readonly key: "faq";
|
|
72
|
+
readonly name: "카사요 파트너스";
|
|
73
|
+
readonly watchableMemberType: "partner";
|
|
74
|
+
}];
|
package/dist/data/board.js
CHANGED
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
* @backend Prisma, Main_Service
|
|
6
6
|
*/
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
-
exports.BoardKey = exports.BoardData = void 0;
|
|
8
|
+
exports.BoardCategoryData = exports.BoardKey = exports.BoardData = void 0;
|
|
9
9
|
exports.BoardData = [
|
|
10
10
|
{
|
|
11
11
|
id: 1,
|
|
12
12
|
key: "notice",
|
|
13
13
|
name: "공지사항",
|
|
14
14
|
description: "카사요 공지사항",
|
|
15
|
-
watchableMemberType:
|
|
15
|
+
watchableMemberType: undefined,
|
|
16
16
|
writableMemberType: "admin",
|
|
17
17
|
commentAble: false,
|
|
18
18
|
reportAble: false,
|
|
@@ -24,7 +24,7 @@ exports.BoardData = [
|
|
|
24
24
|
key: "faq",
|
|
25
25
|
name: "자주찾는 질문",
|
|
26
26
|
description: "카사요 자주찾는 질문",
|
|
27
|
-
watchableMemberType:
|
|
27
|
+
watchableMemberType: undefined,
|
|
28
28
|
writableMemberType: "admin",
|
|
29
29
|
commentAble: false,
|
|
30
30
|
reportAble: false,
|
|
@@ -33,3 +33,24 @@ exports.BoardData = [
|
|
|
33
33
|
},
|
|
34
34
|
];
|
|
35
35
|
exports.BoardKey = Object.fromEntries(exports.BoardData.map((item) => [item.key, item.key]));
|
|
36
|
+
/** 게시판 카테고리 데이터 */
|
|
37
|
+
exports.BoardCategoryData = [
|
|
38
|
+
{ id: 0, key: "notice", name: "전체", watchableMemberType: undefined },
|
|
39
|
+
{ id: 1, key: "notice", name: "일반고객", watchableMemberType: "customer" },
|
|
40
|
+
{ id: 2, key: "notice", name: "카매니저", watchableMemberType: "dealer" },
|
|
41
|
+
{
|
|
42
|
+
id: 3,
|
|
43
|
+
key: "notice",
|
|
44
|
+
name: "카사요 파트너스",
|
|
45
|
+
watchableMemberType: "partner",
|
|
46
|
+
},
|
|
47
|
+
{ id: 0, key: "faq", name: "전체", watchableMemberType: undefined },
|
|
48
|
+
{ id: 1, key: "faq", name: "일반고객", watchableMemberType: "customer" },
|
|
49
|
+
{ id: 2, key: "faq", name: "카매니저", watchableMemberType: "dealer" },
|
|
50
|
+
{
|
|
51
|
+
id: 3,
|
|
52
|
+
key: "faq",
|
|
53
|
+
name: "카사요 파트너스",
|
|
54
|
+
watchableMemberType: "partner",
|
|
55
|
+
},
|
|
56
|
+
];
|
package/dist/data/car.d.ts
CHANGED
|
@@ -7,45 +7,45 @@ export declare const CarMakerData: readonly [{
|
|
|
7
7
|
readonly isSuperCar: false;
|
|
8
8
|
readonly image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20221117/63759b240a83b.png";
|
|
9
9
|
}, {
|
|
10
|
-
readonly id:
|
|
11
|
-
readonly name: "
|
|
12
|
-
readonly name_en: "
|
|
10
|
+
readonly id: 2;
|
|
11
|
+
readonly name: "기아";
|
|
12
|
+
readonly name_en: "KIA";
|
|
13
13
|
readonly country: "한국";
|
|
14
14
|
readonly type: "domestic";
|
|
15
15
|
readonly isSuperCar: false;
|
|
16
|
-
readonly image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/
|
|
16
|
+
readonly image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20210119/60062c177ed85.png";
|
|
17
17
|
}, {
|
|
18
|
-
readonly id:
|
|
19
|
-
readonly name: "
|
|
20
|
-
readonly name_en: "
|
|
18
|
+
readonly id: 146;
|
|
19
|
+
readonly name: "제네시스";
|
|
20
|
+
readonly name_en: "GENESYS";
|
|
21
21
|
readonly country: "한국";
|
|
22
22
|
readonly type: "domestic";
|
|
23
23
|
readonly isSuperCar: false;
|
|
24
|
-
readonly image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/
|
|
24
|
+
readonly image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20220510/6279bec9dd0f8.png";
|
|
25
25
|
}, {
|
|
26
|
-
readonly id:
|
|
27
|
-
readonly name: "
|
|
28
|
-
readonly name_en: "
|
|
26
|
+
readonly id: 4;
|
|
27
|
+
readonly name: "KG모빌리티";
|
|
28
|
+
readonly name_en: "KG MOBILITY(SSANGYONG)";
|
|
29
29
|
readonly country: "한국";
|
|
30
30
|
readonly type: "domestic";
|
|
31
31
|
readonly isSuperCar: false;
|
|
32
|
-
readonly image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/
|
|
32
|
+
readonly image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20230406/642e4862b5e25.png";
|
|
33
33
|
}, {
|
|
34
34
|
readonly id: 3;
|
|
35
|
-
readonly name: "
|
|
35
|
+
readonly name: "르노코리아";
|
|
36
36
|
readonly name_en: "RENAULT(SAMSUNG)";
|
|
37
37
|
readonly country: "한국";
|
|
38
38
|
readonly type: "domestic";
|
|
39
39
|
readonly isSuperCar: false;
|
|
40
40
|
readonly image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20240404/660e6a28ad6d5.png";
|
|
41
41
|
}, {
|
|
42
|
-
readonly id:
|
|
43
|
-
readonly name: "
|
|
44
|
-
readonly name_en: "
|
|
42
|
+
readonly id: 1;
|
|
43
|
+
readonly name: "쉐보레";
|
|
44
|
+
readonly name_en: "CHEVROLET(DAEWOO)";
|
|
45
45
|
readonly country: "한국";
|
|
46
46
|
readonly type: "domestic";
|
|
47
47
|
readonly isSuperCar: false;
|
|
48
|
-
readonly image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/
|
|
48
|
+
readonly image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20160928/57eba19e7c2f1.png";
|
|
49
49
|
}, {
|
|
50
50
|
readonly id: 67;
|
|
51
51
|
readonly name: "BMW";
|
|
@@ -104,7 +104,7 @@ export declare const CarMakerData: readonly [{
|
|
|
104
104
|
readonly image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20210927/615183bb3e40f.png";
|
|
105
105
|
}, {
|
|
106
106
|
readonly id: 77;
|
|
107
|
-
readonly name: "
|
|
107
|
+
readonly name: "도요타";
|
|
108
108
|
readonly name_en: "TOYOTA";
|
|
109
109
|
readonly country: "일본";
|
|
110
110
|
readonly type: "imported";
|
|
@@ -221,7 +221,7 @@ export declare const CarMakerData: readonly [{
|
|
|
221
221
|
readonly country: "영국";
|
|
222
222
|
readonly type: "imported";
|
|
223
223
|
readonly isSuperCar: true;
|
|
224
|
-
readonly image_url: "https://
|
|
224
|
+
readonly image_url: "https://carsayo-public.s3.ap-northeast-2.amazonaws.com/resource/carsayo/maker/BENTLEY.png";
|
|
225
225
|
}, {
|
|
226
226
|
readonly id: 85;
|
|
227
227
|
readonly name: "롤스로이스";
|
|
@@ -229,7 +229,7 @@ export declare const CarMakerData: readonly [{
|
|
|
229
229
|
readonly country: "영국";
|
|
230
230
|
readonly type: "imported";
|
|
231
231
|
readonly isSuperCar: true;
|
|
232
|
-
readonly image_url: "https://
|
|
232
|
+
readonly image_url: "https://carsayo-public.s3.ap-northeast-2.amazonaws.com/resource/carsayo/maker/ROLLS-ROYCE.png";
|
|
233
233
|
}, {
|
|
234
234
|
readonly id: 120;
|
|
235
235
|
readonly name: "포르쉐";
|
|
@@ -237,7 +237,7 @@ export declare const CarMakerData: readonly [{
|
|
|
237
237
|
readonly country: "독일";
|
|
238
238
|
readonly type: "imported";
|
|
239
239
|
readonly isSuperCar: true;
|
|
240
|
-
readonly image_url: "https://
|
|
240
|
+
readonly image_url: "https://carsayo-public.s3.ap-northeast-2.amazonaws.com/resource/carsayo/maker/PORSCHE.png";
|
|
241
241
|
}, {
|
|
242
242
|
readonly id: 81;
|
|
243
243
|
readonly name: "람보르기니";
|
|
@@ -245,7 +245,7 @@ export declare const CarMakerData: readonly [{
|
|
|
245
245
|
readonly country: "이탈리아";
|
|
246
246
|
readonly type: "imported";
|
|
247
247
|
readonly isSuperCar: true;
|
|
248
|
-
readonly image_url: "https://
|
|
248
|
+
readonly image_url: "https://carsayo-public.s3.ap-northeast-2.amazonaws.com/resource/carsayo/maker/LAMBORGHINI.png";
|
|
249
249
|
}, {
|
|
250
250
|
readonly id: 69;
|
|
251
251
|
readonly name: "스마트";
|
|
@@ -515,7 +515,7 @@ export declare const CarMakerData: readonly [{
|
|
|
515
515
|
readonly name: "테슬라";
|
|
516
516
|
readonly name_en: "";
|
|
517
517
|
readonly country: "미국";
|
|
518
|
-
readonly type: "
|
|
518
|
+
readonly type: "imported";
|
|
519
519
|
readonly isSuperCar: false;
|
|
520
520
|
readonly image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20150421/5535eebfd289b.png";
|
|
521
521
|
}, {
|
|
@@ -857,11 +857,11 @@ export declare const CarShapeData: readonly [{
|
|
|
857
857
|
readonly id: 17;
|
|
858
858
|
readonly name: "캠핑트레일러";
|
|
859
859
|
}];
|
|
860
|
-
export declare const CarMakerId: (
|
|
860
|
+
export declare const CarMakerId: (1 | 2 | 3 | 5 | 146 | 4 | 67 | 68 | 70 | 71 | 72 | 73 | 74 | 77 | 78 | 82 | 86 | 87 | 101 | 102 | 110 | 112 | 118 | 111 | 125 | 88 | 117 | 93 | 85 | 120 | 81 | 69 | 75 | 76 | 79 | 80 | 83 | 84 | 89 | 90 | 91 | 92 | 94 | 95 | 96 | 97 | 98 | 99 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 114 | 115 | 116 | 121 | 122 | 123 | 124 | 127 | 129 | 139 | 140 | 145 | 150 | 236 | 237 | 238 | 239 | 241 | 243 | 255 | 256 | 257 | 270 | 273 | 274 | 278 | 279 | 280 | 282 | 286 | 287 | 288)[];
|
|
861
861
|
export type CarMakerId = (typeof CarMakerData)[number]["id"];
|
|
862
|
-
export declare const CarCategoryId: (
|
|
862
|
+
export declare const CarCategoryId: (1 | 2 | 3 | 8 | 5 | 4 | 6 | 7 | 9 | 10 | 11 | 21 | 20 | 24 | 25)[];
|
|
863
863
|
export type CarCategoryId = (typeof CarCategoryData)[number]["id"];
|
|
864
|
-
export declare const CarPurposeId: (
|
|
864
|
+
export declare const CarPurposeId: (1 | 2 | 3 | 5 | 4)[];
|
|
865
865
|
export type CarPurposeId = (typeof CarPurpose)[number]["id"];
|
|
866
|
-
export declare const CarShapeId: (0 |
|
|
866
|
+
export declare const CarShapeId: (0 | 1 | 2 | 3 | 8 | 5 | 4 | 6 | 7 | 9 | 10 | 11 | 15 | 12 | 13 | 14 | 16 | 17)[];
|
|
867
867
|
export type CarShapeId = (typeof CarShapeData)[number]["id"];
|
package/dist/data/car.js
CHANGED
|
@@ -17,35 +17,35 @@ exports.CarMakerData = [
|
|
|
17
17
|
image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20221117/63759b240a83b.png",
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
|
-
id:
|
|
21
|
-
name: "
|
|
22
|
-
name_en: "
|
|
20
|
+
id: 2,
|
|
21
|
+
name: "기아",
|
|
22
|
+
name_en: "KIA",
|
|
23
23
|
country: "한국",
|
|
24
24
|
type: "domestic",
|
|
25
25
|
isSuperCar: false,
|
|
26
|
-
image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/
|
|
26
|
+
image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20210119/60062c177ed85.png",
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
|
-
id:
|
|
30
|
-
name: "
|
|
31
|
-
name_en: "
|
|
29
|
+
id: 146,
|
|
30
|
+
name: "제네시스",
|
|
31
|
+
name_en: "GENESYS",
|
|
32
32
|
country: "한국",
|
|
33
33
|
type: "domestic",
|
|
34
34
|
isSuperCar: false,
|
|
35
|
-
image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/
|
|
35
|
+
image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20220510/6279bec9dd0f8.png",
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
|
-
id:
|
|
39
|
-
name: "
|
|
40
|
-
name_en: "
|
|
38
|
+
id: 4,
|
|
39
|
+
name: "KG모빌리티",
|
|
40
|
+
name_en: "KG MOBILITY(SSANGYONG)",
|
|
41
41
|
country: "한국",
|
|
42
42
|
type: "domestic",
|
|
43
43
|
isSuperCar: false,
|
|
44
|
-
image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/
|
|
44
|
+
image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20230406/642e4862b5e25.png",
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
47
|
id: 3,
|
|
48
|
-
name: "
|
|
48
|
+
name: "르노코리아",
|
|
49
49
|
name_en: "RENAULT(SAMSUNG)",
|
|
50
50
|
country: "한국",
|
|
51
51
|
type: "domestic",
|
|
@@ -53,13 +53,13 @@ exports.CarMakerData = [
|
|
|
53
53
|
image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20240404/660e6a28ad6d5.png",
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
|
-
id:
|
|
57
|
-
name: "
|
|
58
|
-
name_en: "
|
|
56
|
+
id: 1,
|
|
57
|
+
name: "쉐보레",
|
|
58
|
+
name_en: "CHEVROLET(DAEWOO)",
|
|
59
59
|
country: "한국",
|
|
60
60
|
type: "domestic",
|
|
61
61
|
isSuperCar: false,
|
|
62
|
-
image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/
|
|
62
|
+
image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20160928/57eba19e7c2f1.png",
|
|
63
63
|
},
|
|
64
64
|
// 해외
|
|
65
65
|
{
|
|
@@ -127,7 +127,7 @@ exports.CarMakerData = [
|
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
id: 77,
|
|
130
|
-
name: "
|
|
130
|
+
name: "도요타",
|
|
131
131
|
name_en: "TOYOTA",
|
|
132
132
|
country: "일본",
|
|
133
133
|
type: "imported",
|
|
@@ -258,7 +258,9 @@ exports.CarMakerData = [
|
|
|
258
258
|
country: "영국",
|
|
259
259
|
type: "imported",
|
|
260
260
|
isSuperCar: true,
|
|
261
|
-
image_url:
|
|
261
|
+
image_url:
|
|
262
|
+
// "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/51403fd075d41.png",
|
|
263
|
+
"https://carsayo-public.s3.ap-northeast-2.amazonaws.com/resource/carsayo/maker/BENTLEY.png",
|
|
262
264
|
},
|
|
263
265
|
{
|
|
264
266
|
id: 85,
|
|
@@ -267,7 +269,9 @@ exports.CarMakerData = [
|
|
|
267
269
|
country: "영국",
|
|
268
270
|
type: "imported",
|
|
269
271
|
isSuperCar: true,
|
|
270
|
-
image_url:
|
|
272
|
+
image_url:
|
|
273
|
+
// "https://zdata.nicednr.co.kr:8181/carLogoFile/20130313/51403f4e59fe8.png",
|
|
274
|
+
"https://carsayo-public.s3.ap-northeast-2.amazonaws.com/resource/carsayo/maker/ROLLS-ROYCE.png",
|
|
271
275
|
},
|
|
272
276
|
{
|
|
273
277
|
id: 120,
|
|
@@ -276,7 +280,9 @@ exports.CarMakerData = [
|
|
|
276
280
|
country: "독일",
|
|
277
281
|
type: "imported",
|
|
278
282
|
isSuperCar: true,
|
|
279
|
-
image_url:
|
|
283
|
+
image_url:
|
|
284
|
+
// "https://zdata.nicednr.co.kr:8181/carLogoFile/20160929/57eca0f5b8fe9.png",
|
|
285
|
+
"https://carsayo-public.s3.ap-northeast-2.amazonaws.com/resource/carsayo/maker/PORSCHE.png",
|
|
280
286
|
},
|
|
281
287
|
{
|
|
282
288
|
id: 81,
|
|
@@ -285,7 +291,9 @@ exports.CarMakerData = [
|
|
|
285
291
|
country: "이탈리아",
|
|
286
292
|
type: "imported",
|
|
287
293
|
isSuperCar: true,
|
|
288
|
-
image_url:
|
|
294
|
+
image_url:
|
|
295
|
+
// "https://zdata.nicednr.co.kr:8181/carLogoFile/20240404/660e5e6205e97.png",
|
|
296
|
+
"https://carsayo-public.s3.ap-northeast-2.amazonaws.com/resource/carsayo/maker/LAMBORGHINI.png",
|
|
289
297
|
},
|
|
290
298
|
// 기타
|
|
291
299
|
{
|
|
@@ -590,7 +598,7 @@ exports.CarMakerData = [
|
|
|
590
598
|
name: "테슬라",
|
|
591
599
|
name_en: "",
|
|
592
600
|
country: "미국",
|
|
593
|
-
type: "
|
|
601
|
+
type: "imported",
|
|
594
602
|
isSuperCar: false,
|
|
595
603
|
image_url: "https://zdata.nicednr.co.kr:8181/carLogoFile/20150421/5535eebfd289b.png",
|
|
596
604
|
},
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -3,6 +3,7 @@ export declare const CollaboratorData: readonly [{
|
|
|
3
3
|
readonly name: "(주)리렌";
|
|
4
4
|
readonly name_en: "";
|
|
5
5
|
readonly description: "리스/장기렌트 담당사";
|
|
6
|
+
readonly adminRoleId: "CB_CT";
|
|
6
7
|
}];
|
|
7
8
|
export declare const CollaboratorId: "COL_LR"[];
|
|
8
9
|
export type CollaboratorId = (typeof CollaboratorData)[number]["id"];
|
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CollaboratorId = exports.CollaboratorData = void 0;
|
|
4
|
+
const role_1 = require("./role");
|
|
4
5
|
exports.CollaboratorData = [
|
|
5
6
|
{
|
|
6
7
|
id: "COL_LR",
|
|
7
8
|
name: "(주)리렌",
|
|
8
9
|
name_en: "",
|
|
9
10
|
description: "리스/장기렌트 담당사",
|
|
11
|
+
adminRoleId: role_1.RoleData.find((el) => {
|
|
12
|
+
return el.id === "CB_CT";
|
|
13
|
+
}).id,
|
|
10
14
|
},
|
|
11
15
|
];
|
|
12
16
|
exports.CollaboratorId = exports.CollaboratorData.map((el) => {
|
package/dist/data/index.d.ts
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
export * from "./bankcode";
|
|
2
|
-
export * from "./banner";
|
|
3
2
|
export * from "./board";
|
|
4
3
|
export * from "./car";
|
|
5
4
|
export * from "./carPopularCategory";
|
|
6
5
|
export * from "./collaborator";
|
|
7
|
-
export * from "./popup";
|
|
8
6
|
export * from "./purchase";
|
|
9
7
|
export * from "./region";
|
|
10
8
|
export * from "./role";
|
package/dist/data/index.js
CHANGED
|
@@ -15,12 +15,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./bankcode"), exports);
|
|
18
|
-
__exportStar(require("./banner"), exports);
|
|
19
18
|
__exportStar(require("./board"), exports);
|
|
20
19
|
__exportStar(require("./car"), exports);
|
|
21
20
|
__exportStar(require("./carPopularCategory"), exports);
|
|
22
21
|
__exportStar(require("./collaborator"), exports);
|
|
23
|
-
__exportStar(require("./popup"), exports);
|
|
24
22
|
__exportStar(require("./purchase"), exports);
|
|
25
23
|
__exportStar(require("./region"), exports);
|
|
26
24
|
__exportStar(require("./role"), exports);
|
package/dist/data/popup.d.ts
CHANGED
|
File without changes
|
package/dist/data/popup.js
CHANGED
|
File without changes
|
package/dist/data/purchase.d.ts
CHANGED
|
File without changes
|
package/dist/data/purchase.js
CHANGED
|
File without changes
|
package/dist/data/region.d.ts
CHANGED
|
@@ -1218,7 +1218,7 @@ export declare const SigunguData: readonly [{
|
|
|
1218
1218
|
readonly name: "서귀포시";
|
|
1219
1219
|
readonly isActive: true;
|
|
1220
1220
|
}];
|
|
1221
|
-
export declare const SidoId: (
|
|
1221
|
+
export declare const SidoId: (1 | 2 | 3 | 8 | 5 | 4 | 6 | 7 | 9 | 10 | 11 | 15 | 12 | 13 | 14 | 16 | 17)[];
|
|
1222
1222
|
export type SidoId = (typeof SidoData)[number]['id'];
|
|
1223
|
-
export declare const SigunguId: (53 |
|
|
1223
|
+
export declare const SigunguId: (53 | 1 | 2 | 3 | 8 | 5 | 146 | 4 | 67 | 68 | 70 | 71 | 72 | 73 | 74 | 77 | 78 | 82 | 86 | 87 | 101 | 102 | 110 | 112 | 118 | 111 | 125 | 88 | 117 | 93 | 85 | 120 | 81 | 69 | 75 | 76 | 79 | 80 | 83 | 84 | 89 | 90 | 91 | 92 | 94 | 95 | 96 | 97 | 98 | 99 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 114 | 115 | 116 | 121 | 122 | 123 | 124 | 127 | 129 | 139 | 140 | 145 | 150 | 6 | 7 | 9 | 10 | 11 | 21 | 20 | 24 | 25 | 15 | 12 | 13 | 14 | 16 | 17 | 18 | 19 | 22 | 23 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 100 | 113 | 119 | 126 | 128 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 141 | 142 | 143 | 144 | 147 | 148 | 149 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | 214 | 215 | 216 | 217 | 218 | 219 | 220 | 221 | 222 | 223 | 224 | 225 | 226 | 227 | 228 | 229)[];
|
|
1224
1224
|
export type SigunguId = (typeof SigunguData)[number]['id'];
|
package/dist/data/region.js
CHANGED
|
File without changes
|
package/dist/data/role.d.ts
CHANGED
|
@@ -53,6 +53,11 @@ export declare const RoleData: readonly [{
|
|
|
53
53
|
readonly name: "콘텐츠 관리";
|
|
54
54
|
readonly description: "콘텐츠 관리 대메뉴가 활성화됩니다";
|
|
55
55
|
readonly member_type: "admin";
|
|
56
|
+
}, {
|
|
57
|
+
readonly id: "AD_PT_MN";
|
|
58
|
+
readonly name: "파트너스 관리";
|
|
59
|
+
readonly description: "파트너스 관리 대메뉴가 활성화됩니다";
|
|
60
|
+
readonly member_type: "admin";
|
|
56
61
|
}, {
|
|
57
62
|
readonly id: "CB_CT";
|
|
58
63
|
readonly name: "(주)리렌 관리자";
|
|
@@ -85,7 +90,7 @@ export declare const RoleGroupData: readonly [{
|
|
|
85
90
|
readonly description: "게시판 관리자입니다";
|
|
86
91
|
readonly member_type: "admin";
|
|
87
92
|
}];
|
|
88
|
-
export declare const RoleId: ("SU" | "AD_DASH" | "AD_TOTALMB" | "AD_CM" | "AD_OD" | "AD_PG" | "AD_MK" | "AD_IQ" | "AD_BD" | "AD_CT" | "CB_CT")[];
|
|
89
|
-
export type RoleId = (typeof RoleData)[number][
|
|
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_PT_MN" | "CB_CT")[];
|
|
94
|
+
export type RoleId = (typeof RoleData)[number]["id"];
|
|
90
95
|
export declare const RoleGroupId: ("SuperAdmin" | "SubAdmin" | "Manager" | "OrderManager" | "BoardManager")[];
|
|
91
|
-
export type RoleGroupId = (typeof RoleGroupData)[number][
|
|
96
|
+
export type RoleGroupId = (typeof RoleGroupData)[number]["id"];
|