@salesforce/lds-network-aura 1.214.0 → 1.214.1

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.
@@ -884,7 +884,7 @@ const connect = [
884
884
  generateAdapter('post', CONNECT_BASE_URI, DGF_DATAGAP_PATH, 'SustainabilityFamilyController.computeDataGapFillers'),
885
885
  generateAdapter('post', CONNECT_BASE_URI, COMMUNITIES_MICROBATCHING_PATH, 'CommunitiesController.ingestRecord'),
886
886
  generateAdapter('post', CONNECT_BASE_URI, NLP_SERVICE_CLAUSE_GENERATION, 'IndustriesEinsteinNLPServiceController.createAINaturalLangProcessResult'),
887
- generateAdapter('get', CONNECT_BASE_URI, NLP_SERVICE_READ_RESULTS, 'IndustriesEinsteinNLPServiceController.getAINaturalLangProcessResultsBySourceId'),
887
+ generateAdapter('get', CONNECT_BASE_URI, NLP_SERVICE_READ_RESULTS, 'IndustriesEinsteinNLPServiceController.fetchAINaturalLangProcessResultsBySourceId'),
888
888
  generateAdapter('get', CONNECT_BASE_URI, COMMUNITIES_NAVIGATION_MENU_PATH, 'NavigationMenuController.getCommunityNavigationMenu'),
889
889
  generateAdapter('get', CMS_BASE_URI, GET_COLLECTION_ITEMS_PATH, 'ManagedContentController.getCollectionItems'),
890
890
  generateAdapter('get', CONNECT_BASE_URI, GET_SEARCH_RESULTS, 'ManagedContentController.searchManagedContentForItems'),
@@ -3279,4 +3279,4 @@ function auraNetworkAdapter(resourceRequest) {
3279
3279
  var main = platformNetworkAdapter(auraNetworkAdapter);
3280
3280
 
3281
3281
  export { main as default, forceRecordTransactionsDisabled, instrument$1 as instrument, instrument as ldsNetworkAdapterInstrument };
3282
- // version: 1.214.0-62e4dab28
3282
+ // version: 1.214.1-04b93f721
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-network-aura",
3
- "version": "1.214.0",
3
+ "version": "1.214.1",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS Network Adapter for Aura Runtime",
6
6
  "main": "dist/ldsNetwork.js",