@kimdaegyu/babmukdang-shared 2.0.2 → 2.0.4
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-IPANLE7B.js → chunk-2W4HVSYK.js} +83 -71
- package/dist/{chunk-TOXRHSD6.js → chunk-7JYVBXKQ.js} +1 -1
- package/dist/chunk-BSJC7OVV.js +10 -0
- package/dist/{chunk-YV734GYZ.js → chunk-C63TN7L3.js} +9 -26
- package/dist/{chunk-Q4BPFDVB.js → chunk-CGFW5LYV.js} +6 -34
- package/dist/{chunk-EX7S5FI5.js → chunk-CUOJE3ER.js} +4 -4
- package/dist/{chunk-QUAG5LF5.js → chunk-EQLAVUHF.js} +6 -13
- package/dist/chunk-FODWQLEY.js +346 -0
- package/dist/{chunk-GESEM4IA.js → chunk-HHU5TRDP.js} +6 -17
- package/dist/{chunk-EYZU5HPG.js → chunk-HRM3FQPL.js} +1 -4
- package/dist/{chunk-P3MYMK34.js → chunk-IRAFNZDL.js} +12 -20
- package/dist/chunk-IW342TDD.js +457 -0
- package/dist/{chunk-DRCY5UNQ.js → chunk-Q6Y2NBB6.js} +6 -11
- package/dist/{chunk-G7TITUHT.js → chunk-QFPVAJ2U.js} +1 -1
- package/dist/{chunk-TIOX7OHA.js → chunk-QPTK7F7Y.js} +27 -61
- package/dist/{chunk-65DWKLP6.js → chunk-RZPNVRRS.js} +5 -14
- package/dist/{chunk-6R5CCY5Q.js → chunk-XMRYAG3V.js} +0 -2
- package/dist/domain/article/index.cjs +13 -41
- package/dist/domain/article/index.js +5 -5
- package/dist/domain/auth/index.cjs +8 -25
- package/dist/domain/auth/index.js +3 -3
- package/dist/domain/common/index.cjs +734 -1332
- package/dist/domain/common/index.js +15 -14
- package/dist/domain/food/index.cjs +5 -28
- package/dist/domain/food/index.d.cts +4 -4
- package/dist/domain/food/index.d.ts +4 -4
- package/dist/domain/food/index.js +7 -5
- package/dist/domain/friend/index.cjs +10 -35
- package/dist/domain/friend/index.js +4 -4
- package/dist/domain/index.cjs +772 -1476
- package/dist/domain/index.d.cts +15 -5
- package/dist/domain/index.d.ts +15 -5
- package/dist/domain/index.js +85 -73
- package/dist/domain/live-activity/index.cjs +422 -371
- package/dist/domain/live-activity/index.js +9 -8
- package/dist/domain/meal/index.cjs +11 -38
- package/dist/domain/meal/index.js +4 -4
- package/dist/domain/meal-plan/index.cjs +499 -426
- package/dist/domain/meal-plan/index.d.cts +1355 -50
- package/dist/domain/meal-plan/index.d.ts +1355 -50
- package/dist/domain/meal-plan/index.js +19 -8
- package/dist/domain/member/index.cjs +8 -25
- package/dist/domain/member/index.js +2 -2
- package/dist/domain/promotion/index.cjs +4 -16
- package/dist/domain/promotion/index.js +3 -3
- package/dist/domain/push/index.cjs +392 -341
- package/dist/domain/push/index.js +7 -6
- package/dist/domain/restaurant/index.js +2 -2
- package/dist/index.cjs +766 -1475
- package/dist/index.js +17 -16
- package/package.json +1 -1
- package/dist/chunk-3BLXZW4U.js +0 -338
- package/dist/chunk-KREAZLLH.js +0 -1062
package/dist/domain/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { ApiContract, ApiDomain, ApiFailure, ApiFailureSchema, ApiResponse, ApiR
|
|
|
4
4
|
import { FriendBlockItemResponse, FriendBlockItemResponseSchema, FriendListItemResponse, FriendListItemResponseSchema, FriendMealAvailability, FriendMealAvailabilitySchema, FriendRequestItemResponse, FriendRequestItemResponseSchema, FriendRequestMember, FriendRequestMemberSchema, FriendRequestStatus, FriendRequestStatusSchema, FriendSearchQuerySchema, FriendSearchResponseSchema } from './friend/index.js';
|
|
5
5
|
import { AI_CLASS_TO_FOOD_CODE_MAP_PATH, AiClassFoodCodeMapping, AiClassFoodCodeMappingSchema, AiClassToFoodCodeMapManifest, AiClassToFoodCodeMapManifestSchema, CuisineTag, CuisineTagSchema, FOOD_CODE_MANIFEST_PATH, FOOD_IMAGE_INDEX_PATH, FoodAiClassMappingStatus, FoodAiClassMappingStatusSchema, FoodCodeManifest, FoodCodeManifestImage, FoodCodeManifestImageSchema, FoodCodeManifestItem, FoodCodeManifestItemSchema, FoodCodeManifestSchema, FoodGranularity, FoodGranularitySchema, FoodImageIndexItem, FoodImageIndexItemSchema, FoodImageIndexManifest, FoodImageIndexManifestSchema, FoodResolveQuery, FoodResolveQuerySchema, FoodResolveResponse, FoodResolveResponseSchema, FoodResolvedMatchSource, FoodResolvedMatchSourceSchema, FoodSearchQuery, FoodSearchQuerySchema, FoodSearchResponse, FoodSearchResponseSchema, ResolvedFoodCode, ResolvedFoodCodeSchema } from './food/index.js';
|
|
6
6
|
import { FriendMealItemResponse, FriendMealItemResponseSchema, FriendMealQuery, FriendMealQuerySchema, MealStatus, MealStatusAction, MealStatusActionSchema, MealStatusResponse, MealStatusResponseSchema, MealStatusSchema, UpdateMealStatusRequest, UpdateMealStatusRequestSchema } from './meal/index.js';
|
|
7
|
-
import { AddMealGroupMemberRequest, AddMealGroupMemberRequestSchema, CompleteMealPlanDecisionStageRequest, CompleteMealPlanDecisionStageRequestSchema, ConfirmMealPlanDecisionSnapshotRequest, ConfirmMealPlanDecisionSnapshotRequestSchema, CreateMealGroupRequest, CreateMealGroupRequestSchema, CreateMealPlanChangeRequest, CreateMealPlanChangeRequestSchema, CreateMealPlanInviteRequest, CreateMealPlanInviteRequestSchema, CreateMealPlanJoinRequest, CreateMealPlanJoinRequestSchema, CreateMealPlanParticipantRequest, CreateMealPlanParticipantRequestSchema, CreateMealPlanRequest, CreateMealPlanRequestSchema, CreateMealPlanResponse, CreateMealPlanResponseSchema, CreateMealPlanShareLinkRequest, CreateMealPlanShareLinkRequestSchema, CreateMealPlanVoteRequest, CreateMealPlanVoteRequestSchema, ExposeMealPlanToNearbyFriendsRequest, ExposeMealPlanToNearbyFriendsRequestSchema, ExposeMealPlanToNearbyFriendsResponse, ExposeMealPlanToNearbyFriendsResponseSchema, HomeMealPlanActionCard, HomeMealPlanActionCardSchema, HomeMealPlanActionKind, HomeMealPlanActionKindSchema, HomeMealPlanDashboardResponse, HomeMealPlanDashboardResponseSchema, JoinMealPlanGuestRequest, JoinMealPlanGuestRequestSchema, JoinMealPlanGuestResponse, JoinMealPlanGuestResponseSchema, MEAL_PLAN_NOTIFICATION_PRIORITY_POLICIES, MealGroupHistoryItem, MealGroupHistoryItemSchema, MealGroupHistoryResponse, MealGroupHistoryResponseSchema, MealGroupMember, MealGroupMemberRole, MealGroupMemberRoleSchema, MealGroupMemberSchema, MealGroupPreferenceSummary, MealGroupPreferenceSummarySchema, MealGroupResponse, MealGroupResponseSchema, MealMapFriendRecordLocationMetadata, MealMapFriendRecordLocationMetadataSchema, MealMapLayer, MealMapLayerSchema, MealMapMarker, MealMapMarkerSchema, MealMapMyMealPlanPlaceMetadata, MealMapMyMealPlanPlaceMetadataSchema, MealMapNearbyFriendMealPlanMetadata, MealMapNearbyFriendMealPlanMetadataSchema, MealMapQuery, MealMapQuerySchema, MealMapResponse, MealMapResponseSchema, MealMapRestaurantCandidateCompletionBlockedReason, MealMapRestaurantCandidateCompletionBlockedReasonSchema, MealMapRestaurantCandidateMetadata, MealMapRestaurantCandidateMetadataSchema, MealPlanChangeRequestStatus, MealPlanChangeRequestStatusSchema, MealPlanChangeRequestSummary, MealPlanChangeRequestSummarySchema, MealPlanChannel, MealPlanChannelSchema, MealPlanChatMessageKind, MealPlanChatMessageKindSchema, MealPlanChatMessageListResponse, MealPlanChatMessageListResponseSchema, MealPlanChatMessageResponse, MealPlanChatMessageResponseSchema, MealPlanChatRoomSummary, MealPlanChatRoomSummarySchema, MealPlanChatSystemPayload, MealPlanChatSystemPayloadSchema, MealPlanDecisionActorType, MealPlanDecisionActorTypeSchema, MealPlanDecisionCandidate, MealPlanDecisionCandidateSchema, MealPlanDecisionFinalField, MealPlanDecisionFinalFieldSchema, MealPlanDecisionProgress, MealPlanDecisionProgressSchema, MealPlanDecisionReason, MealPlanDecisionReasonSchema, MealPlanDecisionSnapshot, MealPlanDecisionSnapshotSchema, MealPlanDecisionSnapshotStatus, MealPlanDecisionSnapshotStatusSchema, MealPlanDecisionStageIdSchema, MealPlanDecisionStageMetadata, MealPlanDecisionStageMetadataSchema, MealPlanDecisionStageResponse, MealPlanDecisionStageResponseSchema, MealPlanDecisionStageStatus, MealPlanDecisionStageStatusSchema, MealPlanDecisionStageType, MealPlanDecisionStageTypeSchema, MealPlanDecisionTaskKey, MealPlanDecisionTaskKeySchema, MealPlanDecisionTaskProgress, MealPlanDecisionTaskProgressSchema,
|
|
7
|
+
import { AddMealGroupMemberRequest, AddMealGroupMemberRequestSchema, CompleteMealPlanDecisionStageRequest, CompleteMealPlanDecisionStageRequestSchema, ConfirmMealPlanDecisionSnapshotRequest, ConfirmMealPlanDecisionSnapshotRequestSchema, CreateMealGroupRequest, CreateMealGroupRequestSchema, CreateMealPlanChangeRequest, CreateMealPlanChangeRequestSchema, CreateMealPlanInviteRequest, CreateMealPlanInviteRequestSchema, CreateMealPlanJoinRequest, CreateMealPlanJoinRequestSchema, CreateMealPlanParticipantRequest, CreateMealPlanParticipantRequestSchema, CreateMealPlanRequest, CreateMealPlanRequestSchema, CreateMealPlanResponse, CreateMealPlanResponseSchema, CreateMealPlanShareLinkRequest, CreateMealPlanShareLinkRequestSchema, CreateMealPlanVoteRequest, CreateMealPlanVoteRequestSchema, ExposeMealPlanToNearbyFriendsRequest, ExposeMealPlanToNearbyFriendsRequestSchema, ExposeMealPlanToNearbyFriendsResponse, ExposeMealPlanToNearbyFriendsResponseSchema, HomeMealPlanActionCard, HomeMealPlanActionCardSchema, HomeMealPlanActionKind, HomeMealPlanActionKindSchema, HomeMealPlanDashboardResponse, HomeMealPlanDashboardResponseSchema, JoinMealPlanGuestRequest, JoinMealPlanGuestRequestSchema, JoinMealPlanGuestResponse, JoinMealPlanGuestResponseSchema, MEAL_PLAN_NOTIFICATION_PRIORITY_POLICIES, MealGroupHistoryItem, MealGroupHistoryItemSchema, MealGroupHistoryResponse, MealGroupHistoryResponseSchema, MealGroupMember, MealGroupMemberRole, MealGroupMemberRoleSchema, MealGroupMemberSchema, MealGroupPreferenceSummary, MealGroupPreferenceSummarySchema, MealGroupResponse, MealGroupResponseSchema, MealMapFriendRecordLocationMetadata, MealMapFriendRecordLocationMetadataSchema, MealMapLayer, MealMapLayerSchema, MealMapMarker, MealMapMarkerSchema, MealMapMyMealPlanPlaceMetadata, MealMapMyMealPlanPlaceMetadataSchema, MealMapNearbyFriendMealPlanMetadata, MealMapNearbyFriendMealPlanMetadataSchema, MealMapQuery, MealMapQuerySchema, MealMapResponse, MealMapResponseSchema, MealMapRestaurantCandidateCompletionBlockedReason, MealMapRestaurantCandidateCompletionBlockedReasonSchema, MealMapRestaurantCandidateMetadata, MealMapRestaurantCandidateMetadataSchema, MealPlanChangeRequestStatus, MealPlanChangeRequestStatusSchema, MealPlanChangeRequestSummary, MealPlanChangeRequestSummarySchema, MealPlanChannel, MealPlanChannelSchema, MealPlanChatMessageKind, MealPlanChatMessageKindSchema, MealPlanChatMessageListResponse, MealPlanChatMessageListResponseSchema, MealPlanChatMessageResponse, MealPlanChatMessageResponseSchema, MealPlanChatRoomSummary, MealPlanChatRoomSummarySchema, MealPlanChatSystemPayload, MealPlanChatSystemPayloadSchema, MealPlanDecisionActorType, MealPlanDecisionActorTypeSchema, MealPlanDecisionCandidate, MealPlanDecisionCandidateSchema, MealPlanDecisionFinalField, MealPlanDecisionFinalFieldSchema, MealPlanDecisionProgress, MealPlanDecisionProgressSchema, MealPlanDecisionReason, MealPlanDecisionReasonSchema, MealPlanDecisionSnapshot, MealPlanDecisionSnapshotSchema, MealPlanDecisionSnapshotStatus, MealPlanDecisionSnapshotStatusSchema, MealPlanDecisionStageIdSchema, MealPlanDecisionStageMetadata, MealPlanDecisionStageMetadataSchema, MealPlanDecisionStageResponse, MealPlanDecisionStageResponseSchema, MealPlanDecisionStageStatus, MealPlanDecisionStageStatusSchema, MealPlanDecisionStageType, MealPlanDecisionStageTypeSchema, MealPlanDecisionTaskKey, MealPlanDecisionTaskKeySchema, MealPlanDecisionTaskProgress, MealPlanDecisionTaskProgressSchema, MealPlanDecisionTaskStatus, MealPlanDecisionTaskStatusSchema, MealPlanDecisionVoteSocketAck, MealPlanDecisionVoteSocketAckSchema, MealPlanDecisionVoteSocketError, MealPlanDecisionVoteSocketErrorSchema, MealPlanDecisionVoteSocketEvent, MealPlanDecisionVoteSocketFailureAck, MealPlanDecisionVoteSocketFailureAckSchema, MealPlanDecisionVoteSocketPayload, MealPlanDecisionVoteSocketPayloadSchema, MealPlanDecisionVoteSocketSuccessAck, MealPlanDecisionVoteSocketSuccessAckSchema, MealPlanGuestParticipant, MealPlanGuestParticipantSchema, MealPlanGuestSessionQuery, MealPlanGuestSessionQuerySchema, MealPlanGuestSessionResponse, MealPlanGuestSessionResponseSchema, MealPlanInviteListResponse, MealPlanInviteListResponseSchema, MealPlanInviteStatus, MealPlanInviteStatusSchema, MealPlanInviteSummary, MealPlanInviteSummarySchema, MealPlanJoinRequestStatus, MealPlanJoinRequestStatusSchema, MealPlanJoinRequestSummary, MealPlanJoinRequestSummarySchema, MealPlanJoinSource, MealPlanJoinSourceSchema, MealPlanLatitudeSchema, MealPlanLiveActivityBehavior, MealPlanLiveActivityBehaviorSchema, MealPlanLocationCandidate, MealPlanLocationCandidateIdSchema, MealPlanLocationCandidateSchema, MealPlanLocationCandidateSource, MealPlanLocationCandidateSourceSchema, MealPlanLongitudeSchema, MealPlanMenuCandidate, MealPlanMenuCandidateIdSchema, MealPlanMenuCandidateSchema, MealPlanMenuCandidateSource, MealPlanMenuCandidateSourceSchema, MealPlanNearbyFriendExposureBatchSummary, MealPlanNearbyFriendExposureBatchSummarySchema, MealPlanNearbyFriendExposureIdSchema, MealPlanNearbyFriendExposureNotificationStatus, MealPlanNearbyFriendExposureNotificationStatusSchema, MealPlanNearbyFriendExposureStatus, MealPlanNearbyFriendExposureStatusSchema, MealPlanNearbyFriendExposureSummary, MealPlanNearbyFriendExposureSummarySchema, MealPlanNearbyFriendRejectionReason, MealPlanNearbyFriendRejectionReasonSchema, MealPlanNearbyFriendRejectionSummary, MealPlanNearbyFriendRejectionSummarySchema, MealPlanNotification, MealPlanNotificationKind, MealPlanNotificationKindSchema, MealPlanNotificationPriorityChannel, MealPlanNotificationPriorityChannelSchema, MealPlanNotificationPriorityPolicy, MealPlanNotificationPriorityPolicyItem, MealPlanNotificationPriorityPolicyItemSchema, MealPlanNotificationSchema, MealPlanParticipantIdSchema, MealPlanParticipantResponse, MealPlanParticipantResponseSchema, MealPlanParticipantRole, MealPlanParticipantRoleSchema, MealPlanParticipantStatus, MealPlanParticipantStatusSchema, MealPlanRecommendationContext, MealPlanRecommendationContextSchema, MealPlanResponse, MealPlanResponseSchema, MealPlanRestaurantCandidate, MealPlanRestaurantCandidateSchema, MealPlanRestaurantSearchState, MealPlanRestaurantSearchStateSchema, MealPlanRestaurantSearchStatus, MealPlanRestaurantSearchStatusSchema, MealPlanShareLinkSummary, MealPlanShareLinkSummarySchema, MealPlanSharePreviewResponse, MealPlanSharePreviewResponseSchema, MealPlanStatus, MealPlanStatusSchema, MealPlanSystemMessage, MealPlanSystemMessageKind, MealPlanSystemMessageKindSchema, MealPlanSystemMessageSchema, MealPlanViewerPermissions, MealPlanViewerPermissionsSchema, MealPlanViewerRole, MealPlanViewerRoleSchema, MealPlanVote, MealPlanVoteIdSchema, MealPlanVoteSchema, MealPlanVoteType, MealPlanVoteTypeSchema, MyMealPlanGroup, MyMealPlanGroupSchema, MyMealPlanListItem, MyMealPlanListItemSchema, MyMealPlanListResponse, MyMealPlanListResponseSchema, NearbyFriendExposureEligibility, NearbyFriendExposureEligibilitySchema, NearbyFriendMealPlanSummary, NearbyFriendMealPlanSummarySchema, ReopenMealPlanDecisionTaskRequest, ReopenMealPlanDecisionTaskRequestSchema, SendMealPlanChatMessageRequest, SendMealPlanChatMessageRequestSchema, SendMealPlanInviteResponse, SendMealPlanInviteResponseSchema, StartMealPlanFromGroupRequest, StartMealPlanFromGroupRequestSchema, UpdateMealGroupMemberRoleRequest, UpdateMealGroupMemberRoleRequestSchema, UpdateMealPlanContextRequest, UpdateMealPlanContextRequestSchema, compareMealPlanNotificationsByPriority, getMealPlanLiveActivityBehavior, getMealPlanNotificationPriority, getMealPlanNotificationPriorityPolicy, shouldShowForegroundToast } from './meal-plan/index.js';
|
|
8
8
|
import { CompleteOnboardingRequest, CompleteOnboardingRequestSchema, CreateProfileRequest, CreateProfileRequestSchema, DevicePermissionSnapshot, DevicePermissionSnapshotSchema, LocationConsentStatus, LocationConsentStatusSchema, MemberCore, MemberCoreSchema, MemberDetail, MemberDetailSchema, MemberFoodPreference, MemberFoodPreferenceSchema, MemberLocation, MemberLocationSchema, MemberLocationSettingsResponse, MemberLocationSettingsResponseSchema, MemberResponse, MemberResponseSchema, MemberRole, MemberRoleSchema, MemberSearchQuery, MemberSearchQuerySchema, MemberSerachResponse, MemberSerachResponseSchema, OnboardingDraft, OnboardingDraftSchema, OnboardingStatus, OnboardingStatusSchema, PermissionKind, PermissionKindSchema, PermissionPlatform, PermissionPlatformSchema, PermissionStatus, PermissionStatusSchema, ProfileDetailResponse, ProfileDetailResponseSchema, UpdateMemberLocationConsentRequest, UpdateMemberLocationConsentRequestSchema, UpdateMemberLocationRequest, UpdateMemberLocationRequestSchema, UpdatePreferenceRequest, UpdatePreferenceRequestSchema, UpdateProfileRequest, UpdateProfileRequestSchema, UploadProfileImageRequest, UploadProfileImageRequestSchema, UploadProfileImageResponse, UploadProfileImageResponseSchema } from './member/index.js';
|
|
9
9
|
import { ChallengeStatusResponse, ChallengeStatusResponseSchema, ClaimChallengeRewardRequest, ClaimChallengeRewardRequestSchema, ClaimChallengeRewardResponse, ClaimChallengeRewardResponseSchema, CouponResponse, CouponResponseSchema, CouponStatus, CouponStatusSchema, CouponType, CouponTypeSchema, RedeemReferralRequest, RedeemReferralRequestSchema, ReferralCreateResponse, ReferralCreateResponseSchema, ReferralItemResponse, ReferralItemResponseSchema } from './promotion/index.js';
|
|
10
10
|
import { MealPlanPushPayloadData, MealPlanPushPayloadDataSchema, PushDeliveryAttemptResult, PushDeliveryAttemptResultSchema, PushDeliveryAttemptSummary, PushDeliveryAttemptSummarySchema, PushDeliveryOutboxSummary, PushDeliveryOutboxSummarySchema, PushDeliveryStatus, PushDeliveryStatusSchema, PushPayloadSchemaVersionSchema, PushPermissionStatus, PushPermissionStatusSchema, PushPlatform, PushPlatformSchema, PushProvider, PushProviderSchema, PushTokenResponse, PushTokenResponseSchema, PushTokenStatus, PushTokenStatusSchema, RegisterPushTokenRequest, RegisterPushTokenRequestSchema, RevokePushTokenRequest, RevokePushTokenRequestSchema } from './push/index.js';
|
|
@@ -275,10 +275,19 @@ declare const index_MealPlanDecisionTaskKey: typeof MealPlanDecisionTaskKey;
|
|
|
275
275
|
declare const index_MealPlanDecisionTaskKeySchema: typeof MealPlanDecisionTaskKeySchema;
|
|
276
276
|
declare const index_MealPlanDecisionTaskProgress: typeof MealPlanDecisionTaskProgress;
|
|
277
277
|
declare const index_MealPlanDecisionTaskProgressSchema: typeof MealPlanDecisionTaskProgressSchema;
|
|
278
|
-
declare const index_MealPlanDecisionTaskReadyRequest: typeof MealPlanDecisionTaskReadyRequest;
|
|
279
|
-
declare const index_MealPlanDecisionTaskReadyRequestSchema: typeof MealPlanDecisionTaskReadyRequestSchema;
|
|
280
278
|
declare const index_MealPlanDecisionTaskStatus: typeof MealPlanDecisionTaskStatus;
|
|
281
279
|
declare const index_MealPlanDecisionTaskStatusSchema: typeof MealPlanDecisionTaskStatusSchema;
|
|
280
|
+
declare const index_MealPlanDecisionVoteSocketAck: typeof MealPlanDecisionVoteSocketAck;
|
|
281
|
+
declare const index_MealPlanDecisionVoteSocketAckSchema: typeof MealPlanDecisionVoteSocketAckSchema;
|
|
282
|
+
declare const index_MealPlanDecisionVoteSocketError: typeof MealPlanDecisionVoteSocketError;
|
|
283
|
+
declare const index_MealPlanDecisionVoteSocketErrorSchema: typeof MealPlanDecisionVoteSocketErrorSchema;
|
|
284
|
+
declare const index_MealPlanDecisionVoteSocketEvent: typeof MealPlanDecisionVoteSocketEvent;
|
|
285
|
+
declare const index_MealPlanDecisionVoteSocketFailureAck: typeof MealPlanDecisionVoteSocketFailureAck;
|
|
286
|
+
declare const index_MealPlanDecisionVoteSocketFailureAckSchema: typeof MealPlanDecisionVoteSocketFailureAckSchema;
|
|
287
|
+
declare const index_MealPlanDecisionVoteSocketPayload: typeof MealPlanDecisionVoteSocketPayload;
|
|
288
|
+
declare const index_MealPlanDecisionVoteSocketPayloadSchema: typeof MealPlanDecisionVoteSocketPayloadSchema;
|
|
289
|
+
declare const index_MealPlanDecisionVoteSocketSuccessAck: typeof MealPlanDecisionVoteSocketSuccessAck;
|
|
290
|
+
declare const index_MealPlanDecisionVoteSocketSuccessAckSchema: typeof MealPlanDecisionVoteSocketSuccessAckSchema;
|
|
282
291
|
declare const index_MealPlanGuestParticipant: typeof MealPlanGuestParticipant;
|
|
283
292
|
declare const index_MealPlanGuestParticipantSchema: typeof MealPlanGuestParticipantSchema;
|
|
284
293
|
declare const index_MealPlanGuestSessionQuery: typeof MealPlanGuestSessionQuery;
|
|
@@ -321,6 +330,7 @@ declare const index_MealPlanLiveActivityUpdateStatusSchema: typeof MealPlanLiveA
|
|
|
321
330
|
declare const index_MealPlanLocationCandidate: typeof MealPlanLocationCandidate;
|
|
322
331
|
declare const index_MealPlanLocationCandidateIdSchema: typeof MealPlanLocationCandidateIdSchema;
|
|
323
332
|
declare const index_MealPlanLocationCandidateSchema: typeof MealPlanLocationCandidateSchema;
|
|
333
|
+
declare const index_MealPlanLocationCandidateSource: typeof MealPlanLocationCandidateSource;
|
|
324
334
|
declare const index_MealPlanLocationCandidateSourceSchema: typeof MealPlanLocationCandidateSourceSchema;
|
|
325
335
|
declare const index_MealPlanLongitudeSchema: typeof MealPlanLongitudeSchema;
|
|
326
336
|
declare const index_MealPlanMenuCandidate: typeof MealPlanMenuCandidate;
|
|
@@ -570,7 +580,7 @@ declare const index_toReferralCode: typeof toReferralCode;
|
|
|
570
580
|
declare const index_toRestaurantId: typeof toRestaurantId;
|
|
571
581
|
declare const index_toSubscriptionId: typeof toSubscriptionId;
|
|
572
582
|
declare namespace index {
|
|
573
|
-
export { index_AI_CLASS_TO_FOOD_CODE_MAP_PATH as AI_CLASS_TO_FOOD_CODE_MAP_PATH, index_AddMealGroupMemberRequest as AddMealGroupMemberRequest, index_AddMealGroupMemberRequestSchema as AddMealGroupMemberRequestSchema, index_AiClassFoodCodeMapping as AiClassFoodCodeMapping, index_AiClassFoodCodeMappingSchema as AiClassFoodCodeMappingSchema, index_AiClassToFoodCodeMapManifest as AiClassToFoodCodeMapManifest, index_AiClassToFoodCodeMapManifestSchema as AiClassToFoodCodeMapManifestSchema, index_ApiContract as ApiContract, index_ApiDomain as ApiDomain, index_ApiFailure as ApiFailure, index_ApiFailureSchema as ApiFailureSchema, index_ApiResponse as ApiResponse, index_ApiResponseSchema as ApiResponseSchema, index_ApiSuccess as ApiSuccess, index_ApiSuccessSchema as ApiSuccessSchema, index_ArticleComment as ArticleComment, index_ArticleCommentSchema as ArticleCommentSchema, index_ArticleCore as ArticleCore, index_ArticleCoreSchema as ArticleCoreSchema, index_ArticleDetailResponse as ArticleDetailResponse, index_ArticleDetailResponseSchema as ArticleDetailResponseSchema, index_ArticleId as ArticleId, index_ArticleIdSchema as ArticleIdSchema, index_ArticleLikeResponse as ArticleLikeResponse, index_ArticleLikeResponseSchema as ArticleLikeResponseSchema, index_ArticleListQueryRequest as ArticleListQueryRequest, index_ArticleListQuerySchema as ArticleListQuerySchema, index_ArticleSortBy as ArticleSortBy, index_ArticleSortBySchema as ArticleSortBySchema, index_ArticleSummaryResponse as ArticleSummaryResponse, index_ArticleSummaryResponseSchema as ArticleSummaryResponseSchema, index_AsyncMapperContract as AsyncMapperContract, index_BodyOf as BodyOf, index_Brand as Brand, index_CACHE_INVALIDATION_SSE_EVENT as CACHE_INVALIDATION_SSE_EVENT, index_CacheInvalidationAction as CacheInvalidationAction, index_CacheInvalidationActionSchema as CacheInvalidationActionSchema, index_CacheInvalidationEntity as CacheInvalidationEntity, index_CacheInvalidationEntitySchema as CacheInvalidationEntitySchema, index_CacheInvalidationEvent as CacheInvalidationEvent, index_CacheInvalidationEventSchema as CacheInvalidationEventSchema, index_CacheInvalidationKey as CacheInvalidationKey, index_CacheInvalidationKeySchema as CacheInvalidationKeySchema, index_ChallengeStatusResponse as ChallengeStatusResponse, index_ChallengeStatusResponseSchema as ChallengeStatusResponseSchema, index_ClaimChallengeRewardRequest as ClaimChallengeRewardRequest, index_ClaimChallengeRewardRequestSchema as ClaimChallengeRewardRequestSchema, index_ClaimChallengeRewardResponse as ClaimChallengeRewardResponse, index_ClaimChallengeRewardResponseSchema as ClaimChallengeRewardResponseSchema, index_CommentId as CommentId, index_CommentIdSchema as CommentIdSchema, index_CompleteMealPlanDecisionStageRequest as CompleteMealPlanDecisionStageRequest, index_CompleteMealPlanDecisionStageRequestSchema as CompleteMealPlanDecisionStageRequestSchema, index_CompleteOnboardingRequest as CompleteOnboardingRequest, index_CompleteOnboardingRequestSchema as CompleteOnboardingRequestSchema, index_ConfirmMealPlanDecisionSnapshotRequest as ConfirmMealPlanDecisionSnapshotRequest, index_ConfirmMealPlanDecisionSnapshotRequestSchema as ConfirmMealPlanDecisionSnapshotRequestSchema, index_CouponId as CouponId, index_CouponIdSchema as CouponIdSchema, index_CouponResponse as CouponResponse, index_CouponResponseSchema as CouponResponseSchema, index_CouponStatus as CouponStatus, index_CouponStatusSchema as CouponStatusSchema, index_CouponType as CouponType, index_CouponTypeSchema as CouponTypeSchema, index_CreateArticleRequest as CreateArticleRequest, index_CreateArticleRequestSchema as CreateArticleRequestSchema, index_CreateCommentRequest as CreateCommentRequest, index_CreateCommentRequestSchema as CreateCommentRequestSchema, index_CreateMealGroupRequest as CreateMealGroupRequest, index_CreateMealGroupRequestSchema as CreateMealGroupRequestSchema, index_CreateMealPlanChangeRequest as CreateMealPlanChangeRequest, index_CreateMealPlanChangeRequestSchema as CreateMealPlanChangeRequestSchema, index_CreateMealPlanInviteRequest as CreateMealPlanInviteRequest, index_CreateMealPlanInviteRequestSchema as CreateMealPlanInviteRequestSchema, index_CreateMealPlanJoinRequest as CreateMealPlanJoinRequest, index_CreateMealPlanJoinRequestSchema as CreateMealPlanJoinRequestSchema, index_CreateMealPlanParticipantRequest as CreateMealPlanParticipantRequest, index_CreateMealPlanParticipantRequestSchema as CreateMealPlanParticipantRequestSchema, index_CreateMealPlanRequest as CreateMealPlanRequest, index_CreateMealPlanRequestSchema as CreateMealPlanRequestSchema, index_CreateMealPlanResponse as CreateMealPlanResponse, index_CreateMealPlanResponseSchema as CreateMealPlanResponseSchema, index_CreateMealPlanShareLinkRequest as CreateMealPlanShareLinkRequest, index_CreateMealPlanShareLinkRequestSchema as CreateMealPlanShareLinkRequestSchema, index_CreateMealPlanVoteRequest as CreateMealPlanVoteRequest, index_CreateMealPlanVoteRequestSchema as CreateMealPlanVoteRequestSchema, index_CreateProfileRequest as CreateProfileRequest, index_CreateProfileRequestSchema as CreateProfileRequestSchema, index_CreatedEntityIdResponse as CreatedEntityIdResponse, index_CreatedEntityIdResponseSchema as CreatedEntityIdResponseSchema, index_CuisineTag as CuisineTag, index_CuisineTagSchema as CuisineTagSchema, index_DevicePermissionSnapshot as DevicePermissionSnapshot, index_DevicePermissionSnapshotSchema as DevicePermissionSnapshotSchema, index_EndMealPlanLiveActivitySessionRequest as EndMealPlanLiveActivitySessionRequest, index_EndMealPlanLiveActivitySessionRequestSchema as EndMealPlanLiveActivitySessionRequestSchema, index_EndpointContract as EndpointContract, index_EntityContract as EntityContract, index_ExposeMealPlanToNearbyFriendsRequest as ExposeMealPlanToNearbyFriendsRequest, index_ExposeMealPlanToNearbyFriendsRequestSchema as ExposeMealPlanToNearbyFriendsRequestSchema, index_ExposeMealPlanToNearbyFriendsResponse as ExposeMealPlanToNearbyFriendsResponse, index_ExposeMealPlanToNearbyFriendsResponseSchema as ExposeMealPlanToNearbyFriendsResponseSchema, index_FOOD_CODE_MANIFEST_PATH as FOOD_CODE_MANIFEST_PATH, index_FOOD_IMAGE_INDEX_PATH as FOOD_IMAGE_INDEX_PATH, index_Food as Food, index_FoodAiClassMappingStatus as FoodAiClassMappingStatus, index_FoodAiClassMappingStatusSchema as FoodAiClassMappingStatusSchema, index_FoodAnalysisResult as FoodAnalysisResult, index_FoodAnalysisResultSchema as FoodAnalysisResultSchema, index_FoodCode as FoodCode, index_FoodCodeManifest as FoodCodeManifest, index_FoodCodeManifestImage as FoodCodeManifestImage, index_FoodCodeManifestImageSchema as FoodCodeManifestImageSchema, index_FoodCodeManifestItem as FoodCodeManifestItem, index_FoodCodeManifestItemSchema as FoodCodeManifestItemSchema, index_FoodCodeManifestSchema as FoodCodeManifestSchema, index_FoodCodeSchema as FoodCodeSchema, index_FoodGranularity as FoodGranularity, index_FoodGranularitySchema as FoodGranularitySchema, index_FoodImageIndexItem as FoodImageIndexItem, index_FoodImageIndexItemSchema as FoodImageIndexItemSchema, index_FoodImageIndexManifest as FoodImageIndexManifest, index_FoodImageIndexManifestSchema as FoodImageIndexManifestSchema, index_FoodLabel as FoodLabel, index_FoodLabelSchema as FoodLabelSchema, index_FoodResolveQuery as FoodResolveQuery, index_FoodResolveQuerySchema as FoodResolveQuerySchema, index_FoodResolveResponse as FoodResolveResponse, index_FoodResolveResponseSchema as FoodResolveResponseSchema, index_FoodResolvedMatchSource as FoodResolvedMatchSource, index_FoodResolvedMatchSourceSchema as FoodResolvedMatchSourceSchema, index_FoodSchema as FoodSchema, index_FoodSearchQuery as FoodSearchQuery, index_FoodSearchQuerySchema as FoodSearchQuerySchema, index_FoodSearchResponse as FoodSearchResponse, index_FoodSearchResponseSchema as FoodSearchResponseSchema, index_FriendBlockItemResponse as FriendBlockItemResponse, index_FriendBlockItemResponseSchema as FriendBlockItemResponseSchema, index_FriendListItemResponse as FriendListItemResponse, index_FriendListItemResponseSchema as FriendListItemResponseSchema, index_FriendMealAvailability as FriendMealAvailability, index_FriendMealAvailabilitySchema as FriendMealAvailabilitySchema, index_FriendMealItemResponse as FriendMealItemResponse, index_FriendMealItemResponseSchema as FriendMealItemResponseSchema, index_FriendMealQuery as FriendMealQuery, index_FriendMealQuerySchema as FriendMealQuerySchema, index_FriendRequestId as FriendRequestId, index_FriendRequestIdSchema as FriendRequestIdSchema, index_FriendRequestItemResponse as FriendRequestItemResponse, index_FriendRequestItemResponseSchema as FriendRequestItemResponseSchema, index_FriendRequestMember as FriendRequestMember, index_FriendRequestMemberSchema as FriendRequestMemberSchema, index_FriendRequestStatus as FriendRequestStatus, index_FriendRequestStatusSchema as FriendRequestStatusSchema, index_FriendSearchQuerySchema as FriendSearchQuerySchema, index_FriendSearchResponseSchema as FriendSearchResponseSchema, index_HomeMealPlanActionCard as HomeMealPlanActionCard, index_HomeMealPlanActionCardSchema as HomeMealPlanActionCardSchema, index_HomeMealPlanActionKind as HomeMealPlanActionKind, index_HomeMealPlanActionKindSchema as HomeMealPlanActionKindSchema, index_HomeMealPlanDashboardResponse as HomeMealPlanDashboardResponse, index_HomeMealPlanDashboardResponseSchema as HomeMealPlanDashboardResponseSchema, index_HttpMethod as HttpMethod, index_ISODateString as ISODateString, index_ISODateStringSchema as ISODateStringSchema, index_ISODateTimeString as ISODateTimeString, index_ISODateTimeStringSchema as ISODateTimeStringSchema, index_JoinMealPlanGuestRequest as JoinMealPlanGuestRequest, index_JoinMealPlanGuestRequestSchema as JoinMealPlanGuestRequestSchema, index_JoinMealPlanGuestResponse as JoinMealPlanGuestResponse, index_JoinMealPlanGuestResponseSchema as JoinMealPlanGuestResponseSchema, index_KakaoPlaceRaw as KakaoPlaceRaw, index_KakaoPlaceRawSchema as KakaoPlaceRawSchema, index_LocationConsentStatus as LocationConsentStatus, index_LocationConsentStatusSchema as LocationConsentStatusSchema, index_LoginRequest as LoginRequest, index_LoginRequestSchema as LoginRequestSchema, index_MEAL_PLAN_NOTIFICATION_PRIORITY_POLICIES as MEAL_PLAN_NOTIFICATION_PRIORITY_POLICIES, index_MapperContract as MapperContract, index_MapperInput as MapperInput, index_MapperOutput as MapperOutput, index_MealGroupHistoryItem as MealGroupHistoryItem, index_MealGroupHistoryItemSchema as MealGroupHistoryItemSchema, index_MealGroupHistoryResponse as MealGroupHistoryResponse, index_MealGroupHistoryResponseSchema as MealGroupHistoryResponseSchema, index_MealGroupId as MealGroupId, index_MealGroupIdSchema as MealGroupIdSchema, index_MealGroupMember as MealGroupMember, index_MealGroupMemberRole as MealGroupMemberRole, index_MealGroupMemberRoleSchema as MealGroupMemberRoleSchema, index_MealGroupMemberSchema as MealGroupMemberSchema, index_MealGroupPreferenceSummary as MealGroupPreferenceSummary, index_MealGroupPreferenceSummarySchema as MealGroupPreferenceSummarySchema, index_MealGroupResponse as MealGroupResponse, index_MealGroupResponseSchema as MealGroupResponseSchema, index_MealMapFriendRecordLocationMetadata as MealMapFriendRecordLocationMetadata, index_MealMapFriendRecordLocationMetadataSchema as MealMapFriendRecordLocationMetadataSchema, index_MealMapLayer as MealMapLayer, index_MealMapLayerSchema as MealMapLayerSchema, index_MealMapMarker as MealMapMarker, index_MealMapMarkerSchema as MealMapMarkerSchema, index_MealMapMyMealPlanPlaceMetadata as MealMapMyMealPlanPlaceMetadata, index_MealMapMyMealPlanPlaceMetadataSchema as MealMapMyMealPlanPlaceMetadataSchema, index_MealMapNearbyFriendMealPlanMetadata as MealMapNearbyFriendMealPlanMetadata, index_MealMapNearbyFriendMealPlanMetadataSchema as MealMapNearbyFriendMealPlanMetadataSchema, index_MealMapQuery as MealMapQuery, index_MealMapQuerySchema as MealMapQuerySchema, index_MealMapResponse as MealMapResponse, index_MealMapResponseSchema as MealMapResponseSchema, index_MealMapRestaurantCandidateCompletionBlockedReason as MealMapRestaurantCandidateCompletionBlockedReason, index_MealMapRestaurantCandidateCompletionBlockedReasonSchema as MealMapRestaurantCandidateCompletionBlockedReasonSchema, index_MealMapRestaurantCandidateMetadata as MealMapRestaurantCandidateMetadata, index_MealMapRestaurantCandidateMetadataSchema as MealMapRestaurantCandidateMetadataSchema, index_MealPlanChangeRequestId as MealPlanChangeRequestId, index_MealPlanChangeRequestIdSchema as MealPlanChangeRequestIdSchema, index_MealPlanChangeRequestStatus as MealPlanChangeRequestStatus, index_MealPlanChangeRequestStatusSchema as MealPlanChangeRequestStatusSchema, index_MealPlanChangeRequestSummary as MealPlanChangeRequestSummary, index_MealPlanChangeRequestSummarySchema as MealPlanChangeRequestSummarySchema, index_MealPlanChannel as MealPlanChannel, index_MealPlanChannelSchema as MealPlanChannelSchema, index_MealPlanChatMessageId as MealPlanChatMessageId, index_MealPlanChatMessageIdSchema as MealPlanChatMessageIdSchema, index_MealPlanChatMessageKind as MealPlanChatMessageKind, index_MealPlanChatMessageKindSchema as MealPlanChatMessageKindSchema, index_MealPlanChatMessageListResponse as MealPlanChatMessageListResponse, index_MealPlanChatMessageListResponseSchema as MealPlanChatMessageListResponseSchema, index_MealPlanChatMessageResponse as MealPlanChatMessageResponse, index_MealPlanChatMessageResponseSchema as MealPlanChatMessageResponseSchema, index_MealPlanChatRoomId as MealPlanChatRoomId, index_MealPlanChatRoomIdSchema as MealPlanChatRoomIdSchema, index_MealPlanChatRoomSummary as MealPlanChatRoomSummary, index_MealPlanChatRoomSummarySchema as MealPlanChatRoomSummarySchema, index_MealPlanChatSystemPayload as MealPlanChatSystemPayload, index_MealPlanChatSystemPayloadSchema as MealPlanChatSystemPayloadSchema, index_MealPlanDecisionActorType as MealPlanDecisionActorType, index_MealPlanDecisionActorTypeSchema as MealPlanDecisionActorTypeSchema, index_MealPlanDecisionCandidate as MealPlanDecisionCandidate, index_MealPlanDecisionCandidateSchema as MealPlanDecisionCandidateSchema, index_MealPlanDecisionFinalField as MealPlanDecisionFinalField, index_MealPlanDecisionFinalFieldSchema as MealPlanDecisionFinalFieldSchema, index_MealPlanDecisionProgress as MealPlanDecisionProgress, index_MealPlanDecisionProgressSchema as MealPlanDecisionProgressSchema, index_MealPlanDecisionReason as MealPlanDecisionReason, index_MealPlanDecisionReasonSchema as MealPlanDecisionReasonSchema, index_MealPlanDecisionSnapshot as MealPlanDecisionSnapshot, index_MealPlanDecisionSnapshotSchema as MealPlanDecisionSnapshotSchema, index_MealPlanDecisionSnapshotStatus as MealPlanDecisionSnapshotStatus, index_MealPlanDecisionSnapshotStatusSchema as MealPlanDecisionSnapshotStatusSchema, index_MealPlanDecisionStageIdSchema as MealPlanDecisionStageIdSchema, index_MealPlanDecisionStageMetadata as MealPlanDecisionStageMetadata, index_MealPlanDecisionStageMetadataSchema as MealPlanDecisionStageMetadataSchema, index_MealPlanDecisionStageResponse as MealPlanDecisionStageResponse, index_MealPlanDecisionStageResponseSchema as MealPlanDecisionStageResponseSchema, index_MealPlanDecisionStageStatus as MealPlanDecisionStageStatus, index_MealPlanDecisionStageStatusSchema as MealPlanDecisionStageStatusSchema, index_MealPlanDecisionStageType as MealPlanDecisionStageType, index_MealPlanDecisionStageTypeSchema as MealPlanDecisionStageTypeSchema, index_MealPlanDecisionTaskKey as MealPlanDecisionTaskKey, index_MealPlanDecisionTaskKeySchema as MealPlanDecisionTaskKeySchema, index_MealPlanDecisionTaskProgress as MealPlanDecisionTaskProgress, index_MealPlanDecisionTaskProgressSchema as MealPlanDecisionTaskProgressSchema, index_MealPlanDecisionTaskReadyRequest as MealPlanDecisionTaskReadyRequest, index_MealPlanDecisionTaskReadyRequestSchema as MealPlanDecisionTaskReadyRequestSchema, index_MealPlanDecisionTaskStatus as MealPlanDecisionTaskStatus, index_MealPlanDecisionTaskStatusSchema as MealPlanDecisionTaskStatusSchema, index_MealPlanGuestParticipant as MealPlanGuestParticipant, index_MealPlanGuestParticipantSchema as MealPlanGuestParticipantSchema, index_MealPlanGuestSessionQuery as MealPlanGuestSessionQuery, index_MealPlanGuestSessionQuerySchema as MealPlanGuestSessionQuerySchema, index_MealPlanGuestSessionResponse as MealPlanGuestSessionResponse, index_MealPlanGuestSessionResponseSchema as MealPlanGuestSessionResponseSchema, index_MealPlanId as MealPlanId, index_MealPlanIdSchema as MealPlanIdSchema, index_MealPlanInviteId as MealPlanInviteId, index_MealPlanInviteIdSchema as MealPlanInviteIdSchema, index_MealPlanInviteListResponse as MealPlanInviteListResponse, index_MealPlanInviteListResponseSchema as MealPlanInviteListResponseSchema, index_MealPlanInviteStatus as MealPlanInviteStatus, index_MealPlanInviteStatusSchema as MealPlanInviteStatusSchema, index_MealPlanInviteSummary as MealPlanInviteSummary, index_MealPlanInviteSummarySchema as MealPlanInviteSummarySchema, index_MealPlanJoinRequestId as MealPlanJoinRequestId, index_MealPlanJoinRequestIdSchema as MealPlanJoinRequestIdSchema, index_MealPlanJoinRequestStatus as MealPlanJoinRequestStatus, index_MealPlanJoinRequestStatusSchema as MealPlanJoinRequestStatusSchema, index_MealPlanJoinRequestSummary as MealPlanJoinRequestSummary, index_MealPlanJoinRequestSummarySchema as MealPlanJoinRequestSummarySchema, index_MealPlanJoinSource as MealPlanJoinSource, index_MealPlanJoinSourceSchema as MealPlanJoinSourceSchema, index_MealPlanLatitudeSchema as MealPlanLatitudeSchema, index_MealPlanLiveActivityBehavior as MealPlanLiveActivityBehavior, index_MealPlanLiveActivityBehaviorSchema as MealPlanLiveActivityBehaviorSchema, index_MealPlanLiveActivityPlatform as MealPlanLiveActivityPlatform, index_MealPlanLiveActivityPlatformSchema as MealPlanLiveActivityPlatformSchema, index_MealPlanLiveActivitySessionListResponse as MealPlanLiveActivitySessionListResponse, index_MealPlanLiveActivitySessionListResponseSchema as MealPlanLiveActivitySessionListResponseSchema, index_MealPlanLiveActivitySessionResponse as MealPlanLiveActivitySessionResponse, index_MealPlanLiveActivitySessionResponseSchema as MealPlanLiveActivitySessionResponseSchema, index_MealPlanLiveActivitySessionStatus as MealPlanLiveActivitySessionStatus, index_MealPlanLiveActivitySessionStatusSchema as MealPlanLiveActivitySessionStatusSchema, index_MealPlanLiveActivityState as MealPlanLiveActivityState, index_MealPlanLiveActivityStateSchema as MealPlanLiveActivityStateSchema, index_MealPlanLiveActivityUpdateStatus as MealPlanLiveActivityUpdateStatus, index_MealPlanLiveActivityUpdateStatusSchema as MealPlanLiveActivityUpdateStatusSchema, index_MealPlanLocationCandidate as MealPlanLocationCandidate, index_MealPlanLocationCandidateIdSchema as MealPlanLocationCandidateIdSchema, index_MealPlanLocationCandidateSchema as MealPlanLocationCandidateSchema, index_MealPlanLocationCandidateSourceSchema as MealPlanLocationCandidateSourceSchema, index_MealPlanLongitudeSchema as MealPlanLongitudeSchema, index_MealPlanMenuCandidate as MealPlanMenuCandidate, index_MealPlanMenuCandidateIdSchema as MealPlanMenuCandidateIdSchema, index_MealPlanMenuCandidateSchema as MealPlanMenuCandidateSchema, index_MealPlanMenuCandidateSource as MealPlanMenuCandidateSource, index_MealPlanMenuCandidateSourceSchema as MealPlanMenuCandidateSourceSchema, index_MealPlanNearbyFriendExposureBatchId as MealPlanNearbyFriendExposureBatchId, index_MealPlanNearbyFriendExposureBatchIdSchema as MealPlanNearbyFriendExposureBatchIdSchema, index_MealPlanNearbyFriendExposureBatchSummary as MealPlanNearbyFriendExposureBatchSummary, index_MealPlanNearbyFriendExposureBatchSummarySchema as MealPlanNearbyFriendExposureBatchSummarySchema, index_MealPlanNearbyFriendExposureIdSchema as MealPlanNearbyFriendExposureIdSchema, index_MealPlanNearbyFriendExposureNotificationStatus as MealPlanNearbyFriendExposureNotificationStatus, index_MealPlanNearbyFriendExposureNotificationStatusSchema as MealPlanNearbyFriendExposureNotificationStatusSchema, index_MealPlanNearbyFriendExposureStatus as MealPlanNearbyFriendExposureStatus, index_MealPlanNearbyFriendExposureStatusSchema as MealPlanNearbyFriendExposureStatusSchema, index_MealPlanNearbyFriendExposureSummary as MealPlanNearbyFriendExposureSummary, index_MealPlanNearbyFriendExposureSummarySchema as MealPlanNearbyFriendExposureSummarySchema, index_MealPlanNearbyFriendRejectionReason as MealPlanNearbyFriendRejectionReason, index_MealPlanNearbyFriendRejectionReasonSchema as MealPlanNearbyFriendRejectionReasonSchema, index_MealPlanNearbyFriendRejectionSummary as MealPlanNearbyFriendRejectionSummary, index_MealPlanNearbyFriendRejectionSummarySchema as MealPlanNearbyFriendRejectionSummarySchema, index_MealPlanNotification as MealPlanNotification, index_MealPlanNotificationKind as MealPlanNotificationKind, index_MealPlanNotificationKindSchema as MealPlanNotificationKindSchema, index_MealPlanNotificationPriorityChannel as MealPlanNotificationPriorityChannel, index_MealPlanNotificationPriorityChannelSchema as MealPlanNotificationPriorityChannelSchema, index_MealPlanNotificationPriorityPolicy as MealPlanNotificationPriorityPolicy, index_MealPlanNotificationPriorityPolicyItem as MealPlanNotificationPriorityPolicyItem, index_MealPlanNotificationPriorityPolicyItemSchema as MealPlanNotificationPriorityPolicyItemSchema, index_MealPlanNotificationSchema as MealPlanNotificationSchema, index_MealPlanParticipantIdSchema as MealPlanParticipantIdSchema, index_MealPlanParticipantResponse as MealPlanParticipantResponse, index_MealPlanParticipantResponseSchema as MealPlanParticipantResponseSchema, index_MealPlanParticipantRole as MealPlanParticipantRole, index_MealPlanParticipantRoleSchema as MealPlanParticipantRoleSchema, index_MealPlanParticipantStatus as MealPlanParticipantStatus, index_MealPlanParticipantStatusSchema as MealPlanParticipantStatusSchema, index_MealPlanPushPayloadData as MealPlanPushPayloadData, index_MealPlanPushPayloadDataSchema as MealPlanPushPayloadDataSchema, index_MealPlanRecommendationContext as MealPlanRecommendationContext, index_MealPlanRecommendationContextSchema as MealPlanRecommendationContextSchema, index_MealPlanResponse as MealPlanResponse, index_MealPlanResponseSchema as MealPlanResponseSchema, index_MealPlanRestaurantCandidate as MealPlanRestaurantCandidate, index_MealPlanRestaurantCandidateSchema as MealPlanRestaurantCandidateSchema, index_MealPlanRestaurantSearchState as MealPlanRestaurantSearchState, index_MealPlanRestaurantSearchStateSchema as MealPlanRestaurantSearchStateSchema, index_MealPlanRestaurantSearchStatus as MealPlanRestaurantSearchStatus, index_MealPlanRestaurantSearchStatusSchema as MealPlanRestaurantSearchStatusSchema, index_MealPlanShareLinkId as MealPlanShareLinkId, index_MealPlanShareLinkIdSchema as MealPlanShareLinkIdSchema, index_MealPlanShareLinkSummary as MealPlanShareLinkSummary, index_MealPlanShareLinkSummarySchema as MealPlanShareLinkSummarySchema, index_MealPlanShareLinkToken as MealPlanShareLinkToken, index_MealPlanShareLinkTokenSchema as MealPlanShareLinkTokenSchema, index_MealPlanSharePreviewResponse as MealPlanSharePreviewResponse, index_MealPlanSharePreviewResponseSchema as MealPlanSharePreviewResponseSchema, index_MealPlanStatus as MealPlanStatus, index_MealPlanStatusSchema as MealPlanStatusSchema, index_MealPlanSystemMessage as MealPlanSystemMessage, index_MealPlanSystemMessageKind as MealPlanSystemMessageKind, index_MealPlanSystemMessageKindSchema as MealPlanSystemMessageKindSchema, index_MealPlanSystemMessageSchema as MealPlanSystemMessageSchema, index_MealPlanViewerPermissions as MealPlanViewerPermissions, index_MealPlanViewerPermissionsSchema as MealPlanViewerPermissionsSchema, index_MealPlanViewerRole as MealPlanViewerRole, index_MealPlanViewerRoleSchema as MealPlanViewerRoleSchema, index_MealPlanVote as MealPlanVote, index_MealPlanVoteIdSchema as MealPlanVoteIdSchema, index_MealPlanVoteSchema as MealPlanVoteSchema, index_MealPlanVoteType as MealPlanVoteType, index_MealPlanVoteTypeSchema as MealPlanVoteTypeSchema, 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_MemberCore as MemberCore, index_MemberCoreSchema as MemberCoreSchema, index_MemberDetail as MemberDetail, index_MemberDetailSchema as MemberDetailSchema, index_MemberFoodPreference as MemberFoodPreference, index_MemberFoodPreferenceSchema as MemberFoodPreferenceSchema, index_MemberId as MemberId, index_MemberIdSchema as MemberIdSchema, index_MemberLocation as MemberLocation, index_MemberLocationSchema as MemberLocationSchema, index_MemberLocationSettingsResponse as MemberLocationSettingsResponse, index_MemberLocationSettingsResponseSchema as MemberLocationSettingsResponseSchema, index_MemberResponse as MemberResponse, index_MemberResponseSchema as MemberResponseSchema, index_MemberRole as MemberRole, index_MemberRoleSchema as MemberRoleSchema, index_MemberSearchQuery as MemberSearchQuery, index_MemberSearchQuerySchema as MemberSearchQuerySchema, index_MemberSerachResponse as MemberSerachResponse, index_MemberSerachResponseSchema as MemberSerachResponseSchema, index_MyMealPlanGroup as MyMealPlanGroup, index_MyMealPlanGroupSchema as MyMealPlanGroupSchema, index_MyMealPlanListItem as MyMealPlanListItem, index_MyMealPlanListItemSchema as MyMealPlanListItemSchema, index_MyMealPlanListResponse as MyMealPlanListResponse, index_MyMealPlanListResponseSchema as MyMealPlanListResponseSchema, index_NearbyFriendExposureEligibility as NearbyFriendExposureEligibility, index_NearbyFriendExposureEligibilitySchema as NearbyFriendExposureEligibilitySchema, index_NearbyFriendMealPlanSummary as NearbyFriendMealPlanSummary, index_NearbyFriendMealPlanSummarySchema as NearbyFriendMealPlanSummarySchema, 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_OnboardingDraft as OnboardingDraft, index_OnboardingDraftSchema as OnboardingDraftSchema, index_OnboardingStatus as OnboardingStatus, index_OnboardingStatusSchema as OnboardingStatusSchema, index_PageArticleSummaryResponse as PageArticleSummaryResponse, index_PageArticleSummaryResponseSchema as PageArticleSummaryResponseSchema, index_PageMeta as PageMeta, index_PageMetaSchema as PageMetaSchema, index_PageQuerySchema as PageQuerySchema, index_PageRequest as PageRequest, index_PageResponse as PageResponse, index_PageResponseSchema as PageResponseSchema, index_PathParamsOf as PathParamsOf, index_PermissionKind as PermissionKind, index_PermissionKindSchema as PermissionKindSchema, index_PermissionPlatform as PermissionPlatform, index_PermissionPlatformSchema as PermissionPlatformSchema, index_PermissionStatus as PermissionStatus, index_PermissionStatusSchema as PermissionStatusSchema, index_PositiveIntIdSchema as PositiveIntIdSchema, index_ProfileDetailResponse as ProfileDetailResponse, index_ProfileDetailResponseSchema as ProfileDetailResponseSchema, index_PushDeliveryAttemptResult as PushDeliveryAttemptResult, index_PushDeliveryAttemptResultSchema as PushDeliveryAttemptResultSchema, index_PushDeliveryAttemptSummary as PushDeliveryAttemptSummary, index_PushDeliveryAttemptSummarySchema as PushDeliveryAttemptSummarySchema, index_PushDeliveryOutboxSummary as PushDeliveryOutboxSummary, index_PushDeliveryOutboxSummarySchema as PushDeliveryOutboxSummarySchema, index_PushDeliveryStatus as PushDeliveryStatus, index_PushDeliveryStatusSchema as PushDeliveryStatusSchema, index_PushPayloadSchemaVersionSchema as PushPayloadSchemaVersionSchema, index_PushPermissionStatus as PushPermissionStatus, index_PushPermissionStatusSchema as PushPermissionStatusSchema, index_PushPlatform as PushPlatform, index_PushPlatformSchema as PushPlatformSchema, index_PushProvider as PushProvider, index_PushProviderSchema as PushProviderSchema, index_PushTokenResponse as PushTokenResponse, index_PushTokenResponseSchema as PushTokenResponseSchema, index_PushTokenStatus as PushTokenStatus, index_PushTokenStatusSchema as PushTokenStatusSchema, index_QueryOf as QueryOf, 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_RegisterMealPlanLiveActivitySessionRequest as RegisterMealPlanLiveActivitySessionRequest, index_RegisterMealPlanLiveActivitySessionRequestSchema as RegisterMealPlanLiveActivitySessionRequestSchema, index_RegisterPushTokenRequest as RegisterPushTokenRequest, index_RegisterPushTokenRequestSchema as RegisterPushTokenRequestSchema, index_ReopenMealPlanDecisionTaskRequest as ReopenMealPlanDecisionTaskRequest, index_ReopenMealPlanDecisionTaskRequestSchema as ReopenMealPlanDecisionTaskRequestSchema, index_ResolvedFoodCode as ResolvedFoodCode, index_ResolvedFoodCodeSchema as ResolvedFoodCodeSchema, index_ResponseOf as ResponseOf, index_RestaurantId as RestaurantId, index_RestaurantIdSchema as RestaurantIdSchema, index_RestaurantResponse as RestaurantResponse, index_RestaurantSchema as RestaurantSchema, index_RevokePushTokenRequest as RevokePushTokenRequest, index_RevokePushTokenRequestSchema as RevokePushTokenRequestSchema, index_SendMealPlanChatMessageRequest as SendMealPlanChatMessageRequest, index_SendMealPlanChatMessageRequestSchema as SendMealPlanChatMessageRequestSchema, index_SendMealPlanInviteResponse as SendMealPlanInviteResponse, index_SendMealPlanInviteResponseSchema as SendMealPlanInviteResponseSchema, index_SignupRequest as SignupRequest, index_SignupRequestSchema as SignupRequestSchema, index_SignupResponse as SignupResponse, index_SignupResponseSchema as SignupResponseSchema, index_SortDirection as SortDirection, index_SortDirectionSchema as SortDirectionSchema, index_StartMealPlanFromGroupRequest as StartMealPlanFromGroupRequest, index_StartMealPlanFromGroupRequestSchema as StartMealPlanFromGroupRequestSchema, index_SubscriptionId as SubscriptionId, index_SubscriptionIdSchema as SubscriptionIdSchema, index_TimeHHmmString as TimeHHmmString, index_TimeHHmmStringSchema as TimeHHmmStringSchema, index_TokenResponse as TokenResponse, index_TokenResponseSchema as TokenResponseSchema, index_UpdateMealGroupMemberRoleRequest as UpdateMealGroupMemberRoleRequest, index_UpdateMealGroupMemberRoleRequestSchema as UpdateMealGroupMemberRoleRequestSchema, index_UpdateMealPlanContextRequest as UpdateMealPlanContextRequest, index_UpdateMealPlanContextRequestSchema as UpdateMealPlanContextRequestSchema, index_UpdateMealStatusRequest as UpdateMealStatusRequest, index_UpdateMealStatusRequestSchema as UpdateMealStatusRequestSchema, index_UpdateMemberLocationConsentRequest as UpdateMemberLocationConsentRequest, index_UpdateMemberLocationConsentRequestSchema as UpdateMemberLocationConsentRequestSchema, index_UpdateMemberLocationRequest as UpdateMemberLocationRequest, index_UpdateMemberLocationRequestSchema as UpdateMemberLocationRequestSchema, index_UpdatePreferenceRequest as UpdatePreferenceRequest, index_UpdatePreferenceRequestSchema as UpdatePreferenceRequestSchema, index_UpdateProfileRequest as UpdateProfileRequest, index_UpdateProfileRequestSchema as UpdateProfileRequestSchema, index_UploadArticleImageRequestSchema as UploadArticleImageRequestSchema, index_UploadArticleImageResponse as UploadArticleImageResponse, index_UploadArticleImageResponseSchema as UploadArticleImageResponseSchema, index_UploadArticleImageeRquest as UploadArticleImageeRquest, index_UploadProfileImageRequest as UploadProfileImageRequest, index_UploadProfileImageRequestSchema as UploadProfileImageRequestSchema, index_UploadProfileImageResponse as UploadProfileImageResponse, index_UploadProfileImageResponseSchema as UploadProfileImageResponseSchema, index_UserIdSchema as UserIdSchema, index_apiContract as apiContract, index_compareMealPlanNotificationsByPriority as compareMealPlanNotificationsByPriority, index_endpoint as endpoint, index_getMealPlanLiveActivityBehavior as getMealPlanLiveActivityBehavior, index_getMealPlanNotificationPriority as getMealPlanNotificationPriority, index_getMealPlanNotificationPriorityPolicy as getMealPlanNotificationPriorityPolicy, index_makeApiResponseSchema as makeApiResponseSchema, index_makeApiSuccessSchema as makeApiSuccessSchema, index_shouldShowForegroundToast as shouldShowForegroundToast, index_toArticleId as toArticleId, index_toCommentId as toCommentId, index_toCouponId as toCouponId, index_toFriendRequestId as toFriendRequestId, index_toMealGroupId as toMealGroupId, index_toMealPlanChangeRequestId as toMealPlanChangeRequestId, index_toMealPlanChatMessageId as toMealPlanChatMessageId, index_toMealPlanChatRoomId as toMealPlanChatRoomId, index_toMealPlanId as toMealPlanId, index_toMealPlanInviteId as toMealPlanInviteId, index_toMealPlanJoinRequestId as toMealPlanJoinRequestId, index_toMealPlanNearbyFriendExposureBatchId as toMealPlanNearbyFriendExposureBatchId, index_toMealPlanShareLinkId as toMealPlanShareLinkId, index_toMealPlanShareLinkToken as toMealPlanShareLinkToken, index_toMemberId as toMemberId, index_toReferralCode as toReferralCode, index_toRestaurantId as toRestaurantId, index_toSubscriptionId as toSubscriptionId };
|
|
583
|
+
export { index_AI_CLASS_TO_FOOD_CODE_MAP_PATH as AI_CLASS_TO_FOOD_CODE_MAP_PATH, index_AddMealGroupMemberRequest as AddMealGroupMemberRequest, index_AddMealGroupMemberRequestSchema as AddMealGroupMemberRequestSchema, index_AiClassFoodCodeMapping as AiClassFoodCodeMapping, index_AiClassFoodCodeMappingSchema as AiClassFoodCodeMappingSchema, index_AiClassToFoodCodeMapManifest as AiClassToFoodCodeMapManifest, index_AiClassToFoodCodeMapManifestSchema as AiClassToFoodCodeMapManifestSchema, index_ApiContract as ApiContract, index_ApiDomain as ApiDomain, index_ApiFailure as ApiFailure, index_ApiFailureSchema as ApiFailureSchema, index_ApiResponse as ApiResponse, index_ApiResponseSchema as ApiResponseSchema, index_ApiSuccess as ApiSuccess, index_ApiSuccessSchema as ApiSuccessSchema, index_ArticleComment as ArticleComment, index_ArticleCommentSchema as ArticleCommentSchema, index_ArticleCore as ArticleCore, index_ArticleCoreSchema as ArticleCoreSchema, index_ArticleDetailResponse as ArticleDetailResponse, index_ArticleDetailResponseSchema as ArticleDetailResponseSchema, index_ArticleId as ArticleId, index_ArticleIdSchema as ArticleIdSchema, index_ArticleLikeResponse as ArticleLikeResponse, index_ArticleLikeResponseSchema as ArticleLikeResponseSchema, index_ArticleListQueryRequest as ArticleListQueryRequest, index_ArticleListQuerySchema as ArticleListQuerySchema, index_ArticleSortBy as ArticleSortBy, index_ArticleSortBySchema as ArticleSortBySchema, index_ArticleSummaryResponse as ArticleSummaryResponse, index_ArticleSummaryResponseSchema as ArticleSummaryResponseSchema, index_AsyncMapperContract as AsyncMapperContract, index_BodyOf as BodyOf, index_Brand as Brand, index_CACHE_INVALIDATION_SSE_EVENT as CACHE_INVALIDATION_SSE_EVENT, index_CacheInvalidationAction as CacheInvalidationAction, index_CacheInvalidationActionSchema as CacheInvalidationActionSchema, index_CacheInvalidationEntity as CacheInvalidationEntity, index_CacheInvalidationEntitySchema as CacheInvalidationEntitySchema, index_CacheInvalidationEvent as CacheInvalidationEvent, index_CacheInvalidationEventSchema as CacheInvalidationEventSchema, index_CacheInvalidationKey as CacheInvalidationKey, index_CacheInvalidationKeySchema as CacheInvalidationKeySchema, index_ChallengeStatusResponse as ChallengeStatusResponse, index_ChallengeStatusResponseSchema as ChallengeStatusResponseSchema, index_ClaimChallengeRewardRequest as ClaimChallengeRewardRequest, index_ClaimChallengeRewardRequestSchema as ClaimChallengeRewardRequestSchema, index_ClaimChallengeRewardResponse as ClaimChallengeRewardResponse, index_ClaimChallengeRewardResponseSchema as ClaimChallengeRewardResponseSchema, index_CommentId as CommentId, index_CommentIdSchema as CommentIdSchema, index_CompleteMealPlanDecisionStageRequest as CompleteMealPlanDecisionStageRequest, index_CompleteMealPlanDecisionStageRequestSchema as CompleteMealPlanDecisionStageRequestSchema, index_CompleteOnboardingRequest as CompleteOnboardingRequest, index_CompleteOnboardingRequestSchema as CompleteOnboardingRequestSchema, index_ConfirmMealPlanDecisionSnapshotRequest as ConfirmMealPlanDecisionSnapshotRequest, index_ConfirmMealPlanDecisionSnapshotRequestSchema as ConfirmMealPlanDecisionSnapshotRequestSchema, index_CouponId as CouponId, index_CouponIdSchema as CouponIdSchema, index_CouponResponse as CouponResponse, index_CouponResponseSchema as CouponResponseSchema, index_CouponStatus as CouponStatus, index_CouponStatusSchema as CouponStatusSchema, index_CouponType as CouponType, index_CouponTypeSchema as CouponTypeSchema, index_CreateArticleRequest as CreateArticleRequest, index_CreateArticleRequestSchema as CreateArticleRequestSchema, index_CreateCommentRequest as CreateCommentRequest, index_CreateCommentRequestSchema as CreateCommentRequestSchema, index_CreateMealGroupRequest as CreateMealGroupRequest, index_CreateMealGroupRequestSchema as CreateMealGroupRequestSchema, index_CreateMealPlanChangeRequest as CreateMealPlanChangeRequest, index_CreateMealPlanChangeRequestSchema as CreateMealPlanChangeRequestSchema, index_CreateMealPlanInviteRequest as CreateMealPlanInviteRequest, index_CreateMealPlanInviteRequestSchema as CreateMealPlanInviteRequestSchema, index_CreateMealPlanJoinRequest as CreateMealPlanJoinRequest, index_CreateMealPlanJoinRequestSchema as CreateMealPlanJoinRequestSchema, index_CreateMealPlanParticipantRequest as CreateMealPlanParticipantRequest, index_CreateMealPlanParticipantRequestSchema as CreateMealPlanParticipantRequestSchema, index_CreateMealPlanRequest as CreateMealPlanRequest, index_CreateMealPlanRequestSchema as CreateMealPlanRequestSchema, index_CreateMealPlanResponse as CreateMealPlanResponse, index_CreateMealPlanResponseSchema as CreateMealPlanResponseSchema, index_CreateMealPlanShareLinkRequest as CreateMealPlanShareLinkRequest, index_CreateMealPlanShareLinkRequestSchema as CreateMealPlanShareLinkRequestSchema, index_CreateMealPlanVoteRequest as CreateMealPlanVoteRequest, index_CreateMealPlanVoteRequestSchema as CreateMealPlanVoteRequestSchema, index_CreateProfileRequest as CreateProfileRequest, index_CreateProfileRequestSchema as CreateProfileRequestSchema, index_CreatedEntityIdResponse as CreatedEntityIdResponse, index_CreatedEntityIdResponseSchema as CreatedEntityIdResponseSchema, index_CuisineTag as CuisineTag, index_CuisineTagSchema as CuisineTagSchema, index_DevicePermissionSnapshot as DevicePermissionSnapshot, index_DevicePermissionSnapshotSchema as DevicePermissionSnapshotSchema, index_EndMealPlanLiveActivitySessionRequest as EndMealPlanLiveActivitySessionRequest, index_EndMealPlanLiveActivitySessionRequestSchema as EndMealPlanLiveActivitySessionRequestSchema, index_EndpointContract as EndpointContract, index_EntityContract as EntityContract, index_ExposeMealPlanToNearbyFriendsRequest as ExposeMealPlanToNearbyFriendsRequest, index_ExposeMealPlanToNearbyFriendsRequestSchema as ExposeMealPlanToNearbyFriendsRequestSchema, index_ExposeMealPlanToNearbyFriendsResponse as ExposeMealPlanToNearbyFriendsResponse, index_ExposeMealPlanToNearbyFriendsResponseSchema as ExposeMealPlanToNearbyFriendsResponseSchema, index_FOOD_CODE_MANIFEST_PATH as FOOD_CODE_MANIFEST_PATH, index_FOOD_IMAGE_INDEX_PATH as FOOD_IMAGE_INDEX_PATH, index_Food as Food, index_FoodAiClassMappingStatus as FoodAiClassMappingStatus, index_FoodAiClassMappingStatusSchema as FoodAiClassMappingStatusSchema, index_FoodAnalysisResult as FoodAnalysisResult, index_FoodAnalysisResultSchema as FoodAnalysisResultSchema, index_FoodCode as FoodCode, index_FoodCodeManifest as FoodCodeManifest, index_FoodCodeManifestImage as FoodCodeManifestImage, index_FoodCodeManifestImageSchema as FoodCodeManifestImageSchema, index_FoodCodeManifestItem as FoodCodeManifestItem, index_FoodCodeManifestItemSchema as FoodCodeManifestItemSchema, index_FoodCodeManifestSchema as FoodCodeManifestSchema, index_FoodCodeSchema as FoodCodeSchema, index_FoodGranularity as FoodGranularity, index_FoodGranularitySchema as FoodGranularitySchema, index_FoodImageIndexItem as FoodImageIndexItem, index_FoodImageIndexItemSchema as FoodImageIndexItemSchema, index_FoodImageIndexManifest as FoodImageIndexManifest, index_FoodImageIndexManifestSchema as FoodImageIndexManifestSchema, index_FoodLabel as FoodLabel, index_FoodLabelSchema as FoodLabelSchema, index_FoodResolveQuery as FoodResolveQuery, index_FoodResolveQuerySchema as FoodResolveQuerySchema, index_FoodResolveResponse as FoodResolveResponse, index_FoodResolveResponseSchema as FoodResolveResponseSchema, index_FoodResolvedMatchSource as FoodResolvedMatchSource, index_FoodResolvedMatchSourceSchema as FoodResolvedMatchSourceSchema, index_FoodSchema as FoodSchema, index_FoodSearchQuery as FoodSearchQuery, index_FoodSearchQuerySchema as FoodSearchQuerySchema, index_FoodSearchResponse as FoodSearchResponse, index_FoodSearchResponseSchema as FoodSearchResponseSchema, index_FriendBlockItemResponse as FriendBlockItemResponse, index_FriendBlockItemResponseSchema as FriendBlockItemResponseSchema, index_FriendListItemResponse as FriendListItemResponse, index_FriendListItemResponseSchema as FriendListItemResponseSchema, index_FriendMealAvailability as FriendMealAvailability, index_FriendMealAvailabilitySchema as FriendMealAvailabilitySchema, index_FriendMealItemResponse as FriendMealItemResponse, index_FriendMealItemResponseSchema as FriendMealItemResponseSchema, index_FriendMealQuery as FriendMealQuery, index_FriendMealQuerySchema as FriendMealQuerySchema, index_FriendRequestId as FriendRequestId, index_FriendRequestIdSchema as FriendRequestIdSchema, index_FriendRequestItemResponse as FriendRequestItemResponse, index_FriendRequestItemResponseSchema as FriendRequestItemResponseSchema, index_FriendRequestMember as FriendRequestMember, index_FriendRequestMemberSchema as FriendRequestMemberSchema, index_FriendRequestStatus as FriendRequestStatus, index_FriendRequestStatusSchema as FriendRequestStatusSchema, index_FriendSearchQuerySchema as FriendSearchQuerySchema, index_FriendSearchResponseSchema as FriendSearchResponseSchema, index_HomeMealPlanActionCard as HomeMealPlanActionCard, index_HomeMealPlanActionCardSchema as HomeMealPlanActionCardSchema, index_HomeMealPlanActionKind as HomeMealPlanActionKind, index_HomeMealPlanActionKindSchema as HomeMealPlanActionKindSchema, index_HomeMealPlanDashboardResponse as HomeMealPlanDashboardResponse, index_HomeMealPlanDashboardResponseSchema as HomeMealPlanDashboardResponseSchema, index_HttpMethod as HttpMethod, index_ISODateString as ISODateString, index_ISODateStringSchema as ISODateStringSchema, index_ISODateTimeString as ISODateTimeString, index_ISODateTimeStringSchema as ISODateTimeStringSchema, index_JoinMealPlanGuestRequest as JoinMealPlanGuestRequest, index_JoinMealPlanGuestRequestSchema as JoinMealPlanGuestRequestSchema, index_JoinMealPlanGuestResponse as JoinMealPlanGuestResponse, index_JoinMealPlanGuestResponseSchema as JoinMealPlanGuestResponseSchema, index_KakaoPlaceRaw as KakaoPlaceRaw, index_KakaoPlaceRawSchema as KakaoPlaceRawSchema, index_LocationConsentStatus as LocationConsentStatus, index_LocationConsentStatusSchema as LocationConsentStatusSchema, index_LoginRequest as LoginRequest, index_LoginRequestSchema as LoginRequestSchema, index_MEAL_PLAN_NOTIFICATION_PRIORITY_POLICIES as MEAL_PLAN_NOTIFICATION_PRIORITY_POLICIES, index_MapperContract as MapperContract, index_MapperInput as MapperInput, index_MapperOutput as MapperOutput, index_MealGroupHistoryItem as MealGroupHistoryItem, index_MealGroupHistoryItemSchema as MealGroupHistoryItemSchema, index_MealGroupHistoryResponse as MealGroupHistoryResponse, index_MealGroupHistoryResponseSchema as MealGroupHistoryResponseSchema, index_MealGroupId as MealGroupId, index_MealGroupIdSchema as MealGroupIdSchema, index_MealGroupMember as MealGroupMember, index_MealGroupMemberRole as MealGroupMemberRole, index_MealGroupMemberRoleSchema as MealGroupMemberRoleSchema, index_MealGroupMemberSchema as MealGroupMemberSchema, index_MealGroupPreferenceSummary as MealGroupPreferenceSummary, index_MealGroupPreferenceSummarySchema as MealGroupPreferenceSummarySchema, index_MealGroupResponse as MealGroupResponse, index_MealGroupResponseSchema as MealGroupResponseSchema, index_MealMapFriendRecordLocationMetadata as MealMapFriendRecordLocationMetadata, index_MealMapFriendRecordLocationMetadataSchema as MealMapFriendRecordLocationMetadataSchema, index_MealMapLayer as MealMapLayer, index_MealMapLayerSchema as MealMapLayerSchema, index_MealMapMarker as MealMapMarker, index_MealMapMarkerSchema as MealMapMarkerSchema, index_MealMapMyMealPlanPlaceMetadata as MealMapMyMealPlanPlaceMetadata, index_MealMapMyMealPlanPlaceMetadataSchema as MealMapMyMealPlanPlaceMetadataSchema, index_MealMapNearbyFriendMealPlanMetadata as MealMapNearbyFriendMealPlanMetadata, index_MealMapNearbyFriendMealPlanMetadataSchema as MealMapNearbyFriendMealPlanMetadataSchema, index_MealMapQuery as MealMapQuery, index_MealMapQuerySchema as MealMapQuerySchema, index_MealMapResponse as MealMapResponse, index_MealMapResponseSchema as MealMapResponseSchema, index_MealMapRestaurantCandidateCompletionBlockedReason as MealMapRestaurantCandidateCompletionBlockedReason, index_MealMapRestaurantCandidateCompletionBlockedReasonSchema as MealMapRestaurantCandidateCompletionBlockedReasonSchema, index_MealMapRestaurantCandidateMetadata as MealMapRestaurantCandidateMetadata, index_MealMapRestaurantCandidateMetadataSchema as MealMapRestaurantCandidateMetadataSchema, index_MealPlanChangeRequestId as MealPlanChangeRequestId, index_MealPlanChangeRequestIdSchema as MealPlanChangeRequestIdSchema, index_MealPlanChangeRequestStatus as MealPlanChangeRequestStatus, index_MealPlanChangeRequestStatusSchema as MealPlanChangeRequestStatusSchema, index_MealPlanChangeRequestSummary as MealPlanChangeRequestSummary, index_MealPlanChangeRequestSummarySchema as MealPlanChangeRequestSummarySchema, index_MealPlanChannel as MealPlanChannel, index_MealPlanChannelSchema as MealPlanChannelSchema, index_MealPlanChatMessageId as MealPlanChatMessageId, index_MealPlanChatMessageIdSchema as MealPlanChatMessageIdSchema, index_MealPlanChatMessageKind as MealPlanChatMessageKind, index_MealPlanChatMessageKindSchema as MealPlanChatMessageKindSchema, index_MealPlanChatMessageListResponse as MealPlanChatMessageListResponse, index_MealPlanChatMessageListResponseSchema as MealPlanChatMessageListResponseSchema, index_MealPlanChatMessageResponse as MealPlanChatMessageResponse, index_MealPlanChatMessageResponseSchema as MealPlanChatMessageResponseSchema, index_MealPlanChatRoomId as MealPlanChatRoomId, index_MealPlanChatRoomIdSchema as MealPlanChatRoomIdSchema, index_MealPlanChatRoomSummary as MealPlanChatRoomSummary, index_MealPlanChatRoomSummarySchema as MealPlanChatRoomSummarySchema, index_MealPlanChatSystemPayload as MealPlanChatSystemPayload, index_MealPlanChatSystemPayloadSchema as MealPlanChatSystemPayloadSchema, index_MealPlanDecisionActorType as MealPlanDecisionActorType, index_MealPlanDecisionActorTypeSchema as MealPlanDecisionActorTypeSchema, index_MealPlanDecisionCandidate as MealPlanDecisionCandidate, index_MealPlanDecisionCandidateSchema as MealPlanDecisionCandidateSchema, index_MealPlanDecisionFinalField as MealPlanDecisionFinalField, index_MealPlanDecisionFinalFieldSchema as MealPlanDecisionFinalFieldSchema, index_MealPlanDecisionProgress as MealPlanDecisionProgress, index_MealPlanDecisionProgressSchema as MealPlanDecisionProgressSchema, index_MealPlanDecisionReason as MealPlanDecisionReason, index_MealPlanDecisionReasonSchema as MealPlanDecisionReasonSchema, index_MealPlanDecisionSnapshot as MealPlanDecisionSnapshot, index_MealPlanDecisionSnapshotSchema as MealPlanDecisionSnapshotSchema, index_MealPlanDecisionSnapshotStatus as MealPlanDecisionSnapshotStatus, index_MealPlanDecisionSnapshotStatusSchema as MealPlanDecisionSnapshotStatusSchema, index_MealPlanDecisionStageIdSchema as MealPlanDecisionStageIdSchema, index_MealPlanDecisionStageMetadata as MealPlanDecisionStageMetadata, index_MealPlanDecisionStageMetadataSchema as MealPlanDecisionStageMetadataSchema, index_MealPlanDecisionStageResponse as MealPlanDecisionStageResponse, index_MealPlanDecisionStageResponseSchema as MealPlanDecisionStageResponseSchema, index_MealPlanDecisionStageStatus as MealPlanDecisionStageStatus, index_MealPlanDecisionStageStatusSchema as MealPlanDecisionStageStatusSchema, index_MealPlanDecisionStageType as MealPlanDecisionStageType, index_MealPlanDecisionStageTypeSchema as MealPlanDecisionStageTypeSchema, index_MealPlanDecisionTaskKey as MealPlanDecisionTaskKey, index_MealPlanDecisionTaskKeySchema as MealPlanDecisionTaskKeySchema, index_MealPlanDecisionTaskProgress as MealPlanDecisionTaskProgress, index_MealPlanDecisionTaskProgressSchema as MealPlanDecisionTaskProgressSchema, index_MealPlanDecisionTaskStatus as MealPlanDecisionTaskStatus, index_MealPlanDecisionTaskStatusSchema as MealPlanDecisionTaskStatusSchema, index_MealPlanDecisionVoteSocketAck as MealPlanDecisionVoteSocketAck, index_MealPlanDecisionVoteSocketAckSchema as MealPlanDecisionVoteSocketAckSchema, index_MealPlanDecisionVoteSocketError as MealPlanDecisionVoteSocketError, index_MealPlanDecisionVoteSocketErrorSchema as MealPlanDecisionVoteSocketErrorSchema, index_MealPlanDecisionVoteSocketEvent as MealPlanDecisionVoteSocketEvent, index_MealPlanDecisionVoteSocketFailureAck as MealPlanDecisionVoteSocketFailureAck, index_MealPlanDecisionVoteSocketFailureAckSchema as MealPlanDecisionVoteSocketFailureAckSchema, index_MealPlanDecisionVoteSocketPayload as MealPlanDecisionVoteSocketPayload, index_MealPlanDecisionVoteSocketPayloadSchema as MealPlanDecisionVoteSocketPayloadSchema, index_MealPlanDecisionVoteSocketSuccessAck as MealPlanDecisionVoteSocketSuccessAck, index_MealPlanDecisionVoteSocketSuccessAckSchema as MealPlanDecisionVoteSocketSuccessAckSchema, index_MealPlanGuestParticipant as MealPlanGuestParticipant, index_MealPlanGuestParticipantSchema as MealPlanGuestParticipantSchema, index_MealPlanGuestSessionQuery as MealPlanGuestSessionQuery, index_MealPlanGuestSessionQuerySchema as MealPlanGuestSessionQuerySchema, index_MealPlanGuestSessionResponse as MealPlanGuestSessionResponse, index_MealPlanGuestSessionResponseSchema as MealPlanGuestSessionResponseSchema, index_MealPlanId as MealPlanId, index_MealPlanIdSchema as MealPlanIdSchema, index_MealPlanInviteId as MealPlanInviteId, index_MealPlanInviteIdSchema as MealPlanInviteIdSchema, index_MealPlanInviteListResponse as MealPlanInviteListResponse, index_MealPlanInviteListResponseSchema as MealPlanInviteListResponseSchema, index_MealPlanInviteStatus as MealPlanInviteStatus, index_MealPlanInviteStatusSchema as MealPlanInviteStatusSchema, index_MealPlanInviteSummary as MealPlanInviteSummary, index_MealPlanInviteSummarySchema as MealPlanInviteSummarySchema, index_MealPlanJoinRequestId as MealPlanJoinRequestId, index_MealPlanJoinRequestIdSchema as MealPlanJoinRequestIdSchema, index_MealPlanJoinRequestStatus as MealPlanJoinRequestStatus, index_MealPlanJoinRequestStatusSchema as MealPlanJoinRequestStatusSchema, index_MealPlanJoinRequestSummary as MealPlanJoinRequestSummary, index_MealPlanJoinRequestSummarySchema as MealPlanJoinRequestSummarySchema, index_MealPlanJoinSource as MealPlanJoinSource, index_MealPlanJoinSourceSchema as MealPlanJoinSourceSchema, index_MealPlanLatitudeSchema as MealPlanLatitudeSchema, index_MealPlanLiveActivityBehavior as MealPlanLiveActivityBehavior, index_MealPlanLiveActivityBehaviorSchema as MealPlanLiveActivityBehaviorSchema, index_MealPlanLiveActivityPlatform as MealPlanLiveActivityPlatform, index_MealPlanLiveActivityPlatformSchema as MealPlanLiveActivityPlatformSchema, index_MealPlanLiveActivitySessionListResponse as MealPlanLiveActivitySessionListResponse, index_MealPlanLiveActivitySessionListResponseSchema as MealPlanLiveActivitySessionListResponseSchema, index_MealPlanLiveActivitySessionResponse as MealPlanLiveActivitySessionResponse, index_MealPlanLiveActivitySessionResponseSchema as MealPlanLiveActivitySessionResponseSchema, index_MealPlanLiveActivitySessionStatus as MealPlanLiveActivitySessionStatus, index_MealPlanLiveActivitySessionStatusSchema as MealPlanLiveActivitySessionStatusSchema, index_MealPlanLiveActivityState as MealPlanLiveActivityState, index_MealPlanLiveActivityStateSchema as MealPlanLiveActivityStateSchema, index_MealPlanLiveActivityUpdateStatus as MealPlanLiveActivityUpdateStatus, index_MealPlanLiveActivityUpdateStatusSchema as MealPlanLiveActivityUpdateStatusSchema, index_MealPlanLocationCandidate as MealPlanLocationCandidate, index_MealPlanLocationCandidateIdSchema as MealPlanLocationCandidateIdSchema, index_MealPlanLocationCandidateSchema as MealPlanLocationCandidateSchema, index_MealPlanLocationCandidateSource as MealPlanLocationCandidateSource, index_MealPlanLocationCandidateSourceSchema as MealPlanLocationCandidateSourceSchema, index_MealPlanLongitudeSchema as MealPlanLongitudeSchema, index_MealPlanMenuCandidate as MealPlanMenuCandidate, index_MealPlanMenuCandidateIdSchema as MealPlanMenuCandidateIdSchema, index_MealPlanMenuCandidateSchema as MealPlanMenuCandidateSchema, index_MealPlanMenuCandidateSource as MealPlanMenuCandidateSource, index_MealPlanMenuCandidateSourceSchema as MealPlanMenuCandidateSourceSchema, index_MealPlanNearbyFriendExposureBatchId as MealPlanNearbyFriendExposureBatchId, index_MealPlanNearbyFriendExposureBatchIdSchema as MealPlanNearbyFriendExposureBatchIdSchema, index_MealPlanNearbyFriendExposureBatchSummary as MealPlanNearbyFriendExposureBatchSummary, index_MealPlanNearbyFriendExposureBatchSummarySchema as MealPlanNearbyFriendExposureBatchSummarySchema, index_MealPlanNearbyFriendExposureIdSchema as MealPlanNearbyFriendExposureIdSchema, index_MealPlanNearbyFriendExposureNotificationStatus as MealPlanNearbyFriendExposureNotificationStatus, index_MealPlanNearbyFriendExposureNotificationStatusSchema as MealPlanNearbyFriendExposureNotificationStatusSchema, index_MealPlanNearbyFriendExposureStatus as MealPlanNearbyFriendExposureStatus, index_MealPlanNearbyFriendExposureStatusSchema as MealPlanNearbyFriendExposureStatusSchema, index_MealPlanNearbyFriendExposureSummary as MealPlanNearbyFriendExposureSummary, index_MealPlanNearbyFriendExposureSummarySchema as MealPlanNearbyFriendExposureSummarySchema, index_MealPlanNearbyFriendRejectionReason as MealPlanNearbyFriendRejectionReason, index_MealPlanNearbyFriendRejectionReasonSchema as MealPlanNearbyFriendRejectionReasonSchema, index_MealPlanNearbyFriendRejectionSummary as MealPlanNearbyFriendRejectionSummary, index_MealPlanNearbyFriendRejectionSummarySchema as MealPlanNearbyFriendRejectionSummarySchema, index_MealPlanNotification as MealPlanNotification, index_MealPlanNotificationKind as MealPlanNotificationKind, index_MealPlanNotificationKindSchema as MealPlanNotificationKindSchema, index_MealPlanNotificationPriorityChannel as MealPlanNotificationPriorityChannel, index_MealPlanNotificationPriorityChannelSchema as MealPlanNotificationPriorityChannelSchema, index_MealPlanNotificationPriorityPolicy as MealPlanNotificationPriorityPolicy, index_MealPlanNotificationPriorityPolicyItem as MealPlanNotificationPriorityPolicyItem, index_MealPlanNotificationPriorityPolicyItemSchema as MealPlanNotificationPriorityPolicyItemSchema, index_MealPlanNotificationSchema as MealPlanNotificationSchema, index_MealPlanParticipantIdSchema as MealPlanParticipantIdSchema, index_MealPlanParticipantResponse as MealPlanParticipantResponse, index_MealPlanParticipantResponseSchema as MealPlanParticipantResponseSchema, index_MealPlanParticipantRole as MealPlanParticipantRole, index_MealPlanParticipantRoleSchema as MealPlanParticipantRoleSchema, index_MealPlanParticipantStatus as MealPlanParticipantStatus, index_MealPlanParticipantStatusSchema as MealPlanParticipantStatusSchema, index_MealPlanPushPayloadData as MealPlanPushPayloadData, index_MealPlanPushPayloadDataSchema as MealPlanPushPayloadDataSchema, index_MealPlanRecommendationContext as MealPlanRecommendationContext, index_MealPlanRecommendationContextSchema as MealPlanRecommendationContextSchema, index_MealPlanResponse as MealPlanResponse, index_MealPlanResponseSchema as MealPlanResponseSchema, index_MealPlanRestaurantCandidate as MealPlanRestaurantCandidate, index_MealPlanRestaurantCandidateSchema as MealPlanRestaurantCandidateSchema, index_MealPlanRestaurantSearchState as MealPlanRestaurantSearchState, index_MealPlanRestaurantSearchStateSchema as MealPlanRestaurantSearchStateSchema, index_MealPlanRestaurantSearchStatus as MealPlanRestaurantSearchStatus, index_MealPlanRestaurantSearchStatusSchema as MealPlanRestaurantSearchStatusSchema, index_MealPlanShareLinkId as MealPlanShareLinkId, index_MealPlanShareLinkIdSchema as MealPlanShareLinkIdSchema, index_MealPlanShareLinkSummary as MealPlanShareLinkSummary, index_MealPlanShareLinkSummarySchema as MealPlanShareLinkSummarySchema, index_MealPlanShareLinkToken as MealPlanShareLinkToken, index_MealPlanShareLinkTokenSchema as MealPlanShareLinkTokenSchema, index_MealPlanSharePreviewResponse as MealPlanSharePreviewResponse, index_MealPlanSharePreviewResponseSchema as MealPlanSharePreviewResponseSchema, index_MealPlanStatus as MealPlanStatus, index_MealPlanStatusSchema as MealPlanStatusSchema, index_MealPlanSystemMessage as MealPlanSystemMessage, index_MealPlanSystemMessageKind as MealPlanSystemMessageKind, index_MealPlanSystemMessageKindSchema as MealPlanSystemMessageKindSchema, index_MealPlanSystemMessageSchema as MealPlanSystemMessageSchema, index_MealPlanViewerPermissions as MealPlanViewerPermissions, index_MealPlanViewerPermissionsSchema as MealPlanViewerPermissionsSchema, index_MealPlanViewerRole as MealPlanViewerRole, index_MealPlanViewerRoleSchema as MealPlanViewerRoleSchema, index_MealPlanVote as MealPlanVote, index_MealPlanVoteIdSchema as MealPlanVoteIdSchema, index_MealPlanVoteSchema as MealPlanVoteSchema, index_MealPlanVoteType as MealPlanVoteType, index_MealPlanVoteTypeSchema as MealPlanVoteTypeSchema, 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_MemberCore as MemberCore, index_MemberCoreSchema as MemberCoreSchema, index_MemberDetail as MemberDetail, index_MemberDetailSchema as MemberDetailSchema, index_MemberFoodPreference as MemberFoodPreference, index_MemberFoodPreferenceSchema as MemberFoodPreferenceSchema, index_MemberId as MemberId, index_MemberIdSchema as MemberIdSchema, index_MemberLocation as MemberLocation, index_MemberLocationSchema as MemberLocationSchema, index_MemberLocationSettingsResponse as MemberLocationSettingsResponse, index_MemberLocationSettingsResponseSchema as MemberLocationSettingsResponseSchema, index_MemberResponse as MemberResponse, index_MemberResponseSchema as MemberResponseSchema, index_MemberRole as MemberRole, index_MemberRoleSchema as MemberRoleSchema, index_MemberSearchQuery as MemberSearchQuery, index_MemberSearchQuerySchema as MemberSearchQuerySchema, index_MemberSerachResponse as MemberSerachResponse, index_MemberSerachResponseSchema as MemberSerachResponseSchema, index_MyMealPlanGroup as MyMealPlanGroup, index_MyMealPlanGroupSchema as MyMealPlanGroupSchema, index_MyMealPlanListItem as MyMealPlanListItem, index_MyMealPlanListItemSchema as MyMealPlanListItemSchema, index_MyMealPlanListResponse as MyMealPlanListResponse, index_MyMealPlanListResponseSchema as MyMealPlanListResponseSchema, index_NearbyFriendExposureEligibility as NearbyFriendExposureEligibility, index_NearbyFriendExposureEligibilitySchema as NearbyFriendExposureEligibilitySchema, index_NearbyFriendMealPlanSummary as NearbyFriendMealPlanSummary, index_NearbyFriendMealPlanSummarySchema as NearbyFriendMealPlanSummarySchema, 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_OnboardingDraft as OnboardingDraft, index_OnboardingDraftSchema as OnboardingDraftSchema, index_OnboardingStatus as OnboardingStatus, index_OnboardingStatusSchema as OnboardingStatusSchema, index_PageArticleSummaryResponse as PageArticleSummaryResponse, index_PageArticleSummaryResponseSchema as PageArticleSummaryResponseSchema, index_PageMeta as PageMeta, index_PageMetaSchema as PageMetaSchema, index_PageQuerySchema as PageQuerySchema, index_PageRequest as PageRequest, index_PageResponse as PageResponse, index_PageResponseSchema as PageResponseSchema, index_PathParamsOf as PathParamsOf, index_PermissionKind as PermissionKind, index_PermissionKindSchema as PermissionKindSchema, index_PermissionPlatform as PermissionPlatform, index_PermissionPlatformSchema as PermissionPlatformSchema, index_PermissionStatus as PermissionStatus, index_PermissionStatusSchema as PermissionStatusSchema, index_PositiveIntIdSchema as PositiveIntIdSchema, index_ProfileDetailResponse as ProfileDetailResponse, index_ProfileDetailResponseSchema as ProfileDetailResponseSchema, index_PushDeliveryAttemptResult as PushDeliveryAttemptResult, index_PushDeliveryAttemptResultSchema as PushDeliveryAttemptResultSchema, index_PushDeliveryAttemptSummary as PushDeliveryAttemptSummary, index_PushDeliveryAttemptSummarySchema as PushDeliveryAttemptSummarySchema, index_PushDeliveryOutboxSummary as PushDeliveryOutboxSummary, index_PushDeliveryOutboxSummarySchema as PushDeliveryOutboxSummarySchema, index_PushDeliveryStatus as PushDeliveryStatus, index_PushDeliveryStatusSchema as PushDeliveryStatusSchema, index_PushPayloadSchemaVersionSchema as PushPayloadSchemaVersionSchema, index_PushPermissionStatus as PushPermissionStatus, index_PushPermissionStatusSchema as PushPermissionStatusSchema, index_PushPlatform as PushPlatform, index_PushPlatformSchema as PushPlatformSchema, index_PushProvider as PushProvider, index_PushProviderSchema as PushProviderSchema, index_PushTokenResponse as PushTokenResponse, index_PushTokenResponseSchema as PushTokenResponseSchema, index_PushTokenStatus as PushTokenStatus, index_PushTokenStatusSchema as PushTokenStatusSchema, index_QueryOf as QueryOf, 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_RegisterMealPlanLiveActivitySessionRequest as RegisterMealPlanLiveActivitySessionRequest, index_RegisterMealPlanLiveActivitySessionRequestSchema as RegisterMealPlanLiveActivitySessionRequestSchema, index_RegisterPushTokenRequest as RegisterPushTokenRequest, index_RegisterPushTokenRequestSchema as RegisterPushTokenRequestSchema, index_ReopenMealPlanDecisionTaskRequest as ReopenMealPlanDecisionTaskRequest, index_ReopenMealPlanDecisionTaskRequestSchema as ReopenMealPlanDecisionTaskRequestSchema, index_ResolvedFoodCode as ResolvedFoodCode, index_ResolvedFoodCodeSchema as ResolvedFoodCodeSchema, index_ResponseOf as ResponseOf, index_RestaurantId as RestaurantId, index_RestaurantIdSchema as RestaurantIdSchema, index_RestaurantResponse as RestaurantResponse, index_RestaurantSchema as RestaurantSchema, index_RevokePushTokenRequest as RevokePushTokenRequest, index_RevokePushTokenRequestSchema as RevokePushTokenRequestSchema, index_SendMealPlanChatMessageRequest as SendMealPlanChatMessageRequest, index_SendMealPlanChatMessageRequestSchema as SendMealPlanChatMessageRequestSchema, index_SendMealPlanInviteResponse as SendMealPlanInviteResponse, index_SendMealPlanInviteResponseSchema as SendMealPlanInviteResponseSchema, index_SignupRequest as SignupRequest, index_SignupRequestSchema as SignupRequestSchema, index_SignupResponse as SignupResponse, index_SignupResponseSchema as SignupResponseSchema, index_SortDirection as SortDirection, index_SortDirectionSchema as SortDirectionSchema, index_StartMealPlanFromGroupRequest as StartMealPlanFromGroupRequest, index_StartMealPlanFromGroupRequestSchema as StartMealPlanFromGroupRequestSchema, index_SubscriptionId as SubscriptionId, index_SubscriptionIdSchema as SubscriptionIdSchema, index_TimeHHmmString as TimeHHmmString, index_TimeHHmmStringSchema as TimeHHmmStringSchema, index_TokenResponse as TokenResponse, index_TokenResponseSchema as TokenResponseSchema, index_UpdateMealGroupMemberRoleRequest as UpdateMealGroupMemberRoleRequest, index_UpdateMealGroupMemberRoleRequestSchema as UpdateMealGroupMemberRoleRequestSchema, index_UpdateMealPlanContextRequest as UpdateMealPlanContextRequest, index_UpdateMealPlanContextRequestSchema as UpdateMealPlanContextRequestSchema, index_UpdateMealStatusRequest as UpdateMealStatusRequest, index_UpdateMealStatusRequestSchema as UpdateMealStatusRequestSchema, index_UpdateMemberLocationConsentRequest as UpdateMemberLocationConsentRequest, index_UpdateMemberLocationConsentRequestSchema as UpdateMemberLocationConsentRequestSchema, index_UpdateMemberLocationRequest as UpdateMemberLocationRequest, index_UpdateMemberLocationRequestSchema as UpdateMemberLocationRequestSchema, index_UpdatePreferenceRequest as UpdatePreferenceRequest, index_UpdatePreferenceRequestSchema as UpdatePreferenceRequestSchema, index_UpdateProfileRequest as UpdateProfileRequest, index_UpdateProfileRequestSchema as UpdateProfileRequestSchema, index_UploadArticleImageRequestSchema as UploadArticleImageRequestSchema, index_UploadArticleImageResponse as UploadArticleImageResponse, index_UploadArticleImageResponseSchema as UploadArticleImageResponseSchema, index_UploadArticleImageeRquest as UploadArticleImageeRquest, index_UploadProfileImageRequest as UploadProfileImageRequest, index_UploadProfileImageRequestSchema as UploadProfileImageRequestSchema, index_UploadProfileImageResponse as UploadProfileImageResponse, index_UploadProfileImageResponseSchema as UploadProfileImageResponseSchema, index_UserIdSchema as UserIdSchema, index_apiContract as apiContract, index_compareMealPlanNotificationsByPriority as compareMealPlanNotificationsByPriority, index_endpoint as endpoint, index_getMealPlanLiveActivityBehavior as getMealPlanLiveActivityBehavior, index_getMealPlanNotificationPriority as getMealPlanNotificationPriority, index_getMealPlanNotificationPriorityPolicy as getMealPlanNotificationPriorityPolicy, index_makeApiResponseSchema as makeApiResponseSchema, index_makeApiSuccessSchema as makeApiSuccessSchema, index_shouldShowForegroundToast as shouldShowForegroundToast, index_toArticleId as toArticleId, index_toCommentId as toCommentId, index_toCouponId as toCouponId, index_toFriendRequestId as toFriendRequestId, index_toMealGroupId as toMealGroupId, index_toMealPlanChangeRequestId as toMealPlanChangeRequestId, index_toMealPlanChatMessageId as toMealPlanChatMessageId, index_toMealPlanChatRoomId as toMealPlanChatRoomId, index_toMealPlanId as toMealPlanId, index_toMealPlanInviteId as toMealPlanInviteId, index_toMealPlanJoinRequestId as toMealPlanJoinRequestId, index_toMealPlanNearbyFriendExposureBatchId as toMealPlanNearbyFriendExposureBatchId, index_toMealPlanShareLinkId as toMealPlanShareLinkId, index_toMealPlanShareLinkToken as toMealPlanShareLinkToken, index_toMemberId as toMemberId, index_toReferralCode as toReferralCode, index_toRestaurantId as toRestaurantId, index_toSubscriptionId as toSubscriptionId };
|
|
574
584
|
}
|
|
575
585
|
|
|
576
|
-
export { AI_CLASS_TO_FOOD_CODE_MAP_PATH, AddMealGroupMemberRequest, AddMealGroupMemberRequestSchema, AiClassFoodCodeMapping, AiClassFoodCodeMappingSchema, AiClassToFoodCodeMapManifest, AiClassToFoodCodeMapManifestSchema, ApiContract, ApiDomain, ApiFailure, ApiFailureSchema, ApiResponse, ApiResponseSchema, ApiSuccess, ApiSuccessSchema, ArticleComment, ArticleCommentSchema, ArticleCore, ArticleCoreSchema, ArticleDetailResponse, ArticleDetailResponseSchema, ArticleId, ArticleIdSchema, ArticleLikeResponse, ArticleLikeResponseSchema, ArticleListQueryRequest, ArticleListQuerySchema, ArticleSortBy, ArticleSortBySchema, ArticleSummaryResponse, ArticleSummaryResponseSchema, AsyncMapperContract, BodyOf, Brand, CACHE_INVALIDATION_SSE_EVENT, CacheInvalidationAction, CacheInvalidationActionSchema, CacheInvalidationEntity, CacheInvalidationEntitySchema, CacheInvalidationEvent, CacheInvalidationEventSchema, CacheInvalidationKey, CacheInvalidationKeySchema, ChallengeStatusResponse, ChallengeStatusResponseSchema, ClaimChallengeRewardRequest, ClaimChallengeRewardRequestSchema, ClaimChallengeRewardResponse, ClaimChallengeRewardResponseSchema, CommentId, CommentIdSchema, CompleteMealPlanDecisionStageRequest, CompleteMealPlanDecisionStageRequestSchema, CompleteOnboardingRequest, CompleteOnboardingRequestSchema, ConfirmMealPlanDecisionSnapshotRequest, ConfirmMealPlanDecisionSnapshotRequestSchema, CouponId, CouponIdSchema, CouponResponse, CouponResponseSchema, CouponStatus, CouponStatusSchema, CouponType, CouponTypeSchema, CreateArticleRequest, CreateArticleRequestSchema, CreateCommentRequest, CreateCommentRequestSchema, CreateMealGroupRequest, CreateMealGroupRequestSchema, CreateMealPlanChangeRequest, CreateMealPlanChangeRequestSchema, CreateMealPlanInviteRequest, CreateMealPlanInviteRequestSchema, CreateMealPlanJoinRequest, CreateMealPlanJoinRequestSchema, CreateMealPlanParticipantRequest, CreateMealPlanParticipantRequestSchema, CreateMealPlanRequest, CreateMealPlanRequestSchema, CreateMealPlanResponse, CreateMealPlanResponseSchema, CreateMealPlanShareLinkRequest, CreateMealPlanShareLinkRequestSchema, CreateMealPlanVoteRequest, CreateMealPlanVoteRequestSchema, CreateProfileRequest, CreateProfileRequestSchema, CreatedEntityIdResponse, CreatedEntityIdResponseSchema, CuisineTag, CuisineTagSchema, DevicePermissionSnapshot, DevicePermissionSnapshotSchema, EndMealPlanLiveActivitySessionRequest, EndMealPlanLiveActivitySessionRequestSchema, EndpointContract, EntityContract, ExposeMealPlanToNearbyFriendsRequest, ExposeMealPlanToNearbyFriendsRequestSchema, ExposeMealPlanToNearbyFriendsResponse, ExposeMealPlanToNearbyFriendsResponseSchema, FOOD_CODE_MANIFEST_PATH, FOOD_IMAGE_INDEX_PATH, Food, FoodAiClassMappingStatus, FoodAiClassMappingStatusSchema, FoodAnalysisResult, FoodAnalysisResultSchema, FoodCode, FoodCodeManifest, FoodCodeManifestImage, FoodCodeManifestImageSchema, FoodCodeManifestItem, FoodCodeManifestItemSchema, FoodCodeManifestSchema, FoodCodeSchema, FoodGranularity, FoodGranularitySchema, FoodImageIndexItem, FoodImageIndexItemSchema, FoodImageIndexManifest, FoodImageIndexManifestSchema, FoodLabel, FoodLabelSchema, FoodResolveQuery, FoodResolveQuerySchema, FoodResolveResponse, FoodResolveResponseSchema, FoodResolvedMatchSource, FoodResolvedMatchSourceSchema, FoodSchema, FoodSearchQuery, FoodSearchQuerySchema, FoodSearchResponse, FoodSearchResponseSchema, FriendBlockItemResponse, FriendBlockItemResponseSchema, FriendListItemResponse, FriendListItemResponseSchema, FriendMealAvailability, FriendMealAvailabilitySchema, FriendMealItemResponse, FriendMealItemResponseSchema, FriendMealQuery, FriendMealQuerySchema, FriendRequestId, FriendRequestIdSchema, FriendRequestItemResponse, FriendRequestItemResponseSchema, FriendRequestMember, FriendRequestMemberSchema, FriendRequestStatus, FriendRequestStatusSchema, FriendSearchQuerySchema, FriendSearchResponseSchema, HomeMealPlanActionCard, HomeMealPlanActionCardSchema, HomeMealPlanActionKind, HomeMealPlanActionKindSchema, HomeMealPlanDashboardResponse, HomeMealPlanDashboardResponseSchema, HttpMethod, ISODateString, ISODateStringSchema, ISODateTimeString, ISODateTimeStringSchema, JoinMealPlanGuestRequest, JoinMealPlanGuestRequestSchema, JoinMealPlanGuestResponse, JoinMealPlanGuestResponseSchema, KakaoPlaceRaw, KakaoPlaceRawSchema, LocationConsentStatus, LocationConsentStatusSchema, LoginRequest, LoginRequestSchema, MEAL_PLAN_NOTIFICATION_PRIORITY_POLICIES, MapperContract, MapperInput, MapperOutput, MealGroupHistoryItem, MealGroupHistoryItemSchema, MealGroupHistoryResponse, MealGroupHistoryResponseSchema, MealGroupId, MealGroupIdSchema, MealGroupMember, MealGroupMemberRole, MealGroupMemberRoleSchema, MealGroupMemberSchema, MealGroupPreferenceSummary, MealGroupPreferenceSummarySchema, MealGroupResponse, MealGroupResponseSchema, MealMapFriendRecordLocationMetadata, MealMapFriendRecordLocationMetadataSchema, MealMapLayer, MealMapLayerSchema, MealMapMarker, MealMapMarkerSchema, MealMapMyMealPlanPlaceMetadata, MealMapMyMealPlanPlaceMetadataSchema, MealMapNearbyFriendMealPlanMetadata, MealMapNearbyFriendMealPlanMetadataSchema, MealMapQuery, MealMapQuerySchema, MealMapResponse, MealMapResponseSchema, MealMapRestaurantCandidateCompletionBlockedReason, MealMapRestaurantCandidateCompletionBlockedReasonSchema, MealMapRestaurantCandidateMetadata, MealMapRestaurantCandidateMetadataSchema, MealPlanChangeRequestId, MealPlanChangeRequestIdSchema, MealPlanChangeRequestStatus, MealPlanChangeRequestStatusSchema, MealPlanChangeRequestSummary, MealPlanChangeRequestSummarySchema, MealPlanChannel, MealPlanChannelSchema, MealPlanChatMessageId, MealPlanChatMessageIdSchema, MealPlanChatMessageKind, MealPlanChatMessageKindSchema, MealPlanChatMessageListResponse, MealPlanChatMessageListResponseSchema, MealPlanChatMessageResponse, MealPlanChatMessageResponseSchema, MealPlanChatRoomId, MealPlanChatRoomIdSchema, MealPlanChatRoomSummary, MealPlanChatRoomSummarySchema, MealPlanChatSystemPayload, MealPlanChatSystemPayloadSchema, MealPlanDecisionActorType, MealPlanDecisionActorTypeSchema, MealPlanDecisionCandidate, MealPlanDecisionCandidateSchema, MealPlanDecisionFinalField, MealPlanDecisionFinalFieldSchema, MealPlanDecisionProgress, MealPlanDecisionProgressSchema, MealPlanDecisionReason, MealPlanDecisionReasonSchema, MealPlanDecisionSnapshot, MealPlanDecisionSnapshotSchema, MealPlanDecisionSnapshotStatus, MealPlanDecisionSnapshotStatusSchema, MealPlanDecisionStageIdSchema, MealPlanDecisionStageMetadata, MealPlanDecisionStageMetadataSchema, MealPlanDecisionStageResponse, MealPlanDecisionStageResponseSchema, MealPlanDecisionStageStatus, MealPlanDecisionStageStatusSchema, MealPlanDecisionStageType, MealPlanDecisionStageTypeSchema, MealPlanDecisionTaskKey, MealPlanDecisionTaskKeySchema, MealPlanDecisionTaskProgress, MealPlanDecisionTaskProgressSchema, MealPlanDecisionTaskReadyRequest, MealPlanDecisionTaskReadyRequestSchema, MealPlanDecisionTaskStatus, MealPlanDecisionTaskStatusSchema, MealPlanGuestParticipant, MealPlanGuestParticipantSchema, MealPlanGuestSessionQuery, MealPlanGuestSessionQuerySchema, MealPlanGuestSessionResponse, MealPlanGuestSessionResponseSchema, MealPlanId, MealPlanIdSchema, MealPlanInviteId, MealPlanInviteIdSchema, MealPlanInviteListResponse, MealPlanInviteListResponseSchema, MealPlanInviteStatus, MealPlanInviteStatusSchema, MealPlanInviteSummary, MealPlanInviteSummarySchema, MealPlanJoinRequestId, MealPlanJoinRequestIdSchema, MealPlanJoinRequestStatus, MealPlanJoinRequestStatusSchema, MealPlanJoinRequestSummary, MealPlanJoinRequestSummarySchema, MealPlanJoinSource, MealPlanJoinSourceSchema, MealPlanLatitudeSchema, MealPlanLiveActivityBehavior, MealPlanLiveActivityBehaviorSchema, MealPlanLiveActivityPlatform, MealPlanLiveActivityPlatformSchema, MealPlanLiveActivitySessionListResponse, MealPlanLiveActivitySessionListResponseSchema, MealPlanLiveActivitySessionResponse, MealPlanLiveActivitySessionResponseSchema, MealPlanLiveActivitySessionStatus, MealPlanLiveActivitySessionStatusSchema, MealPlanLiveActivityState, MealPlanLiveActivityStateSchema, MealPlanLiveActivityUpdateStatus, MealPlanLiveActivityUpdateStatusSchema, MealPlanLocationCandidate, MealPlanLocationCandidateIdSchema, MealPlanLocationCandidateSchema, MealPlanLocationCandidateSourceSchema, MealPlanLongitudeSchema, MealPlanMenuCandidate, MealPlanMenuCandidateIdSchema, MealPlanMenuCandidateSchema, MealPlanMenuCandidateSource, MealPlanMenuCandidateSourceSchema, MealPlanNearbyFriendExposureBatchId, MealPlanNearbyFriendExposureBatchIdSchema, MealPlanNearbyFriendExposureBatchSummary, MealPlanNearbyFriendExposureBatchSummarySchema, MealPlanNearbyFriendExposureIdSchema, MealPlanNearbyFriendExposureNotificationStatus, MealPlanNearbyFriendExposureNotificationStatusSchema, MealPlanNearbyFriendExposureStatus, MealPlanNearbyFriendExposureStatusSchema, MealPlanNearbyFriendExposureSummary, MealPlanNearbyFriendExposureSummarySchema, MealPlanNearbyFriendRejectionReason, MealPlanNearbyFriendRejectionReasonSchema, MealPlanNearbyFriendRejectionSummary, MealPlanNearbyFriendRejectionSummarySchema, MealPlanNotification, MealPlanNotificationKind, MealPlanNotificationKindSchema, MealPlanNotificationPriorityChannel, MealPlanNotificationPriorityChannelSchema, MealPlanNotificationPriorityPolicy, MealPlanNotificationPriorityPolicyItem, MealPlanNotificationPriorityPolicyItemSchema, MealPlanNotificationSchema, MealPlanParticipantIdSchema, MealPlanParticipantResponse, MealPlanParticipantResponseSchema, MealPlanParticipantRole, MealPlanParticipantRoleSchema, MealPlanParticipantStatus, MealPlanParticipantStatusSchema, MealPlanPushPayloadData, MealPlanPushPayloadDataSchema, MealPlanRecommendationContext, MealPlanRecommendationContextSchema, MealPlanResponse, MealPlanResponseSchema, MealPlanRestaurantCandidate, MealPlanRestaurantCandidateSchema, MealPlanRestaurantSearchState, MealPlanRestaurantSearchStateSchema, MealPlanRestaurantSearchStatus, MealPlanRestaurantSearchStatusSchema, MealPlanShareLinkId, MealPlanShareLinkIdSchema, MealPlanShareLinkSummary, MealPlanShareLinkSummarySchema, MealPlanShareLinkToken, MealPlanShareLinkTokenSchema, MealPlanSharePreviewResponse, MealPlanSharePreviewResponseSchema, MealPlanStatus, MealPlanStatusSchema, MealPlanSystemMessage, MealPlanSystemMessageKind, MealPlanSystemMessageKindSchema, MealPlanSystemMessageSchema, MealPlanViewerPermissions, MealPlanViewerPermissionsSchema, MealPlanViewerRole, MealPlanViewerRoleSchema, MealPlanVote, MealPlanVoteIdSchema, MealPlanVoteSchema, MealPlanVoteType, MealPlanVoteTypeSchema, MealStatus, MealStatusAction, MealStatusActionSchema, MealStatusResponse, MealStatusResponseSchema, MealStatusSchema, MemberCore, MemberCoreSchema, MemberDetail, MemberDetailSchema, MemberFoodPreference, MemberFoodPreferenceSchema, MemberId, MemberIdSchema, MemberLocation, MemberLocationSchema, MemberLocationSettingsResponse, MemberLocationSettingsResponseSchema, MemberResponse, MemberResponseSchema, MemberRole, MemberRoleSchema, MemberSearchQuery, MemberSearchQuerySchema, MemberSerachResponse, MemberSerachResponseSchema, MyMealPlanGroup, MyMealPlanGroupSchema, MyMealPlanListItem, MyMealPlanListItemSchema, MyMealPlanListResponse, MyMealPlanListResponseSchema, NearbyFriendExposureEligibility, NearbyFriendExposureEligibilitySchema, NearbyFriendMealPlanSummary, NearbyFriendMealPlanSummarySchema, NoBodySchema, NoContent, NoContentSchema, NoParamsSchema, NoQuerySchema, NonEmptyStringIdSchema, OnboardingDraft, OnboardingDraftSchema, OnboardingStatus, OnboardingStatusSchema, PageArticleSummaryResponse, PageArticleSummaryResponseSchema, PageMeta, PageMetaSchema, PageQuerySchema, PageRequest, PageResponse, PageResponseSchema, PathParamsOf, PermissionKind, PermissionKindSchema, PermissionPlatform, PermissionPlatformSchema, PermissionStatus, PermissionStatusSchema, PositiveIntIdSchema, ProfileDetailResponse, ProfileDetailResponseSchema, PushDeliveryAttemptResult, PushDeliveryAttemptResultSchema, PushDeliveryAttemptSummary, PushDeliveryAttemptSummarySchema, PushDeliveryOutboxSummary, PushDeliveryOutboxSummarySchema, PushDeliveryStatus, PushDeliveryStatusSchema, PushPayloadSchemaVersionSchema, PushPermissionStatus, PushPermissionStatusSchema, PushPlatform, PushPlatformSchema, PushProvider, PushProviderSchema, PushTokenResponse, PushTokenResponseSchema, PushTokenStatus, PushTokenStatusSchema, QueryOf, RedeemReferralRequest, RedeemReferralRequestSchema, ReferralCode, ReferralCodeSchema, ReferralCreateResponse, ReferralCreateResponseSchema, ReferralItemResponse, ReferralItemResponseSchema, RegisterMealPlanLiveActivitySessionRequest, RegisterMealPlanLiveActivitySessionRequestSchema, RegisterPushTokenRequest, RegisterPushTokenRequestSchema, ReopenMealPlanDecisionTaskRequest, ReopenMealPlanDecisionTaskRequestSchema, ResolvedFoodCode, ResolvedFoodCodeSchema, ResponseOf, RestaurantId, RestaurantIdSchema, RestaurantResponse, RestaurantSchema, RevokePushTokenRequest, RevokePushTokenRequestSchema, SendMealPlanChatMessageRequest, SendMealPlanChatMessageRequestSchema, SendMealPlanInviteResponse, SendMealPlanInviteResponseSchema, SignupRequest, SignupRequestSchema, SignupResponse, SignupResponseSchema, SortDirection, SortDirectionSchema, StartMealPlanFromGroupRequest, StartMealPlanFromGroupRequestSchema, SubscriptionId, SubscriptionIdSchema, TimeHHmmString, TimeHHmmStringSchema, TokenResponse, TokenResponseSchema, UpdateMealGroupMemberRoleRequest, UpdateMealGroupMemberRoleRequestSchema, UpdateMealPlanContextRequest, UpdateMealPlanContextRequestSchema, UpdateMealStatusRequest, UpdateMealStatusRequestSchema, UpdateMemberLocationConsentRequest, UpdateMemberLocationConsentRequestSchema, UpdateMemberLocationRequest, UpdateMemberLocationRequestSchema, UpdatePreferenceRequest, UpdatePreferenceRequestSchema, UpdateProfileRequest, UpdateProfileRequestSchema, UploadArticleImageRequestSchema, UploadArticleImageResponse, UploadArticleImageResponseSchema, UploadArticleImageeRquest, UploadProfileImageRequest, UploadProfileImageRequestSchema, UploadProfileImageResponse, UploadProfileImageResponseSchema, UserIdSchema, apiContract, compareMealPlanNotificationsByPriority, endpoint, getMealPlanLiveActivityBehavior, getMealPlanNotificationPriority, getMealPlanNotificationPriorityPolicy, index as i, makeApiResponseSchema, makeApiSuccessSchema, shouldShowForegroundToast, toArticleId, toCommentId, toCouponId, toFriendRequestId, toMealGroupId, toMealPlanChangeRequestId, toMealPlanChatMessageId, toMealPlanChatRoomId, toMealPlanId, toMealPlanInviteId, toMealPlanJoinRequestId, toMealPlanNearbyFriendExposureBatchId, toMealPlanShareLinkId, toMealPlanShareLinkToken, toMemberId, toReferralCode, toRestaurantId, toSubscriptionId };
|
|
586
|
+
export { AI_CLASS_TO_FOOD_CODE_MAP_PATH, AddMealGroupMemberRequest, AddMealGroupMemberRequestSchema, AiClassFoodCodeMapping, AiClassFoodCodeMappingSchema, AiClassToFoodCodeMapManifest, AiClassToFoodCodeMapManifestSchema, ApiContract, ApiDomain, ApiFailure, ApiFailureSchema, ApiResponse, ApiResponseSchema, ApiSuccess, ApiSuccessSchema, ArticleComment, ArticleCommentSchema, ArticleCore, ArticleCoreSchema, ArticleDetailResponse, ArticleDetailResponseSchema, ArticleId, ArticleIdSchema, ArticleLikeResponse, ArticleLikeResponseSchema, ArticleListQueryRequest, ArticleListQuerySchema, ArticleSortBy, ArticleSortBySchema, ArticleSummaryResponse, ArticleSummaryResponseSchema, AsyncMapperContract, BodyOf, Brand, CACHE_INVALIDATION_SSE_EVENT, CacheInvalidationAction, CacheInvalidationActionSchema, CacheInvalidationEntity, CacheInvalidationEntitySchema, CacheInvalidationEvent, CacheInvalidationEventSchema, CacheInvalidationKey, CacheInvalidationKeySchema, ChallengeStatusResponse, ChallengeStatusResponseSchema, ClaimChallengeRewardRequest, ClaimChallengeRewardRequestSchema, ClaimChallengeRewardResponse, ClaimChallengeRewardResponseSchema, CommentId, CommentIdSchema, CompleteMealPlanDecisionStageRequest, CompleteMealPlanDecisionStageRequestSchema, CompleteOnboardingRequest, CompleteOnboardingRequestSchema, ConfirmMealPlanDecisionSnapshotRequest, ConfirmMealPlanDecisionSnapshotRequestSchema, CouponId, CouponIdSchema, CouponResponse, CouponResponseSchema, CouponStatus, CouponStatusSchema, CouponType, CouponTypeSchema, CreateArticleRequest, CreateArticleRequestSchema, CreateCommentRequest, CreateCommentRequestSchema, CreateMealGroupRequest, CreateMealGroupRequestSchema, CreateMealPlanChangeRequest, CreateMealPlanChangeRequestSchema, CreateMealPlanInviteRequest, CreateMealPlanInviteRequestSchema, CreateMealPlanJoinRequest, CreateMealPlanJoinRequestSchema, CreateMealPlanParticipantRequest, CreateMealPlanParticipantRequestSchema, CreateMealPlanRequest, CreateMealPlanRequestSchema, CreateMealPlanResponse, CreateMealPlanResponseSchema, CreateMealPlanShareLinkRequest, CreateMealPlanShareLinkRequestSchema, CreateMealPlanVoteRequest, CreateMealPlanVoteRequestSchema, CreateProfileRequest, CreateProfileRequestSchema, CreatedEntityIdResponse, CreatedEntityIdResponseSchema, CuisineTag, CuisineTagSchema, DevicePermissionSnapshot, DevicePermissionSnapshotSchema, EndMealPlanLiveActivitySessionRequest, EndMealPlanLiveActivitySessionRequestSchema, EndpointContract, EntityContract, ExposeMealPlanToNearbyFriendsRequest, ExposeMealPlanToNearbyFriendsRequestSchema, ExposeMealPlanToNearbyFriendsResponse, ExposeMealPlanToNearbyFriendsResponseSchema, FOOD_CODE_MANIFEST_PATH, FOOD_IMAGE_INDEX_PATH, Food, FoodAiClassMappingStatus, FoodAiClassMappingStatusSchema, FoodAnalysisResult, FoodAnalysisResultSchema, FoodCode, FoodCodeManifest, FoodCodeManifestImage, FoodCodeManifestImageSchema, FoodCodeManifestItem, FoodCodeManifestItemSchema, FoodCodeManifestSchema, FoodCodeSchema, FoodGranularity, FoodGranularitySchema, FoodImageIndexItem, FoodImageIndexItemSchema, FoodImageIndexManifest, FoodImageIndexManifestSchema, FoodLabel, FoodLabelSchema, FoodResolveQuery, FoodResolveQuerySchema, FoodResolveResponse, FoodResolveResponseSchema, FoodResolvedMatchSource, FoodResolvedMatchSourceSchema, FoodSchema, FoodSearchQuery, FoodSearchQuerySchema, FoodSearchResponse, FoodSearchResponseSchema, FriendBlockItemResponse, FriendBlockItemResponseSchema, FriendListItemResponse, FriendListItemResponseSchema, FriendMealAvailability, FriendMealAvailabilitySchema, FriendMealItemResponse, FriendMealItemResponseSchema, FriendMealQuery, FriendMealQuerySchema, FriendRequestId, FriendRequestIdSchema, FriendRequestItemResponse, FriendRequestItemResponseSchema, FriendRequestMember, FriendRequestMemberSchema, FriendRequestStatus, FriendRequestStatusSchema, FriendSearchQuerySchema, FriendSearchResponseSchema, HomeMealPlanActionCard, HomeMealPlanActionCardSchema, HomeMealPlanActionKind, HomeMealPlanActionKindSchema, HomeMealPlanDashboardResponse, HomeMealPlanDashboardResponseSchema, HttpMethod, ISODateString, ISODateStringSchema, ISODateTimeString, ISODateTimeStringSchema, JoinMealPlanGuestRequest, JoinMealPlanGuestRequestSchema, JoinMealPlanGuestResponse, JoinMealPlanGuestResponseSchema, KakaoPlaceRaw, KakaoPlaceRawSchema, LocationConsentStatus, LocationConsentStatusSchema, LoginRequest, LoginRequestSchema, MEAL_PLAN_NOTIFICATION_PRIORITY_POLICIES, MapperContract, MapperInput, MapperOutput, MealGroupHistoryItem, MealGroupHistoryItemSchema, MealGroupHistoryResponse, MealGroupHistoryResponseSchema, MealGroupId, MealGroupIdSchema, MealGroupMember, MealGroupMemberRole, MealGroupMemberRoleSchema, MealGroupMemberSchema, MealGroupPreferenceSummary, MealGroupPreferenceSummarySchema, MealGroupResponse, MealGroupResponseSchema, MealMapFriendRecordLocationMetadata, MealMapFriendRecordLocationMetadataSchema, MealMapLayer, MealMapLayerSchema, MealMapMarker, MealMapMarkerSchema, MealMapMyMealPlanPlaceMetadata, MealMapMyMealPlanPlaceMetadataSchema, MealMapNearbyFriendMealPlanMetadata, MealMapNearbyFriendMealPlanMetadataSchema, MealMapQuery, MealMapQuerySchema, MealMapResponse, MealMapResponseSchema, MealMapRestaurantCandidateCompletionBlockedReason, MealMapRestaurantCandidateCompletionBlockedReasonSchema, MealMapRestaurantCandidateMetadata, MealMapRestaurantCandidateMetadataSchema, MealPlanChangeRequestId, MealPlanChangeRequestIdSchema, MealPlanChangeRequestStatus, MealPlanChangeRequestStatusSchema, MealPlanChangeRequestSummary, MealPlanChangeRequestSummarySchema, MealPlanChannel, MealPlanChannelSchema, MealPlanChatMessageId, MealPlanChatMessageIdSchema, MealPlanChatMessageKind, MealPlanChatMessageKindSchema, MealPlanChatMessageListResponse, MealPlanChatMessageListResponseSchema, MealPlanChatMessageResponse, MealPlanChatMessageResponseSchema, MealPlanChatRoomId, MealPlanChatRoomIdSchema, MealPlanChatRoomSummary, MealPlanChatRoomSummarySchema, MealPlanChatSystemPayload, MealPlanChatSystemPayloadSchema, MealPlanDecisionActorType, MealPlanDecisionActorTypeSchema, MealPlanDecisionCandidate, MealPlanDecisionCandidateSchema, MealPlanDecisionFinalField, MealPlanDecisionFinalFieldSchema, MealPlanDecisionProgress, MealPlanDecisionProgressSchema, MealPlanDecisionReason, MealPlanDecisionReasonSchema, MealPlanDecisionSnapshot, MealPlanDecisionSnapshotSchema, MealPlanDecisionSnapshotStatus, MealPlanDecisionSnapshotStatusSchema, MealPlanDecisionStageIdSchema, MealPlanDecisionStageMetadata, MealPlanDecisionStageMetadataSchema, MealPlanDecisionStageResponse, MealPlanDecisionStageResponseSchema, MealPlanDecisionStageStatus, MealPlanDecisionStageStatusSchema, MealPlanDecisionStageType, MealPlanDecisionStageTypeSchema, MealPlanDecisionTaskKey, MealPlanDecisionTaskKeySchema, MealPlanDecisionTaskProgress, MealPlanDecisionTaskProgressSchema, MealPlanDecisionTaskStatus, MealPlanDecisionTaskStatusSchema, MealPlanDecisionVoteSocketAck, MealPlanDecisionVoteSocketAckSchema, MealPlanDecisionVoteSocketError, MealPlanDecisionVoteSocketErrorSchema, MealPlanDecisionVoteSocketEvent, MealPlanDecisionVoteSocketFailureAck, MealPlanDecisionVoteSocketFailureAckSchema, MealPlanDecisionVoteSocketPayload, MealPlanDecisionVoteSocketPayloadSchema, MealPlanDecisionVoteSocketSuccessAck, MealPlanDecisionVoteSocketSuccessAckSchema, MealPlanGuestParticipant, MealPlanGuestParticipantSchema, MealPlanGuestSessionQuery, MealPlanGuestSessionQuerySchema, MealPlanGuestSessionResponse, MealPlanGuestSessionResponseSchema, MealPlanId, MealPlanIdSchema, MealPlanInviteId, MealPlanInviteIdSchema, MealPlanInviteListResponse, MealPlanInviteListResponseSchema, MealPlanInviteStatus, MealPlanInviteStatusSchema, MealPlanInviteSummary, MealPlanInviteSummarySchema, MealPlanJoinRequestId, MealPlanJoinRequestIdSchema, MealPlanJoinRequestStatus, MealPlanJoinRequestStatusSchema, MealPlanJoinRequestSummary, MealPlanJoinRequestSummarySchema, MealPlanJoinSource, MealPlanJoinSourceSchema, MealPlanLatitudeSchema, MealPlanLiveActivityBehavior, MealPlanLiveActivityBehaviorSchema, MealPlanLiveActivityPlatform, MealPlanLiveActivityPlatformSchema, MealPlanLiveActivitySessionListResponse, MealPlanLiveActivitySessionListResponseSchema, MealPlanLiveActivitySessionResponse, MealPlanLiveActivitySessionResponseSchema, MealPlanLiveActivitySessionStatus, MealPlanLiveActivitySessionStatusSchema, MealPlanLiveActivityState, MealPlanLiveActivityStateSchema, MealPlanLiveActivityUpdateStatus, MealPlanLiveActivityUpdateStatusSchema, MealPlanLocationCandidate, MealPlanLocationCandidateIdSchema, MealPlanLocationCandidateSchema, MealPlanLocationCandidateSource, MealPlanLocationCandidateSourceSchema, MealPlanLongitudeSchema, MealPlanMenuCandidate, MealPlanMenuCandidateIdSchema, MealPlanMenuCandidateSchema, MealPlanMenuCandidateSource, MealPlanMenuCandidateSourceSchema, MealPlanNearbyFriendExposureBatchId, MealPlanNearbyFriendExposureBatchIdSchema, MealPlanNearbyFriendExposureBatchSummary, MealPlanNearbyFriendExposureBatchSummarySchema, MealPlanNearbyFriendExposureIdSchema, MealPlanNearbyFriendExposureNotificationStatus, MealPlanNearbyFriendExposureNotificationStatusSchema, MealPlanNearbyFriendExposureStatus, MealPlanNearbyFriendExposureStatusSchema, MealPlanNearbyFriendExposureSummary, MealPlanNearbyFriendExposureSummarySchema, MealPlanNearbyFriendRejectionReason, MealPlanNearbyFriendRejectionReasonSchema, MealPlanNearbyFriendRejectionSummary, MealPlanNearbyFriendRejectionSummarySchema, MealPlanNotification, MealPlanNotificationKind, MealPlanNotificationKindSchema, MealPlanNotificationPriorityChannel, MealPlanNotificationPriorityChannelSchema, MealPlanNotificationPriorityPolicy, MealPlanNotificationPriorityPolicyItem, MealPlanNotificationPriorityPolicyItemSchema, MealPlanNotificationSchema, MealPlanParticipantIdSchema, MealPlanParticipantResponse, MealPlanParticipantResponseSchema, MealPlanParticipantRole, MealPlanParticipantRoleSchema, MealPlanParticipantStatus, MealPlanParticipantStatusSchema, MealPlanPushPayloadData, MealPlanPushPayloadDataSchema, MealPlanRecommendationContext, MealPlanRecommendationContextSchema, MealPlanResponse, MealPlanResponseSchema, MealPlanRestaurantCandidate, MealPlanRestaurantCandidateSchema, MealPlanRestaurantSearchState, MealPlanRestaurantSearchStateSchema, MealPlanRestaurantSearchStatus, MealPlanRestaurantSearchStatusSchema, MealPlanShareLinkId, MealPlanShareLinkIdSchema, MealPlanShareLinkSummary, MealPlanShareLinkSummarySchema, MealPlanShareLinkToken, MealPlanShareLinkTokenSchema, MealPlanSharePreviewResponse, MealPlanSharePreviewResponseSchema, MealPlanStatus, MealPlanStatusSchema, MealPlanSystemMessage, MealPlanSystemMessageKind, MealPlanSystemMessageKindSchema, MealPlanSystemMessageSchema, MealPlanViewerPermissions, MealPlanViewerPermissionsSchema, MealPlanViewerRole, MealPlanViewerRoleSchema, MealPlanVote, MealPlanVoteIdSchema, MealPlanVoteSchema, MealPlanVoteType, MealPlanVoteTypeSchema, MealStatus, MealStatusAction, MealStatusActionSchema, MealStatusResponse, MealStatusResponseSchema, MealStatusSchema, MemberCore, MemberCoreSchema, MemberDetail, MemberDetailSchema, MemberFoodPreference, MemberFoodPreferenceSchema, MemberId, MemberIdSchema, MemberLocation, MemberLocationSchema, MemberLocationSettingsResponse, MemberLocationSettingsResponseSchema, MemberResponse, MemberResponseSchema, MemberRole, MemberRoleSchema, MemberSearchQuery, MemberSearchQuerySchema, MemberSerachResponse, MemberSerachResponseSchema, MyMealPlanGroup, MyMealPlanGroupSchema, MyMealPlanListItem, MyMealPlanListItemSchema, MyMealPlanListResponse, MyMealPlanListResponseSchema, NearbyFriendExposureEligibility, NearbyFriendExposureEligibilitySchema, NearbyFriendMealPlanSummary, NearbyFriendMealPlanSummarySchema, NoBodySchema, NoContent, NoContentSchema, NoParamsSchema, NoQuerySchema, NonEmptyStringIdSchema, OnboardingDraft, OnboardingDraftSchema, OnboardingStatus, OnboardingStatusSchema, PageArticleSummaryResponse, PageArticleSummaryResponseSchema, PageMeta, PageMetaSchema, PageQuerySchema, PageRequest, PageResponse, PageResponseSchema, PathParamsOf, PermissionKind, PermissionKindSchema, PermissionPlatform, PermissionPlatformSchema, PermissionStatus, PermissionStatusSchema, PositiveIntIdSchema, ProfileDetailResponse, ProfileDetailResponseSchema, PushDeliveryAttemptResult, PushDeliveryAttemptResultSchema, PushDeliveryAttemptSummary, PushDeliveryAttemptSummarySchema, PushDeliveryOutboxSummary, PushDeliveryOutboxSummarySchema, PushDeliveryStatus, PushDeliveryStatusSchema, PushPayloadSchemaVersionSchema, PushPermissionStatus, PushPermissionStatusSchema, PushPlatform, PushPlatformSchema, PushProvider, PushProviderSchema, PushTokenResponse, PushTokenResponseSchema, PushTokenStatus, PushTokenStatusSchema, QueryOf, RedeemReferralRequest, RedeemReferralRequestSchema, ReferralCode, ReferralCodeSchema, ReferralCreateResponse, ReferralCreateResponseSchema, ReferralItemResponse, ReferralItemResponseSchema, RegisterMealPlanLiveActivitySessionRequest, RegisterMealPlanLiveActivitySessionRequestSchema, RegisterPushTokenRequest, RegisterPushTokenRequestSchema, ReopenMealPlanDecisionTaskRequest, ReopenMealPlanDecisionTaskRequestSchema, ResolvedFoodCode, ResolvedFoodCodeSchema, ResponseOf, RestaurantId, RestaurantIdSchema, RestaurantResponse, RestaurantSchema, RevokePushTokenRequest, RevokePushTokenRequestSchema, SendMealPlanChatMessageRequest, SendMealPlanChatMessageRequestSchema, SendMealPlanInviteResponse, SendMealPlanInviteResponseSchema, SignupRequest, SignupRequestSchema, SignupResponse, SignupResponseSchema, SortDirection, SortDirectionSchema, StartMealPlanFromGroupRequest, StartMealPlanFromGroupRequestSchema, SubscriptionId, SubscriptionIdSchema, TimeHHmmString, TimeHHmmStringSchema, TokenResponse, TokenResponseSchema, UpdateMealGroupMemberRoleRequest, UpdateMealGroupMemberRoleRequestSchema, UpdateMealPlanContextRequest, UpdateMealPlanContextRequestSchema, UpdateMealStatusRequest, UpdateMealStatusRequestSchema, UpdateMemberLocationConsentRequest, UpdateMemberLocationConsentRequestSchema, UpdateMemberLocationRequest, UpdateMemberLocationRequestSchema, UpdatePreferenceRequest, UpdatePreferenceRequestSchema, UpdateProfileRequest, UpdateProfileRequestSchema, UploadArticleImageRequestSchema, UploadArticleImageResponse, UploadArticleImageResponseSchema, UploadArticleImageeRquest, UploadProfileImageRequest, UploadProfileImageRequestSchema, UploadProfileImageResponse, UploadProfileImageResponseSchema, UserIdSchema, apiContract, compareMealPlanNotificationsByPriority, endpoint, getMealPlanLiveActivityBehavior, getMealPlanNotificationPriority, getMealPlanNotificationPriorityPolicy, index as i, makeApiResponseSchema, makeApiSuccessSchema, shouldShowForegroundToast, toArticleId, toCommentId, toCouponId, toFriendRequestId, toMealGroupId, toMealPlanChangeRequestId, toMealPlanChatMessageId, toMealPlanChatRoomId, toMealPlanId, toMealPlanInviteId, toMealPlanJoinRequestId, toMealPlanNearbyFriendExposureBatchId, toMealPlanShareLinkId, toMealPlanShareLinkToken, toMemberId, toReferralCode, toRestaurantId, toSubscriptionId };
|
package/dist/domain/index.js
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
|
-
import "../chunk-
|
|
1
|
+
import "../chunk-2W4HVSYK.js";
|
|
2
2
|
import "../chunk-NCVWB52E.js";
|
|
3
|
+
import {
|
|
4
|
+
AI_CLASS_TO_FOOD_CODE_MAP_PATH,
|
|
5
|
+
FOOD_CODE_MANIFEST_PATH,
|
|
6
|
+
FOOD_IMAGE_INDEX_PATH
|
|
7
|
+
} from "../chunk-BSJC7OVV.js";
|
|
3
8
|
import {
|
|
4
9
|
ApiFailureSchema,
|
|
5
10
|
ApiResponseSchema,
|
|
@@ -36,16 +41,7 @@ import {
|
|
|
36
41
|
toReferralCode,
|
|
37
42
|
toRestaurantId,
|
|
38
43
|
toSubscriptionId
|
|
39
|
-
} from "../chunk-
|
|
40
|
-
import {
|
|
41
|
-
FriendMealItemResponseSchema,
|
|
42
|
-
FriendMealQuerySchema,
|
|
43
|
-
MealStatusActionSchema,
|
|
44
|
-
MealStatusResponseSchema,
|
|
45
|
-
MealStatusSchema,
|
|
46
|
-
UpdateMealStatusRequestSchema
|
|
47
|
-
} from "../chunk-QUAG5LF5.js";
|
|
48
|
-
import "../chunk-NJTV6DRT.js";
|
|
44
|
+
} from "../chunk-IW342TDD.js";
|
|
49
45
|
import {
|
|
50
46
|
ChallengeStatusResponseSchema,
|
|
51
47
|
ClaimChallengeRewardRequestSchema,
|
|
@@ -56,7 +52,41 @@ import {
|
|
|
56
52
|
RedeemReferralRequestSchema,
|
|
57
53
|
ReferralCreateResponseSchema,
|
|
58
54
|
ReferralItemResponseSchema
|
|
59
|
-
} from "../chunk-
|
|
55
|
+
} from "../chunk-RZPNVRRS.js";
|
|
56
|
+
import {
|
|
57
|
+
EndMealPlanLiveActivitySessionRequestSchema,
|
|
58
|
+
MealPlanLiveActivityPlatformSchema,
|
|
59
|
+
MealPlanLiveActivitySessionListResponseSchema,
|
|
60
|
+
MealPlanLiveActivitySessionResponseSchema,
|
|
61
|
+
MealPlanLiveActivitySessionStatusSchema,
|
|
62
|
+
MealPlanLiveActivityStateSchema,
|
|
63
|
+
MealPlanLiveActivityUpdateStatusSchema,
|
|
64
|
+
RegisterMealPlanLiveActivitySessionRequestSchema
|
|
65
|
+
} from "../chunk-CUOJE3ER.js";
|
|
66
|
+
import {
|
|
67
|
+
MealPlanPushPayloadDataSchema,
|
|
68
|
+
PushDeliveryAttemptResultSchema,
|
|
69
|
+
PushDeliveryAttemptSummarySchema,
|
|
70
|
+
PushDeliveryOutboxSummarySchema,
|
|
71
|
+
PushDeliveryStatusSchema,
|
|
72
|
+
PushPayloadSchemaVersionSchema,
|
|
73
|
+
PushPermissionStatusSchema,
|
|
74
|
+
PushPlatformSchema,
|
|
75
|
+
PushProviderSchema,
|
|
76
|
+
PushTokenResponseSchema,
|
|
77
|
+
PushTokenStatusSchema,
|
|
78
|
+
RegisterPushTokenRequestSchema,
|
|
79
|
+
RevokePushTokenRequestSchema
|
|
80
|
+
} from "../chunk-HHU5TRDP.js";
|
|
81
|
+
import {
|
|
82
|
+
FriendMealItemResponseSchema,
|
|
83
|
+
FriendMealQuerySchema,
|
|
84
|
+
MealStatusActionSchema,
|
|
85
|
+
MealStatusResponseSchema,
|
|
86
|
+
MealStatusSchema,
|
|
87
|
+
UpdateMealStatusRequestSchema
|
|
88
|
+
} from "../chunk-EQLAVUHF.js";
|
|
89
|
+
import "../chunk-NJTV6DRT.js";
|
|
60
90
|
import {
|
|
61
91
|
ArticleCommentSchema,
|
|
62
92
|
ArticleCoreSchema,
|
|
@@ -75,34 +105,13 @@ import {
|
|
|
75
105
|
SortDirectionSchema,
|
|
76
106
|
UploadArticleImageRequestSchema,
|
|
77
107
|
UploadArticleImageResponseSchema
|
|
78
|
-
} from "../chunk-
|
|
108
|
+
} from "../chunk-IRAFNZDL.js";
|
|
79
109
|
import {
|
|
80
110
|
LoginRequestSchema,
|
|
81
111
|
SignupRequestSchema,
|
|
82
112
|
SignupResponseSchema,
|
|
83
113
|
TokenResponseSchema
|
|
84
|
-
} from "../chunk-
|
|
85
|
-
import {
|
|
86
|
-
AI_CLASS_TO_FOOD_CODE_MAP_PATH,
|
|
87
|
-
AiClassFoodCodeMappingSchema,
|
|
88
|
-
AiClassToFoodCodeMapManifestSchema,
|
|
89
|
-
CuisineTagSchema,
|
|
90
|
-
FOOD_CODE_MANIFEST_PATH,
|
|
91
|
-
FOOD_IMAGE_INDEX_PATH,
|
|
92
|
-
FoodAiClassMappingStatusSchema,
|
|
93
|
-
FoodCodeManifestImageSchema,
|
|
94
|
-
FoodCodeManifestItemSchema,
|
|
95
|
-
FoodCodeManifestSchema,
|
|
96
|
-
FoodGranularitySchema,
|
|
97
|
-
FoodImageIndexItemSchema,
|
|
98
|
-
FoodImageIndexManifestSchema,
|
|
99
|
-
FoodResolveQuerySchema,
|
|
100
|
-
FoodResolveResponseSchema,
|
|
101
|
-
FoodResolvedMatchSourceSchema,
|
|
102
|
-
FoodSearchQuerySchema,
|
|
103
|
-
FoodSearchResponseSchema,
|
|
104
|
-
ResolvedFoodCodeSchema
|
|
105
|
-
} from "../chunk-Q4BPFDVB.js";
|
|
114
|
+
} from "../chunk-QFPVAJ2U.js";
|
|
106
115
|
import {
|
|
107
116
|
FriendBlockItemResponseSchema,
|
|
108
117
|
FriendListItemResponseSchema,
|
|
@@ -112,17 +121,7 @@ import {
|
|
|
112
121
|
FriendRequestStatusSchema,
|
|
113
122
|
FriendSearchQuerySchema,
|
|
114
123
|
FriendSearchResponseSchema
|
|
115
|
-
} from "../chunk-
|
|
116
|
-
import {
|
|
117
|
-
EndMealPlanLiveActivitySessionRequestSchema,
|
|
118
|
-
MealPlanLiveActivityPlatformSchema,
|
|
119
|
-
MealPlanLiveActivitySessionListResponseSchema,
|
|
120
|
-
MealPlanLiveActivitySessionResponseSchema,
|
|
121
|
-
MealPlanLiveActivitySessionStatusSchema,
|
|
122
|
-
MealPlanLiveActivityStateSchema,
|
|
123
|
-
MealPlanLiveActivityUpdateStatusSchema,
|
|
124
|
-
RegisterMealPlanLiveActivitySessionRequestSchema
|
|
125
|
-
} from "../chunk-EX7S5FI5.js";
|
|
124
|
+
} from "../chunk-Q6Y2NBB6.js";
|
|
126
125
|
import {
|
|
127
126
|
AddMealGroupMemberRequestSchema,
|
|
128
127
|
CreateMealGroupRequestSchema,
|
|
@@ -147,6 +146,12 @@ import {
|
|
|
147
146
|
MealMapResponseSchema,
|
|
148
147
|
MealMapRestaurantCandidateCompletionBlockedReasonSchema,
|
|
149
148
|
MealMapRestaurantCandidateMetadataSchema,
|
|
149
|
+
MealPlanDecisionVoteSocketAckSchema,
|
|
150
|
+
MealPlanDecisionVoteSocketErrorSchema,
|
|
151
|
+
MealPlanDecisionVoteSocketEvent,
|
|
152
|
+
MealPlanDecisionVoteSocketFailureAckSchema,
|
|
153
|
+
MealPlanDecisionVoteSocketPayloadSchema,
|
|
154
|
+
MealPlanDecisionVoteSocketSuccessAckSchema,
|
|
150
155
|
MealPlanGuestSessionQuerySchema,
|
|
151
156
|
MealPlanGuestSessionResponseSchema,
|
|
152
157
|
MealPlanShareLinkSummarySchema,
|
|
@@ -158,22 +163,7 @@ import {
|
|
|
158
163
|
getMealPlanNotificationPriority,
|
|
159
164
|
getMealPlanNotificationPriorityPolicy,
|
|
160
165
|
shouldShowForegroundToast
|
|
161
|
-
} from "../chunk-
|
|
162
|
-
import {
|
|
163
|
-
MealPlanPushPayloadDataSchema,
|
|
164
|
-
PushDeliveryAttemptResultSchema,
|
|
165
|
-
PushDeliveryAttemptSummarySchema,
|
|
166
|
-
PushDeliveryOutboxSummarySchema,
|
|
167
|
-
PushDeliveryStatusSchema,
|
|
168
|
-
PushPayloadSchemaVersionSchema,
|
|
169
|
-
PushPermissionStatusSchema,
|
|
170
|
-
PushPlatformSchema,
|
|
171
|
-
PushProviderSchema,
|
|
172
|
-
PushTokenResponseSchema,
|
|
173
|
-
PushTokenStatusSchema,
|
|
174
|
-
RegisterPushTokenRequestSchema,
|
|
175
|
-
RevokePushTokenRequestSchema
|
|
176
|
-
} from "../chunk-GESEM4IA.js";
|
|
166
|
+
} from "../chunk-FODWQLEY.js";
|
|
177
167
|
import {
|
|
178
168
|
CompleteMealPlanDecisionStageRequestSchema,
|
|
179
169
|
ConfirmMealPlanDecisionSnapshotRequestSchema,
|
|
@@ -209,7 +199,6 @@ import {
|
|
|
209
199
|
MealPlanDecisionStageTypeSchema,
|
|
210
200
|
MealPlanDecisionTaskKeySchema,
|
|
211
201
|
MealPlanDecisionTaskProgressSchema,
|
|
212
|
-
MealPlanDecisionTaskReadyRequestSchema,
|
|
213
202
|
MealPlanDecisionTaskStatusSchema,
|
|
214
203
|
MealPlanGuestParticipantSchema,
|
|
215
204
|
MealPlanInviteListResponseSchema,
|
|
@@ -264,11 +253,34 @@ import {
|
|
|
264
253
|
SendMealPlanChatMessageRequestSchema,
|
|
265
254
|
SendMealPlanInviteResponseSchema,
|
|
266
255
|
UpdateMealPlanContextRequestSchema
|
|
267
|
-
} from "../chunk-
|
|
256
|
+
} from "../chunk-QPTK7F7Y.js";
|
|
257
|
+
import {
|
|
258
|
+
AiClassFoodCodeMappingSchema,
|
|
259
|
+
AiClassToFoodCodeMapManifestSchema,
|
|
260
|
+
CuisineTagSchema,
|
|
261
|
+
FoodAiClassMappingStatusSchema,
|
|
262
|
+
FoodCodeManifestImageSchema,
|
|
263
|
+
FoodCodeManifestItemSchema,
|
|
264
|
+
FoodCodeManifestSchema,
|
|
265
|
+
FoodGranularitySchema,
|
|
266
|
+
FoodImageIndexItemSchema,
|
|
267
|
+
FoodImageIndexManifestSchema,
|
|
268
|
+
FoodResolveQuerySchema,
|
|
269
|
+
FoodResolveResponseSchema,
|
|
270
|
+
FoodResolvedMatchSourceSchema,
|
|
271
|
+
FoodSearchQuerySchema,
|
|
272
|
+
FoodSearchResponseSchema,
|
|
273
|
+
ResolvedFoodCodeSchema
|
|
274
|
+
} from "../chunk-CGFW5LYV.js";
|
|
268
275
|
import {
|
|
269
276
|
KakaoPlaceRawSchema,
|
|
270
277
|
RestaurantSchema
|
|
271
|
-
} from "../chunk-
|
|
278
|
+
} from "../chunk-7JYVBXKQ.js";
|
|
279
|
+
import {
|
|
280
|
+
ISODateStringSchema,
|
|
281
|
+
ISODateTimeStringSchema,
|
|
282
|
+
TimeHHmmStringSchema
|
|
283
|
+
} from "../chunk-HRM3FQPL.js";
|
|
272
284
|
import {
|
|
273
285
|
CompleteOnboardingRequestSchema,
|
|
274
286
|
CreateProfileRequestSchema,
|
|
@@ -295,12 +307,7 @@ import {
|
|
|
295
307
|
UpdateProfileRequestSchema,
|
|
296
308
|
UploadProfileImageRequestSchema,
|
|
297
309
|
UploadProfileImageResponseSchema
|
|
298
|
-
} from "../chunk-
|
|
299
|
-
import {
|
|
300
|
-
ISODateStringSchema,
|
|
301
|
-
ISODateTimeStringSchema,
|
|
302
|
-
TimeHHmmStringSchema
|
|
303
|
-
} from "../chunk-EYZU5HPG.js";
|
|
310
|
+
} from "../chunk-C63TN7L3.js";
|
|
304
311
|
import {
|
|
305
312
|
ArticleIdSchema,
|
|
306
313
|
CommentIdSchema,
|
|
@@ -326,7 +333,7 @@ import {
|
|
|
326
333
|
RestaurantIdSchema,
|
|
327
334
|
SubscriptionIdSchema,
|
|
328
335
|
UserIdSchema
|
|
329
|
-
} from "../chunk-
|
|
336
|
+
} from "../chunk-XMRYAG3V.js";
|
|
330
337
|
export {
|
|
331
338
|
AI_CLASS_TO_FOOD_CODE_MAP_PATH,
|
|
332
339
|
AddMealGroupMemberRequestSchema,
|
|
@@ -458,8 +465,13 @@ export {
|
|
|
458
465
|
MealPlanDecisionStageTypeSchema,
|
|
459
466
|
MealPlanDecisionTaskKeySchema,
|
|
460
467
|
MealPlanDecisionTaskProgressSchema,
|
|
461
|
-
MealPlanDecisionTaskReadyRequestSchema,
|
|
462
468
|
MealPlanDecisionTaskStatusSchema,
|
|
469
|
+
MealPlanDecisionVoteSocketAckSchema,
|
|
470
|
+
MealPlanDecisionVoteSocketErrorSchema,
|
|
471
|
+
MealPlanDecisionVoteSocketEvent,
|
|
472
|
+
MealPlanDecisionVoteSocketFailureAckSchema,
|
|
473
|
+
MealPlanDecisionVoteSocketPayloadSchema,
|
|
474
|
+
MealPlanDecisionVoteSocketSuccessAckSchema,
|
|
463
475
|
MealPlanGuestParticipantSchema,
|
|
464
476
|
MealPlanGuestSessionQuerySchema,
|
|
465
477
|
MealPlanGuestSessionResponseSchema,
|