@salesforce/lds-adapters-platform-formula 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.
- package/dist/es/es2018/platform-formula.js +3 -3
- package/package.json +4 -4
- package/sfdc/index.js +4 -4
- package/src/raml/api.raml +1 -1
|
@@ -182,7 +182,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
182
182
|
function createResourceRequest$2(config) {
|
|
183
183
|
const headers = {};
|
|
184
184
|
return {
|
|
185
|
-
baseUri: '/services/data/
|
|
185
|
+
baseUri: '/services/data/v65.0',
|
|
186
186
|
basePath: '/connect/formula/einstein/explain',
|
|
187
187
|
method: 'post',
|
|
188
188
|
body: config.body,
|
|
@@ -360,7 +360,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
360
360
|
function createResourceRequest$1(config) {
|
|
361
361
|
const headers = {};
|
|
362
362
|
return {
|
|
363
|
-
baseUri: '/services/data/
|
|
363
|
+
baseUri: '/services/data/v65.0',
|
|
364
364
|
basePath: '/connect/formula/einstein/fix',
|
|
365
365
|
method: 'post',
|
|
366
366
|
body: config.body,
|
|
@@ -571,7 +571,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
571
571
|
function createResourceRequest(config) {
|
|
572
572
|
const headers = {};
|
|
573
573
|
return {
|
|
574
|
-
baseUri: '/services/data/
|
|
574
|
+
baseUri: '/services/data/v65.0',
|
|
575
575
|
basePath: '/connect/formula/validate',
|
|
576
576
|
method: 'post',
|
|
577
577
|
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.357.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.357.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
47
|
-
"@salesforce/lds-karma": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.357.0",
|
|
47
|
+
"@salesforce/lds-karma": "^1.357.0"
|
|
48
48
|
},
|
|
49
49
|
"nx": {
|
|
50
50
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -191,7 +191,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
191
191
|
function createResourceRequest$2(config) {
|
|
192
192
|
const headers = {};
|
|
193
193
|
return {
|
|
194
|
-
baseUri: '/services/data/
|
|
194
|
+
baseUri: '/services/data/v65.0',
|
|
195
195
|
basePath: '/connect/formula/einstein/fix',
|
|
196
196
|
method: 'post',
|
|
197
197
|
body: config.body,
|
|
@@ -370,7 +370,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
370
370
|
function createResourceRequest$1(config) {
|
|
371
371
|
const headers = {};
|
|
372
372
|
return {
|
|
373
|
-
baseUri: '/services/data/
|
|
373
|
+
baseUri: '/services/data/v65.0',
|
|
374
374
|
basePath: '/connect/formula/einstein/explain',
|
|
375
375
|
method: 'post',
|
|
376
376
|
body: config.body,
|
|
@@ -580,7 +580,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
580
580
|
function createResourceRequest(config) {
|
|
581
581
|
const headers = {};
|
|
582
582
|
return {
|
|
583
|
-
baseUri: '/services/data/
|
|
583
|
+
baseUri: '/services/data/v65.0',
|
|
584
584
|
basePath: '/connect/formula/validate',
|
|
585
585
|
method: 'post',
|
|
586
586
|
body: config.body,
|
|
@@ -671,4 +671,4 @@ withDefaultLuvio((luvio) => {
|
|
|
671
671
|
});
|
|
672
672
|
|
|
673
673
|
export { fixFormula, getExplanation, validateFormula };
|
|
674
|
-
// version: 1.
|
|
674
|
+
// version: 1.357.0-5a2425b0d8
|