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.
Files changed (90) hide show
  1. package/dist/package.json +1 -1
  2. package/dist/specs/ac5.json +1 -1
  3. package/dist/specs/schemas/src/Api/AccessGroupsUser/Handler/AccessGroupsUserPostSchema.json +53 -0
  4. package/dist/specs/schemas/src/Api/AccessTokens/Handler/AccessTokensPostSchema.json +31 -0
  5. package/dist/specs/schemas/src/Api/ActiveSessions/Handler/ActiveSessionsGetSchema.json +89 -0
  6. package/dist/specs/schemas/src/Api/Address/Handler/AddressPostSchema.json +291 -0
  7. package/dist/specs/schemas/src/Api/Address/Handler/AddressPutSchema.json +297 -0
  8. package/dist/specs/schemas/src/Api/AdmissionProcedures/AutomaticApplicantGroupAssignmentByBookingIdsJobs/Schema/AutomaticApplicantGroupAssignmentByBookingIdsJobsGetPaginatedSchema.json +250 -0
  9. package/dist/specs/schemas/src/Api/AdmissionProcedures/AutomaticApplicantGroupAssignmentByBookingIdsJobs/Schema/AutomaticApplicantGroupAssignmentByBookingIdsJobsGetSchema.json +219 -0
  10. package/dist/specs/schemas/src/Api/AdmissionProcedures/AutomaticApplicantGroupAssignmentByBookingIdsJobs/Schema/AutomaticApplicantGroupAssignmentByBookingIdsJobsPostSchema.json +137 -0
  11. package/dist/specs/schemas/src/Api/AdmissionProcedures/AutomaticApplicantGroupAssignmentByFilterJobs/Schema/AutomaticApplicantGroupAssignmentByFilterJobsGetSchema.json +280 -0
  12. package/dist/specs/schemas/src/Api/AdmissionProcedures/AutomaticApplicantGroupAssignmentByFilterJobs/Schema/AutomaticApplicantGroupAssignmentByFilterJobsPostSchema.json +274 -0
  13. package/dist/specs/schemas/src/Api/Bookings/Copy/Handler/BookingsPostCopySchema.json +29 -0
  14. package/dist/specs/schemas/src/Api/CampusWebAccessibilitySettings/Handler/CampusWebAccessibilitySettingsPostSchema.json +154 -0
  15. package/dist/specs/schemas/src/Api/CampusWebAccessibilitySettings/Schema/CampusWebAccessibilitySettingsGetSchema.json +110 -0
  16. package/dist/specs/schemas/src/Api/Cohorts/Schema/CohortsGetPaginatedSchema.json +46 -0
  17. package/dist/specs/schemas/src/Api/CurriculumEntries/Handler/CurriculumEntriesPatchSchema.json +194 -0
  18. package/dist/specs/schemas/src/Api/CurriculumEntries/Handler/CurriculumEntriesPostSchema.json +355 -0
  19. package/dist/specs/schemas/src/Api/CustomTranslations/Schema/CustomTranslationsGetSchema.json +64 -0
  20. package/dist/specs/schemas/src/Api/DataSourceAreas/Handler/DataSourceAreasPatchSchema.json +1 -5
  21. package/dist/specs/schemas/src/Api/EnrolmentPeriodPublications/Handler/EnrolmentPeriodPublicationsPostSchema.json +25 -0
  22. package/dist/specs/schemas/src/Api/ExamReleases/Handler/ExamReleasesPostSchema.json +75 -0
  23. package/dist/specs/schemas/src/Api/Exams/ChangeEventStatus/Handler/ExamsChangeEventStatusPostSchema.json +106 -0
  24. package/dist/specs/schemas/src/Api/Exams/CommissionalEnrolment/Handler/CommissionalExamEnrolmentPostSchema.json +74 -0
  25. package/dist/specs/schemas/src/Api/Exams/Enrolment/Handler/ExamEnrolmentPostSchema.json +74 -0
  26. package/dist/specs/schemas/src/Api/Exams/Exams/Handler/ExamsPatchSchema.json +495 -0
  27. package/dist/specs/schemas/src/Api/Exams/Exams/Handler/ExamsPostSchema.json +655 -0
  28. package/dist/specs/schemas/src/Api/Exams/Merge/Handler/ExamsMergePostSchema.json +106 -0
  29. package/dist/specs/schemas/src/Api/Exams/Publish/Handler/ExamsPublishPostSchema.json +30 -0
  30. package/dist/specs/schemas/src/Api/Exams/Reopen/Schema/ExamsReopenPostSchema.json +35 -0
  31. package/dist/specs/schemas/src/Api/FilterConfigurations/Handler/FilterConfigurationsPatchSchema.json +48 -0
  32. package/dist/specs/schemas/src/Api/FilterConfigurations/Handler/FilterConfigurationsPostSchema.json +69 -0
  33. package/dist/specs/schemas/src/Api/HochschulstartBookings/Handler/HochschulstartBookingsPatchSchema.json +61 -0
  34. package/dist/specs/schemas/src/Api/HochschulstartBookings/Handler/HochschulstartBookingsPostSchema.json +61 -0
  35. package/dist/specs/schemas/src/Api/HochschulstartEvents/Handler/HochschulstartEventsPatchSchema.json +67 -0
  36. package/dist/specs/schemas/src/Api/HochschulstartEvents/Handler/HochschulstartEventsPostSchema.json +64 -0
  37. package/dist/specs/schemas/src/Api/HochschulstartSettings/Handler/HochschulstartSettingsPatchSchema.json +74 -0
  38. package/dist/specs/schemas/src/Api/HochschulstartSettings/Handler/HochschulstartSettingsPostSchema.json +80 -0
  39. package/dist/specs/schemas/src/Api/InvoiceCollections/Handler/InvoiceCollectionsFromInstallmentsPostSchema.json +4 -0
  40. package/dist/specs/schemas/src/Api/LecturerContracts/LecturerWorkloadSettings/Handler/LecturerWorkloadSettingsPatchSchema.json +36 -0
  41. package/dist/specs/schemas/src/Api/LecturerRoles/Handler/LecturerRolesGetPaginatedSchema.json +85 -0
  42. package/dist/specs/schemas/src/Api/LecturerRoles/Handler/LecturerRolesGetSchema.json +54 -0
  43. package/dist/specs/schemas/src/Api/LecturerRoles/Handler/LecturerRolesPatchSchema.json +48 -0
  44. package/dist/specs/schemas/src/Api/LecturerRoles/Handler/LecturerRolesPostSchema.json +45 -0
  45. package/dist/specs/schemas/src/Api/LockingCauses/Handler/LockingCausesPatchSchema.json +214 -0
  46. package/dist/specs/schemas/src/Api/LockingCauses/Handler/LockingCausesPostSchema.json +211 -0
  47. package/dist/specs/schemas/src/Api/ModuleSubjectAreas/Handler/ModuleSubjectAreasPatchSchema.json +84 -0
  48. package/dist/specs/schemas/src/Api/ModuleSubjectAreas/Handler/ModuleSubjectAreasPostSchema.json +86 -0
  49. package/dist/specs/schemas/src/Api/ModuleSubjectKeywords/Handler/ModuleSubjectKeywordsPatchSchema.json +51 -0
  50. package/dist/specs/schemas/src/Api/ModuleSubjectKeywords/Handler/ModuleSubjectKeywordsPostSchema.json +47 -0
  51. package/dist/specs/schemas/src/Api/ModuleVersion/Handler/ModuleVersionPostSchema.json +40 -0
  52. package/dist/specs/schemas/src/Api/ModuleVersion/Handler/ModuleVersionPutSchema.json +47 -0
  53. package/dist/specs/schemas/src/Api/Modules/Handler/ModulesPatchSchema.json +83 -0
  54. package/dist/specs/schemas/src/Api/N8n/Sessions/Handler/N8nSessionsPostSchema.json +1 -1
  55. package/dist/specs/schemas/src/Api/ProfileBankDetails/Handler/ProfileBankDetailsPatchSchema.json +21 -1
  56. package/dist/specs/schemas/src/Api/ProfileBankDetails/Handler/ProfileBankDetailsPostSchema.json +21 -1
  57. package/dist/specs/schemas/src/Api/ProfileDuplicateCheckRules/Handler/ProfileDuplicateCheckRulesPatchSchema.json +84 -0
  58. package/dist/specs/schemas/src/Api/ProfileLanguageLevels/Handler/ProfileLanguageLevelsPatchSchema.json +99 -0
  59. package/dist/specs/schemas/src/Api/ProfileLanguageLevels/Handler/ProfileLanguageLevelsPostSchema.json +131 -0
  60. package/dist/specs/schemas/src/Api/RecordCategories/Handler/RecordCategoriesPatchSchema.json +50 -0
  61. package/dist/specs/schemas/src/Api/RecordCategories/Handler/RecordCategoriesPostSchema.json +47 -0
  62. package/dist/specs/schemas/src/Api/Requirement/Handler/RequirementPostSchema.json +100 -0
  63. package/dist/specs/schemas/src/Api/SemesterTerms/Handler/SemesterTermsPatchSchema.json +96 -0
  64. package/dist/specs/schemas/src/Api/StatisticAustria/Handler/StatisticAustriaGetSchema.json +121 -0
  65. package/dist/specs/schemas/src/Api/StatisticAustria/Handler/StatisticAustriaPatchSchema.json +49 -0
  66. package/dist/specs/schemas/src/Api/StatisticAustria/Handler/StatisticAustriaPostSchema.json +49 -0
  67. package/dist/specs/schemas/src/Api/StudentSemesters/Schema/StudentSemestersGetPaginatedSchema.json +274 -0
  68. package/dist/specs/schemas/src/Api/SubjectVersionLanguageLevels/Handler/SubjectVersionLanguageLevelsPatchSchema.json +99 -0
  69. package/dist/specs/schemas/src/Api/SubjectVersionLanguageLevels/Handler/SubjectVersionLanguageLevelsPostSchema.json +131 -0
  70. package/dist/specs/schemas/src/Api/SubjectVersions/StudyPrograms/Handler/StudyProgramsBulkPostSchema.json +35 -0
  71. package/dist/specs/schemas/src/Api/SubjectVersions/StudyPrograms/Handler/StudyProgramsPatchSchema.json +76 -0
  72. package/dist/specs/schemas/src/Api/SubjectVersions/StudyPrograms/Handler/StudyProgramsPostSchema.json +70 -0
  73. package/dist/specs/schemas/src/Api/SubmissionAssignmentTypes/Handler/SubmissionAssignmentTypesPostSchema.json +52 -0
  74. package/dist/specs/schemas/src/Api/SubmissionAssignmentTypes/Handler/SubmissionAssignmentTypesPutSchema.json +59 -0
  75. package/dist/specs/schemas/src/Api/Submissions/Submissions/Handler/SubmissionsPatchSchema.json +103 -0
  76. package/dist/specs/schemas/src/Api/TaskComments/Handler/TaskCommentsPatchSchema.json +43 -0
  77. package/dist/specs/schemas/src/Api/TaskComments/Handler/TaskCommentsPostSchema.json +79 -0
  78. package/dist/specs/schemas/src/Api/TaskWatchers/Handler/TaskWatchersPostSchema.json +71 -0
  79. package/dist/specs/schemas/src/Api/Tasks/Handler/TasksPatchSchema.json +282 -0
  80. package/dist/specs/schemas/src/Api/Tasks/Handler/TasksPostSchema.json +269 -0
  81. package/dist/specs/schemas/src/Api/Tasks/Schema/TaskAssignedProfilesGetPaginatedSchema.json +81 -0
  82. package/dist/specs/schemas/src/Api/Tasks/Schema/TaskLinkedCoursesGetPaginatedSchema.json +84 -0
  83. package/dist/specs/schemas/src/Api/Tasks/Schema/TaskLinkedExamsGetPaginatedSchema.json +91 -0
  84. package/dist/specs/schemas/src/Api/Tasks/Schema/TaskLinkedProfilesGetPaginatedSchema.json +81 -0
  85. package/dist/specs/schemas/src/Api/TeachingLanguages/Handler/TeachingLanguagesPatchSchema.json +62 -0
  86. package/dist/specs/schemas/src/Api/TeachingLanguages/Handler/TeachingLanguagesPostSchema.json +60 -0
  87. package/dist/specs/schemas/src/Api/User/Settings/Handler/UserSettingsPatchSchema.json +30 -0
  88. package/dist/specs/schemas/src/Api/User/Sites/Handler/UserSitesPatchSchema.json +65 -0
  89. package/dist/tsconfig.tsbuildinfo +1 -1
  90. package/package.json +1 -1
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-academyfive-api-beta",
3
- "version": "1.1.0",
3
+ "version": "18.07.07",
4
4
  "description": "n8n nodes for Academy Five API integration",
5
5
  "keywords": [
6
6
  "n8n-community-node-package"