@integry/sdk 3.7.2 → 3.7.3

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.
@@ -174,6 +174,7 @@ interface UserConfig {
174
174
  marketplaceModalTitle?: string;
175
175
  buttonLabelToSaveIntegration?: string;
176
176
  objects?: NestedObject;
177
+ tags?: string[];
177
178
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
178
179
  [other: string]: any;
179
180
  }