@useparagon/connect 2.0.6-experimental.5 → 2.0.7-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.
@@ -138,6 +138,11 @@ export default class ConnectSDK extends SDKEventEmitter implements IConnectSDK {
138
138
  * see PARA-1505
139
139
  */
140
140
  private getAccountName;
141
+ /**
142
+ * Set dynamic field mapping loaders for the given action
143
+ * @param mapObjectFields
144
+ */
145
+ private setDynamicFieldMappingLoaders;
141
146
  /**
142
147
  * Display the Paragon Connect modal
143
148
  */
@@ -364,7 +369,7 @@ export default class ConnectSDK extends SDKEventEmitter implements IConnectSDK {
364
369
  /**
365
370
  * Load dynamic field mapping options (object types or integration fields)
366
371
  */
367
- _loadDynamicFieldMappingOptions(type: DynamicFieldMappingLoaderType, mappingKey: string, params?: {
372
+ _loadDynamicFieldMappingOptions(action: string, type: DynamicFieldMappingLoaderType, mappingKey: string, params?: {
368
373
  objectType?: string;
369
374
  cursor?: string;
370
375
  search?: string;