@carsayo/types 1.1.891727 → 1.1.891728

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.
@@ -5,11 +5,9 @@ export interface InitIdentityDTO {
5
5
  export interface VerifyDTO {
6
6
  identity_id: string;
7
7
  }
8
- export interface VerifyTokenPhoneNumberDTO {
9
- identityVerifyToken: string;
10
- /** 같은 전화번호가 있으면 실패합니다 */
11
- phoneNumber: string;
12
- }
13
8
  export interface VerifyResponseDTO {
9
+ /** 본인인증 토큰 */
14
10
  identityVerifyToken: string;
11
+ /** 본인인증한 전화번호 */
12
+ phoneNumber: string;
15
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.891727",
3
+ "version": "1.1.891728",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",