@salesforce/lds-worker-api 1.126.0 → 1.127.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.
|
@@ -761,4 +761,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
761
761
|
}
|
|
762
762
|
|
|
763
763
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
764
|
-
// version: 1.
|
|
764
|
+
// version: 1.127.0-48f9732df
|
|
@@ -3776,7 +3776,7 @@ function withDefaultLuvio(callback) {
|
|
|
3776
3776
|
}
|
|
3777
3777
|
callbacks.push(callback);
|
|
3778
3778
|
}
|
|
3779
|
-
// version: 1.
|
|
3779
|
+
// version: 1.127.0-48f9732df
|
|
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.127.0-48f9732df
|
|
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.127.0-48f9732df
|
|
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.127.0-0b8563139
|
|
44351
44351
|
|
|
44352
44352
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44353
44353
|
|
|
@@ -59858,7 +59858,7 @@ register({
|
|
|
59858
59858
|
id: '@salesforce/lds-network-adapter',
|
|
59859
59859
|
instrument: instrument$1,
|
|
59860
59860
|
});
|
|
59861
|
-
// version: 1.
|
|
59861
|
+
// version: 1.127.0-48f9732df
|
|
59862
59862
|
|
|
59863
59863
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59864
59864
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -74123,7 +74123,7 @@ register({
|
|
|
74123
74123
|
configuration: { ...configurationForGraphQLAdapters },
|
|
74124
74124
|
instrument,
|
|
74125
74125
|
});
|
|
74126
|
-
// version: 1.
|
|
74126
|
+
// version: 1.127.0-0b8563139
|
|
74127
74127
|
|
|
74128
74128
|
// On core the unstable adapters are re-exported with different names,
|
|
74129
74129
|
|
|
@@ -76252,7 +76252,7 @@ withDefaultLuvio((luvio) => {
|
|
|
76252
76252
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
76253
76253
|
graphQLImperative = ldsAdapter;
|
|
76254
76254
|
});
|
|
76255
|
-
// version: 1.
|
|
76255
|
+
// version: 1.127.0-0b8563139
|
|
76256
76256
|
|
|
76257
76257
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
76258
76258
|
__proto__: null,
|
|
@@ -76944,4 +76944,4 @@ const { luvio } = getRuntime();
|
|
|
76944
76944
|
setDefaultLuvio({ luvio });
|
|
76945
76945
|
|
|
76946
76946
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
76947
|
-
// version: 1.
|
|
76947
|
+
// version: 1.127.0-48f9732df
|
|
@@ -3782,7 +3782,7 @@
|
|
|
3782
3782
|
}
|
|
3783
3783
|
callbacks.push(callback);
|
|
3784
3784
|
}
|
|
3785
|
-
// version: 1.
|
|
3785
|
+
// version: 1.127.0-48f9732df
|
|
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.127.0-48f9732df
|
|
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.127.0-48f9732df
|
|
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.127.0-0b8563139
|
|
44357
44357
|
|
|
44358
44358
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44359
44359
|
|
|
@@ -59864,7 +59864,7 @@
|
|
|
59864
59864
|
id: '@salesforce/lds-network-adapter',
|
|
59865
59865
|
instrument: instrument$1,
|
|
59866
59866
|
});
|
|
59867
|
-
// version: 1.
|
|
59867
|
+
// version: 1.127.0-48f9732df
|
|
59868
59868
|
|
|
59869
59869
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59870
59870
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -74129,7 +74129,7 @@
|
|
|
74129
74129
|
configuration: { ...configurationForGraphQLAdapters },
|
|
74130
74130
|
instrument,
|
|
74131
74131
|
});
|
|
74132
|
-
// version: 1.
|
|
74132
|
+
// version: 1.127.0-0b8563139
|
|
74133
74133
|
|
|
74134
74134
|
// On core the unstable adapters are re-exported with different names,
|
|
74135
74135
|
|
|
@@ -76258,7 +76258,7 @@
|
|
|
76258
76258
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
76259
76259
|
graphQLImperative = ldsAdapter;
|
|
76260
76260
|
});
|
|
76261
|
-
// version: 1.
|
|
76261
|
+
// version: 1.127.0-0b8563139
|
|
76262
76262
|
|
|
76263
76263
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
76264
76264
|
__proto__: null,
|
|
@@ -76967,4 +76967,4 @@
|
|
|
76967
76967
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
76968
76968
|
|
|
76969
76969
|
}));
|
|
76970
|
-
// version: 1.
|
|
76970
|
+
// version: 1.127.0-48f9732df
|