@useparagon/connect 2.4.4-experimental.22191.2 → 2.5.0-experimental-20530.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.
- package/dist/src/ConnectSDK.d.ts +2 -0
- package/dist/src/ConnectSDK.js +1 -1
- package/dist/src/index.js +1 -1
- package/dist/src/types/sdk.d.ts +0 -13
- package/package.json +1 -1
package/dist/src/ConnectSDK.d.ts
CHANGED
|
@@ -343,6 +343,8 @@ export default class ConnectSDK extends SDKEventEmitter implements IConnectSDK {
|
|
|
343
343
|
destroyConfiguration({ id, credentialId }: DeleteConfigurationOptions): Promise<void>;
|
|
344
344
|
updateConfiguration({ id, credentialId, meta, }: UpdateConfigurationOptions): Promise<IConnectCredentialConfig>;
|
|
345
345
|
private pollForCredential;
|
|
346
|
+
private getWorkflowById;
|
|
347
|
+
private getIntegrationByCredentialId;
|
|
346
348
|
/**
|
|
347
349
|
* get custom webhook trigger url
|
|
348
350
|
* @param workflowId
|