@salesforce/lds-network-aura 1.109.0 → 1.110.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 +6 -6
package/dist/ldsNetwork.js
CHANGED
|
@@ -746,6 +746,7 @@ const connect = [
|
|
|
746
746
|
generateAdapter('post', CMS_BASE_URI, CREATE_MANAGED_CONTENT_PATH, 'ManagedContentController.createManagedContent'),
|
|
747
747
|
generateAdapter('get', CMS_BASE_URI, GET_CMS_SPACES, 'ManagedContentController.getManagedContentSpaces'),
|
|
748
748
|
generateAdapter('get', CMS_BASE_URI, CMS_SPACE_PATH, 'ManagedContentController.getManagedContentSpace'),
|
|
749
|
+
generateAdapter('patch', CMS_BASE_URI, CMS_SPACE_PATH, 'ManagedContentController.patchManagedContentSpace'),
|
|
749
750
|
generateAdapter('post', CONNECT_BASE_URI, CREATE_MANAGED_CONTENT_IMPORT_V2_JOB_PATH, 'ManagedContentController.createManagedContentImportV2Job'),
|
|
750
751
|
generateAdapter('post', CONNECT_BASE_URI, CREATE_MANAGED_CONTENT_EXPORT_V2_JOB_PATH, 'ManagedContentController.createManagedContentExportV2Job'),
|
|
751
752
|
generateAdapter('post', CONNECT_BASE_URI, CREATE_TRANSLATION_V2_JOB_PATH, 'ManagedContentController.createTranslationV2Job'),
|
|
@@ -2835,4 +2836,4 @@ function auraNetworkAdapter(resourceRequest) {
|
|
|
2835
2836
|
var main = platformNetworkAdapter(auraNetworkAdapter);
|
|
2836
2837
|
|
|
2837
2838
|
export { main as default, forceRecordTransactionsDisabled, instrument$1 as instrument, instrument as ldsNetworkAdapterInstrument };
|
|
2838
|
-
// version: 1.
|
|
2839
|
+
// version: 1.110.0-5ccdc0e23
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-network-aura",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.110.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS Network Adapter for Aura Runtime",
|
|
6
6
|
"main": "dist/ldsNetwork.js",
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"@luvio/engine": "0.135.4"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@salesforce/lds-adapters-uiapi": "^1.
|
|
40
|
-
"@salesforce/lds-aura-storage": "^1.
|
|
41
|
-
"@salesforce/lds-environment-settings": "^1.
|
|
42
|
-
"@salesforce/lds-instrumentation": "^1.
|
|
43
|
-
"@salesforce/lds-network-adapter": "^1.
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.110.0",
|
|
40
|
+
"@salesforce/lds-aura-storage": "^1.110.0",
|
|
41
|
+
"@salesforce/lds-environment-settings": "^1.110.0",
|
|
42
|
+
"@salesforce/lds-instrumentation": "^1.110.0",
|
|
43
|
+
"@salesforce/lds-network-adapter": "^1.110.0"
|
|
44
44
|
}
|
|
45
45
|
}
|