gst-common 1.7.6 → 1.7.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.cjs CHANGED
@@ -585,7 +585,7 @@ var OBJECT_PROGRAM_METHOD = {
585
585
  },
586
586
  ["Online/Offline" /* ONLINE_OFFLINE */]: {
587
587
  value: "Online/Offline" /* ONLINE_OFFLINE */,
588
- label: "Onl/Off(linh ho\u1EA1t)"
588
+ label: "Online ho\u1EB7c offline"
589
589
  }
590
590
  };
591
591
  var OBJECT_REGISTERED_PROGRAM_STATUS = {
package/dist/index.d.cts CHANGED
@@ -12,6 +12,7 @@ type TProgramEntity = {
12
12
  account: TAccountEntity;
13
13
  method: PROGRAM_METHOD;
14
14
  durationPerSession: number;
15
+ fullName: string;
15
16
  } & BaseEntity;
16
17
  type TStudentEntity = {
17
18
  district: TDistrictEntity | null | null;
package/dist/index.d.ts CHANGED
@@ -12,6 +12,7 @@ type TProgramEntity = {
12
12
  account: TAccountEntity;
13
13
  method: PROGRAM_METHOD;
14
14
  durationPerSession: number;
15
+ fullName: string;
15
16
  } & BaseEntity;
16
17
  type TStudentEntity = {
17
18
  district: TDistrictEntity | null | null;
package/dist/index.mjs CHANGED
@@ -469,7 +469,7 @@ var OBJECT_PROGRAM_METHOD = {
469
469
  },
470
470
  ["Online/Offline" /* ONLINE_OFFLINE */]: {
471
471
  value: "Online/Offline" /* ONLINE_OFFLINE */,
472
- label: "Onl/Off(linh ho\u1EA1t)"
472
+ label: "Online ho\u1EB7c offline"
473
473
  }
474
474
  };
475
475
  var OBJECT_REGISTERED_PROGRAM_STATUS = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.7.6",
3
+ "version": "1.7.8",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",