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