@salesforce/lds-worker-api 1.199.1 → 1.200.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.200.0-c4cb94fd9
|
|
@@ -3799,7 +3799,7 @@ function withDefaultLuvio(callback) {
|
|
|
3799
3799
|
}
|
|
3800
3800
|
callbacks.push(callback);
|
|
3801
3801
|
}
|
|
3802
|
-
// version: 1.
|
|
3802
|
+
// version: 1.200.0-c4cb94fd9
|
|
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.200.0-c4cb94fd9
|
|
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.200.0-c4cb94fd9
|
|
16149
16149
|
|
|
16150
16150
|
/**
|
|
16151
16151
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44508,7 +44508,7 @@ withDefaultLuvio((luvio) => {
|
|
|
44508
44508
|
});
|
|
44509
44509
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyListViewSummaryUpdateAvailable', notifyUpdateAvailableFactory));
|
|
44510
44510
|
});
|
|
44511
|
-
// version: 1.
|
|
44511
|
+
// version: 1.200.0-dab735b42
|
|
44512
44512
|
|
|
44513
44513
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44514
44514
|
|
|
@@ -60735,7 +60735,7 @@ register({
|
|
|
60735
60735
|
id: '@salesforce/lds-network-adapter',
|
|
60736
60736
|
instrument: instrument$1,
|
|
60737
60737
|
});
|
|
60738
|
-
// version: 1.
|
|
60738
|
+
// version: 1.200.0-c4cb94fd9
|
|
60739
60739
|
|
|
60740
60740
|
const { create: create$2, keys: keys$2 } = Object;
|
|
60741
60741
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -78078,7 +78078,7 @@ register({
|
|
|
78078
78078
|
configuration: { ...configurationForGraphQLAdapters },
|
|
78079
78079
|
instrument,
|
|
78080
78080
|
});
|
|
78081
|
-
// version: 1.
|
|
78081
|
+
// version: 1.200.0-dab735b42
|
|
78082
78082
|
|
|
78083
78083
|
// On core the unstable adapters are re-exported with different names,
|
|
78084
78084
|
|
|
@@ -80325,7 +80325,7 @@ withDefaultLuvio((luvio) => {
|
|
|
80325
80325
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
80326
80326
|
graphQLImperative = ldsAdapter;
|
|
80327
80327
|
});
|
|
80328
|
-
// version: 1.
|
|
80328
|
+
// version: 1.200.0-dab735b42
|
|
80329
80329
|
|
|
80330
80330
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
80331
80331
|
__proto__: null,
|
|
@@ -81014,4 +81014,4 @@ const { luvio } = getRuntime();
|
|
|
81014
81014
|
setDefaultLuvio({ luvio });
|
|
81015
81015
|
|
|
81016
81016
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
81017
|
-
// version: 1.
|
|
81017
|
+
// version: 1.200.0-c4cb94fd9
|
|
@@ -3805,7 +3805,7 @@
|
|
|
3805
3805
|
}
|
|
3806
3806
|
callbacks.push(callback);
|
|
3807
3807
|
}
|
|
3808
|
-
// version: 1.
|
|
3808
|
+
// version: 1.200.0-c4cb94fd9
|
|
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.200.0-c4cb94fd9
|
|
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.200.0-c4cb94fd9
|
|
16155
16155
|
|
|
16156
16156
|
/**
|
|
16157
16157
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44514,7 +44514,7 @@
|
|
|
44514
44514
|
});
|
|
44515
44515
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyListViewSummaryUpdateAvailable', notifyUpdateAvailableFactory));
|
|
44516
44516
|
});
|
|
44517
|
-
// version: 1.
|
|
44517
|
+
// version: 1.200.0-dab735b42
|
|
44518
44518
|
|
|
44519
44519
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44520
44520
|
|
|
@@ -60741,7 +60741,7 @@
|
|
|
60741
60741
|
id: '@salesforce/lds-network-adapter',
|
|
60742
60742
|
instrument: instrument$1,
|
|
60743
60743
|
});
|
|
60744
|
-
// version: 1.
|
|
60744
|
+
// version: 1.200.0-c4cb94fd9
|
|
60745
60745
|
|
|
60746
60746
|
const { create: create$2, keys: keys$2 } = Object;
|
|
60747
60747
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -78084,7 +78084,7 @@
|
|
|
78084
78084
|
configuration: { ...configurationForGraphQLAdapters },
|
|
78085
78085
|
instrument,
|
|
78086
78086
|
});
|
|
78087
|
-
// version: 1.
|
|
78087
|
+
// version: 1.200.0-dab735b42
|
|
78088
78088
|
|
|
78089
78089
|
// On core the unstable adapters are re-exported with different names,
|
|
78090
78090
|
|
|
@@ -80331,7 +80331,7 @@
|
|
|
80331
80331
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
80332
80332
|
graphQLImperative = ldsAdapter;
|
|
80333
80333
|
});
|
|
80334
|
-
// version: 1.
|
|
80334
|
+
// version: 1.200.0-dab735b42
|
|
80335
80335
|
|
|
80336
80336
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
80337
80337
|
__proto__: null,
|
|
@@ -81037,4 +81037,4 @@
|
|
|
81037
81037
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
81038
81038
|
|
|
81039
81039
|
}));
|
|
81040
|
-
// version: 1.
|
|
81040
|
+
// version: 1.200.0-c4cb94fd9
|