@salesforce/lds-adapters-industries-actionplan 1.124.2 → 1.124.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/es2018/industries-actionplan.js +1154 -1154
- package/dist/{types → es/es2018/types}/src/generated/adapters/adapter-utils.d.ts +66 -66
- package/dist/{types → es/es2018/types}/src/generated/adapters/getActionPlanItems.d.ts +27 -27
- package/dist/{types → es/es2018/types}/src/generated/adapters/getActionPlanStatusInfo.d.ts +26 -26
- package/dist/{types → es/es2018/types}/src/generated/adapters/getActionPlans.d.ts +30 -30
- package/dist/{types → es/es2018/types}/src/generated/artifacts/main.d.ts +3 -3
- package/dist/{types → es/es2018/types}/src/generated/artifacts/sfdc.d.ts +7 -7
- package/dist/{types → es/es2018/types}/src/generated/resources/getConnectActionPlan.d.ts +19 -19
- package/dist/{types → es/es2018/types}/src/generated/resources/getConnectActionPlanActionPlanItemsByActionPlanId.d.ts +18 -18
- package/dist/{types → es/es2018/types}/src/generated/resources/getConnectActionPlanStatusInfoByActionPlanId.d.ts +15 -15
- package/dist/{types → es/es2018/types}/src/generated/types/ActionPlanItemCollectionRepresentation.d.ts +30 -30
- package/dist/{types → es/es2018/types}/src/generated/types/ActionPlanItemDetailedRepresentation.d.ts +35 -35
- package/dist/{types → es/es2018/types}/src/generated/types/ActionPlanItemListRepresentation.d.ts +30 -30
- package/dist/{types → es/es2018/types}/src/generated/types/ActionPlanItemRepresentation.d.ts +29 -29
- package/dist/{types → es/es2018/types}/src/generated/types/ActionPlanItemTaskRepresentation.d.ts +39 -39
- package/dist/{types → es/es2018/types}/src/generated/types/ActionPlanItemsWrapperRepresentation.d.ts +31 -31
- package/dist/{types → es/es2018/types}/src/generated/types/ActionPlanListRepresentation.d.ts +30 -30
- package/dist/{types → es/es2018/types}/src/generated/types/ActionPlanRepresentation.d.ts +38 -38
- package/dist/{types → es/es2018/types}/src/generated/types/ActionPlanStatusInfoOutputRepresentation.d.ts +40 -40
- package/dist/{types → es/es2018/types}/src/generated/types/ActionPlansWrapperOutputRepresentation.d.ts +31 -31
- package/dist/{types → es/es2018/types}/src/generated/types/ComputedFieldsWrapperRepresentation.d.ts +33 -33
- package/dist/{types → es/es2018/types}/src/generated/types/FieldRepresentation.d.ts +38 -38
- package/dist/{types → es/es2018/types}/src/generated/types/TaskProgressRepresentation.d.ts +35 -35
- package/dist/{types → es/es2018/types}/src/generated/types/type-utils.d.ts +39 -39
- package/package.json +5 -5
- package/sfdc/index.d.ts +1 -1
- package/sfdc/index.js +1190 -1190
- package/dist/umd/es2018/industries-actionplan.js +0 -1215
- package/dist/umd/es5/industries-actionplan.js +0 -1228
package/dist/{types → es/es2018/types}/src/generated/types/ActionPlanItemDetailedRepresentation.d.ts
RENAMED
|
@@ -1,35 +1,35 @@
|
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: ActionPlanItemDetailedRepresentation): void;
|
|
10
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionPlanItemDetailedRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
-
/**
|
|
13
|
-
* Record Representation of ActionPlanItem
|
|
14
|
-
*
|
|
15
|
-
* Keys:
|
|
16
|
-
* (none)
|
|
17
|
-
*/
|
|
18
|
-
export interface ActionPlanItemDetailedRepresentationNormalized {
|
|
19
|
-
actionPlanItemTask?: ActionPlanItemTaskRepresentation_ActionPlanItemTaskRepresentation;
|
|
20
|
-
/** ID of this record. */
|
|
21
|
-
id: string;
|
|
22
|
-
/** Returns if the ActionPlanItem is mandatory or not */
|
|
23
|
-
isRequired: boolean;
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Record Representation of ActionPlanItem
|
|
27
|
-
*
|
|
28
|
-
* Keys:
|
|
29
|
-
* (none)
|
|
30
|
-
*/
|
|
31
|
-
export interface ActionPlanItemDetailedRepresentation {
|
|
32
|
-
actionPlanItemTask?: ActionPlanItemTaskRepresentation_ActionPlanItemTaskRepresentation;
|
|
33
|
-
id: string;
|
|
34
|
-
isRequired: boolean;
|
|
35
|
-
}
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: ActionPlanItemDetailedRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionPlanItemDetailedRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Record Representation of ActionPlanItem
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ActionPlanItemDetailedRepresentationNormalized {
|
|
19
|
+
actionPlanItemTask?: ActionPlanItemTaskRepresentation_ActionPlanItemTaskRepresentation;
|
|
20
|
+
/** ID of this record. */
|
|
21
|
+
id: string;
|
|
22
|
+
/** Returns if the ActionPlanItem is mandatory or not */
|
|
23
|
+
isRequired: boolean;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Record Representation of ActionPlanItem
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface ActionPlanItemDetailedRepresentation {
|
|
32
|
+
actionPlanItemTask?: ActionPlanItemTaskRepresentation_ActionPlanItemTaskRepresentation;
|
|
33
|
+
id: string;
|
|
34
|
+
isRequired: boolean;
|
|
35
|
+
}
|
package/dist/{types → es/es2018/types}/src/generated/types/ActionPlanItemListRepresentation.d.ts
RENAMED
|
@@ -1,30 +1,30 @@
|
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: ActionPlanItemListRepresentation): void;
|
|
10
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionPlanItemListRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
-
/**
|
|
13
|
-
* Representation for list of mandatory Action Plan Items that are pending
|
|
14
|
-
*
|
|
15
|
-
* Keys:
|
|
16
|
-
* (none)
|
|
17
|
-
*/
|
|
18
|
-
export interface ActionPlanItemListRepresentationNormalized {
|
|
19
|
-
/** List of mandatory action plan items that are pending */
|
|
20
|
-
records: Array<ActionPlanItemRepresentation_ActionPlanItemRepresentation>;
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* Representation for list of mandatory Action Plan Items that are pending
|
|
24
|
-
*
|
|
25
|
-
* Keys:
|
|
26
|
-
* (none)
|
|
27
|
-
*/
|
|
28
|
-
export interface ActionPlanItemListRepresentation {
|
|
29
|
-
records: Array<ActionPlanItemRepresentation_ActionPlanItemRepresentation>;
|
|
30
|
-
}
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: ActionPlanItemListRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionPlanItemListRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Representation for list of mandatory Action Plan Items that are pending
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ActionPlanItemListRepresentationNormalized {
|
|
19
|
+
/** List of mandatory action plan items that are pending */
|
|
20
|
+
records: Array<ActionPlanItemRepresentation_ActionPlanItemRepresentation>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Representation for list of mandatory Action Plan Items that are pending
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface ActionPlanItemListRepresentation {
|
|
29
|
+
records: Array<ActionPlanItemRepresentation_ActionPlanItemRepresentation>;
|
|
30
|
+
}
|
package/dist/{types → es/es2018/types}/src/generated/types/ActionPlanItemRepresentation.d.ts
RENAMED
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: ActionPlanItemRepresentation): void;
|
|
9
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionPlanItemRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
-
/**
|
|
12
|
-
* Representation of Action Plan Item
|
|
13
|
-
*
|
|
14
|
-
* Keys:
|
|
15
|
-
* (none)
|
|
16
|
-
*/
|
|
17
|
-
export interface ActionPlanItemRepresentationNormalized {
|
|
18
|
-
/** ID of the Action Plan Item */
|
|
19
|
-
id: string;
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* Representation of Action Plan Item
|
|
23
|
-
*
|
|
24
|
-
* Keys:
|
|
25
|
-
* (none)
|
|
26
|
-
*/
|
|
27
|
-
export interface ActionPlanItemRepresentation {
|
|
28
|
-
id: string;
|
|
29
|
-
}
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: ActionPlanItemRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionPlanItemRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Representation of Action Plan Item
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ActionPlanItemRepresentationNormalized {
|
|
18
|
+
/** ID of the Action Plan Item */
|
|
19
|
+
id: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Representation of Action Plan Item
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface ActionPlanItemRepresentation {
|
|
28
|
+
id: string;
|
|
29
|
+
}
|
package/dist/{types → es/es2018/types}/src/generated/types/ActionPlanItemTaskRepresentation.d.ts
RENAMED
|
@@ -1,39 +1,39 @@
|
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: ActionPlanItemTaskRepresentation): void;
|
|
12
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
13
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionPlanItemTaskRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
14
|
-
/**
|
|
15
|
-
* Record Representation of ActionPlanItemTask
|
|
16
|
-
*
|
|
17
|
-
* Keys:
|
|
18
|
-
* (none)
|
|
19
|
-
*/
|
|
20
|
-
export interface ActionPlanItemTaskRepresentationNormalized {
|
|
21
|
-
computedFields?: ComputedFieldsWrapperRepresentation_ComputedFieldsWrapperRepresentation;
|
|
22
|
-
/** The fields for the task */
|
|
23
|
-
fields?: Array<FieldRepresentation_FieldRepresentation>;
|
|
24
|
-
/** ID of this record. */
|
|
25
|
-
id: string;
|
|
26
|
-
progress?: TaskProgressRepresentation_TaskProgressRepresentation;
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* Record Representation of ActionPlanItemTask
|
|
30
|
-
*
|
|
31
|
-
* Keys:
|
|
32
|
-
* (none)
|
|
33
|
-
*/
|
|
34
|
-
export interface ActionPlanItemTaskRepresentation {
|
|
35
|
-
computedFields?: ComputedFieldsWrapperRepresentation_ComputedFieldsWrapperRepresentation;
|
|
36
|
-
fields?: Array<FieldRepresentation_FieldRepresentation>;
|
|
37
|
-
id: string;
|
|
38
|
-
progress?: TaskProgressRepresentation_TaskProgressRepresentation;
|
|
39
|
-
}
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: ActionPlanItemTaskRepresentation): void;
|
|
12
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
13
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionPlanItemTaskRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
14
|
+
/**
|
|
15
|
+
* Record Representation of ActionPlanItemTask
|
|
16
|
+
*
|
|
17
|
+
* Keys:
|
|
18
|
+
* (none)
|
|
19
|
+
*/
|
|
20
|
+
export interface ActionPlanItemTaskRepresentationNormalized {
|
|
21
|
+
computedFields?: ComputedFieldsWrapperRepresentation_ComputedFieldsWrapperRepresentation;
|
|
22
|
+
/** The fields for the task */
|
|
23
|
+
fields?: Array<FieldRepresentation_FieldRepresentation>;
|
|
24
|
+
/** ID of this record. */
|
|
25
|
+
id: string;
|
|
26
|
+
progress?: TaskProgressRepresentation_TaskProgressRepresentation;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Record Representation of ActionPlanItemTask
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface ActionPlanItemTaskRepresentation {
|
|
35
|
+
computedFields?: ComputedFieldsWrapperRepresentation_ComputedFieldsWrapperRepresentation;
|
|
36
|
+
fields?: Array<FieldRepresentation_FieldRepresentation>;
|
|
37
|
+
id: string;
|
|
38
|
+
progress?: TaskProgressRepresentation_TaskProgressRepresentation;
|
|
39
|
+
}
|
package/dist/{types → es/es2018/types}/src/generated/types/ActionPlanItemsWrapperRepresentation.d.ts
RENAMED
|
@@ -1,31 +1,31 @@
|
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: ActionPlanItemsWrapperRepresentation): void;
|
|
11
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionPlanItemsWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
-
/**
|
|
14
|
-
* Record Representation of ActionPlanItemsWrapper
|
|
15
|
-
*
|
|
16
|
-
* Keys:
|
|
17
|
-
* (none)
|
|
18
|
-
*/
|
|
19
|
-
export interface ActionPlanItemsWrapperRepresentationNormalized {
|
|
20
|
-
/** Specifies the wrapper of records of ActionPlanItems */
|
|
21
|
-
actionPlanItems: ActionPlanItemCollectionRepresentation_ActionPlanItemCollectionRepresentation;
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* Record Representation of ActionPlanItemsWrapper
|
|
25
|
-
*
|
|
26
|
-
* Keys:
|
|
27
|
-
* (none)
|
|
28
|
-
*/
|
|
29
|
-
export interface ActionPlanItemsWrapperRepresentation {
|
|
30
|
-
actionPlanItems: ActionPlanItemCollectionRepresentation_ActionPlanItemCollectionRepresentation;
|
|
31
|
-
}
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: ActionPlanItemsWrapperRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionPlanItemsWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* Record Representation of ActionPlanItemsWrapper
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface ActionPlanItemsWrapperRepresentationNormalized {
|
|
20
|
+
/** Specifies the wrapper of records of ActionPlanItems */
|
|
21
|
+
actionPlanItems: ActionPlanItemCollectionRepresentation_ActionPlanItemCollectionRepresentation;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Record Representation of ActionPlanItemsWrapper
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface ActionPlanItemsWrapperRepresentation {
|
|
30
|
+
actionPlanItems: ActionPlanItemCollectionRepresentation_ActionPlanItemCollectionRepresentation;
|
|
31
|
+
}
|
package/dist/{types → es/es2018/types}/src/generated/types/ActionPlanListRepresentation.d.ts
RENAMED
|
@@ -1,30 +1,30 @@
|
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: ActionPlanListRepresentation): void;
|
|
10
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionPlanListRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
-
/**
|
|
13
|
-
* Representation of Action Plan List
|
|
14
|
-
*
|
|
15
|
-
* Keys:
|
|
16
|
-
* (none)
|
|
17
|
-
*/
|
|
18
|
-
export interface ActionPlanListRepresentationNormalized {
|
|
19
|
-
/** List of action plan records */
|
|
20
|
-
records: Array<ActionPlanRepresentation_ActionPlanRepresentation>;
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* Representation of Action Plan List
|
|
24
|
-
*
|
|
25
|
-
* Keys:
|
|
26
|
-
* (none)
|
|
27
|
-
*/
|
|
28
|
-
export interface ActionPlanListRepresentation {
|
|
29
|
-
records: Array<ActionPlanRepresentation_ActionPlanRepresentation>;
|
|
30
|
-
}
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: ActionPlanListRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionPlanListRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Representation of Action Plan List
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ActionPlanListRepresentationNormalized {
|
|
19
|
+
/** List of action plan records */
|
|
20
|
+
records: Array<ActionPlanRepresentation_ActionPlanRepresentation>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Representation of Action Plan List
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface ActionPlanListRepresentation {
|
|
29
|
+
records: Array<ActionPlanRepresentation_ActionPlanRepresentation>;
|
|
30
|
+
}
|
|
@@ -1,38 +1,38 @@
|
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: ActionPlanRepresentation): void;
|
|
9
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionPlanRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
-
/**
|
|
12
|
-
* Representation of Action Plan
|
|
13
|
-
*
|
|
14
|
-
* Keys:
|
|
15
|
-
* (none)
|
|
16
|
-
*/
|
|
17
|
-
export interface ActionPlanRepresentationNormalized {
|
|
18
|
-
/** ID of the Action Plan */
|
|
19
|
-
id: string;
|
|
20
|
-
/** Total number of Action Plan Item present in Action Plan */
|
|
21
|
-
itemCount?: number;
|
|
22
|
-
/** Name of the Action Plan */
|
|
23
|
-
name: string;
|
|
24
|
-
/** Status Code for the Action Plan */
|
|
25
|
-
statusCode?: string;
|
|
26
|
-
}
|
|
27
|
-
/**
|
|
28
|
-
* Representation of Action Plan
|
|
29
|
-
*
|
|
30
|
-
* Keys:
|
|
31
|
-
* (none)
|
|
32
|
-
*/
|
|
33
|
-
export interface ActionPlanRepresentation {
|
|
34
|
-
id: string;
|
|
35
|
-
itemCount?: number;
|
|
36
|
-
name: string;
|
|
37
|
-
statusCode?: string;
|
|
38
|
-
}
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: ActionPlanRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionPlanRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Representation of Action Plan
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ActionPlanRepresentationNormalized {
|
|
18
|
+
/** ID of the Action Plan */
|
|
19
|
+
id: string;
|
|
20
|
+
/** Total number of Action Plan Item present in Action Plan */
|
|
21
|
+
itemCount?: number;
|
|
22
|
+
/** Name of the Action Plan */
|
|
23
|
+
name: string;
|
|
24
|
+
/** Status Code for the Action Plan */
|
|
25
|
+
statusCode?: string;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Representation of Action Plan
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* (none)
|
|
32
|
+
*/
|
|
33
|
+
export interface ActionPlanRepresentation {
|
|
34
|
+
id: string;
|
|
35
|
+
itemCount?: number;
|
|
36
|
+
name: string;
|
|
37
|
+
statusCode?: string;
|
|
38
|
+
}
|
|
@@ -1,40 +1,40 @@
|
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: ActionPlanStatusInfoOutputRepresentation): void;
|
|
11
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionPlanStatusInfoOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
-
/**
|
|
14
|
-
* Representation for Action Plan Status which tells whether all mandatory tasks are completed
|
|
15
|
-
*
|
|
16
|
-
* Keys:
|
|
17
|
-
* (none)
|
|
18
|
-
*/
|
|
19
|
-
export interface ActionPlanStatusInfoOutputRepresentationNormalized {
|
|
20
|
-
/** Whether all mandatory Items are completed */
|
|
21
|
-
mandatoryItemsCompleted: boolean;
|
|
22
|
-
/** List of Mandatory Action Plan Items that are pending */
|
|
23
|
-
mandatoryItemsPending?: ActionPlanItemListRepresentation_ActionPlanItemListRepresentation;
|
|
24
|
-
/** Whether all optional items are completed */
|
|
25
|
-
optionalItemsCompleted: boolean;
|
|
26
|
-
/** Current status code of Action Plan */
|
|
27
|
-
statusCode?: string;
|
|
28
|
-
}
|
|
29
|
-
/**
|
|
30
|
-
* Representation for Action Plan Status which tells whether all mandatory tasks are completed
|
|
31
|
-
*
|
|
32
|
-
* Keys:
|
|
33
|
-
* (none)
|
|
34
|
-
*/
|
|
35
|
-
export interface ActionPlanStatusInfoOutputRepresentation {
|
|
36
|
-
mandatoryItemsCompleted: boolean;
|
|
37
|
-
mandatoryItemsPending?: ActionPlanItemListRepresentation_ActionPlanItemListRepresentation;
|
|
38
|
-
optionalItemsCompleted: boolean;
|
|
39
|
-
statusCode?: string;
|
|
40
|
-
}
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: ActionPlanStatusInfoOutputRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ActionPlanStatusInfoOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* Representation for Action Plan Status which tells whether all mandatory tasks are completed
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface ActionPlanStatusInfoOutputRepresentationNormalized {
|
|
20
|
+
/** Whether all mandatory Items are completed */
|
|
21
|
+
mandatoryItemsCompleted: boolean;
|
|
22
|
+
/** List of Mandatory Action Plan Items that are pending */
|
|
23
|
+
mandatoryItemsPending?: ActionPlanItemListRepresentation_ActionPlanItemListRepresentation;
|
|
24
|
+
/** Whether all optional items are completed */
|
|
25
|
+
optionalItemsCompleted: boolean;
|
|
26
|
+
/** Current status code of Action Plan */
|
|
27
|
+
statusCode?: string;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Representation for Action Plan Status which tells whether all mandatory tasks are completed
|
|
31
|
+
*
|
|
32
|
+
* Keys:
|
|
33
|
+
* (none)
|
|
34
|
+
*/
|
|
35
|
+
export interface ActionPlanStatusInfoOutputRepresentation {
|
|
36
|
+
mandatoryItemsCompleted: boolean;
|
|
37
|
+
mandatoryItemsPending?: ActionPlanItemListRepresentation_ActionPlanItemListRepresentation;
|
|
38
|
+
optionalItemsCompleted: boolean;
|
|
39
|
+
statusCode?: string;
|
|
40
|
+
}
|