@integry/sdk 4.3.39 → 4.3.40

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