@jolibox/types 1.1.13-beta.7 → 1.1.13-beta.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.
@@ -5,12 +5,13 @@ export declare const API_GET_SYSTEM_INFO_SYNC = "API.getSystemInfoSync";
5
5
  export declare const API_ENV = "API.env";
6
6
  export interface ISystemInfo {
7
7
  system: string;
8
- platform: string;
8
+ platform: 'h5' | 'android' | 'ios';
9
9
  brand?: string;
10
10
  version: string;
11
11
  appName?: string;
12
12
  SDKVersion?: string;
13
13
  pixelRatio: number;
14
+ language: string;
14
15
  }
15
16
  export interface APICommandParams {
16
17
  [API_GET_SYSTEM_INFO]: () => Promise<StandardResponse<ISystemInfo>>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jolibox/types",
3
3
  "description": "This project is common types used for JS-SDk interfere & implement",
4
- "version": "1.1.13-beta.7",
4
+ "version": "1.1.13-beta.8",
5
5
  "typings": "dist/index.d.ts",
6
6
  "license": "MIT",
7
7
  "files": [