@salesforce/lds-adapters-industries-loyalty-engine 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.
|
@@ -1478,7 +1478,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1478
1478
|
function createResourceRequest$4(config) {
|
|
1479
1479
|
const headers = {};
|
|
1480
1480
|
return {
|
|
1481
|
-
baseUri: '/services/data/
|
|
1481
|
+
baseUri: '/services/data/v68.0',
|
|
1482
1482
|
basePath: '/connect/loyalty/program-process/transaction-journals/' + config.urlParams.journalId + '',
|
|
1483
1483
|
method: 'get',
|
|
1484
1484
|
body: null,
|
|
@@ -2055,7 +2055,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
2055
2055
|
function createResourceRequest$3(config) {
|
|
2056
2056
|
const headers = {};
|
|
2057
2057
|
return {
|
|
2058
|
-
baseUri: '/services/data/
|
|
2058
|
+
baseUri: '/services/data/v68.0',
|
|
2059
2059
|
basePath: '/connect/loyalty/programs/' + config.urlParams.programName + '/processes/' + config.urlParams.processName + '',
|
|
2060
2060
|
method: 'put',
|
|
2061
2061
|
body: config.body,
|
|
@@ -2931,7 +2931,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
2931
2931
|
function createResourceRequest$2(config) {
|
|
2932
2932
|
const headers = {};
|
|
2933
2933
|
return {
|
|
2934
|
-
baseUri: '/services/data/
|
|
2934
|
+
baseUri: '/services/data/v68.0',
|
|
2935
2935
|
basePath: '/connect/loyalty/programs/' + config.urlParams.programName + '/processes/' + config.urlParams.processName + '/rule/' + config.urlParams.ruleName + '',
|
|
2936
2936
|
method: 'get',
|
|
2937
2937
|
body: null,
|
|
@@ -3056,7 +3056,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
3056
3056
|
function createResourceRequest$1(config) {
|
|
3057
3057
|
const headers = {};
|
|
3058
3058
|
return {
|
|
3059
|
-
baseUri: '/services/data/
|
|
3059
|
+
baseUri: '/services/data/v68.0',
|
|
3060
3060
|
basePath: '/connect/loyalty/programs/' + config.urlParams.programName + '/processes/' + config.urlParams.processName + '/rule/' + config.urlParams.ruleName + '',
|
|
3061
3061
|
method: 'patch',
|
|
3062
3062
|
body: config.body,
|
|
@@ -4120,7 +4120,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
4120
4120
|
function createResourceRequest(config) {
|
|
4121
4121
|
const headers = {};
|
|
4122
4122
|
return {
|
|
4123
|
-
baseUri: '/services/data/
|
|
4123
|
+
baseUri: '/services/data/v68.0',
|
|
4124
4124
|
basePath: '/connect/realtime/loyalty/programs/' + config.urlParams.programName + '',
|
|
4125
4125
|
method: 'post',
|
|
4126
4126
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-loyalty-engine",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.432.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "The api is responsible for upserting Loyalty Process Rules",
|
|
6
6
|
"main": "dist/es/es2018/industries-loyalty-engine.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.
|
|
45
|
+
"@salesforce/lds-bindings": "^1.432.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
49
|
-
"@salesforce/lds-karma": "^1.
|
|
48
|
+
"@salesforce/lds-compiler-plugins": "^1.432.0",
|
|
49
|
+
"@salesforce/lds-karma": "^1.432.0"
|
|
50
50
|
},
|
|
51
51
|
"nx": {
|
|
52
52
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -583,7 +583,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
583
583
|
function createResourceRequest$4(config) {
|
|
584
584
|
const headers = {};
|
|
585
585
|
return {
|
|
586
|
-
baseUri: '/services/data/
|
|
586
|
+
baseUri: '/services/data/v68.0',
|
|
587
587
|
basePath: '/connect/loyalty/programs/' + config.urlParams.programName + '/processes/' + config.urlParams.processName + '',
|
|
588
588
|
method: 'put',
|
|
589
589
|
body: config.body,
|
|
@@ -2880,7 +2880,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
2880
2880
|
function createResourceRequest$3(config) {
|
|
2881
2881
|
const headers = {};
|
|
2882
2882
|
return {
|
|
2883
|
-
baseUri: '/services/data/
|
|
2883
|
+
baseUri: '/services/data/v68.0',
|
|
2884
2884
|
basePath: '/connect/realtime/loyalty/programs/' + config.urlParams.programName + '',
|
|
2885
2885
|
method: 'post',
|
|
2886
2886
|
body: config.body,
|
|
@@ -3101,7 +3101,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
3101
3101
|
function createResourceRequest$2(config) {
|
|
3102
3102
|
const headers = {};
|
|
3103
3103
|
return {
|
|
3104
|
-
baseUri: '/services/data/
|
|
3104
|
+
baseUri: '/services/data/v68.0',
|
|
3105
3105
|
basePath: '/connect/loyalty/program-process/transaction-journals/' + config.urlParams.journalId + '',
|
|
3106
3106
|
method: 'get',
|
|
3107
3107
|
body: null,
|
|
@@ -4003,7 +4003,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
4003
4003
|
function createResourceRequest$1(config) {
|
|
4004
4004
|
const headers = {};
|
|
4005
4005
|
return {
|
|
4006
|
-
baseUri: '/services/data/
|
|
4006
|
+
baseUri: '/services/data/v68.0',
|
|
4007
4007
|
basePath: '/connect/loyalty/programs/' + config.urlParams.programName + '/processes/' + config.urlParams.processName + '/rule/' + config.urlParams.ruleName + '',
|
|
4008
4008
|
method: 'get',
|
|
4009
4009
|
body: null,
|
|
@@ -4128,7 +4128,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
4128
4128
|
function createResourceRequest(config) {
|
|
4129
4129
|
const headers = {};
|
|
4130
4130
|
return {
|
|
4131
|
-
baseUri: '/services/data/
|
|
4131
|
+
baseUri: '/services/data/v68.0',
|
|
4132
4132
|
basePath: '/connect/loyalty/programs/' + config.urlParams.programName + '/processes/' + config.urlParams.processName + '/rule/' + config.urlParams.ruleName + '',
|
|
4133
4133
|
method: 'patch',
|
|
4134
4134
|
body: config.body,
|
|
@@ -4252,4 +4252,4 @@ withDefaultLuvio((luvio) => {
|
|
|
4252
4252
|
});
|
|
4253
4253
|
|
|
4254
4254
|
export { createProgramProcessRule, executeRealtimeLoyaltyEngine, getJournalExplainabilityInfo, getJournalExplainabilityInfo_imperative, getProgramProcessRule, getProgramProcessRule_imperative, updateProgramProcessRule };
|
|
4255
|
-
// version: 1.
|
|
4255
|
+
// version: 1.432.0-b99ba9d219
|