@useparagon/connect 2.3.0-experimental-18633.2 → 2.3.0-experimental.2

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.
@@ -299,7 +299,7 @@ export interface IConnectSDK {
299
299
  nextPageCursor: string | null;
300
300
  }>;
301
301
  getDataSourceOptions(integrationName: string, action: string): Promise<DataSource | undefined>;
302
- getSourcesForInput(integrationName: string, action: string, input: SerializedConnectInput): InputSources | null;
302
+ getSourcesForInput(integrationName: string, input: SerializedConnectInput): InputSources | null;
303
303
  installFlow: InstallFlow;
304
304
  getAssetUrl(name: string): string;
305
305
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useparagon/connect",
3
- "version": "2.3.0-experimental-18633.2",
3
+ "version": "2.3.0-experimental.2",
4
4
  "description": "Embed integrations into your app with the Paragon SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",