@salesforce/lds-adapters-platform-external-services 1.134.4 → 1.134.6

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.
@@ -337,7 +337,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
337
337
  function createResourceRequest$4(config) {
338
338
  const headers = {};
339
339
  return {
340
- baseUri: '/services/data/v58.0',
340
+ baseUri: '/services/data/v59.0',
341
341
  basePath: '/externalservices/inference/datashape/' + config.urlParams.version + '',
342
342
  method: 'post',
343
343
  body: null,
@@ -744,7 +744,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
744
744
  function createResourceRequest$3(config) {
745
745
  const headers = {};
746
746
  return {
747
- baseUri: '/services/data/v58.0',
747
+ baseUri: '/services/data/v59.0',
748
748
  basePath: '/externalservices/inference/openapispec/' + config.urlParams.version + '',
749
749
  method: 'post',
750
750
  body: config.body,
@@ -1424,7 +1424,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
1424
1424
  function createResourceRequest$2(config) {
1425
1425
  const headers = {};
1426
1426
  return {
1427
- baseUri: '/services/data/v58.0',
1427
+ baseUri: '/services/data/v59.0',
1428
1428
  basePath: '/externalservices/schemas/' + config.urlParams.schemaName + '/validation',
1429
1429
  method: 'post',
1430
1430
  body: config.body,
@@ -1963,7 +1963,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1963
1963
  function createResourceRequest$1(config) {
1964
1964
  const headers = {};
1965
1965
  return {
1966
- baseUri: '/services/data/v58.0',
1966
+ baseUri: '/services/data/v59.0',
1967
1967
  basePath: '/externalservices/statistics/services',
1968
1968
  method: 'get',
1969
1969
  body: null,
@@ -2106,7 +2106,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
2106
2106
  function createResourceRequest(config) {
2107
2107
  const headers = {};
2108
2108
  return {
2109
- baseUri: '/services/data/v58.0',
2109
+ baseUri: '/services/data/v59.0',
2110
2110
  basePath: '/externalservices/statistics/services/' + config.urlParams.registrationName + '',
2111
2111
  method: 'get',
2112
2112
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-external-services",
3
- "version": "1.134.4",
3
+ "version": "1.134.6",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "External Services Connect API Family",
6
6
  "main": "dist/es/es2018/platform-external-services.js",
package/sfdc/index.js CHANGED
@@ -347,7 +347,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
347
347
  function createResourceRequest$4(config) {
348
348
  const headers = {};
349
349
  return {
350
- baseUri: '/services/data/v58.0',
350
+ baseUri: '/services/data/v59.0',
351
351
  basePath: '/externalservices/inference/datashape/' + config.urlParams.version + '',
352
352
  method: 'post',
353
353
  body: null,
@@ -754,7 +754,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
754
754
  function createResourceRequest$3(config) {
755
755
  const headers = {};
756
756
  return {
757
- baseUri: '/services/data/v58.0',
757
+ baseUri: '/services/data/v59.0',
758
758
  basePath: '/externalservices/inference/openapispec/' + config.urlParams.version + '',
759
759
  method: 'post',
760
760
  body: config.body,
@@ -1340,7 +1340,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1340
1340
  function createResourceRequest$2(config) {
1341
1341
  const headers = {};
1342
1342
  return {
1343
- baseUri: '/services/data/v58.0',
1343
+ baseUri: '/services/data/v59.0',
1344
1344
  basePath: '/externalservices/statistics/services',
1345
1345
  method: 'get',
1346
1346
  body: null,
@@ -1483,7 +1483,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1483
1483
  function createResourceRequest$1(config) {
1484
1484
  const headers = {};
1485
1485
  return {
1486
- baseUri: '/services/data/v58.0',
1486
+ baseUri: '/services/data/v59.0',
1487
1487
  basePath: '/externalservices/statistics/services/' + config.urlParams.registrationName + '',
1488
1488
  method: 'get',
1489
1489
  body: null,
@@ -2155,7 +2155,7 @@ function ingestSuccess(luvio, resourceParams, response) {
2155
2155
  function createResourceRequest(config) {
2156
2156
  const headers = {};
2157
2157
  return {
2158
- baseUri: '/services/data/v58.0',
2158
+ baseUri: '/services/data/v59.0',
2159
2159
  basePath: '/externalservices/schemas/' + config.urlParams.schemaName + '/validation',
2160
2160
  method: 'post',
2161
2161
  body: config.body,
@@ -2288,4 +2288,4 @@ withDefaultLuvio((luvio) => {
2288
2288
  });
2289
2289
 
2290
2290
  export { getDataShape, getDataShape_imperative, getOpenApiSpec, getOpenApiSpec_imperative, getStatistics, getStatisticsForService, getStatisticsForService_imperative, getStatistics_imperative, validateSchema };
2291
- // version: 1.134.4-a74ddaa33
2291
+ // version: 1.134.6-a88a77801
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '57.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v58.0
9
+ baseUri: /services/data/v59.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0