@salesforce/lds-worker-api 1.170.1 → 1.171.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.171.0-2b2365b14
|
|
@@ -3799,7 +3799,7 @@ function withDefaultLuvio(callback) {
|
|
|
3799
3799
|
}
|
|
3800
3800
|
callbacks.push(callback);
|
|
3801
3801
|
}
|
|
3802
|
-
// version: 1.
|
|
3802
|
+
// version: 1.171.0-2b2365b14
|
|
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.171.0-2b2365b14
|
|
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.171.0-2b2365b14
|
|
16149
16149
|
|
|
16150
16150
|
/**
|
|
16151
16151
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44106,7 +44106,7 @@ withDefaultLuvio((luvio) => {
|
|
|
44106
44106
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44107
44107
|
});
|
|
44108
44108
|
});
|
|
44109
|
-
// version: 1.
|
|
44109
|
+
// version: 1.171.0-c5e524eba
|
|
44110
44110
|
|
|
44111
44111
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44112
44112
|
|
|
@@ -60209,7 +60209,7 @@ register({
|
|
|
60209
60209
|
id: '@salesforce/lds-network-adapter',
|
|
60210
60210
|
instrument: instrument$1,
|
|
60211
60211
|
});
|
|
60212
|
-
// version: 1.
|
|
60212
|
+
// version: 1.171.0-2b2365b14
|
|
60213
60213
|
|
|
60214
60214
|
const { create: create$2, keys: keys$2 } = Object;
|
|
60215
60215
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -77552,7 +77552,7 @@ register({
|
|
|
77552
77552
|
configuration: { ...configurationForGraphQLAdapters },
|
|
77553
77553
|
instrument,
|
|
77554
77554
|
});
|
|
77555
|
-
// version: 1.
|
|
77555
|
+
// version: 1.171.0-c5e524eba
|
|
77556
77556
|
|
|
77557
77557
|
// On core the unstable adapters are re-exported with different names,
|
|
77558
77558
|
|
|
@@ -79799,7 +79799,7 @@ withDefaultLuvio((luvio) => {
|
|
|
79799
79799
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
79800
79800
|
graphQLImperative = ldsAdapter;
|
|
79801
79801
|
});
|
|
79802
|
-
// version: 1.
|
|
79802
|
+
// version: 1.171.0-c5e524eba
|
|
79803
79803
|
|
|
79804
79804
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
79805
79805
|
__proto__: null,
|
|
@@ -80488,4 +80488,4 @@ const { luvio } = getRuntime();
|
|
|
80488
80488
|
setDefaultLuvio({ luvio });
|
|
80489
80489
|
|
|
80490
80490
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
80491
|
-
// version: 1.
|
|
80491
|
+
// version: 1.171.0-2b2365b14
|
|
@@ -3805,7 +3805,7 @@
|
|
|
3805
3805
|
}
|
|
3806
3806
|
callbacks.push(callback);
|
|
3807
3807
|
}
|
|
3808
|
-
// version: 1.
|
|
3808
|
+
// version: 1.171.0-2b2365b14
|
|
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.171.0-2b2365b14
|
|
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.171.0-2b2365b14
|
|
16155
16155
|
|
|
16156
16156
|
/**
|
|
16157
16157
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44112,7 +44112,7 @@
|
|
|
44112
44112
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44113
44113
|
});
|
|
44114
44114
|
});
|
|
44115
|
-
// version: 1.
|
|
44115
|
+
// version: 1.171.0-c5e524eba
|
|
44116
44116
|
|
|
44117
44117
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44118
44118
|
|
|
@@ -60215,7 +60215,7 @@
|
|
|
60215
60215
|
id: '@salesforce/lds-network-adapter',
|
|
60216
60216
|
instrument: instrument$1,
|
|
60217
60217
|
});
|
|
60218
|
-
// version: 1.
|
|
60218
|
+
// version: 1.171.0-2b2365b14
|
|
60219
60219
|
|
|
60220
60220
|
const { create: create$2, keys: keys$2 } = Object;
|
|
60221
60221
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -77558,7 +77558,7 @@
|
|
|
77558
77558
|
configuration: { ...configurationForGraphQLAdapters },
|
|
77559
77559
|
instrument,
|
|
77560
77560
|
});
|
|
77561
|
-
// version: 1.
|
|
77561
|
+
// version: 1.171.0-c5e524eba
|
|
77562
77562
|
|
|
77563
77563
|
// On core the unstable adapters are re-exported with different names,
|
|
77564
77564
|
|
|
@@ -79805,7 +79805,7 @@
|
|
|
79805
79805
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
79806
79806
|
graphQLImperative = ldsAdapter;
|
|
79807
79807
|
});
|
|
79808
|
-
// version: 1.
|
|
79808
|
+
// version: 1.171.0-c5e524eba
|
|
79809
79809
|
|
|
79810
79810
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
79811
79811
|
__proto__: null,
|
|
@@ -80511,4 +80511,4 @@
|
|
|
80511
80511
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
80512
80512
|
|
|
80513
80513
|
}));
|
|
80514
|
-
// version: 1.
|
|
80514
|
+
// version: 1.171.0-2b2365b14
|