@integry/sdk 3.7.9 → 3.7.11

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;