@free-drivers-ed-california/types 0.0.246 → 0.0.247
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/endpoints/public-endpoints.enum.d.ts +2 -1
- package/dist/endpoints/public-endpoints.enum.d.ts.map +1 -1
- package/dist/endpoints/public-endpoints.enum.js +1 -0
- package/dist/endpoints/student-endpoints.enum.d.ts +2 -1
- package/dist/endpoints/student-endpoints.enum.d.ts.map +1 -1
- package/dist/endpoints/student-endpoints.enum.js +1 -0
- package/dist/user/endpoints/index.d.ts +2 -0
- package/dist/user/endpoints/index.d.ts.map +1 -1
- package/dist/user/endpoints/index.js +2 -0
- package/dist/user/endpoints/public/forgot-password/forgot-password-request.interface.d.ts +4 -0
- package/dist/user/endpoints/public/forgot-password/forgot-password-request.interface.d.ts.map +1 -0
- package/dist/user/endpoints/public/forgot-password/forgot-password-request.interface.js +0 -0
- package/dist/user/endpoints/public/forgot-password/forgot-password-response.interface.d.ts +4 -0
- package/dist/user/endpoints/public/forgot-password/forgot-password-response.interface.d.ts.map +1 -0
- package/dist/user/endpoints/public/forgot-password/forgot-password-response.interface.js +0 -0
- package/dist/user/endpoints/public/forgot-password/index.d.ts +3 -0
- package/dist/user/endpoints/public/forgot-password/index.d.ts.map +1 -0
- package/dist/user/endpoints/public/forgot-password/index.js +2 -0
- package/dist/user/endpoints/public/index.d.ts +2 -0
- package/dist/user/endpoints/public/index.d.ts.map +1 -0
- package/dist/user/endpoints/public/index.js +1 -0
- package/dist/user/endpoints/student/index.d.ts +2 -0
- package/dist/user/endpoints/student/index.d.ts.map +1 -0
- package/dist/user/endpoints/student/index.js +1 -0
- package/dist/user/endpoints/student/reset-password-current-user/index.d.ts +3 -0
- package/dist/user/endpoints/student/reset-password-current-user/index.d.ts.map +1 -0
- package/dist/user/endpoints/student/reset-password-current-user/index.js +2 -0
- package/dist/user/endpoints/student/reset-password-current-user/reset-password-current-user-request.interface.d.ts +5 -0
- package/dist/user/endpoints/student/reset-password-current-user/reset-password-current-user-request.interface.d.ts.map +1 -0
- package/dist/user/endpoints/student/reset-password-current-user/reset-password-current-user-request.interface.js +0 -0
- package/dist/user/endpoints/student/reset-password-current-user/reset-password-current-user-response.interface.d.ts +4 -0
- package/dist/user/endpoints/student/reset-password-current-user/reset-password-current-user-response.interface.d.ts.map +1 -0
- package/dist/user/endpoints/student/reset-password-current-user/reset-password-current-user-response.interface.js +0 -0
- package/package.json +1 -1
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
export declare enum PublicEndpoints {
|
|
5
5
|
CHECK_EMAIL_IN_USE = "/student/check-email-in-use",
|
|
6
6
|
LOGIN = "/users/login",
|
|
7
|
-
VALIDATE = "/users/validate"
|
|
7
|
+
VALIDATE = "/users/validate",
|
|
8
|
+
FORGOT_PASSWORD = "/users/forgot-password"
|
|
8
9
|
}
|
|
9
10
|
//# sourceMappingURL=public-endpoints.enum.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"public-endpoints.enum.d.ts","sourceRoot":"","sources":["../../src/endpoints/public-endpoints.enum.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,eAAe;IACvB,kBAAkB,gCAAgC;IAClD,KAAK,iBAAiB;IACtB,QAAQ,oBAAoB;
|
|
1
|
+
{"version":3,"file":"public-endpoints.enum.d.ts","sourceRoot":"","sources":["../../src/endpoints/public-endpoints.enum.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,eAAe;IACvB,kBAAkB,gCAAgC;IAClD,KAAK,iBAAiB;IACtB,QAAQ,oBAAoB;IAC5B,eAAe,2BAA2B;CAC7C"}
|
|
@@ -6,4 +6,5 @@ export var PublicEndpoints;
|
|
|
6
6
|
PublicEndpoints["CHECK_EMAIL_IN_USE"] = "/student/check-email-in-use";
|
|
7
7
|
PublicEndpoints["LOGIN"] = "/users/login";
|
|
8
8
|
PublicEndpoints["VALIDATE"] = "/users/validate";
|
|
9
|
+
PublicEndpoints["FORGOT_PASSWORD"] = "/users/forgot-password";
|
|
9
10
|
})(PublicEndpoints || (PublicEndpoints = {}));
|
|
@@ -17,6 +17,7 @@ export declare enum StudentEndpoints {
|
|
|
17
17
|
SUBMIT_QUIZ = "/student/submit-quiz",
|
|
18
18
|
UPDATE_CURRENT_POSITION = "/student/update-current-position",
|
|
19
19
|
UPDATE_PAGE_TIME_SPENT = "/student/update-page-time-spent",
|
|
20
|
-
ADD_STRIPE_TRANSACTION_ID = "/student/add-stripe-transaction-id"
|
|
20
|
+
ADD_STRIPE_TRANSACTION_ID = "/student/add-stripe-transaction-id",
|
|
21
|
+
RESET_PASSWORD = "/student/reset-password"
|
|
21
22
|
}
|
|
22
23
|
//# sourceMappingURL=student-endpoints.enum.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"student-endpoints.enum.d.ts","sourceRoot":"","sources":["../../src/endpoints/student-endpoints.enum.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,gBAAgB;IACxB,cAAc,wBAAwB;IACtC,mBAAmB,iCAAiC;IACpD,kBAAkB,gCAAgC;IAClD,qBAAqB,mCAAmC;IACxD,wBAAwB,sCAAsC;IAC9D,kBAAkB,gCAAgC;IAClD,QAAQ,sBAAsB;IAC9B,WAAW,yBAAyB;IACpC,cAAc,4BAA4B;IAC1C,WAAW,yBAAyB;IACpC,UAAU,wBAAwB;IAClC,YAAY,0BAA0B;IACtC,WAAW,yBAAyB;IACpC,uBAAuB,qCAAqC;IAC5D,sBAAsB,oCAAoC;IAC1D,yBAAyB,uCAAuC;
|
|
1
|
+
{"version":3,"file":"student-endpoints.enum.d.ts","sourceRoot":"","sources":["../../src/endpoints/student-endpoints.enum.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,gBAAgB;IACxB,cAAc,wBAAwB;IACtC,mBAAmB,iCAAiC;IACpD,kBAAkB,gCAAgC;IAClD,qBAAqB,mCAAmC;IACxD,wBAAwB,sCAAsC;IAC9D,kBAAkB,gCAAgC;IAClD,QAAQ,sBAAsB;IAC9B,WAAW,yBAAyB;IACpC,cAAc,4BAA4B;IAC1C,WAAW,yBAAyB;IACpC,UAAU,wBAAwB;IAClC,YAAY,0BAA0B;IACtC,WAAW,yBAAyB;IACpC,uBAAuB,qCAAqC;IAC5D,sBAAsB,oCAAoC;IAC1D,yBAAyB,uCAAuC;IAChE,cAAc,4BAA4B;CAC7C"}
|
|
@@ -19,4 +19,5 @@ export var StudentEndpoints;
|
|
|
19
19
|
StudentEndpoints["UPDATE_CURRENT_POSITION"] = "/student/update-current-position";
|
|
20
20
|
StudentEndpoints["UPDATE_PAGE_TIME_SPENT"] = "/student/update-page-time-spent";
|
|
21
21
|
StudentEndpoints["ADD_STRIPE_TRANSACTION_ID"] = "/student/add-stripe-transaction-id";
|
|
22
|
+
StudentEndpoints["RESET_PASSWORD"] = "/student/reset-password";
|
|
22
23
|
})(StudentEndpoints || (StudentEndpoints = {}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/user/endpoints/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/user/endpoints/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"forgot-password-request.interface.d.ts","sourceRoot":"","sources":["../../../../../src/user/endpoints/public/forgot-password/forgot-password-request.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,qBAAqB;IAClC,KAAK,EAAE,MAAM,CAAC;CACjB"}
|
|
File without changes
|
package/dist/user/endpoints/public/forgot-password/forgot-password-response.interface.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"forgot-password-response.interface.d.ts","sourceRoot":"","sources":["../../../../../src/user/endpoints/public/forgot-password/forgot-password-response.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAC;AAElD,MAAM,WAAW,sBAAuB,SAAQ,YAAY;CAAG"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/user/endpoints/public/forgot-password/index.ts"],"names":[],"mappings":"AAAA,cAAc,qCAAqC,CAAC;AACpD,cAAc,sCAAsC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/user/endpoints/public/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './forgot-password';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/user/endpoints/student/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './reset-password-current-user';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/user/endpoints/student/reset-password-current-user/index.ts"],"names":[],"mappings":"AAAA,cAAc,iDAAiD,CAAC;AAChE,cAAc,kDAAkD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reset-password-current-user-request.interface.d.ts","sourceRoot":"","sources":["../../../../../src/user/endpoints/student/reset-password-current-user/reset-password-current-user-request.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,+BAA+B;IAC5C,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;CACvB"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reset-password-current-user-response.interface.d.ts","sourceRoot":"","sources":["../../../../../src/user/endpoints/student/reset-password-current-user/reset-password-current-user-response.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAC;AAElD,MAAM,WAAW,gCAAiC,SAAQ,YAAY;CAAG"}
|
|
File without changes
|