@carsayo/types 1.1.814 → 1.1.816
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
|
@@ -159,8 +159,8 @@ export declare const TermCategoryData: readonly [{
|
|
|
159
159
|
readonly isActive: true;
|
|
160
160
|
}, {
|
|
161
161
|
readonly id: 86006;
|
|
162
|
-
readonly title: "
|
|
163
|
-
readonly description: "카사요 파트너스 - 파트너 회원 - 마케팅 정보
|
|
162
|
+
readonly title: "마케팅 정보 수신 동의";
|
|
163
|
+
readonly description: "카사요 파트너스 - 파트너 회원 - 마케팅 정보 수신 동의";
|
|
164
164
|
readonly member_type: "partner";
|
|
165
165
|
readonly dealer_type: any;
|
|
166
166
|
readonly isEssential: false;
|
package/dist/data/term.js
CHANGED
|
@@ -185,8 +185,8 @@ exports.TermCategoryData = [
|
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
id: 86006,
|
|
188
|
-
title: "
|
|
189
|
-
description: "카사요 파트너스 - 파트너 회원 - 마케팅 정보
|
|
188
|
+
title: "마케팅 정보 수신 동의",
|
|
189
|
+
description: "카사요 파트너스 - 파트너 회원 - 마케팅 정보 수신 동의",
|
|
190
190
|
member_type: "partner",
|
|
191
191
|
dealer_type: null,
|
|
192
192
|
isEssential: false,
|