@integry/sdk 3.7.10 → 3.7.12

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.
@@ -162,7 +162,7 @@ interface NestedObject {
162
162
  [key: string]: string | number | NestedObject;
163
163
  }
164
164
  interface UserConfig {
165
- // availableFlowsLabel?: string;
165
+ availableFlowsLabel?: string;
166
166
  myFlowsLabel?: string;
167
167
  hideWebhookUrlScreen?: boolean;
168
168
  hideAppConnectionModal?: boolean;
@@ -487,6 +487,7 @@ declare class IntegryJS {
487
487
  * @param initConfig
488
488
  */
489
489
  init: (initConfig: InitConfig) => void;
490
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
490
491
  updateSdkUserConfig: (config: any) => void;
491
492
  initializeMarketplace: (initConfig: InitConfig) => void;
492
493
  /**