@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`와 동일)
|