@salesforce/lds-worker-api 1.260.0 → 1.262.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.
- package/dist/sfdc/es/ldsWorkerApi.js +1 -1
- package/dist/sfdc/es/types/standalone-stubs/o11y.d.ts +2 -0
- package/dist/standalone/es/lds-worker-api.js +55 -28
- package/dist/standalone/es/types/standalone-stubs/o11y.d.ts +2 -0
- package/dist/standalone/umd/lds-worker-api.js +55 -28
- package/dist/standalone/umd/types/standalone-stubs/o11y.d.ts +2 -0
- package/package.json +10 -10
|
@@ -1034,4 +1034,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
1034
1034
|
}
|
|
1035
1035
|
|
|
1036
1036
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
1037
|
-
// version: 1.
|
|
1037
|
+
// version: 1.262.0-af6b3d211
|
|
@@ -8,11 +8,13 @@ export declare const mockInstrumentation: {
|
|
|
8
8
|
error: () => void;
|
|
9
9
|
trackValue: (_operation: string, _value: number, _hasError?: boolean, _tags?: MetricsTags) => void;
|
|
10
10
|
incrementCounter: (_operation: string, _increment?: number, _hasError?: boolean, _tags?: MetricsTags) => void;
|
|
11
|
+
bucketValue: (_operation: string, _value: number, _buckets: number[]) => void;
|
|
11
12
|
};
|
|
12
13
|
export declare const getInstrumentation: () => {
|
|
13
14
|
startActivity: typeof startActivity;
|
|
14
15
|
error: () => void;
|
|
15
16
|
trackValue: (_operation: string, _value: number, _hasError?: boolean, _tags?: MetricsTags) => void;
|
|
16
17
|
incrementCounter: (_operation: string, _increment?: number, _hasError?: boolean, _tags?: MetricsTags) => void;
|
|
18
|
+
bucketValue: (_operation: string, _value: number, _buckets: number[]) => void;
|
|
17
19
|
};
|
|
18
20
|
export {};
|
|
@@ -4129,7 +4129,7 @@ function withDefaultLuvio(callback) {
|
|
|
4129
4129
|
}
|
|
4130
4130
|
callbacks.push(callback);
|
|
4131
4131
|
}
|
|
4132
|
-
// version: 1.
|
|
4132
|
+
// version: 1.262.0-af6b3d211
|
|
4133
4133
|
|
|
4134
4134
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4135
4135
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15637,7 +15637,7 @@ function gql(literals, ...subs) {
|
|
|
15637
15637
|
}
|
|
15638
15638
|
return superResult;
|
|
15639
15639
|
}
|
|
15640
|
-
// version: 1.
|
|
15640
|
+
// version: 1.262.0-af6b3d211
|
|
15641
15641
|
|
|
15642
15642
|
function unwrap(data) {
|
|
15643
15643
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16562,7 +16562,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16562
16562
|
const { apiFamily, name } = metadata;
|
|
16563
16563
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16564
16564
|
}
|
|
16565
|
-
// version: 1.
|
|
16565
|
+
// version: 1.262.0-af6b3d211
|
|
16566
16566
|
|
|
16567
16567
|
/**
|
|
16568
16568
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -34898,7 +34898,7 @@ function createResourceRequest$s(config) {
|
|
|
34898
34898
|
|
|
34899
34899
|
const adapterName$p = 'getRelatedListsCount';
|
|
34900
34900
|
const getRelatedListsCount_ConfigPropertyMetadata = [
|
|
34901
|
-
generateParamConfigMetadata$2('parentRecordId', true, 0 /* UrlParameter */, 0 /* String
|
|
34901
|
+
generateParamConfigMetadata$2('parentRecordId', true, 0 /* UrlParameter */, 0 /* String */, false, getRecordId18),
|
|
34902
34902
|
generateParamConfigMetadata$2('relatedListNames', true, 0 /* UrlParameter */, 0 /* String */, true, getFieldApiNamesArray$2),
|
|
34903
34903
|
generateParamConfigMetadata$2('maxCount', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
34904
34904
|
];
|
|
@@ -34984,7 +34984,7 @@ const getRelatedListsCountAdapterFactory = (luvio) => function UiApi__getRelated
|
|
|
34984
34984
|
|
|
34985
34985
|
const adapterName$o = 'getRelatedListCount';
|
|
34986
34986
|
const getRelatedListCount_ConfigPropertyMetadata = [
|
|
34987
|
-
generateParamConfigMetadata$2('parentRecordId', true, 0 /* UrlParameter */, 0 /* String
|
|
34987
|
+
generateParamConfigMetadata$2('parentRecordId', true, 0 /* UrlParameter */, 0 /* String */, false, getRecordId18),
|
|
34988
34988
|
generateParamConfigMetadata$2('relatedListId', true, 0 /* UrlParameter */, 0 /* String */),
|
|
34989
34989
|
generateParamConfigMetadata$2('maxCount', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
34990
34990
|
];
|
|
@@ -35003,7 +35003,8 @@ function validateAdapterConfig$r(untrustedConfig, configPropertyNames) {
|
|
|
35003
35003
|
if (!untrustedIsObject$2(untrustedConfig)) {
|
|
35004
35004
|
return null;
|
|
35005
35005
|
}
|
|
35006
|
-
const
|
|
35006
|
+
const coercedConfig = coerceConfig$1(untrustedConfig, getRelatedListCount_ConfigPropertyMetadata);
|
|
35007
|
+
const config = typeCheckConfig$s(coercedConfig);
|
|
35007
35008
|
if (!areRequiredParametersPresent$1(config, configPropertyNames)) {
|
|
35008
35009
|
return null;
|
|
35009
35010
|
}
|
|
@@ -37607,7 +37608,7 @@ function createResourceRequest$j(config) {
|
|
|
37607
37608
|
|
|
37608
37609
|
const adapterName$g = 'getRelatedListRecordsBatch';
|
|
37609
37610
|
const getRelatedListRecordsBatch_ConfigPropertyMetadata = [
|
|
37610
|
-
generateParamConfigMetadata$2('parentRecordId', true, 0 /* UrlParameter */, 0 /* String
|
|
37611
|
+
generateParamConfigMetadata$2('parentRecordId', true, 0 /* UrlParameter */, 0 /* String */, false, getRecordId18),
|
|
37611
37612
|
generateParamConfigMetadata$2('relatedListParameters', true, 2 /* Body */, 4 /* Unsupported */, true),
|
|
37612
37613
|
];
|
|
37613
37614
|
const getRelatedListRecordsBatch_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig$2(adapterName$g, getRelatedListRecordsBatch_ConfigPropertyMetadata);
|
|
@@ -37637,7 +37638,8 @@ function validateAdapterConfig$j(untrustedConfig, configPropertyNames) {
|
|
|
37637
37638
|
if (!untrustedIsObject$2(untrustedConfig)) {
|
|
37638
37639
|
return null;
|
|
37639
37640
|
}
|
|
37640
|
-
const
|
|
37641
|
+
const coercedConfig = coerceConfig$1(untrustedConfig, getRelatedListRecordsBatch_ConfigPropertyMetadata);
|
|
37642
|
+
const config = typeCheckConfig$k(coercedConfig);
|
|
37641
37643
|
if (!areRequiredParametersPresent$1(config, configPropertyNames)) {
|
|
37642
37644
|
return null;
|
|
37643
37645
|
}
|
|
@@ -37703,7 +37705,7 @@ const getRelatedListRecordsBatchAdapterFactory = (luvio) => function UiApi__getR
|
|
|
37703
37705
|
|
|
37704
37706
|
const adapterName$f = 'getRelatedListRecords';
|
|
37705
37707
|
const getRelatedListRecords_ConfigPropertyMetadata = [
|
|
37706
|
-
generateParamConfigMetadata$2('parentRecordId', true, 0 /* UrlParameter */, 0 /* String
|
|
37708
|
+
generateParamConfigMetadata$2('parentRecordId', true, 0 /* UrlParameter */, 0 /* String */, false, getRecordId18),
|
|
37707
37709
|
generateParamConfigMetadata$2('relatedListId', true, 0 /* UrlParameter */, 0 /* String */),
|
|
37708
37710
|
generateParamConfigMetadata$2('fields', false, 2 /* Body */, 0 /* String */, true),
|
|
37709
37711
|
generateParamConfigMetadata$2('optionalFields', false, 2 /* Body */, 0 /* String */, true),
|
|
@@ -37727,7 +37729,8 @@ function validateAdapterConfig$i(untrustedConfig, configPropertyNames) {
|
|
|
37727
37729
|
if (!untrustedIsObject$2(untrustedConfig)) {
|
|
37728
37730
|
return null;
|
|
37729
37731
|
}
|
|
37730
|
-
const
|
|
37732
|
+
const coercedConfig = coerceConfig$1(untrustedConfig, getRelatedListRecords_ConfigPropertyMetadata);
|
|
37733
|
+
const config = typeCheckConfig$j(coercedConfig);
|
|
37731
37734
|
if (!areRequiredParametersPresent$1(config, configPropertyNames)) {
|
|
37732
37735
|
return null;
|
|
37733
37736
|
}
|
|
@@ -42975,7 +42978,7 @@ withDefaultLuvio((luvio) => {
|
|
|
42975
42978
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyListInfoUpdateAvailable', notifyUpdateAvailableFactory$1));
|
|
42976
42979
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyQuickActionDefaultsUpdateAvailable', notifyUpdateAvailableFactory));
|
|
42977
42980
|
});
|
|
42978
|
-
// version: 1.
|
|
42981
|
+
// version: 1.262.0-d3c071fdc
|
|
42979
42982
|
|
|
42980
42983
|
var ldsIdempotencyWriteDisabled = {
|
|
42981
42984
|
isOpen: function (e) {
|
|
@@ -43034,6 +43037,7 @@ const mockInstrumentation = {
|
|
|
43034
43037
|
error: () => { },
|
|
43035
43038
|
trackValue: (_operation, _value, _hasError, _tags) => { },
|
|
43036
43039
|
incrementCounter: (_operation, _increment, _hasError, _tags) => { },
|
|
43040
|
+
bucketValue: (_operation, _value, _buckets) => { },
|
|
43037
43041
|
};
|
|
43038
43042
|
const getInstrumentation = () => {
|
|
43039
43043
|
return mockInstrumentation;
|
|
@@ -58042,11 +58046,14 @@ function mergeBatchRecordsFields(first, second, collectionMergeFunc) {
|
|
|
58042
58046
|
* @param endpoint Regular Expression to check the endpoint to aggregate
|
|
58043
58047
|
* @returns undefined if we should not aggregate. object if we should.
|
|
58044
58048
|
*/
|
|
58045
|
-
function createAggregateBatchRequestInfo(resourceRequest, endpoint) {
|
|
58049
|
+
function createAggregateBatchRequestInfo(resourceRequest, endpoint, instrumentationSink) {
|
|
58046
58050
|
// only handle GETs on the given endpoint regex
|
|
58047
58051
|
if (!isGetRequestForEndpoint(endpoint, resourceRequest)) {
|
|
58048
58052
|
return undefined;
|
|
58049
58053
|
}
|
|
58054
|
+
if (instrumentationSink) {
|
|
58055
|
+
instrumentationSink.reportChunkCandidateUrlLength(calculateEstimatedTotalUrlLength(resourceRequest));
|
|
58056
|
+
}
|
|
58050
58057
|
const { queryParams: { fields, optionalFields }, } = resourceRequest;
|
|
58051
58058
|
// only handle requests with fields or optional fields
|
|
58052
58059
|
if (fields === undefined && optionalFields === undefined) {
|
|
@@ -58158,6 +58165,21 @@ function getMaxLengthPerChunkAllowed(request) {
|
|
|
58158
58165
|
// MAX_URL_LENGTH - full lenght without fields, optionalFields
|
|
58159
58166
|
return MAX_URL_LENGTH - roughUrlLengthWithoutFieldsAndOptionFields;
|
|
58160
58167
|
}
|
|
58168
|
+
// we don't have access to the host so we cannot calculate the exact length of the url
|
|
58169
|
+
// so we will estimate it
|
|
58170
|
+
function calculateEstimatedTotalUrlLength(request) {
|
|
58171
|
+
const { baseUri, basePath, queryParams } = request;
|
|
58172
|
+
let url = `${baseUri}${basePath}`;
|
|
58173
|
+
if (queryParams) {
|
|
58174
|
+
const queryParamString = entries$2(queryParams)
|
|
58175
|
+
.map(([key, value]) => `${key}=${value}`)
|
|
58176
|
+
.join('&');
|
|
58177
|
+
if (queryParamString) {
|
|
58178
|
+
url += `?${queryParamString}`;
|
|
58179
|
+
}
|
|
58180
|
+
}
|
|
58181
|
+
return url.length;
|
|
58182
|
+
}
|
|
58161
58183
|
|
|
58162
58184
|
const RECORD_ENDPOINT_REGEX = /^\/ui-api\/records\/?(([a-zA-Z0-9]+))?$/;
|
|
58163
58185
|
const referenceId$3 = 'LDS_Records_AggregateUi';
|
|
@@ -58182,9 +58204,9 @@ function mergeGetRecordResult(first, second) {
|
|
|
58182
58204
|
mergeRecordFields(first, second);
|
|
58183
58205
|
return first;
|
|
58184
58206
|
}
|
|
58185
|
-
function makeNetworkChunkFieldsGetRecord(networkAdapter) {
|
|
58207
|
+
function makeNetworkChunkFieldsGetRecord(networkAdapter, instrumentationSink) {
|
|
58186
58208
|
return (resourceRequest, resourceRequestContext) => {
|
|
58187
|
-
const batchRequestInfo = createAggregateBatchRequestInfo(resourceRequest, RECORD_ENDPOINT_REGEX);
|
|
58209
|
+
const batchRequestInfo = createAggregateBatchRequestInfo(resourceRequest, RECORD_ENDPOINT_REGEX, instrumentationSink);
|
|
58188
58210
|
if (batchRequestInfo === undefined) {
|
|
58189
58211
|
return networkAdapter(resourceRequest, resourceRequestContext);
|
|
58190
58212
|
}
|
|
@@ -58198,9 +58220,9 @@ function makeNetworkChunkFieldsGetRecord(networkAdapter) {
|
|
|
58198
58220
|
|
|
58199
58221
|
const RECORDS_BATCH_ENDPOINT_REGEX = /^\/ui-api\/records\/batch\/?(([a-zA-Z0-9|,]+))?$/;
|
|
58200
58222
|
const referenceId$2 = 'LDS_Records_Batch_AggregateUi';
|
|
58201
|
-
function makeNetworkChunkFieldsGetRecordsBatch(networkAdapter) {
|
|
58223
|
+
function makeNetworkChunkFieldsGetRecordsBatch(networkAdapter, intrumentationSink) {
|
|
58202
58224
|
return (resourceRequest, resourceRequestContext) => {
|
|
58203
|
-
const batchRequestInfo = createAggregateBatchRequestInfo(resourceRequest, RECORDS_BATCH_ENDPOINT_REGEX);
|
|
58225
|
+
const batchRequestInfo = createAggregateBatchRequestInfo(resourceRequest, RECORDS_BATCH_ENDPOINT_REGEX, intrumentationSink);
|
|
58204
58226
|
if (batchRequestInfo === undefined) {
|
|
58205
58227
|
return networkAdapter(resourceRequest, resourceRequestContext);
|
|
58206
58228
|
}
|
|
@@ -58246,9 +58268,9 @@ function mergeRelatedRecordsFields(first, second) {
|
|
|
58246
58268
|
throw new Error('Aggregate UI response is invalid');
|
|
58247
58269
|
}
|
|
58248
58270
|
}
|
|
58249
|
-
function makeNetworkChunkFieldsGetRelatedListRecords(networkAdapter) {
|
|
58271
|
+
function makeNetworkChunkFieldsGetRelatedListRecords(networkAdapter, instrumentationSink) {
|
|
58250
58272
|
return (resourceRequest, resourceRequestContext) => {
|
|
58251
|
-
const batchRequestInfo = createAggregateBatchRequestInfo(resourceRequest, RELATED_LIST_RECORDS_ENDPOINT_REGEX);
|
|
58273
|
+
const batchRequestInfo = createAggregateBatchRequestInfo(resourceRequest, RELATED_LIST_RECORDS_ENDPOINT_REGEX, instrumentationSink);
|
|
58252
58274
|
if (batchRequestInfo === undefined) {
|
|
58253
58275
|
return networkAdapter(resourceRequest, resourceRequestContext);
|
|
58254
58276
|
}
|
|
@@ -58324,9 +58346,9 @@ function recordIdsAllMatch(first, second) {
|
|
|
58324
58346
|
|
|
58325
58347
|
const RELATED_LIST_RECORDS_BATCH_ENDPOINT_REGEX = /^\/ui-api\/related-list-records\/batch\/?(([a-zA-Z0-9]+))?\//;
|
|
58326
58348
|
const referenceId = 'LDS_Related_List_Records_AggregateUi';
|
|
58327
|
-
function makeNetworkChunkFieldsGetRelatedListRecordsBatch(networkAdapter) {
|
|
58349
|
+
function makeNetworkChunkFieldsGetRelatedListRecordsBatch(networkAdapter, instrumentationSink) {
|
|
58328
58350
|
return (resourceRequest, resourceRequestContext) => {
|
|
58329
|
-
const batchRequestInfo = createAggregateBatchRequestInfo(resourceRequest, RELATED_LIST_RECORDS_BATCH_ENDPOINT_REGEX);
|
|
58351
|
+
const batchRequestInfo = createAggregateBatchRequestInfo(resourceRequest, RELATED_LIST_RECORDS_BATCH_ENDPOINT_REGEX, instrumentationSink);
|
|
58330
58352
|
if (batchRequestInfo === undefined) {
|
|
58331
58353
|
return networkAdapter(resourceRequest, resourceRequestContext);
|
|
58332
58354
|
}
|
|
@@ -58349,7 +58371,7 @@ function makeNetworkChunkFieldsGetRelatedListRecordsBatch(networkAdapter) {
|
|
|
58349
58371
|
*
|
|
58350
58372
|
* @param networkAdapter the network adapter to do the call.
|
|
58351
58373
|
*/
|
|
58352
|
-
function makeNetworkAdapterChunkRecordFields(networkAdapter) {
|
|
58374
|
+
function makeNetworkAdapterChunkRecordFields(networkAdapter, instrumentationSink) {
|
|
58353
58375
|
// endpoint handlers that support aggregate-ui field batching
|
|
58354
58376
|
const batchHandlers = [
|
|
58355
58377
|
makeNetworkChunkFieldsGetRecord,
|
|
@@ -58358,7 +58380,7 @@ function makeNetworkAdapterChunkRecordFields(networkAdapter) {
|
|
|
58358
58380
|
makeNetworkChunkFieldsGetRelatedListRecordsBatch,
|
|
58359
58381
|
];
|
|
58360
58382
|
return batchHandlers.reduce((network, handler) => {
|
|
58361
|
-
return handler(network);
|
|
58383
|
+
return handler(network, instrumentationSink);
|
|
58362
58384
|
}, networkAdapter);
|
|
58363
58385
|
}
|
|
58364
58386
|
|
|
@@ -58521,6 +58543,9 @@ function reportPrimingError(errorType, recordCount) {
|
|
|
58521
58543
|
}
|
|
58522
58544
|
function reportPrimingConflict(resolutionType, recordCount) {
|
|
58523
58545
|
}
|
|
58546
|
+
/** Network */
|
|
58547
|
+
function reportChunkCandidateUrlLength(urlLength) {
|
|
58548
|
+
}
|
|
58524
58549
|
|
|
58525
58550
|
/**
|
|
58526
58551
|
* HOF (high-order-function) that instruments any async operation. If the operation
|
|
@@ -60703,7 +60728,9 @@ function getRuntime() {
|
|
|
60703
60728
|
const { newRecordId, isGenerated } = recordIdGenerator(userId);
|
|
60704
60729
|
// non-draft-aware base services
|
|
60705
60730
|
const store = new InMemoryStore();
|
|
60706
|
-
lazyNetworkAdapter = platformNetworkAdapter(makeNetworkAdapterChunkRecordFields(NimbusNetworkAdapter
|
|
60731
|
+
lazyNetworkAdapter = platformNetworkAdapter(makeNetworkAdapterChunkRecordFields(NimbusNetworkAdapter, {
|
|
60732
|
+
reportChunkCandidateUrlLength: reportChunkCandidateUrlLength,
|
|
60733
|
+
}));
|
|
60707
60734
|
lazyBaseDurableStore = getNimbusDurableStore();
|
|
60708
60735
|
// specific adapters
|
|
60709
60736
|
const internalAdapterStore = new InMemoryStore();
|
|
@@ -60829,7 +60856,7 @@ register$1({
|
|
|
60829
60856
|
id: '@salesforce/lds-network-adapter',
|
|
60830
60857
|
instrument: instrument$2,
|
|
60831
60858
|
});
|
|
60832
|
-
// version: 1.
|
|
60859
|
+
// version: 1.262.0-af6b3d211
|
|
60833
60860
|
|
|
60834
60861
|
const { create: create$3, keys: keys$3 } = Object;
|
|
60835
60862
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -79158,7 +79185,7 @@ register$1({
|
|
|
79158
79185
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
79159
79186
|
instrument: instrument$1,
|
|
79160
79187
|
});
|
|
79161
|
-
// version: 1.
|
|
79188
|
+
// version: 1.262.0-d3c071fdc
|
|
79162
79189
|
|
|
79163
79190
|
// On core the unstable adapters are re-exported with different names,
|
|
79164
79191
|
// we want to match them here.
|
|
@@ -81409,7 +81436,7 @@ withDefaultLuvio((luvio) => {
|
|
|
81409
81436
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
81410
81437
|
graphQLImperative = ldsAdapter;
|
|
81411
81438
|
});
|
|
81412
|
-
// version: 1.
|
|
81439
|
+
// version: 1.262.0-d3c071fdc
|
|
81413
81440
|
|
|
81414
81441
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
81415
81442
|
__proto__: null,
|
|
@@ -82107,7 +82134,7 @@ const callbacks$1 = [];
|
|
|
82107
82134
|
function register(r) {
|
|
82108
82135
|
callbacks$1.forEach((callback) => callback(r));
|
|
82109
82136
|
}
|
|
82110
|
-
// version: 1.
|
|
82137
|
+
// version: 1.262.0-af6b3d211
|
|
82111
82138
|
|
|
82112
82139
|
/**
|
|
82113
82140
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -87012,4 +87039,4 @@ const { luvio } = getRuntime();
|
|
|
87012
87039
|
setDefaultLuvio({ luvio });
|
|
87013
87040
|
|
|
87014
87041
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
87015
|
-
// version: 1.
|
|
87042
|
+
// version: 1.262.0-af6b3d211
|
|
@@ -8,11 +8,13 @@ export declare const mockInstrumentation: {
|
|
|
8
8
|
error: () => void;
|
|
9
9
|
trackValue: (_operation: string, _value: number, _hasError?: boolean, _tags?: MetricsTags) => void;
|
|
10
10
|
incrementCounter: (_operation: string, _increment?: number, _hasError?: boolean, _tags?: MetricsTags) => void;
|
|
11
|
+
bucketValue: (_operation: string, _value: number, _buckets: number[]) => void;
|
|
11
12
|
};
|
|
12
13
|
export declare const getInstrumentation: () => {
|
|
13
14
|
startActivity: typeof startActivity;
|
|
14
15
|
error: () => void;
|
|
15
16
|
trackValue: (_operation: string, _value: number, _hasError?: boolean, _tags?: MetricsTags) => void;
|
|
16
17
|
incrementCounter: (_operation: string, _increment?: number, _hasError?: boolean, _tags?: MetricsTags) => void;
|
|
18
|
+
bucketValue: (_operation: string, _value: number, _buckets: number[]) => void;
|
|
17
19
|
};
|
|
18
20
|
export {};
|
|
@@ -4135,7 +4135,7 @@
|
|
|
4135
4135
|
}
|
|
4136
4136
|
callbacks.push(callback);
|
|
4137
4137
|
}
|
|
4138
|
-
// version: 1.
|
|
4138
|
+
// version: 1.262.0-af6b3d211
|
|
4139
4139
|
|
|
4140
4140
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4141
4141
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15643,7 +15643,7 @@
|
|
|
15643
15643
|
}
|
|
15644
15644
|
return superResult;
|
|
15645
15645
|
}
|
|
15646
|
-
// version: 1.
|
|
15646
|
+
// version: 1.262.0-af6b3d211
|
|
15647
15647
|
|
|
15648
15648
|
function unwrap(data) {
|
|
15649
15649
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16568,7 +16568,7 @@
|
|
|
16568
16568
|
const { apiFamily, name } = metadata;
|
|
16569
16569
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16570
16570
|
}
|
|
16571
|
-
// version: 1.
|
|
16571
|
+
// version: 1.262.0-af6b3d211
|
|
16572
16572
|
|
|
16573
16573
|
/**
|
|
16574
16574
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -34904,7 +34904,7 @@
|
|
|
34904
34904
|
|
|
34905
34905
|
const adapterName$p = 'getRelatedListsCount';
|
|
34906
34906
|
const getRelatedListsCount_ConfigPropertyMetadata = [
|
|
34907
|
-
generateParamConfigMetadata$2('parentRecordId', true, 0 /* UrlParameter */, 0 /* String
|
|
34907
|
+
generateParamConfigMetadata$2('parentRecordId', true, 0 /* UrlParameter */, 0 /* String */, false, getRecordId18),
|
|
34908
34908
|
generateParamConfigMetadata$2('relatedListNames', true, 0 /* UrlParameter */, 0 /* String */, true, getFieldApiNamesArray$2),
|
|
34909
34909
|
generateParamConfigMetadata$2('maxCount', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
34910
34910
|
];
|
|
@@ -34990,7 +34990,7 @@
|
|
|
34990
34990
|
|
|
34991
34991
|
const adapterName$o = 'getRelatedListCount';
|
|
34992
34992
|
const getRelatedListCount_ConfigPropertyMetadata = [
|
|
34993
|
-
generateParamConfigMetadata$2('parentRecordId', true, 0 /* UrlParameter */, 0 /* String
|
|
34993
|
+
generateParamConfigMetadata$2('parentRecordId', true, 0 /* UrlParameter */, 0 /* String */, false, getRecordId18),
|
|
34994
34994
|
generateParamConfigMetadata$2('relatedListId', true, 0 /* UrlParameter */, 0 /* String */),
|
|
34995
34995
|
generateParamConfigMetadata$2('maxCount', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
34996
34996
|
];
|
|
@@ -35009,7 +35009,8 @@
|
|
|
35009
35009
|
if (!untrustedIsObject$2(untrustedConfig)) {
|
|
35010
35010
|
return null;
|
|
35011
35011
|
}
|
|
35012
|
-
const
|
|
35012
|
+
const coercedConfig = coerceConfig$1(untrustedConfig, getRelatedListCount_ConfigPropertyMetadata);
|
|
35013
|
+
const config = typeCheckConfig$s(coercedConfig);
|
|
35013
35014
|
if (!areRequiredParametersPresent$1(config, configPropertyNames)) {
|
|
35014
35015
|
return null;
|
|
35015
35016
|
}
|
|
@@ -37613,7 +37614,7 @@
|
|
|
37613
37614
|
|
|
37614
37615
|
const adapterName$g = 'getRelatedListRecordsBatch';
|
|
37615
37616
|
const getRelatedListRecordsBatch_ConfigPropertyMetadata = [
|
|
37616
|
-
generateParamConfigMetadata$2('parentRecordId', true, 0 /* UrlParameter */, 0 /* String
|
|
37617
|
+
generateParamConfigMetadata$2('parentRecordId', true, 0 /* UrlParameter */, 0 /* String */, false, getRecordId18),
|
|
37617
37618
|
generateParamConfigMetadata$2('relatedListParameters', true, 2 /* Body */, 4 /* Unsupported */, true),
|
|
37618
37619
|
];
|
|
37619
37620
|
const getRelatedListRecordsBatch_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig$2(adapterName$g, getRelatedListRecordsBatch_ConfigPropertyMetadata);
|
|
@@ -37643,7 +37644,8 @@
|
|
|
37643
37644
|
if (!untrustedIsObject$2(untrustedConfig)) {
|
|
37644
37645
|
return null;
|
|
37645
37646
|
}
|
|
37646
|
-
const
|
|
37647
|
+
const coercedConfig = coerceConfig$1(untrustedConfig, getRelatedListRecordsBatch_ConfigPropertyMetadata);
|
|
37648
|
+
const config = typeCheckConfig$k(coercedConfig);
|
|
37647
37649
|
if (!areRequiredParametersPresent$1(config, configPropertyNames)) {
|
|
37648
37650
|
return null;
|
|
37649
37651
|
}
|
|
@@ -37709,7 +37711,7 @@
|
|
|
37709
37711
|
|
|
37710
37712
|
const adapterName$f = 'getRelatedListRecords';
|
|
37711
37713
|
const getRelatedListRecords_ConfigPropertyMetadata = [
|
|
37712
|
-
generateParamConfigMetadata$2('parentRecordId', true, 0 /* UrlParameter */, 0 /* String
|
|
37714
|
+
generateParamConfigMetadata$2('parentRecordId', true, 0 /* UrlParameter */, 0 /* String */, false, getRecordId18),
|
|
37713
37715
|
generateParamConfigMetadata$2('relatedListId', true, 0 /* UrlParameter */, 0 /* String */),
|
|
37714
37716
|
generateParamConfigMetadata$2('fields', false, 2 /* Body */, 0 /* String */, true),
|
|
37715
37717
|
generateParamConfigMetadata$2('optionalFields', false, 2 /* Body */, 0 /* String */, true),
|
|
@@ -37733,7 +37735,8 @@
|
|
|
37733
37735
|
if (!untrustedIsObject$2(untrustedConfig)) {
|
|
37734
37736
|
return null;
|
|
37735
37737
|
}
|
|
37736
|
-
const
|
|
37738
|
+
const coercedConfig = coerceConfig$1(untrustedConfig, getRelatedListRecords_ConfigPropertyMetadata);
|
|
37739
|
+
const config = typeCheckConfig$j(coercedConfig);
|
|
37737
37740
|
if (!areRequiredParametersPresent$1(config, configPropertyNames)) {
|
|
37738
37741
|
return null;
|
|
37739
37742
|
}
|
|
@@ -42981,7 +42984,7 @@
|
|
|
42981
42984
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyListInfoUpdateAvailable', notifyUpdateAvailableFactory$1));
|
|
42982
42985
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyQuickActionDefaultsUpdateAvailable', notifyUpdateAvailableFactory));
|
|
42983
42986
|
});
|
|
42984
|
-
// version: 1.
|
|
42987
|
+
// version: 1.262.0-d3c071fdc
|
|
42985
42988
|
|
|
42986
42989
|
var ldsIdempotencyWriteDisabled = {
|
|
42987
42990
|
isOpen: function (e) {
|
|
@@ -43040,6 +43043,7 @@
|
|
|
43040
43043
|
error: () => { },
|
|
43041
43044
|
trackValue: (_operation, _value, _hasError, _tags) => { },
|
|
43042
43045
|
incrementCounter: (_operation, _increment, _hasError, _tags) => { },
|
|
43046
|
+
bucketValue: (_operation, _value, _buckets) => { },
|
|
43043
43047
|
};
|
|
43044
43048
|
const getInstrumentation = () => {
|
|
43045
43049
|
return mockInstrumentation;
|
|
@@ -58048,11 +58052,14 @@
|
|
|
58048
58052
|
* @param endpoint Regular Expression to check the endpoint to aggregate
|
|
58049
58053
|
* @returns undefined if we should not aggregate. object if we should.
|
|
58050
58054
|
*/
|
|
58051
|
-
function createAggregateBatchRequestInfo(resourceRequest, endpoint) {
|
|
58055
|
+
function createAggregateBatchRequestInfo(resourceRequest, endpoint, instrumentationSink) {
|
|
58052
58056
|
// only handle GETs on the given endpoint regex
|
|
58053
58057
|
if (!isGetRequestForEndpoint(endpoint, resourceRequest)) {
|
|
58054
58058
|
return undefined;
|
|
58055
58059
|
}
|
|
58060
|
+
if (instrumentationSink) {
|
|
58061
|
+
instrumentationSink.reportChunkCandidateUrlLength(calculateEstimatedTotalUrlLength(resourceRequest));
|
|
58062
|
+
}
|
|
58056
58063
|
const { queryParams: { fields, optionalFields }, } = resourceRequest;
|
|
58057
58064
|
// only handle requests with fields or optional fields
|
|
58058
58065
|
if (fields === undefined && optionalFields === undefined) {
|
|
@@ -58164,6 +58171,21 @@
|
|
|
58164
58171
|
// MAX_URL_LENGTH - full lenght without fields, optionalFields
|
|
58165
58172
|
return MAX_URL_LENGTH - roughUrlLengthWithoutFieldsAndOptionFields;
|
|
58166
58173
|
}
|
|
58174
|
+
// we don't have access to the host so we cannot calculate the exact length of the url
|
|
58175
|
+
// so we will estimate it
|
|
58176
|
+
function calculateEstimatedTotalUrlLength(request) {
|
|
58177
|
+
const { baseUri, basePath, queryParams } = request;
|
|
58178
|
+
let url = `${baseUri}${basePath}`;
|
|
58179
|
+
if (queryParams) {
|
|
58180
|
+
const queryParamString = entries$2(queryParams)
|
|
58181
|
+
.map(([key, value]) => `${key}=${value}`)
|
|
58182
|
+
.join('&');
|
|
58183
|
+
if (queryParamString) {
|
|
58184
|
+
url += `?${queryParamString}`;
|
|
58185
|
+
}
|
|
58186
|
+
}
|
|
58187
|
+
return url.length;
|
|
58188
|
+
}
|
|
58167
58189
|
|
|
58168
58190
|
const RECORD_ENDPOINT_REGEX = /^\/ui-api\/records\/?(([a-zA-Z0-9]+))?$/;
|
|
58169
58191
|
const referenceId$3 = 'LDS_Records_AggregateUi';
|
|
@@ -58188,9 +58210,9 @@
|
|
|
58188
58210
|
mergeRecordFields(first, second);
|
|
58189
58211
|
return first;
|
|
58190
58212
|
}
|
|
58191
|
-
function makeNetworkChunkFieldsGetRecord(networkAdapter) {
|
|
58213
|
+
function makeNetworkChunkFieldsGetRecord(networkAdapter, instrumentationSink) {
|
|
58192
58214
|
return (resourceRequest, resourceRequestContext) => {
|
|
58193
|
-
const batchRequestInfo = createAggregateBatchRequestInfo(resourceRequest, RECORD_ENDPOINT_REGEX);
|
|
58215
|
+
const batchRequestInfo = createAggregateBatchRequestInfo(resourceRequest, RECORD_ENDPOINT_REGEX, instrumentationSink);
|
|
58194
58216
|
if (batchRequestInfo === undefined) {
|
|
58195
58217
|
return networkAdapter(resourceRequest, resourceRequestContext);
|
|
58196
58218
|
}
|
|
@@ -58204,9 +58226,9 @@
|
|
|
58204
58226
|
|
|
58205
58227
|
const RECORDS_BATCH_ENDPOINT_REGEX = /^\/ui-api\/records\/batch\/?(([a-zA-Z0-9|,]+))?$/;
|
|
58206
58228
|
const referenceId$2 = 'LDS_Records_Batch_AggregateUi';
|
|
58207
|
-
function makeNetworkChunkFieldsGetRecordsBatch(networkAdapter) {
|
|
58229
|
+
function makeNetworkChunkFieldsGetRecordsBatch(networkAdapter, intrumentationSink) {
|
|
58208
58230
|
return (resourceRequest, resourceRequestContext) => {
|
|
58209
|
-
const batchRequestInfo = createAggregateBatchRequestInfo(resourceRequest, RECORDS_BATCH_ENDPOINT_REGEX);
|
|
58231
|
+
const batchRequestInfo = createAggregateBatchRequestInfo(resourceRequest, RECORDS_BATCH_ENDPOINT_REGEX, intrumentationSink);
|
|
58210
58232
|
if (batchRequestInfo === undefined) {
|
|
58211
58233
|
return networkAdapter(resourceRequest, resourceRequestContext);
|
|
58212
58234
|
}
|
|
@@ -58252,9 +58274,9 @@
|
|
|
58252
58274
|
throw new Error('Aggregate UI response is invalid');
|
|
58253
58275
|
}
|
|
58254
58276
|
}
|
|
58255
|
-
function makeNetworkChunkFieldsGetRelatedListRecords(networkAdapter) {
|
|
58277
|
+
function makeNetworkChunkFieldsGetRelatedListRecords(networkAdapter, instrumentationSink) {
|
|
58256
58278
|
return (resourceRequest, resourceRequestContext) => {
|
|
58257
|
-
const batchRequestInfo = createAggregateBatchRequestInfo(resourceRequest, RELATED_LIST_RECORDS_ENDPOINT_REGEX);
|
|
58279
|
+
const batchRequestInfo = createAggregateBatchRequestInfo(resourceRequest, RELATED_LIST_RECORDS_ENDPOINT_REGEX, instrumentationSink);
|
|
58258
58280
|
if (batchRequestInfo === undefined) {
|
|
58259
58281
|
return networkAdapter(resourceRequest, resourceRequestContext);
|
|
58260
58282
|
}
|
|
@@ -58330,9 +58352,9 @@
|
|
|
58330
58352
|
|
|
58331
58353
|
const RELATED_LIST_RECORDS_BATCH_ENDPOINT_REGEX = /^\/ui-api\/related-list-records\/batch\/?(([a-zA-Z0-9]+))?\//;
|
|
58332
58354
|
const referenceId = 'LDS_Related_List_Records_AggregateUi';
|
|
58333
|
-
function makeNetworkChunkFieldsGetRelatedListRecordsBatch(networkAdapter) {
|
|
58355
|
+
function makeNetworkChunkFieldsGetRelatedListRecordsBatch(networkAdapter, instrumentationSink) {
|
|
58334
58356
|
return (resourceRequest, resourceRequestContext) => {
|
|
58335
|
-
const batchRequestInfo = createAggregateBatchRequestInfo(resourceRequest, RELATED_LIST_RECORDS_BATCH_ENDPOINT_REGEX);
|
|
58357
|
+
const batchRequestInfo = createAggregateBatchRequestInfo(resourceRequest, RELATED_LIST_RECORDS_BATCH_ENDPOINT_REGEX, instrumentationSink);
|
|
58336
58358
|
if (batchRequestInfo === undefined) {
|
|
58337
58359
|
return networkAdapter(resourceRequest, resourceRequestContext);
|
|
58338
58360
|
}
|
|
@@ -58355,7 +58377,7 @@
|
|
|
58355
58377
|
*
|
|
58356
58378
|
* @param networkAdapter the network adapter to do the call.
|
|
58357
58379
|
*/
|
|
58358
|
-
function makeNetworkAdapterChunkRecordFields(networkAdapter) {
|
|
58380
|
+
function makeNetworkAdapterChunkRecordFields(networkAdapter, instrumentationSink) {
|
|
58359
58381
|
// endpoint handlers that support aggregate-ui field batching
|
|
58360
58382
|
const batchHandlers = [
|
|
58361
58383
|
makeNetworkChunkFieldsGetRecord,
|
|
@@ -58364,7 +58386,7 @@
|
|
|
58364
58386
|
makeNetworkChunkFieldsGetRelatedListRecordsBatch,
|
|
58365
58387
|
];
|
|
58366
58388
|
return batchHandlers.reduce((network, handler) => {
|
|
58367
|
-
return handler(network);
|
|
58389
|
+
return handler(network, instrumentationSink);
|
|
58368
58390
|
}, networkAdapter);
|
|
58369
58391
|
}
|
|
58370
58392
|
|
|
@@ -58527,6 +58549,9 @@
|
|
|
58527
58549
|
}
|
|
58528
58550
|
function reportPrimingConflict(resolutionType, recordCount) {
|
|
58529
58551
|
}
|
|
58552
|
+
/** Network */
|
|
58553
|
+
function reportChunkCandidateUrlLength(urlLength) {
|
|
58554
|
+
}
|
|
58530
58555
|
|
|
58531
58556
|
/**
|
|
58532
58557
|
* HOF (high-order-function) that instruments any async operation. If the operation
|
|
@@ -60709,7 +60734,9 @@
|
|
|
60709
60734
|
const { newRecordId, isGenerated } = recordIdGenerator(userId);
|
|
60710
60735
|
// non-draft-aware base services
|
|
60711
60736
|
const store = new InMemoryStore();
|
|
60712
|
-
lazyNetworkAdapter = platformNetworkAdapter(makeNetworkAdapterChunkRecordFields(NimbusNetworkAdapter
|
|
60737
|
+
lazyNetworkAdapter = platformNetworkAdapter(makeNetworkAdapterChunkRecordFields(NimbusNetworkAdapter, {
|
|
60738
|
+
reportChunkCandidateUrlLength: reportChunkCandidateUrlLength,
|
|
60739
|
+
}));
|
|
60713
60740
|
lazyBaseDurableStore = getNimbusDurableStore();
|
|
60714
60741
|
// specific adapters
|
|
60715
60742
|
const internalAdapterStore = new InMemoryStore();
|
|
@@ -60835,7 +60862,7 @@
|
|
|
60835
60862
|
id: '@salesforce/lds-network-adapter',
|
|
60836
60863
|
instrument: instrument$2,
|
|
60837
60864
|
});
|
|
60838
|
-
// version: 1.
|
|
60865
|
+
// version: 1.262.0-af6b3d211
|
|
60839
60866
|
|
|
60840
60867
|
const { create: create$3, keys: keys$3 } = Object;
|
|
60841
60868
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -79164,7 +79191,7 @@
|
|
|
79164
79191
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
79165
79192
|
instrument: instrument$1,
|
|
79166
79193
|
});
|
|
79167
|
-
// version: 1.
|
|
79194
|
+
// version: 1.262.0-d3c071fdc
|
|
79168
79195
|
|
|
79169
79196
|
// On core the unstable adapters are re-exported with different names,
|
|
79170
79197
|
// we want to match them here.
|
|
@@ -81415,7 +81442,7 @@
|
|
|
81415
81442
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
81416
81443
|
graphQLImperative = ldsAdapter;
|
|
81417
81444
|
});
|
|
81418
|
-
// version: 1.
|
|
81445
|
+
// version: 1.262.0-d3c071fdc
|
|
81419
81446
|
|
|
81420
81447
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
81421
81448
|
__proto__: null,
|
|
@@ -82113,7 +82140,7 @@
|
|
|
82113
82140
|
function register(r) {
|
|
82114
82141
|
callbacks$1.forEach((callback) => callback(r));
|
|
82115
82142
|
}
|
|
82116
|
-
// version: 1.
|
|
82143
|
+
// version: 1.262.0-af6b3d211
|
|
82117
82144
|
|
|
82118
82145
|
/**
|
|
82119
82146
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -87036,4 +87063,4 @@
|
|
|
87036
87063
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
87037
87064
|
|
|
87038
87065
|
}));
|
|
87039
|
-
// version: 1.
|
|
87066
|
+
// version: 1.262.0-af6b3d211
|
|
@@ -8,11 +8,13 @@ export declare const mockInstrumentation: {
|
|
|
8
8
|
error: () => void;
|
|
9
9
|
trackValue: (_operation: string, _value: number, _hasError?: boolean, _tags?: MetricsTags) => void;
|
|
10
10
|
incrementCounter: (_operation: string, _increment?: number, _hasError?: boolean, _tags?: MetricsTags) => void;
|
|
11
|
+
bucketValue: (_operation: string, _value: number, _buckets: number[]) => void;
|
|
11
12
|
};
|
|
12
13
|
export declare const getInstrumentation: () => {
|
|
13
14
|
startActivity: typeof startActivity;
|
|
14
15
|
error: () => void;
|
|
15
16
|
trackValue: (_operation: string, _value: number, _hasError?: boolean, _tags?: MetricsTags) => void;
|
|
16
17
|
incrementCounter: (_operation: string, _increment?: number, _hasError?: boolean, _tags?: MetricsTags) => void;
|
|
18
|
+
bucketValue: (_operation: string, _value: number, _buckets: number[]) => void;
|
|
17
19
|
};
|
|
18
20
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-worker-api",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.262.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "dist/standalone/es/lds-worker-api.js",
|
|
@@ -35,15 +35,15 @@
|
|
|
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-priming": "^1.
|
|
45
|
-
"@salesforce/lds-runtime-mobile": "^1.
|
|
46
|
-
"@salesforce/nimbus-plugin-lds": "^1.
|
|
38
|
+
"@salesforce/lds-adapters-graphql": "^1.262.0",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.262.0",
|
|
40
|
+
"@salesforce/lds-default-luvio": "^1.262.0",
|
|
41
|
+
"@salesforce/lds-drafts": "^1.262.0",
|
|
42
|
+
"@salesforce/lds-graphql-parser": "^1.262.0",
|
|
43
|
+
"@salesforce/lds-luvio-engine": "^1.262.0",
|
|
44
|
+
"@salesforce/lds-priming": "^1.262.0",
|
|
45
|
+
"@salesforce/lds-runtime-mobile": "^1.262.0",
|
|
46
|
+
"@salesforce/nimbus-plugin-lds": "^1.262.0",
|
|
47
47
|
"ajv": "^8.11.0",
|
|
48
48
|
"glob": "^7.1.5",
|
|
49
49
|
"nimbus-types": "^2.0.0-alpha1",
|