@salesforce/lds-worker-api 1.154.0 → 1.155.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.155.0-96e212d1e
|
|
@@ -3799,7 +3799,7 @@ function withDefaultLuvio(callback) {
|
|
|
3799
3799
|
}
|
|
3800
3800
|
callbacks.push(callback);
|
|
3801
3801
|
}
|
|
3802
|
-
// version: 1.
|
|
3802
|
+
// version: 1.155.0-96e212d1e
|
|
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.155.0-96e212d1e
|
|
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.155.0-96e212d1e
|
|
16149
16149
|
|
|
16150
16150
|
/**
|
|
16151
16151
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44016,7 +44016,7 @@ withDefaultLuvio((luvio) => {
|
|
|
44016
44016
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44017
44017
|
});
|
|
44018
44018
|
});
|
|
44019
|
-
// version: 1.
|
|
44019
|
+
// version: 1.155.0-42bd074c3
|
|
44020
44020
|
|
|
44021
44021
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44022
44022
|
|
|
@@ -59907,7 +59907,7 @@ register({
|
|
|
59907
59907
|
id: '@salesforce/lds-network-adapter',
|
|
59908
59908
|
instrument: instrument$1,
|
|
59909
59909
|
});
|
|
59910
|
-
// version: 1.
|
|
59910
|
+
// version: 1.155.0-96e212d1e
|
|
59911
59911
|
|
|
59912
59912
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59913
59913
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -80752,7 +80752,7 @@ register({
|
|
|
80752
80752
|
configuration: { ...configurationForGraphQLAdapters },
|
|
80753
80753
|
instrument,
|
|
80754
80754
|
});
|
|
80755
|
-
// version: 1.
|
|
80755
|
+
// version: 1.155.0-42bd074c3
|
|
80756
80756
|
|
|
80757
80757
|
// On core the unstable adapters are re-exported with different names,
|
|
80758
80758
|
|
|
@@ -82999,7 +82999,7 @@ withDefaultLuvio((luvio) => {
|
|
|
82999
82999
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
83000
83000
|
graphQLImperative = ldsAdapter;
|
|
83001
83001
|
});
|
|
83002
|
-
// version: 1.
|
|
83002
|
+
// version: 1.155.0-42bd074c3
|
|
83003
83003
|
|
|
83004
83004
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
83005
83005
|
__proto__: null,
|
|
@@ -83688,4 +83688,4 @@ const { luvio } = getRuntime();
|
|
|
83688
83688
|
setDefaultLuvio({ luvio });
|
|
83689
83689
|
|
|
83690
83690
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
83691
|
-
// version: 1.
|
|
83691
|
+
// version: 1.155.0-96e212d1e
|
|
@@ -3805,7 +3805,7 @@
|
|
|
3805
3805
|
}
|
|
3806
3806
|
callbacks.push(callback);
|
|
3807
3807
|
}
|
|
3808
|
-
// version: 1.
|
|
3808
|
+
// version: 1.155.0-96e212d1e
|
|
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.155.0-96e212d1e
|
|
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.155.0-96e212d1e
|
|
16155
16155
|
|
|
16156
16156
|
/**
|
|
16157
16157
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44022,7 +44022,7 @@
|
|
|
44022
44022
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44023
44023
|
});
|
|
44024
44024
|
});
|
|
44025
|
-
// version: 1.
|
|
44025
|
+
// version: 1.155.0-42bd074c3
|
|
44026
44026
|
|
|
44027
44027
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44028
44028
|
|
|
@@ -59913,7 +59913,7 @@
|
|
|
59913
59913
|
id: '@salesforce/lds-network-adapter',
|
|
59914
59914
|
instrument: instrument$1,
|
|
59915
59915
|
});
|
|
59916
|
-
// version: 1.
|
|
59916
|
+
// version: 1.155.0-96e212d1e
|
|
59917
59917
|
|
|
59918
59918
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59919
59919
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -80758,7 +80758,7 @@
|
|
|
80758
80758
|
configuration: { ...configurationForGraphQLAdapters },
|
|
80759
80759
|
instrument,
|
|
80760
80760
|
});
|
|
80761
|
-
// version: 1.
|
|
80761
|
+
// version: 1.155.0-42bd074c3
|
|
80762
80762
|
|
|
80763
80763
|
// On core the unstable adapters are re-exported with different names,
|
|
80764
80764
|
|
|
@@ -83005,7 +83005,7 @@
|
|
|
83005
83005
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
83006
83006
|
graphQLImperative = ldsAdapter;
|
|
83007
83007
|
});
|
|
83008
|
-
// version: 1.
|
|
83008
|
+
// version: 1.155.0-42bd074c3
|
|
83009
83009
|
|
|
83010
83010
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
83011
83011
|
__proto__: null,
|
|
@@ -83711,4 +83711,4 @@
|
|
|
83711
83711
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
83712
83712
|
|
|
83713
83713
|
}));
|
|
83714
|
-
// version: 1.
|
|
83714
|
+
// version: 1.155.0-96e212d1e
|