@silexpert/core 0.4.207 → 0.4.209

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 (149) hide show
  1. package/es/api/resources/Comment.d.ts +6 -0
  2. package/es/api/resources/Comment.d.ts.map +1 -0
  3. package/es/api/resources/Comment.js +7 -0
  4. package/es/api/resources/Comment.js.map +1 -0
  5. package/es/api/resources/Task.d.ts +16 -0
  6. package/es/api/resources/Task.d.ts.map +1 -0
  7. package/es/api/resources/Task.js +67 -0
  8. package/es/api/resources/Task.js.map +1 -0
  9. package/es/api/resources/User.d.ts +1 -0
  10. package/es/api/resources/User.d.ts.map +1 -1
  11. package/es/api/resources/User.js +3 -0
  12. package/es/api/resources/User.js.map +1 -1
  13. package/es/api/resources.d.ts +4 -0
  14. package/es/api/resources.d.ts.map +1 -1
  15. package/es/api/resources.js +4 -0
  16. package/es/api/resources.js.map +1 -1
  17. package/es/types/Enum/InternalService.d.ts +31 -0
  18. package/es/types/Enum/InternalService.d.ts.map +1 -0
  19. package/es/types/Enum/InternalService.js +31 -0
  20. package/es/types/Enum/InternalService.js.map +1 -0
  21. package/es/types/Enum/TaskResponseType.d.ts +360 -0
  22. package/es/types/Enum/TaskResponseType.d.ts.map +1 -0
  23. package/es/types/Enum/TaskResponseType.js +362 -0
  24. package/es/types/Enum/TaskResponseType.js.map +1 -0
  25. package/es/types/Interface/api/task/QueryCountTask.d.ts +6 -0
  26. package/es/types/Interface/api/task/QueryCountTask.d.ts.map +1 -0
  27. package/es/types/Interface/api/task/QueryCountTask.js +32 -0
  28. package/es/types/Interface/api/task/QueryCountTask.js.map +1 -0
  29. package/es/types/Interface/api/task/QueryCreateTask.d.ts +8 -0
  30. package/es/types/Interface/api/task/QueryCreateTask.d.ts.map +1 -0
  31. package/es/types/Interface/api/task/QueryCreateTask.js +38 -0
  32. package/es/types/Interface/api/task/QueryCreateTask.js.map +1 -0
  33. package/es/types/Interface/api/task/QueryGetAllTask.d.ts +8 -0
  34. package/es/types/Interface/api/task/QueryGetAllTask.d.ts.map +1 -0
  35. package/es/types/Interface/api/task/QueryGetAllTask.js +52 -0
  36. package/es/types/Interface/api/task/QueryGetAllTask.js.map +1 -0
  37. package/es/types/Interface/api/task/QueryGetTask.d.ts +5 -0
  38. package/es/types/Interface/api/task/QueryGetTask.d.ts.map +1 -0
  39. package/es/types/Interface/api/task/QueryGetTask.js +31 -0
  40. package/es/types/Interface/api/task/QueryGetTask.js.map +1 -0
  41. package/es/types/Interface/api/task/QueryPaginatedTask.d.ts +20 -0
  42. package/es/types/Interface/api/task/QueryPaginatedTask.d.ts.map +1 -0
  43. package/es/types/Interface/api/task/QueryPaginatedTask.js +131 -0
  44. package/es/types/Interface/api/task/QueryPaginatedTask.js.map +1 -0
  45. package/es/types/Interface/api/task/QueryStatsByManager.d.ts +6 -0
  46. package/es/types/Interface/api/task/QueryStatsByManager.d.ts.map +1 -0
  47. package/es/types/Interface/api/task/QueryStatsByManager.js +2 -0
  48. package/es/types/Interface/api/task/QueryStatsByManager.js.map +1 -0
  49. package/es/types/Interface/api/task/QueryStatsByRolesInCsv.d.ts +7 -0
  50. package/es/types/Interface/api/task/QueryStatsByRolesInCsv.d.ts.map +1 -0
  51. package/es/types/Interface/api/task/QueryStatsByRolesInCsv.js +40 -0
  52. package/es/types/Interface/api/task/QueryStatsByRolesInCsv.js.map +1 -0
  53. package/es/types/Interface/api/task/QueryStatsByServiceInCsv.d.ts +5 -0
  54. package/es/types/Interface/api/task/QueryStatsByServiceInCsv.d.ts.map +1 -0
  55. package/es/types/Interface/api/task/QueryStatsByServiceInCsv.js +26 -0
  56. package/es/types/Interface/api/task/QueryStatsByServiceInCsv.js.map +1 -0
  57. package/es/types/Interface/api/task/QueryStatsByTaskTypeInCsv.d.ts +5 -0
  58. package/es/types/Interface/api/task/QueryStatsByTaskTypeInCsv.d.ts.map +1 -0
  59. package/es/types/Interface/api/task/QueryStatsByTaskTypeInCsv.js +26 -0
  60. package/es/types/Interface/api/task/QueryStatsByTaskTypeInCsv.js.map +1 -0
  61. package/es/types/Interface/api/user/ParamsGetAllCollaborators.d.ts +4 -0
  62. package/es/types/Interface/api/user/ParamsGetAllCollaborators.d.ts.map +1 -0
  63. package/es/types/Interface/api/user/ParamsGetAllCollaborators.js +22 -0
  64. package/es/types/Interface/api/user/ParamsGetAllCollaborators.js.map +1 -0
  65. package/es/types/Interface/models/ICalendarEvent.d.ts +3 -0
  66. package/es/types/Interface/models/ICalendarEvent.d.ts.map +1 -1
  67. package/es/types/Interface/models/ICalendarEvent.js.map +1 -1
  68. package/es/types/Interface/models/IComment.d.ts +3 -0
  69. package/es/types/Interface/models/IComment.d.ts.map +1 -1
  70. package/es/types/Interface/models/IComment.js.map +1 -1
  71. package/es/types/Interface/models/ITask.d.ts +33 -0
  72. package/es/types/Interface/models/ITask.d.ts.map +1 -0
  73. package/es/types/Interface/models/ITask.js +2 -0
  74. package/es/types/Interface/models/ITask.js.map +1 -0
  75. package/es/types/index.d.ts +13 -0
  76. package/es/types/index.d.ts.map +1 -1
  77. package/es/types/index.js +13 -0
  78. package/es/types/index.js.map +1 -1
  79. package/es/utils/index.d.ts +1 -0
  80. package/es/utils/index.d.ts.map +1 -1
  81. package/es/utils/index.js +1 -0
  82. package/es/utils/index.js.map +1 -1
  83. package/es/utils/task.d.ts +4 -0
  84. package/es/utils/task.d.ts.map +1 -0
  85. package/es/utils/task.js +41 -0
  86. package/es/utils/task.js.map +1 -0
  87. package/js/api/resources/Comment.js +18 -0
  88. package/js/api/resources/Comment.js.map +1 -0
  89. package/js/api/resources/Task.js +129 -0
  90. package/js/api/resources/Task.js.map +1 -0
  91. package/js/api/resources/User.js +4 -0
  92. package/js/api/resources/User.js.map +1 -1
  93. package/js/api/resources.js +7 -1
  94. package/js/api/resources.js.map +1 -1
  95. package/js/types/Enum/InternalService.js +36 -0
  96. package/js/types/Enum/InternalService.js.map +1 -0
  97. package/js/types/Enum/TaskResponseType.js +371 -0
  98. package/js/types/Enum/TaskResponseType.js.map +1 -0
  99. package/js/types/Interface/api/task/QueryCountTask.js +33 -0
  100. package/js/types/Interface/api/task/QueryCountTask.js.map +1 -0
  101. package/js/types/Interface/api/task/QueryCreateTask.js +37 -0
  102. package/js/types/Interface/api/task/QueryCreateTask.js.map +1 -0
  103. package/js/types/Interface/api/task/QueryGetAllTask.js +45 -0
  104. package/js/types/Interface/api/task/QueryGetAllTask.js.map +1 -0
  105. package/js/types/Interface/api/task/QueryGetTask.js +37 -0
  106. package/js/types/Interface/api/task/QueryGetTask.js.map +1 -0
  107. package/js/types/Interface/api/task/QueryPaginatedTask.js +87 -0
  108. package/js/types/Interface/api/task/QueryPaginatedTask.js.map +1 -0
  109. package/js/types/Interface/api/task/QueryStatsByManager.js +6 -0
  110. package/js/types/Interface/api/task/QueryStatsByManager.js.map +1 -0
  111. package/js/types/Interface/api/task/QueryStatsByRolesInCsv.js +39 -0
  112. package/js/types/Interface/api/task/QueryStatsByRolesInCsv.js.map +1 -0
  113. package/js/types/Interface/api/task/QueryStatsByServiceInCsv.js +31 -0
  114. package/js/types/Interface/api/task/QueryStatsByServiceInCsv.js.map +1 -0
  115. package/js/types/Interface/api/task/QueryStatsByTaskTypeInCsv.js +31 -0
  116. package/js/types/Interface/api/task/QueryStatsByTaskTypeInCsv.js.map +1 -0
  117. package/js/types/Interface/api/user/ParamsGetAllCollaborators.js +31 -0
  118. package/js/types/Interface/api/user/ParamsGetAllCollaborators.js.map +1 -0
  119. package/js/types/Interface/models/ITask.js +6 -0
  120. package/js/types/Interface/models/ITask.js.map +1 -0
  121. package/js/types/index.js +156 -0
  122. package/js/types/index.js.map +1 -1
  123. package/js/utils/index.js +12 -0
  124. package/js/utils/index.js.map +1 -1
  125. package/js/utils/task.js +48 -0
  126. package/js/utils/task.js.map +1 -0
  127. package/package.json +1 -1
  128. package/ts/api/resources/Comment.ts +10 -0
  129. package/ts/api/resources/Task.ts +68 -0
  130. package/ts/api/resources/User.ts +3 -0
  131. package/ts/api/resources.ts +4 -0
  132. package/ts/types/Enum/InternalService.ts +30 -0
  133. package/ts/types/Enum/TaskResponseType.ts +361 -0
  134. package/ts/types/Interface/api/task/QueryCountTask.ts +23 -0
  135. package/ts/types/Interface/api/task/QueryCreateTask.ts +23 -0
  136. package/ts/types/Interface/api/task/QueryGetAllTask.ts +39 -0
  137. package/ts/types/Interface/api/task/QueryGetTask.ts +21 -0
  138. package/ts/types/Interface/api/task/QueryPaginatedTask.ts +100 -0
  139. package/ts/types/Interface/api/task/QueryStatsByManager.ts +5 -0
  140. package/ts/types/Interface/api/task/QueryStatsByRolesInCsv.ts +28 -0
  141. package/ts/types/Interface/api/task/QueryStatsByServiceInCsv.ts +16 -0
  142. package/ts/types/Interface/api/task/QueryStatsByTaskTypeInCsv.ts +16 -0
  143. package/ts/types/Interface/api/user/ParamsGetAllCollaborators.ts +13 -0
  144. package/ts/types/Interface/models/ICalendarEvent.ts +3 -0
  145. package/ts/types/Interface/models/IComment.ts +3 -0
  146. package/ts/types/Interface/models/ITask.ts +35 -0
  147. package/ts/types/index.ts +13 -0
  148. package/ts/utils/index.ts +1 -0
  149. package/ts/utils/task.ts +37 -0
