import { AxiosResponse } from 'axios'; import { BodyDeleteGroupPlacement, BodyPostItemDetailGroupPlacement, BodyPutItemDetailGroupPlacementGroupCapacity, BodyPutItemStockBulkUpdateDate, BodyPutStockDetail, GetItemDetailAllStockOptionsParams, GetItemDetailAllStockParams, GetItemDetailGroupPlacementOptionsParams, GetItemDetailGroupPlacementParams, GetItemDetailStockOpnameOptionsParams, GetItemDetailUnplacedStockOptionsParams, GetItemDetailUnplacedStockParams, GetItemInitialStockOptionsQueryParams, GetItemInitialStockQueryParams, GetItemListQueryParams, GetItemOptionsQueryParams, GetItemStockListOptionsParams, GetItemStockListParams, GetItemUnplacedStockOptionsQueryParams, GetItemUnplacedStockQueryParams, GetStockDetailChangeLogOptionsQueryParams, GetStockInformationAdminGroupStockCardOptionsParams, GetStockInformationAdminGroupStockCardParams, GetStockInformationCurrentStockOptionsParams, GetStockInformationCurrentStockParams, GetStockInformationGroupStockCardOptionsParams, GetStockInformationGroupStockCardParams, GetStockInformationInboundOptionsParams, GetStockInformationInboundParams, GetStockInformationOutboundOptionsParams, GetStockInformationOutboundParams, GetStockPlacementDetailParams, GetUnplacedStockListQueryParams, GetUnplacedStockOptionsParams, PatchItemDetailAllStockEditExpiredDateBody, PatchItemDetailAllStockEditProductionDateBody, PatchItemDetailAllStockEditReceptionDateBody } from '../dto/itemService.dto'; import { FetchDetailResponse, FetchListResponse, FetchResponse, QueryParams, ShortFetchListResponse } from '../types/fetchResponse.type'; import { GetInitialStockOptionsResponse, GetItemDetailCustomFieldResponse, GetItemDetailGeneralInfoResponse, GetItemDetailGroupPlacementOptionsResponse, GetItemDetailGroupPlacementResponse, GetItemDetailStockOpnameOptionsResponse, GetItemDetailStockOpnameResponse, GetItemDetailUnplacedStockOptionsResponse, GetItemDetailUnplacedStockResponse, GetItemOptionsResponse, GetItemStockOptionsResponse, GetStockDetailChangeLogOptionsResponse, GetStockDetailChangeLogResponse, GetStockDetailCustomFieldResponse, GetStockDetailGeneralInfoResponse, GetStockDetailStockOpnameResponse, GetStockInformationAdminGroupStockCardOptionsResponse, GetStockInformationAdminGroupStockCardResponse, GetStockInformationCurrentStockOptionsResponse, GetStockInformationCurrentStockResponse, GetStockInformationGeneralInfoResponse, GetStockInformationGroupStockCardOptionsResponse, GetStockInformationGroupStockCardResponse, GetStockInformationInboundOptionsResponse, GetStockInformationInboundResponse, GetStockInformationOutboundOptionsResponse, GetStockInformationOutboundResponse, GetUnplacedStockOptionsResponse, ItemDetailAllStock, ItemDetailAllStockOptions, ItemInitialStockListResponse, ItemStockListResponse, ItemStockPlacementDetailResponse, ItemUnit, ItemUnplacedStockListResponse, PostBodyInitialStock, PostBodyUnplacedStock, PutStockDetailCustomFieldBody, PutStockDetailGeneralInfoBody, UnplacedStockListResponse } from '../types/itemService.type'; declare const ItemService: { getItemList: (params: GetItemListQueryParams) => Promise>>; getItemOptions: (params: GetItemOptionsQueryParams) => Promise>>; getItemUnplacedStockList: (params: GetItemUnplacedStockQueryParams) => Promise>>; getUnplacedStockList: (params: GetUnplacedStockListQueryParams) => Promise>>; getStockPlacementDetail: (skuId: string, params?: GetStockPlacementDetailParams) => Promise>>; getItemUnplacedStockOptions: (params: GetItemUnplacedStockOptionsQueryParams) => Promise>>; getUnplacedStockOptions: (params: GetUnplacedStockOptionsParams) => Promise>>; getItemInitialStockList: (params: GetItemInitialStockQueryParams) => Promise>>; getItemInitialStockOptions: (params: GetItemInitialStockOptionsQueryParams) => Promise>>; getItemStockList: (params: GetItemStockListParams, skuId: string) => Promise>>; getItemStockOptions: (params: GetItemStockListOptionsParams, skuId: string) => Promise>>; getItemDetailGeneralInfo: (skuId: string) => Promise>>; getItemDetailCustomField: (skuId: string) => Promise>>; getItemDetailAllStock: (params: GetItemDetailAllStockParams, skudId: string) => Promise>>; getItemDetailAllStockOptions: (params: GetItemDetailAllStockOptionsParams, skuId: string) => Promise>>; getItemDetailGroupPlacement: (params: GetItemDetailGroupPlacementParams, skuId: string) => Promise>>; getItemDetailUnplacedStock: (params: GetItemDetailUnplacedStockParams, skuId: string) => Promise>>; getItemDetailStockOpname: (params: QueryParams, skuId: string) => Promise>>; getItemDetailGroupPlacementOptions: (params: GetItemDetailGroupPlacementOptionsParams, skuId: string) => Promise>>; getItemDetailUnplacedStockOptions: (params: GetItemDetailUnplacedStockOptionsParams, skuId: string) => Promise>>; getItemDetailStockOpnameOptions: (params: GetItemDetailStockOpnameOptionsParams, skuId: string) => Promise>>; patchItemDetailAllStockProductionDate: (body: PatchItemDetailAllStockEditProductionDateBody) => Promise>; patchItemDetailAllStockReceptionDate: (body: PatchItemDetailAllStockEditReceptionDateBody) => Promise>; patchItemDetailAllStockExpiredDate: (body: PatchItemDetailAllStockEditExpiredDateBody) => Promise>; getStockInformationGeneralInfo: (skuId: string, groupId: string) => Promise>>; getStockInformationCurrentStock: (skuId: string, groupId: string, params: GetStockInformationCurrentStockParams) => Promise>>; getStockInformationCurrentStockOptions: (params: GetStockInformationCurrentStockOptionsParams, skuId: string, groupId: string) => Promise>>; getStockInformationGroupStockCard: (skuId: string, groupId: string, params: GetStockInformationGroupStockCardParams) => Promise>>; getStockInformationGroupStockCardOptions: (params: GetStockInformationGroupStockCardOptionsParams, skuId: string, groupId: string) => Promise>>; getStockInformationAdminGroupStockCard: (skuId: string, groupId: string, params: GetStockInformationAdminGroupStockCardParams) => Promise>>; getStockInformationAdminGroupStockCardOptions: (params: GetStockInformationAdminGroupStockCardOptionsParams, skuId: string, groupId: string) => Promise>>; getStockInformationInbound: (skuId: string, groupId: string, params: GetStockInformationInboundParams) => Promise>>; getStockInformationInboundOptions: (params: GetStockInformationInboundOptionsParams, skuId: string, groupId: string) => Promise>>; getStockInformationOutbound: (skuId: string, groupId: string, params: GetStockInformationOutboundParams) => Promise>>; getStockInformationOutboundOptions: (params: GetStockInformationOutboundOptionsParams, skuId: string, groupId: string) => Promise>>; putItemDetailGroupPlacementGroupCapacity: (skuId: string, body: BodyPutItemDetailGroupPlacementGroupCapacity) => Promise; putItemStockBulkUpdateDate: (skuId: string, body: BodyPutItemStockBulkUpdateDate) => Promise; putStockDetail: (stockId: string, body: BodyPutStockDetail) => Promise; postUnplacedStock: (body: PostBodyUnplacedStock) => Promise; postInitialStock: (body: PostBodyInitialStock) => Promise; postItemDetailGroupPlacement: (skuId: string, body: BodyPostItemDetailGroupPlacement) => Promise; deleteGroupPlacement: (skuId: string, body: BodyDeleteGroupPlacement) => Promise; getStockDetailGeneralInfo: (stockId: string) => Promise>>; getStockDetailStockOpname: (stockId: string, params: QueryParams) => Promise>>; getStockDetailChangeLog: (stockId: string, params: QueryParams) => Promise>>; getStockDetailChangeLogOptions: (stockId: string, params: GetStockDetailChangeLogOptionsQueryParams) => Promise>>; getStockDetailCustomField: (stockId: string) => Promise>>; putStockDetailGeneralInfo: (stockId: string, body: PutStockDetailGeneralInfoBody) => Promise; putStockDetailCustomField: (stockId: string, fieldId: string, body: PutStockDetailCustomFieldBody) => Promise; }; export default ItemService;