@silexpert/core 1.0.146 → 1.0.147

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 (220) hide show
  1. package/es/api/resources/Acceptance.d.ts +6 -0
  2. package/es/api/resources/Acceptance.d.ts.map +1 -0
  3. package/es/api/resources/Acceptance.js +7 -0
  4. package/es/api/resources/Acceptance.js.map +1 -0
  5. package/es/api/resources/CustomerActivity.d.ts +2 -1
  6. package/es/api/resources/CustomerActivity.d.ts.map +1 -1
  7. package/es/api/resources/CustomerActivity.js +3 -0
  8. package/es/api/resources/CustomerActivity.js.map +1 -1
  9. package/es/api/resources/Partner.d.ts +3 -1
  10. package/es/api/resources/Partner.d.ts.map +1 -1
  11. package/es/api/resources/Partner.js +6 -0
  12. package/es/api/resources/Partner.js.map +1 -1
  13. package/es/api/resources/Registration.d.ts +3 -1
  14. package/es/api/resources/Registration.d.ts.map +1 -1
  15. package/es/api/resources/Registration.js +6 -0
  16. package/es/api/resources/Registration.js.map +1 -1
  17. package/es/api/resources/Wallet.d.ts +2 -1
  18. package/es/api/resources/Wallet.d.ts.map +1 -1
  19. package/es/api/resources/Wallet.js +3 -0
  20. package/es/api/resources/Wallet.js.map +1 -1
  21. package/es/api/resources.d.ts +2 -0
  22. package/es/api/resources.d.ts.map +1 -1
  23. package/es/api/resources.js +2 -0
  24. package/es/api/resources.js.map +1 -1
  25. package/es/types/Enum/Acceptance.d.ts +5 -0
  26. package/es/types/Enum/Acceptance.d.ts.map +1 -0
  27. package/es/types/Enum/Acceptance.js +6 -0
  28. package/es/types/Enum/Acceptance.js.map +1 -0
  29. package/es/types/Enum/CerfaType.d.ts +5 -1
  30. package/es/types/Enum/CerfaType.d.ts.map +1 -1
  31. package/es/types/Enum/CerfaType.js +4 -0
  32. package/es/types/Enum/CerfaType.js.map +1 -1
  33. package/es/types/Enum/MailAuto.d.ts +2 -1
  34. package/es/types/Enum/MailAuto.d.ts.map +1 -1
  35. package/es/types/Enum/MailAuto.js +1 -0
  36. package/es/types/Enum/MailAuto.js.map +1 -1
  37. package/es/types/Enum/Notification.d.ts +5 -1
  38. package/es/types/Enum/Notification.d.ts.map +1 -1
  39. package/es/types/Enum/Notification.js +5 -0
  40. package/es/types/Enum/Notification.js.map +1 -1
  41. package/es/types/Enum/TaskResponseType.js +1 -1
  42. package/es/types/Enum/TaskResponseType.js.map +1 -1
  43. package/es/types/Interface/api/BasePaginate.d.ts +4 -0
  44. package/es/types/Interface/api/BasePaginate.d.ts.map +1 -1
  45. package/es/types/Interface/api/BasePaginate.js +15 -1
  46. package/es/types/Interface/api/BasePaginate.js.map +1 -1
  47. package/es/types/Interface/api/acceptance/CreateAcceptance.d.ts +7 -0
  48. package/es/types/Interface/api/acceptance/CreateAcceptance.d.ts.map +1 -0
  49. package/es/types/Interface/api/acceptance/CreateAcceptance.js +29 -0
  50. package/es/types/Interface/api/acceptance/CreateAcceptance.js.map +1 -0
  51. package/es/types/Interface/api/cerfa/2571.d.ts +92 -0
  52. package/es/types/Interface/api/cerfa/2571.d.ts.map +1 -0
  53. package/es/types/Interface/api/cerfa/2571.js +3 -0
  54. package/es/types/Interface/api/cerfa/2571.js.map +1 -0
  55. package/es/types/Interface/api/cerfa/CreateCerfa.d.ts +1 -0
  56. package/es/types/Interface/api/cerfa/CreateCerfa.d.ts.map +1 -1
  57. package/es/types/Interface/api/cerfa/CreateCerfa.js +1 -0
  58. package/es/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
  59. package/es/types/Interface/api/mail/CreateMailParams.d.ts +1 -0
  60. package/es/types/Interface/api/mail/CreateMailParams.d.ts.map +1 -1
  61. package/es/types/Interface/api/mail/CreateMailParams.js.map +1 -1
  62. package/es/types/Interface/api/partner/CreatePartner.d.ts +1 -0
  63. package/es/types/Interface/api/partner/CreatePartner.d.ts.map +1 -1
  64. package/es/types/Interface/api/partner/CreatePartner.js +4 -0
  65. package/es/types/Interface/api/partner/CreatePartner.js.map +1 -1
  66. package/es/types/Interface/api/partner/Query.d.ts +13 -0
  67. package/es/types/Interface/api/partner/Query.d.ts.map +1 -0
  68. package/es/types/Interface/api/partner/{GetPartners.js → Query.js} +26 -2
  69. package/es/types/Interface/api/partner/Query.js.map +1 -0
  70. package/es/types/Interface/api/partner/Read.d.ts +29 -0
  71. package/es/types/Interface/api/partner/Read.d.ts.map +1 -0
  72. package/es/types/Interface/api/partner/Read.js +7 -0
  73. package/es/types/Interface/api/partner/Read.js.map +1 -0
  74. package/es/types/Interface/api/partner/UpdatePartner.d.ts +1 -0
  75. package/es/types/Interface/api/partner/UpdatePartner.d.ts.map +1 -1
  76. package/es/types/Interface/api/partner/UpdatePartner.js +4 -0
  77. package/es/types/Interface/api/partner/UpdatePartner.js.map +1 -1
  78. package/es/types/Interface/api/registration/CreateRegistration.d.ts +24 -0
  79. package/es/types/Interface/api/registration/CreateRegistration.d.ts.map +1 -1
  80. package/es/types/Interface/api/registration/CreateRegistration.js +62 -1
  81. package/es/types/Interface/api/registration/CreateRegistration.js.map +1 -1
  82. package/es/types/Interface/api/tax/CreateTax.d.ts +1 -0
  83. package/es/types/Interface/api/tax/CreateTax.d.ts.map +1 -1
  84. package/es/types/Interface/api/tax/CreateTax.js +7 -1
  85. package/es/types/Interface/api/tax/CreateTax.js.map +1 -1
  86. package/es/types/Interface/api/tax/ReadTax.d.ts +6 -0
  87. package/es/types/Interface/api/tax/ReadTax.d.ts.map +1 -1
  88. package/es/types/Interface/api/tax/ReadTax.js.map +1 -1
  89. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts +6 -0
  90. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -1
  91. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js +24 -1
  92. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  93. package/es/types/Interface/models/IAccountingStatementHistory.d.ts +18 -0
  94. package/es/types/Interface/models/IAccountingStatementHistory.d.ts.map +1 -0
  95. package/es/types/Interface/models/IAccountingStatementHistory.js +2 -0
  96. package/es/types/Interface/models/IAccountingStatementHistory.js.map +1 -0
  97. package/es/types/Interface/models/ICustomerAcceptance.d.ts +13 -0
  98. package/es/types/Interface/models/ICustomerAcceptance.d.ts.map +1 -0
  99. package/es/types/Interface/models/ICustomerAcceptance.js +2 -0
  100. package/es/types/Interface/models/ICustomerAcceptance.js.map +1 -0
  101. package/es/types/Interface/models/ICustomerIsRegime.d.ts +6 -1
  102. package/es/types/Interface/models/ICustomerIsRegime.d.ts.map +1 -1
  103. package/es/types/Interface/models/ICustomerIsRegime.js.map +1 -1
  104. package/es/types/Interface/models/IExercice.d.ts +1 -0
  105. package/es/types/Interface/models/IExercice.d.ts.map +1 -1
  106. package/es/types/Interface/models/IExercice.js.map +1 -1
  107. package/es/types/Interface/models/IRegistration.d.ts +3 -0
  108. package/es/types/Interface/models/IRegistration.d.ts.map +1 -1
  109. package/es/types/Interface/models/IRegistration.js.map +1 -1
  110. package/es/types/Interface/models/ISocietyPartner.d.ts +1 -0
  111. package/es/types/Interface/models/ISocietyPartner.d.ts.map +1 -1
  112. package/es/types/Interface/models/ISocietyPartner.js.map +1 -1
  113. package/es/types/Interface/models/IVatDeclarationSocietyDetail.d.ts +3 -1
  114. package/es/types/Interface/models/IVatDeclarationSocietyDetail.d.ts.map +1 -1
  115. package/es/types/Interface/models/IVatDeclarationSocietyDetail.js.map +1 -1
  116. package/es/types/index.d.ts +6 -2
  117. package/es/types/index.d.ts.map +1 -1
  118. package/es/types/index.js +6 -2
  119. package/es/types/index.js.map +1 -1
  120. package/js/api/resources/Acceptance.js +14 -0
  121. package/js/api/resources/Acceptance.js.map +1 -0
  122. package/js/api/resources/CustomerActivity.js +3 -0
  123. package/js/api/resources/CustomerActivity.js.map +1 -1
  124. package/js/api/resources/Partner.js +10 -0
  125. package/js/api/resources/Partner.js.map +1 -1
  126. package/js/api/resources/Registration.js +6 -0
  127. package/js/api/resources/Registration.js.map +1 -1
  128. package/js/api/resources/Wallet.js +7 -0
  129. package/js/api/resources/Wallet.js.map +1 -1
  130. package/js/api/resources.js +3 -1
  131. package/js/api/resources.js.map +1 -1
  132. package/js/types/Enum/Acceptance.js +11 -0
  133. package/js/types/Enum/Acceptance.js.map +1 -0
  134. package/js/types/Enum/CerfaType.js +4 -0
  135. package/js/types/Enum/CerfaType.js.map +1 -1
  136. package/js/types/Enum/MailAuto.js +1 -0
  137. package/js/types/Enum/MailAuto.js.map +1 -1
  138. package/js/types/Enum/Notification.js +5 -0
  139. package/js/types/Enum/Notification.js.map +1 -1
  140. package/js/types/Enum/TaskResponseType.js +1 -1
  141. package/js/types/Enum/TaskResponseType.js.map +1 -1
  142. package/js/types/Interface/api/BasePaginate.js +5 -1
  143. package/js/types/Interface/api/BasePaginate.js.map +1 -1
  144. package/js/types/Interface/api/acceptance/CreateAcceptance.js +25 -0
  145. package/js/types/Interface/api/acceptance/CreateAcceptance.js.map +1 -0
  146. package/js/types/Interface/api/cerfa/2571.js +8 -0
  147. package/js/types/Interface/api/cerfa/2571.js.map +1 -0
  148. package/js/types/Interface/api/cerfa/CreateCerfa.js +11 -1
  149. package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
  150. package/js/types/Interface/api/mail/CreateMailParams.js.map +1 -1
  151. package/js/types/Interface/api/partner/CreatePartner.js +1 -0
  152. package/js/types/Interface/api/partner/CreatePartner.js.map +1 -1
  153. package/js/types/Interface/api/partner/{GetPartners.js → Query.js} +11 -2
  154. package/js/types/Interface/api/partner/Query.js.map +1 -0
  155. package/js/types/Interface/api/partner/Read.js +12 -0
  156. package/js/types/Interface/api/partner/Read.js.map +1 -0
  157. package/js/types/Interface/api/partner/UpdatePartner.js +1 -0
  158. package/js/types/Interface/api/partner/UpdatePartner.js.map +1 -1
  159. package/js/types/Interface/api/registration/CreateRegistration.js +19 -1
  160. package/js/types/Interface/api/registration/CreateRegistration.js.map +1 -1
  161. package/js/types/Interface/api/tax/CreateTax.js +3 -0
  162. package/js/types/Interface/api/tax/CreateTax.js.map +1 -1
  163. package/js/types/Interface/api/tax/ReadTax.js.map +1 -1
  164. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js +11 -1
  165. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  166. package/js/types/Interface/models/IAccountingStatementHistory.js +6 -0
  167. package/js/types/Interface/models/IAccountingStatementHistory.js.map +1 -0
  168. package/js/types/Interface/models/{IBalanceSheetHistory.js → ICustomerAcceptance.js} +1 -1
  169. package/js/types/Interface/models/ICustomerAcceptance.js.map +1 -0
  170. package/js/types/Interface/models/ICustomerIsRegime.js.map +1 -1
  171. package/js/types/Interface/models/IExercice.js.map +1 -1
  172. package/js/types/Interface/models/IRegistration.js.map +1 -1
  173. package/js/types/Interface/models/ISocietyPartner.js.map +1 -1
  174. package/js/types/Interface/models/IVatDeclarationSocietyDetail.js.map +1 -1
  175. package/js/types/index.js +76 -36
  176. package/js/types/index.js.map +1 -1
  177. package/package.json +1 -1
  178. package/ts/api/resources/Acceptance.ts +8 -0
  179. package/ts/api/resources/CustomerActivity.ts +7 -1
  180. package/ts/api/resources/Partner.ts +13 -0
  181. package/ts/api/resources/Registration.ts +9 -0
  182. package/ts/api/resources/Wallet.ts +10 -1
  183. package/ts/api/resources.ts +2 -0
  184. package/ts/types/Enum/Acceptance.ts +4 -0
  185. package/ts/types/Enum/CerfaType.ts +4 -0
  186. package/ts/types/Enum/MailAuto.ts +1 -0
  187. package/ts/types/Enum/Notification.ts +5 -0
  188. package/ts/types/Enum/TaskResponseType.ts +1 -1
  189. package/ts/types/Interface/api/BasePaginate.ts +13 -1
  190. package/ts/types/Interface/api/acceptance/CreateAcceptance.ts +16 -0
  191. package/ts/types/Interface/api/cerfa/2571.ts +97 -0
  192. package/ts/types/Interface/api/cerfa/CreateCerfa.ts +1 -0
  193. package/ts/types/Interface/api/mail/CreateMailParams.ts +1 -0
  194. package/ts/types/Interface/api/partner/CreatePartner.ts +2 -0
  195. package/ts/types/Interface/api/partner/Query.ts +30 -0
  196. package/ts/types/Interface/api/partner/Read.ts +31 -0
  197. package/ts/types/Interface/api/partner/UpdatePartner.ts +2 -0
  198. package/ts/types/Interface/api/registration/CreateRegistration.ts +58 -1
  199. package/ts/types/Interface/api/tax/CreateTax.ts +6 -1
  200. package/ts/types/Interface/api/tax/ReadTax.ts +8 -1
  201. package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +22 -1
  202. package/ts/types/Interface/models/IAccountingStatementHistory.ts +20 -0
  203. package/ts/types/Interface/models/ICustomerAcceptance.ts +14 -0
  204. package/ts/types/Interface/models/ICustomerIsRegime.ts +8 -1
  205. package/ts/types/Interface/models/IExercice.ts +1 -0
  206. package/ts/types/Interface/models/IRegistration.ts +3 -0
  207. package/ts/types/Interface/models/ISocietyPartner.ts +1 -0
  208. package/ts/types/Interface/models/IVatDeclarationSocietyDetail.ts +3 -1
  209. package/ts/types/index.ts +6 -2
  210. package/es/types/Interface/api/partner/GetPartners.d.ts +0 -4
  211. package/es/types/Interface/api/partner/GetPartners.d.ts.map +0 -1
  212. package/es/types/Interface/api/partner/GetPartners.js.map +0 -1
  213. package/es/types/Interface/models/IBalanceSheetHistory.d.ts +0 -10
  214. package/es/types/Interface/models/IBalanceSheetHistory.d.ts.map +0 -1
  215. package/es/types/Interface/models/IBalanceSheetHistory.js +0 -2
  216. package/es/types/Interface/models/IBalanceSheetHistory.js.map +0 -1
  217. package/js/types/Interface/api/partner/GetPartners.js.map +0 -1
  218. package/js/types/Interface/models/IBalanceSheetHistory.js.map +0 -1
  219. package/ts/types/Interface/api/partner/GetPartners.ts +0 -11
  220. package/ts/types/Interface/models/IBalanceSheetHistory.ts +0 -13
