@yolo-croket-dev/amqp-access 0.7.46 → 0.7.47-jun.0
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/order-server/dto/purchasedinfos/query/atlas/get-item-sale-infos-for-sales-team-by-atlas.dto.d.ts +20 -5
- package/package.json +1 -1
- package/payment-service/dto/ad-center-settle/query/get-ad-center-settles-for-google-sheet.dto.d.ts +1 -1
- package/store-item-server/dto/index.d.ts +1 -0
- package/store-item-server/dto/index.js +1 -0
- package/store-item-server/dto/reservation-store-item/command/convert-to-reservation-item.dto.d.ts +12 -0
- package/store-item-server/dto/reservation-store-item/command/convert-to-reservation-item.dto.js +54 -0
- package/store-item-server/dto/reservation-store-item/command/index.d.ts +1 -0
- package/store-item-server/dto/reservation-store-item/command/index.js +17 -0
- package/store-item-server/dto/reservation-store-item/index.d.ts +1 -0
- package/store-item-server/dto/reservation-store-item/index.js +17 -0
- package/.claude/settings.local.json +0 -7
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { PurchasedInfoEntity } from '@yolo-croket-dev/entity-v2/purchased-info/purchased-info.entity';
|
|
2
|
-
import { AttributionHistoryEntity } from '@yolo-croket-dev/entity-v2/attribution-history/attribution-history.entity';
|
|
3
2
|
import { StoreEntity } from '@yolo-croket-dev/entity/src/store';
|
|
4
3
|
import { StoreItem } from '@yolo-croket-dev/entity/src/store-item';
|
|
5
4
|
import { UserEntity } from '@yolo-croket-dev/entity-v2/user/user.entity';
|
|
@@ -17,13 +16,29 @@ export declare class GetItemSaleInfosForSalesTeamByAtlasResult {
|
|
|
17
16
|
datas: SearchedPurchasedInfoForSaleInfo[];
|
|
18
17
|
}
|
|
19
18
|
export type SearchedStoreForSaleInfo = Pick<StoreEntity, '_id' | 'storeTitle' | 'adminId'>;
|
|
20
|
-
export type SearchedItemInfoForSaleInfo = Pick<StoreItem, '_id' | 'bookNums' | 'itemName'
|
|
19
|
+
export type SearchedItemInfoForSaleInfo = Pick<StoreItem, '_id' | 'bookNums' | 'itemName'>;
|
|
21
20
|
export type SearchedSellerInfoForSaleInfo = Pick<UserEntity, '_id' | 'username'>;
|
|
22
|
-
export type
|
|
23
|
-
export type SearchedPurchasedInfoForSaleInfo = Pick<PurchasedInfoEntity, '_id' | 'process' | 'itemId' | 'sellerId' | 'paidPrice' | 'pastName' | 'totalPrice' | 'paymentDate' | 'couponInfo' | 'usedCredit' | 'pOptionInfo' | 'proceedsInfo' | 'inflowInfo'> & {
|
|
21
|
+
export type SearchedPurchasedInfoForSaleInfo = Pick<PurchasedInfoEntity, '_id' | 'process' | 'itemId' | 'sellerId' | 'paidPrice' | 'pastName' | 'totalPrice' | 'paymentDate' | 'couponInfo' | 'usedCredit' | 'pOptionInfo' | 'proceedsInfo'> & {
|
|
24
22
|
searchedItemInfo: SearchedItemInfoForSaleInfo;
|
|
25
23
|
searchedSellerInfo: SearchedSellerInfoForSaleInfo;
|
|
26
24
|
searchedStoreInfo: SearchedStoreForSaleInfo;
|
|
27
|
-
searchedAttributionHistory?: SearchedAttributionHistoryForSaleInfo;
|
|
28
25
|
paginationToken: string;
|
|
26
|
+
/** @description yg_type (유입 타입) */
|
|
27
|
+
yg_type?: string;
|
|
28
|
+
/** @description yg_method (유입 방식) */
|
|
29
|
+
yg_method?: string;
|
|
30
|
+
/** @description Last_source (마지막 외부 유입 소스) */
|
|
31
|
+
lastSource?: string;
|
|
32
|
+
/** @description Last_medium (마지막 외부 유입 매체) */
|
|
33
|
+
lastMedium?: string;
|
|
34
|
+
/** @description Last_campaign (마지막 외부 유입 캠페인) */
|
|
35
|
+
lastCampaign?: string;
|
|
36
|
+
/** @description 메인 카테고리 */
|
|
37
|
+
mainCategory?: string;
|
|
38
|
+
/** @description 서브 카테고리 */
|
|
39
|
+
subCategory?: string;
|
|
40
|
+
/** @description 브랜드명 */
|
|
41
|
+
brandName?: string;
|
|
42
|
+
/** @description 영문 브랜드명 */
|
|
43
|
+
engBrandName?: string;
|
|
29
44
|
};
|
package/package.json
CHANGED
package/payment-service/dto/ad-center-settle/query/get-ad-center-settles-for-google-sheet.dto.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AdCenterSettle } from '@yolo-croket-dev/entity/src/ad-center-settle/ad-center-settle.schema';
|
|
2
2
|
import { BusinessInfo } from '@yolo-croket-dev/entity/src/store';
|
|
3
|
-
declare const AdCenterSettleForGoogleSheet_base: import("@nestjs/common").Type<Pick<AdCenterSettle, "_id" | "sellerId" | "couponInfo" | "publicId" | "pastStoreInfo" | "
|
|
3
|
+
declare const AdCenterSettleForGoogleSheet_base: import("@nestjs/common").Type<Pick<AdCenterSettle, "_id" | "sellerId" | "couponInfo" | "publicId" | "pastStoreInfo" | "expectedSettleDateString" | "adType" | "adCenterStartDateString" | "adCenterEndDateString" | "actualSettleDateString" | "PInfoId" | "transactionInfo" | "subtractionSettleAmountInfo" | "bizMemo" | "financeMemo" | "settlementManagerInfo" | "googleSheetInfo">>;
|
|
4
4
|
/** 구글 시트용 광고센터정산 데이터 */
|
|
5
5
|
export declare class AdCenterSettleForGoogleSheet extends AdCenterSettleForGoogleSheet_base {
|
|
6
6
|
storeInfo: {
|
|
@@ -31,3 +31,4 @@ __exportStar(require("./summer-black-friday.modules"), exports);
|
|
|
31
31
|
__exportStar(require("./story.modules"), exports);
|
|
32
32
|
__exportStar(require("./store-item-naver-feed"), exports);
|
|
33
33
|
__exportStar(require("./buyma-item"), exports);
|
|
34
|
+
__exportStar(require("./reservation-store-item"), exports);
|
package/store-item-server/dto/reservation-store-item/command/convert-to-reservation-item.dto.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ReservationStockModeEnum } from '@yolo-croket-dev/entity/src/store-item';
|
|
2
|
+
export declare class ConvertToReservationItemPayload {
|
|
3
|
+
itemId: string;
|
|
4
|
+
reservationStartDate: string;
|
|
5
|
+
reservationEndDate: string;
|
|
6
|
+
stockSecuringStartDate: string;
|
|
7
|
+
stockSecuringEndDate: string;
|
|
8
|
+
shippingStartDate: string;
|
|
9
|
+
shippingEndDate: string;
|
|
10
|
+
stockMode: ReservationStockModeEnum;
|
|
11
|
+
totalQuantity?: number;
|
|
12
|
+
}
|
package/store-item-server/dto/reservation-store-item/command/convert-to-reservation-item.dto.js
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
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.ConvertToReservationItemPayload = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const store_item_1 = require("@yolo-croket-dev/entity/src/store-item");
|
|
15
|
+
class ConvertToReservationItemPayload {
|
|
16
|
+
}
|
|
17
|
+
exports.ConvertToReservationItemPayload = ConvertToReservationItemPayload;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, class_validator_1.IsString)(),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], ConvertToReservationItemPayload.prototype, "itemId", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, class_validator_1.IsString)(),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], ConvertToReservationItemPayload.prototype, "reservationStartDate", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, class_validator_1.IsString)(),
|
|
28
|
+
__metadata("design:type", String)
|
|
29
|
+
], ConvertToReservationItemPayload.prototype, "reservationEndDate", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, class_validator_1.IsString)(),
|
|
32
|
+
__metadata("design:type", String)
|
|
33
|
+
], ConvertToReservationItemPayload.prototype, "stockSecuringStartDate", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
(0, class_validator_1.IsString)(),
|
|
36
|
+
__metadata("design:type", String)
|
|
37
|
+
], ConvertToReservationItemPayload.prototype, "stockSecuringEndDate", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
(0, class_validator_1.IsString)(),
|
|
40
|
+
__metadata("design:type", String)
|
|
41
|
+
], ConvertToReservationItemPayload.prototype, "shippingStartDate", void 0);
|
|
42
|
+
__decorate([
|
|
43
|
+
(0, class_validator_1.IsString)(),
|
|
44
|
+
__metadata("design:type", String)
|
|
45
|
+
], ConvertToReservationItemPayload.prototype, "shippingEndDate", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
(0, class_validator_1.IsEnum)(store_item_1.ReservationStockModeEnum),
|
|
48
|
+
__metadata("design:type", String)
|
|
49
|
+
], ConvertToReservationItemPayload.prototype, "stockMode", void 0);
|
|
50
|
+
__decorate([
|
|
51
|
+
(0, class_validator_1.IsOptional)(),
|
|
52
|
+
(0, class_validator_1.IsNumber)(),
|
|
53
|
+
__metadata("design:type", Number)
|
|
54
|
+
], ConvertToReservationItemPayload.prototype, "totalQuantity", void 0);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './convert-to-reservation-item.dto';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./convert-to-reservation-item.dto"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './command';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./command"), exports);
|