@integry/sdk 4.9.26 → 4.9.28

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.
@@ -454,6 +454,15 @@ type SDKOptions = UserConfig; // rename user config to options for better unders
454
454
  // rename user config to options for better understanding
455
455
  interface SDKConfig {
456
456
  baseUrl?: string;
457
+ authBaseUrl?: string;
458
+ /**
459
+ * Optional override for the public API domain. Falls back to api.integry.io.
460
+ */
461
+ baseAPIUrl?: string;
462
+ /**
463
+ * Backwards compatible alias for baseAPIUrl.
464
+ */
465
+ apiBaseUrl?: string;
457
466
  debug?: boolean;
458
467
  integrationId?: number;
459
468
  lang?: string;