@salesforce/lds-adapters-industries-audit-trail-export 0.1.0-dev1

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.
Files changed (65) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/industries-audit-trail-export.js +845 -0
  3. package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
  4. package/dist/es/es2018/types/src/generated/adapters/createAuditTrailFileExport.d.ts +16 -0
  5. package/dist/es/es2018/types/src/generated/adapters/deleteAuditTrailFileExport.d.ts +14 -0
  6. package/dist/es/es2018/types/src/generated/adapters/getAuditTrailFileExport.d.ts +27 -0
  7. package/dist/es/es2018/types/src/generated/adapters/getAuditTrailFileExports.d.ts +26 -0
  8. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +4 -0
  9. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +7 -0
  10. package/dist/es/es2018/types/src/generated/resources/deleteConnectServiceExcellenceAuditTrailExportsByRequestIdentifier.d.ts +12 -0
  11. package/dist/es/es2018/types/src/generated/resources/deleteConnectServiceExcellenceEngagementInteractions.d.ts +8 -0
  12. package/dist/es/es2018/types/src/generated/resources/deleteConnectServiceExcellenceEngagementInteractionsByEngagementInteractionId.d.ts +11 -0
  13. package/dist/es/es2018/types/src/generated/resources/getConnectServiceExcellenceAuditTrailExports.d.ts +12 -0
  14. package/dist/es/es2018/types/src/generated/resources/getConnectServiceExcellenceAuditTrailExportsByRequestIdentifier.d.ts +15 -0
  15. package/dist/es/es2018/types/src/generated/resources/getConnectServiceExcellenceAuditTrailExportsDownloadByRequestIdentifier.d.ts +15 -0
  16. package/dist/es/es2018/types/src/generated/resources/getConnectServiceExcellenceEngagementInteractions.d.ts +12 -0
  17. package/dist/es/es2018/types/src/generated/resources/getConnectServiceExcellenceEngagementInteractionsByEngagementInteractionId.d.ts +15 -0
  18. package/dist/es/es2018/types/src/generated/resources/getConnectServiceExcellenceServiceCatalogItemsByRecordId.d.ts +18 -0
  19. package/dist/es/es2018/types/src/generated/resources/getConnectServiceExcellenceServiceCatalogItemsRecentActions.d.ts +16 -0
  20. package/dist/es/es2018/types/src/generated/resources/postConnectServiceExcellenceAuditTrailExports.d.ts +13 -0
  21. package/dist/es/es2018/types/src/generated/types/ActionLaunchInputRepresentation.d.ts +37 -0
  22. package/dist/es/es2018/types/src/generated/types/ActionLaunchStatusRepresentation.d.ts +31 -0
  23. package/dist/es/es2018/types/src/generated/types/AuditTrailExportInputRepresentation.d.ts +43 -0
  24. package/dist/es/es2018/types/src/generated/types/AuditTrailExportListOutputRepresentation.d.ts +30 -0
  25. package/dist/es/es2018/types/src/generated/types/AuditTrailExportOutputRepresentation.d.ts +56 -0
  26. package/dist/es/es2018/types/src/generated/types/AuditTrailFileDownloadOutputRepresentation.d.ts +30 -0
  27. package/dist/es/es2018/types/src/generated/types/AuditTrailFileExportInputRepresentation.d.ts +29 -0
  28. package/dist/es/es2018/types/src/generated/types/AuditTrailLogOutputRepresentation.d.ts +49 -0
  29. package/dist/es/es2018/types/src/generated/types/CustomFieldOutputRepresentation.d.ts +31 -0
  30. package/dist/es/es2018/types/src/generated/types/CustomFieldsInputRepresentation.d.ts +31 -0
  31. package/dist/es/es2018/types/src/generated/types/CustomFieldsListInputRepresentation.d.ts +28 -0
  32. package/dist/es/es2018/types/src/generated/types/EngagementAttendeeCreateInputRepresentation.d.ts +61 -0
  33. package/dist/es/es2018/types/src/generated/types/EngagementAttendeeCreateOutputRepresentation.d.ts +31 -0
  34. package/dist/es/es2018/types/src/generated/types/EngagementAttendeeFetchOutputRepresentation.d.ts +31 -0
  35. package/dist/es/es2018/types/src/generated/types/EngagementAttendeeListInputRepresentation.d.ts +28 -0
  36. package/dist/es/es2018/types/src/generated/types/EngagementAttendeeOutputRepresentation.d.ts +62 -0
  37. package/dist/es/es2018/types/src/generated/types/EngagementInteractionCreateInputRepresentation.d.ts +82 -0
  38. package/dist/es/es2018/types/src/generated/types/EngagementInteractionCreateOutputRepresentation.d.ts +31 -0
  39. package/dist/es/es2018/types/src/generated/types/EngagementInteractionFetchOutputRepresentation.d.ts +31 -0
  40. package/dist/es/es2018/types/src/generated/types/EngagementInteractionIdsCreateOutputRepresentation.d.ts +35 -0
  41. package/dist/es/es2018/types/src/generated/types/EngagementInteractionOutputRepresentation.d.ts +91 -0
  42. package/dist/es/es2018/types/src/generated/types/EngagementInteractionUpdateInputRepresentation.d.ts +76 -0
  43. package/dist/es/es2018/types/src/generated/types/EngagementInteractionUpdateOutputRepresentation.d.ts +37 -0
  44. package/dist/es/es2018/types/src/generated/types/EngagementTopicCreateInputRepresentation.d.ts +64 -0
  45. package/dist/es/es2018/types/src/generated/types/EngagementTopicCreateOutputRepresentation.d.ts +31 -0
  46. package/dist/es/es2018/types/src/generated/types/EngagementTopicDetailsOutputRepresentation.d.ts +58 -0
  47. package/dist/es/es2018/types/src/generated/types/EngagementTopicFetchOutputRepresentation.d.ts +31 -0
  48. package/dist/es/es2018/types/src/generated/types/EngagementTopicListInputRepresentation.d.ts +28 -0
  49. package/dist/es/es2018/types/src/generated/types/EngagementTopicOutputRepresentation.d.ts +65 -0
  50. package/dist/es/es2018/types/src/generated/types/EngagementsCreateInputRepresentation.d.ts +28 -0
  51. package/dist/es/es2018/types/src/generated/types/EngagementsFetchOutputRepresentation.d.ts +32 -0
  52. package/dist/es/es2018/types/src/generated/types/EngagementsUpdateInputRepresentation.d.ts +34 -0
  53. package/dist/es/es2018/types/src/generated/types/RecentlyUsedActionsRepresentation.d.ts +32 -0
  54. package/dist/es/es2018/types/src/generated/types/ServiceCatalogActionsCategoryOutputRepresentation.d.ts +34 -0
  55. package/dist/es/es2018/types/src/generated/types/ServiceCatalogFrequentActionsOutputRepresentation.d.ts +32 -0
  56. package/dist/es/es2018/types/src/generated/types/ServiceCatalogItemsFetchOutputRepresentation.d.ts +36 -0
  57. package/dist/es/es2018/types/src/generated/types/ServiceCatalogItemsOutputRepresentation.d.ts +40 -0
  58. package/dist/es/es2018/types/src/generated/types/ServiceExcellenceIdOutputRepresentation.d.ts +28 -0
  59. package/dist/es/es2018/types/src/generated/types/ServiceExcellenceStatusOutputRepresentation.d.ts +31 -0
  60. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  61. package/package.json +74 -0
  62. package/sfdc/index.d.ts +1 -0
  63. package/sfdc/index.js +904 -0
  64. package/src/raml/api.raml +1085 -0
  65. package/src/raml/luvio.raml +42 -0
