@salesforce/lds-adapters-service-einstein-copilot-bot 1.456.0 → 1.457.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.
@@ -340,7 +340,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
340
340
  function createResourceRequest$9(config) {
341
341
  const headers = {};
342
342
  return {
343
- baseUri: '/services/data/v68.0',
343
+ baseUri: '/services/data/v69.0',
344
344
  basePath: '/connect/conversation-runtime-proxy',
345
345
  method: 'get',
346
346
  body: null,
@@ -1588,7 +1588,7 @@ function ingestSuccess$8(luvio, resourceParams, response) {
1588
1588
  function createResourceRequest$8(config) {
1589
1589
  const headers = {};
1590
1590
  return {
1591
- baseUri: '/services/data/v68.0',
1591
+ baseUri: '/services/data/v69.0',
1592
1592
  basePath: '/connect/conversation-runtime-proxy',
1593
1593
  method: 'post',
1594
1594
  body: config.body,
@@ -1958,7 +1958,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
1958
1958
  function createResourceRequest$7(config) {
1959
1959
  const headers = {};
1960
1960
  return {
1961
- baseUri: '/services/data/v68.0',
1961
+ baseUri: '/services/data/v69.0',
1962
1962
  basePath: '/connect/recommended-plan-templates/' + config.urlParams.pageType + '/' + config.urlParams.objectType + '',
1963
1963
  method: 'get',
1964
1964
  body: null,
@@ -2153,7 +2153,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
2153
2153
  function createResourceRequest$6(config) {
2154
2154
  const headers = {};
2155
2155
  return {
2156
- baseUri: '/services/data/v68.0',
2156
+ baseUri: '/services/data/v69.0',
2157
2157
  basePath: '/connect/copilot/feedback',
2158
2158
  method: 'post',
2159
2159
  body: config.body,
@@ -2407,7 +2407,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
2407
2407
  function createResourceRequest$5(config) {
2408
2408
  const headers = {};
2409
2409
  return {
2410
- baseUri: '/services/data/v68.0',
2410
+ baseUri: '/services/data/v69.0',
2411
2411
  basePath: '/connect/copilot/objects',
2412
2412
  method: 'get',
2413
2413
  body: null,
@@ -2914,7 +2914,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
2914
2914
  function createResourceRequest$4(config) {
2915
2915
  const headers = {};
2916
2916
  return {
2917
- baseUri: '/services/data/v68.0',
2917
+ baseUri: '/services/data/v69.0',
2918
2918
  basePath: '/connect/follow-up-actions',
2919
2919
  method: 'post',
2920
2920
  body: config.body,
@@ -3179,7 +3179,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
3179
3179
  function createResourceRequest$3(config) {
3180
3180
  const headers = {};
3181
3181
  return {
3182
- baseUri: '/services/data/v68.0',
3182
+ baseUri: '/services/data/v69.0',
3183
3183
  basePath: '/connect/recommended-utterances',
3184
3184
  method: 'get',
3185
3185
  body: null,
@@ -3849,7 +3849,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
3849
3849
  function createResourceRequest$2(config) {
3850
3850
  const headers = {};
3851
3851
  return {
3852
- baseUri: '/services/data/v68.0',
3852
+ baseUri: '/services/data/v69.0',
3853
3853
  basePath: '/connect/recommended-actions',
3854
3854
  method: 'get',
3855
3855
  body: null,
@@ -4176,7 +4176,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
4176
4176
  function createResourceRequest$1(config) {
4177
4177
  const headers = {};
4178
4178
  return {
4179
- baseUri: '/services/data/v68.0',
4179
+ baseUri: '/services/data/v69.0',
4180
4180
  basePath: '/connect/welcome-utterances',
4181
4181
  method: 'get',
4182
4182
  body: null,
@@ -5124,7 +5124,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
5124
5124
  function createResourceRequest(config) {
5125
5125
  const headers = {};
5126
5126
  return {
5127
- baseUri: '/services/data/v68.0',
5127
+ baseUri: '/services/data/v69.0',
5128
5128
  basePath: '/connect/agentforce-agent-info',
5129
5129
  method: 'get',
5130
5130
  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.456.0",
3
+ "version": "1.457.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.456.0"
43
+ "@salesforce/lds-bindings": "^1.457.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.456.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.457.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -973,7 +973,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
973
973
  function createResourceRequest$9(config) {
974
974
  const headers = {};
975
975
  return {
976
- baseUri: '/services/data/v68.0',
976
+ baseUri: '/services/data/v69.0',
977
977
  basePath: '/connect/agentforce-agent-info',
978
978
  method: 'get',
979
979
  body: null,
@@ -1299,7 +1299,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
1299
1299
  function createResourceRequest$8(config) {
1300
1300
  const headers = {};
1301
1301
  return {
1302
- baseUri: '/services/data/v68.0',
1302
+ baseUri: '/services/data/v69.0',
1303
1303
  basePath: '/connect/conversation-runtime-proxy',
1304
1304
  method: 'get',
1305
1305
  body: null,
@@ -1567,7 +1567,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
1567
1567
  function createResourceRequest$7(config) {
1568
1568
  const headers = {};
1569
1569
  return {
1570
- baseUri: '/services/data/v68.0',
1570
+ baseUri: '/services/data/v69.0',
1571
1571
  basePath: '/connect/copilot/objects',
1572
1572
  method: 'get',
1573
1573
  body: null,
@@ -2074,7 +2074,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
2074
2074
  function createResourceRequest$6(config) {
2075
2075
  const headers = {};
2076
2076
  return {
2077
- baseUri: '/services/data/v68.0',
2077
+ baseUri: '/services/data/v69.0',
2078
2078
  basePath: '/connect/follow-up-actions',
2079
2079
  method: 'post',
2080
2080
  body: config.body,
@@ -2756,7 +2756,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
2756
2756
  function createResourceRequest$5(config) {
2757
2757
  const headers = {};
2758
2758
  return {
2759
- baseUri: '/services/data/v68.0',
2759
+ baseUri: '/services/data/v69.0',
2760
2760
  basePath: '/connect/recommended-actions',
2761
2761
  method: 'get',
2762
2762
  body: null,
@@ -3127,7 +3127,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
3127
3127
  function createResourceRequest$4(config) {
3128
3128
  const headers = {};
3129
3129
  return {
3130
- baseUri: '/services/data/v68.0',
3130
+ baseUri: '/services/data/v69.0',
3131
3131
  basePath: '/connect/recommended-plan-templates/' + config.urlParams.pageType + '/' + config.urlParams.objectType + '',
3132
3132
  method: 'get',
3133
3133
  body: null,
@@ -3380,7 +3380,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
3380
3380
  function createResourceRequest$3(config) {
3381
3381
  const headers = {};
3382
3382
  return {
3383
- baseUri: '/services/data/v68.0',
3383
+ baseUri: '/services/data/v69.0',
3384
3384
  basePath: '/connect/recommended-utterances',
3385
3385
  method: 'get',
3386
3386
  body: null,
@@ -3701,7 +3701,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
3701
3701
  function createResourceRequest$2(config) {
3702
3702
  const headers = {};
3703
3703
  return {
3704
- baseUri: '/services/data/v68.0',
3704
+ baseUri: '/services/data/v69.0',
3705
3705
  basePath: '/connect/welcome-utterances',
3706
3706
  method: 'get',
3707
3707
  body: null,
@@ -4949,7 +4949,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
4949
4949
  function createResourceRequest$1(config) {
4950
4950
  const headers = {};
4951
4951
  return {
4952
- baseUri: '/services/data/v68.0',
4952
+ baseUri: '/services/data/v69.0',
4953
4953
  basePath: '/connect/conversation-runtime-proxy',
4954
4954
  method: 'post',
4955
4955
  body: config.body,
@@ -5149,7 +5149,7 @@ function ingestSuccess(luvio, resourceParams, response) {
5149
5149
  function createResourceRequest(config) {
5150
5150
  const headers = {};
5151
5151
  return {
5152
- baseUri: '/services/data/v68.0',
5152
+ baseUri: '/services/data/v69.0',
5153
5153
  basePath: '/connect/copilot/feedback',
5154
5154
  method: 'post',
5155
5155
  body: config.body,
@@ -5346,4 +5346,4 @@ withDefaultLuvio((luvio) => {
5346
5346
  });
5347
5347
 
5348
5348
  export { getAgents, getAgents_imperative, getBotId, getBotId_imperative, getCopilotObjects, getCopilotObjects_imperative, getFollowUpActions, getFollowUpActions_imperative, getRecommendedActions, getRecommendedActions_imperative, getRecommendedPlanTemplates, getRecommendedPlanTemplates_imperative, getRecommendedUtterances, getRecommendedUtterances_imperative, getWelcomeUtterances, getWelcomeUtterances_imperative, sendMessage, submitFeedback };
5349
- // version: 1.456.0-6ed480b93c
5349
+ // version: 1.457.0-5118f3b372
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/v68.0
9
+ baseUri: /services/data/v69.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0