@salesforce/lds-adapters-industries-program-mgmt 1.288.0 → 1.290.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.
|
@@ -169,7 +169,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
169
169
|
function createResourceRequest(config) {
|
|
170
170
|
const headers = {};
|
|
171
171
|
return {
|
|
172
|
-
baseUri: '/services/data/
|
|
172
|
+
baseUri: '/services/data/v62.0',
|
|
173
173
|
basePath: '/connect/program-mgmt/benefit-schedules/' + config.urlParams.benefitScheduleId + '/sessions',
|
|
174
174
|
method: 'post',
|
|
175
175
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-program-mgmt",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.290.0",
|
|
4
4
|
"description": "This has files related to Program Management",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/industries-program-mgmt.js",
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"test:unit:debug": "node --inspect-brk ../../node_modules/jest/bin/jest.js --config ./jest.config.js --runInBand"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@salesforce/lds-bindings": "^1.
|
|
44
|
+
"@salesforce/lds-bindings": "^1.290.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
47
|
+
"@salesforce/lds-compiler-plugins": "^1.290.0"
|
|
48
48
|
},
|
|
49
49
|
"nx": {
|
|
50
50
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -178,7 +178,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
178
178
|
function createResourceRequest(config) {
|
|
179
179
|
const headers = {};
|
|
180
180
|
return {
|
|
181
|
-
baseUri: '/services/data/
|
|
181
|
+
baseUri: '/services/data/v62.0',
|
|
182
182
|
basePath: '/connect/program-mgmt/benefit-schedules/' + config.urlParams.benefitScheduleId + '/sessions',
|
|
183
183
|
method: 'post',
|
|
184
184
|
body: null,
|
|
@@ -261,4 +261,4 @@ withDefaultLuvio((luvio) => {
|
|
|
261
261
|
});
|
|
262
262
|
|
|
263
263
|
export { postTriggerBenefitSessionGeneration };
|
|
264
|
-
// version: 1.
|
|
264
|
+
// version: 1.290.0-e2ccd0161
|