@salesforce/lds-adapters-industries-actionplan 0.1.0-dev1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/industries-actionplan.js +1933 -0
  3. package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
  4. package/dist/es/es2018/types/src/generated/adapters/getActionPlanItems.d.ts +28 -0
  5. package/dist/es/es2018/types/src/generated/adapters/getActionPlanStatusInfo.d.ts +27 -0
  6. package/dist/es/es2018/types/src/generated/adapters/getActionPlanTemplateItemsLabel.d.ts +28 -0
  7. package/dist/es/es2018/types/src/generated/adapters/getActionPlans.d.ts +31 -0
  8. package/dist/es/es2018/types/src/generated/adapters/updateActionPlanTasks.d.ts +17 -0
  9. package/dist/es/es2018/types/src/generated/adapters/updateActionPlanTemplateTasks.d.ts +17 -0
  10. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +6 -0
  11. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +11 -0
  12. package/dist/es/es2018/types/src/generated/resources/getConnectActionPlan.d.ts +19 -0
  13. package/dist/es/es2018/types/src/generated/resources/getConnectActionPlanActionPlanItemsByActionPlanId.d.ts +18 -0
  14. package/dist/es/es2018/types/src/generated/resources/getConnectActionPlanStatusInfoByActionPlanId.d.ts +15 -0
  15. package/dist/es/es2018/types/src/generated/resources/getConnectActionPlanTemplateVersionByActionPlanTemplateVersionId.d.ts +18 -0
  16. package/dist/es/es2018/types/src/generated/resources/patchConnectActionPlanTemplateUpdateByActionPlanTemplateVersionId.d.ts +16 -0
  17. package/dist/es/es2018/types/src/generated/resources/patchConnectActionPlanUpdateByActionPlanId.d.ts +16 -0
  18. package/dist/es/es2018/types/src/generated/types/ActionPlanItemCollectionRepresentation.d.ts +29 -0
  19. package/dist/es/es2018/types/src/generated/types/ActionPlanItemDetailedRepresentation.d.ts +34 -0
  20. package/dist/es/es2018/types/src/generated/types/ActionPlanItemListRepresentation.d.ts +29 -0
  21. package/dist/es/es2018/types/src/generated/types/ActionPlanItemRepresentation.d.ts +28 -0
  22. package/dist/es/es2018/types/src/generated/types/ActionPlanItemTaskRepresentation.d.ts +38 -0
  23. package/dist/es/es2018/types/src/generated/types/ActionPlanItemsWrapperRepresentation.d.ts +30 -0
  24. package/dist/es/es2018/types/src/generated/types/ActionPlanListRepresentation.d.ts +29 -0
  25. package/dist/es/es2018/types/src/generated/types/ActionPlanRepresentation.d.ts +37 -0
  26. package/dist/es/es2018/types/src/generated/types/ActionPlanStatusInfoOutputRepresentation.d.ts +39 -0
  27. package/dist/es/es2018/types/src/generated/types/ActionPlanTaskFieldValueUpdateInputRepresentation.d.ts +31 -0
  28. package/dist/es/es2018/types/src/generated/types/ActionPlanTaskUpdateInputRepresentation.d.ts +35 -0
  29. package/dist/es/es2018/types/src/generated/types/ActionPlanTemplateDCIItemsLabelOutputRepresentation.d.ts +32 -0
  30. package/dist/es/es2018/types/src/generated/types/ActionPlanTemplateItemUpdateInputRepresentation.d.ts +38 -0
  31. package/dist/es/es2018/types/src/generated/types/ActionPlanTemplateItemValueUpdateInputRepresentation.d.ts +37 -0
  32. package/dist/es/es2018/types/src/generated/types/ActionPlanTemplateItemValuesLabelOutputRepresentation.d.ts +37 -0
  33. package/dist/es/es2018/types/src/generated/types/ActionPlanTemplateItemsLabelOutputRepresentation.d.ts +49 -0
  34. package/dist/es/es2018/types/src/generated/types/ActionPlanTemplateTaskItemsLabelOutputRepresentation.d.ts +38 -0
  35. package/dist/es/es2018/types/src/generated/types/ActionPlanTemplateUpdateErrorOutputRepresentation.d.ts +31 -0
  36. package/dist/es/es2018/types/src/generated/types/ActionPlanTemplateUpdateInputRepresentation.d.ts +29 -0
  37. package/dist/es/es2018/types/src/generated/types/ActionPlanTemplateUpdateOutputRepresentation.d.ts +48 -0
  38. package/dist/es/es2018/types/src/generated/types/ActionPlanUpdateErrorOutputRepresentation.d.ts +31 -0
  39. package/dist/es/es2018/types/src/generated/types/ActionPlanUpdateInputRepresentation.d.ts +29 -0
  40. package/dist/es/es2018/types/src/generated/types/ActionPlanUpdateOutputRepresentation.d.ts +48 -0
  41. package/dist/es/es2018/types/src/generated/types/ActionPlansWrapperOutputRepresentation.d.ts +30 -0
  42. package/dist/es/es2018/types/src/generated/types/ComputedFieldsWrapperRepresentation.d.ts +32 -0
  43. package/dist/es/es2018/types/src/generated/types/FieldRepresentation.d.ts +37 -0
  44. package/dist/es/es2018/types/src/generated/types/TaskProgressRepresentation.d.ts +34 -0
  45. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  46. package/package.json +75 -0
  47. package/sfdc/index.d.ts +1 -0
  48. package/sfdc/index.js +2013 -0
  49. package/src/raml/api.raml +541 -0
  50. package/src/raml/luvio.raml +63 -0
