@integry/sdk 3.7.10 → 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.
@@ -163,7 +163,7 @@ interface NestedObject {
163
163
  [key: string]: string | number | NestedObject;
164
164
  }
165
165
  interface UserConfig {
166
- // availableFlowsLabel?: string;
166
+ availableFlowsLabel?: string;
167
167
  myFlowsLabel?: string;
168
168
  hideWebhookUrlScreen?: boolean;
169
169
  hideAppConnectionModal?: boolean;