@yolo-croket-dev/amqp-access 0.0.37-jun.1 → 0.0.37
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/es-store-item-v1/query/es-store-item-search-data.dto.d.ts +0 -1
- package/elastic-service/dto/es-store-item-v1/query/es-store-item-search-data.dto.js +0 -5
- package/elastic-service/dto/es-store-item-v2/query/es-store-item-v2-get-datas.dto.d.ts +0 -1
- package/elastic-service/dto/es-store-item-v2/query/es-store-item-v2-get-datas.dto.js +0 -5
- package/package.json +1 -1
- package/store-item-server/dto/store-item/query/get-store-item-legacies.dto.d.ts +0 -1
- package/store-item-server/dto/store-item/query/get-store-item-legacies.dto.js +0 -5
|
@@ -142,11 +142,6 @@ __decorate([
|
|
|
142
142
|
(0, class_validator_1.IsNumber)(),
|
|
143
143
|
__metadata("design:type", Number)
|
|
144
144
|
], ESStoreItemSearchDataPayload.prototype, "prepayPrice", void 0);
|
|
145
|
-
__decorate([
|
|
146
|
-
(0, class_validator_1.IsBoolean)(),
|
|
147
|
-
(0, class_validator_1.IsOptional)(),
|
|
148
|
-
__metadata("design:type", Boolean)
|
|
149
|
-
], ESStoreItemSearchDataPayload.prototype, "isExistsMaxDiscountCoupon", void 0);
|
|
150
145
|
class ESStoreItemSearchDataResult {
|
|
151
146
|
}
|
|
152
147
|
exports.ESStoreItemSearchDataResult = ESStoreItemSearchDataResult;
|
|
@@ -47,7 +47,6 @@ export declare class EsStoreItemV2GetDatasPayload {
|
|
|
47
47
|
prepayPrice?: number;
|
|
48
48
|
/** 전체 상품명 검색 포함할지 여부 */
|
|
49
49
|
isAllItemNameInclude?: boolean;
|
|
50
|
-
isExistsMaxDiscountCoupon?: boolean;
|
|
51
50
|
}
|
|
52
51
|
export declare class EsStoreItemV2GetDatasResult {
|
|
53
52
|
itemAllCount: number;
|
|
@@ -166,11 +166,6 @@ __decorate([
|
|
|
166
166
|
(0, class_validator_1.IsOptional)(),
|
|
167
167
|
__metadata("design:type", Boolean)
|
|
168
168
|
], EsStoreItemV2GetDatasPayload.prototype, "isAllItemNameInclude", void 0);
|
|
169
|
-
__decorate([
|
|
170
|
-
(0, class_validator_1.IsBoolean)(),
|
|
171
|
-
(0, class_validator_1.IsOptional)(),
|
|
172
|
-
__metadata("design:type", Boolean)
|
|
173
|
-
], EsStoreItemV2GetDatasPayload.prototype, "isExistsMaxDiscountCoupon", void 0);
|
|
174
169
|
class EsStoreItemV2GetDatasResult {
|
|
175
170
|
}
|
|
176
171
|
exports.EsStoreItemV2GetDatasResult = EsStoreItemV2GetDatasResult;
|
package/package.json
CHANGED
|
@@ -163,8 +163,3 @@ __decorate([
|
|
|
163
163
|
(0, class_validator_1.IsOptional)(),
|
|
164
164
|
__metadata("design:type", Boolean)
|
|
165
165
|
], GetStoreItemLegaciesPayload.prototype, "isAllItemNameInclude", void 0);
|
|
166
|
-
__decorate([
|
|
167
|
-
(0, class_validator_1.IsBoolean)(),
|
|
168
|
-
(0, class_validator_1.IsOptional)(),
|
|
169
|
-
__metadata("design:type", Boolean)
|
|
170
|
-
], GetStoreItemLegaciesPayload.prototype, "isExistsMaxDiscountCoupon", void 0);
|