@salesforce/lds-adapters-industries-contextrules 1.456.0 → 1.457.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.
|
@@ -290,7 +290,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
290
290
|
function createResourceRequest$5(config) {
|
|
291
291
|
const headers = {};
|
|
292
292
|
return {
|
|
293
|
-
baseUri: '/services/data/
|
|
293
|
+
baseUri: '/services/data/v69.0',
|
|
294
294
|
basePath: '/connect/context-rules/context-tag-mappings/rule-library-api-name/' + config.urlParams.ruleLibraryApiName + '/version-number/' + config.urlParams.versionNumber + '',
|
|
295
295
|
method: 'get',
|
|
296
296
|
body: null,
|
|
@@ -506,7 +506,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
506
506
|
function createResourceRequest$4(config) {
|
|
507
507
|
const headers = {};
|
|
508
508
|
return {
|
|
509
|
-
baseUri: '/services/data/
|
|
509
|
+
baseUri: '/services/data/v69.0',
|
|
510
510
|
basePath: '/connect/context-rules/context-tag-mappings/rule-library-api-name/' + config.urlParams.ruleLibraryApiName + '/version-number/' + config.urlParams.versionNumber + '',
|
|
511
511
|
method: 'patch',
|
|
512
512
|
body: config.body,
|
|
@@ -603,7 +603,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
603
603
|
function createResourceRequest$3(config) {
|
|
604
604
|
const headers = {};
|
|
605
605
|
return {
|
|
606
|
-
baseUri: '/services/data/
|
|
606
|
+
baseUri: '/services/data/v69.0',
|
|
607
607
|
basePath: '/connect/context-rules/context-tag-mappings/rule-library-api-name/' + config.urlParams.ruleLibraryApiName + '/version-number/' + config.urlParams.versionNumber + '',
|
|
608
608
|
method: 'post',
|
|
609
609
|
body: config.body,
|
|
@@ -694,7 +694,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
694
694
|
function createResourceRequest$2(config) {
|
|
695
695
|
const headers = {};
|
|
696
696
|
return {
|
|
697
|
-
baseUri: '/services/data/
|
|
697
|
+
baseUri: '/services/data/v69.0',
|
|
698
698
|
basePath: '/connect/context-rules/context-tag-mappings/rule-library-api-name/' + config.urlParams.ruleLibraryApiName + '/version-number/' + config.urlParams.versionNumber + '/mapping-name/' + config.urlParams.mappingName + '',
|
|
699
699
|
method: 'delete',
|
|
700
700
|
body: null,
|
|
@@ -803,7 +803,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
803
803
|
function createResourceRequest$1(config) {
|
|
804
804
|
const headers = {};
|
|
805
805
|
return {
|
|
806
|
-
baseUri: '/services/data/
|
|
806
|
+
baseUri: '/services/data/v69.0',
|
|
807
807
|
basePath: '/connect/context-rules/context-tag-mappings/rule-library-api-name/' + config.urlParams.ruleLibraryApiName + '/version-number/' + config.urlParams.versionNumber + '/mapping-name/' + config.urlParams.mappingName + '',
|
|
808
808
|
method: 'get',
|
|
809
809
|
body: null,
|
|
@@ -1067,7 +1067,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1067
1067
|
function createResourceRequest(config) {
|
|
1068
1068
|
const headers = {};
|
|
1069
1069
|
return {
|
|
1070
|
-
baseUri: '/services/data/
|
|
1070
|
+
baseUri: '/services/data/v69.0',
|
|
1071
1071
|
basePath: '/connect/context-rules/usage-types/' + config.urlParams.usageType + '',
|
|
1072
1072
|
method: 'get',
|
|
1073
1073
|
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.457.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.457.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
47
|
+
"@salesforce/lds-compiler-plugins": "^1.457.0"
|
|
48
48
|
},
|
|
49
49
|
"nx": {
|
|
50
50
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -207,7 +207,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
207
207
|
function createResourceRequest$5(config) {
|
|
208
208
|
const headers = {};
|
|
209
209
|
return {
|
|
210
|
-
baseUri: '/services/data/
|
|
210
|
+
baseUri: '/services/data/v69.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,
|
|
@@ -403,7 +403,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
403
403
|
function createResourceRequest$4(config) {
|
|
404
404
|
const headers = {};
|
|
405
405
|
return {
|
|
406
|
-
baseUri: '/services/data/
|
|
406
|
+
baseUri: '/services/data/v69.0',
|
|
407
407
|
basePath: '/connect/context-rules/context-tag-mappings/rule-library-api-name/' + config.urlParams.ruleLibraryApiName + '/version-number/' + config.urlParams.versionNumber + '/mapping-name/' + config.urlParams.mappingName + '',
|
|
408
408
|
method: 'delete',
|
|
409
409
|
body: null,
|
|
@@ -512,7 +512,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
512
512
|
function createResourceRequest$3(config) {
|
|
513
513
|
const headers = {};
|
|
514
514
|
return {
|
|
515
|
-
baseUri: '/services/data/
|
|
515
|
+
baseUri: '/services/data/v69.0',
|
|
516
516
|
basePath: '/connect/context-rules/context-tag-mappings/rule-library-api-name/' + config.urlParams.ruleLibraryApiName + '/version-number/' + config.urlParams.versionNumber + '/mapping-name/' + config.urlParams.mappingName + '',
|
|
517
517
|
method: 'get',
|
|
518
518
|
body: null,
|
|
@@ -758,7 +758,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
758
758
|
function createResourceRequest$2(config) {
|
|
759
759
|
const headers = {};
|
|
760
760
|
return {
|
|
761
|
-
baseUri: '/services/data/
|
|
761
|
+
baseUri: '/services/data/v69.0',
|
|
762
762
|
basePath: '/connect/context-rules/context-tag-mappings/rule-library-api-name/' + config.urlParams.ruleLibraryApiName + '/version-number/' + config.urlParams.versionNumber + '',
|
|
763
763
|
method: 'get',
|
|
764
764
|
body: null,
|
|
@@ -1021,7 +1021,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1021
1021
|
function createResourceRequest$1(config) {
|
|
1022
1022
|
const headers = {};
|
|
1023
1023
|
return {
|
|
1024
|
-
baseUri: '/services/data/
|
|
1024
|
+
baseUri: '/services/data/v69.0',
|
|
1025
1025
|
basePath: '/connect/context-rules/usage-types/' + config.urlParams.usageType + '',
|
|
1026
1026
|
method: 'get',
|
|
1027
1027
|
body: null,
|
|
@@ -1185,7 +1185,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
1185
1185
|
function createResourceRequest(config) {
|
|
1186
1186
|
const headers = {};
|
|
1187
1187
|
return {
|
|
1188
|
-
baseUri: '/services/data/
|
|
1188
|
+
baseUri: '/services/data/v69.0',
|
|
1189
1189
|
basePath: '/connect/context-rules/context-tag-mappings/rule-library-api-name/' + config.urlParams.ruleLibraryApiName + '/version-number/' + config.urlParams.versionNumber + '',
|
|
1190
1190
|
method: 'patch',
|
|
1191
1191
|
body: config.body,
|
|
@@ -1326,4 +1326,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1326
1326
|
});
|
|
1327
1327
|
|
|
1328
1328
|
export { createContextTagMapping, deleteContextTagMapping, getContextTagMapping, getContextTagMappingNotifyChange, getContextTagMapping_imperative, getContextTagMappings, getContextTagMappings_imperative, getUsageTypeDetail, getUsageTypeDetailNotifyChange, getUsageTypeDetail_imperative, updateContextTagMapping };
|
|
1329
|
-
// version: 1.
|
|
1329
|
+
// version: 1.457.0-5118f3b372
|