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