@silexpert/core 0.4.277 → 0.4.281

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 (237) hide show
  1. package/es/api/resources/BudgetInsight.d.ts +0 -7
  2. package/es/api/resources/BudgetInsight.d.ts.map +1 -1
  3. package/es/api/resources/BudgetInsight.js +0 -8
  4. package/es/api/resources/BudgetInsight.js.map +1 -1
  5. package/es/api/resources/LegalNotice.d.ts +6 -0
  6. package/es/api/resources/LegalNotice.d.ts.map +1 -0
  7. package/es/api/resources/LegalNotice.js +7 -0
  8. package/es/api/resources/LegalNotice.js.map +1 -0
  9. package/es/api/resources/Loan.js +1 -1
  10. package/es/api/resources/Loan.js.map +1 -1
  11. package/es/api/resources/PaymentExpectation.d.ts +6 -0
  12. package/es/api/resources/PaymentExpectation.d.ts.map +1 -0
  13. package/es/api/resources/PaymentExpectation.js +7 -0
  14. package/es/api/resources/PaymentExpectation.js.map +1 -0
  15. package/es/api/resources/SocietyConfig.d.ts +7 -0
  16. package/es/api/resources/SocietyConfig.d.ts.map +1 -0
  17. package/es/api/resources/SocietyConfig.js +10 -0
  18. package/es/api/resources/SocietyConfig.js.map +1 -0
  19. package/es/api/resources/Wallet.d.ts +8 -0
  20. package/es/api/resources/Wallet.d.ts.map +1 -0
  21. package/es/api/resources/Wallet.js +7 -0
  22. package/es/api/resources/Wallet.js.map +1 -0
  23. package/es/api/resources/statistic/Accountant.d.ts +59 -0
  24. package/es/api/resources/statistic/Accountant.d.ts.map +1 -0
  25. package/es/api/resources/statistic/Accountant.js +86 -0
  26. package/es/api/resources/statistic/Accountant.js.map +1 -0
  27. package/es/api/resources/statistic/Direction.d.ts +11 -0
  28. package/es/api/resources/statistic/Direction.d.ts.map +1 -0
  29. package/es/api/resources/statistic/Direction.js +14 -0
  30. package/es/api/resources/statistic/Direction.js.map +1 -0
  31. package/es/api/resources/statistic/ExpertAccountant.d.ts +29 -0
  32. package/es/api/resources/statistic/ExpertAccountant.d.ts.map +1 -0
  33. package/es/api/resources/statistic/ExpertAccountant.js +41 -0
  34. package/es/api/resources/statistic/ExpertAccountant.js.map +1 -0
  35. package/es/api/resources.d.ts +14 -0
  36. package/es/api/resources.d.ts.map +1 -1
  37. package/es/api/resources.js +14 -0
  38. package/es/api/resources.js.map +1 -1
  39. package/es/types/Enum/AdditionnalSells.d.ts +7 -0
  40. package/es/types/Enum/AdditionnalSells.d.ts.map +1 -0
  41. package/es/types/Enum/AdditionnalSells.js +8 -0
  42. package/es/types/Enum/AdditionnalSells.js.map +1 -0
  43. package/es/types/Enum/OperationLegalNotice.d.ts +4 -0
  44. package/es/types/Enum/OperationLegalNotice.d.ts.map +1 -0
  45. package/es/types/Enum/OperationLegalNotice.js +5 -0
  46. package/es/types/Enum/OperationLegalNotice.js.map +1 -0
  47. package/es/types/Enum/OrderStatus.d.ts +6 -0
  48. package/es/types/Enum/OrderStatus.d.ts.map +1 -0
  49. package/es/types/Enum/OrderStatus.js +7 -0
  50. package/es/types/Enum/OrderStatus.js.map +1 -0
  51. package/es/types/Enum/{Prestation.d.ts → PrestationType.d.ts} +4 -3
  52. package/es/types/Enum/PrestationType.d.ts.map +1 -0
  53. package/es/types/Enum/PrestationType.js +17 -0
  54. package/es/types/Enum/PrestationType.js.map +1 -0
  55. package/es/types/Enum/Reason.d.ts +4 -0
  56. package/es/types/Enum/Reason.d.ts.map +1 -0
  57. package/es/types/Enum/Reason.js +5 -0
  58. package/es/types/Enum/Reason.js.map +1 -0
  59. package/es/types/Enum/StatisticType.d.ts +16 -0
  60. package/es/types/Enum/StatisticType.d.ts.map +1 -0
  61. package/es/types/Enum/StatisticType.js +17 -0
  62. package/es/types/Enum/StatisticType.js.map +1 -0
  63. package/es/types/Enum/Vat.d.ts +17 -0
  64. package/es/types/Enum/Vat.d.ts.map +1 -1
  65. package/es/types/Enum/Vat.js +18 -0
  66. package/es/types/Enum/Vat.js.map +1 -1
  67. package/es/types/Interface/api/legalNotice/UpdateLegalNotice.d.ts +5 -0
  68. package/es/types/Interface/api/legalNotice/UpdateLegalNotice.d.ts.map +1 -0
  69. package/es/types/Interface/api/legalNotice/UpdateLegalNotice.js +25 -0
  70. package/es/types/Interface/api/legalNotice/UpdateLegalNotice.js.map +1 -0
  71. package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.d.ts +7 -0
  72. package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.d.ts.map +1 -0
  73. package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js +3 -0
  74. package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js.map +1 -0
  75. package/es/types/Interface/api/prestation/CreatePrestation.d.ts +6 -0
  76. package/es/types/Interface/api/prestation/CreatePrestation.d.ts.map +1 -0
  77. package/es/types/Interface/api/prestation/CreatePrestation.js +29 -0
  78. package/es/types/Interface/api/prestation/CreatePrestation.js.map +1 -0
  79. package/es/types/Interface/api/societyConfig/update.d.ts +21 -0
  80. package/es/types/Interface/api/societyConfig/update.d.ts.map +1 -0
  81. package/es/types/Interface/api/societyConfig/update.js +131 -0
  82. package/es/types/Interface/api/societyConfig/update.js.map +1 -0
  83. package/es/types/Interface/api/statistic/ExitRequest.d.ts +107 -0
  84. package/es/types/Interface/api/statistic/ExitRequest.d.ts.map +1 -0
  85. package/es/types/Interface/api/statistic/ExitRequest.js +2 -0
  86. package/es/types/Interface/api/statistic/ExitRequest.js.map +1 -0
  87. package/es/types/Interface/api/statistic/QueryAccountant.d.ts +6 -0
  88. package/es/types/Interface/api/statistic/QueryAccountant.d.ts.map +1 -0
  89. package/es/types/Interface/api/statistic/QueryAccountant.js +31 -0
  90. package/es/types/Interface/api/statistic/QueryAccountant.js.map +1 -0
  91. package/es/types/Interface/api/statistic/QueryDirection.d.ts +6 -0
  92. package/es/types/Interface/api/statistic/QueryDirection.d.ts.map +1 -0
  93. package/es/types/Interface/api/statistic/QueryDirection.js +31 -0
  94. package/es/types/Interface/api/statistic/QueryDirection.js.map +1 -0
  95. package/es/types/Interface/api/statistic/QueryExpertAccountant.d.ts +6 -0
  96. package/es/types/Interface/api/statistic/QueryExpertAccountant.d.ts.map +1 -0
  97. package/es/types/Interface/api/statistic/QueryExpertAccountant.js +31 -0
  98. package/es/types/Interface/api/statistic/QueryExpertAccountant.js.map +1 -0
  99. package/es/types/Interface/api/statistic/QueryGetAccountant.d.ts +5 -0
  100. package/es/types/Interface/api/statistic/QueryGetAccountant.d.ts.map +1 -0
  101. package/es/types/Interface/api/statistic/QueryGetAccountant.js +24 -0
  102. package/es/types/Interface/api/statistic/QueryGetAccountant.js.map +1 -0
  103. package/es/types/Interface/api/statistic/QueryGetDirection.d.ts +5 -0
  104. package/es/types/Interface/api/statistic/QueryGetDirection.d.ts.map +1 -0
  105. package/es/types/Interface/api/statistic/QueryGetDirection.js +24 -0
  106. package/es/types/Interface/api/statistic/QueryGetDirection.js.map +1 -0
  107. package/es/types/Interface/api/statistic/QueryGetExpertAccountant.d.ts +5 -0
  108. package/es/types/Interface/api/statistic/QueryGetExpertAccountant.d.ts.map +1 -0
  109. package/es/types/Interface/api/statistic/QueryGetExpertAccountant.js +24 -0
  110. package/es/types/Interface/api/statistic/QueryGetExpertAccountant.js.map +1 -0
  111. package/es/types/Interface/api/wallet/UpdateAttribution.d.ts +6 -0
  112. package/es/types/Interface/api/wallet/UpdateAttribution.d.ts.map +1 -0
  113. package/es/types/Interface/api/wallet/UpdateAttribution.js +34 -0
  114. package/es/types/Interface/api/wallet/UpdateAttribution.js.map +1 -0
  115. package/es/types/Interface/models/IAttributionHistory.d.ts +4 -4
  116. package/es/types/Interface/models/IAttributionHistory.d.ts.map +1 -1
  117. package/es/types/Interface/models/IAttributionHistory.js.map +1 -1
  118. package/es/types/Interface/models/ILegalNotice.d.ts +1 -0
  119. package/es/types/Interface/models/ILegalNotice.d.ts.map +1 -1
  120. package/es/types/Interface/models/ILegalNotice.js.map +1 -1
  121. package/es/types/Interface/models/IPaymentExpectation.d.ts +1 -0
  122. package/es/types/Interface/models/IPaymentExpectation.d.ts.map +1 -1
  123. package/es/types/Interface/models/IPaymentExpectation.js.map +1 -1
  124. package/es/types/Interface/models/IPrestationComplementary.d.ts +1 -1
  125. package/es/types/Interface/models/IPrestationComplementary.d.ts.map +1 -1
  126. package/es/types/Interface/models/IPrestationComplementary.js.map +1 -1
  127. package/es/types/Interface/models/IStatistic.d.ts +11 -0
  128. package/es/types/Interface/models/IStatistic.d.ts.map +1 -0
  129. package/es/types/Interface/models/IStatistic.js +2 -0
  130. package/es/types/Interface/models/IStatistic.js.map +1 -0
  131. package/es/types/index.d.ts +19 -1
  132. package/es/types/index.d.ts.map +1 -1
  133. package/es/types/index.js +19 -1
  134. package/es/types/index.js.map +1 -1
  135. package/js/api/resources/BudgetInsight.js +0 -10
  136. package/js/api/resources/BudgetInsight.js.map +1 -1
  137. package/js/api/resources/LegalNotice.js +18 -0
  138. package/js/api/resources/LegalNotice.js.map +1 -0
  139. package/js/api/resources/Loan.js +1 -1
  140. package/js/api/resources/Loan.js.map +1 -1
  141. package/js/api/resources/PaymentExpectation.js +20 -0
  142. package/js/api/resources/PaymentExpectation.js.map +1 -0
  143. package/js/api/resources/SocietyConfig.js +22 -0
  144. package/js/api/resources/SocietyConfig.js.map +1 -0
  145. package/js/api/resources/Wallet.js +18 -0
  146. package/js/api/resources/Wallet.js.map +1 -0
  147. package/js/api/resources/statistic/Accountant.js +150 -0
  148. package/js/api/resources/statistic/Accountant.js.map +1 -0
  149. package/js/api/resources/statistic/Direction.js +30 -0
  150. package/js/api/resources/statistic/Direction.js.map +1 -0
  151. package/js/api/resources/statistic/ExpertAccountant.js +75 -0
  152. package/js/api/resources/statistic/ExpertAccountant.js.map +1 -0
  153. package/js/api/resources.js +22 -1
  154. package/js/api/resources.js.map +1 -1
  155. package/js/types/Enum/AdditionnalSells.js +14 -0
  156. package/js/types/Enum/AdditionnalSells.js.map +1 -0
  157. package/js/types/Enum/OperationLegalNotice.js +11 -0
  158. package/js/types/Enum/OperationLegalNotice.js.map +1 -0
  159. package/js/types/Enum/OrderStatus.js +13 -0
  160. package/js/types/Enum/OrderStatus.js.map +1 -0
  161. package/js/types/Enum/PrestationType.js +23 -0
  162. package/js/types/Enum/PrestationType.js.map +1 -0
  163. package/js/types/Enum/Reason.js +11 -0
  164. package/js/types/Enum/Reason.js.map +1 -0
  165. package/js/types/Enum/StatisticType.js +23 -0
  166. package/js/types/Enum/StatisticType.js.map +1 -0
  167. package/js/types/Enum/Vat.js +19 -0
  168. package/js/types/Enum/Vat.js.map +1 -1
  169. package/js/types/Interface/api/legalNotice/UpdateLegalNotice.js +31 -0
  170. package/js/types/Interface/api/legalNotice/UpdateLegalNotice.js.map +1 -0
  171. package/js/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js +10 -0
  172. package/js/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js.map +1 -0
  173. package/js/types/Interface/api/prestation/CreatePrestation.js +33 -0
  174. package/js/types/Interface/api/prestation/CreatePrestation.js.map +1 -0
  175. package/js/types/Interface/api/societyConfig/update.js +65 -0
  176. package/js/types/Interface/api/societyConfig/update.js.map +1 -0
  177. package/js/types/Interface/api/statistic/ExitRequest.js +6 -0
  178. package/js/types/Interface/api/statistic/ExitRequest.js.map +1 -0
  179. package/js/types/Interface/api/statistic/QueryAccountant.js +35 -0
  180. package/js/types/Interface/api/statistic/QueryAccountant.js.map +1 -0
  181. package/js/types/Interface/api/statistic/QueryDirection.js +35 -0
  182. package/js/types/Interface/api/statistic/QueryDirection.js.map +1 -0
  183. package/js/types/Interface/api/statistic/QueryExpertAccountant.js +35 -0
  184. package/js/types/Interface/api/statistic/QueryExpertAccountant.js.map +1 -0
  185. package/js/types/Interface/api/statistic/QueryGetAccountant.js +31 -0
  186. package/js/types/Interface/api/statistic/QueryGetAccountant.js.map +1 -0
  187. package/js/types/Interface/api/statistic/QueryGetDirection.js +31 -0
  188. package/js/types/Interface/api/statistic/QueryGetDirection.js.map +1 -0
  189. package/js/types/Interface/api/statistic/QueryGetExpertAccountant.js +31 -0
  190. package/js/types/Interface/api/statistic/QueryGetExpertAccountant.js.map +1 -0
  191. package/js/types/Interface/api/wallet/UpdateAttribution.js +35 -0
  192. package/js/types/Interface/api/wallet/UpdateAttribution.js.map +1 -0
  193. package/js/types/Interface/models/IStatistic.js +6 -0
  194. package/js/types/Interface/models/IStatistic.js.map +1 -0
  195. package/js/types/index.js +219 -3
  196. package/js/types/index.js.map +1 -1
  197. package/package.json +1 -1
  198. package/ts/api/resources/BudgetInsight.ts +0 -13
  199. package/ts/api/resources/LegalNotice.ts +8 -0
  200. package/ts/api/resources/Loan.ts +1 -1
  201. package/ts/api/resources/PaymentExpectation.ts +8 -0
  202. package/ts/api/resources/SocietyConfig.ts +12 -0
  203. package/ts/api/resources/Wallet.ts +8 -0
  204. package/ts/api/resources/statistic/Accountant.ts +121 -0
  205. package/ts/api/resources/statistic/Direction.ts +17 -0
  206. package/ts/api/resources/statistic/ExpertAccountant.ts +56 -0
  207. package/ts/api/resources.ts +14 -0
  208. package/ts/types/Enum/AdditionnalSells.ts +6 -0
  209. package/ts/types/Enum/OperationLegalNotice.ts +3 -0
  210. package/ts/types/Enum/OrderStatus.ts +5 -0
  211. package/ts/types/Enum/{Prestation.ts → PrestationType.ts} +2 -1
  212. package/ts/types/Enum/Reason.ts +3 -0
  213. package/ts/types/Enum/StatisticType.ts +15 -0
  214. package/ts/types/Enum/Vat.ts +19 -1
  215. package/ts/types/Interface/api/legalNotice/UpdateLegalNotice.ts +13 -0
  216. package/ts/types/Interface/api/paymentExpectation/QueryPaymentExpectation.ts +6 -0
  217. package/ts/types/Interface/api/prestation/CreatePrestation.ts +16 -0
  218. package/ts/types/Interface/api/societyConfig/update.ts +103 -0
  219. package/ts/types/Interface/api/statistic/ExitRequest.ts +119 -0
  220. package/ts/types/Interface/api/statistic/QueryAccountant.ts +20 -0
  221. package/ts/types/Interface/api/statistic/QueryDirection.ts +20 -0
  222. package/ts/types/Interface/api/statistic/QueryExpertAccountant.ts +20 -0
  223. package/ts/types/Interface/api/statistic/QueryGetAccountant.ts +14 -0
  224. package/ts/types/Interface/api/statistic/QueryGetDirection.ts +14 -0
  225. package/ts/types/Interface/api/statistic/QueryGetExpertAccountant.ts +14 -0
  226. package/ts/types/Interface/api/wallet/UpdateAttribution.ts +23 -0
  227. package/ts/types/Interface/models/IAttributionHistory.ts +4 -4
  228. package/ts/types/Interface/models/ILegalNotice.ts +1 -0
  229. package/ts/types/Interface/models/IPaymentExpectation.ts +1 -0
  230. package/ts/types/Interface/models/IPrestationComplementary.ts +1 -1
  231. package/ts/types/Interface/models/IStatistic.ts +13 -0
  232. package/ts/types/index.ts +19 -1
  233. package/es/types/Enum/Prestation.d.ts.map +0 -1
  234. package/es/types/Enum/Prestation.js +0 -16
  235. package/es/types/Enum/Prestation.js.map +0 -1
  236. package/js/types/Enum/Prestation.js +0 -22
  237. package/js/types/Enum/Prestation.js.map +0 -1
