mezon-js 2.11.1 → 2.11.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.
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 */