@salesforce/lds-adapters-industries-actionablelist 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.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/industries-actionablelist.js +5762 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/createActionableListDefinition.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createBulkActionPlans.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteFilterTemplate.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/getActionableListDatasetInfo.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getActionableListDefinitions.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getActionableListMembers.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getDatasetColumnValues.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getFilterTemplate.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getFilterTemplatesForListDefinition.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/upsertActionableList.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/upsertActionableListDatasetColumnUser.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/upsertActionableListFilterTemplate.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/adapters/upsertActionableListRefreshFilter.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectActionableListDefFilterByActionableListDefinitionFilterId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectActionableListDefFilterByActionableListDefinitionFilterId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectActionableListDefinition.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectActionableListDefinitionColumnValuesByAldcId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectActionableListMembersById.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectGetActionableListDefFilters.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectActionableList.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectActionableListDatasetColumnUserAssignment.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectActionableListDefFilter.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectActionableListDefinition.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectActionableListDefinitionRows.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectActionableListRefreshCount.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectBulkActionCreateBulkActionplans.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/types/ALDDatasetColumnOutputRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/ALDMemberStatusOutputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListColumnUserInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListColumnsUserOutputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListColumnsUserUpsertInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListDatasetByDefinitionRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListDatasetColumnRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListDatasetColumnUserWrapperInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListDatasetColumnValuesOutputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListDatasetInputRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListDatasetRowRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListDatasetWrapperInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListDefinitionCreateInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListDefinitionCreateOutputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListDefinitionGetAllOutputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListDefinitionOutputRepresentation.d.ts +61 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListDefinitionStatusOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListDefinitionWrapperInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListFilterInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListFilterInputRepresentationList.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListFilterTemplateInputRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListFilterTemplateListOutputRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListFilterTemplateOutputRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListFilterTemplateUpsertOutputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListMemberInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListMemberStatusRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListMembersOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListRefreshFilterConditionOutputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListRefreshFilterListOutputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListRefreshInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListRefreshOutputRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListRefreshWrapperInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListUpsertInputRepresentation.d.ts +61 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListUpsertOutputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/ActionableListWrapperInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AdditionalContextRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/CreateBulkActionPlanInputRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/CreateBulkActionPlanOutputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +74 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +5928 -0
- package/src/raml/api.raml +917 -0
- package/src/raml/luvio.raml +126 -0
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ActionableListDatasetInputRepresentation as ActionableListDatasetInputRepresentation_ActionableListDatasetInputRepresentation } from './ActionableListDatasetInputRepresentation';
|
|
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 = "d53645f77e756412c26d04a74e552e35";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ActionableListDatasetWrapperInputRepresentation, existing: ActionableListDatasetWrapperInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListDatasetWrapperInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ActionableListDatasetWrapperInputRepresentationNormalized, incoming: ActionableListDatasetWrapperInputRepresentationNormalized): 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: ActionableListDatasetWrapperInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* wrapper of ActionableListDatasetInputRepresentation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ActionableListDatasetWrapperInputRepresentationNormalized {
|
|
18
|
+
/** Input representation for ActionableListDatasetInputRepresentation */
|
|
19
|
+
actionableListDataset: ActionableListDatasetInputRepresentation_ActionableListDatasetInputRepresentation;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* wrapper of ActionableListDatasetInputRepresentation
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface ActionableListDatasetWrapperInputRepresentation {
|
|
28
|
+
actionableListDataset: ActionableListDatasetInputRepresentation_ActionableListDatasetInputRepresentation;
|
|
29
|
+
}
|
|
@@ -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 = "8eff51e526510eaa24a6a5193e02f57f";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ActionableListDefinitionCreateInputRepresentation, existing: ActionableListDefinitionCreateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListDefinitionCreateInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ActionableListDefinitionCreateInputRepresentationNormalized, incoming: ActionableListDefinitionCreateInputRepresentationNormalized): 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: ActionableListDefinitionCreateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for create actionable list definition API
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ActionableListDefinitionCreateInputRepresentationNormalized {
|
|
17
|
+
/** Set batchCalcJobDefinition id for create actionable list definition */
|
|
18
|
+
batchCalcJobDefinitionId?: string | null;
|
|
19
|
+
/** Set developer name for create actionable list definition */
|
|
20
|
+
developerName: string;
|
|
21
|
+
/** Set label for create actionable list definition */
|
|
22
|
+
label: string;
|
|
23
|
+
/** Set anchor entity for create actionable list definition */
|
|
24
|
+
objectName: string;
|
|
25
|
+
/** The type of the actionable list that can be created from the actionable list definition. */
|
|
26
|
+
type?: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Input representation for create actionable list definition API
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface ActionableListDefinitionCreateInputRepresentation {
|
|
35
|
+
batchCalcJobDefinitionId?: string | null;
|
|
36
|
+
developerName: string;
|
|
37
|
+
label: string;
|
|
38
|
+
objectName: string;
|
|
39
|
+
type?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { ActionableListDefinitionOutputRepresentation as ActionableListDefinitionOutputRepresentation_ActionableListDefinitionOutputRepresentation } from './ActionableListDefinitionOutputRepresentation';
|
|
2
|
+
import { ActionableListDefinitionStatusOutputRepresentation as ActionableListDefinitionStatusOutputRepresentation_ActionableListDefinitionStatusOutputRepresentation } from './ActionableListDefinitionStatusOutputRepresentation';
|
|
3
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
4
|
+
export declare const TTL = 100;
|
|
5
|
+
export declare const VERSION = "7f7f8555df2466c8cbc7878266c1decd";
|
|
6
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
|
+
export declare const RepresentationType: string;
|
|
8
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
9
|
+
id: string;
|
|
10
|
+
}
|
|
11
|
+
export type ActionableListDefinitionCreateOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export type PartialActionableListDefinitionCreateOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
14
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): ActionableListDefinitionCreateOutputRepresentationNormalizedKeyMetadata;
|
|
15
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ActionableListDefinitionCreateOutputRepresentation): string;
|
|
16
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ActionableListDefinitionCreateOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
17
|
+
export declare function normalize(input: ActionableListDefinitionCreateOutputRepresentation, existing: ActionableListDefinitionCreateOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListDefinitionCreateOutputRepresentationNormalized;
|
|
18
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
19
|
+
export declare function equals(existing: ActionableListDefinitionCreateOutputRepresentationNormalized, incoming: ActionableListDefinitionCreateOutputRepresentationNormalized): boolean;
|
|
20
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
21
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ActionableListDefinitionCreateOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
22
|
+
/**
|
|
23
|
+
* Output representation for create actionable list definition API
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* id (string): actionableListDefinition.id
|
|
27
|
+
*/
|
|
28
|
+
export interface ActionableListDefinitionCreateOutputRepresentationNormalized {
|
|
29
|
+
actionableListDefinition: ActionableListDefinitionOutputRepresentation_ActionableListDefinitionOutputRepresentation;
|
|
30
|
+
status: ActionableListDefinitionStatusOutputRepresentation_ActionableListDefinitionStatusOutputRepresentation;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Output representation for create actionable list definition API
|
|
34
|
+
*
|
|
35
|
+
* Keys:
|
|
36
|
+
* id (string): actionableListDefinition.id
|
|
37
|
+
*/
|
|
38
|
+
export interface ActionableListDefinitionCreateOutputRepresentation {
|
|
39
|
+
actionableListDefinition: ActionableListDefinitionOutputRepresentation_ActionableListDefinitionOutputRepresentation;
|
|
40
|
+
status: ActionableListDefinitionStatusOutputRepresentation_ActionableListDefinitionStatusOutputRepresentation;
|
|
41
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { ActionableListDefinitionOutputRepresentation as ActionableListDefinitionOutputRepresentation_ActionableListDefinitionOutputRepresentation } from './ActionableListDefinitionOutputRepresentation';
|
|
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 TTL = 100;
|
|
4
|
+
export declare const VERSION = "4c1ba3bd226b3670b78af4e7ea159854";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: ActionableListDefinitionGetAllOutputRepresentation, existing: ActionableListDefinitionGetAllOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListDefinitionGetAllOutputRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: ActionableListDefinitionGetAllOutputRepresentationNormalized, incoming: ActionableListDefinitionGetAllOutputRepresentationNormalized): boolean;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ActionableListDefinitionGetAllOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Output representation for get actionable list definition API
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ActionableListDefinitionGetAllOutputRepresentationNormalized {
|
|
19
|
+
/** List of all actionable list definitions */
|
|
20
|
+
aldList: Array<ActionableListDefinitionOutputRepresentation_ActionableListDefinitionOutputRepresentation>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Output representation for get actionable list definition API
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface ActionableListDefinitionGetAllOutputRepresentation {
|
|
29
|
+
aldList: Array<ActionableListDefinitionOutputRepresentation_ActionableListDefinitionOutputRepresentation>;
|
|
30
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ActionableListDefinitionOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { ALDDatasetColumnOutputRepresentation as ALDDatasetColumnOutputRepresentation_ALDDatasetColumnOutputRepresentation } from './ALDDatasetColumnOutputRepresentation';
|
|
2
|
+
import { ALDMemberStatusOutputRepresentation as ALDMemberStatusOutputRepresentation_ALDMemberStatusOutputRepresentation } from './ALDMemberStatusOutputRepresentation';
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
4
|
+
export declare const TTL = 100;
|
|
5
|
+
export declare const VERSION = "472194c74e6d2d229b81cfead0c0ae2a";
|
|
6
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
|
+
export declare const RepresentationType: string;
|
|
8
|
+
export declare function normalize(input: ActionableListDefinitionOutputRepresentation, existing: ActionableListDefinitionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListDefinitionOutputRepresentationNormalized;
|
|
9
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
10
|
+
export declare function equals(existing: ActionableListDefinitionOutputRepresentationNormalized, incoming: ActionableListDefinitionOutputRepresentationNormalized): 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: ActionableListDefinitionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
13
|
+
/**
|
|
14
|
+
* Output representation of single object for get actionable list definition API
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface ActionableListDefinitionOutputRepresentationNormalized {
|
|
20
|
+
/** Information about all dataset columns for this actionable list definition */
|
|
21
|
+
aldDatasetColumnOutputRepresentation: Array<ALDDatasetColumnOutputRepresentation_ALDDatasetColumnOutputRepresentation>;
|
|
22
|
+
/** Information about all member status for this actionable list definition */
|
|
23
|
+
aldMemberStatusOutputRepresentation: Array<ALDMemberStatusOutputRepresentation_ALDMemberStatusOutputRepresentation>;
|
|
24
|
+
/** BatchCalcJobDefinitionId of DPE definition */
|
|
25
|
+
batchCalcJobDefinitionId: string | null;
|
|
26
|
+
/** Full Name of actionable list definition */
|
|
27
|
+
fullName: string;
|
|
28
|
+
/** Id of actionable list definition */
|
|
29
|
+
id: string;
|
|
30
|
+
/** Flag to determine whether the actionable list definition is active or not */
|
|
31
|
+
isActive: boolean;
|
|
32
|
+
/** Anchor object name of actionable list definition */
|
|
33
|
+
objectName: string;
|
|
34
|
+
/** Status of actionable list definition on DPE side */
|
|
35
|
+
status: string;
|
|
36
|
+
/** TCRM dataset id of dataset created on tcrm side */
|
|
37
|
+
tcrmDatasetId: string | null;
|
|
38
|
+
/** TCRM dataset name of dataset created on tcrm side */
|
|
39
|
+
tcrmDatasetName: string;
|
|
40
|
+
/** The type of the actionable list that can be created from the actionable list definition. */
|
|
41
|
+
type?: string | null;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Output representation of single object for get actionable list definition API
|
|
45
|
+
*
|
|
46
|
+
* Keys:
|
|
47
|
+
* (none)
|
|
48
|
+
*/
|
|
49
|
+
export interface ActionableListDefinitionOutputRepresentation {
|
|
50
|
+
aldDatasetColumnOutputRepresentation: Array<ALDDatasetColumnOutputRepresentation_ALDDatasetColumnOutputRepresentation>;
|
|
51
|
+
aldMemberStatusOutputRepresentation: Array<ALDMemberStatusOutputRepresentation_ALDMemberStatusOutputRepresentation>;
|
|
52
|
+
batchCalcJobDefinitionId: string | null;
|
|
53
|
+
fullName: string;
|
|
54
|
+
id: string;
|
|
55
|
+
isActive: boolean;
|
|
56
|
+
objectName: string;
|
|
57
|
+
status: string;
|
|
58
|
+
tcrmDatasetId: string | null;
|
|
59
|
+
tcrmDatasetName: string;
|
|
60
|
+
type?: string | null;
|
|
61
|
+
}
|
|
@@ -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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const TTL = 100;
|
|
3
|
+
export declare const VERSION = "c011e92d9100cd54f4f75b6951999c39";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ActionableListDefinitionStatusOutputRepresentation, existing: ActionableListDefinitionStatusOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListDefinitionStatusOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ActionableListDefinitionStatusOutputRepresentationNormalized, incoming: ActionableListDefinitionStatusOutputRepresentationNormalized): 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: ActionableListDefinitionStatusOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Output representation to display the status of an API request
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ActionableListDefinitionStatusOutputRepresentationNormalized {
|
|
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 ActionableListDefinitionStatusOutputRepresentation {
|
|
30
|
+
code: number;
|
|
31
|
+
message: string;
|
|
32
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ActionableListDefinitionCreateInputRepresentation as ActionableListDefinitionCreateInputRepresentation_ActionableListDefinitionCreateInputRepresentation } from './ActionableListDefinitionCreateInputRepresentation';
|
|
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 = "41359b9f27336c83ae94f352aa4319c3";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ActionableListDefinitionWrapperInputRepresentation, existing: ActionableListDefinitionWrapperInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListDefinitionWrapperInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ActionableListDefinitionWrapperInputRepresentationNormalized, incoming: ActionableListDefinitionWrapperInputRepresentationNormalized): 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: ActionableListDefinitionWrapperInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* wrapper of ActionableListDefinitionCreateInputRepresentation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ActionableListDefinitionWrapperInputRepresentationNormalized {
|
|
18
|
+
/** Input representation for ActionableListDefinitionCreateInputRepresentation */
|
|
19
|
+
actionableListDefinitionCreateInput: ActionableListDefinitionCreateInputRepresentation_ActionableListDefinitionCreateInputRepresentation;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* wrapper of ActionableListDefinitionCreateInputRepresentation
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface ActionableListDefinitionWrapperInputRepresentation {
|
|
28
|
+
actionableListDefinitionCreateInput: ActionableListDefinitionCreateInputRepresentation_ActionableListDefinitionCreateInputRepresentation;
|
|
29
|
+
}
|
|
@@ -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 = "69a8d31b0ae923ae75e844824817b513";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ActionableListFilterInputRepresentation, existing: ActionableListFilterInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListFilterInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ActionableListFilterInputRepresentationNormalized, incoming: ActionableListFilterInputRepresentationNormalized): 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: ActionableListFilterInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for actionable list Filters.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ActionableListFilterInputRepresentationNormalized {
|
|
17
|
+
/** Id of Column to be filtered */
|
|
18
|
+
columnId?: string | null;
|
|
19
|
+
/** Name of Column to be filtered */
|
|
20
|
+
columnName?: string | null;
|
|
21
|
+
/** data domain of filter column */
|
|
22
|
+
dataDomain?: string | null;
|
|
23
|
+
/** operator for filter */
|
|
24
|
+
operator?: string | null;
|
|
25
|
+
/** value for filter */
|
|
26
|
+
value?: string | null;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Input representation for actionable list Filters.
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface ActionableListFilterInputRepresentation {
|
|
35
|
+
columnId?: string | null;
|
|
36
|
+
columnName?: string | null;
|
|
37
|
+
dataDomain?: string | null;
|
|
38
|
+
operator?: string | null;
|
|
39
|
+
value?: string | null;
|
|
40
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ActionableListFilterInputRepresentationList.d.ts
ADDED
|
@@ -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 = "78dc20b55ae46710b17e4af67f6f8cff";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ActionableListFilterInputRepresentationList, existing: ActionableListFilterInputRepresentationListNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListFilterInputRepresentationListNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ActionableListFilterInputRepresentationListNormalized, incoming: ActionableListFilterInputRepresentationListNormalized): 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: ActionableListFilterInputRepresentationList, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for a list of filters
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ActionableListFilterInputRepresentationListNormalized {
|
|
17
|
+
/** filter clauses list */
|
|
18
|
+
actionableListFilterList?: Array<{}>;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Input representation for a list of filters
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface ActionableListFilterInputRepresentationList {
|
|
27
|
+
actionableListFilterList?: Array<{}>;
|
|
28
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { ActionableListFilterInputRepresentation as ActionableListFilterInputRepresentation_ActionableListFilterInputRepresentation } from './ActionableListFilterInputRepresentation';
|
|
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 = "6992c9ed632775c86fefad4fdab5037a";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ActionableListFilterTemplateInputRepresentation, existing: ActionableListFilterTemplateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListFilterTemplateInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ActionableListFilterTemplateInputRepresentationNormalized, incoming: ActionableListFilterTemplateInputRepresentationNormalized): 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: ActionableListFilterTemplateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Request schema for new template creation or updation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ActionableListFilterTemplateInputRepresentationNormalized {
|
|
18
|
+
/** Id of related actionable list definition */
|
|
19
|
+
actionableListDefinitionId: string;
|
|
20
|
+
/** Actionable List Filter Template description */
|
|
21
|
+
description: string | null;
|
|
22
|
+
/** List of filter conditions to be stored for template */
|
|
23
|
+
filterList: Array<ActionableListFilterInputRepresentation_ActionableListFilterInputRepresentation | null>;
|
|
24
|
+
/** Filter logic for template filter conditions */
|
|
25
|
+
filterLogic: string | null;
|
|
26
|
+
/** Actionable List Filter Template id in case of update request */
|
|
27
|
+
id: string | null;
|
|
28
|
+
/** specifies if edit is for template details for filter conditions */
|
|
29
|
+
isTemplateDetailEdit: boolean;
|
|
30
|
+
/** Sharing type of filter template */
|
|
31
|
+
sharingType: string;
|
|
32
|
+
/** Actionable List Filter Template Name */
|
|
33
|
+
templateName: string;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Request schema for new template creation or updation
|
|
37
|
+
*
|
|
38
|
+
* Keys:
|
|
39
|
+
* (none)
|
|
40
|
+
*/
|
|
41
|
+
export interface ActionableListFilterTemplateInputRepresentation {
|
|
42
|
+
actionableListDefinitionId: string;
|
|
43
|
+
description: string | null;
|
|
44
|
+
filterList: Array<ActionableListFilterInputRepresentation_ActionableListFilterInputRepresentation | null>;
|
|
45
|
+
filterLogic: string | null;
|
|
46
|
+
id: string | null;
|
|
47
|
+
isTemplateDetailEdit: boolean;
|
|
48
|
+
sharingType: string;
|
|
49
|
+
templateName: string;
|
|
50
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
import { ActionableListFilterTemplateOutputRepresentation as ActionableListFilterTemplateOutputRepresentation_ActionableListFilterTemplateOutputRepresentation } from './ActionableListFilterTemplateOutputRepresentation';
|
|
3
|
+
export declare const TTL = 5000;
|
|
4
|
+
export declare const VERSION = "1e66eb919610ba591f0e8168462a1df1";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: ActionableListFilterTemplateListOutputRepresentation, existing: ActionableListFilterTemplateListOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListFilterTemplateListOutputRepresentationNormalized;
|
|
8
|
+
export interface DynamicIngestParams {
|
|
9
|
+
filterTemplates: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
}
|
|
11
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: ActionableListFilterTemplateListOutputRepresentation, existing: ActionableListFilterTemplateListOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => ActionableListFilterTemplateListOutputRepresentationNormalized;
|
|
12
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
13
|
+
export interface DynamicSelectParams {
|
|
14
|
+
filterTemplates?: $64$luvio_engine_LinkSelection;
|
|
15
|
+
}
|
|
16
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: ActionableListFilterTemplateListOutputRepresentationNormalized, incoming: ActionableListFilterTemplateListOutputRepresentationNormalized): boolean;
|
|
18
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ActionableListFilterTemplateListOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
21
|
+
/**
|
|
22
|
+
* Output response for get filter templates request for list definition
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface ActionableListFilterTemplateListOutputRepresentationNormalized {
|
|
28
|
+
/** Id of the actionable list definition */
|
|
29
|
+
actionableListDefinitionId: string;
|
|
30
|
+
/** List of filter conditions associated with filter template */
|
|
31
|
+
filterTemplates: Array<$64$luvio_engine_StoreLink>;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Output response for get filter templates request for list definition
|
|
35
|
+
*
|
|
36
|
+
* Keys:
|
|
37
|
+
* (none)
|
|
38
|
+
*/
|
|
39
|
+
export interface ActionableListFilterTemplateListOutputRepresentation {
|
|
40
|
+
actionableListDefinitionId: string;
|
|
41
|
+
filterTemplates: Array<ActionableListFilterTemplateOutputRepresentation_ActionableListFilterTemplateOutputRepresentation>;
|
|
42
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { ActionableListRefreshFilterConditionOutputRepresentation as ActionableListRefreshFilterConditionOutputRepresentation_ActionableListRefreshFilterConditionOutputRepresentation } from './ActionableListRefreshFilterConditionOutputRepresentation';
|
|
2
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const TTL = 5000;
|
|
4
|
+
export declare const VERSION = "e9823be5e0defcdfb169417108e57e8e";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
8
|
+
id: string;
|
|
9
|
+
}
|
|
10
|
+
export type ActionableListFilterTemplateOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialActionableListFilterTemplateOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): ActionableListFilterTemplateOutputRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ActionableListFilterTemplateOutputRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ActionableListFilterTemplateOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: ActionableListFilterTemplateOutputRepresentation, existing: ActionableListFilterTemplateOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListFilterTemplateOutputRepresentationNormalized;
|
|
17
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
18
|
+
export declare function equals(existing: ActionableListFilterTemplateOutputRepresentationNormalized, incoming: ActionableListFilterTemplateOutputRepresentationNormalized): boolean;
|
|
19
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
20
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ActionableListFilterTemplateOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
21
|
+
/**
|
|
22
|
+
* Output response for get filter template
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* id (string): id
|
|
26
|
+
*/
|
|
27
|
+
export interface ActionableListFilterTemplateOutputRepresentationNormalized {
|
|
28
|
+
/** Actionable List Filter Template description */
|
|
29
|
+
description: string | null;
|
|
30
|
+
/** List of filter conditions associated with template */
|
|
31
|
+
filterList: Array<ActionableListRefreshFilterConditionOutputRepresentation_ActionableListRefreshFilterConditionOutputRepresentation | null>;
|
|
32
|
+
/** Filter logic for template filter conditions */
|
|
33
|
+
filterLogic: string | null;
|
|
34
|
+
/** Actionable List Filter Template Id */
|
|
35
|
+
id: string;
|
|
36
|
+
/** User Id of the owner of the filter template */
|
|
37
|
+
ownerId: string | null;
|
|
38
|
+
/** User Name of the owner of the filter template */
|
|
39
|
+
ownerName: string | null;
|
|
40
|
+
/** Sharing type of filter template */
|
|
41
|
+
sharingType: string;
|
|
42
|
+
/** Actionable List Filter Template Name */
|
|
43
|
+
templateName: string;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Output response for get filter template
|
|
47
|
+
*
|
|
48
|
+
* Keys:
|
|
49
|
+
* id (string): id
|
|
50
|
+
*/
|
|
51
|
+
export interface ActionableListFilterTemplateOutputRepresentation {
|
|
52
|
+
description: string | null;
|
|
53
|
+
filterList: Array<ActionableListRefreshFilterConditionOutputRepresentation_ActionableListRefreshFilterConditionOutputRepresentation | null>;
|
|
54
|
+
filterLogic: string | null;
|
|
55
|
+
id: string;
|
|
56
|
+
ownerId: string | null;
|
|
57
|
+
ownerName: string | null;
|
|
58
|
+
sharingType: string;
|
|
59
|
+
templateName: string;
|
|
60
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const TTL = 5000;
|
|
3
|
+
export declare const VERSION = "3cd16ed4312e68ebb85a92c2878b54f2";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
7
|
+
id: string | null;
|
|
8
|
+
}
|
|
9
|
+
export type ActionableListFilterTemplateUpsertOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export type PartialActionableListFilterTemplateUpsertOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
12
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): ActionableListFilterTemplateUpsertOutputRepresentationNormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ActionableListFilterTemplateUpsertOutputRepresentation): string;
|
|
14
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ActionableListFilterTemplateUpsertOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function normalize(input: ActionableListFilterTemplateUpsertOutputRepresentation, existing: ActionableListFilterTemplateUpsertOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListFilterTemplateUpsertOutputRepresentationNormalized;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: ActionableListFilterTemplateUpsertOutputRepresentationNormalized, incoming: ActionableListFilterTemplateUpsertOutputRepresentationNormalized): boolean;
|
|
18
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ActionableListFilterTemplateUpsertOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
/**
|
|
21
|
+
* Output response for create or update request for filter template
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* id (string | null): id
|
|
25
|
+
*/
|
|
26
|
+
export interface ActionableListFilterTemplateUpsertOutputRepresentationNormalized {
|
|
27
|
+
/** Error message while upserting filter template */
|
|
28
|
+
errorMessage: string | null;
|
|
29
|
+
/** Id of actionable list filter template */
|
|
30
|
+
id: string | null;
|
|
31
|
+
/** Flag to detonate that actionable list filter template successfully upserted */
|
|
32
|
+
isSuccess: string | null;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Output response for create or update request for filter template
|
|
36
|
+
*
|
|
37
|
+
* Keys:
|
|
38
|
+
* id (string | null): id
|
|
39
|
+
*/
|
|
40
|
+
export interface ActionableListFilterTemplateUpsertOutputRepresentation {
|
|
41
|
+
errorMessage: string | null;
|
|
42
|
+
id: string | null;
|
|
43
|
+
isSuccess: string | null;
|
|
44
|
+
}
|
|
@@ -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 = "5a8107ef63fe3bebfce2d0ca114053c0";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ActionableListMemberInputRepresentation, existing: ActionableListMemberInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListMemberInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ActionableListMemberInputRepresentationNormalized, incoming: ActionableListMemberInputRepresentationNormalized): 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: ActionableListMemberInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for ActionableListMember
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ActionableListMemberInputRepresentationNormalized {
|
|
17
|
+
/** Actionable List Member Id */
|
|
18
|
+
actionableListMemberId: string;
|
|
19
|
+
/** Reference Record Id */
|
|
20
|
+
referenceRecordId: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Input representation for ActionableListMember
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface ActionableListMemberInputRepresentation {
|
|
29
|
+
actionableListMemberId: string;
|
|
30
|
+
referenceRecordId: string;
|
|
31
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ActionableListMemberStatusRepresentation.d.ts
ADDED
|
@@ -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 = "4ddcc2754150af16fd09c10d9fdabfbc";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ActionableListMemberStatusRepresentation, existing: ActionableListMemberStatusRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListMemberStatusRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ActionableListMemberStatusRepresentationNormalized, incoming: ActionableListMemberStatusRepresentationNormalized): 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: ActionableListMemberStatusRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Output representation to display actionable List member status
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ActionableListMemberStatusRepresentationNormalized {
|
|
17
|
+
/** get icon name */
|
|
18
|
+
iconName: string | null;
|
|
19
|
+
/** get id */
|
|
20
|
+
id: string | null;
|
|
21
|
+
/** get status */
|
|
22
|
+
status: string | null;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Output representation to display actionable List member status
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface ActionableListMemberStatusRepresentation {
|
|
31
|
+
iconName: string | null;
|
|
32
|
+
id: string | null;
|
|
33
|
+
status: string | null;
|
|
34
|
+
}
|