@kimdaegyu/babmukdang-shared 1.0.7 → 1.1.0
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-2GRWCRTV.js +328 -0
- package/dist/chunk-2SJCUQNN.js +40 -0
- package/dist/chunk-34EKPNPX.js +0 -0
- package/dist/chunk-35QGRA2X.js +0 -0
- package/dist/chunk-3YMV26OY.js +0 -0
- package/dist/chunk-4DAOP35P.js +74 -0
- package/dist/chunk-6NZPEF4K.js +34 -0
- package/dist/chunk-7MGHUZXI.js +25 -0
- package/dist/chunk-BVTYAILQ.js +0 -0
- package/dist/chunk-EJKRR2MZ.js +184 -0
- package/dist/chunk-F24BT6H4.js +23 -0
- package/dist/chunk-FCE6KXNO.js +30 -0
- package/dist/chunk-HRM3FQPL.js +12 -0
- package/dist/chunk-IJMADVK5.js +27 -0
- package/dist/chunk-IYCA6KHR.js +0 -0
- package/dist/chunk-JCN37ARR.js +52 -0
- package/dist/chunk-JXYRJKRV.js +0 -0
- package/dist/chunk-LCMNVWSP.js +0 -0
- package/dist/chunk-MP7TEKEI.js +72 -0
- package/dist/chunk-NCVWB52E.js +0 -0
- package/dist/chunk-NW5O4R7M.js +37 -0
- package/dist/chunk-O6DYRCFN.js +0 -0
- package/dist/chunk-PDGMGLYH.js +0 -0
- package/dist/chunk-PFSZSKD5.js +0 -0
- package/dist/chunk-TA4BB3UC.js +0 -0
- package/dist/chunk-UFVPFUMI.js +35 -0
- package/dist/chunk-UN7KYFMV.js +0 -0
- package/dist/chunk-UXA4FHST.js +19 -0
- package/dist/chunk-WNY6POLW.js +0 -0
- package/dist/chunk-YVACD5IG.js +127 -0
- package/dist/chunk-Z2UFF3MA.js +212 -0
- package/dist/chunk-ZNAAA53X.js +45 -0
- package/dist/chunk-ZSZ3ETY7.js +32 -0
- package/dist/domain/article/index.cjs +250 -0
- package/dist/domain/article/index.d.cts +1026 -0
- package/dist/domain/article/index.d.ts +1026 -0
- package/dist/domain/article/index.js +32 -0
- package/dist/domain/auth/index.cjs +135 -0
- package/dist/domain/auth/index.d.cts +73 -0
- package/dist/domain/auth/index.d.ts +73 -0
- package/dist/domain/auth/index.js +17 -0
- package/dist/domain/challenge/index.cjs +65 -0
- package/dist/domain/challenge/index.d.cts +104 -0
- package/dist/domain/challenge/index.d.ts +104 -0
- package/dist/domain/challenge/index.js +18 -0
- package/dist/domain/common/index.cjs +769 -0
- package/dist/domain/common/index.d.cts +2576 -0
- package/dist/domain/common/index.d.ts +2576 -0
- package/dist/domain/common/index.js +107 -0
- package/dist/domain/coupon/index.cjs +74 -0
- package/dist/domain/coupon/index.d.cts +38 -0
- package/dist/domain/coupon/index.d.ts +38 -0
- package/dist/domain/coupon/index.js +14 -0
- package/dist/domain/friend/index.cjs +152 -0
- package/dist/domain/friend/index.d.cts +148 -0
- package/dist/domain/friend/index.d.ts +148 -0
- package/dist/domain/friend/index.js +25 -0
- package/dist/domain/index.cjs +997 -0
- package/dist/domain/index.d.cts +17 -0
- package/dist/domain/index.d.ts +17 -0
- package/dist/domain/index.js +334 -0
- package/dist/domain/invitation/index.cjs +104 -0
- package/dist/domain/invitation/index.d.cts +67 -0
- package/dist/domain/invitation/index.d.ts +67 -0
- package/dist/domain/invitation/index.js +17 -0
- package/dist/domain/meal/index.cjs +59 -0
- package/dist/domain/meal/index.d.cts +38 -0
- package/dist/domain/meal/index.d.ts +38 -0
- package/dist/domain/meal/index.js +15 -0
- package/dist/domain/member/index.cjs +127 -0
- package/dist/domain/member/index.d.cts +225 -0
- package/dist/domain/member/index.d.ts +225 -0
- package/dist/domain/member/index.js +30 -0
- package/dist/domain/plan/index.cjs +269 -0
- package/dist/domain/plan/index.d.cts +189 -0
- package/dist/domain/plan/index.d.ts +189 -0
- package/dist/domain/plan/index.js +19 -0
- package/dist/domain/preference/index.cjs +69 -0
- package/dist/domain/preference/index.d.cts +31 -0
- package/dist/domain/preference/index.d.ts +31 -0
- package/dist/domain/preference/index.js +12 -0
- package/dist/domain/recruit/index.cjs +138 -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 +19 -0
- package/dist/domain/referral/index.cjs +78 -0
- package/dist/domain/referral/index.d.cts +51 -0
- package/dist/domain/referral/index.d.ts +51 -0
- package/dist/domain/referral/index.js +14 -0
- package/dist/domain/restaurant/index.cjs +79 -0
- package/dist/domain/restaurant/index.d.cts +85 -0
- package/dist/domain/restaurant/index.d.ts +85 -0
- package/dist/domain/restaurant/index.js +11 -0
- package/dist/domain/room/index.cjs +332 -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-B-8M90Ef.d.cts +43 -0
- package/dist/id-B-8M90Ef.d.ts +43 -0
- package/dist/index-BuInbhtG.d.cts +305 -0
- package/dist/index-CKRUOupn.d.ts +305 -0
- package/dist/index.cjs +845 -21
- package/dist/index.d.cts +113 -569
- package/dist/index.d.ts +113 -569
- package/dist/index.js +50 -30
- package/package.json +50 -39
|
@@ -0,0 +1,305 @@
|
|
|
1
|
+
import { ArticleCoreSchema, ArticleDetailResponse, ArticleDetailResponseDto, ArticleDetailResponseSchema, ArticlePostRequest, ArticlePostRequestDto, ArticlePostRequestSchema, ArticleSummaryResponse, ArticleSummaryResponseDto, ArticleSummaryResponseSchema, CommentPostRequest, CommentPostRequestDto, CommentPostRequestSchema, CommentResponseSchema, CreateArticleResponse, CreateArticleResponseSchema, CreateCommentResponse, CreateCommentResponseSchema, FoodAnalysisResult, FoodAnalysisResultDto, FoodAnalysisResultSchema, PageArticleSummaryResponse, PageArticleSummaryResponseSchema, PresignArticleResponse, PresignProfileResponse, PresignUploadResponseSchema } from './domain/article/index.js';
|
|
2
|
+
import { LoginRequest, LoginRequestSchema, SignupRequest, SignupRequestSchema, SignupResponse, SignupResponseSchema, TokenResponse, TokenResponseSchema } from './domain/auth/index.js';
|
|
3
|
+
import { ChallengeStatusResponse, ChallengeStatusResponseSchema, ClaimChallengeRewardRequest, ClaimChallengeRewardRequestSchema, ClaimChallengeRewardResponse, ClaimChallengeRewardResponseSchema, MonthProgress, MonthProgressSchema, RewardType, RewardTypeSchema, WeekProgress, WeekProgressSchema } from './domain/challenge/index.js';
|
|
4
|
+
import { ApiContract, ApiDomain, ApiFailure, ApiFailureSchema, ApiResponse, ApiResponseSchema, ApiSuccess, ApiSuccessSchema, AsyncMapperContract, BaseResponse, BodyOf, CreatedEntityIdResponse, CreatedEntityIdResponseSchema, CreatedIdResponse, CreatedIdResponseSchema, EndpointContract, EntityContract, HttpMethod, ISODateString, ISODateStringSchema, ISODateTimeString, ISODateTimeStringSchema, MapperContract, MapperInput, MapperOutput, NoBodySchema, NoContent, NoContentSchema, NoParamsSchema, NoQuerySchema, PageRequest, PageRequestSchema, PageResponse, PageResponseSchema, PageableObject, PageableObjectSchema, PathParamsOf, QueryOf, ResponseOf, SortObject, SortObjectSchema, TimeHHmmString, TimeHHmmStringSchema, apiContract, endpoint, makeApiResponseSchema, makeApiSuccessSchema } from './domain/common/index.js';
|
|
5
|
+
import { A as ArticleId, a as ArticleIdSchema, B as Brand, C as CommentId, b as CommentIdSchema, c as CouponId, d as CouponIdSchema, F as FriendRequestId, e as FriendRequestIdSchema, I as InvitationId, f as InvitationIdSchema, M as MemberId, g as MemberIdSchema, N as NonEmptyStringIdSchema, P as PlanId, h as PlanIdSchema, i as PositiveIntIdSchema, R as RecruitId, j as RecruitIdSchema, k as ReferralCode, l as ReferralCodeSchema, m as RestaurantId, n as RestaurantIdSchema, o as RoomId, p as RoomIdSchema, S as SubscriptionId, q as SubscriptionIdSchema, U as UserId, r as UserIdSchema, t as toArticleId, s as toInvitationId, u as toMemberId, v as toRecruitId, w as toRestaurantId, x as toRoomId } from './id-B-8M90Ef.js';
|
|
6
|
+
import { CouponResponse, CouponResponseSchema, CouponStatus, CouponStatusSchema, CouponType, CouponTypeSchema } from './domain/coupon/index.js';
|
|
7
|
+
import { FriendActionRequest, FriendActionRequestSchema, FriendBlockItemResponse, FriendBlockItemResponseSchema, FriendListItemResponse, FriendListItemResponseSchema, FriendMealFilter, FriendMealFilterSchema, FriendMealItemResponse, FriendMealItemResponseSchema, FriendRequestItemResponse, FriendRequestItemResponseSchema, FriendRequestMemberSchema, FriendRequestStatus, FriendRequestStatusSchema } from './domain/friend/index.js';
|
|
8
|
+
import { AcceptInvitationResponse, AcceptInvitationResponseSchema, InvitationListItemResponseSchema, InvitationPostRequest, InvitationPostRequestSchema, InvitationResponse, RejectInvitationResponse, RejectInvitationResponseSchema, SendInvitationResponse, SendInvitationResponseSchema } from './domain/invitation/index.js';
|
|
9
|
+
import { MealStatus, MealStatusAction, MealStatusActionSchema, MealStatusResponse, MealStatusResponseSchema, MealStatusSchema, UpdateMealStatusRequest, UpdateMealStatusRequestSchema } from './domain/meal/index.js';
|
|
10
|
+
import { AuthPrincipal, AuthPrincipalSchema, MemberCoreSchema, MemberResponse, MemberResponseSchema, MemberRole, MemberRoleSchema, MemberSummaryResponse, MemberSummaryResponseSchema, OnboardingPreferenceRequest, OnboardingPreferenceRequestSchema, OnboardingRequest, OnboardingRequestSchema, PreferenceMetaResponse, PreferenceMetaResponseSchema, ProfileDetailResponse, ProfileDetailResponseSchema, ProfilePreferenceItem, ProfilePreferenceItemSchema, UpdateProfileRequest, UpdateProfileRequestSchema, User } from './domain/member/index.js';
|
|
11
|
+
import { CreatePlanRequest, CreatePlanRequestSchema, MeetingResponse, PlanResponse, PlanResponseDto, PlanResponseSchema, PlanStatus, PlanStatusSchema, PlanType, PlanTypeSchema } from './domain/plan/index.js';
|
|
12
|
+
import { FoodPreferenceResponse, FoodPreferenceResponseDto, FoodPreferenceResponseSchema, FoodPreferenceType, FoodPreferenceTypeSchema } from './domain/preference/index.js';
|
|
13
|
+
import { CreateRecruitResponse, CreateRecruitResponseDto, CreateRecruitResponseSchema, RecruitParticipant, RecruitParticipantDto, RecruitParticipantSchema, RecruitRequest, RecruitRequestDto, RecruitRequestSchema, RecruitResponse, RecruitResponseDto, RecruitResponseSchema, RecruitStatus, RecruitStatusSchema } from './domain/recruit/index.js';
|
|
14
|
+
import { RedeemReferralRequest, RedeemReferralRequestSchema, ReferralCreateResponse, ReferralCreateResponseSchema, ReferralItemResponse, ReferralItemResponseSchema } from './domain/referral/index.js';
|
|
15
|
+
import { KakaoPlaceRaw, KakaoPlaceRawSchema, KakaoRestaurantResponseDto, RestaurantDto, RestaurantResponse, RestaurantSchema } from './domain/restaurant/index.js';
|
|
16
|
+
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.js';
|
|
17
|
+
|
|
18
|
+
declare const index_AcceptInvitationResponse: typeof AcceptInvitationResponse;
|
|
19
|
+
declare const index_AcceptInvitationResponseSchema: typeof AcceptInvitationResponseSchema;
|
|
20
|
+
declare const index_AddLocationCandidateRequestSchema: typeof AddLocationCandidateRequestSchema;
|
|
21
|
+
declare const index_AnnouncementStage: typeof AnnouncementStage;
|
|
22
|
+
declare const index_ApiContract: typeof ApiContract;
|
|
23
|
+
declare const index_ApiDomain: typeof ApiDomain;
|
|
24
|
+
declare const index_ApiFailure: typeof ApiFailure;
|
|
25
|
+
declare const index_ApiFailureSchema: typeof ApiFailureSchema;
|
|
26
|
+
declare const index_ApiResponse: typeof ApiResponse;
|
|
27
|
+
declare const index_ApiResponseSchema: typeof ApiResponseSchema;
|
|
28
|
+
declare const index_ApiSuccess: typeof ApiSuccess;
|
|
29
|
+
declare const index_ApiSuccessSchema: typeof ApiSuccessSchema;
|
|
30
|
+
declare const index_ArticleCoreSchema: typeof ArticleCoreSchema;
|
|
31
|
+
declare const index_ArticleDetailResponse: typeof ArticleDetailResponse;
|
|
32
|
+
declare const index_ArticleDetailResponseDto: typeof ArticleDetailResponseDto;
|
|
33
|
+
declare const index_ArticleDetailResponseSchema: typeof ArticleDetailResponseSchema;
|
|
34
|
+
declare const index_ArticleId: typeof ArticleId;
|
|
35
|
+
declare const index_ArticleIdSchema: typeof ArticleIdSchema;
|
|
36
|
+
declare const index_ArticlePostRequest: typeof ArticlePostRequest;
|
|
37
|
+
declare const index_ArticlePostRequestDto: typeof ArticlePostRequestDto;
|
|
38
|
+
declare const index_ArticlePostRequestSchema: typeof ArticlePostRequestSchema;
|
|
39
|
+
declare const index_ArticleSummaryResponse: typeof ArticleSummaryResponse;
|
|
40
|
+
declare const index_ArticleSummaryResponseDto: typeof ArticleSummaryResponseDto;
|
|
41
|
+
declare const index_ArticleSummaryResponseSchema: typeof ArticleSummaryResponseSchema;
|
|
42
|
+
declare const index_AsyncMapperContract: typeof AsyncMapperContract;
|
|
43
|
+
declare const index_AuthPrincipal: typeof AuthPrincipal;
|
|
44
|
+
declare const index_AuthPrincipalSchema: typeof AuthPrincipalSchema;
|
|
45
|
+
declare const index_BaseResponse: typeof BaseResponse;
|
|
46
|
+
declare const index_BodyOf: typeof BodyOf;
|
|
47
|
+
declare const index_Brand: typeof Brand;
|
|
48
|
+
declare const index_ChallengeStatusResponse: typeof ChallengeStatusResponse;
|
|
49
|
+
declare const index_ChallengeStatusResponseSchema: typeof ChallengeStatusResponseSchema;
|
|
50
|
+
declare const index_ChatMessageRequest: typeof ChatMessageRequest;
|
|
51
|
+
declare const index_ChatMessageRequestSchema: typeof ChatMessageRequestSchema;
|
|
52
|
+
declare const index_ChatMessageResponse: typeof ChatMessageResponse;
|
|
53
|
+
declare const index_ChatMessageResponseSchema: typeof ChatMessageResponseSchema;
|
|
54
|
+
declare const index_ClaimChallengeRewardRequest: typeof ClaimChallengeRewardRequest;
|
|
55
|
+
declare const index_ClaimChallengeRewardRequestSchema: typeof ClaimChallengeRewardRequestSchema;
|
|
56
|
+
declare const index_ClaimChallengeRewardResponse: typeof ClaimChallengeRewardResponse;
|
|
57
|
+
declare const index_ClaimChallengeRewardResponseSchema: typeof ClaimChallengeRewardResponseSchema;
|
|
58
|
+
declare const index_ClientEventMapFromSchemas: typeof ClientEventMapFromSchemas;
|
|
59
|
+
declare const index_ClientToServerEvents: typeof ClientToServerEvents;
|
|
60
|
+
declare const index_CommentId: typeof CommentId;
|
|
61
|
+
declare const index_CommentIdSchema: typeof CommentIdSchema;
|
|
62
|
+
declare const index_CommentPostRequest: typeof CommentPostRequest;
|
|
63
|
+
declare const index_CommentPostRequestDto: typeof CommentPostRequestDto;
|
|
64
|
+
declare const index_CommentPostRequestSchema: typeof CommentPostRequestSchema;
|
|
65
|
+
declare const index_CommentResponseSchema: typeof CommentResponseSchema;
|
|
66
|
+
declare const index_CouponId: typeof CouponId;
|
|
67
|
+
declare const index_CouponIdSchema: typeof CouponIdSchema;
|
|
68
|
+
declare const index_CouponResponse: typeof CouponResponse;
|
|
69
|
+
declare const index_CouponResponseSchema: typeof CouponResponseSchema;
|
|
70
|
+
declare const index_CouponStatus: typeof CouponStatus;
|
|
71
|
+
declare const index_CouponStatusSchema: typeof CouponStatusSchema;
|
|
72
|
+
declare const index_CouponType: typeof CouponType;
|
|
73
|
+
declare const index_CouponTypeSchema: typeof CouponTypeSchema;
|
|
74
|
+
declare const index_CreateArticleResponse: typeof CreateArticleResponse;
|
|
75
|
+
declare const index_CreateArticleResponseSchema: typeof CreateArticleResponseSchema;
|
|
76
|
+
declare const index_CreateCommentResponse: typeof CreateCommentResponse;
|
|
77
|
+
declare const index_CreateCommentResponseSchema: typeof CreateCommentResponseSchema;
|
|
78
|
+
declare const index_CreatePlanRequest: typeof CreatePlanRequest;
|
|
79
|
+
declare const index_CreatePlanRequestSchema: typeof CreatePlanRequestSchema;
|
|
80
|
+
declare const index_CreateRecruitResponse: typeof CreateRecruitResponse;
|
|
81
|
+
declare const index_CreateRecruitResponseDto: typeof CreateRecruitResponseDto;
|
|
82
|
+
declare const index_CreateRecruitResponseSchema: typeof CreateRecruitResponseSchema;
|
|
83
|
+
declare const index_CreatedEntityIdResponse: typeof CreatedEntityIdResponse;
|
|
84
|
+
declare const index_CreatedEntityIdResponseSchema: typeof CreatedEntityIdResponseSchema;
|
|
85
|
+
declare const index_CreatedIdResponse: typeof CreatedIdResponse;
|
|
86
|
+
declare const index_CreatedIdResponseSchema: typeof CreatedIdResponseSchema;
|
|
87
|
+
declare const index_DatePicksUpdateResponseSchema: typeof DatePicksUpdateResponseSchema;
|
|
88
|
+
declare const index_EndpointContract: typeof EndpointContract;
|
|
89
|
+
declare const index_EntityContract: typeof EntityContract;
|
|
90
|
+
declare const index_ExcludeMenuRequestSchema: typeof ExcludeMenuRequestSchema;
|
|
91
|
+
declare const index_ExcludeMenuUpdateResponseSchema: typeof ExcludeMenuUpdateResponseSchema;
|
|
92
|
+
declare const index_FinalState: typeof FinalState;
|
|
93
|
+
declare const index_FinalStateSchema: typeof FinalStateSchema;
|
|
94
|
+
declare const index_FoodAnalysisResult: typeof FoodAnalysisResult;
|
|
95
|
+
declare const index_FoodAnalysisResultDto: typeof FoodAnalysisResultDto;
|
|
96
|
+
declare const index_FoodAnalysisResultSchema: typeof FoodAnalysisResultSchema;
|
|
97
|
+
declare const index_FoodPreferenceResponse: typeof FoodPreferenceResponse;
|
|
98
|
+
declare const index_FoodPreferenceResponseDto: typeof FoodPreferenceResponseDto;
|
|
99
|
+
declare const index_FoodPreferenceResponseSchema: typeof FoodPreferenceResponseSchema;
|
|
100
|
+
declare const index_FoodPreferenceType: typeof FoodPreferenceType;
|
|
101
|
+
declare const index_FoodPreferenceTypeSchema: typeof FoodPreferenceTypeSchema;
|
|
102
|
+
declare const index_FriendActionRequest: typeof FriendActionRequest;
|
|
103
|
+
declare const index_FriendActionRequestSchema: typeof FriendActionRequestSchema;
|
|
104
|
+
declare const index_FriendBlockItemResponse: typeof FriendBlockItemResponse;
|
|
105
|
+
declare const index_FriendBlockItemResponseSchema: typeof FriendBlockItemResponseSchema;
|
|
106
|
+
declare const index_FriendListItemResponse: typeof FriendListItemResponse;
|
|
107
|
+
declare const index_FriendListItemResponseSchema: typeof FriendListItemResponseSchema;
|
|
108
|
+
declare const index_FriendMealFilter: typeof FriendMealFilter;
|
|
109
|
+
declare const index_FriendMealFilterSchema: typeof FriendMealFilterSchema;
|
|
110
|
+
declare const index_FriendMealItemResponse: typeof FriendMealItemResponse;
|
|
111
|
+
declare const index_FriendMealItemResponseSchema: typeof FriendMealItemResponseSchema;
|
|
112
|
+
declare const index_FriendRequestId: typeof FriendRequestId;
|
|
113
|
+
declare const index_FriendRequestIdSchema: typeof FriendRequestIdSchema;
|
|
114
|
+
declare const index_FriendRequestItemResponse: typeof FriendRequestItemResponse;
|
|
115
|
+
declare const index_FriendRequestItemResponseSchema: typeof FriendRequestItemResponseSchema;
|
|
116
|
+
declare const index_FriendRequestMemberSchema: typeof FriendRequestMemberSchema;
|
|
117
|
+
declare const index_FriendRequestStatus: typeof FriendRequestStatus;
|
|
118
|
+
declare const index_FriendRequestStatusSchema: typeof FriendRequestStatusSchema;
|
|
119
|
+
declare const index_HttpMethod: typeof HttpMethod;
|
|
120
|
+
declare const index_ISODateString: typeof ISODateString;
|
|
121
|
+
declare const index_ISODateStringSchema: typeof ISODateStringSchema;
|
|
122
|
+
declare const index_ISODateTimeString: typeof ISODateTimeString;
|
|
123
|
+
declare const index_ISODateTimeStringSchema: typeof ISODateTimeStringSchema;
|
|
124
|
+
declare const index_InvitationId: typeof InvitationId;
|
|
125
|
+
declare const index_InvitationIdSchema: typeof InvitationIdSchema;
|
|
126
|
+
declare const index_InvitationListItemResponseSchema: typeof InvitationListItemResponseSchema;
|
|
127
|
+
declare const index_InvitationPostRequest: typeof InvitationPostRequest;
|
|
128
|
+
declare const index_InvitationPostRequestSchema: typeof InvitationPostRequestSchema;
|
|
129
|
+
declare const index_InvitationResponse: typeof InvitationResponse;
|
|
130
|
+
declare const index_InvitationRoomStage: typeof InvitationRoomStage;
|
|
131
|
+
declare const index_InvitationRoomStageSchema: typeof InvitationRoomStageSchema;
|
|
132
|
+
declare const index_KakaoPlaceRaw: typeof KakaoPlaceRaw;
|
|
133
|
+
declare const index_KakaoPlaceRawSchema: typeof KakaoPlaceRawSchema;
|
|
134
|
+
declare const index_KakaoRestaurantResponseDto: typeof KakaoRestaurantResponseDto;
|
|
135
|
+
declare const index_LocationCandidate: typeof LocationCandidate;
|
|
136
|
+
declare const index_LocationCandidateAddUpdateResponseSchema: typeof LocationCandidateAddUpdateResponseSchema;
|
|
137
|
+
declare const index_LocationCandidateSchema: typeof LocationCandidateSchema;
|
|
138
|
+
declare const index_LocationCandidateVoteUpdateResponseSchema: typeof LocationCandidateVoteUpdateResponseSchema;
|
|
139
|
+
declare const index_LocationId: typeof LocationId;
|
|
140
|
+
declare const index_LocationIdSchema: typeof LocationIdSchema;
|
|
141
|
+
declare const index_LoginRequest: typeof LoginRequest;
|
|
142
|
+
declare const index_LoginRequestSchema: typeof LoginRequestSchema;
|
|
143
|
+
declare const index_MapperContract: typeof MapperContract;
|
|
144
|
+
declare const index_MapperInput: typeof MapperInput;
|
|
145
|
+
declare const index_MapperOutput: typeof MapperOutput;
|
|
146
|
+
declare const index_MealStatus: typeof MealStatus;
|
|
147
|
+
declare const index_MealStatusAction: typeof MealStatusAction;
|
|
148
|
+
declare const index_MealStatusActionSchema: typeof MealStatusActionSchema;
|
|
149
|
+
declare const index_MealStatusResponse: typeof MealStatusResponse;
|
|
150
|
+
declare const index_MealStatusResponseSchema: typeof MealStatusResponseSchema;
|
|
151
|
+
declare const index_MealStatusSchema: typeof MealStatusSchema;
|
|
152
|
+
declare const index_MeetingResponse: typeof MeetingResponse;
|
|
153
|
+
declare const index_MemberCoreSchema: typeof MemberCoreSchema;
|
|
154
|
+
declare const index_MemberId: typeof MemberId;
|
|
155
|
+
declare const index_MemberIdSchema: typeof MemberIdSchema;
|
|
156
|
+
declare const index_MemberResponse: typeof MemberResponse;
|
|
157
|
+
declare const index_MemberResponseSchema: typeof MemberResponseSchema;
|
|
158
|
+
declare const index_MemberRole: typeof MemberRole;
|
|
159
|
+
declare const index_MemberRoleSchema: typeof MemberRoleSchema;
|
|
160
|
+
declare const index_MemberSummaryResponse: typeof MemberSummaryResponse;
|
|
161
|
+
declare const index_MemberSummaryResponseSchema: typeof MemberSummaryResponseSchema;
|
|
162
|
+
declare const index_Menu: typeof Menu;
|
|
163
|
+
declare const index_MenuCode: typeof MenuCode;
|
|
164
|
+
declare const index_MenuCodeSchema: typeof MenuCodeSchema;
|
|
165
|
+
declare const index_MenuPickUpdateResponseSchema: typeof MenuPickUpdateResponseSchema;
|
|
166
|
+
declare const index_MenuSchema: typeof MenuSchema;
|
|
167
|
+
declare const index_MonthProgress: typeof MonthProgress;
|
|
168
|
+
declare const index_MonthProgressSchema: typeof MonthProgressSchema;
|
|
169
|
+
declare const index_NoBodySchema: typeof NoBodySchema;
|
|
170
|
+
declare const index_NoContent: typeof NoContent;
|
|
171
|
+
declare const index_NoContentSchema: typeof NoContentSchema;
|
|
172
|
+
declare const index_NoParamsSchema: typeof NoParamsSchema;
|
|
173
|
+
declare const index_NoQuerySchema: typeof NoQuerySchema;
|
|
174
|
+
declare const index_NonEmptyStringIdSchema: typeof NonEmptyStringIdSchema;
|
|
175
|
+
declare const index_OnboardingPreferenceRequest: typeof OnboardingPreferenceRequest;
|
|
176
|
+
declare const index_OnboardingPreferenceRequestSchema: typeof OnboardingPreferenceRequestSchema;
|
|
177
|
+
declare const index_OnboardingRequest: typeof OnboardingRequest;
|
|
178
|
+
declare const index_OnboardingRequestSchema: typeof OnboardingRequestSchema;
|
|
179
|
+
declare const index_PageArticleSummaryResponse: typeof PageArticleSummaryResponse;
|
|
180
|
+
declare const index_PageArticleSummaryResponseSchema: typeof PageArticleSummaryResponseSchema;
|
|
181
|
+
declare const index_PageRequest: typeof PageRequest;
|
|
182
|
+
declare const index_PageRequestSchema: typeof PageRequestSchema;
|
|
183
|
+
declare const index_PageResponse: typeof PageResponse;
|
|
184
|
+
declare const index_PageResponseSchema: typeof PageResponseSchema;
|
|
185
|
+
declare const index_PageableObject: typeof PageableObject;
|
|
186
|
+
declare const index_PageableObjectSchema: typeof PageableObjectSchema;
|
|
187
|
+
declare const index_Participant: typeof Participant;
|
|
188
|
+
declare const index_ParticipantSchema: typeof ParticipantSchema;
|
|
189
|
+
declare const index_PathParamsOf: typeof PathParamsOf;
|
|
190
|
+
declare const index_PhaseDataBroadcast: typeof PhaseDataBroadcast;
|
|
191
|
+
declare const index_PhaseDataBroadcastSchema: typeof PhaseDataBroadcastSchema;
|
|
192
|
+
declare const index_PickDateRequestSchema: typeof PickDateRequestSchema;
|
|
193
|
+
declare const index_PickMenuRequestSchema: typeof PickMenuRequestSchema;
|
|
194
|
+
declare const index_PickRestaurantRequestSchema: typeof PickRestaurantRequestSchema;
|
|
195
|
+
declare const index_PickTimesRequestSchema: typeof PickTimesRequestSchema;
|
|
196
|
+
declare const index_PlanId: typeof PlanId;
|
|
197
|
+
declare const index_PlanIdSchema: typeof PlanIdSchema;
|
|
198
|
+
declare const index_PlanResponse: typeof PlanResponse;
|
|
199
|
+
declare const index_PlanResponseDto: typeof PlanResponseDto;
|
|
200
|
+
declare const index_PlanResponseSchema: typeof PlanResponseSchema;
|
|
201
|
+
declare const index_PlanStatus: typeof PlanStatus;
|
|
202
|
+
declare const index_PlanStatusSchema: typeof PlanStatusSchema;
|
|
203
|
+
declare const index_PlanType: typeof PlanType;
|
|
204
|
+
declare const index_PlanTypeSchema: typeof PlanTypeSchema;
|
|
205
|
+
declare const index_PositiveIntIdSchema: typeof PositiveIntIdSchema;
|
|
206
|
+
declare const index_PreferenceMetaResponse: typeof PreferenceMetaResponse;
|
|
207
|
+
declare const index_PreferenceMetaResponseSchema: typeof PreferenceMetaResponseSchema;
|
|
208
|
+
declare const index_PresignArticleResponse: typeof PresignArticleResponse;
|
|
209
|
+
declare const index_PresignProfileResponse: typeof PresignProfileResponse;
|
|
210
|
+
declare const index_PresignUploadResponseSchema: typeof PresignUploadResponseSchema;
|
|
211
|
+
declare const index_ProfileDetailResponse: typeof ProfileDetailResponse;
|
|
212
|
+
declare const index_ProfileDetailResponseSchema: typeof ProfileDetailResponseSchema;
|
|
213
|
+
declare const index_ProfilePreferenceItem: typeof ProfilePreferenceItem;
|
|
214
|
+
declare const index_ProfilePreferenceItemSchema: typeof ProfilePreferenceItemSchema;
|
|
215
|
+
declare const index_QueryOf: typeof QueryOf;
|
|
216
|
+
declare const index_ReadyStateChangedSchema: typeof ReadyStateChangedSchema;
|
|
217
|
+
declare const index_ReadyStateRequest: typeof ReadyStateRequest;
|
|
218
|
+
declare const index_ReadyStateRequestSchema: typeof ReadyStateRequestSchema;
|
|
219
|
+
declare const index_RecruitId: typeof RecruitId;
|
|
220
|
+
declare const index_RecruitIdSchema: typeof RecruitIdSchema;
|
|
221
|
+
declare const index_RecruitParticipant: typeof RecruitParticipant;
|
|
222
|
+
declare const index_RecruitParticipantDto: typeof RecruitParticipantDto;
|
|
223
|
+
declare const index_RecruitParticipantSchema: typeof RecruitParticipantSchema;
|
|
224
|
+
declare const index_RecruitRequest: typeof RecruitRequest;
|
|
225
|
+
declare const index_RecruitRequestDto: typeof RecruitRequestDto;
|
|
226
|
+
declare const index_RecruitRequestSchema: typeof RecruitRequestSchema;
|
|
227
|
+
declare const index_RecruitResponse: typeof RecruitResponse;
|
|
228
|
+
declare const index_RecruitResponseDto: typeof RecruitResponseDto;
|
|
229
|
+
declare const index_RecruitResponseSchema: typeof RecruitResponseSchema;
|
|
230
|
+
declare const index_RecruitRoomStage: typeof RecruitRoomStage;
|
|
231
|
+
declare const index_RecruitRoomStageSchema: typeof RecruitRoomStageSchema;
|
|
232
|
+
declare const index_RecruitStatus: typeof RecruitStatus;
|
|
233
|
+
declare const index_RecruitStatusSchema: typeof RecruitStatusSchema;
|
|
234
|
+
declare const index_RedeemReferralRequest: typeof RedeemReferralRequest;
|
|
235
|
+
declare const index_RedeemReferralRequestSchema: typeof RedeemReferralRequestSchema;
|
|
236
|
+
declare const index_ReferralCode: typeof ReferralCode;
|
|
237
|
+
declare const index_ReferralCodeSchema: typeof ReferralCodeSchema;
|
|
238
|
+
declare const index_ReferralCreateResponse: typeof ReferralCreateResponse;
|
|
239
|
+
declare const index_ReferralCreateResponseSchema: typeof ReferralCreateResponseSchema;
|
|
240
|
+
declare const index_ReferralItemResponse: typeof ReferralItemResponse;
|
|
241
|
+
declare const index_ReferralItemResponseSchema: typeof ReferralItemResponseSchema;
|
|
242
|
+
declare const index_RejectInvitationResponse: typeof RejectInvitationResponse;
|
|
243
|
+
declare const index_RejectInvitationResponseSchema: typeof RejectInvitationResponseSchema;
|
|
244
|
+
declare const index_ResponseOf: typeof ResponseOf;
|
|
245
|
+
declare const index_RestaurantDto: typeof RestaurantDto;
|
|
246
|
+
declare const index_RestaurantId: typeof RestaurantId;
|
|
247
|
+
declare const index_RestaurantIdSchema: typeof RestaurantIdSchema;
|
|
248
|
+
declare const index_RestaurantPickUpdateResponseSchema: typeof RestaurantPickUpdateResponseSchema;
|
|
249
|
+
declare const index_RestaurantResponse: typeof RestaurantResponse;
|
|
250
|
+
declare const index_RestaurantSchema: typeof RestaurantSchema;
|
|
251
|
+
declare const index_RewardType: typeof RewardType;
|
|
252
|
+
declare const index_RewardTypeSchema: typeof RewardTypeSchema;
|
|
253
|
+
declare const index_RoomAssignedResponse: typeof RoomAssignedResponse;
|
|
254
|
+
declare const index_RoomAssignedResponseSchema: typeof RoomAssignedResponseSchema;
|
|
255
|
+
declare const index_RoomClientToServerEvents: typeof RoomClientToServerEvents;
|
|
256
|
+
declare const index_RoomId: typeof RoomId;
|
|
257
|
+
declare const index_RoomIdSchema: typeof RoomIdSchema;
|
|
258
|
+
declare const index_RoomInitialState: typeof RoomInitialState;
|
|
259
|
+
declare const index_RoomInitialStateSchema: typeof RoomInitialStateSchema;
|
|
260
|
+
declare const index_RoomServerToClientEvents: typeof RoomServerToClientEvents;
|
|
261
|
+
declare const index_RoomSocketClientEventSchemas: typeof RoomSocketClientEventSchemas;
|
|
262
|
+
declare const index_RoomSocketError: typeof RoomSocketError;
|
|
263
|
+
declare const index_RoomSocketErrorSchema: typeof RoomSocketErrorSchema;
|
|
264
|
+
declare const index_RoomSocketServerEventSchemas: typeof RoomSocketServerEventSchemas;
|
|
265
|
+
declare const index_SendInvitationResponse: typeof SendInvitationResponse;
|
|
266
|
+
declare const index_SendInvitationResponseSchema: typeof SendInvitationResponseSchema;
|
|
267
|
+
declare const index_ServerToClientEvents: typeof ServerToClientEvents;
|
|
268
|
+
declare const index_SignupRequest: typeof SignupRequest;
|
|
269
|
+
declare const index_SignupRequestSchema: typeof SignupRequestSchema;
|
|
270
|
+
declare const index_SignupResponse: typeof SignupResponse;
|
|
271
|
+
declare const index_SignupResponseSchema: typeof SignupResponseSchema;
|
|
272
|
+
declare const index_SortObject: typeof SortObject;
|
|
273
|
+
declare const index_SortObjectSchema: typeof SortObjectSchema;
|
|
274
|
+
declare const index_SubscriptionId: typeof SubscriptionId;
|
|
275
|
+
declare const index_SubscriptionIdSchema: typeof SubscriptionIdSchema;
|
|
276
|
+
declare const index_TimeHHmmString: typeof TimeHHmmString;
|
|
277
|
+
declare const index_TimeHHmmStringSchema: typeof TimeHHmmStringSchema;
|
|
278
|
+
declare const index_TimePicksUpdateResponseSchema: typeof TimePicksUpdateResponseSchema;
|
|
279
|
+
declare const index_TokenResponse: typeof TokenResponse;
|
|
280
|
+
declare const index_TokenResponseSchema: typeof TokenResponseSchema;
|
|
281
|
+
declare const index_UpdateMealStatusRequest: typeof UpdateMealStatusRequest;
|
|
282
|
+
declare const index_UpdateMealStatusRequestSchema: typeof UpdateMealStatusRequestSchema;
|
|
283
|
+
declare const index_UpdateProfileRequest: typeof UpdateProfileRequest;
|
|
284
|
+
declare const index_UpdateProfileRequestSchema: typeof UpdateProfileRequestSchema;
|
|
285
|
+
declare const index_User: typeof User;
|
|
286
|
+
declare const index_UserId: typeof UserId;
|
|
287
|
+
declare const index_UserIdSchema: typeof UserIdSchema;
|
|
288
|
+
declare const index_VoteLocationRequestSchema: typeof VoteLocationRequestSchema;
|
|
289
|
+
declare const index_WeekProgress: typeof WeekProgress;
|
|
290
|
+
declare const index_WeekProgressSchema: typeof WeekProgressSchema;
|
|
291
|
+
declare const index_apiContract: typeof apiContract;
|
|
292
|
+
declare const index_endpoint: typeof endpoint;
|
|
293
|
+
declare const index_makeApiResponseSchema: typeof makeApiResponseSchema;
|
|
294
|
+
declare const index_makeApiSuccessSchema: typeof makeApiSuccessSchema;
|
|
295
|
+
declare const index_toArticleId: typeof toArticleId;
|
|
296
|
+
declare const index_toInvitationId: typeof toInvitationId;
|
|
297
|
+
declare const index_toMemberId: typeof toMemberId;
|
|
298
|
+
declare const index_toRecruitId: typeof toRecruitId;
|
|
299
|
+
declare const index_toRestaurantId: typeof toRestaurantId;
|
|
300
|
+
declare const index_toRoomId: typeof toRoomId;
|
|
301
|
+
declare namespace index {
|
|
302
|
+
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_ArticleCoreSchema as ArticleCoreSchema, index_ArticleDetailResponse as ArticleDetailResponse, index_ArticleDetailResponseDto as ArticleDetailResponseDto, index_ArticleDetailResponseSchema as ArticleDetailResponseSchema, index_ArticleId as ArticleId, index_ArticleIdSchema as ArticleIdSchema, index_ArticlePostRequest as ArticlePostRequest, index_ArticlePostRequestDto as ArticlePostRequestDto, index_ArticlePostRequestSchema as ArticlePostRequestSchema, index_ArticleSummaryResponse as ArticleSummaryResponse, index_ArticleSummaryResponseDto as ArticleSummaryResponseDto, index_ArticleSummaryResponseSchema as ArticleSummaryResponseSchema, index_AsyncMapperContract as AsyncMapperContract, index_AuthPrincipal as AuthPrincipal, index_AuthPrincipalSchema as AuthPrincipalSchema, 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_CommentPostRequest as CommentPostRequest, index_CommentPostRequestDto as CommentPostRequestDto, index_CommentPostRequestSchema as CommentPostRequestSchema, index_CommentResponseSchema as CommentResponseSchema, 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_CreateArticleResponse as CreateArticleResponse, index_CreateArticleResponseSchema as CreateArticleResponseSchema, index_CreateCommentResponse as CreateCommentResponse, index_CreateCommentResponseSchema as CreateCommentResponseSchema, index_CreatePlanRequest as CreatePlanRequest, index_CreatePlanRequestSchema as CreatePlanRequestSchema, index_CreateRecruitResponse as CreateRecruitResponse, index_CreateRecruitResponseDto as CreateRecruitResponseDto, index_CreateRecruitResponseSchema as CreateRecruitResponseSchema, index_CreatedEntityIdResponse as CreatedEntityIdResponse, index_CreatedEntityIdResponseSchema as CreatedEntityIdResponseSchema, index_CreatedIdResponse as CreatedIdResponse, index_CreatedIdResponseSchema as CreatedIdResponseSchema, 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_FoodAnalysisResult as FoodAnalysisResult, index_FoodAnalysisResultDto as FoodAnalysisResultDto, index_FoodAnalysisResultSchema as FoodAnalysisResultSchema, index_FoodPreferenceResponse as FoodPreferenceResponse, index_FoodPreferenceResponseDto as FoodPreferenceResponseDto, index_FoodPreferenceResponseSchema as FoodPreferenceResponseSchema, index_FoodPreferenceType as FoodPreferenceType, index_FoodPreferenceTypeSchema as FoodPreferenceTypeSchema, index_FriendActionRequest as FriendActionRequest, index_FriendActionRequestSchema as FriendActionRequestSchema, index_FriendBlockItemResponse as FriendBlockItemResponse, index_FriendBlockItemResponseSchema as FriendBlockItemResponseSchema, index_FriendListItemResponse as FriendListItemResponse, index_FriendListItemResponseSchema as FriendListItemResponseSchema, index_FriendMealFilter as FriendMealFilter, index_FriendMealFilterSchema as FriendMealFilterSchema, index_FriendMealItemResponse as FriendMealItemResponse, index_FriendMealItemResponseSchema as FriendMealItemResponseSchema, index_FriendRequestId as FriendRequestId, index_FriendRequestIdSchema as FriendRequestIdSchema, index_FriendRequestItemResponse as FriendRequestItemResponse, index_FriendRequestItemResponseSchema as FriendRequestItemResponseSchema, 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_InvitationPostRequest as InvitationPostRequest, index_InvitationPostRequestSchema as InvitationPostRequestSchema, index_InvitationResponse as InvitationResponse, index_InvitationRoomStage as InvitationRoomStage, index_InvitationRoomStageSchema as InvitationRoomStageSchema, index_KakaoPlaceRaw as KakaoPlaceRaw, index_KakaoPlaceRawSchema as KakaoPlaceRawSchema, index_KakaoRestaurantResponseDto as KakaoRestaurantResponseDto, 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_MemberCoreSchema as MemberCoreSchema, 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_MemberSummaryResponse as MemberSummaryResponse, index_MemberSummaryResponseSchema as MemberSummaryResponseSchema, index_Menu as Menu, index_MenuCode as MenuCode, index_MenuCodeSchema as MenuCodeSchema, index_MenuPickUpdateResponseSchema as MenuPickUpdateResponseSchema, index_MenuSchema as MenuSchema, index_MonthProgress as MonthProgress, index_MonthProgressSchema as MonthProgressSchema, 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_OnboardingPreferenceRequest as OnboardingPreferenceRequest, index_OnboardingPreferenceRequestSchema as OnboardingPreferenceRequestSchema, index_OnboardingRequest as OnboardingRequest, index_OnboardingRequestSchema as OnboardingRequestSchema, index_PageArticleSummaryResponse as PageArticleSummaryResponse, index_PageArticleSummaryResponseSchema as PageArticleSummaryResponseSchema, index_PageRequest as PageRequest, index_PageRequestSchema as PageRequestSchema, index_PageResponse as PageResponse, index_PageResponseSchema as PageResponseSchema, index_PageableObject as PageableObject, index_PageableObjectSchema as PageableObjectSchema, 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_PlanResponse as PlanResponse, index_PlanResponseDto as PlanResponseDto, 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_PreferenceMetaResponse as PreferenceMetaResponse, index_PreferenceMetaResponseSchema as PreferenceMetaResponseSchema, index_PresignArticleResponse as PresignArticleResponse, index_PresignProfileResponse as PresignProfileResponse, index_PresignUploadResponseSchema as PresignUploadResponseSchema, index_ProfileDetailResponse as ProfileDetailResponse, index_ProfileDetailResponseSchema as ProfileDetailResponseSchema, index_ProfilePreferenceItem as ProfilePreferenceItem, index_ProfilePreferenceItemSchema as ProfilePreferenceItemSchema, 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_RecruitParticipant as RecruitParticipant, index_RecruitParticipantDto as RecruitParticipantDto, index_RecruitParticipantSchema as RecruitParticipantSchema, index_RecruitRequest as RecruitRequest, index_RecruitRequestDto as RecruitRequestDto, index_RecruitRequestSchema as RecruitRequestSchema, index_RecruitResponse as RecruitResponse, index_RecruitResponseDto as RecruitResponseDto, index_RecruitResponseSchema as RecruitResponseSchema, index_RecruitRoomStage as RecruitRoomStage, index_RecruitRoomStageSchema as RecruitRoomStageSchema, 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_RejectInvitationResponse as RejectInvitationResponse, index_RejectInvitationResponseSchema as RejectInvitationResponseSchema, index_ResponseOf as ResponseOf, index_RestaurantDto as RestaurantDto, index_RestaurantId as RestaurantId, index_RestaurantIdSchema as RestaurantIdSchema, index_RestaurantPickUpdateResponseSchema as RestaurantPickUpdateResponseSchema, index_RestaurantResponse as RestaurantResponse, index_RestaurantSchema as RestaurantSchema, index_RewardType as RewardType, index_RewardTypeSchema as RewardTypeSchema, 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_SortObject as SortObject, index_SortObjectSchema as SortObjectSchema, 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_UpdateProfileRequest as UpdateProfileRequest, index_UpdateProfileRequestSchema as UpdateProfileRequestSchema, index_User as User, index_UserId as UserId, index_UserIdSchema as UserIdSchema, index_VoteLocationRequestSchema as VoteLocationRequestSchema, index_WeekProgress as WeekProgress, index_WeekProgressSchema as WeekProgressSchema, 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 };
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
export { index as i };
|