@danalpay/javascript-sdk 1.0.4 → 1.0.5

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -93,6 +93,8 @@ type CommonBaseParams = {
93
93
  failUrl: string;
94
94
  /** 사용자 이메일입니다. */
95
95
  userEmail?: string;
96
+ /** 사용자 이름입니다. */
97
+ userName?: string;
96
98
  };
97
99
 
98
100
  type OptionParams = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@danalpay/javascript-sdk",
3
3
  "description": "Danal ONE API javascript SDK",
4
- "version": "1.0.4",
4
+ "version": "1.0.5",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
7
7
  "types": "dist/index.d.ts",