@kimdaegyu/babmukdang-shared 1.1.1 → 1.1.3

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.
Files changed (43) hide show
  1. package/dist/{chunk-ET2Z5ZYA.js → chunk-GTVEQYJW.js} +1 -1
  2. package/dist/{chunk-4XAGRJUM.js → chunk-H77ISYYC.js} +0 -10
  3. package/dist/{chunk-JNJRBUKR.js → chunk-J76VB5SE.js} +1 -1
  4. package/dist/{chunk-XTBVYY5B.js → chunk-JEUH3JDZ.js} +31 -18
  5. package/dist/{chunk-ADIREWTX.js → chunk-KRVEQVRC.js} +1 -1
  6. package/dist/{chunk-NAPCX4Q6.js → chunk-M5OSCHMV.js} +3 -3
  7. package/dist/{chunk-XWTMYXPO.js → chunk-TY4WZEIZ.js} +3 -3
  8. package/dist/{chunk-YJ7RUOEJ.js → chunk-U6OQQOPN.js} +2 -2
  9. package/dist/{chunk-O56CI56W.js → chunk-UJJMW7II.js} +1 -1
  10. package/dist/{chunk-RHQHBUO4.js → chunk-VAWYU5JG.js} +1 -1
  11. package/dist/{chunk-AATETFLU.js → chunk-VWPUBTMV.js} +38 -26
  12. package/dist/{chunk-M7HH7FMO.js → chunk-W3YQYI4R.js} +4 -4
  13. package/dist/{chunk-5QLCZOPJ.js → chunk-YGFAVC5N.js} +1 -1
  14. package/dist/domain/article/index.js +4 -4
  15. package/dist/domain/auth/index.js +3 -3
  16. package/dist/domain/common/index.cjs +20 -2
  17. package/dist/domain/common/index.d.cts +1 -1
  18. package/dist/domain/common/index.d.ts +1 -1
  19. package/dist/domain/common/index.js +27 -15
  20. package/dist/domain/friend/index.js +3 -3
  21. package/dist/domain/index.cjs +20 -2
  22. package/dist/domain/index.d.cts +1 -1
  23. package/dist/domain/index.d.ts +1 -1
  24. package/dist/domain/index.js +39 -27
  25. package/dist/domain/invitation/index.js +2 -2
  26. package/dist/domain/meal/index.js +4 -4
  27. package/dist/domain/member/index.d.cts +1 -1
  28. package/dist/domain/member/index.d.ts +1 -1
  29. package/dist/domain/member/index.js +2 -2
  30. package/dist/domain/plan/index.js +6 -6
  31. package/dist/domain/promotion/index.js +2 -2
  32. package/dist/domain/recruit/index.js +13 -13
  33. package/dist/domain/restaurant/index.js +2 -2
  34. package/dist/domain/room/index.js +5 -5
  35. package/dist/{id-_a-oManb.d.cts → id-dAYxfjZn.d.cts} +7 -1
  36. package/dist/{id-_a-oManb.d.ts → id-dAYxfjZn.d.ts} +7 -1
  37. package/dist/{index-CqcSqpDV.d.ts → index-DAcw_a8p.d.ts} +8 -2
  38. package/dist/{index-HEHaDbrV.d.cts → index-DJJo4ejN.d.cts} +8 -2
  39. package/dist/index.cjs +13 -187
  40. package/dist/index.d.cts +9 -72
  41. package/dist/index.d.ts +9 -72
  42. package/dist/index.js +14 -181
  43. package/package.json +55 -55
@@ -1,7 +1,7 @@
1
1
  export { ArticleComment, ArticleCommentSchema, ArticleCore, ArticleCoreSchema, ArticleDetailResponse, ArticleDetailResponseSchema, ArticleListQueryRequest, ArticleListQuerySchema, ArticleSortBy, ArticleSortBySchema, ArticleSummaryResponse, ArticleSummaryResponseSchema, CreateArticleRequest, CreateArticleRequestSchema, CreateCommentRequest, CreateCommentRequestSchema, FoodAnalysisResult, FoodAnalysisResultSchema, PageArticleSummaryResponse, PageArticleSummaryResponseSchema, PresignArticleResponse, PresignArticleResponseSchema } from './article/index.cjs';
2
2
  export { LoginRequest, LoginRequestSchema, SignupRequest, SignupRequestSchema, SignupResponse, SignupResponseSchema, TokenResponse, TokenResponseSchema } from './auth/index.cjs';
3
3
  export { ApiContract, ApiDomain, ApiFailure, ApiFailureSchema, ApiResponse, ApiResponseSchema, ApiSuccess, ApiSuccessSchema, AsyncMapperContract, BaseResponse, BodyOf, CreatedEntityIdResponse, CreatedEntityIdResponseSchema, EndpointContract, EntityContract, HttpMethod, ISODateString, ISODateStringSchema, ISODateTimeString, ISODateTimeStringSchema, MapperContract, MapperInput, MapperOutput, NoBodySchema, NoContent, NoContentSchema, NoParamsSchema, NoQuerySchema, PageMeta, PageMetaSchema, PageQuerySchema, PageRequest, PageResponse, PageResponseSchema, PathParamsOf, QueryOf, ResponseOf, SortDirection, SortDirectionSchema, TimeHHmmString, TimeHHmmStringSchema, apiContract, endpoint, makeApiResponseSchema, makeApiSuccessSchema } from './common/index.cjs';
4
- export { A as ArticleId, a as ArticleIdSchema, B as Brand, C as CommentId, b as CommentIdSchema, c as CouponId, d as CouponIdSchema, F as Food, e as FoodCode, f as FoodCodeSchema, g as FoodLabel, h as FoodLabelSchema, i as FoodSchema, j as FriendRequestId, k as FriendRequestIdSchema, I as InvitationId, l as InvitationIdSchema, M as MemberId, m as MemberIdSchema, N as NonEmptyStringIdSchema, P as PlanId, n as PlanIdSchema, o as PositiveIntIdSchema, R as RecruitId, p as RecruitIdSchema, q as ReferralCode, r as ReferralCodeSchema, s as RestaurantId, t as RestaurantIdSchema, u as RoomId, v as RoomIdSchema, S as SubscriptionId, w as SubscriptionIdSchema, U as UserId, x as UserIdSchema, y as toArticleId, z as toInvitationId, D as toMemberId, E as toRecruitId, G as toRestaurantId, H as toRoomId } from '../id-_a-oManb.cjs';
4
+ export { A as ArticleId, a as ArticleIdSchema, B as Brand, C as CommentId, b as CommentIdSchema, c as CouponId, d as CouponIdSchema, F as Food, e as FoodCode, f as FoodCodeSchema, g as FoodLabel, h as FoodLabelSchema, i as FoodSchema, j as FriendRequestId, k as FriendRequestIdSchema, I as InvitationId, l as InvitationIdSchema, M as MemberId, m as MemberIdSchema, N as NonEmptyStringIdSchema, P as PlanId, n as PlanIdSchema, o as PositiveIntIdSchema, R as RecruitId, p as RecruitIdSchema, q as ReferralCode, r as ReferralCodeSchema, s as RestaurantId, t as RestaurantIdSchema, u as RoomId, v as RoomIdSchema, S as SubscriptionId, w as SubscriptionIdSchema, U as UserId, x as UserIdSchema, y as toArticleId, z as toCommentId, D as toCouponId, E as toFriendRequestId, G as toInvitationId, H as toMemberId, J as toPlanId, K as toRecruitId, L as toReferralCode, O as toRestaurantId, Q as toRoomId, T as toSubscriptionId } from '../id-dAYxfjZn.cjs';
5
5
  export { FriendBlockItemResponse, FriendBlockItemResponseSchema, FriendListItemResponse, FriendListItemResponseSchema, FriendRequestItemResponse, FriendRequestItemResponseSchema, FriendRequestMember, FriendRequestMemberSchema, FriendRequestStatus, FriendRequestStatusSchema } from './friend/index.cjs';
6
6
  export { AcceptInvitationResponse, AcceptInvitationResponseSchema, CreateInvitationRequest, CreateInvitationRequestSchema, InvitationListItemResponseSchema, InvitationResponse, SendInvitationResponse, SendInvitationResponseSchema } from './invitation/index.cjs';
7
7
  export { FriendMealItemResponse, FriendMealItemResponseSchema, FriendMealQuery, FriendMealQuerySchema, MealStatus, MealStatusAction, MealStatusActionSchema, MealStatusResponse, MealStatusResponseSchema, MealStatusSchema, UpdateMealStatusRequest, UpdateMealStatusRequestSchema } from './meal/index.cjs';
@@ -1,7 +1,7 @@
1
1
  export { ArticleComment, ArticleCommentSchema, ArticleCore, ArticleCoreSchema, ArticleDetailResponse, ArticleDetailResponseSchema, ArticleListQueryRequest, ArticleListQuerySchema, ArticleSortBy, ArticleSortBySchema, ArticleSummaryResponse, ArticleSummaryResponseSchema, CreateArticleRequest, CreateArticleRequestSchema, CreateCommentRequest, CreateCommentRequestSchema, FoodAnalysisResult, FoodAnalysisResultSchema, PageArticleSummaryResponse, PageArticleSummaryResponseSchema, PresignArticleResponse, PresignArticleResponseSchema } from './article/index.js';
2
2
  export { LoginRequest, LoginRequestSchema, SignupRequest, SignupRequestSchema, SignupResponse, SignupResponseSchema, TokenResponse, TokenResponseSchema } from './auth/index.js';
3
3
  export { ApiContract, ApiDomain, ApiFailure, ApiFailureSchema, ApiResponse, ApiResponseSchema, ApiSuccess, ApiSuccessSchema, AsyncMapperContract, BaseResponse, BodyOf, CreatedEntityIdResponse, CreatedEntityIdResponseSchema, EndpointContract, EntityContract, HttpMethod, ISODateString, ISODateStringSchema, ISODateTimeString, ISODateTimeStringSchema, MapperContract, MapperInput, MapperOutput, NoBodySchema, NoContent, NoContentSchema, NoParamsSchema, NoQuerySchema, PageMeta, PageMetaSchema, PageQuerySchema, PageRequest, PageResponse, PageResponseSchema, PathParamsOf, QueryOf, ResponseOf, SortDirection, SortDirectionSchema, TimeHHmmString, TimeHHmmStringSchema, apiContract, endpoint, makeApiResponseSchema, makeApiSuccessSchema } from './common/index.js';
4
- export { A as ArticleId, a as ArticleIdSchema, B as Brand, C as CommentId, b as CommentIdSchema, c as CouponId, d as CouponIdSchema, F as Food, e as FoodCode, f as FoodCodeSchema, g as FoodLabel, h as FoodLabelSchema, i as FoodSchema, j as FriendRequestId, k as FriendRequestIdSchema, I as InvitationId, l as InvitationIdSchema, M as MemberId, m as MemberIdSchema, N as NonEmptyStringIdSchema, P as PlanId, n as PlanIdSchema, o as PositiveIntIdSchema, R as RecruitId, p as RecruitIdSchema, q as ReferralCode, r as ReferralCodeSchema, s as RestaurantId, t as RestaurantIdSchema, u as RoomId, v as RoomIdSchema, S as SubscriptionId, w as SubscriptionIdSchema, U as UserId, x as UserIdSchema, y as toArticleId, z as toInvitationId, D as toMemberId, E as toRecruitId, G as toRestaurantId, H as toRoomId } from '../id-_a-oManb.js';
4
+ export { A as ArticleId, a as ArticleIdSchema, B as Brand, C as CommentId, b as CommentIdSchema, c as CouponId, d as CouponIdSchema, F as Food, e as FoodCode, f as FoodCodeSchema, g as FoodLabel, h as FoodLabelSchema, i as FoodSchema, j as FriendRequestId, k as FriendRequestIdSchema, I as InvitationId, l as InvitationIdSchema, M as MemberId, m as MemberIdSchema, N as NonEmptyStringIdSchema, P as PlanId, n as PlanIdSchema, o as PositiveIntIdSchema, R as RecruitId, p as RecruitIdSchema, q as ReferralCode, r as ReferralCodeSchema, s as RestaurantId, t as RestaurantIdSchema, u as RoomId, v as RoomIdSchema, S as SubscriptionId, w as SubscriptionIdSchema, U as UserId, x as UserIdSchema, y as toArticleId, z as toCommentId, D as toCouponId, E as toFriendRequestId, G as toInvitationId, H as toMemberId, J as toPlanId, K as toRecruitId, L as toReferralCode, O as toRestaurantId, Q as toRoomId, T as toSubscriptionId } from '../id-dAYxfjZn.js';
5
5
  export { FriendBlockItemResponse, FriendBlockItemResponseSchema, FriendListItemResponse, FriendListItemResponseSchema, FriendRequestItemResponse, FriendRequestItemResponseSchema, FriendRequestMember, FriendRequestMemberSchema, FriendRequestStatus, FriendRequestStatusSchema } from './friend/index.js';
6
6
  export { AcceptInvitationResponse, AcceptInvitationResponseSchema, CreateInvitationRequest, CreateInvitationRequestSchema, InvitationListItemResponseSchema, InvitationResponse, SendInvitationResponse, SendInvitationResponseSchema } from './invitation/index.js';
