@salesforce/lds-adapters-industries-dataloading 1.311.0 → 1.312.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.
@@ -185,7 +185,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
185
185
  function createResourceRequest$1(config) {
186
186
  const headers = {};
187
187
  return {
188
- baseUri: '/services/data/v62.0',
188
+ baseUri: '/services/data/v63.0',
189
189
  basePath: '/connect/industries/csv-data-template/' + config.urlParams.objectApiName + '',
190
190
  method: 'get',
191
191
  body: null,
@@ -432,7 +432,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
432
432
  function createResourceRequest(config) {
433
433
  const headers = {};
434
434
  return {
435
- baseUri: '/services/data/v62.0',
435
+ baseUri: '/services/data/v63.0',
436
436
  basePath: '/connect/industries/' + config.urlParams.featureName + '/objects',
437
437
  method: 'get',
438
438
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-dataloading",
3
- "version": "1.311.0",
3
+ "version": "1.312.0",
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",
@@ -43,11 +43,11 @@
43
43
  "test:unit": "jest"
44
44
  },
45
45
  "dependencies": {
46
- "@salesforce/lds-bindings": "^1.311.0"
46
+ "@salesforce/lds-bindings": "^1.312.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@salesforce/lds-compiler-plugins": "^1.311.0",
50
- "@salesforce/lds-karma": "^1.311.0"
49
+ "@salesforce/lds-compiler-plugins": "^1.312.0",
50
+ "@salesforce/lds-karma": "^1.312.0"
51
51
  },
52
52
  "nx": {
53
53
  "targets": {
package/sfdc/index.js CHANGED
@@ -195,7 +195,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
195
195
  function createResourceRequest$1(config) {
196
196
  const headers = {};
197
197
  return {
198
- baseUri: '/services/data/v62.0',
198
+ baseUri: '/services/data/v63.0',
199
199
  basePath: '/connect/industries/csv-data-template/' + config.urlParams.objectApiName + '',
200
200
  method: 'get',
201
201
  body: null,
@@ -442,7 +442,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
442
442
  function createResourceRequest(config) {
443
443
  const headers = {};
444
444
  return {
445
- baseUri: '/services/data/v62.0',
445
+ baseUri: '/services/data/v63.0',
446
446
  basePath: '/connect/industries/' + config.urlParams.featureName + '/objects',
447
447
  method: 'get',
448
448
  body: null,
@@ -582,4 +582,4 @@ withDefaultLuvio((luvio) => {
582
582
  });
583
583
 
584
584
  export { getCsvDataTemplate, getCsvDataTemplate_imperative, getObjectsForFeature, getObjectsForFeature_imperative };
585
- // version: 1.311.0-5f03b383b7
585
+ // version: 1.312.0-0d267bac6a
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/v62.0
9
+ baseUri: /services/data/v63.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0