@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-audit-trail-export",
3
- "version": "1.134.1",
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.1-2de0a1242
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
- EngagementDetailsOutputRepresentation:
304
- description: Output representation to display the engagement details
305
- type: object
306
- properties:
307
- attendeeAuthenticated:
308
- description: check if Attendee Authenticated
309
- type: boolean
310
- attendeeVerificationTime:
311
- description: get attendee verification time
312
- format: int64
313
- type: integer
314
- attendeeVerified:
315
- description: get is attendee verified
316
- type: boolean
317
- communicationChannel:
318
- description: get communication channel
319
- type: string
320
- contextId:
321
- description: get context id
322
- type: string
323
- duration:
324
- description: get engagement interaction duration
325
- type: string
326
- endDateTime:
327
- description: get endDateTime
328
- type: string
329
- engagementAttendees:
330
- description: get list of engagement attendees
331
- type: array
332
- items:
333
- type: EngagementAttendeeOutputRepresentation
334
- engagementTopics:
335
- description: get list of engagement topics
336
- type: array
337
- items:
338
- type: EngagementTopicDetailsOutputRepresentation
339
- externalIdentifierId:
340
- description: get external identifier id
341
- type: string
342
- id:
343
- description: get engagement interaction id
344
- type: string
345
- initiatingAttendeeId:
346
- description: get initiating attendee id
347
- type: string
348
- mappedState:
349
- description: get mapped state
350
- type: string
351
- ownerId:
352
- description: get owner id
353
- type: string
354
- sentiment:
355
- description: get sentiment
356
- type: string
357
- startDateTime:
358
- description: get start date time
359
- type: string
360
- status:
361
- description: get status of engagement interaction
362
- type: string
363
- type:
364
- description: get Type
365
- type: string
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
- post:
983
- displayName: postEngagementInteraction
984
- description: method to create engagements
985
- responses:
986
- '200':
987
- description: Success
988
- body:
989
- application/json:
990
- type: EngagementInteractionCreateOutputRepresentation
991
- body:
992
- application/json:
993
- type: EngagementsCreateInputRepresentation
994
- #required: false
995
- (oas-body-name): engagementContainerInput
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
- post:
1013
- displayName: postEngagementInteraction
1014
- description: method to create engagements
1015
- responses:
1016
- '200':
1017
- description: Success
1018
- body:
1019
- application/json:
1020
- type: EngagementInteractionCreateOutputRepresentation
1021
- body:
1022
- application/json:
1023
- type: EngagementsCreateInputRepresentation
1024
- #required: false
1025
- (oas-body-name): engagementContainerInput
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
- post:
1033
- displayName: postActionLaunch
1034
- description: The method to post the details of an action launch event.
1035
- responses:
1036
- '200':
1037
- description: Success
1038
- body:
1039
- application/json:
1040
- type: ActionLaunchStatusRepresentation
1041
- body:
1042
- application/json:
1043
- type: ActionLaunchInputRepresentation
1044
- #required: false
1045
- (oas-body-name): actionLaunchDetails
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;