@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
package/dist/es/es2018/types/src/generated/types/ActionableListMembersOutputRepresentation.d.ts
ADDED
|
@@ -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, 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 = "6ddedf71126866b776255aa167159b36";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ActionableListMembersOutputRepresentation, existing: ActionableListMembersOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListMembersOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ActionableListMembersOutputRepresentationNormalized, incoming: ActionableListMembersOutputRepresentationNormalized): 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: ActionableListMembersOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Fetch existing members from Actionable List
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ActionableListMembersOutputRepresentationNormalized {
|
|
18
|
+
/** A list of Ids of members in a actionableList */
|
|
19
|
+
memberIds: Array<string>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Fetch existing members from Actionable List
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface ActionableListMembersOutputRepresentation {
|
|
28
|
+
memberIds: Array<string>;
|
|
29
|
+
}
|
|
@@ -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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const TTL = 1000;
|
|
3
|
+
export declare const VERSION = "bad75ff1a6600988b043c5bd86a36316";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ActionableListRefreshFilterConditionOutputRepresentation, existing: ActionableListRefreshFilterConditionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListRefreshFilterConditionOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ActionableListRefreshFilterConditionOutputRepresentationNormalized, incoming: ActionableListRefreshFilterConditionOutputRepresentationNormalized): 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: ActionableListRefreshFilterConditionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Output response for the Actionable List refresh filter condition
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ActionableListRefreshFilterConditionOutputRepresentationNormalized {
|
|
18
|
+
/** Name of Column to be filtered */
|
|
19
|
+
columnName: string | null;
|
|
20
|
+
/** DataDomain for filter */
|
|
21
|
+
dataDomain: string | null;
|
|
22
|
+
/** operator for filter */
|
|
23
|
+
operator: string | null;
|
|
24
|
+
/** Sequence number of filter */
|
|
25
|
+
sequenceNumber: number | null;
|
|
26
|
+
/** value for filter */
|
|
27
|
+
value: string | null;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Output response for the Actionable List refresh filter condition
|
|
31
|
+
*
|
|
32
|
+
* Keys:
|
|
33
|
+
* (none)
|
|
34
|
+
*/
|
|
35
|
+
export interface ActionableListRefreshFilterConditionOutputRepresentation {
|
|
36
|
+
columnName: string | null;
|
|
37
|
+
dataDomain: string | null;
|
|
38
|
+
operator: string | null;
|
|
39
|
+
sequenceNumber: number | null;
|
|
40
|
+
value: string | null;
|
|
41
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { ActionableListRefreshFilterConditionOutputRepresentation as ActionableListRefreshFilterConditionOutputRepresentation_ActionableListRefreshFilterConditionOutputRepresentation } from './ActionableListRefreshFilterConditionOutputRepresentation';
|
|
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 = 1000;
|
|
4
|
+
export declare const VERSION = "eb64878570998dc7aa7bb9f8a21e65fb";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: ActionableListRefreshFilterListOutputRepresentation, existing: ActionableListRefreshFilterListOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListRefreshFilterListOutputRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: ActionableListRefreshFilterListOutputRepresentationNormalized, incoming: ActionableListRefreshFilterListOutputRepresentationNormalized): 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: ActionableListRefreshFilterListOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Output response for the Actionable List refresh filters
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ActionableListRefreshFilterListOutputRepresentationNormalized {
|
|
19
|
+
/** Actionable list filters */
|
|
20
|
+
conditions: Array<ActionableListRefreshFilterConditionOutputRepresentation_ActionableListRefreshFilterConditionOutputRepresentation | null>;
|
|
21
|
+
/** List member filter logic */
|
|
22
|
+
filterLogic: string | null;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Output response for the Actionable List refresh filters
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface ActionableListRefreshFilterListOutputRepresentation {
|
|
31
|
+
conditions: Array<ActionableListRefreshFilterConditionOutputRepresentation_ActionableListRefreshFilterConditionOutputRepresentation | null>;
|
|
32
|
+
filterLogic: string | null;
|
|
33
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ActionableListRefreshInputRepresentation.d.ts
ADDED
|
@@ -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 = "149ee02e6f94b9fc88c8260b31abd6ad";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ActionableListRefreshInputRepresentation, existing: ActionableListRefreshInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListRefreshInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ActionableListRefreshInputRepresentationNormalized, incoming: ActionableListRefreshInputRepresentationNormalized): 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: ActionableListRefreshInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation to List refresh for ActionableList
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ActionableListRefreshInputRepresentationNormalized {
|
|
17
|
+
/** Id of the actionable list definition */
|
|
18
|
+
actionableListDefinitionId: string;
|
|
19
|
+
/** Id of the actionable list */
|
|
20
|
+
actionableListId: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Input representation to List refresh for ActionableList
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface ActionableListRefreshInputRepresentation {
|
|
29
|
+
actionableListDefinitionId: string;
|
|
30
|
+
actionableListId: string;
|
|
31
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ActionableListRefreshOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { ActionableListRefreshFilterListOutputRepresentation as ActionableListRefreshFilterListOutputRepresentation_ActionableListRefreshFilterListOutputRepresentation } from './ActionableListRefreshFilterListOutputRepresentation';
|
|
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 = 1000;
|
|
4
|
+
export declare const VERSION = "f0e0d61c9d82fd013fe16d8a9bf9f198";
|
|
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 | null;
|
|
9
|
+
}
|
|
10
|
+
export type ActionableListRefreshOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialActionableListRefreshOutputRepresentationNormalizedKeyMetadata = 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): ActionableListRefreshOutputRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ActionableListRefreshOutputRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ActionableListRefreshOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: ActionableListRefreshOutputRepresentation, existing: ActionableListRefreshOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListRefreshOutputRepresentationNormalized;
|
|
17
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
18
|
+
export declare function equals(existing: ActionableListRefreshOutputRepresentationNormalized, incoming: ActionableListRefreshOutputRepresentationNormalized): 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: ActionableListRefreshOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
21
|
+
/**
|
|
22
|
+
* Output response for the Actionable List refresh
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* id (string | null): id
|
|
26
|
+
*/
|
|
27
|
+
export interface ActionableListRefreshOutputRepresentationNormalized {
|
|
28
|
+
/** List member count */
|
|
29
|
+
candidateMemberCount: number | null;
|
|
30
|
+
/** Error message while upserting actionable list filter */
|
|
31
|
+
errorMessage: string | null;
|
|
32
|
+
/** Existing member count */
|
|
33
|
+
existingMemberCount: number | null;
|
|
34
|
+
/** List Filter */
|
|
35
|
+
filters: ActionableListRefreshFilterListOutputRepresentation_ActionableListRefreshFilterListOutputRepresentation | null;
|
|
36
|
+
/** Id of actionable list */
|
|
37
|
+
id: string | null;
|
|
38
|
+
/** Flag to detonate that actionable list refresh filters successfully upserted */
|
|
39
|
+
isSuccess: string | null;
|
|
40
|
+
/** Max allowed member count */
|
|
41
|
+
maxMemberCount: number | null;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Output response for the Actionable List refresh
|
|
45
|
+
*
|
|
46
|
+
* Keys:
|
|
47
|
+
* id (string | null): id
|
|
48
|
+
*/
|
|
49
|
+
export interface ActionableListRefreshOutputRepresentation {
|
|
50
|
+
candidateMemberCount: number | null;
|
|
51
|
+
errorMessage: string | null;
|
|
52
|
+
existingMemberCount: number | null;
|
|
53
|
+
filters: ActionableListRefreshFilterListOutputRepresentation_ActionableListRefreshFilterListOutputRepresentation | null;
|
|
54
|
+
id: string | null;
|
|
55
|
+
isSuccess: string | null;
|
|
56
|
+
maxMemberCount: number | null;
|
|
57
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ActionableListRefreshInputRepresentation as ActionableListRefreshInputRepresentation_ActionableListRefreshInputRepresentation } from './ActionableListRefreshInputRepresentation';
|
|
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 = "9460b9826902472eb2aeedf1ab9d25bf";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ActionableListRefreshWrapperInputRepresentation, existing: ActionableListRefreshWrapperInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListRefreshWrapperInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ActionableListRefreshWrapperInputRepresentationNormalized, incoming: ActionableListRefreshWrapperInputRepresentationNormalized): 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: ActionableListRefreshWrapperInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* wrapper of ActionableListRefreshInputRepresentation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ActionableListRefreshWrapperInputRepresentationNormalized {
|
|
18
|
+
/** Input representation for ActionableListRefreshInputRepresentation */
|
|
19
|
+
actionableListRefreshInput: ActionableListRefreshInputRepresentation_ActionableListRefreshInputRepresentation;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* wrapper of ActionableListRefreshInputRepresentation
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface ActionableListRefreshWrapperInputRepresentation {
|
|
28
|
+
actionableListRefreshInput: ActionableListRefreshInputRepresentation_ActionableListRefreshInputRepresentation;
|
|
29
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
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 = "63931178426fb485e572f7f916a3f33d";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ActionableListUpsertInputRepresentation, existing: ActionableListUpsertInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListUpsertInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ActionableListUpsertInputRepresentationNormalized, incoming: ActionableListUpsertInputRepresentationNormalized): 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: ActionableListUpsertInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for upsert Actionable List with it's members and columns
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ActionableListUpsertInputRepresentationNormalized {
|
|
17
|
+
/** Upsert actionable list columns of actionable list */
|
|
18
|
+
actionableListColumns?: Array<string>;
|
|
19
|
+
/** Upsert actionable list definition id of actionable list */
|
|
20
|
+
actionableListDefinitionId?: string | null;
|
|
21
|
+
/** Upsert actionable list members of actionable list */
|
|
22
|
+
actionableListMemberIds?: Array<string>;
|
|
23
|
+
/** Additional context of the actionable list */
|
|
24
|
+
additionalContext: {};
|
|
25
|
+
/** Upsert default member status Id of actionable list */
|
|
26
|
+
defaultMemberStatusId?: string | null;
|
|
27
|
+
/** Upsert description of actionable list */
|
|
28
|
+
description?: string | null;
|
|
29
|
+
/** Filter Logic used in dataset query in Async members addition to Actionable List */
|
|
30
|
+
filterLogic?: string;
|
|
31
|
+
/** Filters used in Async members addition to Actionable List */
|
|
32
|
+
filters?: {};
|
|
33
|
+
/** Id to upsert the actionable list record */
|
|
34
|
+
id?: string | null;
|
|
35
|
+
/** Should the upsert be async or sync */
|
|
36
|
+
isAsync?: boolean;
|
|
37
|
+
/** Upsert name of actionable list */
|
|
38
|
+
name?: string | null;
|
|
39
|
+
/** Upsert object name of actionable list */
|
|
40
|
+
objectName?: string | null;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Input representation for upsert Actionable List with it's members and columns
|
|
44
|
+
*
|
|
45
|
+
* Keys:
|
|
46
|
+
* (none)
|
|
47
|
+
*/
|
|
48
|
+
export interface ActionableListUpsertInputRepresentation {
|
|
49
|
+
actionableListColumns?: Array<string>;
|
|
50
|
+
actionableListDefinitionId?: string | null;
|
|
51
|
+
actionableListMemberIds?: Array<string>;
|
|
52
|
+
additionalContext: {};
|
|
53
|
+
defaultMemberStatusId?: string | null;
|
|
54
|
+
description?: string | null;
|
|
55
|
+
filterLogic?: string;
|
|
56
|
+
filters?: {};
|
|
57
|
+
id?: string | null;
|
|
58
|
+
isAsync?: boolean;
|
|
59
|
+
name?: string | null;
|
|
60
|
+
objectName?: string | null;
|
|
61
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ActionableListUpsertOutputRepresentation.d.ts
ADDED
|
@@ -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 = 100;
|
|
3
|
+
export declare const VERSION = "e644bfad74e67f4d67a107b89ef51c01";
|
|
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 ActionableListUpsertOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export type PartialActionableListUpsertOutputRepresentationNormalizedKeyMetadata = 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): ActionableListUpsertOutputRepresentationNormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ActionableListUpsertOutputRepresentation): string;
|
|
14
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ActionableListUpsertOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function normalize(input: ActionableListUpsertOutputRepresentation, existing: ActionableListUpsertOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListUpsertOutputRepresentationNormalized;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: ActionableListUpsertOutputRepresentationNormalized, incoming: ActionableListUpsertOutputRepresentationNormalized): 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: ActionableListUpsertOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
/**
|
|
21
|
+
* Upsert Actionable List and it's members and columns
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* id (string | null): id
|
|
25
|
+
*/
|
|
26
|
+
export interface ActionableListUpsertOutputRepresentationNormalized {
|
|
27
|
+
/** Error message while upserting actionable list */
|
|
28
|
+
errorMessage: string | null;
|
|
29
|
+
/** Id of actionable list */
|
|
30
|
+
id: string | null;
|
|
31
|
+
/** Flag to detonate that actionable list successfully upserted */
|
|
32
|
+
isSuccess: string | null;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Upsert Actionable List and it's members and columns
|
|
36
|
+
*
|
|
37
|
+
* Keys:
|
|
38
|
+
* id (string | null): id
|
|
39
|
+
*/
|
|
40
|
+
export interface ActionableListUpsertOutputRepresentation {
|
|
41
|
+
errorMessage: string | null;
|
|
42
|
+
id: string | null;
|
|
43
|
+
isSuccess: string | null;
|
|
44
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ActionableListWrapperInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ActionableListUpsertInputRepresentation as ActionableListUpsertInputRepresentation_ActionableListUpsertInputRepresentation } from './ActionableListUpsertInputRepresentation';
|
|
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 = "5b8c9f656db95c149a9456670a72b42f";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ActionableListWrapperInputRepresentation, existing: ActionableListWrapperInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListWrapperInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ActionableListWrapperInputRepresentationNormalized, incoming: ActionableListWrapperInputRepresentationNormalized): 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: ActionableListWrapperInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* wrapper of ActionableListUpsertInputRepresentation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ActionableListWrapperInputRepresentationNormalized {
|
|
18
|
+
/** Input representation for ActionableListUpsertInputRepresentation */
|
|
19
|
+
actionableListUpsertInput: ActionableListUpsertInputRepresentation_ActionableListUpsertInputRepresentation;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* wrapper of ActionableListUpsertInputRepresentation
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface ActionableListWrapperInputRepresentation {
|
|
28
|
+
actionableListUpsertInput: ActionableListUpsertInputRepresentation_ActionableListUpsertInputRepresentation;
|
|
29
|
+
}
|
|
@@ -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 = "8dde810d5feec2fd46c811876b70135c";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AdditionalContextRepresentation, existing: AdditionalContextRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AdditionalContextRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AdditionalContextRepresentationNormalized, incoming: AdditionalContextRepresentationNormalized): 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: AdditionalContextRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for additional context
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AdditionalContextRepresentationNormalized {
|
|
17
|
+
/** Context record Id of the actionable list */
|
|
18
|
+
contextRecordId: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Input representation for additional context
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface AdditionalContextRepresentation {
|
|
27
|
+
contextRecordId: string;
|
|
28
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { ActionableListMemberInputRepresentation as ActionableListMemberInputRepresentation_ActionableListMemberInputRepresentation } from './ActionableListMemberInputRepresentation';
|
|
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 = "68ab47e988fee54d64171257c8e70cc7";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: CreateBulkActionPlanInputRepresentation, existing: CreateBulkActionPlanInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CreateBulkActionPlanInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: CreateBulkActionPlanInputRepresentationNormalized, incoming: CreateBulkActionPlanInputRepresentationNormalized): 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: CreateBulkActionPlanInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for Create Bulk Action Plan
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateBulkActionPlanInputRepresentationNormalized {
|
|
18
|
+
/** Action Plan Name */
|
|
19
|
+
actionPlanName: string;
|
|
20
|
+
/** Action Plan Start Date */
|
|
21
|
+
actionPlanStartDate: string;
|
|
22
|
+
/** Action Plan Status */
|
|
23
|
+
actionPlanStatus: string;
|
|
24
|
+
/** Action Plan Template Version Id */
|
|
25
|
+
actionPlanTemplateVersionId: string;
|
|
26
|
+
/** Action Plan Type */
|
|
27
|
+
actionPlanType: string;
|
|
28
|
+
/** Actionable List Id */
|
|
29
|
+
actionableListId: string;
|
|
30
|
+
/** Actionable List Member Status Id */
|
|
31
|
+
actionableListMemberStatusId?: string;
|
|
32
|
+
/** Actionable List Member List */
|
|
33
|
+
actionableListMembers: Array<ActionableListMemberInputRepresentation_ActionableListMemberInputRepresentation>;
|
|
34
|
+
/** Actionable List Name */
|
|
35
|
+
actionableListName: string;
|
|
36
|
+
/** Skip Non Work Days Flag */
|
|
37
|
+
isSkipNonWorkDaysForTasks: boolean;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Input representation for Create Bulk Action Plan
|
|
41
|
+
*
|
|
42
|
+
* Keys:
|
|
43
|
+
* (none)
|
|
44
|
+
*/
|
|
45
|
+
export interface CreateBulkActionPlanInputRepresentation {
|
|
46
|
+
actionPlanName: string;
|
|
47
|
+
actionPlanStartDate: string;
|
|
48
|
+
actionPlanStatus: string;
|
|
49
|
+
actionPlanTemplateVersionId: string;
|
|
50
|
+
actionPlanType: string;
|
|
51
|
+
actionableListId: string;
|
|
52
|
+
actionableListMemberStatusId?: string;
|
|
53
|
+
actionableListMembers: Array<ActionableListMemberInputRepresentation_ActionableListMemberInputRepresentation>;
|
|
54
|
+
actionableListName: string;
|
|
55
|
+
isSkipNonWorkDaysForTasks: boolean;
|
|
56
|
+
}
|
package/dist/es/es2018/types/src/generated/types/CreateBulkActionPlanOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
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 = 1000;
|
|
3
|
+
export declare const VERSION = "275b5fe230e3d23449193e3bc62979c2";
|
|
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;
|
|
8
|
+
}
|
|
9
|
+
export type CreateBulkActionPlanOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export type PartialCreateBulkActionPlanOutputRepresentationNormalizedKeyMetadata = 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): CreateBulkActionPlanOutputRepresentationNormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: CreateBulkActionPlanOutputRepresentation): string;
|
|
14
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: CreateBulkActionPlanOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function normalize(input: CreateBulkActionPlanOutputRepresentation, existing: CreateBulkActionPlanOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CreateBulkActionPlanOutputRepresentationNormalized;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: CreateBulkActionPlanOutputRepresentationNormalized, incoming: CreateBulkActionPlanOutputRepresentationNormalized): 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: CreateBulkActionPlanOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
/**
|
|
21
|
+
* Output representation for create bulk action plan acknowledgement
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* id (string): responseId
|
|
25
|
+
*/
|
|
26
|
+
export interface CreateBulkActionPlanOutputRepresentationNormalized {
|
|
27
|
+
/** Acknowledgement that bulk action plan request was enqueued */
|
|
28
|
+
acknowledgementMessage: string;
|
|
29
|
+
/** Id of the generation response */
|
|
30
|
+
responseId: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Output representation for create bulk action plan acknowledgement
|
|
34
|
+
*
|
|
35
|
+
* Keys:
|
|
36
|
+
* id (string): responseId
|
|
37
|
+
*/
|
|
38
|
+
export interface CreateBulkActionPlanOutputRepresentation {
|
|
39
|
+
acknowledgementMessage: string;
|
|
40
|
+
responseId: string;
|
|
41
|
+
}
|
|
@@ -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-actionablelist",
|
|
3
|
+
"version": "0.1.0-dev1",
|
|
4
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
|
+
"description": "Wire adapter for actionable list connect APIs",
|
|
6
|
+
"main": "dist/es/es2018/industries-actionablelist.js",
|
|
7
|
+
"module": "dist/es/es2018/industries-actionablelist.js",
|
|
8
|
+
"types": "dist/es/es2018/types/src/generated/artifacts/main.d.ts",
|
|
9
|
+
"files": [
|
|
10
|
+
"dist",
|
|
11
|
+
"sfdc",
|
|
12
|
+
"src/raml/*"
|
|
13
|
+
],
|
|
14
|
+
"exports": {
|
|
15
|
+
".": {
|
|
16
|
+
"types": "./dist/es/es2018/types/src/generated/artifacts/main.d.ts",
|
|
17
|
+
"import": "./dist/es/es2018/industries-actionablelist.js",
|
|
18
|
+
"require": "./dist/es/es2018/industries-actionablelist.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": "industriesActionablelistApi"
|
|
29
|
+
},
|
|
30
|
+
"contributors": [
|
|
31
|
+
"meetsheth.sheth@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-actionablelist",
|
|
40
|
+
"release:corejar": "yarn build && packages/core-build/scripts/core.js --adapter=lds-adapters-industries-actionablelist",
|
|
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
|
+
}
|
package/sfdc/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../dist/es/es2018/types/src/generated/artifacts/sfdc';
|