package/ts/types/index.ts CHANGED
@@ -28,7 +28,7 @@ export * from './Interface/models/IAttributionHistory';
28
28
  export * from './Interface/models/IAutoLoginToken';
29
29
  export * from './Interface/models/IBalanceBankAccount';
30
30
  export * from './Interface/models/IBalanceSheet';
31
- export * from './Interface/models/IBalanceSheetHistory';
31
+ export * from './Interface/models/IAccountingStatementHistory';
32
32
  export * from './Interface/models/IBankAccountSynchroHistory';
33
33
  export * from './Interface/models/IBankAccount';
34
34
  export * from './Interface/models/IBankConnection';
@@ -324,12 +324,14 @@ export * from './Interface/models/ILoanFile';
324
324
  export * from './Interface/models/ICommercialMail';
325
325
  export * from './Interface/models/IRegistration';
326
326
  export * from './Interface/models/IVatRegimeHistory';
327
+ export * from './Interface/models/ICustomerAcceptance';
327
328
 
328
329
  // Forms
329
330
  export * from './Form/FormAuthenticate';
330
331
  export * from './Form/FormConnector';
331
332
 
332
333
  // Enums
334
+ export * from './Enum/Acceptance';
333
335
  export * from './Enum/FolderFile';
334
336
  export * from './Enum/CommercialGrade';
