@salesforce/lds-worker-api 1.203.0 → 1.205.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.
|
@@ -770,4 +770,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
770
770
|
}
|
|
771
771
|
|
|
772
772
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
773
|
-
// version: 1.
|
|
773
|
+
// version: 1.205.0-8c6377405
|
|
@@ -3799,7 +3799,7 @@ function withDefaultLuvio(callback) {
|
|
|
3799
3799
|
}
|
|
3800
3800
|
callbacks.push(callback);
|
|
3801
3801
|
}
|
|
3802
|
-
// version: 1.
|
|
3802
|
+
// version: 1.205.0-8c6377405
|
|
3803
3803
|
|
|
3804
3804
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3805
3805
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15232,7 +15232,7 @@ function parseAndVisit(source) {
|
|
|
15232
15232
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15233
15233
|
return luvioDocumentNode;
|
|
15234
15234
|
}
|
|
15235
|
-
// version: 1.
|
|
15235
|
+
// version: 1.205.0-8c6377405
|
|
15236
15236
|
|
|
15237
15237
|
function unwrap(data) {
|
|
15238
15238
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16145,7 +16145,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16145
16145
|
const { apiFamily, name } = metadata;
|
|
16146
16146
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16147
16147
|
}
|
|
16148
|
-
// version: 1.
|
|
16148
|
+
// version: 1.205.0-8c6377405
|
|
16149
16149
|
|
|
16150
16150
|
/**
|
|
16151
16151
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44939,7 +44939,7 @@ withDefaultLuvio((luvio) => {
|
|
|
44939
44939
|
});
|
|
44940
44940
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyListViewSummaryUpdateAvailable', notifyUpdateAvailableFactory));
|
|
44941
44941
|
});
|
|
44942
|
-
// version: 1.
|
|
44942
|
+
// version: 1.205.0-f0a1bdb95
|
|
44943
44943
|
|
|
44944
44944
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44945
44945
|
|
|
@@ -61166,7 +61166,7 @@ register({
|
|
|
61166
61166
|
id: '@salesforce/lds-network-adapter',
|
|
61167
61167
|
instrument: instrument$1,
|
|
61168
61168
|
});
|
|
61169
|
-
// version: 1.
|
|
61169
|
+
// version: 1.205.0-8c6377405
|
|
61170
61170
|
|
|
61171
61171
|
const { create: create$2, keys: keys$2 } = Object;
|
|
61172
61172
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -78509,7 +78509,7 @@ register({
|
|
|
78509
78509
|
configuration: { ...configurationForGraphQLAdapters },
|
|
78510
78510
|
instrument,
|
|
78511
78511
|
});
|
|
78512
|
-
// version: 1.
|
|
78512
|
+
// version: 1.205.0-f0a1bdb95
|
|
78513
78513
|
|
|
78514
78514
|
// On core the unstable adapters are re-exported with different names,
|
|
78515
78515
|
|
|
@@ -80756,7 +80756,7 @@ withDefaultLuvio((luvio) => {
|
|
|
80756
80756
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
80757
80757
|
graphQLImperative = ldsAdapter;
|
|
80758
80758
|
});
|
|
80759
|
-
// version: 1.
|
|
80759
|
+
// version: 1.205.0-f0a1bdb95
|
|
80760
80760
|
|
|
80761
80761
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
80762
80762
|
__proto__: null,
|
|
@@ -81445,4 +81445,4 @@ const { luvio } = getRuntime();
|
|
|
81445
81445
|
setDefaultLuvio({ luvio });
|
|
81446
81446
|
|
|
81447
81447
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
81448
|
-
// version: 1.
|
|
81448
|
+
// version: 1.205.0-8c6377405
|
|
@@ -3805,7 +3805,7 @@
|
|
|
3805
3805
|
}
|
|
3806
3806
|
callbacks.push(callback);
|
|
3807
3807
|
}
|
|
3808
|
-
// version: 1.
|
|
3808
|
+
// version: 1.205.0-8c6377405
|
|
3809
3809
|
|
|
3810
3810
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3811
3811
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15238,7 +15238,7 @@
|
|
|
15238
15238
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15239
15239
|
return luvioDocumentNode;
|
|
15240
15240
|
}
|
|
15241
|
-
// version: 1.
|
|
15241
|
+
// version: 1.205.0-8c6377405
|
|
15242
15242
|
|
|
15243
15243
|
function unwrap(data) {
|
|
15244
15244
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16151,7 +16151,7 @@
|
|
|
16151
16151
|
const { apiFamily, name } = metadata;
|
|
16152
16152
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16153
16153
|
}
|
|
16154
|
-
// version: 1.
|
|
16154
|
+
// version: 1.205.0-8c6377405
|
|
16155
16155
|
|
|
16156
16156
|
/**
|
|
16157
16157
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44945,7 +44945,7 @@
|
|
|
44945
44945
|
});
|
|
44946
44946
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyListViewSummaryUpdateAvailable', notifyUpdateAvailableFactory));
|
|
44947
44947
|
});
|
|
44948
|
-
// version: 1.
|
|
44948
|
+
// version: 1.205.0-f0a1bdb95
|
|
44949
44949
|
|
|
44950
44950
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44951
44951
|
|
|
@@ -61172,7 +61172,7 @@
|
|
|
61172
61172
|
id: '@salesforce/lds-network-adapter',
|
|
61173
61173
|
instrument: instrument$1,
|
|
61174
61174
|
});
|
|
61175
|
-
// version: 1.
|
|
61175
|
+
// version: 1.205.0-8c6377405
|
|
61176
61176
|
|
|
61177
61177
|
const { create: create$2, keys: keys$2 } = Object;
|
|
61178
61178
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -78515,7 +78515,7 @@
|
|
|
78515
78515
|
configuration: { ...configurationForGraphQLAdapters },
|
|
78516
78516
|
instrument,
|
|
78517
78517
|
});
|
|
78518
|
-
// version: 1.
|
|
78518
|
+
// version: 1.205.0-f0a1bdb95
|
|
78519
78519
|
|
|
78520
78520
|
// On core the unstable adapters are re-exported with different names,
|
|
78521
78521
|
|
|
@@ -80762,7 +80762,7 @@
|
|
|
80762
80762
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
80763
80763
|
graphQLImperative = ldsAdapter;
|
|
80764
80764
|
});
|
|
80765
|
-
// version: 1.
|
|
80765
|
+
// version: 1.205.0-f0a1bdb95
|
|
80766
80766
|
|
|
80767
80767
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
80768
80768
|
__proto__: null,
|
|
@@ -81468,4 +81468,4 @@
|
|
|
81468
81468
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
81469
81469
|
|
|
81470
81470
|
}));
|
|
81471
|
-
// version: 1.
|
|
81471
|
+
// version: 1.205.0-8c6377405
|