@salesforce/lds-adapters-platform-learning-content 1.124.2 → 1.124.4

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 (57) hide show
  1. package/dist/es/es2018/platform-learning-content.js +5887 -5887
  2. package/dist/{types → es/es2018/types}/src/generated/adapters/adapter-utils.d.ts +66 -66
  3. package/dist/{types → es/es2018/types}/src/generated/adapters/evaluateLearningItem.d.ts +15 -15
  4. package/dist/{types → es/es2018/types}/src/generated/adapters/getFeaturedItemsRecommendedList.d.ts +27 -27
  5. package/dist/{types → es/es2018/types}/src/generated/adapters/getFeaturedItemsRelatedList.d.ts +27 -27
  6. package/dist/{types → es/es2018/types}/src/generated/adapters/getLearningConfig.d.ts +25 -25
  7. package/dist/{types → es/es2018/types}/src/generated/adapters/getLearningItemProgress.d.ts +26 -26
  8. package/dist/{types → es/es2018/types}/src/generated/adapters/getLearningItemsList.d.ts +26 -26
  9. package/dist/{types → es/es2018/types}/src/generated/adapters/getLearningModel.d.ts +26 -26
  10. package/dist/{types → es/es2018/types}/src/generated/adapters/getLearningPractice.d.ts +27 -27
  11. package/dist/{types → es/es2018/types}/src/generated/adapters/getLearningSearchDescribe.d.ts +25 -25
  12. package/dist/{types → es/es2018/types}/src/generated/adapters/getLearningSearchResults.d.ts +29 -29
  13. package/dist/{types → es/es2018/types}/src/generated/adapters/getModule.d.ts +27 -27
  14. package/dist/{types → es/es2018/types}/src/generated/adapters/getTextLesson.d.ts +27 -27
  15. package/dist/{types → es/es2018/types}/src/generated/artifacts/main.d.ts +12 -12
  16. package/dist/{types → es/es2018/types}/src/generated/artifacts/sfdc.d.ts +28 -28
  17. package/dist/{types → es/es2018/types}/src/generated/resources/getLearningContentPlatformFeaturedItemListRecommended.d.ts +16 -16
  18. package/dist/{types → es/es2018/types}/src/generated/resources/getLearningContentPlatformFeaturedItemListRelated.d.ts +16 -16
  19. package/dist/{types → es/es2018/types}/src/generated/resources/getLearningContentPlatformLearningConfig.d.ts +12 -12
  20. package/dist/{types → es/es2018/types}/src/generated/resources/getLearningContentPlatformLearningItemList.d.ts +15 -15
  21. package/dist/{types → es/es2018/types}/src/generated/resources/getLearningContentPlatformLearningItemProgress.d.ts +15 -15
  22. package/dist/{types → es/es2018/types}/src/generated/resources/getLearningContentPlatformLearningModelByLearningItemId.d.ts +15 -15
  23. package/dist/{types → es/es2018/types}/src/generated/resources/getLearningContentPlatformLearningModuleByModuleId.d.ts +16 -16
  24. package/dist/{types → es/es2018/types}/src/generated/resources/getLearningContentPlatformLearningPracticeByLearningItemId.d.ts +16 -16
  25. package/dist/{types → es/es2018/types}/src/generated/resources/getLearningContentPlatformLearningSearchDescribe.d.ts +12 -12
  26. package/dist/{types → es/es2018/types}/src/generated/resources/getLearningContentPlatformLearningSearchTypeByContentType.d.ts +20 -20
  27. package/dist/{types → es/es2018/types}/src/generated/resources/getLearningContentPlatformLearningTextlessonByLearningItemId.d.ts +16 -16
  28. package/dist/{types → es/es2018/types}/src/generated/resources/postLearningContentPlatformLearningEvaluate.d.ts +13 -13
  29. package/dist/{types → es/es2018/types}/src/generated/types/EvaluateLearningItemInputRepresentation.d.ts +36 -36
  30. package/dist/{types → es/es2018/types}/src/generated/types/EvaluateLearningItemInputWrapperRepresentation.d.ts +29 -29
  31. package/dist/{types → es/es2018/types}/src/generated/types/FeaturedItemRecommendedListRepresentation.d.ts +39 -39
  32. package/dist/{types → es/es2018/types}/src/generated/types/FeaturedItemRelatedListRepresentation.d.ts +39 -39
  33. package/dist/{types → es/es2018/types}/src/generated/types/FeaturedItemRepresentation.d.ts +93 -93
  34. package/dist/{types → es/es2018/types}/src/generated/types/LearningAssignmentInputRepresentation.d.ts +59 -59
  35. package/dist/{types → es/es2018/types}/src/generated/types/LearningAssignmentRepresentation.d.ts +59 -59
  36. package/dist/{types → es/es2018/types}/src/generated/types/LearningConfigRepresentation.d.ts +35 -35
  37. package/dist/{types → es/es2018/types}/src/generated/types/LearningItemAssignmentRepresentation.d.ts +53 -53
  38. package/dist/{types → es/es2018/types}/src/generated/types/LearningItemListRepresentation.d.ts +39 -39
  39. package/dist/{types → es/es2018/types}/src/generated/types/LearningItemProgressListRepresentation.d.ts +39 -39
  40. package/dist/{types → es/es2018/types}/src/generated/types/LearningItemProgressRepresentation.d.ts +48 -48
  41. package/dist/{types → es/es2018/types}/src/generated/types/LearningItemRepresentation.d.ts +72 -72
  42. package/dist/{types → es/es2018/types}/src/generated/types/LearningModelInputRepresentation.d.ts +67 -67
  43. package/dist/{types → es/es2018/types}/src/generated/types/LearningModelOutputRepresentation.d.ts +77 -77
  44. package/dist/{types → es/es2018/types}/src/generated/types/LearningPracticeRepresentation.d.ts +51 -51
  45. package/dist/{types → es/es2018/types}/src/generated/types/LearningSearchDescribeContentRepresentation.d.ts +42 -42
  46. package/dist/{types → es/es2018/types}/src/generated/types/LearningSearchDescribeRepresentation.d.ts +39 -39
  47. package/dist/{types → es/es2018/types}/src/generated/types/LearningSearchResultsRepresentation.d.ts +55 -55
  48. package/dist/{types → es/es2018/types}/src/generated/types/LearningTextLessonRepresentation.d.ts +52 -52
  49. package/dist/{types → es/es2018/types}/src/generated/types/LearningTextLessonSectionRepresentation.d.ts +35 -35
  50. package/dist/{types → es/es2018/types}/src/generated/types/TrailheadModuleRepresentation.d.ts +82 -82
  51. package/dist/{types → es/es2018/types}/src/generated/types/TrailheadModuleUnitRepresentation.d.ts +47 -47
  52. package/dist/{types → es/es2018/types}/src/generated/types/type-utils.d.ts +39 -39
  53. package/package.json +5 -5
  54. package/sfdc/index.d.ts +1 -1
  55. package/sfdc/index.js +6154 -6154
  56. package/dist/umd/es2018/platform-learning-content.js +0 -6005
  57. package/dist/umd/es5/platform-learning-content.js +0 -6024
