@silexpert/core 0.4.13 → 0.4.15

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 (262) hide show
  1. package/es/api/resources/Authenticate.d.ts +9 -0
  2. package/es/api/resources/Authenticate.d.ts.map +1 -0
  3. package/es/api/resources/Authenticate.js +7 -0
  4. package/es/api/resources/Authenticate.js.map +1 -0
  5. package/es/api/resources/BalanceSheet.d.ts +8 -0
  6. package/es/api/resources/BalanceSheet.d.ts.map +1 -0
  7. package/es/api/resources/BalanceSheet.js +12 -0
  8. package/es/api/resources/BalanceSheet.js.map +1 -0
  9. package/es/api/resources/Cerfa.d.ts +10 -0
  10. package/es/api/resources/Cerfa.d.ts.map +1 -0
  11. package/es/api/resources/Cerfa.js +12 -0
  12. package/es/api/resources/Cerfa.js.map +1 -0
  13. package/es/api/resources/LegalForm.d.ts +6 -0
  14. package/es/api/resources/LegalForm.d.ts.map +1 -0
  15. package/es/api/resources/LegalForm.js +7 -0
  16. package/es/api/resources/LegalForm.js.map +1 -0
  17. package/es/api/resources/Letter.d.ts +6 -0
  18. package/es/api/resources/Letter.d.ts.map +1 -0
  19. package/es/api/resources/Letter.js +7 -0
  20. package/es/api/resources/Letter.js.map +1 -0
  21. package/es/api/resources/Report.d.ts +14 -0
  22. package/es/api/resources/Report.d.ts.map +1 -0
  23. package/es/api/resources/Report.js +13 -0
  24. package/es/api/resources/Report.js.map +1 -0
  25. package/es/api/resources/Society.d.ts +3 -1
  26. package/es/api/resources/Society.d.ts.map +1 -1
  27. package/es/api/resources/Society.js +7 -0
  28. package/es/api/resources/Society.js.map +1 -1
  29. package/es/api/resources/User.d.ts +4 -1
  30. package/es/api/resources/User.d.ts.map +1 -1
  31. package/es/api/resources/User.js +9 -0
  32. package/es/api/resources/User.js.map +1 -1
  33. package/es/api/resources.d.ts +14 -2
  34. package/es/api/resources.d.ts.map +1 -1
  35. package/es/api/resources.js +14 -2
  36. package/es/api/resources.js.map +1 -1
  37. package/es/types/Enum/AccountingJournal.d.ts +2 -1
  38. package/es/types/Enum/AccountingJournal.d.ts.map +1 -1
  39. package/es/types/Enum/AccountingJournal.js +1 -0
  40. package/es/types/Enum/AccountingJournal.js.map +1 -1
  41. package/es/types/Enum/BalanceSheet.d.ts +21 -0
  42. package/es/types/Enum/BalanceSheet.d.ts.map +1 -0
  43. package/es/types/Enum/BalanceSheet.js +529 -0
  44. package/es/types/Enum/BalanceSheet.js.map +1 -0
  45. package/es/types/Enum/DefaultPermissions.d.ts +13 -0
  46. package/es/types/Enum/DefaultPermissions.d.ts.map +1 -0
  47. package/es/types/Enum/DefaultPermissions.js +13 -0
  48. package/es/types/Enum/DefaultPermissions.js.map +1 -0
  49. package/es/types/Enum/IncomeStatement.d.ts +1 -0
  50. package/es/types/Enum/IncomeStatement.d.ts.map +1 -1
  51. package/es/types/Enum/IncomeStatement.js +5 -2
  52. package/es/types/Enum/IncomeStatement.js.map +1 -1
  53. package/es/types/Enum/LegalForm.d.ts +1 -0
  54. package/es/types/Enum/LegalForm.d.ts.map +1 -1
  55. package/es/types/Enum/LegalForm.js +1 -0
  56. package/es/types/Enum/LegalForm.js.map +1 -1
  57. package/es/types/Enum/LetterType.d.ts +47 -0
  58. package/es/types/Enum/LetterType.d.ts.map +1 -0
  59. package/es/types/Enum/LetterType.js +47 -0
  60. package/es/types/Enum/LetterType.js.map +1 -0
  61. package/es/types/Enum/ReportState.d.ts +31 -0
  62. package/es/types/Enum/ReportState.d.ts.map +1 -0
  63. package/es/types/Enum/ReportState.js +31 -0
  64. package/es/types/Enum/ReportState.js.map +1 -0
  65. package/es/types/Enum/ReportType.d.ts +27 -0
  66. package/es/types/Enum/ReportType.d.ts.map +1 -0
  67. package/es/types/Enum/ReportType.js +27 -0
  68. package/es/types/Enum/ReportType.js.map +1 -0
  69. package/es/types/Enum/Role.d.ts +7 -2
  70. package/es/types/Enum/Role.d.ts.map +1 -1
  71. package/es/types/Enum/Role.js +6 -1
  72. package/es/types/Enum/Role.js.map +1 -1
  73. package/es/types/Enum/Vehicle.d.ts +8 -0
  74. package/es/types/Enum/Vehicle.d.ts.map +1 -0
  75. package/es/types/Enum/Vehicle.js +9 -0
  76. package/es/types/Enum/Vehicle.js.map +1 -0
  77. package/es/types/Enum/VehicleType.d.ts +15 -0
  78. package/es/types/Enum/VehicleType.d.ts.map +1 -0
  79. package/es/types/Enum/VehicleType.js +15 -0
  80. package/es/types/Enum/VehicleType.js.map +1 -0
  81. package/es/types/Interface/api/balanceSheet/ReadBalanceSheet.d.ts +11 -0
  82. package/es/types/Interface/api/balanceSheet/ReadBalanceSheet.d.ts.map +1 -0
  83. package/es/types/Interface/api/balanceSheet/ReadBalanceSheet.js +2 -0
  84. package/es/types/Interface/api/balanceSheet/ReadBalanceSheet.js.map +1 -0
  85. package/es/types/Interface/api/cerfa/CreateCerfa.d.ts +292 -0
  86. package/es/types/Interface/api/cerfa/CreateCerfa.d.ts.map +1 -0
  87. package/es/types/Interface/api/cerfa/CreateCerfa.js +113 -0
  88. package/es/types/Interface/api/cerfa/CreateCerfa.js.map +1 -0
  89. package/es/types/Interface/api/letter/CreateLetter.d.ts +15 -0
  90. package/es/types/Interface/api/letter/CreateLetter.d.ts.map +1 -0
  91. package/es/types/Interface/api/letter/CreateLetter.js +57 -0
  92. package/es/types/Interface/api/letter/CreateLetter.js.map +1 -0
  93. package/es/types/Interface/api/report/CreateReport.d.ts +13 -0
  94. package/es/types/Interface/api/report/CreateReport.d.ts.map +1 -0
  95. package/es/types/Interface/api/report/CreateReport.js +45 -0
  96. package/es/types/Interface/api/report/CreateReport.js.map +1 -0
  97. package/es/types/Interface/api/report/QueryReports.d.ts +9 -0
  98. package/es/types/Interface/api/report/QueryReports.d.ts.map +1 -0
  99. package/es/types/Interface/api/report/QueryReports.js +37 -0
  100. package/es/types/Interface/api/report/QueryReports.js.map +1 -0
  101. package/es/types/Interface/api/report/ReadReport.d.ts +8 -0
  102. package/es/types/Interface/api/report/ReadReport.d.ts.map +1 -0
  103. package/es/types/Interface/api/report/ReadReport.js +2 -0
  104. package/es/types/Interface/api/report/ReadReport.js.map +1 -0
  105. package/es/types/Interface/api/society/CreateSociety.d.ts +13 -0
  106. package/es/types/Interface/api/society/CreateSociety.d.ts.map +1 -0
  107. package/es/types/Interface/api/society/CreateSociety.js +41 -0
  108. package/es/types/Interface/api/society/CreateSociety.js.map +1 -0
  109. package/es/types/Interface/api/society/GetDataSociety.d.ts +5 -0
  110. package/es/types/Interface/api/society/GetDataSociety.d.ts.map +1 -0
  111. package/es/types/Interface/api/society/GetDataSociety.js +2 -0
  112. package/es/types/Interface/api/society/GetDataSociety.js.map +1 -0
  113. package/es/types/Interface/api/society/LegalFormSiren.d.ts +6 -0
  114. package/es/types/Interface/api/society/LegalFormSiren.d.ts.map +1 -0
  115. package/es/types/Interface/api/society/LegalFormSiren.js +2 -0
  116. package/es/types/Interface/api/society/LegalFormSiren.js.map +1 -0
  117. package/es/types/Interface/api/user/CreateUser.d.ts +10 -0
  118. package/es/types/Interface/api/user/CreateUser.d.ts.map +1 -0
  119. package/es/types/Interface/api/user/CreateUser.js +41 -0
  120. package/es/types/Interface/api/user/CreateUser.js.map +1 -0
  121. package/es/types/Interface/api/user/QueryUserSmsConfirmation.d.ts +4 -0
  122. package/es/types/Interface/api/user/QueryUserSmsConfirmation.d.ts.map +1 -0
  123. package/es/types/Interface/api/user/QueryUserSmsConfirmation.js +17 -0
  124. package/es/types/Interface/api/user/QueryUserSmsConfirmation.js.map +1 -0
  125. package/es/types/Interface/models/IAccountingJournal.d.ts +2 -0
  126. package/es/types/Interface/models/IAccountingJournal.d.ts.map +1 -1
  127. package/es/types/Interface/models/IAccountingJournal.js.map +1 -1
  128. package/es/types/Interface/models/IApiError.d.ts +9 -1
  129. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  130. package/es/types/Interface/models/IApiError.js +11 -0
  131. package/es/types/Interface/models/IApiError.js.map +1 -1
  132. package/es/types/Interface/models/ILetter.d.ts +18 -14
  133. package/es/types/Interface/models/ILetter.d.ts.map +1 -1
  134. package/es/types/Interface/models/ILetter.js.map +1 -1
  135. package/es/types/Interface/models/IReport.d.ts +12 -11
  136. package/es/types/Interface/models/IReport.d.ts.map +1 -1
  137. package/es/types/Interface/models/IReport.js.map +1 -1
  138. package/es/types/Interface/models/IReportMessage.d.ts +1 -1
  139. package/es/types/Interface/models/IReportMessage.d.ts.map +1 -1
  140. package/es/types/Interface/models/IReportMessage.js.map +1 -1
  141. package/es/types/Interface/models/IReportType.js.map +1 -1
  142. package/es/types/Interface/models/ISociety.d.ts +0 -1
  143. package/es/types/Interface/models/ISociety.d.ts.map +1 -1
  144. package/es/types/Interface/models/ISociety.js.map +1 -1
  145. package/es/types/index.d.ts +22 -4
  146. package/es/types/index.d.ts.map +1 -1
  147. package/es/types/index.js +23 -4
  148. package/es/types/index.js.map +1 -1
  149. package/es/utils/objectUtils/overwrite.d.ts.map +1 -1
  150. package/es/utils/objectUtils/overwrite.js.map +1 -1
  151. package/js/api/resources/Authenticate.js +18 -0
  152. package/js/api/resources/Authenticate.js.map +1 -0
  153. package/js/api/resources/BalanceSheet.js +23 -0
  154. package/js/api/resources/BalanceSheet.js.map +1 -0
  155. package/js/api/resources/Cerfa.js +23 -0
  156. package/js/api/resources/Cerfa.js.map +1 -0
  157. package/js/api/resources/LegalForm.js +18 -0
  158. package/js/api/resources/LegalForm.js.map +1 -0
  159. package/js/api/resources/Letter.js +18 -0
  160. package/js/api/resources/Letter.js.map +1 -0
  161. package/js/api/resources/Report.js +28 -0
  162. package/js/api/resources/Report.js.map +1 -0
  163. package/js/api/resources/Society.js +11 -0
  164. package/js/api/resources/Society.js.map +1 -1
  165. package/js/api/resources/User.js +14 -0
  166. package/js/api/resources/User.js.map +1 -1
  167. package/js/api/resources.js +21 -3
  168. package/js/api/resources.js.map +1 -1
  169. package/js/types/Enum/AccountingJournal.js +1 -0
  170. package/js/types/Enum/AccountingJournal.js.map +1 -1
  171. package/js/types/Enum/BalanceSheet.js +438 -0
  172. package/js/types/Enum/BalanceSheet.js.map +1 -0
  173. package/js/types/Enum/DefaultPermissions.js +18 -0
  174. package/js/types/Enum/DefaultPermissions.js.map +1 -0
  175. package/js/types/Enum/IncomeStatement.js +5 -2
  176. package/js/types/Enum/IncomeStatement.js.map +1 -1
  177. package/js/types/Enum/LegalForm.js +1 -0
  178. package/js/types/Enum/LegalForm.js.map +1 -1
  179. package/js/types/Enum/LetterType.js +52 -0
  180. package/js/types/Enum/LetterType.js.map +1 -0
  181. package/js/types/Enum/ReportState.js +36 -0
  182. package/js/types/Enum/ReportState.js.map +1 -0
  183. package/js/types/Enum/ReportType.js +32 -0
  184. package/js/types/Enum/ReportType.js.map +1 -0
  185. package/js/types/Enum/Role.js +6 -1
  186. package/js/types/Enum/Role.js.map +1 -1
  187. package/js/types/Enum/Vehicle.js +15 -0
  188. package/js/types/Enum/Vehicle.js.map +1 -0
  189. package/js/types/Enum/VehicleType.js +20 -0
  190. package/js/types/Enum/VehicleType.js.map +1 -0
  191. package/js/types/Interface/api/balanceSheet/ReadBalanceSheet.js +6 -0
  192. package/js/types/Interface/api/balanceSheet/ReadBalanceSheet.js.map +1 -0
  193. package/js/types/Interface/api/cerfa/CreateCerfa.js +75 -0
  194. package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -0
  195. package/js/types/Interface/api/letter/CreateLetter.js +47 -0
  196. package/js/types/Interface/api/letter/CreateLetter.js.map +1 -0
  197. package/js/types/Interface/api/report/CreateReport.js +41 -0
  198. package/js/types/Interface/api/report/CreateReport.js.map +1 -0
  199. package/js/types/Interface/api/report/QueryReports.js +37 -0
  200. package/js/types/Interface/api/report/QueryReports.js.map +1 -0
  201. package/js/types/Interface/api/{society/ReadSociety.js → report/ReadReport.js} +1 -1
  202. package/js/types/Interface/api/{society/ReadSociety.js.map → report/ReadReport.js.map} +1 -1
  203. package/js/types/Interface/api/society/CreateSociety.js +39 -0
  204. package/js/types/Interface/api/society/CreateSociety.js.map +1 -0
  205. package/js/types/Interface/api/society/GetDataSociety.js +6 -0
  206. package/js/types/Interface/api/society/GetDataSociety.js.map +1 -0
  207. package/js/types/Interface/api/society/LegalFormSiren.js +6 -0
  208. package/js/types/Interface/api/society/LegalFormSiren.js.map +1 -0
  209. package/js/types/Interface/api/user/CreateUser.js +39 -0
  210. package/js/types/Interface/api/user/CreateUser.js.map +1 -0
  211. package/js/types/Interface/api/user/QueryUserSmsConfirmation.js +27 -0
  212. package/js/types/Interface/api/user/QueryUserSmsConfirmation.js.map +1 -0
  213. package/js/types/Interface/models/IApiError.js +14 -3
  214. package/js/types/Interface/models/IApiError.js.map +1 -1
  215. package/js/types/index.js +240 -24
  216. package/js/types/index.js.map +1 -1
  217. package/package.json +16 -16
  218. package/ts/api/resources/Authenticate.ts +7 -0
  219. package/ts/api/resources/BalanceSheet.ts +12 -0
  220. package/ts/api/resources/Cerfa.ts +13 -0
  221. package/ts/api/resources/LegalForm.ts +8 -0
  222. package/ts/api/resources/Letter.ts +10 -0
  223. package/ts/api/resources/Report.ts +22 -0
  224. package/ts/api/resources/Society.ts +11 -0
  225. package/ts/api/resources/User.ts +12 -1
  226. package/ts/api/resources.ts +14 -2
  227. package/ts/types/Enum/AccountingJournal.ts +1 -0
  228. package/ts/types/Enum/BalanceSheet.ts +555 -0
  229. package/ts/types/Enum/DefaultPermissions.ts +12 -0
  230. package/ts/types/Enum/IncomeStatement.ts +6 -2
  231. package/ts/types/Enum/LegalForm.ts +1 -0
  232. package/ts/types/Enum/LetterType.ts +46 -0
  233. package/ts/types/Enum/ReportState.ts +30 -0
  234. package/ts/types/Enum/ReportType.ts +26 -0
  235. package/ts/types/Enum/Role.ts +6 -1
  236. package/ts/types/Enum/Vehicle.ts +7 -0
  237. package/ts/types/Enum/VehicleType.ts +14 -0
  238. package/ts/types/Interface/api/balanceSheet/ReadBalanceSheet.ts +10 -0
  239. package/ts/types/Interface/api/cerfa/CreateCerfa.ts +350 -0
  240. package/ts/types/Interface/api/letter/CreateLetter.ts +37 -0
  241. package/ts/types/Interface/api/report/CreateReport.ts +29 -0
  242. package/ts/types/Interface/api/report/QueryReports.ts +21 -0
  243. package/ts/types/Interface/api/report/ReadReport.ts +9 -0
  244. package/ts/types/Interface/api/society/CreateSociety.ts +24 -0
  245. package/ts/types/Interface/api/society/GetDataSociety.ts +4 -0
  246. package/ts/types/Interface/api/society/LegalFormSiren.ts +5 -0
  247. package/ts/types/Interface/api/user/CreateUser.ts +18 -0
  248. package/ts/types/Interface/api/user/QueryUserSmsConfirmation.ts +6 -0
  249. package/ts/types/Interface/models/IAccountingJournal.ts +2 -0
  250. package/ts/types/Interface/models/IApiError.ts +14 -0
  251. package/ts/types/Interface/models/ILetter.ts +18 -14
  252. package/ts/types/Interface/models/IReport.ts +12 -11
  253. package/ts/types/Interface/models/IReportMessage.ts +1 -1
  254. package/ts/types/Interface/models/IReportType.ts +1 -1
  255. package/ts/types/Interface/models/ISociety.ts +0 -1
  256. package/ts/types/index.ts +23 -4
  257. package/ts/utils/objectUtils/overwrite.ts +1 -1
  258. package/es/types/Interface/api/society/ReadSociety.d.ts +0 -5
  259. package/es/types/Interface/api/society/ReadSociety.d.ts.map +0 -1
  260. package/es/types/Interface/api/society/ReadSociety.js +0 -2
  261. package/es/types/Interface/api/society/ReadSociety.js.map +0 -1
  262. package/ts/types/Interface/api/society/ReadSociety.ts +0 -5
