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