@salesforce/lds-adapters-industries-audit-trail-export 1.114.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.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/industries-audit-trail-export.js +980 -0
- package/dist/types/src/generated/adapters/adapter-utils.d.ts +66 -0
- package/dist/types/src/generated/adapters/createAuditTrailFileExport.d.ts +15 -0
- package/dist/types/src/generated/adapters/deleteAuditTrailFileExport.d.ts +13 -0
- package/dist/types/src/generated/adapters/getAuditTrailFileExport.d.ts +26 -0
- package/dist/types/src/generated/adapters/getAuditTrailFileExports.d.ts +25 -0
- package/dist/types/src/generated/artifacts/main.d.ts +4 -0
- package/dist/types/src/generated/artifacts/sfdc.d.ts +7 -0
- package/dist/types/src/generated/resources/deleteConnectServiceExcellenceAuditTrailExportsByRequestIdentifier.d.ts +12 -0
- package/dist/types/src/generated/resources/deleteConnectServiceExcellenceEngagementInteractions.d.ts +8 -0
- package/dist/types/src/generated/resources/deleteConnectServiceExcellenceEngagementInteractionsByEngagementInteractionId.d.ts +11 -0
- package/dist/types/src/generated/resources/getConnectServiceExcellenceAuditTrailExports.d.ts +12 -0
- package/dist/types/src/generated/resources/getConnectServiceExcellenceAuditTrailExportsByRequestIdentifier.d.ts +15 -0
- package/dist/types/src/generated/resources/getConnectServiceExcellenceAuditTrailExportsDownloadByRequestIdentifier.d.ts +15 -0
- package/dist/types/src/generated/resources/getConnectServiceExcellenceEngagementInteractions.d.ts +12 -0
- package/dist/types/src/generated/resources/getConnectServiceExcellenceEngagementInteractionsByEngagementInteractionId.d.ts +15 -0
- package/dist/types/src/generated/resources/getConnectServiceExcellenceServiceCatalogItemsByRecordId.d.ts +18 -0
- package/dist/types/src/generated/resources/getConnectServiceExcellenceServiceCatalogItemsRecentActions.d.ts +16 -0
- package/dist/types/src/generated/resources/postConnectServiceExcellenceAuditTrailExports.d.ts +13 -0
- package/dist/types/src/generated/resources/postConnectServiceExcellenceEngagementInteractions.d.ts +12 -0
- package/dist/types/src/generated/resources/postConnectServiceExcellenceEngagementInteractionsByEngagementInteractionId.d.ts +15 -0
- package/dist/types/src/generated/resources/postConnectServiceExcellenceServiceCatalogItemsActionLaunch.d.ts +15 -0
- package/dist/types/src/generated/types/ActionLaunchInputRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/ActionLaunchStatusRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/AuditTrailExportInputRepresentation.d.ts +44 -0
- package/dist/types/src/generated/types/AuditTrailExportListOutputRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/AuditTrailExportOutputRepresentation.d.ts +57 -0
- package/dist/types/src/generated/types/AuditTrailFileDownloadOutputRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/AuditTrailFileExportInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/AuditTrailLogOutputRepresentation.d.ts +50 -0
- package/dist/types/src/generated/types/CustomFieldOutputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/CustomFieldsInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/CustomFieldsListInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/EngagementAttendeeCreateInputRepresentation.d.ts +62 -0
- package/dist/types/src/generated/types/EngagementAttendeeCreateOutputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/EngagementAttendeeFetchOutputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/EngagementAttendeeListInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/EngagementAttendeeOutputRepresentation.d.ts +63 -0
- package/dist/types/src/generated/types/EngagementInteractionCreateInputRepresentation.d.ts +83 -0
- package/dist/types/src/generated/types/EngagementInteractionCreateOutputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/EngagementInteractionFetchOutputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/EngagementInteractionIdsCreateOutputRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/EngagementInteractionOutputRepresentation.d.ts +92 -0
- package/dist/types/src/generated/types/EngagementInteractionUpdateInputRepresentation.d.ts +77 -0
- package/dist/types/src/generated/types/EngagementInteractionUpdateOutputRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/EngagementTopicCreateInputRepresentation.d.ts +65 -0
- package/dist/types/src/generated/types/EngagementTopicCreateOutputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/EngagementTopicDetailsOutputRepresentation.d.ts +59 -0
- package/dist/types/src/generated/types/EngagementTopicFetchOutputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/EngagementTopicListInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/EngagementTopicOutputRepresentation.d.ts +66 -0
- package/dist/types/src/generated/types/EngagementsCreateInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/EngagementsFetchOutputRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/EngagementsUpdateInputRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/RecentlyUsedActionsRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/ServiceCatalogActionsCategoryOutputRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/ServiceCatalogFrequentActionsOutputRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/ServiceCatalogItemsFetchOutputRepresentation.d.ts +37 -0
- package/dist/types/src/generated/types/ServiceCatalogItemsOutputRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/ServiceExcellenceIdOutputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/ServiceExcellenceStatusOutputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/type-utils.d.ts +39 -0
- package/dist/umd/es2018/industries-audit-trail-export.js +991 -0
- package/dist/umd/es5/industries-audit-trail-export.js +996 -0
- package/package.json +70 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +1029 -0
- package/src/raml/api.raml +1081 -0
- package/src/raml/luvio.raml +42 -0
package/package.json
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@salesforce/lds-adapters-industries-audit-trail-export",
|
|
3
|
+
"version": "1.114.0",
|
|
4
|
+
"description": "contains end points for audit trail file export",
|
|
5
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
|
+
"main": "dist/umd/es2018/industries-audit-trail-export.js",
|
|
7
|
+
"module": "dist/es/es2018/industries-audit-trail-export.js",
|
|
8
|
+
"types": "dist/types/src/generated/artifacts/main.d.ts",
|
|
9
|
+
"files": [
|
|
10
|
+
"dist",
|
|
11
|
+
"sfdc",
|
|
12
|
+
"src/raml/*"
|
|
13
|
+
],
|
|
14
|
+
"exports": {
|
|
15
|
+
".": {
|
|
16
|
+
"import": "./dist/es/es2018/industries-audit-trail-export.js",
|
|
17
|
+
"require": "./dist/umd/es2018/industries-audit-trail-export.js",
|
|
18
|
+
"types": "./dist/types/src/generated/artifacts/main.d.ts"
|
|
19
|
+
},
|
|
20
|
+
"./sfdc": {
|
|
21
|
+
"import": "./sfdc/index.js",
|
|
22
|
+
"types": "./sfdc/index.d.ts",
|
|
23
|
+
"default": "./sfdc/index.js"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"sdfc": {
|
|
27
|
+
"namespace": "lightning",
|
|
28
|
+
"module": "industriesAuditTrailExportApi"
|
|
29
|
+
},
|
|
30
|
+
"contributors": [
|
|
31
|
+
"ssanagapalli@salesforce.com"
|
|
32
|
+
],
|
|
33
|
+
"scripts": {
|
|
34
|
+
"build": "yarn build:raml && yarn build:services && yarn build:karma",
|
|
35
|
+
"build:karma": "rollup --config rollup.config.karma.js",
|
|
36
|
+
"build:raml": "luvio generate src/raml/luvio.raml src/generated -p '../lds-compiler-plugins'",
|
|
37
|
+
"build:services": "rollup --config rollup.config.js",
|
|
38
|
+
"clean": "rm -rf dist sfdc src/generated karma/dist",
|
|
39
|
+
"release:core": "../../scripts/release/core.js --adapter=lds-adapters-industries-audit-trail-export",
|
|
40
|
+
"release:corejar": "yarn build && ../core-build/scripts/core.js --adapter=lds-adapters-industries-audit-trail-export",
|
|
41
|
+
"start": "karma start",
|
|
42
|
+
"test": "karma start --single-run",
|
|
43
|
+
"test:compat": "karma start --single-run --compat"
|
|
44
|
+
},
|
|
45
|
+
"dependencies": {
|
|
46
|
+
"@salesforce/lds-bindings": "^1.114.0"
|
|
47
|
+
},
|
|
48
|
+
"devDependencies": {
|
|
49
|
+
"@luvio/cli": "^0.137.1",
|
|
50
|
+
"@luvio/compiler": "^0.137.1",
|
|
51
|
+
"@luvio/engine": "^0.137.1",
|
|
52
|
+
"@luvio/lwc-luvio": "^0.137.1",
|
|
53
|
+
"@salesforce/lds-karma": "^1.114.0"
|
|
54
|
+
},
|
|
55
|
+
"nx": {
|
|
56
|
+
"targets": {
|
|
57
|
+
"build": {
|
|
58
|
+
"outputs": [
|
|
59
|
+
"packages/lds-adapters-industries-audit-trail-export/dist",
|
|
60
|
+
"packages/lds-adapters-industries-audit-trail-export/karma/dist",
|
|
61
|
+
"packages/lds-adapters-industries-audit-trail-export/sfdc",
|
|
62
|
+
"packages/lds-adapters-industries-audit-trail-export/src/generated"
|
|
63
|
+
]
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"volta": {
|
|
68
|
+
"extends": "../../package.json"
|
|
69
|
+
}
|
|
70
|
+
}
|
package/sfdc/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../dist/types/src/generated/artifacts/sfdc';
|