@silexpert/core 0.4.204 → 0.4.207

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 (99) hide show
  1. package/es/api/resources/Connector.d.ts +2 -0
  2. package/es/api/resources/Connector.d.ts.map +1 -1
  3. package/es/api/resources/Connector.js +3 -0
  4. package/es/api/resources/Connector.js.map +1 -1
  5. package/es/api/resources/SocietyEvent.d.ts +7 -0
  6. package/es/api/resources/SocietyEvent.d.ts.map +1 -0
  7. package/es/api/resources/SocietyEvent.js +10 -0
  8. package/es/api/resources/SocietyEvent.js.map +1 -0
  9. package/es/api/resources/User.d.ts +4 -0
  10. package/es/api/resources/User.d.ts.map +1 -1
  11. package/es/api/resources/User.js +7 -1
  12. package/es/api/resources/User.js.map +1 -1
  13. package/es/api/resources.d.ts +2 -0
  14. package/es/api/resources.d.ts.map +1 -1
  15. package/es/api/resources.js +2 -0
  16. package/es/api/resources.js.map +1 -1
  17. package/es/types/Enum/SocietyTypeEvent.d.ts +5 -0
  18. package/es/types/Enum/SocietyTypeEvent.d.ts.map +1 -0
  19. package/es/types/Enum/SocietyTypeEvent.js +6 -0
  20. package/es/types/Enum/SocietyTypeEvent.js.map +1 -0
  21. package/es/types/Interface/api/bankAccount/ImportBankAccount.d.ts +5 -0
  22. package/es/types/Interface/api/bankAccount/ImportBankAccount.d.ts.map +1 -0
  23. package/es/types/Interface/api/bankAccount/ImportBankAccount.js +26 -0
  24. package/es/types/Interface/api/bankAccount/ImportBankAccount.js.map +1 -0
  25. package/es/types/Interface/api/budgetInsight/Query.d.ts +11 -0
  26. package/es/types/Interface/api/budgetInsight/Query.d.ts.map +1 -1
  27. package/es/types/Interface/api/budgetInsight/Query.js.map +1 -1
  28. package/es/types/Interface/api/checklist/Read.d.ts +1 -1
  29. package/es/types/Interface/api/checklist/Read.d.ts.map +1 -1
  30. package/es/types/Interface/api/checklist/Read.js.map +1 -1
  31. package/es/types/Interface/api/revision/QueryRevisionAccount.d.ts +2 -2
  32. package/es/types/Interface/api/revision/QueryRevisionAccount.d.ts.map +1 -1
  33. package/es/types/Interface/api/revision/QueryRevisionAccount.js +1 -7
  34. package/es/types/Interface/api/revision/QueryRevisionAccount.js.map +1 -1
  35. package/es/types/Interface/api/societyEvent/CreateSocietyEvent.d.ts +6 -0
  36. package/es/types/Interface/api/societyEvent/CreateSocietyEvent.d.ts.map +1 -0
  37. package/es/types/Interface/api/societyEvent/CreateSocietyEvent.js +22 -0
  38. package/es/types/Interface/api/societyEvent/CreateSocietyEvent.js.map +1 -0
  39. package/es/types/Interface/api/societyEvent/QuerySocietyEvent.d.ts +5 -0
  40. package/es/types/Interface/api/societyEvent/QuerySocietyEvent.d.ts.map +1 -0
  41. package/es/types/Interface/api/societyEvent/QuerySocietyEvent.js +17 -0
  42. package/es/types/Interface/api/societyEvent/QuerySocietyEvent.js.map +1 -0
  43. package/es/types/Interface/models/IChecklist.d.ts +1 -1
  44. package/es/types/Interface/models/IChecklist.d.ts.map +1 -1
  45. package/es/types/Interface/models/IChecklist.js.map +1 -1
  46. package/es/types/Interface/models/IComment.d.ts +1 -0
  47. package/es/types/Interface/models/IComment.d.ts.map +1 -1
  48. package/es/types/Interface/models/IComment.js.map +1 -1
  49. package/es/types/Interface/models/ISociety.d.ts +2 -0
  50. package/es/types/Interface/models/ISociety.d.ts.map +1 -1
  51. package/es/types/Interface/models/ISociety.js.map +1 -1
  52. package/es/types/Interface/models/ISocietyEvent.d.ts +12 -0
  53. package/es/types/Interface/models/ISocietyEvent.d.ts.map +1 -0
  54. package/es/types/Interface/models/ISocietyEvent.js +2 -0
  55. package/es/types/Interface/models/ISocietyEvent.js.map +1 -0
  56. package/es/types/index.d.ts +5 -0
  57. package/es/types/index.d.ts.map +1 -1
  58. package/es/types/index.js +5 -0
  59. package/es/types/index.js.map +1 -1
  60. package/js/api/resources/Connector.js +4 -0
  61. package/js/api/resources/Connector.js.map +1 -1
  62. package/js/api/resources/SocietyEvent.js +24 -0
  63. package/js/api/resources/SocietyEvent.js.map +1 -0
  64. package/js/api/resources/User.js +9 -1
  65. package/js/api/resources/User.js.map +1 -1
  66. package/js/api/resources.js +4 -1
  67. package/js/api/resources.js.map +1 -1
  68. package/js/types/Enum/SocietyTypeEvent.js +12 -0
  69. package/js/types/Enum/SocietyTypeEvent.js.map +1 -0
  70. package/js/types/Interface/api/bankAccount/ImportBankAccount.js +31 -0
  71. package/js/types/Interface/api/bankAccount/ImportBankAccount.js.map +1 -0
  72. package/js/types/Interface/api/budgetInsight/Query.js.map +1 -1
  73. package/js/types/Interface/api/revision/QueryRevisionAccount.js +3 -5
  74. package/js/types/Interface/api/revision/QueryRevisionAccount.js.map +1 -1
  75. package/js/types/Interface/api/societyEvent/CreateSocietyEvent.js +31 -0
  76. package/js/types/Interface/api/societyEvent/CreateSocietyEvent.js.map +1 -0
  77. package/js/types/Interface/api/societyEvent/QuerySocietyEvent.js +27 -0
  78. package/js/types/Interface/api/societyEvent/QuerySocietyEvent.js.map +1 -0
  79. package/js/types/Interface/models/ISocietyEvent.js +6 -0
  80. package/js/types/Interface/models/ISocietyEvent.js.map +1 -0
  81. package/js/types/index.js +60 -0
  82. package/js/types/index.js.map +1 -1
  83. package/package.json +1 -1
  84. package/ts/api/resources/Connector.ts +4 -0
  85. package/ts/api/resources/SocietyEvent.ts +12 -0
  86. package/ts/api/resources/User.ts +7 -1
  87. package/ts/api/resources.ts +2 -0
  88. package/ts/types/Enum/SocietyTypeEvent.ts +4 -0
  89. package/ts/types/Interface/api/bankAccount/ImportBankAccount.ts +14 -0
  90. package/ts/types/Interface/api/budgetInsight/Query.ts +12 -0
  91. package/ts/types/Interface/api/checklist/Read.ts +1 -1
  92. package/ts/types/Interface/api/revision/QueryRevisionAccount.ts +3 -9
  93. package/ts/types/Interface/api/societyEvent/CreateSocietyEvent.ts +10 -0
  94. package/ts/types/Interface/api/societyEvent/QuerySocietyEvent.ts +7 -0
  95. package/ts/types/Interface/models/IChecklist.ts +1 -1
  96. package/ts/types/Interface/models/IComment.ts +1 -0
  97. package/ts/types/Interface/models/ISociety.ts +2 -0
  98. package/ts/types/Interface/models/ISocietyEvent.ts +14 -0
  99. package/ts/types/index.ts +5 -0