@@ -0,0 +1,42 @@
1
+ #%RAML 1.0 Overlay
2
+ extends: ./api.raml
3
+
4
+ uses:
5
+ luvio: luvio://annotations.raml
6
+
7
+ (luvio.keyPrefix): 'audit-trail-export'
8
+ (luvio.ttl): 360000
9
+
10
+ types:
11
+ AuditTrailExportListOutputRepresentation:
12
+ (luvio.ttl): 60000
13
+ (luvio.opaque): true
14
+ AuditTrailExportOutputRepresentation:
15
+ (luvio.ttl): 60000
16
+ (luvio.opaque): true
17
+ (luvio.key):
18
+ requestIdentifier: requestIdentifier
19
+ AuditTrailFileDownloadOutputRepresentation:
20
+ (luvio.ttl): 60000
21
+ (luvio.opaque): true
22
+
23
+ /connect/service-excellence:
24
+ /audit-trail-exports/{requestIdentifier}:
25
+ delete:
26
+ (luvio.adapter):
27
+ name: deleteAuditTrailFileExport
28
+ (luvio.key):
29
+ requestIdentifier: urlParams.requestIdentifier
30
+
31
+ /audit-trail-exports:
32
+ get:
33
+ (luvio.adapter):
34
+ name: getAuditTrailFileExports
35
+ post:
36
+ (luvio.adapter):
37
+ name: createAuditTrailFileExport
38
+
39
+ /audit-trail-exports/{requestIdentifier}/download:
40
+ get:
41
+ (luvio.adapter):
42
+ name: getAuditTrailFileExport