@etsoo/smarterp-core 1.0.7 → 1.0.9

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.
@@ -1,4 +1,5 @@
1
1
  import { IdentityType } from "../IdentityType";
2
+ import { AppUrl } from "./AppData";
2
3
  /**
3
4
  * Application query data
4
5
  * 应用查询数据
@@ -24,6 +25,11 @@ export type AppQueryData = {
24
25
  * 身份类型
25
26
  */
26
27
  identityType: IdentityType;
28
+ /**
29
+ * URLs
30
+ * 网址
31
+ */
32
+ urls: AppUrl[];
27
33
  /**
28
34
  * Require local URL or not
29
35
  * 是否需要本地地址
@@ -18,6 +18,10 @@ export type AppReadDto = {
18
18
  * Global app id
19
19
  */
20
20
  appId: number;
21
+ /**
22
+ * URLs
23
+ */
24
+ urls: AppUrl[];
21
25
  /**
22
26
  * App key
23
27
  */
@@ -7,6 +7,7 @@
7
7
  "app3": "Business Mgt.",
8
8
  "app4": "Finance System",
9
9
  "app5": "Progress Mgt.",
10
+ "appApiUrl": "API URL",
10
11
  "appHelpUrl": "Help URL",
11
12
  "appName": "App name",
12
13
  "appWebUrl": "Web URL",
@@ -7,6 +7,7 @@
7
7
  "app3": "业务管理",
8
8
  "app4": "财务系统",
9
9
  "app5": "进度管理",
10
+ "appApiUrl": "接口网址",
10
11
  "appHelpUrl": "帮助网址",
11
12
  "appName": "应用名称",
12
13
  "appWebUrl": "Web网址",
@@ -7,6 +7,7 @@
7
7
  "app3": "業務管理",
8
8
  "app4": "財務系統",
9
9
  "app5": "進度管理",
10
+ "appApiUrl": "接口網址",
10
11
  "appHelpUrl": "幫助網址",
11
12
  "appName": "應用名稱",
12
13
  "appWebUrl": "Web網址",
@@ -1,4 +1,5 @@
1
1
  import { IdentityType } from "../IdentityType";
2
+ import { AppUrl } from "./AppData";
2
3
  /**
3
4
  * Application query data
4
5
  * 应用查询数据
@@ -24,6 +25,11 @@ export type AppQueryData = {
24
25
  * 身份类型
25
26
  */
26
27
  identityType: IdentityType;
28
+ /**
29
+ * URLs
30
+ * 网址
31
+ */
32
+ urls: AppUrl[];
27
33
  /**
28
34
  * Require local URL or not
29
35
  * 是否需要本地地址
@@ -18,6 +18,10 @@ export type AppReadDto = {
18
18
  * Global app id
19
19
  */
20
20
  appId: number;
21
+ /**
22
+ * URLs
23
+ */
24
+ urls: AppUrl[];
21
25
  /**
22
26
  * App key
23
27
  */
@@ -7,6 +7,7 @@
7
7
  "app3": "Business Mgt.",
8
8
  "app4": "Finance System",
9
9
  "app5": "Progress Mgt.",
10
+ "appApiUrl": "API URL",
10
11
  "appHelpUrl": "Help URL",
11
12
  "appName": "App name",
12
13
  "appWebUrl": "Web URL",
@@ -7,6 +7,7 @@
7
7
  "app3": "业务管理",
8
8
  "app4": "财务系统",
9
9
  "app5": "进度管理",
10
+ "appApiUrl": "接口网址",
10
11
  "appHelpUrl": "帮助网址",
11
12
  "appName": "应用名称",
12
13
  "appWebUrl": "Web网址",
@@ -7,6 +7,7 @@
7
7
  "app3": "業務管理",
8
8
  "app4": "財務系統",
9
9
  "app5": "進度管理",
10
+ "appApiUrl": "接口網址",
10
11
  "appHelpUrl": "幫助網址",
11
12
  "appName": "應用名稱",
12
13
  "appWebUrl": "Web網址",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/smarterp-core",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "TypeScript APIs for SmartERP Core",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -1,4 +1,5 @@
1
1
  import { IdentityType } from "../IdentityType";
2
+ import { AppUrl } from "./AppData";
2
3
 
3
4
  /**
4
5
  * Application query data
@@ -29,6 +30,12 @@ export type AppQueryData = {
29
30
  */
30
31
  identityType: IdentityType;
31
32
 
33
+ /**
34
+ * URLs
35
+ * 网址
36
+ */
37
+ urls: AppUrl[];
38
+
32
39
  /**
33
40
  * Require local URL or not
34
41
  * 是否需要本地地址
@@ -22,6 +22,11 @@ export type AppReadDto = {
22
22
  */
23
23
  appId: number;
24
24
 
25
+ /**
26
+ * URLs
27
+ */
28
+ urls: AppUrl[];
29
+
25
30
  /**
26
31
  * App key
27
32
  */
package/src/i18n/en.json CHANGED
@@ -7,6 +7,7 @@
7
7
  "app3": "Business Mgt.",
8
8
  "app4": "Finance System",
9
9
  "app5": "Progress Mgt.",
10
+ "appApiUrl": "API URL",
10
11
  "appHelpUrl": "Help URL",
11
12
  "appName": "App name",
12
13
  "appWebUrl": "Web URL",
@@ -7,6 +7,7 @@
7
7
  "app3": "业务管理",
8
8
  "app4": "财务系统",
9
9
  "app5": "进度管理",
10
+ "appApiUrl": "接口网址",
10
11
  "appHelpUrl": "帮助网址",
11
12
  "appName": "应用名称",
12
13
  "appWebUrl": "Web网址",
@@ -7,6 +7,7 @@
7
7
  "app3": "業務管理",
8
8
  "app4": "財務系統",
9
9
  "app5": "進度管理",
10
+ "appApiUrl": "接口網址",
10
11
  "appHelpUrl": "幫助網址",
11
12
  "appName": "應用名稱",
12
13
  "appWebUrl": "Web網址",