@kimdaegyu/babmukdang-shared 1.1.10 → 2.0.2
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-3BLXZW4U.js +338 -0
- package/dist/{chunk-AI2YMBJX.js → chunk-65DWKLP6.js} +18 -9
- package/dist/{chunk-H77ISYYC.js → chunk-6R5CCY5Q.js} +22 -8
- package/dist/{chunk-4E5E3PFW.js → chunk-DRCY5UNQ.js} +20 -7
- package/dist/chunk-EX7S5FI5.js +91 -0
- package/dist/{chunk-HRM3FQPL.js → chunk-EYZU5HPG.js} +4 -1
- package/dist/{chunk-OJVXYCSH.js → chunk-G7TITUHT.js} +1 -1
- package/dist/chunk-GESEM4IA.js +122 -0
- package/dist/chunk-IPANLE7B.js +632 -0
- package/dist/chunk-KREAZLLH.js +1062 -0
- package/dist/{chunk-K3CZKI2F.js → chunk-P3MYMK34.js} +24 -13
- package/dist/chunk-Q4BPFDVB.js +171 -0
- package/dist/{chunk-W4C7XHTX.js → chunk-QUAG5LF5.js} +13 -6
- package/dist/chunk-TIOX7OHA.js +863 -0
- package/dist/{chunk-GTVEQYJW.js → chunk-TOXRHSD6.js} +1 -1
- package/dist/chunk-YV734GYZ.js +165 -0
- package/dist/domain/article/index.cjs +107 -15
- package/dist/domain/article/index.d.cts +254 -0
- package/dist/domain/article/index.d.ts +254 -0
- package/dist/domain/article/index.js +5 -5
- package/dist/domain/auth/index.cjs +88 -9
- package/dist/domain/auth/index.d.cts +29 -0
- package/dist/domain/auth/index.d.ts +29 -0
- package/dist/domain/auth/index.js +3 -3
- package/dist/domain/common/index.cjs +2100 -395
- package/dist/domain/common/index.d.cts +328 -0
- package/dist/domain/common/index.d.ts +328 -0
- package/dist/domain/common/index.js +65 -31
- package/dist/domain/food/index.cjs +248 -0
- package/dist/domain/food/index.d.cts +321 -0
- package/dist/domain/food/index.d.ts +321 -0
- package/dist/domain/food/index.js +44 -0
- package/dist/domain/friend/index.cjs +108 -12
- package/dist/domain/friend/index.d.cts +72 -0
- package/dist/domain/friend/index.d.ts +72 -0
- package/dist/domain/friend/index.js +6 -4
- package/dist/domain/index.cjs +2736 -522
- package/dist/domain/index.d.cts +576 -0
- package/dist/domain/index.d.ts +576 -0
- package/dist/domain/index.js +429 -140
- package/dist/domain/live-activity/index.cjs +1061 -0
- package/dist/domain/live-activity/index.d.cts +177 -0
- package/dist/domain/live-activity/index.d.ts +177 -0
- package/dist/domain/live-activity/index.js +27 -0
- package/dist/domain/meal/index.cjs +101 -12
- package/dist/domain/meal/index.d.cts +47 -0
- package/dist/domain/meal/index.d.ts +47 -0
- package/dist/domain/meal/index.js +4 -4
- package/dist/domain/meal-plan/index.cjs +1504 -0
- package/dist/domain/meal-plan/index.d.cts +4424 -0
- package/dist/domain/meal-plan/index.d.ts +4424 -0
- package/dist/domain/meal-plan/index.js +256 -0
- package/dist/domain/member/index.cjs +114 -9
- package/dist/domain/member/index.d.cts +330 -0
- package/dist/domain/member/index.d.ts +330 -0
- package/dist/domain/member/index.js +26 -2
- package/dist/domain/promotion/index.cjs +26 -8
- package/dist/domain/promotion/index.d.cts +81 -0
- package/dist/domain/promotion/index.d.ts +81 -0
- package/dist/domain/promotion/index.js +3 -3
- package/dist/domain/push/index.cjs +1004 -0
- package/dist/domain/push/index.d.cts +169 -0
- package/dist/domain/push/index.d.ts +169 -0
- package/dist/domain/push/index.js +35 -0
- package/dist/domain/restaurant/index.cjs +10 -4
- package/dist/domain/restaurant/index.d.cts +34 -0
- package/dist/domain/restaurant/index.d.ts +34 -0
- package/dist/domain/restaurant/index.js +2 -2
- package/dist/index.cjs +2533 -640
- package/dist/index.d.cts +14 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.js +16 -191
- package/package.json +52 -55
- package/dist/chunk-PFSZSKD5.js +0 -0
- package/dist/chunk-PQMEXOPZ.js +0 -232
- package/dist/chunk-W4TUW2GY.js +0 -40
- package/dist/chunk-WNYCCQM4.js +0 -342
- package/dist/chunk-YGFAVC5N.js +0 -34
- package/dist/chunk-YM7YU7IR.js +0 -319
- package/dist/chunk-ZH7D7B2Y.js +0 -78
- package/dist/domain/invitation/index.cjs +0 -82
- package/dist/domain/invitation/index.js +0 -13
- package/dist/domain/plan/index.cjs +0 -327
- package/dist/domain/plan/index.js +0 -18
- package/dist/domain/recruit/index.cjs +0 -189
- package/dist/domain/recruit/index.js +0 -30
- package/dist/domain/room/index.cjs +0 -401
- package/dist/domain/room/index.js +0 -82
|
@@ -0,0 +1,576 @@
|
|
|
1
|
+
import { ArticleComment, ArticleCommentSchema, ArticleCore, ArticleCoreSchema, ArticleDetailResponse, ArticleDetailResponseSchema, ArticleLikeResponse, ArticleLikeResponseSchema, ArticleListQueryRequest, ArticleListQuerySchema, ArticleSortBy, ArticleSortBySchema, ArticleSummaryResponse, ArticleSummaryResponseSchema, CreateArticleRequest, CreateArticleRequestSchema, CreateCommentRequest, CreateCommentRequestSchema, FoodAnalysisResult, FoodAnalysisResultSchema, PageArticleSummaryResponse, PageArticleSummaryResponseSchema, UploadArticleImageRequestSchema, UploadArticleImageResponse, UploadArticleImageResponseSchema, UploadArticleImageeRquest } from './article/index.js';
|
|
2
|
+
import { LoginRequest, LoginRequestSchema, SignupRequest, SignupRequestSchema, SignupResponse, SignupResponseSchema, TokenResponse, TokenResponseSchema } from './auth/index.js';
|
|
3
|
+
import { ApiContract, ApiDomain, ApiFailure, ApiFailureSchema, ApiResponse, ApiResponseSchema, ApiSuccess, ApiSuccessSchema, ArticleId, ArticleIdSchema, AsyncMapperContract, BodyOf, Brand, CACHE_INVALIDATION_SSE_EVENT, CacheInvalidationAction, CacheInvalidationActionSchema, CacheInvalidationEntity, CacheInvalidationEntitySchema, CacheInvalidationEvent, CacheInvalidationEventSchema, CacheInvalidationKey, CacheInvalidationKeySchema, CommentId, CommentIdSchema, CouponId, CouponIdSchema, CreatedEntityIdResponse, CreatedEntityIdResponseSchema, EndpointContract, EntityContract, Food, FoodCode, FoodCodeSchema, FoodLabel, FoodLabelSchema, FoodSchema, FriendRequestId, FriendRequestIdSchema, HttpMethod, ISODateString, ISODateStringSchema, ISODateTimeString, ISODateTimeStringSchema, MapperContract, MapperInput, MapperOutput, MealGroupId, MealGroupIdSchema, MealPlanChangeRequestId, MealPlanChangeRequestIdSchema, MealPlanChatMessageId, MealPlanChatMessageIdSchema, MealPlanChatRoomId, MealPlanChatRoomIdSchema, MealPlanId, MealPlanIdSchema, MealPlanInviteId, MealPlanInviteIdSchema, MealPlanJoinRequestId, MealPlanJoinRequestIdSchema, MealPlanNearbyFriendExposureBatchId, MealPlanNearbyFriendExposureBatchIdSchema, MealPlanShareLinkId, MealPlanShareLinkIdSchema, MealPlanShareLinkToken, MealPlanShareLinkTokenSchema, MemberId, MemberIdSchema, NoBodySchema, NoContent, NoContentSchema, NoParamsSchema, NoQuerySchema, NonEmptyStringIdSchema, PageMeta, PageMetaSchema, PageQuerySchema, PageRequest, PageResponse, PageResponseSchema, PathParamsOf, PositiveIntIdSchema, QueryOf, ReferralCode, ReferralCodeSchema, ResponseOf, RestaurantId, RestaurantIdSchema, SortDirection, SortDirectionSchema, SubscriptionId, SubscriptionIdSchema, TimeHHmmString, TimeHHmmStringSchema, UserIdSchema, apiContract, endpoint, makeApiResponseSchema, makeApiSuccessSchema, toArticleId, toCommentId, toCouponId, toFriendRequestId, toMealGroupId, toMealPlanChangeRequestId, toMealPlanChatMessageId, toMealPlanChatRoomId, toMealPlanId, toMealPlanInviteId, toMealPlanJoinRequestId, toMealPlanNearbyFriendExposureBatchId, toMealPlanShareLinkId, toMealPlanShareLinkToken, toMemberId, toReferralCode, toRestaurantId, toSubscriptionId } from './common/index.js';
|
|
4
|
+
import { FriendBlockItemResponse, FriendBlockItemResponseSchema, FriendListItemResponse, FriendListItemResponseSchema, FriendMealAvailability, FriendMealAvailabilitySchema, FriendRequestItemResponse, FriendRequestItemResponseSchema, FriendRequestMember, FriendRequestMemberSchema, FriendRequestStatus, FriendRequestStatusSchema, FriendSearchQuerySchema, FriendSearchResponseSchema } from './friend/index.js';
|
|
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
|
+
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, MealPlanDecisionTaskReadyRequest, MealPlanDecisionTaskReadyRequestSchema, MealPlanDecisionTaskStatus, MealPlanDecisionTaskStatusSchema, MealPlanGuestParticipant, MealPlanGuestParticipantSchema, MealPlanGuestSessionQuery, MealPlanGuestSessionQuerySchema, MealPlanGuestSessionResponse, MealPlanGuestSessionResponseSchema, MealPlanInviteListResponse, MealPlanInviteListResponseSchema, MealPlanInviteStatus, MealPlanInviteStatusSchema, MealPlanInviteSummary, MealPlanInviteSummarySchema, MealPlanJoinRequestStatus, MealPlanJoinRequestStatusSchema, MealPlanJoinRequestSummary, MealPlanJoinRequestSummarySchema, MealPlanJoinSource, MealPlanJoinSourceSchema, MealPlanLatitudeSchema, MealPlanLiveActivityBehavior, MealPlanLiveActivityBehaviorSchema, MealPlanLocationCandidate, MealPlanLocationCandidateIdSchema, MealPlanLocationCandidateSchema, 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
|
+
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
|
+
import { ChallengeStatusResponse, ChallengeStatusResponseSchema, ClaimChallengeRewardRequest, ClaimChallengeRewardRequestSchema, ClaimChallengeRewardResponse, ClaimChallengeRewardResponseSchema, CouponResponse, CouponResponseSchema, CouponStatus, CouponStatusSchema, CouponType, CouponTypeSchema, RedeemReferralRequest, RedeemReferralRequestSchema, ReferralCreateResponse, ReferralCreateResponseSchema, ReferralItemResponse, ReferralItemResponseSchema } from './promotion/index.js';
|
|
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';
|
|
11
|
+
import { KakaoPlaceRaw, KakaoPlaceRawSchema, RestaurantResponse, RestaurantSchema } from './restaurant/index.js';
|
|
12
|
+
import { EndMealPlanLiveActivitySessionRequest, EndMealPlanLiveActivitySessionRequestSchema, MealPlanLiveActivityPlatform, MealPlanLiveActivityPlatformSchema, MealPlanLiveActivitySessionListResponse, MealPlanLiveActivitySessionListResponseSchema, MealPlanLiveActivitySessionResponse, MealPlanLiveActivitySessionResponseSchema, MealPlanLiveActivitySessionStatus, MealPlanLiveActivitySessionStatusSchema, MealPlanLiveActivityState, MealPlanLiveActivityStateSchema, MealPlanLiveActivityUpdateStatus, MealPlanLiveActivityUpdateStatusSchema, RegisterMealPlanLiveActivitySessionRequest, RegisterMealPlanLiveActivitySessionRequestSchema } from './live-activity/index.js';
|
|
13
|
+
import 'zod';
|
|
14
|
+
|
|
15
|
+
declare const index_AI_CLASS_TO_FOOD_CODE_MAP_PATH: typeof AI_CLASS_TO_FOOD_CODE_MAP_PATH;
|
|
16
|
+
declare const index_AddMealGroupMemberRequest: typeof AddMealGroupMemberRequest;
|
|
17
|
+
declare const index_AddMealGroupMemberRequestSchema: typeof AddMealGroupMemberRequestSchema;
|
|
18
|
+
declare const index_AiClassFoodCodeMapping: typeof AiClassFoodCodeMapping;
|
|
19
|
+
declare const index_AiClassFoodCodeMappingSchema: typeof AiClassFoodCodeMappingSchema;
|
|
20
|
+
declare const index_AiClassToFoodCodeMapManifest: typeof AiClassToFoodCodeMapManifest;
|
|
21
|
+
declare const index_AiClassToFoodCodeMapManifestSchema: typeof AiClassToFoodCodeMapManifestSchema;
|
|
22
|
+
declare const index_ApiContract: typeof ApiContract;
|
|
23
|
+
declare const index_ApiDomain: typeof ApiDomain;
|
|
24
|
+
declare const index_ApiFailure: typeof ApiFailure;
|
|
25
|
+
declare const index_ApiFailureSchema: typeof ApiFailureSchema;
|
|
26
|
+
declare const index_ApiResponse: typeof ApiResponse;
|
|
27
|
+
declare const index_ApiResponseSchema: typeof ApiResponseSchema;
|
|
28
|
+
declare const index_ApiSuccess: typeof ApiSuccess;
|
|
29
|
+
declare const index_ApiSuccessSchema: typeof ApiSuccessSchema;
|
|
30
|
+
declare const index_ArticleComment: typeof ArticleComment;
|
|
31
|
+
declare const index_ArticleCommentSchema: typeof ArticleCommentSchema;
|
|
32
|
+
declare const index_ArticleCore: typeof ArticleCore;
|
|
33
|
+
declare const index_ArticleCoreSchema: typeof ArticleCoreSchema;
|
|
34
|
+
declare const index_ArticleDetailResponse: typeof ArticleDetailResponse;
|
|
35
|
+
declare const index_ArticleDetailResponseSchema: typeof ArticleDetailResponseSchema;
|
|
36
|
+
declare const index_ArticleId: typeof ArticleId;
|
|
37
|
+
declare const index_ArticleIdSchema: typeof ArticleIdSchema;
|
|
38
|
+
declare const index_ArticleLikeResponse: typeof ArticleLikeResponse;
|
|
39
|
+
declare const index_ArticleLikeResponseSchema: typeof ArticleLikeResponseSchema;
|
|
40
|
+
declare const index_ArticleListQueryRequest: typeof ArticleListQueryRequest;
|
|
41
|
+
declare const index_ArticleListQuerySchema: typeof ArticleListQuerySchema;
|
|
42
|
+
declare const index_ArticleSortBy: typeof ArticleSortBy;
|
|
43
|
+
declare const index_ArticleSortBySchema: typeof ArticleSortBySchema;
|
|
44
|
+
declare const index_ArticleSummaryResponse: typeof ArticleSummaryResponse;
|
|
45
|
+
declare const index_ArticleSummaryResponseSchema: typeof ArticleSummaryResponseSchema;
|
|
46
|
+
declare const index_AsyncMapperContract: typeof AsyncMapperContract;
|
|
47
|
+
declare const index_BodyOf: typeof BodyOf;
|
|
48
|
+
declare const index_Brand: typeof Brand;
|
|
49
|
+
declare const index_CACHE_INVALIDATION_SSE_EVENT: typeof CACHE_INVALIDATION_SSE_EVENT;
|
|
50
|
+
declare const index_CacheInvalidationAction: typeof CacheInvalidationAction;
|
|
51
|
+
declare const index_CacheInvalidationActionSchema: typeof CacheInvalidationActionSchema;
|
|
52
|
+
declare const index_CacheInvalidationEntity: typeof CacheInvalidationEntity;
|
|
53
|
+
declare const index_CacheInvalidationEntitySchema: typeof CacheInvalidationEntitySchema;
|
|
54
|
+
declare const index_CacheInvalidationEvent: typeof CacheInvalidationEvent;
|
|
55
|
+
declare const index_CacheInvalidationEventSchema: typeof CacheInvalidationEventSchema;
|
|
56
|
+
declare const index_CacheInvalidationKey: typeof CacheInvalidationKey;
|
|
57
|
+
declare const index_CacheInvalidationKeySchema: typeof CacheInvalidationKeySchema;
|
|
58
|
+
declare const index_ChallengeStatusResponse: typeof ChallengeStatusResponse;
|
|
59
|
+
declare const index_ChallengeStatusResponseSchema: typeof ChallengeStatusResponseSchema;
|
|
60
|
+
declare const index_ClaimChallengeRewardRequest: typeof ClaimChallengeRewardRequest;
|
|
61
|
+
declare const index_ClaimChallengeRewardRequestSchema: typeof ClaimChallengeRewardRequestSchema;
|
|
62
|
+
declare const index_ClaimChallengeRewardResponse: typeof ClaimChallengeRewardResponse;
|
|
63
|
+
declare const index_ClaimChallengeRewardResponseSchema: typeof ClaimChallengeRewardResponseSchema;
|
|
64
|
+
declare const index_CommentId: typeof CommentId;
|
|
65
|
+
declare const index_CommentIdSchema: typeof CommentIdSchema;
|
|
66
|
+
declare const index_CompleteMealPlanDecisionStageRequest: typeof CompleteMealPlanDecisionStageRequest;
|
|
67
|
+
declare const index_CompleteMealPlanDecisionStageRequestSchema: typeof CompleteMealPlanDecisionStageRequestSchema;
|
|
68
|
+
declare const index_CompleteOnboardingRequest: typeof CompleteOnboardingRequest;
|
|
69
|
+
declare const index_CompleteOnboardingRequestSchema: typeof CompleteOnboardingRequestSchema;
|
|
70
|
+
declare const index_ConfirmMealPlanDecisionSnapshotRequest: typeof ConfirmMealPlanDecisionSnapshotRequest;
|
|
71
|
+
declare const index_ConfirmMealPlanDecisionSnapshotRequestSchema: typeof ConfirmMealPlanDecisionSnapshotRequestSchema;
|
|
72
|
+
declare const index_CouponId: typeof CouponId;
|
|
73
|
+
declare const index_CouponIdSchema: typeof CouponIdSchema;
|
|
74
|
+
declare const index_CouponResponse: typeof CouponResponse;
|
|
75
|
+
declare const index_CouponResponseSchema: typeof CouponResponseSchema;
|
|
76
|
+
declare const index_CouponStatus: typeof CouponStatus;
|
|
77
|
+
declare const index_CouponStatusSchema: typeof CouponStatusSchema;
|
|
78
|
+
declare const index_CouponType: typeof CouponType;
|
|
79
|
+
declare const index_CouponTypeSchema: typeof CouponTypeSchema;
|
|
80
|
+
declare const index_CreateArticleRequest: typeof CreateArticleRequest;
|
|
81
|
+
declare const index_CreateArticleRequestSchema: typeof CreateArticleRequestSchema;
|
|
82
|
+
declare const index_CreateCommentRequest: typeof CreateCommentRequest;
|
|
83
|
+
declare const index_CreateCommentRequestSchema: typeof CreateCommentRequestSchema;
|
|
84
|
+
declare const index_CreateMealGroupRequest: typeof CreateMealGroupRequest;
|
|
85
|
+
declare const index_CreateMealGroupRequestSchema: typeof CreateMealGroupRequestSchema;
|
|
86
|
+
declare const index_CreateMealPlanChangeRequest: typeof CreateMealPlanChangeRequest;
|
|
87
|
+
declare const index_CreateMealPlanChangeRequestSchema: typeof CreateMealPlanChangeRequestSchema;
|
|
88
|
+
declare const index_CreateMealPlanInviteRequest: typeof CreateMealPlanInviteRequest;
|
|
89
|
+
declare const index_CreateMealPlanInviteRequestSchema: typeof CreateMealPlanInviteRequestSchema;
|
|
90
|
+
declare const index_CreateMealPlanJoinRequest: typeof CreateMealPlanJoinRequest;
|
|
91
|
+
declare const index_CreateMealPlanJoinRequestSchema: typeof CreateMealPlanJoinRequestSchema;
|
|
92
|
+
declare const index_CreateMealPlanParticipantRequest: typeof CreateMealPlanParticipantRequest;
|
|
93
|
+
declare const index_CreateMealPlanParticipantRequestSchema: typeof CreateMealPlanParticipantRequestSchema;
|
|
94
|
+
declare const index_CreateMealPlanRequest: typeof CreateMealPlanRequest;
|
|
95
|
+
declare const index_CreateMealPlanRequestSchema: typeof CreateMealPlanRequestSchema;
|
|
96
|
+
declare const index_CreateMealPlanResponse: typeof CreateMealPlanResponse;
|
|
97
|
+
declare const index_CreateMealPlanResponseSchema: typeof CreateMealPlanResponseSchema;
|
|
98
|
+
declare const index_CreateMealPlanShareLinkRequest: typeof CreateMealPlanShareLinkRequest;
|
|
99
|
+
declare const index_CreateMealPlanShareLinkRequestSchema: typeof CreateMealPlanShareLinkRequestSchema;
|
|
100
|
+
declare const index_CreateMealPlanVoteRequest: typeof CreateMealPlanVoteRequest;
|
|
101
|
+
declare const index_CreateMealPlanVoteRequestSchema: typeof CreateMealPlanVoteRequestSchema;
|
|
102
|
+
declare const index_CreateProfileRequest: typeof CreateProfileRequest;
|
|
103
|
+
declare const index_CreateProfileRequestSchema: typeof CreateProfileRequestSchema;
|
|
104
|
+
declare const index_CreatedEntityIdResponse: typeof CreatedEntityIdResponse;
|
|
105
|
+
declare const index_CreatedEntityIdResponseSchema: typeof CreatedEntityIdResponseSchema;
|
|
106
|
+
declare const index_CuisineTag: typeof CuisineTag;
|
|
107
|
+
declare const index_CuisineTagSchema: typeof CuisineTagSchema;
|
|
108
|
+
declare const index_DevicePermissionSnapshot: typeof DevicePermissionSnapshot;
|
|
109
|
+
declare const index_DevicePermissionSnapshotSchema: typeof DevicePermissionSnapshotSchema;
|
|
110
|
+
declare const index_EndMealPlanLiveActivitySessionRequest: typeof EndMealPlanLiveActivitySessionRequest;
|
|
111
|
+
declare const index_EndMealPlanLiveActivitySessionRequestSchema: typeof EndMealPlanLiveActivitySessionRequestSchema;
|
|
112
|
+
declare const index_EndpointContract: typeof EndpointContract;
|
|
113
|
+
declare const index_EntityContract: typeof EntityContract;
|
|
114
|
+
declare const index_ExposeMealPlanToNearbyFriendsRequest: typeof ExposeMealPlanToNearbyFriendsRequest;
|
|
115
|
+
declare const index_ExposeMealPlanToNearbyFriendsRequestSchema: typeof ExposeMealPlanToNearbyFriendsRequestSchema;
|
|
116
|
+
declare const index_ExposeMealPlanToNearbyFriendsResponse: typeof ExposeMealPlanToNearbyFriendsResponse;
|
|
117
|
+
declare const index_ExposeMealPlanToNearbyFriendsResponseSchema: typeof ExposeMealPlanToNearbyFriendsResponseSchema;
|
|
118
|
+
declare const index_FOOD_CODE_MANIFEST_PATH: typeof FOOD_CODE_MANIFEST_PATH;
|
|
119
|
+
declare const index_FOOD_IMAGE_INDEX_PATH: typeof FOOD_IMAGE_INDEX_PATH;
|
|
120
|
+
declare const index_Food: typeof Food;
|
|
121
|
+
declare const index_FoodAiClassMappingStatus: typeof FoodAiClassMappingStatus;
|
|
122
|
+
declare const index_FoodAiClassMappingStatusSchema: typeof FoodAiClassMappingStatusSchema;
|
|
123
|
+
declare const index_FoodAnalysisResult: typeof FoodAnalysisResult;
|
|
124
|
+
declare const index_FoodAnalysisResultSchema: typeof FoodAnalysisResultSchema;
|
|
125
|
+
declare const index_FoodCode: typeof FoodCode;
|
|
126
|
+
declare const index_FoodCodeManifest: typeof FoodCodeManifest;
|
|
127
|
+
declare const index_FoodCodeManifestImage: typeof FoodCodeManifestImage;
|
|
128
|
+
declare const index_FoodCodeManifestImageSchema: typeof FoodCodeManifestImageSchema;
|
|
129
|
+
declare const index_FoodCodeManifestItem: typeof FoodCodeManifestItem;
|
|
130
|
+
declare const index_FoodCodeManifestItemSchema: typeof FoodCodeManifestItemSchema;
|
|
131
|
+
declare const index_FoodCodeManifestSchema: typeof FoodCodeManifestSchema;
|
|
132
|
+
declare const index_FoodCodeSchema: typeof FoodCodeSchema;
|
|
133
|
+
declare const index_FoodGranularity: typeof FoodGranularity;
|
|
134
|
+
declare const index_FoodGranularitySchema: typeof FoodGranularitySchema;
|
|
135
|
+
declare const index_FoodImageIndexItem: typeof FoodImageIndexItem;
|
|
136
|
+
declare const index_FoodImageIndexItemSchema: typeof FoodImageIndexItemSchema;
|
|
137
|
+
declare const index_FoodImageIndexManifest: typeof FoodImageIndexManifest;
|
|
138
|
+
declare const index_FoodImageIndexManifestSchema: typeof FoodImageIndexManifestSchema;
|
|
139
|
+
declare const index_FoodLabel: typeof FoodLabel;
|
|
140
|
+
declare const index_FoodLabelSchema: typeof FoodLabelSchema;
|
|
141
|
+
declare const index_FoodResolveQuery: typeof FoodResolveQuery;
|
|
142
|
+
declare const index_FoodResolveQuerySchema: typeof FoodResolveQuerySchema;
|
|
143
|
+
declare const index_FoodResolveResponse: typeof FoodResolveResponse;
|
|
144
|
+
declare const index_FoodResolveResponseSchema: typeof FoodResolveResponseSchema;
|
|
145
|
+
declare const index_FoodResolvedMatchSource: typeof FoodResolvedMatchSource;
|
|
146
|
+
declare const index_FoodResolvedMatchSourceSchema: typeof FoodResolvedMatchSourceSchema;
|
|
147
|
+
declare const index_FoodSchema: typeof FoodSchema;
|
|
148
|
+
declare const index_FoodSearchQuery: typeof FoodSearchQuery;
|
|
149
|
+
declare const index_FoodSearchQuerySchema: typeof FoodSearchQuerySchema;
|
|
150
|
+
declare const index_FoodSearchResponse: typeof FoodSearchResponse;
|
|
151
|
+
declare const index_FoodSearchResponseSchema: typeof FoodSearchResponseSchema;
|
|
152
|
+
declare const index_FriendBlockItemResponse: typeof FriendBlockItemResponse;
|
|
153
|
+
declare const index_FriendBlockItemResponseSchema: typeof FriendBlockItemResponseSchema;
|
|
154
|
+
declare const index_FriendListItemResponse: typeof FriendListItemResponse;
|
|
155
|
+
declare const index_FriendListItemResponseSchema: typeof FriendListItemResponseSchema;
|
|
156
|
+
declare const index_FriendMealAvailability: typeof FriendMealAvailability;
|
|
157
|
+
declare const index_FriendMealAvailabilitySchema: typeof FriendMealAvailabilitySchema;
|
|
158
|
+
declare const index_FriendMealItemResponse: typeof FriendMealItemResponse;
|
|
159
|
+
declare const index_FriendMealItemResponseSchema: typeof FriendMealItemResponseSchema;
|
|
160
|
+
declare const index_FriendMealQuery: typeof FriendMealQuery;
|
|
161
|
+
declare const index_FriendMealQuerySchema: typeof FriendMealQuerySchema;
|
|
162
|
+
declare const index_FriendRequestId: typeof FriendRequestId;
|
|
163
|
+
declare const index_FriendRequestIdSchema: typeof FriendRequestIdSchema;
|
|
164
|
+
declare const index_FriendRequestItemResponse: typeof FriendRequestItemResponse;
|
|
165
|
+
declare const index_FriendRequestItemResponseSchema: typeof FriendRequestItemResponseSchema;
|
|
166
|
+
declare const index_FriendRequestMember: typeof FriendRequestMember;
|
|
167
|
+
declare const index_FriendRequestMemberSchema: typeof FriendRequestMemberSchema;
|
|
168
|
+
declare const index_FriendRequestStatus: typeof FriendRequestStatus;
|
|
169
|
+
declare const index_FriendRequestStatusSchema: typeof FriendRequestStatusSchema;
|
|
170
|
+
declare const index_FriendSearchQuerySchema: typeof FriendSearchQuerySchema;
|
|
171
|
+
declare const index_FriendSearchResponseSchema: typeof FriendSearchResponseSchema;
|
|
172
|
+
declare const index_HomeMealPlanActionCard: typeof HomeMealPlanActionCard;
|
|
173
|
+
declare const index_HomeMealPlanActionCardSchema: typeof HomeMealPlanActionCardSchema;
|
|
174
|
+
declare const index_HomeMealPlanActionKind: typeof HomeMealPlanActionKind;
|
|
175
|
+
declare const index_HomeMealPlanActionKindSchema: typeof HomeMealPlanActionKindSchema;
|
|
176
|
+
declare const index_HomeMealPlanDashboardResponse: typeof HomeMealPlanDashboardResponse;
|
|
177
|
+
declare const index_HomeMealPlanDashboardResponseSchema: typeof HomeMealPlanDashboardResponseSchema;
|
|
178
|
+
declare const index_HttpMethod: typeof HttpMethod;
|
|
179
|
+
declare const index_ISODateString: typeof ISODateString;
|
|
180
|
+
declare const index_ISODateStringSchema: typeof ISODateStringSchema;
|
|
181
|
+
declare const index_ISODateTimeString: typeof ISODateTimeString;
|
|
182
|
+
declare const index_ISODateTimeStringSchema: typeof ISODateTimeStringSchema;
|
|
183
|
+
declare const index_JoinMealPlanGuestRequest: typeof JoinMealPlanGuestRequest;
|
|
184
|
+
declare const index_JoinMealPlanGuestRequestSchema: typeof JoinMealPlanGuestRequestSchema;
|
|
185
|
+
declare const index_JoinMealPlanGuestResponse: typeof JoinMealPlanGuestResponse;
|
|
186
|
+
declare const index_JoinMealPlanGuestResponseSchema: typeof JoinMealPlanGuestResponseSchema;
|
|
187
|
+
declare const index_KakaoPlaceRaw: typeof KakaoPlaceRaw;
|
|
188
|
+
declare const index_KakaoPlaceRawSchema: typeof KakaoPlaceRawSchema;
|
|
189
|
+
declare const index_LocationConsentStatus: typeof LocationConsentStatus;
|
|
190
|
+
declare const index_LocationConsentStatusSchema: typeof LocationConsentStatusSchema;
|
|
191
|
+
declare const index_LoginRequest: typeof LoginRequest;
|
|
192
|
+
declare const index_LoginRequestSchema: typeof LoginRequestSchema;
|
|
193
|
+
declare const index_MEAL_PLAN_NOTIFICATION_PRIORITY_POLICIES: typeof MEAL_PLAN_NOTIFICATION_PRIORITY_POLICIES;
|
|
194
|
+
declare const index_MapperContract: typeof MapperContract;
|
|
195
|
+
declare const index_MapperInput: typeof MapperInput;
|
|
196
|
+
declare const index_MapperOutput: typeof MapperOutput;
|
|
197
|
+
declare const index_MealGroupHistoryItem: typeof MealGroupHistoryItem;
|
|
198
|
+
declare const index_MealGroupHistoryItemSchema: typeof MealGroupHistoryItemSchema;
|
|
199
|
+
declare const index_MealGroupHistoryResponse: typeof MealGroupHistoryResponse;
|
|
200
|
+
declare const index_MealGroupHistoryResponseSchema: typeof MealGroupHistoryResponseSchema;
|
|
201
|
+
declare const index_MealGroupId: typeof MealGroupId;
|
|
202
|
+
declare const index_MealGroupIdSchema: typeof MealGroupIdSchema;
|
|
203
|
+
declare const index_MealGroupMember: typeof MealGroupMember;
|
|
204
|
+
declare const index_MealGroupMemberRole: typeof MealGroupMemberRole;
|
|
205
|
+
declare const index_MealGroupMemberRoleSchema: typeof MealGroupMemberRoleSchema;
|
|
206
|
+
declare const index_MealGroupMemberSchema: typeof MealGroupMemberSchema;
|
|
207
|
+
declare const index_MealGroupPreferenceSummary: typeof MealGroupPreferenceSummary;
|
|
208
|
+
declare const index_MealGroupPreferenceSummarySchema: typeof MealGroupPreferenceSummarySchema;
|
|
209
|
+
declare const index_MealGroupResponse: typeof MealGroupResponse;
|
|
210
|
+
declare const index_MealGroupResponseSchema: typeof MealGroupResponseSchema;
|
|
211
|
+
declare const index_MealMapFriendRecordLocationMetadata: typeof MealMapFriendRecordLocationMetadata;
|
|
212
|
+
declare const index_MealMapFriendRecordLocationMetadataSchema: typeof MealMapFriendRecordLocationMetadataSchema;
|
|
213
|
+
declare const index_MealMapLayer: typeof MealMapLayer;
|
|
214
|
+
declare const index_MealMapLayerSchema: typeof MealMapLayerSchema;
|
|
215
|
+
declare const index_MealMapMarker: typeof MealMapMarker;
|
|
216
|
+
declare const index_MealMapMarkerSchema: typeof MealMapMarkerSchema;
|
|
217
|
+
declare const index_MealMapMyMealPlanPlaceMetadata: typeof MealMapMyMealPlanPlaceMetadata;
|
|
218
|
+
declare const index_MealMapMyMealPlanPlaceMetadataSchema: typeof MealMapMyMealPlanPlaceMetadataSchema;
|
|
219
|
+
declare const index_MealMapNearbyFriendMealPlanMetadata: typeof MealMapNearbyFriendMealPlanMetadata;
|
|
220
|
+
declare const index_MealMapNearbyFriendMealPlanMetadataSchema: typeof MealMapNearbyFriendMealPlanMetadataSchema;
|
|
221
|
+
declare const index_MealMapQuery: typeof MealMapQuery;
|
|
222
|
+
declare const index_MealMapQuerySchema: typeof MealMapQuerySchema;
|
|
223
|
+
declare const index_MealMapResponse: typeof MealMapResponse;
|
|
224
|
+
declare const index_MealMapResponseSchema: typeof MealMapResponseSchema;
|
|
225
|
+
declare const index_MealMapRestaurantCandidateCompletionBlockedReason: typeof MealMapRestaurantCandidateCompletionBlockedReason;
|
|
226
|
+
declare const index_MealMapRestaurantCandidateCompletionBlockedReasonSchema: typeof MealMapRestaurantCandidateCompletionBlockedReasonSchema;
|
|
227
|
+
declare const index_MealMapRestaurantCandidateMetadata: typeof MealMapRestaurantCandidateMetadata;
|
|
228
|
+
declare const index_MealMapRestaurantCandidateMetadataSchema: typeof MealMapRestaurantCandidateMetadataSchema;
|
|
229
|
+
declare const index_MealPlanChangeRequestId: typeof MealPlanChangeRequestId;
|
|
230
|
+
declare const index_MealPlanChangeRequestIdSchema: typeof MealPlanChangeRequestIdSchema;
|
|
231
|
+
declare const index_MealPlanChangeRequestStatus: typeof MealPlanChangeRequestStatus;
|
|
232
|
+
declare const index_MealPlanChangeRequestStatusSchema: typeof MealPlanChangeRequestStatusSchema;
|
|
233
|
+
declare const index_MealPlanChangeRequestSummary: typeof MealPlanChangeRequestSummary;
|
|
234
|
+
declare const index_MealPlanChangeRequestSummarySchema: typeof MealPlanChangeRequestSummarySchema;
|
|
235
|
+
declare const index_MealPlanChannel: typeof MealPlanChannel;
|
|
236
|
+
declare const index_MealPlanChannelSchema: typeof MealPlanChannelSchema;
|
|
237
|
+
declare const index_MealPlanChatMessageId: typeof MealPlanChatMessageId;
|
|
238
|
+
declare const index_MealPlanChatMessageIdSchema: typeof MealPlanChatMessageIdSchema;
|
|
239
|
+
declare const index_MealPlanChatMessageKind: typeof MealPlanChatMessageKind;
|
|
240
|
+
declare const index_MealPlanChatMessageKindSchema: typeof MealPlanChatMessageKindSchema;
|
|
241
|
+
declare const index_MealPlanChatMessageListResponse: typeof MealPlanChatMessageListResponse;
|
|
242
|
+
declare const index_MealPlanChatMessageListResponseSchema: typeof MealPlanChatMessageListResponseSchema;
|
|
243
|
+
declare const index_MealPlanChatMessageResponse: typeof MealPlanChatMessageResponse;
|
|
244
|
+
declare const index_MealPlanChatMessageResponseSchema: typeof MealPlanChatMessageResponseSchema;
|
|
245
|
+
declare const index_MealPlanChatRoomId: typeof MealPlanChatRoomId;
|
|
246
|
+
declare const index_MealPlanChatRoomIdSchema: typeof MealPlanChatRoomIdSchema;
|
|
247
|
+
declare const index_MealPlanChatRoomSummary: typeof MealPlanChatRoomSummary;
|
|
248
|
+
declare const index_MealPlanChatRoomSummarySchema: typeof MealPlanChatRoomSummarySchema;
|
|
249
|
+
declare const index_MealPlanChatSystemPayload: typeof MealPlanChatSystemPayload;
|
|
250
|
+
declare const index_MealPlanChatSystemPayloadSchema: typeof MealPlanChatSystemPayloadSchema;
|
|
251
|
+
declare const index_MealPlanDecisionActorType: typeof MealPlanDecisionActorType;
|
|
252
|
+
declare const index_MealPlanDecisionActorTypeSchema: typeof MealPlanDecisionActorTypeSchema;
|
|
253
|
+
declare const index_MealPlanDecisionCandidate: typeof MealPlanDecisionCandidate;
|
|
254
|
+
declare const index_MealPlanDecisionCandidateSchema: typeof MealPlanDecisionCandidateSchema;
|
|
255
|
+
declare const index_MealPlanDecisionFinalField: typeof MealPlanDecisionFinalField;
|
|
256
|
+
declare const index_MealPlanDecisionFinalFieldSchema: typeof MealPlanDecisionFinalFieldSchema;
|
|
257
|
+
declare const index_MealPlanDecisionProgress: typeof MealPlanDecisionProgress;
|
|
258
|
+
declare const index_MealPlanDecisionProgressSchema: typeof MealPlanDecisionProgressSchema;
|
|
259
|
+
declare const index_MealPlanDecisionReason: typeof MealPlanDecisionReason;
|
|
260
|
+
declare const index_MealPlanDecisionReasonSchema: typeof MealPlanDecisionReasonSchema;
|
|
261
|
+
declare const index_MealPlanDecisionSnapshot: typeof MealPlanDecisionSnapshot;
|
|
262
|
+
declare const index_MealPlanDecisionSnapshotSchema: typeof MealPlanDecisionSnapshotSchema;
|
|
263
|
+
declare const index_MealPlanDecisionSnapshotStatus: typeof MealPlanDecisionSnapshotStatus;
|
|
264
|
+
declare const index_MealPlanDecisionSnapshotStatusSchema: typeof MealPlanDecisionSnapshotStatusSchema;
|
|
265
|
+
declare const index_MealPlanDecisionStageIdSchema: typeof MealPlanDecisionStageIdSchema;
|
|
266
|
+
declare const index_MealPlanDecisionStageMetadata: typeof MealPlanDecisionStageMetadata;
|
|
267
|
+
declare const index_MealPlanDecisionStageMetadataSchema: typeof MealPlanDecisionStageMetadataSchema;
|
|
268
|
+
declare const index_MealPlanDecisionStageResponse: typeof MealPlanDecisionStageResponse;
|
|
269
|
+
declare const index_MealPlanDecisionStageResponseSchema: typeof MealPlanDecisionStageResponseSchema;
|
|
270
|
+
declare const index_MealPlanDecisionStageStatus: typeof MealPlanDecisionStageStatus;
|
|
271
|
+
declare const index_MealPlanDecisionStageStatusSchema: typeof MealPlanDecisionStageStatusSchema;
|
|
272
|
+
declare const index_MealPlanDecisionStageType: typeof MealPlanDecisionStageType;
|
|
273
|
+
declare const index_MealPlanDecisionStageTypeSchema: typeof MealPlanDecisionStageTypeSchema;
|
|
274
|
+
declare const index_MealPlanDecisionTaskKey: typeof MealPlanDecisionTaskKey;
|
|
275
|
+
declare const index_MealPlanDecisionTaskKeySchema: typeof MealPlanDecisionTaskKeySchema;
|
|
276
|
+
declare const index_MealPlanDecisionTaskProgress: typeof MealPlanDecisionTaskProgress;
|
|
277
|
+
declare const index_MealPlanDecisionTaskProgressSchema: typeof MealPlanDecisionTaskProgressSchema;
|
|
278
|
+
declare const index_MealPlanDecisionTaskReadyRequest: typeof MealPlanDecisionTaskReadyRequest;
|
|
279
|
+
declare const index_MealPlanDecisionTaskReadyRequestSchema: typeof MealPlanDecisionTaskReadyRequestSchema;
|
|
280
|
+
declare const index_MealPlanDecisionTaskStatus: typeof MealPlanDecisionTaskStatus;
|
|
281
|
+
declare const index_MealPlanDecisionTaskStatusSchema: typeof MealPlanDecisionTaskStatusSchema;
|
|
282
|
+
declare const index_MealPlanGuestParticipant: typeof MealPlanGuestParticipant;
|
|
283
|
+
declare const index_MealPlanGuestParticipantSchema: typeof MealPlanGuestParticipantSchema;
|
|
284
|
+
declare const index_MealPlanGuestSessionQuery: typeof MealPlanGuestSessionQuery;
|
|
285
|
+
declare const index_MealPlanGuestSessionQuerySchema: typeof MealPlanGuestSessionQuerySchema;
|
|
286
|
+
declare const index_MealPlanGuestSessionResponse: typeof MealPlanGuestSessionResponse;
|
|
287
|
+
declare const index_MealPlanGuestSessionResponseSchema: typeof MealPlanGuestSessionResponseSchema;
|
|
288
|
+
declare const index_MealPlanId: typeof MealPlanId;
|
|
289
|
+
declare const index_MealPlanIdSchema: typeof MealPlanIdSchema;
|
|
290
|
+
declare const index_MealPlanInviteId: typeof MealPlanInviteId;
|
|
291
|
+
declare const index_MealPlanInviteIdSchema: typeof MealPlanInviteIdSchema;
|
|
292
|
+
declare const index_MealPlanInviteListResponse: typeof MealPlanInviteListResponse;
|
|
293
|
+
declare const index_MealPlanInviteListResponseSchema: typeof MealPlanInviteListResponseSchema;
|
|
294
|
+
declare const index_MealPlanInviteStatus: typeof MealPlanInviteStatus;
|
|
295
|
+
declare const index_MealPlanInviteStatusSchema: typeof MealPlanInviteStatusSchema;
|
|
296
|
+
declare const index_MealPlanInviteSummary: typeof MealPlanInviteSummary;
|
|
297
|
+
declare const index_MealPlanInviteSummarySchema: typeof MealPlanInviteSummarySchema;
|
|
298
|
+
declare const index_MealPlanJoinRequestId: typeof MealPlanJoinRequestId;
|
|
299
|
+
declare const index_MealPlanJoinRequestIdSchema: typeof MealPlanJoinRequestIdSchema;
|
|
300
|
+
declare const index_MealPlanJoinRequestStatus: typeof MealPlanJoinRequestStatus;
|
|
301
|
+
declare const index_MealPlanJoinRequestStatusSchema: typeof MealPlanJoinRequestStatusSchema;
|
|
302
|
+
declare const index_MealPlanJoinRequestSummary: typeof MealPlanJoinRequestSummary;
|
|
303
|
+
declare const index_MealPlanJoinRequestSummarySchema: typeof MealPlanJoinRequestSummarySchema;
|
|
304
|
+
declare const index_MealPlanJoinSource: typeof MealPlanJoinSource;
|
|
305
|
+
declare const index_MealPlanJoinSourceSchema: typeof MealPlanJoinSourceSchema;
|
|
306
|
+
declare const index_MealPlanLatitudeSchema: typeof MealPlanLatitudeSchema;
|
|
307
|
+
declare const index_MealPlanLiveActivityBehavior: typeof MealPlanLiveActivityBehavior;
|
|
308
|
+
declare const index_MealPlanLiveActivityBehaviorSchema: typeof MealPlanLiveActivityBehaviorSchema;
|
|
309
|
+
declare const index_MealPlanLiveActivityPlatform: typeof MealPlanLiveActivityPlatform;
|
|
310
|
+
declare const index_MealPlanLiveActivityPlatformSchema: typeof MealPlanLiveActivityPlatformSchema;
|
|
311
|
+
declare const index_MealPlanLiveActivitySessionListResponse: typeof MealPlanLiveActivitySessionListResponse;
|
|
312
|
+
declare const index_MealPlanLiveActivitySessionListResponseSchema: typeof MealPlanLiveActivitySessionListResponseSchema;
|
|
313
|
+
declare const index_MealPlanLiveActivitySessionResponse: typeof MealPlanLiveActivitySessionResponse;
|
|
314
|
+
declare const index_MealPlanLiveActivitySessionResponseSchema: typeof MealPlanLiveActivitySessionResponseSchema;
|
|
315
|
+
declare const index_MealPlanLiveActivitySessionStatus: typeof MealPlanLiveActivitySessionStatus;
|
|
316
|
+
declare const index_MealPlanLiveActivitySessionStatusSchema: typeof MealPlanLiveActivitySessionStatusSchema;
|
|
317
|
+
declare const index_MealPlanLiveActivityState: typeof MealPlanLiveActivityState;
|
|
318
|
+
declare const index_MealPlanLiveActivityStateSchema: typeof MealPlanLiveActivityStateSchema;
|
|
319
|
+
declare const index_MealPlanLiveActivityUpdateStatus: typeof MealPlanLiveActivityUpdateStatus;
|
|
320
|
+
declare const index_MealPlanLiveActivityUpdateStatusSchema: typeof MealPlanLiveActivityUpdateStatusSchema;
|
|
321
|
+
declare const index_MealPlanLocationCandidate: typeof MealPlanLocationCandidate;
|
|
322
|
+
declare const index_MealPlanLocationCandidateIdSchema: typeof MealPlanLocationCandidateIdSchema;
|
|
323
|
+
declare const index_MealPlanLocationCandidateSchema: typeof MealPlanLocationCandidateSchema;
|
|
324
|
+
declare const index_MealPlanLocationCandidateSourceSchema: typeof MealPlanLocationCandidateSourceSchema;
|
|
325
|
+
declare const index_MealPlanLongitudeSchema: typeof MealPlanLongitudeSchema;
|
|
326
|
+
declare const index_MealPlanMenuCandidate: typeof MealPlanMenuCandidate;
|
|
327
|
+
declare const index_MealPlanMenuCandidateIdSchema: typeof MealPlanMenuCandidateIdSchema;
|
|
328
|
+
declare const index_MealPlanMenuCandidateSchema: typeof MealPlanMenuCandidateSchema;
|
|
329
|
+
declare const index_MealPlanMenuCandidateSource: typeof MealPlanMenuCandidateSource;
|
|
330
|
+
declare const index_MealPlanMenuCandidateSourceSchema: typeof MealPlanMenuCandidateSourceSchema;
|
|
331
|
+
declare const index_MealPlanNearbyFriendExposureBatchId: typeof MealPlanNearbyFriendExposureBatchId;
|
|
332
|
+
declare const index_MealPlanNearbyFriendExposureBatchIdSchema: typeof MealPlanNearbyFriendExposureBatchIdSchema;
|
|
333
|
+
declare const index_MealPlanNearbyFriendExposureBatchSummary: typeof MealPlanNearbyFriendExposureBatchSummary;
|
|
334
|
+
declare const index_MealPlanNearbyFriendExposureBatchSummarySchema: typeof MealPlanNearbyFriendExposureBatchSummarySchema;
|
|
335
|
+
declare const index_MealPlanNearbyFriendExposureIdSchema: typeof MealPlanNearbyFriendExposureIdSchema;
|
|
336
|
+
declare const index_MealPlanNearbyFriendExposureNotificationStatus: typeof MealPlanNearbyFriendExposureNotificationStatus;
|
|
337
|
+
declare const index_MealPlanNearbyFriendExposureNotificationStatusSchema: typeof MealPlanNearbyFriendExposureNotificationStatusSchema;
|
|
338
|
+
declare const index_MealPlanNearbyFriendExposureStatus: typeof MealPlanNearbyFriendExposureStatus;
|
|
339
|
+
declare const index_MealPlanNearbyFriendExposureStatusSchema: typeof MealPlanNearbyFriendExposureStatusSchema;
|
|
340
|
+
declare const index_MealPlanNearbyFriendExposureSummary: typeof MealPlanNearbyFriendExposureSummary;
|
|
341
|
+
declare const index_MealPlanNearbyFriendExposureSummarySchema: typeof MealPlanNearbyFriendExposureSummarySchema;
|
|
342
|
+
declare const index_MealPlanNearbyFriendRejectionReason: typeof MealPlanNearbyFriendRejectionReason;
|
|
343
|
+
declare const index_MealPlanNearbyFriendRejectionReasonSchema: typeof MealPlanNearbyFriendRejectionReasonSchema;
|
|
344
|
+
declare const index_MealPlanNearbyFriendRejectionSummary: typeof MealPlanNearbyFriendRejectionSummary;
|
|
345
|
+
declare const index_MealPlanNearbyFriendRejectionSummarySchema: typeof MealPlanNearbyFriendRejectionSummarySchema;
|
|
346
|
+
declare const index_MealPlanNotification: typeof MealPlanNotification;
|
|
347
|
+
declare const index_MealPlanNotificationKind: typeof MealPlanNotificationKind;
|
|
348
|
+
declare const index_MealPlanNotificationKindSchema: typeof MealPlanNotificationKindSchema;
|
|
349
|
+
declare const index_MealPlanNotificationPriorityChannel: typeof MealPlanNotificationPriorityChannel;
|
|
350
|
+
declare const index_MealPlanNotificationPriorityChannelSchema: typeof MealPlanNotificationPriorityChannelSchema;
|
|
351
|
+
declare const index_MealPlanNotificationPriorityPolicy: typeof MealPlanNotificationPriorityPolicy;
|
|
352
|
+
declare const index_MealPlanNotificationPriorityPolicyItem: typeof MealPlanNotificationPriorityPolicyItem;
|
|
353
|
+
declare const index_MealPlanNotificationPriorityPolicyItemSchema: typeof MealPlanNotificationPriorityPolicyItemSchema;
|
|
354
|
+
declare const index_MealPlanNotificationSchema: typeof MealPlanNotificationSchema;
|
|
355
|
+
declare const index_MealPlanParticipantIdSchema: typeof MealPlanParticipantIdSchema;
|
|
356
|
+
declare const index_MealPlanParticipantResponse: typeof MealPlanParticipantResponse;
|
|
357
|
+
declare const index_MealPlanParticipantResponseSchema: typeof MealPlanParticipantResponseSchema;
|
|
358
|
+
declare const index_MealPlanParticipantRole: typeof MealPlanParticipantRole;
|
|
359
|
+
declare const index_MealPlanParticipantRoleSchema: typeof MealPlanParticipantRoleSchema;
|
|
360
|
+
declare const index_MealPlanParticipantStatus: typeof MealPlanParticipantStatus;
|
|
361
|
+
declare const index_MealPlanParticipantStatusSchema: typeof MealPlanParticipantStatusSchema;
|
|
362
|
+
declare const index_MealPlanPushPayloadData: typeof MealPlanPushPayloadData;
|
|
363
|
+
declare const index_MealPlanPushPayloadDataSchema: typeof MealPlanPushPayloadDataSchema;
|
|
364
|
+
declare const index_MealPlanRecommendationContext: typeof MealPlanRecommendationContext;
|
|
365
|
+
declare const index_MealPlanRecommendationContextSchema: typeof MealPlanRecommendationContextSchema;
|
|
366
|
+
declare const index_MealPlanResponse: typeof MealPlanResponse;
|
|
367
|
+
declare const index_MealPlanResponseSchema: typeof MealPlanResponseSchema;
|
|
368
|
+
declare const index_MealPlanRestaurantCandidate: typeof MealPlanRestaurantCandidate;
|
|
369
|
+
declare const index_MealPlanRestaurantCandidateSchema: typeof MealPlanRestaurantCandidateSchema;
|
|
370
|
+
declare const index_MealPlanRestaurantSearchState: typeof MealPlanRestaurantSearchState;
|
|
371
|
+
declare const index_MealPlanRestaurantSearchStateSchema: typeof MealPlanRestaurantSearchStateSchema;
|
|
372
|
+
declare const index_MealPlanRestaurantSearchStatus: typeof MealPlanRestaurantSearchStatus;
|
|
373
|
+
declare const index_MealPlanRestaurantSearchStatusSchema: typeof MealPlanRestaurantSearchStatusSchema;
|
|
374
|
+
declare const index_MealPlanShareLinkId: typeof MealPlanShareLinkId;
|
|
375
|
+
declare const index_MealPlanShareLinkIdSchema: typeof MealPlanShareLinkIdSchema;
|
|
376
|
+
declare const index_MealPlanShareLinkSummary: typeof MealPlanShareLinkSummary;
|
|
377
|
+
declare const index_MealPlanShareLinkSummarySchema: typeof MealPlanShareLinkSummarySchema;
|
|
378
|
+
declare const index_MealPlanShareLinkToken: typeof MealPlanShareLinkToken;
|
|
379
|
+
declare const index_MealPlanShareLinkTokenSchema: typeof MealPlanShareLinkTokenSchema;
|
|
380
|
+
declare const index_MealPlanSharePreviewResponse: typeof MealPlanSharePreviewResponse;
|
|
381
|
+
declare const index_MealPlanSharePreviewResponseSchema: typeof MealPlanSharePreviewResponseSchema;
|
|
382
|
+
declare const index_MealPlanStatus: typeof MealPlanStatus;
|
|
383
|
+
declare const index_MealPlanStatusSchema: typeof MealPlanStatusSchema;
|
|
384
|
+
declare const index_MealPlanSystemMessage: typeof MealPlanSystemMessage;
|
|
385
|
+
declare const index_MealPlanSystemMessageKind: typeof MealPlanSystemMessageKind;
|
|
386
|
+
declare const index_MealPlanSystemMessageKindSchema: typeof MealPlanSystemMessageKindSchema;
|
|
387
|
+
declare const index_MealPlanSystemMessageSchema: typeof MealPlanSystemMessageSchema;
|
|
388
|
+
declare const index_MealPlanViewerPermissions: typeof MealPlanViewerPermissions;
|
|
389
|
+
declare const index_MealPlanViewerPermissionsSchema: typeof MealPlanViewerPermissionsSchema;
|
|
390
|
+
declare const index_MealPlanViewerRole: typeof MealPlanViewerRole;
|
|
391
|
+
declare const index_MealPlanViewerRoleSchema: typeof MealPlanViewerRoleSchema;
|
|
392
|
+
declare const index_MealPlanVote: typeof MealPlanVote;
|
|
393
|
+
declare const index_MealPlanVoteIdSchema: typeof MealPlanVoteIdSchema;
|
|
394
|
+
declare const index_MealPlanVoteSchema: typeof MealPlanVoteSchema;
|
|
395
|
+
declare const index_MealPlanVoteType: typeof MealPlanVoteType;
|
|
396
|
+
declare const index_MealPlanVoteTypeSchema: typeof MealPlanVoteTypeSchema;
|
|
397
|
+
declare const index_MealStatus: typeof MealStatus;
|
|
398
|
+
declare const index_MealStatusAction: typeof MealStatusAction;
|
|
399
|
+
declare const index_MealStatusActionSchema: typeof MealStatusActionSchema;
|
|
400
|
+
declare const index_MealStatusResponse: typeof MealStatusResponse;
|
|
401
|
+
declare const index_MealStatusResponseSchema: typeof MealStatusResponseSchema;
|
|
402
|
+
declare const index_MealStatusSchema: typeof MealStatusSchema;
|
|
403
|
+
declare const index_MemberCore: typeof MemberCore;
|
|
404
|
+
declare const index_MemberCoreSchema: typeof MemberCoreSchema;
|
|
405
|
+
declare const index_MemberDetail: typeof MemberDetail;
|
|
406
|
+
declare const index_MemberDetailSchema: typeof MemberDetailSchema;
|
|
407
|
+
declare const index_MemberFoodPreference: typeof MemberFoodPreference;
|
|
408
|
+
declare const index_MemberFoodPreferenceSchema: typeof MemberFoodPreferenceSchema;
|
|
409
|
+
declare const index_MemberId: typeof MemberId;
|
|
410
|
+
declare const index_MemberIdSchema: typeof MemberIdSchema;
|
|
411
|
+
declare const index_MemberLocation: typeof MemberLocation;
|
|
412
|
+
declare const index_MemberLocationSchema: typeof MemberLocationSchema;
|
|
413
|
+
declare const index_MemberLocationSettingsResponse: typeof MemberLocationSettingsResponse;
|
|
414
|
+
declare const index_MemberLocationSettingsResponseSchema: typeof MemberLocationSettingsResponseSchema;
|
|
415
|
+
declare const index_MemberResponse: typeof MemberResponse;
|
|
416
|
+
declare const index_MemberResponseSchema: typeof MemberResponseSchema;
|
|
417
|
+
declare const index_MemberRole: typeof MemberRole;
|
|
418
|
+
declare const index_MemberRoleSchema: typeof MemberRoleSchema;
|
|
419
|
+
declare const index_MemberSearchQuery: typeof MemberSearchQuery;
|
|
420
|
+
declare const index_MemberSearchQuerySchema: typeof MemberSearchQuerySchema;
|
|
421
|
+
declare const index_MemberSerachResponse: typeof MemberSerachResponse;
|
|
422
|
+
declare const index_MemberSerachResponseSchema: typeof MemberSerachResponseSchema;
|
|
423
|
+
declare const index_MyMealPlanGroup: typeof MyMealPlanGroup;
|
|
424
|
+
declare const index_MyMealPlanGroupSchema: typeof MyMealPlanGroupSchema;
|
|
425
|
+
declare const index_MyMealPlanListItem: typeof MyMealPlanListItem;
|
|
426
|
+
declare const index_MyMealPlanListItemSchema: typeof MyMealPlanListItemSchema;
|
|
427
|
+
declare const index_MyMealPlanListResponse: typeof MyMealPlanListResponse;
|
|
428
|
+
declare const index_MyMealPlanListResponseSchema: typeof MyMealPlanListResponseSchema;
|
|
429
|
+
declare const index_NearbyFriendExposureEligibility: typeof NearbyFriendExposureEligibility;
|
|
430
|
+
declare const index_NearbyFriendExposureEligibilitySchema: typeof NearbyFriendExposureEligibilitySchema;
|
|
431
|
+
declare const index_NearbyFriendMealPlanSummary: typeof NearbyFriendMealPlanSummary;
|
|
432
|
+
declare const index_NearbyFriendMealPlanSummarySchema: typeof NearbyFriendMealPlanSummarySchema;
|
|
433
|
+
declare const index_NoBodySchema: typeof NoBodySchema;
|
|
434
|
+
declare const index_NoContent: typeof NoContent;
|
|
435
|
+
declare const index_NoContentSchema: typeof NoContentSchema;
|
|
436
|
+
declare const index_NoParamsSchema: typeof NoParamsSchema;
|
|
437
|
+
declare const index_NoQuerySchema: typeof NoQuerySchema;
|
|
438
|
+
declare const index_NonEmptyStringIdSchema: typeof NonEmptyStringIdSchema;
|
|
439
|
+
declare const index_OnboardingDraft: typeof OnboardingDraft;
|
|
440
|
+
declare const index_OnboardingDraftSchema: typeof OnboardingDraftSchema;
|
|
441
|
+
declare const index_OnboardingStatus: typeof OnboardingStatus;
|
|
442
|
+
declare const index_OnboardingStatusSchema: typeof OnboardingStatusSchema;
|
|
443
|
+
declare const index_PageArticleSummaryResponse: typeof PageArticleSummaryResponse;
|
|
444
|
+
declare const index_PageArticleSummaryResponseSchema: typeof PageArticleSummaryResponseSchema;
|
|
445
|
+
declare const index_PageMeta: typeof PageMeta;
|
|
446
|
+
declare const index_PageMetaSchema: typeof PageMetaSchema;
|
|
447
|
+
declare const index_PageQuerySchema: typeof PageQuerySchema;
|
|
448
|
+
declare const index_PageRequest: typeof PageRequest;
|
|
449
|
+
declare const index_PageResponse: typeof PageResponse;
|
|
450
|
+
declare const index_PageResponseSchema: typeof PageResponseSchema;
|
|
451
|
+
declare const index_PathParamsOf: typeof PathParamsOf;
|
|
452
|
+
declare const index_PermissionKind: typeof PermissionKind;
|
|
453
|
+
declare const index_PermissionKindSchema: typeof PermissionKindSchema;
|
|
454
|
+
declare const index_PermissionPlatform: typeof PermissionPlatform;
|
|
455
|
+
declare const index_PermissionPlatformSchema: typeof PermissionPlatformSchema;
|
|
456
|
+
declare const index_PermissionStatus: typeof PermissionStatus;
|
|
457
|
+
declare const index_PermissionStatusSchema: typeof PermissionStatusSchema;
|
|
458
|
+
declare const index_PositiveIntIdSchema: typeof PositiveIntIdSchema;
|
|
459
|
+
declare const index_ProfileDetailResponse: typeof ProfileDetailResponse;
|
|
460
|
+
declare const index_ProfileDetailResponseSchema: typeof ProfileDetailResponseSchema;
|
|
461
|
+
declare const index_PushDeliveryAttemptResult: typeof PushDeliveryAttemptResult;
|
|
462
|
+
declare const index_PushDeliveryAttemptResultSchema: typeof PushDeliveryAttemptResultSchema;
|
|
463
|
+
declare const index_PushDeliveryAttemptSummary: typeof PushDeliveryAttemptSummary;
|
|
464
|
+
declare const index_PushDeliveryAttemptSummarySchema: typeof PushDeliveryAttemptSummarySchema;
|
|
465
|
+
declare const index_PushDeliveryOutboxSummary: typeof PushDeliveryOutboxSummary;
|
|
466
|
+
declare const index_PushDeliveryOutboxSummarySchema: typeof PushDeliveryOutboxSummarySchema;
|
|
467
|
+
declare const index_PushDeliveryStatus: typeof PushDeliveryStatus;
|
|
468
|
+
declare const index_PushDeliveryStatusSchema: typeof PushDeliveryStatusSchema;
|
|
469
|
+
declare const index_PushPayloadSchemaVersionSchema: typeof PushPayloadSchemaVersionSchema;
|
|
470
|
+
declare const index_PushPermissionStatus: typeof PushPermissionStatus;
|
|
471
|
+
declare const index_PushPermissionStatusSchema: typeof PushPermissionStatusSchema;
|
|
472
|
+
declare const index_PushPlatform: typeof PushPlatform;
|
|
473
|
+
declare const index_PushPlatformSchema: typeof PushPlatformSchema;
|
|
474
|
+
declare const index_PushProvider: typeof PushProvider;
|
|
475
|
+
declare const index_PushProviderSchema: typeof PushProviderSchema;
|
|
476
|
+
declare const index_PushTokenResponse: typeof PushTokenResponse;
|
|
477
|
+
declare const index_PushTokenResponseSchema: typeof PushTokenResponseSchema;
|
|
478
|
+
declare const index_PushTokenStatus: typeof PushTokenStatus;
|
|
479
|
+
declare const index_PushTokenStatusSchema: typeof PushTokenStatusSchema;
|
|
480
|
+
declare const index_QueryOf: typeof QueryOf;
|
|
481
|
+
declare const index_RedeemReferralRequest: typeof RedeemReferralRequest;
|
|
482
|
+
declare const index_RedeemReferralRequestSchema: typeof RedeemReferralRequestSchema;
|
|
483
|
+
declare const index_ReferralCode: typeof ReferralCode;
|
|
484
|
+
declare const index_ReferralCodeSchema: typeof ReferralCodeSchema;
|
|
485
|
+
declare const index_ReferralCreateResponse: typeof ReferralCreateResponse;
|
|
486
|
+
declare const index_ReferralCreateResponseSchema: typeof ReferralCreateResponseSchema;
|
|
487
|
+
declare const index_ReferralItemResponse: typeof ReferralItemResponse;
|
|
488
|
+
declare const index_ReferralItemResponseSchema: typeof ReferralItemResponseSchema;
|
|
489
|
+
declare const index_RegisterMealPlanLiveActivitySessionRequest: typeof RegisterMealPlanLiveActivitySessionRequest;
|
|
490
|
+
declare const index_RegisterMealPlanLiveActivitySessionRequestSchema: typeof RegisterMealPlanLiveActivitySessionRequestSchema;
|
|
491
|
+
declare const index_RegisterPushTokenRequest: typeof RegisterPushTokenRequest;
|
|
492
|
+
declare const index_RegisterPushTokenRequestSchema: typeof RegisterPushTokenRequestSchema;
|
|
493
|
+
declare const index_ReopenMealPlanDecisionTaskRequest: typeof ReopenMealPlanDecisionTaskRequest;
|
|
494
|
+
declare const index_ReopenMealPlanDecisionTaskRequestSchema: typeof ReopenMealPlanDecisionTaskRequestSchema;
|
|
495
|
+
declare const index_ResolvedFoodCode: typeof ResolvedFoodCode;
|
|
496
|
+
declare const index_ResolvedFoodCodeSchema: typeof ResolvedFoodCodeSchema;
|
|
497
|
+
declare const index_ResponseOf: typeof ResponseOf;
|
|
498
|
+
declare const index_RestaurantId: typeof RestaurantId;
|
|
499
|
+
declare const index_RestaurantIdSchema: typeof RestaurantIdSchema;
|
|
500
|
+
declare const index_RestaurantResponse: typeof RestaurantResponse;
|
|
501
|
+
declare const index_RestaurantSchema: typeof RestaurantSchema;
|
|
502
|
+
declare const index_RevokePushTokenRequest: typeof RevokePushTokenRequest;
|
|
503
|
+
declare const index_RevokePushTokenRequestSchema: typeof RevokePushTokenRequestSchema;
|
|
504
|
+
declare const index_SendMealPlanChatMessageRequest: typeof SendMealPlanChatMessageRequest;
|
|
505
|
+
declare const index_SendMealPlanChatMessageRequestSchema: typeof SendMealPlanChatMessageRequestSchema;
|
|
506
|
+
declare const index_SendMealPlanInviteResponse: typeof SendMealPlanInviteResponse;
|
|
507
|
+
declare const index_SendMealPlanInviteResponseSchema: typeof SendMealPlanInviteResponseSchema;
|
|
508
|
+
declare const index_SignupRequest: typeof SignupRequest;
|
|
509
|
+
declare const index_SignupRequestSchema: typeof SignupRequestSchema;
|
|
510
|
+
declare const index_SignupResponse: typeof SignupResponse;
|
|
511
|
+
declare const index_SignupResponseSchema: typeof SignupResponseSchema;
|
|
512
|
+
declare const index_SortDirection: typeof SortDirection;
|
|
513
|
+
declare const index_SortDirectionSchema: typeof SortDirectionSchema;
|
|
514
|
+
declare const index_StartMealPlanFromGroupRequest: typeof StartMealPlanFromGroupRequest;
|
|
515
|
+
declare const index_StartMealPlanFromGroupRequestSchema: typeof StartMealPlanFromGroupRequestSchema;
|
|
516
|
+
declare const index_SubscriptionId: typeof SubscriptionId;
|
|
517
|
+
declare const index_SubscriptionIdSchema: typeof SubscriptionIdSchema;
|
|
518
|
+
declare const index_TimeHHmmString: typeof TimeHHmmString;
|
|
519
|
+
declare const index_TimeHHmmStringSchema: typeof TimeHHmmStringSchema;
|
|
520
|
+
declare const index_TokenResponse: typeof TokenResponse;
|
|
521
|
+
declare const index_TokenResponseSchema: typeof TokenResponseSchema;
|
|
522
|
+
declare const index_UpdateMealGroupMemberRoleRequest: typeof UpdateMealGroupMemberRoleRequest;
|
|
523
|
+
declare const index_UpdateMealGroupMemberRoleRequestSchema: typeof UpdateMealGroupMemberRoleRequestSchema;
|
|
524
|
+
declare const index_UpdateMealPlanContextRequest: typeof UpdateMealPlanContextRequest;
|
|
525
|
+
declare const index_UpdateMealPlanContextRequestSchema: typeof UpdateMealPlanContextRequestSchema;
|
|
526
|
+
declare const index_UpdateMealStatusRequest: typeof UpdateMealStatusRequest;
|
|
527
|
+
declare const index_UpdateMealStatusRequestSchema: typeof UpdateMealStatusRequestSchema;
|
|
528
|
+
declare const index_UpdateMemberLocationConsentRequest: typeof UpdateMemberLocationConsentRequest;
|
|
529
|
+
declare const index_UpdateMemberLocationConsentRequestSchema: typeof UpdateMemberLocationConsentRequestSchema;
|
|
530
|
+
declare const index_UpdateMemberLocationRequest: typeof UpdateMemberLocationRequest;
|
|
531
|
+
declare const index_UpdateMemberLocationRequestSchema: typeof UpdateMemberLocationRequestSchema;
|
|
532
|
+
declare const index_UpdatePreferenceRequest: typeof UpdatePreferenceRequest;
|
|
533
|
+
declare const index_UpdatePreferenceRequestSchema: typeof UpdatePreferenceRequestSchema;
|
|
534
|
+
declare const index_UpdateProfileRequest: typeof UpdateProfileRequest;
|
|
535
|
+
declare const index_UpdateProfileRequestSchema: typeof UpdateProfileRequestSchema;
|
|
536
|
+
declare const index_UploadArticleImageRequestSchema: typeof UploadArticleImageRequestSchema;
|
|
537
|
+
declare const index_UploadArticleImageResponse: typeof UploadArticleImageResponse;
|
|
538
|
+
declare const index_UploadArticleImageResponseSchema: typeof UploadArticleImageResponseSchema;
|
|
539
|
+
declare const index_UploadArticleImageeRquest: typeof UploadArticleImageeRquest;
|
|
540
|
+
declare const index_UploadProfileImageRequest: typeof UploadProfileImageRequest;
|
|
541
|
+
declare const index_UploadProfileImageRequestSchema: typeof UploadProfileImageRequestSchema;
|
|
542
|
+
declare const index_UploadProfileImageResponse: typeof UploadProfileImageResponse;
|
|
543
|
+
declare const index_UploadProfileImageResponseSchema: typeof UploadProfileImageResponseSchema;
|
|
544
|
+
declare const index_UserIdSchema: typeof UserIdSchema;
|
|
545
|
+
declare const index_apiContract: typeof apiContract;
|
|
546
|
+
declare const index_compareMealPlanNotificationsByPriority: typeof compareMealPlanNotificationsByPriority;
|
|
547
|
+
declare const index_endpoint: typeof endpoint;
|
|
548
|
+
declare const index_getMealPlanLiveActivityBehavior: typeof getMealPlanLiveActivityBehavior;
|
|
549
|
+
declare const index_getMealPlanNotificationPriority: typeof getMealPlanNotificationPriority;
|
|
550
|
+
declare const index_getMealPlanNotificationPriorityPolicy: typeof getMealPlanNotificationPriorityPolicy;
|
|
551
|
+
declare const index_makeApiResponseSchema: typeof makeApiResponseSchema;
|
|
552
|
+
declare const index_makeApiSuccessSchema: typeof makeApiSuccessSchema;
|
|
553
|
+
declare const index_shouldShowForegroundToast: typeof shouldShowForegroundToast;
|
|
554
|
+
declare const index_toArticleId: typeof toArticleId;
|
|
555
|
+
declare const index_toCommentId: typeof toCommentId;
|
|
556
|
+
declare const index_toCouponId: typeof toCouponId;
|
|
557
|
+
declare const index_toFriendRequestId: typeof toFriendRequestId;
|
|
558
|
+
declare const index_toMealGroupId: typeof toMealGroupId;
|
|
559
|
+
declare const index_toMealPlanChangeRequestId: typeof toMealPlanChangeRequestId;
|
|
560
|
+
declare const index_toMealPlanChatMessageId: typeof toMealPlanChatMessageId;
|
|
561
|
+
declare const index_toMealPlanChatRoomId: typeof toMealPlanChatRoomId;
|
|
562
|
+
declare const index_toMealPlanId: typeof toMealPlanId;
|
|
563
|
+
declare const index_toMealPlanInviteId: typeof toMealPlanInviteId;
|
|
564
|
+
declare const index_toMealPlanJoinRequestId: typeof toMealPlanJoinRequestId;
|
|
565
|
+
declare const index_toMealPlanNearbyFriendExposureBatchId: typeof toMealPlanNearbyFriendExposureBatchId;
|
|
566
|
+
declare const index_toMealPlanShareLinkId: typeof toMealPlanShareLinkId;
|
|
567
|
+
declare const index_toMealPlanShareLinkToken: typeof toMealPlanShareLinkToken;
|
|
568
|
+
declare const index_toMemberId: typeof toMemberId;
|
|
569
|
+
declare const index_toReferralCode: typeof toReferralCode;
|
|
570
|
+
declare const index_toRestaurantId: typeof toRestaurantId;
|
|
571
|
+
declare const index_toSubscriptionId: typeof toSubscriptionId;
|
|
572
|
+
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 };
|
|
574
|
+
}
|
|
575
|
+
|
|
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 };
|