gst-common 1.6.78 → 1.6.80

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
@@ -44,6 +44,9 @@ type TAccountEntity = {
44
44
  pendingAt: Date;
45
45
  completedAt: Date;
46
46
  rejectReason: string;
47
+ backIDCard: string;
48
+ frontIDCard: string;
49
+ introductionVideo: string;
47
50
  completedInternalAccount: TInternalAccountEntity | null;
48
51
  password: string | null;
49
52
  username: string;
@@ -1851,16 +1854,16 @@ type TProgramPublicRecommended = {
1851
1854
  limit?: number;
1852
1855
  };
1853
1856
  type TTutorSubmitIdentify = {
1857
+ avatar: string;
1854
1858
  fullname: string;
1855
- introduction: string;
1856
1859
  birthDay: string;
1860
+ provinceCode: string;
1861
+ districtCode: string;
1857
1862
  phoneNumber: string;
1858
- avatar: string;
1863
+ introduction: string;
1859
1864
  frontIDCard: string;
1860
1865
  backIdCard: string;
1861
1866
  introductionVideoId: string;
1862
- districtCode: string;
1863
- provinceCode: string;
1864
1867
  };
1865
1868
 
1866
1869
  type TProgramRegisteredMeTutorEdit = {
package/dist/index.d.ts CHANGED
@@ -44,6 +44,9 @@ type TAccountEntity = {
44
44
  pendingAt: Date;
45
45
  completedAt: Date;
46
46
  rejectReason: string;
47
+ backIDCard: string;
48
+ frontIDCard: string;
49
+ introductionVideo: string;
47
50
  completedInternalAccount: TInternalAccountEntity | null;
48
51
  password: string | null;
49
52
  username: string;
@@ -1851,16 +1854,16 @@ type TProgramPublicRecommended = {
1851
1854
  limit?: number;
1852
1855
  };
1853
1856
  type TTutorSubmitIdentify = {
1857
+ avatar: string;
1854
1858
  fullname: string;
1855
- introduction: string;
1856
1859
  birthDay: string;
1860
+ provinceCode: string;
1861
+ districtCode: string;
1857
1862
  phoneNumber: string;
1858
- avatar: string;
1863
+ introduction: string;
1859
1864
  frontIDCard: string;
1860
1865
  backIdCard: string;
1861
1866
  introductionVideoId: string;
1862
- districtCode: string;
1863
- provinceCode: string;
1864
1867
  };
1865
1868
 
1866
1869
  type TProgramRegisteredMeTutorEdit = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.6.78",
3
+ "version": "1.6.80",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",