sales-frontend-api 0.0.176 → 0.0.177

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/dist/method.d.cts CHANGED
@@ -724,6 +724,8 @@ interface CustomerDto {
724
724
  birthDate?: string;
725
725
  /** @description 성별코드 */
726
726
  genderCode?: GenderCode;
727
+ /** @description 정보조회동의여부 */
728
+ informationInquiryAgreementYn?: string;
727
729
  }
728
730
  interface CustomerListRequestDto {
729
731
  /** @description 고객명 */
package/dist/method.d.ts CHANGED
@@ -724,6 +724,8 @@ interface CustomerDto {
724
724
  birthDate?: string;
725
725
  /** @description 성별코드 */
726
726
  genderCode?: GenderCode;
727
+ /** @description 정보조회동의여부 */
728
+ informationInquiryAgreementYn?: string;
727
729
  }
728
730
  interface CustomerListRequestDto {
729
731
  /** @description 고객명 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sales-frontend-api",
3
- "version": "0.0.176",
3
+ "version": "0.0.177",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/client.js",