@salesforce/lds-adapters-starter-solution-recipes 1.384.0 → 1.386.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.
@@ -1084,7 +1084,7 @@ function ingestSuccess(luvio, resourceParams, response) {
1084
1084
  function createResourceRequest(config) {
1085
1085
  const headers = {};
1086
1086
  return {
1087
- baseUri: '/services/data/v65.0',
1087
+ baseUri: '/services/data/v66.0',
1088
1088
  basePath: '/connect/solution-library/recipes',
1089
1089
  method: 'post',
1090
1090
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-starter-solution-recipes",
3
- "version": "1.384.0",
3
+ "version": "1.386.0",
4
4
  "description": "This API family contains the wires that are used for the features related to solution recipes, like wires related to Spotlight and Solution Library",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/starter-solution-recipes.js",
@@ -40,10 +40,10 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.384.0"
43
+ "@salesforce/lds-bindings": "^1.386.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.384.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.386.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -1093,7 +1093,7 @@ function ingestSuccess(luvio, resourceParams, response) {
1093
1093
  function createResourceRequest(config) {
1094
1094
  const headers = {};
1095
1095
  return {
1096
- baseUri: '/services/data/v65.0',
1096
+ baseUri: '/services/data/v66.0',
1097
1097
  basePath: '/connect/solution-library/recipes',
1098
1098
  method: 'post',
1099
1099
  body: config.body,
@@ -1184,4 +1184,4 @@ withDefaultLuvio((luvio) => {
1184
1184
  });
1185
1185
 
1186
1186
  export { postSolutionLibraryRecipes };
1187
- // version: 1.384.0-835fd13f44
1187
+ // version: 1.386.0-521094e838
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '62.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