@salesforce/lds-adapters-industries-sustainability-reference-data 1.431.0 → 1.432.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.
@@ -167,7 +167,7 @@ function ingestSuccess(luvio, resourceParams, response) {
167
167
  function createResourceRequest(config) {
168
168
  const headers = {};
169
169
  return {
170
- baseUri: '/services/data/v67.0',
170
+ baseUri: '/services/data/v68.0',
171
171
  basePath: '/connect/sustainability/reference-data/' + config.urlParams.category + '/upload',
172
172
  method: 'post',
173
173
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-sustainability-reference-data",
3
- "version": "1.431.0",
3
+ "version": "1.432.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Sustainability Reference Data",
6
6
  "main": "dist/es/es2018/industries-sustainability-reference-data.js",
@@ -38,11 +38,11 @@
38
38
  "test": "nx build:karma && karma start --single-run"
39
39
  },
40
40
  "dependencies": {
41
- "@salesforce/lds-bindings": "^1.431.0"
41
+ "@salesforce/lds-bindings": "^1.432.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@salesforce/lds-compiler-plugins": "^1.431.0",
45
- "@salesforce/lds-karma": "^1.431.0"
44
+ "@salesforce/lds-compiler-plugins": "^1.432.0",
45
+ "@salesforce/lds-karma": "^1.432.0"
46
46
  },
47
47
  "nx": {
48
48
  "targets": {
package/sfdc/index.js CHANGED
@@ -176,7 +176,7 @@ function ingestSuccess(luvio, resourceParams, response) {
176
176
  function createResourceRequest(config) {
177
177
  const headers = {};
178
178
  return {
179
- baseUri: '/services/data/v67.0',
179
+ baseUri: '/services/data/v68.0',
180
180
  basePath: '/connect/sustainability/reference-data/' + config.urlParams.category + '/upload',
181
181
  method: 'post',
182
182
  body: null,
@@ -260,4 +260,4 @@ withDefaultLuvio((luvio) => {
260
260
  });
261
261
 
262
262
  export { uploadReferenceData };
263
- // version: 1.431.0-51a9c51ed3
263
+ // version: 1.432.0-b99ba9d219
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '54.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