@salesforce/lds-adapters-industries-sustainability-reference-data-v3 1.431.0 → 1.433.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.
|
@@ -366,7 +366,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
366
366
|
function createResourceRequest$1(config) {
|
|
367
367
|
const headers = {};
|
|
368
368
|
return {
|
|
369
|
-
baseUri: '/services/data/
|
|
369
|
+
baseUri: '/services/data/v68.0',
|
|
370
370
|
basePath: '/connect/sustainability/reference-data/v3/entitySection/' + config.urlParams.entitySection + '',
|
|
371
371
|
method: 'get',
|
|
372
372
|
body: null,
|
|
@@ -582,7 +582,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
582
582
|
function createResourceRequest(config) {
|
|
583
583
|
const headers = {};
|
|
584
584
|
return {
|
|
585
|
-
baseUri: '/services/data/
|
|
585
|
+
baseUri: '/services/data/v68.0',
|
|
586
586
|
basePath: '/connect/sustainability/reference-data/v3/entityVersion/upload',
|
|
587
587
|
method: 'post',
|
|
588
588
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-sustainability-reference-data-v3",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.433.0",
|
|
4
4
|
"description": "refreence data v3",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/industries-sustainability-reference-data-v3.js",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"test:unit": "jest"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@salesforce/lds-bindings": "^1.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.433.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.433.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -376,7 +376,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
376
376
|
function createResourceRequest$1(config) {
|
|
377
377
|
const headers = {};
|
|
378
378
|
return {
|
|
379
|
-
baseUri: '/services/data/
|
|
379
|
+
baseUri: '/services/data/v68.0',
|
|
380
380
|
basePath: '/connect/sustainability/reference-data/v3/entitySection/' + config.urlParams.entitySection + '',
|
|
381
381
|
method: 'get',
|
|
382
382
|
body: null,
|
|
@@ -592,7 +592,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
592
592
|
function createResourceRequest(config) {
|
|
593
593
|
const headers = {};
|
|
594
594
|
return {
|
|
595
|
-
baseUri: '/services/data/
|
|
595
|
+
baseUri: '/services/data/v68.0',
|
|
596
596
|
basePath: '/connect/sustainability/reference-data/v3/entityVersion/upload',
|
|
597
597
|
method: 'post',
|
|
598
598
|
body: config.body,
|
|
@@ -699,4 +699,4 @@ withDefaultLuvio((luvio) => {
|
|
|
699
699
|
});
|
|
700
700
|
|
|
701
701
|
export { getSCGetDatasetMetaResource, getSCGetDatasetMetaResource_imperative, postUploadDataset };
|
|
702
|
-
// version: 1.
|
|
702
|
+
// version: 1.433.0-db129b48d2
|