@salesforce/lds-worker-api 1.250.1 → 1.251.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.
|
@@ -1000,4 +1000,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
1000
1000
|
}
|
|
1001
1001
|
|
|
1002
1002
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
1003
|
-
// version: 1.
|
|
1003
|
+
// version: 1.251.0-51b11f205
|
|
@@ -4104,7 +4104,7 @@ function withDefaultLuvio(callback) {
|
|
|
4104
4104
|
}
|
|
4105
4105
|
callbacks.push(callback);
|
|
4106
4106
|
}
|
|
4107
|
-
// version: 1.
|
|
4107
|
+
// version: 1.251.0-51b11f205
|
|
4108
4108
|
|
|
4109
4109
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4110
4110
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15612,7 +15612,7 @@ function gql(literals, ...subs) {
|
|
|
15612
15612
|
}
|
|
15613
15613
|
return superResult;
|
|
15614
15614
|
}
|
|
15615
|
-
// version: 1.
|
|
15615
|
+
// version: 1.251.0-51b11f205
|
|
15616
15616
|
|
|
15617
15617
|
function unwrap(data) {
|
|
15618
15618
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16537,7 +16537,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16537
16537
|
const { apiFamily, name } = metadata;
|
|
16538
16538
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16539
16539
|
}
|
|
16540
|
-
// version: 1.
|
|
16540
|
+
// version: 1.251.0-51b11f205
|
|
16541
16541
|
|
|
16542
16542
|
/**
|
|
16543
16543
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -42745,7 +42745,7 @@ withDefaultLuvio((luvio) => {
|
|
|
42745
42745
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyListInfoUpdateAvailable', notifyUpdateAvailableFactory$1));
|
|
42746
42746
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyQuickActionDefaultsUpdateAvailable', notifyUpdateAvailableFactory));
|
|
42747
42747
|
});
|
|
42748
|
-
// version: 1.
|
|
42748
|
+
// version: 1.251.0-55b09aa76
|
|
42749
42749
|
|
|
42750
42750
|
var ldsIdempotencyWriteDisabled = {
|
|
42751
42751
|
isOpen: function (e) {
|
|
@@ -60240,7 +60240,7 @@ register$1({
|
|
|
60240
60240
|
id: '@salesforce/lds-network-adapter',
|
|
60241
60241
|
instrument: instrument$2,
|
|
60242
60242
|
});
|
|
60243
|
-
// version: 1.
|
|
60243
|
+
// version: 1.251.0-51b11f205
|
|
60244
60244
|
|
|
60245
60245
|
const { create: create$3, keys: keys$3 } = Object;
|
|
60246
60246
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -78569,7 +78569,7 @@ register$1({
|
|
|
78569
78569
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
78570
78570
|
instrument: instrument$1,
|
|
78571
78571
|
});
|
|
78572
|
-
// version: 1.
|
|
78572
|
+
// version: 1.251.0-55b09aa76
|
|
78573
78573
|
|
|
78574
78574
|
// On core the unstable adapters are re-exported with different names,
|
|
78575
78575
|
// we want to match them here.
|
|
@@ -80819,7 +80819,7 @@ withDefaultLuvio((luvio) => {
|
|
|
80819
80819
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
80820
80820
|
graphQLImperative = ldsAdapter;
|
|
80821
80821
|
});
|
|
80822
|
-
// version: 1.
|
|
80822
|
+
// version: 1.251.0-55b09aa76
|
|
80823
80823
|
|
|
80824
80824
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
80825
80825
|
__proto__: null,
|
|
@@ -81517,7 +81517,7 @@ const callbacks$1 = [];
|
|
|
81517
81517
|
function register(r) {
|
|
81518
81518
|
callbacks$1.forEach((callback) => callback(r));
|
|
81519
81519
|
}
|
|
81520
|
-
// version: 1.
|
|
81520
|
+
// version: 1.251.0-51b11f205
|
|
81521
81521
|
|
|
81522
81522
|
/**
|
|
81523
81523
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -86386,4 +86386,4 @@ const { luvio } = getRuntime();
|
|
|
86386
86386
|
setDefaultLuvio({ luvio });
|
|
86387
86387
|
|
|
86388
86388
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
86389
|
-
// version: 1.
|
|
86389
|
+
// version: 1.251.0-51b11f205
|
|
@@ -4110,7 +4110,7 @@
|
|
|
4110
4110
|
}
|
|
4111
4111
|
callbacks.push(callback);
|
|
4112
4112
|
}
|
|
4113
|
-
// version: 1.
|
|
4113
|
+
// version: 1.251.0-51b11f205
|
|
4114
4114
|
|
|
4115
4115
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4116
4116
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15618,7 +15618,7 @@
|
|
|
15618
15618
|
}
|
|
15619
15619
|
return superResult;
|
|
15620
15620
|
}
|
|
15621
|
-
// version: 1.
|
|
15621
|
+
// version: 1.251.0-51b11f205
|
|
15622
15622
|
|
|
15623
15623
|
function unwrap(data) {
|
|
15624
15624
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16543,7 +16543,7 @@
|
|
|
16543
16543
|
const { apiFamily, name } = metadata;
|
|
16544
16544
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16545
16545
|
}
|
|
16546
|
-
// version: 1.
|
|
16546
|
+
// version: 1.251.0-51b11f205
|
|
16547
16547
|
|
|
16548
16548
|
/**
|
|
16549
16549
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -42751,7 +42751,7 @@
|
|
|
42751
42751
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyListInfoUpdateAvailable', notifyUpdateAvailableFactory$1));
|
|
42752
42752
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyQuickActionDefaultsUpdateAvailable', notifyUpdateAvailableFactory));
|
|
42753
42753
|
});
|
|
42754
|
-
// version: 1.
|
|
42754
|
+
// version: 1.251.0-55b09aa76
|
|
42755
42755
|
|
|
42756
42756
|
var ldsIdempotencyWriteDisabled = {
|
|
42757
42757
|
isOpen: function (e) {
|
|
@@ -60246,7 +60246,7 @@
|
|
|
60246
60246
|
id: '@salesforce/lds-network-adapter',
|
|
60247
60247
|
instrument: instrument$2,
|
|
60248
60248
|
});
|
|
60249
|
-
// version: 1.
|
|
60249
|
+
// version: 1.251.0-51b11f205
|
|
60250
60250
|
|
|
60251
60251
|
const { create: create$3, keys: keys$3 } = Object;
|
|
60252
60252
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -78575,7 +78575,7 @@
|
|
|
78575
78575
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
78576
78576
|
instrument: instrument$1,
|
|
78577
78577
|
});
|
|
78578
|
-
// version: 1.
|
|
78578
|
+
// version: 1.251.0-55b09aa76
|
|
78579
78579
|
|
|
78580
78580
|
// On core the unstable adapters are re-exported with different names,
|
|
78581
78581
|
// we want to match them here.
|
|
@@ -80825,7 +80825,7 @@
|
|
|
80825
80825
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
80826
80826
|
graphQLImperative = ldsAdapter;
|
|
80827
80827
|
});
|
|
80828
|
-
// version: 1.
|
|
80828
|
+
// version: 1.251.0-55b09aa76
|
|
80829
80829
|
|
|
80830
80830
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
80831
80831
|
__proto__: null,
|
|
@@ -81523,7 +81523,7 @@
|
|
|
81523
81523
|
function register(r) {
|
|
81524
81524
|
callbacks$1.forEach((callback) => callback(r));
|
|
81525
81525
|
}
|
|
81526
|
-
// version: 1.
|
|
81526
|
+
// version: 1.251.0-51b11f205
|
|
81527
81527
|
|
|
81528
81528
|
/**
|
|
81529
81529
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -86410,4 +86410,4 @@
|
|
|
86410
86410
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
86411
86411
|
|
|
86412
86412
|
}));
|
|
86413
|
-
// version: 1.
|
|
86413
|
+
// version: 1.251.0-51b11f205
|