@eliasrrosa/tutorhub-public-assets 0.9.1 → 0.9.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/application/dtos/PublicTeacherDTO.d.ts +5 -0
- package/dist/application/dtos/PublicTeacherDTO.js +2 -0
- package/dist/application/dtos/UserTimeSlotDTO.d.ts +0 -0
- package/dist/application/dtos/UserTimeSlotDTO.js +0 -0
- package/dist/application/helpers/filterAsync.d.ts +0 -0
- package/dist/application/helpers/filterAsync.js +0 -0
- package/dist/application/helpers/filterAsync.test.d.ts +0 -0
- package/dist/application/helpers/filterAsync.test.js +0 -0
- package/dist/application/helpers/helpers/filterAsync.d.ts +0 -0
- package/dist/application/helpers/helpers/filterAsync.js +0 -0
- package/dist/application/helpers/helpers/filterAsync.test.d.ts +0 -0
- package/dist/application/helpers/helpers/filterAsync.test.js +0 -0
- package/dist/application/helpers/helpers/tryCatch.d.ts +0 -0
- package/dist/application/helpers/helpers/tryCatch.js +0 -0
- package/dist/application/helpers/helpers/tryCatch.test.d.ts +0 -0
- package/dist/application/helpers/helpers/tryCatch.test.js +0 -0
- package/dist/application/helpers/tryCatch.d.ts +0 -0
- package/dist/application/helpers/tryCatch.js +0 -0
- package/dist/application/helpers/tryCatch.test.d.ts +0 -0
- package/dist/application/helpers/tryCatch.test.js +0 -0
- package/dist/domain/entities/AsaasCustomer.d.ts +0 -0
- package/dist/domain/entities/AsaasCustomer.js +0 -0
- package/dist/domain/entities/Class.d.ts +0 -0
- package/dist/domain/entities/Class.js +0 -0
- package/dist/domain/entities/Class.test.d.ts +1 -0
- package/dist/domain/entities/Class.test.js +64 -0
- package/dist/domain/entities/ClassRequest.d.ts +0 -0
- package/dist/domain/entities/ClassRequest.js +0 -0
- package/dist/domain/entities/ClassStatus.d.ts +0 -0
- package/dist/domain/entities/ClassStatus.js +0 -0
- package/dist/domain/entities/Contract.d.ts +0 -0
- package/dist/domain/entities/Contract.js +0 -0
- package/dist/domain/entities/Course.d.ts +0 -0
- package/dist/domain/entities/Course.js +0 -0
- package/dist/domain/entities/CourseToSchoolConnectionRequest.d.ts +0 -0
- package/dist/domain/entities/CourseToSchoolConnectionRequest.js +0 -0
- package/dist/domain/entities/Date.d.ts +0 -0
- package/dist/domain/entities/Date.js +0 -0
- package/dist/domain/entities/Date.test.d.ts +0 -0
- package/dist/domain/entities/Date.test.js +0 -0
- package/dist/domain/entities/DateTimeSlot.d.ts +0 -0
- package/dist/domain/entities/DateTimeSlot.js +0 -0
- package/dist/domain/entities/DateValidator.d.ts +0 -0
- package/dist/domain/entities/DateValidator.js +0 -0
- package/dist/domain/entities/File.d.ts +0 -0
- package/dist/domain/entities/File.js +0 -0
- package/dist/domain/entities/FreeTimeSlot.d.ts +0 -0
- package/dist/domain/entities/FreeTimeSlot.js +0 -0
- package/dist/domain/entities/GenericNotification.d.ts +0 -0
- package/dist/domain/entities/GenericNotification.js +0 -0
- package/dist/domain/entities/GoogleAuth.d.ts +0 -0
- package/dist/domain/entities/GoogleAuth.js +0 -0
- package/dist/domain/entities/GoogleCalendar.d.ts +0 -0
- package/dist/domain/entities/GoogleCalendar.js +0 -0
- package/dist/domain/entities/GoogleCalendarEvent.d.ts +0 -0
- package/dist/domain/entities/GoogleCalendarEvent.js +0 -0
- package/dist/domain/entities/ISO8601Date.d.ts +0 -0
- package/dist/domain/entities/ISO8601Date.js +0 -0
- package/dist/domain/entities/ISO8601Date.test.d.ts +0 -0
- package/dist/domain/entities/ISO8601Date.test.js +0 -0
- package/dist/domain/entities/ISO8601DateTime.d.ts +0 -0
- package/dist/domain/entities/ISO8601DateTime.js +0 -0
- package/dist/domain/entities/ISO8601DateTime.test.d.ts +0 -0
- package/dist/domain/entities/ISO8601DateTime.test.js +0 -0
- package/dist/domain/entities/ISO8601DateValidator.d.ts +0 -0
- package/dist/domain/entities/ISO8601DateValidator.js +0 -0
- package/dist/domain/entities/ISO8601DateValidator.test.d.ts +0 -0
- package/dist/domain/entities/ISO8601DateValidator.test.js +0 -0
- package/dist/domain/entities/ISO8601Time.d.ts +0 -1
- package/dist/domain/entities/ISO8601Time.js +0 -0
- package/dist/domain/entities/ISO8601Time.test.d.ts +0 -0
- package/dist/domain/entities/ISO8601Time.test.js +0 -0
- package/dist/domain/entities/ISO8601TimeValidator.d.ts +0 -0
- package/dist/domain/entities/ISO8601TimeValidator.js +0 -0
- package/dist/domain/entities/ISO8601TimeValidator.test.d.ts +0 -0
- package/dist/domain/entities/ISO8601TimeValidator.test.js +0 -0
- package/dist/domain/entities/ISO8601Timezone.d.ts +0 -0
- package/dist/domain/entities/ISO8601Timezone.js +0 -0
- package/dist/domain/entities/ISO8601Timezone.test.d.ts +0 -0
- package/dist/domain/entities/ISO8601Timezone.test.js +0 -0
- package/dist/domain/entities/ISO8601TimezoneConverter.d.ts +0 -0
- package/dist/domain/entities/ISO8601TimezoneConverter.js +0 -0
- package/dist/domain/entities/ISO8601TimezoneConverter.test.d.ts +0 -0
- package/dist/domain/entities/ISO8601TimezoneConverter.test.js +0 -0
- package/dist/domain/entities/ISO8601TimezoneParser.d.ts +0 -0
- package/dist/domain/entities/ISO8601TimezoneParser.js +0 -0
- package/dist/domain/entities/ISO8601TimezoneParser.test.d.ts +0 -0
- package/dist/domain/entities/ISO8601TimezoneParser.test.js +0 -0
- package/dist/domain/entities/ISO8601TimezoneSelector.d.ts +0 -0
- package/dist/domain/entities/ISO8601TimezoneSelector.js +0 -0
- package/dist/domain/entities/ISO8601TimezoneSelector.test.d.ts +0 -0
- package/dist/domain/entities/ISO8601TimezoneSelector.test.js +0 -0
- package/dist/domain/entities/ISO8601TimezoneValidator.d.ts +0 -0
- package/dist/domain/entities/ISO8601TimezoneValidator.js +0 -0
- package/dist/domain/entities/ISO8601TimezoneValidator.test.d.ts +0 -0
- package/dist/domain/entities/ISO8601TimezoneValidator.test.js +0 -0
- package/dist/domain/entities/PasswordRecovery.d.ts +0 -0
- package/dist/domain/entities/PasswordRecovery.js +0 -0
- package/dist/domain/entities/Payment.d.ts +0 -0
- package/dist/domain/entities/Payment.js +0 -0
- package/dist/domain/entities/PaymentRecognitionRequest.d.ts +0 -0
- package/dist/domain/entities/PaymentRecognitionRequest.js +0 -0
- package/dist/domain/entities/PreApprovedUser.d.ts +0 -0
- package/dist/domain/entities/PreApprovedUser.js +0 -0
- package/dist/domain/entities/RescheduleRequest.d.ts +0 -0
- package/dist/domain/entities/RescheduleRequest.js +0 -0
- package/dist/domain/entities/School.d.ts +0 -0
- package/dist/domain/entities/School.js +0 -0
- package/dist/domain/entities/SchoolConnection.d.ts +0 -0
- package/dist/domain/entities/SchoolConnection.js +0 -0
- package/dist/domain/entities/SchoolConnectionRequest.d.ts +0 -0
- package/dist/domain/entities/SchoolConnectionRequest.js +0 -0
- package/dist/domain/entities/SchoolStudent.d.ts +0 -0
- package/dist/domain/entities/SchoolStudent.js +0 -0
- package/dist/domain/entities/SchoolTeacher.d.ts +0 -0
- package/dist/domain/entities/SchoolTeacher.js +0 -0
- package/dist/domain/entities/Time.d.ts +0 -0
- package/dist/domain/entities/Time.js +0 -0
- package/dist/domain/entities/TimeSlot.d.ts +0 -0
- package/dist/domain/entities/TimeSlot.js +0 -0
- package/dist/domain/entities/TimeUnitConverter.d.ts +0 -0
- package/dist/domain/entities/TimeUnitConverter.js +0 -0
- package/dist/domain/entities/TimeUnitConverter.test.d.ts +0 -0
- package/dist/domain/entities/TimeUnitConverter.test.js +0 -0
- package/dist/domain/entities/TimeValidator.d.ts +0 -0
- package/dist/domain/entities/TimeValidator.js +0 -0
- package/dist/domain/entities/UnauthorizedUser.d.ts +0 -0
- package/dist/domain/entities/UnauthorizedUser.js +0 -0
- package/dist/domain/entities/User.d.ts +0 -0
- package/dist/domain/entities/User.js +0 -0
- package/dist/domain/entities/UserAuth.d.ts +0 -0
- package/dist/domain/entities/UserAuth.js +0 -0
- package/dist/domain/entities/UserConnection.d.ts +0 -0
- package/dist/domain/entities/UserConnection.js +0 -0
- package/dist/domain/entities/UserConnectionRequest.d.ts +0 -0
- package/dist/domain/entities/UserConnectionRequest.js +0 -0
- package/dist/domain/entities/UserCredentials.d.ts +0 -0
- package/dist/domain/entities/UserCredentials.js +0 -0
- package/dist/domain/entities/UserNavigation.d.ts +0 -0
- package/dist/domain/entities/UserNavigation.js +0 -0
- package/dist/domain/entities/UserPreferences.d.ts +0 -0
- package/dist/domain/entities/UserPreferences.js +0 -0
- package/dist/domain/entities/UserPremium.d.ts +0 -0
- package/dist/domain/entities/UserPremium.js +0 -0
- package/dist/domain/entities/UserProfile.d.ts +0 -0
- package/dist/domain/entities/UserProfile.js +0 -0
- package/dist/domain/entities/UserRoles.d.ts +0 -0
- package/dist/domain/entities/UserRoles.js +0 -0
- package/dist/domain/entities/UserSharedFileTimestamps.d.ts +0 -0
- package/dist/domain/entities/UserSharedFileTimestamps.js +0 -0
- package/dist/domain/entities/UserTimeSlot.d.ts +0 -0
- package/dist/domain/entities/UserTimeSlot.js +0 -0
- package/dist/domain/entities/UserTimeSlot.test.d.ts +0 -0
- package/dist/domain/entities/UserTimeSlot.test.js +0 -0
- package/dist/domain/entities/UserUnavailableTime.d.ts +0 -0
- package/dist/domain/entities/UserUnavailableTime.js +0 -0
- package/dist/domain/entities/UserUnavailableTime.test.d.ts +0 -0
- package/dist/domain/entities/UserUnavailableTime.test.js +0 -0
- package/dist/domain/repositories/UnavailableTimeRepository.d.ts +0 -0
- package/dist/domain/repositories/UnavailableTimeRepository.js +0 -0
- package/dist/domain/types/Class.d.ts +2 -0
- package/dist/domain/types/Class.js +5 -0
- package/dist/domain/types/ClassCreationRecurrenceRule.d.ts +0 -0
- package/dist/domain/types/ClassCreationRecurrenceRule.js +0 -0
- package/dist/domain/types/ClassStatus copy.d.ts +0 -0
- package/dist/domain/types/ClassStatus copy.js +0 -0
- package/dist/domain/types/ClassStatus.d.ts +0 -0
- package/dist/domain/types/ClassStatus.js +0 -0
- package/dist/index.cjs +0 -0
- package/dist/index.d.ts +4 -1
- package/dist/index.js +0 -0
- package/dist/infrastructure/restful/requests/forms/ClassCreationForm.d.ts +0 -0
- package/dist/infrastructure/restful/requests/forms/ClassCreationForm.js +0 -0
- package/dist/infrastructure/restful/requests/forms/ClassSchedulingForm.d.ts +0 -0
- package/dist/infrastructure/restful/requests/forms/ClassSchedulingForm.js +0 -0
- package/dist/infrastructure/restful/requests/forms/CreateClassForm.d.ts +16 -0
- package/dist/infrastructure/restful/requests/forms/CreateClassForm.js +2 -0
- package/dist/infrastructure/restful/requests/queryParams/ConnectStudentToTeacherQueryParams.d.ts +4 -0
- package/dist/infrastructure/restful/requests/queryParams/ConnectStudentToTeacherQueryParams.js +2 -0
- package/dist/infrastructure/restful/responses/GetFixedAvailableTimesResponseBody.d.ts +0 -0
- package/dist/infrastructure/restful/responses/GetFixedAvailableTimesResponseBody.js +0 -0
- package/dist/infrastructure/restful/responses/GetPublicTeachersResponseBody.d.ts +4 -0
- package/dist/infrastructure/restful/responses/GetPublicTeachersResponseBody.js +2 -0
- package/dist/restful/responses/GetFixedAvailableTimesResponseBody.d.ts +5 -0
- package/dist/restful/responses/GetFixedAvailableTimesResponseBody.js +2 -0
- package/package.json +1 -1
|
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 @@
|
|
|
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
|
|
@@ -48,7 +48,6 @@ export declare class ISO8601Time implements ITime {
|
|
|
48
48
|
private validateFormatOrThrow;
|
|
49
49
|
getTimeString(opts?: {
|
|
50
50
|
format?: "HH:MM" | "HH:MM:SS" | "HH:MM:SS(+|-)HH:MM";
|
|
51
|
-
convertToTimezone?: string | number;
|
|
52
51
|
}): string;
|
|
53
52
|
getMinutesString(): string;
|
|
54
53
|
getHoursString(): string;
|
|
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
|
package/dist/index.cjs
CHANGED
|
File without changes
|
package/dist/index.d.ts
CHANGED
|
@@ -16,4 +16,7 @@ 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
|
-
|
|
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
|
+
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, };
|
package/dist/index.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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
|
+
};
|
|
File without changes
|
|
File without changes
|