@silexpert/core 1.0.180 → 1.0.182

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 (118) hide show
  1. package/es/api/resources/Team.d.ts +30 -0
  2. package/es/api/resources/Team.d.ts.map +1 -0
  3. package/es/api/resources/Team.js +37 -0
  4. package/es/api/resources/Team.js.map +1 -0
  5. package/es/api/resources.d.ts +2 -0
  6. package/es/api/resources.d.ts.map +1 -1
  7. package/es/api/resources.js +2 -0
  8. package/es/api/resources.js.map +1 -1
  9. package/es/types/Enum/BrandClementine.d.ts +0 -126
  10. package/es/types/Enum/BrandClementine.d.ts.map +1 -1
  11. package/es/types/Enum/BrandClementine.js +0 -109
  12. package/es/types/Enum/BrandClementine.js.map +1 -1
  13. package/es/types/Enum/BrandComptalib.d.ts +0 -83
  14. package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
  15. package/es/types/Enum/BrandComptalib.js +0 -77
  16. package/es/types/Enum/BrandComptalib.js.map +1 -1
  17. package/es/types/Enum/BrandPourcentage.d.ts.map +1 -1
  18. package/es/types/Enum/BrandPourcentage.js +436 -1
  19. package/es/types/Enum/BrandPourcentage.js.map +1 -1
  20. package/es/types/Enum/ReasonTerminationType.d.ts +23 -0
  21. package/es/types/Enum/ReasonTerminationType.d.ts.map +1 -0
  22. package/es/types/Enum/ReasonTerminationType.js +86 -0
  23. package/es/types/Enum/ReasonTerminationType.js.map +1 -0
  24. package/es/types/Enum/RemoteType.d.ts +10 -0
  25. package/es/types/Enum/RemoteType.d.ts.map +1 -0
  26. package/es/types/Enum/RemoteType.js +21 -0
  27. package/es/types/Enum/RemoteType.js.map +1 -0
  28. package/es/types/Enum/TaxSystem.d.ts +2 -0
  29. package/es/types/Enum/TaxSystem.d.ts.map +1 -1
  30. package/es/types/Enum/TaxSystem.js +14 -0
  31. package/es/types/Enum/TaxSystem.js.map +1 -1
  32. package/es/types/Interface/api/exercice/UpdateExercice.d.ts +1 -0
  33. package/es/types/Interface/api/exercice/UpdateExercice.d.ts.map +1 -1
  34. package/es/types/Interface/api/exercice/UpdateExercice.js +7 -0
  35. package/es/types/Interface/api/exercice/UpdateExercice.js.map +1 -1
  36. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts +1 -0
  37. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -1
  38. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js +7 -1
  39. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  40. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts +2 -0
  41. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts.map +1 -1
  42. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
  43. package/es/types/Interface/api/team/QueryCreate.d.ts +5 -0
  44. package/es/types/Interface/api/team/QueryCreate.d.ts.map +1 -0
  45. package/es/types/Interface/api/team/QueryCreate.js +25 -0
  46. package/es/types/Interface/api/team/QueryCreate.js.map +1 -0
  47. package/es/types/Interface/api/team/QueryGetAllWithIncludes.d.ts +5 -0
  48. package/es/types/Interface/api/team/QueryGetAllWithIncludes.d.ts.map +1 -0
  49. package/es/types/Interface/api/team/QueryGetAllWithIncludes.js +28 -0
  50. package/es/types/Interface/api/team/QueryGetAllWithIncludes.js.map +1 -0
  51. package/es/types/Interface/api/team/QueryUpdate.d.ts +7 -0
  52. package/es/types/Interface/api/team/QueryUpdate.d.ts.map +1 -0
  53. package/es/types/Interface/api/team/QueryUpdate.js +38 -0
  54. package/es/types/Interface/api/team/QueryUpdate.js.map +1 -0
  55. package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.d.ts +1 -1
  56. package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.d.ts.map +1 -1
  57. package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.js.map +1 -1
  58. package/es/types/Interface/models/IUser.d.ts +2 -0
  59. package/es/types/Interface/models/IUser.d.ts.map +1 -1
  60. package/es/types/Interface/models/IUser.js.map +1 -1
  61. package/es/types/Interface/models/IWorkingSchedule.d.ts +2 -0
  62. package/es/types/Interface/models/IWorkingSchedule.d.ts.map +1 -1
  63. package/es/types/Interface/models/IWorkingSchedule.js.map +1 -1
  64. package/es/types/index.d.ts +5 -0
  65. package/es/types/index.d.ts.map +1 -1
  66. package/es/types/index.js +5 -0
  67. package/es/types/index.js.map +1 -1
  68. package/js/api/resources/Team.js +46 -0
  69. package/js/api/resources/Team.js.map +1 -0
  70. package/js/api/resources.js +3 -1
  71. package/js/api/resources.js.map +1 -1
  72. package/js/types/Enum/BrandClementine.js +0 -107
  73. package/js/types/Enum/BrandClementine.js.map +1 -1
  74. package/js/types/Enum/BrandComptalib.js +0 -76
  75. package/js/types/Enum/BrandComptalib.js.map +1 -1
  76. package/js/types/Enum/BrandPourcentage.js +431 -1
  77. package/js/types/Enum/BrandPourcentage.js.map +1 -1
  78. package/js/types/Enum/ReasonTerminationType.js +74 -0
  79. package/js/types/Enum/ReasonTerminationType.js.map +1 -0
  80. package/js/types/Enum/RemoteType.js +22 -0
  81. package/js/types/Enum/RemoteType.js.map +1 -0
  82. package/js/types/Enum/TaxSystem.js +10 -0
  83. package/js/types/Enum/TaxSystem.js.map +1 -1
  84. package/js/types/Interface/api/exercice/UpdateExercice.js +1 -0
  85. package/js/types/Interface/api/exercice/UpdateExercice.js.map +1 -1
  86. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js +3 -0
  87. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  88. package/js/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
  89. package/js/types/Interface/api/team/QueryCreate.js +23 -0
  90. package/js/types/Interface/api/team/QueryCreate.js.map +1 -0
  91. package/js/types/Interface/api/team/QueryGetAllWithIncludes.js +24 -0
  92. package/js/types/Interface/api/team/QueryGetAllWithIncludes.js.map +1 -0
  93. package/js/types/Interface/api/team/QueryUpdate.js +25 -0
  94. package/js/types/Interface/api/team/QueryUpdate.js.map +1 -0
  95. package/js/types/Interface/api/timeRecorder/ReadPaginatedDelays.js.map +1 -1
  96. package/js/types/Interface/models/IUser.js.map +1 -1
  97. package/js/types/Interface/models/IWorkingSchedule.js.map +1 -1
  98. package/js/types/index.js +56 -6
  99. package/js/types/index.js.map +1 -1
  100. package/package.json +1 -1
  101. package/ts/api/resources/Team.ts +43 -0
  102. package/ts/api/resources.ts +2 -0
  103. package/ts/types/Enum/BrandClementine.ts +0 -109
  104. package/ts/types/Enum/BrandComptalib.ts +0 -77
  105. package/ts/types/Enum/BrandPourcentage.ts +436 -1
  106. package/ts/types/Enum/ReasonTerminationType.ts +85 -0
  107. package/ts/types/Enum/RemoteType.ts +20 -0
  108. package/ts/types/Enum/TaxSystem.ts +18 -1
  109. package/ts/types/Interface/api/exercice/UpdateExercice.ts +6 -0
  110. package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +6 -1
  111. package/ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts +2 -0
  112. package/ts/types/Interface/api/team/QueryCreate.ts +13 -0
  113. package/ts/types/Interface/api/team/QueryGetAllWithIncludes.ts +16 -0
  114. package/ts/types/Interface/api/team/QueryUpdate.ts +26 -0
  115. package/ts/types/Interface/api/timeRecorder/ReadPaginatedDelays.ts +2 -2
  116. package/ts/types/Interface/models/IUser.ts +2 -0
  117. package/ts/types/Interface/models/IWorkingSchedule.ts +2 -0
  118. package/ts/types/index.ts +5 -0
