@salesforce/lds-worker-api 1.144.0 → 1.145.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.
|
@@ -758,4 +758,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
758
758
|
}
|
|
759
759
|
|
|
760
760
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
761
|
-
// version: 1.
|
|
761
|
+
// version: 1.145.0-a93c76713
|
|
@@ -3800,7 +3800,7 @@ function withDefaultLuvio(callback) {
|
|
|
3800
3800
|
}
|
|
3801
3801
|
callbacks.push(callback);
|
|
3802
3802
|
}
|
|
3803
|
-
// version: 1.
|
|
3803
|
+
// version: 1.145.0-a93c76713
|
|
3804
3804
|
|
|
3805
3805
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3806
3806
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15224,7 +15224,7 @@ function parseAndVisit(source) {
|
|
|
15224
15224
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15225
15225
|
return luvioDocumentNode;
|
|
15226
15226
|
}
|
|
15227
|
-
// version: 1.
|
|
15227
|
+
// version: 1.145.0-a93c76713
|
|
15228
15228
|
|
|
15229
15229
|
function unwrap(data) {
|
|
15230
15230
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16137,7 +16137,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16137
16137
|
const { apiFamily, name } = metadata;
|
|
16138
16138
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16139
16139
|
}
|
|
16140
|
-
// version: 1.
|
|
16140
|
+
// version: 1.145.0-a93c76713
|
|
16141
16141
|
|
|
16142
16142
|
/**
|
|
16143
16143
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44007,7 +44007,7 @@ withDefaultLuvio((luvio) => {
|
|
|
44007
44007
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44008
44008
|
});
|
|
44009
44009
|
});
|
|
44010
|
-
// version: 1.
|
|
44010
|
+
// version: 1.145.0-5ff081cdd
|
|
44011
44011
|
|
|
44012
44012
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44013
44013
|
|
|
@@ -59894,7 +59894,7 @@ register({
|
|
|
59894
59894
|
id: '@salesforce/lds-network-adapter',
|
|
59895
59895
|
instrument: instrument$1,
|
|
59896
59896
|
});
|
|
59897
|
-
// version: 1.
|
|
59897
|
+
// version: 1.145.0-a93c76713
|
|
59898
59898
|
|
|
59899
59899
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59900
59900
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -80739,7 +80739,7 @@ register({
|
|
|
80739
80739
|
configuration: { ...configurationForGraphQLAdapters },
|
|
80740
80740
|
instrument,
|
|
80741
80741
|
});
|
|
80742
|
-
// version: 1.
|
|
80742
|
+
// version: 1.145.0-5ff081cdd
|
|
80743
80743
|
|
|
80744
80744
|
// On core the unstable adapters are re-exported with different names,
|
|
80745
80745
|
|
|
@@ -82977,7 +82977,7 @@ withDefaultLuvio((luvio) => {
|
|
|
82977
82977
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
82978
82978
|
graphQLImperative = ldsAdapter;
|
|
82979
82979
|
});
|
|
82980
|
-
// version: 1.
|
|
82980
|
+
// version: 1.145.0-5ff081cdd
|
|
82981
82981
|
|
|
82982
82982
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
82983
82983
|
__proto__: null,
|
|
@@ -83666,4 +83666,4 @@ const { luvio } = getRuntime();
|
|
|
83666
83666
|
setDefaultLuvio({ luvio });
|
|
83667
83667
|
|
|
83668
83668
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
83669
|
-
// version: 1.
|
|
83669
|
+
// version: 1.145.0-a93c76713
|
|
@@ -3808,7 +3808,7 @@
|
|
|
3808
3808
|
}
|
|
3809
3809
|
callbacks.push(callback);
|
|
3810
3810
|
}
|
|
3811
|
-
// version: 1.
|
|
3811
|
+
// version: 1.145.0-a93c76713
|
|
3812
3812
|
|
|
3813
3813
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3814
3814
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15232,7 +15232,7 @@
|
|
|
15232
15232
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15233
15233
|
return luvioDocumentNode;
|
|
15234
15234
|
}
|
|
15235
|
-
// version: 1.
|
|
15235
|
+
// version: 1.145.0-a93c76713
|
|
15236
15236
|
|
|
15237
15237
|
function unwrap(data) {
|
|
15238
15238
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16145,7 +16145,7 @@
|
|
|
16145
16145
|
const { apiFamily, name } = metadata;
|
|
16146
16146
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16147
16147
|
}
|
|
16148
|
-
// version: 1.
|
|
16148
|
+
// version: 1.145.0-a93c76713
|
|
16149
16149
|
|
|
16150
16150
|
/**
|
|
16151
16151
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44015,7 +44015,7 @@
|
|
|
44015
44015
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44016
44016
|
});
|
|
44017
44017
|
});
|
|
44018
|
-
// version: 1.
|
|
44018
|
+
// version: 1.145.0-5ff081cdd
|
|
44019
44019
|
|
|
44020
44020
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44021
44021
|
|
|
@@ -59902,7 +59902,7 @@
|
|
|
59902
59902
|
id: '@salesforce/lds-network-adapter',
|
|
59903
59903
|
instrument: instrument$1,
|
|
59904
59904
|
});
|
|
59905
|
-
// version: 1.
|
|
59905
|
+
// version: 1.145.0-a93c76713
|
|
59906
59906
|
|
|
59907
59907
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59908
59908
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -80747,7 +80747,7 @@
|
|
|
80747
80747
|
configuration: { ...configurationForGraphQLAdapters },
|
|
80748
80748
|
instrument,
|
|
80749
80749
|
});
|
|
80750
|
-
// version: 1.
|
|
80750
|
+
// version: 1.145.0-5ff081cdd
|
|
80751
80751
|
|
|
80752
80752
|
// On core the unstable adapters are re-exported with different names,
|
|
80753
80753
|
|
|
@@ -82985,7 +82985,7 @@
|
|
|
82985
82985
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
82986
82986
|
graphQLImperative = ldsAdapter;
|
|
82987
82987
|
});
|
|
82988
|
-
// version: 1.
|
|
82988
|
+
// version: 1.145.0-5ff081cdd
|
|
82989
82989
|
|
|
82990
82990
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
82991
82991
|
__proto__: null,
|
|
@@ -83691,4 +83691,4 @@
|
|
|
83691
83691
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
83692
83692
|
|
|
83693
83693
|
}));
|
|
83694
|
-
// version: 1.
|
|
83694
|
+
// version: 1.145.0-a93c76713
|