@salesforce/lds-worker-api 1.123.1 → 1.124.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.124.0-127a4ea43
|
|
@@ -3776,7 +3776,7 @@ function withDefaultLuvio(callback) {
|
|
|
3776
3776
|
}
|
|
3777
3777
|
callbacks.push(callback);
|
|
3778
3778
|
}
|
|
3779
|
-
// version: 1.
|
|
3779
|
+
// version: 1.124.0-127a4ea43
|
|
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.124.0-127a4ea43
|
|
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.124.0-127a4ea43
|
|
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.124.0-2cc971a9c
|
|
44351
44351
|
|
|
44352
44352
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44353
44353
|
|
|
@@ -59902,7 +59902,7 @@ register({
|
|
|
59902
59902
|
id: '@salesforce/lds-network-adapter',
|
|
59903
59903
|
instrument: instrument$1,
|
|
59904
59904
|
});
|
|
59905
|
-
// version: 1.
|
|
59905
|
+
// version: 1.124.0-127a4ea43
|
|
59906
59906
|
|
|
59907
59907
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59908
59908
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -74167,7 +74167,7 @@ register({
|
|
|
74167
74167
|
configuration: { ...configurationForGraphQLAdapters },
|
|
74168
74168
|
instrument,
|
|
74169
74169
|
});
|
|
74170
|
-
// version: 1.
|
|
74170
|
+
// version: 1.124.0-2cc971a9c
|
|
74171
74171
|
|
|
74172
74172
|
// On core the unstable adapters are re-exported with different names,
|
|
74173
74173
|
|
|
@@ -76296,7 +76296,7 @@ withDefaultLuvio((luvio) => {
|
|
|
76296
76296
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
76297
76297
|
graphQLImperative = ldsAdapter;
|
|
76298
76298
|
});
|
|
76299
|
-
// version: 1.
|
|
76299
|
+
// version: 1.124.0-2cc971a9c
|
|
76300
76300
|
|
|
76301
76301
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
76302
76302
|
__proto__: null,
|
|
@@ -76978,4 +76978,4 @@ const { luvio } = getRuntime();
|
|
|
76978
76978
|
setDefaultLuvio({ luvio });
|
|
76979
76979
|
|
|
76980
76980
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
76981
|
-
// version: 1.
|
|
76981
|
+
// version: 1.124.0-127a4ea43
|
|
@@ -3782,7 +3782,7 @@
|
|
|
3782
3782
|
}
|
|
3783
3783
|
callbacks.push(callback);
|
|
3784
3784
|
}
|
|
3785
|
-
// version: 1.
|
|
3785
|
+
// version: 1.124.0-127a4ea43
|
|
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.124.0-127a4ea43
|
|
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.124.0-127a4ea43
|
|
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.124.0-2cc971a9c
|
|
44357
44357
|
|
|
44358
44358
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44359
44359
|
|
|
@@ -59908,7 +59908,7 @@
|
|
|
59908
59908
|
id: '@salesforce/lds-network-adapter',
|
|
59909
59909
|
instrument: instrument$1,
|
|
59910
59910
|
});
|
|
59911
|
-
// version: 1.
|
|
59911
|
+
// version: 1.124.0-127a4ea43
|
|
59912
59912
|
|
|
59913
59913
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59914
59914
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -74173,7 +74173,7 @@
|
|
|
74173
74173
|
configuration: { ...configurationForGraphQLAdapters },
|
|
74174
74174
|
instrument,
|
|
74175
74175
|
});
|
|
74176
|
-
// version: 1.
|
|
74176
|
+
// version: 1.124.0-2cc971a9c
|
|
74177
74177
|
|
|
74178
74178
|
// On core the unstable adapters are re-exported with different names,
|
|
74179
74179
|
|
|
@@ -76302,7 +76302,7 @@
|
|
|
76302
76302
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
76303
76303
|
graphQLImperative = ldsAdapter;
|
|
76304
76304
|
});
|
|
76305
|
-
// version: 1.
|
|
76305
|
+
// version: 1.124.0-2cc971a9c
|
|
76306
76306
|
|
|
76307
76307
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
76308
76308
|
__proto__: null,
|
|
@@ -77001,4 +77001,4 @@
|
|
|
77001
77001
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
77002
77002
|
|
|
77003
77003
|
}));
|
|
77004
|
-
// version: 1.
|
|
77004
|
+
// version: 1.124.0-127a4ea43
|