sales-frontend-bridge 0.0.89 → 0.0.90
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/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -401,7 +401,7 @@ interface DudExternalFileUploadOptions {
|
|
|
401
401
|
/** 파일확장내용2 */
|
|
402
402
|
fileExtendContent2?: string;
|
|
403
403
|
/** 보존기간 */
|
|
404
|
-
preservationTerm?:
|
|
404
|
+
preservationTerm?: string;
|
|
405
405
|
/** 파일타입 */
|
|
406
406
|
fileType: 'png' | 'jpg' | 'gif' | 'pdf' | 'json' | 'xml' | 'txt' | 'ozd';
|
|
407
407
|
/** DUD 호출에 필요한 필수 요청 헤더 */
|
package/dist/index.d.ts
CHANGED
|
@@ -401,7 +401,7 @@ interface DudExternalFileUploadOptions {
|
|
|
401
401
|
/** 파일확장내용2 */
|
|
402
402
|
fileExtendContent2?: string;
|
|
403
403
|
/** 보존기간 */
|
|
404
|
-
preservationTerm?:
|
|
404
|
+
preservationTerm?: string;
|
|
405
405
|
/** 파일타입 */
|
|
406
406
|
fileType: 'png' | 'jpg' | 'gif' | 'pdf' | 'json' | 'xml' | 'txt' | 'ozd';
|
|
407
407
|
/** DUD 호출에 필요한 필수 요청 헤더 */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sales-frontend-bridge",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.90",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"@types/react-dom": "19.1.1",
|
|
27
27
|
"tsup": "^8.4.0",
|
|
28
28
|
"typescript": "5.8.2",
|
|
29
|
-
"sales-frontend-
|
|
30
|
-
"
|
|
29
|
+
"eslint-config-sales-frontend-eslint-config-v8": "^0.0.7",
|
|
30
|
+
"sales-frontend-typescript-config": "0.0.2"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"sales-frontend-utils": "0.0.45"
|