@integry/sdk 3.3.1-beta.13 → 3.3.1-beta.15

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
  marketplaceId?: string;
176
176
  appId?: number;
177
177
  showApps?: boolean;
178
+ showTemplates?: boolean;
178
179
  }
179
180
  interface ConfigWithUrlParams extends SDKConfig {
180
181
  useUrlParams?: boolean;
@@ -300,6 +301,7 @@ interface InitConfig {
300
301
  renderMode: TemplateFormRenderModes;
301
302
  appId?: number;
302
303
  showApps?: boolean;
304
+ showTemplates?: boolean;
303
305
  }
304
306
  interface MarketplaceConfig {
305
307
  containerId: string;