@salesforce/lds-adapters-service-einstein-copilot-bot 1.356.0 → 1.357.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/v64.0',
343
+ baseUri: '/services/data/v65.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/v64.0',
1591
+ baseUri: '/services/data/v65.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/v64.0',
1961
+ baseUri: '/services/data/v65.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/v64.0',
2156
+ baseUri: '/services/data/v65.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/v64.0',
2410
+ baseUri: '/services/data/v65.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/v64.0',
2917
+ baseUri: '/services/data/v65.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/v64.0',
3182
+ baseUri: '/services/data/v65.0',
3183
3183
  basePath: '/connect/recommended-utterances',
3184
3184
  method: 'get',
3185
3185
  body: null,
@@ -3848,7 +3848,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
3848
3848
  function createResourceRequest$2(config) {
3849
3849
  const headers = {};
3850
3850
  return {
3851
- baseUri: '/services/data/v64.0',
3851
+ baseUri: '/services/data/v65.0',
3852
3852
  basePath: '/connect/recommended-actions',
3853
3853
  method: 'get',
3854
3854
  body: null,
@@ -4174,7 +4174,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
4174
4174
  function createResourceRequest$1(config) {
4175
4175
  const headers = {};
4176
4176
  return {
4177
- baseUri: '/services/data/v64.0',
4177
+ baseUri: '/services/data/v65.0',
4178
4178
  basePath: '/connect/welcome-utterances',
4179
4179
  method: 'get',
4180
4180
  body: null,
@@ -4717,7 +4717,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
4717
4717
  function createResourceRequest(config) {
4718
4718
  const headers = {};
4719
4719
  return {
4720
- baseUri: '/services/data/v64.0',
4720
+ baseUri: '/services/data/v65.0',
4721
4721
  basePath: '/connect/agentforce-agent-info',
4722
4722
  method: 'get',
4723
4723
  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.356.0",
3
+ "version": "1.357.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.356.0"
43
+ "@salesforce/lds-bindings": "^1.357.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.356.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.357.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -568,7 +568,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
568
568
  function createResourceRequest$9(config) {
569
569
  const headers = {};
570
570
  return {
571
- baseUri: '/services/data/v64.0',
571
+ baseUri: '/services/data/v65.0',
572
572
  basePath: '/connect/agentforce-agent-info',
573
573
  method: 'get',
574
574
  body: null,
@@ -893,7 +893,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
893
893
  function createResourceRequest$8(config) {
894
894
  const headers = {};
895
895
  return {
896
- baseUri: '/services/data/v64.0',
896
+ baseUri: '/services/data/v65.0',
897
897
  basePath: '/connect/conversation-runtime-proxy',
898
898
  method: 'get',
899
899
  body: null,
@@ -1161,7 +1161,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
1161
1161
  function createResourceRequest$7(config) {
1162
1162
  const headers = {};
1163
1163
  return {
1164
- baseUri: '/services/data/v64.0',
1164
+ baseUri: '/services/data/v65.0',
1165
1165
  basePath: '/connect/copilot/objects',
1166
1166
  method: 'get',
1167
1167
  body: null,
@@ -1668,7 +1668,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
1668
1668
  function createResourceRequest$6(config) {
1669
1669
  const headers = {};
1670
1670
  return {
1671
- baseUri: '/services/data/v64.0',
1671
+ baseUri: '/services/data/v65.0',
1672
1672
  basePath: '/connect/follow-up-actions',
1673
1673
  method: 'post',
1674
1674
  body: config.body,
@@ -2350,7 +2350,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
2350
2350
  function createResourceRequest$5(config) {
2351
2351
  const headers = {};
2352
2352
  return {
2353
- baseUri: '/services/data/v64.0',
2353
+ baseUri: '/services/data/v65.0',
2354
2354
  basePath: '/connect/recommended-actions',
2355
2355
  method: 'get',
2356
2356
  body: null,
@@ -2720,7 +2720,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
2720
2720
  function createResourceRequest$4(config) {
2721
2721
  const headers = {};
2722
2722
  return {
2723
- baseUri: '/services/data/v64.0',
2723
+ baseUri: '/services/data/v65.0',
2724
2724
  basePath: '/connect/recommended-plan-templates/' + config.urlParams.pageType + '/' + config.urlParams.objectType + '',
2725
2725
  method: 'get',
2726
2726
  body: null,
@@ -2973,7 +2973,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
2973
2973
  function createResourceRequest$3(config) {
2974
2974
  const headers = {};
2975
2975
  return {
2976
- baseUri: '/services/data/v64.0',
2976
+ baseUri: '/services/data/v65.0',
2977
2977
  basePath: '/connect/recommended-utterances',
2978
2978
  method: 'get',
2979
2979
  body: null,
@@ -3293,7 +3293,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
3293
3293
  function createResourceRequest$2(config) {
3294
3294
  const headers = {};
3295
3295
  return {
3296
- baseUri: '/services/data/v64.0',
3296
+ baseUri: '/services/data/v65.0',
3297
3297
  basePath: '/connect/welcome-utterances',
3298
3298
  method: 'get',
3299
3299
  body: null,
@@ -4541,7 +4541,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
4541
4541
  function createResourceRequest$1(config) {
4542
4542
  const headers = {};
4543
4543
  return {
4544
- baseUri: '/services/data/v64.0',
4544
+ baseUri: '/services/data/v65.0',
4545
4545
  basePath: '/connect/conversation-runtime-proxy',
4546
4546
  method: 'post',
4547
4547
  body: config.body,
@@ -4741,7 +4741,7 @@ function ingestSuccess(luvio, resourceParams, response) {
4741
4741
  function createResourceRequest(config) {
4742
4742
  const headers = {};
4743
4743
  return {
4744
- baseUri: '/services/data/v64.0',
4744
+ baseUri: '/services/data/v65.0',
4745
4745
  basePath: '/connect/copilot/feedback',
4746
4746
  method: 'post',
4747
4747
  body: config.body,
@@ -4938,4 +4938,4 @@ withDefaultLuvio((luvio) => {
4938
4938
  });
4939
4939
 
4940
4940
  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 };
4941
- // version: 1.356.0-d412b8de3d
4941
+ // version: 1.357.0-5a2425b0d8
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/v64.0
9
+ baseUri: /services/data/v65.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0