@etsoo/smarterp-core 1.1.61 → 1.1.62

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.
@@ -18,5 +18,5 @@ export * from "./public/ButtonRadioRegions";
18
18
  export * from "./public/ButtonRegions";
19
19
  export * from "./public/CultureList";
20
20
  export * from "./public/ProductBaseUnits";
21
- export * from "./public/TimeZoneList";
21
+ export * from "./public/TimeZoneTiplist";
22
22
  export * from "./user/UserTiplist";
@@ -39,6 +39,6 @@ __exportStar(require("./public/ButtonRadioRegions"), exports);
39
39
  __exportStar(require("./public/ButtonRegions"), exports);
40
40
  __exportStar(require("./public/CultureList"), exports);
41
41
  __exportStar(require("./public/ProductBaseUnits"), exports);
42
- __exportStar(require("./public/TimeZoneList"), exports);
42
+ __exportStar(require("./public/TimeZoneTiplist"), exports);
43
43
  // user
44
44
  __exportStar(require("./user/UserTiplist"), exports);
@@ -36,4 +36,9 @@ export type OrgUpdateReadDto = {
36
36
  * Query Keyword
37
37
  */
38
38
  queryKeyword?: string;
39
+ /**
40
+ * Time zone
41
+ * 时区
42
+ */
43
+ timeZone?: string;
39
44
  };
@@ -23,4 +23,9 @@ export type AppBuyNewRQ = {
23
23
  * 所在区域
24
24
  */
25
25
  region: string;
26
+ /**
27
+ * Time zone
28
+ * 时区
29
+ */
30
+ timeZone?: string;
26
31
  };
@@ -43,4 +43,9 @@ export type OrgCreateRQ = {
43
43
  * 所在区域
44
44
  */
45
45
  region: string;
46
+ /**
47
+ * Time zone
48
+ * 时区
49
+ */
50
+ timeZone?: string;
46
51
  };
@@ -38,4 +38,9 @@ export interface OrgUpdateRQ extends UpdateModel {
38
38
  * 查询关键字
39
39
  */
40
40
  queryKeyword?: string;
41
+ /**
42
+ * Time zone
43
+ * 时区
44
+ */
45
+ timeZone?: string;
41
46
  }
@@ -18,5 +18,5 @@ export * from "./public/ButtonRadioRegions";
18
18
  export * from "./public/ButtonRegions";
19
19
  export * from "./public/CultureList";
20
20
  export * from "./public/ProductBaseUnits";
21
- export * from "./public/TimeZoneList";
21
+ export * from "./public/TimeZoneTiplist";
22
22
  export * from "./user/UserTiplist";
@@ -23,6 +23,6 @@ export * from "./public/ButtonRadioRegions";
23
23
  export * from "./public/ButtonRegions";
24
24
  export * from "./public/CultureList";
25
25
  export * from "./public/ProductBaseUnits";
26
- export * from "./public/TimeZoneList";
26
+ export * from "./public/TimeZoneTiplist";
27
27
  // user
28
28
  export * from "./user/UserTiplist";
@@ -36,4 +36,9 @@ export type OrgUpdateReadDto = {
36
36
  * Query Keyword
37
37
  */
38
38
  queryKeyword?: string;
39
+ /**
40
+ * Time zone
41
+ * 时区
42
+ */
43
+ timeZone?: string;
39
44
  };
@@ -23,4 +23,9 @@ export type AppBuyNewRQ = {
23
23
  * 所在区域
24
24
  */
25
25
  region: string;
26
+ /**
27
+ * Time zone
28
+ * 时区
29
+ */
30
+ timeZone?: string;
26
31
  };
@@ -43,4 +43,9 @@ export type OrgCreateRQ = {
43
43
  * 所在区域
44
44
  */
45
45
  region: string;
46
+ /**
47
+ * Time zone
48
+ * 时区
49
+ */
50
+ timeZone?: string;
46
51
  };
@@ -38,4 +38,9 @@ export interface OrgUpdateRQ extends UpdateModel {
38
38
  * 查询关键字
39
39
  */
40
40
  queryKeyword?: string;
41
+ /**
42
+ * Time zone
43
+ * 时区
44
+ */
45
+ timeZone?: string;
41
46
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/smarterp-core",
3
- "version": "1.1.61",
3
+ "version": "1.1.62",
4
4
  "description": "TypeScript APIs for SmartERP Core",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -27,7 +27,7 @@ export * from "./public/ButtonRadioRegions";
27
27
  export * from "./public/ButtonRegions";
28
28
  export * from "./public/CultureList";
29
29
  export * from "./public/ProductBaseUnits";
30
- export * from "./public/TimeZoneList";
30
+ export * from "./public/TimeZoneTiplist";
31
31
 
32
32
  // user
33
33
  export * from "./user/UserTiplist";
@@ -44,4 +44,10 @@ export type OrgUpdateReadDto = {
44
44
  * Query Keyword
45
45
  */
46
46
  queryKeyword?: string;
47
+
48
+ /**
49
+ * Time zone
50
+ * 时区
51
+ */
52
+ timeZone?: string;
47
53
  };
@@ -26,4 +26,10 @@ export type AppBuyNewRQ = {
26
26
  * 所在区域
27
27
  */
28
28
  region: string;
29
+
30
+ /**
31
+ * Time zone
32
+ * 时区
33
+ */
34
+ timeZone?: string;
29
35
  };
@@ -51,4 +51,10 @@ export type OrgCreateRQ = {
51
51
  * 所在区域
52
52
  */
53
53
  region: string;
54
+
55
+ /**
56
+ * Time zone
57
+ * 时区
58
+ */
59
+ timeZone?: string;
54
60
  };
@@ -45,4 +45,10 @@ export interface OrgUpdateRQ extends UpdateModel {
45
45
  * 查询关键字
46
46
  */
47
47
  queryKeyword?: string;
48
+
49
+ /**
50
+ * Time zone
51
+ * 时区
52
+ */
53
+ timeZone?: string;
48
54
  }