@salesforce/lds-adapters-service-einstein-copilot-bot 1.289.0 → 1.291.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.
@@ -265,7 +265,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
265
265
  function createResourceRequest$3(config) {
266
266
  const headers = {};
267
267
  return {
268
- baseUri: '/services/data/v61.0',
268
+ baseUri: '/services/data/v62.0',
269
269
  basePath: '/connect/conversation-runtime-proxy',
270
270
  method: 'get',
271
271
  body: null,
@@ -1485,7 +1485,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
1485
1485
  function createResourceRequest$2(config) {
1486
1486
  const headers = {};
1487
1487
  return {
1488
- baseUri: '/services/data/v61.0',
1488
+ baseUri: '/services/data/v62.0',
1489
1489
  basePath: '/connect/conversation-runtime-proxy',
1490
1490
  method: 'post',
1491
1491
  body: config.body,
@@ -1855,7 +1855,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1855
1855
  function createResourceRequest$1(config) {
1856
1856
  const headers = {};
1857
1857
  return {
1858
- baseUri: '/services/data/v61.0',
1858
+ baseUri: '/services/data/v62.0',
1859
1859
  basePath: '/connect/recommended-plan-templates/' + config.urlParams.pageType + '/' + config.urlParams.objectType + '',
1860
1860
  method: 'get',
1861
1861
  body: null,
@@ -2525,7 +2525,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
2525
2525
  function createResourceRequest(config) {
2526
2526
  const headers = {};
2527
2527
  return {
2528
- baseUri: '/services/data/v61.0',
2528
+ baseUri: '/services/data/v62.0',
2529
2529
  basePath: '/connect/recommended-actions',
2530
2530
  method: 'get',
2531
2531
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-service-einstein-copilot-bot",
3
- "version": "1.289.0",
3
+ "version": "1.291.0",
4
4
  "description": "Einstein Copilot Bot API Family",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/service-einstein-copilot-bot.js",
@@ -40,10 +40,10 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.289.0"
43
+ "@salesforce/lds-bindings": "^1.291.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.289.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.291.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -275,7 +275,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
275
275
  function createResourceRequest$3(config) {
276
276
  const headers = {};
277
277
  return {
278
- baseUri: '/services/data/v61.0',
278
+ baseUri: '/services/data/v62.0',
279
279
  basePath: '/connect/conversation-runtime-proxy',
280
280
  method: 'get',
281
281
  body: null,
@@ -941,7 +941,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
941
941
  function createResourceRequest$2(config) {
942
942
  const headers = {};
943
943
  return {
944
- baseUri: '/services/data/v61.0',
944
+ baseUri: '/services/data/v62.0',
945
945
  basePath: '/connect/recommended-actions',
946
946
  method: 'get',
947
947
  body: null,
@@ -1311,7 +1311,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1311
1311
  function createResourceRequest$1(config) {
1312
1312
  const headers = {};
1313
1313
  return {
1314
- baseUri: '/services/data/v61.0',
1314
+ baseUri: '/services/data/v62.0',
1315
1315
  basePath: '/connect/recommended-plan-templates/' + config.urlParams.pageType + '/' + config.urlParams.objectType + '',
1316
1316
  method: 'get',
1317
1317
  body: null,
@@ -2535,7 +2535,7 @@ function ingestSuccess(luvio, resourceParams, response) {
2535
2535
  function createResourceRequest(config) {
2536
2536
  const headers = {};
2537
2537
  return {
2538
- baseUri: '/services/data/v61.0',
2538
+ baseUri: '/services/data/v62.0',
2539
2539
  basePath: '/connect/conversation-runtime-proxy',
2540
2540
  method: 'post',
2541
2541
  body: config.body,
@@ -2693,4 +2693,4 @@ withDefaultLuvio((luvio) => {
2693
2693
  });
2694
2694
 
2695
2695
  export { getBotId, getBotId_imperative, getRecommendedActions, getRecommendedActions_imperative, getRecommendedPlanTemplates, getRecommendedPlanTemplates_imperative, sendMessage };
2696
- // version: 1.289.0-72256e363
2696
+ // version: 1.291.0-79b8ea231
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/v61.0
9
+ baseUri: /services/data/v62.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0