@yolo-croket-dev/amqp-access 0.0.89-jun.10 → 0.0.89-jun.2
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-done-settle-amount-by-atlas.dto.js +1 -1
- package/order-server/dto/purchasedinfos/query/atlas/get-p-info-expect-settle-amount-by-atlas.dto.d.ts +2 -2
- package/order-server/dto/purchasedinfos/query/atlas/get-p-info-expect-settle-amount-by-atlas.dto.js +3 -3
- 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 -2
- package/order-server/dto/purchasedinfos/query/atlas/index.js +0 -2
- 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.d.ts +1 -4
- package/order-server/services/amqp.purchased-info.service.js +2 -11
- 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.d.ts +1 -4
- package/user-service/services/ask/amqp.ask.service.js +2 -11
- 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/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
|
@@ -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;
|
|
@@ -1,4 +1,28 @@
|
|
|
1
|
-
/// <reference types="mongoose/types/
|
|
1
|
+
/// <reference types="@yolo-croket-dev/dto/node_modules/mongoose/types/aggregate" />
|
|
2
|
+
/// <reference types="@yolo-croket-dev/dto/node_modules/mongoose/types/callback" />
|
|
3
|
+
/// <reference types="@yolo-croket-dev/dto/node_modules/mongoose/types/collection" />
|
|
4
|
+
/// <reference types="@yolo-croket-dev/dto/node_modules/mongoose/types/connection" />
|
|
5
|
+
/// <reference types="@yolo-croket-dev/dto/node_modules/mongoose/types/cursor" />
|
|
6
|
+
/// <reference types="@yolo-croket-dev/dto/node_modules/mongoose/types/document" />
|
|
7
|
+
/// <reference types="@yolo-croket-dev/dto/node_modules/mongoose/types/error" />
|
|
8
|
+
/// <reference types="@yolo-croket-dev/dto/node_modules/mongoose/types/expressions" />
|
|
9
|
+
/// <reference types="@yolo-croket-dev/dto/node_modules/mongoose/types/helpers" />
|
|
10
|
+
/// <reference types="@yolo-croket-dev/dto/node_modules/mongoose/types/middlewares" />
|
|
11
|
+
/// <reference types="@yolo-croket-dev/dto/node_modules/mongoose/types/indexes" />
|
|
12
|
+
/// <reference types="@yolo-croket-dev/dto/node_modules/mongoose/types/models" />
|
|
13
|
+
/// <reference types="@yolo-croket-dev/dto/node_modules/mongoose/types/mongooseoptions" />
|
|
14
|
+
/// <reference types="@yolo-croket-dev/dto/node_modules/mongoose/types/pipelinestage" />
|
|
15
|
+
/// <reference types="@yolo-croket-dev/dto/node_modules/mongoose/types/populate" />
|
|
16
|
+
/// <reference types="@yolo-croket-dev/dto/node_modules/mongoose/types/query" />
|
|
17
|
+
/// <reference types="@yolo-croket-dev/dto/node_modules/mongoose/types/schemaoptions" />
|
|
18
|
+
/// <reference types="@yolo-croket-dev/dto/node_modules/mongoose/types/schematypes" />
|
|
19
|
+
/// <reference types="@yolo-croket-dev/dto/node_modules/mongoose/types/session" />
|
|
20
|
+
/// <reference types="@yolo-croket-dev/dto/node_modules/mongoose/types/types" />
|
|
21
|
+
/// <reference types="@yolo-croket-dev/dto/node_modules/mongoose/types/utility" />
|
|
22
|
+
/// <reference types="@yolo-croket-dev/dto/node_modules/mongoose/types/validation" />
|
|
23
|
+
/// <reference types="@yolo-croket-dev/dto/node_modules/mongoose/types/virtuals" />
|
|
24
|
+
/// <reference types="@yolo-croket-dev/dto/node_modules/mongoose" />
|
|
25
|
+
/// <reference types="@yolo-croket-dev/dto/node_modules/mongoose/types/inferschematype" />
|
|
2
26
|
import { Types } from 'mongoose';
|
|
3
27
|
export declare class GetStoresForTossPaymentPayload {
|
|
4
28
|
userIds?: (string | Types.ObjectId)[];
|
|
@@ -13,6 +13,7 @@ exports.GetStoresForTossPaymentErrorTypeEnum = exports.GetStoresForTossPaymentPa
|
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
class GetStoresForTossPaymentPayload {
|
|
15
15
|
}
|
|
16
|
+
exports.GetStoresForTossPaymentPayload = GetStoresForTossPaymentPayload;
|
|
16
17
|
__decorate([
|
|
17
18
|
(0, class_validator_1.IsMongoId)({ each: true }),
|
|
18
19
|
(0, class_validator_1.IsOptional)(),
|
|
@@ -33,11 +34,10 @@ __decorate([
|
|
|
33
34
|
(0, class_validator_1.IsOptional)(),
|
|
34
35
|
__metadata("design:type", String)
|
|
35
36
|
], GetStoresForTossPaymentPayload.prototype, "endVerificationApprovedUpdatedAt", void 0);
|
|
36
|
-
exports.GetStoresForTossPaymentPayload = GetStoresForTossPaymentPayload;
|
|
37
37
|
var GetStoresForTossPaymentErrorTypeEnum;
|
|
38
38
|
(function (GetStoresForTossPaymentErrorTypeEnum) {
|
|
39
39
|
/** @description 스토어가 존재하지 않는 userId들이 있을 때 - message에 userId list 반환 */
|
|
40
40
|
GetStoresForTossPaymentErrorTypeEnum["NOT_FOUND_STORES_BY_USER_IDS"] = "NOT_FOUND_STORES_BY_USER_IDS";
|
|
41
41
|
/** @description userId로 조회한 store가 검색조건에 맞지 않을 때 - message에 userId list 반환 */
|
|
42
42
|
GetStoresForTossPaymentErrorTypeEnum["INVALID_STORE_INFOS"] = "INVALID_STORE_INFOS";
|
|
43
|
-
})(GetStoresForTossPaymentErrorTypeEnum
|
|
43
|
+
})(GetStoresForTossPaymentErrorTypeEnum || (exports.GetStoresForTossPaymentErrorTypeEnum = GetStoresForTossPaymentErrorTypeEnum = {}));
|
|
@@ -13,11 +13,11 @@ exports.GetBookedItemIdsByUserIdResult = exports.GetBookedItemIdsByUserIdPayload
|
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
class GetBookedItemIdsByUserIdPayload {
|
|
15
15
|
}
|
|
16
|
+
exports.GetBookedItemIdsByUserIdPayload = GetBookedItemIdsByUserIdPayload;
|
|
16
17
|
__decorate([
|
|
17
18
|
(0, class_validator_1.IsMongoId)(),
|
|
18
19
|
__metadata("design:type", String)
|
|
19
20
|
], GetBookedItemIdsByUserIdPayload.prototype, "userId", void 0);
|
|
20
|
-
exports.GetBookedItemIdsByUserIdPayload = GetBookedItemIdsByUserIdPayload;
|
|
21
21
|
class GetBookedItemIdsByUserIdResult {
|
|
22
22
|
}
|
|
23
23
|
exports.GetBookedItemIdsByUserIdResult = GetBookedItemIdsByUserIdResult;
|
|
@@ -19,9 +19,10 @@ var GetUsersForAdminSearchTypeEnum;
|
|
|
19
19
|
GetUsersForAdminSearchTypeEnum["\uC774\uBA54\uC77C\uAE30\uC900"] = "\uC774\uBA54\uC77C\uAE30\uC900";
|
|
20
20
|
GetUsersForAdminSearchTypeEnum["\uD578\uB4DC\uD3F0\uAE30\uC900"] = "\uD578\uB4DC\uD3F0\uAE30\uC900";
|
|
21
21
|
GetUsersForAdminSearchTypeEnum["\uC2A4\uD1A0\uC5B4\uD0C0\uC774\uD2C0\uAE30\uC900"] = "\uC2A4\uD1A0\uC5B4\uD0C0\uC774\uD2C0\uAE30\uC900";
|
|
22
|
-
})(GetUsersForAdminSearchTypeEnum
|
|
22
|
+
})(GetUsersForAdminSearchTypeEnum || (exports.GetUsersForAdminSearchTypeEnum = GetUsersForAdminSearchTypeEnum = {}));
|
|
23
23
|
class GetUsersForAdminPayload {
|
|
24
24
|
}
|
|
25
|
+
exports.GetUsersForAdminPayload = GetUsersForAdminPayload;
|
|
25
26
|
__decorate([
|
|
26
27
|
(0, class_validator_1.IsNumber)(),
|
|
27
28
|
__metadata("design:type", Number)
|
|
@@ -69,7 +70,6 @@ __decorate([
|
|
|
69
70
|
(0, class_validator_1.IsOptional)(),
|
|
70
71
|
__metadata("design:type", String)
|
|
71
72
|
], GetUsersForAdminPayload.prototype, "storeTitle", void 0);
|
|
72
|
-
exports.GetUsersForAdminPayload = GetUsersForAdminPayload;
|
|
73
73
|
class GetUsersForAdminResult {
|
|
74
74
|
}
|
|
75
75
|
exports.GetUsersForAdminResult = GetUsersForAdminResult;
|
|
@@ -25,9 +25,9 @@ let AmqpBanWordService = class AmqpBanWordService {
|
|
|
25
25
|
return this.amqpManager.call('ban word 존재 여부 확인', 'ban-word.is-exists', payload, param, { isErrorThrowing: true });
|
|
26
26
|
}
|
|
27
27
|
};
|
|
28
|
-
AmqpBanWordService =
|
|
28
|
+
exports.AmqpBanWordService = AmqpBanWordService;
|
|
29
|
+
exports.AmqpBanWordService = AmqpBanWordService = __decorate([
|
|
29
30
|
(0, common_1.Injectable)(),
|
|
30
31
|
__param(0, (0, common_1.Inject)('USER_SERVICE_PROVIDER')),
|
|
31
32
|
__metadata("design:paramtypes", [microservices_1.ClientProxy])
|
|
32
33
|
], AmqpBanWordService);
|
|
33
|
-
exports.AmqpBanWordService = AmqpBanWordService;
|
|
@@ -25,9 +25,9 @@ let AmqpSearchKeywordService = class AmqpSearchKeywordService {
|
|
|
25
25
|
return this.amqpManager.call('search keyword 조회', 'search-keyword.get.info', payload, param, { isErrorThrowing: true });
|
|
26
26
|
}
|
|
27
27
|
};
|
|
28
|
-
AmqpSearchKeywordService =
|
|
28
|
+
exports.AmqpSearchKeywordService = AmqpSearchKeywordService;
|
|
29
|
+
exports.AmqpSearchKeywordService = AmqpSearchKeywordService = __decorate([
|
|
29
30
|
(0, common_1.Injectable)(),
|
|
30
31
|
__param(0, (0, common_1.Inject)('USER_SERVICE_PROVIDER')),
|
|
31
32
|
__metadata("design:paramtypes", [microservices_1.ClientProxy])
|
|
32
33
|
], AmqpSearchKeywordService);
|
|
33
|
-
exports.AmqpSearchKeywordService = AmqpSearchKeywordService;
|
|
@@ -25,9 +25,9 @@ let AmqpStoreItemBookmarkService = class AmqpStoreItemBookmarkService {
|
|
|
25
25
|
return this.amqpManager.call('북마크한 상품 리스트 받기', 'store-item-bookmark.get.booked-item-ids/by-user-id', payload, param, { isErrorThrowing: true });
|
|
26
26
|
}
|
|
27
27
|
};
|
|
28
|
-
AmqpStoreItemBookmarkService =
|
|
28
|
+
exports.AmqpStoreItemBookmarkService = AmqpStoreItemBookmarkService;
|
|
29
|
+
exports.AmqpStoreItemBookmarkService = AmqpStoreItemBookmarkService = __decorate([
|
|
29
30
|
(0, common_1.Injectable)(),
|
|
30
31
|
__param(0, (0, common_1.Inject)('USER_SERVICE_PROVIDER')),
|
|
31
32
|
__metadata("design:paramtypes", [microservices_1.ClientProxy])
|
|
32
33
|
], AmqpStoreItemBookmarkService);
|
|
33
|
-
exports.AmqpStoreItemBookmarkService = AmqpStoreItemBookmarkService;
|
|
@@ -31,9 +31,9 @@ let AmqpStoreItemForESService = class AmqpStoreItemForESService {
|
|
|
31
31
|
return this.amqpManager.call('전체 상품 수 조회', 'COUNT_STORE_ITEM_FOR_ES', payload, param, { isErrorThrowing: true });
|
|
32
32
|
}
|
|
33
33
|
};
|
|
34
|
-
AmqpStoreItemForESService =
|
|
34
|
+
exports.AmqpStoreItemForESService = AmqpStoreItemForESService;
|
|
35
|
+
exports.AmqpStoreItemForESService = AmqpStoreItemForESService = __decorate([
|
|
35
36
|
(0, common_1.Injectable)(),
|
|
36
37
|
__param(0, (0, common_1.Inject)('USER_SERVICE_PROVIDER')),
|
|
37
38
|
__metadata("design:paramtypes", [microservices_1.ClientProxy])
|
|
38
39
|
], AmqpStoreItemForESService);
|
|
39
|
-
exports.AmqpStoreItemForESService = AmqpStoreItemForESService;
|
|
@@ -31,9 +31,9 @@ let AmqpStoreItemService = class AmqpStoreItemService {
|
|
|
31
31
|
return this.amqpManager.call('storeItemIds 존재 하는지 확인', 'store-item.get-ids.by-ids', payload, param, { isErrorThrowing: true });
|
|
32
32
|
}
|
|
33
33
|
};
|
|
34
|
-
AmqpStoreItemService =
|
|
34
|
+
exports.AmqpStoreItemService = AmqpStoreItemService;
|
|
35
|
+
exports.AmqpStoreItemService = AmqpStoreItemService = __decorate([
|
|
35
36
|
(0, common_1.Injectable)(),
|
|
36
37
|
__param(0, (0, common_1.Inject)('USER_SERVICE_PROVIDER')),
|
|
37
38
|
__metadata("design:paramtypes", [microservices_1.ClientProxy])
|
|
38
39
|
], AmqpStoreItemService);
|
|
39
|
-
exports.AmqpStoreItemService = AmqpStoreItemService;
|
|
@@ -40,9 +40,9 @@ let AmqpStoreService = class AmqpStoreService {
|
|
|
40
40
|
return this.amqpManager.call('[atlas] 스토어 타이틀로 유저 리스트 출력', 'store.get.user-ids-by-store-title', payload, param, { isErrorThrowing: true });
|
|
41
41
|
}
|
|
42
42
|
};
|
|
43
|
-
AmqpStoreService =
|
|
43
|
+
exports.AmqpStoreService = AmqpStoreService;
|
|
44
|
+
exports.AmqpStoreService = AmqpStoreService = __decorate([
|
|
44
45
|
(0, common_1.Injectable)(),
|
|
45
46
|
__param(0, (0, common_1.Inject)('USER_SERVICE_PROVIDER')),
|
|
46
47
|
__metadata("design:paramtypes", [microservices_1.ClientProxy])
|
|
47
48
|
], AmqpStoreService);
|
|
48
|
-
exports.AmqpStoreService = AmqpStoreService;
|
|
@@ -26,9 +26,9 @@ let AmqpUserEntityService = class AmqpUserEntityService {
|
|
|
26
26
|
return this.amqpManager.call('휴대폰 번호들 decode', 'user.decode.phone-numbers', payload, param, { isErrorThrowing: true });
|
|
27
27
|
}
|
|
28
28
|
};
|
|
29
|
-
AmqpUserEntityService =
|
|
29
|
+
exports.AmqpUserEntityService = AmqpUserEntityService;
|
|
30
|
+
exports.AmqpUserEntityService = AmqpUserEntityService = __decorate([
|
|
30
31
|
(0, common_1.Injectable)(),
|
|
31
32
|
__param(0, (0, common_1.Inject)('USER_SERVICE_PROVIDER')),
|
|
32
33
|
__metadata("design:paramtypes", [microservices_1.ClientProxy])
|
|
33
34
|
], AmqpUserEntityService);
|
|
34
|
-
exports.AmqpUserEntityService = AmqpUserEntityService;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ClientProxy } from '@nestjs/microservices';
|
|
2
2
|
import { AbstractParam } from '@yolo-croket-dev/core';
|
|
3
|
-
import { GetAskIdsByAtlasSearchPayload, GetAskIdsByAtlasSearchResult, GetAskSettleAmountInfoByAtlasPayload, GetAskSettleAmountInfoByAtlasResult, GetAskAllSettleAmountByAtlasPayload, GetAskAllSettleAmountByAtlasResult, GetAskLegacySettleLogsByAtlasPayload, GetAskLegacySettleLogsByAtlasResult
|
|
3
|
+
import { GetAskIdsByAtlasSearchPayload, GetAskIdsByAtlasSearchResult, GetAskSettleAmountInfoByAtlasPayload, GetAskSettleAmountInfoByAtlasResult, GetAskAllSettleAmountByAtlasPayload, GetAskAllSettleAmountByAtlasResult, GetAskLegacySettleLogsByAtlasPayload, GetAskLegacySettleLogsByAtlasResult } from '../../dto/ask';
|
|
4
4
|
export declare class AmqpAskService {
|
|
5
5
|
private readonly client;
|
|
6
6
|
private readonly amqpManager;
|
|
@@ -9,7 +9,4 @@ export declare class AmqpAskService {
|
|
|
9
9
|
getAskSettleAmountInfoByAtlas(payload: GetAskSettleAmountInfoByAtlasPayload, param: AbstractParam): Promise<GetAskSettleAmountInfoByAtlasResult>;
|
|
10
10
|
getAskAllSettleAmountByAtlas(payload: GetAskAllSettleAmountByAtlasPayload, param: AbstractParam): Promise<GetAskAllSettleAmountByAtlasResult>;
|
|
11
11
|
getAskLegacySettleLogsByAtlas(payload: GetAskLegacySettleLogsByAtlasPayload, param: AbstractParam): Promise<GetAskLegacySettleLogsByAtlasResult>;
|
|
12
|
-
getAskDoneSettleAmountByAtlas(payload: GetAskDoneSettleAmountByAtlasPayload, param: AbstractParam): Promise<GetAskDoneSettleAmountByAtlasResult>;
|
|
13
|
-
getAskExpectSettleAmountByAtlas(payload: GetAskExpectSettleAmountByAtlasPayload, param: AbstractParam): Promise<GetAskExpectSettleAmountByAtlasResult>;
|
|
14
|
-
getAskAccumulatedSettleAmountByAtlas(payload: GetAskAccumulatedSettleAmountByAtlasPayload, param: AbstractParam): Promise<GetAskAccumulatedSettleAmountByAtlasResult>;
|
|
15
12
|
}
|
|
@@ -33,19 +33,10 @@ let AmqpAskService = class AmqpAskService {
|
|
|
33
33
|
async getAskLegacySettleLogsByAtlas(payload, param) {
|
|
34
34
|
return this.amqpManager.call('atlas 검색 - 요청 정산 로그 조회', 'ask.get.legacy-settle-logs-by-atlas', payload, param, { isErrorThrowing: true });
|
|
35
35
|
}
|
|
36
|
-
async getAskDoneSettleAmountByAtlas(payload, param) {
|
|
37
|
-
return this.amqpManager.call('atlas 검색 - 요청 완료된 정산금 조회', 'ask.get.done-settle-amount-by-atlas', payload, param, { isErrorThrowing: true });
|
|
38
|
-
}
|
|
39
|
-
async getAskExpectSettleAmountByAtlas(payload, param) {
|
|
40
|
-
return this.amqpManager.call('atlas 검색 - 요청 예상 정산금 조회', 'ask.get.expect-settle-amount-by-atlas', payload, param, { isErrorThrowing: true });
|
|
41
|
-
}
|
|
42
|
-
async getAskAccumulatedSettleAmountByAtlas(payload, param) {
|
|
43
|
-
return this.amqpManager.call('atlas 검색 - 요청 누적 정산금 조회', 'ask.get.accumulated-settle-amount-by-atlas', payload, param, { isErrorThrowing: true });
|
|
44
|
-
}
|
|
45
36
|
};
|
|
46
|
-
AmqpAskService =
|
|
37
|
+
exports.AmqpAskService = AmqpAskService;
|
|
38
|
+
exports.AmqpAskService = AmqpAskService = __decorate([
|
|
47
39
|
(0, common_1.Injectable)(),
|
|
48
40
|
__param(0, (0, common_1.Inject)('USER_SERVICE_PROVIDER')),
|
|
49
41
|
__metadata("design:paramtypes", [microservices_1.ClientProxy])
|
|
50
42
|
], AmqpAskService);
|
|
51
|
-
exports.AmqpAskService = AmqpAskService;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
-
};
|
|
8
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
-
};
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.GetPInfoAccumulatedSettleAmountByAtlasResult = exports.GetPInfoAccumulatedSettleAmountByAtlasPayload = void 0;
|
|
13
|
-
const class_validator_1 = require("class-validator");
|
|
14
|
-
class GetPInfoAccumulatedSettleAmountByAtlasPayload {
|
|
15
|
-
}
|
|
16
|
-
__decorate([
|
|
17
|
-
(0, class_validator_1.IsDateString)(),
|
|
18
|
-
__metadata("design:type", Date)
|
|
19
|
-
], GetPInfoAccumulatedSettleAmountByAtlasPayload.prototype, "paymentSDate", void 0);
|
|
20
|
-
__decorate([
|
|
21
|
-
(0, class_validator_1.IsDateString)(),
|
|
22
|
-
(0, class_validator_1.IsOptional)(),
|
|
23
|
-
__metadata("design:type", Date)
|
|
24
|
-
], GetPInfoAccumulatedSettleAmountByAtlasPayload.prototype, "paymentEDate", void 0);
|
|
25
|
-
exports.GetPInfoAccumulatedSettleAmountByAtlasPayload = GetPInfoAccumulatedSettleAmountByAtlasPayload;
|
|
26
|
-
class GetPInfoAccumulatedSettleAmountByAtlasResult {
|
|
27
|
-
}
|
|
28
|
-
exports.GetPInfoAccumulatedSettleAmountByAtlasResult = GetPInfoAccumulatedSettleAmountByAtlasResult;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
-
};
|
|
8
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
-
};
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.GetAskAccumulatedSettleAmountByAtlasResult = exports.GetAskAccumulatedSettleAmountByAtlasPayload = void 0;
|
|
13
|
-
const class_validator_1 = require("class-validator");
|
|
14
|
-
class GetAskAccumulatedSettleAmountByAtlasPayload {
|
|
15
|
-
}
|
|
16
|
-
__decorate([
|
|
17
|
-
(0, class_validator_1.IsDateString)(),
|
|
18
|
-
__metadata("design:type", Date)
|
|
19
|
-
], GetAskAccumulatedSettleAmountByAtlasPayload.prototype, "paymentSDate", void 0);
|
|
20
|
-
__decorate([
|
|
21
|
-
(0, class_validator_1.IsDateString)(),
|
|
22
|
-
(0, class_validator_1.IsOptional)(),
|
|
23
|
-
__metadata("design:type", Date)
|
|
24
|
-
], GetAskAccumulatedSettleAmountByAtlasPayload.prototype, "paymentEDate", void 0);
|
|
25
|
-
exports.GetAskAccumulatedSettleAmountByAtlasPayload = GetAskAccumulatedSettleAmountByAtlasPayload;
|
|
26
|
-
class GetAskAccumulatedSettleAmountByAtlasResult {
|
|
27
|
-
}
|
|
28
|
-
exports.GetAskAccumulatedSettleAmountByAtlasResult = GetAskAccumulatedSettleAmountByAtlasResult;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export declare class GetAskDoneSettleAmountByAtlasPayload {
|
|
2
|
-
settleSDate: Date;
|
|
3
|
-
settleEDate?: Date;
|
|
4
|
-
}
|
|
5
|
-
export declare class GetAskDoneSettleAmountByAtlasResult {
|
|
6
|
-
/** 정산완료 금액 */
|
|
7
|
-
doneSettleAmount: number;
|
|
8
|
-
/** 해외 정산 중 금액 */
|
|
9
|
-
abroadSettlingAmount: number;
|
|
10
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
-
};
|
|
8
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
-
};
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.GetAskDoneSettleAmountByAtlasResult = exports.GetAskDoneSettleAmountByAtlasPayload = void 0;
|
|
13
|
-
const class_validator_1 = require("class-validator");
|
|
14
|
-
class GetAskDoneSettleAmountByAtlasPayload {
|
|
15
|
-
}
|
|
16
|
-
__decorate([
|
|
17
|
-
(0, class_validator_1.IsDateString)(),
|
|
18
|
-
__metadata("design:type", Date)
|
|
19
|
-
], GetAskDoneSettleAmountByAtlasPayload.prototype, "settleSDate", void 0);
|
|
20
|
-
__decorate([
|
|
21
|
-
(0, class_validator_1.IsDateString)(),
|
|
22
|
-
(0, class_validator_1.IsOptional)(),
|
|
23
|
-
__metadata("design:type", Date)
|
|
24
|
-
], GetAskDoneSettleAmountByAtlasPayload.prototype, "settleEDate", void 0);
|
|
25
|
-
exports.GetAskDoneSettleAmountByAtlasPayload = GetAskDoneSettleAmountByAtlasPayload;
|
|
26
|
-
class GetAskDoneSettleAmountByAtlasResult {
|
|
27
|
-
}
|
|
28
|
-
exports.GetAskDoneSettleAmountByAtlasResult = GetAskDoneSettleAmountByAtlasResult;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
-
};
|
|
8
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
-
};
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.GetAskExpectSettleAmountByAtlasResult = exports.GetAskExpectSettleAmountByAtlasPayload = void 0;
|
|
13
|
-
const class_validator_1 = require("class-validator");
|
|
14
|
-
class GetAskExpectSettleAmountByAtlasPayload {
|
|
15
|
-
}
|
|
16
|
-
__decorate([
|
|
17
|
-
(0, class_validator_1.IsDateString)(),
|
|
18
|
-
__metadata("design:type", Date)
|
|
19
|
-
], GetAskExpectSettleAmountByAtlasPayload.prototype, "receiveSDate", void 0);
|
|
20
|
-
__decorate([
|
|
21
|
-
(0, class_validator_1.IsDateString)(),
|
|
22
|
-
(0, class_validator_1.IsOptional)(),
|
|
23
|
-
__metadata("design:type", Date)
|
|
24
|
-
], GetAskExpectSettleAmountByAtlasPayload.prototype, "receiveEDate", void 0);
|
|
25
|
-
exports.GetAskExpectSettleAmountByAtlasPayload = GetAskExpectSettleAmountByAtlasPayload;
|
|
26
|
-
class GetAskExpectSettleAmountByAtlasResult {
|
|
27
|
-
}
|
|
28
|
-
exports.GetAskExpectSettleAmountByAtlasResult = GetAskExpectSettleAmountByAtlasResult;
|