mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
feat: add changePassword parent method (#40)
This commit is contained in:
parent
c42dd71cdf
commit
118c384131
3 changed files with 38 additions and 1 deletions
|
|
@ -490,6 +490,8 @@ export interface PupilFieldsData {
|
|||
|
||||
export type PupilFieldsResponse = ClassChartsResponse<PupilFieldsData, []>;
|
||||
|
||||
export type ChangePasswordResponse = ClassChartsResponse<[], []>;
|
||||
|
||||
export interface GetStudentCodeOptions {
|
||||
/**
|
||||
* Date of birth, in format YYYY-MM-DD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue