@carsayo/types 1.1.765 → 1.1.766

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.
@@ -258,6 +258,8 @@ export interface Admin_SearchDealerDTO {
258
258
  additionalInfo?: SearchMemberListAdditionalInfoDTO;
259
259
  }
260
260
  export interface SearchMemberListKeywordDTO_V3 {
261
+ /** 닉네임 검색시 값 입력 */
262
+ name_nick?: string;
261
263
  /** 이름 검색시 값 입력 */
262
264
  name_real?: string;
263
265
  /** 카매니저 소속사 검색시 값 입력 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.765",
3
+ "version": "1.1.766",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",