@yolo-croket-dev/amqp-access 0.0.202-jun.0 → 0.0.202-jun.1
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.
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { PurchasedInfoEntity } from '@yolo-croket-dev/entity-v2/purchased-info/purchased-info.entity';
|
|
2
2
|
import { StoreItem } from '@yolo-croket-dev/entity/src/store-item';
|
|
3
3
|
import { UserEntity } from '@yolo-croket-dev/entity-v2/user/user.entity';
|
|
4
|
-
export declare class
|
|
4
|
+
export declare class GetItemSaleInfosForSalesTeamByAtlasPayload {
|
|
5
5
|
itemIds: string[];
|
|
6
6
|
selectPInfoProcessList: string[];
|
|
7
7
|
paymentSDate?: string;
|
|
8
8
|
paymentEDate?: string;
|
|
9
9
|
}
|
|
10
|
-
export declare class
|
|
10
|
+
export declare class GetItemSaleInfosForSalesTeamByAtlasResult {
|
|
11
11
|
allCount: number;
|
|
12
12
|
datas: SearchedPurchasedInfoForSaleInfo[];
|
|
13
13
|
}
|
|
@@ -9,31 +9,31 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.
|
|
12
|
+
exports.GetItemSaleInfosForSalesTeamByAtlasResult = exports.GetItemSaleInfosForSalesTeamByAtlasPayload = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
|
-
class
|
|
14
|
+
class GetItemSaleInfosForSalesTeamByAtlasPayload {
|
|
15
15
|
}
|
|
16
|
-
exports.
|
|
16
|
+
exports.GetItemSaleInfosForSalesTeamByAtlasPayload = GetItemSaleInfosForSalesTeamByAtlasPayload;
|
|
17
17
|
__decorate([
|
|
18
18
|
(0, class_validator_1.IsMongoId)({ each: true }),
|
|
19
19
|
(0, class_validator_1.IsArray)(),
|
|
20
20
|
__metadata("design:type", Array)
|
|
21
|
-
],
|
|
21
|
+
], GetItemSaleInfosForSalesTeamByAtlasPayload.prototype, "itemIds", void 0);
|
|
22
22
|
__decorate([
|
|
23
23
|
(0, class_validator_1.IsString)({ each: true }),
|
|
24
24
|
(0, class_validator_1.IsArray)(),
|
|
25
25
|
__metadata("design:type", Array)
|
|
26
|
-
],
|
|
26
|
+
], GetItemSaleInfosForSalesTeamByAtlasPayload.prototype, "selectPInfoProcessList", void 0);
|
|
27
27
|
__decorate([
|
|
28
28
|
(0, class_validator_1.IsDateString)(),
|
|
29
29
|
(0, class_validator_1.IsOptional)(),
|
|
30
30
|
__metadata("design:type", String)
|
|
31
|
-
],
|
|
31
|
+
], GetItemSaleInfosForSalesTeamByAtlasPayload.prototype, "paymentSDate", void 0);
|
|
32
32
|
__decorate([
|
|
33
33
|
(0, class_validator_1.IsDateString)(),
|
|
34
34
|
(0, class_validator_1.IsOptional)(),
|
|
35
35
|
__metadata("design:type", String)
|
|
36
|
-
],
|
|
37
|
-
class
|
|
36
|
+
], GetItemSaleInfosForSalesTeamByAtlasPayload.prototype, "paymentEDate", void 0);
|
|
37
|
+
class GetItemSaleInfosForSalesTeamByAtlasResult {
|
|
38
38
|
}
|
|
39
|
-
exports.
|
|
39
|
+
exports.GetItemSaleInfosForSalesTeamByAtlasResult = GetItemSaleInfosForSalesTeamByAtlasResult;
|