@yolo-croket-dev/amqp-access 0.6.80-sj4 → 0.6.80-sj5
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.
|
@@ -12,5 +12,5 @@ export declare class AmqpStoreItemExcelService {
|
|
|
12
12
|
uploadRegStoreItemBulkByExcelForAdminV3SingleOption(file: any, payload: UploadRegStoreItemBulkByExcelForAdminPayload, param: AbstractParam): Promise<UploadRegStoreItemBulkByExcelForAdminResult>;
|
|
13
13
|
makeAndUploadRegStoreItemResultByLog(payload: MakeAndUploadRegStoreItemResultByLogPayload, param: AbstractParam): Promise<void>;
|
|
14
14
|
makeAndUploadItemsForExpectGroupCreate(payload: MakeAndUploadItemsForExpectGroupCreatePayload, param: AbstractParam): Promise<MakeAndUploadItemsForExpectGroupCreateResult>;
|
|
15
|
-
|
|
15
|
+
syncMetaGoogleProductFeed(payload: unknown, param: AbstractParam): Promise<boolean>;
|
|
16
16
|
}
|
|
@@ -50,7 +50,7 @@ let AmqpStoreItemExcelService = class AmqpStoreItemExcelService {
|
|
|
50
50
|
async makeAndUploadItemsForExpectGroupCreate(payload, param) {
|
|
51
51
|
return this.amqpManager.call('상품 그룹 생성을 위한 상품 조회 및 Excel 업로드', 'store-item-excel.make-and-upload.items-for-expect-group-create', payload, param, { isErrorThrowing: true });
|
|
52
52
|
}
|
|
53
|
-
async
|
|
53
|
+
async syncMetaGoogleProductFeed(payload, param) {
|
|
54
54
|
return this.amqpManager.call('메타/구글 상품 피드 통합 동기화', 'store-item-excel.sync.product-feed', payload, param, { isErrorThrowing: true });
|
|
55
55
|
}
|
|
56
56
|
};
|