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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1467,7 +1467,7 @@ type TRequestTutorFormCreate = {
|
|
|
1467
1467
|
districtCode?: string;
|
|
1468
1468
|
};
|
|
1469
1469
|
type TRequestTutorFormList = {
|
|
1470
|
-
|
|
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
|
-
|
|
1470
|
+
statuses?: REQUEST_TUTOR_FORM_STATUS[];
|
|
1471
1471
|
};
|
|
1472
1472
|
|
|
1473
1473
|
type TProgramRegisteredMeTutorEdit = {
|