@carsayo/types 1.1.801 → 1.1.803
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/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
|
},
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { MemberType } from "../member";
|
|
1
2
|
/**
|
|
2
3
|
* @case like: 좋아요
|
|
3
4
|
* @case normal: 기본 (좋아요도 싫어요도 아님)
|
|
@@ -17,13 +18,13 @@ export declare const Post_LikeHateState: {
|
|
|
17
18
|
* @case dealer: 딜러에게만 허용된 컨텐츠
|
|
18
19
|
* @case admin: 어드민에 대하여만 허용된 컨텐츠
|
|
19
20
|
*/
|
|
20
|
-
export type Board_watchableMemberType =
|
|
21
|
+
export type Board_watchableMemberType = null | MemberType;
|
|
21
22
|
/**
|
|
22
23
|
* @description 글을 작성할 수 있는 회원 유형
|
|
23
24
|
* @notice 어드민은 모든 컨텐츠 작성이 가능합니다
|
|
24
|
-
* @case
|
|
25
|
+
* @case null: 모든 회원 타입에 대하여 작성이 허용된 컨텐츠
|
|
25
26
|
* @case customer: 일반 회원에 대하여만 작성이 허용된 컨텐츠
|
|
26
27
|
* @case dealer: 딜러에게 대하여만 작성이 허용된 컨텐츠
|
|
27
28
|
* @case admin: 어드민에 대하여만 작성이 허용된 컨텐츠
|
|
28
29
|
*/
|
|
29
|
-
export type Board_writableMemberType =
|
|
30
|
+
export type Board_writableMemberType = null | MemberType;
|