@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.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/industries-audit-trail-export.js +845 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/createAuditTrailFileExport.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteAuditTrailFileExport.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/getAuditTrailFileExport.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getAuditTrailFileExports.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +4 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +7 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectServiceExcellenceAuditTrailExportsByRequestIdentifier.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectServiceExcellenceEngagementInteractions.d.ts +8 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectServiceExcellenceEngagementInteractionsByEngagementInteractionId.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectServiceExcellenceAuditTrailExports.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectServiceExcellenceAuditTrailExportsByRequestIdentifier.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectServiceExcellenceAuditTrailExportsDownloadByRequestIdentifier.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectServiceExcellenceEngagementInteractions.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectServiceExcellenceEngagementInteractionsByEngagementInteractionId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectServiceExcellenceServiceCatalogItemsByRecordId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectServiceExcellenceServiceCatalogItemsRecentActions.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectServiceExcellenceAuditTrailExports.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/types/ActionLaunchInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/ActionLaunchStatusRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/AuditTrailExportInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/AuditTrailExportListOutputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/AuditTrailExportOutputRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/AuditTrailFileDownloadOutputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/AuditTrailFileExportInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AuditTrailLogOutputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/CustomFieldOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CustomFieldsInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CustomFieldsListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/EngagementAttendeeCreateInputRepresentation.d.ts +61 -0
- package/dist/es/es2018/types/src/generated/types/EngagementAttendeeCreateOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/EngagementAttendeeFetchOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/EngagementAttendeeListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/EngagementAttendeeOutputRepresentation.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/EngagementInteractionCreateInputRepresentation.d.ts +82 -0
- package/dist/es/es2018/types/src/generated/types/EngagementInteractionCreateOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/EngagementInteractionFetchOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/EngagementInteractionIdsCreateOutputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/EngagementInteractionOutputRepresentation.d.ts +91 -0
- package/dist/es/es2018/types/src/generated/types/EngagementInteractionUpdateInputRepresentation.d.ts +76 -0
- package/dist/es/es2018/types/src/generated/types/EngagementInteractionUpdateOutputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/EngagementTopicCreateInputRepresentation.d.ts +64 -0
- package/dist/es/es2018/types/src/generated/types/EngagementTopicCreateOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/EngagementTopicDetailsOutputRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/EngagementTopicFetchOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/EngagementTopicListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/EngagementTopicOutputRepresentation.d.ts +65 -0
- package/dist/es/es2018/types/src/generated/types/EngagementsCreateInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/EngagementsFetchOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/EngagementsUpdateInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/RecentlyUsedActionsRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ServiceCatalogActionsCategoryOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ServiceCatalogFrequentActionsOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ServiceCatalogItemsFetchOutputRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/ServiceCatalogItemsOutputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/ServiceExcellenceIdOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ServiceExcellenceStatusOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +74 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +904 -0
- package/src/raml/api.raml +1085 -0
- 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
|