@free-drivers-ed-california/types 0.0.23 → 0.0.26
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/interfaces/student/database-student.interface.d.ts +5 -2
- package/dist/interfaces/student/database-student.interface.d.ts.map +1 -1
- package/dist/interfaces/student/get-all-students-response.interface.d.ts +3 -2
- package/dist/interfaces/student/get-all-students-response.interface.d.ts.map +1 -1
- package/dist/interfaces/student/get-student-response.interface.d.ts +3 -2
- package/dist/interfaces/student/get-student-response.interface.d.ts.map +1 -1
- package/dist/interfaces/student/index.d.ts +1 -0
- package/dist/interfaces/student/index.d.ts.map +1 -1
- package/dist/interfaces/student/index.js +1 -0
- package/dist/interfaces/student/student-user.interface.d.ts +5 -0
- package/dist/interfaces/student/student-user.interface.d.ts.map +1 -0
- package/dist/interfaces/student/student-user.interface.js +0 -0
- package/package.json +1 -1
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
import { DatabaseAddress } from "../generics";
|
|
2
1
|
export interface DatabaseStudent {
|
|
3
2
|
user_id: string;
|
|
4
|
-
address: DatabaseAddress;
|
|
5
3
|
date_of_birth: string;
|
|
6
4
|
phone: string;
|
|
5
|
+
address1: string;
|
|
6
|
+
address2?: string;
|
|
7
|
+
city: string;
|
|
8
|
+
state: string;
|
|
9
|
+
zip: number;
|
|
7
10
|
}
|
|
8
11
|
//# sourceMappingURL=database-student.interface.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"database-student.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/student/database-student.interface.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"database-student.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/student/database-student.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC5B,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { BaseResponse
|
|
1
|
+
import { BaseResponse } from "../generics";
|
|
2
|
+
import { StudentUser } from "./student-user.interface";
|
|
2
3
|
export interface GetAllStudentsResponse extends BaseResponse {
|
|
3
|
-
students:
|
|
4
|
+
students: StudentUser[];
|
|
4
5
|
total: number;
|
|
5
6
|
}
|
|
6
7
|
//# sourceMappingURL=get-all-students-response.interface.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-all-students-response.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/student/get-all-students-response.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,YAAY,
|
|
1
|
+
{"version":3,"file":"get-all-students-response.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/student/get-all-students-response.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,YAAY,EAAC,MAAM,aAAa,CAAC;AACzC,OAAO,EAAC,WAAW,EAAC,MAAM,0BAA0B,CAAC;AAErD,MAAM,WAAW,sBAAuB,SAAQ,YAAY;IACxD,QAAQ,EAAE,WAAW,EAAE,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { BaseResponse
|
|
1
|
+
import { BaseResponse } from "../generics";
|
|
2
|
+
import { StudentUser } from "./student-user.interface";
|
|
2
3
|
export interface GetStudentResponse extends BaseResponse {
|
|
3
|
-
student:
|
|
4
|
+
student: StudentUser;
|
|
4
5
|
}
|
|
5
6
|
//# sourceMappingURL=get-student-response.interface.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-student-response.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/student/get-student-response.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,YAAY,
|
|
1
|
+
{"version":3,"file":"get-student-response.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/student/get-student-response.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,YAAY,EAAC,MAAM,aAAa,CAAC;AACzC,OAAO,EAAC,WAAW,EAAC,MAAM,0BAA0B,CAAC;AAErD,MAAM,WAAW,kBAAmB,SAAQ,YAAY;IACpD,OAAO,EAAE,WAAW,CAAC;CACxB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/interfaces/student/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,kCAAkC,CAAC;AACjD,cAAc,uCAAuC,CAAC;AACtD,cAAc,qCAAqC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/interfaces/student/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,kCAAkC,CAAC;AACjD,cAAc,uCAAuC,CAAC;AACtD,cAAc,qCAAqC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"student-user.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/student/student-user.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,IAAI,EAAC,MAAM,SAAS,CAAC;AAC7B,OAAO,EAAC,OAAO,EAAC,MAAM,qBAAqB,CAAC;AAE5C,MAAM,WAAW,WAAY,SAAQ,IAAI,EAAE,OAAO;CACjD"}
|
|
File without changes
|