@carsayo/types 1.1.774 → 1.1.775
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/term.d.ts +2 -2
- package/dist/data/term.js +2 -2
- package/package.json +1 -1
package/dist/data/term.d.ts
CHANGED
|
@@ -123,8 +123,8 @@ export declare const TermCategoryData: readonly [{
|
|
|
123
123
|
readonly isActive: true;
|
|
124
124
|
}, {
|
|
125
125
|
readonly id: 94100;
|
|
126
|
-
readonly title: "
|
|
127
|
-
readonly description: "
|
|
126
|
+
readonly title: "위치기반서비스 이용 동의";
|
|
127
|
+
readonly description: "위치기반서비스 이용 약관";
|
|
128
128
|
readonly member_type: any;
|
|
129
129
|
readonly dealer_type: any;
|
|
130
130
|
readonly isEssential: false;
|
package/dist/data/term.js
CHANGED
|
@@ -146,8 +146,8 @@ exports.TermCategoryData = [
|
|
|
146
146
|
/** 공통 동의 내용 */
|
|
147
147
|
{
|
|
148
148
|
id: 94100,
|
|
149
|
-
title: "
|
|
150
|
-
description: "
|
|
149
|
+
title: "위치기반서비스 이용 동의",
|
|
150
|
+
description: "위치기반서비스 이용 약관",
|
|
151
151
|
member_type: null,
|
|
152
152
|
dealer_type: null,
|
|
153
153
|
isEssential: false,
|