@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,32 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "dc53cb920d6254c1914b002e4ab0927a";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AdditionalFields, existing: AdditionalFieldsNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AdditionalFieldsNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AdditionalFieldsNormalized, incoming: AdditionalFieldsNormalized): 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: AdditionalFields, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for Map of additionalFields
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AdditionalFieldsNormalized {
|
|
17
|
+
/** Set Additional Fields. */
|
|
18
|
+
customFields?: {
|
|
19
|
+
[key: string]: {};
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Input representation for Map of additionalFields
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface AdditionalFields {
|
|
29
|
+
customFields?: {
|
|
30
|
+
[key: string]: {};
|
|
31
|
+
};
|
|
32
|
+
}
|
|
@@ -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 = "25644bb9c14397ee2eee2a59a6de4b8c";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: Applicant, existing: ApplicantNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ApplicantNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ApplicantNormalized, incoming: ApplicantNormalized): 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: Applicant, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Representation of the related applicants result.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ApplicantNormalized {
|
|
17
|
+
/** The ID of the Contact record for an available applicant. */
|
|
18
|
+
contactId?: string;
|
|
19
|
+
/** The email address from the applicant's contact record. */
|
|
20
|
+
email?: string;
|
|
21
|
+
/** The name of the applicant from their contact record. */
|
|
22
|
+
name?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Representation of the related applicants result.
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface Applicant {
|
|
31
|
+
contactId?: string;
|
|
32
|
+
email?: string;
|
|
33
|
+
name?: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { Applicant as Applicant_Applicant } from './Applicant';
|
|
2
|
+
import { Submitter as Submitter_Submitter } from './Submitter';
|
|
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 = "fd2a66c5e3ae4a72f669b79e22d913d6";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: Application, existing: ApplicationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ApplicationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: ApplicationNormalized, incoming: ApplicationNormalized): 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: Application, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Representation of the application.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ApplicationNormalized {
|
|
19
|
+
/** The academic level associated with an application. */
|
|
20
|
+
academicLevel?: string;
|
|
21
|
+
/** Data for the applicant associated with an application. */
|
|
22
|
+
applicant?: Applicant_Applicant;
|
|
23
|
+
/** The application category associated with an application. */
|
|
24
|
+
applicationCategory?: string;
|
|
25
|
+
/** The date the application closes. */
|
|
26
|
+
applicationCloseDate?: string;
|
|
27
|
+
/** The date when an applicant submitted an application. */
|
|
28
|
+
appliedDate?: string;
|
|
29
|
+
/** The ID of the application. */
|
|
30
|
+
id?: string;
|
|
31
|
+
/** The name of the program associated with an application. */
|
|
32
|
+
programName?: string;
|
|
33
|
+
/** The number of completed required individual application tasks associated with an application. */
|
|
34
|
+
requiredItemsCompleted?: number;
|
|
35
|
+
/** The status of an application. */
|
|
36
|
+
status?: string;
|
|
37
|
+
/** The status label of an application. */
|
|
38
|
+
statusLabel?: string;
|
|
39
|
+
submitter?: Submitter_Submitter;
|
|
40
|
+
/** The name of the academic term associated with an application. */
|
|
41
|
+
termName?: string;
|
|
42
|
+
/** The number of required individual application tasks associated with an application. */
|
|
43
|
+
totalRequiredItems?: number;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Representation of the application.
|
|
47
|
+
*
|
|
48
|
+
* Keys:
|
|
49
|
+
* (none)
|
|
50
|
+
*/
|
|
51
|
+
export interface Application {
|
|
52
|
+
academicLevel?: string;
|
|
53
|
+
applicant?: Applicant_Applicant;
|
|
54
|
+
applicationCategory?: string;
|
|
55
|
+
applicationCloseDate?: string;
|
|
56
|
+
appliedDate?: string;
|
|
57
|
+
id?: string;
|
|
58
|
+
programName?: string;
|
|
59
|
+
requiredItemsCompleted?: number;
|
|
60
|
+
status?: string;
|
|
61
|
+
statusLabel?: string;
|
|
62
|
+
submitter?: Submitter_Submitter;
|
|
63
|
+
termName?: string;
|
|
64
|
+
totalRequiredItems?: number;
|
|
65
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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 = "826fd90c25b13e976f841421e35f33a7";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ApplicationAcademicLevel, existing: ApplicationAcademicLevelNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ApplicationAcademicLevelNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ApplicationAcademicLevelNormalized, incoming: ApplicationAcademicLevelNormalized): 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: ApplicationAcademicLevel, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Representation of the academic levels result.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ApplicationAcademicLevelNormalized {
|
|
17
|
+
/** The API name of the picklist option for the academic level. */
|
|
18
|
+
apiName?: string;
|
|
19
|
+
/** The label of the picklist option for the academic level. */
|
|
20
|
+
label?: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Representation of the academic levels result.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface ApplicationAcademicLevel {
|
|
29
|
+
apiName?: string;
|
|
30
|
+
label?: string;
|
|
31
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { GetApplicationDetailsResult as GetApplicationDetailsResult_GetApplicationDetailsResult } from './GetApplicationDetailsResult';
|
|
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 = "20a50ee9f09ba0dc956412cc14d5b6d5";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: ApplicationDetailsOutputRepresentation, existing: ApplicationDetailsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ApplicationDetailsOutputRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
9
|
+
export declare function equals(existing: ApplicationDetailsOutputRepresentationNormalized, incoming: ApplicationDetailsOutputRepresentationNormalized): 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: ApplicationDetailsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Output of the get application details data request.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ApplicationDetailsOutputRepresentationNormalized {
|
|
19
|
+
result?: GetApplicationDetailsResult_GetApplicationDetailsResult;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Output of the get application details data request.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface ApplicationDetailsOutputRepresentation {
|
|
28
|
+
result?: GetApplicationDetailsResult_GetApplicationDetailsResult;
|
|
29
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
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 = "abc92a0ed9ace75d3b64a8d4884177a1";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ApplicationRenderMethod, existing: ApplicationRenderMethodNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ApplicationRenderMethodNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ApplicationRenderMethodNormalized, incoming: ApplicationRenderMethodNormalized): 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: ApplicationRenderMethod, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Representation of the related application render method.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ApplicationRenderMethodNormalized {
|
|
17
|
+
/** The ID of the application render method. */
|
|
18
|
+
id?: string;
|
|
19
|
+
/** The Method Name of the Application Render Method associated with the Individual Application Task. */
|
|
20
|
+
methodName?: string;
|
|
21
|
+
/** The Method Record ID of the Application Render Method associated with the Individual Application Task. */
|
|
22
|
+
methodRecordId?: string;
|
|
23
|
+
/** The type of the Application Render Method associated with the Individual Application Task. */
|
|
24
|
+
methodType?: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Representation of the related application render method.
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface ApplicationRenderMethod {
|
|
33
|
+
id?: string;
|
|
34
|
+
methodName?: string;
|
|
35
|
+
methodRecordId?: string;
|
|
36
|
+
methodType?: string;
|
|
37
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { GetApplicationsResult as GetApplicationsResult_GetApplicationsResult } from './GetApplicationsResult';
|
|
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 = "1947ca622740f63d1812cfa7d4dd5989";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: ApplicationsOutputRepresentation, existing: ApplicationsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ApplicationsOutputRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
9
|
+
export declare function equals(existing: ApplicationsOutputRepresentationNormalized, incoming: ApplicationsOutputRepresentationNormalized): 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: ApplicationsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Output of the get application list data request.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ApplicationsOutputRepresentationNormalized {
|
|
19
|
+
result?: GetApplicationsResult_GetApplicationsResult;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Output of the get application list data request.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface ApplicationsOutputRepresentation {
|
|
28
|
+
result?: GetApplicationsResult_GetApplicationsResult;
|
|
29
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { ActionPlanTemplate as ActionPlanTemplate_ActionPlanTemplate } from './ActionPlanTemplate';
|
|
2
|
+
import { ActionPlan as ActionPlan_ActionPlan } from './ActionPlan';
|
|
3
|
+
import { CarePlan as CarePlan_CarePlan } from './CarePlan';
|
|
4
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
5
|
+
import { Task as Task_Task } from './Task';
|
|
6
|
+
export declare const VERSION = "2cf32f553e0200589184bb83500c474b";
|
|
7
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
8
|
+
export declare const RepresentationType: string;
|
|
9
|
+
export declare function normalize(input: AptsTasksPlansOutputRepresentation, existing: AptsTasksPlansOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AptsTasksPlansOutputRepresentationNormalized;
|
|
10
|
+
export interface DynamicIngestParams {
|
|
11
|
+
tasks: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
}
|
|
13
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: AptsTasksPlansOutputRepresentation, existing: AptsTasksPlansOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => AptsTasksPlansOutputRepresentationNormalized;
|
|
14
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
15
|
+
export interface DynamicSelectParams {
|
|
16
|
+
tasks?: $64$luvio_engine_LinkSelection;
|
|
17
|
+
}
|
|
18
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
19
|
+
export declare function equals(existing: AptsTasksPlansOutputRepresentationNormalized, incoming: AptsTasksPlansOutputRepresentationNormalized): boolean;
|
|
20
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
21
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: AptsTasksPlansOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
22
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
23
|
+
/**
|
|
24
|
+
* Output representation of the AptsTasksPlans.
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface AptsTasksPlansOutputRepresentationNormalized {
|
|
30
|
+
/** List of action plan templates */
|
|
31
|
+
actionPlanTemplates: Array<ActionPlanTemplate_ActionPlanTemplate>;
|
|
32
|
+
/** List of action plans */
|
|
33
|
+
actionPlans: Array<ActionPlan_ActionPlan>;
|
|
34
|
+
/** List of care plans */
|
|
35
|
+
carePlans: Array<CarePlan_CarePlan>;
|
|
36
|
+
/** The contact Id of the student */
|
|
37
|
+
contactId: string;
|
|
38
|
+
/** List of tasks */
|
|
39
|
+
tasks: Array<$64$luvio_engine_StoreLink>;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Output representation of the AptsTasksPlans.
|
|
43
|
+
*
|
|
44
|
+
* Keys:
|
|
45
|
+
* (none)
|
|
46
|
+
*/
|
|
47
|
+
export interface AptsTasksPlansOutputRepresentation {
|
|
48
|
+
actionPlanTemplates: Array<ActionPlanTemplate_ActionPlanTemplate>;
|
|
49
|
+
actionPlans: Array<ActionPlan_ActionPlan>;
|
|
50
|
+
carePlans: Array<CarePlan_CarePlan>;
|
|
51
|
+
contactId: string;
|
|
52
|
+
tasks: Array<Task_Task>;
|
|
53
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { ServiceAppointment as ServiceAppointment_ServiceAppointment } from './ServiceAppointment';
|
|
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 = "9ce923517a9f4ef31dbd906564327bbb";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: AvailableStaff, existing: AvailableStaffNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AvailableStaffNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: AvailableStaffNormalized, incoming: AvailableStaffNormalized): 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: AvailableStaff, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Representation of the available staff result.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface AvailableStaffNormalized {
|
|
18
|
+
/** The ID of the case that’s available to the staff member. */
|
|
19
|
+
caseId?: string;
|
|
20
|
+
/** The record type name of the case that's available to the staff member. */
|
|
21
|
+
caseRecordTypeName?: string;
|
|
22
|
+
/** The identifier for the staff member assigned to the case. */
|
|
23
|
+
caseTeamMemberId?: string;
|
|
24
|
+
/** The staff member's case team role. */
|
|
25
|
+
caseTeamRole?: string;
|
|
26
|
+
/** The staff member's email. */
|
|
27
|
+
email?: string;
|
|
28
|
+
lastServiceAppointment?: ServiceAppointment_ServiceAppointment;
|
|
29
|
+
/** The service locations in the staff member’s service territories that are available for scheduling. */
|
|
30
|
+
locations?: {
|
|
31
|
+
[key: string]: unknown;
|
|
32
|
+
};
|
|
33
|
+
/** The name of the staff member. */
|
|
34
|
+
name?: string;
|
|
35
|
+
/** The staff member's phone number. */
|
|
36
|
+
phone?: string;
|
|
37
|
+
/** The URL for the staff member's photo. */
|
|
38
|
+
profilePhotoUrl?: string;
|
|
39
|
+
/** The service resource ID for the staff. */
|
|
40
|
+
serviceResourceId?: string;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Representation of the available staff result.
|
|
44
|
+
*
|
|
45
|
+
* Keys:
|
|
46
|
+
* (none)
|
|
47
|
+
*/
|
|
48
|
+
export interface AvailableStaff {
|
|
49
|
+
caseId?: string;
|
|
50
|
+
caseRecordTypeName?: string;
|
|
51
|
+
caseTeamMemberId?: string;
|
|
52
|
+
caseTeamRole?: string;
|
|
53
|
+
email?: string;
|
|
54
|
+
lastServiceAppointment?: ServiceAppointment_ServiceAppointment;
|
|
55
|
+
locations?: {
|
|
56
|
+
[key: string]: unknown;
|
|
57
|
+
};
|
|
58
|
+
name?: string;
|
|
59
|
+
phone?: string;
|
|
60
|
+
profilePhotoUrl?: string;
|
|
61
|
+
serviceResourceId?: string;
|
|
62
|
+
}
|
|
@@ -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 = "676b2222ad16a1334bad764302c92cdf";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AvailableTeam, existing: AvailableTeamNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AvailableTeamNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AvailableTeamNormalized, incoming: AvailableTeamNormalized): 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: AvailableTeam, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Representation of the available team result.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AvailableTeamNormalized {
|
|
17
|
+
/** Indicates that a team is available for scheduling by the associated account through Experience Cloud. */
|
|
18
|
+
canSelfSchedule?: boolean;
|
|
19
|
+
/** The ID of the case that's related to the support of the associated account. */
|
|
20
|
+
caseId?: string;
|
|
21
|
+
/** The record type name of the open case that's associated with the account. */
|
|
22
|
+
caseRecordTypeName?: string;
|
|
23
|
+
/** The identifier for the case team template record associated with the case and case team template. */
|
|
24
|
+
caseTeamTemplateRecordId?: string;
|
|
25
|
+
/** List of staff members on the available team. */
|
|
26
|
+
members?: {
|
|
27
|
+
[key: string]: unknown;
|
|
28
|
+
};
|
|
29
|
+
/** The name of the team that's available to support the associated account. */
|
|
30
|
+
name?: string;
|
|
31
|
+
/** The resource assignment type for this team. */
|
|
32
|
+
resourceAssignmentType?: string;
|
|
33
|
+
/** The ID of the team that's available to support the associated account. */
|
|
34
|
+
teamId?: string;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Representation of the available team result.
|
|
38
|
+
*
|
|
39
|
+
* Keys:
|
|
40
|
+
* (none)
|
|
41
|
+
*/
|
|
42
|
+
export interface AvailableTeam {
|
|
43
|
+
canSelfSchedule?: boolean;
|
|
44
|
+
caseId?: string;
|
|
45
|
+
caseRecordTypeName?: string;
|
|
46
|
+
caseTeamTemplateRecordId?: string;
|
|
47
|
+
members?: {
|
|
48
|
+
[key: string]: unknown;
|
|
49
|
+
};
|
|
50
|
+
name?: string;
|
|
51
|
+
resourceAssignmentType?: string;
|
|
52
|
+
teamId?: string;
|
|
53
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
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 = "e7c71984c3cc33831284e71732bab26a";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AvailableTimeSlotsInputRepresentation, existing: AvailableTimeSlotsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AvailableTimeSlotsInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AvailableTimeSlotsInputRepresentationNormalized, incoming: AvailableTimeSlotsInputRepresentationNormalized): 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: AvailableTimeSlotsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Contains the information to search for available appointment time slots.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AvailableTimeSlotsInputRepresentationNormalized {
|
|
17
|
+
/** Whether the service resource assignment type is automatic */
|
|
18
|
+
automaticResourceAssignment?: boolean;
|
|
19
|
+
/** Latest time that an appointment can end. */
|
|
20
|
+
endTime?: string;
|
|
21
|
+
/** The IDs of the engagement channel type records. Time slot availability is based on the selected engagement channel types. */
|
|
22
|
+
engagementChannelTypeIds: Array<string>;
|
|
23
|
+
/** List of service resource IDs to filter the API response. */
|
|
24
|
+
serviceResourceIds: Array<string>;
|
|
25
|
+
/** List of IDs for the service territories where the work will be performed. */
|
|
26
|
+
serviceTerritoryIds: Array<string>;
|
|
27
|
+
/** Earliest time that an appointment can begin. If empty, the default is the time of the request. */
|
|
28
|
+
startTime?: string;
|
|
29
|
+
/** ID of the work type group containing the work types that are being performed. */
|
|
30
|
+
workTypeGroupId: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Contains the information to search for available appointment time slots.
|
|
34
|
+
*
|
|
35
|
+
* Keys:
|
|
36
|
+
* (none)
|
|
37
|
+
*/
|
|
38
|
+
export interface AvailableTimeSlotsInputRepresentation {
|
|
39
|
+
automaticResourceAssignment?: boolean;
|
|
40
|
+
endTime?: string;
|
|
41
|
+
engagementChannelTypeIds: Array<string>;
|
|
42
|
+
serviceResourceIds: Array<string>;
|
|
43
|
+
serviceTerritoryIds: Array<string>;
|
|
44
|
+
startTime?: string;
|
|
45
|
+
workTypeGroupId: string;
|
|
46
|
+
}
|
package/dist/es/es2018/types/src/generated/types/AvailableTimeSlotsInputRepresentationData.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { AvailableTimeSlotsInputRepresentation as AvailableTimeSlotsInputRepresentation_AvailableTimeSlotsInputRepresentation } from './AvailableTimeSlotsInputRepresentation';
|
|
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 = "f35a7667a777b590ede6684f42b44da4";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: AvailableTimeSlotsInputRepresentationData, existing: AvailableTimeSlotsInputRepresentationDataNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AvailableTimeSlotsInputRepresentationDataNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: AvailableTimeSlotsInputRepresentationDataNormalized, incoming: AvailableTimeSlotsInputRepresentationDataNormalized): 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: AvailableTimeSlotsInputRepresentationData, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* A wrapper around AvailableTimeSlotsInputRepresentation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface AvailableTimeSlotsInputRepresentationDataNormalized {
|
|
18
|
+
/** The Oas Body name for get available time slots */
|
|
19
|
+
availableTimeSlotsInput: AvailableTimeSlotsInputRepresentation_AvailableTimeSlotsInputRepresentation;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* A wrapper around AvailableTimeSlotsInputRepresentation
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface AvailableTimeSlotsInputRepresentationData {
|
|
28
|
+
availableTimeSlotsInput: AvailableTimeSlotsInputRepresentation_AvailableTimeSlotsInputRepresentation;
|
|
29
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { TimeSlot as TimeSlot_TimeSlot } from './TimeSlot';
|
|
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 = "9c2ef94b89ee532c50c8423528617441";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: AvailableTimeSlotsOuputRepresentation, existing: AvailableTimeSlotsOuputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AvailableTimeSlotsOuputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: AvailableTimeSlotsOuputRepresentationNormalized, incoming: AvailableTimeSlotsOuputRepresentationNormalized): 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: AvailableTimeSlotsOuputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Output of the post available time slots request.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface AvailableTimeSlotsOuputRepresentationNormalized {
|
|
18
|
+
/** List of time slots that are available for scheduling. */
|
|
19
|
+
timeSlots: Array<TimeSlot_TimeSlot>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Output of the post available time slots request.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface AvailableTimeSlotsOuputRepresentation {
|
|
28
|
+
timeSlots: Array<TimeSlot_TimeSlot>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
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 = "c470aba735607497dd11c1fcd34489d1";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AvailableTopic, existing: AvailableTopicNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AvailableTopicNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AvailableTopicNormalized, incoming: AvailableTopicNormalized): 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: AvailableTopic, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Representation of the available topic.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AvailableTopicNormalized {
|
|
17
|
+
/** The name of the parent work type group of the topic that represents the available topic. */
|
|
18
|
+
parentWorkTypeGroupName?: string;
|
|
19
|
+
/** Details about the topic that's available for scheduling for the related service territories. */
|
|
20
|
+
serviceTerritoryWorkTypes?: {
|
|
21
|
+
[key: string]: unknown;
|
|
22
|
+
};
|
|
23
|
+
/** The ID of the work type group that represents the available topic. */
|
|
24
|
+
workTypeGroupId?: string;
|
|
25
|
+
/** The name of the work type group that represents the available topic. */
|
|
26
|
+
workTypeGroupName?: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Representation of the available topic.
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface AvailableTopic {
|
|
35
|
+
parentWorkTypeGroupName?: string;
|
|
36
|
+
serviceTerritoryWorkTypes?: {
|
|
37
|
+
[key: string]: unknown;
|
|
38
|
+
};
|
|
39
|
+
workTypeGroupId?: string;
|
|
40
|
+
workTypeGroupName?: string;
|
|
41
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { AvailableTopic as AvailableTopic_AvailableTopic } from './AvailableTopic';
|
|
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 = "3cb0110faf688dc57056aa83be527181";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: AvailableTopicsOutputRepresentation, existing: AvailableTopicsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AvailableTopicsOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: AvailableTopicsOutputRepresentationNormalized, incoming: AvailableTopicsOutputRepresentationNormalized): 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: AvailableTopicsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Output representation of the get available topics request.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface AvailableTopicsOutputRepresentationNormalized {
|
|
18
|
+
/** List of topics that are available for scheduling. */
|
|
19
|
+
topics: Array<AvailableTopic_AvailableTopic>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Output representation of the get available topics request.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface AvailableTopicsOutputRepresentation {
|
|
28
|
+
topics: Array<AvailableTopic_AvailableTopic>;
|
|
29
|
+
}
|