@useparagon/connect 2.4.4 → 2.5.0-experimental-24411.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 +4 -1
- package/dist/src/ConnectSDK.js +1 -1
- package/dist/src/index.js +1 -1
- package/package.json +1 -1
package/dist/src/ConnectSDK.d.ts
CHANGED
|
@@ -68,6 +68,7 @@ export default class ConnectSDK extends SDKEventEmitter implements IConnectSDK {
|
|
|
68
68
|
*/
|
|
69
69
|
private eventMessageHandler;
|
|
70
70
|
private functionInvocationHandler;
|
|
71
|
+
private getIframeUrl;
|
|
71
72
|
private createReactRoot;
|
|
72
73
|
/**
|
|
73
74
|
* checks
|
|
@@ -314,7 +315,7 @@ export default class ConnectSDK extends SDKEventEmitter implements IConnectSDK {
|
|
|
314
315
|
host: string;
|
|
315
316
|
}, overrideEnvs?: Partial<ConnectSdkEnvironments>): void;
|
|
316
317
|
/**
|
|
317
|
-
* some integration required flow in which user
|
|
318
|
+
* some integration required flow in which user receive authorization code
|
|
318
319
|
* from marketplace oauth flow , so needed this method see PARA-8385
|
|
319
320
|
*/
|
|
320
321
|
completeInstall(action: string, options: CompleteInstallOptions): Promise<void>;
|
|
@@ -343,6 +344,8 @@ export default class ConnectSDK extends SDKEventEmitter implements IConnectSDK {
|
|
|
343
344
|
destroyConfiguration({ id, credentialId }: DeleteConfigurationOptions): Promise<void>;
|
|
344
345
|
updateConfiguration({ id, credentialId, meta, }: UpdateConfigurationOptions): Promise<IConnectCredentialConfig>;
|
|
345
346
|
private pollForCredential;
|
|
347
|
+
private getWorkflowById;
|
|
348
|
+
private getIntegrationByCredentialId;
|
|
346
349
|
/**
|
|
347
350
|
* get custom webhook trigger url
|
|
348
351
|
* @param workflowId
|