@integry/sdk 4.0.1-beta.21 → 4.0.1-beta.22

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.
@@ -371,6 +371,8 @@ interface InitConfig {
371
371
  deploymentIdFromConfig?: number;
372
372
  testMultipurpose?: boolean;
373
373
  viewStyle?: string;
374
+ flowId?: number;
375
+ integrationId?: number;
374
376
  }
375
377
  interface MarketplaceConfig {
376
378
  containerId: string;