@salesforce/lds-network-aura 1.220.1 → 1.221.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.
@@ -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'),
@@ -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.221.0-9919b65e6
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.221.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS Network Adapter for Aura Runtime",
6
6
  "main": "dist/ldsNetwork.js",