@kimdaegyu/babmukdang-shared 1.0.6 → 1.0.7
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/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -518,12 +518,12 @@ type UploadAndRegisterVars = {
|
|
|
518
518
|
cantEat: string[];
|
|
519
519
|
};
|
|
520
520
|
};
|
|
521
|
-
interface
|
|
521
|
+
interface PresignArticleResponse {
|
|
522
522
|
key: string;
|
|
523
523
|
putUrl: string;
|
|
524
524
|
cdnUrl: string;
|
|
525
525
|
}
|
|
526
|
-
interface
|
|
526
|
+
interface PresignProfileResponse {
|
|
527
527
|
key: string;
|
|
528
528
|
putUrl: string;
|
|
529
529
|
cdnUrl: string;
|
|
@@ -850,4 +850,4 @@ declare class InvitationResultRequestDto {
|
|
|
850
850
|
restaurant: KakaoRestaurantResponseDto;
|
|
851
851
|
}
|
|
852
852
|
|
|
853
|
-
export { AnnouncementRequestDto, AnnouncementResultRequestDto, type AnnouncementStage, AnnouncementStageMap, type ApiErrorResponse, type Article, type ArticleDetailResponseDto, type ArticlePostRequestDto, type ArticleSummaryResponseDto, type BaseResponse, type Category, type ChallengeStatusResponse, type ChatMessage, type ChatMessageRequestDto, ChatMessageRequestDtoServer, type ChatMessageResponseItem, type ClaimChallengeRewardRequest, type ClientToServerEvents, type Comment, type CommentPostRequestDto, type CommentResponseDto, type CouponResponse, type CouponStatus, type CouponType, type CreatePlanRequest, type CreateRecruitResponseDto, type DateInitialState, type DatePicksRequestDto, DatePicksRequestDtoServer, type DatePicksUpdateResponseDto, type DatePicksUpdateResponseItem, type DateStore, type ExcludeMenuInitialState, type ExcludeMenuRequestDto, ExcludeMenuRequestDtoServer, type ExcludeMenuStore, type ExcludeMenuUpdateResponseDto, type ExcludeMenuUpdateResponseItem, type FinalState, type FoodAnalysisResultDto, type FoodPreferenceResponseDto, type FoodPreferenceType, type Friend, type FriendBlockItemResponse, type FriendListItemResponse, type FriendMealFilter, type FriendMealItemResponse, type FriendRequestItemResponse, type FriendRequestStatus, type ISODateString, type ISODateTimeString, type InitialStateEventPayloadMap, type InvitationPostRequest, InvitationRequestDto, type InvitationResponse, InvitationResultRequestDto, type InvitationStage, InvitationStageMap, type Item, type KakaoRestaurantResponseDto, type LikePostResponseDto, type LocalNewsNoti, type LocationAddInitialState, type LocationCandidate, type LocationCandidateAddRequestDto, LocationCandidateAddRequestDtoServer, type LocationCandidateAddUpdateResponseDto, type LocationCandidateAddUpdateResponseItem, type LocationCandidateVoteRequestDto, LocationCandidateVoteRequestDtoServer, type LocationCandidateVoteUpdateResponseDto, type LocationCandidateVoteUpdateResponseItem, type LocationId, type LocationStore, type LocationVoteInitialState, type MatchingInviteNoti, type MealStatus, type MealStatusAction, type MealStatusResponse, type MeetingParticipant, type MeetingResponse, type MemberScores, type MemberSummaryResponse, type Menu, type MenuCode, type MenuInitialState, type MenuPickRequestDto, MenuPickRequestDtoServer, type MenuPickUpdateResponseDto, type MenuPickUpdateResponseItem, MenuRecommendationAIResponseDto, type MenuStore, type MonthProgress, type Onboarding, type OnboardingPreferenceRequest, type OnboardingPreferenceResponse, type OnboardingRequest, type PageArticleSummaryResponse, type PageableObject, type Participant, type PhaseDataBroadcastDto, type PlanResponseDto, PlanStatus, PlanType, type PreferenceItem, type PreferenceMetaResponse, type PreferenceSummaryResponse, type
|
|
853
|
+
export { AnnouncementRequestDto, AnnouncementResultRequestDto, type AnnouncementStage, AnnouncementStageMap, type ApiErrorResponse, type Article, type ArticleDetailResponseDto, type ArticlePostRequestDto, type ArticleSummaryResponseDto, type BaseResponse, type Category, type ChallengeStatusResponse, type ChatMessage, type ChatMessageRequestDto, ChatMessageRequestDtoServer, type ChatMessageResponseItem, type ClaimChallengeRewardRequest, type ClientToServerEvents, type Comment, type CommentPostRequestDto, type CommentResponseDto, type CouponResponse, type CouponStatus, type CouponType, type CreatePlanRequest, type CreateRecruitResponseDto, type DateInitialState, type DatePicksRequestDto, DatePicksRequestDtoServer, type DatePicksUpdateResponseDto, type DatePicksUpdateResponseItem, type DateStore, type ExcludeMenuInitialState, type ExcludeMenuRequestDto, ExcludeMenuRequestDtoServer, type ExcludeMenuStore, type ExcludeMenuUpdateResponseDto, type ExcludeMenuUpdateResponseItem, type FinalState, type FoodAnalysisResultDto, type FoodPreferenceResponseDto, type FoodPreferenceType, type Friend, type FriendBlockItemResponse, type FriendListItemResponse, type FriendMealFilter, type FriendMealItemResponse, type FriendRequestItemResponse, type FriendRequestStatus, type ISODateString, type ISODateTimeString, type InitialStateEventPayloadMap, type InvitationPostRequest, InvitationRequestDto, type InvitationResponse, InvitationResultRequestDto, type InvitationStage, InvitationStageMap, type Item, type KakaoRestaurantResponseDto, type LikePostResponseDto, type LocalNewsNoti, type LocationAddInitialState, type LocationCandidate, type LocationCandidateAddRequestDto, LocationCandidateAddRequestDtoServer, type LocationCandidateAddUpdateResponseDto, type LocationCandidateAddUpdateResponseItem, type LocationCandidateVoteRequestDto, LocationCandidateVoteRequestDtoServer, type LocationCandidateVoteUpdateResponseDto, type LocationCandidateVoteUpdateResponseItem, type LocationId, type LocationStore, type LocationVoteInitialState, type MatchingInviteNoti, type MealStatus, type MealStatusAction, type MealStatusResponse, type MeetingParticipant, type MeetingResponse, type MemberScores, type MemberSummaryResponse, type Menu, type MenuCode, type MenuInitialState, type MenuPickRequestDto, MenuPickRequestDtoServer, type MenuPickUpdateResponseDto, type MenuPickUpdateResponseItem, MenuRecommendationAIResponseDto, type MenuStore, type MonthProgress, type Onboarding, type OnboardingPreferenceRequest, type OnboardingPreferenceResponse, type OnboardingRequest, type PageArticleSummaryResponse, type PageableObject, type Participant, type PhaseDataBroadcastDto, type PlanResponseDto, PlanStatus, PlanType, type PreferenceItem, type PreferenceMetaResponse, type PreferenceSummaryResponse, type PresignArticleResponse, type PresignProfileResponse, type ProfileDetailResponse, type ProfileResponse, type ReadyStateChangedDto, type ReadyStateRequestDto, ReadyStateRequestDtoServer, type Recommendation, type Recruit, type RecruitParticipantDto, type RecruitRequestDto, type RecruitResponseDto, type RecruitStatus, type RedeemReferralRequest, type ReferralCreateResponse, type ReferralItemResponse, type RestaurantId, type RestaurantInitialState, type RestaurantPickRequestDto, RestaurantPickRequestDtoServer, type RestaurantPickUpdateResponseDto, type RestaurantPickUpdateResponseItem, type RestaurantStore, type RewardType, type RoomId, type RoomInitialState, type RoomStore, type ServerToClientEvents, type SocketClientEventMap, type SocketRequestHandlers, type SocketResponseHandlers, type SocketServerEventMap, type SortObject, type TimeInitialState, type TimePicksRequestDto, TimePicksRequestDtoServer, type TimePicksUpdateResponseDto, type TimePicksUpdateResponseItem, type TimeStore, type TokenResponse, type UpdateMealStatusRequest, type UpdateProfileRequest, type UploadAndPostVars, type UploadAndRegisterVars, type User, type UserId, type UserMenuCategory, type WaitingInitialState, type WeekProgress };
|
package/dist/index.d.ts
CHANGED
|
@@ -518,12 +518,12 @@ type UploadAndRegisterVars = {
|
|
|
518
518
|
cantEat: string[];
|
|
519
519
|
};
|
|
520
520
|
};
|
|
521
|
-
interface
|
|
521
|
+
interface PresignArticleResponse {
|
|
522
522
|
key: string;
|
|
523
523
|
putUrl: string;
|
|
524
524
|
cdnUrl: string;
|
|
525
525
|
}
|
|
526
|
-
interface
|
|
526
|
+
interface PresignProfileResponse {
|
|
527
527
|
key: string;
|
|
528
528
|
putUrl: string;
|
|
529
529
|
cdnUrl: string;
|
|
@@ -850,4 +850,4 @@ declare class InvitationResultRequestDto {
|
|
|
850
850
|
restaurant: KakaoRestaurantResponseDto;
|
|
851
851
|
}
|
|
852
852
|
|
|
853
|
-
export { AnnouncementRequestDto, AnnouncementResultRequestDto, type AnnouncementStage, AnnouncementStageMap, type ApiErrorResponse, type Article, type ArticleDetailResponseDto, type ArticlePostRequestDto, type ArticleSummaryResponseDto, type BaseResponse, type Category, type ChallengeStatusResponse, type ChatMessage, type ChatMessageRequestDto, ChatMessageRequestDtoServer, type ChatMessageResponseItem, type ClaimChallengeRewardRequest, type ClientToServerEvents, type Comment, type CommentPostRequestDto, type CommentResponseDto, type CouponResponse, type CouponStatus, type CouponType, type CreatePlanRequest, type CreateRecruitResponseDto, type DateInitialState, type DatePicksRequestDto, DatePicksRequestDtoServer, type DatePicksUpdateResponseDto, type DatePicksUpdateResponseItem, type DateStore, type ExcludeMenuInitialState, type ExcludeMenuRequestDto, ExcludeMenuRequestDtoServer, type ExcludeMenuStore, type ExcludeMenuUpdateResponseDto, type ExcludeMenuUpdateResponseItem, type FinalState, type FoodAnalysisResultDto, type FoodPreferenceResponseDto, type FoodPreferenceType, type Friend, type FriendBlockItemResponse, type FriendListItemResponse, type FriendMealFilter, type FriendMealItemResponse, type FriendRequestItemResponse, type FriendRequestStatus, type ISODateString, type ISODateTimeString, type InitialStateEventPayloadMap, type InvitationPostRequest, InvitationRequestDto, type InvitationResponse, InvitationResultRequestDto, type InvitationStage, InvitationStageMap, type Item, type KakaoRestaurantResponseDto, type LikePostResponseDto, type LocalNewsNoti, type LocationAddInitialState, type LocationCandidate, type LocationCandidateAddRequestDto, LocationCandidateAddRequestDtoServer, type LocationCandidateAddUpdateResponseDto, type LocationCandidateAddUpdateResponseItem, type LocationCandidateVoteRequestDto, LocationCandidateVoteRequestDtoServer, type LocationCandidateVoteUpdateResponseDto, type LocationCandidateVoteUpdateResponseItem, type LocationId, type LocationStore, type LocationVoteInitialState, type MatchingInviteNoti, type MealStatus, type MealStatusAction, type MealStatusResponse, type MeetingParticipant, type MeetingResponse, type MemberScores, type MemberSummaryResponse, type Menu, type MenuCode, type MenuInitialState, type MenuPickRequestDto, MenuPickRequestDtoServer, type MenuPickUpdateResponseDto, type MenuPickUpdateResponseItem, MenuRecommendationAIResponseDto, type MenuStore, type MonthProgress, type Onboarding, type OnboardingPreferenceRequest, type OnboardingPreferenceResponse, type OnboardingRequest, type PageArticleSummaryResponse, type PageableObject, type Participant, type PhaseDataBroadcastDto, type PlanResponseDto, PlanStatus, PlanType, type PreferenceItem, type PreferenceMetaResponse, type PreferenceSummaryResponse, type
|
|
853
|
+
export { AnnouncementRequestDto, AnnouncementResultRequestDto, type AnnouncementStage, AnnouncementStageMap, type ApiErrorResponse, type Article, type ArticleDetailResponseDto, type ArticlePostRequestDto, type ArticleSummaryResponseDto, type BaseResponse, type Category, type ChallengeStatusResponse, type ChatMessage, type ChatMessageRequestDto, ChatMessageRequestDtoServer, type ChatMessageResponseItem, type ClaimChallengeRewardRequest, type ClientToServerEvents, type Comment, type CommentPostRequestDto, type CommentResponseDto, type CouponResponse, type CouponStatus, type CouponType, type CreatePlanRequest, type CreateRecruitResponseDto, type DateInitialState, type DatePicksRequestDto, DatePicksRequestDtoServer, type DatePicksUpdateResponseDto, type DatePicksUpdateResponseItem, type DateStore, type ExcludeMenuInitialState, type ExcludeMenuRequestDto, ExcludeMenuRequestDtoServer, type ExcludeMenuStore, type ExcludeMenuUpdateResponseDto, type ExcludeMenuUpdateResponseItem, type FinalState, type FoodAnalysisResultDto, type FoodPreferenceResponseDto, type FoodPreferenceType, type Friend, type FriendBlockItemResponse, type FriendListItemResponse, type FriendMealFilter, type FriendMealItemResponse, type FriendRequestItemResponse, type FriendRequestStatus, type ISODateString, type ISODateTimeString, type InitialStateEventPayloadMap, type InvitationPostRequest, InvitationRequestDto, type InvitationResponse, InvitationResultRequestDto, type InvitationStage, InvitationStageMap, type Item, type KakaoRestaurantResponseDto, type LikePostResponseDto, type LocalNewsNoti, type LocationAddInitialState, type LocationCandidate, type LocationCandidateAddRequestDto, LocationCandidateAddRequestDtoServer, type LocationCandidateAddUpdateResponseDto, type LocationCandidateAddUpdateResponseItem, type LocationCandidateVoteRequestDto, LocationCandidateVoteRequestDtoServer, type LocationCandidateVoteUpdateResponseDto, type LocationCandidateVoteUpdateResponseItem, type LocationId, type LocationStore, type LocationVoteInitialState, type MatchingInviteNoti, type MealStatus, type MealStatusAction, type MealStatusResponse, type MeetingParticipant, type MeetingResponse, type MemberScores, type MemberSummaryResponse, type Menu, type MenuCode, type MenuInitialState, type MenuPickRequestDto, MenuPickRequestDtoServer, type MenuPickUpdateResponseDto, type MenuPickUpdateResponseItem, MenuRecommendationAIResponseDto, type MenuStore, type MonthProgress, type Onboarding, type OnboardingPreferenceRequest, type OnboardingPreferenceResponse, type OnboardingRequest, type PageArticleSummaryResponse, type PageableObject, type Participant, type PhaseDataBroadcastDto, type PlanResponseDto, PlanStatus, PlanType, type PreferenceItem, type PreferenceMetaResponse, type PreferenceSummaryResponse, type PresignArticleResponse, type PresignProfileResponse, type ProfileDetailResponse, type ProfileResponse, type ReadyStateChangedDto, type ReadyStateRequestDto, ReadyStateRequestDtoServer, type Recommendation, type Recruit, type RecruitParticipantDto, type RecruitRequestDto, type RecruitResponseDto, type RecruitStatus, type RedeemReferralRequest, type ReferralCreateResponse, type ReferralItemResponse, type RestaurantId, type RestaurantInitialState, type RestaurantPickRequestDto, RestaurantPickRequestDtoServer, type RestaurantPickUpdateResponseDto, type RestaurantPickUpdateResponseItem, type RestaurantStore, type RewardType, type RoomId, type RoomInitialState, type RoomStore, type ServerToClientEvents, type SocketClientEventMap, type SocketRequestHandlers, type SocketResponseHandlers, type SocketServerEventMap, type SortObject, type TimeInitialState, type TimePicksRequestDto, TimePicksRequestDtoServer, type TimePicksUpdateResponseDto, type TimePicksUpdateResponseItem, type TimeStore, type TokenResponse, type UpdateMealStatusRequest, type UpdateProfileRequest, type UploadAndPostVars, type UploadAndRegisterVars, type User, type UserId, type UserMenuCategory, type WaitingInitialState, type WeekProgress };
|