@carsayo/types 1.1.860 → 1.1.862

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.
@@ -121,6 +121,24 @@ export declare const TermCategoryData: readonly [{
121
121
  readonly isEssential: true;
122
122
  readonly isContent: true;
123
123
  readonly isActive: true;
124
+ }, {
125
+ readonly id: 75000;
126
+ readonly title: "카사요 인슈어런스 회원 약관";
127
+ readonly description: "카사요 인슈어런스 가입 신청 시 동의받는 약관입니다.";
128
+ readonly member_type: "insurance";
129
+ readonly dealer_type: any;
130
+ readonly isEssential: true;
131
+ readonly isContent: true;
132
+ readonly isActive: true;
133
+ }, {
134
+ readonly id: 75002;
135
+ readonly title: "개인정보 수집 및 이용 동의";
136
+ readonly description: "카사요 인슈어런스 가입 신청 시 동의받는 약관입니다.";
137
+ readonly member_type: "insurance";
138
+ readonly dealer_type: any;
139
+ readonly isEssential: true;
140
+ readonly isContent: true;
141
+ readonly isActive: true;
124
142
  }, {
125
143
  readonly id: 85000;
126
144
  readonly title: "카사요 파트너스 회원 약관 동의";
@@ -203,5 +221,5 @@ export declare const TermCategoryData: readonly [{
203
221
  readonly isContent: true;
204
222
  readonly isActive: true;
205
223
  }];
206
- export declare const TermCategoryId: (10100 | 10200 | 10500 | 10600 | 10700 | 20100 | 20200 | 24090 | 24100 | 25090 | 25100 | 26090 | 26100 | 85000 | 85002 | 85012 | 86005 | 86006 | 94100 | 95100 | 95200 | 95300)[];
224
+ export declare const TermCategoryId: (10100 | 10200 | 10500 | 10600 | 10700 | 20100 | 20200 | 24090 | 24100 | 25090 | 25100 | 26090 | 26100 | 75000 | 75002 | 85000 | 85002 | 85012 | 86005 | 86006 | 94100 | 95100 | 95200 | 95300)[];
207
225
  export type TermCategoryId = (typeof TermCategoryData)[number]["id"];
package/dist/data/term.js CHANGED
@@ -143,6 +143,26 @@ exports.TermCategoryData = [
143
143
  isContent: true,
144
144
  isActive: true,
145
145
  },
146
+ {
147
+ id: 75000,
148
+ title: "카사요 인슈어런스 회원 약관",
149
+ description: "카사요 인슈어런스 가입 신청 시 동의받는 약관입니다.",
150
+ member_type: "insurance",
151
+ dealer_type: null,
152
+ isEssential: true,
153
+ isContent: true,
154
+ isActive: true,
155
+ },
156
+ {
157
+ id: 75002,
158
+ title: "개인정보 수집 및 이용 동의",
159
+ description: "카사요 인슈어런스 가입 신청 시 동의받는 약관입니다.",
160
+ member_type: "insurance",
161
+ dealer_type: null,
162
+ isEssential: true,
163
+ isContent: true,
164
+ isActive: true,
165
+ },
146
166
  {
147
167
  id: 85000,
148
168
  title: "카사요 파트너스 회원 약관 동의",
@@ -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.862",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",