@jolibox/types 1.1.16-beta.1 → 1.1.16-beta.2

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,9 +1,13 @@
1
1
  export declare const DOCUMENT_READY = "onDocumentReady";
2
2
  export declare const ON_LOGIN_COMPLETE = "onLoginComplete";
3
+ export declare const ON_I18N_CHANGED = "onI18nChanged";
3
4
  export interface RumtimeEventParams {
4
5
  [DOCUMENT_READY]: (startTime: number) => void;
5
6
  [ON_LOGIN_COMPLETE]: (params: {
6
7
  isLogin: boolean;
7
8
  token?: string;
8
9
  }) => void;
10
+ [ON_I18N_CHANGED]: (params: {
11
+ i18n: string;
12
+ }) => void;
9
13
  }
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.16-beta.1",
4
+ "version": "1.1.16-beta.2",
5
5
  "typings": "dist/index.d.ts",
6
6
  "license": "MIT",
7
7
  "files": [