@yolo-croket-dev/amqp-access 0.7.54-jun.0 → 0.7.54-jun.1
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/package.json
CHANGED
|
@@ -42,7 +42,7 @@ export interface StoreItemReservationForAdminDetail {
|
|
|
42
42
|
shippingPeriod: ReservationPeriod;
|
|
43
43
|
stockModeInfo: ReservationStockModeInfo;
|
|
44
44
|
reservationStatus: ReservationStatusEnum;
|
|
45
|
-
reservationStatsInfo
|
|
45
|
+
reservationStatsInfo?: StoreItemReservationStatsInfo;
|
|
46
46
|
}
|
|
47
47
|
/** @description 관리자용 예약 상품 상세 조회 Result */
|
|
48
48
|
export declare class GetReservationItemDetailForAdminResult {
|
package/store-item-server/dto/reservation-store-item/query/get-reservation-items-for-admin.dto.d.ts
CHANGED
|
@@ -30,7 +30,7 @@ export interface GetReservationItemsForAdminListItem {
|
|
|
30
30
|
stockSecuringPeriod: ReservationPeriod;
|
|
31
31
|
shippingPeriod: ReservationPeriod;
|
|
32
32
|
stockModeInfo: ReservationStockModeInfo;
|
|
33
|
-
reservationStatsInfo
|
|
33
|
+
reservationStatsInfo?: StoreItemReservationStatsInfo;
|
|
34
34
|
}
|
|
35
35
|
export declare class GetReservationItemsForAdminResult {
|
|
36
36
|
list: GetReservationItemsForAdminListItem[];
|