gst-common 1.6.10 → 1.6.12
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 +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -318,6 +318,7 @@ type TTeachingTimeRangeEntity = {
|
|
|
318
318
|
};
|
|
319
319
|
type TRequestTutorFormEntity = {
|
|
320
320
|
phoneNumber: string;
|
|
321
|
+
code: string;
|
|
321
322
|
isZaloPhoneNumber: boolean;
|
|
322
323
|
jobDescription: string;
|
|
323
324
|
expectedFee: number;
|
|
@@ -327,6 +328,8 @@ type TRequestTutorFormEntity = {
|
|
|
327
328
|
learningDayOfWeeks: TDayOfWeekEntity[];
|
|
328
329
|
studyTimeRange: TTeachingTimeRangeEntity[];
|
|
329
330
|
address?: string;
|
|
331
|
+
completedAt: string | null;
|
|
332
|
+
processAt: string | null;
|
|
330
333
|
} & BaseEntity;
|
|
331
334
|
|
|
332
335
|
declare enum CUSTOMER_TYPE {
|
package/dist/index.d.ts
CHANGED
|
@@ -318,6 +318,7 @@ type TTeachingTimeRangeEntity = {
|
|
|
318
318
|
};
|
|
319
319
|
type TRequestTutorFormEntity = {
|
|
320
320
|
phoneNumber: string;
|
|
321
|
+
code: string;
|
|
321
322
|
isZaloPhoneNumber: boolean;
|
|
322
323
|
jobDescription: string;
|
|
323
324
|
expectedFee: number;
|
|
@@ -327,6 +328,8 @@ type TRequestTutorFormEntity = {
|
|
|
327
328
|
learningDayOfWeeks: TDayOfWeekEntity[];
|
|
328
329
|
studyTimeRange: TTeachingTimeRangeEntity[];
|
|
329
330
|
address?: string;
|
|
331
|
+
completedAt: string | null;
|
|
332
|
+
processAt: string | null;
|
|
330
333
|
} & BaseEntity;
|
|
331
334
|
|
|
332
335
|
declare enum CUSTOMER_TYPE {
|