@eliasrrosa/tutorhub-public-assets 0.9.2 → 0.9.4

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 (188) hide show
  1. package/dist/application/dtos/PublicTeacherDTO.d.ts +5 -0
  2. package/dist/application/dtos/PublicTeacherDTO.js +2 -0
  3. package/dist/application/dtos/StudentToTeacherConnectionConfirmationDTO.d.ts +7 -0
  4. package/dist/application/dtos/StudentToTeacherConnectionConfirmationDTO.js +2 -0
  5. package/dist/application/dtos/UserTimeSlotDTO.d.ts +0 -0
  6. package/dist/application/dtos/UserTimeSlotDTO.js +0 -0
  7. package/dist/application/helpers/filterAsync.d.ts +0 -0
  8. package/dist/application/helpers/filterAsync.js +0 -0
  9. package/dist/application/helpers/filterAsync.test.d.ts +0 -0
  10. package/dist/application/helpers/filterAsync.test.js +0 -0
  11. package/dist/application/helpers/helpers/filterAsync.d.ts +0 -0
  12. package/dist/application/helpers/helpers/filterAsync.js +0 -0
  13. package/dist/application/helpers/helpers/filterAsync.test.d.ts +0 -0
  14. package/dist/application/helpers/helpers/filterAsync.test.js +0 -0
  15. package/dist/application/helpers/helpers/tryCatch.d.ts +0 -0
  16. package/dist/application/helpers/helpers/tryCatch.js +0 -0
  17. package/dist/application/helpers/helpers/tryCatch.test.d.ts +0 -0
  18. package/dist/application/helpers/helpers/tryCatch.test.js +0 -0
  19. package/dist/application/helpers/tryCatch.d.ts +0 -0
  20. package/dist/application/helpers/tryCatch.js +0 -0
  21. package/dist/application/helpers/tryCatch.test.d.ts +0 -0
  22. package/dist/application/helpers/tryCatch.test.js +0 -0
  23. package/dist/domain/entities/AsaasCustomer.d.ts +0 -0
  24. package/dist/domain/entities/AsaasCustomer.js +0 -0
  25. package/dist/domain/entities/Class.d.ts +0 -0
  26. package/dist/domain/entities/Class.js +0 -0
  27. package/dist/domain/entities/Class.test.d.ts +1 -0
  28. package/dist/domain/entities/Class.test.js +64 -0
  29. package/dist/domain/entities/ClassRequest.d.ts +0 -0
  30. package/dist/domain/entities/ClassRequest.js +0 -0
  31. package/dist/domain/entities/ClassStatus.d.ts +0 -0
  32. package/dist/domain/entities/ClassStatus.js +0 -0
  33. package/dist/domain/entities/Contract.d.ts +0 -0
  34. package/dist/domain/entities/Contract.js +0 -0
  35. package/dist/domain/entities/Course.d.ts +0 -0
  36. package/dist/domain/entities/Course.js +0 -0
  37. package/dist/domain/entities/CourseToSchoolConnectionRequest.d.ts +0 -0
  38. package/dist/domain/entities/CourseToSchoolConnectionRequest.js +0 -0
  39. package/dist/domain/entities/Date.d.ts +0 -0
  40. package/dist/domain/entities/Date.js +0 -0
  41. package/dist/domain/entities/Date.test.d.ts +0 -0
  42. package/dist/domain/entities/Date.test.js +0 -0
  43. package/dist/domain/entities/DateTimeSlot.d.ts +0 -0
  44. package/dist/domain/entities/DateTimeSlot.js +0 -0
  45. package/dist/domain/entities/DateValidator.d.ts +0 -0
  46. package/dist/domain/entities/DateValidator.js +0 -0
  47. package/dist/domain/entities/File.d.ts +0 -0
  48. package/dist/domain/entities/File.js +0 -0
  49. package/dist/domain/entities/FreeTimeSlot.d.ts +0 -0
  50. package/dist/domain/entities/FreeTimeSlot.js +0 -0
  51. package/dist/domain/entities/GenericNotification.d.ts +0 -0
  52. package/dist/domain/entities/GenericNotification.js +0 -0
  53. package/dist/domain/entities/GoogleAuth.d.ts +0 -0
  54. package/dist/domain/entities/GoogleAuth.js +0 -0
  55. package/dist/domain/entities/GoogleCalendar.d.ts +0 -0
  56. package/dist/domain/entities/GoogleCalendar.js +0 -0
  57. package/dist/domain/entities/GoogleCalendarEvent.d.ts +0 -0
  58. package/dist/domain/entities/GoogleCalendarEvent.js +0 -0
  59. package/dist/domain/entities/ISO8601Date.d.ts +0 -0
  60. package/dist/domain/entities/ISO8601Date.js +0 -0
  61. package/dist/domain/entities/ISO8601Date.test.d.ts +0 -0
  62. package/dist/domain/entities/ISO8601Date.test.js +0 -0
  63. package/dist/domain/entities/ISO8601DateTime.d.ts +0 -0
  64. package/dist/domain/entities/ISO8601DateTime.js +0 -0
  65. package/dist/domain/entities/ISO8601DateTime.test.d.ts +0 -0
  66. package/dist/domain/entities/ISO8601DateTime.test.js +0 -0
  67. package/dist/domain/entities/ISO8601DateValidator.d.ts +0 -0
  68. package/dist/domain/entities/ISO8601DateValidator.js +0 -0
  69. package/dist/domain/entities/ISO8601DateValidator.test.d.ts +0 -0
  70. package/dist/domain/entities/ISO8601DateValidator.test.js +0 -0
  71. package/dist/domain/entities/ISO8601Time.d.ts +0 -0
  72. package/dist/domain/entities/ISO8601Time.js +0 -0
  73. package/dist/domain/entities/ISO8601Time.test.d.ts +0 -0
  74. package/dist/domain/entities/ISO8601Time.test.js +0 -0
  75. package/dist/domain/entities/ISO8601TimeValidator.d.ts +0 -0
  76. package/dist/domain/entities/ISO8601TimeValidator.js +0 -0
  77. package/dist/domain/entities/ISO8601TimeValidator.test.d.ts +0 -0
  78. package/dist/domain/entities/ISO8601TimeValidator.test.js +0 -0
  79. package/dist/domain/entities/ISO8601Timezone.d.ts +0 -0
  80. package/dist/domain/entities/ISO8601Timezone.js +0 -0
  81. package/dist/domain/entities/ISO8601Timezone.test.d.ts +0 -0
  82. package/dist/domain/entities/ISO8601Timezone.test.js +0 -0
  83. package/dist/domain/entities/ISO8601TimezoneConverter.d.ts +0 -0
  84. package/dist/domain/entities/ISO8601TimezoneConverter.js +0 -0
  85. package/dist/domain/entities/ISO8601TimezoneConverter.test.d.ts +0 -0
  86. package/dist/domain/entities/ISO8601TimezoneConverter.test.js +0 -0
  87. package/dist/domain/entities/ISO8601TimezoneParser.d.ts +0 -0
  88. package/dist/domain/entities/ISO8601TimezoneParser.js +0 -0
  89. package/dist/domain/entities/ISO8601TimezoneParser.test.d.ts +0 -0
  90. package/dist/domain/entities/ISO8601TimezoneParser.test.js +0 -0
  91. package/dist/domain/entities/ISO8601TimezoneSelector.d.ts +0 -0
  92. package/dist/domain/entities/ISO8601TimezoneSelector.js +0 -0
  93. package/dist/domain/entities/ISO8601TimezoneSelector.test.d.ts +0 -0
  94. package/dist/domain/entities/ISO8601TimezoneSelector.test.js +0 -0
  95. package/dist/domain/entities/ISO8601TimezoneValidator.d.ts +0 -0
  96. package/dist/domain/entities/ISO8601TimezoneValidator.js +0 -0
  97. package/dist/domain/entities/ISO8601TimezoneValidator.test.d.ts +0 -0
  98. package/dist/domain/entities/ISO8601TimezoneValidator.test.js +0 -0
  99. package/dist/domain/entities/PasswordRecovery.d.ts +0 -0
  100. package/dist/domain/entities/PasswordRecovery.js +0 -0
  101. package/dist/domain/entities/Payment.d.ts +0 -0
  102. package/dist/domain/entities/Payment.js +0 -0
  103. package/dist/domain/entities/PaymentRecognitionRequest.d.ts +0 -0
  104. package/dist/domain/entities/PaymentRecognitionRequest.js +0 -0
  105. package/dist/domain/entities/PreApprovedUser.d.ts +0 -0
  106. package/dist/domain/entities/PreApprovedUser.js +0 -0
  107. package/dist/domain/entities/RescheduleRequest.d.ts +0 -0
  108. package/dist/domain/entities/RescheduleRequest.js +0 -0
  109. package/dist/domain/entities/School.d.ts +0 -0
  110. package/dist/domain/entities/School.js +0 -0
  111. package/dist/domain/entities/SchoolConnection.d.ts +0 -0
  112. package/dist/domain/entities/SchoolConnection.js +0 -0
  113. package/dist/domain/entities/SchoolConnectionRequest.d.ts +0 -0
  114. package/dist/domain/entities/SchoolConnectionRequest.js +0 -0
  115. package/dist/domain/entities/SchoolStudent.d.ts +0 -0
  116. package/dist/domain/entities/SchoolStudent.js +0 -0
  117. package/dist/domain/entities/SchoolTeacher.d.ts +0 -0
  118. package/dist/domain/entities/SchoolTeacher.js +0 -0
  119. package/dist/domain/entities/Time.d.ts +0 -0
  120. package/dist/domain/entities/Time.js +0 -0
  121. package/dist/domain/entities/TimeSlot.d.ts +0 -0
  122. package/dist/domain/entities/TimeSlot.js +0 -0
  123. package/dist/domain/entities/TimeUnitConverter.d.ts +0 -0
  124. package/dist/domain/entities/TimeUnitConverter.js +0 -0
  125. package/dist/domain/entities/TimeUnitConverter.test.d.ts +0 -0
  126. package/dist/domain/entities/TimeUnitConverter.test.js +0 -0
  127. package/dist/domain/entities/TimeValidator.d.ts +0 -0
  128. package/dist/domain/entities/TimeValidator.js +0 -0
  129. package/dist/domain/entities/UnauthorizedUser.d.ts +0 -0
  130. package/dist/domain/entities/UnauthorizedUser.js +0 -0
  131. package/dist/domain/entities/User.d.ts +0 -0
  132. package/dist/domain/entities/User.js +0 -0
  133. package/dist/domain/entities/UserAuth.d.ts +0 -0
  134. package/dist/domain/entities/UserAuth.js +0 -0
  135. package/dist/domain/entities/UserConnection.d.ts +0 -0
  136. package/dist/domain/entities/UserConnection.js +0 -0
  137. package/dist/domain/entities/UserConnectionRequest.d.ts +0 -0
  138. package/dist/domain/entities/UserConnectionRequest.js +0 -0
  139. package/dist/domain/entities/UserCredentials.d.ts +0 -0
  140. package/dist/domain/entities/UserCredentials.js +0 -0
  141. package/dist/domain/entities/UserNavigation.d.ts +0 -0
  142. package/dist/domain/entities/UserNavigation.js +0 -0
  143. package/dist/domain/entities/UserPreferences.d.ts +0 -0
  144. package/dist/domain/entities/UserPreferences.js +0 -0
  145. package/dist/domain/entities/UserPremium.d.ts +0 -0
  146. package/dist/domain/entities/UserPremium.js +0 -0
  147. package/dist/domain/entities/UserProfile.d.ts +0 -0
  148. package/dist/domain/entities/UserProfile.js +0 -0
  149. package/dist/domain/entities/UserRoles.d.ts +0 -0
  150. package/dist/domain/entities/UserRoles.js +0 -0
  151. package/dist/domain/entities/UserSharedFileTimestamps.d.ts +0 -0
  152. package/dist/domain/entities/UserSharedFileTimestamps.js +0 -0
  153. package/dist/domain/entities/UserTimeSlot.d.ts +0 -0
  154. package/dist/domain/entities/UserTimeSlot.js +0 -0
  155. package/dist/domain/entities/UserTimeSlot.test.d.ts +0 -0
  156. package/dist/domain/entities/UserTimeSlot.test.js +0 -0
  157. package/dist/domain/entities/UserUnavailableTime.d.ts +0 -0
  158. package/dist/domain/entities/UserUnavailableTime.js +0 -0
  159. package/dist/domain/entities/UserUnavailableTime.test.d.ts +0 -0
  160. package/dist/domain/entities/UserUnavailableTime.test.js +0 -0
  161. package/dist/domain/repositories/UnavailableTimeRepository.d.ts +0 -0
  162. package/dist/domain/repositories/UnavailableTimeRepository.js +0 -0
  163. package/dist/domain/types/Class.d.ts +2 -0
  164. package/dist/domain/types/Class.js +5 -0
  165. package/dist/domain/types/ClassCreationRecurrenceRule.d.ts +0 -0
  166. package/dist/domain/types/ClassCreationRecurrenceRule.js +0 -0
  167. package/dist/domain/types/ClassStatus copy.d.ts +0 -0
  168. package/dist/domain/types/ClassStatus copy.js +0 -0
  169. package/dist/domain/types/ClassStatus.d.ts +0 -0
  170. package/dist/domain/types/ClassStatus.js +0 -0
  171. package/dist/index.cjs +0 -0
  172. package/dist/index.d.ts +5 -1
  173. package/dist/index.js +0 -0
  174. package/dist/infrastructure/restful/requests/forms/ClassCreationForm.d.ts +0 -0
  175. package/dist/infrastructure/restful/requests/forms/ClassCreationForm.js +0 -0
  176. package/dist/infrastructure/restful/requests/forms/ClassSchedulingForm.d.ts +0 -0
  177. package/dist/infrastructure/restful/requests/forms/ClassSchedulingForm.js +0 -0
  178. package/dist/infrastructure/restful/requests/forms/CreateClassForm.d.ts +16 -0
  179. package/dist/infrastructure/restful/requests/forms/CreateClassForm.js +2 -0
  180. package/dist/infrastructure/restful/requests/queryParams/ConnectStudentToTeacherQueryParams.d.ts +4 -0
  181. package/dist/infrastructure/restful/requests/queryParams/ConnectStudentToTeacherQueryParams.js +2 -0
  182. package/dist/infrastructure/restful/responses/GetFixedAvailableTimesResponseBody.d.ts +0 -0
  183. package/dist/infrastructure/restful/responses/GetFixedAvailableTimesResponseBody.js +0 -0
  184. package/dist/infrastructure/restful/responses/GetPublicTeachersResponseBody.d.ts +4 -0
  185. package/dist/infrastructure/restful/responses/GetPublicTeachersResponseBody.js +2 -0
  186. package/dist/restful/responses/GetFixedAvailableTimesResponseBody.d.ts +5 -0
  187. package/dist/restful/responses/GetFixedAvailableTimesResponseBody.js +2 -0
  188. package/package.json +1 -1
