n8n-nodes-academyfive-api-beta 1.1.0 → 18.7.7
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/dist/package.json +1 -1
- package/dist/specs/ac5.json +1 -1
- package/dist/specs/schemas/src/Api/AccessGroupsUser/Handler/AccessGroupsUserPostSchema.json +53 -0
- package/dist/specs/schemas/src/Api/AccessTokens/Handler/AccessTokensPostSchema.json +31 -0
- package/dist/specs/schemas/src/Api/ActiveSessions/Handler/ActiveSessionsGetSchema.json +89 -0
- package/dist/specs/schemas/src/Api/Address/Handler/AddressPostSchema.json +291 -0
- package/dist/specs/schemas/src/Api/Address/Handler/AddressPutSchema.json +297 -0
- package/dist/specs/schemas/src/Api/AdmissionProcedures/AutomaticApplicantGroupAssignmentByBookingIdsJobs/Schema/AutomaticApplicantGroupAssignmentByBookingIdsJobsGetPaginatedSchema.json +250 -0
- package/dist/specs/schemas/src/Api/AdmissionProcedures/AutomaticApplicantGroupAssignmentByBookingIdsJobs/Schema/AutomaticApplicantGroupAssignmentByBookingIdsJobsGetSchema.json +219 -0
- package/dist/specs/schemas/src/Api/AdmissionProcedures/AutomaticApplicantGroupAssignmentByBookingIdsJobs/Schema/AutomaticApplicantGroupAssignmentByBookingIdsJobsPostSchema.json +137 -0
- package/dist/specs/schemas/src/Api/AdmissionProcedures/AutomaticApplicantGroupAssignmentByFilterJobs/Schema/AutomaticApplicantGroupAssignmentByFilterJobsGetSchema.json +280 -0
- package/dist/specs/schemas/src/Api/AdmissionProcedures/AutomaticApplicantGroupAssignmentByFilterJobs/Schema/AutomaticApplicantGroupAssignmentByFilterJobsPostSchema.json +274 -0
- package/dist/specs/schemas/src/Api/Bookings/Copy/Handler/BookingsPostCopySchema.json +29 -0
- package/dist/specs/schemas/src/Api/CampusWebAccessibilitySettings/Handler/CampusWebAccessibilitySettingsPostSchema.json +154 -0
- package/dist/specs/schemas/src/Api/CampusWebAccessibilitySettings/Schema/CampusWebAccessibilitySettingsGetSchema.json +110 -0
- package/dist/specs/schemas/src/Api/Cohorts/Schema/CohortsGetPaginatedSchema.json +46 -0
- package/dist/specs/schemas/src/Api/CurriculumEntries/Handler/CurriculumEntriesPatchSchema.json +194 -0
- package/dist/specs/schemas/src/Api/CurriculumEntries/Handler/CurriculumEntriesPostSchema.json +355 -0
- package/dist/specs/schemas/src/Api/CustomTranslations/Schema/CustomTranslationsGetSchema.json +64 -0
- package/dist/specs/schemas/src/Api/DataSourceAreas/Handler/DataSourceAreasPatchSchema.json +1 -5
- package/dist/specs/schemas/src/Api/EnrolmentPeriodPublications/Handler/EnrolmentPeriodPublicationsPostSchema.json +25 -0
- package/dist/specs/schemas/src/Api/ExamReleases/Handler/ExamReleasesPostSchema.json +75 -0
- package/dist/specs/schemas/src/Api/Exams/ChangeEventStatus/Handler/ExamsChangeEventStatusPostSchema.json +106 -0
- package/dist/specs/schemas/src/Api/Exams/CommissionalEnrolment/Handler/CommissionalExamEnrolmentPostSchema.json +74 -0
- package/dist/specs/schemas/src/Api/Exams/Enrolment/Handler/ExamEnrolmentPostSchema.json +74 -0
- package/dist/specs/schemas/src/Api/Exams/Exams/Handler/ExamsPatchSchema.json +495 -0
- package/dist/specs/schemas/src/Api/Exams/Exams/Handler/ExamsPostSchema.json +655 -0
- package/dist/specs/schemas/src/Api/Exams/Merge/Handler/ExamsMergePostSchema.json +106 -0
- package/dist/specs/schemas/src/Api/Exams/Publish/Handler/ExamsPublishPostSchema.json +30 -0
- package/dist/specs/schemas/src/Api/Exams/Reopen/Schema/ExamsReopenPostSchema.json +35 -0
- package/dist/specs/schemas/src/Api/FilterConfigurations/Handler/FilterConfigurationsPatchSchema.json +48 -0
- package/dist/specs/schemas/src/Api/FilterConfigurations/Handler/FilterConfigurationsPostSchema.json +69 -0
- package/dist/specs/schemas/src/Api/HochschulstartBookings/Handler/HochschulstartBookingsPatchSchema.json +61 -0
- package/dist/specs/schemas/src/Api/HochschulstartBookings/Handler/HochschulstartBookingsPostSchema.json +61 -0
- package/dist/specs/schemas/src/Api/HochschulstartEvents/Handler/HochschulstartEventsPatchSchema.json +67 -0
- package/dist/specs/schemas/src/Api/HochschulstartEvents/Handler/HochschulstartEventsPostSchema.json +64 -0
- package/dist/specs/schemas/src/Api/HochschulstartSettings/Handler/HochschulstartSettingsPatchSchema.json +74 -0
- package/dist/specs/schemas/src/Api/HochschulstartSettings/Handler/HochschulstartSettingsPostSchema.json +80 -0
- package/dist/specs/schemas/src/Api/InvoiceCollections/Handler/InvoiceCollectionsFromInstallmentsPostSchema.json +4 -0
- package/dist/specs/schemas/src/Api/LecturerContracts/LecturerWorkloadSettings/Handler/LecturerWorkloadSettingsPatchSchema.json +36 -0
- package/dist/specs/schemas/src/Api/LecturerRoles/Handler/LecturerRolesGetPaginatedSchema.json +85 -0
- package/dist/specs/schemas/src/Api/LecturerRoles/Handler/LecturerRolesGetSchema.json +54 -0
- package/dist/specs/schemas/src/Api/LecturerRoles/Handler/LecturerRolesPatchSchema.json +48 -0
- package/dist/specs/schemas/src/Api/LecturerRoles/Handler/LecturerRolesPostSchema.json +45 -0
- package/dist/specs/schemas/src/Api/LockingCauses/Handler/LockingCausesPatchSchema.json +214 -0
- package/dist/specs/schemas/src/Api/LockingCauses/Handler/LockingCausesPostSchema.json +211 -0
- package/dist/specs/schemas/src/Api/ModuleSubjectAreas/Handler/ModuleSubjectAreasPatchSchema.json +84 -0
- package/dist/specs/schemas/src/Api/ModuleSubjectAreas/Handler/ModuleSubjectAreasPostSchema.json +86 -0
- package/dist/specs/schemas/src/Api/ModuleSubjectKeywords/Handler/ModuleSubjectKeywordsPatchSchema.json +51 -0
- package/dist/specs/schemas/src/Api/ModuleSubjectKeywords/Handler/ModuleSubjectKeywordsPostSchema.json +47 -0
- package/dist/specs/schemas/src/Api/ModuleVersion/Handler/ModuleVersionPostSchema.json +40 -0
- package/dist/specs/schemas/src/Api/ModuleVersion/Handler/ModuleVersionPutSchema.json +47 -0
- package/dist/specs/schemas/src/Api/Modules/Handler/ModulesPatchSchema.json +83 -0
- package/dist/specs/schemas/src/Api/N8n/Sessions/Handler/N8nSessionsPostSchema.json +1 -1
- package/dist/specs/schemas/src/Api/ProfileBankDetails/Handler/ProfileBankDetailsPatchSchema.json +21 -1
- package/dist/specs/schemas/src/Api/ProfileBankDetails/Handler/ProfileBankDetailsPostSchema.json +21 -1
- package/dist/specs/schemas/src/Api/ProfileDuplicateCheckRules/Handler/ProfileDuplicateCheckRulesPatchSchema.json +84 -0
- package/dist/specs/schemas/src/Api/ProfileLanguageLevels/Handler/ProfileLanguageLevelsPatchSchema.json +99 -0
- package/dist/specs/schemas/src/Api/ProfileLanguageLevels/Handler/ProfileLanguageLevelsPostSchema.json +131 -0
- package/dist/specs/schemas/src/Api/RecordCategories/Handler/RecordCategoriesPatchSchema.json +50 -0
- package/dist/specs/schemas/src/Api/RecordCategories/Handler/RecordCategoriesPostSchema.json +47 -0
- package/dist/specs/schemas/src/Api/Requirement/Handler/RequirementPostSchema.json +100 -0
- package/dist/specs/schemas/src/Api/SemesterTerms/Handler/SemesterTermsPatchSchema.json +96 -0
- package/dist/specs/schemas/src/Api/StatisticAustria/Handler/StatisticAustriaGetSchema.json +121 -0
- package/dist/specs/schemas/src/Api/StatisticAustria/Handler/StatisticAustriaPatchSchema.json +49 -0
- package/dist/specs/schemas/src/Api/StatisticAustria/Handler/StatisticAustriaPostSchema.json +49 -0
- package/dist/specs/schemas/src/Api/StudentSemesters/Schema/StudentSemestersGetPaginatedSchema.json +274 -0
- package/dist/specs/schemas/src/Api/SubjectVersionLanguageLevels/Handler/SubjectVersionLanguageLevelsPatchSchema.json +99 -0
- package/dist/specs/schemas/src/Api/SubjectVersionLanguageLevels/Handler/SubjectVersionLanguageLevelsPostSchema.json +131 -0
- package/dist/specs/schemas/src/Api/SubjectVersions/StudyPrograms/Handler/StudyProgramsBulkPostSchema.json +35 -0
- package/dist/specs/schemas/src/Api/SubjectVersions/StudyPrograms/Handler/StudyProgramsPatchSchema.json +76 -0
- package/dist/specs/schemas/src/Api/SubjectVersions/StudyPrograms/Handler/StudyProgramsPostSchema.json +70 -0
- package/dist/specs/schemas/src/Api/SubmissionAssignmentTypes/Handler/SubmissionAssignmentTypesPostSchema.json +52 -0
- package/dist/specs/schemas/src/Api/SubmissionAssignmentTypes/Handler/SubmissionAssignmentTypesPutSchema.json +59 -0
- package/dist/specs/schemas/src/Api/Submissions/Submissions/Handler/SubmissionsPatchSchema.json +103 -0
- package/dist/specs/schemas/src/Api/TaskComments/Handler/TaskCommentsPatchSchema.json +43 -0
- package/dist/specs/schemas/src/Api/TaskComments/Handler/TaskCommentsPostSchema.json +79 -0
- package/dist/specs/schemas/src/Api/TaskWatchers/Handler/TaskWatchersPostSchema.json +71 -0
- package/dist/specs/schemas/src/Api/Tasks/Handler/TasksPatchSchema.json +282 -0
- package/dist/specs/schemas/src/Api/Tasks/Handler/TasksPostSchema.json +269 -0
- package/dist/specs/schemas/src/Api/Tasks/Schema/TaskAssignedProfilesGetPaginatedSchema.json +81 -0
- package/dist/specs/schemas/src/Api/Tasks/Schema/TaskLinkedCoursesGetPaginatedSchema.json +84 -0
- package/dist/specs/schemas/src/Api/Tasks/Schema/TaskLinkedExamsGetPaginatedSchema.json +91 -0
- package/dist/specs/schemas/src/Api/Tasks/Schema/TaskLinkedProfilesGetPaginatedSchema.json +81 -0
- package/dist/specs/schemas/src/Api/TeachingLanguages/Handler/TeachingLanguagesPatchSchema.json +62 -0
- package/dist/specs/schemas/src/Api/TeachingLanguages/Handler/TeachingLanguagesPostSchema.json +60 -0
- package/dist/specs/schemas/src/Api/User/Settings/Handler/UserSettingsPatchSchema.json +30 -0
- package/dist/specs/schemas/src/Api/User/Sites/Handler/UserSitesPatchSchema.json +65 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1