@salesforce/lds-worker-api 1.206.0 → 1.207.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.207.0-d3cedc6aa
|
|
@@ -3799,7 +3799,7 @@ function withDefaultLuvio(callback) {
|
|
|
3799
3799
|
}
|
|
3800
3800
|
callbacks.push(callback);
|
|
3801
3801
|
}
|
|
3802
|
-
// version: 1.
|
|
3802
|
+
// version: 1.207.0-d3cedc6aa
|
|
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.207.0-d3cedc6aa
|
|
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.207.0-d3cedc6aa
|
|
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.207.0-d542abb81
|
|
44943
44943
|
|
|
44944
44944
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44945
44945
|
|
|
@@ -61180,7 +61180,7 @@ register({
|
|
|
61180
61180
|
id: '@salesforce/lds-network-adapter',
|
|
61181
61181
|
instrument: instrument$1,
|
|
61182
61182
|
});
|
|
61183
|
-
// version: 1.
|
|
61183
|
+
// version: 1.207.0-d3cedc6aa
|
|
61184
61184
|
|
|
61185
61185
|
const { create: create$2, keys: keys$2 } = Object;
|
|
61186
61186
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -78523,7 +78523,7 @@ register({
|
|
|
78523
78523
|
configuration: { ...configurationForGraphQLAdapters },
|
|
78524
78524
|
instrument,
|
|
78525
78525
|
});
|
|
78526
|
-
// version: 1.
|
|
78526
|
+
// version: 1.207.0-d542abb81
|
|
78527
78527
|
|
|
78528
78528
|
// On core the unstable adapters are re-exported with different names,
|
|
78529
78529
|
|
|
@@ -80770,7 +80770,7 @@ withDefaultLuvio((luvio) => {
|
|
|
80770
80770
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
80771
80771
|
graphQLImperative = ldsAdapter;
|
|
80772
80772
|
});
|
|
80773
|
-
// version: 1.
|
|
80773
|
+
// version: 1.207.0-d542abb81
|
|
80774
80774
|
|
|
80775
80775
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
80776
80776
|
__proto__: null,
|
|
@@ -81459,4 +81459,4 @@ const { luvio } = getRuntime();
|
|
|
81459
81459
|
setDefaultLuvio({ luvio });
|
|
81460
81460
|
|
|
81461
81461
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
81462
|
-
// version: 1.
|
|
81462
|
+
// version: 1.207.0-d3cedc6aa
|
|
@@ -3805,7 +3805,7 @@
|
|
|
3805
3805
|
}
|
|
3806
3806
|
callbacks.push(callback);
|
|
3807
3807
|
}
|
|
3808
|
-
// version: 1.
|
|
3808
|
+
// version: 1.207.0-d3cedc6aa
|
|
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.207.0-d3cedc6aa
|
|
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.207.0-d3cedc6aa
|
|
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.207.0-d542abb81
|
|
44949
44949
|
|
|
44950
44950
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44951
44951
|
|
|
@@ -61186,7 +61186,7 @@
|
|
|
61186
61186
|
id: '@salesforce/lds-network-adapter',
|
|
61187
61187
|
instrument: instrument$1,
|
|
61188
61188
|
});
|
|
61189
|
-
// version: 1.
|
|
61189
|
+
// version: 1.207.0-d3cedc6aa
|
|
61190
61190
|
|
|
61191
61191
|
const { create: create$2, keys: keys$2 } = Object;
|
|
61192
61192
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -78529,7 +78529,7 @@
|
|
|
78529
78529
|
configuration: { ...configurationForGraphQLAdapters },
|
|
78530
78530
|
instrument,
|
|
78531
78531
|
});
|
|
78532
|
-
// version: 1.
|
|
78532
|
+
// version: 1.207.0-d542abb81
|
|
78533
78533
|
|
|
78534
78534
|
// On core the unstable adapters are re-exported with different names,
|
|
78535
78535
|
|
|
@@ -80776,7 +80776,7 @@
|
|
|
80776
80776
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
80777
80777
|
graphQLImperative = ldsAdapter;
|
|
80778
80778
|
});
|
|
80779
|
-
// version: 1.
|
|
80779
|
+
// version: 1.207.0-d542abb81
|
|
80780
80780
|
|
|
80781
80781
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
80782
80782
|
__proto__: null,
|
|
@@ -81482,4 +81482,4 @@
|
|
|
81482
81482
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
81483
81483
|
|
|
81484
81484
|
}));
|
|
81485
|
-
// version: 1.
|
|
81485
|
+
// version: 1.207.0-d3cedc6aa
|