@yolo-croket-dev/amqp-access 0.5.92-jun.3 → 0.5.92-jun.4

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.
@@ -8,4 +8,5 @@ export declare class AmqpStoreItemExcelService {
8
8
  uploadRegStoreItemBulkByExcelForAdmin(file: any, payload: UploadRegStoreItemBulkByExcelForAdminPayload, param: AbstractParam): Promise<UploadRegStoreItemBulkByExcelForAdminResult>;
9
9
  syncMeta(payload: unknown, param: AbstractParam): Promise<boolean>;
10
10
  uploadRegStoreItemBulkByExcelForAdmin2(file: any, payload: UploadRegStoreItemBulkByExcelForAdminPayload, param: AbstractParam): Promise<UploadRegStoreItemBulkByExcelForAdminResult>;
11
+ uploadRegStoreItemBulkByExcelForAdminV3(file: any, payload: UploadRegStoreItemBulkByExcelForAdminPayload, param: AbstractParam): Promise<UploadRegStoreItemBulkByExcelForAdminResult>;
11
12
  }
@@ -34,6 +34,11 @@ let AmqpStoreItemExcelService = class AmqpStoreItemExcelService {
34
34
  file, payload, param) {
35
35
  return this.amqpManager.call('상품 대량 등록 엑셀 파일 업로드2', 'store-item-excel.upload.reg-store-item-bulk-by-excel-for-admin2', payload, param, { isErrorThrowing: true }, file);
36
36
  }
37
+ async uploadRegStoreItemBulkByExcelForAdminV3(
38
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
39
+ file, payload, param) {
40
+ return this.amqpManager.call('상품 대량 등록 엑셀 파일 업로드 v3', 'store-item-excel.upload.reg-store-item-bulk-by-excel-for-admin-v3', payload, param, { isErrorThrowing: true }, file);
41
+ }
37
42
  };
38
43
  exports.AmqpStoreItemExcelService = AmqpStoreItemExcelService;
39
44
  exports.AmqpStoreItemExcelService = AmqpStoreItemExcelService = __decorate([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.5.92-jun.3",
3
+ "version": "0.5.92-jun.4",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",