@salesforce/lds-adapters-industries-audit-trail-export 1.134.1 → 1.134.3
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/package.json +1 -1
- package/sfdc/index.js +1 -1
- package/src/raml/api.raml +109 -105
- package/dist/es/es2018/types/src/generated/resources/postConnectServiceExcellenceEngagementInteractions.d.ts +0 -12
- package/dist/es/es2018/types/src/generated/resources/postConnectServiceExcellenceEngagementInteractionsByEngagementInteractionId.d.ts +0 -15
- package/dist/es/es2018/types/src/generated/resources/postConnectServiceExcellenceServiceCatalogItemsActionLaunch.d.ts +0 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-audit-trail-export",
|
|
3
|
-
"version": "1.134.
|
|
3
|
+
"version": "1.134.3",
|
|
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
|
@@ -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.
|
|
1029
|
+
// version: 1.134.3-ea1008c6e
|
package/src/raml/api.raml
CHANGED
|
@@ -300,69 +300,70 @@ types:
|
|
|
300
300
|
verificationTime:
|
|
301
301
|
description: Fetches the value of the VerificationTime field for an EngagementAttendee.
|
|
302
302
|
type: string
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
303
|
+
# TODO: Hand rolled
|
|
304
|
+
# EngagementDetailsOutputRepresentation:
|
|
305
|
+
# description: Output representation to display the engagement details
|
|
306
|
+
# type: object
|
|
307
|
+
# properties:
|
|
308
|
+
# attendeeAuthenticated:
|
|
309
|
+
# description: check if Attendee Authenticated
|
|
310
|
+
# type: boolean
|
|
311
|
+
# attendeeVerificationTime:
|
|
312
|
+
# description: get attendee verification time
|
|
313
|
+
# format: int64
|
|
314
|
+
# type: integer
|
|
315
|
+
# attendeeVerified:
|
|
316
|
+
# description: get is attendee verified
|
|
317
|
+
# type: boolean
|
|
318
|
+
# communicationChannel:
|
|
319
|
+
# description: get communication channel
|
|
320
|
+
# type: string
|
|
321
|
+
# contextId:
|
|
322
|
+
# description: get context id
|
|
323
|
+
# type: string
|
|
324
|
+
# duration:
|
|
325
|
+
# description: get engagement interaction duration
|
|
326
|
+
# type: string
|
|
327
|
+
# endDateTime:
|
|
328
|
+
# description: get endDateTime
|
|
329
|
+
# type: string
|
|
330
|
+
# engagementAttendees:
|
|
331
|
+
# description: get list of engagement attendees
|
|
332
|
+
# type: array
|
|
333
|
+
# items:
|
|
334
|
+
# type: EngagementAttendeeOutputRepresentation
|
|
335
|
+
# engagementTopics:
|
|
336
|
+
# description: get list of engagement topics
|
|
337
|
+
# type: array
|
|
338
|
+
# items:
|
|
339
|
+
# type: EngagementTopicDetailsOutputRepresentation
|
|
340
|
+
# externalIdentifierId:
|
|
341
|
+
# description: get external identifier id
|
|
342
|
+
# type: string
|
|
343
|
+
# id:
|
|
344
|
+
# description: get engagement interaction id
|
|
345
|
+
# type: string
|
|
346
|
+
# initiatingAttendeeId:
|
|
347
|
+
# description: get initiating attendee id
|
|
348
|
+
# type: string
|
|
349
|
+
# mappedState:
|
|
350
|
+
# description: get mapped state
|
|
351
|
+
# type: string
|
|
352
|
+
# ownerId:
|
|
353
|
+
# description: get owner id
|
|
354
|
+
# type: string
|
|
355
|
+
# sentiment:
|
|
356
|
+
# description: get sentiment
|
|
357
|
+
# type: string
|
|
358
|
+
# startDateTime:
|
|
359
|
+
# description: get start date time
|
|
360
|
+
# type: string
|
|
361
|
+
# status:
|
|
362
|
+
# description: get status of engagement interaction
|
|
363
|
+
# type: string
|
|
364
|
+
# type:
|
|
365
|
+
# description: get Type
|
|
366
|
+
# type: string
|
|
366
367
|
EngagementInteractionCreateInputRepresentation:
|
|
367
368
|
description: Input representation to create an engagement interaction record
|
|
368
369
|
type: object
|
|
@@ -979,20 +980,21 @@ types:
|
|
|
979
980
|
body:
|
|
980
981
|
application/json:
|
|
981
982
|
type: EngagementInteractionFetchOutputRepresentation
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
983
|
+
# TODO: Hand rolled
|
|
984
|
+
# post:
|
|
985
|
+
# displayName: postEngagementInteraction
|
|
986
|
+
# description: method to create engagements
|
|
987
|
+
# responses:
|
|
988
|
+
# '200':
|
|
989
|
+
# description: Success
|
|
990
|
+
# body:
|
|
991
|
+
# application/json:
|
|
992
|
+
# type: EngagementInteractionCreateOutputRepresentation
|
|
993
|
+
# body:
|
|
994
|
+
# application/json:
|
|
995
|
+
# type: EngagementsCreateInputRepresentation
|
|
996
|
+
# #required: false
|
|
997
|
+
# (oas-body-name): engagementContainerInput
|
|
996
998
|
/engagement-interactions/{engagementInteractionId}:
|
|
997
999
|
delete:
|
|
998
1000
|
displayName: deleteEngagementInteraction
|
|
@@ -1009,40 +1011,42 @@ types:
|
|
|
1009
1011
|
body:
|
|
1010
1012
|
application/json:
|
|
1011
1013
|
type: EngagementInteractionFetchOutputRepresentation
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1014
|
+
# TODO: Hand rolled
|
|
1015
|
+
# post:
|
|
1016
|
+
# displayName: postEngagementInteraction
|
|
1017
|
+
# description: method to create engagements
|
|
1018
|
+
# responses:
|
|
1019
|
+
# '200':
|
|
1020
|
+
# description: Success
|
|
1021
|
+
# body:
|
|
1022
|
+
# application/json:
|
|
1023
|
+
# type: EngagementInteractionCreateOutputRepresentation
|
|
1024
|
+
# body:
|
|
1025
|
+
# application/json:
|
|
1026
|
+
# type: EngagementsCreateInputRepresentation
|
|
1027
|
+
# #required: false
|
|
1028
|
+
# (oas-body-name): engagementContainerInput
|
|
1026
1029
|
uriParameters:
|
|
1027
1030
|
engagementInteractionId:
|
|
1028
1031
|
type: string
|
|
1029
1032
|
required: true
|
|
1030
1033
|
/service-catalog-items:
|
|
1031
1034
|
/action-launch:
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1035
|
+
# TODO: Hand rolled
|
|
1036
|
+
# post:
|
|
1037
|
+
# displayName: postActionLaunch
|
|
1038
|
+
# description: The method to post the details of an action launch event.
|
|
1039
|
+
# responses:
|
|
1040
|
+
# '200':
|
|
1041
|
+
# description: Success
|
|
1042
|
+
# body:
|
|
1043
|
+
# application/json:
|
|
1044
|
+
# type: ActionLaunchStatusRepresentation
|
|
1045
|
+
# body:
|
|
1046
|
+
# application/json:
|
|
1047
|
+
# type: ActionLaunchInputRepresentation
|
|
1048
|
+
# #required: false
|
|
1049
|
+
# (oas-body-name): actionLaunchDetails
|
|
1046
1050
|
/recent-actions:
|
|
1047
1051
|
get:
|
|
1048
1052
|
displayName: getRecentActions
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
-
import { EngagementInteractionCreateOutputRepresentation as types_EngagementInteractionCreateOutputRepresentation_EngagementInteractionCreateOutputRepresentation } from '../types/EngagementInteractionCreateOutputRepresentation';
|
|
3
|
-
export interface ResourceRequestConfig {
|
|
4
|
-
body: {
|
|
5
|
-
engagementInteraction: {};
|
|
6
|
-
};
|
|
7
|
-
}
|
|
8
|
-
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
|
-
export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_EngagementInteractionCreateOutputRepresentation_EngagementInteractionCreateOutputRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
10
|
-
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_EngagementInteractionCreateOutputRepresentation_EngagementInteractionCreateOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_EngagementInteractionCreateOutputRepresentation_EngagementInteractionCreateOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_EngagementInteractionCreateOutputRepresentation_EngagementInteractionCreateOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_EngagementInteractionCreateOutputRepresentation_EngagementInteractionCreateOutputRepresentation, any>;
|
|
11
|
-
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
12
|
-
export default createResourceRequest;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
-
import { EngagementInteractionCreateOutputRepresentation as types_EngagementInteractionCreateOutputRepresentation_EngagementInteractionCreateOutputRepresentation } from '../types/EngagementInteractionCreateOutputRepresentation';
|
|
3
|
-
export interface ResourceRequestConfig {
|
|
4
|
-
urlParams: {
|
|
5
|
-
engagementInteractionId: string;
|
|
6
|
-
};
|
|
7
|
-
body: {
|
|
8
|
-
engagementInteraction: {};
|
|
9
|
-
};
|
|
10
|
-
}
|
|
11
|
-
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
12
|
-
export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_EngagementInteractionCreateOutputRepresentation_EngagementInteractionCreateOutputRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
-
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_EngagementInteractionCreateOutputRepresentation_EngagementInteractionCreateOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_EngagementInteractionCreateOutputRepresentation_EngagementInteractionCreateOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_EngagementInteractionCreateOutputRepresentation_EngagementInteractionCreateOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_EngagementInteractionCreateOutputRepresentation_EngagementInteractionCreateOutputRepresentation, any>;
|
|
14
|
-
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
15
|
-
export default createResourceRequest;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
-
import { ActionLaunchStatusRepresentation as types_ActionLaunchStatusRepresentation_ActionLaunchStatusRepresentation } from '../types/ActionLaunchStatusRepresentation';
|
|
3
|
-
export interface ResourceRequestConfig {
|
|
4
|
-
body: {
|
|
5
|
-
actionDevName: string;
|
|
6
|
-
actionType: string;
|
|
7
|
-
deploymentId: string;
|
|
8
|
-
objectKeyPrefix: string;
|
|
9
|
-
};
|
|
10
|
-
}
|
|
11
|
-
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
12
|
-
export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ActionLaunchStatusRepresentation_ActionLaunchStatusRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
-
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ActionLaunchStatusRepresentation_ActionLaunchStatusRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ActionLaunchStatusRepresentation_ActionLaunchStatusRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ActionLaunchStatusRepresentation_ActionLaunchStatusRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ActionLaunchStatusRepresentation_ActionLaunchStatusRepresentation, any>;
|
|
14
|
-
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
15
|
-
export default createResourceRequest;
|