@salesforce/lds-network-aura 1.213.2 → 1.214.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.
- package/dist/ldsNetwork.js +8 -1
- package/package.json +1 -1
package/dist/ldsNetwork.js
CHANGED
|
@@ -1101,6 +1101,13 @@ const categoryNetwork = [
|
|
|
1101
1101
|
controller: 'CategoryNetworkController.getCategoryNetworks',
|
|
1102
1102
|
},
|
|
1103
1103
|
},
|
|
1104
|
+
{
|
|
1105
|
+
method: 'put',
|
|
1106
|
+
predicate: (path) => CATEGORY_NETWORKS_PATH.test(path),
|
|
1107
|
+
transport: {
|
|
1108
|
+
controller: 'CategoryNetworkController.updateCategoryNetworks',
|
|
1109
|
+
},
|
|
1110
|
+
},
|
|
1104
1111
|
];
|
|
1105
1112
|
const dataCategory = [
|
|
1106
1113
|
{
|
|
@@ -3272,4 +3279,4 @@ function auraNetworkAdapter(resourceRequest) {
|
|
|
3272
3279
|
var main = platformNetworkAdapter(auraNetworkAdapter);
|
|
3273
3280
|
|
|
3274
3281
|
export { main as default, forceRecordTransactionsDisabled, instrument$1 as instrument, instrument as ldsNetworkAdapterInstrument };
|
|
3275
|
-
// version: 1.
|
|
3282
|
+
// version: 1.214.0-62e4dab28
|