@@ -13,8 +13,8 @@ export interface IAttributionHistory {
13
13
  updatedAt?: Date | null;
14
14
 
15
15
  // Associations
16
- userAttribute: IUser;
17
- userMakeAttribution: IUser;
18
- society: ISociety;
19
- role: IRole;
16
+ userAttribute?: IUser;
17
+ userMakeAttribution?: IUser;
18
+ society?: ISociety;
19
+ role?: IRole;
20
20
  }
@@ -19,6 +19,7 @@ export interface ILegalNotice {
19
19
  societyWithoutRegister: string | null;
20
20
  idSociety: number | null;
21
21
  idOperationLegalNotice: number;
22
+ idPrestation: number | null;
22
23
  createdAt?: Date | null;
23
24
  updatedAt?: Date | null;
24
25
 
@@ -13,6 +13,7 @@ export interface IPaymentExpectation {
13
13
  idReason: number | null;
14
14
  idSociety: number;
15
15
  idRegulation: number | null;
16
+ idPrestation: number | null;
16
17
  createdAt?: Date | null;
17
18
  updatedAt?: Date | null;
18
19
 
@@ -21,7 +21,7 @@ export interface IPrestationComplementary {
21
21
  note: string | null;
22
22
  forOtherMission: string | null;
23
23
  statePrestationJuridique: number | null;
24
- acceptationAdmin: boolean;
24
+ acceptationAdmin: number;
25
25
  createdAt?: Date | null;
26
26
  updatedAt?: Date | null;
27
27
  deletedAt?: Date | null;
@@ -0,0 +1,13 @@
1
+ import { IUser } from './IUser';
2
+
3
+ export interface IStatistic {
4
+ id?: number,
5
+ idUser: number,
6
+ startDate?: Date,
7
+ endDate?: Date,
8
+ type: number,
9
+ payload: string,
10
+
11
+ // Associations
12
+ user?: IUser;
13
+ }
package/ts/types/index.ts CHANGED
@@ -293,6 +293,7 @@ export * from './Interface/models/IAccountingTransaction_new';
293
293
  export * from './Interface/models/IExerciceNote';
294
294
  export * from './Interface/models/IRevisionGuide';
295
295
  export * from './Interface/models/ISponsorshipWithSponsorInfo';
296
+ export * from './Interface/models/IStatistic';
296
297
  export * from './Interface/models/ILastUpdateConnection';
297
298
  export * from './Interface/models/IAccountsSectors';
298
299
  export * from './Interface/models/IAnswerType';
@@ -372,7 +373,9 @@ export * from './Enum/GlobalRegime';
372
373
  export * from './Enum/TaxSystem';
373
374
  export * from './Enum/FiscalRegime';
374
375
  export * from './Enum/Activity';
376
+ export * from './Enum/AdditionnalSells';
375
377
  export * from './Enum/CerfaType';
378
+ export * from './Enum/StatisticType';
376
379
  export * from './Enum/StockType';
377
380
  export * from './Enum/SaleType';
378
381
  export * from './Enum/TypePayment';
@@ -387,7 +390,7 @@ export * from './Enum/RevisionGuide';
387
390
  export * from './Enum/Util';
388
391
  export * from './Enum/RegisterCategory';
389
392
  export * from './Enum/FieldSocietyStat';
390
- export * from './Enum/Prestation';
393
+ export * from './Enum/PrestationType';
391
394
  export * from './Enum/Supervision';
392
395
  export * from './Enum/Notification';
393
396
  export * from './Enum/Comment';
@@ -435,6 +438,9 @@ export * from './Enum/ConnectionError';
435
438
  export * from './Enum/FolderFile';
436
439
  export * from './Enum/Rules';
437
440
  export * from './Enum/CustomerVat';
441
+ export * from './Enum/Reason';
442
+ export * from './Enum/OperationLegalNotice';
443
+ export * from './Enum/OrderStatus';
438
444
 
439
445
  // Interfaces API
440
446
  export * from './Interface/api/partnerTransactionType/ReadPartnerTransactionType';
@@ -618,6 +624,13 @@ export * from './Interface/api/pappers/ReadPappers';
618
624
  export * from './Interface/api/sponsorship/SendSponsorshipLink';
619
625
  export * from './Interface/api/sponsorship/CreateSponsorship';
620
626
  export * from './Interface/api/sponsorship/QuerySponsorship';
627
+ export * from './Interface/api/statistic/ExitRequest';
628
+ export * from './Interface/api/statistic/QueryExpertAccountant';
629
+ export * from './Interface/api/statistic/QueryGetExpertAccountant';
630
+ export * from './Interface/api/statistic/QueryAccountant';
631
+ export * from './Interface/api/statistic/QueryGetAccountant';
632
+ export * from './Interface/api/statistic/QueryDirection';
633
+ export * from './Interface/api/statistic/QueryGetDirection';
621
634
  export * from './Interface/api/pappers/CreatePappers';
622
635
  export * from './Interface/api/bankAccount/DeleteTransaction';
623
636
  export * from './Interface/api/stripe/QueryStripe';
@@ -776,6 +789,11 @@ export * from './Interface/api/qonto/CreateQontoConnection';
776
789
  export * from './Interface/api/qonto/GetConnectionInformation';
777
790
  export * from './Interface/api/qonto/ProcessBankAccount';
778
791
  export * from './Interface/api/qonto/ReadCreateConnection';
792
+ export * from './Interface/api/societyConfig/update';
793
+ export * from './Interface/api/wallet/UpdateAttribution';
794
+ export * from './Interface/api/prestation/CreatePrestation';
795
+ export * from './Interface/api/paymentExpectation/QueryPaymentExpectation';
796
+ export * from './Interface/api/legalNotice/UpdateLegalNotice';
779
797
 
780
798
  // Enums types
781
799
  export * from './Interface/enum/Util';
@@ -1 +0,0 @@
1
- {"version":3,"file":"Prestation.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Prestation.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,YAAY,IAAI;IAChB,mBAAmB,IAAI;IACvB,eAAe,KAAK;IACpB,iBAAiB,KAAK;IACtB,eAAe,KAAK;IACpB,sCAAsC,KAAK;IAC3C,yCAAyC,KAAK;IAC9C,4BAA4B,KAAK;IACjC,YAAY,MAAM;IAClB,kBAAkB,MAAM;IACxB,uBAAuB,MAAM;IAC7B,UAAU,MAAM;CACjB"}
@@ -1,16 +0,0 @@
1
- export var Prestation;
2
- (function (Prestation) {
3
- Prestation[Prestation["PREVISIONNEL"] = 6] = "PREVISIONNEL";
4
- Prestation[Prestation["BILAN_INTERMEDIAIRE"] = 9] = "BILAN_INTERMEDIAIRE";
5
- Prestation[Prestation["TELEDECLARATION"] = 13] = "TELEDECLARATION";
6
- Prestation[Prestation["BILAN_LIQUIDATION"] = 22] = "BILAN_LIQUIDATION";
7
- Prestation[Prestation["CESSION_ACTIONS"] = 51] = "CESSION_ACTIONS";
8
- Prestation[Prestation["DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE"] = 61] = "DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE";
9
- Prestation[Prestation["DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE"] = 85] = "DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE";
10
- Prestation[Prestation["ATTESTATION_NON_REMUNERATION"] = 91] = "ATTESTATION_NON_REMUNERATION";
11
- Prestation[Prestation["COMPTA_MICRO"] = 185] = "COMPTA_MICRO";
12
- Prestation[Prestation["BILAN_PREVISIONNEL"] = 189] = "BILAN_PREVISIONNEL";
13
- Prestation[Prestation["DISSOLUTION_LIQUIDATION"] = 192] = "DISSOLUTION_LIQUIDATION";
14
- Prestation[Prestation["ABO_STRIPE"] = 196] = "ABO_STRIPE";
15
- })(Prestation || (Prestation = {}));
16
- //# sourceMappingURL=Prestation.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Prestation.js","sourceRoot":"","sources":["../../../ts/types/Enum/Prestation.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,UAaX;AAbD,WAAY,UAAU;IACpB,2DAAgB,CAAA;IAChB,yEAAuB,CAAA;IACvB,kEAAoB,CAAA;IACpB,sEAAsB,CAAA;IACtB,kEAAoB,CAAA;IACpB,gHAA2C,CAAA;IAC3C,sHAA8C,CAAA;IAC9C,4FAAiC,CAAA;IACjC,6DAAkB,CAAA;IAClB,yEAAwB,CAAA;IACxB,mFAA6B,CAAA;IAC7B,yDAAgB,CAAA;AAClB,CAAC,EAbW,UAAU,KAAV,UAAU,QAarB","sourcesContent":["export enum Prestation {\n PREVISIONNEL = 6, // à remplacer par 189\n BILAN_INTERMEDIAIRE = 9,\n TELEDECLARATION = 13,\n BILAN_LIQUIDATION = 22,\n CESSION_ACTIONS = 51,\n DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE = 61,\n DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE = 85,\n ATTESTATION_NON_REMUNERATION = 91,\n COMPTA_MICRO = 185,\n BILAN_PREVISIONNEL = 189,\n DISSOLUTION_LIQUIDATION = 192,\n ABO_STRIPE = 196,\n}"]}
@@ -1,22 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- var Prestation = exports.Prestation = undefined;
7
-
8
- (function (Prestation) {
9
- Prestation[Prestation["PREVISIONNEL"] = 6] = "PREVISIONNEL";
10
- Prestation[Prestation["BILAN_INTERMEDIAIRE"] = 9] = "BILAN_INTERMEDIAIRE";
11
- Prestation[Prestation["TELEDECLARATION"] = 13] = "TELEDECLARATION";
12
- Prestation[Prestation["BILAN_LIQUIDATION"] = 22] = "BILAN_LIQUIDATION";
13
- Prestation[Prestation["CESSION_ACTIONS"] = 51] = "CESSION_ACTIONS";
14
- Prestation[Prestation["DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE"] = 61] = "DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE";
15
- Prestation[Prestation["DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE"] = 85] = "DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE";
16
- Prestation[Prestation["ATTESTATION_NON_REMUNERATION"] = 91] = "ATTESTATION_NON_REMUNERATION";
17
- Prestation[Prestation["COMPTA_MICRO"] = 185] = "COMPTA_MICRO";
18
- Prestation[Prestation["BILAN_PREVISIONNEL"] = 189] = "BILAN_PREVISIONNEL";
19
- Prestation[Prestation["DISSOLUTION_LIQUIDATION"] = 192] = "DISSOLUTION_LIQUIDATION";
20
- Prestation[Prestation["ABO_STRIPE"] = 196] = "ABO_STRIPE";
21
- })(Prestation || (exports.Prestation = Prestation = {}));
22
- //# sourceMappingURL=Prestation.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Prestation.js","mappings":";;;;;AAAA,IAAYA,UAaX,WAbWA,UAaX,YAbD;;AAAA,WAAYA,UAAZ,EAAsB;EACpBA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;AACD,CAbD,EAAYA,UAAU,aAAVA,UAAU,GAAVA,UAAU,MAAtB","names":["Prestation"],"sourceRoot":"","sources":["../../../ts/types/Enum/Prestation.ts"],"sourcesContent":["export enum Prestation {\n PREVISIONNEL = 6, // à remplacer par 189\n BILAN_INTERMEDIAIRE = 9,\n TELEDECLARATION = 13,\n BILAN_LIQUIDATION = 22,\n CESSION_ACTIONS = 51,\n DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE = 61,\n DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE = 85,\n ATTESTATION_NON_REMUNERATION = 91,\n COMPTA_MICRO = 185,\n BILAN_PREVISIONNEL = 189,\n DISSOLUTION_LIQUIDATION = 192,\n ABO_STRIPE = 196,\n}"]}