@salesforce/lds-adapters-platform-formula 1.268.0 → 1.269.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(luvio, resourceParams, response) {
182
182
  function createResourceRequest(config) {
183
183
  const headers = {};
184
184
  return {
185
- baseUri: '/services/data/v60.0',
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.268.0",
3
+ "version": "1.269.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.268.0"
43
+ "@salesforce/lds-bindings": "^1.269.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.268.0",
47
- "@salesforce/lds-karma": "^1.268.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.269.0",
47
+ "@salesforce/lds-karma": "^1.269.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/v60.0',
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.268.0-59af8a121
280
+ // version: 1.269.0-37c0722c7
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/v60.0
9
+ baseUri: /services/data/v61.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0