@integry/sdk 3.7.6 → 3.7.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.
@@ -354,6 +354,7 @@ interface InitConfig {
354
354
  showTemplates?: boolean;
355
355
  skipOnDemand?: boolean;
356
356
  skipAccountConnectionOnLoad?: boolean;
357
+ deploymentIdFromConfig?: number;
357
358
  }
358
359
  interface MarketplaceConfig {
359
360
  containerId: string;