@yolo-croket-dev/amqp-access 0.7.79 → 0.7.80-sj

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.
@@ -105,7 +105,7 @@ export type DeliveryListItemForAdmin = {
105
105
  isAbroadDirectInput?: boolean;
106
106
  abroadRegDate?: Date;
107
107
  };
108
- isSplitDelivery: boolean;
108
+ isSplitDelivery?: boolean;
109
109
  splitDeliveryDataList?: SplitDeliveryDataItemForAdmin[];
110
110
  remainingShipQuantity?: number;
111
111
  receiverName?: string;
@@ -28,7 +28,7 @@ export interface RegisterSplitInvoiceBulkErrorData {
28
28
  publicId: string;
29
29
  SCompany: string;
30
30
  invoice: string;
31
- errorReason: string;
31
+ message: string;
32
32
  }
33
33
  /** Result 인터페이스 */
34
34
  export interface RegisterSplitInvoiceBulkResult {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.7.79",
3
+ "version": "0.7.80-sj",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",