@salesforce/lds-network-aura 1.220.1 → 1.222.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
 
@@ -857,6 +857,7 @@ const POST_AVAILS_CALENDAR_CONTENDING = new RegExp(`${MEDIA_ADSALES_BASE_URI}/av
857
857
  const GET_AVAILS_CALENDAR_CONFIGS = new RegExp(`${MEDIA_ADSALES_BASE_URI}/availsCalendar/runtimeConfig`, 'i');
858
858
  const EINSTEIN_LLM_GENERATIONS_PATH = new RegExp(`${EINSTEIN_BASE_URI}/llm/prompt/generations`, 'i');
859
859
  const EINSTEIN_PROMPT_TEMPLATE_GENERATIONS_PATH = new RegExp(`${EINSTEIN_BASE_URI}/prompt-templates/([A-Za-z0-9_]){1,255}/generations`, 'i');
860
+ const DOCUMENT_MATRIX_FETCH_RESULTS = new RegExp(`${CONNECT_BASE_URI}/document-matrix/documentDecision/([A-Za-z0-9]){1,18}$`, 'i');
860
861
  const NEXTGENSALESAGREEMENTPRICE_PATH = new RegExp(`${CONNECT_BASE_URI}/salesagreements/price`, 'i');
861
862
  const connect = [
862
863
  generateAdapter('get', CONNECT_BASE_URI, NOTIFICATION_SERVICE_CONFIG_PATH, 'NotificationServiceConnectFamilyController.getNotificationServiceConfig'),
@@ -1031,6 +1032,7 @@ const connect = [
1031
1032
  generateAdapter('post', MEDIA_ADSALES_BASE_URI, POST_AVAILS_CALENDAR_FORECASTS, 'AvailsCalendarConnectFamilyController.getForecasts'),
1032
1033
  generateAdapter('post', MEDIA_ADSALES_BASE_URI, POST_AVAILS_CALENDAR_CONTENDING, 'AvailsCalendarConnectFamilyController.getContendingLineItems'),
1033
1034
  generateAdapter('get', MEDIA_ADSALES_BASE_URI, GET_AVAILS_CALENDAR_CONFIGS, 'AvailsCalendarConnectFamilyController.getRuntimeConfigs'),
1035
+ generateAdapter('post', CONNECT_BASE_URI, DOCUMENT_MATRIX_FETCH_RESULTS, 'DocumentMatrixFamilyController.getDocumentDecision', 'inputs'),
1034
1036
  ];
1035
1037
  const commerce = [
1036
1038
  generateAdapter('get', COMMERCE_BASE_URI, GET_PRODUCT_PATH, 'CommerceCatalogController.getProduct'),
@@ -2235,7 +2237,7 @@ var UiApiListsController;
2235
2237
  UiApiListsController["GetListInfoByName"] = "ListUiController.getListInfoByName";
2236
2238
  UiApiListsController["GetListInfosByName"] = "ListUiController.getListInfosByName";
2237
2239
  UiApiListsController["GetListRecordsByName"] = "ListUiController.getListRecordsByName";
2238
- UiApiListsController["UpdateListInfoByName"] = "ListUiController.updateListInfoByName";
2240
+ UiApiListsController["UpdateListInfoByName"] = "ListUiController.updateListInfoByApiName";
2239
2241
  UiApiListsController["GetListObjectInfo"] = "ListUiController.getListObjectInfo";
2240
2242
  })(UiApiListsController || (UiApiListsController = {}));
2241
2243
  const UIAPI_LIST_RECORDS_PATH = `${UI_API_BASE_URI$1}/list-records/`;
@@ -3235,4 +3237,4 @@ function auraNetworkAdapter(resourceRequest) {
3235
3237
  var main = platformNetworkAdapter(auraNetworkAdapter);
3236
3238
 
3237
3239
  export { main as default, forceRecordTransactionsDisabled, instrument$1 as instrument, instrument as ldsNetworkAdapterInstrument };
3238
- // version: 1.220.1-13dec4204
3240
+ // version: 1.222.0-df7d2825d
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-network-aura",
3
- "version": "1.220.1",
3
+ "version": "1.222.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS Network Adapter for Aura Runtime",
6
6
  "main": "dist/ldsNetwork.js",