@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
|
@@ -0,0 +1,35 @@
|
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "f63bc492ce808df0e05a77996b6884b7";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: EngagementsUpdateInputRepresentation, existing: EngagementsUpdateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementsUpdateInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: EngagementsUpdateInputRepresentationNormalized, incoming: EngagementsUpdateInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: EngagementsUpdateInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EngagementsUpdateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation to update an engagement record
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface EngagementsUpdateInputRepresentationNormalized {
|
|
18
|
+
/** Set the list of EngagementAttendees field for this container */
|
|
19
|
+
engagementAttendees: Array<{}>;
|
|
20
|
+
/** Set the EngagementInteraction field for this container */
|
|
21
|
+
engagementInteraction: {};
|
|
22
|
+
/** Set the list of EngagementTopics field for this container */
|
|
23
|
+
engagementTopics: Array<{}>;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Input representation to update an engagement record
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface EngagementsUpdateInputRepresentation {
|
|
32
|
+
engagementAttendees: Array<{}>;
|
|
33
|
+
engagementInteraction: {};
|
|
34
|
+
engagementTopics: Array<{}>;
|
|
35
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { ServiceCatalogItemsOutputRepresentation as ServiceCatalogItemsOutputRepresentation_ServiceCatalogItemsOutputRepresentation } from './ServiceCatalogItemsOutputRepresentation';
|
|
2
|
+
import { ServiceExcellenceStatusOutputRepresentation as ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation } from './ServiceExcellenceStatusOutputRepresentation';
|
|
3
|
+
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
4
|
+
export declare const VERSION = "052bb9f73214cdd1afb6ca089dc5426f";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: RecentlyUsedActionsRepresentation, existing: RecentlyUsedActionsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecentlyUsedActionsRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: RecentlyUsedActionsRepresentationNormalized, incoming: RecentlyUsedActionsRepresentationNormalized): boolean;
|
|
10
|
+
export declare function deepFreeze(input: RecentlyUsedActionsRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RecentlyUsedActionsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* Output representation of most recently used actions.
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface RecentlyUsedActionsRepresentationNormalized {
|
|
20
|
+
/** get the recent used actions for given {userId, deploymentId, object} */
|
|
21
|
+
recentActions: Array<ServiceCatalogItemsOutputRepresentation_ServiceCatalogItemsOutputRepresentation>;
|
|
22
|
+
status: ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Output representation of most recently used actions.
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface RecentlyUsedActionsRepresentation {
|
|
31
|
+
recentActions: Array<ServiceCatalogItemsOutputRepresentation_ServiceCatalogItemsOutputRepresentation>;
|
|
32
|
+
status: ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation;
|
|
33
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: ServiceCatalogActionsCategoryOutputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ServiceCatalogActionsCategoryOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Output representation of Static Actions
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ServiceCatalogActionsCategoryOutputRepresentationNormalized {
|
|
18
|
+
/** get developer Name */
|
|
19
|
+
actionId: string | null;
|
|
20
|
+
/** get the type of action */
|
|
21
|
+
businessName: string | null;
|
|
22
|
+
/** get priority/order */
|
|
23
|
+
order: number | null;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Output representation of Static Actions
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface ServiceCatalogActionsCategoryOutputRepresentation {
|
|
32
|
+
actionId: string | null;
|
|
33
|
+
businessName: string | null;
|
|
34
|
+
order: number | null;
|
|
35
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: ServiceCatalogFrequentActionsOutputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ServiceCatalogFrequentActionsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Output representation of each frequent action items
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ServiceCatalogFrequentActionsOutputRepresentationNormalized {
|
|
19
|
+
/** get dynamic action */
|
|
20
|
+
dynamicActions: Array<ServiceCatalogActionsCategoryOutputRepresentation_ServiceCatalogActionsCategoryOutputRepresentation>;
|
|
21
|
+
/** get static action */
|
|
22
|
+
staticActions: Array<ServiceCatalogActionsCategoryOutputRepresentation_ServiceCatalogActionsCategoryOutputRepresentation>;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Output representation of each frequent action items
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface ServiceCatalogFrequentActionsOutputRepresentation {
|
|
31
|
+
dynamicActions: Array<ServiceCatalogActionsCategoryOutputRepresentation_ServiceCatalogActionsCategoryOutputRepresentation>;
|
|
32
|
+
staticActions: Array<ServiceCatalogActionsCategoryOutputRepresentation_ServiceCatalogActionsCategoryOutputRepresentation>;
|
|
33
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: ServiceCatalogItemsFetchOutputRepresentation): void;
|
|
12
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
13
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ServiceCatalogItemsFetchOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
14
|
+
/**
|
|
15
|
+
* Output representation to fetch all action items against a record Id
|
|
16
|
+
*
|
|
17
|
+
* Keys:
|
|
18
|
+
* (none)
|
|
19
|
+
*/
|
|
20
|
+
export interface ServiceCatalogItemsFetchOutputRepresentationNormalized {
|
|
21
|
+
/** get all action items */
|
|
22
|
+
actions: Array<ServiceCatalogItemsOutputRepresentation_ServiceCatalogItemsOutputRepresentation>;
|
|
23
|
+
/** get frequent actions */
|
|
24
|
+
frequentActions: ServiceCatalogFrequentActionsOutputRepresentation_ServiceCatalogFrequentActionsOutputRepresentation | null;
|
|
25
|
+
status: ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Output representation to fetch all action items against a record Id
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* (none)
|
|
32
|
+
*/
|
|
33
|
+
export interface ServiceCatalogItemsFetchOutputRepresentation {
|
|
34
|
+
actions: Array<ServiceCatalogItemsOutputRepresentation_ServiceCatalogItemsOutputRepresentation>;
|
|
35
|
+
frequentActions: ServiceCatalogFrequentActionsOutputRepresentation_ServiceCatalogFrequentActionsOutputRepresentation | null;
|
|
36
|
+
status: ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation;
|
|
37
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: ServiceCatalogItemsOutputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ServiceCatalogItemsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Output representation of each service catalog Item
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ServiceCatalogItemsOutputRepresentationNormalized {
|
|
18
|
+
/** It contains action item specific definitions. */
|
|
19
|
+
actionDefinition: {};
|
|
20
|
+
/** get action Description */
|
|
21
|
+
actionDescription: string;
|
|
22
|
+
/** get unique Action ID */
|
|
23
|
+
actionId: string;
|
|
24
|
+
/** get action Label */
|
|
25
|
+
actionLabel: string;
|
|
26
|
+
/** get action Type */
|
|
27
|
+
actionType: string;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Output representation of each service catalog Item
|
|
31
|
+
*
|
|
32
|
+
* Keys:
|
|
33
|
+
* (none)
|
|
34
|
+
*/
|
|
35
|
+
export interface ServiceCatalogItemsOutputRepresentation {
|
|
36
|
+
actionDefinition: {};
|
|
37
|
+
actionDescription: string;
|
|
38
|
+
actionId: string;
|
|
39
|
+
actionLabel: string;
|
|
40
|
+
actionType: string;
|
|
41
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: ServiceExcellenceIdOutputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ServiceExcellenceIdOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Output representation of entity Id output
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ServiceExcellenceIdOutputRepresentationNormalized {
|
|
18
|
+
/** get id */
|
|
19
|
+
id: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Output representation of entity Id output
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface ServiceExcellenceIdOutputRepresentation {
|
|
28
|
+
id: string;
|
|
29
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: ServiceExcellenceStatusOutputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ServiceExcellenceStatusOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Output representation to display the status of an API request
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ServiceExcellenceStatusOutputRepresentationNormalized {
|
|
18
|
+
/** get status code */
|
|
19
|
+
code: number;
|
|
20
|
+
/** get status message */
|
|
21
|
+
message: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Output representation to display the status of an API request
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface ServiceExcellenceStatusOutputRepresentation {
|
|
30
|
+
code: number;
|
|
31
|
+
message: string;
|
|
32
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const ObjectFreeze: {
|
|
3
|
+
<T extends Function>(f: T): T;
|
|
4
|
+
<T_1 extends {
|
|
5
|
+
[idx: string]: object | U | null | undefined;
|
|
6
|
+
}, U extends string | number | bigint | boolean | symbol>(o: T_1): Readonly<T_1>;
|
|
7
|
+
<T_2>(o: T_2): Readonly<T_2>;
|
|
8
|
+
}, ObjectKeys: {
|
|
9
|
+
(o: object): string[];
|
|
10
|
+
(o: {}): string[];
|
|
11
|
+
}, ObjectCreate: {
|
|
12
|
+
(o: object | null): any;
|
|
13
|
+
(o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
|
|
14
|
+
}, ObjectAssign: {
|
|
15
|
+
<T extends {}, U>(target: T, source: U): T & U;
|
|
16
|
+
<T_1 extends {}, U_1, V>(target: T_1, source1: U_1, source2: V): T_1 & U_1 & V;
|
|
17
|
+
<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;
|
|
18
|
+
(target: object, ...sources: any[]): any;
|
|
19
|
+
};
|
|
20
|
+
export declare const ArrayIsArray: (arg: any) => arg is any[];
|
|
21
|
+
export declare const JSONStringify: {
|
|
22
|
+
(value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string;
|
|
23
|
+
(value: any, replacer?: (string | number)[] | null | undefined, space?: string | number | undefined): string;
|
|
24
|
+
};
|
|
25
|
+
type AllowedPrimitives = boolean | string | number | Date | null;
|
|
26
|
+
type Value<T> = T extends AllowedPrimitives ? T : RecursivePartial<T>;
|
|
27
|
+
export type RecursivePartial<T> = null | {
|
|
28
|
+
[P in keyof T]?: T[P] extends Array<infer U> ? Array<Value<U>> | null : Value<T[P]> | null;
|
|
29
|
+
};
|
|
30
|
+
export declare function equalsArray<U, V extends U[]>(a: V, b: V, equalsItem: (itemA: U, itemB: U) => boolean | void): boolean;
|
|
31
|
+
export declare function equalsObject<U, V extends {
|
|
32
|
+
[key: string]: U;
|
|
33
|
+
}>(a: V, b: V, equalsProp: (propA: U, propB: U) => boolean | void): boolean;
|
|
34
|
+
export declare function deepFreeze(value: any): void;
|
|
35
|
+
export declare function createLink(ref: string | $64$luvio_engine_NormalizedKeyMetadata): {
|
|
36
|
+
__ref: string;
|
|
37
|
+
};
|
|
38
|
+
export declare function assignMetadataLink(entry: any, metadataKey: string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
39
|
+
export {};
|