@salesforce/lds-adapters-service-basesetup 1.310.0 → 1.311.1
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/v63.0',
|
|
401
401
|
basePath: '/connect/base-setup/enableFeatureSet',
|
|
402
402
|
method: 'post',
|
|
403
403
|
body: config.body,
|
|
@@ -1137,7 +1137,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1137
1137
|
function createResourceRequest(config) {
|
|
1138
1138
|
const headers = {};
|
|
1139
1139
|
return {
|
|
1140
|
-
baseUri: '/services/data/
|
|
1140
|
+
baseUri: '/services/data/v63.0',
|
|
1141
1141
|
basePath: '/connect/base-setup/featureSetDetail',
|
|
1142
1142
|
method: 'get',
|
|
1143
1143
|
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.311.1",
|
|
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.311.1"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
47
|
+
"@salesforce/lds-compiler-plugins": "^1.311.1"
|
|
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/v63.0',
|
|
411
411
|
basePath: '/connect/base-setup/enableFeatureSet',
|
|
412
412
|
method: 'post',
|
|
413
413
|
body: config.body,
|
|
@@ -1147,7 +1147,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1147
1147
|
function createResourceRequest(config) {
|
|
1148
1148
|
const headers = {};
|
|
1149
1149
|
return {
|
|
1150
|
-
baseUri: '/services/data/
|
|
1150
|
+
baseUri: '/services/data/v63.0',
|
|
1151
1151
|
basePath: '/connect/base-setup/featureSetDetail',
|
|
1152
1152
|
method: 'get',
|
|
1153
1153
|
body: null,
|
|
@@ -1314,4 +1314,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1314
1314
|
});
|
|
1315
1315
|
|
|
1316
1316
|
export { enableFeatureSet, getFeatureSetDetail, getFeatureSetDetailNotifyChange, getFeatureSetDetail_imperative };
|
|
1317
|
-
// version: 1.
|
|
1317
|
+
// version: 1.311.1-f99d2bc85e
|