7
7
  export { FriendMealItemResponse, FriendMealItemResponseSchema, FriendMealQuery, FriendMealQuerySchema, MealStatus, MealStatusAction, MealStatusActionSchema, MealStatusResponse, MealStatusResponseSchema, MealStatusSchema, UpdateMealStatusRequest, UpdateMealStatusRequestSchema } from './meal/index.js';
@@ -1,4 +1,4 @@
1
- import "../chunk-AATETFLU.js";
1
+ import "../chunk-VWPUBTMV.js";
2
2
  import "../chunk-NCVWB52E.js";
3
3
  import "../chunk-PFSZSKD5.js";
4
4
  import {
@@ -21,18 +21,32 @@ import {
21
21
  makeApiResponseSchema,
22
22
  makeApiSuccessSchema,
23
23
  toArticleId,
24
+ toCommentId,
25
+ toCouponId,
26
+ toFriendRequestId,
24
27
  toInvitationId,
25
28
  toMemberId,
29
+ toPlanId,
26
30
  toRecruitId,
31
+ toReferralCode,
27
32
  toRestaurantId,
28
- toRoomId
29
- } from "../chunk-XTBVYY5B.js";
33
+ toRoomId,
34
+ toSubscriptionId
35
+ } from "../chunk-JEUH3JDZ.js";
36
+ import {
37
+ FriendMealItemResponseSchema,
38
+ FriendMealQuerySchema,
39
+ MealStatusActionSchema,
40
+ MealStatusResponseSchema,
41
+ MealStatusSchema,
42
+ UpdateMealStatusRequestSchema
43
+ } from "../chunk-UJJMW7II.js";
30
44
  import {
31
45
  PlanListQuerySchema,
32
46
  PlanResponseSchema,
33
47
  PlanStatusSchema,
34
48
  PlanTypeSchema
35
- } from "../chunk-M7HH7FMO.js";
49
+ } from "../chunk-W3YQYI4R.js";
36
50
  import {
37
51
  ChallengeStatusResponseSchema,
38
52
  ClaimChallengeRewardRequestSchema,
@@ -43,7 +57,7 @@ import {
43
57
  RedeemReferralRequestSchema,
44
58
  ReferralCreateResponseSchema,
45
59
  ReferralItemResponseSchema
46
- } from "../chunk-RHQHBUO4.js";
60
+ } from "../chunk-VAWYU5JG.js";
47
61
  import {
48
62
  AddLocationCandidateRequestSchema,
49
63
  ChatMessageRequestSchema,
@@ -77,7 +91,7 @@ import {
77
91
  RoomSocketServerEventSchemas,
78
92
  TimePicksUpdateResponseSchema,
79
93
  VoteLocationRequestSchema
80
- } from "../chunk-NAPCX4Q6.js";
94
+ } from "../chunk-M5OSCHMV.js";
81
95
  import {
82
96
  ArticleCommentSchema,
83
97
  ArticleCoreSchema,
@@ -94,44 +108,36 @@ import {
94
108
  PageResponseSchema,
95
109
  PresignArticleResponseSchema,
96
110
  SortDirectionSchema
97
- } from "../chunk-XWTMYXPO.js";
111
+ } from "../chunk-TY4WZEIZ.js";
98
112
  import {
99
113
  KakaoPlaceRawSchema,
100
114
  RestaurantSchema
101
- } from "../chunk-ET2Z5ZYA.js";
115
+ } from "../chunk-GTVEQYJW.js";
102
116
  import {
103
117
  LoginRequestSchema,
104
118
  SignupRequestSchema,
105
119
  SignupResponseSchema,
106
120
  TokenResponseSchema
107
- } from "../chunk-JNJRBUKR.js";
121
+ } from "../chunk-J76VB5SE.js";
108
122
  import {
109
123
  FriendBlockItemResponseSchema,
110
124
  FriendListItemResponseSchema,
111
125
  FriendRequestItemResponseSchema,
112
126
  FriendRequestMemberSchema,
113
127
  FriendRequestStatusSchema
114
- } from "../chunk-YJ7RUOEJ.js";
128
+ } from "../chunk-U6OQQOPN.js";
129
+ import {
130
+ ISODateStringSchema,
131
+ ISODateTimeStringSchema,
132
+ TimeHHmmStringSchema
133
+ } from "../chunk-HRM3FQPL.js";
115
134
  import {
116
135
  AcceptInvitationResponseSchema,
117
136
  CreateInvitationRequestSchema,
118
137
  InvitationListItemResponseSchema,
119
138
  SendInvitationResponseSchema
120
- } from "../chunk-5QLCZOPJ.js";
121
- import {
122
- FriendMealItemResponseSchema,
123
- FriendMealQuerySchema,
124
- MealStatusActionSchema,
125
- MealStatusResponseSchema,
126
- MealStatusSchema,
127
- UpdateMealStatusRequestSchema
128
- } from "../chunk-O56CI56W.js";
139
+ } from "../chunk-YGFAVC5N.js";
129
140
  import "../chunk-NJTV6DRT.js";
130
- import {
131
- ISODateStringSchema,
132
- ISODateTimeStringSchema,
133
- TimeHHmmStringSchema
134
- } from "../chunk-HRM3FQPL.js";
135
141
  import {
136
142
  CreateProfileRequestSchema,
137
143
  MemberCoreSchema,
@@ -145,7 +151,7 @@ import {
145
151
  ProfileDetailResponseSchema,
146
152
  UpdatePreferenceRequestSchema,
147
153
  UpdateProfileRequestSchema
148
- } from "../chunk-ADIREWTX.js";
154
+ } from "../chunk-KRVEQVRC.js";
149
155
  import {
150
156
  ArticleIdSchema,
151
157
  CommentIdSchema,
@@ -165,7 +171,7 @@ import {
165
171
  RoomIdSchema,
166
172
  SubscriptionIdSchema,
167
173
  UserIdSchema
168
- } from "../chunk-4XAGRJUM.js";
174
+ } from "../chunk-H77ISYYC.js";
169
175
  export {
170
176
  AcceptInvitationResponseSchema,
171
177
  AddLocationCandidateRequestSchema,
@@ -300,9 +306,15 @@ export {
300
306
  makeApiResponseSchema,
301
307
  makeApiSuccessSchema,
302
308
  toArticleId,
309
+ toCommentId,
310
+ toCouponId,
311
+ toFriendRequestId,
303
312
  toInvitationId,
304
313
  toMemberId,
314
+ toPlanId,
305
315
  toRecruitId,
316
+ toReferralCode,
306
317
  toRestaurantId,
307
- toRoomId
318
+ toRoomId,
319
+ toSubscriptionId
308
320
  };
@@ -3,8 +3,8 @@ import {
3
3
  CreateInvitationRequestSchema,
4
4
  InvitationListItemResponseSchema,
5
5
  SendInvitationResponseSchema
6
- } from "../../chunk-5QLCZOPJ.js";
7
- import "../../chunk-4XAGRJUM.js";
6
+ } from "../../chunk-YGFAVC5N.js";
7
+ import "../../chunk-H77ISYYC.js";
8
8
  export {
9
9
  AcceptInvitationResponseSchema,
10
10
  CreateInvitationRequestSchema,
@@ -5,11 +5,11 @@ import {
5
5
  MealStatusResponseSchema,
6
6
  MealStatusSchema,
7
7
  UpdateMealStatusRequestSchema
8
- } from "../../chunk-O56CI56W.js";
9
- import "../../chunk-NJTV6DRT.js";
8
+ } from "../../chunk-UJJMW7II.js";
10
9
  import "../../chunk-HRM3FQPL.js";
