@salesforce/lds-adapters-service-einstein-copilot-bot 1.334.0 → 1.336.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$6(luvio, params, error, snapshotRefresh) {
340
340
  function createResourceRequest$8(config) {
341
341
  const headers = {};
342
342
  return {
343
- baseUri: '/services/data/v63.0',
343
+ baseUri: '/services/data/v64.0',
344
344
  basePath: '/connect/conversation-runtime-proxy',
345
345
  method: 'get',
346
346
  body: null,
@@ -1588,7 +1588,7 @@ function ingestSuccess$7(luvio, resourceParams, response) {
1588
1588
  function createResourceRequest$7(config) {
1589
1589
  const headers = {};
1590
1590
  return {
1591
- baseUri: '/services/data/v63.0',
1591
+ baseUri: '/services/data/v64.0',
1592
1592
  basePath: '/connect/conversation-runtime-proxy',
1593
1593
  method: 'post',
1594
1594
  body: config.body,
@@ -1958,7 +1958,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
1958
1958
  function createResourceRequest$6(config) {
1959
1959
  const headers = {};
1960
1960
  return {
1961
- baseUri: '/services/data/v63.0',
1961
+ baseUri: '/services/data/v64.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$5(luvio, resourceParams, response) {
2153
2153
  function createResourceRequest$5(config) {
2154
2154
  const headers = {};
2155
2155
  return {
2156
- baseUri: '/services/data/v63.0',
2156
+ baseUri: '/services/data/v64.0',
2157
2157
  basePath: '/connect/copilot/feedback',
2158
2158
  method: 'post',
2159
2159
  body: config.body,
@@ -2407,7 +2407,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
2407
2407
  function createResourceRequest$4(config) {
2408
2408
  const headers = {};
2409
2409
  return {
2410
- baseUri: '/services/data/v63.0',
2410
+ baseUri: '/services/data/v64.0',
2411
2411
  basePath: '/connect/copilot/objects',
2412
2412
  method: 'get',
2413
2413
  body: null,
@@ -2914,7 +2914,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
2914
2914
  function createResourceRequest$3(config) {
2915
2915
  const headers = {};
2916
2916
  return {
2917
- baseUri: '/services/data/v63.0',
2917
+ baseUri: '/services/data/v64.0',
2918
2918
  basePath: '/connect/follow-up-actions',
2919
2919
  method: 'post',
2920
2920
  body: config.body,
@@ -3179,7 +3179,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
3179
3179
  function createResourceRequest$2(config) {
3180
3180
  const headers = {};
3181
3181
  return {
3182
- baseUri: '/services/data/v63.0',
3182
+ baseUri: '/services/data/v64.0',
3183
3183
  basePath: '/connect/recommended-utterances',
3184
3184
  method: 'get',
3185
3185
  body: null,
@@ -3848,7 +3848,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
3848
3848
  function createResourceRequest$1(config) {
3849
3849
  const headers = {};
3850
3850
  return {
3851
- baseUri: '/services/data/v63.0',
3851
+ baseUri: '/services/data/v64.0',
3852
3852
  basePath: '/connect/recommended-actions',
3853
3853
  method: 'get',
3854
3854
  body: null,
@@ -4174,7 +4174,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
4174
4174
  function createResourceRequest(config) {
4175
4175
  const headers = {};
4176
4176
  return {
4177
- baseUri: '/services/data/v63.0',
4177
+ baseUri: '/services/data/v64.0',
4178
4178
  basePath: '/connect/welcome-utterances',
4179
4179
  method: 'get',
4180
4180
  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.334.0",
3
+ "version": "1.336.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.334.0"
43
+ "@salesforce/lds-bindings": "^1.336.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.334.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.336.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -350,7 +350,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
350
350
  function createResourceRequest$8(config) {
351
351
  const headers = {};
352
352
  return {
353
- baseUri: '/services/data/v63.0',
353
+ baseUri: '/services/data/v64.0',
354
354
  basePath: '/connect/conversation-runtime-proxy',
355
355
  method: 'get',
356
356
  body: null,
@@ -618,7 +618,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
618
618
  function createResourceRequest$7(config) {
619
619
  const headers = {};
620
620
  return {
621
- baseUri: '/services/data/v63.0',
621
+ baseUri: '/services/data/v64.0',
622
622
  basePath: '/connect/copilot/objects',
623
623
  method: 'get',
624
624
  body: null,
@@ -1125,7 +1125,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
1125
1125
  function createResourceRequest$6(config) {
1126
1126
  const headers = {};
1127
1127
  return {
1128
- baseUri: '/services/data/v63.0',
1128
+ baseUri: '/services/data/v64.0',
1129
1129
  basePath: '/connect/follow-up-actions',
1130
1130
  method: 'post',
1131
1131
  body: config.body,
@@ -1807,7 +1807,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
1807
1807
  function createResourceRequest$5(config) {
1808
1808
  const headers = {};
1809
1809
  return {
1810
- baseUri: '/services/data/v63.0',
1810
+ baseUri: '/services/data/v64.0',
1811
1811
  basePath: '/connect/recommended-actions',
1812
1812
  method: 'get',
1813
1813
  body: null,
@@ -2177,7 +2177,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
2177
2177
  function createResourceRequest$4(config) {
2178
2178
  const headers = {};
2179
2179
  return {
2180
- baseUri: '/services/data/v63.0',
2180
+ baseUri: '/services/data/v64.0',
2181
2181
  basePath: '/connect/recommended-plan-templates/' + config.urlParams.pageType + '/' + config.urlParams.objectType + '',
2182
2182
  method: 'get',
2183
2183
  body: null,
@@ -2430,7 +2430,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
2430
2430
  function createResourceRequest$3(config) {
2431
2431
  const headers = {};
2432
2432
  return {
2433
- baseUri: '/services/data/v63.0',
2433
+ baseUri: '/services/data/v64.0',
2434
2434
  basePath: '/connect/recommended-utterances',
2435
2435
  method: 'get',
2436
2436
  body: null,
@@ -2750,7 +2750,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
2750
2750
  function createResourceRequest$2(config) {
2751
2751
  const headers = {};
2752
2752
  return {
2753
- baseUri: '/services/data/v63.0',
2753
+ baseUri: '/services/data/v64.0',
2754
2754
  basePath: '/connect/welcome-utterances',
2755
2755
  method: 'get',
2756
2756
  body: null,
@@ -3998,7 +3998,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
3998
3998
  function createResourceRequest$1(config) {
3999
3999
  const headers = {};
4000
4000
  return {
4001
- baseUri: '/services/data/v63.0',
4001
+ baseUri: '/services/data/v64.0',
4002
4002
  basePath: '/connect/conversation-runtime-proxy',
4003
4003
  method: 'post',
4004
4004
  body: config.body,
@@ -4198,7 +4198,7 @@ function ingestSuccess(luvio, resourceParams, response) {
4198
4198
  function createResourceRequest(config) {
4199
4199
  const headers = {};
4200
4200
  return {
4201
- baseUri: '/services/data/v63.0',
4201
+ baseUri: '/services/data/v64.0',
4202
4202
  basePath: '/connect/copilot/feedback',
4203
4203
  method: 'post',
4204
4204
  body: config.body,
@@ -4387,4 +4387,4 @@ withDefaultLuvio((luvio) => {
4387
4387
  });
4388
4388
 
4389
4389
  export { getBotId, getBotId_imperative, getCopilotObjects, getCopilotObjects_imperative, getFollowUpActions, getFollowUpActions_imperative, getRecommendedActions, getRecommendedActions_imperative, getRecommendedPlanTemplates, getRecommendedPlanTemplates_imperative, getRecommendedUtterances, getRecommendedUtterances_imperative, getWelcomeUtterances, getWelcomeUtterances_imperative, sendMessage, submitFeedback };
4390
- // version: 1.334.0-a801774b3d
4390
+ // version: 1.336.0-1b35a3afd9
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/v63.0
9
+ baseUri: /services/data/v64.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0