335
337
  export * from './Enum/CommercialManagement';
@@ -658,8 +660,9 @@ export * from './Interface/api/letter/CreateLetter';
658
660
  export * from './Interface/api/mailInvoice/CreateInvoiceMail';
659
661
  export * from './Interface/api/mailInvoice/UpdateInvoiceMail';
660
662
  export * from './Interface/api/partner/CreatePartner';
661
- export * from './Interface/api/partner/GetPartners';
663
+ export * from './Interface/api/partner/Query';
662
664
  export * from './Interface/api/partner/UpdatePartner';
665
+ export * from './Interface/api/partner/Read';
663
666
  // export * from './Interface/api/generalLedger/GeneralLedgerQuery';
664
667
  export * from './Interface/api/fecFile/CreateFecFile';
665
668
  export * from './Interface/api/fecFile/DeleteFecFile';
@@ -874,6 +877,7 @@ export * from './Interface/api/pdf/ReadPdftkizer';
874
877
  export * from './Interface/api/signFile/CreateFileToSign';
875
878
  export * from './Interface/api/rule/Query';
876
879
  export * from './Interface/api/revive/PostRevive';
880
+ export * from './Interface/api/acceptance/CreateAcceptance';
877
881
 
878
882
  // Enums types
879
883
  export * from './Interface/enum/Util';
