@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 {
@@ -89,6 +89,8 @@ export interface MemberSetting {
89
89
  marketing_sms: boolean;
90
90
  /** 마케팅수신동의여부: 이메일 */
91
91
  marketing_email: boolean;
92
+ /** 마케팅수신동의여부: 메신저/알림톡 */
93
+ marketing_messenger: boolean;
92
94
  }
93
95
  /**
94
96
  * @description 회원 알람 개수
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892076",
3
+ "version": "1.1.892077",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",