@useparagon/connect 2.5.0 → 2.5.1-experimental-25320.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.
@@ -436,6 +436,7 @@ export type EventInfo = {
436
436
  type: SDK_EVENT;
437
437
  integrationId: string;
438
438
  integrationType: string;
439
+ credentialId?: string;
439
440
  workflowId?: string;
440
441
  workflowStateChange?: Partial<IntegrationWorkflowState>;
441
442
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useparagon/connect",
3
- "version": "2.5.0",
3
+ "version": "2.5.1-experimental-25320.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",