@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,29 @@
1
+ import { ActionPlanRepresentation as ActionPlanRepresentation_ActionPlanRepresentation } from './ActionPlanRepresentation';
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 = "caa14bb8a47a6551000c3a888ed201ac";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ActionPlanListRepresentation, existing: ActionPlanListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionPlanListRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ActionPlanListRepresentationNormalized, incoming: ActionPlanListRepresentationNormalized): 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: ActionPlanListRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Representation of Action Plan List
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ActionPlanListRepresentationNormalized {
18
+ /** List of action plan records */
19
+ records: Array<ActionPlanRepresentation_ActionPlanRepresentation>;
20
+ }
21
+ /**
22
+ * Representation of Action Plan List
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface ActionPlanListRepresentation {
28
+ records: Array<ActionPlanRepresentation_ActionPlanRepresentation>;
29
+ }
@@ -0,0 +1,37 @@
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 = "c3b9765da8aaf3ca71fd8168149aa2f6";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ActionPlanRepresentation, existing: ActionPlanRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionPlanRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ActionPlanRepresentationNormalized, incoming: ActionPlanRepresentationNormalized): 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: ActionPlanRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Representation of Action Plan
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ActionPlanRepresentationNormalized {
17
+ /** ID of the Action Plan */
18
+ id: string;
19
+ /** Total number of Action Plan Item present in Action Plan */
20
+ itemCount?: number;
21
+ /** Name of the Action Plan */
22
+ name: string;
23
+ /** Status Code for the Action Plan */
24
+ statusCode?: string;
25
+ }
26
+ /**
27
+ * Representation of Action Plan
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface ActionPlanRepresentation {
33
+ id: string;
34
+ itemCount?: number;
35
+ name: string;
36
+ statusCode?: string;
37
+ }
@@ -0,0 +1,39 @@
1
+ import { ActionPlanItemListRepresentation as ActionPlanItemListRepresentation_ActionPlanItemListRepresentation } from './ActionPlanItemListRepresentation';
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 = "8d866f38a882381bbdafb2496aa6f6b8";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: ActionPlanStatusInfoOutputRepresentation, existing: ActionPlanStatusInfoOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionPlanStatusInfoOutputRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_BaseFragment;
9
+ export declare function equals(existing: ActionPlanStatusInfoOutputRepresentationNormalized, incoming: ActionPlanStatusInfoOutputRepresentationNormalized): 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: ActionPlanStatusInfoOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Representation for Action Plan Status which tells whether all mandatory tasks are completed
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ActionPlanStatusInfoOutputRepresentationNormalized {
19
+ /** Whether all mandatory Items are completed */
20
+ mandatoryItemsCompleted: boolean;
21
+ /** List of Mandatory Action Plan Items that are pending */
22
+ mandatoryItemsPending?: ActionPlanItemListRepresentation_ActionPlanItemListRepresentation;
23
+ /** Whether all optional items are completed */
24
+ optionalItemsCompleted: boolean;
25
+ /** Current status code of Action Plan */
26
+ statusCode?: string;
27
+ }
28
+ /**
29
+ * Representation for Action Plan Status which tells whether all mandatory tasks are completed
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface ActionPlanStatusInfoOutputRepresentation {
35
+ mandatoryItemsCompleted: boolean;
36
+ mandatoryItemsPending?: ActionPlanItemListRepresentation_ActionPlanItemListRepresentation;
37
+ optionalItemsCompleted: boolean;
38
+ statusCode?: string;
39
+ }
@@ -0,0 +1,31 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "0470966cbf4d24219509bf22f1c15a55";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ActionPlanTaskFieldValueUpdateInputRepresentation, existing: ActionPlanTaskFieldValueUpdateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionPlanTaskFieldValueUpdateInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ActionPlanTaskFieldValueUpdateInputRepresentationNormalized, incoming: ActionPlanTaskFieldValueUpdateInputRepresentationNormalized): 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: ActionPlanTaskFieldValueUpdateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for Action Plan Task Field edited
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ActionPlanTaskFieldValueUpdateInputRepresentationNormalized {
17
+ /** Field Api Name */
18
+ fieldApiName: string;
19
+ /** Field Value */
20
+ fieldValue: string;
21
+ }
22
+ /**
23
+ * Input representation for Action Plan Task Field edited
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ActionPlanTaskFieldValueUpdateInputRepresentation {
29
+ fieldApiName: string;
30
+ fieldValue: string;
31
+ }
@@ -0,0 +1,35 @@
1
+ import { ActionPlanTaskFieldValueUpdateInputRepresentation as ActionPlanTaskFieldValueUpdateInputRepresentation_ActionPlanTaskFieldValueUpdateInputRepresentation } from './ActionPlanTaskFieldValueUpdateInputRepresentation';
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 = "ba47e4119bf2793994afd46550f6428a";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ActionPlanTaskUpdateInputRepresentation, existing: ActionPlanTaskUpdateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionPlanTaskUpdateInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ActionPlanTaskUpdateInputRepresentationNormalized, incoming: ActionPlanTaskUpdateInputRepresentationNormalized): 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: ActionPlanTaskUpdateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input representation for Action Plan Task edited
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ActionPlanTaskUpdateInputRepresentationNormalized {
18
+ /** ActionPlanItem Id */
19
+ actionPlanItemId?: string;
20
+ /** Task Field Values List */
21
+ taskFieldValues: Array<ActionPlanTaskFieldValueUpdateInputRepresentation_ActionPlanTaskFieldValueUpdateInputRepresentation>;
22
+ /** Task Id */
23
+ taskId: string;
24
+ }
25
+ /**
26
+ * Input representation for Action Plan Task edited
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface ActionPlanTaskUpdateInputRepresentation {
32
+ actionPlanItemId?: string;
33
+ taskFieldValues: Array<ActionPlanTaskFieldValueUpdateInputRepresentation_ActionPlanTaskFieldValueUpdateInputRepresentation>;
34
+ taskId: string;
35
+ }
@@ -0,0 +1,32 @@
1
+ import { ActionPlanTemplateItemValuesLabelOutputRepresentation as ActionPlanTemplateItemValuesLabelOutputRepresentation_ActionPlanTemplateItemValuesLabelOutputRepresentation } from './ActionPlanTemplateItemValuesLabelOutputRepresentation';
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 = "61eeabc69078307eac62edc1a3a366ea";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ActionPlanTemplateDCIItemsLabelOutputRepresentation, existing: ActionPlanTemplateDCIItemsLabelOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionPlanTemplateDCIItemsLabelOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ActionPlanTemplateDCIItemsLabelOutputRepresentationNormalized, incoming: ActionPlanTemplateDCIItemsLabelOutputRepresentationNormalized): 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: ActionPlanTemplateDCIItemsLabelOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Representation of Action Plans Template DCI Items
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ActionPlanTemplateDCIItemsLabelOutputRepresentationNormalized {
18
+ /** Item is required or not */
19
+ isRequired: boolean;
20
+ /** List of item values */
21
+ itemValues: Array<ActionPlanTemplateItemValuesLabelOutputRepresentation_ActionPlanTemplateItemValuesLabelOutputRepresentation>;
22
+ }
23
+ /**
24
+ * Representation of Action Plans Template DCI Items
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface ActionPlanTemplateDCIItemsLabelOutputRepresentation {
30
+ isRequired: boolean;
31
+ itemValues: Array<ActionPlanTemplateItemValuesLabelOutputRepresentation_ActionPlanTemplateItemValuesLabelOutputRepresentation>;
32
+ }
@@ -0,0 +1,38 @@
1
+ import { ActionPlanTemplateItemValueUpdateInputRepresentation as ActionPlanTemplateItemValueUpdateInputRepresentation_ActionPlanTemplateItemValueUpdateInputRepresentation } from './ActionPlanTemplateItemValueUpdateInputRepresentation';
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 = "cf38d3b2a4cba5ed7c0f116b9cdaf125";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ActionPlanTemplateItemUpdateInputRepresentation, existing: ActionPlanTemplateItemUpdateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionPlanTemplateItemUpdateInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ActionPlanTemplateItemUpdateInputRepresentationNormalized, incoming: ActionPlanTemplateItemUpdateInputRepresentationNormalized): 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: ActionPlanTemplateItemUpdateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input representation for the inline edit of ActionPlanTemplate Tasks
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ActionPlanTemplateItemUpdateInputRepresentationNormalized {
18
+ /** ActionPlanTemplateItem Id */
19
+ actionPlanTemplateItemId: string;
20
+ /** ActionPlanTemplateItem Values to be updated */
21
+ actionPlanTemplateItemValues?: Array<ActionPlanTemplateItemValueUpdateInputRepresentation_ActionPlanTemplateItemValueUpdateInputRepresentation>;
22
+ /** Is ActionPlanTemplateItem Required */
23
+ isRequired?: boolean;
24
+ /** ActionPlanTemplateItem Subject */
25
+ subject?: string;
26
+ }
27
+ /**
28
+ * Input representation for the inline edit of ActionPlanTemplate Tasks
29
+ *
30
+ * Keys:
31
+ * (none)
32
+ */
33
+ export interface ActionPlanTemplateItemUpdateInputRepresentation {
34
+ actionPlanTemplateItemId: string;
35
+ actionPlanTemplateItemValues?: Array<ActionPlanTemplateItemValueUpdateInputRepresentation_ActionPlanTemplateItemValueUpdateInputRepresentation>;
36
+ isRequired?: boolean;
37
+ subject?: string;
38
+ }
@@ -0,0 +1,37 @@
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 = "79a83aadd5ab4953e48e8a3ba9d8c46d";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ActionPlanTemplateItemValueUpdateInputRepresentation, existing: ActionPlanTemplateItemValueUpdateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionPlanTemplateItemValueUpdateInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ActionPlanTemplateItemValueUpdateInputRepresentationNormalized, incoming: ActionPlanTemplateItemValueUpdateInputRepresentationNormalized): 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: ActionPlanTemplateItemValueUpdateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for the inline edit of ActionPlanTemplate Tasks
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ActionPlanTemplateItemValueUpdateInputRepresentationNormalized {
17
+ /** ActionPlanTemplateItemValueId */
18
+ actionPlanTemplateItemValueId?: string;
19
+ /** Value Formula */
20
+ fieldValueFormula?: string;
21
+ /** Value Literal */
22
+ fieldValueLiteral?: unknown;
23
+ /** Item Entity Field Name */
24
+ itemEntityFieldName?: string;
25
+ }
26
+ /**
27
+ * Input representation for the inline edit of ActionPlanTemplate Tasks
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface ActionPlanTemplateItemValueUpdateInputRepresentation {
33
+ actionPlanTemplateItemValueId?: string;
34
+ fieldValueFormula?: string;
35
+ fieldValueLiteral?: unknown;
36
+ itemEntityFieldName?: string;
37
+ }
@@ -0,0 +1,37 @@
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 = "9bc61778ae7559872758ff6422dc347b";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ActionPlanTemplateItemValuesLabelOutputRepresentation, existing: ActionPlanTemplateItemValuesLabelOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionPlanTemplateItemValuesLabelOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ActionPlanTemplateItemValuesLabelOutputRepresentationNormalized, incoming: ActionPlanTemplateItemValuesLabelOutputRepresentationNormalized): 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: ActionPlanTemplateItemValuesLabelOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Representation of Action Plans Template Item Values
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ActionPlanTemplateItemValuesLabelOutputRepresentationNormalized {
17
+ /** The item entity type */
18
+ itemEntityFieldName: string;
19
+ /** Item label */
20
+ label: string;
21
+ /** The item value formula */
22
+ valueFormula: string;
23
+ /** The item value literal */
24
+ valueLiteral: string;
25
+ }
26
+ /**
27
+ * Representation of Action Plans Template Item Values
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface ActionPlanTemplateItemValuesLabelOutputRepresentation {
33
+ itemEntityFieldName: string;
34
+ label: string;
35
+ valueFormula: string;
36
+ valueLiteral: string;
37
+ }
@@ -0,0 +1,49 @@
1
+ import { ActionPlanTemplateDCIItemsLabelOutputRepresentation as ActionPlanTemplateDCIItemsLabelOutputRepresentation_ActionPlanTemplateDCIItemsLabelOutputRepresentation } from './ActionPlanTemplateDCIItemsLabelOutputRepresentation';
2
+ import { ActionPlanTemplateTaskItemsLabelOutputRepresentation as ActionPlanTemplateTaskItemsLabelOutputRepresentation_ActionPlanTemplateTaskItemsLabelOutputRepresentation } from './ActionPlanTemplateTaskItemsLabelOutputRepresentation';
3
+ 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';
4
+ export declare const TTL = 1000;
5
+ export declare const VERSION = "27f870344e4c00862a006458ee9bab53";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export declare function normalize(input: ActionPlanTemplateItemsLabelOutputRepresentation, existing: ActionPlanTemplateItemsLabelOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionPlanTemplateItemsLabelOutputRepresentationNormalized;
9
+ export declare const select: () => $64$luvio_engine_BaseFragment;
10
+ export declare function equals(existing: ActionPlanTemplateItemsLabelOutputRepresentationNormalized, incoming: ActionPlanTemplateItemsLabelOutputRepresentationNormalized): 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: ActionPlanTemplateItemsLabelOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
13
+ /**
14
+ * Representation of Action Plans Template Items
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface ActionPlanTemplateItemsLabelOutputRepresentationNormalized {
20
+ /** actionPlanTemplateName description */
21
+ actionPlanTemplateName: string;
22
+ /** Action Plan Type */
23
+ actionPlanType: string;
24
+ /** Item assigned to user name */
25
+ createdByUserName: string;
26
+ /** List of dci */
27
+ dciItemList: Array<ActionPlanTemplateDCIItemsLabelOutputRepresentation_ActionPlanTemplateDCIItemsLabelOutputRepresentation>;
28
+ /** isCreateAdhocItemsAllowed description */
29
+ isCreateAdhocItemsAllowed: boolean;
30
+ /** Target Entity Type */
31
+ targetEntityType: string;
32
+ /** List of all task items */
33
+ taskItemList: Array<ActionPlanTemplateTaskItemsLabelOutputRepresentation_ActionPlanTemplateTaskItemsLabelOutputRepresentation>;
34
+ }
35
+ /**
36
+ * Representation of Action Plans Template Items
37
+ *
38
+ * Keys:
39
+ * (none)
40
+ */
41
+ export interface ActionPlanTemplateItemsLabelOutputRepresentation {
42
+ actionPlanTemplateName: string;
43
+ actionPlanType: string;
44
+ createdByUserName: string;
45
+ dciItemList: Array<ActionPlanTemplateDCIItemsLabelOutputRepresentation_ActionPlanTemplateDCIItemsLabelOutputRepresentation>;
46
+ isCreateAdhocItemsAllowed: boolean;
47
+ targetEntityType: string;
48
+ taskItemList: Array<ActionPlanTemplateTaskItemsLabelOutputRepresentation_ActionPlanTemplateTaskItemsLabelOutputRepresentation>;
49
+ }
@@ -0,0 +1,38 @@
1
+ import { ActionPlanTemplateItemValuesLabelOutputRepresentation as ActionPlanTemplateItemValuesLabelOutputRepresentation_ActionPlanTemplateItemValuesLabelOutputRepresentation } from './ActionPlanTemplateItemValuesLabelOutputRepresentation';
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 = "c8275bc407ffb5e69b982420718fa165";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ActionPlanTemplateTaskItemsLabelOutputRepresentation, existing: ActionPlanTemplateTaskItemsLabelOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionPlanTemplateTaskItemsLabelOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ActionPlanTemplateTaskItemsLabelOutputRepresentationNormalized, incoming: ActionPlanTemplateTaskItemsLabelOutputRepresentationNormalized): 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: ActionPlanTemplateTaskItemsLabelOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Representation of Action Plans Template Task Items
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ActionPlanTemplateTaskItemsLabelOutputRepresentationNormalized {
18
+ /** Name of Action Plan Task assigned user */
19
+ assignedToUserName: string;
20
+ /** Is required Action Plan task item */
21
+ isRequired: boolean;
22
+ /** List of Task item details */
23
+ itemValues: Array<ActionPlanTemplateItemValuesLabelOutputRepresentation_ActionPlanTemplateItemValuesLabelOutputRepresentation>;
24
+ /** List of prerequisite tasks */
25
+ prerequisiteTasks: Array<string>;
26
+ }
27
+ /**
28
+ * Representation of Action Plans Template Task Items
29
+ *
30
+ * Keys:
31
+ * (none)
32
+ */
33
+ export interface ActionPlanTemplateTaskItemsLabelOutputRepresentation {
34
+ assignedToUserName: string;
35
+ isRequired: boolean;
36
+ itemValues: Array<ActionPlanTemplateItemValuesLabelOutputRepresentation_ActionPlanTemplateItemValuesLabelOutputRepresentation>;
37
+ prerequisiteTasks: Array<string>;
38
+ }
@@ -0,0 +1,31 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "4f1c3b1945e3a0059f5443d8be1985be";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ActionPlanTemplateUpdateErrorOutputRepresentation, existing: ActionPlanTemplateUpdateErrorOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionPlanTemplateUpdateErrorOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ActionPlanTemplateUpdateErrorOutputRepresentationNormalized, incoming: ActionPlanTemplateUpdateErrorOutputRepresentationNormalized): 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: ActionPlanTemplateUpdateErrorOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation for errors during update of Action Plan Template tasks from inline edit
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ActionPlanTemplateUpdateErrorOutputRepresentationNormalized {
17
+ /** The action plan template item Id */
18
+ actionPlanTemplateItemId: string;
19
+ /** Error during the update of action plan template task */
20
+ errorMessage: Array<string>;
21
+ }
22
+ /**
23
+ * Output representation for errors during update of Action Plan Template tasks from inline edit
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ActionPlanTemplateUpdateErrorOutputRepresentation {
29
+ actionPlanTemplateItemId: string;
30
+ errorMessage: Array<string>;
31
+ }
@@ -0,0 +1,29 @@
1
+ import { ActionPlanTemplateItemUpdateInputRepresentation as ActionPlanTemplateItemUpdateInputRepresentation_ActionPlanTemplateItemUpdateInputRepresentation } from './ActionPlanTemplateItemUpdateInputRepresentation';
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 = "f06e6710cd0fa87f90b191e9f945e097";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ActionPlanTemplateUpdateInputRepresentation, existing: ActionPlanTemplateUpdateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionPlanTemplateUpdateInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ActionPlanTemplateUpdateInputRepresentationNormalized, incoming: ActionPlanTemplateUpdateInputRepresentationNormalized): 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: ActionPlanTemplateUpdateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input representation for Action Plan Template Inline Edit
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ActionPlanTemplateUpdateInputRepresentationNormalized {
18
+ /** Action Plan Template Items */
19
+ actionPlanTemplateItems: Array<ActionPlanTemplateItemUpdateInputRepresentation_ActionPlanTemplateItemUpdateInputRepresentation>;
20
+ }
21
+ /**
22
+ * Input representation for Action Plan Template Inline Edit
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface ActionPlanTemplateUpdateInputRepresentation {
28
+ actionPlanTemplateItems: Array<ActionPlanTemplateItemUpdateInputRepresentation_ActionPlanTemplateItemUpdateInputRepresentation>;
29
+ }
@@ -0,0 +1,48 @@
1
+ import { ActionPlanTemplateUpdateErrorOutputRepresentation as ActionPlanTemplateUpdateErrorOutputRepresentation_ActionPlanTemplateUpdateErrorOutputRepresentation } from './ActionPlanTemplateUpdateErrorOutputRepresentation';
2
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ export declare const TTL = 1000;
4
+ export declare const VERSION = "5d4c1520638de11c3fb6993336f85ac6";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
8
+ id: string;
9
+ }
10
+ export type ActionPlanTemplateUpdateOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export type PartialActionPlanTemplateUpdateOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
12
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
13
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): ActionPlanTemplateUpdateOutputRepresentationNormalizedKeyMetadata;
14
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ActionPlanTemplateUpdateOutputRepresentation): string;
15
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ActionPlanTemplateUpdateOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
16
+ export declare function normalize(input: ActionPlanTemplateUpdateOutputRepresentation, existing: ActionPlanTemplateUpdateOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionPlanTemplateUpdateOutputRepresentationNormalized;
17
+ export declare const select: () => $64$luvio_engine_BaseFragment;
18
+ export declare function equals(existing: ActionPlanTemplateUpdateOutputRepresentationNormalized, incoming: ActionPlanTemplateUpdateOutputRepresentationNormalized): boolean;
19
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
20
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ActionPlanTemplateUpdateOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
21
+ /**
22
+ * Output representation for update of Action Plan Template tasks from inline edit
23
+ *
24
+ * Keys:
25
+ * id (string): actionPlanTemplateVersionId
26
+ */
27
+ export interface ActionPlanTemplateUpdateOutputRepresentationNormalized {
28
+ /** Action Plan Template Version Id of the updated items */
29
+ actionPlanTemplateVersionId: string;
30
+ /** Inline Edit Errors for Action Plan Template Items */
31
+ errors: Array<ActionPlanTemplateUpdateErrorOutputRepresentation_ActionPlanTemplateUpdateErrorOutputRepresentation>;
32
+ /** Update Message */
33
+ message: string | null;
34
+ /** Success/Failure update status */
35
+ status: string;
36
+ }
37
+ /**
38
+ * Output representation for update of Action Plan Template tasks from inline edit
39
+ *
40
+ * Keys:
41
+ * id (string): actionPlanTemplateVersionId
42
+ */
43
+ export interface ActionPlanTemplateUpdateOutputRepresentation {
44
+ actionPlanTemplateVersionId: string;
45
+ errors: Array<ActionPlanTemplateUpdateErrorOutputRepresentation_ActionPlanTemplateUpdateErrorOutputRepresentation>;
46
+ message: string | null;
47
+ status: string;
48
+ }
@@ -0,0 +1,31 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "06e4ce9c7ce4c2c3de25405579b4e28c";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ActionPlanUpdateErrorOutputRepresentation, existing: ActionPlanUpdateErrorOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionPlanUpdateErrorOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ActionPlanUpdateErrorOutputRepresentationNormalized, incoming: ActionPlanUpdateErrorOutputRepresentationNormalized): 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: ActionPlanUpdateErrorOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation for errors during update of Action Plan Tasks
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ActionPlanUpdateErrorOutputRepresentationNormalized {
17
+ /** Error list during the update of action plan task */
18
+ errorMessageList: Array<string>;
19
+ /** Task Id */
20
+ taskId: string;
21
+ }
22
+ /**
23
+ * Output representation for errors during update of Action Plan Tasks
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ActionPlanUpdateErrorOutputRepresentation {
29
+ errorMessageList: Array<string>;
30
+ taskId: string;
31
+ }
@@ -0,0 +1,29 @@
1
+ import { ActionPlanTaskUpdateInputRepresentation as ActionPlanTaskUpdateInputRepresentation_ActionPlanTaskUpdateInputRepresentation } from './ActionPlanTaskUpdateInputRepresentation';
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 = "8c9cad464270d4d83c1729fad0b62bfd";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ActionPlanUpdateInputRepresentation, existing: ActionPlanUpdateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionPlanUpdateInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ActionPlanUpdateInputRepresentationNormalized, incoming: ActionPlanUpdateInputRepresentationNormalized): 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: ActionPlanUpdateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input representation for Action Plan Inline Edit
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ActionPlanUpdateInputRepresentationNormalized {
18
+ /** Action Plan Template Items */
19
+ actionPlanTasks: Array<ActionPlanTaskUpdateInputRepresentation_ActionPlanTaskUpdateInputRepresentation>;
20
+ }
21
+ /**
22
+ * Input representation for Action Plan Inline Edit
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface ActionPlanUpdateInputRepresentation {
28
+ actionPlanTasks: Array<ActionPlanTaskUpdateInputRepresentation_ActionPlanTaskUpdateInputRepresentation>;
29
+ }