@salesforce/lds-adapters-industries-audit-trail-export 1.412.1 → 1.414.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/v66.0',
282
+ baseUri: '/services/data/v67.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/v66.0',
441
+ baseUri: '/services/data/v67.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/v66.0',
529
+ baseUri: '/services/data/v67.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/v66.0',
748
+ baseUri: '/services/data/v67.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.412.1",
3
+ "version": "1.414.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.412.1"
45
+ "@salesforce/lds-bindings": "^1.414.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@salesforce/lds-compiler-plugins": "^1.412.1",
49
- "@salesforce/lds-karma": "^1.412.1"
48
+ "@salesforce/lds-compiler-plugins": "^1.414.0",
49
+ "@salesforce/lds-karma": "^1.414.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/v66.0',
251
+ baseUri: '/services/data/v67.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/v66.0',
339
+ baseUri: '/services/data/v67.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/v66.0',
558
+ baseUri: '/services/data/v67.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/v66.0',
761
+ baseUri: '/services/data/v67.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.412.1-944b7de7af
904
+ // version: 1.414.0-3d95b40524
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/v66.0
9
+ baseUri: /services/data/v67.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0