@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.
@@ -308,6 +308,8 @@ export interface ProdListParam extends PaginateParam {
308
308
  optionId?: string;
309
309
  /** filter `isDisplay` condition (default true) */
310
310
  display?: boolean | '' | 'true' | 'false';
311
+ /** filter `isOwn` condition (default false) */
312
+ own?: boolean | '' | 'true' | 'false';
311
313
  /**
312
314
  * where to view
313
315
  * - main에서는 `priceSale`이 `isSale`과 상관없이 최종 구매가로 설정되도록 (false일때 `price`와 동일)
@@ -166,6 +166,8 @@ export interface OrderSettingModel extends Model, OrderSettingHead {
166
166
  landingScreen?: string;
167
167
  /** 메인 화면 (url) */
168
168
  mainScreen?: string;
169
+ /** 일 마감 시간 (HH:MM) */
170
+ deadlineTime?: string;
169
171
  }
170
172
  /**
171
173
  * type: `PrintHead`