@yolo-croket-dev/amqp-access 0.0.89-jun.9 → 0.0.89
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/analytics-service/amqp.analytics-service.module.js +2 -2
- package/analytics-service/dto/store-item-review-request-user/command/create-store-item-review-request-user.dto.js +2 -2
- package/analytics-service/services/amqp.inflow-session.service.js +2 -2
- package/analytics-service/services/amqp.store-item-review-request-user.service.js +2 -2
- package/coupon-server/amqp.coupon-server.module.js +2 -2
- package/coupon-server/dto/bundle-coupon/command/create-bundle-coupon.dto.js +1 -1
- package/coupon-server/dto/bundle-coupon/query/search-bundle-coupon.dto.js +1 -1
- package/coupon-server/dto/coupon-template/command/pause-coupon-template.dto.js +1 -1
- package/coupon-server/dto/coupon-template/query/item-max-discount-coupon/get-coupon-templates-for-item-max-discount-coupon.dto.d.ts +1 -1
- package/coupon-server/dto/coupon-template/query/item-max-discount-coupon/get-coupon-templates-for-item-max-discount-coupon.dto.js +2 -2
- package/coupon-server/services/amqp.bundle-coupon.service.js +2 -2
- package/coupon-server/services/amqp.coupon-template.service.js +2 -2
- package/elastic-service/amqp.elastic-service.module.js +2 -2
- package/elastic-service/amqp.elastic-service.service.js +2 -2
- package/elastic-service/dto/es-store-item-click/query/get-store-item-clicks-group-user-id.dto.js +1 -1
- package/elastic-service/dto/es-store-item-dictionary/command/update-es-store-item-dictionary.dto.js +1 -1
- package/elastic-service/dto/es-store-item-synonyms/command/update-es-store-item-synonyms.dto.js +1 -1
- package/elastic-service/dto/es-store-item-v1/command/es-store-item-create-and-update-data-bulk.dto.js +1 -1
- package/elastic-service/dto/es-store-item-v1/command/es-store-item-create-data.dto.js +1 -1
- package/elastic-service/dto/es-store-item-v1/command/es-store-item-delete-data.dto.js +1 -1
- package/elastic-service/dto/es-store-item-v1/command/es-store-item-update-data-by-item-name.dto.js +1 -1
- package/elastic-service/dto/es-store-item-v1/command/es-store-item-update-data.dto.js +1 -1
- package/elastic-service/dto/es-store-item-v1/query/es-store-item-count-group.dto.js +2 -2
- package/elastic-service/dto/es-store-item-v1/query/es-store-item-random-search-data.dto.js +1 -1
- package/elastic-service/dto/es-store-item-v1/query/es-store-item-search-data.dto.js +2 -2
- package/elastic-service/dto/es-store-item-v2/command/es-store-item-v2-bulk-update-by-item-name.dto.js +1 -1
- package/elastic-service/dto/es-store-item-v2/command/es-store-item-v2-bulk-update-datas-by-item-ids.dto.js +1 -1
- package/elastic-service/dto/es-store-item-v2/command/es-store-item-v2-delete-data.dto.js +1 -1
- package/elastic-service/dto/es-store-item-v2/command/es-store-item-v2-update-data.js +1 -1
- package/elastic-service/dto/es-store-item-v2/command/setting-and-mapping/update-dictionary-setting.dto.js +1 -1
- package/elastic-service/dto/es-store-item-v2/command/setting-and-mapping/update-synonyms-setting.dto.js +1 -1
- package/elastic-service/dto/es-store-item-v2/query/es-store-item-v2-count-group.dto.js +3 -3
- package/elastic-service/dto/es-store-item-v2/query/es-store-item-v2-get-data-by-id.dto.js +1 -1
- package/elastic-service/dto/es-store-item-v2/query/es-store-item-v2-get-datas.dto.js +3 -3
- package/elastic-service/dto/es-store-item-v2/query/es-store-item-v2-get-random-datas.dto.js +1 -1
- package/elastic-service/services/amqp.es-pay-try-log.service.js +2 -2
- package/elastic-service/services/amqp.es-selection-frame-data.service.js +2 -2
- package/elastic-service/services/amqp.es-store-item-click.service.js +2 -2
- package/elastic-service/services/amqp.es-store-item-dictionary.service.js +2 -2
- package/elastic-service/services/amqp.es-store-item-synonyms.service.js +2 -2
- package/elastic-service/services/amqp.es-store-item-v1.service.js +2 -2
- package/elastic-service/services/amqp.es-store-item-v2.service.js +2 -2
- package/manage-service/amqp.manage-service.module.js +2 -2
- package/manage-service/dto/link-tab/command/change-link-tab-view-infos.dto.d.ts +25 -1
- package/manage-service/dto/link-tab/command/change-link-tab-view-infos.dto.js +2 -2
- package/manage-service/dto/link-tab/command/create-link-tab.dto.d.ts +25 -1
- package/manage-service/dto/link-tab/command/create-link-tab.dto.js +3 -3
- package/manage-service/dto/link-tab/command/delete-link-tab.dto.d.ts +25 -1
- package/manage-service/dto/link-tab/command/delete-link-tab.dto.js +2 -2
- package/manage-service/dto/link-tab/command/update-link-tab.dto.d.ts +25 -1
- package/manage-service/dto/link-tab/command/update-link-tab.dto.js +2 -2
- package/manage-service/services/amqp-link-tab.service.js +2 -2
- package/notification-service/amqp.notification-service.module.js +2 -2
- package/notification-service/amqp.notification-service.service.js +2 -2
- package/notification-service/dto/mail/query/get-mails-for-user-ids.dto.d.ts +25 -1
- package/notification-service/dto/mail/query/get-mails-for-user-ids.dto.js +1 -1
- package/notification-service/services/amqp.app-push-subscribe.service.js +2 -2
- package/notification-service/services/amqp.app-push-subscribed-user.service.js +2 -2
- package/notification-service/services/amqp.mail.service.js +2 -2
- package/order-server/amqp.order-server.module.js +2 -2
- package/order-server/amqp.order-server.service.js +2 -2
- package/order-server/dto/bundle-p-info/command/add-bundle-p-info.dto.js +1 -1
- package/order-server/dto/bundle-p-info/command/reg-bundle-p-info.dto.js +1 -1
- package/order-server/dto/purchasedinfos/query/atlas/get-p-info-legacy-settle-logs-by-atlas.dto.js +1 -1
- package/order-server/dto/purchasedinfos/query/atlas/get-p-info-settle-amount-info-by-atlas.dto.js +1 -1
- package/order-server/dto/purchasedinfos/query/atlas/index.d.ts +0 -3
- package/order-server/dto/purchasedinfos/query/atlas/index.js +0 -3
- package/order-server/dto/purchasedinfos/query/get-p-infos-for-manage-buyer.dto.js +2 -2
- package/order-server/dto/purchasedinfos/query/search-seller-transaction-history-by-process.dto.js +1 -1
- package/order-server/services/amqp.bundle-p-info.service.js +2 -2
- package/order-server/services/amqp.pay-try-log.service.js +2 -2
- package/order-server/services/amqp.port-one.service.js +2 -2
- package/order-server/services/amqp.purchased-info.service.js +2 -2
- package/order-server/services/amqp.yolo-deposit-history-by-pg.service.js +2 -2
- package/package.json +1 -1
- package/payment-service/amqp.payment-service.module.js +2 -2
- package/payment-service/amqp.payment-service.service.js +2 -2
- package/payment-service/dto/command/delete-settles.dto.js +2 -2
- package/selection-server/amqp.selection-server.module.js +2 -2
- package/selection-server/dto/selection-frame/query/search-selection-frame-ids-by-selection-frame-data-ids.dto.js +1 -1
- package/selection-server/dto/selection-frame-data/query/search-all-selection-frame-datas-by-target-selection-data-id.dto.js +1 -1
- package/selection-server/dto/selection-frame-data/query/search-selection-frame-large-data-by-target-selection-data-id.dto.js +1 -1
- package/selection-server/services/amqp.selection-frame-connect.service.js +2 -2
- package/selection-server/services/amqp.selection-frame-data.service.js +2 -2
- package/selection-server/services/amqp.selection-frame-first-enterance-guide.service.js +2 -2
- package/selection-server/services/amqp.selection-frame-guide.service.js +2 -2
- package/selection-server/services/amqp.selection-frame-review-request-like.service.js +2 -2
- package/selection-server/services/amqp.selection-frame-review-request.service.js +2 -2
- package/selection-server/services/amqp.selection-frame-vote.service.js +2 -2
- package/selection-server/services/amqp.selection-frame-voted-user.service.js +2 -2
- package/selection-server/services/amqp.selection-frame.service.js +2 -2
- package/store-item-server/amqp.store-item-server.module.js +2 -2
- package/store-item-server/dto/store-item/query/atlas-search/get-legacy-store-items-by-atlas-search.dto.js +1 -1
- package/store-item-server/dto/store-item/query/atlas-search/get-store-item-ids-by-atlas-search.dto.js +4 -4
- package/store-item-server/dto/store-item/query/for-es/get-store-item-for-es.dto.js +1 -1
- package/store-item-server/dto/store-item/query/get-selling-item-ids-by-store-id.dto.js +1 -1
- package/store-item-server/dto/store-item/query/get-store-item-legacies.dto.js +4 -4
- package/store-item-server/dto/store-item/query/search-selling-store-items.dto.js +3 -3
- package/store-item-server/dto/store-item-connected-coupon/command/core/update-store-item-connected-coupon-by-item-ids.dto.js +1 -1
- package/store-item-server/dto/store-item-connected-coupon/command/update-reged-store-item-connected-coupon-by-coupon-templates-ids.dto.js +1 -1
- package/store-item-server/services/amqp.store-item-connected-coupon.service.js +2 -2
- package/store-item-server/services/amqp.store-item.service.js +2 -2
- package/user-service/amqp.user-service.module.js +2 -2
- package/user-service/amqp.user-service.service.js +2 -2
- package/user-service/amqp.user-service.types.d.ts +1 -1
- package/user-service/dto/ask/query/atlas/get-ask-ids-by-atlas-search.dto.js +1 -1
- package/user-service/dto/ask/query/atlas/get-ask-legacy-settle-logs-by-atlas.dto.js +1 -1
- package/user-service/dto/ask/query/atlas/get-ask-settle-amount-info-by-atlas.dto.js +1 -1
- package/user-service/dto/ask/query/atlas/index.d.ts +0 -3
- package/user-service/dto/ask/query/atlas/index.js +0 -3
- package/user-service/dto/ban-word/query/is-exists-ban-words.dto.js +1 -1
- package/user-service/dto/search-keyword/query/get-search-keyword-info.dto.js +1 -1
- package/user-service/dto/store/command/update-store-business-info-seller-address.dto.js +1 -1
- package/user-service/dto/store/query/atlas/get-user-ids-by-store-title.dto.js +2 -2
- package/user-service/dto/store/query/get-domestic-account-store-info.dto.js +2 -2
- package/user-service/dto/store/query/get-domestic-account-stores.dto.js +1 -1
- package/user-service/dto/store/query/get-stores-for-toss-payment.dto.d.ts +25 -1
- package/user-service/dto/store/query/get-stores-for-toss-payment.dto.js +2 -2
- package/user-service/dto/store-item-bookmark/query/get-booked-item-ids-by-user-id.dto.js +1 -1
- package/user-service/dto/user/query/get-users-for-admin.dto.js +2 -2
- package/user-service/services/amqp.ban-word.service.js +2 -2
- package/user-service/services/amqp.search-keyword.service.js +2 -2
- package/user-service/services/amqp.store-item-bookmark.service.js +2 -2
- package/user-service/services/amqp.store-item-for-es.service.js +2 -2
- package/user-service/services/amqp.store-item.service.js +2 -2
- package/user-service/services/amqp.store.service.js +2 -2
- package/user-service/services/amqp.user-entity.service.js +2 -2
- package/user-service/services/ask/amqp.ask.service.js +2 -2
- package/elastic-service/services/amqp.es-store-item.service.d.ts +0 -18
- package/elastic-service/services/amqp.es-store-item.service.js +0 -60
- package/order-server/dto/purchasedinfos/query/atlas/get-p-info-accumulated-settle-amount-by-atlas.dto.d.ts +0 -8
- package/order-server/dto/purchasedinfos/query/atlas/get-p-info-accumulated-settle-amount-by-atlas.dto.js +0 -28
- package/order-server/dto/purchasedinfos/query/atlas/get-p-info-done-settle-amount-by-atlas.dto.d.ts +0 -10
- package/order-server/dto/purchasedinfos/query/atlas/get-p-info-done-settle-amount-by-atlas.dto.js +0 -28
- package/order-server/dto/purchasedinfos/query/atlas/get-p-info-expect-settle-amount-by-atlas.dto.d.ts +0 -8
- package/order-server/dto/purchasedinfos/query/atlas/get-p-info-expect-settle-amount-by-atlas.dto.js +0 -28
- package/selection-server/dto/selection-frame-data/query/search-complete-selection-frame-datas.dto.d.ts +0 -7
- package/selection-server/dto/selection-frame-data/query/search-complete-selection-frame-datas.dto.js +0 -23
- package/user-service/dto/ask/query/atlas/get-ask-accumulated-settle-amount-by-atlas.dto.d.ts +0 -8
- package/user-service/dto/ask/query/atlas/get-ask-accumulated-settle-amount-by-atlas.dto.js +0 -28
- package/user-service/dto/ask/query/atlas/get-ask-done-settle-amount-by-atlas.dto.d.ts +0 -10
- package/user-service/dto/ask/query/atlas/get-ask-done-settle-amount-by-atlas.dto.js +0 -28
- package/user-service/dto/ask/query/atlas/get-ask-expect-settle-amount-by-atlas.dto.d.ts +0 -8
- package/user-service/dto/ask/query/atlas/get-ask-expect-settle-amount-by-atlas.dto.js +0 -28
|
@@ -14,6 +14,7 @@ const class_validator_1 = require("class-validator");
|
|
|
14
14
|
const class_transformer_1 = require("class-transformer");
|
|
15
15
|
class ManageUserInfo {
|
|
16
16
|
}
|
|
17
|
+
exports.ManageUserInfo = ManageUserInfo;
|
|
17
18
|
__decorate([
|
|
18
19
|
(0, class_validator_1.IsString)(),
|
|
19
20
|
__metadata("design:type", String)
|
|
@@ -26,9 +27,9 @@ __decorate([
|
|
|
26
27
|
(0, class_validator_1.IsString)(),
|
|
27
28
|
__metadata("design:type", String)
|
|
28
29
|
], ManageUserInfo.prototype, "pastAuthLevel", void 0);
|
|
29
|
-
exports.ManageUserInfo = ManageUserInfo;
|
|
30
30
|
class DeleteSettlesPayload {
|
|
31
31
|
}
|
|
32
|
+
exports.DeleteSettlesPayload = DeleteSettlesPayload;
|
|
32
33
|
__decorate([
|
|
33
34
|
(0, class_validator_1.IsArray)(),
|
|
34
35
|
__metadata("design:type", Array)
|
|
@@ -38,7 +39,6 @@ __decorate([
|
|
|
38
39
|
(0, class_transformer_1.Type)(() => ManageUserInfo),
|
|
39
40
|
__metadata("design:type", ManageUserInfo)
|
|
40
41
|
], DeleteSettlesPayload.prototype, "manageUserInfo", void 0);
|
|
41
|
-
exports.DeleteSettlesPayload = DeleteSettlesPayload;
|
|
42
42
|
class DeleteSettlesFailData {
|
|
43
43
|
}
|
|
44
44
|
exports.DeleteSettlesFailData = DeleteSettlesFailData;
|
|
@@ -12,7 +12,8 @@ const amqp_selection_server_provider_1 = require("./amqp.selection-server.provid
|
|
|
12
12
|
const services_1 = require("./services");
|
|
13
13
|
let AmqpSelectionServerModule = class AmqpSelectionServerModule {
|
|
14
14
|
};
|
|
15
|
-
AmqpSelectionServerModule =
|
|
15
|
+
exports.AmqpSelectionServerModule = AmqpSelectionServerModule;
|
|
16
|
+
exports.AmqpSelectionServerModule = AmqpSelectionServerModule = __decorate([
|
|
16
17
|
(0, common_1.Module)({
|
|
17
18
|
providers: [
|
|
18
19
|
amqp_selection_server_provider_1.SelectionServerProvider,
|
|
@@ -40,4 +41,3 @@ AmqpSelectionServerModule = __decorate([
|
|
|
40
41
|
],
|
|
41
42
|
})
|
|
42
43
|
], AmqpSelectionServerModule);
|
|
43
|
-
exports.AmqpSelectionServerModule = AmqpSelectionServerModule;
|
|
@@ -13,12 +13,12 @@ exports.SearchSelectionFrameIdsBySelectionFrameDataIdsResult = exports.SearchSel
|
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
class SearchSelectionFrameIdsBySelectionFrameDataIdsPayload {
|
|
15
15
|
}
|
|
16
|
+
exports.SearchSelectionFrameIdsBySelectionFrameDataIdsPayload = SearchSelectionFrameIdsBySelectionFrameDataIdsPayload;
|
|
16
17
|
__decorate([
|
|
17
18
|
(0, class_validator_1.IsMongoId)({ each: true }),
|
|
18
19
|
(0, class_validator_1.IsArray)(),
|
|
19
20
|
__metadata("design:type", Array)
|
|
20
21
|
], SearchSelectionFrameIdsBySelectionFrameDataIdsPayload.prototype, "selectionFrameDataIds", void 0);
|
|
21
|
-
exports.SearchSelectionFrameIdsBySelectionFrameDataIdsPayload = SearchSelectionFrameIdsBySelectionFrameDataIdsPayload;
|
|
22
22
|
class SearchSelectionFrameIdsBySelectionFrameDataIdsResult {
|
|
23
23
|
}
|
|
24
24
|
exports.SearchSelectionFrameIdsBySelectionFrameDataIdsResult = SearchSelectionFrameIdsBySelectionFrameDataIdsResult;
|
|
@@ -13,11 +13,11 @@ exports.SearchAllSelectionFrameDatasByTargetSelectionDataIdResult = exports.Sear
|
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
class SearchAllSelectionFrameDatasByTargetSelectionDataIdPayload {
|
|
15
15
|
}
|
|
16
|
+
exports.SearchAllSelectionFrameDatasByTargetSelectionDataIdPayload = SearchAllSelectionFrameDatasByTargetSelectionDataIdPayload;
|
|
16
17
|
__decorate([
|
|
17
18
|
(0, class_validator_1.IsMongoId)(),
|
|
18
19
|
__metadata("design:type", String)
|
|
19
20
|
], SearchAllSelectionFrameDatasByTargetSelectionDataIdPayload.prototype, "targetSelectionDataId", void 0);
|
|
20
|
-
exports.SearchAllSelectionFrameDatasByTargetSelectionDataIdPayload = SearchAllSelectionFrameDatasByTargetSelectionDataIdPayload;
|
|
21
21
|
class SearchAllSelectionFrameDatasByTargetSelectionDataIdResult {
|
|
22
22
|
}
|
|
23
23
|
exports.SearchAllSelectionFrameDatasByTargetSelectionDataIdResult = SearchAllSelectionFrameDatasByTargetSelectionDataIdResult;
|
|
@@ -13,11 +13,11 @@ exports.SearchSelectionFrameLargeDataByTargetSelectionDataIdResult = exports.Sea
|
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
class SearchSelectionFrameLargeDataByTargetSelectionDataIdPayload {
|
|
15
15
|
}
|
|
16
|
+
exports.SearchSelectionFrameLargeDataByTargetSelectionDataIdPayload = SearchSelectionFrameLargeDataByTargetSelectionDataIdPayload;
|
|
16
17
|
__decorate([
|
|
17
18
|
(0, class_validator_1.IsMongoId)(),
|
|
18
19
|
__metadata("design:type", String)
|
|
19
20
|
], SearchSelectionFrameLargeDataByTargetSelectionDataIdPayload.prototype, "targetSelectionDataId", void 0);
|
|
20
|
-
exports.SearchSelectionFrameLargeDataByTargetSelectionDataIdPayload = SearchSelectionFrameLargeDataByTargetSelectionDataIdPayload;
|
|
21
21
|
class SearchSelectionFrameLargeDataByTargetSelectionDataIdResult {
|
|
22
22
|
}
|
|
23
23
|
exports.SearchSelectionFrameLargeDataByTargetSelectionDataIdResult = SearchSelectionFrameLargeDataByTargetSelectionDataIdResult;
|
|
@@ -43,9 +43,9 @@ let AmqpSelectionFrameConnectService = class AmqpSelectionFrameConnectService {
|
|
|
43
43
|
return this.amqpManager.call('', 'selection-item-connect.get.by-store-item-ids', payload, param, { isErrorThrowing: true });
|
|
44
44
|
}
|
|
45
45
|
};
|
|
46
|
-
AmqpSelectionFrameConnectService =
|
|
46
|
+
exports.AmqpSelectionFrameConnectService = AmqpSelectionFrameConnectService;
|
|
47
|
+
exports.AmqpSelectionFrameConnectService = AmqpSelectionFrameConnectService = __decorate([
|
|
47
48
|
(0, common_1.Injectable)(),
|
|
48
49
|
__param(0, (0, common_1.Inject)('SELECTION_SERVER_PROVIDER')),
|
|
49
50
|
__metadata("design:paramtypes", [microservices_1.ClientProxy])
|
|
50
51
|
], AmqpSelectionFrameConnectService);
|
|
51
|
-
exports.AmqpSelectionFrameConnectService = AmqpSelectionFrameConnectService;
|
|
@@ -72,9 +72,9 @@ let AmqpSelectionFrameDataService = class AmqpSelectionFrameDataService {
|
|
|
72
72
|
return this.amqpManager.call('targetSelectionDataId 를 통해 대분류 정보 조회', 'selection-frame-data.get.large-data-by-target-selection-data-id', payload, param, { isErrorThrowing: true });
|
|
73
73
|
}
|
|
74
74
|
};
|
|
75
|
-
AmqpSelectionFrameDataService =
|
|
75
|
+
exports.AmqpSelectionFrameDataService = AmqpSelectionFrameDataService;
|
|
76
|
+
exports.AmqpSelectionFrameDataService = AmqpSelectionFrameDataService = __decorate([
|
|
76
77
|
(0, common_1.Injectable)(),
|
|
77
78
|
__param(0, (0, common_1.Inject)('SELECTION_SERVER_PROVIDER')),
|
|
78
79
|
__metadata("design:paramtypes", [microservices_1.ClientProxy])
|
|
79
80
|
], AmqpSelectionFrameDataService);
|
|
80
|
-
exports.AmqpSelectionFrameDataService = AmqpSelectionFrameDataService;
|
|
@@ -31,9 +31,9 @@ let AmqpSelectionFrameFirstEnteranceGuideService = class AmqpSelectionFrameFirst
|
|
|
31
31
|
return this.amqpManager.call('셀렉션 프레임 첫 가이드 삭제', 'selection-frame-first-enterance-guide.delete', payload, param, { isErrorThrowing: true });
|
|
32
32
|
}
|
|
33
33
|
};
|
|
34
|
-
AmqpSelectionFrameFirstEnteranceGuideService =
|
|
34
|
+
exports.AmqpSelectionFrameFirstEnteranceGuideService = AmqpSelectionFrameFirstEnteranceGuideService;
|
|
35
|
+
exports.AmqpSelectionFrameFirstEnteranceGuideService = AmqpSelectionFrameFirstEnteranceGuideService = __decorate([
|
|
35
36
|
(0, common_1.Injectable)(),
|
|
36
37
|
__param(0, (0, common_1.Inject)('SELECTION_SERVER_PROVIDER')),
|
|
37
38
|
__metadata("design:paramtypes", [microservices_1.ClientProxy])
|
|
38
39
|
], AmqpSelectionFrameFirstEnteranceGuideService);
|
|
39
|
-
exports.AmqpSelectionFrameFirstEnteranceGuideService = AmqpSelectionFrameFirstEnteranceGuideService;
|
|
@@ -37,9 +37,9 @@ let AmqpSelectionFrameGuideService = class AmqpSelectionFrameGuideService {
|
|
|
37
37
|
return this.amqpManager.call('', 'selection-frame-guide.search-list', payload, param, { isErrorThrowing: true });
|
|
38
38
|
}
|
|
39
39
|
};
|
|
40
|
-
AmqpSelectionFrameGuideService =
|
|
40
|
+
exports.AmqpSelectionFrameGuideService = AmqpSelectionFrameGuideService;
|
|
41
|
+
exports.AmqpSelectionFrameGuideService = AmqpSelectionFrameGuideService = __decorate([
|
|
41
42
|
(0, common_1.Injectable)(),
|
|
42
43
|
__param(0, (0, common_1.Inject)('SELECTION_SERVER_PROVIDER')),
|
|
43
44
|
__metadata("design:paramtypes", [microservices_1.ClientProxy])
|
|
44
45
|
], AmqpSelectionFrameGuideService);
|
|
45
|
-
exports.AmqpSelectionFrameGuideService = AmqpSelectionFrameGuideService;
|
|
@@ -28,9 +28,9 @@ let AmqpSelectionFrameReviewRequestLikeService = class AmqpSelectionFrameReviewR
|
|
|
28
28
|
return this.amqpManager.call('셀렉션 프레임 리뷰 요청 좋아요 삭제 처리 -구매자-', 'selection-frame-review-request-like.delete', payload, param, { isErrorThrowing: true });
|
|
29
29
|
}
|
|
30
30
|
};
|
|
31
|
-
AmqpSelectionFrameReviewRequestLikeService =
|
|
31
|
+
exports.AmqpSelectionFrameReviewRequestLikeService = AmqpSelectionFrameReviewRequestLikeService;
|
|
32
|
+
exports.AmqpSelectionFrameReviewRequestLikeService = AmqpSelectionFrameReviewRequestLikeService = __decorate([
|
|
32
33
|
(0, common_1.Injectable)(),
|
|
33
34
|
__param(0, (0, common_1.Inject)('SELECTION_SERVER_PROVIDER')),
|
|
34
35
|
__metadata("design:paramtypes", [microservices_1.ClientProxy])
|
|
35
36
|
], AmqpSelectionFrameReviewRequestLikeService);
|
|
36
|
-
exports.AmqpSelectionFrameReviewRequestLikeService = AmqpSelectionFrameReviewRequestLikeService;
|
|
@@ -31,9 +31,9 @@ let AmqpSelectionFrameReviewRequestService = class AmqpSelectionFrameReviewReque
|
|
|
31
31
|
return this.amqpManager.call('셀렉션 프레임 리뷰 요청 리스트 조회 -구매자-', 'selection-frame-review-request.get.buyer-list', payload, param, { isErrorThrowing: true });
|
|
32
32
|
}
|
|
33
33
|
};
|
|
34
|
-
AmqpSelectionFrameReviewRequestService =
|
|
34
|
+
exports.AmqpSelectionFrameReviewRequestService = AmqpSelectionFrameReviewRequestService;
|
|
35
|
+
exports.AmqpSelectionFrameReviewRequestService = AmqpSelectionFrameReviewRequestService = __decorate([
|
|
35
36
|
(0, common_1.Injectable)(),
|
|
36
37
|
__param(0, (0, common_1.Inject)('SELECTION_SERVER_PROVIDER')),
|
|
37
38
|
__metadata("design:paramtypes", [microservices_1.ClientProxy])
|
|
38
39
|
], AmqpSelectionFrameReviewRequestService);
|
|
39
|
-
exports.AmqpSelectionFrameReviewRequestService = AmqpSelectionFrameReviewRequestService;
|
|
@@ -43,9 +43,9 @@ let AmqpSelectionFrameVoteService = class AmqpSelectionFrameVoteService {
|
|
|
43
43
|
return this.amqpManager.call('셀렉션 프레임 투표 초기화', 'selection-frame-vote.update-reset-voting-count', payload, param, { isErrorThrowing: true });
|
|
44
44
|
}
|
|
45
45
|
};
|
|
46
|
-
AmqpSelectionFrameVoteService =
|
|
46
|
+
exports.AmqpSelectionFrameVoteService = AmqpSelectionFrameVoteService;
|
|
47
|
+
exports.AmqpSelectionFrameVoteService = AmqpSelectionFrameVoteService = __decorate([
|
|
47
48
|
(0, common_1.Injectable)(),
|
|
48
49
|
__param(0, (0, common_1.Inject)('SELECTION_SERVER_PROVIDER')),
|
|
49
50
|
__metadata("design:paramtypes", [microservices_1.ClientProxy])
|
|
50
51
|
], AmqpSelectionFrameVoteService);
|
|
51
|
-
exports.AmqpSelectionFrameVoteService = AmqpSelectionFrameVoteService;
|
|
@@ -34,9 +34,9 @@ let AmqpSelectionFrameVotedUserService = class AmqpSelectionFrameVotedUserServic
|
|
|
34
34
|
return this.amqpManager.call('셀렉션 프레임 투표한 유저 조회 관리자(엑셀)', 'selection-frame-voted-user.get-for-excel', payload, param, { isErrorThrowing: true });
|
|
35
35
|
}
|
|
36
36
|
};
|
|
37
|
-
AmqpSelectionFrameVotedUserService =
|
|
37
|
+
exports.AmqpSelectionFrameVotedUserService = AmqpSelectionFrameVotedUserService;
|
|
38
|
+
exports.AmqpSelectionFrameVotedUserService = AmqpSelectionFrameVotedUserService = __decorate([
|
|
38
39
|
(0, common_1.Injectable)(),
|
|
39
40
|
__param(0, (0, common_1.Inject)('SELECTION_SERVER_PROVIDER')),
|
|
40
41
|
__metadata("design:paramtypes", [microservices_1.ClientProxy])
|
|
41
42
|
], AmqpSelectionFrameVotedUserService);
|
|
42
|
-
exports.AmqpSelectionFrameVotedUserService = AmqpSelectionFrameVotedUserService;
|
|
@@ -61,9 +61,9 @@ let AmqpSelectionFrameService = class AmqpSelectionFrameService {
|
|
|
61
61
|
return this.amqpManager.call('셀렉션 프레임 등록 - bulk', 'selection-frame.create-bulk', payload, param, { isErrorThrowing: true });
|
|
62
62
|
}
|
|
63
63
|
};
|
|
64
|
-
AmqpSelectionFrameService =
|
|
64
|
+
exports.AmqpSelectionFrameService = AmqpSelectionFrameService;
|
|
65
|
+
exports.AmqpSelectionFrameService = AmqpSelectionFrameService = __decorate([
|
|
65
66
|
(0, common_1.Injectable)(),
|
|
66
67
|
__param(0, (0, common_1.Inject)('SELECTION_SERVER_PROVIDER')),
|
|
67
68
|
__metadata("design:paramtypes", [microservices_1.ClientProxy])
|
|
68
69
|
], AmqpSelectionFrameService);
|
|
69
|
-
exports.AmqpSelectionFrameService = AmqpSelectionFrameService;
|
|
@@ -12,7 +12,8 @@ const amqp_store_item_server_provider_1 = require("./amqp.store-item-server.prov
|
|
|
12
12
|
const services_1 = require("./services");
|
|
13
13
|
let AmqpStoreItemServerModule = class AmqpStoreItemServerModule {
|
|
14
14
|
};
|
|
15
|
-
AmqpStoreItemServerModule =
|
|
15
|
+
exports.AmqpStoreItemServerModule = AmqpStoreItemServerModule;
|
|
16
|
+
exports.AmqpStoreItemServerModule = AmqpStoreItemServerModule = __decorate([
|
|
16
17
|
(0, common_1.Module)({
|
|
17
18
|
providers: [
|
|
18
19
|
amqp_store_item_server_provider_1.StoreItemServerProvider,
|
|
@@ -26,4 +27,3 @@ AmqpStoreItemServerModule = __decorate([
|
|
|
26
27
|
],
|
|
27
28
|
})
|
|
28
29
|
], AmqpStoreItemServerModule);
|
|
29
|
-
exports.AmqpStoreItemServerModule = AmqpStoreItemServerModule;
|
|
@@ -18,6 +18,7 @@ Object.defineProperty(exports, "GetStoreItemByAtlasDTypeEnum", { enumerable: tru
|
|
|
18
18
|
Object.defineProperty(exports, "GetStoreItemByAtlasCategoryInfo", { enumerable: true, get: function () { return get_store_item_ids_by_atlas_search_dto_1.GetStoreItemByAtlasCategoryInfo; } });
|
|
19
19
|
class GetLegacyStoreItemsByAtlasSearchPayload {
|
|
20
20
|
}
|
|
21
|
+
exports.GetLegacyStoreItemsByAtlasSearchPayload = GetLegacyStoreItemsByAtlasSearchPayload;
|
|
21
22
|
__decorate([
|
|
22
23
|
(0, class_validator_1.IsString)(),
|
|
23
24
|
(0, class_validator_1.IsOptional)(),
|
|
@@ -201,4 +202,3 @@ __decorate([
|
|
|
201
202
|
(0, class_validator_1.IsOptional)(),
|
|
202
203
|
__metadata("design:type", Number)
|
|
203
204
|
], GetLegacyStoreItemsByAtlasSearchPayload.prototype, "prepayPrice", void 0);
|
|
204
|
-
exports.GetLegacyStoreItemsByAtlasSearchPayload = GetLegacyStoreItemsByAtlasSearchPayload;
|
|
@@ -18,7 +18,7 @@ var GetStoreItemByAtlasDTypeEnum;
|
|
|
18
18
|
GetStoreItemByAtlasDTypeEnum["\uC9C1\uAC70\uB798"] = "\uC9C1\uAC70\uB798";
|
|
19
19
|
GetStoreItemByAtlasDTypeEnum["\uD0DD\uBC30"] = "\uD0DD\uBC30";
|
|
20
20
|
GetStoreItemByAtlasDTypeEnum["\uC804\uCCB4"] = "\uC804\uCCB4";
|
|
21
|
-
})(GetStoreItemByAtlasDTypeEnum
|
|
21
|
+
})(GetStoreItemByAtlasDTypeEnum || (exports.GetStoreItemByAtlasDTypeEnum = GetStoreItemByAtlasDTypeEnum = {}));
|
|
22
22
|
/** atlas 상품 검색 정렬 enum */
|
|
23
23
|
var GetStoreItemByAtlasSortTypeEnum;
|
|
24
24
|
(function (GetStoreItemByAtlasSortTypeEnum) {
|
|
@@ -31,10 +31,11 @@ var GetStoreItemByAtlasSortTypeEnum;
|
|
|
31
31
|
GetStoreItemByAtlasSortTypeEnum["\uAD6C\uB9E4\uB9CE\uC740\uC21C"] = "\uAD6C\uB9E4\uB9CE\uC740\uC21C";
|
|
32
32
|
GetStoreItemByAtlasSortTypeEnum["\uCC1C\uB9CE\uC740\uC21C"] = "\uCC1C\uB9CE\uC740\uC21C";
|
|
33
33
|
GetStoreItemByAtlasSortTypeEnum["\uAC80\uC0C9\uC5B4\uAE30\uC900"] = "\uAC80\uC0C9\uC5B4\uAE30\uC900";
|
|
34
|
-
})(GetStoreItemByAtlasSortTypeEnum
|
|
34
|
+
})(GetStoreItemByAtlasSortTypeEnum || (exports.GetStoreItemByAtlasSortTypeEnum = GetStoreItemByAtlasSortTypeEnum = {}));
|
|
35
35
|
/** atlas 상품 카테고리 정보 */
|
|
36
36
|
class GetStoreItemByAtlasCategoryInfo {
|
|
37
37
|
}
|
|
38
|
+
exports.GetStoreItemByAtlasCategoryInfo = GetStoreItemByAtlasCategoryInfo;
|
|
38
39
|
__decorate([
|
|
39
40
|
(0, class_validator_1.IsString)(),
|
|
40
41
|
__metadata("design:type", String)
|
|
@@ -44,9 +45,9 @@ __decorate([
|
|
|
44
45
|
(0, class_validator_1.IsOptional)(),
|
|
45
46
|
__metadata("design:type", String)
|
|
46
47
|
], GetStoreItemByAtlasCategoryInfo.prototype, "subCategory", void 0);
|
|
47
|
-
exports.GetStoreItemByAtlasCategoryInfo = GetStoreItemByAtlasCategoryInfo;
|
|
48
48
|
class GetStoreItemIdsByAtlasSearchPayload {
|
|
49
49
|
}
|
|
50
|
+
exports.GetStoreItemIdsByAtlasSearchPayload = GetStoreItemIdsByAtlasSearchPayload;
|
|
50
51
|
__decorate([
|
|
51
52
|
(0, class_validator_1.IsNumber)(),
|
|
52
53
|
(0, class_validator_1.IsOptional)(),
|
|
@@ -206,4 +207,3 @@ __decorate([
|
|
|
206
207
|
(0, class_validator_1.IsOptional)(),
|
|
207
208
|
__metadata("design:type", Number)
|
|
208
209
|
], GetStoreItemIdsByAtlasSearchPayload.prototype, "prepayPrice", void 0);
|
|
209
|
-
exports.GetStoreItemIdsByAtlasSearchPayload = GetStoreItemIdsByAtlasSearchPayload;
|
|
@@ -13,6 +13,7 @@ exports.GetStoreItemsForESResult = exports.GetStoreItemsForESPayload = void 0;
|
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
class GetStoreItemsForESPayload {
|
|
15
15
|
}
|
|
16
|
+
exports.GetStoreItemsForESPayload = GetStoreItemsForESPayload;
|
|
16
17
|
__decorate([
|
|
17
18
|
(0, class_validator_1.IsNumber)(),
|
|
18
19
|
__metadata("design:type", Number)
|
|
@@ -31,7 +32,6 @@ __decorate([
|
|
|
31
32
|
(0, class_validator_1.IsOptional)(),
|
|
32
33
|
__metadata("design:type", Array)
|
|
33
34
|
], GetStoreItemsForESPayload.prototype, "storeItemIds", void 0);
|
|
34
|
-
exports.GetStoreItemsForESPayload = GetStoreItemsForESPayload;
|
|
35
35
|
class GetStoreItemsForESResult {
|
|
36
36
|
}
|
|
37
37
|
exports.GetStoreItemsForESResult = GetStoreItemsForESResult;
|
|
@@ -13,6 +13,7 @@ exports.GetSellingItemIdsByStoreIdResult = exports.GetSellingItemIdsByStoreIdPay
|
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
class GetSellingItemIdsByStoreIdPayload {
|
|
15
15
|
}
|
|
16
|
+
exports.GetSellingItemIdsByStoreIdPayload = GetSellingItemIdsByStoreIdPayload;
|
|
16
17
|
__decorate([
|
|
17
18
|
(0, class_validator_1.IsString)(),
|
|
18
19
|
__metadata("design:type", String)
|
|
@@ -25,7 +26,6 @@ __decorate([
|
|
|
25
26
|
(0, class_validator_1.IsNumber)(),
|
|
26
27
|
__metadata("design:type", Number)
|
|
27
28
|
], GetSellingItemIdsByStoreIdPayload.prototype, "page", void 0);
|
|
28
|
-
exports.GetSellingItemIdsByStoreIdPayload = GetSellingItemIdsByStoreIdPayload;
|
|
29
29
|
class GetSellingItemIdsByStoreIdResult {
|
|
30
30
|
}
|
|
31
31
|
exports.GetSellingItemIdsByStoreIdResult = GetSellingItemIdsByStoreIdResult;
|
|
@@ -17,7 +17,7 @@ var GetStoreItemLegaciesDTypeEnum;
|
|
|
17
17
|
GetStoreItemLegaciesDTypeEnum["\uC9C1\uAC70\uB798"] = "\uC9C1\uAC70\uB798";
|
|
18
18
|
GetStoreItemLegaciesDTypeEnum["\uD0DD\uBC30"] = "\uD0DD\uBC30";
|
|
19
19
|
GetStoreItemLegaciesDTypeEnum["\uC804\uCCB4"] = "\uC804\uCCB4";
|
|
20
|
-
})(GetStoreItemLegaciesDTypeEnum
|
|
20
|
+
})(GetStoreItemLegaciesDTypeEnum || (exports.GetStoreItemLegaciesDTypeEnum = GetStoreItemLegaciesDTypeEnum = {}));
|
|
21
21
|
var GetStoreItemLegaciesSortTypeEnum;
|
|
22
22
|
(function (GetStoreItemLegaciesSortTypeEnum) {
|
|
23
23
|
GetStoreItemLegaciesSortTypeEnum["\uCD5C\uC2E0\uC21C"] = "\uCD5C\uC2E0\uC21C";
|
|
@@ -29,9 +29,10 @@ var GetStoreItemLegaciesSortTypeEnum;
|
|
|
29
29
|
GetStoreItemLegaciesSortTypeEnum["\uAD6C\uB9E4\uB9CE\uC740\uC21C"] = "\uAD6C\uB9E4\uB9CE\uC740\uC21C";
|
|
30
30
|
GetStoreItemLegaciesSortTypeEnum["\uCC1C\uB9CE\uC740\uC21C"] = "\uCC1C\uB9CE\uC740\uC21C";
|
|
31
31
|
GetStoreItemLegaciesSortTypeEnum["\uAC80\uC0C9\uC5B4\uAE30\uC900"] = "\uAC80\uC0C9\uC5B4\uAE30\uC900";
|
|
32
|
-
})(GetStoreItemLegaciesSortTypeEnum
|
|
32
|
+
})(GetStoreItemLegaciesSortTypeEnum || (exports.GetStoreItemLegaciesSortTypeEnum = GetStoreItemLegaciesSortTypeEnum = {}));
|
|
33
33
|
class StoreItemLegacyCategoty {
|
|
34
34
|
}
|
|
35
|
+
exports.StoreItemLegacyCategoty = StoreItemLegacyCategoty;
|
|
35
36
|
__decorate([
|
|
36
37
|
(0, class_validator_1.IsString)(),
|
|
37
38
|
__metadata("design:type", String)
|
|
@@ -41,9 +42,9 @@ __decorate([
|
|
|
41
42
|
(0, class_validator_1.IsOptional)(),
|
|
42
43
|
__metadata("design:type", String)
|
|
43
44
|
], StoreItemLegacyCategoty.prototype, "subCategory", void 0);
|
|
44
|
-
exports.StoreItemLegacyCategoty = StoreItemLegacyCategoty;
|
|
45
45
|
class GetStoreItemLegaciesPayload {
|
|
46
46
|
}
|
|
47
|
+
exports.GetStoreItemLegaciesPayload = GetStoreItemLegaciesPayload;
|
|
47
48
|
__decorate([
|
|
48
49
|
(0, class_validator_1.IsNumber)()
|
|
49
50
|
/** 페이지 */
|
|
@@ -167,4 +168,3 @@ __decorate([
|
|
|
167
168
|
(0, class_validator_1.IsOptional)(),
|
|
168
169
|
__metadata("design:type", Boolean)
|
|
169
170
|
], GetStoreItemLegaciesPayload.prototype, "isExistsMaxDiscountCoupon", void 0);
|
|
170
|
-
exports.GetStoreItemLegaciesPayload = GetStoreItemLegaciesPayload;
|
|
@@ -16,15 +16,16 @@ var SearchSellingStoreItemsSortTypeEnum;
|
|
|
16
16
|
SearchSellingStoreItemsSortTypeEnum["\uCD5C\uC2E0\uC21C"] = "\uCD5C\uC2E0\uC21C";
|
|
17
17
|
SearchSellingStoreItemsSortTypeEnum["\uAC70\uB798\uC608\uC815\uC77C\uC21C"] = "\uAC70\uB798\uC608\uC815\uC77C\uC21C";
|
|
18
18
|
SearchSellingStoreItemsSortTypeEnum["\uC0C1\uD488\uBA85\uC21C"] = "\uC0C1\uD488\uBA85\uC21C";
|
|
19
|
-
})(SearchSellingStoreItemsSortTypeEnum
|
|
19
|
+
})(SearchSellingStoreItemsSortTypeEnum || (exports.SearchSellingStoreItemsSortTypeEnum = SearchSellingStoreItemsSortTypeEnum = {}));
|
|
20
20
|
var SearchSellingStoreItemsSellingTypeEnum;
|
|
21
21
|
(function (SearchSellingStoreItemsSellingTypeEnum) {
|
|
22
22
|
SearchSellingStoreItemsSellingTypeEnum["\uC804\uCCB4"] = "\uC804\uCCB4";
|
|
23
23
|
SearchSellingStoreItemsSellingTypeEnum["\uD310\uB9E4\uC911"] = "\uD310\uB9E4\uC911";
|
|
24
24
|
SearchSellingStoreItemsSellingTypeEnum["\uD310\uB9E4\uC911\uC9C0"] = "\uD310\uB9E4\uC911\uC9C0";
|
|
25
|
-
})(SearchSellingStoreItemsSellingTypeEnum
|
|
25
|
+
})(SearchSellingStoreItemsSellingTypeEnum || (exports.SearchSellingStoreItemsSellingTypeEnum = SearchSellingStoreItemsSellingTypeEnum = {}));
|
|
26
26
|
class SearchSellingStoreItemsPayload {
|
|
27
27
|
}
|
|
28
|
+
exports.SearchSellingStoreItemsPayload = SearchSellingStoreItemsPayload;
|
|
28
29
|
__decorate([
|
|
29
30
|
(0, class_validator_1.IsNumber)()
|
|
30
31
|
/** 페이지 */
|
|
@@ -58,4 +59,3 @@ __decorate([
|
|
|
58
59
|
,
|
|
59
60
|
__metadata("design:type", String)
|
|
60
61
|
], SearchSellingStoreItemsPayload.prototype, "searchText", void 0);
|
|
61
|
-
exports.SearchSellingStoreItemsPayload = SearchSellingStoreItemsPayload;
|
|
@@ -13,9 +13,9 @@ exports.UpdateStoreItemConnectedCouponByItemIdsPayload = void 0;
|
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
class UpdateStoreItemConnectedCouponByItemIdsPayload {
|
|
15
15
|
}
|
|
16
|
+
exports.UpdateStoreItemConnectedCouponByItemIdsPayload = UpdateStoreItemConnectedCouponByItemIdsPayload;
|
|
16
17
|
__decorate([
|
|
17
18
|
(0, class_validator_1.IsArray)(),
|
|
18
19
|
(0, class_validator_1.IsString)({ each: true }),
|
|
19
20
|
__metadata("design:type", Array)
|
|
20
21
|
], UpdateStoreItemConnectedCouponByItemIdsPayload.prototype, "itemIds", void 0);
|
|
21
|
-
exports.UpdateStoreItemConnectedCouponByItemIdsPayload = UpdateStoreItemConnectedCouponByItemIdsPayload;
|
|
@@ -13,9 +13,9 @@ exports.UpdateRegedStoreItemConnectedCouponByCouponTemplatesIdsPayload = void 0;
|
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
class UpdateRegedStoreItemConnectedCouponByCouponTemplatesIdsPayload {
|
|
15
15
|
}
|
|
16
|
+
exports.UpdateRegedStoreItemConnectedCouponByCouponTemplatesIdsPayload = UpdateRegedStoreItemConnectedCouponByCouponTemplatesIdsPayload;
|
|
16
17
|
__decorate([
|
|
17
18
|
(0, class_validator_1.IsArray)(),
|
|
18
19
|
(0, class_validator_1.IsMongoId)({ each: true }),
|
|
19
20
|
__metadata("design:type", Array)
|
|
20
21
|
], UpdateRegedStoreItemConnectedCouponByCouponTemplatesIdsPayload.prototype, "couponTemplateIds", void 0);
|
|
21
|
-
exports.UpdateRegedStoreItemConnectedCouponByCouponTemplatesIdsPayload = UpdateRegedStoreItemConnectedCouponByCouponTemplatesIdsPayload;
|
|
@@ -35,9 +35,9 @@ let AmqpStoreItemConnectedCouponService = class AmqpStoreItemConnectedCouponServ
|
|
|
35
35
|
return this.amqpManager.call('쿠폰 테플릿 아이디 기준 저장된 데이터 갱신', 'store-item-connected-coupon.update.reged-by-coupon-templates-ids', payload, param, { isErrorThrowing: true });
|
|
36
36
|
}
|
|
37
37
|
};
|
|
38
|
-
AmqpStoreItemConnectedCouponService =
|
|
38
|
+
exports.AmqpStoreItemConnectedCouponService = AmqpStoreItemConnectedCouponService;
|
|
39
|
+
exports.AmqpStoreItemConnectedCouponService = AmqpStoreItemConnectedCouponService = __decorate([
|
|
39
40
|
(0, common_1.Injectable)(),
|
|
40
41
|
__param(0, (0, common_1.Inject)('STORE_ITEM_SERVER_PROVIDER')),
|
|
41
42
|
__metadata("design:paramtypes", [microservices_1.ClientProxy])
|
|
42
43
|
], AmqpStoreItemConnectedCouponService);
|
|
43
|
-
exports.AmqpStoreItemConnectedCouponService = AmqpStoreItemConnectedCouponService;
|
|
@@ -46,9 +46,9 @@ let AmqpStoreItemService = class AmqpStoreItemService {
|
|
|
46
46
|
return this.amqpManager.call('상품 아이디로 해당 상품 정보 검색', 'store-item.get.by-id', payload, param, { isErrorThrowing: true });
|
|
47
47
|
}
|
|
48
48
|
};
|
|
49
|
-
AmqpStoreItemService =
|
|
49
|
+
exports.AmqpStoreItemService = AmqpStoreItemService;
|
|
50
|
+
exports.AmqpStoreItemService = AmqpStoreItemService = __decorate([
|
|
50
51
|
(0, common_1.Injectable)(),
|
|
51
52
|
__param(0, (0, common_1.Inject)('STORE_ITEM_SERVER_PROVIDER')),
|
|
52
53
|
__metadata("design:paramtypes", [microservices_1.ClientProxy])
|
|
53
54
|
], AmqpStoreItemService);
|
|
54
|
-
exports.AmqpStoreItemService = AmqpStoreItemService;
|
|
@@ -13,7 +13,8 @@ const amqp_user_service_service_1 = require("./amqp.user-service.service");
|
|
|
13
13
|
const services_1 = require("./services");
|
|
14
14
|
let AmqpUserServiceModule = class AmqpUserServiceModule {
|
|
15
15
|
};
|
|
16
|
-
AmqpUserServiceModule =
|
|
16
|
+
exports.AmqpUserServiceModule = AmqpUserServiceModule;
|
|
17
|
+
exports.AmqpUserServiceModule = AmqpUserServiceModule = __decorate([
|
|
17
18
|
(0, common_1.Module)({
|
|
18
19
|
providers: [
|
|
19
20
|
amqp_user_service_provider_1.UserServiceProvider,
|
|
@@ -41,4 +42,3 @@ AmqpUserServiceModule = __decorate([
|
|
|
41
42
|
],
|
|
42
43
|
})
|
|
43
44
|
], AmqpUserServiceModule);
|
|
44
|
-
exports.AmqpUserServiceModule = AmqpUserServiceModule;
|
|
@@ -70,9 +70,9 @@ let AmqpUserService = class AmqpUserService {
|
|
|
70
70
|
return this.amqpManager.call('유저 아이디로 해당 유저 정보 검색', 'user.get.by-id', payload, param, { isErrorThrowing: true });
|
|
71
71
|
}
|
|
72
72
|
};
|
|
73
|
-
AmqpUserService =
|
|
73
|
+
exports.AmqpUserService = AmqpUserService;
|
|
74
|
+
exports.AmqpUserService = AmqpUserService = __decorate([
|
|
74
75
|
(0, common_1.Injectable)(),
|
|
75
76
|
__param(0, (0, common_1.Inject)('USER_SERVICE_PROVIDER')),
|
|
76
77
|
__metadata("design:paramtypes", [microservices_1.ClientProxy])
|
|
77
78
|
], AmqpUserService);
|
|
78
|
-
exports.AmqpUserService = AmqpUserService;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { UserEntity } from '@yolo-croket-dev/entity-v2';
|
|
2
2
|
/** 유저 정보 중 알림정보가 포함된 타입 */
|
|
3
|
-
export
|
|
3
|
+
export type NotificationUser = Pick<UserEntity, '_id' | 'username' | 'authId' | 'deviceGroupName' | 'receive' | 'phoneCountry' | 'notification'>;
|
|
4
4
|
/** 유저 정보 수정 Payload With entity */
|
|
5
5
|
export interface UpdateUserByIdPayload extends Partial<UserEntity> {
|
|
6
6
|
/** 유저 아이디 */
|
|
@@ -13,6 +13,7 @@ exports.GetAskIdsByAtlasSearchResult = exports.GetAskIdsByAtlasSearchPayload = v
|
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
class GetAskIdsByAtlasSearchPayload {
|
|
15
15
|
}
|
|
16
|
+
exports.GetAskIdsByAtlasSearchPayload = GetAskIdsByAtlasSearchPayload;
|
|
16
17
|
__decorate([
|
|
17
18
|
(0, class_validator_1.IsNumber)(),
|
|
18
19
|
__metadata("design:type", Number)
|
|
@@ -42,7 +43,6 @@ __decorate([
|
|
|
42
43
|
(0, class_validator_1.IsOptional)(),
|
|
43
44
|
__metadata("design:type", String)
|
|
44
45
|
], GetAskIdsByAtlasSearchPayload.prototype, "searchBefore", void 0);
|
|
45
|
-
exports.GetAskIdsByAtlasSearchPayload = GetAskIdsByAtlasSearchPayload;
|
|
46
46
|
class GetAskIdsByAtlasSearchResult {
|
|
47
47
|
}
|
|
48
48
|
exports.GetAskIdsByAtlasSearchResult = GetAskIdsByAtlasSearchResult;
|
|
@@ -13,6 +13,7 @@ exports.GetAskLegacySettleLogsByAtlasResult = exports.GetAskLegacySettleLogsByAt
|
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
class GetAskLegacySettleLogsByAtlasPayload {
|
|
15
15
|
}
|
|
16
|
+
exports.GetAskLegacySettleLogsByAtlasPayload = GetAskLegacySettleLogsByAtlasPayload;
|
|
16
17
|
__decorate([
|
|
17
18
|
(0, class_validator_1.IsDateString)(),
|
|
18
19
|
__metadata("design:type", Date)
|
|
@@ -36,7 +37,6 @@ __decorate([
|
|
|
36
37
|
(0, class_validator_1.IsNumber)(),
|
|
37
38
|
__metadata("design:type", Number)
|
|
38
39
|
], GetAskLegacySettleLogsByAtlasPayload.prototype, "limit", void 0);
|
|
39
|
-
exports.GetAskLegacySettleLogsByAtlasPayload = GetAskLegacySettleLogsByAtlasPayload;
|
|
40
40
|
class GetAskLegacySettleLogsByAtlasResult {
|
|
41
41
|
}
|
|
42
42
|
exports.GetAskLegacySettleLogsByAtlasResult = GetAskLegacySettleLogsByAtlasResult;
|
|
@@ -13,6 +13,7 @@ exports.GetAskSettleAmountInfoByAtlasResult = exports.GetAskSettleAmountInfoByAt
|
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
class GetAskSettleAmountInfoByAtlasPayload {
|
|
15
15
|
}
|
|
16
|
+
exports.GetAskSettleAmountInfoByAtlasPayload = GetAskSettleAmountInfoByAtlasPayload;
|
|
16
17
|
__decorate([
|
|
17
18
|
(0, class_validator_1.IsDateString)(),
|
|
18
19
|
__metadata("design:type", Date)
|
|
@@ -22,7 +23,6 @@ __decorate([
|
|
|
22
23
|
(0, class_validator_1.IsOptional)(),
|
|
23
24
|
__metadata("design:type", Date)
|
|
24
25
|
], GetAskSettleAmountInfoByAtlasPayload.prototype, "settleEDate", void 0);
|
|
25
|
-
exports.GetAskSettleAmountInfoByAtlasPayload = GetAskSettleAmountInfoByAtlasPayload;
|
|
26
26
|
class GetAskSettleAmountInfoByAtlasResult {
|
|
27
27
|
}
|
|
28
28
|
exports.GetAskSettleAmountInfoByAtlasResult = GetAskSettleAmountInfoByAtlasResult;
|
|
@@ -2,6 +2,3 @@ export * from './get-ask-ids-by-atlas-search.dto';
|
|
|
2
2
|
export * from './get-ask-settle-amount-info-by-atlas.dto';
|
|
3
3
|
export * from './get-ask-all-settle-amount-by-atlas.dto';
|
|
4
4
|
export * from './get-ask-legacy-settle-logs-by-atlas.dto';
|
|
5
|
-
export * from './get-ask-accumulated-settle-amount-by-atlas.dto';
|
|
6
|
-
export * from './get-ask-done-settle-amount-by-atlas.dto';
|
|
7
|
-
export * from './get-ask-expect-settle-amount-by-atlas.dto';
|
|
@@ -18,6 +18,3 @@ __exportStar(require("./get-ask-ids-by-atlas-search.dto"), exports);
|
|
|
18
18
|
__exportStar(require("./get-ask-settle-amount-info-by-atlas.dto"), exports);
|
|
19
19
|
__exportStar(require("./get-ask-all-settle-amount-by-atlas.dto"), exports);
|
|
20
20
|
__exportStar(require("./get-ask-legacy-settle-logs-by-atlas.dto"), exports);
|
|
21
|
-
__exportStar(require("./get-ask-accumulated-settle-amount-by-atlas.dto"), exports);
|
|
22
|
-
__exportStar(require("./get-ask-done-settle-amount-by-atlas.dto"), exports);
|
|
23
|
-
__exportStar(require("./get-ask-expect-settle-amount-by-atlas.dto"), exports);
|
|
@@ -14,6 +14,7 @@ const class_validator_1 = require("class-validator");
|
|
|
14
14
|
const ban_word_1 = require("@yolo-croket-dev/entity/src/ban-word");
|
|
15
15
|
class IsExistsBanWordsPayload {
|
|
16
16
|
}
|
|
17
|
+
exports.IsExistsBanWordsPayload = IsExistsBanWordsPayload;
|
|
17
18
|
__decorate([
|
|
18
19
|
(0, class_validator_1.IsEnum)(ban_word_1.BanWordTypeEnum),
|
|
19
20
|
__metadata("design:type", String)
|
|
@@ -26,4 +27,3 @@ __decorate([
|
|
|
26
27
|
(0, class_validator_1.IsBoolean)(),
|
|
27
28
|
__metadata("design:type", Boolean)
|
|
28
29
|
], IsExistsBanWordsPayload.prototype, "isDelete", void 0);
|
|
29
|
-
exports.IsExistsBanWordsPayload = IsExistsBanWordsPayload;
|
|
@@ -13,11 +13,11 @@ exports.GetSearchKeywordInfoResult = exports.GetSearchKeywordInfoPayload = void
|
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
class GetSearchKeywordInfoPayload {
|
|
15
15
|
}
|
|
16
|
+
exports.GetSearchKeywordInfoPayload = GetSearchKeywordInfoPayload;
|
|
16
17
|
__decorate([
|
|
17
18
|
(0, class_validator_1.IsMongoId)(),
|
|
18
19
|
__metadata("design:type", String)
|
|
19
20
|
], GetSearchKeywordInfoPayload.prototype, "searchKeywordId", void 0);
|
|
20
|
-
exports.GetSearchKeywordInfoPayload = GetSearchKeywordInfoPayload;
|
|
21
21
|
class GetSearchKeywordInfoResult {
|
|
22
22
|
}
|
|
23
23
|
exports.GetSearchKeywordInfoResult = GetSearchKeywordInfoResult;
|
|
@@ -13,8 +13,8 @@ exports.UpdatePrivateSellerInfoSellerAddressPayload = void 0;
|
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
class UpdatePrivateSellerInfoSellerAddressPayload {
|
|
15
15
|
}
|
|
16
|
+
exports.UpdatePrivateSellerInfoSellerAddressPayload = UpdatePrivateSellerInfoSellerAddressPayload;
|
|
16
17
|
__decorate([
|
|
17
18
|
(0, class_validator_1.IsString)(),
|
|
18
19
|
__metadata("design:type", String)
|
|
19
20
|
], UpdatePrivateSellerInfoSellerAddressPayload.prototype, "sellerAddress", void 0);
|
|
20
|
-
exports.UpdatePrivateSellerInfoSellerAddressPayload = UpdatePrivateSellerInfoSellerAddressPayload;
|
|
@@ -14,9 +14,10 @@ const class_validator_1 = require("class-validator");
|
|
|
14
14
|
var GetUserIdsByStoreTitleSortTypeEnum;
|
|
15
15
|
(function (GetUserIdsByStoreTitleSortTypeEnum) {
|
|
16
16
|
GetUserIdsByStoreTitleSortTypeEnum["\uC2A4\uD1A0\uC5B4 \uB4F1\uB85D\uC21C"] = "\uC2A4\uD1A0\uC5B4 \uB4F1\uB85D\uC21C";
|
|
17
|
-
})(GetUserIdsByStoreTitleSortTypeEnum
|
|
17
|
+
})(GetUserIdsByStoreTitleSortTypeEnum || (exports.GetUserIdsByStoreTitleSortTypeEnum = GetUserIdsByStoreTitleSortTypeEnum = {}));
|
|
18
18
|
class GetUserIdsByStoreTitlePayload {
|
|
19
19
|
}
|
|
20
|
+
exports.GetUserIdsByStoreTitlePayload = GetUserIdsByStoreTitlePayload;
|
|
20
21
|
__decorate([
|
|
21
22
|
(0, class_validator_1.IsString)(),
|
|
22
23
|
__metadata("design:type", String)
|
|
@@ -33,7 +34,6 @@ __decorate([
|
|
|
33
34
|
(0, class_validator_1.IsNumber)(),
|
|
34
35
|
__metadata("design:type", Number)
|
|
35
36
|
], GetUserIdsByStoreTitlePayload.prototype, "page", void 0);
|
|
36
|
-
exports.GetUserIdsByStoreTitlePayload = GetUserIdsByStoreTitlePayload;
|
|
37
37
|
class GetUserIdsByStoreTitleResult {
|
|
38
38
|
}
|
|
39
39
|
exports.GetUserIdsByStoreTitleResult = GetUserIdsByStoreTitleResult;
|
|
@@ -14,13 +14,13 @@ const class_validator_1 = require("class-validator");
|
|
|
14
14
|
/** @description result - DomesticAccountStoreEntity */
|
|
15
15
|
class GetDomesticAccountStoreInfoPayload {
|
|
16
16
|
}
|
|
17
|
+
exports.GetDomesticAccountStoreInfoPayload = GetDomesticAccountStoreInfoPayload;
|
|
17
18
|
__decorate([
|
|
18
19
|
(0, class_validator_1.IsMongoId)(),
|
|
19
20
|
__metadata("design:type", String)
|
|
20
21
|
], GetDomesticAccountStoreInfoPayload.prototype, "storeId", void 0);
|
|
21
|
-
exports.GetDomesticAccountStoreInfoPayload = GetDomesticAccountStoreInfoPayload;
|
|
22
22
|
var GetDomesticAccountStoreInfoErrorTypeEnum;
|
|
23
23
|
(function (GetDomesticAccountStoreInfoErrorTypeEnum) {
|
|
24
24
|
/** @description 아이디에 해당하는 스토어가 없음 */
|
|
25
25
|
GetDomesticAccountStoreInfoErrorTypeEnum["NOT_FOUND_STORE"] = "NOT_FOUND_STORE";
|
|
26
|
-
})(GetDomesticAccountStoreInfoErrorTypeEnum
|
|
26
|
+
})(GetDomesticAccountStoreInfoErrorTypeEnum || (exports.GetDomesticAccountStoreInfoErrorTypeEnum = GetDomesticAccountStoreInfoErrorTypeEnum = {}));
|
|
@@ -14,6 +14,7 @@ const class_validator_1 = require("class-validator");
|
|
|
14
14
|
const entity_v2_1 = require("@yolo-croket-dev/entity-v2");
|
|
15
15
|
class GetDomesticAccountStoresPayload {
|
|
16
16
|
}
|
|
17
|
+
exports.GetDomesticAccountStoresPayload = GetDomesticAccountStoresPayload;
|
|
17
18
|
__decorate([
|
|
18
19
|
(0, class_validator_1.IsDateString)(),
|
|
19
20
|
(0, class_validator_1.IsOptional)(),
|
|
@@ -63,7 +64,6 @@ __decorate([
|
|
|
63
64
|
(0, class_validator_1.IsNumber)(),
|
|
64
65
|
__metadata("design:type", Number)
|
|
65
66
|
], GetDomesticAccountStoresPayload.prototype, "limit", void 0);
|
|
66
|
-
exports.GetDomesticAccountStoresPayload = GetDomesticAccountStoresPayload;
|
|
67
67
|
class GetDomesticAccountStoresResult {
|
|
68
68
|
}
|
|
69
69
|
exports.GetDomesticAccountStoresResult = GetDomesticAccountStoresResult;
|