@salesforce/lds-adapters-platform-formula 1.384.0 → 1.385.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.
@@ -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/v65.0',
185
+ baseUri: '/services/data/v66.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/v65.0',
363
+ baseUri: '/services/data/v66.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/v65.0',
574
+ baseUri: '/services/data/v66.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.384.0",
3
+ "version": "1.385.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.384.0"
43
+ "@salesforce/lds-bindings": "^1.385.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.384.0",
47
- "@salesforce/lds-karma": "^1.384.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.385.0",
47
+ "@salesforce/lds-karma": "^1.385.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/v65.0',
194
+ baseUri: '/services/data/v66.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/v65.0',
373
+ baseUri: '/services/data/v66.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/v65.0',
583
+ baseUri: '/services/data/v66.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.384.0-835fd13f44
674
+ // version: 1.385.0-c6070cc476
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '60.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v65.0
9
+ baseUri: /services/data/v66.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0