@eliasrrosa/tutorhub-public-assets 0.7.1 → 0.7.3

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/index.cjs CHANGED
@@ -50,7 +50,7 @@ __export(index_exports, {
50
50
  ISO8601DateValidator: () => ISO8601DateValidator,
51
51
  ISO8601Time: () => ISO8601Time,
52
52
  ISO8601TimeValidator: () => ISO8601TimeValidator,
53
- UserUnavailableTime: () => UserTimeSlot,
53
+ UserTimeSlot: () => UserTimeSlot,
54
54
  filterAsync: () => filterAsync,
55
55
  tryCatch: () => tryCatch,
56
56
  tryCatchAsync: () => tryCatchAsync
@@ -633,7 +633,7 @@ function filterAsync(arr, predicate) {
633
633
  ISO8601DateValidator,
634
634
  ISO8601Time,
635
635
  ISO8601TimeValidator,
636
- UserUnavailableTime,
636
+ UserTimeSlot,
637
637
  filterAsync,
638
638
  tryCatch,
639
639
  tryCatchAsync
package/dist/index.d.ts CHANGED
@@ -51,4 +51,4 @@ import { IUserTimeSlot, UserTimeSlot } from "./domain/entities/UserTimeSlot.js";
51
51
  import { IFreeDateTimeSlot, FreeDateTimeSlot } from "./domain/entities/FreeTimeSlot.js";
52
52
  import { tryCatch, tryCatchAsync } from "./application/helpers/helpers/tryCatch.js";
53
53
  import { filterAsync } from "./application/helpers/helpers/filterAsync.js";
54
- export { filterAsync, tryCatchAsync, tryCatch, ClassStatus, AsaasCustomer, IClass, IClassRequest, IContract, ICourse, ICourseToSchoolConnectionRequest, IDate, IDateTimeSlot, IFreeDateTimeSlot, FreeDateTimeSlot, IUserTimeSlot as IUserUnavailableTime, UserTimeSlot as UserUnavailableTime, IDateValidator, IFile, IGenericNotification, IGoogleAuth, IGoogleCalendar, IGoogleCalendarEvent, ISO8601Date, IDateTime, ISO8601DateValidator, ISO8601Time, ISO8601TimeValidator, IPasswordRecovery, IPayment, IPaymentRecognitionRequest, IPreApprovedUser, IRescheduleRequest, ISchool, ISchoolConnection, ISchoolConnectionRequest, ISchoolStudent, ISchoolTeacher, ITime, ITimeSlot, ITimeValidator, IUnauthorizedUser, IUserAuth, IUserConnection, IUserConnectionRequest, IUserCredentials, IUserNavigation, IUserPreferences, IUserPremium, IUserProfile, IUserRoles, IUserSharedFileTimestamps, IUnavailableTimeRepository, GetFixedAvailableTimeResponseBody, ISO8601DateTime, ClassCreationForm, ClassCreationRecurrenceRule, ClassCreationFormSchema, ClassCreationRecurrenceRuleSchema, ClassStatusSchema, IClassStatus };
54
+ export { filterAsync, tryCatchAsync, tryCatch, ClassStatus, AsaasCustomer, IClass, IClassRequest, IContract, ICourse, ICourseToSchoolConnectionRequest, IDate, IDateTimeSlot, IFreeDateTimeSlot, FreeDateTimeSlot, IUserTimeSlot, UserTimeSlot, IDateValidator, IFile, IGenericNotification, IGoogleAuth, IGoogleCalendar, IGoogleCalendarEvent, ISO8601Date, IDateTime, ISO8601DateValidator, ISO8601Time, ISO8601TimeValidator, IPasswordRecovery, IPayment, IPaymentRecognitionRequest, IPreApprovedUser, IRescheduleRequest, ISchool, ISchoolConnection, ISchoolConnectionRequest, ISchoolStudent, ISchoolTeacher, ITime, ITimeSlot, ITimeValidator, IUnauthorizedUser, IUserAuth, IUserConnection, IUserConnectionRequest, IUserCredentials, IUserNavigation, IUserPreferences, IUserPremium, IUserProfile, IUserRoles, IUserSharedFileTimestamps, IUnavailableTimeRepository, GetFixedAvailableTimeResponseBody, ISO8601DateTime, ClassCreationForm, ClassCreationRecurrenceRule, ClassCreationFormSchema, ClassCreationRecurrenceRuleSchema, ClassStatusSchema, IClassStatus, };
package/dist/index.js CHANGED
@@ -594,7 +594,7 @@ export {
594
594
  ISO8601DateValidator,
595
595
  ISO8601Time,
596
596
  ISO8601TimeValidator,
597
- UserTimeSlot as UserUnavailableTime,
597
+ UserTimeSlot,
598
598
  filterAsync,
599
599
  tryCatch,
600
600
  tryCatchAsync
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eliasrrosa/tutorhub-public-assets",
3
- "version": "0.7.1",
3
+ "version": "0.7.3",
4
4
  "description": "Assets, mainly interfaces, to be shared among different Tutorhub apps.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",