@brite-future-schools-contracts/contracts 2.0.26 → 2.0.30
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/chunk-LIPNVYGK.js +374 -0
- package/dist/chunk-LIPNVYGK.js.map +1 -0
- package/dist/chunk-W3NAS6DL.js +1 -0
- package/dist/{chunk-CL7UHAQE.js → chunk-WGPI4GGP.js} +362 -10
- package/dist/chunk-WGPI4GGP.js.map +1 -0
- package/dist/contracts/index.cjs +494 -0
- package/dist/contracts/index.cjs.map +1 -1
- package/dist/contracts/index.d.cts +2084 -1
- package/dist/contracts/index.d.ts +2084 -1
- package/dist/contracts/index.js +84 -2
- package/dist/index.cjs +613 -39
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +171 -3
- package/dist/index.js.map +1 -1
- package/dist/schemas/index.cjs +404 -9
- package/dist/schemas/index.cjs.map +1 -1
- package/dist/schemas/index.d.cts +545 -1
- package/dist/schemas/index.d.ts +545 -1
- package/dist/schemas/index.js +88 -2
- package/package.json +1 -1
- package/dist/chunk-CL7UHAQE.js.map +0 -1
- package/dist/chunk-NCAGCDZV.js +0 -1
- package/dist/chunk-YKK4SQI7.js +0 -204
- package/dist/chunk-YKK4SQI7.js.map +0 -1
- /package/dist/{chunk-NCAGCDZV.js.map → chunk-W3NAS6DL.js.map} +0 -0
package/dist/contracts/index.js
CHANGED
|
@@ -1,82 +1,164 @@
|
|
|
1
1
|
import {
|
|
2
|
+
acknowledgeContract,
|
|
3
|
+
acknowledgeDiaryEntryContract,
|
|
4
|
+
approveContract,
|
|
5
|
+
approveLiftContract,
|
|
2
6
|
attendanceContract,
|
|
3
7
|
authContract,
|
|
8
|
+
bankingContract,
|
|
9
|
+
blocksContract,
|
|
4
10
|
bulkUploadStudentsContract,
|
|
5
11
|
calendarContract,
|
|
6
12
|
calendarListTermsContract,
|
|
13
|
+
cancelContract,
|
|
7
14
|
changePasswordContract,
|
|
15
|
+
createBankAccountContract,
|
|
16
|
+
createCategoryContract,
|
|
8
17
|
createDepartmentContract,
|
|
18
|
+
createEntryContract,
|
|
9
19
|
createGradeContract,
|
|
20
|
+
createNotificationContract,
|
|
10
21
|
createStaffContract,
|
|
11
22
|
createStudentContract,
|
|
12
23
|
createTermContract,
|
|
13
24
|
createYearContract,
|
|
25
|
+
deactivateContract,
|
|
26
|
+
diaryContract,
|
|
14
27
|
getByClassContract,
|
|
28
|
+
getByIdContract,
|
|
15
29
|
getByStudentContract,
|
|
30
|
+
getEntryContract,
|
|
16
31
|
getMeContract,
|
|
32
|
+
getResponseSummaryContract,
|
|
17
33
|
getStaffByIdContract,
|
|
18
34
|
getStudentByIdContract,
|
|
35
|
+
getTemplateContract,
|
|
19
36
|
gradesContract,
|
|
20
37
|
hrContract,
|
|
21
38
|
linkGuardianContract,
|
|
39
|
+
listAccountsContract,
|
|
40
|
+
listAcknowledgementsContract,
|
|
41
|
+
listActiveBlocksContract,
|
|
42
|
+
listBanksContract,
|
|
43
|
+
listCategoriesContract,
|
|
22
44
|
listClassesContract,
|
|
45
|
+
listDeliveriesContract,
|
|
23
46
|
listDepartmentsContract,
|
|
47
|
+
listEntriesContract,
|
|
48
|
+
listForGuardianContract,
|
|
24
49
|
listGradesContract,
|
|
50
|
+
listResponsesContract,
|
|
25
51
|
listStaffContract,
|
|
26
52
|
listStudentsContract,
|
|
53
|
+
listTemplatesContract,
|
|
27
54
|
listTermsContract,
|
|
28
55
|
listYearsContract,
|
|
29
56
|
loginContract,
|
|
30
57
|
logoutContract,
|
|
31
58
|
markAttendanceContract,
|
|
59
|
+
markReadContract,
|
|
60
|
+
markUnreadContract,
|
|
61
|
+
notificationsContract,
|
|
32
62
|
refreshTokenContract,
|
|
63
|
+
rejectContract,
|
|
64
|
+
requestLiftContract,
|
|
33
65
|
requestPasswordResetContract,
|
|
34
66
|
resetPasswordContract,
|
|
67
|
+
resolveBlockAltContract,
|
|
68
|
+
resolveBlockContract,
|
|
69
|
+
respondContract,
|
|
70
|
+
respondToBlockContract,
|
|
71
|
+
respondToDiaryEntryContract,
|
|
35
72
|
setCurrentTermContract,
|
|
36
73
|
setCurrentYearContract,
|
|
74
|
+
setDefaultContract,
|
|
37
75
|
studentsContract,
|
|
76
|
+
submitContract,
|
|
38
77
|
switchBranchContract,
|
|
78
|
+
updateBankAccountContract,
|
|
79
|
+
updateCategoryContract,
|
|
39
80
|
updateStaffStatusContract
|
|
40
|
-
} from "../chunk-
|
|
41
|
-
import "../chunk-
|
|
81
|
+
} from "../chunk-LIPNVYGK.js";
|
|
82
|
+
import "../chunk-WGPI4GGP.js";
|
|
42
83
|
export {
|
|
84
|
+
acknowledgeContract,
|
|
85
|
+
acknowledgeDiaryEntryContract,
|
|
86
|
+
approveContract,
|
|
87
|
+
approveLiftContract,
|
|
43
88
|
attendanceContract,
|
|
44
89
|
authContract,
|
|
90
|
+
bankingContract,
|
|
91
|
+
blocksContract,
|
|
45
92
|
bulkUploadStudentsContract,
|
|
46
93
|
calendarContract,
|
|
47
94
|
calendarListTermsContract,
|
|
95
|
+
cancelContract,
|
|
48
96
|
changePasswordContract,
|
|
97
|
+
createBankAccountContract,
|
|
98
|
+
createCategoryContract,
|
|
49
99
|
createDepartmentContract,
|
|
100
|
+
createEntryContract,
|
|
50
101
|
createGradeContract,
|
|
102
|
+
createNotificationContract,
|
|
51
103
|
createStaffContract,
|
|
52
104
|
createStudentContract,
|
|
53
105
|
createTermContract,
|
|
54
106
|
createYearContract,
|
|
107
|
+
deactivateContract,
|
|
108
|
+
diaryContract,
|
|
55
109
|
getByClassContract,
|
|
110
|
+
getByIdContract,
|
|
56
111
|
getByStudentContract,
|
|
112
|
+
getEntryContract,
|
|
57
113
|
getMeContract,
|
|
114
|
+
getResponseSummaryContract,
|
|
58
115
|
getStaffByIdContract,
|
|
59
116
|
getStudentByIdContract,
|
|
117
|
+
getTemplateContract,
|
|
60
118
|
gradesContract,
|
|
61
119
|
hrContract,
|
|
62
120
|
linkGuardianContract,
|
|
121
|
+
listAccountsContract,
|
|
122
|
+
listAcknowledgementsContract,
|
|
123
|
+
listActiveBlocksContract,
|
|
124
|
+
listBanksContract,
|
|
125
|
+
listCategoriesContract,
|
|
63
126
|
listClassesContract,
|
|
127
|
+
listDeliveriesContract,
|
|
64
128
|
listDepartmentsContract,
|
|
129
|
+
listEntriesContract,
|
|
130
|
+
listForGuardianContract,
|
|
65
131
|
listGradesContract,
|
|
132
|
+
listResponsesContract,
|
|
66
133
|
listStaffContract,
|
|
67
134
|
listStudentsContract,
|
|
135
|
+
listTemplatesContract,
|
|
68
136
|
listTermsContract,
|
|
69
137
|
listYearsContract,
|
|
70
138
|
loginContract,
|
|
71
139
|
logoutContract,
|
|
72
140
|
markAttendanceContract,
|
|
141
|
+
markReadContract,
|
|
142
|
+
markUnreadContract,
|
|
143
|
+
notificationsContract,
|
|
73
144
|
refreshTokenContract,
|
|
145
|
+
rejectContract,
|
|
146
|
+
requestLiftContract,
|
|
74
147
|
requestPasswordResetContract,
|
|
75
148
|
resetPasswordContract,
|
|
149
|
+
resolveBlockAltContract,
|
|
150
|
+
resolveBlockContract,
|
|
151
|
+
respondContract,
|
|
152
|
+
respondToBlockContract,
|
|
153
|
+
respondToDiaryEntryContract,
|
|
76
154
|
setCurrentTermContract,
|
|
77
155
|
setCurrentYearContract,
|
|
156
|
+
setDefaultContract,
|
|
78
157
|
studentsContract,
|
|
158
|
+
submitContract,
|
|
79
159
|
switchBranchContract,
|
|
160
|
+
updateBankAccountContract,
|
|
161
|
+
updateCategoryContract,
|
|
80
162
|
updateStaffStatusContract
|
|
81
163
|
};
|
|
82
164
|
//# sourceMappingURL=index.js.map
|