@koredev/kore-web-sdk 11.7.0-rc.55707ba → 11.7.0-rc.b52196b

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.
@@ -229,7 +229,7 @@ declare class chatWindow extends EventEmitter {
229
229
  getJWTByAPIKey(API_KEY_CONFIG: {
230
230
  KEY: any;
231
231
  bootstrapURL: any;
232
- }): any;
232
+ }, userIdentity: any): any;
233
233
  getJWT(options: {
234
234
  clientId: any;
235
235
  clientSecret: any;