@salesforce/lds-adapters-industries-contextrules 1.289.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.
|
@@ -283,7 +283,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
283
283
|
function createResourceRequest$4(config) {
|
|
284
284
|
const headers = {};
|
|
285
285
|
return {
|
|
286
|
-
baseUri: '/services/data/
|
|
286
|
+
baseUri: '/services/data/v62.0',
|
|
287
287
|
basePath: '/connect/context-rules/context-tag-mappings/rule-library-api-name/' + config.urlParams.ruleLibraryApiName + '/version-number/' + config.urlParams.versionNumber + '',
|
|
288
288
|
method: 'get',
|
|
289
289
|
body: null,
|
|
@@ -499,7 +499,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
499
499
|
function createResourceRequest$3(config) {
|
|
500
500
|
const headers = {};
|
|
501
501
|
return {
|
|
502
|
-
baseUri: '/services/data/
|
|
502
|
+
baseUri: '/services/data/v62.0',
|
|
503
503
|
basePath: '/connect/context-rules/context-tag-mappings/rule-library-api-name/' + config.urlParams.ruleLibraryApiName + '/version-number/' + config.urlParams.versionNumber + '',
|
|
504
504
|
method: 'patch',
|
|
505
505
|
body: config.body,
|
|
@@ -596,7 +596,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
596
596
|
function createResourceRequest$2(config) {
|
|
597
597
|
const headers = {};
|
|
598
598
|
return {
|
|
599
|
-
baseUri: '/services/data/
|
|
599
|
+
baseUri: '/services/data/v62.0',
|
|
600
600
|
basePath: '/connect/context-rules/context-tag-mappings/rule-library-api-name/' + config.urlParams.ruleLibraryApiName + '/version-number/' + config.urlParams.versionNumber + '',
|
|
601
601
|
method: 'post',
|
|
602
602
|
body: config.body,
|
|
@@ -687,7 +687,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
687
687
|
function createResourceRequest$1(config) {
|
|
688
688
|
const headers = {};
|
|
689
689
|
return {
|
|
690
|
-
baseUri: '/services/data/
|
|
690
|
+
baseUri: '/services/data/v62.0',
|
|
691
691
|
basePath: '/connect/context-rules/context-tag-mappings/rule-library-api-name/' + config.urlParams.ruleLibraryApiName + '/version-number/' + config.urlParams.versionNumber + '/mapping-name/' + config.urlParams.mappingName + '',
|
|
692
692
|
method: 'delete',
|
|
693
693
|
body: null,
|
|
@@ -796,7 +796,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
796
796
|
function createResourceRequest(config) {
|
|
797
797
|
const headers = {};
|
|
798
798
|
return {
|
|
799
|
-
baseUri: '/services/data/
|
|
799
|
+
baseUri: '/services/data/v62.0',
|
|
800
800
|
basePath: '/connect/context-rules/context-tag-mappings/rule-library-api-name/' + config.urlParams.ruleLibraryApiName + '/version-number/' + config.urlParams.versionNumber + '/mapping-name/' + config.urlParams.mappingName + '',
|
|
801
801
|
method: 'get',
|
|
802
802
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-contextrules",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.290.0",
|
|
4
4
|
"description": "API family for contextrules",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/industries-contextrules.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
|
@@ -207,7 +207,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
207
207
|
function createResourceRequest$4(config) {
|
|
208
208
|
const headers = {};
|
|
209
209
|
return {
|
|
210
|
-
baseUri: '/services/data/
|
|
210
|
+
baseUri: '/services/data/v62.0',
|
|
211
211
|
basePath: '/connect/context-rules/context-tag-mappings/rule-library-api-name/' + config.urlParams.ruleLibraryApiName + '/version-number/' + config.urlParams.versionNumber + '',
|
|
212
212
|
method: 'post',
|
|
213
213
|
body: config.body,
|
|
@@ -396,7 +396,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
396
396
|
function createResourceRequest$3(config) {
|
|
397
397
|
const headers = {};
|
|
398
398
|
return {
|
|
399
|
-
baseUri: '/services/data/
|
|
399
|
+
baseUri: '/services/data/v62.0',
|
|
400
400
|
basePath: '/connect/context-rules/context-tag-mappings/rule-library-api-name/' + config.urlParams.ruleLibraryApiName + '/version-number/' + config.urlParams.versionNumber + '/mapping-name/' + config.urlParams.mappingName + '',
|
|
401
401
|
method: 'delete',
|
|
402
402
|
body: null,
|
|
@@ -505,7 +505,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
505
505
|
function createResourceRequest$2(config) {
|
|
506
506
|
const headers = {};
|
|
507
507
|
return {
|
|
508
|
-
baseUri: '/services/data/
|
|
508
|
+
baseUri: '/services/data/v62.0',
|
|
509
509
|
basePath: '/connect/context-rules/context-tag-mappings/rule-library-api-name/' + config.urlParams.ruleLibraryApiName + '/version-number/' + config.urlParams.versionNumber + '/mapping-name/' + config.urlParams.mappingName + '',
|
|
510
510
|
method: 'get',
|
|
511
511
|
body: null,
|
|
@@ -751,7 +751,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
751
751
|
function createResourceRequest$1(config) {
|
|
752
752
|
const headers = {};
|
|
753
753
|
return {
|
|
754
|
-
baseUri: '/services/data/
|
|
754
|
+
baseUri: '/services/data/v62.0',
|
|
755
755
|
basePath: '/connect/context-rules/context-tag-mappings/rule-library-api-name/' + config.urlParams.ruleLibraryApiName + '/version-number/' + config.urlParams.versionNumber + '',
|
|
756
756
|
method: 'get',
|
|
757
757
|
body: null,
|
|
@@ -875,7 +875,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
875
875
|
function createResourceRequest(config) {
|
|
876
876
|
const headers = {};
|
|
877
877
|
return {
|
|
878
|
-
baseUri: '/services/data/
|
|
878
|
+
baseUri: '/services/data/v62.0',
|
|
879
879
|
basePath: '/connect/context-rules/context-tag-mappings/rule-library-api-name/' + config.urlParams.ruleLibraryApiName + '/version-number/' + config.urlParams.versionNumber + '',
|
|
880
880
|
method: 'patch',
|
|
881
881
|
body: config.body,
|
|
@@ -1001,4 +1001,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1001
1001
|
});
|
|
1002
1002
|
|
|
1003
1003
|
export { createContextTagMapping, deleteContextTagMapping, getContextTagMapping, getContextTagMappingNotifyChange, getContextTagMapping_imperative, getContextTagMappings, getContextTagMappings_imperative, updateContextTagMapping };
|
|
1004
|
-
// version: 1.
|
|
1004
|
+
// version: 1.290.0-e2ccd0161
|