@integry/sdk 4.0.4-beta.3 → 4.0.4-beta.4

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.
@@ -205,7 +205,7 @@ interface ConfigWithObject extends SDKConfig {
205
205
  appKey: string;
206
206
  hash: string;
207
207
  userId: string;
208
- deploymentId: string;
208
+ deploymentId?: string;
209
209
  marketplaceId?: string;
210
210
  appId?: number;
211
211
  showApps?: boolean;