@salesforce/lds-adapters-platform-learning-content 1.100.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/platform-learning-content.js +6000 -0
  3. package/dist/types/src/generated/adapters/adapter-utils.d.ts +66 -0
  4. package/dist/types/src/generated/adapters/evaluateLearningItems.d.ts +26 -0
  5. package/dist/types/src/generated/adapters/getFeaturedItemsRecommendedList.d.ts +27 -0
  6. package/dist/types/src/generated/adapters/getFeaturedItemsRelatedList.d.ts +27 -0
  7. package/dist/types/src/generated/adapters/getLearningConfig.d.ts +25 -0
  8. package/dist/types/src/generated/adapters/getLearningItemProgress.d.ts +26 -0
  9. package/dist/types/src/generated/adapters/getLearningItemsList.d.ts +26 -0
  10. package/dist/types/src/generated/adapters/getLearningModel.d.ts +26 -0
  11. package/dist/types/src/generated/adapters/getLearningPractice.d.ts +27 -0
  12. package/dist/types/src/generated/adapters/getLearningSearchDescribe.d.ts +25 -0
  13. package/dist/types/src/generated/adapters/getLearningSearchResults.d.ts +29 -0
  14. package/dist/types/src/generated/adapters/getModule.d.ts +27 -0
  15. package/dist/types/src/generated/adapters/getTextLesson.d.ts +27 -0
  16. package/dist/types/src/generated/artifacts/main.d.ts +12 -0
  17. package/dist/types/src/generated/artifacts/sfdc.d.ts +29 -0
  18. package/dist/types/src/generated/resources/getLearningContentPlatformFeaturedItemListRecommended.d.ts +16 -0
  19. package/dist/types/src/generated/resources/getLearningContentPlatformFeaturedItemListRelated.d.ts +16 -0
  20. package/dist/types/src/generated/resources/getLearningContentPlatformLearningConfig.d.ts +12 -0
  21. package/dist/types/src/generated/resources/getLearningContentPlatformLearningItemList.d.ts +15 -0
  22. package/dist/types/src/generated/resources/getLearningContentPlatformLearningItemProgress.d.ts +15 -0
  23. package/dist/types/src/generated/resources/getLearningContentPlatformLearningModelByLearningItemId.d.ts +15 -0
  24. package/dist/types/src/generated/resources/getLearningContentPlatformLearningModuleByModuleId.d.ts +16 -0
  25. package/dist/types/src/generated/resources/getLearningContentPlatformLearningPracticeByLearningItemId.d.ts +16 -0
  26. package/dist/types/src/generated/resources/getLearningContentPlatformLearningSearchDescribe.d.ts +12 -0
  27. package/dist/types/src/generated/resources/getLearningContentPlatformLearningSearchTypeByContentType.d.ts +20 -0
  28. package/dist/types/src/generated/resources/getLearningContentPlatformLearningTextlessonByLearningItemId.d.ts +16 -0
  29. package/dist/types/src/generated/resources/postLearningContentPlatformLearningEvaluate.d.ts +15 -0
  30. package/dist/types/src/generated/types/FeaturedItemRecommendedListRepresentation.d.ts +39 -0
  31. package/dist/types/src/generated/types/FeaturedItemRelatedListRepresentation.d.ts +39 -0
  32. package/dist/types/src/generated/types/FeaturedItemRepresentation.d.ts +93 -0
  33. package/dist/types/src/generated/types/LearningAssignmentInputRepresentation.d.ts +59 -0
  34. package/dist/types/src/generated/types/LearningAssignmentRepresentation.d.ts +59 -0
  35. package/dist/types/src/generated/types/LearningConfigRepresentation.d.ts +35 -0
  36. package/dist/types/src/generated/types/LearningItemAssignmentRepresentation.d.ts +53 -0
  37. package/dist/types/src/generated/types/LearningItemListRepresentation.d.ts +39 -0
  38. package/dist/types/src/generated/types/LearningItemProgressListRepresentation.d.ts +39 -0
  39. package/dist/types/src/generated/types/LearningItemProgressRepresentation.d.ts +48 -0
  40. package/dist/types/src/generated/types/LearningItemRepresentation.d.ts +72 -0
  41. package/dist/types/src/generated/types/LearningModelInputRepresentation.d.ts +67 -0
  42. package/dist/types/src/generated/types/LearningModelOutputRepresentation.d.ts +77 -0
  43. package/dist/types/src/generated/types/LearningPracticeRepresentation.d.ts +51 -0
  44. package/dist/types/src/generated/types/LearningSearchDescribeContentRepresentation.d.ts +42 -0
  45. package/dist/types/src/generated/types/LearningSearchDescribeRepresentation.d.ts +39 -0
  46. package/dist/types/src/generated/types/LearningSearchResultsRepresentation.d.ts +55 -0
  47. package/dist/types/src/generated/types/LearningTextLessonRepresentation.d.ts +52 -0
  48. package/dist/types/src/generated/types/LearningTextLessonSectionRepresentation.d.ts +35 -0
  49. package/dist/types/src/generated/types/TrailheadModuleRepresentation.d.ts +82 -0
  50. package/dist/types/src/generated/types/TrailheadModuleUnitRepresentation.d.ts +47 -0
  51. package/dist/types/src/generated/types/type-utils.d.ts +39 -0
  52. package/dist/umd/es2018/platform-learning-content.js +6019 -0
  53. package/dist/umd/es5/platform-learning-content.js +6037 -0
  54. package/package.json +66 -0
  55. package/sfdc/index.d.ts +1 -0
  56. package/sfdc/index.js +6281 -0
  57. package/src/raml/api.raml +773 -0
  58. package/src/raml/luvio.raml +110 -0
