gst-common 1.2.7 → 1.2.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 CHANGED
@@ -207,7 +207,7 @@ type TRegisteredProgramEntity = {
207
207
  addressStudent: string | null;
208
208
  studentInterestedProgram: TProgramEntity;
209
209
  registeredStudent: TAccountEntity;
210
- };
210
+ } & BaseEntity;
211
211
 
212
212
  declare const OBJECT_REGISTER_METHOD: {
213
213
  email: {
package/dist/index.d.ts CHANGED
@@ -207,7 +207,7 @@ type TRegisteredProgramEntity = {
207
207
  addressStudent: string | null;
208
208
  studentInterestedProgram: TProgramEntity;
209
209
  registeredStudent: TAccountEntity;
210
- };
210
+ } & BaseEntity;
211
211
 
212
212
  declare const OBJECT_REGISTER_METHOD: {
213
213
  email: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",