@silexpert/core 1.0.181 → 1.0.183

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 (151) hide show
  1. package/es/api/resources/Notification.d.ts +3 -0
  2. package/es/api/resources/Notification.d.ts.map +1 -1
  3. package/es/api/resources/Notification.js +7 -1
  4. package/es/api/resources/Notification.js.map +1 -1
  5. package/es/api/resources/Team.d.ts +30 -0
  6. package/es/api/resources/Team.d.ts.map +1 -0
  7. package/es/api/resources/Team.js +37 -0
  8. package/es/api/resources/Team.js.map +1 -0
  9. package/es/api/resources.d.ts +2 -0
  10. package/es/api/resources.d.ts.map +1 -1
  11. package/es/api/resources.js +2 -0
  12. package/es/api/resources.js.map +1 -1
  13. package/es/types/Enum/BrandClementine.d.ts +0 -126
  14. package/es/types/Enum/BrandClementine.d.ts.map +1 -1
  15. package/es/types/Enum/BrandClementine.js +0 -109
  16. package/es/types/Enum/BrandClementine.js.map +1 -1
  17. package/es/types/Enum/BrandComptalib.d.ts +0 -83
  18. package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
  19. package/es/types/Enum/BrandComptalib.js +0 -77
  20. package/es/types/Enum/BrandComptalib.js.map +1 -1
  21. package/es/types/Enum/BrandPourcentage.d.ts.map +1 -1
  22. package/es/types/Enum/BrandPourcentage.js +436 -1
  23. package/es/types/Enum/BrandPourcentage.js.map +1 -1
  24. package/es/types/Enum/NotificationType.d.ts +14 -2
  25. package/es/types/Enum/NotificationType.d.ts.map +1 -1
  26. package/es/types/Enum/NotificationType.js +35 -5
  27. package/es/types/Enum/NotificationType.js.map +1 -1
  28. package/es/types/Enum/RemoteType.d.ts +10 -0
  29. package/es/types/Enum/RemoteType.d.ts.map +1 -0
  30. package/es/types/Enum/RemoteType.js +21 -0
  31. package/es/types/Enum/RemoteType.js.map +1 -0
  32. package/es/types/Enum/TaxSystem.d.ts +2 -0
  33. package/es/types/Enum/TaxSystem.d.ts.map +1 -1
  34. package/es/types/Enum/TaxSystem.js +14 -0
  35. package/es/types/Enum/TaxSystem.js.map +1 -1
  36. package/es/types/Interface/api/appNotification/Update.d.ts +5 -0
  37. package/es/types/Interface/api/appNotification/Update.d.ts.map +1 -0
  38. package/es/types/Interface/api/appNotification/Update.js +25 -0
  39. package/es/types/Interface/api/appNotification/Update.js.map +1 -0
  40. package/es/types/Interface/api/notification/CreateNotification.d.ts +2 -2
  41. package/es/types/Interface/api/notification/CreateNotification.d.ts.map +1 -1
  42. package/es/types/Interface/api/notification/CreateNotification.js +2 -2
  43. package/es/types/Interface/api/notification/CreateNotification.js.map +1 -1
  44. package/es/types/Interface/api/notificationSetting/CreateNotificationSetting.d.ts +2 -2
  45. package/es/types/Interface/api/notificationSetting/CreateNotificationSetting.d.ts.map +1 -1
  46. package/es/types/Interface/api/notificationSetting/CreateNotificationSetting.js +2 -2
  47. package/es/types/Interface/api/notificationSetting/CreateNotificationSetting.js.map +1 -1
  48. package/es/types/Interface/api/notificationSetting/UpdateNotificationSetting.d.ts +2 -2
  49. package/es/types/Interface/api/notificationSetting/UpdateNotificationSetting.d.ts.map +1 -1
  50. package/es/types/Interface/api/notificationSetting/UpdateNotificationSetting.js +2 -2
  51. package/es/types/Interface/api/notificationSetting/UpdateNotificationSetting.js.map +1 -1
  52. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts +2 -0
  53. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts.map +1 -1
  54. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
  55. package/es/types/Interface/api/team/QueryCreate.d.ts +5 -0
  56. package/es/types/Interface/api/team/QueryCreate.d.ts.map +1 -0
  57. package/es/types/Interface/api/team/QueryCreate.js +25 -0
  58. package/es/types/Interface/api/team/QueryCreate.js.map +1 -0
  59. package/es/types/Interface/api/team/QueryGetAllWithIncludes.d.ts +5 -0
  60. package/es/types/Interface/api/team/QueryGetAllWithIncludes.d.ts.map +1 -0
  61. package/es/types/Interface/api/team/QueryGetAllWithIncludes.js +28 -0
  62. package/es/types/Interface/api/team/QueryGetAllWithIncludes.js.map +1 -0
  63. package/es/types/Interface/api/team/QueryUpdate.d.ts +7 -0
  64. package/es/types/Interface/api/team/QueryUpdate.d.ts.map +1 -0
  65. package/es/types/Interface/api/team/QueryUpdate.js +38 -0
  66. package/es/types/Interface/api/team/QueryUpdate.js.map +1 -0
  67. package/es/types/Interface/models/IAppNotification.d.ts +19 -0
  68. package/es/types/Interface/models/IAppNotification.d.ts.map +1 -0
  69. package/es/types/Interface/models/IAppNotification.js +2 -0
  70. package/es/types/Interface/models/IAppNotification.js.map +1 -0
  71. package/es/types/Interface/models/IMobileNotificationLog.d.ts +2 -2
  72. package/es/types/Interface/models/IMobileNotificationLog.d.ts.map +1 -1
  73. package/es/types/Interface/models/IMobileNotificationLog.js.map +1 -1
  74. package/es/types/Interface/models/IMobileNotificationSetting.d.ts +2 -2
  75. package/es/types/Interface/models/IMobileNotificationSetting.d.ts.map +1 -1
  76. package/es/types/Interface/models/IMobileNotificationSetting.js.map +1 -1
  77. package/es/types/Interface/models/IUser.d.ts +2 -0
  78. package/es/types/Interface/models/IUser.d.ts.map +1 -1
  79. package/es/types/Interface/models/IUser.js.map +1 -1
  80. package/es/types/Interface/models/IWorkingSchedule.d.ts +2 -0
  81. package/es/types/Interface/models/IWorkingSchedule.d.ts.map +1 -1
  82. package/es/types/Interface/models/IWorkingSchedule.js.map +1 -1
  83. package/es/types/index.d.ts +6 -0
  84. package/es/types/index.d.ts.map +1 -1
  85. package/es/types/index.js +6 -0
  86. package/es/types/index.js.map +1 -1
  87. package/js/api/resources/Notification.js +7 -1
  88. package/js/api/resources/Notification.js.map +1 -1
  89. package/js/api/resources/Team.js +46 -0
  90. package/js/api/resources/Team.js.map +1 -0
  91. package/js/api/resources.js +3 -1
  92. package/js/api/resources.js.map +1 -1
  93. package/js/types/Enum/BrandClementine.js +0 -107
  94. package/js/types/Enum/BrandClementine.js.map +1 -1
  95. package/js/types/Enum/BrandComptalib.js +0 -76
  96. package/js/types/Enum/BrandComptalib.js.map +1 -1
  97. package/js/types/Enum/BrandPourcentage.js +431 -1
  98. package/js/types/Enum/BrandPourcentage.js.map +1 -1
  99. package/js/types/Enum/NotificationType.js +35 -5
  100. package/js/types/Enum/NotificationType.js.map +1 -1
  101. package/js/types/Enum/RemoteType.js +22 -0
  102. package/js/types/Enum/RemoteType.js.map +1 -0
  103. package/js/types/Enum/TaxSystem.js +10 -0
  104. package/js/types/Enum/TaxSystem.js.map +1 -1
  105. package/js/types/Interface/api/appNotification/Update.js +24 -0
  106. package/js/types/Interface/api/appNotification/Update.js.map +1 -0
  107. package/js/types/Interface/api/notification/CreateNotification.js +1 -1
  108. package/js/types/Interface/api/notification/CreateNotification.js.map +1 -1
  109. package/js/types/Interface/api/notificationSetting/CreateNotificationSetting.js +1 -1
  110. package/js/types/Interface/api/notificationSetting/CreateNotificationSetting.js.map +1 -1
  111. package/js/types/Interface/api/notificationSetting/UpdateNotificationSetting.js +1 -1
  112. package/js/types/Interface/api/notificationSetting/UpdateNotificationSetting.js.map +1 -1
  113. package/js/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
  114. package/js/types/Interface/api/team/QueryCreate.js +23 -0
  115. package/js/types/Interface/api/team/QueryCreate.js.map +1 -0
  116. package/js/types/Interface/api/team/QueryGetAllWithIncludes.js +24 -0
  117. package/js/types/Interface/api/team/QueryGetAllWithIncludes.js.map +1 -0
  118. package/js/types/Interface/api/team/QueryUpdate.js +25 -0
  119. package/js/types/Interface/api/team/QueryUpdate.js.map +1 -0
  120. package/js/types/Interface/models/IAppNotification.js +6 -0
  121. package/js/types/Interface/models/IAppNotification.js.map +1 -0
  122. package/js/types/Interface/models/IMobileNotificationLog.js.map +1 -1
  123. package/js/types/Interface/models/IMobileNotificationSetting.js.map +1 -1
  124. package/js/types/Interface/models/IUser.js.map +1 -1
  125. package/js/types/Interface/models/IWorkingSchedule.js.map +1 -1
  126. package/js/types/index.js +66 -6
  127. package/js/types/index.js.map +1 -1
  128. package/package.json +1 -1
  129. package/ts/api/resources/Notification.ts +10 -1
  130. package/ts/api/resources/Team.ts +43 -0
  131. package/ts/api/resources.ts +2 -0
  132. package/ts/types/Enum/BrandClementine.ts +0 -109
  133. package/ts/types/Enum/BrandComptalib.ts +0 -77
  134. package/ts/types/Enum/BrandPourcentage.ts +436 -1
  135. package/ts/types/Enum/NotificationType.ts +43 -2
  136. package/ts/types/Enum/RemoteType.ts +20 -0
  137. package/ts/types/Enum/TaxSystem.ts +18 -1
  138. package/ts/types/Interface/api/appNotification/Update.ts +13 -0
  139. package/ts/types/Interface/api/notification/CreateNotification.ts +3 -3
  140. package/ts/types/Interface/api/notificationSetting/CreateNotificationSetting.ts +3 -3
  141. package/ts/types/Interface/api/notificationSetting/UpdateNotificationSetting.ts +3 -3
  142. package/ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts +2 -0
  143. package/ts/types/Interface/api/team/QueryCreate.ts +13 -0
  144. package/ts/types/Interface/api/team/QueryGetAllWithIncludes.ts +16 -0
  145. package/ts/types/Interface/api/team/QueryUpdate.ts +26 -0
  146. package/ts/types/Interface/models/IAppNotification.ts +21 -0
  147. package/ts/types/Interface/models/IMobileNotificationLog.ts +2 -2
  148. package/ts/types/Interface/models/IMobileNotificationSetting.ts +2 -2
  149. package/ts/types/Interface/models/IUser.ts +2 -0
  150. package/ts/types/Interface/models/IWorkingSchedule.ts +2 -0
  151. package/ts/types/index.ts +7 -1
