o2o-site-AEO/solution/frontend/src/api/generated/model
Mina Choi 479edf9403 [feat] solution/backend: 내 사이트 목록 엔드포인트 — places LEFT JOIN sites 단일 질의
로그인한 사장님이 자기 사이트를 볼 화면이 없었다. 사이트는 place_id 로 한 건씩만 읽혀서
(site_crud.get_site_by_place) 사업장 목록으로 그리면 줄마다 사이트를 다시 물어 N+1 이 된다.

- site_crud.list_company_sites: places LEFT JOIN sites LEFT JOIN site_versions 한 번.
  사이트가 아직 없는 사업장(위저드만 걸어온 것)도 내려간다 — 빠지면 만들다 만 것을 찾을 길이 없다
- protocol.MySiteData: 한 줄 = 사업장 + 사이트. render(정적 파일 존재)는 넣지 않았다 —
  보고서 파일을 읽는 값이라 줄 수만큼 파일 IO 가 된다. 단건(Res_Site)이 계속 소유한다
- site_service.list_my_sites: 회사 스코프. needs_rebuild 는 단건과 같은 규칙으로 판정한다
- GET /v1/site/list 는 라우터 객체를 따로 둔다 — 기존 라우터는 접두어에 place_id 가 박혀 있다

테스트 5건 추가(비어 있는 사업장·조인·회사 격리·재빌드 일치·비로그인), 539 passed
(기존 실패 4건은 이 변경 전에도 같다 — build_publish 3 · snapshot 1)
2026-09-02 22:37:53 +09:00
..
auditCheckData.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
auditCheckDataRecommendation.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
authProvider.ts [feat] solution/backend,frontend: id/pw 가입 · 구글 로그인 — 계정을 만들 길이 없던 걸 연다 2026-09-02 09:33:59 +09:00
buildStatus.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
checkSlugParams.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
companyData.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
errorInfo.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
errorInfoCode.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
errorInfoDesc.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
errorInfoSuccess.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
externalPlaceSource.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
factData.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
factDataCollectedAt.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
factDataExpiresAt.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
factDataSourceUrl.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
factDataUnit.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
factDataUnitId.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
factDataValue.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
factDataVerifiedAt.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
factDataVerifiedBy.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
factStatus.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
factWriteOutcome.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
faqData.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
faqDataCreatedAt.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
faqDataSourceFactIds.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
faqDataUpdatedAt.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
fieldSpecData.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
fieldSpecDataUnit.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
getWeatherParams.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
hTTPValidationError.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
index.ts [feat] solution/backend: 내 사이트 목록 엔드포인트 — places LEFT JOIN sites 단일 질의 2026-09-02 22:37:53 +09:00
jobData.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
jobDataCreatedAt.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
jobDataLastError.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
jobDataResult.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
jobDataRunAfter.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
jobDataRunStartedAt.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
jobDataUpdatedAt.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
jobStatus.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
jobType.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
linkChannel.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
linkData.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
linkDataConfirmedAt.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
linkDataDiscoveredAt.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
linkDataTitle.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
listContentsParams.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
listFactsParams.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
listFaqsParams.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
listLinksParams.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
listMediaParams.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
listMySitesParams.ts [feat] solution/backend: 내 사이트 목록 엔드포인트 — places LEFT JOIN sites 단일 질의 2026-09-02 22:37:53 +09:00
listPlacesParams.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
localContentData.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
localContentDataBody.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
localContentDataCollectedAt.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
localContentDataDisplayEndAt.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
localContentDataDisplayStartAt.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
localContentDataExternalId.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
localContentDataPublishedAt.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
localContentDataTitle.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
localContentStatus.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
localContentType.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
localSource.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
mediaData.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
mediaDataAltText.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
mediaDataCreatedAt.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
mediaDataHeight.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
mediaDataLabel.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
mediaDataOriginUrl.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
mediaDataSourceUrl.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
mediaDataUnitId.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
mediaDataVisionConfidence.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
mediaDataWidth.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
mediaStatus.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
mySiteData.ts [feat] solution/backend: 내 사이트 목록 엔드포인트 — places LEFT JOIN sites 단일 질의 2026-09-02 22:37:53 +09:00
mySiteDataCreatedAt.ts [feat] solution/backend: 내 사이트 목록 엔드포인트 — places LEFT JOIN sites 단일 질의 2026-09-02 22:37:53 +09:00
mySiteDataDomain.ts [feat] solution/backend: 내 사이트 목록 엔드포인트 — places LEFT JOIN sites 단일 질의 2026-09-02 22:37:53 +09:00
mySiteDataPublishedAt.ts [feat] solution/backend: 내 사이트 목록 엔드포인트 — places LEFT JOIN sites 단일 질의 2026-09-02 22:37:53 +09:00
mySiteDataRoadAddress.ts [feat] solution/backend: 내 사이트 목록 엔드포인트 — places LEFT JOIN sites 단일 질의 2026-09-02 22:37:53 +09:00
mySiteDataSiteId.ts [feat] solution/backend: 내 사이트 목록 엔드포인트 — places LEFT JOIN sites 단일 질의 2026-09-02 22:37:53 +09:00
mySiteDataStatus.ts [feat] solution/backend: 내 사이트 목록 엔드포인트 — places LEFT JOIN sites 단일 질의 2026-09-02 22:37:53 +09:00
mySiteDataTemplateId.ts [feat] solution/backend: 내 사이트 목록 엔드포인트 — places LEFT JOIN sites 단일 질의 2026-09-02 22:37:53 +09:00
placeCandidate.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
placeCandidateAddress.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
placeCandidateCategoryName.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
placeCandidateExternalPlaceId.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
placeCandidateLatitude.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
placeCandidateLongitude.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
placeCandidateNaverPlaceUrl.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
placeCandidatePhone.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
placeCandidatePlaceUrl.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
placeCandidateRoadAddress.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
placeCategory.ts 업종 4번째를 관광체험 → 피부과·성형외과 로 바꾸고, 로그인 관문을 에디터 진입으로 되돌린다 2026-09-02 15:42:34 +09:00
placeData.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
placeDataAddress.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
placeDataContentUpdatedAt.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
placeDataCreatedAt.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
placeDataExternalPlaceId.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
placeDataExternalSource.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
placeDataLatitude.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
placeDataLongitude.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
placeDataOwnerUserId.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
placeDataPhone.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
placeDataRegionCode.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
placeDataRoadAddress.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
placeDataVerifiedAt.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
placeStatus.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
publishAction.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
publishLogData.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
publishLogDataCreatedAt.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
publishLogDataDetail.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
publishLogDataRejectReason.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
publishRejectReason.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
publishResult.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
renderStatusData.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
renderStatusDataError.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
renderStatusDataRenderedAt.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
renderStatusDataRenderedVersion.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqCreateFaq.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqCreateFaqSortOrder.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqCreateLink.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqCreateLinkTitle.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqCreatePlace.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqCreatePlaceOwnerUserId.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqCreateUnit.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqExtractFacts.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqGoogleLogin.ts [feat] solution/backend,frontend: id/pw 가입 · 구글 로그인 — 계정을 만들 길이 없던 걸 연다 2026-09-02 09:33:59 +09:00
reqLogin.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqPublishLocalContent.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqSignup.ts [feat] solution/backend,frontend: id/pw 가입 · 구글 로그인 — 계정을 만들 길이 없던 걸 연다 2026-09-02 09:33:59 +09:00
reqSignupCompanyName.ts [feat] solution/backend,frontend: id/pw 가입 · 구글 로그인 — 계정을 만들 길이 없던 걸 연다 2026-09-02 09:33:59 +09:00
reqSignupName.ts [feat] solution/backend,frontend: id/pw 가입 · 구글 로그인 — 계정을 만들 길이 없던 걸 연다 2026-09-02 09:33:59 +09:00
reqSiteSlug.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqSiteStatus.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqSiteTemplate.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqSiteTheme.ts [feat] solution/backend: 내 사이트 목록 엔드포인트 — places LEFT JOIN sites 단일 질의 2026-09-02 22:37:53 +09:00
reqSiteThemeTheme.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqStartBuild.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqStartCollect.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqStartCopy.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqStartVision.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqSyncFestivals.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqSyncFestivalsAreaCode.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqSyncFestivalsStartDate.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqTransitionFact.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqTransitionFactValue.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqTransitionFaq.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqTransitionFaqAnswer.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqTransitionFaqQuestion.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqUpdateLocalContent.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqUpdateLocalContentBody.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqUpdateLocalContentBodyAnyOf.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqUpdateLocalContentDisplayEndAt.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqUpdateLocalContentDisplayStartAt.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqUpdateLocalContentTitle.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqUpdateMe.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqUpdateMeContactNumber.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqUpdateMeEmail.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqUpdateMeName.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqUpdateMePassword.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqUpdatePlace.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqUpdatePlaceName.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqUpdatePlaceOwnerUserId.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqUpdatePlaceStatus.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqUpsertFact.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqUpsertFactExpiresAt.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqUpsertFactSourceUrl.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqUpsertFactUnitId.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqUpsertFactValue.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqVerifyPlace.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqVerifyPlaceAddress.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqVerifyPlaceByUrl.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqVerifyPlaceLatitude.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqVerifyPlaceLongitude.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqVerifyPlacePhone.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqVerifyPlacePlaceUrl.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqVerifyPlaceRegionCode.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
reqVerifyPlaceRoadAddress.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resCategorySchema.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resCategorySchemaCategory.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resCategorySchemaLabel.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resCategorySchemaMsg.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resExtractedFact.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resExtractedFactReason.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resExtractedFactUnitName.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resExtractFacts.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resExtractFactsMsg.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resFact.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resFactFact.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resFactList.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resFactListMsg.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resFactMsg.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resFactOutcome.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resFaq.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resFaqFaq.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resFaqList.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resFaqListMsg.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resFaqMsg.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resJob.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resJobJob.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resJobMsg.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resJobOps.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resJobOpsMsg.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resLink.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resLinkLink.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resLinkList.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resLinkListMsg.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resLinkMsg.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resLocalContentList.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resLocalContentListMsg.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resLogin.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resLoginMsg.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resMe.ts [feat] solution/backend,frontend: id/pw 가입 · 구글 로그인 — 계정을 만들 길이 없던 걸 연다 2026-09-02 09:33:59 +09:00
resMeCompany.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resMeContactNumber.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resMediaList.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resMediaListMsg.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resMeEmail.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resMeMsg.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resMeName.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resMySites.ts [feat] solution/backend: 내 사이트 목록 엔드포인트 — places LEFT JOIN sites 단일 질의 2026-09-02 22:37:53 +09:00
resMySitesMsg.ts [feat] solution/backend: 내 사이트 목록 엔드포인트 — places LEFT JOIN sites 단일 질의 2026-09-02 22:37:53 +09:00
resPlace.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resPlaceList.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resPlaceListMsg.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resPlaceMsg.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resPlacePlace.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resPublishLogs.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resPublishLogsMsg.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resRefreshToken.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resRefreshTokenMsg.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resSeoAudit.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resSeoAuditMsg.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resSeoAuditSummary.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resSeoAuditVisibility.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resSite.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resSiteCurrentVersion.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resSiteMsg.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resSiteSite.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resSiteSlug.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resSiteSlugMsg.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resSiteSlugReason.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resSiteSlugSite.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resSiteSlugSuggestion.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resSiteVersions.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resSiteVersionsMsg.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resSlugCheck.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resSlugCheckMsg.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resSlugCheckReason.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resSlugCheckSuggestion.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resStartBuild.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resStartBuildJobId.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resStartBuildMsg.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resStartBuildStatus.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resStartCollect.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resStartCollectJobId.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resStartCollectMsg.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resStartCollectStatus.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resStartCopy.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resStartCopyJobId.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resStartCopyMsg.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resStartCopyStatus.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resStartVision.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resStartVisionJobId.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resStartVisionMsg.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resStartVisionStatus.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resSyncFestivals.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resSyncFestivalsMsg.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resUnit.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resUnitList.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resUnitListMsg.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resUnitMsg.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resUnitUnit.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resVerifyCandidates.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resVerifyCandidatesMsg.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resVerifyCandidatesReason.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resVerifyCandidatesSource.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resWeather.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resWeatherMsg.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
resWeatherWeather.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
siteData.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
siteDataCurrentVersionId.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
siteDataDomain.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
siteDataPublishedAt.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
siteDataTemplateId.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
siteDataTheme.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
siteDataThemeAnyOf.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
siteStatus.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
siteVersionData.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
siteVersionDataBuildError.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
siteVersionDataBuiltAt.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
siteVersionDataCreatedAt.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
sourceType.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
unitData.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
userRole.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
validationError.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
validationErrorCtx.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
validationErrorLocItem.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
verifyCandidatesParams.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
weatherData.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
weatherDataTimezone.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00
weatherDataWindSpeed.ts 이름: solution/front → solution/frontend 2026-08-31 15:27:16 +09:00