@kimdaegyu/babmukdang-shared 1.1.11 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunk-3TY6OPD3.js +91 -0
- package/dist/{chunk-W4C7XHTX.js → chunk-6O2YTBVC.js} +3 -3
- package/dist/{chunk-GTVEQYJW.js → chunk-7JYVBXKQ.js} +1 -1
- package/dist/chunk-7UZD4LBQ.js +459 -0
- package/dist/chunk-BSJC7OVV.js +10 -0
- package/dist/chunk-C63TN7L3.js +148 -0
- package/dist/chunk-CGFW5LYV.js +143 -0
- package/dist/chunk-GOOH2LGN.js +829 -0
- package/dist/chunk-LEH6UFL7.js +314 -0
- package/dist/{chunk-K3CZKI2F.js → chunk-NENVUHL5.js} +11 -8
- package/dist/chunk-OPMBGBYS.js +632 -0
- package/dist/{chunk-OJVXYCSH.js → chunk-QFPVAJ2U.js} +1 -1
- package/dist/{chunk-AI2YMBJX.js → chunk-RZPNVRRS.js} +5 -5
- package/dist/{chunk-4E5E3PFW.js → chunk-VD3VGLBQ.js} +13 -5
- package/dist/chunk-WYBFBLQC.js +111 -0
- package/dist/{chunk-H77ISYYC.js → chunk-XMRYAG3V.js} +20 -8
- package/dist/domain/article/index.cjs +71 -7
- package/dist/domain/article/index.d.cts +79 -796
- package/dist/domain/article/index.d.ts +79 -796
- package/dist/domain/article/index.js +4 -4
- package/dist/domain/auth/index.cjs +68 -6
- package/dist/domain/auth/index.d.cts +6 -46
- package/dist/domain/auth/index.d.ts +6 -46
- package/dist/domain/auth/index.js +3 -3
- package/dist/domain/common/index.cjs +1438 -330
- package/dist/domain/common/index.d.cts +212 -3037
- package/dist/domain/common/index.d.ts +212 -3037
- package/dist/domain/common/index.js +65 -30
- package/dist/domain/food/index.cjs +225 -0
- package/dist/domain/food/index.d.cts +321 -0
- package/dist/domain/food/index.d.ts +321 -0
- package/dist/domain/food/index.js +46 -0
- package/dist/domain/friend/index.cjs +78 -7
- package/dist/domain/friend/index.d.cts +39 -98
- package/dist/domain/friend/index.d.ts +39 -98
- package/dist/domain/friend/index.js +5 -3
- package/dist/domain/index.cjs +1930 -456
- package/dist/domain/index.d.cts +382 -123
- package/dist/domain/index.d.ts +382 -123
- package/dist/domain/index.js +429 -140
- package/dist/domain/live-activity/index.cjs +1112 -0
- package/dist/domain/live-activity/index.d.cts +177 -0
- package/dist/domain/live-activity/index.d.ts +177 -0
- package/dist/domain/live-activity/index.js +28 -0
- package/dist/domain/meal/index.cjs +68 -6
- package/dist/domain/meal/index.d.cts +21 -40
- package/dist/domain/meal/index.d.ts +21 -40
- package/dist/domain/meal/index.js +4 -4
- package/dist/domain/meal-plan/index.cjs +1540 -0
- package/dist/domain/meal-plan/index.d.cts +4523 -0
- package/dist/domain/meal-plan/index.d.ts +4523 -0
- package/dist/domain/meal-plan/index.js +255 -0
- package/dist/domain/member/index.cjs +94 -6
- package/dist/domain/member/index.d.cts +263 -273
- package/dist/domain/member/index.d.ts +263 -273
- package/dist/domain/member/index.js +26 -2
- package/dist/domain/promotion/index.cjs +10 -4
- package/dist/domain/promotion/index.d.cts +35 -112
- package/dist/domain/promotion/index.d.ts +35 -112
- package/dist/domain/promotion/index.js +2 -2
- package/dist/domain/push/index.cjs +1055 -0
- package/dist/domain/push/index.d.cts +169 -0
- package/dist/domain/push/index.d.ts +169 -0
- package/dist/domain/push/index.js +36 -0
- package/dist/domain/restaurant/index.cjs +10 -4
- package/dist/domain/restaurant/index.d.cts +27 -1
- package/dist/domain/restaurant/index.d.ts +27 -1
- package/dist/domain/restaurant/index.js +2 -2
- package/dist/index.cjs +1731 -399
- package/dist/index.d.cts +5 -7
- package/dist/index.d.ts +5 -7
- package/dist/index.js +17 -15
- package/package.json +52 -55
- package/dist/chunk-PFSZSKD5.js +0 -0
- package/dist/chunk-PQMEXOPZ.js +0 -232
- package/dist/chunk-W4TUW2GY.js +0 -40
- package/dist/chunk-WNYCCQM4.js +0 -342
- package/dist/chunk-YGFAVC5N.js +0 -34
- package/dist/chunk-YM7YU7IR.js +0 -319
- package/dist/chunk-ZH7D7B2Y.js +0 -78
- package/dist/domain/invitation/index.cjs +0 -82
- package/dist/domain/invitation/index.d.cts +0 -64
- package/dist/domain/invitation/index.d.ts +0 -64
- package/dist/domain/invitation/index.js +0 -13
- package/dist/domain/plan/index.cjs +0 -327
- package/dist/domain/plan/index.d.cts +0 -178
- package/dist/domain/plan/index.d.ts +0 -178
- package/dist/domain/plan/index.js +0 -18
- package/dist/domain/recruit/index.cjs +0 -189
- package/dist/domain/recruit/index.d.cts +0 -214
- package/dist/domain/recruit/index.d.ts +0 -214
- package/dist/domain/recruit/index.js +0 -30
- package/dist/domain/room/index.cjs +0 -401
- package/dist/domain/room/index.d.cts +0 -2643
- package/dist/domain/room/index.d.ts +0 -2643
- package/dist/domain/room/index.js +0 -82
- package/dist/id-dAYxfjZn.d.cts +0 -64
- package/dist/id-dAYxfjZn.d.ts +0 -64
- package/dist/restaurant.schema-CuEcX3S3.d.cts +0 -78
- package/dist/restaurant.schema-CuEcX3S3.d.ts +0 -78
|
@@ -0,0 +1,632 @@
|
|
|
1
|
+
import {
|
|
2
|
+
ApiFailureSchema,
|
|
3
|
+
ApiResponseSchema,
|
|
4
|
+
ApiSuccessSchema,
|
|
5
|
+
CACHE_INVALIDATION_SSE_EVENT,
|
|
6
|
+
CacheInvalidationActionSchema,
|
|
7
|
+
CacheInvalidationEntitySchema,
|
|
8
|
+
CacheInvalidationEventSchema,
|
|
9
|
+
CacheInvalidationKeySchema,
|
|
10
|
+
CreatedEntityIdResponseSchema,
|
|
11
|
+
NoBodySchema,
|
|
12
|
+
NoContentSchema,
|
|
13
|
+
NoParamsSchema,
|
|
14
|
+
NoQuerySchema,
|
|
15
|
+
apiContract,
|
|
16
|
+
endpoint,
|
|
17
|
+
makeApiResponseSchema,
|
|
18
|
+
makeApiSuccessSchema,
|
|
19
|
+
toArticleId,
|
|
20
|
+
toCommentId,
|
|
21
|
+
toCouponId,
|
|
22
|
+
toFriendRequestId,
|
|
23
|
+
toMealGroupId,
|
|
24
|
+
toMealPlanChangeRequestId,
|
|
25
|
+
toMealPlanChatMessageId,
|
|
26
|
+
toMealPlanChatRoomId,
|
|
27
|
+
toMealPlanId,
|
|
28
|
+
toMealPlanInviteId,
|
|
29
|
+
toMealPlanJoinRequestId,
|
|
30
|
+
toMealPlanNearbyFriendExposureBatchId,
|
|
31
|
+
toMealPlanShareLinkId,
|
|
32
|
+
toMealPlanShareLinkToken,
|
|
33
|
+
toMemberId,
|
|
34
|
+
toReferralCode,
|
|
35
|
+
toRestaurantId,
|
|
36
|
+
toSubscriptionId
|
|
37
|
+
} from "./chunk-7UZD4LBQ.js";
|
|
38
|
+
import {
|
|
39
|
+
FriendMealItemResponseSchema,
|
|
40
|
+
FriendMealQuerySchema,
|
|
41
|
+
MealStatusActionSchema,
|
|
42
|
+
MealStatusResponseSchema,
|
|
43
|
+
MealStatusSchema,
|
|
44
|
+
UpdateMealStatusRequestSchema
|
|
45
|
+
} from "./chunk-6O2YTBVC.js";
|
|
46
|
+
import {
|
|
47
|
+
ChallengeStatusResponseSchema,
|
|
48
|
+
ClaimChallengeRewardRequestSchema,
|
|
49
|
+
ClaimChallengeRewardResponseSchema,
|
|
50
|
+
CouponResponseSchema,
|
|
51
|
+
CouponStatusSchema,
|
|
52
|
+
CouponTypeSchema,
|
|
53
|
+
RedeemReferralRequestSchema,
|
|
54
|
+
ReferralCreateResponseSchema,
|
|
55
|
+
ReferralItemResponseSchema
|
|
56
|
+
} from "./chunk-RZPNVRRS.js";
|
|
57
|
+
import {
|
|
58
|
+
ArticleCommentSchema,
|
|
59
|
+
ArticleCoreSchema,
|
|
60
|
+
ArticleDetailResponseSchema,
|
|
61
|
+
ArticleLikeResponseSchema,
|
|
62
|
+
ArticleListQuerySchema,
|
|
63
|
+
ArticleSortBySchema,
|
|
64
|
+
ArticleSummaryResponseSchema,
|
|
65
|
+
CreateArticleRequestSchema,
|
|
66
|
+
CreateCommentRequestSchema,
|
|
67
|
+
FoodAnalysisResultSchema,
|
|
68
|
+
PageArticleSummaryResponseSchema,
|
|
69
|
+
PageMetaSchema,
|
|
70
|
+
PageQuerySchema,
|
|
71
|
+
PageResponseSchema,
|
|
72
|
+
SortDirectionSchema,
|
|
73
|
+
UploadArticleImageRequestSchema,
|
|
74
|
+
UploadArticleImageResponseSchema
|
|
75
|
+
} from "./chunk-NENVUHL5.js";
|
|
76
|
+
import {
|
|
77
|
+
LoginRequestSchema,
|
|
78
|
+
SignupRequestSchema,
|
|
79
|
+
SignupResponseSchema,
|
|
80
|
+
TokenResponseSchema
|
|
81
|
+
} from "./chunk-QFPVAJ2U.js";
|
|
82
|
+
import {
|
|
83
|
+
AI_CLASS_TO_FOOD_CODE_MAP_PATH,
|
|
84
|
+
FOOD_CODE_MANIFEST_PATH,
|
|
85
|
+
FOOD_IMAGE_INDEX_PATH
|
|
86
|
+
} from "./chunk-BSJC7OVV.js";
|
|
87
|
+
import {
|
|
88
|
+
FriendBlockItemResponseSchema,
|
|
89
|
+
FriendListItemResponseSchema,
|
|
90
|
+
FriendMealAvailabilitySchema,
|
|
91
|
+
FriendRequestItemResponseSchema,
|
|
92
|
+
FriendRequestMemberSchema,
|
|
93
|
+
FriendRequestStatusSchema,
|
|
94
|
+
FriendSearchQuerySchema,
|
|
95
|
+
FriendSearchResponseSchema
|
|
96
|
+
} from "./chunk-VD3VGLBQ.js";
|
|
97
|
+
import {
|
|
98
|
+
EndMealPlanLiveActivitySessionRequestSchema,
|
|
99
|
+
MealPlanLiveActivityPlatformSchema,
|
|
100
|
+
MealPlanLiveActivitySessionListResponseSchema,
|
|
101
|
+
MealPlanLiveActivitySessionResponseSchema,
|
|
102
|
+
MealPlanLiveActivitySessionStatusSchema,
|
|
103
|
+
MealPlanLiveActivityStateSchema,
|
|
104
|
+
MealPlanLiveActivityUpdateStatusSchema,
|
|
105
|
+
RegisterMealPlanLiveActivitySessionRequestSchema
|
|
106
|
+
} from "./chunk-3TY6OPD3.js";
|
|
107
|
+
import {
|
|
108
|
+
AddMealGroupMemberRequestSchema,
|
|
109
|
+
CreateMealGroupRequestSchema,
|
|
110
|
+
CreateMealPlanShareLinkRequestSchema,
|
|
111
|
+
HomeMealPlanActionCardSchema,
|
|
112
|
+
HomeMealPlanActionKindSchema,
|
|
113
|
+
HomeMealPlanDashboardResponseSchema,
|
|
114
|
+
JoinMealPlanGuestRequestSchema,
|
|
115
|
+
JoinMealPlanGuestResponseSchema,
|
|
116
|
+
MealGroupHistoryItemSchema,
|
|
117
|
+
MealGroupHistoryResponseSchema,
|
|
118
|
+
MealGroupMemberRoleSchema,
|
|
119
|
+
MealGroupMemberSchema,
|
|
120
|
+
MealGroupPreferenceSummarySchema,
|
|
121
|
+
MealGroupResponseSchema,
|
|
122
|
+
MealMapFriendRecordLocationMetadataSchema,
|
|
123
|
+
MealMapLayerSchema,
|
|
124
|
+
MealMapMarkerSchema,
|
|
125
|
+
MealMapMyMealPlanPlaceMetadataSchema,
|
|
126
|
+
MealMapNearbyFriendMealPlanMetadataSchema,
|
|
127
|
+
MealMapQuerySchema,
|
|
128
|
+
MealMapResponseSchema,
|
|
129
|
+
MealMapRestaurantCandidateCompletionBlockedReasonSchema,
|
|
130
|
+
MealMapRestaurantCandidateMetadataSchema,
|
|
131
|
+
MealPlanGuestSessionQuerySchema,
|
|
132
|
+
MealPlanGuestSessionResponseSchema,
|
|
133
|
+
MealPlanShareLinkSummarySchema,
|
|
134
|
+
MealPlanSharePreviewResponseSchema,
|
|
135
|
+
StartMealPlanFromGroupRequestSchema,
|
|
136
|
+
UpdateMealGroupMemberRoleRequestSchema,
|
|
137
|
+
compareMealPlanNotificationsByPriority,
|
|
138
|
+
getMealPlanLiveActivityBehavior,
|
|
139
|
+
getMealPlanNotificationPriority,
|
|
140
|
+
getMealPlanNotificationPriorityPolicy,
|
|
141
|
+
shouldShowForegroundToast
|
|
142
|
+
} from "./chunk-LEH6UFL7.js";
|
|
143
|
+
import {
|
|
144
|
+
MealPlanPushPayloadDataSchema,
|
|
145
|
+
PushDeliveryAttemptResultSchema,
|
|
146
|
+
PushDeliveryAttemptSummarySchema,
|
|
147
|
+
PushDeliveryOutboxSummarySchema,
|
|
148
|
+
PushDeliveryStatusSchema,
|
|
149
|
+
PushPayloadSchemaVersionSchema,
|
|
150
|
+
PushPermissionStatusSchema,
|
|
151
|
+
PushPlatformSchema,
|
|
152
|
+
PushProviderSchema,
|
|
153
|
+
PushTokenResponseSchema,
|
|
154
|
+
PushTokenStatusSchema,
|
|
155
|
+
RegisterPushTokenRequestSchema,
|
|
156
|
+
RevokePushTokenRequestSchema
|
|
157
|
+
} from "./chunk-WYBFBLQC.js";
|
|
158
|
+
import {
|
|
159
|
+
CompleteMealPlanDecisionStageRequestSchema,
|
|
160
|
+
ConfirmMealPlanDecisionSnapshotRequestSchema,
|
|
161
|
+
CreateMealPlanChangeRequestSchema,
|
|
162
|
+
CreateMealPlanInviteRequestSchema,
|
|
163
|
+
CreateMealPlanJoinRequestSchema,
|
|
164
|
+
CreateMealPlanParticipantRequestSchema,
|
|
165
|
+
CreateMealPlanRequestSchema,
|
|
166
|
+
CreateMealPlanResponseSchema,
|
|
167
|
+
CreateMealPlanVoteRequestSchema,
|
|
168
|
+
ExposeMealPlanToNearbyFriendsRequestSchema,
|
|
169
|
+
ExposeMealPlanToNearbyFriendsResponseSchema,
|
|
170
|
+
MEAL_PLAN_NOTIFICATION_PRIORITY_POLICIES,
|
|
171
|
+
MealPlanChangeRequestStatusSchema,
|
|
172
|
+
MealPlanChangeRequestSummarySchema,
|
|
173
|
+
MealPlanChannelSchema,
|
|
174
|
+
MealPlanChatMessageKindSchema,
|
|
175
|
+
MealPlanChatMessageListResponseSchema,
|
|
176
|
+
MealPlanChatMessageResponseSchema,
|
|
177
|
+
MealPlanChatRoomSummarySchema,
|
|
178
|
+
MealPlanChatSystemPayloadSchema,
|
|
179
|
+
MealPlanDecisionActorTypeSchema,
|
|
180
|
+
MealPlanDecisionCandidateSchema,
|
|
181
|
+
MealPlanDecisionFinalFieldSchema,
|
|
182
|
+
MealPlanDecisionProgressSchema,
|
|
183
|
+
MealPlanDecisionReasonSchema,
|
|
184
|
+
MealPlanDecisionSnapshotSchema,
|
|
185
|
+
MealPlanDecisionSnapshotStatusSchema,
|
|
186
|
+
MealPlanDecisionStageIdSchema,
|
|
187
|
+
MealPlanDecisionStageMetadataSchema,
|
|
188
|
+
MealPlanDecisionStageResponseSchema,
|
|
189
|
+
MealPlanDecisionStageStatusSchema,
|
|
190
|
+
MealPlanDecisionStageTypeSchema,
|
|
191
|
+
MealPlanDecisionTaskKeySchema,
|
|
192
|
+
MealPlanDecisionTaskProgressSchema,
|
|
193
|
+
MealPlanDecisionTaskStatusSchema,
|
|
194
|
+
MealPlanGuestParticipantSchema,
|
|
195
|
+
MealPlanInviteListResponseSchema,
|
|
196
|
+
MealPlanInviteStatusSchema,
|
|
197
|
+
MealPlanInviteSummarySchema,
|
|
198
|
+
MealPlanJoinRequestStatusSchema,
|
|
199
|
+
MealPlanJoinRequestSummarySchema,
|
|
200
|
+
MealPlanJoinSourceSchema,
|
|
201
|
+
MealPlanLatitudeSchema,
|
|
202
|
+
MealPlanLiveActivityBehaviorSchema,
|
|
203
|
+
MealPlanLocationCandidateIdSchema,
|
|
204
|
+
MealPlanLocationCandidateSchema,
|
|
205
|
+
MealPlanLocationCandidateSourceSchema,
|
|
206
|
+
MealPlanLongitudeSchema,
|
|
207
|
+
MealPlanMenuCandidateIdSchema,
|
|
208
|
+
MealPlanMenuCandidateSchema,
|
|
209
|
+
MealPlanMenuCandidateSourceSchema,
|
|
210
|
+
MealPlanNearbyFriendExposureBatchSummarySchema,
|
|
211
|
+
MealPlanNearbyFriendExposureIdSchema,
|
|
212
|
+
MealPlanNearbyFriendExposureNotificationStatusSchema,
|
|
213
|
+
MealPlanNearbyFriendExposureStatusSchema,
|
|
214
|
+
MealPlanNearbyFriendExposureSummarySchema,
|
|
215
|
+
MealPlanNearbyFriendRejectionReasonSchema,
|
|
216
|
+
MealPlanNearbyFriendRejectionSummarySchema,
|
|
217
|
+
MealPlanNotificationKindSchema,
|
|
218
|
+
MealPlanNotificationPriorityChannelSchema,
|
|
219
|
+
MealPlanNotificationPriorityPolicyItemSchema,
|
|
220
|
+
MealPlanNotificationSchema,
|
|
221
|
+
MealPlanParticipantIdSchema,
|
|
222
|
+
MealPlanParticipantResponseSchema,
|
|
223
|
+
MealPlanParticipantRoleSchema,
|
|
224
|
+
MealPlanParticipantStatusSchema,
|
|
225
|
+
MealPlanRecommendationContextSchema,
|
|
226
|
+
MealPlanResponseSchema,
|
|
227
|
+
MealPlanRestaurantCandidateSchema,
|
|
228
|
+
MealPlanRestaurantSearchStateSchema,
|
|
229
|
+
MealPlanRestaurantSearchStatusSchema,
|
|
230
|
+
MealPlanStatusSchema,
|
|
231
|
+
MealPlanSystemMessageKindSchema,
|
|
232
|
+
MealPlanSystemMessageSchema,
|
|
233
|
+
MealPlanViewerPermissionsSchema,
|
|
234
|
+
MealPlanViewerRoleSchema,
|
|
235
|
+
MealPlanVoteIdSchema,
|
|
236
|
+
MealPlanVoteSchema,
|
|
237
|
+
MealPlanVoteTypeSchema,
|
|
238
|
+
MyMealPlanGroupSchema,
|
|
239
|
+
MyMealPlanListItemSchema,
|
|
240
|
+
MyMealPlanListResponseSchema,
|
|
241
|
+
NearbyFriendExposureEligibilitySchema,
|
|
242
|
+
NearbyFriendMealPlanSummarySchema,
|
|
243
|
+
ReopenMealPlanDecisionTaskRequestSchema,
|
|
244
|
+
SendMealPlanChatMessageRequestSchema,
|
|
245
|
+
SendMealPlanInviteResponseSchema,
|
|
246
|
+
UpdateMealPlanContextRequestSchema
|
|
247
|
+
} from "./chunk-GOOH2LGN.js";
|
|
248
|
+
import {
|
|
249
|
+
KakaoPlaceRawSchema,
|
|
250
|
+
RestaurantSchema
|
|
251
|
+
} from "./chunk-7JYVBXKQ.js";
|
|
252
|
+
import {
|
|
253
|
+
AiClassFoodCodeMappingSchema,
|
|
254
|
+
AiClassToFoodCodeMapManifestSchema,
|
|
255
|
+
CuisineTagSchema,
|
|
256
|
+
FoodAiClassMappingStatusSchema,
|
|
257
|
+
FoodCodeManifestImageSchema,
|
|
258
|
+
FoodCodeManifestItemSchema,
|
|
259
|
+
FoodCodeManifestSchema,
|
|
260
|
+
FoodGranularitySchema,
|
|
261
|
+
FoodImageIndexItemSchema,
|
|
262
|
+
FoodImageIndexManifestSchema,
|
|
263
|
+
FoodResolveQuerySchema,
|
|
264
|
+
FoodResolveResponseSchema,
|
|
265
|
+
FoodResolvedMatchSourceSchema,
|
|
266
|
+
FoodSearchQuerySchema,
|
|
267
|
+
FoodSearchResponseSchema,
|
|
268
|
+
ResolvedFoodCodeSchema
|
|
269
|
+
} from "./chunk-CGFW5LYV.js";
|
|
270
|
+
import {
|
|
271
|
+
CompleteOnboardingRequestSchema,
|
|
272
|
+
CreateProfileRequestSchema,
|
|
273
|
+
DevicePermissionSnapshotSchema,
|
|
274
|
+
LocationConsentStatusSchema,
|
|
275
|
+
MemberCoreSchema,
|
|
276
|
+
MemberDetailSchema,
|
|
277
|
+
MemberFoodPreferenceSchema,
|
|
278
|
+
MemberLocationSchema,
|
|
279
|
+
MemberLocationSettingsResponseSchema,
|
|
280
|
+
MemberResponseSchema,
|
|
281
|
+
MemberRoleSchema,
|
|
282
|
+
MemberSearchQuerySchema,
|
|
283
|
+
MemberSerachResponseSchema,
|
|
284
|
+
OnboardingDraftSchema,
|
|
285
|
+
OnboardingStatusSchema,
|
|
286
|
+
PermissionKindSchema,
|
|
287
|
+
PermissionPlatformSchema,
|
|
288
|
+
PermissionStatusSchema,
|
|
289
|
+
ProfileDetailResponseSchema,
|
|
290
|
+
UpdateMemberLocationConsentRequestSchema,
|
|
291
|
+
UpdateMemberLocationRequestSchema,
|
|
292
|
+
UpdatePreferenceRequestSchema,
|
|
293
|
+
UpdateProfileRequestSchema,
|
|
294
|
+
UploadProfileImageRequestSchema,
|
|
295
|
+
UploadProfileImageResponseSchema
|
|
296
|
+
} from "./chunk-C63TN7L3.js";
|
|
297
|
+
import {
|
|
298
|
+
ISODateStringSchema,
|
|
299
|
+
ISODateTimeStringSchema,
|
|
300
|
+
TimeHHmmStringSchema
|
|
301
|
+
} from "./chunk-HRM3FQPL.js";
|
|
302
|
+
import {
|
|
303
|
+
ArticleIdSchema,
|
|
304
|
+
CommentIdSchema,
|
|
305
|
+
CouponIdSchema,
|
|
306
|
+
FoodCodeSchema,
|
|
307
|
+
FoodLabelSchema,
|
|
308
|
+
FoodSchema,
|
|
309
|
+
FriendRequestIdSchema,
|
|
310
|
+
MealGroupIdSchema,
|
|
311
|
+
MealPlanChangeRequestIdSchema,
|
|
312
|
+
MealPlanChatMessageIdSchema,
|
|
313
|
+
MealPlanChatRoomIdSchema,
|
|
314
|
+
MealPlanIdSchema,
|
|
315
|
+
MealPlanInviteIdSchema,
|
|
316
|
+
MealPlanJoinRequestIdSchema,
|
|
317
|
+
MealPlanNearbyFriendExposureBatchIdSchema,
|
|
318
|
+
MealPlanShareLinkIdSchema,
|
|
319
|
+
MealPlanShareLinkTokenSchema,
|
|
320
|
+
MemberIdSchema,
|
|
321
|
+
NonEmptyStringIdSchema,
|
|
322
|
+
PositiveIntIdSchema,
|
|
323
|
+
ReferralCodeSchema,
|
|
324
|
+
RestaurantIdSchema,
|
|
325
|
+
SubscriptionIdSchema,
|
|
326
|
+
UserIdSchema,
|
|
327
|
+
__export
|
|
328
|
+
} from "./chunk-XMRYAG3V.js";
|
|
329
|
+
|
|
330
|
+
// src/domain/index.ts
|
|
331
|
+
var domain_exports = {};
|
|
332
|
+
__export(domain_exports, {
|
|
333
|
+
AI_CLASS_TO_FOOD_CODE_MAP_PATH: () => AI_CLASS_TO_FOOD_CODE_MAP_PATH,
|
|
334
|
+
AddMealGroupMemberRequestSchema: () => AddMealGroupMemberRequestSchema,
|
|
335
|
+
AiClassFoodCodeMappingSchema: () => AiClassFoodCodeMappingSchema,
|
|
336
|
+
AiClassToFoodCodeMapManifestSchema: () => AiClassToFoodCodeMapManifestSchema,
|
|
337
|
+
ApiFailureSchema: () => ApiFailureSchema,
|
|
338
|
+
ApiResponseSchema: () => ApiResponseSchema,
|
|
339
|
+
ApiSuccessSchema: () => ApiSuccessSchema,
|
|
340
|
+
ArticleCommentSchema: () => ArticleCommentSchema,
|
|
341
|
+
ArticleCoreSchema: () => ArticleCoreSchema,
|
|
342
|
+
ArticleDetailResponseSchema: () => ArticleDetailResponseSchema,
|
|
343
|
+
ArticleIdSchema: () => ArticleIdSchema,
|
|
344
|
+
ArticleLikeResponseSchema: () => ArticleLikeResponseSchema,
|
|
345
|
+
ArticleListQuerySchema: () => ArticleListQuerySchema,
|
|
346
|
+
ArticleSortBySchema: () => ArticleSortBySchema,
|
|
347
|
+
ArticleSummaryResponseSchema: () => ArticleSummaryResponseSchema,
|
|
348
|
+
CACHE_INVALIDATION_SSE_EVENT: () => CACHE_INVALIDATION_SSE_EVENT,
|
|
349
|
+
CacheInvalidationActionSchema: () => CacheInvalidationActionSchema,
|
|
350
|
+
CacheInvalidationEntitySchema: () => CacheInvalidationEntitySchema,
|
|
351
|
+
CacheInvalidationEventSchema: () => CacheInvalidationEventSchema,
|
|
352
|
+
CacheInvalidationKeySchema: () => CacheInvalidationKeySchema,
|
|
353
|
+
ChallengeStatusResponseSchema: () => ChallengeStatusResponseSchema,
|
|
354
|
+
ClaimChallengeRewardRequestSchema: () => ClaimChallengeRewardRequestSchema,
|
|
355
|
+
ClaimChallengeRewardResponseSchema: () => ClaimChallengeRewardResponseSchema,
|
|
356
|
+
CommentIdSchema: () => CommentIdSchema,
|
|
357
|
+
CompleteMealPlanDecisionStageRequestSchema: () => CompleteMealPlanDecisionStageRequestSchema,
|
|
358
|
+
CompleteOnboardingRequestSchema: () => CompleteOnboardingRequestSchema,
|
|
359
|
+
ConfirmMealPlanDecisionSnapshotRequestSchema: () => ConfirmMealPlanDecisionSnapshotRequestSchema,
|
|
360
|
+
CouponIdSchema: () => CouponIdSchema,
|
|
361
|
+
CouponResponseSchema: () => CouponResponseSchema,
|
|
362
|
+
CouponStatusSchema: () => CouponStatusSchema,
|
|
363
|
+
CouponTypeSchema: () => CouponTypeSchema,
|
|
364
|
+
CreateArticleRequestSchema: () => CreateArticleRequestSchema,
|
|
365
|
+
CreateCommentRequestSchema: () => CreateCommentRequestSchema,
|
|
366
|
+
CreateMealGroupRequestSchema: () => CreateMealGroupRequestSchema,
|
|
367
|
+
CreateMealPlanChangeRequestSchema: () => CreateMealPlanChangeRequestSchema,
|
|
368
|
+
CreateMealPlanInviteRequestSchema: () => CreateMealPlanInviteRequestSchema,
|
|
369
|
+
CreateMealPlanJoinRequestSchema: () => CreateMealPlanJoinRequestSchema,
|
|
370
|
+
CreateMealPlanParticipantRequestSchema: () => CreateMealPlanParticipantRequestSchema,
|
|
371
|
+
CreateMealPlanRequestSchema: () => CreateMealPlanRequestSchema,
|
|
372
|
+
CreateMealPlanResponseSchema: () => CreateMealPlanResponseSchema,
|
|
373
|
+
CreateMealPlanShareLinkRequestSchema: () => CreateMealPlanShareLinkRequestSchema,
|
|
374
|
+
CreateMealPlanVoteRequestSchema: () => CreateMealPlanVoteRequestSchema,
|
|
375
|
+
CreateProfileRequestSchema: () => CreateProfileRequestSchema,
|
|
376
|
+
CreatedEntityIdResponseSchema: () => CreatedEntityIdResponseSchema,
|
|
377
|
+
CuisineTagSchema: () => CuisineTagSchema,
|
|
378
|
+
DevicePermissionSnapshotSchema: () => DevicePermissionSnapshotSchema,
|
|
379
|
+
EndMealPlanLiveActivitySessionRequestSchema: () => EndMealPlanLiveActivitySessionRequestSchema,
|
|
380
|
+
ExposeMealPlanToNearbyFriendsRequestSchema: () => ExposeMealPlanToNearbyFriendsRequestSchema,
|
|
381
|
+
ExposeMealPlanToNearbyFriendsResponseSchema: () => ExposeMealPlanToNearbyFriendsResponseSchema,
|
|
382
|
+
FOOD_CODE_MANIFEST_PATH: () => FOOD_CODE_MANIFEST_PATH,
|
|
383
|
+
FOOD_IMAGE_INDEX_PATH: () => FOOD_IMAGE_INDEX_PATH,
|
|
384
|
+
FoodAiClassMappingStatusSchema: () => FoodAiClassMappingStatusSchema,
|
|
385
|
+
FoodAnalysisResultSchema: () => FoodAnalysisResultSchema,
|
|
386
|
+
FoodCodeManifestImageSchema: () => FoodCodeManifestImageSchema,
|
|
387
|
+
FoodCodeManifestItemSchema: () => FoodCodeManifestItemSchema,
|
|
388
|
+
FoodCodeManifestSchema: () => FoodCodeManifestSchema,
|
|
389
|
+
FoodCodeSchema: () => FoodCodeSchema,
|
|
390
|
+
FoodGranularitySchema: () => FoodGranularitySchema,
|
|
391
|
+
FoodImageIndexItemSchema: () => FoodImageIndexItemSchema,
|
|
392
|
+
FoodImageIndexManifestSchema: () => FoodImageIndexManifestSchema,
|
|
393
|
+
FoodLabelSchema: () => FoodLabelSchema,
|
|
394
|
+
FoodResolveQuerySchema: () => FoodResolveQuerySchema,
|
|
395
|
+
FoodResolveResponseSchema: () => FoodResolveResponseSchema,
|
|
396
|
+
FoodResolvedMatchSourceSchema: () => FoodResolvedMatchSourceSchema,
|
|
397
|
+
FoodSchema: () => FoodSchema,
|
|
398
|
+
FoodSearchQuerySchema: () => FoodSearchQuerySchema,
|
|
399
|
+
FoodSearchResponseSchema: () => FoodSearchResponseSchema,
|
|
400
|
+
FriendBlockItemResponseSchema: () => FriendBlockItemResponseSchema,
|
|
401
|
+
FriendListItemResponseSchema: () => FriendListItemResponseSchema,
|
|
402
|
+
FriendMealAvailabilitySchema: () => FriendMealAvailabilitySchema,
|
|
403
|
+
FriendMealItemResponseSchema: () => FriendMealItemResponseSchema,
|
|
404
|
+
FriendMealQuerySchema: () => FriendMealQuerySchema,
|
|
405
|
+
FriendRequestIdSchema: () => FriendRequestIdSchema,
|
|
406
|
+
FriendRequestItemResponseSchema: () => FriendRequestItemResponseSchema,
|
|
407
|
+
FriendRequestMemberSchema: () => FriendRequestMemberSchema,
|
|
408
|
+
FriendRequestStatusSchema: () => FriendRequestStatusSchema,
|
|
409
|
+
FriendSearchQuerySchema: () => FriendSearchQuerySchema,
|
|
410
|
+
FriendSearchResponseSchema: () => FriendSearchResponseSchema,
|
|
411
|
+
HomeMealPlanActionCardSchema: () => HomeMealPlanActionCardSchema,
|
|
412
|
+
HomeMealPlanActionKindSchema: () => HomeMealPlanActionKindSchema,
|
|
413
|
+
HomeMealPlanDashboardResponseSchema: () => HomeMealPlanDashboardResponseSchema,
|
|
414
|
+
ISODateStringSchema: () => ISODateStringSchema,
|
|
415
|
+
ISODateTimeStringSchema: () => ISODateTimeStringSchema,
|
|
416
|
+
JoinMealPlanGuestRequestSchema: () => JoinMealPlanGuestRequestSchema,
|
|
417
|
+
JoinMealPlanGuestResponseSchema: () => JoinMealPlanGuestResponseSchema,
|
|
418
|
+
KakaoPlaceRawSchema: () => KakaoPlaceRawSchema,
|
|
419
|
+
LocationConsentStatusSchema: () => LocationConsentStatusSchema,
|
|
420
|
+
LoginRequestSchema: () => LoginRequestSchema,
|
|
421
|
+
MEAL_PLAN_NOTIFICATION_PRIORITY_POLICIES: () => MEAL_PLAN_NOTIFICATION_PRIORITY_POLICIES,
|
|
422
|
+
MealGroupHistoryItemSchema: () => MealGroupHistoryItemSchema,
|
|
423
|
+
MealGroupHistoryResponseSchema: () => MealGroupHistoryResponseSchema,
|
|
424
|
+
MealGroupIdSchema: () => MealGroupIdSchema,
|
|
425
|
+
MealGroupMemberRoleSchema: () => MealGroupMemberRoleSchema,
|
|
426
|
+
MealGroupMemberSchema: () => MealGroupMemberSchema,
|
|
427
|
+
MealGroupPreferenceSummarySchema: () => MealGroupPreferenceSummarySchema,
|
|
428
|
+
MealGroupResponseSchema: () => MealGroupResponseSchema,
|
|
429
|
+
MealMapFriendRecordLocationMetadataSchema: () => MealMapFriendRecordLocationMetadataSchema,
|
|
430
|
+
MealMapLayerSchema: () => MealMapLayerSchema,
|
|
431
|
+
MealMapMarkerSchema: () => MealMapMarkerSchema,
|
|
432
|
+
MealMapMyMealPlanPlaceMetadataSchema: () => MealMapMyMealPlanPlaceMetadataSchema,
|
|
433
|
+
MealMapNearbyFriendMealPlanMetadataSchema: () => MealMapNearbyFriendMealPlanMetadataSchema,
|
|
434
|
+
MealMapQuerySchema: () => MealMapQuerySchema,
|
|
435
|
+
MealMapResponseSchema: () => MealMapResponseSchema,
|
|
436
|
+
MealMapRestaurantCandidateCompletionBlockedReasonSchema: () => MealMapRestaurantCandidateCompletionBlockedReasonSchema,
|
|
437
|
+
MealMapRestaurantCandidateMetadataSchema: () => MealMapRestaurantCandidateMetadataSchema,
|
|
438
|
+
MealPlanChangeRequestIdSchema: () => MealPlanChangeRequestIdSchema,
|
|
439
|
+
MealPlanChangeRequestStatusSchema: () => MealPlanChangeRequestStatusSchema,
|
|
440
|
+
MealPlanChangeRequestSummarySchema: () => MealPlanChangeRequestSummarySchema,
|
|
441
|
+
MealPlanChannelSchema: () => MealPlanChannelSchema,
|
|
442
|
+
MealPlanChatMessageIdSchema: () => MealPlanChatMessageIdSchema,
|
|
443
|
+
MealPlanChatMessageKindSchema: () => MealPlanChatMessageKindSchema,
|
|
444
|
+
MealPlanChatMessageListResponseSchema: () => MealPlanChatMessageListResponseSchema,
|
|
445
|
+
MealPlanChatMessageResponseSchema: () => MealPlanChatMessageResponseSchema,
|
|
446
|
+
MealPlanChatRoomIdSchema: () => MealPlanChatRoomIdSchema,
|
|
447
|
+
MealPlanChatRoomSummarySchema: () => MealPlanChatRoomSummarySchema,
|
|
448
|
+
MealPlanChatSystemPayloadSchema: () => MealPlanChatSystemPayloadSchema,
|
|
449
|
+
MealPlanDecisionActorTypeSchema: () => MealPlanDecisionActorTypeSchema,
|
|
450
|
+
MealPlanDecisionCandidateSchema: () => MealPlanDecisionCandidateSchema,
|
|
451
|
+
MealPlanDecisionFinalFieldSchema: () => MealPlanDecisionFinalFieldSchema,
|
|
452
|
+
MealPlanDecisionProgressSchema: () => MealPlanDecisionProgressSchema,
|
|
453
|
+
MealPlanDecisionReasonSchema: () => MealPlanDecisionReasonSchema,
|
|
454
|
+
MealPlanDecisionSnapshotSchema: () => MealPlanDecisionSnapshotSchema,
|
|
455
|
+
MealPlanDecisionSnapshotStatusSchema: () => MealPlanDecisionSnapshotStatusSchema,
|
|
456
|
+
MealPlanDecisionStageIdSchema: () => MealPlanDecisionStageIdSchema,
|
|
457
|
+
MealPlanDecisionStageMetadataSchema: () => MealPlanDecisionStageMetadataSchema,
|
|
458
|
+
MealPlanDecisionStageResponseSchema: () => MealPlanDecisionStageResponseSchema,
|
|
459
|
+
MealPlanDecisionStageStatusSchema: () => MealPlanDecisionStageStatusSchema,
|
|
460
|
+
MealPlanDecisionStageTypeSchema: () => MealPlanDecisionStageTypeSchema,
|
|
461
|
+
MealPlanDecisionTaskKeySchema: () => MealPlanDecisionTaskKeySchema,
|
|
462
|
+
MealPlanDecisionTaskProgressSchema: () => MealPlanDecisionTaskProgressSchema,
|
|
463
|
+
MealPlanDecisionTaskStatusSchema: () => MealPlanDecisionTaskStatusSchema,
|
|
464
|
+
MealPlanGuestParticipantSchema: () => MealPlanGuestParticipantSchema,
|
|
465
|
+
MealPlanGuestSessionQuerySchema: () => MealPlanGuestSessionQuerySchema,
|
|
466
|
+
MealPlanGuestSessionResponseSchema: () => MealPlanGuestSessionResponseSchema,
|
|
467
|
+
MealPlanIdSchema: () => MealPlanIdSchema,
|
|
468
|
+
MealPlanInviteIdSchema: () => MealPlanInviteIdSchema,
|
|
469
|
+
MealPlanInviteListResponseSchema: () => MealPlanInviteListResponseSchema,
|
|
470
|
+
MealPlanInviteStatusSchema: () => MealPlanInviteStatusSchema,
|
|
471
|
+
MealPlanInviteSummarySchema: () => MealPlanInviteSummarySchema,
|
|
472
|
+
MealPlanJoinRequestIdSchema: () => MealPlanJoinRequestIdSchema,
|
|
473
|
+
MealPlanJoinRequestStatusSchema: () => MealPlanJoinRequestStatusSchema,
|
|
474
|
+
MealPlanJoinRequestSummarySchema: () => MealPlanJoinRequestSummarySchema,
|
|
475
|
+
MealPlanJoinSourceSchema: () => MealPlanJoinSourceSchema,
|
|
476
|
+
MealPlanLatitudeSchema: () => MealPlanLatitudeSchema,
|
|
477
|
+
MealPlanLiveActivityBehaviorSchema: () => MealPlanLiveActivityBehaviorSchema,
|
|
478
|
+
MealPlanLiveActivityPlatformSchema: () => MealPlanLiveActivityPlatformSchema,
|
|
479
|
+
MealPlanLiveActivitySessionListResponseSchema: () => MealPlanLiveActivitySessionListResponseSchema,
|
|
480
|
+
MealPlanLiveActivitySessionResponseSchema: () => MealPlanLiveActivitySessionResponseSchema,
|
|
481
|
+
MealPlanLiveActivitySessionStatusSchema: () => MealPlanLiveActivitySessionStatusSchema,
|
|
482
|
+
MealPlanLiveActivityStateSchema: () => MealPlanLiveActivityStateSchema,
|
|
483
|
+
MealPlanLiveActivityUpdateStatusSchema: () => MealPlanLiveActivityUpdateStatusSchema,
|
|
484
|
+
MealPlanLocationCandidateIdSchema: () => MealPlanLocationCandidateIdSchema,
|
|
485
|
+
MealPlanLocationCandidateSchema: () => MealPlanLocationCandidateSchema,
|
|
486
|
+
MealPlanLocationCandidateSourceSchema: () => MealPlanLocationCandidateSourceSchema,
|
|
487
|
+
MealPlanLongitudeSchema: () => MealPlanLongitudeSchema,
|
|
488
|
+
MealPlanMenuCandidateIdSchema: () => MealPlanMenuCandidateIdSchema,
|
|
489
|
+
MealPlanMenuCandidateSchema: () => MealPlanMenuCandidateSchema,
|
|
490
|
+
MealPlanMenuCandidateSourceSchema: () => MealPlanMenuCandidateSourceSchema,
|
|
491
|
+
MealPlanNearbyFriendExposureBatchIdSchema: () => MealPlanNearbyFriendExposureBatchIdSchema,
|
|
492
|
+
MealPlanNearbyFriendExposureBatchSummarySchema: () => MealPlanNearbyFriendExposureBatchSummarySchema,
|
|
493
|
+
MealPlanNearbyFriendExposureIdSchema: () => MealPlanNearbyFriendExposureIdSchema,
|
|
494
|
+
MealPlanNearbyFriendExposureNotificationStatusSchema: () => MealPlanNearbyFriendExposureNotificationStatusSchema,
|
|
495
|
+
MealPlanNearbyFriendExposureStatusSchema: () => MealPlanNearbyFriendExposureStatusSchema,
|
|
496
|
+
MealPlanNearbyFriendExposureSummarySchema: () => MealPlanNearbyFriendExposureSummarySchema,
|
|
497
|
+
MealPlanNearbyFriendRejectionReasonSchema: () => MealPlanNearbyFriendRejectionReasonSchema,
|
|
498
|
+
MealPlanNearbyFriendRejectionSummarySchema: () => MealPlanNearbyFriendRejectionSummarySchema,
|
|
499
|
+
MealPlanNotificationKindSchema: () => MealPlanNotificationKindSchema,
|
|
500
|
+
MealPlanNotificationPriorityChannelSchema: () => MealPlanNotificationPriorityChannelSchema,
|
|
501
|
+
MealPlanNotificationPriorityPolicyItemSchema: () => MealPlanNotificationPriorityPolicyItemSchema,
|
|
502
|
+
MealPlanNotificationSchema: () => MealPlanNotificationSchema,
|
|
503
|
+
MealPlanParticipantIdSchema: () => MealPlanParticipantIdSchema,
|
|
504
|
+
MealPlanParticipantResponseSchema: () => MealPlanParticipantResponseSchema,
|
|
505
|
+
MealPlanParticipantRoleSchema: () => MealPlanParticipantRoleSchema,
|
|
506
|
+
MealPlanParticipantStatusSchema: () => MealPlanParticipantStatusSchema,
|
|
507
|
+
MealPlanPushPayloadDataSchema: () => MealPlanPushPayloadDataSchema,
|
|
508
|
+
MealPlanRecommendationContextSchema: () => MealPlanRecommendationContextSchema,
|
|
509
|
+
MealPlanResponseSchema: () => MealPlanResponseSchema,
|
|
510
|
+
MealPlanRestaurantCandidateSchema: () => MealPlanRestaurantCandidateSchema,
|
|
511
|
+
MealPlanRestaurantSearchStateSchema: () => MealPlanRestaurantSearchStateSchema,
|
|
512
|
+
MealPlanRestaurantSearchStatusSchema: () => MealPlanRestaurantSearchStatusSchema,
|
|
513
|
+
MealPlanShareLinkIdSchema: () => MealPlanShareLinkIdSchema,
|
|
514
|
+
MealPlanShareLinkSummarySchema: () => MealPlanShareLinkSummarySchema,
|
|
515
|
+
MealPlanShareLinkTokenSchema: () => MealPlanShareLinkTokenSchema,
|
|
516
|
+
MealPlanSharePreviewResponseSchema: () => MealPlanSharePreviewResponseSchema,
|
|
517
|
+
MealPlanStatusSchema: () => MealPlanStatusSchema,
|
|
518
|
+
MealPlanSystemMessageKindSchema: () => MealPlanSystemMessageKindSchema,
|
|
519
|
+
MealPlanSystemMessageSchema: () => MealPlanSystemMessageSchema,
|
|
520
|
+
MealPlanViewerPermissionsSchema: () => MealPlanViewerPermissionsSchema,
|
|
521
|
+
MealPlanViewerRoleSchema: () => MealPlanViewerRoleSchema,
|
|
522
|
+
MealPlanVoteIdSchema: () => MealPlanVoteIdSchema,
|
|
523
|
+
MealPlanVoteSchema: () => MealPlanVoteSchema,
|
|
524
|
+
MealPlanVoteTypeSchema: () => MealPlanVoteTypeSchema,
|
|
525
|
+
MealStatusActionSchema: () => MealStatusActionSchema,
|
|
526
|
+
MealStatusResponseSchema: () => MealStatusResponseSchema,
|
|
527
|
+
MealStatusSchema: () => MealStatusSchema,
|
|
528
|
+
MemberCoreSchema: () => MemberCoreSchema,
|
|
529
|
+
MemberDetailSchema: () => MemberDetailSchema,
|
|
530
|
+
MemberFoodPreferenceSchema: () => MemberFoodPreferenceSchema,
|
|
531
|
+
MemberIdSchema: () => MemberIdSchema,
|
|
532
|
+
MemberLocationSchema: () => MemberLocationSchema,
|
|
533
|
+
MemberLocationSettingsResponseSchema: () => MemberLocationSettingsResponseSchema,
|
|
534
|
+
MemberResponseSchema: () => MemberResponseSchema,
|
|
535
|
+
MemberRoleSchema: () => MemberRoleSchema,
|
|
536
|
+
MemberSearchQuerySchema: () => MemberSearchQuerySchema,
|
|
537
|
+
MemberSerachResponseSchema: () => MemberSerachResponseSchema,
|
|
538
|
+
MyMealPlanGroupSchema: () => MyMealPlanGroupSchema,
|
|
539
|
+
MyMealPlanListItemSchema: () => MyMealPlanListItemSchema,
|
|
540
|
+
MyMealPlanListResponseSchema: () => MyMealPlanListResponseSchema,
|
|
541
|
+
NearbyFriendExposureEligibilitySchema: () => NearbyFriendExposureEligibilitySchema,
|
|
542
|
+
NearbyFriendMealPlanSummarySchema: () => NearbyFriendMealPlanSummarySchema,
|
|
543
|
+
NoBodySchema: () => NoBodySchema,
|
|
544
|
+
NoContentSchema: () => NoContentSchema,
|
|
545
|
+
NoParamsSchema: () => NoParamsSchema,
|
|
546
|
+
NoQuerySchema: () => NoQuerySchema,
|
|
547
|
+
NonEmptyStringIdSchema: () => NonEmptyStringIdSchema,
|
|
548
|
+
OnboardingDraftSchema: () => OnboardingDraftSchema,
|
|
549
|
+
OnboardingStatusSchema: () => OnboardingStatusSchema,
|
|
550
|
+
PageArticleSummaryResponseSchema: () => PageArticleSummaryResponseSchema,
|
|
551
|
+
PageMetaSchema: () => PageMetaSchema,
|
|
552
|
+
PageQuerySchema: () => PageQuerySchema,
|
|
553
|
+
PageResponseSchema: () => PageResponseSchema,
|
|
554
|
+
PermissionKindSchema: () => PermissionKindSchema,
|
|
555
|
+
PermissionPlatformSchema: () => PermissionPlatformSchema,
|
|
556
|
+
PermissionStatusSchema: () => PermissionStatusSchema,
|
|
557
|
+
PositiveIntIdSchema: () => PositiveIntIdSchema,
|
|
558
|
+
ProfileDetailResponseSchema: () => ProfileDetailResponseSchema,
|
|
559
|
+
PushDeliveryAttemptResultSchema: () => PushDeliveryAttemptResultSchema,
|
|
560
|
+
PushDeliveryAttemptSummarySchema: () => PushDeliveryAttemptSummarySchema,
|
|
561
|
+
PushDeliveryOutboxSummarySchema: () => PushDeliveryOutboxSummarySchema,
|
|
562
|
+
PushDeliveryStatusSchema: () => PushDeliveryStatusSchema,
|
|
563
|
+
PushPayloadSchemaVersionSchema: () => PushPayloadSchemaVersionSchema,
|
|
564
|
+
PushPermissionStatusSchema: () => PushPermissionStatusSchema,
|
|
565
|
+
PushPlatformSchema: () => PushPlatformSchema,
|
|
566
|
+
PushProviderSchema: () => PushProviderSchema,
|
|
567
|
+
PushTokenResponseSchema: () => PushTokenResponseSchema,
|
|
568
|
+
PushTokenStatusSchema: () => PushTokenStatusSchema,
|
|
569
|
+
RedeemReferralRequestSchema: () => RedeemReferralRequestSchema,
|
|
570
|
+
ReferralCodeSchema: () => ReferralCodeSchema,
|
|
571
|
+
ReferralCreateResponseSchema: () => ReferralCreateResponseSchema,
|
|
572
|
+
ReferralItemResponseSchema: () => ReferralItemResponseSchema,
|
|
573
|
+
RegisterMealPlanLiveActivitySessionRequestSchema: () => RegisterMealPlanLiveActivitySessionRequestSchema,
|
|
574
|
+
RegisterPushTokenRequestSchema: () => RegisterPushTokenRequestSchema,
|
|
575
|
+
ReopenMealPlanDecisionTaskRequestSchema: () => ReopenMealPlanDecisionTaskRequestSchema,
|
|
576
|
+
ResolvedFoodCodeSchema: () => ResolvedFoodCodeSchema,
|
|
577
|
+
RestaurantIdSchema: () => RestaurantIdSchema,
|
|
578
|
+
RestaurantSchema: () => RestaurantSchema,
|
|
579
|
+
RevokePushTokenRequestSchema: () => RevokePushTokenRequestSchema,
|
|
580
|
+
SendMealPlanChatMessageRequestSchema: () => SendMealPlanChatMessageRequestSchema,
|
|
581
|
+
SendMealPlanInviteResponseSchema: () => SendMealPlanInviteResponseSchema,
|
|
582
|
+
SignupRequestSchema: () => SignupRequestSchema,
|
|
583
|
+
SignupResponseSchema: () => SignupResponseSchema,
|
|
584
|
+
SortDirectionSchema: () => SortDirectionSchema,
|
|
585
|
+
StartMealPlanFromGroupRequestSchema: () => StartMealPlanFromGroupRequestSchema,
|
|
586
|
+
SubscriptionIdSchema: () => SubscriptionIdSchema,
|
|
587
|
+
TimeHHmmStringSchema: () => TimeHHmmStringSchema,
|
|
588
|
+
TokenResponseSchema: () => TokenResponseSchema,
|
|
589
|
+
UpdateMealGroupMemberRoleRequestSchema: () => UpdateMealGroupMemberRoleRequestSchema,
|
|
590
|
+
UpdateMealPlanContextRequestSchema: () => UpdateMealPlanContextRequestSchema,
|
|
591
|
+
UpdateMealStatusRequestSchema: () => UpdateMealStatusRequestSchema,
|
|
592
|
+
UpdateMemberLocationConsentRequestSchema: () => UpdateMemberLocationConsentRequestSchema,
|
|
593
|
+
UpdateMemberLocationRequestSchema: () => UpdateMemberLocationRequestSchema,
|
|
594
|
+
UpdatePreferenceRequestSchema: () => UpdatePreferenceRequestSchema,
|
|
595
|
+
UpdateProfileRequestSchema: () => UpdateProfileRequestSchema,
|
|
596
|
+
UploadArticleImageRequestSchema: () => UploadArticleImageRequestSchema,
|
|
597
|
+
UploadArticleImageResponseSchema: () => UploadArticleImageResponseSchema,
|
|
598
|
+
UploadProfileImageRequestSchema: () => UploadProfileImageRequestSchema,
|
|
599
|
+
UploadProfileImageResponseSchema: () => UploadProfileImageResponseSchema,
|
|
600
|
+
UserIdSchema: () => UserIdSchema,
|
|
601
|
+
apiContract: () => apiContract,
|
|
602
|
+
compareMealPlanNotificationsByPriority: () => compareMealPlanNotificationsByPriority,
|
|
603
|
+
endpoint: () => endpoint,
|
|
604
|
+
getMealPlanLiveActivityBehavior: () => getMealPlanLiveActivityBehavior,
|
|
605
|
+
getMealPlanNotificationPriority: () => getMealPlanNotificationPriority,
|
|
606
|
+
getMealPlanNotificationPriorityPolicy: () => getMealPlanNotificationPriorityPolicy,
|
|
607
|
+
makeApiResponseSchema: () => makeApiResponseSchema,
|
|
608
|
+
makeApiSuccessSchema: () => makeApiSuccessSchema,
|
|
609
|
+
shouldShowForegroundToast: () => shouldShowForegroundToast,
|
|
610
|
+
toArticleId: () => toArticleId,
|
|
611
|
+
toCommentId: () => toCommentId,
|
|
612
|
+
toCouponId: () => toCouponId,
|
|
613
|
+
toFriendRequestId: () => toFriendRequestId,
|
|
614
|
+
toMealGroupId: () => toMealGroupId,
|
|
615
|
+
toMealPlanChangeRequestId: () => toMealPlanChangeRequestId,
|
|
616
|
+
toMealPlanChatMessageId: () => toMealPlanChatMessageId,
|
|
617
|
+
toMealPlanChatRoomId: () => toMealPlanChatRoomId,
|
|
618
|
+
toMealPlanId: () => toMealPlanId,
|
|
619
|
+
toMealPlanInviteId: () => toMealPlanInviteId,
|
|
620
|
+
toMealPlanJoinRequestId: () => toMealPlanJoinRequestId,
|
|
621
|
+
toMealPlanNearbyFriendExposureBatchId: () => toMealPlanNearbyFriendExposureBatchId,
|
|
622
|
+
toMealPlanShareLinkId: () => toMealPlanShareLinkId,
|
|
623
|
+
toMealPlanShareLinkToken: () => toMealPlanShareLinkToken,
|
|
624
|
+
toMemberId: () => toMemberId,
|
|
625
|
+
toReferralCode: () => toReferralCode,
|
|
626
|
+
toRestaurantId: () => toRestaurantId,
|
|
627
|
+
toSubscriptionId: () => toSubscriptionId
|
|
628
|
+
});
|
|
629
|
+
|
|
630
|
+
export {
|
|
631
|
+
domain_exports
|
|
632
|
+
};
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
CouponIdSchema,
|
|
7
7
|
MemberIdSchema,
|
|
8
8
|
ReferralCodeSchema
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-XMRYAG3V.js";
|
|
10
10
|
|
|
11
11
|
// src/domain/promotion/referral.schema.ts
|
|
12
12
|
import { z } from "zod";
|
|
@@ -69,13 +69,13 @@ var ClaimChallengeRewardResponseSchema = z3.object({
|
|
|
69
69
|
});
|
|
70
70
|
|
|
71
71
|
export {
|
|
72
|
-
ChallengeStatusResponseSchema,
|
|
73
|
-
ClaimChallengeRewardRequestSchema,
|
|
74
|
-
ClaimChallengeRewardResponseSchema,
|
|
75
72
|
ReferralCreateResponseSchema,
|
|
76
73
|
ReferralItemResponseSchema,
|
|
77
74
|
RedeemReferralRequestSchema,
|
|
78
75
|
CouponTypeSchema,
|
|
79
76
|
CouponStatusSchema,
|
|
80
|
-
CouponResponseSchema
|
|
77
|
+
CouponResponseSchema,
|
|
78
|
+
ChallengeStatusResponseSchema,
|
|
79
|
+
ClaimChallengeRewardRequestSchema,
|
|
80
|
+
ClaimChallengeRewardResponseSchema
|
|
81
81
|
};
|