@carsayo/types 1.1.892077 → 1.1.892078

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
- marketing_messenger?: boolean;
521
+ marketing_messanger?: boolean;
522
522
  }
523
523
  /** 프로필 사진 업로드 */
524
524
  export interface SetProfileImageDTO {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892077",
3
+ "version": "1.1.892078",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",