@silexpert/core 0.4.73 → 0.4.80

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 (130) hide show
  1. package/es/api/resources/ExerciceNote.d.ts +10 -0
  2. package/es/api/resources/ExerciceNote.d.ts.map +1 -0
  3. package/es/api/resources/ExerciceNote.js +13 -0
  4. package/es/api/resources/ExerciceNote.js.map +1 -0
  5. package/es/api/resources/Library.d.ts +8 -0
  6. package/es/api/resources/Library.d.ts.map +1 -0
  7. package/es/api/resources/Library.js +10 -0
  8. package/es/api/resources/Library.js.map +1 -0
  9. package/es/api/resources/RevisionGuide.d.ts +8 -0
  10. package/es/api/resources/RevisionGuide.d.ts.map +1 -0
  11. package/es/api/resources/RevisionGuide.js +13 -0
  12. package/es/api/resources/RevisionGuide.js.map +1 -0
  13. package/es/api/resources/Sponsorship.d.ts +2 -1
  14. package/es/api/resources/Sponsorship.d.ts.map +1 -1
  15. package/es/api/resources/Sponsorship.js.map +1 -1
  16. package/es/api/resources.d.ts +6 -0
  17. package/es/api/resources.d.ts.map +1 -1
  18. package/es/api/resources.js +6 -0
  19. package/es/api/resources.js.map +1 -1
  20. package/es/types/Enum/ExerciceNoteType.d.ts +5 -0
  21. package/es/types/Enum/ExerciceNoteType.d.ts.map +1 -0
  22. package/es/types/Enum/ExerciceNoteType.js +6 -0
  23. package/es/types/Enum/ExerciceNoteType.js.map +1 -0
  24. package/es/types/Enum/Ged.d.ts +7 -2
  25. package/es/types/Enum/Ged.d.ts.map +1 -1
  26. package/es/types/Enum/Ged.js +6 -3
  27. package/es/types/Enum/Ged.js.map +1 -1
  28. package/es/types/Enum/RevisionGuide.d.ts +107 -0
  29. package/es/types/Enum/RevisionGuide.d.ts.map +1 -0
  30. package/es/types/Enum/RevisionGuide.js +110 -0
  31. package/es/types/Enum/RevisionGuide.js.map +1 -0
  32. package/es/types/Enum/Util.d.ts +6 -0
  33. package/es/types/Enum/Util.d.ts.map +1 -0
  34. package/es/types/Enum/Util.js +7 -0
  35. package/es/types/Enum/Util.js.map +1 -0
  36. package/es/types/Interface/api/account/CreateAccountSociety.d.ts +1 -1
  37. package/es/types/Interface/api/account/CreateAccountSociety.d.ts.map +1 -1
  38. package/es/types/Interface/api/account/CreateAccountSociety.js +1 -1
  39. package/es/types/Interface/api/account/CreateAccountSociety.js.map +1 -1
  40. package/es/types/Interface/api/exerciceNote/CreateExerciceNote.d.ts +9 -0
  41. package/es/types/Interface/api/exerciceNote/CreateExerciceNote.d.ts.map +1 -0
  42. package/es/types/Interface/api/exerciceNote/CreateExerciceNote.js +28 -0
  43. package/es/types/Interface/api/exerciceNote/CreateExerciceNote.js.map +1 -0
  44. package/es/types/Interface/api/exerciceNote/QueryExerciceNote.d.ts +5 -0
  45. package/es/types/Interface/api/exerciceNote/QueryExerciceNote.d.ts.map +1 -0
  46. package/es/types/Interface/api/exerciceNote/QueryExerciceNote.js +18 -0
  47. package/es/types/Interface/api/exerciceNote/QueryExerciceNote.js.map +1 -0
  48. package/es/types/Interface/api/library/QueryLibrary.d.ts +14 -0
  49. package/es/types/Interface/api/library/QueryLibrary.d.ts.map +1 -0
  50. package/es/types/Interface/api/library/QueryLibrary.js +48 -0
  51. package/es/types/Interface/api/library/QueryLibrary.js.map +1 -0
  52. package/es/types/Interface/api/revisionGuide/CreateRevisionGuide.d.ts +8 -0
  53. package/es/types/Interface/api/revisionGuide/CreateRevisionGuide.d.ts.map +1 -0
  54. package/es/types/Interface/api/revisionGuide/CreateRevisionGuide.js +27 -0
  55. package/es/types/Interface/api/revisionGuide/CreateRevisionGuide.js.map +1 -0
  56. package/es/types/Interface/api/zticket/CreateZTicket.d.ts +5 -0
  57. package/es/types/Interface/api/zticket/CreateZTicket.d.ts.map +1 -1
  58. package/es/types/Interface/api/zticket/CreateZTicket.js.map +1 -1
  59. package/es/types/Interface/models/IExerciceNote.d.ts +15 -0
  60. package/es/types/Interface/models/IExerciceNote.d.ts.map +1 -0
  61. package/es/types/Interface/models/IExerciceNote.js +2 -0
  62. package/es/types/Interface/models/IExerciceNote.js.map +1 -0
  63. package/es/types/Interface/models/IRevisionGuide.d.ts +12 -0
  64. package/es/types/Interface/models/IRevisionGuide.d.ts.map +1 -0
  65. package/es/types/Interface/models/IRevisionGuide.js +2 -0
  66. package/es/types/Interface/models/IRevisionGuide.js.map +1 -0
  67. package/es/types/Interface/models/ISponsorshipWithSponsorInfo.d.ts +9 -0
  68. package/es/types/Interface/models/ISponsorshipWithSponsorInfo.d.ts.map +1 -0
  69. package/es/types/Interface/models/ISponsorshipWithSponsorInfo.js +2 -0
  70. package/es/types/Interface/models/ISponsorshipWithSponsorInfo.js.map +1 -0
  71. package/es/types/index.d.ts +10 -0
  72. package/es/types/index.d.ts.map +1 -1
  73. package/es/types/index.js +10 -0
  74. package/es/types/index.js.map +1 -1
  75. package/js/api/resources/ExerciceNote.js +28 -0
  76. package/js/api/resources/ExerciceNote.js.map +1 -0
  77. package/js/api/resources/Library.js +26 -0
  78. package/js/api/resources/Library.js.map +1 -0
  79. package/js/api/resources/RevisionGuide.js +26 -0
  80. package/js/api/resources/RevisionGuide.js.map +1 -0
  81. package/js/api/resources/Sponsorship.js.map +1 -1
  82. package/js/api/resources.js +10 -1
  83. package/js/api/resources.js.map +1 -1
  84. package/js/types/Enum/ExerciceNoteType.js +12 -0
  85. package/js/types/Enum/ExerciceNoteType.js.map +1 -0
  86. package/js/types/Enum/Ged.js +9 -5
  87. package/js/types/Enum/Ged.js.map +1 -1
  88. package/js/types/Enum/RevisionGuide.js +118 -0
  89. package/js/types/Enum/RevisionGuide.js.map +1 -0
  90. package/js/types/Enum/Util.js +13 -0
  91. package/js/types/Enum/Util.js.map +1 -0
  92. package/js/types/Interface/api/account/CreateAccountSociety.js +1 -1
  93. package/js/types/Interface/api/account/CreateAccountSociety.js.map +1 -1
  94. package/js/types/Interface/api/exerciceNote/CreateExerciceNote.js +37 -0
  95. package/js/types/Interface/api/exerciceNote/CreateExerciceNote.js.map +1 -0
  96. package/js/types/Interface/api/exerciceNote/QueryExerciceNote.js +29 -0
  97. package/js/types/Interface/api/exerciceNote/QueryExerciceNote.js.map +1 -0
  98. package/js/types/Interface/api/library/QueryLibrary.js +47 -0
  99. package/js/types/Interface/api/library/QueryLibrary.js.map +1 -0
  100. package/js/types/Interface/api/revisionGuide/CreateRevisionGuide.js +35 -0
  101. package/js/types/Interface/api/revisionGuide/CreateRevisionGuide.js.map +1 -0
  102. package/js/types/Interface/api/zticket/CreateZTicket.js.map +1 -1
  103. package/js/types/Interface/models/IExerciceNote.js +6 -0
  104. package/js/types/Interface/models/IExerciceNote.js.map +1 -0
  105. package/js/types/Interface/models/IRevisionGuide.js +6 -0
  106. package/js/types/Interface/models/IRevisionGuide.js.map +1 -0
  107. package/js/types/Interface/models/ISponsorshipWithSponsorInfo.js +6 -0
  108. package/js/types/Interface/models/ISponsorshipWithSponsorInfo.js.map +1 -0
  109. package/js/types/index.js +120 -0
  110. package/js/types/index.js.map +1 -1
  111. package/package.json +1 -1
  112. package/ts/api/resources/ExerciceNote.ts +16 -0
  113. package/ts/api/resources/Library.ts +12 -0
  114. package/ts/api/resources/RevisionGuide.ts +16 -0
  115. package/ts/api/resources/Sponsorship.ts +2 -1
  116. package/ts/api/resources.ts +6 -0
  117. package/ts/types/Enum/ExerciceNoteType.ts +4 -0
  118. package/ts/types/Enum/Ged.ts +12 -9
  119. package/ts/types/Enum/RevisionGuide.ts +108 -0
  120. package/ts/types/Enum/Util.ts +5 -0
  121. package/ts/types/Interface/api/account/CreateAccountSociety.ts +2 -2
  122. package/ts/types/Interface/api/exerciceNote/CreateExerciceNote.ts +15 -0
  123. package/ts/types/Interface/api/exerciceNote/QueryExerciceNote.ts +7 -0
  124. package/ts/types/Interface/api/library/QueryLibrary.ts +30 -0
  125. package/ts/types/Interface/api/revisionGuide/CreateRevisionGuide.ts +14 -0
  126. package/ts/types/Interface/api/zticket/CreateZTicket.ts +5 -0
  127. package/ts/types/Interface/models/IExerciceNote.ts +17 -0
  128. package/ts/types/Interface/models/IRevisionGuide.ts +14 -0
  129. package/ts/types/Interface/models/ISponsorshipWithSponsorInfo.ts +9 -0
  130. package/ts/types/index.ts +10 -0
