@kimdaegyu/babmukdang-shared 2.0.4 → 2.0.6
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-CUOJE3ER.js → chunk-5FPYU6NF.js} +2 -2
- package/dist/{chunk-IW342TDD.js → chunk-C7JONACW.js} +21 -21
- package/dist/{chunk-HHU5TRDP.js → chunk-KWJE3RYS.js} +1 -1
- package/dist/{chunk-QPTK7F7Y.js → chunk-LXRTJPS5.js} +25 -11
- package/dist/{chunk-2W4HVSYK.js → chunk-OLQ2HIKV.js} +60 -64
- package/dist/{chunk-FODWQLEY.js → chunk-TWX7TUMW.js} +137 -146
- package/dist/domain/article/index.js +2 -2
- package/dist/domain/common/index.cjs +17 -5
- package/dist/domain/common/index.js +11 -11
- package/dist/domain/friend/index.js +2 -2
- package/dist/domain/index.cjs +292 -288
- package/dist/domain/index.d.cts +8 -9
- package/dist/domain/index.d.ts +8 -9
- package/dist/domain/index.js +62 -66
- package/dist/domain/live-activity/index.cjs +17 -5
- package/dist/domain/live-activity/index.js +6 -6
- package/dist/domain/meal/index.js +2 -2
- package/dist/domain/meal-plan/index.cjs +157 -153
- package/dist/domain/meal-plan/index.d.cts +137 -107
- package/dist/domain/meal-plan/index.d.ts +137 -107
- package/dist/domain/meal-plan/index.js +12 -16
- package/dist/domain/push/index.cjs +17 -5
- package/dist/domain/push/index.js +4 -4
- package/dist/index.cjs +288 -282
- package/dist/index.js +13 -13
- package/package.json +1 -1
- package/dist/{chunk-EQLAVUHF.js → chunk-6O2YTBVC.js} +3 -3
- package/dist/{chunk-IRAFNZDL.js → chunk-NENVUHL5.js} +4 -4
- package/dist/{chunk-Q6Y2NBB6.js → chunk-VD3VGLBQ.js} +3 -3
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
PushPlatformSchema
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-KWJE3RYS.js";
|
|
4
4
|
import {
|
|
5
5
|
MealPlanLiveActivityBehaviorSchema,
|
|
6
6
|
MealPlanNotificationKindSchema
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-LXRTJPS5.js";
|
|
8
8
|
import {
|
|
9
9
|
ISODateTimeStringSchema
|
|
10
10
|
} from "./chunk-HRM3FQPL.js";
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
import {
|
|
2
|
+
FriendMealItemResponseSchema,
|
|
3
|
+
FriendMealQuerySchema,
|
|
4
|
+
MealStatusResponseSchema,
|
|
5
|
+
UpdateMealStatusRequestSchema
|
|
6
|
+
} from "./chunk-6O2YTBVC.js";
|
|
1
7
|
import {
|
|
2
8
|
ChallengeStatusResponseSchema,
|
|
3
9
|
ClaimChallengeRewardRequestSchema,
|
|
@@ -6,23 +12,6 @@ import {
|
|
|
6
12
|
ReferralCreateResponseSchema,
|
|
7
13
|
ReferralItemResponseSchema
|
|
8
14
|
} from "./chunk-RZPNVRRS.js";
|
|
9
|
-
import {
|
|
10
|
-
EndMealPlanLiveActivitySessionRequestSchema,
|
|
11
|
-
MealPlanLiveActivitySessionListResponseSchema,
|
|
12
|
-
MealPlanLiveActivitySessionResponseSchema,
|
|
13
|
-
RegisterMealPlanLiveActivitySessionRequestSchema
|
|
14
|
-
} from "./chunk-CUOJE3ER.js";
|
|
15
|
-
import {
|
|
16
|
-
PushTokenResponseSchema,
|
|
17
|
-
RegisterPushTokenRequestSchema,
|
|
18
|
-
RevokePushTokenRequestSchema
|
|
19
|
-
} from "./chunk-HHU5TRDP.js";
|
|
20
|
-
import {
|
|
21
|
-
FriendMealItemResponseSchema,
|
|
22
|
-
FriendMealQuerySchema,
|
|
23
|
-
MealStatusResponseSchema,
|
|
24
|
-
UpdateMealStatusRequestSchema
|
|
25
|
-
} from "./chunk-EQLAVUHF.js";
|
|
26
15
|
import {
|
|
27
16
|
ArticleDetailResponseSchema,
|
|
28
17
|
ArticleLikeResponseSchema,
|
|
@@ -32,7 +21,7 @@ import {
|
|
|
32
21
|
PageArticleSummaryResponseSchema,
|
|
33
22
|
UploadArticleImageRequestSchema,
|
|
34
23
|
UploadArticleImageResponseSchema
|
|
35
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-NENVUHL5.js";
|
|
36
25
|
import {
|
|
37
26
|
LoginRequestSchema,
|
|
38
27
|
SignupRequestSchema,
|
|
@@ -43,7 +32,13 @@ import {
|
|
|
43
32
|
FriendBlockItemResponseSchema,
|
|
44
33
|
FriendListItemResponseSchema,
|
|
45
34
|
FriendRequestItemResponseSchema
|
|
46
|
-
} from "./chunk-
|
|
35
|
+
} from "./chunk-VD3VGLBQ.js";
|
|
36
|
+
import {
|
|
37
|
+
EndMealPlanLiveActivitySessionRequestSchema,
|
|
38
|
+
MealPlanLiveActivitySessionListResponseSchema,
|
|
39
|
+
MealPlanLiveActivitySessionResponseSchema,
|
|
40
|
+
RegisterMealPlanLiveActivitySessionRequestSchema
|
|
41
|
+
} from "./chunk-5FPYU6NF.js";
|
|
47
42
|
import {
|
|
48
43
|
AddMealGroupMemberRequestSchema,
|
|
49
44
|
CreateMealGroupRequestSchema,
|
|
@@ -62,7 +57,12 @@ import {
|
|
|
62
57
|
MealPlanSharePreviewResponseSchema,
|
|
63
58
|
StartMealPlanFromGroupRequestSchema,
|
|
64
59
|
UpdateMealGroupMemberRoleRequestSchema
|
|
65
|
-
} from "./chunk-
|
|
60
|
+
} from "./chunk-TWX7TUMW.js";
|
|
61
|
+
import {
|
|
62
|
+
PushTokenResponseSchema,
|
|
63
|
+
RegisterPushTokenRequestSchema,
|
|
64
|
+
RevokePushTokenRequestSchema
|
|
65
|
+
} from "./chunk-KWJE3RYS.js";
|
|
66
66
|
import {
|
|
67
67
|
CompleteMealPlanDecisionStageRequestSchema,
|
|
68
68
|
ConfirmMealPlanDecisionSnapshotRequestSchema,
|
|
@@ -86,7 +86,7 @@ import {
|
|
|
86
86
|
ReopenMealPlanDecisionTaskRequestSchema,
|
|
87
87
|
SendMealPlanInviteResponseSchema,
|
|
88
88
|
UpdateMealPlanContextRequestSchema
|
|
89
|
-
} from "./chunk-
|
|
89
|
+
} from "./chunk-LXRTJPS5.js";
|
|
90
90
|
import {
|
|
91
91
|
CreateProfileRequestSchema,
|
|
92
92
|
MemberFoodPreferenceSchema,
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
+
import {
|
|
2
|
+
RestaurantSchema
|
|
3
|
+
} from "./chunk-7JYVBXKQ.js";
|
|
1
4
|
import {
|
|
2
5
|
FoodCodeManifestImageSchema
|
|
3
6
|
} from "./chunk-CGFW5LYV.js";
|
|
4
7
|
import {
|
|
5
|
-
|
|
6
|
-
|
|
8
|
+
LocationConsentStatusSchema,
|
|
9
|
+
MemberCoreSchema
|
|
10
|
+
} from "./chunk-C63TN7L3.js";
|
|
7
11
|
import {
|
|
8
12
|
ISODateStringSchema,
|
|
9
13
|
ISODateTimeStringSchema,
|
|
10
14
|
TimeHHmmStringSchema
|
|
11
15
|
} from "./chunk-HRM3FQPL.js";
|
|
12
|
-
import {
|
|
13
|
-
LocationConsentStatusSchema,
|
|
14
|
-
MemberCoreSchema
|
|
15
|
-
} from "./chunk-C63TN7L3.js";
|
|
16
16
|
import {
|
|
17
17
|
FoodSchema,
|
|
18
18
|
MealPlanChangeRequestIdSchema,
|
|
@@ -36,9 +36,7 @@ var MealPlanDecisionStageIdSchema = z.string().uuid().brand();
|
|
|
36
36
|
var MealPlanVoteIdSchema = z.string().uuid().brand();
|
|
37
37
|
var MealPlanLocationCandidateSourceSchema = z.enum([
|
|
38
38
|
"manual",
|
|
39
|
-
"map-marker",
|
|
40
39
|
"midpoint",
|
|
41
|
-
"user-location",
|
|
42
40
|
"search",
|
|
43
41
|
"recent-place",
|
|
44
42
|
"fallback"
|
|
@@ -65,8 +63,8 @@ var MealPlanMenuCandidateSchema = z.object({
|
|
|
65
63
|
menu: FoodSchema,
|
|
66
64
|
source: MealPlanMenuCandidateSourceSchema,
|
|
67
65
|
score: z.number().default(0),
|
|
68
|
-
imageUrl: z.string().min(1).nullable().
|
|
69
|
-
image: FoodCodeManifestImageSchema.nullable().
|
|
66
|
+
imageUrl: z.string().min(1).nullable().optional(),
|
|
67
|
+
image: FoodCodeManifestImageSchema.nullable().optional(),
|
|
70
68
|
createdAt: ISODateTimeStringSchema
|
|
71
69
|
});
|
|
72
70
|
var MealPlanRestaurantCandidateSchema = RestaurantSchema.extend({
|
|
@@ -103,8 +101,15 @@ var MealPlanRestaurantSearchStateSchema = z.object({
|
|
|
103
101
|
candidateCount: z.number().int().min(0),
|
|
104
102
|
errorMessage: z.string().nullable().default(null)
|
|
105
103
|
});
|
|
104
|
+
var MealPlanMenuRecommendationStateSchema = z.object({
|
|
105
|
+
preferenceKey: z.string().min(1),
|
|
106
|
+
generatedFromHash: z.string().min(1),
|
|
107
|
+
generatedAt: ISODateTimeStringSchema,
|
|
108
|
+
candidateCount: z.number().int().min(0)
|
|
109
|
+
});
|
|
106
110
|
var MealPlanDecisionStageMetadataSchema = z.object({
|
|
107
|
-
restaurantSearch: MealPlanRestaurantSearchStateSchema.optional()
|
|
111
|
+
restaurantSearch: MealPlanRestaurantSearchStateSchema.optional(),
|
|
112
|
+
menuRecommendation: MealPlanMenuRecommendationStateSchema.optional()
|
|
108
113
|
}).catchall(z.unknown());
|
|
109
114
|
var MealPlanVoteTypeSchema = z.enum([
|
|
110
115
|
"PICK",
|
|
@@ -180,6 +185,7 @@ var MealPlanDecisionTaskKeySchema = z.enum([
|
|
|
180
185
|
var MealPlanDecisionTaskStatusSchema = z.enum([
|
|
181
186
|
"LOCKED",
|
|
182
187
|
"OPEN",
|
|
188
|
+
"READY",
|
|
183
189
|
"RESOLVED",
|
|
184
190
|
"STALE"
|
|
185
191
|
]);
|
|
@@ -203,6 +209,7 @@ var MealPlanDecisionReasonSchema = z.enum([
|
|
|
203
209
|
"TOP_PICKED_MENU",
|
|
204
210
|
"TOP_PICKED_RESTAURANT",
|
|
205
211
|
"OWNER_CONFIRMED",
|
|
212
|
+
"TASK_ALL_READY",
|
|
206
213
|
"MANUAL_SELECTION"
|
|
207
214
|
]);
|
|
208
215
|
var MealPlanDecisionActorTypeSchema = z.enum(["MEMBER", "GUEST", "SYSTEM"]);
|
|
@@ -228,6 +235,8 @@ var MealPlanDecisionSnapshotSchema = z.object({
|
|
|
228
235
|
var MealPlanDecisionTaskProgressSchema = z.object({
|
|
229
236
|
taskKey: MealPlanDecisionTaskKeySchema,
|
|
230
237
|
status: MealPlanDecisionTaskStatusSchema,
|
|
238
|
+
readyCount: z.number().int().min(0),
|
|
239
|
+
participantCount: z.number().int().min(0),
|
|
231
240
|
blockers: z.array(z.string()).default([]),
|
|
232
241
|
updatedAt: ISODateTimeStringSchema
|
|
233
242
|
});
|
|
@@ -241,6 +250,9 @@ var MealPlanDecisionProgressSchema = z.object({
|
|
|
241
250
|
version: z.number().int().min(0),
|
|
242
251
|
updatedAt: ISODateTimeStringSchema
|
|
243
252
|
});
|
|
253
|
+
var MealPlanDecisionTaskReadyRequestSchema = z.object({
|
|
254
|
+
isReady: z.boolean()
|
|
255
|
+
});
|
|
244
256
|
var ReopenMealPlanDecisionTaskRequestSchema = z.object({
|
|
245
257
|
reason: z.string().max(500).optional()
|
|
246
258
|
});
|
|
@@ -753,6 +765,7 @@ export {
|
|
|
753
765
|
MealPlanDecisionStageStatusSchema,
|
|
754
766
|
MealPlanRestaurantSearchStatusSchema,
|
|
755
767
|
MealPlanRestaurantSearchStateSchema,
|
|
768
|
+
MealPlanMenuRecommendationStateSchema,
|
|
756
769
|
MealPlanDecisionStageMetadataSchema,
|
|
757
770
|
MealPlanVoteTypeSchema,
|
|
758
771
|
MealPlanDecisionCandidateSchema,
|
|
@@ -772,6 +785,7 @@ export {
|
|
|
772
785
|
MealPlanDecisionSnapshotSchema,
|
|
773
786
|
MealPlanDecisionTaskProgressSchema,
|
|
774
787
|
MealPlanDecisionProgressSchema,
|
|
788
|
+
MealPlanDecisionTaskReadyRequestSchema,
|
|
775
789
|
ReopenMealPlanDecisionTaskRequestSchema,
|
|
776
790
|
ConfirmMealPlanDecisionSnapshotRequestSchema,
|
|
777
791
|
MealPlanParticipantIdSchema,
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
AI_CLASS_TO_FOOD_CODE_MAP_PATH,
|
|
3
|
-
FOOD_CODE_MANIFEST_PATH,
|
|
4
|
-
FOOD_IMAGE_INDEX_PATH
|
|
5
|
-
} from "./chunk-BSJC7OVV.js";
|
|
6
1
|
import {
|
|
7
2
|
ApiFailureSchema,
|
|
8
3
|
ApiResponseSchema,
|
|
@@ -39,7 +34,15 @@ import {
|
|
|
39
34
|
toReferralCode,
|
|
40
35
|
toRestaurantId,
|
|
41
36
|
toSubscriptionId
|
|
42
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-C7JONACW.js";
|
|
38
|
+
import {
|
|
39
|
+
FriendMealItemResponseSchema,
|
|
40
|
+
FriendMealQuerySchema,
|
|
41
|
+
MealStatusActionSchema,
|
|
42
|
+
MealStatusResponseSchema,
|
|
43
|
+
MealStatusSchema,
|
|
44
|
+
UpdateMealStatusRequestSchema
|
|
45
|
+
} from "./chunk-6O2YTBVC.js";
|
|
43
46
|
import {
|
|
44
47
|
ChallengeStatusResponseSchema,
|
|
45
48
|
ClaimChallengeRewardRequestSchema,
|
|
@@ -51,39 +54,6 @@ import {
|
|
|
51
54
|
ReferralCreateResponseSchema,
|
|
52
55
|
ReferralItemResponseSchema
|
|
53
56
|
} from "./chunk-RZPNVRRS.js";
|
|
54
|
-
import {
|
|
55
|
-
EndMealPlanLiveActivitySessionRequestSchema,
|
|
56
|
-
MealPlanLiveActivityPlatformSchema,
|
|
57
|
-
MealPlanLiveActivitySessionListResponseSchema,
|
|
58
|
-
MealPlanLiveActivitySessionResponseSchema,
|
|
59
|
-
MealPlanLiveActivitySessionStatusSchema,
|
|
60
|
-
MealPlanLiveActivityStateSchema,
|
|
61
|
-
MealPlanLiveActivityUpdateStatusSchema,
|
|
62
|
-
RegisterMealPlanLiveActivitySessionRequestSchema
|
|
63
|
-
} from "./chunk-CUOJE3ER.js";
|
|
64
|
-
import {
|
|
65
|
-
MealPlanPushPayloadDataSchema,
|
|
66
|
-
PushDeliveryAttemptResultSchema,
|
|
67
|
-
PushDeliveryAttemptSummarySchema,
|
|
68
|
-
PushDeliveryOutboxSummarySchema,
|
|
69
|
-
PushDeliveryStatusSchema,
|
|
70
|
-
PushPayloadSchemaVersionSchema,
|
|
71
|
-
PushPermissionStatusSchema,
|
|
72
|
-
PushPlatformSchema,
|
|
73
|
-
PushProviderSchema,
|
|
74
|
-
PushTokenResponseSchema,
|
|
75
|
-
PushTokenStatusSchema,
|
|
76
|
-
RegisterPushTokenRequestSchema,
|
|
77
|
-
RevokePushTokenRequestSchema
|
|
78
|
-
} from "./chunk-HHU5TRDP.js";
|
|
79
|
-
import {
|
|
80
|
-
FriendMealItemResponseSchema,
|
|
81
|
-
FriendMealQuerySchema,
|
|
82
|
-
MealStatusActionSchema,
|
|
83
|
-
MealStatusResponseSchema,
|
|
84
|
-
MealStatusSchema,
|
|
85
|
-
UpdateMealStatusRequestSchema
|
|
86
|
-
} from "./chunk-EQLAVUHF.js";
|
|
87
57
|
import {
|
|
88
58
|
ArticleCommentSchema,
|
|
89
59
|
ArticleCoreSchema,
|
|
@@ -102,13 +72,18 @@ import {
|
|
|
102
72
|
SortDirectionSchema,
|
|
103
73
|
UploadArticleImageRequestSchema,
|
|
104
74
|
UploadArticleImageResponseSchema
|
|
105
|
-
} from "./chunk-
|
|
75
|
+
} from "./chunk-NENVUHL5.js";
|
|
106
76
|
import {
|
|
107
77
|
LoginRequestSchema,
|
|
108
78
|
SignupRequestSchema,
|
|
109
79
|
SignupResponseSchema,
|
|
110
80
|
TokenResponseSchema
|
|
111
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";
|
|
112
87
|
import {
|
|
113
88
|
FriendBlockItemResponseSchema,
|
|
114
89
|
FriendListItemResponseSchema,
|
|
@@ -118,7 +93,17 @@ import {
|
|
|
118
93
|
FriendRequestStatusSchema,
|
|
119
94
|
FriendSearchQuerySchema,
|
|
120
95
|
FriendSearchResponseSchema
|
|
121
|
-
} from "./chunk-
|
|
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-5FPYU6NF.js";
|
|
122
107
|
import {
|
|
123
108
|
AddMealGroupMemberRequestSchema,
|
|
124
109
|
CreateMealGroupRequestSchema,
|
|
@@ -143,12 +128,6 @@ import {
|
|
|
143
128
|
MealMapResponseSchema,
|
|
144
129
|
MealMapRestaurantCandidateCompletionBlockedReasonSchema,
|
|
145
130
|
MealMapRestaurantCandidateMetadataSchema,
|
|
146
|
-
MealPlanDecisionVoteSocketAckSchema,
|
|
147
|
-
MealPlanDecisionVoteSocketErrorSchema,
|
|
148
|
-
MealPlanDecisionVoteSocketEvent,
|
|
149
|
-
MealPlanDecisionVoteSocketFailureAckSchema,
|
|
150
|
-
MealPlanDecisionVoteSocketPayloadSchema,
|
|
151
|
-
MealPlanDecisionVoteSocketSuccessAckSchema,
|
|
152
131
|
MealPlanGuestSessionQuerySchema,
|
|
153
132
|
MealPlanGuestSessionResponseSchema,
|
|
154
133
|
MealPlanShareLinkSummarySchema,
|
|
@@ -156,11 +135,28 @@ import {
|
|
|
156
135
|
StartMealPlanFromGroupRequestSchema,
|
|
157
136
|
UpdateMealGroupMemberRoleRequestSchema,
|
|
158
137
|
compareMealPlanNotificationsByPriority,
|
|
138
|
+
getMealPlanDecisionCandidateKey,
|
|
159
139
|
getMealPlanLiveActivityBehavior,
|
|
160
140
|
getMealPlanNotificationPriority,
|
|
161
141
|
getMealPlanNotificationPriorityPolicy,
|
|
142
|
+
getMealPlanRestaurantProvisionCacheKey,
|
|
162
143
|
shouldShowForegroundToast
|
|
163
|
-
} from "./chunk-
|
|
144
|
+
} from "./chunk-TWX7TUMW.js";
|
|
145
|
+
import {
|
|
146
|
+
MealPlanPushPayloadDataSchema,
|
|
147
|
+
PushDeliveryAttemptResultSchema,
|
|
148
|
+
PushDeliveryAttemptSummarySchema,
|
|
149
|
+
PushDeliveryOutboxSummarySchema,
|
|
150
|
+
PushDeliveryStatusSchema,
|
|
151
|
+
PushPayloadSchemaVersionSchema,
|
|
152
|
+
PushPermissionStatusSchema,
|
|
153
|
+
PushPlatformSchema,
|
|
154
|
+
PushProviderSchema,
|
|
155
|
+
PushTokenResponseSchema,
|
|
156
|
+
PushTokenStatusSchema,
|
|
157
|
+
RegisterPushTokenRequestSchema,
|
|
158
|
+
RevokePushTokenRequestSchema
|
|
159
|
+
} from "./chunk-KWJE3RYS.js";
|
|
164
160
|
import {
|
|
165
161
|
CompleteMealPlanDecisionStageRequestSchema,
|
|
166
162
|
ConfirmMealPlanDecisionSnapshotRequestSchema,
|
|
@@ -196,6 +192,7 @@ import {
|
|
|
196
192
|
MealPlanDecisionStageTypeSchema,
|
|
197
193
|
MealPlanDecisionTaskKeySchema,
|
|
198
194
|
MealPlanDecisionTaskProgressSchema,
|
|
195
|
+
MealPlanDecisionTaskReadyRequestSchema,
|
|
199
196
|
MealPlanDecisionTaskStatusSchema,
|
|
200
197
|
MealPlanGuestParticipantSchema,
|
|
201
198
|
MealPlanInviteListResponseSchema,
|
|
@@ -213,6 +210,7 @@ import {
|
|
|
213
210
|
MealPlanMenuCandidateIdSchema,
|
|
214
211
|
MealPlanMenuCandidateSchema,
|
|
215
212
|
MealPlanMenuCandidateSourceSchema,
|
|
213
|
+
MealPlanMenuRecommendationStateSchema,
|
|
216
214
|
MealPlanNearbyFriendExposureBatchSummarySchema,
|
|
217
215
|
MealPlanNearbyFriendExposureIdSchema,
|
|
218
216
|
MealPlanNearbyFriendExposureNotificationStatusSchema,
|
|
@@ -250,7 +248,11 @@ import {
|
|
|
250
248
|
SendMealPlanChatMessageRequestSchema,
|
|
251
249
|
SendMealPlanInviteResponseSchema,
|
|
252
250
|
UpdateMealPlanContextRequestSchema
|
|
253
|
-
} from "./chunk-
|
|
251
|
+
} from "./chunk-LXRTJPS5.js";
|
|
252
|
+
import {
|
|
253
|
+
KakaoPlaceRawSchema,
|
|
254
|
+
RestaurantSchema
|
|
255
|
+
} from "./chunk-7JYVBXKQ.js";
|
|
254
256
|
import {
|
|
255
257
|
AiClassFoodCodeMappingSchema,
|
|
256
258
|
AiClassToFoodCodeMapManifestSchema,
|
|
@@ -269,15 +271,6 @@ import {
|
|
|
269
271
|
FoodSearchResponseSchema,
|
|
270
272
|
ResolvedFoodCodeSchema
|
|
271
273
|
} from "./chunk-CGFW5LYV.js";
|
|
272
|
-
import {
|
|
273
|
-
KakaoPlaceRawSchema,
|
|
274
|
-
RestaurantSchema
|
|
275
|
-
} from "./chunk-7JYVBXKQ.js";
|
|
276
|
-
import {
|
|
277
|
-
ISODateStringSchema,
|
|
278
|
-
ISODateTimeStringSchema,
|
|
279
|
-
TimeHHmmStringSchema
|
|
280
|
-
} from "./chunk-HRM3FQPL.js";
|
|
281
274
|
import {
|
|
282
275
|
CompleteOnboardingRequestSchema,
|
|
283
276
|
CreateProfileRequestSchema,
|
|
@@ -305,6 +298,11 @@ import {
|
|
|
305
298
|
UploadProfileImageRequestSchema,
|
|
306
299
|
UploadProfileImageResponseSchema
|
|
307
300
|
} from "./chunk-C63TN7L3.js";
|
|
301
|
+
import {
|
|
302
|
+
ISODateStringSchema,
|
|
303
|
+
ISODateTimeStringSchema,
|
|
304
|
+
TimeHHmmStringSchema
|
|
305
|
+
} from "./chunk-HRM3FQPL.js";
|
|
308
306
|
import {
|
|
309
307
|
ArticleIdSchema,
|
|
310
308
|
CommentIdSchema,
|
|
@@ -466,13 +464,8 @@ __export(domain_exports, {
|
|
|
466
464
|
MealPlanDecisionStageTypeSchema: () => MealPlanDecisionStageTypeSchema,
|
|
467
465
|
MealPlanDecisionTaskKeySchema: () => MealPlanDecisionTaskKeySchema,
|
|
468
466
|
MealPlanDecisionTaskProgressSchema: () => MealPlanDecisionTaskProgressSchema,
|
|
467
|
+
MealPlanDecisionTaskReadyRequestSchema: () => MealPlanDecisionTaskReadyRequestSchema,
|
|
469
468
|
MealPlanDecisionTaskStatusSchema: () => MealPlanDecisionTaskStatusSchema,
|
|
470
|
-
MealPlanDecisionVoteSocketAckSchema: () => MealPlanDecisionVoteSocketAckSchema,
|
|
471
|
-
MealPlanDecisionVoteSocketErrorSchema: () => MealPlanDecisionVoteSocketErrorSchema,
|
|
472
|
-
MealPlanDecisionVoteSocketEvent: () => MealPlanDecisionVoteSocketEvent,
|
|
473
|
-
MealPlanDecisionVoteSocketFailureAckSchema: () => MealPlanDecisionVoteSocketFailureAckSchema,
|
|
474
|
-
MealPlanDecisionVoteSocketPayloadSchema: () => MealPlanDecisionVoteSocketPayloadSchema,
|
|
475
|
-
MealPlanDecisionVoteSocketSuccessAckSchema: () => MealPlanDecisionVoteSocketSuccessAckSchema,
|
|
476
469
|
MealPlanGuestParticipantSchema: () => MealPlanGuestParticipantSchema,
|
|
477
470
|
MealPlanGuestSessionQuerySchema: () => MealPlanGuestSessionQuerySchema,
|
|
478
471
|
MealPlanGuestSessionResponseSchema: () => MealPlanGuestSessionResponseSchema,
|
|
@@ -500,6 +493,7 @@ __export(domain_exports, {
|
|
|
500
493
|
MealPlanMenuCandidateIdSchema: () => MealPlanMenuCandidateIdSchema,
|
|
501
494
|
MealPlanMenuCandidateSchema: () => MealPlanMenuCandidateSchema,
|
|
502
495
|
MealPlanMenuCandidateSourceSchema: () => MealPlanMenuCandidateSourceSchema,
|
|
496
|
+
MealPlanMenuRecommendationStateSchema: () => MealPlanMenuRecommendationStateSchema,
|
|
503
497
|
MealPlanNearbyFriendExposureBatchIdSchema: () => MealPlanNearbyFriendExposureBatchIdSchema,
|
|
504
498
|
MealPlanNearbyFriendExposureBatchSummarySchema: () => MealPlanNearbyFriendExposureBatchSummarySchema,
|
|
505
499
|
MealPlanNearbyFriendExposureIdSchema: () => MealPlanNearbyFriendExposureIdSchema,
|
|
@@ -613,9 +607,11 @@ __export(domain_exports, {
|
|
|
613
607
|
apiContract: () => apiContract,
|
|
614
608
|
compareMealPlanNotificationsByPriority: () => compareMealPlanNotificationsByPriority,
|
|
615
609
|
endpoint: () => endpoint,
|
|
610
|
+
getMealPlanDecisionCandidateKey: () => getMealPlanDecisionCandidateKey,
|
|
616
611
|
getMealPlanLiveActivityBehavior: () => getMealPlanLiveActivityBehavior,
|
|
617
612
|
getMealPlanNotificationPriority: () => getMealPlanNotificationPriority,
|
|
618
613
|
getMealPlanNotificationPriorityPolicy: () => getMealPlanNotificationPriorityPolicy,
|
|
614
|
+
getMealPlanRestaurantProvisionCacheKey: () => getMealPlanRestaurantProvisionCacheKey,
|
|
619
615
|
makeApiResponseSchema: () => makeApiResponseSchema,
|
|
620
616
|
makeApiSuccessSchema: () => makeApiSuccessSchema,
|
|
621
617
|
shouldShowForegroundToast: () => shouldShowForegroundToast,
|