cloud-ide-lms-model 1.0.36 → 1.0.37

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.
@@ -5,5 +5,6 @@ declare const authRoutesUrl: {
5
5
  */
6
6
  signIn: string;
7
7
  resetPassword: string;
8
+ forgotPassword: string;
8
9
  };
9
10
  export { authRoutesUrl };
@@ -7,7 +7,8 @@ const authRoutesUrl = {
7
7
  * for more details refer {@link https://docs.google.com/document/d/1CwB4evLsQuatG4jI0U1faRtmqtNmIfZOE4fDWiz9-sQ/edit?pli=1&tab=t.0#bookmark=id.sxfaxi4qxff3}
8
8
  */
9
9
  signIn: "sign-in",
10
- resetPassword: "reset-password"
10
+ resetPassword: "reset-password",
11
+ forgotPassword: 'forgot-password'
11
12
  };
12
13
  exports.authRoutesUrl = authRoutesUrl;
13
14
  Object.freeze(authRoutesUrl);
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "typescript": "^5.4.2"
6
6
  },
7
7
  "name": "cloud-ide-lms-model",
8
- "version": "1.0.36",
8
+ "version": "1.0.37",
9
9
  "description": "Package for Model management of Cloud IDEsys LMS",
10
10
  "main": "lib/index.js",
11
11
  "types": "lib/index.d.ts",