@uniai-fe/uds-templates 0.6.4 → 0.6.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniai-fe/uds-templates",
3
- "version": "0.6.4",
3
+ "version": "0.6.5",
4
4
  "description": "UNIAI Design System; UI Templates Package",
5
5
  "type": "module",
6
6
  "private": false,
@@ -67,13 +67,13 @@
67
67
  },
68
68
  "dependencies": {
69
69
  "clsx": "^2.1.1",
70
- "dayjs": "^1.11.20"
70
+ "dayjs": "^1.11.21"
71
71
  },
72
72
  "devDependencies": {
73
73
  "@svgr/webpack": "^8.1.0",
74
- "@tanstack/react-query": "^5.100.11",
74
+ "@tanstack/react-query": "^5.101.0",
75
75
  "@types/node": "^24.12.3",
76
- "@types/react": "^19.2.15",
76
+ "@types/react": "^19.2.16",
77
77
  "@types/react-dom": "^19.2.3",
78
78
  "@uniai-fe/eslint-config": "workspace:*",
79
79
  "@uniai-fe/next-devkit": "workspace:*",
@@ -90,8 +90,8 @@
90
90
  "jotai": "^2.20.0",
91
91
  "next": "^15.5.18",
92
92
  "prettier": "^3.8.3",
93
- "react-hook-form": "^7.76.0",
94
- "sass": "^1.99.0",
93
+ "react-hook-form": "^7.77.0",
94
+ "sass": "^1.100.0",
95
95
  "typescript": "5.9.3"
96
96
  }
97
97
  }
@@ -168,6 +168,7 @@ export interface API_Res_CctvCompanyCameraList extends API_Res_CctvCameraData {
168
168
  * @property {string} cam_id 카메라 id코드
169
169
  * @property {string} stream_path 카메라 스트림 path
170
170
  * @property {boolean} is_public 카메라 외부공유 여부
171
+ * @property {boolean} [farm_cctv_is_public] farm 단위 CCTV 공개 동의 여부
171
172
  * @property {boolean} is_watching 외부시청 중 여부
172
173
  * @property {number} viewer_count 현재 외부시청 세션 수
173
174
  */
@@ -185,6 +186,10 @@ export interface API_Res_CctvViewerStatusData
185
186
  * 스트림 path
186
187
  */
187
188
  stream_path: string;
189
+ /**
190
+ * farm 단위 CCTV 공개 동의 여부
191
+ */
192
+ farm_cctv_is_public?: boolean;
188
193
  /**
189
194
  * 외부시청 중 여부
190
195
  */
@@ -195,12 +200,23 @@ export interface API_Res_CctvViewerStatusData
195
200
  viewer_count: number;
196
201
  }
197
202
 
203
+ /**
204
+ * CCTV; 카메라 외부시청 상태 목록 응답 데이터
205
+ * @property {API_Res_CctvViewerStatusData[]} items 카메라 외부시청 상태 목록
206
+ */
207
+ export interface API_Res_CctvViewerStatusBodyData {
208
+ /**
209
+ * 카메라 외부시청 상태 목록
210
+ */
211
+ items: API_Res_CctvViewerStatusData[];
212
+ }
213
+
198
214
  /**
199
215
  * CCTV; 카메라 외부시청 상태 응답
200
- * @typedef {API_Res_Base<API_Res_CctvViewerStatusData>} API_Res_CctvViewerStatus
216
+ * @typedef {API_Res_Base<API_Res_CctvViewerStatusBodyData>} API_Res_CctvViewerStatus
201
217
  */
202
218
  export type API_Res_CctvViewerStatus =
203
- API_Res_Base<API_Res_CctvViewerStatusData>;
219
+ API_Res_Base<API_Res_CctvViewerStatusBodyData>;
204
220
 
205
221
  /**
206
222
  * CCTV; 각 분야그룹의 업체목록