@salesforce/lds-adapters-platform-formula 1.268.0 → 1.270.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/es/es2018/platform-formula.js +1 -1
- package/package.json +4 -4
- package/sfdc/index.js +2 -2
- package/src/raml/api.raml +1 -1
|
@@ -182,7 +182,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
182
182
|
function createResourceRequest(config) {
|
|
183
183
|
const headers = {};
|
|
184
184
|
return {
|
|
185
|
-
baseUri: '/services/data/
|
|
185
|
+
baseUri: '/services/data/v61.0',
|
|
186
186
|
basePath: '/connect/formula/einstein/explain',
|
|
187
187
|
method: 'post',
|
|
188
188
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-platform-formula",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.270.0",
|
|
4
4
|
"description": "APIs related to core Salesforce Formulas",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/platform-formula.js",
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
"test:unit": "jest"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@salesforce/lds-bindings": "^1.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.270.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
47
|
-
"@salesforce/lds-karma": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.270.0",
|
|
47
|
+
"@salesforce/lds-karma": "^1.270.0"
|
|
48
48
|
},
|
|
49
49
|
"nx": {
|
|
50
50
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -191,7 +191,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
191
191
|
function createResourceRequest(config) {
|
|
192
192
|
const headers = {};
|
|
193
193
|
return {
|
|
194
|
-
baseUri: '/services/data/
|
|
194
|
+
baseUri: '/services/data/v61.0',
|
|
195
195
|
basePath: '/connect/formula/einstein/explain',
|
|
196
196
|
method: 'post',
|
|
197
197
|
body: config.body,
|
|
@@ -277,4 +277,4 @@ withDefaultLuvio((luvio) => {
|
|
|
277
277
|
});
|
|
278
278
|
|
|
279
279
|
export { getExplanation };
|
|
280
|
-
// version: 1.
|
|
280
|
+
// version: 1.270.0-533e91908
|