11
- import "../../chunk-ADIREWTX.js";
12
- import "../../chunk-4XAGRJUM.js";
10
+ import "../../chunk-NJTV6DRT.js";
11
+ import "../../chunk-KRVEQVRC.js";
12
+ import "../../chunk-H77ISYYC.js";
13
13
  export {
14
14
  FriendMealItemResponseSchema,
15
15
  FriendMealQuerySchema,
@@ -1,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- export { M as MemberId, U as UserId } from '../../id-_a-oManb.cjs';
2
+ export { M as MemberId, U as UserId } from '../../id-dAYxfjZn.cjs';
3
3
 
4
4
  declare const MemberRoleSchema: z.ZodEnum<["USER", "ADMIN"]>;
5
5
  declare const MemberCoreSchema: z.ZodObject<{
@@ -1,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- export { M as MemberId, U as UserId } from '../../id-_a-oManb.js';
2
+ export { M as MemberId, U as UserId } from '../../id-dAYxfjZn.js';
3
3
 
4
4
  declare const MemberRoleSchema: z.ZodEnum<["USER", "ADMIN"]>;
5
5
  declare const MemberCoreSchema: z.ZodObject<{
@@ -12,8 +12,8 @@ import {
12
12
  ProfileDetailResponseSchema,
13
13
  UpdatePreferenceRequestSchema,
14
14
  UpdateProfileRequestSchema
15
- } from "../../chunk-ADIREWTX.js";
16
- import "../../chunk-4XAGRJUM.js";
15
+ } from "../../chunk-KRVEQVRC.js";
16
+ import "../../chunk-H77ISYYC.js";
17
17
  export {
18
18
  CreateProfileRequestSchema,
19
19
  MemberCoreSchema,
@@ -3,13 +3,13 @@ import {
3
3
  PlanResponseSchema,
4
4
  PlanStatusSchema,
5
5
  PlanTypeSchema
6
- } from "../../chunk-M7HH7FMO.js";
7
- import "../../chunk-NAPCX4Q6.js";
8
- import "../../chunk-ET2Z5ZYA.js";
9
- import "../../chunk-NJTV6DRT.js";
6
+ } from "../../chunk-W3YQYI4R.js";
7
+ import "../../chunk-M5OSCHMV.js";
8
+ import "../../chunk-GTVEQYJW.js";
10
9
  import "../../chunk-HRM3FQPL.js";
11
- import "../../chunk-ADIREWTX.js";
12
- import "../../chunk-4XAGRJUM.js";
10
+ import "../../chunk-NJTV6DRT.js";
11
+ import "../../chunk-KRVEQVRC.js";
12
+ import "../../chunk-H77ISYYC.js";
13
13
  export {
14
14
  PlanListQuerySchema,
15
15
  PlanResponseSchema,
@@ -8,9 +8,9 @@ import {
8
8
  RedeemReferralRequestSchema,
9
9
  ReferralCreateResponseSchema,
10
10
  ReferralItemResponseSchema
11
- } from "../../chunk-RHQHBUO4.js";
11
+ } from "../../chunk-VAWYU5JG.js";
12
12
  import "../../chunk-HRM3FQPL.js";
13
- import "../../chunk-4XAGRJUM.js";
13
+ import "../../chunk-H77ISYYC.js";
14
14
  export {
15
15
  ChallengeStatusResponseSchema,
16
16
  ClaimChallengeRewardRequestSchema,
@@ -5,20 +5,20 @@ import {
5
5
  RecruitListResponseSchema,
6
6
  RecruitSortBySchema,
7
7
  RecruitStatusSchema
8
- } from "../../chunk-XTBVYY5B.js";
9
- import "../../chunk-M7HH7FMO.js";
10
- import "../../chunk-RHQHBUO4.js";
11
- import "../../chunk-NAPCX4Q6.js";
12
- import "../../chunk-XWTMYXPO.js";
13
- import "../../chunk-ET2Z5ZYA.js";
14
- import "../../chunk-JNJRBUKR.js";
15
- import "../../chunk-YJ7RUOEJ.js";
16
- import "../../chunk-5QLCZOPJ.js";
17
- import "../../chunk-O56CI56W.js";
18
- import "../../chunk-NJTV6DRT.js";
8
+ } from "../../chunk-JEUH3JDZ.js";
9
+ import "../../chunk-UJJMW7II.js";
10
+ import "../../chunk-W3YQYI4R.js";
11
+ import "../../chunk-VAWYU5JG.js";
12
+ import "../../chunk-M5OSCHMV.js";
13
+ import "../../chunk-TY4WZEIZ.js";
14
+ import "../../chunk-GTVEQYJW.js";
15
+ import "../../chunk-J76VB5SE.js";
16
+ import "../../chunk-U6OQQOPN.js";
19
17
  import "../../chunk-HRM3FQPL.js";
20
- import "../../chunk-ADIREWTX.js";
21
- import "../../chunk-4XAGRJUM.js";
18
+ import "../../chunk-YGFAVC5N.js";
19
+ import "../../chunk-NJTV6DRT.js";
20
+ import "../../chunk-KRVEQVRC.js";
21
+ import "../../chunk-H77ISYYC.js";
22
22
  export {
23
23
  CreateRecruitRequestSchema,
24
24
  CreateRecruitResponseSchema,
@@ -2,8 +2,8 @@ import "../../chunk-NCVWB52E.js";
2
2
  import {
3
3
  KakaoPlaceRawSchema,
4
4
  RestaurantSchema
5
- } from "../../chunk-ET2Z5ZYA.js";
6
- import "../../chunk-4XAGRJUM.js";
5
+ } from "../../chunk-GTVEQYJW.js";
6
+ import "../../chunk-H77ISYYC.js";
7
7
  export {
8
8
  KakaoPlaceRawSchema,
9
9
  RestaurantSchema
@@ -32,12 +32,12 @@ import {
32
32
  RoomSocketServerEventSchemas,
33
33
  TimePicksUpdateResponseSchema,
34
34
  VoteLocationRequestSchema
35
- } from "../../chunk-NAPCX4Q6.js";
36
- import "../../chunk-ET2Z5ZYA.js";
37
- import "../../chunk-NJTV6DRT.js";
35
+ } from "../../chunk-M5OSCHMV.js";
36
+ import "../../chunk-GTVEQYJW.js";
38
37
  import "../../chunk-HRM3FQPL.js";
39
- import "../../chunk-ADIREWTX.js";
40
- import "../../chunk-4XAGRJUM.js";
38
+ import "../../chunk-NJTV6DRT.js";
39
+ import "../../chunk-KRVEQVRC.js";
40
+ import "../../chunk-H77ISYYC.js";
41
41
  export {
42
42
  AddLocationCandidateRequestSchema,
43
43
  ChatMessageRequestSchema,
@@ -54,5 +54,11 @@ declare const toRecruitId: (value: number) => RecruitId;
54
54
  declare const toInvitationId: (value: number) => InvitationId;
55
55
  declare const toRoomId: (value: string) => RoomId;
56
56
  declare const toRestaurantId: (value: string) => RestaurantId;
57
+ declare const toCommentId: (value: number) => CommentId;
58
+ declare const toPlanId: (value: number) => PlanId;
59
+ declare const toCouponId: (value: number) => CouponId;
60
+ declare const toSubscriptionId: (value: number) => SubscriptionId;
61
+ declare const toFriendRequestId: (value: number) => FriendRequestId;
62
+ declare const toReferralCode: (value: string) => ReferralCode;
57
63
 
58
- export { type ArticleId as A, type Brand as B, type CommentId as C, toMemberId as D, toRecruitId as E, type Food as F, toRestaurantId as G, toRoomId as H, type InvitationId as I, type MemberId as M, NonEmptyStringIdSchema as N, type PlanId as P, type RecruitId as R, type SubscriptionId as S, type UserId as U, ArticleIdSchema as a, CommentIdSchema as b, type CouponId as c, CouponIdSchema as d, type FoodCode as e, FoodCodeSchema as f, type FoodLabel as g, FoodLabelSchema as h, FoodSchema as i, type FriendRequestId as j, FriendRequestIdSchema as k, InvitationIdSchema as l, MemberIdSchema as m, PlanIdSchema as n, PositiveIntIdSchema as o, RecruitIdSchema as p, type ReferralCode as q, ReferralCodeSchema as r, type RestaurantId as s, RestaurantIdSchema as t, type RoomId as u, RoomIdSchema as v, SubscriptionIdSchema as w, UserIdSchema as x, toArticleId as y, toInvitationId as z };
64
+ export { type ArticleId as A, type Brand as B, type CommentId as C, toCouponId as D, toFriendRequestId as E, type Food as F, toInvitationId as G, toMemberId as H, type InvitationId as I, toPlanId as J, toRecruitId as K, toReferralCode as L, type MemberId as M, NonEmptyStringIdSchema as N, toRestaurantId as O, type PlanId as P, toRoomId as Q, type RecruitId as R, type SubscriptionId as S, toSubscriptionId as T, type UserId as U, ArticleIdSchema as a, CommentIdSchema as b, type CouponId as c, CouponIdSchema as d, type FoodCode as e, FoodCodeSchema as f, type FoodLabel as g, FoodLabelSchema as h, FoodSchema as i, type FriendRequestId as j, FriendRequestIdSchema as k, InvitationIdSchema as l, MemberIdSchema as m, PlanIdSchema as n, PositiveIntIdSchema as o, RecruitIdSchema as p, type ReferralCode as q, ReferralCodeSchema as r, type RestaurantId as s, RestaurantIdSchema as t, type RoomId as u, RoomIdSchema as v, SubscriptionIdSchema as w, UserIdSchema as x, toArticleId as y, toCommentId as z };
@@ -54,5 +54,11 @@ declare const toRecruitId: (value: number) => RecruitId;
54
54
  declare const toInvitationId: (value: number) => InvitationId;
55
55
  declare const toRoomId: (value: string) => RoomId;
56
56
  declare const toRestaurantId: (value: string) => RestaurantId;
57
+ declare const toCommentId: (value: number) => CommentId;
58
+ declare const toPlanId: (value: number) => PlanId;
59
+ declare const toCouponId: (value: number) => CouponId;
60
+ declare const toSubscriptionId: (value: number) => SubscriptionId;
61
+ declare const toFriendRequestId: (value: number) => FriendRequestId;
62
+ declare const toReferralCode: (value: string) => ReferralCode;
57
63
 
58
- export { type ArticleId as A, type Brand as B, type CommentId as C, toMemberId as D, toRecruitId as E, type Food as F, toRestaurantId as G, toRoomId as H, type InvitationId as I, type MemberId as M, NonEmptyStringIdSchema as N, type PlanId as P, type RecruitId as R, type SubscriptionId as S, type UserId as U, ArticleIdSchema as a, CommentIdSchema as b, type CouponId as c, CouponIdSchema as d, type FoodCode as e, FoodCodeSchema as f, type FoodLabel as g, FoodLabelSchema as h, FoodSchema as i, type FriendRequestId as j, FriendRequestIdSchema as k, InvitationIdSchema as l, MemberIdSchema as m, PlanIdSchema as n, PositiveIntIdSchema as o, RecruitIdSchema as p, type ReferralCode as q, ReferralCodeSchema as r, type RestaurantId as s, RestaurantIdSchema as t, type RoomId as u, RoomIdSchema as v, SubscriptionIdSchema as w, UserIdSchema as x, toArticleId as y, toInvitationId as z };
64
+ export { type ArticleId as A, type Brand as B, type CommentId as C, toCouponId as D, toFriendRequestId as E, type Food as F, toInvitationId as G, toMemberId as H, type InvitationId as I, toPlanId as J, toRecruitId as K, toReferralCode as L, type MemberId as M, NonEmptyStringIdSchema as N, toRestaurantId as O, type PlanId as P, toRoomId as Q, type RecruitId as R, type SubscriptionId as S, toSubscriptionId as T, type UserId as U, ArticleIdSchema as a, CommentIdSchema as b, type CouponId as c, CouponIdSchema as d, type FoodCode as e, FoodCodeSchema as f, type FoodLabel as g, FoodLabelSchema as h, FoodSchema as i, type FriendRequestId as j, FriendRequestIdSchema as k, InvitationIdSchema as l, MemberIdSchema as m, PlanIdSchema as n, PositiveIntIdSchema as o, RecruitIdSchema as p, type ReferralCode as q, ReferralCodeSchema as r, type RestaurantId as s, RestaurantIdSchema as t, type RoomId as u, RoomIdSchema as v, SubscriptionIdSchema as w, UserIdSchema as x, toArticleId as y, toCommentId as z };
@@ -1,7 +1,7 @@
1
1
  import { ArticleComment, ArticleCommentSchema, ArticleCore, ArticleCoreSchema, ArticleDetailResponse, ArticleDetailResponseSchema, ArticleListQueryRequest, ArticleListQuerySchema, ArticleSortBy, ArticleSortBySchema, ArticleSummaryResponse, ArticleSummaryResponseSchema, CreateArticleRequest, CreateArticleRequestSchema, CreateCommentRequest, CreateCommentRequestSchema, FoodAnalysisResult, FoodAnalysisResultSchema, PageArticleSummaryResponse, PageArticleSummaryResponseSchema, PresignArticleResponse, PresignArticleResponseSchema } from './domain/article/index.js';
2
2
  import { LoginRequest, LoginRequestSchema, SignupRequest, SignupRequestSchema, SignupResponse, SignupResponseSchema, TokenResponse, TokenResponseSchema } from './domain/auth/index.js';
3
3
  import { ApiContract, ApiDomain, ApiFailure, ApiFailureSchema, ApiResponse, ApiResponseSchema, ApiSuccess, ApiSuccessSchema, AsyncMapperContract, BaseResponse, BodyOf, CreatedEntityIdResponse, CreatedEntityIdResponseSchema, EndpointContract, EntityContract, HttpMethod, ISODateString, ISODateStringSchema, ISODateTimeString, ISODateTimeStringSchema, MapperContract, MapperInput, MapperOutput, NoBodySchema, NoContent, NoContentSchema, NoParamsSchema, NoQuerySchema, PageMeta, PageMetaSchema, PageQuerySchema, PageRequest, PageResponse, PageResponseSchema, PathParamsOf, QueryOf, ResponseOf, SortDirection, SortDirectionSchema, TimeHHmmString, TimeHHmmStringSchema, apiContract, endpoint, makeApiResponseSchema, makeApiSuccessSchema } from './domain/common/index.js';
4
- import { A as ArticleId, a as ArticleIdSchema, B as Brand, C as CommentId, b as CommentIdSchema, c as CouponId, d as CouponIdSchema, F as Food, e as FoodCode, f as FoodCodeSchema, g as FoodLabel, h as FoodLabelSchema, i as FoodSchema, j as FriendRequestId, k as FriendRequestIdSchema, I as InvitationId, l as InvitationIdSchema, M as MemberId, m as MemberIdSchema, N as NonEmptyStringIdSchema, P as PlanId, n as PlanIdSchema, o as PositiveIntIdSchema, R as RecruitId, p as RecruitIdSchema, q as ReferralCode, r as ReferralCodeSchema, s as RestaurantId, t as RestaurantIdSchema, u as RoomId, v as RoomIdSchema, S as SubscriptionId, w as SubscriptionIdSchema, U as UserId, x as UserIdSchema, y as toArticleId, z as toInvitationId, D as toMemberId, E as toRecruitId, G as toRestaurantId, H as toRoomId } from './id-_a-oManb.js';
4
+ import { A as ArticleId, a as ArticleIdSchema, B as Brand, C as CommentId, b as CommentIdSchema, c as CouponId, d as CouponIdSchema, F as Food, e as FoodCode, f as FoodCodeSchema, g as FoodLabel, h as FoodLabelSchema, i as FoodSchema, j as FriendRequestId, k as FriendRequestIdSchema, I as InvitationId, l as InvitationIdSchema, M as MemberId, m as MemberIdSchema, N as NonEmptyStringIdSchema, P as PlanId, n as PlanIdSchema, o as PositiveIntIdSchema, R as RecruitId, p as RecruitIdSchema, q as ReferralCode, r as ReferralCodeSchema, s as RestaurantId, t as RestaurantIdSchema, u as RoomId, v as RoomIdSchema, S as SubscriptionId, w as SubscriptionIdSchema, U as UserId, x as UserIdSchema, y as toArticleId, z as toCommentId, D as toCouponId, E as toFriendRequestId, G as toInvitationId, H as toMemberId, J as toPlanId, K as toRecruitId, L as toReferralCode, O as toRestaurantId, Q as toRoomId, T as toSubscriptionId } from './id-dAYxfjZn.js';
5
5
  import { FriendBlockItemResponse, FriendBlockItemResponseSchema, FriendListItemResponse, FriendListItemResponseSchema, FriendRequestItemResponse, FriendRequestItemResponseSchema, FriendRequestMember, FriendRequestMemberSchema, FriendRequestStatus, FriendRequestStatusSchema } from './domain/friend/index.js';
6
6
  import { AcceptInvitationResponse, AcceptInvitationResponseSchema, CreateInvitationRequest, CreateInvitationRequestSchema, InvitationListItemResponseSchema, InvitationResponse, SendInvitationResponse, SendInvitationResponseSchema } from './domain/invitation/index.js';
7
7
  import { FriendMealItemResponse, FriendMealItemResponseSchema, FriendMealQuery, FriendMealQuerySchema, MealStatus, MealStatusAction, MealStatusActionSchema, MealStatusResponse, MealStatusResponseSchema, MealStatusSchema, UpdateMealStatusRequest, UpdateMealStatusRequestSchema } from './domain/meal/index.js';
@@ -274,13 +274,19 @@ declare const index_endpoint: typeof endpoint;
274
274
  declare const index_makeApiResponseSchema: typeof makeApiResponseSchema;
275
275
  declare const index_makeApiSuccessSchema: typeof makeApiSuccessSchema;
276
276
  declare const index_toArticleId: typeof toArticleId;
277
+ declare const index_toCommentId: typeof toCommentId;
278
+ declare const index_toCouponId: typeof toCouponId;
279
+ declare const index_toFriendRequestId: typeof toFriendRequestId;
277
280
  declare const index_toInvitationId: typeof toInvitationId;
278
281
  declare const index_toMemberId: typeof toMemberId;
282
+ declare const index_toPlanId: typeof toPlanId;
279
283
  declare const index_toRecruitId: typeof toRecruitId;
284
+ declare const index_toReferralCode: typeof toReferralCode;
280
285
  declare const index_toRestaurantId: typeof toRestaurantId;
281
286
  declare const index_toRoomId: typeof toRoomId;
287
+ declare const index_toSubscriptionId: typeof toSubscriptionId;
282
288
  declare namespace index {
283
- export { index_AcceptInvitationResponse as AcceptInvitationResponse, index_AcceptInvitationResponseSchema as AcceptInvitationResponseSchema, index_AddLocationCandidateRequestSchema as AddLocationCandidateRequestSchema, index_AnnouncementStage as AnnouncementStage, index_ApiContract as ApiContract, index_ApiDomain as ApiDomain, index_ApiFailure as ApiFailure, index_ApiFailureSchema as ApiFailureSchema, index_ApiResponse as ApiResponse, index_ApiResponseSchema as ApiResponseSchema, index_ApiSuccess as ApiSuccess, index_ApiSuccessSchema as ApiSuccessSchema, index_ArticleComment as ArticleComment, index_ArticleCommentSchema as ArticleCommentSchema, index_ArticleCore as ArticleCore, index_ArticleCoreSchema as ArticleCoreSchema, index_ArticleDetailResponse as ArticleDetailResponse, index_ArticleDetailResponseSchema as ArticleDetailResponseSchema, index_ArticleId as ArticleId, index_ArticleIdSchema as ArticleIdSchema, index_ArticleListQueryRequest as ArticleListQueryRequest, index_ArticleListQuerySchema as ArticleListQuerySchema, index_ArticleSortBy as ArticleSortBy, index_ArticleSortBySchema as ArticleSortBySchema, index_ArticleSummaryResponse as ArticleSummaryResponse, index_ArticleSummaryResponseSchema as ArticleSummaryResponseSchema, index_AsyncMapperContract as AsyncMapperContract, index_BaseResponse as BaseResponse, index_BodyOf as BodyOf, index_Brand as Brand, index_ChallengeStatusResponse as ChallengeStatusResponse, index_ChallengeStatusResponseSchema as ChallengeStatusResponseSchema, index_ChatMessageRequest as ChatMessageRequest, index_ChatMessageRequestSchema as ChatMessageRequestSchema, index_ChatMessageResponse as ChatMessageResponse, index_ChatMessageResponseSchema as ChatMessageResponseSchema, index_ClaimChallengeRewardRequest as ClaimChallengeRewardRequest, index_ClaimChallengeRewardRequestSchema as ClaimChallengeRewardRequestSchema, index_ClaimChallengeRewardResponse as ClaimChallengeRewardResponse, index_ClaimChallengeRewardResponseSchema as ClaimChallengeRewardResponseSchema, index_ClientEventMapFromSchemas as ClientEventMapFromSchemas, index_ClientToServerEvents as ClientToServerEvents, index_CommentId as CommentId, index_CommentIdSchema as CommentIdSchema, index_CouponId as CouponId, index_CouponIdSchema as CouponIdSchema, index_CouponResponse as CouponResponse, index_CouponResponseSchema as CouponResponseSchema, index_CouponStatus as CouponStatus, index_CouponStatusSchema as CouponStatusSchema, index_CouponType as CouponType, index_CouponTypeSchema as CouponTypeSchema, index_CreateArticleRequest as CreateArticleRequest, index_CreateArticleRequestSchema as CreateArticleRequestSchema, index_CreateCommentRequest as CreateCommentRequest, index_CreateCommentRequestSchema as CreateCommentRequestSchema, index_CreateInvitationRequest as CreateInvitationRequest, index_CreateInvitationRequestSchema as CreateInvitationRequestSchema, index_CreateProfileRequest as CreateProfileRequest, index_CreateProfileRequestSchema as CreateProfileRequestSchema, index_CreateRecruitRequest as CreateRecruitRequest, index_CreateRecruitRequestSchema as CreateRecruitRequestSchema, index_CreateRecruitResponse as CreateRecruitResponse, index_CreateRecruitResponseSchema as CreateRecruitResponseSchema, index_CreatedEntityIdResponse as CreatedEntityIdResponse, index_CreatedEntityIdResponseSchema as CreatedEntityIdResponseSchema, index_DatePicksUpdateResponseSchema as DatePicksUpdateResponseSchema, index_EndpointContract as EndpointContract, index_EntityContract as EntityContract, index_ExcludeMenuRequestSchema as ExcludeMenuRequestSchema, index_ExcludeMenuUpdateResponseSchema as ExcludeMenuUpdateResponseSchema, index_FinalState as FinalState, index_FinalStateSchema as FinalStateSchema, index_Food as Food, index_FoodAnalysisResult as FoodAnalysisResult, index_FoodAnalysisResultSchema as FoodAnalysisResultSchema, index_FoodCode as FoodCode, index_FoodCodeSchema as FoodCodeSchema, index_FoodLabel as FoodLabel, index_FoodLabelSchema as FoodLabelSchema, index_FoodSchema as FoodSchema, index_FriendBlockItemResponse as FriendBlockItemResponse, index_FriendBlockItemResponseSchema as FriendBlockItemResponseSchema, index_FriendListItemResponse as FriendListItemResponse, index_FriendListItemResponseSchema as FriendListItemResponseSchema, index_FriendMealItemResponse as FriendMealItemResponse, index_FriendMealItemResponseSchema as FriendMealItemResponseSchema, index_FriendMealQuery as FriendMealQuery, index_FriendMealQuerySchema as FriendMealQuerySchema, index_FriendRequestId as FriendRequestId, index_FriendRequestIdSchema as FriendRequestIdSchema, index_FriendRequestItemResponse as FriendRequestItemResponse, index_FriendRequestItemResponseSchema as FriendRequestItemResponseSchema, index_FriendRequestMember as FriendRequestMember, index_FriendRequestMemberSchema as FriendRequestMemberSchema, index_FriendRequestStatus as FriendRequestStatus, index_FriendRequestStatusSchema as FriendRequestStatusSchema, index_HttpMethod as HttpMethod, index_ISODateString as ISODateString, index_ISODateStringSchema as ISODateStringSchema, index_ISODateTimeString as ISODateTimeString, index_ISODateTimeStringSchema as ISODateTimeStringSchema, index_InvitationId as InvitationId, index_InvitationIdSchema as InvitationIdSchema, index_InvitationListItemResponseSchema as InvitationListItemResponseSchema, index_InvitationResponse as InvitationResponse, index_InvitationRoomStage as InvitationRoomStage, index_InvitationRoomStageSchema as InvitationRoomStageSchema, index_KakaoPlaceRaw as KakaoPlaceRaw, index_KakaoPlaceRawSchema as KakaoPlaceRawSchema, index_LocationCandidate as LocationCandidate, index_LocationCandidateAddUpdateResponseSchema as LocationCandidateAddUpdateResponseSchema, index_LocationCandidateSchema as LocationCandidateSchema, index_LocationCandidateVoteUpdateResponseSchema as LocationCandidateVoteUpdateResponseSchema, index_LocationId as LocationId, index_LocationIdSchema as LocationIdSchema, index_LoginRequest as LoginRequest, index_LoginRequestSchema as LoginRequestSchema, index_MapperContract as MapperContract, index_MapperInput as MapperInput, index_MapperOutput as MapperOutput, index_MealStatus as MealStatus, index_MealStatusAction as MealStatusAction, index_MealStatusActionSchema as MealStatusActionSchema, index_MealStatusResponse as MealStatusResponse, index_MealStatusResponseSchema as MealStatusResponseSchema, index_MealStatusSchema as MealStatusSchema, index_MeetingResponse as MeetingResponse, index_MemberCore as MemberCore, index_MemberCoreSchema as MemberCoreSchema, index_MemberDetail as MemberDetail, index_MemberDetailSchema as MemberDetailSchema, index_MemberFoodPreference as MemberFoodPreference, index_MemberFoodPreferenceSchema as MemberFoodPreferenceSchema, index_MemberId as MemberId, index_MemberIdSchema as MemberIdSchema, index_MemberResponse as MemberResponse, index_MemberResponseSchema as MemberResponseSchema, index_MemberRole as MemberRole, index_MemberRoleSchema as MemberRoleSchema, index_MemberSearchQuery as MemberSearchQuery, index_MemberSearchQuerySchema as MemberSearchQuerySchema, index_MemberSerachResponse as MemberSerachResponse, index_MemberSerachResponseSchema as MemberSerachResponseSchema, index_Menu as Menu, index_MenuCode as MenuCode, index_MenuCodeSchema as MenuCodeSchema, index_MenuPickUpdateResponseSchema as MenuPickUpdateResponseSchema, index_MenuSchema as MenuSchema, index_NoBodySchema as NoBodySchema, index_NoContent as NoContent, index_NoContentSchema as NoContentSchema, index_NoParamsSchema as NoParamsSchema, index_NoQuerySchema as NoQuerySchema, index_NonEmptyStringIdSchema as NonEmptyStringIdSchema, index_PageArticleSummaryResponse as PageArticleSummaryResponse, index_PageArticleSummaryResponseSchema as PageArticleSummaryResponseSchema, index_PageMeta as PageMeta, index_PageMetaSchema as PageMetaSchema, index_PageQuerySchema as PageQuerySchema, index_PageRequest as PageRequest, index_PageResponse as PageResponse, index_PageResponseSchema as PageResponseSchema, index_Participant as Participant, index_ParticipantSchema as ParticipantSchema, index_PathParamsOf as PathParamsOf, index_PhaseDataBroadcast as PhaseDataBroadcast, index_PhaseDataBroadcastSchema as PhaseDataBroadcastSchema, index_PickDateRequestSchema as PickDateRequestSchema, index_PickMenuRequestSchema as PickMenuRequestSchema, index_PickRestaurantRequestSchema as PickRestaurantRequestSchema, index_PickTimesRequestSchema as PickTimesRequestSchema, index_PlanId as PlanId, index_PlanIdSchema as PlanIdSchema, index_PlanListQuery as PlanListQuery, index_PlanListQuerySchema as PlanListQuerySchema, index_PlanResponse as PlanResponse, index_PlanResponseSchema as PlanResponseSchema, index_PlanStatus as PlanStatus, index_PlanStatusSchema as PlanStatusSchema, index_PlanType as PlanType, index_PlanTypeSchema as PlanTypeSchema, index_PositiveIntIdSchema as PositiveIntIdSchema, index_PresignArticleResponse as PresignArticleResponse, index_PresignArticleResponseSchema as PresignArticleResponseSchema, index_PresignProfileResponse as PresignProfileResponse, index_PresignProfileResponseSchema as PresignProfileResponseSchema, index_ProfileDetailResponse as ProfileDetailResponse, index_ProfileDetailResponseSchema as ProfileDetailResponseSchema, index_QueryOf as QueryOf, index_ReadyStateChangedSchema as ReadyStateChangedSchema, index_ReadyStateRequest as ReadyStateRequest, index_ReadyStateRequestSchema as ReadyStateRequestSchema, index_RecruitId as RecruitId, index_RecruitIdSchema as RecruitIdSchema, index_RecruitListQuery as RecruitListQuery, index_RecruitListQuerySchema as RecruitListQuerySchema, index_RecruitListResponse as RecruitListResponse, index_RecruitListResponseSchema as RecruitListResponseSchema, index_RecruitRoomStage as RecruitRoomStage, index_RecruitRoomStageSchema as RecruitRoomStageSchema, index_RecruitSortBy as RecruitSortBy, index_RecruitSortBySchema as RecruitSortBySchema, index_RecruitStatus as RecruitStatus, index_RecruitStatusSchema as RecruitStatusSchema, index_RedeemReferralRequest as RedeemReferralRequest, index_RedeemReferralRequestSchema as RedeemReferralRequestSchema, index_ReferralCode as ReferralCode, index_ReferralCodeSchema as ReferralCodeSchema, index_ReferralCreateResponse as ReferralCreateResponse, index_ReferralCreateResponseSchema as ReferralCreateResponseSchema, index_ReferralItemResponse as ReferralItemResponse, index_ReferralItemResponseSchema as ReferralItemResponseSchema, index_ResponseOf as ResponseOf, index_RestaurantId as RestaurantId, index_RestaurantIdSchema as RestaurantIdSchema, index_RestaurantPickUpdateResponseSchema as RestaurantPickUpdateResponseSchema, index_RestaurantResponse as RestaurantResponse, index_RestaurantSchema as RestaurantSchema, index_RoomAssignedResponse as RoomAssignedResponse, index_RoomAssignedResponseSchema as RoomAssignedResponseSchema, index_RoomClientToServerEvents as RoomClientToServerEvents, index_RoomId as RoomId, index_RoomIdSchema as RoomIdSchema, index_RoomInitialState as RoomInitialState, index_RoomInitialStateSchema as RoomInitialStateSchema, index_RoomServerToClientEvents as RoomServerToClientEvents, index_RoomSocketClientEventSchemas as RoomSocketClientEventSchemas, index_RoomSocketError as RoomSocketError, index_RoomSocketErrorSchema as RoomSocketErrorSchema, index_RoomSocketServerEventSchemas as RoomSocketServerEventSchemas, index_SendInvitationResponse as SendInvitationResponse, index_SendInvitationResponseSchema as SendInvitationResponseSchema, index_ServerToClientEvents as ServerToClientEvents, index_SignupRequest as SignupRequest, index_SignupRequestSchema as SignupRequestSchema, index_SignupResponse as SignupResponse, index_SignupResponseSchema as SignupResponseSchema, index_SortDirection as SortDirection, index_SortDirectionSchema as SortDirectionSchema, index_SubscriptionId as SubscriptionId, index_SubscriptionIdSchema as SubscriptionIdSchema, index_TimeHHmmString as TimeHHmmString, index_TimeHHmmStringSchema as TimeHHmmStringSchema, index_TimePicksUpdateResponseSchema as TimePicksUpdateResponseSchema, index_TokenResponse as TokenResponse, index_TokenResponseSchema as TokenResponseSchema, index_UpdateMealStatusRequest as UpdateMealStatusRequest, index_UpdateMealStatusRequestSchema as UpdateMealStatusRequestSchema, index_UpdatePreferenceRequest as UpdatePreferenceRequest, index_UpdatePreferenceRequestSchema as UpdatePreferenceRequestSchema, index_UpdateProfileRequest as UpdateProfileRequest, index_UpdateProfileRequestSchema as UpdateProfileRequestSchema, index_User as User, index_UserId as UserId, index_UserIdSchema as UserIdSchema, index_VoteLocationRequestSchema as VoteLocationRequestSchema, index_apiContract as apiContract, index_endpoint as endpoint, index_makeApiResponseSchema as makeApiResponseSchema, index_makeApiSuccessSchema as makeApiSuccessSchema, index_toArticleId as toArticleId, index_toInvitationId as toInvitationId, index_toMemberId as toMemberId, index_toRecruitId as toRecruitId, index_toRestaurantId as toRestaurantId, index_toRoomId as toRoomId };
289
+ export { index_AcceptInvitationResponse as AcceptInvitationResponse, index_AcceptInvitationResponseSchema as AcceptInvitationResponseSchema, index_AddLocationCandidateRequestSchema as AddLocationCandidateRequestSchema, index_AnnouncementStage as AnnouncementStage, index_ApiContract as ApiContract, index_ApiDomain as ApiDomain, index_ApiFailure as ApiFailure, index_ApiFailureSchema as ApiFailureSchema, index_ApiResponse as ApiResponse, index_ApiResponseSchema as ApiResponseSchema, index_ApiSuccess as ApiSuccess, index_ApiSuccessSchema as ApiSuccessSchema, index_ArticleComment as ArticleComment, index_ArticleCommentSchema as ArticleCommentSchema, index_ArticleCore as ArticleCore, index_ArticleCoreSchema as ArticleCoreSchema, index_ArticleDetailResponse as ArticleDetailResponse, index_ArticleDetailResponseSchema as ArticleDetailResponseSchema, index_ArticleId as ArticleId, index_ArticleIdSchema as ArticleIdSchema, index_ArticleListQueryRequest as ArticleListQueryRequest, index_ArticleListQuerySchema as ArticleListQuerySchema, index_ArticleSortBy as ArticleSortBy, index_ArticleSortBySchema as ArticleSortBySchema, index_ArticleSummaryResponse as ArticleSummaryResponse, index_ArticleSummaryResponseSchema as ArticleSummaryResponseSchema, index_AsyncMapperContract as AsyncMapperContract, index_BaseResponse as BaseResponse, index_BodyOf as BodyOf, index_Brand as Brand, index_ChallengeStatusResponse as ChallengeStatusResponse, index_ChallengeStatusResponseSchema as ChallengeStatusResponseSchema, index_ChatMessageRequest as ChatMessageRequest, index_ChatMessageRequestSchema as ChatMessageRequestSchema, index_ChatMessageResponse as ChatMessageResponse, index_ChatMessageResponseSchema as ChatMessageResponseSchema, index_ClaimChallengeRewardRequest as ClaimChallengeRewardRequest, index_ClaimChallengeRewardRequestSchema as ClaimChallengeRewardRequestSchema, index_ClaimChallengeRewardResponse as ClaimChallengeRewardResponse, index_ClaimChallengeRewardResponseSchema as ClaimChallengeRewardResponseSchema, index_ClientEventMapFromSchemas as ClientEventMapFromSchemas, index_ClientToServerEvents as ClientToServerEvents, index_CommentId as CommentId, index_CommentIdSchema as CommentIdSchema, index_CouponId as CouponId, index_CouponIdSchema as CouponIdSchema, index_CouponResponse as CouponResponse, index_CouponResponseSchema as CouponResponseSchema, index_CouponStatus as CouponStatus, index_CouponStatusSchema as CouponStatusSchema, index_CouponType as CouponType, index_CouponTypeSchema as CouponTypeSchema, index_CreateArticleRequest as CreateArticleRequest, index_CreateArticleRequestSchema as CreateArticleRequestSchema, index_CreateCommentRequest as CreateCommentRequest, index_CreateCommentRequestSchema as CreateCommentRequestSchema, index_CreateInvitationRequest as CreateInvitationRequest, index_CreateInvitationRequestSchema as CreateInvitationRequestSchema, index_CreateProfileRequest as CreateProfileRequest, index_CreateProfileRequestSchema as CreateProfileRequestSchema, index_CreateRecruitRequest as CreateRecruitRequest, index_CreateRecruitRequestSchema as CreateRecruitRequestSchema, index_CreateRecruitResponse as CreateRecruitResponse, index_CreateRecruitResponseSchema as CreateRecruitResponseSchema, index_CreatedEntityIdResponse as CreatedEntityIdResponse, index_CreatedEntityIdResponseSchema as CreatedEntityIdResponseSchema, index_DatePicksUpdateResponseSchema as DatePicksUpdateResponseSchema, index_EndpointContract as EndpointContract, index_EntityContract as EntityContract, index_ExcludeMenuRequestSchema as ExcludeMenuRequestSchema, index_ExcludeMenuUpdateResponseSchema as ExcludeMenuUpdateResponseSchema, index_FinalState as FinalState, index_FinalStateSchema as FinalStateSchema, index_Food as Food, index_FoodAnalysisResult as FoodAnalysisResult, index_FoodAnalysisResultSchema as FoodAnalysisResultSchema, index_FoodCode as FoodCode, index_FoodCodeSchema as FoodCodeSchema, index_FoodLabel as FoodLabel, index_FoodLabelSchema as FoodLabelSchema, index_FoodSchema as FoodSchema, index_FriendBlockItemResponse as FriendBlockItemResponse, index_FriendBlockItemResponseSchema as FriendBlockItemResponseSchema, index_FriendListItemResponse as FriendListItemResponse, index_FriendListItemResponseSchema as FriendListItemResponseSchema, index_FriendMealItemResponse as FriendMealItemResponse, index_FriendMealItemResponseSchema as FriendMealItemResponseSchema, index_FriendMealQuery as FriendMealQuery, index_FriendMealQuerySchema as FriendMealQuerySchema, index_FriendRequestId as FriendRequestId, index_FriendRequestIdSchema as FriendRequestIdSchema, index_FriendRequestItemResponse as FriendRequestItemResponse, index_FriendRequestItemResponseSchema as FriendRequestItemResponseSchema, index_FriendRequestMember as FriendRequestMember, index_FriendRequestMemberSchema as FriendRequestMemberSchema, index_FriendRequestStatus as FriendRequestStatus, index_FriendRequestStatusSchema as FriendRequestStatusSchema, index_HttpMethod as HttpMethod, index_ISODateString as ISODateString, index_ISODateStringSchema as ISODateStringSchema, index_ISODateTimeString as ISODateTimeString, index_ISODateTimeStringSchema as ISODateTimeStringSchema, index_InvitationId as InvitationId, index_InvitationIdSchema as InvitationIdSchema, index_InvitationListItemResponseSchema as InvitationListItemResponseSchema, index_InvitationResponse as InvitationResponse, index_InvitationRoomStage as InvitationRoomStage, index_InvitationRoomStageSchema as InvitationRoomStageSchema, index_KakaoPlaceRaw as KakaoPlaceRaw, index_KakaoPlaceRawSchema as KakaoPlaceRawSchema, index_LocationCandidate as LocationCandidate, index_LocationCandidateAddUpdateResponseSchema as LocationCandidateAddUpdateResponseSchema, index_LocationCandidateSchema as LocationCandidateSchema, index_LocationCandidateVoteUpdateResponseSchema as LocationCandidateVoteUpdateResponseSchema, index_LocationId as LocationId, index_LocationIdSchema as LocationIdSchema, index_LoginRequest as LoginRequest, index_LoginRequestSchema as LoginRequestSchema, index_MapperContract as MapperContract, index_MapperInput as MapperInput, index_MapperOutput as MapperOutput, index_MealStatus as MealStatus, index_MealStatusAction as MealStatusAction, index_MealStatusActionSchema as MealStatusActionSchema, index_MealStatusResponse as MealStatusResponse, index_MealStatusResponseSchema as MealStatusResponseSchema, index_MealStatusSchema as MealStatusSchema, index_MeetingResponse as MeetingResponse, index_MemberCore as MemberCore, index_MemberCoreSchema as MemberCoreSchema, index_MemberDetail as MemberDetail, index_MemberDetailSchema as MemberDetailSchema, index_MemberFoodPreference as MemberFoodPreference, index_MemberFoodPreferenceSchema as MemberFoodPreferenceSchema, index_MemberId as MemberId, index_MemberIdSchema as MemberIdSchema, index_MemberResponse as MemberResponse, index_MemberResponseSchema as MemberResponseSchema, index_MemberRole as MemberRole, index_MemberRoleSchema as MemberRoleSchema, index_MemberSearchQuery as MemberSearchQuery, index_MemberSearchQuerySchema as MemberSearchQuerySchema, index_MemberSerachResponse as MemberSerachResponse, index_MemberSerachResponseSchema as MemberSerachResponseSchema, index_Menu as Menu, index_MenuCode as MenuCode, index_MenuCodeSchema as MenuCodeSchema, index_MenuPickUpdateResponseSchema as MenuPickUpdateResponseSchema, index_MenuSchema as MenuSchema, index_NoBodySchema as NoBodySchema, index_NoContent as NoContent, index_NoContentSchema as NoContentSchema, index_NoParamsSchema as NoParamsSchema, index_NoQuerySchema as NoQuerySchema, index_NonEmptyStringIdSchema as NonEmptyStringIdSchema, index_PageArticleSummaryResponse as PageArticleSummaryResponse, index_PageArticleSummaryResponseSchema as PageArticleSummaryResponseSchema, index_PageMeta as PageMeta, index_PageMetaSchema as PageMetaSchema, index_PageQuerySchema as PageQuerySchema, index_PageRequest as PageRequest, index_PageResponse as PageResponse, index_PageResponseSchema as PageResponseSchema, index_Participant as Participant, index_ParticipantSchema as ParticipantSchema, index_PathParamsOf as PathParamsOf, index_PhaseDataBroadcast as PhaseDataBroadcast, index_PhaseDataBroadcastSchema as PhaseDataBroadcastSchema, index_PickDateRequestSchema as PickDateRequestSchema, index_PickMenuRequestSchema as PickMenuRequestSchema, index_PickRestaurantRequestSchema as PickRestaurantRequestSchema, index_PickTimesRequestSchema as PickTimesRequestSchema, index_PlanId as PlanId, index_PlanIdSchema as PlanIdSchema, index_PlanListQuery as PlanListQuery, index_PlanListQuerySchema as PlanListQuerySchema, index_PlanResponse as PlanResponse, index_PlanResponseSchema as PlanResponseSchema, index_PlanStatus as PlanStatus, index_PlanStatusSchema as PlanStatusSchema, index_PlanType as PlanType, index_PlanTypeSchema as PlanTypeSchema, index_PositiveIntIdSchema as PositiveIntIdSchema, index_PresignArticleResponse as PresignArticleResponse, index_PresignArticleResponseSchema as PresignArticleResponseSchema, index_PresignProfileResponse as PresignProfileResponse, index_PresignProfileResponseSchema as PresignProfileResponseSchema, index_ProfileDetailResponse as ProfileDetailResponse, index_ProfileDetailResponseSchema as ProfileDetailResponseSchema, index_QueryOf as QueryOf, index_ReadyStateChangedSchema as ReadyStateChangedSchema, index_ReadyStateRequest as ReadyStateRequest, index_ReadyStateRequestSchema as ReadyStateRequestSchema, index_RecruitId as RecruitId, index_RecruitIdSchema as RecruitIdSchema, index_RecruitListQuery as RecruitListQuery, index_RecruitListQuerySchema as RecruitListQuerySchema, index_RecruitListResponse as RecruitListResponse, index_RecruitListResponseSchema as RecruitListResponseSchema, index_RecruitRoomStage as RecruitRoomStage, index_RecruitRoomStageSchema as RecruitRoomStageSchema, index_RecruitSortBy as RecruitSortBy, index_RecruitSortBySchema as RecruitSortBySchema, index_RecruitStatus as RecruitStatus, index_RecruitStatusSchema as RecruitStatusSchema, index_RedeemReferralRequest as RedeemReferralRequest, index_RedeemReferralRequestSchema as RedeemReferralRequestSchema, index_ReferralCode as ReferralCode, index_ReferralCodeSchema as ReferralCodeSchema, index_ReferralCreateResponse as ReferralCreateResponse, index_ReferralCreateResponseSchema as ReferralCreateResponseSchema, index_ReferralItemResponse as ReferralItemResponse, index_ReferralItemResponseSchema as ReferralItemResponseSchema, index_ResponseOf as ResponseOf, index_RestaurantId as RestaurantId, index_RestaurantIdSchema as RestaurantIdSchema, index_RestaurantPickUpdateResponseSchema as RestaurantPickUpdateResponseSchema, index_RestaurantResponse as RestaurantResponse, index_RestaurantSchema as RestaurantSchema, index_RoomAssignedResponse as RoomAssignedResponse, index_RoomAssignedResponseSchema as RoomAssignedResponseSchema, index_RoomClientToServerEvents as RoomClientToServerEvents, index_RoomId as RoomId, index_RoomIdSchema as RoomIdSchema, index_RoomInitialState as RoomInitialState, index_RoomInitialStateSchema as RoomInitialStateSchema, index_RoomServerToClientEvents as RoomServerToClientEvents, index_RoomSocketClientEventSchemas as RoomSocketClientEventSchemas, index_RoomSocketError as RoomSocketError, index_RoomSocketErrorSchema as RoomSocketErrorSchema, index_RoomSocketServerEventSchemas as RoomSocketServerEventSchemas, index_SendInvitationResponse as SendInvitationResponse, index_SendInvitationResponseSchema as SendInvitationResponseSchema, index_ServerToClientEvents as ServerToClientEvents, index_SignupRequest as SignupRequest, index_SignupRequestSchema as SignupRequestSchema, index_SignupResponse as SignupResponse, index_SignupResponseSchema as SignupResponseSchema, index_SortDirection as SortDirection, index_SortDirectionSchema as SortDirectionSchema, index_SubscriptionId as SubscriptionId, index_SubscriptionIdSchema as SubscriptionIdSchema, index_TimeHHmmString as TimeHHmmString, index_TimeHHmmStringSchema as TimeHHmmStringSchema, index_TimePicksUpdateResponseSchema as TimePicksUpdateResponseSchema, index_TokenResponse as TokenResponse, index_TokenResponseSchema as TokenResponseSchema, index_UpdateMealStatusRequest as UpdateMealStatusRequest, index_UpdateMealStatusRequestSchema as UpdateMealStatusRequestSchema, index_UpdatePreferenceRequest as UpdatePreferenceRequest, index_UpdatePreferenceRequestSchema as UpdatePreferenceRequestSchema, index_UpdateProfileRequest as UpdateProfileRequest, index_UpdateProfileRequestSchema as UpdateProfileRequestSchema, index_User as User, index_UserId as UserId, index_UserIdSchema as UserIdSchema, index_VoteLocationRequestSchema as VoteLocationRequestSchema, index_apiContract as apiContract, index_endpoint as endpoint, index_makeApiResponseSchema as makeApiResponseSchema, index_makeApiSuccessSchema as makeApiSuccessSchema, index_toArticleId as toArticleId, index_toCommentId as toCommentId, index_toCouponId as toCouponId, index_toFriendRequestId as toFriendRequestId, index_toInvitationId as toInvitationId, index_toMemberId as toMemberId, index_toPlanId as toPlanId, index_toRecruitId as toRecruitId, index_toReferralCode as toReferralCode, index_toRestaurantId as toRestaurantId, index_toRoomId as toRoomId, index_toSubscriptionId as toSubscriptionId };
284
290
  }
285
291
 
286
292
  export { index as i };
@@ -1,7 +1,7 @@
1
1
  import { ArticleComment, ArticleCommentSchema, ArticleCore, ArticleCoreSchema, ArticleDetailResponse, ArticleDetailResponseSchema, ArticleListQueryRequest, ArticleListQuerySchema, ArticleSortBy, ArticleSortBySchema, ArticleSummaryResponse, ArticleSummaryResponseSchema, CreateArticleRequest, CreateArticleRequestSchema, CreateCommentRequest, CreateCommentRequestSchema, FoodAnalysisResult, FoodAnalysisResultSchema, PageArticleSummaryResponse, PageArticleSummaryResponseSchema, PresignArticleResponse, PresignArticleResponseSchema } from './domain/article/index.cjs';
2
2
  import { LoginRequest, LoginRequestSchema, SignupRequest, SignupRequestSchema, SignupResponse, SignupResponseSchema, TokenResponse, TokenResponseSchema } from './domain/auth/index.cjs';
3
3
  import { ApiContract, ApiDomain, ApiFailure, ApiFailureSchema, ApiResponse, ApiResponseSchema, ApiSuccess, ApiSuccessSchema, AsyncMapperContract, BaseResponse, BodyOf, CreatedEntityIdResponse, CreatedEntityIdResponseSchema, EndpointContract, EntityContract, HttpMethod, ISODateString, ISODateStringSchema, ISODateTimeString, ISODateTimeStringSchema, MapperContract, MapperInput, MapperOutput, NoBodySchema, NoContent, NoContentSchema, NoParamsSchema, NoQuerySchema, PageMeta, PageMetaSchema, PageQuerySchema, PageRequest, PageResponse, PageResponseSchema, PathParamsOf, QueryOf, ResponseOf, SortDirection, SortDirectionSchema, TimeHHmmString, TimeHHmmStringSchema, apiContract, endpoint, makeApiResponseSchema, makeApiSuccessSchema } from './domain/common/index.cjs';
4
- import { A as ArticleId, a as ArticleIdSchema, B as Brand, C as CommentId, b as CommentIdSchema, c as CouponId, d as CouponIdSchema, F as Food, e as FoodCode, f as FoodCodeSchema, g as FoodLabel, h as FoodLabelSchema, i as FoodSchema, j as FriendRequestId, k as FriendRequestIdSchema, I as InvitationId, l as InvitationIdSchema, M as MemberId, m as MemberIdSchema, N as NonEmptyStringIdSchema, P as PlanId, n as PlanIdSchema, o as PositiveIntIdSchema, R as RecruitId, p as RecruitIdSchema, q as ReferralCode, r as ReferralCodeSchema, s as RestaurantId, t as RestaurantIdSchema, u as RoomId, v as RoomIdSchema, S as SubscriptionId, w as SubscriptionIdSchema, U as UserId, x as UserIdSchema, y as toArticleId, z as toInvitationId, D as toMemberId, E as toRecruitId, G as toRestaurantId, H as toRoomId } from './id-_a-oManb.cjs';
4
+ import { A as ArticleId, a as ArticleIdSchema, B as Brand, C as CommentId, b as CommentIdSchema, c as CouponId, d as CouponIdSchema, F as Food, e as FoodCode, f as FoodCodeSchema, g as FoodLabel, h as FoodLabelSchema, i as FoodSchema, j as FriendRequestId, k as FriendRequestIdSchema, I as InvitationId, l as InvitationIdSchema, M as MemberId, m as MemberIdSchema, N as NonEmptyStringIdSchema, P as PlanId, n as PlanIdSchema, o as PositiveIntIdSchema, R as RecruitId, p as RecruitIdSchema, q as ReferralCode, r as ReferralCodeSchema, s as RestaurantId, t as RestaurantIdSchema, u as RoomId, v as RoomIdSchema, S as SubscriptionId, w as SubscriptionIdSchema, U as UserId, x as UserIdSchema, y as toArticleId, z as toCommentId, D as toCouponId, E as toFriendRequestId, G as toInvitationId, H as toMemberId, J as toPlanId, K as toRecruitId, L as toReferralCode, O as toRestaurantId, Q as toRoomId, T as toSubscriptionId } from './id-dAYxfjZn.cjs';
5
5
  import { FriendBlockItemResponse, FriendBlockItemResponseSchema, FriendListItemResponse, FriendListItemResponseSchema, FriendRequestItemResponse, FriendRequestItemResponseSchema, FriendRequestMember, FriendRequestMemberSchema, FriendRequestStatus, FriendRequestStatusSchema } from './domain/friend/index.cjs';
6
6
  import { AcceptInvitationResponse, AcceptInvitationResponseSchema, CreateInvitationRequest, CreateInvitationRequestSchema, InvitationListItemResponseSchema, InvitationResponse, SendInvitationResponse, SendInvitationResponseSchema } from './domain/invitation/index.cjs';
7
7
  import { FriendMealItemResponse, FriendMealItemResponseSchema, FriendMealQuery, FriendMealQuerySchema, MealStatus, MealStatusAction, MealStatusActionSchema, MealStatusResponse, MealStatusResponseSchema, MealStatusSchema, UpdateMealStatusRequest, UpdateMealStatusRequestSchema } from './domain/meal/index.cjs';
@@ -274,13 +274,19 @@ declare const index_endpoint: typeof endpoint;
274
274
  declare const index_makeApiResponseSchema: typeof makeApiResponseSchema;
275
275
  declare const index_makeApiSuccessSchema: typeof makeApiSuccessSchema;
276
276
  declare const index_toArticleId: typeof toArticleId;
277
+ declare const index_toCommentId: typeof toCommentId;
278
+ declare const index_toCouponId: typeof toCouponId;
279
+ declare const index_toFriendRequestId: typeof toFriendRequestId;
277
280
  declare const index_toInvitationId: typeof toInvitationId;
278
281
  declare const index_toMemberId: typeof toMemberId;
282
+ declare const index_toPlanId: typeof toPlanId;
279
283
  declare const index_toRecruitId: typeof toRecruitId;
284
+ declare const index_toReferralCode: typeof toReferralCode;
280
285
  declare const index_toRestaurantId: typeof toRestaurantId;
281
286
  declare const index_toRoomId: typeof toRoomId;
287
+ declare const index_toSubscriptionId: typeof toSubscriptionId;
282
288
  declare namespace index {
283
- export { index_AcceptInvitationResponse as AcceptInvitationResponse, index_AcceptInvitationResponseSchema as AcceptInvitationResponseSchema, index_AddLocationCandidateRequestSchema as AddLocationCandidateRequestSchema, index_AnnouncementStage as AnnouncementStage, index_ApiContract as ApiContract, index_ApiDomain as ApiDomain, index_ApiFailure as ApiFailure, index_ApiFailureSchema as ApiFailureSchema, index_ApiResponse as ApiResponse, index_ApiResponseSchema as ApiResponseSchema, index_ApiSuccess as ApiSuccess, index_ApiSuccessSchema as ApiSuccessSchema, index_ArticleComment as ArticleComment, index_ArticleCommentSchema as ArticleCommentSchema, index_ArticleCore as ArticleCore, index_ArticleCoreSchema as ArticleCoreSchema, index_ArticleDetailResponse as ArticleDetailResponse, index_ArticleDetailResponseSchema as ArticleDetailResponseSchema, index_ArticleId as ArticleId, index_ArticleIdSchema as ArticleIdSchema, index_ArticleListQueryRequest as ArticleListQueryRequest, index_ArticleListQuerySchema as ArticleListQuerySchema, index_ArticleSortBy as ArticleSortBy, index_ArticleSortBySchema as ArticleSortBySchema, index_ArticleSummaryResponse as ArticleSummaryResponse, index_ArticleSummaryResponseSchema as ArticleSummaryResponseSchema, index_AsyncMapperContract as AsyncMapperContract, index_BaseResponse as BaseResponse, index_BodyOf as BodyOf, index_Brand as Brand, index_ChallengeStatusResponse as ChallengeStatusResponse, index_ChallengeStatusResponseSchema as ChallengeStatusResponseSchema, index_ChatMessageRequest as ChatMessageRequest, index_ChatMessageRequestSchema as ChatMessageRequestSchema, index_ChatMessageResponse as ChatMessageResponse, index_ChatMessageResponseSchema as ChatMessageResponseSchema, index_ClaimChallengeRewardRequest as ClaimChallengeRewardRequest, index_ClaimChallengeRewardRequestSchema as ClaimChallengeRewardRequestSchema, index_ClaimChallengeRewardResponse as ClaimChallengeRewardResponse, index_ClaimChallengeRewardResponseSchema as ClaimChallengeRewardResponseSchema, index_ClientEventMapFromSchemas as ClientEventMapFromSchemas, index_ClientToServerEvents as ClientToServerEvents, index_CommentId as CommentId, index_CommentIdSchema as CommentIdSchema, index_CouponId as CouponId, index_CouponIdSchema as CouponIdSchema, index_CouponResponse as CouponResponse, index_CouponResponseSchema as CouponResponseSchema, index_CouponStatus as CouponStatus, index_CouponStatusSchema as CouponStatusSchema, index_CouponType as CouponType, index_CouponTypeSchema as CouponTypeSchema, index_CreateArticleRequest as CreateArticleRequest, index_CreateArticleRequestSchema as CreateArticleRequestSchema, index_CreateCommentRequest as CreateCommentRequest, index_CreateCommentRequestSchema as CreateCommentRequestSchema, index_CreateInvitationRequest as CreateInvitationRequest, index_CreateInvitationRequestSchema as CreateInvitationRequestSchema, index_CreateProfileRequest as CreateProfileRequest, index_CreateProfileRequestSchema as CreateProfileRequestSchema, index_CreateRecruitRequest as CreateRecruitRequest, index_CreateRecruitRequestSchema as CreateRecruitRequestSchema, index_CreateRecruitResponse as CreateRecruitResponse, index_CreateRecruitResponseSchema as CreateRecruitResponseSchema, index_CreatedEntityIdResponse as CreatedEntityIdResponse, index_CreatedEntityIdResponseSchema as CreatedEntityIdResponseSchema, index_DatePicksUpdateResponseSchema as DatePicksUpdateResponseSchema, index_EndpointContract as EndpointContract, index_EntityContract as EntityContract, index_ExcludeMenuRequestSchema as ExcludeMenuRequestSchema, index_ExcludeMenuUpdateResponseSchema as ExcludeMenuUpdateResponseSchema, index_FinalState as FinalState, index_FinalStateSchema as FinalStateSchema, index_Food as Food, index_FoodAnalysisResult as FoodAnalysisResult, index_FoodAnalysisResultSchema as FoodAnalysisResultSchema, index_FoodCode as FoodCode, index_FoodCodeSchema as FoodCodeSchema, index_FoodLabel as FoodLabel, index_FoodLabelSchema as FoodLabelSchema, index_FoodSchema as FoodSchema, index_FriendBlockItemResponse as FriendBlockItemResponse, index_FriendBlockItemResponseSchema as FriendBlockItemResponseSchema, index_FriendListItemResponse as FriendListItemResponse, index_FriendListItemResponseSchema as FriendListItemResponseSchema, index_FriendMealItemResponse as FriendMealItemResponse, index_FriendMealItemResponseSchema as FriendMealItemResponseSchema, index_FriendMealQuery as FriendMealQuery, index_FriendMealQuerySchema as FriendMealQuerySchema, index_FriendRequestId as FriendRequestId, index_FriendRequestIdSchema as FriendRequestIdSchema, index_FriendRequestItemResponse as FriendRequestItemResponse, index_FriendRequestItemResponseSchema as FriendRequestItemResponseSchema, index_FriendRequestMember as FriendRequestMember, index_FriendRequestMemberSchema as FriendRequestMemberSchema, index_FriendRequestStatus as FriendRequestStatus, index_FriendRequestStatusSchema as FriendRequestStatusSchema, index_HttpMethod as HttpMethod, index_ISODateString as ISODateString, index_ISODateStringSchema as ISODateStringSchema, index_ISODateTimeString as ISODateTimeString, index_ISODateTimeStringSchema as ISODateTimeStringSchema, index_InvitationId as InvitationId, index_InvitationIdSchema as InvitationIdSchema, index_InvitationListItemResponseSchema as InvitationListItemResponseSchema, index_InvitationResponse as InvitationResponse, index_InvitationRoomStage as InvitationRoomStage, index_InvitationRoomStageSchema as InvitationRoomStageSchema, index_KakaoPlaceRaw as KakaoPlaceRaw, index_KakaoPlaceRawSchema as KakaoPlaceRawSchema, index_LocationCandidate as LocationCandidate, index_LocationCandidateAddUpdateResponseSchema as LocationCandidateAddUpdateResponseSchema, index_LocationCandidateSchema as LocationCandidateSchema, index_LocationCandidateVoteUpdateResponseSchema as LocationCandidateVoteUpdateResponseSchema, index_LocationId as LocationId, index_LocationIdSchema as LocationIdSchema, index_LoginRequest as LoginRequest, index_LoginRequestSchema as LoginRequestSchema, index_MapperContract as MapperContract, index_MapperInput as MapperInput, index_MapperOutput as MapperOutput, index_MealStatus as MealStatus, index_MealStatusAction as MealStatusAction, index_MealStatusActionSchema as MealStatusActionSchema, index_MealStatusResponse as MealStatusResponse, index_MealStatusResponseSchema as MealStatusResponseSchema, index_MealStatusSchema as MealStatusSchema, index_MeetingResponse as MeetingResponse, index_MemberCore as MemberCore, index_MemberCoreSchema as MemberCoreSchema, index_MemberDetail as MemberDetail, index_MemberDetailSchema as MemberDetailSchema, index_MemberFoodPreference as MemberFoodPreference, index_MemberFoodPreferenceSchema as MemberFoodPreferenceSchema, index_MemberId as MemberId, index_MemberIdSchema as MemberIdSchema, index_MemberResponse as MemberResponse, index_MemberResponseSchema as MemberResponseSchema, index_MemberRole as MemberRole, index_MemberRoleSchema as MemberRoleSchema, index_MemberSearchQuery as MemberSearchQuery, index_MemberSearchQuerySchema as MemberSearchQuerySchema, index_MemberSerachResponse as MemberSerachResponse, index_MemberSerachResponseSchema as MemberSerachResponseSchema, index_Menu as Menu, index_MenuCode as MenuCode, index_MenuCodeSchema as MenuCodeSchema, index_MenuPickUpdateResponseSchema as MenuPickUpdateResponseSchema, index_MenuSchema as MenuSchema, index_NoBodySchema as NoBodySchema, index_NoContent as NoContent, index_NoContentSchema as NoContentSchema, index_NoParamsSchema as NoParamsSchema, index_NoQuerySchema as NoQuerySchema, index_NonEmptyStringIdSchema as NonEmptyStringIdSchema, index_PageArticleSummaryResponse as PageArticleSummaryResponse, index_PageArticleSummaryResponseSchema as PageArticleSummaryResponseSchema, index_PageMeta as PageMeta, index_PageMetaSchema as PageMetaSchema, index_PageQuerySchema as PageQuerySchema, index_PageRequest as PageRequest, index_PageResponse as PageResponse, index_PageResponseSchema as PageResponseSchema, index_Participant as Participant, index_ParticipantSchema as ParticipantSchema, index_PathParamsOf as PathParamsOf, index_PhaseDataBroadcast as PhaseDataBroadcast, index_PhaseDataBroadcastSchema as PhaseDataBroadcastSchema, index_PickDateRequestSchema as PickDateRequestSchema, index_PickMenuRequestSchema as PickMenuRequestSchema, index_PickRestaurantRequestSchema as PickRestaurantRequestSchema, index_PickTimesRequestSchema as PickTimesRequestSchema, index_PlanId as PlanId, index_PlanIdSchema as PlanIdSchema, index_PlanListQuery as PlanListQuery, index_PlanListQuerySchema as PlanListQuerySchema, index_PlanResponse as PlanResponse, index_PlanResponseSchema as PlanResponseSchema, index_PlanStatus as PlanStatus, index_PlanStatusSchema as PlanStatusSchema, index_PlanType as PlanType, index_PlanTypeSchema as PlanTypeSchema, index_PositiveIntIdSchema as PositiveIntIdSchema, index_PresignArticleResponse as PresignArticleResponse, index_PresignArticleResponseSchema as PresignArticleResponseSchema, index_PresignProfileResponse as PresignProfileResponse, index_PresignProfileResponseSchema as PresignProfileResponseSchema, index_ProfileDetailResponse as ProfileDetailResponse, index_ProfileDetailResponseSchema as ProfileDetailResponseSchema, index_QueryOf as QueryOf, index_ReadyStateChangedSchema as ReadyStateChangedSchema, index_ReadyStateRequest as ReadyStateRequest, index_ReadyStateRequestSchema as ReadyStateRequestSchema, index_RecruitId as RecruitId, index_RecruitIdSchema as RecruitIdSchema, index_RecruitListQuery as RecruitListQuery, index_RecruitListQuerySchema as RecruitListQuerySchema, index_RecruitListResponse as RecruitListResponse, index_RecruitListResponseSchema as RecruitListResponseSchema, index_RecruitRoomStage as RecruitRoomStage, index_RecruitRoomStageSchema as RecruitRoomStageSchema, index_RecruitSortBy as RecruitSortBy, index_RecruitSortBySchema as RecruitSortBySchema, index_RecruitStatus as RecruitStatus, index_RecruitStatusSchema as RecruitStatusSchema, index_RedeemReferralRequest as RedeemReferralRequest, index_RedeemReferralRequestSchema as RedeemReferralRequestSchema, index_ReferralCode as ReferralCode, index_ReferralCodeSchema as ReferralCodeSchema, index_ReferralCreateResponse as ReferralCreateResponse, index_ReferralCreateResponseSchema as ReferralCreateResponseSchema, index_ReferralItemResponse as ReferralItemResponse, index_ReferralItemResponseSchema as ReferralItemResponseSchema, index_ResponseOf as ResponseOf, index_RestaurantId as RestaurantId, index_RestaurantIdSchema as RestaurantIdSchema, index_RestaurantPickUpdateResponseSchema as RestaurantPickUpdateResponseSchema, index_RestaurantResponse as RestaurantResponse, index_RestaurantSchema as RestaurantSchema, index_RoomAssignedResponse as RoomAssignedResponse, index_RoomAssignedResponseSchema as RoomAssignedResponseSchema, index_RoomClientToServerEvents as RoomClientToServerEvents, index_RoomId as RoomId, index_RoomIdSchema as RoomIdSchema, index_RoomInitialState as RoomInitialState, index_RoomInitialStateSchema as RoomInitialStateSchema, index_RoomServerToClientEvents as RoomServerToClientEvents, index_RoomSocketClientEventSchemas as RoomSocketClientEventSchemas, index_RoomSocketError as RoomSocketError, index_RoomSocketErrorSchema as RoomSocketErrorSchema, index_RoomSocketServerEventSchemas as RoomSocketServerEventSchemas, index_SendInvitationResponse as SendInvitationResponse, index_SendInvitationResponseSchema as SendInvitationResponseSchema, index_ServerToClientEvents as ServerToClientEvents, index_SignupRequest as SignupRequest, index_SignupRequestSchema as SignupRequestSchema, index_SignupResponse as SignupResponse, index_SignupResponseSchema as SignupResponseSchema, index_SortDirection as SortDirection, index_SortDirectionSchema as SortDirectionSchema, index_SubscriptionId as SubscriptionId, index_SubscriptionIdSchema as SubscriptionIdSchema, index_TimeHHmmString as TimeHHmmString, index_TimeHHmmStringSchema as TimeHHmmStringSchema, index_TimePicksUpdateResponseSchema as TimePicksUpdateResponseSchema, index_TokenResponse as TokenResponse, index_TokenResponseSchema as TokenResponseSchema, index_UpdateMealStatusRequest as UpdateMealStatusRequest, index_UpdateMealStatusRequestSchema as UpdateMealStatusRequestSchema, index_UpdatePreferenceRequest as UpdatePreferenceRequest, index_UpdatePreferenceRequestSchema as UpdatePreferenceRequestSchema, index_UpdateProfileRequest as UpdateProfileRequest, index_UpdateProfileRequestSchema as UpdateProfileRequestSchema, index_User as User, index_UserId as UserId, index_UserIdSchema as UserIdSchema, index_VoteLocationRequestSchema as VoteLocationRequestSchema, index_apiContract as apiContract, index_endpoint as endpoint, index_makeApiResponseSchema as makeApiResponseSchema, index_makeApiSuccessSchema as makeApiSuccessSchema, index_toArticleId as toArticleId, index_toInvitationId as toInvitationId, index_toMemberId as toMemberId, index_toRecruitId as toRecruitId, index_toRestaurantId as toRestaurantId, index_toRoomId as toRoomId };
289
+ export { index_AcceptInvitationResponse as AcceptInvitationResponse, index_AcceptInvitationResponseSchema as AcceptInvitationResponseSchema, index_AddLocationCandidateRequestSchema as AddLocationCandidateRequestSchema, index_AnnouncementStage as AnnouncementStage, index_ApiContract as ApiContract, index_ApiDomain as ApiDomain, index_ApiFailure as ApiFailure, index_ApiFailureSchema as ApiFailureSchema, index_ApiResponse as ApiResponse, index_ApiResponseSchema as ApiResponseSchema, index_ApiSuccess as ApiSuccess, index_ApiSuccessSchema as ApiSuccessSchema, index_ArticleComment as ArticleComment, index_ArticleCommentSchema as ArticleCommentSchema, index_ArticleCore as ArticleCore, index_ArticleCoreSchema as ArticleCoreSchema, index_ArticleDetailResponse as ArticleDetailResponse, index_ArticleDetailResponseSchema as ArticleDetailResponseSchema, index_ArticleId as ArticleId, index_ArticleIdSchema as ArticleIdSchema, index_ArticleListQueryRequest as ArticleListQueryRequest, index_ArticleListQuerySchema as ArticleListQuerySchema, index_ArticleSortBy as ArticleSortBy, index_ArticleSortBySchema as ArticleSortBySchema, index_ArticleSummaryResponse as ArticleSummaryResponse, index_ArticleSummaryResponseSchema as ArticleSummaryResponseSchema, index_AsyncMapperContract as AsyncMapperContract, index_BaseResponse as BaseResponse, index_BodyOf as BodyOf, index_Brand as Brand, index_ChallengeStatusResponse as ChallengeStatusResponse, index_ChallengeStatusResponseSchema as ChallengeStatusResponseSchema, index_ChatMessageRequest as ChatMessageRequest, index_ChatMessageRequestSchema as ChatMessageRequestSchema, index_ChatMessageResponse as ChatMessageResponse, index_ChatMessageResponseSchema as ChatMessageResponseSchema, index_ClaimChallengeRewardRequest as ClaimChallengeRewardRequest, index_ClaimChallengeRewardRequestSchema as ClaimChallengeRewardRequestSchema, index_ClaimChallengeRewardResponse as ClaimChallengeRewardResponse, index_ClaimChallengeRewardResponseSchema as ClaimChallengeRewardResponseSchema, index_ClientEventMapFromSchemas as ClientEventMapFromSchemas, index_ClientToServerEvents as ClientToServerEvents, index_CommentId as CommentId, index_CommentIdSchema as CommentIdSchema, index_CouponId as CouponId, index_CouponIdSchema as CouponIdSchema, index_CouponResponse as CouponResponse, index_CouponResponseSchema as CouponResponseSchema, index_CouponStatus as CouponStatus, index_CouponStatusSchema as CouponStatusSchema, index_CouponType as CouponType, index_CouponTypeSchema as CouponTypeSchema, index_CreateArticleRequest as CreateArticleRequest, index_CreateArticleRequestSchema as CreateArticleRequestSchema, index_CreateCommentRequest as CreateCommentRequest, index_CreateCommentRequestSchema as CreateCommentRequestSchema, index_CreateInvitationRequest as CreateInvitationRequest, index_CreateInvitationRequestSchema as CreateInvitationRequestSchema, index_CreateProfileRequest as CreateProfileRequest, index_CreateProfileRequestSchema as CreateProfileRequestSchema, index_CreateRecruitRequest as CreateRecruitRequest, index_CreateRecruitRequestSchema as CreateRecruitRequestSchema, index_CreateRecruitResponse as CreateRecruitResponse, index_CreateRecruitResponseSchema as CreateRecruitResponseSchema, index_CreatedEntityIdResponse as CreatedEntityIdResponse, index_CreatedEntityIdResponseSchema as CreatedEntityIdResponseSchema, index_DatePicksUpdateResponseSchema as DatePicksUpdateResponseSchema, index_EndpointContract as EndpointContract, index_EntityContract as EntityContract, index_ExcludeMenuRequestSchema as ExcludeMenuRequestSchema, index_ExcludeMenuUpdateResponseSchema as ExcludeMenuUpdateResponseSchema, index_FinalState as FinalState, index_FinalStateSchema as FinalStateSchema, index_Food as Food, index_FoodAnalysisResult as FoodAnalysisResult, index_FoodAnalysisResultSchema as FoodAnalysisResultSchema, index_FoodCode as FoodCode, index_FoodCodeSchema as FoodCodeSchema, index_FoodLabel as FoodLabel, index_FoodLabelSchema as FoodLabelSchema, index_FoodSchema as FoodSchema, index_FriendBlockItemResponse as FriendBlockItemResponse, index_FriendBlockItemResponseSchema as FriendBlockItemResponseSchema, index_FriendListItemResponse as FriendListItemResponse, index_FriendListItemResponseSchema as FriendListItemResponseSchema, index_FriendMealItemResponse as FriendMealItemResponse, index_FriendMealItemResponseSchema as FriendMealItemResponseSchema, index_FriendMealQuery as FriendMealQuery, index_FriendMealQuerySchema as FriendMealQuerySchema, index_FriendRequestId as FriendRequestId, index_FriendRequestIdSchema as FriendRequestIdSchema, index_FriendRequestItemResponse as FriendRequestItemResponse, index_FriendRequestItemResponseSchema as FriendRequestItemResponseSchema, index_FriendRequestMember as FriendRequestMember, index_FriendRequestMemberSchema as FriendRequestMemberSchema, index_FriendRequestStatus as FriendRequestStatus, index_FriendRequestStatusSchema as FriendRequestStatusSchema, index_HttpMethod as HttpMethod, index_ISODateString as ISODateString, index_ISODateStringSchema as ISODateStringSchema, index_ISODateTimeString as ISODateTimeString, index_ISODateTimeStringSchema as ISODateTimeStringSchema, index_InvitationId as InvitationId, index_InvitationIdSchema as InvitationIdSchema, index_InvitationListItemResponseSchema as InvitationListItemResponseSchema, index_InvitationResponse as InvitationResponse, index_InvitationRoomStage as InvitationRoomStage, index_InvitationRoomStageSchema as InvitationRoomStageSchema, index_KakaoPlaceRaw as KakaoPlaceRaw, index_KakaoPlaceRawSchema as KakaoPlaceRawSchema, index_LocationCandidate as LocationCandidate, index_LocationCandidateAddUpdateResponseSchema as LocationCandidateAddUpdateResponseSchema, index_LocationCandidateSchema as LocationCandidateSchema, index_LocationCandidateVoteUpdateResponseSchema as LocationCandidateVoteUpdateResponseSchema, index_LocationId as LocationId, index_LocationIdSchema as LocationIdSchema, index_LoginRequest as LoginRequest, index_LoginRequestSchema as LoginRequestSchema, index_MapperContract as MapperContract, index_MapperInput as MapperInput, index_MapperOutput as MapperOutput, index_MealStatus as MealStatus, index_MealStatusAction as MealStatusAction, index_MealStatusActionSchema as MealStatusActionSchema, index_MealStatusResponse as MealStatusResponse, index_MealStatusResponseSchema as MealStatusResponseSchema, index_MealStatusSchema as MealStatusSchema, index_MeetingResponse as MeetingResponse, index_MemberCore as MemberCore, index_MemberCoreSchema as MemberCoreSchema, index_MemberDetail as MemberDetail, index_MemberDetailSchema as MemberDetailSchema, index_MemberFoodPreference as MemberFoodPreference, index_MemberFoodPreferenceSchema as MemberFoodPreferenceSchema, index_MemberId as MemberId, index_MemberIdSchema as MemberIdSchema, index_MemberResponse as MemberResponse, index_MemberResponseSchema as MemberResponseSchema, index_MemberRole as MemberRole, index_MemberRoleSchema as MemberRoleSchema, index_MemberSearchQuery as MemberSearchQuery, index_MemberSearchQuerySchema as MemberSearchQuerySchema, index_MemberSerachResponse as MemberSerachResponse, index_MemberSerachResponseSchema as MemberSerachResponseSchema, index_Menu as Menu, index_MenuCode as MenuCode, index_MenuCodeSchema as MenuCodeSchema, index_MenuPickUpdateResponseSchema as MenuPickUpdateResponseSchema, index_MenuSchema as MenuSchema, index_NoBodySchema as NoBodySchema, index_NoContent as NoContent, index_NoContentSchema as NoContentSchema, index_NoParamsSchema as NoParamsSchema, index_NoQuerySchema as NoQuerySchema, index_NonEmptyStringIdSchema as NonEmptyStringIdSchema, index_PageArticleSummaryResponse as PageArticleSummaryResponse, index_PageArticleSummaryResponseSchema as PageArticleSummaryResponseSchema, index_PageMeta as PageMeta, index_PageMetaSchema as PageMetaSchema, index_PageQuerySchema as PageQuerySchema, index_PageRequest as PageRequest, index_PageResponse as PageResponse, index_PageResponseSchema as PageResponseSchema, index_Participant as Participant, index_ParticipantSchema as ParticipantSchema, index_PathParamsOf as PathParamsOf, index_PhaseDataBroadcast as PhaseDataBroadcast, index_PhaseDataBroadcastSchema as PhaseDataBroadcastSchema, index_PickDateRequestSchema as PickDateRequestSchema, index_PickMenuRequestSchema as PickMenuRequestSchema, index_PickRestaurantRequestSchema as PickRestaurantRequestSchema, index_PickTimesRequestSchema as PickTimesRequestSchema, index_PlanId as PlanId, index_PlanIdSchema as PlanIdSchema, index_PlanListQuery as PlanListQuery, index_PlanListQuerySchema as PlanListQuerySchema, index_PlanResponse as PlanResponse, index_PlanResponseSchema as PlanResponseSchema, index_PlanStatus as PlanStatus, index_PlanStatusSchema as PlanStatusSchema, index_PlanType as PlanType, index_PlanTypeSchema as PlanTypeSchema, index_PositiveIntIdSchema as PositiveIntIdSchema, index_PresignArticleResponse as PresignArticleResponse, index_PresignArticleResponseSchema as PresignArticleResponseSchema, index_PresignProfileResponse as PresignProfileResponse, index_PresignProfileResponseSchema as PresignProfileResponseSchema, index_ProfileDetailResponse as ProfileDetailResponse, index_ProfileDetailResponseSchema as ProfileDetailResponseSchema, index_QueryOf as QueryOf, index_ReadyStateChangedSchema as ReadyStateChangedSchema, index_ReadyStateRequest as ReadyStateRequest, index_ReadyStateRequestSchema as ReadyStateRequestSchema, index_RecruitId as RecruitId, index_RecruitIdSchema as RecruitIdSchema, index_RecruitListQuery as RecruitListQuery, index_RecruitListQuerySchema as RecruitListQuerySchema, index_RecruitListResponse as RecruitListResponse, index_RecruitListResponseSchema as RecruitListResponseSchema, index_RecruitRoomStage as RecruitRoomStage, index_RecruitRoomStageSchema as RecruitRoomStageSchema, index_RecruitSortBy as RecruitSortBy, index_RecruitSortBySchema as RecruitSortBySchema, index_RecruitStatus as RecruitStatus, index_RecruitStatusSchema as RecruitStatusSchema, index_RedeemReferralRequest as RedeemReferralRequest, index_RedeemReferralRequestSchema as RedeemReferralRequestSchema, index_ReferralCode as ReferralCode, index_ReferralCodeSchema as ReferralCodeSchema, index_ReferralCreateResponse as ReferralCreateResponse, index_ReferralCreateResponseSchema as ReferralCreateResponseSchema, index_ReferralItemResponse as ReferralItemResponse, index_ReferralItemResponseSchema as ReferralItemResponseSchema, index_ResponseOf as ResponseOf, index_RestaurantId as RestaurantId, index_RestaurantIdSchema as RestaurantIdSchema, index_RestaurantPickUpdateResponseSchema as RestaurantPickUpdateResponseSchema, index_RestaurantResponse as RestaurantResponse, index_RestaurantSchema as RestaurantSchema, index_RoomAssignedResponse as RoomAssignedResponse, index_RoomAssignedResponseSchema as RoomAssignedResponseSchema, index_RoomClientToServerEvents as RoomClientToServerEvents, index_RoomId as RoomId, index_RoomIdSchema as RoomIdSchema, index_RoomInitialState as RoomInitialState, index_RoomInitialStateSchema as RoomInitialStateSchema, index_RoomServerToClientEvents as RoomServerToClientEvents, index_RoomSocketClientEventSchemas as RoomSocketClientEventSchemas, index_RoomSocketError as RoomSocketError, index_RoomSocketErrorSchema as RoomSocketErrorSchema, index_RoomSocketServerEventSchemas as RoomSocketServerEventSchemas, index_SendInvitationResponse as SendInvitationResponse, index_SendInvitationResponseSchema as SendInvitationResponseSchema, index_ServerToClientEvents as ServerToClientEvents, index_SignupRequest as SignupRequest, index_SignupRequestSchema as SignupRequestSchema, index_SignupResponse as SignupResponse, index_SignupResponseSchema as SignupResponseSchema, index_SortDirection as SortDirection, index_SortDirectionSchema as SortDirectionSchema, index_SubscriptionId as SubscriptionId, index_SubscriptionIdSchema as SubscriptionIdSchema, index_TimeHHmmString as TimeHHmmString, index_TimeHHmmStringSchema as TimeHHmmStringSchema, index_TimePicksUpdateResponseSchema as TimePicksUpdateResponseSchema, index_TokenResponse as TokenResponse, index_TokenResponseSchema as TokenResponseSchema, index_UpdateMealStatusRequest as UpdateMealStatusRequest, index_UpdateMealStatusRequestSchema as UpdateMealStatusRequestSchema, index_UpdatePreferenceRequest as UpdatePreferenceRequest, index_UpdatePreferenceRequestSchema as UpdatePreferenceRequestSchema, index_UpdateProfileRequest as UpdateProfileRequest, index_UpdateProfileRequestSchema as UpdateProfileRequestSchema, index_User as User, index_UserId as UserId, index_UserIdSchema as UserIdSchema, index_VoteLocationRequestSchema as VoteLocationRequestSchema, index_apiContract as apiContract, index_endpoint as endpoint, index_makeApiResponseSchema as makeApiResponseSchema, index_makeApiSuccessSchema as makeApiSuccessSchema, index_toArticleId as toArticleId, index_toCommentId as toCommentId, index_toCouponId as toCouponId, index_toFriendRequestId as toFriendRequestId, index_toInvitationId as toInvitationId, index_toMemberId as toMemberId, index_toPlanId as toPlanId, index_toRecruitId as toRecruitId, index_toReferralCode as toReferralCode, index_toRestaurantId as toRestaurantId, index_toRoomId as toRoomId, index_toSubscriptionId as toSubscriptionId };
284
290
  }
285
291
 
286
292
  export { index as i };