@integry/sdk 3.2.17 → 3.2.19

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.
@@ -142,6 +142,7 @@ interface UserConfig {
142
142
  autoRedirectToMyFlows?: boolean;
143
143
  isReadOnly?: boolean;
144
144
  marketplaceModalTitle?: string;
145
+ buttonLabelToSaveIntegration?: string;
145
146
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
146
147
  [other: string]: any;
147
148
  }