@salesforce/lds-worker-api 1.119.2 → 1.119.3
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.
|
@@ -751,4 +751,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
751
751
|
}
|
|
752
752
|
|
|
753
753
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
754
|
-
// version: 1.119.
|
|
754
|
+
// version: 1.119.3-6c74eaafc
|
|
@@ -3776,7 +3776,7 @@ function withDefaultLuvio(callback) {
|
|
|
3776
3776
|
}
|
|
3777
3777
|
callbacks.push(callback);
|
|
3778
3778
|
}
|
|
3779
|
-
// version: 1.119.
|
|
3779
|
+
// version: 1.119.3-6c74eaafc
|
|
3780
3780
|
|
|
3781
3781
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3782
3782
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15200,7 +15200,7 @@ function parseAndVisit(source) {
|
|
|
15200
15200
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15201
15201
|
return luvioDocumentNode;
|
|
15202
15202
|
}
|
|
15203
|
-
// version: 1.119.
|
|
15203
|
+
// version: 1.119.3-6c74eaafc
|
|
15204
15204
|
|
|
15205
15205
|
function unwrap(data) {
|
|
15206
15206
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16113,7 +16113,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16113
16113
|
const { apiFamily, name } = metadata;
|
|
16114
16114
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16115
16115
|
}
|
|
16116
|
-
// version: 1.119.
|
|
16116
|
+
// version: 1.119.3-6c74eaafc
|
|
16117
16117
|
|
|
16118
16118
|
/**
|
|
16119
16119
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44347,7 +44347,7 @@ withDefaultLuvio((luvio) => {
|
|
|
44347
44347
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44348
44348
|
});
|
|
44349
44349
|
});
|
|
44350
|
-
// version: 1.119.
|
|
44350
|
+
// version: 1.119.3-82df822c5
|
|
44351
44351
|
|
|
44352
44352
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44353
44353
|
|
|
@@ -59855,7 +59855,7 @@ register({
|
|
|
59855
59855
|
id: '@salesforce/lds-network-adapter',
|
|
59856
59856
|
instrument: instrument$1,
|
|
59857
59857
|
});
|
|
59858
|
-
// version: 1.119.
|
|
59858
|
+
// version: 1.119.3-6c74eaafc
|
|
59859
59859
|
|
|
59860
59860
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59861
59861
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -75030,7 +75030,7 @@ register({
|
|
|
75030
75030
|
configuration: { ...configurationForGraphQLAdapters },
|
|
75031
75031
|
instrument,
|
|
75032
75032
|
});
|
|
75033
|
-
// version: 1.119.
|
|
75033
|
+
// version: 1.119.3-82df822c5
|
|
75034
75034
|
|
|
75035
75035
|
// On core the unstable adapters are re-exported with different names,
|
|
75036
75036
|
|
|
@@ -77159,7 +77159,7 @@ withDefaultLuvio((luvio) => {
|
|
|
77159
77159
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
77160
77160
|
graphQLImperative = ldsAdapter;
|
|
77161
77161
|
});
|
|
77162
|
-
// version: 1.119.
|
|
77162
|
+
// version: 1.119.3-82df822c5
|
|
77163
77163
|
|
|
77164
77164
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
77165
77165
|
__proto__: null,
|
|
@@ -77841,4 +77841,4 @@ const { luvio } = getRuntime();
|
|
|
77841
77841
|
setDefaultLuvio({ luvio });
|
|
77842
77842
|
|
|
77843
77843
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
77844
|
-
// version: 1.119.
|
|
77844
|
+
// version: 1.119.3-6c74eaafc
|
|
@@ -3782,7 +3782,7 @@
|
|
|
3782
3782
|
}
|
|
3783
3783
|
callbacks.push(callback);
|
|
3784
3784
|
}
|
|
3785
|
-
// version: 1.119.
|
|
3785
|
+
// version: 1.119.3-6c74eaafc
|
|
3786
3786
|
|
|
3787
3787
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3788
3788
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15206,7 +15206,7 @@
|
|
|
15206
15206
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15207
15207
|
return luvioDocumentNode;
|
|
15208
15208
|
}
|
|
15209
|
-
// version: 1.119.
|
|
15209
|
+
// version: 1.119.3-6c74eaafc
|
|
15210
15210
|
|
|
15211
15211
|
function unwrap(data) {
|
|
15212
15212
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16119,7 +16119,7 @@
|
|
|
16119
16119
|
const { apiFamily, name } = metadata;
|
|
16120
16120
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16121
16121
|
}
|
|
16122
|
-
// version: 1.119.
|
|
16122
|
+
// version: 1.119.3-6c74eaafc
|
|
16123
16123
|
|
|
16124
16124
|
/**
|
|
16125
16125
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44353,7 +44353,7 @@
|
|
|
44353
44353
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44354
44354
|
});
|
|
44355
44355
|
});
|
|
44356
|
-
// version: 1.119.
|
|
44356
|
+
// version: 1.119.3-82df822c5
|
|
44357
44357
|
|
|
44358
44358
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44359
44359
|
|
|
@@ -59861,7 +59861,7 @@
|
|
|
59861
59861
|
id: '@salesforce/lds-network-adapter',
|
|
59862
59862
|
instrument: instrument$1,
|
|
59863
59863
|
});
|
|
59864
|
-
// version: 1.119.
|
|
59864
|
+
// version: 1.119.3-6c74eaafc
|
|
59865
59865
|
|
|
59866
59866
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59867
59867
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -75036,7 +75036,7 @@
|
|
|
75036
75036
|
configuration: { ...configurationForGraphQLAdapters },
|
|
75037
75037
|
instrument,
|
|
75038
75038
|
});
|
|
75039
|
-
// version: 1.119.
|
|
75039
|
+
// version: 1.119.3-82df822c5
|
|
75040
75040
|
|
|
75041
75041
|
// On core the unstable adapters are re-exported with different names,
|
|
75042
75042
|
|
|
@@ -77165,7 +77165,7 @@
|
|
|
77165
77165
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
77166
77166
|
graphQLImperative = ldsAdapter;
|
|
77167
77167
|
});
|
|
77168
|
-
// version: 1.119.
|
|
77168
|
+
// version: 1.119.3-82df822c5
|
|
77169
77169
|
|
|
77170
77170
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
77171
77171
|
__proto__: null,
|
|
@@ -77864,4 +77864,4 @@
|
|
|
77864
77864
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
77865
77865
|
|
|
77866
77866
|
}));
|
|
77867
|
-
// version: 1.119.
|
|
77867
|
+
// version: 1.119.3-6c74eaafc
|