@salesforce/lds-worker-api 1.121.1 → 1.123.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.123.0-0ef754c53
|
|
@@ -3776,7 +3776,7 @@ function withDefaultLuvio(callback) {
|
|
|
3776
3776
|
}
|
|
3777
3777
|
callbacks.push(callback);
|
|
3778
3778
|
}
|
|
3779
|
-
// version: 1.
|
|
3779
|
+
// version: 1.123.0-0ef754c53
|
|
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.123.0-0ef754c53
|
|
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.123.0-0ef754c53
|
|
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.123.0-d2a492f6b
|
|
44351
44351
|
|
|
44352
44352
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44353
44353
|
|
|
@@ -59877,7 +59877,7 @@ register({
|
|
|
59877
59877
|
id: '@salesforce/lds-network-adapter',
|
|
59878
59878
|
instrument: instrument$1,
|
|
59879
59879
|
});
|
|
59880
|
-
// version: 1.
|
|
59880
|
+
// version: 1.123.0-0ef754c53
|
|
59881
59881
|
|
|
59882
59882
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59883
59883
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -74142,7 +74142,7 @@ register({
|
|
|
74142
74142
|
configuration: { ...configurationForGraphQLAdapters },
|
|
74143
74143
|
instrument,
|
|
74144
74144
|
});
|
|
74145
|
-
// version: 1.
|
|
74145
|
+
// version: 1.123.0-d2a492f6b
|
|
74146
74146
|
|
|
74147
74147
|
// On core the unstable adapters are re-exported with different names,
|
|
74148
74148
|
|
|
@@ -76271,7 +76271,7 @@ withDefaultLuvio((luvio) => {
|
|
|
76271
76271
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
76272
76272
|
graphQLImperative = ldsAdapter;
|
|
76273
76273
|
});
|
|
76274
|
-
// version: 1.
|
|
76274
|
+
// version: 1.123.0-d2a492f6b
|
|
76275
76275
|
|
|
76276
76276
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
76277
76277
|
__proto__: null,
|
|
@@ -76953,4 +76953,4 @@ const { luvio } = getRuntime();
|
|
|
76953
76953
|
setDefaultLuvio({ luvio });
|
|
76954
76954
|
|
|
76955
76955
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
76956
|
-
// version: 1.
|
|
76956
|
+
// version: 1.123.0-0ef754c53
|
|
@@ -3782,7 +3782,7 @@
|
|
|
3782
3782
|
}
|
|
3783
3783
|
callbacks.push(callback);
|
|
3784
3784
|
}
|
|
3785
|
-
// version: 1.
|
|
3785
|
+
// version: 1.123.0-0ef754c53
|
|
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.123.0-0ef754c53
|
|
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.123.0-0ef754c53
|
|
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.123.0-d2a492f6b
|
|
44357
44357
|
|
|
44358
44358
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44359
44359
|
|
|
@@ -59883,7 +59883,7 @@
|
|
|
59883
59883
|
id: '@salesforce/lds-network-adapter',
|
|
59884
59884
|
instrument: instrument$1,
|
|
59885
59885
|
});
|
|
59886
|
-
// version: 1.
|
|
59886
|
+
// version: 1.123.0-0ef754c53
|
|
59887
59887
|
|
|
59888
59888
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59889
59889
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -74148,7 +74148,7 @@
|
|
|
74148
74148
|
configuration: { ...configurationForGraphQLAdapters },
|
|
74149
74149
|
instrument,
|
|
74150
74150
|
});
|
|
74151
|
-
// version: 1.
|
|
74151
|
+
// version: 1.123.0-d2a492f6b
|
|
74152
74152
|
|
|
74153
74153
|
// On core the unstable adapters are re-exported with different names,
|
|
74154
74154
|
|
|
@@ -76277,7 +76277,7 @@
|
|
|
76277
76277
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
76278
76278
|
graphQLImperative = ldsAdapter;
|
|
76279
76279
|
});
|
|
76280
|
-
// version: 1.
|
|
76280
|
+
// version: 1.123.0-d2a492f6b
|
|
76281
76281
|
|
|
76282
76282
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
76283
76283
|
__proto__: null,
|
|
@@ -76976,4 +76976,4 @@
|
|
|
76976
76976
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
76977
76977
|
|
|
76978
76978
|
}));
|
|
76979
|
-
// version: 1.
|
|
76979
|
+
// version: 1.123.0-0ef754c53
|