@silexpert/core 0.4.56 → 0.4.57

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 (117) hide show
  1. package/es/api/resources/TaxDeadline.d.ts +8 -0
  2. package/es/api/resources/TaxDeadline.d.ts.map +1 -0
  3. package/es/api/resources/TaxDeadline.js +10 -0
  4. package/es/api/resources/TaxDeadline.js.map +1 -0
  5. package/es/api/resources.d.ts +2 -0
  6. package/es/api/resources.d.ts.map +1 -1
  7. package/es/api/resources.js +2 -0
  8. package/es/api/resources.js.map +1 -1
  9. package/es/types/Enum/BalanceSheet.d.ts +17 -0
  10. package/es/types/Enum/BalanceSheet.d.ts.map +1 -1
  11. package/es/types/Enum/BalanceSheet.js +18 -0
  12. package/es/types/Enum/BalanceSheet.js.map +1 -1
  13. package/es/types/Enum/Channel.d.ts +5 -0
  14. package/es/types/Enum/Channel.d.ts.map +1 -0
  15. package/es/types/Enum/Channel.js +6 -0
  16. package/es/types/Enum/Channel.js.map +1 -0
  17. package/es/types/Enum/Comment.d.ts +18 -0
  18. package/es/types/Enum/Comment.d.ts.map +1 -0
  19. package/es/types/Enum/Comment.js +19 -0
  20. package/es/types/Enum/Comment.js.map +1 -0
  21. package/es/types/Enum/FieldSocietyStat.d.ts +9 -0
  22. package/es/types/Enum/FieldSocietyStat.d.ts.map +1 -0
  23. package/es/types/Enum/FieldSocietyStat.js +10 -0
  24. package/es/types/Enum/FieldSocietyStat.js.map +1 -0
  25. package/es/types/Enum/Notification.d.ts +5 -0
  26. package/es/types/Enum/Notification.d.ts.map +1 -0
  27. package/es/types/Enum/Notification.js +6 -0
  28. package/es/types/Enum/Notification.js.map +1 -0
  29. package/es/types/Enum/Prestation.d.ts +7 -0
  30. package/es/types/Enum/Prestation.d.ts.map +1 -0
  31. package/es/types/Enum/Prestation.js +8 -0
  32. package/es/types/Enum/Prestation.js.map +1 -0
  33. package/es/types/Enum/Supervision.d.ts +10 -0
  34. package/es/types/Enum/Supervision.d.ts.map +1 -0
  35. package/es/types/Enum/Supervision.js +11 -0
  36. package/es/types/Enum/Supervision.js.map +1 -0
  37. package/es/types/Interface/api/cerfa/CreateCerfa.d.ts +4 -0
  38. package/es/types/Interface/api/cerfa/CreateCerfa.d.ts.map +1 -1
  39. package/es/types/Interface/api/cerfa/CreateCerfa.js +8 -0
  40. package/es/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
  41. package/es/types/Interface/api/society/ReadSociety.d.ts +8 -0
  42. package/es/types/Interface/api/society/ReadSociety.d.ts.map +1 -0
  43. package/es/types/Interface/api/society/ReadSociety.js +2 -0
  44. package/es/types/Interface/api/society/ReadSociety.js.map +1 -0
  45. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts +29 -0
  46. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -0
  47. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js +99 -0
  48. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -0
  49. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts +77 -0
  50. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts.map +1 -0
  51. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.js +11 -0
  52. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -0
  53. package/es/types/Interface/models/ICustomerTva.d.ts +1 -1
  54. package/es/types/Interface/models/ICustomerTva.js.map +1 -1
  55. package/es/types/Interface/models/IPrestation.d.ts +2 -2
  56. package/es/types/Interface/models/IPrestation.d.ts.map +1 -1
  57. package/es/types/Interface/models/IPrestation.js.map +1 -1
  58. package/es/types/Interface/models/ISociety.d.ts +7 -3
  59. package/es/types/Interface/models/ISociety.d.ts.map +1 -1
  60. package/es/types/Interface/models/ISociety.js.map +1 -1
  61. package/es/types/Interface/models/ISocietyStat.d.ts +2 -2
  62. package/es/types/Interface/models/ISocietyStat.js.map +1 -1
  63. package/es/types/Interface/models/ISupervision.d.ts +2 -0
  64. package/es/types/Interface/models/ISupervision.d.ts.map +1 -1
  65. package/es/types/Interface/models/ISupervision.js.map +1 -1
  66. package/es/types/index.d.ts +9 -0
  67. package/es/types/index.d.ts.map +1 -1
  68. package/es/types/index.js +9 -0
  69. package/es/types/index.js.map +1 -1
  70. package/js/api/resources/TaxDeadline.js +30 -0
  71. package/js/api/resources/TaxDeadline.js.map +1 -0
  72. package/js/api/resources.js +4 -1
  73. package/js/api/resources.js.map +1 -1
  74. package/js/types/Enum/BalanceSheet.js +20 -0
  75. package/js/types/Enum/BalanceSheet.js.map +1 -1
  76. package/js/types/Enum/Channel.js +12 -0
  77. package/js/types/Enum/Channel.js.map +1 -0
  78. package/js/types/Enum/Comment.js +25 -0
  79. package/js/types/Enum/Comment.js.map +1 -0
  80. package/js/types/Enum/FieldSocietyStat.js +16 -0
  81. package/js/types/Enum/FieldSocietyStat.js.map +1 -0
  82. package/js/types/Enum/Notification.js +12 -0
  83. package/js/types/Enum/Notification.js.map +1 -0
  84. package/js/types/Enum/Prestation.js +14 -0
  85. package/js/types/Enum/Prestation.js.map +1 -0
  86. package/js/types/Enum/Supervision.js +17 -0
  87. package/js/types/Enum/Supervision.js.map +1 -0
  88. package/js/types/Interface/api/cerfa/CreateCerfa.js +4 -0
  89. package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
  90. package/js/types/Interface/api/society/ReadSociety.js +6 -0
  91. package/js/types/Interface/api/society/ReadSociety.js.map +1 -0
  92. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js +121 -0
  93. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -0
  94. package/js/types/Interface/api/taxDeadline/ReadTaxDeadline.js +26 -0
  95. package/js/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -0
  96. package/js/types/index.js +108 -0
  97. package/js/types/index.js.map +1 -1
  98. package/package.json +1 -1
  99. package/ts/api/resources/TaxDeadline.ts +20 -0
  100. package/ts/api/resources.ts +2 -0
  101. package/ts/types/Enum/BalanceSheet.ts +18 -0
  102. package/ts/types/Enum/Channel.ts +4 -0
  103. package/ts/types/Enum/Comment.ts +17 -0
  104. package/ts/types/Enum/FieldSocietyStat.ts +8 -0
  105. package/ts/types/Enum/Notification.ts +4 -0
  106. package/ts/types/Enum/Prestation.ts +6 -0
  107. package/ts/types/Enum/Supervision.ts +9 -0
  108. package/ts/types/Interface/api/cerfa/CreateCerfa.ts +8 -0
  109. package/ts/types/Interface/api/society/ReadSociety.ts +7 -0
  110. package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +69 -0
  111. package/ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts +73 -0
  112. package/ts/types/Interface/models/ICustomerTva.ts +1 -1
  113. package/ts/types/Interface/models/IPrestation.ts +2 -2
  114. package/ts/types/Interface/models/ISociety.ts +9 -3
  115. package/ts/types/Interface/models/ISocietyStat.ts +2 -2
  116. package/ts/types/Interface/models/ISupervision.ts +2 -0
  117. package/ts/types/index.ts +9 -0
