@salesforce/lds-worker-api 1.150.8 → 1.152.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.152.0-6a6af3d0d
|
|
@@ -3799,7 +3799,7 @@ function withDefaultLuvio(callback) {
|
|
|
3799
3799
|
}
|
|
3800
3800
|
callbacks.push(callback);
|
|
3801
3801
|
}
|
|
3802
|
-
// version: 1.
|
|
3802
|
+
// version: 1.152.0-6a6af3d0d
|
|
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) {
|
|
@@ -15223,7 +15223,7 @@ function parseAndVisit(source) {
|
|
|
15223
15223
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15224
15224
|
return luvioDocumentNode;
|
|
15225
15225
|
}
|
|
15226
|
-
// version: 1.
|
|
15226
|
+
// version: 1.152.0-6a6af3d0d
|
|
15227
15227
|
|
|
15228
15228
|
function unwrap(data) {
|
|
15229
15229
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16136,7 +16136,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16136
16136
|
const { apiFamily, name } = metadata;
|
|
16137
16137
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16138
16138
|
}
|
|
16139
|
-
// version: 1.
|
|
16139
|
+
// version: 1.152.0-6a6af3d0d
|
|
16140
16140
|
|
|
16141
16141
|
/**
|
|
16142
16142
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44007,7 +44007,7 @@ withDefaultLuvio((luvio) => {
|
|
|
44007
44007
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44008
44008
|
});
|
|
44009
44009
|
});
|
|
44010
|
-
// version: 1.
|
|
44010
|
+
// version: 1.152.0-6c7fc4861
|
|
44011
44011
|
|
|
44012
44012
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44013
44013
|
|
|
@@ -59629,7 +59629,7 @@ register({
|
|
|
59629
59629
|
id: '@salesforce/lds-network-adapter',
|
|
59630
59630
|
instrument: instrument$1,
|
|
59631
59631
|
});
|
|
59632
|
-
// version: 1.
|
|
59632
|
+
// version: 1.152.0-6a6af3d0d
|
|
59633
59633
|
|
|
59634
59634
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59635
59635
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -80474,7 +80474,7 @@ register({
|
|
|
80474
80474
|
configuration: { ...configurationForGraphQLAdapters },
|
|
80475
80475
|
instrument,
|
|
80476
80476
|
});
|
|
80477
|
-
// version: 1.
|
|
80477
|
+
// version: 1.152.0-6c7fc4861
|
|
80478
80478
|
|
|
80479
80479
|
// On core the unstable adapters are re-exported with different names,
|
|
80480
80480
|
|
|
@@ -82721,7 +82721,7 @@ withDefaultLuvio((luvio) => {
|
|
|
82721
82721
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
82722
82722
|
graphQLImperative = ldsAdapter;
|
|
82723
82723
|
});
|
|
82724
|
-
// version: 1.
|
|
82724
|
+
// version: 1.152.0-6c7fc4861
|
|
82725
82725
|
|
|
82726
82726
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
82727
82727
|
__proto__: null,
|
|
@@ -83410,4 +83410,4 @@ const { luvio } = getRuntime();
|
|
|
83410
83410
|
setDefaultLuvio({ luvio });
|
|
83411
83411
|
|
|
83412
83412
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
83413
|
-
// version: 1.
|
|
83413
|
+
// version: 1.152.0-6a6af3d0d
|
|
@@ -3805,7 +3805,7 @@
|
|
|
3805
3805
|
}
|
|
3806
3806
|
callbacks.push(callback);
|
|
3807
3807
|
}
|
|
3808
|
-
// version: 1.
|
|
3808
|
+
// version: 1.152.0-6a6af3d0d
|
|
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) {
|
|
@@ -15229,7 +15229,7 @@
|
|
|
15229
15229
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15230
15230
|
return luvioDocumentNode;
|
|
15231
15231
|
}
|
|
15232
|
-
// version: 1.
|
|
15232
|
+
// version: 1.152.0-6a6af3d0d
|
|
15233
15233
|
|
|
15234
15234
|
function unwrap(data) {
|
|
15235
15235
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16142,7 +16142,7 @@
|
|
|
16142
16142
|
const { apiFamily, name } = metadata;
|
|
16143
16143
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16144
16144
|
}
|
|
16145
|
-
// version: 1.
|
|
16145
|
+
// version: 1.152.0-6a6af3d0d
|
|
16146
16146
|
|
|
16147
16147
|
/**
|
|
16148
16148
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44013,7 +44013,7 @@
|
|
|
44013
44013
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44014
44014
|
});
|
|
44015
44015
|
});
|
|
44016
|
-
// version: 1.
|
|
44016
|
+
// version: 1.152.0-6c7fc4861
|
|
44017
44017
|
|
|
44018
44018
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44019
44019
|
|
|
@@ -59635,7 +59635,7 @@
|
|
|
59635
59635
|
id: '@salesforce/lds-network-adapter',
|
|
59636
59636
|
instrument: instrument$1,
|
|
59637
59637
|
});
|
|
59638
|
-
// version: 1.
|
|
59638
|
+
// version: 1.152.0-6a6af3d0d
|
|
59639
59639
|
|
|
59640
59640
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59641
59641
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -80480,7 +80480,7 @@
|
|
|
80480
80480
|
configuration: { ...configurationForGraphQLAdapters },
|
|
80481
80481
|
instrument,
|
|
80482
80482
|
});
|
|
80483
|
-
// version: 1.
|
|
80483
|
+
// version: 1.152.0-6c7fc4861
|
|
80484
80484
|
|
|
80485
80485
|
// On core the unstable adapters are re-exported with different names,
|
|
80486
80486
|
|
|
@@ -82727,7 +82727,7 @@
|
|
|
82727
82727
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
82728
82728
|
graphQLImperative = ldsAdapter;
|
|
82729
82729
|
});
|
|
82730
|
-
// version: 1.
|
|
82730
|
+
// version: 1.152.0-6c7fc4861
|
|
82731
82731
|
|
|
82732
82732
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
82733
82733
|
__proto__: null,
|
|
@@ -83433,4 +83433,4 @@
|
|
|
83433
83433
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
83434
83434
|
|
|
83435
83435
|
}));
|
|
83436
|
-
// version: 1.
|
|
83436
|
+
// version: 1.152.0-6a6af3d0d
|