@salesforce/lds-adapters-industries-sustainability-reference-data-v2 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.
@@ -316,7 +316,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
316
316
  function createResourceRequest$1(config) {
317
317
  const headers = {};
318
318
  return {
319
- baseUri: '/services/data/v67.0',
319
+ baseUri: '/services/data/v68.0',
320
320
  basePath: '/connect/sustainability/reference-data/v2/entitySection/' + config.urlParams.entitySection + '/dataSource/' + config.urlParams.referenceDataSource + '/version',
321
321
  method: 'get',
322
322
  body: null,
@@ -565,7 +565,7 @@ function ingestSuccess(luvio, resourceParams, response) {
565
565
  function createResourceRequest(config) {
566
566
  const headers = {};
567
567
  return {
568
- baseUri: '/services/data/v67.0',
568
+ baseUri: '/services/data/v68.0',
569
569
  basePath: '/connect/sustainability/reference-data/v2/entityVersion/upload',
570
570
  method: 'put',
571
571
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-sustainability-reference-data-v2",
3
- "version": "1.431.0",
3
+ "version": "1.433.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "sustainability-reference-data-v2",
6
6
  "main": "dist/es/es2018/industries-sustainability-reference-data-v2.js",
@@ -42,11 +42,11 @@
42
42
  "test": "nx build:karma && karma start --single-run"
43
43
  },
44
44
  "dependencies": {
45
- "@salesforce/lds-bindings": "^1.431.0"
45
+ "@salesforce/lds-bindings": "^1.433.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@salesforce/lds-compiler-plugins": "^1.431.0",
49
- "@salesforce/lds-karma": "^1.431.0"
48
+ "@salesforce/lds-compiler-plugins": "^1.433.0",
49
+ "@salesforce/lds-karma": "^1.433.0"
50
50
  },
51
51
  "nx": {
52
52
  "targets": {
package/sfdc/index.js CHANGED
@@ -326,7 +326,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
326
326
  function createResourceRequest$1(config) {
327
327
  const headers = {};
328
328
  return {
329
- baseUri: '/services/data/v67.0',
329
+ baseUri: '/services/data/v68.0',
330
330
  basePath: '/connect/sustainability/reference-data/v2/entitySection/' + config.urlParams.entitySection + '/dataSource/' + config.urlParams.referenceDataSource + '/version',
331
331
  method: 'get',
332
332
  body: null,
@@ -575,7 +575,7 @@ function ingestSuccess(luvio, resourceParams, response) {
575
575
  function createResourceRequest(config) {
576
576
  const headers = {};
577
577
  return {
578
- baseUri: '/services/data/v67.0',
578
+ baseUri: '/services/data/v68.0',
579
579
  basePath: '/connect/sustainability/reference-data/v2/entityVersion/upload',
580
580
  method: 'put',
581
581
  body: config.body,
@@ -674,4 +674,4 @@ withDefaultLuvio((luvio) => {
674
674
  });
675
675
 
676
676
  export { getEntityVersion, getEntityVersion_imperative, uploadEntityVersion };
677
- // version: 1.431.0-51a9c51ed3
677
+ // version: 1.433.0-db129b48d2
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '56.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