gst-common 1.6.78 → 1.6.79
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 +6 -4
- package/dist/index.d.ts +6 -4
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -44,6 +44,8 @@ type TAccountEntity = {
|
|
|
44
44
|
pendingAt: Date;
|
|
45
45
|
completedAt: Date;
|
|
46
46
|
rejectReason: string;
|
|
47
|
+
backIDCard: string;
|
|
48
|
+
frontIDCard: string;
|
|
47
49
|
completedInternalAccount: TInternalAccountEntity | null;
|
|
48
50
|
password: string | null;
|
|
49
51
|
username: string;
|
|
@@ -1851,16 +1853,16 @@ type TProgramPublicRecommended = {
|
|
|
1851
1853
|
limit?: number;
|
|
1852
1854
|
};
|
|
1853
1855
|
type TTutorSubmitIdentify = {
|
|
1856
|
+
avatar: string;
|
|
1854
1857
|
fullname: string;
|
|
1855
|
-
introduction: string;
|
|
1856
1858
|
birthDay: string;
|
|
1859
|
+
provinceCode: string;
|
|
1860
|
+
districtCode: string;
|
|
1857
1861
|
phoneNumber: string;
|
|
1858
|
-
|
|
1862
|
+
introduction: string;
|
|
1859
1863
|
frontIDCard: string;
|
|
1860
1864
|
backIdCard: string;
|
|
1861
1865
|
introductionVideoId: string;
|
|
1862
|
-
districtCode: string;
|
|
1863
|
-
provinceCode: string;
|
|
1864
1866
|
};
|
|
1865
1867
|
|
|
1866
1868
|
type TProgramRegisteredMeTutorEdit = {
|
package/dist/index.d.ts
CHANGED
|
@@ -44,6 +44,8 @@ type TAccountEntity = {
|
|
|
44
44
|
pendingAt: Date;
|
|
45
45
|
completedAt: Date;
|
|
46
46
|
rejectReason: string;
|
|
47
|
+
backIDCard: string;
|
|
48
|
+
frontIDCard: string;
|
|
47
49
|
completedInternalAccount: TInternalAccountEntity | null;
|
|
48
50
|
password: string | null;
|
|
49
51
|
username: string;
|
|
@@ -1851,16 +1853,16 @@ type TProgramPublicRecommended = {
|
|
|
1851
1853
|
limit?: number;
|
|
1852
1854
|
};
|
|
1853
1855
|
type TTutorSubmitIdentify = {
|
|
1856
|
+
avatar: string;
|
|
1854
1857
|
fullname: string;
|
|
1855
|
-
introduction: string;
|
|
1856
1858
|
birthDay: string;
|
|
1859
|
+
provinceCode: string;
|
|
1860
|
+
districtCode: string;
|
|
1857
1861
|
phoneNumber: string;
|
|
1858
|
-
|
|
1862
|
+
introduction: string;
|
|
1859
1863
|
frontIDCard: string;
|
|
1860
1864
|
backIdCard: string;
|
|
1861
1865
|
introductionVideoId: string;
|
|
1862
|
-
districtCode: string;
|
|
1863
|
-
provinceCode: string;
|
|
1864
1866
|
};
|
|
1865
1867
|
|
|
1866
1868
|
type TProgramRegisteredMeTutorEdit = {
|