@microsoft/omnichannel-chat-sdk 1.9.5 → 1.9.7-main.2a56ce4

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.
@@ -68,9 +68,23 @@ declare class OmnichannelChatSDK {
68
68
  private isChatReconnect;
69
69
  private reconnectId;
70
70
  private refreshTokenTimer;
71
+ private AMSClientLoadCurrentState;
71
72
  constructor(omnichannelConfig: OmnichannelConfig, chatSDKConfig?: ChatSDKConfig);
72
73
  setDebug(flag: boolean): void;
74
+ private retryLoadAMSClient;
75
+ private getAMSClient;
76
+ private loadInitComponents;
77
+ private loadAmsClient;
78
+ private parallelInitialization;
79
+ private sequentialInitialization;
80
+ /**
81
+ *
82
+ * @param optionalParams
83
+ * @param parallel if true , it will run in parallel (fastest version) with components loaded in the background
84
+ * @returns livechatConfig
85
+ */
73
86
  initialize(optionalParams?: InitializeOptionalParams): Promise<ChatConfig>;
87
+ private loadChatConfig;
74
88
  private getChatReconnectContextWithAuthToken;
75
89
  private getChatReconnectContextWithReconnectId;
76
90
  getChatReconnectContext(optionalParams?: ChatReconnectOptionalParams): Promise<ChatReconnectContext>;