@integry/sdk 3.3.1-beta.6 → 3.3.1-beta.7

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.
@@ -175,6 +175,7 @@ interface ConfigWithObject extends SDKConfig {
175
175
  deploymentId: string;
176
176
  marketplaceId?: string;
177
177
  appId?: number;
178
+ showApps?: boolean;
178
179
  }
179
180
  interface ConfigWithUrlParams extends SDKConfig {
180
181
  useUrlParams?: boolean;