mezon-js 2.11.10 → 2.11.12

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/dist/api.gen.d.ts CHANGED
@@ -1772,6 +1772,7 @@ export interface ApiMezonOauthClient {
1772
1772
  export interface ApiCreateHashChannelAppsResponse {
1773
1773
  hash?: string;
1774
1774
  user_id?: string;
1775
+ auth_date?: string;
1775
1776
  }
1776
1777
  export declare class MezonApi {
1777
1778
  readonly serverKey: string;
package/dist/client.d.ts CHANGED
@@ -343,8 +343,6 @@ export declare class Client {
343
343
  readonly useSSL: boolean;
344
344
  readonly timeout: number;
345
345
  readonly autoRefreshSession: boolean;
346
- /** The expired timespan used to check session lifetime. */
347
- expiredTimespanMs: number;
348
346
  /** The low level API client for Mezon server. */
349
347
  private readonly apiClient;
350
348
  /** thre refreshTokenPromise */