@@ -1 +1 @@
1
- {"version":3,"file":"TaxSystem.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/TaxSystem.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,EAAE,IAAI;IACN,EAAE,IAAI;IACN,EAAE,IAAI;CACP"}
1
+ {"version":3,"file":"TaxSystem.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/TaxSystem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AAE9C,oBAAY,SAAS;IACnB,EAAE,IAAI;IACN,EAAE,IAAI;IACN,EAAE,IAAI;CACP;AAED,eAAO,MAAM,aAAa,EAAE,IAa3B,CAAC"}
@@ -4,4 +4,18 @@ export var TaxSystem;
4
4
  TaxSystem[TaxSystem["IR"] = 2] = "IR";
5
5
  TaxSystem[TaxSystem["NA"] = 3] = "NA";
6
6
  })(TaxSystem || (TaxSystem = {}));
7
+ export const TaxSystemList = [
8
+ {
9
+ id: TaxSystem.IS,
10
+ label: 'IS',
11
+ },
12
+ {
13
+ id: TaxSystem.IR,
14
+ label: 'IR',
15
+ },
16
+ {
17
+ id: TaxSystem.NA,
18
+ label: 'N/A',
19
+ },
20
+ ];
7
21
  //# sourceMappingURL=TaxSystem.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"TaxSystem.js","sourceRoot":"","sources":["../../../ts/types/Enum/TaxSystem.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,SAIX;AAJD,WAAY,SAAS;IACnB,qCAAM,CAAA;IACN,qCAAM,CAAA;IACN,qCAAM,CAAA;AACR,CAAC,EAJW,SAAS,KAAT,SAAS,QAIpB","sourcesContent":["export enum TaxSystem {\n IS = 1,\n IR = 2,\n NA = 3,\n}"]}
