yellowgrid-api-ts 3.2.286 → 3.2.288
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/api.ts +1 -1
- package/dist/api.d.ts +1 -1
- package/docs/SearchSchoolModel.md +1 -1
- package/package.json +1 -1
package/api.ts
CHANGED
package/dist/api.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
|
|
|
12
12
|
**name** | **string** | School Name | [default to undefined]
|
|
13
13
|
**phaseOfEducation** | **string** | Phase of Education | [default to undefined]
|
|
14
14
|
**text** | **string** | Text Display | [default to undefined]
|
|
15
|
-
**mis** | **string** | MIS | [default to undefined]
|
|
15
|
+
**mis** | **string** | MIS | [optional] [default to undefined]
|
|
16
16
|
**address** | **string** | Address | [default to undefined]
|
|
17
17
|
|
|
18
18
|
## Example
|