n8n-nodes-academyfive-api 0.0.1-beta

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 (120) hide show
  1. package/LICENSE.md +19 -0
  2. package/README.md +9 -0
  3. package/dist/credentials/AcademyFiveCredentialsApi.credentials.d.ts +10 -0
  4. package/dist/credentials/AcademyFiveCredentialsApi.credentials.js +53 -0
  5. package/dist/credentials/AcademyFiveCredentialsApi.credentials.js.map +1 -0
  6. package/dist/credentials/simovative.svg +5 -0
  7. package/dist/nodes/AcademyFive/AcademyFive.node.d.ts +10 -0
  8. package/dist/nodes/AcademyFive/AcademyFive.node.js +184 -0
  9. package/dist/nodes/AcademyFive/AcademyFive.node.js.map +1 -0
  10. package/dist/nodes/AcademyFive/AcademyFive.node.json +6 -0
  11. package/dist/nodes/AcademyFive/MapToRequestUtils.d.ts +24 -0
  12. package/dist/nodes/AcademyFive/MapToRequestUtils.js +245 -0
  13. package/dist/nodes/AcademyFive/MapToRequestUtils.js.map +1 -0
  14. package/dist/nodes/AcademyFive/NodeConfigUtils.d.ts +5 -0
  15. package/dist/nodes/AcademyFive/NodeConfigUtils.js +50 -0
  16. package/dist/nodes/AcademyFive/NodeConfigUtils.js.map +1 -0
  17. package/dist/nodes/AcademyFive/SchemaResolver.d.ts +12 -0
  18. package/dist/nodes/AcademyFive/SchemaResolver.js +205 -0
  19. package/dist/nodes/AcademyFive/SchemaResolver.js.map +1 -0
  20. package/dist/nodes/AcademyFive/SpecGeneratorUtils.d.ts +11 -0
  21. package/dist/nodes/AcademyFive/SpecGeneratorUtils.js +106 -0
  22. package/dist/nodes/AcademyFive/SpecGeneratorUtils.js.map +1 -0
  23. package/dist/nodes/AcademyFive/SpecMapper.d.ts +61 -0
  24. package/dist/nodes/AcademyFive/SpecMapper.js +385 -0
  25. package/dist/nodes/AcademyFive/SpecMapper.js.map +1 -0
  26. package/dist/nodes/AcademyFive/simovative.svg +5 -0
  27. package/dist/nodes/AcademyFive/types.d.ts +34 -0
  28. package/dist/nodes/AcademyFive/types.js +19 -0
  29. package/dist/nodes/AcademyFive/types.js.map +1 -0
  30. package/dist/package.json +66 -0
  31. package/dist/specs/ac5.json +1 -0
  32. package/dist/specs/schemas/src/Api/AccessGroups/Schema/AccessGroupsGetPaginatedSchema.json +94 -0
  33. package/dist/specs/schemas/src/Api/AccessGroups/Schema/AccessGroupsGetSchema.json +66 -0
  34. package/dist/specs/schemas/src/Api/Bookings/Handler/BookingsPatchSchema.json +150 -0
  35. package/dist/specs/schemas/src/Api/Bookings/StatisticAustria/Handler/BookingStatisticAustriaPatchSchema.json +111 -0
  36. package/dist/specs/schemas/src/Api/Bookings/StatisticAustria/Handler/BookingStatisticAustriaPostSchema.json +113 -0
  37. package/dist/specs/schemas/src/Api/Cohorts/Schema/CohortsGetPaginatedSchema.json +83 -0
  38. package/dist/specs/schemas/src/Api/Colors/Schema/ColorsListGetSchema.json +50 -0
  39. package/dist/specs/schemas/src/Api/Common/Model/Validation/ValidationErrorSchema.json +29 -0
  40. package/dist/specs/schemas/src/Api/Company/Handler/CompanyPostSchema.json +77 -0
  41. package/dist/specs/schemas/src/Api/Company/Handler/CompanyPutSchema.json +84 -0
  42. package/dist/specs/schemas/src/Api/CourseSeriesLecturer/Handler/CourseSeriesLecturerPostSchema.json +113 -0
  43. package/dist/specs/schemas/src/Api/CourseTicket/Handler/CourseTicketsPostV2Schema.json +162 -0
  44. package/dist/specs/schemas/src/Api/DataSourceAreas/Handler/DataSourceAreasPatchSchema.json +84 -0
  45. package/dist/specs/schemas/src/Api/DataSourceAreas/Handler/DataSourceAreasPostSchema.json +151 -0
  46. package/dist/specs/schemas/src/Api/DataSourceFieldOptionGroupRestrictions/Handler/DataSourceFieldOptionGroupRestrictionsPatchSchema.json +107 -0
  47. package/dist/specs/schemas/src/Api/DataSourceFieldOptionGroupRestrictions/Handler/DataSourceFieldOptionGroupRestrictionsPostSchema.json +107 -0
  48. package/dist/specs/schemas/src/Api/DataSourceFieldOptionGroups/Handler/DataSourceFieldOptionGroupsPatchSchema.json +88 -0
  49. package/dist/specs/schemas/src/Api/DataSourceFieldOptionGroups/Handler/DataSourceFieldOptionGroupsPostSchema.json +89 -0
  50. package/dist/specs/schemas/src/Api/DataSourceFieldOptionValues/Handler/DataSourceFieldOptionValuesPatchSchema.json +54 -0
  51. package/dist/specs/schemas/src/Api/DataSourceFieldOptionValues/Handler/DataSourceFieldOptionValuesPostSchema.json +87 -0
  52. package/dist/specs/schemas/src/Api/DataSourceFields/Handler/DataSourceFieldsPatchSchema.json +242 -0
  53. package/dist/specs/schemas/src/Api/DataSourceFields/Handler/DataSourceFieldsPostSchema.json +357 -0
  54. package/dist/specs/schemas/src/Api/DataSourceRecords/Handler/DataSourceRecordsDeleteSchema.json +16 -0
  55. package/dist/specs/schemas/src/Api/DataSourceRecords/Handler/DataSourceRecordsPutBulkSchema.json +42 -0
  56. package/dist/specs/schemas/src/Api/DataSourceTabs/Handler/DataSourceTabsPostSchema.json +85 -0
  57. package/dist/specs/schemas/src/Api/DataSources/Handler/DataSourcesPostSchema.json +61 -0
  58. package/dist/specs/schemas/src/Api/Documents/Handler/DocumentsPostSchema.json +61 -0
  59. package/dist/specs/schemas/src/Api/EventSeries/Handler/EventDatePatchSchema.json +159 -0
  60. package/dist/specs/schemas/src/Api/EventSeries/Handler/EventDatePostSchema.json +335 -0
  61. package/dist/specs/schemas/src/Api/EventSeries/Handler/EventSeriesCustomPatchSchema.json +837 -0
  62. package/dist/specs/schemas/src/Api/EventSeries/Handler/EventSeriesCustomPostSchema.json +288 -0
  63. package/dist/specs/schemas/src/Api/EventSeries/Handler/EventSeriesPostSchema.json +514 -0
  64. package/dist/specs/schemas/src/Api/GkvPendingMessages/Handler/GkvPendingMessagesPatchBulkSchema.json +64 -0
  65. package/dist/specs/schemas/src/Api/GkvPendingMessages/Handler/GkvPendingMessagesPatchSchema.json +120 -0
  66. package/dist/specs/schemas/src/Api/GkvPendingMessages/Handler/GkvPendingMessagesPostSchema.json +117 -0
  67. package/dist/specs/schemas/src/Api/GkvPendingMessages/Handler/GkvPendingMessagesSelectProfileSchema.json +47 -0
  68. package/dist/specs/schemas/src/Api/GlobalFileSyncs/Handler/GlobalFileSyncsPatchSchema.json +63 -0
  69. package/dist/specs/schemas/src/Api/GradeAnnotation/Handler/GradeAnnotationPostSchema.json +98 -0
  70. package/dist/specs/schemas/src/Api/GradeAnnotation/Handler/GradeAnnotationPutSchema.json +105 -0
  71. package/dist/specs/schemas/src/Api/Grades/GradeAnnotationRelations/Handler/GradeAnnotationRelationsPostSchema.json +102 -0
  72. package/dist/specs/schemas/src/Api/Grades/ModuleGradeRecalculation/Schema/ModuleGradeRecalculationJobsGetSchema.json +89 -0
  73. package/dist/specs/schemas/src/Api/Grades/ModuleGradeRecalculation/Schema/ModuleGradeRecalculationJobsPostSchema.json +54 -0
  74. package/dist/specs/schemas/src/Api/Grades/Schema/GradesAttributeSchema.json +400 -0
  75. package/dist/specs/schemas/src/Api/Grades/Schema/GradesGetSchema.json +108 -0
  76. package/dist/specs/schemas/src/Api/Grades/Schema/GradesPatchSchema.json +112 -0
  77. package/dist/specs/schemas/src/Api/Grades/Schema/GradesPostSchema.json +950 -0
  78. package/dist/specs/schemas/src/Api/Grades/Schema/GradesRelationshipSchema.json +547 -0
  79. package/dist/specs/schemas/src/Api/HealthInsuranceInstitutes/Handler/HealthInsuranceInstitutesPatchSchema.json +71 -0
  80. package/dist/specs/schemas/src/Api/HealthInsuranceInstitutes/Handler/HealthInsuranceInstitutesPostSchema.json +73 -0
  81. package/dist/specs/schemas/src/Api/HealthInsuranceProfile/Handler/HealthInsuranceProfilePatchSchema.json +83 -0
  82. package/dist/specs/schemas/src/Api/HealthInsuranceProfile/Handler/HealthInsuranceProfilePostSchema.json +38 -0
  83. package/dist/specs/schemas/src/Api/HealthInsuranceProfileCommunicationLog/Handler/HealthInsuranceProfileCommunicationLogPatchSchema.json +101 -0
  84. package/dist/specs/schemas/src/Api/HealthInsuranceProfileCommunicationLog/Handler/HealthInsuranceProfileCommunicationLogPostSchema.json +99 -0
  85. package/dist/specs/schemas/src/Api/Icons/Schema/IconsListGetSchema.json +50 -0
  86. package/dist/specs/schemas/src/Api/InvoiceCollections/Handler/InvoiceCollectionsFromInstallmentsPostSchema.json +49 -0
  87. package/dist/specs/schemas/src/Api/InvoiceQueueEntries/Handler/InvoiceQueueEntriesPostSchema.json +49 -0
  88. package/dist/specs/schemas/src/Api/Invoices/Handler/InvoicesPostSchema.json +182 -0
  89. package/dist/specs/schemas/src/Api/Invoices/Handler/InvoicesStatusChangePostSchema.json +55 -0
  90. package/dist/specs/schemas/src/Api/LecturerContractEmploymentAvailabilities/Handler/LecturerContractEmploymentAvailabilitiesPatchSchema.json +87 -0
  91. package/dist/specs/schemas/src/Api/LecturerContractEmploymentAvailabilities/Handler/LecturerContractEmploymentAvailabilitiesPostSchema.json +84 -0
  92. package/dist/specs/schemas/src/Api/LecturerContractEmployments/Handler/LecturerContractEmploymentsPatchSchema.json +103 -0
  93. package/dist/specs/schemas/src/Api/LecturerContractEmployments/Handler/LecturerContractEmploymentsPostSchema.json +153 -0
  94. package/dist/specs/schemas/src/Api/LecturerContracts/Handler/LecturerContractsPatchSchema.json +154 -0
  95. package/dist/specs/schemas/src/Api/LecturerContracts/Handler/LecturerContractsPostSchema.json +215 -0
  96. package/dist/specs/schemas/src/Api/OnlineExamEnrolments/Handler/OnlineExamEnrolmentsPostSchema.json +180 -0
  97. package/dist/specs/schemas/src/Api/Payment/Command/PaymentAddCommandSchema.json +51 -0
  98. package/dist/specs/schemas/src/Api/ProfessionalBackground/Handler/ProfessionalBackgroundPostSchema.json +104 -0
  99. package/dist/specs/schemas/src/Api/ProfessionalBackground/Handler/ProfessionalBackgroundPutSchema.json +113 -0
  100. package/dist/specs/schemas/src/Api/ProfileBankDetails/Handler/ProfileBankDetailsPatchSchema.json +56 -0
  101. package/dist/specs/schemas/src/Api/ProfileBankDetails/Handler/ProfileBankDetailsPostSchema.json +56 -0
  102. package/dist/specs/schemas/src/Api/Profiles/Handler/ProfilesPatchSchema.json +45 -0
  103. package/dist/specs/schemas/src/Api/Profiles/Schema/ProfilesGetSchema.json +0 -0
  104. package/dist/specs/schemas/src/Api/RequestFormProfileComments/Schema/RequestFormProfileCommentsPostSchema.json +98 -0
  105. package/dist/specs/schemas/src/Api/RequestFormProfiles/Schema/RequestFromProfilesPatchSchema.json +45 -0
  106. package/dist/specs/schemas/src/Api/RevenueAccounts/Handler/RevenueAccountsPatchSchema.json +151 -0
  107. package/dist/specs/schemas/src/Api/RevenueAccounts/Handler/RevenueAccountsPostSchema.json +151 -0
  108. package/dist/specs/schemas/src/Api/StatisticAustria/Handler/StatisticAustriaPatchSchema.json +115 -0
  109. package/dist/specs/schemas/src/Api/StatisticAustria/Handler/StatisticAustriaPostSchema.json +115 -0
  110. package/dist/specs/schemas/src/Api/StatisticValidations/Handler/StatisticValidationsPostSchema.json +37 -0
  111. package/dist/specs/schemas/src/Api/Submissions/StatusChange/Handler/SubmissionsStatusChangePostSchema.json +42 -0
  112. package/dist/specs/schemas/src/Api/TaskTypes/Schema/TaskTypesGetSchema.json +213 -0
  113. package/dist/specs/schemas/src/Api/TaskTypes/Schema/TaskTypesPatchSchema.json +195 -0
  114. package/dist/specs/schemas/src/Api/TaskTypes/Schema/TaskTypesPostSchema.json +208 -0
  115. package/dist/specs/schemas/src/Api/TranslationPlaceholders/Schema/TranslationPlaceholdersGetSchema.json +57 -0
  116. package/dist/specs/schemas/src/Api/ZensusSettings/Handler/ZensusSettingsPatchSchema.json +176 -0
  117. package/dist/specs/schemas/src/Api/ZensusSettings/Handler/ZensusSettingsPostSchema.json +170 -0
  118. package/dist/tsconfig.tsbuildinfo +1 -0
  119. package/index.js +0 -0
  120. package/package.json +66 -0
