@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,34 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "bbdb8023e3af6e8299a9232b9cd5e6b9";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ServiceCatalogActionsCategoryOutputRepresentation, existing: ServiceCatalogActionsCategoryOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ServiceCatalogActionsCategoryOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ServiceCatalogActionsCategoryOutputRepresentationNormalized, incoming: ServiceCatalogActionsCategoryOutputRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ServiceCatalogActionsCategoryOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation of Static Actions
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ServiceCatalogActionsCategoryOutputRepresentationNormalized {
17
+ /** get developer Name */
18
+ actionId: string | null;
19
+ /** get the type of action */
20
+ businessName: string | null;
21
+ /** get priority/order */
22
+ order: number | null;
23
+ }
24
+ /**
25
+ * Output representation of Static Actions
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface ServiceCatalogActionsCategoryOutputRepresentation {
31
+ actionId: string | null;
32
+ businessName: string | null;
33
+ order: number | null;
34
+ }
@@ -0,0 +1,32 @@
1
+ import { ServiceCatalogActionsCategoryOutputRepresentation as ServiceCatalogActionsCategoryOutputRepresentation_ServiceCatalogActionsCategoryOutputRepresentation } from './ServiceCatalogActionsCategoryOutputRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "623304c5d66f23993e1d89b95efa03f4";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ServiceCatalogFrequentActionsOutputRepresentation, existing: ServiceCatalogFrequentActionsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ServiceCatalogFrequentActionsOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ServiceCatalogFrequentActionsOutputRepresentationNormalized, incoming: ServiceCatalogFrequentActionsOutputRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ServiceCatalogFrequentActionsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Output representation of each frequent action items
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ServiceCatalogFrequentActionsOutputRepresentationNormalized {
18
+ /** get dynamic action */
19
+ dynamicActions: Array<ServiceCatalogActionsCategoryOutputRepresentation_ServiceCatalogActionsCategoryOutputRepresentation>;
20
+ /** get static action */
21
+ staticActions: Array<ServiceCatalogActionsCategoryOutputRepresentation_ServiceCatalogActionsCategoryOutputRepresentation>;
22
+ }
23
+ /**
24
+ * Output representation of each frequent action items
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface ServiceCatalogFrequentActionsOutputRepresentation {
30
+ dynamicActions: Array<ServiceCatalogActionsCategoryOutputRepresentation_ServiceCatalogActionsCategoryOutputRepresentation>;
31
+ staticActions: Array<ServiceCatalogActionsCategoryOutputRepresentation_ServiceCatalogActionsCategoryOutputRepresentation>;
32
+ }
@@ -0,0 +1,36 @@
1
+ import { ServiceCatalogItemsOutputRepresentation as ServiceCatalogItemsOutputRepresentation_ServiceCatalogItemsOutputRepresentation } from './ServiceCatalogItemsOutputRepresentation';
2
+ import { ServiceCatalogFrequentActionsOutputRepresentation as ServiceCatalogFrequentActionsOutputRepresentation_ServiceCatalogFrequentActionsOutputRepresentation } from './ServiceCatalogFrequentActionsOutputRepresentation';
3
+ import { ServiceExcellenceStatusOutputRepresentation as ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation } from './ServiceExcellenceStatusOutputRepresentation';
4
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
5
+ export declare const VERSION = "18f5de3597c985a714bf0d1df0660458";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export declare function normalize(input: ServiceCatalogItemsFetchOutputRepresentation, existing: ServiceCatalogItemsFetchOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ServiceCatalogItemsFetchOutputRepresentationNormalized;
9
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
10
+ export declare function equals(existing: ServiceCatalogItemsFetchOutputRepresentationNormalized, incoming: ServiceCatalogItemsFetchOutputRepresentationNormalized): boolean;
11
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
12
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ServiceCatalogItemsFetchOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
13
+ /**
14
+ * Output representation to fetch all action items against a record Id
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface ServiceCatalogItemsFetchOutputRepresentationNormalized {
20
+ /** get all action items */
21
+ actions: Array<ServiceCatalogItemsOutputRepresentation_ServiceCatalogItemsOutputRepresentation>;
22
+ /** get frequent actions */
23
+ frequentActions: ServiceCatalogFrequentActionsOutputRepresentation_ServiceCatalogFrequentActionsOutputRepresentation | null;
24
+ status: ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation;
25
+ }
26
+ /**
27
+ * Output representation to fetch all action items against a record Id
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface ServiceCatalogItemsFetchOutputRepresentation {
33
+ actions: Array<ServiceCatalogItemsOutputRepresentation_ServiceCatalogItemsOutputRepresentation>;
34
+ frequentActions: ServiceCatalogFrequentActionsOutputRepresentation_ServiceCatalogFrequentActionsOutputRepresentation | null;
35
+ status: ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation;
36
+ }
@@ -0,0 +1,40 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "36680a9334b378394f217bdb8b5b1f57";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ServiceCatalogItemsOutputRepresentation, existing: ServiceCatalogItemsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ServiceCatalogItemsOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ServiceCatalogItemsOutputRepresentationNormalized, incoming: ServiceCatalogItemsOutputRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ServiceCatalogItemsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation of each service catalog Item
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ServiceCatalogItemsOutputRepresentationNormalized {
17
+ /** It contains action item specific definitions. */
18
+ actionDefinition: {};
19
+ /** get action Description */
20
+ actionDescription: string;
21
+ /** get unique Action ID */
22
+ actionId: string;
23
+ /** get action Label */
24
+ actionLabel: string;
25
+ /** get action Type */
26
+ actionType: string;
27
+ }
28
+ /**
29
+ * Output representation of each service catalog Item
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface ServiceCatalogItemsOutputRepresentation {
35
+ actionDefinition: {};
36
+ actionDescription: string;
37
+ actionId: string;
38
+ actionLabel: string;
39
+ actionType: string;
40
+ }
@@ -0,0 +1,28 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "3b7fc1a0728ee4a0d4a049c935566933";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ServiceExcellenceIdOutputRepresentation, existing: ServiceExcellenceIdOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ServiceExcellenceIdOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ServiceExcellenceIdOutputRepresentationNormalized, incoming: ServiceExcellenceIdOutputRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ServiceExcellenceIdOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation of entity Id output
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ServiceExcellenceIdOutputRepresentationNormalized {
17
+ /** get id */
18
+ id: string;
19
+ }
20
+ /**
21
+ * Output representation of entity Id output
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface ServiceExcellenceIdOutputRepresentation {
27
+ id: string;
28
+ }
@@ -0,0 +1,31 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "d8e42cbb5b56bd36368c4f3611fbc7af";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ServiceExcellenceStatusOutputRepresentation, existing: ServiceExcellenceStatusOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ServiceExcellenceStatusOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ServiceExcellenceStatusOutputRepresentationNormalized, incoming: ServiceExcellenceStatusOutputRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ServiceExcellenceStatusOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation to display the status of an API request
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ServiceExcellenceStatusOutputRepresentationNormalized {
17
+ /** get status code */
18
+ code: number;
19
+ /** get status message */
20
+ message: string;
21
+ }
22
+ /**
23
+ * Output representation to display the status of an API request
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ServiceExcellenceStatusOutputRepresentation {
29
+ code: number;
30
+ message: string;
31
+ }
@@ -0,0 +1,32 @@
1
+ import { NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const ObjectKeys: {
3
+ (o: object): string[];
4
+ (o: {}): string[];
5
+ }, ObjectCreate: {
6
+ (o: object | null): any;
7
+ (o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
8
+ }, ObjectAssign: {
9
+ <T extends {}, U>(target: T, source: U): T & U;
10
+ <T_1 extends {}, U_1, V>(target: T_1, source1: U_1, source2: V): T_1 & U_1 & V;
11
+ <T_2 extends {}, U_2, V_1, W>(target: T_2, source1: U_2, source2: V_1, source3: W): T_2 & U_2 & V_1 & W;
12
+ (target: object, ...sources: any[]): any;
13
+ };
14
+ export declare const ArrayIsArray: (arg: any) => arg is any[];
15
+ export declare const JSONStringify: {
16
+ (value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string;
17
+ (value: any, replacer?: (string | number)[] | null | undefined, space?: string | number | undefined): string;
18
+ };
19
+ type AllowedPrimitives = boolean | string | number | Date | null;
20
+ type Value<T> = T extends AllowedPrimitives ? T : RecursivePartial<T>;
21
+ export type RecursivePartial<T> = null | {
22
+ [P in keyof T]?: T[P] extends Array<infer U> ? Array<Value<U>> | null : Value<T[P]> | null;
23
+ };
24
+ export declare function equalsArray<U, V extends U[]>(a: V, b: V, equalsItem: (itemA: U, itemB: U) => boolean | void): boolean;
25
+ export declare function equalsObject<U, V extends {
26
+ [key: string]: U;
27
+ }>(a: V, b: V, equalsProp: (propA: U, propB: U) => boolean | void): boolean;
28
+ export declare function createLink(ref: string | $64$luvio_engine_NormalizedKeyMetadata): {
29
+ __ref: string;
30
+ };
31
+ export declare function assignMetadataLink(entry: any, metadataKey: string | $64$luvio_engine_NormalizedKeyMetadata): void;
32
+ export {};
package/package.json ADDED
@@ -0,0 +1,74 @@
1
+ {
2
+ "name": "@salesforce/lds-adapters-industries-audit-trail-export",
3
+ "version": "0.1.0-dev1",
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
+ "types": "./dist/types/src/generated/artifacts/main.d.ts",
17
+ "import": "./dist/es/es2018/industries-audit-trail-export.js",
18
+ "require": "./dist/umd/es2018/industries-audit-trail-export.js"
19
+ },
20
+ "./sfdc": {
21
+ "types": "./sfdc/index.d.ts",
22
+ "import": "./sfdc/index.js",
23
+ "default": "./sfdc/index.js"
24
+ }
25
+ },
26
+ "sfdc": {
27
+ "namespace": "lightning",
28
+ "module": "industriesAuditTrailExportApi"
29
+ },
30
+ "contributors": [
31
+ "ssanagapalli@salesforce.com"
32
+ ],
33
+ "scripts": {
34
+ "build": "yarn build:services",
35
+ "build:karma": "rollup --bundleConfigAsCjs --config rollup.config.karma.js",
36
+ "build:raml": "luvio generate src/raml/luvio.raml src/generated -p '../lds-compiler-plugins'",
37
+ "build:services": "rollup --bundleConfigAsCjs --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": "nx build:karma && karma start",
42
+ "test": "nx build:karma && karma start --single-run"
43
+ },
44
+ "dependencies": {
45
+ "@salesforce/lds-bindings": "^0.1.0-dev1"
46
+ },
47
+ "devDependencies": {
48
+ "@salesforce/lds-compiler-plugins": "^0.1.0-dev1",
49
+ "@salesforce/lds-karma": "^0.1.0-dev1"
50
+ },
51
+ "nx": {
52
+ "targets": {
53
+ "build": {
54
+ "outputs": [
55
+ "{projectRoot}/dist",
56
+ "{projectRoot}/sfdc"
57
+ ]
58
+ },
59
+ "build:raml": {
60
+ "outputs": [
61
+ "{projectRoot}/src/generated"
62
+ ]
63
+ },
64
+ "build:karma": {
65
+ "outputs": [
66
+ "{projectRoot}/karma/dist"
67
+ ]
68
+ }
69
+ }
70
+ },
71
+ "volta": {
72
+ "extends": "../../package.json"
73
+ }
74
+ }
@@ -0,0 +1 @@
1
+ export * from '../dist/es/es2018/types/src/generated/artifacts/sfdc';