sales-frontend-api 0.0.126 → 0.0.127

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
@@ -950,6 +950,11 @@ interface RemoteIdentityVerificationSystemIdentificationCardRequestDto {
950
950
  * @example "222222222"
951
951
  */
952
952
  policyNumber: string;
953
+ /**
954
+ * @description 파일 확장자
955
+ * @maxLength 10
956
+ */
957
+ fileExtension?: string;
953
958
  }
954
959
  type DspResponseRemoteIdentityVerificationSystemIdentificationCardResponseDto = DspResponse<RemoteIdentityVerificationSystemIdentificationCardResponseDto>;
955
960
  /**
@@ -992,6 +997,10 @@ interface RemoteIdentityVerificationSystemIdentificationCardResponseDto {
992
997
  idcdImge?: string;
993
998
  /** 신분증뒷면이미지Base64 */
994
999
  idcdBackImge?: string;
1000
+ /** 운전면허일련번호 */
1001
+ drivingLicenseSerialNumber?: string;
1002
+ /** 외국인 일련번호 */
1003
+ residenceSerialNumber?: string;
995
1004
  }
996
1005
 
997
1006
  /**
package/dist/method.d.ts CHANGED
@@ -950,6 +950,11 @@ interface RemoteIdentityVerificationSystemIdentificationCardRequestDto {
950
950
  * @example "222222222"
951
951
  */
952
952
  policyNumber: string;
953
+ /**
954
+ * @description 파일 확장자
955
+ * @maxLength 10
956
+ */
957
+ fileExtension?: string;
953
958
  }
954
959
  type DspResponseRemoteIdentityVerificationSystemIdentificationCardResponseDto = DspResponse<RemoteIdentityVerificationSystemIdentificationCardResponseDto>;
955
960
  /**
@@ -992,6 +997,10 @@ interface RemoteIdentityVerificationSystemIdentificationCardResponseDto {
992
997
  idcdImge?: string;
993
998
  /** 신분증뒷면이미지Base64 */
994
999
  idcdBackImge?: string;
1000
+ /** 운전면허일련번호 */
1001
+ drivingLicenseSerialNumber?: string;
1002
+ /** 외국인 일련번호 */
1003
+ residenceSerialNumber?: string;
995
1004
  }
996
1005
 
997
1006
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sales-frontend-api",
3
- "version": "0.0.126",
3
+ "version": "0.0.127",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/client.js",
@@ -58,11 +58,11 @@
58
58
  "tsup": "^8.4.0",
59
59
  "typescript": "5.8.2",
60
60
  "@tanstack/react-query": "^5.81.2",
61
+ "sales-frontend-bridge": "0.0.86",
61
62
  "sales-frontend-design-system": "0.0.112",
63
+ "sales-frontend-stores": "0.0.8",
62
64
  "eslint-config-sales-frontend-eslint-config-v8": "^0.0.7",
63
65
  "sales-frontend-utils": "0.0.44",
64
- "sales-frontend-bridge": "0.0.86",
65
- "sales-frontend-stores": "0.0.8",
66
66
  "sales-frontend-typescript-config": "0.0.2"
67
67
  },
68
68
  "dependencies": {
@@ -72,8 +72,8 @@
72
72
  },
73
73
  "peerDependencies": {
74
74
  "@tanstack/react-query": ">=5.0.0",
75
- "sales-frontend-bridge": "0.0.86",
76
- "sales-frontend-stores": "0.0.8"
75
+ "sales-frontend-stores": "0.0.8",
76
+ "sales-frontend-bridge": "0.0.86"
77
77
  },
78
78
  "scripts": {
79
79
  "lint": "eslint . --max-warnings 0",