sales-frontend-api 0.0.87 → 0.0.89
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 +1 -40
- package/dist/method.d.ts +1 -40
- package/package.json +10 -10
package/dist/method.d.cts
CHANGED
|
@@ -894,13 +894,6 @@ declare const postLoginMethod: (userId: number) => Promise<FpLoginResponseDto>;
|
|
|
894
894
|
* 비대면 인증 시스템 토큰 발급 요청 DTO
|
|
895
895
|
*/
|
|
896
896
|
interface RemoteIdentityVerificationSystemTokenRequestDto {
|
|
897
|
-
/**
|
|
898
|
-
* 업무구분코드
|
|
899
|
-
* @required
|
|
900
|
-
* @maxLength 3
|
|
901
|
-
* @example 'DEA'
|
|
902
|
-
*/
|
|
903
|
-
businessWorkDivisionCode: string;
|
|
904
897
|
/**
|
|
905
898
|
* 고객ID
|
|
906
899
|
* @required
|
|
@@ -912,31 +905,6 @@ interface RemoteIdentityVerificationSystemTokenRequestDto {
|
|
|
912
905
|
* @maxLength 10
|
|
913
906
|
*/
|
|
914
907
|
policyNumber?: string;
|
|
915
|
-
/**
|
|
916
|
-
* 요청부서코드
|
|
917
|
-
* @maxLength 10
|
|
918
|
-
* @example '00373'
|
|
919
|
-
*/
|
|
920
|
-
requestDepartmentCode?: string;
|
|
921
|
-
/**
|
|
922
|
-
* 요청사원번호
|
|
923
|
-
* @maxLength 10
|
|
924
|
-
* @example '1484752'
|
|
925
|
-
*/
|
|
926
|
-
requestEmployeeNumber?: string;
|
|
927
|
-
/**
|
|
928
|
-
* 채널리다이렉트주소
|
|
929
|
-
* @maxLength 50
|
|
930
|
-
* @example 'https://fmw.hanwhalife.com'
|
|
931
|
-
*/
|
|
932
|
-
channelRedirectAddress?: string;
|
|
933
|
-
/**
|
|
934
|
-
* API방식ID
|
|
935
|
-
* @required
|
|
936
|
-
* @maxLength 10
|
|
937
|
-
* @example 'WEBVIEW'
|
|
938
|
-
*/
|
|
939
|
-
rivsApiMethodId: string;
|
|
940
908
|
/**
|
|
941
909
|
* 서식코드
|
|
942
910
|
* @maxLength 10
|
|
@@ -949,13 +917,6 @@ interface RemoteIdentityVerificationSystemTokenRequestDto {
|
|
|
949
917
|
* @example 'IT148' (일반) / 'IT321' (외국인등록증)
|
|
950
918
|
*/
|
|
951
919
|
rivsDocumentTypeCode?: string;
|
|
952
|
-
/**
|
|
953
|
-
* 대면비대면여부
|
|
954
|
-
* @required
|
|
955
|
-
* @maxLength 10
|
|
956
|
-
* @example '11' (비대면)
|
|
957
|
-
*/
|
|
958
|
-
faceDivisionCode: string;
|
|
959
920
|
}
|
|
960
921
|
interface RemoteIdentityVerificationSystemTokenResponseDto {
|
|
961
922
|
/** 인증토큰값 */
|
|
@@ -977,7 +938,7 @@ interface RemoteIdentityVerificationSystemIdentificationCardRequestDto {
|
|
|
977
938
|
* @required
|
|
978
939
|
* @maxLength 20
|
|
979
940
|
*/
|
|
980
|
-
|
|
941
|
+
rivsRequestId: string;
|
|
981
942
|
}
|
|
982
943
|
/**
|
|
983
944
|
* 비대면 인증 시스템 신분증 진위 확인 응답 DTO
|
package/dist/method.d.ts
CHANGED
|
@@ -894,13 +894,6 @@ declare const postLoginMethod: (userId: number) => Promise<FpLoginResponseDto>;
|
|
|
894
894
|
* 비대면 인증 시스템 토큰 발급 요청 DTO
|
|
895
895
|
*/
|
|
896
896
|
interface RemoteIdentityVerificationSystemTokenRequestDto {
|
|
897
|
-
/**
|
|
898
|
-
* 업무구분코드
|
|
899
|
-
* @required
|
|
900
|
-
* @maxLength 3
|
|
901
|
-
* @example 'DEA'
|
|
902
|
-
*/
|
|
903
|
-
businessWorkDivisionCode: string;
|
|
904
897
|
/**
|
|
905
898
|
* 고객ID
|
|
906
899
|
* @required
|
|
@@ -912,31 +905,6 @@ interface RemoteIdentityVerificationSystemTokenRequestDto {
|
|
|
912
905
|
* @maxLength 10
|
|
913
906
|
*/
|
|
914
907
|
policyNumber?: string;
|
|
915
|
-
/**
|
|
916
|
-
* 요청부서코드
|
|
917
|
-
* @maxLength 10
|
|
918
|
-
* @example '00373'
|
|
919
|
-
*/
|
|
920
|
-
requestDepartmentCode?: string;
|
|
921
|
-
/**
|
|
922
|
-
* 요청사원번호
|
|
923
|
-
* @maxLength 10
|
|
924
|
-
* @example '1484752'
|
|
925
|
-
*/
|
|
926
|
-
requestEmployeeNumber?: string;
|
|
927
|
-
/**
|
|
928
|
-
* 채널리다이렉트주소
|
|
929
|
-
* @maxLength 50
|
|
930
|
-
* @example 'https://fmw.hanwhalife.com'
|
|
931
|
-
*/
|
|
932
|
-
channelRedirectAddress?: string;
|
|
933
|
-
/**
|
|
934
|
-
* API방식ID
|
|
935
|
-
* @required
|
|
936
|
-
* @maxLength 10
|
|
937
|
-
* @example 'WEBVIEW'
|
|
938
|
-
*/
|
|
939
|
-
rivsApiMethodId: string;
|
|
940
908
|
/**
|
|
941
909
|
* 서식코드
|
|
942
910
|
* @maxLength 10
|
|
@@ -949,13 +917,6 @@ interface RemoteIdentityVerificationSystemTokenRequestDto {
|
|
|
949
917
|
* @example 'IT148' (일반) / 'IT321' (외국인등록증)
|
|
950
918
|
*/
|
|
951
919
|
rivsDocumentTypeCode?: string;
|
|
952
|
-
/**
|
|
953
|
-
* 대면비대면여부
|
|
954
|
-
* @required
|
|
955
|
-
* @maxLength 10
|
|
956
|
-
* @example '11' (비대면)
|
|
957
|
-
*/
|
|
958
|
-
faceDivisionCode: string;
|
|
959
920
|
}
|
|
960
921
|
interface RemoteIdentityVerificationSystemTokenResponseDto {
|
|
961
922
|
/** 인증토큰값 */
|
|
@@ -977,7 +938,7 @@ interface RemoteIdentityVerificationSystemIdentificationCardRequestDto {
|
|
|
977
938
|
* @required
|
|
978
939
|
* @maxLength 20
|
|
979
940
|
*/
|
|
980
|
-
|
|
941
|
+
rivsRequestId: string;
|
|
981
942
|
}
|
|
982
943
|
/**
|
|
983
944
|
* 비대면 인증 시스템 신분증 진위 확인 응답 DTO
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sales-frontend-api",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.89",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/client.js",
|
|
@@ -58,23 +58,23 @@
|
|
|
58
58
|
"tsup": "^8.4.0",
|
|
59
59
|
"typescript": "5.8.2",
|
|
60
60
|
"eslint-config-sales-frontend-eslint-config-v8": "^0.0.6",
|
|
61
|
-
"sales-frontend-
|
|
62
|
-
"sales-frontend-
|
|
63
|
-
"sales-frontend-design-system": "0.0.83",
|
|
61
|
+
"sales-frontend-design-system": "0.0.84",
|
|
62
|
+
"sales-frontend-bridge": "0.0.62",
|
|
64
63
|
"sales-frontend-typescript-config": "0.0.2",
|
|
65
|
-
"sales-frontend-utils": "0.0.
|
|
64
|
+
"sales-frontend-utils": "0.0.25",
|
|
65
|
+
"sales-frontend-stores": "0.0.6"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
68
|
"@tanstack/react-query": "^5.81.2",
|
|
69
69
|
"axios": "^1.10.0",
|
|
70
70
|
"zustand": "^5.0.6",
|
|
71
|
-
"sales-frontend-utils": "0.0.
|
|
72
|
-
"sales-frontend-debug": "0.0.
|
|
71
|
+
"sales-frontend-utils": "0.0.25",
|
|
72
|
+
"sales-frontend-debug": "0.0.22"
|
|
73
73
|
},
|
|
74
74
|
"peerDependencies": {
|
|
75
|
-
"sales-frontend-design-system": "0.0.
|
|
76
|
-
"sales-frontend-
|
|
77
|
-
"sales-frontend-
|
|
75
|
+
"sales-frontend-design-system": "0.0.84",
|
|
76
|
+
"sales-frontend-bridge": "0.0.62",
|
|
77
|
+
"sales-frontend-stores": "0.0.6"
|
|
78
78
|
},
|
|
79
79
|
"scripts": {
|
|
80
80
|
"lint": "eslint . --max-warnings 0",
|