@@ -46,6 +46,7 @@ import { ISurvey } from './ISurvey';
46
46
  import { ILog } from './ILog';
47
47
  import { ISms } from './ISms';
48
48
  import { IUser } from './IUser';
49
+ import { ISocietyEvent } from './ISocietyEvent';
49
50
  import {
50
51
  ComptaType, Country, INafCode, IPartneredAccountantCompanyService, Sector, UnpaidDetail, IPartneredAccountantToSociety,
51
52
  } from '../..';
@@ -200,4 +201,5 @@ export interface ISociety {
200
201
  brandType?: IBrandType;
201
202
  partneredAccountantCompaniesServices: IPartneredAccountantCompanyService[];
202
203
  partneredAccountantRelated: IPartneredAccountantToSociety;
204
+ events: ISocietyEvent[];
203
205
  }
@@ -0,0 +1,14 @@
1
+ import { SocietyTypeEvent } from '../../Enum/SocietyTypeEvent';
2
+ import { ISociety } from './ISociety';
3
+
4
+ export interface ISocietyEvent {
5
+ id: number;
6
+ idSociety: number;
7
+ idTypeEvent: SocietyTypeEvent;
8
+ state?: string | null;
9
+ createdAt?: Date | null;
10
+ updatedAt?: Date | null;
11
+
12
+ // Association
13
+ society: ISociety;
14
+ }
package/ts/types/index.ts CHANGED
@@ -303,6 +303,7 @@ export * from './Interface/models/IBalanceSheetCompletion';
303
303
  export * from './Interface/models/IDefaultPromotion';
304
304
  export * from './Interface/models/INafCode';
305
305
  export * from './Interface/models/IMobile';
306
+ export * from './Interface/models/ISocietyEvent';
306
307
 
307
308
  // Forms
308
309
  export * from './Form/FormAuthenticate';
@@ -411,6 +412,7 @@ export * from './Enum/SalariesType';
411
412
  export * from './Enum/SheetMonthScheduleDetailType';
412
413
  export * from './Enum/ChecklistType';
413
414
  export * from './Enum/NotificationType';
415
+ export * from './Enum/SocietyTypeEvent';
414
416
 
415
417
  // Interfaces API
416
418
  export * from './Interface/api/jeDeclare/ReadJeDeclare';
@@ -541,6 +543,7 @@ export * from './Interface/api/webmail/GetMissingMailsInFinalBucket';
541
543
  export * from './Interface/api/promoCode/CreateDefaultPromoCode';
542
544
  export * from './Interface/api/promoCode/ReadDefaultPaginationPromoCode';
543
545
  export * from './Interface/api/bankAccount/QueryBankAccount';
546
+ export * from './Interface/api/bankAccount/ImportBankAccount';
544
547
  export * from './Interface/api/log/QueryLogPagination';
545
548
  export * from './Interface/api/employee/QueryEmployeeSearch';
546
549
  export * from './Interface/api/employee/QueryCreateEmployee';
@@ -703,6 +706,8 @@ export * from './Interface/api/checklist/Update';
703
706
  export * from './Interface/api/notification/CreateNotification';
704
707
  export * from './Interface/api/mobile/UpdateMobile';
705
708
  export * from './Interface/api/mobile/QueryMobileMigration';
709
+ export * from './Interface/api/societyEvent/QuerySocietyEvent';
710
+ export * from './Interface/api/societyEvent/CreateSocietyEvent';
706
711
 
707
712
  // Enums types
708
713
  export * from './Interface/enum/Util';