@integry/sdk 4.0.3-dev.4 → 4.0.4-beta.1

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.
@@ -179,6 +179,7 @@ interface UserConfig {
179
179
  buttonLabelToSaveIntegration?: string;
180
180
  objects?: NestedObject;
181
181
  tags?: string[];
182
+ showExistingIntegrations?: boolean;
182
183
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
183
184
  [other: string]: any;
184
185
  }