@salesforce/lds-worker-api 1.114.6 → 1.115.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.
|
@@ -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.
|
|
754
|
+
// version: 1.115.0-d56477e9a
|
|
@@ -3776,7 +3776,7 @@ function withDefaultLuvio(callback) {
|
|
|
3776
3776
|
}
|
|
3777
3777
|
callbacks.push(callback);
|
|
3778
3778
|
}
|
|
3779
|
-
// version: 1.
|
|
3779
|
+
// version: 1.115.0-d56477e9a
|
|
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.
|
|
15203
|
+
// version: 1.115.0-d56477e9a
|
|
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.
|
|
16116
|
+
// version: 1.115.0-d56477e9a
|
|
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.
|
|
44350
|
+
// version: 1.115.0-bbc69ae4e
|
|
44351
44351
|
|
|
44352
44352
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44353
44353
|
|
|
@@ -59839,7 +59839,7 @@ register({
|
|
|
59839
59839
|
id: '@salesforce/lds-network-adapter',
|
|
59840
59840
|
instrument: instrument$1,
|
|
59841
59841
|
});
|
|
59842
|
-
// version: 1.
|
|
59842
|
+
// version: 1.115.0-d56477e9a
|
|
59843
59843
|
|
|
59844
59844
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59845
59845
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -75014,7 +75014,7 @@ register({
|
|
|
75014
75014
|
configuration: { ...configurationForGraphQLAdapters },
|
|
75015
75015
|
instrument,
|
|
75016
75016
|
});
|
|
75017
|
-
// version: 1.
|
|
75017
|
+
// version: 1.115.0-bbc69ae4e
|
|
75018
75018
|
|
|
75019
75019
|
// On core the unstable adapters are re-exported with different names,
|
|
75020
75020
|
|
|
@@ -77143,7 +77143,7 @@ withDefaultLuvio((luvio) => {
|
|
|
77143
77143
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
77144
77144
|
graphQLImperative = ldsAdapter;
|
|
77145
77145
|
});
|
|
77146
|
-
// version: 1.
|
|
77146
|
+
// version: 1.115.0-bbc69ae4e
|
|
77147
77147
|
|
|
77148
77148
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
77149
77149
|
__proto__: null,
|
|
@@ -77825,4 +77825,4 @@ const { luvio } = getRuntime();
|
|
|
77825
77825
|
setDefaultLuvio({ luvio });
|
|
77826
77826
|
|
|
77827
77827
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
77828
|
-
// version: 1.
|
|
77828
|
+
// version: 1.115.0-d56477e9a
|
|
@@ -3782,7 +3782,7 @@
|
|
|
3782
3782
|
}
|
|
3783
3783
|
callbacks.push(callback);
|
|
3784
3784
|
}
|
|
3785
|
-
// version: 1.
|
|
3785
|
+
// version: 1.115.0-d56477e9a
|
|
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.
|
|
15209
|
+
// version: 1.115.0-d56477e9a
|
|
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.
|
|
16122
|
+
// version: 1.115.0-d56477e9a
|
|
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.
|
|
44356
|
+
// version: 1.115.0-bbc69ae4e
|
|
44357
44357
|
|
|
44358
44358
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44359
44359
|
|
|
@@ -59845,7 +59845,7 @@
|
|
|
59845
59845
|
id: '@salesforce/lds-network-adapter',
|
|
59846
59846
|
instrument: instrument$1,
|
|
59847
59847
|
});
|
|
59848
|
-
// version: 1.
|
|
59848
|
+
// version: 1.115.0-d56477e9a
|
|
59849
59849
|
|
|
59850
59850
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59851
59851
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -75020,7 +75020,7 @@
|
|
|
75020
75020
|
configuration: { ...configurationForGraphQLAdapters },
|
|
75021
75021
|
instrument,
|
|
75022
75022
|
});
|
|
75023
|
-
// version: 1.
|
|
75023
|
+
// version: 1.115.0-bbc69ae4e
|
|
75024
75024
|
|
|
75025
75025
|
// On core the unstable adapters are re-exported with different names,
|
|
75026
75026
|
|
|
@@ -77149,7 +77149,7 @@
|
|
|
77149
77149
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
77150
77150
|
graphQLImperative = ldsAdapter;
|
|
77151
77151
|
});
|
|
77152
|
-
// version: 1.
|
|
77152
|
+
// version: 1.115.0-bbc69ae4e
|
|
77153
77153
|
|
|
77154
77154
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
77155
77155
|
__proto__: null,
|
|
@@ -77848,4 +77848,4 @@
|
|
|
77848
77848
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
77849
77849
|
|
|
77850
77850
|
}));
|
|
77851
|
-
// version: 1.
|
|
77851
|
+
// version: 1.115.0-d56477e9a
|