@salesforce/lds-adapters-service-einsteinllm 1.231.0 → 1.233.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.
@@ -518,7 +518,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
518
518
  function createResourceRequest$1(config) {
519
519
  const headers = {};
520
520
  return {
521
- baseUri: '/services/data/v59.0',
521
+ baseUri: '/services/data/v60.0',
522
522
  basePath: '/einstein/llm/prompt/generations',
523
523
  method: 'post',
524
524
  body: config.body,
@@ -870,7 +870,7 @@ function ingestSuccess(luvio, resourceParams, response) {
870
870
  function createResourceRequest(config) {
871
871
  const headers = {};
872
872
  return {
873
- baseUri: '/services/data/v59.0',
873
+ baseUri: '/services/data/v60.0',
874
874
  basePath: '/einstein/prompt-templates/' + config.urlParams.promptTemplateDevName + '/generations',
875
875
  method: 'post',
876
876
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-service-einsteinllm",
3
- "version": "1.231.0",
3
+ "version": "1.233.0",
4
4
  "description": "Connect family for Einstein LLM generations",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/service-einsteinllm.js",
package/sfdc/index.js CHANGED
@@ -527,7 +527,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
527
527
  function createResourceRequest$1(config) {
528
528
  const headers = {};
529
529
  return {
530
- baseUri: '/services/data/v59.0',
530
+ baseUri: '/services/data/v60.0',
531
531
  basePath: '/einstein/llm/prompt/generations',
532
532
  method: 'post',
533
533
  body: config.body,
@@ -879,7 +879,7 @@ function ingestSuccess(luvio, resourceParams, response) {
879
879
  function createResourceRequest(config) {
880
880
  const headers = {};
881
881
  return {
882
- baseUri: '/services/data/v59.0',
882
+ baseUri: '/services/data/v60.0',
883
883
  basePath: '/einstein/prompt-templates/' + config.urlParams.promptTemplateDevName + '/generations',
884
884
  method: 'post',
885
885
  body: config.body,
@@ -970,4 +970,4 @@ withDefaultLuvio((luvio) => {
970
970
  });
971
971
 
972
972
  export { createGenerations, createGenerationsForPromptTemplate };
973
- // version: 1.231.0-2b4244fb5
973
+ // version: 1.233.0-e0ba7cc7b
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '59.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v59.0
9
+ baseUri: /services/data/v60.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0