@@ -5,19 +5,20 @@ import { ISociety } from './ISociety';
5
5
  // report
6
6
  export interface IReport {
7
7
  id?: number;
8
- idSociety: number | null;
9
- idTypeReport: number | null;
10
- declareSoupcons: boolean | null;
11
- etat: number | null;
12
- informerjlb: boolean | null;
13
- ressenti: number | null;
14
- action: number | null;
15
- processed: boolean | null;
8
+ idSociety?: number | null;
9
+ idReportType?: number | null;
10
+ idLetterType?: number | null;
11
+ declareSoupcons?: boolean | null;
12
+ etat?: number | null;
13
+ informerjlb?: boolean | null;
14
+ ressenti?: number | null;
15
+ action?: number | null;
16
+ processed?: boolean | null;
16
17
  createdAt?: Date | null;
17
18
  updatedAt?: Date | null;
18
19
 
19
20
  // Associations
20
- reportComment: IReportMessage[];
21
- typeReport: IReportType;
22
- society: ISociety;
21
+ reportComment?: IReportMessage[];
22
+ reportType?: IReportType;
23
+ society?: ISociety;
23
24
  }
@@ -10,5 +10,5 @@ export interface IReportMessage {
10
10
  updatedAt?: Date | null;
11
11
 
12
12
  // Associations
13
- reportUser: IUser;
13
+ reportUser?: IUser;
14
14
  }
