@integry/sdk 4.3.39 → 4.3.41

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.
@@ -209,7 +209,6 @@ interface UserConfig {
209
209
  type SDKOptions = UserConfig; // rename user config to options for better understanding
210
210
  // rename user config to options for better understanding
211
211
  interface SDKConfig {
212
- env?: "staging" | "production";
213
212
  baseUrl?: string;
214
213
  debug?: boolean;
215
214
  integrationId?: number;