@silexpert/core 1.1.24 → 1.1.25

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 (276) hide show
  1. package/es/api/resources/AccountingFiles.d.ts +1 -1
  2. package/es/api/resources/AccountingFiles.d.ts.map +1 -1
  3. package/es/api/resources/AccountingFiles.js +4 -1
  4. package/es/api/resources/AccountingFiles.js.map +1 -1
  5. package/es/api/resources/CashAndExpense.d.ts +8 -0
  6. package/es/api/resources/CashAndExpense.d.ts.map +1 -0
  7. package/es/api/resources/CashAndExpense.js +27 -0
  8. package/es/api/resources/CashAndExpense.js.map +1 -0
  9. package/es/api/resources/FIle.d.ts +3 -1
  10. package/es/api/resources/FIle.d.ts.map +1 -1
  11. package/es/api/resources/FIle.js +3 -0
  12. package/es/api/resources/FIle.js.map +1 -1
  13. package/es/api/resources/Mail.d.ts.map +1 -1
  14. package/es/api/resources/Mail.js +5 -0
  15. package/es/api/resources/Mail.js.map +1 -1
  16. package/es/api/resources/Prestations.d.ts +6 -0
  17. package/es/api/resources/Prestations.d.ts.map +1 -1
  18. package/es/api/resources/Prestations.js +8 -0
  19. package/es/api/resources/Prestations.js.map +1 -1
  20. package/es/api/resources.d.ts +2 -0
  21. package/es/api/resources.d.ts.map +1 -1
  22. package/es/api/resources.js +2 -0
  23. package/es/api/resources.js.map +1 -1
  24. package/es/types/Enum/Account.d.ts +8 -0
  25. package/es/types/Enum/Account.d.ts.map +1 -1
  26. package/es/types/Enum/Account.js +8 -0
  27. package/es/types/Enum/Account.js.map +1 -1
  28. package/es/types/Enum/BalanceSheet.d.ts +1 -1
  29. package/es/types/Enum/BalanceSheet.js +1 -1
  30. package/es/types/Enum/BalanceSheet.js.map +1 -1
  31. package/es/types/Enum/BrandClementine.js +2 -2
  32. package/es/types/Enum/BrandClementine.js.map +1 -1
  33. package/es/types/Enum/CashDeskTransactionType.d.ts +7 -0
  34. package/es/types/Enum/CashDeskTransactionType.d.ts.map +1 -0
  35. package/es/types/Enum/CashDeskTransactionType.js +8 -0
  36. package/es/types/Enum/CashDeskTransactionType.js.map +1 -0
  37. package/es/types/Enum/Compensation.d.ts +15 -0
  38. package/es/types/Enum/Compensation.d.ts.map +1 -0
  39. package/es/types/Enum/Compensation.js +15 -0
  40. package/es/types/Enum/Compensation.js.map +1 -0
  41. package/es/types/Enum/ConstitutionState.d.ts +0 -2
  42. package/es/types/Enum/ConstitutionState.d.ts.map +1 -1
  43. package/es/types/Enum/ConstitutionState.js +10 -10
  44. package/es/types/Enum/ConstitutionState.js.map +1 -1
  45. package/es/types/Enum/InternalService.d.ts +12 -0
  46. package/es/types/Enum/InternalService.d.ts.map +1 -1
  47. package/es/types/Enum/InternalService.js +12 -0
  48. package/es/types/Enum/InternalService.js.map +1 -1
  49. package/es/types/Enum/JobTitle.d.ts +7 -1
  50. package/es/types/Enum/JobTitle.d.ts.map +1 -1
  51. package/es/types/Enum/JobTitle.js +36 -0
  52. package/es/types/Enum/JobTitle.js.map +1 -1
  53. package/es/types/Enum/Log.d.ts +201 -1
  54. package/es/types/Enum/Log.d.ts.map +1 -1
  55. package/es/types/Enum/Log.js +200 -0
  56. package/es/types/Enum/Log.js.map +1 -1
  57. package/es/types/Enum/MealExpenseThresholds.d.ts.map +1 -1
  58. package/es/types/Enum/MealExpenseThresholds.js +6 -2
  59. package/es/types/Enum/MealExpenseThresholds.js.map +1 -1
  60. package/es/types/Enum/PrestationType.js +1 -1
  61. package/es/types/Enum/PrestationType.js.map +1 -1
  62. package/es/types/Enum/ReportService.d.ts +9 -4
  63. package/es/types/Enum/ReportService.d.ts.map +1 -1
  64. package/es/types/Enum/ReportService.js +17 -6
  65. package/es/types/Enum/ReportService.js.map +1 -1
  66. package/es/types/Enum/Role.d.ts +3 -1
  67. package/es/types/Enum/Role.d.ts.map +1 -1
  68. package/es/types/Enum/Role.js +2 -0
  69. package/es/types/Enum/Role.js.map +1 -1
  70. package/es/types/Enum/RoleDetail.d.ts +14 -0
  71. package/es/types/Enum/RoleDetail.d.ts.map +1 -1
  72. package/es/types/Enum/RoleDetail.js +15 -1
  73. package/es/types/Enum/RoleDetail.js.map +1 -1
  74. package/es/types/Enum/TaskResponseType.d.ts +3 -1
  75. package/es/types/Enum/TaskResponseType.d.ts.map +1 -1
  76. package/es/types/Enum/TaskResponseType.js +57 -0
  77. package/es/types/Enum/TaskResponseType.js.map +1 -1
  78. package/es/types/Enum/ThirdParty.d.ts +7 -0
  79. package/es/types/Enum/ThirdParty.d.ts.map +1 -0
  80. package/es/types/Enum/ThirdParty.js +7 -0
  81. package/es/types/Enum/ThirdParty.js.map +1 -0
  82. package/es/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts +1 -0
  83. package/es/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts.map +1 -1
  84. package/es/types/Interface/api/accountingFiles/queryAccountingFiles.js +5 -1
  85. package/es/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +1 -1
  86. package/es/types/Interface/api/archive/ImportSocietyArchive.d.ts +1 -1
  87. package/es/types/Interface/api/archive/ImportSocietyArchive.d.ts.map +1 -1
  88. package/es/types/Interface/api/archive/ImportSocietyArchive.js +1 -1
  89. package/es/types/Interface/api/archive/ImportSocietyArchive.js.map +1 -1
  90. package/es/types/Interface/api/cashAndExpense/Create.d.ts +27 -0
  91. package/es/types/Interface/api/cashAndExpense/Create.d.ts.map +1 -0
  92. package/es/types/Interface/api/cashAndExpense/Create.js +91 -0
  93. package/es/types/Interface/api/cashAndExpense/Create.js.map +1 -0
  94. package/es/types/Interface/api/file/Query.d.ts +4 -0
  95. package/es/types/Interface/api/file/Query.d.ts.map +1 -0
  96. package/es/types/Interface/api/file/Query.js +17 -0
  97. package/es/types/Interface/api/file/Query.js.map +1 -0
  98. package/es/types/Interface/api/generalLedger/IGeneralLedgerAccount.d.ts +2 -0
  99. package/es/types/Interface/api/generalLedger/IGeneralLedgerAccount.d.ts.map +1 -1
  100. package/es/types/Interface/api/generalLedger/IGeneralLedgerAccount.js.map +1 -1
  101. package/es/types/Interface/api/prestation/QueryCreatePrestationSocieties.d.ts +7 -0
  102. package/es/types/Interface/api/prestation/QueryCreatePrestationSocieties.d.ts.map +1 -0
  103. package/es/types/Interface/api/prestation/QueryCreatePrestationSocieties.js +39 -0
  104. package/es/types/Interface/api/prestation/QueryCreatePrestationSocieties.js.map +1 -0
  105. package/es/types/Interface/api/report/ReadReportStats.d.ts +1 -0
  106. package/es/types/Interface/api/report/ReadReportStats.d.ts.map +1 -1
  107. package/es/types/Interface/api/report/ReadReportStats.js.map +1 -1
  108. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts +2 -1
  109. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -1
  110. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js +9 -4
  111. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  112. package/es/types/Interface/models/IAccountingTransaction.d.ts +2 -0
  113. package/es/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
  114. package/es/types/Interface/models/IAccountingTransaction.js.map +1 -1
  115. package/es/types/Interface/models/IApiError.d.ts +2 -1
  116. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  117. package/es/types/Interface/models/IApiError.js +2 -0
  118. package/es/types/Interface/models/IApiError.js.map +1 -1
  119. package/es/types/Interface/models/IEstimateInvoice.d.ts +1 -0
  120. package/es/types/Interface/models/IEstimateInvoice.d.ts.map +1 -1
  121. package/es/types/Interface/models/IEstimateInvoice.js.map +1 -1
  122. package/es/types/Interface/models/IExercice.d.ts +2 -0
  123. package/es/types/Interface/models/IExercice.d.ts.map +1 -1
  124. package/es/types/Interface/models/IExercice.js.map +1 -1
  125. package/es/types/Interface/models/IKilometricAllowanceScale.d.ts +1 -0
  126. package/es/types/Interface/models/IKilometricAllowanceScale.d.ts.map +1 -1
  127. package/es/types/Interface/models/IKilometricAllowanceScale.js.map +1 -1
  128. package/es/types/Interface/models/ILog.d.ts +0 -2
  129. package/es/types/Interface/models/ILog.d.ts.map +1 -1
  130. package/es/types/Interface/models/ILog.js.map +1 -1
  131. package/es/types/Interface/models/IPayment.d.ts +1 -0
  132. package/es/types/Interface/models/IPayment.d.ts.map +1 -1
  133. package/es/types/Interface/models/IPayment.js.map +1 -1
  134. package/es/types/Interface/models/IRegulate.d.ts +5 -3
  135. package/es/types/Interface/models/IRegulate.d.ts.map +1 -1
  136. package/es/types/Interface/models/IRegulate.js.map +1 -1
  137. package/es/types/Interface/models/IReport.d.ts +3 -0
  138. package/es/types/Interface/models/IReport.d.ts.map +1 -1
  139. package/es/types/Interface/models/IReport.js.map +1 -1
  140. package/es/types/Interface/models/ISociety.d.ts +2 -1
  141. package/es/types/Interface/models/ISociety.d.ts.map +1 -1
  142. package/es/types/Interface/models/ISociety.js.map +1 -1
  143. package/es/types/Interface/models/IThirdPartySociety.d.ts +2 -0
  144. package/es/types/Interface/models/IThirdPartySociety.d.ts.map +1 -1
  145. package/es/types/Interface/models/IThirdPartySociety.js.map +1 -1
  146. package/es/types/index.d.ts +6 -0
  147. package/es/types/index.d.ts.map +1 -1
  148. package/es/types/index.js +6 -0
  149. package/es/types/index.js.map +1 -1
  150. package/es/utils/email/templates/signature.d.ts.map +1 -1
  151. package/es/utils/email/templates/signature.js +6 -7
  152. package/es/utils/email/templates/signature.js.map +1 -1
  153. package/es/utils/quotation.d.ts.map +1 -1
  154. package/es/utils/quotation.js +5 -3
  155. package/es/utils/quotation.js.map +1 -1
  156. package/js/api/resources/AccountingFiles.js +4 -1
  157. package/js/api/resources/AccountingFiles.js.map +1 -1
  158. package/js/api/resources/CashAndExpense.js +37 -0
  159. package/js/api/resources/CashAndExpense.js.map +1 -0
  160. package/js/api/resources/FIle.js +6 -0
  161. package/js/api/resources/FIle.js.map +1 -1
  162. package/js/api/resources/Mail.js +5 -0
  163. package/js/api/resources/Mail.js.map +1 -1
  164. package/js/api/resources/Prestations.js +8 -0
  165. package/js/api/resources/Prestations.js.map +1 -1
  166. package/js/api/resources.js +3 -1
  167. package/js/api/resources.js.map +1 -1
  168. package/js/types/Enum/Account.js +8 -0
  169. package/js/types/Enum/Account.js.map +1 -1
  170. package/js/types/Enum/BalanceSheet.js +1 -1
  171. package/js/types/Enum/BalanceSheet.js.map +1 -1
  172. package/js/types/Enum/BrandClementine.js +2 -2
  173. package/js/types/Enum/BrandClementine.js.map +1 -1
  174. package/js/types/Enum/CashDeskTransactionType.js +13 -0
  175. package/js/types/Enum/CashDeskTransactionType.js.map +1 -0
  176. package/js/types/Enum/Compensation.js +20 -0
  177. package/js/types/Enum/Compensation.js.map +1 -0
  178. package/js/types/Enum/ConstitutionState.js +6 -6
  179. package/js/types/Enum/ConstitutionState.js.map +1 -1
  180. package/js/types/Enum/InternalService.js +12 -0
  181. package/js/types/Enum/InternalService.js.map +1 -1
  182. package/js/types/Enum/JobTitle.js +30 -0
  183. package/js/types/Enum/JobTitle.js.map +1 -1
  184. package/js/types/Enum/Log.js +200 -0
  185. package/js/types/Enum/Log.js.map +1 -1
  186. package/js/types/Enum/MealExpenseThresholds.js +6 -2
  187. package/js/types/Enum/MealExpenseThresholds.js.map +1 -1
  188. package/js/types/Enum/PrestationType.js +1 -1
  189. package/js/types/Enum/PrestationType.js.map +1 -1
  190. package/js/types/Enum/ReportService.js +21 -9
  191. package/js/types/Enum/ReportService.js.map +1 -1
  192. package/js/types/Enum/Role.js +2 -0
  193. package/js/types/Enum/Role.js.map +1 -1
  194. package/js/types/Enum/RoleDetail.js +15 -1
  195. package/js/types/Enum/RoleDetail.js.map +1 -1
  196. package/js/types/Enum/TaskResponseType.js +52 -0
  197. package/js/types/Enum/TaskResponseType.js.map +1 -1
  198. package/js/types/Enum/ThirdParty.js +12 -0
  199. package/js/types/Enum/ThirdParty.js.map +1 -0
  200. package/js/types/Interface/api/accountingFiles/queryAccountingFiles.js +1 -0
  201. package/js/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +1 -1
  202. package/js/types/Interface/api/archive/ImportSocietyArchive.js +1 -1
  203. package/js/types/Interface/api/archive/ImportSocietyArchive.js.map +1 -1
  204. package/js/types/Interface/api/cashAndExpense/Create.js +44 -0
  205. package/js/types/Interface/api/cashAndExpense/Create.js.map +1 -0
  206. package/js/types/Interface/api/file/Query.js +21 -0
  207. package/js/types/Interface/api/file/Query.js.map +1 -0
  208. package/js/types/Interface/api/generalLedger/IGeneralLedgerAccount.js.map +1 -1
  209. package/js/types/Interface/api/prestation/QueryCreatePrestationSocieties.js +30 -0
  210. package/js/types/Interface/api/prestation/QueryCreatePrestationSocieties.js.map +1 -0
  211. package/js/types/Interface/api/report/ReadReportStats.js.map +1 -1
  212. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js +2 -1
  213. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  214. package/js/types/Interface/models/IAccountingTransaction.js.map +1 -1
  215. package/js/types/Interface/models/IApiError.js +2 -0
  216. package/js/types/Interface/models/IApiError.js.map +1 -1
  217. package/js/types/Interface/models/IEstimateInvoice.js.map +1 -1
  218. package/js/types/Interface/models/IExercice.js.map +1 -1
  219. package/js/types/Interface/models/IKilometricAllowanceScale.js.map +1 -1
  220. package/js/types/Interface/models/ILog.js.map +1 -1
  221. package/js/types/Interface/models/IPayment.js.map +1 -1
  222. package/js/types/Interface/models/IRegulate.js.map +1 -1
  223. package/js/types/Interface/models/IReport.js.map +1 -1
  224. package/js/types/Interface/models/ISociety.js.map +1 -1
  225. package/js/types/Interface/models/IThirdPartySociety.js.map +1 -1
  226. package/js/types/index.js +66 -6
  227. package/js/types/index.js.map +1 -1
  228. package/js/utils/email/templates/signature.js +6 -7
  229. package/js/utils/email/templates/signature.js.map +1 -1
  230. package/js/utils/quotation.js +5 -3
  231. package/js/utils/quotation.js.map +1 -1
  232. package/package.json +1 -1
  233. package/ts/api/resources/AccountingFiles.ts +5 -2
  234. package/ts/api/resources/CashAndExpense.ts +31 -0
  235. package/ts/api/resources/FIle.ts +5 -0
  236. package/ts/api/resources/Mail.ts +5 -0
  237. package/ts/api/resources/Prestations.ts +9 -0
  238. package/ts/api/resources.ts +2 -0
  239. package/ts/types/Enum/Account.ts +8 -0
  240. package/ts/types/Enum/BalanceSheet.ts +1 -1
  241. package/ts/types/Enum/BrandClementine.ts +2 -2
  242. package/ts/types/Enum/CashDeskTransactionType.ts +6 -0
  243. package/ts/types/Enum/Compensation.ts +14 -0
  244. package/ts/types/Enum/ConstitutionState.ts +4 -4
  245. package/ts/types/Enum/InternalService.ts +12 -0
  246. package/ts/types/Enum/JobTitle.ts +36 -0
  247. package/ts/types/Enum/Log.ts +202 -1
  248. package/ts/types/Enum/MealExpenseThresholds.ts +6 -2
  249. package/ts/types/Enum/PrestationType.ts +1 -1
  250. package/ts/types/Enum/ReportService.ts +20 -8
  251. package/ts/types/Enum/Role.ts +2 -0
  252. package/ts/types/Enum/RoleDetail.ts +15 -1
  253. package/ts/types/Enum/TaskResponseType.ts +57 -0
  254. package/ts/types/Enum/ThirdParty.ts +6 -0
  255. package/ts/types/Interface/api/accountingFiles/queryAccountingFiles.ts +4 -1
  256. package/ts/types/Interface/api/archive/ImportSocietyArchive.ts +1 -1
  257. package/ts/types/Interface/api/cashAndExpense/Create.ts +67 -0
  258. package/ts/types/Interface/api/file/Query.ts +6 -0
  259. package/ts/types/Interface/api/generalLedger/IGeneralLedgerAccount.ts +3 -1
  260. package/ts/types/Interface/api/prestation/QueryCreatePrestationSocieties.ts +27 -0
  261. package/ts/types/Interface/api/report/ReadReportStats.ts +2 -1
  262. package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +7 -3
  263. package/ts/types/Interface/models/IAccountingTransaction.ts +2 -0
  264. package/ts/types/Interface/models/IApiError.ts +3 -0
  265. package/ts/types/Interface/models/IEstimateInvoice.ts +1 -0
  266. package/ts/types/Interface/models/IExercice.ts +2 -0
  267. package/ts/types/Interface/models/IKilometricAllowanceScale.ts +1 -0
  268. package/ts/types/Interface/models/ILog.ts +0 -2
  269. package/ts/types/Interface/models/IPayment.ts +1 -0
  270. package/ts/types/Interface/models/IRegulate.ts +5 -3
  271. package/ts/types/Interface/models/IReport.ts +3 -0
  272. package/ts/types/Interface/models/ISociety.ts +2 -0
  273. package/ts/types/Interface/models/IThirdPartySociety.ts +5 -0
  274. package/ts/types/index.ts +6 -0
  275. package/ts/utils/email/templates/signature.ts +6 -7
  276. package/ts/utils/quotation.ts +5 -3
