@carsayo/types 1.1.892101 → 1.1.892102
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.
|
@@ -166,7 +166,7 @@ export interface MemberSignupDealerDTO extends DealerSignupTermsDTO {
|
|
|
166
166
|
}
|
|
167
167
|
export interface CreateTermDTO extends TermCategoryIdDTO {
|
|
168
168
|
content_html: string;
|
|
169
|
-
term_url
|
|
169
|
+
term_url?: string;
|
|
170
170
|
/** 현재 최신 버전보다 높은 숫자가 입력되어야 합니다 */
|
|
171
171
|
version: number;
|
|
172
172
|
}
|
|
@@ -38,7 +38,7 @@ export interface TermInfo {
|
|
|
38
38
|
export interface TermDetail extends TermInfo {
|
|
39
39
|
content_html: string | null;
|
|
40
40
|
term_categoryId: TermCategoryId;
|
|
41
|
-
term_url
|
|
41
|
+
term_url?: string | null;
|
|
42
42
|
}
|
|
43
43
|
export interface TermCategoryDetailInfo {
|
|
44
44
|
id: TermCategoryId;
|