@salesforce/lds-network-aura 1.176.0 → 1.178.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 +2 -1
- package/package.json +1 -1
package/dist/ldsNetwork.js
CHANGED
|
@@ -850,6 +850,7 @@ const connect = [
|
|
|
850
850
|
generateAdapter('get', CMS_BASE_URI, GET_CMS_SPACES, 'ManagedContentController.getManagedContentSpaces'),
|
|
851
851
|
generateAdapter('get', CMS_BASE_URI, CMS_SPACE_PATH, 'ManagedContentController.getManagedContentSpace'),
|
|
852
852
|
generateAdapter('get', CMS_BASE_URI, CMS_MANAGED_CONTENT_ORCH_CONFIG_PATH, 'ManagedContentController.getManagedContentSpaceOrchestratorConfig'),
|
|
853
|
+
generateAdapter('put', CMS_BASE_URI, CMS_MANAGED_CONTENT_ORCH_CONFIG_PATH, 'ManagedContentController.putManagedContentSpaceOrchestratorConfig'),
|
|
853
854
|
generateAdapter('patch', CMS_BASE_URI, CMS_SPACE_PATH, 'ManagedContentController.patchManagedContentSpace'),
|
|
854
855
|
generateAdapter('post', CONNECT_BASE_URI, CREATE_MANAGED_CONTENT_IMPORT_V2_JOB_PATH, 'ManagedContentController.createManagedContentImportV2Job'),
|
|
855
856
|
generateAdapter('post', CONNECT_BASE_URI, CREATE_MANAGED_CONTENT_EXPORT_V2_JOB_PATH, 'ManagedContentController.createManagedContentExportV2Job'),
|
|
@@ -3074,4 +3075,4 @@ function auraNetworkAdapter(resourceRequest) {
|
|
|
3074
3075
|
var main = platformNetworkAdapter(auraNetworkAdapter);
|
|
3075
3076
|
|
|
3076
3077
|
export { main as default, forceRecordTransactionsDisabled, instrument$1 as instrument, instrument as ldsNetworkAdapterInstrument };
|
|
3077
|
-
// version: 1.
|
|
3078
|
+
// version: 1.178.0-9f88eeec4
|