sales-frontend-api 0.0.48 → 0.0.49

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
@@ -751,12 +751,12 @@ interface RemoteIdentityVerificationSystemTokenRequestDto {
751
751
  * @required
752
752
  * @maxLength 20
753
753
  */
754
- rivsCustIdnrId: string;
754
+ customerId: string;
755
755
  /**
756
756
  * 증번
757
757
  * @maxLength 10
758
758
  */
759
- rivsImgeIdnrId?: string;
759
+ policyNumber?: string;
760
760
  /**
761
761
  * 요청부서코드
762
762
  * @maxLength 10
package/dist/method.d.ts CHANGED
@@ -751,12 +751,12 @@ interface RemoteIdentityVerificationSystemTokenRequestDto {
751
751
  * @required
752
752
  * @maxLength 20
753
753
  */
754
- rivsCustIdnrId: string;
754
+ customerId: string;
755
755
  /**
756
756
  * 증번
757
757
  * @maxLength 10
758
758
  */
759
- rivsImgeIdnrId?: string;
759
+ policyNumber?: string;
760
760
  /**
761
761
  * 요청부서코드
762
762
  * @maxLength 10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sales-frontend-api",
3
- "version": "0.0.48",
3
+ "version": "0.0.49",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/client.js",
@@ -47,11 +47,11 @@
47
47
  "react": "^19.1.0",
48
48
  "tsup": "^8.4.0",
49
49
  "typescript": "5.8.2",
50
- "eslint-config-sales-frontend-eslint-config-v8": "^0.0.6",
51
50
  "sales-frontend-bridge": "0.0.32",
51
+ "eslint-config-sales-frontend-eslint-config-v8": "^0.0.6",
52
+ "sales-frontend-design-system": "0.0.62",
52
53
  "sales-frontend-typescript-config": "0.0.2",
53
54
  "sales-frontend-utils": "0.0.10",
54
- "sales-frontend-design-system": "0.0.62",
55
55
  "sales-frontend-stores": "0.0.3"
56
56
  },
57
57
  "dependencies": {