@salesforce/lds-network-aura 1.213.0 → 1.213.2

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.fetchAINaturalLangProcessResultsBySourceId'),
887
+ generateAdapter('get', CONNECT_BASE_URI, NLP_SERVICE_READ_RESULTS, 'IndustriesEinsteinNLPServiceController.getAINaturalLangProcessResultsBySourceId'),
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'),
@@ -3272,4 +3272,4 @@ function auraNetworkAdapter(resourceRequest) {
3272
3272
  var main = platformNetworkAdapter(auraNetworkAdapter);
3273
3273
 
3274
3274
  export { main as default, forceRecordTransactionsDisabled, instrument$1 as instrument, instrument as ldsNetworkAdapterInstrument };
3275
- // version: 1.213.0-831919511
3275
+ // version: 1.213.2-69d4eea1b
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-network-aura",
3
- "version": "1.213.0",
3
+ "version": "1.213.2",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS Network Adapter for Aura Runtime",
6
6
  "main": "dist/ldsNetwork.js",
@@ -34,7 +34,7 @@
34
34
  "release:corejar": "yarn build && ../core-build/scripts/core.js --name=lds-network-aura"
35
35
  },
36
36
  "dependencies": {
37
- "@luvio/engine": "0.144.2"
37
+ "@luvio/engine": "0.144.6"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@salesforce/lds-adapters-uiapi": "*",