@salesforce/lds-adapters-industries-dataloading 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.
@@ -190,7 +190,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
190
190
  function createResourceRequest$1(config) {
191
191
  const headers = {};
192
192
  return {
193
- baseUri: '/services/data/v58.0',
193
+ baseUri: '/services/data/v59.0',
194
194
  basePath: '/connect/industries/csv-data-template/' + config.urlParams.objectApiName + '',
195
195
  method: 'get',
196
196
  body: null,
@@ -491,7 +491,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
491
491
  function createResourceRequest(config) {
492
492
  const headers = {};
493
493
  return {
494
- baseUri: '/services/data/v58.0',
494
+ baseUri: '/services/data/v59.0',
495
495
  basePath: '/connect/industries/' + config.urlParams.featureName + '/objects',
496
496
  method: 'get',
497
497
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-dataloading",
3
- "version": "1.134.4",
3
+ "version": "1.134.6",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "API Family to support data loading for objects",
6
6
  "main": "dist/es/es2018/industries-dataloading.js",
package/sfdc/index.js CHANGED
@@ -200,7 +200,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
200
200
  function createResourceRequest$1(config) {
201
201
  const headers = {};
202
202
  return {
203
- baseUri: '/services/data/v58.0',
203
+ baseUri: '/services/data/v59.0',
204
204
  basePath: '/connect/industries/csv-data-template/' + config.urlParams.objectApiName + '',
205
205
  method: 'get',
206
206
  body: null,
@@ -501,7 +501,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
501
501
  function createResourceRequest(config) {
502
502
  const headers = {};
503
503
  return {
504
- baseUri: '/services/data/v58.0',
504
+ baseUri: '/services/data/v59.0',
505
505
  basePath: '/connect/industries/' + config.urlParams.featureName + '/objects',
506
506
  method: 'get',
507
507
  body: null,
@@ -665,4 +665,4 @@ withDefaultLuvio((luvio) => {
665
665
  });
666
666
 
667
667
  export { getCsvDataTemplate, getCsvDataTemplate_imperative, getObjectsForFeature, getObjectsForFeature_imperative };
668
- // version: 1.134.4-a74ddaa33
668
+ // version: 1.134.6-a88a77801
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '58.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