@salesforce/lds-adapters-industries-education 0.1.0-dev1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/industries-education.js +10254 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/createCarePlans.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createLearnings.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/createPreliminaryApplicationReferences.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createTask.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/adapters/getAcademicTerms.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getApplicationDetails.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getApplications.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getAptsTasksPlans.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getAvailableTimeSlots.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getAvailableTopics.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getIndividualApplicationTask.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getLearnerProgress.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getLearning.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getNewApplicationPreliminaryData.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getPersonPublicProfile.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getPicklistValues.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getPreviewLearningProgramPlan.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getProgramTermApplicationTimelines.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getSuccessTeam.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/postBenefitAssignment.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/postMatchingSelector.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/postPublishLearningProgramPlan.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/postValidateLearningFoundationList.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/updateLearnings.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/updateTaskStatus.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectEducationAcademicOperationsLearningsByRecordId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectEducationApplications.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectEducationApplicationsByPreliminaryApplicationRefId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectEducationAppointmentBookingAvailableTopics.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectEducationCampusSetupLearnerLearnerProgressByContactId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectEducationCampusSetupLearningProgramPlanPreviewByLearningProgramPlanId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectEducationIndividualApplicationTasksByIndividualApplicationTaskId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectEducationNewApplicationAcademicTerms.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectEducationNewApplicationPreliminaryData.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectEducationNewApplicationProgramTermApplicationTimelines.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectEducationPersonPublicProfileByContactIdAndUsageType.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectEducationStudentActionCentreAptsTasksPlansByContactId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectEducationStudentActionCentreTaskPicklistValues.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectEducationSuccessTeamByAccountId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectEducationAcademicOperationsLearnings.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectEducationStudentActionCentreTaskByTaskId.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectEducationAcademicOperationsLearnings.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectEducationAppointmentBookingAvailableTimeSlots.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectEducationCampusSetupLearningProgramPlanPublish.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectEducationCampusSetupLearningValidateFoundationItems.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectEducationCareplanBulk.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectEducationMentoringBenefitAssignmentProviderByBenefitAssignmentId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectEducationMentoringMatchingSelectorByBenefitAssignmentId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectEducationNewApplicationPreliminaryApplicationReferences.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectEducationStudentActionCentreTask.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/types/AbstractAchievementMapping.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/AcademicCredential.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/AcademicTerm.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/AcademicTermsOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AchievementContributor.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ActionPlan.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/ActionPlanTemplate.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/ActionPlanTemplateItem.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/AdditionalEducation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/AdditionalFields.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/Applicant.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/Application.d.ts +65 -0
- package/dist/es/es2018/types/src/generated/types/ApplicationAcademicLevel.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ApplicationDetailsOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ApplicationRenderMethod.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/ApplicationsOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AptsTasksPlansOutputRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/AvailableStaff.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/AvailableTeam.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/AvailableTimeSlotsInputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/AvailableTimeSlotsInputRepresentationData.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AvailableTimeSlotsOuputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AvailableTopic.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/AvailableTopicsOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/BenefitAssignmentInputRepresentation.d.ts +71 -0
- package/dist/es/es2018/types/src/generated/types/BenefitAssignmentListInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/BenefitDisbursementForBenefitSessionInputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/BenefitDisbursementListInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/CarePlan.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/CarePlanBulkInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/CarePlanBulkInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/CarePlanBulkOutputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/CarePlanInputRepresentation.d.ts +67 -0
- package/dist/es/es2018/types/src/generated/types/CarePlanListInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/CarePlanTaskInputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/ConcreteAchievementMapping.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/ContactInformation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CreateLearningInputRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/CreateLearningOutputRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/CreateLearningsInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/CreateLearningsOutputRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/CustomFieldInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CustomFieldListInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/EducationApiErrorDetails.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ElectiveCourseRequirement.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/FilterConfig.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/GetApplicationDetailsResult.d.ts +72 -0
- package/dist/es/es2018/types/src/generated/types/GetApplicationsResult.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/GetLearningOutputRepresentation.d.ts +61 -0
- package/dist/es/es2018/types/src/generated/types/GetNewApplicationPreliminaryDataResult.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/GetSuccessTeamResult.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/GoalAssignmentInputRepresentation.d.ts +67 -0
- package/dist/es/es2018/types/src/generated/types/GoalAssignmentListInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/IndividualApplicationTask.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/IndividualApplicationTaskOutputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/LearnerProgram.d.ts +86 -0
- package/dist/es/es2018/types/src/generated/types/LearnerProgramRequirement.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/LearnerProgressOutputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/Learning.d.ts +61 -0
- package/dist/es/es2018/types/src/generated/types/LearningAchievement.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/LearningCourse.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/LearningCourseOutput.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/LearningEquivalency.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/LearningFoundationItemOutput.d.ts +74 -0
- package/dist/es/es2018/types/src/generated/types/LearningFoundationItemValidationInput.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/LearningFoundationItemValidationInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/LearningFoundationItemValidationOutput.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/LearningFoundationItemValidationOutputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/LearningFoundationValidationInfo.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/LearningFulfiller.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/LearningOutcomeItemOutput.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/LearningOutput.d.ts +70 -0
- package/dist/es/es2018/types/src/generated/types/LearningPolicyRuleId.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/LearningPolicyRuleOutput.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/LearningPolicyRuleUpdate.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/LearningPolicyRules.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/LearningProgram.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/LearningProgramOutput.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/LearningProgramPlan.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/LearningProgramPlanInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/LearningProgramPlanInputRepresentationData.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/LearningProgramPlanOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/LearningProgramPlanRequirement.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/LearningProgramPlanRequirementOutput.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/LearningStatus.d.ts +80 -0
- package/dist/es/es2018/types/src/generated/types/MentoringBenefitAssignment.d.ts +91 -0
- package/dist/es/es2018/types/src/generated/types/MentoringBenefitAssignmentInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/MentoringBenefitAssignmentOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/MentoringMatchingSelectorInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/MentoringMatchingSelectorOutputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/MentoringProfileOption.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/NewApplicationPreliminaryDataOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/PersonPublicProfileInformation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/PersonPublicProfileOutputRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/PreliminaryApplicationReferencesInputInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/PreliminaryApplicationReferencesInputListWrapper.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/PreliminaryApplicationReferencesInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/PreliminaryApplicationReferencesOutputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/PreviewLearningProgramPlanOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/ProfessionalExperience.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ProgramTermApplicationTimeline.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ProgramTermApplicationTimelineOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/RequiredCourseRequirement.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/Requirement.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/RequirementDuration.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/RequirementUpdateItem.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ReusableCollectionRequirement.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ServiceAppointment.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/ServiceLocation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SharedAchievementMapping.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SkillAchievementMapping.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/Submitter.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SuccessTeamOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/Task.d.ts +64 -0
- package/dist/es/es2018/types/src/generated/types/TaskInputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/TaskPicklistOutputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/TaskPriority.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/TaskStatus.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/TimeSlot.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/UpdateLearningInputRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/UpdateLearningsInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/WorkType.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +78 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +10468 -0
- package/src/raml/api.raml +3531 -0
- package/src/raml/luvio.raml +167 -0
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { ApplicationRenderMethod as ApplicationRenderMethod_ApplicationRenderMethod } from './ApplicationRenderMethod';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "7b00d7b23bee729e6e252161c9451837";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: IndividualApplicationTask, existing: IndividualApplicationTaskNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): IndividualApplicationTaskNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: IndividualApplicationTaskNormalized, incoming: IndividualApplicationTaskNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: IndividualApplicationTask, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Representation of the individual application task.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface IndividualApplicationTaskNormalized {
|
|
18
|
+
/** The application render methods associated with an individual application task. */
|
|
19
|
+
applicationRenderMethods?: Array<ApplicationRenderMethod_ApplicationRenderMethod>;
|
|
20
|
+
/** The due date of the Individual Application Task. */
|
|
21
|
+
dueDate?: string;
|
|
22
|
+
/** The ID of the Individual Application Task. */
|
|
23
|
+
id?: string;
|
|
24
|
+
/** An indicator of whether the Individual Application Task is required. */
|
|
25
|
+
isRequired?: boolean;
|
|
26
|
+
/** The name of the Individual Application Task. */
|
|
27
|
+
name?: string;
|
|
28
|
+
/** The Method Name of the Application Render Method associated with the Individual Application Task. */
|
|
29
|
+
renderMethodName?: string;
|
|
30
|
+
/** The Method Record ID of the Application Render Method associated with the Individual Application Task. */
|
|
31
|
+
renderMethodRecordId?: string;
|
|
32
|
+
/** The type of the Application Render Method associated with the Individual Application Task. */
|
|
33
|
+
renderMethodType?: string;
|
|
34
|
+
/** The description of the Individual Application Task's Application Stage Definition. */
|
|
35
|
+
stageDescription?: string;
|
|
36
|
+
/** The name of the Individual Application Task's Application Stage Definition. */
|
|
37
|
+
stageName?: string;
|
|
38
|
+
/** The status of the Individual Application Task. */
|
|
39
|
+
status?: string;
|
|
40
|
+
/** The translated status label of an individual application task. */
|
|
41
|
+
statusLabel?: string;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Representation of the individual application task.
|
|
45
|
+
*
|
|
46
|
+
* Keys:
|
|
47
|
+
* (none)
|
|
48
|
+
*/
|
|
49
|
+
export interface IndividualApplicationTask {
|
|
50
|
+
applicationRenderMethods?: Array<ApplicationRenderMethod_ApplicationRenderMethod>;
|
|
51
|
+
dueDate?: string;
|
|
52
|
+
id?: string;
|
|
53
|
+
isRequired?: boolean;
|
|
54
|
+
name?: string;
|
|
55
|
+
renderMethodName?: string;
|
|
56
|
+
renderMethodRecordId?: string;
|
|
57
|
+
renderMethodType?: string;
|
|
58
|
+
stageDescription?: string;
|
|
59
|
+
stageName?: string;
|
|
60
|
+
status?: string;
|
|
61
|
+
statusLabel?: string;
|
|
62
|
+
}
|
package/dist/es/es2018/types/src/generated/types/IndividualApplicationTaskOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { IndividualApplicationTask as IndividualApplicationTask_IndividualApplicationTask } from './IndividualApplicationTask';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const TTL = 100;
|
|
4
|
+
export declare const VERSION = "51a57763ac92bf86b3c62c32e17dbd49";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: IndividualApplicationTaskOutputRepresentation, existing: IndividualApplicationTaskOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): IndividualApplicationTaskOutputRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
9
|
+
export declare function equals(existing: IndividualApplicationTaskOutputRepresentationNormalized, incoming: IndividualApplicationTaskOutputRepresentationNormalized): boolean;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: IndividualApplicationTaskOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Representation of the output for the get individual application task request.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface IndividualApplicationTaskOutputRepresentationNormalized {
|
|
19
|
+
/** Representation of the get individual application task request. */
|
|
20
|
+
result?: IndividualApplicationTask_IndividualApplicationTask;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Representation of the output for the get individual application task request.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface IndividualApplicationTaskOutputRepresentation {
|
|
29
|
+
result?: IndividualApplicationTask_IndividualApplicationTask;
|
|
30
|
+
}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import { LearningOutcomeItemOutput as LearningOutcomeItemOutput_LearningOutcomeItemOutput } from './LearningOutcomeItemOutput';
|
|
2
|
+
import { LearnerProgramRequirement as LearnerProgramRequirement_LearnerProgramRequirement } from './LearnerProgramRequirement';
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
4
|
+
export declare const VERSION = "91c8232d644b5cf481f0891830fc3207";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: LearnerProgram, existing: LearnerProgramNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LearnerProgramNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: LearnerProgramNormalized, incoming: LearnerProgramNormalized): boolean;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: LearnerProgram, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Represents information about a program enrolled by learner.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface LearnerProgramNormalized {
|
|
19
|
+
/** Description of the learner program */
|
|
20
|
+
description?: string;
|
|
21
|
+
/** End date of the learner program */
|
|
22
|
+
endDate?: string;
|
|
23
|
+
/** Learner account Id */
|
|
24
|
+
learnerAccountId?: string;
|
|
25
|
+
/** Learner contact Id */
|
|
26
|
+
learnerContactId?: string;
|
|
27
|
+
/** Learner program Id */
|
|
28
|
+
learnerProgramId?: string;
|
|
29
|
+
/** Learning Id for the associated learning program */
|
|
30
|
+
learningId?: string;
|
|
31
|
+
learningOutcomeItem?: LearningOutcomeItemOutput_LearningOutcomeItemOutput;
|
|
32
|
+
/** Learning Program Academic Level */
|
|
33
|
+
learningProgramAcademicLevel?: string;
|
|
34
|
+
/** Learning Program Cip Code */
|
|
35
|
+
learningProgramCipCode?: string;
|
|
36
|
+
/** Learning program Id for the associated learning program plan */
|
|
37
|
+
learningProgramId?: string;
|
|
38
|
+
/** Learning Program Name */
|
|
39
|
+
learningProgramName?: string;
|
|
40
|
+
/** Learning program plan Id for this learner program */
|
|
41
|
+
learningProgramPlanId?: string;
|
|
42
|
+
/** Learning Program Plan Name */
|
|
43
|
+
learningProgramPlanName?: string;
|
|
44
|
+
/** Learning Program Provider Id */
|
|
45
|
+
learningProgramProviderId?: string;
|
|
46
|
+
/** Learning Program Provider Name */
|
|
47
|
+
learningProgramProviderName?: string;
|
|
48
|
+
/** Name of the learner program */
|
|
49
|
+
name?: string;
|
|
50
|
+
/** Parent learner program Id */
|
|
51
|
+
parentLearnerProgramId?: string;
|
|
52
|
+
/** Status of the learner program */
|
|
53
|
+
requirements?: Array<LearnerProgramRequirement_LearnerProgramRequirement>;
|
|
54
|
+
/** Start date of the learner program */
|
|
55
|
+
startDate?: string;
|
|
56
|
+
/** Status of the learner program */
|
|
57
|
+
status?: string;
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Represents information about a program enrolled by learner.
|
|
61
|
+
*
|
|
62
|
+
* Keys:
|
|
63
|
+
* (none)
|
|
64
|
+
*/
|
|
65
|
+
export interface LearnerProgram {
|
|
66
|
+
description?: string;
|
|
67
|
+
endDate?: string;
|
|
68
|
+
learnerAccountId?: string;
|
|
69
|
+
learnerContactId?: string;
|
|
70
|
+
learnerProgramId?: string;
|
|
71
|
+
learningId?: string;
|
|
72
|
+
learningOutcomeItem?: LearningOutcomeItemOutput_LearningOutcomeItemOutput;
|
|
73
|
+
learningProgramAcademicLevel?: string;
|
|
74
|
+
learningProgramCipCode?: string;
|
|
75
|
+
learningProgramId?: string;
|
|
76
|
+
learningProgramName?: string;
|
|
77
|
+
learningProgramPlanId?: string;
|
|
78
|
+
learningProgramPlanName?: string;
|
|
79
|
+
learningProgramProviderId?: string;
|
|
80
|
+
learningProgramProviderName?: string;
|
|
81
|
+
name?: string;
|
|
82
|
+
parentLearnerProgramId?: string;
|
|
83
|
+
requirements?: Array<LearnerProgramRequirement_LearnerProgramRequirement>;
|
|
84
|
+
startDate?: string;
|
|
85
|
+
status?: string;
|
|
86
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { LearningProgramPlanRequirementOutput as LearningProgramPlanRequirementOutput_LearningProgramPlanRequirementOutput } from './LearningProgramPlanRequirementOutput';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "d7af2bfee148ac8ae983037e910f21ac";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: LearnerProgramRequirement, existing: LearnerProgramRequirementNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LearnerProgramRequirementNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: LearnerProgramRequirementNormalized, incoming: LearnerProgramRequirementNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: LearnerProgramRequirement, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents information about a learner program requirement.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface LearnerProgramRequirementNormalized {
|
|
18
|
+
/** Description of the learner program requirement */
|
|
19
|
+
description?: string;
|
|
20
|
+
/** Learner program Id */
|
|
21
|
+
learnerProgramId: string;
|
|
22
|
+
/** Learner program requirement Id */
|
|
23
|
+
learnerProgramRequirementId?: string;
|
|
24
|
+
learningProgramPlanRequirement?: LearningProgramPlanRequirementOutput_LearningProgramPlanRequirementOutput;
|
|
25
|
+
/** Learning program plan requirement Id */
|
|
26
|
+
learningProgramPlanRequirementId?: string;
|
|
27
|
+
/** Name of the learner program requirement */
|
|
28
|
+
name: string;
|
|
29
|
+
/** Requirement durations by duration unit type */
|
|
30
|
+
requirementDurationsByUnit?: {
|
|
31
|
+
[key: string]: unknown;
|
|
32
|
+
};
|
|
33
|
+
/** Status of the learner program requirement */
|
|
34
|
+
status?: string;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Represents information about a learner program requirement.
|
|
38
|
+
*
|
|
39
|
+
* Keys:
|
|
40
|
+
* (none)
|
|
41
|
+
*/
|
|
42
|
+
export interface LearnerProgramRequirement {
|
|
43
|
+
description?: string;
|
|
44
|
+
learnerProgramId: string;
|
|
45
|
+
learnerProgramRequirementId?: string;
|
|
46
|
+
learningProgramPlanRequirement?: LearningProgramPlanRequirementOutput_LearningProgramPlanRequirementOutput;
|
|
47
|
+
learningProgramPlanRequirementId?: string;
|
|
48
|
+
name: string;
|
|
49
|
+
requirementDurationsByUnit?: {
|
|
50
|
+
[key: string]: unknown;
|
|
51
|
+
};
|
|
52
|
+
status?: string;
|
|
53
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { LearnerProgram as LearnerProgram_LearnerProgram } from './LearnerProgram';
|
|
2
|
+
import { LearningFulfiller as LearningFulfiller_LearningFulfiller } from './LearningFulfiller';
|
|
3
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
4
|
+
export declare const VERSION = "a465786ab4e5c95e1d888615e32dd640";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: LearnerProgressOutputRepresentation, existing: LearnerProgressOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LearnerProgressOutputRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
9
|
+
export declare function equals(existing: LearnerProgressOutputRepresentationNormalized, incoming: LearnerProgressOutputRepresentationNormalized): boolean;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: LearnerProgressOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Learner progress output.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface LearnerProgressOutputRepresentationNormalized {
|
|
19
|
+
/** List of learner programs enrolled by a student */
|
|
20
|
+
learnerPrograms?: Array<LearnerProgram_LearnerProgram>;
|
|
21
|
+
/** List of non required learnings completed or enrolled by a student */
|
|
22
|
+
nonRequiredLearnings?: Array<LearningFulfiller_LearningFulfiller>;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Learner progress output.
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface LearnerProgressOutputRepresentation {
|
|
31
|
+
learnerPrograms?: Array<LearnerProgram_LearnerProgram>;
|
|
32
|
+
nonRequiredLearnings?: Array<LearningFulfiller_LearningFulfiller>;
|
|
33
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "e282875ab8d32af6bf8a1aef341b951f";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: Learning, existing: LearningNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LearningNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: LearningNormalized, incoming: LearningNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: Learning, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents information that defines an instructional object that can be made available as a course, program, or on-site experience, for a contact.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface LearningNormalized {
|
|
17
|
+
/** Academic level of the learning. */
|
|
18
|
+
academicLevel?: string;
|
|
19
|
+
/** Indicates whether the learning is active. */
|
|
20
|
+
active?: boolean;
|
|
21
|
+
/** Start date of the learning's active period. */
|
|
22
|
+
activeFromDate?: string;
|
|
23
|
+
/** End date of the learning's active period. */
|
|
24
|
+
activeToDate?: string;
|
|
25
|
+
/** Classification of Instructional Programming code that identifies the program or field of study. */
|
|
26
|
+
cipCode: string;
|
|
27
|
+
/** Description of the learning. */
|
|
28
|
+
description?: string;
|
|
29
|
+
/** Allocated duration to complete the learning. */
|
|
30
|
+
duration?: number;
|
|
31
|
+
/** Unit of the duration allocated to complete the learning. */
|
|
32
|
+
durationUnit?: string;
|
|
33
|
+
/** Learning id. */
|
|
34
|
+
learningId?: string;
|
|
35
|
+
/** Name of the Learning */
|
|
36
|
+
name?: string;
|
|
37
|
+
/** Account foreign key identifier of the institution that provides the learning. */
|
|
38
|
+
provider?: string;
|
|
39
|
+
/** Learning record type. Possible values are Learning Program and Learning Course. */
|
|
40
|
+
type: string;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Represents information that defines an instructional object that can be made available as a course, program, or on-site experience, for a contact.
|
|
44
|
+
*
|
|
45
|
+
* Keys:
|
|
46
|
+
* (none)
|
|
47
|
+
*/
|
|
48
|
+
export interface Learning {
|
|
49
|
+
academicLevel?: string;
|
|
50
|
+
active?: boolean;
|
|
51
|
+
activeFromDate?: string;
|
|
52
|
+
activeToDate?: string;
|
|
53
|
+
cipCode: string;
|
|
54
|
+
description?: string;
|
|
55
|
+
duration?: number;
|
|
56
|
+
durationUnit?: string;
|
|
57
|
+
learningId?: string;
|
|
58
|
+
name?: string;
|
|
59
|
+
provider?: string;
|
|
60
|
+
type: string;
|
|
61
|
+
}
|
|
@@ -0,0 +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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "43c0b375c9c05ccb03497cfeaa511e51";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: LearningAchievement, existing: LearningAchievementNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LearningAchievementNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: LearningAchievementNormalized, incoming: LearningAchievementNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: LearningAchievement, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Learning achievement accomplished by completing the requirement.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface LearningAchievementNormalized {
|
|
17
|
+
/** Abbreviation of the learning achievement. */
|
|
18
|
+
abbreviation?: string;
|
|
19
|
+
/** Academic level of the learning achievement. */
|
|
20
|
+
academicLevel?: string;
|
|
21
|
+
/** Custom field on the learning achievement. */
|
|
22
|
+
additionalField?: {
|
|
23
|
+
[key: string]: {};
|
|
24
|
+
};
|
|
25
|
+
/** Description of the learning achievement. */
|
|
26
|
+
description?: string;
|
|
27
|
+
/** Field of study of the learning achievement. */
|
|
28
|
+
fieldOfStudy?: string;
|
|
29
|
+
/** Issuer of the learning achievement. */
|
|
30
|
+
issuer?: string;
|
|
31
|
+
/** Name of the learning achievement. */
|
|
32
|
+
name: string;
|
|
33
|
+
/** Specialization of the learning achievement. */
|
|
34
|
+
specialization?: string;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Learning achievement accomplished by completing the requirement.
|
|
38
|
+
*
|
|
39
|
+
* Keys:
|
|
40
|
+
* (none)
|
|
41
|
+
*/
|
|
42
|
+
export interface LearningAchievement {
|
|
43
|
+
abbreviation?: string;
|
|
44
|
+
academicLevel?: string;
|
|
45
|
+
additionalField?: {
|
|
46
|
+
[key: string]: {};
|
|
47
|
+
};
|
|
48
|
+
description?: string;
|
|
49
|
+
fieldOfStudy?: string;
|
|
50
|
+
issuer?: string;
|
|
51
|
+
name: string;
|
|
52
|
+
specialization?: string;
|
|
53
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { Learning as Learning_Learning } from './Learning';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "6648edf61bb7a2be6899490ca21e93d9";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: LearningCourse, existing: LearningCourseNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LearningCourseNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: LearningCourseNormalized, incoming: LearningCourseNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: LearningCourse, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents information about a course that’s required in a learning framework.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface LearningCourseNormalized extends Learning_Learning {
|
|
18
|
+
/** General type or level of instruction provided by the learning course. */
|
|
19
|
+
courseLevelDescription?: string;
|
|
20
|
+
/** Numeric identifier of the course. */
|
|
21
|
+
courseNumber?: string;
|
|
22
|
+
/** Field of study of the learning course. */
|
|
23
|
+
fieldOfStudy?: string;
|
|
24
|
+
/** Custom fields on the learning course. */
|
|
25
|
+
learningCourseCustomFields?: {
|
|
26
|
+
[key: string]: unknown;
|
|
27
|
+
};
|
|
28
|
+
/** Learning course id. */
|
|
29
|
+
learningCourseId?: string;
|
|
30
|
+
/** Abbreviation for the subject of the learning course. */
|
|
31
|
+
subjectAbbreviation?: string;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Represents information about a course that’s required in a learning framework.
|
|
35
|
+
*
|
|
36
|
+
* Keys:
|
|
37
|
+
* (none)
|
|
38
|
+
*/
|
|
39
|
+
export interface LearningCourse extends Learning_Learning {
|
|
40
|
+
courseLevelDescription?: string;
|
|
41
|
+
courseNumber?: string;
|
|
42
|
+
fieldOfStudy?: string;
|
|
43
|
+
learningCourseCustomFields?: {
|
|
44
|
+
[key: string]: unknown;
|
|
45
|
+
};
|
|
46
|
+
learningCourseId?: string;
|
|
47
|
+
subjectAbbreviation?: string;
|
|
48
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { LearningOutput as LearningOutput_LearningOutput } from './LearningOutput';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "76e451c422f7a4fcacdf4fcf5306c6be";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: LearningCourseOutput, existing: LearningCourseOutputNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LearningCourseOutputNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: LearningCourseOutputNormalized, incoming: LearningCourseOutputNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: LearningCourseOutput, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents information about a course that’s required in a learning framework.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface LearningCourseOutputNormalized extends LearningOutput_LearningOutput {
|
|
18
|
+
/** Learning course level description. */
|
|
19
|
+
courseLevelDescription?: string;
|
|
20
|
+
/** Learning course number. */
|
|
21
|
+
courseNumber?: string;
|
|
22
|
+
/** Type of the course. */
|
|
23
|
+
courseType?: string;
|
|
24
|
+
/** Learning field of study. */
|
|
25
|
+
fieldOfStudy?: string;
|
|
26
|
+
/** Learning course custom fields. */
|
|
27
|
+
learningCourseCustomFields?: {
|
|
28
|
+
[key: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
/** Learning course id. */
|
|
31
|
+
learningCourseId?: string;
|
|
32
|
+
/** Indicates if this is a linked-only course. */
|
|
33
|
+
linkedOnly?: boolean;
|
|
34
|
+
/** Learning subject abbreviation. */
|
|
35
|
+
subjectAbbreviation?: string;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Represents information about a course that’s required in a learning framework.
|
|
39
|
+
*
|
|
40
|
+
* Keys:
|
|
41
|
+
* (none)
|
|
42
|
+
*/
|
|
43
|
+
export interface LearningCourseOutput extends LearningOutput_LearningOutput {
|
|
44
|
+
courseLevelDescription?: string;
|
|
45
|
+
courseNumber?: string;
|
|
46
|
+
courseType?: string;
|
|
47
|
+
fieldOfStudy?: string;
|
|
48
|
+
learningCourseCustomFields?: {
|
|
49
|
+
[key: string]: unknown;
|
|
50
|
+
};
|
|
51
|
+
learningCourseId?: string;
|
|
52
|
+
linkedOnly?: boolean;
|
|
53
|
+
subjectAbbreviation?: string;
|
|
54
|
+
type: 'LearningCourse';
|
|
55
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "6641e60371a60a64b33d973a6073a3bf";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: LearningEquivalency, existing: LearningEquivalencyNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LearningEquivalencyNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: LearningEquivalencyNormalized, incoming: LearningEquivalencyNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: LearningEquivalency, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Equivalency like Transfer credit, Work Equivalency, etc.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface LearningEquivalencyNormalized {
|
|
17
|
+
/** ID of the Equivalency */
|
|
18
|
+
equivalencyId?: string;
|
|
19
|
+
/** Name of the Equivalency */
|
|
20
|
+
equivalencyName?: string;
|
|
21
|
+
/** type of the Equivalency */
|
|
22
|
+
typeLabel?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Equivalency like Transfer credit, Work Equivalency, etc.
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface LearningEquivalency {
|
|
31
|
+
equivalencyId?: string;
|
|
32
|
+
equivalencyName?: string;
|
|
33
|
+
typeLabel?: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { LearningFulfiller as LearningFulfiller_LearningFulfiller } from './LearningFulfiller';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "9fdc0b97a2f4609cd2047262a5147e33";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: LearningFoundationItemOutput, existing: LearningFoundationItemOutputNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LearningFoundationItemOutputNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: LearningFoundationItemOutputNormalized, incoming: LearningFoundationItemOutputNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: LearningFoundationItemOutput, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Representation of a learning foundation item output.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface LearningFoundationItemOutputNormalized {
|
|
18
|
+
/** Category */
|
|
19
|
+
category?: string;
|
|
20
|
+
/** Duration */
|
|
21
|
+
duration?: number;
|
|
22
|
+
/** The unit of duration. */
|
|
23
|
+
durationUnit?: string;
|
|
24
|
+
/** List of learning fulfillers that provide more information about how the foundation item can be fulfilled. */
|
|
25
|
+
fulfilledBy?: Array<LearningFulfiller_LearningFulfiller>;
|
|
26
|
+
/** The completed duration towards fulfilling the learning foundation item. */
|
|
27
|
+
fulfilledDuration?: number;
|
|
28
|
+
/** Specifies whether the learning foundation item is fulfilled (true) or unfulfilled (false). */
|
|
29
|
+
isFulfilled?: boolean;
|
|
30
|
+
/** The name of the learning achievement config record */
|
|
31
|
+
learningAchievementConfigName?: string;
|
|
32
|
+
/** Learning Achievement Id */
|
|
33
|
+
learningAchievementId?: string;
|
|
34
|
+
/** The name of the learning achievement */
|
|
35
|
+
learningAchievementName?: string;
|
|
36
|
+
/** Type of Learning Achievement */
|
|
37
|
+
learningAchievementType?: string;
|
|
38
|
+
/** The ID of the learning foundation item. */
|
|
39
|
+
learningFoundationItemId: string;
|
|
40
|
+
/** Learning Id */
|
|
41
|
+
learningId?: string;
|
|
42
|
+
/** The minimum numeric grade required to fulfill the learning foundation item. */
|
|
43
|
+
minimumNumericGrade?: number;
|
|
44
|
+
/** Name */
|
|
45
|
+
name?: string;
|
|
46
|
+
/** The remaining duration required to fulfill the learning foundation item. */
|
|
47
|
+
remainingDuration?: number;
|
|
48
|
+
/** Type */
|
|
49
|
+
type?: string;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Representation of a learning foundation item output.
|
|
53
|
+
*
|
|
54
|
+
* Keys:
|
|
55
|
+
* (none)
|
|
56
|
+
*/
|
|
57
|
+
export interface LearningFoundationItemOutput {
|
|
58
|
+
category?: string;
|
|
59
|
+
duration?: number;
|
|
60
|
+
durationUnit?: string;
|
|
61
|
+
fulfilledBy?: Array<LearningFulfiller_LearningFulfiller>;
|
|
62
|
+
fulfilledDuration?: number;
|
|
63
|
+
isFulfilled?: boolean;
|
|
64
|
+
learningAchievementConfigName?: string;
|
|
65
|
+
learningAchievementId?: string;
|
|
66
|
+
learningAchievementName?: string;
|
|
67
|
+
learningAchievementType?: string;
|
|
68
|
+
learningFoundationItemId: string;
|
|
69
|
+
learningId?: string;
|
|
70
|
+
minimumNumericGrade?: number;
|
|
71
|
+
name?: string;
|
|
72
|
+
remainingDuration?: number;
|
|
73
|
+
type?: string;
|
|
74
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "5606509e191d8a650c5f5b790aa978c5";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: LearningFoundationItemValidationInput, existing: LearningFoundationItemValidationInputNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LearningFoundationItemValidationInputNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: LearningFoundationItemValidationInputNormalized, incoming: LearningFoundationItemValidationInputNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: LearningFoundationItemValidationInput, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Representation of the input validating a learning's foundation items.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface LearningFoundationItemValidationInputNormalized {
|
|
17
|
+
/** List of learnings that could be taken at the same time as the learning that is being validated. */
|
|
18
|
+
concurrentLearnings: Array<{}>;
|
|
19
|
+
/** The ID of the learning foundation item to be validated. */
|
|
20
|
+
learningId: string;
|
|
21
|
+
/** List of learnings that could be taken before the learning that is being validated. */
|
|
22
|
+
precedingLearnings: Array<{}>;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Representation of the input validating a learning's foundation items.
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface LearningFoundationItemValidationInput {
|
|
31
|
+
concurrentLearnings: Array<{}>;
|
|
32
|
+
learningId: string;
|
|
33
|
+
precedingLearnings: Array<{}>;
|
|
34
|
+
}
|