@@ -0,0 +1,17 @@
1
+ import { IExercice } from './IExercice';
2
+ import { IGedFile } from './IGedFile';
3
+ import { ExerciceNoteType } from '../../Enum/ExerciceNoteType';
4
+
5
+ export interface IExerciceNote {
6
+ id?: number;
7
+ value: string;
8
+ type: ExerciceNoteType;
9
+ idExercice: number;
10
+ idGedFile?: number | null;
11
+ createdAt?: Date | null;
12
+ updatedAt?: Date | null;
13
+
14
+ // Associations
15
+ exercice?: IExercice;
16
+ gedFile?: IGedFile;
17
+ }
@@ -0,0 +1,14 @@
1
+ import { IExercice } from './IExercice';
2
+
3
+ export interface IRevisionGuide {
4
+ id?: number;
5
+ state: number;
6
+ comment?: string | null;
7
+ idExercice: number | null;
8
+ idQuestion: number | null;
9
+ createdAt?: Date | null;
10
+ updatedAt?: Date | null;
11
+
12
+ // Associations
13
+ exercice?: IExercice;
14
+ }
@@ -0,0 +1,9 @@
1
+ import { ISponsorship } from './ISponsorship';
2
+
3
+ export interface ISponsorshipWithSponsorInfo extends ISponsorship {
4
+ firstname?: string;
5
+ lastname?: string;
6
+ idSponsor?: number;
7
+ sponsorIban?: string | null
8
+ societySponsorName?: string
9
+ }
package/ts/types/index.ts CHANGED
@@ -282,6 +282,9 @@ export * from './Interface/models/IStock';
282
282
  export * from './Interface/models/ISocietyPromoCode';
