@salesforce/lds-network-aura 1.221.0 → 1.223.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/ldsNetwork.js +3 -3
- package/package.json +1 -1
package/dist/ldsNetwork.js
CHANGED
|
@@ -69,7 +69,7 @@ const CDP_SALES_EXCELLENCE_BASE_URI = `${CONNECT_BASE_URI}/sales-excellence/cust
|
|
|
69
69
|
const DOCGEN_BASE_URI = `${CONNECT_BASE_URI}/docgen`;
|
|
70
70
|
const MATERIALITY_ASSESSMENT_BASE_URI = `${CONNECT_BASE_URI}/materialityassessment`;
|
|
71
71
|
const INDUSTRIES_BASE_URI = `${BASE_URI}/industries`;
|
|
72
|
-
const MEDIA_ADSALES_BASE_URI = `${
|
|
72
|
+
const MEDIA_ADSALES_BASE_URI = `${CONNECT_BASE_URI}/media`;
|
|
73
73
|
const EINSTEIN_BASE_URI = `${BASE_URI}/einstein`;
|
|
74
74
|
const ECI_CONVERSATION_BASE_URI = `${BASE_URI}/conversation/summary`;
|
|
75
75
|
|
|
@@ -2237,7 +2237,7 @@ var UiApiListsController;
|
|
|
2237
2237
|
UiApiListsController["GetListInfoByName"] = "ListUiController.getListInfoByName";
|
|
2238
2238
|
UiApiListsController["GetListInfosByName"] = "ListUiController.getListInfosByName";
|
|
2239
2239
|
UiApiListsController["GetListRecordsByName"] = "ListUiController.getListRecordsByName";
|
|
2240
|
-
UiApiListsController["UpdateListInfoByName"] = "ListUiController.
|
|
2240
|
+
UiApiListsController["UpdateListInfoByName"] = "ListUiController.updateListInfoByApiName";
|
|
2241
2241
|
UiApiListsController["GetListObjectInfo"] = "ListUiController.getListObjectInfo";
|
|
2242
2242
|
})(UiApiListsController || (UiApiListsController = {}));
|
|
2243
2243
|
const UIAPI_LIST_RECORDS_PATH = `${UI_API_BASE_URI$1}/list-records/`;
|
|
@@ -3237,4 +3237,4 @@ function auraNetworkAdapter(resourceRequest) {
|
|
|
3237
3237
|
var main = platformNetworkAdapter(auraNetworkAdapter);
|
|
3238
3238
|
|
|
3239
3239
|
export { main as default, forceRecordTransactionsDisabled, instrument$1 as instrument, instrument as ldsNetworkAdapterInstrument };
|
|
3240
|
-
// version: 1.
|
|
3240
|
+
// version: 1.223.0-510e2359a
|