@yolo-croket-dev/amqp-access 0.7.71-sj2 → 0.7.71
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/.claude/settings.local.json +11 -0
- package/order-server/amqp.order-server.module.js +0 -2
- package/order-server/dto/purchased-info.modules/index.d.ts +0 -1
- package/order-server/dto/purchased-info.modules/index.js +0 -1
- package/order-server/dto/purchased-info.modules/purchased-info-admin/command/index.d.ts +0 -4
- package/order-server/dto/purchased-info.modules/purchased-info-admin/command/index.js +0 -4
- package/order-server/dto/purchased-info.modules/purchased-info-admin/query/index.d.ts +0 -1
- package/order-server/dto/purchased-info.modules/purchased-info-admin/query/index.js +0 -1
- package/order-server/dto/purchased-info.modules/purchased-info-reservation/index.d.ts +1 -0
- package/order-server/dto/purchased-info.modules/purchased-info-reservation/index.js +1 -0
- package/order-server/dto/purchased-info.modules/purchased-info-reservation/query/get-reservation-for-excel-by-admin.dto.d.ts +51 -0
- package/order-server/dto/purchased-info.modules/{purchased-info-admin/command/delete-split-invoice-for-admin.dto.js → purchased-info-reservation/query/get-reservation-for-excel-by-admin.dto.js} +17 -7
- package/order-server/dto/purchased-info.modules/purchased-info-reservation/query/index.d.ts +1 -0
- package/order-server/dto/purchased-info.modules/{purchased-info-split-delivery → purchased-info-reservation/query}/index.js +1 -1
- package/order-server/dto/purchasedinfos/query/atlas/get-p-infos-for-manage-buyer-by-atlas.dto.d.ts +0 -3
- package/order-server/dto/purchasedinfos/query/atlas/get-p-infos-for-manage-buyer-by-atlas.dto.js +0 -5
- package/order-server/dto/purchasedinfos/query/search-seller-transaction-history-by-process.dto.d.ts +1 -7
- package/order-server/services/purchased-info.modules/amqp.purchased-info-admin.service.d.ts +1 -6
- package/order-server/services/purchased-info.modules/amqp.purchased-info-admin.service.js +0 -15
- package/order-server/services/purchased-info.modules/amqp.purchased-info-reservation.service.d.ts +3 -1
- package/order-server/services/purchased-info.modules/amqp.purchased-info-reservation.service.js +4 -0
- package/order-server/services/purchased-info.modules/index.d.ts +0 -1
- package/order-server/services/purchased-info.modules/index.js +0 -1
- package/package.json +5 -5
- package/payment-service/dto/ad-center-settle/query/get-ad-center-settles-for-google-sheet.dto.d.ts +1 -1
- package/payment-service/dto/partial-refund/command/create-partial-refund.dto.d.ts +1 -3
- package/payment-service/dto/partial-refund/command/create-partial-refund.dto.js +0 -2
- package/user-service/dto/redis-db/command/index.d.ts +0 -1
- package/user-service/dto/redis-db/command/index.js +0 -1
- package/user-service/services/redis-db/amqp.redis-db.app-batch-push.service.d.ts +1 -16
- package/user-service/services/redis-db/amqp.redis-db.app-batch-push.service.js +0 -21
- package/order-server/dto/purchased-info.modules/purchased-info-admin/command/delete-invoice-for-admin.dto.d.ts +0 -6
- package/order-server/dto/purchased-info.modules/purchased-info-admin/command/delete-invoice-for-admin.dto.js +0 -25
- package/order-server/dto/purchased-info.modules/purchased-info-admin/command/delete-split-invoice-for-admin.dto.d.ts +0 -6
- package/order-server/dto/purchased-info.modules/purchased-info-admin/command/upsert-invoice-for-admin.dto.d.ts +0 -24
- package/order-server/dto/purchased-info.modules/purchased-info-admin/command/upsert-invoice-for-admin.dto.js +0 -68
- package/order-server/dto/purchased-info.modules/purchased-info-admin/command/upsert-split-invoice-for-admin.dto.d.ts +0 -38
- package/order-server/dto/purchased-info.modules/purchased-info-admin/command/upsert-split-invoice-for-admin.dto.js +0 -90
- package/order-server/dto/purchased-info.modules/purchased-info-admin/query/get-delivery-list-for-admin.dto.d.ts +0 -120
- package/order-server/dto/purchased-info.modules/purchased-info-admin/query/get-delivery-list-for-admin.dto.js +0 -66
- package/order-server/dto/purchased-info.modules/purchased-info-split-delivery/command/index.d.ts +0 -2
- package/order-server/dto/purchased-info.modules/purchased-info-split-delivery/command/index.js +0 -18
- package/order-server/dto/purchased-info.modules/purchased-info-split-delivery/command/register-split-invoice-bulk.dto.d.ts +0 -38
- package/order-server/dto/purchased-info.modules/purchased-info-split-delivery/command/register-split-invoice-bulk.dto.js +0 -60
- package/order-server/dto/purchased-info.modules/purchased-info-split-delivery/command/upsert-split-invoice.dto.d.ts +0 -36
- package/order-server/dto/purchased-info.modules/purchased-info-split-delivery/command/upsert-split-invoice.dto.js +0 -85
- package/order-server/dto/purchased-info.modules/purchased-info-split-delivery/index.d.ts +0 -1
- package/order-server/services/purchased-info.modules/amqp.purchased-info-split-delivery.service.d.ts +0 -12
- package/order-server/services/purchased-info.modules/amqp.purchased-info-split-delivery.service.js +0 -43
- package/user-service/dto/redis-db/command/redis-db.app-batch-push.set-data-split-delivery-shipping.dto.d.ts +0 -22
- package/user-service/dto/redis-db/command/redis-db.app-batch-push.set-data-split-delivery-shipping.dto.js +0 -72
|
@@ -1,72 +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.SetDataSplitDeliveryShippingAppBatchPushPayload = exports.SetDataSplitDeliveryShippingAppBatchPushData = void 0;
|
|
13
|
-
const class_transformer_1 = require("class-transformer");
|
|
14
|
-
const class_validator_1 = require("class-validator");
|
|
15
|
-
class SplitDeliveryShippingActivityData {
|
|
16
|
-
}
|
|
17
|
-
__decorate([
|
|
18
|
-
(0, class_validator_1.IsMongoId)(),
|
|
19
|
-
__metadata("design:type", String)
|
|
20
|
-
], SplitDeliveryShippingActivityData.prototype, "otherUserId", void 0);
|
|
21
|
-
__decorate([
|
|
22
|
-
(0, class_validator_1.IsMongoId)(),
|
|
23
|
-
__metadata("design:type", String)
|
|
24
|
-
], SplitDeliveryShippingActivityData.prototype, "relatePInfoId", void 0);
|
|
25
|
-
__decorate([
|
|
26
|
-
(0, class_validator_1.IsOptional)(),
|
|
27
|
-
(0, class_validator_1.IsString)(),
|
|
28
|
-
__metadata("design:type", String)
|
|
29
|
-
], SplitDeliveryShippingActivityData.prototype, "previewImg", void 0);
|
|
30
|
-
class SetDataSplitDeliveryShippingAppBatchPushData {
|
|
31
|
-
}
|
|
32
|
-
exports.SetDataSplitDeliveryShippingAppBatchPushData = SetDataSplitDeliveryShippingAppBatchPushData;
|
|
33
|
-
__decorate([
|
|
34
|
-
(0, class_validator_1.IsMongoId)(),
|
|
35
|
-
__metadata("design:type", String)
|
|
36
|
-
], SetDataSplitDeliveryShippingAppBatchPushData.prototype, "purchaseReceiptId", void 0);
|
|
37
|
-
__decorate([
|
|
38
|
-
(0, class_validator_1.IsMongoId)(),
|
|
39
|
-
__metadata("design:type", String)
|
|
40
|
-
], SetDataSplitDeliveryShippingAppBatchPushData.prototype, "userId", void 0);
|
|
41
|
-
__decorate([
|
|
42
|
-
(0, class_validator_1.IsString)(),
|
|
43
|
-
__metadata("design:type", String)
|
|
44
|
-
], SetDataSplitDeliveryShippingAppBatchPushData.prototype, "itemName", void 0);
|
|
45
|
-
__decorate([
|
|
46
|
-
(0, class_validator_1.IsBoolean)(),
|
|
47
|
-
__metadata("design:type", Boolean)
|
|
48
|
-
], SetDataSplitDeliveryShippingAppBatchPushData.prototype, "isAbroadShipping", void 0);
|
|
49
|
-
__decorate([
|
|
50
|
-
(0, class_validator_1.IsObject)(),
|
|
51
|
-
(0, class_validator_1.ValidateNested)({}),
|
|
52
|
-
(0, class_transformer_1.Type)(() => SplitDeliveryShippingActivityData),
|
|
53
|
-
__metadata("design:type", SplitDeliveryShippingActivityData)
|
|
54
|
-
], SetDataSplitDeliveryShippingAppBatchPushData.prototype, "activityData", void 0);
|
|
55
|
-
__decorate([
|
|
56
|
-
(0, class_validator_1.IsOptional)(),
|
|
57
|
-
(0, class_validator_1.IsMongoId)(),
|
|
58
|
-
__metadata("design:type", String)
|
|
59
|
-
], SetDataSplitDeliveryShippingAppBatchPushData.prototype, "PInfoId", void 0);
|
|
60
|
-
class SetDataSplitDeliveryShippingAppBatchPushPayload {
|
|
61
|
-
}
|
|
62
|
-
exports.SetDataSplitDeliveryShippingAppBatchPushPayload = SetDataSplitDeliveryShippingAppBatchPushPayload;
|
|
63
|
-
__decorate([
|
|
64
|
-
(0, class_validator_1.IsObject)(),
|
|
65
|
-
(0, class_validator_1.ValidateNested)({}),
|
|
66
|
-
(0, class_transformer_1.Type)(() => SetDataSplitDeliveryShippingAppBatchPushData),
|
|
67
|
-
__metadata("design:type", SetDataSplitDeliveryShippingAppBatchPushData)
|
|
68
|
-
], SetDataSplitDeliveryShippingAppBatchPushPayload.prototype, "data", void 0);
|
|
69
|
-
__decorate([
|
|
70
|
-
(0, class_validator_1.IsNumber)(),
|
|
71
|
-
__metadata("design:type", Number)
|
|
72
|
-
], SetDataSplitDeliveryShippingAppBatchPushPayload.prototype, "ttl", void 0);
|