@@ -1 +1 @@
1
- {"version":3,"file":"User.js","mappings":";;;;;;;AAAA;;AAKM,MAAOA,IAAP,SAAoBC,kBAApB,CAA4B;EAChCC,OAAO,CAACC,MAAD,EAAqB;IAC1B,OAAO,KAAKC,KAAL,CAAWC,IAAX,CAAgB,cAAhB,EAAgCF,MAAhC,CAAP;EACD;;EACDG,2BAA2B,CAACH,MAAD,EAAoC;IAC7D,OAAO,KAAKC,KAAL,CAAWC,IAAX,CAAgB,QAAQF,MAAM,CAACI,EAAE,8BAAjC,CAAP;EACD;;EACDC,MAAM,CAACC,IAAD,EAAiB;IACrB,OAAO,KAAKL,KAAL,CAAWM,KAAX,CAAiB,aAAjB,EAAgCD,IAAhC,CAAP;EACD;;EACDE,QAAQ,CAACF,IAAD,EAAqB;IAC3B,OAAO,KAAKL,KAAL,CAAWM,KAAX,CAAiB,eAAjB,EAAkCD,IAAlC,CAAP;EACD;;EACDG,WAAW,CAACL,EAAD,EAAW;IACpB,OAAO,KAAKH,KAAL,CAAWC,IAAX,CAAgB,QAAQE,EAAE,iBAA1B,CAAP;EACD;;EACDM,yBAAyB,CAACN,EAAD,EAAaJ,MAAb,EAA6C;IACpE,OAAO,KAAKC,KAAL,CAAWU,IAAX,CAAgB,QAAQP,EAAE,4BAA1B,EAAwD;MAAEJ;IAAF,CAAxD,CAAP;EACD;;EACDY,cAAc,CAACZ,MAAD,EAA+B;IAC3C,OAAO,KAAKC,KAAL,CAAWU,IAAX,CAAgB,uBAAhB,EAAyC;MAAEX;IAAF,CAAzC,CAAP;EACD;;EACDa,mBAAmB;IACjB,OAAO,KAAKZ,KAAL,CAAWU,IAAX,CAAgB,2BAAhB,CAAP;EACD;;EACDG,SAAS,CAACd,MAAD,EAAuB;IAC9B,OAAO,KAAKC,KAAL,CAAWU,IAAX,CAAgB,gBAAhB,EAAkC;MAAEX;IAAF,CAAlC,CAAP;EACD;;EACDe,YAAY,CAACX,EAAD,EAAW;IACrB,OAAO,KAAKH,KAAL,CAAWU,IAAX,CAAgB,QAAQP,EAAE,QAA1B,CAAP;EACD;;EACDY,MAAM,CAACZ,EAAD,EAAaJ,MAAb,EAAqE;IACzE,OAAO,KAAKC,KAAL,CAAWC,IAAX,CAAgB,QAAQE,EAAE,EAA1B,EAA8BJ,MAA9B,CAAP;EACD;;EACDiB,OAAO;IACL,OAAO,KAAKhB,KAAL,CAAWU,IAAX,CAAgB,MAAhB,CAAP;EACD;;AApC+B;;QAArBd,I,GAAAA,I","names":["User","Resource","confirm","params","axios","$put","resendConfirmationEmailLink","id","create","data","$post","coworker","sendNewCode","verifySmsCodeConfirmation","$get","allFromSociety","selectableTeammates","societies","ownerSociety","update","getInfo"],"sourceRoot":"","sources":["../../../ts/api/resources/User.ts"],"sourcesContent":["import { Resource } from '../Resource';\nimport {\n IUser, QueryConfirm, QueryResendConfirmationLink, CreateUser, CreateCoworker, QueryUserSmsConfirmation, QueryGetAllFromSociety, QuerySocieties, ISociety,\n} from '../../types';\n\nexport class User extends Resource {\n confirm(params: QueryConfirm): Promise<IUser> {\n return this.axios.$put('user/confirm', params);\n }\n resendConfirmationEmailLink(params: QueryResendConfirmationLink): Promise<boolean> {\n return this.axios.$put(`user/${params.id}/resendConfirmationEmailLink`);\n }\n create(data: CreateUser): Promise<IUser> {\n return this.axios.$post('user/create', data);\n }\n coworker(data: CreateCoworker): Promise<IUser> {\n return this.axios.$post('user/coworker', data);\n }\n sendNewCode(id: number): Promise<IUser> {\n return this.axios.$put(`user/${id}/sendNewSmsCode`);\n }\n verifySmsCodeConfirmation(id: number, params: QueryUserSmsConfirmation): Promise<IUser> {\n return this.axios.$get(`user/${id}/verifySmsCodeConfirmation`, { params });\n }\n allFromSociety(params: QueryGetAllFromSociety): Promise<IUser> {\n return this.axios.$get('user/all-from-society', { params });\n }\n selectableTeammates(): Promise<IUser> {\n return this.axios.$get('user/selectable-teammates');\n }\n societies(params: QuerySocieties): Promise<ISociety[]> {\n return this.axios.$get('user/societies', { params });\n }\n ownerSociety(id: number): Promise<IUser> {\n return this.axios.$get(`user/${id}/owner`);\n }\n update(id: number, params: Partial<IUser> & { lastMobileConnection?: Date }): Promise<IUser> {\n return this.axios.$put(`user/${id}`, params);\n }\n getInfo(): Promise<IUser> {\n return this.axios.$get('user');\n }\n}\n"]}
1
+ {"version":3,"file":"User.js","mappings":";;;;;;;AAAA;;AAKM,MAAOA,IAAP,SAAoBC,kBAApB,CAA4B;EAChCC,OAAO,CAACC,MAAD,EAAqB;IAC1B,OAAO,KAAKC,KAAL,CAAWC,IAAX,CAAgB,cAAhB,EAAgCF,MAAhC,CAAP;EACD;;EACDG,2BAA2B,CAACH,MAAD,EAAoC;IAC7D,OAAO,KAAKC,KAAL,CAAWC,IAAX,CAAgB,QAAQF,MAAM,CAACI,EAAE,8BAAjC,CAAP;EACD;;EACDC,MAAM,CAACC,IAAD,EAAiB;IACrB,OAAO,KAAKL,KAAL,CAAWM,KAAX,CAAiB,aAAjB,EAAgCD,IAAhC,CAAP;EACD;;EACDE,QAAQ,CAACF,IAAD,EAAqB;IAC3B,OAAO,KAAKL,KAAL,CAAWM,KAAX,CAAiB,eAAjB,EAAkCD,IAAlC,CAAP;EACD;;EACDG,WAAW,CAACL,EAAD,EAAW;IACpB,OAAO,KAAKH,KAAL,CAAWC,IAAX,CAAgB,QAAQE,EAAE,iBAA1B,CAAP;EACD;;EACDM,yBAAyB,CAACN,EAAD,EAAaJ,MAAb,EAA6C;IACpE,OAAO,KAAKC,KAAL,CAAWU,IAAX,CAAgB,QAAQP,EAAE,4BAA1B,EAAwD;MAAEJ;IAAF,CAAxD,CAAP;EACD;;EACDY,cAAc,CAACZ,MAAD,EAA+B;IAC3C,OAAO,KAAKC,KAAL,CAAWU,IAAX,CAAgB,uBAAhB,EAAyC;MAAEX;IAAF,CAAzC,CAAP;EACD;;EACDa,gBAAgB;IACd,OAAO,KAAKZ,KAAL,CAAWU,IAAX,CAAgB,wBAAhB,CAAP;EACD;;EACDG,mBAAmB;IACjB,OAAO,KAAKb,KAAL,CAAWU,IAAX,CAAgB,2BAAhB,CAAP;EACD;;EACDI,SAAS,CAACf,MAAD,EAAuB;IAC9B,OAAO,KAAKC,KAAL,CAAWU,IAAX,CAAgB,gBAAhB,EAAkC;MAAEX;IAAF,CAAlC,CAAP;EACD;;EACDgB,YAAY,CAACZ,EAAD,EAAW;IACrB,OAAO,KAAKH,KAAL,CAAWU,IAAX,CAAgB,QAAQP,EAAE,QAA1B,CAAP;EACD;;EACDa,MAAM,CAACb,EAAD,EAAaJ,MAAb,EAAqE;IACzE,OAAO,KAAKC,KAAL,CAAWC,IAAX,CAAgB,QAAQE,EAAE,EAA1B,EAA8BJ,MAA9B,CAAP;EACD;;EACDkB,OAAO;IACL,OAAO,KAAKjB,KAAL,CAAWU,IAAX,CAAgB,MAAhB,CAAP;EACD;;AAvC+B;;QAArBd,I,GAAAA,I","names":["User","Resource","confirm","params","axios","$put","resendConfirmationEmailLink","id","create","data","$post","coworker","sendNewCode","verifySmsCodeConfirmation","$get","allFromSociety","allCollaborators","selectableTeammates","societies","ownerSociety","update","getInfo"],"sourceRoot":"","sources":["../../../ts/api/resources/User.ts"],"sourcesContent":["import { Resource } from '../Resource';\nimport {\n IUser, QueryConfirm, QueryResendConfirmationLink, CreateUser, CreateCoworker, QueryUserSmsConfirmation, QueryGetAllFromSociety, QuerySocieties, ISociety,\n} from '../../types';\n\nexport class User extends Resource {\n confirm(params: QueryConfirm): Promise<IUser> {\n return this.axios.$put('user/confirm', params);\n }\n resendConfirmationEmailLink(params: QueryResendConfirmationLink): Promise<boolean> {\n return this.axios.$put(`user/${params.id}/resendConfirmationEmailLink`);\n }\n create(data: CreateUser): Promise<IUser> {\n return this.axios.$post('user/create', data);\n }\n coworker(data: CreateCoworker): Promise<IUser> {\n return this.axios.$post('user/coworker', data);\n }\n sendNewCode(id: number): Promise<IUser> {\n return this.axios.$put(`user/${id}/sendNewSmsCode`);\n }\n verifySmsCodeConfirmation(id: number, params: QueryUserSmsConfirmation): Promise<IUser> {\n return this.axios.$get(`user/${id}/verifySmsCodeConfirmation`, { params });\n }\n allFromSociety(params: QueryGetAllFromSociety): Promise<IUser> {\n return this.axios.$get('user/all-from-society', { params });\n }\n allCollaborators(): Promise<IUser> {\n return this.axios.$get('user/all-collaborators');\n }\n selectableTeammates(): Promise<IUser> {\n return this.axios.$get('user/selectable-teammates');\n }\n societies(params: QuerySocieties): Promise<ISociety[]> {\n return this.axios.$get('user/societies', { params });\n }\n ownerSociety(id: number): Promise<IUser> {\n return this.axios.$get(`user/${id}/owner`);\n }\n update(id: number, params: Partial<IUser> & { lastMobileConnection?: Date }): Promise<IUser> {\n return this.axios.$put(`user/${id}`, params);\n }\n getInfo(): Promise<IUser> {\n return this.axios.$get('user');\n }\n}\n"]}
@@ -161,8 +161,12 @@ var _Notification = require("./resources/Notification");
161
161
 
