@intelact/driveup 1.4.5 → 1.4.7

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 (123) hide show
  1. package/lib/agent/agent.model.d.ts +2 -0
  2. package/lib/agent/agent.model.js +7 -0
  3. package/lib/agent/agent.model.js.map +1 -1
  4. package/lib/bill/bill-item.type.d.ts +5 -0
  5. package/lib/bill/bill-item.type.js +10 -0
  6. package/lib/bill/bill-item.type.js.map +1 -0
  7. package/lib/bill/index.d.ts +1 -0
  8. package/lib/bill/index.js +1 -0
  9. package/lib/bill/index.js.map +1 -1
  10. package/lib/calendar/link.d.ts +4 -0
  11. package/lib/calendar/link.js +9 -0
  12. package/lib/calendar/link.js.map +1 -0
  13. package/lib/common/date.d.ts +9 -0
  14. package/lib/common/date.js +14 -0
  15. package/lib/common/date.js.map +1 -0
  16. package/lib/common/general.dto.d.ts +1 -1
  17. package/lib/common/general.dto.js +2 -3
  18. package/lib/common/general.dto.js.map +1 -1
  19. package/lib/company/common/request.status.enum.d.ts +6 -0
  20. package/lib/company/common/request.status.enum.js +11 -0
  21. package/lib/company/common/request.status.enum.js.map +1 -0
  22. package/lib/company/company.model.d.ts +2 -0
  23. package/lib/company/company.model.js +7 -0
  24. package/lib/company/company.model.js.map +1 -1
  25. package/lib/company/driving/appointment.type.enum.d.ts +4 -0
  26. package/lib/company/driving/appointment.type.enum.js +9 -0
  27. package/lib/company/driving/appointment.type.enum.js.map +1 -0
  28. package/lib/company/driving/exam.status.enum.d.ts +5 -0
  29. package/lib/company/driving/exam.status.enum.js +10 -0
  30. package/lib/company/driving/exam.status.enum.js.map +1 -0
  31. package/lib/company/driving/status.enum.d.ts +5 -0
  32. package/lib/company/driving/status.enum.js +10 -0
  33. package/lib/company/driving/status.enum.js.map +1 -0
  34. package/lib/company/finances/card.model.d.ts +10 -0
  35. package/lib/company/finances/card.model.js +55 -0
  36. package/lib/company/finances/card.model.js.map +1 -0
  37. package/lib/company/finances/priceplan.model.d.ts +19 -0
  38. package/lib/company/finances/priceplan.model.js +95 -0
  39. package/lib/company/finances/priceplan.model.js.map +1 -0
  40. package/lib/company/plan.enum.d.ts +9 -0
  41. package/lib/company/plan.enum.js +15 -0
  42. package/lib/company/plan.enum.js.map +1 -0
  43. package/lib/company/user.model.d.ts +25 -0
  44. package/lib/company/user.model.js +124 -0
  45. package/lib/company/user.model.js.map +1 -0
  46. package/lib/country/country.model.d.ts +2 -0
  47. package/lib/country/country.model.js +7 -0
  48. package/lib/country/country.model.js.map +1 -1
  49. package/lib/currency/currency.model.d.ts +2 -0
  50. package/lib/currency/currency.model.js +7 -0
  51. package/lib/currency/currency.model.js.map +1 -1
  52. package/lib/enums/date.d.ts +9 -0
  53. package/lib/enums/date.js +14 -0
  54. package/lib/enums/date.js.map +1 -0
  55. package/lib/enums/finance.d.ts +22 -0
  56. package/lib/enums/finance.js +31 -0
  57. package/lib/enums/finance.js.map +1 -0
  58. package/lib/enums/index.d.ts +1 -0
  59. package/lib/enums/index.js +14 -0
  60. package/lib/enums/index.js.map +1 -0
  61. package/lib/enums/language.d.ts +6 -0
  62. package/lib/enums/language.js +11 -0
  63. package/lib/enums/language.js.map +1 -0
  64. package/lib/enums/notification.d.ts +11 -0
  65. package/lib/enums/notification.js +17 -0
  66. package/lib/enums/notification.js.map +1 -0
  67. package/lib/enums/plan.d.ts +9 -0
  68. package/lib/enums/plan.js +15 -0
  69. package/lib/enums/plan.js.map +1 -0
  70. package/lib/enums/role.d.ts +6 -0
  71. package/lib/enums/role.js +11 -0
  72. package/lib/enums/role.js.map +1 -0
  73. package/lib/enums/score.d.ts +12 -0
  74. package/lib/enums/score.js +18 -0
  75. package/lib/enums/score.js.map +1 -0
  76. package/lib/enums/training.d.ts +19 -0
  77. package/lib/enums/training.js +27 -0
  78. package/lib/enums/training.js.map +1 -0
  79. package/lib/finance/handover.dto.d.ts +6 -0
  80. package/lib/finance/handover.dto.js +45 -0
  81. package/lib/finance/handover.dto.js.map +1 -0
  82. package/lib/finance/handover.model.d.ts +13 -0
  83. package/lib/finance/handover.model.js +65 -0
  84. package/lib/finance/handover.model.js.map +1 -0
  85. package/lib/language/language.enum.d.ts +4 -4
  86. package/lib/language/language.enum.js +4 -4
  87. package/lib/priceplan/plan.model.d.ts +1 -0
  88. package/lib/priceplan/plan.model.js +6 -0
  89. package/lib/priceplan/plan.model.js.map +1 -1
  90. package/lib/session/course/index.js +1 -5
  91. package/lib/session/course/index.js.map +1 -1
  92. package/lib/session/course/session.model.d.ts +4 -3
  93. package/lib/session/course/session.model.js +9 -8
  94. package/lib/session/course/session.model.js.map +1 -1
  95. package/lib/session/driving/appointment-assessment.d.ts +8 -0
  96. package/lib/session/driving/appointment-assessment.js +50 -0
  97. package/lib/session/driving/appointment-assessment.js.map +1 -0
  98. package/lib/student/student.model.d.ts +2 -0
  99. package/lib/student/student.model.js +7 -0
  100. package/lib/student/student.model.js.map +1 -1
  101. package/lib/support/index.d.ts +1 -0
  102. package/lib/support/index.js +18 -0
  103. package/lib/support/index.js.map +1 -0
  104. package/lib/support/request.dto.d.ts +5 -0
  105. package/lib/support/request.dto.js +39 -0
  106. package/lib/support/request.dto.js.map +1 -0
  107. package/lib/tsconfig.tsbuildinfo +1 -1
  108. package/lib/user/notification/index.d.ts +3 -0
  109. package/lib/user/notification/index.js +20 -0
  110. package/lib/user/notification/index.js.map +1 -0
  111. package/lib/user/notification/notification-preference.model.d.ts +5 -0
  112. package/lib/user/notification/notification-preference.model.js +31 -0
  113. package/lib/user/notification/notification-preference.model.js.map +1 -0
  114. package/lib/user/notification/notification.enum.d.ts +11 -0
  115. package/lib/user/notification/notification.enum.js +17 -0
  116. package/lib/user/notification/notification.enum.js.map +1 -0
  117. package/lib/user/notification/notification.model.d.ts +10 -0
  118. package/lib/user/notification/notification.model.js +53 -0
  119. package/lib/user/notification/notification.model.js.map +1 -0
  120. package/lib/user/user.model.d.ts +2 -0
  121. package/lib/user/user.model.js +7 -0
  122. package/lib/user/user.model.js.map +1 -1
  123. package/package.json +1 -1
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.UserNotificationPreference = void 0;
13
+ const class_transformer_1 = require("class-transformer");
14
+ class UserNotificationPreference {
15
+ id;
16
+ keyword;
17
+ constructor(props) {
18
+ Object.assign(this, props);
19
+ }
20
+ }
21
+ exports.UserNotificationPreference = UserNotificationPreference;
22
+ __decorate([
23
+ (0, class_transformer_1.Expose)(),
24
+ (0, class_transformer_1.Type)(() => Number),
25
+ __metadata("design:type", Number)
26
+ ], UserNotificationPreference.prototype, "id", void 0);
27
+ __decorate([
28
+ (0, class_transformer_1.Expose)(),
29
+ __metadata("design:type", String)
30
+ ], UserNotificationPreference.prototype, "keyword", void 0);
31
+ //# sourceMappingURL=notification-preference.model.js.map
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,11 @@
1
+ export declare enum NotificationType {
2
+ Payment = "PAYMENT",
3
+ Session = "SESSION",
4
+ Exam = "EXAM"
5
+ }
6
+ export declare enum NotificationContext {
7
+ Info = "INFO",
8
+ Error = "ERROR",
9
+ Warning = "WARNING",
10
+ Success = "SUCCESS"
11
+ }
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.NotificationContext = exports.NotificationType = void 0;
4
+ var NotificationType;
5
+ (function (NotificationType) {
6
+ NotificationType["Payment"] = "PAYMENT";
7
+ NotificationType["Session"] = "SESSION";
8
+ NotificationType["Exam"] = "EXAM";
9
+ })(NotificationType || (exports.NotificationType = NotificationType = {}));
10
+ var NotificationContext;
11
+ (function (NotificationContext) {
12
+ NotificationContext["Info"] = "INFO";
13
+ NotificationContext["Error"] = "ERROR";
14
+ NotificationContext["Warning"] = "WARNING";
15
+ NotificationContext["Success"] = "SUCCESS";
16
+ })(NotificationContext || (exports.NotificationContext = NotificationContext = {}));
17
+ //# sourceMappingURL=notification.enum.js.map
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,10 @@
1
+ import { NotificationContext, NotificationType } from "./notification.enum";
2
+ export declare class UserNotification {
3
+ id: number;
4
+ message: string;
5
+ context: NotificationContext;
6
+ type: NotificationType;
7
+ seen: boolean;
8
+ link: string;
9
+ constructor(props?: Partial<UserNotification>);
10
+ }
@@ -0,0 +1,53 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.UserNotification = void 0;
13
+ const class_transformer_1 = require("class-transformer");
14
+ const notification_enum_1 = require("./notification.enum");
15
+ class UserNotification {
16
+ id;
17
+ message;
18
+ context;
19
+ type;
20
+ seen;
21
+ link;
22
+ constructor(props) {
23
+ Object.assign(this, props);
24
+ }
25
+ }
26
+ exports.UserNotification = UserNotification;
27
+ __decorate([
28
+ (0, class_transformer_1.Expose)(),
29
+ (0, class_transformer_1.Type)(() => Number),
30
+ __metadata("design:type", Number)
31
+ ], UserNotification.prototype, "id", void 0);
32
+ __decorate([
33
+ (0, class_transformer_1.Expose)(),
34
+ __metadata("design:type", String)
35
+ ], UserNotification.prototype, "message", void 0);
36
+ __decorate([
37
+ (0, class_transformer_1.Expose)(),
38
+ __metadata("design:type", String)
39
+ ], UserNotification.prototype, "context", void 0);
40
+ __decorate([
41
+ (0, class_transformer_1.Expose)(),
42
+ __metadata("design:type", String)
43
+ ], UserNotification.prototype, "type", void 0);
44
+ __decorate([
45
+ (0, class_transformer_1.Expose)(),
46
+ (0, class_transformer_1.Type)(() => Boolean),
47
+ __metadata("design:type", Boolean)
48
+ ], UserNotification.prototype, "seen", void 0);
49
+ __decorate([
50
+ (0, class_transformer_1.Expose)(),
51
+ __metadata("design:type", String)
52
+ ], UserNotification.prototype, "link", void 0);
53
+ //# sourceMappingURL=notification.model.js.map
@@ -0,0 +1 @@
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"}
@@ -8,6 +8,7 @@ import { Student } from "../student";
8
8
  import { ProfileType } from "./profile.type";
