@salesforce/lds-worker-api 1.139.2 → 1.140.1
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.
|
@@ -758,4 +758,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
758
758
|
}
|
|
759
759
|
|
|
760
760
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
761
|
-
// version: 1.
|
|
761
|
+
// version: 1.140.1-5d5509c98
|
|
@@ -3797,7 +3797,7 @@ function withDefaultLuvio(callback) {
|
|
|
3797
3797
|
}
|
|
3798
3798
|
callbacks.push(callback);
|
|
3799
3799
|
}
|
|
3800
|
-
// version: 1.
|
|
3800
|
+
// version: 1.140.1-5d5509c98
|
|
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.140.1-5d5509c98
|
|
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.140.1-5d5509c98
|
|
16138
16138
|
|
|
16139
16139
|
/**
|
|
16140
16140
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -43910,7 +43910,7 @@ withDefaultLuvio((luvio) => {
|
|
|
43910
43910
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
43911
43911
|
});
|
|
43912
43912
|
});
|
|
43913
|
-
// version: 1.
|
|
43913
|
+
// version: 1.140.1-b2a11bf65
|
|
43914
43914
|
|
|
43915
43915
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
43916
43916
|
|
|
@@ -59691,7 +59691,7 @@ register({
|
|
|
59691
59691
|
id: '@salesforce/lds-network-adapter',
|
|
59692
59692
|
instrument: instrument$1,
|
|
59693
59693
|
});
|
|
59694
|
-
// version: 1.
|
|
59694
|
+
// version: 1.140.1-5d5509c98
|
|
59695
59695
|
|
|
59696
59696
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59697
59697
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -80522,7 +80522,7 @@ register({
|
|
|
80522
80522
|
configuration: { ...configurationForGraphQLAdapters },
|
|
80523
80523
|
instrument,
|
|
80524
80524
|
});
|
|
80525
|
-
// version: 1.
|
|
80525
|
+
// version: 1.140.1-b2a11bf65
|
|
80526
80526
|
|
|
80527
80527
|
// On core the unstable adapters are re-exported with different names,
|
|
80528
80528
|
|
|
@@ -82754,7 +82754,7 @@ withDefaultLuvio((luvio) => {
|
|
|
82754
82754
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
82755
82755
|
graphQLImperative = ldsAdapter;
|
|
82756
82756
|
});
|
|
82757
|
-
// version: 1.
|
|
82757
|
+
// version: 1.140.1-b2a11bf65
|
|
82758
82758
|
|
|
82759
82759
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
82760
82760
|
__proto__: null,
|
|
@@ -83443,4 +83443,4 @@ const { luvio } = getRuntime();
|
|
|
83443
83443
|
setDefaultLuvio({ luvio });
|
|
83444
83444
|
|
|
83445
83445
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
83446
|
-
// version: 1.
|
|
83446
|
+
// version: 1.140.1-5d5509c98
|
|
@@ -3803,7 +3803,7 @@
|
|
|
3803
3803
|
}
|
|
3804
3804
|
callbacks.push(callback);
|
|
3805
3805
|
}
|
|
3806
|
-
// version: 1.
|
|
3806
|
+
// version: 1.140.1-5d5509c98
|
|
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.140.1-5d5509c98
|
|
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.140.1-5d5509c98
|
|
16144
16144
|
|
|
16145
16145
|
/**
|
|
16146
16146
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -43916,7 +43916,7 @@
|
|
|
43916
43916
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
43917
43917
|
});
|
|
43918
43918
|
});
|
|
43919
|
-
// version: 1.
|
|
43919
|
+
// version: 1.140.1-b2a11bf65
|
|
43920
43920
|
|
|
43921
43921
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
43922
43922
|
|
|
@@ -59697,7 +59697,7 @@
|
|
|
59697
59697
|
id: '@salesforce/lds-network-adapter',
|
|
59698
59698
|
instrument: instrument$1,
|
|
59699
59699
|
});
|
|
59700
|
-
// version: 1.
|
|
59700
|
+
// version: 1.140.1-5d5509c98
|
|
59701
59701
|
|
|
59702
59702
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59703
59703
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -80528,7 +80528,7 @@
|
|
|
80528
80528
|
configuration: { ...configurationForGraphQLAdapters },
|
|
80529
80529
|
instrument,
|
|
80530
80530
|
});
|
|
80531
|
-
// version: 1.
|
|
80531
|
+
// version: 1.140.1-b2a11bf65
|
|
80532
80532
|
|
|
80533
80533
|
// On core the unstable adapters are re-exported with different names,
|
|
80534
80534
|
|
|
@@ -82760,7 +82760,7 @@
|
|
|
82760
82760
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
82761
82761
|
graphQLImperative = ldsAdapter;
|
|
82762
82762
|
});
|
|
82763
|
-
// version: 1.
|
|
82763
|
+
// version: 1.140.1-b2a11bf65
|
|
82764
82764
|
|
|
82765
82765
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
82766
82766
|
__proto__: null,
|
|
@@ -83466,4 +83466,4 @@
|
|
|
83466
83466
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
83467
83467
|
|
|
83468
83468
|
}));
|
|
83469
|
-
// version: 1.
|
|
83469
|
+
// version: 1.140.1-5d5509c98
|