@@ -1,8 +1,8 @@
1
1
  // societyStats
2
2
  export interface ISocietyStat {
3
3
  id?: number;
4
- dateStart: Date | null;
5
- dateEnd: Date | null;
4
+ startDate: Date | null;
5
+ endDate: Date | null;
6
6
  value: number | null;
7
7
  idField: number;
8
8
  idSociety: number;
@@ -20,6 +20,7 @@ export interface ISupervision {
20
20
  idExercice: number;
21
21
  idAccountant: number | null;
22
22
  idFile: number | null;
23
+ idLetter: number | null;
23
24
  checkDateRecommandation: Date | null;
24
25
  idBalanceSheetPartial: number | null;
25
26
  idBalanceSheetLiquidation: number | null;
@@ -35,6 +36,7 @@ export interface ISupervision {
35
36
  balanceSheetPartial: IBalanceSheetPartial;
36
37
  balanceSheetLiquidation: IBalanceSheetLiquidation;
37
38
  file: IFile;
39
+ letter: IFile;
38
40
  pendingPoints: IPendingPoint[];
39
41
  jobs: IJob[];
40
42
  }
package/ts/types/index.ts CHANGED
@@ -337,6 +337,12 @@ export * from './Enum/Gescom';
337
337
  export * from './Enum/TypeIncomeAllocation';
338
338
  export * from './Enum/AccountingFileType';
339
339
  export * from './Enum/FileType';
340
+ export * from './Enum/FieldSocietyStat';
341
+ export * from './Enum/Prestation';
342
+ export * from './Enum/Supervision';
343
+ export * from './Enum/Notification';
344
+ export * from './Enum/Comment';
345
+ export * from './Enum/Channel';
340
346
 
341
347
  // Interfaces API
342
348
  export * from './Interface/api/businessPartner/ReadBusinessPartner';
@@ -464,3 +470,6 @@ export * from './Interface/api/crisp/GetCrisp';
464
470
  export * from './Interface/api/incomeAllocation/CreateIncomeAllocation';
465
471
  export * from './Interface/api/incomeAllocation/ReadIncomeAllocation';
466
472
  export * from './Interface/api/incomeAllocation/TypeAndAmount';
473
+ export * from './Interface/api/taxDeadline/QueryTaxDeadline';
474
+ export * from './Interface/api/taxDeadline/ReadTaxDeadline';
475
+ export * from './Interface/api/society/ReadSociety';