sales-frontend-bridge 0.0.76 → 0.0.78

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 CHANGED
@@ -268,8 +268,6 @@ type OzdFile = {
268
268
  * "doc": [{
269
269
  * "docCode": "${문서코드}",
270
270
  * "fileID": "${비정형시스템 파일아이디}",
271
- * "imageFormatCode": "${이미지시스템 서식코드}",
272
- * "imageDocumentTypeCode": "${이미지시스템 문서유형코드}",
273
271
  * "filePath": "",
274
272
  * "startPage": 0,
275
273
  * "endPage": 0
package/dist/index.d.ts CHANGED
@@ -268,8 +268,6 @@ type OzdFile = {
268
268
  * "doc": [{
269
269
  * "docCode": "${문서코드}",
270
270
  * "fileID": "${비정형시스템 파일아이디}",
271
- * "imageFormatCode": "${이미지시스템 서식코드}",
272
- * "imageDocumentTypeCode": "${이미지시스템 문서유형코드}",
273
271
  * "filePath": "",
274
272
  * "startPage": 0,
275
273
  * "endPage": 0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sales-frontend-bridge",
3
- "version": "0.0.76",
3
+ "version": "0.0.78",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -26,11 +26,11 @@
26
26
  "@types/react-dom": "19.1.1",
27
27
  "tsup": "^8.4.0",
28
28
  "typescript": "5.8.2",
29
- "eslint-config-sales-frontend-eslint-config-v8": "^0.0.6",
29
+ "eslint-config-sales-frontend-eslint-config-v8": "^0.0.7",
30
30
  "sales-frontend-typescript-config": "0.0.2"
31
31
  },
32
32
  "dependencies": {
33
- "sales-frontend-utils": "0.0.37"
33
+ "sales-frontend-utils": "0.0.38"
34
34
  },
35
35
  "scripts": {
36
36
  "lint": "eslint . --max-warnings 0",