@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
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  var __metadata = (this && this.__metadata) || function (k, v) {
8
8
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
9
  };
10
- import { IsEnum, IsOptional, IsBoolean, IsNumber, Min, } from 'class-validator';
10
+ import { IsEnum, IsOptional, IsBoolean, IsNumber, Min, IsDateString, } from 'class-validator';
11
11
  import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
12
12
  import { CerfaType } from '../../../Enum/CerfaType';
13
13
  import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
@@ -21,6 +21,56 @@ __decorate([
21
21
  ApiPropertyOptional(),
22
22
  __metadata("design:type", Object)
23
23
  ], CreateRegistrationSetting.prototype, "bic", void 0);
24
+ export class CreateRegistrationSettingFromSociety {
25
+ }
26
+ __decorate([
27
+ ApiPropertyOptional(),
28
+ __metadata("design:type", Object)
29
+ ], CreateRegistrationSettingFromSociety.prototype, "rof", void 0);
30
+ __decorate([
31
+ ApiPropertyOptional(),
32
+ __metadata("design:type", Object)
33
+ ], CreateRegistrationSettingFromSociety.prototype, "companyTaxRof", void 0);
34
+ __decorate([
35
+ ApiPropertyOptional(),
36
+ __metadata("design:type", Object)
37
+ ], CreateRegistrationSettingFromSociety.prototype, "ogaName", void 0);
38
+ __decorate([
39
+ ApiPropertyOptional(),
40
+ __metadata("design:type", Object)
41
+ ], CreateRegistrationSettingFromSociety.prototype, "ogaId", void 0);
42
+ __decorate([
43
+ ApiPropertyOptional(),
44
+ __metadata("design:type", Object)
45
+ ], CreateRegistrationSettingFromSociety.prototype, "ogaAddressNumero", void 0);
46
+ __decorate([
47
+ ApiPropertyOptional(),
48
+ __metadata("design:type", Object)
49
+ ], CreateRegistrationSettingFromSociety.prototype, "ogaAddressType", void 0);
50
+ __decorate([
51
+ ApiPropertyOptional(),
52
+ __metadata("design:type", Object)
53
+ ], CreateRegistrationSettingFromSociety.prototype, "ogaAddressVoie", void 0);
54
+ __decorate([
55
+ ApiPropertyOptional(),
56
+ __metadata("design:type", Object)
57
+ ], CreateRegistrationSettingFromSociety.prototype, "ogaAddressZipCode", void 0);
58
+ __decorate([
59
+ ApiPropertyOptional(),
60
+ __metadata("design:type", Object)
61
+ ], CreateRegistrationSettingFromSociety.prototype, "ogaAddressCity", void 0);
62
+ __decorate([
63
+ ApiPropertyOptional(),
64
+ __metadata("design:type", Object)
65
+ ], CreateRegistrationSettingFromSociety.prototype, "ogaReference", void 0);
66
+ __decorate([
67
+ ApiPropertyOptional(),
68
+ __metadata("design:type", Object)
69
+ ], CreateRegistrationSettingFromSociety.prototype, "iban", void 0);
70
+ __decorate([
71
+ ApiPropertyOptional(),
72
+ __metadata("design:type", Object)
73
+ ], CreateRegistrationSettingFromSociety.prototype, "bic", void 0);
24
74
  export class CreateRegistration {
25
75
  }
