@salesforce/lds-worker-api 1.148.0 → 1.150.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.150.0-600e3f5a6
|
|
@@ -3801,7 +3801,7 @@ function withDefaultLuvio(callback) {
|
|
|
3801
3801
|
}
|
|
3802
3802
|
callbacks.push(callback);
|
|
3803
3803
|
}
|
|
3804
|
-
// version: 1.
|
|
3804
|
+
// version: 1.150.0-600e3f5a6
|
|
3805
3805
|
|
|
3806
3806
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3807
3807
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15225,7 +15225,7 @@ function parseAndVisit(source) {
|
|
|
15225
15225
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15226
15226
|
return luvioDocumentNode;
|
|
15227
15227
|
}
|
|
15228
|
-
// version: 1.
|
|
15228
|
+
// version: 1.150.0-600e3f5a6
|
|
15229
15229
|
|
|
15230
15230
|
function unwrap(data) {
|
|
15231
15231
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16138,7 +16138,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16138
16138
|
const { apiFamily, name } = metadata;
|
|
16139
16139
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16140
16140
|
}
|
|
16141
|
-
// version: 1.
|
|
16141
|
+
// version: 1.150.0-600e3f5a6
|
|
16142
16142
|
|
|
16143
16143
|
/**
|
|
16144
16144
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44001,7 +44001,7 @@ withDefaultLuvio((luvio) => {
|
|
|
44001
44001
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44002
44002
|
});
|
|
44003
44003
|
});
|
|
44004
|
-
// version: 1.
|
|
44004
|
+
// version: 1.150.0-d3d5689fc
|
|
44005
44005
|
|
|
44006
44006
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44007
44007
|
|
|
@@ -59623,7 +59623,7 @@ register({
|
|
|
59623
59623
|
id: '@salesforce/lds-network-adapter',
|
|
59624
59624
|
instrument: instrument$1,
|
|
59625
59625
|
});
|
|
59626
|
-
// version: 1.
|
|
59626
|
+
// version: 1.150.0-600e3f5a6
|
|
59627
59627
|
|
|
59628
59628
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59629
59629
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -80468,7 +80468,7 @@ register({
|
|
|
80468
80468
|
configuration: { ...configurationForGraphQLAdapters },
|
|
80469
80469
|
instrument,
|
|
80470
80470
|
});
|
|
80471
|
-
// version: 1.
|
|
80471
|
+
// version: 1.150.0-d3d5689fc
|
|
80472
80472
|
|
|
80473
80473
|
// On core the unstable adapters are re-exported with different names,
|
|
80474
80474
|
|
|
@@ -82706,7 +82706,7 @@ withDefaultLuvio((luvio) => {
|
|
|
82706
82706
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
82707
82707
|
graphQLImperative = ldsAdapter;
|
|
82708
82708
|
});
|
|
82709
|
-
// version: 1.
|
|
82709
|
+
// version: 1.150.0-d3d5689fc
|
|
82710
82710
|
|
|
82711
82711
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
82712
82712
|
__proto__: null,
|
|
@@ -83395,4 +83395,4 @@ const { luvio } = getRuntime();
|
|
|
83395
83395
|
setDefaultLuvio({ luvio });
|
|
83396
83396
|
|
|
83397
83397
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
83398
|
-
// version: 1.
|
|
83398
|
+
// version: 1.150.0-600e3f5a6
|
|
@@ -3809,7 +3809,7 @@
|
|
|
3809
3809
|
}
|
|
3810
3810
|
callbacks.push(callback);
|
|
3811
3811
|
}
|
|
3812
|
-
// version: 1.
|
|
3812
|
+
// version: 1.150.0-600e3f5a6
|
|
3813
3813
|
|
|
3814
3814
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3815
3815
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15233,7 +15233,7 @@
|
|
|
15233
15233
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15234
15234
|
return luvioDocumentNode;
|
|
15235
15235
|
}
|
|
15236
|
-
// version: 1.
|
|
15236
|
+
// version: 1.150.0-600e3f5a6
|
|
15237
15237
|
|
|
15238
15238
|
function unwrap(data) {
|
|
15239
15239
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16146,7 +16146,7 @@
|
|
|
16146
16146
|
const { apiFamily, name } = metadata;
|
|
16147
16147
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16148
16148
|
}
|
|
16149
|
-
// version: 1.
|
|
16149
|
+
// version: 1.150.0-600e3f5a6
|
|
16150
16150
|
|
|
16151
16151
|
/**
|
|
16152
16152
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44009,7 +44009,7 @@
|
|
|
44009
44009
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44010
44010
|
});
|
|
44011
44011
|
});
|
|
44012
|
-
// version: 1.
|
|
44012
|
+
// version: 1.150.0-d3d5689fc
|
|
44013
44013
|
|
|
44014
44014
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44015
44015
|
|
|
@@ -59631,7 +59631,7 @@
|
|
|
59631
59631
|
id: '@salesforce/lds-network-adapter',
|
|
59632
59632
|
instrument: instrument$1,
|
|
59633
59633
|
});
|
|
59634
|
-
// version: 1.
|
|
59634
|
+
// version: 1.150.0-600e3f5a6
|
|
59635
59635
|
|
|
59636
59636
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59637
59637
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -80476,7 +80476,7 @@
|
|
|
80476
80476
|
configuration: { ...configurationForGraphQLAdapters },
|
|
80477
80477
|
instrument,
|
|
80478
80478
|
});
|
|
80479
|
-
// version: 1.
|
|
80479
|
+
// version: 1.150.0-d3d5689fc
|
|
80480
80480
|
|
|
80481
80481
|
// On core the unstable adapters are re-exported with different names,
|
|
80482
80482
|
|
|
@@ -82714,7 +82714,7 @@
|
|
|
82714
82714
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
82715
82715
|
graphQLImperative = ldsAdapter;
|
|
82716
82716
|
});
|
|
82717
|
-
// version: 1.
|
|
82717
|
+
// version: 1.150.0-d3d5689fc
|
|
82718
82718
|
|
|
82719
82719
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
82720
82720
|
__proto__: null,
|
|
@@ -83420,4 +83420,4 @@
|
|
|
83420
83420
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
83421
83421
|
|
|
83422
83422
|
}));
|
|
83423
|
-
// version: 1.
|
|
83423
|
+
// version: 1.150.0-600e3f5a6
|