@yolo-croket-dev/amqp-access 0.0.23-jun.3 → 0.0.23-jun.4
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/elastic-service/dto/elastic-search-store-item-v2/query/es-store-item-v2-get-datas.dto.d.ts
CHANGED
|
@@ -43,7 +43,7 @@ export declare class EsStoreItemV2GetDatasPayload {
|
|
|
43
43
|
isPrepay?: boolean;
|
|
44
44
|
prepayPrice?: number;
|
|
45
45
|
/** 전체 상품명 검색 포함할지 여부 */
|
|
46
|
-
isAllItemNameInclude?:
|
|
46
|
+
isAllItemNameInclude?: boolean;
|
|
47
47
|
}
|
|
48
48
|
export declare class EsStoreItemV2GetDatasResult {
|
|
49
49
|
itemAllCount: number;
|
package/elastic-service/dto/elastic-search-store-item-v2/query/es-store-item-v2-get-datas.dto.js
CHANGED
|
@@ -159,7 +159,7 @@ __decorate([
|
|
|
159
159
|
__decorate([
|
|
160
160
|
(0, class_validator_1.IsString)(),
|
|
161
161
|
(0, class_validator_1.IsOptional)(),
|
|
162
|
-
__metadata("design:type",
|
|
162
|
+
__metadata("design:type", Boolean)
|
|
163
163
|
], EsStoreItemV2GetDatasPayload.prototype, "isAllItemNameInclude", void 0);
|
|
164
164
|
class EsStoreItemV2GetDatasResult {
|
|
165
165
|
}
|