26
76
  __decorate([
@@ -35,6 +85,12 @@ __decorate([
35
85
  IsOptional(),
36
86
  __metadata("design:type", Number)
37
87
  ], CreateRegistration.prototype, "amountToPay", void 0);
88
+ __decorate([
89
+ ApiPropertyOptional(),
90
+ IsDateString(),
91
+ IsOptional(),
92
+ __metadata("design:type", String)
93
+ ], CreateRegistration.prototype, "date", void 0);
38
94
  __decorate([
39
95
  ApiPropertyOptional(),
40
96
  IsBoolean(),
@@ -42,6 +98,11 @@ __decorate([
42
98
  IsOptional(),
43
99
  __metadata("design:type", Boolean)
44
100
  ], CreateRegistration.prototype, "isTest", void 0);
101
+ __decorate([
102
+ ApiPropertyOptional({ description: 'Set values manually (not available for all cerfa)' }),
103
+ IsOptional(),
104
+ __metadata("design:type", Object)
105
+ ], CreateRegistration.prototype, "forcedValues", void 0);
45
106
  export class CreateRegistrationSynchronization {
46
107
  }
47
108
  __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"CreateRegistration.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/registration/CreateRegistration.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,GAC7C,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,yBAAyB;CAMrC;AALC;IAAC,mBAAmB,EAAE;;uDACD;AAErB;IAAC,mBAAmB,EAAE;;sDACF;AAGtB,MAAM,OAAO,kBAAkB;CAgB9B;AAfC;IAAC,WAAW,EAAE;IACb,MAAM,CAAC,SAAS,CAAC;;uDACE;AAEpB;IAAC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,GAAG,CAAC,CAAC,CAAC;IACN,UAAU,EAAE;;uDACQ;AAErB;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;kDACI;AAGnB,MAAM,OAAO,iCAAiC;CAM7C;AALC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;wEACY","sourcesContent":["import {\n IsEnum, IsOptional, IsBoolean, IsNumber, Min,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { CerfaType } from '../../../Enum/CerfaType';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class CreateRegistrationSetting {\n @ApiPropertyOptional()\n iban?: string | null;\n\n @ApiPropertyOptional()\n bic?: string | null;\n}\n\nexport class CreateRegistration {\n @ApiProperty()\n @IsEnum(CerfaType)\n idCerfaType: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @Min(0)\n @IsOptional()\n amountToPay?: number;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isTest?: boolean;\n}\n\nexport class CreateRegistrationSynchronization {\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n forceTestMode?: boolean;\n}"]}
1
+ {"version":3,"file":"CreateRegistration.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/registration/CreateRegistration.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,EAAE,YAAY,GAC3D,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAG3E,MAAM,OAAO,yBAAyB;CAMrC;AALC;IAAC,mBAAmB,EAAE;;uDACD;AAErB;IAAC,mBAAmB,EAAE;;sDACF;AAGtB,MAAM,OAAO,oCAAoC;CAoChD;AAnCC;IAAC,mBAAmB,EAAE;;iEACN;AAEhB;IAAC,mBAAmB,EAAE;;2EACI;AAE1B;IAAC,mBAAmB,EAAE;;qEACC;AAEvB;IAAC,mBAAmB,EAAE;;mEACD;AAErB;IAAC,mBAAmB,EAAE;;8EACU;AAEhC;IAAC,mBAAmB,EAAE;;4EACQ;AAE9B;IAAC,mBAAmB,EAAE;;4EACQ;AAE9B;IAAC,mBAAmB,EAAE;;+EACW;AAEjC;IAAC,mBAAmB,EAAE;;4EACQ;AAE9B;IAAC,mBAAmB,EAAE;;0EACM;AAE5B;IAAC,mBAAmB,EAAE;;kEACF;AAEpB;IAAC,mBAAmB,EAAE;;iEACH;AAYrB,MAAM,OAAO,kBAAkB;CAyB9B;AAxBC;IAAC,WAAW,EAAE;IACb,MAAM,CAAC,SAAS,CAAC;;uDACE;AAEpB;IAAC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,GAAG,CAAC,CAAC,CAAC;IACN,UAAU,EAAE;;uDACQ;AAErB;IAAC,mBAAmB,EAAE;IACrB,YAAY,EAAE;IACd,UAAU,EAAE;;gDACC;AAEd;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;kDACI;AAEjB;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,mDAAmD,EAAE,CAAC;IACzF,UAAU,EAAE;;wDACe;AAG9B,MAAM,OAAO,iCAAiC;CAM7C;AALC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;wEACY","sourcesContent":["import {\n IsEnum, IsOptional, IsBoolean, IsNumber, Min, IsDateString,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { CerfaType } from '../../../Enum/CerfaType';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { Rof } from '../../../Enum/Aspone';\n\nexport class CreateRegistrationSetting {\n @ApiPropertyOptional()\n iban?: string | null;\n\n @ApiPropertyOptional()\n bic?: string | null;\n}\n\nexport class CreateRegistrationSettingFromSociety {\n @ApiPropertyOptional()\n rof: Rof | null;\n\n @ApiPropertyOptional()\n companyTaxRof: Rof | null;\n\n @ApiPropertyOptional()\n ogaName: string | null;\n\n @ApiPropertyOptional()\n ogaId: string | null;\n\n @ApiPropertyOptional()\n ogaAddressNumero: string | null;\n\n @ApiPropertyOptional()\n ogaAddressType: string | null;\n\n @ApiPropertyOptional()\n ogaAddressVoie: string | null;\n\n @ApiPropertyOptional()\n ogaAddressZipCode: string | null;\n\n @ApiPropertyOptional()\n ogaAddressCity: string | null;\n\n @ApiPropertyOptional()\n ogaReference: string | null;\n\n @ApiPropertyOptional()\n iban: string | null;\n\n @ApiPropertyOptional()\n bic: string | null;\n}\n\nexport type ForcedValues_2571 = {\n base?: number;\n regularisation?: number;\n};\n\nexport type ForcedValues = {\n cerfa2571?: ForcedValues_2571;\n};\n\nexport class CreateRegistration {\n @ApiProperty()\n @IsEnum(CerfaType)\n idCerfaType: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @Min(0)\n @IsOptional()\n amountToPay?: number;\n\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n date?: string;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isTest?: boolean;\n\n @ApiPropertyOptional({ description: 'Set values manually (not available for all cerfa)' })\n @IsOptional()\n forcedValues?: ForcedValues;\n}\n\nexport class CreateRegistrationSynchronization {\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n forceTestMode?: boolean;\n}"]}
@@ -8,5 +8,6 @@ export declare class CreateTax {
8
8
  balance: number | null;
9
9
  creditRefunded: TaxCredit;
10
10
  isOrphan?: boolean;
11
+ idMail?: number | null;
11
12
  }
12
13
  //# sourceMappingURL=CreateTax.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CreateTax.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/tax/CreateTax.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAGjE,qBAAa,SAAS;IAEpB,MAAM,EAAE,MAAM,CAAC;IAGf,MAAM,EAAE,MAAM,CAAC;IAGf,IAAI,EAAE,OAAO,CAAC;IAGd,KAAK,EAAE,QAAQ,CAAC;IAKhB,KAAK,EAAE,OAAO,CAAC;IAGf,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,cAAc,EAAE,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}
1
+ {"version":3,"file":"CreateTax.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/tax/CreateTax.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAGjE,qBAAa,SAAS;IAEpB,MAAM,EAAE,MAAM,CAAC;IAGf,MAAM,EAAE,MAAM,CAAC;IAGf,IAAI,EAAE,OAAO,CAAC;IAGd,KAAK,EAAE,QAAQ,CAAC;IAKhB,KAAK,EAAE,OAAO,CAAC;IAGf,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,cAAc,EAAE,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IAKnB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB"}
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  var __metadata = (this && this.__metadata) || function (k, v) {
8
8
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
9
  };
10
- import { IsBoolean } from 'class-validator';
10
+ import { IsBoolean, IsNumber, IsOptional } from 'class-validator';
11
11
  import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
12
12
  import { TaxType, TaxState, TaxCredit } from '../../../Enum/Tax';
13
13
  import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
@@ -49,4 +49,10 @@ __decorate([
49
49
  ToBoolean(),
50
50
  __metadata("design:type", Boolean)
51
51
  ], CreateTax.prototype, "isOrphan", void 0);
52
+ __decorate([
53
+ ApiPropertyOptional({ description: 'Acceptance id mail' }),
54
+ IsNumber(),
55
+ IsOptional(),
56
+ __metadata("design:type", Object)
57
+ ], CreateTax.prototype, "idMail", void 0);
52
58
  //# sourceMappingURL=CreateTax.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CreateTax.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/tax/CreateTax.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AACjE,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,SAAS;CA4BrB;AA3BC;IAAC,WAAW,CAAC,EAAE,WAAW,EAAE,qBAAqB,EAAE,CAAC;;yCACrC;AAEf;IAAC,WAAW,CAAC,EAAE,WAAW,EAAE,kBAAkB,EAAE,CAAC;;yCAClC;AAEf;IAAC,WAAW,CAAC,EAAE,WAAW,EAAE,eAAe,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;;uCAC/C;AAEd;IAAC,WAAW,CAAC,EAAE,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;;wCACrC;AAEhB;IAAC,WAAW,CAAC,EAAE,WAAW,EAAE,kCAAkC,EAAE,CAAC;IAChE,SAAS,EAAE;IACX,SAAS,EAAE;;wCACG;AAEf;IAAC,WAAW,CAAC,EAAE,WAAW,EAAE,4BAA4B,EAAE,CAAC;;0CACpC;AAEvB;IAAC,WAAW,CAAC,EAAE,WAAW,EAAE,yBAAyB,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;;iDAC/C;AAE1B;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,wCAAwC,EAAE,CAAC;IAC9E,SAAS,EAAE;IACX,SAAS,EAAE;;2CACO","sourcesContent":["import { IsBoolean } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { TaxType, TaxState, TaxCredit } from '../../../Enum/Tax';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class CreateTax {\n @ApiProperty({ description: 'Montant de l\\'impôt' })\n amount: number;\n\n @ApiProperty({ description: 'Date de l\\'impôt' })\n dateIs: string;\n\n @ApiProperty({ description: 'Type d\\'impôt', enum: TaxType })\n type: TaxType;\n\n @ApiProperty({ description: 'État', enum: TaxState })\n state: TaxState;\n\n @ApiProperty({ description: 'Défini l\\'acompte comme un solde' })\n @IsBoolean()\n @ToBoolean()\n solde: boolean;\n\n @ApiProperty({ description: 'Montant du crédit d\\'impôt' })\n balance: number | null;\n\n @ApiProperty({ description: 'État du crédit d\\'impôt', enum: TaxCredit })\n creditRefunded: TaxCredit;\n\n @ApiPropertyOptional({ description: 'Défini l\\'acompte en tant qu\\'orphelin' })\n @IsBoolean()\n @ToBoolean()\n isOrphan?: boolean;\n}"]}
1
+ {"version":3,"file":"CreateTax.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/tax/CreateTax.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AACjE,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,SAAS;CAiCrB;AAhCC;IAAC,WAAW,CAAC,EAAE,WAAW,EAAE,qBAAqB,EAAE,CAAC;;yCACrC;AAEf;IAAC,WAAW,CAAC,EAAE,WAAW,EAAE,kBAAkB,EAAE,CAAC;;yCAClC;AAEf;IAAC,WAAW,CAAC,EAAE,WAAW,EAAE,eAAe,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;;uCAC/C;AAEd;IAAC,WAAW,CAAC,EAAE,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;;wCACrC;AAEhB;IAAC,WAAW,CAAC,EAAE,WAAW,EAAE,kCAAkC,EAAE,CAAC;IAChE,SAAS,EAAE;IACX,SAAS,EAAE;;wCACG;AAEf;IAAC,WAAW,CAAC,EAAE,WAAW,EAAE,4BAA4B,EAAE,CAAC;;0CACpC;AAEvB;IAAC,WAAW,CAAC,EAAE,WAAW,EAAE,yBAAyB,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;;iDAC/C;AAE1B;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,wCAAwC,EAAE,CAAC;IAC9E,SAAS,EAAE;IACX,SAAS,EAAE;;2CACO;AAEnB;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,oBAAoB,EAAE,CAAC;IAC1D,QAAQ,EAAE;IACV,UAAU,EAAE;;yCACU","sourcesContent":["import { IsBoolean, IsNumber, IsOptional } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { TaxType, TaxState, TaxCredit } from '../../../Enum/Tax';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class CreateTax {\n @ApiProperty({ description: 'Montant de l\\'impôt' })\n amount: number;\n\n @ApiProperty({ description: 'Date de l\\'impôt' })\n dateIs: string;\n\n @ApiProperty({ description: 'Type d\\'impôt', enum: TaxType })\n type: TaxType;\n\n @ApiProperty({ description: 'État', enum: TaxState })\n state: TaxState;\n\n @ApiProperty({ description: 'Défini l\\'acompte comme un solde' })\n @IsBoolean()\n @ToBoolean()\n solde: boolean;\n\n @ApiProperty({ description: 'Montant du crédit d\\'impôt' })\n balance: number | null;\n\n @ApiProperty({ description: 'État du crédit d\\'impôt', enum: TaxCredit })\n creditRefunded: TaxCredit;\n\n @ApiPropertyOptional({ description: 'Défini l\\'acompte en tant qu\\'orphelin' })\n @IsBoolean()\n @ToBoolean()\n isOrphan?: boolean;\n\n @ApiPropertyOptional({ description: 'Acceptance id mail' })\n @IsNumber()\n @IsOptional()\n idMail?: number | null;\n}"]}
@@ -1,3 +1,4 @@
1
+ import { BasePaginate, IExercice, ISociety } from '../../..';
1
2
  import { ICustomerIsRegime } from '../../models/ICustomerIsRegime';
2
3
  export interface ReadAmountBase {
3
4
  amount: number;
@@ -30,5 +31,10 @@ export type ReadVatAmount = {
30
31
  isBalanced: boolean;
31
32
  details: ReadVatAmountDetail[];
32
33
  };
34
+ export type ReadCompanyTaxWallet = BasePaginate<IExercice & {
35
+ society: ISociety;
36
+ taxes: ReadTaxAndData[];
37
+ amountBase: ReadAmountBase;
38
+ }>;
33
39
  export {};
34
40
  //# sourceMappingURL=ReadTax.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ReadTax.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/tax/ReadTax.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAEnE,MAAM,WAAW,cAAc;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,OAAO,CAAC;CAC1B;AAED,UAAU,GAAI,SAAQ,OAAO;IAC3B,GAAG,EAAE,iBAAiB,GAAG,IAAI,CAAC;CAC/B;AAED,MAAM,MAAM,OAAO,GAAG,cAAc,GAAG;IACrC,UAAU,EAAE,cAAc,GAAG,IAAI,CAAC;CACnC,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,GAAG,cAAc,CAAC;AAE7E,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,MAAM,EAAE,iBAAiB,EAAE,CAAA;CAC5B;AAED,MAAM,WAAW,OAAO;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,MAAM,mBAAmB,GAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;CAAE,CAAC;AAEtF,MAAM,MAAM,aAAa,GAAG;IAC1B,UAAU,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,mBAAmB,EAAE,CAAC;CAChC,CAAC"}
1
+ {"version":3,"file":"ReadTax.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/tax/ReadTax.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAC7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAEnE,MAAM,WAAW,cAAc;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,OAAO,CAAC;CAC1B;AAED,UAAU,GAAI,SAAQ,OAAO;IAC3B,GAAG,EAAE,iBAAiB,GAAG,IAAI,CAAC;CAC/B;AAED,MAAM,MAAM,OAAO,GAAG,cAAc,GAAG;IACrC,UAAU,EAAE,cAAc,GAAG,IAAI,CAAC;CACnC,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,GAAG,cAAc,CAAC;AAE7E,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,MAAM,EAAE,iBAAiB,EAAE,CAAA;CAC5B;AAED,MAAM,WAAW,OAAO;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,MAAM,mBAAmB,GAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;CAAE,CAAC;AAEtF,MAAM,MAAM,aAAa,GAAG;IAC1B,UAAU,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,mBAAmB,EAAE,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,SAAS,GAAG;IAC1D,OAAO,EAAE,QAAQ,CAAC;IAClB,KAAK,EAAE,cAAc,EAAE,CAAC;IACxB,UAAU,EAAE,cAAc,CAAC;CAC5B,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ReadTax.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/tax/ReadTax.ts"],"names":[],"mappings":"","sourcesContent":["import { ICustomerIsRegime } from '../../models/ICustomerIsRegime';\n\nexport interface ReadAmountBase {\n amount: number;\n isFirstExercice: boolean;\n}\n\ninterface Tax extends TaxDate {\n tax: ICustomerIsRegime | null;\n}\n\nexport type ReadTax = ReadTaxAndData & {\n amountBase: ReadAmountBase | null;\n};\n\nexport type TaxAndDataWithExercise = { idExercice: number } & ReadTaxAndData;\n\nexport interface ReadTaxAndData {\n taxes: Tax[],\n others: ICustomerIsRegime[]\n}\n\nexport interface TaxDate {\n date: string;\n required: boolean;\n isBalance: boolean;\n}\n\nexport type ReadVatAmountDetail = { idVat: number; real: number; collected: number; };\n\nexport type ReadVatAmount = {\n isBalanced: boolean;\n details: ReadVatAmountDetail[];\n};"]}
1
+ {"version":3,"file":"ReadTax.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/tax/ReadTax.ts"],"names":[],"mappings":"","sourcesContent":["import { BasePaginate, IExercice, ISociety } from '../../..';\nimport { ICustomerIsRegime } from '../../models/ICustomerIsRegime';\n\nexport interface ReadAmountBase {\n amount: number;\n isFirstExercice: boolean;\n}\n\ninterface Tax extends TaxDate {\n tax: ICustomerIsRegime | null;\n}\n\nexport type ReadTax = ReadTaxAndData & {\n amountBase: ReadAmountBase | null;\n};\n\nexport type TaxAndDataWithExercise = { idExercice: number } & ReadTaxAndData;\n\nexport interface ReadTaxAndData {\n taxes: Tax[],\n others: ICustomerIsRegime[]\n}\n\nexport interface TaxDate {\n date: string;\n required: boolean;\n isBalance: boolean;\n}\n\nexport type ReadVatAmountDetail = { idVat: number; real: number; collected: number; };\n\nexport type ReadVatAmount = {\n isBalanced: boolean;\n details: ReadVatAmountDetail[];\n};\n\nexport type ReadCompanyTaxWallet = BasePaginate<IExercice & {\n society: ISociety;\n taxes: ReadTaxAndData[];\n amountBase: ReadAmountBase;\n}>;"]}
@@ -35,4 +35,10 @@ export declare class QueryTaxDeadlineStatistics {
35
35
  search?: string;
36
36
  additionalMonths?: string;
37
37
  }
38
+ export declare class QueryCompanyTaxesByCollaborater {
39
+ idUser: number;
40
+ startDate: string;
41
+ endDate: string;
42
+ search?: string;
43
+ }
38
44
  //# sourceMappingURL=QueryTaxDeadline.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"QueryTaxDeadline.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,SAAS,EAAE,UAAU,EAAE,mBAAmB,EAC3C,MAAM,UAAU,CAAC;AAClB,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D,qBAAa,gBAAgB;IAE3B,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAG1B,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,WAAW,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAGtC,YAAY,CAAC,EAAE,UAAU,GAAG,UAAU,EAAE,CAAC;IAGzC,WAAW,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAGtC,mBAAmB,CAAC,EAAE,iBAAiB,GAAG,iBAAiB,EAAE,CAAC;IAG9D,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAGhC,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAGzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAG1B,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,kBAAkB,CAAC,EAAE,WAAW,CAAC;IAGjC,mBAAmB,CAAC,EAAE,mBAAmB,EAAE,CAAC;IAK5C,WAAW,CAAC,EAAE,UAAU,CAAC;IAQzB,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CACjC;AAED,qBAAa,0BAA0B;IAErC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAG1B,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,WAAW,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAGtC,YAAY,CAAC,EAAE,UAAU,GAAG,UAAU,EAAE,CAAC;IAGzC,WAAW,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAGtC,mBAAmB,CAAC,EAAE,iBAAiB,GAAG,iBAAiB,EAAE,CAAC;IAG9D,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAGzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B"}
1
+ {"version":3,"file":"QueryTaxDeadline.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts"],"names":[],"mappings":"AAIA,OAAO,EACL,SAAS,EAAE,UAAU,EAAE,mBAAmB,EAC3C,MAAM,UAAU,CAAC;AAClB,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D,qBAAa,gBAAgB;IAE3B,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAG1B,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,WAAW,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAGtC,YAAY,CAAC,EAAE,UAAU,GAAG,UAAU,EAAE,CAAC;IAGzC,WAAW,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAGtC,mBAAmB,CAAC,EAAE,iBAAiB,GAAG,iBAAiB,EAAE,CAAC;IAG9D,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAGhC,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAGzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAG1B,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,kBAAkB,CAAC,EAAE,WAAW,CAAC;IAGjC,mBAAmB,CAAC,EAAE,mBAAmB,EAAE,CAAC;IAK5C,WAAW,CAAC,EAAE,UAAU,CAAC;IAQzB,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CACjC;AAED,qBAAa,0BAA0B;IAErC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAG1B,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,WAAW,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAGtC,YAAY,CAAC,EAAE,UAAU,GAAG,UAAU,EAAE,CAAC;IAGzC,WAAW,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAGtC,mBAAmB,CAAC,EAAE,iBAAiB,GAAG,iBAAiB,EAAE,CAAC;IAG9D,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAGzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,qBAAa,+BAA+B;IAG1C,MAAM,EAAE,MAAM,CAAC;IAIf,SAAS,EAAE,MAAM,CAAC;IAIlB,OAAO,EAAE,MAAM,CAAC;IAKhB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  var __metadata = (this && this.__metadata) || function (k, v) {
8
8
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
9
  };
10
- import { IsOptional, IsEnum, IsArray, IsString } from 'class-validator';
10
+ import { IsOptional, IsEnum, IsNumber, IsDateString, IsString, IsArray, } from 'class-validator';
11
11
  import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
12
12
  import { VatRegime, ToDoOrDone, BankCollectingState, } from '../../..';
13
13
  import { ComptaType } from '../../../Enum/ComptaType';
@@ -137,4 +137,27 @@ __decorate([
137
137
  ApiPropertyOptional({ description: 'Récupérer les exercices qui ont une date de fin inférieure à X mois à partir d\'aujourd\'hui' }),
138
138
  __metadata("design:type", String)
139
139
  ], QueryTaxDeadlineStatistics.prototype, "additionalMonths", void 0);
140
+ export class QueryCompanyTaxesByCollaborater {
141
+ }
142
+ __decorate([
143
+ ApiProperty({ description: 'Id collaborater' }),
144
+ IsNumber(),
145
+ __metadata("design:type", Number)
146
+ ], QueryCompanyTaxesByCollaborater.prototype, "idUser", void 0);
147
+ __decorate([
148
+ ApiProperty(),
149
+ IsDateString(),
150
+ __metadata("design:type", String)
151
+ ], QueryCompanyTaxesByCollaborater.prototype, "startDate", void 0);
152
+ __decorate([
153
+ ApiProperty(),
154
+ IsDateString(),
155
+ __metadata("design:type", String)
156
+ ], QueryCompanyTaxesByCollaborater.prototype, "endDate", void 0);
157
+ __decorate([
158
+ ApiPropertyOptional({ description: 'Company key word' }),
159
+ IsString(),
160
+ IsOptional(),
161
+ __metadata("design:type", String)
162
+ ], QueryCompanyTaxesByCollaborater.prototype, "search", void 0);
140
163
  //# sourceMappingURL=QueryTaxDeadline.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"QueryTaxDeadline.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts"],"names":[],"mappings":"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","sourcesContent":["import { IsOptional, IsEnum, IsArray, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport {\n VatRegime, ToDoOrDone, BankCollectingState,\n} from '../../..';\nimport { ComptaType } from '../../../Enum/ComptaType';\nimport { TaxSystem } from '../../../Enum/TaxSystem';\nimport { Supervision } from '../../../Enum/Supervision';\nimport { BalanceSheetState } from '../../../Enum/BalanceSheet';\n\nexport class QueryTaxDeadline {\n @ApiProperty({ description: 'Identifiant du collaborateur' })\n idUser: number | number[];\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel minimum' })\n minimalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel maximum' })\n maximalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Régime de TVA', enum: VatRegime })\n idVatRegime?: VatRegime | VatRegime[];\n\n @ApiPropertyOptional({ description: 'Type de comptabilité', enum: ComptaType })\n idComptaType?: ComptaType | ComptaType[];\n\n @ApiPropertyOptional({ description: 'Type de fiscalité', enum: TaxSystem })\n idTaxSystem?: TaxSystem | TaxSystem[];\n\n @ApiPropertyOptional({ description: 'État du bilan', enum: BalanceSheetState })\n idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];\n\n @ApiPropertyOptional({ description: 'Date de clôture (format MM)' })\n closingDate?: string | string[];\n\n @ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' })\n year?: string | string[];\n\n @ApiPropertyOptional({ description: 'Recherche par nom, code dia, id' })\n search?: string;\n\n @ApiPropertyOptional({ description: 'Récupérer les exercices qui ont une date de fin inférieure à X mois à partir d\\'aujourd\\'hui' })\n additionalMonths?: number;\n\n @ApiPropertyOptional({ description: 'Date de clôture supérieure ou égale à (format YYYY-MM-DD)' })\n minimalEndDate?: string;\n\n @ApiPropertyOptional({ description: 'Date de clôture inférieure ou égale à (format YYYY-MM-DD)' })\n maximalEndDate?: string;\n\n @ApiPropertyOptional({ description: 'État de la supervision', enum: Supervision })\n idSupervisionState?: Supervision;\n\n @ApiPropertyOptional({ description: 'État de l encaissement', enum: BankCollectingState })\n bankCollectingState?: BankCollectingState[];\n\n @ApiPropertyOptional({ description: 'Statuts de l\\'IS/IR' })\n @IsOptional()\n @IsEnum(ToDoOrDone)\n idTaxStatus?: ToDoOrDone;\n\n @ApiPropertyOptional({ description: 'Forme juridique' })\n @IsOptional()\n @IsArray()\n @IsString({\n each: true,\n })\n idLegalForm?: string | string[];\n}\n\nexport class QueryTaxDeadlineStatistics {\n @ApiProperty({ description: 'Identifiant du collaborateur' })\n idUser: number | number[];\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel minimum' })\n minimalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel maximum' })\n maximalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Régime de TVA', enum: VatRegime })\n idVatRegime?: VatRegime | VatRegime[];\n\n @ApiPropertyOptional({ description: 'Type de comptabilité', enum: ComptaType })\n idComptaType?: ComptaType | ComptaType[];\n\n @ApiPropertyOptional({ description: 'Type de fiscalité', enum: TaxSystem })\n idTaxSystem?: TaxSystem | TaxSystem[];\n\n @ApiPropertyOptional({ description: 'État du bilan', enum: BalanceSheetState })\n idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];\n\n @ApiPropertyOptional({ description: 'Date de clôture (format MM-DD)' })\n closingDate?: string;\n\n @ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' })\n year?: string | string[];\n\n @ApiPropertyOptional({ description: 'Recherche par nom, code dia, id' })\n search?: string;\n\n @ApiPropertyOptional({ description: 'Récupérer les exercices qui ont une date de fin inférieure à X mois à partir d\\'aujourd\\'hui' })\n additionalMonths?: string;\n}"]}
1
+ {"version":3,"file":"QueryTaxDeadline.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,YAAY,EAAE,QAAQ,EAAE,OAAO,GAC9D,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EACL,SAAS,EAAE,UAAU,EAAE,mBAAmB,GAC3C,MAAM,UAAU,CAAC;AAClB,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D,MAAM,OAAO,gBAAgB;CA0D5B;AAzDC;IAAC,WAAW,CAAC,EAAE,WAAW,EAAE,8BAA8B,EAAE,CAAC;;gDACnC;AAE1B;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,0CAA0C,EAAE,CAAC;;yDACxD;AAEzB;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,0CAA0C,EAAE,CAAC;;yDACxD;AAEzB;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,eAAe,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;;qDACjC;AAEtC;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,sBAAsB,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC;;sDACtC;AAEzC;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,mBAAmB,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;;qDACrC;AAEtC;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,eAAe,EAAE,IAAI,EAAE,iBAAiB,EAAE,CAAC;;6DACjB;AAE9D;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,6BAA6B,EAAE,CAAC;;qDACpC;AAEhC;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,gCAAgC,EAAE,CAAC;;8CAC9C;AAEzB;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,iCAAiC,EAAE,CAAC;;gDACxD;AAEhB;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,8FAA8F,EAAE,CAAC;;0DAC3G;AAE1B;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,2DAA2D,EAAE,CAAC;;wDAC1E;AAExB;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,2DAA2D,EAAE,CAAC;;wDAC1E;AAExB;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,wBAAwB,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC;;4DACjD;AAEjC;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,wBAAwB,EAAE,IAAI,EAAE,mBAAmB,EAAE,CAAC;;6DAC9C;AAE5C;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,qBAAqB,EAAE,CAAC;IAC3D,UAAU,EAAE;IACZ,MAAM,CAAC,UAAU,CAAC;;qDACM;AAEzB;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,iBAAiB,EAAE,CAAC;IACvD,UAAU,EAAE;IACZ,OAAO,EAAE;IACT,QAAQ,CAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;;qDAC8B;AAGlC,MAAM,OAAO,0BAA0B;CAiCtC;AAhCC;IAAC,WAAW,CAAC,EAAE,WAAW,EAAE,8BAA8B,EAAE,CAAC;;0DACnC;AAE1B;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,0CAA0C,EAAE,CAAC;;mEACxD;AAEzB;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,0CAA0C,EAAE,CAAC;;mEACxD;AAEzB;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,eAAe,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;;+DACjC;AAEtC;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,sBAAsB,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC;;gEACtC;AAEzC;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,mBAAmB,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;;+DACrC;AAEtC;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,eAAe,EAAE,IAAI,EAAE,iBAAiB,EAAE,CAAC;;uEACjB;AAE9D;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,gCAAgC,EAAE,CAAC;;+DAClD;AAErB;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,gCAAgC,EAAE,CAAC;;wDAC9C;AAEzB;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,iCAAiC,EAAE,CAAC;;0DACxD;AAEhB;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,8FAA8F,EAAE,CAAC;;oEAC3G;AAG5B,MAAM,OAAO,+BAA+B;CAiB3C;AAhBC;IAAC,WAAW,CAAC,EAAE,WAAW,EAAE,iBAAiB,EAAE,CAAC;IAC/C,QAAQ,EAAE;;+DACI;AAEf;IAAC,WAAW,EAAE;IACb,YAAY,EAAE;;kEACG;AAElB;IAAC,WAAW,EAAE;IACb,YAAY,EAAE;;gEACC;AAEhB;IAAC,mBAAmB,CAAC,EAAE,WAAW,EAAE,kBAAkB,EAAE,CAAC;IACxD,QAAQ,EAAE;IACV,UAAU,EAAE;;+DACG","sourcesContent":["import {\n IsOptional, IsEnum, IsNumber, IsDateString, IsString, IsArray,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport {\n VatRegime, ToDoOrDone, BankCollectingState,\n} from '../../..';\nimport { ComptaType } from '../../../Enum/ComptaType';\nimport { TaxSystem } from '../../../Enum/TaxSystem';\nimport { Supervision } from '../../../Enum/Supervision';\nimport { BalanceSheetState } from '../../../Enum/BalanceSheet';\n\nexport class QueryTaxDeadline {\n @ApiProperty({ description: 'Identifiant du collaborateur' })\n idUser: number | number[];\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel minimum' })\n minimalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel maximum' })\n maximalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Régime de TVA', enum: VatRegime })\n idVatRegime?: VatRegime | VatRegime[];\n\n @ApiPropertyOptional({ description: 'Type de comptabilité', enum: ComptaType })\n idComptaType?: ComptaType | ComptaType[];\n\n @ApiPropertyOptional({ description: 'Type de fiscalité', enum: TaxSystem })\n idTaxSystem?: TaxSystem | TaxSystem[];\n\n @ApiPropertyOptional({ description: 'État du bilan', enum: BalanceSheetState })\n idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];\n\n @ApiPropertyOptional({ description: 'Date de clôture (format MM)' })\n closingDate?: string | string[];\n\n @ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' })\n year?: string | string[];\n\n @ApiPropertyOptional({ description: 'Recherche par nom, code dia, id' })\n search?: string;\n\n @ApiPropertyOptional({ description: 'Récupérer les exercices qui ont une date de fin inférieure à X mois à partir d\\'aujourd\\'hui' })\n additionalMonths?: number;\n\n @ApiPropertyOptional({ description: 'Date de clôture supérieure ou égale à (format YYYY-MM-DD)' })\n minimalEndDate?: string;\n\n @ApiPropertyOptional({ description: 'Date de clôture inférieure ou égale à (format YYYY-MM-DD)' })\n maximalEndDate?: string;\n\n @ApiPropertyOptional({ description: 'État de la supervision', enum: Supervision })\n idSupervisionState?: Supervision;\n\n @ApiPropertyOptional({ description: 'État de l encaissement', enum: BankCollectingState })\n bankCollectingState?: BankCollectingState[];\n\n @ApiPropertyOptional({ description: 'Statuts de l\\'IS/IR' })\n @IsOptional()\n @IsEnum(ToDoOrDone)\n idTaxStatus?: ToDoOrDone;\n\n @ApiPropertyOptional({ description: 'Forme juridique' })\n @IsOptional()\n @IsArray()\n @IsString({\n each: true,\n })\n idLegalForm?: string | string[];\n}\n\nexport class QueryTaxDeadlineStatistics {\n @ApiProperty({ description: 'Identifiant du collaborateur' })\n idUser: number | number[];\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel minimum' })\n minimalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel maximum' })\n maximalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Régime de TVA', enum: VatRegime })\n idVatRegime?: VatRegime | VatRegime[];\n\n @ApiPropertyOptional({ description: 'Type de comptabilité', enum: ComptaType })\n idComptaType?: ComptaType | ComptaType[];\n\n @ApiPropertyOptional({ description: 'Type de fiscalité', enum: TaxSystem })\n idTaxSystem?: TaxSystem | TaxSystem[];\n\n @ApiPropertyOptional({ description: 'État du bilan', enum: BalanceSheetState })\n idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];\n\n @ApiPropertyOptional({ description: 'Date de clôture (format MM-DD)' })\n closingDate?: string;\n\n @ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' })\n year?: string | string[];\n\n @ApiPropertyOptional({ description: 'Recherche par nom, code dia, id' })\n search?: string;\n\n @ApiPropertyOptional({ description: 'Récupérer les exercices qui ont une date de fin inférieure à X mois à partir d\\'aujourd\\'hui' })\n additionalMonths?: string;\n}\n\nexport class QueryCompanyTaxesByCollaborater {\n @ApiProperty({ description: 'Id collaborater' })\n @IsNumber()\n idUser: number;\n\n @ApiProperty()\n @IsDateString()\n startDate: string;\n\n @ApiProperty()\n @IsDateString()\n endDate: string;\n\n @ApiPropertyOptional({ description: 'Company key word' })\n @IsString()\n @IsOptional()\n search?: string;\n}"]}
@@ -0,0 +1,18 @@
1
+ import { IUser } from '../..';
2
+ import { IBalanceSheet } from './IBalanceSheet';
3
+ import { ICustomerIsRegime } from './ICustomerIsRegime';
4
+ export interface IAccountingStatementHistory {
5
+ id?: number;
6
+ idState: number;
7
+ idUser: number | null;
8
+ idBalanceSheet: number | null;
9
+ idCustomerIsRegime: number | null;
10
+ createdAt?: Date | null;
11
+ updatedAt?: Date | null;
12
+ balanceSheet?: IBalanceSheet | null;
13
+ balanceSheetLiquidation?: IBalanceSheet | null;
14
+ balanceSheetPartial?: IBalanceSheet | null;
15
+ customerIsRegime?: ICustomerIsRegime | null;
16
+ user?: IUser | null;
17
+ }
18
+ //# sourceMappingURL=IAccountingStatementHistory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IAccountingStatementHistory.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingStatementHistory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,OAAO,CAAC;AAC9B,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,MAAM,WAAW,2BAA2B;IAC1C,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,YAAY,CAAC,EAAE,aAAa,GAAG,IAAI,CAAC;IACpC,uBAAuB,CAAC,EAAE,aAAa,GAAG,IAAI,CAAC;IAC/C,mBAAmB,CAAC,EAAE,aAAa,GAAG,IAAI,CAAC;IAC3C,gBAAgB,CAAC,EAAE,iBAAiB,GAAG,IAAI,CAAC;IAC5C,IAAI,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;CACrB"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IAccountingStatementHistory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IAccountingStatementHistory.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingStatementHistory.ts"],"names":[],"mappings":"","sourcesContent":["import { IUser } from '../..';\nimport { IBalanceSheet } from './IBalanceSheet';\nimport { ICustomerIsRegime } from './ICustomerIsRegime';\n\nexport interface IAccountingStatementHistory {\n id?: number;\n idState: number;\n idUser: number | null;\n idBalanceSheet: number | null;\n idCustomerIsRegime: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n balanceSheet?: IBalanceSheet | null;\n balanceSheetLiquidation?: IBalanceSheet | null;\n balanceSheetPartial?: IBalanceSheet | null;\n customerIsRegime?: ICustomerIsRegime | null;\n user?: IUser | null;\n}\n"]}
@@ -0,0 +1,13 @@
1
+ import { ICustomerIsRegime } from './ICustomerIsRegime';
2
+ export interface ICustomerAcceptance {
3
+ id?: number;
4
+ state: number;
5
+ comment: string | null;
6
+ idCustomerIsRegime?: number | null;
7
+ idCustomerVat?: number | null;
8
+ idBalanceSheet?: number | null;
9
+ createdAt?: Date | null;
10
+ updatedAt?: Date | null;
11
+ customerIsRegime?: ICustomerIsRegime | null;
12
+ }
13
+ //# sourceMappingURL=ICustomerAcceptance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ICustomerAcceptance.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ICustomerAcceptance.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,MAAM,WAAW,mBAAmB;IAClC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAExB,gBAAgB,CAAC,EAAE,iBAAiB,GAAG,IAAI,CAAC;CAC7C"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ICustomerAcceptance.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ICustomerAcceptance.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ICustomerAcceptance.ts"],"names":[],"mappings":"","sourcesContent":["import { ICustomerIsRegime } from './ICustomerIsRegime';\n\nexport interface ICustomerAcceptance {\n id?: number;\n state: number;\n comment: string | null;\n idCustomerIsRegime?: number | null;\n idCustomerVat?: number | null;\n idBalanceSheet?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n customerIsRegime?: ICustomerIsRegime | null;\n}"]}
@@ -1,5 +1,5 @@
1
1
  import { IExercice } from './IExercice';
2
- import { TaxState, TaxType } from '../..';
2
+ import { IAccountingStatementHistory, IMail, IRegistration, TaxState, TaxType } from '../..';
3
3
  export interface ICustomerIsRegime {
4
4
  id?: number;
5
5
  amount: number;
@@ -11,9 +11,14 @@ export interface ICustomerIsRegime {
11
11
  solde: number;
12
12
  idExercice: number;
13
13
  dateIs: Date | null;
14
+ token?: string | null;
14
15
  isOrphan: boolean;
16
+ idMail?: number | null;
15
17
  createdAt?: Date | null;
16
18
  updatedAt?: Date | null;
17
19
  exercice?: IExercice;
20
+ mail?: IMail | null;
21
+ registrations?: IRegistration[];
22
+ accountingStatementHistory?: IAccountingStatementHistory[];
18
23
  }
19
24
  //# sourceMappingURL=ICustomerIsRegime.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ICustomerIsRegime.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ICustomerIsRegime.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAG1C,MAAM,WAAW,iBAAiB;IAChC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,QAAQ,CAAC;IAChB,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,IAAI,GAAG,IAAI,CAAC;IACpB,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB"}
1
+ {"version":3,"file":"ICustomerIsRegime.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ICustomerIsRegime.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EACL,2BAA2B,EAAE,KAAK,EAAE,aAAa,EAAE,QAAQ,EAAE,OAAO,EACrE,MAAM,OAAO,CAAC;AAGf,MAAM,WAAW,iBAAiB;IAChC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,QAAQ,CAAC;IAChB,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,IAAI,GAAG,IAAI,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,IAAI,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IACpB,aAAa,CAAC,EAAE,aAAa,EAAE,CAAC;IAChC,0BAA0B,CAAC,EAAE,2BAA2B,EAAE,CAAC;CAC5D"}
@@ -1 +1 @@
1
- {"version":3,"file":"ICustomerIsRegime.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ICustomerIsRegime.ts"],"names":[],"mappings":"","sourcesContent":["import { IExercice } from './IExercice';\nimport { TaxState, TaxType } from '../..';\n\n// customersIsRegimes\nexport interface ICustomerIsRegime {\n id?: number;\n amount: number;\n stateAmount?: number; // Encore utilisé ?\n state: TaxState;\n type: TaxType;\n balance: number | null;\n creditRefunded: number;\n solde: number;\n idExercice: number;\n dateIs: Date | null;\n isOrphan: boolean;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n exercice?: IExercice;\n}\n"]}
1
+ {"version":3,"file":"ICustomerIsRegime.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ICustomerIsRegime.ts"],"names":[],"mappings":"","sourcesContent":["import { IExercice } from './IExercice';\nimport {\n IAccountingStatementHistory, IMail, IRegistration, TaxState, TaxType,\n} from '../..';\n\n// customersIsRegimes\nexport interface ICustomerIsRegime {\n id?: number;\n amount: number;\n stateAmount?: number; // Encore utilisé ?\n state: TaxState;\n type: TaxType;\n balance: number | null;\n creditRefunded: number;\n solde: number;\n idExercice: number;\n dateIs: Date | null;\n token?: string | null;\n isOrphan: boolean;\n idMail?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n exercice?: IExercice;\n mail?: IMail | null;\n registrations?: IRegistration[];\n accountingStatementHistory?: IAccountingStatementHistory[];\n}\n"]}
@@ -32,6 +32,7 @@ export interface IExercice {
32
32
  annualFolderEdition: boolean;
33
33
  turnoverDone: number;
34
34
  turnoverMax?: number;
35
+ benefit: number | null;
35
36
  processClossingExercice: boolean;
36
37
  idFilePaymentSchedule?: number | null;
37
38
  isDefault: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"IExercice.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IExercice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGpD,MAAM,WAAW,SAAS;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IACvB,OAAO,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,MAAM,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,OAAO,CAAC;IACf,SAAS,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,YAAY,EAAE,OAAO,CAAC;IACtB,WAAW,EAAE,OAAO,CAAC;IACrB,WAAW,EAAE,OAAO,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,mBAAmB,EAAE,OAAO,CAAC;IAC7B,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,uBAAuB,EAAE,OAAO,CAAC;IACjC,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,UAAU,CAAC,EAAE,UAAU,EAAE,CAAC;IAC1B,oBAAoB,CAAC,EAAE,YAAY,EAAE,CAAC;IACtC,0BAA0B,CAAC,EAAE,iBAAiB,EAAE,CAAC;IACjD,oBAAoB,CAAC,EAAE,aAAa,CAAC;IACrC,0BAA0B,CAAC,EAAE,kBAAkB,CAAC;IAChD,iBAAiB,CAAC,EAAE,gBAAgB,CAAC;IACrC,WAAW,CAAC,EAAE,WAAW,EAAE,CAAC;IAC5B,sBAAsB,CAAC,EAAE,mBAAmB,EAAE,CAAC;IAC/C,IAAI,CAAC,EAAE,KAAK,CAAC;IACb,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,cAAc,CAAC,EAAE,eAAe,CAAC;CAClC"}