9
9
  import { Coordinate } from "../geo";
10
10
  import { UserAlert } from "../alert/alert.model";
11
+ import { Metric } from "../metric";
11
12
  export declare class User {
12
13
  id: number;
13
14
  uid: string;
@@ -34,6 +35,7 @@ export declare class User {
34
35
  country: Country;
35
36
  company: Company;
36
37
  createdOn: Date;
38
+ metrics: Metric[];
37
39
  constructor(props?: Partial<User>);
38
40
  static toInstance(data: any): User[];
39
41
  isActive(): boolean;
@@ -21,6 +21,7 @@ const student_1 = require("../student");
21
21
  const profile_type_1 = require("./profile.type");
22
22
  const geo_1 = require("../geo");
23
23
  const alert_model_1 = require("../alert/alert.model");
24
+ const metric_1 = require("../metric");
24
25
  class User {
25
26
  id;
26
27
  uid;
@@ -47,6 +48,7 @@ class User {
47
48
  country;
48
49
  company;
49
50
  createdOn;
51
+ metrics;
50
52
  constructor(props) {
51
53
  Object.assign(this, props);
52
54
  }
@@ -167,6 +169,11 @@ __decorate([
167
169
  (0, class_transformer_1.Type)(() => Date),
168
170
  __metadata("design:type", Date)
169
171
  ], User.prototype, "createdOn", void 0);
172
+ __decorate([
173
+ (0, class_transformer_1.Expose)(),
174
+ (0, class_transformer_1.Type)(() => metric_1.Metric),
175
+ __metadata("design:type", Array)
176
+ ], User.prototype, "metrics", void 0);
170
177
  __decorate([
171
178
  (0, class_transformer_1.Expose)({ groups: ['admin'] }),
172
179
  __metadata("design:type", Function),
@@ -1 +1 @@
1
- {"version":3,"file":"user.model.js","sourceRoot":"","sources":["../../src/user/user.model.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"user.model.js","sourceRoot":"","sources":["../../src/user/user.model.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAkE;AAClE,sCAAqC;AACrC,0CAA2C;AAC3C,4DAAmD;AACnD,qEAA4D;AAC5D,wCAAqC;AACrC,oCAAiC;AACjC,wCAAqC;AACrC,iDAA6C;AAC7C,gCAAoC;AACpC,sDAAiD;AACjD,sCAAmC;AAQnC,MAAa,IAAI;IAIhB,EAAE,CAAS;IAGX,GAAG,CAAS;IAGZ,QAAQ,CAAW;IAGnB,MAAM,CAAgB;IAKtB,IAAI,CAAS;IAGb,KAAK,CAAS;IAGd,KAAK,CAAS;IAGd,KAAK,CAAS;IAId,QAAQ,CAAO;IAGf,OAAO,CAAS;IAGhB,OAAO,CAAS;IAIhB,KAAK,CAAa;IAGlB,QAAQ,CAAS;IAMjB,MAAM,CAAc;IAMpB,YAAY,CAAO;IAInB,iBAAiB,CAAU;IAI3B,SAAS,CAAW;IAKpB,eAAe,CAAc;IAI7B,OAAO,CAAU;IAIjB,KAAK,CAAQ;IAIb,UAAU,CAAa;IAIvB,SAAS,CAAY;IAIrB,OAAO,CAAU;IAIjB,OAAO,CAAU;IAIjB,SAAS,CAAO;IAIhB,OAAO,CAAW;IAIlB,YAAY,KAAqB;QAChC,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;IAC5B,CAAC;IAGM,AAAP,MAAM,CAAC,UAAU,CAAC,IAAS;QAC1B,OAAO,IAAI,CAAC,CAAC,CAAC,IAAA,mCAAe,EAAC,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;IAClD,CAAC;IAGD,QAAQ;QACP,OAAO,IAAI,CAAC,MAAM,KAAK,wBAAa,CAAC,MAAM,CAAC;IAC7C,CAAC;CACD;AAtHD,oBAsHC;AAlHA;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;gCACR;AAGX;IADC,IAAA,0BAAM,GAAE;;iCACG;AAGZ;IADC,IAAA,0BAAM,GAAE;;sCACU;AAGnB;IADC,IAAA,0BAAM,GAAE;;oCACa;AAKtB;IADC,IAAA,0BAAM,GAAE;;kCACI;AAGb;IADC,IAAA,0BAAM,GAAE;;mCACK;AAGd;IADC,IAAA,0BAAM,GAAE;;mCACK;AAGd;IADC,IAAA,0BAAM,GAAE;;mCACK;AAId;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;8BACP,IAAI;sCAAC;AAGf;IADC,IAAA,0BAAM,GAAE;;qCACO;AAGhB;IADC,IAAA,0BAAM,GAAE;;qCACO;AAIhB;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,gBAAU,CAAC;8BAChB,gBAAU;mCAAC;AAGlB;IADC,IAAA,0BAAM,GAAE;;sCACQ;AAMjB;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,uBAAS,CAAC;;oCACF;AAMpB;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;8BACH,IAAI;0CAAC;AAInB;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,OAAO,CAAC;;+CACO;AAS3B;IADC,IAAA,0BAAM,GAAE;;6CACoB;AAI7B;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,iBAAO,CAAC;8BACX,iBAAO;qCAAC;AAIjB;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,aAAK,CAAC;8BACX,aAAK;mCAAC;AAIb;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,6BAAU,CAAC;8BACX,6BAAU;wCAAC;AAIvB;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,uBAAO,CAAC;;uCACC;AAIrB;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,iBAAO,CAAC;8BACX,iBAAO;qCAAC;AAIjB;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,uBAAO,CAAC;8BACX,uBAAO;qCAAC;AAIjB;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;8BACN,IAAI;uCAAC;AAIhB;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,eAAM,CAAC;;qCACD;AAclB;IADC,IAAA,0BAAM,EAAC,EAAE,MAAM,EAAE,CAAC,OAAO,CAAC,EAAE,CAAC;;;;oCAG7B;AAPM;IADN,IAAA,0BAAM,GAAE;;;;4BAGR"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intelact/driveup",
3
- "version": "1.4.5",
3
+ "version": "1.4.7",
4
4
  "description": "Driveup Common",
5
5
  "author": "Intelact Solutions Ltd.",
6
6
  "main": "lib/index.js",