@lemoncloud/ssocio-kiosk-api 0.25.903 → 0.25.914
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.
|
@@ -92,6 +92,11 @@ export declare const $X: {
|
|
|
92
92
|
date: string;
|
|
93
93
|
time: string;
|
|
94
94
|
};
|
|
95
|
+
/**
|
|
96
|
+
* 현재 날짜(current timestamp)와 시간(HH:MM)을 결합하여 timestamp로 변환
|
|
97
|
+
* 만약 조합된 시간이 이미 지난 시간이라면 다음날로 변경
|
|
98
|
+
*/
|
|
99
|
+
asDateTimeFromNow: (time: string, current?: number) => number;
|
|
95
100
|
};
|
|
96
101
|
period: {
|
|
97
102
|
/** PeriodInfo bodyToModel -> 날짜 및 시간 정보를 timestamp로 변환 */
|