1
+ {"version":3,"file":"IExercice.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IExercice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGpD,MAAM,WAAW,SAAS;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IACvB,OAAO,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,MAAM,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,OAAO,CAAC;IACf,SAAS,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,YAAY,EAAE,OAAO,CAAC;IACtB,WAAW,EAAE,OAAO,CAAC;IACrB,WAAW,EAAE,OAAO,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,mBAAmB,EAAE,OAAO,CAAC;IAC7B,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,uBAAuB,EAAE,OAAO,CAAC;IACjC,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,UAAU,CAAC,EAAE,UAAU,EAAE,CAAC;IAC1B,oBAAoB,CAAC,EAAE,YAAY,EAAE,CAAC;IACtC,0BAA0B,CAAC,EAAE,iBAAiB,EAAE,CAAC;IACjD,oBAAoB,CAAC,EAAE,aAAa,CAAC;IACrC,0BAA0B,CAAC,EAAE,kBAAkB,CAAC;IAChD,iBAAiB,CAAC,EAAE,gBAAgB,CAAC;IACrC,WAAW,CAAC,EAAE,WAAW,EAAE,CAAC;IAC5B,sBAAsB,CAAC,EAAE,mBAAmB,EAAE,CAAC;IAC/C,IAAI,CAAC,EAAE,KAAK,CAAC;IACb,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,cAAc,CAAC,EAAE,eAAe,CAAC;CAClC"}
@@ -1 +1 @@
1
- {"version":3,"file":"IExercice.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IExercice.ts"],"names":[],"mappings":"","sourcesContent":["import { ISupervision } from './ISupervision';\nimport { IChecklist } from './IChecklist';\nimport { ICustomerTva } from './ICustomerTva';\nimport { ICustomerIsRegime } from './ICustomerIsRegime';\nimport { IBalanceSheet } from './IBalanceSheet';\nimport { IAdditionalBalance } from './IAdditionalBalance';\nimport { ISocietyApproval } from './ISocietyApproval';\nimport { IPrestation } from './IPrestation';\nimport { IExercicePrestation } from './IExercicePrestation';\nimport { IFile } from './IFile';\nimport { ISociety } from './ISociety';\nimport { IExerciceDetail } from './IExerciceDetail';\n\n// exercices\nexport interface IExercice {\n id?: number;\n startDate: Date | null;\n endDate: Date | null;\n turnover?: number | null;\n invoicePurchase?: number | null;\n invoiceSales?: number | null;\n isBack: boolean;\n close: boolean;\n allAnnote: boolean;\n current: boolean;\n deliveryDate?: Date | null;\n employeesNumber?: number | null;\n rentsNumber?: number | null;\n withApproval: boolean;\n reviewGuide: boolean;\n summaryNote: boolean;\n labKeeping: number;\n receiptJeDeclare: boolean;\n annualFolderEdition: boolean;\n turnoverDone: number;\n turnoverMax?: number;\n processClossingExercice: boolean;\n idFilePaymentSchedule?: number | null;\n isDefault: boolean;\n idSociety?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n notes?: string;\n\n // Associations\n supervision?: ISupervision;\n checklists?: IChecklist[];\n exerciceCustomerTvas?: ICustomerTva[];\n exerciceCustomersIsRegimes?: ICustomerIsRegime[];\n exerciceBalanceSheet?: IBalanceSheet;\n exerciceAdditionnalBalance?: IAdditionalBalance;\n exerciceApprovals?: ISocietyApproval;\n prestations?: IPrestation[];\n exercicesToPrestations?: IExercicePrestation[];\n file?: IFile;\n society?: ISociety;\n exerciceDetail?: IExerciceDetail;\n}\n"]}
1
+ {"version":3,"file":"IExercice.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IExercice.ts"],"names":[],"mappings":"","sourcesContent":["import { ISupervision } from './ISupervision';\nimport { IChecklist } from './IChecklist';\nimport { ICustomerTva } from './ICustomerTva';\nimport { ICustomerIsRegime } from './ICustomerIsRegime';\nimport { IBalanceSheet } from './IBalanceSheet';\nimport { IAdditionalBalance } from './IAdditionalBalance';\nimport { ISocietyApproval } from './ISocietyApproval';\nimport { IPrestation } from './IPrestation';\nimport { IExercicePrestation } from './IExercicePrestation';\nimport { IFile } from './IFile';\nimport { ISociety } from './ISociety';\nimport { IExerciceDetail } from './IExerciceDetail';\n\n// exercices\nexport interface IExercice {\n id?: number;\n startDate: Date | null;\n endDate: Date | null;\n turnover?: number | null;\n invoicePurchase?: number | null;\n invoiceSales?: number | null;\n isBack: boolean;\n close: boolean;\n allAnnote: boolean;\n current: boolean;\n deliveryDate?: Date | null;\n employeesNumber?: number | null;\n rentsNumber?: number | null;\n withApproval: boolean;\n reviewGuide: boolean;\n summaryNote: boolean;\n labKeeping: number;\n receiptJeDeclare: boolean;\n annualFolderEdition: boolean;\n turnoverDone: number;\n turnoverMax?: number;\n benefit: number | null;\n processClossingExercice: boolean;\n idFilePaymentSchedule?: number | null;\n isDefault: boolean;\n idSociety?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n notes?: string;\n\n // Associations\n supervision?: ISupervision;\n checklists?: IChecklist[];\n exerciceCustomerTvas?: ICustomerTva[];\n exerciceCustomersIsRegimes?: ICustomerIsRegime[];\n exerciceBalanceSheet?: IBalanceSheet;\n exerciceAdditionnalBalance?: IAdditionalBalance;\n exerciceApprovals?: ISocietyApproval;\n prestations?: IPrestation[];\n exercicesToPrestations?: IExercicePrestation[];\n file?: IFile;\n society?: ISociety;\n exerciceDetail?: IExerciceDetail;\n}\n"]}
@@ -1,6 +1,7 @@
1
1
  import { IExercice } from './IExercice';
