@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/v67.0',
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/v67.0',
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.431.0",
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.431.0"
43
+ "@salesforce/lds-bindings": "^1.433.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.431.0"
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/v67.0',
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/v67.0',
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.431.0-51a9c51ed3
702
+ // version: 1.433.0-db129b48d2
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '60.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v67.0
9
+ baseUri: /services/data/v68.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0