@kimdaegyu/babmukdang-shared 1.0.7 → 1.1.1
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.
- package/dist/chunk-4XAGRJUM.js +61 -0
- package/dist/chunk-5QLCZOPJ.js +34 -0
- package/dist/chunk-AATETFLU.js +312 -0
- package/dist/chunk-ADIREWTX.js +72 -0
- package/dist/chunk-ET2Z5ZYA.js +37 -0
- package/dist/chunk-HRM3FQPL.js +12 -0
- package/dist/chunk-JNJRBUKR.js +30 -0
- package/dist/chunk-M7HH7FMO.js +40 -0
- package/dist/chunk-NAPCX4Q6.js +183 -0
- package/dist/chunk-NCVWB52E.js +0 -0
- package/dist/chunk-NJTV6DRT.js +0 -0
- package/dist/chunk-O56CI56W.js +37 -0
- package/dist/chunk-PFSZSKD5.js +0 -0
- package/dist/chunk-RHQHBUO4.js +78 -0
- package/dist/chunk-XTBVYY5B.js +286 -0
- package/dist/chunk-XWTMYXPO.js +109 -0
- package/dist/chunk-YJ7RUOEJ.js +35 -0
- package/dist/domain/article/index.cjs +243 -0
- package/dist/domain/article/index.d.cts +952 -0
- package/dist/domain/article/index.d.ts +952 -0
- package/dist/domain/article/index.js +30 -0
- package/dist/domain/auth/index.cjs +141 -0
- package/dist/domain/auth/index.d.cts +72 -0
- package/dist/domain/auth/index.d.ts +72 -0
- package/dist/domain/auth/index.js +14 -0
- package/dist/domain/common/index.cjs +756 -0
- package/dist/domain/common/index.d.cts +2689 -0
- package/dist/domain/common/index.d.ts +2689 -0
- package/dist/domain/common/index.js +106 -0
- package/dist/domain/friend/index.cjs +148 -0
- package/dist/domain/friend/index.d.cts +117 -0
- package/dist/domain/friend/index.d.ts +117 -0
- package/dist/domain/friend/index.js +17 -0
- package/dist/domain/index.cjs +974 -0
- package/dist/domain/index.d.cts +14 -0
- package/dist/domain/index.d.ts +14 -0
- package/dist/domain/index.js +308 -0
- package/dist/domain/invitation/index.cjs +82 -0
- package/dist/domain/invitation/index.d.cts +64 -0
- package/dist/domain/invitation/index.d.ts +64 -0
- package/dist/domain/invitation/index.js +13 -0
- package/dist/domain/meal/index.cjs +154 -0
- package/dist/domain/meal/index.d.cts +66 -0
- package/dist/domain/meal/index.d.ts +66 -0
- package/dist/domain/meal/index.js +20 -0
- package/dist/domain/member/index.cjs +136 -0
- package/dist/domain/member/index.d.cts +332 -0
- package/dist/domain/member/index.d.ts +332 -0
- package/dist/domain/member/index.js +30 -0
- package/dist/domain/plan/index.cjs +278 -0
- package/dist/domain/plan/index.d.cts +178 -0
- package/dist/domain/plan/index.d.ts +178 -0
- package/dist/domain/plan/index.js +18 -0
- package/dist/domain/promotion/index.cjs +134 -0
- package/dist/domain/promotion/index.d.cts +114 -0
- package/dist/domain/promotion/index.d.ts +114 -0
- package/dist/domain/promotion/index.js +24 -0
- package/dist/domain/recruit/index.cjs +181 -0
- package/dist/domain/recruit/index.d.cts +130 -0
- package/dist/domain/recruit/index.d.ts +130 -0
- package/dist/domain/recruit/index.js +29 -0
- package/dist/domain/restaurant/index.cjs +85 -0
- package/dist/domain/restaurant/index.d.cts +82 -0
- package/dist/domain/restaurant/index.d.ts +82 -0
- package/dist/domain/restaurant/index.js +10 -0
- package/dist/domain/room/index.cjs +344 -0
- package/dist/domain/room/index.d.cts +1482 -0
- package/dist/domain/room/index.d.ts +1482 -0
- package/dist/domain/room/index.js +74 -0
- package/dist/id-_a-oManb.d.cts +58 -0
- package/dist/id-_a-oManb.d.ts +58 -0
- package/dist/index-CqcSqpDV.d.ts +286 -0
- package/dist/index-HEHaDbrV.d.cts +286 -0
- package/dist/index.cjs +825 -21
- package/dist/index.d.cts +108 -616
- package/dist/index.d.ts +108 -616
- package/dist/index.js +33 -36
- package/package.json +55 -39
|
@@ -0,0 +1,286 @@
|
|
|
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
|
+
import { LoginRequest, LoginRequestSchema, SignupRequest, SignupRequestSchema, SignupResponse, SignupResponseSchema, TokenResponse, TokenResponseSchema } from './domain/auth/index.cjs';
|
|
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';
|
|
5
|
+
import { FriendBlockItemResponse, FriendBlockItemResponseSchema, FriendListItemResponse, FriendListItemResponseSchema, FriendRequestItemResponse, FriendRequestItemResponseSchema, FriendRequestMember, FriendRequestMemberSchema, FriendRequestStatus, FriendRequestStatusSchema } from './domain/friend/index.cjs';
|
|
6
|
+
import { AcceptInvitationResponse, AcceptInvitationResponseSchema, CreateInvitationRequest, CreateInvitationRequestSchema, InvitationListItemResponseSchema, InvitationResponse, SendInvitationResponse, SendInvitationResponseSchema } from './domain/invitation/index.cjs';
|
|
7
|
+
import { FriendMealItemResponse, FriendMealItemResponseSchema, FriendMealQuery, FriendMealQuerySchema, MealStatus, MealStatusAction, MealStatusActionSchema, MealStatusResponse, MealStatusResponseSchema, MealStatusSchema, UpdateMealStatusRequest, UpdateMealStatusRequestSchema } from './domain/meal/index.cjs';
|
|
8
|
+
import { CreateProfileRequest, CreateProfileRequestSchema, MemberCore, MemberCoreSchema, MemberDetail, MemberDetailSchema, MemberFoodPreference, MemberFoodPreferenceSchema, MemberResponse, MemberResponseSchema, MemberRole, MemberRoleSchema, MemberSearchQuery, MemberSearchQuerySchema, MemberSerachResponse, MemberSerachResponseSchema, PresignProfileResponse, PresignProfileResponseSchema, ProfileDetailResponse, ProfileDetailResponseSchema, UpdatePreferenceRequest, UpdatePreferenceRequestSchema, UpdateProfileRequest, UpdateProfileRequestSchema, User } from './domain/member/index.cjs';
|
|
9
|
+
import { MeetingResponse, PlanListQuery, PlanListQuerySchema, PlanResponse, PlanResponseSchema, PlanStatus, PlanStatusSchema, PlanType, PlanTypeSchema } from './domain/plan/index.cjs';
|
|
10
|
+
import { CreateRecruitRequest, CreateRecruitRequestSchema, CreateRecruitResponse, CreateRecruitResponseSchema, RecruitListQuery, RecruitListQuerySchema, RecruitListResponse, RecruitListResponseSchema, RecruitSortBy, RecruitSortBySchema, RecruitStatus, RecruitStatusSchema } from './domain/recruit/index.cjs';
|
|
11
|
+
import { KakaoPlaceRaw, KakaoPlaceRawSchema, RestaurantResponse, RestaurantSchema } from './domain/restaurant/index.cjs';
|
|
12
|
+
import { AddLocationCandidateRequestSchema, AnnouncementStage, ChatMessageRequest, ChatMessageRequestSchema, ChatMessageResponse, ChatMessageResponseSchema, ClientEventMapFromSchemas, ClientToServerEvents, DatePicksUpdateResponseSchema, ExcludeMenuRequestSchema, ExcludeMenuUpdateResponseSchema, FinalState, FinalStateSchema, InvitationRoomStage, InvitationRoomStageSchema, LocationCandidate, LocationCandidateAddUpdateResponseSchema, LocationCandidateSchema, LocationCandidateVoteUpdateResponseSchema, LocationId, LocationIdSchema, Menu, MenuCode, MenuCodeSchema, MenuPickUpdateResponseSchema, MenuSchema, Participant, ParticipantSchema, PhaseDataBroadcast, PhaseDataBroadcastSchema, PickDateRequestSchema, PickMenuRequestSchema, PickRestaurantRequestSchema, PickTimesRequestSchema, ReadyStateChangedSchema, ReadyStateRequest, ReadyStateRequestSchema, RecruitRoomStage, RecruitRoomStageSchema, RestaurantPickUpdateResponseSchema, RoomAssignedResponse, RoomAssignedResponseSchema, RoomClientToServerEvents, RoomInitialState, RoomInitialStateSchema, RoomServerToClientEvents, RoomSocketClientEventSchemas, RoomSocketError, RoomSocketErrorSchema, RoomSocketServerEventSchemas, ServerToClientEvents, TimePicksUpdateResponseSchema, VoteLocationRequestSchema } from './domain/room/index.cjs';
|
|
13
|
+
import { ChallengeStatusResponse, ChallengeStatusResponseSchema, ClaimChallengeRewardRequest, ClaimChallengeRewardRequestSchema, ClaimChallengeRewardResponse, ClaimChallengeRewardResponseSchema, CouponResponse, CouponResponseSchema, CouponStatus, CouponStatusSchema, CouponType, CouponTypeSchema, RedeemReferralRequest, RedeemReferralRequestSchema, ReferralCreateResponse, ReferralCreateResponseSchema, ReferralItemResponse, ReferralItemResponseSchema } from './domain/promotion/index.cjs';
|
|
14
|
+
|
|
15
|
+
declare const index_AcceptInvitationResponse: typeof AcceptInvitationResponse;
|
|
16
|
+
declare const index_AcceptInvitationResponseSchema: typeof AcceptInvitationResponseSchema;
|
|
17
|
+
declare const index_AddLocationCandidateRequestSchema: typeof AddLocationCandidateRequestSchema;
|
|
18
|
+
declare const index_AnnouncementStage: typeof AnnouncementStage;
|
|
19
|
+
declare const index_ApiContract: typeof ApiContract;
|
|
20
|
+
declare const index_ApiDomain: typeof ApiDomain;
|
|
21
|
+
declare const index_ApiFailure: typeof ApiFailure;
|
|
22
|
+
declare const index_ApiFailureSchema: typeof ApiFailureSchema;
|
|
23
|
+
declare const index_ApiResponse: typeof ApiResponse;
|
|
24
|
+
declare const index_ApiResponseSchema: typeof ApiResponseSchema;
|
|
25
|
+
declare const index_ApiSuccess: typeof ApiSuccess;
|
|
26
|
+
declare const index_ApiSuccessSchema: typeof ApiSuccessSchema;
|
|
27
|
+
declare const index_ArticleComment: typeof ArticleComment;
|
|
28
|
+
declare const index_ArticleCommentSchema: typeof ArticleCommentSchema;
|
|
29
|
+
declare const index_ArticleCore: typeof ArticleCore;
|
|
30
|
+
declare const index_ArticleCoreSchema: typeof ArticleCoreSchema;
|
|
31
|
+
declare const index_ArticleDetailResponse: typeof ArticleDetailResponse;
|
|
32
|
+
declare const index_ArticleDetailResponseSchema: typeof ArticleDetailResponseSchema;
|
|
33
|
+
declare const index_ArticleId: typeof ArticleId;
|
|
34
|
+
declare const index_ArticleIdSchema: typeof ArticleIdSchema;
|
|
35
|
+
declare const index_ArticleListQueryRequest: typeof ArticleListQueryRequest;
|
|
36
|
+
declare const index_ArticleListQuerySchema: typeof ArticleListQuerySchema;
|
|
37
|
+
declare const index_ArticleSortBy: typeof ArticleSortBy;
|
|
38
|
+
declare const index_ArticleSortBySchema: typeof ArticleSortBySchema;
|
|
39
|
+
declare const index_ArticleSummaryResponse: typeof ArticleSummaryResponse;
|
|
40
|
+
declare const index_ArticleSummaryResponseSchema: typeof ArticleSummaryResponseSchema;
|
|
41
|
+
declare const index_AsyncMapperContract: typeof AsyncMapperContract;
|
|
42
|
+
declare const index_BaseResponse: typeof BaseResponse;
|
|
43
|
+
declare const index_BodyOf: typeof BodyOf;
|
|
44
|
+
declare const index_Brand: typeof Brand;
|
|
45
|
+
declare const index_ChallengeStatusResponse: typeof ChallengeStatusResponse;
|
|
46
|
+
declare const index_ChallengeStatusResponseSchema: typeof ChallengeStatusResponseSchema;
|
|
47
|
+
declare const index_ChatMessageRequest: typeof ChatMessageRequest;
|
|
48
|
+
declare const index_ChatMessageRequestSchema: typeof ChatMessageRequestSchema;
|
|
49
|
+
declare const index_ChatMessageResponse: typeof ChatMessageResponse;
|
|
50
|
+
declare const index_ChatMessageResponseSchema: typeof ChatMessageResponseSchema;
|
|
51
|
+
declare const index_ClaimChallengeRewardRequest: typeof ClaimChallengeRewardRequest;
|
|
52
|
+
declare const index_ClaimChallengeRewardRequestSchema: typeof ClaimChallengeRewardRequestSchema;
|
|
53
|
+
declare const index_ClaimChallengeRewardResponse: typeof ClaimChallengeRewardResponse;
|
|
54
|
+
declare const index_ClaimChallengeRewardResponseSchema: typeof ClaimChallengeRewardResponseSchema;
|
|
55
|
+
declare const index_ClientEventMapFromSchemas: typeof ClientEventMapFromSchemas;
|
|
56
|
+
declare const index_ClientToServerEvents: typeof ClientToServerEvents;
|
|
57
|
+
declare const index_CommentId: typeof CommentId;
|
|
58
|
+
declare const index_CommentIdSchema: typeof CommentIdSchema;
|
|
59
|
+
declare const index_CouponId: typeof CouponId;
|
|
60
|
+
declare const index_CouponIdSchema: typeof CouponIdSchema;
|
|
61
|
+
declare const index_CouponResponse: typeof CouponResponse;
|
|
62
|
+
declare const index_CouponResponseSchema: typeof CouponResponseSchema;
|
|
63
|
+
declare const index_CouponStatus: typeof CouponStatus;
|
|
64
|
+
declare const index_CouponStatusSchema: typeof CouponStatusSchema;
|
|
65
|
+
declare const index_CouponType: typeof CouponType;
|
|
66
|
+
declare const index_CouponTypeSchema: typeof CouponTypeSchema;
|
|
67
|
+
declare const index_CreateArticleRequest: typeof CreateArticleRequest;
|
|
68
|
+
declare const index_CreateArticleRequestSchema: typeof CreateArticleRequestSchema;
|
|
69
|
+
declare const index_CreateCommentRequest: typeof CreateCommentRequest;
|
|
70
|
+
declare const index_CreateCommentRequestSchema: typeof CreateCommentRequestSchema;
|
|
71
|
+
declare const index_CreateInvitationRequest: typeof CreateInvitationRequest;
|
|
72
|
+
declare const index_CreateInvitationRequestSchema: typeof CreateInvitationRequestSchema;
|
|
73
|
+
declare const index_CreateProfileRequest: typeof CreateProfileRequest;
|
|
74
|
+
declare const index_CreateProfileRequestSchema: typeof CreateProfileRequestSchema;
|
|
75
|
+
declare const index_CreateRecruitRequest: typeof CreateRecruitRequest;
|
|
76
|
+
declare const index_CreateRecruitRequestSchema: typeof CreateRecruitRequestSchema;
|
|
77
|
+
declare const index_CreateRecruitResponse: typeof CreateRecruitResponse;
|
|
78
|
+
declare const index_CreateRecruitResponseSchema: typeof CreateRecruitResponseSchema;
|
|
79
|
+
declare const index_CreatedEntityIdResponse: typeof CreatedEntityIdResponse;
|
|
80
|
+
declare const index_CreatedEntityIdResponseSchema: typeof CreatedEntityIdResponseSchema;
|
|
81
|
+
declare const index_DatePicksUpdateResponseSchema: typeof DatePicksUpdateResponseSchema;
|
|
82
|
+
declare const index_EndpointContract: typeof EndpointContract;
|
|
83
|
+
declare const index_EntityContract: typeof EntityContract;
|
|
84
|
+
declare const index_ExcludeMenuRequestSchema: typeof ExcludeMenuRequestSchema;
|
|
85
|
+
declare const index_ExcludeMenuUpdateResponseSchema: typeof ExcludeMenuUpdateResponseSchema;
|
|
86
|
+
declare const index_FinalState: typeof FinalState;
|
|
87
|
+
declare const index_FinalStateSchema: typeof FinalStateSchema;
|
|
88
|
+
declare const index_Food: typeof Food;
|
|
89
|
+
declare const index_FoodAnalysisResult: typeof FoodAnalysisResult;
|
|
90
|
+
declare const index_FoodAnalysisResultSchema: typeof FoodAnalysisResultSchema;
|
|
91
|
+
declare const index_FoodCode: typeof FoodCode;
|
|
92
|
+
declare const index_FoodCodeSchema: typeof FoodCodeSchema;
|
|
93
|
+
declare const index_FoodLabel: typeof FoodLabel;
|
|
94
|
+
declare const index_FoodLabelSchema: typeof FoodLabelSchema;
|
|
95
|
+
declare const index_FoodSchema: typeof FoodSchema;
|
|
96
|
+
declare const index_FriendBlockItemResponse: typeof FriendBlockItemResponse;
|
|
97
|
+
declare const index_FriendBlockItemResponseSchema: typeof FriendBlockItemResponseSchema;
|
|
98
|
+
declare const index_FriendListItemResponse: typeof FriendListItemResponse;
|
|
99
|
+
declare const index_FriendListItemResponseSchema: typeof FriendListItemResponseSchema;
|
|
100
|
+
declare const index_FriendMealItemResponse: typeof FriendMealItemResponse;
|
|
101
|
+
declare const index_FriendMealItemResponseSchema: typeof FriendMealItemResponseSchema;
|
|
102
|
+
declare const index_FriendMealQuery: typeof FriendMealQuery;
|
|
103
|
+
declare const index_FriendMealQuerySchema: typeof FriendMealQuerySchema;
|
|
104
|
+
declare const index_FriendRequestId: typeof FriendRequestId;
|
|
105
|
+
declare const index_FriendRequestIdSchema: typeof FriendRequestIdSchema;
|
|
106
|
+
declare const index_FriendRequestItemResponse: typeof FriendRequestItemResponse;
|
|
107
|
+
declare const index_FriendRequestItemResponseSchema: typeof FriendRequestItemResponseSchema;
|
|
108
|
+
declare const index_FriendRequestMember: typeof FriendRequestMember;
|
|
109
|
+
declare const index_FriendRequestMemberSchema: typeof FriendRequestMemberSchema;
|
|
110
|
+
declare const index_FriendRequestStatus: typeof FriendRequestStatus;
|
|
111
|
+
declare const index_FriendRequestStatusSchema: typeof FriendRequestStatusSchema;
|
|
112
|
+
declare const index_HttpMethod: typeof HttpMethod;
|
|
113
|
+
declare const index_ISODateString: typeof ISODateString;
|
|
114
|
+
declare const index_ISODateStringSchema: typeof ISODateStringSchema;
|
|
115
|
+
declare const index_ISODateTimeString: typeof ISODateTimeString;
|
|
116
|
+
declare const index_ISODateTimeStringSchema: typeof ISODateTimeStringSchema;
|
|
117
|
+
declare const index_InvitationId: typeof InvitationId;
|
|
118
|
+
declare const index_InvitationIdSchema: typeof InvitationIdSchema;
|
|
119
|
+
declare const index_InvitationListItemResponseSchema: typeof InvitationListItemResponseSchema;
|
|
120
|
+
declare const index_InvitationResponse: typeof InvitationResponse;
|
|
121
|
+
declare const index_InvitationRoomStage: typeof InvitationRoomStage;
|
|
122
|
+
declare const index_InvitationRoomStageSchema: typeof InvitationRoomStageSchema;
|
|
123
|
+
declare const index_KakaoPlaceRaw: typeof KakaoPlaceRaw;
|
|
124
|
+
declare const index_KakaoPlaceRawSchema: typeof KakaoPlaceRawSchema;
|
|
125
|
+
declare const index_LocationCandidate: typeof LocationCandidate;
|
|
126
|
+
declare const index_LocationCandidateAddUpdateResponseSchema: typeof LocationCandidateAddUpdateResponseSchema;
|
|
127
|
+
declare const index_LocationCandidateSchema: typeof LocationCandidateSchema;
|
|
128
|
+
declare const index_LocationCandidateVoteUpdateResponseSchema: typeof LocationCandidateVoteUpdateResponseSchema;
|
|
129
|
+
declare const index_LocationId: typeof LocationId;
|
|
130
|
+
declare const index_LocationIdSchema: typeof LocationIdSchema;
|
|
131
|
+
declare const index_LoginRequest: typeof LoginRequest;
|
|
132
|
+
declare const index_LoginRequestSchema: typeof LoginRequestSchema;
|
|
133
|
+
declare const index_MapperContract: typeof MapperContract;
|
|
134
|
+
declare const index_MapperInput: typeof MapperInput;
|
|
135
|
+
declare const index_MapperOutput: typeof MapperOutput;
|
|
136
|
+
declare const index_MealStatus: typeof MealStatus;
|
|
137
|
+
declare const index_MealStatusAction: typeof MealStatusAction;
|
|
138
|
+
declare const index_MealStatusActionSchema: typeof MealStatusActionSchema;
|
|
139
|
+
declare const index_MealStatusResponse: typeof MealStatusResponse;
|
|
140
|
+
declare const index_MealStatusResponseSchema: typeof MealStatusResponseSchema;
|
|
141
|
+
declare const index_MealStatusSchema: typeof MealStatusSchema;
|
|
142
|
+
declare const index_MeetingResponse: typeof MeetingResponse;
|
|
143
|
+
declare const index_MemberCore: typeof MemberCore;
|
|
144
|
+
declare const index_MemberCoreSchema: typeof MemberCoreSchema;
|
|
145
|
+
declare const index_MemberDetail: typeof MemberDetail;
|
|
146
|
+
declare const index_MemberDetailSchema: typeof MemberDetailSchema;
|
|
147
|
+
declare const index_MemberFoodPreference: typeof MemberFoodPreference;
|
|
148
|
+
declare const index_MemberFoodPreferenceSchema: typeof MemberFoodPreferenceSchema;
|
|
149
|
+
declare const index_MemberId: typeof MemberId;
|
|
150
|
+
declare const index_MemberIdSchema: typeof MemberIdSchema;
|
|
151
|
+
declare const index_MemberResponse: typeof MemberResponse;
|
|
152
|
+
declare const index_MemberResponseSchema: typeof MemberResponseSchema;
|
|
153
|
+
declare const index_MemberRole: typeof MemberRole;
|
|
154
|
+
declare const index_MemberRoleSchema: typeof MemberRoleSchema;
|
|
155
|
+
declare const index_MemberSearchQuery: typeof MemberSearchQuery;
|
|
156
|
+
declare const index_MemberSearchQuerySchema: typeof MemberSearchQuerySchema;
|
|
157
|
+
declare const index_MemberSerachResponse: typeof MemberSerachResponse;
|
|
158
|
+
declare const index_MemberSerachResponseSchema: typeof MemberSerachResponseSchema;
|
|
159
|
+
declare const index_Menu: typeof Menu;
|
|
160
|
+
declare const index_MenuCode: typeof MenuCode;
|
|
161
|
+
declare const index_MenuCodeSchema: typeof MenuCodeSchema;
|
|
162
|
+
declare const index_MenuPickUpdateResponseSchema: typeof MenuPickUpdateResponseSchema;
|
|
163
|
+
declare const index_MenuSchema: typeof MenuSchema;
|
|
164
|
+
declare const index_NoBodySchema: typeof NoBodySchema;
|
|
165
|
+
declare const index_NoContent: typeof NoContent;
|
|
166
|
+
declare const index_NoContentSchema: typeof NoContentSchema;
|
|
167
|
+
declare const index_NoParamsSchema: typeof NoParamsSchema;
|
|
168
|
+
declare const index_NoQuerySchema: typeof NoQuerySchema;
|
|
169
|
+
declare const index_NonEmptyStringIdSchema: typeof NonEmptyStringIdSchema;
|
|
170
|
+
declare const index_PageArticleSummaryResponse: typeof PageArticleSummaryResponse;
|
|
171
|
+
declare const index_PageArticleSummaryResponseSchema: typeof PageArticleSummaryResponseSchema;
|
|
172
|
+
declare const index_PageMeta: typeof PageMeta;
|
|
173
|
+
declare const index_PageMetaSchema: typeof PageMetaSchema;
|
|
174
|
+
declare const index_PageQuerySchema: typeof PageQuerySchema;
|
|
175
|
+
declare const index_PageRequest: typeof PageRequest;
|
|
176
|
+
declare const index_PageResponse: typeof PageResponse;
|
|
177
|
+
declare const index_PageResponseSchema: typeof PageResponseSchema;
|
|
178
|
+
declare const index_Participant: typeof Participant;
|
|
179
|
+
declare const index_ParticipantSchema: typeof ParticipantSchema;
|
|
180
|
+
declare const index_PathParamsOf: typeof PathParamsOf;
|
|
181
|
+
declare const index_PhaseDataBroadcast: typeof PhaseDataBroadcast;
|
|
182
|
+
declare const index_PhaseDataBroadcastSchema: typeof PhaseDataBroadcastSchema;
|
|
183
|
+
declare const index_PickDateRequestSchema: typeof PickDateRequestSchema;
|
|
184
|
+
declare const index_PickMenuRequestSchema: typeof PickMenuRequestSchema;
|
|
185
|
+
declare const index_PickRestaurantRequestSchema: typeof PickRestaurantRequestSchema;
|
|
186
|
+
declare const index_PickTimesRequestSchema: typeof PickTimesRequestSchema;
|
|
187
|
+
declare const index_PlanId: typeof PlanId;
|
|
188
|
+
declare const index_PlanIdSchema: typeof PlanIdSchema;
|
|
189
|
+
declare const index_PlanListQuery: typeof PlanListQuery;
|
|
190
|
+
declare const index_PlanListQuerySchema: typeof PlanListQuerySchema;
|
|
191
|
+
declare const index_PlanResponse: typeof PlanResponse;
|
|
192
|
+
declare const index_PlanResponseSchema: typeof PlanResponseSchema;
|
|
193
|
+
declare const index_PlanStatus: typeof PlanStatus;
|
|
194
|
+
declare const index_PlanStatusSchema: typeof PlanStatusSchema;
|
|
195
|
+
declare const index_PlanType: typeof PlanType;
|
|
196
|
+
declare const index_PlanTypeSchema: typeof PlanTypeSchema;
|
|
197
|
+
declare const index_PositiveIntIdSchema: typeof PositiveIntIdSchema;
|
|
198
|
+
declare const index_PresignArticleResponse: typeof PresignArticleResponse;
|
|
199
|
+
declare const index_PresignArticleResponseSchema: typeof PresignArticleResponseSchema;
|
|
200
|
+
declare const index_PresignProfileResponse: typeof PresignProfileResponse;
|
|
201
|
+
declare const index_PresignProfileResponseSchema: typeof PresignProfileResponseSchema;
|
|
202
|
+
declare const index_ProfileDetailResponse: typeof ProfileDetailResponse;
|
|
203
|
+
declare const index_ProfileDetailResponseSchema: typeof ProfileDetailResponseSchema;
|
|
204
|
+
declare const index_QueryOf: typeof QueryOf;
|
|
205
|
+
declare const index_ReadyStateChangedSchema: typeof ReadyStateChangedSchema;
|
|
206
|
+
declare const index_ReadyStateRequest: typeof ReadyStateRequest;
|
|
207
|
+
declare const index_ReadyStateRequestSchema: typeof ReadyStateRequestSchema;
|
|
208
|
+
declare const index_RecruitId: typeof RecruitId;
|
|
209
|
+
declare const index_RecruitIdSchema: typeof RecruitIdSchema;
|
|
210
|
+
declare const index_RecruitListQuery: typeof RecruitListQuery;
|
|
211
|
+
declare const index_RecruitListQuerySchema: typeof RecruitListQuerySchema;
|
|
212
|
+
declare const index_RecruitListResponse: typeof RecruitListResponse;
|
|
213
|
+
declare const index_RecruitListResponseSchema: typeof RecruitListResponseSchema;
|
|
214
|
+
declare const index_RecruitRoomStage: typeof RecruitRoomStage;
|
|
215
|
+
declare const index_RecruitRoomStageSchema: typeof RecruitRoomStageSchema;
|
|
216
|
+
declare const index_RecruitSortBy: typeof RecruitSortBy;
|
|
217
|
+
declare const index_RecruitSortBySchema: typeof RecruitSortBySchema;
|
|
218
|
+
declare const index_RecruitStatus: typeof RecruitStatus;
|
|
219
|
+
declare const index_RecruitStatusSchema: typeof RecruitStatusSchema;
|
|
220
|
+
declare const index_RedeemReferralRequest: typeof RedeemReferralRequest;
|
|
221
|
+
declare const index_RedeemReferralRequestSchema: typeof RedeemReferralRequestSchema;
|
|
222
|
+
declare const index_ReferralCode: typeof ReferralCode;
|
|
223
|
+
declare const index_ReferralCodeSchema: typeof ReferralCodeSchema;
|
|
224
|
+
declare const index_ReferralCreateResponse: typeof ReferralCreateResponse;
|
|
225
|
+
declare const index_ReferralCreateResponseSchema: typeof ReferralCreateResponseSchema;
|
|
226
|
+
declare const index_ReferralItemResponse: typeof ReferralItemResponse;
|
|
227
|
+
declare const index_ReferralItemResponseSchema: typeof ReferralItemResponseSchema;
|
|
228
|
+
declare const index_ResponseOf: typeof ResponseOf;
|
|
229
|
+
declare const index_RestaurantId: typeof RestaurantId;
|
|
230
|
+
declare const index_RestaurantIdSchema: typeof RestaurantIdSchema;
|
|
231
|
+
declare const index_RestaurantPickUpdateResponseSchema: typeof RestaurantPickUpdateResponseSchema;
|
|
232
|
+
declare const index_RestaurantResponse: typeof RestaurantResponse;
|
|
233
|
+
declare const index_RestaurantSchema: typeof RestaurantSchema;
|
|
234
|
+
declare const index_RoomAssignedResponse: typeof RoomAssignedResponse;
|
|
235
|
+
declare const index_RoomAssignedResponseSchema: typeof RoomAssignedResponseSchema;
|
|
236
|
+
declare const index_RoomClientToServerEvents: typeof RoomClientToServerEvents;
|
|
237
|
+
declare const index_RoomId: typeof RoomId;
|
|
238
|
+
declare const index_RoomIdSchema: typeof RoomIdSchema;
|
|
239
|
+
declare const index_RoomInitialState: typeof RoomInitialState;
|
|
240
|
+
declare const index_RoomInitialStateSchema: typeof RoomInitialStateSchema;
|
|
241
|
+
declare const index_RoomServerToClientEvents: typeof RoomServerToClientEvents;
|
|
242
|
+
declare const index_RoomSocketClientEventSchemas: typeof RoomSocketClientEventSchemas;
|
|
243
|
+
declare const index_RoomSocketError: typeof RoomSocketError;
|
|
244
|
+
declare const index_RoomSocketErrorSchema: typeof RoomSocketErrorSchema;
|
|
245
|
+
declare const index_RoomSocketServerEventSchemas: typeof RoomSocketServerEventSchemas;
|
|
246
|
+
declare const index_SendInvitationResponse: typeof SendInvitationResponse;
|
|
247
|
+
declare const index_SendInvitationResponseSchema: typeof SendInvitationResponseSchema;
|
|
248
|
+
declare const index_ServerToClientEvents: typeof ServerToClientEvents;
|
|
249
|
+
declare const index_SignupRequest: typeof SignupRequest;
|
|
250
|
+
declare const index_SignupRequestSchema: typeof SignupRequestSchema;
|
|
251
|
+
declare const index_SignupResponse: typeof SignupResponse;
|
|
252
|
+
declare const index_SignupResponseSchema: typeof SignupResponseSchema;
|
|
253
|
+
declare const index_SortDirection: typeof SortDirection;
|
|
254
|
+
declare const index_SortDirectionSchema: typeof SortDirectionSchema;
|
|
255
|
+
declare const index_SubscriptionId: typeof SubscriptionId;
|
|
256
|
+
declare const index_SubscriptionIdSchema: typeof SubscriptionIdSchema;
|
|
257
|
+
declare const index_TimeHHmmString: typeof TimeHHmmString;
|
|
258
|
+
declare const index_TimeHHmmStringSchema: typeof TimeHHmmStringSchema;
|
|
259
|
+
declare const index_TimePicksUpdateResponseSchema: typeof TimePicksUpdateResponseSchema;
|
|
260
|
+
declare const index_TokenResponse: typeof TokenResponse;
|
|
261
|
+
declare const index_TokenResponseSchema: typeof TokenResponseSchema;
|
|
262
|
+
declare const index_UpdateMealStatusRequest: typeof UpdateMealStatusRequest;
|
|
263
|
+
declare const index_UpdateMealStatusRequestSchema: typeof UpdateMealStatusRequestSchema;
|
|
264
|
+
declare const index_UpdatePreferenceRequest: typeof UpdatePreferenceRequest;
|
|
265
|
+
declare const index_UpdatePreferenceRequestSchema: typeof UpdatePreferenceRequestSchema;
|
|
266
|
+
declare const index_UpdateProfileRequest: typeof UpdateProfileRequest;
|
|
267
|
+
declare const index_UpdateProfileRequestSchema: typeof UpdateProfileRequestSchema;
|
|
268
|
+
declare const index_User: typeof User;
|
|
269
|
+
declare const index_UserId: typeof UserId;
|
|
270
|
+
declare const index_UserIdSchema: typeof UserIdSchema;
|
|
271
|
+
declare const index_VoteLocationRequestSchema: typeof VoteLocationRequestSchema;
|
|
272
|
+
declare const index_apiContract: typeof apiContract;
|
|
273
|
+
declare const index_endpoint: typeof endpoint;
|
|
274
|
+
declare const index_makeApiResponseSchema: typeof makeApiResponseSchema;
|
|
275
|
+
declare const index_makeApiSuccessSchema: typeof makeApiSuccessSchema;
|
|
276
|
+
declare const index_toArticleId: typeof toArticleId;
|
|
277
|
+
declare const index_toInvitationId: typeof toInvitationId;
|
|
278
|
+
declare const index_toMemberId: typeof toMemberId;
|
|
279
|
+
declare const index_toRecruitId: typeof toRecruitId;
|
|
280
|
+
declare const index_toRestaurantId: typeof toRestaurantId;
|
|
281
|
+
declare const index_toRoomId: typeof toRoomId;
|
|
282
|
+
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 };
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
export { index as i };
|