@@ -0,0 +1,288 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "EventSeriesCustom",
4
+ "type": "object",
5
+ "properties": {
6
+ "data": {
7
+ "type": "object",
8
+ "properties": {
9
+ "type": {
10
+ "type": "string",
11
+ "const": "eventseries",
12
+ "examples": [
13
+ "eventseries"
14
+ ]
15
+ },
16
+ "attributes": {
17
+ "$ref": "#/definitions/eventSeries"
18
+ }
19
+ }
20
+ }
21
+ },
22
+ "definitions": {
23
+ "lectureEventDateSchema": {
24
+ "allOf": [
25
+ {
26
+ "$ref": "EventDatePostSchema.json#/definitions/lectureEventSchema"
27
+ },
28
+ {
29
+ "$ref": "EventDatePostSchema.json#/definitions/baseSchema"
30
+ }
31
+ ]
32
+ },
33
+ "examEventDateSchema": {
34
+ "allOf": [
35
+ {
36
+ "$ref": "EventDatePostSchema.json#/definitions/examEventSchema"
37
+ },
38
+ {
39
+ "$ref": "EventDatePostSchema.json#/definitions/baseSchema"
40
+ }
41
+ ]
42
+ },
43
+ "singleEventDateSchema": {
44
+ "allOf": [
45
+ {
46
+ "$ref": "EventDatePostSchema.json#/definitions/singleEventSchema"
47
+ },
48
+ {
49
+ "$ref": "EventDatePostSchema.json#/definitions/baseSchema"
50
+ }
51
+ ]
52
+ },
53
+ "lectureEventSeriesSchema": {
54
+ "properties": {
55
+ "eventDates": {
56
+ "type": "array",
57
+ "minItems": 1,
58
+ "maxItems": 750,
59
+ "description": "Array of eventDates based on type lecture. minItems: 1",
60
+ "items": {
61
+ "$ref": "#/definitions/lectureEventDateSchema"
62
+ }
63
+ },
64
+ "courseId": {
65
+ "type": "integer",
66
+ "minimum": 1
67
+ },
68
+ "courseLectureSeriesId": {
69
+ "type": "integer",
70
+ "minimum": 1
71
+ },
72
+ "courseLectureSeriesPartId": {
73
+ "type": "integer",
74
+ "minimum": 1
75
+ },
76
+ "teachingUnits": {
77
+ "type": "number",
78
+ "minimum": 0,
79
+ "description": "Amount of teaching units for this event",
80
+ "examples": [
81
+ 1.0,
82
+ 2.5,
83
+ 3.0
84
+ ]
85
+ }
86
+ },
87
+ "required": [
88
+ "courseId",
89
+ "courseLectureSeriesId",
90
+ "teachingUnits"
91
+ ]
92
+ },
93
+ "singularEventSeriesSchema": {
94
+ "properties": {
95
+ "eventDates": {
96
+ "type": "array",
97
+ "minItems": 1,
98
+ "maxItems": 750,
99
+ "description": "Array of eventDates based on type singular. minItems: 1",
100
+ "items": {
101
+ "$ref": "#/definitions/singleEventDateSchema"
102
+ }
103
+ },
104
+ "title": {
105
+ "type": "string",
106
+ "maxLength": 255
107
+ }
108
+ },
109
+ "required": [
110
+ "title"
111
+ ]
112
+ },
113
+ "examEventSeriesSchema": {
114
+ "properties": {
115
+ "eventDates": {
116
+ "type": "array",
117
+ "minItems": 1,
118
+ "maxItems": 1,
119
+ "description": "Array of eventDates based on type exam. minItems: 1, maxItems:1",
120
+ "items": {
121
+ "$ref": "#/definitions/examEventDateSchema"
122
+ }
123
+ },
124
+ "examId": {
125
+ "type": "integer",
126
+ "minimum": 1,
127
+ "description": "Id of the corresponding exam",
128
+ "examples": [
129
+ 1,
130
+ 2,
131
+ 3
132
+ ]
133
+ },
134
+ "examPartId": {
135
+ "type": "integer",
136
+ "minimum": 1,
137
+ "description": "Id of the corresponding examPart",
138
+ "examples": [
139
+ 1,
140
+ 2,
141
+ 3
142
+ ]
143
+ }
144
+ },
145
+ "required": [
146
+ "examId"
147
+ ]
148
+ },
149
+ "eventSeries": {
150
+ "oneOf": [
151
+ {
152
+ "$ref": "#/definitions/lectureEventSeriesSchema"
153
+ },
154
+ {
155
+ "$ref": "#/definitions/singularEventSeriesSchema"
156
+ },
157
+ {
158
+ "$ref": "#/definitions/examEventSeriesSchema"
159
+ }
160
+ ],
161
+ "properties": {
162
+ "planningStatusId": {
163
+ "type": "integer",
164
+ "minimum": 1,
165
+ "description": "Id of the in AC5 configured planing statuses",
166
+ "examples": [
167
+ 21,
168
+ 42
169
+ ]
170
+ },
171
+ "customId": {
172
+ "type": "string",
173
+ "description": "Custom id for external reference",
174
+ "maxLength": 255,
175
+ "examples": [
176
+ "ID47"
177
+ ]
178
+ },
179
+ "customEventTypeId": {
180
+ "type": "integer",
181
+ "minimum": 1,
182
+ "description": "Custom event type, configured in AC5",
183
+ "examples": [
184
+ 1,
185
+ 2,
186
+ 3
187
+ ]
188
+ },
189
+ "siteId": {
190
+ "type": "integer",
191
+ "minimum": 1
192
+ },
193
+ "roomIds": {
194
+ "type": "array",
195
+ "items": {
196
+ "type": "integer"
197
+ },
198
+ "description": "Ids of the rooms, configured in AC5",
199
+ "examples": [
200
+ [
201
+ 1,
202
+ 2,
203
+ 3
204
+ ],
205
+ [
206
+ 21,
207
+ 23,
208
+ 42
209
+ ]
210
+ ]
211
+ },
212
+ "lecturerIds": {
213
+ "type": "array",
214
+ "items": {
215
+ "type": "integer"
216
+ },
217
+ "description": "Ids of the lecturers, configured in AC5",
218
+ "examples": [
219
+ [
220
+ 1,
221
+ 2,
222
+ 3
223
+ ],
224
+ [
225
+ 9,
226
+ 8,
227
+ 7
228
+ ]
229
+ ]
230
+ },
231
+ "planningGroupIds": {
232
+ "type": "array",
233
+ "items": {
234
+ "type": "integer"
235
+ },
236
+ "description": "Ids of the planning groups, configured in AC5",
237
+ "examples": [
238
+ [
239
+ 1,
240
+ 2,
241
+ 3
242
+ ],
243
+ [
244
+ 9,
245
+ 8,
246
+ 7
247
+ ]
248
+ ]
249
+ },
250
+ "planningYear": {
251
+ "type": "integer",
252
+ "minimum": 1900,
253
+ "description": "The year where the eventSeries starts",
254
+ "examples": [
255
+ 2020,
256
+ 2021
257
+ ]
258
+ },
259
+ "planningTerm": {
260
+ "type": "integer",
261
+ "minimum": 1,
262
+ "maximum": 14,
263
+ "description": "The Term of the eventSeries: QUARTER_FIRST = 11, QUARTER_SECOND = 12, QUARTER_THIRD = 13, QUARTER_FOURTH = 14, SUMMER_SEMESTER = 2, WINTER_SEMESTER = 1"
264
+ },
265
+ "link": {
266
+ "type": "string",
267
+ "description": "Free text field",
268
+ "examples": [
269
+ "https://www.simovative.com"
270
+ ]
271
+ },
272
+ "linkLabel": {
273
+ "type": "string",
274
+ "description": "the label for the link",
275
+ "examples": [
276
+ "zoomlink"
277
+ ]
278
+ }
279
+ },
280
+ "required": [
281
+ "planningStatusId",
282
+ "planningYear",
283
+ "customEventTypeId",
284
+ "siteId"
285
+ ]
286
+ }
287
+ }
288
+ }