@@ -0,0 +1,5 @@
1
+ export type PublicTeacherDTO = {
2
+ name: string;
3
+ email: string;
4
+ id: string;
5
+ };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,7 @@
1
+ export type StudentToTeacherConnectionConfirmationDTO = {
2
+ studentId: string;
3
+ teacherId: string;
4
+ /**ISO8601 string */
5
+ createdAt: string;
6
+ confirmed: boolean;
7
+ };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const Class_1 = require("./Class");
4
+ describe("Class", () => {
5
+ describe("Class constructor", () => {
6
+ const classData = {
7
+ id: "id",
8
+ title: "title",
9
+ date: "2025-01-01",
10
+ startTime: "12:00:00+03:00",
11
+ endTime: "13:00:00+03:00",
12
+ courseId: "courseId",
13
+ ownerId: "ownerId",
14
+ status: "pending",
15
+ updatedAt: "2025-01-01T00:00:00Z",
16
+ createdAt: "2025-01-01T00:00:00Z",
17
+ groupId: "groupId",
18
+ description: "description",
19
+ paymentId: "paymentId",
20
+ meetingLink: "meetingLink",
21
+ contractId: "contractId",
22
+ };
23
+ it("Should not throw given correct arguments", () => {
24
+ const aClass = () => new Class_1.Class(classData);
25
+ expect(aClass).not.toThrow();
26
+ });
27
+ it("Should throw given incorrect startTime format", () => {
28
+ const aClass = () => new Class_1.Class(Object.assign(Object.assign({}, classData), { startTime: "12" }));
29
+ expect(aClass).toThrow();
30
+ });
31
+ it("Should throw given incorrect endTime format", () => {
32
+ const aClass = () => new Class_1.Class(Object.assign(Object.assign({}, classData), { endTime: "24:00:00" }));
33
+ expect(aClass).toThrow();
34
+ });
35
+ it("Should throw given startTime greater than endTime", () => {
36
+ const aClass = () => new Class_1.Class(Object.assign(Object.assign({}, classData), { startTime: "12:00:00", endTime: "11:59:00" }));
37
+ expect(aClass).toThrow();
38
+ });
39
+ it("Should throw given startTime equal to endTime", () => {
40
+ const aClass = () => new Class_1.Class(Object.assign(Object.assign({}, classData), { startTime: "12:00:00", endTime: "12:00:00" }));
41
+ expect(aClass).toThrow();
42
+ });
43
+ it("Should throw given invalid status", () => {
44
+ const aClass = () => new Class_1.Class(Object.assign(Object.assign({}, classData), { status: "invalid status" }));
45
+ expect(aClass).toThrow();
46
+ });
47
+ it("Should throw given empty title", () => {
48
+ const aClass = () => new Class_1.Class(Object.assign(Object.assign({}, classData), { title: "" }));
49
+ expect(aClass).toThrow();
50
+ });
51
+ it("Should throw given incorrect date format", () => {
52
+ const aClass = () => new Class_1.Class(Object.assign(Object.assign({}, classData), { date: "2025-13-01" }));
53
+ expect(aClass).toThrow();
54
+ });
55
+ it("Should not throw given date with time and timezone", () => {
56
+ const aClass = () => new Class_1.Class(Object.assign(Object.assign({}, classData), { date: "2025-02-01T00:00:00Z" }));
57
+ expect(aClass).not.toThrow();
58
+ });
59
+ it("Should throw given createdAt greater than updatedAt", () => {
60
+ const aClass = () => new Class_1.Class(Object.assign(Object.assign({}, classData), { createdAt: "2025-01-02", updatedAt: "2025-01-01" }));
61
+ expect(aClass).toThrow();
62
+ });
63
+ });
64
+ });
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -0,0 +1,2 @@
1
+ import { z } from "zod";
2
+ export declare const ClassSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ClassSchema = void 0;
4
+ const zod_1 = require("zod");
5
+ exports.ClassSchema = zod_1.z.object({});
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/index.cjs CHANGED
File without changes
package/dist/index.d.ts CHANGED
@@ -16,4 +16,8 @@ import { ClassCreationRecurrenceRule, ClassCreationRecurrenceRuleSchema } from "
16
16
  import { IFreeDateTimeSlot, FreeDateTimeSlot } from "./domain/entities/FreeTimeSlot.js";
