@useparagon/connect 2.0.7-experimental.1 → 2.0.7
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
|
@@ -140,6 +140,7 @@ export default class ConnectSDK extends SDKEventEmitter implements IConnectSDK {
|
|
|
140
140
|
private getAccountName;
|
|
141
141
|
/**
|
|
142
142
|
* Set dynamic field mapping loaders for the given action
|
|
143
|
+
* @param action - The action to set dynamic field mapping loaders for
|
|
143
144
|
* @param mapObjectFields
|
|
144
145
|
*/
|
|
145
146
|
private setDynamicFieldMappingLoaders;
|
|
@@ -367,9 +368,9 @@ export default class ConnectSDK extends SDKEventEmitter implements IConnectSDK {
|
|
|
367
368
|
getPreOptions(integrationName: string, accountTypeId?: string): IntegrationConnectInput[];
|
|
368
369
|
getPostOptions(integrationName: string): IntegrationConnectInput[];
|
|
369
370
|
/**
|
|
370
|
-
*
|
|
371
|
+
* fetch dynamic field mapping options (object types or integration fields)
|
|
371
372
|
*/
|
|
372
|
-
|
|
373
|
+
_fetchBYOFieldMappingOptions(action: string, mappingType: DynamicFieldMappingLoaderType, mappingKey: string, params?: {
|
|
373
374
|
objectType?: string;
|
|
374
375
|
cursor?: string;
|
|
375
376
|
search?: string;
|