@salesforce/lds-network-aura 1.152.1 → 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.
- package/dist/ldsNetwork.js +2 -3
- package/package.json +1 -1
package/dist/ldsNetwork.js
CHANGED
|
@@ -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
|
-
|
|
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.
|
|
3013
|
+
// version: 1.152.3-537a957a0
|