ahs-cti 0.0.2-beta.3 → 0.0.2-beta.4

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/index.js CHANGED
@@ -385,7 +385,7 @@ var SDKStateManager = class {
385
385
  this.apiKey = apiKey.trim();
386
386
  this.tenantId = tenantId.trim();
387
387
  }
388
- initialize(apiKey, tenantId, agentId, sdkConfig, initResult, urlConfig) {
388
+ initialize(apiKey, tenantId, agentId, urlConfig, initResult, sdkConfig) {
389
389
  this.validateCredentials(apiKey, tenantId);
390
390
  if (!agentId || typeof agentId !== "string" || agentId.trim().length === 0) {
391
391
  throw new Error("Agent ID not available");