@silexpert/core 1.1.2 → 1.1.3
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/CommercialImport.d.ts +9 -0
- package/es/api/resources/CommercialImport.d.ts.map +1 -0
- package/es/api/resources/CommercialImport.js +24 -0
- package/es/api/resources/CommercialImport.js.map +1 -0
- package/es/api/resources/Exercice.d.ts +3 -1
- package/es/api/resources/Exercice.d.ts.map +1 -1
- package/es/api/resources/Exercice.js +6 -0
- package/es/api/resources/Exercice.js.map +1 -1
- package/es/api/resources/FIle.d.ts +1 -1
- package/es/api/resources/FIle.d.ts.map +1 -1
- package/es/api/resources/FIle.js +2 -2
- package/es/api/resources/FIle.js.map +1 -1
- package/es/api/resources/Registration.d.ts +2 -1
- package/es/api/resources/Registration.d.ts.map +1 -1
- package/es/api/resources/Registration.js +3 -0
- package/es/api/resources/Registration.js.map +1 -1
- package/es/api/resources/TimeRecorder.d.ts +2 -1
- package/es/api/resources/TimeRecorder.d.ts.map +1 -1
- package/es/api/resources/TimeRecorder.js +3 -0
- package/es/api/resources/TimeRecorder.js.map +1 -1
- package/es/api/resources/Vat.d.ts.map +1 -1
- package/es/api/resources/Vat.js +2 -1
- package/es/api/resources/Vat.js.map +1 -1
- package/es/api/resources/statistic/CustomerSuccess.js +1 -1
- package/es/api/resources/statistic/CustomerSuccess.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/AdjustmentType.d.ts +14 -0
- package/es/types/Enum/AdjustmentType.d.ts.map +1 -0
- package/es/types/Enum/AdjustmentType.js +38 -0
- package/es/types/Enum/AdjustmentType.js.map +1 -0
- package/es/types/Enum/CommercialImportHeader.d.ts +12 -0
- package/es/types/Enum/CommercialImportHeader.d.ts.map +1 -0
- package/es/types/Enum/CommercialImportHeader.js +102 -0
- package/es/types/Enum/CommercialImportHeader.js.map +1 -0
- package/es/types/Enum/Ged.d.ts +1 -0
- package/es/types/Enum/Ged.d.ts.map +1 -1
- package/es/types/Enum/Ged.js +1 -1
- package/es/types/Enum/Ged.js.map +1 -1
- package/es/types/Enum/JobTitle.d.ts +2 -1
- package/es/types/Enum/JobTitle.d.ts.map +1 -1
- package/es/types/Enum/JobTitle.js +6 -0
- package/es/types/Enum/JobTitle.js.map +1 -1
- package/es/types/Enum/MimeType.d.ts +1 -0
- package/es/types/Enum/MimeType.d.ts.map +1 -1
- package/es/types/Enum/MimeType.js +1 -0
- package/es/types/Enum/MimeType.js.map +1 -1
- package/es/types/Enum/RoleDetail.d.ts +8 -0
- package/es/types/Enum/RoleDetail.d.ts.map +1 -1
- package/es/types/Enum/RoleDetail.js +8 -0
- package/es/types/Enum/RoleDetail.js.map +1 -1
- package/es/types/Enum/TimeRecorderLocation.d.ts +4 -0
- package/es/types/Enum/TimeRecorderLocation.d.ts.map +1 -1
- package/es/types/Enum/TimeRecorderLocation.js +3 -0
- package/es/types/Enum/TimeRecorderLocation.js.map +1 -1
- package/es/types/Interface/api/accountingFiles/OcrPayload.d.ts +0 -1
- package/es/types/Interface/api/accountingFiles/OcrPayload.d.ts.map +1 -1
- package/es/types/Interface/api/accountingFiles/OcrPayload.js.map +1 -1
- package/es/types/Interface/api/adjustment/Create.d.ts +7 -0
- package/es/types/Interface/api/adjustment/Create.d.ts.map +1 -0
- package/es/types/Interface/api/adjustment/Create.js +32 -0
- package/es/types/Interface/api/adjustment/Create.js.map +1 -0
- package/es/types/Interface/api/adjustment/Query.d.ts +4 -0
- package/es/types/Interface/api/adjustment/Query.d.ts.map +1 -0
- package/es/types/Interface/api/adjustment/Query.js +19 -0
- package/es/types/Interface/api/adjustment/Query.js.map +1 -0
- package/es/types/Interface/api/adjustment/Read.d.ts +10 -0
- package/es/types/Interface/api/adjustment/Read.d.ts.map +1 -0
- package/es/types/Interface/api/adjustment/Read.js +3 -0
- package/es/types/Interface/api/adjustment/Read.js.map +1 -0
- package/es/types/Interface/api/archive/ImportSocietyArchive.d.ts +4 -0
- package/es/types/Interface/api/archive/ImportSocietyArchive.d.ts.map +1 -0
- package/es/types/Interface/api/archive/ImportSocietyArchive.js +19 -0
- package/es/types/Interface/api/archive/ImportSocietyArchive.js.map +1 -0
- package/es/types/Interface/api/commercialImport/Create.d.ts +11 -0
- package/es/types/Interface/api/commercialImport/Create.d.ts.map +1 -0
- package/es/types/Interface/api/commercialImport/Create.js +34 -0
- package/es/types/Interface/api/commercialImport/Create.js.map +1 -0
- package/es/types/Interface/api/commercialImport/Query.d.ts +12 -0
- package/es/types/Interface/api/commercialImport/Query.d.ts.map +1 -0
- package/es/types/Interface/api/commercialImport/Query.js +23 -0
- package/es/types/Interface/api/commercialImport/Query.js.map +1 -0
- package/es/types/Interface/api/commercialImport/Read.d.ts +40 -0
- package/es/types/Interface/api/commercialImport/Read.d.ts.map +1 -0
- package/es/types/Interface/api/commercialImport/Read.js +2 -0
- package/es/types/Interface/api/commercialImport/Read.js.map +1 -0
- package/es/types/Interface/api/companeo/CompaneoReturn.d.ts +28 -0
- package/es/types/Interface/api/companeo/CompaneoReturn.d.ts.map +1 -0
- package/es/types/Interface/api/companeo/CompaneoReturn.js +2 -0
- package/es/types/Interface/api/companeo/CompaneoReturn.js.map +1 -0
- package/es/types/Interface/api/companeo/Query.d.ts +5 -0
- package/es/types/Interface/api/companeo/Query.d.ts.map +1 -0
- package/es/types/Interface/api/companeo/Query.js +26 -0
- package/es/types/Interface/api/companeo/Query.js.map +1 -0
- package/es/types/Interface/api/society/CreateSociety.d.ts +1 -0
- package/es/types/Interface/api/society/CreateSociety.d.ts.map +1 -1
- package/es/types/Interface/api/society/CreateSociety.js +4 -0
- package/es/types/Interface/api/society/CreateSociety.js.map +1 -1
- package/es/types/Interface/api/statistic/QueryInternal.d.ts +2 -0
- package/es/types/Interface/api/statistic/QueryInternal.d.ts.map +1 -1
- package/es/types/Interface/api/statistic/QueryInternal.js +3 -1
- package/es/types/Interface/api/statistic/QueryInternal.js.map +1 -1
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts +1 -0
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts.map +1 -1
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
- package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.d.ts +1 -0
- package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.d.ts.map +1 -1
- package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.js +6 -0
- package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.js.map +1 -1
- package/es/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.d.ts +5 -0
- package/es/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.d.ts.map +1 -0
- package/es/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.js +25 -0
- package/es/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.js.map +1 -0
- package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.d.ts +5 -0
- package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.d.ts.map +1 -1
- package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.js.map +1 -1
- package/es/types/Interface/models/IAccountsSocieties.d.ts +2 -0
- package/es/types/Interface/models/IAccountsSocieties.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountsSocieties.js.map +1 -1
- package/es/types/Interface/models/IAdjustment.d.ts +13 -0
- package/es/types/Interface/models/IAdjustment.d.ts.map +1 -0
- package/es/types/Interface/models/IAdjustment.js +2 -0
- package/es/types/Interface/models/IAdjustment.js.map +1 -0
- package/es/types/Interface/models/IApiError.d.ts +4 -0
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +5 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IAreasInvoice.d.ts +0 -1
- package/es/types/Interface/models/IAreasInvoice.d.ts.map +1 -1
- package/es/types/Interface/models/IAreasInvoice.js.map +1 -1
- package/es/types/Interface/models/IBalanceSheet.d.ts +2 -0
- package/es/types/Interface/models/IBalanceSheet.d.ts.map +1 -1
- package/es/types/Interface/models/IBalanceSheet.js.map +1 -1
- package/es/types/Interface/models/IExercice.d.ts +3 -0
- package/es/types/Interface/models/IExercice.d.ts.map +1 -1
- package/es/types/Interface/models/IExercice.js.map +1 -1
- package/es/types/Interface/models/IGedFile.d.ts +3 -0
- package/es/types/Interface/models/IGedFile.d.ts.map +1 -1
- package/es/types/Interface/models/IGedFile.js.map +1 -1
- package/es/types/Interface/models/ILettering.d.ts +0 -4
- package/es/types/Interface/models/ILettering.d.ts.map +1 -1
- package/es/types/Interface/models/ILettering.js.map +1 -1
- package/es/types/Interface/models/ISociety.d.ts +4 -1
- 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/ISocietyApproval.d.ts +4 -2
- package/es/types/Interface/models/ISocietyApproval.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyApproval.js.map +1 -1
- package/es/types/Interface/models/IUser.d.ts +2 -0
- package/es/types/Interface/models/IUser.d.ts.map +1 -1
- package/es/types/Interface/models/IUser.js.map +1 -1
- package/es/types/index.d.ts +13 -5
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +13 -5
- package/es/types/index.js.map +1 -1
- package/es/utils/email.js +2 -2
- package/es/utils/email.js.map +1 -1
- package/es/utils/phone.d.ts +1 -1
- package/es/utils/phone.d.ts.map +1 -1
- package/es/utils/phone.js +8 -8
- package/es/utils/phone.js.map +1 -1
- package/es/utils/vat/3310/century23.d.ts.map +1 -1
- package/es/utils/vat/3310/century23.js +1 -6
- package/es/utils/vat/3310/century23.js.map +1 -1
- package/js/api/resources/CommercialImport.js +38 -0
- package/js/api/resources/CommercialImport.js.map +1 -0
- package/js/api/resources/Exercice.js +6 -0
- package/js/api/resources/Exercice.js.map +1 -1
- package/js/api/resources/FIle.js +2 -2
- package/js/api/resources/FIle.js.map +1 -1
- package/js/api/resources/Registration.js +5 -0
- package/js/api/resources/Registration.js.map +1 -1
- package/js/api/resources/TimeRecorder.js +5 -0
- package/js/api/resources/TimeRecorder.js.map +1 -1
- package/js/api/resources/Vat.js +2 -1
- package/js/api/resources/Vat.js.map +1 -1
- package/js/api/resources/statistic/CustomerSuccess.js +1 -1
- package/js/api/resources/statistic/CustomerSuccess.js.map +1 -1
- package/js/api/resources.js +3 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/AdjustmentType.js +38 -0
- package/js/types/Enum/AdjustmentType.js.map +1 -0
- package/js/types/Enum/CommercialImportHeader.js +107 -0
- package/js/types/Enum/CommercialImportHeader.js.map +1 -0
- package/js/types/Enum/Ged.js +1 -1
- package/js/types/Enum/Ged.js.map +1 -1
- package/js/types/Enum/JobTitle.js +5 -0
- package/js/types/Enum/JobTitle.js.map +1 -1
- package/js/types/Enum/MimeType.js +1 -0
- package/js/types/Enum/MimeType.js.map +1 -1
- package/js/types/Enum/RoleDetail.js +16 -8
- package/js/types/Enum/RoleDetail.js.map +1 -1
- package/js/types/Enum/TimeRecorderLocation.js +4 -0
- package/js/types/Enum/TimeRecorderLocation.js.map +1 -1
- package/js/types/Interface/api/accountingFiles/OcrPayload.js.map +1 -1
- package/js/types/Interface/api/adjustment/Create.js +25 -0
- package/js/types/Interface/api/adjustment/Create.js.map +1 -0
- package/js/types/Interface/api/adjustment/Query.js +22 -0
- package/js/types/Interface/api/adjustment/Query.js.map +1 -0
- package/js/types/Interface/api/adjustment/Read.js +8 -0
- package/js/types/Interface/api/adjustment/Read.js.map +1 -0
- package/js/types/Interface/api/archive/ImportSocietyArchive.js +22 -0
- package/js/types/Interface/api/archive/ImportSocietyArchive.js.map +1 -0
- package/js/types/Interface/api/commercialImport/Create.js +27 -0
- package/js/types/Interface/api/commercialImport/Create.js.map +1 -0
- package/js/types/Interface/api/commercialImport/Query.js +24 -0
- package/js/types/Interface/api/commercialImport/Query.js.map +1 -0
- package/js/types/Interface/{models/IPageView.js → api/commercialImport/Read.js} +1 -1
- package/js/types/Interface/api/commercialImport/Read.js.map +1 -0
- package/js/types/Interface/{models/IInterestedByFeature.js → api/companeo/CompaneoReturn.js} +1 -1
- package/js/types/Interface/api/companeo/CompaneoReturn.js.map +1 -0
- package/js/types/Interface/api/companeo/Query.js +23 -0
- package/js/types/Interface/api/companeo/Query.js.map +1 -0
- package/js/types/Interface/api/society/CreateSociety.js +1 -0
- package/js/types/Interface/api/society/CreateSociety.js.map +1 -1
- package/js/types/Interface/api/statistic/QueryInternal.js +4 -2
- package/js/types/Interface/api/statistic/QueryInternal.js.map +1 -1
- package/js/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
- package/js/types/Interface/api/timeRecorder/QueryPaginatedDelays.js +1 -0
- package/js/types/Interface/api/timeRecorder/QueryPaginatedDelays.js.map +1 -1
- package/js/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.js +23 -0
- package/js/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.js.map +1 -0
- package/js/types/Interface/api/timeRecorder/ReadPaginatedDelays.js.map +1 -1
- package/js/types/Interface/models/IAccountsSocieties.js.map +1 -1
- package/js/types/Interface/models/{IEngagementAccountingFile.js → IAdjustment.js} +1 -1
- package/js/types/Interface/models/IAdjustment.js.map +1 -0
- package/js/types/Interface/models/IApiError.js +5 -0
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/Interface/models/IAreasInvoice.js.map +1 -1
- package/js/types/Interface/models/IBalanceSheet.js.map +1 -1
- package/js/types/Interface/models/IExercice.js.map +1 -1
- package/js/types/Interface/models/IGedFile.js.map +1 -1
- package/js/types/Interface/models/ILettering.js.map +1 -1
- package/js/types/Interface/models/ISociety.js.map +1 -1
- package/js/types/Interface/models/ISocietyApproval.js.map +1 -1
- package/js/types/Interface/models/IUser.js.map +1 -1
- package/js/types/index.js +196 -116
- package/js/types/index.js.map +1 -1
- package/js/utils/email.js +2 -2
- package/js/utils/email.js.map +1 -1
- package/js/utils/phone.js +8 -8
- package/js/utils/phone.js.map +1 -1
- package/js/utils/vat/3310/century23.js +1 -5
- package/js/utils/vat/3310/century23.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/CommercialImport.ts +32 -0
- package/ts/api/resources/Exercice.ts +9 -1
- package/ts/api/resources/FIle.ts +2 -2
- package/ts/api/resources/Registration.ts +6 -0
- package/ts/api/resources/TimeRecorder.ts +4 -1
- package/ts/api/resources/Vat.ts +2 -1
- package/ts/api/resources/statistic/CustomerSuccess.ts +1 -1
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/AdjustmentType.ts +37 -0
- package/ts/types/Enum/CommercialImportHeader.ts +112 -0
- package/ts/types/Enum/Ged.ts +1 -1
- package/ts/types/Enum/JobTitle.ts +6 -0
- package/ts/types/Enum/MimeType.ts +1 -0
- package/ts/types/Enum/RoleDetail.ts +8 -0
- package/ts/types/Enum/TimeRecorderLocation.ts +4 -0
- package/ts/types/Interface/api/accountingFiles/OcrPayload.ts +0 -1
- package/ts/types/Interface/api/adjustment/Create.ts +19 -0
- package/ts/types/Interface/api/adjustment/Query.ts +8 -0
- package/ts/types/Interface/api/adjustment/Read.ts +10 -0
- package/ts/types/Interface/api/archive/ImportSocietyArchive.ts +8 -0
- package/ts/types/Interface/api/commercialImport/Create.ts +22 -0
- package/ts/types/Interface/api/commercialImport/Query.ts +34 -0
- package/ts/types/Interface/api/commercialImport/Read.ts +40 -0
- package/ts/types/Interface/api/companeo/CompaneoReturn.ts +27 -0
- package/ts/types/Interface/api/companeo/Query.ts +14 -0
- package/ts/types/Interface/api/society/CreateSociety.ts +3 -0
- package/ts/types/Interface/api/statistic/QueryInternal.ts +2 -0
- package/ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts +1 -1
- package/ts/types/Interface/api/timeRecorder/QueryPaginatedDelays.ts +5 -0
- package/ts/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.ts +15 -0
- package/ts/types/Interface/api/timeRecorder/ReadPaginatedDelays.ts +7 -1
- package/ts/types/Interface/models/IAccountsSocieties.ts +4 -0
- package/ts/types/Interface/models/IAdjustment.ts +14 -0
- package/ts/types/Interface/models/IApiError.ts +6 -0
- package/ts/types/Interface/models/IAreasInvoice.ts +0 -1
- package/ts/types/Interface/models/IBalanceSheet.ts +2 -0
- package/ts/types/Interface/models/IExercice.ts +3 -0
- package/ts/types/Interface/models/IGedFile.ts +3 -0
- package/ts/types/Interface/models/ILettering.ts +0 -8
- package/ts/types/Interface/models/ISociety.ts +4 -0
- package/ts/types/Interface/models/ISocietyApproval.ts +4 -2
- package/ts/types/Interface/models/IUser.ts +2 -0
- package/ts/types/index.ts +13 -5
- package/ts/utils/email.ts +2 -2
- package/ts/utils/phone.ts +8 -8
- package/ts/utils/vat/3310/century23.ts +1 -6
- package/es/types/Interface/models/IEngagementAccountingEntry.d.ts +0 -27
- package/es/types/Interface/models/IEngagementAccountingEntry.d.ts.map +0 -1
- package/es/types/Interface/models/IEngagementAccountingEntry.js +0 -2
- package/es/types/Interface/models/IEngagementAccountingEntry.js.map +0 -1
- package/es/types/Interface/models/IEngagementAccountingFile.d.ts +0 -43
- package/es/types/Interface/models/IEngagementAccountingFile.d.ts.map +0 -1
- package/es/types/Interface/models/IEngagementAccountingFile.js +0 -2
- package/es/types/Interface/models/IEngagementAccountingFile.js.map +0 -1
- package/es/types/Interface/models/IEngagementBankTransaction.d.ts +0 -33
- package/es/types/Interface/models/IEngagementBankTransaction.d.ts.map +0 -1
- package/es/types/Interface/models/IEngagementBankTransaction.js +0 -2
- package/es/types/Interface/models/IEngagementBankTransaction.js.map +0 -1
- package/es/types/Interface/models/IInterestedByFeature.d.ts +0 -11
- package/es/types/Interface/models/IInterestedByFeature.d.ts.map +0 -1
- package/es/types/Interface/models/IInterestedByFeature.js +0 -2
- package/es/types/Interface/models/IInterestedByFeature.js.map +0 -1
- package/es/types/Interface/models/IPageView.d.ts +0 -10
- package/es/types/Interface/models/IPageView.d.ts.map +0 -1
- package/es/types/Interface/models/IPageView.js +0 -2
- package/es/types/Interface/models/IPageView.js.map +0 -1
- package/export-models.json +0 -28811
- package/importInterfaces.ts +0 -91
- package/js/types/Interface/models/IEngagementAccountingEntry.js +0 -6
- package/js/types/Interface/models/IEngagementAccountingEntry.js.map +0 -1
- package/js/types/Interface/models/IEngagementAccountingFile.js.map +0 -1
- package/js/types/Interface/models/IEngagementBankTransaction.js +0 -6
- package/js/types/Interface/models/IEngagementBankTransaction.js.map +0 -1
- package/js/types/Interface/models/IInterestedByFeature.js.map +0 -1
- package/js/types/Interface/models/IPageView.js.map +0 -1
- package/table.json +0 -264
- package/ts/types/Interface/models/IEngagementAccountingEntry.ts +0 -30
- package/ts/types/Interface/models/IEngagementAccountingFile.ts +0 -46
- package/ts/types/Interface/models/IEngagementBankTransaction.ts +0 -36
- package/ts/types/Interface/models/IInterestedByFeature.ts +0 -14
- package/ts/types/Interface/models/IPageView.ts +0 -13
package/js/types/index.js
CHANGED
|
@@ -643,36 +643,6 @@ Object.keys(_IEmployee).forEach(function (key) {
|
|
|
643
643
|
}
|
|
644
644
|
});
|
|
645
645
|
});
|
|
646
|
-
var _IEngagementAccountingEntry = require("./Interface/models/IEngagementAccountingEntry");
|
|
647
|
-
Object.keys(_IEngagementAccountingEntry).forEach(function (key) {
|
|
648
|
-
if (key === "default" || key === "__esModule") return;
|
|
649
|
-
Object.defineProperty(exports, key, {
|
|
650
|
-
enumerable: true,
|
|
651
|
-
get: function () {
|
|
652
|
-
return _IEngagementAccountingEntry[key];
|
|
653
|
-
}
|
|
654
|
-
});
|
|
655
|
-
});
|
|
656
|
-
var _IEngagementAccountingFile = require("./Interface/models/IEngagementAccountingFile");
|
|
657
|
-
Object.keys(_IEngagementAccountingFile).forEach(function (key) {
|
|
658
|
-
if (key === "default" || key === "__esModule") return;
|
|
659
|
-
Object.defineProperty(exports, key, {
|
|
660
|
-
enumerable: true,
|
|
661
|
-
get: function () {
|
|
662
|
-
return _IEngagementAccountingFile[key];
|
|
663
|
-
}
|
|
664
|
-
});
|
|
665
|
-
});
|
|
666
|
-
var _IEngagementBankTransaction = require("./Interface/models/IEngagementBankTransaction");
|
|
667
|
-
Object.keys(_IEngagementBankTransaction).forEach(function (key) {
|
|
668
|
-
if (key === "default" || key === "__esModule") return;
|
|
669
|
-
Object.defineProperty(exports, key, {
|
|
670
|
-
enumerable: true,
|
|
671
|
-
get: function () {
|
|
672
|
-
return _IEngagementBankTransaction[key];
|
|
673
|
-
}
|
|
674
|
-
});
|
|
675
|
-
});
|
|
676
646
|
var _IEngagementOcrExtraction = require("./Interface/models/IEngagementOcrExtraction");
|
|
677
647
|
Object.keys(_IEngagementOcrExtraction).forEach(function (key) {
|
|
678
648
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -943,16 +913,6 @@ Object.keys(_IIndependentReview).forEach(function (key) {
|
|
|
943
913
|
}
|
|
944
914
|
});
|
|
945
915
|
});
|
|
946
|
-
var _IInterestedByFeature = require("./Interface/models/IInterestedByFeature");
|
|
947
|
-
Object.keys(_IInterestedByFeature).forEach(function (key) {
|
|
948
|
-
if (key === "default" || key === "__esModule") return;
|
|
949
|
-
Object.defineProperty(exports, key, {
|
|
950
|
-
enumerable: true,
|
|
951
|
-
get: function () {
|
|
952
|
-
return _IInterestedByFeature[key];
|
|
953
|
-
}
|
|
954
|
-
});
|
|
955
|
-
});
|
|
956
916
|
var _IInternalEstimate = require("./Interface/models/IInternalEstimate");
|
|
957
917
|
Object.keys(_IInternalEstimate).forEach(function (key) {
|
|
958
918
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -1203,16 +1163,6 @@ Object.keys(_IOperationLegalNotice).forEach(function (key) {
|
|
|
1203
1163
|
}
|
|
1204
1164
|
});
|
|
1205
1165
|
});
|
|
1206
|
-
var _IPageView = require("./Interface/models/IPageView");
|
|
1207
|
-
Object.keys(_IPageView).forEach(function (key) {
|
|
1208
|
-
if (key === "default" || key === "__esModule") return;
|
|
1209
|
-
Object.defineProperty(exports, key, {
|
|
1210
|
-
enumerable: true,
|
|
1211
|
-
get: function () {
|
|
1212
|
-
return _IPageView[key];
|
|
1213
|
-
}
|
|
1214
|
-
});
|
|
1215
|
-
});
|
|
1216
1166
|
var _IPartneredAccountant = require("./Interface/models/IPartneredAccountant");
|
|
1217
1167
|
Object.keys(_IPartneredAccountant).forEach(function (key) {
|
|
1218
1168
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -2593,6 +2543,16 @@ Object.keys(_IReportType).forEach(function (key) {
|
|
|
2593
2543
|
}
|
|
2594
2544
|
});
|
|
2595
2545
|
});
|
|
2546
|
+
var _IAdjustment = require("./Interface/models/IAdjustment");
|
|
2547
|
+
Object.keys(_IAdjustment).forEach(function (key) {
|
|
2548
|
+
if (key === "default" || key === "__esModule") return;
|
|
2549
|
+
Object.defineProperty(exports, key, {
|
|
2550
|
+
enumerable: true,
|
|
2551
|
+
get: function () {
|
|
2552
|
+
return _IAdjustment[key];
|
|
2553
|
+
}
|
|
2554
|
+
});
|
|
2555
|
+
});
|
|
2596
2556
|
var _ISmsType = require("./Interface/models/ISmsType");
|
|
2597
2557
|
Object.keys(_ISmsType).forEach(function (key) {
|
|
2598
2558
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -3733,6 +3693,16 @@ Object.keys(_ReportType).forEach(function (key) {
|
|
|
3733
3693
|
}
|
|
3734
3694
|
});
|
|
3735
3695
|
});
|
|
3696
|
+
var _AdjustmentType = require("./Enum/AdjustmentType");
|
|
3697
|
+
Object.keys(_AdjustmentType).forEach(function (key) {
|
|
3698
|
+
if (key === "default" || key === "__esModule") return;
|
|
3699
|
+
Object.defineProperty(exports, key, {
|
|
3700
|
+
enumerable: true,
|
|
3701
|
+
get: function () {
|
|
3702
|
+
return _AdjustmentType[key];
|
|
3703
|
+
}
|
|
3704
|
+
});
|
|
3705
|
+
});
|
|
3736
3706
|
var _ReportState = require("./Enum/ReportState");
|
|
3737
3707
|
Object.keys(_ReportState).forEach(function (key) {
|
|
3738
3708
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -4823,6 +4793,46 @@ Object.keys(_UnpaidCallHistoryType).forEach(function (key) {
|
|
|
4823
4793
|
}
|
|
4824
4794
|
});
|
|
4825
4795
|
});
|
|
4796
|
+
var _CommercialImportHeader = require("./Enum/CommercialImportHeader");
|
|
4797
|
+
Object.keys(_CommercialImportHeader).forEach(function (key) {
|
|
4798
|
+
if (key === "default" || key === "__esModule") return;
|
|
4799
|
+
Object.defineProperty(exports, key, {
|
|
4800
|
+
enumerable: true,
|
|
4801
|
+
get: function () {
|
|
4802
|
+
return _CommercialImportHeader[key];
|
|
4803
|
+
}
|
|
4804
|
+
});
|
|
4805
|
+
});
|
|
4806
|
+
var _Query = require("./Interface/api/adjustment/Query");
|
|
4807
|
+
Object.keys(_Query).forEach(function (key) {
|
|
4808
|
+
if (key === "default" || key === "__esModule") return;
|
|
4809
|
+
Object.defineProperty(exports, key, {
|
|
4810
|
+
enumerable: true,
|
|
4811
|
+
get: function () {
|
|
4812
|
+
return _Query[key];
|
|
4813
|
+
}
|
|
4814
|
+
});
|
|
4815
|
+
});
|
|
4816
|
+
var _Read = require("./Interface/api/adjustment/Read");
|
|
4817
|
+
Object.keys(_Read).forEach(function (key) {
|
|
4818
|
+
if (key === "default" || key === "__esModule") return;
|
|
4819
|
+
Object.defineProperty(exports, key, {
|
|
4820
|
+
enumerable: true,
|
|
4821
|
+
get: function () {
|
|
4822
|
+
return _Read[key];
|
|
4823
|
+
}
|
|
4824
|
+
});
|
|
4825
|
+
});
|
|
4826
|
+
var _Create = require("./Interface/api/adjustment/Create");
|
|
4827
|
+
Object.keys(_Create).forEach(function (key) {
|
|
4828
|
+
if (key === "default" || key === "__esModule") return;
|
|
4829
|
+
Object.defineProperty(exports, key, {
|
|
4830
|
+
enumerable: true,
|
|
4831
|
+
get: function () {
|
|
4832
|
+
return _Create[key];
|
|
4833
|
+
}
|
|
4834
|
+
});
|
|
4835
|
+
});
|
|
4826
4836
|
var _ReadPartnerTransactionType = require("./Interface/api/partnerTransactionType/ReadPartnerTransactionType");
|
|
4827
4837
|
Object.keys(_ReadPartnerTransactionType).forEach(function (key) {
|
|
4828
4838
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -6393,6 +6403,16 @@ Object.keys(_QueryPaginatedDelays).forEach(function (key) {
|
|
|
6393
6403
|
}
|
|
6394
6404
|
});
|
|
6395
6405
|
});
|
|
6406
|
+
var _QueryTimeRecorderGetStats = require("./Interface/api/timeRecorder/QueryTimeRecorderGetStats");
|
|
6407
|
+
Object.keys(_QueryTimeRecorderGetStats).forEach(function (key) {
|
|
6408
|
+
if (key === "default" || key === "__esModule") return;
|
|
6409
|
+
Object.defineProperty(exports, key, {
|
|
6410
|
+
enumerable: true,
|
|
6411
|
+
get: function () {
|
|
6412
|
+
return _QueryTimeRecorderGetStats[key];
|
|
6413
|
+
}
|
|
6414
|
+
});
|
|
6415
|
+
});
|
|
6396
6416
|
var _ReadAttendanceHours = require("./Interface/api/timeRecorder/ReadAttendanceHours");
|
|
6397
6417
|
Object.keys(_ReadAttendanceHours).forEach(function (key) {
|
|
6398
6418
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -6513,13 +6533,13 @@ Object.keys(_QueryVatRegimeHistory).forEach(function (key) {
|
|
|
6513
6533
|
}
|
|
6514
6534
|
});
|
|
6515
6535
|
});
|
|
6516
|
-
var
|
|
6517
|
-
Object.keys(
|
|
6536
|
+
var _Create2 = require("./Interface/api/textMessage/Create");
|
|
6537
|
+
Object.keys(_Create2).forEach(function (key) {
|
|
6518
6538
|
if (key === "default" || key === "__esModule") return;
|
|
6519
6539
|
Object.defineProperty(exports, key, {
|
|
6520
6540
|
enumerable: true,
|
|
6521
6541
|
get: function () {
|
|
6522
|
-
return
|
|
6542
|
+
return _Create2[key];
|
|
6523
6543
|
}
|
|
6524
6544
|
});
|
|
6525
6545
|
});
|
|
@@ -6533,13 +6553,33 @@ Object.keys(_Update).forEach(function (key) {
|
|
|
6533
6553
|
}
|
|
6534
6554
|
});
|
|
6535
6555
|
});
|
|
6536
|
-
var
|
|
6537
|
-
Object.keys(
|
|
6556
|
+
var _Query2 = require("./Interface/api/textMessage/Query");
|
|
6557
|
+
Object.keys(_Query2).forEach(function (key) {
|
|
6538
6558
|
if (key === "default" || key === "__esModule") return;
|
|
6539
6559
|
Object.defineProperty(exports, key, {
|
|
6540
6560
|
enumerable: true,
|
|
6541
6561
|
get: function () {
|
|
6542
|
-
return
|
|
6562
|
+
return _Query2[key];
|
|
6563
|
+
}
|
|
6564
|
+
});
|
|
6565
|
+
});
|
|
6566
|
+
var _Query3 = require("./Interface/api/companeo/Query");
|
|
6567
|
+
Object.keys(_Query3).forEach(function (key) {
|
|
6568
|
+
if (key === "default" || key === "__esModule") return;
|
|
6569
|
+
Object.defineProperty(exports, key, {
|
|
6570
|
+
enumerable: true,
|
|
6571
|
+
get: function () {
|
|
6572
|
+
return _Query3[key];
|
|
6573
|
+
}
|
|
6574
|
+
});
|
|
6575
|
+
});
|
|
6576
|
+
var _CompaneoReturn = require("./Interface/api/companeo/CompaneoReturn");
|
|
6577
|
+
Object.keys(_CompaneoReturn).forEach(function (key) {
|
|
6578
|
+
if (key === "default" || key === "__esModule") return;
|
|
6579
|
+
Object.defineProperty(exports, key, {
|
|
6580
|
+
enumerable: true,
|
|
6581
|
+
get: function () {
|
|
6582
|
+
return _CompaneoReturn[key];
|
|
6543
6583
|
}
|
|
6544
6584
|
});
|
|
6545
6585
|
});
|
|
@@ -6683,13 +6723,13 @@ Object.keys(_CreatePartner).forEach(function (key) {
|
|
|
6683
6723
|
}
|
|
6684
6724
|
});
|
|
6685
6725
|
});
|
|
6686
|
-
var
|
|
6687
|
-
Object.keys(
|
|
6726
|
+
var _Query4 = require("./Interface/api/partner/Query");
|
|
6727
|
+
Object.keys(_Query4).forEach(function (key) {
|
|
6688
6728
|
if (key === "default" || key === "__esModule") return;
|
|
6689
6729
|
Object.defineProperty(exports, key, {
|
|
6690
6730
|
enumerable: true,
|
|
6691
6731
|
get: function () {
|
|
6692
|
-
return
|
|
6732
|
+
return _Query4[key];
|
|
6693
6733
|
}
|
|
6694
6734
|
});
|
|
6695
6735
|
});
|
|
@@ -6703,13 +6743,13 @@ Object.keys(_UpdatePartner).forEach(function (key) {
|
|
|
6703
6743
|
}
|
|
6704
6744
|
});
|
|
6705
6745
|
});
|
|
6706
|
-
var
|
|
6707
|
-
Object.keys(
|
|
6746
|
+
var _Read2 = require("./Interface/api/partner/Read");
|
|
6747
|
+
Object.keys(_Read2).forEach(function (key) {
|
|
6708
6748
|
if (key === "default" || key === "__esModule") return;
|
|
6709
6749
|
Object.defineProperty(exports, key, {
|
|
6710
6750
|
enumerable: true,
|
|
6711
6751
|
get: function () {
|
|
6712
|
-
return
|
|
6752
|
+
return _Read2[key];
|
|
6713
6753
|
}
|
|
6714
6754
|
});
|
|
6715
6755
|
});
|
|
@@ -7503,33 +7543,33 @@ Object.keys(_UpdateBudgetPermanentToken).forEach(function (key) {
|
|
|
7503
7543
|
}
|
|
7504
7544
|
});
|
|
7505
7545
|
});
|
|
7506
|
-
var
|
|
7507
|
-
Object.keys(
|
|
7546
|
+
var _Read3 = require("./Interface/api/budgetInsight/Read");
|
|
7547
|
+
Object.keys(_Read3).forEach(function (key) {
|
|
7508
7548
|
if (key === "default" || key === "__esModule") return;
|
|
7509
7549
|
Object.defineProperty(exports, key, {
|
|
7510
7550
|
enumerable: true,
|
|
7511
7551
|
get: function () {
|
|
7512
|
-
return
|
|
7552
|
+
return _Read3[key];
|
|
7513
7553
|
}
|
|
7514
7554
|
});
|
|
7515
7555
|
});
|
|
7516
|
-
var
|
|
7517
|
-
Object.keys(
|
|
7556
|
+
var _Create3 = require("./Interface/api/budgetInsight/Create");
|
|
7557
|
+
Object.keys(_Create3).forEach(function (key) {
|
|
7518
7558
|
if (key === "default" || key === "__esModule") return;
|
|
7519
7559
|
Object.defineProperty(exports, key, {
|
|
7520
7560
|
enumerable: true,
|
|
7521
7561
|
get: function () {
|
|
7522
|
-
return
|
|
7562
|
+
return _Create3[key];
|
|
7523
7563
|
}
|
|
7524
7564
|
});
|
|
7525
7565
|
});
|
|
7526
|
-
var
|
|
7527
|
-
Object.keys(
|
|
7566
|
+
var _Query5 = require("./Interface/api/budgetInsight/Query");
|
|
7567
|
+
Object.keys(_Query5).forEach(function (key) {
|
|
7528
7568
|
if (key === "default" || key === "__esModule") return;
|
|
7529
7569
|
Object.defineProperty(exports, key, {
|
|
7530
7570
|
enumerable: true,
|
|
7531
7571
|
get: function () {
|
|
7532
|
-
return
|
|
7572
|
+
return _Query5[key];
|
|
7533
7573
|
}
|
|
7534
7574
|
});
|
|
7535
7575
|
});
|
|
@@ -8213,23 +8253,23 @@ Object.keys(_readAllCalendarEvent).forEach(function (key) {
|
|
|
8213
8253
|
}
|
|
8214
8254
|
});
|
|
8215
8255
|
});
|
|
8216
|
-
var
|
|
8217
|
-
Object.keys(
|
|
8256
|
+
var _Read4 = require("./Interface/api/checklist/Read");
|
|
8257
|
+
Object.keys(_Read4).forEach(function (key) {
|
|
8218
8258
|
if (key === "default" || key === "__esModule") return;
|
|
8219
8259
|
Object.defineProperty(exports, key, {
|
|
8220
8260
|
enumerable: true,
|
|
8221
8261
|
get: function () {
|
|
8222
|
-
return
|
|
8262
|
+
return _Read4[key];
|
|
8223
8263
|
}
|
|
8224
8264
|
});
|
|
8225
8265
|
});
|
|
8226
|
-
var
|
|
8227
|
-
Object.keys(
|
|
8266
|
+
var _Query6 = require("./Interface/api/checklist/Query");
|
|
8267
|
+
Object.keys(_Query6).forEach(function (key) {
|
|
8228
8268
|
if (key === "default" || key === "__esModule") return;
|
|
8229
8269
|
Object.defineProperty(exports, key, {
|
|
8230
8270
|
enumerable: true,
|
|
8231
8271
|
get: function () {
|
|
8232
|
-
return
|
|
8272
|
+
return _Query6[key];
|
|
8233
8273
|
}
|
|
8234
8274
|
});
|
|
8235
8275
|
});
|
|
@@ -8473,23 +8513,23 @@ Object.keys(_CreateCustomerActivityReport).forEach(function (key) {
|
|
|
8473
8513
|
}
|
|
8474
8514
|
});
|
|
8475
8515
|
});
|
|
8476
|
-
var
|
|
8477
|
-
Object.keys(
|
|
8516
|
+
var _Query7 = require("./Interface/api/customerActivity/Query");
|
|
8517
|
+
Object.keys(_Query7).forEach(function (key) {
|
|
8478
8518
|
if (key === "default" || key === "__esModule") return;
|
|
8479
8519
|
Object.defineProperty(exports, key, {
|
|
8480
8520
|
enumerable: true,
|
|
8481
8521
|
get: function () {
|
|
8482
|
-
return
|
|
8522
|
+
return _Query7[key];
|
|
8483
8523
|
}
|
|
8484
8524
|
});
|
|
8485
8525
|
});
|
|
8486
|
-
var
|
|
8487
|
-
Object.keys(
|
|
8526
|
+
var _Create4 = require("./Interface/api/customerActivity/Create");
|
|
8527
|
+
Object.keys(_Create4).forEach(function (key) {
|
|
8488
8528
|
if (key === "default" || key === "__esModule") return;
|
|
8489
8529
|
Object.defineProperty(exports, key, {
|
|
8490
8530
|
enumerable: true,
|
|
8491
8531
|
get: function () {
|
|
8492
|
-
return
|
|
8532
|
+
return _Create4[key];
|
|
8493
8533
|
}
|
|
8494
8534
|
});
|
|
8495
8535
|
});
|
|
@@ -8503,33 +8543,33 @@ Object.keys(_CreateAlert).forEach(function (key) {
|
|
|
8503
8543
|
}
|
|
8504
8544
|
});
|
|
8505
8545
|
});
|
|
8506
|
-
var
|
|
8507
|
-
Object.keys(
|
|
8546
|
+
var _Create5 = require("./Interface/api/commercialManagement/Create");
|
|
8547
|
+
Object.keys(_Create5).forEach(function (key) {
|
|
8508
8548
|
if (key === "default" || key === "__esModule") return;
|
|
8509
8549
|
Object.defineProperty(exports, key, {
|
|
8510
8550
|
enumerable: true,
|
|
8511
8551
|
get: function () {
|
|
8512
|
-
return
|
|
8552
|
+
return _Create5[key];
|
|
8513
8553
|
}
|
|
8514
8554
|
});
|
|
8515
8555
|
});
|
|
8516
|
-
var
|
|
8517
|
-
Object.keys(
|
|
8556
|
+
var _Read5 = require("./Interface/api/commercialManagement/Read");
|
|
8557
|
+
Object.keys(_Read5).forEach(function (key) {
|
|
8518
8558
|
if (key === "default" || key === "__esModule") return;
|
|
8519
8559
|
Object.defineProperty(exports, key, {
|
|
8520
8560
|
enumerable: true,
|
|
8521
8561
|
get: function () {
|
|
8522
|
-
return
|
|
8562
|
+
return _Read5[key];
|
|
8523
8563
|
}
|
|
8524
8564
|
});
|
|
8525
8565
|
});
|
|
8526
|
-
var
|
|
8527
|
-
Object.keys(
|
|
8566
|
+
var _Query8 = require("./Interface/api/commercialManagement/Query");
|
|
8567
|
+
Object.keys(_Query8).forEach(function (key) {
|
|
8528
8568
|
if (key === "default" || key === "__esModule") return;
|
|
8529
8569
|
Object.defineProperty(exports, key, {
|
|
8530
8570
|
enumerable: true,
|
|
8531
8571
|
get: function () {
|
|
8532
|
-
return
|
|
8572
|
+
return _Query8[key];
|
|
8533
8573
|
}
|
|
8534
8574
|
});
|
|
8535
8575
|
});
|
|
@@ -8583,13 +8623,13 @@ Object.keys(_ReadConnectionState).forEach(function (key) {
|
|
|
8583
8623
|
}
|
|
8584
8624
|
});
|
|
8585
8625
|
});
|
|
8586
|
-
var
|
|
8587
|
-
Object.keys(
|
|
8626
|
+
var _Query9 = require("./Interface/api/qonto/Query");
|
|
8627
|
+
Object.keys(_Query9).forEach(function (key) {
|
|
8588
8628
|
if (key === "default" || key === "__esModule") return;
|
|
8589
8629
|
Object.defineProperty(exports, key, {
|
|
8590
8630
|
enumerable: true,
|
|
8591
8631
|
get: function () {
|
|
8592
|
-
return
|
|
8632
|
+
return _Query9[key];
|
|
8593
8633
|
}
|
|
8594
8634
|
});
|
|
8595
8635
|
});
|
|
@@ -8603,13 +8643,13 @@ Object.keys(_CreateImportation).forEach(function (key) {
|
|
|
8603
8643
|
}
|
|
8604
8644
|
});
|
|
8605
8645
|
});
|
|
8606
|
-
var
|
|
8607
|
-
Object.keys(
|
|
8646
|
+
var _Create6 = require("./Interface/api/stripe/Create");
|
|
8647
|
+
Object.keys(_Create6).forEach(function (key) {
|
|
8608
8648
|
if (key === "default" || key === "__esModule") return;
|
|
8609
8649
|
Object.defineProperty(exports, key, {
|
|
8610
8650
|
enumerable: true,
|
|
8611
8651
|
get: function () {
|
|
8612
|
-
return
|
|
8652
|
+
return _Create6[key];
|
|
8613
8653
|
}
|
|
8614
8654
|
});
|
|
8615
8655
|
});
|
|
@@ -8653,33 +8693,33 @@ Object.keys(_ProcessBankAccount).forEach(function (key) {
|
|
|
8653
8693
|
}
|
|
8654
8694
|
});
|
|
8655
8695
|
});
|
|
8656
|
-
var
|
|
8657
|
-
Object.keys(
|
|
8696
|
+
var _Read6 = require("./Interface/api/qonto/Read");
|
|
8697
|
+
Object.keys(_Read6).forEach(function (key) {
|
|
8658
8698
|
if (key === "default" || key === "__esModule") return;
|
|
8659
8699
|
Object.defineProperty(exports, key, {
|
|
8660
8700
|
enumerable: true,
|
|
8661
8701
|
get: function () {
|
|
8662
|
-
return
|
|
8702
|
+
return _Read6[key];
|
|
8663
8703
|
}
|
|
8664
8704
|
});
|
|
8665
8705
|
});
|
|
8666
|
-
var
|
|
8667
|
-
Object.keys(
|
|
8706
|
+
var _Create7 = require("./Interface/api/file/Create");
|
|
8707
|
+
Object.keys(_Create7).forEach(function (key) {
|
|
8668
8708
|
if (key === "default" || key === "__esModule") return;
|
|
8669
8709
|
Object.defineProperty(exports, key, {
|
|
8670
8710
|
enumerable: true,
|
|
8671
8711
|
get: function () {
|
|
8672
|
-
return
|
|
8712
|
+
return _Create7[key];
|
|
8673
8713
|
}
|
|
8674
8714
|
});
|
|
8675
8715
|
});
|
|
8676
|
-
var
|
|
8677
|
-
Object.keys(
|
|
8716
|
+
var _Read7 = require("./Interface/api/file/Read");
|
|
8717
|
+
Object.keys(_Read7).forEach(function (key) {
|
|
8678
8718
|
if (key === "default" || key === "__esModule") return;
|
|
8679
8719
|
Object.defineProperty(exports, key, {
|
|
8680
8720
|
enumerable: true,
|
|
8681
8721
|
get: function () {
|
|
8682
|
-
return
|
|
8722
|
+
return _Read7[key];
|
|
8683
8723
|
}
|
|
8684
8724
|
});
|
|
8685
8725
|
});
|
|
@@ -8843,23 +8883,23 @@ Object.keys(_CreateFileToSign).forEach(function (key) {
|
|
|
8843
8883
|
}
|
|
8844
8884
|
});
|
|
8845
8885
|
});
|
|
8846
|
-
var
|
|
8847
|
-
Object.keys(
|
|
8886
|
+
var _Query10 = require("./Interface/api/rule/Query");
|
|
8887
|
+
Object.keys(_Query10).forEach(function (key) {
|
|
8848
8888
|
if (key === "default" || key === "__esModule") return;
|
|
8849
8889
|
Object.defineProperty(exports, key, {
|
|
8850
8890
|
enumerable: true,
|
|
8851
8891
|
get: function () {
|
|
8852
|
-
return
|
|
8892
|
+
return _Query10[key];
|
|
8853
8893
|
}
|
|
8854
8894
|
});
|
|
8855
8895
|
});
|
|
8856
|
-
var
|
|
8857
|
-
Object.keys(
|
|
8896
|
+
var _Create8 = require("./Interface/api/rule/Create");
|
|
8897
|
+
Object.keys(_Create8).forEach(function (key) {
|
|
8858
8898
|
if (key === "default" || key === "__esModule") return;
|
|
8859
8899
|
Object.defineProperty(exports, key, {
|
|
8860
8900
|
enumerable: true,
|
|
8861
8901
|
get: function () {
|
|
8862
|
-
return
|
|
8902
|
+
return _Create8[key];
|
|
8863
8903
|
}
|
|
8864
8904
|
});
|
|
8865
8905
|
});
|
|
@@ -8873,13 +8913,13 @@ Object.keys(_Update4).forEach(function (key) {
|
|
|
8873
8913
|
}
|
|
8874
8914
|
});
|
|
8875
8915
|
});
|
|
8876
|
-
var
|
|
8877
|
-
Object.keys(
|
|
8916
|
+
var _Read8 = require("./Interface/api/rule/Read");
|
|
8917
|
+
Object.keys(_Read8).forEach(function (key) {
|
|
8878
8918
|
if (key === "default" || key === "__esModule") return;
|
|
8879
8919
|
Object.defineProperty(exports, key, {
|
|
8880
8920
|
enumerable: true,
|
|
8881
8921
|
get: function () {
|
|
8882
|
-
return
|
|
8922
|
+
return _Read8[key];
|
|
8883
8923
|
}
|
|
8884
8924
|
});
|
|
8885
8925
|
});
|
|
@@ -8893,6 +8933,16 @@ Object.keys(_PostRevive).forEach(function (key) {
|
|
|
8893
8933
|
}
|
|
8894
8934
|
});
|
|
8895
8935
|
});
|
|
8936
|
+
var _ImportSocietyArchive = require("./Interface/api/archive/ImportSocietyArchive");
|
|
8937
|
+
Object.keys(_ImportSocietyArchive).forEach(function (key) {
|
|
8938
|
+
if (key === "default" || key === "__esModule") return;
|
|
8939
|
+
Object.defineProperty(exports, key, {
|
|
8940
|
+
enumerable: true,
|
|
8941
|
+
get: function () {
|
|
8942
|
+
return _ImportSocietyArchive[key];
|
|
8943
|
+
}
|
|
8944
|
+
});
|
|
8945
|
+
});
|
|
8896
8946
|
var _CreateAcceptance = require("./Interface/api/acceptance/CreateAcceptance");
|
|
8897
8947
|
Object.keys(_CreateAcceptance).forEach(function (key) {
|
|
8898
8948
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -8943,6 +8993,36 @@ Object.keys(_QueryGetAllPrestations).forEach(function (key) {
|
|
|
8943
8993
|
}
|
|
8944
8994
|
});
|
|
8945
8995
|
});
|
|
8996
|
+
var _Read9 = require("./Interface/api/commercialImport/Read");
|
|
8997
|
+
Object.keys(_Read9).forEach(function (key) {
|
|
8998
|
+
if (key === "default" || key === "__esModule") return;
|
|
8999
|
+
Object.defineProperty(exports, key, {
|
|
9000
|
+
enumerable: true,
|
|
9001
|
+
get: function () {
|
|
9002
|
+
return _Read9[key];
|
|
9003
|
+
}
|
|
9004
|
+
});
|
|
9005
|
+
});
|
|
9006
|
+
var _Query11 = require("./Interface/api/commercialImport/Query");
|
|
9007
|
+
Object.keys(_Query11).forEach(function (key) {
|
|
9008
|
+
if (key === "default" || key === "__esModule") return;
|
|
9009
|
+
Object.defineProperty(exports, key, {
|
|
9010
|
+
enumerable: true,
|
|
9011
|
+
get: function () {
|
|
9012
|
+
return _Query11[key];
|
|
9013
|
+
}
|
|
9014
|
+
});
|
|
9015
|
+
});
|
|
9016
|
+
var _Create9 = require("./Interface/api/commercialImport/Create");
|
|
9017
|
+
Object.keys(_Create9).forEach(function (key) {
|
|
9018
|
+
if (key === "default" || key === "__esModule") return;
|
|
9019
|
+
Object.defineProperty(exports, key, {
|
|
9020
|
+
enumerable: true,
|
|
9021
|
+
get: function () {
|
|
9022
|
+
return _Create9[key];
|
|
9023
|
+
}
|
|
9024
|
+
});
|
|
9025
|
+
});
|
|
8946
9026
|
var _Util4 = require("./Interface/enum/Util");
|
|
8947
9027
|
Object.keys(_Util4).forEach(function (key) {
|
|
8948
9028
|
if (key === "default" || key === "__esModule") return;
|