@integry/sdk 4.7.77 → 4.8.0

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.
@@ -323,6 +323,7 @@ interface SDKConfig {
323
323
  baseUrl?: string;
324
324
  debug?: boolean;
325
325
  integrationId?: number;
326
+ lang?: string;
326
327
  xIntegryConfig?: {
327
328
  isAnonymous?: boolean;
328
329
  appAuth?: {