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 +2 -0
- package/dist/method.d.ts +2 -0
- package/package.json +1 -1
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 고객명 */
|