1
+ {"version":3,"file":"TaxSystem.js","sourceRoot":"","sources":["../../../ts/types/Enum/TaxSystem.ts"],"names":[],"mappings":"AAEA,MAAM,CAAN,IAAY,SAIX;AAJD,WAAY,SAAS;IACnB,qCAAM,CAAA;IACN,qCAAM,CAAA;IACN,qCAAM,CAAA;AACR,CAAC,EAJW,SAAS,KAAT,SAAS,QAIpB;AAED,MAAM,CAAC,MAAM,aAAa,GAAS;IACjC;QACE,EAAE,EAAE,SAAS,CAAC,EAAE;QAChB,KAAK,EAAE,IAAI;KACZ;IACD;QACE,EAAE,EAAE,SAAS,CAAC,EAAE;QAChB,KAAK,EAAE,IAAI;KACZ;IACD;QACE,EAAE,EAAE,SAAS,CAAC,EAAE;QAChB,KAAK,EAAE,KAAK;KACb;CACF,CAAC","sourcesContent":["import { List } from '../Interface/enum/Util';\n\nexport enum TaxSystem {\n IS = 1,\n IR = 2,\n NA = 3,\n}\n\nexport const TaxSystemList: List = [\n {\n id: TaxSystem.IS,\n label: 'IS',\n },\n {\n id: TaxSystem.IR,\n label: 'IR',\n },\n {\n id: TaxSystem.NA,\n label: 'N/A',\n },\n];"]}
@@ -0,0 +1,5 @@
1
+ export declare class UpdateAppNotificationStatus {
2
+ idNotifications?: number[] | null;
3
+ markAsRead: boolean;
4
+ }
5
+ //# sourceMappingURL=Update.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Update.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/appNotification/Update.ts"],"names":[],"mappings":"AAIA,qBAAa,2BAA2B;IAEtC,eAAe,CAAC,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;IAKlC,UAAU,EAAE,OAAO,CAAC;CACrB"}
@@ -0,0 +1,25 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsBoolean } from 'class-validator';
11
+ import { ApiPropertyOptional, ApiProperty } from '../../../../utils';
12
+ import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
13
+ export class UpdateAppNotificationStatus {
14
+ }
15
+ __decorate([
16
+ ApiPropertyOptional(),
17
+ __metadata("design:type", Object)
18
+ ], UpdateAppNotificationStatus.prototype, "idNotifications", void 0);
19
+ __decorate([
20
+ ApiProperty(),
21
+ IsBoolean(),
22
+ ToBoolean(),
23
+ __metadata("design:type", Boolean)
24
+ ], UpdateAppNotificationStatus.prototype, "markAsRead", void 0);
25
+ //# sourceMappingURL=Update.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Update.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/appNotification/Update.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,mBAAmB,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,2BAA2B;CAQvC;AAPC;IAAC,mBAAmB,EAAE;;oEACY;AAElC;IAAC,WAAW,EAAE;IACb,SAAS,EAAE;IACX,SAAS,EAAE;;+DACQ","sourcesContent":["import { IsBoolean } from 'class-validator';\nimport { ApiPropertyOptional, ApiProperty } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class UpdateAppNotificationStatus {\n @ApiPropertyOptional()\n idNotifications?: number[] | null;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n markAsRead: boolean;\n}"]}
@@ -1,6 +1,6 @@
1
- import { NotificationType } from '../../../Enum/NotificationType';
1
+ import { NotificationTypeEnum } from '../../../Enum/NotificationType';
2
2
  export declare class CreateNotification {
3
- notificationType: NotificationType;
3
+ notificationType: NotificationTypeEnum;
4
4
  token: string;
5
5
  }
6
6
  //# sourceMappingURL=CreateNotification.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CreateNotification.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/notification/CreateNotification.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAElE,qBAAa,kBAAkB;IAI7B,gBAAgB,EAAE,gBAAgB,CAAC;IAGnC,KAAK,EAAE,MAAM,CAAC;CACf"}
1
+ {"version":3,"file":"CreateNotification.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/notification/CreateNotification.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAEtE,qBAAa,kBAAkB;IAI7B,gBAAgB,EAAE,oBAAoB,CAAC;IAGvC,KAAK,EAAE,MAAM,CAAC;CACf"}
@@ -9,13 +9,13 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  };
10
10
  import { IsEnum, IsInt } from 'class-validator';
11
11
  import { ApiProperty } from '../../../../utils';
12
- import { NotificationType } from '../../../Enum/NotificationType';
12
+ import { NotificationTypeEnum } from '../../../Enum/NotificationType';
13
13
  export class CreateNotification {
14
14
  }
15
15
  __decorate([
16
16
  ApiProperty(),
17
17
  IsInt(),
18
- IsEnum(NotificationType),
18
+ IsEnum(NotificationTypeEnum),
19
19
  __metadata("design:type", Number)
20
20
  ], CreateNotification.prototype, "notificationType", void 0);
21
21
  __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"CreateNotification.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/notification/CreateNotification.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAElE,MAAM,OAAO,kBAAkB;CAQ9B;AAPC;IAAC,WAAW,EAAE;IACb,KAAK,EAAE;IACP,MAAM,CAAC,gBAAgB,CAAC;;4DACU;AAEnC;IAAC,WAAW,EAAE;;iDACA","sourcesContent":["import { IsEnum, IsInt } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { NotificationType } from '../../../Enum/NotificationType';\n\nexport class CreateNotification {\n @ApiProperty()\n @IsInt()\n @IsEnum(NotificationType)\n notificationType: NotificationType;\n\n @ApiProperty()\n token: string;\n}"]}
1
+ {"version":3,"file":"CreateNotification.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/notification/CreateNotification.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAEtE,MAAM,OAAO,kBAAkB;CAQ9B;AAPC;IAAC,WAAW,EAAE;IACb,KAAK,EAAE;IACP,MAAM,CAAC,oBAAoB,CAAC;;4DACU;AAEvC;IAAC,WAAW,EAAE;;iDACA","sourcesContent":["import { IsEnum, IsInt } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { NotificationTypeEnum } from '../../../Enum/NotificationType';\n\nexport class CreateNotification {\n @ApiProperty()\n @IsInt()\n @IsEnum(NotificationTypeEnum)\n notificationType: NotificationTypeEnum;\n\n @ApiProperty()\n token: string;\n}"]}
@@ -1,6 +1,6 @@
1
- import { NotificationType } from '../../../Enum/NotificationType';
1
+ import { NotificationTypeEnum } from '../../../Enum/NotificationType';
2
2
  export declare class CreateNotificationSetting {
3
- notificationType: NotificationType;
3
+ notificationType: NotificationTypeEnum;
4
4
  active: boolean;
5
5
  }
6
6
  //# sourceMappingURL=CreateNotificationSetting.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CreateNotificationSetting.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/notificationSetting/CreateNotificationSetting.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAElE,qBAAa,yBAAyB;IAIpC,gBAAgB,EAAE,gBAAgB,CAAC;IAItB,MAAM,EAAE,OAAO,CAAC;CAC9B"}
1
+ {"version":3,"file":"CreateNotificationSetting.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/notificationSetting/CreateNotificationSetting.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAEtE,qBAAa,yBAAyB;IAIpC,gBAAgB,EAAE,oBAAoB,CAAC;IAI1B,MAAM,EAAE,OAAO,CAAC;CAC9B"}
@@ -10,13 +10,13 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  import { IsBoolean, IsEnum, IsInt } from 'class-validator';
11
11
  import { ApiProperty } from '../../../../utils';
12
12
  import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
13
- import { NotificationType } from '../../../Enum/NotificationType';
13
+ import { NotificationTypeEnum } from '../../../Enum/NotificationType';
14
14
  export class CreateNotificationSetting {
15
15
  }
16
16
  __decorate([
17
17
  ApiProperty(),
18
18
  IsInt(),
19
- IsEnum(NotificationType),
19
+ IsEnum(NotificationTypeEnum),
20
20
  __metadata("design:type", Number)
21
21
  ], CreateNotificationSetting.prototype, "notificationType", void 0);
