gst-common 1.6.7 → 1.6.8

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/index.d.cts CHANGED
@@ -1467,7 +1467,7 @@ type TRequestTutorFormCreate = {
1467
1467
  districtCode?: string;
1468
1468
  };
1469
1469
  type TRequestTutorFormList = {
1470
- statues?: REQUEST_TUTOR_FORM_STATUS[];
1470
+ statuses?: REQUEST_TUTOR_FORM_STATUS[];
1471
1471
  };
1472
1472
 
1473
1473
  type TProgramRegisteredMeTutorEdit = {
package/dist/index.d.ts CHANGED
@@ -1467,7 +1467,7 @@ type TRequestTutorFormCreate = {
1467
1467
  districtCode?: string;
1468
1468
  };
1469
1469
  type TRequestTutorFormList = {
1470
- statues?: REQUEST_TUTOR_FORM_STATUS[];
1470
+ statuses?: REQUEST_TUTOR_FORM_STATUS[];
1471
1471
  };
1472
1472
 
1473
1473
  type TProgramRegisteredMeTutorEdit = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.6.07",
3
+ "version": "1.6.08",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",