@useparagon/connect 2.0.0-rc.3 → 2.0.0

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.
@@ -233,6 +233,13 @@ export interface IConnectSDK {
233
233
  value: string;
234
234
  label: string;
235
235
  }[];
236
+ nestedData: {
237
+ title: string;
238
+ items: {
239
+ value: string;
240
+ label: string;
241
+ }[];
242
+ }[];
236
243
  nextPageCursor: string | null;
237
244
  }>;
238
245
  getDataSourceOptions(integrationName: string, action: string): Promise<ComboInputDataSource>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useparagon/connect",
3
- "version": "2.0.0-rc.3",
3
+ "version": "2.0.0",
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",