@salesforce/lds-adapters-platform-applications 1.356.0 → 1.357.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.
|
@@ -238,7 +238,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
238
238
|
function createResourceRequest$2(config) {
|
|
239
239
|
const headers = {};
|
|
240
240
|
return {
|
|
241
|
-
baseUri: '/services/data/
|
|
241
|
+
baseUri: '/services/data/v65.0',
|
|
242
242
|
basePath: '/connect/explorer-view/' + config.urlParams.metadataId + '',
|
|
243
243
|
method: 'get',
|
|
244
244
|
body: null,
|
|
@@ -475,7 +475,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
475
475
|
function createResourceRequest$1(config) {
|
|
476
476
|
const headers = {};
|
|
477
477
|
return {
|
|
478
|
-
baseUri: '/services/data/
|
|
478
|
+
baseUri: '/services/data/v65.0',
|
|
479
479
|
basePath: '/connect/salesforce-apps',
|
|
480
480
|
method: 'get',
|
|
481
481
|
body: null,
|
|
@@ -694,7 +694,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
694
694
|
function createResourceRequest(config) {
|
|
695
695
|
const headers = {};
|
|
696
696
|
return {
|
|
697
|
-
baseUri: '/services/data/
|
|
697
|
+
baseUri: '/services/data/v65.0',
|
|
698
698
|
basePath: '/connect/salesforce-apps/domain-set',
|
|
699
699
|
method: 'get',
|
|
700
700
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-platform-applications",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.357.0",
|
|
4
4
|
"description": "salesforce applications",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/platform-applications.js",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"test:unit": "jest"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@salesforce/lds-bindings": "^1.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.357.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.357.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -248,7 +248,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
248
248
|
function createResourceRequest$2(config) {
|
|
249
249
|
const headers = {};
|
|
250
250
|
return {
|
|
251
|
-
baseUri: '/services/data/
|
|
251
|
+
baseUri: '/services/data/v65.0',
|
|
252
252
|
basePath: '/connect/explorer-view/' + config.urlParams.metadataId + '',
|
|
253
253
|
method: 'get',
|
|
254
254
|
body: null,
|
|
@@ -511,7 +511,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
511
511
|
function createResourceRequest$1(config) {
|
|
512
512
|
const headers = {};
|
|
513
513
|
return {
|
|
514
|
-
baseUri: '/services/data/
|
|
514
|
+
baseUri: '/services/data/v65.0',
|
|
515
515
|
basePath: '/connect/salesforce-apps/domain-set',
|
|
516
516
|
method: 'get',
|
|
517
517
|
body: null,
|
|
@@ -748,7 +748,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
748
748
|
function createResourceRequest(config) {
|
|
749
749
|
const headers = {};
|
|
750
750
|
return {
|
|
751
|
-
baseUri: '/services/data/
|
|
751
|
+
baseUri: '/services/data/v65.0',
|
|
752
752
|
basePath: '/connect/salesforce-apps',
|
|
753
753
|
method: 'get',
|
|
754
754
|
body: null,
|
|
@@ -893,4 +893,4 @@ withDefaultLuvio((luvio) => {
|
|
|
893
893
|
});
|
|
894
894
|
|
|
895
895
|
export { getExplorerView, getExplorerViewNotifyChange, getExplorerView_imperative, getMetadataGroupDomainSet, getMetadataGroupDomainSet_imperative, getSalesforceApp, getSalesforceApp_imperative };
|
|
896
|
-
// version: 1.
|
|
896
|
+
// version: 1.357.0-5a2425b0d8
|