@salesforce/lds-worker-api 1.134.9 → 1.135.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.135.0-802e843b5
|
|
@@ -3797,7 +3797,7 @@ function withDefaultLuvio(callback) {
|
|
|
3797
3797
|
}
|
|
3798
3798
|
callbacks.push(callback);
|
|
3799
3799
|
}
|
|
3800
|
-
// version: 1.
|
|
3800
|
+
// version: 1.135.0-802e843b5
|
|
3801
3801
|
|
|
3802
3802
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3803
3803
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15221,7 +15221,7 @@ function parseAndVisit(source) {
|
|
|
15221
15221
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15222
15222
|
return luvioDocumentNode;
|
|
15223
15223
|
}
|
|
15224
|
-
// version: 1.
|
|
15224
|
+
// version: 1.135.0-802e843b5
|
|
15225
15225
|
|
|
15226
15226
|
function unwrap(data) {
|
|
15227
15227
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16134,7 +16134,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16134
16134
|
const { apiFamily, name } = metadata;
|
|
16135
16135
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16136
16136
|
}
|
|
16137
|
-
// version: 1.
|
|
16137
|
+
// version: 1.135.0-802e843b5
|
|
16138
16138
|
|
|
16139
16139
|
/**
|
|
16140
16140
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -43901,7 +43901,7 @@ withDefaultLuvio((luvio) => {
|
|
|
43901
43901
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
43902
43902
|
});
|
|
43903
43903
|
});
|
|
43904
|
-
// version: 1.
|
|
43904
|
+
// version: 1.135.0-c2edc550f
|
|
43905
43905
|
|
|
43906
43906
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
43907
43907
|
|
|
@@ -59512,7 +59512,7 @@ register({
|
|
|
59512
59512
|
id: '@salesforce/lds-network-adapter',
|
|
59513
59513
|
instrument: instrument$1,
|
|
59514
59514
|
});
|
|
59515
|
-
// version: 1.
|
|
59515
|
+
// version: 1.135.0-802e843b5
|
|
59516
59516
|
|
|
59517
59517
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59518
59518
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -73931,7 +73931,7 @@ register({
|
|
|
73931
73931
|
configuration: { ...configurationForGraphQLAdapters },
|
|
73932
73932
|
instrument,
|
|
73933
73933
|
});
|
|
73934
|
-
// version: 1.
|
|
73934
|
+
// version: 1.135.0-c2edc550f
|
|
73935
73935
|
|
|
73936
73936
|
// On core the unstable adapters are re-exported with different names,
|
|
73937
73937
|
|
|
@@ -76042,7 +76042,7 @@ withDefaultLuvio((luvio) => {
|
|
|
76042
76042
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
76043
76043
|
graphQLImperative = ldsAdapter;
|
|
76044
76044
|
});
|
|
76045
|
-
// version: 1.
|
|
76045
|
+
// version: 1.135.0-c2edc550f
|
|
76046
76046
|
|
|
76047
76047
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
76048
76048
|
__proto__: null,
|
|
@@ -76734,4 +76734,4 @@ const { luvio } = getRuntime();
|
|
|
76734
76734
|
setDefaultLuvio({ luvio });
|
|
76735
76735
|
|
|
76736
76736
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
76737
|
-
// version: 1.
|
|
76737
|
+
// version: 1.135.0-802e843b5
|
|
@@ -3803,7 +3803,7 @@
|
|
|
3803
3803
|
}
|
|
3804
3804
|
callbacks.push(callback);
|
|
3805
3805
|
}
|
|
3806
|
-
// version: 1.
|
|
3806
|
+
// version: 1.135.0-802e843b5
|
|
3807
3807
|
|
|
3808
3808
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3809
3809
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15227,7 +15227,7 @@
|
|
|
15227
15227
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15228
15228
|
return luvioDocumentNode;
|
|
15229
15229
|
}
|
|
15230
|
-
// version: 1.
|
|
15230
|
+
// version: 1.135.0-802e843b5
|
|
15231
15231
|
|
|
15232
15232
|
function unwrap(data) {
|
|
15233
15233
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16140,7 +16140,7 @@
|
|
|
16140
16140
|
const { apiFamily, name } = metadata;
|
|
16141
16141
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16142
16142
|
}
|
|
16143
|
-
// version: 1.
|
|
16143
|
+
// version: 1.135.0-802e843b5
|
|
16144
16144
|
|
|
16145
16145
|
/**
|
|
16146
16146
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -43907,7 +43907,7 @@
|
|
|
43907
43907
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
43908
43908
|
});
|
|
43909
43909
|
});
|
|
43910
|
-
// version: 1.
|
|
43910
|
+
// version: 1.135.0-c2edc550f
|
|
43911
43911
|
|
|
43912
43912
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
43913
43913
|
|
|
@@ -59518,7 +59518,7 @@
|
|
|
59518
59518
|
id: '@salesforce/lds-network-adapter',
|
|
59519
59519
|
instrument: instrument$1,
|
|
59520
59520
|
});
|
|
59521
|
-
// version: 1.
|
|
59521
|
+
// version: 1.135.0-802e843b5
|
|
59522
59522
|
|
|
59523
59523
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59524
59524
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -73937,7 +73937,7 @@
|
|
|
73937
73937
|
configuration: { ...configurationForGraphQLAdapters },
|
|
73938
73938
|
instrument,
|
|
73939
73939
|
});
|
|
73940
|
-
// version: 1.
|
|
73940
|
+
// version: 1.135.0-c2edc550f
|
|
73941
73941
|
|
|
73942
73942
|
// On core the unstable adapters are re-exported with different names,
|
|
73943
73943
|
|
|
@@ -76048,7 +76048,7 @@
|
|
|
76048
76048
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
76049
76049
|
graphQLImperative = ldsAdapter;
|
|
76050
76050
|
});
|
|
76051
|
-
// version: 1.
|
|
76051
|
+
// version: 1.135.0-c2edc550f
|
|
76052
76052
|
|
|
76053
76053
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
76054
76054
|
__proto__: null,
|
|
@@ -76757,4 +76757,4 @@
|
|
|
76757
76757
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
76758
76758
|
|
|
76759
76759
|
}));
|
|
76760
|
-
// version: 1.
|
|
76760
|
+
// version: 1.135.0-802e843b5
|