@@ -0,0 +1,39 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ import { LearningItemProgressRepresentation as LearningItemProgressRepresentation_LearningItemProgressRepresentation } from './LearningItemProgressRepresentation';
3
+ export declare const VERSION = "1292f1a549c777c6586cca649e823737";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: LearningItemProgressListRepresentation, existing: LearningItemProgressListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LearningItemProgressListRepresentationNormalized;
7
+ export interface DynamicIngestParams {
8
+ list: $64$luvio_engine_ResourceIngest;
9
+ }
10
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: LearningItemProgressListRepresentation, existing: LearningItemProgressListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => LearningItemProgressListRepresentationNormalized;
11
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
12
+ export interface DynamicSelectParams {
13
+ list?: $64$luvio_engine_LinkSelection;
14
+ }
15
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
16
+ export declare function equals(existing: LearningItemProgressListRepresentationNormalized, incoming: LearningItemProgressListRepresentationNormalized): boolean;
17
+ export declare function deepFreeze(input: LearningItemProgressListRepresentation): void;
18
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
19
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LearningItemProgressListRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
20
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
21
+ /**
22
+ * This representation defines a list of LearningItemProgressRepresentation entities
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface LearningItemProgressListRepresentationNormalized {
28
+ /** returns the list of LearningItemProgressRepresentation objects */
29
+ list: Array<$64$luvio_engine_StoreLink>;
30
+ }
31
+ /**
32
+ * This representation defines a list of LearningItemProgressRepresentation entities
33
+ *
34
+ * Keys:
35
+ * (none)
36
+ */
37
+ export interface LearningItemProgressListRepresentation {
38
+ list: Array<LearningItemProgressRepresentation_LearningItemProgressRepresentation>;
39
+ }
@@ -0,0 +1,48 @@
1
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const TTL = 15000;
3
+ export declare const VERSION = "ef3b97b73983e10731031f11a195bba6";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
7
+ learning_item_id: string;
8
+ }
9
+ export type LearningItemProgressRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialLearningItemProgressRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): LearningItemProgressRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: LearningItemProgressRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: LearningItemProgressRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: LearningItemProgressRepresentation, existing: LearningItemProgressRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LearningItemProgressRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
17
+ export declare function equals(existing: LearningItemProgressRepresentationNormalized, incoming: LearningItemProgressRepresentationNormalized): boolean;
18
+ export declare function deepFreeze(input: LearningItemProgressRepresentation): void;
19
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
20
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LearningItemProgressRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
21
+ /**
22
+ * Learning Item Progress Representation
23
+ *
24
+ * Keys:
25
+ * learning_item_id (string): learningItemId
26
+ */
27
+ export interface LearningItemProgressRepresentationNormalized {
28
+ /** Completed date of the learning item progress */
29
+ completedDate: string | null;
30
+ /** Completed percent of the learning item progress */
31
+ completedPercent: number | null;
32
+ /** Completed state of the learning item progress */
33
+ isCompleted: boolean;
34
+ /** Id of the learning item associated with this learning item progress */
35
+ learningItemId: string;
36
+ }
37
+ /**
38
+ * Learning Item Progress Representation
39
+ *
40
+ * Keys:
41
+ * learning_item_id (string): learningItemId
42
+ */
43
+ export interface LearningItemProgressRepresentation {
44
+ completedDate: string | null;
45
+ completedPercent: number | null;
46
+ isCompleted: boolean;
47
+ learningItemId: string;
48
+ }
@@ -0,0 +1,72 @@
1
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const TTL = 15000;
3
+ export declare const VERSION = "1832481a3fe10deeb9c5dddba933f3da";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
7
+ learning_item_id: string | null;
8
+ }
9
+ export type LearningItemRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialLearningItemRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): LearningItemRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: LearningItemRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: LearningItemRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: LearningItemRepresentation, existing: LearningItemRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LearningItemRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
17
+ export declare function equals(existing: LearningItemRepresentationNormalized, incoming: LearningItemRepresentationNormalized): boolean;
18
+ export declare function deepFreeze(input: LearningItemRepresentation): void;
19
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
20
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LearningItemRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
21
+ /**
22
+ * This representation maps to the LearningListItem class and is used to represent LearningItem information
23
+ *
24
+ * Keys:
25
+ * learning_item_id (string | null): id
26
+ */
27
+ export interface LearningItemRepresentationNormalized {
28
+ /** Specifies the given completion rate for the LearningItem */
29
+ completionRate: number;
30
+ /** Specifies the given content type for the LearningItem */
31
+ contentType: string | null;
32
+ /** Specifies the given createdBy field for the LearningItem */
33
+ createdBy: string | null;
34
+ /** Specifies the given creation date for the LearningItem */
35
+ createdDate: string | null;
36
+ /** Specifies the given description for the LearningItem */
37
+ description: string | null;
38
+ /** Optional duration field for the LearningItem */
39
+ duration: number | null;
40
+ /** Specifies whether the LearningItem has assignments */
41
+ hasAssignments: boolean | null;
42
+ /** Specifies the given Id for the LearningItem */
43
+ id: string | null;
44
+ /** Specifies the given image url for the LearningItem */
45
+ imageUrl: string | null;
46
+ /** Specifies the given Learning Content Id for the LearningItem */
47
+ learningContentId: string | null;
48
+ /** Specifies the given title for the LearningItem */
49
+ title: string | null;
50
+ /** Optional url field for the LearningItem */
51
+ url: string | null;
52
+ }
53
+ /**
54
+ * This representation maps to the LearningListItem class and is used to represent LearningItem information
55
+ *
56
+ * Keys:
57
+ * learning_item_id (string | null): id
58
+ */
59
+ export interface LearningItemRepresentation {
60
+ completionRate: number;
61
+ contentType: string | null;
62
+ createdBy: string | null;
63
+ createdDate: string | null;
64
+ description: string | null;
65
+ duration: number | null;
66
+ hasAssignments: boolean | null;
67
+ id: string | null;
68
+ imageUrl: string | null;
69
+ learningContentId: string | null;
70
+ title: string | null;
71
+ url: string | null;
72
+ }
@@ -0,0 +1,67 @@
1
+ import { LearningAssignmentInputRepresentation as LearningAssignmentInputRepresentation_LearningAssignmentInputRepresentation } from './LearningAssignmentInputRepresentation';
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 = "0fc5a986c5bf18c340b23d88da2812ed";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: LearningModelInputRepresentation, existing: LearningModelInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LearningModelInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: LearningModelInputRepresentationNormalized, incoming: LearningModelInputRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: LearningModelInputRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LearningModelInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * This representation defines a method of inputting a LearningModel representation
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface LearningModelInputRepresentationNormalized {
19
+ /** Input assignment type for LearningModel */
20
+ assignmentType: string;
21
+ /** Input list of assignments for LearningModel */
22
+ assignments: Array<LearningAssignmentInputRepresentation_LearningAssignmentInputRepresentation>;
23
+ /** Input LearningContent type for LearningModel */
24
+ contentType: string;
25
+ /** Input custom due date for LearningModel */
26
+ customDueDate: string;
27
+ /** Input description for LearningModel */
28
+ description: string;
29
+ /** Input due date type for LearningModel */
30
+ dueDateType: string;
31
+ /** Input id for LearningModel */
32
+ id: string;
33
+ /** Input LearningContent id for LearningModel */
34
+ learningContentId: string;
35
+ /** Input pageRefs for LearningModel */
36
+ pageRefs: Array<{
37
+ [key: string]: {};
38
+ }>;
39
+ /** Input start date for LearningModel */
40
+ startDate: string;
41
+ /** Input title for LearningModel */
42
+ title: string;
43
+ /** Input url for LearningModel */
44
+ url: string;
45
+ }
46
+ /**
47
+ * This representation defines a method of inputting a LearningModel representation
48
+ *
49
+ * Keys:
50
+ * (none)
51
+ */
52
+ export interface LearningModelInputRepresentation {
53
+ assignmentType: string;
54
+ assignments: Array<LearningAssignmentInputRepresentation_LearningAssignmentInputRepresentation>;
55
+ contentType: string;
56
+ customDueDate: string;
57
+ description: string;
58
+ dueDateType: string;
59
+ id: string;
60
+ learningContentId: string;
61
+ pageRefs: Array<{
62
+ [key: string]: {};
63
+ }>;
64
+ startDate: string;
65
+ title: string;
66
+ url: string;
67
+ }
@@ -0,0 +1,77 @@
1
+ import { LearningAssignmentRepresentation as LearningAssignmentRepresentation_LearningAssignmentRepresentation } from './LearningAssignmentRepresentation';
2
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ export declare const TTL = 15000;
4
+ export declare const VERSION = "3ae4e1d57057645da8f2613fbdc5e245";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
8
+ learning_item_id: string | null;
9
+ }
10
+ export type LearningModelOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export type PartialLearningModelOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
12
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
13
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): LearningModelOutputRepresentationNormalizedKeyMetadata;
14
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: LearningModelOutputRepresentation): string;
15
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: LearningModelOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
16
+ export declare function normalize(input: LearningModelOutputRepresentation, existing: LearningModelOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LearningModelOutputRepresentationNormalized;
17
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
18
+ export declare function equals(existing: LearningModelOutputRepresentationNormalized, incoming: LearningModelOutputRepresentationNormalized): boolean;
19
+ export declare function deepFreeze(input: LearningModelOutputRepresentation): void;
20
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
21
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LearningModelOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
22
+ /**
23
+ * This representation will be used to return LearningModels
24
+ *
25
+ * Keys:
26
+ * learning_item_id (string | null): id
27
+ */
28
+ export interface LearningModelOutputRepresentationNormalized {
29
+ /** Specifies the Assignment Type for the LearningModel */
30
+ assignmentType: string | null;
31
+ /** Specifies a list of LearningAssignments for the LearningModel. */
32
+ assignments: Array<LearningAssignmentRepresentation_LearningAssignmentRepresentation>;
33
+ /** Specifies the available pount count for the LearningModel. */
34
+ availablePointCount: number | null;
35
+ /** Specifies the content type of the LearningModel */
36
+ contentType: string | null;
37
+ /** Specifies the description for the LearningModel. */
38
+ description: string;
39
+ /** Specifies the duration count of the LearningModel. */
40
+ durationCount: number | null;
41
+ /** Specifies the given Id for the LearningModel. */
42
+ id: string | null;
43
+ /** Specifies the image URL for the LearningModel. */
44
+ imageUrl: string | null;
45
+ /** Specifies the LearningContent id for the LearningModel. */
46
+ learningContentId: string | null;
47
+ /** Specifies a list of pageRefs for the LearningModel. */
48
+ pageRefs: Array<{
49
+ [key: string]: unknown;
50
+ }>;
51
+ /** Specifies the title for the LearningModel. */
52
+ title: string;
53
+ /** Specifies the given URL for the LearningModel */
54
+ url: string | null;
55
+ }
56
+ /**
57
+ * This representation will be used to return LearningModels
58
+ *
59
+ * Keys:
60
+ * learning_item_id (string | null): id
61
+ */
62
+ export interface LearningModelOutputRepresentation {
63
+ assignmentType: string | null;
64
+ assignments: Array<LearningAssignmentRepresentation_LearningAssignmentRepresentation>;
65
+ availablePointCount: number | null;
66
+ contentType: string | null;
67
+ description: string;
68
+ durationCount: number | null;
69
+ id: string | null;
70
+ imageUrl: string | null;
71
+ learningContentId: string | null;
72
+ pageRefs: Array<{
73
+ [key: string]: unknown;
74
+ }>;
75
+ title: string;
76
+ url: string | null;
77
+ }
@@ -0,0 +1,51 @@
1
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const TTL = 15000;
3
+ export declare const VERSION = "44b044bb4e3eff4d2c834cdb80b9a043";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
7
+ learning_item_id: string;
8
+ }
9
+ export type LearningPracticeRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialLearningPracticeRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): LearningPracticeRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: LearningPracticeRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: LearningPracticeRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: LearningPracticeRepresentation, existing: LearningPracticeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LearningPracticeRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
17
+ export declare function equals(existing: LearningPracticeRepresentationNormalized, incoming: LearningPracticeRepresentationNormalized): boolean;
18
+ export declare function deepFreeze(input: LearningPracticeRepresentation): void;
19
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
20
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LearningPracticeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
21
+ /**
22
+ * This representation maps to the LearningPractice class and is used to represent learning practice (Coaching)
23
+ *
24
+ * Keys:
25
+ * learning_item_id (string): learningItemId
26
+ */
27
+ export interface LearningPracticeRepresentationNormalized {
28
+ /** Description of the learning practice */
29
+ description: string;
30
+ /** Learning Item ID of the learning practice */
31
+ learningItemId: string;
32
+ /** Specifies the minimum invitee quantity for the Learning Practice */
33
+ minimumInviteeQuantity: number;
34
+ /** Specifies the Survey Id for the Learning Practice */
35
+ surveyId: string;
36
+ /** Title of the learning practice */
37
+ title: string;
38
+ }
39
+ /**
40
+ * This representation maps to the LearningPractice class and is used to represent learning practice (Coaching)
41
+ *
42
+ * Keys:
43
+ * learning_item_id (string): learningItemId
44
+ */
45
+ export interface LearningPracticeRepresentation {
46
+ description: string;
47
+ learningItemId: string;
48
+ minimumInviteeQuantity: number;
49
+ surveyId: string;
50
+ title: string;
51
+ }
@@ -0,0 +1,42 @@
1
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const TTL = 21600000;
3
+ export declare const VERSION = "c365cdb9357c26a64f8a92d93a07daea";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
7
+ type: string;
8
+ }
9
+ export type LearningSearchDescribeContentRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialLearningSearchDescribeContentRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): LearningSearchDescribeContentRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: LearningSearchDescribeContentRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: LearningSearchDescribeContentRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: LearningSearchDescribeContentRepresentation, existing: LearningSearchDescribeContentRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LearningSearchDescribeContentRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
17
+ export declare function equals(existing: LearningSearchDescribeContentRepresentationNormalized, incoming: LearningSearchDescribeContentRepresentationNormalized): boolean;
18
+ export declare function deepFreeze(input: LearningSearchDescribeContentRepresentation): void;
19
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
20
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LearningSearchDescribeContentRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
21
+ /**
22
+ * This representation will be used to represent a specific searchable content types
23
+ *
24
+ * Keys:
25
+ * type (string): type
26
+ */
27
+ export interface LearningSearchDescribeContentRepresentationNormalized {
28
+ /** Represents the localized label of the searchable content type */
29
+ title: string;
30
+ /** Represents the enum value of the searchable content type */
31
+ type: string;
32
+ }
33
+ /**
34
+ * This representation will be used to represent a specific searchable content types
35
+ *
36
+ * Keys:
37
+ * type (string): type
38
+ */
39
+ export interface LearningSearchDescribeContentRepresentation {
40
+ title: string;
41
+ type: string;
42
+ }
@@ -0,0 +1,39 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ import { LearningSearchDescribeContentRepresentation as LearningSearchDescribeContentRepresentation_LearningSearchDescribeContentRepresentation } from './LearningSearchDescribeContentRepresentation';
3
+ export declare const VERSION = "efe7f2c47826ec8055be54360b646e19";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: LearningSearchDescribeRepresentation, existing: LearningSearchDescribeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LearningSearchDescribeRepresentationNormalized;
7
+ export interface DynamicIngestParams {
8
+ contentTypes: $64$luvio_engine_ResourceIngest;
9
+ }
10
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: LearningSearchDescribeRepresentation, existing: LearningSearchDescribeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => LearningSearchDescribeRepresentationNormalized;
11
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
12
+ export interface DynamicSelectParams {
13
+ contentTypes?: $64$luvio_engine_LinkSelection;
14
+ }
15
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
16
+ export declare function equals(existing: LearningSearchDescribeRepresentationNormalized, incoming: LearningSearchDescribeRepresentationNormalized): boolean;
17
+ export declare function deepFreeze(input: LearningSearchDescribeRepresentation): void;
18
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
19
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LearningSearchDescribeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
20
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
21
+ /**
22
+ * This representation will be used to represent a list of all searchable content types
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface LearningSearchDescribeRepresentationNormalized {
28
+ /** Represents the list of all searchable content types that the org and users have access to */
29
+ contentTypes: Array<$64$luvio_engine_StoreLink>;
30
+ }
31
+ /**
32
+ * This representation will be used to represent a list of all searchable content types
33
+ *
34
+ * Keys:
35
+ * (none)
36
+ */
37
+ export interface LearningSearchDescribeRepresentation {
38
+ contentTypes: Array<LearningSearchDescribeContentRepresentation_LearningSearchDescribeContentRepresentation>;
39
+ }
@@ -0,0 +1,55 @@
1
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ import { FeaturedItemRepresentation as FeaturedItemRepresentation_FeaturedItemRepresentation } from './FeaturedItemRepresentation';
3
+ export declare const TTL = 21600000;
4
+ export declare const VERSION = "6f068b7b81d41fa29feab5d1ac9f9cb8";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
8
+ type: string;
9
+ }
10
+ export type LearningSearchResultsRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export type PartialLearningSearchResultsRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
12
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
13
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): LearningSearchResultsRepresentationNormalizedKeyMetadata;
14
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: LearningSearchResultsRepresentation): string;
15
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: LearningSearchResultsRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
16
+ export declare function normalize(input: LearningSearchResultsRepresentation, existing: LearningSearchResultsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LearningSearchResultsRepresentationNormalized;
17
+ export interface DynamicIngestParams {
18
+ results: $64$luvio_engine_ResourceIngest;
19
+ }
20
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: LearningSearchResultsRepresentation, existing: LearningSearchResultsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => LearningSearchResultsRepresentationNormalized;
21
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
22
+ export interface DynamicSelectParams {
23
+ results?: $64$luvio_engine_LinkSelection;
24
+ }
25
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
26
+ export declare function equals(existing: LearningSearchResultsRepresentationNormalized, incoming: LearningSearchResultsRepresentationNormalized): boolean;
27
+ export declare function deepFreeze(input: LearningSearchResultsRepresentation): void;
28
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
29
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LearningSearchResultsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
30
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
31
+ /**
32
+ * This representation will be used to represent the search results
33
+ *
34
+ * Keys:
35
+ * type (string): type
36
+ */
37
+ export interface LearningSearchResultsRepresentationNormalized {
38
+ /** Represents the list of search results */
39
+ results: Array<$64$luvio_engine_StoreLink>;
40
+ /** Represents the number of total search results */
41
+ totalResults: number;
42
+ /** Represents the searchable content type for which this search result is returned */
43
+ type: string;
44
+ }
45
+ /**
46
+ * This representation will be used to represent the search results
47
+ *
48
+ * Keys:
49
+ * type (string): type
50
+ */
51
+ export interface LearningSearchResultsRepresentation {
52
+ results: Array<FeaturedItemRepresentation_FeaturedItemRepresentation>;
53
+ totalResults: number;
54
+ type: string;
55
+ }
@@ -0,0 +1,52 @@
1
+ import { LearningTextLessonSectionRepresentation as LearningTextLessonSectionRepresentation_LearningTextLessonSectionRepresentation } from './LearningTextLessonSectionRepresentation';
2
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ export declare const TTL = 15000;
4
+ export declare const VERSION = "66ac3fbc8b5a61745a45ebd7944654e4";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
8
+ learning_item_id: string;
9
+ }
10
+ export type LearningTextLessonRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export type PartialLearningTextLessonRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
12
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
13
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): LearningTextLessonRepresentationNormalizedKeyMetadata;
14
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: LearningTextLessonRepresentation): string;
15
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: LearningTextLessonRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
16
+ export declare function normalize(input: LearningTextLessonRepresentation, existing: LearningTextLessonRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LearningTextLessonRepresentationNormalized;
17
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
18
+ export declare function equals(existing: LearningTextLessonRepresentationNormalized, incoming: LearningTextLessonRepresentationNormalized): boolean;
19
+ export declare function deepFreeze(input: LearningTextLessonRepresentation): void;
20
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
21
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LearningTextLessonRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
22
+ /**
23
+ * This representation maps to the LearningTextView class and is used to represent Text Lessons
24
+ *
25
+ * Keys:
26
+ * learning_item_id (string): learningItemId
27
+ */
28
+ export interface LearningTextLessonRepresentationNormalized {
29
+ /** Description of what the text lesson is for */
30
+ description: string;
31
+ /** Learning Item ID of the text lesson */
32
+ learningItemId: string;
33
+ /** Ordered list of all the LearningTextLessonSection sections that are part of the text lesson */
34
+ sections: Array<LearningTextLessonSectionRepresentation_LearningTextLessonSectionRepresentation>;
35
+ /** Title of the text lesson */
36
+ title: string;
37
+ /** Estimated time in minutes to read the entire text lesson */
38
+ totalTime: number;
39
+ }
40
+ /**
41
+ * This representation maps to the LearningTextView class and is used to represent Text Lessons
42
+ *
43
+ * Keys:
44
+ * learning_item_id (string): learningItemId
45
+ */
46
+ export interface LearningTextLessonRepresentation {
47
+ description: string;
48
+ learningItemId: string;
49
+ sections: Array<LearningTextLessonSectionRepresentation_LearningTextLessonSectionRepresentation>;
50
+ title: string;
51
+ totalTime: number;
52
+ }
@@ -0,0 +1,35 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "1027d7eb6300967ad6dd208f73cbf68e";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: LearningTextLessonSectionRepresentation, existing: LearningTextLessonSectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LearningTextLessonSectionRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: LearningTextLessonSectionRepresentationNormalized, incoming: LearningTextLessonSectionRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: LearningTextLessonSectionRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LearningTextLessonSectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * This representation maps to the LearningTextSectionView class and is used to represent Text Lesson Sections
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface LearningTextLessonSectionRepresentationNormalized {
18
+ /** Rich text content for the text lesson section */
19
+ content: string;
20
+ /** Description of what this section of the text lesson is trying to teach */
21
+ keyConcept: string | null;
22
+ /** Estimated time to read the section in minutes */
23
+ sectionTime: number;
24
+ }
25
+ /**
26
+ * This representation maps to the LearningTextSectionView class and is used to represent Text Lesson Sections
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface LearningTextLessonSectionRepresentation {
32
+ content: string;
33
+ keyConcept: string | null;
34
+ sectionTime: number;
35
+ }