@etsoo/smarterp-core 1.1.70 → 1.1.72

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.
@@ -9,6 +9,11 @@ export type DocumentGenerateRQ = {
9
9
  * 文档编号
10
10
  */
11
11
  id: number;
12
+ /**
13
+ * Related target id
14
+ * 关联对象编号
15
+ */
16
+ targetId: number;
12
17
  /**
13
18
  * No cache
14
19
  * 禁用缓存
@@ -9,6 +9,11 @@ export type DocumentGenerateRQ = {
9
9
  * 文档编号
10
10
  */
11
11
  id: number;
12
+ /**
13
+ * Related target id
14
+ * 关联对象编号
15
+ */
16
+ targetId: number;
12
17
  /**
13
18
  * No cache
14
19
  * 禁用缓存
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/smarterp-core",
3
- "version": "1.1.70",
3
+ "version": "1.1.72",
4
4
  "description": "TypeScript APIs for SmartERP Core",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -56,15 +56,18 @@
56
56
  "react-dom": "$react-dom"
57
57
  },
58
58
  "dependencies": {
59
- "@etsoo/appscript": "^1.6.68",
60
- "@etsoo/materialui": "^1.6.72",
61
- "@etsoo/react": "^1.8.92",
62
- "@etsoo/shared": "^1.2.86",
63
- "@etsoo/toolpad": "^1.0.50",
59
+ "@etsoo/appscript": "^1.6.69",
60
+ "@etsoo/materialui": "^1.6.73",
61
+ "@etsoo/react": "^1.8.93",
62
+ "@etsoo/shared": "^1.2.87",
63
+ "@etsoo/toolpad": "^1.0.51",
64
64
  "@mui/material": "^9.1.2",
65
65
  "ajv": "^8.20.0",
66
66
  "ajv-formats": "^3.0.1",
67
67
  "react": "^19.2.7",
68
68
  "react-dom": "^19.2.7"
69
+ },
70
+ "allowScripts": {
71
+ "core-js-pure@3.49.0": true
69
72
  }
70
73
  }
@@ -11,6 +11,12 @@ export type DocumentGenerateRQ = {
11
11
  */
12
12
  id: number;
13
13
 
14
+ /**
15
+ * Related target id
16
+ * 关联对象编号
17
+ */
18
+ targetId: number;
19
+
14
20
  /**
15
21
  * No cache
16
22
  * 禁用缓存