22
22
  __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"CreateNotificationSetting.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/notificationSetting/CreateNotificationSetting.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAC3E,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAElE,MAAM,OAAO,yBAAyB;CASrC;AARC;IAAC,WAAW,EAAE;IACb,KAAK,EAAE;IACP,MAAM,CAAC,gBAAgB,CAAC;;mEACU;AAEnC;IAAC,WAAW,EAAE;IACb,SAAS,EAAE;IACX,SAAS,EAAE;;yDAAiB","sourcesContent":["import { IsBoolean, IsEnum, IsInt } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { NotificationType } from '../../../Enum/NotificationType';\n\nexport class CreateNotificationSetting {\n @ApiProperty()\n @IsInt()\n @IsEnum(NotificationType)\n notificationType: NotificationType;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean() active: boolean;\n}"]}
1
+ {"version":3,"file":"CreateNotificationSetting.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/notificationSetting/CreateNotificationSetting.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAC3E,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAEtE,MAAM,OAAO,yBAAyB;CASrC;AARC;IAAC,WAAW,EAAE;IACb,KAAK,EAAE;IACP,MAAM,CAAC,oBAAoB,CAAC;;mEACU;AAEvC;IAAC,WAAW,EAAE;IACb,SAAS,EAAE;IACX,SAAS,EAAE;;yDAAiB","sourcesContent":["import { IsBoolean, IsEnum, IsInt } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { NotificationTypeEnum } from '../../../Enum/NotificationType';\n\nexport class CreateNotificationSetting {\n @ApiProperty()\n @IsInt()\n @IsEnum(NotificationTypeEnum)\n notificationType: NotificationTypeEnum;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean() active: boolean;\n}"]}
@@ -1,6 +1,6 @@
1
- import { NotificationType } from '../../../Enum/NotificationType';
1
+ import { NotificationTypeEnum } from '../../../Enum/NotificationType';
2
2
  export declare class UpdateNotificationSetting {
3
- notificationType: NotificationType;
3
+ notificationType: NotificationTypeEnum;
4
4
  active: boolean;
5
5
  }
6
6
  //# sourceMappingURL=UpdateNotificationSetting.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UpdateNotificationSetting.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/notificationSetting/UpdateNotificationSetting.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAElE,qBAAa,yBAAyB;IAIpC,gBAAgB,EAAE,gBAAgB,CAAC;IAKnC,MAAM,EAAE,OAAO,CAAC;CACjB"}
1
+ {"version":3,"file":"UpdateNotificationSetting.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/notificationSetting/UpdateNotificationSetting.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAEtE,qBAAa,yBAAyB;IAIpC,gBAAgB,EAAE,oBAAoB,CAAC;IAKvC,MAAM,EAAE,OAAO,CAAC;CACjB"}
@@ -10,13 +10,13 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  import { IsBoolean, IsEnum, IsInt } from 'class-validator';
11
11
  import { ApiProperty } from '../../../../utils';
12
12
  import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
13
- import { NotificationType } from '../../../Enum/NotificationType';
13
+ import { NotificationTypeEnum } from '../../../Enum/NotificationType';
14
14
  export class UpdateNotificationSetting {
15
15
  }
16
16
  __decorate([
17
17
  ApiProperty(),
18
18
  IsInt(),
19
- IsEnum(NotificationType),
19
+ IsEnum(NotificationTypeEnum),
20
20
  __metadata("design:type", Number)
21
21
  ], UpdateNotificationSetting.prototype, "notificationType", void 0);
22
22
  __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"UpdateNotificationSetting.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/notificationSetting/UpdateNotificationSetting.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAC3E,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAElE,MAAM,OAAO,yBAAyB;CAUrC;AATC;IAAC,WAAW,EAAE;IACb,KAAK,EAAE;IACP,MAAM,CAAC,gBAAgB,CAAC;;mEACU;AAEnC;IAAC,WAAW,EAAE;IACb,SAAS,EAAE;IACX,SAAS,EAAE;;yDACI","sourcesContent":["import { IsBoolean, IsEnum, IsInt } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { NotificationType } from '../../../Enum/NotificationType';\n\nexport class UpdateNotificationSetting {\n @ApiProperty()\n @IsInt()\n @IsEnum(NotificationType)\n notificationType: NotificationType;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n active: boolean;\n}"]}
1
+ {"version":3,"file":"UpdateNotificationSetting.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/notificationSetting/UpdateNotificationSetting.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAC3E,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAEtE,MAAM,OAAO,yBAAyB;CAUrC;AATC;IAAC,WAAW,EAAE;IACb,KAAK,EAAE;IACP,MAAM,CAAC,oBAAoB,CAAC;;mEACU;AAEvC;IAAC,WAAW,EAAE;IACb,SAAS,EAAE;IACX,SAAS,EAAE;;yDACI","sourcesContent":["import { IsBoolean, IsEnum, IsInt } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { NotificationTypeEnum } from '../../../Enum/NotificationType';\n\nexport class UpdateNotificationSetting {\n @ApiProperty()\n @IsInt()\n @IsEnum(NotificationTypeEnum)\n notificationType: NotificationTypeEnum;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n active: boolean;\n}"]}
@@ -75,5 +75,7 @@ export declare class PrestationTaxDeadline {
75
75
  amount: number;
76
76
  paid: number;
77
77
  isBack: boolean;
78
+ signed: boolean;
79
+ terminationList: ITerminationList | null;
78
80
  }
79
81
  //# sourceMappingURL=ReadTaxDeadline.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ReadTaxDeadline.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ReadTaxDeadline.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"ReadTaxDeadline.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts"],"names":[],"mappings":"AAaA,MAAM,OAAO,eAAe;CAqC3B;AAED,MAAM,OAAO,YAAY;CAExB;AACD,MAAM,OAAO,yBAAyB;CAGrC;AAED,MAAM,OAAO,kCAAkC;CAM9C;AAED,MAAM,OAAO,qBAAqB;CAMjC","sourcesContent":["import { IExercice } from '../../models/IExercice';\nimport { ComptaType } from '../../../Enum/ComptaType';\nimport { VatRegime } from '../../../Enum/VatRegime';\nimport { IBalanceSheet } from '../../models/IBalanceSheet';\nimport { ISupervision } from '../../models/ISupervision';\nimport { IExerciceDetail } from '../../models/IExerciceDetail';\nimport { IFile } from '../../models/IFile';\nimport { IUser } from '../../models/IUser';\nimport { ITerminationList } from '../../models/ITerminationList';\nimport { UnpaidDetail, IPendingPoint } from '../../..';\nimport { ICustomerTva } from '../../models/ICustomerTva';\nimport { ISocietyStat } from '../../models/ISocietyStat';\n\nexport class ReadTaxDeadline {\n society: {\n id?: number;\n name: string | null;\n idComptaType: ComptaType | null;\n idVatRegime: VatRegime | null;\n isWaitingEnd: boolean | null;\n idTypeBrand: number | null;\n vatUploadDay: number | null;\n terminationsList?: ITerminationList | null;\n unpaid: number | null;\n unpaidDetails: UnpaidDetail[];\n isLate: boolean;\n };\n accountant: IUser;\n exercice: IExercice;\n exercices: IExercice[];\n exerciceDetails: IExerciceDetail | null;\n customersVat: ICustomerTva[];\n commercial: IUser | null;\n balanceSheet: IBalanceSheet | null;\n supervision: ISupervision | null;\n pendingPoints: IPendingPoint[] | null;\n letter: IFile | null;\n prestations: PrestationTaxDeadline[];\n activePrestationsComplementary: ComplementaryPrestationTaxDeadline[];\n statistics: {\n turnovers: ISocietyStat[];\n transactions: {\n annoted: number;\n total: number;\n };\n entries: {\n revised: number;\n total: number;\n }\n };\n}\n\nexport class StateDetails {\n date: string; total: number;\n}\nexport class ReadTaxDeadlineStatistics {\n todo: { total: number, details: StateDetails[] };\n accepted: { total: number, details: StateDetails[] };\n}\n\nexport class ComplementaryPrestationTaxDeadline {\n id: number;\n signed: boolean;\n paid: boolean;\n name: string;\n isBack: boolean;\n}\n\nexport class PrestationTaxDeadline {\n id: number;\n name: string;\n amount: number;\n paid: number;\n isBack: boolean;\n}"]}