@@ -1,53 +1,53 @@
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 = "f6c028b300ef47aa3d65ccf58d1101b0";
3
- export declare function validate(obj: any, path?: string): TypeError | null;
4
- export declare const RepresentationType: string;
5
- export declare function normalize(input: LearningItemAssignmentRepresentation, existing: LearningItemAssignmentRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LearningItemAssignmentRepresentationNormalized;
6
- export declare const select: () => $64$luvio_engine_FragmentSelection;
7
- export declare function equals(existing: LearningItemAssignmentRepresentationNormalized, incoming: LearningItemAssignmentRepresentationNormalized): boolean;
8
- export declare function deepFreeze(input: LearningItemAssignmentRepresentation): void;
9
- export declare const ingest: $64$luvio_engine_ResourceIngest;
10
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LearningItemAssignmentRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
- /**
12
- * This representation is for LearningItemAssignment types returned for LearningModelOutputRepresentation
13
- *
14
- * Keys:
15
- * (none)
16
- */
17
- export interface LearningItemAssignmentRepresentationNormalized {
18
- /** Assignee Id associated with the LearningAssignment */
19
- assigneeId: string | null;
20
- /** Assignee name associated with the LearningAssignment */
21
- assigneeName: string | null;
22
- /** AssigneeType of the LearningAssignment */
23
- assigneeType: string | null;
24
- /** Assignment date of the LearningAssignment */
25
- assignmentDate: string | null;
26
- /** Assignment date of the LearningAssignment */
27
- completedDate: string | null;
28
- /** Due date of the LearningAssignment */
29
- dueDate: string | null;
30
- /** Id of the LearningItemAssignment */
31
- id: string;
32
- /** LearningItemId of the LearningItemAssignment */
33
- learningItemId: string;
34
- /** Assignment date of the LearningAssignment */
35
- startDate: string | null;
36
- }
37
- /**
38
- * This representation is for LearningItemAssignment types returned for LearningModelOutputRepresentation
39
- *
40
- * Keys:
41
- * (none)
42
- */
43
- export interface LearningItemAssignmentRepresentation {
44
- assigneeId: string | null;
45
- assigneeName: string | null;
46
- assigneeType: string | null;
47
- assignmentDate: string | null;
48
- completedDate: string | null;
49
- dueDate: string | null;
50
- id: string;
51
- learningItemId: string;
52
- startDate: string | null;
53
- }
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 = "f6c028b300ef47aa3d65ccf58d1101b0";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: LearningItemAssignmentRepresentation, existing: LearningItemAssignmentRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LearningItemAssignmentRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: LearningItemAssignmentRepresentationNormalized, incoming: LearningItemAssignmentRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: LearningItemAssignmentRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LearningItemAssignmentRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * This representation is for LearningItemAssignment types returned for LearningModelOutputRepresentation
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface LearningItemAssignmentRepresentationNormalized {
18
+ /** Assignee Id associated with the LearningAssignment */
19
+ assigneeId: string | null;
20
+ /** Assignee name associated with the LearningAssignment */
21
+ assigneeName: string | null;
22
+ /** AssigneeType of the LearningAssignment */
23
+ assigneeType: string | null;
24
+ /** Assignment date of the LearningAssignment */
25
+ assignmentDate: string | null;
26
+ /** Assignment date of the LearningAssignment */
27
+ completedDate: string | null;
28
+ /** Due date of the LearningAssignment */
29
+ dueDate: string | null;
30
+ /** Id of the LearningItemAssignment */
31
+ id: string;
32
+ /** LearningItemId of the LearningItemAssignment */
33
+ learningItemId: string;
34
+ /** Assignment date of the LearningAssignment */
35
+ startDate: string | null;
36
+ }
37
+ /**
38
+ * This representation is for LearningItemAssignment types returned for LearningModelOutputRepresentation
39
+ *
40
+ * Keys:
41
+ * (none)
42
+ */
43
+ export interface LearningItemAssignmentRepresentation {
44
+ assigneeId: string | null;
45
+ assigneeName: string | null;
46
+ assigneeType: string | null;
47
+ assignmentDate: string | null;
48
+ completedDate: string | null;
49
+ dueDate: string | null;
50
+ id: string;
51
+ learningItemId: string;
52
+ startDate: string | null;
53
+ }
@@ -1,39 +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 { LearningItemRepresentation as LearningItemRepresentation_LearningItemRepresentation } from './LearningItemRepresentation';
3
- export declare const VERSION = "cd4c27f064c3139aef14a6ef22627c0f";
4
- export declare function validate(obj: any, path?: string): TypeError | null;
5
- export declare const RepresentationType: string;
6
- export declare function normalize(input: LearningItemListRepresentation, existing: LearningItemListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LearningItemListRepresentationNormalized;
7
- export interface DynamicIngestParams {
8
- list: $64$luvio_engine_ResourceIngest;
9
- }
10
- export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: LearningItemListRepresentation, existing: LearningItemListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => LearningItemListRepresentationNormalized;
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: LearningItemListRepresentationNormalized, incoming: LearningItemListRepresentationNormalized): boolean;
17
- export declare function deepFreeze(input: LearningItemListRepresentation): void;
18
- export declare const ingest: $64$luvio_engine_ResourceIngest;
19
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LearningItemListRepresentation, 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 LearningItemRepresentation entities
23
- *
24
- * Keys:
25
- * (none)
26
- */
27
- export interface LearningItemListRepresentationNormalized {
28
- /** returns the list of LearningItemRepresentation objects */
29
- list: Array<$64$luvio_engine_StoreLink>;
30
- }
31
- /**
32
- * This representation defines a list of LearningItemRepresentation entities
33
- *
34
- * Keys:
35
- * (none)
36
- */
37
- export interface LearningItemListRepresentation {
38
- list: Array<LearningItemRepresentation_LearningItemRepresentation>;
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 { LearningItemRepresentation as LearningItemRepresentation_LearningItemRepresentation } from './LearningItemRepresentation';
3
+ export declare const VERSION = "cd4c27f064c3139aef14a6ef22627c0f";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: LearningItemListRepresentation, existing: LearningItemListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LearningItemListRepresentationNormalized;
7
+ export interface DynamicIngestParams {
8
+ list: $64$luvio_engine_ResourceIngest;
9
+ }
10
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: LearningItemListRepresentation, existing: LearningItemListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => LearningItemListRepresentationNormalized;
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: LearningItemListRepresentationNormalized, incoming: LearningItemListRepresentationNormalized): boolean;
17
+ export declare function deepFreeze(input: LearningItemListRepresentation): void;
18
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
19
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LearningItemListRepresentation, 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 LearningItemRepresentation entities
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface LearningItemListRepresentationNormalized {
28
+ /** returns the list of LearningItemRepresentation objects */
29
+ list: Array<$64$luvio_engine_StoreLink>;
30
+ }
31
+ /**
32
+ * This representation defines a list of LearningItemRepresentation entities
33
+ *
34
+ * Keys:
35
+ * (none)
36
+ */
37
+ export interface LearningItemListRepresentation {
38
+ list: Array<LearningItemRepresentation_LearningItemRepresentation>;
39
+ }
@@ -1,39 +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
- }
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
+ }
@@ -1,48 +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
- }
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
+ }
@@ -1,72 +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
- }
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
+ }