@carsayo/types 1.1.860 → 1.1.861

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.
@@ -5,7 +5,7 @@
5
5
  * @missing 연락 두절 상태를 의미합니다
6
6
  * @deleted 탈퇴된 계정입니다
7
7
  * @pending 보험 승인대기 상태
8
- * @pending_singout 회원탈퇴 승인대기 상태
8
+ * @pending_signout 회원탈퇴 승인대기 상태
9
9
  */
10
10
  export declare const MemberState: {
11
11
  readonly activate: "activate";
@@ -14,7 +14,7 @@ export declare const MemberState: {
14
14
  readonly missing: "missing";
15
15
  readonly signout: "signout";
16
16
  readonly pending: "pending";
17
- readonly pending_singout: "pending_singout";
17
+ readonly pending_signout: "pending_signout";
18
18
  };
19
19
  export type MemberState = keyof typeof MemberState;
20
20
  export declare const MemberGender: {
@@ -8,7 +8,7 @@ exports.MemberSignupMethod = exports.SearchMemberMode = exports.SearchMemberSort
8
8
  * @missing 연락 두절 상태를 의미합니다
9
9
  * @deleted 탈퇴된 계정입니다
10
10
  * @pending 보험 승인대기 상태
11
- * @pending_singout 회원탈퇴 승인대기 상태
11
+ * @pending_signout 회원탈퇴 승인대기 상태
12
12
  */
13
13
  exports.MemberState = {
14
14
  activate: "activate",
@@ -17,7 +17,7 @@ exports.MemberState = {
17
17
  missing: "missing",
18
18
  signout: "signout",
19
19
  pending: "pending",
20
- pending_singout: "pending_singout",
20
+ pending_signout: "pending_signout",
21
21
  };
22
22
  exports.MemberGender = {
23
23
  male: "male",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.860",
3
+ "version": "1.1.861",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",