summaryrefslogtreecommitdiff
path: root/lib/swp/api-client.ts
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-11-18 15:03:15 +0900
committerjoonhoekim <26rote@gmail.com>2025-11-18 15:03:15 +0900
commit54c654260c098864a8e113d46a242a057b58aae6 (patch)
treea871f0a41bb40ee9a992a51566d42e8404185baa /lib/swp/api-client.ts
parent1a8bf9c1c98454bd0e961b84d14299155ad67e7f (diff)
(김준회) swp 수정: Activity Level에 따라 REV/Stage 표시하도록 변경, 필드 NOTE->NOTE1, NOTE2 구조 변경 등
Diffstat (limited to 'lib/swp/api-client.ts')
-rw-r--r--lib/swp/api-client.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/swp/api-client.ts b/lib/swp/api-client.ts
index 17cfbb7c..e54a4c4d 100644
--- a/lib/swp/api-client.ts
+++ b/lib/swp/api-client.ts
@@ -149,7 +149,8 @@ export interface SwpFileApiResponse {
STAT: string | null;
STAT_NM: string | null;
IDX: string | null;
- NOTE: string | null;
+ NOTE1: string | null; // DC Note
+ NOTE2: string | null; // Eng Note
}
// ============================================================================