@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,29 @@
|
|
|
1
|
+
import { GetSuccessTeamResult as GetSuccessTeamResult_GetSuccessTeamResult } from './GetSuccessTeamResult';
|
|
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 = "bb85bc85ab5fe2cd81d05e073d1bccf5";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SuccessTeamOutputRepresentation, existing: SuccessTeamOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SuccessTeamOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: SuccessTeamOutputRepresentationNormalized, incoming: SuccessTeamOutputRepresentationNormalized): 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: SuccessTeamOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Output of the get success team request.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface SuccessTeamOutputRepresentationNormalized {
|
|
18
|
+
/** Staff members and teams who are available to support the associated account. */
|
|
19
|
+
result: GetSuccessTeamResult_GetSuccessTeamResult;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Output of the get success team request.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface SuccessTeamOutputRepresentation {
|
|
28
|
+
result: GetSuccessTeamResult_GetSuccessTeamResult;
|
|
29
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
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, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "d60c44c1e6c3976a0b3d975dcfb0b0d4";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
6
|
+
id: string;
|
|
7
|
+
}
|
|
8
|
+
export type TaskNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
9
|
+
export type PartialTaskNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
11
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): TaskNormalizedKeyMetadata;
|
|
12
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: Task): string;
|
|
13
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: Task): $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
|
+
export declare function normalize(input: Task, existing: TaskNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TaskNormalized;
|
|
15
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
16
|
+
export declare function equals(existing: TaskNormalized, incoming: TaskNormalized): boolean;
|
|
17
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
18
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: Task, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
19
|
+
/**
|
|
20
|
+
* Representation of the Task
|
|
21
|
+
*
|
|
22
|
+
* Keys:
|
|
23
|
+
* id (string): id
|
|
24
|
+
*/
|
|
25
|
+
export interface TaskNormalized {
|
|
26
|
+
/** Completed date of the task */
|
|
27
|
+
completedDate?: string;
|
|
28
|
+
/** Created date of the task */
|
|
29
|
+
createdDate?: string;
|
|
30
|
+
/** Description of the task */
|
|
31
|
+
description?: string;
|
|
32
|
+
/** Due date of the task */
|
|
33
|
+
dueDate?: string;
|
|
34
|
+
/** ID of the task */
|
|
35
|
+
id: string;
|
|
36
|
+
/** Priority of the task */
|
|
37
|
+
priority?: string;
|
|
38
|
+
/** Related entity of the task */
|
|
39
|
+
relatedTo?: string;
|
|
40
|
+
/** Status of the task */
|
|
41
|
+
status?: string;
|
|
42
|
+
/** Subject of the task */
|
|
43
|
+
subject?: string;
|
|
44
|
+
/** Name of the entity record to which this task belongs to */
|
|
45
|
+
taskParentName?: string;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Representation of the Task
|
|
49
|
+
*
|
|
50
|
+
* Keys:
|
|
51
|
+
* id (string): id
|
|
52
|
+
*/
|
|
53
|
+
export interface Task {
|
|
54
|
+
completedDate?: string;
|
|
55
|
+
createdDate?: string;
|
|
56
|
+
description?: string;
|
|
57
|
+
dueDate?: string;
|
|
58
|
+
id: string;
|
|
59
|
+
priority?: string;
|
|
60
|
+
relatedTo?: string;
|
|
61
|
+
status?: string;
|
|
62
|
+
subject?: string;
|
|
63
|
+
taskParentName?: string;
|
|
64
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
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 = "141b0f8d97b36823a895c23296b096d5";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: TaskInputRepresentation, existing: TaskInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TaskInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: TaskInputRepresentationNormalized, incoming: TaskInputRepresentationNormalized): 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: TaskInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for Task
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface TaskInputRepresentationNormalized {
|
|
17
|
+
/** Task object description */
|
|
18
|
+
description?: string;
|
|
19
|
+
/** Task object due date */
|
|
20
|
+
dueDate?: string;
|
|
21
|
+
/** Task object owner */
|
|
22
|
+
ownerId?: string;
|
|
23
|
+
/** Task object priority */
|
|
24
|
+
priority?: string;
|
|
25
|
+
/** Task object related to object */
|
|
26
|
+
relatedToId?: string;
|
|
27
|
+
/** Task object status */
|
|
28
|
+
status?: string;
|
|
29
|
+
/** Task object subject */
|
|
30
|
+
subject?: string;
|
|
31
|
+
/** Task object name */
|
|
32
|
+
whoId?: string;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Input representation for Task
|
|
36
|
+
*
|
|
37
|
+
* Keys:
|
|
38
|
+
* (none)
|
|
39
|
+
*/
|
|
40
|
+
export interface TaskInputRepresentation {
|
|
41
|
+
description?: string;
|
|
42
|
+
dueDate?: string;
|
|
43
|
+
ownerId?: string;
|
|
44
|
+
priority?: string;
|
|
45
|
+
relatedToId?: string;
|
|
46
|
+
status?: string;
|
|
47
|
+
subject?: string;
|
|
48
|
+
whoId?: string;
|
|
49
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { TaskPriority as TaskPriority_TaskPriority } from './TaskPriority';
|
|
2
|
+
import { TaskStatus as TaskStatus_TaskStatus } from './TaskStatus';
|
|
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 = "1cfb5efdadc230717fc72bd4828feec1";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: TaskPicklistOutputRepresentation, existing: TaskPicklistOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TaskPicklistOutputRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: TaskPicklistOutputRepresentationNormalized, incoming: TaskPicklistOutputRepresentationNormalized): 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: TaskPicklistOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Representation of the Task Picklists
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface TaskPicklistOutputRepresentationNormalized {
|
|
19
|
+
/** List of Task priority values */
|
|
20
|
+
taskPriorities?: Array<TaskPriority_TaskPriority>;
|
|
21
|
+
/** List of TaskStatus values */
|
|
22
|
+
taskStatuses?: Array<TaskStatus_TaskStatus>;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Representation of the Task Picklists
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface TaskPicklistOutputRepresentation {
|
|
31
|
+
taskPriorities?: Array<TaskPriority_TaskPriority>;
|
|
32
|
+
taskStatuses?: Array<TaskStatus_TaskStatus>;
|
|
33
|
+
}
|
|
@@ -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 = "02ff9c402b38edf26f1ea559a836303d";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: TaskPriority, existing: TaskPriorityNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TaskPriorityNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: TaskPriorityNormalized, incoming: TaskPriorityNormalized): 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: TaskPriority, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Representation of the Task Priority
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface TaskPriorityNormalized {
|
|
17
|
+
/** Api name for the priority value */
|
|
18
|
+
apiName: string;
|
|
19
|
+
/** Whether this priority value is default */
|
|
20
|
+
isDefault: boolean;
|
|
21
|
+
/** Master label for the priority value */
|
|
22
|
+
masterLabel: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Representation of the Task Priority
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface TaskPriority {
|
|
31
|
+
apiName: string;
|
|
32
|
+
isDefault: boolean;
|
|
33
|
+
masterLabel: string;
|
|
34
|
+
}
|
|
@@ -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 = "3173983151be1a4a28a9e448685eb6e3";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: TaskStatus, existing: TaskStatusNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TaskStatusNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: TaskStatusNormalized, incoming: TaskStatusNormalized): 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: TaskStatus, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Representation of the Task status
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface TaskStatusNormalized {
|
|
17
|
+
/** Closed status for the status value */
|
|
18
|
+
isClosed: boolean;
|
|
19
|
+
/** Whether this is the default status */
|
|
20
|
+
isDefault: boolean;
|
|
21
|
+
/** Master label for the status value */
|
|
22
|
+
masterLabel: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Representation of the Task status
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface TaskStatus {
|
|
31
|
+
isClosed: boolean;
|
|
32
|
+
isDefault: boolean;
|
|
33
|
+
masterLabel: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
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 = "d144e25bec059139dfc7c8e6b35f69e9";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: TimeSlot, existing: TimeSlotNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TimeSlotNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: TimeSlotNormalized, incoming: TimeSlotNormalized): 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: TimeSlot, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Representation of the time slot.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface TimeSlotNormalized {
|
|
17
|
+
/** The date and time that the time slot ends. */
|
|
18
|
+
endTime?: string;
|
|
19
|
+
/** The engagement channel type of the time slot */
|
|
20
|
+
engagementChannelTypeId?: string;
|
|
21
|
+
/** ID of the service resource that's associated with the time slot. */
|
|
22
|
+
serviceResourceId?: string;
|
|
23
|
+
/** ID of the service territory that's associated with the time slot. */
|
|
24
|
+
serviceTerritoryId?: string;
|
|
25
|
+
/** The date and time that the time slot starts. */
|
|
26
|
+
startTime?: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Representation of the time slot.
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface TimeSlot {
|
|
35
|
+
endTime?: string;
|
|
36
|
+
engagementChannelTypeId?: string;
|
|
37
|
+
serviceResourceId?: string;
|
|
38
|
+
serviceTerritoryId?: string;
|
|
39
|
+
startTime?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { LearningPolicyRuleUpdate as LearningPolicyRuleUpdate_LearningPolicyRuleUpdate } from './LearningPolicyRuleUpdate';
|
|
2
|
+
import { RequirementUpdateItem as RequirementUpdateItem_RequirementUpdateItem } from './RequirementUpdateItem';
|
|
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 = "3ae73d176cf95194f686deb140056429";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: UpdateLearningInputRepresentation, existing: UpdateLearningInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UpdateLearningInputRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: UpdateLearningInputRepresentationNormalized, incoming: UpdateLearningInputRepresentationNormalized): 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: UpdateLearningInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Input wrapper containing the Learning alongside related outcomes & foundations for the update
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateLearningInputRepresentationNormalized {
|
|
19
|
+
/** Requirement update item which is part of the corequisite set */
|
|
20
|
+
corequisites?: {};
|
|
21
|
+
/** Learning record to be updated. */
|
|
22
|
+
learning: {};
|
|
23
|
+
/** List of Learning Policy Rules that are part of learning */
|
|
24
|
+
learningPolicyRules: Array<LearningPolicyRuleUpdate_LearningPolicyRuleUpdate>;
|
|
25
|
+
/** Requirement update item which is part of the linked set */
|
|
26
|
+
linked?: RequirementUpdateItem_RequirementUpdateItem;
|
|
27
|
+
/** List of AchievementMappings which are part of the outcomes set */
|
|
28
|
+
outcomes?: Array<{}>;
|
|
29
|
+
/** Requirement update item which is part of the prerequisite or co-requisite set */
|
|
30
|
+
preOrCorequisites?: RequirementUpdateItem_RequirementUpdateItem;
|
|
31
|
+
/** Requirement update item which is part of the prerequisite set */
|
|
32
|
+
prerequisites?: {};
|
|
33
|
+
/** Requirement update item which is part of the recommended set */
|
|
34
|
+
recommended?: {};
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Input wrapper containing the Learning alongside related outcomes & foundations for the update
|
|
38
|
+
*
|
|
39
|
+
* Keys:
|
|
40
|
+
* (none)
|
|
41
|
+
*/
|
|
42
|
+
export interface UpdateLearningInputRepresentation {
|
|
43
|
+
corequisites?: {};
|
|
44
|
+
learning: {};
|
|
45
|
+
learningPolicyRules: Array<LearningPolicyRuleUpdate_LearningPolicyRuleUpdate>;
|
|
46
|
+
linked?: RequirementUpdateItem_RequirementUpdateItem;
|
|
47
|
+
outcomes?: Array<{}>;
|
|
48
|
+
preOrCorequisites?: RequirementUpdateItem_RequirementUpdateItem;
|
|
49
|
+
prerequisites?: {};
|
|
50
|
+
recommended?: {};
|
|
51
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
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 = "ccf7a09a7d5f79828ce8da7f84935e6f";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: UpdateLearningsInputRepresentation, existing: UpdateLearningsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UpdateLearningsInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: UpdateLearningsInputRepresentationNormalized, incoming: UpdateLearningsInputRepresentationNormalized): 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: UpdateLearningsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Provides details of the request to update learnings.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface UpdateLearningsInputRepresentationNormalized {
|
|
17
|
+
/** Provides details of the request to update learnings. */
|
|
18
|
+
learnings: Array<unknown>;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Provides details of the request to update learnings.
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface UpdateLearningsInputRepresentation {
|
|
27
|
+
learnings: Array<unknown>;
|
|
28
|
+
}
|
|
@@ -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 = "a221e740d262e314bc70d504ad4062b1";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: WorkType, existing: WorkTypeNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WorkTypeNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: WorkTypeNormalized, incoming: WorkTypeNormalized): 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: WorkType, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Representation of the work type.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface WorkTypeNormalized {
|
|
17
|
+
/** The units of time for the completion of the work. */
|
|
18
|
+
workDurationType?: string;
|
|
19
|
+
/** The length of time allocated for the completion of the work. */
|
|
20
|
+
workEstimatedDuration?: number;
|
|
21
|
+
/** The ID of the type of work to be performed. */
|
|
22
|
+
workTypeId?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Representation of the work type.
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface WorkType {
|
|
31
|
+
workDurationType?: string;
|
|
32
|
+
workEstimatedDuration?: number;
|
|
33
|
+
workTypeId?: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const ObjectKeys: {
|
|
3
|
+
(o: object): string[];
|
|
4
|
+
(o: {}): string[];
|
|
5
|
+
}, ObjectCreate: {
|
|
6
|
+
(o: object | null): any;
|
|
7
|
+
(o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
|
|
8
|
+
}, ObjectAssign: {
|
|
9
|
+
<T extends {}, U>(target: T, source: U): T & U;
|
|
10
|
+
<T_1 extends {}, U_1, V>(target: T_1, source1: U_1, source2: V): T_1 & U_1 & V;
|
|
11
|
+
<T_2 extends {}, U_2, V_1, W>(target: T_2, source1: U_2, source2: V_1, source3: W): T_2 & U_2 & V_1 & W;
|
|
12
|
+
(target: object, ...sources: any[]): any;
|
|
13
|
+
};
|
|
14
|
+
export declare const ArrayIsArray: (arg: any) => arg is any[];
|
|
15
|
+
export declare const JSONStringify: {
|
|
16
|
+
(value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string;
|
|
17
|
+
(value: any, replacer?: (string | number)[] | null | undefined, space?: string | number | undefined): string;
|
|
18
|
+
};
|
|
19
|
+
type AllowedPrimitives = boolean | string | number | Date | null;
|
|
20
|
+
type Value<T> = T extends AllowedPrimitives ? T : RecursivePartial<T>;
|
|
21
|
+
export type RecursivePartial<T> = null | {
|
|
22
|
+
[P in keyof T]?: T[P] extends Array<infer U> ? Array<Value<U>> | null : Value<T[P]> | null;
|
|
23
|
+
};
|
|
24
|
+
export declare function equalsArray<U, V extends U[]>(a: V, b: V, equalsItem: (itemA: U, itemB: U) => boolean | void): boolean;
|
|
25
|
+
export declare function equalsObject<U, V extends {
|
|
26
|
+
[key: string]: U;
|
|
27
|
+
}>(a: V, b: V, equalsProp: (propA: U, propB: U) => boolean | void): boolean;
|
|
28
|
+
export declare function createLink(ref: string | $64$luvio_engine_NormalizedKeyMetadata): {
|
|
29
|
+
__ref: string;
|
|
30
|
+
};
|
|
31
|
+
export declare function assignMetadataLink(entry: any, metadataKey: string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
32
|
+
export {};
|
package/package.json
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@salesforce/lds-adapters-industries-education",
|
|
3
|
+
"version": "0.1.0-dev1",
|
|
4
|
+
"description": "Education Cloud related actions",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"main": "dist/es/es2018/industries-education.js",
|
|
7
|
+
"module": "dist/es/es2018/industries-education.js",
|
|
8
|
+
"types": "dist/es/es2018/types/src/generated/artifacts/main.d.ts",
|
|
9
|
+
"files": [
|
|
10
|
+
"dist",
|
|
11
|
+
"sfdc",
|
|
12
|
+
"src/raml/*"
|
|
13
|
+
],
|
|
14
|
+
"exports": {
|
|
15
|
+
".": {
|
|
16
|
+
"types": "./dist/es/es2018/types/src/generated/artifacts/main.d.ts",
|
|
17
|
+
"import": "./dist/es/es2018/industries-education.js",
|
|
18
|
+
"require": "./dist/es/es2018/industries-education.js"
|
|
19
|
+
},
|
|
20
|
+
"./sfdc": {
|
|
21
|
+
"types": "./sfdc/index.d.ts",
|
|
22
|
+
"import": "./sfdc/index.js",
|
|
23
|
+
"default": "./sfdc/index.js"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"sfdc": {
|
|
27
|
+
"namespace": "lightning",
|
|
28
|
+
"module": "industriesEducationApi"
|
|
29
|
+
},
|
|
30
|
+
"contributors": [
|
|
31
|
+
"salvador.mora@salesforce.com",
|
|
32
|
+
"kgoncalves@salesforce.com",
|
|
33
|
+
"imukhamedgaliyev@salesforce.com",
|
|
34
|
+
"jschultz@salesforce.com"
|
|
35
|
+
],
|
|
36
|
+
"scripts": {
|
|
37
|
+
"build": "yarn build:services",
|
|
38
|
+
"build:karma": "rollup --bundleConfigAsCjs --config rollup.config.karma.js",
|
|
39
|
+
"build:raml": "luvio generate src/raml/luvio.raml src/generated -p '../lds-compiler-plugins'",
|
|
40
|
+
"build:services": "rollup --bundleConfigAsCjs --config rollup.config.js",
|
|
41
|
+
"clean": "rm -rf dist sfdc src/generated karma/dist",
|
|
42
|
+
"release:core": "../../scripts/release/core.js --adapter=lds-adapters-industries-education",
|
|
43
|
+
"release:corejar": "yarn build && ../core-build/scripts/core.js --adapter=lds-adapters-industries-education",
|
|
44
|
+
"start": "nx build:karma && karma start",
|
|
45
|
+
"test": "nx build:karma && karma start --single-run",
|
|
46
|
+
"test:unit": "jest --config=./jest.config.js"
|
|
47
|
+
},
|
|
48
|
+
"dependencies": {
|
|
49
|
+
"@salesforce/lds-bindings": "^0.1.0-dev1"
|
|
50
|
+
},
|
|
51
|
+
"devDependencies": {
|
|
52
|
+
"@salesforce/lds-compiler-plugins": "^0.1.0-dev1",
|
|
53
|
+
"@salesforce/lds-karma": "^0.1.0-dev1"
|
|
54
|
+
},
|
|
55
|
+
"nx": {
|
|
56
|
+
"targets": {
|
|
57
|
+
"build": {
|
|
58
|
+
"outputs": [
|
|
59
|
+
"{projectRoot}/dist",
|
|
60
|
+
"{projectRoot}/sfdc"
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
"build:raml": {
|
|
64
|
+
"outputs": [
|
|
65
|
+
"{projectRoot}/src/generated"
|
|
66
|
+
]
|
|
67
|
+
},
|
|
68
|
+
"build:karma": {
|
|
69
|
+
"outputs": [
|
|
70
|
+
"{projectRoot}/karma/dist"
|
|
71
|
+
]
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"volta": {
|
|
76
|
+
"extends": "../../package.json"
|
|
77
|
+
}
|
|
78
|
+
}
|
package/sfdc/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../dist/es/es2018/types/src/generated/artifacts/sfdc';
|