@uniai-fe/uds-templates 0.2.3 → 0.2.5

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/README.md CHANGED
@@ -123,7 +123,7 @@ export default function LoginPage() {
123
123
  > 위 예시는 개념을 설명하기 위한 형태이며,
124
124
  > 실제 props 구조/이름은 `CONTEXT-AUTH.md`에서 확정·관리합니다.
125
125
 
126
- > modules 레포 내부(Storybook 등)에서는 개발 편의를 위해 `@uniai-fe/uds-templates/src/index.scss`를 직접 import하지만, 외부 서비스/패키지는 `@uniai-fe/uds-templates/css` 엔트리만 사용해야 한다.
126
+ > modules 레포 내부(Storybook 등)에서는 개발 편의를 위해 `@uniai-fe/uds-templates/styles` 엔트리를 import하지만, 외부 서비스/패키지는 `@uniai-fe/uds-templates/css` 엔트리만 사용해야 한다.
127
127
 
128
128
  ### 최근 업데이트
129
129
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniai-fe/uds-templates",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
4
4
  "description": "UNIAI Design System; UI Templates Package",
5
5
  "type": "module",
6
6
  "private": false,
@@ -76,6 +76,13 @@ export interface API_Res_LoginUserInfo {
76
76
  * 사용자 주소
77
77
  */
78
78
  address: string;
79
+ /**
80
+ * 계정 권한/직책 코드
81
+ * - OWNER: 농장주
82
+ * - EMPLOYEE: 농장직원
83
+ * - REGIONAL_MANAGER: 지역소장
84
+ */
85
+ user_access_role: string;
79
86
  /**
80
87
  * 가입일 (UTC)
81
88
  * - yyyy-MM-ddTHH:mm:ss