1
+ {"version":3,"file":"ReadTaxDeadline.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts"],"names":[],"mappings":"AAaA,MAAM,OAAO,eAAe;CAqC3B;AAED,MAAM,OAAO,YAAY;CAExB;AACD,MAAM,OAAO,yBAAyB;CAGrC;AAED,MAAM,OAAO,kCAAkC;CAM9C;AAED,MAAM,OAAO,qBAAqB;CAQjC","sourcesContent":["import { IExercice } from '../../models/IExercice';\nimport { ComptaType } from '../../../Enum/ComptaType';\nimport { VatRegime } from '../../../Enum/VatRegime';\nimport { IBalanceSheet } from '../../models/IBalanceSheet';\nimport { ISupervision } from '../../models/ISupervision';\nimport { IExerciceDetail } from '../../models/IExerciceDetail';\nimport { IFile } from '../../models/IFile';\nimport { IUser } from '../../models/IUser';\nimport { ITerminationList } from '../../models/ITerminationList';\nimport { UnpaidDetail, IPendingPoint } from '../../..';\nimport { ICustomerTva } from '../../models/ICustomerTva';\nimport { ISocietyStat } from '../../models/ISocietyStat';\n\nexport class ReadTaxDeadline {\n society: {\n id?: number;\n name: string | null;\n idComptaType: ComptaType | null;\n idVatRegime: VatRegime | null;\n isWaitingEnd: boolean | null;\n idTypeBrand: number | null;\n vatUploadDay: number | null;\n terminationsList?: ITerminationList | null;\n unpaid: number | null;\n unpaidDetails: UnpaidDetail[];\n isLate: boolean;\n };\n accountant: IUser;\n exercice: IExercice;\n exercices: IExercice[];\n exerciceDetails: IExerciceDetail | null;\n customersVat: ICustomerTva[];\n commercial: IUser | null;\n balanceSheet: IBalanceSheet | null;\n supervision: ISupervision | null;\n pendingPoints: IPendingPoint[] | null;\n letter: IFile | null;\n prestations: PrestationTaxDeadline[];\n activePrestationsComplementary: ComplementaryPrestationTaxDeadline[];\n statistics: {\n turnovers: ISocietyStat[];\n transactions: {\n annoted: number;\n total: number;\n };\n entries: {\n revised: number;\n total: number;\n }\n };\n}\n\nexport class StateDetails {\n date: string; total: number;\n}\nexport class ReadTaxDeadlineStatistics {\n todo: { total: number, details: StateDetails[] };\n accepted: { total: number, details: StateDetails[] };\n}\n\nexport class ComplementaryPrestationTaxDeadline {\n id: number;\n signed: boolean;\n paid: boolean;\n name: string;\n isBack: boolean;\n}\n\nexport class PrestationTaxDeadline {\n id: number;\n name: string;\n amount: number;\n paid: number;\n isBack: boolean;\n signed: boolean;\n terminationList: ITerminationList | null;\n}"]}
@@ -0,0 +1,5 @@
1
+ export declare class QueryCreateTeam {
2
+ name: string;
3
+ nbTotalActive?: number;
4
+ }
5
+ //# sourceMappingURL=QueryCreate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryCreate.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/team/QueryCreate.ts"],"names":[],"mappings":"AAGA,qBAAa,eAAe;IAG1B,IAAI,EAAE,MAAM,CAAC;IAKb,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB"}
@@ -0,0 +1,25 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsNumber, IsOptional, IsString } from 'class-validator';
11
+ import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
12
+ export class QueryCreateTeam {
13
+ }
14
+ __decorate([
15
+ ApiProperty(),
16
+ IsString(),
17
+ __metadata("design:type", String)
18
+ ], QueryCreateTeam.prototype, "name", void 0);
19
+ __decorate([
20
+ ApiPropertyOptional(),
21
+ IsOptional(),
22
+ IsNumber(),
23
+ __metadata("design:type", Number)
24
+ ], QueryCreateTeam.prototype, "nbTotalActive", void 0);
25
+ //# sourceMappingURL=QueryCreate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryCreate.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/team/QueryCreate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,eAAe;CAS3B;AARC;IAAC,WAAW,EAAE;IACb,QAAQ,EAAE;;6CACE;AAEb;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;sDACY","sourcesContent":["import { IsNumber, IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryCreateTeam {\n @ApiProperty()\n @IsString()\n name: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n nbTotalActive?: number;\n}\n"]}
@@ -0,0 +1,5 @@
1
+ export declare class QueryGetAllTeamsWithIncludes {
2
+ search?: string;
3
+ displayConnections?: boolean;
4
+ }
5
+ //# sourceMappingURL=QueryGetAllWithIncludes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetAllWithIncludes.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/team/QueryGetAllWithIncludes.ts"],"names":[],"mappings":"AAIA,qBAAa,4BAA4B;IAIvC,MAAM,CAAC,EAAE,MAAM,CAAC;IAMhB,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B"}
@@ -0,0 +1,28 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsOptional, IsString, IsBoolean } from 'class-validator';
11
+ import { ApiPropertyOptional } from '../../../../utils';
12
+ import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
13
+ export class QueryGetAllTeamsWithIncludes {
14
+ }
15
+ __decorate([
16
+ ApiPropertyOptional(),
17
+ IsOptional(),
18
+ IsString(),
19
+ __metadata("design:type", String)
20
+ ], QueryGetAllTeamsWithIncludes.prototype, "search", void 0);
21
+ __decorate([
22
+ ApiPropertyOptional(),
23
+ IsOptional(),
24
+ IsBoolean(),
25
+ ToBoolean(),
26
+ __metadata("design:type", Boolean)
27
+ ], QueryGetAllTeamsWithIncludes.prototype, "displayConnections", void 0);
28
+ //# sourceMappingURL=QueryGetAllWithIncludes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetAllWithIncludes.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/team/QueryGetAllWithIncludes.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAClE,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,4BAA4B;CAWxC;AAVC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;4DACK;AAEhB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;wEACiB","sourcesContent":["import { IsOptional, IsString, IsBoolean } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryGetAllTeamsWithIncludes {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n displayConnections?: boolean;\n}\n"]}
@@ -0,0 +1,7 @@
1
+ export declare class QueryUpdateTeam {
2
+ name?: string;
3
+ nbTotalActive?: number;
4
+ usersToAdd?: number[];
5
+ usersToDelete?: number[];
6
+ }
7
+ //# sourceMappingURL=QueryUpdate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryUpdate.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/team/QueryUpdate.ts"],"names":[],"mappings":"AAKA,qBAAa,eAAe;IAI1B,IAAI,CAAC,EAAE,MAAM,CAAC;IAKd,aAAa,CAAC,EAAE,MAAM,CAAC;IAKvB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IAKtB,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;CAC1B"}
@@ -0,0 +1,38 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsArray, IsNumber, IsOptional, IsString, } from 'class-validator';
11
+ import { ApiPropertyOptional } from '../../../../utils';
12
+ export class QueryUpdateTeam {
13
+ }
14
+ __decorate([
15
+ ApiPropertyOptional(),
16
+ IsOptional(),
17
+ IsString(),
18
+ __metadata("design:type", String)
19
+ ], QueryUpdateTeam.prototype, "name", void 0);
20
+ __decorate([
21
+ ApiPropertyOptional(),
22
+ IsOptional(),
23
+ IsNumber(),
24
+ __metadata("design:type", Number)
25
+ ], QueryUpdateTeam.prototype, "nbTotalActive", void 0);
26
+ __decorate([
27
+ ApiPropertyOptional(),
28
+ IsOptional(),
29
+ IsArray(),
30
+ __metadata("design:type", Array)
31
+ ], QueryUpdateTeam.prototype, "usersToAdd", void 0);
32
+ __decorate([
33
+ ApiPropertyOptional(),
34
+ IsOptional(),
35
+ IsArray(),
36
+ __metadata("design:type", Array)
37
+ ], QueryUpdateTeam.prototype, "usersToDelete", void 0);
38
+ //# sourceMappingURL=QueryUpdate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryUpdate.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/team/QueryUpdate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ,GACxC,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,eAAe;CAoB3B;AAnBC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;6CACG;AAEd;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;sDACY;AAEvB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,OAAO,EAAE;;mDACY;AAEtB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,OAAO,EAAE;;sDACe","sourcesContent":["import {\n IsArray, IsNumber, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryUpdateTeam {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n name?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n nbTotalActive?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n usersToAdd?: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n usersToDelete?: number[];\n}\n"]}
@@ -0,0 +1,19 @@
1
+ import { NotificationTypeEnum } from '../../Enum/NotificationType';
2
+ import { ISociety } from './ISociety';
3
+ import { IUser } from './IUser';
4
+ export interface IAppNotification {
5
+ id: number;
6
+ title: string;
7
+ message: string;
8
+ link?: string;
9
+ documentId?: number;
10
+ read: boolean;
11
+ idNotificationtype: NotificationTypeEnum;
12
+ idSociety: number;
13
+ idUser: number;
14
+ createdAt?: Date | null;
15
+ updatedAt?: Date | null;
16
+ society: ISociety;
17
+ user: IUser;
18
+ }
19
+ //# sourceMappingURL=IAppNotification.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IAppNotification.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAppNotification.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACnE,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,OAAO,CAAC;IACd,kBAAkB,EAAE,oBAAoB,CAAC;IACzC,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,EAAE,QAAQ,CAAC;IAClB,IAAI,EAAE,KAAK,CAAC;CACb"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IAppNotification.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IAppNotification.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAppNotification.ts"],"names":[],"mappings":"","sourcesContent":["import { NotificationTypeEnum } from '../../Enum/NotificationType';\nimport { ISociety } from './ISociety';\nimport { IUser } from './IUser';\n\nexport interface IAppNotification {\n id: number;\n title: string;\n message: string;\n link?: string;\n documentId?: number;\n read: boolean;\n idNotificationtype: NotificationTypeEnum;\n idSociety: number;\n idUser: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // associations\n society: ISociety;\n user: IUser;\n}"]}
@@ -1,7 +1,7 @@
1
- import { NotificationType } from '../../Enum/NotificationType';
1
+ import { NotificationTypeEnum } from '../../Enum/NotificationType';
2
2
  export interface IMobileNotificationLog {
3
3
  id: number;
4
- idType: NotificationType;
4
+ idType: NotificationTypeEnum;
5
5
  lastSent: Date | null;
6
6
  nextSend: Date | null;
7
7
  success: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"IMobileNotificationLog.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IMobileNotificationLog.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAE/D,MAAM,WAAW,sBAAsB;IACrC,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,gBAAgB,CAAC;IACzB,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CAEzB"}
