@salesforce/lds-adapters-service-basesetup 1.384.0 → 1.386.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.
|
@@ -397,7 +397,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
397
397
|
function createResourceRequest$1(config) {
|
|
398
398
|
const headers = {};
|
|
399
399
|
return {
|
|
400
|
-
baseUri: '/services/data/
|
|
400
|
+
baseUri: '/services/data/v66.0',
|
|
401
401
|
basePath: '/connect/base-setup/enableFeatureSet',
|
|
402
402
|
method: 'post',
|
|
403
403
|
body: config.body,
|
|
@@ -778,7 +778,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
778
778
|
function createResourceRequest(config) {
|
|
779
779
|
const headers = {};
|
|
780
780
|
return {
|
|
781
|
-
baseUri: '/services/data/
|
|
781
|
+
baseUri: '/services/data/v66.0',
|
|
782
782
|
basePath: '/connect/base-setup/featureSetDetail',
|
|
783
783
|
method: 'get',
|
|
784
784
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-service-basesetup",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.386.0",
|
|
4
4
|
"description": "A family of APIs that facilitates easy setup and configuration via a setup assistant",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/service-basesetup.js",
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"test:unit": "jest"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@salesforce/lds-bindings": "^1.
|
|
44
|
+
"@salesforce/lds-bindings": "^1.386.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
47
|
+
"@salesforce/lds-compiler-plugins": "^1.386.0"
|
|
48
48
|
},
|
|
49
49
|
"nx": {
|
|
50
50
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -407,7 +407,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
407
407
|
function createResourceRequest$1(config) {
|
|
408
408
|
const headers = {};
|
|
409
409
|
return {
|
|
410
|
-
baseUri: '/services/data/
|
|
410
|
+
baseUri: '/services/data/v66.0',
|
|
411
411
|
basePath: '/connect/base-setup/enableFeatureSet',
|
|
412
412
|
method: 'post',
|
|
413
413
|
body: config.body,
|
|
@@ -788,7 +788,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
788
788
|
function createResourceRequest(config) {
|
|
789
789
|
const headers = {};
|
|
790
790
|
return {
|
|
791
|
-
baseUri: '/services/data/
|
|
791
|
+
baseUri: '/services/data/v66.0',
|
|
792
792
|
basePath: '/connect/base-setup/featureSetDetail',
|
|
793
793
|
method: 'get',
|
|
794
794
|
body: null,
|
|
@@ -955,4 +955,4 @@ withDefaultLuvio((luvio) => {
|
|
|
955
955
|
});
|
|
956
956
|
|
|
957
957
|
export { enableFeatureSet, getFeatureSetDetail, getFeatureSetDetailNotifyChange, getFeatureSetDetail_imperative };
|
|
958
|
-
// version: 1.
|
|
958
|
+
// version: 1.386.0-521094e838
|