sales-frontend-api 0.0.113 → 0.0.115
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 +7 -4
- package/dist/method.d.ts +7 -4
- package/package.json +6 -6
package/dist/method.d.cts
CHANGED
|
@@ -926,8 +926,7 @@ interface RemoteIdentityVerificationSystemTokenResponseDto {
|
|
|
926
926
|
/**
|
|
927
927
|
* 비대면 인증 시스템 토큰 발급 응답 DTO
|
|
928
928
|
*/
|
|
929
|
-
|
|
930
|
-
}
|
|
929
|
+
type DspResponseRemoteIdentityVerificationSystemTokenResponseDto = DspResponse<RemoteIdentityVerificationSystemTokenResponseDto>;
|
|
931
930
|
/**
|
|
932
931
|
* 비대면 인증 시스템 신분증 진위확인 요청 DTO
|
|
933
932
|
*/
|
|
@@ -938,9 +937,13 @@ interface RemoteIdentityVerificationSystemIdentificationCardRequestDto {
|
|
|
938
937
|
* @maxLength 20
|
|
939
938
|
*/
|
|
940
939
|
rivsRequestId: string;
|
|
940
|
+
/**
|
|
941
|
+
* @description 증권번호
|
|
942
|
+
* @example "222222222"
|
|
943
|
+
*/
|
|
944
|
+
policyNumber: string;
|
|
941
945
|
}
|
|
942
|
-
|
|
943
|
-
}
|
|
946
|
+
type DspResponseRemoteIdentityVerificationSystemIdentificationCardResponseDto = DspResponse<RemoteIdentityVerificationSystemIdentificationCardResponseDto>;
|
|
944
947
|
/**
|
|
945
948
|
* 비대면 인증 시스템 신분증 진위 확인 응답 DTO
|
|
946
949
|
*/
|
package/dist/method.d.ts
CHANGED
|
@@ -926,8 +926,7 @@ interface RemoteIdentityVerificationSystemTokenResponseDto {
|
|
|
926
926
|
/**
|
|
927
927
|
* 비대면 인증 시스템 토큰 발급 응답 DTO
|
|
928
928
|
*/
|
|
929
|
-
|
|
930
|
-
}
|
|
929
|
+
type DspResponseRemoteIdentityVerificationSystemTokenResponseDto = DspResponse<RemoteIdentityVerificationSystemTokenResponseDto>;
|
|
931
930
|
/**
|
|
932
931
|
* 비대면 인증 시스템 신분증 진위확인 요청 DTO
|
|
933
932
|
*/
|
|
@@ -938,9 +937,13 @@ interface RemoteIdentityVerificationSystemIdentificationCardRequestDto {
|
|
|
938
937
|
* @maxLength 20
|
|
939
938
|
*/
|
|
940
939
|
rivsRequestId: string;
|
|
940
|
+
/**
|
|
941
|
+
* @description 증권번호
|
|
942
|
+
* @example "222222222"
|
|
943
|
+
*/
|
|
944
|
+
policyNumber: string;
|
|
941
945
|
}
|
|
942
|
-
|
|
943
|
-
}
|
|
946
|
+
type DspResponseRemoteIdentityVerificationSystemIdentificationCardResponseDto = DspResponse<RemoteIdentityVerificationSystemIdentificationCardResponseDto>;
|
|
944
947
|
/**
|
|
945
948
|
* 비대면 인증 시스템 신분증 진위 확인 응답 DTO
|
|
946
949
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sales-frontend-api",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.115",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/client.js",
|
|
@@ -58,12 +58,12 @@
|
|
|
58
58
|
"tsup": "^8.4.0",
|
|
59
59
|
"typescript": "5.8.2",
|
|
60
60
|
"@tanstack/react-query": "^5.81.2",
|
|
61
|
+
"sales-frontend-design-system": "0.0.103",
|
|
62
|
+
"sales-frontend-bridge": "0.0.78",
|
|
61
63
|
"eslint-config-sales-frontend-eslint-config-v8": "^0.0.7",
|
|
62
|
-
"sales-frontend-bridge": "0.0.77",
|
|
63
|
-
"sales-frontend-design-system": "0.0.101",
|
|
64
64
|
"sales-frontend-stores": "0.0.8",
|
|
65
|
-
"sales-frontend-
|
|
66
|
-
"sales-frontend-
|
|
65
|
+
"sales-frontend-typescript-config": "0.0.2",
|
|
66
|
+
"sales-frontend-utils": "0.0.38"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"axios": "^1.10.0",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
74
|
"@tanstack/react-query": ">=5.0.0",
|
|
75
|
-
"sales-frontend-bridge": "0.0.
|
|
75
|
+
"sales-frontend-bridge": "0.0.78",
|
|
76
76
|
"sales-frontend-stores": "0.0.8"
|
|
77
77
|
},
|
|
78
78
|
"scripts": {
|