@intelact/driveup 0.3.5 → 0.3.6

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.
Files changed (81) hide show
  1. package/lib/index.d.ts +1 -0
  2. package/lib/index.js +1 -0
  3. package/lib/index.js.map +1 -1
  4. package/lib/notification/index.js.map +1 -0
  5. package/lib/notification/notification-preference.model.js.map +1 -0
  6. package/lib/notification/notification.enum.js.map +1 -0
  7. package/lib/notification/notification.model.js.map +1 -0
  8. package/lib/tsconfig.tsbuildinfo +1 -1
  9. package/lib/user/index.d.ts +0 -1
  10. package/lib/user/index.js +0 -1
  11. package/lib/user/index.js.map +1 -1
  12. package/lib/user/sign.dto.d.ts +3 -5
  13. package/lib/user/sign.dto.js +12 -23
  14. package/lib/user/sign.dto.js.map +1 -1
  15. package/package.json +3 -2
  16. package/lib/common/date.d.ts +0 -9
  17. package/lib/common/date.js +0 -14
  18. package/lib/common/date.js.map +0 -1
  19. package/lib/company/common/request.status.enum.d.ts +0 -6
  20. package/lib/company/common/request.status.enum.js +0 -11
  21. package/lib/company/common/request.status.enum.js.map +0 -1
  22. package/lib/company/driving/appointment.type.enum.d.ts +0 -4
  23. package/lib/company/driving/appointment.type.enum.js +0 -9
  24. package/lib/company/driving/appointment.type.enum.js.map +0 -1
  25. package/lib/company/driving/exam.status.enum.d.ts +0 -5
  26. package/lib/company/driving/exam.status.enum.js +0 -10
  27. package/lib/company/driving/exam.status.enum.js.map +0 -1
  28. package/lib/company/driving/status.enum.d.ts +0 -5
  29. package/lib/company/driving/status.enum.js +0 -10
  30. package/lib/company/driving/status.enum.js.map +0 -1
  31. package/lib/company/finances/card.model.d.ts +0 -10
  32. package/lib/company/finances/card.model.js +0 -55
  33. package/lib/company/finances/card.model.js.map +0 -1
  34. package/lib/company/finances/priceplan.model.d.ts +0 -19
  35. package/lib/company/finances/priceplan.model.js +0 -95
  36. package/lib/company/finances/priceplan.model.js.map +0 -1
  37. package/lib/company/plan.enum.d.ts +0 -9
  38. package/lib/company/plan.enum.js +0 -15
  39. package/lib/company/plan.enum.js.map +0 -1
  40. package/lib/company/user.model.d.ts +0 -25
  41. package/lib/company/user.model.js +0 -124
  42. package/lib/company/user.model.js.map +0 -1
  43. package/lib/enums/date.d.ts +0 -9
  44. package/lib/enums/date.js +0 -14
  45. package/lib/enums/date.js.map +0 -1
  46. package/lib/enums/finance.d.ts +0 -22
  47. package/lib/enums/finance.js +0 -31
  48. package/lib/enums/finance.js.map +0 -1
  49. package/lib/enums/index.d.ts +0 -1
  50. package/lib/enums/index.js +0 -14
  51. package/lib/enums/index.js.map +0 -1
  52. package/lib/enums/language.d.ts +0 -6
  53. package/lib/enums/language.js +0 -11
  54. package/lib/enums/language.js.map +0 -1
  55. package/lib/enums/notification.d.ts +0 -11
  56. package/lib/enums/notification.js +0 -17
  57. package/lib/enums/notification.js.map +0 -1
  58. package/lib/enums/plan.d.ts +0 -9
  59. package/lib/enums/plan.js +0 -15
  60. package/lib/enums/plan.js.map +0 -1
  61. package/lib/enums/role.d.ts +0 -6
  62. package/lib/enums/role.js +0 -11
  63. package/lib/enums/role.js.map +0 -1
  64. package/lib/enums/score.d.ts +0 -12
  65. package/lib/enums/score.js +0 -18
  66. package/lib/enums/score.js.map +0 -1
  67. package/lib/enums/training.d.ts +0 -19
  68. package/lib/enums/training.js +0 -27
  69. package/lib/enums/training.js.map +0 -1
  70. package/lib/user/notification/index.js.map +0 -1
  71. package/lib/user/notification/notification-preference.model.js.map +0 -1
  72. package/lib/user/notification/notification.enum.js.map +0 -1
  73. package/lib/user/notification/notification.model.js.map +0 -1
  74. /package/lib/{user/notification → notification}/index.d.ts +0 -0
  75. /package/lib/{user/notification → notification}/index.js +0 -0
  76. /package/lib/{user/notification → notification}/notification-preference.model.d.ts +0 -0
  77. /package/lib/{user/notification → notification}/notification-preference.model.js +0 -0
  78. /package/lib/{user/notification → notification}/notification.enum.d.ts +0 -0
  79. /package/lib/{user/notification → notification}/notification.enum.js +0 -0
  80. /package/lib/{user/notification → notification}/notification.model.d.ts +0 -0
  81. /package/lib/{user/notification → notification}/notification.model.js +0 -0
