@salesforce/lds-adapters-industries-audit-trail-export 1.431.0 → 1.433.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.
|
@@ -279,7 +279,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
279
279
|
function createResourceRequest$3(config) {
|
|
280
280
|
const headers = {};
|
|
281
281
|
return {
|
|
282
|
-
baseUri: '/services/data/
|
|
282
|
+
baseUri: '/services/data/v68.0',
|
|
283
283
|
basePath: '/connect/service-excellence/audit-trail-exports',
|
|
284
284
|
method: 'get',
|
|
285
285
|
body: null,
|
|
@@ -438,7 +438,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
438
438
|
function createResourceRequest$2(config) {
|
|
439
439
|
const headers = {};
|
|
440
440
|
return {
|
|
441
|
-
baseUri: '/services/data/
|
|
441
|
+
baseUri: '/services/data/v68.0',
|
|
442
442
|
basePath: '/connect/service-excellence/audit-trail-exports',
|
|
443
443
|
method: 'post',
|
|
444
444
|
body: config.body,
|
|
@@ -526,7 +526,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
526
526
|
function createResourceRequest$1(config) {
|
|
527
527
|
const headers = {};
|
|
528
528
|
return {
|
|
529
|
-
baseUri: '/services/data/
|
|
529
|
+
baseUri: '/services/data/v68.0',
|
|
530
530
|
basePath: '/connect/service-excellence/audit-trail-exports/' + config.urlParams.requestIdentifier + '',
|
|
531
531
|
method: 'delete',
|
|
532
532
|
body: null,
|
|
@@ -745,7 +745,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
745
745
|
function createResourceRequest(config) {
|
|
746
746
|
const headers = {};
|
|
747
747
|
return {
|
|
748
|
-
baseUri: '/services/data/
|
|
748
|
+
baseUri: '/services/data/v68.0',
|
|
749
749
|
basePath: '/connect/service-excellence/audit-trail-exports/' + config.urlParams.requestIdentifier + '/download',
|
|
750
750
|
method: 'get',
|
|
751
751
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-audit-trail-export",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.433.0",
|
|
4
4
|
"description": "contains end points for audit trail file export",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/umd/es2018/industries-audit-trail-export.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.433.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
49
|
-
"@salesforce/lds-karma": "^1.
|
|
48
|
+
"@salesforce/lds-compiler-plugins": "^1.433.0",
|
|
49
|
+
"@salesforce/lds-karma": "^1.433.0"
|
|
50
50
|
},
|
|
51
51
|
"nx": {
|
|
52
52
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -248,7 +248,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
248
248
|
function createResourceRequest$3(config) {
|
|
249
249
|
const headers = {};
|
|
250
250
|
return {
|
|
251
|
-
baseUri: '/services/data/
|
|
251
|
+
baseUri: '/services/data/v68.0',
|
|
252
252
|
basePath: '/connect/service-excellence/audit-trail-exports',
|
|
253
253
|
method: 'post',
|
|
254
254
|
body: config.body,
|
|
@@ -336,7 +336,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
336
336
|
function createResourceRequest$2(config) {
|
|
337
337
|
const headers = {};
|
|
338
338
|
return {
|
|
339
|
-
baseUri: '/services/data/
|
|
339
|
+
baseUri: '/services/data/v68.0',
|
|
340
340
|
basePath: '/connect/service-excellence/audit-trail-exports/' + config.urlParams.requestIdentifier + '',
|
|
341
341
|
method: 'delete',
|
|
342
342
|
body: null,
|
|
@@ -555,7 +555,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
555
555
|
function createResourceRequest$1(config) {
|
|
556
556
|
const headers = {};
|
|
557
557
|
return {
|
|
558
|
-
baseUri: '/services/data/
|
|
558
|
+
baseUri: '/services/data/v68.0',
|
|
559
559
|
basePath: '/connect/service-excellence/audit-trail-exports/' + config.urlParams.requestIdentifier + '/download',
|
|
560
560
|
method: 'get',
|
|
561
561
|
body: null,
|
|
@@ -758,7 +758,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
758
758
|
function createResourceRequest(config) {
|
|
759
759
|
const headers = {};
|
|
760
760
|
return {
|
|
761
|
-
baseUri: '/services/data/
|
|
761
|
+
baseUri: '/services/data/v68.0',
|
|
762
762
|
basePath: '/connect/service-excellence/audit-trail-exports',
|
|
763
763
|
method: 'get',
|
|
764
764
|
body: null,
|
|
@@ -901,4 +901,4 @@ withDefaultLuvio((luvio) => {
|
|
|
901
901
|
});
|
|
902
902
|
|
|
903
903
|
export { createAuditTrailFileExport, deleteAuditTrailFileExport, getAuditTrailFileExport, getAuditTrailFileExport_imperative, getAuditTrailFileExports, getAuditTrailFileExports_imperative };
|
|
904
|
-
// version: 1.
|
|
904
|
+
// version: 1.433.0-db129b48d2
|