@@ -53,6 +53,7 @@ import {
53
53
  IAccountsSocieties,
54
54
  IUnpaidCallHistory,
55
55
  IAccountingFile,
56
+ IThirdPartySociety,
56
57
  } from '../..';
57
58
  import { IBrandType } from './IBrandType';
58
59
  import { IFile } from './IFile';
@@ -159,6 +160,7 @@ export interface ISociety {
159
160
  accounts?: IAccount[];
160
161
  accountsSocieties?: IAccountsSocieties[];
161
162
  comments?: IComment[];
163
+ thirdPartiesSociety?: IThirdPartySociety[];
162
164
  thirdParty?: IThirdParty[];
163
165
  reports?: IReport[];
164
166
  connectors?: IConnector[];
@@ -1,3 +1,5 @@
1
+ import { IThirdParty } from './IThirdParty';
2
+
1
3
  // thirdPartySocieties
2
4
  export interface IThirdPartySociety {
3
5
  id?: number;
@@ -6,4 +8,7 @@ export interface IThirdPartySociety {
6
8
  isHidden: boolean;
7
9
  createdAt?: Date | null;
8
10
  updatedAt?: Date | null;
11
+
12
+ // associations
13
+ thirdParty?: IThirdParty;
9
14
  }
package/ts/types/index.ts CHANGED
@@ -487,6 +487,9 @@ export * from './Enum/CommercialImportHeader';
487
487
  export * from './Enum/ReasonTerminationType';
488
488
  export * from './Enum/RemoteType';
489
489
  export * from './Enum/EntityType';
490
+ export * from './Enum/Compensation';
491
+ export * from './Enum/CashDeskTransactionType';
492
+ export * from './Enum/ThirdParty';
490
493
 
491
494
  // Interfaces API
492
495
  export * from './Interface/api/adjustment/Query';
@@ -889,10 +892,12 @@ export * from './Interface/api/qonto/ProcessBankAccount';
889
892
  export * from './Interface/api/qonto/Read';
890
893
  export * from './Interface/api/file/Create';
891
894
  export * from './Interface/api/file/Read';
895
+ export * from './Interface/api/file/Query';
892
896
  export * from './Interface/api/societyConfig/update';
893
897
  export * from './Interface/api/wallet/UpdateAttribution';
894
898
  export * from './Interface/api/prestation/CreatePrestation';
895
899
  export * from './Interface/api/prestation/QueryPrestation';
900
+ export * from './Interface/api/prestation/QueryCreatePrestationSocieties';
896
901
  export * from './Interface/api/paymentExpectation/QueryPaymentExpectation';
897
902
  export * from './Interface/api/legalNotice/UpdateLegalNotice';
898
903
  export * from './Interface/api/wallet/QueryWallet';
@@ -919,6 +924,7 @@ export * from './Interface/api/prestations/QueryGetAllPrestations';
919
924
  export * from './Interface/api/commercialImport/Read';
920
925
  export * from './Interface/api/commercialImport/Query';
921
926
  export * from './Interface/api/commercialImport/Create';
927
+ export * from './Interface/api/cashAndExpense/Create';
922
928
 
923
929
  // Enums types
924
930
  export * from './Interface/enum/Util';
@@ -19,10 +19,9 @@ const avatar = `<% if (!forceRole && user?.avatar?.token) { %>
19
19
  width="100">
20
20
  <p style="padding: 20px;background-image: url('https://clementine-website.s3.eu-west-3.amazonaws.com/signaturemail_quotes.png');background-size: 26%;background-position: 81% -3%;background-repeat: no-repeat;">
21
21
  <img
22
- style="max-height: 90px;max-width: 90px; border-radius: 100%; padding-top: 1Opx"
23
- src="
24
- <%= hostS3 %>users/<%= user.id %>/<%= user.avatar.token %>
25
- "
22
+ style="max-height: 90px;max-width: 90px; border-radius: 100%; padding-top: 10px"
23
+ alt="Avatar"
24
+ src="<%= hostS3 %>users/<%= user.id %>/<%= user.avatar.token %>"
26
25
  />
27
26
  </p>
28
27
  </td>
@@ -36,7 +35,7 @@ const footer = `<% if(brandName === 'Clementine') { %>
36
35
  <table style="width: 100%" width="100%">
37
36
  <tr>
38
37
  <td style="padding:0 10px 0 0" width="120">
39
- <a href="https://app.compta-clementine.fr/" target="_blank" style="text-decoration: none; color: #6E6E71; white-space: nowrap;">
38
+ <a href="https://app.clementine.fr/" target="_blank" style="text-decoration: none; color: #6E6E71; white-space: nowrap;">
40
39
  <img
41
40
  src="https://clementine-website.s3.eu-west-3.amazonaws.com/signaturemail_connect2.png"
42
41
  style="vertical-align: text-top;"
@@ -86,10 +85,10 @@ const footer = `<% if(brandName === 'Clementine') { %>
86
85
  <tr>
87
86
  <td colspan="7" style="padding-top: 12px">
88
87
  <span style="text-align: left; text-decoration: none; color: #A0A1A6; white-space: nowrap; float: left;">
89
- Une question ? Découvrez votre <a href="https://www.compta-clementine.fr/aide/" style="color: #FF7E3C">centre d'aide</a>
88
+ Une question ? Découvrez votre <a href="https://www.clementine.fr/aide/" style="color: #FF7E3C">centre d'aide</a>
90
89
  </span>
91
90
  <span style="text-align: right; text-decoration: none; color: #A0A1A6; white-space: nowrap; float: right;">
92
- Jusqu’à 500€ avec notre <a href="https://www.compta-clementine.fr/parrainage/?utm_source=signature&utm_medium=email&utm_campaign=signature&utm_content=cta" style="color: #FF7E3C">programme de parrainage</a>
91
+ Jusqu’à 500€ avec notre <a href="https://www.clementine.fr/parrainage/?utm_source=signature&utm_medium=email&utm_campaign=signature&utm_content=cta" style="color: #FF7E3C">programme de parrainage</a>
93
92
  </span>
94
93
  </td>
95
94
  </tr>
@@ -247,9 +247,11 @@ export function getClientQuotation(society: ISociety, otherSocieties: ISociety[]
247
247
  }
248
248
 
249
249
  /* LAB refusée */
250
- if (!society.societyDetail?.acceptation) {
251
- quotationNegative -= 10;
252
- detailQuotation.labRefused -= 10;
250
+ if (society?.societyDetail) {
251
+ if (!society.societyDetail?.acceptation) {
252
+ quotationNegative -= 10;
253
+ detailQuotation.labRefused -= 10;
254
+ }
253
255
  }
254
256
 
255
257
  /* Cessation de paiement - redressement judiciaire - procédure en cours / signalements / résiliation */