2
2
  import { ISociety } from './ISociety';
3
3
  import { IFile } from './IFile';
4
+ import { ICustomerIsRegime } from './ICustomerIsRegime';
4
5
  export interface IRegistration {
5
6
  id?: number;
6
7
  payload: any;
@@ -12,10 +13,12 @@ export interface IRegistration {
12
13
  idDeposit: string | null;
13
14
  idExercice: number;
14
15
  idFile?: number | null;
16
+ idCustomerIsRegime?: number | null;
15
17
  idSociety: number;
16
18
  updatedAt?: Date | null;
17
19
  createdAt?: Date | null;
18
20
  exercice?: IExercice;
21
+ customerIsRegime?: ICustomerIsRegime;
19
22
  society?: ISociety;
20
23
  file?: IFile;
21
24
  }
@@ -1 +1 @@
1
- {"version":3,"file":"IRegistration.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRegistration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC,MAAM,WAAW,aAAa;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,GAAG,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,QAAQ,EAAE,GAAG,GAAG,IAAI,CAAC;IACrB,MAAM,EAAE,IAAI,GAAG,IAAI,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC;CACd"}
1
+ {"version":3,"file":"IRegistration.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRegistration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,MAAM,WAAW,aAAa;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,GAAG,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,QAAQ,EAAE,GAAG,GAAG,IAAI,CAAC;IACrB,MAAM,EAAE,IAAI,GAAG,IAAI,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,gBAAgB,CAAC,EAAE,iBAAiB,CAAC;IACrC,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC;CACd"}
@@ -1 +1 @@
1
- {"version":3,"file":"IRegistration.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRegistration.ts"],"names":[],"mappings":"","sourcesContent":["import { IExercice } from './IExercice';\nimport { ISociety } from './ISociety';\nimport { IFile } from './IFile';\n\nexport interface IRegistration {\n id?: number;\n payload: any;\n amountToPay?: number | null;\n response: any | null;\n sendAt: Date | null;\n isComplete: boolean;\n idCerfaType: number;\n idDeposit: string | null;\n idExercice: number;\n idFile?: number | null;\n idSociety: number;\n updatedAt?: Date | null;\n createdAt?: Date | null;\n\n // Associations\n exercice?: IExercice;\n society?: ISociety;\n file?: IFile;\n}"]}
1
+ {"version":3,"file":"IRegistration.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRegistration.ts"],"names":[],"mappings":"","sourcesContent":["import { IExercice } from './IExercice';\nimport { ISociety } from './ISociety';\nimport { IFile } from './IFile';\nimport { ICustomerIsRegime } from './ICustomerIsRegime';\n\nexport interface IRegistration {\n id?: number;\n payload: any;\n amountToPay?: number | null;\n response: any | null;\n sendAt: Date | null;\n isComplete: boolean;\n idCerfaType: number;\n idDeposit: string | null;\n idExercice: number;\n idFile?: number | null;\n idCustomerIsRegime?: number | null;\n idSociety: number;\n updatedAt?: Date | null;\n createdAt?: Date | null;\n\n // Associations\n exercice?: IExercice;\n customerIsRegime?: ICustomerIsRegime;\n society?: ISociety;\n file?: IFile;\n}"]}
@@ -7,6 +7,7 @@ export interface ISocietyPartner {
7
7
  company?: string;
8
8
  siret?: string;
9
9
  fonction: string;
10
+ soldeInit: number;
10
11
  idAccount: number;
11
12
  idSociety: number;
12
13
  idPartnerType: PartnerType;
@@ -1 +1 @@
1
- {"version":3,"file":"ISocietyPartner.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISocietyPartner.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AAG9C,MAAM,WAAW,eAAe;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,WAAW,CAAA;IAC1B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,EAAE,QAAQ,CAAC;IAClB,OAAO,CAAC,EAAE,QAAQ,CAAA;CACnB"}
1
+ {"version":3,"file":"ISocietyPartner.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISocietyPartner.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AAG9C,MAAM,WAAW,eAAe;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,WAAW,CAAA;IAC1B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,EAAE,QAAQ,CAAC;IAClB,OAAO,CAAC,EAAE,QAAQ,CAAA;CACnB"}
@@ -1 +1 @@
1
- {"version":3,"file":"ISocietyPartner.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISocietyPartner.ts"],"names":[],"mappings":"","sourcesContent":["import { IAccount } from './IAccount';\nimport { ISociety, PartnerType } from '../..';\n\n// societyPartner\nexport interface ISocietyPartner {\n id?: number;\n firstname?: string;\n lastname?: string;\n company?: string;\n siret?: string;\n fonction: string;\n idAccount: number;\n idSociety: number;\n idPartnerType: PartnerType\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n account: IAccount;\n society?: ISociety\n}\n"]}
1
+ {"version":3,"file":"ISocietyPartner.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISocietyPartner.ts"],"names":[],"mappings":"","sourcesContent":["import { IAccount } from './IAccount';\nimport { ISociety, PartnerType } from '../..';\n\n// societyPartner\nexport interface ISocietyPartner {\n id?: number;\n firstname?: string;\n lastname?: string;\n company?: string;\n siret?: string;\n fonction: string;\n soldeInit: number;\n idAccount: number;\n idSociety: number;\n idPartnerType: PartnerType\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n account: IAccount;\n society?: ISociety\n}\n"]}
@@ -1,7 +1,9 @@
1
+ import { Rof } from '../../Enum/Aspone';
1
2
  import { ISociety } from './ISociety';
