@uniai-fe/uds-templates 0.4.24 → 0.4.26

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniai-fe/uds-templates",
3
- "version": "0.4.24",
3
+ "version": "0.4.26",
4
4
  "description": "UNIAI Design System; UI Templates Package",
5
5
  "type": "module",
6
6
  "private": false,
@@ -133,6 +133,11 @@ export interface API_Res_LoginUserInfo {
133
133
  * - avic: AVIC
134
134
  */
135
135
  service: string;
136
+ /**
137
+ * 계약 유통사 정보
138
+ * - "하림", "목우촌", ...
139
+ */
140
+ distributor?: string;
136
141
  /**
137
142
  * 사용자 아이디
138
143
  */
@@ -42,6 +42,7 @@ export default function CCTVViewerDesktopVideo({
42
42
  activeTitle: true,
43
43
  activeCloseButton: true,
44
44
  isLive,
45
+ isShared: typeof cam?.cam_shared === "boolean" ? cam.cam_shared : true,
45
46
  title: cam?.cam_name,
46
47
  }}
47
48
  footerOptions={{ activeTitle: false }}