@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.
@@ -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 = `${BASE_URI}/api`;
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.updateListInfoByName";
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.221.0-9919b65e6
3240
+ // version: 1.223.0-510e2359a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-network-aura",
3
- "version": "1.221.0",
3
+ "version": "1.223.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS Network Adapter for Aura Runtime",
6
6
  "main": "dist/ldsNetwork.js",