@silexpert/core 0.4.204 → 0.4.206
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.
- package/es/api/resources/Connector.d.ts +2 -0
- package/es/api/resources/Connector.d.ts.map +1 -1
- package/es/api/resources/Connector.js +3 -0
- package/es/api/resources/Connector.js.map +1 -1
- package/es/api/resources/SocietyEvent.d.ts +7 -0
- package/es/api/resources/SocietyEvent.d.ts.map +1 -0
- package/es/api/resources/SocietyEvent.js +10 -0
- package/es/api/resources/SocietyEvent.js.map +1 -0
- package/es/api/resources/User.d.ts +4 -0
- package/es/api/resources/User.d.ts.map +1 -1
- package/es/api/resources/User.js +7 -1
- package/es/api/resources/User.js.map +1 -1
- package/es/api/resources.d.ts +2 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +2 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/SocietyTypeEvent.d.ts +5 -0
- package/es/types/Enum/SocietyTypeEvent.d.ts.map +1 -0
- package/es/types/Enum/SocietyTypeEvent.js +6 -0
- package/es/types/Enum/SocietyTypeEvent.js.map +1 -0
- package/es/types/Interface/api/bankAccount/ImportBankAccount.d.ts +5 -0
- package/es/types/Interface/api/bankAccount/ImportBankAccount.d.ts.map +1 -0
- package/es/types/Interface/api/bankAccount/ImportBankAccount.js +26 -0
- package/es/types/Interface/api/bankAccount/ImportBankAccount.js.map +1 -0
- package/es/types/Interface/api/budgetInsight/Query.d.ts +11 -0
- package/es/types/Interface/api/budgetInsight/Query.d.ts.map +1 -1
- package/es/types/Interface/api/budgetInsight/Query.js.map +1 -1
- package/es/types/Interface/api/checklist/Read.d.ts +1 -1
- package/es/types/Interface/api/checklist/Read.d.ts.map +1 -1
- package/es/types/Interface/api/checklist/Read.js.map +1 -1
- package/es/types/Interface/api/societyEvent/CreateSocietyEvent.d.ts +6 -0
- package/es/types/Interface/api/societyEvent/CreateSocietyEvent.d.ts.map +1 -0
- package/es/types/Interface/api/societyEvent/CreateSocietyEvent.js +22 -0
- package/es/types/Interface/api/societyEvent/CreateSocietyEvent.js.map +1 -0
- package/es/types/Interface/api/societyEvent/QuerySocietyEvent.d.ts +5 -0
- package/es/types/Interface/api/societyEvent/QuerySocietyEvent.d.ts.map +1 -0
- package/es/types/Interface/api/societyEvent/QuerySocietyEvent.js +17 -0
- package/es/types/Interface/api/societyEvent/QuerySocietyEvent.js.map +1 -0
- package/es/types/Interface/models/IChecklist.d.ts +1 -1
- package/es/types/Interface/models/IChecklist.d.ts.map +1 -1
- package/es/types/Interface/models/IChecklist.js.map +1 -1
- package/es/types/Interface/models/IComment.d.ts +1 -0
- package/es/types/Interface/models/IComment.d.ts.map +1 -1
- package/es/types/Interface/models/IComment.js.map +1 -1
- package/es/types/Interface/models/ISociety.d.ts +2 -0
- package/es/types/Interface/models/ISociety.d.ts.map +1 -1
- package/es/types/Interface/models/ISociety.js.map +1 -1
- package/es/types/Interface/models/ISocietyEvent.d.ts +12 -0
- package/es/types/Interface/models/ISocietyEvent.d.ts.map +1 -0
- package/es/types/Interface/models/ISocietyEvent.js +2 -0
- package/es/types/Interface/models/ISocietyEvent.js.map +1 -0
- package/es/types/index.d.ts +5 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +5 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Connector.js +4 -0
- package/js/api/resources/Connector.js.map +1 -1
- package/js/api/resources/SocietyEvent.js +24 -0
- package/js/api/resources/SocietyEvent.js.map +1 -0
- package/js/api/resources/User.js +9 -1
- package/js/api/resources/User.js.map +1 -1
- package/js/api/resources.js +4 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/SocietyTypeEvent.js +12 -0
- package/js/types/Enum/SocietyTypeEvent.js.map +1 -0
- package/js/types/Interface/api/bankAccount/ImportBankAccount.js +31 -0
- package/js/types/Interface/api/bankAccount/ImportBankAccount.js.map +1 -0
- package/js/types/Interface/api/budgetInsight/Query.js.map +1 -1
- package/js/types/Interface/api/societyEvent/CreateSocietyEvent.js +31 -0
- package/js/types/Interface/api/societyEvent/CreateSocietyEvent.js.map +1 -0
- package/js/types/Interface/api/societyEvent/QuerySocietyEvent.js +27 -0
- package/js/types/Interface/api/societyEvent/QuerySocietyEvent.js.map +1 -0
- package/js/types/Interface/models/ISocietyEvent.js +6 -0
- package/js/types/Interface/models/ISocietyEvent.js.map +1 -0
- package/js/types/index.js +60 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Connector.ts +4 -0
- package/ts/api/resources/SocietyEvent.ts +12 -0
- package/ts/api/resources/User.ts +7 -1
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/SocietyTypeEvent.ts +4 -0
- package/ts/types/Interface/api/bankAccount/ImportBankAccount.ts +14 -0
- package/ts/types/Interface/api/budgetInsight/Query.ts +12 -0
- package/ts/types/Interface/api/checklist/Read.ts +1 -1
- package/ts/types/Interface/api/societyEvent/CreateSocietyEvent.ts +10 -0
- package/ts/types/Interface/api/societyEvent/QuerySocietyEvent.ts +7 -0
- package/ts/types/Interface/models/IChecklist.ts +1 -1
- package/ts/types/Interface/models/IComment.ts +1 -0
- package/ts/types/Interface/models/ISociety.ts +2 -0
- package/ts/types/Interface/models/ISocietyEvent.ts +14 -0
- package/ts/types/index.ts +5 -0
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';
|