2
3
  export interface IVatDeclarationSocietyDetail {
3
4
  id?: number;
4
- rof: string | null;
5
+ companyTaxRof: Rof | null;
6
+ rof: Rof | null;
5
7
  ogaName: string | null;
6
8
  ogaId: string | null;
7
9
  ogaAddressNumero: string | null;
@@ -1 +1 @@
1
- {"version":3,"file":"IVatDeclarationSocietyDetail.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IVatDeclarationSocietyDetail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,MAAM,WAAW,4BAA4B;IAC3C,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,EAAE,QAAQ,CAAC;CACnB"}
1
+ {"version":3,"file":"IVatDeclarationSocietyDetail.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IVatDeclarationSocietyDetail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,MAAM,WAAW,4BAA4B;IAC3C,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,aAAa,EAAE,GAAG,GAAG,IAAI,CAAC;IAC1B,GAAG,EAAE,GAAG,GAAG,IAAI,CAAC;IAChB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,EAAE,QAAQ,CAAC;CACnB"}
@@ -1 +1 @@
1
- {"version":3,"file":"IVatDeclarationSocietyDetail.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IVatDeclarationSocietyDetail.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from './ISociety';\n\n// vatDeclarationSocietyDetail\nexport interface IVatDeclarationSocietyDetail {\n id?: number;\n rof: string | null;\n ogaName: string | null;\n ogaId: string | null;\n ogaAddressNumero: string | null;\n ogaAddressType: string | null;\n ogaAddressVoie: string | null;\n ogaAddressZipCode: string | null;\n ogaAddressCity: string | null;\n ogaReference: string | null;\n iban: string | null;\n bic: string | null;\n idSociety: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n society: ISociety;\n}\n"]}
1
+ {"version":3,"file":"IVatDeclarationSocietyDetail.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IVatDeclarationSocietyDetail.ts"],"names":[],"mappings":"","sourcesContent":["import { Rof } from '../../Enum/Aspone';\nimport { ISociety } from './ISociety';\n\n// vatDeclarationSocietyDetail\nexport interface IVatDeclarationSocietyDetail {\n id?: number;\n companyTaxRof: Rof | null;\n rof: Rof | null;\n ogaName: string | null;\n ogaId: string | null;\n ogaAddressNumero: string | null;\n ogaAddressType: string | null;\n ogaAddressVoie: string | null;\n ogaAddressZipCode: string | null;\n ogaAddressCity: string | null;\n ogaReference: string | null;\n iban: string | null;\n bic: string | null;\n idSociety: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n society: ISociety;\n}\n"]}
@@ -27,7 +27,7 @@ export * from './Interface/models/IAttributionHistory';
27
27
  export * from './Interface/models/IAutoLoginToken';