@@ -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
 
19
20
  type isAny<T> = T | any;
20
21
 
@@ -104,4 +105,5 @@ export interface IUser {
104
105
  teams?: ITeam[];
105
106
  usersTest?: IUserTest;
106
107
  mobile?: IMobile;
108
+ timeRecorders?: ITimeRecorder[];
107
109
  }
@@ -1,5 +1,6 @@
1
1
  import { IUser } from './IUser';
2
2
  import { IEmployee } from './IEmployee';
3
+ import { RemoteType } from '../../Enum/RemoteType';
3
4
 
4
5
  // workingSchedule
5
6
  export interface IWorkingSchedule {
@@ -11,6 +12,7 @@ export interface IWorkingSchedule {
11
12
  idDay: number;
12
13
  idEmployee?: number | null;
13
14
  idUser?: number | null;
15
+ isRemote?: RemoteType | null;
14
16
  createdAt?: Date | null;
15
17
  updatedAt?: Date | null;
16
18
 
package/ts/types/index.ts CHANGED
@@ -477,6 +477,8 @@ export * from './Enum/AdminAcceptance';
477
477
  export * from './Enum/PrestationListType';
478
478
  export * from './Enum/UnpaidCallHistoryType';
479
479
  export * from './Enum/CommercialImportHeader';
480
+ export * from './Enum/ReasonTerminationType';
481
+ export * from './Enum/RemoteType';
480
482
 
481
483
  // Interfaces API
482
484
  export * from './Interface/api/partnerTransactionType/ReadPartnerTransactionType';
@@ -650,6 +652,9 @@ export * from './Interface/api/textMessage/Update';
650
652
  export * from './Interface/api/textMessage/Query';
651
653
  export * from './Interface/api/companeo/Query';
652
654
  export * from './Interface/api/companeo/CompaneoReturn';
655
+ export * from './Interface/api/team/QueryCreate';
656
+ export * from './Interface/api/team/QueryGetAllWithIncludes';
657
+ export * from './Interface/api/team/QueryUpdate';
653
658
 
654
659
  // export * from './Interface/api/survey/QuerySurvey';
655
660
  export * from './Interface/api/survey/ReadSurvey';