@salesforce/lds-adapters-sales-enablement-program 0.131.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/sales-enablement-program.js +1584 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +66 -0
- package/dist/es/es2018/types/src/generated/adapters/getProgramTemplate.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getProgramTemplates.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectEnablementMeasure.d.ts +8 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectEnablementMeasureByMeasureId.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectEnablementMeasure.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectEnablementMeasureByMeasureId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectEnablementMeasureCloneActionBySourceMeasureId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectEnablementProgramByEnablementProgramId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectEnablementProgramDescribeByEnablementProgramId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectEnablementProgramSummaryAssigned.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectEnablementProgramSummaryByEnablementProgramId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectEnablementProgramTemplate.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectEnablementProgramTemplateByProgramTemplateName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectEnablementProgramsDescribeByEnablementProgramId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectEnablementMeasure.d.ts +10 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectEnablementMeasureByMeasureId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectEnablementProgram.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectEnablementPrograms.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectEnablementProgramsByEnablementProgramId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectEnablementMeasure.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectEnablementMeasureByMeasureId.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectEnablementProgram.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectEnablementProgramStatus.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectEnablementProgramStatusByEnablementProgramId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectEnablementPrograms.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectEnablementProgramsByEnablementProgramId.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectEnablementProgramsStatus.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectEnablementProgramsStatusByEnablementProgramId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/putConnectEnablementMeasure.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/putConnectEnablementMeasureByMeasureId.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/types/AbstractEnablementProgramRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/AbstractEnablementProgramTaskRepresentation.d.ts +95 -0
- package/dist/es/es2018/types/src/generated/types/EnablementMeasureFilterInputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/EnablementMeasureFilterRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/EnablementMeasureIdRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/EnablementMeasureInputRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/EnablementMeasureObjectInputRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/EnablementMeasureObjectRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/EnablementMeasureRepresentation.d.ts +63 -0
- package/dist/es/es2018/types/src/generated/types/EnablementMeasureStatusInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/EnablementProgramInputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/EnablementProgramRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/EnablementProgramRuntimeRepresentation.d.ts +64 -0
- package/dist/es/es2018/types/src/generated/types/EnablementProgramRuntimeTaskRepresentation.d.ts +107 -0
- package/dist/es/es2018/types/src/generated/types/EnablementProgramSectionInputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/EnablementProgramSectionRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/EnablementProgramStatusRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/EnablementProgramStatusUpdateInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/EnablementProgramSummaryItemRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/EnablementProgramSummaryListRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/EnablementProgramSummaryRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/EnablementProgramSummarySectionRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/EnablementProgramSummaryTaskRepresentation.d.ts +64 -0
- package/dist/es/es2018/types/src/generated/types/EnablementProgramTaskInputRepresentation.d.ts +77 -0
- package/dist/es/es2018/types/src/generated/types/EnablementProgramTaskRepresentation.d.ts +96 -0
- package/dist/es/es2018/types/src/generated/types/ProgramTaskWarningRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/ProgramTemplateInfoRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/ProgramTemplateListRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +39 -0
- package/package.json +68 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +1624 -0
- package/src/raml/api.raml +1406 -0
- package/src/raml/luvio.raml +25 -0
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { EnablementProgramSectionRepresentation as EnablementProgramSectionRepresentation_EnablementProgramSectionRepresentation } from './EnablementProgramSectionRepresentation';
|
|
2
|
+
import { AbstractEnablementProgramTaskRepresentation as AbstractEnablementProgramTaskRepresentation_AbstractEnablementProgramTaskRepresentation } from './AbstractEnablementProgramTaskRepresentation';
|
|
3
|
+
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';
|
|
4
|
+
export declare const TTL = 604800000;
|
|
5
|
+
export declare const VERSION = "f9ce8118e1ad936cda186804d38b9037";
|
|
6
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
|
+
export declare const RepresentationType: string;
|
|
8
|
+
export declare function normalize(input: EnablementProgramRepresentation, existing: EnablementProgramRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EnablementProgramRepresentationNormalized;
|
|
9
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
10
|
+
export declare function equals(existing: EnablementProgramRepresentationNormalized, incoming: EnablementProgramRepresentationNormalized): boolean;
|
|
11
|
+
export declare function deepFreeze(input: EnablementProgramRepresentation): void;
|
|
12
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
13
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EnablementProgramRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
14
|
+
/**
|
|
15
|
+
* Runtime representation of an enablement program. Contains only program details
|
|
16
|
+
*
|
|
17
|
+
* Keys:
|
|
18
|
+
* (none)
|
|
19
|
+
*/
|
|
20
|
+
export interface EnablementProgramRepresentationNormalized {
|
|
21
|
+
/** Description of the enablement program */
|
|
22
|
+
description: string;
|
|
23
|
+
/** Id of the enablement program */
|
|
24
|
+
id: string | null;
|
|
25
|
+
/** True if and only if this enablement program is an outcome based one */
|
|
26
|
+
isOutcomeBased: boolean;
|
|
27
|
+
/** True if and only if this enablement program is a template definition */
|
|
28
|
+
isTemplate: boolean;
|
|
29
|
+
/** Name of the enablement program */
|
|
30
|
+
name: string;
|
|
31
|
+
/** List of sections for the enablement program */
|
|
32
|
+
sections: Array<EnablementProgramSectionRepresentation_EnablementProgramSectionRepresentation>;
|
|
33
|
+
/** Status of the enablement program */
|
|
34
|
+
status: string;
|
|
35
|
+
/** SystemModStamp of the enablement program */
|
|
36
|
+
systemModStamp: string;
|
|
37
|
+
/** List of tasks for the enablement program */
|
|
38
|
+
tasks: Array<AbstractEnablementProgramTaskRepresentation_AbstractEnablementProgramTaskRepresentation>;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Runtime representation of an enablement program. Contains only program details
|
|
42
|
+
*
|
|
43
|
+
* Keys:
|
|
44
|
+
* (none)
|
|
45
|
+
*/
|
|
46
|
+
export interface EnablementProgramRepresentation {
|
|
47
|
+
description: string;
|
|
48
|
+
id: string | null;
|
|
49
|
+
isOutcomeBased: boolean;
|
|
50
|
+
isTemplate: boolean;
|
|
51
|
+
name: string;
|
|
52
|
+
sections: Array<EnablementProgramSectionRepresentation_EnablementProgramSectionRepresentation>;
|
|
53
|
+
status: string;
|
|
54
|
+
systemModStamp: string;
|
|
55
|
+
tasks: Array<AbstractEnablementProgramTaskRepresentation_AbstractEnablementProgramTaskRepresentation>;
|
|
56
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { EnablementProgramSectionRepresentation as EnablementProgramSectionRepresentation_EnablementProgramSectionRepresentation } from './EnablementProgramSectionRepresentation';
|
|
2
|
+
import { AbstractEnablementProgramTaskRepresentation as AbstractEnablementProgramTaskRepresentation_AbstractEnablementProgramTaskRepresentation } from './AbstractEnablementProgramTaskRepresentation';
|
|
3
|
+
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';
|
|
4
|
+
export declare const VERSION = "0947bc730e7b29770eb39ebd903a6aa3";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: EnablementProgramRuntimeRepresentation, existing: EnablementProgramRuntimeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EnablementProgramRuntimeRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: EnablementProgramRuntimeRepresentationNormalized, incoming: EnablementProgramRuntimeRepresentationNormalized): boolean;
|
|
10
|
+
export declare function deepFreeze(input: EnablementProgramRuntimeRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EnablementProgramRuntimeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* Runtime representation of an enablement program. Contains program details as well as progress for the current user.
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface EnablementProgramRuntimeRepresentationNormalized {
|
|
20
|
+
/** Completed date of the enablement program for the current user */
|
|
21
|
+
completedDate: string;
|
|
22
|
+
/** Percent complete of the enablement program for the current user */
|
|
23
|
+
completedPercent: number;
|
|
24
|
+
/** Description of the enablement program */
|
|
25
|
+
description: string;
|
|
26
|
+
/** Due date of the enablement program for the current user */
|
|
27
|
+
dueDate: string;
|
|
28
|
+
/** Id of the enablement program */
|
|
29
|
+
id: string;
|
|
30
|
+
/** Indicates if the current user has completed the enablement program */
|
|
31
|
+
isCompleted: boolean;
|
|
32
|
+
/** True if and only if this enablement program is an outcome based one */
|
|
33
|
+
isOutcomeBased: boolean;
|
|
34
|
+
/** Indicates if the current user is overdue on the enablement program */
|
|
35
|
+
isOverdue: boolean;
|
|
36
|
+
/** Name of the enablement program */
|
|
37
|
+
name: string;
|
|
38
|
+
/** List of sections for the enablement program */
|
|
39
|
+
sections: Array<EnablementProgramSectionRepresentation_EnablementProgramSectionRepresentation>;
|
|
40
|
+
/** Status of the enablement program */
|
|
41
|
+
status: string;
|
|
42
|
+
/** List of tasks for the enablement program */
|
|
43
|
+
tasks: Array<AbstractEnablementProgramTaskRepresentation_AbstractEnablementProgramTaskRepresentation>;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Runtime representation of an enablement program. Contains program details as well as progress for the current user.
|
|
47
|
+
*
|
|
48
|
+
* Keys:
|
|
49
|
+
* (none)
|
|
50
|
+
*/
|
|
51
|
+
export interface EnablementProgramRuntimeRepresentation {
|
|
52
|
+
completedDate: string;
|
|
53
|
+
completedPercent: number;
|
|
54
|
+
description: string;
|
|
55
|
+
dueDate: string;
|
|
56
|
+
id: string;
|
|
57
|
+
isCompleted: boolean;
|
|
58
|
+
isOutcomeBased: boolean;
|
|
59
|
+
isOverdue: boolean;
|
|
60
|
+
name: string;
|
|
61
|
+
sections: Array<EnablementProgramSectionRepresentation_EnablementProgramSectionRepresentation>;
|
|
62
|
+
status: string;
|
|
63
|
+
tasks: Array<AbstractEnablementProgramTaskRepresentation_AbstractEnablementProgramTaskRepresentation>;
|
|
64
|
+
}
|
package/dist/es/es2018/types/src/generated/types/EnablementProgramRuntimeTaskRepresentation.d.ts
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
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 = "d00534d43212a75058e1a778e713da67";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: EnablementProgramRuntimeTaskRepresentation, existing: EnablementProgramRuntimeTaskRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EnablementProgramRuntimeTaskRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: EnablementProgramRuntimeTaskRepresentationNormalized, incoming: EnablementProgramRuntimeTaskRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: EnablementProgramRuntimeTaskRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EnablementProgramRuntimeTaskRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Runtime representation of an enablement program task. Contains task details as well as user progress.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface EnablementProgramRuntimeTaskRepresentationNormalized {
|
|
18
|
+
/** The date the item was completed */
|
|
19
|
+
completedDate: string;
|
|
20
|
+
/** Percent complete for the current user */
|
|
21
|
+
completedPercent: number;
|
|
22
|
+
/** Content type for the enablement task */
|
|
23
|
+
contentType: string;
|
|
24
|
+
/** Description of the enablement task */
|
|
25
|
+
description: string;
|
|
26
|
+
/** DeveloperName of the enablement task */
|
|
27
|
+
developerName: string;
|
|
28
|
+
/** Due date for the current assignment */
|
|
29
|
+
dueDate: string;
|
|
30
|
+
/** The estimated duration, in minutes, of the task. */
|
|
31
|
+
durationCount: number;
|
|
32
|
+
/** Program Section Id of the enablement task */
|
|
33
|
+
enablementProgramSectionId: string;
|
|
34
|
+
/** Enablement Room Id of the enablement task */
|
|
35
|
+
enablementRoomId: string;
|
|
36
|
+
/** Id of the enablement task */
|
|
37
|
+
id?: string;
|
|
38
|
+
/** Indicates if the item is complete or not */
|
|
39
|
+
isCompleted: boolean;
|
|
40
|
+
/** True if and only if this task is an outcome milestone */
|
|
41
|
+
isMilestoneAnOutcome: boolean;
|
|
42
|
+
/** Indicates if the item is overdue or not */
|
|
43
|
+
isOverdue: boolean;
|
|
44
|
+
/** Description of the associated learning item */
|
|
45
|
+
learningItemDescription: string;
|
|
46
|
+
/** The learning item icon url. */
|
|
47
|
+
learningItemIconUrl: string;
|
|
48
|
+
/** Learning Item Id of the enablement task */
|
|
49
|
+
learningItemId: string;
|
|
50
|
+
/** Related content id for the associated learning item */
|
|
51
|
+
learningItemRelatedContentId: string;
|
|
52
|
+
/** Title of the associated learning item */
|
|
53
|
+
learningItemTitle: string;
|
|
54
|
+
/** Url for the associated learning item */
|
|
55
|
+
learningItemUrl: string;
|
|
56
|
+
/** The result value of if the task is of measure type */
|
|
57
|
+
milestoneResult: number;
|
|
58
|
+
/** Milestone Target of the enablement task */
|
|
59
|
+
milestoneTarget: number;
|
|
60
|
+
/** Minimum Sample Size of the enablement measure with aggregation type average */
|
|
61
|
+
minimumSampleSize: number;
|
|
62
|
+
/** Name of the enablement task */
|
|
63
|
+
name: string;
|
|
64
|
+
/** The day the program task is due */
|
|
65
|
+
programDay: number;
|
|
66
|
+
/** Sequence Number of the enablement task */
|
|
67
|
+
sequenceNumber: number;
|
|
68
|
+
/** Category Type of the enablement task */
|
|
69
|
+
taskCategory: string;
|
|
70
|
+
/** Sub Category Type of the enablement task */
|
|
71
|
+
taskSubCategory: string;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Runtime representation of an enablement program task. Contains task details as well as user progress.
|
|
75
|
+
*
|
|
76
|
+
* Keys:
|
|
77
|
+
* (none)
|
|
78
|
+
*/
|
|
79
|
+
export interface EnablementProgramRuntimeTaskRepresentation {
|
|
80
|
+
completedDate: string;
|
|
81
|
+
completedPercent: number;
|
|
82
|
+
contentType: string;
|
|
83
|
+
description: string;
|
|
84
|
+
developerName: string;
|
|
85
|
+
dueDate: string;
|
|
86
|
+
durationCount: number;
|
|
87
|
+
enablementProgramSectionId: string;
|
|
88
|
+
enablementRoomId: string;
|
|
89
|
+
id?: string;
|
|
90
|
+
isCompleted: boolean;
|
|
91
|
+
isMilestoneAnOutcome: boolean;
|
|
92
|
+
isOverdue: boolean;
|
|
93
|
+
learningItemDescription: string;
|
|
94
|
+
learningItemIconUrl: string;
|
|
95
|
+
learningItemId: string;
|
|
96
|
+
learningItemRelatedContentId: string;
|
|
97
|
+
learningItemTitle: string;
|
|
98
|
+
learningItemUrl: string;
|
|
99
|
+
milestoneResult: number;
|
|
100
|
+
milestoneTarget: number;
|
|
101
|
+
minimumSampleSize: number;
|
|
102
|
+
name: string;
|
|
103
|
+
programDay: number;
|
|
104
|
+
sequenceNumber: number;
|
|
105
|
+
taskCategory: string;
|
|
106
|
+
taskSubCategory: string;
|
|
107
|
+
}
|
package/dist/es/es2018/types/src/generated/types/EnablementProgramSectionInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
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 = "7604a0b79f0f8b613606cd7bd6137f6a";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: EnablementProgramSectionInputRepresentation, existing: EnablementProgramSectionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EnablementProgramSectionInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: EnablementProgramSectionInputRepresentationNormalized, incoming: EnablementProgramSectionInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: EnablementProgramSectionInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EnablementProgramSectionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Builder representation of an enablement program section. Contains section details for a enablement Program.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface EnablementProgramSectionInputRepresentationNormalized {
|
|
18
|
+
/** Description of the enablement program section */
|
|
19
|
+
description: string;
|
|
20
|
+
/** Enablement Program for the enablement program section */
|
|
21
|
+
enablementProgram: string;
|
|
22
|
+
/** Id of the enablement program section */
|
|
23
|
+
id: string;
|
|
24
|
+
/** List of items for the enablement program section */
|
|
25
|
+
items: Array<{}>;
|
|
26
|
+
/** Name of the enablement program section */
|
|
27
|
+
name: string;
|
|
28
|
+
/** Sequence Number of the enablement program section */
|
|
29
|
+
sequenceNumber: number;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Builder representation of an enablement program section. Contains section details for a enablement Program.
|
|
33
|
+
*
|
|
34
|
+
* Keys:
|
|
35
|
+
* (none)
|
|
36
|
+
*/
|
|
37
|
+
export interface EnablementProgramSectionInputRepresentation {
|
|
38
|
+
description: string;
|
|
39
|
+
enablementProgram: string;
|
|
40
|
+
id: string;
|
|
41
|
+
items: Array<{}>;
|
|
42
|
+
name: string;
|
|
43
|
+
sequenceNumber: number;
|
|
44
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { AbstractEnablementProgramTaskRepresentation as AbstractEnablementProgramTaskRepresentation_AbstractEnablementProgramTaskRepresentation } from './AbstractEnablementProgramTaskRepresentation';
|
|
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 = "1a04a332b32cf015d23bb89ffcca76e9";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: EnablementProgramSectionRepresentation, existing: EnablementProgramSectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EnablementProgramSectionRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: EnablementProgramSectionRepresentationNormalized, incoming: EnablementProgramSectionRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: EnablementProgramSectionRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EnablementProgramSectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Runtime representation of an enablement program section.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface EnablementProgramSectionRepresentationNormalized {
|
|
19
|
+
/** Description of the enablement program section */
|
|
20
|
+
description: string | null;
|
|
21
|
+
/** Id of the enablement program section */
|
|
22
|
+
id: string | null;
|
|
23
|
+
/** Name of the enablement program section */
|
|
24
|
+
name: string;
|
|
25
|
+
/** Sequence number of the enablement program section */
|
|
26
|
+
sequenceNumber: number;
|
|
27
|
+
/** List of items for the enablement program section */
|
|
28
|
+
tasks: Array<AbstractEnablementProgramTaskRepresentation_AbstractEnablementProgramTaskRepresentation>;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Runtime representation of an enablement program section.
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface EnablementProgramSectionRepresentation {
|
|
37
|
+
description: string | null;
|
|
38
|
+
id: string | null;
|
|
39
|
+
name: string;
|
|
40
|
+
sequenceNumber: number;
|
|
41
|
+
tasks: Array<AbstractEnablementProgramTaskRepresentation_AbstractEnablementProgramTaskRepresentation>;
|
|
42
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "b062b35739d37bc821c4952619a70e67";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: EnablementProgramStatusRepresentation, existing: EnablementProgramStatusRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EnablementProgramStatusRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: EnablementProgramStatusRepresentationNormalized, incoming: EnablementProgramStatusRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: EnablementProgramStatusRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EnablementProgramStatusRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Enablement Program Status Output Representation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface EnablementProgramStatusRepresentationNormalized {
|
|
18
|
+
/** Record Id of Enablement Program */
|
|
19
|
+
enablementProgramId: string;
|
|
20
|
+
/** Status of the enablement program */
|
|
21
|
+
enablementProgramStatus: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Enablement Program Status Output Representation
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface EnablementProgramStatusRepresentation {
|
|
30
|
+
enablementProgramId: string;
|
|
31
|
+
enablementProgramStatus: string;
|
|
32
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "87edf3d8fdf7e7095275653509e15e27";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: EnablementProgramStatusUpdateInputRepresentation, existing: EnablementProgramStatusUpdateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EnablementProgramStatusUpdateInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: EnablementProgramStatusUpdateInputRepresentationNormalized, incoming: EnablementProgramStatusUpdateInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: EnablementProgramStatusUpdateInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EnablementProgramStatusUpdateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Enablement Program Status Input Representation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface EnablementProgramStatusUpdateInputRepresentationNormalized {
|
|
18
|
+
/** Enablement Program Id */
|
|
19
|
+
programId: string;
|
|
20
|
+
/** Enablement Program Status */
|
|
21
|
+
programStatus: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Enablement Program Status Input Representation
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface EnablementProgramStatusUpdateInputRepresentation {
|
|
30
|
+
programId: string;
|
|
31
|
+
programStatus: string;
|
|
32
|
+
}
|
package/dist/es/es2018/types/src/generated/types/EnablementProgramSummaryItemRepresentation.d.ts
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, 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 enum DiscriminatorValues {
|
|
3
|
+
Task = "Task",
|
|
4
|
+
Section = "Section"
|
|
5
|
+
}
|
|
6
|
+
export declare const VERSION = "a9470f37b0d95500b425222897fff882";
|
|
7
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
8
|
+
export declare const RepresentationType: string;
|
|
9
|
+
export declare function normalize(input: EnablementProgramSummaryItemRepresentation, existing: EnablementProgramSummaryItemRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EnablementProgramSummaryItemRepresentationNormalized;
|
|
10
|
+
export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
|
|
11
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
12
|
+
export declare function equals(existing: EnablementProgramSummaryItemRepresentationNormalized, incoming: EnablementProgramSummaryItemRepresentationNormalized): boolean;
|
|
13
|
+
export declare function deepFreeze(input: EnablementProgramSummaryItemRepresentation): void;
|
|
14
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
15
|
+
export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
|
|
16
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EnablementProgramSummaryItemRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
17
|
+
/**
|
|
18
|
+
* Common Enablement Program Summary item representation
|
|
19
|
+
*
|
|
20
|
+
* Keys:
|
|
21
|
+
* (none)
|
|
22
|
+
*/
|
|
23
|
+
export interface EnablementProgramSummaryItemRepresentationNormalized {
|
|
24
|
+
/** Description of the enablement program summary item */
|
|
25
|
+
description: string;
|
|
26
|
+
/** Id of the enablement program summary item */
|
|
27
|
+
id: string;
|
|
28
|
+
/** Sequence Number of the enablement task */
|
|
29
|
+
sequenceNumber: number;
|
|
30
|
+
/** Title of the enablement program summary item */
|
|
31
|
+
title: string;
|
|
32
|
+
/** Type of enablement program summary item */
|
|
33
|
+
type: string;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Common Enablement Program Summary item representation
|
|
37
|
+
*
|
|
38
|
+
* Keys:
|
|
39
|
+
* (none)
|
|
40
|
+
*/
|
|
41
|
+
export interface EnablementProgramSummaryItemRepresentation {
|
|
42
|
+
description: string;
|
|
43
|
+
id: string;
|
|
44
|
+
sequenceNumber: number;
|
|
45
|
+
title: string;
|
|
46
|
+
type: string;
|
|
47
|
+
}
|
package/dist/es/es2018/types/src/generated/types/EnablementProgramSummaryListRepresentation.d.ts
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { EnablementProgramSummaryRepresentation as EnablementProgramSummaryRepresentation_EnablementProgramSummaryRepresentation } from './EnablementProgramSummaryRepresentation';
|
|
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 = "163e10b486c6cd1a36c6f6cbb485d9fc";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: EnablementProgramSummaryListRepresentation, existing: EnablementProgramSummaryListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EnablementProgramSummaryListRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: EnablementProgramSummaryListRepresentationNormalized, incoming: EnablementProgramSummaryListRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: EnablementProgramSummaryListRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EnablementProgramSummaryListRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* List of Enablement Program Summary Representations
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface EnablementProgramSummaryListRepresentationNormalized {
|
|
19
|
+
/** List of enablement program summaries */
|
|
20
|
+
programSummaryList: Array<EnablementProgramSummaryRepresentation_EnablementProgramSummaryRepresentation>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* List of Enablement Program Summary Representations
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface EnablementProgramSummaryListRepresentation {
|
|
29
|
+
programSummaryList: Array<EnablementProgramSummaryRepresentation_EnablementProgramSummaryRepresentation>;
|
|
30
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { EnablementProgramSummaryItemRepresentation as EnablementProgramSummaryItemRepresentation_EnablementProgramSummaryItemRepresentation } from './EnablementProgramSummaryItemRepresentation';
|
|
2
|
+
import { EnablementProgramSummaryTaskRepresentation as EnablementProgramSummaryTaskRepresentation_EnablementProgramSummaryTaskRepresentation } from './EnablementProgramSummaryTaskRepresentation';
|
|
3
|
+
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';
|
|
4
|
+
import { EnablementProgramSummarySectionRepresentation as EnablementProgramSummarySectionRepresentation_EnablementProgramSummarySectionRepresentation } from './EnablementProgramSummarySectionRepresentation';
|
|
5
|
+
export declare const VERSION = "0adc21971da6dcafafc8463d9100efd2";
|
|
6
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
|
+
export declare const RepresentationType: string;
|
|
8
|
+
export declare function normalize(input: EnablementProgramSummaryRepresentation, existing: EnablementProgramSummaryRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EnablementProgramSummaryRepresentationNormalized;
|
|
9
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
10
|
+
export declare function equals(existing: EnablementProgramSummaryRepresentationNormalized, incoming: EnablementProgramSummaryRepresentationNormalized): boolean;
|
|
11
|
+
export declare function deepFreeze(input: EnablementProgramSummaryRepresentation): void;
|
|
12
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
13
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EnablementProgramSummaryRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
14
|
+
/**
|
|
15
|
+
* Enablement Program Summary Representation
|
|
16
|
+
*
|
|
17
|
+
* Keys:
|
|
18
|
+
* (none)
|
|
19
|
+
*/
|
|
20
|
+
export interface EnablementProgramSummaryRepresentationNormalized {
|
|
21
|
+
/** Description of the enablement program */
|
|
22
|
+
description: string;
|
|
23
|
+
/** Due date for enablement program. */
|
|
24
|
+
dueDate: string;
|
|
25
|
+
/** Id of the enablement program */
|
|
26
|
+
id: string;
|
|
27
|
+
/** List of items for the enablement program */
|
|
28
|
+
items: Array<EnablementProgramSummaryItemRepresentation_EnablementProgramSummaryItemRepresentation>;
|
|
29
|
+
/** Learning Item Id of the enablement program */
|
|
30
|
+
learningItemId: string;
|
|
31
|
+
outcome: EnablementProgramSummaryTaskRepresentation_EnablementProgramSummaryTaskRepresentation;
|
|
32
|
+
/** Status of the enablement program */
|
|
33
|
+
status: string;
|
|
34
|
+
/** Name of the enablement program */
|
|
35
|
+
title: string;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Enablement Program Summary Representation
|
|
39
|
+
*
|
|
40
|
+
* Keys:
|
|
41
|
+
* (none)
|
|
42
|
+
*/
|
|
43
|
+
export interface EnablementProgramSummaryRepresentation {
|
|
44
|
+
description: string;
|
|
45
|
+
dueDate: string;
|
|
46
|
+
id: string;
|
|
47
|
+
items: Array<EnablementProgramSummaryTaskRepresentation_EnablementProgramSummaryTaskRepresentation | EnablementProgramSummarySectionRepresentation_EnablementProgramSummarySectionRepresentation>;
|
|
48
|
+
learningItemId: string;
|
|
49
|
+
outcome: EnablementProgramSummaryTaskRepresentation_EnablementProgramSummaryTaskRepresentation;
|
|
50
|
+
status: string;
|
|
51
|
+
title: string;
|
|
52
|
+
}
|
package/dist/es/es2018/types/src/generated/types/EnablementProgramSummarySectionRepresentation.d.ts
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { EnablementProgramSummaryItemRepresentation as EnablementProgramSummaryItemRepresentation_EnablementProgramSummaryItemRepresentation } from './EnablementProgramSummaryItemRepresentation';
|
|
2
|
+
import { EnablementProgramSummaryTaskRepresentation as EnablementProgramSummaryTaskRepresentation_EnablementProgramSummaryTaskRepresentation } from './EnablementProgramSummaryTaskRepresentation';
|
|
3
|
+
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';
|
|
4
|
+
export declare const VERSION = "5ae4706d9f71126202e6170ace63ad7e";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: EnablementProgramSummarySectionRepresentation, existing: EnablementProgramSummarySectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EnablementProgramSummarySectionRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: EnablementProgramSummarySectionRepresentationNormalized, incoming: EnablementProgramSummarySectionRepresentationNormalized): boolean;
|
|
10
|
+
export declare function deepFreeze(input: EnablementProgramSummarySectionRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EnablementProgramSummarySectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* Runtime representation of enablement program section.
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface EnablementProgramSummarySectionRepresentationNormalized extends EnablementProgramSummaryItemRepresentation_EnablementProgramSummaryItemRepresentation {
|
|
20
|
+
/** List of tasks for the enablement program section */
|
|
21
|
+
tasks: Array<EnablementProgramSummaryTaskRepresentation_EnablementProgramSummaryTaskRepresentation>;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Runtime representation of enablement program section.
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface EnablementProgramSummarySectionRepresentation extends EnablementProgramSummaryItemRepresentation_EnablementProgramSummaryItemRepresentation {
|
|
30
|
+
tasks: Array<EnablementProgramSummaryTaskRepresentation_EnablementProgramSummaryTaskRepresentation>;
|
|
31
|
+
type: 'Section';
|
|
32
|
+
}
|
package/dist/es/es2018/types/src/generated/types/EnablementProgramSummaryTaskRepresentation.d.ts
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { EnablementProgramSummaryItemRepresentation as EnablementProgramSummaryItemRepresentation_EnablementProgramSummaryItemRepresentation } from './EnablementProgramSummaryItemRepresentation';
|
|
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 = "cb9265d28390c1184f15263e7d5b153b";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: EnablementProgramSummaryTaskRepresentation, existing: EnablementProgramSummaryTaskRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EnablementProgramSummaryTaskRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: EnablementProgramSummaryTaskRepresentationNormalized, incoming: EnablementProgramSummaryTaskRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: EnablementProgramSummaryTaskRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EnablementProgramSummaryTaskRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Runtime representation of enablement program task.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface EnablementProgramSummaryTaskRepresentationNormalized extends EnablementProgramSummaryItemRepresentation_EnablementProgramSummaryItemRepresentation {
|
|
19
|
+
/** The date the item was completed */
|
|
20
|
+
completedDate: string;
|
|
21
|
+
/** Percent complete for the current user */
|
|
22
|
+
completedPercent: number;
|
|
23
|
+
/** Due date for the current assignment */
|
|
24
|
+
dueDate: string;
|
|
25
|
+
/** Program Section Id of the enablement task */
|
|
26
|
+
enablementProgramSectionId: string;
|
|
27
|
+
/** Indicates if the item is complete or not */
|
|
28
|
+
isCompleted: boolean;
|
|
29
|
+
/** Indicates if the item is overdue or not */
|
|
30
|
+
isOverdue: boolean;
|
|
31
|
+
/** Learning Item Id of the enablement task */
|
|
32
|
+
learningItemId: string;
|
|
33
|
+
/** The result value of if the task is of measure type */
|
|
34
|
+
milestoneResult: number;
|
|
35
|
+
/** Milestone Target of the enablement task */
|
|
36
|
+
milestoneTarget: number;
|
|
37
|
+
/** The day the program task is due */
|
|
38
|
+
programDay: number;
|
|
39
|
+
/** Category Type of the enablement task */
|
|
40
|
+
taskCategory: string;
|
|
41
|
+
/** Sub Category Type of the enablement task */
|
|
42
|
+
taskSubCategory: string;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Runtime representation of enablement program task.
|
|
46
|
+
*
|
|
47
|
+
* Keys:
|
|
48
|
+
* (none)
|
|
49
|
+
*/
|
|
50
|
+
export interface EnablementProgramSummaryTaskRepresentation extends EnablementProgramSummaryItemRepresentation_EnablementProgramSummaryItemRepresentation {
|
|
51
|
+
completedDate: string;
|
|
52
|
+
completedPercent: number;
|
|
53
|
+
dueDate: string;
|
|
54
|
+
enablementProgramSectionId: string;
|
|
55
|
+
isCompleted: boolean;
|
|
56
|
+
isOverdue: boolean;
|
|
57
|
+
learningItemId: string;
|
|
58
|
+
milestoneResult: number;
|
|
59
|
+
milestoneTarget: number;
|
|
60
|
+
programDay: number;
|
|
61
|
+
taskCategory: string;
|
|
62
|
+
taskSubCategory: string;
|
|
63
|
+
type: 'Task';
|
|
64
|
+
}
|