@@ -0,0 +1,62 @@
1
+ import { Adapter as $64$luvio_engine_Adapter, Snapshot as $64$luvio_engine_Snapshot, UnfulfilledSnapshot as $64$luvio_engine_UnfulfilledSnapshot, AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata } from '@luvio/engine';
2
+ export declare const ObjectPrototypeHasOwnProperty: (v: PropertyKey) => boolean;
3
+ declare const ObjectKeys: {
4
+ (o: object): string[];
5
+ (o: {}): string[];
6
+ }, ObjectCreate: {
7
+ (o: object | null): any;
8
+ (o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
9
+ };
10
+ export { ObjectCreate, ObjectKeys };
11
+ export declare const ArrayIsArray: (arg: any) => arg is any[];
12
+ export declare const ArrayPrototypePush: (...items: any[]) => number;
13
+ export interface AdapterValidationConfig {
14
+ displayName: string;
15
+ parameters: {
16
+ required: string[];
17
+ optional: string[];
18
+ unsupported?: string[];
19
+ };
20
+ }
21
+ /**
22
+ * Validates an adapter config is well-formed.
23
+ * @param config The config to validate.
24
+ * @param adapter The adapter validation configuration.
25
+ * @param oneOf The keys the config must contain at least one of.
26
+ * @throws A TypeError if config doesn't satisfy the adapter's config validation.
27
+ */
28
+ export declare function validateConfig<T>(config: Untrusted<T>, adapter: AdapterValidationConfig, oneOf?: string[]): void;
29
+ export declare function untrustedIsObject<Base>(untrusted: unknown): untrusted is Untrusted<Base>;
30
+ export type UncoercedConfiguration<Base, Options extends {
31
+ [key in keyof Base]?: any;
32
+ }> = {
33
+ [Key in keyof Base]?: Base[Key] | Options[Key];
34
+ };
35
+ export type Untrusted<Base> = Partial<Base>;
36
+ export declare function areRequiredParametersPresent<T>(config: any, configPropertyNames: AdapterValidationConfig): config is T;
37
+ export declare function refreshable<C, D, R>(adapter: $64$luvio_engine_Adapter<C, D>, resolve: (config: unknown) => Promise<$64$luvio_engine_Snapshot<R>>): $64$luvio_engine_Adapter<C, D>;
38
+ export declare const SNAPSHOT_STATE_FULFILLED = "Fulfilled";
39
+ export declare const SNAPSHOT_STATE_UNFULFILLED = "Unfulfilled";
40
+ export declare const snapshotRefreshOptions: {
41
+ overrides: {
42
+ headers: {
43
+ 'Cache-Control': string;
44
+ };
45
+ };
46
+ };
47
+ /**
48
+ * A deterministic JSON stringify implementation. Heavily adapted from https://github.com/epoberezkin/fast-json-stable-stringify.
49
+ * This is needed because insertion order for JSON.stringify(object) affects output:
50
+ * JSON.stringify({a: 1, b: 2})
51
+ * "{"a":1,"b":2}"
52
+ * JSON.stringify({b: 2, a: 1})
53
+ * "{"b":2,"a":1}"
54
+ * @param data Data to be JSON-stringified.
55
+ * @returns JSON.stringified value with consistent ordering of keys.
56
+ */
57
+ export declare function stableJSONStringify(node: any): string | undefined;
58
+ export declare function getFetchResponseStatusText(status: number): string;
59
+ export declare function isUnfulfilledSnapshot<T, U>(snapshot: $64$luvio_engine_Snapshot<T, U>): snapshot is $64$luvio_engine_UnfulfilledSnapshot<T, U>;
60
+ export declare function generateParamConfigMetadata(name: string, required: boolean, resourceType: $64$luvio_engine_AdapterConfigMetadata['resourceType'], typeCheckShape: $64$luvio_engine_AdapterConfigMetadata['typeCheckShape'], isArrayShape?: boolean, coerceFn?: (v: unknown) => unknown): $64$luvio_engine_AdapterConfigMetadata;
61
+ export declare function buildAdapterValidationConfig(displayName: string, paramsMeta: $64$luvio_engine_AdapterConfigMetadata[]): AdapterValidationConfig;
62
+ export declare const keyPrefix = "ActionPlan";
@@ -0,0 +1,28 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
2
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
+ import { ResourceRequestConfig as resources_getConnectActionPlanActionPlanItemsByActionPlanId_ResourceRequestConfig } from '../resources/getConnectActionPlanActionPlanItemsByActionPlanId';
4
+ import { ActionPlanItemsWrapperRepresentation as types_ActionPlanItemsWrapperRepresentation_ActionPlanItemsWrapperRepresentation } from '../types/ActionPlanItemsWrapperRepresentation';
5
+ export declare const adapterName = "getActionPlanItems";
6
+ export declare const getActionPlanItems_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
+ export declare const getActionPlanItems_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface GetActionPlanItemsConfig {
9
+ actionPlanId: string;
10
+ limit?: number;
11
+ }
12
+ export declare const createResourceParams: (config: GetActionPlanItemsConfig) => resources_getConnectActionPlanActionPlanItemsByActionPlanId_ResourceRequestConfig;
13
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetActionPlanItemsConfig): string;
14
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetActionPlanItemsConfig): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetActionPlanItemsConfig>): adapter$45$utils_Untrusted<GetActionPlanItemsConfig>;
16
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetActionPlanItemsConfig | null;
17
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetActionPlanItemsConfig): $64$luvio_engine_Fragment;
18
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetActionPlanItemsConfig): $64$luvio_engine_Snapshot<types_ActionPlanItemsWrapperRepresentation_ActionPlanItemsWrapperRepresentation, any>;
19
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetActionPlanItemsConfig, resourceParams: resources_getConnectActionPlanActionPlanItemsByActionPlanId_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ActionPlanItemsWrapperRepresentation_ActionPlanItemsWrapperRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_ActionPlanItemsWrapperRepresentation_ActionPlanItemsWrapperRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_ActionPlanItemsWrapperRepresentation_ActionPlanItemsWrapperRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_ActionPlanItemsWrapperRepresentation_ActionPlanItemsWrapperRepresentation, any>>;
20
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetActionPlanItemsConfig, resourceParams: resources_getConnectActionPlanActionPlanItemsByActionPlanId_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
21
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetActionPlanItemsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_ActionPlanItemsWrapperRepresentation_ActionPlanItemsWrapperRepresentation, any>>;
22
+ export type BuildSnapshotContext = {
23
+ luvio: $64$luvio_engine_Luvio;
24
+ config: GetActionPlanItemsConfig;
25
+ };
26
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_ActionPlanItemsWrapperRepresentation_ActionPlanItemsWrapperRepresentation, any>>;
27
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_ActionPlanItemsWrapperRepresentation_ActionPlanItemsWrapperRepresentation>): $64$luvio_engine_Snapshot<types_ActionPlanItemsWrapperRepresentation_ActionPlanItemsWrapperRepresentation, any>;
28
+ export declare const getActionPlanItemsAdapterFactory: $64$luvio_engine_AdapterFactory<GetActionPlanItemsConfig, types_ActionPlanItemsWrapperRepresentation_ActionPlanItemsWrapperRepresentation>;
@@ -0,0 +1,27 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
2
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
+ import { ResourceRequestConfig as resources_getConnectActionPlanStatusInfoByActionPlanId_ResourceRequestConfig } from '../resources/getConnectActionPlanStatusInfoByActionPlanId';
4
+ import { ActionPlanStatusInfoOutputRepresentation as types_ActionPlanStatusInfoOutputRepresentation_ActionPlanStatusInfoOutputRepresentation } from '../types/ActionPlanStatusInfoOutputRepresentation';
5
+ export declare const adapterName = "getActionPlanStatusInfo";
6
+ export declare const getActionPlanStatusInfo_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
+ export declare const getActionPlanStatusInfo_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface GetActionPlanStatusInfoConfig {
9
+ actionPlanId: string;
10
+ }
11
+ export declare const createResourceParams: (config: GetActionPlanStatusInfoConfig) => resources_getConnectActionPlanStatusInfoByActionPlanId_ResourceRequestConfig;
12
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetActionPlanStatusInfoConfig): string;
13
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetActionPlanStatusInfoConfig): $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetActionPlanStatusInfoConfig>): adapter$45$utils_Untrusted<GetActionPlanStatusInfoConfig>;
15
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetActionPlanStatusInfoConfig | null;
16
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetActionPlanStatusInfoConfig): $64$luvio_engine_Fragment;
17
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetActionPlanStatusInfoConfig): $64$luvio_engine_Snapshot<types_ActionPlanStatusInfoOutputRepresentation_ActionPlanStatusInfoOutputRepresentation, any>;
18
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetActionPlanStatusInfoConfig, resourceParams: resources_getConnectActionPlanStatusInfoByActionPlanId_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ActionPlanStatusInfoOutputRepresentation_ActionPlanStatusInfoOutputRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_ActionPlanStatusInfoOutputRepresentation_ActionPlanStatusInfoOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_ActionPlanStatusInfoOutputRepresentation_ActionPlanStatusInfoOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_ActionPlanStatusInfoOutputRepresentation_ActionPlanStatusInfoOutputRepresentation, any>>;
19
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetActionPlanStatusInfoConfig, resourceParams: resources_getConnectActionPlanStatusInfoByActionPlanId_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
20
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetActionPlanStatusInfoConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_ActionPlanStatusInfoOutputRepresentation_ActionPlanStatusInfoOutputRepresentation, any>>;
21
+ export type BuildSnapshotContext = {
22
+ luvio: $64$luvio_engine_Luvio;
23
+ config: GetActionPlanStatusInfoConfig;
24
+ };
25
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_ActionPlanStatusInfoOutputRepresentation_ActionPlanStatusInfoOutputRepresentation, any>>;
26
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_ActionPlanStatusInfoOutputRepresentation_ActionPlanStatusInfoOutputRepresentation>): $64$luvio_engine_Snapshot<types_ActionPlanStatusInfoOutputRepresentation_ActionPlanStatusInfoOutputRepresentation, any>;
27
+ export declare const getActionPlanStatusInfoAdapterFactory: $64$luvio_engine_AdapterFactory<GetActionPlanStatusInfoConfig, types_ActionPlanStatusInfoOutputRepresentation_ActionPlanStatusInfoOutputRepresentation>;
@@ -0,0 +1,28 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
2
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
+ import { ResourceRequestConfig as resources_getConnectActionPlanTemplateVersionByActionPlanTemplateVersionId_ResourceRequestConfig } from '../resources/getConnectActionPlanTemplateVersionByActionPlanTemplateVersionId';
4
+ import { ActionPlanTemplateItemsLabelOutputRepresentation as types_ActionPlanTemplateItemsLabelOutputRepresentation_ActionPlanTemplateItemsLabelOutputRepresentation } from '../types/ActionPlanTemplateItemsLabelOutputRepresentation';
5
+ export declare const adapterName = "getActionPlanTemplateItemsLabel";
6
+ export declare const getActionPlanTemplateItemsLabel_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
+ export declare const getActionPlanTemplateItemsLabel_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface GetActionPlanTemplateItemsLabelConfig {
9
+ actionPlanTemplateVersionId: string;
10
+ limit?: number;
11
+ }
12
+ export declare const createResourceParams: (config: GetActionPlanTemplateItemsLabelConfig) => resources_getConnectActionPlanTemplateVersionByActionPlanTemplateVersionId_ResourceRequestConfig;
13
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetActionPlanTemplateItemsLabelConfig): string;
14
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetActionPlanTemplateItemsLabelConfig): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetActionPlanTemplateItemsLabelConfig>): adapter$45$utils_Untrusted<GetActionPlanTemplateItemsLabelConfig>;
16
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetActionPlanTemplateItemsLabelConfig | null;
17
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetActionPlanTemplateItemsLabelConfig): $64$luvio_engine_Fragment;
18
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetActionPlanTemplateItemsLabelConfig): $64$luvio_engine_Snapshot<types_ActionPlanTemplateItemsLabelOutputRepresentation_ActionPlanTemplateItemsLabelOutputRepresentation, any>;
19
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetActionPlanTemplateItemsLabelConfig, resourceParams: resources_getConnectActionPlanTemplateVersionByActionPlanTemplateVersionId_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ActionPlanTemplateItemsLabelOutputRepresentation_ActionPlanTemplateItemsLabelOutputRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_ActionPlanTemplateItemsLabelOutputRepresentation_ActionPlanTemplateItemsLabelOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_ActionPlanTemplateItemsLabelOutputRepresentation_ActionPlanTemplateItemsLabelOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_ActionPlanTemplateItemsLabelOutputRepresentation_ActionPlanTemplateItemsLabelOutputRepresentation, any>>;
20
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetActionPlanTemplateItemsLabelConfig, resourceParams: resources_getConnectActionPlanTemplateVersionByActionPlanTemplateVersionId_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
21
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetActionPlanTemplateItemsLabelConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_ActionPlanTemplateItemsLabelOutputRepresentation_ActionPlanTemplateItemsLabelOutputRepresentation, any>>;
22
+ export type BuildSnapshotContext = {
23
+ luvio: $64$luvio_engine_Luvio;
24
+ config: GetActionPlanTemplateItemsLabelConfig;
25
+ };
26
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_ActionPlanTemplateItemsLabelOutputRepresentation_ActionPlanTemplateItemsLabelOutputRepresentation, any>>;
27
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_ActionPlanTemplateItemsLabelOutputRepresentation_ActionPlanTemplateItemsLabelOutputRepresentation>): $64$luvio_engine_Snapshot<types_ActionPlanTemplateItemsLabelOutputRepresentation_ActionPlanTemplateItemsLabelOutputRepresentation, any>;
28
+ export declare const getActionPlanTemplateItemsLabelAdapterFactory: $64$luvio_engine_AdapterFactory<GetActionPlanTemplateItemsLabelConfig, types_ActionPlanTemplateItemsLabelOutputRepresentation_ActionPlanTemplateItemsLabelOutputRepresentation>;
@@ -0,0 +1,31 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
2
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
+ import { ResourceRequestConfig as resources_getConnectActionPlan_ResourceRequestConfig } from '../resources/getConnectActionPlan';
4
+ import { ActionPlansWrapperOutputRepresentation as types_ActionPlansWrapperOutputRepresentation_ActionPlansWrapperOutputRepresentation } from '../types/ActionPlansWrapperOutputRepresentation';
5
+ export declare const adapterName = "getActionPlans";
6
+ export declare const getActionPlans_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
+ export declare const getActionPlans_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface GetActionPlansConfig {
9
+ actionPlanType?: string;
10
+ limit?: number;
11
+ order?: string;
12
+ orderingParam?: string;
13
+ targetId?: string;
14
+ }
15
+ export declare const createResourceParams: (config: GetActionPlansConfig) => resources_getConnectActionPlan_ResourceRequestConfig;
16
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetActionPlansConfig): string;
17
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetActionPlansConfig): $64$luvio_engine_NormalizedKeyMetadata;
18
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetActionPlansConfig>): adapter$45$utils_Untrusted<GetActionPlansConfig>;
19
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetActionPlansConfig | null;
20
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetActionPlansConfig): $64$luvio_engine_Fragment;
21
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetActionPlansConfig): $64$luvio_engine_Snapshot<types_ActionPlansWrapperOutputRepresentation_ActionPlansWrapperOutputRepresentation, any>;
22
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetActionPlansConfig, resourceParams: resources_getConnectActionPlan_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ActionPlansWrapperOutputRepresentation_ActionPlansWrapperOutputRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_ActionPlansWrapperOutputRepresentation_ActionPlansWrapperOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_ActionPlansWrapperOutputRepresentation_ActionPlansWrapperOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_ActionPlansWrapperOutputRepresentation_ActionPlansWrapperOutputRepresentation, any>>;
23
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetActionPlansConfig, resourceParams: resources_getConnectActionPlan_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
24
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetActionPlansConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_ActionPlansWrapperOutputRepresentation_ActionPlansWrapperOutputRepresentation, any>>;
25
+ export type BuildSnapshotContext = {
26
+ luvio: $64$luvio_engine_Luvio;
27
+ config: GetActionPlansConfig;
28
+ };
29
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_ActionPlansWrapperOutputRepresentation_ActionPlansWrapperOutputRepresentation, any>>;
30
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_ActionPlansWrapperOutputRepresentation_ActionPlansWrapperOutputRepresentation>): $64$luvio_engine_Snapshot<types_ActionPlansWrapperOutputRepresentation_ActionPlansWrapperOutputRepresentation, any>;
31
+ export declare const getActionPlansAdapterFactory: $64$luvio_engine_AdapterFactory<GetActionPlansConfig, types_ActionPlansWrapperOutputRepresentation_ActionPlansWrapperOutputRepresentation>;
@@ -0,0 +1,17 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
2
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
+ import { ActionPlanTaskUpdateInputRepresentation as types_ActionPlanTaskUpdateInputRepresentation_ActionPlanTaskUpdateInputRepresentation } from '../types/ActionPlanTaskUpdateInputRepresentation';
4
+ import { ResourceRequestConfig as resources_patchConnectActionPlanUpdateByActionPlanId_ResourceRequestConfig } from '../resources/patchConnectActionPlanUpdateByActionPlanId';
5
+ import { ActionPlanUpdateOutputRepresentation as types_ActionPlanUpdateOutputRepresentation_ActionPlanUpdateOutputRepresentation } from '../types/ActionPlanUpdateOutputRepresentation';
6
+ export declare const adapterName = "updateActionPlanTasks";
7
+ export declare const updateActionPlanTasks_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
8
+ export declare const updateActionPlanTasks_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
9
+ export interface UpdateActionPlanTasksConfig {
10
+ actionPlanId: string;
11
+ actionPlanTasks: Array<types_ActionPlanTaskUpdateInputRepresentation_ActionPlanTaskUpdateInputRepresentation>;
12
+ }
13
+ export declare const createResourceParams: (config: UpdateActionPlanTasksConfig) => resources_patchConnectActionPlanUpdateByActionPlanId_ResourceRequestConfig;
14
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<UpdateActionPlanTasksConfig>): adapter$45$utils_Untrusted<UpdateActionPlanTasksConfig>;
15
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): UpdateActionPlanTasksConfig | null;
16
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: UpdateActionPlanTasksConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_ActionPlanUpdateOutputRepresentation_ActionPlanUpdateOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_ActionPlanUpdateOutputRepresentation_ActionPlanUpdateOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_ActionPlanUpdateOutputRepresentation_ActionPlanUpdateOutputRepresentation, any>>;
17
+ export declare const updateActionPlanTasksAdapterFactory: $64$luvio_engine_AdapterFactory<UpdateActionPlanTasksConfig, types_ActionPlanUpdateOutputRepresentation_ActionPlanUpdateOutputRepresentation>;
@@ -0,0 +1,17 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
2
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
+ import { ActionPlanTemplateItemUpdateInputRepresentation as types_ActionPlanTemplateItemUpdateInputRepresentation_ActionPlanTemplateItemUpdateInputRepresentation } from '../types/ActionPlanTemplateItemUpdateInputRepresentation';
4
+ import { ResourceRequestConfig as resources_patchConnectActionPlanTemplateUpdateByActionPlanTemplateVersionId_ResourceRequestConfig } from '../resources/patchConnectActionPlanTemplateUpdateByActionPlanTemplateVersionId';
5
+ import { ActionPlanTemplateUpdateOutputRepresentation as types_ActionPlanTemplateUpdateOutputRepresentation_ActionPlanTemplateUpdateOutputRepresentation } from '../types/ActionPlanTemplateUpdateOutputRepresentation';
6
+ export declare const adapterName = "updateActionPlanTemplateTasks";
7
+ export declare const updateActionPlanTemplateTasks_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
8
+ export declare const updateActionPlanTemplateTasks_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
9
+ export interface UpdateActionPlanTemplateTasksConfig {
10
+ actionPlanTemplateVersionId: string;
11
+ actionPlanTemplateItems: Array<types_ActionPlanTemplateItemUpdateInputRepresentation_ActionPlanTemplateItemUpdateInputRepresentation>;
12
+ }
13
+ export declare const createResourceParams: (config: UpdateActionPlanTemplateTasksConfig) => resources_patchConnectActionPlanTemplateUpdateByActionPlanTemplateVersionId_ResourceRequestConfig;
14
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<UpdateActionPlanTemplateTasksConfig>): adapter$45$utils_Untrusted<UpdateActionPlanTemplateTasksConfig>;
15
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): UpdateActionPlanTemplateTasksConfig | null;
16
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: UpdateActionPlanTemplateTasksConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_ActionPlanTemplateUpdateOutputRepresentation_ActionPlanTemplateUpdateOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_ActionPlanTemplateUpdateOutputRepresentation_ActionPlanTemplateUpdateOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_ActionPlanTemplateUpdateOutputRepresentation_ActionPlanTemplateUpdateOutputRepresentation, any>>;
17
+ export declare const updateActionPlanTemplateTasksAdapterFactory: $64$luvio_engine_AdapterFactory<UpdateActionPlanTemplateTasksConfig, types_ActionPlanTemplateUpdateOutputRepresentation_ActionPlanTemplateUpdateOutputRepresentation>;
@@ -0,0 +1,6 @@
1
+ export { getActionPlanTemplateItemsLabelAdapterFactory } from '../adapters/getActionPlanTemplateItemsLabel';
2
+ export { getActionPlansAdapterFactory } from '../adapters/getActionPlans';
3
+ export { getActionPlanItemsAdapterFactory } from '../adapters/getActionPlanItems';
4
+ export { getActionPlanStatusInfoAdapterFactory } from '../adapters/getActionPlanStatusInfo';
5
+ export { updateActionPlanTemplateTasksAdapterFactory } from '../adapters/updateActionPlanTemplateTasks';
6
+ export { updateActionPlanTasksAdapterFactory } from '../adapters/updateActionPlanTasks';
@@ -0,0 +1,11 @@
1
+ declare let getActionPlanItems: any;
2
+ declare let getActionPlanStatusInfo: any;
3
+ declare let getActionPlanTemplateItemsLabel: any;
4
+ declare let getActionPlans: any;
5
+ declare let updateActionPlanTasks: any;
6
+ declare let updateActionPlanTemplateTasks: any;
7
+ declare let getActionPlanItems_imperative: any;
8
+ declare let getActionPlanStatusInfo_imperative: any;
9
+ declare let getActionPlanTemplateItemsLabel_imperative: any;
10
+ declare let getActionPlans_imperative: any;
11
+ export { getActionPlanItems, getActionPlanStatusInfo, getActionPlanTemplateItemsLabel, getActionPlans, updateActionPlanTasks, updateActionPlanTemplateTasks, getActionPlanItems_imperative, getActionPlanStatusInfo_imperative, getActionPlanTemplateItemsLabel_imperative, getActionPlans_imperative, };
@@ -0,0 +1,19 @@
1
+ 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';
2
+ import { ActionPlansWrapperOutputRepresentation as types_ActionPlansWrapperOutputRepresentation_ActionPlansWrapperOutputRepresentation } from '../types/ActionPlansWrapperOutputRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ queryParams: {
5
+ actionPlanType?: string;
6
+ limit?: number;
7
+ order?: string;
8
+ orderingParam?: string;
9
+ targetId?: string;
10
+ };
11
+ }
12
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
13
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
14
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ActionPlansWrapperOutputRepresentation_ActionPlansWrapperOutputRepresentation): void;
16
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ActionPlansWrapperOutputRepresentation_ActionPlansWrapperOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ActionPlansWrapperOutputRepresentation_ActionPlansWrapperOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ActionPlansWrapperOutputRepresentation_ActionPlansWrapperOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ActionPlansWrapperOutputRepresentation_ActionPlansWrapperOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ActionPlansWrapperOutputRepresentation_ActionPlansWrapperOutputRepresentation, any>;
17
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ActionPlansWrapperOutputRepresentation_ActionPlansWrapperOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
18
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
19
+ export default createResourceRequest;
@@ -0,0 +1,18 @@
1
+ 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';
2
+ import { ActionPlanItemsWrapperRepresentation as types_ActionPlanItemsWrapperRepresentation_ActionPlanItemsWrapperRepresentation } from '../types/ActionPlanItemsWrapperRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ urlParams: {
5
+ actionPlanId: string;
6
+ };
7
+ queryParams: {
8
+ limit?: number;
9
+ };
10
+ }
11
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
12
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
13
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ActionPlanItemsWrapperRepresentation_ActionPlanItemsWrapperRepresentation): void;
15
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ActionPlanItemsWrapperRepresentation_ActionPlanItemsWrapperRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ActionPlanItemsWrapperRepresentation_ActionPlanItemsWrapperRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ActionPlanItemsWrapperRepresentation_ActionPlanItemsWrapperRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ActionPlanItemsWrapperRepresentation_ActionPlanItemsWrapperRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ActionPlanItemsWrapperRepresentation_ActionPlanItemsWrapperRepresentation, any>;
16
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ActionPlanItemsWrapperRepresentation_ActionPlanItemsWrapperRepresentation>): $64$luvio_engine_ErrorSnapshot;
17
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
18
+ export default createResourceRequest;
@@ -0,0 +1,15 @@
1
+ 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';
2
+ import { ActionPlanStatusInfoOutputRepresentation as types_ActionPlanStatusInfoOutputRepresentation_ActionPlanStatusInfoOutputRepresentation } from '../types/ActionPlanStatusInfoOutputRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ urlParams: {
5
+ actionPlanId: string;
6
+ };
7
+ }
8
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
9
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
10
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ActionPlanStatusInfoOutputRepresentation_ActionPlanStatusInfoOutputRepresentation): void;
12
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ActionPlanStatusInfoOutputRepresentation_ActionPlanStatusInfoOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ActionPlanStatusInfoOutputRepresentation_ActionPlanStatusInfoOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ActionPlanStatusInfoOutputRepresentation_ActionPlanStatusInfoOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ActionPlanStatusInfoOutputRepresentation_ActionPlanStatusInfoOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ActionPlanStatusInfoOutputRepresentation_ActionPlanStatusInfoOutputRepresentation, any>;
13
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ActionPlanStatusInfoOutputRepresentation_ActionPlanStatusInfoOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
14
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
15
+ export default createResourceRequest;
@@ -0,0 +1,18 @@
1
+ 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';
2
+ import { ActionPlanTemplateItemsLabelOutputRepresentation as types_ActionPlanTemplateItemsLabelOutputRepresentation_ActionPlanTemplateItemsLabelOutputRepresentation } from '../types/ActionPlanTemplateItemsLabelOutputRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ urlParams: {
5
+ actionPlanTemplateVersionId: string;
6
+ };
7
+ queryParams: {
8
+ limit?: number;
9
+ };
10
+ }
11
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
12
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
13
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ActionPlanTemplateItemsLabelOutputRepresentation_ActionPlanTemplateItemsLabelOutputRepresentation): void;
15
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ActionPlanTemplateItemsLabelOutputRepresentation_ActionPlanTemplateItemsLabelOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ActionPlanTemplateItemsLabelOutputRepresentation_ActionPlanTemplateItemsLabelOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ActionPlanTemplateItemsLabelOutputRepresentation_ActionPlanTemplateItemsLabelOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ActionPlanTemplateItemsLabelOutputRepresentation_ActionPlanTemplateItemsLabelOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ActionPlanTemplateItemsLabelOutputRepresentation_ActionPlanTemplateItemsLabelOutputRepresentation, any>;
16
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ActionPlanTemplateItemsLabelOutputRepresentation_ActionPlanTemplateItemsLabelOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
17
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
18
+ export default createResourceRequest;
@@ -0,0 +1,16 @@
1
+ import { ActionPlanTemplateItemUpdateInputRepresentation as types_ActionPlanTemplateItemUpdateInputRepresentation_ActionPlanTemplateItemUpdateInputRepresentation } from '../types/ActionPlanTemplateItemUpdateInputRepresentation';
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 { ActionPlanTemplateUpdateOutputRepresentation as types_ActionPlanTemplateUpdateOutputRepresentation_ActionPlanTemplateUpdateOutputRepresentation } from '../types/ActionPlanTemplateUpdateOutputRepresentation';
4
+ export interface ResourceRequestConfig {
5
+ urlParams: {
6
+ actionPlanTemplateVersionId: string;
7
+ };
8
+ body: {
9
+ actionPlanTemplateItems: Array<types_ActionPlanTemplateItemUpdateInputRepresentation_ActionPlanTemplateItemUpdateInputRepresentation>;
10
+ };
11
+ }
12
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
13
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ActionPlanTemplateUpdateOutputRepresentation_ActionPlanTemplateUpdateOutputRepresentation): void;
14
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ActionPlanTemplateUpdateOutputRepresentation_ActionPlanTemplateUpdateOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ActionPlanTemplateUpdateOutputRepresentation_ActionPlanTemplateUpdateOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ActionPlanTemplateUpdateOutputRepresentation_ActionPlanTemplateUpdateOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ActionPlanTemplateUpdateOutputRepresentation_ActionPlanTemplateUpdateOutputRepresentation, any>;
15
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
16
+ export default createResourceRequest;
@@ -0,0 +1,16 @@
1
+ import { ActionPlanTaskUpdateInputRepresentation as types_ActionPlanTaskUpdateInputRepresentation_ActionPlanTaskUpdateInputRepresentation } from '../types/ActionPlanTaskUpdateInputRepresentation';
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 { ActionPlanUpdateOutputRepresentation as types_ActionPlanUpdateOutputRepresentation_ActionPlanUpdateOutputRepresentation } from '../types/ActionPlanUpdateOutputRepresentation';
4
+ export interface ResourceRequestConfig {
5
+ urlParams: {
6
+ actionPlanId: string;
7
+ };
8
+ body: {
9
+ actionPlanTasks: Array<types_ActionPlanTaskUpdateInputRepresentation_ActionPlanTaskUpdateInputRepresentation>;
10
+ };
11
+ }
12
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
13
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ActionPlanUpdateOutputRepresentation_ActionPlanUpdateOutputRepresentation): void;
14
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ActionPlanUpdateOutputRepresentation_ActionPlanUpdateOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ActionPlanUpdateOutputRepresentation_ActionPlanUpdateOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ActionPlanUpdateOutputRepresentation_ActionPlanUpdateOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ActionPlanUpdateOutputRepresentation_ActionPlanUpdateOutputRepresentation, any>;
15
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
16
+ export default createResourceRequest;
@@ -0,0 +1,29 @@
1
+ import { ActionPlanItemDetailedRepresentation as ActionPlanItemDetailedRepresentation_ActionPlanItemDetailedRepresentation } from './ActionPlanItemDetailedRepresentation';
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 = "d1ceccf690b553566994e6a7881d37b7";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ActionPlanItemCollectionRepresentation, existing: ActionPlanItemCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionPlanItemCollectionRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ActionPlanItemCollectionRepresentationNormalized, incoming: ActionPlanItemCollectionRepresentationNormalized): 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: ActionPlanItemCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Record Representation of Collection of ActionPlanItems
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ActionPlanItemCollectionRepresentationNormalized {
18
+ /** Specifies the collection of records of ActionPlanItem */
19
+ records: Array<ActionPlanItemDetailedRepresentation_ActionPlanItemDetailedRepresentation>;
20
+ }
21
+ /**
22
+ * Record Representation of Collection of ActionPlanItems
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface ActionPlanItemCollectionRepresentation {
28
+ records: Array<ActionPlanItemDetailedRepresentation_ActionPlanItemDetailedRepresentation>;
29
+ }
@@ -0,0 +1,34 @@
1
+ import { ActionPlanItemTaskRepresentation as ActionPlanItemTaskRepresentation_ActionPlanItemTaskRepresentation } from './ActionPlanItemTaskRepresentation';
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 = "83edfb6bebbcebd5f3f3c4f1d486a7b4";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ActionPlanItemDetailedRepresentation, existing: ActionPlanItemDetailedRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionPlanItemDetailedRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ActionPlanItemDetailedRepresentationNormalized, incoming: ActionPlanItemDetailedRepresentationNormalized): 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: ActionPlanItemDetailedRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Record Representation of ActionPlanItem
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ActionPlanItemDetailedRepresentationNormalized {
18
+ actionPlanItemTask?: ActionPlanItemTaskRepresentation_ActionPlanItemTaskRepresentation;
19
+ /** ID of this record. */
20
+ id: string;
21
+ /** Returns if the ActionPlanItem is mandatory or not */
22
+ isRequired: boolean;
23
+ }
24
+ /**
25
+ * Record Representation of ActionPlanItem
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface ActionPlanItemDetailedRepresentation {
31
+ actionPlanItemTask?: ActionPlanItemTaskRepresentation_ActionPlanItemTaskRepresentation;
32
+ id: string;
33
+ isRequired: boolean;
34
+ }
@@ -0,0 +1,29 @@
1
+ import { ActionPlanItemRepresentation as ActionPlanItemRepresentation_ActionPlanItemRepresentation } from './ActionPlanItemRepresentation';
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 = "8ab927b9fab7062d2921dfde74fbee76";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ActionPlanItemListRepresentation, existing: ActionPlanItemListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionPlanItemListRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ActionPlanItemListRepresentationNormalized, incoming: ActionPlanItemListRepresentationNormalized): 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: ActionPlanItemListRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Representation for list of mandatory Action Plan Items that are pending
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ActionPlanItemListRepresentationNormalized {
18
+ /** List of mandatory action plan items that are pending */
19
+ records: Array<ActionPlanItemRepresentation_ActionPlanItemRepresentation>;
20
+ }
21
+ /**
22
+ * Representation for list of mandatory Action Plan Items that are pending
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface ActionPlanItemListRepresentation {
28
+ records: Array<ActionPlanItemRepresentation_ActionPlanItemRepresentation>;
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 = "8aeaa3fead4123554df295b53be96919";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ActionPlanItemRepresentation, existing: ActionPlanItemRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionPlanItemRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ActionPlanItemRepresentationNormalized, incoming: ActionPlanItemRepresentationNormalized): 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: ActionPlanItemRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Representation of Action Plan Item
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ActionPlanItemRepresentationNormalized {
17
+ /** ID of the Action Plan Item */
18
+ id: string;
19
+ }
20
+ /**
21
+ * Representation of Action Plan Item
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface ActionPlanItemRepresentation {
27
+ id: string;
28
+ }
@@ -0,0 +1,38 @@
1
+ import { ComputedFieldsWrapperRepresentation as ComputedFieldsWrapperRepresentation_ComputedFieldsWrapperRepresentation } from './ComputedFieldsWrapperRepresentation';
2
+ import { FieldRepresentation as FieldRepresentation_FieldRepresentation } from './FieldRepresentation';
3
+ import { TaskProgressRepresentation as TaskProgressRepresentation_TaskProgressRepresentation } from './TaskProgressRepresentation';
4
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
5
+ export declare const VERSION = "9278fc2539f1657efd47c4c4c8b2b305";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export declare function normalize(input: ActionPlanItemTaskRepresentation, existing: ActionPlanItemTaskRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionPlanItemTaskRepresentationNormalized;
9
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
10
+ export declare function equals(existing: ActionPlanItemTaskRepresentationNormalized, incoming: ActionPlanItemTaskRepresentationNormalized): boolean;
11
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
12
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ActionPlanItemTaskRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
13
+ /**
14
+ * Record Representation of ActionPlanItemTask
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface ActionPlanItemTaskRepresentationNormalized {
20
+ computedFields?: ComputedFieldsWrapperRepresentation_ComputedFieldsWrapperRepresentation;
21
+ /** The fields for the task */
22
+ fields?: Array<FieldRepresentation_FieldRepresentation>;
23
+ /** ID of this record. */
24
+ id: string;
25
+ progress?: TaskProgressRepresentation_TaskProgressRepresentation;
26
+ }
27
+ /**
28
+ * Record Representation of ActionPlanItemTask
29
+ *
30
+ * Keys:
31
+ * (none)
32
+ */
33
+ export interface ActionPlanItemTaskRepresentation {
34
+ computedFields?: ComputedFieldsWrapperRepresentation_ComputedFieldsWrapperRepresentation;
35
+ fields?: Array<FieldRepresentation_FieldRepresentation>;
36
+ id: string;
37
+ progress?: TaskProgressRepresentation_TaskProgressRepresentation;
38
+ }
@@ -0,0 +1,30 @@
1
+ import { ActionPlanItemCollectionRepresentation as ActionPlanItemCollectionRepresentation_ActionPlanItemCollectionRepresentation } from './ActionPlanItemCollectionRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, 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 = "01f1998519e78c50e1b67804b6fcb652";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: ActionPlanItemsWrapperRepresentation, existing: ActionPlanItemsWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionPlanItemsWrapperRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_BaseFragment;
9
+ export declare function equals(existing: ActionPlanItemsWrapperRepresentationNormalized, incoming: ActionPlanItemsWrapperRepresentationNormalized): 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: ActionPlanItemsWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Record Representation of ActionPlanItemsWrapper
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ActionPlanItemsWrapperRepresentationNormalized {
19
+ /** Specifies the wrapper of records of ActionPlanItems */
20
+ actionPlanItems: ActionPlanItemCollectionRepresentation_ActionPlanItemCollectionRepresentation;
21
+ }
22
+ /**
23
+ * Record Representation of ActionPlanItemsWrapper
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ActionPlanItemsWrapperRepresentation {
29
+ actionPlanItems: ActionPlanItemCollectionRepresentation_ActionPlanItemCollectionRepresentation;
30
+ }