@@ -1,6 +0,0 @@
1
- export declare enum Role {
2
- CompanyOwner = "company.owner",
3
- CompanyManager = "company.manager",
4
- Instructor = "instructor",
5
- Student = "student"
6
- }
package/lib/enums/role.js DELETED
@@ -1,11 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Role = void 0;
4
- var Role;
5
- (function (Role) {
6
- Role["CompanyOwner"] = "company.owner";
7
- Role["CompanyManager"] = "company.manager";
8
- Role["Instructor"] = "instructor";
9
- Role["Student"] = "student";
10
- })(Role || (exports.Role = Role = {}));
11
- //# sourceMappingURL=role.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"role.js","sourceRoot":"","sources":["../../src/enums/role.ts"],"names":[],"mappings":";;;AACA,IAAY,IAKX;AALD,WAAY,IAAI;IACf,sCAA8B,CAAA;IAC9B,0CAAkC,CAAA;IAClC,iCAAyB,CAAA;IACzB,2BAAmB,CAAA;AACpB,CAAC,EALW,IAAI,oBAAJ,IAAI,QAKf"}
@@ -1,12 +0,0 @@
1
- export declare enum DrivingSkillScore {
2
- Poor = 1,
3
- Weak = 2,
4
- Fair = 3,
5
- Great = 4,
6
- Excellent = 5
7
- }
8
- export declare enum DrivingTopicStatus {
9
- Planned = "PLANNED",
10
- InProgress = "INPROGRESS",
11
- Completed = "COMPLETED"
12
- }
@@ -1,18 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DrivingTopicStatus = exports.DrivingSkillScore = void 0;
4
- var DrivingSkillScore;
5
- (function (DrivingSkillScore) {
6
- DrivingSkillScore[DrivingSkillScore["Poor"] = 1] = "Poor";
7
- DrivingSkillScore[DrivingSkillScore["Weak"] = 2] = "Weak";
8
- DrivingSkillScore[DrivingSkillScore["Fair"] = 3] = "Fair";
9
- DrivingSkillScore[DrivingSkillScore["Great"] = 4] = "Great";
10
- DrivingSkillScore[DrivingSkillScore["Excellent"] = 5] = "Excellent";
11
- })(DrivingSkillScore = exports.DrivingSkillScore || (exports.DrivingSkillScore = {}));
12
- var DrivingTopicStatus;
13
- (function (DrivingTopicStatus) {
14
- DrivingTopicStatus["Planned"] = "PLANNED";
15
- DrivingTopicStatus["InProgress"] = "INPROGRESS";
16
- DrivingTopicStatus["Completed"] = "COMPLETED";
17
- })(DrivingTopicStatus = exports.DrivingTopicStatus || (exports.DrivingTopicStatus = {}));
18
- //# sourceMappingURL=score.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"score.js","sourceRoot":"","sources":["../../src/enums/score.ts"],"names":[],"mappings":";;;AACA,IAAY,iBAMX;AAND,WAAY,iBAAiB;IAC5B,yDAAQ,CAAA;IACR,yDAAQ,CAAA;IACR,yDAAQ,CAAA;IACR,2DAAS,CAAA;IACT,mEAAa,CAAA;AACd,CAAC,EANW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAM5B;AAED,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC7B,yCAAmB,CAAA;IACnB,+CAAyB,CAAA;IACzB,6CAAuB,CAAA;AACxB,CAAC,EAJW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAI7B"}
@@ -1,19 +0,0 @@
1
- export declare enum DrivingExamStatus {
2
- Undecided = "UNDECIDED",
3
- Passed = "PASSED",
4
- Failed = "FAILED"
5
- }
6
- export declare enum DrivingAppointmentType {
7
- Lesson = "LESSON",
8
- Exam = "EXAM"
9
- }
10
- export declare enum CarTransmission {
11
- Automatic = "AUTOMATIC",
12
- Manual = "MANUAL"
13
- }
14
- export declare enum TrainingRequestStatus {
15
- Pending = "PENDING",
16
- Accepted = "ACCEPTED",
17
- Rejected = "REJECTED",
18
- Canceled = "CANCELED"
19
- }
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TrainingRequestStatus = exports.CarTransmission = exports.DrivingAppointmentType = exports.DrivingExamStatus = void 0;
4
- var DrivingExamStatus;
5
- (function (DrivingExamStatus) {
6
- DrivingExamStatus["Undecided"] = "UNDECIDED";
7
- DrivingExamStatus["Passed"] = "PASSED";
8
- DrivingExamStatus["Failed"] = "FAILED";
9
- })(DrivingExamStatus = exports.DrivingExamStatus || (exports.DrivingExamStatus = {}));
10
- var DrivingAppointmentType;
11
- (function (DrivingAppointmentType) {
12
- DrivingAppointmentType["Lesson"] = "LESSON";
13
- DrivingAppointmentType["Exam"] = "EXAM";
14
- })(DrivingAppointmentType = exports.DrivingAppointmentType || (exports.DrivingAppointmentType = {}));
15
- var CarTransmission;
16
- (function (CarTransmission) {
17
- CarTransmission["Automatic"] = "AUTOMATIC";
18
- CarTransmission["Manual"] = "MANUAL";
19
- })(CarTransmission = exports.CarTransmission || (exports.CarTransmission = {}));
20
- var TrainingRequestStatus;
21
- (function (TrainingRequestStatus) {
22
- TrainingRequestStatus["Pending"] = "PENDING";
23
- TrainingRequestStatus["Accepted"] = "ACCEPTED";
24
- TrainingRequestStatus["Rejected"] = "REJECTED";
25
- TrainingRequestStatus["Canceled"] = "CANCELED";
26
- })(TrainingRequestStatus = exports.TrainingRequestStatus || (exports.TrainingRequestStatus = {}));
27
- //# sourceMappingURL=training.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"training.js","sourceRoot":"","sources":["../../src/enums/training.ts"],"names":[],"mappings":";;;AAGA,IAAY,iBAIX;AAJD,WAAY,iBAAiB;IAC5B,4CAAuB,CAAA;IACvB,sCAAiB,CAAA;IACjB,sCAAiB,CAAA;AAClB,CAAC,EAJW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAI5B;AAED,IAAY,sBAGX;AAHD,WAAY,sBAAsB;IACjC,2CAAiB,CAAA;IACjB,uCAAa,CAAA;AACd,CAAC,EAHW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAGjC;AAED,IAAY,eAGX;AAHD,WAAY,eAAe;IAC1B,0CAAuB,CAAA;IACvB,oCAAiB,CAAA;AAClB,CAAC,EAHW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAG1B;AAED,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAChC,4CAAmB,CAAA;IACnB,8CAAqB,CAAA;IACrB,8CAAqB,CAAA;IACrB,8CAAqB,CAAA;AACtB,CAAC,EALW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAKhC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/user/notification/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kEAAgD;AAChD,sDAAoC;AACpC,uDAAqC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"notification-preference.model.js","sourceRoot":"","sources":["../../../src/user/notification/notification-preference.model.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AAEjD,MAAa,0BAA0B;IAGtC,EAAE,CAAS;IAGX,OAAO,CAAS;IAIhB,YAAY,KAA2C;QACtD,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;IAC5B,CAAC;CACD;AAbD,gEAaC;AAVA;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;sDACR;AAGX;IADC,IAAA,0BAAM,GAAE;;2DACO"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"notification.enum.js","sourceRoot":"","sources":["../../../src/user/notification/notification.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,gBAIX;AAJD,WAAY,gBAAgB;IAC3B,uCAAmB,CAAA;IACnB,uCAAmB,CAAA;IACnB,iCAAa,CAAA;AACd,CAAC,EAJW,gBAAgB,gCAAhB,gBAAgB,QAI3B;AAED,IAAY,mBAKX;AALD,WAAY,mBAAmB;IAC9B,oCAAa,CAAA;IACb,sCAAe,CAAA;IACf,0CAAmB,CAAA;IACnB,0CAAmB,CAAA;AACpB,CAAC,EALW,mBAAmB,mCAAnB,mBAAmB,QAK9B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"notification.model.js","sourceRoot":"","sources":["../../../src/user/notification/notification.model.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,2DAA4E;AAE5E,MAAa,gBAAgB;IAG5B,EAAE,CAAS;IAGX,OAAO,CAAS;IAGhB,OAAO,CAAsB;IAG7B,IAAI,CAAmB;IAIvB,IAAI,CAAU;IAGd,IAAI,CAAS;IAIb,YAAY,KAAiC;QAC5C,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;IAC5B,CAAC;CACD;AA1BD,4CA0BC;AAvBA;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;4CACR;AAGX;IADC,IAAA,0BAAM,GAAE;;iDACO;AAGhB;IADC,IAAA,0BAAM,GAAE;;iDACoB;AAG7B;IADC,IAAA,0BAAM,GAAE;;8CACc;AAIvB;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,OAAO,CAAC;;8CACN;AAGd;IADC,IAAA,0BAAM,GAAE;;8CACI"}