@nyig/models 0.2.8 → 0.2.9
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/index.d.mts +2 -1
- package/index.d.ts +2 -1
- package/index.js +6 -0
- package/index.mjs +5 -0
- package/package.json +1 -1
package/index.d.mts
CHANGED
|
@@ -1085,6 +1085,7 @@ declare enum TicketStatus {
|
|
|
1085
1085
|
SIGN_OFF = "Sign-off",
|
|
1086
1086
|
COMPLETED = "Completed"
|
|
1087
1087
|
}
|
|
1088
|
+
|
|
1088
1089
|
declare const zReportTicket: z.ZodObject<{
|
|
1089
1090
|
requester: z.ZodString;
|
|
1090
1091
|
resolver: z.ZodString;
|
|
@@ -1849,4 +1850,4 @@ declare const zUserRoles: z.ZodObject<{
|
|
|
1849
1850
|
}>;
|
|
1850
1851
|
type UserRoles = z.infer<typeof zUserRoles>;
|
|
1851
1852
|
|
|
1852
|
-
export { AgeGroup, AttendState, type Attendance, type AuroraCourses, type BPaymentInfo, type BPrivate, type BUserInfo, type CampBooking, CampOption, type CampTracker, type ClassTracker, type Course, CourseCategory, type CourseTable, type DetailsTable, type Discount, GoRank, type GroupBooking, type GroupTracker, type ImageDef, type Invoice, type InvoiceItem, type InvoicePackage, type MAttendance, type MBPrivate, type MCampBooking, type MCampTracker, type MClassTracker, type MCourse, type MGroupBooking, type MGroupTracker, type MInvoice, type MNYIGMission, type MReportTicket, type MSemester, type MStudent, type MTConfig, type MTReg, type MTTicket, type MTeacher, type MTeacherPayment, type MUser, type NYIGMission, NYIGSchool, PaymentMethod, type ReportTicket, type ScheduleData, type ScheduleTable, Season, type Semester, type Student, type TConfig, type TReg, type TTicket, type TTicketReg, type Teacher, type TeacherDisplay, type TeacherPayment, type TeacherPaymentRow, type Tuition, type User, type UserRoles, zAttendance, zBPaymentInfo, zBUserInfo, zCampBooking, zCampTracker, zClassTracker, zCourse, zCourseTable, zDetailsTable, zDiscount, zGroupBooking, zGroupTracker, zImageDef, zInvoice, zInvoiceItem, zInvoicePackage, zMAttendance, zMCampBooking, zMCampTracker, zMClassTracker, zMCourse, zMGroupBooking, zMGroupTracker, zMInvoice, zMPrivateBooking, zMReportTicket, zMSemester, zMStudent, zMTConfig, zMTReg, zMTTicket, zMTeacher, zMTeacherPayment, zMUser, zPrivateBooking, zReportTicket, zScheduleData, zScheduleTable, zSemester, zStudent, zTConfig, zTReg, zTTicket, zTTicketReg, zTeacher, zTeacherDisplay, zTeacherPayment, zTeacherPaymentRow, zTuition, zUser, zUserRoles };
|
|
1853
|
+
export { AgeGroup, AttendState, type Attendance, type AuroraCourses, type BPaymentInfo, type BPrivate, type BUserInfo, type CampBooking, CampOption, type CampTracker, type ClassTracker, type Course, CourseCategory, type CourseTable, type DetailsTable, type Discount, GoRank, type GroupBooking, type GroupTracker, type ImageDef, type Invoice, type InvoiceItem, type InvoicePackage, type MAttendance, type MBPrivate, type MCampBooking, type MCampTracker, type MClassTracker, type MCourse, type MGroupBooking, type MGroupTracker, type MInvoice, type MNYIGMission, type MReportTicket, type MSemester, type MStudent, type MTConfig, type MTReg, type MTTicket, type MTeacher, type MTeacherPayment, type MUser, type NYIGMission, NYIGSchool, PaymentMethod, type ReportTicket, type ScheduleData, type ScheduleTable, Season, type Semester, type Student, type TConfig, type TReg, type TTicket, type TTicketReg, type Teacher, type TeacherDisplay, type TeacherPayment, type TeacherPaymentRow, TicketStatus, type Tuition, type User, type UserRoles, zAttendance, zBPaymentInfo, zBUserInfo, zCampBooking, zCampTracker, zClassTracker, zCourse, zCourseTable, zDetailsTable, zDiscount, zGroupBooking, zGroupTracker, zImageDef, zInvoice, zInvoiceItem, zInvoicePackage, zMAttendance, zMCampBooking, zMCampTracker, zMClassTracker, zMCourse, zMGroupBooking, zMGroupTracker, zMInvoice, zMPrivateBooking, zMReportTicket, zMSemester, zMStudent, zMTConfig, zMTReg, zMTTicket, zMTeacher, zMTeacherPayment, zMUser, zPrivateBooking, zReportTicket, zScheduleData, zScheduleTable, zSemester, zStudent, zTConfig, zTReg, zTTicket, zTTicketReg, zTeacher, zTeacherDisplay, zTeacherPayment, zTeacherPaymentRow, zTuition, zUser, zUserRoles };
|
package/index.d.ts
CHANGED
|
@@ -1085,6 +1085,7 @@ declare enum TicketStatus {
|
|
|
1085
1085
|
SIGN_OFF = "Sign-off",
|
|
1086
1086
|
COMPLETED = "Completed"
|
|
1087
1087
|
}
|
|
1088
|
+
|
|
1088
1089
|
declare const zReportTicket: z.ZodObject<{
|
|
1089
1090
|
requester: z.ZodString;
|
|
1090
1091
|
resolver: z.ZodString;
|
|
@@ -1849,4 +1850,4 @@ declare const zUserRoles: z.ZodObject<{
|
|
|
1849
1850
|
}>;
|
|
1850
1851
|
type UserRoles = z.infer<typeof zUserRoles>;
|
|
1851
1852
|
|
|
1852
|
-
export { AgeGroup, AttendState, type Attendance, type AuroraCourses, type BPaymentInfo, type BPrivate, type BUserInfo, type CampBooking, CampOption, type CampTracker, type ClassTracker, type Course, CourseCategory, type CourseTable, type DetailsTable, type Discount, GoRank, type GroupBooking, type GroupTracker, type ImageDef, type Invoice, type InvoiceItem, type InvoicePackage, type MAttendance, type MBPrivate, type MCampBooking, type MCampTracker, type MClassTracker, type MCourse, type MGroupBooking, type MGroupTracker, type MInvoice, type MNYIGMission, type MReportTicket, type MSemester, type MStudent, type MTConfig, type MTReg, type MTTicket, type MTeacher, type MTeacherPayment, type MUser, type NYIGMission, NYIGSchool, PaymentMethod, type ReportTicket, type ScheduleData, type ScheduleTable, Season, type Semester, type Student, type TConfig, type TReg, type TTicket, type TTicketReg, type Teacher, type TeacherDisplay, type TeacherPayment, type TeacherPaymentRow, type Tuition, type User, type UserRoles, zAttendance, zBPaymentInfo, zBUserInfo, zCampBooking, zCampTracker, zClassTracker, zCourse, zCourseTable, zDetailsTable, zDiscount, zGroupBooking, zGroupTracker, zImageDef, zInvoice, zInvoiceItem, zInvoicePackage, zMAttendance, zMCampBooking, zMCampTracker, zMClassTracker, zMCourse, zMGroupBooking, zMGroupTracker, zMInvoice, zMPrivateBooking, zMReportTicket, zMSemester, zMStudent, zMTConfig, zMTReg, zMTTicket, zMTeacher, zMTeacherPayment, zMUser, zPrivateBooking, zReportTicket, zScheduleData, zScheduleTable, zSemester, zStudent, zTConfig, zTReg, zTTicket, zTTicketReg, zTeacher, zTeacherDisplay, zTeacherPayment, zTeacherPaymentRow, zTuition, zUser, zUserRoles };
|
|
1853
|
+
export { AgeGroup, AttendState, type Attendance, type AuroraCourses, type BPaymentInfo, type BPrivate, type BUserInfo, type CampBooking, CampOption, type CampTracker, type ClassTracker, type Course, CourseCategory, type CourseTable, type DetailsTable, type Discount, GoRank, type GroupBooking, type GroupTracker, type ImageDef, type Invoice, type InvoiceItem, type InvoicePackage, type MAttendance, type MBPrivate, type MCampBooking, type MCampTracker, type MClassTracker, type MCourse, type MGroupBooking, type MGroupTracker, type MInvoice, type MNYIGMission, type MReportTicket, type MSemester, type MStudent, type MTConfig, type MTReg, type MTTicket, type MTeacher, type MTeacherPayment, type MUser, type NYIGMission, NYIGSchool, PaymentMethod, type ReportTicket, type ScheduleData, type ScheduleTable, Season, type Semester, type Student, type TConfig, type TReg, type TTicket, type TTicketReg, type Teacher, type TeacherDisplay, type TeacherPayment, type TeacherPaymentRow, TicketStatus, type Tuition, type User, type UserRoles, zAttendance, zBPaymentInfo, zBUserInfo, zCampBooking, zCampTracker, zClassTracker, zCourse, zCourseTable, zDetailsTable, zDiscount, zGroupBooking, zGroupTracker, zImageDef, zInvoice, zInvoiceItem, zInvoicePackage, zMAttendance, zMCampBooking, zMCampTracker, zMClassTracker, zMCourse, zMGroupBooking, zMGroupTracker, zMInvoice, zMPrivateBooking, zMReportTicket, zMSemester, zMStudent, zMTConfig, zMTReg, zMTTicket, zMTeacher, zMTeacherPayment, zMUser, zPrivateBooking, zReportTicket, zScheduleData, zScheduleTable, zSemester, zStudent, zTConfig, zTReg, zTTicket, zTTicketReg, zTeacher, zTeacherDisplay, zTeacherPayment, zTeacherPaymentRow, zTuition, zUser, zUserRoles };
|
package/index.js
CHANGED
|
@@ -28,6 +28,7 @@ __export(src_exports, {
|
|
|
28
28
|
NYIGSchool: () => NYIGSchool,
|
|
29
29
|
PaymentMethod: () => PaymentMethod,
|
|
30
30
|
Season: () => Season,
|
|
31
|
+
TicketStatus: () => TicketStatus,
|
|
31
32
|
zAttendance: () => zAttendance,
|
|
32
33
|
zBPaymentInfo: () => zBPaymentInfo,
|
|
33
34
|
zBUserInfo: () => zBUserInfo,
|
|
@@ -456,6 +457,8 @@ var zImageDef = import_zod17.z.object({
|
|
|
456
457
|
|
|
457
458
|
// src/interface/reporting/reportTicket.ts
|
|
458
459
|
var import_zod18 = require("zod");
|
|
460
|
+
|
|
461
|
+
// src/interface/reporting/ticketStatus.ts
|
|
459
462
|
var TicketStatus = /* @__PURE__ */ ((TicketStatus2) => {
|
|
460
463
|
TicketStatus2["REQUESTED"] = "Requested";
|
|
461
464
|
TicketStatus2["IN_PROGRESS"] = "In-progress";
|
|
@@ -463,6 +466,8 @@ var TicketStatus = /* @__PURE__ */ ((TicketStatus2) => {
|
|
|
463
466
|
TicketStatus2["COMPLETED"] = "Completed";
|
|
464
467
|
return TicketStatus2;
|
|
465
468
|
})(TicketStatus || {});
|
|
469
|
+
|
|
470
|
+
// src/interface/reporting/reportTicket.ts
|
|
466
471
|
var zReportTicket = import_zod18.z.object({
|
|
467
472
|
requester: import_zod18.z.string(),
|
|
468
473
|
resolver: import_zod18.z.string(),
|
|
@@ -755,6 +760,7 @@ var zMTeacher = extendZodObjectForMongoose(zTeacher);
|
|
|
755
760
|
NYIGSchool,
|
|
756
761
|
PaymentMethod,
|
|
757
762
|
Season,
|
|
763
|
+
TicketStatus,
|
|
758
764
|
zAttendance,
|
|
759
765
|
zBPaymentInfo,
|
|
760
766
|
zBUserInfo,
|
package/index.mjs
CHANGED
|
@@ -372,6 +372,8 @@ var zImageDef = z17.object({
|
|
|
372
372
|
|
|
373
373
|
// src/interface/reporting/reportTicket.ts
|
|
374
374
|
import { z as z18 } from "zod";
|
|
375
|
+
|
|
376
|
+
// src/interface/reporting/ticketStatus.ts
|
|
375
377
|
var TicketStatus = /* @__PURE__ */ ((TicketStatus2) => {
|
|
376
378
|
TicketStatus2["REQUESTED"] = "Requested";
|
|
377
379
|
TicketStatus2["IN_PROGRESS"] = "In-progress";
|
|
@@ -379,6 +381,8 @@ var TicketStatus = /* @__PURE__ */ ((TicketStatus2) => {
|
|
|
379
381
|
TicketStatus2["COMPLETED"] = "Completed";
|
|
380
382
|
return TicketStatus2;
|
|
381
383
|
})(TicketStatus || {});
|
|
384
|
+
|
|
385
|
+
// src/interface/reporting/reportTicket.ts
|
|
382
386
|
var zReportTicket = z18.object({
|
|
383
387
|
requester: z18.string(),
|
|
384
388
|
resolver: z18.string(),
|
|
@@ -670,6 +674,7 @@ export {
|
|
|
670
674
|
NYIGSchool,
|
|
671
675
|
PaymentMethod,
|
|
672
676
|
Season,
|
|
677
|
+
TicketStatus,
|
|
673
678
|
zAttendance,
|
|
674
679
|
zBPaymentInfo,
|
|
675
680
|
zBUserInfo,
|