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 CHANGED
@@ -7442,7 +7442,7 @@ export interface SearchSchoolModel {
7442
7442
  /**
7443
7443
  * MIS
7444
7444
  */
7445
- 'mis': string;
7445
+ 'mis'?: string | null;
7446
7446
  /**
7447
7447
  * Address
7448
7448
  */
package/dist/api.d.ts CHANGED
@@ -7313,7 +7313,7 @@ export interface SearchSchoolModel {
7313
7313
  /**
7314
7314
  * MIS
7315
7315
  */
7316
- 'mis': string;
7316
+ 'mis'?: string | null;
7317
7317
  /**
7318
7318
  * Address
7319
7319
  */
@@ -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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.2.286",
3
+ "version": "3.2.288",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {