@tmsfe/tms-core 0.0.171 → 0.0.172
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.
- package/package.json +1 -1
- package/src/report/helper.ts +1 -1
- package/src/report/types.ts +2 -2
package/package.json
CHANGED
package/src/report/helper.ts
CHANGED
package/src/report/types.ts
CHANGED
|
@@ -5,7 +5,7 @@ export type DataItem = any;
|
|
|
5
5
|
*/
|
|
6
6
|
export interface IInitOptions {
|
|
7
7
|
// 外输应用key
|
|
8
|
-
|
|
8
|
+
tmsAppId?: string;
|
|
9
9
|
// 小程序项目名,如:sinan、mycar等
|
|
10
10
|
client: string,
|
|
11
11
|
// 小程序版本号
|
|
@@ -51,7 +51,7 @@ export interface ISystemInfo {
|
|
|
51
51
|
// 开发环境下为空
|
|
52
52
|
host: object,
|
|
53
53
|
// 外输应用key, 玉爽就要下划线格式不要驼峰
|
|
54
|
-
|
|
54
|
+
tms_app_id: string,
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
export interface ILocation {
|