@salesforce/lds-ads-bridge 1.247.0 → 1.248.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/ads-bridge-perf.js +50 -50
- package/dist/adsBridge.js +1 -1
- package/package.json +1 -1
package/dist/ads-bridge-perf.js
CHANGED
|
@@ -427,7 +427,7 @@ function createResourceParamsImpl(config, configMetadata) {
|
|
|
427
427
|
}
|
|
428
428
|
return resourceParams;
|
|
429
429
|
}
|
|
430
|
-
// engine version: 0.151.
|
|
430
|
+
// engine version: 0.151.1-fc3a996e
|
|
431
431
|
|
|
432
432
|
/**
|
|
433
433
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -475,7 +475,7 @@ const callbacks$1 = [];
|
|
|
475
475
|
function register(r) {
|
|
476
476
|
callbacks$1.forEach((callback) => callback(r));
|
|
477
477
|
}
|
|
478
|
-
// version: 1.
|
|
478
|
+
// version: 1.248.0-1f7f01112
|
|
479
479
|
|
|
480
480
|
/**
|
|
481
481
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -4950,7 +4950,7 @@ function validate$1L(obj, path = 'RecordTypeInfoRepresentation') {
|
|
|
4950
4950
|
})();
|
|
4951
4951
|
return v_error === undefined ? null : v_error;
|
|
4952
4952
|
}
|
|
4953
|
-
const select$
|
|
4953
|
+
const select$2$ = function RecordTypeInfoRepresentationSelect() {
|
|
4954
4954
|
return {
|
|
4955
4955
|
kind: 'Fragment',
|
|
4956
4956
|
version: VERSION$2o,
|
|
@@ -5100,7 +5100,7 @@ function validate$1K(obj, path = 'FieldValueRepresentation') {
|
|
|
5100
5100
|
return v_error === undefined ? null : v_error;
|
|
5101
5101
|
}
|
|
5102
5102
|
const RepresentationType$Y = 'FieldValueRepresentation';
|
|
5103
|
-
const select$
|
|
5103
|
+
const select$2_ = function FieldValueRepresentationSelect() {
|
|
5104
5104
|
return {
|
|
5105
5105
|
kind: 'Fragment',
|
|
5106
5106
|
version: VERSION$2n,
|
|
@@ -5114,7 +5114,7 @@ const select$2Z = function FieldValueRepresentationSelect() {
|
|
|
5114
5114
|
name: 'value',
|
|
5115
5115
|
kind: 'Link',
|
|
5116
5116
|
nullable: true,
|
|
5117
|
-
fragment: select$
|
|
5117
|
+
fragment: select$2Y()
|
|
5118
5118
|
}
|
|
5119
5119
|
]
|
|
5120
5120
|
};
|
|
@@ -5358,7 +5358,7 @@ function normalize$Q(input, existing, path, luvio, store, timestamp) {
|
|
|
5358
5358
|
}
|
|
5359
5359
|
return input;
|
|
5360
5360
|
}
|
|
5361
|
-
const select$
|
|
5361
|
+
const select$2Z = function RecordCollectionRepresentationSelect() {
|
|
5362
5362
|
return {
|
|
5363
5363
|
kind: 'Fragment',
|
|
5364
5364
|
version: VERSION$2m,
|
|
@@ -5396,7 +5396,7 @@ const select$2Y = function RecordCollectionRepresentationSelect() {
|
|
|
5396
5396
|
name: 'records',
|
|
5397
5397
|
kind: 'Link',
|
|
5398
5398
|
plural: true,
|
|
5399
|
-
fragment: select$
|
|
5399
|
+
fragment: select$2Y()
|
|
5400
5400
|
}
|
|
5401
5401
|
]
|
|
5402
5402
|
};
|
|
@@ -5729,8 +5729,8 @@ function dynamicNormalize$5(ingestParams) {
|
|
|
5729
5729
|
return input;
|
|
5730
5730
|
};
|
|
5731
5731
|
}
|
|
5732
|
-
const select$
|
|
5733
|
-
const { selections: RecordTypeInfoRepresentation__selections, opaque: RecordTypeInfoRepresentation__opaque, } = select$
|
|
5732
|
+
const select$2Y = function RecordRepresentationSelect() {
|
|
5733
|
+
const { selections: RecordTypeInfoRepresentation__selections, opaque: RecordTypeInfoRepresentation__opaque, } = select$2$();
|
|
5734
5734
|
return {
|
|
5735
5735
|
kind: 'Fragment',
|
|
5736
5736
|
version: VERSION$2l,
|
|
@@ -5747,13 +5747,13 @@ const select$2X = function RecordRepresentationSelect() {
|
|
|
5747
5747
|
name: 'childRelationships',
|
|
5748
5748
|
kind: 'Link',
|
|
5749
5749
|
map: true,
|
|
5750
|
-
fragment: select$
|
|
5750
|
+
fragment: select$2Z()
|
|
5751
5751
|
},
|
|
5752
5752
|
{
|
|
5753
5753
|
name: 'fields',
|
|
5754
5754
|
kind: 'Link',
|
|
5755
5755
|
map: true,
|
|
5756
|
-
fragment: select$
|
|
5756
|
+
fragment: select$2_()
|
|
5757
5757
|
},
|
|
5758
5758
|
{
|
|
5759
5759
|
name: 'id',
|
|
@@ -5789,15 +5789,15 @@ const dynamicSelect$8 = function dynamicRecordRepresentationSelect(params) {
|
|
|
5789
5789
|
name: 'childRelationships',
|
|
5790
5790
|
kind: 'Link',
|
|
5791
5791
|
map: true,
|
|
5792
|
-
fragment: select$
|
|
5792
|
+
fragment: select$2Z()
|
|
5793
5793
|
} : params.childRelationships;
|
|
5794
5794
|
const fieldsPathSelection = params.fields === undefined ? {
|
|
5795
5795
|
name: 'fields',
|
|
5796
5796
|
kind: 'Link',
|
|
5797
5797
|
map: true,
|
|
5798
|
-
fragment: select$
|
|
5798
|
+
fragment: select$2_()
|
|
5799
5799
|
} : params.fields;
|
|
5800
|
-
const { selections: RecordTypeInfoRepresentation__selections, opaque: RecordTypeInfoRepresentation__opaque, } = select$
|
|
5800
|
+
const { selections: RecordTypeInfoRepresentation__selections, opaque: RecordTypeInfoRepresentation__opaque, } = select$2$();
|
|
5801
5801
|
return {
|
|
5802
5802
|
kind: 'Fragment',
|
|
5803
5803
|
version: VERSION$2l,
|
|
@@ -7746,7 +7746,7 @@ function mergeAndRefreshLowerVersionRecord(luvio, incoming, existing, incomingTr
|
|
|
7746
7746
|
};
|
|
7747
7747
|
}
|
|
7748
7748
|
else {
|
|
7749
|
-
buildNetworkSnapshot$
|
|
7749
|
+
buildNetworkSnapshot$17(luvio, {
|
|
7750
7750
|
recordId: incoming.id,
|
|
7751
7751
|
optionalFields: convertTrieToFields(incomingTrackedFieldsTrieRoot),
|
|
7752
7752
|
});
|
|
@@ -8142,9 +8142,9 @@ function isRestrictedPathCondition(existingPath, path) {
|
|
|
8142
8142
|
(existingPath.includes('/records') && path.includes('/record-ui')));
|
|
8143
8143
|
}
|
|
8144
8144
|
|
|
8145
|
-
const createResourceRequest$
|
|
8145
|
+
const createResourceRequest$1c = function getUiApiRecordsByRecordIdCreateResourceRequest(config) {
|
|
8146
8146
|
return {
|
|
8147
|
-
...createResourceRequest$
|
|
8147
|
+
...createResourceRequest$1b(config),
|
|
8148
8148
|
fulfill: fulfill,
|
|
8149
8149
|
};
|
|
8150
8150
|
};
|
|
@@ -8154,10 +8154,10 @@ function keyBuilder$3a(luvio, params) {
|
|
|
8154
8154
|
recordId: params.urlParams.recordId
|
|
8155
8155
|
});
|
|
8156
8156
|
}
|
|
8157
|
-
function getResponseCacheKeys$
|
|
8157
|
+
function getResponseCacheKeys$13(storeKeyMap, luvio, resourceParams, response) {
|
|
8158
8158
|
getTypeCacheKeys$1X(storeKeyMap, luvio, response);
|
|
8159
8159
|
}
|
|
8160
|
-
function createResourceRequest$
|
|
8160
|
+
function createResourceRequest$1b(config) {
|
|
8161
8161
|
const headers = {};
|
|
8162
8162
|
return {
|
|
8163
8163
|
baseUri: '/services/data/v60.0',
|
|
@@ -8181,7 +8181,7 @@ const getRecord_ConfigPropertyMetadata = [
|
|
|
8181
8181
|
generateParamConfigMetadata('pageSize', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
8182
8182
|
generateParamConfigMetadata('updateMru', false, 1 /* QueryParameter */, 1 /* Boolean */),
|
|
8183
8183
|
];
|
|
8184
|
-
const createResourceParams$
|
|
8184
|
+
const createResourceParams$12 = /*#__PURE__*/ createResourceParams(getRecord_ConfigPropertyMetadata);
|
|
8185
8185
|
|
|
8186
8186
|
// used by getUiApiRecordsBatchByRecordIds#selectChildResourceParams
|
|
8187
8187
|
function buildRecordSelector(luvio, recordId, fields, optionalFields) {
|
|
@@ -8199,27 +8199,27 @@ function buildRecordSelector(luvio, recordId, fields, optionalFields) {
|
|
|
8199
8199
|
function buildSnapshotRefresh$5(luvio, config) {
|
|
8200
8200
|
return {
|
|
8201
8201
|
config,
|
|
8202
|
-
resolve: () => buildNetworkSnapshot$
|
|
8202
|
+
resolve: () => buildNetworkSnapshot$17(luvio, config),
|
|
8203
8203
|
};
|
|
8204
8204
|
}
|
|
8205
8205
|
function prepareRequest$6(luvio, config) {
|
|
8206
8206
|
const { recordId, fields } = config;
|
|
8207
8207
|
// Should this go into the coersion logic?
|
|
8208
|
-
const key = keyBuilder$3a(luvio, createResourceParams$
|
|
8208
|
+
const key = keyBuilder$3a(luvio, createResourceParams$12(config));
|
|
8209
8209
|
const allTrackedFields = getTrackedFields(key, luvio.getNode(key), {
|
|
8210
8210
|
maxDepth: configurationForRestAdapters.getTrackedFieldDepthOnCacheMiss(),
|
|
8211
8211
|
onlyFetchLeafNodeIdAndName: configurationForRestAdapters.getTrackedFieldLeafNodeIdAndNameOnly(),
|
|
8212
8212
|
}, config.optionalFields);
|
|
8213
8213
|
const optionalFields = fields === undefined ? allTrackedFields : difference(allTrackedFields, fields);
|
|
8214
|
-
const resourceParams = createResourceParams$
|
|
8214
|
+
const resourceParams = createResourceParams$12({
|
|
8215
8215
|
recordId,
|
|
8216
8216
|
fields,
|
|
8217
8217
|
optionalFields: optionalFields.length > 0 ? optionalFields : undefined,
|
|
8218
8218
|
});
|
|
8219
|
-
const request = createResourceRequest$
|
|
8219
|
+
const request = createResourceRequest$1c(resourceParams);
|
|
8220
8220
|
return { request, key, allTrackedFields, resourceParams };
|
|
8221
8221
|
}
|
|
8222
|
-
function ingestSuccess$
|
|
8222
|
+
function ingestSuccess$U(luvio, config, key, allTrackedFields, response, serverRequestCount) {
|
|
8223
8223
|
const { body } = response;
|
|
8224
8224
|
const fields = config.fields === undefined ? [] : config.fields;
|
|
8225
8225
|
const optionalFields = config.optionalFields === undefined ? [] : config.optionalFields;
|
|
@@ -8233,7 +8233,7 @@ function ingestSuccess$S(luvio, config, key, allTrackedFields, response, serverR
|
|
|
8233
8233
|
return luvio.storeLookup(buildRecordSelector(luvio, config.recordId, fields, optionalFields), buildSnapshotRefresh$5(luvio, config));
|
|
8234
8234
|
}
|
|
8235
8235
|
function onResourceSuccess(luvio, config, key, allTrackedFields, response, serverRequestCount) {
|
|
8236
|
-
const snapshot = ingestSuccess$
|
|
8236
|
+
const snapshot = ingestSuccess$U(luvio, config, key, allTrackedFields, response, serverRequestCount);
|
|
8237
8237
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
8238
8238
|
}
|
|
8239
8239
|
function ingestError$O(luvio, config, key, err) {
|
|
@@ -8245,7 +8245,7 @@ function onResourceError(luvio, config, key, err) {
|
|
|
8245
8245
|
const errorSnapshot = ingestError$O(luvio, config, key, err);
|
|
8246
8246
|
return luvio.storeBroadcast().then(() => errorSnapshot);
|
|
8247
8247
|
}
|
|
8248
|
-
function buildNetworkSnapshot$
|
|
8248
|
+
function buildNetworkSnapshot$17(luvio, config, serverRequestCount = 0, options) {
|
|
8249
8249
|
const { request, key, allTrackedFields, resourceParams } = prepareRequest$6(luvio, config);
|
|
8250
8250
|
return luvio.dispatchResourceRequest(request, options).then((response) => {
|
|
8251
8251
|
return luvio.handleSuccessResponse(() => {
|
|
@@ -8262,7 +8262,7 @@ function buildNetworkSnapshot$15(luvio, config, serverRequestCount = 0, options)
|
|
|
8262
8262
|
return onResourceSuccess(luvio, config, key, allTrackedFields, response, serverRequestCount + 1);
|
|
8263
8263
|
}, () => {
|
|
8264
8264
|
const cache = new StoreKeyMap();
|
|
8265
|
-
getResponseCacheKeys$
|
|
8265
|
+
getResponseCacheKeys$13(cache, luvio, resourceParams, response.body);
|
|
8266
8266
|
return cache;
|
|
8267
8267
|
});
|
|
8268
8268
|
}, (err) => {
|
|
@@ -8279,7 +8279,7 @@ function isSingleBatchRecordResponse(response) {
|
|
|
8279
8279
|
const VERSION$2k = "98cce53b8d13b1883d001bbdaab24383";
|
|
8280
8280
|
|
|
8281
8281
|
const nonCachedErrors$8 = ObjectCreate$1(null);
|
|
8282
|
-
function ingestSuccessChildResourceParams$
|
|
8282
|
+
function ingestSuccessChildResourceParams$9(luvio, childResourceParamsArray, childEnvelopes, serverRequestCount = 0) {
|
|
8283
8283
|
const childSnapshotDataResponses = [];
|
|
8284
8284
|
let seenRecords = new StoreKeySet();
|
|
8285
8285
|
let snapshotState = 'Fulfilled';
|
|
@@ -8301,7 +8301,7 @@ function ingestSuccessChildResourceParams$8(luvio, childResourceParamsArray, chi
|
|
|
8301
8301
|
maxDepth: configurationForRestAdapters.getTrackedFieldDepthOnCacheMiss(),
|
|
8302
8302
|
onlyFetchLeafNodeIdAndName: configurationForRestAdapters.getTrackedFieldLeafNodeIdAndNameOnly(),
|
|
8303
8303
|
}, childResourceParams.queryParams.optionalFields);
|
|
8304
|
-
const childSnapshot = ingestSuccess$
|
|
8304
|
+
const childSnapshot = ingestSuccess$U(luvio, {
|
|
8305
8305
|
recordId: childResourceParams.urlParams.recordId,
|
|
8306
8306
|
fields: childResourceParams.queryParams.fields,
|
|
8307
8307
|
optionalFields: childResourceParams.queryParams.optionalFields,
|
|
@@ -8500,7 +8500,7 @@ function createChildResourceParams$c(resourceParams) {
|
|
|
8500
8500
|
function keyBuilder$39(luvio, params) {
|
|
8501
8501
|
return keyPrefix + '::BatchRepresentation:(' + 'childRelationships:' + params.queryParams.childRelationships + ',' + 'fields:' + params.queryParams.fields + ',' + 'layoutTypes:' + params.queryParams.layoutTypes + ',' + 'modes:' + params.queryParams.modes + ',' + 'optionalFields:' + params.queryParams.optionalFields + ',' + 'pageSize:' + params.queryParams.pageSize + ',' + 'updateMru:' + params.queryParams.updateMru + ',' + 'recordIds:' + params.urlParams.recordIds + ')';
|
|
8502
8502
|
}
|
|
8503
|
-
function getResponseCacheKeys$
|
|
8503
|
+
function getResponseCacheKeys$12(keys, luvio, resourceParams, response) {
|
|
8504
8504
|
const childEnvelopes = response.results;
|
|
8505
8505
|
const childResourceParamsArray = createChildResourceParams$c(resourceParams);
|
|
8506
8506
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -8514,7 +8514,7 @@ function getResponseCacheKeys$10(keys, luvio, resourceParams, response) {
|
|
|
8514
8514
|
const childResult = childEnvelopes[index];
|
|
8515
8515
|
const { statusCode: childStatusCode, result: childBody } = childResult;
|
|
8516
8516
|
if (childStatusCode === 200) {
|
|
8517
|
-
getResponseCacheKeys$
|
|
8517
|
+
getResponseCacheKeys$13(keys, luvio, childResourceParams, childBody);
|
|
8518
8518
|
}
|
|
8519
8519
|
else if (childStatusCode === 404) {
|
|
8520
8520
|
const childKey = keyBuilder$3a(luvio, childResourceParams);
|
|
@@ -8532,7 +8532,7 @@ function ingestError$N(luvio, params, error, snapshotRefresh) {
|
|
|
8532
8532
|
luvio.storeIngestError(key, errorSnapshot);
|
|
8533
8533
|
return errorSnapshot;
|
|
8534
8534
|
}
|
|
8535
|
-
function createResourceRequest$
|
|
8535
|
+
function createResourceRequest$1a(config) {
|
|
8536
8536
|
const headers = {};
|
|
8537
8537
|
return {
|
|
8538
8538
|
baseUri: '/services/data/v60.0',
|
|
@@ -8546,7 +8546,7 @@ function createResourceRequest$18(config) {
|
|
|
8546
8546
|
};
|
|
8547
8547
|
}
|
|
8548
8548
|
|
|
8549
|
-
function createResourceParams$
|
|
8549
|
+
function createResourceParams$11(config) {
|
|
8550
8550
|
const { records: configRecords } = config;
|
|
8551
8551
|
const recordIds = [];
|
|
8552
8552
|
const resourceConfigFields = [];
|
|
@@ -8600,7 +8600,7 @@ function createChildResourceParams$b(config) {
|
|
|
8600
8600
|
|
|
8601
8601
|
function adapterFragment$L(luvio, config) {
|
|
8602
8602
|
const childResources = createChildResourceParams$b(config);
|
|
8603
|
-
const resourceParams = createResourceParams$
|
|
8603
|
+
const resourceParams = createResourceParams$11(config);
|
|
8604
8604
|
return selectChildResourceParams$8(luvio, childResources, resourceParams);
|
|
8605
8605
|
}
|
|
8606
8606
|
|
|
@@ -8617,7 +8617,7 @@ function onFetchResponseSuccess$P(luvio, config, resourceParams, response, serve
|
|
|
8617
8617
|
}
|
|
8618
8618
|
const snapshotStateFulfilled = 'Fulfilled';
|
|
8619
8619
|
const key = keyBuilder$39(luvio, resourceParams);
|
|
8620
|
-
const { childSnapshotData, seenRecords } = ingestSuccessChildResourceParams$
|
|
8620
|
+
const { childSnapshotData, seenRecords } = ingestSuccessChildResourceParams$9(luvio, childResourceParamsArray, childEnvelopes, serverRequestCount);
|
|
8621
8621
|
const snapshot = {
|
|
8622
8622
|
recordId: key,
|
|
8623
8623
|
data: childSnapshotData,
|
|
@@ -8630,7 +8630,7 @@ function onFetchResponseSuccess$P(luvio, config, resourceParams, response, serve
|
|
|
8630
8630
|
},
|
|
8631
8631
|
refresh: {
|
|
8632
8632
|
config,
|
|
8633
|
-
resolve: () => buildNetworkSnapshot$
|
|
8633
|
+
resolve: () => buildNetworkSnapshot$16(luvio, config, serverRequestCount, snapshotRefreshOptions),
|
|
8634
8634
|
},
|
|
8635
8635
|
variables: {},
|
|
8636
8636
|
};
|
|
@@ -8640,17 +8640,17 @@ function onFetchResponseSuccess$P(luvio, config, resourceParams, response, serve
|
|
|
8640
8640
|
function onFetchResponseError$Q(luvio, config, resourceParams, response) {
|
|
8641
8641
|
const snapshot = ingestError$N(luvio, resourceParams, response, {
|
|
8642
8642
|
config,
|
|
8643
|
-
resolve: () => buildNetworkSnapshot$
|
|
8643
|
+
resolve: () => buildNetworkSnapshot$16(luvio, config, 0, snapshotRefreshOptions),
|
|
8644
8644
|
});
|
|
8645
8645
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
8646
8646
|
}
|
|
8647
|
-
function buildNetworkSnapshot$
|
|
8648
|
-
const resourceParams = createResourceParams$
|
|
8649
|
-
const request = createResourceRequest$
|
|
8647
|
+
function buildNetworkSnapshot$16(luvio, config, serverRequestCount = 0, options) {
|
|
8648
|
+
const resourceParams = createResourceParams$11(config);
|
|
8649
|
+
const request = createResourceRequest$1a(resourceParams);
|
|
8650
8650
|
return luvio.dispatchResourceRequest(request, options).then((response) => {
|
|
8651
8651
|
return luvio.handleSuccessResponse(() => onFetchResponseSuccess$P(luvio, config, resourceParams, response, serverRequestCount + 1), () => {
|
|
8652
8652
|
const cache = new StoreKeyMap();
|
|
8653
|
-
getResponseCacheKeys$
|
|
8653
|
+
getResponseCacheKeys$12(cache, luvio, resourceParams, response.body);
|
|
8654
8654
|
return cache;
|
|
8655
8655
|
});
|
|
8656
8656
|
}, (response) => {
|
|
@@ -8671,7 +8671,7 @@ function resolveConflict(luvio, map) {
|
|
|
8671
8671
|
recordId,
|
|
8672
8672
|
optionalFields: convertTrieToFields(map.conflicts[recordId].trackedFields),
|
|
8673
8673
|
};
|
|
8674
|
-
buildNetworkSnapshot$
|
|
8674
|
+
buildNetworkSnapshot$17(luvio, config, map.serverRequestCount);
|
|
8675
8675
|
}
|
|
8676
8676
|
else {
|
|
8677
8677
|
const records = reduce.call(ids, (acc, id) => {
|
|
@@ -8683,7 +8683,7 @@ function resolveConflict(luvio, map) {
|
|
|
8683
8683
|
return acc;
|
|
8684
8684
|
}, []);
|
|
8685
8685
|
const config = { records };
|
|
8686
|
-
buildNetworkSnapshot$
|
|
8686
|
+
buildNetworkSnapshot$16(luvio, config, map.serverRequestCount);
|
|
8687
8687
|
}
|
|
8688
8688
|
}
|
|
8689
8689
|
const ingest$1T = (input, path, luvio, store, timestamp) => {
|
|
@@ -8697,7 +8697,7 @@ const ingest$1T = (input, path, luvio, store, timestamp) => {
|
|
|
8697
8697
|
return result;
|
|
8698
8698
|
};
|
|
8699
8699
|
|
|
8700
|
-
const adapterName$
|
|
8700
|
+
const adapterName$Z = 'getListUiByApiName';
|
|
8701
8701
|
const getListUiByApiName_ConfigPropertyMetadata = [
|
|
8702
8702
|
generateParamConfigMetadata('listViewApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
8703
8703
|
generateParamConfigMetadata('objectApiName', true, 0 /* UrlParameter */, 0 /* String */, false, getObjectApiName$1),
|
|
@@ -8707,9 +8707,9 @@ const getListUiByApiName_ConfigPropertyMetadata = [
|
|
|
8707
8707
|
generateParamConfigMetadata('pageToken', false, 1 /* QueryParameter */, 0 /* String */),
|
|
8708
8708
|
generateParamConfigMetadata('sortBy', false, 1 /* QueryParameter */, 0 /* String */, true, getFieldApiNamesArray),
|
|
8709
8709
|
];
|
|
8710
|
-
const getListUiByApiName_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$
|
|
8710
|
+
const getListUiByApiName_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$Z, getListUiByApiName_ConfigPropertyMetadata);
|
|
8711
8711
|
|
|
8712
|
-
const adapterName$
|
|
8712
|
+
const adapterName$Y = 'getListUiByListViewId';
|
|
8713
8713
|
const getListUiByListViewId_ConfigPropertyMetadata = [
|
|
8714
8714
|
generateParamConfigMetadata('listViewId', true, 0 /* UrlParameter */, 0 /* String */),
|
|
8715
8715
|
generateParamConfigMetadata('fields', false, 1 /* QueryParameter */, 0 /* String */, true, getFieldApiNamesArray),
|
|
@@ -8718,9 +8718,9 @@ const getListUiByListViewId_ConfigPropertyMetadata = [
|
|
|
8718
8718
|
generateParamConfigMetadata('pageToken', false, 1 /* QueryParameter */, 0 /* String */),
|
|
8719
8719
|
generateParamConfigMetadata('sortBy', false, 1 /* QueryParameter */, 0 /* String */, true, getFieldApiNamesArray),
|
|
8720
8720
|
];
|
|
8721
|
-
const getListUiByListViewId_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$
|
|
8721
|
+
const getListUiByListViewId_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$Y, getListUiByListViewId_ConfigPropertyMetadata);
|
|
8722
8722
|
|
|
8723
|
-
const adapterName$
|
|
8723
|
+
const adapterName$W = 'getMruListUi';
|
|
8724
8724
|
const getMruListUi_ConfigPropertyMetadata = [
|
|
8725
8725
|
generateParamConfigMetadata('objectApiName', true, 0 /* UrlParameter */, 0 /* String */, false, getObjectApiName$1),
|
|
8726
8726
|
generateParamConfigMetadata('fields', false, 1 /* QueryParameter */, 0 /* String */, true, getFieldApiNamesArray),
|
|
@@ -8729,7 +8729,7 @@ const getMruListUi_ConfigPropertyMetadata = [
|
|
|
8729
8729
|
generateParamConfigMetadata('pageToken', false, 1 /* QueryParameter */, 0 /* String */),
|
|
8730
8730
|
generateParamConfigMetadata('sortBy', false, 1 /* QueryParameter */, 0 /* String */, true, getFieldApiNamesArray),
|
|
8731
8731
|
];
|
|
8732
|
-
const getMruListUi_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$
|
|
8732
|
+
const getMruListUi_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$W, getMruListUi_ConfigPropertyMetadata);
|
|
8733
8733
|
// make local copies of the adapter configs so we can ignore other getListUi config parameters to match
|
|
8734
8734
|
// lds222 behavior
|
|
8735
8735
|
({
|
package/dist/adsBridge.js
CHANGED