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

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