@salesforce/lds-worker-api 1.451.0-dev2 → 1.451.0-dev3
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.
|
@@ -1373,4 +1373,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
1373
1373
|
}
|
|
1374
1374
|
|
|
1375
1375
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, importLuvioAdapterModule, importOneStoreAdapterModule, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
1376
|
-
// version: 1.451.0-
|
|
1376
|
+
// version: 1.451.0-dev3-debcd48191
|
|
@@ -4276,7 +4276,7 @@ function withDefaultLuvio(callback) {
|
|
|
4276
4276
|
}
|
|
4277
4277
|
callbacks.push(callback);
|
|
4278
4278
|
}
|
|
4279
|
-
// version: 1.451.0-
|
|
4279
|
+
// version: 1.451.0-dev3-debcd48191
|
|
4280
4280
|
|
|
4281
4281
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4282
4282
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -5320,7 +5320,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
5320
5320
|
const { apiFamily, name } = metadata;
|
|
5321
5321
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
5322
5322
|
}
|
|
5323
|
-
// version: 1.451.0-
|
|
5323
|
+
// version: 1.451.0-dev3-debcd48191
|
|
5324
5324
|
|
|
5325
5325
|
function isSupportedEntity(_objectApiName) {
|
|
5326
5326
|
return true;
|
|
@@ -32547,7 +32547,7 @@ withDefaultLuvio((luvio) => {
|
|
|
32547
32547
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
32548
32548
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
32549
32549
|
});
|
|
32550
|
-
// version: 1.451.0-
|
|
32550
|
+
// version: 1.451.0-dev3-5cd7743c69
|
|
32551
32551
|
|
|
32552
32552
|
var draftQueueMaxRetryAttemptsGate = {
|
|
32553
32553
|
isOpen: function (e) {
|
|
@@ -96796,7 +96796,7 @@ function buildServiceDescriptor$b(luvio) {
|
|
|
96796
96796
|
},
|
|
96797
96797
|
};
|
|
96798
96798
|
}
|
|
96799
|
-
// version: 1.451.0-
|
|
96799
|
+
// version: 1.451.0-dev3-debcd48191
|
|
96800
96800
|
|
|
96801
96801
|
/**
|
|
96802
96802
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -96822,7 +96822,7 @@ function buildServiceDescriptor$a(notifyRecordUpdateAvailable, getNormalizedLuvi
|
|
|
96822
96822
|
},
|
|
96823
96823
|
};
|
|
96824
96824
|
}
|
|
96825
|
-
// version: 1.451.0-
|
|
96825
|
+
// version: 1.451.0-dev3-debcd48191
|
|
96826
96826
|
|
|
96827
96827
|
function findExecutableOperation$1(input) {
|
|
96828
96828
|
const operations = input.query.definitions.filter(
|
|
@@ -99531,7 +99531,7 @@ register$1({
|
|
|
99531
99531
|
id: '@salesforce/lds-network-adapter',
|
|
99532
99532
|
instrument: instrument$2,
|
|
99533
99533
|
});
|
|
99534
|
-
// version: 1.451.0-
|
|
99534
|
+
// version: 1.451.0-dev3-debcd48191
|
|
99535
99535
|
|
|
99536
99536
|
const { create: create$2, keys: keys$2 } = Object;
|
|
99537
99537
|
const { stringify, parse } = JSON;
|
|
@@ -107066,7 +107066,7 @@ function registerCallback(cb) {
|
|
|
107066
107066
|
cb(graphql_v1_import, graphql_imperative$1, graphql_imperative_legacy_v1_import, graphql_state_manager, useOneStoreGraphQL);
|
|
107067
107067
|
}
|
|
107068
107068
|
}
|
|
107069
|
-
// version: 1.451.0-
|
|
107069
|
+
// version: 1.451.0-dev3-5cd7743c69
|
|
107070
107070
|
|
|
107071
107071
|
function createFragmentMap(documentNode) {
|
|
107072
107072
|
const fragments = {};
|
|
@@ -136309,7 +136309,7 @@ register$1({
|
|
|
136309
136309
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
136310
136310
|
instrument: instrument$1,
|
|
136311
136311
|
});
|
|
136312
|
-
// version: 1.451.0-
|
|
136312
|
+
// version: 1.451.0-dev3-5cd7743c69
|
|
136313
136313
|
|
|
136314
136314
|
// On core the unstable adapters are re-exported with different names,
|
|
136315
136315
|
// we want to match them here.
|
|
@@ -136461,7 +136461,7 @@ withDefaultLuvio((luvio) => {
|
|
|
136461
136461
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
136462
136462
|
graphQLImperative = ldsAdapter;
|
|
136463
136463
|
});
|
|
136464
|
-
// version: 1.451.0-
|
|
136464
|
+
// version: 1.451.0-dev3-5cd7743c69
|
|
136465
136465
|
|
|
136466
136466
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
136467
136467
|
__proto__: null,
|
|
@@ -137260,7 +137260,7 @@ const callbacks$1 = [];
|
|
|
137260
137260
|
function register(r) {
|
|
137261
137261
|
callbacks$1.forEach((callback) => callback(r));
|
|
137262
137262
|
}
|
|
137263
|
-
// version: 1.451.0-
|
|
137263
|
+
// version: 1.451.0-dev3-debcd48191
|
|
137264
137264
|
|
|
137265
137265
|
/**
|
|
137266
137266
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -138549,4 +138549,4 @@ const { luvio } = getRuntime();
|
|
|
138549
138549
|
setDefaultLuvio({ luvio });
|
|
138550
138550
|
|
|
138551
138551
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, importLuvioAdapterModule, importOneStoreAdapterModule, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
138552
|
-
// version: 1.451.0-
|
|
138552
|
+
// version: 1.451.0-dev3-debcd48191
|
|
@@ -4282,7 +4282,7 @@
|
|
|
4282
4282
|
}
|
|
4283
4283
|
callbacks.push(callback);
|
|
4284
4284
|
}
|
|
4285
|
-
// version: 1.451.0-
|
|
4285
|
+
// version: 1.451.0-dev3-debcd48191
|
|
4286
4286
|
|
|
4287
4287
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4288
4288
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -5326,7 +5326,7 @@
|
|
|
5326
5326
|
const { apiFamily, name } = metadata;
|
|
5327
5327
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
5328
5328
|
}
|
|
5329
|
-
// version: 1.451.0-
|
|
5329
|
+
// version: 1.451.0-dev3-debcd48191
|
|
5330
5330
|
|
|
5331
5331
|
function isSupportedEntity(_objectApiName) {
|
|
5332
5332
|
return true;
|
|
@@ -32553,7 +32553,7 @@
|
|
|
32553
32553
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
32554
32554
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
32555
32555
|
});
|
|
32556
|
-
// version: 1.451.0-
|
|
32556
|
+
// version: 1.451.0-dev3-5cd7743c69
|
|
32557
32557
|
|
|
32558
32558
|
var draftQueueMaxRetryAttemptsGate = {
|
|
32559
32559
|
isOpen: function (e) {
|
|
@@ -96802,7 +96802,7 @@
|
|
|
96802
96802
|
},
|
|
96803
96803
|
};
|
|
96804
96804
|
}
|
|
96805
|
-
// version: 1.451.0-
|
|
96805
|
+
// version: 1.451.0-dev3-debcd48191
|
|
96806
96806
|
|
|
96807
96807
|
/**
|
|
96808
96808
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -96828,7 +96828,7 @@
|
|
|
96828
96828
|
},
|
|
96829
96829
|
};
|
|
96830
96830
|
}
|
|
96831
|
-
// version: 1.451.0-
|
|
96831
|
+
// version: 1.451.0-dev3-debcd48191
|
|
96832
96832
|
|
|
96833
96833
|
function findExecutableOperation$1(input) {
|
|
96834
96834
|
const operations = input.query.definitions.filter(
|
|
@@ -99537,7 +99537,7 @@
|
|
|
99537
99537
|
id: '@salesforce/lds-network-adapter',
|
|
99538
99538
|
instrument: instrument$2,
|
|
99539
99539
|
});
|
|
99540
|
-
// version: 1.451.0-
|
|
99540
|
+
// version: 1.451.0-dev3-debcd48191
|
|
99541
99541
|
|
|
99542
99542
|
const { create: create$2, keys: keys$2 } = Object;
|
|
99543
99543
|
const { stringify, parse } = JSON;
|
|
@@ -107072,7 +107072,7 @@
|
|
|
107072
107072
|
cb(graphql_v1_import, graphql_imperative$1, graphql_imperative_legacy_v1_import, graphql_state_manager, useOneStoreGraphQL);
|
|
107073
107073
|
}
|
|
107074
107074
|
}
|
|
107075
|
-
// version: 1.451.0-
|
|
107075
|
+
// version: 1.451.0-dev3-5cd7743c69
|
|
107076
107076
|
|
|
107077
107077
|
function createFragmentMap(documentNode) {
|
|
107078
107078
|
const fragments = {};
|
|
@@ -136315,7 +136315,7 @@
|
|
|
136315
136315
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
136316
136316
|
instrument: instrument$1,
|
|
136317
136317
|
});
|
|
136318
|
-
// version: 1.451.0-
|
|
136318
|
+
// version: 1.451.0-dev3-5cd7743c69
|
|
136319
136319
|
|
|
136320
136320
|
// On core the unstable adapters are re-exported with different names,
|
|
136321
136321
|
// we want to match them here.
|
|
@@ -136467,7 +136467,7 @@
|
|
|
136467
136467
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
136468
136468
|
graphQLImperative = ldsAdapter;
|
|
136469
136469
|
});
|
|
136470
|
-
// version: 1.451.0-
|
|
136470
|
+
// version: 1.451.0-dev3-5cd7743c69
|
|
136471
136471
|
|
|
136472
136472
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
136473
136473
|
__proto__: null,
|
|
@@ -137266,7 +137266,7 @@
|
|
|
137266
137266
|
function register(r) {
|
|
137267
137267
|
callbacks$1.forEach((callback) => callback(r));
|
|
137268
137268
|
}
|
|
137269
|
-
// version: 1.451.0-
|
|
137269
|
+
// version: 1.451.0-dev3-debcd48191
|
|
137270
137270
|
|
|
137271
137271
|
/**
|
|
137272
137272
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -138576,4 +138576,4 @@
|
|
|
138576
138576
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
138577
138577
|
|
|
138578
138578
|
}));
|
|
138579
|
-
// version: 1.451.0-
|
|
138579
|
+
// version: 1.451.0-dev3-debcd48191
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-worker-api",
|
|
3
|
-
"version": "1.451.0-
|
|
3
|
+
"version": "1.451.0-dev3",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "dist/standalone/es/lds-worker-api.js",
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@oat-sa/rollup-plugin-wildcard-external": "^1.0.0",
|
|
38
|
-
"@salesforce/lds-adapters-graphql": "^1.451.0-
|
|
39
|
-
"@salesforce/lds-adapters-uiapi": "^1.451.0-
|
|
40
|
-
"@salesforce/lds-default-luvio": "^1.451.0-
|
|
41
|
-
"@salesforce/lds-drafts": "^1.451.0-
|
|
42
|
-
"@salesforce/lds-graphql-parser": "^1.451.0-
|
|
43
|
-
"@salesforce/lds-luvio-engine": "^1.451.0-
|
|
44
|
-
"@salesforce/lds-runtime-mobile": "^1.451.0-
|
|
45
|
-
"@salesforce/nimbus-plugin-lds": "^1.451.0-
|
|
38
|
+
"@salesforce/lds-adapters-graphql": "^1.451.0-dev3",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.451.0-dev3",
|
|
40
|
+
"@salesforce/lds-default-luvio": "^1.451.0-dev3",
|
|
41
|
+
"@salesforce/lds-drafts": "^1.451.0-dev3",
|
|
42
|
+
"@salesforce/lds-graphql-parser": "^1.451.0-dev3",
|
|
43
|
+
"@salesforce/lds-luvio-engine": "^1.451.0-dev3",
|
|
44
|
+
"@salesforce/lds-runtime-mobile": "^1.451.0-dev3",
|
|
45
|
+
"@salesforce/nimbus-plugin-lds": "^1.451.0-dev3",
|
|
46
46
|
"ajv": "^8.11.0",
|
|
47
47
|
"glob": "^7.1.5",
|
|
48
48
|
"nimbus-types": "^2.0.0-alpha1",
|