@salesforce/lds-worker-api 1.212.1 → 1.213.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.
|
@@ -795,4 +795,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
795
795
|
}
|
|
796
796
|
|
|
797
797
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
798
|
-
// version: 1.
|
|
798
|
+
// version: 1.213.0-831919511
|
|
@@ -3862,7 +3862,7 @@ function withDefaultLuvio(callback) {
|
|
|
3862
3862
|
}
|
|
3863
3863
|
callbacks.push(callback);
|
|
3864
3864
|
}
|
|
3865
|
-
// version: 1.
|
|
3865
|
+
// version: 1.213.0-831919511
|
|
3866
3866
|
|
|
3867
3867
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3868
3868
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15295,7 +15295,7 @@ function parseAndVisit(source) {
|
|
|
15295
15295
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15296
15296
|
return luvioDocumentNode;
|
|
15297
15297
|
}
|
|
15298
|
-
// version: 1.
|
|
15298
|
+
// version: 1.213.0-831919511
|
|
15299
15299
|
|
|
15300
15300
|
function unwrap(data) {
|
|
15301
15301
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16218,7 +16218,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16218
16218
|
const { apiFamily, name } = metadata;
|
|
16219
16219
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16220
16220
|
}
|
|
16221
|
-
// version: 1.
|
|
16221
|
+
// version: 1.213.0-831919511
|
|
16222
16222
|
|
|
16223
16223
|
/**
|
|
16224
16224
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -43558,7 +43558,7 @@ withDefaultLuvio((luvio) => {
|
|
|
43558
43558
|
});
|
|
43559
43559
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyListViewSummaryUpdateAvailable', notifyUpdateAvailableFactory));
|
|
43560
43560
|
});
|
|
43561
|
-
// version: 1.
|
|
43561
|
+
// version: 1.213.0-951602080
|
|
43562
43562
|
|
|
43563
43563
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
43564
43564
|
|
|
@@ -60156,7 +60156,7 @@ register({
|
|
|
60156
60156
|
id: '@salesforce/lds-network-adapter',
|
|
60157
60157
|
instrument: instrument$1,
|
|
60158
60158
|
});
|
|
60159
|
-
// version: 1.
|
|
60159
|
+
// version: 1.213.0-831919511
|
|
60160
60160
|
|
|
60161
60161
|
const { create: create$2, keys: keys$2 } = Object;
|
|
60162
60162
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -78276,7 +78276,7 @@ register({
|
|
|
78276
78276
|
configuration: { ...configurationForGraphQLAdapters },
|
|
78277
78277
|
instrument,
|
|
78278
78278
|
});
|
|
78279
|
-
// version: 1.
|
|
78279
|
+
// version: 1.213.0-951602080
|
|
78280
78280
|
|
|
78281
78281
|
// On core the unstable adapters are re-exported with different names,
|
|
78282
78282
|
|
|
@@ -80523,7 +80523,7 @@ withDefaultLuvio((luvio) => {
|
|
|
80523
80523
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
80524
80524
|
graphQLImperative = ldsAdapter;
|
|
80525
80525
|
});
|
|
80526
|
-
// version: 1.
|
|
80526
|
+
// version: 1.213.0-951602080
|
|
80527
80527
|
|
|
80528
80528
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
80529
80529
|
__proto__: null,
|
|
@@ -81237,4 +81237,4 @@ const { luvio } = getRuntime();
|
|
|
81237
81237
|
setDefaultLuvio({ luvio });
|
|
81238
81238
|
|
|
81239
81239
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
81240
|
-
// version: 1.
|
|
81240
|
+
// version: 1.213.0-831919511
|
|
@@ -3868,7 +3868,7 @@
|
|
|
3868
3868
|
}
|
|
3869
3869
|
callbacks.push(callback);
|
|
3870
3870
|
}
|
|
3871
|
-
// version: 1.
|
|
3871
|
+
// version: 1.213.0-831919511
|
|
3872
3872
|
|
|
3873
3873
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3874
3874
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15301,7 +15301,7 @@
|
|
|
15301
15301
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15302
15302
|
return luvioDocumentNode;
|
|
15303
15303
|
}
|
|
15304
|
-
// version: 1.
|
|
15304
|
+
// version: 1.213.0-831919511
|
|
15305
15305
|
|
|
15306
15306
|
function unwrap(data) {
|
|
15307
15307
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16224,7 +16224,7 @@
|
|
|
16224
16224
|
const { apiFamily, name } = metadata;
|
|
16225
16225
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16226
16226
|
}
|
|
16227
|
-
// version: 1.
|
|
16227
|
+
// version: 1.213.0-831919511
|
|
16228
16228
|
|
|
16229
16229
|
/**
|
|
16230
16230
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -43564,7 +43564,7 @@
|
|
|
43564
43564
|
});
|
|
43565
43565
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyListViewSummaryUpdateAvailable', notifyUpdateAvailableFactory));
|
|
43566
43566
|
});
|
|
43567
|
-
// version: 1.
|
|
43567
|
+
// version: 1.213.0-951602080
|
|
43568
43568
|
|
|
43569
43569
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
43570
43570
|
|
|
@@ -60162,7 +60162,7 @@
|
|
|
60162
60162
|
id: '@salesforce/lds-network-adapter',
|
|
60163
60163
|
instrument: instrument$1,
|
|
60164
60164
|
});
|
|
60165
|
-
// version: 1.
|
|
60165
|
+
// version: 1.213.0-831919511
|
|
60166
60166
|
|
|
60167
60167
|
const { create: create$2, keys: keys$2 } = Object;
|
|
60168
60168
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -78282,7 +78282,7 @@
|
|
|
78282
78282
|
configuration: { ...configurationForGraphQLAdapters },
|
|
78283
78283
|
instrument,
|
|
78284
78284
|
});
|
|
78285
|
-
// version: 1.
|
|
78285
|
+
// version: 1.213.0-951602080
|
|
78286
78286
|
|
|
78287
78287
|
// On core the unstable adapters are re-exported with different names,
|
|
78288
78288
|
|
|
@@ -80529,7 +80529,7 @@
|
|
|
80529
80529
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
80530
80530
|
graphQLImperative = ldsAdapter;
|
|
80531
80531
|
});
|
|
80532
|
-
// version: 1.
|
|
80532
|
+
// version: 1.213.0-951602080
|
|
80533
80533
|
|
|
80534
80534
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
80535
80535
|
__proto__: null,
|
|
@@ -81260,4 +81260,4 @@
|
|
|
81260
81260
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
81261
81261
|
|
|
81262
81262
|
}));
|
|
81263
|
-
// version: 1.
|
|
81263
|
+
// version: 1.213.0-831919511
|