@@ -1,4 +0,0 @@
1
- export declare class GetPartners {
2
- includeDeletedPartner?: boolean;
3
- }
4
- //# sourceMappingURL=GetPartners.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GetPartners.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partner/GetPartners.ts"],"names":[],"mappings":"AAIA,qBAAa,WAAW;IAKtB,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACjC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GetPartners.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partner/GetPartners.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,WAAW;CAMvB;AALC;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;0DACmB","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class GetPartners {\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n includeDeletedPartner?: boolean;\n}"]}
@@ -1,10 +0,0 @@
1
- import { IBalanceSheet } from './IBalanceSheet';
2
- export interface IBalanceSheetHistory {
3
- id?: number;
4
- idState: number;
5
- idBalanceSheet: number | null;
6
- createdAt?: Date | null;
7
- updatedAt?: Date | null;
8
- balanceSheet: IBalanceSheet;
9
- }
10
- //# sourceMappingURL=IBalanceSheetHistory.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IBalanceSheetHistory.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBalanceSheetHistory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,MAAM,WAAW,oBAAoB;IACnC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,CAAC;IAChB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,YAAY,EAAE,aAAa,CAAC;CAC7B"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=IBalanceSheetHistory.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IBalanceSheetHistory.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBalanceSheetHistory.ts"],"names":[],"mappings":"","sourcesContent":["import { IBalanceSheet } from './IBalanceSheet';\n\n// balanceSheetHistory\nexport interface IBalanceSheetHistory {\n id?: number;\n idState: number;\n idBalanceSheet: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n balanceSheet: IBalanceSheet;\n}\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GetPartners.js","names":["_classValidator","require","_utils","_boolean","GetPartners","exports","__decorate","ApiPropertyOptional","IsBoolean","ToBoolean","IsOptional"],"sources":["../../../../../ts/types/Interface/api/partner/GetPartners.ts"],"sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class GetPartners {\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n includeDeletedPartner?: boolean;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,QAAA,GAAAF,OAAA;;;;;;;;;;;AAEM,MAAOG,WAAW;AAMvBC,OAAA,CANYD,WAAW,GAAXA,WAAW;AACtBE,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,EACX,IAAAC,0BAAU,GAAE,E,4FACmB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"IBalanceSheetHistory.js","names":[],"sources":["../../../../ts/types/Interface/models/IBalanceSheetHistory.ts"],"sourcesContent":["import { IBalanceSheet } from './IBalanceSheet';\n\n// balanceSheetHistory\nexport interface IBalanceSheetHistory {\n id?: number;\n idState: number;\n idBalanceSheet: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n balanceSheet: IBalanceSheet;\n}\n"],"mappings":""}
@@ -1,11 +0,0 @@
1
- import { IsBoolean, IsOptional } from 'class-validator';
2
- import { ApiPropertyOptional } from '../../../../utils';
3
- import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
4
-
5
- export class GetPartners {
6
- @ApiPropertyOptional()
7
- @IsBoolean()
8
- @ToBoolean()
9
- @IsOptional()
10
- includeDeletedPartner?: boolean;
11
- }
@@ -1,13 +0,0 @@
1
- import { IBalanceSheet } from './IBalanceSheet';
2
-
3
- // balanceSheetHistory
4
- export interface IBalanceSheetHistory {
5
- id?: number;
6
- idState: number;
7
- idBalanceSheet: number | null;
8
- createdAt?: Date | null;
9
- updatedAt?: Date | null;
10
-
11
- // Associations
12
- balanceSheet: IBalanceSheet;
13
- }