cloud-ide-lms-model 1.0.35 → 1.0.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.
@@ -4,5 +4,6 @@ declare const authRoutesUrl: {
4
4
  * for more details refer {@link https://docs.google.com/document/d/1CwB4evLsQuatG4jI0U1faRtmqtNmIfZOE4fDWiz9-sQ/edit?pli=1&tab=t.0#bookmark=id.sxfaxi4qxff3}
5
5
  */
6
6
  signIn: string;
7
+ resetPassword: string;
7
8
  };
8
9
  export { authRoutesUrl };
@@ -6,7 +6,8 @@ const authRoutesUrl = {
6
6
  /** Endpoint to get file details (sign-in)
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
- signIn: "sign-in"
9
+ signIn: "sign-in",
10
+ resetPassword: "reset-password"
10
11
  };
11
12
  exports.authRoutesUrl = authRoutesUrl;
12
13
  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.35",
8
+ "version": "1.0.36",
9
9
  "description": "Package for Model management of Cloud IDEsys LMS",
10
10
  "main": "lib/index.js",
11
11
  "types": "lib/index.d.ts",