@salesforce/lds-adapters-industries-audit-trail-export 1.134.4 → 1.134.6

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.
@@ -330,7 +330,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
330
330
  function createResourceRequest$3(config) {
331
331
  const headers = {};
332
332
  return {
333
- baseUri: '/services/data/v58.0',
333
+ baseUri: '/services/data/v59.0',
334
334
  basePath: '/connect/service-excellence/audit-trail-exports',
335
335
  method: 'get',
336
336
  body: null,
@@ -503,7 +503,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
503
503
  function createResourceRequest$2(config) {
504
504
  const headers = {};
505
505
  return {
506
- baseUri: '/services/data/v58.0',
506
+ baseUri: '/services/data/v59.0',
507
507
  basePath: '/connect/service-excellence/audit-trail-exports',
508
508
  method: 'post',
509
509
  body: config.body,
@@ -598,7 +598,7 @@ function evictSuccess(luvio, resourceParams) {
598
598
  function createResourceRequest$1(config) {
599
599
  const headers = {};
600
600
  return {
601
- baseUri: '/services/data/v58.0',
601
+ baseUri: '/services/data/v59.0',
602
602
  basePath: '/connect/service-excellence/audit-trail-exports/' + config.urlParams.requestIdentifier + '',
603
603
  method: 'delete',
604
604
  body: null,
@@ -858,7 +858,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
858
858
  function createResourceRequest(config) {
859
859
  const headers = {};
860
860
  return {
861
- baseUri: '/services/data/v58.0',
861
+ baseUri: '/services/data/v59.0',
862
862
  basePath: '/connect/service-excellence/audit-trail-exports/' + config.urlParams.requestIdentifier + '/download',
863
863
  method: 'get',
864
864
  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.134.4",
3
+ "version": "1.134.6",
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",
package/sfdc/index.js CHANGED
@@ -269,7 +269,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
269
269
  function createResourceRequest$3(config) {
270
270
  const headers = {};
271
271
  return {
272
- baseUri: '/services/data/v58.0',
272
+ baseUri: '/services/data/v59.0',
273
273
  basePath: '/connect/service-excellence/audit-trail-exports',
274
274
  method: 'post',
275
275
  body: config.body,
@@ -364,7 +364,7 @@ function evictSuccess(luvio, resourceParams) {
364
364
  function createResourceRequest$2(config) {
365
365
  const headers = {};
366
366
  return {
367
- baseUri: '/services/data/v58.0',
367
+ baseUri: '/services/data/v59.0',
368
368
  basePath: '/connect/service-excellence/audit-trail-exports/' + config.urlParams.requestIdentifier + '',
369
369
  method: 'delete',
370
370
  body: null,
@@ -624,7 +624,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
624
624
  function createResourceRequest$1(config) {
625
625
  const headers = {};
626
626
  return {
627
- baseUri: '/services/data/v58.0',
627
+ baseUri: '/services/data/v59.0',
628
628
  basePath: '/connect/service-excellence/audit-trail-exports/' + config.urlParams.requestIdentifier + '/download',
629
629
  method: 'get',
630
630
  body: null,
@@ -878,7 +878,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
878
878
  function createResourceRequest(config) {
879
879
  const headers = {};
880
880
  return {
881
- baseUri: '/services/data/v58.0',
881
+ baseUri: '/services/data/v59.0',
882
882
  basePath: '/connect/service-excellence/audit-trail-exports',
883
883
  method: 'get',
884
884
  body: null,
@@ -1026,4 +1026,4 @@ withDefaultLuvio((luvio) => {
1026
1026
  });
1027
1027
 
1028
1028
  export { createAuditTrailFileExport, deleteAuditTrailFileExport, getAuditTrailFileExport, getAuditTrailFileExport_imperative, getAuditTrailFileExports, getAuditTrailFileExports_imperative };
1029
- // version: 1.134.4-a74ddaa33
1029
+ // version: 1.134.6-a88a77801
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '58.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v58.0
9
+ baseUri: /services/data/v59.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0