@salesforce/lds-network-aura 1.152.2 → 1.152.3

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.
@@ -1872,9 +1872,8 @@ function executeGraphQL(resourceRequest) {
1872
1872
  }
1873
1873
  function executeGraphQLBatch(resourceRequest) {
1874
1874
  const controller = UiApiRecordController$1.ExecuteGraphQLBatch;
1875
- // The endpoint uses a strange QUERY_INPUT_PARAMETER object wrapper around the parameters.
1876
1875
  const params = buildUiApiParams({
1877
- QUERY_INPUT_PARAMETER: resourceRequest.body,
1876
+ batchQueryInput: resourceRequest.body,
1878
1877
  }, resourceRequest);
1879
1878
  return dispatchAction(controller, params, actionConfig);
1880
1879
  }
@@ -3011,4 +3010,4 @@ function auraNetworkAdapter(resourceRequest) {
3011
3010
  var main = platformNetworkAdapter(auraNetworkAdapter);
3012
3011
 
3013
3012
  export { main as default, forceRecordTransactionsDisabled, instrument$1 as instrument, instrument as ldsNetworkAdapterInstrument };
3014
- // version: 1.152.2-b79784db2
3013
+ // version: 1.152.3-537a957a0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-network-aura",
3
- "version": "1.152.2",
3
+ "version": "1.152.3",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS Network Adapter for Aura Runtime",
6
6
  "main": "dist/ldsNetwork.js",