@integry/sdk 3.1.5-beta.25 → 3.1.5-beta.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.
@@ -135,6 +135,7 @@ interface UserConfig {
135
135
  }
136
136
  interface SDKConfig {
137
137
  env?: "staging" | "production";
138
+ baseUrl?: string;
138
139
  debug?: boolean;
139
140
  integrationId?: number;
140
141
  xIntegryConfig?: {