1
+ {"version":3,"file":"IMobileNotificationLog.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IMobileNotificationLog.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,MAAM,WAAW,sBAAsB;IACrC,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,oBAAoB,CAAC;IAC7B,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CAEzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"IMobileNotificationLog.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IMobileNotificationLog.ts"],"names":[],"mappings":"","sourcesContent":["import { NotificationType } from '../../Enum/NotificationType';\n\nexport interface IMobileNotificationLog {\n id: number;\n idType: NotificationType;\n lastSent: Date | null;\n nextSend: Date | null;\n success: boolean;\n error: string | null;\n count: number;\n errorCount: number;\n idBankAccount: number | null;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n}"]}
1
+ {"version":3,"file":"IMobileNotificationLog.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IMobileNotificationLog.ts"],"names":[],"mappings":"","sourcesContent":["import { NotificationTypeEnum } from '../../Enum/NotificationType';\n\nexport interface IMobileNotificationLog {\n id: number;\n idType: NotificationTypeEnum;\n lastSent: Date | null;\n nextSend: Date | null;\n success: boolean;\n error: string | null;\n count: number;\n errorCount: number;\n idBankAccount: number | null;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n}"]}
@@ -1,7 +1,7 @@
1
- import { NotificationType } from '../../Enum/NotificationType';
1
+ import { NotificationTypeEnum } from '../../Enum/NotificationType';
2
2
  export interface IMobileNotificationSetting {
3
3
  id: number;
4
- idType: NotificationType;
4
+ idType: NotificationTypeEnum;
5
5
  active: boolean;
6
6
  idUser: number;
7
7
  createdAt?: Date | null;
@@ -1 +1 @@
1
- {"version":3,"file":"IMobileNotificationSetting.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IMobileNotificationSetting.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAE/D,MAAM,WAAW,0BAA0B;IACzC,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,gBAAgB,CAAC;IACzB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
1
+ {"version":3,"file":"IMobileNotificationSetting.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IMobileNotificationSetting.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,MAAM,WAAW,0BAA0B;IACzC,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,oBAAoB,CAAC;IAC7B,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"IMobileNotificationSetting.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IMobileNotificationSetting.ts"],"names":[],"mappings":"","sourcesContent":["import { NotificationType } from '../../Enum/NotificationType';\n\nexport interface IMobileNotificationSetting {\n id: number;\n idType: NotificationType;\n active: boolean;\n idUser: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}"]}
1
+ {"version":3,"file":"IMobileNotificationSetting.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IMobileNotificationSetting.ts"],"names":[],"mappings":"","sourcesContent":["import { NotificationTypeEnum } from '../../Enum/NotificationType';\n\nexport interface IMobileNotificationSetting {\n id: number;\n idType: NotificationTypeEnum;\n active: boolean;\n idUser: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}"]}
@@ -15,6 +15,7 @@ import { ITeam } from './ITeam';
15
15
  import { IUserTest } from './IUserTest';
16
16
  import { IMobile } from './IMobile';
17
17
  import { IRoleUser } from './IRoleUser';
18
+ import { ITimeRecorder } from './ITimeRecorder';
18
19
  type isAny<T> = T | any;
19
20
  export interface IUser {
20
21
  id?: number;
@@ -99,6 +100,7 @@ export interface IUser {
99
100
  teams?: ITeam[];
100
101
  usersTest?: IUserTest;
101
102
  mobile?: IMobile;
103
+ timeRecorders?: ITimeRecorder[];
102
104
  }
103
105
  export {};
104
106
  //# sourceMappingURL=IUser.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IUser.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IUser.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"IUser.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IUser.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"IUser.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IUser.ts"],"names":[],"mappings":"","sourcesContent":["import { ICalendarEvent } from './ICalendarEvent';\nimport { IRole } from './IRole';\nimport { ICivility } from './ICivility';\nimport { IFile } from './IFile';\nimport { IUserSocietyPermission } from './IUserSocietyPermission';\nimport { IWorkingSchedule } from './IWorkingSchedule';\nimport { IRecontactHistory } from './IRecontactHistory';\nimport { IQuality } from './IQuality';\nimport { IAllowedIp } from './IAllowedIp';\nimport { IBusinessPartner } from './IBusinessPartner';\nimport { ILog } from './ILog';\nimport { INotification } from './INotification';\nimport { ISociety } from './ISociety';\nimport { ITeam } from './ITeam';\nimport { IUserTest } from './IUserTest';\nimport { IMobile } from './IMobile';\nimport { IRoleUser } from './IRoleUser';\n\ntype isAny<T> = T | any;\n\n// users\nexport interface IUser {\n id?: number;\n firstname?: string | null;\n lastname?: string | null;\n fullname?: string | null;\n email?: string | null;\n email2?: string | null;\n isMigrated?: boolean;\n username?: string | null;\n stripeCustomerId?: string | null;\n positionLabel?: string | null;\n sha?: string | null;\n hash?: string | null;\n password?: string | null;\n idFile?: number | null;\n quality?: string | null;\n idQuality?: number | null;\n phone?: string | null;\n phone2?: string | null;\n textMessageNumber?: string | null;\n prefix?: string | null;\n tokenLostPassword?: string | null;\n tokenApi?: string | null;\n tokenNotification?: string | null;\n tokenSocket?: string | null;\n authyId?: string | null;\n authCode?: string | null;\n authCodeDate?: Date | null;\n tutoTransaction?: boolean | null;\n lastConnection?: Date | null;\n beforeLastConnection?: Date | null;\n active?: boolean | null;\n toContact?: boolean;\n stateProspect?: boolean | null;\n birthdate?: Date | null;\n arrivalDate?: Date | null;\n validityDateOfResidencePermit?: Date | null;\n isNewProspect?: boolean;\n hasAccountNumberDisplay?: boolean;\n isAssociate?: boolean | null;\n isResponderActive?: boolean;\n suppDoublon?: boolean | null;\n calendlyUrl?: string | null;\n idCivility?: number | null;\n idCommercialDoublon?: number | null;\n idProspectIsWith?: number | null;\n apprentice?: boolean;\n idCommercialGrade?: number | null;\n smsNotAllowed?: boolean;\n restDaysAbsence?: number | null;\n startOnboarding?: Date | null;\n societyByDefault?: number | null;\n longAbsence?: boolean | null;\n isDailyContract?: boolean | null;\n internationalPhone?: string | null;\n isThemeLight?: boolean;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n confirmedAt?: Date | null;\n tokenConfirmedAt?: string | null;\n idPoleLeader?: number | null;\n affiliateTrackingId?: number | null;\n\n // Associations\n userHasEvent?: isAny<ICalendarEvent>[];\n roles?: IRole[];\n roleUser?: IRoleUser;\n genders?: ICivility;\n commercial?: IUser;\n prospectPrincipal?: IUser;\n avatar?: IFile;\n userPermissions?: IUserSocietyPermission[];\n workingSchedules?: IWorkingSchedule[];\n recontactHistories?: IRecontactHistory[];\n poleLeader?: IUser;\n userQuality?: IQuality;\n allowedIps?: IAllowedIp[];\n businessPartner?: IBusinessPartner;\n poleAccountants?: IUser[];\n logs?: ILog[];\n notifications?: INotification[];\n societies?: ISociety[];\n teams?: ITeam[];\n usersTest?: IUserTest;\n mobile?: IMobile;\n}\n"]}
1
+ {"version":3,"file":"IUser.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IUser.ts"],"names":[],"mappings":"","sourcesContent":["import { ICalendarEvent } from './ICalendarEvent';\nimport { IRole } from './IRole';\nimport { ICivility } from './ICivility';\nimport { IFile } from './IFile';\nimport { IUserSocietyPermission } from './IUserSocietyPermission';\nimport { IWorkingSchedule } from './IWorkingSchedule';\nimport { IRecontactHistory } from './IRecontactHistory';\nimport { IQuality } from './IQuality';\nimport { IAllowedIp } from './IAllowedIp';\nimport { IBusinessPartner } from './IBusinessPartner';\nimport { ILog } from './ILog';\nimport { INotification } from './INotification';\nimport { ISociety } from './ISociety';\nimport { ITeam } from './ITeam';\nimport { IUserTest } from './IUserTest';\nimport { IMobile } from './IMobile';\nimport { IRoleUser } from './IRoleUser';\nimport { ITimeRecorder } from './ITimeRecorder';\n\ntype isAny<T> = T | any;\n\n// users\nexport interface IUser {\n id?: number;\n firstname?: string | null;\n lastname?: string | null;\n fullname?: string | null;\n email?: string | null;\n email2?: string | null;\n isMigrated?: boolean;\n username?: string | null;\n stripeCustomerId?: string | null;\n positionLabel?: string | null;\n sha?: string | null;\n hash?: string | null;\n password?: string | null;\n idFile?: number | null;\n quality?: string | null;\n idQuality?: number | null;\n phone?: string | null;\n phone2?: string | null;\n textMessageNumber?: string | null;\n prefix?: string | null;\n tokenLostPassword?: string | null;\n tokenApi?: string | null;\n tokenNotification?: string | null;\n tokenSocket?: string | null;\n authyId?: string | null;\n authCode?: string | null;\n authCodeDate?: Date | null;\n tutoTransaction?: boolean | null;\n lastConnection?: Date | null;\n beforeLastConnection?: Date | null;\n active?: boolean | null;\n toContact?: boolean;\n stateProspect?: boolean | null;\n birthdate?: Date | null;\n arrivalDate?: Date | null;\n validityDateOfResidencePermit?: Date | null;\n isNewProspect?: boolean;\n hasAccountNumberDisplay?: boolean;\n isAssociate?: boolean | null;\n isResponderActive?: boolean;\n suppDoublon?: boolean | null;\n calendlyUrl?: string | null;\n idCivility?: number | null;\n idCommercialDoublon?: number | null;\n idProspectIsWith?: number | null;\n apprentice?: boolean;\n idCommercialGrade?: number | null;\n smsNotAllowed?: boolean;\n restDaysAbsence?: number | null;\n startOnboarding?: Date | null;\n societyByDefault?: number | null;\n longAbsence?: boolean | null;\n isDailyContract?: boolean | null;\n internationalPhone?: string | null;\n isThemeLight?: boolean;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n confirmedAt?: Date | null;\n tokenConfirmedAt?: string | null;\n idPoleLeader?: number | null;\n affiliateTrackingId?: number | null;\n\n // Associations\n userHasEvent?: isAny<ICalendarEvent>[];\n roles?: IRole[];\n roleUser?: IRoleUser;\n genders?: ICivility;\n commercial?: IUser;\n prospectPrincipal?: IUser;\n avatar?: IFile;\n userPermissions?: IUserSocietyPermission[];\n workingSchedules?: IWorkingSchedule[];\n recontactHistories?: IRecontactHistory[];\n poleLeader?: IUser;\n userQuality?: IQuality;\n allowedIps?: IAllowedIp[];\n businessPartner?: IBusinessPartner;\n poleAccountants?: IUser[];\n logs?: ILog[];\n notifications?: INotification[];\n societies?: ISociety[];\n teams?: ITeam[];\n usersTest?: IUserTest;\n mobile?: IMobile;\n timeRecorders?: ITimeRecorder[];\n}\n"]}
@@ -1,5 +1,6 @@
1
1
  import { IUser } from './IUser';
2
2
  import { IEmployee } from './IEmployee';
3
+ import { RemoteType } from '../../Enum/RemoteType';
3
4
  export interface IWorkingSchedule {
4
5
  id?: number;
5
6
  morningStart?: Date | null;
@@ -9,6 +10,7 @@ export interface IWorkingSchedule {
9
10
  idDay: number;
10
11
  idEmployee?: number | null;
11
12
  idUser?: number | null;
13
+ isRemote?: RemoteType | null;
12
14
  createdAt?: Date | null;
13
15
  updatedAt?: Date | null;
14
16
  employee?: IEmployee;
@@ -1 +1 @@
1
- {"version":3,"file":"IWorkingSchedule.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IWorkingSchedule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAGxC,MAAM,WAAW,gBAAgB;IAC/B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3B,UAAU,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,cAAc,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC7B,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,IAAI,CAAC,EAAE,KAAK,CAAC;CACd"}
1
+ {"version":3,"file":"IWorkingSchedule.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IWorkingSchedule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAGnD,MAAM,WAAW,gBAAgB;IAC/B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3B,UAAU,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,cAAc,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC7B,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,QAAQ,CAAC,EAAE,UAAU,GAAG,IAAI,CAAC;IAC7B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,IAAI,CAAC,EAAE,KAAK,CAAC;CACd"}
@@ -1 +1 @@
1
- {"version":3,"file":"IWorkingSchedule.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IWorkingSchedule.ts"],"names":[],"mappings":"","sourcesContent":["import { IUser } from './IUser';\nimport { IEmployee } from './IEmployee';\n\n// workingSchedule\nexport interface IWorkingSchedule {\n id?: number;\n morningStart?: Date | null;\n morningEnd?: Date | null;\n afternoonStart?: Date | null;\n afternoonEnd?: Date | null;\n idDay: number;\n idEmployee?: number | null;\n idUser?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n employee?: IEmployee;\n user?: IUser;\n}\n"]}
1
+ {"version":3,"file":"IWorkingSchedule.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IWorkingSchedule.ts"],"names":[],"mappings":"","sourcesContent":["import { IUser } from './IUser';\nimport { IEmployee } from './IEmployee';\nimport { RemoteType } from '../../Enum/RemoteType';\n\n// workingSchedule\nexport interface IWorkingSchedule {\n id?: number;\n morningStart?: Date | null;\n morningEnd?: Date | null;\n afternoonStart?: Date | null;\n afternoonEnd?: Date | null;\n idDay: number;\n idEmployee?: number | null;\n idUser?: number | null;\n isRemote?: RemoteType | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n employee?: IEmployee;\n user?: IUser;\n}\n"]}
@@ -321,6 +321,7 @@ export * from './Interface/models/IRegistration';
321
321
  export * from './Interface/models/IVatRegimeHistory';
322
322
  export * from './Interface/models/ICustomerAcceptance';
323
323
  export * from './Interface/models/IUnpaidCallHistory';
324
+ export * from './Interface/models/IAppNotification';
324
325
  export * from './Form/FormAuthenticate';
325
326
  export * from './Form/FormConnector';
326
327
  export * from './Enum/Acceptance';
@@ -474,6 +475,7 @@ export * from './Enum/PrestationListType';
474
475
  export * from './Enum/UnpaidCallHistoryType';
475
476
  export * from './Enum/CommercialImportHeader';
476
477
  export * from './Enum/ReasonTerminationType';
478
+ export * from './Enum/RemoteType';
477
479
  export * from './Interface/api/partnerTransactionType/ReadPartnerTransactionType';
478
480
  export * from './Interface/api/jeDeclare/ReadJeDeclare';
479
481
  export * from './Interface/api/aspone/ReadInterchange';
@@ -645,6 +647,9 @@ export * from './Interface/api/textMessage/Update';
645
647
  export * from './Interface/api/textMessage/Query';
646
648
  export * from './Interface/api/companeo/Query';
647
649
  export * from './Interface/api/companeo/CompaneoReturn';
650
+ export * from './Interface/api/team/QueryCreate';
651
+ export * from './Interface/api/team/QueryGetAllWithIncludes';
652
+ export * from './Interface/api/team/QueryUpdate';
648
653
  export * from './Interface/api/survey/ReadSurvey';
649
654
  export * from './Interface/api/survey/UpdateSurvey';
650
655
  export * from './Interface/api/survey/CreateSurvey';
@@ -899,4 +904,5 @@ export * from './Interface/api/affectedPatrimony/ResultCreateAffectedPatrimony';
899
904
  export * from './Interface/api/affectedPatrimony/ReadAffectedPatrimony';
900
905
  export * from './Interface/api/notificationSetting/CreateNotificationSetting';
901
906
  export * from './Interface/api/notificationSetting/UpdateNotificationSetting';
907
+ export * from './Interface/api/appNotification/Update';
902
908
  //# sourceMappingURL=index.d.ts.map