@etsoo/smarterp-core 1.1.51 → 1.1.52

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,10 +9,10 @@ export type DocumentQueryData = {
9
9
  */
10
10
  id: number;
11
11
  /**
12
- * Organization ID
13
- * 机构编号
12
+ * Organization name
13
+ * 机构名称
14
14
  */
15
- orgId?: number;
15
+ orgName?: string;
16
16
  /**
17
17
  * Kind
18
18
  * 类型
@@ -9,10 +9,10 @@ export type DocumentQueryData = {
9
9
  */
10
10
  id: number;
11
11
  /**
12
- * Organization ID
13
- * 机构编号
12
+ * Organization name
13
+ * 机构名称
14
14
  */
15
- orgId?: number;
15
+ orgName?: string;
16
16
  /**
17
17
  * Kind
18
18
  * 类型
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/smarterp-core",
3
- "version": "1.1.51",
3
+ "version": "1.1.52",
4
4
  "description": "TypeScript APIs for SmartERP Core",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -10,10 +10,10 @@ export type DocumentQueryData = {
10
10
  id: number;
11
11
 
12
12
  /**
13
- * Organization ID
14
- * 机构编号
13
+ * Organization name
14
+ * 机构名称
15
15
  */
16
- orgId?: number;
16
+ orgName?: string;
17
17
 
18
18
  /**
19
19
  * Kind