@@ -1,4 +1,4 @@
1
- // typeReport
1
+ // reportType
2
2
  export interface IReportType {
3
3
  id?: number;
4
4
  name: string;
@@ -94,7 +94,6 @@ export interface ISociety {
94
94
  numberSie: string | null;
95
95
  aga: string | null;
96
96
  statutoryAuditor: string | null;
97
- vatIntracom: string | null;
98
97
  typeSales: string | null;
99
98
  dateRelanceCommercial: Date | null;
100
99
  firstPayslipDate: Date | null;
package/ts/types/index.ts CHANGED
@@ -268,8 +268,8 @@ export * from './Interface/models/IWebMailType';
268
268
  export * from './Interface/models/IWebMailSpamType';
269
269
  export * from './Interface/models/IWorkingSchedule';
270
270
  export * from './Interface/models/IField';
271
- export * from './Interface/models/ISuggestion';
272
271
  export * from './Interface/models/IFecFile';
272
+ export * from './Interface/models/ISuggestion';
273
273
  export * from './Interface/api/BasePaginate';
274
274
  export * from './Interface/api/BaseRequest';
275
275
  export * from './Interface/api/generalLedger/IGeneralLedgerAccount';
@@ -297,10 +297,17 @@ export * from './Enum/ImmobilizationType';
297
297
  export * from './Enum/Nature';
298
298
  export * from './Enum/SurveyType';
299
299
  export * from './Enum/SurveyTypeDatas';
300
+ export * from './Enum/ReportType';
301
+ export * from './Enum/ReportState';
302
+ export * from './Enum/LetterType';
300
303
  export * from './Enum/PartnerType';
301
304
  export * from './Enum/ThirdPartyType';
302
- export * from './Enum/IncomeStatement';
303
305
  export * from './Enum/FecFileDelimiter';
306
+ export * from './Enum/IncomeStatement';
307
+ export * from './Enum/Vehicle';
308
+ export * from './Enum/VehicleType';
309
+ export * from './Enum/BalanceSheet';
310
+ export * from './Enum/DefaultPermissions';
304
311
 
305
312
  // Interfaces API
306
313
  export * from './Interface/api/businessPartner/ReadBusinessPartner';
@@ -316,20 +323,32 @@ export * from './Interface/api/account/QueryAccounts';
316
323
  export * from './Interface/api/accountingTransaction/QueryTransaction';
317
324
  export * from './Interface/api/user/QueryConfirm';
318
325
  export * from './Interface/api/user/QueryResendConfirmationLink';
326
+ export * from './Interface/api/user/CreateUser';
327
+ export * from './Interface/api/user/QueryUserSmsConfirmation';
319
328
  export * from './Interface/api/account/ReadAccounts';
320
329
  export * from './Interface/api/simulationColors/ReadSimulationColors';
321
330
  export * from './Interface/api/survey/QuerySurveys';
322
331
  export * from './Interface/api/file/TFile';
332
+ export * from './Interface/api/cerfa/CreateCerfa';
333
+ export * from './Interface/api/society/LegalFormSiren';
334
+ export * from './Interface/api/society/GetDataSociety';
335
+ export * from './Interface/api/society/CreateSociety';
323
336
 
324
337
  // export * from './Interface/api/survey/QuerySurvey';
325
338
  export * from './Interface/api/survey/ReadSurvey';
326
339
  export * from './Interface/api/survey/UpdateSurvey';
327
340
  export * from './Interface/api/survey/CreateSurvey';
341
+ export * from './Interface/api/report/ReadReport';
342
+ export * from './Interface/api/report/CreateReport';
343
+ export * from './Interface/api/report/QueryReports';
344
+ export * from './Interface/api/letter/CreateLetter';
328
345
  export * from './Interface/api/mailInvoice/CreateInvoiceMail';
329
346
  export * from './Interface/api/mailInvoice/UpdateInvoiceMail';
330
347
  export * from './Interface/api/partner/CreatePartner';
348
+ // export * from './Interface/api/generalLedger/GeneralLedgerQuery';
349
+ export * from './Interface/api/fecFile/CreateFecFile';
350
+ export * from './Interface/api/fecFile/ReadFecFile';
331
351
  export * from './Interface/api/generalLedger/QueryGeneralLedger';
332
352
  export * from './Interface/api/incomeStatement/QueryIncomeStatement';
333
353
  export * from './Interface/api/incomeStatement/ReadIncomeStatement';
334
- export * from './Interface/api/fecFile/CreateFecFile';
335
- export * from './Interface/api/fecFile/ReadFecFile';
354
+ export * from './Interface/api/balanceSheet/ReadBalanceSheet';
@@ -1,4 +1,4 @@
1
1
  // Find the difference
2
- type Diff<T extends string | number | symbol, U extends string | number | symbol> =({ [P in T]: P } & { [P in U]: never } & { [x: string]: never })[T];
2
+ type Diff<T extends string | number | symbol, U extends string | number | symbol> = ({ [P in T]: P } & { [P in U]: never } & { [x: string]: never })[T];
3
3
  // Overwrite any differences between T and U with U taking precedence
4
4
  export type Overwrite<T, U> = Pick<T, Diff<keyof T, keyof U>> & U;
@@ -1,5 +0,0 @@
1
- import { ISociety } from '../../..';
2
- export declare type ReadSociety = ISociety & {
3
- pommeDeTerre: string;
4
- };
5
- //# sourceMappingURL=ReadSociety.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ReadSociety.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/ReadSociety.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAEpC,oBAAY,WAAW,GAAG,QAAQ,GAAG;IACnC,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=ReadSociety.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ReadSociety.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/ReadSociety.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from '../../..';\n\nexport type ReadSociety = ISociety & {\n pommeDeTerre: string;\n};\n"]}
@@ -1,5 +0,0 @@
1
- import { ISociety } from '../../..';
2
-
3
- export type ReadSociety = ISociety & {
4
- pommeDeTerre: string;
5
- };