@salesforce/lds-worker-api 1.196.0 → 1.198.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.
|
@@ -770,4 +770,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
770
770
|
}
|
|
771
771
|
|
|
772
772
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
773
|
-
// version: 1.
|
|
773
|
+
// version: 1.198.0-ead7de735
|
|
@@ -3799,7 +3799,7 @@ function withDefaultLuvio(callback) {
|
|
|
3799
3799
|
}
|
|
3800
3800
|
callbacks.push(callback);
|
|
3801
3801
|
}
|
|
3802
|
-
// version: 1.
|
|
3802
|
+
// version: 1.198.0-ead7de735
|
|
3803
3803
|
|
|
3804
3804
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3805
3805
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15232,7 +15232,7 @@ function parseAndVisit(source) {
|
|
|
15232
15232
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15233
15233
|
return luvioDocumentNode;
|
|
15234
15234
|
}
|
|
15235
|
-
// version: 1.
|
|
15235
|
+
// version: 1.198.0-ead7de735
|
|
15236
15236
|
|
|
15237
15237
|
function unwrap(data) {
|
|
15238
15238
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16145,7 +16145,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16145
16145
|
const { apiFamily, name } = metadata;
|
|
16146
16146
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16147
16147
|
}
|
|
16148
|
-
// version: 1.
|
|
16148
|
+
// version: 1.198.0-ead7de735
|
|
16149
16149
|
|
|
16150
16150
|
/**
|
|
16151
16151
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44501,7 +44501,7 @@ withDefaultLuvio((luvio) => {
|
|
|
44501
44501
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44502
44502
|
});
|
|
44503
44503
|
});
|
|
44504
|
-
// version: 1.
|
|
44504
|
+
// version: 1.198.0-caa871e32
|
|
44505
44505
|
|
|
44506
44506
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44507
44507
|
|
|
@@ -60721,7 +60721,7 @@ register({
|
|
|
60721
60721
|
id: '@salesforce/lds-network-adapter',
|
|
60722
60722
|
instrument: instrument$1,
|
|
60723
60723
|
});
|
|
60724
|
-
// version: 1.
|
|
60724
|
+
// version: 1.198.0-ead7de735
|
|
60725
60725
|
|
|
60726
60726
|
const { create: create$2, keys: keys$2 } = Object;
|
|
60727
60727
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -78064,7 +78064,7 @@ register({
|
|
|
78064
78064
|
configuration: { ...configurationForGraphQLAdapters },
|
|
78065
78065
|
instrument,
|
|
78066
78066
|
});
|
|
78067
|
-
// version: 1.
|
|
78067
|
+
// version: 1.198.0-caa871e32
|
|
78068
78068
|
|
|
78069
78069
|
// On core the unstable adapters are re-exported with different names,
|
|
78070
78070
|
|
|
@@ -80311,7 +80311,7 @@ withDefaultLuvio((luvio) => {
|
|
|
80311
80311
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
80312
80312
|
graphQLImperative = ldsAdapter;
|
|
80313
80313
|
});
|
|
80314
|
-
// version: 1.
|
|
80314
|
+
// version: 1.198.0-caa871e32
|
|
80315
80315
|
|
|
80316
80316
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
80317
80317
|
__proto__: null,
|
|
@@ -81000,4 +81000,4 @@ const { luvio } = getRuntime();
|
|
|
81000
81000
|
setDefaultLuvio({ luvio });
|
|
81001
81001
|
|
|
81002
81002
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
81003
|
-
// version: 1.
|
|
81003
|
+
// version: 1.198.0-ead7de735
|
|
@@ -3805,7 +3805,7 @@
|
|
|
3805
3805
|
}
|
|
3806
3806
|
callbacks.push(callback);
|
|
3807
3807
|
}
|
|
3808
|
-
// version: 1.
|
|
3808
|
+
// version: 1.198.0-ead7de735
|
|
3809
3809
|
|
|
3810
3810
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3811
3811
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15238,7 +15238,7 @@
|
|
|
15238
15238
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15239
15239
|
return luvioDocumentNode;
|
|
15240
15240
|
}
|
|
15241
|
-
// version: 1.
|
|
15241
|
+
// version: 1.198.0-ead7de735
|
|
15242
15242
|
|
|
15243
15243
|
function unwrap(data) {
|
|
15244
15244
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16151,7 +16151,7 @@
|
|
|
16151
16151
|
const { apiFamily, name } = metadata;
|
|
16152
16152
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16153
16153
|
}
|
|
16154
|
-
// version: 1.
|
|
16154
|
+
// version: 1.198.0-ead7de735
|
|
16155
16155
|
|
|
16156
16156
|
/**
|
|
16157
16157
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44507,7 +44507,7 @@
|
|
|
44507
44507
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44508
44508
|
});
|
|
44509
44509
|
});
|
|
44510
|
-
// version: 1.
|
|
44510
|
+
// version: 1.198.0-caa871e32
|
|
44511
44511
|
|
|
44512
44512
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44513
44513
|
|
|
@@ -60727,7 +60727,7 @@
|
|
|
60727
60727
|
id: '@salesforce/lds-network-adapter',
|
|
60728
60728
|
instrument: instrument$1,
|
|
60729
60729
|
});
|
|
60730
|
-
// version: 1.
|
|
60730
|
+
// version: 1.198.0-ead7de735
|
|
60731
60731
|
|
|
60732
60732
|
const { create: create$2, keys: keys$2 } = Object;
|
|
60733
60733
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -78070,7 +78070,7 @@
|
|
|
78070
78070
|
configuration: { ...configurationForGraphQLAdapters },
|
|
78071
78071
|
instrument,
|
|
78072
78072
|
});
|
|
78073
|
-
// version: 1.
|
|
78073
|
+
// version: 1.198.0-caa871e32
|
|
78074
78074
|
|
|
78075
78075
|
// On core the unstable adapters are re-exported with different names,
|
|
78076
78076
|
|
|
@@ -80317,7 +80317,7 @@
|
|
|
80317
80317
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
80318
80318
|
graphQLImperative = ldsAdapter;
|
|
80319
80319
|
});
|
|
80320
|
-
// version: 1.
|
|
80320
|
+
// version: 1.198.0-caa871e32
|
|
80321
80321
|
|
|
80322
80322
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
80323
80323
|
__proto__: null,
|
|
@@ -81023,4 +81023,4 @@
|
|
|
81023
81023
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
81024
81024
|
|
|
81025
81025
|
}));
|
|
81026
|
-
// version: 1.
|
|
81026
|
+
// version: 1.198.0-ead7de735
|