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