17
17
  import { tryCatch, tryCatchAsync } from "./application/helpers/tryCatch.js";
18
18
  import { filterAsync } from "./application/helpers/filterAsync.js";
19
- export { filterAsync, tryCatchAsync, tryCatch, ClassStatus, IDate, IDateTimeSlot, IFreeDateTimeSlot, FreeDateTimeSlot, IDateValidator, ISO8601Date, IDateTime, ISO8601DateValidator, ISO8601Time, ISO8601TimeValidator, ITime, ITimeSlot, ITimeValidator, GetFixedAvailableTimeResponseBody, ISO8601DateTime, ClassSchedulingForm, ClassCreationRecurrenceRule, ClassSchedulingFormSchema, ClassCreationRecurrenceRuleSchema, ClassStatusSchema, };
19
+ import { PublicTeacherDTO } from "./application/dtos/PublicTeacherDTO.js";
20
+ import { GetPublicTeachersResponseBody } from "./infrastructure/restful/responses/GetPublicTeachersResponseBody.js";
21
+ import { ConnectStudentToTeacherQueryParams } from "./infrastructure/restful/requests/queryParams/ConnectStudentToTeacherQueryParams.js";
22
+ import { StudentToTeacherConnectionConfirmationDTO } from "./application/dtos/StudentToTeacherConnectionConfirmationDTO.js";
23
+ export { filterAsync, tryCatchAsync, tryCatch, ClassStatus, IDate, IDateTimeSlot, IFreeDateTimeSlot, FreeDateTimeSlot, IDateValidator, ISO8601Date, IDateTime, ISO8601DateValidator, ISO8601Time, ISO8601TimeValidator, ITime, ITimeSlot, ITimeValidator, GetFixedAvailableTimeResponseBody, ISO8601DateTime, ClassSchedulingForm, ClassCreationRecurrenceRule, ClassSchedulingFormSchema, ClassCreationRecurrenceRuleSchema, ClassStatusSchema, PublicTeacherDTO, GetPublicTeachersResponseBody, ConnectStudentToTeacherQueryParams, StudentToTeacherConnectionConfirmationDTO };
package/dist/index.js CHANGED
File without changes
@@ -0,0 +1,16 @@
1
+ import { ClassCreationRecurrenceRule } from "../../../../domain/types/ClassCreationRecurrenceRule";
2
+ import { ClassStatus } from "../../../../domain/types/ClassStatus";
3
+ export type CreateClassForm = {
4
+ title: string;
5
+ date: string;
6
+ time: string;
7
+ endTime: string;
8
+ courseId: string;
9
+ description?: string;
10
+ id?: string;
11
+ status?: ClassStatus;
12
+ recurrenceRule?: ClassCreationRecurrenceRule;
13
+ recurrenceEndDate?: string;
14
+ groupId?: string;
15
+ meetingLink?: string;
16
+ };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ export type ConnectStudentToTeacherQueryParams = {
2
+ studentId: string;
3
+ teacherId: string;
4
+ };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ import { PublicTeacherDTO } from "../../../application/dtos/PublicTeacherDTO";
2
+ export type GetPublicTeachersResponseBody = {
3
+ teachers: PublicTeacherDTO[];
4
+ };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ import { IUserUnavailableTime } from "../../domain/entities/UserUnavailableTime";
2
+ export type GetFixedAvailableTimeResponseBody = {
3
+ fixedAvailableTimes: IUserUnavailableTime[];
4
+ shareableText?: string;
5
+ };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.9.2",
2
+ "version": "0.9.4",
3
3
  "name": "@eliasrrosa/tutorhub-public-assets",
4
4
  "description": "Assets, mainly interfaces, to be shared among different Tutorhub apps.",
5
5
  "type": "module",