sales-frontend-api 0.0.114 → 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 CHANGED
@@ -926,8 +926,7 @@ interface RemoteIdentityVerificationSystemTokenResponseDto {
926
926
  /**
927
927
  * 비대면 인증 시스템 토큰 발급 응답 DTO
928
928
  */
929
- interface DspResponseRemoteIdentityVerificationSystemTokenResponseDto extends DspResponse<RemoteIdentityVerificationSystemTokenResponseDto> {
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
- interface DspResponseRemoteIdentityVerificationSystemIdentificationCardResponseDto extends DspResponse<RemoteIdentityVerificationSystemIdentificationCardResponseDto> {
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
- interface DspResponseRemoteIdentityVerificationSystemTokenResponseDto extends DspResponse<RemoteIdentityVerificationSystemTokenResponseDto> {
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
- interface DspResponseRemoteIdentityVerificationSystemIdentificationCardResponseDto extends DspResponse<RemoteIdentityVerificationSystemIdentificationCardResponseDto> {
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.114",
3
+ "version": "0.0.115",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/client.js",
@@ -59,11 +59,11 @@
59
59
  "typescript": "5.8.2",
60
60
  "@tanstack/react-query": "^5.81.2",
61
61
  "sales-frontend-design-system": "0.0.103",
62
+ "sales-frontend-bridge": "0.0.78",
63
+ "eslint-config-sales-frontend-eslint-config-v8": "^0.0.7",
62
64
  "sales-frontend-stores": "0.0.8",
63
65
  "sales-frontend-typescript-config": "0.0.2",
64
- "sales-frontend-utils": "0.0.38",
65
- "sales-frontend-bridge": "0.0.78",
66
- "eslint-config-sales-frontend-eslint-config-v8": "^0.0.7"
66
+ "sales-frontend-utils": "0.0.38"
67
67
  },
68
68
  "dependencies": {
69
69
  "axios": "^1.10.0",