@yolo-croket-dev/amqp-access 0.7.181 → 0.7.182

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.
@@ -15,5 +15,5 @@ export declare class SearchPurchaseReceiptDetailResult implements Pick<PurchaseR
15
15
  purchaseReceiptRefundPriceInfo?: PurchaseReceiptRefundPriceInfo;
16
16
  customStoreShippingInfos: CustomStoreShippingInfo[];
17
17
  isPcccDeferred?: boolean;
18
- isRequiredPCCC: boolean;
18
+ isRequiredPCCC?: boolean;
19
19
  }
@@ -16,5 +16,5 @@ export declare class SearchPurchaseReceiptReceiveInfoResult implements Pick<Purc
16
16
  buyerEngFirstName?: string;
17
17
  buyerEngLastName?: string;
18
18
  isPcccDeferred?: boolean;
19
- isRequiredPCCC: boolean;
19
+ isRequiredPCCC?: boolean;
20
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.7.181",
3
+ "version": "0.7.182",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",