gst-common 1.1.35 → 1.1.36

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
@@ -141,6 +141,10 @@ type TutorEntity = {
141
141
  district?: DistrictEntity;
142
142
  province?: ProvinceEntity;
143
143
  workAt?: string;
144
+ birthDay?: string;
145
+ hiddenBirthDay?: boolean;
146
+ phoneNumber?: string;
147
+ hiddenPhoneNumber?: boolean;
144
148
  hiddenWorkAt: boolean;
145
149
  account: AccountEntity;
146
150
  } & BaseEntity;
package/dist/index.d.ts CHANGED
@@ -141,6 +141,10 @@ type TutorEntity = {
141
141
  district?: DistrictEntity;
142
142
  province?: ProvinceEntity;
143
143
  workAt?: string;
144
+ birthDay?: string;
145
+ hiddenBirthDay?: boolean;
146
+ phoneNumber?: string;
147
+ hiddenPhoneNumber?: boolean;
144
148
  hiddenWorkAt: boolean;
145
149
  account: AccountEntity;
146
150
  } & BaseEntity;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.1.35",
3
+ "version": "1.1.36",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",