283
283
  export * from './Interface/models/IZTicket';
284
284
  export * from './Interface/models/IAccountingTransaction_new';
285
+ export * from './Interface/models/IExerciceNote';
286
+ export * from './Interface/models/IRevisionGuide';
287
+ export * from './Interface/models/ISponsorshipWithSponsorInfo';
285
288
 
286
289
  // Forms
287
290
  export * from './Form/FormAuthenticate';
@@ -337,6 +340,8 @@ export * from './Enum/Gescom';
337
340
  export * from './Enum/TypeIncomeAllocation';
338
341
  export * from './Enum/AccountingFileType';
339
342
  export * from './Enum/FileType';
343
+ export * from './Enum/RevisionGuide';
344
+ export * from './Enum/Util';
340
345
  export * from './Enum/RegisterCategory';
341
346
  export * from './Enum/FieldSocietyStat';
342
347
  export * from './Enum/Prestation';
@@ -344,6 +349,7 @@ export * from './Enum/Supervision';
344
349
  export * from './Enum/Notification';
345
350
  export * from './Enum/Comment';
346
351
  export * from './Enum/Channel';
352
+ export * from './Enum/ExerciceNoteType';
347
353
 
348
354
  // Interfaces API
349
355
  export * from './Interface/api/businessPartner/ReadBusinessPartner';
@@ -472,6 +478,10 @@ export * from './Interface/api/crisp/GetCrisp';
472
478
  export * from './Interface/api/incomeAllocation/CreateIncomeAllocation';
473
479
  export * from './Interface/api/incomeAllocation/ReadIncomeAllocation';
474
480
  export * from './Interface/api/incomeAllocation/TypeAndAmount';
481
+ export * from './Interface/api/revisionGuide/CreateRevisionGuide';
482
+ export * from './Interface/api/library/QueryLibrary';
475
483
  export * from './Interface/api/taxDeadline/QueryTaxDeadline';
476
484
  export * from './Interface/api/taxDeadline/ReadTaxDeadline';
477
485
  export * from './Interface/api/society/ReadSociety';
486
+ export * from './Interface/api/exerciceNote/QueryExerciceNote';
487
+ export * from './Interface/api/exerciceNote/CreateExerciceNote';