@useparagon/connect 2.0.0 → 2.0.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.
@@ -346,7 +346,7 @@ export default class ConnectSDK extends SDKEventEmitter implements IConnectSDK {
346
346
  action: string;
347
347
  search?: string;
348
348
  cursor?: string | number | false;
349
- parameters: KeyedSource<DataType.ANY>[];
349
+ parameters?: KeyedSource<DataType.ANY>[];
350
350
  }): Promise<{
351
351
  data: {
352
352
  value: string;
@@ -227,7 +227,7 @@ export interface IConnectSDK {
227
227
  action: string;
228
228
  search?: string;
229
229
  cursor?: string | number | false;
230
- parameters: KeyedSource<DataType.ANY>[];
230
+ parameters?: KeyedSource<DataType.ANY>[];
231
231
  }): Promise<{
232
232
  data: {
233
233
  value: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useparagon/connect",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
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",