gst-common 1.2.74 → 1.2.75

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
@@ -58,6 +58,7 @@ module.exports = __toCommonJS(index_exports);
58
58
  // src/constant.ts
59
59
  var OTP_RESEND_TIME = 20;
60
60
  var COMMON_ROUTES = {
61
+ classList: "/class",
61
62
  registeredProgram: "/registered-program",
62
63
  studentClassList: "/student-class"
63
64
  };
package/dist/index.d.cts CHANGED
@@ -1,5 +1,6 @@
1
1
  declare const OTP_RESEND_TIME = 20;
2
2
  declare const COMMON_ROUTES: {
3
+ classList: string;
3
4
  registeredProgram: string;
4
5
  studentClassList: string;
5
6
  };
package/dist/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  declare const OTP_RESEND_TIME = 20;
2
2
  declare const COMMON_ROUTES: {
3
+ classList: string;
3
4
  registeredProgram: string;
4
5
  studentClassList: string;
5
6
  };
package/dist/index.mjs CHANGED
@@ -1,6 +1,7 @@
1
1
  // src/constant.ts
2
2
  var OTP_RESEND_TIME = 20;
3
3
  var COMMON_ROUTES = {
4
+ classList: "/class",
4
5
  registeredProgram: "/registered-program",
5
6
  studentClassList: "/student-class"
6
7
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.2.74",
3
+ "version": "1.2.75",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",