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