@salesforce/lds-adapters-sales-saleseinsteincoach 1.412.1 → 1.413.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.
@@ -278,7 +278,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
278
278
  function createResourceRequest$4(config) {
279
279
  const headers = {};
280
280
  return {
281
- baseUri: '/services/data/v66.0',
281
+ baseUri: '/services/data/v67.0',
282
282
  basePath: '/sales-einstein-coach/practice/configuration',
283
283
  method: 'get',
284
284
  body: null,
@@ -486,7 +486,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
486
486
  function createResourceRequest$3(config) {
487
487
  const headers = {};
488
488
  return {
489
- baseUri: '/services/data/v66.0',
489
+ baseUri: '/services/data/v67.0',
490
490
  basePath: '/sales-einstein-coach/practice/feedback',
491
491
  method: 'post',
492
492
  body: config.body,
@@ -665,7 +665,7 @@ function evictSuccess(luvio, resourceParams) {
665
665
  function createResourceRequest$2(config) {
666
666
  const headers = {};
667
667
  return {
668
- baseUri: '/services/data/v66.0',
668
+ baseUri: '/services/data/v67.0',
669
669
  basePath: '/sales-einstein-coach/practice/roleplay',
670
670
  method: 'delete',
671
671
  body: null,
@@ -889,7 +889,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
889
889
  function createResourceRequest$1(config) {
890
890
  const headers = {};
891
891
  return {
892
- baseUri: '/services/data/v66.0',
892
+ baseUri: '/services/data/v67.0',
893
893
  basePath: '/sales-einstein-coach/practice/roleplay',
894
894
  method: 'post',
895
895
  body: config.body,
@@ -983,7 +983,7 @@ function ingestSuccess(luvio, resourceParams, response) {
983
983
  function createResourceRequest(config) {
984
984
  const headers = {};
985
985
  return {
986
- baseUri: '/services/data/v66.0',
986
+ baseUri: '/services/data/v67.0',
987
987
  basePath: '/sales-einstein-coach/practice/roleplay/start',
988
988
  method: 'post',
989
989
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-sales-saleseinsteincoach",
3
- "version": "1.412.1",
3
+ "version": "1.413.0",
4
4
  "description": "APIs for interacting with Sales Einstein Coach",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/sales-saleseinsteincoach.js",
@@ -41,10 +41,10 @@
41
41
  "test:unit": "jest"
42
42
  },
43
43
  "dependencies": {
44
- "@salesforce/lds-bindings": "^1.412.1"
44
+ "@salesforce/lds-bindings": "^1.413.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@salesforce/lds-compiler-plugins": "^1.412.1"
47
+ "@salesforce/lds-compiler-plugins": "^1.413.0"
48
48
  },
49
49
  "nx": {
50
50
  "targets": {
package/sfdc/index.js CHANGED
@@ -179,7 +179,7 @@ function evictSuccess(luvio, resourceParams) {
179
179
  function createResourceRequest$4(config) {
180
180
  const headers = {};
181
181
  return {
182
- baseUri: '/services/data/v66.0',
182
+ baseUri: '/services/data/v67.0',
183
183
  basePath: '/sales-einstein-coach/practice/roleplay',
184
184
  method: 'delete',
185
185
  body: null,
@@ -443,7 +443,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
443
443
  function createResourceRequest$3(config) {
444
444
  const headers = {};
445
445
  return {
446
- baseUri: '/services/data/v66.0',
446
+ baseUri: '/services/data/v67.0',
447
447
  basePath: '/sales-einstein-coach/practice/configuration',
448
448
  method: 'get',
449
449
  body: null,
@@ -566,7 +566,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
566
566
  function createResourceRequest$2(config) {
567
567
  const headers = {};
568
568
  return {
569
- baseUri: '/services/data/v66.0',
569
+ baseUri: '/services/data/v67.0',
570
570
  basePath: '/sales-einstein-coach/practice/roleplay/start',
571
571
  method: 'post',
572
572
  body: config.body,
@@ -742,7 +742,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
742
742
  function createResourceRequest$1(config) {
743
743
  const headers = {};
744
744
  return {
745
- baseUri: '/services/data/v66.0',
745
+ baseUri: '/services/data/v67.0',
746
746
  basePath: '/sales-einstein-coach/practice/feedback',
747
747
  method: 'post',
748
748
  body: config.body,
@@ -990,7 +990,7 @@ function ingestSuccess(luvio, resourceParams, response) {
990
990
  function createResourceRequest(config) {
991
991
  const headers = {};
992
992
  return {
993
- baseUri: '/services/data/v66.0',
993
+ baseUri: '/services/data/v67.0',
994
994
  basePath: '/sales-einstein-coach/practice/roleplay',
995
995
  method: 'post',
996
996
  body: config.body,
@@ -1101,4 +1101,4 @@ withDefaultLuvio((luvio) => {
1101
1101
  });
1102
1102
 
1103
1103
  export { deleteRolePlaySession, getSalesEinsteinCoachConfiguration, getSalesEinsteinCoachConfiguration_imperative, startRolePlaySession, submitForFeedback, submitForRolePlay };
1104
- // version: 1.412.1-944b7de7af
1104
+ // version: 1.413.0-8cd312301b
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/v66.0
9
+ baseUri: /services/data/v67.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0