@etsoo/appscript 1.5.6 → 1.5.8

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.
@@ -34,7 +34,7 @@ class AuthApi extends BaseApi_1.BaseApi {
34
34
  deviceId,
35
35
  region
36
36
  };
37
- return this.api.get('Auth/LoginId', rq, payload);
37
+ return this.api.post('Auth/LoginId', rq, payload);
38
38
  }
39
39
  /**
40
40
  * Reset password
@@ -78,6 +78,7 @@
78
78
  "field": "Field",
79
79
  "fileDownloaded": "The file has been downloaded",
80
80
  "help": "Help",
81
+ "hideIt": "Hide it",
81
82
  "id": "Number#",
82
83
  "info": "Info",
83
84
  "item": "Item",
@@ -78,6 +78,7 @@
78
78
  "field": "字段",
79
79
  "fileDownloaded": "文件已下载",
80
80
  "help": "帮助",
81
+ "hideIt": "隐藏",
81
82
  "id": "编号",
82
83
  "info": "信息",
83
84
  "item": "项目",
@@ -78,6 +78,7 @@
78
78
  "field": "字段",
79
79
  "fileDownloaded": "文件已下載",
80
80
  "help": "幫助",
81
+ "hideIt": "隱藏",
81
82
  "id": "編號",
82
83
  "info": "信息",
83
84
  "item": "項目",
@@ -31,7 +31,7 @@ export class AuthApi extends BaseApi {
31
31
  deviceId,
32
32
  region
33
33
  };
34
- return this.api.get('Auth/LoginId', rq, payload);
34
+ return this.api.post('Auth/LoginId', rq, payload);
35
35
  }
36
36
  /**
37
37
  * Reset password
@@ -78,6 +78,7 @@
78
78
  "field": "Field",
79
79
  "fileDownloaded": "The file has been downloaded",
80
80
  "help": "Help",
81
+ "hideIt": "Hide it",
81
82
  "id": "Number#",
82
83
  "info": "Info",
83
84
  "item": "Item",
@@ -78,6 +78,7 @@
78
78
  "field": "字段",
79
79
  "fileDownloaded": "文件已下载",
80
80
  "help": "帮助",
81
+ "hideIt": "隐藏",
81
82
  "id": "编号",
82
83
  "info": "信息",
83
84
  "item": "项目",
@@ -78,6 +78,7 @@
78
78
  "field": "字段",
79
79
  "fileDownloaded": "文件已下載",
80
80
  "help": "幫助",
81
+ "hideIt": "隱藏",
81
82
  "id": "編號",
82
83
  "info": "信息",
83
84
  "item": "項目",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/appscript",
3
- "version": "1.5.6",
3
+ "version": "1.5.8",
4
4
  "description": "Applications shared TypeScript framework",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -43,7 +43,7 @@ export class AuthApi extends BaseApi {
43
43
  deviceId,
44
44
  region
45
45
  };
46
- return this.api.get('Auth/LoginId', rq, payload);
46
+ return this.api.post('Auth/LoginId', rq, payload);
47
47
  }
48
48
 
49
49
  /**
package/src/i18n/en.json CHANGED
@@ -78,6 +78,7 @@
78
78
  "field": "Field",
79
79
  "fileDownloaded": "The file has been downloaded",
80
80
  "help": "Help",
81
+ "hideIt": "Hide it",
81
82
  "id": "Number#",
82
83
  "info": "Info",
83
84
  "item": "Item",
@@ -78,6 +78,7 @@
78
78
  "field": "字段",
79
79
  "fileDownloaded": "文件已下载",
80
80
  "help": "帮助",
81
+ "hideIt": "隐藏",
81
82
  "id": "编号",
82
83
  "info": "信息",
83
84
  "item": "项目",
@@ -78,6 +78,7 @@
78
78
  "field": "字段",
79
79
  "fileDownloaded": "文件已下載",
80
80
  "help": "幫助",
81
+ "hideIt": "隱藏",
81
82
  "id": "編號",
82
83
  "info": "信息",
83
84
  "item": "項目",