@salesforce/lds-worker-api 1.239.0 → 1.242.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.
- package/dist/sfdc/es/ldsWorkerApi.js +2 -10
- package/dist/standalone/es/lds-worker-api.js +20057 -15247
- package/dist/standalone/umd/lds-worker-api.js +20057 -15247
- package/package.json +1 -1
|
@@ -36,6 +36,7 @@ import * as gqlApi from 'force/ldsAdaptersGraphql';
|
|
|
36
36
|
import { getRuntime, reportGraphqlQueryParseError } from 'native/ldsRuntimeMobile';
|
|
37
37
|
export { registerReportObserver } from 'native/ldsRuntimeMobile';
|
|
38
38
|
import { HttpStatusCode } from 'force/luvioEngine';
|
|
39
|
+
import { API_NAMESPACE, RECORD_REPRESENTATION_NAME } from 'force/ldsAdaptersUiapi';
|
|
39
40
|
import { withDefaultLuvio } from 'native/ldsEngineMobile';
|
|
40
41
|
|
|
41
42
|
const { create, keys } = Object;
|
|
@@ -685,15 +686,6 @@ const nimbusDraftQueue = {
|
|
|
685
686
|
},
|
|
686
687
|
};
|
|
687
688
|
|
|
688
|
-
/**
|
|
689
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
690
|
-
* All rights reserved.
|
|
691
|
-
* For full license text, see the LICENSE.txt file
|
|
692
|
-
*/
|
|
693
|
-
|
|
694
|
-
const API_NAMESPACE = 'UiApi';
|
|
695
|
-
const RECORD_REPRESENTATION_NAME = 'RecordRepresentation';
|
|
696
|
-
|
|
697
689
|
let luvio = undefined;
|
|
698
690
|
let internalLuvio = undefined;
|
|
699
691
|
let uiApiRecordTTL;
|
|
@@ -796,4 +788,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
796
788
|
}
|
|
797
789
|
|
|
798
790
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
799
|
-
// version: 1.
|
|
791
|
+
// version: 1.242.0-57237c3b6
|