@salesforce/lds-worker-api 1.396.0 → 1.397.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.
|
@@ -1371,4 +1371,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
1371
1371
|
}
|
|
1372
1372
|
|
|
1373
1373
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, importLuvioAdapterModule, importOneStoreAdapterModule, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
1374
|
-
// version: 1.
|
|
1374
|
+
// version: 1.397.0-08bd11d0bc
|
|
@@ -4274,7 +4274,7 @@ function withDefaultLuvio(callback) {
|
|
|
4274
4274
|
}
|
|
4275
4275
|
callbacks.push(callback);
|
|
4276
4276
|
}
|
|
4277
|
-
// version: 1.
|
|
4277
|
+
// version: 1.397.0-08bd11d0bc
|
|
4278
4278
|
|
|
4279
4279
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4280
4280
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -5318,7 +5318,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
5318
5318
|
const { apiFamily, name } = metadata;
|
|
5319
5319
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
5320
5320
|
}
|
|
5321
|
-
// version: 1.
|
|
5321
|
+
// version: 1.397.0-08bd11d0bc
|
|
5322
5322
|
|
|
5323
5323
|
/**
|
|
5324
5324
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -34154,7 +34154,7 @@ withDefaultLuvio((luvio) => {
|
|
|
34154
34154
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
34155
34155
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
34156
34156
|
});
|
|
34157
|
-
// version: 1.
|
|
34157
|
+
// version: 1.397.0-006831ea37
|
|
34158
34158
|
|
|
34159
34159
|
function requestIdleDetectedCallback(_callback) { }
|
|
34160
34160
|
function declareNotifierTaskSingle(_name) {
|
|
@@ -96210,7 +96210,7 @@ function buildServiceDescriptor$5(luvio) {
|
|
|
96210
96210
|
},
|
|
96211
96211
|
};
|
|
96212
96212
|
}
|
|
96213
|
-
// version: 1.
|
|
96213
|
+
// version: 1.397.0-006831ea37
|
|
96214
96214
|
|
|
96215
96215
|
/**
|
|
96216
96216
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -96236,7 +96236,7 @@ function buildServiceDescriptor$4(notifyRecordUpdateAvailable, getNormalizedLuvi
|
|
|
96236
96236
|
},
|
|
96237
96237
|
};
|
|
96238
96238
|
}
|
|
96239
|
-
// version: 1.
|
|
96239
|
+
// version: 1.397.0-006831ea37
|
|
96240
96240
|
|
|
96241
96241
|
/*!
|
|
96242
96242
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -98460,7 +98460,7 @@ register$1({
|
|
|
98460
98460
|
id: '@salesforce/lds-network-adapter',
|
|
98461
98461
|
instrument: instrument$2,
|
|
98462
98462
|
});
|
|
98463
|
-
// version: 1.
|
|
98463
|
+
// version: 1.397.0-08bd11d0bc
|
|
98464
98464
|
|
|
98465
98465
|
const { create: create$3, keys: keys$3 } = Object;
|
|
98466
98466
|
const { stringify: stringify$1, parse } = JSON;
|
|
@@ -101454,7 +101454,7 @@ function handleEmit(res, callback) {
|
|
|
101454
101454
|
}
|
|
101455
101455
|
callback(consumerEmittedData);
|
|
101456
101456
|
}
|
|
101457
|
-
// version: 1.
|
|
101457
|
+
// version: 1.397.0-006831ea37
|
|
101458
101458
|
|
|
101459
101459
|
class Analytics__AnalyticsBrowseRepository extends UnidentifiableGraphQLTypeRepository {
|
|
101460
101460
|
constructor(services, typeRegistry) {
|
|
@@ -113140,7 +113140,7 @@ function registerCallback(cb) {
|
|
|
113140
113140
|
cb(graphql_v1_import, graphql_imperative$1, graphql_imperative_legacy_v1_import, graphql_state_manager, useOneStoreGraphQL);
|
|
113141
113141
|
}
|
|
113142
113142
|
}
|
|
113143
|
-
// version: 1.
|
|
113143
|
+
// version: 1.397.0-006831ea37
|
|
113144
113144
|
|
|
113145
113145
|
function createFragmentMap(documentNode) {
|
|
113146
113146
|
const fragments = {};
|
|
@@ -139854,7 +139854,7 @@ register$1({
|
|
|
139854
139854
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
139855
139855
|
instrument: instrument$1,
|
|
139856
139856
|
});
|
|
139857
|
-
// version: 1.
|
|
139857
|
+
// version: 1.397.0-006831ea37
|
|
139858
139858
|
|
|
139859
139859
|
// On core the unstable adapters are re-exported with different names,
|
|
139860
139860
|
// we want to match them here.
|
|
@@ -140006,7 +140006,7 @@ withDefaultLuvio((luvio) => {
|
|
|
140006
140006
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
140007
140007
|
graphQLImperative = ldsAdapter;
|
|
140008
140008
|
});
|
|
140009
|
-
// version: 1.
|
|
140009
|
+
// version: 1.397.0-006831ea37
|
|
140010
140010
|
|
|
140011
140011
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
140012
140012
|
__proto__: null,
|
|
@@ -140805,7 +140805,7 @@ const callbacks$1 = [];
|
|
|
140805
140805
|
function register(r) {
|
|
140806
140806
|
callbacks$1.forEach((callback) => callback(r));
|
|
140807
140807
|
}
|
|
140808
|
-
// version: 1.
|
|
140808
|
+
// version: 1.397.0-08bd11d0bc
|
|
140809
140809
|
|
|
140810
140810
|
/**
|
|
140811
140811
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -142121,4 +142121,4 @@ const { luvio } = getRuntime();
|
|
|
142121
142121
|
setDefaultLuvio({ luvio });
|
|
142122
142122
|
|
|
142123
142123
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, importLuvioAdapterModule, importOneStoreAdapterModule, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
142124
|
-
// version: 1.
|
|
142124
|
+
// version: 1.397.0-08bd11d0bc
|
|
@@ -4280,7 +4280,7 @@
|
|
|
4280
4280
|
}
|
|
4281
4281
|
callbacks.push(callback);
|
|
4282
4282
|
}
|
|
4283
|
-
// version: 1.
|
|
4283
|
+
// version: 1.397.0-08bd11d0bc
|
|
4284
4284
|
|
|
4285
4285
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4286
4286
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -5324,7 +5324,7 @@
|
|
|
5324
5324
|
const { apiFamily, name } = metadata;
|
|
5325
5325
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
5326
5326
|
}
|
|
5327
|
-
// version: 1.
|
|
5327
|
+
// version: 1.397.0-08bd11d0bc
|
|
5328
5328
|
|
|
5329
5329
|
/**
|
|
5330
5330
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -34160,7 +34160,7 @@
|
|
|
34160
34160
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
34161
34161
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
34162
34162
|
});
|
|
34163
|
-
// version: 1.
|
|
34163
|
+
// version: 1.397.0-006831ea37
|
|
34164
34164
|
|
|
34165
34165
|
function requestIdleDetectedCallback(_callback) { }
|
|
34166
34166
|
function declareNotifierTaskSingle(_name) {
|
|
@@ -96216,7 +96216,7 @@
|
|
|
96216
96216
|
},
|
|
96217
96217
|
};
|
|
96218
96218
|
}
|
|
96219
|
-
// version: 1.
|
|
96219
|
+
// version: 1.397.0-006831ea37
|
|
96220
96220
|
|
|
96221
96221
|
/**
|
|
96222
96222
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -96242,7 +96242,7 @@
|
|
|
96242
96242
|
},
|
|
96243
96243
|
};
|
|
96244
96244
|
}
|
|
96245
|
-
// version: 1.
|
|
96245
|
+
// version: 1.397.0-006831ea37
|
|
96246
96246
|
|
|
96247
96247
|
/*!
|
|
96248
96248
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -98466,7 +98466,7 @@
|
|
|
98466
98466
|
id: '@salesforce/lds-network-adapter',
|
|
98467
98467
|
instrument: instrument$2,
|
|
98468
98468
|
});
|
|
98469
|
-
// version: 1.
|
|
98469
|
+
// version: 1.397.0-08bd11d0bc
|
|
98470
98470
|
|
|
98471
98471
|
const { create: create$3, keys: keys$3 } = Object;
|
|
98472
98472
|
const { stringify: stringify$1, parse } = JSON;
|
|
@@ -101460,7 +101460,7 @@
|
|
|
101460
101460
|
}
|
|
101461
101461
|
callback(consumerEmittedData);
|
|
101462
101462
|
}
|
|
101463
|
-
// version: 1.
|
|
101463
|
+
// version: 1.397.0-006831ea37
|
|
101464
101464
|
|
|
101465
101465
|
class Analytics__AnalyticsBrowseRepository extends UnidentifiableGraphQLTypeRepository {
|
|
101466
101466
|
constructor(services, typeRegistry) {
|
|
@@ -113146,7 +113146,7 @@ keys: keys$2,
|
|
|
113146
113146
|
cb(graphql_v1_import, graphql_imperative$1, graphql_imperative_legacy_v1_import, graphql_state_manager, useOneStoreGraphQL);
|
|
113147
113147
|
}
|
|
113148
113148
|
}
|
|
113149
|
-
// version: 1.
|
|
113149
|
+
// version: 1.397.0-006831ea37
|
|
113150
113150
|
|
|
113151
113151
|
function createFragmentMap(documentNode) {
|
|
113152
113152
|
const fragments = {};
|
|
@@ -139860,7 +139860,7 @@ keys: keys$2,
|
|
|
139860
139860
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
139861
139861
|
instrument: instrument$1,
|
|
139862
139862
|
});
|
|
139863
|
-
// version: 1.
|
|
139863
|
+
// version: 1.397.0-006831ea37
|
|
139864
139864
|
|
|
139865
139865
|
// On core the unstable adapters are re-exported with different names,
|
|
139866
139866
|
// we want to match them here.
|
|
@@ -140012,7 +140012,7 @@ keys: keys$2,
|
|
|
140012
140012
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
140013
140013
|
graphQLImperative = ldsAdapter;
|
|
140014
140014
|
});
|
|
140015
|
-
// version: 1.
|
|
140015
|
+
// version: 1.397.0-006831ea37
|
|
140016
140016
|
|
|
140017
140017
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
140018
140018
|
__proto__: null,
|
|
@@ -140811,7 +140811,7 @@ keys: keys$2,
|
|
|
140811
140811
|
function register(r) {
|
|
140812
140812
|
callbacks$1.forEach((callback) => callback(r));
|
|
140813
140813
|
}
|
|
140814
|
-
// version: 1.
|
|
140814
|
+
// version: 1.397.0-08bd11d0bc
|
|
140815
140815
|
|
|
140816
140816
|
/**
|
|
140817
140817
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -142148,4 +142148,4 @@ keys: keys$2,
|
|
|
142148
142148
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
142149
142149
|
|
|
142150
142150
|
}));
|
|
142151
|
-
// version: 1.
|
|
142151
|
+
// version: 1.397.0-08bd11d0bc
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-worker-api",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.397.0",
|
|
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.
|
|
39
|
-
"@salesforce/lds-adapters-uiapi": "^1.
|
|
40
|
-
"@salesforce/lds-default-luvio": "^1.
|
|
41
|
-
"@salesforce/lds-drafts": "^1.
|
|
42
|
-
"@salesforce/lds-graphql-parser": "^1.
|
|
43
|
-
"@salesforce/lds-luvio-engine": "^1.
|
|
44
|
-
"@salesforce/lds-runtime-mobile": "^1.
|
|
45
|
-
"@salesforce/nimbus-plugin-lds": "^1.
|
|
38
|
+
"@salesforce/lds-adapters-graphql": "^1.397.0",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.397.0",
|
|
40
|
+
"@salesforce/lds-default-luvio": "^1.397.0",
|
|
41
|
+
"@salesforce/lds-drafts": "^1.397.0",
|
|
42
|
+
"@salesforce/lds-graphql-parser": "^1.397.0",
|
|
43
|
+
"@salesforce/lds-luvio-engine": "^1.397.0",
|
|
44
|
+
"@salesforce/lds-runtime-mobile": "^1.397.0",
|
|
45
|
+
"@salesforce/nimbus-plugin-lds": "^1.397.0",
|
|
46
46
|
"ajv": "^8.11.0",
|
|
47
47
|
"glob": "^7.1.5",
|
|
48
48
|
"nimbus-types": "^2.0.0-alpha1",
|