@useparagon/connect 3.1.0-experimental-22716.3 → 3.1.0-experimental.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
CHANGED
|
@@ -176,8 +176,6 @@ export default class ConnectSDK extends SDKEventEmitter implements IConnectSDK {
|
|
|
176
176
|
* see PARA-1505
|
|
177
177
|
*/
|
|
178
178
|
private getAccountName;
|
|
179
|
-
private getAccountTypeLabel;
|
|
180
|
-
private hasAccountType;
|
|
181
179
|
private validateAccountType;
|
|
182
180
|
/**
|
|
183
181
|
* Set dynamic field mapping loaders for the given action
|
|
@@ -370,8 +368,6 @@ export default class ConnectSDK extends SDKEventEmitter implements IConnectSDK {
|
|
|
370
368
|
* @returns
|
|
371
369
|
*/
|
|
372
370
|
getIntegrationConfig(integration: string): IntegrationConfig;
|
|
373
|
-
private getCredentialsForAction;
|
|
374
|
-
private rejectAmbiguousCredential;
|
|
375
371
|
private getCredentialPair;
|
|
376
372
|
private updateConfig;
|
|
377
373
|
/**
|