@carsayo/types 1.1.892077 → 1.1.892079
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.
|
@@ -518,7 +518,7 @@ export interface MemberSettingUpdateDTO {
|
|
|
518
518
|
/** 마케팅 관련 이메일 수신여부 */
|
|
519
519
|
marketing_email?: boolean;
|
|
520
520
|
/** 마케팅 관련 메신저/알림톡 수신여부 */
|
|
521
|
-
|
|
521
|
+
marketing_messanger?: boolean;
|
|
522
522
|
}
|
|
523
523
|
/** 프로필 사진 업로드 */
|
|
524
524
|
export interface SetProfileImageDTO {
|