28
28
  export * from './Interface/models/IBalanceBankAccount';
29
29
  export * from './Interface/models/IBalanceSheet';
30
- export * from './Interface/models/IBalanceSheetHistory';
30
+ export * from './Interface/models/IAccountingStatementHistory';
31
31
  export * from './Interface/models/IBankAccountSynchroHistory';
32
32
  export * from './Interface/models/IBankAccount';
33
33
  export * from './Interface/models/IBankConnection';
@@ -323,8 +323,10 @@ export * from './Interface/models/ILoanFile';
323
323
  export * from './Interface/models/ICommercialMail';
324
324
  export * from './Interface/models/IRegistration';
325
325
  export * from './Interface/models/IVatRegimeHistory';
326
+ export * from './Interface/models/ICustomerAcceptance';
326
327
  export * from './Form/FormAuthenticate';
327
328
  export * from './Form/FormConnector';
329
+ export * from './Enum/Acceptance';
328
330
  export * from './Enum/FolderFile';
329
331
  export * from './Enum/CommercialGrade';
330
332
  export * from './Enum/CommercialManagement';
@@ -649,8 +651,9 @@ export * from './Interface/api/letter/CreateLetter';
649
651
  export * from './Interface/api/mailInvoice/CreateInvoiceMail';
650
652
  export * from './Interface/api/mailInvoice/UpdateInvoiceMail';
651
653
  export * from './Interface/api/partner/CreatePartner';
652
- export * from './Interface/api/partner/GetPartners';
654
+ export * from './Interface/api/partner/Query';
653
655
  export * from './Interface/api/partner/UpdatePartner';
656
+ export * from './Interface/api/partner/Read';
654
657
  export * from './Interface/api/fecFile/CreateFecFile';
655
658
  export * from './Interface/api/fecFile/DeleteFecFile';
656
659
  export * from './Interface/api/fecFile/ReadFecFile';
@@ -863,6 +866,7 @@ export * from './Interface/api/pdf/ReadPdftkizer';
863
866
  export * from './Interface/api/signFile/CreateFileToSign';
864
867
  export * from './Interface/api/rule/Query';
865
868
  export * from './Interface/api/revive/PostRevive';
869
+ export * from './Interface/api/acceptance/CreateAcceptance';
866
870
  export * from './Interface/enum/Util';
867
871
  export * from './Interface/enum/Date';
868
872
  export * from '../utils/cerfa';