@salesforce/lds-adapters-industries-recordaggregation 1.311.0 → 1.312.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.
|
@@ -378,7 +378,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
|
|
|
378
378
|
function createResourceRequest$6(config) {
|
|
379
379
|
const headers = {};
|
|
380
380
|
return {
|
|
381
|
-
baseUri: '/services/data/
|
|
381
|
+
baseUri: '/services/data/v63.0',
|
|
382
382
|
basePath: '/connect/record-aggregation',
|
|
383
383
|
method: 'post',
|
|
384
384
|
body: config.body,
|
|
@@ -648,7 +648,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
648
648
|
function createResourceRequest$5(config) {
|
|
649
649
|
const headers = {};
|
|
650
650
|
return {
|
|
651
|
-
baseUri: '/services/data/
|
|
651
|
+
baseUri: '/services/data/v63.0',
|
|
652
652
|
basePath: '/connect/record-aggregation/utilities/applicable-objects',
|
|
653
653
|
method: 'get',
|
|
654
654
|
body: null,
|
|
@@ -1016,7 +1016,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1016
1016
|
function createResourceRequest$4(config) {
|
|
1017
1017
|
const headers = {};
|
|
1018
1018
|
return {
|
|
1019
|
-
baseUri: '/services/data/
|
|
1019
|
+
baseUri: '/services/data/v63.0',
|
|
1020
1020
|
basePath: '/connect/record-aggregation/utilities/applicable-objects/' + config.urlParams.objectName + '/applicable-fields',
|
|
1021
1021
|
method: 'get',
|
|
1022
1022
|
body: null,
|
|
@@ -1815,7 +1815,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1815
1815
|
function createResourceRequest$3(config) {
|
|
1816
1816
|
const headers = {};
|
|
1817
1817
|
return {
|
|
1818
|
-
baseUri: '/services/data/
|
|
1818
|
+
baseUri: '/services/data/v63.0',
|
|
1819
1819
|
basePath: '/connect/record-aggregation/' + config.urlParams.recordAggregationDefinitionId + '',
|
|
1820
1820
|
method: 'get',
|
|
1821
1821
|
body: null,
|
|
@@ -2022,7 +2022,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
2022
2022
|
function createResourceRequest$2(config) {
|
|
2023
2023
|
const headers = {};
|
|
2024
2024
|
return {
|
|
2025
|
-
baseUri: '/services/data/
|
|
2025
|
+
baseUri: '/services/data/v63.0',
|
|
2026
2026
|
basePath: '/connect/record-aggregation/' + config.urlParams.recordAggregationDefinitionId + '',
|
|
2027
2027
|
method: 'patch',
|
|
2028
2028
|
body: config.body,
|
|
@@ -2197,7 +2197,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
2197
2197
|
function createResourceRequest$1(config) {
|
|
2198
2198
|
const headers = {};
|
|
2199
2199
|
return {
|
|
2200
|
-
baseUri: '/services/data/
|
|
2200
|
+
baseUri: '/services/data/v63.0',
|
|
2201
2201
|
basePath: '/connect/record-aggregation/' + config.urlParams.recordAggregationDefinitionId + '',
|
|
2202
2202
|
method: 'put',
|
|
2203
2203
|
body: config.body,
|
|
@@ -2664,7 +2664,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
2664
2664
|
function createResourceRequest(config) {
|
|
2665
2665
|
const headers = {};
|
|
2666
2666
|
return {
|
|
2667
|
-
baseUri: '/services/data/
|
|
2667
|
+
baseUri: '/services/data/v63.0',
|
|
2668
2668
|
basePath: '/connect/record-aggregation/' + config.urlParams.recordAggregationDefinitionId + '/record-rollup-results',
|
|
2669
2669
|
method: 'post',
|
|
2670
2670
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-recordaggregation",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.312.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/industries-recordaggregation.js",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"test:unit": "jest"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@salesforce/lds-bindings": "^1.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.312.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.312.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -314,7 +314,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
314
314
|
function createResourceRequest$6(config) {
|
|
315
315
|
const headers = {};
|
|
316
316
|
return {
|
|
317
|
-
baseUri: '/services/data/
|
|
317
|
+
baseUri: '/services/data/v63.0',
|
|
318
318
|
basePath: '/connect/record-aggregation/utilities/applicable-objects',
|
|
319
319
|
method: 'get',
|
|
320
320
|
body: null,
|
|
@@ -1110,7 +1110,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1110
1110
|
function createResourceRequest$5(config) {
|
|
1111
1111
|
const headers = {};
|
|
1112
1112
|
return {
|
|
1113
|
-
baseUri: '/services/data/
|
|
1113
|
+
baseUri: '/services/data/v63.0',
|
|
1114
1114
|
basePath: '/connect/record-aggregation/' + config.urlParams.recordAggregationDefinitionId + '',
|
|
1115
1115
|
method: 'get',
|
|
1116
1116
|
body: null,
|
|
@@ -1481,7 +1481,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1481
1481
|
function createResourceRequest$4(config) {
|
|
1482
1482
|
const headers = {};
|
|
1483
1483
|
return {
|
|
1484
|
-
baseUri: '/services/data/
|
|
1484
|
+
baseUri: '/services/data/v63.0',
|
|
1485
1485
|
basePath: '/connect/record-aggregation/utilities/applicable-objects/' + config.urlParams.objectName + '/applicable-fields',
|
|
1486
1486
|
method: 'get',
|
|
1487
1487
|
body: null,
|
|
@@ -1688,7 +1688,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
1688
1688
|
function createResourceRequest$3(config) {
|
|
1689
1689
|
const headers = {};
|
|
1690
1690
|
return {
|
|
1691
|
-
baseUri: '/services/data/
|
|
1691
|
+
baseUri: '/services/data/v63.0',
|
|
1692
1692
|
basePath: '/connect/record-aggregation/' + config.urlParams.recordAggregationDefinitionId + '',
|
|
1693
1693
|
method: 'patch',
|
|
1694
1694
|
body: config.body,
|
|
@@ -2140,7 +2140,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
2140
2140
|
function createResourceRequest$2(config) {
|
|
2141
2141
|
const headers = {};
|
|
2142
2142
|
return {
|
|
2143
|
-
baseUri: '/services/data/
|
|
2143
|
+
baseUri: '/services/data/v63.0',
|
|
2144
2144
|
basePath: '/connect/record-aggregation/' + config.urlParams.recordAggregationDefinitionId + '/record-rollup-results',
|
|
2145
2145
|
method: 'post',
|
|
2146
2146
|
body: config.body,
|
|
@@ -2473,7 +2473,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
2473
2473
|
function createResourceRequest$1(config) {
|
|
2474
2474
|
const headers = {};
|
|
2475
2475
|
return {
|
|
2476
|
-
baseUri: '/services/data/
|
|
2476
|
+
baseUri: '/services/data/v63.0',
|
|
2477
2477
|
basePath: '/connect/record-aggregation',
|
|
2478
2478
|
method: 'post',
|
|
2479
2479
|
body: config.body,
|
|
@@ -2661,7 +2661,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
2661
2661
|
function createResourceRequest(config) {
|
|
2662
2662
|
const headers = {};
|
|
2663
2663
|
return {
|
|
2664
|
-
baseUri: '/services/data/
|
|
2664
|
+
baseUri: '/services/data/v63.0',
|
|
2665
2665
|
basePath: '/connect/record-aggregation/' + config.urlParams.recordAggregationDefinitionId + '',
|
|
2666
2666
|
method: 'put',
|
|
2667
2667
|
body: config.body,
|
|
@@ -2806,4 +2806,4 @@ withDefaultLuvio((luvio) => {
|
|
|
2806
2806
|
});
|
|
2807
2807
|
|
|
2808
2808
|
export { getRecordAggregationApplicableObjects, getRecordAggregationApplicableObjects_imperative, getRecordAggregationDefinition, getRecordAggregationDefinition_imperative, getRecordAggregationEntityApplicableFields, getRecordAggregationEntityApplicableFields_imperative, patchRecordAggregationDefinition, postGenerateRecordRollupResult, postRecordAggregationCreation, putRecordAggregationDefinition };
|
|
2809
|
-
// version: 1.
|
|
2809
|
+
// version: 1.312.0-0d267bac6a
|