162
162
  var _Mobile = require("./resources/Mobile");
163
163
 
164
+ var _Task = require("./resources/Task");
165
+
164
166
  var _SocietyEvent = require("./resources/SocietyEvent");
165
167
 
168
+ var _Comment = require("./resources/Comment");
169
+
166
170
  const resources = exports.resources = {
167
171
  simulation: _Simulation.Simulation,
168
172
  budgetInsight: _BudgetInsight.BudgetInsight,
@@ -242,6 +246,8 @@ const resources = exports.resources = {
242
246
  lettering: _Lettering.Lettering,
243
247
  mobile: _Mobile.Mobile,
244
248
  notification: _Notification.Notification,
245
- societyEvent: _SocietyEvent.SocietyEvent
249
+ societyEvent: _SocietyEvent.SocietyEvent,
250
+ task: _Task.Task,
251
+ comment: _Comment.Comment
246
252
  };
247
253
  //# sourceMappingURL=resources.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"resources.js","mappings":"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","names":["resources","simulation","Simulation","budgetInsight","BudgetInsight","country","Country","paymentExpectationCustomer","PaymentExpectationCustomer","payment","Payment","immobilization","Immobilization","accountType","AccountType","transaction","Transaction","account","Account","sponsorship","Sponsorship","user","User","survey","Survey","report","Report","letter","Letter","firstStep","FirstStep","society","Society","partner","Partner","generalLedger","GeneralLedger","fecFile","FecFile","incomeStatement","IncomeStatement","internalInvoicing","InternalInvoicing","balanceSheet","BalanceSheet","balanceSheetModule","BalanceSheetModule","cerfa","Cerfa","legalForm","LegalForm","authenticate","Authenticate","search","Search","subscription","Subscription","salariesFile","SalariesFile","shine","Shine","promoCode","PromoCode","stocks","Stocks","loan","Loan","provision","Provision","societyPromoCode","SocietyPromoCode","dashboard","Dashboard","zTicket","ZTicket","incomeAllocation","IncomeAllocation","customerProviderOperation","CustomerProviderOperation","steps","Steps","revisionGuide","RevisionGuide","library","Library","taxDeadline","TaxDeadline","exerciceNote","ExerciceNote","connector","Connector","partneredAccountant","PartneredAccountant","tax","Tax","quotesAccount","QuotesAccount","registration","Registration","journal","Journal","product","Product","mealExpense","MealExpense","balanceSheetQuestion","BalanceSheetQuestion","exerciceQuestion","ExerciceQuestion","vatControl","VatControl","accountingIncome","AccountingIncome","bankStatement","BankStatement","shareCapital","ShareCapital","closing","Closing","machineLearning","MachineLearning","workingSchedule","WorkingSchedule","revision","Revision","vehicle","Vehicle","kilometricAllowance","KilometricAllowance","vatDeclaration","VatDeclaration","qonto","Qonto","affectedPatrimony","AffectedPatrimony","bankAccount","BankAccount","log","Log","exercice","Exercice","mail","Mail","employee","Employee","sheetMonthSchedule","SheetMonthSchedule","nafCode","NafCode","checklist","Checklist","lettering","Lettering","mobile","Mobile","notification","Notification","societyEvent","SocietyEvent"],"sourceRoot":"","sources":["../../ts/api/resources.ts"],"sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Payment } from './resources/Payment';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\nimport { MachineLearning } from './resources/MachineLearning';\nimport { WorkingSchedule } from './resources/WorkingSchedule';\nimport { Revision } from './resources/Revision';\nimport { Vehicle } from './resources/Vehicle';\nimport { KilometricAllowance } from './resources/KilometricAllowance';\nimport { VatDeclaration } from './resources/VatDeclaration';\nimport { Qonto } from './resources/Qonto';\nimport { AffectedPatrimony } from './resources/AffectedPatrimony';\nimport { BankAccount } from './resources/BankAccount';\nimport { BudgetInsight } from './resources/BudgetInsight';\nimport { Log } from './resources/Log';\nimport { Exercice } from './resources/Exercice';\nimport { Mail } from './resources/Mail';\nimport { Employee } from './resources/Employee';\nimport { SheetMonthSchedule } from './resources/SheetMonthSchedule';\nimport { NafCode } from './resources/NafCode';\nimport { Checklist } from './resources/Checklist';\nimport { Lettering } from './resources/Lettering';\nimport { Notification } from './resources/Notification';\nimport { Mobile } from './resources/Mobile';\nimport { SocietyEvent } from './resources/SocietyEvent';\n\nexport const resources = {\n simulation: Simulation,\n budgetInsight: BudgetInsight,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n payment: Payment,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n machineLearning: MachineLearning,\n workingSchedule: WorkingSchedule,\n revision: Revision,\n vehicle: Vehicle,\n kilometricAllowance: KilometricAllowance,\n vatDeclaration: VatDeclaration,\n qonto: Qonto,\n affectedPatrimony: AffectedPatrimony,\n bankAccount: BankAccount,\n log: Log,\n exercice: Exercice,\n mail: Mail,\n employee: Employee,\n sheetMonthSchedule: SheetMonthSchedule,\n nafCode: NafCode,\n checklist: Checklist,\n lettering: Lettering,\n mobile: Mobile,\n notification: Notification,\n societyEvent: SocietyEvent,\n};\n"]}
1
+ {"version":3,"file":"resources.js","mappings":"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","names":["resources","simulation","Simulation","budgetInsight","BudgetInsight","country","Country","paymentExpectationCustomer","PaymentExpectationCustomer","payment","Payment","immobilization","Immobilization","accountType","AccountType","transaction","Transaction","account","Account","sponsorship","Sponsorship","user","User","survey","Survey","report","Report","letter","Letter","firstStep","FirstStep","society","Society","partner","Partner","generalLedger","GeneralLedger","fecFile","FecFile","incomeStatement","IncomeStatement","internalInvoicing","InternalInvoicing","balanceSheet","BalanceSheet","balanceSheetModule","BalanceSheetModule","cerfa","Cerfa","legalForm","LegalForm","authenticate","Authenticate","search","Search","subscription","Subscription","salariesFile","SalariesFile","shine","Shine","promoCode","PromoCode","stocks","Stocks","loan","Loan","provision","Provision","societyPromoCode","SocietyPromoCode","dashboard","Dashboard","zTicket","ZTicket","incomeAllocation","IncomeAllocation","customerProviderOperation","CustomerProviderOperation","steps","Steps","revisionGuide","RevisionGuide","library","Library","taxDeadline","TaxDeadline","exerciceNote","ExerciceNote","connector","Connector","partneredAccountant","PartneredAccountant","tax","Tax","quotesAccount","QuotesAccount","registration","Registration","journal","Journal","product","Product","mealExpense","MealExpense","balanceSheetQuestion","BalanceSheetQuestion","exerciceQuestion","ExerciceQuestion","vatControl","VatControl","accountingIncome","AccountingIncome","bankStatement","BankStatement","shareCapital","ShareCapital","closing","Closing","machineLearning","MachineLearning","workingSchedule","WorkingSchedule","revision","Revision","vehicle","Vehicle","kilometricAllowance","KilometricAllowance","vatDeclaration","VatDeclaration","qonto","Qonto","affectedPatrimony","AffectedPatrimony","bankAccount","BankAccount","log","Log","exercice","Exercice","mail","Mail","employee","Employee","sheetMonthSchedule","SheetMonthSchedule","nafCode","NafCode","checklist","Checklist","lettering","Lettering","mobile","Mobile","notification","Notification","societyEvent","SocietyEvent","task","Task","comment","Comment"],"sourceRoot":"","sources":["../../ts/api/resources.ts"],"sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Payment } from './resources/Payment';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\nimport { MachineLearning } from './resources/MachineLearning';\nimport { WorkingSchedule } from './resources/WorkingSchedule';\nimport { Revision } from './resources/Revision';\nimport { Vehicle } from './resources/Vehicle';\nimport { KilometricAllowance } from './resources/KilometricAllowance';\nimport { VatDeclaration } from './resources/VatDeclaration';\nimport { Qonto } from './resources/Qonto';\nimport { AffectedPatrimony } from './resources/AffectedPatrimony';\nimport { BankAccount } from './resources/BankAccount';\nimport { BudgetInsight } from './resources/BudgetInsight';\nimport { Log } from './resources/Log';\nimport { Exercice } from './resources/Exercice';\nimport { Mail } from './resources/Mail';\nimport { Employee } from './resources/Employee';\nimport { SheetMonthSchedule } from './resources/SheetMonthSchedule';\nimport { NafCode } from './resources/NafCode';\nimport { Checklist } from './resources/Checklist';\nimport { Lettering } from './resources/Lettering';\nimport { Notification } from './resources/Notification';\nimport { Mobile } from './resources/Mobile';\nimport { Task } from './resources/Task';\nimport { SocietyEvent } from './resources/SocietyEvent';\nimport { Comment } from './resources/Comment';\n\nexport const resources = {\n simulation: Simulation,\n budgetInsight: BudgetInsight,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n payment: Payment,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n machineLearning: MachineLearning,\n workingSchedule: WorkingSchedule,\n revision: Revision,\n vehicle: Vehicle,\n kilometricAllowance: KilometricAllowance,\n vatDeclaration: VatDeclaration,\n qonto: Qonto,\n affectedPatrimony: AffectedPatrimony,\n bankAccount: BankAccount,\n log: Log,\n exercice: Exercice,\n mail: Mail,\n employee: Employee,\n sheetMonthSchedule: SheetMonthSchedule,\n nafCode: NafCode,\n checklist: Checklist,\n lettering: Lettering,\n mobile: Mobile,\n notification: Notification,\n societyEvent: SocietyEvent,\n task: Task,\n comment: Comment,\n};\n"]}
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ const InternalService = exports.InternalService = {
7
+ COMMERCIAL: {
8
+ idRole: 9,
9
+ name: 'Commercial'
10
+ },
11
+ CUSTOMER_SUCCESS: {
12
+ idRole: 10,
13
+ name: 'Customer success'
14
+ },
15
+ SOCIAL: {
16
+ idRole: 11,
17
+ name: 'Social'
18
+ },
19
+ JURIDIQUE: {
20
+ idRole: 12,
21
+ name: 'Juridique'
22
+ },
23
+ FACTURATION: {
24
+ idRole: 34,
25
+ name: 'Facturation'
26
+ },
27
+ FRONT_OFFICE: {
28
+ idRole: 3,
29
+ name: 'Front office'
30
+ },
31
+ EXPERT_ACCOUNTANT: {
32
+ idRole: 20,
33
+ name: 'Expert comptable'
34
+ }
35
+ };
36
+ //# sourceMappingURL=InternalService.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InternalService.js","mappings":";;;;;AAAO,MAAMA,eAAe,WAAfA,eAAe,GAAG;EAC7BC,UAAU,EAAE;IACVC,MAAM,EAAE,CADE;IAEVC,IAAI,EAAE;EAFI,CADiB;EAK7BC,gBAAgB,EAAE;IAChBF,MAAM,EAAE,EADQ;IAEhBC,IAAI,EAAE;EAFU,CALW;EAS7BE,MAAM,EAAE;IACNH,MAAM,EAAE,EADF;IAENC,IAAI,EAAE;EAFA,CATqB;EAa7BG,SAAS,EAAE;IACTJ,MAAM,EAAE,EADC;IAETC,IAAI,EAAE;EAFG,CAbkB;EAiB7BI,WAAW,EAAE;IACXL,MAAM,EAAE,EADG;IAEXC,IAAI,EAAE;EAFK,CAjBgB;EAqB7BK,YAAY,EAAE;IACZN,MAAM,EAAE,CADI;IAEZC,IAAI,EAAE;EAFM,CArBe;EAyB7BM,iBAAiB,EAAE;IACjBP,MAAM,EAAE,EADS;IAEjBC,IAAI,EAAE;EAFW;AAzBU,CAAxB","names":["InternalService","COMMERCIAL","idRole","name","CUSTOMER_SUCCESS","SOCIAL","JURIDIQUE","FACTURATION","FRONT_OFFICE","EXPERT_ACCOUNTANT"],"sourceRoot":"","sources":["../../../ts/types/Enum/InternalService.ts"],"sourcesContent":["export const InternalService = {\n COMMERCIAL: {\n idRole: 9,\n name: 'Commercial',\n },\n CUSTOMER_SUCCESS: {\n idRole: 10,\n name: 'Customer success',\n },\n SOCIAL: {\n idRole: 11,\n name: 'Social',\n },\n JURIDIQUE: {\n idRole: 12,\n name: 'Juridique',\n },\n FACTURATION: {\n idRole: 34,\n name: 'Facturation',\n },\n FRONT_OFFICE: {\n idRole: 3,\n name: 'Front office',\n },\n EXPERT_ACCOUNTANT: {\n idRole: 20,\n name: 'Expert comptable',\n },\n};"]}
@@ -0,0 +1,371 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var ResponseType = exports.ResponseType = undefined;
7
+
8
+ (function (ResponseType) {
9
+ ResponseType[ResponseType["MAIL"] = 1] = "MAIL";
10
+ ResponseType[ResponseType["CALL"] = 2] = "CALL";
11
+ })(ResponseType || (exports.ResponseType = ResponseType = {}));
12
+
13
+ var StateTask = exports.StateTask = undefined;
14
+
15
+ (function (StateTask) {
16
+ StateTask[StateTask["TODO"] = 1] = "TODO";
17
+ StateTask[StateTask["DO"] = 2] = "DO";
18
+ StateTask[StateTask["NOTDO"] = 3] = "NOTDO";
19
+ })(StateTask || (exports.StateTask = StateTask = {}));
20
+
21
+ const TaskResponseType = exports.TaskResponseType = {
22
+ DEMANDE_ATTESTATION: {
23
+ id: 1,
24
+ label: 'Demande attestation',
25
+ responseType: ResponseType.MAIL,
26
+ min: 3,
27
+ max: 72,
28
+ default: 24,
29
+ weight: 2,
30
+ isExterne: true,
31
+ idMailAuto: null,
32
+ schedule: 15
33
+ },
34
+ FAIRE_COURRIER: {
35
+ id: 2,
36
+ label: 'Faire courrier',
37
+ responseType: null,
38
+ min: 1,
39
+ max: 96,
40
+ default: 24,
41
+ weight: 4,
42
+ isExterne: false,
43
+ idMailAuto: null,
44
+ schedule: 30
45
+ },
46
+ ACTIVER_ONGLET_SOCIAL: {
47
+ id: 3,
48
+ label: 'Activer l\'onglet social',
49
+ responseType: ResponseType.MAIL,
50
+ min: 3,
51
+ max: 72,
52
+ default: 24,
53
+ weight: 1,
54
+ isExterne: true,
55
+ idMailAuto: null,
56
+ schedule: 15
57
+ },
58
+ SUPPORT_TECHNIQUE: {
59
+ id: 4,
60
+ label: 'Support technique',
61
+ responseType: ResponseType.CALL,
62
+ min: 0.5,
63
+ max: 48,
64
+ default: 24,
65
+ weight: 6,
66
+ isExterne: true,
67
+ idMailAuto: null,
68
+ schedule: 15
69
+ },
70
+ SUIVI_BILAN: {
71
+ id: 5,
72
+ label: 'Suivi bilan',
73
+ responseType: null,
74
+ min: null,
75
+ max: null,
76
+ default: null,
77
+ weight: 9,
78
+ isExterne: true,
79
+ idMailAuto: null,
80
+ schedule: 30
81
+ },
82
+ SUIVI_IS: {
83
+ id: 6,
84
+ label: 'Suivi IS',
85
+ responseType: null,
86
+ min: null,
87
+ max: null,
88
+ default: null,
89
+ weight: 6,
90
+ isExterne: true,
91
+ idMailAuto: null,
92
+ schedule: 15
93
+ },
94
+ SUIVI_TVA: {
95
+ id: 7,
96
+ label: 'Suivi TVA',
97
+ responseType: null,
98
+ min: null,
99
+ max: null,
100
+ default: null,
101
+ weight: 6,
102
+ isExterne: true,
103
+ idMailAuto: null,
104
+ schedule: 15
105
+ },
106
+ SUIVI_MISSIONS_COMPLEMENTAIRES: {
107
+ id: 8,
108
+ label: 'Suivi missions complémentaires',
109
+ responseType: null,
110
+ min: null,
111
+ max: null,
112
+ default: null,
113
+ weight: 6,
114
+ isExterne: true,
115
+ idMailAuto: null,
116
+ schedule: 30
117
+ },
118
+ PV_AG_APPROBATION: {
119
+ id: 9,
120
+ label: 'Pv d\'AG/Approbation',
121
+ responseType: ResponseType.MAIL,
122
+ min: 3,
123
+ max: 72,
124
+ default: 24,
125
+ weight: 4,
126
+ isExterne: true,
127
+ idMailAuto: null,
128
+ schedule: 15
129
+ },
130
+ DIVIDENDES: {
131
+ id: 10,
132
+ label: 'Dividendes',
133
+ responseType: ResponseType.MAIL,
134
+ min: 3,
135
+ max: 72,
136
+ default: 24,
137
+ weight: 6,
138
+ isExterne: true,
139
+ idMailAuto: null,
140
+ schedule: 15
141
+ },
142
+ CREATION_SOCIETE: {
143
+ id: 11,
144
+ label: 'Creation société',
145
+ responseType: null,
146
+ min: null,
147
+ max: null,
148
+ default: null,
149
+ weight: 8,
150
+ isExterne: true,
151
+ idMailAuto: null,
152
+ schedule: 15
153
+ },
154
+ QUESTIONS_JURIDIQUES: {
155
+ id: 12,
156
+ label: 'Questions juridiques',
157
+ responseType: ResponseType.CALL,
158
+ min: 0.5,
159
+ max: 48,
160
+ default: 24,
161
+ weight: 6,
162
+ isExterne: true,
163
+ idMailAuto: null,
164
+ schedule: 15
165
+ },
166
+ BULLETIN_PAIE: {
167
+ id: 13,
168
+ label: 'Bulletin de paie',
169
+ responseType: ResponseType.MAIL,
170
+ min: 3,
171
+ max: 72,
172
+ default: 24,
173
+ weight: 2,
174
+ isExterne: true,
175
+ idMailAuto: null,
176
+ schedule: 15
177
+ },
178
+ DECLARATIONS: {
179
+ id: 14,
180
+ label: 'Déclarations',
181
+ responseType: ResponseType.MAIL,
182
+ min: 3,
183
+ max: 72,
184
+ default: 24,
185
+ weight: 3,
186
+ isExterne: true,
187
+ idMailAuto: null,
188
+ schedule: 15
189
+ },
190
+ EMBAUCHE: {
191
+ id: 15,
192
+ label: 'Embauche',
193
+ responseType: null,
194
+ min: null,
195
+ max: null,
196
+ default: null,
197
+ weight: 4,
198
+ isExterne: true,
199
+ idMailAuto: null,
200
+ schedule: 15
201
+ },
202
+ QUESTIONS_SOCIALES: {
203
+ id: 16,
204
+ label: 'Questions sociales',
205
+ responseType: ResponseType.CALL,
206
+ min: 0.5,
207
+ max: 48,
208
+ default: 24,
209
+ weight: 5,
210
+ isExterne: true,
211
+ idMailAuto: null,
212
+ schedule: 15
213
+ },
214
+ REFACTURATION: {
215
+ id: 17,
216
+ label: 'Refacturation',
217
+ responseType: null,
218
+ min: null,
219
+ max: null,
220
+ default: null,
221
+ weight: 5,
222
+ isExterne: true,
223
+ idMailAuto: null,
224
+ schedule: 15
225
+ },
226
+ MAJ_INFO_FACTURATION: {
227
+ id: 18,
228
+ label: 'Mise à jour info facturation',
229
+ responseType: ResponseType.MAIL,
230
+ min: 3,
231
+ max: 72,
232
+ default: 24,
233
+ weight: 2,
234
+ isExterne: true,
235
+ idMailAuto: null,
236
+ schedule: 15
237
+ },
238
+ FACTURES_MANQUANTES: {
239
+ id: 19,
240
+ label: 'Facture manquante',
241
+ responseType: ResponseType.MAIL,
242
+ min: 3,
243
+ max: 72,
244
+ default: 24,
245
+ weight: 2,
246
+ isExterne: true,
247
+ idMailAuto: null,
248
+ schedule: 15
249
+ },
250
+ QUESTIONS_FACTURATIONS: {
251
+ id: 20,
252
+ label: 'Questions facturations',
253
+ responseType: null,
254
+ min: null,
255
+ max: null,
256
+ default: null,
257
+ weight: 4,
258
+ isExterne: true,
259
+ idMailAuto: null,
260
+ schedule: 15
261
+ },
262
+ SUIVI_PROSPECT: {
263
+ id: 21,
264
+ label: 'Suivi prospect',
265
+ responseType: null,
266
+ min: 0.5,
267
+ max: 48,
268
+ default: 24,
269
+ weight: 3,
270
+ isExterne: true,
271
+ idMailAuto: null,
272
+ schedule: 15
273
+ },
274
+ DOC_MANQUANT_CREA_DOSSIER: {
275
+ id: 22,
276
+ label: 'Document manquant pour création dossier',
277
+ responseType: ResponseType.MAIL,
278
+ min: 3,
279
+ max: 72,
280
+ default: 24,
281
+ weight: 2,
282
+ isExterne: false,
283
+ idMailAuto: null,
284
+ schedule: 15
285
+ },
286
+ IMPORT_CSV: {
287
+ id: 23,
288
+ label: 'Faire import csv',
289
+ responseType: null,
290
+ min: 1,
291
+ max: 96,
292
+ default: 24,
293
+ weight: 9,
294
+ isExterne: false,
295
+ idMailAuto: null,
296
+ schedule: 30
297
+ },
298
+ ARCHIVER_CLIENT: {
299
+ id: 24,
300
+ label: 'Archiver un client',
301
+ responseType: null,
302
+ min: 1,
303
+ max: 96,
304
+ default: 24,
305
+ weight: 1,
306
+ isExterne: false,
307
+ idMailAuto: null,
308
+ schedule: 15
309
+ },
310
+ OD_SALAIRE: {
311
+ id: 25,
312
+ label: 'Passer les OD de salaire',
313
+ responseType: null,
314
+ min: 1,
315
+ max: 96,
316
+ default: 24,
317
+ weight: 1,
318
+ isExterne: false,
319
+ idMailAuto: null,
320
+ schedule: 15
321
+ },
322
+ VERIFICATION_IMPAYE: {
323
+ id: 26,
324
+ label: 'Vérification impayé',
325
+ responseType: null,
326
+ min: 1,
327
+ max: 96,
328
+ default: 24,
329
+ weight: 2,
330
+ isExterne: false,
331
+ idMailAuto: null,
332
+ schedule: 15
333
+ },
334
+ MODIFICATION_DIA_CLEMENTINIER: {
335
+ id: 27,
336
+ label: 'Modification Clémentinier/Dia',
337
+ responseType: null,
338
+ min: 1,
339
+ max: 96,
340
+ default: 24,
341
+ weight: 2,
342
+ isExterne: false,
343
+ idMailAuto: null,
344
+ schedule: 15
345
+ },
346
+ RESILIATION: {
347
+ id: 28,
348
+ label: 'Résiliation',
349
+ responseType: ResponseType.CALL,
350
+ min: 0.5,
351
+ max: 48,
352
+ default: 24,
353
+ weight: 6,
354
+ isExterne: true,
355
+ idMailAuto: null,
356
+ schedule: 30
357
+ },
358
+ QUESTIONS_COMPTABLES: {
359
+ id: 29,
360
+ label: 'Questions comptables',
361
+ responseType: ResponseType.CALL,
362
+ min: 0.5,
363
+ max: 48,
364
+ default: 24,
365
+ weight: 6,
366
+ isExterne: true,
367
+ idMailAuto: null,
368
+ schedule: 30
369
+ }
370
+ };
371
+ //# sourceMappingURL=TaskResponseType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TaskResponseType.js","mappings":";;;;;AAAA,IAAYA,YAGX,WAHWA,YAGX,YAHD;;AAAA,WAAYA,YAAZ,EAAwB;EACtBA;EACAA;AACD,CAHD,EAAYA,YAAY,aAAZA,YAAY,GAAZA,YAAY,MAAxB;;AAKA,IAAYC,SAIX,WAJWA,SAIX,YAJD;;AAAA,WAAYA,SAAZ,EAAqB;EACnBA;EACAA;EACAA;AACD,CAJD,EAAYA,SAAS,aAATA,SAAS,GAATA,SAAS,MAArB;;AAMO,MAAMC,gBAAgB,WAAhBA,gBAAgB,GAAG;EAC9BC,mBAAmB,EAAE;IACnBC,EAAE,EAAE,CADe;IAEnBC,KAAK,EAAE,qBAFY;IAGnBC,YAAY,EAAEN,YAAY,CAACO,IAHR;IAInBC,GAAG,EAAE,CAJc;IAKnBC,GAAG,EAAE,EALc;IAMnBC,OAAO,EAAE,EANU;IAOnBC,MAAM,EAAE,CAPW;IAQnBC,SAAS,EAAE,IARQ;IASnBC,UAAU,EAAE,IATO;IAUnBC,QAAQ,EAAE;EAVS,CADS;EAa9BC,cAAc,EAAE;IACdX,EAAE,EAAE,CADU;IAEdC,KAAK,EAAE,gBAFO;IAGdC,YAAY,EAAE,IAHA;IAIdE,GAAG,EAAE,CAJS;IAKdC,GAAG,EAAE,EALS;IAMdC,OAAO,EAAE,EANK;IAOdC,MAAM,EAAE,CAPM;IAQdC,SAAS,EAAE,KARG;IASdC,UAAU,EAAE,IATE;IAUdC,QAAQ,EAAE;EAVI,CAbc;EAyB9BE,qBAAqB,EAAE;IACrBZ,EAAE,EAAE,CADiB;IAErBC,KAAK,EAAE,0BAFc;IAGrBC,YAAY,EAAEN,YAAY,CAACO,IAHN;IAIrBC,GAAG,EAAE,CAJgB;IAKrBC,GAAG,EAAE,EALgB;IAMrBC,OAAO,EAAE,EANY;IAOrBC,MAAM,EAAE,CAPa;IAQrBC,SAAS,EAAE,IARU;IASrBC,UAAU,EAAE,IATS;IAUrBC,QAAQ,EAAE;EAVW,CAzBO;EAqC9BG,iBAAiB,EAAE;IACjBb,EAAE,EAAE,CADa;IAEjBC,KAAK,EAAE,mBAFU;IAGjBC,YAAY,EAAEN,YAAY,CAACkB,IAHV;IAIjBV,GAAG,EAAE,GAJY;IAKjBC,GAAG,EAAE,EALY;IAMjBC,OAAO,EAAE,EANQ;IAOjBC,MAAM,EAAE,CAPS;IAQjBC,SAAS,EAAE,IARM;IASjBC,UAAU,EAAE,IATK;IAUjBC,QAAQ,EAAE;EAVO,CArCW;EAiD9BK,WAAW,EAAE;IACXf,EAAE,EAAE,CADO;IAEXC,KAAK,EAAE,aAFI;IAGXC,YAAY,EAAE,IAHH;IAIXE,GAAG,EAAE,IAJM;IAKXC,GAAG,EAAE,IALM;IAMXC,OAAO,EAAE,IANE;IAOXC,MAAM,EAAE,CAPG;IAQXC,SAAS,EAAE,IARA;IASXC,UAAU,EAAE,IATD;IAUXC,QAAQ,EAAE;EAVC,CAjDiB;EA6D9BM,QAAQ,EAAE;IACRhB,EAAE,EAAE,CADI;IAERC,KAAK,EAAE,UAFC;IAGRC,YAAY,EAAE,IAHN;IAIRE,GAAG,EAAE,IAJG;IAKRC,GAAG,EAAE,IALG;IAMRC,OAAO,EAAE,IAND;IAORC,MAAM,EAAE,CAPA;IAQRC,SAAS,EAAE,IARH;IASRC,UAAU,EAAE,IATJ;IAURC,QAAQ,EAAE;EAVF,CA7DoB;EAyE9BO,SAAS,EAAE;IACTjB,EAAE,EAAE,CADK;IAETC,KAAK,EAAE,WAFE;IAGTC,YAAY,EAAE,IAHL;IAITE,GAAG,EAAE,IAJI;IAKTC,GAAG,EAAE,IALI;IAMTC,OAAO,EAAE,IANA;IAOTC,MAAM,EAAE,CAPC;IAQTC,SAAS,EAAE,IARF;IASTC,UAAU,EAAE,IATH;IAUTC,QAAQ,EAAE;EAVD,CAzEmB;EAqF9BQ,8BAA8B,EAAE;IAC9BlB,EAAE,EAAE,CAD0B;IAE9BC,KAAK,EAAE,gCAFuB;IAG9BC,YAAY,EAAE,IAHgB;IAI9BE,GAAG,EAAE,IAJyB;IAK9BC,GAAG,EAAE,IALyB;IAM9BC,OAAO,EAAE,IANqB;IAO9BC,MAAM,EAAE,CAPsB;IAQ9BC,SAAS,EAAE,IARmB;IAS9BC,UAAU,EAAE,IATkB;IAU9BC,QAAQ,EAAE;EAVoB,CArFF;EAiG9BS,iBAAiB,EAAE;IACjBnB,EAAE,EAAE,CADa;IAEjBC,KAAK,EAAE,sBAFU;IAGjBC,YAAY,EAAEN,YAAY,CAACO,IAHV;IAIjBC,GAAG,EAAE,CAJY;IAKjBC,GAAG,EAAE,EALY;IAMjBC,OAAO,EAAE,EANQ;IAOjBC,MAAM,EAAE,CAPS;IAQjBC,SAAS,EAAE,IARM;IASjBC,UAAU,EAAE,IATK;IAUjBC,QAAQ,EAAE;EAVO,CAjGW;EA6G9BU,UAAU,EAAE;IACVpB,EAAE,EAAE,EADM;IAEVC,KAAK,EAAE,YAFG;IAGVC,YAAY,EAAEN,YAAY,CAACO,IAHjB;IAIVC,GAAG,EAAE,CAJK;IAKVC,GAAG,EAAE,EALK;IAMVC,OAAO,EAAE,EANC;IAOVC,MAAM,EAAE,CAPE;IAQVC,SAAS,EAAE,IARD;IASVC,UAAU,EAAE,IATF;IAUVC,QAAQ,EAAE;EAVA,CA7GkB;EAyH9BW,gBAAgB,EAAE;IAChBrB,EAAE,EAAE,EADY;IAEhBC,KAAK,EAAE,kBAFS;IAGhBC,YAAY,EAAE,IAHE;IAIhBE,GAAG,EAAE,IAJW;IAKhBC,GAAG,EAAE,IALW;IAMhBC,OAAO,EAAE,IANO;IAOhBC,MAAM,EAAE,CAPQ;IAQhBC,SAAS,EAAE,IARK;IAShBC,UAAU,EAAE,IATI;IAUhBC,QAAQ,EAAE;EAVM,CAzHY;EAqI9BY,oBAAoB,EAAE;IACpBtB,EAAE,EAAE,EADgB;IAEpBC,KAAK,EAAE,sBAFa;IAGpBC,YAAY,EAAEN,YAAY,CAACkB,IAHP;IAIpBV,GAAG,EAAE,GAJe;IAKpBC,GAAG,EAAE,EALe;IAMpBC,OAAO,EAAE,EANW;IAOpBC,MAAM,EAAE,CAPY;IAQpBC,SAAS,EAAE,IARS;IASpBC,UAAU,EAAE,IATQ;IAUpBC,QAAQ,EAAE;EAVU,CArIQ;EAiJ9Ba,aAAa,EAAE;IACbvB,EAAE,EAAE,EADS;IAEbC,KAAK,EAAE,kBAFM;IAGbC,YAAY,EAAEN,YAAY,CAACO,IAHd;IAIbC,GAAG,EAAE,CAJQ;IAKbC,GAAG,EAAE,EALQ;IAMbC,OAAO,EAAE,EANI;IAObC,MAAM,EAAE,CAPK;IAQbC,SAAS,EAAE,IARE;IASbC,UAAU,EAAE,IATC;IAUbC,QAAQ,EAAE;EAVG,CAjJe;EA6J9Bc,YAAY,EAAE;IACZxB,EAAE,EAAE,EADQ;IAEZC,KAAK,EAAE,cAFK;IAGZC,YAAY,EAAEN,YAAY,CAACO,IAHf;IAIZC,GAAG,EAAE,CAJO;IAKZC,GAAG,EAAE,EALO;IAMZC,OAAO,EAAE,EANG;IAOZC,MAAM,EAAE,CAPI;IAQZC,SAAS,EAAE,IARC;IASZC,UAAU,EAAE,IATA;IAUZC,QAAQ,EAAE;EAVE,CA7JgB;EAyK9Be,QAAQ,EAAE;IACRzB,EAAE,EAAE,EADI;IAERC,KAAK,EAAE,UAFC;IAGRC,YAAY,EAAE,IAHN;IAIRE,GAAG,EAAE,IAJG;IAKRC,GAAG,EAAE,IALG;IAMRC,OAAO,EAAE,IAND;IAORC,MAAM,EAAE,CAPA;IAQRC,SAAS,EAAE,IARH;IASRC,UAAU,EAAE,IATJ;IAURC,QAAQ,EAAE;EAVF,CAzKoB;EAqL9BgB,kBAAkB,EAAE;IAClB1B,EAAE,EAAE,EADc;IAElBC,KAAK,EAAE,oBAFW;IAGlBC,YAAY,EAAEN,YAAY,CAACkB,IAHT;IAIlBV,GAAG,EAAE,GAJa;IAKlBC,GAAG,EAAE,EALa;IAMlBC,OAAO,EAAE,EANS;IAOlBC,MAAM,EAAE,CAPU;IAQlBC,SAAS,EAAE,IARO;IASlBC,UAAU,EAAE,IATM;IAUlBC,QAAQ,EAAE;EAVQ,CArLU;EAiM9BiB,aAAa,EAAE;IACb3B,EAAE,EAAE,EADS;IAEbC,KAAK,EAAE,eAFM;IAGbC,YAAY,EAAE,IAHD;IAIbE,GAAG,EAAE,IAJQ;IAKbC,GAAG,EAAE,IALQ;IAMbC,OAAO,EAAE,IANI;IAObC,MAAM,EAAE,CAPK;IAQbC,SAAS,EAAE,IARE;IASbC,UAAU,EAAE,IATC;IAUbC,QAAQ,EAAE;EAVG,CAjMe;EA6M9BkB,oBAAoB,EAAE;IACpB5B,EAAE,EAAE,EADgB;IAEpBC,KAAK,EAAE,8BAFa;IAGpBC,YAAY,EAAEN,YAAY,CAACO,IAHP;IAIpBC,GAAG,EAAE,CAJe;IAKpBC,GAAG,EAAE,EALe;IAMpBC,OAAO,EAAE,EANW;IAOpBC,MAAM,EAAE,CAPY;IAQpBC,SAAS,EAAE,IARS;IASpBC,UAAU,EAAE,IATQ;IAUpBC,QAAQ,EAAE;EAVU,CA7MQ;EAyN9BmB,mBAAmB,EAAE;IACnB7B,EAAE,EAAE,EADe;IAEnBC,KAAK,EAAE,mBAFY;IAGnBC,YAAY,EAAEN,YAAY,CAACO,IAHR;IAInBC,GAAG,EAAE,CAJc;IAKnBC,GAAG,EAAE,EALc;IAMnBC,OAAO,EAAE,EANU;IAOnBC,MAAM,EAAE,CAPW;IAQnBC,SAAS,EAAE,IARQ;IASnBC,UAAU,EAAE,IATO;IAUnBC,QAAQ,EAAE;EAVS,CAzNS;EAqO9BoB,sBAAsB,EAAE;IACtB9B,EAAE,EAAE,EADkB;IAEtBC,KAAK,EAAE,wBAFe;IAGtBC,YAAY,EAAE,IAHQ;IAItBE,GAAG,EAAE,IAJiB;IAKtBC,GAAG,EAAE,IALiB;IAMtBC,OAAO,EAAE,IANa;IAOtBC,MAAM,EAAE,CAPc;IAQtBC,SAAS,EAAE,IARW;IAStBC,UAAU,EAAE,IATU;IAUtBC,QAAQ,EAAE;EAVY,CArOM;EAiP9BqB,cAAc,EAAE;IACd/B,EAAE,EAAE,EADU;IAEdC,KAAK,EAAE,gBAFO;IAGdC,YAAY,EAAE,IAHA;IAIdE,GAAG,EAAE,GAJS;IAKdC,GAAG,EAAE,EALS;IAMdC,OAAO,EAAE,EANK;IAOdC,MAAM,EAAE,CAPM;IAQdC,SAAS,EAAE,IARG;IASdC,UAAU,EAAE,IATE;IAUdC,QAAQ,EAAE;EAVI,CAjPc;EA6P9BsB,yBAAyB,EAAE;IACzBhC,EAAE,EAAE,EADqB;IAEzBC,KAAK,EAAE,yCAFkB;IAGzBC,YAAY,EAAEN,YAAY,CAACO,IAHF;IAIzBC,GAAG,EAAE,CAJoB;IAKzBC,GAAG,EAAE,EALoB;IAMzBC,OAAO,EAAE,EANgB;IAOzBC,MAAM,EAAE,CAPiB;IAQzBC,SAAS,EAAE,KARc;IASzBC,UAAU,EAAE,IATa;IAUzBC,QAAQ,EAAE;EAVe,CA7PG;EAyQ9BuB,UAAU,EAAE;IACVjC,EAAE,EAAE,EADM;IAEVC,KAAK,EAAE,kBAFG;IAGVC,YAAY,EAAE,IAHJ;IAIVE,GAAG,EAAE,CAJK;IAKVC,GAAG,EAAE,EALK;IAMVC,OAAO,EAAE,EANC;IAOVC,MAAM,EAAE,CAPE;IAQVC,SAAS,EAAE,KARD;IASVC,UAAU,EAAE,IATF;IAUVC,QAAQ,EAAE;EAVA,CAzQkB;EAqR9BwB,eAAe,EAAE;IACflC,EAAE,EAAE,EADW;IAEfC,KAAK,EAAE,oBAFQ;IAGfC,YAAY,EAAE,IAHC;IAIfE,GAAG,EAAE,CAJU;IAKfC,GAAG,EAAE,EALU;IAMfC,OAAO,EAAE,EANM;IAOfC,MAAM,EAAE,CAPO;IAQfC,SAAS,EAAE,KARI;IASfC,UAAU,EAAE,IATG;IAUfC,QAAQ,EAAE;EAVK,CArRa;EAiS9ByB,UAAU,EAAE;IACVnC,EAAE,EAAE,EADM;IAEVC,KAAK,EAAE,0BAFG;IAGVC,YAAY,EAAE,IAHJ;IAIVE,GAAG,EAAE,CAJK;IAKVC,GAAG,EAAE,EALK;IAMVC,OAAO,EAAE,EANC;IAOVC,MAAM,EAAE,CAPE;IAQVC,SAAS,EAAE,KARD;IASVC,UAAU,EAAE,IATF;IAUVC,QAAQ,EAAE;EAVA,CAjSkB;EA6S9B0B,mBAAmB,EAAE;IACnBpC,EAAE,EAAE,EADe;IAEnBC,KAAK,EAAE,qBAFY;IAGnBC,YAAY,EAAE,IAHK;IAInBE,GAAG,EAAE,CAJc;IAKnBC,GAAG,EAAE,EALc;IAMnBC,OAAO,EAAE,EANU;IAOnBC,MAAM,EAAE,CAPW;IAQnBC,SAAS,EAAE,KARQ;IASnBC,UAAU,EAAE,IATO;IAUnBC,QAAQ,EAAE;EAVS,CA7SS;EAyT9B2B,6BAA6B,EAAE;IAC7BrC,EAAE,EAAE,EADyB;IAE7BC,KAAK,EAAE,+BAFsB;IAG7BC,YAAY,EAAE,IAHe;IAI7BE,GAAG,EAAE,CAJwB;IAK7BC,GAAG,EAAE,EALwB;IAM7BC,OAAO,EAAE,EANoB;IAO7BC,MAAM,EAAE,CAPqB;IAQ7BC,SAAS,EAAE,KARkB;IAS7BC,UAAU,EAAE,IATiB;IAU7BC,QAAQ,EAAE;EAVmB,CAzTD;EAqU9B4B,WAAW,EAAE;IACXtC,EAAE,EAAE,EADO;IAEXC,KAAK,EAAE,aAFI;IAGXC,YAAY,EAAEN,YAAY,CAACkB,IAHhB;IAIXV,GAAG,EAAE,GAJM;IAKXC,GAAG,EAAE,EALM;IAMXC,OAAO,EAAE,EANE;IAOXC,MAAM,EAAE,CAPG;IAQXC,SAAS,EAAE,IARA;IASXC,UAAU,EAAE,IATD;IAUXC,QAAQ,EAAE;EAVC,CArUiB;EAiV9B6B,oBAAoB,EAAE;IACpBvC,EAAE,EAAE,EADgB;IAEpBC,KAAK,EAAE,sBAFa;IAGpBC,YAAY,EAAEN,YAAY,CAACkB,IAHP;IAIpBV,GAAG,EAAE,GAJe;IAKpBC,GAAG,EAAE,EALe;IAMpBC,OAAO,EAAE,EANW;IAOpBC,MAAM,EAAE,CAPY;IAQpBC,SAAS,EAAE,IARS;IASpBC,UAAU,EAAE,IATQ;IAUpBC,QAAQ,EAAE;EAVU;AAjVQ,CAAzB","names":["ResponseType","StateTask","TaskResponseType","DEMANDE_ATTESTATION","id","label","responseType","MAIL","min","max","default","weight","isExterne","idMailAuto","schedule","FAIRE_COURRIER","ACTIVER_ONGLET_SOCIAL","SUPPORT_TECHNIQUE","CALL","SUIVI_BILAN","SUIVI_IS","SUIVI_TVA","SUIVI_MISSIONS_COMPLEMENTAIRES","PV_AG_APPROBATION","DIVIDENDES","CREATION_SOCIETE","QUESTIONS_JURIDIQUES","BULLETIN_PAIE","DECLARATIONS","EMBAUCHE","QUESTIONS_SOCIALES","REFACTURATION","MAJ_INFO_FACTURATION","FACTURES_MANQUANTES","QUESTIONS_FACTURATIONS","SUIVI_PROSPECT","DOC_MANQUANT_CREA_DOSSIER","IMPORT_CSV","ARCHIVER_CLIENT","OD_SALAIRE","VERIFICATION_IMPAYE","MODIFICATION_DIA_CLEMENTINIER","RESILIATION","QUESTIONS_COMPTABLES"],"sourceRoot":"","sources":["../../../ts/types/Enum/TaskResponseType.ts"],"sourcesContent":["export enum ResponseType {\n MAIL = 1,\n CALL = 2,\n}\n\nexport enum StateTask {\n TODO = 1,\n DO = 2,\n NOTDO = 3,\n}\n\nexport const TaskResponseType = {\n DEMANDE_ATTESTATION: {\n id: 1,\n label: 'Demande attestation',\n responseType: ResponseType.MAIL,\n min: 3,\n max: 72,\n default: 24,\n weight: 2,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n FAIRE_COURRIER: {\n id: 2,\n label: 'Faire courrier',\n responseType: null,\n min: 1,\n max: 96,\n default: 24,\n weight: 4,\n isExterne: false,\n idMailAuto: null,\n schedule: 30,\n },\n ACTIVER_ONGLET_SOCIAL: {\n id: 3,\n label: 'Activer l\\'onglet social',\n responseType: ResponseType.MAIL,\n min: 3,\n max: 72,\n default: 24,\n weight: 1,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n SUPPORT_TECHNIQUE: {\n id: 4,\n label: 'Support technique',\n responseType: ResponseType.CALL,\n min: 0.5,\n max: 48,\n default: 24,\n weight: 6,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n SUIVI_BILAN: {\n id: 5,\n label: 'Suivi bilan',\n responseType: null,\n min: null,\n max: null,\n default: null,\n weight: 9,\n isExterne: true,\n idMailAuto: null,\n schedule: 30,\n },\n SUIVI_IS: {\n id: 6,\n label: 'Suivi IS',\n responseType: null,\n min: null,\n max: null,\n default: null,\n weight: 6,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n SUIVI_TVA: {\n id: 7,\n label: 'Suivi TVA',\n responseType: null,\n min: null,\n max: null,\n default: null,\n weight: 6,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n SUIVI_MISSIONS_COMPLEMENTAIRES: {\n id: 8,\n label: 'Suivi missions complémentaires',\n responseType: null,\n min: null,\n max: null,\n default: null,\n weight: 6,\n isExterne: true,\n idMailAuto: null,\n schedule: 30,\n },\n PV_AG_APPROBATION: {\n id: 9,\n label: 'Pv d\\'AG/Approbation',\n responseType: ResponseType.MAIL,\n min: 3,\n max: 72,\n default: 24,\n weight: 4,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n DIVIDENDES: {\n id: 10,\n label: 'Dividendes',\n responseType: ResponseType.MAIL,\n min: 3,\n max: 72,\n default: 24,\n weight: 6,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n CREATION_SOCIETE: {\n id: 11,\n label: 'Creation société',\n responseType: null,\n min: null,\n max: null,\n default: null,\n weight: 8,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n QUESTIONS_JURIDIQUES: {\n id: 12,\n label: 'Questions juridiques',\n responseType: ResponseType.CALL,\n min: 0.5,\n max: 48,\n default: 24,\n weight: 6,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n BULLETIN_PAIE: {\n id: 13,\n label: 'Bulletin de paie',\n responseType: ResponseType.MAIL,\n min: 3,\n max: 72,\n default: 24,\n weight: 2,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n DECLARATIONS: {\n id: 14,\n label: 'Déclarations',\n responseType: ResponseType.MAIL,\n min: 3,\n max: 72,\n default: 24,\n weight: 3,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n EMBAUCHE: {\n id: 15,\n label: 'Embauche',\n responseType: null,\n min: null,\n max: null,\n default: null,\n weight: 4,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n QUESTIONS_SOCIALES: {\n id: 16,\n label: 'Questions sociales',\n responseType: ResponseType.CALL,\n min: 0.5,\n max: 48,\n default: 24,\n weight: 5,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n REFACTURATION: {\n id: 17,\n label: 'Refacturation',\n responseType: null,\n min: null,\n max: null,\n default: null,\n weight: 5,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n MAJ_INFO_FACTURATION: {\n id: 18,\n label: 'Mise à jour info facturation',\n responseType: ResponseType.MAIL,\n min: 3,\n max: 72,\n default: 24,\n weight: 2,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n FACTURES_MANQUANTES: {\n id: 19,\n label: 'Facture manquante',\n responseType: ResponseType.MAIL,\n min: 3,\n max: 72,\n default: 24,\n weight: 2,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n QUESTIONS_FACTURATIONS: {\n id: 20,\n label: 'Questions facturations',\n responseType: null,\n min: null,\n max: null,\n default: null,\n weight: 4,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n SUIVI_PROSPECT: {\n id: 21,\n label: 'Suivi prospect',\n responseType: null,\n min: 0.5,\n max: 48,\n default: 24,\n weight: 3,\n isExterne: true,\n idMailAuto: null,\n schedule: 15,\n },\n DOC_MANQUANT_CREA_DOSSIER: {\n id: 22,\n label: 'Document manquant pour création dossier',\n responseType: ResponseType.MAIL,\n min: 3,\n max: 72,\n default: 24,\n weight: 2,\n isExterne: false,\n idMailAuto: null,\n schedule: 15,\n },\n IMPORT_CSV: {\n id: 23,\n label: 'Faire import csv',\n responseType: null,\n min: 1,\n max: 96,\n default: 24,\n weight: 9,\n isExterne: false,\n idMailAuto: null,\n schedule: 30,\n },\n ARCHIVER_CLIENT: {\n id: 24,\n label: 'Archiver un client',\n responseType: null,\n min: 1,\n max: 96,\n default: 24,\n weight: 1,\n isExterne: false,\n idMailAuto: null,\n schedule: 15,\n },\n OD_SALAIRE: {\n id: 25,\n label: 'Passer les OD de salaire',\n responseType: null,\n min: 1,\n max: 96,\n default: 24,\n weight: 1,\n isExterne: false,\n idMailAuto: null,\n schedule: 15,\n },\n VERIFICATION_IMPAYE: {\n id: 26,\n label: 'Vérification impayé',\n responseType: null,\n min: 1,\n max: 96,\n default: 24,\n weight: 2,\n isExterne: false,\n idMailAuto: null,\n schedule: 15,\n },\n MODIFICATION_DIA_CLEMENTINIER: {\n id: 27,\n label: 'Modification Clémentinier/Dia',\n responseType: null,\n min: 1,\n max: 96,\n default: 24,\n weight: 2,\n isExterne: false,\n idMailAuto: null,\n schedule: 15,\n },\n RESILIATION: {\n id: 28,\n label: 'Résiliation',\n responseType: ResponseType.CALL,\n min: 0.5,\n max: 48,\n default: 24,\n weight: 6,\n isExterne: true,\n idMailAuto: null,\n schedule: 30,\n },\n QUESTIONS_COMPTABLES: {\n id: 29,\n label: 'Questions comptables',\n responseType: ResponseType.CALL,\n min: 0.5,\n max: 48,\n default: 24,\n weight: 6,\n isExterne: true,\n idMailAuto: null,\n schedule: 30,\n },\n};"]}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryCountTask = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _utils = require("../../../../utils");
11
+
12
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
13
+ var c = arguments.length,
14
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
15
+ d;
16
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
17
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
18
+ };
19
+
20
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
21
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
22
+ };
23
+
24
+ class QueryCountTask {}
25
+
26
+ exports.QueryCountTask = QueryCountTask;
27
+
28
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryCountTask.prototype, "idUser", void 0);
29
+
30
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryCountTask.prototype, "idRole", void 0);
31
+
32
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsBoolean)(), __metadata("design:type", Boolean)], QueryCountTask.prototype, "isLate", void 0);
33
+ //# sourceMappingURL=QueryCountTask.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryCountTask.js","mappings":";;;;;;;AAAA;;AAKA;;;;;;;;;;;;;;AAEM,MAAOA,cAAP,CAAqB;;QAAdA,c,GAAAA,c;;AAIXC,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,gCACD","names":["QueryCountTask","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/task/QueryCountTask.ts"],"sourcesContent":["import {\n IsInt, IsBoolean,\n IsOptional,\n} from 'class-validator';\n\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryCountTask {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUser?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idRole?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n isLate?: boolean;\n}"]}
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryCreateTask = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _utils = require("../../../../utils");
11
+
12
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
13
+ var c = arguments.length,
14
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
15
+ d;
16
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
17
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
18
+ };
19
+
20
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
21
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
22
+ };
23
+
24
+ class QueryCreateTask {}
25
+
26
+ exports.QueryCreateTask = QueryCreateTask;
27
+
28
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], QueryCreateTask.prototype, "idTaskType", void 0);
29
+
30
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], QueryCreateTask.prototype, "description", void 0);
31
+
32
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryCreateTask.prototype, "idUserWhoCreated", void 0);
33
+
34
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryCreateTask.prototype, "idSociety", void 0);
35
+
36
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsDate)(), __metadata("design:type", Date)], QueryCreateTask.prototype, "deadlineAt", void 0);
37
+ //# sourceMappingURL=QueryCreateTask.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryCreateTask.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,eAAP,CAAsB;;QAAfA,e,GAAAA,e;;AAEXC,YADC,yBACD;;AAIAA,YAFC,yBAED,EADC,+BACD;;AAIAA,YAFC,yBAED,EADC,4BACD;;AAIAA,YAFC,yBAED,EADC,4BACD;;AAIAA,YAFC,yBAED,EADC,6BACD,4BAAYC,KAAZ","names":["QueryCreateTask","__decorate","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/task/QueryCreateTask.ts"],"sourcesContent":["import { IsString, IsInt, IsDate } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class QueryCreateTask {\n @ApiProperty()\n idTaskType: number;\n\n @ApiProperty()\n @IsString()\n description: string;\n\n @ApiProperty()\n @IsInt()\n idUserWhoCreated: number;\n\n @ApiProperty()\n @IsInt()\n idSociety: number;\n\n @ApiProperty()\n @IsDate()\n deadlineAt: Date;\n}"]}