@silexpert/core 0.4.56 → 0.4.58

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 (124) 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/accountingTransaction/QueryTransaction.d.ts +1 -1
  38. package/es/types/Interface/api/accountingTransaction/QueryTransaction.d.ts.map +1 -1
  39. package/es/types/Interface/api/accountingTransaction/QueryTransaction.js +1 -1
  40. package/es/types/Interface/api/accountingTransaction/QueryTransaction.js.map +1 -1
  41. package/es/types/Interface/api/cerfa/CreateCerfa.d.ts +4 -0
  42. package/es/types/Interface/api/cerfa/CreateCerfa.d.ts.map +1 -1
  43. package/es/types/Interface/api/cerfa/CreateCerfa.js +8 -0
  44. package/es/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
  45. package/es/types/Interface/api/society/ReadSociety.d.ts +8 -0
  46. package/es/types/Interface/api/society/ReadSociety.d.ts.map +1 -0
  47. package/es/types/Interface/api/society/ReadSociety.js +2 -0
  48. package/es/types/Interface/api/society/ReadSociety.js.map +1 -0
  49. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts +29 -0
  50. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -0
  51. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js +99 -0
  52. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -0
  53. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts +77 -0
  54. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts.map +1 -0
  55. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.js +11 -0
  56. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -0
  57. package/es/types/Interface/models/ICustomerTva.d.ts +1 -1
  58. package/es/types/Interface/models/ICustomerTva.js.map +1 -1
  59. package/es/types/Interface/models/IPrestation.d.ts +2 -2
  60. package/es/types/Interface/models/IPrestation.d.ts.map +1 -1
  61. package/es/types/Interface/models/IPrestation.js.map +1 -1
  62. package/es/types/Interface/models/ISociety.d.ts +7 -3
  63. package/es/types/Interface/models/ISociety.d.ts.map +1 -1
  64. package/es/types/Interface/models/ISociety.js.map +1 -1
  65. package/es/types/Interface/models/ISocietyStat.d.ts +2 -2
  66. package/es/types/Interface/models/ISocietyStat.js.map +1 -1
  67. package/es/types/Interface/models/ISupervision.d.ts +2 -0
  68. package/es/types/Interface/models/ISupervision.d.ts.map +1 -1
  69. package/es/types/Interface/models/ISupervision.js.map +1 -1
  70. package/es/types/index.d.ts +9 -0
  71. package/es/types/index.d.ts.map +1 -1
  72. package/es/types/index.js +9 -0
  73. package/es/types/index.js.map +1 -1
  74. package/js/api/resources/TaxDeadline.js +30 -0
  75. package/js/api/resources/TaxDeadline.js.map +1 -0
  76. package/js/api/resources.js +4 -1
  77. package/js/api/resources.js.map +1 -1
  78. package/js/types/Enum/BalanceSheet.js +20 -0
  79. package/js/types/Enum/BalanceSheet.js.map +1 -1
  80. package/js/types/Enum/Channel.js +12 -0
  81. package/js/types/Enum/Channel.js.map +1 -0
  82. package/js/types/Enum/Comment.js +25 -0
  83. package/js/types/Enum/Comment.js.map +1 -0
  84. package/js/types/Enum/FieldSocietyStat.js +16 -0
  85. package/js/types/Enum/FieldSocietyStat.js.map +1 -0
  86. package/js/types/Enum/Notification.js +12 -0
  87. package/js/types/Enum/Notification.js.map +1 -0
  88. package/js/types/Enum/Prestation.js +14 -0
  89. package/js/types/Enum/Prestation.js.map +1 -0
  90. package/js/types/Enum/Supervision.js +17 -0
  91. package/js/types/Enum/Supervision.js.map +1 -0
  92. package/js/types/Interface/api/accountingTransaction/QueryTransaction.js +1 -1
  93. package/js/types/Interface/api/accountingTransaction/QueryTransaction.js.map +1 -1
  94. package/js/types/Interface/api/cerfa/CreateCerfa.js +4 -0
  95. package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
  96. package/js/types/Interface/api/society/ReadSociety.js +6 -0
  97. package/js/types/Interface/api/society/ReadSociety.js.map +1 -0
  98. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js +121 -0
  99. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -0
  100. package/js/types/Interface/api/taxDeadline/ReadTaxDeadline.js +26 -0
  101. package/js/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -0
  102. package/js/types/index.js +108 -0
  103. package/js/types/index.js.map +1 -1
  104. package/package.json +1 -1
  105. package/ts/api/resources/TaxDeadline.ts +20 -0
  106. package/ts/api/resources.ts +2 -0
  107. package/ts/types/Enum/BalanceSheet.ts +18 -0
  108. package/ts/types/Enum/Channel.ts +4 -0
  109. package/ts/types/Enum/Comment.ts +17 -0
  110. package/ts/types/Enum/FieldSocietyStat.ts +8 -0
  111. package/ts/types/Enum/Notification.ts +4 -0
  112. package/ts/types/Enum/Prestation.ts +6 -0
  113. package/ts/types/Enum/Supervision.ts +9 -0
  114. package/ts/types/Interface/api/accountingTransaction/QueryTransaction.ts +1 -1
  115. package/ts/types/Interface/api/cerfa/CreateCerfa.ts +8 -0
  116. package/ts/types/Interface/api/society/ReadSociety.ts +7 -0
  117. package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +69 -0
  118. package/ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts +73 -0
  119. package/ts/types/Interface/models/ICustomerTva.ts +1 -1
  120. package/ts/types/Interface/models/IPrestation.ts +2 -2
  121. package/ts/types/Interface/models/ISociety.ts +9 -3
  122. package/ts/types/Interface/models/ISocietyStat.ts +2 -2
  123. package/ts/types/Interface/models/ISupervision.ts +2 -0
  124. package/ts/types/index.ts +9 -0
@@ -47,7 +47,10 @@ import { ISurvey } from './ISurvey';
47
47
  import { ILog } from './ILog';
48
48
  import { ISms } from './ISms';
49
49
  import { IUser } from './IUser';
50
- import { ComptaType, Country, Sector } from '../..';
50
+ import {
51
+ ComptaType, Country, Sector, UnpaidDetail,
52
+ } from '../..';
53
+ import { IBrandType } from './IBrandType';
51
54
 
52
55
  // societies
53
56
  export interface ISociety {
@@ -81,7 +84,7 @@ export interface ISociety {
81
84
  FolderIsFinished: boolean | null;
82
85
  hideInformationsBanner: boolean | null;
83
86
  dateUploadTva: Date | null;
84
- dateUploadTva2: number | null;
87
+ vatUploadDay: number | null;
85
88
  lockImposition: boolean | null;
86
89
  lockTva: boolean | null;
87
90
  isWaitingEnd: boolean | null;
@@ -121,7 +124,9 @@ export interface ISociety {
121
124
  noShowPopUpSynchroDate: Date | null;
122
125
  stateFollowCall: number | null;
123
126
  hideSimulationBetaMessage: boolean;
124
- unpaid: string | null;
127
+ unpaid: number | null;
128
+ isLate: boolean | null;
129
+ unpaidDetails: UnpaidDetail[] | null;
125
130
  owner: string | null;
126
131
  social: string | null;
127
132
  exercices: string | null;
@@ -184,4 +189,5 @@ export interface ISociety {
184
189
  logs?: ILog[];
185
190
  sms?: ISms[];
186
191
  users?: IUser[];
192
+ brandType?: IBrandType;
187
193
  }
@@ -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';