@yolo-croket-dev/amqp-access 0.7.222 → 0.7.223
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.
|
@@ -9,6 +9,8 @@ export declare class UpdateCrawlerProxyOrderInfoForAdminPayload {
|
|
|
9
9
|
/** 배대지 상태 */
|
|
10
10
|
forwardingStatus?: CrawlerProxyForwardingStatusEnum;
|
|
11
11
|
forwardingAgentId?: string;
|
|
12
|
+
/** 배대지 신청 번호. null 또는 빈 문자열이면 기존 값을 초기화한다. */
|
|
13
|
+
forwardingApplicationNumber?: string | null;
|
|
12
14
|
/** 판매처 사입 주문번호 */
|
|
13
15
|
purchaseOrderNumber?: string;
|
|
14
16
|
/** 판매처에서 배대지까지의 사입 택배사 */
|
|
@@ -39,6 +39,12 @@ __decorate([
|
|
|
39
39
|
(0, class_validator_1.IsOptional)(),
|
|
40
40
|
__metadata("design:type", String)
|
|
41
41
|
], UpdateCrawlerProxyOrderInfoForAdminPayload.prototype, "forwardingAgentId", void 0);
|
|
42
|
+
__decorate([
|
|
43
|
+
(0, class_validator_1.IsString)(),
|
|
44
|
+
(0, class_validator_1.MaxLength)(100),
|
|
45
|
+
(0, class_validator_1.IsOptional)(),
|
|
46
|
+
__metadata("design:type", Object)
|
|
47
|
+
], UpdateCrawlerProxyOrderInfoForAdminPayload.prototype, "forwardingApplicationNumber", void 0);
|
|
42
48
|
__decorate([
|
|
43
49
|
(0, class_validator_1.IsString)(),
|
|
44
50
|
(0, class_validator_1.MaxLength)(100),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yolo-croket-dev/amqp-access",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.223",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"author": "Yolo Co., Ltd.",
|
|
6
6
|
"description": "크로켓 amqp-access npm",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@yolo-croket-dev/domain": "0.2.38",
|
|
23
23
|
"@yolo-croket-dev/dto-v2": "0.2.22",
|
|
24
24
|
"@yolo-croket-dev/entity": "0.2.90",
|
|
25
|
-
"@yolo-croket-dev/entity-v2": "0.3.
|
|
25
|
+
"@yolo-croket-dev/entity-v2": "0.3.3",
|
|
26
26
|
"class-transformer": "^0.5.1",
|
|
27
27
|
"class-validator": "^0.13.2",
|
|
28
28
|
"dotenv": "^16.3.1"
|