fix(types): externalRestApiTypes accessToken 중복 식별자 제거 — OAuth2 섹션과 통합
Build and Push Images / build-and-push (push) Has been cancelled

This commit is contained in:
chpark
2026-05-20 15:10:07 +09:00
parent 997374179c
commit 0bb0d346c4
@@ -50,10 +50,11 @@ export interface ExternalRestApiConnection {
dbHeaderTemplate?: string; dbHeaderTemplate?: string;
// Wehago / Amaranth (RPS ERP) — 매 요청 HMAC-SHA256 서명 // Wehago / Amaranth (RPS ERP) — 매 요청 HMAC-SHA256 서명
// accessToken 은 위 OAuth2 섹션과 공유 (둘 다 Bearer-style 토큰)
callerName?: string; callerName?: string;
accessToken?: string;
hashKey?: string; hashKey?: string;
groupSeq?: string; groupSeq?: string;
aesKey?: string;
}; };
timeout?: number; timeout?: number;
retry_count?: number; retry_count?: number;