@salesforce/lds-adapters-industries-filebased-dataimport 1.261.0 → 1.262.0
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.
|
@@ -18,4 +18,4 @@ declare let getCsvPreviewData_imperative: any;
|
|
|
18
18
|
declare let getDPEDefinitions_imperative: any;
|
|
19
19
|
declare let getFileBasedDataImportById_imperative: any;
|
|
20
20
|
declare let getFileBasedDataImports_imperative: any;
|
|
21
|
-
export { createFileBasedDataImport, deleteFileBasedDataImport, getAllFields, getAllSobjects, getCsvAutoMap, getCsvPreviewData, getDPEDefinitions, getFileBasedDataImportById, getFileBasedDataImportByIdNotifyChange, getFileBasedDataImports, startAdvanceImport, startSimpleImport, updateFileBasedDataImport, getAllFields_imperative, getAllSobjects_imperative, getCsvAutoMap_imperative, getCsvPreviewData_imperative, getDPEDefinitions_imperative, getFileBasedDataImportById_imperative, getFileBasedDataImports_imperative };
|
|
21
|
+
export { createFileBasedDataImport, deleteFileBasedDataImport, getAllFields, getAllSobjects, getCsvAutoMap, getCsvPreviewData, getDPEDefinitions, getFileBasedDataImportById, getFileBasedDataImportByIdNotifyChange, getFileBasedDataImports, startAdvanceImport, startSimpleImport, updateFileBasedDataImport, getAllFields_imperative, getAllSobjects_imperative, getCsvAutoMap_imperative, getCsvPreviewData_imperative, getDPEDefinitions_imperative, getFileBasedDataImportById_imperative, getFileBasedDataImports_imperative, };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-filebased-dataimport",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.262.0",
|
|
4
4
|
"description": "Resource Family for File Based Data Import Use cases",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/industries-filebased-dataimport.js",
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
"test:unit": "jest"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@salesforce/lds-bindings": "^1.
|
|
44
|
+
"@salesforce/lds-bindings": "^1.262.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
48
|
-
"@salesforce/lds-karma": "^1.
|
|
47
|
+
"@salesforce/lds-compiler-plugins": "^1.262.0",
|
|
48
|
+
"@salesforce/lds-karma": "^1.262.0"
|
|
49
49
|
},
|
|
50
50
|
"nx": {
|
|
51
51
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -3818,8 +3818,14 @@ const getAllSobjectsMetadata = { apiFamily: 'fileBaseddataimport', name: 'getAll
|
|
|
3818
3818
|
const getCsvAutoMapMetadata = { apiFamily: 'fileBaseddataimport', name: 'getCsvAutoMap' };
|
|
3819
3819
|
const getCsvPreviewDataMetadata = { apiFamily: 'fileBaseddataimport', name: 'getCsvPreviewData' };
|
|
3820
3820
|
const getDPEDefinitionsMetadata = { apiFamily: 'fileBaseddataimport', name: 'getDPEDefinitions' };
|
|
3821
|
-
const getFileBasedDataImportByIdMetadata = {
|
|
3822
|
-
|
|
3821
|
+
const getFileBasedDataImportByIdMetadata = {
|
|
3822
|
+
apiFamily: 'fileBaseddataimport',
|
|
3823
|
+
name: 'getFileBasedDataImportById',
|
|
3824
|
+
};
|
|
3825
|
+
const getFileBasedDataImportsMetadata = {
|
|
3826
|
+
apiFamily: 'fileBaseddataimport',
|
|
3827
|
+
name: 'getFileBasedDataImports',
|
|
3828
|
+
};
|
|
3823
3829
|
// Notify Update Available
|
|
3824
3830
|
function bindExportsTo(luvio) {
|
|
3825
3831
|
// LDS Adapters
|
|
@@ -3832,7 +3838,7 @@ function bindExportsTo(luvio) {
|
|
|
3832
3838
|
const getFileBasedDataImports_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getFileBasedDataImports', getFileBasedDataImportsAdapterFactory), getFileBasedDataImportsMetadata);
|
|
3833
3839
|
function unwrapSnapshotData(factory) {
|
|
3834
3840
|
const adapter = factory(luvio);
|
|
3835
|
-
return (config) => adapter(config).then(snapshot => snapshot.data);
|
|
3841
|
+
return (config) => adapter(config).then((snapshot) => snapshot.data);
|
|
3836
3842
|
}
|
|
3837
3843
|
return {
|
|
3838
3844
|
createFileBasedDataImport: unwrapSnapshotData(createFileBasedDataImportAdapterFactory),
|
|
@@ -3885,4 +3891,4 @@ withDefaultLuvio((luvio) => {
|
|
|
3885
3891
|
});
|
|
3886
3892
|
|
|
3887
3893
|
export { createFileBasedDataImport, deleteFileBasedDataImport, getAllFields, getAllFields_imperative, getAllSobjects, getAllSobjects_imperative, getCsvAutoMap, getCsvAutoMap_imperative, getCsvPreviewData, getCsvPreviewData_imperative, getDPEDefinitions, getDPEDefinitions_imperative, getFileBasedDataImportById, getFileBasedDataImportByIdNotifyChange, getFileBasedDataImportById_imperative, getFileBasedDataImports, getFileBasedDataImports_imperative, startAdvanceImport, startSimpleImport, updateFileBasedDataImport };
|
|
3888
|
-
// version: 1.
|
|
3894
|
+
// version: 1.262.0-d3c071fdc
|