@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,13 @@
|
|
|
1
|
+
import { ActionableListUpsertInputRepresentation as types_ActionableListUpsertInputRepresentation_ActionableListUpsertInputRepresentation } from '../types/ActionableListUpsertInputRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
3
|
+
import { ActionableListUpsertOutputRepresentation as types_ActionableListUpsertOutputRepresentation_ActionableListUpsertOutputRepresentation } from '../types/ActionableListUpsertOutputRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
body: {
|
|
6
|
+
actionableListUpsertInput: types_ActionableListUpsertInputRepresentation_ActionableListUpsertInputRepresentation;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
10
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ActionableListUpsertOutputRepresentation_ActionableListUpsertOutputRepresentation): void;
|
|
11
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ActionableListUpsertOutputRepresentation_ActionableListUpsertOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ActionableListUpsertOutputRepresentation_ActionableListUpsertOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ActionableListUpsertOutputRepresentation_ActionableListUpsertOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ActionableListUpsertOutputRepresentation_ActionableListUpsertOutputRepresentation, any>;
|
|
12
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
13
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ActionableListColumnsUserUpsertInputRepresentation as types_ActionableListColumnsUserUpsertInputRepresentation_ActionableListColumnsUserUpsertInputRepresentation } from '../types/ActionableListColumnsUserUpsertInputRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
3
|
+
import { ActionableListColumnsUserOutputRepresentation as types_ActionableListColumnsUserOutputRepresentation_ActionableListColumnsUserOutputRepresentation } from '../types/ActionableListColumnsUserOutputRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
body: {
|
|
6
|
+
actionableListDatasetColumnUserPreferencesUpsertInput: types_ActionableListColumnsUserUpsertInputRepresentation_ActionableListColumnsUserUpsertInputRepresentation;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
10
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ActionableListColumnsUserOutputRepresentation_ActionableListColumnsUserOutputRepresentation): void;
|
|
11
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ActionableListColumnsUserOutputRepresentation_ActionableListColumnsUserOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ActionableListColumnsUserOutputRepresentation_ActionableListColumnsUserOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ActionableListColumnsUserOutputRepresentation_ActionableListColumnsUserOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ActionableListColumnsUserOutputRepresentation_ActionableListColumnsUserOutputRepresentation, any>;
|
|
12
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
13
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ActionableListFilterInputRepresentation as types_ActionableListFilterInputRepresentation_ActionableListFilterInputRepresentation } from '../types/ActionableListFilterInputRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
3
|
+
import { ActionableListFilterTemplateUpsertOutputRepresentation as types_ActionableListFilterTemplateUpsertOutputRepresentation_ActionableListFilterTemplateUpsertOutputRepresentation } from '../types/ActionableListFilterTemplateUpsertOutputRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
body: {
|
|
6
|
+
id: string | null;
|
|
7
|
+
templateName: string;
|
|
8
|
+
description: string | null;
|
|
9
|
+
filterLogic: string | null;
|
|
10
|
+
actionableListDefinitionId: string;
|
|
11
|
+
filterList: Array<types_ActionableListFilterInputRepresentation_ActionableListFilterInputRepresentation | null>;
|
|
12
|
+
sharingType: string;
|
|
13
|
+
isTemplateDetailEdit: boolean;
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
17
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ActionableListFilterTemplateUpsertOutputRepresentation_ActionableListFilterTemplateUpsertOutputRepresentation): void;
|
|
18
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ActionableListFilterTemplateUpsertOutputRepresentation_ActionableListFilterTemplateUpsertOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ActionableListFilterTemplateUpsertOutputRepresentation_ActionableListFilterTemplateUpsertOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ActionableListFilterTemplateUpsertOutputRepresentation_ActionableListFilterTemplateUpsertOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ActionableListFilterTemplateUpsertOutputRepresentation_ActionableListFilterTemplateUpsertOutputRepresentation, any>;
|
|
19
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
20
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ActionableListDefinitionCreateInputRepresentation as types_ActionableListDefinitionCreateInputRepresentation_ActionableListDefinitionCreateInputRepresentation } from '../types/ActionableListDefinitionCreateInputRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
3
|
+
import { ActionableListDefinitionCreateOutputRepresentation as types_ActionableListDefinitionCreateOutputRepresentation_ActionableListDefinitionCreateOutputRepresentation } from '../types/ActionableListDefinitionCreateOutputRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
body: {
|
|
6
|
+
actionableListDefinitionCreateInput: types_ActionableListDefinitionCreateInputRepresentation_ActionableListDefinitionCreateInputRepresentation;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
10
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ActionableListDefinitionCreateOutputRepresentation_ActionableListDefinitionCreateOutputRepresentation): void;
|
|
11
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ActionableListDefinitionCreateOutputRepresentation_ActionableListDefinitionCreateOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ActionableListDefinitionCreateOutputRepresentation_ActionableListDefinitionCreateOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ActionableListDefinitionCreateOutputRepresentation_ActionableListDefinitionCreateOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ActionableListDefinitionCreateOutputRepresentation_ActionableListDefinitionCreateOutputRepresentation, any>;
|
|
12
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
13
|
+
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/resources/postConnectActionableListDefinitionRows.d.ts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ActionableListDatasetInputRepresentation as types_ActionableListDatasetInputRepresentation_ActionableListDatasetInputRepresentation } from '../types/ActionableListDatasetInputRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
3
|
+
import { ActionableListDatasetByDefinitionRepresentation as types_ActionableListDatasetByDefinitionRepresentation_ActionableListDatasetByDefinitionRepresentation } from '../types/ActionableListDatasetByDefinitionRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
body: {
|
|
6
|
+
actionableListDataset: types_ActionableListDatasetInputRepresentation_ActionableListDatasetInputRepresentation;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
10
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
11
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ActionableListDatasetByDefinitionRepresentation_ActionableListDatasetByDefinitionRepresentation): void;
|
|
13
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ActionableListDatasetByDefinitionRepresentation_ActionableListDatasetByDefinitionRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ActionableListDatasetByDefinitionRepresentation_ActionableListDatasetByDefinitionRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ActionableListDatasetByDefinitionRepresentation_ActionableListDatasetByDefinitionRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ActionableListDatasetByDefinitionRepresentation_ActionableListDatasetByDefinitionRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ActionableListDatasetByDefinitionRepresentation_ActionableListDatasetByDefinitionRepresentation, any>;
|
|
14
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ActionableListDatasetByDefinitionRepresentation_ActionableListDatasetByDefinitionRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
15
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
16
|
+
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/resources/postConnectActionableListRefreshCount.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ActionableListRefreshInputRepresentation as types_ActionableListRefreshInputRepresentation_ActionableListRefreshInputRepresentation } from '../types/ActionableListRefreshInputRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
3
|
+
import { ActionableListRefreshOutputRepresentation as types_ActionableListRefreshOutputRepresentation_ActionableListRefreshOutputRepresentation } from '../types/ActionableListRefreshOutputRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
body: {
|
|
6
|
+
actionableListRefreshInput: types_ActionableListRefreshInputRepresentation_ActionableListRefreshInputRepresentation;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
10
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ActionableListRefreshOutputRepresentation_ActionableListRefreshOutputRepresentation): void;
|
|
11
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ActionableListRefreshOutputRepresentation_ActionableListRefreshOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ActionableListRefreshOutputRepresentation_ActionableListRefreshOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ActionableListRefreshOutputRepresentation_ActionableListRefreshOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ActionableListRefreshOutputRepresentation_ActionableListRefreshOutputRepresentation, any>;
|
|
12
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
13
|
+
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/resources/postConnectBulkActionCreateBulkActionplans.d.ts
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ActionableListMemberInputRepresentation as types_ActionableListMemberInputRepresentation_ActionableListMemberInputRepresentation } from '../types/ActionableListMemberInputRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
3
|
+
import { CreateBulkActionPlanOutputRepresentation as types_CreateBulkActionPlanOutputRepresentation_CreateBulkActionPlanOutputRepresentation } from '../types/CreateBulkActionPlanOutputRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
body: {
|
|
6
|
+
actionPlanName: string;
|
|
7
|
+
actionPlanStartDate: string;
|
|
8
|
+
actionPlanTemplateVersionId: string;
|
|
9
|
+
actionPlanType: string;
|
|
10
|
+
actionableListId: string;
|
|
11
|
+
actionableListMembers: Array<types_ActionableListMemberInputRepresentation_ActionableListMemberInputRepresentation>;
|
|
12
|
+
isSkipNonWorkDaysForTasks: boolean;
|
|
13
|
+
actionableListMemberStatusId?: string;
|
|
14
|
+
actionableListName: string;
|
|
15
|
+
actionPlanStatus: string;
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
19
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_CreateBulkActionPlanOutputRepresentation_CreateBulkActionPlanOutputRepresentation): void;
|
|
20
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_CreateBulkActionPlanOutputRepresentation_CreateBulkActionPlanOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_CreateBulkActionPlanOutputRepresentation_CreateBulkActionPlanOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_CreateBulkActionPlanOutputRepresentation_CreateBulkActionPlanOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_CreateBulkActionPlanOutputRepresentation_CreateBulkActionPlanOutputRepresentation, any>;
|
|
21
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
22
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,56 @@
|
|
|
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 = "25c799d5f2e7ba38fea0f46382bd64da";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ALDDatasetColumnOutputRepresentation, existing: ALDDatasetColumnOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ALDDatasetColumnOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ALDDatasetColumnOutputRepresentationNormalized, incoming: ALDDatasetColumnOutputRepresentationNormalized): 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: ALDDatasetColumnOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Output representation of dataset column for particular actionable list definition
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ALDDatasetColumnOutputRepresentationNormalized {
|
|
18
|
+
/** The actionable list definition that is mapped to the dataset column */
|
|
19
|
+
actionableListDefinitionId: string;
|
|
20
|
+
/** The data domain that is mapped to the data type of the dataset column */
|
|
21
|
+
dataDomain: string | null;
|
|
22
|
+
/** The data type used for formatting */
|
|
23
|
+
dataType: string | null;
|
|
24
|
+
/** Id of actionable list definition dataset column */
|
|
25
|
+
id: string;
|
|
26
|
+
/** Flag to denote if this particular column has been made available or not */
|
|
27
|
+
isDefault: boolean;
|
|
28
|
+
/** Indicates whether the dataset column is grouped by the object defined in the actionable list definition (true) or not (false). */
|
|
29
|
+
isGroupedByListDefObj: boolean;
|
|
30
|
+
/** Indicates whether the dataset column is configured (true) or not (false) for searching in filter panel. */
|
|
31
|
+
isTypeAheadSearchEnabled: boolean;
|
|
32
|
+
/** The object name that is mapped to the dataset column */
|
|
33
|
+
objectName: string | null;
|
|
34
|
+
/** The column api information from tcrm side */
|
|
35
|
+
sourceColumnApiName: string | null;
|
|
36
|
+
/** Source field name of actionable list definition dataset column */
|
|
37
|
+
sourceFieldName: string | null;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Output representation of dataset column for particular actionable list definition
|
|
41
|
+
*
|
|
42
|
+
* Keys:
|
|
43
|
+
* (none)
|
|
44
|
+
*/
|
|
45
|
+
export interface ALDDatasetColumnOutputRepresentation {
|
|
46
|
+
actionableListDefinitionId: string;
|
|
47
|
+
dataDomain: string | null;
|
|
48
|
+
dataType: string | null;
|
|
49
|
+
id: string;
|
|
50
|
+
isDefault: boolean;
|
|
51
|
+
isGroupedByListDefObj: boolean;
|
|
52
|
+
isTypeAheadSearchEnabled: boolean;
|
|
53
|
+
objectName: string | null;
|
|
54
|
+
sourceColumnApiName: string | null;
|
|
55
|
+
sourceFieldName: string | null;
|
|
56
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, 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 = "9d133a939d3bf9e4f6209870e525ff9f";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ALDMemberStatusOutputRepresentation, existing: ALDMemberStatusOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ALDMemberStatusOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ALDMemberStatusOutputRepresentationNormalized, incoming: ALDMemberStatusOutputRepresentationNormalized): 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: ALDMemberStatusOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Output representation of member status for particular actionable list definition
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ALDMemberStatusOutputRepresentationNormalized {
|
|
18
|
+
/** Icon name of actionable list definition member status */
|
|
19
|
+
iconName: string;
|
|
20
|
+
/** Id of actionable list definition member status */
|
|
21
|
+
id: string;
|
|
22
|
+
/** Status for particular actionable list definition member */
|
|
23
|
+
status: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Output representation of member status for particular actionable list definition
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface ALDMemberStatusOutputRepresentation {
|
|
32
|
+
iconName: string;
|
|
33
|
+
id: string;
|
|
34
|
+
status: string;
|
|
35
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ActionableListColumnUserInputRepresentation.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 = "d369c3d7be9e805f5d5962e115f4fb12";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ActionableListColumnUserInputRepresentation, existing: ActionableListColumnUserInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListColumnUserInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ActionableListColumnUserInputRepresentationNormalized, incoming: ActionableListColumnUserInputRepresentationNormalized): 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: ActionableListColumnUserInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation to upsert dataset columns preferences for user
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ActionableListColumnUserInputRepresentationNormalized {
|
|
17
|
+
/** Id of the actionable list dataset column */
|
|
18
|
+
actionableListDatasetColumnId: string;
|
|
19
|
+
/** display order for dataset columns */
|
|
20
|
+
displayOrder?: number | null;
|
|
21
|
+
/** dataset column is visible on builder page or not */
|
|
22
|
+
isVisible: boolean;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Input representation to upsert dataset columns preferences for user
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface ActionableListColumnUserInputRepresentation {
|
|
31
|
+
actionableListDatasetColumnId: string;
|
|
32
|
+
displayOrder?: number | null;
|
|
33
|
+
isVisible: boolean;
|
|
34
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ActionableListColumnsUserOutputRepresentation.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 = 5000;
|
|
3
|
+
export declare const VERSION = "9a39093642c984addcbd6425bb594898";
|
|
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 ActionableListColumnsUserOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export type PartialActionableListColumnsUserOutputRepresentationNormalizedKeyMetadata = 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): ActionableListColumnsUserOutputRepresentationNormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ActionableListColumnsUserOutputRepresentation): string;
|
|
14
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ActionableListColumnsUserOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function normalize(input: ActionableListColumnsUserOutputRepresentation, existing: ActionableListColumnsUserOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListColumnsUserOutputRepresentationNormalized;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: ActionableListColumnsUserOutputRepresentationNormalized, incoming: ActionableListColumnsUserOutputRepresentationNormalized): 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: ActionableListColumnsUserOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
/**
|
|
21
|
+
* Output representation to upsert dataset columns preferences for user
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* id (string | null): id
|
|
25
|
+
*/
|
|
26
|
+
export interface ActionableListColumnsUserOutputRepresentationNormalized {
|
|
27
|
+
/** Error message while upserting actionable list dataset columns user preferences */
|
|
28
|
+
errorMessage: string | null;
|
|
29
|
+
/** Id of actionable list dataset columns user preferences */
|
|
30
|
+
id: string | null;
|
|
31
|
+
/** Flag to represent that actionable list dataset column user preferences successfully upserted */
|
|
32
|
+
isSuccess: string | null;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Output representation to upsert dataset columns preferences for user
|
|
36
|
+
*
|
|
37
|
+
* Keys:
|
|
38
|
+
* id (string | null): id
|
|
39
|
+
*/
|
|
40
|
+
export interface ActionableListColumnsUserOutputRepresentation {
|
|
41
|
+
errorMessage: string | null;
|
|
42
|
+
id: string | null;
|
|
43
|
+
isSuccess: string | null;
|
|
44
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ActionableListColumnUserInputRepresentation as ActionableListColumnUserInputRepresentation_ActionableListColumnUserInputRepresentation } from './ActionableListColumnUserInputRepresentation';
|
|
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 = "d256abecdd13a2666176508c12d10dbf";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ActionableListColumnsUserUpsertInputRepresentation, existing: ActionableListColumnsUserUpsertInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListColumnsUserUpsertInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ActionableListColumnsUserUpsertInputRepresentationNormalized, incoming: ActionableListColumnsUserUpsertInputRepresentationNormalized): 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: ActionableListColumnsUserUpsertInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation to upsert dataset columns preferences for user
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ActionableListColumnsUserUpsertInputRepresentationNormalized {
|
|
18
|
+
/** List of ActionableList Dataset Column User Preference */
|
|
19
|
+
actionableListDatasetColumnUserPrefList: Array<ActionableListColumnUserInputRepresentation_ActionableListColumnUserInputRepresentation>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Input representation to upsert dataset columns preferences for user
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface ActionableListColumnsUserUpsertInputRepresentation {
|
|
28
|
+
actionableListDatasetColumnUserPrefList: Array<ActionableListColumnUserInputRepresentation_ActionableListColumnUserInputRepresentation>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { ActionableListDatasetColumnRepresentation as ActionableListDatasetColumnRepresentation_ActionableListDatasetColumnRepresentation } from './ActionableListDatasetColumnRepresentation';
|
|
2
|
+
import { ActionableListDatasetRowRepresentation as ActionableListDatasetRowRepresentation_ActionableListDatasetRowRepresentation } from './ActionableListDatasetRowRepresentation';
|
|
3
|
+
import { ActionableListMemberStatusRepresentation as ActionableListMemberStatusRepresentation_ActionableListMemberStatusRepresentation } from './ActionableListMemberStatusRepresentation';
|
|
4
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
5
|
+
export declare const TTL = 100;
|
|
6
|
+
export declare const VERSION = "dc69507b2503baa62caf5e85fd7545b8";
|
|
7
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
8
|
+
export declare const RepresentationType: string;
|
|
9
|
+
export declare function normalize(input: ActionableListDatasetByDefinitionRepresentation, existing: ActionableListDatasetByDefinitionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListDatasetByDefinitionRepresentationNormalized;
|
|
10
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
11
|
+
export declare function equals(existing: ActionableListDatasetByDefinitionRepresentationNormalized, incoming: ActionableListDatasetByDefinitionRepresentationNormalized): boolean;
|
|
12
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
13
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ActionableListDatasetByDefinitionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
14
|
+
/**
|
|
15
|
+
* Fetch rows from dataset
|
|
16
|
+
*
|
|
17
|
+
* Keys:
|
|
18
|
+
* (none)
|
|
19
|
+
*/
|
|
20
|
+
export interface ActionableListDatasetByDefinitionRepresentationNormalized {
|
|
21
|
+
/** Count of records in query result */
|
|
22
|
+
count: number | null;
|
|
23
|
+
/** Currency code of the currency fields in dataset */
|
|
24
|
+
currencyCode: string | null;
|
|
25
|
+
/** A list of dataset columns information in a actionableList */
|
|
26
|
+
datasetColumns: Array<ActionableListDatasetColumnRepresentation_ActionableListDatasetColumnRepresentation>;
|
|
27
|
+
/** A list of dataset rows with column information in a actionableList */
|
|
28
|
+
datasetRows: Array<ActionableListDatasetRowRepresentation_ActionableListDatasetRowRepresentation>;
|
|
29
|
+
/** A list of member status in a actionableList */
|
|
30
|
+
memberStatuses: Array<ActionableListMemberStatusRepresentation_ActionableListMemberStatusRepresentation>;
|
|
31
|
+
/** Stores the response Id of the TCRM result set */
|
|
32
|
+
responseId: string;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Fetch rows from dataset
|
|
36
|
+
*
|
|
37
|
+
* Keys:
|
|
38
|
+
* (none)
|
|
39
|
+
*/
|
|
40
|
+
export interface ActionableListDatasetByDefinitionRepresentation {
|
|
41
|
+
count: number | null;
|
|
42
|
+
currencyCode: string | null;
|
|
43
|
+
datasetColumns: Array<ActionableListDatasetColumnRepresentation_ActionableListDatasetColumnRepresentation>;
|
|
44
|
+
datasetRows: Array<ActionableListDatasetRowRepresentation_ActionableListDatasetRowRepresentation>;
|
|
45
|
+
memberStatuses: Array<ActionableListMemberStatusRepresentation_ActionableListMemberStatusRepresentation>;
|
|
46
|
+
responseId: string;
|
|
47
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ActionableListDatasetColumnRepresentation.d.ts
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
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 = "8dc99233145d8bd95809307c0604f7b0";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ActionableListDatasetColumnRepresentation, existing: ActionableListDatasetColumnRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListDatasetColumnRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ActionableListDatasetColumnRepresentationNormalized, incoming: ActionableListDatasetColumnRepresentationNormalized): 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: ActionableListDatasetColumnRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Output representation to display actionable List dataset columns
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ActionableListDatasetColumnRepresentationNormalized {
|
|
17
|
+
/** get data domain */
|
|
18
|
+
dataDomain: string | null;
|
|
19
|
+
/** The data type used for formatting */
|
|
20
|
+
dataType: string | null;
|
|
21
|
+
/** Id of actionable list definition dataset column */
|
|
22
|
+
id: string;
|
|
23
|
+
/** flag to denote if this particular column has been made available or not */
|
|
24
|
+
isDefault: boolean | null;
|
|
25
|
+
/** Indicates whether the dataset column is grouped by the object defined in the actionable list definition (true) or not (false). */
|
|
26
|
+
isGroupedByListDefObj: boolean | null;
|
|
27
|
+
/** Indicates whether the dataset column is configured (true) or not (false) for searching in filter panel. */
|
|
28
|
+
isTypeAheadSearchEnabled: boolean;
|
|
29
|
+
/** get Object Name */
|
|
30
|
+
objectName: string | null;
|
|
31
|
+
/** get source Column Api name */
|
|
32
|
+
sourceColumnApiName: string | null;
|
|
33
|
+
/** get soureField name */
|
|
34
|
+
sourceFieldName: string | null;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Output representation to display actionable List dataset columns
|
|
38
|
+
*
|
|
39
|
+
* Keys:
|
|
40
|
+
* (none)
|
|
41
|
+
*/
|
|
42
|
+
export interface ActionableListDatasetColumnRepresentation {
|
|
43
|
+
dataDomain: string | null;
|
|
44
|
+
dataType: string | null;
|
|
45
|
+
id: string;
|
|
46
|
+
isDefault: boolean | null;
|
|
47
|
+
isGroupedByListDefObj: boolean | null;
|
|
48
|
+
isTypeAheadSearchEnabled: boolean;
|
|
49
|
+
objectName: string | null;
|
|
50
|
+
sourceColumnApiName: string | null;
|
|
51
|
+
sourceFieldName: string | null;
|
|
52
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ActionableListColumnsUserUpsertInputRepresentation as ActionableListColumnsUserUpsertInputRepresentation_ActionableListColumnsUserUpsertInputRepresentation } from './ActionableListColumnsUserUpsertInputRepresentation';
|
|
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 = "b487750b33e128b06cbff1f69071ab8d";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ActionableListDatasetColumnUserWrapperInputRepresentation, existing: ActionableListDatasetColumnUserWrapperInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListDatasetColumnUserWrapperInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ActionableListDatasetColumnUserWrapperInputRepresentationNormalized, incoming: ActionableListDatasetColumnUserWrapperInputRepresentationNormalized): 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: ActionableListDatasetColumnUserWrapperInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* wrapper of ActionableListColumnsUserUpsertInputRepresentation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ActionableListDatasetColumnUserWrapperInputRepresentationNormalized {
|
|
18
|
+
/** Input representation for ActionableListColumnsUserUpsertInputRepresentation */
|
|
19
|
+
actionableListDatasetColumnUserPreferencesUpsertInput: ActionableListColumnsUserUpsertInputRepresentation_ActionableListColumnsUserUpsertInputRepresentation;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* wrapper of ActionableListColumnsUserUpsertInputRepresentation
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface ActionableListDatasetColumnUserWrapperInputRepresentation {
|
|
28
|
+
actionableListDatasetColumnUserPreferencesUpsertInput: ActionableListColumnsUserUpsertInputRepresentation_ActionableListColumnsUserUpsertInputRepresentation;
|
|
29
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { ActionableListDatasetRowRepresentation as ActionableListDatasetRowRepresentation_ActionableListDatasetRowRepresentation } from './ActionableListDatasetRowRepresentation';
|
|
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 = "a8e45eb355201ca8b8d9570ee039b4a4";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: ActionableListDatasetColumnValuesOutputRepresentation, existing: ActionableListDatasetColumnValuesOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListDatasetColumnValuesOutputRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: ActionableListDatasetColumnValuesOutputRepresentationNormalized, incoming: ActionableListDatasetColumnValuesOutputRepresentationNormalized): 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: ActionableListDatasetColumnValuesOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Fetch unique values of a column from dataset
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ActionableListDatasetColumnValuesOutputRepresentationNormalized {
|
|
19
|
+
/** A list of dataset rows containing the unique values of a given column */
|
|
20
|
+
datasetRows: Array<ActionableListDatasetRowRepresentation_ActionableListDatasetRowRepresentation>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Fetch unique values of a column from dataset
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface ActionableListDatasetColumnValuesOutputRepresentation {
|
|
29
|
+
datasetRows: Array<ActionableListDatasetRowRepresentation_ActionableListDatasetRowRepresentation>;
|
|
30
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ActionableListDatasetInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
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 = "3ce6ed0e6d7293e7ddea1cb3834e965f";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ActionableListDatasetInputRepresentation, existing: ActionableListDatasetInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListDatasetInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ActionableListDatasetInputRepresentationNormalized, incoming: ActionableListDatasetInputRepresentationNormalized): 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: ActionableListDatasetInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation to fetch dataset rows and columns of Actionable List
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ActionableListDatasetInputRepresentationNormalized {
|
|
17
|
+
/** Id of the actionable list definition record */
|
|
18
|
+
actionableListDefinitionId?: string | null;
|
|
19
|
+
/** Filter Logic that is used to create the dataset query */
|
|
20
|
+
filterLogic?: string;
|
|
21
|
+
/** Filter template from which filters are applied */
|
|
22
|
+
filterTemplateId?: string;
|
|
23
|
+
/** filter by clause list */
|
|
24
|
+
filters?: {};
|
|
25
|
+
/** Offset of dataset rows */
|
|
26
|
+
offset?: number | null;
|
|
27
|
+
/** order by clause in query while fetching dataset rows */
|
|
28
|
+
orderBy?: string | null;
|
|
29
|
+
/** Query type decides if this is a count query or records query etc */
|
|
30
|
+
queryType?: string | null;
|
|
31
|
+
/** Limit of dataset rows */
|
|
32
|
+
rowLimit?: number | null;
|
|
33
|
+
/** Should the API return Currency Code used for formatting */
|
|
34
|
+
shouldReturnCurrencyCode?: boolean;
|
|
35
|
+
/** ASC or DESC order while fetching dataset rows */
|
|
36
|
+
sortOrder?: string | null;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Input representation to fetch dataset rows and columns of Actionable List
|
|
40
|
+
*
|
|
41
|
+
* Keys:
|
|
42
|
+
* (none)
|
|
43
|
+
*/
|
|
44
|
+
export interface ActionableListDatasetInputRepresentation {
|
|
45
|
+
actionableListDefinitionId?: string | null;
|
|
46
|
+
filterLogic?: string;
|
|
47
|
+
filterTemplateId?: string;
|
|
48
|
+
filters?: {};
|
|
49
|
+
offset?: number | null;
|
|
50
|
+
orderBy?: string | null;
|
|
51
|
+
queryType?: string | null;
|
|
52
|
+
rowLimit?: number | null;
|
|
53
|
+
shouldReturnCurrencyCode?: boolean;
|
|
54
|
+
sortOrder?: string | null;
|
|
55
|
+
}
|
|
@@ -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 VERSION = "ad799b06e079ea81d47ce361336c5282";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ActionableListDatasetRowRepresentation, existing: ActionableListDatasetRowRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionableListDatasetRowRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ActionableListDatasetRowRepresentationNormalized, incoming: ActionableListDatasetRowRepresentationNormalized): 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: ActionableListDatasetRowRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Output representation to display actionable List dataset rows
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ActionableListDatasetRowRepresentationNormalized {
|
|
17
|
+
/** get row Map to fetch Id */
|
|
18
|
+
rowMap: {
|
|
19
|
+
[key: string]: string;
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Output representation to display actionable List dataset rows
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface ActionableListDatasetRowRepresentation {
|
|
29
|
+
rowMap: {
|
|
30
|
+
[key: string]: string;
|
|
31
|
+
};
|
|
32
|
+
}
|